@storybook/preact-vite 7.0.0-beta.50 → 7.0.0-beta.52

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './types-50b3e2b2.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './types-37edcfef.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty, S as StorybookConfig } from './types-50b3e2b2.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './types-37edcfef.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
@@ -929,10 +929,6 @@ type CoreCommon_StorybookRefs = Record<string, {
929
929
  disable: boolean;
930
930
  }>;
931
931
  type DocsOptions = {
932
- /**
933
- * Should we disable generate docs entries at all under any circumstances? (i.e. can they be rendered)
934
- */
935
- disable?: boolean;
936
932
  /**
937
933
  * What should we call the generated docs entries?
938
934
  */
@@ -1006,7 +1002,7 @@ interface StorybookConfig$1 {
1006
1002
  */
1007
1003
  stories: StoriesEntry[];
1008
1004
  /**
1009
- * Framework, e.g. '@storybook/react', required in v7
1005
+ * Framework, e.g. '@storybook/react-vite', required in v7
1010
1006
  */
1011
1007
  framework?: Preset;
1012
1008
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact-vite",
3
- "version": "7.0.0-beta.50",
3
+ "version": "7.0.0-beta.52",
4
4
  "description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@preact/preset-vite": "^2.0.0",
51
- "@storybook/builder-vite": "7.0.0-beta.50",
52
- "@storybook/preact": "7.0.0-beta.50"
51
+ "@storybook/builder-vite": "7.0.0-beta.52",
52
+ "@storybook/preact": "7.0.0-beta.52"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^16.0.0",
@@ -73,5 +73,5 @@
73
73
  ],
74
74
  "platform": "node"
75
75
  },
76
- "gitHead": "ecbe308bda919d3cc60188dbb17dc4511f6b7a0e"
76
+ "gitHead": "1f559ed69a4fdd8eeb88e4190b16a8932104908e"
77
77
  }