diff --git a/src/pages/components/status-symbol.md b/src/pages/components/status-symbol.md index 3a9e013d..af49c9a2 100644 --- a/src/pages/components/status-symbol.md +++ b/src/pages/components/status-symbol.md @@ -36,9 +36,9 @@ Status colors are provided for both light and dark theme versions of Astro in He :::table-overflow | | Hex | RGB | CSS | Synonyms | | |-----------------------------------------------------------------------------------------------------------------------|---------|-------------|-----------------------------------------------|------------------------------------------------|--| -|
![Status Color: Critical ](/img/components/status-symbol/swatches/critical__dark.svg)
| #ff3838 | 255,56,56 | `--status-symbol-color-fill-critical-on-dark` | Critical, form error, alert, emergency, urgent | | -|
![Status Color: Serious ](/img/components/status-symbol/swatches/serious__dark.svg)
| #ffb302 | 255,179,2 | `--status-symbol-color-fill-serious-on-dark` | Serious, error, warning, needs attention | | -|
![Status Color: Caution ](/img/components/status-symbol/swatches/caution__dark.svg)
| #fce83a | 252,232,58 | `--status-symbol-color-fill-caution-on-dark` | Caution, unstable, unsatisfactory | | +|
![Status Color: Critical ](/img/components/status-symbol/swatches/critical__dark.svg)
| #ff3838 | 255,56,56 | `--status-symbol-color-fill-critical-on-dark` | Critical, alert, form error, emergency, urgent | | +|
![Status Color: Serious ](/img/components/status-symbol/swatches/serious__dark.svg)
| #ffb302 | 255,179,2 | `--status-symbol-color-fill-serious-on-dark` | Serious, error, distress, needs attention | | +|
![Status Color: Caution ](/img/components/status-symbol/swatches/caution__dark.svg)
| #fce83a | 252,232,58 | `--status-symbol-color-fill-caution-on-dark` | Caution, warning, unstable, unsatisfactory | | |
![Status Color: Normal ](/img/components/status-symbol/swatches/normal__dark.svg)
| #56f000 | 86,240,0 | `--status-symbol-color-fill-normal-on-dark` | Normal, on, ok, fine, go, satisfactory | | |
![Status Color: Standby ](/img/components/status-symbol/swatches/standby__dark.svg)
| #2dccff | 45,204,255 | `--status-symbol-color-fill-standby-on-dark` | Standby, available, enabled | | |
![Status Color: Off ](/img/components/status-symbol/swatches/off__dark.svg)
| #a4abb6 | 158,167,173 | `--status-symbol-color-fill-off-on-dark` | Off, unavailable, disabled | | @@ -49,9 +49,9 @@ Status colors are provided for both light and dark theme versions of Astro in He :::table-overflow | | Hex | RGB | CSS | Synonyms | | |------------------------------------------------------------------------------------------------------------------------|---------|-------------|------------------------------------------------|------------------------------------------------|--| -|
![Status Color: Critical ](/img/components/status-symbol/swatches/critical__light.svg)
| #ff2a04 | 255,42,4 | `--status-symbol-color-fill-critical-on-light` | Critical, form error, alert, emergency, urgent | | -|
![Status Color: Serious ](/img/components/status-symbol/swatches/serious__light.svg)
| #ffaf3d | 255,175,61 | `--status-symbol-color-fill-serious-on-light` | Serious, error, warning, needs attention | | -|
![Status Color: Caution ](/img/components/status-symbol/swatches/caution__light.svg)
| #fad800 | 250,216,0 | `--status-symbol-color-fill-caution-on-light` | Caution, unstable, unsatisfactory | | +|
![Status Color: Critical ](/img/components/status-symbol/swatches/critical__light.svg)
| #ff2a04 | 255,42,4 | `--status-symbol-color-fill-critical-on-light` | Critical, alert, form error, emergency, urgent | | +|
![Status Color: Serious ](/img/components/status-symbol/swatches/serious__light.svg)
| #ffaf3d | 255,175,61 | `--status-symbol-color-fill-serious-on-light` | Serious, error, distress, needs attention | | +|
![Status Color: Caution ](/img/components/status-symbol/swatches/caution__light.svg)
| #fad800 | 250,216,0 | `--status-symbol-color-fill-caution-on-light` | Caution, warning, unstable, unsatisfactory | | |
![Status Color: Normal ](/img/components/status-symbol/swatches/normal__light.svg)
| #00e200 | 0,226,0 | `--status-symbol-color-fill-normal-on-light` | Normal, on, ok, fine, go, satisfactory | | |
![Status Color: Standby ](/img/components/status-symbol/swatches/standby__light.svg)
| #2dccff | 45,204,255 | `--status-symbol-color-fill-standby-on-light` | Standby, available, enabled | | |
![Status Color: Off ](/img/components/status-symbol/swatches/off__light.svg)
| #7b8089 | 123,128,137 | `--status-symbol-color-fill-off-on-light` | Off, unavailable, disabled | | @@ -62,12 +62,12 @@ Status colors are provided for both light and dark theme versions of Astro in He - In light theme Status Symbols should have a 1px border set to the inside of the symbol. :::table-overflow -| | Hex | RGB | CSS | Synonyms | | -|-------------------------------------------------------------------------------------------------------------------------------|---------|-----------|-----------------------------------------|------------------------------------------|--| -|
![Status Color: Critical ](/img/components/status-symbol/swatches/critical-border__light.svg)
| #661102 | 102,17,2 | `--status-symbol-color-border-critical` | Critical, alert, emergency, urgent | | -|
![Status Color: Serious ](/img/components/status-symbol/swatches/serious-border__light.svg)
| #664618 | 102,70,24 | `--status-symbol-color-border-serious` | Serious, error, warning, needs attention | | -|
![Status Color: Caution ](/img/components/status-symbol/swatches/caution-border__light.svg)
| #645600 | 100,86,0 | `--status-symbol-color-border-caution` | Caution, unstable, unsatisfactory | | -|
![Status Color: Normal ](/img/components/status-symbol/swatches/normal-border__light.svg)
| #005a00 | 0,90,0 | `--status-symbol-color-border-normal` | Normal, on, ok, fine, go, satisfactory | | -|
![Status Color: Standby ](/img/components/status-symbol/swatches/standby-border__light.svg)
| #285766 | 40,87,102 | `--status-symbol-color-border-standby` | Standby, available, enabled | | -|
![Status Color: Off ](/img/components/status-symbol/swatches/off-border__light.svg)
| #3c3e42 | 60,62,66 | `--status-symbol-color-border-off` | Off, unavailable, disabled | | +| | Hex | RGB | CSS | Synonyms | | +|-------------------------------------------------------------------------------------------------------------------------------|---------|-----------|-----------------------------------------|------------------------------------------------|--| +|
![Status Color: Critical ](/img/components/status-symbol/swatches/critical-border__light.svg)
| #661102 | 102,17,2 | `--status-symbol-color-border-critical` | Critical, alert, form error, emergency, urgent | | +|
![Status Color: Serious ](/img/components/status-symbol/swatches/serious-border__light.svg)
| #664618 | 102,70,24 | `--status-symbol-color-border-serious` | Serious, error, distress, needs attention | | +|
![Status Color: Caution ](/img/components/status-symbol/swatches/caution-border__light.svg)
| #645600 | 100,86,0 | `--status-symbol-color-border-caution` | Caution, warning, unstable, unsatisfactory | | +|
![Status Color: Normal ](/img/components/status-symbol/swatches/normal-border__light.svg)
| #005a00 | 0,90,0 | `--status-symbol-color-border-normal` | Normal, on, ok, fine, go, satisfactory | | +|
![Status Color: Standby ](/img/components/status-symbol/swatches/standby-border__light.svg)
| #285766 | 40,87,102 | `--status-symbol-color-border-standby` | Standby, available, enabled | | +|
![Status Color: Off ](/img/components/status-symbol/swatches/off-border__light.svg)
| #3c3e42 | 60,62,66 | `--status-symbol-color-border-off` | Off, unavailable, disabled | | :::