@aurodesignsystem/design-tokens 5.2.1 → 5.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +44 -266
  3. package/dist/CSSCustomProperties--bundled.css +142 -1
  4. package/dist/alaska/CSSCustomProperties--alaska.css +48 -1
  5. package/dist/alaska/JSONVariablesNested--alaska.json +154 -0
  6. package/dist/alaska/JSObject--allTokens.js +1426 -1
  7. package/dist/alaska/SCSSVariables--alaska.scss +48 -1
  8. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +48 -1
  9. package/dist/alaska/primitives--alaska.scss +1 -1
  10. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +48 -1
  11. package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +154 -0
  12. package/dist/alaska-classic/JSObject--allTokens.js +1426 -1
  13. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +48 -1
  14. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +48 -1
  15. package/dist/alaska-classic/primitives--alaskaClassic.scss +1 -1
  16. package/dist/auro-classic/CSSCustomProperties.css +1 -1
  17. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  18. package/dist/auro-classic/JSData--color.js +1 -1
  19. package/dist/auro-classic/JSObject--allTokens.js +1 -1
  20. package/dist/auro-classic/JSObject--deprecated.js +1 -1
  21. package/dist/auro-classic/JSVariables--color.js +1 -1
  22. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  23. package/dist/auro-classic/SCSSVariables.scss +1 -1
  24. package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  25. package/dist/auro-classic/SassCustomProperties.scss +1 -1
  26. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  27. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +48 -1
  28. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +154 -0
  29. package/dist/hawaiian/JSObject--allTokens.js +1426 -1
  30. package/dist/hawaiian/SCSSVariables--hawaiian.scss +48 -1
  31. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +48 -1
  32. package/dist/hawaiian/primitives--hawaiian.scss +1 -1
  33. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  34. package/package.json +3 -2
  35. package/src/themes/alaska/component.json +392 -0
  36. package/src/themes/alaska-classic/component.json +392 -0
  37. package/src/themes/hawaiian/component.json +392 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ ## [5.3.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v5.3.0...v5.3.1) (2025-03-14)
4
+
5
+
6
+ ### Performance Improvements
7
+
8
+ * add JSONVariablesNested export to dist ([a293c86](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/a293c86c08955081db226b432731426b8e165187))
9
+
10
+ # [5.3.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v5.2.1...v5.3.0) (2025-03-11)
11
+
12
+
13
+ ### Features
14
+
15
+ * add initial component tokens ([b1752ec](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/b1752ec674c6cddda86a9ba2c826af7b43a20d53))
16
+
3
17
  ## [5.2.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v5.2.0...v5.2.1) (2025-03-06)
4
18
 
5
19
 
