@storybook/addon-interactions 7.1.0-alpha.23 → 7.1.0-alpha.24
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/preview.d.ts +1 -2
- package/package.json +11 -11
package/dist/preview.d.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
|
-
import * as _storybook_types from '@storybook/types';
|
2
1
|
import { ArgsEnhancer, Renderer, StepLabel, PlayFunction, PlayFunctionContext } from '@storybook/types';
|
3
2
|
|
4
|
-
declare const argsEnhancers: ArgsEnhancer<Renderer
|
3
|
+
declare const argsEnhancers: ArgsEnhancer<Renderer>[];
|
5
4
|
declare const runStep: (label: StepLabel, play: PlayFunction, context: PlayFunctionContext<any>) => void | Promise<void>;
|
6
5
|
declare const parameters: {
|
7
6
|
throwPlayFunctionExceptions: boolean;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-interactions",
|
3
|
-
"version": "7.1.0-alpha.
|
3
|
+
"version": "7.1.0-alpha.24",
|
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.1.0-alpha.
|
76
|
-
"@storybook/components": "7.1.0-alpha.
|
77
|
-
"@storybook/core-common": "7.1.0-alpha.
|
78
|
-
"@storybook/core-events": "7.1.0-alpha.
|
75
|
+
"@storybook/client-logger": "7.1.0-alpha.24",
|
76
|
+
"@storybook/components": "7.1.0-alpha.24",
|
77
|
+
"@storybook/core-common": "7.1.0-alpha.24",
|
78
|
+
"@storybook/core-events": "7.1.0-alpha.24",
|
79
79
|
"@storybook/global": "^5.0.0",
|
80
|
-
"@storybook/instrumenter": "7.1.0-alpha.
|
81
|
-
"@storybook/manager-api": "7.1.0-alpha.
|
82
|
-
"@storybook/preview-api": "7.1.0-alpha.
|
83
|
-
"@storybook/theming": "7.1.0-alpha.
|
84
|
-
"@storybook/types": "7.1.0-alpha.
|
80
|
+
"@storybook/instrumenter": "7.1.0-alpha.24",
|
81
|
+
"@storybook/manager-api": "7.1.0-alpha.24",
|
82
|
+
"@storybook/preview-api": "7.1.0-alpha.24",
|
83
|
+
"@storybook/theming": "7.1.0-alpha.24",
|
84
|
+
"@storybook/types": "7.1.0-alpha.24",
|
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": "51cf5ea9af9e1a6464df2ec402828b2febdd0034",
|
122
122
|
"storybook": {
|
123
123
|
"displayName": "Interactions",
|
124
124
|
"unsupportedFrameworks": [
|