@storybook/html-webpack5 8.1.0-alpha.8 → 8.1.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/preset.d.ts +2 -2
- package/package.json +5 -5
package/dist/preset.d.ts
CHANGED
@@ -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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/html-webpack5",
|
3
|
-
"version": "8.1.0-
|
3
|
+
"version": "8.1.0-beta.1",
|
4
4
|
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -47,11 +47,11 @@
|
|
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-webpack5": "8.1.0-
|
51
|
-
"@storybook/core-common": "8.1.0-
|
50
|
+
"@storybook/builder-webpack5": "8.1.0-beta.1",
|
51
|
+
"@storybook/core-common": "8.1.0-beta.1",
|
52
52
|
"@storybook/global": "^5.0.0",
|
53
|
-
"@storybook/html": "8.1.0-
|
54
|
-
"@storybook/preset-html-webpack": "8.1.0-
|
53
|
+
"@storybook/html": "8.1.0-beta.1",
|
54
|
+
"@storybook/preset-html-webpack": "8.1.0-beta.1",
|
55
55
|
"@types/node": "^18.0.0"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|