@aurodesignsystem/design-tokens 4.0.0 → 4.1.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 (52) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +20 -26
  3. package/dist/tokens/CSSCustomProperties.css +3 -1
  4. package/dist/tokens/CSSSizeCustomProperties.css +1 -1
  5. package/dist/tokens/JSData--color.js +63 -1
  6. package/dist/tokens/JSObject--allTokens.js +63 -1
  7. package/dist/tokens/JSObject--deprecated.js +1 -1
  8. package/dist/tokens/JSVariables--color.js +3 -1
  9. package/dist/tokens/SCSSVariableMap.scss +1 -1
  10. package/dist/tokens/SCSSVariables.scss +3 -1
  11. package/dist/tokens/SCSSVariablesMapFlat.scss +3 -1
  12. package/dist/tokens/SassCustomProperties.scss +3 -1
  13. package/dist/tokens/SassSizeCustomProperties.scss +1 -1
  14. package/dist/tokens/darkmode/CSSCustomProperties.css +22 -0
  15. package/dist/tokens/darkmode/JSDataColor.js +464 -0
  16. package/dist/tokens/darkmode/JSObject--allDarkTokens.js +464 -0
  17. package/dist/tokens/darkmode/JSVariablesColor.js +20 -0
  18. package/dist/tokens/darkmode/SCSSVariables.scss +19 -0
  19. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +25 -0
  20. package/dist/tokens/darkmode/SassCustomProperties.scss +22 -0
  21. package/package.json +1 -1
  22. package/src/color/ui.json +16 -0
  23. package/src/color-darkmode/base.json +6 -126
  24. package/src/color-darkmode/border.json +2 -40
  25. package/src/color-darkmode/icon.json +2 -20
  26. package/src/color-darkmode/text.json +5 -10
  27. package/src/color-darkmode/tier.json +2 -26
  28. package/dist/tokens/CSSCustomProperties--darkmode.css +0 -302
  29. package/dist/tokens/CSSCustomPropertiesColorRGB--darkmode.css +0 -155
  30. package/dist/tokens/CSSCustomPropertiesColorRGB.css +0 -168
  31. package/dist/tokens/CSSOpacityProperties--darkmode.scss +0 -10
  32. package/dist/tokens/CSSOpacityProperties.scss +0 -10
  33. package/dist/tokens/CSSSizeCustomProperties--darkmode.css +0 -20
  34. package/dist/tokens/CSSVariables--darkmode.css +0 -302
  35. package/dist/tokens/CSSVariablesMapFlat--darkmode.css +0 -368
  36. package/dist/tokens/JSData--darkmodeColor.js +0 -3254
  37. package/dist/tokens/JSObject--allDarkTokens.js +0 -7087
  38. package/dist/tokens/JSObject--deprecatedDark.js +0 -675
  39. package/dist/tokens/JSVariables--darkmodeColor.js +0 -153
  40. package/dist/tokens/SCSSOpacityVariables--darkmode.scss +0 -7
  41. package/dist/tokens/SCSSOpacityVariables.scss +0 -7
  42. package/dist/tokens/SCSSVariableMap--darkmode.scss +0 -37
  43. package/dist/tokens/SCSSVariables--darkmode.scss +0 -299
  44. package/dist/tokens/SCSSVariablesMapFlat--darkmode.scss +0 -368
  45. package/dist/tokens/SassCustomProperties--darkmode.scss +0 -302
  46. package/dist/tokens/SassCustomPropertiesColorRGB--darkmode.scss +0 -155
  47. package/dist/tokens/SassCustomPropertiesColorRGB.scss +0 -168
  48. package/dist/tokens/SassSizeCustomProperties--darkmode.scss +0 -20
  49. package/src/color-darkmode/alert.json +0 -56
  50. package/src/color-darkmode/background.json +0 -38
  51. package/src/color-darkmode/brand.json +0 -530
  52. package/src/color-darkmode/ui.json +0 -57
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ ## [4.1.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.1.0...v4.1.1) (2023-09-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add back deprecated tokens [#134](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/134) ([1f61b86](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/1f61b86177a362b04d4a88585c511619093bb2c9))
9
+
10
+ # [4.1.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.0.0...v4.1.0) (2023-09-14)
11
+
12
+
13
+ ### Features
14
+
15
+ * edit tokens for better control of output ([9a1521b](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/9a1521b68472c6ce664e555fb12c8d39565cc2c6))
16
+
3
17
  # [4.0.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v3.15.5...v4.0.0) (2023-09-13)
4
18
 
5
19
 
