@storybook/addon-docs 6.5.0-alpha.4 → 6.5.0-alpha.9
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.
|
@@ -49,7 +49,7 @@ function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(
|
|
|
49
49
|
|
|
50
50
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
51
51
|
|
|
52
|
-
var SECTIONS = ['props', 'events', 'slots'];
|
|
52
|
+
var SECTIONS = ['props', 'events', 'slots', 'methods'];
|
|
53
53
|
/**
|
|
54
54
|
* Check if "@values" tag is defined within docgenInfo.
|
|
55
55
|
* If true, then propDef is mutated.
|
|
@@ -26,7 +26,7 @@ import "core-js/modules/es.array.slice.js";
|
|
|
26
26
|
import "core-js/modules/es.array.from.js";
|
|
27
27
|
import { hasDocgen, extractComponentProps } from '../../lib/docgen';
|
|
28
28
|
import { convert } from '../../lib/convert';
|
|
29
|
-
var SECTIONS = ['props', 'events', 'slots'];
|
|
29
|
+
var SECTIONS = ['props', 'events', 'slots', 'methods'];
|
|
30
30
|
/**
|
|
31
31
|
* Check if "@values" tag is defined within docgenInfo.
|
|
32
32
|
* If true, then propDef is mutated.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { hasDocgen, extractComponentProps } from '../../lib/docgen';
|
|
2
2
|
import { convert } from '../../lib/convert';
|
|
3
|
-
const SECTIONS = ['props', 'events', 'slots'];
|
|
3
|
+
const SECTIONS = ['props', 'events', 'slots', 'methods'];
|
|
4
4
|
/**
|
|
5
5
|
* Check if "@values" tag is defined within docgenInfo.
|
|
6
6
|
* If true, then propDef is mutated.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-docs",
|
|
3
|
-
"version": "6.5.0-alpha.
|
|
3
|
+
"version": "6.5.0-alpha.9",
|
|
4
4
|
"description": "Document component usage and properties in Markdown",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -63,21 +63,21 @@
|
|
|
63
63
|
"@mdx-js/loader": "^1.6.22",
|
|
64
64
|
"@mdx-js/mdx": "^1.6.22",
|
|
65
65
|
"@mdx-js/react": "^1.6.22",
|
|
66
|
-
"@storybook/addons": "6.5.0-alpha.
|
|
67
|
-
"@storybook/api": "6.5.0-alpha.
|
|
68
|
-
"@storybook/builder-webpack4": "6.5.0-alpha.
|
|
69
|
-
"@storybook/client-logger": "6.5.0-alpha.
|
|
70
|
-
"@storybook/components": "6.5.0-alpha.
|
|
71
|
-
"@storybook/core": "6.5.0-alpha.
|
|
72
|
-
"@storybook/core-events": "6.5.0-alpha.
|
|
66
|
+
"@storybook/addons": "6.5.0-alpha.9",
|
|
67
|
+
"@storybook/api": "6.5.0-alpha.9",
|
|
68
|
+
"@storybook/builder-webpack4": "6.5.0-alpha.9",
|
|
69
|
+
"@storybook/client-logger": "6.5.0-alpha.9",
|
|
70
|
+
"@storybook/components": "6.5.0-alpha.9",
|
|
71
|
+
"@storybook/core": "6.5.0-alpha.9",
|
|
72
|
+
"@storybook/core-events": "6.5.0-alpha.9",
|
|
73
73
|
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
|
74
|
-
"@storybook/csf-tools": "6.5.0-alpha.
|
|
75
|
-
"@storybook/node-logger": "6.5.0-alpha.
|
|
76
|
-
"@storybook/postinstall": "6.5.0-alpha.
|
|
77
|
-
"@storybook/preview-web": "6.5.0-alpha.
|
|
78
|
-
"@storybook/source-loader": "6.5.0-alpha.
|
|
79
|
-
"@storybook/store": "6.5.0-alpha.
|
|
80
|
-
"@storybook/theming": "6.5.0-alpha.
|
|
74
|
+
"@storybook/csf-tools": "6.5.0-alpha.9",
|
|
75
|
+
"@storybook/node-logger": "6.5.0-alpha.9",
|
|
76
|
+
"@storybook/postinstall": "6.5.0-alpha.9",
|
|
77
|
+
"@storybook/preview-web": "6.5.0-alpha.9",
|
|
78
|
+
"@storybook/source-loader": "6.5.0-alpha.9",
|
|
79
|
+
"@storybook/store": "6.5.0-alpha.9",
|
|
80
|
+
"@storybook/theming": "6.5.0-alpha.9",
|
|
81
81
|
"acorn": "^7.4.1",
|
|
82
82
|
"acorn-jsx": "^5.3.1",
|
|
83
83
|
"acorn-walk": "^7.2.0",
|
|
@@ -106,11 +106,11 @@
|
|
|
106
106
|
"@babel/core": "^7.12.10",
|
|
107
107
|
"@emotion/core": "^10.3.1",
|
|
108
108
|
"@emotion/styled": "^10.0.27",
|
|
109
|
-
"@storybook/angular": "6.5.0-alpha.
|
|
110
|
-
"@storybook/html": "6.5.0-alpha.
|
|
111
|
-
"@storybook/react": "6.5.0-alpha.
|
|
112
|
-
"@storybook/vue": "6.5.0-alpha.
|
|
113
|
-
"@storybook/web-components": "6.5.0-alpha.
|
|
109
|
+
"@storybook/angular": "6.5.0-alpha.9",
|
|
110
|
+
"@storybook/html": "6.5.0-alpha.9",
|
|
111
|
+
"@storybook/react": "6.5.0-alpha.9",
|
|
112
|
+
"@storybook/vue": "6.5.0-alpha.9",
|
|
113
|
+
"@storybook/web-components": "6.5.0-alpha.9",
|
|
114
114
|
"@types/cross-spawn": "^6.0.2",
|
|
115
115
|
"@types/doctrine": "^0.0.3",
|
|
116
116
|
"@types/enzyme": "^3.10.8",
|
|
@@ -140,12 +140,12 @@
|
|
|
140
140
|
"zone.js": "^0.11.3"
|
|
141
141
|
},
|
|
142
142
|
"peerDependencies": {
|
|
143
|
-
"@storybook/angular": "6.5.0-alpha.
|
|
144
|
-
"@storybook/html": "6.5.0-alpha.
|
|
145
|
-
"@storybook/react": "6.5.0-alpha.
|
|
146
|
-
"@storybook/vue": "6.5.0-alpha.
|
|
147
|
-
"@storybook/vue3": "6.5.0-alpha.
|
|
148
|
-
"@storybook/web-components": "6.5.0-alpha.
|
|
143
|
+
"@storybook/angular": "6.5.0-alpha.9",
|
|
144
|
+
"@storybook/html": "6.5.0-alpha.9",
|
|
145
|
+
"@storybook/react": "6.5.0-alpha.9",
|
|
146
|
+
"@storybook/vue": "6.5.0-alpha.9",
|
|
147
|
+
"@storybook/vue3": "6.5.0-alpha.9",
|
|
148
|
+
"@storybook/web-components": "6.5.0-alpha.9",
|
|
149
149
|
"lit": "^2.0.0",
|
|
150
150
|
"lit-html": "^1.4.1 || ^2.0.0",
|
|
151
151
|
"react": "^16.8.0 || ^17.0.0",
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"publishConfig": {
|
|
203
203
|
"access": "public"
|
|
204
204
|
},
|
|
205
|
-
"gitHead": "
|
|
205
|
+
"gitHead": "fb124ab94e8b5ed0920bc7954e6f6a70bf79c37a",
|
|
206
206
|
"sbmodern": "dist/modern/index.js",
|
|
207
207
|
"storybook": {
|
|
208
208
|
"displayName": "Docs",
|