Skip to content

Commit 2d0a7e1

Browse files
committed
minor fixes for library updates
1 parent 0cd3baf commit 2d0a7e1

File tree

12 files changed

+30
-17
lines changed

12 files changed

+30
-17
lines changed

es/components/Card/Card.stories.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

es/components/Checkbox/Checkbox.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
44
import _possibleConstructorReturn from "@babel/runtime/helpers/esm/possibleConstructorReturn";
55
import _getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf";
66
import _inherits from "@babel/runtime/helpers/esm/inherits";
7-
import _styled from "@emotion/styled/base";
7+
import _styled from "@emotion/styled-base";
88
import { jsx as ___EmotionJSX } from "@emotion/core";
99
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1010
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
@@ -210,4 +210,4 @@ export var withIndeterminate = function withIndeterminate() {
210210
};
211211
withIndeterminate.story = {
212212
name: 'with indeterminate'
213-
};
213+
};

es/components/FlexLayout/FlexLayout.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import _styled from "@emotion/styled/base";
1+
import _styled from "@emotion/styled-base";
22
import { jsx as ___EmotionJSX } from "@emotion/core";
33
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
44
import React, { Fragment } from 'react';
@@ -135,4 +135,4 @@ export var withPointerCursor = function withPointerCursor() {
135135
};
136136
withPointerCursor.story = {
137137
name: 'with pointer cursor'
138-
};
138+
};

es/components/Grid/Grid.stories.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

es/components/TreeSelect/TreeSelect.theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var _createThemeTag3 = createThemeTag(name, function (_ref) {
4444
borderColor: "".concat(COLORS.PRIMARY, " !important")
4545
},
4646
'&:after': {
47-
content: '" " !important',
47+
content: '\'3\' !important',
4848
display: 'inline-block',
4949
borderRight: '2px solid hsl(0,0%,80%)',
5050
borderBottom: '2px solid hsl(0,0%,80%)',

es/components/TreeSelect/TreeSelect.theme.js.flow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const [_, treeSelectTheme] = createThemeTag(name, ({ COLORS, SIZES, FONTS }: *)
4141
},
4242

4343
'&:after': {
44-
content: '" " !important',
44+
content: '\'3\' !important',
4545
display: 'inline-block',
4646
borderRight: '2px solid hsl(0,0%,80%)',
4747
borderBottom: '2px solid hsl(0,0%,80%)',

es/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export { createTheme, Z_INDEX, COLORS } from './theme';
33
export { withModal, useModal, ModalContext } from './components/Modal';
44
export { EightBaseBoostProvider } from './EightBaseBoostProvider.__deprecated';
55
export { BoostProvider } from './BoostProvider';
6-
export * from './components';
6+
export * from './components';

es/index.js.flow

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
// @flow
2-
3-
import styled from '@emotion/styled';
4-
export { styled };
52
export { ThemeProvider } from 'emotion-theming';
63
export { createTheme, Z_INDEX, COLORS } from './theme';
74
export { withModal, useModal, ModalContext } from './components/Modal';

es/theme/createThemeTag.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"sb": "^5.1.11"
8484
},
8585
"dependencies": {
86+
"@babel/helper-environment-visitor": "^7.24.7",
8687
"@babel/runtime": "^7.5.5",
8788
"@emotion/react": "^11.13.5",
8889
"@emotion/styled": "^11.13.5",

0 commit comments

Comments
 (0)