@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.
Files changed (51) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/legacy/auro-classic/CSSCustomProperties.css +1 -1
  3. package/dist/legacy/auro-classic/CSSSizeCustomProperties.css +1 -1
  4. package/dist/legacy/auro-classic/JSData--color.js +1 -1
  5. package/dist/legacy/auro-classic/JSObject--allTokens.js +1 -1
  6. package/dist/legacy/auro-classic/JSObject--deprecated.js +1 -1
  7. package/dist/legacy/auro-classic/JSVariables--color.js +1 -1
  8. package/dist/legacy/auro-classic/SCSSVariableMap.scss +1 -1
  9. package/dist/legacy/auro-classic/SCSSVariables.scss +1 -1
  10. package/dist/legacy/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  11. package/dist/legacy/auro-classic/SassCustomProperties.scss +1 -1
  12. package/dist/legacy/auro-classic/SassSizeCustomProperties.scss +1 -1
  13. package/dist/legacy/transparent/CSSCustomProperties--transparent.css +1 -1
  14. package/dist/primitives/base/JSObject--allTokens.js +1 -1
  15. package/dist/primitives/base/SCSSVariables--primitivesBase.scss +1 -1
  16. package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +1 -1
  17. package/dist/themes/CSSCustomProperties--bundled.css +22 -22
  18. package/dist/themes/CSSCustomProperties--bundled.min.css +1 -1
  19. package/dist/themes/alaska/CSSCustomProperties--alaska.css +1 -1
  20. package/dist/themes/alaska/JSObject--allTokens.js +1 -1
  21. package/dist/themes/alaska/SCSSVariables--alaska.scss +1 -1
  22. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +1 -1
  23. package/dist/themes/alaska/primitives--alaska.scss +1 -1
  24. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +1 -1
  25. package/dist/themes/alaska-classic/JSObject--allTokens.js +1 -1
  26. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +1 -1
  27. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +1 -1
  28. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +1 -1
  29. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +1 -1
  30. package/dist/themes/auro-1/JSObject--allTokens.js +1 -1
  31. package/dist/themes/auro-1/SCSSVariables--auro1.scss +1 -1
  32. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +1 -1
  33. package/dist/themes/auro-1/primitives--auro1.scss +1 -1
  34. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +1 -1
  35. package/dist/themes/auro-2/JSObject--allTokens.js +1 -1
  36. package/dist/themes/auro-2/SCSSVariables--auro2.scss +1 -1
  37. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +1 -1
  38. package/dist/themes/auro-2/primitives--auro2.scss +1 -1
  39. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +22 -22
  40. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
  41. package/dist/themes/hawaiian/JSONVariablesNested--hawaiian.json +21 -21
  42. package/dist/themes/hawaiian/JSObject--allTokens.js +43 -43
  43. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +22 -22
  44. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +22 -22
  45. package/dist/themes/hawaiian/primitives--hawaiian.scss +1 -1
  46. package/package.json +1 -1
  47. package/src/themes/hawaiian/advanced/color/button/ghost.json +1 -1
  48. package/src/themes/hawaiian/advanced/color/button/primary.json +11 -11
  49. package/src/themes/hawaiian/advanced/color/button/secondary.json +5 -5
  50. package/src/themes/hawaiian/advanced/color/button/tertiary.json +2 -2
  51. 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.primary.value}"
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.royalpurple.300.value}"
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.primaryBold.value}"
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.royalpurple.200.value}"
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.royalpurple.400.value}"
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.primaryMuted.value}"
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.primary.value}"
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.royalpurple.300.value}"
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.primaryBold.value}"
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.primaryMuted.value}"
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.primary.value}"
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.border.default.value}"
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.border.default.value}"
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": "{basic.color.border.default.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.primary.value}"
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.primaryBold.value}"
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.primary.value}"
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.primaryBold.value}"
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.primary.value}"
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.primaryBold.value}"
17
+ "value": "{basic.color.brand.secondaryBold.value}"
18
18
  },
19
19
  "textInverse": {
20
20
  "deprecated": false,