@aurodesignsystem/design-tokens 4.6.1 → 4.6.2
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 +2 -2
- package/dist/tokens/CSSSizeCustomProperties.css +1 -1
- package/dist/tokens/JSData--color.js +3 -3
- package/dist/tokens/JSONVariablesFlat.json +1 -1
- package/dist/tokens/JSONVariablesNested.json +1 -1
- package/dist/tokens/JSObject--allTokens.js +3 -3
- package/dist/tokens/JSObject--deprecated.js +1 -1
- package/dist/tokens/JSVariables--color.js +2 -2
- package/dist/tokens/SCSSVariableMap.scss +1 -1
- package/dist/tokens/SCSSVariables.scss +2 -2
- package/dist/tokens/SCSSVariablesMapFlat.scss +2 -2
- package/dist/tokens/SassCustomProperties.scss +2 -2
- 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/icon.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Semantic Release Automated Changelog
|
|
2
2
|
|
|
3
|
+
## [4.6.2](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.6.1...v4.6.2) (2024-05-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **token:** correct the icon warning token value [#165](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/165) ([6731a10](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/6731a1006cb516d5d49c194bc33f9b97748e16eb))
|
|
9
|
+
|
|
3
10
|
## [4.6.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.6.0...v4.6.1) (2024-05-28)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 29 May 2024 18:08:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
--ds-color-icon-info-inverse: #89b2d4;
|
|
1840
1840
|
--ds-color-icon-error-default: #cc1816;
|
|
1841
1841
|
--ds-color-icon-error-inverse: #f9aca6;
|
|
1842
|
-
--ds-color-icon-warning-default: #
|
|
1842
|
+
--ds-color-icon-warning-default: #c49432;
|
|
1843
1843
|
--ds-color-icon-warning-inverse: #f2c153;
|
|
1844
1844
|
--ds-color-icon-success-default: #40a080;
|
|
1845
1845
|
--ds-color-icon-success-inverse: #8eceb9;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 29 May 2024 18:08:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -14931,7 +14931,7 @@ module.exports = {
|
|
|
14931
14931
|
},
|
|
14932
14932
|
"warning": {
|
|
14933
14933
|
"default": {
|
|
14934
|
-
"value": "#
|
|
14934
|
+
"value": "#c49432",
|
|
14935
14935
|
"public": true,
|
|
14936
14936
|
"default": true,
|
|
14937
14937
|
"usage": "Warning icon color on light backgrounds",
|
|
@@ -14940,7 +14940,7 @@ module.exports = {
|
|
|
14940
14940
|
"filePath": "src/color/icon.json",
|
|
14941
14941
|
"isSource": true,
|
|
14942
14942
|
"original": {
|
|
14943
|
-
"value": "{color.base.warning.
|
|
14943
|
+
"value": "{color.base.warning.300.value}",
|
|
14944
14944
|
"public": true,
|
|
14945
14945
|
"default": true,
|
|
14946
14946
|
"usage": "Warning icon color on light backgrounds",
|
|
@@ -606,7 +606,7 @@
|
|
|
606
606
|
"ds-color-icon-info-inverse": "#89b2d4",
|
|
607
607
|
"ds-color-icon-error-default": "#cc1816",
|
|
608
608
|
"ds-color-icon-error-inverse": "#f9aca6",
|
|
609
|
-
"ds-color-icon-warning-default": "#
|
|
609
|
+
"ds-color-icon-warning-default": "#c49432",
|
|
610
610
|
"ds-color-icon-warning-inverse": "#f2c153",
|
|
611
611
|
"ds-color-icon-success-default": "#40a080",
|
|
612
612
|
"ds-color-icon-success-inverse": "#8eceb9",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 29 May 2024 18:08:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -16159,7 +16159,7 @@ module.exports = {
|
|
|
16159
16159
|
},
|
|
16160
16160
|
"warning": {
|
|
16161
16161
|
"default": {
|
|
16162
|
-
"value": "#
|
|
16162
|
+
"value": "#c49432",
|
|
16163
16163
|
"public": true,
|
|
16164
16164
|
"default": true,
|
|
16165
16165
|
"usage": "Warning icon color on light backgrounds",
|
|
@@ -16168,7 +16168,7 @@ module.exports = {
|
|
|
16168
16168
|
"filePath": "src/color/icon.json",
|
|
16169
16169
|
"isSource": true,
|
|
16170
16170
|
"original": {
|
|
16171
|
-
"value": "{color.base.warning.
|
|
16171
|
+
"value": "{color.base.warning.300.value}",
|
|
16172
16172
|
"public": true,
|
|
16173
16173
|
"default": true,
|
|
16174
16174
|
"usage": "Warning icon color on light backgrounds",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 29 May 2024 18:08:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const DsColorAlertNotificationDefault = "#0074c8";
|
|
@@ -769,7 +769,7 @@ export const DsColorIconInfoDefault = "#326aa5";
|
|
|
769
769
|
export const DsColorIconInfoInverse = "#89b2d4";
|
|
770
770
|
export const DsColorIconErrorDefault = "#cc1816";
|
|
771
771
|
export const DsColorIconErrorInverse = "#f9aca6";
|
|
772
|
-
export const DsColorIconWarningDefault = "#
|
|
772
|
+
export const DsColorIconWarningDefault = "#c49432";
|
|
773
773
|
export const DsColorIconWarningInverse = "#f2c153";
|
|
774
774
|
export const DsColorIconSuccessDefault = "#40a080";
|
|
775
775
|
export const DsColorIconSuccessInverse = "#8eceb9";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 29 May 2024 18:08:55 GMT
|
|
4
4
|
|
|
5
5
|
$ds-asset-font-circular-family-name: "AS Circular";
|
|
6
6
|
$ds-asset-font-circular-filename: "ASCircularWeb";
|
|
@@ -1223,7 +1223,7 @@ $ds-color-icon-info-default: #326aa5;
|
|
|
1223
1223
|
$ds-color-icon-info-inverse: #89b2d4;
|
|
1224
1224
|
$ds-color-icon-error-default: #cc1816;
|
|
1225
1225
|
$ds-color-icon-error-inverse: #f9aca6;
|
|
1226
|
-
$ds-color-icon-warning-default: #
|
|
1226
|
+
$ds-color-icon-warning-default: #c49432;
|
|
1227
1227
|
$ds-color-icon-warning-inverse: #f2c153;
|
|
1228
1228
|
$ds-color-icon-success-default: #40a080;
|
|
1229
1229
|
$ds-color-icon-success-inverse: #8eceb9;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
Do not edit directly
|
|
4
|
-
Generated on
|
|
4
|
+
Generated on Wed, 29 May 2024 18:08:55 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$auroTokens: (
|
|
@@ -1249,7 +1249,7 @@ $auroTokens: (
|
|
|
1249
1249
|
'ds-color-icon-info-inverse': (#89b2d4),
|
|
1250
1250
|
'ds-color-icon-error-default': (#cc1816),
|
|
1251
1251
|
'ds-color-icon-error-inverse': (#f9aca6),
|
|
1252
|
-
'ds-color-icon-warning-default': (#
|
|
1252
|
+
'ds-color-icon-warning-default': (#c49432),
|
|
1253
1253
|
'ds-color-icon-warning-inverse': (#f2c153),
|
|
1254
1254
|
'ds-color-icon-success-default': (#40a080),
|
|
1255
1255
|
'ds-color-icon-success-inverse': (#8eceb9),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 29 May 2024 18:08:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
--ds-color-icon-info-inverse: #89b2d4;
|
|
1840
1840
|
--ds-color-icon-error-default: #cc1816;
|
|
1841
1841
|
--ds-color-icon-error-inverse: #f9aca6;
|
|
1842
|
-
--ds-color-icon-warning-default: #
|
|
1842
|
+
--ds-color-icon-warning-default: #c49432;
|
|
1843
1843
|
--ds-color-icon-warning-inverse: #f2c153;
|
|
1844
1844
|
--ds-color-icon-success-default: #40a080;
|
|
1845
1845
|
--ds-color-icon-success-inverse: #8eceb9;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem/design-tokens",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.2",
|
|
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",
|
package/src/color/icon.json
CHANGED