You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
-
[](https://www.npmjs.com/package/@api-components/api-type-document)
This component is being deprecated. The code base has been moved to [api-documentation](https://github.com/advanced-rest-client/api-documentation) module. This module will be archived when [PR 37](https://github.com/advanced-rest-client/api-documentation/pull/37) is merged.
4
4
5
-
[](https://www.webcomponents.org/element/advanced-rest-client/api-type-document)
6
-
7
-
## <api-type-document>
5
+
-----
8
6
9
7
A documentation table for RAML type / OAS schema properties. Works with AMF data model.
10
8
@@ -19,7 +17,7 @@ For compatibility with previous model version use `3.x.x` version of the compone
19
17
20
18
Custom property | Description | Default
21
19
----------------|-------------|----------
22
-
`--api-type-document` | Mixin applied to this elment | `{}`
20
+
`--api-type-document` | Mixin applied to this element | `{}`
23
21
`--api-type-document-union-button-background-color` | Background color of union selector button | `#fff`
24
22
`--api-type-document-union-button-color` | Color of union selector button | `#000`
25
23
`--api-type-document-union-button-active-background-color` | Background color of active union selector button | `#CDDC39`
@@ -29,7 +27,7 @@ From `property-shape-document`
29
27
30
28
Custom property | Description | Default
31
29
----------------|-------------|----------
32
-
`--property-shape-document` | Mixin applied each proeprty element | `{}`
30
+
`--property-shape-document` | Mixin applied each property element | `{}`
33
31
`--property-shape-document-array-color` | Property border color when type is an array | `#8BC34A`
34
32
`--property-shape-document-object-color` | Property border color when type is an object | `#FF9800`
35
33
`--property-shape-document-union-color` | Property border color when type is an union | `#FFEB3B`
0 commit comments