@aurodesignsystem/design-tokens 4.9.2 → 4.10.0
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 -1
- package/dist/tokens/CSSSizeCustomProperties.css +1 -1
- package/dist/tokens/JSData--color.js +34 -1
- package/dist/tokens/JSONVariablesFlat.json +1 -0
- package/dist/tokens/JSONVariablesNested.json +3 -0
- package/dist/tokens/JSObject--allTokens.js +34 -1
- package/dist/tokens/JSObject--deprecated.js +1 -1
- package/dist/tokens/JSVariables--color.js +2 -1
- package/dist/tokens/SCSSVariableMap.scss +1 -1
- package/dist/tokens/SCSSVariables.scss +2 -1
- package/dist/tokens/SCSSVariablesMapFlat.scss +2 -1
- package/dist/tokens/SassCustomProperties.scss +2 -1
- 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 +2 -2
- package/src/color/background.json +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Semantic Release Automated Changelog
|
|
2
2
|
|
|
3
|
+
# [4.10.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.9.2...v4.10.0) (2024-10-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add scrimmed background token [#179](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/179) ([25b3a04](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/25b3a045a8d17124d1d38d22a8d2d7ef2af86e18))
|
|
9
|
+
|
|
3
10
|
## [4.9.2](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.9.1...v4.9.2) (2024-09-23)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 03 Oct 2024 18:42:16 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -181,6 +181,7 @@
|
|
|
181
181
|
--ds-color-background-accent-inverse: #275b72;
|
|
182
182
|
--ds-color-background-emphasis-default: #c9e0f7;
|
|
183
183
|
--ds-color-background-emphasis-inverse: #225296;
|
|
184
|
+
--ds-color-background-scrimmed-default: rgba(0, 0, 0, 0.5);
|
|
184
185
|
--ds-color-background-lightest: #ffffff;
|
|
185
186
|
--ds-color-background-lighter: #f7f7f7;
|
|
186
187
|
--ds-color-background-darker: #01426a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 03 Oct 2024 18:42:16 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -989,6 +989,39 @@ module.exports = {
|
|
|
989
989
|
]
|
|
990
990
|
}
|
|
991
991
|
},
|
|
992
|
+
"scrimmed": {
|
|
993
|
+
"default": {
|
|
994
|
+
"value": "rgba(0, 0, 0, 0.5)",
|
|
995
|
+
"public": true,
|
|
996
|
+
"default": true,
|
|
997
|
+
"usage": "Used for creating light backgrounds",
|
|
998
|
+
"wcag": "n/a",
|
|
999
|
+
"deprecated": false,
|
|
1000
|
+
"filePath": "src/color/background.json",
|
|
1001
|
+
"isSource": true,
|
|
1002
|
+
"original": {
|
|
1003
|
+
"value": "{color.base.black-500.value}",
|
|
1004
|
+
"public": true,
|
|
1005
|
+
"default": true,
|
|
1006
|
+
"usage": "Used for creating light backgrounds",
|
|
1007
|
+
"wcag": "n/a",
|
|
1008
|
+
"deprecated": false
|
|
1009
|
+
},
|
|
1010
|
+
"name": "ds-color-background-scrimmed-default",
|
|
1011
|
+
"attributes": {
|
|
1012
|
+
"category": "color",
|
|
1013
|
+
"type": "background",
|
|
1014
|
+
"item": "scrimmed",
|
|
1015
|
+
"subitem": "default"
|
|
1016
|
+
},
|
|
1017
|
+
"path": [
|
|
1018
|
+
"color",
|
|
1019
|
+
"background",
|
|
1020
|
+
"scrimmed",
|
|
1021
|
+
"default"
|
|
1022
|
+
]
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
992
1025
|
"lightest": {
|
|
993
1026
|
"value": "#ffffff",
|
|
994
1027
|
"public": true,
|
|
@@ -176,6 +176,7 @@
|
|
|
176
176
|
"ds-color-background-accent-inverse": "#275b72",
|
|
177
177
|
"ds-color-background-emphasis-default": "#c9e0f7",
|
|
178
178
|
"ds-color-background-emphasis-inverse": "#225296",
|
|
179
|
+
"ds-color-background-scrimmed-default": "rgba(0, 0, 0, 0.5)",
|
|
179
180
|
"ds-color-background-lightest": "#ffffff",
|
|
180
181
|
"ds-color-background-lighter": "#f7f7f7",
|
|
181
182
|
"ds-color-background-darker": "#01426a",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 03 Oct 2024 18:42:16 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -4583,6 +4583,39 @@ module.exports = {
|
|
|
4583
4583
|
"inverse"
|
|
4584
4584
|
]
|
|
4585
4585
|
}
|
|
4586
|
+
},
|
|
4587
|
+
"scrimmed": {
|
|
4588
|
+
"default": {
|
|
4589
|
+
"value": "rgba(0, 0, 0, 0.5)",
|
|
4590
|
+
"public": true,
|
|
4591
|
+
"default": true,
|
|
4592
|
+
"usage": "Used for creating light backgrounds",
|
|
4593
|
+
"wcag": "n/a",
|
|
4594
|
+
"deprecated": false,
|
|
4595
|
+
"filePath": "src/color/background.json",
|
|
4596
|
+
"isSource": true,
|
|
4597
|
+
"original": {
|
|
4598
|
+
"value": "{color.base.black-500.value}",
|
|
4599
|
+
"public": true,
|
|
4600
|
+
"default": true,
|
|
4601
|
+
"usage": "Used for creating light backgrounds",
|
|
4602
|
+
"wcag": "n/a",
|
|
4603
|
+
"deprecated": false
|
|
4604
|
+
},
|
|
4605
|
+
"name": "ds-color-background-scrimmed-default",
|
|
4606
|
+
"attributes": {
|
|
4607
|
+
"category": "color",
|
|
4608
|
+
"type": "background",
|
|
4609
|
+
"item": "scrimmed",
|
|
4610
|
+
"subitem": "default"
|
|
4611
|
+
},
|
|
4612
|
+
"path": [
|
|
4613
|
+
"color",
|
|
4614
|
+
"background",
|
|
4615
|
+
"scrimmed",
|
|
4616
|
+
"default"
|
|
4617
|
+
]
|
|
4618
|
+
}
|
|
4586
4619
|
}
|
|
4587
4620
|
},
|
|
4588
4621
|
"base": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 03 Oct 2024 18:42:16 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const DsColorAlertNotificationDefault = "#0074c8";
|
|
@@ -32,6 +32,7 @@ export const DsColorBackgroundAccentDefault = "#ebfafd";
|
|
|
32
32
|
export const DsColorBackgroundAccentInverse = "#275b72";
|
|
33
33
|
export const DsColorBackgroundEmphasisDefault = "#c9e0f7";
|
|
34
34
|
export const DsColorBackgroundEmphasisInverse = "#225296";
|
|
35
|
+
export const DsColorBackgroundScrimmedDefault = "#000000";
|
|
35
36
|
export const DsColorBackgroundLightest = "#ffffff";
|
|
36
37
|
export const DsColorBackgroundLighter = "#f7f7f7";
|
|
37
38
|
export const DsColorBackgroundDarker = "#01426a";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 03 Oct 2024 18:42:15 GMT
|
|
4
4
|
|
|
5
5
|
$ds-asset-font-circular-family-name: "AS Circular";
|
|
6
6
|
$ds-asset-font-circular-filename: "ASCircularWeb";
|
|
@@ -179,6 +179,7 @@ $ds-color-background-accent-default: #ebfafd;
|
|
|
179
179
|
$ds-color-background-accent-inverse: #275b72;
|
|
180
180
|
$ds-color-background-emphasis-default: #c9e0f7;
|
|
181
181
|
$ds-color-background-emphasis-inverse: #225296;
|
|
182
|
+
$ds-color-background-scrimmed-default: rgba(0, 0, 0, 0.5);
|
|
182
183
|
$ds-color-background-lightest: #ffffff;
|
|
183
184
|
$ds-color-background-lighter: #f7f7f7;
|
|
184
185
|
$ds-color-background-darker: #01426a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
Do not edit directly
|
|
4
|
-
Generated on
|
|
4
|
+
Generated on Thu, 03 Oct 2024 18:42:15 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$auroTokens: (
|
|
@@ -199,6 +199,7 @@ $auroTokens: (
|
|
|
199
199
|
'ds-color-background-accent-inverse': (#275b72),
|
|
200
200
|
'ds-color-background-emphasis-default': (#c9e0f7),
|
|
201
201
|
'ds-color-background-emphasis-inverse': (#225296),
|
|
202
|
+
'ds-color-background-scrimmed-default': (rgba(0, 0, 0, 0.5)),
|
|
202
203
|
'ds-color-background-lightest': (#ffffff),
|
|
203
204
|
'ds-color-background-lighter': (#f7f7f7),
|
|
204
205
|
'ds-color-background-darker': (#01426a),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 03 Oct 2024 18:42:16 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -181,6 +181,7 @@
|
|
|
181
181
|
--ds-color-background-accent-inverse: #275b72;
|
|
182
182
|
--ds-color-background-emphasis-default: #c9e0f7;
|
|
183
183
|
--ds-color-background-emphasis-inverse: #225296;
|
|
184
|
+
--ds-color-background-scrimmed-default: rgba(0, 0, 0, 0.5);
|
|
184
185
|
--ds-color-background-lightest: #ffffff;
|
|
185
186
|
--ds-color-background-lighter: #f7f7f7;
|
|
186
187
|
--ds-color-background-darker: #01426a;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem/design-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.10.0",
|
|
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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@semantic-release/npm": "^12.0.1",
|
|
25
25
|
"husky": "^9.1.6",
|
|
26
26
|
"npm-run-all": "^4.1.5",
|
|
27
|
-
"semantic-release": "^24.1.
|
|
27
|
+
"semantic-release": "^24.1.2",
|
|
28
28
|
"style-dictionary": "^3.9.2"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
@@ -201,6 +201,16 @@
|
|
|
201
201
|
"deprecated": false
|
|
202
202
|
}
|
|
203
203
|
},
|
|
204
|
+
"scrimmed": {
|
|
205
|
+
"default": {
|
|
206
|
+
"value": "{color.base.black-500.value}",
|
|
207
|
+
"public": true,
|
|
208
|
+
"default": true,
|
|
209
|
+
"usage": "Used for creating light backgrounds",
|
|
210
|
+
"wcag": "n/a",
|
|
211
|
+
"deprecated": false
|
|
212
|
+
}
|
|
213
|
+
},
|
|
204
214
|
"lightest": {
|
|
205
215
|
"value": "{color.base.white.value}",
|
|
206
216
|
"public": true,
|