@storybook/addon-themes 8.2.0-alpha.5 → 8.2.0-alpha.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-themes",
|
3
|
-
"version": "8.2.0-alpha.
|
3
|
+
"version": "8.2.0-alpha.7",
|
4
4
|
"description": "Switch between multiple themes for you components in Storybook",
|
5
5
|
"keywords": [
|
6
6
|
"css",
|
@@ -30,13 +30,13 @@
|
|
30
30
|
".": {
|
31
31
|
"types": "./dist/index.d.ts",
|
32
32
|
"node": "./dist/index.js",
|
33
|
-
"
|
34
|
-
"
|
33
|
+
"import": "./dist/index.mjs",
|
34
|
+
"require": "./dist/index.js"
|
35
35
|
},
|
36
36
|
"./preview": {
|
37
37
|
"types": "./dist/preview.d.ts",
|
38
|
-
"
|
39
|
-
"
|
38
|
+
"import": "./dist/preview.mjs",
|
39
|
+
"require": "./dist/preview.js"
|
40
40
|
},
|
41
41
|
"./manager": "./dist/manager.js",
|
42
42
|
"./package.json": "./package.json",
|
@@ -60,14 +60,14 @@
|
|
60
60
|
"ts-dedent": "^2.0.0"
|
61
61
|
},
|
62
62
|
"devDependencies": {
|
63
|
-
"@storybook/client-logger": "8.2.0-alpha.
|
64
|
-
"@storybook/components": "8.2.0-alpha.
|
65
|
-
"@storybook/core-events": "8.2.0-alpha.
|
63
|
+
"@storybook/client-logger": "8.2.0-alpha.7",
|
64
|
+
"@storybook/components": "8.2.0-alpha.7",
|
65
|
+
"@storybook/core-events": "8.2.0-alpha.7",
|
66
66
|
"@storybook/icons": "^1.2.5",
|
67
|
-
"@storybook/manager-api": "8.2.0-alpha.
|
68
|
-
"@storybook/preview-api": "8.2.0-alpha.
|
69
|
-
"@storybook/theming": "8.2.0-alpha.
|
70
|
-
"@storybook/types": "8.2.0-alpha.
|
67
|
+
"@storybook/manager-api": "8.2.0-alpha.7",
|
68
|
+
"@storybook/preview-api": "8.2.0-alpha.7",
|
69
|
+
"@storybook/theming": "8.2.0-alpha.7",
|
70
|
+
"@storybook/types": "8.2.0-alpha.7",
|
71
71
|
"typescript": "^5.3.2"
|
72
72
|
},
|
73
73
|
"publishConfig": {
|