File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- export { _styled as styled } ;
21export { ThemeProvider } from 'emotion-theming' ;
32export { createTheme , Z_INDEX , COLORS } from './theme' ;
43export { withModal , useModal , ModalContext } from './components/Modal' ;
54export { EightBaseBoostProvider } from './EightBaseBoostProvider.__deprecated' ;
65export { BoostProvider } from './BoostProvider' ;
7- export * from './components' ;
6+ export * from './components' ;
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11// @flow
22
33import styled from '@emotion/styled' ;
4-
54export { styled } ;
65export { ThemeProvider } from 'emotion-theming' ;
76export { createTheme , Z_INDEX , COLORS } from './theme' ;
You can’t perform that action at this time.
0 commit comments