@storybook/preview-api 8.2.0-alpha.6 → 8.2.0-alpha.7
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.
- package/dist/index.d.ts +0 -2
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -545,8 +545,6 @@ declare class DocsContext<TRenderer extends Renderer> implements DocsContextProp
|
|
|
545
545
|
*
|
|
546
546
|
* Use cases:
|
|
547
547
|
* - Autodocs, where there is no story, and we fall back to the globally defined template.
|
|
548
|
-
* - *.stories.mdx files, where the MDX compiler produces a CSF file with a `.parameter.docs.page`
|
|
549
|
-
* parameter containing the compiled content of the MDX file.
|
|
550
548
|
*/
|
|
551
549
|
declare class CsfDocsRender<TRenderer extends Renderer> implements Render<TRenderer> {
|
|
552
550
|
protected channel: Channel;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/preview-api",
|
|
3
|
-
"version": "8.2.0-alpha.
|
|
3
|
+
"version": "8.2.0-alpha.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@storybook/channels": "8.2.0-alpha.
|
|
48
|
-
"@storybook/client-logger": "8.2.0-alpha.
|
|
49
|
-
"@storybook/core-events": "8.2.0-alpha.
|
|
47
|
+
"@storybook/channels": "8.2.0-alpha.7",
|
|
48
|
+
"@storybook/client-logger": "8.2.0-alpha.7",
|
|
49
|
+
"@storybook/core-events": "8.2.0-alpha.7",
|
|
50
50
|
"@storybook/csf": "^0.1.7",
|
|
51
51
|
"@storybook/global": "^5.0.0",
|
|
52
|
-
"@storybook/types": "8.2.0-alpha.
|
|
52
|
+
"@storybook/types": "8.2.0-alpha.7",
|
|
53
53
|
"@types/qs": "^6.9.5",
|
|
54
54
|
"dequal": "^2.0.2",
|
|
55
55
|
"lodash": "^4.17.21",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"util-deprecate": "^1.0.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@storybook/core-common": "8.2.0-alpha.
|
|
63
|
+
"@storybook/core-common": "8.2.0-alpha.7",
|
|
64
64
|
"ansi-to-html": "^0.6.11",
|
|
65
65
|
"slash": "^5.0.0"
|
|
66
66
|
},
|