@storybook/web-components-vite 0.0.0-pr-24997-sha-f3766dc1 → 0.0.0-pr-24881-sha-d0979bc9
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.
@@ -2823,6 +2823,7 @@ interface CLIOptions {
|
|
2823
2823
|
enableCrashReports?: boolean;
|
2824
2824
|
host?: string;
|
2825
2825
|
initialPath?: string;
|
2826
|
+
exactPort?: boolean;
|
2826
2827
|
/**
|
2827
2828
|
* @deprecated Use 'staticDirs' Storybook Configuration option instead
|
2828
2829
|
*/
|
@@ -3007,6 +3008,10 @@ interface StorybookConfigRaw {
|
|
3007
3008
|
* This will make sure that your story renders the same no matter if docgen is enabled or not.
|
3008
3009
|
*/
|
3009
3010
|
disallowImplicitActionsInRenderV8?: boolean;
|
3011
|
+
/**
|
3012
|
+
* Enable asynchronous component rendering in NextJS framework
|
3013
|
+
*/
|
3014
|
+
experimentalNextRSC?: boolean;
|
3010
3015
|
};
|
3011
3016
|
build?: TestBuildConfig;
|
3012
3017
|
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/web-components-vite",
|
3
|
-
"version": "0.0.0-pr-
|
3
|
+
"version": "0.0.0-pr-24881-sha-d0979bc9",
|
4
4
|
"description": "Storybook for web-components and Vite: Develop Web Components in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -47,10 +47,10 @@
|
|
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": "0.0.0-pr-
|
51
|
-
"@storybook/core-server": "0.0.0-pr-
|
52
|
-
"@storybook/node-logger": "0.0.0-pr-
|
53
|
-
"@storybook/web-components": "0.0.0-pr-
|
50
|
+
"@storybook/builder-vite": "0.0.0-pr-24881-sha-d0979bc9",
|
51
|
+
"@storybook/core-server": "0.0.0-pr-24881-sha-d0979bc9",
|
52
|
+
"@storybook/node-logger": "0.0.0-pr-24881-sha-d0979bc9",
|
53
|
+
"@storybook/web-components": "0.0.0-pr-24881-sha-d0979bc9",
|
54
54
|
"magic-string": "^0.30.0"
|
55
55
|
},
|
56
56
|
"devDependencies": {
|