package/README.md CHANGED
@@ -4,313 +4,91 @@
4
4
  [![See it on NPM!](https://img.shields.io/npm/v/@aurodesignsystem/design-tokens.svg?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@aurodesignsystem/design-tokens)
5
5
  [![License](https://img.shields.io/npm/l/@aurodesignsystem/design-tokens.svg?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0)
6
6
 
7
- ## Introduction
7
+ ## Overview
8
8
 
9
- Auro Design Tokens are the foundation of the Auro Design System, providing consistent design values across different platforms and implementations.
10
-
11
- These tokens define colors, typography, spacing, and other visual attributes for Alaska Airlines and Hawaiian Airlines brands.
9
+ Auro Design Tokens are the foundation of the Auro Design System, providing consistent design values across different platforms and implementations. These tokens define colors, typography, spacing, and other visual attributes for Alaska Airlines and Hawaiian Airlines brands.
12
10
 
13
11
  ## Installation
14
12
 
15
- ```
16
- $ npm i @aurodesignsystem/design-tokens
13
+ ```bash
14
+ npm install @aurodesignsystem/design-tokens
17
15
  ```
18
16
 
19
- ### Package Structure
17
+ ## Quick Start
20
18
 
21
- The npm package provides pre-processed resources in the `./dist/` directory:
19
+ ### CSS Custom Properties
22
20
 
23
- ```
24
- └── dist
25
- ├── alaska
26
- │ └── CSSCustomProperties--alaska.css
27
- │ └── primitives--alaska.scss
28
- ├── alaska-classic
29
- │ ├── CSSCustomProperties--alaskaClassic.css
30
- │ ├── JSObject--allTokens.js
31
- │ ├── primitives--alaskaClassic.scss
32
- │ ├── SCSSVariables--alaskaClassic.scss
33
- │ └── SCSSVariablesMapFlat--alaskaClassic.scss
34
- ├── auro-classic
35
- │ ├── CSSCustomProperties.css
36
- │ ├── CSSSizeCustomProperties.css
37
- │ ├── JSData--color.js
38
- │ ├── JSObject--allTokens.js
39
- │ ├── JSObject--deprecated.js
40
- │ ├── JSONVariablesFlat.json
41
- │ ├── JSONVariablesNested.json
42
- │ ├── JSVariables--color.js
43
- │ ├── SassCustomProperties.scss
44
- │ ├── SassSizeCustomProperties.scss
45
- │ ├── SCSSVariableMap.scss
46
- │ ├── SCSSVariables.scss
47
- │ └── SCSSVariablesMapFlat.scss
48
- ├── hawaiian
49
- │ └── CSSCustomProperties--hawaiian.css
50
- │ └── primitives--hawaiian.scss
51
- ├── transparent
52
- │ └── CSSCustomProperties--transparent.css
53
- └── CSSCustomProperties--bundled.css
21
+ For most web applications, using CSS Custom Properties is recommended:
22
+
23
+ ```js
24
+ // In a React or similar application
25
+ import "@aurodesignsystem/design-tokens/dist/alaska/CSSCustomProperties--alaska.css"
54
26
  ```
55
27
 
56
- ## Usage Guide
28
+ ```html
29
+ <!-- In an HTML file -->
30
+ <link rel="stylesheet" href="node_modules/@aurodesignsystem/design-tokens/dist/alaska/CSSCustomProperties--alaska.css">
31
+ ```
57
32
 
58
- ### Install with Sass
33
+ ### With Sass
59
34
 
60
- When working with Sass, import the SCSS file for your theme:
35
+ When working with Sass:
61
36
 
62
37
  ```scss
63
38
  @import "~@aurodesignsystem/design-tokens/dist/alaska/primitives--alaska.scss";
64
39
  ```
65
40
 
66
- **NOTE:** When developing new UI code in Sass, it's still advisable to leverage CSS custom properties over Sass variables.
67
-
68
- ### Install with CSS
69
-
70
- For React or similar frameworks, import the CSS file directly:
41
+ ### JavaScript Usage
71
42
 
72
43
  ```js
73
- import "@aurodesignsystem/design-tokens/dist/alaska/CSSCustomProperties--alaska.css"
44
+ import { AuroColorAlertNotificationOnLight } from '@aurodesignsystem/design-tokens/dist/auro-classic/JSVariables--color.js';
74
45
  ```
75
46
 
76
- For other frameworks, you'll need to copy the CSS file from the npm resource into your project using a build scenario.
77
-
78
- ### Install ESModules
47
+ ## Available Themes
79
48
 
80
- _Note: ESModules are not yet available for the v5.x tokens._
49
+ Auro Design Tokens support multiple themes:
81
50
 
82
- In a webpack-supported application or a `type="module"` script:
51
+ | Theme | Description | Usage |
52
+ |-------|-------------|-------|
53
+ | Alaska | Current Alaska Airlines theme | Alaska Airlines branded interfaces |
54
+ | Alaska Classic | Transition theme with `v5.x` token names but Auro Classic values | For migration scenarios only |
55
+ | Hawaiian | Hawaiian Airlines theme | Hawaiian Airlines branded interfaces |
56
+ | Auro Classic | Legacy theme (deprecated) | Only for backward compatibility |
83
57
 
84
- ```js
85
- import { AuroColorAlertNotificationOnLight, AuroColorBorderErrorOnLight } from '@aurodesignsystem/design-tokens/dist/auro-classic/JSVariables--color.js';
86
- ```
58
+ ## Theme Scoping
87
59
 
88
- ### Install from CDN
89
-
90
- Using the `https://cdn.jsdelivr.net/npm/` CDN:
60
+ Apply different themes using the `data-aag-theme` attribute:
91
61
 
92
62
  ```html
93
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm//@aurodesignsystem/design-tokens@latest/dist/alaska/CSSCustomProperties--alaska.css">
94
- ```
95
-
96
- **Note:** Exercise caution when using this CDN solution. The Auro team is NOT responsible for the maintenance of the CDN `https://cdn.jsdelivr.net/` [uptime](https://www.isitupdown.com/jsdelivr) and are unable to effectively troubleshoot response issues. It is recommended to use the installed version of Auro Design Tokens for critical UIs.
97
-
98
- ## Theme Scoping with `data-aag-theme`
99
-
100
- The Auro Design System supports multiple themes that can be applied using the `data-aag-theme` attribute.
101
-
102
- ### Implementation Example
103
-
104
- ```html
105
- <!-- Alaska-themed section -->
63
+ <!-- Alaska-themed -->
106
64
  <div data-aag-theme="aag-theme-as">
107
65
  <h1>Alaska Airlines Content</h1>
108
- <!-- Elements here will use Alaska theme tokens -->
109
66
  </div>
110
67
 
111
- <!-- Hawaiian-themed section -->
68
+ <!-- Hawaiian-themed -->
112
69
  <div data-aag-theme="aag-theme-ha">
113
70
  <h1>Hawaiian Airlines Content</h1>
114
- <!-- Elements here will use Hawaiian theme tokens -->
115
71
  </div>
116
72
  ```
117
73
 
118
- ### Important Notes
119
-
120
- - The bundled CSS file (`CSSCustomProperties--bundled.css`) contains all themes rescoped with their respective `data-aag-theme` selectors
121
- - See the [Theme Data Attributes](#theme-data-attributes) table below for all available theme codes.
122
-
123
- ## Available Themes & Resources
124
-
125
- ### Theme Data Attributes
126
-
127
- For theme scoping with CSS Custom Properties, use the following data attributes:
128
-
129
- | Theme | Data Attribute | Theme Code |
130
- |---------------|----------------------------------|------------|
131
- | Alaska | `data-aag-theme="aag-theme-as"` | `as` |
132
- | Alaska Classic| `data-aag-theme="aag-theme-asc"` | `asc` |
133
- | Hawaiian | `data-aag-theme="aag-theme-ha"` | `ha` |
134
-
135
- ### Alaska
136
-
137
- | File | Syntax | Type | Description |
138
- |-----------------------------|--------|--------------------|-------------------------------------------------------|
139
- | CSSCustomProperties--alaska | CSS | Custom properties | All v5.x semantic tokens |
140
- | primitives--alaska | SCSS | Sass variables | All v5.x semantic token values |
141
-
142
- ### Alaska Classic
143
-
144
- The Alaska Classic theme uses the `v5.x` token names with the deprecated Auro Classic values.
145
-
146
- It serves as a gateway to the `v5.x` tokens, facilitating a smooth transition for Auro components, leading to an eventual switch to the new "Alaska" theme.
147
-
148
- | File | Syntax | Type | Description |
149
- |----------------------------------------|-----------|--------------------|------------------------------------------------------|
150
- | CSSCustomProperties--alaskaClassic | CSS | Custom properties | All v5.x semantic tokens |
151
- | JSObject--allTokens.js | JS module | All data | All v5.x token data |
152
- | primitives--alaskaClassic | SCSS | Sass variables | All v5.x semantic token values |
153
- | SCSSVariables--alaskaClassic | SCSS | Sass variables | All v5.x semantic tokens |
154
- | SCSSVariablesMapFlat--alaskaClassic | SCSS | Sass variable map | All v5.x semantic tokens as flat map |
155
-
156
- ### Hawaiian
157
-
158
- | File | Syntax | Type | Description |
159
- |-------------------------------|--------|--------------------|-------------------------------------------------------|
160
- | CSSCustomProperties--hawaiian | CSS | Custom properties | All v5.x release tokens |
161
- | primitives--hawaiian | SCSS | Sass variables | All v5.x semantic token values |
162
-
163
- ### Auro Classic (Deprecated)
164
-
165
- | File | Syntax | Type | Filter Type / Description |
166
- |--------------------------|-----------|--------------------|----------------------------------|
167
- | CSSCustomProperties | CSS | Custom properties | All v4.x release tokens |
168
- | CSSSizeCustomProperties | CSS | Custom properties | Filter v4.x: size, public |
169
- | JSData--color | JS module | Color data | Filter v4.x: color, Deprecated |
170
- | JSONVariablesFlat | JSON Data | All data | All v4.x release tokens |
171
- | JSONVariablesNested | JSON Data | All data | All v4.x release tokens |
172
- | JSObject--deprecated | JS module | Deprecated tokens | Filter v4.x: deprecated, public |
173
- | JSObject--allTokens.js | JS module | All data | All v4.x release tokens |
174
- | JSVariables--color | JS ES6 | Color data | Filter v4.x: color |
175
- | SCSSVariableMap | Sass | Sass variable map | Filter v4.x: size, public |
176
- | SCSSVariables | SCSS | Sass variables | All v4.x release tokens |
177
- | SCSSVariablesMapFlat | SCSS | Sass variable map | All v4.x release tokens |
178
- | SassCustomProperties | SCSS | Custom properties | All v4.x release tokens |
179
- | SassSizeCustomProperties | Sass | Custom properties | Filter v4.x: size, public |
180
-
181
- ### Transparent (Deprecated)
182
-
183
- | File | Syntax | Type | Filter Type / Description |
184
- |-------------------------------------|-----------|--------------------|---------------------------|
185
- | CSSCustomProperties--transparent | CSS | Custom properties | All v4.0x release tokens |
186
-
187
- ### Bundled File
188
-
189
- | File | Syntax | Type | Description |
190
- |---------------------------------|--------|-------------------|-----------------------------------------|
191
- | CSSCustomProperties--bundled.css | CSS | Custom properties | Combined v5.x `semantic` CSS custom properties from all supported themes with their respective `data-aag-theme` selectors |
192
-
193
- **NOTE: Bundled file is not intended for general use.**
194
-
195
- ## Understanding the Architecture
196
-
197
- ### Key Concepts
198
-
199
- The Auro Design System is built on a structured hierarchy of design tokens organized around two key concepts:
200
-
201
- - **Primitives**: Low-level, foundational values (colors, sizes, etc.)
202
- - **Themes**: Semantic tokens that reference primitives with meaningful, usage-based names
203
-
204
- ### Source Directory Structure
205
-
206
- ```
207
- src/
208
- ├── primitives/
209
- │ ├── alaska/
210
- │ │ ├── color.json
211
- │ │ ├── typography.json
212
- │ │ └── ...
213
- │ ├── base/
214
- │ │ ├── color.json
215
- │ │ ├── transparency.json
216
- │ │ └── ...
217
- │ ├── hawaiian/
218
- │ │ ├── color.json
219
- │ │ ├── typography.json
220
- │ │ └── ...
221
- │ └── ...
222
- └── themes/
223
- ├── alaska/
224
- │ ├── color.json
225
- │ ├── typography.json
226
- │ └── ...
227
- ├── hawaiian/
228
- │ ├── color.json
229
- │ ├── typography.json
230
- │ └── ...
231
- └── ...
232
- ```
233
-
234
- ### Multi-Level Token Architecture
235
-
236
- #### 1. Base Primitives: Shared Foundation
237
-
238
- Base primitives (`src/primitives/base/`) define foundational values shared across the system:
239
- - Common color scales (gray, neutral, status colors)
240
- - Basic visual elements (black, white)
241
- - Transparency values
242
- - And more...
243
-
244
- These base primitives are shared resources that theme-specific primitives can reference, providing consistency across the entire design system.
245
-
246
- #### 2. Theme-Specific Primitives: Brand Identity
247
-
248
- Each supported theme (Alaska, Hawaiian, etc.) has its own primitives folder (`src/primitives/alaska/`, `src/primitives/hawaiian/`) containing:
249
- - Brand-specific color palettes
250
- - Typography definitions unique to each brand
251
- - And more...
252
-
253
- These theme-specific primitives work alongside the shared `base` primitives to create a complete palette for each brand.
254
-
255
- #### 3. Semantic Theme Tokens: Usage-Based References
256
-
257
- The tokens in the `themes` directory (`src/themes/alaska/`, `src/themes/hawaiian/`) are semantic tokens that:
258
- - Reference primitive values using paths like `{color.atlas.600.value}`
259
- - Have meaningful names based on their function (e.g., `color.brand.primary`)
260
- - Provide usage descriptions explaining their intended context
261
- - Are marked as `"public": true` for use in components
262
-
263
- #### 4. Multi-level Semantic References
264
-
265
- Semantic tokens can reference other semantic tokens, not just primitives:
266
- - For example, `font.weight.heading.heading1` can reference `{font.weight.book.value}`
267
- - This creates multiple layers of abstraction and flexibility
268
- - These reference chains ultimately resolve to primitive values
269
-
270
- ### Best Practices
271
-
272
- **Never Use Primitives Directly in UI**
273
-
274
- UI components should never directly use primitives (either `base` or theme-specific).
275
-
276
- Instead, always use semantic theme tokens:
277
-
278
- ```css
279
- /* ❌ Incorrect: Using primitives directly */
280
- .element {
281
- color: var(--ds-color-atlas-600); /* Theme-specific primitive */
282
- background-color: var(--ds-color-gray-100); /* Base primitive */
283
- }
284
-
285
- /* ✅ Correct: Using semantic theme tokens */
286
- .element {
287
- color: var(--ds-color-brand-primary);
288
- background-color: var(--ds-color-surface-neutralSubtle);
289
- }
290
- ```
291
-
292
- ### Benefits of This Architecture
74
+ ## Documentation
293
75
 
294
- This three-tiered approach provides several advantages:
76
+ For comprehensive documentation, please see our:
295
77
 
296
- 1. **Theme Flexibility**: Components can seamlessly switch between themes without code changes
297
- 2. **Abstraction of Intent**: Semantic naming communicates the purpose of each token
298
- 3. **Centralized Updates**: Changes to primitive values automatically propagate to all semantic tokens
299
- 4. **Design Consistency**: Related UI elements share the same semantic tokens across different contexts
300
- 5. **Clear Migration Path**: Supports multiple versions during transition periods
78
+ - [Architecture Guide](https://auro.alaskaair.com/getting-started/developers/design-tokens/docs/architecture)
79
+ - [Theme Guide](https://auro.alaskaair.com/getting-started/developers/design-tokens/docs/themes)
80
+ - [Migration Guide](https://auro.alaskaair.com/getting-started/developers/design-tokens/docs/migration)
81
+ - [API Reference](https://auro.alaskaair.com/getting-started/developers/design-tokens/docs/api-reference)
82
+ - [Complete Documentation - Auro Docs](https://auro.alaskaair.com/getting-started/developers/design-tokens)
301
83
 
84
+ ## Package Structure
302
85
 
86
+ The npm package provides pre-processed resources in the `./dist/` directory organized by theme.
303
87
 
304
- ## Migration from v4.x to v5.x
88
+ ## Contributing
305
89
 
306
- With the release of Auro Design Tokens 5.x significant changes have occurred:
90
+ Please read our [contributing guidelines](.github/CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
307
91
 
308
- - `./dist/` directory has been restructured. All file imports will need to have their paths updated.
309
- - The v4.x default theme is now called `Auro Classic`. The files for this theme may be found in `./dist/auro-classic`. This theme is now deprecated.
310
- - **NEW** Alaska theme found in `./dist/alaska`.
311
- - **NEW** Hawaiian theme found in `./dist/hawaiian`.
312
- - The Alaska theme and Hawaiian theme are intended to be used one at a time within a given DOM `scope`. It is not supported to load both themes into the same `scope` of the document.
313
- - v4.x and v5.x token names are unique to each version. As such, the `./dist/auro-classic` theme can be loaded with any of the other themes to support old Auro component versions that do not yet run on the v5.x tokens.
314
- - Review the [Deprecated tokens list](https://auro.alaskaair.com/getting-started/developers/design-tokens/deprecated) for a matrix of changes. Some tokens have been removed from the project and need to be updated.
92
+ ## License
315
93
 
316
- By supporting both the legacy and new Auro design tokens in your project, you ensure a smooth transition until all Auro components have been updated and your project has also updated local SCSS/CSS files with the new references.
94
+ This project is licensed under the Apache 2.0 License - see the [LICENSE](./LICENSE) file for details.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  Do not edit directly
3
- Generated on Thu, 06 Mar 2025 21:22:02 GMT
3
+ Generated on Fri, 14 Mar 2025 18:27:46 GMT
4
4
  */
5
5
 
6
6
  /* Properties from CSSCustomProperties--alaska.css */
@@ -58,6 +58,53 @@
58
58
  --ds-color-texticon-inverse: #ffffff;
59
59
  --ds-color-texticon-inverse-disabled: #d0d0d0;
60
60
  --ds-color-texticon-muted: #676767;
61
+ --ds-component-selected-hover: #00274a;
62
+ --ds-component-focused: #01426a;
63
+ --ds-component-inverse-focused: #ffffff;
64
+ --ds-component-background: #ffffff;
65
+ --ds-component-background-hover: #f2f2f2;
66
+ --ds-component-background-disabled: #dddddd;
67
+ --ds-component-background-muted: #f7f7f7;
68
+ --ds-component-background-strong: #7e7e7e;
69
+ --ds-component-button-primary-text: #ffffff;
70
+ --ds-component-button-primary-border: #01426a;
71
+ --ds-component-button-primary-border-hover: #00274a;
72
+ --ds-component-button-primary-background: #01426a;
73
+ --ds-component-button-primary-background-hover: #00274a;
74
+ --ds-component-button-primary-background-active: #00274a;
75
+ --ds-component-button-primary-text-inverse: #01426a;
76
+ --ds-component-button-primary-border-inverse: #ffffff;
77
+ --ds-component-button-primary-background-inverse: #ffffff;
78
+ --ds-component-button-primary-border-inverse-hover: #ebf3f9;
79
+ --ds-component-button-primary-background-inverse-hover: #ebf3f9;
80
+ --ds-component-button-secondary-text: #01426a;
81
+ --ds-component-button-secondary-text-hover: #00274a;
82
+ --ds-component-button-secondary-border: #01426a;
83
+ --ds-component-button-secondary-border-hover: #00274a;
84
+ --ds-component-button-secondary-background: #ffffffcc;
85
+ --ds-component-button-secondary-background-hover: #ffffff80;
86
+ --ds-component-button-secondary-text-inverse: #ffffff;
87
+ --ds-component-button-secondary-border-inverse: #ffffff;
88
+ --ds-component-button-secondary-background-inverse-hover: #ffffffcc;
89
+ --ds-component-button-tertiary-text: #01426a;
90
+ --ds-component-button-tertiary-text-hover: #00274a;
91
+ --ds-component-button-tertiary-background: #0000000d;
92
+ --ds-component-button-tertiary-background-hover: #0000001a;
93
+ --ds-component-button-tertiary-border: #0000000d;
94
+ --ds-component-button-tertiary-border-hover: #0000001a;
95
+ --ds-component-button-tertiary-text-inverse: #ffffff;
96
+ --ds-component-button-tertiary-background-inverse: #ffffff0d;
97
+ --ds-component-button-tertiary-background-inverse-hover: #ffffff1a;
98
+ --ds-component-button-tertiary-border-inverse: #ffffff0d;
99
+ --ds-component-button-tertiary-border-inverse-hover: #ffffff1a;
100
+ --ds-component-boolean-indicator: #ffffff;
101
+ --ds-component-boolean-is-false: #ffffff;
102
+ --ds-component-boolean-is-false-hover: #f2f2f2;
103
+ --ds-component-boolean-is-false-border: #585e67;
104
+ --ds-component-boolean-is-true: #01426a;
105
+ --ds-component-boolean-is-true-hover: #00274a;
106
+ --ds-component-boolean-error: #e53339;
107
+ --ds-component-boolean-error-hover: #b1161c;
61
108
  --ds-font-weight-body-default: Book;
62
109
  --ds-font-weight-body-large: Book;
63
110
  --ds-font-weight-body-small: Book;
@@ -127,6 +174,53 @@
127
174
  --ds-color-texticon-inverse: #ffffff;
128
175
  --ds-color-texticon-inverse-disabled: #d0d0d0;
129
176
  --ds-color-texticon-muted: #676767;
177
+ --ds-component-selected-hover: #003761;
178
+ --ds-component-focused: #0074ca;
179
+ --ds-component-inverse-focused: #5de3f7;
180
+ --ds-component-background: #ffffff;
181
+ --ds-component-background-hover: #f2f2f2;
182
+ --ds-component-background-disabled: #dddddd;
183
+ --ds-component-background-muted: #f7f7f7;
184
+ --ds-component-background-strong: #7e7e7e;
185
+ --ds-component-button-primary-text: #ffffff;
186
+ --ds-component-button-primary-border: #0074ca;
187
+ --ds-component-button-primary-border-hover: #003761;
188
+ --ds-component-button-primary-background: #0074ca;
189
+ --ds-component-button-primary-background-hover: #003761;
190
+ --ds-component-button-primary-background-active: #003761;
191
+ --ds-component-button-primary-text-inverse: #2a2a2a;
192
+ --ds-component-button-primary-border-inverse: #5de3f7;
193
+ --ds-component-button-primary-background-inverse: #5de3f7;
194
+ --ds-component-button-primary-border-inverse-hover: #b4eff9;
195
+ --ds-component-button-primary-background-inverse-hover: #b4eff9;
196
+ --ds-component-button-secondary-text: #0074ca;
197
+ --ds-component-button-secondary-text-hover: #01426a;
198
+ --ds-component-button-secondary-border: #0074ca;
199
+ --ds-component-button-secondary-border-hover: #003761;
200
+ --ds-component-button-secondary-background: #ffffff;
201
+ --ds-component-button-secondary-background-hover: #f2f2f2;
202
+ --ds-component-button-secondary-text-inverse: #5de3f7;
203
+ --ds-component-button-secondary-border-inverse: #5de3f7;
204
+ --ds-component-button-secondary-background-inverse-hover: #ebfafd;
205
+ --ds-component-button-tertiary-text: #0074ca;
206
+ --ds-component-button-tertiary-text-hover: #003761;
207
+ --ds-component-button-tertiary-background: #0000000d;
208
+ --ds-component-button-tertiary-background-hover: #0000001a;
209
+ --ds-component-button-tertiary-border: #0000000d;
210
+ --ds-component-button-tertiary-border-hover: #0000001a;
211
+ --ds-component-button-tertiary-text-inverse: #5de3f7;
212
+ --ds-component-button-tertiary-background-inverse: #ffffff0d;
213
+ --ds-component-button-tertiary-background-inverse-hover: #ffffff1a;
214
+ --ds-component-button-tertiary-border-inverse: #ffffff0d;
215
+ --ds-component-button-tertiary-border-inverse-hover: #ffffff1a;
216
+ --ds-component-boolean-indicator: #ffffff;
217
+ --ds-component-boolean-is-false: #ffffff;
218
+ --ds-component-boolean-is-false-hover: #f2f2f2;
219
+ --ds-component-boolean-is-false-border: #585e67;
220
+ --ds-component-boolean-is-true: #0074ca;
221
+ --ds-component-boolean-is-true-hover: #003761;
222
+ --ds-component-boolean-error: #e53339;
223
+ --ds-component-boolean-error-hover: #b1161c;
130
224
  --ds-font-weight-body-default: Book;
131
225
  --ds-font-weight-body-large: Book;
132
226
  --ds-font-weight-body-small: Book;
@@ -196,6 +290,53 @@
196
290
  --ds-color-texticon-inverse: #ffffff;
197
291
  --ds-color-texticon-inverse-disabled: #d0d0d0;
198
292
  --ds-color-texticon-muted: #3d3d3d;
293
+ --ds-component-selected-hover: #31295c;
294
+ --ds-component-focused: #463c8f;
295
+ --ds-component-inverse-focused: #ffffff;
296
+ --ds-component-background: #ffffff;
297
+ --ds-component-background-hover: #f2f2f2;
298
+ --ds-component-background-disabled: #dddddd;
299
+ --ds-component-background-muted: #f7f7f7;
300
+ --ds-component-background-strong: #7e7e7e;
301
+ --ds-component-button-primary-text: #ffffff;
302
+ --ds-component-button-primary-border: #ce0c88;
303
+ --ds-component-button-primary-border-hover: #831a57;
304
+ --ds-component-button-primary-background: #ce0c88;
305
+ --ds-component-button-primary-background-hover: #831a57;
306
+ --ds-component-button-primary-background-active: #831a57;
307
+ --ds-component-button-primary-text-inverse: #ce0c88;
308
+ --ds-component-button-primary-border-inverse: #ffffff;
309
+ --ds-component-button-primary-background-inverse: #ffffff;
310
+ --ds-component-button-primary-border-inverse-hover: #fdf1f8;
311
+ --ds-component-button-primary-background-inverse-hover: #fdf1f8;
312
+ --ds-component-button-secondary-text: #ce0c88;
313
+ --ds-component-button-secondary-text-hover: #463c8f;
314
+ --ds-component-button-secondary-border: #d0d0d0;
315
+ --ds-component-button-secondary-border-hover: #d0d0d0;
316
+ --ds-component-button-secondary-background: #ffffff;
317
+ --ds-component-button-secondary-background-hover: #f2f2f2;
318
+ --ds-component-button-secondary-text-inverse: #ffffff;
319
+ --ds-component-button-secondary-border-inverse: #ffffff;
320
+ --ds-component-button-secondary-background-inverse-hover: #0000000d;
321
+ --ds-component-button-tertiary-text: #ce0c88;
322
+ --ds-component-button-tertiary-text-hover: #831a57;
323
+ --ds-component-button-tertiary-background: #0000000d;
324
+ --ds-component-button-tertiary-background-hover: #0000001a;
325
+ --ds-component-button-tertiary-border: #0000000d;
326
+ --ds-component-button-tertiary-border-hover: #0000001a;
327
+ --ds-component-button-tertiary-text-inverse: #ffffff;
328
+ --ds-component-button-tertiary-background-inverse: #ffffff0d;
329
+ --ds-component-button-tertiary-background-inverse-hover: #ffffff1a;
330
+ --ds-component-button-tertiary-border-inverse: #ffffff0d;
331
+ --ds-component-button-tertiary-border-inverse-hover: #ffffff1a;
332
+ --ds-component-boolean-indicator: #ffffff;
333
+ --ds-component-boolean-is-false: #ffffff;
334
+ --ds-component-boolean-is-false-hover: #f2f2f2;
335
+ --ds-component-boolean-is-false-border: #adadad;
336
+ --ds-component-boolean-is-true: #ce0c88;
337
+ --ds-component-boolean-is-true-hover: #831a57;
338
+ --ds-component-boolean-error: #e53339;
339
+ --ds-component-boolean-error-hover: #b1161c;
199
340
  --ds-font-weight-display: Semibold;
200
341
  --ds-font-weight-body-default: Regular;
201
342
  --ds-font-weight-body-large: Regular;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 06 Mar 2025 21:22:14 GMT
3
+ * Generated on Fri, 14 Mar 2025 18:27:56 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -57,6 +57,53 @@
57
57
  --ds-color-texticon-inverse: #ffffff;
58
58
  --ds-color-texticon-inverse-disabled: #d0d0d0;
59
59
  --ds-color-texticon-muted: #676767;
60
+ --ds-component-selected-hover: #00274a;
61
+ --ds-component-focused: #01426a;
62
+ --ds-component-inverse-focused: #ffffff;
63
+ --ds-component-background: #ffffff;
64
+ --ds-component-background-hover: #f2f2f2;
65
+ --ds-component-background-disabled: #dddddd;
66
+ --ds-component-background-muted: #f7f7f7;
67
+ --ds-component-background-strong: #7e7e7e;
68
+ --ds-component-button-primary-text: #ffffff;
69
+ --ds-component-button-primary-border: #01426a;
70
+ --ds-component-button-primary-border-hover: #00274a;
71
+ --ds-component-button-primary-background: #01426a;
72
+ --ds-component-button-primary-background-hover: #00274a;
73
+ --ds-component-button-primary-background-active: #00274a;
74
+ --ds-component-button-primary-text-inverse: #01426a;
75
+ --ds-component-button-primary-border-inverse: #ffffff;
76
+ --ds-component-button-primary-background-inverse: #ffffff;
77
+ --ds-component-button-primary-border-inverse-hover: #ebf3f9;
78
+ --ds-component-button-primary-background-inverse-hover: #ebf3f9;
79
+ --ds-component-button-secondary-text: #01426a;
80
+ --ds-component-button-secondary-text-hover: #00274a;
81
+ --ds-component-button-secondary-border: #01426a;
82
+ --ds-component-button-secondary-border-hover: #00274a;
83
+ --ds-component-button-secondary-background: #ffffffcc;
84
+ --ds-component-button-secondary-background-hover: #ffffff80;
85
+ --ds-component-button-secondary-text-inverse: #ffffff;
86
+ --ds-component-button-secondary-border-inverse: #ffffff;
87
+ --ds-component-button-secondary-background-inverse-hover: #ffffffcc;
88
+ --ds-component-button-tertiary-text: #01426a;
89
+ --ds-component-button-tertiary-text-hover: #00274a;
90
+ --ds-component-button-tertiary-background: #0000000d;
91
+ --ds-component-button-tertiary-background-hover: #0000001a;
92
+ --ds-component-button-tertiary-border: #0000000d;
93
+ --ds-component-button-tertiary-border-hover: #0000001a;
94
+ --ds-component-button-tertiary-text-inverse: #ffffff;
95
+ --ds-component-button-tertiary-background-inverse: #ffffff0d;
96
+ --ds-component-button-tertiary-background-inverse-hover: #ffffff1a;
97
+ --ds-component-button-tertiary-border-inverse: #ffffff0d;
98
+ --ds-component-button-tertiary-border-inverse-hover: #ffffff1a;
99
+ --ds-component-boolean-indicator: #ffffff;
100
+ --ds-component-boolean-is-false: #ffffff;
101
+ --ds-component-boolean-is-false-hover: #f2f2f2;
102
+ --ds-component-boolean-is-false-border: #585e67;
103
+ --ds-component-boolean-is-true: #01426a;
104
+ --ds-component-boolean-is-true-hover: #00274a;
105
+ --ds-component-boolean-error: #e53339;
106
+ --ds-component-boolean-error-hover: #b1161c;
60
107
  --ds-font-weight-body-default: Book;
61
108
  --ds-font-weight-body-large: Book;
62
109
  --ds-font-weight-body-small: Book;