@storybook/react-vite 7.0.0-beta.54 → 7.0.0-beta.56

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 CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './types-f93af08d.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './types-49eb1e7e.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 './types-f93af08d.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './types-49eb1e7e.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
@@ -885,6 +885,7 @@ interface BuilderOptions {
885
885
  cache?: FileSystemCache;
886
886
  configDir: string;
887
887
  docsMode?: boolean;
888
+ env?: (envs: Record<string, string>) => Record<string, string>;
888
889
  features?: StorybookConfig$1['features'];
889
890
  versionCheck?: VersionCheck;
890
891
  releaseNotesData?: ReleaseNotesData;
@@ -994,6 +995,10 @@ interface StorybookConfig$1 {
994
995
  * Use legacy MDX1, to help smooth migration to 7.0
995
996
  */
996
997
  legacyMdx1?: boolean;
998
+ /**
999
+ * Apply decorators from preview.js before decorators from addons or frameworks
1000
+ */
1001
+ legacyDecoratorFileOrder?: boolean;
997
1002
  };
998
1003
  /**
999
1004
  * Tells Storybook where to find stories.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-vite",
3
- "version": "7.0.0-beta.54",
3
+ "version": "7.0.0-beta.56",
4
4
  "description": "Storybook for React and Vite: Develop React components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -50,8 +50,8 @@
50
50
  "dependencies": {
51
51
  "@joshwooding/vite-plugin-react-docgen-typescript": "^0.2.1",
52
52
  "@rollup/pluginutils": "^4.2.0",
53
- "@storybook/builder-vite": "7.0.0-beta.54",
54
- "@storybook/react": "7.0.0-beta.54",
53
+ "@storybook/builder-vite": "7.0.0-beta.56",
54
+ "@storybook/react": "7.0.0-beta.56",
55
55
  "@vitejs/plugin-react": "^3.0.1",
56
56
  "ast-types": "^0.14.2",
57
57
  "magic-string": "^0.27.0",
@@ -80,5 +80,5 @@
80
80
  ],
81
81
  "platform": "node"
82
82
  },
83
- "gitHead": "dbdaa1b77a1f00ea90d6c1f018bf0c772d7b9afd"
83
+ "gitHead": "26815b0ea07f3800cc514cccd242c8ab1f428b8c"
84
84
  }