@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
|
|
1083
|
+
* Enable asynchronous component rendering in React renderer
|
|
1084
1084
|
*/
|
|
1085
|
-
|
|
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
package/dist/preset.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-vite",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
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.
|
|
53
|
-
"@storybook/react": "8.0.0-alpha.
|
|
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
|
},
|