@storybook/addon-docs 8.6.0-beta.3 → 8.6.0-beta.4
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 +1 -2
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import * as core_dist_types from 'storybook/internal/types';
|
|
2
|
-
import * as core_dist_csf from 'storybook/internal/csf';
|
|
3
2
|
export * from '@storybook/blocks';
|
|
4
3
|
import { Renderer, DocsRenderFunction, ModuleExports, ModuleExport } from 'storybook/internal/types';
|
|
5
4
|
|
|
@@ -194,6 +193,6 @@ interface DocsParameters {
|
|
|
194
193
|
};
|
|
195
194
|
}
|
|
196
195
|
|
|
197
|
-
declare const _default: () => core_dist_types.ProjectAnnotations<
|
|
196
|
+
declare const _default: () => core_dist_types.ProjectAnnotations<core_dist_types.Renderer>;
|
|
198
197
|
|
|
199
198
|
export { DocsParameters, DocsRenderer, _default as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-docs",
|
|
3
|
-
"version": "8.6.0-beta.
|
|
3
|
+
"version": "8.6.0-beta.4",
|
|
4
4
|
"description": "Document component usage and properties in Markdown",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -122,9 +122,9 @@
|
|
|
122
122
|
},
|
|
123
123
|
"dependencies": {
|
|
124
124
|
"@mdx-js/react": "^3.0.0",
|
|
125
|
-
"@storybook/blocks": "8.6.0-beta.
|
|
126
|
-
"@storybook/csf-plugin": "8.6.0-beta.
|
|
127
|
-
"@storybook/react-dom-shim": "8.6.0-beta.
|
|
125
|
+
"@storybook/blocks": "8.6.0-beta.4",
|
|
126
|
+
"@storybook/csf-plugin": "8.6.0-beta.4",
|
|
127
|
+
"@storybook/react-dom-shim": "8.6.0-beta.4",
|
|
128
128
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
129
129
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
130
130
|
"ts-dedent": "^2.0.0"
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"vite": "^4.0.4"
|
|
142
142
|
},
|
|
143
143
|
"peerDependencies": {
|
|
144
|
-
"storybook": "^8.6.0-beta.
|
|
144
|
+
"storybook": "^8.6.0-beta.4"
|
|
145
145
|
},
|
|
146
146
|
"publishConfig": {
|
|
147
147
|
"access": "public"
|