@storybook/html-webpack5 7.0.0-beta.47 → 7.0.0-beta.49
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/preset.d.ts +1 -5
- package/package.json +6 -6
package/dist/preset.d.ts
CHANGED
@@ -720,7 +720,7 @@ PackageJson$1.NonStandardEntryPoints &
|
|
720
720
|
PackageJson$1.TypeScriptConfiguration &
|
721
721
|
PackageJson$1.YarnConfiguration &
|
722
722
|
PackageJson$1.JSPMConfiguration;
|
723
|
-
|
723
|
+
type Tag = string;
|
724
724
|
interface Parameters {
|
725
725
|
[name: string]: any;
|
726
726
|
}
|
@@ -987,10 +987,6 @@ interface StorybookConfig {
|
|
987
987
|
* Enable a set of planned breaking changes for SB7.0
|
988
988
|
*/
|
989
989
|
breakingChangesV7?: boolean;
|
990
|
-
/**
|
991
|
-
* Enable the step debugger functionality in Addon-interactions.
|
992
|
-
*/
|
993
|
-
interactionsDebugger?: boolean;
|
994
990
|
/**
|
995
991
|
* Filter args with a "target" on the type from the render function (EXPERIMENTAL)
|
996
992
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/html-webpack5",
|
3
|
-
"version": "7.0.0-beta.
|
3
|
+
"version": "7.0.0-beta.49",
|
4
4
|
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -48,11 +48,11 @@
|
|
48
48
|
"prep": "../../../scripts/prepare/bundle.ts"
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
|
-
"@storybook/builder-webpack5": "7.0.0-beta.
|
52
|
-
"@storybook/core-common": "7.0.0-beta.
|
51
|
+
"@storybook/builder-webpack5": "7.0.0-beta.49",
|
52
|
+
"@storybook/core-common": "7.0.0-beta.49",
|
53
53
|
"@storybook/global": "^5.0.0",
|
54
|
-
"@storybook/html": "7.0.0-beta.
|
55
|
-
"@storybook/preset-html-webpack": "7.0.0-beta.
|
54
|
+
"@storybook/html": "7.0.0-beta.49",
|
55
|
+
"@storybook/preset-html-webpack": "7.0.0-beta.49",
|
56
56
|
"@types/node": "^16.0.0"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
@@ -76,5 +76,5 @@
|
|
76
76
|
],
|
77
77
|
"platform": "node"
|
78
78
|
},
|
79
|
-
"gitHead": "
|
79
|
+
"gitHead": "a2b4f0b42ee2b071390794bbdf99d0366fa32472"
|
80
80
|
}
|