@storybook/web-components-webpack5 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.
@@ -1078,9 +1078,9 @@ interface StorybookConfigRaw {
1078
1078
  */
1079
1079
  disallowImplicitActionsInRenderV8?: boolean;
1080
1080
  /**
1081
- * Enable asynchronous component rendering in NextJS framework
1081
+ * Enable asynchronous component rendering in React renderer
1082
1082
  */
1083
- experimentalNextRSC?: boolean;
1083
+ experimentalRSC?: boolean;
1084
1084
  };
1085
1085
  build?: TestBuildConfig;
1086
1086
  stories: StoriesEntry[];
@@ -1091,7 +1091,6 @@ interface StorybookConfigRaw {
1091
1091
  swc?: any;
1092
1092
  env?: Record<string, string>;
1093
1093
  babelDefault?: any;
1094
- config?: Entry[];
1095
1094
  previewAnnotations?: Entry[];
1096
1095
  experimental_indexers?: Indexer[];
1097
1096
  docs?: DocsOptions;
@@ -1157,12 +1156,6 @@ interface StorybookConfig {
1157
1156
  * Modify or return babel config.
1158
1157
  */
1159
1158
  babelDefault?: PresetValue<StorybookConfigRaw['babelDefault']>;
1160
- /**
1161
- * Add additional scripts to run in the preview a la `.storybook/preview.js`
1162
- *
1163
- * @deprecated use `previewAnnotations` or `/preview.js` file instead
1164
- */
1165
- config?: PresetValue<StorybookConfigRaw['config']>;
1166
1159
  /**
1167
1160
  * Add additional scripts to run in the preview a la `.storybook/preview.js`
1168
1161
  */
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { S as StorybookConfig$1, T as TypescriptOptions$1 } from './index.d-e0bdb879.js';
1
+ import { S as StorybookConfig$1, T as TypescriptOptions$1 } from './index.d-532906de.js';
2
2
  import { BuilderOptions, StorybookConfigWebpack, TypescriptOptions } from '@storybook/builder-webpack5';
3
3
  import 'file-system-cache';
4
4
  import 'http';
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty } from './index.d-e0bdb879.js';
1
+ import { P as PresetProperty } from './index.d-532906de.js';
2
2
  import 'file-system-cache';
3
3
  import 'http';
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/web-components-webpack5",
3
- "version": "8.0.0-alpha.10",
3
+ "version": "8.0.0-alpha.12",
4
4
  "description": "Storybook for web-components: View web components snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "lit",
@@ -50,9 +50,9 @@
50
50
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
51
51
  },
52
52
  "dependencies": {
53
- "@storybook/builder-webpack5": "8.0.0-alpha.10",
54
- "@storybook/core-common": "8.0.0-alpha.10",
55
- "@storybook/web-components": "8.0.0-alpha.10",
53
+ "@storybook/builder-webpack5": "8.0.0-alpha.12",
54
+ "@storybook/core-common": "8.0.0-alpha.12",
55
+ "@storybook/web-components": "8.0.0-alpha.12",
56
56
  "@types/node": "^18.0.0"
57
57
  },
58
58
  "devDependencies": {