Skip to content

Commit

Permalink
Result of docs:build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan committed Nov 30, 2022
1 parent 1441c4e commit 73236fb
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions docs/reference-guides/theme-json-reference/theme-json-living.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ Border styles.

| Property | Type | Props |
| --- | --- |--- |
| color | string, object | |
| radius | string, object | |
| style | string, object | |
| width | string, object | |
| top | string, object | color, style, width |
| right | string, object | color, style, width |
| bottom | string, object | color, style, width |
| left | string, object | color, style, width |
| color | undefined | |
| radius | undefined | |
| style | undefined | |
| width | undefined | |
| top | object | color, style, width |
| right | object | color, style, width |
| bottom | object | color, style, width |
| left | object | color, style, width |

---

Expand All @@ -162,9 +162,9 @@ Color styles.

| Property | Type | Props |
| --- | --- |--- |
| background | string, object | |
| gradient | string, object | |
| text | string, object | |
| background | undefined | |
| gradient | undefined | |
| text | undefined | |

---

Expand All @@ -174,7 +174,7 @@ Spacing styles.

| Property | Type | Props |
| --- | --- |--- |
| blockGap | string, object | |
| blockGap | undefined | |
| margin | object | bottom, left, right, top |
| padding | object | bottom, left, right, top |

Expand All @@ -186,14 +186,14 @@ Typography styles.

| Property | Type | Props |
| --- | --- |--- |
| fontFamily | string, object | |
| fontSize | string, object | |
| fontStyle | string, object | |
| fontWeight | string, object | |
| letterSpacing | string, object | |
| lineHeight | string, object | |
| textDecoration | string, object | |
| textTransform | string, object | |
| fontFamily | undefined | |
| fontSize | undefined | |
| fontStyle | undefined | |
| fontWeight | undefined | |
| letterSpacing | undefined | |
| lineHeight | undefined | |
| textDecoration | undefined | |
| textTransform | undefined | |

---

Expand All @@ -203,7 +203,7 @@ CSS and SVG filter styles.

| Property | Type | Props |
| --- | --- |--- |
| duotone | string, object | |
| duotone | undefined | |

---

Expand All @@ -220,10 +220,10 @@ Outline styles.

| Property | Type | Props |
| --- | --- |--- |
| color | string, object | |
| offset | string, object | |
| style | string, object | |
| width | string, object | |
| color | undefined | |
| offset | undefined | |
| style | undefined | |
| width | undefined | |

---

Expand Down

0 comments on commit 73236fb

Please sign in to comment.