@storybook/preact-vite 7.2.0-canary-22285-1690280355-e7cab9e3.0 → 7.2.0-canary-22285-1690367272-d07bfc52.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -925,6 +925,7 @@ type CoreCommon_StorybookRefs = Record<string, {
925
925
  url: string;
926
926
  } | {
927
927
  disable: boolean;
928
+ expanded?: boolean;
928
929
  }>;
929
930
  type DocsOptions = {
930
931
  /**
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-3b52aa5b.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-035d931b.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-3b52aa5b.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-035d931b.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": "7.2.0-canary-22285-1690280355-e7cab9e3.0",
3
+ "version": "7.2.0-canary-22285-1690367272-d07bfc52.0",
4
4
  "description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,8 +47,8 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@preact/preset-vite": "^2.0.0",
50
- "@storybook/builder-vite": "7.2.0-canary-22285-1690280355-e7cab9e3.0",
51
- "@storybook/preact": "7.2.0-canary-22285-1690280355-e7cab9e3.0"
50
+ "@storybook/builder-vite": "7.2.0-canary-22285-1690367272-d07bfc52.0",
51
+ "@storybook/preact": "7.2.0-canary-22285-1690367272-d07bfc52.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^16.0.0",