@storybook/types 8.0.0-alpha.10 → 8.0.0-alpha.12
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.
- package/dist/index.d.ts +2 -9
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1927,9 +1927,9 @@ interface StorybookConfigRaw {
|
|
|
1927
1927
|
*/
|
|
1928
1928
|
disallowImplicitActionsInRenderV8?: boolean;
|
|
1929
1929
|
/**
|
|
1930
|
-
* Enable asynchronous component rendering in
|
|
1930
|
+
* Enable asynchronous component rendering in React renderer
|
|
1931
1931
|
*/
|
|
1932
|
-
|
|
1932
|
+
experimentalRSC?: boolean;
|
|
1933
1933
|
};
|
|
1934
1934
|
build?: TestBuildConfig;
|
|
1935
1935
|
stories: StoriesEntry[];
|
|
@@ -1940,7 +1940,6 @@ interface StorybookConfigRaw {
|
|
|
1940
1940
|
swc?: any;
|
|
1941
1941
|
env?: Record<string, string>;
|
|
1942
1942
|
babelDefault?: any;
|
|
1943
|
-
config?: Entry[];
|
|
1944
1943
|
previewAnnotations?: Entry[];
|
|
1945
1944
|
experimental_indexers?: Indexer[];
|
|
1946
1945
|
docs?: DocsOptions;
|
|
@@ -2006,12 +2005,6 @@ interface StorybookConfig {
|
|
|
2006
2005
|
* Modify or return babel config.
|
|
2007
2006
|
*/
|
|
2008
2007
|
babelDefault?: PresetValue<StorybookConfigRaw['babelDefault']>;
|
|
2009
|
-
/**
|
|
2010
|
-
* Add additional scripts to run in the preview a la `.storybook/preview.js`
|
|
2011
|
-
*
|
|
2012
|
-
* @deprecated use `previewAnnotations` or `/preview.js` file instead
|
|
2013
|
-
*/
|
|
2014
|
-
config?: PresetValue<StorybookConfigRaw['config']>;
|
|
2015
2008
|
/**
|
|
2016
2009
|
* Add additional scripts to run in the preview a la `.storybook/preview.js`
|
|
2017
2010
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/types",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.12",
|
|
4
4
|
"description": "Core Storybook TS Types",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@storybook/channels": "8.0.0-alpha.
|
|
47
|
+
"@storybook/channels": "8.0.0-alpha.12",
|
|
48
48
|
"@types/express": "^4.7.0",
|
|
49
49
|
"file-system-cache": "2.3.0"
|
|
50
50
|
},
|