Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/ui-design/concorde-design-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ sidebar_position: 3
| `--concorde-loading-background` | `#e0e0e0` | The background color of the loaders. |
| `--concorde-neutral-surface` | `#e0e2ec` | The neutral surface background. Used in Layout & Blocks (Desktop Navigation Stepper, PV Rooftop Navigator). |
| `--concorde-default-background-rgb` | `255, 255, 255` | The rgb tuple version of `--concorde-default-background`. Used to create transparent variations of the default background color. |
| `--concorde-disabled-background` | `#e6eef7` | The disabled background color used to for the Mobile Stepper only. |

### 🔠 Typography

Expand Down
4 changes: 4 additions & 0 deletions docs/ui-design/concorde-html-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,16 @@ The following classes will be maintained for Concorde Blocks:
- Concorde-ActionBar\_\_BackButton
- Concorde-ActionBar\_\_CTAButton
- Concorde-Address-Block
- Concorde-AttributeEditor-Block
- Concorde-App-Block
- Concorde-AvailabilityCheck-Block
- Concorde-BinaryInput-Block
- Concorde-Consents-Block
- Concorde-Contact-Block
- Concorde-Custom-Block
- Concorde-Date-Block
- Concorde-DigitalSignature-Block
- Concorde-EntityFinder-Block
- Concorde-HyperlinkButton-Block
- Concorde-Image-Block
- Concorde-InputCalculator-Block
Expand All @@ -108,6 +111,7 @@ The following classes will be maintained for Concorde Blocks:
- Concorde-ProductTile
- Concorde-ProductTile\_\_Featured
- Concorde-ProductCategories-Block
- Concorde-ProductsRecommendations-Block
- Concorde-PVRooftopNavigator-Block
- Concorde-SingleChoice-Block
- Concorde-SingleChoice-Button-Block
Expand Down
Loading