@storybook/svelte-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.
|
@@ -3007,6 +3007,10 @@ interface StorybookConfigRaw {
|
|
|
3007
3007
|
* This will make sure that your story renders the same no matter if docgen is enabled or not.
|
|
3008
3008
|
*/
|
|
3009
3009
|
disallowImplicitActionsInRenderV8?: boolean;
|
|
3010
|
+
/**
|
|
3011
|
+
* Enable asynchronous component rendering in NextJS framework
|
|
3012
|
+
*/
|
|
3013
|
+
experimentalNextRSC?: boolean;
|
|
3010
3014
|
};
|
|
3011
3015
|
build?: TestBuildConfig;
|
|
3012
3016
|
stories: StoriesEntry[];
|
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/svelte-vite",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.1",
|
|
4
4
|
"description": "Storybook for Svelte and Vite: Develop Svelte components in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@storybook/builder-vite": "8.0.0-alpha.
|
|
51
|
-
"@storybook/node-logger": "8.0.0-alpha.
|
|
52
|
-
"@storybook/svelte": "8.0.0-alpha.
|
|
50
|
+
"@storybook/builder-vite": "8.0.0-alpha.1",
|
|
51
|
+
"@storybook/node-logger": "8.0.0-alpha.1",
|
|
52
|
+
"@storybook/svelte": "8.0.0-alpha.1",
|
|
53
53
|
"@sveltejs/vite-plugin-svelte": "^2.4.2",
|
|
54
54
|
"magic-string": "^0.30.0",
|
|
55
55
|
"svelte-preprocess": "^5.0.4",
|