@storybook/addon-backgrounds 8.2.0-alpha.5 → 8.2.0-alpha.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +11 -11
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-backgrounds",
|
3
|
-
"version": "8.2.0-alpha.
|
3
|
+
"version": "8.2.0-alpha.6",
|
4
4
|
"description": "Switch backgrounds to view components in different settings",
|
5
5
|
"keywords": [
|
6
6
|
"addon",
|
@@ -29,13 +29,13 @@
|
|
29
29
|
".": {
|
30
30
|
"types": "./dist/index.d.ts",
|
31
31
|
"node": "./dist/index.js",
|
32
|
-
"
|
33
|
-
"
|
32
|
+
"import": "./dist/index.mjs",
|
33
|
+
"require": "./dist/index.js"
|
34
34
|
},
|
35
35
|
"./preview": {
|
36
36
|
"types": "./dist/preview.d.ts",
|
37
|
-
"
|
38
|
-
"
|
37
|
+
"import": "./dist/preview.mjs",
|
38
|
+
"require": "./dist/preview.js"
|
39
39
|
},
|
40
40
|
"./manager": "./dist/manager.js",
|
41
41
|
"./register": "./dist/manager.js",
|
@@ -61,13 +61,13 @@
|
|
61
61
|
"ts-dedent": "^2.0.0"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
|
-
"@storybook/client-logger": "8.2.0-alpha.
|
65
|
-
"@storybook/components": "8.2.0-alpha.
|
64
|
+
"@storybook/client-logger": "8.2.0-alpha.6",
|
65
|
+
"@storybook/components": "8.2.0-alpha.6",
|
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.6",
|
68
|
+
"@storybook/preview-api": "8.2.0-alpha.6",
|
69
|
+
"@storybook/theming": "8.2.0-alpha.6",
|
70
|
+
"@storybook/types": "8.2.0-alpha.6",
|
71
71
|
"react": "^18.2.0",
|
72
72
|
"react-dom": "^18.2.0",
|
73
73
|
"typescript": "^5.3.2"
|