@storybook/svelte-vite 8.1.0-alpha.8 → 8.1.0-beta.0
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.
|
@@ -800,8 +800,6 @@ type BaseIndexInput = {
|
|
|
800
800
|
metaId?: MetaId;
|
|
801
801
|
/** Tags for filtering entries in Storybook and its tools. */
|
|
802
802
|
tags?: Tag$1[];
|
|
803
|
-
/** Tags from the meta for filtering entries in Storybook and its tools. */
|
|
804
|
-
metaTags?: Tag$1[];
|
|
805
803
|
/**
|
|
806
804
|
* The id of the entry, auto-generated from {@link title}/{@link metaId} and {@link exportName} if unspecified.
|
|
807
805
|
* If specified, the story in the CSF file _must_ have a matching id set at `parameters.__id`, to be correctly matched.
|
|
@@ -996,6 +994,8 @@ type DocsOptions = {
|
|
|
996
994
|
* Should we generate a docs entry per CSF file?
|
|
997
995
|
* Set to 'tag' (the default) to generate an entry for every CSF file with the
|
|
998
996
|
* 'autodocs' tag.
|
|
997
|
+
*
|
|
998
|
+
* @deprecated Use `tags: ['autodocs']` in `.storybook/preview.js` instead
|
|
999
999
|
*/
|
|
1000
1000
|
autodocs?: boolean | 'tag';
|
|
1001
1001
|
/**
|
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/svelte-vite",
|
|
3
|
-
"version": "8.1.0-
|
|
3
|
+
"version": "8.1.0-beta.0",
|
|
4
4
|
"description": "Storybook for Svelte and Vite: Develop Svelte components in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -47,9 +47,9 @@
|
|
|
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-
|
|
51
|
-
"@storybook/node-logger": "8.1.0-
|
|
52
|
-
"@storybook/svelte": "8.1.0-
|
|
50
|
+
"@storybook/builder-vite": "8.1.0-beta.0",
|
|
51
|
+
"@storybook/node-logger": "8.1.0-beta.0",
|
|
52
|
+
"@storybook/svelte": "8.1.0-beta.0",
|
|
53
53
|
"magic-string": "^0.30.0",
|
|
54
54
|
"svelte-preprocess": "^5.1.1",
|
|
55
55
|
"sveltedoc-parser": "^4.2.1",
|