@aurodesignsystem/design-tokens 5.3.0 → 5.4.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.
Files changed (84) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +44 -255
  3. package/dist/CSSCustomProperties--bundled.css +129 -345
  4. package/dist/auro-classic/CSSCustomProperties.css +162 -162
  5. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  6. package/dist/auro-classic/JSData--color.js +1 -1
  7. package/dist/auro-classic/JSONVariablesFlat.json +162 -162
  8. package/dist/auro-classic/JSONVariablesNested.json +452 -452
  9. package/dist/auro-classic/JSObject--allTokens.js +16610 -16610
  10. package/dist/auro-classic/JSObject--deprecated.js +17434 -17434
  11. package/dist/auro-classic/JSVariables--color.js +1 -1
  12. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  13. package/dist/auro-classic/SCSSVariables.scss +162 -162
  14. package/dist/auro-classic/SCSSVariablesMapFlat.scss +181 -181
  15. package/dist/auro-classic/SassCustomProperties.scss +162 -162
  16. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  17. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +129 -113
  18. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +188 -0
  19. package/dist/hawaiian/JSObject--allTokens.js +3362 -2893
  20. package/dist/hawaiian/SCSSVariables--hawaiian.scss +129 -113
  21. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +129 -113
  22. package/dist/hawaiian/primitives--hawaiian.scss +202 -172
  23. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  24. package/package.json +1 -1
  25. package/src/primitives/alaska/{typography.json → font.json} +4 -11
  26. package/src/primitives/alaska-classic/{typography.json → font.json} +4 -11
  27. package/src/primitives/base/{typography.json → font.json} +102 -48
  28. package/src/primitives/base/transparency.json +7 -0
  29. package/src/primitives/hawaiian/{typography.json → font.json} +3 -11
  30. package/src/themes/alaska/advanced/boolean.json +136 -0
  31. package/src/themes/alaska/{component.json → advanced/button.json} +1 -133
  32. package/src/themes/alaska/advanced/hyperlink.json +62 -0
  33. package/src/themes/alaska/advanced/shared.json +46 -0
  34. package/src/themes/alaska/advanced/state.json +70 -0
  35. package/src/themes/alaska/basic/color/border.json +66 -0
  36. package/src/themes/alaska/basic/color/brand.json +108 -0
  37. package/src/themes/alaska/basic/color/fare-brand.json +74 -0
  38. package/src/themes/alaska/basic/color/page-background.json +24 -0
  39. package/src/themes/alaska/basic/color/status.json +88 -0
  40. package/src/themes/alaska/basic/color/surface.json +96 -0
  41. package/src/themes/alaska/basic/color/text-icon.json +96 -0
  42. package/src/themes/alaska/basic/corner-radius.json +30 -0
  43. package/src/themes/alaska/basic/font/accent.json +288 -0
  44. package/src/themes/alaska/basic/font/body.json +63 -0
  45. package/src/themes/alaska/basic/font/display.json +248 -0
  46. package/src/themes/alaska/basic/font/heading.json +245 -0
  47. package/src/themes/alaska-classic/component/boolean.json +70 -0
  48. package/src/themes/alaska-classic/{component.json → component/button.json} +1 -133
  49. package/src/themes/alaska-classic/component/hyperlink.json +62 -0
  50. package/src/themes/alaska-classic/component/shared.json +46 -0
  51. package/src/themes/alaska-classic/component/state.json +70 -0
  52. package/src/themes/alaska-classic/typography.json +799 -107
  53. package/src/themes/hawaiian/advanced/boolean.json +138 -0
  54. package/src/themes/hawaiian/advanced/button.json +334 -0
  55. package/src/themes/hawaiian/advanced/hyperlink.json +64 -0
  56. package/src/themes/hawaiian/advanced/shared.json +48 -0
  57. package/src/themes/hawaiian/advanced/state.json +72 -0
  58. package/src/themes/hawaiian/basic/color/border.json +65 -0
  59. package/src/themes/hawaiian/basic/color/brand.json +105 -0
  60. package/src/themes/hawaiian/basic/color/color.json +57 -0
  61. package/src/themes/hawaiian/basic/color/fare-brand.json +75 -0
  62. package/src/themes/hawaiian/basic/color/page-background.json +25 -0
  63. package/src/themes/hawaiian/basic/color/status.json +81 -0
  64. package/src/themes/hawaiian/basic/color/surface.json +89 -0
  65. package/src/themes/hawaiian/basic/color/text-icon.json +58 -0
  66. package/src/themes/hawaiian/basic/font/accent.json +288 -0
  67. package/src/themes/hawaiian/basic/font/body.json +63 -0
  68. package/src/themes/hawaiian/basic/font/heading.json +248 -0
  69. package/src/themes/hawaiian/basic/font/typography.json +248 -0
  70. package/dist/alaska/CSSCustomProperties--alaska.css +0 -119
  71. package/dist/alaska/JSObject--allTokens.js +0 -3731
  72. package/dist/alaska/SCSSVariables--alaska.scss +0 -116
  73. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +0 -120
  74. package/dist/alaska/primitives--alaska.scss +0 -215
  75. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +0 -119
  76. package/dist/alaska-classic/JSObject--allTokens.js +0 -3731
  77. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +0 -116
  78. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +0 -120
  79. package/dist/alaska-classic/primitives--alaskaClassic.scss +0 -215
  80. package/src/themes/alaska/color.json +0 -444
  81. package/src/themes/alaska/typography.json +0 -132
  82. package/src/themes/hawaiian/color.json +0 -444
  83. package/src/themes/hawaiian/component.json +0 -392
  84. package/src/themes/hawaiian/typography.json +0 -132
