@storybook/addon-themes 8.3.0-alpha.9 → 8.3.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-themes",
|
3
|
-
"version": "8.3.0-
|
3
|
+
"version": "8.3.0-beta.0",
|
4
4
|
"description": "Switch between multiple themes for you components in Storybook",
|
5
5
|
"keywords": [
|
6
6
|
"css",
|
@@ -30,8 +30,7 @@
|
|
30
30
|
".": {
|
31
31
|
"types": "./dist/index.d.ts",
|
32
32
|
"import": "./dist/index.mjs",
|
33
|
-
"require": "./dist/index.js"
|
34
|
-
"node": "./dist/index.js"
|
33
|
+
"require": "./dist/index.js"
|
35
34
|
},
|
36
35
|
"./preview": {
|
37
36
|
"types": "./dist/preview.d.ts",
|
@@ -64,7 +63,7 @@
|
|
64
63
|
"typescript": "^5.3.2"
|
65
64
|
},
|
66
65
|
"peerDependencies": {
|
67
|
-
"storybook": "^8.3.0-
|
66
|
+
"storybook": "^8.3.0-beta.0"
|
68
67
|
},
|
69
68
|
"publishConfig": {
|
70
69
|
"access": "public"
|