@storybook/preact-vite 7.0.0-beta.64 → 7.0.0-rc.1

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-a48e2914.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './types-2ca2a2ac.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-a48e2914.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './types-2ca2a2ac.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
@@ -978,6 +978,11 @@ interface StorybookConfig$1 {
978
978
  * Activate on demand story store
979
979
  */
980
980
  storyStoreV7?: boolean;
981
+ /**
982
+ * Do not throw errors if using `.mdx` files in SSv7
983
+ * (for internal use in sandboxes)
984
+ */
985
+ storyStoreV7MdxErrors?: boolean;
981
986
  /**
982
987
  * Enable a set of planned breaking changes for SB7.0
983
988
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact-vite",
3
- "version": "7.0.0-beta.64",
3
+ "version": "7.0.0-rc.1",
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.64",
52
- "@storybook/preact": "7.0.0-beta.64"
51
+ "@storybook/builder-vite": "7.0.0-rc.1",
52
+ "@storybook/preact": "7.0.0-rc.1"
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": "f33337d997ae5db03f3b7681cffe0a154e1798f3"
76
+ "gitHead": "115d69123dc7c4dfab9538d2b273cb0fcc372852"
77
77
  }