@storybook/preact-vite 7.0.0-beta.33 → 7.0.0-beta.35

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-234469b8.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './types-29a7c2ac.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-234469b8.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './types-29a7c2ac.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
@@ -998,6 +998,10 @@ interface StorybookConfig$1 {
998
998
  * Will be removed in 7.0.
999
999
  */
1000
1000
  warnOnLegacyHierarchySeparator?: boolean;
1001
+ /**
1002
+ * Use legacy MDX1, to help smooth migration to 7.0
1003
+ */
1004
+ legacyMdx1?: boolean;
1001
1005
  };
1002
1006
  /**
1003
1007
  * Tells Storybook where to find stories.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact-vite",
3
- "version": "7.0.0-beta.33",
3
+ "version": "7.0.0-beta.35",
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.33",
52
- "@storybook/preact": "7.0.0-beta.33"
51
+ "@storybook/builder-vite": "7.0.0-beta.35",
52
+ "@storybook/preact": "7.0.0-beta.35"
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": "7b662c444875d3890ee935878fb1b2b45fbfdfb7"
76
+ "gitHead": "e6d5c50c88bc67468a815efc1048b36ebc2d4bdd"
77
77
  }