@@ -0,0 +1,46 @@
1
+ {
2
+ "advanced": {
3
+ "background": {
4
+ "default": {
5
+ "value": "{color.white.value}",
6
+ "type": "semantic",
7
+ "public": true,
8
+ "default": true,
9
+ "usage": "Component background color",
10
+ "deprecated": false
11
+ },
12
+ "muted": {
13
+ "value": "{color.gray.50.value}",
14
+ "type": "semantic",
15
+ "public": true,
16
+ "default": true,
17
+ "usage": "Component background muted color",
18
+ "deprecated": false
19
+ },
20
+ "strong": {
21
+ "value": "{color.gray.600.value}",
22
+ "type": "semantic",
23
+ "public": true,
24
+ "default": true,
25
+ "usage": "Component background strong color",
26
+ "deprecated": false
27
+ },
28
+ "inverse": {
29
+ "value": "{color.transparencies.white.5.value}",
30
+ "type": "semantic",
31
+ "public": true,
32
+ "default": true,
33
+ "usage": "Component background hover color",
34
+ "deprecated": false
35
+ }
36
+ },
37
+ "textAccent": {
38
+ "value": "{color.brand.primarySubtle.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "",
43
+ "deprecated": false
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,70 @@
1
+ {
2
+ "advanced": {
3
+ "state": {
4
+ "focused": {
5
+ "default": {
6
+ "value": "{color.brand.primary.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "",
11
+ "deprecated": false
12
+ },
13
+ "inverse": {
14
+ "value": "{color.white.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "",
19
+ "deprecated": false
20
+ }
21
+ },
22
+ "selected": {
23
+ "default": {
24
+ "value": "{color.brand.primary.value}",
25
+ "type": "semantic",
26
+ "public": true,
27
+ "default": true,
28
+ "usage": "",
29
+ "deprecated": false
30
+ },
31
+ "hover": {
32
+ "value": "{color.brand.primaryBold.value}",
33
+ "type": "semantic",
34
+ "public": true,
35
+ "default": true,
36
+ "usage": "",
37
+ "deprecated": false
38
+ }
39
+ },
40
+ "background": {
41
+ "hover": {
42
+ "value": "{color.gray.100.value}",
43
+ "type": "semantic",
44
+ "public": true,
45
+ "default": true,
46
+ "usage": "",
47
+ "deprecated": false
48
+ },
49
+ "disabled": {
50
+ "value": "{color.gray.200.value}",
51
+ "type": "semantic",
52
+ "public": true,
53
+ "default": true,
54
+ "usage": "",
55
+ "deprecated": false
56
+ },
57
+ "inverse": {
58
+ "hover": {
59
+ "value": "{color.transparencies.white.15.value}",
60
+ "type": "semantic",
61
+ "public": true,
62
+ "default": true,
63
+ "usage": "",
64
+ "deprecated": false
65
+ }
66
+ }
67
+ }
68
+ }
69
+ }
70
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "border": {
5
+ "default": {
6
+ "value": "{color.midnight.900.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Primary brand color",
11
+ "deprecated": false
12
+ },
13
+ "subtle": {
14
+ "value": "{color.midnight.600.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Subtle neutral surface color",
19
+ "deprecated": false
20
+ },
21
+ "bold": {
22
+ "value": "{color.midnight.1000.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Bold neutral surface color",
27
+ "deprecated": false
28
+ },
29
+ "brand": {
30
+ "value": "{color.brand.primary.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "Brand border color",
35
+ "deprecated": false
36
+ },
37
+ "inverse": {
38
+ "value": "{color.white.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "Inverse border color",
43
+ "deprecated": false
44
+ },
45
+ "divider": {
46
+ "base": {
47
+ "value": "{transparency.black.15.value}",
48
+ "type": "semantic",
49
+ "public": true,
50
+ "default": true,
51
+ "usage": "Divider border color",
52
+ "deprecated": false
53
+ },
54
+ "inverse": {
55
+ "value": "{transparency.white.40.value}",
56
+ "type": "semantic",
57
+ "public": true,
58
+ "default": true,
59
+ "usage": "Inverse divider border color",
60
+ "deprecated": false
61
+ }
62
+ }
63
+ }
64
+ }
65
+ }
66
+ }
@@ -0,0 +1,108 @@
1
+ {
2
+ "color": {
3
+ "brand": {
4
+ "primary": {
5
+ "base": {
6
+ "value": "{color.midnight.900.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Primary brand color",
11
+ "deprecated": false
12
+ },
13
+ "muted": {
14
+ "value": "{color.midnight.100.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Muted primary brand color",
19
+ "deprecated": false
20
+ },
21
+ "subtle": {
22
+ "value": "{color.midnight.600.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Subtle primary brand color",
27
+ "deprecated": false
28
+ },
29
+ "bold": {
30
+ "value": "{color.midnight.1000.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "Bold primary brand color",
35
+ "deprecated": false
36
+ }
37
+ },
38
+ "secondary": {
39
+ "base": {
40
+ "value": "{color.bliss.500.value}",
41
+ "type": "semantic",
42
+ "public": true,
43
+ "default": true,
44
+ "usage": "Secondary brand color",
45
+ "deprecated": false
46
+ },
47
+ "muted": {
48
+ "value": "{color.bliss.100.value}",
49
+ "type": "semantic",
50
+ "public": true,
51
+ "default": true,
52
+ "usage": "Muted secondary brand color",
53
+ "deprecated": false
54
+ },
55
+ "subtle": {
56
+ "value": "{color.bliss.300.value}",
57
+ "type": "semantic",
58
+ "public": true,
59
+ "default": true,
60
+ "usage": "Subtle secondary brand color",
61
+ "deprecated": false
62
+ },
63
+ "bold": {
64
+ "value": "{color.bliss.700.value}",
65
+ "type": "semantic",
66
+ "public": true,
67
+ "default": true,
68
+ "usage": "Bold secondary brand color",
69
+ "deprecated": false
70
+ }
71
+ },
72
+ "tertiary": {
73
+ "base": {
74
+ "value": "{color.tropical.500.value}",
75
+ "type": "semantic",
76
+ "public": true,
77
+ "default": true,
78
+ "usage": "Tertiary brand color",
79
+ "deprecated": false
80
+ },
81
+ "muted": {
82
+ "value": "{color.tropical.100.value}",
83
+ "type": "semantic",
84
+ "public": true,
85
+ "default": true,
86
+ "usage": "Muted tertiary brand color",
87
+ "deprecated": false
88
+ },
89
+ "subtle": {
90
+ "value": "{color.tropical.300.value}",
91
+ "type": "semantic",
92
+ "public": true,
93
+ "default": true,
94
+ "usage": "Subtle tertiary brand color",
95
+ "deprecated": false
96
+ },
97
+ "bold": {
98
+ "value": "{color.tropical.700.value}",
99
+ "type": "semantic",
100
+ "public": true,
101
+ "default": true,
102
+ "usage": "Bold tertiary brand color",
103
+ "deprecated": false
104
+ }
105
+ }
106
+ }
107
+ }
108
+ }
@@ -0,0 +1,74 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "fareBrand": {
5
+ "basicEconomy": {
6
+ "value": "{color.bliss.400.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Basic fare brand color",
11
+ "deprecated": false
12
+ },
13
+ "economy": {
14
+ "value": "{color.atlas.500.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Economy fare brand color",
19
+ "deprecated": false
20
+ },
21
+ "premiumEconomy": {
22
+ "value": "{color.summit.900.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Premium fare brand color",
27
+ "deprecated": false
28
+ },
29
+ "business": {
30
+ "value": "{color.midnight.1000.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "First class fare brand color",
35
+ "deprecated": false
36
+ },
37
+ "first": {
38
+ "value": "{color.midnight.1000.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "First class fare brand color",
43
+ "deprecated": false
44
+ },
45
+ "oneworld": {
46
+ "emerald": {
47
+ "value": "{color.oneworld.emerald.value}",
48
+ "type": "semantic",
49
+ "public": true,
50
+ "default": true,
51
+ "usage": "OneWorld Emerald brand color",
52
+ "deprecated": false
53
+ },
54
+ "sapphire": {
55
+ "value": "{color.oneworld.sapphire.value}",
56
+ "type": "semantic",
57
+ "public": true,
58
+ "default": true,
59
+ "usage": "OneWorld Sapphire brand color",
60
+ "deprecated": false
61
+ },
62
+ "ruby": {
63
+ "value": "{color.oneworld.ruby.value}",
64
+ "type": "semantic",
65
+ "public": true,
66
+ "default": true,
67
+ "usage": "OneWorld Ruby brand color",
68
+ "deprecated": false
69
+ }
70
+ }
71
+ }
72
+ }
73
+ }
74
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "pageBackground": {
5
+ "default": {
6
+ "value": "{color.midnight.900.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Primary brand color",
11
+ "deprecated": false
12
+ },
13
+ "utility": {
14
+ "value": "{color.midnight.100.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Muted primary brand color",
19
+ "deprecated": false
20
+ }
21
+ }
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,88 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "status": {
5
+ "default": {
6
+ "value": "{color.midnight.900.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Primary brand color",
11
+ "deprecated": false
12
+ },
13
+ "info": {
14
+ "base": {
15
+ "value": "{color.brand.primary.value}",
16
+ "type": "semantic",
17
+ "public": true,
18
+ "default": true,
19
+ "usage": "Info status color",
20
+ "deprecated": false
21
+ },
22
+ "subtle": {
23
+ "value": "{color.status.help.100.value}",
24
+ "type": "semantic",
25
+ "public": true,
26
+ "default": true,
27
+ "usage": "Subtle info status color",
28
+ "deprecated": false
29
+ }
30
+ },
31
+ "success": {
32
+ "base": {
33
+ "value": "{color.status.success.600.value}",
34
+ "type": "semantic",
35
+ "public": true,
36
+ "default": true,
37
+ "usage": "Success status color",
38
+ "deprecated": false
39
+ },
40
+ "subtle": {
41
+ "value": "{color.status.success.100.value}",
42
+ "type": "semantic",
43
+ "public": true,
44
+ "default": true,
45
+ "usage": "Subtle success status color",
46
+ "deprecated": false
47
+ }
48
+ },
49
+ "warning": {
50
+ "base": {
51
+ "value": "{color.status.warn.300.value}",
52
+ "type": "semantic",
53
+ "public": true,
54
+ "default": true,
55
+ "usage": "Warning status color",
56
+ "deprecated": false
57
+ },
58
+ "subtle": {
59
+ "value": "{color.status.warn.100.value}",
60
+ "type": "semantic",
61
+ "public": true,
62
+ "default": true,
63
+ "usage": "Subtle warning status color",
64
+ "deprecated": false
65
+ }
66
+ },
67
+ "error": {
68
+ "base": {
69
+ "value": "{color.status.error.600.value}",
70
+ "type": "semantic",
71
+ "public": true,
72
+ "default": true,
73
+ "usage": "Error status color",
74
+ "deprecated": false
75
+ },
76
+ "subtle": {
77
+ "value": "{color.status.error.100.value}",
78
+ "type": "semantic",
79
+ "public": true,
80
+ "default": true,
81
+ "usage": "Subtle error status color",
82
+ "deprecated": false
83
+ }
84
+ }
85
+ }
86
+ }
87
+ }
88
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "surface": {
5
+ "default": {
6
+ "value": "{color.midnight.900.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Primary brand color",
11
+ "deprecated": false
12
+ },
13
+ "natural": {
14
+ "subtle": {
15
+ "value": "{color.midnight.600.value}",
16
+ "type": "semantic",
17
+ "public": true,
18
+ "default": true,
19
+ "usage": "Subtle neutral surface color",
20
+ "deprecated": false
21
+ },
22
+ "medium": {
23
+ "value": "{color.midnight.100.value}",
24
+ "type": "semantic",
25
+ "public": true,
26
+ "default": true,
27
+ "usage": "Medium neutral surface color",
28
+ "deprecated": false
29
+ }
30
+ },
31
+ "inverse": {
32
+ "base": {
33
+ "value": "{color.white.value}",
34
+ "type": "semantic",
35
+ "public": true,
36
+ "default": true,
37
+ "usage": "Inverse surface color",
38
+ "deprecated": false
39
+ },
40
+ "subtle": {
41
+ "value": "{color.gray.200.value}",
42
+ "type": "semantic",
43
+ "public": true,
44
+ "default": true,
45
+ "usage": "Subtle inverse surface color",
46
+ "deprecated": false
47
+ }
48
+ },
49
+ "accent1": {
50
+ "base": {
51
+ "value": "{color.brand.primary.value}",
52
+ "type": "semantic",
53
+ "public": true,
54
+ "default": true,
55
+ "usage": "Accent surface color",
56
+ "deprecated": false
57
+ },
58
+ "subtle": {
59
+ "value": "{color.brand.primarySubtle.value}",
60
+ "type": "semantic",
61
+ "public": true,
62
+ "default": true,
63
+ "usage": "Subtle accent surface color",
64
+ "deprecated": false
65
+ },
66
+ "muted": {
67
+ "value": "{color.brand.primaryMuted.value}",
68
+ "type": "semantic",
69
+ "public": true,
70
+ "default": true,
71
+ "usage": "Muted accent surface color",
72
+ "deprecated": false
73
+ }
74
+ },
75
+ "accent2": {
76
+ "base": {
77
+ "value": "{color.gray.500.value}",
78
+ "type": "semantic",
79
+ "public": true,
80
+ "default": true,
81
+ "usage": "Accent surface color",
82
+ "deprecated": false
83
+ },
84
+ "muted": {
85
+ "value": "{color.gray.300.value}",
86
+ "type": "semantic",
87
+ "public": true,
88
+ "default": true,
89
+ "usage": "Subtle accent surface color",
90
+ "deprecated": false
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
96
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "textIcon": {
5
+ "default": {
6
+ "value": "{color.gray.1000.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Default text color",
11
+ "deprecated": false
12
+ },
13
+ "muted": {
14
+ "value": "{color.gray.700.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Muted text color",
19
+ "deprecated": false
20
+ },
21
+ "disabled": {
22
+ "base": {
23
+ "value": "{color.gray.250.value}",
24
+ "type": "semantic",
25
+ "public": true,
26
+ "default": true,
27
+ "usage": "Disabled text/icon color",
28
+ "deprecated": false
29
+ },
30
+ "inverse": {
31
+ "value": "{color.gray.700.value}",
32
+ "type": "semantic",
33
+ "public": true,
34
+ "default": true,
35
+ "usage": "Disabled inverse text/icon color",
36
+ "deprecated": false
37
+ }
38
+ },
39
+ "link": {
40
+ "default": {
41
+ "base": {
42
+ "value": "{color.brand.primary.value}",
43
+ "type": "semantic",
44
+ "public": true,
45
+ "default": true,
46
+ "usage": "Default link text/icon color",
47
+ "deprecated": false
48
+ },
49
+ "inverse": {
50
+ "value": "{color.white.value}",
51
+ "type": "semantic",
52
+ "public": true,
53
+ "default": true,
54
+ "usage": "Inverse link text/icon color",
55
+ "deprecated": false
56
+ }
57
+ },
58
+ "hover": {
59
+ "base": {
60
+ "value": "{color.brand.primaryBold.value}",
61
+ "type": "semantic",
62
+ "public": true,
63
+ "default": true,
64
+ "usage": "Hover link text/icon color",
65
+ "deprecated": false
66
+ },
67
+ "inverse": {
68
+ "value": "{color.brand.primaryMuted.value}",
69
+ "type": "semantic",
70
+ "public": true,
71
+ "default": true,
72
+ "usage": "Inverse hover link text/icon color",
73
+ "deprecated": false
74
+ }
75
+ }
76
+ },
77
+ "accent1": {
78
+ "value": "{color.brand.primary.value}",
79
+ "type": "semantic",
80
+ "public": true,
81
+ "default": true,
82
+ "usage": "Accent text color",
83
+ "deprecated": false
84
+ },
85
+ "inverse": {
86
+ "value": "{color.white.value}",
87
+ "type": "semantic",
88
+ "public": true,
89
+ "default": true,
90
+ "usage": "Inverse text color",
91
+ "deprecated": false
92
+ }
93
+ }
94
+ }
95
+ }
96
+ }