@storybook/addon-themes 8.0.0-alpha.15 → 8.0.0-alpha.17
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -0
- package/package.json +8 -8
package/README.md
CHANGED
@@ -27,6 +27,7 @@ For tool-specific setup, check out the recipes below
|
|
27
27
|
- [`@emotion/styled`](https://github.com/storybookjs/storybook/tree/next/code/addons/themes/docs/getting-started/emotion.md)
|
28
28
|
- [`@mui/material`](https://github.com/storybookjs/storybook/tree/next/code/addons/themes/docs/getting-started/material-ui.md)
|
29
29
|
- [`bootstrap`](https://github.com/storybookjs/storybook/tree/next/code/addons/themes/docs/getting-started/bootstrap.md)
|
30
|
+
- [`postcss`](https://github.com/storybookjs/storybook/tree/next/code/addons/themes/docs/getting-started/postcss.md)
|
30
31
|
- [`styled-components`](https://github.com/storybookjs/storybook/tree/next/code/addons/themes/docs/getting-started/styled-components.md)
|
31
32
|
- [`tailwind`](https://github.com/storybookjs/storybook/tree/next/code/addons/themes/docs/getting-started/tailwind.md)
|
32
33
|
- [`vuetify@3.x`](https://github.com/storybookjs/storybook/blob/next/code/addons/themes/docs/api.md#writing-a-custom-decorator)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-themes",
|
3
|
-
"version": "8.0.0-alpha.
|
3
|
+
"version": "8.0.0-alpha.17",
|
4
4
|
"description": "Switch between multiple themes for you components in Storybook",
|
5
5
|
"keywords": [
|
6
6
|
"css",
|
@@ -56,14 +56,14 @@
|
|
56
56
|
"ts-dedent": "^2.0.0"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
|
-
"@storybook/client-logger": "8.0.0-alpha.
|
60
|
-
"@storybook/components": "8.0.0-alpha.
|
61
|
-
"@storybook/core-events": "8.0.0-alpha.
|
59
|
+
"@storybook/client-logger": "8.0.0-alpha.17",
|
60
|
+
"@storybook/components": "8.0.0-alpha.17",
|
61
|
+
"@storybook/core-events": "8.0.0-alpha.17",
|
62
62
|
"@storybook/icons": "^1.2.3",
|
63
|
-
"@storybook/manager-api": "8.0.0-alpha.
|
64
|
-
"@storybook/preview-api": "8.0.0-alpha.
|
65
|
-
"@storybook/theming": "8.0.0-alpha.
|
66
|
-
"@storybook/types": "8.0.0-alpha.
|
63
|
+
"@storybook/manager-api": "8.0.0-alpha.17",
|
64
|
+
"@storybook/preview-api": "8.0.0-alpha.17",
|
65
|
+
"@storybook/theming": "8.0.0-alpha.17",
|
66
|
+
"@storybook/types": "8.0.0-alpha.17",
|
67
67
|
"typescript": "^5.3.2"
|
68
68
|
},
|
69
69
|
"publishConfig": {
|