@storybook/addon-docs 6.4.14 → 6.4.18

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.
Files changed (2) hide show
  1. package/angular/README.md +0 -6
  2. package/package.json +27 -27
package/angular/README.md CHANGED
@@ -210,12 +210,6 @@ And for `MDX` you can modify it as an attribute on the `Story` element:
210
210
 
211
211
  Storybook Docs renders all Angular stories inside IFrames by default. But it is possible to use an inline rendering:
212
212
 
213
- To get this, you'll first need to install Angular elements:
214
-
215
- ```sh
216
- yarn add -D @angular/elements @webcomponents/custom-elements
217
- ```
218
-
219
213
  Then update `.storybook/preview.js`:
220
214
 
221
215
  ```js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-docs",
3
- "version": "6.4.14",
3
+ "version": "6.4.18",
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.4.14",
67
- "@storybook/api": "6.4.14",
68
- "@storybook/builder-webpack4": "6.4.14",
69
- "@storybook/client-logger": "6.4.14",
70
- "@storybook/components": "6.4.14",
71
- "@storybook/core": "6.4.14",
72
- "@storybook/core-events": "6.4.14",
66
+ "@storybook/addons": "6.4.18",
67
+ "@storybook/api": "6.4.18",
68
+ "@storybook/builder-webpack4": "6.4.18",
69
+ "@storybook/client-logger": "6.4.18",
70
+ "@storybook/components": "6.4.18",
71
+ "@storybook/core": "6.4.18",
72
+ "@storybook/core-events": "6.4.18",
73
73
  "@storybook/csf": "0.0.2--canary.87bc651.0",
74
- "@storybook/csf-tools": "6.4.14",
75
- "@storybook/node-logger": "6.4.14",
76
- "@storybook/postinstall": "6.4.14",
77
- "@storybook/preview-web": "6.4.14",
78
- "@storybook/source-loader": "6.4.14",
79
- "@storybook/store": "6.4.14",
80
- "@storybook/theming": "6.4.14",
74
+ "@storybook/csf-tools": "6.4.18",
75
+ "@storybook/node-logger": "6.4.18",
76
+ "@storybook/postinstall": "6.4.18",
77
+ "@storybook/preview-web": "6.4.18",
78
+ "@storybook/source-loader": "6.4.18",
79
+ "@storybook/store": "6.4.18",
80
+ "@storybook/theming": "6.4.18",
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.1.1",
108
108
  "@emotion/styled": "^10.0.27",
109
- "@storybook/angular": "6.4.14",
110
- "@storybook/html": "6.4.14",
111
- "@storybook/react": "6.4.14",
112
- "@storybook/vue": "6.4.14",
113
- "@storybook/web-components": "6.4.14",
109
+ "@storybook/angular": "6.4.18",
110
+ "@storybook/html": "6.4.18",
111
+ "@storybook/react": "6.4.18",
112
+ "@storybook/vue": "6.4.18",
113
+ "@storybook/web-components": "6.4.18",
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.4.14",
144
- "@storybook/html": "6.4.14",
145
- "@storybook/react": "6.4.14",
146
- "@storybook/vue": "6.4.14",
147
- "@storybook/vue3": "6.4.14",
148
- "@storybook/web-components": "6.4.14",
143
+ "@storybook/angular": "6.4.18",
144
+ "@storybook/html": "6.4.18",
145
+ "@storybook/react": "6.4.18",
146
+ "@storybook/vue": "6.4.18",
147
+ "@storybook/vue3": "6.4.18",
148
+ "@storybook/web-components": "6.4.18",
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": "cf71c9f2b86e71f39c0d452174d84f34f86879b0",
205
+ "gitHead": "2c57c56209263201a5d3dcef473e2f6b337b931b",
206
206
  "sbmodern": "dist/modern/index.js",
207
207
  "storybook": {
208
208
  "displayName": "Docs",