@storybook/react-vite 8.0.0-beta.3 → 8.0.0-beta.5

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.
@@ -1065,10 +1065,6 @@ interface StorybookConfigRaw {
1065
1065
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
1066
1066
  */
1067
1067
  argTypeTargetsV7?: boolean;
1068
- /**
1069
- * Use legacy MDX1, to help smooth migration to 7.0
1070
- */
1071
- legacyMdx1?: boolean;
1072
1068
  /**
1073
1069
  * Apply decorators from preview.js before decorators from addons or frameworks
1074
1070
  */
@@ -1242,7 +1238,7 @@ type TypescriptOptions = TypescriptOptions$1 & {
1242
1238
  /**
1243
1239
  * The interface for Storybook configuration in `main.ts` files.
1244
1240
  */
1245
- type StorybookConfig = Omit<StorybookConfig$1, keyof StorybookConfigVite | keyof StorybookConfigFramework> & StorybookConfigVite & StorybookConfigFramework & {
1241
+ type StorybookConfig = Omit<StorybookConfig$1, keyof StorybookConfigVite | keyof StorybookConfigFramework | 'typescript'> & StorybookConfigVite & StorybookConfigFramework & {
1246
1242
  typescript?: Partial<TypescriptOptions>;
1247
1243
  };
1248
1244
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-96fae043.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-23199909.js';
2
2
  import 'file-system-cache';
3
3
  import 'http';
4
4
  import '@storybook/builder-vite';
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty, S as StorybookConfig } from './index-96fae043.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-23199909.js';
2
2
  import 'file-system-cache';
3
3
  import 'http';
4
4
  import '@storybook/builder-vite';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-vite",
3
- "version": "8.0.0-beta.3",
3
+ "version": "8.0.0-beta.5",
4
4
  "description": "Storybook for React and Vite: Develop React components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -49,8 +49,8 @@
49
49
  "dependencies": {
50
50
  "@joshwooding/vite-plugin-react-docgen-typescript": "0.3.0",
51
51
  "@rollup/pluginutils": "^5.0.2",
52
- "@storybook/builder-vite": "8.0.0-beta.3",
53
- "@storybook/react": "8.0.0-beta.3",
52
+ "@storybook/builder-vite": "8.0.0-beta.5",
53
+ "@storybook/react": "8.0.0-beta.5",
54
54
  "magic-string": "^0.30.0",
55
55
  "react-docgen": "^7.0.0"
56
56
  },