@storybook/addon-docs 7.1.0-alpha.0 → 7.1.0-alpha.2

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
@@ -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/storyshots-core/README.md), you will need to
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@next
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@next
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@next
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.0",
3
+ "version": "7.1.0-alpha.2",
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.0",
107
- "@storybook/client-logger": "7.1.0-alpha.0",
108
- "@storybook/components": "7.1.0-alpha.0",
109
- "@storybook/csf-plugin": "7.1.0-alpha.0",
110
- "@storybook/csf-tools": "7.1.0-alpha.0",
106
+ "@storybook/blocks": "7.1.0-alpha.2",
107
+ "@storybook/client-logger": "7.1.0-alpha.2",
108
+ "@storybook/components": "7.1.0-alpha.2",
109
+ "@storybook/csf-plugin": "7.1.0-alpha.2",
110
+ "@storybook/csf-tools": "7.1.0-alpha.2",
111
111
  "@storybook/global": "^5.0.0",
112
112
  "@storybook/mdx2-csf": "^1.0.0",
113
- "@storybook/node-logger": "7.1.0-alpha.0",
114
- "@storybook/postinstall": "7.1.0-alpha.0",
115
- "@storybook/preview-api": "7.1.0-alpha.0",
116
- "@storybook/react-dom-shim": "7.1.0-alpha.0",
117
- "@storybook/theming": "7.1.0-alpha.0",
118
- "@storybook/types": "7.1.0-alpha.0",
113
+ "@storybook/node-logger": "7.1.0-alpha.2",
114
+ "@storybook/postinstall": "7.1.0-alpha.2",
115
+ "@storybook/preview-api": "7.1.0-alpha.2",
116
+ "@storybook/react-dom-shim": "7.1.0-alpha.2",
117
+ "@storybook/theming": "7.1.0-alpha.2",
118
+ "@storybook/types": "7.1.0-alpha.2",
119
119
  "fs-extra": "^11.1.0",
120
120
  "remark-external-links": "^8.0.0",
121
121
  "remark-slug": "^6.0.0",
@@ -127,15 +127,9 @@
127
127
  "typescript": "~4.9.3"
128
128
  },
129
129
  "peerDependencies": {
130
- "@storybook/mdx1-csf": ">=1.0.0-0",
131
130
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
132
131
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
133
132
  },
134
- "peerDependenciesMeta": {
135
- "@storybook/mdx1-csf": {
136
- "optional": true
137
- }
138
- },
139
133
  "publishConfig": {
140
134
  "access": "public"
141
135
  },
@@ -146,9 +140,12 @@
146
140
  "./src/preview.ts",
147
141
  "./src/blocks.ts",
148
142
  "./src/shims/mdx-react-shim.ts"
143
+ ],
144
+ "externals": [
145
+ "@storybook/mdx1-csf"
149
146
  ]
150
147
  },
151
- "gitHead": "8ff2938f8ac0c2d524ae653cd89251e5cd4721a4",
148
+ "gitHead": "3f0c9a6636b9e69006ffb841234cf785598e0572",
152
149
  "storybook": {
153
150
  "displayName": "Docs",
154
151
  "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@next
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@next
26
+ yarn add -D @storybook/addon-docs
27
27
  ```
28
28
 
29
29
  Then add the following to your `.storybook/main.js` addons: