@gitlab/ui 125.0.0 → 126.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist/components/base/form/form_fields/form_fields.js +26 -9
  2. package/dist/components/base/form/form_select/form_select.js +1 -9
  3. package/dist/index.css +2 -2
  4. package/dist/index.css.map +1 -1
  5. package/dist/tailwind.css +1 -1
  6. package/dist/tailwind.css.map +1 -1
  7. package/dist/tokens/build/js/tokens.dark.js +193 -1
  8. package/dist/tokens/build/js/tokens.js +193 -1
  9. package/package.json +3 -8
  10. package/src/components/base/form/form_fields/form_fields.vue +29 -9
  11. package/src/components/base/form/form_select/form_select.vue +1 -15
  12. package/src/tokens/build/css/tokens.css +192 -0
  13. package/src/tokens/build/css/tokens.dark.css +192 -0
  14. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +59 -0
  15. package/src/tokens/build/docs/tokens-tailwind-docs.json +59 -0
  16. package/src/tokens/build/figma/constants.tokens.json +180 -0
  17. package/src/tokens/build/figma/semantic.tokens.json +209 -0
  18. package/src/tokens/build/js/tokens.dark.js +198 -0
  19. package/src/tokens/build/js/tokens.js +198 -0
  20. package/src/tokens/build/json/tokens.dark.json +1117 -0
  21. package/src/tokens/build/json/tokens.json +1117 -0
  22. package/src/tokens/build/scss/_tokens.dark.scss +192 -0
  23. package/src/tokens/build/scss/_tokens.scss +192 -0
  24. package/src/tokens/build/scss/_tokens_custom_properties.scss +192 -0
  25. package/src/tokens/build/tailwind/components.cjs +253 -0
  26. package/src/tokens/build/tailwind/tokens.cjs +2 -0
  27. package/src/tokens/constant/heading.tokens.json +182 -0
  28. package/src/tokens/semantic/font.tokens.json +11 -0
  29. package/src/tokens/semantic/heading.tokens.json +178 -0
  30. package/src/tokens/semantic/letter_spacing.tokens.json +13 -0
  31. package/src/tokens/semantic/line_height.tokens.json +13 -0
  32. package/tailwind.defaults.js +2 -253
  33. package/bin/migrate_custom_utils_to_tw.bundled.mjs +0 -205443
  34. package/dist/tokens/css/tokens.css +0 -1156
  35. package/dist/tokens/css/tokens.dark.css +0 -1156
  36. package/dist/tokens/docs/tokens-tailwind-docs.dark.json +0 -42846
  37. package/dist/tokens/docs/tokens-tailwind-docs.json +0 -42846
  38. package/dist/tokens/figma/constants.tokens.json +0 -2756
  39. package/dist/tokens/figma/contextual.tokens.json +0 -5929
  40. package/dist/tokens/figma/deprecated.tokens.json +0 -2899
  41. package/dist/tokens/figma/semantic.tokens.json +0 -2479
  42. package/dist/tokens/js/tokens.dark.js +0 -1286
  43. package/dist/tokens/js/tokens.js +0 -1275
  44. package/dist/tokens/json/tokens.dark.json +0 -36934
  45. package/dist/tokens/json/tokens.json +0 -36934
  46. package/dist/tokens/scss/_tokens.dark.scss +0 -1153
  47. package/dist/tokens/scss/_tokens.scss +0 -1153
  48. package/dist/tokens/scss/_tokens_custom_properties.scss +0 -1154
  49. package/dist/tokens/tailwind/tokens.cjs +0 -558
