@storybook/preact 8.2.0-alpha.8 → 8.2.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
package/dist/entry-preview.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ArgsStoryFn, RenderContext } from '
|
2
|
-
import { P as PreactRenderer } from './types-
|
1
|
+
import { ArgsStoryFn, RenderContext } from 'storybook/internal/types';
|
2
|
+
import { P as PreactRenderer } from './types-57f4f889.js';
|
3
3
|
import 'preact';
|
4
4
|
|
5
5
|
declare const render: ArgsStoryFn<PreactRenderer>;
|
package/dist/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
import { Args, ComponentAnnotations, AnnotatedStoryFn, StoryAnnotations, StrictArgs, DecoratorFunction, LoaderFunction, StoryContext as StoryContext$1, ProjectAnnotations } from '
|
2
|
-
export { ArgTypes, Args, Parameters, StrictArgs } from '
|
3
|
-
import { P as PreactRenderer } from './types-
|
1
|
+
import { Args, ComponentAnnotations, AnnotatedStoryFn, StoryAnnotations, StrictArgs, DecoratorFunction, LoaderFunction, StoryContext as StoryContext$1, ProjectAnnotations } from 'storybook/internal/types';
|
2
|
+
export { ArgTypes, Args, Parameters, StrictArgs } from 'storybook/internal/types';
|
3
|
+
import { P as PreactRenderer } from './types-57f4f889.js';
|
4
4
|
import 'preact';
|
5
5
|
|
6
6
|
/**
|
package/dist/preset.d.ts
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/preact",
|
3
|
-
"version": "8.2.0-
|
3
|
+
"version": "8.2.0-beta.0",
|
4
4
|
"description": "Storybook Preact renderer",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -48,8 +48,6 @@
|
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
50
|
"@storybook/global": "^5.0.0",
|
51
|
-
"@storybook/preview-api": "8.2.0-alpha.8",
|
52
|
-
"@storybook/types": "8.2.0-alpha.8",
|
53
51
|
"ts-dedent": "^2.0.0"
|
54
52
|
},
|
55
53
|
"devDependencies": {
|
@@ -57,7 +55,8 @@
|
|
57
55
|
"typescript": "^5.3.2"
|
58
56
|
},
|
59
57
|
"peerDependencies": {
|
60
|
-
"preact": "^8.0.0||^10.0.0"
|
58
|
+
"preact": "^8.0.0||^10.0.0",
|
59
|
+
"storybook": "^8.2.0-beta.0"
|
61
60
|
},
|
62
61
|
"engines": {
|
63
62
|
"node": ">=18.0.0"
|