@storybook/addon-interactions 7.0.0-beta.36 → 7.0.0-beta.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ yarn add -D @storybook/addon-interactions @storybook/jest @storybook/testing-lib
|
|
|
15
15
|
within `.storybook/main.js`:
|
|
16
16
|
|
|
17
17
|
```js
|
|
18
|
-
|
|
18
|
+
export default {
|
|
19
19
|
addons: ['@storybook/addon-interactions'],
|
|
20
20
|
};
|
|
21
21
|
```
|
|
@@ -28,7 +28,7 @@ Step debugging features are experimental and disabled by default. To enable them
|
|
|
28
28
|
|
|
29
29
|
```js
|
|
30
30
|
// main.js
|
|
31
|
-
|
|
31
|
+
export default {
|
|
32
32
|
features: {
|
|
33
33
|
interactionsDebugger: true,
|
|
34
34
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-interactions",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.39",
|
|
4
4
|
"description": "Automate, test and debug user interactions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook-addons",
|
|
@@ -72,16 +72,16 @@
|
|
|
72
72
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@storybook/client-logger": "7.0.0-beta.
|
|
76
|
-
"@storybook/components": "7.0.0-beta.
|
|
77
|
-
"@storybook/core-common": "7.0.0-beta.
|
|
78
|
-
"@storybook/core-events": "7.0.0-beta.
|
|
75
|
+
"@storybook/client-logger": "7.0.0-beta.39",
|
|
76
|
+
"@storybook/components": "7.0.0-beta.39",
|
|
77
|
+
"@storybook/core-common": "7.0.0-beta.39",
|
|
78
|
+
"@storybook/core-events": "7.0.0-beta.39",
|
|
79
79
|
"@storybook/global": "^5.0.0",
|
|
80
|
-
"@storybook/instrumenter": "7.0.0-beta.
|
|
81
|
-
"@storybook/manager-api": "7.0.0-beta.
|
|
82
|
-
"@storybook/preview-api": "7.0.0-beta.
|
|
83
|
-
"@storybook/theming": "7.0.0-beta.
|
|
84
|
-
"@storybook/types": "7.0.0-beta.
|
|
80
|
+
"@storybook/instrumenter": "7.0.0-beta.39",
|
|
81
|
+
"@storybook/manager-api": "7.0.0-beta.39",
|
|
82
|
+
"@storybook/preview-api": "7.0.0-beta.39",
|
|
83
|
+
"@storybook/theming": "7.0.0-beta.39",
|
|
84
|
+
"@storybook/types": "7.0.0-beta.39",
|
|
85
85
|
"jest-mock": "^27.0.6",
|
|
86
86
|
"polished": "^4.2.2",
|
|
87
87
|
"ts-dedent": "^2.2.0"
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
],
|
|
119
119
|
"platform": "node"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "96d484511811e3154ff18c55814a1f4688946335",
|
|
122
122
|
"storybook": {
|
|
123
123
|
"displayName": "Interactions",
|
|
124
124
|
"unsupportedFrameworks": [
|