Skip to content

Commit 0d47796

Browse files
committed
update emotion
1 parent c088213 commit 0d47796

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

es/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
export { _styled as styled };
21
export { ThemeProvider } from 'emotion-theming';
32
export { createTheme, Z_INDEX, COLORS } from './theme';
43
export { withModal, useModal, ModalContext } from './components/Modal';
54
export { EightBaseBoostProvider } from './EightBaseBoostProvider.__deprecated';
65
export { BoostProvider } from './BoostProvider';
7-
export * from './components';
6+
export * from './components';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@8base/boost",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"author": "8base",
55
"license": "MIT",
66
"main": "es/index.js",

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// @flow
22

33
import styled from '@emotion/styled';
4-
54
export { styled };
65
export { ThemeProvider } from 'emotion-theming';
76
export { createTheme, Z_INDEX, COLORS } from './theme';

0 commit comments

Comments
 (0)