@patternfly/design-tokens 1.14.6 → 1.14.7
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/build/css/tokens-charts-dark.scss +2 -2
- package/build/css/tokens-charts.scss +2 -2
- package/build/css/tokens-dark.scss +52 -4
- package/build/css/tokens-default.scss +68 -14
- package/build/css/tokens-glass-dark.scss +12 -0
- package/build/css/tokens-glass.scss +12 -0
- package/build/css/tokens-highcontrast-dark.scss +2 -2
- package/build/css/tokens-highcontrast.scss +2 -2
- package/build/css/tokens-palette.scss +2 -2
- package/build/css/tokens-redhat-dark.scss +14 -0
- package/build/css/tokens-redhat-glass-dark.scss +19 -0
- package/build/css/tokens-redhat-glass.scss +18 -0
- package/build/css/tokens-redhat-highcontrast-dark.scss +47 -0
- package/build/css/tokens-redhat-highcontrast.scss +127 -0
- package/build/css/tokens-redhat.scss +15 -0
- package/build.js +201 -13
- package/config.dark.json +1 -1
- package/config.default.json +1 -1
- package/config.glass.dark.json +23 -0
- package/config.glass.json +24 -0
- package/config.layers.glass-dark.json +19 -0
- package/config.layers.glass.json +19 -0
- package/config.layers.highcontrast-dark.json +19 -0
- package/config.layers.highcontrast.json +19 -0
- package/config.layers.redhat-dark.json +22 -0
- package/config.layers.redhat-glass-dark.json +22 -0
- package/config.layers.redhat-glass.json +22 -0
- package/config.layers.redhat-highcontrast-dark.json +22 -0
- package/config.layers.redhat-highcontrast.json +22 -0
- package/config.layers.redhat.json +22 -0
- package/config.redhat-dark.json +25 -0
- package/config.redhat-glass-dark.json +25 -0
- package/config.redhat-glass.json +26 -0
- package/config.redhat-highcontrast-dark.json +25 -0
- package/config.redhat-highcontrast.json +26 -0
- package/config.redhat.json +26 -0
- package/package.json +2 -2
- package/patternfly-docs/content/all-patternfly-tokens.md +24 -1
- package/patternfly-docs/content/token-layers-glass-dark.json +38562 -0
- package/patternfly-docs/content/token-layers-glass.json +41600 -0
- package/patternfly-docs/content/token-layers-highcontrast-dark.json +38385 -0
- package/patternfly-docs/content/token-layers-highcontrast.json +53091 -0
- package/patternfly-docs/content/token-layers-redhat-dark.json +48501 -0
- package/patternfly-docs/content/token-layers-redhat-glass-dark.json +38233 -0
- package/patternfly-docs/content/token-layers-redhat-glass.json +41282 -0
- package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +38223 -0
- package/patternfly-docs/content/token-layers-redhat-highcontrast.json +52773 -0
- package/patternfly-docs/content/token-layers-redhat.json +65159 -0
- package/plugins/export-patternfly-tokens/dist/code.js +26 -10
- package/plugins/export-patternfly-tokens/dist/ui.html +65 -21
- package/plugins/export-patternfly-tokens/src/code.ts +29 -10
- package/plugins/export-patternfly-tokens/src/ui.tsx +65 -20
- package/tokens/{dark → default/dark}/base.dark.json +83 -43
- package/tokens/{highcontrast-dark → default/dark}/palette.color.json +8 -0
- package/tokens/{dark → default/dark}/semantic.dark.json +235 -12
- package/tokens/default/{base.dimension.json → glass/base.dimension.json} +12 -12
- package/tokens/{highcontrast → default/glass}/base.json +45 -5
- package/tokens/{dark → default/glass}/palette.color.json +8 -0
- package/tokens/default/glass/semantic.glass.json +1996 -0
- package/tokens/{highcontrast-dark → default/glass-dark}/base.dark.json +83 -43
- package/tokens/{highcontrast → default/glass-dark}/palette.color.json +8 -0
- package/tokens/default/glass-dark/semantic.glass.dark.json +1996 -0
- package/tokens/{highcontrast → default/highcontrast}/base.dimension.json +12 -12
- package/tokens/default/{base.json → highcontrast/base.json} +45 -5
- package/tokens/default/highcontrast/palette.color.json +335 -0
- package/tokens/{highcontrast → default/highcontrast}/semantic.dimension.highcontrast.json +92 -56
- package/tokens/{highcontrast → default/highcontrast}/semantic.highcontrast.json +246 -23
- package/tokens/default/highcontrast-dark/base.dark.json +473 -0
- package/tokens/default/{palette.color.json → highcontrast-dark/palette.color.json} +8 -0
- package/tokens/{highcontrast-dark → default/highcontrast-dark}/semantic.highcontrast.dark.json +234 -11
- package/tokens/default/light/base.dimension.json +387 -0
- package/tokens/default/light/base.json +611 -0
- package/tokens/default/light/palette.color.json +335 -0
- package/tokens/default/{semantic.dimension.json → light/semantic.dimension.json} +95 -59
- package/tokens/default/{semantic.json → light/semantic.json} +235 -12
- package/tokens/default/{semantic.motion.json → light/semantic.motion.json} +18 -18
- package/tokens/redhat/dark/redhat.color.dark.json +62 -0
- package/tokens/redhat/glass/redhat.color.glass.json +49 -0
- package/tokens/redhat/glass-dark/redhat.color.glass.dark.json +62 -0
- package/tokens/redhat/highcontrast/redhat.color.highcontrast.json +49 -0
- package/tokens/redhat/highcontrast/redhat.dimension.highcontrast.json +23 -0
- package/tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json +49 -0
- package/tokens/redhat/light/redhat.color.json +49 -0
- package/tokens/redhat/light/redhat.dimension.json +23 -0
- /package/tokens/{dark → default/dark}/charts.dark.json +0 -0
- /package/tokens/default/{base.motion.json → light/base.motion.json} +0 -0
- /package/tokens/default/{charts.json → light/charts.json} +0 -0
|
@@ -0,0 +1,1996 @@
|
|
|
1
|
+
|
|
2
|
+
{
|
|
3
|
+
"global": {
|
|
4
|
+
"background": {
|
|
5
|
+
"color": {
|
|
6
|
+
"glass": {
|
|
7
|
+
"primary": {
|
|
8
|
+
"type": "color",
|
|
9
|
+
"value": "{global.background.color.primary.default}"
|
|
10
|
+
},
|
|
11
|
+
"floating": {
|
|
12
|
+
"type": "color",
|
|
13
|
+
"value": "{global.background.color.primary.default}"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"primary": {
|
|
17
|
+
"default": {
|
|
18
|
+
"description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
|
|
19
|
+
"type": "color",
|
|
20
|
+
"value": "{global.background.color.100}"
|
|
21
|
+
},
|
|
22
|
+
"hover": {
|
|
23
|
+
"description": "Use as the hover state for primary backgrounds",
|
|
24
|
+
"type": "color",
|
|
25
|
+
"value": "{global.background.color.200}"
|
|
26
|
+
},
|
|
27
|
+
"clicked": {
|
|
28
|
+
"description": "Use as the clicked state for primary backgrounds",
|
|
29
|
+
"type": "color",
|
|
30
|
+
"value": "{global.background.color.200}"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"secondary": {
|
|
34
|
+
"default": {
|
|
35
|
+
"description": "Use as the secondary background color for UI content Use as the primary background color for UI content such as cards, page sections, and other content areas. Secondary background color is also used for our UI shell backgrounds (nav, masthead, etc).",
|
|
36
|
+
"type": "color",
|
|
37
|
+
"value": "{global.background.color.200}"
|
|
38
|
+
},
|
|
39
|
+
"hover": {
|
|
40
|
+
"description": "Use as the hover state for secondary backgrounds",
|
|
41
|
+
"type": "color",
|
|
42
|
+
"value": "{global.background.color.300}"
|
|
43
|
+
},
|
|
44
|
+
"clicked": {
|
|
45
|
+
"description": "Use as the clicked state for secondary backgrounds",
|
|
46
|
+
"type": "color",
|
|
47
|
+
"value": "{global.background.color.300}"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"tertiary": {
|
|
51
|
+
"default": {
|
|
52
|
+
"description": "Use as the tertiary background color. This is primarily used for containers that can be placed on secondary backgrounds.",
|
|
53
|
+
"type": "color",
|
|
54
|
+
"value": "{global.background.color.600}"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"floating": {
|
|
58
|
+
"default": {
|
|
59
|
+
"description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
|
|
60
|
+
"type": "color",
|
|
61
|
+
"value": "{global.background.color.100}"
|
|
62
|
+
},
|
|
63
|
+
"hover": {
|
|
64
|
+
"description": "Use as the hover state for floating backgrounds",
|
|
65
|
+
"type": "color",
|
|
66
|
+
"value": "{global.background.color.200}"
|
|
67
|
+
},
|
|
68
|
+
"clicked": {
|
|
69
|
+
"description": "Use as the clicked state for floating backgrounds",
|
|
70
|
+
"type": "color",
|
|
71
|
+
"value": "{global.background.color.200}"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"action": {
|
|
75
|
+
"plain": {
|
|
76
|
+
"default": {
|
|
77
|
+
"description": "Use as the default background for actions with transparent backgrounds such as menu items, accordion toggles, buttons, etc.",
|
|
78
|
+
"type": "color",
|
|
79
|
+
"value": "rgba(255, 255, 255, 0.0000)"
|
|
80
|
+
},
|
|
81
|
+
"hover": {
|
|
82
|
+
"description": "Use as the hover state for components that use the plain action default background.",
|
|
83
|
+
"type": "color",
|
|
84
|
+
"value": "{global.background.color.600}"
|
|
85
|
+
},
|
|
86
|
+
"clicked": {
|
|
87
|
+
"description": "Use as the active/pressed state for components that use the plain action default background.",
|
|
88
|
+
"type": "color",
|
|
89
|
+
"value": "{global.background.color.600}"
|
|
90
|
+
},
|
|
91
|
+
"alt": {
|
|
92
|
+
"hover": {
|
|
93
|
+
"description": "Use as the hover state for components that use the plain action default background but are placed on a secondary background color (like left nav, horizontal nav, etc.)",
|
|
94
|
+
"type": "color",
|
|
95
|
+
"value": "{global.background.color.100}"
|
|
96
|
+
},
|
|
97
|
+
"clicked": {
|
|
98
|
+
"description": "Use as the active/pressed state for components that use the plain action default background but are placed on a secondary background color (like left nav, horizontal nav, etc.)",
|
|
99
|
+
"type": "color",
|
|
100
|
+
"value": "{global.background.color.100}"
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"control": {
|
|
106
|
+
"default": {
|
|
107
|
+
"description": "Use as the default background for control elements like form inputs and menu toggles.",
|
|
108
|
+
"type": "color",
|
|
109
|
+
"value": "{global.background.color.primary.default}"
|
|
110
|
+
},
|
|
111
|
+
"read-only": {
|
|
112
|
+
"type": "color",
|
|
113
|
+
"value": "{global.background.color.200}"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"highlight": {
|
|
117
|
+
"default": {
|
|
118
|
+
"description": "Use as the background color for highlighted elements",
|
|
119
|
+
"type": "color",
|
|
120
|
+
"value": "{global.background.color.highlight.100}"
|
|
121
|
+
},
|
|
122
|
+
"clicked": {
|
|
123
|
+
"description": "Use as the active state for for highlighted elements",
|
|
124
|
+
"type": "color",
|
|
125
|
+
"value": "{global.background.color.highlight.200}"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"inverse": {
|
|
129
|
+
"default": {
|
|
130
|
+
"description": "Use as the background color components with inversed backgrounds like tooltips.",
|
|
131
|
+
"type": "color",
|
|
132
|
+
"value": "{global.background.color.400}"
|
|
133
|
+
},
|
|
134
|
+
"hover": {
|
|
135
|
+
"description": "Use as the hover color for interactive components with inversed backgrounds.",
|
|
136
|
+
"type": "color",
|
|
137
|
+
"value": "{global.background.color.450}"
|
|
138
|
+
},
|
|
139
|
+
"clicked": {
|
|
140
|
+
"description": "Use as the clicked color for interactive components with inversed backgrounds.",
|
|
141
|
+
"type": "color",
|
|
142
|
+
"value": "{global.background.color.450}"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"disabled": {
|
|
146
|
+
"default": {
|
|
147
|
+
"description": "Use as the background color for disabled components.",
|
|
148
|
+
"type": "color",
|
|
149
|
+
"value": "{global.color.disabled.100}"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"backdrop": {
|
|
153
|
+
"default": {
|
|
154
|
+
"description": "Use as the background color for the backdrop component that shows beneath a modal/about modal/floating wizard etc.",
|
|
155
|
+
"type": "color",
|
|
156
|
+
"value": "{global.background.color.500}"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"loading": {
|
|
160
|
+
"skeleton": {
|
|
161
|
+
"default": {
|
|
162
|
+
"type": "color",
|
|
163
|
+
"value": "{global.background.color.600}"
|
|
164
|
+
},
|
|
165
|
+
"subtle": {
|
|
166
|
+
"type": "color",
|
|
167
|
+
"value": "{global.background.color.700}"
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"filter": {
|
|
173
|
+
"glass": {
|
|
174
|
+
"blur": {
|
|
175
|
+
"primary": {
|
|
176
|
+
"type": "number",
|
|
177
|
+
"value": 12.5
|
|
178
|
+
},
|
|
179
|
+
"floating": {
|
|
180
|
+
"type": "number",
|
|
181
|
+
"value": 12.5
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"opacity": {
|
|
187
|
+
"glass": {
|
|
188
|
+
"primary": {
|
|
189
|
+
"type": "number",
|
|
190
|
+
"value": 80
|
|
191
|
+
},
|
|
192
|
+
"floating": {
|
|
193
|
+
"type": "number",
|
|
194
|
+
"value": 80
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"color": {
|
|
200
|
+
"brand": {
|
|
201
|
+
"default": {
|
|
202
|
+
"description": "Use this color for elements that you want to reinforce your brand",
|
|
203
|
+
"type": "color",
|
|
204
|
+
"value": "{global.color.brand.200}"
|
|
205
|
+
},
|
|
206
|
+
"hover": {
|
|
207
|
+
"description": "Use as the hover state for elements that have a branded background color",
|
|
208
|
+
"type": "color",
|
|
209
|
+
"value": "{global.color.brand.300}"
|
|
210
|
+
},
|
|
211
|
+
"clicked": {
|
|
212
|
+
"description": "Use as the clicked state for elements that have a brand background color",
|
|
213
|
+
"type": "color",
|
|
214
|
+
"value": "{global.color.brand.300}"
|
|
215
|
+
},
|
|
216
|
+
"accent": {
|
|
217
|
+
"default": {
|
|
218
|
+
"description": "Use this color for elements that you want to reinforce your brand",
|
|
219
|
+
"type": "color",
|
|
220
|
+
"value": "{global.color.brand.default}"
|
|
221
|
+
},
|
|
222
|
+
"hover": {
|
|
223
|
+
"description": "Use as the hover state for elements that have a branded background color",
|
|
224
|
+
"type": "color",
|
|
225
|
+
"value": "{global.color.brand.hover}"
|
|
226
|
+
},
|
|
227
|
+
"clicked": {
|
|
228
|
+
"description": "Use as the clicked state for elements that have a brand background color",
|
|
229
|
+
"type": "color",
|
|
230
|
+
"value": "{global.color.brand.clicked}"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"subtle": {
|
|
234
|
+
"default": {
|
|
235
|
+
"description": "Use this color for elements that you want to reinforce your brand",
|
|
236
|
+
"type": "color",
|
|
237
|
+
"value": "{global.color.brand.subtle.100}"
|
|
238
|
+
},
|
|
239
|
+
"hover": {
|
|
240
|
+
"description": "Use as the hover state for elements that have a branded background color",
|
|
241
|
+
"type": "color",
|
|
242
|
+
"value": "{global.color.brand.subtle.200}"
|
|
243
|
+
},
|
|
244
|
+
"clicked": {
|
|
245
|
+
"description": "Use as the clicked state for elements that have a brand background color",
|
|
246
|
+
"type": "color",
|
|
247
|
+
"value": "{global.color.brand.subtle.200}"
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"favorite": {
|
|
252
|
+
"default": {
|
|
253
|
+
"description": "Use as the default color for elements that have been favorited",
|
|
254
|
+
"type": "color",
|
|
255
|
+
"value": "{global.color.favorite.100}"
|
|
256
|
+
},
|
|
257
|
+
"hover": {
|
|
258
|
+
"description": "Use as the hover state for elements that have been favorited",
|
|
259
|
+
"type": "color",
|
|
260
|
+
"value": "{global.color.favorite.200}"
|
|
261
|
+
},
|
|
262
|
+
"clicked": {
|
|
263
|
+
"description": "Use as the clicked state for elements that have been favorited",
|
|
264
|
+
"type": "color",
|
|
265
|
+
"value": "{global.color.favorite.200}"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"status": {
|
|
269
|
+
"success": {
|
|
270
|
+
"default": {
|
|
271
|
+
"description": "Use as the default color for any element communicating a favorable outcome, like a success status for alert, progress, select.",
|
|
272
|
+
"type": "color",
|
|
273
|
+
"value": "{global.color.status.success.100}"
|
|
274
|
+
},
|
|
275
|
+
"hover": {
|
|
276
|
+
"description": "Use as the hover state for any element that conveys a success status.",
|
|
277
|
+
"type": "color",
|
|
278
|
+
"value": "{global.color.status.success.200}"
|
|
279
|
+
},
|
|
280
|
+
"clicked": {
|
|
281
|
+
"description": "Use as the clicked state for any element that conveys a success status.",
|
|
282
|
+
"type": "color",
|
|
283
|
+
"value": "{global.color.status.success.200}"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"warning": {
|
|
287
|
+
"default": {
|
|
288
|
+
"description": "Use as the default color for any element communicating caution, like a warning status for alert, progress, select.",
|
|
289
|
+
"type": "color",
|
|
290
|
+
"value": "{global.color.status.warning.100}"
|
|
291
|
+
},
|
|
292
|
+
"hover": {
|
|
293
|
+
"description": "Use as the hover state for any element that conveys a warning status.",
|
|
294
|
+
"type": "color",
|
|
295
|
+
"value": "{global.color.status.warning.200}"
|
|
296
|
+
},
|
|
297
|
+
"clicked": {
|
|
298
|
+
"description": "Use as the clicked state for any element that conveys a warning status.",
|
|
299
|
+
"type": "color",
|
|
300
|
+
"value": "{global.color.status.warning.200}"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
"danger": {
|
|
304
|
+
"default": {
|
|
305
|
+
"description": "Use as the default color for any element communicating a critical warning or error, like a danger status for alert, progress, select.",
|
|
306
|
+
"type": "color",
|
|
307
|
+
"value": "{global.color.status.danger.100}"
|
|
308
|
+
},
|
|
309
|
+
"hover": {
|
|
310
|
+
"description": "Use as the hover state for any element that conveys a danger status.",
|
|
311
|
+
"type": "color",
|
|
312
|
+
"value": "{global.color.status.danger.200}"
|
|
313
|
+
},
|
|
314
|
+
"clicked": {
|
|
315
|
+
"description": "Use as the clicked state for any element that conveys a danger status.",
|
|
316
|
+
"type": "color",
|
|
317
|
+
"value": "{global.color.status.danger.200}"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"info": {
|
|
321
|
+
"default": {
|
|
322
|
+
"description": "Use as the default color for any element communicating information, like an info status for alert, progress, select.",
|
|
323
|
+
"type": "color",
|
|
324
|
+
"value": "{global.color.status.info.100}"
|
|
325
|
+
},
|
|
326
|
+
"hover": {
|
|
327
|
+
"description": "Use as the hover state for any element that conveys an info status.",
|
|
328
|
+
"type": "color",
|
|
329
|
+
"value": "{global.color.status.info.200}"
|
|
330
|
+
},
|
|
331
|
+
"clicked": {
|
|
332
|
+
"description": "Use as the clicked state for any element that conveys an info status.",
|
|
333
|
+
"type": "color",
|
|
334
|
+
"value": "{global.color.status.info.200}"
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"custom": {
|
|
338
|
+
"default": {
|
|
339
|
+
"description": "Use as the default color for any element that conveys a generic status with no associated severity. This color can be customized.",
|
|
340
|
+
"type": "color",
|
|
341
|
+
"value": "{global.color.status.custom.100}"
|
|
342
|
+
},
|
|
343
|
+
"hover": {
|
|
344
|
+
"description": "Use this color as the hover state color for any element that conveys a generic status with no associated severity. This color can be customized.",
|
|
345
|
+
"type": "color",
|
|
346
|
+
"value": "{global.color.status.custom.200}"
|
|
347
|
+
},
|
|
348
|
+
"clicked": {
|
|
349
|
+
"description": "Use as the clicked state color for any element that conveys a generic status with no associated severity. This color can be customized.",
|
|
350
|
+
"type": "color",
|
|
351
|
+
"value": "{global.color.status.custom.200}"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
"unread": {
|
|
355
|
+
"default": {
|
|
356
|
+
"description": "Use as the default color for elements that convey an unread status, like badges and stateful buttons.",
|
|
357
|
+
"type": "color",
|
|
358
|
+
"value": "{global.color.brand.default}"
|
|
359
|
+
},
|
|
360
|
+
"hover": {
|
|
361
|
+
"description": "Use as the hover state color for elements that convey an unread status, like badges and stateful buttons.",
|
|
362
|
+
"type": "color",
|
|
363
|
+
"value": "{global.color.brand.hover}"
|
|
364
|
+
},
|
|
365
|
+
"clicked": {
|
|
366
|
+
"description": "Use as the clicked state color for elements that convey an unread status, like badges and stateful buttons.",
|
|
367
|
+
"type": "color",
|
|
368
|
+
"value": "{global.color.brand.clicked}"
|
|
369
|
+
},
|
|
370
|
+
"attention": {
|
|
371
|
+
"default": {
|
|
372
|
+
"description": "Use as the default color for elements that convey an unread status and require greater attention like badges and stateful buttons.",
|
|
373
|
+
"type": "color",
|
|
374
|
+
"value": "{global.color.status.danger.default}"
|
|
375
|
+
},
|
|
376
|
+
"clicked": {
|
|
377
|
+
"description": "Use as the hover state color for elements that convey an unread status and require greater attention like badges and stateful buttons.",
|
|
378
|
+
"type": "color",
|
|
379
|
+
"value": "{global.color.status.danger.clicked}"
|
|
380
|
+
},
|
|
381
|
+
"hover": {
|
|
382
|
+
"description": "Use as the clicked state color for elements that convey an unread status and require greater attention like badges and stateful buttons.",
|
|
383
|
+
"type": "color",
|
|
384
|
+
"value": "{global.color.status.danger.hover}"
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
"read": {
|
|
389
|
+
"on-secondary": {
|
|
390
|
+
"description": "Use as the default color for elements that convey a read status and are placed on a secondary background",
|
|
391
|
+
"type": "color",
|
|
392
|
+
"value": "{global.background.color.control.default}"
|
|
393
|
+
},
|
|
394
|
+
"on-primary": {
|
|
395
|
+
"description": "Use as the default color for elements that convey a read status and are placed on a primary background",
|
|
396
|
+
"type": "color",
|
|
397
|
+
"value": "{global.background.color.secondary.default}"
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"nonstatus": {
|
|
402
|
+
"red": {
|
|
403
|
+
"default": {
|
|
404
|
+
"description": "Use as the default background color for any element that does not convey status and that you always will want to be red (i.e. color-coded labels, banners, etc.)",
|
|
405
|
+
"type": "color",
|
|
406
|
+
"value": "{global.color.nonstatus.red.100}"
|
|
407
|
+
},
|
|
408
|
+
"hover": {
|
|
409
|
+
"description": "Use as the hover state color for any element that uses the non status red background color.",
|
|
410
|
+
"type": "color",
|
|
411
|
+
"value": "{global.color.nonstatus.red.200}"
|
|
412
|
+
},
|
|
413
|
+
"clicked": {
|
|
414
|
+
"description": "Use as the clicked state color for any element that uses the non status red background color.",
|
|
415
|
+
"type": "color",
|
|
416
|
+
"value": "{global.color.nonstatus.red.200}"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"orange": {
|
|
420
|
+
"default": {
|
|
421
|
+
"description": "Use as the default background color for any element that does not convey status and that you always will want to be orange (i.e. color-coded labels, banners, etc.)",
|
|
422
|
+
"type": "color",
|
|
423
|
+
"value": "{global.color.nonstatus.orange.100}"
|
|
424
|
+
},
|
|
425
|
+
"hover": {
|
|
426
|
+
"description": "Use as the hover state color for any element that uses the non status orange background color.",
|
|
427
|
+
"type": "color",
|
|
428
|
+
"value": "{global.color.nonstatus.orange.200}"
|
|
429
|
+
},
|
|
430
|
+
"clicked": {
|
|
431
|
+
"description": "Use as the clicked state color for any element that uses the non status orange background color.",
|
|
432
|
+
"type": "color",
|
|
433
|
+
"value": "{global.color.nonstatus.orange.200}"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
"orangered": {
|
|
437
|
+
"default": {
|
|
438
|
+
"description": "Use as the default background color for any element that does not convey status and that you always will want to be orange-red (i.e. color-coded labels, banners, etc.)",
|
|
439
|
+
"type": "color",
|
|
440
|
+
"value": "{global.color.nonstatus.orangered.100}"
|
|
441
|
+
},
|
|
442
|
+
"hover": {
|
|
443
|
+
"description": "Use as the hover state color for any element that uses the non status orange-red background color.",
|
|
444
|
+
"type": "color",
|
|
445
|
+
"value": "{global.color.nonstatus.orangered.200}"
|
|
446
|
+
},
|
|
447
|
+
"clicked": {
|
|
448
|
+
"description": "Use as the clicked state color for any element that uses the non status orange-red background color.",
|
|
449
|
+
"type": "color",
|
|
450
|
+
"value": "{global.color.nonstatus.orangered.200}"
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
"yellow": {
|
|
454
|
+
"default": {
|
|
455
|
+
"description": "Use as the default background color for any element that does not convey status and that you always will want to be yellow (i.e. color-coded labels, banners, etc.)",
|
|
456
|
+
"type": "color",
|
|
457
|
+
"value": "{global.color.nonstatus.yellow.100}"
|
|
458
|
+
},
|
|
459
|
+
"hover": {
|
|
460
|
+
"description": "Use as the hover state color for any element that uses the non status yellow background color.",
|
|
461
|
+
"type": "color",
|
|
462
|
+
"value": "{global.color.nonstatus.yellow.200}"
|
|
463
|
+
},
|
|
464
|
+
"clicked": {
|
|
465
|
+
"description": "Use as the clicked state color for any element that uses the non status yellow background color.",
|
|
466
|
+
"type": "color",
|
|
467
|
+
"value": "{global.color.nonstatus.yellow.200}"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"green": {
|
|
471
|
+
"default": {
|
|
472
|
+
"description": "Use as the default background color for any element that does not convey status and that you always will want to be green (i.e. color-coded labels, banners, etc.)",
|
|
473
|
+
"type": "color",
|
|
474
|
+
"value": "{global.color.nonstatus.green.100}"
|
|
475
|
+
},
|
|
476
|
+
"hover": {
|
|
477
|
+
"description": "Use as the hover state color for any element that uses the non status green background color.",
|
|
478
|
+
"type": "color",
|
|
479
|
+
"value": "{global.color.nonstatus.green.200}"
|
|
480
|
+
},
|
|
481
|
+
"clicked": {
|
|
482
|
+
"description": "Use as the clicked state color for any element that uses the non status green background color.",
|
|
483
|
+
"type": "color",
|
|
484
|
+
"value": "{global.color.nonstatus.green.200}"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
"teal": {
|
|
488
|
+
"default": {
|
|
489
|
+
"description": "Use as the default background color for any element that does not convey status and that you always will want to be teal (i.e. color-coded labels, banners, etc.)",
|
|
490
|
+
"type": "color",
|
|
491
|
+
"value": "{global.color.nonstatus.teal.100}"
|
|
492
|
+
},
|
|
493
|
+
"hover": {
|
|
494
|
+
"description": "Use as the hover state color for any element that uses the non status teal background color.",
|
|
495
|
+
"type": "color",
|
|
496
|
+
"value": "{global.color.nonstatus.teal.200}"
|
|
497
|
+
},
|
|
498
|
+
"clicked": {
|
|
499
|
+
"description": "Use as the clicked state color for any element that uses the non status teal background color.",
|
|
500
|
+
"type": "color",
|
|
501
|
+
"value": "{global.color.nonstatus.teal.200}"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"blue": {
|
|
505
|
+
"default": {
|
|
506
|
+
"description": "Use as the default background color for any element that does not convey status and that you always will want to be blue (i.e. color-coded labels, banners, etc.)",
|
|
507
|
+
"type": "color",
|
|
508
|
+
"value": "{global.color.nonstatus.blue.100}"
|
|
509
|
+
},
|
|
510
|
+
"hover": {
|
|
511
|
+
"description": "Use as the hover state color for any element that uses the non status blue background color.",
|
|
512
|
+
"type": "color",
|
|
513
|
+
"value": "{global.color.nonstatus.blue.200}"
|
|
514
|
+
},
|
|
515
|
+
"clicked": {
|
|
516
|
+
"description": "Use as the clicked state color for any element that uses the non status blue background color.",
|
|
517
|
+
"type": "color",
|
|
518
|
+
"value": "{global.color.nonstatus.blue.200}"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
"purple": {
|
|
522
|
+
"default": {
|
|
523
|
+
"description": "Use as the default background color for any element that does not convey status and that you always will want to be purple (i.e. color-coded labels, banners, etc.)",
|
|
524
|
+
"type": "color",
|
|
525
|
+
"value": "{global.color.nonstatus.purple.100}"
|
|
526
|
+
},
|
|
527
|
+
"hover": {
|
|
528
|
+
"description": "Use as the hover state color for any element that uses the non status purple background color.",
|
|
529
|
+
"type": "color",
|
|
530
|
+
"value": "{global.color.nonstatus.purple.200}"
|
|
531
|
+
},
|
|
532
|
+
"clicked": {
|
|
533
|
+
"description": "Use as the clicked state color for any element that uses the non status purple background color.",
|
|
534
|
+
"type": "color",
|
|
535
|
+
"value": "{global.color.nonstatus.purple.200}"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
"gray": {
|
|
539
|
+
"default": {
|
|
540
|
+
"description": "Use as the default background color for any element that does not convey status and that you always will want to be gray (i.e. color-coded labels, banners, etc.)",
|
|
541
|
+
"type": "color",
|
|
542
|
+
"value": "{global.color.nonstatus.gray.100}"
|
|
543
|
+
},
|
|
544
|
+
"hover": {
|
|
545
|
+
"description": "Use as the hover state color for any element that uses the non status gray background color.",
|
|
546
|
+
"type": "color",
|
|
547
|
+
"value": "{global.color.nonstatus.gray.200}"
|
|
548
|
+
},
|
|
549
|
+
"clicked": {
|
|
550
|
+
"description": "Use as the clicked state color for any element that uses the non status gray background color.",
|
|
551
|
+
"type": "color",
|
|
552
|
+
"value": "{global.color.nonstatus.gray.200}"
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
"icon": {
|
|
558
|
+
"color": {
|
|
559
|
+
"brand": {
|
|
560
|
+
"default": {
|
|
561
|
+
"description": "Use as the color for icons that convey your brand and/or are paired with branded text color.",
|
|
562
|
+
"type": "color",
|
|
563
|
+
"value": "{global.color.brand.default}"
|
|
564
|
+
},
|
|
565
|
+
"hover": {
|
|
566
|
+
"description": "Use as the hover state color for icons that convey your brand and/or are paired with branded text color.",
|
|
567
|
+
"type": "color",
|
|
568
|
+
"value": "{global.color.brand.hover}"
|
|
569
|
+
},
|
|
570
|
+
"clicked": {
|
|
571
|
+
"description": "Use as the clicked state for icons that convey your brand and/or are paired with branded text color.",
|
|
572
|
+
"type": "color",
|
|
573
|
+
"value": "{global.color.brand.clicked}"
|
|
574
|
+
},
|
|
575
|
+
"accent": {
|
|
576
|
+
"default": {
|
|
577
|
+
"description": "Use as the color for icons that convey your brand and/or are paired with branded text color.",
|
|
578
|
+
"type": "color",
|
|
579
|
+
"value": "{global.color.brand.accent.default}"
|
|
580
|
+
},
|
|
581
|
+
"hover": {
|
|
582
|
+
"description": "Use as the hover state color for icons that convey your brand and/or are paired with branded text color.",
|
|
583
|
+
"type": "color",
|
|
584
|
+
"value": "{global.color.brand.accent.hover}"
|
|
585
|
+
},
|
|
586
|
+
"clicked": {
|
|
587
|
+
"description": "Use as the clicked state for icons that convey your brand and/or are paired with branded text color.",
|
|
588
|
+
"type": "color",
|
|
589
|
+
"value": "{global.color.brand.accent.clicked}"
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"on-brand": {
|
|
594
|
+
"default": {
|
|
595
|
+
"description": "Use as the default color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
596
|
+
"type": "color",
|
|
597
|
+
"value": "{global.icon.color.inverse}"
|
|
598
|
+
},
|
|
599
|
+
"hover": {
|
|
600
|
+
"description": "Use as the hover state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
601
|
+
"type": "color",
|
|
602
|
+
"value": "{global.icon.color.inverse}"
|
|
603
|
+
},
|
|
604
|
+
"clicked": {
|
|
605
|
+
"description": "Use as the clicked state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
606
|
+
"type": "color",
|
|
607
|
+
"value": "{global.icon.color.inverse}"
|
|
608
|
+
},
|
|
609
|
+
"accent": {
|
|
610
|
+
"default": {
|
|
611
|
+
"description": "Use as the default color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
612
|
+
"type": "color",
|
|
613
|
+
"value": "{global.icon.color.inverse}"
|
|
614
|
+
},
|
|
615
|
+
"hover": {
|
|
616
|
+
"description": "Use as the hover state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
617
|
+
"type": "color",
|
|
618
|
+
"value": "{global.icon.color.inverse}"
|
|
619
|
+
},
|
|
620
|
+
"clicked": {
|
|
621
|
+
"description": "Use as the clicked state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
622
|
+
"type": "color",
|
|
623
|
+
"value": "{global.icon.color.inverse}"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
"subtle": {
|
|
627
|
+
"default": {
|
|
628
|
+
"description": "Use as the default color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
629
|
+
"type": "color",
|
|
630
|
+
"value": "{global.icon.color.regular}"
|
|
631
|
+
},
|
|
632
|
+
"hover": {
|
|
633
|
+
"description": "Use as the hover state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
634
|
+
"type": "color",
|
|
635
|
+
"value": "{global.icon.color.regular}"
|
|
636
|
+
},
|
|
637
|
+
"clicked": {
|
|
638
|
+
"description": "Use as the clicked state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
639
|
+
"type": "color",
|
|
640
|
+
"value": "{global.icon.color.regular}"
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
"favorite": {
|
|
645
|
+
"default": {
|
|
646
|
+
"description": "Use as the icon color for icons that have been favorited (this color is typically applied to the star or favorite icon)",
|
|
647
|
+
"type": "color",
|
|
648
|
+
"value": "{global.color.favorite.default}"
|
|
649
|
+
},
|
|
650
|
+
"hover": {
|
|
651
|
+
"description": "Use as the hover state icon color for icons that have been favorited (this color is typically applied to the star or favorite icon)",
|
|
652
|
+
"type": "color",
|
|
653
|
+
"value": "{global.color.favorite.hover}"
|
|
654
|
+
},
|
|
655
|
+
"clicked": {
|
|
656
|
+
"description": "Use as the clicked state icon color for icons that have been favorited (this color is typically applied to the star or favorite icon)",
|
|
657
|
+
"type": "color",
|
|
658
|
+
"value": "{global.color.favorite.clicked}"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"status": {
|
|
662
|
+
"success": {
|
|
663
|
+
"default": {
|
|
664
|
+
"description": "Use as the default color for text that communicates a success status.",
|
|
665
|
+
"type": "color",
|
|
666
|
+
"value": "{global.color.status.success.default}"
|
|
667
|
+
},
|
|
668
|
+
"hover": {
|
|
669
|
+
"description": "Use as the hover state color for text that communicates a success status.",
|
|
670
|
+
"type": "color",
|
|
671
|
+
"value": "{global.color.status.success.hover}"
|
|
672
|
+
},
|
|
673
|
+
"clicked": {
|
|
674
|
+
"description": "Use as the clicked state color for text that communicates a success status.",
|
|
675
|
+
"type": "color",
|
|
676
|
+
"value": "{global.color.status.success.clicked}"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"on-success": {
|
|
680
|
+
"default": {
|
|
681
|
+
"description": "Use as the default color for icons that are placed on a success background color and/or are paired with on-success colored text",
|
|
682
|
+
"type": "color",
|
|
683
|
+
"value": "{global.icon.color.inverse}"
|
|
684
|
+
},
|
|
685
|
+
"hover": {
|
|
686
|
+
"description": "Use as the hover state color for icons that are placed on a success background color and/or are paired with on-success colored text",
|
|
687
|
+
"type": "color",
|
|
688
|
+
"value": "{global.icon.color.inverse}"
|
|
689
|
+
},
|
|
690
|
+
"clicked": {
|
|
691
|
+
"description": "Use as the clicked state color for icons that are placed on a success background color and/or are paired with on-success colored text",
|
|
692
|
+
"type": "color",
|
|
693
|
+
"value": "{global.icon.color.inverse}"
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
"warning": {
|
|
697
|
+
"default": {
|
|
698
|
+
"description": "Use as the default color for text that communicates a warning status.",
|
|
699
|
+
"type": "color",
|
|
700
|
+
"value": "{global.color.status.warning.200}"
|
|
701
|
+
},
|
|
702
|
+
"hover": {
|
|
703
|
+
"description": "Use as the hover state color for text that communicates a warning status.",
|
|
704
|
+
"type": "color",
|
|
705
|
+
"value": "{global.color.status.warning.300}"
|
|
706
|
+
},
|
|
707
|
+
"clicked": {
|
|
708
|
+
"description": "Use as the clicked state color for text that communicates a warning status.",
|
|
709
|
+
"type": "color",
|
|
710
|
+
"value": "{global.color.status.warning.300}"
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
"on-warning": {
|
|
714
|
+
"default": {
|
|
715
|
+
"description": "Use as the default color for icons that are placed on a warning background color and/or are paired with on-warning colored text",
|
|
716
|
+
"type": "color",
|
|
717
|
+
"value": "{global.icon.color.regular}"
|
|
718
|
+
},
|
|
719
|
+
"hover": {
|
|
720
|
+
"description": "Use as the hover state color for icons that are placed on a warning background color and/or are paired with on-warning colored text",
|
|
721
|
+
"type": "color",
|
|
722
|
+
"value": "{global.icon.color.regular}"
|
|
723
|
+
},
|
|
724
|
+
"clicked": {
|
|
725
|
+
"description": "Use as the hover state color for icons that are placed on a warning background color and/or are paired with on-warning colored text",
|
|
726
|
+
"type": "color",
|
|
727
|
+
"value": "{global.icon.color.regular}"
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
"danger": {
|
|
731
|
+
"default": {
|
|
732
|
+
"description": "Use as the default color for icons that convey danger, like in alerts or banners.",
|
|
733
|
+
"type": "color",
|
|
734
|
+
"value": "{global.color.status.danger.default}"
|
|
735
|
+
},
|
|
736
|
+
"hover": {
|
|
737
|
+
"description": "Use as the hover state for icons that indicate danger.",
|
|
738
|
+
"type": "color",
|
|
739
|
+
"value": "{global.color.status.danger.hover}"
|
|
740
|
+
},
|
|
741
|
+
"clicked": {
|
|
742
|
+
"description": "Use as the clicked state for icons that indicate danger.",
|
|
743
|
+
"type": "color",
|
|
744
|
+
"value": "{global.color.status.danger.clicked}"
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
"on-danger": {
|
|
748
|
+
"default": {
|
|
749
|
+
"description": "Use as the default color for icons that are placed on a danger background color and/or are paired with on-danger colored text",
|
|
750
|
+
"type": "color",
|
|
751
|
+
"value": "{global.icon.color.inverse}"
|
|
752
|
+
},
|
|
753
|
+
"hover": {
|
|
754
|
+
"description": "Use as the hover state color for icons that are placed on a danger background color and/or are paired with on-danger colored text",
|
|
755
|
+
"type": "color",
|
|
756
|
+
"value": "{global.icon.color.inverse}"
|
|
757
|
+
},
|
|
758
|
+
"clicked": {
|
|
759
|
+
"description": "Use as the clicked state color for icons that are placed on a danger background color and/or are paired with on-danger colored text",
|
|
760
|
+
"type": "color",
|
|
761
|
+
"value": "{global.icon.color.inverse}"
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
"info": {
|
|
765
|
+
"default": {
|
|
766
|
+
"description": "Use as the default color for icons that identify informational messages, like in alerts or banners.",
|
|
767
|
+
"type": "color",
|
|
768
|
+
"value": "{global.color.status.info.default}"
|
|
769
|
+
},
|
|
770
|
+
"hover": {
|
|
771
|
+
"description": "Use as the hover state for icons that identify informational messages.",
|
|
772
|
+
"type": "color",
|
|
773
|
+
"value": "{global.color.status.info.hover}"
|
|
774
|
+
},
|
|
775
|
+
"clicked": {
|
|
776
|
+
"description": "Use as the clicked state for icons that identify informational messages.",
|
|
777
|
+
"type": "color",
|
|
778
|
+
"value": "{global.color.status.info.clicked}"
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
"on-info": {
|
|
782
|
+
"default": {
|
|
783
|
+
"description": "Use as the default color for icons that are placed on an info background color and/or are paired with on-info colored text",
|
|
784
|
+
"type": "color",
|
|
785
|
+
"value": "{global.icon.color.inverse}"
|
|
786
|
+
},
|
|
787
|
+
"hover": {
|
|
788
|
+
"description": "Use as the hover state color for icons that are placed on an info background color and/or are paired with on-info colored text",
|
|
789
|
+
"type": "color",
|
|
790
|
+
"value": "{global.icon.color.inverse}"
|
|
791
|
+
},
|
|
792
|
+
"clicked": {
|
|
793
|
+
"description": "Use as the clicked state color for icons that are placed on an info background color and/or are paired with on-info colored text",
|
|
794
|
+
"type": "color",
|
|
795
|
+
"value": "{global.icon.color.inverse}"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
"custom": {
|
|
799
|
+
"default": {
|
|
800
|
+
"description": "Use as the default color for icons that convey generic status with no associated severity. This color can be customized.",
|
|
801
|
+
"type": "color",
|
|
802
|
+
"value": "{global.color.status.custom.default}"
|
|
803
|
+
},
|
|
804
|
+
"hover": {
|
|
805
|
+
"description": "Use as the hover state for icons that convey generic status with no associated severity.",
|
|
806
|
+
"type": "color",
|
|
807
|
+
"value": "{global.color.status.custom.hover}"
|
|
808
|
+
},
|
|
809
|
+
"clicked": {
|
|
810
|
+
"description": "Use as the clicked state for icons that convey generic status with no associated severity.",
|
|
811
|
+
"type": "color",
|
|
812
|
+
"value": "{global.color.status.custom.clicked}"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
"on-custom": {
|
|
816
|
+
"default": {
|
|
817
|
+
"description": "Use as the default color for icons that are placed on a custom background color and/or are paired with on-custom colored text. If you change the custom status color, make sure that this token meets contrast requirements with your new custom status color.",
|
|
818
|
+
"type": "color",
|
|
819
|
+
"value": "{global.icon.color.inverse}"
|
|
820
|
+
},
|
|
821
|
+
"hover": {
|
|
822
|
+
"description": "Use as the hover state color for icons that are placed on a custom background color and/or are paired with on-custom colored text. If you change the custom status hover color, make sure that this token meets contrast requirements with your new custom status hover color.",
|
|
823
|
+
"type": "color",
|
|
824
|
+
"value": "{global.icon.color.inverse}"
|
|
825
|
+
},
|
|
826
|
+
"clicked": {
|
|
827
|
+
"description": "Use as the clicked state color for icons that are placed on a custom background color and/or are paired with on-custom colored text. If you change the custom status clicked color, make sure that this token meets contrast requirements with your new custom status clicked color.",
|
|
828
|
+
"type": "color",
|
|
829
|
+
"value": "{global.icon.color.inverse}"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
"unread": {
|
|
833
|
+
"on-default": {
|
|
834
|
+
"default": {
|
|
835
|
+
"description": "Use as the default color for icons that are placed in and/or are paired with elements that convey an unread status, like badges and stateful buttons.",
|
|
836
|
+
"type": "color",
|
|
837
|
+
"value": "{global.icon.color.inverse}"
|
|
838
|
+
},
|
|
839
|
+
"hover": {
|
|
840
|
+
"description": "Use as the hover state color for icons that are placed in and/or are paired with elements that convey an unread status, like badges and stateful buttons.",
|
|
841
|
+
"type": "color",
|
|
842
|
+
"value": "{global.icon.color.inverse}"
|
|
843
|
+
},
|
|
844
|
+
"clicked": {
|
|
845
|
+
"description": "Use as the clicked state color for icons that are placed in and/or are paired with elements that convey an unread status, like badges and stateful buttons.",
|
|
846
|
+
"type": "color",
|
|
847
|
+
"value": "{global.icon.color.inverse}"
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
"on-attention": {
|
|
851
|
+
"default": {
|
|
852
|
+
"description": "Use as the default color for icons that are placed in and/or are paired with elements that convey an unread status and require greater attention like badges and stateful buttons.",
|
|
853
|
+
"type": "color",
|
|
854
|
+
"value": "{global.icon.color.inverse}"
|
|
855
|
+
},
|
|
856
|
+
"hover": {
|
|
857
|
+
"description": "Use as the hover state color for icons that are placed in and/or are paired with elements that convey an unread status and require greater attention like badges and stateful buttons.",
|
|
858
|
+
"type": "color",
|
|
859
|
+
"value": "{global.icon.color.inverse}"
|
|
860
|
+
},
|
|
861
|
+
"clicked": {
|
|
862
|
+
"description": "Use as the clicked state color for icons that are placed in and/or are paired with elements that convey an unread status and require greater attention like badges and stateful buttons.",
|
|
863
|
+
"type": "color",
|
|
864
|
+
"value": "{global.icon.color.inverse}"
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
"regular": {
|
|
870
|
+
"description": "Use as the default color for icons in icon buttons and/or when paired with regular-colored text",
|
|
871
|
+
"type": "color",
|
|
872
|
+
"value": "{global.icon.color.100}"
|
|
873
|
+
},
|
|
874
|
+
"subtle": {
|
|
875
|
+
"description": "Use as the color for icons when you want the icon to have less emphasis and/or when paired with subtle-colored text",
|
|
876
|
+
"type": "color",
|
|
877
|
+
"value": "{global.icon.color.200}"
|
|
878
|
+
},
|
|
879
|
+
"inverse": {
|
|
880
|
+
"description": "Use as the color for icons that are placed on an inverse background color",
|
|
881
|
+
"type": "color",
|
|
882
|
+
"value": "{global.icon.color.300}"
|
|
883
|
+
},
|
|
884
|
+
"disabled": {
|
|
885
|
+
"description": "Use as the color for icons that show in disabled icon buttons and/or when paired with disabled-color text",
|
|
886
|
+
"type": "color",
|
|
887
|
+
"value": "{global.color.disabled.200}"
|
|
888
|
+
},
|
|
889
|
+
"on-disabled": {
|
|
890
|
+
"description": "Use as the color for icons that are placed on a disabled background color and/or are paired with on-disabled colored text.",
|
|
891
|
+
"type": "color",
|
|
892
|
+
"value": "{global.color.disabled.300}"
|
|
893
|
+
},
|
|
894
|
+
"severity": {
|
|
895
|
+
"undefined": {
|
|
896
|
+
"default": {
|
|
897
|
+
"description": "Use as the default color for severity icons that don’t communicate a specific severity level for issues.",
|
|
898
|
+
"type": "color",
|
|
899
|
+
"value": "{global.color.severity.undefined.100}"
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
"none": {
|
|
903
|
+
"default": {
|
|
904
|
+
"description": "Use as the default color for severity icons that identify no issues.",
|
|
905
|
+
"type": "color",
|
|
906
|
+
"value": "{global.color.severity.none.100}"
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
"minor": {
|
|
910
|
+
"default": {
|
|
911
|
+
"description": "Use as the default color for severity icons that identify issues of minor severity.",
|
|
912
|
+
"type": "color",
|
|
913
|
+
"value": "{global.color.severity.minor.100}"
|
|
914
|
+
}
|
|
915
|
+
},
|
|
916
|
+
"moderate": {
|
|
917
|
+
"default": {
|
|
918
|
+
"description": "Use as the default color for severity icons that identify issues of moderate severity.",
|
|
919
|
+
"type": "color",
|
|
920
|
+
"value": "{global.color.severity.moderate.100}"
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
"important": {
|
|
924
|
+
"default": {
|
|
925
|
+
"description": "Use as the default color for severity icons that identify issues of important severity.",
|
|
926
|
+
"type": "color",
|
|
927
|
+
"value": "{global.color.severity.important.100}"
|
|
928
|
+
}
|
|
929
|
+
},
|
|
930
|
+
"critical": {
|
|
931
|
+
"default": {
|
|
932
|
+
"description": "Use as the default color for severity icons that identify issues of critical severity.",
|
|
933
|
+
"type": "color",
|
|
934
|
+
"value": "{global.color.severity.critical.100}"
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
"nonstatus": {
|
|
939
|
+
"on-red": {
|
|
940
|
+
"default": {
|
|
941
|
+
"description": "Use as the default color for icons that are placed on a non status red background color and/or are paired with on-red colored text.",
|
|
942
|
+
"type": "color",
|
|
943
|
+
"value": "{global.icon.color.regular}"
|
|
944
|
+
},
|
|
945
|
+
"hover": {
|
|
946
|
+
"description": "Use as the hover state color for icons that are placed on a non status red background color and/or are paired with on-red colored text.",
|
|
947
|
+
"type": "color",
|
|
948
|
+
"value": "{global.icon.color.regular}"
|
|
949
|
+
},
|
|
950
|
+
"clicked": {
|
|
951
|
+
"description": "Use as the clicked state color for icons that are placed on a nonstatus red background color and/or are paired with on-red colored text.",
|
|
952
|
+
"type": "color",
|
|
953
|
+
"value": "{global.icon.color.regular}"
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
"on-orangered": {
|
|
957
|
+
"default": {
|
|
958
|
+
"description": "Use as the default color for icons that are placed on a nonstatus orangered background color and/or are paired with on-orangered colored text.",
|
|
959
|
+
"type": "color",
|
|
960
|
+
"value": "{global.icon.color.regular}"
|
|
961
|
+
},
|
|
962
|
+
"hover": {
|
|
963
|
+
"description": "Use as the hover state color for icons that are placed on a nonstatus orangered background color and/or are paired with on-orangered colored text.",
|
|
964
|
+
"type": "color",
|
|
965
|
+
"value": "{global.icon.color.regular}"
|
|
966
|
+
},
|
|
967
|
+
"clicked": {
|
|
968
|
+
"description": "Use as the clicked state color for icons that are placed on a nonstatus orangered background color and/or are paired with on-orangered colored text.",
|
|
969
|
+
"type": "color",
|
|
970
|
+
"value": "{global.icon.color.regular}"
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"on-orange": {
|
|
974
|
+
"default": {
|
|
975
|
+
"description": "Use as the default color for icons that are placed on a nonstatus orange background color and/or are paired with on-orange colored text.",
|
|
976
|
+
"type": "color",
|
|
977
|
+
"value": "{global.icon.color.regular}"
|
|
978
|
+
},
|
|
979
|
+
"hover": {
|
|
980
|
+
"description": "Use as the hover state color for icons that are placed on a nonstatus orange background color and/or are paired with on-orange colored text.",
|
|
981
|
+
"type": "color",
|
|
982
|
+
"value": "{global.icon.color.regular}"
|
|
983
|
+
},
|
|
984
|
+
"clicked": {
|
|
985
|
+
"description": "Use as the clicked state color for icons that are placed on a nonstatus orange background color and/or are paired with on-orange colored text.",
|
|
986
|
+
"type": "color",
|
|
987
|
+
"value": "{global.icon.color.regular}"
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
"on-yellow": {
|
|
991
|
+
"default": {
|
|
992
|
+
"description": "Use as the default color for icons that are placed on a nonstatus yellow background color and/or are paired with on-yellow colored text.",
|
|
993
|
+
"type": "color",
|
|
994
|
+
"value": "{global.icon.color.regular}"
|
|
995
|
+
},
|
|
996
|
+
"hover": {
|
|
997
|
+
"description": "Use as the hover state color for icons that are placed on a nonstatus yellow background color and/or are paired with on-yellow colored text.",
|
|
998
|
+
"type": "color",
|
|
999
|
+
"value": "{global.icon.color.regular}"
|
|
1000
|
+
},
|
|
1001
|
+
"clicked": {
|
|
1002
|
+
"description": "Use as the clicked state color for icons that are placed on a nonstatus yellow background color and/or are paired with on-yellow colored text.",
|
|
1003
|
+
"type": "color",
|
|
1004
|
+
"value": "{global.icon.color.regular}"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
"on-green": {
|
|
1008
|
+
"default": {
|
|
1009
|
+
"description": "Use as the default color for icons that are placed on a nonstatus green background color and/or are paired with on-green colored text.",
|
|
1010
|
+
"type": "color",
|
|
1011
|
+
"value": "{global.icon.color.regular}"
|
|
1012
|
+
},
|
|
1013
|
+
"hover": {
|
|
1014
|
+
"description": "Use as the hover state color for icons that are placed on a nonstatus green background color and/or are paired with on-green colored text.",
|
|
1015
|
+
"type": "color",
|
|
1016
|
+
"value": "{global.icon.color.regular}"
|
|
1017
|
+
},
|
|
1018
|
+
"clicked": {
|
|
1019
|
+
"description": "Use as the clicked state color for icons that are placed on a nonstatus green background color and/or are paired with on-green colored text.",
|
|
1020
|
+
"type": "color",
|
|
1021
|
+
"value": "{global.icon.color.regular}"
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
"on-teal": {
|
|
1025
|
+
"default": {
|
|
1026
|
+
"description": "Use as the default color for icons that are placed on a nonstatus teal background color and/or are paired with on-teal colored text.",
|
|
1027
|
+
"type": "color",
|
|
1028
|
+
"value": "{global.icon.color.regular}"
|
|
1029
|
+
},
|
|
1030
|
+
"hover": {
|
|
1031
|
+
"description": "Use as the hover state color for icons that are placed on a nonstatus teal background color and/or are paired with on-teal colored text.",
|
|
1032
|
+
"type": "color",
|
|
1033
|
+
"value": "{global.icon.color.regular}"
|
|
1034
|
+
},
|
|
1035
|
+
"clicked": {
|
|
1036
|
+
"description": "Use as the clicked state color for icons that are placed on a nonstatus teal background color and/or are paired with on-teal colored text.",
|
|
1037
|
+
"type": "color",
|
|
1038
|
+
"value": "{global.icon.color.regular}"
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
"on-blue": {
|
|
1042
|
+
"default": {
|
|
1043
|
+
"description": "Use as the default color for icons that are placed on a nonstatus blue background color and/or are paired with on-blue colored text.",
|
|
1044
|
+
"type": "color",
|
|
1045
|
+
"value": "{global.icon.color.regular}"
|
|
1046
|
+
},
|
|
1047
|
+
"hover": {
|
|
1048
|
+
"description": "Use as the hover state color for icons that are placed on a nonstatus blue background color and/or are paired with on-blue colored text.",
|
|
1049
|
+
"type": "color",
|
|
1050
|
+
"value": "{global.icon.color.regular}"
|
|
1051
|
+
},
|
|
1052
|
+
"clicked": {
|
|
1053
|
+
"description": "Use as the clicked state color for icons that are placed on a nonstatus blue background color and/or are paired with on-blue colored text.",
|
|
1054
|
+
"type": "color",
|
|
1055
|
+
"value": "{global.icon.color.regular}"
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1058
|
+
"on-purple": {
|
|
1059
|
+
"default": {
|
|
1060
|
+
"description": "Use as the default color for icons that are placed on a nonstatus purple background color and/or are paired with on-purple colored text.",
|
|
1061
|
+
"type": "color",
|
|
1062
|
+
"value": "{global.icon.color.regular}"
|
|
1063
|
+
},
|
|
1064
|
+
"hover": {
|
|
1065
|
+
"description": "Use as the hover state color for icons that are placed on a nonstatus purple background color and/or are paired with on-purple colored text.",
|
|
1066
|
+
"type": "color",
|
|
1067
|
+
"value": "{global.icon.color.regular}"
|
|
1068
|
+
},
|
|
1069
|
+
"clicked": {
|
|
1070
|
+
"description": "Use as the clicked state color for icons that are placed on a nonstatus purple background color and/or are paired with on-purple colored text.",
|
|
1071
|
+
"type": "color",
|
|
1072
|
+
"value": "{global.icon.color.regular}"
|
|
1073
|
+
}
|
|
1074
|
+
},
|
|
1075
|
+
"on-gray": {
|
|
1076
|
+
"default": {
|
|
1077
|
+
"description": "Use as the default color for icons that are placed on a nonstatus gray background color and/or are paired with on-gray colored text.",
|
|
1078
|
+
"type": "color",
|
|
1079
|
+
"value": "{global.icon.color.regular}"
|
|
1080
|
+
},
|
|
1081
|
+
"hover": {
|
|
1082
|
+
"description": "Use as the hover state color for icons that are placed on a nonstatus gray background color and/or are paired with on-gray colored text.",
|
|
1083
|
+
"type": "color",
|
|
1084
|
+
"value": "{global.icon.color.regular}"
|
|
1085
|
+
},
|
|
1086
|
+
"clicked": {
|
|
1087
|
+
"description": "Use as the clicked state color for icons that are placed on a nonstatus gray background color and/or are paired with on-gray colored text.",
|
|
1088
|
+
"type": "color",
|
|
1089
|
+
"value": "{global.icon.color.regular}"
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
"border": {
|
|
1096
|
+
"color": {
|
|
1097
|
+
"control": {
|
|
1098
|
+
"default": {
|
|
1099
|
+
"type": "color",
|
|
1100
|
+
"value": "{global.border.color.300}"
|
|
1101
|
+
},
|
|
1102
|
+
"read-only": {
|
|
1103
|
+
"type": "color",
|
|
1104
|
+
"value": "{global.border.color.100}"
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
"brand": {
|
|
1108
|
+
"default": {
|
|
1109
|
+
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
1110
|
+
"type": "color",
|
|
1111
|
+
"value": "{global.color.brand.default}"
|
|
1112
|
+
},
|
|
1113
|
+
"hover": {
|
|
1114
|
+
"description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
|
|
1115
|
+
"type": "color",
|
|
1116
|
+
"value": "{global.color.brand.hover}"
|
|
1117
|
+
},
|
|
1118
|
+
"clicked": {
|
|
1119
|
+
"description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
|
|
1120
|
+
"type": "color",
|
|
1121
|
+
"value": "{global.color.brand.clicked}"
|
|
1122
|
+
},
|
|
1123
|
+
"accent": {
|
|
1124
|
+
"default": {
|
|
1125
|
+
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
1126
|
+
"type": "color",
|
|
1127
|
+
"value": "{global.color.brand.accent.default}"
|
|
1128
|
+
},
|
|
1129
|
+
"hover": {
|
|
1130
|
+
"description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
|
|
1131
|
+
"type": "color",
|
|
1132
|
+
"value": "{global.color.brand.accent.hover}"
|
|
1133
|
+
},
|
|
1134
|
+
"clicked": {
|
|
1135
|
+
"description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
|
|
1136
|
+
"type": "color",
|
|
1137
|
+
"value": "{global.color.brand.accent.clicked}"
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
"subtle": {
|
|
1141
|
+
"default": {
|
|
1142
|
+
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
1143
|
+
"type": "color",
|
|
1144
|
+
"value": "{global.color.brand.subtle.200}"
|
|
1145
|
+
},
|
|
1146
|
+
"hover": {
|
|
1147
|
+
"description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
|
|
1148
|
+
"type": "color",
|
|
1149
|
+
"value": "{global.color.brand.subtle.300}"
|
|
1150
|
+
},
|
|
1151
|
+
"clicked": {
|
|
1152
|
+
"description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
|
|
1153
|
+
"type": "color",
|
|
1154
|
+
"value": "{global.color.brand.subtle.300}"
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
"status": {
|
|
1159
|
+
"success": {
|
|
1160
|
+
"default": {
|
|
1161
|
+
"description": "Use as the default color for borders that convey a success status, like in alerts, notifications or status labels.",
|
|
1162
|
+
"type": "color",
|
|
1163
|
+
"value": "{global.color.status.success.default}"
|
|
1164
|
+
},
|
|
1165
|
+
"hover": {
|
|
1166
|
+
"description": "Use as the hover state color for borders that convey a success status, like in alerts, notifications, or status labels.",
|
|
1167
|
+
"type": "color",
|
|
1168
|
+
"value": "{global.color.status.success.hover}"
|
|
1169
|
+
},
|
|
1170
|
+
"clicked": {
|
|
1171
|
+
"description": "Use as the clicked state color for borders that convey a success status, like in alerts, notifications, or status labels.",
|
|
1172
|
+
"type": "color",
|
|
1173
|
+
"value": "{global.color.status.success.clicked}"
|
|
1174
|
+
}
|
|
1175
|
+
},
|
|
1176
|
+
"warning": {
|
|
1177
|
+
"default": {
|
|
1178
|
+
"description": "Use as the default color for borders that convey a warning status, like in alerts, notifications or status labels.",
|
|
1179
|
+
"type": "color",
|
|
1180
|
+
"value": "{global.color.status.warning.200}"
|
|
1181
|
+
},
|
|
1182
|
+
"hover": {
|
|
1183
|
+
"description": "Use as the hover state color for borders that convey a warning status, like in alerts, notifications or status labels.",
|
|
1184
|
+
"type": "color",
|
|
1185
|
+
"value": "{global.color.status.warning.300}"
|
|
1186
|
+
},
|
|
1187
|
+
"clicked": {
|
|
1188
|
+
"description": "Use as the clicked state color for borders that convey a warning status, like in alerts, notifications or status labels.",
|
|
1189
|
+
"type": "color",
|
|
1190
|
+
"value": "{global.color.status.warning.300}"
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
"danger": {
|
|
1194
|
+
"default": {
|
|
1195
|
+
"description": "Use as the default color for borders that convey a danger status, like in alerts, notifications or status labels.",
|
|
1196
|
+
"type": "color",
|
|
1197
|
+
"value": "{global.color.status.danger.default}"
|
|
1198
|
+
},
|
|
1199
|
+
"hover": {
|
|
1200
|
+
"description": "Use as the hover state color for borders that convey a danger status, like in alerts, notifications or status labels.",
|
|
1201
|
+
"type": "color",
|
|
1202
|
+
"value": "{global.color.status.danger.hover}"
|
|
1203
|
+
},
|
|
1204
|
+
"clicked": {
|
|
1205
|
+
"description": "Use as the clicked state color for borders that convey a danger status, like in alerts, notifications or status labels.",
|
|
1206
|
+
"type": "color",
|
|
1207
|
+
"value": "{global.color.status.danger.clicked}"
|
|
1208
|
+
}
|
|
1209
|
+
},
|
|
1210
|
+
"info": {
|
|
1211
|
+
"default": {
|
|
1212
|
+
"description": "Use as the default color for borders that convey an info status, like in alerts, notifications or status labels.",
|
|
1213
|
+
"type": "color",
|
|
1214
|
+
"value": "{global.color.status.info.default}"
|
|
1215
|
+
},
|
|
1216
|
+
"hover": {
|
|
1217
|
+
"description": "Use as the hover state color for borders that convey an info status, like in alerts, notifications or status labels.",
|
|
1218
|
+
"type": "color",
|
|
1219
|
+
"value": "{global.color.status.info.hover}"
|
|
1220
|
+
},
|
|
1221
|
+
"clicked": {
|
|
1222
|
+
"description": "Use as the clicked state color for borders that convey an info status, like in alerts, notifications or status labels.",
|
|
1223
|
+
"type": "color",
|
|
1224
|
+
"value": "{global.color.status.info.clicked}"
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
"custom": {
|
|
1228
|
+
"default": {
|
|
1229
|
+
"description": "Use as the default color for borders that convey a custom status, like in alerts, notifications or status labels.",
|
|
1230
|
+
"type": "color",
|
|
1231
|
+
"value": "{global.color.status.custom.default}"
|
|
1232
|
+
},
|
|
1233
|
+
"hover": {
|
|
1234
|
+
"description": "Use as the hover state color for borders that convey a custom status, like in alerts, notifications or status labels.",
|
|
1235
|
+
"type": "color",
|
|
1236
|
+
"value": "{global.color.status.custom.hover}"
|
|
1237
|
+
},
|
|
1238
|
+
"clicked": {
|
|
1239
|
+
"description": "Use as the clicked state color for borders that convey a custom status, like in alerts, notifications or status labels.",
|
|
1240
|
+
"type": "color",
|
|
1241
|
+
"value": "{global.color.status.custom.clicked}"
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
"high-contrast": {
|
|
1246
|
+
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1247
|
+
"type": "color",
|
|
1248
|
+
"value": "rgba(255, 255, 255, 0.0000)"
|
|
1249
|
+
},
|
|
1250
|
+
"default": {
|
|
1251
|
+
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1252
|
+
"type": "color",
|
|
1253
|
+
"value": "{global.border.color.100}"
|
|
1254
|
+
},
|
|
1255
|
+
"hover": {
|
|
1256
|
+
"description": "Use as the hover state border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1257
|
+
"type": "color",
|
|
1258
|
+
"value": "{global.color.brand.100}"
|
|
1259
|
+
},
|
|
1260
|
+
"clicked": {
|
|
1261
|
+
"description": "Use as the clicked state border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1262
|
+
"type": "color",
|
|
1263
|
+
"value": "{global.color.brand.200}"
|
|
1264
|
+
},
|
|
1265
|
+
"subtle": {
|
|
1266
|
+
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1267
|
+
"type": "color",
|
|
1268
|
+
"value": "{global.border.color.50}"
|
|
1269
|
+
},
|
|
1270
|
+
"disabled": {
|
|
1271
|
+
"description": "Use as the disabled border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1272
|
+
"type": "color",
|
|
1273
|
+
"value": "{global.color.disabled.200}"
|
|
1274
|
+
},
|
|
1275
|
+
"alt": {
|
|
1276
|
+
"description": "Use when border color needs to match the primary bkg color – helpful when you want a divider to look like negative space when shown on a colored bkg",
|
|
1277
|
+
"type": "color",
|
|
1278
|
+
"value": "{global.background.color.primary.default}"
|
|
1279
|
+
},
|
|
1280
|
+
"on-secondary": {
|
|
1281
|
+
"description": "Use on borders/dividers that are placed on a secondary bkg color.",
|
|
1282
|
+
"type": "color",
|
|
1283
|
+
"value": "{global.border.color.300}"
|
|
1284
|
+
},
|
|
1285
|
+
"nonstatus": {
|
|
1286
|
+
"red": {
|
|
1287
|
+
"default": {
|
|
1288
|
+
"description": "Use as the default border color for any element that does not convey status and that you always will want to be red (i.e. color-coded labels, banners, etc.)",
|
|
1289
|
+
"type": "color",
|
|
1290
|
+
"value": "{global.color.nonstatus.red.200}"
|
|
1291
|
+
},
|
|
1292
|
+
"hover": {
|
|
1293
|
+
"description": "Use as the hover state border color for any element that does not convey status and that you always will want to be red (i.e. color-coded labels)",
|
|
1294
|
+
"type": "color",
|
|
1295
|
+
"value": "{global.color.nonstatus.red.300}"
|
|
1296
|
+
},
|
|
1297
|
+
"clicked": {
|
|
1298
|
+
"description": "Use as the clicked state border color for any element that does not convey status and that you always will want to be red (i.e. color-coded labels)",
|
|
1299
|
+
"type": "color",
|
|
1300
|
+
"value": "{global.color.nonstatus.red.300}"
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
"orangered": {
|
|
1304
|
+
"default": {
|
|
1305
|
+
"description": "Use as the default border color for any element that does not convey status and that you always will want to be orangered (i.e. color-coded labels)",
|
|
1306
|
+
"type": "color",
|
|
1307
|
+
"value": "{global.color.nonstatus.orangered.200}"
|
|
1308
|
+
},
|
|
1309
|
+
"hover": {
|
|
1310
|
+
"description": "Use as the hover state border color for any element that does not convey status and that you always will want to be orangered (i.e. color-coded labels)",
|
|
1311
|
+
"type": "color",
|
|
1312
|
+
"value": "{global.color.nonstatus.orangered.300}"
|
|
1313
|
+
},
|
|
1314
|
+
"clicked": {
|
|
1315
|
+
"description": "Use as the clicked state border color for any element that does not convey status and that you always will want to be orangered (i.e. color-coded labels)",
|
|
1316
|
+
"type": "color",
|
|
1317
|
+
"value": "{global.color.nonstatus.orangered.300}"
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1320
|
+
"orange": {
|
|
1321
|
+
"default": {
|
|
1322
|
+
"description": "Use as the default border color for any element that does not convey status and that you always will want to be orange (i.e. color-coded labels)",
|
|
1323
|
+
"type": "color",
|
|
1324
|
+
"value": "{global.color.nonstatus.orange.200}"
|
|
1325
|
+
},
|
|
1326
|
+
"hover": {
|
|
1327
|
+
"description": "Use as the hover state border color for any element that does not convey status and that you always will want to be orange (i.e. color-coded labels)",
|
|
1328
|
+
"type": "color",
|
|
1329
|
+
"value": "{global.color.nonstatus.orange.300}"
|
|
1330
|
+
},
|
|
1331
|
+
"clicked": {
|
|
1332
|
+
"description": "Use as the clicked state border color for any element that does not convey status and that you always will want to be orange (i.e. color-coded labels)",
|
|
1333
|
+
"type": "color",
|
|
1334
|
+
"value": "{global.color.nonstatus.orange.300}"
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1337
|
+
"yellow": {
|
|
1338
|
+
"default": {
|
|
1339
|
+
"description": "Use as the default border color for any element that does not convey status and that you always will want to be yellow (i.e. color-coded labels)",
|
|
1340
|
+
"type": "color",
|
|
1341
|
+
"value": "{global.color.nonstatus.yellow.200}"
|
|
1342
|
+
},
|
|
1343
|
+
"hover": {
|
|
1344
|
+
"description": "Use as the hover state border color for any element that does not convey status and that you always will want to be yellow (i.e. color-coded labels)",
|
|
1345
|
+
"type": "color",
|
|
1346
|
+
"value": "{global.color.nonstatus.yellow.300}"
|
|
1347
|
+
},
|
|
1348
|
+
"clicked": {
|
|
1349
|
+
"description": "Use as the clicked state border color for any element that does not convey status and that you always will want to be yellow (i.e. color-coded labels)",
|
|
1350
|
+
"type": "color",
|
|
1351
|
+
"value": "{global.color.nonstatus.yellow.300}"
|
|
1352
|
+
}
|
|
1353
|
+
},
|
|
1354
|
+
"green": {
|
|
1355
|
+
"default": {
|
|
1356
|
+
"description": "Use as the default border color for any element that does not convey status and that you always will want to be green (i.e. color-coded labels)",
|
|
1357
|
+
"type": "color",
|
|
1358
|
+
"value": "{global.color.nonstatus.green.200}"
|
|
1359
|
+
},
|
|
1360
|
+
"hover": {
|
|
1361
|
+
"description": "Use as the hover state border color for any element that does not convey status and that you always will want to be green (i.e. color-coded labels)",
|
|
1362
|
+
"type": "color",
|
|
1363
|
+
"value": "{global.color.nonstatus.green.300}"
|
|
1364
|
+
},
|
|
1365
|
+
"clicked": {
|
|
1366
|
+
"description": "Use as the clicked state border color for any element that does not convey status and that you always will want to be green (i.e. color-coded labels)",
|
|
1367
|
+
"type": "color",
|
|
1368
|
+
"value": "{global.color.nonstatus.green.300}"
|
|
1369
|
+
}
|
|
1370
|
+
},
|
|
1371
|
+
"teal": {
|
|
1372
|
+
"default": {
|
|
1373
|
+
"description": "Use as the default border color for any element that does not convey status and that you always will want to be teal (i.e. color-coded labels)",
|
|
1374
|
+
"type": "color",
|
|
1375
|
+
"value": "{global.color.nonstatus.teal.200}"
|
|
1376
|
+
},
|
|
1377
|
+
"hover": {
|
|
1378
|
+
"description": "Use as the hover state border color for any element that does not convey status and that you always will want to be teal (i.e. color-coded labels)",
|
|
1379
|
+
"type": "color",
|
|
1380
|
+
"value": "{global.color.nonstatus.teal.300}"
|
|
1381
|
+
},
|
|
1382
|
+
"clicked": {
|
|
1383
|
+
"description": "Use as the clicked state border color for any element that does not convey status and that you always will want to be teal (i.e. color-coded labels)",
|
|
1384
|
+
"type": "color",
|
|
1385
|
+
"value": "{global.color.nonstatus.teal.300}"
|
|
1386
|
+
}
|
|
1387
|
+
},
|
|
1388
|
+
"blue": {
|
|
1389
|
+
"default": {
|
|
1390
|
+
"description": "Use as the default border color for any element that does not convey status and that you always will want to be blue (i.e. color-coded labels)",
|
|
1391
|
+
"type": "color",
|
|
1392
|
+
"value": "{global.color.nonstatus.blue.200}"
|
|
1393
|
+
},
|
|
1394
|
+
"hover": {
|
|
1395
|
+
"description": "Use as the hover state border color for any element that does not convey status and that you always will want to be blue (i.e. color-coded labels)",
|
|
1396
|
+
"type": "color",
|
|
1397
|
+
"value": "{global.color.nonstatus.blue.300}"
|
|
1398
|
+
},
|
|
1399
|
+
"clicked": {
|
|
1400
|
+
"description": "Use as the clicked state border color for any element that does not convey status and that you always will want to be blue (i.e. color-coded labels)",
|
|
1401
|
+
"type": "color",
|
|
1402
|
+
"value": "{global.color.nonstatus.blue.300}"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
"purple": {
|
|
1406
|
+
"default": {
|
|
1407
|
+
"description": "Use as the default border color for any element that does not convey status and that you always will want to be purple (i.e. color-coded labels)",
|
|
1408
|
+
"type": "color",
|
|
1409
|
+
"value": "{global.color.nonstatus.purple.200}"
|
|
1410
|
+
},
|
|
1411
|
+
"hover": {
|
|
1412
|
+
"description": "Use as the hover state border color for any element that does not convey status and that you always will want to be purple (i.e. color-coded labels)",
|
|
1413
|
+
"type": "color",
|
|
1414
|
+
"value": "{global.color.nonstatus.purple.300}"
|
|
1415
|
+
},
|
|
1416
|
+
"clicked": {
|
|
1417
|
+
"description": "Use as the clicked state border color for any element that does not convey status and that you always will want to be purple (i.e. color-coded labels)",
|
|
1418
|
+
"type": "color",
|
|
1419
|
+
"value": "{global.color.nonstatus.purple.300}"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
"gray": {
|
|
1423
|
+
"default": {
|
|
1424
|
+
"description": "Use as the default border color for any element that does not convey status and that you always will want to be gray (i.e. color-coded labels)",
|
|
1425
|
+
"type": "color",
|
|
1426
|
+
"value": "{global.color.nonstatus.gray.200}"
|
|
1427
|
+
},
|
|
1428
|
+
"hover": {
|
|
1429
|
+
"description": "Use as the hover state border color for any element that does not convey status and that you always will want to be gray (i.e. color-coded labels)",
|
|
1430
|
+
"type": "color",
|
|
1431
|
+
"value": "{global.color.nonstatus.gray.300}"
|
|
1432
|
+
},
|
|
1433
|
+
"clicked": {
|
|
1434
|
+
"description": "Use as the clicked state border color for any element that does not convey status and that you always will want to be gray (i.e. color-coded labels)",
|
|
1435
|
+
"type": "color",
|
|
1436
|
+
"value": "{global.color.nonstatus.gray.300}"
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
},
|
|
1440
|
+
"main": {
|
|
1441
|
+
"default": {
|
|
1442
|
+
"type": "color",
|
|
1443
|
+
"value": "{global.background.color.primary.default}"
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
"text": {
|
|
1449
|
+
"color": {
|
|
1450
|
+
"link": {
|
|
1451
|
+
"default": {
|
|
1452
|
+
"description": "Use as the default text color for links.",
|
|
1453
|
+
"type": "color",
|
|
1454
|
+
"value": "{global.text.color.link.100}"
|
|
1455
|
+
},
|
|
1456
|
+
"hover": {
|
|
1457
|
+
"description": "Use as the hover state text color for links.",
|
|
1458
|
+
"type": "color",
|
|
1459
|
+
"value": "{global.text.color.link.200}"
|
|
1460
|
+
},
|
|
1461
|
+
"visited": {
|
|
1462
|
+
"description": "Use as the color to indicate that a link has been visited.",
|
|
1463
|
+
"type": "color",
|
|
1464
|
+
"value": "{global.text.color.link.300}"
|
|
1465
|
+
}
|
|
1466
|
+
},
|
|
1467
|
+
"brand": {
|
|
1468
|
+
"default": {
|
|
1469
|
+
"description": "Use as the default color for branded text.",
|
|
1470
|
+
"type": "color",
|
|
1471
|
+
"value": "{global.color.brand.default}"
|
|
1472
|
+
},
|
|
1473
|
+
"hover": {
|
|
1474
|
+
"description": "Use as the hover state color for branded text.",
|
|
1475
|
+
"type": "color",
|
|
1476
|
+
"value": "{global.color.brand.hover}"
|
|
1477
|
+
},
|
|
1478
|
+
"clicked": {
|
|
1479
|
+
"description": "Use as the clicked state color for branded text.",
|
|
1480
|
+
"type": "color",
|
|
1481
|
+
"value": "{global.color.brand.clicked}"
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1484
|
+
"regular": {
|
|
1485
|
+
"description": "Use as the primary color for standard text, like heading/body copy. Icons paired with regular text should inherit this color or should use global/icon/color/regular.",
|
|
1486
|
+
"type": "color",
|
|
1487
|
+
"value": "{global.text.color.100}"
|
|
1488
|
+
},
|
|
1489
|
+
"subtle": {
|
|
1490
|
+
"description": "Use as a subtle text color for text in an element that is secondary or less important, like descriptions or inactive tab labels.",
|
|
1491
|
+
"type": "color",
|
|
1492
|
+
"value": "{global.text.color.200}"
|
|
1493
|
+
},
|
|
1494
|
+
"inverse": {
|
|
1495
|
+
"description": "Use as the color of text that is placed on an inverse background color, like tooltips.",
|
|
1496
|
+
"type": "color",
|
|
1497
|
+
"value": "{global.text.color.300}"
|
|
1498
|
+
},
|
|
1499
|
+
"on-brand": {
|
|
1500
|
+
"default": {
|
|
1501
|
+
"description": "Use as the default color for text placed on a brand-colored background.",
|
|
1502
|
+
"type": "color",
|
|
1503
|
+
"value": "{global.text.color.inverse}"
|
|
1504
|
+
},
|
|
1505
|
+
"hover": {
|
|
1506
|
+
"description": "Use as the hover state color for text placed on a brand-colored background.",
|
|
1507
|
+
"type": "color",
|
|
1508
|
+
"value": "{global.text.color.inverse}"
|
|
1509
|
+
},
|
|
1510
|
+
"clicked": {
|
|
1511
|
+
"description": "Use as the clicked state color for text placed on a brand-colored background.",
|
|
1512
|
+
"type": "color",
|
|
1513
|
+
"value": "{global.text.color.inverse}"
|
|
1514
|
+
},
|
|
1515
|
+
"accent": {
|
|
1516
|
+
"default": {
|
|
1517
|
+
"description": "Use as the default color for text placed on a brand-colored background.",
|
|
1518
|
+
"type": "color",
|
|
1519
|
+
"value": "{global.text.color.inverse}"
|
|
1520
|
+
},
|
|
1521
|
+
"hover": {
|
|
1522
|
+
"description": "Use as the hover state color for text placed on a brand-colored background.",
|
|
1523
|
+
"type": "color",
|
|
1524
|
+
"value": "{global.text.color.inverse}"
|
|
1525
|
+
},
|
|
1526
|
+
"clicked": {
|
|
1527
|
+
"description": "Use as the clicked state color for text placed on a brand-colored background.",
|
|
1528
|
+
"type": "color",
|
|
1529
|
+
"value": "{global.text.color.inverse}"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
"subtle": {
|
|
1533
|
+
"default": {
|
|
1534
|
+
"description": "Use as the default color for text placed on a brand-colored background.",
|
|
1535
|
+
"type": "color",
|
|
1536
|
+
"value": "{global.text.color.regular}"
|
|
1537
|
+
},
|
|
1538
|
+
"hover": {
|
|
1539
|
+
"description": "Use as the hover state color for text placed on a brand-colored background.",
|
|
1540
|
+
"type": "color",
|
|
1541
|
+
"value": "{global.text.color.regular}"
|
|
1542
|
+
},
|
|
1543
|
+
"clicked": {
|
|
1544
|
+
"description": "Use as the clicked state color for text placed on a brand-colored background.",
|
|
1545
|
+
"type": "color",
|
|
1546
|
+
"value": "{global.text.color.regular}"
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
"placeholder": {
|
|
1551
|
+
"description": "Use as the color of text that serves as a placeholder, like within a search bar/input.",
|
|
1552
|
+
"type": "color",
|
|
1553
|
+
"value": "{global.text.color.subtle}"
|
|
1554
|
+
},
|
|
1555
|
+
"disabled": {
|
|
1556
|
+
"description": "Use as the color of text on disabled elements, like disabled menu items.",
|
|
1557
|
+
"type": "color",
|
|
1558
|
+
"value": "{global.color.disabled.200}"
|
|
1559
|
+
},
|
|
1560
|
+
"on-disabled": {
|
|
1561
|
+
"description": "Use as the color of text that is placed on a disabled background, like disabled menu toggles or tabs.",
|
|
1562
|
+
"type": "color",
|
|
1563
|
+
"value": "{global.color.disabled.300}"
|
|
1564
|
+
},
|
|
1565
|
+
"required": {
|
|
1566
|
+
"description": "Use as the color of text that signals that action/information is required from users, like asterisks placed beside form fields or checkboxes.",
|
|
1567
|
+
"type": "color",
|
|
1568
|
+
"value": "{global.text.color.400}"
|
|
1569
|
+
},
|
|
1570
|
+
"on-highlight": {
|
|
1571
|
+
"description": "Use as the color of text that is highlighted.",
|
|
1572
|
+
"type": "color",
|
|
1573
|
+
"value": "{global.text.color.100}"
|
|
1574
|
+
},
|
|
1575
|
+
"status": {
|
|
1576
|
+
"success": {
|
|
1577
|
+
"default": {
|
|
1578
|
+
"type": "color",
|
|
1579
|
+
"value": "{global.color.status.success.default}"
|
|
1580
|
+
},
|
|
1581
|
+
"hover": {
|
|
1582
|
+
"type": "color",
|
|
1583
|
+
"value": "{global.color.status.success.hover}"
|
|
1584
|
+
},
|
|
1585
|
+
"clicked": {
|
|
1586
|
+
"type": "color",
|
|
1587
|
+
"value": "{global.color.status.success.clicked}"
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
"on-success": {
|
|
1591
|
+
"default": {
|
|
1592
|
+
"description": "Use as the default color for text that is placed on a success background color, like in banners.",
|
|
1593
|
+
"type": "color",
|
|
1594
|
+
"value": "{global.text.color.inverse}"
|
|
1595
|
+
},
|
|
1596
|
+
"hover": {
|
|
1597
|
+
"description": "Use as the hover state color for text that is placed on a success background color, like in banners.",
|
|
1598
|
+
"type": "color",
|
|
1599
|
+
"value": "{global.text.color.inverse}"
|
|
1600
|
+
},
|
|
1601
|
+
"clicked": {
|
|
1602
|
+
"description": "Use as the clicked state color for text that is placed on a success background color, like in banners.",
|
|
1603
|
+
"type": "color",
|
|
1604
|
+
"value": "{global.text.color.inverse}"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"warning": {
|
|
1608
|
+
"default": {
|
|
1609
|
+
"type": "color",
|
|
1610
|
+
"value": "{global.color.status.warning.200}"
|
|
1611
|
+
},
|
|
1612
|
+
"hover": {
|
|
1613
|
+
"type": "color",
|
|
1614
|
+
"value": "{global.color.status.warning.300}"
|
|
1615
|
+
},
|
|
1616
|
+
"clicked": {
|
|
1617
|
+
"type": "color",
|
|
1618
|
+
"value": "{global.color.status.warning.300}"
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
"on-warning": {
|
|
1622
|
+
"default": {
|
|
1623
|
+
"description": "Use as the default color for text that is placed on a warning background color, like in banners.",
|
|
1624
|
+
"type": "color",
|
|
1625
|
+
"value": "{global.text.color.regular}"
|
|
1626
|
+
},
|
|
1627
|
+
"hover": {
|
|
1628
|
+
"description": "Use as the hover state color for text that is placed on a warning background color, like in banners.",
|
|
1629
|
+
"type": "color",
|
|
1630
|
+
"value": "{global.text.color.regular}"
|
|
1631
|
+
},
|
|
1632
|
+
"clicked": {
|
|
1633
|
+
"description": "Use as the clicked state color for text that is placed on a warning background color, like in banners.",
|
|
1634
|
+
"type": "color",
|
|
1635
|
+
"value": "{global.text.color.regular}"
|
|
1636
|
+
}
|
|
1637
|
+
},
|
|
1638
|
+
"danger": {
|
|
1639
|
+
"default": {
|
|
1640
|
+
"description": "Use as the default color for text that communicates a danger status.",
|
|
1641
|
+
"type": "color",
|
|
1642
|
+
"value": "{global.color.status.danger.default}"
|
|
1643
|
+
},
|
|
1644
|
+
"hover": {
|
|
1645
|
+
"description": "Use as the hover state color for text that communicates a danger status.",
|
|
1646
|
+
"type": "color",
|
|
1647
|
+
"value": "{global.color.status.danger.hover}"
|
|
1648
|
+
},
|
|
1649
|
+
"clicked": {
|
|
1650
|
+
"description": "Use as the clicked state color for text that communicates a danger status.",
|
|
1651
|
+
"type": "color",
|
|
1652
|
+
"value": "{global.color.status.danger.clicked}"
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"on-danger": {
|
|
1656
|
+
"default": {
|
|
1657
|
+
"description": "Use as the default color for text that is placed on a danger background color, like in banners.",
|
|
1658
|
+
"type": "color",
|
|
1659
|
+
"value": "{global.text.color.inverse}"
|
|
1660
|
+
},
|
|
1661
|
+
"hover": {
|
|
1662
|
+
"description": "Use as the hover state color for text that is placed on a danger background color, like in banners.",
|
|
1663
|
+
"type": "color",
|
|
1664
|
+
"value": "{global.text.color.inverse}"
|
|
1665
|
+
},
|
|
1666
|
+
"clicked": {
|
|
1667
|
+
"description": "Use as the clicked state color for text that is placed on a danger background color, like in banners.",
|
|
1668
|
+
"type": "color",
|
|
1669
|
+
"value": "{global.icon.color.inverse}"
|
|
1670
|
+
}
|
|
1671
|
+
},
|
|
1672
|
+
"info": {
|
|
1673
|
+
"default": {
|
|
1674
|
+
"description": "Use as the default color for text that communicates am info status.",
|
|
1675
|
+
"type": "color",
|
|
1676
|
+
"value": "{global.color.status.info.default}"
|
|
1677
|
+
},
|
|
1678
|
+
"hover": {
|
|
1679
|
+
"description": "Use as the hover state color for text that communicates an infostatus.",
|
|
1680
|
+
"type": "color",
|
|
1681
|
+
"value": "{global.color.status.info.hover}"
|
|
1682
|
+
},
|
|
1683
|
+
"clicked": {
|
|
1684
|
+
"description": "Use as the clicked state color for text that communicates an info status.",
|
|
1685
|
+
"type": "color",
|
|
1686
|
+
"value": "{global.color.status.info.clicked}"
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
"on-info": {
|
|
1690
|
+
"default": {
|
|
1691
|
+
"description": "Use as the default color for text that is placed on an info background color, like in banners.",
|
|
1692
|
+
"type": "color",
|
|
1693
|
+
"value": "{global.text.color.inverse}"
|
|
1694
|
+
},
|
|
1695
|
+
"hover": {
|
|
1696
|
+
"description": "Use as the hover state color for text that is placed on an info background color, like in banners.",
|
|
1697
|
+
"type": "color",
|
|
1698
|
+
"value": "{global.text.color.inverse}"
|
|
1699
|
+
},
|
|
1700
|
+
"clicked": {
|
|
1701
|
+
"description": "Use as the clicked state color for text that is placed on an info background color, like in banners.",
|
|
1702
|
+
"type": "color",
|
|
1703
|
+
"value": "{global.text.color.inverse}"
|
|
1704
|
+
}
|
|
1705
|
+
},
|
|
1706
|
+
"custom": {
|
|
1707
|
+
"default": {
|
|
1708
|
+
"description": "Use as the default color for text that communicates a custom status.",
|
|
1709
|
+
"type": "color",
|
|
1710
|
+
"value": "{global.color.status.custom.default}"
|
|
1711
|
+
},
|
|
1712
|
+
"hover": {
|
|
1713
|
+
"description": "Use as the hover state color for text that communicates a custom status.",
|
|
1714
|
+
"type": "color",
|
|
1715
|
+
"value": "{global.color.status.custom.hover}"
|
|
1716
|
+
},
|
|
1717
|
+
"clicked": {
|
|
1718
|
+
"description": "Use as the clicked state color for text that communicates a custom status.",
|
|
1719
|
+
"type": "color",
|
|
1720
|
+
"value": "{global.color.status.custom.clicked}"
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
"on-custom": {
|
|
1724
|
+
"default": {
|
|
1725
|
+
"description": "Use as the default color for text that is placed on a custom background color, like in banners.",
|
|
1726
|
+
"type": "color",
|
|
1727
|
+
"value": "{global.text.color.inverse}"
|
|
1728
|
+
},
|
|
1729
|
+
"hover": {
|
|
1730
|
+
"description": "Use as the hover state color for text that is placed on a custom background color, like in banners.",
|
|
1731
|
+
"type": "color",
|
|
1732
|
+
"value": "{global.text.color.inverse}"
|
|
1733
|
+
},
|
|
1734
|
+
"clicked": {
|
|
1735
|
+
"description": "Use as the clicked state color for text that is placed on a custom background color, like in banners.",
|
|
1736
|
+
"type": "color",
|
|
1737
|
+
"value": "{global.text.color.inverse}"
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
"unread": {
|
|
1741
|
+
"on-default": {
|
|
1742
|
+
"default": {
|
|
1743
|
+
"description": "Use as the default color for text that is placed in elements that convey an unread status, like badges and stateful buttons.",
|
|
1744
|
+
"type": "color",
|
|
1745
|
+
"value": "{global.text.color.inverse}"
|
|
1746
|
+
},
|
|
1747
|
+
"hover": {
|
|
1748
|
+
"description": "Use as the hover state color for text that is placed in elements that convey an unread status, like badges and stateful buttons.",
|
|
1749
|
+
"type": "color",
|
|
1750
|
+
"value": "{global.text.color.inverse}"
|
|
1751
|
+
},
|
|
1752
|
+
"clicked": {
|
|
1753
|
+
"description": "Use as the clicked state color for text that is placed in elements that convey an unread status, like badges and stateful buttons.",
|
|
1754
|
+
"type": "color",
|
|
1755
|
+
"value": "{global.text.color.inverse}"
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
"on-attention": {
|
|
1759
|
+
"default": {
|
|
1760
|
+
"description": "Use as the default color for text that is placed in elements that convey an unread status and require greater attention like badges and stateful buttons.",
|
|
1761
|
+
"type": "color",
|
|
1762
|
+
"value": "{global.text.color.inverse}"
|
|
1763
|
+
},
|
|
1764
|
+
"hover": {
|
|
1765
|
+
"description": "Use as the hover state color for text that is placed in elements that convey an unread status and require greater attention like badges and stateful buttons.",
|
|
1766
|
+
"type": "color",
|
|
1767
|
+
"value": "{global.text.color.inverse}"
|
|
1768
|
+
},
|
|
1769
|
+
"clicked": {
|
|
1770
|
+
"description": "Use as the clicked state color for text that is placed in elements that convey an unread status and require greater attention like badges and stateful buttons.",
|
|
1771
|
+
"type": "color",
|
|
1772
|
+
"value": "{global.text.color.inverse}"
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
"nonstatus": {
|
|
1778
|
+
"on-red": {
|
|
1779
|
+
"default": {
|
|
1780
|
+
"description": "Use as the default color for text that is placed on a nonstatus red background color.",
|
|
1781
|
+
"type": "color",
|
|
1782
|
+
"value": "{global.text.color.regular}"
|
|
1783
|
+
},
|
|
1784
|
+
"hover": {
|
|
1785
|
+
"description": "Use as the hover state color for text that is placed on a nonstatus red background color.",
|
|
1786
|
+
"type": "color",
|
|
1787
|
+
"value": "{global.text.color.regular}"
|
|
1788
|
+
},
|
|
1789
|
+
"clicked": {
|
|
1790
|
+
"description": "Use as the clicked state color for text that is placed on a nonstatus red background color.",
|
|
1791
|
+
"type": "color",
|
|
1792
|
+
"value": "{global.text.color.regular}"
|
|
1793
|
+
}
|
|
1794
|
+
},
|
|
1795
|
+
"on-orangered": {
|
|
1796
|
+
"default": {
|
|
1797
|
+
"description": "Use as the default color for text that is placed on a nonstatus orangered background color.",
|
|
1798
|
+
"type": "color",
|
|
1799
|
+
"value": "{global.text.color.regular}"
|
|
1800
|
+
},
|
|
1801
|
+
"hover": {
|
|
1802
|
+
"description": "Use as the hover state color for text that is placed on a nonstatus orangered background color.",
|
|
1803
|
+
"type": "color",
|
|
1804
|
+
"value": "{global.text.color.regular}"
|
|
1805
|
+
},
|
|
1806
|
+
"clicked": {
|
|
1807
|
+
"description": "Use as the clicked state color for text that is placed on a nonstatus orangered background color.",
|
|
1808
|
+
"type": "color",
|
|
1809
|
+
"value": "{global.text.color.regular}"
|
|
1810
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
"on-orange": {
|
|
1813
|
+
"default": {
|
|
1814
|
+
"description": "Use as the default color for text that is placed on a nonstatus orange background color.",
|
|
1815
|
+
"type": "color",
|
|
1816
|
+
"value": "{global.text.color.regular}"
|
|
1817
|
+
},
|
|
1818
|
+
"hover": {
|
|
1819
|
+
"description": "Use as the hover state color for text that is placed on a nonstatus orange background color.",
|
|
1820
|
+
"type": "color",
|
|
1821
|
+
"value": "{global.text.color.regular}"
|
|
1822
|
+
},
|
|
1823
|
+
"clicked": {
|
|
1824
|
+
"description": "Use as the clicked state color for text that is placed on a nonstatus orange background color.",
|
|
1825
|
+
"type": "color",
|
|
1826
|
+
"value": "{global.text.color.regular}"
|
|
1827
|
+
}
|
|
1828
|
+
},
|
|
1829
|
+
"on-yellow": {
|
|
1830
|
+
"default": {
|
|
1831
|
+
"description": "Use as the default color for text that is placed on a nonstatus yellow background color.",
|
|
1832
|
+
"type": "color",
|
|
1833
|
+
"value": "{global.text.color.regular}"
|
|
1834
|
+
},
|
|
1835
|
+
"hover": {
|
|
1836
|
+
"description": "Use as the hover state color for text that is placed on a nonstatus yellow background color.",
|
|
1837
|
+
"type": "color",
|
|
1838
|
+
"value": "{global.text.color.regular}"
|
|
1839
|
+
},
|
|
1840
|
+
"clicked": {
|
|
1841
|
+
"description": "Use as the clicked state color for text that is placed on a nonstatus yellow background color.",
|
|
1842
|
+
"type": "color",
|
|
1843
|
+
"value": "{global.text.color.regular}"
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
"on-green": {
|
|
1847
|
+
"default": {
|
|
1848
|
+
"description": "Use as the default color for text that is placed on a nonstatus green background color.",
|
|
1849
|
+
"type": "color",
|
|
1850
|
+
"value": "{global.text.color.regular}"
|
|
1851
|
+
},
|
|
1852
|
+
"hover": {
|
|
1853
|
+
"description": "Use as the hover state color for text that is placed on a nonstatus green background color.",
|
|
1854
|
+
"type": "color",
|
|
1855
|
+
"value": "{global.text.color.regular}"
|
|
1856
|
+
},
|
|
1857
|
+
"clicked": {
|
|
1858
|
+
"description": "Use as the clicked state color for text that is placed on a nonstatus green background color.",
|
|
1859
|
+
"type": "color",
|
|
1860
|
+
"value": "{global.text.color.regular}"
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
"on-teal": {
|
|
1864
|
+
"default": {
|
|
1865
|
+
"description": "Use as the default color for text that is placed on a nonstatus teal background color.",
|
|
1866
|
+
"type": "color",
|
|
1867
|
+
"value": "{global.text.color.regular}"
|
|
1868
|
+
},
|
|
1869
|
+
"hover": {
|
|
1870
|
+
"description": "Use as the hover state color for text that is placed on a nonstatus teal background color.",
|
|
1871
|
+
"type": "color",
|
|
1872
|
+
"value": "{global.text.color.regular}"
|
|
1873
|
+
},
|
|
1874
|
+
"clicked": {
|
|
1875
|
+
"description": "Use as the clicked state color for text that is placed on a nonstatus teal background color.",
|
|
1876
|
+
"type": "color",
|
|
1877
|
+
"value": "{global.text.color.regular}"
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1880
|
+
"on-blue": {
|
|
1881
|
+
"default": {
|
|
1882
|
+
"description": "Use as the default color for text that is placed on a nonstatus blue background color.",
|
|
1883
|
+
"type": "color",
|
|
1884
|
+
"value": "{global.text.color.regular}"
|
|
1885
|
+
},
|
|
1886
|
+
"hover": {
|
|
1887
|
+
"description": "Use as the hover state color for text that is placed on a nonstatus blue background color.",
|
|
1888
|
+
"type": "color",
|
|
1889
|
+
"value": "{global.text.color.regular}"
|
|
1890
|
+
},
|
|
1891
|
+
"clicked": {
|
|
1892
|
+
"description": "Use as the clicked state color for text that is placed on a nonstatus blue background color.",
|
|
1893
|
+
"type": "color",
|
|
1894
|
+
"value": "{global.text.color.regular}"
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
"on-purple": {
|
|
1898
|
+
"default": {
|
|
1899
|
+
"description": "Use as the default color for text that is placed on a nonstatus purple background color.",
|
|
1900
|
+
"type": "color",
|
|
1901
|
+
"value": "{global.text.color.regular}"
|
|
1902
|
+
},
|
|
1903
|
+
"hover": {
|
|
1904
|
+
"description": "Use as the hover state color for text that is placed on a nonstatus purple background color.",
|
|
1905
|
+
"type": "color",
|
|
1906
|
+
"value": "{global.text.color.regular}"
|
|
1907
|
+
},
|
|
1908
|
+
"clicked": {
|
|
1909
|
+
"description": "Use as the clicked state color for text that is placed on a nonstatus purple background color.",
|
|
1910
|
+
"type": "color",
|
|
1911
|
+
"value": "{global.text.color.regular}"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
"on-gray": {
|
|
1915
|
+
"default": {
|
|
1916
|
+
"description": "Use as the default color for text that is placed on a nonstatus gray background color.",
|
|
1917
|
+
"type": "color",
|
|
1918
|
+
"value": "{global.text.color.regular}"
|
|
1919
|
+
},
|
|
1920
|
+
"hover": {
|
|
1921
|
+
"description": "Use as the hover state color for text that is placed on a nonstatus gray background color.",
|
|
1922
|
+
"type": "color",
|
|
1923
|
+
"value": "{global.text.color.regular}"
|
|
1924
|
+
},
|
|
1925
|
+
"clicked": {
|
|
1926
|
+
"description": "Use as the clicked state color for text that is placed on a nonstatus gray background color.",
|
|
1927
|
+
"type": "color",
|
|
1928
|
+
"value": "{global.text.color.regular}"
|
|
1929
|
+
}
|
|
1930
|
+
}
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1933
|
+
},
|
|
1934
|
+
"box-shadow": {
|
|
1935
|
+
"color": {
|
|
1936
|
+
"sm": {
|
|
1937
|
+
"default": {
|
|
1938
|
+
"description": "Use as the color of small box-shadows.",
|
|
1939
|
+
"type": "color",
|
|
1940
|
+
"value": "{global.box-shadow.color.100}"
|
|
1941
|
+
},
|
|
1942
|
+
"directional": {
|
|
1943
|
+
"description": "Use as the color of small box-shadows.",
|
|
1944
|
+
"type": "color",
|
|
1945
|
+
"value": "{global.box-shadow.color.200}"
|
|
1946
|
+
}
|
|
1947
|
+
},
|
|
1948
|
+
"md": {
|
|
1949
|
+
"default": {
|
|
1950
|
+
"description": "Use as the color of medium box-shadows.",
|
|
1951
|
+
"type": "color",
|
|
1952
|
+
"value": "{global.box-shadow.color.100}"
|
|
1953
|
+
},
|
|
1954
|
+
"directional": {
|
|
1955
|
+
"description": "Use as the color of medium box-shadows.",
|
|
1956
|
+
"type": "color",
|
|
1957
|
+
"value": "{global.box-shadow.color.100}"
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
"lg": {
|
|
1961
|
+
"default": {
|
|
1962
|
+
"description": "Use as the color of large box-shadows.",
|
|
1963
|
+
"type": "color",
|
|
1964
|
+
"value": "{global.box-shadow.color.100}"
|
|
1965
|
+
},
|
|
1966
|
+
"directional": {
|
|
1967
|
+
"description": "Use as the color of large box-shadows.",
|
|
1968
|
+
"type": "color",
|
|
1969
|
+
"value": "{global.box-shadow.color.200}"
|
|
1970
|
+
}
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
"text-decoration": {
|
|
1975
|
+
"color": {
|
|
1976
|
+
"default": {
|
|
1977
|
+
"type": "color",
|
|
1978
|
+
"value": "{global.border.color.default}"
|
|
1979
|
+
},
|
|
1980
|
+
"hover": {
|
|
1981
|
+
"type": "color",
|
|
1982
|
+
"value": "{global.border.color.hover}"
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1985
|
+
},
|
|
1986
|
+
"focus-ring": {
|
|
1987
|
+
"color": {
|
|
1988
|
+
"default": {
|
|
1989
|
+
"description": "Use as color value for custom focus rings",
|
|
1990
|
+
"type": "color",
|
|
1991
|
+
"value": "{global.focus-ring.color.100}"
|
|
1992
|
+
}
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1995
|
+
}
|
|
1996
|
+
}
|