@storybook/preact-vite 8.0.0-alpha.0 → 8.0.0-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-492d38ca.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-b0246dd8.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty, S as StorybookConfig } from './index-492d38ca.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-b0246dd8.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact-vite",
3
- "version": "8.0.0-alpha.0",
3
+ "version": "8.0.0-alpha.1",
4
4
  "description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@preact/preset-vite": "^2.0.0",
51
- "@storybook/builder-vite": "8.0.0-alpha.0",
52
- "@storybook/preact": "8.0.0-alpha.0"
51
+ "@storybook/builder-vite": "8.0.0-alpha.1",
52
+ "@storybook/preact": "8.0.0-alpha.1"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^18.0.0",