@storybook/addon-docs 7.0.0-alpha.43 → 7.0.0-alpha.44

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.
@@ -1,5 +1,5 @@
1
- import { AnyFramework } from '@storybook/csf';
2
- import { DocsRenderFunction } from '@storybook/preview-web';
1
+ import type { AnyFramework } from '@storybook/types';
2
+ import type { DocsRenderFunction } from '@storybook/preview-web';
3
3
  export declare const defaultComponents: Record<string, any>;
4
4
  export declare class DocsRenderer<TFramework extends AnyFramework> {
5
5
  render: DocsRenderFunction<TFramework>;
@@ -1,4 +1,4 @@
1
- import type { DocsOptions, Options, StoryIndexer } from '@storybook/core-common';
1
+ import type { CoreCommon_StoryIndexer, DocsOptions, Options } from '@storybook/types';
2
2
  declare type BabelParams = {
3
3
  babelOptions?: any;
4
4
  mdxBabelOptions?: any;
@@ -8,7 +8,7 @@ export declare function webpack(webpackConfig: any, options: Options & BabelPara
8
8
  sourceLoaderOptions: any;
9
9
  transcludeMarkdown: boolean;
10
10
  }): Promise<any>;
11
- export declare const storyIndexers: (indexers: StoryIndexer[] | null) => Promise<StoryIndexer[]>;
11
+ export declare const storyIndexers: (indexers: CoreCommon_StoryIndexer[] | null) => Promise<CoreCommon_StoryIndexer[]>;
12
12
  export declare const docs: (docsOptions: DocsOptions) => {
13
13
  enabled: boolean;
14
14
  defaultName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-docs",
3
- "version": "7.0.0-alpha.43",
3
+ "version": "7.0.0-alpha.44",
4
4
  "description": "Document component usage and properties in Markdown",
5
5
  "keywords": [
6
6
  "addon",
@@ -52,22 +52,22 @@
52
52
  "@babel/plugin-transform-react-jsx": "^7.12.12",
53
53
  "@jest/transform": "^26.6.2",
54
54
  "@mdx-js/react": "^2.1.5",
55
- "@storybook/addons": "7.0.0-alpha.43",
56
- "@storybook/api": "7.0.0-alpha.43",
57
- "@storybook/blocks": "7.0.0-alpha.43",
58
- "@storybook/components": "7.0.0-alpha.43",
59
- "@storybook/core-common": "7.0.0-alpha.43",
60
- "@storybook/core-events": "7.0.0-alpha.43",
61
- "@storybook/csf": "next",
62
- "@storybook/csf-tools": "7.0.0-alpha.43",
63
- "@storybook/docs-tools": "7.0.0-alpha.43",
64
- "@storybook/mdx2-csf": "next",
65
- "@storybook/node-logger": "7.0.0-alpha.43",
66
- "@storybook/postinstall": "7.0.0-alpha.43",
67
- "@storybook/preview-web": "7.0.0-alpha.43",
68
- "@storybook/source-loader": "7.0.0-alpha.43",
69
- "@storybook/store": "7.0.0-alpha.43",
70
- "@storybook/theming": "7.0.0-alpha.43",
55
+ "@storybook/addons": "7.0.0-alpha.44",
56
+ "@storybook/api": "7.0.0-alpha.44",
57
+ "@storybook/blocks": "7.0.0-alpha.44",
58
+ "@storybook/components": "7.0.0-alpha.44",
59
+ "@storybook/core-common": "7.0.0-alpha.44",
60
+ "@storybook/core-events": "7.0.0-alpha.44",
61
+ "@storybook/csf-tools": "7.0.0-alpha.44",
62
+ "@storybook/docs-tools": "7.0.0-alpha.44",
63
+ "@storybook/mdx2-csf": "0.1.0-next.0",
64
+ "@storybook/node-logger": "7.0.0-alpha.44",
65
+ "@storybook/postinstall": "7.0.0-alpha.44",
66
+ "@storybook/preview-web": "7.0.0-alpha.44",
67
+ "@storybook/source-loader": "7.0.0-alpha.44",
68
+ "@storybook/store": "7.0.0-alpha.44",
69
+ "@storybook/theming": "7.0.0-alpha.44",
70
+ "@storybook/types": "7.0.0-alpha.44",
71
71
  "dequal": "^2.0.2",
72
72
  "fs-extra": "^9.0.1",
73
73
  "global": "^4.4.0",
@@ -94,7 +94,7 @@
94
94
  "publishConfig": {
95
95
  "access": "public"
96
96
  },
97
- "gitHead": "f801c26f7bdcbfeeeca6706c0854d130bfb2f38b",
97
+ "gitHead": "d4965bd328d8f83c279560c7bc8428e490b275f3",
98
98
  "storybook": {
99
99
  "displayName": "Docs",
100
100
  "icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",