@storybook/web-components-vite 8.1.0-alpha.7 → 8.1.0-beta.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -799,8 +799,6 @@ type BaseIndexInput = {
799
799
  metaId?: MetaId;
800
800
  /** Tags for filtering entries in Storybook and its tools. */
801
801
  tags?: Tag$1[];
802
- /** Tags from the meta for filtering entries in Storybook and its tools. */
803
- metaTags?: Tag$1[];
804
802
  /**
805
803
  * The id of the entry, auto-generated from {@link title}/{@link metaId} and {@link exportName} if unspecified.
806
804
  * If specified, the story in the CSF file _must_ have a matching id set at `parameters.__id`, to be correctly matched.
@@ -995,6 +993,8 @@ type DocsOptions = {
995
993
  * Should we generate a docs entry per CSF file?
996
994
  * Set to 'tag' (the default) to generate an entry for every CSF file with the
997
995
  * 'autodocs' tag.
996
+ *
997
+ * @deprecated Use `tags: ['autodocs']` in `.storybook/preview.js` instead
998
998
  */
999
999
  autodocs?: boolean | 'tag';
1000
1000
  /**
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { S as StorybookConfig$1 } from './index.d-badd86da.js';
1
+ import { S as StorybookConfig$1 } from './index.d-8deb99f6.js';
2
2
  import { BuilderOptions, StorybookConfigVite } from '@storybook/builder-vite';
3
3
  import 'file-system-cache';
4
4
  import 'http';
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty } from './index.d-badd86da.js';
1
+ import { P as PresetProperty } from './index.d-8deb99f6.js';
2
2
  import 'file-system-cache';
3
3
  import 'http';
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/web-components-vite",
3
- "version": "8.1.0-alpha.7",
3
+ "version": "8.1.0-beta.0",
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": "8.1.0-alpha.7",
51
- "@storybook/core-server": "8.1.0-alpha.7",
52
- "@storybook/node-logger": "8.1.0-alpha.7",
53
- "@storybook/web-components": "8.1.0-alpha.7",
50
+ "@storybook/builder-vite": "8.1.0-beta.0",
51
+ "@storybook/core-server": "8.1.0-beta.0",
52
+ "@storybook/node-logger": "8.1.0-beta.0",
53
+ "@storybook/web-components": "8.1.0-beta.0",
54
54
  "magic-string": "^0.30.0"
55
55
  },
56
56
  "devDependencies": {