@aurodesignsystem/design-tokens 5.0.2 → 5.0.4

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 (122) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +86 -62
  3. package/dist/alaska/CSSCustomProperties--alaska.css +66 -0
  4. package/dist/alaska/JSObject--allTokens.js +2124 -0
  5. package/dist/alaska/SCSSVariables--alaska.scss +63 -0
  6. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +67 -0
  7. package/dist/alaska/primitives--alaska.scss +215 -0
  8. package/dist/{tokens → auro-classic}/CSSCustomProperties.css +320 -312
  9. package/dist/{tokens → auro-classic}/CSSSizeCustomProperties.css +1 -1
  10. package/dist/{tokens → auro-classic}/JSData--color.js +3145 -2071
  11. package/dist/{tokens → auro-classic}/JSONVariablesFlat.json +12 -4
  12. package/dist/{tokens → auro-classic}/JSONVariablesNested.json +13 -9
  13. package/dist/{tokens/JSObject--allTokens.js → auro-classic/JSObject--deprecated.js} +14311 -8433
  14. package/dist/{tokens → auro-classic}/JSVariables--color.js +308 -312
  15. package/dist/{tokens → auro-classic}/SCSSVariableMap.scss +1 -1
  16. package/dist/{tokens/base → auro-classic}/SCSSVariables.scss +320 -312
  17. package/dist/{tokens → auro-classic}/SCSSVariablesMapFlat.scss +320 -312
  18. package/dist/{tokens → auro-classic}/SassCustomProperties.scss +320 -312
  19. package/dist/{tokens → auro-classic}/SassSizeCustomProperties.scss +1 -1
  20. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +66 -0
  21. package/dist/hawaiian/JSObject--allTokens.js +2124 -0
  22. package/dist/hawaiian/SCSSVariables--hawaiian.scss +63 -0
  23. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +67 -0
  24. package/dist/hawaiian/primitives--hawaiian.scss +175 -0
  25. package/dist/{tokens/transparent/CSSCustomProperties.css → transparent/CSSCustomProperties--transparent.css} +1 -5
  26. package/package.json +5 -3
  27. package/src/primitives/alaska/color.json +796 -0
  28. package/src/primitives/alaska/typography.json +27 -0
  29. package/src/primitives/base/color.json +489 -0
  30. package/src/primitives/base/transparency.json +183 -0
  31. package/src/primitives/base/typography.json +210 -0
  32. package/src/primitives/hawaiian/color.json +508 -0
  33. package/src/primitives/hawaiian/typography.json +28 -0
  34. package/src/themes/alaska/color.json +394 -0
  35. package/src/themes/alaska/typography.json +132 -0
  36. package/src/themes/{excursion → auro-classic}/animation.json +6 -3
  37. package/src/{color → themes/auro-classic/color}/alert.json +7 -0
  38. package/src/{color → themes/auro-classic/color}/background.json +53 -25
  39. package/src/{color → themes/auro-classic/color}/base.json +303 -147
  40. package/src/{color → themes/auro-classic/color}/border.json +68 -32
  41. package/src/{color → themes/auro-classic/color}/brand.json +289 -158
  42. package/src/{color → themes/auro-classic/color}/container.json +101 -50
  43. package/src/{color → themes/auro-classic/color}/icon.json +129 -64
  44. package/src/{color → themes/auro-classic/color}/text.json +58 -28
  45. package/src/{color → themes/auro-classic/color}/tier.json +43 -22
  46. package/src/themes/{excursion → auro-classic}/color/ui.json +12 -1
  47. package/src/{color → themes/auro-classic/color}/utility.json +60 -30
  48. package/src/themes/auro-classic/comments.json +50 -0
  49. package/src/{depth.json → themes/auro-classic/depth.json} +9 -4
  50. package/src/{elevation.json → themes/auro-classic/elevation.json} +6 -3
  51. package/src/{asset → themes/auro-classic}/font.json +10 -5
  52. package/src/themes/{excursion → auro-classic}/grid-breakpoint.json +10 -5
  53. package/src/themes/{excursion → auro-classic}/grid-column.json +10 -5
  54. package/src/{grid-gutter.json → themes/auro-classic/grid-gutter.json} +10 -5
  55. package/src/{grid-margin.json → themes/auro-classic/grid-margin.json} +10 -5
  56. package/src/{size → themes/auro-classic/size}/radius.json +2 -1
  57. package/src/themes/auro-classic/size/scale.json +347 -0
  58. package/src/themes/auro-classic/size/unitless-scale.json +126 -0
  59. package/src/{text.json → themes/auro-classic/text.json} +192 -97
  60. package/src/themes/hawaiian/color.json +394 -0
  61. package/src/themes/hawaiian/typography.json +132 -0
  62. package/src/themes/transparent/color/alert.json +7 -0
  63. package/src/themes/transparent/color/background.json +30 -2
  64. package/src/themes/transparent/color/base.json +156 -0
  65. package/src/themes/transparent/color/border.json +36 -0
  66. package/src/themes/transparent/color/brand.json +167 -36
  67. package/src/themes/transparent/color/container.json +50 -0
  68. package/src/themes/transparent/color/icon.json +65 -0
  69. package/src/themes/transparent/color/text.json +30 -0
  70. package/src/themes/transparent/color/tier.json +22 -1
  71. package/src/themes/transparent/color/ui.json +12 -1
  72. package/src/themes/transparent/color/utility.json +30 -0
  73. package/src/themes/transparent/elevation.json +3 -0
  74. package/dist/tokens/JSObject--deprecated.js +0 -3157
  75. package/dist/tokens/SCSSVariables.scss +0 -1372
  76. package/dist/tokens/darkmode/CSSCustomProperties.css +0 -28
  77. package/dist/tokens/darkmode/JSDataColor.js +0 -528
  78. package/dist/tokens/darkmode/JSObject--deprecatedDark.js +0 -528
  79. package/dist/tokens/darkmode/JSVariablesColor.js +0 -20
  80. package/dist/tokens/darkmode/SCSSVariables.scss +0 -21
  81. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +0 -25
  82. package/dist/tokens/darkmode/SassCustomProperties.scss +0 -28
  83. package/dist/tokens/excursion/JSONVariablesFlat.json +0 -736
  84. package/dist/tokens/excursion/JSONVariablesNested.json +0 -1222
  85. package/dist/tokens/hawaiian/CSSCustomProperties.css +0 -20
  86. package/src/animation.json +0 -21
  87. package/src/color/ui.json +0 -125
  88. package/src/color-darkmode/base.json +0 -24
  89. package/src/color-darkmode/border.json +0 -32
  90. package/src/color-darkmode/icon.json +0 -32
  91. package/src/color-darkmode/text.json +0 -71
  92. package/src/color-darkmode/tier.json +0 -34
  93. package/src/comments.json +0 -34
  94. package/src/grid-breakpoint.json +0 -29
  95. package/src/grid-column.json +0 -29
  96. package/src/size/scale.json +0 -240
  97. package/src/size/unitless-scale.json +0 -82
  98. package/src/themes/excursion/asset/font.json +0 -35
  99. package/src/themes/excursion/color/alert.json +0 -90
  100. package/src/themes/excursion/color/background.json +0 -280
  101. package/src/themes/excursion/color/base.json +0 -1303
  102. package/src/themes/excursion/color/border.json +0 -288
  103. package/src/themes/excursion/color/brand.json +0 -1549
  104. package/src/themes/excursion/color/container.json +0 -464
  105. package/src/themes/excursion/color/excursion.json +0 -254
  106. package/src/themes/excursion/color/icon.json +0 -476
  107. package/src/themes/excursion/color/text.json +0 -270
  108. package/src/themes/excursion/color/tier.json +0 -180
  109. package/src/themes/excursion/comments.json +0 -34
  110. package/src/themes/excursion/depth copy.json +0 -22
  111. package/src/themes/excursion/elevation.json +0 -22
  112. package/src/themes/excursion/grid-gutter.json +0 -29
  113. package/src/themes/excursion/grid-margin.json +0 -29
  114. package/src/themes/excursion/size/radius.json +0 -9
  115. package/src/themes/excursion/size/scale.json +0 -234
  116. package/src/themes/excursion/size/unitless-scale.json +0 -82
  117. package/src/themes/excursion/text.json +0 -572
  118. package/src/themes/hawaiian/color/background.json +0 -15
  119. package/src/themes/hawaiian/color/border.json +0 -18
  120. package/src/themes/hawaiian/color/container.json +0 -56
  121. package/src/themes/hawaiian/color/icon.json +0 -24
  122. package/src/themes/hawaiian/color/text.json +0 -44
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ ## [5.0.4](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v5.0.3...v5.0.4) (2025-03-04)
4
+
5
+
6
+ ### Performance Improvements
7
+
8
+ * export allTokens as JSObject for ha & as ([a90b831](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/a90b8318a0c371d169c89bb02b047942afb9b2b8))
9
+
10
+ ## [5.0.3](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v5.0.2...v5.0.3) (2025-02-28)
11
+
12
+
13
+ ### Performance Improvements
14
+
15
+ * reset version rollback to continue git history ([e0fb37e](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/e0fb37ea9e6d0eb89329d0997a48ba955fdff72d))
16
+
3
17
  ## [5.0.2](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v5.0.1...v5.0.2) (2025-02-27)
