@storybook/core-common 6.4.0-beta.19 → 6.4.0-beta.22
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/dist/ts3.4/types.d.ts +4 -0
- package/dist/ts3.9/types.d.ts +4 -0
- package/package.json +3 -3
package/dist/ts3.4/types.d.ts
CHANGED
|
@@ -264,6 +264,10 @@ export interface StorybookConfig {
|
|
|
264
264
|
* Enable a set of planned breaking changes for SB7.0
|
|
265
265
|
*/
|
|
266
266
|
breakingChangesV7?: boolean;
|
|
267
|
+
/**
|
|
268
|
+
* Enable the step debugger functionality in Addon-interactions.
|
|
269
|
+
*/
|
|
270
|
+
interactionsDebugger?: boolean;
|
|
267
271
|
/**
|
|
268
272
|
* Use Storybook 7.0 babel config scheme
|
|
269
273
|
*/
|
package/dist/ts3.9/types.d.ts
CHANGED
|
@@ -260,6 +260,10 @@ export interface StorybookConfig {
|
|
|
260
260
|
* Enable a set of planned breaking changes for SB7.0
|
|
261
261
|
*/
|
|
262
262
|
breakingChangesV7?: boolean;
|
|
263
|
+
/**
|
|
264
|
+
* Enable the step debugger functionality in Addon-interactions.
|
|
265
|
+
*/
|
|
266
|
+
interactionsDebugger?: boolean;
|
|
263
267
|
/**
|
|
264
268
|
* Use Storybook 7.0 babel config scheme
|
|
265
269
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/core-common",
|
|
3
|
-
"version": "6.4.0-beta.
|
|
3
|
+
"version": "6.4.0-beta.22",
|
|
4
4
|
"description": "Storybook framework-agnostic API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@babel/preset-react": "^7.12.10",
|
|
62
62
|
"@babel/preset-typescript": "^7.12.7",
|
|
63
63
|
"@babel/register": "^7.12.1",
|
|
64
|
-
"@storybook/node-logger": "6.4.0-beta.
|
|
64
|
+
"@storybook/node-logger": "6.4.0-beta.22",
|
|
65
65
|
"@storybook/semver": "^7.3.2",
|
|
66
66
|
"@types/micromatch": "^4.0.1",
|
|
67
67
|
"@types/node": "^14.0.10",
|
|
@@ -110,6 +110,6 @@
|
|
|
110
110
|
"publishConfig": {
|
|
111
111
|
"access": "public"
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "680a207c0b7d5daee89633349c7320a3ac29b3c6",
|
|
114
114
|
"sbmodern": "dist/modern/index.js"
|
|
115
115
|
}
|