@storybook/html-webpack5 7.0.0-beta.50 → 7.0.0-beta.51
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
@@ -931,10 +931,6 @@ type CoreCommon_StorybookRefs = Record<string, {
|
|
931
931
|
disable: boolean;
|
932
932
|
}>;
|
933
933
|
type DocsOptions = {
|
934
|
-
/**
|
935
|
-
* Should we disable generate docs entries at all under any circumstances? (i.e. can they be rendered)
|
936
|
-
*/
|
937
|
-
disable?: boolean;
|
938
934
|
/**
|
939
935
|
* What should we call the generated docs entries?
|
940
936
|
*/
|
@@ -1008,7 +1004,7 @@ interface StorybookConfig {
|
|
1008
1004
|
*/
|
1009
1005
|
stories: StoriesEntry[];
|
1010
1006
|
/**
|
1011
|
-
* Framework, e.g. '@storybook/react', required in v7
|
1007
|
+
* Framework, e.g. '@storybook/react-vite', required in v7
|
1012
1008
|
*/
|
1013
1009
|
framework?: Preset;
|
1014
1010
|
/**
|
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.51",
|
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.51",
|
52
|
+
"@storybook/core-common": "7.0.0-beta.51",
|
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.51",
|
55
|
+
"@storybook/preset-html-webpack": "7.0.0-beta.51",
|
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": "92ae17be35e8e19be160d4d8acb9b56e40064be2"
|
80
80
|
}
|