@storybook/html-webpack5 7.0.0-beta.50 → 7.0.0-beta.52

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.
Files changed (2) hide show
  1. package/dist/preset.d.ts +1 -5
  2. 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.50",
3
+ "version": "7.0.0-beta.52",
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.50",
52
- "@storybook/core-common": "7.0.0-beta.50",
51
+ "@storybook/builder-webpack5": "7.0.0-beta.52",
52
+ "@storybook/core-common": "7.0.0-beta.52",
53
53
  "@storybook/global": "^5.0.0",
54
- "@storybook/html": "7.0.0-beta.50",
55
- "@storybook/preset-html-webpack": "7.0.0-beta.50",
54
+ "@storybook/html": "7.0.0-beta.52",
55
+ "@storybook/preset-html-webpack": "7.0.0-beta.52",
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": "ecbe308bda919d3cc60188dbb17dc4511f6b7a0e"
79
+ "gitHead": "1f559ed69a4fdd8eeb88e4190b16a8932104908e"
80
80
  }