@storybook/addon-docs 7.0.0-alpha.16 → 7.0.0-alpha.19

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
@@ -81,7 +81,6 @@ Storybook Docs supports all view layers that Storybook supports except for React
81
81
 
82
82
  [Framework Support](https://storybook.js.org/docs/react/api/frameworks-feature-support)
83
83
 
84
-
85
84
  **Note:** `#` = WIP support
86
85
 
87
86
  Want to add enhanced features to your favorite framework? Check out this [dev guide](https://github.com/storybookjs/storybook/tree/next/addons/docs/docs/multiframework.md)
@@ -13,5 +13,6 @@ export declare const docs: (docsOptions: DocsOptions) => {
13
13
  enabled: boolean;
14
14
  defaultName: string;
15
15
  docsPage: boolean;
16
+ docsMode?: boolean;
16
17
  };
17
18
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-docs",
3
- "version": "7.0.0-alpha.16",
3
+ "version": "7.0.0-alpha.19",
4
4
  "description": "Document component usage and properties in Markdown",
5
5
  "keywords": [
6
6
  "addon",
@@ -46,29 +46,29 @@
46
46
  ],
47
47
  "scripts": {
48
48
  "check": "tsc --noEmit",
49
- "prepare": "node ../../scripts/prepare.js"
49
+ "prepare": "node ../../../scripts/prepare.js"
50
50
  },
51
51
  "dependencies": {
52
52
  "@babel/plugin-transform-react-jsx": "^7.12.12",
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.16",
57
- "@storybook/api": "7.0.0-alpha.16",
58
- "@storybook/blocks": "7.0.0-alpha.16",
59
- "@storybook/components": "7.0.0-alpha.16",
60
- "@storybook/core-common": "7.0.0-alpha.16",
61
- "@storybook/core-events": "7.0.0-alpha.16",
62
- "@storybook/csf": "0.0.2--canary.4566f4d.1",
63
- "@storybook/csf-tools": "7.0.0-alpha.16",
64
- "@storybook/docs-tools": "7.0.0-alpha.16",
56
+ "@storybook/addons": "7.0.0-alpha.19",
57
+ "@storybook/api": "7.0.0-alpha.19",
58
+ "@storybook/blocks": "7.0.0-alpha.19",
59
+ "@storybook/components": "7.0.0-alpha.19",
60
+ "@storybook/core-common": "7.0.0-alpha.19",
61
+ "@storybook/core-events": "7.0.0-alpha.19",
62
+ "@storybook/csf": "0.0.2--canary.0899bb7.0",
63
+ "@storybook/csf-tools": "7.0.0-alpha.19",
64
+ "@storybook/docs-tools": "7.0.0-alpha.19",
65
65
  "@storybook/mdx1-csf": "0.0.5-canary.13.9ce928a.0",
66
- "@storybook/node-logger": "7.0.0-alpha.16",
67
- "@storybook/postinstall": "7.0.0-alpha.16",
68
- "@storybook/preview-web": "7.0.0-alpha.16",
69
- "@storybook/source-loader": "7.0.0-alpha.16",
70
- "@storybook/store": "7.0.0-alpha.16",
71
- "@storybook/theming": "7.0.0-alpha.16",
66
+ "@storybook/node-logger": "7.0.0-alpha.19",
67
+ "@storybook/postinstall": "7.0.0-alpha.19",
68
+ "@storybook/preview-web": "7.0.0-alpha.19",
69
+ "@storybook/source-loader": "7.0.0-alpha.19",
70
+ "@storybook/store": "7.0.0-alpha.19",
71
+ "@storybook/theming": "7.0.0-alpha.19",
72
72
  "babel-loader": "^8.2.5",
73
73
  "core-js": "^3.8.2",
74
74
  "dequal": "^2.0.2",
@@ -104,7 +104,7 @@
104
104
  "publishConfig": {
105
105
  "access": "public"
106
106
  },
107
- "gitHead": "df30e7db2b251418af106345e5722477f057ec36",
107
+ "gitHead": "74bdb53f67dd59bae2661c668d2d5d4296113281",
108
108
  "storybook": {
109
109
  "displayName": "Docs",
110
110
  "icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",
@@ -39,6 +39,7 @@ Known analyzers that output `custom-elements.json` v1.0.0:
39
39
  - Supports Vanilla, LitElement, FASTElement, Stencil, Catalyst, Atomico
40
40
 
41
41
  Known analyzers that output older versions of `custom-elements.json`:
42
+
42
43
  - [web-component-analyzer](https://github.com/runem/web-component-analyzer)
43
44
  - Supports LitElement, Polymer, Vanilla, (Stencil)
44
45
  - [stenciljs](https://stenciljs.com/)
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2017 Kadira Inc. <hello@kadira.io>
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.