@storybook/react-vite 7.2.0-canary-22285-1690280355-e7cab9e3.0 → 7.2.0-canary-22285-1690306636-035010c9.0

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.
@@ -926,6 +926,7 @@ type CoreCommon_StorybookRefs = Record<string, {
926
926
  url: string;
927
927
  } | {
928
928
  disable: boolean;
929
+ expanded?: boolean;
929
930
  }>;
930
931
  type DocsOptions = {
931
932
  /**
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-9046ddde.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-012032ad.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-9046ddde.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-012032ad.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/react-vite",
3
- "version": "7.2.0-canary-22285-1690280355-e7cab9e3.0",
3
+ "version": "7.2.0-canary-22285-1690306636-035010c9.0",
4
4
  "description": "Storybook for React and Vite: Develop React components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -49,8 +49,8 @@
49
49
  "dependencies": {
50
50
  "@joshwooding/vite-plugin-react-docgen-typescript": "0.2.1",
51
51
  "@rollup/pluginutils": "^5.0.2",
52
- "@storybook/builder-vite": "7.2.0-canary-22285-1690280355-e7cab9e3.0",
53
- "@storybook/react": "7.2.0-canary-22285-1690280355-e7cab9e3.0",
52
+ "@storybook/builder-vite": "7.2.0-canary-22285-1690306636-035010c9.0",
53
+ "@storybook/react": "7.2.0-canary-22285-1690306636-035010c9.0",
54
54
  "@vitejs/plugin-react": "^3.0.1",
55
55
  "ast-types": "^0.14.2",
56
56
  "magic-string": "^0.30.0",