@storybook/preact-vite 7.0.0 → 7.0.1

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-b20db179.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './types-5df36224.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-b20db179.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './types-5df36224.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
@@ -967,12 +967,6 @@ interface StorybookConfig$1 {
967
967
  * Build stories.json automatically on start/build
968
968
  */
969
969
  buildStoriesJson?: boolean;
970
- /**
971
- * Activate preview of CSF v3.0
972
- *
973
- * @deprecated This is always on now from 6.4 regardless of the setting
974
- */
975
- previewCsfV3?: boolean;
976
970
  /**
977
971
  * Activate on demand story store
978
972
  */
@@ -982,10 +976,6 @@ interface StorybookConfig$1 {
982
976
  * (for internal use in sandboxes)
983
977
  */
984
978
  storyStoreV7MdxErrors?: boolean;
985
- /**
986
- * Enable a set of planned breaking changes for SB7.0
987
- */
988
- breakingChangesV7?: boolean;
989
979
  /**
990
980
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
991
981
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact-vite",
3
- "version": "7.0.0",
3
+ "version": "7.0.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": "7.0.0",
52
- "@storybook/preact": "7.0.0"
51
+ "@storybook/builder-vite": "7.0.1",
52
+ "@storybook/preact": "7.0.1"
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": "4f2afa644d7f2833181fc03187f5597d442285a6"
76
+ "gitHead": "2fe0c39167a40d6856f5cbc2ab927b3b65fc384b"
77
77
  }