@storybook/react-vite 8.0.0-alpha.10 → 8.0.0-alpha.11

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.
@@ -1080,9 +1080,9 @@ interface StorybookConfigRaw {
1080
1080
  */
1081
1081
  disallowImplicitActionsInRenderV8?: boolean;
1082
1082
  /**
1083
- * Enable asynchronous component rendering in NextJS framework
1083
+ * Enable asynchronous component rendering in React renderer
1084
1084
  */
1085
- experimentalNextRSC?: boolean;
1085
+ experimentalRSC?: boolean;
1086
1086
  };
1087
1087
  build?: TestBuildConfig;
1088
1088
  stories: StoriesEntry[];
@@ -1093,7 +1093,6 @@ interface StorybookConfigRaw {
1093
1093
  swc?: any;
1094
1094
  env?: Record<string, string>;
1095
1095
  babelDefault?: any;
1096
- config?: Entry[];
1097
1096
  previewAnnotations?: Entry[];
1098
1097
  experimental_indexers?: Indexer[];
1099
1098
  docs?: DocsOptions;
@@ -1159,12 +1158,6 @@ interface StorybookConfig$1 {
1159
1158
  * Modify or return babel config.
1160
1159
  */
1161
1160
  babelDefault?: PresetValue<StorybookConfigRaw['babelDefault']>;
1162
- /**
1163
- * Add additional scripts to run in the preview a la `.storybook/preview.js`
1164
- *
1165
- * @deprecated use `previewAnnotations` or `/preview.js` file instead
1166
- */
1167
- config?: PresetValue<StorybookConfigRaw['config']>;
1168
1161
  /**
1169
1162
  * Add additional scripts to run in the preview a la `.storybook/preview.js`
1170
1163
  */
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-c0686207.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-96fae043.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-c0686207.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-96fae043.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-alpha.10",
3
+ "version": "8.0.0-alpha.11",
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-alpha.10",
53
- "@storybook/react": "8.0.0-alpha.10",
52
+ "@storybook/builder-vite": "8.0.0-alpha.11",
53
+ "@storybook/react": "8.0.0-alpha.11",
54
54
  "magic-string": "^0.30.0",
55
55
  "react-docgen": "^7.0.0"
56
56
  },