@storybook/addon-interactions 6.5.0-alpha.55 → 6.5.0-alpha.58
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.
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
import { Args } from '@storybook/addons';
|
|
1
2
|
import { AnyFramework, ArgsEnhancer } from '@storybook/csf';
|
|
2
|
-
export declare const argsEnhancers: ArgsEnhancer<AnyFramework,
|
|
3
|
+
export declare const argsEnhancers: ArgsEnhancer<AnyFramework, Args>[];
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
import type { Args } from '@storybook/addons';
|
|
1
2
|
import type { AnyFramework, ArgsEnhancer } from '@storybook/csf';
|
|
2
|
-
export declare const argsEnhancers: ArgsEnhancer<AnyFramework,
|
|
3
|
+
export declare const argsEnhancers: ArgsEnhancer<AnyFramework, Args>[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-interactions",
|
|
3
|
-
"version": "6.5.0-alpha.
|
|
3
|
+
"version": "6.5.0-alpha.58",
|
|
4
4
|
"description": "Automate, test and debug user interactions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook-addons",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"prepare": "node ../../scripts/prepare.js"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@storybook/addons": "6.5.0-alpha.
|
|
45
|
-
"@storybook/api": "6.5.0-alpha.
|
|
46
|
-
"@storybook/client-logger": "6.5.0-alpha.
|
|
47
|
-
"@storybook/components": "6.5.0-alpha.
|
|
48
|
-
"@storybook/core-common": "6.5.0-alpha.
|
|
49
|
-
"@storybook/core-events": "6.5.0-alpha.
|
|
50
|
-
"@storybook/csf": "0.0.2--canary.
|
|
51
|
-
"@storybook/instrumenter": "6.5.0-alpha.
|
|
52
|
-
"@storybook/theming": "6.5.0-alpha.
|
|
44
|
+
"@storybook/addons": "6.5.0-alpha.58",
|
|
45
|
+
"@storybook/api": "6.5.0-alpha.58",
|
|
46
|
+
"@storybook/client-logger": "6.5.0-alpha.58",
|
|
47
|
+
"@storybook/components": "6.5.0-alpha.58",
|
|
48
|
+
"@storybook/core-common": "6.5.0-alpha.58",
|
|
49
|
+
"@storybook/core-events": "6.5.0-alpha.58",
|
|
50
|
+
"@storybook/csf": "0.0.2--canary.7c6c115.0",
|
|
51
|
+
"@storybook/instrumenter": "6.5.0-alpha.58",
|
|
52
|
+
"@storybook/theming": "6.5.0-alpha.58",
|
|
53
53
|
"core-js": "^3.8.2",
|
|
54
54
|
"global": "^4.4.0",
|
|
55
55
|
"jest-mock": "^27.0.6",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "bf25496b2d3d2daa91ab211a9b73b1f4d5b0b52d",
|
|
80
80
|
"sbmodern": "dist/modern/index.js",
|
|
81
81
|
"storybook": {
|
|
82
82
|
"displayName": "Interactions",
|