| Attributes | JSON Type | Description |
|---|
body | Object | Global typography and text color applied to the application body. |
alerts | Object | Defines styles for alert components, including borders, variants, and alert-related buttons. |
formControl | Object | Controls the appearance of form fields (inputs, selects, text areas). |
headings | Object | Typography settings for heading tags. |
link | Object | Default and hover styling for hyperlink elements. |
| Attributes | JSON Type | Description |
|---|
fontSize | string | Base font size for body text (e.g., "15px"). |
color | string | Base text color for body content. (e.g., "#F54927") |
| Attributes | JSON Type | Description |
|---|
borderWidth | string | Border thickness for alerts. |
borderRadius | string | Corner radius for alert containers. |
variants | Object | Color and border settings for alert variants. |
buttons | Object | Style settings for buttons displayed within alerts. |
Defines per-variant styling for alert components.
For variant objects: primary, info, danger, success, warning
| Attributes | JSON Type | Description |
|---|
backgroundColor | string | Background color for the alert variant. |
borderColor | string | Border color for the alert variant. |
| Attributes | JSON Type | Description |
|---|
borderRadius | string | Button corner radius within alerts. |
variants | Object | Per-variant button styling. |
Default Button Variant For: primary, info, danger, success, warning
| Attributes | JSON Type | Description |
|---|
borderColor | string | Border color used for the default button style. |
backgroundColor | string | Background color for the button. |
activeBackgroundColor | string | Background color when the button is active or pressed. |
| Attributes | JSON Type | Description |
|---|
borderColor | string | Border color applied to inputs and form fields. |
borderRadius | string | Corner radius for form fields. |
focusBorderColor | string | Border color when a field is focused. |
For Header Objects: h1, h2, h3, h4, h5, h6
| Attributes | JSON Type | Description |
|---|
fontSize | string | Font size for the heading level. |
fontWeight | string | Weight of the heading text. |
color | string | Color of the heading text. |
| Attributes | JSON Type | Description |
|---|
color | string | Default link color. |
decoration | string | Default text decoration (e.g., "none"). |
hover-color | string | Link color on hover. |
hover-decoration | string | Hover text decoration. |