@storybook/web-components-vite 0.0.0-pr-25328-sha-5fe992e9 → 0.0.0-pr-25474-sha-c0c8ae28

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.
@@ -2825,10 +2825,6 @@ interface CLIOptions {
2825
2825
  host?: string;
2826
2826
  initialPath?: string;
2827
2827
  exactPort?: boolean;
2828
- /**
2829
- * @deprecated Use 'staticDirs' Storybook Configuration option instead
2830
- */
2831
- staticDir?: string[];
2832
2828
  configDir?: string;
2833
2829
  https?: boolean;
2834
2830
  sslCa?: string[];
@@ -2990,11 +2986,6 @@ interface StorybookConfigRaw {
2990
2986
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
2991
2987
  */
2992
2988
  argTypeTargetsV7?: boolean;
2993
- /**
2994
- * Warn when there is a pre-6.0 hierarchy separator ('.' / '|') in the story title.
2995
- * Will be removed in 7.0.
2996
- */
2997
- warnOnLegacyHierarchySeparator?: boolean;
2998
2989
  /**
2999
2990
  * Use legacy MDX1, to help smooth migration to 7.0
3000
2991
  */
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-aa740b93.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-1e626ae4.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-aa740b93.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-1e626ae4.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/web-components-vite",
3
- "version": "0.0.0-pr-25328-sha-5fe992e9",
3
+ "version": "0.0.0-pr-25474-sha-c0c8ae28",
4
4
  "description": "Storybook for web-components and Vite: Develop Web Components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,10 +47,10 @@
47
47
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-vite": "0.0.0-pr-25328-sha-5fe992e9",
51
- "@storybook/core-server": "0.0.0-pr-25328-sha-5fe992e9",
52
- "@storybook/node-logger": "0.0.0-pr-25328-sha-5fe992e9",
53
- "@storybook/web-components": "0.0.0-pr-25328-sha-5fe992e9",
50
+ "@storybook/builder-vite": "0.0.0-pr-25474-sha-c0c8ae28",
51
+ "@storybook/core-server": "0.0.0-pr-25474-sha-c0c8ae28",
52
+ "@storybook/node-logger": "0.0.0-pr-25474-sha-c0c8ae28",
53
+ "@storybook/web-components": "0.0.0-pr-25474-sha-c0c8ae28",
54
54
  "magic-string": "^0.30.0"
55
55
  },
56
56
  "devDependencies": {