@@ -6,7 +6,7 @@ The following custom CSS properties are available:
66
77| Property | Description |
88| -------------------------------- | ----------------------------------------------- |
9- | ` --ave-accent-color ` | Accent color, used for property names |
9+ | ` --ave-accent-color ` | Accent color, used for property / method names |
1010| ` --ave-border-color ` | Color used for borders and dividers |
1111| ` --ave-border-radius ` | Border radius used for the outer border |
1212| ` --ave-button-active-background ` | Color of the ` :focus ` and ` :hover ` button |
@@ -20,6 +20,7 @@ The following custom CSS properties are available:
2020| ` --ave-link-hover-color ` | API description links hover color |
2121| ` --ave-monospace-font ` | Monospace font stack for the API items |
2222| ` --ave-primary-color ` | Primary color, used for header and active tab |
23+ | ` --ave-secondary-color ` | Color used for method types in API docs |
2324| ` --ave-tab-color ` | Inactive tabs color |
2425| ` --ave-tab-selected-color ` | Selected tab color |
2526| ` --ave-tab-indicator-size ` | Size of the selected tab indicator |
@@ -47,9 +48,15 @@ The following CSS shadow parts are available:
4748| ` docs-column ` | Column, child of a ` docs-row ` part |
4849| ` docs-item ` | Item representing a single entry (property, event etc) |
4950| ` docs-label ` | Label (name, attribute, type, description) |
50- | ` docs-markdown ` | Iem description with parsed markdown content |
51+ | ` docs-markdown ` | Item description with parsed markdown content |
52+ | ` docs-method ` | Method name with its params and return type |
53+ | ` docs-method-params ` | Comma-separated list of method params their types |
54+ | ` docs-method-type ` | Return type of a method, or "void" if not specified |
55+ | ` docs-param-name ` | Name of a method parameter |
56+ | ` docs-param-type ` | Type of a method parameter |
5157| ` docs-row ` | Row containing columns. Child of a ` docs-item ` part |
5258| ` docs-value ` | Sibling of a ` docs-label ` part (name, attribute, type) |
59+ | ` docs-value ` | Sibling of a ` docs-label ` part (name, attribute, type) |
5360| ` md-h1 ` | Markdown ` <h1> ` elements |
5461| ` md-h2 ` | Markdown ` <h2> ` elements |
5562| ` md-h3 ` | Markdown ` <h3> ` elements |
0 commit comments