@storybook/addon-interactions 8.2.0-alpha.0 → 8.2.0-alpha.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/manager.js +5 -3
- package/dist/preset.js +146 -154
- package/package.json +16 -16
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-interactions",
|
3
|
-
"version": "8.2.0-alpha.
|
3
|
+
"version": "8.2.0-alpha.10",
|
4
4
|
"description": "Automate, test and debug user interactions",
|
5
5
|
"keywords": [
|
6
6
|
"storybook-addons",
|
@@ -25,13 +25,13 @@
|
|
25
25
|
".": {
|
26
26
|
"types": "./dist/index.d.ts",
|
27
27
|
"node": "./dist/index.js",
|
28
|
-
"
|
29
|
-
"
|
28
|
+
"import": "./dist/index.mjs",
|
29
|
+
"require": "./dist/index.js"
|
30
30
|
},
|
31
31
|
"./preview": {
|
32
32
|
"types": "./dist/preview.d.ts",
|
33
|
-
"
|
34
|
-
"
|
33
|
+
"import": "./dist/preview.mjs",
|
34
|
+
"require": "./dist/preview.js"
|
35
35
|
},
|
36
36
|
"./manager": "./dist/manager.js",
|
37
37
|
"./preset": "./dist/preset.js",
|
@@ -54,22 +54,22 @@
|
|
54
54
|
},
|
55
55
|
"dependencies": {
|
56
56
|
"@storybook/global": "^5.0.0",
|
57
|
-
"@storybook/instrumenter": "8.2.0-alpha.
|
58
|
-
"@storybook/test": "8.2.0-alpha.
|
59
|
-
"@storybook/types": "8.2.0-alpha.
|
57
|
+
"@storybook/instrumenter": "8.2.0-alpha.10",
|
58
|
+
"@storybook/test": "8.2.0-alpha.10",
|
59
|
+
"@storybook/types": "8.2.0-alpha.10",
|
60
60
|
"polished": "^4.2.2",
|
61
61
|
"ts-dedent": "^2.2.0"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
64
|
"@devtools-ds/object-inspector": "^1.1.2",
|
65
|
-
"@storybook/client-logger": "8.2.0-alpha.
|
66
|
-
"@storybook/components": "8.2.0-alpha.
|
67
|
-
"@storybook/core-common": "8.2.0-alpha.
|
68
|
-
"@storybook/core-events": "8.2.0-alpha.
|
65
|
+
"@storybook/client-logger": "8.2.0-alpha.10",
|
66
|
+
"@storybook/components": "8.2.0-alpha.10",
|
67
|
+
"@storybook/core-common": "8.2.0-alpha.10",
|
68
|
+
"@storybook/core-events": "8.2.0-alpha.10",
|
69
69
|
"@storybook/icons": "^1.2.5",
|
70
|
-
"@storybook/manager-api": "8.2.0-alpha.
|
71
|
-
"@storybook/preview-api": "8.2.0-alpha.
|
72
|
-
"@storybook/theming": "8.2.0-alpha.
|
70
|
+
"@storybook/manager-api": "8.2.0-alpha.10",
|
71
|
+
"@storybook/preview-api": "8.2.0-alpha.10",
|
72
|
+
"@storybook/theming": "8.2.0-alpha.10",
|
73
73
|
"@types/node": "^18.0.0",
|
74
74
|
"formik": "^2.2.9",
|
75
75
|
"react": "^18.2.0",
|
@@ -93,7 +93,7 @@
|
|
93
93
|
"./src/preset.ts"
|
94
94
|
]
|
95
95
|
},
|
96
|
-
"gitHead": "
|
96
|
+
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16",
|
97
97
|
"storybook": {
|
98
98
|
"displayName": "Interactions",
|
99
99
|
"unsupportedFrameworks": [
|