@storybook/preact-vite 7.0.0-beta.50 → 7.0.0-beta.51
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts
CHANGED
package/dist/preset.d.ts
CHANGED
@@ -929,10 +929,6 @@ type CoreCommon_StorybookRefs = Record<string, {
|
|
929
929
|
disable: boolean;
|
930
930
|
}>;
|
931
931
|
type DocsOptions = {
|
932
|
-
/**
|
933
|
-
* Should we disable generate docs entries at all under any circumstances? (i.e. can they be rendered)
|
934
|
-
*/
|
935
|
-
disable?: boolean;
|
936
932
|
/**
|
937
933
|
* What should we call the generated docs entries?
|
938
934
|
*/
|
@@ -1006,7 +1002,7 @@ interface StorybookConfig$1 {
|
|
1006
1002
|
*/
|
1007
1003
|
stories: StoriesEntry[];
|
1008
1004
|
/**
|
1009
|
-
* Framework, e.g. '@storybook/react', required in v7
|
1005
|
+
* Framework, e.g. '@storybook/react-vite', required in v7
|
1010
1006
|
*/
|
1011
1007
|
framework?: Preset;
|
1012
1008
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/preact-vite",
|
3
|
-
"version": "7.0.0-beta.
|
3
|
+
"version": "7.0.0-beta.51",
|
4
4
|
"description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -48,8 +48,8 @@
|
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
50
|
"@preact/preset-vite": "^2.0.0",
|
51
|
-
"@storybook/builder-vite": "7.0.0-beta.
|
52
|
-
"@storybook/preact": "7.0.0-beta.
|
51
|
+
"@storybook/builder-vite": "7.0.0-beta.51",
|
52
|
+
"@storybook/preact": "7.0.0-beta.51"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
55
55
|
"@types/node": "^16.0.0",
|
@@ -73,5 +73,5 @@
|
|
73
73
|
],
|
74
74
|
"platform": "node"
|
75
75
|
},
|
76
|
-
"gitHead": "
|
76
|
+
"gitHead": "92ae17be35e8e19be160d4d8acb9b56e40064be2"
|
77
77
|
}
|