package/README.md CHANGED
@@ -3,34 +3,38 @@
3
3
  ## Install
4
4
 
5
5
  [![Build Status](https://img.shields.io/github/actions/workflow/status/AlaskaAirlines/AuroDesignTokens/testPublish.yml?branch=master&style=for-the-badge)](https://github.com/AlaskaAirlines/AuroDesignTokens/actions/workflows/testPublish.yml)
6
- [![See it on NPM!](https://img.shields.io/npm/v/@alaskaairux/design-tokens.svg?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@alaskaairux/design-tokens)
7
- [![License](https://img.shields.io/npm/l/@alaskaairux/design-tokens.svg?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0)
6
+ [![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)
7
+ [![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)
8
8
 
9
9
  ```
10
- $ npm i @alaskaairux/design-tokens
10
+ $ npm i @aurodesignsystem/design-tokens
11
11
  ```
12
12
 
13
13
  ## Use pre-processed resources
14
14
 
15
- Located in the `./dist/tokens` directory of the [npm](https://www.npmjs.com/package/@alaskaairux/design-tokens).
15
+ Located in the `./dist/tokens` directory of the [npm](https://www.npmjs.com/package/@aurodesignsystem/design-tokens).
16
16
 
17
17
  ```
18
18
  └── tokens
19
19
  ├── CSSCustomProperties.css
20
- ├── CSSCustomPropertiesColorRGB.css
21
- ├── CSSOpacityProperties.scss
22
20
  ├── CSSSizeCustomProperties.css
23
21
  ├── JSData--color.js
24
22
  ├── JSObject--allTokens.js
25
23
  ├── JSObject--deprecated.js
26
24
  ├── JSVariables--color.js
27
- ├── SCSSOpacityVariables.scss
28
25
  ├── SCSSVariableMap.scss
29
26
  ├── SCSSVariables.scss
30
27
  ├── SCSSVariablesMapFlat.scss
31
28
  ├── SassCustomProperties.scss
32
- ├── SassCustomPropertiesColorRGB.scss
33
- └── SassSizeCustomProperties.scss
29
+ ├── SassSizeCustomProperties.scss
30
+ └── darkmode
31
+ ├── CSSCustomProperties.css
32
+ ├── JSDataColor.js
33
+ ├── JSObject--allDarkTokens.js
34
+ ├── JSVariablesColor.js
35
+ ├── SCSSVariables.scss
36
+ ├── SCSSVariablesMapFlat.scss
37
+ └── SassCustomProperties.scss
34
38
  ```
35
39
 
36
40
  ### Resource Descriptions
@@ -38,30 +42,26 @@ Located in the `./dist/tokens` directory of the [npm](https://www.npmjs.com/pack
38
42
  | file | syntax | type | status | filter type / description |
39
43
  |---|---|---|---|---|
40
44
  | CSSCustomProperties | CSS | custom properties | current | full list of v3.0x release tokens |
41
- | CSSCustomPropertiesColorRGB | CSS | custom properties | current| Filter: color, public<br>custom RGB output
42
- | CSSOpacityProperties | Sass | custom properties | current | filter: opacity |
43
45
  | CSSSizeCustomProperties | CSS | custom properties | current | filter: size, public |
44
46
  | JSData--color | JS module | color data | current | filter: color, current |
45
47
  | JSObject--deprecated | JS module | deprecated tokens | current | filter: deprecated, pubic |
46
48
  | JSObject--allTokens.js | JS module | all data | current | filter: public |
47
49
  | JSVariables--color | js es6 | color data | current | filter: color |
48
- | SCSSOpacityVariables | Sass | Sass variables | current | filter: opacity |
49
50
  | SCSSVariableMap | Sass | Sass variable map | current | filter: size, public |
50
51
  | SCSSVariables | scss | Sass variables | current | full list of v3.0x release tokens |
51
52
  | SCSSVariablesMapFlat | scss | Scss variable map | current | full list of v3.0x release tokens |
52
53
  | SassCustomProperties | scss | custom properties | current | full list of v3.0x release tokens |
53
- | SassCustomPropertiesColorRGB | Sass | custom properties | current| Filter: color, public<br>custom RGB output
54
54
  | SassSizeCustomProperties | Sass | custom properties | current | filter: size, public |
55
55
 
56
56
 
57
57
  ### Install with Sass
58
58
 
59
59
  ```scss
60
- @import "~@alaskaairux/design-tokens/dist/tokens/SCSSVariables";
60
+ @import "~@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables";
61
61
 
62
62
  // or
63
63
 
64
- @import "~@alaskaairux/design-tokens/dist/tokens/SassCustomProperties";
64
+ @import "~@aurodesignsystem/design-tokens/dist/tokens/SassCustomProperties";
65
65
  ```
66
66
 
67
67
  ### Install with CSS
@@ -69,29 +69,23 @@ Located in the `./dist/tokens` directory of the [npm](https://www.npmjs.com/pack
69
69
  With React or similar framework, the CSS file can be imported directly from the npm:
70
70
 
71
71
  ```js
72
- import "@alaskaairux/design-tokens/dist/tokens/CSSCustomProperties.css"
72
+ import "@aurodesignsystem/design-tokens/dist/tokens/CSSCustomProperties.css"
73
73
  ```
74
74
 
75
75
  For other frameworks, it's suggested that the CSS file be copied from the npm into the scope of the project with a build scenario.
76
76
 
77
77
  ### Install ESModules
78
78
 
79
- Within a webpacked application or a `type="module"` script:
79
+ Within a webpack supported application or a `type="module"` script:
80
80
 
81
81
  ```js
82
- import { AuroColorAlertNotificationOnLight, AuroColorBorderErrorOnLight } from '@alaskaairux/design-tokens/dist/tokens/JSVariables--color.js';
82
+ import { AuroColorAlertNotificationOnLight, AuroColorBorderErrorOnLight } from '@aurodesignsystem/design-tokens/dist/tokens/JSVariables--color.js';
83
83
  ```
84
84
 
85
85
  ### Install from CDN
86
86
 
87
- Using unpkg.com, every file in the dist directory can be accessed.
87
+ Using the `https://cdn.jsdelivr.net/npm/` CDN, every file in the dist directory can be accessed like so.
88
88
 
89
89
  ```html
90
- <link rel="stylesheet" href="https://unpkg.com/@alaskaairux/design-tokens@latest/dist/tokens/CSSCustomProperties.css">
91
- ```
92
-
93
- For specifically the CSSCustomProperties.css file, a faster CDN resource is available.
94
-
95
- ```html
96
- <link rel="stylesheet" href="https://p2pcontent-fd-prod.azurefd.net/auro/tokens/CSSCustomProperties.css">
90
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm//@aurodesignsystem/design-tokens@latest/dist/tokens/CSSCustomProperties.css">
97
91
  ```
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 17:26:39 GMT
3
+ * Generated on Fri, 15 Sep 2023 18:15:03 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -308,7 +308,9 @@
308
308
  --ds-color-tier-oneworld-sapphire: #015daa;
309
309
  --ds-color-tier-oneworld-ruby: #a41d4a;
310
310
  --ds-color-ui-default-default: #0074c8;
311
+ --ds-color-ui-default-inverse: #00cff0;
311
312
  --ds-color-ui-hover-default: #054687;
313
+ --ds-color-ui-hover-inverse: #5de3f7;
312
314
  --ds-color-ui-active-default: #054687;
313
315
  --ds-color-ui-disabled-default: rgba(0, 116, 200, 0.2);
314
316
  --ds-color-ui-bkg-hover-default: rgba(0, 0, 0, 0.06);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 17:26:39 GMT
3
+ * Generated on Fri, 15 Sep 2023 18:15:03 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 17:26:39 GMT
3
+ * Generated on Fri, 15 Sep 2023 18:15:03 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -3524,6 +3524,37 @@ module.exports = {
3524
3524
  "default",
3525
3525
  "default"
3526
3526
  ]
3527
+ },
3528
+ "inverse": {
3529
+ "value": "#00cff0",
3530
+ "public": true,
3531
+ "inverse": true,
3532
+ "usage": "OnDark interaction color affordance",
3533
+ "wcag": "AAA",
3534
+ "deprecated": false,
3535
+ "filePath": "./src/color/ui.json",
3536
+ "isSource": true,
3537
+ "original": {
3538
+ "value": "{color.brand.breeze.300.value}",
3539
+ "public": true,
3540
+ "inverse": true,
3541
+ "usage": "OnDark interaction color affordance",
3542
+ "wcag": "AAA",
3543
+ "deprecated": false
3544
+ },
3545
+ "name": "ds-color-ui-default-inverse",
3546
+ "attributes": {
3547
+ "category": "color",
3548
+ "type": "ui",
3549
+ "item": "default",
3550
+ "subitem": "inverse"
3551
+ },
3552
+ "path": [
3553
+ "color",
3554
+ "ui",
3555
+ "default",
3556
+ "inverse"
3557
+ ]
3527
3558
  }
3528
3559
  },
3529
3560
  "hover": {
@@ -3557,6 +3588,37 @@ module.exports = {
3557
3588
  "hover",
3558
3589
  "default"
3559
3590
  ]
3591
+ },
3592
+ "inverse": {
3593
+ "value": "#5de3f7",
3594
+ "public": true,
3595
+ "inverse": true,
3596
+ "usage": "Hover interaction color on dark backgrounds",
3597
+ "wcag": "AAA",
3598
+ "deprecated": false,
3599
+ "filePath": "./src/color/ui.json",
3600
+ "isSource": true,
3601
+ "original": {
3602
+ "value": "{color.brand.breeze.200.value}",
3603
+ "public": true,
3604
+ "inverse": true,
3605
+ "usage": "Hover interaction color on dark backgrounds",
3606
+ "wcag": "AAA",
3607
+ "deprecated": false
3608
+ },
3609
+ "name": "ds-color-ui-hover-inverse",
3610
+ "attributes": {
3611
+ "category": "color",
3612
+ "type": "ui",
3613
+ "item": "hover",
3614
+ "subitem": "inverse"
3615
+ },
3616
+ "path": [
3617
+ "color",
3618
+ "ui",
3619
+ "hover",
3620
+ "inverse"
3621
+ ]
3560
3622
  }
3561
3623
  },
3562
3624
  "active": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 17:26:39 GMT
3
+ * Generated on Fri, 15 Sep 2023 18:15:03 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -7357,6 +7357,37 @@ module.exports = {
7357
7357
  "default",
7358
7358
  "default"
7359
7359
  ]
7360
+ },
7361
+ "inverse": {
7362
+ "value": "#00cff0",
7363
+ "public": true,
7364
+ "inverse": true,
7365
+ "usage": "OnDark interaction color affordance",
7366
+ "wcag": "AAA",
7367
+ "deprecated": false,
7368
+ "filePath": "./src/color/ui.json",
7369
+ "isSource": true,
7370
+ "original": {
7371
+ "value": "{color.brand.breeze.300.value}",
7372
+ "public": true,
7373
+ "inverse": true,
7374
+ "usage": "OnDark interaction color affordance",
7375
+ "wcag": "AAA",
7376
+ "deprecated": false
7377
+ },
7378
+ "name": "ds-color-ui-default-inverse",
7379
+ "attributes": {
7380
+ "category": "color",
7381
+ "type": "ui",
7382
+ "item": "default",
7383
+ "subitem": "inverse"
7384
+ },
7385
+ "path": [
7386
+ "color",
7387
+ "ui",
7388
+ "default",
7389
+ "inverse"
7390
+ ]
7360
7391
  }
7361
7392
  },
7362
7393
  "hover": {
@@ -7390,6 +7421,37 @@ module.exports = {
7390
7421
  "hover",
7391
7422
  "default"
7392
7423
  ]
7424
+ },
7425
+ "inverse": {
7426
+ "value": "#5de3f7",
7427
+ "public": true,
7428
+ "inverse": true,
7429
+ "usage": "Hover interaction color on dark backgrounds",
7430
+ "wcag": "AAA",
7431
+ "deprecated": false,
7432
+ "filePath": "./src/color/ui.json",
7433
+ "isSource": true,
7434
+ "original": {
7435
+ "value": "{color.brand.breeze.200.value}",
7436
+ "public": true,
7437
+ "inverse": true,
7438
+ "usage": "Hover interaction color on dark backgrounds",
7439
+ "wcag": "AAA",
7440
+ "deprecated": false
7441
+ },
7442
+ "name": "ds-color-ui-hover-inverse",
7443
+ "attributes": {
7444
+ "category": "color",
7445
+ "type": "ui",
7446
+ "item": "hover",
7447
+ "subitem": "inverse"
7448
+ },
7449
+ "path": [
7450
+ "color",
7451
+ "ui",
7452
+ "hover",
7453
+ "inverse"
7454
+ ]
7393
7455
  }
7394
7456
  },
7395
7457
  "active": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 17:26:39 GMT
3
+ * Generated on Fri, 15 Sep 2023 18:15:03 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 17:26:39 GMT
3
+ * Generated on Fri, 15 Sep 2023 18:15:03 GMT
4
4
  */
5
5
 
6
6
  export const DsColorAlertNotificationDefault = "#0074c8";
@@ -160,7 +160,9 @@ export const DsColorTierOneworldEmerald = "#139142";
160
160
  export const DsColorTierOneworldSapphire = "#015daa";
161
161
  export const DsColorTierOneworldRuby = "#a41d4a";
162
162
  export const DsColorUiDefaultDefault = "#0074c8";
163
+ export const DsColorUiDefaultInverse = "#00cff0";
163
164
  export const DsColorUiHoverDefault = "#054687";
165
+ export const DsColorUiHoverInverse = "#5de3f7";
164
166
  export const DsColorUiActiveDefault = "#054687";
165
167
  export const DsColorUiDisabledDefault = "#0074c8";
166
168
  export const DsColorUiBkgHoverDefault = "#000000";
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Wed, 13 Sep 2023 17:26:39 GMT
4
+ * Generated on Fri, 15 Sep 2023 18:15:03 GMT
5
5
  */
6
6
 
7
7
  $ds-size-25: 0.125rem !default; // 2px
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 13 Sep 2023 17:26:39 GMT
3
+ // Generated on Fri, 15 Sep 2023 18:15:03 GMT
4
4
 
5
5
  $ds-asset-font-circular-family-name: "AS Circular";
6
6
  $ds-asset-font-circular-filename: "ASCircularWeb";
@@ -306,7 +306,9 @@ $ds-color-tier-oneworld-emerald: #139142;
306
306
  $ds-color-tier-oneworld-sapphire: #015daa;
307
307
  $ds-color-tier-oneworld-ruby: #a41d4a;
308
308
  $ds-color-ui-default-default: #0074c8;
309
+ $ds-color-ui-default-inverse: #00cff0;
309
310
  $ds-color-ui-hover-default: #054687;
311
+ $ds-color-ui-hover-inverse: #5de3f7;
310
312
  $ds-color-ui-active-default: #054687;
311
313
  $ds-color-ui-disabled-default: rgba(0, 116, 200, 0.2);
312
314
  $ds-color-ui-bkg-hover-default: rgba(0, 0, 0, 0.06);
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Wed, 13 Sep 2023 17:26:39 GMT
4
+ Generated on Fri, 15 Sep 2023 18:15:03 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -374,7 +374,9 @@ $auroTokens: (
374
374
  'ds-color-tier-oneworld-sapphire': (#015daa),
375
375
  'ds-color-tier-oneworld-ruby': (#a41d4a),
376
376
  'ds-color-ui-default-default': (#0074c8),
377
+ 'ds-color-ui-default-inverse': (#00cff0),
377
378
  'ds-color-ui-hover-default': (#054687),
379
+ 'ds-color-ui-hover-inverse': (#5de3f7),
378
380
  'ds-color-ui-active-default': (#054687),
379
381
  'ds-color-ui-disabled-default': (rgba(0, 116, 200, 0.2)),
380
382
  'ds-color-ui-bkg-hover-default': (rgba(0, 0, 0, 0.06))
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 17:26:39 GMT
3
+ * Generated on Fri, 15 Sep 2023 18:15:03 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -308,7 +308,9 @@
308
308
  --ds-color-tier-oneworld-sapphire: #015daa;
309
309
  --ds-color-tier-oneworld-ruby: #a41d4a;
310
310
  --ds-color-ui-default-default: #0074c8;
311
+ --ds-color-ui-default-inverse: #00cff0;
311
312
  --ds-color-ui-hover-default: #054687;
313
+ --ds-color-ui-hover-inverse: #5de3f7;
312
314
  --ds-color-ui-active-default: #054687;
313
315
  --ds-color-ui-disabled-default: rgba(0, 116, 200, 0.2);
314
316
  --ds-color-ui-bkg-hover-default: rgba(0, 0, 0, 0.06);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 17:26:39 GMT
3
+ * Generated on Fri, 15 Sep 2023 18:15:03 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Fri, 15 Sep 2023 18:15:03 GMT
4
+ */
5
+
6
+ :root {
7
+ --ds-color-base-white: #000000; /*
8
+ // Base value for token support; should not use in code! */
9
+ --ds-color-base-black: #ffffff; /*
10
+ // Base value for token support; should not use in code! */
11
+ --ds-color-border-primary-default: #9fabbb;
12
+ --ds-color-border-divider-default: #000000;
13
+ --ds-color-icon-primary-default: #9fabbb;
14
+ --ds-color-icon-emphasis-default: #000000;
15
+ --ds-color-text-primary-default: #000000;
16
+ --ds-color-text-secondary-default: #9fabbb;
17
+ --ds-color-text-link-default: #00cff0;
18
+ --ds-color-text-error-default: #ff999b;
19
+ --ds-color-text-emphasis-default: #c1daf0;
20
+ --ds-color-tier-alaska-mvp-default: #c5c1bf;
21
+ --ds-color-tier-alaska-mvpgold-default: #ccbc94;
22
+ }