UNPKG

86.7 kBJSONView Raw
1{
2 "properties": [
3 {
4 "type": "color",
5 "category": "background-color",
6 "value": "rgb(200, 175, 240)",
7 "comment": "Background color used for user avatars.",
8 "name": "colorBackgroundUser"
9 },
10 {
11 "type": "color",
12 "category": "background-color",
13 "value": "rgb(209, 250, 224)",
14 "comment": "Background color used for trial accounts.",
15 "name": "colorBackgroundTrial"
16 },
17 {
18 "type": "color",
19 "category": "background-color",
20 "value": "rgb(255, 241, 179)",
21 "comment": "Background color used for subaccounts.",
22 "name": "colorBackgroundSubaccount"
23 },
24 {
25 "type": "color",
26 "category": "background-color",
27 "value": "rgb(3, 11, 93)",
28 "comment": "Stronger background color used for primary actions or highlights.",
29 "name": "colorBackgroundPrimaryStronger"
30 },
31 {
32 "type": "color",
33 "category": "background-color",
34 "value": "rgb(74, 11, 11)",
35 "comment": "Stronger background color used for destructive actions or highlights.",
36 "name": "colorBackgroundDestructiveStronger"
37 },
38 {
39 "type": "color",
40 "category": "background-color",
41 "value": "rgb(204, 228, 255)",
42 "comment": "Weaker background color used for primary actions or highlights.",
43 "name": "colorBackgroundPrimaryWeaker"
44 },
45 {
46 "type": "color",
47 "category": "background-color",
48 "value": "rgb(252, 207, 207)",
49 "comment": "Weaker background color used for destructive actions or highlights.",
50 "name": "colorBackgroundDestructiveWeaker"
51 },
52 {
53 "type": "color",
54 "category": "background-color",
55 "value": "rgb(244, 124, 34)",
56 "comment": "Background color used for warning alerts and toasts.",
57 "name": "colorBackgroundWarning"
58 },
59 {
60 "type": "color",
61 "category": "background-color",
62 "value": "rgb(254, 245, 238)",
63 "comment": "Weakest background color used for warning alerts and toasts.",
64 "name": "colorBackgroundWarningWeakest"
65 },
66 {
67 "type": "color",
68 "category": "background-color",
69 "value": "rgb(57, 71, 98)",
70 "comment": "Strong inverse background color used for containers.",
71 "name": "colorBackgroundInverseStrong"
72 },
73 {
74 "type": "color",
75 "category": "background-color",
76 "value": "rgb(245, 240, 252)",
77 "comment": "Background color used to represent a new status.",
78 "name": "colorBackgroundNew"
79 },
80 {
81 "type": "color",
82 "category": "background-color",
83 "value": "rgb(225, 227, 234)",
84 "comment": "Strong background color used for containers.",
85 "name": "colorBackgroundStrong"
86 },
87 {
88 "type": "color",
89 "category": "background-color",
90 "value": "rgb(214, 31, 31)",
91 "comment": "Background color used for destructive actions or highlights.",
92 "name": "colorBackgroundDestructive"
93 },
94 {
95 "type": "color",
96 "category": "background-color",
97 "value": "rgb(2, 99, 224)",
98 "comment": "Background color used for primary actions or highlights.",
99 "name": "colorBackgroundPrimary"
100 },
101 {
102 "type": "color",
103 "category": "background-color",
104 "value": "rgb(235, 244, 255)",
105 "comment": "Weakest background color used for primary actions or highlights.",
106 "name": "colorBackgroundPrimaryWeakest"
107 },
108 {
109 "type": "color",
110 "category": "background-color",
111 "value": "rgb(244, 124, 34)",
112 "comment": "Background color used to represent an entity or person as \"busy\".",
113 "name": "colorBackgroundBusy"
114 },
115 {
116 "type": "color",
117 "category": "background-color",
118 "value": "rgb(20, 176, 83)",
119 "comment": "Background color used for success alerts and toasts.",
120 "name": "colorBackgroundSuccess"
121 },
122 {
123 "type": "color",
124 "category": "background-color",
125 "value": "rgb(254, 236, 236)",
126 "comment": "Weakest background color used for destructive actions or highlights.",
127 "name": "colorBackgroundDestructiveWeakest"
128 },
129 {
130 "type": "color",
131 "category": "background-color",
132 "value": "rgb(174, 178, 193)",
133 "comment": "Background color used to represent an entity or person as \"offline\".",
134 "name": "colorBackgroundOffline"
135 },
136 {
137 "type": "color",
138 "category": "background-color",
139 "value": "rgb(244, 244, 246)",
140 "comment": "Background color used for alternative striped rows.",
141 "name": "colorBackgroundRowStriped"
142 },
143 {
144 "type": "color",
145 "category": "background-color",
146 "value": "rgb(6, 3, 58)",
147 "comment": "Strongest background color used for primary actions or highlights.",
148 "name": "colorBackgroundPrimaryStrongest"
149 },
150 {
151 "type": "color",
152 "category": "background-color",
153 "value": "rgb(237, 253, 243)",
154 "comment": "Weakest background color used for success alerts and toasts.",
155 "name": "colorBackgroundSuccessWeakest"
156 },
157 {
158 "type": "color",
159 "category": "background-color",
160 "value": "rgb(49, 12, 12)",
161 "comment": "Strongest background color used for destructive actions or highlights.",
162 "name": "colorBackgroundDestructiveStrongest"
163 },
164 {
165 "type": "color",
166 "category": "background-color",
167 "value": "rgb(117, 12, 12)",
168 "comment": "Strongest background color used for error alerts and toasts.",
169 "name": "colorBackgroundErrorStrong"
170 },
171 {
172 "type": "color",
173 "category": "background-color",
174 "value": "rgb(3, 11, 93)",
175 "comment": "Strong background color used for brand.",
176 "name": "colorBackgroundBrandStrong"
177 },
178 {
179 "type": "color",
180 "category": "background-color",
181 "value": "rgb(0, 20, 137)",
182 "comment": "Background color used for brand.",
183 "name": "colorBackgroundBrand"
184 },
185 {
186 "type": "color",
187 "category": "background-color",
188 "value": "rgb(214, 31, 31)",
189 "comment": "Background color used for error alerts and toasts.",
190 "name": "colorBackgroundError"
191 },
192 {
193 "type": "color",
194 "category": "background-color",
195 "value": "rgb(235, 244, 255)",
196 "comment": "Weakest background color used for neutral or default variants.",
197 "name": "colorBackgroundNeutralWeakest"
198 },
199 {
200 "type": "color",
201 "category": "background-color",
202 "value": "rgb(20, 176, 83)",
203 "comment": "Background color used to represent an entity or person as \"available\".",
204 "name": "colorBackgroundAvailable"
205 },
206 {
207 "type": "color",
208 "category": "background-color",
209 "value": "rgb(254, 236, 236)",
210 "comment": "Weakest background color used for error alerts and toasts.",
211 "name": "colorBackgroundErrorWeakest"
212 },
213 {
214 "type": "color",
215 "category": "background-color",
216 "value": "rgb(235, 86, 86)",
217 "comment": "Background color used to represent required form fields.",
218 "name": "colorBackgroundRequired"
219 },
220 {
221 "type": "color",
222 "category": "background-color",
223 "value": "rgb(245, 240, 252)",
224 "comment": "Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens.",
225 "name": "colorBackgroundDecorative40Weakest"
226 },
227 {
228 "type": "color",
229 "category": "background-color",
230 "value": "rgb(237, 253, 243)",
231 "comment": "Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens.",
232 "name": "colorBackgroundDecorative30Weakest"
233 },
234 {
235 "type": "color",
236 "category": "background-color",
237 "value": "rgb(255, 255, 255)",
238 "comment": "Background color used for the main page body.",
239 "name": "colorBackgroundBody"
240 },
241 {
242 "type": "color",
243 "category": "background-color",
244 "value": "rgb(0, 20, 137)",
245 "comment": "Strong background color used for primary actions or highlights.",
246 "name": "colorBackgroundPrimaryStrong"
247 },
248 {
249 "type": "color",
250 "category": "background-color",
251 "value": "rgb(235, 244, 255)",
252 "comment": "Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens.",
253 "name": "colorBackgroundDecorative20Weakest"
254 },
255 {
256 "type": "color",
257 "category": "background-color",
258 "value": "rgb(117, 12, 12)",
259 "comment": "Strong background color used for destructive actions or highlights.",
260 "name": "colorBackgroundDestructiveStrong"
261 },
262 {
263 "type": "color",
264 "category": "background-color",
265 "value": "rgb(246, 177, 177)",
266 "comment": "Weak background color used for destructive actions or highlights.",
267 "name": "colorBackgroundDestructiveWeak"
268 },
269 {
270 "type": "color",
271 "category": "background-color",
272 "value": "rgb(244, 244, 246)",
273 "comment": "Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens.",
274 "name": "colorBackgroundDecorative10Weakest"
275 },
276 {
277 "type": "color",
278 "category": "background-color",
279 "value": "rgb(244, 244, 246)",
280 "comment": "Background color used for containers.",
281 "name": "colorBackground"
282 },
283 {
284 "type": "color",
285 "category": "background-color",
286 "value": "rgb(153, 205, 255)",
287 "comment": "Weak background color used for primary actions or highlights.",
288 "name": "colorBackgroundPrimaryWeak"
289 },
290 {
291 "type": "color",
292 "category": "background-color",
293 "value": "rgb(136, 145, 170)",
294 "comment": "Stronger background color used for containers.",
295 "name": "colorBackgroundStronger"
296 },
297 {
298 "type": "color",
299 "category": "background-color",
300 "value": "rgb(242, 47, 70)",
301 "comment": "Background color used for brand highlights.",
302 "name": "colorBackgroundBrandHighlight"
303 },
304 {
305 "type": "color",
306 "category": "background-color",
307 "value": "rgba(242, 47, 70, 0.1)",
308 "comment": "Weakest background color used for brand highlights.",
309 "name": "colorBackgroundBrandHighlightWeakest"
310 },
311 {
312 "type": "color",
313 "category": "background-color",
314 "value": "rgb(75, 86, 113)",
315 "comment": "Strongest background color used for containers.",
316 "name": "colorBackgroundStrongest"
317 },
318 {
319 "type": "color",
320 "category": "background-color",
321 "value": "rgb(18, 28, 45)",
322 "comment": "Inverse background color used for the main page body.",
323 "name": "colorBackgroundBodyInverse"
324 },
325 {
326 "type": "color",
327 "category": "background-color",
328 "value": "rgb(31, 48, 76)",
329 "comment": "Inverse background color used for containers.",
330 "name": "colorBackgroundInverse"
331 },
332 {
333 "type": "color",
334 "category": "background-color",
335 "value": "rgba(6, 3, 58, 0.4)",
336 "comment": "Background color used for overlays.",
337 "name": "colorBackgroundOverlay"
338 },
339 {
340 "type": "color",
341 "category": "background-color",
342 "value": "rgb(214, 31, 31)",
343 "comment": "Background color used to represent an entity or person as \"unavailable\".",
344 "name": "colorBackgroundUnavailable"
345 },
346 {
347 "type": "color",
348 "category": "background-color",
349 "value": "rgb(74, 11, 11)",
350 "comment": "Stronger error background color",
351 "name": "colorBackgroundErrorStronger"
352 },
353 {
354 "type": "color",
355 "category": "background-color",
356 "value": "rgb(6, 3, 58)",
357 "comment": "Stronger background color used for brand.",
358 "name": "colorBackgroundBrandStronger"
359 },
360 {
361 "type": "color",
362 "category": "border-color",
363 "value": "rgb(74, 11, 11)",
364 "comment": "Stronger error border color",
365 "name": "colorBorderErrorStronger"
366 },
367 {
368 "type": "color",
369 "category": "border-color",
370 "value": "rgb(255, 179, 122)",
371 "comment": "Weak warning border color",
372 "name": "colorBorderWarningWeak"
373 },
374 {
375 "type": "color",
376 "category": "border-color",
377 "value": "rgb(231, 220, 250)",
378 "comment": "Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens.",
379 "name": "colorBorderDecorative40Weaker"
380 },
381 {
382 "type": "color",
383 "category": "border-color",
384 "value": "rgb(252, 207, 207)",
385 "comment": "Weaker error border color",
386 "name": "colorBorderErrorWeaker"
387 },
388 {
389 "type": "color",
390 "category": "border-color",
391 "value": "rgb(204, 228, 255)",
392 "comment": "Weaker neutral border color",
393 "name": "colorBorderNeutralWeaker"
394 },
395 {
396 "type": "color",
397 "category": "border-color",
398 "value": "rgb(244, 124, 34)",
399 "comment": "Warning border color",
400 "name": "colorBorderWarning"
401 },
402 {
403 "type": "color",
404 "category": "border-color",
405 "value": "rgb(209, 250, 224)",
406 "comment": "Weaker success border color",
407 "name": "colorBorderSuccessWeaker"
408 },
409 {
410 "type": "color",
411 "category": "border-color",
412 "value": "rgb(3, 11, 93)",
413 "comment": "Stronger primary border color",
414 "uicontrol_contrast_pairing": [
415 "color-background",
416 "color-background-body",
417 "color-background-subaccount",
418 "color-background-trial",
419 "color-background-neutral-weakest",
420 "color-background-success-weakest",
421 "color-background-warning-weakest",
422 "color-background-error-weakest",
423 "color-background-new",
424 "color-background-row-striped",
425 "color-background-primary-weak",
426 "color-background-primary-weaker",
427 "color-background-primary-weakest",
428 "color-background-destructive-weak",
429 "color-background-destructive-weaker",
430 "color-background-destructive-weakest"
431 ],
432 "name": "colorBorderPrimaryStronger"
433 },
434 {
435 "type": "color",
436 "category": "border-color",
437 "value": "rgb(74, 11, 11)",
438 "comment": "Stronger destructive hover border color",
439 "uicontrol_contrast_pairing": [
440 "color-background",
441 "color-background-body",
442 "color-background-subaccount",
443 "color-background-trial",
444 "color-background-neutral-weakest",
445 "color-background-success-weakest",
446 "color-background-warning-weakest",
447 "color-background-error-weakest",
448 "color-background-new",
449 "color-background-row-striped",
450 "color-background-primary-weak",
451 "color-background-primary-weaker",
452 "color-background-primary-weakest",
453 "color-background-destructive-weak",
454 "color-background-destructive-weaker",
455 "color-background-destructive-weakest"
456 ],
457 "name": "colorBorderDestructiveStronger"
458 },
459 {
460 "type": "color",
461 "category": "border-color",
462 "value": "rgb(254, 245, 238)",
463 "comment": "Weakest warning border color",
464 "name": "colorBorderWarningWeakest"
465 },
466 {
467 "type": "color",
468 "category": "border-color",
469 "value": "rgb(204, 228, 255)",
470 "comment": "Weaker primary border color",
471 "name": "colorBorderPrimaryWeaker"
472 },
473 {
474 "type": "color",
475 "category": "border-color",
476 "value": "rgb(252, 207, 207)",
477 "comment": "Destructive focus border color",
478 "name": "colorBorderDestructiveWeaker"
479 },
480 {
481 "type": "color",
482 "category": "border-color",
483 "value": "rgb(231, 220, 250)",
484 "comment": "Weaker border color for something designated as new",
485 "name": "colorBorderNewWeaker"
486 },
487 {
488 "type": "color",
489 "category": "border-color",
490 "value": "rgb(214, 31, 31)",
491 "comment": "Destructive border color",
492 "uicontrol_contrast_pairing": [
493 "color-background",
494 "color-background-body",
495 "color-background-neutral-weakest",
496 "color-background-row-striped",
497 "color-background-primary-weakest",
498 "color-background-destructive-weakest"
499 ],
500 "name": "colorBorderDestructive"
501 },
502 {
503 "type": "color",
504 "category": "border-color",
505 "value": "rgb(225, 227, 234)",
506 "comment": "Strong border on inverse backgrounds. Must be used on color-background-body-inverse.",
507 "uicontrol_contrast_pairing": [
508 "color-background-body-inverse"
509 ],
510 "name": "colorBorderInverseStrong"
511 },
512 {
513 "type": "color",
514 "category": "border-color",
515 "value": "rgb(2, 99, 224)",
516 "comment": "Primary border color",
517 "uicontrol_contrast_pairing": [
518 "color-background",
519 "color-background-body",
520 "color-background-neutral-weakest",
521 "color-background-row-striped",
522 "color-background-primary-weakest",
523 "color-background-destructive-weakest"
524 ],
525 "name": "colorBorderPrimary"
526 },
527 {
528 "type": "color",
529 "category": "border-color",
530 "value": "rgb(235, 244, 255)",
531 "comment": "Weakest primary border color",
532 "name": "colorBorderPrimaryWeakest"
533 },
534 {
535 "type": "color",
536 "category": "border-color",
537 "value": "rgb(20, 176, 83)",
538 "comment": "Success border color",
539 "name": "colorBorderSuccess"
540 },
541 {
542 "type": "color",
543 "category": "border-color",
544 "value": "rgb(254, 236, 236)",
545 "comment": "Destructive focus border color",
546 "name": "colorBorderDestructiveWeakest"
547 },
548 {
549 "type": "color",
550 "category": "border-color",
551 "value": "rgb(49, 12, 12)",
552 "comment": "Strongest destructive hover border color",
553 "name": "colorBorderDestructiveStrongest"
554 },
555 {
556 "type": "color",
557 "category": "border-color",
558 "value": "rgb(6, 3, 58)",
559 "comment": "Strongest primary border color",
560 "name": "colorBorderPrimaryStrongest"
561 },
562 {
563 "type": "color",
564 "category": "border-color",
565 "value": "rgb(237, 253, 243)",
566 "comment": "Weakest success border color",
567 "name": "colorBorderSuccessWeakest"
568 },
569 {
570 "type": "color",
571 "category": "border-color",
572 "value": "rgb(253, 220, 196)",
573 "comment": "Weaker warning border color",
574 "name": "colorBorderWarningWeaker"
575 },
576 {
577 "type": "color",
578 "category": "border-color",
579 "value": "rgb(96, 107, 133)",
580 "comment": "Strong border color",
581 "uicontrol_contrast_pairing": [
582 "color-background",
583 "color-background-strong",
584 "color-background-body",
585 "color-background-subaccount",
586 "color-background-trial",
587 "color-background-neutral-weakest",
588 "color-background-success-weakest",
589 "color-background-warning-weakest",
590 "color-background-error-weakest",
591 "color-background-new",
592 "color-background-row-striped",
593 "color-background-primary-weaker",
594 "color-background-primary-weakest",
595 "color-background-destructive-weaker",
596 "color-background-destructive-weakest"
597 ],
598 "name": "colorBorderStrong"
599 },
600 {
601 "type": "color",
602 "category": "border-color",
603 "value": "rgb(202, 205, 216)",
604 "comment": "Weak border color",
605 "name": "colorBorderWeak"
606 },
607 {
608 "type": "color",
609 "category": "border-color",
610 "value": "rgb(2, 99, 224)",
611 "comment": "Neutral border color",
612 "name": "colorBorderNeutral"
613 },
614 {
615 "type": "color",
616 "category": "border-color",
617 "value": "rgb(214, 31, 31)",
618 "comment": "Error border color",
619 "uicontrol_contrast_pairing": [
620 "color-background",
621 "color-background-body",
622 "color-background-neutral-weakest",
623 "color-background-warning-weakest",
624 "color-background-error-weakest",
625 "color-background-row-striped",
626 "color-background-primary-weakest",
627 "color-background-destructive-weakest"
628 ],
629 "name": "colorBorderError"
630 },
631 {
632 "type": "color",
633 "category": "border-color",
634 "value": "rgb(254, 236, 236)",
635 "comment": "Weakest error border color",
636 "name": "colorBorderErrorWeakest"
637 },
638 {
639 "type": "color",
640 "category": "border-color",
641 "value": "rgb(117, 12, 12)",
642 "comment": "Strong error border color",
643 "name": "colorBorderErrorStrong"
644 },
645 {
646 "type": "color",
647 "category": "border-color",
648 "value": "rgb(245, 138, 138)",
649 "comment": "Weak error border color",
650 "name": "colorBorderErrorWeak"
651 },
652 {
653 "type": "color",
654 "category": "border-color",
655 "value": "rgb(102, 179, 255)",
656 "comment": "Weak neutral border color",
657 "name": "colorBorderNeutralWeak"
658 },
659 {
660 "type": "color",
661 "category": "border-color",
662 "value": "rgb(136, 145, 170)",
663 "comment": "Default border color",
664 "uicontrol_contrast_pairing": [
665 "color-background-body"
666 ],
667 "name": "colorBorder"
668 },
669 {
670 "type": "color",
671 "category": "border-color",
672 "value": "rgb(244, 244, 246)",
673 "comment": "Stronger border on inverse backgrounds. Must be used on color-background-body-inverse.",
674 "uicontrol_contrast_pairing": [
675 "color-background-body-inverse"
676 ],
677 "name": "colorBorderInverseStronger"
678 },
679 {
680 "type": "color",
681 "category": "border-color",
682 "value": "rgb(57, 71, 98)",
683 "comment": "Weaker border on inverse backgrounds. Must be used on color-background-body-inverse.",
684 "name": "colorBorderInverseWeaker"
685 },
686 {
687 "type": "color",
688 "category": "border-color",
689 "value": "rgb(54, 213, 118)",
690 "comment": "Weak success border color",
691 "name": "colorBorderSuccessWeak"
692 },
693 {
694 "type": "color",
695 "category": "border-color",
696 "value": "rgb(0, 20, 137)",
697 "comment": "Strong primary border color",
698 "uicontrol_contrast_pairing": [
699 "color-background",
700 "color-background-body",
701 "color-background-subaccount",
702 "color-background-trial",
703 "color-background-neutral-weakest",
704 "color-background-success-weakest",
705 "color-background-warning-weakest",
706 "color-background-error-weakest",
707 "color-background-new",
708 "color-background-row-striped",
709 "color-background-primary-weak",
710 "color-background-primary-weaker",
711 "color-background-primary-weakest",
712 "color-background-destructive-weak",
713 "color-background-destructive-weaker",
714 "color-background-destructive-weakest"
715 ],
716 "name": "colorBorderPrimaryStrong"
717 },
718 {
719 "type": "color",
720 "category": "border-color",
721 "value": "rgb(136, 145, 170)",
722 "comment": "Border on inverse backgrounds. Must be used on color-background-body-inverse.",
723 "uicontrol_contrast_pairing": [
724 "color-background-body-inverse"
725 ],
726 "name": "colorBorderInverse"
727 },
728 {
729 "type": "color",
730 "category": "border-color",
731 "value": "rgb(117, 12, 12)",
732 "comment": "Destructive focus border color",
733 "uicontrol_contrast_pairing": [
734 "color-background",
735 "color-background-body",
736 "color-background-subaccount",
737 "color-background-trial",
738 "color-background-neutral-weakest",
739 "color-background-success-weakest",
740 "color-background-warning-weakest",
741 "color-background-error-weakest",
742 "color-background-new",
743 "color-background-row-striped",
744 "color-background-primary-weak",
745 "color-background-primary-weaker",
746 "color-background-primary-weakest",
747 "color-background-destructive-weak",
748 "color-background-destructive-weaker",
749 "color-background-destructive-weakest"
750 ],
751 "name": "colorBorderDestructiveStrong"
752 },
753 {
754 "type": "color",
755 "category": "border-color",
756 "value": "rgb(153, 205, 255)",
757 "comment": "Weak primary border color",
758 "name": "colorBorderPrimaryWeak"
759 },
760 {
761 "type": "color",
762 "category": "border-color",
763 "value": "rgb(31, 48, 76)",
764 "comment": "Weakest border on inverse backgrounds. Must be used on color-background-body-inverse.",
765 "name": "colorBorderInverseWeakest"
766 },
767 {
768 "type": "color",
769 "category": "border-color",
770 "value": "rgb(246, 177, 177)",
771 "comment": "Destructive focus border color",
772 "name": "colorBorderDestructiveWeak"
773 },
774 {
775 "type": "color",
776 "category": "border-color",
777 "value": "rgb(255, 255, 255)",
778 "comment": "Strongest border on inverse backgrounds. Must be used on color-background-body-inverse.",
779 "uicontrol_contrast_pairing": [
780 "color-background-body-inverse"
781 ],
782 "name": "colorBorderInverseStrongest"
783 },
784 {
785 "type": "color",
786 "category": "border-color",
787 "value": "rgb(225, 227, 234)",
788 "comment": "Weaker border color",
789 "name": "colorBorderWeaker"
790 },
791 {
792 "type": "color",
793 "category": "border-color",
794 "value": "rgb(225, 227, 234)",
795 "comment": "Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens.",
796 "name": "colorBorderDecorative10Weaker"
797 },
798 {
799 "type": "color",
800 "category": "border-color",
801 "value": "rgb(204, 228, 255)",
802 "comment": "Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens.",
803 "name": "colorBorderDecorative20Weaker"
804 },
805 {
806 "type": "color",
807 "category": "border-color",
808 "value": "rgb(209, 250, 224)",
809 "comment": "Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens.",
810 "name": "colorBorderDecorative30Weaker"
811 },
812 {
813 "type": "size",
814 "category": "radius",
815 "value": "0",
816 "comment": "Border radius reset",
817 "name": "borderRadius0"
818 },
819 {
820 "type": "size",
821 "category": "radius",
822 "value": "2px",
823 "comment": "Small border radius",
824 "name": "borderRadius10"
825 },
826 {
827 "type": "size",
828 "category": "radius",
829 "value": "4px",
830 "comment": "Large border radius",
831 "name": "borderRadius20"
832 },
833 {
834 "type": "size",
835 "category": "radius",
836 "value": "8px",
837 "comment": "Larger border radius",
838 "name": "borderRadius30"
839 },
840 {
841 "type": "size",
842 "category": "radius",
843 "value": "0.5",
844 "comment": "Circular border radius",
845 "name": "borderRadiusCircle"
846 },
847 {
848 "type": "size",
849 "category": "radius",
850 "value": "100px",
851 "comment": "Pill border radius",
852 "name": "borderRadiusPill"
853 },
854 {
855 "type": "size",
856 "category": "border-width",
857 "value": "0",
858 "comment": "Border width reset",
859 "name": "borderWidth0"
860 },
861 {
862 "type": "size",
863 "category": "border-width",
864 "value": "1px",
865 "comment": "Constant border width token for border width 10",
866 "name": "borderWidth10"
867 },
868 {
869 "type": "size",
870 "category": "border-width",
871 "value": "2px",
872 "comment": "Constant border width token for border width 20",
873 "name": "borderWidth20"
874 },
875 {
876 "type": "size",
877 "category": "border-width",
878 "value": "4px",
879 "comment": "Constant border width token for border width 30",
880 "name": "borderWidth30"
881 },
882 {
883 "type": "size",
884 "category": "border-width",
885 "value": "8px",
886 "comment": "Constant border width token for border width 40",
887 "name": "borderWidth40"
888 },
889 {
890 "type": "shadow",
891 "category": "box-shadow",
892 "value": "0 1px 0 #e7dcfa",
893 "comment": "Weaker bottom shadow border for new status",
894 "name": "shadowBorderBottomNewWeaker"
895 },
896 {
897 "type": "shadow",
898 "category": "box-shadow",
899 "value": "0 4px 16px 0 rgba(18, 28, 45, 0.2)",
900 "comment": "Default shadow.",
901 "name": "shadow"
902 },
903 {
904 "type": "shadow",
905 "category": "box-shadow",
906 "value": "0 0 0 1px #4a0b0b",
907 "comment": "Strong shadow border for destructive interactions",
908 "name": "shadowBorderDestructiveStronger"
909 },
910 {
911 "type": "shadow",
912 "category": "box-shadow",
913 "value": "0 0 0 1px #030b5d",
914 "comment": "Stronger shadow border for inputs active.",
915 "name": "shadowBorderPrimaryStronger"
916 },
917 {
918 "type": "shadow",
919 "category": "box-shadow",
920 "value": "0 1px 0 #fddcc4",
921 "comment": "Weaker bottom shadow border for warning status",
922 "name": "shadowBorderBottomWarningWeaker"
923 },
924 {
925 "type": "shadow",
926 "category": "box-shadow",
927 "value": "0 0 0 1px #fccfcf",
928 "comment": "Weaker shadow border for destructive interactions.",
929 "name": "shadowBorderDestructiveWeaker"
930 },
931 {
932 "type": "shadow",
933 "category": "box-shadow",
934 "value": "0 0 0 1px #cce4ff",
935 "comment": "Weaker shadow border for primary interactions.",
936 "name": "shadowBorderPrimaryWeaker"
937 },
938 {
939 "type": "shadow",
940 "category": "box-shadow",
941 "value": "0 2px 8px 0 rgba(18, 28, 45, 0.1)",
942 "comment": "Low elevation default shadow.",
943 "name": "shadowLow"
944 },
945 {
946 "type": "shadow",
947 "category": "box-shadow",
948 "value": "0 0 0 1px #e1e3ea",
949 "comment": "Strong shadow border on interactive elements on inverse backgrounds.",
950 "name": "shadowBorderInverseStrong"
951 },
952 {
953 "type": "shadow",
954 "category": "box-shadow",
955 "value": "0 0 0 1px #606b85",
956 "comment": "Strong shadow border for inputs.",
957 "name": "shadowBorderStrong"
958 },
959 {
960 "type": "shadow",
961 "category": "box-shadow",
962 "value": "0 0 0 4px rgba(2, 99, 224, 0.7)",
963 "comment": "Shadow for focus ring on interactive elements.",
964 "name": "shadowFocus"
965 },
966 {
967 "type": "shadow",
968 "category": "box-shadow",
969 "value": "0 0 0 1px #cacdd8",
970 "comment": "Weak shadow border for disabled inputs.",
971 "name": "shadowBorderWeak"
972 },
973 {
974 "type": "shadow",
975 "category": "box-shadow",
976 "value": "0 0 0 4px rgba(255, 255, 255, 0.4)",
977 "comment": "Shadow for focus ring on interactive elements on inverse backgrounds.",
978 "name": "shadowFocusInverse"
979 },
980 {
981 "type": "shadow",
982 "category": "box-shadow",
983 "value": "0 0 0 1px #0263e0",
984 "comment": "Default shadow border for primary interactions.",
985 "name": "shadowBorderPrimary"
986 },
987 {
988 "type": "shadow",
989 "category": "box-shadow",
990 "value": "0 0 0 1px #d61f1f",
991 "comment": "Shadow border for destructive interactions.",
992 "name": "shadowBorderDestructive"
993 },
994 {
995 "type": "shadow",
996 "category": "box-shadow",
997 "value": "0 16px 24px 0 rgba(18, 28, 45, 0.2)",
998 "comment": "High elevation default shadow.",
999 "name": "shadowHigh"
1000 },
1001 {
1002 "type": "shadow",
1003 "category": "box-shadow",
1004 "value": "0 0 0 1px #750c0c",
1005 "comment": "Shadow border for error inputs hover.",
1006 "name": "shadowBorderErrorStrong"
1007 },
1008 {
1009 "type": "shadow",
1010 "category": "box-shadow",
1011 "value": "0 0 0 1px #06033a",
1012 "comment": "Strongest shadow border for inputs active.",
1013 "name": "shadowBorderPrimaryStrongest"
1014 },
1015 {
1016 "type": "shadow",
1017 "category": "box-shadow",
1018 "value": "0 0 0 1px #310c0c",
1019 "comment": "Strongest shadow border for destructive interactions",
1020 "name": "shadowBorderDestructiveStrongest"
1021 },
1022 {
1023 "type": "shadow",
1024 "category": "box-shadow",
1025 "value": "0 0 0 1px #eb5656",
1026 "comment": "Shadow border for inverse error inputs.",
1027 "name": "shadowBorderErrorWeak"
1028 },
1029 {
1030 "type": "shadow",
1031 "category": "box-shadow",
1032 "value": "0 0 0 1px #d61f1f",
1033 "comment": "Shadow border for error inputs.",
1034 "name": "shadowBorderError"
1035 },
1036 {
1037 "type": "shadow",
1038 "category": "box-shadow",
1039 "value": "0 1px 0 #e1e3ea",
1040 "comment": "Weaker bottom shadow border for decorative 10",
1041 "name": "shadowBorderBottomDecorative10Weaker"
1042 },
1043 {
1044 "type": "shadow",
1045 "category": "box-shadow",
1046 "value": "0 1px 0 #cce4ff",
1047 "comment": "Weaker bottom shadow border for decorative 20",
1048 "name": "shadowBorderBottomDecorative20Weaker"
1049 },
1050 {
1051 "type": "shadow",
1052 "category": "box-shadow",
1053 "value": "0 0 0 1px #f4f4f6",
1054 "comment": "Stronger shadow border on interactive elements on inverse backgrounds.",
1055 "name": "shadowBorderInverseStronger"
1056 },
1057 {
1058 "type": "shadow",
1059 "category": "box-shadow",
1060 "value": "0 0 0 1px #750c0c",
1061 "comment": "Strong shadow border for destructive interactions",
1062 "name": "shadowBorderDestructiveStrong"
1063 },
1064 {
1065 "type": "shadow",
1066 "category": "box-shadow",
1067 "value": "0 0 0 1px #394762",
1068 "comment": "Weaker shadow border on interactive elements on inverse backgrounds.",
1069 "name": "shadowBorderInverseWeaker"
1070 },
1071 {
1072 "type": "shadow",
1073 "category": "box-shadow",
1074 "value": "0 1px 0 #d1fae0",
1075 "comment": "Weaker bottom shadow border for decorative 30",
1076 "name": "shadowBorderBottomDecorative30Weaker"
1077 },
1078 {
1079 "type": "shadow",
1080 "category": "box-shadow",
1081 "value": "0 0 0 1px #001489",
1082 "comment": "Strong shadow border for inputs hover.",
1083 "name": "shadowBorderPrimaryStrong"
1084 },
1085 {
1086 "type": "shadow",
1087 "category": "box-shadow",
1088 "value": "0 0 0 1px #99cdff",
1089 "comment": "Weaker shadow border for primary interactions.",
1090 "name": "shadowBorderPrimaryWeak"
1091 },
1092 {
1093 "type": "shadow",
1094 "category": "box-shadow",
1095 "value": "0 1px 0 #e7dcfa",
1096 "comment": "Weaker bottom shadow border for decorative 40",
1097 "name": "shadowBorderBottomDecorative40Weaker"
1098 },
1099 {
1100 "type": "shadow",
1101 "category": "box-shadow",
1102 "value": "0 0 0 1px #f6b1b1",
1103 "comment": "Weak shadow border for destructive interactions.",
1104 "name": "shadowBorderDestructiveWeak"
1105 },
1106 {
1107 "type": "shadow",
1108 "category": "box-shadow",
1109 "value": "0 1px 0 #fccfcf",
1110 "comment": "Weaker bottom shadow border for error status",
1111 "name": "shadowBorderBottomErrorWeaker"
1112 },
1113 {
1114 "type": "shadow",
1115 "category": "box-shadow",
1116 "value": "0 0 0 1px #e1e3ea",
1117 "comment": "Weaker shadow border for disabled inputs.",
1118 "name": "shadowBorderWeaker"
1119 },
1120 {
1121 "type": "shadow",
1122 "category": "box-shadow",
1123 "value": "0 0 0 1px #8891aa",
1124 "comment": "Shadow border for inputs.",
1125 "name": "shadowBorder"
1126 },
1127 {
1128 "type": "shadow",
1129 "category": "box-shadow",
1130 "value": "0 1px 0 #cce4ff",
1131 "comment": "Weaker bottom shadow border for neutral status",
1132 "name": "shadowBorderBottomNeutralWeaker"
1133 },
1134 {
1135 "type": "shadow",
1136 "category": "box-shadow",
1137 "value": "inset 0 0 0 2px rgba(2, 99, 224, 0.7)",
1138 "comment": "Shadow for inset focus on elements, such as DataGrid cells.",
1139 "name": "shadowFocusInset"
1140 },
1141 {
1142 "type": "shadow",
1143 "category": "box-shadow",
1144 "value": "0 0 0 1px #8891aa",
1145 "comment": "Shadow border on interactive elements on inverse backgrounds.",
1146 "name": "shadowBorderInverse"
1147 },
1148 {
1149 "type": "shadow",
1150 "category": "box-shadow",
1151 "value": "0 0 0 1px #1f304c",
1152 "comment": "Weakest shadow border on interactive elements on inverse backgrounds.",
1153 "name": "shadowBorderInverseWeakest"
1154 },
1155 {
1156 "type": "shadow",
1157 "category": "box-shadow",
1158 "value": "0 1px 0 #d1fae0",
1159 "comment": "Weaker bottom shadow border for success status",
1160 "name": "shadowBorderBottomSuccessWeaker"
1161 },
1162 {
1163 "type": "shadow",
1164 "category": "box-shadow",
1165 "value": "0 0 0 1px #4a0b0b",
1166 "comment": "Shadow border for error inputs hover.",
1167 "name": "shadowBorderErrorStronger"
1168 },
1169 {
1170 "type": "shadow",
1171 "category": "box-shadow",
1172 "value": "0 2px 8px 0 rgba(18, 28, 45, 0.1)",
1173 "comment": "Shadow for cards.",
1174 "name": "shadowCard"
1175 },
1176 {
1177 "type": "shadow",
1178 "category": "box-shadow",
1179 "value": "0 0 0 1px #ffffff",
1180 "comment": "Strongest shadow border on interactive elements on inverse backgrounds.",
1181 "name": "shadowBorderInverseStrongest"
1182 },
1183 {
1184 "category": "font",
1185 "type": "font",
1186 "value": "'Colfax', Helvetica, Arial, sans-serif",
1187 "name": "fontFamilyText"
1188 },
1189 {
1190 "category": "font",
1191 "type": "font",
1192 "value": "'Fira Mono', Courier, monospace",
1193 "name": "fontFamilyCode"
1194 },
1195 {
1196 "category": "font",
1197 "type": "font",
1198 "value": "'Inter var experimental', 'Inter var', Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'MS PGothic', sans-serif",
1199 "name": "fontFamilyTextJapanese"
1200 },
1201 {
1202 "category": "font",
1203 "type": "font",
1204 "value": "'Inter var experimental', 'Inter var', 'Microsoft JhengHei', 微軟正黑體, 'Microsoft JhengHei UI', 'Microsoft YaHei', 微軟雅黑, 宋体, SimSun, sans-serif",
1205 "name": "fontFamilyTextKorean"
1206 },
1207 {
1208 "category": "font",
1209 "type": "font",
1210 "value": "'Inter var experimental', 'Inter var', 'Microsoft JhengHei', 微軟正黑體, 'Microsoft JhengHei UI', 'Microsoft YaHei', 微軟雅黑, 宋体, SimSun, sans-serif",
1211 "name": "fontFamilyTextChineseTraditional"
1212 },
1213 {
1214 "category": "font",
1215 "type": "font",
1216 "value": "'Inter var experimental', 'Inter var', 'Microsoft YaHei New', 微软雅黑, 'Microsoft Yahei', 'Microsoft JhengHei', 宋体, SimSun, sans-serif",
1217 "name": "fontFamilyTextChineseSimplified"
1218 },
1219 {
1220 "category": "font-size",
1221 "type": "font-size",
1222 "value": "48",
1223 "comment": "Constant typography token for font size 110",
1224 "name": "fontSize110"
1225 },
1226 {
1227 "category": "font-size",
1228 "type": "font-size",
1229 "value": "40",
1230 "comment": "Constant typography token for font size 100",
1231 "name": "fontSize100"
1232 },
1233 {
1234 "category": "font-size",
1235 "type": "font-size",
1236 "value": "32",
1237 "comment": "Constant typography token for font size 90",
1238 "name": "fontSize90"
1239 },
1240 {
1241 "category": "font-size",
1242 "type": "font-size",
1243 "value": "28",
1244 "comment": "Constant typography token for font size 80",
1245 "name": "fontSize80"
1246 },
1247 {
1248 "category": "font-size",
1249 "type": "font-size",
1250 "value": "24",
1251 "comment": "Constant typography token for font size 70",
1252 "name": "fontSize70"
1253 },
1254 {
1255 "category": "font-size",
1256 "type": "font-size",
1257 "value": "20",
1258 "comment": "Constant typography token for font size 60",
1259 "name": "fontSize60"
1260 },
1261 {
1262 "category": "font-size",
1263 "type": "font-size",
1264 "value": "18",
1265 "comment": "Constant typography token for font size 50",
1266 "name": "fontSize50"
1267 },
1268 {
1269 "category": "font-size",
1270 "type": "font-size",
1271 "value": "16",
1272 "comment": "Constant typography token for font size 40",
1273 "name": "fontSize40"
1274 },
1275 {
1276 "category": "font-size",
1277 "type": "font-size",
1278 "value": "14",
1279 "comment": "Constant typography token for font size 30",
1280 "name": "fontSize30"
1281 },
1282 {
1283 "category": "font-size",
1284 "type": "font-size",
1285 "value": "12",
1286 "comment": "Constant typography token for font size 20",
1287 "name": "fontSize20"
1288 },
1289 {
1290 "category": "font-size",
1291 "type": "font-size",
1292 "value": "10",
1293 "comment": "Constant typography token for font size 10",
1294 "name": "fontSize10"
1295 },
1296 {
1297 "category": "font-weight",
1298 "type": "font-weight",
1299 "value": "400",
1300 "comment": "Font weight for light weight",
1301 "name": "fontWeightLight"
1302 },
1303 {
1304 "category": "font-weight",
1305 "type": "font-weight",
1306 "value": "400",
1307 "comment": "Font weight for normal weight",
1308 "name": "fontWeightNormal"
1309 },
1310 {
1311 "category": "font-weight",
1312 "type": "font-weight",
1313 "value": "500",
1314 "comment": "Font weight for medium weight",
1315 "name": "fontWeightMedium"
1316 },
1317 {
1318 "category": "font-weight",
1319 "type": "font-weight",
1320 "value": "600",
1321 "comment": "Font weight for semibold weight",
1322 "name": "fontWeightSemibold"
1323 },
1324 {
1325 "category": "font-weight",
1326 "type": "font-weight",
1327 "value": "700",
1328 "comment": "Font weight for bold weight",
1329 "name": "fontWeightBold"
1330 },
1331 {
1332 "category": "line-height",
1333 "type": "number",
1334 "value": "0",
1335 "comment": "Constant line-height token for line-height 0",
1336 "name": "lineHeight0"
1337 },
1338 {
1339 "category": "line-height",
1340 "type": "number",
1341 "value": "64",
1342 "comment": "Constant line-height token for line-height 110",
1343 "name": "lineHeight110"
1344 },
1345 {
1346 "category": "line-height",
1347 "type": "number",
1348 "value": "44",
1349 "comment": "Constant line-height token for line-height 90",
1350 "name": "lineHeight90"
1351 },
1352 {
1353 "category": "line-height",
1354 "type": "number",
1355 "value": "52",
1356 "comment": "Constant line-height token for line-height 100",
1357 "name": "lineHeight100"
1358 },
1359 {
1360 "category": "line-height",
1361 "type": "number",
1362 "value": "40",
1363 "comment": "Constant line-height token for line-height 80",
1364 "name": "lineHeight80"
1365 },
1366 {
1367 "category": "line-height",
1368 "type": "number",
1369 "value": "32",
1370 "comment": "Constant line-height token for line-height 70",
1371 "name": "lineHeight70"
1372 },
1373 {
1374 "category": "line-height",
1375 "type": "number",
1376 "value": "28",
1377 "comment": "Constant line-height token for line-height 60",
1378 "name": "lineHeight60"
1379 },
1380 {
1381 "category": "line-height",
1382 "type": "number",
1383 "value": "28",
1384 "comment": "Constant line-height token for line-height 50",
1385 "name": "lineHeight50"
1386 },
1387 {
1388 "category": "line-height",
1389 "type": "number",
1390 "value": "24",
1391 "comment": "Constant line-height token for line-height 40",
1392 "name": "lineHeight40"
1393 },
1394 {
1395 "category": "line-height",
1396 "type": "number",
1397 "value": "20",
1398 "comment": "Constant line-height token for line-height 30",
1399 "name": "lineHeight30"
1400 },
1401 {
1402 "category": "line-height",
1403 "type": "number",
1404 "value": "20",
1405 "comment": "Constant line-height token for line-height 20",
1406 "name": "lineHeight20"
1407 },
1408 {
1409 "category": "line-height",
1410 "type": "number",
1411 "value": "16",
1412 "comment": "Constant line-height token for line-height 10",
1413 "name": "lineHeight10"
1414 },
1415 {
1416 "type": "color",
1417 "category": "color",
1418 "value": "rgb(235, 86, 86)",
1419 "comment": "Color used for data visualizations. Must be used in a sequence.",
1420 "uicontrol_contrast_pairing": [
1421 "color-background-body"
1422 ],
1423 "data_visualization_contrast_pairing": [
1424 "color-data-visualization-9",
1425 "color-data-visualization-1"
1426 ],
1427 "name": "colorDataVisualization10"
1428 },
1429 {
1430 "type": "color",
1431 "category": "color",
1432 "value": "rgb(242, 47, 70)",
1433 "comment": "Twilio brand red",
1434 "name": "colorBrandHighlight"
1435 },
1436 {
1437 "type": "color",
1438 "category": "color",
1439 "value": "rgb(0, 20, 137)",
1440 "comment": "Color used for data visualizations. Must be used in a sequence.",
1441 "uicontrol_contrast_pairing": [
1442 "color-background-body"
1443 ],
1444 "data_visualization_contrast_pairing": [
1445 "color-data-visualization-10",
1446 "color-data-visualization-2"
1447 ],
1448 "name": "colorDataVisualization1"
1449 },
1450 {
1451 "type": "color",
1452 "category": "color",
1453 "value": "rgb(255, 255, 255)",
1454 "comment": "Gray Color 0",
1455 "name": "colorGray0"
1456 },
1457 {
1458 "type": "color",
1459 "category": "color",
1460 "value": "rgb(14, 124, 58)",
1461 "comment": "Color used for data visualizations. Must be used in a sequence.",
1462 "uicontrol_contrast_pairing": [
1463 "color-background-body"
1464 ],
1465 "data_visualization_contrast_pairing": [
1466 "color-data-visualization-1",
1467 "color-data-visualization-3"
1468 ],
1469 "name": "colorDataVisualization2"
1470 },
1471 {
1472 "type": "color",
1473 "category": "color",
1474 "value": "rgb(13, 58, 31)",
1475 "comment": "Color used for data visualizations. Must be used in a sequence.",
1476 "uicontrol_contrast_pairing": [
1477 "color-background-body"
1478 ],
1479 "data_visualization_contrast_pairing": [
1480 "color-data-visualization-2",
1481 "color-data-visualization-4"
1482 ],
1483 "name": "colorDataVisualization3"
1484 },
1485 {
1486 "type": "color",
1487 "category": "color",
1488 "value": "rgb(18, 28, 45)",
1489 "comment": "Gray Color 10",
1490 "name": "colorGray100"
1491 },
1492 {
1493 "type": "color",
1494 "category": "color",
1495 "value": "rgb(0, 140, 255)",
1496 "comment": "Color used for data visualizations. Must be used in a sequence.",
1497 "uicontrol_contrast_pairing": [
1498 "color-background-body"
1499 ],
1500 "data_visualization_contrast_pairing": [
1501 "color-data-visualization-3",
1502 "color-data-visualization-5"
1503 ],
1504 "name": "colorDataVisualization4"
1505 },
1506 {
1507 "type": "color",
1508 "category": "color",
1509 "value": "rgb(57, 71, 98)",
1510 "comment": "Color used for data visualizations. Must be used in a sequence.",
1511 "uicontrol_contrast_pairing": [
1512 "color-background-body"
1513 ],
1514 "data_visualization_contrast_pairing": [
1515 "color-data-visualization-4",
1516 "color-data-visualization-6"
1517 ],
1518 "name": "colorDataVisualization5"
1519 },
1520 {
1521 "type": "color",
1522 "category": "color",
1523 "value": "rgb(166, 127, 227)",
1524 "comment": "Color used for data visualizations. Must be used in a sequence.",
1525 "uicontrol_contrast_pairing": [
1526 "color-background-body"
1527 ],
1528 "data_visualization_contrast_pairing": [
1529 "color-data-visualization-5",
1530 "color-data-visualization-7"
1531 ],
1532 "name": "colorDataVisualization6"
1533 },
1534 {
1535 "type": "color",
1536 "category": "color",
1537 "value": "rgb(109, 46, 209)",
1538 "comment": "Color used for data visualizations. Must be used in a sequence.",
1539 "uicontrol_contrast_pairing": [
1540 "color-background-body"
1541 ],
1542 "data_visualization_contrast_pairing": [
1543 "color-data-visualization-6",
1544 "color-data-visualization-8"
1545 ],
1546 "name": "colorDataVisualization7"
1547 },
1548 {
1549 "type": "color",
1550 "category": "color",
1551 "value": "rgb(136, 145, 170)",
1552 "comment": "Color used for data visualizations. Must be used in a sequence.",
1553 "uicontrol_contrast_pairing": [
1554 "color-background-body"
1555 ],
1556 "data_visualization_contrast_pairing": [
1557 "color-data-visualization-7",
1558 "color-data-visualization-9"
1559 ],
1560 "name": "colorDataVisualization8"
1561 },
1562 {
1563 "type": "color",
1564 "category": "color",
1565 "value": "rgb(117, 12, 12)",
1566 "comment": "Color used for data visualizations. Must be used in a sequence.",
1567 "uicontrol_contrast_pairing": [
1568 "color-background-body"
1569 ],
1570 "data_visualization_contrast_pairing": [
1571 "color-data-visualization-8",
1572 "color-data-visualization-10"
1573 ],
1574 "name": "colorDataVisualization9"
1575 },
1576 {
1577 "type": "color",
1578 "category": "color",
1579 "value": "rgb(31, 48, 76)",
1580 "comment": "Gray Color 9",
1581 "name": "colorGray90"
1582 },
1583 {
1584 "type": "color",
1585 "category": "color",
1586 "value": "rgb(57, 71, 98)",
1587 "comment": "Gray Color 8",
1588 "name": "colorGray80"
1589 },
1590 {
1591 "type": "color",
1592 "category": "color",
1593 "value": "rgb(75, 86, 113)",
1594 "comment": "Gray Color 7",
1595 "name": "colorGray70"
1596 },
1597 {
1598 "type": "color",
1599 "category": "color",
1600 "value": "rgb(96, 107, 133)",
1601 "comment": "Gray Color 6",
1602 "name": "colorGray60"
1603 },
1604 {
1605 "type": "color",
1606 "category": "color",
1607 "value": "rgb(136, 145, 170)",
1608 "comment": "Gray Color 5",
1609 "name": "colorGray50"
1610 },
1611 {
1612 "type": "color",
1613 "category": "color",
1614 "value": "rgb(174, 178, 193)",
1615 "comment": "Gray Color 4",
1616 "name": "colorGray40"
1617 },
1618 {
1619 "type": "color",
1620 "category": "color",
1621 "value": "rgb(0, 20, 137)",
1622 "comment": "Default branding color",
1623 "name": "colorBrand"
1624 },
1625 {
1626 "type": "color",
1627 "category": "color",
1628 "value": "rgb(202, 205, 216)",
1629 "comment": "Gray Color 3",
1630 "name": "colorGray30"
1631 },
1632 {
1633 "type": "color",
1634 "category": "color",
1635 "value": "rgb(225, 227, 234)",
1636 "comment": "Gray Color 2",
1637 "name": "colorGray20"
1638 },
1639 {
1640 "type": "color",
1641 "category": "color",
1642 "value": "rgb(244, 244, 246)",
1643 "comment": "Gray Color 1",
1644 "name": "colorGray10"
1645 },
1646 {
1647 "type": "size",
1648 "category": "sizing",
1649 "value": "12",
1650 "comment": "Generic square sizing token scale for UI components.",
1651 "name": "sizeSquare40"
1652 },
1653 {
1654 "type": "size",
1655 "category": "sizing",
1656 "value": "40",
1657 "comment": "Maps to line-height tokens 1:1",
1658 "name": "sizeIcon80"
1659 },
1660 {
1661 "type": "size",
1662 "category": "sizing",
1663 "value": "8",
1664 "comment": "Generic square sizing token scale for UI components.",
1665 "name": "sizeSquare30"
1666 },
1667 {
1668 "type": "size",
1669 "category": "sizing",
1670 "value": "32",
1671 "comment": "Maps to line-height tokens 1:1",
1672 "name": "sizeIcon70"
1673 },
1674 {
1675 "type": "size",
1676 "category": "sizing",
1677 "value": "4",
1678 "comment": "Generic square sizing token scale for UI components.",
1679 "name": "sizeSquare20"
1680 },
1681 {
1682 "type": "size",
1683 "category": "sizing",
1684 "value": "28",
1685 "comment": "Maps to line-height tokens 1:1",
1686 "name": "sizeIcon60"
1687 },
1688 {
1689 "type": "size",
1690 "category": "sizing",
1691 "value": "920",
1692 "comment": "Generic sizing token scale for UI components.",
1693 "name": "size90"
1694 },
1695 {
1696 "type": "size",
1697 "category": "sizing",
1698 "value": "2",
1699 "comment": "Generic square sizing token scale for UI components.",
1700 "name": "sizeSquare10"
1701 },
1702 {
1703 "type": "size",
1704 "category": "sizing",
1705 "value": "1232",
1706 "comment": "Generic sizing token scale for UI components.",
1707 "name": "size120"
1708 },
1709 {
1710 "type": "size",
1711 "category": "sizing",
1712 "value": "28",
1713 "comment": "Maps to line-height tokens 1:1",
1714 "name": "sizeIcon50"
1715 },
1716 {
1717 "type": "size",
1718 "category": "sizing",
1719 "value": "816",
1720 "comment": "Generic sizing token scale for UI components.",
1721 "name": "size80"
1722 },
1723 {
1724 "type": "size",
1725 "category": "sizing",
1726 "value": "0",
1727 "comment": "Generic sizing token scale for UI components.",
1728 "name": "size0"
1729 },
1730 {
1731 "type": "size",
1732 "category": "sizing",
1733 "value": "1128",
1734 "comment": "Generic sizing token scale for UI components.",
1735 "name": "size110"
1736 },
1737 {
1738 "type": "size",
1739 "category": "sizing",
1740 "value": "24",
1741 "comment": "Maps to line-height tokens 1:1",
1742 "name": "sizeIcon40"
1743 },
1744 {
1745 "type": "size",
1746 "category": "sizing",
1747 "value": "72",
1748 "comment": "Generic square sizing token scale for UI components.",
1749 "name": "sizeSquare190"
1750 },
1751 {
1752 "type": "size",
1753 "category": "sizing",
1754 "value": "712",
1755 "comment": "Generic sizing token scale for UI components.",
1756 "name": "size70"
1757 },
1758 {
1759 "type": "size",
1760 "category": "sizing",
1761 "value": "1024",
1762 "comment": "Generic sizing token scale for UI components.",
1763 "name": "size100"
1764 },
1765 {
1766 "type": "size",
1767 "category": "sizing",
1768 "value": "20",
1769 "comment": "Maps to line-height tokens 1:1",
1770 "name": "sizeIcon30"
1771 },
1772 {
1773 "type": "size",
1774 "category": "sizing",
1775 "value": "68",
1776 "comment": "Generic square sizing token scale for UI components.",
1777 "name": "sizeSquare180"
1778 },
1779 {
1780 "type": "size",
1781 "category": "sizing",
1782 "value": "608",
1783 "comment": "Generic sizing token scale for UI components.",
1784 "name": "size60"
1785 },
1786 {
1787 "type": "size",
1788 "category": "sizing",
1789 "value": "20",
1790 "comment": "Maps to line-height tokens 1:1",
1791 "name": "sizeIcon20"
1792 },
1793 {
1794 "type": "size",
1795 "category": "sizing",
1796 "value": "64",
1797 "comment": "Generic square sizing token scale for UI components.",
1798 "name": "sizeSquare170"
1799 },
1800 {
1801 "type": "size",
1802 "category": "sizing",
1803 "value": "16",
1804 "comment": "Maps to line-height tokens 1:1",
1805 "name": "sizeIcon10"
1806 },
1807 {
1808 "type": "size",
1809 "category": "sizing",
1810 "value": "6",
1811 "comment": "Generic square sizing token scale for UI components.",
1812 "name": "sizeSquare25"
1813 },
1814 {
1815 "type": "size",
1816 "category": "sizing",
1817 "value": "60",
1818 "comment": "Generic square sizing token scale for UI components.",
1819 "name": "sizeSquare160"
1820 },
1821 {
1822 "type": "size",
1823 "category": "sizing",
1824 "value": "504",
1825 "comment": "Generic sizing token scale for UI components.",
1826 "name": "size50"
1827 },
1828 {
1829 "type": "size",
1830 "category": "sizing",
1831 "value": "64",
1832 "comment": "Maps to line-height tokens 1:1",
1833 "name": "sizeIcon110"
1834 },
1835 {
1836 "type": "size",
1837 "category": "sizing",
1838 "value": "56",
1839 "comment": "Generic square sizing token scale for UI components.",
1840 "name": "sizeSquare150"
1841 },
1842 {
1843 "type": "size",
1844 "category": "sizing",
1845 "value": "400",
1846 "comment": "Generic sizing token scale for UI components.",
1847 "name": "size40"
1848 },
1849 {
1850 "type": "size",
1851 "category": "sizing",
1852 "value": "52",
1853 "comment": "Maps to line-height tokens 1:1",
1854 "name": "sizeIcon100"
1855 },
1856 {
1857 "type": "size",
1858 "category": "sizing",
1859 "value": "52",
1860 "comment": "Generic square sizing token scale for UI components.",
1861 "name": "sizeSquare140"
1862 },
1863 {
1864 "type": "size",
1865 "category": "sizing",
1866 "value": "296",
1867 "comment": "Generic sizing token scale for UI components.",
1868 "name": "size30"
1869 },
1870 {
1871 "type": "size",
1872 "category": "sizing",
1873 "value": "48",
1874 "comment": "Generic square sizing token scale for UI components.",
1875 "name": "sizeSquare130"
1876 },
1877 {
1878 "type": "size",
1879 "category": "sizing",
1880 "value": "192",
1881 "comment": "Generic sizing token scale for UI components.",
1882 "name": "size20"
1883 },
1884 {
1885 "type": "size",
1886 "category": "sizing",
1887 "value": "44",
1888 "comment": "Generic square sizing token scale for UI components.",
1889 "name": "sizeSquare120"
1890 },
1891 {
1892 "type": "size",
1893 "category": "sizing",
1894 "value": "88",
1895 "comment": "Generic sizing token scale for UI components.",
1896 "name": "size10"
1897 },
1898 {
1899 "type": "size",
1900 "category": "sizing",
1901 "value": "40",
1902 "comment": "Generic square sizing token scale for UI components.",
1903 "name": "sizeSquare110"
1904 },
1905 {
1906 "type": "size",
1907 "category": "sizing",
1908 "value": "0",
1909 "comment": "Generic square sizing token scale for UI components.",
1910 "name": "sizeSquare0"
1911 },
1912 {
1913 "type": "size",
1914 "category": "sizing",
1915 "value": "36",
1916 "comment": "Generic square sizing token scale for UI components.",
1917 "name": "sizeSquare100"
1918 },
1919 {
1920 "type": "size",
1921 "category": "sizing",
1922 "value": "76",
1923 "comment": "Generic square sizing token scale for UI components.",
1924 "name": "sizeSquare200"
1925 },
1926 {
1927 "type": "size",
1928 "category": "sizing",
1929 "value": "220",
1930 "comment": "Sizing token for sidebar width.",
1931 "name": "sizeSidebar"
1932 },
1933 {
1934 "type": "size",
1935 "category": "sizing",
1936 "value": "32",
1937 "comment": "Generic square sizing token scale for UI components.",
1938 "name": "sizeSquare90"
1939 },
1940 {
1941 "type": "size",
1942 "category": "sizing",
1943 "value": "28",
1944 "comment": "Generic square sizing token scale for UI components.",
1945 "name": "sizeSquare80"
1946 },
1947 {
1948 "type": "size",
1949 "category": "sizing",
1950 "value": "24",
1951 "comment": "Generic square sizing token scale for UI components.",
1952 "name": "sizeSquare70"
1953 },
1954 {
1955 "type": "size",
1956 "category": "sizing",
1957 "value": "20",
1958 "comment": "Generic square sizing token scale for UI components.",
1959 "name": "sizeSquare60"
1960 },
1961 {
1962 "type": "size",
1963 "category": "sizing",
1964 "value": "16",
1965 "comment": "Generic square sizing token scale for UI components.",
1966 "name": "sizeSquare50"
1967 },
1968 {
1969 "type": "size",
1970 "category": "sizing",
1971 "value": "44",
1972 "comment": "Maps to line-height tokens 1:1",
1973 "name": "sizeIcon90"
1974 },
1975 {
1976 "category": "spacing",
1977 "type": "size",
1978 "value": "24",
1979 "name": "space70"
1980 },
1981 {
1982 "category": "spacing",
1983 "type": "size",
1984 "value": "-36",
1985 "name": "spaceNegative100"
1986 },
1987 {
1988 "category": "spacing",
1989 "type": "size",
1990 "value": "20",
1991 "name": "space60"
1992 },
1993 {
1994 "category": "spacing",
1995 "type": "size",
1996 "value": "-76",
1997 "name": "spaceNegative200"
1998 },
1999 {
2000 "category": "spacing",
2001 "type": "size",
2002 "value": "72",
2003 "name": "space190"
2004 },
2005 {
2006 "category": "spacing",
2007 "type": "size",
2008 "value": "16",
2009 "name": "space50"
2010 },
2011 {
2012 "category": "spacing",
2013 "type": "size",
2014 "value": "68",
2015 "name": "space180"
2016 },
2017 {
2018 "category": "spacing",
2019 "type": "size",
2020 "value": "12",
2021 "name": "space40"
2022 },
2023 {
2024 "category": "spacing",
2025 "type": "size",
2026 "value": "64",
2027 "name": "space170"
2028 },
2029 {
2030 "category": "spacing",
2031 "type": "size",
2032 "value": "8",
2033 "name": "space30"
2034 },
2035 {
2036 "category": "spacing",
2037 "type": "size",
2038 "value": "60",
2039 "name": "space160"
2040 },
2041 {
2042 "category": "spacing",
2043 "type": "size",
2044 "value": "4",
2045 "name": "space20"
2046 },
2047 {
2048 "category": "spacing",
2049 "type": "size",
2050 "value": "56",
2051 "name": "space150"
2052 },
2053 {
2054 "category": "spacing",
2055 "type": "size",
2056 "value": "2",
2057 "name": "space10"
2058 },
2059 {
2060 "category": "spacing",
2061 "type": "size",
2062 "value": "52",
2063 "name": "space140"
2064 },
2065 {
2066 "category": "spacing",
2067 "type": "size",
2068 "value": "48",
2069 "name": "space130"
2070 },
2071 {
2072 "category": "spacing",
2073 "type": "size",
2074 "value": "44",
2075 "name": "space120"
2076 },
2077 {
2078 "category": "spacing",
2079 "type": "size",
2080 "value": "-32",
2081 "name": "spaceNegative90"
2082 },
2083 {
2084 "category": "spacing",
2085 "type": "size",
2086 "value": "40",
2087 "name": "space110"
2088 },
2089 {
2090 "category": "spacing",
2091 "type": "size",
2092 "value": "0",
2093 "name": "space0"
2094 },
2095 {
2096 "category": "spacing",
2097 "type": "size",
2098 "value": "-28",
2099 "name": "spaceNegative80"
2100 },
2101 {
2102 "category": "spacing",
2103 "type": "size",
2104 "value": "36",
2105 "name": "space100"
2106 },
2107 {
2108 "category": "spacing",
2109 "type": "size",
2110 "value": "-24",
2111 "name": "spaceNegative70"
2112 },
2113 {
2114 "category": "spacing",
2115 "type": "size",
2116 "value": "76",
2117 "name": "space200"
2118 },
2119 {
2120 "category": "spacing",
2121 "type": "size",
2122 "value": "-20",
2123 "name": "spaceNegative60"
2124 },
2125 {
2126 "category": "spacing",
2127 "type": "size",
2128 "value": "-16",
2129 "name": "spaceNegative50"
2130 },
2131 {
2132 "category": "spacing",
2133 "type": "size",
2134 "value": "-12",
2135 "name": "spaceNegative40"
2136 },
2137 {
2138 "category": "spacing",
2139 "type": "size",
2140 "value": "-8",
2141 "name": "spaceNegative30"
2142 },
2143 {
2144 "category": "spacing",
2145 "type": "size",
2146 "value": "-4",
2147 "name": "spaceNegative20"
2148 },
2149 {
2150 "category": "spacing",
2151 "type": "size",
2152 "value": "-2",
2153 "name": "spaceNegative10"
2154 },
2155 {
2156 "category": "spacing",
2157 "type": "size",
2158 "value": "-72",
2159 "name": "spaceNegative190"
2160 },
2161 {
2162 "category": "spacing",
2163 "type": "size",
2164 "value": "-68",
2165 "name": "spaceNegative180"
2166 },
2167 {
2168 "category": "spacing",
2169 "type": "size",
2170 "value": "-64",
2171 "name": "spaceNegative170"
2172 },
2173 {
2174 "category": "spacing",
2175 "type": "size",
2176 "value": "-60",
2177 "name": "spaceNegative160"
2178 },
2179 {
2180 "category": "spacing",
2181 "type": "size",
2182 "value": "-56",
2183 "name": "spaceNegative150"
2184 },
2185 {
2186 "category": "spacing",
2187 "type": "size",
2188 "value": "-52",
2189 "name": "spaceNegative140"
2190 },
2191 {
2192 "category": "spacing",
2193 "type": "size",
2194 "value": "-48",
2195 "name": "spaceNegative130"
2196 },
2197 {
2198 "category": "spacing",
2199 "type": "size",
2200 "value": "32",
2201 "name": "space90"
2202 },
2203 {
2204 "category": "spacing",
2205 "type": "size",
2206 "value": "-44",
2207 "name": "spaceNegative120"
2208 },
2209 {
2210 "category": "spacing",
2211 "type": "size",
2212 "value": "28",
2213 "name": "space80"
2214 },
2215 {
2216 "category": "spacing",
2217 "type": "size",
2218 "value": "-40",
2219 "name": "spaceNegative110"
2220 },
2221 {
2222 "type": "color",
2223 "category": "text-color",
2224 "value": "rgb(246, 177, 177)",
2225 "comment": "Weak shade of destructive link text to be used in interactions",
2226 "name": "colorTextLinkDestructiveWeak"
2227 },
2228 {
2229 "type": "color",
2230 "category": "text-color",
2231 "value": "rgb(3, 11, 93)",
2232 "comment": "Stronger shade of link text to be used in interactions",
2233 "text_contrast_pairing": [
2234 "color-background",
2235 "color-background-body",
2236 "color-background-subaccount",
2237 "color-background-trial",
2238 "color-background-neutral-weakest",
2239 "color-background-success-weakest",
2240 "color-background-warning-weakest",
2241 "color-background-error-weakest",
2242 "color-background-row-striped",
2243 "color-background-primary-weakest",
2244 "color-background-destructive-weakest"
2245 ],
2246 "name": "colorTextLinkStronger"
2247 },
2248 {
2249 "type": "color",
2250 "category": "text-color",
2251 "value": "rgb(96, 107, 133)",
2252 "comment": "Icon color for indicating a offline status",
2253 "uicontrol_contrast_pairing": [
2254 "color-background",
2255 "color-background-body",
2256 "color-background-warning-weakest",
2257 "color-background-row-striped"
2258 ],
2259 "name": "colorTextIconOffline"
2260 },
2261 {
2262 "type": "color",
2263 "category": "text-color",
2264 "value": "rgb(214, 31, 31)",
2265 "comment": "Destructive link text",
2266 "text_contrast_pairing": [
2267 "color-background",
2268 "color-background-body",
2269 "color-background-neutral-weakest",
2270 "color-background-warning-weakest",
2271 "color-background-row-striped",
2272 "color-background-primary-weakest",
2273 "color-background-destructive-weakest"
2274 ],
2275 "name": "colorTextLinkDestructive"
2276 },
2277 {
2278 "type": "color",
2279 "category": "text-color",
2280 "value": "rgb(14, 124, 58)",
2281 "comment": "Icon color for indicating success.",
2282 "uicontrol_contrast_pairing": [
2283 "color-background",
2284 "color-background-body",
2285 "color-background-success-weakest",
2286 "color-background-row-striped"
2287 ],
2288 "name": "colorTextIconSuccess"
2289 },
2290 {
2291 "type": "color",
2292 "category": "text-color",
2293 "value": "rgb(141, 49, 24)",
2294 "comment": "Color for warning text.",
2295 "text_contrast_pairing": [
2296 "color-background",
2297 "color-background-body",
2298 "color-background-warning-weakest",
2299 "color-background-row-striped"
2300 ],
2301 "uicontrol_contrast_pairing": [
2302 "color-background",
2303 "color-background-body",
2304 "color-background-warning-weakest",
2305 "color-background-row-striped"
2306 ],
2307 "name": "colorTextWarning"
2308 },
2309 {
2310 "type": "color",
2311 "category": "text-color",
2312 "value": "rgb(49, 12, 12)",
2313 "comment": "Strongest shade of destructive link text to be used in interactions",
2314 "text_contrast_pairing": [
2315 "color-background",
2316 "color-background-body",
2317 "color-background-subaccount",
2318 "color-background-trial",
2319 "color-background-neutral-weakest",
2320 "color-background-success-weakest",
2321 "color-background-warning-weakest",
2322 "color-background-error-weakest",
2323 "color-background-row-striped",
2324 "color-background-primary-weakest",
2325 "color-background-destructive-weakest"
2326 ],
2327 "name": "colorTextLinkDestructiveStrongest"
2328 },
2329 {
2330 "type": "color",
2331 "category": "text-color",
2332 "value": "rgb(0, 20, 137)",
2333 "comment": "Icon color for being neutral.",
2334 "uicontrol_contrast_pairing": [
2335 "color-background",
2336 "color-background-body",
2337 "color-background-neutral-weakest",
2338 "color-background-row-striped"
2339 ],
2340 "name": "colorTextIconNeutral"
2341 },
2342 {
2343 "type": "color",
2344 "category": "text-color",
2345 "value": "rgb(109, 46, 209)",
2346 "comment": "Color for text indicating a new status.",
2347 "text_contrast_pairing": [
2348 "color-background",
2349 "color-background-body",
2350 "color-background-subaccount",
2351 "color-background-trial",
2352 "color-background-neutral-weakest",
2353 "color-background-success-weakest",
2354 "color-background-warning-weakest",
2355 "color-background-error-weakest",
2356 "color-background-row-striped",
2357 "color-background-primary-weakest",
2358 "color-background-destructive-weakest"
2359 ],
2360 "name": "colorTextNew"
2361 },
2362 {
2363 "type": "color",
2364 "category": "text-color",
2365 "value": "rgb(214, 31, 31)",
2366 "comment": "Icon color for indicating an error.",
2367 "uicontrol_contrast_pairing": [
2368 "color-background",
2369 "color-background-body",
2370 "color-background-error-weakest",
2371 "color-background-row-striped"
2372 ],
2373 "name": "colorTextIconError"
2374 },
2375 {
2376 "type": "color",
2377 "category": "text-color",
2378 "value": "rgb(174, 178, 193)",
2379 "comment": "Weak inverse text color for dark backgrounds. Must pass AA color contrast with color-background-body-inverse.",
2380 "text_contrast_pairing": [
2381 "color-background-body-inverse",
2382 "color-background-brand"
2383 ],
2384 "name": "colorTextInverseWeak"
2385 },
2386 {
2387 "type": "color",
2388 "category": "text-color",
2389 "value": "rgb(14, 124, 58)",
2390 "comment": "Icon color for indicating a available status",
2391 "uicontrol_contrast_pairing": [
2392 "color-background",
2393 "color-background-body",
2394 "color-background-warning-weakest",
2395 "color-background-row-striped"
2396 ],
2397 "name": "colorTextIconAvailable"
2398 },
2399 {
2400 "type": "color",
2401 "category": "text-color",
2402 "value": "rgb(74, 11, 11)",
2403 "comment": "Stronger shade of destructive link text to be used in interactions",
2404 "text_contrast_pairing": [
2405 "color-background",
2406 "color-background-body",
2407 "color-background-subaccount",
2408 "color-background-trial",
2409 "color-background-neutral-weakest",
2410 "color-background-success-weakest",
2411 "color-background-warning-weakest",
2412 "color-background-error-weakest",
2413 "color-background-row-striped",
2414 "color-background-primary-weakest",
2415 "color-background-destructive-weakest"
2416 ],
2417 "name": "colorTextLinkDestructiveStronger"
2418 },
2419 {
2420 "type": "color",
2421 "category": "text-color",
2422 "value": "rgb(255, 255, 255)",
2423 "comment": "Twilio brand icon color used for the Twilio logo on inverse backgrounds.",
2424 "text_contrast_pairing": [
2425 "color-background-body-inverse"
2426 ],
2427 "name": "colorTextIconBrandInverse"
2428 },
2429 {
2430 "type": "color",
2431 "category": "text-color",
2432 "value": "rgb(14, 124, 58)",
2433 "comment": "Text color for success text.",
2434 "text_contrast_pairing": [
2435 "color-background",
2436 "color-background-body",
2437 "color-background-success-weakest",
2438 "color-background-row-striped"
2439 ],
2440 "uicontrol_contrast_pairing": [
2441 "color-background",
2442 "color-background-body",
2443 "color-background-success-weakest",
2444 "color-background-row-striped"
2445 ],
2446 "name": "colorTextSuccess"
2447 },
2448 {
2449 "type": "color",
2450 "category": "text-color",
2451 "value": "rgb(96, 107, 133)",
2452 "comment": "Weak body text for visual hierarchy.",
2453 "text_contrast_pairing": [
2454 "color-background",
2455 "color-background-body",
2456 "color-background-neutral-weakest",
2457 "color-background-warning-weakest",
2458 "color-background-error-weakest",
2459 "color-background-row-striped",
2460 "color-background-primary-weakest",
2461 "color-background-destructive-weakest"
2462 ],
2463 "name": "colorTextWeak"
2464 },
2465 {
2466 "type": "color",
2467 "category": "text-color",
2468 "value": "rgb(96, 107, 133)",
2469 "comment": "Default icon color.",
2470 "text_contrast_pairing": [
2471 "color-background",
2472 "color-background-body",
2473 "color-background-trial",
2474 "color-background-neutral-weakest",
2475 "color-background-success-weakest",
2476 "color-background-warning-weakest",
2477 "color-background-error-weakest",
2478 "color-background-row-striped",
2479 "color-background-primary-weakest",
2480 "color-background-destructive-weakest"
2481 ],
2482 "uicontrol_contrast_pairing": [
2483 "color-background",
2484 "color-background-strong",
2485 "color-background-body",
2486 "color-background-subaccount",
2487 "color-background-trial",
2488 "color-background-neutral-weakest",
2489 "color-background-success-weakest",
2490 "color-background-warning-weakest",
2491 "color-background-error-weakest",
2492 "color-background-new",
2493 "color-background-row-striped",
2494 "color-background-primary-weaker",
2495 "color-background-primary-weakest",
2496 "color-background-destructive-weaker",
2497 "color-background-destructive-weakest"
2498 ],
2499 "name": "colorTextIcon"
2500 },
2501 {
2502 "type": "color",
2503 "category": "text-color",
2504 "value": "rgb(2, 99, 224)",
2505 "comment": "Link text",
2506 "text_contrast_pairing": [
2507 "color-background",
2508 "color-background-body",
2509 "color-background-trial",
2510 "color-background-neutral-weakest",
2511 "color-background-success-weakest",
2512 "color-background-warning-weakest",
2513 "color-background-error-weakest",
2514 "color-background-row-striped",
2515 "color-background-primary-weakest",
2516 "color-background-destructive-weakest"
2517 ],
2518 "uicontrol_contrast_pairing": [
2519 "color-background",
2520 "color-background-strong",
2521 "color-background-body",
2522 "color-background-trial",
2523 "color-background-neutral-weakest",
2524 "color-background-success-weakest",
2525 "color-background-warning-weakest",
2526 "color-background-error-weakest",
2527 "color-background-new",
2528 "color-background-row-striped",
2529 "color-background-primary-weaker",
2530 "color-background-primary-weakest",
2531 "color-background-destructive-weaker",
2532 "color-background-destructive-weakest"
2533 ],
2534 "name": "colorTextLink"
2535 },
2536 {
2537 "type": "color",
2538 "category": "text-color",
2539 "value": "rgb(242, 47, 70)",
2540 "comment": "Twilio brand red icon color used for the Twilio logo.",
2541 "uicontrol_contrast_pairing": [
2542 "color-background",
2543 "color-background-body"
2544 ],
2545 "name": "colorTextIconBrandHighlight"
2546 },
2547 {
2548 "type": "color",
2549 "category": "text-color",
2550 "value": "rgb(0, 20, 137)",
2551 "comment": "Color for text indicating a neutral status.",
2552 "text_contrast_pairing": [
2553 "color-background",
2554 "color-background-body",
2555 "color-background-subaccount",
2556 "color-background-trial",
2557 "color-background-neutral-weakest",
2558 "color-background-success-weakest",
2559 "color-background-warning-weakest",
2560 "color-background-error-weakest",
2561 "color-background-row-striped",
2562 "color-background-primary-weakest",
2563 "color-background-destructive-weakest"
2564 ],
2565 "name": "colorTextNeutral"
2566 },
2567 {
2568 "type": "color",
2569 "category": "text-color",
2570 "value": "rgb(6, 3, 58)",
2571 "comment": "Strongest shade of link text to be used in interactions",
2572 "text_contrast_pairing": [
2573 "color-background",
2574 "color-background-body",
2575 "color-background-subaccount",
2576 "color-background-trial",
2577 "color-background-neutral-weakest",
2578 "color-background-success-weakest",
2579 "color-background-warning-weakest",
2580 "color-background-error-weakest",
2581 "color-background-row-striped",
2582 "color-background-primary-weakest",
2583 "color-background-destructive-weakest"
2584 ],
2585 "name": "colorTextLinkStrongest"
2586 },
2587 {
2588 "type": "color",
2589 "category": "text-color",
2590 "value": "rgb(214, 31, 31)",
2591 "comment": "Error text for inputs and error misc",
2592 "text_contrast_pairing": [
2593 "color-background",
2594 "color-background-body",
2595 "color-background-neutral-weakest",
2596 "color-background-warning-weakest",
2597 "color-background-error-weakest",
2598 "color-background-row-striped",
2599 "color-background-primary-weakest",
2600 "color-background-destructive-weakest"
2601 ],
2602 "name": "colorTextError"
2603 },
2604 {
2605 "type": "color",
2606 "category": "text-color",
2607 "value": "rgb(136, 145, 170)",
2608 "comment": "Default icon color for inverse backgrounds.",
2609 "text_contrast_pairing": [
2610 "color-background-body-inverse"
2611 ],
2612 "name": "colorTextIconInverse"
2613 },
2614 {
2615 "type": "color",
2616 "category": "text-color",
2617 "value": "rgb(173, 17, 17)",
2618 "comment": "Strong error text for inputs and error misc",
2619 "text_contrast_pairing": [
2620 "color-background",
2621 "color-background-body",
2622 "color-background-subaccount",
2623 "color-background-trial",
2624 "color-background-neutral-weakest",
2625 "color-background-success-weakest",
2626 "color-background-warning-weakest",
2627 "color-background-error-weakest",
2628 "color-background-row-striped",
2629 "color-background-primary-weakest",
2630 "color-background-destructive-weakest"
2631 ],
2632 "name": "colorTextErrorStrong"
2633 },
2634 {
2635 "type": "color",
2636 "category": "text-color",
2637 "value": "rgb(214, 31, 31)",
2638 "comment": "Icon color for indicating a unavailable status",
2639 "uicontrol_contrast_pairing": [
2640 "color-background",
2641 "color-background-body",
2642 "color-background-warning-weakest",
2643 "color-background-row-striped"
2644 ],
2645 "name": "colorTextIconUnavailable"
2646 },
2647 {
2648 "type": "color",
2649 "category": "text-color",
2650 "value": "rgb(235, 86, 86)",
2651 "comment": "Weak error text for inputs and error misc",
2652 "name": "colorTextErrorWeak"
2653 },
2654 {
2655 "type": "color",
2656 "category": "text-color",
2657 "value": "rgb(109, 46, 209)",
2658 "comment": "Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens.",
2659 "text_contrast_pairing": [
2660 "color-background",
2661 "color-background-body",
2662 "color-background-decorative-40"
2663 ],
2664 "name": "colorTextDecorative40"
2665 },
2666 {
2667 "type": "color",
2668 "category": "text-color",
2669 "value": "rgb(0, 20, 137)",
2670 "comment": "Strong shade of link text to be used in interactions",
2671 "text_contrast_pairing": [
2672 "color-background",
2673 "color-background-body",
2674 "color-background-subaccount",
2675 "color-background-trial",
2676 "color-background-neutral-weakest",
2677 "color-background-success-weakest",
2678 "color-background-warning-weakest",
2679 "color-background-error-weakest",
2680 "color-background-row-striped",
2681 "color-background-primary-weakest",
2682 "color-background-destructive-weakest"
2683 ],
2684 "name": "colorTextLinkStrong"
2685 },
2686 {
2687 "type": "color",
2688 "category": "text-color",
2689 "value": "rgb(255, 255, 255)",
2690 "comment": "Text color used on any brand color",
2691 "text_contrast_pairing": [
2692 "color-background-body-inverse",
2693 "color-background-brand"
2694 ],
2695 "name": "colorTextBrandInverse"
2696 },
2697 {
2698 "type": "color",
2699 "category": "text-color",
2700 "value": "rgb(14, 124, 58)",
2701 "comment": "Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens.",
2702 "text_contrast_pairing": [
2703 "color-background",
2704 "color-background-body",
2705 "color-background-decorative-30"
2706 ],
2707 "name": "colorTextDecorative30"
2708 },
2709 {
2710 "type": "color",
2711 "category": "text-color",
2712 "value": "rgb(153, 205, 255)",
2713 "comment": "Weak shade of link text to be used in interactions",
2714 "name": "colorTextLinkWeak"
2715 },
2716 {
2717 "type": "color",
2718 "category": "text-color",
2719 "value": "rgb(0, 20, 137)",
2720 "comment": "Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens.",
2721 "text_contrast_pairing": [
2722 "color-background",
2723 "color-background-body",
2724 "color-background-decorative-20"
2725 ],
2726 "name": "colorTextDecorative20"
2727 },
2728 {
2729 "type": "color",
2730 "category": "text-color",
2731 "value": "rgb(96, 107, 133)",
2732 "comment": "Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens.",
2733 "text_contrast_pairing": [
2734 "color-background",
2735 "color-background-body",
2736 "color-background-decorative-10"
2737 ],
2738 "name": "colorTextDecorative10"
2739 },
2740 {
2741 "type": "color",
2742 "category": "text-color",
2743 "value": "rgb(18, 28, 45)",
2744 "comment": "Body text color",
2745 "text_contrast_pairing": [
2746 "color-background",
2747 "color-background-strong",
2748 "color-background-stronger",
2749 "color-background-body",
2750 "color-background-user",
2751 "color-background-subaccount",
2752 "color-background-trial",
2753 "color-background-neutral-weakest",
2754 "color-background-success-weakest",
2755 "color-background-warning-weakest",
2756 "color-background-error-weakest",
2757 "color-background-new",
2758 "color-background-row-striped",
2759 "color-background-primary-weak",
2760 "color-background-primary-weaker",
2761 "color-background-primary-weakest",
2762 "color-background-destructive-weak",
2763 "color-background-destructive-weaker",
2764 "color-background-destructive-weakest"
2765 ],
2766 "name": "colorText"
2767 },
2768 {
2769 "type": "color",
2770 "category": "text-color",
2771 "value": "rgb(227, 106, 25)",
2772 "comment": "Icon color for indicating a busy status",
2773 "uicontrol_contrast_pairing": [
2774 "color-background",
2775 "color-background-body",
2776 "color-background-warning-weakest",
2777 "color-background-row-striped"
2778 ],
2779 "name": "colorTextIconBusy"
2780 },
2781 {
2782 "type": "color",
2783 "category": "text-color",
2784 "value": "rgb(255, 255, 255)",
2785 "comment": "Weakest body text for visual hierarchy. Inaccessible unless used on disabled controls.",
2786 "text_contrast_pairing": [
2787 "color-background-primary-strong",
2788 "color-background-primary-stronger",
2789 "color-background-primary-strongest",
2790 "color-background-destructive-strong",
2791 "color-background-destructive-stronger",
2792 "color-background-destructive-strongest"
2793 ],
2794 "name": "colorTextWeakest"
2795 },
2796 {
2797 "type": "color",
2798 "category": "text-color",
2799 "value": "rgb(242, 47, 70)",
2800 "comment": "Twilio brand red, accessible on large text only.",
2801 "uicontrol_contrast_pairing": [
2802 "color-background-body"
2803 ],
2804 "name": "colorTextBrandHighlight"
2805 },
2806 {
2807 "type": "color",
2808 "category": "text-color",
2809 "value": "rgb(96, 107, 133)",
2810 "comment": "Weaker inverse text color for dark backgrounds. Must pass AA color contrast with color-background-body-inverse.",
2811 "name": "colorTextInverseWeaker"
2812 },
2813 {
2814 "type": "color",
2815 "category": "text-color",
2816 "value": "rgb(255, 255, 255)",
2817 "comment": "Inverse text color for dark backgrounds. Must pass AA color contrast with color-background-body-inverse.",
2818 "text_contrast_pairing": [
2819 "color-background-body-inverse",
2820 "color-background-brand",
2821 "color-background-error",
2822 "color-background-primary",
2823 "color-background-destructive"
2824 ],
2825 "name": "colorTextInverse"
2826 },
2827 {
2828 "type": "color",
2829 "category": "text-color",
2830 "value": "rgb(174, 178, 193)",
2831 "comment": "Weaker body text for visual hierarchy. Inaccessible unless used on disabled controls.",
2832 "name": "colorTextWeaker"
2833 },
2834 {
2835 "type": "color",
2836 "category": "text-color",
2837 "value": "rgb(141, 49, 24)",
2838 "comment": "Color for dark warning text.",
2839 "text_contrast_pairing": [
2840 "color-background",
2841 "color-background-body",
2842 "color-background-row-striped",
2843 "color-background-warning-weakest"
2844 ],
2845 "uicontrol_contrast_pairing": [
2846 "color-background",
2847 "color-background-body",
2848 "color-background-row-striped",
2849 "color-background-warning-weakest"
2850 ],
2851 "name": "colorTextWarningStrong"
2852 },
2853 {
2854 "type": "color",
2855 "category": "text-color",
2856 "value": "rgb(227, 106, 25)",
2857 "comment": "Icon color for indicating a warning.",
2858 "uicontrol_contrast_pairing": [
2859 "color-background",
2860 "color-background-body",
2861 "color-background-warning-weakest",
2862 "color-background-row-striped"
2863 ],
2864 "name": "colorTextIconWarning"
2865 },
2866 {
2867 "type": "color",
2868 "category": "text-color",
2869 "value": "rgb(173, 17, 17)",
2870 "comment": "Strong shade of destructive link text to be used in interactions",
2871 "text_contrast_pairing": [
2872 "color-background",
2873 "color-background-body",
2874 "color-background-subaccount",
2875 "color-background-trial",
2876 "color-background-neutral-weakest",
2877 "color-background-success-weakest",
2878 "color-background-warning-weakest",
2879 "color-background-error-weakest",
2880 "color-background-row-striped",
2881 "color-background-primary-weakest",
2882 "color-background-destructive-weakest"
2883 ],
2884 "name": "colorTextLinkDestructiveStrong"
2885 },
2886 {
2887 "type": "z-index",
2888 "category": "z-index",
2889 "value": "0",
2890 "name": "zIndex0"
2891 },
2892 {
2893 "type": "z-index",
2894 "category": "z-index",
2895 "value": "90",
2896 "name": "zIndex90"
2897 },
2898 {
2899 "type": "z-index",
2900 "category": "z-index",
2901 "value": "80",
2902 "name": "zIndex80"
2903 },
2904 {
2905 "type": "z-index",
2906 "category": "z-index",
2907 "value": "70",
2908 "name": "zIndex70"
2909 },
2910 {
2911 "type": "z-index",
2912 "category": "z-index",
2913 "value": "60",
2914 "name": "zIndex60"
2915 },
2916 {
2917 "type": "z-index",
2918 "category": "z-index",
2919 "value": "50",
2920 "name": "zIndex50"
2921 },
2922 {
2923 "type": "z-index",
2924 "category": "z-index",
2925 "value": "40",
2926 "name": "zIndex40"
2927 },
2928 {
2929 "type": "z-index",
2930 "category": "z-index",
2931 "value": "30",
2932 "name": "zIndex30"
2933 },
2934 {
2935 "type": "z-index",
2936 "category": "z-index",
2937 "value": "20",
2938 "name": "zIndex20"
2939 },
2940 {
2941 "type": "z-index",
2942 "category": "z-index",
2943 "value": "10",
2944 "name": "zIndex10"
2945 }
2946 ]
2947}
\No newline at end of file