@storybook/preact-vite 7.0.0-beta.55 → 7.0.0-beta.57

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './types-37edcfef.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './types-a48e2914.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-37edcfef.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './types-a48e2914.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/preact-vite",
3
- "version": "7.0.0-beta.55",
3
+ "version": "7.0.0-beta.57",
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": "7.0.0-beta.55",
52
- "@storybook/preact": "7.0.0-beta.55"
51
+ "@storybook/builder-vite": "7.0.0-beta.57",
52
+ "@storybook/preact": "7.0.0-beta.57"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^16.0.0",
@@ -73,5 +73,5 @@
73
73
  ],
74
74
  "platform": "node"
75
75
  },
76
- "gitHead": "fcabbb3d1837b193348cbdb7935d497049cd5243"
76
+ "gitHead": "40424e73ad881740b16d5017507f7790fe8d27c5"
77
77
  }