mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Export createCache
from @storybook/theming
This commit is contained in:
parent
d086bbcfac
commit
82fcd20a06
@ -45,6 +45,7 @@
|
|||||||
"regenerator-runtime": "^0.13.7"
|
"regenerator-runtime": "^0.13.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@emotion/cache": "^11.7.1",
|
||||||
"@emotion/is-prop-valid": "^1.1.2",
|
"@emotion/is-prop-valid": "^1.1.2",
|
||||||
"@emotion/react": "^11.8.1",
|
"@emotion/react": "^11.8.1",
|
||||||
"@emotion/styled": "^11.8.1",
|
"@emotion/styled": "^11.8.1",
|
||||||
|
@ -27,6 +27,7 @@ export const styled = emotionStyled as CreateStyled<Theme>;
|
|||||||
export * from './base';
|
export * from './base';
|
||||||
export * from './types';
|
export * from './types';
|
||||||
|
|
||||||
|
export { default as createCache } from '@emotion/cache';
|
||||||
export { default as isPropValid } from '@emotion/is-prop-valid';
|
export { default as isPropValid } from '@emotion/is-prop-valid';
|
||||||
|
|
||||||
export { createGlobal, createReset } from './global';
|
export { createGlobal, createReset } from './global';
|
||||||
|
@ -8773,6 +8773,7 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@storybook/theming@workspace:lib/theming"
|
resolution: "@storybook/theming@workspace:lib/theming"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
"@emotion/cache": ^11.7.1
|
||||||
"@emotion/is-prop-valid": ^1.1.2
|
"@emotion/is-prop-valid": ^1.1.2
|
||||||
"@emotion/react": ^11.8.1
|
"@emotion/react": ^11.8.1
|
||||||
"@emotion/styled": ^11.8.1
|
"@emotion/styled": ^11.8.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user