@storybook/addon-themes 8.4.0-alpha.7 → 8.4.0-beta.0
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 +3 -3
package/README.md
CHANGED
@@ -12,7 +12,7 @@ Requires Storybook 7.0 or later. If you need to add it to your Storybook, you ca
|
|
12
12
|
npm i -D @storybook/addon-themes
|
13
13
|
```
|
14
14
|
|
15
|
-
Then, add following content to [`.storybook/main.js`](https://storybook.js.org/docs/
|
15
|
+
Then, add following content to [`.storybook/main.js`](https://storybook.js.org/docs/configure#configure-your-storybook-project):
|
16
16
|
|
17
17
|
```js
|
18
18
|
export default {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-themes",
|
3
|
-
"version": "8.4.0-
|
3
|
+
"version": "8.4.0-beta.0",
|
4
4
|
"description": "Switch between multiple themes for you components in Storybook",
|
5
5
|
"keywords": [
|
6
6
|
"css",
|
@@ -59,11 +59,11 @@
|
|
59
59
|
"ts-dedent": "^2.0.0"
|
60
60
|
},
|
61
61
|
"devDependencies": {
|
62
|
-
"@storybook/icons": "^1.2.
|
62
|
+
"@storybook/icons": "^1.2.12",
|
63
63
|
"typescript": "^5.3.2"
|
64
64
|
},
|
65
65
|
"peerDependencies": {
|
66
|
-
"storybook": "^8.4.0-
|
66
|
+
"storybook": "^8.4.0-beta.0"
|
67
67
|
},
|
68
68
|
"publishConfig": {
|
69
69
|
"access": "public"
|