@aurodesignsystem/design-tokens 8.4.2 → 8.4.3
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/legacy/auro-classic/CSSCustomProperties.css +1 -1
- package/dist/legacy/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/legacy/auro-classic/JSData--color.js +1 -1
- package/dist/legacy/auro-classic/JSObject--allTokens.js +1 -1
- package/dist/legacy/auro-classic/JSObject--deprecated.js +1 -1
- package/dist/legacy/auro-classic/JSVariables--color.js +1 -1
- package/dist/legacy/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/legacy/auro-classic/SCSSVariables.scss +1 -1
- package/dist/legacy/auro-classic/SCSSVariablesMapFlat.scss +1 -1
- package/dist/legacy/auro-classic/SassCustomProperties.scss +1 -1
- package/dist/legacy/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/legacy/transparent/CSSCustomProperties--transparent.css +1 -1
- package/dist/primitives/base/JSObject--allTokens.js +1 -1
- package/dist/primitives/base/SCSSVariables--primitivesBase.scss +1 -1
- package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +1 -1
- package/dist/themes/CSSCustomProperties--bundled.css +22 -22
- package/dist/themes/CSSCustomProperties--bundled.min.css +1 -1
- package/dist/themes/alaska/CSSCustomProperties--alaska.css +1 -1
- package/dist/themes/alaska/JSObject--allTokens.js +1 -1
- package/dist/themes/alaska/SCSSVariables--alaska.scss +1 -1
- package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +1 -1
- package/dist/themes/alaska/primitives--alaska.scss +1 -1
- package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +1 -1
- package/dist/themes/alaska-classic/JSObject--allTokens.js +1 -1
- package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +1 -1
- package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +1 -1
- package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +1 -1
- package/dist/themes/auro-1/CSSCustomProperties--auro1.css +1 -1
- package/dist/themes/auro-1/JSObject--allTokens.js +1 -1
- package/dist/themes/auro-1/SCSSVariables--auro1.scss +1 -1
- package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +1 -1
- package/dist/themes/auro-1/primitives--auro1.scss +1 -1
- package/dist/themes/auro-2/CSSCustomProperties--auro2.css +1 -1
- package/dist/themes/auro-2/JSObject--allTokens.js +1 -1
- package/dist/themes/auro-2/SCSSVariables--auro2.scss +1 -1
- package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +1 -1
- package/dist/themes/auro-2/primitives--auro2.scss +1 -1
- package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +22 -22
- package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
- package/dist/themes/hawaiian/JSONVariablesNested--hawaiian.json +21 -21
- package/dist/themes/hawaiian/JSObject--allTokens.js +43 -43
- package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +22 -22
- package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +22 -22
- package/dist/themes/hawaiian/primitives--hawaiian.scss +1 -1
- package/package.json +1 -1
- package/src/themes/hawaiian/advanced/color/button/ghost.json +1 -1
- package/src/themes/hawaiian/advanced/color/button/primary.json +11 -11
- package/src/themes/hawaiian/advanced/color/button/secondary.json +5 -5
- package/src/themes/hawaiian/advanced/color/button/tertiary.json +2 -2
- package/src/themes/hawaiian/advanced/color/hyperlink.json +2 -2
|
@@ -8,35 +8,35 @@
|
|
|
8
8
|
"public": true,
|
|
9
9
|
"type": "semantic",
|
|
10
10
|
"usage": "Primary button background color",
|
|
11
|
-
"value": "{basic.color.brand.
|
|
11
|
+
"value": "{basic.color.brand.secondary.value}"
|
|
12
12
|
},
|
|
13
13
|
"backgroundDisabled": {
|
|
14
14
|
"deprecated": false,
|
|
15
15
|
"public": true,
|
|
16
16
|
"type": "semantic",
|
|
17
17
|
"usage": "",
|
|
18
|
-
"value": "{color.
|
|
18
|
+
"value": "{color.alohapink.300.value}"
|
|
19
19
|
},
|
|
20
20
|
"backgroundHover": {
|
|
21
21
|
"deprecated": false,
|
|
22
22
|
"public": true,
|
|
23
23
|
"type": "semantic",
|
|
24
24
|
"usage": "Primary button background hover color",
|
|
25
|
-
"value": "{basic.color.brand.
|
|
25
|
+
"value": "{basic.color.brand.secondaryBold.value}"
|
|
26
26
|
},
|
|
27
27
|
"backgroundInactive": {
|
|
28
28
|
"deprecated": false,
|
|
29
29
|
"public": true,
|
|
30
30
|
"type": "semantic",
|
|
31
31
|
"usage": "",
|
|
32
|
-
"value": "{color.
|
|
32
|
+
"value": "{color.alohapink.200.value}"
|
|
33
33
|
},
|
|
34
34
|
"backgroundInactiveHover": {
|
|
35
35
|
"deprecated": false,
|
|
36
36
|
"public": true,
|
|
37
37
|
"type": "semantic",
|
|
38
38
|
"usage": "",
|
|
39
|
-
"value": "{color.
|
|
39
|
+
"value": "{color.alohapink.400.value}"
|
|
40
40
|
},
|
|
41
41
|
"backgroundInverse": {
|
|
42
42
|
"deprecated": false,
|
|
@@ -57,28 +57,28 @@
|
|
|
57
57
|
"public": true,
|
|
58
58
|
"type": "semantic",
|
|
59
59
|
"usage": "Primary button inverse background hover color",
|
|
60
|
-
"value": "{basic.color.brand.
|
|
60
|
+
"value": "{basic.color.brand.secondaryMuted.value}"
|
|
61
61
|
},
|
|
62
62
|
"border": {
|
|
63
63
|
"deprecated": false,
|
|
64
64
|
"public": true,
|
|
65
65
|
"type": "semantic",
|
|
66
66
|
"usage": "Primary button border color",
|
|
67
|
-
"value": "{basic.color.brand.
|
|
67
|
+
"value": "{basic.color.brand.secondary.value}"
|
|
68
68
|
},
|
|
69
69
|
"borderDisabled": {
|
|
70
70
|
"deprecated": false,
|
|
71
71
|
"public": true,
|
|
72
72
|
"type": "semantic",
|
|
73
73
|
"usage": "",
|
|
74
|
-
"value": "{color.
|
|
74
|
+
"value": "{color.alohapink.300.value}"
|
|
75
75
|
},
|
|
76
76
|
"borderHover": {
|
|
77
77
|
"deprecated": false,
|
|
78
78
|
"public": true,
|
|
79
79
|
"type": "semantic",
|
|
80
80
|
"usage": "Primary button border hover color",
|
|
81
|
-
"value": "{basic.color.brand.
|
|
81
|
+
"value": "{basic.color.brand.secondaryBold.value}"
|
|
82
82
|
},
|
|
83
83
|
"borderInverse": {
|
|
84
84
|
"deprecated": false,
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"public": true,
|
|
100
100
|
"type": "semantic",
|
|
101
101
|
"usage": "Primary button inverse border hover color",
|
|
102
|
-
"value": "{basic.color.brand.
|
|
102
|
+
"value": "{basic.color.brand.secondaryMuted.value}"
|
|
103
103
|
},
|
|
104
104
|
"text": {
|
|
105
105
|
"deprecated": false,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"public": true,
|
|
121
121
|
"type": "semantic",
|
|
122
122
|
"usage": "Primary button inverse text color",
|
|
123
|
-
"value": "{basic.color.brand.
|
|
123
|
+
"value": "{basic.color.brand.secondary.value}"
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
}
|
|
@@ -36,21 +36,21 @@
|
|
|
36
36
|
"public": true,
|
|
37
37
|
"type": "semantic",
|
|
38
38
|
"usage": "Secondary button border color",
|
|
39
|
-
"value": "{basic.color.
|
|
39
|
+
"value": "{basic.color.brand.secondary.value}"
|
|
40
40
|
},
|
|
41
41
|
"borderHover": {
|
|
42
42
|
"deprecated": false,
|
|
43
43
|
"public": true,
|
|
44
44
|
"type": "semantic",
|
|
45
45
|
"usage": "Secondary button border hover color",
|
|
46
|
-
"value": "{basic.color.
|
|
46
|
+
"value": "{basic.color.brand.secondaryBold.value}"
|
|
47
47
|
},
|
|
48
48
|
"borderDisabled": {
|
|
49
49
|
"deprecated": false,
|
|
50
50
|
"public": true,
|
|
51
51
|
"type": "semantic",
|
|
52
52
|
"usage": "Secondary button border disabled color",
|
|
53
|
-
"value": "{
|
|
53
|
+
"value": "{color.gray.50.value}"
|
|
54
54
|
},
|
|
55
55
|
"borderInverse": {
|
|
56
56
|
"deprecated": false,
|
|
@@ -71,14 +71,14 @@
|
|
|
71
71
|
"public": true,
|
|
72
72
|
"type": "semantic",
|
|
73
73
|
"usage": "Secondary button text color",
|
|
74
|
-
"value": "{basic.color.brand.
|
|
74
|
+
"value": "{basic.color.brand.secondary.value}"
|
|
75
75
|
},
|
|
76
76
|
"textHover": {
|
|
77
77
|
"deprecated": false,
|
|
78
78
|
"public": true,
|
|
79
79
|
"type": "semantic",
|
|
80
80
|
"usage": "Secondary button text hover color",
|
|
81
|
-
"value": "{basic.color.brand.
|
|
81
|
+
"value": "{basic.color.brand.secondaryBold.value}"
|
|
82
82
|
},
|
|
83
83
|
"textInverse": {
|
|
84
84
|
"deprecated": false,
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"public": true,
|
|
37
37
|
"type": "semantic",
|
|
38
38
|
"usage": "Tertiary button text color",
|
|
39
|
-
"value": "{basic.color.brand.
|
|
39
|
+
"value": "{basic.color.brand.secondary.value}"
|
|
40
40
|
},
|
|
41
41
|
"textHover": {
|
|
42
42
|
"deprecated": false,
|
|
43
43
|
"public": true,
|
|
44
44
|
"type": "semantic",
|
|
45
45
|
"usage": "Tertiary button text hover color",
|
|
46
|
-
"value": "{basic.color.brand.
|
|
46
|
+
"value": "{basic.color.brand.secondaryBold.value}"
|
|
47
47
|
},
|
|
48
48
|
"textInverse": {
|
|
49
49
|
"deprecated": false,
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"public": true,
|
|
8
8
|
"type": "semantic",
|
|
9
9
|
"usage": "Default hyperlink color",
|
|
10
|
-
"value": "{basic.color.brand.
|
|
10
|
+
"value": "{basic.color.brand.secondary.value}"
|
|
11
11
|
},
|
|
12
12
|
"textHover": {
|
|
13
13
|
"deprecated": false,
|
|
14
14
|
"public": true,
|
|
15
15
|
"type": "semantic",
|
|
16
16
|
"usage": "Hyperlink hover state color",
|
|
17
|
-
"value": "{basic.color.brand.
|
|
17
|
+
"value": "{basic.color.brand.secondaryBold.value}"
|
|
18
18
|
},
|
|
19
19
|
"textInverse": {
|
|
20
20
|
"deprecated": false,
|