@storybook/addon-themes 7.5.0-alpha.5 → 7.5.0-alpha.6
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Storybook Addon Themes can be used which between multiple themes for components inside the preview in [Storybook](https://storybook.js.org).
|
4
4
|
|
5
|
-
![React Storybook Screenshot](https://user-images.githubusercontent.com/
|
5
|
+
![React Storybook Screenshot](https://user-images.githubusercontent.com/18172605/274302488-77a39112-cdbe-4d16-9966-0d8e9e7e3399.gif)
|
6
6
|
|
7
7
|
## Usage
|
8
8
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-themes",
|
3
|
-
"version": "7.5.0-alpha.
|
3
|
+
"version": "7.5.0-alpha.6",
|
4
4
|
"description": "Switch between multiple themes for you components in Storybook",
|
5
5
|
"keywords": [
|
6
6
|
"css",
|
@@ -74,13 +74,13 @@
|
|
74
74
|
"prep": "../../../scripts/prepare/bundle.ts"
|
75
75
|
},
|
76
76
|
"dependencies": {
|
77
|
-
"@storybook/client-logger": "7.5.0-alpha.
|
78
|
-
"@storybook/components": "7.5.0-alpha.
|
79
|
-
"@storybook/core-events": "7.5.0-alpha.
|
80
|
-
"@storybook/manager-api": "7.5.0-alpha.
|
81
|
-
"@storybook/preview-api": "7.5.0-alpha.
|
82
|
-
"@storybook/theming": "7.5.0-alpha.
|
83
|
-
"@storybook/types": "7.5.0-alpha.
|
77
|
+
"@storybook/client-logger": "7.5.0-alpha.6",
|
78
|
+
"@storybook/components": "7.5.0-alpha.6",
|
79
|
+
"@storybook/core-events": "7.5.0-alpha.6",
|
80
|
+
"@storybook/manager-api": "7.5.0-alpha.6",
|
81
|
+
"@storybook/preview-api": "7.5.0-alpha.6",
|
82
|
+
"@storybook/theming": "7.5.0-alpha.6",
|
83
|
+
"@storybook/types": "7.5.0-alpha.6",
|
84
84
|
"ts-dedent": "^2.0.0"
|
85
85
|
},
|
86
86
|
"devDependencies": {
|
@@ -114,6 +114,6 @@
|
|
114
114
|
"unsupportedFrameworks": [
|
115
115
|
"react-native"
|
116
116
|
],
|
117
|
-
"icon": ""
|
117
|
+
"icon": "https://user-images.githubusercontent.com/18172605/264114587-e4b32190-a9b7-4afa-b739-c873fc0498a6.png"
|
118
118
|
}
|
119
119
|
}
|