@storybook/addon-docs 7.0.0-alpha.31 → 7.0.0-alpha.33
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/angular/index.js +1 -1
- package/dist/cjs/preset.js +1 -1
- package/dist/esm/preset.js +1 -1
- package/package.json +16 -16
package/angular/index.js
CHANGED
package/dist/cjs/preset.js
CHANGED
|
@@ -146,7 +146,7 @@ const storyIndexers = async indexers => {
|
|
|
146
146
|
const mdxIndexer = async (fileName, opts) => {
|
|
147
147
|
var _global$FEATURES3;
|
|
148
148
|
|
|
149
|
-
let code = (await _fsExtra.default.readFile(fileName, 'utf-8')).toString(); // @ts-ignore
|
|
149
|
+
let code = (await _fsExtra.default.readFile(fileName, 'utf-8')).toString(); // @ts-expect-error (Converted from ts-ignore)
|
|
150
150
|
|
|
151
151
|
const {
|
|
152
152
|
compile
|
package/dist/esm/preset.js
CHANGED
|
@@ -118,7 +118,7 @@ export async function webpack(webpackConfig = {}, options) {
|
|
|
118
118
|
}
|
|
119
119
|
export const storyIndexers = async indexers => {
|
|
120
120
|
const mdxIndexer = async (fileName, opts) => {
|
|
121
|
-
let code = (await fs.readFile(fileName, 'utf-8')).toString(); // @ts-ignore
|
|
121
|
+
let code = (await fs.readFile(fileName, 'utf-8')).toString(); // @ts-expect-error (Converted from ts-ignore)
|
|
122
122
|
|
|
123
123
|
const {
|
|
124
124
|
compile
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-docs",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.33",
|
|
4
4
|
"description": "Document component usage and properties in Markdown",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -53,22 +53,22 @@
|
|
|
53
53
|
"@babel/preset-env": "^7.12.11",
|
|
54
54
|
"@jest/transform": "^26.6.2",
|
|
55
55
|
"@mdx-js/react": "^1.6.22",
|
|
56
|
-
"@storybook/addons": "7.0.0-alpha.
|
|
57
|
-
"@storybook/api": "7.0.0-alpha.
|
|
58
|
-
"@storybook/blocks": "7.0.0-alpha.
|
|
59
|
-
"@storybook/components": "7.0.0-alpha.
|
|
60
|
-
"@storybook/core-common": "7.0.0-alpha.
|
|
61
|
-
"@storybook/core-events": "7.0.0-alpha.
|
|
56
|
+
"@storybook/addons": "7.0.0-alpha.33",
|
|
57
|
+
"@storybook/api": "7.0.0-alpha.33",
|
|
58
|
+
"@storybook/blocks": "7.0.0-alpha.33",
|
|
59
|
+
"@storybook/components": "7.0.0-alpha.33",
|
|
60
|
+
"@storybook/core-common": "7.0.0-alpha.33",
|
|
61
|
+
"@storybook/core-events": "7.0.0-alpha.33",
|
|
62
62
|
"@storybook/csf": "0.0.2--canary.0899bb7.0",
|
|
63
|
-
"@storybook/csf-tools": "7.0.0-alpha.
|
|
64
|
-
"@storybook/docs-tools": "7.0.0-alpha.
|
|
63
|
+
"@storybook/csf-tools": "7.0.0-alpha.33",
|
|
64
|
+
"@storybook/docs-tools": "7.0.0-alpha.33",
|
|
65
65
|
"@storybook/mdx1-csf": "0.0.5-canary.13.9ce928a.0",
|
|
66
|
-
"@storybook/node-logger": "7.0.0-alpha.
|
|
67
|
-
"@storybook/postinstall": "7.0.0-alpha.
|
|
68
|
-
"@storybook/preview-web": "7.0.0-alpha.
|
|
69
|
-
"@storybook/source-loader": "7.0.0-alpha.
|
|
70
|
-
"@storybook/store": "7.0.0-alpha.
|
|
71
|
-
"@storybook/theming": "7.0.0-alpha.
|
|
66
|
+
"@storybook/node-logger": "7.0.0-alpha.33",
|
|
67
|
+
"@storybook/postinstall": "7.0.0-alpha.33",
|
|
68
|
+
"@storybook/preview-web": "7.0.0-alpha.33",
|
|
69
|
+
"@storybook/source-loader": "7.0.0-alpha.33",
|
|
70
|
+
"@storybook/store": "7.0.0-alpha.33",
|
|
71
|
+
"@storybook/theming": "7.0.0-alpha.33",
|
|
72
72
|
"babel-loader": "^8.2.5",
|
|
73
73
|
"dequal": "^2.0.2",
|
|
74
74
|
"global": "^4.4.0",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"publishConfig": {
|
|
104
104
|
"access": "public"
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "5da5b0fabd04cc5cd5771e8242a960f05d03234a",
|
|
107
107
|
"storybook": {
|
|
108
108
|
"displayName": "Docs",
|
|
109
109
|
"icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",
|