@aurodesignsystem/design-tokens 4.9.0 → 4.9.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.
- package/CHANGELOG.md +7 -0
- package/dist/tokens/CSSCustomProperties.css +3 -3
- package/dist/tokens/CSSSizeCustomProperties.css +1 -1
- package/dist/tokens/JSData--color.js +4 -4
- package/dist/tokens/JSONVariablesFlat.json +2 -2
- package/dist/tokens/JSONVariablesNested.json +2 -2
- package/dist/tokens/JSObject--allTokens.js +4 -4
- package/dist/tokens/JSObject--deprecated.js +1 -1
- package/dist/tokens/JSVariables--color.js +3 -3
- package/dist/tokens/SCSSVariableMap.scss +1 -1
- package/dist/tokens/SCSSVariables.scss +3 -3
- package/dist/tokens/SCSSVariablesMapFlat.scss +3 -3
- package/dist/tokens/SassCustomProperties.scss +3 -3
- package/dist/tokens/SassSizeCustomProperties.scss +1 -1
- package/dist/tokens/darkmode/CSSCustomProperties.css +1 -1
- package/dist/tokens/darkmode/JSDataColor.js +1 -1
- package/dist/tokens/darkmode/JSObject--deprecatedDark.js +1 -1
- package/dist/tokens/darkmode/JSVariablesColor.js +1 -1
- package/dist/tokens/darkmode/SCSSVariables.scss +1 -1
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +1 -1
- package/dist/tokens/darkmode/SassCustomProperties.scss +1 -1
- package/package.json +1 -1
- package/src/color/brand.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Semantic Release Automated Changelog
|
|
2
2
|
|
|
3
|
+
## [4.9.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.9.0...v4.9.1) (2024-08-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **navy:** update hex code for navy 100 color [#175](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/175) ([05e61f2](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/05e61f2da4b9ef6d25c96b93f1f504dd695380e5))
|
|
9
|
+
|
|
3
10
|
# [4.9.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.8.0...v4.9.0) (2024-07-05)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 15 Aug 2024 18:07:22 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -943,7 +943,7 @@
|
|
|
943
943
|
--ds-color-border-subtle-default: #f0f7fd;
|
|
944
944
|
--ds-color-border-subtle-inverse: #326aa5;
|
|
945
945
|
--ds-color-border-emphasis-default: #194069;
|
|
946
|
-
--ds-color-border-emphasis-inverse: #
|
|
946
|
+
--ds-color-border-emphasis-inverse: #f2f7fb;
|
|
947
947
|
--ds-color-border-accent-default: #badd81;
|
|
948
948
|
--ds-color-border-accent-inverse: #a2c270;
|
|
949
949
|
--ds-color-border-success-default: #0b6f4d;
|
|
@@ -1420,7 +1420,7 @@
|
|
|
1420
1420
|
*
|
|
1421
1421
|
* // Please consider descriptive token prior to using brand token
|
|
1422
1422
|
*/
|
|
1423
|
-
--ds-color-brand-navy-100: #
|
|
1423
|
+
--ds-color-brand-navy-100: #f2f7fb;
|
|
1424
1424
|
/**
|
|
1425
1425
|
*
|
|
1426
1426
|
* // Please consider descriptive token prior to using brand token
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 15 Aug 2024 18:07:23 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -6433,7 +6433,7 @@ module.exports = {
|
|
|
6433
6433
|
]
|
|
6434
6434
|
},
|
|
6435
6435
|
"inverse": {
|
|
6436
|
-
"value": "#
|
|
6436
|
+
"value": "#f2f7fb",
|
|
6437
6437
|
"public": true,
|
|
6438
6438
|
"inverse": true,
|
|
6439
6439
|
"usage": "Emphasis border color on dark backgrounds",
|
|
@@ -10058,7 +10058,7 @@ module.exports = {
|
|
|
10058
10058
|
},
|
|
10059
10059
|
"navy": {
|
|
10060
10060
|
"100": {
|
|
10061
|
-
"value": "#
|
|
10061
|
+
"value": "#f2f7fb",
|
|
10062
10062
|
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
10063
10063
|
"public": true,
|
|
10064
10064
|
"usage": "Neutral accent",
|
|
@@ -10067,7 +10067,7 @@ module.exports = {
|
|
|
10067
10067
|
"filePath": "src/color/brand.json",
|
|
10068
10068
|
"isSource": true,
|
|
10069
10069
|
"original": {
|
|
10070
|
-
"value": "#
|
|
10070
|
+
"value": "#f2f7fb",
|
|
10071
10071
|
"comment": "{comments.color.brand.value.comment}",
|
|
10072
10072
|
"public": true,
|
|
10073
10073
|
"usage": "Neutral accent",
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
"ds-color-border-subtle-default": "#f0f7fd",
|
|
351
351
|
"ds-color-border-subtle-inverse": "#326aa5",
|
|
352
352
|
"ds-color-border-emphasis-default": "#194069",
|
|
353
|
-
"ds-color-border-emphasis-inverse": "#
|
|
353
|
+
"ds-color-border-emphasis-inverse": "#f2f7fb",
|
|
354
354
|
"ds-color-border-accent-default": "#badd81",
|
|
355
355
|
"ds-color-border-accent-inverse": "#a2c270",
|
|
356
356
|
"ds-color-border-success-default": "#0b6f4d",
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
"ds-color-brand-blue-800": "#225296",
|
|
464
464
|
"ds-color-brand-blue-900": "#193d73",
|
|
465
465
|
"ds-color-brand-blue-1000": "#102a51",
|
|
466
|
-
"ds-color-brand-navy-100": "#
|
|
466
|
+
"ds-color-brand-navy-100": "#f2f7fb",
|
|
467
467
|
"ds-color-brand-navy-200": "#cfe0ef",
|
|
468
468
|
"ds-color-brand-navy-300": "#acc9e2",
|
|
469
469
|
"ds-color-brand-navy-400": "#89b2d4",
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
},
|
|
576
576
|
"emphasis": {
|
|
577
577
|
"default": "#194069",
|
|
578
|
-
"inverse": "#
|
|
578
|
+
"inverse": "#f2f7fb"
|
|
579
579
|
},
|
|
580
580
|
"accent": {
|
|
581
581
|
"default": "#badd81",
|
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
"1000": "#102a51"
|
|
737
737
|
},
|
|
738
738
|
"navy": {
|
|
739
|
-
"100": "#
|
|
739
|
+
"100": "#f2f7fb",
|
|
740
740
|
"200": "#cfe0ef",
|
|
741
741
|
"300": "#acc9e2",
|
|
742
742
|
"400": "#89b2d4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 15 Aug 2024 18:07:23 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -9592,7 +9592,7 @@ module.exports = {
|
|
|
9592
9592
|
]
|
|
9593
9593
|
},
|
|
9594
9594
|
"inverse": {
|
|
9595
|
-
"value": "#
|
|
9595
|
+
"value": "#f2f7fb",
|
|
9596
9596
|
"public": true,
|
|
9597
9597
|
"inverse": true,
|
|
9598
9598
|
"usage": "Emphasis border color on dark backgrounds",
|
|
@@ -13073,7 +13073,7 @@ module.exports = {
|
|
|
13073
13073
|
},
|
|
13074
13074
|
"navy": {
|
|
13075
13075
|
"100": {
|
|
13076
|
-
"value": "#
|
|
13076
|
+
"value": "#f2f7fb",
|
|
13077
13077
|
"comment": "\n // Please consider descriptive token prior to using brand token",
|
|
13078
13078
|
"public": true,
|
|
13079
13079
|
"usage": "Neutral accent",
|
|
@@ -13082,7 +13082,7 @@ module.exports = {
|
|
|
13082
13082
|
"filePath": "src/color/brand.json",
|
|
13083
13083
|
"isSource": true,
|
|
13084
13084
|
"original": {
|
|
13085
|
-
"value": "#
|
|
13085
|
+
"value": "#f2f7fb",
|
|
13086
13086
|
"comment": "{comments.color.brand.value.comment}",
|
|
13087
13087
|
"public": true,
|
|
13088
13088
|
"usage": "Neutral accent",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 15 Aug 2024 18:07:23 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const DsColorAlertNotificationDefault = "#0074c8";
|
|
@@ -353,7 +353,7 @@ export const DsColorBorderDividerInverse = "#ffffff";
|
|
|
353
353
|
export const DsColorBorderSubtleDefault = "#f0f7fd";
|
|
354
354
|
export const DsColorBorderSubtleInverse = "#326aa5";
|
|
355
355
|
export const DsColorBorderEmphasisDefault = "#194069";
|
|
356
|
-
export const DsColorBorderEmphasisInverse = "#
|
|
356
|
+
export const DsColorBorderEmphasisInverse = "#f2f7fb";
|
|
357
357
|
export const DsColorBorderAccentDefault = "#badd81";
|
|
358
358
|
export const DsColorBorderAccentInverse = "#a2c270";
|
|
359
359
|
export const DsColorBorderSuccessDefault = "#0b6f4d";
|
|
@@ -556,7 +556,7 @@ export const DsColorBrandBlue900 = "#193d73"; //
|
|
|
556
556
|
// Please consider descriptive token prior to using brand token
|
|
557
557
|
export const DsColorBrandBlue1000 = "#102a51"; //
|
|
558
558
|
// Please consider descriptive token prior to using brand token
|
|
559
|
-
export const DsColorBrandNavy100 = "#
|
|
559
|
+
export const DsColorBrandNavy100 = "#f2f7fb"; //
|
|
560
560
|
// Please consider descriptive token prior to using brand token
|
|
561
561
|
export const DsColorBrandNavy200 = "#cfe0ef"; //
|
|
562
562
|
// Please consider descriptive token prior to using brand token
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 15 Aug 2024 18:07:22 GMT
|
|
4
4
|
|
|
5
5
|
$ds-asset-font-circular-family-name: "AS Circular";
|
|
6
6
|
$ds-asset-font-circular-filename: "ASCircularWeb";
|
|
@@ -647,7 +647,7 @@ $ds-color-border-divider-inverse: rgba(255, 255, 255, 0.06);
|
|
|
647
647
|
$ds-color-border-subtle-default: #f0f7fd;
|
|
648
648
|
$ds-color-border-subtle-inverse: #326aa5;
|
|
649
649
|
$ds-color-border-emphasis-default: #194069;
|
|
650
|
-
$ds-color-border-emphasis-inverse: #
|
|
650
|
+
$ds-color-border-emphasis-inverse: #f2f7fb;
|
|
651
651
|
$ds-color-border-accent-default: #badd81;
|
|
652
652
|
$ds-color-border-accent-inverse: #a2c270;
|
|
653
653
|
$ds-color-border-success-default: #0b6f4d;
|
|
@@ -942,7 +942,7 @@ $ds-color-brand-blue-900: #193d73;
|
|
|
942
942
|
$ds-color-brand-blue-1000: #102a51;
|
|
943
943
|
//
|
|
944
944
|
// // Please consider descriptive token prior to using brand token
|
|
945
|
-
$ds-color-brand-navy-100: #
|
|
945
|
+
$ds-color-brand-navy-100: #f2f7fb;
|
|
946
946
|
//
|
|
947
947
|
// // Please consider descriptive token prior to using brand token
|
|
948
948
|
$ds-color-brand-navy-200: #cfe0ef;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
Do not edit directly
|
|
4
|
-
Generated on
|
|
4
|
+
Generated on Thu, 15 Aug 2024 18:07:22 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$auroTokens: (
|
|
@@ -671,7 +671,7 @@ $auroTokens: (
|
|
|
671
671
|
'ds-color-border-subtle-default': (#f0f7fd),
|
|
672
672
|
'ds-color-border-subtle-inverse': (#326aa5),
|
|
673
673
|
'ds-color-border-emphasis-default': (#194069),
|
|
674
|
-
'ds-color-border-emphasis-inverse': (#
|
|
674
|
+
'ds-color-border-emphasis-inverse': (#f2f7fb),
|
|
675
675
|
'ds-color-border-accent-default': (#badd81),
|
|
676
676
|
'ds-color-border-accent-inverse': (#a2c270),
|
|
677
677
|
'ds-color-border-success-default': (#0b6f4d),
|
|
@@ -966,7 +966,7 @@ $auroTokens: (
|
|
|
966
966
|
'ds-color-brand-blue-1000': (#102a51),
|
|
967
967
|
//
|
|
968
968
|
// Please consider descriptive token prior to using brand token
|
|
969
|
-
'ds-color-brand-navy-100': (#
|
|
969
|
+
'ds-color-brand-navy-100': (#f2f7fb),
|
|
970
970
|
//
|
|
971
971
|
// Please consider descriptive token prior to using brand token
|
|
972
972
|
'ds-color-brand-navy-200': (#cfe0ef),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 15 Aug 2024 18:07:22 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -943,7 +943,7 @@
|
|
|
943
943
|
--ds-color-border-subtle-default: #f0f7fd;
|
|
944
944
|
--ds-color-border-subtle-inverse: #326aa5;
|
|
945
945
|
--ds-color-border-emphasis-default: #194069;
|
|
946
|
-
--ds-color-border-emphasis-inverse: #
|
|
946
|
+
--ds-color-border-emphasis-inverse: #f2f7fb;
|
|
947
947
|
--ds-color-border-accent-default: #badd81;
|
|
948
948
|
--ds-color-border-accent-inverse: #a2c270;
|
|
949
949
|
--ds-color-border-success-default: #0b6f4d;
|
|
@@ -1420,7 +1420,7 @@
|
|
|
1420
1420
|
*
|
|
1421
1421
|
* // Please consider descriptive token prior to using brand token
|
|
1422
1422
|
*/
|
|
1423
|
-
--ds-color-brand-navy-100: #
|
|
1423
|
+
--ds-color-brand-navy-100: #f2f7fb;
|
|
1424
1424
|
/**
|
|
1425
1425
|
*
|
|
1426
1426
|
* // Please consider descriptive token prior to using brand token
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem/design-tokens",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.1",
|
|
4
4
|
"description": "Alaska Air Auro Design System token repository",
|
|
5
5
|
"homepage": "https://github.com/AlaskaAirlines/DesignTokens",
|
|
6
6
|
"author": "Alaska Airlines Product design and engineering",
|