@aurodesignsystem/design-tokens 4.12.0 → 4.12.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 +1 -1
- package/dist/tokens/JSONVariablesFlat.json +2 -2
- package/dist/tokens/JSONVariablesNested.json +2 -2
- package/dist/tokens/JSObject--allTokens.js +5 -5
- package/dist/tokens/JSObject--deprecated.js +1 -1
- package/dist/tokens/JSVariables--color.js +1 -1
- 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/dist/tokens/hawaiian/CSSCustomProperties.css +1 -1
- package/dist/tokens/transparent/CSSCustomProperties.css +1 -1
- package/package.json +1 -1
- package/src/depth.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Semantic Release Automated Changelog
|
|
2
2
|
|
|
3
|
+
## [4.12.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.12.0...v4.12.1) (2024-12-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* change value of depth tokens [#198](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/198) ([07de776](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/07de776bb649fc166f3a5b22fb56b166fa2b18f5))
|
|
9
|
+
|
|
3
10
|
# [4.12.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.11.0...v4.12.0) (2024-12-03)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 10 Dec 2024 19:41:07 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
--ds-animation-default-duration: 0.3s;
|
|
38
38
|
--ds-animation-default-timing: ease-out;
|
|
39
39
|
--ds-depth-overlay: 200;
|
|
40
|
-
--ds-depth-modal:
|
|
41
|
-
--ds-depth-tooltip:
|
|
40
|
+
--ds-depth-modal: 300;
|
|
41
|
+
--ds-depth-tooltip: 400;
|
|
42
42
|
--ds-elevation-100: 0px 0px 5px rgba(0, 0, 0, 0.15); /* for the least amount of emphasis */
|
|
43
43
|
--ds-elevation-200: 0px 0px 10px rgba(0, 0, 0, 0.15); /* for more emphasis than low elevation */
|
|
44
44
|
--ds-elevation-300: 0px 0px 15px rgba(0, 0, 0, 0.2); /* for maximum emphasis or differentiation */
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"ds-animation-default-duration": "0.3s",
|
|
33
33
|
"ds-animation-default-timing": "ease-out",
|
|
34
34
|
"ds-depth-overlay": "200",
|
|
35
|
-
"ds-depth-modal": "
|
|
36
|
-
"ds-depth-tooltip": "
|
|
35
|
+
"ds-depth-modal": "300",
|
|
36
|
+
"ds-depth-tooltip": "400",
|
|
37
37
|
"ds-elevation-100": "0px 0px 5px rgba(0, 0, 0, 0.15)",
|
|
38
38
|
"ds-elevation-200": "0px 0px 10px rgba(0, 0, 0, 0.15)",
|
|
39
39
|
"ds-elevation-300": "0px 0px 15px rgba(0, 0, 0, 0.2)",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 10 Dec 2024 19:41:07 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -797,13 +797,13 @@ module.exports = {
|
|
|
797
797
|
]
|
|
798
798
|
},
|
|
799
799
|
"modal": {
|
|
800
|
-
"value": "
|
|
800
|
+
"value": "300",
|
|
801
801
|
"public": true,
|
|
802
802
|
"deprecated": false,
|
|
803
803
|
"filePath": "src/depth.json",
|
|
804
804
|
"isSource": false,
|
|
805
805
|
"original": {
|
|
806
|
-
"value": "
|
|
806
|
+
"value": "300",
|
|
807
807
|
"public": true,
|
|
808
808
|
"deprecated": false
|
|
809
809
|
},
|
|
@@ -818,13 +818,13 @@ module.exports = {
|
|
|
818
818
|
]
|
|
819
819
|
},
|
|
820
820
|
"tooltip": {
|
|
821
|
-
"value": "
|
|
821
|
+
"value": "400",
|
|
822
822
|
"public": true,
|
|
823
823
|
"deprecated": false,
|
|
824
824
|
"filePath": "src/depth.json",
|
|
825
825
|
"isSource": false,
|
|
826
826
|
"original": {
|
|
827
|
-
"value": "
|
|
827
|
+
"value": "400",
|
|
828
828
|
"public": true,
|
|
829
829
|
"deprecated": false
|
|
830
830
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue,
|
|
3
|
+
// Generated on Tue, 10 Dec 2024 19:41:06 GMT
|
|
4
4
|
|
|
5
5
|
$ds-asset-font-circular-family-name: "AS Circular";
|
|
6
6
|
$ds-asset-font-circular-filename: "ASCircularWeb";
|
|
@@ -35,8 +35,8 @@ $ds-animation-default-property: all;
|
|
|
35
35
|
$ds-animation-default-duration: 0.3s;
|
|
36
36
|
$ds-animation-default-timing: ease-out;
|
|
37
37
|
$ds-depth-overlay: 200;
|
|
38
|
-
$ds-depth-modal:
|
|
39
|
-
$ds-depth-tooltip:
|
|
38
|
+
$ds-depth-modal: 300;
|
|
39
|
+
$ds-depth-tooltip: 400;
|
|
40
40
|
$ds-elevation-100: 0px 0px 5px rgba(0, 0, 0, 0.15); // for the least amount of emphasis
|
|
41
41
|
$ds-elevation-200: 0px 0px 10px rgba(0, 0, 0, 0.15); // for more emphasis than low elevation
|
|
42
42
|
$ds-elevation-300: 0px 0px 15px rgba(0, 0, 0, 0.2); // for maximum emphasis or differentiation
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
Do not edit directly
|
|
4
|
-
Generated on Tue,
|
|
4
|
+
Generated on Tue, 10 Dec 2024 19:41:06 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$auroTokens: (
|
|
@@ -53,8 +53,8 @@ $auroTokens: (
|
|
|
53
53
|
'ds-animation-default-duration': (0.3s),
|
|
54
54
|
'ds-animation-default-timing': (ease-out),
|
|
55
55
|
'ds-depth-overlay': (200),
|
|
56
|
-
'ds-depth-modal': (
|
|
57
|
-
'ds-depth-tooltip': (
|
|
56
|
+
'ds-depth-modal': (300),
|
|
57
|
+
'ds-depth-tooltip': (400),
|
|
58
58
|
// for the least amount of emphasis
|
|
59
59
|
'ds-elevation-100': (0px 0px 5px rgba(0, 0, 0, 0.15)),
|
|
60
60
|
// for more emphasis than low elevation
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 10 Dec 2024 19:41:07 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
--ds-animation-default-duration: 0.3s;
|
|
38
38
|
--ds-animation-default-timing: ease-out;
|
|
39
39
|
--ds-depth-overlay: 200;
|
|
40
|
-
--ds-depth-modal:
|
|
41
|
-
--ds-depth-tooltip:
|
|
40
|
+
--ds-depth-modal: 300;
|
|
41
|
+
--ds-depth-tooltip: 400;
|
|
42
42
|
--ds-elevation-100: 0px 0px 5px rgba(0, 0, 0, 0.15); /* for the least amount of emphasis */
|
|
43
43
|
--ds-elevation-200: 0px 0px 10px rgba(0, 0, 0, 0.15); /* for more emphasis than low elevation */
|
|
44
44
|
--ds-elevation-300: 0px 0px 15px rgba(0, 0, 0, 0.2); /* for maximum emphasis or differentiation */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem/design-tokens",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.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",
|
package/src/depth.json
CHANGED