@storybook/react-vite 8.0.0-alpha.0 → 8.0.0-alpha.1

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.
@@ -3008,6 +3008,10 @@ interface StorybookConfigRaw {
3008
3008
  * This will make sure that your story renders the same no matter if docgen is enabled or not.
3009
3009
  */
3010
3010
  disallowImplicitActionsInRenderV8?: boolean;
3011
+ /**
3012
+ * Enable asynchronous component rendering in NextJS framework
3013
+ */
3014
+ experimentalNextRSC?: boolean;
3011
3015
  };
3012
3016
  build?: TestBuildConfig;
3013
3017
  stories: StoriesEntry[];
@@ -3164,7 +3168,7 @@ type TypescriptOptions = TypescriptOptions$1 & {
3164
3168
  /**
3165
3169
  * Sets the type of Docgen when working with React and TypeScript
3166
3170
  *
3167
- * @default `'react-docgen-typescript'`
3171
+ * @default `'react-docgen'`
3168
3172
  */
3169
3173
  reactDocgen: 'react-docgen-typescript' | 'react-docgen' | false;
3170
3174
  /**
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-7f5efe3f.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-9c40970f.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 './index-7f5efe3f.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-9c40970f.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-vite",
3
- "version": "8.0.0-alpha.0",
3
+ "version": "8.0.0-alpha.1",
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.0",
53
- "@storybook/react": "8.0.0-alpha.0",
52
+ "@storybook/builder-vite": "8.0.0-alpha.1",
53
+ "@storybook/react": "8.0.0-alpha.1",
54
54
  "@vitejs/plugin-react": "^3.0.1",
55
55
  "magic-string": "^0.30.0",
56
56
  "react-docgen": "^7.0.0"