@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,138 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "boolean": {
5
+ "indicator": {
6
+ "default": {
7
+ "value": "{color.white.value}",
8
+ "type": "semantic",
9
+ "public": true,
10
+ "default": true,
11
+ "usage": "Boolean indicator color",
12
+ "deprecated": false
13
+ },
14
+ "inverse": {
15
+ "value": "{basic.color.brand.primary.value}",
16
+ "type": "semantic",
17
+ "public": true,
18
+ "default": true,
19
+ "usage": "Boolean indicator inverse color",
20
+ "deprecated": false
21
+ }
22
+ },
23
+ "isFalse": {
24
+ "default": {
25
+ "value": "{basic.color.surface.default.value}",
26
+ "type": "semantic",
27
+ "public": true,
28
+ "default": true,
29
+ "usage": "Boolean false state color",
30
+ "deprecated": false
31
+ },
32
+ "hover": {
33
+ "value": "{advanced.color.state.background.hover.value}",
34
+ "type": "semantic",
35
+ "public": true,
36
+ "default": true,
37
+ "usage": "Boolean false hover state color",
38
+ "deprecated": false
39
+ },
40
+ "border": {
41
+ "value": "{basic.color.border.bold.value}",
42
+ "type": "semantic",
43
+ "public": true,
44
+ "default": true,
45
+ "usage": "Boolean false border color",
46
+ "deprecated": false
47
+ },
48
+ "inverse": {
49
+ "value": "{advanced.color.background.inverse.value}",
50
+ "type": "semantic",
51
+ "public": true,
52
+ "default": true,
53
+ "usage": "Boolean false inverse state color",
54
+ "deprecated": false
55
+ },
56
+ "inverseHover": {
57
+ "value": "{advanced.color.state.background.hover.value}",
58
+ "type": "semantic",
59
+ "public": true,
60
+ "default": true,
61
+ "usage": "Boolean false inverse hover state color",
62
+ "deprecated": false
63
+ },
64
+ "borderInverse": {
65
+ "value": "{color.white.value}",
66
+ "type": "semantic",
67
+ "public": true,
68
+ "default": true,
69
+ "usage": "Boolean false inverse border color",
70
+ "deprecated": false
71
+ }
72
+ },
73
+ "isTrue": {
74
+ "default": {
75
+ "value": "{basic.color.brand.primary.value}",
76
+ "type": "semantic",
77
+ "public": true,
78
+ "default": true,
79
+ "usage": "Boolean true state color",
80
+ "deprecated": false
81
+ },
82
+ "hover": {
83
+ "value": "{basic.color.brand.primaryBold.value}",
84
+ "type": "semantic",
85
+ "public": true,
86
+ "default": true,
87
+ "usage": "Boolean true hover state color",
88
+ "deprecated": false
89
+ },
90
+ "inverse": {
91
+ "value": "{color.white.value}",
92
+ "type": "semantic",
93
+ "public": true,
94
+ "default": true,
95
+ "usage": "Boolean true inverse state color",
96
+ "deprecated": false
97
+ },
98
+ "inverseHover": {
99
+ "value": "{transparency.white.70.value}",
100
+ "type": "semantic",
101
+ "public": true,
102
+ "default": true,
103
+ "usage": "Boolean true inverse hover state color",
104
+ "deprecated": false
105
+ }
106
+ },
107
+ "error": {
108
+ "default": {
109
+ "value": "{basic.color.status.error.value}",
110
+ "type": "semantic",
111
+ "public": true,
112
+ "default": true,
113
+ "usage": "Boolean error state color",
114
+ "deprecated": false
115
+ },
116
+ "hover": {
117
+ "value": "{color.status.error.800.value}",
118
+ "type": "semantic",
119
+ "public": true,
120
+ "default": true,
121
+ "usage": "Boolean error hover state color",
122
+ "deprecated": false
123
+ }
124
+ },
125
+ "disabled": {
126
+ "inverse": {
127
+ "value": "{color.status.error.800.value}",
128
+ "type": "semantic",
129
+ "public": true,
130
+ "default": true,
131
+ "usage": "Boolean disabled inverse state color",
132
+ "deprecated": false
133
+ }
134
+ }
135
+ }
136
+ }
137
+ }
138
+ }
@@ -0,0 +1,334 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "button": {
5
+ "primary": {
6
+ "text": {
7
+ "value": "{color.white.value}",
8
+ "type": "semantic",
9
+ "public": true,
10
+ "default": true,
11
+ "usage": "Primary button text color",
12
+ "deprecated": false
13
+ },
14
+ "border": {
15
+ "value": "{basic.color.brand.primary.value}",
16
+ "type": "semantic",
17
+ "public": true,
18
+ "default": true,
19
+ "usage": "Primary button border color",
20
+ "deprecated": false
21
+ },
22
+ "borderHover": {
23
+ "value": "{basic.color.brand.primaryBold.value}",
24
+ "type": "semantic",
25
+ "public": true,
26
+ "default": true,
27
+ "usage": "Primary button border hover color",
28
+ "deprecated": false
29
+ },
30
+ "borderDisabled": {
31
+ "value": "{color.royalpurple.300.value}",
32
+ "type": "semantic",
33
+ "public": true,
34
+ "default": true,
35
+ "usage": "",
36
+ "deprecated": false
37
+ },
38
+ "background": {
39
+ "value": "{basic.color.brand.primary.value}",
40
+ "type": "semantic",
41
+ "public": true,
42
+ "default": true,
43
+ "usage": "Primary button background color",
44
+ "deprecated": false
45
+ },
46
+ "backgroundHover": {
47
+ "value": "{basic.color.brand.primaryBold.value}",
48
+ "type": "semantic",
49
+ "public": true,
50
+ "default": true,
51
+ "usage": "Primary button background hover color",
52
+ "deprecated": false
53
+ },
54
+ "backgroundActive": {
55
+ "value": "{basic.color.brand.primaryBold.value}",
56
+ "type": "semantic",
57
+ "public": true,
58
+ "default": true,
59
+ "usage": "Primary button background active color",
60
+ "deprecated": false
61
+ },
62
+ "backgroundDisabled": {
63
+ "value": "{color.royalpurple.300.value}",
64
+ "type": "semantic",
65
+ "public": true,
66
+ "default": true,
67
+ "usage": "",
68
+ "deprecated": false
69
+ },
70
+ "backgroundInactive": {
71
+ "value": "{color.royalpurple.200.value}",
72
+ "type": "semantic",
73
+ "public": true,
74
+ "default": true,
75
+ "usage": "",
76
+ "deprecated": false
77
+ },
78
+ "backgroundInactiveHover": {
79
+ "value": "{color.royalpurple.400.value}",
80
+ "type": "semantic",
81
+ "public": true,
82
+ "default": true,
83
+ "usage": "",
84
+ "deprecated": false
85
+ },
86
+ "textInverse": {
87
+ "value": "{basic.color.brand.primary.value}",
88
+ "type": "semantic",
89
+ "public": true,
90
+ "default": true,
91
+ "usage": "Primary button inverse text color",
92
+ "deprecated": false
93
+ },
94
+ "borderInverse": {
95
+ "value": "{color.white.value}",
96
+ "type": "semantic",
97
+ "public": true,
98
+ "default": true,
99
+ "usage": "Primary button inverse border color",
100
+ "deprecated": false
101
+ },
102
+ "borderInverseDisabled": {
103
+ "value": "{transparency.white.75.value}",
104
+ "type": "semantic",
105
+ "public": true,
106
+ "default": true,
107
+ "usage": "",
108
+ "deprecated": false
109
+ },
110
+ "backgroundInverse": {
111
+ "value": "{color.white.value}",
112
+ "type": "semantic",
113
+ "public": true,
114
+ "default": true,
115
+ "usage": "Primary button inverse background color",
116
+ "deprecated": false
117
+ },
118
+ "borderInverseHover": {
119
+ "value": "{basic.color.brand.primaryMuted.value}",
120
+ "type": "semantic",
121
+ "public": true,
122
+ "default": true,
123
+ "usage": "Primary button inverse border hover color",
124
+ "deprecated": false
125
+ },
126
+ "backgroundInverseHover": {
127
+ "value": "{basic.color.brand.primaryMuted.value}",
128
+ "type": "semantic",
129
+ "public": true,
130
+ "default": true,
131
+ "usage": "Primary button inverse background hover color",
132
+ "deprecated": false
133
+ },
134
+ "backgroundInverseDisabled": {
135
+ "value": "{transparency.white.75.value}",
136
+ "type": "semantic",
137
+ "public": true,
138
+ "default": true,
139
+ "usage": "",
140
+ "deprecated": false
141
+ }
142
+ },
143
+ "secondary": {
144
+ "text": {
145
+ "value": "{basic.color.brand.primary.value}",
146
+ "type": "semantic",
147
+ "public": true,
148
+ "default": true,
149
+ "usage": "Secondary button text color",
150
+ "deprecated": false
151
+ },
152
+ "textHover": {
153
+ "value": "{basic.color.brand.primaryBold.value}",
154
+ "type": "semantic",
155
+ "public": true,
156
+ "default": true,
157
+ "usage": "Secondary button text hover color",
158
+ "deprecated": false
159
+ },
160
+ "border": {
161
+ "value": "{basic.color.border.default.value}",
162
+ "type": "semantic",
163
+ "public": true,
164
+ "default": true,
165
+ "usage": "Secondary button border color",
166
+ "deprecated": false
167
+ },
168
+ "borderHover": {
169
+ "value": "{basic.color.border.default.value}",
170
+ "type": "semantic",
171
+ "public": true,
172
+ "default": true,
173
+ "usage": "Secondary button border hover color",
174
+ "deprecated": false
175
+ },
176
+ "borderHoverDisabled": {
177
+ "value": "{color.gray.50.value}",
178
+ "type": "semantic",
179
+ "public": true,
180
+ "default": true,
181
+ "usage": "",
182
+ "deprecated": false
183
+ },
184
+ "background": {
185
+ "value": "{color.white.value}",
186
+ "type": "semantic",
187
+ "public": true,
188
+ "default": true,
189
+ "usage": "Secondary button background color",
190
+ "deprecated": false
191
+ },
192
+ "backgroundDisabled": {
193
+ "value": "{color.gray.50.value}",
194
+ "type": "semantic",
195
+ "public": true,
196
+ "default": true,
197
+ "usage": "",
198
+ "deprecated": false
199
+ },
200
+ "backgroundHover": {
201
+ "value": "{color.gray.100.value}",
202
+ "type": "semantic",
203
+ "public": true,
204
+ "default": true,
205
+ "usage": "Secondary button background hover color",
206
+ "deprecated": false
207
+ },
208
+ "textInverse": {
209
+ "value": "{color.white.value}",
210
+ "type": "semantic",
211
+ "public": true,
212
+ "default": true,
213
+ "usage": "Secondary button inverse text color",
214
+ "deprecated": false
215
+ },
216
+ "borderInverse": {
217
+ "value": "{color.white.value}",
218
+ "type": "semantic",
219
+ "public": true,
220
+ "default": true,
221
+ "usage": "Secondary button inverse border color",
222
+ "deprecated": false
223
+ },
224
+ "borderInverseDisabled": {
225
+ "value": "{basic.color.border.subtle.value}",
226
+ "type": "semantic",
227
+ "public": true,
228
+ "default": true,
229
+ "usage": "",
230
+ "deprecated": false
231
+ },
232
+ "backgroundInverseHover": {
233
+ "value": "{transparency.black.5.value}",
234
+ "type": "semantic",
235
+ "public": true,
236
+ "default": true,
237
+ "usage": "Secondary button inverse background hover color",
238
+ "deprecated": false
239
+ }
240
+ },
241
+ "tertiary": {
242
+ "text": {
243
+ "value": "{basic.color.brand.primary.value}",
244
+ "type": "semantic",
245
+ "public": true,
246
+ "default": true,
247
+ "usage": "Tertiary button text color",
248
+ "deprecated": false
249
+ },
250
+ "textHover": {
251
+ "value": "{basic.color.brand.primaryBold.value}",
252
+ "type": "semantic",
253
+ "public": true,
254
+ "default": true,
255
+ "usage": "Tertiary button text hover color",
256
+ "deprecated": false
257
+ },
258
+ "background": {
259
+ "value": "{transparency.black.5.value}",
260
+ "type": "semantic",
261
+ "public": true,
262
+ "default": true,
263
+ "usage": "Tertiary button background color",
264
+ "deprecated": false
265
+ },
266
+ "backgroundHover": {
267
+ "value": "{transparency.black.10.value}",
268
+ "type": "semantic",
269
+ "public": true,
270
+ "default": true,
271
+ "usage": "Tertiary button background hover color",
272
+ "deprecated": false
273
+ },
274
+ "border": {
275
+ "value": "{transparency.black.5.value}",
276
+ "type": "semantic",
277
+ "public": true,
278
+ "default": true,
279
+ "usage": "Tertiary button border color",
280
+ "deprecated": false
281
+ },
282
+ "borderHover": {
283
+ "value": "{transparency.black.10.value}",
284
+ "type": "semantic",
285
+ "public": true,
286
+ "default": true,
287
+ "usage": "Tertiary button border hover color",
288
+ "deprecated": false
289
+ },
290
+ "textInverse": {
291
+ "value": "{color.white.value}",
292
+ "type": "semantic",
293
+ "public": true,
294
+ "default": true,
295
+ "usage": "Tertiary button inverse text color",
296
+ "deprecated": false
297
+ },
298
+ "backgroundInverse": {
299
+ "value": "{transparency.white.5.value}",
300
+ "type": "semantic",
301
+ "public": true,
302
+ "default": true,
303
+ "usage": "Tertiary button inverse background color",
304
+ "deprecated": false
305
+ },
306
+ "backgroundInverseHover": {
307
+ "value": "{transparency.white.10.value}",
308
+ "type": "semantic",
309
+ "public": true,
310
+ "default": true,
311
+ "usage": "Tertiary button inverse background hover color",
312
+ "deprecated": false
313
+ },
314
+ "borderInverse": {
315
+ "value": "{transparency.white.5.value}",
316
+ "type": "semantic",
317
+ "public": true,
318
+ "default": true,
319
+ "usage": "Tertiary button inverse border color",
320
+ "deprecated": false
321
+ },
322
+ "borderInverseHover": {
323
+ "value": "{transparency.white.10.value}",
324
+ "type": "semantic",
325
+ "public": true,
326
+ "default": true,
327
+ "usage": "Tertiary button inverse border hover color",
328
+ "deprecated": false
329
+ }
330
+ }
331
+ }
332
+ }
333
+ }
334
+ }
@@ -0,0 +1,64 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "hyperlink": {
5
+ "default": {
6
+ "value": "{basic.color.brand.primary.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Default hyperlink color",
11
+ "deprecated": false
12
+ },
13
+ "hover": {
14
+ "value": "{basic.color.brand.primaryBold.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Hyperlink hover state color",
19
+ "deprecated": false
20
+ },
21
+ "active": {
22
+ "value": "{basic.color.brand.primaryBold.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Hyperlink active state color",
27
+ "deprecated": false
28
+ },
29
+ "visited": {
30
+ "value": "{basic.color.brand.primaryMuted.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "Hyperlink visited state color",
35
+ "deprecated": false
36
+ },
37
+ "disabled": {
38
+ "value": "{color.gray.400.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "Hyperlink disabled state color",
43
+ "deprecated": false
44
+ },
45
+ "inverse": {
46
+ "value": "{color.white.value}",
47
+ "type": "semantic",
48
+ "public": true,
49
+ "default": true,
50
+ "usage": "Hyperlink inverse color",
51
+ "deprecated": false
52
+ },
53
+ "inverseHover": {
54
+ "value": "{basic.color.brand.primaryMuted.value}",
55
+ "type": "semantic",
56
+ "public": true,
57
+ "default": true,
58
+ "usage": "Hyperlink inverse hover color",
59
+ "deprecated": false
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "background": {
5
+ "default": {
6
+ "value": "{color.white.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Component background color",
11
+ "deprecated": false
12
+ },
13
+ "muted": {
14
+ "value": "{color.gray.50.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Component background muted color",
19
+ "deprecated": false
20
+ },
21
+ "strong": {
22
+ "value": "{color.gray.600.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Component background strong color",
27
+ "deprecated": false
28
+ },
29
+ "inverse": {
30
+ "value": "{transparency.white.5.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "Component background hover color",
35
+ "deprecated": false
36
+ }
37
+ },
38
+ "textAccent": {
39
+ "value": "{basic.color.brand.primary.value}",
40
+ "type": "semantic",
41
+ "public": true,
42
+ "default": true,
43
+ "usage": "",
44
+ "deprecated": false
45
+ }
46
+ }
47
+ }
48
+ }
@@ -0,0 +1,72 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "state": {
5
+ "focused": {
6
+ "default": {
7
+ "value": "{basic.color.brand.primary.value}",
8
+ "type": "semantic",
9
+ "public": true,
10
+ "default": true,
11
+ "usage": "",
12
+ "deprecated": false
13
+ },
14
+ "inverse": {
15
+ "value": "{color.white.value}",
16
+ "type": "semantic",
17
+ "public": true,
18
+ "default": true,
19
+ "usage": "",
20
+ "deprecated": false
21
+ }
22
+ },
23
+ "selected": {
24
+ "default": {
25
+ "value": "{basic.color.brand.primary.value}",
26
+ "type": "semantic",
27
+ "public": true,
28
+ "default": true,
29
+ "usage": "",
30
+ "deprecated": false
31
+ },
32
+ "hover": {
33
+ "value": "{basic.color.brand.primaryBold.value}",
34
+ "type": "semantic",
35
+ "public": true,
36
+ "default": true,
37
+ "usage": "",
38
+ "deprecated": false
39
+ }
40
+ },
41
+ "background": {
42
+ "hover": {
43
+ "value": "{color.gray.100.value}",
44
+ "type": "semantic",
45
+ "public": true,
46
+ "default": true,
47
+ "usage": "",
48
+ "deprecated": false
49
+ },
50
+ "disabled": {
51
+ "value": "{color.gray.200.value}",
52
+ "type": "semantic",
53
+ "public": true,
54
+ "default": true,
55
+ "usage": "",
56
+ "deprecated": false
57
+ },
58
+ "inverse": {
59
+ "hover": {
60
+ "value": "{transparency.white.15.value}",
61
+ "type": "semantic",
62
+ "public": true,
63
+ "default": true,
64
+ "usage": "",
65
+ "deprecated": false
66
+ }
67
+ }
68
+ }
69
+ }
70
+ }
71
+ }
72
+ }