4
18
 
5
19
 
package/README.md CHANGED
@@ -12,69 +12,95 @@ $ npm i @aurodesignsystem/design-tokens
12
12
 
13
13
  ## Using Pre-processed Resources
14
14
 
15
- Pre-processed resources are available in the `./dist/tokens` directory of the [npm package](https://www.npmjs.com/package/@aurodesignsystem/design-tokens).
15
+ Pre-processed resources are available in the `./dist/` directory of the [npm package](https://www.npmjs.com/package/@aurodesignsystem/design-tokens).
16
16
 
17
17
  ```
18
- └── tokens
19
- ├── CSSCustomProperties.css
20
- ├── CSSSizeCustomProperties.css
21
- ├── JSData--color.js
22
- ├── JSONVariablesFlat.json
23
- ├── JSONVariablesNested.json
24
- ├── JSObject--allTokens.js
25
- ├── JSObject--deprecated.js
26
- ├── JSVariables--color.js
27
- ├── SCSSVariableMap.scss
28
- ├── SCSSVariables.scss
29
- ├── SCSSVariablesMapFlat.scss
30
- ├── SassCustomProperties.scss
31
- ├── SassSizeCustomProperties.scss
32
- ├── darkmode
33
- | ├── CSSCustomProperties.css
34
- | ├── JSDataColor.js
35
- | ├── JSObject--deprecatedDark.js
36
- | ├── JSVariablesColor.js
37
- | ├── SCSSVariables.scss
38
- | ├── SCSSVariablesMapFlat.scss
39
- | └── SassCustomProperties.scss
40
- └── excursion (BETA)
41
- ├── JSONVariablesFlat.json
42
- └── JSONVariablesNested.json
18
+ └── dist
19
+ ├── alaska
20
+ │ └── CSSCustomProperties--alaska.css
21
+ │ └── primitives--alaska.scss
22
+ ├── auro-classic
23
+ ├── CSSCustomProperties.css
24
+ ├── CSSSizeCustomProperties.css
25
+ ├── JSData--color.js
26
+ ├── JSObject--deprecated.js
27
+ ├── JSONVariablesFlat.json
28
+ ├── JSONVariablesNested.json
29
+ ├── JSVariables--color.js
30
+ ├── SassCustomProperties.scss
31
+ ├── SassSizeCustomProperties.scss
32
+ ├── SCSSVariableMap.scss
33
+ ├── SCSSVariables.scss
34
+ │ └── SCSSVariablesMapFlat.scss
35
+ ├── hawaiian
36
+ │ └── CSSCustomProperties--hawaiian.css
37
+ │ └── primitives--hawaiian.scss
38
+ ├── transparent
39
+ └── CSSCustomProperties--transparent.css
40
+ └── CSSCustomProperties--bundled.css
43
41
  ```
44
42
 
45
- ### BETA Excursion release
43
+ ### Resource Descriptions
46
44
 
47
- Auro Design Tokens v4.5.x includes some changes to existing token values as well as the inclusion of the new Excursion theme. This new theme is to be considered a BETA release with limited use. For all primary Auro UIs, please continue to use the primary Auro design tokens. Excursion is only intended for UIs that are being custom built to support this new UI with limited release. Expect significant changes in this space WITHOUT a MAJOR release. **You have been warned**.
45
+ ### `alaska` theme
48
46
 
49
- ### Resource Descriptions
47
+ | File | Syntax | Type | Status | Filter Type / Description |
48
+ |-----------------------------|--------|--------------------|---------|------------------------------------------------------|
49
+ | CSSCustomProperties--alaska | CSS | Custom properties | Current | All v5.x semantic tokens for the Alaska theme |
50
+ | primitives--alaska | SCSS | Sass variables | Current | All v5.x semantic token values for the Alaska theme |
51
+
52
+ ### `hawaiian` theme
53
+
54
+ | File | Syntax | Type | Status | Filter Type / Description |
55
+ |-------------------------------|--------|--------------------|---------|--------------------------------------------------------|
56
+ | CSSCustomProperties--hawaiian | CSS | Custom properties | Current | All v5.x release tokens for the Hawaiian theme |
57
+ | primitives--hawaiian | SCSS | Sass variables | Current | All v5.x semantic token values for the Hawaiian theme |
58
+
59
+ ### `auro-classic` theme
60
+
61
+ | File | Syntax | Type | Status | Filter Type / Description |
62
+ |--------------------------|-----------|--------------------|------------|---------------------------------|
63
+ | CSSCustomProperties | CSS | Custom properties | Deprecated | All v4.x release tokens |
64
+ | CSSSizeCustomProperties | CSS | Custom properties | Deprecated | Filter v4.x: size, public |
65
+ | JSData--color | JS module | Color data | Deprecated | Filter v4.x: color, Deprecated |
66
+ | JSONVariablesFlat | JSON Data | All data | Deprecated | All v4.x release tokens |
67
+ | JSONVariablesNested | JSON Data | All data | Deprecated | All v4.x release tokens |
68
+ | JSObject--deprecated | JS module | Deprecated tokens | Deprecated | Filter v4.x: deprecated, public |
69
+ | JSObject--allTokens.js | JS module | All data | Deprecated | All v4.x release tokens |
70
+ | JSVariables--color | JS ES6 | Color data | Deprecated | Filter v4.x: color |
71
+ | SCSSVariableMap | Sass | Sass variable map | Deprecated | Filter v4.x: size, public |
72
+ | SCSSVariables | SCSS | Sass variables | Deprecated | All v4.x release tokens |
73
+ | SCSSVariablesMapFlat | SCSS | Sass variable map | Deprecated | All v4.x release tokens |
74
+ | SassCustomProperties | SCSS | Custom properties | Deprecated | All v4.x release tokens |
75
+ | SassSizeCustomProperties | Sass | Custom properties | Deprecated | Filter v4.x: size, public |
76
+
77
+ ### `transparent` theme
78
+
79
+ | File | Syntax | Type | Status | Filter Type / Description |
80
+ |-------------------------------------|-----------|--------------------|------------|---------------------------|
81
+ | CSSCustomProperties--transparent | CSS | Custom properties | Deprecated | All v4.0x release tokens |
50
82
 
51
- | File | Syntax | Type | Status | Filter Type / Description |
52
- |------------------------|-----------|--------------------|---------|-----------------------------|
53
- | CSSCustomProperties | CSS | Custom properties | Current | All v4.0x release tokens |
54
- | CSSSizeCustomProperties| CSS | Custom properties | Current | Filter: size, public |
55
- | JSData--color | JS module | Color data | Current | Filter: color, current |
56
- | JSONVariablesFlat | JSON Data | All data | Current | All v4.0x release tokens |
57
- | JSONVariablesNested | JSON Data | All data | Current | All v4.0x release tokens |
58
- | JSObject--deprecated | JS module | Deprecated tokens | Current | Filter: deprecated, public |
59
- | JSObject--allTokens.js | JS module | All data | Current | All v4.0x release tokens |
60
- | JSVariables--color | JS ES6 | Color data | Current | Filter: color |
61
- | SCSSVariableMap | Sass | Sass variable map | Current | Filter: size, public |
62
- | SCSSVariables | SCSS | Sass variables | Current | All v4.0x release tokens |
63
- | SCSSVariablesMapFlat | SCSS | Sass variable map | Current | All v4.0x release tokens |
64
- | SassCustomProperties | SCSS | Custom properties | Current | All v4.0x release tokens |
65
- | SassSizeCustomProperties| Sass | Custom properties | Current | Filter: size, public |
83
+ ### `bundled` file
66
84
 
67
- ### Migration from 3.x to 4.x
85
+ | File | Syntax | Type | Status | Filter Type / Description |
86
+ |-------------|--------|-------------------|---------|------------------------------------------------------|
87
+ | CSSCustomProperties--bundled.css | CSS | Custom properties | Current | Combined v5.x `semantic` CSS custom properties from all supported themes.
68
88
 
69
- With the release of Auro Design Tokens 4.x, a new variable namespace was introduced. The project has replaced `--auro` with `--ds` to support upcoming theming capabilities.
89
+ NOTE: Not intended for general use.
70
90
 
71
- Since not all Auro web components are using the new tokens, simply replacing the 3.x version with the 4.x version will break your UI.
91
+ ---
72
92
 
73
- To ensure a smooth transition between the two sets of design tokens, we highly recommend the following approach:
93
+ ### Migration from v4.x to v5.x
74
94
 
75
- 1. Install the new `@aurodesignsystem/design-tokens@4.x` in your app, but DO NOT uninstall `@alaskaairux/design-tokens@3.15.5`.
76
- 2. Update to use the new `@aurodesignsystem/webcorestylesheets`, which fully supports the new token naming spec.
77
- 3. 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.
95
+ With the release of Auro Design Tokens 5.x significant changes have occurred.
96
+
97
+ - `./dist/` directory has been restructured. All file imports will need to have their paths updated.
98
+ - 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.
99
+ - **NEW** Alaska theme found in `./dist/alaska`.
100
+ - **NEW** Hawaiian theme found in `./dist/hawaiian`.
101
+ - 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.
102
+ - 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.
103
+ - 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.
78
104
 
79
105
  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.
80
106
 
@@ -82,16 +108,10 @@ By supporting both the legacy and new Auro design tokens in your project, you en
82
108
 
83
109
  When working with Sass, the preprocessor scripting language, there are several options for incorporating design tokens into your project. First, ensure that all design tokens are included to fulfill CSS custom property requests. This can be achieved by importing the SCSS file as demonstrated below:
84
110
 
85
- ```scss
86
- @import "~@aurodesignsystem/design-tokens/dist/tokens/SassCustomProperties.scss";
87
- ```
88
-
89
- Even if Sass isn't utilized, `SassCustomProperties.scss` remains an option, though not mandatory. Alternatively, you can load all tokens using `CSSCustomProperties.css` anywhere within the project's header.
90
-
91
- Moreover, if project specifications dictate the use of Sass variables, `SCSSVariables.scss` can be imported. This is necessary for projects utilizing WCSS due to a dependency on these variables.
111
+ _note: this example is based on using the Alaska theme, substitute the directory path for the theme you wish to use._
92
112
 
93
113
  ```scss
94
- @import "~@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables.scss";
114
+ @import "~@aurodesignsystem/design-tokens/dist/alaska/primitives--alaska.scss";
95
115
  ```
96
116
 
97
117
  **NOTE:** When developing new UI code in Sass, it's still advisable to leverage CSS custom properties over Sass variables. See **Install with CSS** below.
@@ -100,18 +120,22 @@ Moreover, if project specifications dictate the use of Sass variables, `SCSSVari
100
120
 
101
121
  For React or similar frameworks, simply import the CSS file directly from npm:
102
122
 
123
+ _note: this example is based on using the Alaska theme, substitute the directory path for the theme you wish to use._
124
+
103
125
  ```js
104
- import "@aurodesignsystem/design-tokens/dist/tokens/CSSCustomProperties.css"
126
+ import "@aurodesignsystem/design-tokens/dist/alaska/CSSCustomProperties--alaska.css"
105
127
  ```
106
128
 
107
129
  For other frameworks, you'll need to copy the CSS file from the npm resource into your project using a build scenario.
108
130
 
109
131
  ### Install ESModules
110
132
 
133
+ _Note: ESModules are not yet available for the v5.x tokens._
134
+
111
135
  In a webpack-supported application or a `type="module"` script:
112
136
 
113
137
  ```js
114
- import { AuroColorAlertNotificationOnLight, AuroColorBorderErrorOnLight } from '@aurodesignsystem/design-tokens/dist/tokens/JSVariables--color.js';
138
+ import { AuroColorAlertNotificationOnLight, AuroColorBorderErrorOnLight } from '@aurodesignsystem/design-tokens/dist/auro-classic/JSVariables--color.js';
115
139
  ```
116
140
 
117
141
  ### Install from CDN
@@ -119,7 +143,7 @@ import { AuroColorAlertNotificationOnLight, AuroColorBorderErrorOnLight } from '
119
143
  Using the `https://cdn.jsdelivr.net/npm/` CDN, every file in the dist directory can be accessed like so:
120
144
 
121
145
  ```html
122
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm//@aurodesignsystem/design-tokens@latest/dist/tokens/CSSCustomProperties.css">
146
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm//@aurodesignsystem/design-tokens@latest/dist/auro-alaska/CSSCustomProperties--alaska">
123
147
  ```
124
148
 
125
149
  **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. Any additional CDN solution must be maintained by the team using this solution per this [Discussion](https://github.com/orgs/AlaskaAirlines/discussions/513).
@@ -0,0 +1,66 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Tue, 04 Mar 2025 18:37:01 GMT
4
+ */
5
+
6
+ :root {
7
+ --ds-color-border-bold: #585e67;
8
+ --ds-color-border-brand: #265688;
9
+ --ds-color-border-default: #959595;
10
+ --ds-color-border-divider: #00000026;
11
+ --ds-color-border-divider-inverse: #ffffff66;
12
+ --ds-color-border-inverse: #ffffff;
13
+ --ds-color-border-subtle: #dddddd;
14
+ --ds-color-brand-accent1: #778f53;
15
+ --ds-color-brand-primary: #005fa7;
16
+ --ds-color-brand-primary-bold: #003761;
17
+ --ds-color-brand-primary-subtle: #289bee;
18
+ --ds-color-brand-secondary: #265688;
19
+ --ds-color-brand-secondary-bold: #00274a;
20
+ --ds-color-brand-secondary-subtle: #2875b5;
21
+ --ds-color-brand-tertiary: #5de3f7;
22
+ --ds-color-brand-tertiary-bold: #18c3dd;
23
+ --ds-color-brand-tertiary-subtle: #b4eff9;
24
+ --ds-color-fare-brand-basic: #5de3f7;
25
+ --ds-color-fare-brand-first: #00274a;
26
+ --ds-color-fare-brand-economy: #005fa7;
27
+ --ds-color-fare-brand-premium: #005154;
28
+ --ds-color-fare-brand-one-world-emerald: #139142;
29
+ --ds-color-fare-brand-one-world-ruby: #a41d4a;
30
+ --ds-color-fare-brand-one-world-sapphire: #015daa;
31
+ --ds-color-page-background-default: #ffffff;
32
+ --ds-color-page-background-utility: #f7f8fa;
33
+ --ds-color-status-default: #afb9c6;
34
+ --ds-color-status-error: #f15f65;
35
+ --ds-color-status-error-subtle: #fddede;
36
+ --ds-color-status-info: #005fa7;
37
+ --ds-color-status-info-subtle: #aedeff;
38
+ --ds-color-status-success: #7ac248;
39
+ --ds-color-status-success-subtle: #e4f1da;
40
+ --ds-color-status-warning: #fac200;
41
+ --ds-color-status-warning-subtle: #fff6d1;
42
+ --ds-color-surface-accent1: #265688;
43
+ --ds-color-surface-accent1-muted: #ebf7ff;
44
+ --ds-color-surface-default: #ffffff;
45
+ --ds-color-surface-inverse: #01426a;
46
+ --ds-color-surface-inverse-subtle: #265688;
47
+ --ds-color-surface-neutral-medium: #c5c5c5;
48
+ --ds-color-surface-neutral-subtle: #f7f7f7;
49
+ --ds-color-texticon-accent1: #265688;
50
+ --ds-color-texticon-default: #2a2a2a;
51
+ --ds-color-texticon-disabled: #adadad;
52
+ --ds-color-texticon-inverse: #ffffff;
53
+ --ds-color-texticon-muted: #676767;
54
+ --ds-font-weight-body-default: Book;
55
+ --ds-font-weight-body-large: Book;
56
+ --ds-font-weight-body-small: Book;
57
+ --ds-font-weight-body-xsmall: Book;
58
+ --ds-font-weight-body-xxsmall: Book;
59
+ --ds-font-weight-display: Light;
60
+ --ds-font-weight-heading-heading1: Book;
61
+ --ds-font-weight-heading-heading2: Book;
62
+ --ds-font-weight-heading-heading3: Medium;
63
+ --ds-font-weight-heading-heading4: Medium;
64
+ --ds-font-weight-heading-heading5: Medium;
65
+ --ds-font-weight-heading-heading6: Medium;
66
+ }