@storybook/web-components-vite 0.0.0-pr-27008-sha-307d4fb3 → 0.0.0-pr-27070-sha-e0acab3b
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.
@@ -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
package/dist/preset.d.ts
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/web-components-vite",
|
3
|
-
"version": "0.0.0-pr-
|
3
|
+
"version": "0.0.0-pr-27070-sha-e0acab3b",
|
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-
|
51
|
-
"@storybook/core-server": "0.0.0-pr-
|
52
|
-
"@storybook/node-logger": "0.0.0-pr-
|
53
|
-
"@storybook/web-components": "0.0.0-pr-
|
50
|
+
"@storybook/builder-vite": "0.0.0-pr-27070-sha-e0acab3b",
|
51
|
+
"@storybook/core-server": "0.0.0-pr-27070-sha-e0acab3b",
|
52
|
+
"@storybook/node-logger": "0.0.0-pr-27070-sha-e0acab3b",
|
53
|
+
"@storybook/web-components": "0.0.0-pr-27070-sha-e0acab3b",
|
54
54
|
"magic-string": "^0.30.0"
|
55
55
|
},
|
56
56
|
"devDependencies": {
|