UNPKG

30 kBJSONView Raw
1{
2 "properties": [
3 {
4 "type": "color",
5 "category": "background-color",
6 "value": "rgb(3, 44, 94)",
7 "comment": "Darker background for primary actions or highlights",
8 "name": "colorBackgroundPrimaryDarker"
9 },
10 {
11 "type": "color",
12 "category": "background-color",
13 "value": "rgb(220, 234, 244)",
14 "comment": "Lighter background for primary actions or highlights",
15 "name": "colorBackgroundPrimaryLighter"
16 },
17 {
18 "type": "color",
19 "category": "background-color",
20 "value": "rgb(96, 1, 1)",
21 "comment": "Darker background for destructive actions or highlights",
22 "name": "colorBackgroundDestructiveDarker"
23 },
24 {
25 "type": "color",
26 "category": "background-color",
27 "value": "rgb(245, 221, 221)",
28 "comment": "Lighter background for destructive actions or highlights",
29 "name": "colorBackgroundDestructiveLighter"
30 },
31 {
32 "type": "color",
33 "category": "background-color",
34 "value": "rgb(228, 98, 22)",
35 "comment": "Warning background color",
36 "name": "colorBackgroundWarning"
37 },
38 {
39 "type": "color",
40 "category": "background-color",
41 "value": "rgb(255, 233, 231)",
42 "comment": "Lightest error background color",
43 "name": "colorBackgroundErrorLightest"
44 },
45 {
46 "type": "color",
47 "category": "background-color",
48 "value": "rgb(245, 248, 255)",
49 "comment": "Lightest neutral background color",
50 "name": "colorBackgroundNeutralLightest"
51 },
52 {
53 "type": "color",
54 "category": "background-color",
55 "value": "rgb(226, 37, 37)",
56 "comment": "Background for destructive actions or highlights",
57 "name": "colorBackgroundDestructive"
58 },
59 {
60 "type": "color",
61 "category": "background-color",
62 "value": "rgb(2, 122, 197)",
63 "comment": "Background for primary actions or highlights",
64 "name": "colorBackgroundPrimary"
65 },
66 {
67 "type": "color",
68 "category": "background-color",
69 "value": "rgb(0, 153, 74)",
70 "comment": "Success background color",
71 "name": "colorBackgroundSuccess"
72 },
73 {
74 "type": "color",
75 "category": "background-color",
76 "value": "rgb(248, 248, 249)",
77 "comment": "Background color for alternative striped rows",
78 "name": "colorBackgroundRowStriped"
79 },
80 {
81 "type": "color",
82 "category": "background-color",
83 "value": "rgb(224, 255, 239)",
84 "comment": "Lightest success background color",
85 "name": "colorBackgroundSuccessLightest"
86 },
87 {
88 "type": "color",
89 "category": "background-color",
90 "value": "rgb(255, 233, 231)",
91 "comment": "Lightest background for destructive actions or highlights",
92 "name": "colorBackgroundDestructiveLightest"
93 },
94 {
95 "type": "color",
96 "category": "background-color",
97 "value": "rgb(245, 248, 255)",
98 "comment": "Lightest background for primary actions or highlights",
99 "name": "colorBackgroundPrimaryLightest"
100 },
101 {
102 "type": "color",
103 "category": "background-color",
104 "value": "rgb(35, 54, 89)",
105 "comment": "Primary brand background, accessible with inverse text",
106 "name": "colorBackgroundBrand"
107 },
108 {
109 "type": "color",
110 "category": "background-color",
111 "value": "rgb(226, 37, 37)",
112 "comment": "Error background color",
113 "name": "colorBackgroundError"
114 },
115 {
116 "type": "color",
117 "category": "background-color",
118 "value": "rgb(146, 18, 0)",
119 "comment": "Dark background for destructive actions or highlights",
120 "name": "colorBackgroundDestructiveDark"
121 },
122 {
123 "type": "color",
124 "category": "background-color",
125 "value": "rgb(236, 182, 182)",
126 "comment": "Light background for destructive actions or highlights",
127 "name": "colorBackgroundDestructiveLight"
128 },
129 {
130 "type": "color",
131 "category": "background-color",
132 "value": "rgb(0, 62, 130)",
133 "comment": "Dark background for primary actions or highlights",
134 "name": "colorBackgroundPrimaryDark"
135 },
136 {
137 "type": "color",
138 "category": "background-color",
139 "value": "rgb(179, 211, 233)",
140 "comment": "Light background for primary actions or highlights",
141 "name": "colorBackgroundPrimaryLight"
142 },
143 {
144 "type": "color",
145 "category": "background-color",
146 "value": "rgb(255, 236, 216)",
147 "comment": "Lightest warning background color",
148 "name": "colorBackgroundWarningLightest"
149 },
150 {
151 "type": "color",
152 "category": "background-color",
153 "value": "rgb(255, 255, 255)",
154 "comment": "Background color of the main page body",
155 "name": "colorBackgroundBody"
156 },
157 {
158 "type": "color",
159 "category": "background-color",
160 "value": "rgb(248, 248, 249)",
161 "comment": "Default background color for any container",
162 "name": "colorBackground"
163 },
164 {
165 "type": "color",
166 "category": "background-color",
167 "value": "rgb(242, 47, 70)",
168 "comment": "Highlight brand background, accessible with black text",
169 "name": "colorBackgroundBrandHighlight"
170 },
171 {
172 "type": "color",
173 "category": "background-color",
174 "value": "rgb(79, 83, 85)",
175 "comment": "Inverse background color for any container",
176 "name": "colorBackgroundInverse"
177 },
178 {
179 "type": "color",
180 "category": "border-color",
181 "value": "rgb(245, 221, 221)",
182 "comment": "Destructive focus border color",
183 "name": "colorBorderDestructiveLighter"
184 },
185 {
186 "type": "color",
187 "category": "border-color",
188 "value": "rgb(220, 234, 244)",
189 "comment": "Lighter primary border color",
190 "name": "colorBorderPrimaryLighter"
191 },
192 {
193 "type": "color",
194 "category": "border-color",
195 "value": "rgb(2, 122, 197)",
196 "comment": "Input hover border color",
197 "name": "colorBorderInputHover"
198 },
199 {
200 "type": "color",
201 "category": "border-color",
202 "value": "rgb(3, 44, 94)",
203 "comment": "Darker primary border color",
204 "name": "colorBorderPrimaryDarker"
205 },
206 {
207 "type": "color",
208 "category": "border-color",
209 "value": "rgb(228, 98, 22)",
210 "comment": "Warning border color",
211 "name": "colorBorderWarning"
212 },
213 {
214 "type": "color",
215 "category": "border-color",
216 "value": "rgb(96, 1, 1)",
217 "comment": "Destructive hover border color",
218 "name": "colorBorderDestructiveDarker"
219 },
220 {
221 "type": "color",
222 "category": "border-color",
223 "value": "rgb(226, 37, 37)",
224 "comment": "Destructive border color",
225 "name": "colorBorderDestructive"
226 },
227 {
228 "type": "color",
229 "category": "border-color",
230 "value": "rgb(2, 122, 197)",
231 "comment": "Primary border color",
232 "name": "colorBorderPrimary"
233 },
234 {
235 "type": "color",
236 "category": "border-color",
237 "value": "rgb(0, 153, 74)",
238 "comment": "Success border color",
239 "name": "colorBorderSuccess"
240 },
241 {
242 "type": "color",
243 "category": "border-color",
244 "value": "rgb(255, 233, 231)",
245 "comment": "Lightest error border color",
246 "name": "colorBorderErrorLightest"
247 },
248 {
249 "type": "color",
250 "category": "border-color",
251 "value": "rgb(136, 140, 142)",
252 "comment": "Dark border color",
253 "name": "colorBorderDark"
254 },
255 {
256 "type": "color",
257 "category": "border-color",
258 "value": "rgb(242, 133, 16)",
259 "comment": "Light warning border color",
260 "name": "colorBorderWarningLight"
261 },
262 {
263 "type": "color",
264 "category": "border-color",
265 "value": "rgb(224, 255, 239)",
266 "comment": "Lightest success border color",
267 "name": "colorBorderSuccessLightest"
268 },
269 {
270 "type": "color",
271 "category": "border-color",
272 "value": "rgb(226, 37, 37)",
273 "comment": "Error border color",
274 "name": "colorBorderError"
275 },
276 {
277 "type": "color",
278 "category": "border-color",
279 "value": "rgb(136, 140, 142)",
280 "comment": "Input border color",
281 "name": "colorBorderInput"
282 },
283 {
284 "type": "color",
285 "category": "border-color",
286 "value": "rgb(236, 182, 182)",
287 "comment": "Destructive focus border color",
288 "name": "colorBorderDestructiveLight"
289 },
290 {
291 "type": "color",
292 "category": "border-color",
293 "value": "rgb(179, 211, 233)",
294 "comment": "Light primary border color",
295 "name": "colorBorderPrimaryLight"
296 },
297 {
298 "type": "color",
299 "category": "border-color",
300 "value": "rgb(200, 204, 207)",
301 "comment": "Default border color",
302 "name": "colorBorder"
303 },
304 {
305 "type": "color",
306 "category": "border-color",
307 "value": "rgb(255, 236, 216)",
308 "comment": "Lightest warning border color",
309 "name": "colorBorderWarningLightest"
310 },
311 {
312 "type": "color",
313 "category": "border-color",
314 "value": "rgb(0, 62, 130)",
315 "comment": "Dark primary border color",
316 "name": "colorBorderPrimaryDark"
317 },
318 {
319 "type": "color",
320 "category": "border-color",
321 "value": "rgb(146, 18, 0)",
322 "comment": "Destructive focus border color",
323 "name": "colorBorderDestructiveDark"
324 },
325 {
326 "type": "color",
327 "category": "border-color",
328 "value": "rgb(200, 204, 207)",
329 "comment": "Light neutral border color",
330 "name": "colorBorderNeutralLight"
331 },
332 {
333 "type": "color",
334 "category": "border-color",
335 "value": "rgb(222, 88, 88)",
336 "comment": "Light error border color",
337 "name": "colorBorderErrorLight"
338 },
339 {
340 "type": "color",
341 "category": "border-color",
342 "value": "rgb(2, 122, 197)",
343 "comment": "Input focus border color",
344 "name": "colorBorderInputFocus"
345 },
346 {
347 "type": "color",
348 "category": "border-color",
349 "value": "rgb(228, 231, 233)",
350 "comment": "Light border color",
351 "name": "colorBorderLight"
352 },
353 {
354 "type": "size",
355 "category": "radius",
356 "value": "0",
357 "comment": "Border radius reset",
358 "name": "borderRadius0"
359 },
360 {
361 "type": "size",
362 "category": "radius",
363 "value": "3px",
364 "comment": "Small border radius",
365 "name": "borderRadius10"
366 },
367 {
368 "type": "size",
369 "category": "radius",
370 "value": "4px",
371 "comment": "Large border radius",
372 "name": "borderRadius20"
373 },
374 {
375 "type": "size",
376 "category": "radius",
377 "value": "8px",
378 "comment": "Larger border radius",
379 "name": "borderRadius30"
380 },
381 {
382 "type": "size",
383 "category": "radius",
384 "value": "0.5",
385 "comment": "Circular border radius",
386 "name": "borderRadiusCircle"
387 },
388 {
389 "type": "size",
390 "category": "border-width",
391 "value": "0",
392 "comment": "Border width reset",
393 "name": "borderWidth0"
394 },
395 {
396 "type": "size",
397 "category": "border-width",
398 "value": "1px",
399 "comment": "Small border width",
400 "name": "borderWidth10"
401 },
402 {
403 "type": "size",
404 "category": "border-width",
405 "value": "2px",
406 "comment": "Large border width",
407 "name": "borderWidth20"
408 },
409 {
410 "type": "shadow",
411 "category": "box-shadow",
412 "value": "0 2px 4px 0 rgba(40, 42, 43, 0.3)",
413 "comment": "Shadow for cards.",
414 "name": "shadowCard"
415 },
416 {
417 "type": "shadow",
418 "category": "box-shadow",
419 "value": "0 0 0 4px rgba(2, 122, 197, 0.8)",
420 "comment": "Shadow for focus ring on interactive elements",
421 "name": "shadowFocus"
422 },
423 {
424 "category": "font",
425 "type": "font",
426 "value": "'Whitney SSm A', 'Whitney SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif",
427 "name": "fontFamilyText"
428 },
429 {
430 "category": "font",
431 "type": "font",
432 "value": "'Fira Mono', 'Courier New', Courier, monospace",
433 "name": "fontFamilyCode"
434 },
435 {
436 "category": "font-size",
437 "type": "font-size",
438 "value": "48",
439 "comment": "Constant typography token for font size 110",
440 "name": "fontSize110"
441 },
442 {
443 "category": "font-size",
444 "type": "font-size",
445 "value": "40",
446 "comment": "Constant typography token for font size 100",
447 "name": "fontSize100"
448 },
449 {
450 "category": "font-size",
451 "type": "font-size",
452 "value": "32",
453 "comment": "Constant typography token for font size 90",
454 "name": "fontSize90"
455 },
456 {
457 "category": "font-size",
458 "type": "font-size",
459 "value": "28",
460 "comment": "Constant typography token for font size 80",
461 "name": "fontSize80"
462 },
463 {
464 "category": "font-size",
465 "type": "font-size",
466 "value": "24",
467 "comment": "Constant typography token for font size 70",
468 "name": "fontSize70"
469 },
470 {
471 "category": "font-size",
472 "type": "font-size",
473 "value": "20",
474 "comment": "Constant typography token for font size 60",
475 "name": "fontSize60"
476 },
477 {
478 "category": "font-size",
479 "type": "font-size",
480 "value": "18",
481 "comment": "Constant typography token for font size 50",
482 "name": "fontSize50"
483 },
484 {
485 "category": "font-size",
486 "type": "font-size",
487 "value": "16",
488 "comment": "Constant typography token for font size 40",
489 "name": "fontSize40"
490 },
491 {
492 "category": "font-size",
493 "type": "font-size",
494 "value": "14",
495 "comment": "Constant typography token for font size 30",
496 "name": "fontSize30"
497 },
498 {
499 "category": "font-size",
500 "type": "font-size",
501 "value": "12",
502 "comment": "Constant typography token for font size 20",
503 "name": "fontSize20"
504 },
505 {
506 "category": "font-size",
507 "type": "font-size",
508 "value": "10",
509 "comment": "Constant typography token for font size 10",
510 "name": "fontSize10"
511 },
512 {
513 "category": "font-weight",
514 "type": "font-weight",
515 "value": "300",
516 "comment": "Font weight for light weight",
517 "name": "fontWeightLight"
518 },
519 {
520 "category": "font-weight",
521 "type": "font-weight",
522 "value": "400",
523 "comment": "Font weight for normal weight",
524 "name": "fontWeightNormal"
525 },
526 {
527 "category": "font-weight",
528 "type": "font-weight",
529 "value": "500",
530 "comment": "Font weight for medium weight",
531 "name": "fontWeightMedium"
532 },
533 {
534 "category": "font-weight",
535 "type": "font-weight",
536 "value": "500",
537 "comment": "Font weight for semibold weight",
538 "name": "fontWeightSemibold"
539 },
540 {
541 "category": "font-weight",
542 "type": "font-weight",
543 "value": "700",
544 "comment": "Font weight for bold weight",
545 "name": "fontWeightBold"
546 },
547 {
548 "category": "line-height",
549 "type": "number",
550 "value": "60",
551 "comment": "Constant line-height token for font size 110",
552 "name": "lineHeight110"
553 },
554 {
555 "category": "line-height",
556 "type": "number",
557 "value": "40",
558 "comment": "Constant line-height token for font size 90",
559 "name": "lineHeight90"
560 },
561 {
562 "category": "line-height",
563 "type": "number",
564 "value": "52",
565 "comment": "Constant line-height token for font size 100",
566 "name": "lineHeight100"
567 },
568 {
569 "category": "line-height",
570 "type": "number",
571 "value": "36",
572 "comment": "Constant line-height token for font size 80",
573 "name": "lineHeight80"
574 },
575 {
576 "category": "line-height",
577 "type": "number",
578 "value": "32",
579 "comment": "Constant line-height token for font size 70",
580 "name": "lineHeight70"
581 },
582 {
583 "category": "line-height",
584 "type": "number",
585 "value": "28",
586 "comment": "Constant line-height token for font size 60",
587 "name": "lineHeight60"
588 },
589 {
590 "category": "line-height",
591 "type": "number",
592 "value": "28",
593 "comment": "Constant line-height token for font size 50",
594 "name": "lineHeight50"
595 },
596 {
597 "category": "line-height",
598 "type": "number",
599 "value": "28",
600 "comment": "Constant line-height token for font size 40",
601 "name": "lineHeight40"
602 },
603 {
604 "category": "line-height",
605 "type": "number",
606 "value": "24",
607 "comment": "Constant line-height token for font size 30",
608 "name": "lineHeight30"
609 },
610 {
611 "category": "line-height",
612 "type": "number",
613 "value": "20",
614 "comment": "Constant line-height token for font size 20",
615 "name": "lineHeight20"
616 },
617 {
618 "category": "line-height",
619 "type": "number",
620 "value": "16",
621 "comment": "Constant line-height token for font size 10",
622 "name": "lineHeight10"
623 },
624 {
625 "type": "color",
626 "category": "color",
627 "value": "rgb(242, 47, 70)",
628 "comment": "Twilio brand red",
629 "name": "colorBrandHighlight"
630 },
631 {
632 "type": "color",
633 "category": "color",
634 "value": "rgb(255, 255, 255)",
635 "comment": "Gray Color 0",
636 "name": "colorGray0"
637 },
638 {
639 "type": "color",
640 "category": "color",
641 "value": "rgb(40, 42, 43)",
642 "comment": "Gray Color 10",
643 "name": "colorGray100"
644 },
645 {
646 "type": "color",
647 "category": "color",
648 "value": "rgb(66, 69, 71)",
649 "comment": "Gray Color 9",
650 "name": "colorGray90"
651 },
652 {
653 "type": "color",
654 "category": "color",
655 "value": "rgb(79, 83, 85)",
656 "comment": "Gray Color 8",
657 "name": "colorGray80"
658 },
659 {
660 "type": "color",
661 "category": "color",
662 "value": "rgb(102, 106, 109)",
663 "comment": "Gray Color 7",
664 "name": "colorGray70"
665 },
666 {
667 "type": "color",
668 "category": "color",
669 "value": "rgb(136, 140, 142)",
670 "comment": "Gray Color 6",
671 "name": "colorGray60"
672 },
673 {
674 "type": "color",
675 "category": "color",
676 "value": "rgb(200, 204, 207)",
677 "comment": "Gray Color 5",
678 "name": "colorGray50"
679 },
680 {
681 "type": "color",
682 "category": "color",
683 "value": "rgb(228, 231, 233)",
684 "comment": "Gray Color 4",
685 "name": "colorGray40"
686 },
687 {
688 "type": "color",
689 "category": "color",
690 "value": "rgb(35, 54, 89)",
691 "comment": "Default branding color",
692 "name": "colorBrand"
693 },
694 {
695 "type": "color",
696 "category": "color",
697 "value": "rgb(242, 243, 244)",
698 "comment": "Gray Color 3",
699 "name": "colorGray30"
700 },
701 {
702 "type": "color",
703 "category": "color",
704 "value": "rgb(248, 248, 249)",
705 "comment": "Gray Color 2",
706 "name": "colorGray20"
707 },
708 {
709 "type": "color",
710 "category": "color",
711 "value": "rgb(249, 250, 251)",
712 "comment": "Gray Color 1",
713 "name": "colorGray10"
714 },
715 {
716 "type": "size",
717 "category": "sizing",
718 "value": "920",
719 "comment": "Generic sizing token scale for UI components.",
720 "name": "size90"
721 },
722 {
723 "type": "size",
724 "category": "sizing",
725 "value": "1232",
726 "comment": "Generic sizing token scale for UI components.",
727 "name": "size120"
728 },
729 {
730 "type": "size",
731 "category": "sizing",
732 "value": "816",
733 "comment": "Generic sizing token scale for UI components.",
734 "name": "size80"
735 },
736 {
737 "type": "size",
738 "category": "sizing",
739 "value": "0",
740 "comment": "Generic sizing token scale for UI components.",
741 "name": "size0"
742 },
743 {
744 "type": "size",
745 "category": "sizing",
746 "value": "1128",
747 "comment": "Generic sizing token scale for UI components.",
748 "name": "size110"
749 },
750 {
751 "type": "size",
752 "category": "sizing",
753 "value": "32",
754 "comment": "Icon sizing token",
755 "name": "sizeIcon40"
756 },
757 {
758 "type": "size",
759 "category": "sizing",
760 "value": "712",
761 "comment": "Generic sizing token scale for UI components.",
762 "name": "size70"
763 },
764 {
765 "type": "size",
766 "category": "sizing",
767 "value": "1024",
768 "comment": "Generic sizing token scale for UI components.",
769 "name": "size100"
770 },
771 {
772 "type": "size",
773 "category": "sizing",
774 "value": "24",
775 "comment": "Icon sizing token",
776 "name": "sizeIcon30"
777 },
778 {
779 "type": "size",
780 "category": "sizing",
781 "value": "608",
782 "comment": "Generic sizing token scale for UI components.",
783 "name": "size60"
784 },
785 {
786 "type": "size",
787 "category": "sizing",
788 "value": "20",
789 "comment": "Icon sizing token",
790 "name": "sizeIcon20"
791 },
792 {
793 "type": "size",
794 "category": "sizing",
795 "value": "16",
796 "comment": "Icon sizing token",
797 "name": "sizeIcon10"
798 },
799 {
800 "type": "size",
801 "category": "sizing",
802 "value": "504",
803 "comment": "Generic sizing token scale for UI components.",
804 "name": "size50"
805 },
806 {
807 "type": "size",
808 "category": "sizing",
809 "value": "400",
810 "comment": "Generic sizing token scale for UI components.",
811 "name": "size40"
812 },
813 {
814 "type": "size",
815 "category": "sizing",
816 "value": "296",
817 "comment": "Generic sizing token scale for UI components.",
818 "name": "size30"
819 },
820 {
821 "type": "size",
822 "category": "sizing",
823 "value": "192",
824 "comment": "Generic sizing token scale for UI components.",
825 "name": "size20"
826 },
827 {
828 "type": "size",
829 "category": "sizing",
830 "value": "88",
831 "comment": "Generic sizing token scale for UI components.",
832 "name": "size10"
833 },
834 {
835 "category": "spacing",
836 "type": "size",
837 "value": "24",
838 "name": "space70"
839 },
840 {
841 "category": "spacing",
842 "type": "size",
843 "value": "20",
844 "name": "space60"
845 },
846 {
847 "category": "spacing",
848 "type": "size",
849 "value": "72",
850 "name": "space190"
851 },
852 {
853 "category": "spacing",
854 "type": "size",
855 "value": "16",
856 "name": "space50"
857 },
858 {
859 "category": "spacing",
860 "type": "size",
861 "value": "68",
862 "name": "space180"
863 },
864 {
865 "category": "spacing",
866 "type": "size",
867 "value": "12",
868 "name": "space40"
869 },
870 {
871 "category": "spacing",
872 "type": "size",
873 "value": "64",
874 "name": "space170"
875 },
876 {
877 "category": "spacing",
878 "type": "size",
879 "value": "8",
880 "name": "space30"
881 },
882 {
883 "category": "spacing",
884 "type": "size",
885 "value": "60",
886 "name": "space160"
887 },
888 {
889 "category": "spacing",
890 "type": "size",
891 "value": "4",
892 "name": "space20"
893 },
894 {
895 "category": "spacing",
896 "type": "size",
897 "value": "56",
898 "name": "space150"
899 },
900 {
901 "category": "spacing",
902 "type": "size",
903 "value": "2",
904 "name": "space10"
905 },
906 {
907 "category": "spacing",
908 "type": "size",
909 "value": "52",
910 "name": "space140"
911 },
912 {
913 "category": "spacing",
914 "type": "size",
915 "value": "48",
916 "name": "space130"
917 },
918 {
919 "category": "spacing",
920 "type": "size",
921 "value": "44",
922 "name": "space120"
923 },
924 {
925 "category": "spacing",
926 "type": "size",
927 "value": "40",
928 "name": "space110"
929 },
930 {
931 "category": "spacing",
932 "type": "size",
933 "value": "0",
934 "name": "space0"
935 },
936 {
937 "category": "spacing",
938 "type": "size",
939 "value": "36",
940 "name": "space100"
941 },
942 {
943 "category": "spacing",
944 "type": "size",
945 "value": "76",
946 "name": "space200"
947 },
948 {
949 "category": "spacing",
950 "type": "size",
951 "value": "32",
952 "name": "space90"
953 },
954 {
955 "category": "spacing",
956 "type": "size",
957 "value": "28",
958 "name": "space80"
959 },
960 {
961 "type": "color",
962 "category": "text-color",
963 "value": "rgb(3, 44, 94)",
964 "comment": "Darker shade of link text to be used in interactions",
965 "name": "colorTextLinkDarker"
966 },
967 {
968 "type": "color",
969 "category": "text-color",
970 "value": "rgb(226, 37, 37)",
971 "comment": "Destructive link text",
972 "name": "colorTextLinkDestructive"
973 },
974 {
975 "type": "color",
976 "category": "text-color",
977 "value": "rgb(228, 98, 22)",
978 "comment": "Color for warning text.",
979 "name": "colorTextWarning"
980 },
981 {
982 "type": "color",
983 "category": "text-color",
984 "value": "rgb(200, 204, 207)",
985 "comment": "Weak inverse text color for dark backgrounds. Must pass AA color contrast with color-background-inverse.",
986 "name": "colorTextInverseWeak"
987 },
988 {
989 "type": "color",
990 "category": "text-color",
991 "value": "rgb(146, 18, 0)",
992 "comment": "Darker shade of destructive link text to be used in interactions",
993 "name": "colorTextLinkDestructiveDarker"
994 },
995 {
996 "type": "color",
997 "category": "text-color",
998 "value": "rgb(0, 153, 74)",
999 "comment": "Text color for success text.",
1000 "name": "colorTextSuccess"
1001 },
1002 {
1003 "type": "color",
1004 "category": "text-color",
1005 "value": "rgb(102, 106, 109)",
1006 "comment": "Weak body text for visual hierarchy.",
1007 "name": "colorTextWeak"
1008 },
1009 {
1010 "type": "color",
1011 "category": "text-color",
1012 "value": "rgb(236, 182, 182)",
1013 "comment": "Light shade of destructive link text to be used in interactions",
1014 "name": "colorTextLinkDestructiveLight"
1015 },
1016 {
1017 "type": "color",
1018 "category": "text-color",
1019 "value": "rgb(102, 106, 109)",
1020 "comment": "Default icon color.",
1021 "name": "colorTextIcon"
1022 },
1023 {
1024 "type": "color",
1025 "category": "text-color",
1026 "value": "rgb(0, 94, 166)",
1027 "comment": "Link text",
1028 "name": "colorTextLink"
1029 },
1030 {
1031 "type": "color",
1032 "category": "text-color",
1033 "value": "rgb(146, 18, 0)",
1034 "comment": "Dark error text for inputs and error misc",
1035 "name": "colorTextErrorDark"
1036 },
1037 {
1038 "type": "color",
1039 "category": "text-color",
1040 "value": "rgb(226, 37, 37)",
1041 "comment": "Error text for inputs and error misc",
1042 "name": "colorTextError"
1043 },
1044 {
1045 "type": "color",
1046 "category": "text-color",
1047 "value": "rgb(0, 62, 130)",
1048 "comment": "Dark shade of link text to be used in interactions",
1049 "name": "colorTextLinkDark"
1050 },
1051 {
1052 "type": "color",
1053 "category": "text-color",
1054 "value": "rgb(255, 255, 255)",
1055 "comment": "Text color used on any brand color",
1056 "name": "colorTextBrandInverse"
1057 },
1058 {
1059 "type": "color",
1060 "category": "text-color",
1061 "value": "rgb(40, 42, 43)",
1062 "comment": "Body text color",
1063 "name": "colorText"
1064 },
1065 {
1066 "type": "color",
1067 "category": "text-color",
1068 "value": "rgb(242, 47, 70)",
1069 "comment": "Twilio brand red, accessible on large text only.",
1070 "name": "colorTextBrandHighlight"
1071 },
1072 {
1073 "type": "color",
1074 "category": "text-color",
1075 "value": "rgb(179, 211, 233)",
1076 "comment": "Light shade of link text to be used in interactions",
1077 "name": "colorTextLinkLight"
1078 },
1079 {
1080 "type": "color",
1081 "category": "text-color",
1082 "value": "rgb(255, 255, 255)",
1083 "comment": "Inverse text color for dark backgrounds. Must pass AA color contrast with color-background-inverse.",
1084 "name": "colorTextInverse"
1085 },
1086 {
1087 "type": "color",
1088 "category": "text-color",
1089 "value": "rgb(102, 106, 109)",
1090 "comment": "Input placeholder text.",
1091 "name": "colorTextPlaceholder"
1092 },
1093 {
1094 "type": "color",
1095 "category": "text-color",
1096 "value": "rgb(168, 62, 0)",
1097 "comment": "Color for dark warning text.",
1098 "name": "colorTextWarningDark"
1099 },
1100 {
1101 "type": "color",
1102 "category": "text-color",
1103 "value": "rgb(178, 6, 0)",
1104 "comment": "Dark shade of destructive link text to be used in interactions",
1105 "name": "colorTextLinkDestructiveDark"
1106 },
1107 {
1108 "type": "color",
1109 "category": "text-color",
1110 "value": "rgb(40, 42, 43)",
1111 "comment": "Text color for field labels.",
1112 "name": "colorTextLabel"
1113 },
1114 {
1115 "type": "z-index",
1116 "category": "z-index",
1117 "value": "0",
1118 "name": "zIndex0"
1119 },
1120 {
1121 "type": "z-index",
1122 "category": "z-index",
1123 "value": "90",
1124 "name": "zIndex90"
1125 },
1126 {
1127 "type": "z-index",
1128 "category": "z-index",
1129 "value": "80",
1130 "name": "zIndex80"
1131 },
1132 {
1133 "type": "z-index",
1134 "category": "z-index",
1135 "value": "70",
1136 "name": "zIndex70"
1137 },
1138 {
1139 "type": "z-index",
1140 "category": "z-index",
1141 "value": "60",
1142 "name": "zIndex60"
1143 },
1144 {
1145 "type": "z-index",
1146 "category": "z-index",
1147 "value": "50",
1148 "name": "zIndex50"
1149 },
1150 {
1151 "type": "z-index",
1152 "category": "z-index",
1153 "value": "40",
1154 "name": "zIndex40"
1155 },
1156 {
1157 "type": "z-index",
1158 "category": "z-index",
1159 "value": "30",
1160 "name": "zIndex30"
1161 },
1162 {
1163 "type": "z-index",
1164 "category": "z-index",
1165 "value": "20",
1166 "name": "zIndex20"
1167 },
1168 {
1169 "type": "z-index",
1170 "category": "z-index",
1171 "value": "10",
1172 "name": "zIndex10"
1173 }
1174 ]
1175}
\No newline at end of file