@storybook/addon-docs 7.1.0-alpha.0 → 7.1.0-alpha.1
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 +1 -1
- package/angular/README.md +1 -1
- package/common/README.md +1 -1
- package/ember/README.md +1 -1
- package/package.json +13 -13
- package/react/README.md +1 -1
- package/vue/README.md +1 -1
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ export default {
|
|
|
110
110
|
};
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
If using in conjunction with the [storyshots add-on](https://github.com/storybookjs/storybook/blob/next/code/addons/storyshots
|
|
113
|
+
If using in conjunction with the [storyshots add-on](https://github.com/storybookjs/storybook/blob/next/code/addons/storyshots-core/README.md), you will need to
|
|
114
114
|
configure Jest to transform MDX stories into something Storyshots can understand:
|
|
115
115
|
|
|
116
116
|
Add the following to your Jest configuration:
|
package/angular/README.md
CHANGED
|
@@ -25,7 +25,7 @@ To learn more about Storybook Docs, read the [general documentation](../README.m
|
|
|
25
25
|
First add the package. Make sure that the versions for your `@storybook/*` packages match:
|
|
26
26
|
|
|
27
27
|
```sh
|
|
28
|
-
yarn add -D @storybook/addon-docs
|
|
28
|
+
yarn add -D @storybook/addon-docs
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
Then add the following to your `.storybook/main.js` exports:
|
package/common/README.md
CHANGED
|
@@ -15,7 +15,7 @@ Popular frameworks like [React](../react/README.md)/[Vue](../vue/README.md)/[Ang
|
|
|
15
15
|
First add the package. Make sure that the versions for your `@storybook/*` packages match:
|
|
16
16
|
|
|
17
17
|
```sh
|
|
18
|
-
yarn add -D @storybook/addon-docs
|
|
18
|
+
yarn add -D @storybook/addon-docs
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
Then add the following to your `.storybook/main.js` addons:
|
package/ember/README.md
CHANGED
|
@@ -18,7 +18,7 @@ To learn more about Storybook Docs, read the [general documentation](../README.m
|
|
|
18
18
|
First add the package. Make sure that the versions for your `@storybook/*` packages match:
|
|
19
19
|
|
|
20
20
|
```sh
|
|
21
|
-
yarn add -D @storybook/addon-docs
|
|
21
|
+
yarn add -D @storybook/addon-docs
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
Then add the following to your `.storybook/main.js` addons:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-docs",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.1",
|
|
4
4
|
"description": "Document component usage and properties in Markdown",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -103,19 +103,19 @@
|
|
|
103
103
|
"@babel/plugin-transform-react-jsx": "^7.19.0",
|
|
104
104
|
"@jest/transform": "^29.3.1",
|
|
105
105
|
"@mdx-js/react": "^2.1.5",
|
|
106
|
-
"@storybook/blocks": "7.1.0-alpha.
|
|
107
|
-
"@storybook/client-logger": "7.1.0-alpha.
|
|
108
|
-
"@storybook/components": "7.1.0-alpha.
|
|
109
|
-
"@storybook/csf-plugin": "7.1.0-alpha.
|
|
110
|
-
"@storybook/csf-tools": "7.1.0-alpha.
|
|
106
|
+
"@storybook/blocks": "7.1.0-alpha.1",
|
|
107
|
+
"@storybook/client-logger": "7.1.0-alpha.1",
|
|
108
|
+
"@storybook/components": "7.1.0-alpha.1",
|
|
109
|
+
"@storybook/csf-plugin": "7.1.0-alpha.1",
|
|
110
|
+
"@storybook/csf-tools": "7.1.0-alpha.1",
|
|
111
111
|
"@storybook/global": "^5.0.0",
|
|
112
112
|
"@storybook/mdx2-csf": "^1.0.0",
|
|
113
|
-
"@storybook/node-logger": "7.1.0-alpha.
|
|
114
|
-
"@storybook/postinstall": "7.1.0-alpha.
|
|
115
|
-
"@storybook/preview-api": "7.1.0-alpha.
|
|
116
|
-
"@storybook/react-dom-shim": "7.1.0-alpha.
|
|
117
|
-
"@storybook/theming": "7.1.0-alpha.
|
|
118
|
-
"@storybook/types": "7.1.0-alpha.
|
|
113
|
+
"@storybook/node-logger": "7.1.0-alpha.1",
|
|
114
|
+
"@storybook/postinstall": "7.1.0-alpha.1",
|
|
115
|
+
"@storybook/preview-api": "7.1.0-alpha.1",
|
|
116
|
+
"@storybook/react-dom-shim": "7.1.0-alpha.1",
|
|
117
|
+
"@storybook/theming": "7.1.0-alpha.1",
|
|
118
|
+
"@storybook/types": "7.1.0-alpha.1",
|
|
119
119
|
"fs-extra": "^11.1.0",
|
|
120
120
|
"remark-external-links": "^8.0.0",
|
|
121
121
|
"remark-slug": "^6.0.0",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"./src/shims/mdx-react-shim.ts"
|
|
149
149
|
]
|
|
150
150
|
},
|
|
151
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "48a1df25493b1cc26a405096e723301f4bb04b4e",
|
|
152
152
|
"storybook": {
|
|
153
153
|
"displayName": "Docs",
|
|
154
154
|
"icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",
|
package/react/README.md
CHANGED
|
@@ -23,7 +23,7 @@ To learn more about Storybook Docs, read the [general documentation](../README.m
|
|
|
23
23
|
First add the package. Make sure that the versions for your `@storybook/*` packages match:
|
|
24
24
|
|
|
25
25
|
```sh
|
|
26
|
-
yarn add -D @storybook/addon-docs
|
|
26
|
+
yarn add -D @storybook/addon-docs
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
Then add the following to your `.storybook/main.js` list of `addons`:
|
package/vue/README.md
CHANGED
|
@@ -23,7 +23,7 @@ To learn more about Storybook Docs, read the [general documentation](../README.m
|
|
|
23
23
|
First add the package. Make sure that the versions for your `@storybook/*` packages match:
|
|
24
24
|
|
|
25
25
|
```sh
|
|
26
|
-
yarn add -D @storybook/addon-docs
|
|
26
|
+
yarn add -D @storybook/addon-docs
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
Then add the following to your `.storybook/main.js` addons:
|