@storybook/addon-docs 6.5.0-alpha.34 → 6.5.0-alpha.39

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/README.md CHANGED
@@ -77,19 +77,10 @@ For more information on `MDX`, see the [`MDX` reference](https://github.com/stor
77
77
 
78
78
  ## Framework support
79
79
 
80
- Storybook Docs supports all view layers that Storybook supports except for React Native (currently). There are some framework-specific features as well, such as props tables and inline story rendering. This chart captures the current state of support:
81
-
82
- | | React | Vue | Angular | Ember | Web Components | Marko | HTML | Svelte | Preact | Riot | Mithril | Marko |
83
- | ----------------- | :---: | :-: | :-----: | :---: | :------------: | :---: | :--: | :----: | :----: | :--: | :-----: | :---: |
84
- | MDX stories | + | + | + | + | + | WIP | + | + | + | + | + | + |
85
- | CSF stories | + | + | + | + | + | WIP | + | + | + | + | + | + |
86
- | StoriesOf stories | + | + | + | + | + | WIP | + | + | + | + | + | + |
87
- | Source | + | + | + | + | + | WIP | + | + | + | + | + | + |
88
- | Notes / Info | + | + | + | + | + | WIP | + | + | + | + | + | + |
89
- | Props table | + | + | + | + | + | WIP | | | | | | |
90
- | Props controls | + | + | + | | | WIP | | | | | | |
91
- | Description | + | + | + | + | + | WIP | | | | | | |
92
- | Inline stories | + | + | + | | + | WIP | + | | | | | |
80
+ Storybook Docs supports all view layers that Storybook supports except for React Native (currently). There are some framework-specific features as well, such as props tables and inline story rendering. The following page captures the current state of support:
81
+
82
+ [Framework Support](https://storybook.js.org/docs/react/api/frameworks-feature-support)
83
+
93
84
 
94
85
  **Note:** `#` = WIP support
95
86
 
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SourceType } from '../../shared';
3
2
  export declare const parameters: {
4
3
  docs: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const parameters: {
3
2
  docs: {
4
3
  inlineStories: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { extractComponentDescription } from './extractComponentDescription';
3
2
  export declare const parameters: {
4
3
  docs: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { extractComponentDescription } from '../../lib/docgen';
3
2
  export declare const parameters: {
4
3
  docs: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { extractComponentDescription } from '../../lib/docgen';
3
2
  export declare const parameters: {
4
3
  docs: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { sourceDecorator } from './sourceDecorator';
3
2
  import { SourceType } from '../../shared';
4
3
  export declare const decorators: (typeof sourceDecorator)[];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SourceType } from '../../shared';
3
2
  export declare const parameters: {
4
3
  docs: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const parameters: {
3
2
  docs: {
4
3
  inlineStories: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { extractComponentDescription } from './extractComponentDescription';
3
2
  export declare const parameters: {
4
3
  docs: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { extractComponentDescription } from '../../lib/docgen';
3
2
  export declare const parameters: {
4
3
  docs: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { extractComponentDescription } from '../../lib/docgen';
3
2
  export declare const parameters: {
4
3
  docs: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { sourceDecorator } from './sourceDecorator';
3
2
  import { SourceType } from '../../shared';
4
3
  export declare const decorators: (typeof sourceDecorator)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-docs",
3
- "version": "6.5.0-alpha.34",
3
+ "version": "6.5.0-alpha.39",
4
4
  "description": "Document component usage and properties in Markdown",
5
5
  "keywords": [
6
6
  "addon",
@@ -64,21 +64,21 @@
64
64
  "@mdx-js/loader": "^1.6.22",
65
65
  "@mdx-js/mdx": "^1.6.22",
66
66
  "@mdx-js/react": "^1.6.22",
67
- "@storybook/addons": "6.5.0-alpha.34",
68
- "@storybook/api": "6.5.0-alpha.34",
69
- "@storybook/builder-webpack4": "6.5.0-alpha.34",
70
- "@storybook/client-logger": "6.5.0-alpha.34",
71
- "@storybook/components": "6.5.0-alpha.34",
72
- "@storybook/core": "6.5.0-alpha.34",
73
- "@storybook/core-events": "6.5.0-alpha.34",
67
+ "@storybook/addons": "6.5.0-alpha.39",
68
+ "@storybook/api": "6.5.0-alpha.39",
69
+ "@storybook/builder-webpack4": "6.5.0-alpha.39",
70
+ "@storybook/client-logger": "6.5.0-alpha.39",
71
+ "@storybook/components": "6.5.0-alpha.39",
72
+ "@storybook/core": "6.5.0-alpha.39",
73
+ "@storybook/core-events": "6.5.0-alpha.39",
74
74
  "@storybook/csf": "0.0.2--canary.87bc651.0",
75
- "@storybook/csf-tools": "6.5.0-alpha.34",
76
- "@storybook/node-logger": "6.5.0-alpha.34",
77
- "@storybook/postinstall": "6.5.0-alpha.34",
78
- "@storybook/preview-web": "6.5.0-alpha.34",
79
- "@storybook/source-loader": "6.5.0-alpha.34",
80
- "@storybook/store": "6.5.0-alpha.34",
81
- "@storybook/theming": "6.5.0-alpha.34",
75
+ "@storybook/csf-tools": "6.5.0-alpha.39",
76
+ "@storybook/node-logger": "6.5.0-alpha.39",
77
+ "@storybook/postinstall": "6.5.0-alpha.39",
78
+ "@storybook/preview-web": "6.5.0-alpha.39",
79
+ "@storybook/source-loader": "6.5.0-alpha.39",
80
+ "@storybook/store": "6.5.0-alpha.39",
81
+ "@storybook/theming": "6.5.0-alpha.39",
82
82
  "acorn": "^7.4.1",
83
83
  "acorn-jsx": "^5.3.1",
84
84
  "acorn-walk": "^7.2.0",
@@ -107,11 +107,11 @@
107
107
  "@babel/core": "^7.12.10",
108
108
  "@emotion/core": "^10.3.1",
109
109
  "@emotion/styled": "^10.0.27",
110
- "@storybook/angular": "6.5.0-alpha.34",
111
- "@storybook/html": "6.5.0-alpha.34",
112
- "@storybook/react": "6.5.0-alpha.34",
113
- "@storybook/vue": "6.5.0-alpha.34",
114
- "@storybook/web-components": "6.5.0-alpha.34",
110
+ "@storybook/angular": "6.5.0-alpha.39",
111
+ "@storybook/html": "6.5.0-alpha.39",
112
+ "@storybook/react": "6.5.0-alpha.39",
113
+ "@storybook/vue": "6.5.0-alpha.39",
114
+ "@storybook/web-components": "6.5.0-alpha.39",
115
115
  "@types/cross-spawn": "^6.0.2",
116
116
  "@types/doctrine": "^0.0.3",
117
117
  "@types/enzyme": "^3.10.8",
@@ -141,12 +141,12 @@
141
141
  "zone.js": "^0.11.3"
142
142
  },
143
143
  "peerDependencies": {
144
- "@storybook/angular": "6.5.0-alpha.34",
145
- "@storybook/html": "6.5.0-alpha.34",
146
- "@storybook/react": "6.5.0-alpha.34",
147
- "@storybook/vue": "6.5.0-alpha.34",
148
- "@storybook/vue3": "6.5.0-alpha.34",
149
- "@storybook/web-components": "6.5.0-alpha.34",
144
+ "@storybook/angular": "6.5.0-alpha.39",
145
+ "@storybook/html": "6.5.0-alpha.39",
146
+ "@storybook/react": "6.5.0-alpha.39",
147
+ "@storybook/vue": "6.5.0-alpha.39",
148
+ "@storybook/vue3": "6.5.0-alpha.39",
149
+ "@storybook/web-components": "6.5.0-alpha.39",
150
150
  "lit": "^2.0.0",
151
151
  "lit-html": "^1.4.1 || ^2.0.0",
152
152
  "react": "^16.8.0 || ^17.0.0",
@@ -203,7 +203,7 @@
203
203
  "publishConfig": {
204
204
  "access": "public"
205
205
  },
206
- "gitHead": "5eafd588972634b4d76ca2ebf01bd5ca2aaa0119",
206
+ "gitHead": "9b5d9b1f46a31a9881fe71a153a9b810e8203a93",
207
207
  "sbmodern": "dist/modern/index.js",
208
208
  "storybook": {
209
209
  "displayName": "Docs",