@@ -1,2756 +0,0 @@
1
- {
2
- "border": {
3
- "color": {
4
- "transparent": {
5
- "$value": "{color.alpha.0}",
6
- "$type": "color",
7
- "$description": "Used when a border needs to be present, but not visibly perceived.",
8
- "$extensions": {
9
- "com.figma.scope": [
10
- "ALL_SCOPES"
11
- ]
12
- }
13
- }
14
- },
15
- "radius": {
16
- "none": {
17
- "$value": "{spacing-scale.0}",
18
- "$type": "dimension",
19
- "$extensions": {
20
- "com.figma.scope": [
21
- "CORNER_RADIUS"
22
- ]
23
- }
24
- },
25
- "xs": {
26
- "$value": "{spacing-scale.px}",
27
- "$type": "dimension",
28
- "$extensions": {
29
- "com.figma.scope": [
30
- "CORNER_RADIUS"
31
- ]
32
- }
33
- },
34
- "sm": {
35
- "$value": "{spacing-scale.1}",
36
- "$type": "dimension",
37
- "$extensions": {
38
- "com.figma.scope": [
39
- "CORNER_RADIUS"
40
- ]
41
- }
42
- },
43
- "md": {
44
- "$value": "{spacing-scale.2}",
45
- "$type": "dimension",
46
- "$extensions": {
47
- "com.figma.scope": [
48
- "CORNER_RADIUS"
49
- ]
50
- }
51
- },
52
- "lg": {
53
- "$value": "{spacing-scale.3}",
54
- "$type": "dimension",
55
- "$extensions": {
56
- "com.figma.scope": [
57
- "CORNER_RADIUS"
58
- ]
59
- }
60
- },
61
- "xl": {
62
- "$value": "{spacing-scale.4}",
63
- "$type": "dimension",
64
- "$extensions": {
65
- "com.figma.scope": [
66
- "CORNER_RADIUS"
67
- ]
68
- }
69
- },
70
- "2xl": {
71
- "$value": "{spacing-scale.5}",
72
- "$type": "dimension",
73
- "$extensions": {
74
- "com.figma.scope": [
75
- "CORNER_RADIUS"
76
- ]
77
- }
78
- },
79
- "3xl": {
80
- "$value": "{spacing-scale.6}",
81
- "$type": "dimension",
82
- "$extensions": {
83
- "com.figma.scope": [
84
- "CORNER_RADIUS"
85
- ]
86
- }
87
- },
88
- "full": {
89
- "$value": {
90
- "value": 9999,
91
- "unit": "px"
92
- },
93
- "$type": "dimension",
94
- "$extensions": {
95
- "com.figma.scope": [
96
- "CORNER_RADIUS"
97
- ]
98
- }
99
- }
100
- }
101
- },
102
- "color": {
103
- "alpha": {
104
- "0": {
105
- "$value": "transparent",
106
- "$type": "color",
107
- "$extensions": {
108
- "com.figma.scope": []
109
- }
110
- },
111
- "dark": {
112
- "2": {
113
- "$value": "rgba(05, 05, 06, 0.02)",
114
- "$type": "color",
115
- "$extensions": {
116
- "com.figma.scope": []
117
- }
118
- },
119
- "4": {
120
- "$value": "rgba(05, 05, 06, 0.04)",
121
- "$type": "color",
122
- "$extensions": {
123
- "com.figma.scope": []
124
- }
125
- },
126
- "6": {
127
- "$value": "rgba(05, 05, 06, 0.06)",
128
- "$type": "color",
129
- "$extensions": {
130
- "com.figma.scope": []
131
- }
132
- },
133
- "8": {
134
- "$value": "rgba(05, 05, 06, 0.08)",
135
- "$type": "color",
136
- "$extensions": {
137
- "com.figma.scope": []
138
- }
139
- },
140
- "16": {
141
- "$value": "rgba(05, 05, 06, 0.16)",
142
- "$type": "color",
143
- "$extensions": {
144
- "com.figma.scope": []
145
- }
146
- },
147
- "24": {
148
- "$value": "rgba(05, 05, 06, 0.24)",
149
- "$type": "color",
150
- "$extensions": {
151
- "com.figma.scope": []
152
- }
153
- },
154
- "40": {
155
- "$value": "rgba(05, 05, 06, 0.4)",
156
- "$type": "color",
157
- "$extensions": {
158
- "com.figma.scope": []
159
- }
160
- }
161
- },
162
- "light": {
163
- "2": {
164
- "$value": "rgba(255, 255, 255, 0.02)",
165
- "$type": "color",
166
- "$extensions": {
167
- "com.figma.scope": []
168
- }
169
- },
170
- "4": {
171
- "$value": "rgba(255, 255, 255, 0.04)",
172
- "$type": "color",
173
- "$extensions": {
174
- "com.figma.scope": []
175
- }
176
- },
177
- "6": {
178
- "$value": "rgba(255, 255, 255, 0.06)",
179
- "$type": "color",
180
- "$extensions": {
181
- "com.figma.scope": []
182
- }
183
- },
184
- "8": {
185
- "$value": "rgba(255, 255, 255, 0.08)",
186
- "$type": "color",
187
- "$extensions": {
188
- "com.figma.scope": []
189
- }
190
- },
191
- "16": {
192
- "$value": "rgba(255, 255, 255, 0.16)",
193
- "$type": "color",
194
- "$extensions": {
195
- "com.figma.scope": []
196
- }
197
- },
198
- "24": {
199
- "$value": "rgba(255, 255, 255, 0.24)",
200
- "$type": "color",
201
- "$extensions": {
202
- "com.figma.scope": []
203
- }
204
- },
205
- "36": {
206
- "$value": "rgba(255, 255, 255, 0.36)",
207
- "$type": "color",
208
- "$extensions": {
209
- "com.figma.scope": []
210
- }
211
- }
212
- }
213
- },
214
- "blue": {
215
- "50": {
216
- "$value": "#e9f3fc",
217
- "$type": "color",
218
- "$extensions": {
219
- "com.figma.scope": []
220
- }
221
- },
222
- "100": {
223
- "$value": "#cbe2f9",
224
- "$type": "color",
225
- "$extensions": {
226
- "com.figma.scope": []
227
- }
228
- },
229
- "200": {
230
- "$value": "#9dc7f1",
231
- "$type": "color",
232
- "$extensions": {
233
- "com.figma.scope": []
234
- }
235
- },
236
- "300": {
237
- "$value": "#63a6e9",
238
- "$type": "color",
239
- "$extensions": {
240
- "com.figma.scope": []
241
- }
242
- },
243
- "400": {
244
- "$value": "#428fdc",
245
- "$type": "color",
246
- "$extensions": {
247
- "com.figma.scope": []
248
- }
249
- },
250
- "500": {
251
- "$value": "#1f75cb",
252
- "$type": "color",
253
- "$extensions": {
254
- "com.figma.scope": []
255
- }
256
- },
257
- "600": {
258
- "$value": "#2f68b4",
259
- "$type": "color",
260
- "$extensions": {
261
- "com.figma.scope": []
262
- }
263
- },
264
- "700": {
265
- "$value": "#2f5ca0",
266
- "$type": "color",
267
- "$extensions": {
268
- "com.figma.scope": []
269
- }
270
- },
271
- "800": {
272
- "$value": "#284779",
273
- "$type": "color",
274
- "$extensions": {
275
- "com.figma.scope": []
276
- }
277
- },
278
- "900": {
279
- "$value": "#213454",
280
- "$type": "color",
281
- "$extensions": {
282
- "com.figma.scope": []
283
- }
284
- },
285
- "950": {
286
- "$value": "#1d283e",
287
- "$type": "color",
288
- "$extensions": {
289
- "com.figma.scope": []
290
- }
291
- }
292
- },
293
- "neutral": {
294
- "0": {
295
- "$value": "#fff",
296
- "$type": "color",
297
- "$extensions": {
298
- "com.figma.scope": []
299
- }
300
- },
301
- "10": {
302
- "$value": "#fbfafd",
303
- "$type": "color",
304
- "$extensions": {
305
- "com.figma.scope": []
306
- }
307
- },
308
- "50": {
309
- "$value": "#ececef",
310
- "$type": "color",
311
- "$extensions": {
312
- "com.figma.scope": []
313
- }
314
- },
315
- "100": {
316
- "$value": "#dcdcde",
317
- "$type": "color",
318
- "$extensions": {
319
- "com.figma.scope": []
320
- }
321
- },
322
- "200": {
323
- "$value": "#bfbfc3",
324
- "$type": "color",
325
- "$extensions": {
326
- "com.figma.scope": []
327
- }
328
- },
329
- "300": {
330
- "$value": "#a4a3a8",
331
- "$type": "color",
332
- "$extensions": {
333
- "com.figma.scope": []
334
- }
335
- },
336
- "400": {
337
- "$value": "#89888d",
338
- "$type": "color",
339
- "$extensions": {
340
- "com.figma.scope": []
341
- }
342
- },
343
- "500": {
344
- "$value": "#737278",
345
- "$type": "color",
346
- "$extensions": {
347
- "com.figma.scope": []
348
- }
349
- },
350
- "600": {
351
- "$value": "#626168",
352
- "$type": "color",
353
- "$extensions": {
354
- "com.figma.scope": []
355
- }
356
- },
357
- "700": {
358
- "$value": "#4c4b51",
359
- "$type": "color",
360
- "$extensions": {
361
- "com.figma.scope": []
362
- }
363
- },
364
- "800": {
365
- "$value": "#3a383f",
366
- "$type": "color",
367
- "$extensions": {
368
- "com.figma.scope": []
369
- }
370
- },
371
- "900": {
372
- "$value": "#28272d",
373
- "$type": "color",
374
- "$extensions": {
375
- "com.figma.scope": []
376
- }
377
- },
378
- "950": {
379
- "$value": "#18171d",
380
- "$type": "color",
381
- "$extensions": {
382
- "com.figma.scope": []
383
- }
384
- },
385
- "1000": {
386
- "$value": "#050506",
387
- "$type": "color",
388
- "$extensions": {
389
- "com.figma.scope": []
390
- }
391
- }
392
- },
393
- "green": {
394
- "50": {
395
- "$value": "#ecf4ee",
396
- "$type": "color",
397
- "$extensions": {
398
- "com.figma.scope": []
399
- }
400
- },
401
- "100": {
402
- "$value": "#c3e6cd",
403
- "$type": "color",
404
- "$extensions": {
405
- "com.figma.scope": []
406
- }
407
- },
408
- "200": {
409
- "$value": "#91d4a8",
410
- "$type": "color",
411
- "$extensions": {
412
- "com.figma.scope": []
413
- }
414
- },
415
- "300": {
416
- "$value": "#52b87a",
417
- "$type": "color",
418
- "$extensions": {
419
- "com.figma.scope": []
420
- }
421
- },
422
- "400": {
423
- "$value": "#2da160",
424
- "$type": "color",
425
- "$extensions": {
426
- "com.figma.scope": []
427
- }
428
- },
429
- "500": {
430
- "$value": "#108548",
431
- "$type": "color",
432
- "$extensions": {
433
- "com.figma.scope": []
434
- }
435
- },
436
- "600": {
437
- "$value": "#2f7549",
438
- "$type": "color",
439
- "$extensions": {
440
- "com.figma.scope": []
441
- }
442
- },
443
- "700": {
444
- "$value": "#306440",
445
- "$type": "color",
446
- "$extensions": {
447
- "com.figma.scope": []
448
- }
449
- },
450
- "800": {
451
- "$value": "#225131",
452
- "$type": "color",
453
- "$extensions": {
454
- "com.figma.scope": []
455
- }
456
- },
457
- "900": {
458
- "$value": "#1e3e28",
459
- "$type": "color",
460
- "$extensions": {
461
- "com.figma.scope": []
462
- }
463
- },
464
- "950": {
465
- "$value": "#17291c",
466
- "$type": "color",
467
- "$extensions": {
468
- "com.figma.scope": []
469
- }
470
- }
471
- },
472
- "orange": {
473
- "50": {
474
- "$value": "#fdf1dd",
475
- "$type": "color",
476
- "$extensions": {
477
- "com.figma.scope": []
478
- }
479
- },
480
- "100": {
481
- "$value": "#f5d9a8",
482
- "$type": "color",
483
- "$extensions": {
484
- "com.figma.scope": []
485
- }
486
- },
487
- "200": {
488
- "$value": "#e9be74",
489
- "$type": "color",
490
- "$extensions": {
491
- "com.figma.scope": []
492
- }
493
- },
494
- "300": {
495
- "$value": "#d99530",
496
- "$type": "color",
497
- "$extensions": {
498
- "com.figma.scope": []
499
- }
500
- },
501
- "400": {
502
- "$value": "#c17d10",
503
- "$type": "color",
504
- "$extensions": {
505
- "com.figma.scope": []
506
- }
507
- },
508
- "500": {
509
- "$value": "#ab6100",
510
- "$type": "color",
511
- "$extensions": {
512
- "com.figma.scope": []
513
- }
514
- },
515
- "600": {
516
- "$value": "#995715",
517
- "$type": "color",
518
- "$extensions": {
519
- "com.figma.scope": []
520
- }
521
- },
522
- "700": {
523
- "$value": "#894b16",
524
- "$type": "color",
525
- "$extensions": {
526
- "com.figma.scope": []
527
- }
528
- },
529
- "800": {
530
- "$value": "#693c14",
531
- "$type": "color",
532
- "$extensions": {
533
- "com.figma.scope": []
534
- }
535
- },
536
- "900": {
537
- "$value": "#532e16",
538
- "$type": "color",
539
- "$extensions": {
540
- "com.figma.scope": []
541
- }
542
- },
543
- "950": {
544
- "$value": "#382315",
545
- "$type": "color",
546
- "$extensions": {
547
- "com.figma.scope": []
548
- }
549
- }
550
- },
551
- "purple": {
552
- "50": {
553
- "$value": "#f4f0ff",
554
- "$type": "color",
555
- "$extensions": {
556
- "com.figma.scope": []
557
- }
558
- },
559
- "100": {
560
- "$value": "#e1d8f9",
561
- "$type": "color",
562
- "$extensions": {
563
- "com.figma.scope": []
564
- }
565
- },
566
- "200": {
567
- "$value": "#cbbbf2",
568
- "$type": "color",
569
- "$extensions": {
570
- "com.figma.scope": []
571
- }
572
- },
573
- "300": {
574
- "$value": "#ac93e6",
575
- "$type": "color",
576
- "$extensions": {
577
- "com.figma.scope": []
578
- }
579
- },
580
- "400": {
581
- "$value": "#9475db",
582
- "$type": "color",
583
- "$extensions": {
584
- "com.figma.scope": []
585
- }
586
- },
587
- "500": {
588
- "$value": "#7b58cf",
589
- "$type": "color",
590
- "$extensions": {
591
- "com.figma.scope": []
592
- }
593
- },
594
- "600": {
595
- "$value": "#6a4fb4",
596
- "$type": "color",
597
- "$extensions": {
598
- "com.figma.scope": []
599
- }
600
- },
601
- "700": {
602
- "$value": "#5c47a6",
603
- "$type": "color",
604
- "$extensions": {
605
- "com.figma.scope": []
606
- }
607
- },
608
- "800": {
609
- "$value": "#493c83",
610
- "$type": "color",
611
- "$extensions": {
612
- "com.figma.scope": []
613
- }
614
- },
615
- "900": {
616
- "$value": "#342d59",
617
- "$type": "color",
618
- "$extensions": {
619
- "com.figma.scope": []
620
- }
621
- },
622
- "950": {
623
- "$value": "#27243e",
624
- "$type": "color",
625
- "$extensions": {
626
- "com.figma.scope": []
627
- }
628
- }
629
- },
630
- "red": {
631
- "50": {
632
- "$value": "#fcf1ef",
633
- "$type": "color",
634
- "$extensions": {
635
- "com.figma.scope": []
636
- }
637
- },
638
- "100": {
639
- "$value": "#fdd4cd",
640
- "$type": "color",
641
- "$extensions": {
642
- "com.figma.scope": []
643
- }
644
- },
645
- "200": {
646
- "$value": "#fcb5aa",
647
- "$type": "color",
648
- "$extensions": {
649
- "com.figma.scope": []
650
- }
651
- },
652
- "300": {
653
- "$value": "#f6806d",
654
- "$type": "color",
655
- "$extensions": {
656
- "com.figma.scope": []
657
- }
658
- },
659
- "400": {
660
- "$value": "#ec5941",
661
- "$type": "color",
662
- "$extensions": {
663
- "com.figma.scope": []
664
- }
665
- },
666
- "500": {
667
- "$value": "#dd2b0e",
668
- "$type": "color",
669
- "$extensions": {
670
- "com.figma.scope": []
671
- }
672
- },
673
- "600": {
674
- "$value": "#c02f12",
675
- "$type": "color",
676
- "$extensions": {
677
- "com.figma.scope": []
678
- }
679
- },
680
- "700": {
681
- "$value": "#a32c12",
682
- "$type": "color",
683
- "$extensions": {
684
- "com.figma.scope": []
685
- }
686
- },
687
- "800": {
688
- "$value": "#812713",
689
- "$type": "color",
690
- "$extensions": {
691
- "com.figma.scope": []
692
- }
693
- },
694
- "900": {
695
- "$value": "#582014",
696
- "$type": "color",
697
- "$extensions": {
698
- "com.figma.scope": []
699
- }
700
- },
701
- "950": {
702
- "$value": "#3e1a14",
703
- "$type": "color",
704
- "$extensions": {
705
- "com.figma.scope": []
706
- }
707
- }
708
- },
709
- "data-green": {
710
- "50": {
711
- "$value": "#ddfab7",
712
- "$type": "color",
713
- "$extensions": {
714
- "com.figma.scope": []
715
- }
716
- },
717
- "100": {
718
- "$value": "#c6ed94",
719
- "$type": "color",
720
- "$extensions": {
721
- "com.figma.scope": []
722
- }
723
- },
724
- "200": {
725
- "$value": "#b0d97b",
726
- "$type": "color",
727
- "$extensions": {
728
- "com.figma.scope": []
729
- }
730
- },
731
- "300": {
732
- "$value": "#94c25e",
733
- "$type": "color",
734
- "$extensions": {
735
- "com.figma.scope": []
736
- }
737
- },
738
- "400": {
739
- "$value": "#81ac41",
740
- "$type": "color",
741
- "$extensions": {
742
- "com.figma.scope": []
743
- }
744
- },
745
- "500": {
746
- "$value": "#619025",
747
- "$type": "color",
748
- "$extensions": {
749
- "com.figma.scope": []
750
- }
751
- },
752
- "600": {
753
- "$value": "#4e7f0e",
754
- "$type": "color",
755
- "$extensions": {
756
- "com.figma.scope": []
757
- }
758
- },
759
- "700": {
760
- "$value": "#366800",
761
- "$type": "color",
762
- "$extensions": {
763
- "com.figma.scope": []
764
- }
765
- },
766
- "800": {
767
- "$value": "#275600",
768
- "$type": "color",
769
- "$extensions": {
770
- "com.figma.scope": []
771
- }
772
- },
773
- "900": {
774
- "$value": "#1a4500",
775
- "$type": "color",
776
- "$extensions": {
777
- "com.figma.scope": []
778
- }
779
- },
780
- "950": {
781
- "$value": "#133a03",
782
- "$type": "color",
783
- "$extensions": {
784
- "com.figma.scope": []
785
- }
786
- }
787
- },
788
- "data-aqua": {
789
- "50": {
790
- "$value": "#b5fefd",
791
- "$type": "color",
792
- "$extensions": {
793
- "com.figma.scope": []
794
- }
795
- },
796
- "100": {
797
- "$value": "#93f2ef",
798
- "$type": "color",
799
- "$extensions": {
800
- "com.figma.scope": []
801
- }
802
- },
803
- "200": {
804
- "$value": "#5edee3",
805
- "$type": "color",
806
- "$extensions": {
807
- "com.figma.scope": []
808
- }
809
- },
810
- "300": {
811
- "$value": "#32c5d2",
812
- "$type": "color",
813
- "$extensions": {
814
- "com.figma.scope": []
815
- }
816
- },
817
- "400": {
818
- "$value": "#00acc4",
819
- "$type": "color",
820
- "$extensions": {
821
- "com.figma.scope": []
822
- }
823
- },
824
- "500": {
825
- "$value": "#0090b1",
826
- "$type": "color",
827
- "$extensions": {
828
- "com.figma.scope": []
829
- }
830
- },
831
- "600": {
832
- "$value": "#007b9b",
833
- "$type": "color",
834
- "$extensions": {
835
- "com.figma.scope": []
836
- }
837
- },
838
- "700": {
839
- "$value": "#006381",
840
- "$type": "color",
841
- "$extensions": {
842
- "com.figma.scope": []
843
- }
844
- },
845
- "800": {
846
- "$value": "#00516c",
847
- "$type": "color",
848
- "$extensions": {
849
- "com.figma.scope": []
850
- }
851
- },
852
- "900": {
853
- "$value": "#004059",
854
- "$type": "color",
855
- "$extensions": {
856
- "com.figma.scope": []
857
- }
858
- },
859
- "950": {
860
- "$value": "#00344b",
861
- "$type": "color",
862
- "$extensions": {
863
- "com.figma.scope": []
864
- }
865
- }
866
- },
867
- "data-blue": {
868
- "50": {
869
- "$value": "#e9ebff",
870
- "$type": "color",
871
- "$extensions": {
872
- "com.figma.scope": []
873
- }
874
- },
875
- "100": {
876
- "$value": "#d2dcff",
877
- "$type": "color",
878
- "$extensions": {
879
- "com.figma.scope": []
880
- }
881
- },
882
- "200": {
883
- "$value": "#b7c6ff",
884
- "$type": "color",
885
- "$extensions": {
886
- "com.figma.scope": []
887
- }
888
- },
889
- "300": {
890
- "$value": "#97acff",
891
- "$type": "color",
892
- "$extensions": {
893
- "com.figma.scope": []
894
- }
895
- },
896
- "400": {
897
- "$value": "#7992f5",
898
- "$type": "color",
899
- "$extensions": {
900
- "com.figma.scope": []
901
- }
902
- },
903
- "500": {
904
- "$value": "#617ae2",
905
- "$type": "color",
906
- "$extensions": {
907
- "com.figma.scope": []
908
- }
909
- },
910
- "600": {
911
- "$value": "#4e65cd",
912
- "$type": "color",
913
- "$extensions": {
914
- "com.figma.scope": []
915
- }
916
- },
917
- "700": {
918
- "$value": "#3f51ae",
919
- "$type": "color",
920
- "$extensions": {
921
- "com.figma.scope": []
922
- }
923
- },
924
- "800": {
925
- "$value": "#374291",
926
- "$type": "color",
927
- "$extensions": {
928
- "com.figma.scope": []
929
- }
930
- },
931
- "900": {
932
- "$value": "#303470",
933
- "$type": "color",
934
- "$extensions": {
935
- "com.figma.scope": []
936
- }
937
- },
938
- "950": {
939
- "$value": "#2a2b59",
940
- "$type": "color",
941
- "$extensions": {
942
- "com.figma.scope": []
943
- }
944
- }
945
- },
946
- "data-magenta": {
947
- "50": {
948
- "$value": "#ffe3eb",
949
- "$type": "color",
950
- "$extensions": {
951
- "com.figma.scope": []
952
- }
953
- },
954
- "100": {
955
- "$value": "#ffccdb",
956
- "$type": "color",
957
- "$extensions": {
958
- "com.figma.scope": []
959
- }
960
- },
961
- "200": {
962
- "$value": "#fcacc5",
963
- "$type": "color",
964
- "$extensions": {
965
- "com.figma.scope": []
966
- }
967
- },
968
- "300": {
969
- "$value": "#f88aaf",
970
- "$type": "color",
971
- "$extensions": {
972
- "com.figma.scope": []
973
- }
974
- },
975
- "400": {
976
- "$value": "#e86e9a",
977
- "$type": "color",
978
- "$extensions": {
979
- "com.figma.scope": []
980
- }
981
- },
982
- "500": {
983
- "$value": "#cf4d81",
984
- "$type": "color",
985
- "$extensions": {
986
- "com.figma.scope": []
987
- }
988
- },
989
- "600": {
990
- "$value": "#b93d71",
991
- "$type": "color",
992
- "$extensions": {
993
- "com.figma.scope": []
994
- }
995
- },
996
- "700": {
997
- "$value": "#9a2e5d",
998
- "$type": "color",
999
- "$extensions": {
1000
- "com.figma.scope": []
1001
- }
1002
- },
1003
- "800": {
1004
- "$value": "#7c214f",
1005
- "$type": "color",
1006
- "$extensions": {
1007
- "com.figma.scope": []
1008
- }
1009
- },
1010
- "900": {
1011
- "$value": "#661e3a",
1012
- "$type": "color",
1013
- "$extensions": {
1014
- "com.figma.scope": []
1015
- }
1016
- },
1017
- "950": {
1018
- "$value": "#541d31",
1019
- "$type": "color",
1020
- "$extensions": {
1021
- "com.figma.scope": []
1022
- }
1023
- }
1024
- },
1025
- "data-orange": {
1026
- "50": {
1027
- "$value": "#fae8d1",
1028
- "$type": "color",
1029
- "$extensions": {
1030
- "com.figma.scope": []
1031
- }
1032
- },
1033
- "100": {
1034
- "$value": "#f5d6b3",
1035
- "$type": "color",
1036
- "$extensions": {
1037
- "com.figma.scope": []
1038
- }
1039
- },
1040
- "200": {
1041
- "$value": "#eebd8c",
1042
- "$type": "color",
1043
- "$extensions": {
1044
- "com.figma.scope": []
1045
- }
1046
- },
1047
- "300": {
1048
- "$value": "#e99b60",
1049
- "$type": "color",
1050
- "$extensions": {
1051
- "com.figma.scope": []
1052
- }
1053
- },
1054
- "400": {
1055
- "$value": "#e07e41",
1056
- "$type": "color",
1057
- "$extensions": {
1058
- "com.figma.scope": []
1059
- }
1060
- },
1061
- "500": {
1062
- "$value": "#c95d2e",
1063
- "$type": "color",
1064
- "$extensions": {
1065
- "com.figma.scope": []
1066
- }
1067
- },
1068
- "600": {
1069
- "$value": "#b14f18",
1070
- "$type": "color",
1071
- "$extensions": {
1072
- "com.figma.scope": []
1073
- }
1074
- },
1075
- "700": {
1076
- "$value": "#92430a",
1077
- "$type": "color",
1078
- "$extensions": {
1079
- "com.figma.scope": []
1080
- }
1081
- },
1082
- "800": {
1083
- "$value": "#6f3500",
1084
- "$type": "color",
1085
- "$extensions": {
1086
- "com.figma.scope": []
1087
- }
1088
- },
1089
- "900": {
1090
- "$value": "#5e2f05",
1091
- "$type": "color",
1092
- "$extensions": {
1093
- "com.figma.scope": []
1094
- }
1095
- },
1096
- "950": {
1097
- "$value": "#4b2707",
1098
- "$type": "color",
1099
- "$extensions": {
1100
- "com.figma.scope": []
1101
- }
1102
- }
1103
- },
1104
- "theme-indigo": {
1105
- "10": {
1106
- "$value": "#f8f8ff",
1107
- "$type": "color",
1108
- "$extensions": {
1109
- "com.figma.scope": []
1110
- }
1111
- },
1112
- "50": {
1113
- "$value": "#f1f1ff",
1114
- "$type": "color",
1115
- "$extensions": {
1116
- "com.figma.scope": []
1117
- }
1118
- },
1119
- "100": {
1120
- "$value": "#dbdbf8",
1121
- "$type": "color",
1122
- "$extensions": {
1123
- "com.figma.scope": []
1124
- }
1125
- },
1126
- "200": {
1127
- "$value": "#c7c7f2",
1128
- "$type": "color",
1129
- "$extensions": {
1130
- "com.figma.scope": []
1131
- }
1132
- },
1133
- "300": {
1134
- "$value": "#a2a2e6",
1135
- "$type": "color",
1136
- "$extensions": {
1137
- "com.figma.scope": []
1138
- }
1139
- },
1140
- "400": {
1141
- "$value": "#8181d7",
1142
- "$type": "color",
1143
- "$extensions": {
1144
- "com.figma.scope": []
1145
- }
1146
- },
1147
- "500": {
1148
- "$value": "#6666c4",
1149
- "$type": "color",
1150
- "$extensions": {
1151
- "com.figma.scope": []
1152
- }
1153
- },
1154
- "600": {
1155
- "$value": "#5252b5",
1156
- "$type": "color",
1157
- "$extensions": {
1158
- "com.figma.scope": []
1159
- }
1160
- },
1161
- "700": {
1162
- "$value": "#41419f",
1163
- "$type": "color",
1164
- "$extensions": {
1165
- "com.figma.scope": []
1166
- }
1167
- },
1168
- "800": {
1169
- "$value": "#303083",
1170
- "$type": "color",
1171
- "$extensions": {
1172
- "com.figma.scope": []
1173
- }
1174
- },
1175
- "900": {
1176
- "$value": "#222261",
1177
- "$type": "color",
1178
- "$extensions": {
1179
- "com.figma.scope": []
1180
- }
1181
- },
1182
- "950": {
1183
- "$value": "#14143d",
1184
- "$type": "color",
1185
- "$extensions": {
1186
- "com.figma.scope": []
1187
- }
1188
- }
1189
- },
1190
- "theme-blue": {
1191
- "10": {
1192
- "$value": "#e6ecf0",
1193
- "$type": "color",
1194
- "$extensions": {
1195
- "com.figma.scope": []
1196
- }
1197
- },
1198
- "50": {
1199
- "$value": "#cdd8e3",
1200
- "$type": "color",
1201
- "$extensions": {
1202
- "com.figma.scope": []
1203
- }
1204
- },
1205
- "100": {
1206
- "$value": "#b9cadc",
1207
- "$type": "color",
1208
- "$extensions": {
1209
- "com.figma.scope": []
1210
- }
1211
- },
1212
- "200": {
1213
- "$value": "#a6bdd5",
1214
- "$type": "color",
1215
- "$extensions": {
1216
- "com.figma.scope": []
1217
- }
1218
- },
1219
- "300": {
1220
- "$value": "#81a5c9",
1221
- "$type": "color",
1222
- "$extensions": {
1223
- "com.figma.scope": []
1224
- }
1225
- },
1226
- "400": {
1227
- "$value": "#628eb9",
1228
- "$type": "color",
1229
- "$extensions": {
1230
- "com.figma.scope": []
1231
- }
1232
- },
1233
- "500": {
1234
- "$value": "#4977a5",
1235
- "$type": "color",
1236
- "$extensions": {
1237
- "com.figma.scope": []
1238
- }
1239
- },
1240
- "600": {
1241
- "$value": "#346596",
1242
- "$type": "color",
1243
- "$extensions": {
1244
- "com.figma.scope": []
1245
- }
1246
- },
1247
- "700": {
1248
- "$value": "#235180",
1249
- "$type": "color",
1250
- "$extensions": {
1251
- "com.figma.scope": []
1252
- }
1253
- },
1254
- "800": {
1255
- "$value": "#153c63",
1256
- "$type": "color",
1257
- "$extensions": {
1258
- "com.figma.scope": []
1259
- }
1260
- },
1261
- "900": {
1262
- "$value": "#0b2640",
1263
- "$type": "color",
1264
- "$extensions": {
1265
- "com.figma.scope": []
1266
- }
1267
- },
1268
- "950": {
1269
- "$value": "#04101c",
1270
- "$type": "color",
1271
- "$extensions": {
1272
- "com.figma.scope": []
1273
- }
1274
- }
1275
- },
1276
- "theme-light-blue": {
1277
- "10": {
1278
- "$value": "#eef3f7",
1279
- "$type": "color",
1280
- "$extensions": {
1281
- "com.figma.scope": []
1282
- }
1283
- },
1284
- "50": {
1285
- "$value": "#dde6ee",
1286
- "$type": "color",
1287
- "$extensions": {
1288
- "com.figma.scope": []
1289
- }
1290
- },
1291
- "100": {
1292
- "$value": "#c1d4e6",
1293
- "$type": "color",
1294
- "$extensions": {
1295
- "com.figma.scope": []
1296
- }
1297
- },
1298
- "200": {
1299
- "$value": "#a0bedc",
1300
- "$type": "color",
1301
- "$extensions": {
1302
- "com.figma.scope": []
1303
- }
1304
- },
1305
- "300": {
1306
- "$value": "#74a3d3",
1307
- "$type": "color",
1308
- "$extensions": {
1309
- "com.figma.scope": []
1310
- }
1311
- },
1312
- "400": {
1313
- "$value": "#4f8bc7",
1314
- "$type": "color",
1315
- "$extensions": {
1316
- "com.figma.scope": []
1317
- }
1318
- },
1319
- "500": {
1320
- "$value": "#3476b9",
1321
- "$type": "color",
1322
- "$extensions": {
1323
- "com.figma.scope": []
1324
- }
1325
- },
1326
- "600": {
1327
- "$value": "#2268ae",
1328
- "$type": "color",
1329
- "$extensions": {
1330
- "com.figma.scope": []
1331
- }
1332
- },
1333
- "700": {
1334
- "$value": "#145aa1",
1335
- "$type": "color",
1336
- "$extensions": {
1337
- "com.figma.scope": []
1338
- }
1339
- },
1340
- "800": {
1341
- "$value": "#0e4d8d",
1342
- "$type": "color",
1343
- "$extensions": {
1344
- "com.figma.scope": []
1345
- }
1346
- },
1347
- "900": {
1348
- "$value": "#0c4277",
1349
- "$type": "color",
1350
- "$extensions": {
1351
- "com.figma.scope": []
1352
- }
1353
- },
1354
- "950": {
1355
- "$value": "#0a3764",
1356
- "$type": "color",
1357
- "$extensions": {
1358
- "com.figma.scope": []
1359
- }
1360
- }
1361
- },
1362
- "theme-green": {
1363
- "10": {
1364
- "$value": "#eef4ef",
1365
- "$type": "color",
1366
- "$extensions": {
1367
- "com.figma.scope": []
1368
- }
1369
- },
1370
- "50": {
1371
- "$value": "#dde9de",
1372
- "$type": "color",
1373
- "$extensions": {
1374
- "com.figma.scope": []
1375
- }
1376
- },
1377
- "100": {
1378
- "$value": "#b1d6b5",
1379
- "$type": "color",
1380
- "$extensions": {
1381
- "com.figma.scope": []
1382
- }
1383
- },
1384
- "200": {
1385
- "$value": "#8cc497",
1386
- "$type": "color",
1387
- "$extensions": {
1388
- "com.figma.scope": []
1389
- }
1390
- },
1391
- "300": {
1392
- "$value": "#69af7d",
1393
- "$type": "color",
1394
- "$extensions": {
1395
- "com.figma.scope": []
1396
- }
1397
- },
1398
- "400": {
1399
- "$value": "#499767",
1400
- "$type": "color",
1401
- "$extensions": {
1402
- "com.figma.scope": []
1403
- }
1404
- },
1405
- "500": {
1406
- "$value": "#308258",
1407
- "$type": "color",
1408
- "$extensions": {
1409
- "com.figma.scope": []
1410
- }
1411
- },
1412
- "600": {
1413
- "$value": "#25744c",
1414
- "$type": "color",
1415
- "$extensions": {
1416
- "com.figma.scope": []
1417
- }
1418
- },
1419
- "700": {
1420
- "$value": "#1b653f",
1421
- "$type": "color",
1422
- "$extensions": {
1423
- "com.figma.scope": []
1424
- }
1425
- },
1426
- "800": {
1427
- "$value": "#155635",
1428
- "$type": "color",
1429
- "$extensions": {
1430
- "com.figma.scope": []
1431
- }
1432
- },
1433
- "900": {
1434
- "$value": "#0e4328",
1435
- "$type": "color",
1436
- "$extensions": {
1437
- "com.figma.scope": []
1438
- }
1439
- },
1440
- "950": {
1441
- "$value": "#052e19",
1442
- "$type": "color",
1443
- "$extensions": {
1444
- "com.figma.scope": []
1445
- }
1446
- }
1447
- },
1448
- "theme-red": {
1449
- "10": {
1450
- "$value": "#faf4f3",
1451
- "$type": "color",
1452
- "$extensions": {
1453
- "com.figma.scope": []
1454
- }
1455
- },
1456
- "50": {
1457
- "$value": "#f4e9e7",
1458
- "$type": "color",
1459
- "$extensions": {
1460
- "com.figma.scope": []
1461
- }
1462
- },
1463
- "100": {
1464
- "$value": "#ecd3d0",
1465
- "$type": "color",
1466
- "$extensions": {
1467
- "com.figma.scope": []
1468
- }
1469
- },
1470
- "200": {
1471
- "$value": "#e3bab5",
1472
- "$type": "color",
1473
- "$extensions": {
1474
- "com.figma.scope": []
1475
- }
1476
- },
1477
- "300": {
1478
- "$value": "#d59086",
1479
- "$type": "color",
1480
- "$extensions": {
1481
- "com.figma.scope": []
1482
- }
1483
- },
1484
- "400": {
1485
- "$value": "#c66e60",
1486
- "$type": "color",
1487
- "$extensions": {
1488
- "com.figma.scope": []
1489
- }
1490
- },
1491
- "500": {
1492
- "$value": "#ad4a3b",
1493
- "$type": "color",
1494
- "$extensions": {
1495
- "com.figma.scope": []
1496
- }
1497
- },
1498
- "600": {
1499
- "$value": "#a13322",
1500
- "$type": "color",
1501
- "$extensions": {
1502
- "com.figma.scope": []
1503
- }
1504
- },
1505
- "700": {
1506
- "$value": "#8f2110",
1507
- "$type": "color",
1508
- "$extensions": {
1509
- "com.figma.scope": []
1510
- }
1511
- },
1512
- "800": {
1513
- "$value": "#761405",
1514
- "$type": "color",
1515
- "$extensions": {
1516
- "com.figma.scope": []
1517
- }
1518
- },
1519
- "900": {
1520
- "$value": "#580d02",
1521
- "$type": "color",
1522
- "$extensions": {
1523
- "com.figma.scope": []
1524
- }
1525
- },
1526
- "950": {
1527
- "$value": "#380700",
1528
- "$type": "color",
1529
- "$extensions": {
1530
- "com.figma.scope": []
1531
- }
1532
- }
1533
- },
1534
- "theme-light-red": {
1535
- "10": {
1536
- "$value": "#fdf9f8",
1537
- "$type": "color",
1538
- "$extensions": {
1539
- "com.figma.scope": []
1540
- }
1541
- },
1542
- "50": {
1543
- "$value": "#faf2f1",
1544
- "$type": "color",
1545
- "$extensions": {
1546
- "com.figma.scope": []
1547
- }
1548
- },
1549
- "100": {
1550
- "$value": "#f6d9d5",
1551
- "$type": "color",
1552
- "$extensions": {
1553
- "com.figma.scope": []
1554
- }
1555
- },
1556
- "200": {
1557
- "$value": "#ebada2",
1558
- "$type": "color",
1559
- "$extensions": {
1560
- "com.figma.scope": []
1561
- }
1562
- },
1563
- "300": {
1564
- "$value": "#e07f6f",
1565
- "$type": "color",
1566
- "$extensions": {
1567
- "com.figma.scope": []
1568
- }
1569
- },
1570
- "400": {
1571
- "$value": "#d36250",
1572
- "$type": "color",
1573
- "$extensions": {
1574
- "com.figma.scope": []
1575
- }
1576
- },
1577
- "500": {
1578
- "$value": "#c24b38",
1579
- "$type": "color",
1580
- "$extensions": {
1581
- "com.figma.scope": []
1582
- }
1583
- },
1584
- "600": {
1585
- "$value": "#b53a26",
1586
- "$type": "color",
1587
- "$extensions": {
1588
- "com.figma.scope": []
1589
- }
1590
- },
1591
- "700": {
1592
- "$value": "#a02e1c",
1593
- "$type": "color",
1594
- "$extensions": {
1595
- "com.figma.scope": []
1596
- }
1597
- },
1598
- "800": {
1599
- "$value": "#8b2212",
1600
- "$type": "color",
1601
- "$extensions": {
1602
- "com.figma.scope": []
1603
- }
1604
- },
1605
- "900": {
1606
- "$value": "#751709",
1607
- "$type": "color",
1608
- "$extensions": {
1609
- "com.figma.scope": []
1610
- }
1611
- },
1612
- "950": {
1613
- "$value": "#5c1105",
1614
- "$type": "color",
1615
- "$extensions": {
1616
- "com.figma.scope": []
1617
- }
1618
- }
1619
- },
1620
- "brand-white": {
1621
- "$value": "#fff",
1622
- "$type": "color",
1623
- "$extensions": {
1624
- "com.figma.scope": []
1625
- }
1626
- },
1627
- "brand-charcoal": {
1628
- "$value": "#171321",
1629
- "$type": "color",
1630
- "$extensions": {
1631
- "com.figma.scope": []
1632
- }
1633
- },
1634
- "brand-orange": {
1635
- "01g": {
1636
- "$value": "#ffd1bf",
1637
- "$type": "color",
1638
- "$extensions": {
1639
- "com.figma.scope": []
1640
- }
1641
- },
1642
- "01p": {
1643
- "$value": "#fca326",
1644
- "$type": "color",
1645
- "$extensions": {
1646
- "com.figma.scope": []
1647
- }
1648
- },
1649
- "02p": {
1650
- "$value": "#fc6d26",
1651
- "$type": "color",
1652
- "$extensions": {
1653
- "com.figma.scope": []
1654
- }
1655
- },
1656
- "03p": {
1657
- "$value": "#e24329",
1658
- "$type": "color",
1659
- "$extensions": {
1660
- "com.figma.scope": []
1661
- }
1662
- }
1663
- },
1664
- "brand-purple": {
1665
- "01g": {
1666
- "$value": "#ceb3ef",
1667
- "$type": "color",
1668
- "$extensions": {
1669
- "com.figma.scope": []
1670
- }
1671
- },
1672
- "01p": {
1673
- "$value": "#a989f5",
1674
- "$type": "color",
1675
- "$extensions": {
1676
- "com.figma.scope": []
1677
- }
1678
- },
1679
- "02p": {
1680
- "$value": "#7759c2",
1681
- "$type": "color",
1682
- "$extensions": {
1683
- "com.figma.scope": []
1684
- }
1685
- }
1686
- },
1687
- "brand-gray": {
1688
- "01": {
1689
- "$value": "#d1d0d3",
1690
- "$type": "color",
1691
- "$extensions": {
1692
- "com.figma.scope": []
1693
- }
1694
- },
1695
- "02": {
1696
- "$value": "#a2a1a6",
1697
- "$type": "color",
1698
- "$extensions": {
1699
- "com.figma.scope": []
1700
- }
1701
- },
1702
- "03": {
1703
- "$value": "#74717a",
1704
- "$type": "color",
1705
- "$extensions": {
1706
- "com.figma.scope": []
1707
- }
1708
- },
1709
- "04": {
1710
- "$value": "#45424d",
1711
- "$type": "color",
1712
- "$extensions": {
1713
- "com.figma.scope": []
1714
- }
1715
- },
1716
- "05": {
1717
- "$value": "#2b2838",
1718
- "$type": "color",
1719
- "$extensions": {
1720
- "com.figma.scope": []
1721
- }
1722
- }
1723
- },
1724
- "brand-pink": {
1725
- "01g": {
1726
- "$value": "#ffb9c9",
1727
- "$type": "color",
1728
- "$extensions": {
1729
- "com.figma.scope": []
1730
- }
1731
- }
1732
- }
1733
- },
1734
- "font": {
1735
- "family": {
1736
- "regular": {
1737
- "$value": [
1738
- "var(--default-regular-font, 'GitLab Sans')",
1739
- "-apple-system",
1740
- "BlinkMacSystemFont",
1741
- "'Segoe UI'",
1742
- "Roboto",
1743
- "'Noto Sans'",
1744
- "Ubuntu",
1745
- "Cantarell",
1746
- "'Helvetica Neue'",
1747
- "sans-serif",
1748
- "'Apple Color Emoji'",
1749
- "'Segoe UI Emoji'",
1750
- "'Segoe UI Symbol'",
1751
- "'Noto Color Emoji'"
1752
- ],
1753
- "$type": "fontFamily",
1754
- "$extensions": {
1755
- "com.figma.scope": [
1756
- "FONT_FAMILY"
1757
- ]
1758
- }
1759
- },
1760
- "monospace": {
1761
- "$value": [
1762
- "var(--default-mono-font, 'GitLab Mono')",
1763
- "'JetBrains Mono'",
1764
- "Menlo",
1765
- "'DejaVu Sans Mono'",
1766
- "'Liberation Mono'",
1767
- "Consolas",
1768
- "'Ubuntu Mono'",
1769
- "'Courier New'",
1770
- "'andale mono'",
1771
- "'lucida console'",
1772
- "monospace"
1773
- ],
1774
- "$type": "fontFamily",
1775
- "$extensions": {
1776
- "com.figma.scope": [
1777
- "FONT_FAMILY"
1778
- ]
1779
- }
1780
- }
1781
- },
1782
- "size": {
1783
- "100": {
1784
- "$value": {
1785
- "value": 0.75,
1786
- "unit": "rem"
1787
- },
1788
- "$type": "dimension",
1789
- "$description": "Used for meta text and small labels.",
1790
- "$extensions": {
1791
- "com.figma.scope": [
1792
- "FONT_SIZE"
1793
- ]
1794
- }
1795
- },
1796
- "200": {
1797
- "$value": {
1798
- "value": 0.8125,
1799
- "unit": "rem"
1800
- },
1801
- "$type": "dimension",
1802
- "$description": "Used for level 6 headings.",
1803
- "$extensions": {
1804
- "com.figma.scope": [
1805
- "FONT_SIZE"
1806
- ]
1807
- }
1808
- },
1809
- "300": {
1810
- "$value": {
1811
- "value": 0.875,
1812
- "unit": "rem"
1813
- },
1814
- "$type": "dimension",
1815
- "$description": "Used for level 5 headings, body text, input labels, and help text.",
1816
- "$extensions": {
1817
- "com.figma.scope": [
1818
- "FONT_SIZE"
1819
- ]
1820
- }
1821
- },
1822
- "400": {
1823
- "$value": {
1824
- "value": 1,
1825
- "unit": "rem"
1826
- },
1827
- "$type": "dimension",
1828
- "$description": "Used for level 4 headings, large body text.",
1829
- "$extensions": {
1830
- "com.figma.scope": [
1831
- "FONT_SIZE"
1832
- ]
1833
- }
1834
- },
1835
- "500": {
1836
- "$value": "clamp(1.125rem, 0.9027777778rem + 0.462962963vw, 1.25rem)",
1837
- "$type": "dimension",
1838
- "$description": "Used for responsive level 3 headings.",
1839
- "$extensions": {
1840
- "com.figma.scope": [
1841
- "FONT_SIZE"
1842
- ]
1843
- }
1844
- },
1845
- "600": {
1846
- "$value": "clamp(1.3125rem, 0.8680555556rem + 0.9259259259vw, 1.5625rem)",
1847
- "$type": "dimension",
1848
- "$description": "Used for responsive level 2 headings.",
1849
- "$extensions": {
1850
- "com.figma.scope": [
1851
- "FONT_SIZE"
1852
- ]
1853
- }
1854
- },
1855
- "700": {
1856
- "$value": "clamp(1.5rem, 0.8333333333rem + 1.3888888889vw, 1.875rem)",
1857
- "$type": "dimension",
1858
- "$description": "Used for responsive level 1 headings",
1859
- "$extensions": {
1860
- "com.figma.scope": [
1861
- "FONT_SIZE"
1862
- ]
1863
- }
1864
- },
1865
- "800": {
1866
- "$value": "clamp(1.75rem, 0.8611111111rem + 1.8518518519vw, 2.25rem)",
1867
- "$type": "dimension",
1868
- "$description": "Used for a responsive display option that can be applied to a level 1 heading to increase its prominence.",
1869
- "$extensions": {
1870
- "com.figma.scope": [
1871
- "FONT_SIZE"
1872
- ]
1873
- }
1874
- },
1875
- "xs": {
1876
- "$value": {
1877
- "value": 0.625,
1878
- "unit": "rem"
1879
- },
1880
- "$type": "dimension",
1881
- "$extensions": {
1882
- "com.figma.scope": [
1883
- "FONT_SIZE"
1884
- ]
1885
- }
1886
- },
1887
- "sm": {
1888
- "$value": "{font.size.100}",
1889
- "$type": "dimension",
1890
- "$extensions": {
1891
- "com.figma.scope": [
1892
- "FONT_SIZE"
1893
- ]
1894
- }
1895
- },
1896
- "md": {
1897
- "$value": "{font.size.300}",
1898
- "$type": "dimension",
1899
- "$extensions": {
1900
- "com.figma.scope": [
1901
- "FONT_SIZE"
1902
- ]
1903
- }
1904
- },
1905
- "lg": {
1906
- "$value": "{font.size.400}",
1907
- "$type": "dimension",
1908
- "$extensions": {
1909
- "com.figma.scope": [
1910
- "FONT_SIZE"
1911
- ]
1912
- }
1913
- },
1914
- "100-fixed": {
1915
- "$value": {
1916
- "value": 0.75,
1917
- "unit": "rem"
1918
- },
1919
- "$type": "dimension",
1920
- "$description": "Used for meta text and small labels.",
1921
- "$extensions": {
1922
- "com.figma.scope": [
1923
- "FONT_SIZE"
1924
- ]
1925
- }
1926
- },
1927
- "200-fixed": {
1928
- "$value": {
1929
- "value": 0.8125,
1930
- "unit": "rem"
1931
- },
1932
- "$type": "dimension",
1933
- "$description": "Used for level 6 headings.",
1934
- "$extensions": {
1935
- "com.figma.scope": [
1936
- "FONT_SIZE"
1937
- ]
1938
- }
1939
- },
1940
- "300-fixed": {
1941
- "$value": {
1942
- "value": 0.875,
1943
- "unit": "rem"
1944
- },
1945
- "$type": "dimension",
1946
- "$description": "Used for level 5 headings, body text, input labels, and help text.",
1947
- "$extensions": {
1948
- "com.figma.scope": [
1949
- "FONT_SIZE"
1950
- ]
1951
- }
1952
- },
1953
- "400-fixed": {
1954
- "$value": {
1955
- "value": 1,
1956
- "unit": "rem"
1957
- },
1958
- "$type": "dimension",
1959
- "$description": "Used for level 4 headings, large body text.",
1960
- "$extensions": {
1961
- "com.figma.scope": [
1962
- "FONT_SIZE"
1963
- ]
1964
- }
1965
- },
1966
- "500-fixed": {
1967
- "$value": {
1968
- "value": 1.125,
1969
- "unit": "rem"
1970
- },
1971
- "$type": "dimension",
1972
- "$description": "Used for level 3 headings.",
1973
- "$extensions": {
1974
- "com.figma.scope": [
1975
- "FONT_SIZE"
1976
- ]
1977
- }
1978
- },
1979
- "600-fixed": {
1980
- "$value": {
1981
- "value": 1.3125,
1982
- "unit": "rem"
1983
- },
1984
- "$type": "dimension",
1985
- "$description": "Used for level 2 headings.",
1986
- "$extensions": {
1987
- "com.figma.scope": [
1988
- "FONT_SIZE"
1989
- ]
1990
- }
1991
- },
1992
- "700-fixed": {
1993
- "$value": {
1994
- "value": 1.5,
1995
- "unit": "rem"
1996
- },
1997
- "$type": "dimension",
1998
- "$description": "Used for level 1 headings",
1999
- "$extensions": {
2000
- "com.figma.scope": [
2001
- "FONT_SIZE"
2002
- ]
2003
- }
2004
- },
2005
- "800-fixed": {
2006
- "$value": {
2007
- "value": 1.75,
2008
- "unit": "rem"
2009
- },
2010
- "$type": "dimension",
2011
- "$description": "Used for a display option that can be applied to a level 1 heading to increase its prominence.",
2012
- "$extensions": {
2013
- "com.figma.scope": [
2014
- "FONT_SIZE"
2015
- ]
2016
- }
2017
- }
2018
- },
2019
- "weight": {
2020
- "100": {
2021
- "$value": "100",
2022
- "$type": "fontWeight",
2023
- "$extensions": {
2024
- "com.figma.scope": [
2025
- "FONT_WEIGHT"
2026
- ]
2027
- }
2028
- },
2029
- "300": {
2030
- "$value": "300",
2031
- "$type": "fontWeight",
2032
- "$extensions": {
2033
- "com.figma.scope": [
2034
- "FONT_WEIGHT"
2035
- ]
2036
- }
2037
- },
2038
- "normal": {
2039
- "$value": "400",
2040
- "$type": "fontWeight",
2041
- "$extensions": {
2042
- "com.figma.scope": [
2043
- "FONT_WEIGHT"
2044
- ]
2045
- }
2046
- },
2047
- "semibold": {
2048
- "$value": "500",
2049
- "$type": "fontWeight",
2050
- "$extensions": {
2051
- "com.figma.scope": [
2052
- "FONT_WEIGHT"
2053
- ]
2054
- }
2055
- },
2056
- "bold": {
2057
- "$value": "600",
2058
- "$type": "fontWeight",
2059
- "$extensions": {
2060
- "com.figma.scope": [
2061
- "FONT_WEIGHT"
2062
- ]
2063
- }
2064
- }
2065
- }
2066
- },
2067
- "line-height": {
2068
- "12": {
2069
- "$value": {
2070
- "value": 0.75,
2071
- "unit": "rem"
2072
- },
2073
- "$type": "dimension",
2074
- "$extensions": {
2075
- "com.figma.scope": [
2076
- "LINE_HEIGHT"
2077
- ]
2078
- }
2079
- },
2080
- "16": {
2081
- "$value": {
2082
- "value": 1,
2083
- "unit": "rem"
2084
- },
2085
- "$type": "dimension",
2086
- "$extensions": {
2087
- "com.figma.scope": [
2088
- "LINE_HEIGHT"
2089
- ]
2090
- }
2091
- },
2092
- "20": {
2093
- "$value": {
2094
- "value": 1.25,
2095
- "unit": "rem"
2096
- },
2097
- "$type": "dimension",
2098
- "$extensions": {
2099
- "com.figma.scope": [
2100
- "LINE_HEIGHT"
2101
- ]
2102
- }
2103
- },
2104
- "24": {
2105
- "$value": {
2106
- "value": 1.5,
2107
- "unit": "rem"
2108
- },
2109
- "$type": "dimension",
2110
- "$extensions": {
2111
- "com.figma.scope": [
2112
- "LINE_HEIGHT"
2113
- ]
2114
- }
2115
- },
2116
- "28": {
2117
- "$value": {
2118
- "value": 1.75,
2119
- "unit": "rem"
2120
- },
2121
- "$type": "dimension",
2122
- "$extensions": {
2123
- "com.figma.scope": [
2124
- "LINE_HEIGHT"
2125
- ]
2126
- }
2127
- },
2128
- "32": {
2129
- "$value": {
2130
- "value": 2,
2131
- "unit": "rem"
2132
- },
2133
- "$type": "dimension",
2134
- "$extensions": {
2135
- "com.figma.scope": [
2136
- "LINE_HEIGHT"
2137
- ]
2138
- }
2139
- },
2140
- "36": {
2141
- "$value": {
2142
- "value": 2.25,
2143
- "unit": "rem"
2144
- },
2145
- "$type": "dimension",
2146
- "$extensions": {
2147
- "com.figma.scope": [
2148
- "LINE_HEIGHT"
2149
- ]
2150
- }
2151
- },
2152
- "42": {
2153
- "$value": {
2154
- "value": 2.625,
2155
- "unit": "rem"
2156
- },
2157
- "$type": "dimension",
2158
- "$extensions": {
2159
- "com.figma.scope": [
2160
- "LINE_HEIGHT"
2161
- ]
2162
- }
2163
- },
2164
- "44": {
2165
- "$value": {
2166
- "value": 2.75,
2167
- "unit": "rem"
2168
- },
2169
- "$type": "dimension",
2170
- "$extensions": {
2171
- "com.figma.scope": [
2172
- "LINE_HEIGHT"
2173
- ]
2174
- }
2175
- },
2176
- "52": {
2177
- "$value": {
2178
- "value": 3.25,
2179
- "unit": "rem"
2180
- },
2181
- "$type": "dimension",
2182
- "$extensions": {
2183
- "com.figma.scope": [
2184
- "LINE_HEIGHT"
2185
- ]
2186
- }
2187
- }
2188
- },
2189
- "opacity": {
2190
- "0": {
2191
- "$value": "0",
2192
- "$type": "number",
2193
- "$extensions": {
2194
- "com.figma.scope": []
2195
- }
2196
- },
2197
- "1": {
2198
- "$value": ".1",
2199
- "$type": "number",
2200
- "$extensions": {
2201
- "com.figma.scope": []
2202
- }
2203
- },
2204
- "2": {
2205
- "$value": ".2",
2206
- "$type": "number",
2207
- "$extensions": {
2208
- "com.figma.scope": []
2209
- }
2210
- },
2211
- "3": {
2212
- "$value": ".3",
2213
- "$type": "number",
2214
- "$extensions": {
2215
- "com.figma.scope": []
2216
- }
2217
- },
2218
- "4": {
2219
- "$value": ".4",
2220
- "$type": "number",
2221
- "$extensions": {
2222
- "com.figma.scope": []
2223
- }
2224
- },
2225
- "5": {
2226
- "$value": ".5",
2227
- "$type": "number",
2228
- "$extensions": {
2229
- "com.figma.scope": []
2230
- }
2231
- },
2232
- "6": {
2233
- "$value": ".6",
2234
- "$type": "number",
2235
- "$extensions": {
2236
- "com.figma.scope": []
2237
- }
2238
- },
2239
- "7": {
2240
- "$value": ".7",
2241
- "$type": "number",
2242
- "$extensions": {
2243
- "com.figma.scope": []
2244
- }
2245
- },
2246
- "8": {
2247
- "$value": ".8",
2248
- "$type": "number",
2249
- "$extensions": {
2250
- "com.figma.scope": []
2251
- }
2252
- },
2253
- "9": {
2254
- "$value": ".9",
2255
- "$type": "number",
2256
- "$extensions": {
2257
- "com.figma.scope": []
2258
- }
2259
- },
2260
- "10": {
2261
- "$value": "1",
2262
- "$type": "number",
2263
- "$extensions": {
2264
- "com.figma.scope": []
2265
- }
2266
- }
2267
- },
2268
- "shadow": {
2269
- "sm": {
2270
- "$value": [
2271
- {
2272
- "color": "{shadow.color.default}",
2273
- "offsetX": 0,
2274
- "offsetY": 0,
2275
- "blur": {
2276
- "value": 2,
2277
- "unit": "px"
2278
- },
2279
- "spread": 0
2280
- },
2281
- {
2282
- "color": "{shadow.color.default}",
2283
- "offsetX": 0,
2284
- "offsetY": {
2285
- "value": 1,
2286
- "unit": "px"
2287
- },
2288
- "blur": {
2289
- "value": 4,
2290
- "unit": "px"
2291
- },
2292
- "spread": 0
2293
- }
2294
- ],
2295
- "$type": "shadow",
2296
- "$description": "Used for surfaces that need to indicate users can manually interact with them. For example, cards in issue board.",
2297
- "$extensions": {
2298
- "com.figma.scope": []
2299
- }
2300
- },
2301
- "md": {
2302
- "$value": [
2303
- {
2304
- "color": "{shadow.color.default}",
2305
- "offsetX": 0,
2306
- "offsetY": 0,
2307
- "blur": {
2308
- "value": 1,
2309
- "unit": "px"
2310
- },
2311
- "spread": 0
2312
- },
2313
- {
2314
- "color": "{shadow.color.default}",
2315
- "offsetX": 0,
2316
- "offsetY": 0,
2317
- "blur": {
2318
- "value": 2,
2319
- "unit": "px"
2320
- },
2321
- "spread": 0
2322
- },
2323
- {
2324
- "color": "{shadow.color.default}",
2325
- "offsetX": 0,
2326
- "offsetY": {
2327
- "value": 2,
2328
- "unit": "px"
2329
- },
2330
- "blur": {
2331
- "value": 8,
2332
- "unit": "px"
2333
- },
2334
- "spread": 0
2335
- }
2336
- ],
2337
- "$type": "shadow",
2338
- "$description": "Used for surfaces that need boundary definition and appear on hover. For example, popovers.",
2339
- "$extensions": {
2340
- "com.figma.scope": []
2341
- }
2342
- },
2343
- "lg": {
2344
- "$value": [
2345
- {
2346
- "color": "{shadow.color.default}",
2347
- "offsetX": 0,
2348
- "offsetY": 0,
2349
- "blur": {
2350
- "value": 2,
2351
- "unit": "px"
2352
- },
2353
- "spread": 0
2354
- },
2355
- {
2356
- "color": "{shadow.color.default}",
2357
- "offsetX": 0,
2358
- "offsetY": 0,
2359
- "blur": {
2360
- "value": 2,
2361
- "unit": "px"
2362
- },
2363
- "spread": 0
2364
- },
2365
- {
2366
- "color": "{shadow.color.default}",
2367
- "offsetX": 0,
2368
- "offsetY": {
2369
- "value": 4,
2370
- "unit": "px"
2371
- },
2372
- "blur": {
2373
- "value": 12,
2374
- "unit": "px"
2375
- },
2376
- "spread": 0
2377
- }
2378
- ],
2379
- "$type": "shadow",
2380
- "$description": "Used for large surfaces that present additional context to the user.",
2381
- "$extensions": {
2382
- "com.figma.scope": []
2383
- }
2384
- }
2385
- },
2386
- "spacing-scale": {
2387
- "0": {
2388
- "$value": "0",
2389
- "$type": "dimension",
2390
- "$extensions": {
2391
- "com.figma.scope": []
2392
- }
2393
- },
2394
- "1": {
2395
- "$value": {
2396
- "value": 0.125,
2397
- "unit": "rem"
2398
- },
2399
- "$type": "dimension",
2400
- "$extensions": {
2401
- "com.figma.scope": []
2402
- }
2403
- },
2404
- "2": {
2405
- "$value": {
2406
- "value": 0.25,
2407
- "unit": "rem"
2408
- },
2409
- "$type": "dimension",
2410
- "$extensions": {
2411
- "com.figma.scope": []
2412
- }
2413
- },
2414
- "3": {
2415
- "$value": {
2416
- "value": 0.5,
2417
- "unit": "rem"
2418
- },
2419
- "$type": "dimension",
2420
- "$extensions": {
2421
- "com.figma.scope": []
2422
- }
2423
- },
2424
- "4": {
2425
- "$value": {
2426
- "value": 0.75,
2427
- "unit": "rem"
2428
- },
2429
- "$type": "dimension",
2430
- "$extensions": {
2431
- "com.figma.scope": []
2432
- }
2433
- },
2434
- "5": {
2435
- "$value": {
2436
- "value": 1,
2437
- "unit": "rem"
2438
- },
2439
- "$type": "dimension",
2440
- "$extensions": {
2441
- "com.figma.scope": []
2442
- }
2443
- },
2444
- "6": {
2445
- "$value": {
2446
- "value": 1.5,
2447
- "unit": "rem"
2448
- },
2449
- "$type": "dimension",
2450
- "$extensions": {
2451
- "com.figma.scope": []
2452
- }
2453
- },
2454
- "7": {
2455
- "$value": {
2456
- "value": 2,
2457
- "unit": "rem"
2458
- },
2459
- "$type": "dimension",
2460
- "$extensions": {
2461
- "com.figma.scope": []
2462
- }
2463
- },
2464
- "8": {
2465
- "$value": {
2466
- "value": 2.5,
2467
- "unit": "rem"
2468
- },
2469
- "$type": "dimension",
2470
- "$extensions": {
2471
- "com.figma.scope": []
2472
- }
2473
- },
2474
- "9": {
2475
- "$value": {
2476
- "value": 3,
2477
- "unit": "rem"
2478
- },
2479
- "$type": "dimension",
2480
- "$extensions": {
2481
- "com.figma.scope": []
2482
- }
2483
- },
2484
- "10": {
2485
- "$value": {
2486
- "value": 3.5,
2487
- "unit": "rem"
2488
- },
2489
- "$type": "dimension",
2490
- "$extensions": {
2491
- "com.figma.scope": []
2492
- }
2493
- },
2494
- "11": {
2495
- "$value": {
2496
- "value": 4,
2497
- "unit": "rem"
2498
- },
2499
- "$type": "dimension",
2500
- "$extensions": {
2501
- "com.figma.scope": []
2502
- }
2503
- },
2504
- "12": {
2505
- "$value": {
2506
- "value": 5,
2507
- "unit": "rem"
2508
- },
2509
- "$type": "dimension",
2510
- "$extensions": {
2511
- "com.figma.scope": []
2512
- }
2513
- },
2514
- "13": {
2515
- "$value": {
2516
- "value": 6,
2517
- "unit": "rem"
2518
- },
2519
- "$type": "dimension",
2520
- "$extensions": {
2521
- "com.figma.scope": []
2522
- }
2523
- },
2524
- "15": {
2525
- "$value": {
2526
- "value": 7.5,
2527
- "unit": "rem"
2528
- },
2529
- "$type": "dimension",
2530
- "$extensions": {
2531
- "com.figma.scope": []
2532
- }
2533
- },
2534
- "18": {
2535
- "$value": {
2536
- "value": 9,
2537
- "unit": "rem"
2538
- },
2539
- "$type": "dimension",
2540
- "$extensions": {
2541
- "com.figma.scope": []
2542
- }
2543
- },
2544
- "20": {
2545
- "$value": {
2546
- "value": 10,
2547
- "unit": "rem"
2548
- },
2549
- "$type": "dimension",
2550
- "$extensions": {
2551
- "com.figma.scope": []
2552
- }
2553
- },
2554
- "26": {
2555
- "$value": {
2556
- "value": 13,
2557
- "unit": "rem"
2558
- },
2559
- "$type": "dimension",
2560
- "$extensions": {
2561
- "com.figma.scope": []
2562
- }
2563
- },
2564
- "28": {
2565
- "$value": {
2566
- "value": 14,
2567
- "unit": "rem"
2568
- },
2569
- "$type": "dimension",
2570
- "$extensions": {
2571
- "com.figma.scope": []
2572
- }
2573
- },
2574
- "30": {
2575
- "$value": {
2576
- "value": 15,
2577
- "unit": "rem"
2578
- },
2579
- "$type": "dimension",
2580
- "$extensions": {
2581
- "com.figma.scope": []
2582
- }
2583
- },
2584
- "31": {
2585
- "$value": {
2586
- "value": 15.5,
2587
- "unit": "rem"
2588
- },
2589
- "$type": "dimension",
2590
- "$extensions": {
2591
- "com.figma.scope": []
2592
- }
2593
- },
2594
- "33": {
2595
- "$value": {
2596
- "value": 16.5,
2597
- "unit": "rem"
2598
- },
2599
- "$type": "dimension",
2600
- "$extensions": {
2601
- "com.figma.scope": []
2602
- }
2603
- },
2604
- "34": {
2605
- "$value": {
2606
- "value": 17,
2607
- "unit": "rem"
2608
- },
2609
- "$type": "dimension",
2610
- "$extensions": {
2611
- "com.figma.scope": []
2612
- }
2613
- },
2614
- "37": {
2615
- "$value": {
2616
- "value": 18.5,
2617
- "unit": "rem"
2618
- },
2619
- "$type": "dimension",
2620
- "$extensions": {
2621
- "com.figma.scope": []
2622
- }
2623
- },
2624
- "48": {
2625
- "$value": {
2626
- "value": 24,
2627
- "unit": "rem"
2628
- },
2629
- "$type": "dimension",
2630
- "$extensions": {
2631
- "com.figma.scope": []
2632
- }
2633
- },
2634
- "62": {
2635
- "$value": {
2636
- "value": 31,
2637
- "unit": "rem"
2638
- },
2639
- "$type": "dimension",
2640
- "$extensions": {
2641
- "com.figma.scope": []
2642
- }
2643
- },
2644
- "75": {
2645
- "$value": {
2646
- "value": 37.5,
2647
- "unit": "rem"
2648
- },
2649
- "$type": "dimension",
2650
- "$extensions": {
2651
- "com.figma.scope": []
2652
- }
2653
- },
2654
- "80": {
2655
- "$value": {
2656
- "value": 40,
2657
- "unit": "rem"
2658
- },
2659
- "$type": "dimension",
2660
- "$extensions": {
2661
- "com.figma.scope": []
2662
- }
2663
- },
2664
- "88": {
2665
- "$value": {
2666
- "value": 44,
2667
- "unit": "rem"
2668
- },
2669
- "$type": "dimension",
2670
- "$extensions": {
2671
- "com.figma.scope": []
2672
- }
2673
- },
2674
- "px": {
2675
- "$value": {
2676
- "value": 1,
2677
- "unit": "px"
2678
- },
2679
- "$type": "dimension",
2680
- "$extensions": {
2681
- "com.figma.scope": []
2682
- }
2683
- },
2684
- "2-5": {
2685
- "$value": {
2686
- "value": 0.375,
2687
- "unit": "rem"
2688
- },
2689
- "$type": "dimension",
2690
- "$extensions": {
2691
- "com.figma.scope": []
2692
- }
2693
- },
2694
- "11-5": {
2695
- "$value": {
2696
- "value": 4.5,
2697
- "unit": "rem"
2698
- },
2699
- "$type": "dimension",
2700
- "$extensions": {
2701
- "com.figma.scope": []
2702
- }
2703
- }
2704
- },
2705
- "zindex": {
2706
- "0": {
2707
- "$value": "0",
2708
- "$type": "number",
2709
- "$extensions": {
2710
- "com.figma.scope": []
2711
- }
2712
- },
2713
- "1": {
2714
- "$value": "1",
2715
- "$type": "number",
2716
- "$extensions": {
2717
- "com.figma.scope": []
2718
- }
2719
- },
2720
- "2": {
2721
- "$value": "2",
2722
- "$type": "number",
2723
- "$extensions": {
2724
- "com.figma.scope": []
2725
- }
2726
- },
2727
- "3": {
2728
- "$value": "3",
2729
- "$type": "number",
2730
- "$extensions": {
2731
- "com.figma.scope": []
2732
- }
2733
- },
2734
- "4": {
2735
- "$value": "4",
2736
- "$type": "number",
2737
- "$extensions": {
2738
- "com.figma.scope": []
2739
- }
2740
- },
2741
- "200": {
2742
- "$value": "200",
2743
- "$type": "number",
2744
- "$extensions": {
2745
- "com.figma.scope": []
2746
- }
2747
- },
2748
- "9999": {
2749
- "$value": "9999",
2750
- "$type": "number",
2751
- "$extensions": {
2752
- "com.figma.scope": []
2753
- }
2754
- }
2755
- }
2756
- }