@terpjs/contract 0.6.1 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1416 @@
1
+ {
2
+ "$comment": "Generated by scripts/build-tokens.mjs from themes.json, the per-theme token sources and token-pairs.json. Do not edit directly; regenerate with `npm run -w @terpjs/contract tokens`. CI fails on drift.",
3
+ "base": "light",
4
+ "systemDark": "dark",
5
+ "themes": [
6
+ {
7
+ "name": "light",
8
+ "label": "Light",
9
+ "appearance": "light",
10
+ "description": "The default. Carries every token, including the geometry the other themes inherit."
11
+ },
12
+ {
13
+ "name": "dark",
14
+ "label": "Dark",
15
+ "appearance": "dark",
16
+ "description": "The slate-neutral dark counterpart to light, and the theme the OS dark preference selects."
17
+ },
18
+ {
19
+ "name": "midnight",
20
+ "label": "Midnight",
21
+ "appearance": "dark",
22
+ "description": "A near-black dark for low light and OLED displays: cooler neutrals, a deeper canvas than dark, and a deeper accent that holds a white label at AA."
23
+ },
24
+ {
25
+ "name": "twilight",
26
+ "label": "Twilight",
27
+ "appearance": "dark",
28
+ "description": "A warm violet-tinted dark. Its neutrals sit in a different hue family from dark and midnight, which is what proves a theme is a palette rather than a lightness setting."
29
+ },
30
+ {
31
+ "name": "contrast",
32
+ "label": "High contrast",
33
+ "appearance": "light",
34
+ "description": "A high-contrast light theme: white surfaces, near-black text, darkened accents and visible borders. Every declared text pairing reaches AAA, not just AA. Not wired to `prefers-contrast: more` — that needs a dark high-contrast counterpart first, or a user who asked for both more contrast and dark would be handed a light theme."
35
+ }
36
+ ],
37
+ "tokens": [
38
+ {
39
+ "name": "--color-brand-primary",
40
+ "category": "color",
41
+ "values": {
42
+ "light": "#2563eb",
43
+ "dark": "#1d4ed8",
44
+ "midnight": "#0b4ea8",
45
+ "twilight": "#5b21b6",
46
+ "contrast": "#0842a0"
47
+ },
48
+ "themeable": true
49
+ },
50
+ {
51
+ "name": "--color-brand-primary-contrast",
52
+ "category": "color",
53
+ "values": {
54
+ "light": "#ffffff",
55
+ "dark": "#ffffff",
56
+ "midnight": "#ffffff",
57
+ "twilight": "#ffffff",
58
+ "contrast": "#ffffff"
59
+ },
60
+ "themeable": true
61
+ },
62
+ {
63
+ "name": "--color-brand-primary-hover",
64
+ "category": "color",
65
+ "values": {
66
+ "light": "#1d4ed8",
67
+ "dark": "#2563eb",
68
+ "midnight": "#1158c7",
69
+ "twilight": "#6d28d9",
70
+ "contrast": "#05275a"
71
+ },
72
+ "themeable": true
73
+ },
74
+ {
75
+ "name": "--color-brand-primary-soft",
76
+ "category": "color",
77
+ "values": {
78
+ "light": "#eff6ff",
79
+ "dark": "#15304e",
80
+ "midnight": "#0c2d6b",
81
+ "twilight": "#2b2350",
82
+ "contrast": "#e8f0fe"
83
+ },
84
+ "themeable": true
85
+ },
86
+ {
87
+ "name": "--color-neutral-0",
88
+ "category": "color",
89
+ "values": {
90
+ "light": "#ffffff",
91
+ "dark": "#1e293b",
92
+ "midnight": "#0d1117",
93
+ "twilight": "#241f31",
94
+ "contrast": "#ffffff"
95
+ },
96
+ "themeable": true
97
+ },
98
+ {
99
+ "name": "--color-neutral-50",
100
+ "category": "color",
101
+ "values": {
102
+ "light": "#f8fafc",
103
+ "dark": "#0f172a",
104
+ "midnight": "#010409",
105
+ "twilight": "#1a1622",
106
+ "contrast": "#ffffff"
107
+ },
108
+ "themeable": true
109
+ },
110
+ {
111
+ "name": "--color-neutral-100",
112
+ "category": "color",
113
+ "values": {
114
+ "light": "#f1f5f9",
115
+ "dark": "#263449",
116
+ "midnight": "#161b22",
117
+ "twilight": "#2d2740",
118
+ "contrast": "#f2f2f2"
119
+ },
120
+ "themeable": true
121
+ },
122
+ {
123
+ "name": "--color-neutral-200",
124
+ "category": "color",
125
+ "values": {
126
+ "light": "#e2e8f0",
127
+ "dark": "#334155",
128
+ "midnight": "#21262d",
129
+ "twilight": "#3a3350",
130
+ "contrast": "#595959"
131
+ },
132
+ "themeable": true
133
+ },
134
+ {
135
+ "name": "--color-neutral-300",
136
+ "category": "color",
137
+ "values": {
138
+ "light": "#cbd5e1",
139
+ "dark": "#475569",
140
+ "midnight": "#30363d",
141
+ "twilight": "#4d4468",
142
+ "contrast": "#404040"
143
+ },
144
+ "themeable": true
145
+ },
146
+ {
147
+ "name": "--color-neutral-400",
148
+ "category": "color",
149
+ "values": {
150
+ "light": "#94a3b8",
151
+ "dark": "#64748b",
152
+ "midnight": "#484f58",
153
+ "twilight": "#6b5f8a",
154
+ "contrast": "#303030"
155
+ },
156
+ "themeable": true
157
+ },
158
+ {
159
+ "name": "--color-neutral-500",
160
+ "category": "color",
161
+ "values": {
162
+ "light": "#64748b",
163
+ "dark": "#94a3b8",
164
+ "midnight": "#7d8590",
165
+ "twilight": "#9d90b8",
166
+ "contrast": "#1f1f1f"
167
+ },
168
+ "themeable": true
169
+ },
170
+ {
171
+ "name": "--color-neutral-600",
172
+ "category": "color",
173
+ "values": {
174
+ "light": "#475569",
175
+ "dark": "#b4c0d0",
176
+ "midnight": "#9aa4b2",
177
+ "twilight": "#b9aecd",
178
+ "contrast": "#141414"
179
+ },
180
+ "themeable": true
181
+ },
182
+ {
183
+ "name": "--color-neutral-700",
184
+ "category": "color",
185
+ "values": {
186
+ "light": "#334155",
187
+ "dark": "#e2e8f0",
188
+ "midnight": "#c9d1d9",
189
+ "twilight": "#d8d0e6",
190
+ "contrast": "#0a0a0a"
191
+ },
192
+ "themeable": true
193
+ },
194
+ {
195
+ "name": "--color-neutral-800",
196
+ "category": "color",
197
+ "values": {
198
+ "light": "#1e293b",
199
+ "dark": "#f1f5f9",
200
+ "midnight": "#e6edf3",
201
+ "twilight": "#ece7f3",
202
+ "contrast": "#000000"
203
+ },
204
+ "themeable": true
205
+ },
206
+ {
207
+ "name": "--color-neutral-900",
208
+ "category": "color",
209
+ "values": {
210
+ "light": "#0f172a",
211
+ "dark": "#f1f5f9",
212
+ "midnight": "#f0f6fc",
213
+ "twilight": "#f6f3fa",
214
+ "contrast": "#000000"
215
+ },
216
+ "themeable": true
217
+ },
218
+ {
219
+ "name": "--color-status-success",
220
+ "category": "color",
221
+ "values": {
222
+ "light": "#15803d",
223
+ "dark": "#4ade80",
224
+ "midnight": "#3fb950",
225
+ "twilight": "#5ed49a",
226
+ "contrast": "#0a5c2b"
227
+ },
228
+ "themeable": true
229
+ },
230
+ {
231
+ "name": "--color-status-success-soft",
232
+ "category": "color",
233
+ "values": {
234
+ "light": "#f0fdf4",
235
+ "dark": "#132f21",
236
+ "midnight": "#0c2417",
237
+ "twilight": "#14322a",
238
+ "contrast": "#e6f4ea"
239
+ },
240
+ "themeable": true
241
+ },
242
+ {
243
+ "name": "--color-status-warning",
244
+ "category": "color",
245
+ "values": {
246
+ "light": "#b45309",
247
+ "dark": "#fbbf24",
248
+ "midnight": "#d29922",
249
+ "twilight": "#e8b04b",
250
+ "contrast": "#6b3800"
251
+ },
252
+ "themeable": true
253
+ },
254
+ {
255
+ "name": "--color-status-warning-soft",
256
+ "category": "color",
257
+ "values": {
258
+ "light": "#fffbeb",
259
+ "dark": "#332711",
260
+ "midnight": "#271a06",
261
+ "twilight": "#332612",
262
+ "contrast": "#fdf1e0"
263
+ },
264
+ "themeable": true
265
+ },
266
+ {
267
+ "name": "--color-status-danger",
268
+ "category": "color",
269
+ "values": {
270
+ "light": "#b91c1c",
271
+ "dark": "#f87171",
272
+ "midnight": "#f85149",
273
+ "twilight": "#f58a92",
274
+ "contrast": "#96000c"
275
+ },
276
+ "themeable": true
277
+ },
278
+ {
279
+ "name": "--color-status-danger-soft",
280
+ "category": "color",
281
+ "values": {
282
+ "light": "#fef2f2",
283
+ "dark": "#3b1a1a",
284
+ "midnight": "#2b0d0d",
285
+ "twilight": "#3a1a25",
286
+ "contrast": "#fce8e8"
287
+ },
288
+ "themeable": true
289
+ },
290
+ {
291
+ "name": "--color-status-info",
292
+ "category": "color",
293
+ "values": {
294
+ "light": "#0369a1",
295
+ "dark": "#38bdf8",
296
+ "midnight": "#58a6ff",
297
+ "twilight": "#7cb8f0",
298
+ "contrast": "#0b4a8f"
299
+ },
300
+ "themeable": true
301
+ },
302
+ {
303
+ "name": "--color-status-info-soft",
304
+ "category": "color",
305
+ "values": {
306
+ "light": "#f0f9ff",
307
+ "dark": "#12303f",
308
+ "midnight": "#0b2545",
309
+ "twilight": "#1a2c44",
310
+ "contrast": "#e5f0fb"
311
+ },
312
+ "themeable": true
313
+ },
314
+ {
315
+ "name": "--color-focus-ring",
316
+ "category": "color",
317
+ "values": {
318
+ "light": "rgba(37,99,235,0.35)",
319
+ "dark": "rgba(96,165,250,0.45)",
320
+ "midnight": "rgba(88,166,255,0.5)",
321
+ "twilight": "rgba(167,139,250,0.5)",
322
+ "contrast": "rgba(8,66,160,0.7)"
323
+ },
324
+ "themeable": true
325
+ },
326
+ {
327
+ "name": "--color-bg-canvas",
328
+ "category": "color",
329
+ "values": {
330
+ "light": "#f8fafc",
331
+ "dark": "#0f172a",
332
+ "midnight": "#010409",
333
+ "twilight": "#1a1622",
334
+ "contrast": "#ffffff"
335
+ },
336
+ "themeable": true
337
+ },
338
+ {
339
+ "name": "--color-bg-surface",
340
+ "category": "color",
341
+ "values": {
342
+ "light": "#ffffff",
343
+ "dark": "#1e293b",
344
+ "midnight": "#0d1117",
345
+ "twilight": "#241f31",
346
+ "contrast": "#ffffff"
347
+ },
348
+ "themeable": true
349
+ },
350
+ {
351
+ "name": "--color-bg-raised",
352
+ "category": "color",
353
+ "values": {
354
+ "light": "#ffffff",
355
+ "dark": "#263449",
356
+ "midnight": "#161b22",
357
+ "twilight": "#2d2740",
358
+ "contrast": "#ffffff"
359
+ },
360
+ "themeable": true
361
+ },
362
+ {
363
+ "name": "--color-bg-inset",
364
+ "category": "color",
365
+ "values": {
366
+ "light": "#f1f5f9",
367
+ "dark": "#0f172a",
368
+ "midnight": "#010409",
369
+ "twilight": "#1a1622",
370
+ "contrast": "#f2f2f2"
371
+ },
372
+ "themeable": true
373
+ },
374
+ {
375
+ "name": "--color-fg-default",
376
+ "category": "color",
377
+ "values": {
378
+ "light": "#0f172a",
379
+ "dark": "#f1f5f9",
380
+ "midnight": "#f0f6fc",
381
+ "twilight": "#f6f3fa",
382
+ "contrast": "#000000"
383
+ },
384
+ "themeable": true
385
+ },
386
+ {
387
+ "name": "--color-fg-muted",
388
+ "category": "color",
389
+ "values": {
390
+ "light": "#475569",
391
+ "dark": "#b4c0d0",
392
+ "midnight": "#9aa4b2",
393
+ "twilight": "#b9aecd",
394
+ "contrast": "#141414"
395
+ },
396
+ "themeable": true
397
+ },
398
+ {
399
+ "name": "--color-fg-subtle",
400
+ "category": "color",
401
+ "values": {
402
+ "light": "#64748b",
403
+ "dark": "#94a3b8",
404
+ "midnight": "#8b949e",
405
+ "twilight": "#a294bd",
406
+ "contrast": "#1f1f1f"
407
+ },
408
+ "themeable": true
409
+ },
410
+ {
411
+ "name": "--color-fg-accent",
412
+ "category": "color",
413
+ "values": {
414
+ "light": "#1d4ed8",
415
+ "dark": "#60a5fa",
416
+ "midnight": "#58a6ff",
417
+ "twilight": "#a78bfa",
418
+ "contrast": "#0842a0"
419
+ },
420
+ "themeable": true
421
+ },
422
+ {
423
+ "name": "--color-border-default",
424
+ "category": "color",
425
+ "values": {
426
+ "light": "#e2e8f0",
427
+ "dark": "#334155",
428
+ "midnight": "#30363d",
429
+ "twilight": "#3a3350",
430
+ "contrast": "#595959"
431
+ },
432
+ "themeable": true
433
+ },
434
+ {
435
+ "name": "--color-border-strong",
436
+ "category": "color",
437
+ "values": {
438
+ "light": "#cbd5e1",
439
+ "dark": "#475569",
440
+ "midnight": "#484f58",
441
+ "twilight": "#4d4468",
442
+ "contrast": "#000000"
443
+ },
444
+ "themeable": true
445
+ },
446
+ {
447
+ "name": "--color-border-subtle",
448
+ "category": "color",
449
+ "values": {
450
+ "light": "#f1f5f9",
451
+ "dark": "#263449",
452
+ "midnight": "#21262d",
453
+ "twilight": "#2d2740",
454
+ "contrast": "#767676"
455
+ },
456
+ "themeable": true
457
+ },
458
+ {
459
+ "name": "--color-interactive-hover",
460
+ "category": "color",
461
+ "values": {
462
+ "light": "#f1f5f9",
463
+ "dark": "#263449",
464
+ "midnight": "#161b22",
465
+ "twilight": "#2d2740",
466
+ "contrast": "#f2f2f2"
467
+ },
468
+ "themeable": true
469
+ },
470
+ {
471
+ "name": "--color-interactive-active",
472
+ "category": "color",
473
+ "values": {
474
+ "light": "#e2e8f0",
475
+ "dark": "#334155",
476
+ "midnight": "#21262d",
477
+ "twilight": "#3a3350",
478
+ "contrast": "#e0e0e0"
479
+ },
480
+ "themeable": true
481
+ },
482
+ {
483
+ "name": "--color-interactive-selected",
484
+ "category": "color",
485
+ "values": {
486
+ "light": "#eff6ff",
487
+ "dark": "#15304e",
488
+ "midnight": "#0c2d6b",
489
+ "twilight": "#2b2350",
490
+ "contrast": "#e8f0fe"
491
+ },
492
+ "themeable": true
493
+ },
494
+ {
495
+ "name": "--color-sidebar-bg",
496
+ "category": "color",
497
+ "values": {
498
+ "light": "#f8fafc",
499
+ "dark": "#1e293b",
500
+ "midnight": "#0d1117",
501
+ "twilight": "#241f31",
502
+ "contrast": "#ffffff"
503
+ },
504
+ "themeable": true
505
+ },
506
+ {
507
+ "name": "--color-sidebar-fg",
508
+ "category": "color",
509
+ "values": {
510
+ "light": "#0f172a",
511
+ "dark": "#f1f5f9",
512
+ "midnight": "#f0f6fc",
513
+ "twilight": "#f6f3fa",
514
+ "contrast": "#000000"
515
+ },
516
+ "themeable": true
517
+ },
518
+ {
519
+ "name": "--color-sidebar-muted",
520
+ "category": "color",
521
+ "values": {
522
+ "light": "#475569",
523
+ "dark": "#b4c0d0",
524
+ "midnight": "#9aa4b2",
525
+ "twilight": "#b9aecd",
526
+ "contrast": "#141414"
527
+ },
528
+ "themeable": true
529
+ },
530
+ {
531
+ "name": "--color-sidebar-accent",
532
+ "category": "color",
533
+ "values": {
534
+ "light": "#f1f5f9",
535
+ "dark": "#334155",
536
+ "midnight": "#21262d",
537
+ "twilight": "#3a3350",
538
+ "contrast": "#e8f0fe"
539
+ },
540
+ "themeable": true
541
+ },
542
+ {
543
+ "name": "--color-sidebar-border",
544
+ "category": "color",
545
+ "values": {
546
+ "light": "#e2e8f0",
547
+ "dark": "#334155",
548
+ "midnight": "#21262d",
549
+ "twilight": "#3a3350",
550
+ "contrast": "#595959"
551
+ },
552
+ "themeable": true
553
+ },
554
+ {
555
+ "name": "--color-chart-1",
556
+ "category": "color",
557
+ "values": {
558
+ "light": "#2563eb",
559
+ "dark": "#60a5fa",
560
+ "midnight": "#58a6ff",
561
+ "twilight": "#a78bfa",
562
+ "contrast": "#0842a0"
563
+ },
564
+ "themeable": true
565
+ },
566
+ {
567
+ "name": "--color-chart-2",
568
+ "category": "color",
569
+ "values": {
570
+ "light": "#0d9488",
571
+ "dark": "#2dd4bf",
572
+ "midnight": "#3fb950",
573
+ "twilight": "#5ed49a",
574
+ "contrast": "#00564a"
575
+ },
576
+ "themeable": true
577
+ },
578
+ {
579
+ "name": "--color-chart-3",
580
+ "category": "color",
581
+ "values": {
582
+ "light": "#d97706",
583
+ "dark": "#fbbf24",
584
+ "midnight": "#d29922",
585
+ "twilight": "#e8b04b",
586
+ "contrast": "#6b3800"
587
+ },
588
+ "themeable": true
589
+ },
590
+ {
591
+ "name": "--color-chart-4",
592
+ "category": "color",
593
+ "values": {
594
+ "light": "#7c3aed",
595
+ "dark": "#a78bfa",
596
+ "midnight": "#bc8cff",
597
+ "twilight": "#7cb8f0",
598
+ "contrast": "#4b1f79"
599
+ },
600
+ "themeable": true
601
+ },
602
+ {
603
+ "name": "--color-chart-5",
604
+ "category": "color",
605
+ "values": {
606
+ "light": "#db2777",
607
+ "dark": "#f472b6",
608
+ "midnight": "#f778ba",
609
+ "twilight": "#f58ac8",
610
+ "contrast": "#8c0a4d"
611
+ },
612
+ "themeable": true
613
+ },
614
+ {
615
+ "name": "--shadow-sm",
616
+ "category": "shadow",
617
+ "values": {
618
+ "light": "0 1px 2px rgb(15 23 42 / 0.06)"
619
+ },
620
+ "themeable": false
621
+ },
622
+ {
623
+ "name": "--shadow-md",
624
+ "category": "shadow",
625
+ "values": {
626
+ "light": "0 4px 12px rgb(15 23 42 / 0.10)"
627
+ },
628
+ "themeable": false
629
+ },
630
+ {
631
+ "name": "--shadow-lg",
632
+ "category": "shadow",
633
+ "values": {
634
+ "light": "0 12px 32px rgb(15 23 42 / 0.18)"
635
+ },
636
+ "themeable": false
637
+ },
638
+ {
639
+ "name": "--space-0",
640
+ "category": "space",
641
+ "values": {
642
+ "light": "0"
643
+ },
644
+ "themeable": false
645
+ },
646
+ {
647
+ "name": "--space-1",
648
+ "category": "space",
649
+ "values": {
650
+ "light": "0.25rem"
651
+ },
652
+ "themeable": false
653
+ },
654
+ {
655
+ "name": "--space-2",
656
+ "category": "space",
657
+ "values": {
658
+ "light": "0.5rem"
659
+ },
660
+ "themeable": false
661
+ },
662
+ {
663
+ "name": "--space-3",
664
+ "category": "space",
665
+ "values": {
666
+ "light": "0.75rem"
667
+ },
668
+ "themeable": false
669
+ },
670
+ {
671
+ "name": "--space-4",
672
+ "category": "space",
673
+ "values": {
674
+ "light": "1rem"
675
+ },
676
+ "themeable": false
677
+ },
678
+ {
679
+ "name": "--space-5",
680
+ "category": "space",
681
+ "values": {
682
+ "light": "1.25rem"
683
+ },
684
+ "themeable": false
685
+ },
686
+ {
687
+ "name": "--space-6",
688
+ "category": "space",
689
+ "values": {
690
+ "light": "1.5rem"
691
+ },
692
+ "themeable": false
693
+ },
694
+ {
695
+ "name": "--space-7",
696
+ "category": "space",
697
+ "values": {
698
+ "light": "1.75rem"
699
+ },
700
+ "themeable": false
701
+ },
702
+ {
703
+ "name": "--space-8",
704
+ "category": "space",
705
+ "values": {
706
+ "light": "2rem"
707
+ },
708
+ "themeable": false
709
+ },
710
+ {
711
+ "name": "--space-10",
712
+ "category": "space",
713
+ "values": {
714
+ "light": "2.5rem"
715
+ },
716
+ "themeable": false
717
+ },
718
+ {
719
+ "name": "--space-12",
720
+ "category": "space",
721
+ "values": {
722
+ "light": "3rem"
723
+ },
724
+ "themeable": false
725
+ },
726
+ {
727
+ "name": "--space-16",
728
+ "category": "space",
729
+ "values": {
730
+ "light": "4rem"
731
+ },
732
+ "themeable": false
733
+ },
734
+ {
735
+ "name": "--space-20",
736
+ "category": "space",
737
+ "values": {
738
+ "light": "5rem"
739
+ },
740
+ "themeable": false
741
+ },
742
+ {
743
+ "name": "--density-control-min-height",
744
+ "category": "density",
745
+ "values": {
746
+ "light": "2.25rem"
747
+ },
748
+ "themeable": false
749
+ },
750
+ {
751
+ "name": "--density-cell-pad-y",
752
+ "category": "density",
753
+ "values": {
754
+ "light": "0.75rem"
755
+ },
756
+ "themeable": false
757
+ },
758
+ {
759
+ "name": "--density-cell-pad-x",
760
+ "category": "density",
761
+ "values": {
762
+ "light": "0.75rem"
763
+ },
764
+ "themeable": false
765
+ },
766
+ {
767
+ "name": "--density-compact-control-min-height",
768
+ "category": "density",
769
+ "values": {
770
+ "light": "2rem"
771
+ },
772
+ "themeable": false
773
+ },
774
+ {
775
+ "name": "--density-compact-cell-pad-y",
776
+ "category": "density",
777
+ "values": {
778
+ "light": "0.5rem"
779
+ },
780
+ "themeable": false
781
+ },
782
+ {
783
+ "name": "--density-compact-cell-pad-x",
784
+ "category": "density",
785
+ "values": {
786
+ "light": "0.5rem"
787
+ },
788
+ "themeable": false
789
+ },
790
+ {
791
+ "name": "--radius-sm",
792
+ "category": "radius",
793
+ "values": {
794
+ "light": "0.25rem"
795
+ },
796
+ "themeable": false
797
+ },
798
+ {
799
+ "name": "--radius-md",
800
+ "category": "radius",
801
+ "values": {
802
+ "light": "0.5rem"
803
+ },
804
+ "themeable": false
805
+ },
806
+ {
807
+ "name": "--radius-lg",
808
+ "category": "radius",
809
+ "values": {
810
+ "light": "0.75rem"
811
+ },
812
+ "themeable": false
813
+ },
814
+ {
815
+ "name": "--radius-xl",
816
+ "category": "radius",
817
+ "values": {
818
+ "light": "1rem"
819
+ },
820
+ "themeable": false
821
+ },
822
+ {
823
+ "name": "--radius-full",
824
+ "category": "radius",
825
+ "values": {
826
+ "light": "9999px"
827
+ },
828
+ "themeable": false
829
+ },
830
+ {
831
+ "name": "--border-width-thin",
832
+ "category": "borderWidth",
833
+ "values": {
834
+ "light": "1px"
835
+ },
836
+ "themeable": false
837
+ },
838
+ {
839
+ "name": "--border-width-base",
840
+ "category": "borderWidth",
841
+ "values": {
842
+ "light": "2px"
843
+ },
844
+ "themeable": false
845
+ },
846
+ {
847
+ "name": "--border-width-thick",
848
+ "category": "borderWidth",
849
+ "values": {
850
+ "light": "3px"
851
+ },
852
+ "themeable": false
853
+ },
854
+ {
855
+ "name": "--z-index-base",
856
+ "category": "zIndex",
857
+ "values": {
858
+ "light": "0"
859
+ },
860
+ "themeable": false
861
+ },
862
+ {
863
+ "name": "--z-index-sticky",
864
+ "category": "zIndex",
865
+ "values": {
866
+ "light": "30"
867
+ },
868
+ "themeable": false
869
+ },
870
+ {
871
+ "name": "--z-index-backdrop",
872
+ "category": "zIndex",
873
+ "values": {
874
+ "light": "40"
875
+ },
876
+ "themeable": false
877
+ },
878
+ {
879
+ "name": "--z-index-drawer",
880
+ "category": "zIndex",
881
+ "values": {
882
+ "light": "50"
883
+ },
884
+ "themeable": false
885
+ },
886
+ {
887
+ "name": "--z-index-popover",
888
+ "category": "zIndex",
889
+ "values": {
890
+ "light": "60"
891
+ },
892
+ "themeable": false
893
+ },
894
+ {
895
+ "name": "--z-index-tooltip",
896
+ "category": "zIndex",
897
+ "values": {
898
+ "light": "70"
899
+ },
900
+ "themeable": false
901
+ },
902
+ {
903
+ "name": "--z-index-toast",
904
+ "category": "zIndex",
905
+ "values": {
906
+ "light": "100"
907
+ },
908
+ "themeable": false
909
+ },
910
+ {
911
+ "name": "--breakpoint-sm",
912
+ "category": "breakpoint",
913
+ "values": {
914
+ "light": "480px"
915
+ },
916
+ "themeable": false
917
+ },
918
+ {
919
+ "name": "--breakpoint-md",
920
+ "category": "breakpoint",
921
+ "values": {
922
+ "light": "768px"
923
+ },
924
+ "themeable": false
925
+ },
926
+ {
927
+ "name": "--breakpoint-lg",
928
+ "category": "breakpoint",
929
+ "values": {
930
+ "light": "1024px"
931
+ },
932
+ "themeable": false
933
+ },
934
+ {
935
+ "name": "--breakpoint-xl",
936
+ "category": "breakpoint",
937
+ "values": {
938
+ "light": "1280px"
939
+ },
940
+ "themeable": false
941
+ },
942
+ {
943
+ "name": "--motion-duration-instant",
944
+ "category": "motion",
945
+ "values": {
946
+ "light": "100ms"
947
+ },
948
+ "themeable": false
949
+ },
950
+ {
951
+ "name": "--motion-duration-fast",
952
+ "category": "motion",
953
+ "values": {
954
+ "light": "150ms"
955
+ },
956
+ "themeable": false
957
+ },
958
+ {
959
+ "name": "--motion-duration-base",
960
+ "category": "motion",
961
+ "values": {
962
+ "light": "250ms"
963
+ },
964
+ "themeable": false
965
+ },
966
+ {
967
+ "name": "--motion-duration-slow",
968
+ "category": "motion",
969
+ "values": {
970
+ "light": "400ms"
971
+ },
972
+ "themeable": false
973
+ },
974
+ {
975
+ "name": "--motion-easing-standard",
976
+ "category": "motion",
977
+ "values": {
978
+ "light": "ease"
979
+ },
980
+ "themeable": false
981
+ },
982
+ {
983
+ "name": "--motion-easing-entrance",
984
+ "category": "motion",
985
+ "values": {
986
+ "light": "cubic-bezier(0, 0, 0.2, 1)"
987
+ },
988
+ "themeable": false
989
+ },
990
+ {
991
+ "name": "--motion-easing-exit",
992
+ "category": "motion",
993
+ "values": {
994
+ "light": "cubic-bezier(0.4, 0, 1, 1)"
995
+ },
996
+ "themeable": false
997
+ },
998
+ {
999
+ "name": "--font-family-sans",
1000
+ "category": "font",
1001
+ "values": {
1002
+ "light": "system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
1003
+ },
1004
+ "themeable": false
1005
+ },
1006
+ {
1007
+ "name": "--font-family-mono",
1008
+ "category": "font",
1009
+ "values": {
1010
+ "light": "ui-monospace, SFMono-Regular, Menlo, monospace"
1011
+ },
1012
+ "themeable": false
1013
+ },
1014
+ {
1015
+ "name": "--font-size-xs",
1016
+ "category": "font",
1017
+ "values": {
1018
+ "light": "0.75rem"
1019
+ },
1020
+ "themeable": false
1021
+ },
1022
+ {
1023
+ "name": "--font-size-sm",
1024
+ "category": "font",
1025
+ "values": {
1026
+ "light": "0.875rem"
1027
+ },
1028
+ "themeable": false
1029
+ },
1030
+ {
1031
+ "name": "--font-size-base",
1032
+ "category": "font",
1033
+ "values": {
1034
+ "light": "1rem"
1035
+ },
1036
+ "themeable": false
1037
+ },
1038
+ {
1039
+ "name": "--font-size-lg",
1040
+ "category": "font",
1041
+ "values": {
1042
+ "light": "1.125rem"
1043
+ },
1044
+ "themeable": false
1045
+ },
1046
+ {
1047
+ "name": "--font-size-xl",
1048
+ "category": "font",
1049
+ "values": {
1050
+ "light": "1.5rem"
1051
+ },
1052
+ "themeable": false
1053
+ },
1054
+ {
1055
+ "name": "--font-size-2xl",
1056
+ "category": "font",
1057
+ "values": {
1058
+ "light": "1.875rem"
1059
+ },
1060
+ "themeable": false
1061
+ },
1062
+ {
1063
+ "name": "--font-size-3xl",
1064
+ "category": "font",
1065
+ "values": {
1066
+ "light": "2.25rem"
1067
+ },
1068
+ "themeable": false
1069
+ },
1070
+ {
1071
+ "name": "--font-size-display",
1072
+ "category": "font",
1073
+ "values": {
1074
+ "light": "3rem"
1075
+ },
1076
+ "themeable": false
1077
+ },
1078
+ {
1079
+ "name": "--font-weight-normal",
1080
+ "category": "font",
1081
+ "values": {
1082
+ "light": "400"
1083
+ },
1084
+ "themeable": false
1085
+ },
1086
+ {
1087
+ "name": "--font-weight-medium",
1088
+ "category": "font",
1089
+ "values": {
1090
+ "light": "500"
1091
+ },
1092
+ "themeable": false
1093
+ },
1094
+ {
1095
+ "name": "--font-weight-semibold",
1096
+ "category": "font",
1097
+ "values": {
1098
+ "light": "600"
1099
+ },
1100
+ "themeable": false
1101
+ },
1102
+ {
1103
+ "name": "--font-weight-bold",
1104
+ "category": "font",
1105
+ "values": {
1106
+ "light": "700"
1107
+ },
1108
+ "themeable": false
1109
+ },
1110
+ {
1111
+ "name": "--font-line-height-tight",
1112
+ "category": "font",
1113
+ "values": {
1114
+ "light": "1.2"
1115
+ },
1116
+ "themeable": false
1117
+ },
1118
+ {
1119
+ "name": "--font-line-height-snug",
1120
+ "category": "font",
1121
+ "values": {
1122
+ "light": "1.35"
1123
+ },
1124
+ "themeable": false
1125
+ },
1126
+ {
1127
+ "name": "--font-line-height-base",
1128
+ "category": "font",
1129
+ "values": {
1130
+ "light": "1.5"
1131
+ },
1132
+ "themeable": false
1133
+ },
1134
+ {
1135
+ "name": "--font-line-height-relaxed",
1136
+ "category": "font",
1137
+ "values": {
1138
+ "light": "1.7"
1139
+ },
1140
+ "themeable": false
1141
+ },
1142
+ {
1143
+ "name": "--font-letter-spacing-tight",
1144
+ "category": "font",
1145
+ "values": {
1146
+ "light": "-0.02em"
1147
+ },
1148
+ "themeable": false
1149
+ },
1150
+ {
1151
+ "name": "--font-letter-spacing-base",
1152
+ "category": "font",
1153
+ "values": {
1154
+ "light": "0"
1155
+ },
1156
+ "themeable": false
1157
+ },
1158
+ {
1159
+ "name": "--font-letter-spacing-wide",
1160
+ "category": "font",
1161
+ "values": {
1162
+ "light": "0.08em"
1163
+ },
1164
+ "themeable": false
1165
+ }
1166
+ ],
1167
+ "textPairs": [
1168
+ {
1169
+ "id": "body-on-card",
1170
+ "label": "body text on a card",
1171
+ "fg": "--color-neutral-900",
1172
+ "bg": "--color-neutral-0",
1173
+ "layer": "primitive"
1174
+ },
1175
+ {
1176
+ "id": "body-on-canvas-primitive",
1177
+ "label": "body text on the canvas",
1178
+ "fg": "--color-neutral-900",
1179
+ "bg": "--color-neutral-50",
1180
+ "layer": "primitive"
1181
+ },
1182
+ {
1183
+ "id": "muted-on-card",
1184
+ "label": "muted text on a card",
1185
+ "fg": "--color-neutral-600",
1186
+ "bg": "--color-neutral-0",
1187
+ "layer": "primitive"
1188
+ },
1189
+ {
1190
+ "id": "muted-on-canvas-primitive",
1191
+ "label": "muted text on the canvas",
1192
+ "fg": "--color-neutral-600",
1193
+ "bg": "--color-neutral-50",
1194
+ "layer": "primitive"
1195
+ },
1196
+ {
1197
+ "id": "primary-button-label",
1198
+ "label": "primary button label",
1199
+ "fg": "--color-brand-primary-contrast",
1200
+ "bg": "--color-brand-primary",
1201
+ "layer": "primitive"
1202
+ },
1203
+ {
1204
+ "id": "success-badge",
1205
+ "label": "success badge",
1206
+ "fg": "--color-status-success",
1207
+ "bg": "--color-status-success-soft",
1208
+ "layer": "primitive"
1209
+ },
1210
+ {
1211
+ "id": "warning-badge",
1212
+ "label": "warning badge",
1213
+ "fg": "--color-status-warning",
1214
+ "bg": "--color-status-warning-soft",
1215
+ "layer": "primitive"
1216
+ },
1217
+ {
1218
+ "id": "danger-badge",
1219
+ "label": "danger badge",
1220
+ "fg": "--color-status-danger",
1221
+ "bg": "--color-status-danger-soft",
1222
+ "layer": "primitive"
1223
+ },
1224
+ {
1225
+ "id": "info-badge",
1226
+ "label": "info badge",
1227
+ "fg": "--color-status-info",
1228
+ "bg": "--color-status-info-soft",
1229
+ "layer": "primitive"
1230
+ },
1231
+ {
1232
+ "id": "body-on-surface",
1233
+ "label": "body text on a surface",
1234
+ "fg": "--color-fg-default",
1235
+ "bg": "--color-bg-surface",
1236
+ "layer": "semantic"
1237
+ },
1238
+ {
1239
+ "id": "body-on-canvas",
1240
+ "label": "body text on the canvas",
1241
+ "fg": "--color-fg-default",
1242
+ "bg": "--color-bg-canvas",
1243
+ "layer": "semantic"
1244
+ },
1245
+ {
1246
+ "id": "body-on-raised",
1247
+ "label": "body text on a raised surface",
1248
+ "fg": "--color-fg-default",
1249
+ "bg": "--color-bg-raised",
1250
+ "layer": "semantic"
1251
+ },
1252
+ {
1253
+ "id": "muted-on-surface",
1254
+ "label": "muted text on a surface",
1255
+ "fg": "--color-fg-muted",
1256
+ "bg": "--color-bg-surface",
1257
+ "layer": "semantic"
1258
+ },
1259
+ {
1260
+ "id": "muted-on-canvas",
1261
+ "label": "muted text on the canvas",
1262
+ "fg": "--color-fg-muted",
1263
+ "bg": "--color-bg-canvas",
1264
+ "layer": "semantic"
1265
+ },
1266
+ {
1267
+ "id": "subtle-on-surface",
1268
+ "label": "subtle text on a surface",
1269
+ "fg": "--color-fg-subtle",
1270
+ "bg": "--color-bg-surface",
1271
+ "layer": "semantic"
1272
+ },
1273
+ {
1274
+ "id": "accent-on-surface",
1275
+ "label": "accent text on a surface",
1276
+ "fg": "--color-fg-accent",
1277
+ "bg": "--color-bg-surface",
1278
+ "layer": "semantic"
1279
+ },
1280
+ {
1281
+ "id": "accent-on-soft",
1282
+ "label": "accent text on the accent wash",
1283
+ "fg": "--color-fg-accent",
1284
+ "bg": "--color-brand-primary-soft",
1285
+ "layer": "semantic"
1286
+ },
1287
+ {
1288
+ "id": "muted-on-soft",
1289
+ "label": "muted text on the accent wash",
1290
+ "fg": "--color-fg-muted",
1291
+ "bg": "--color-brand-primary-soft",
1292
+ "layer": "semantic"
1293
+ },
1294
+ {
1295
+ "id": "sidebar-text",
1296
+ "label": "sidebar text",
1297
+ "fg": "--color-sidebar-fg",
1298
+ "bg": "--color-sidebar-bg",
1299
+ "layer": "semantic"
1300
+ },
1301
+ {
1302
+ "id": "sidebar-muted-text",
1303
+ "label": "sidebar muted text",
1304
+ "fg": "--color-sidebar-muted",
1305
+ "bg": "--color-sidebar-bg",
1306
+ "layer": "semantic"
1307
+ },
1308
+ {
1309
+ "id": "muted-on-tone-neutral",
1310
+ "label": "muted text on a neutral-toned row or card",
1311
+ "fg": "--color-fg-muted",
1312
+ "bg": "--color-neutral-100",
1313
+ "layer": "semantic"
1314
+ },
1315
+ {
1316
+ "id": "muted-on-tone-info",
1317
+ "label": "muted text on an info-toned row or card",
1318
+ "fg": "--color-fg-muted",
1319
+ "bg": "--color-status-info-soft",
1320
+ "layer": "semantic"
1321
+ },
1322
+ {
1323
+ "id": "muted-on-tone-success",
1324
+ "label": "muted text on a success-toned row or card",
1325
+ "fg": "--color-fg-muted",
1326
+ "bg": "--color-status-success-soft",
1327
+ "layer": "semantic"
1328
+ },
1329
+ {
1330
+ "id": "muted-on-tone-warning",
1331
+ "label": "muted text on a warning-toned row or card",
1332
+ "fg": "--color-fg-muted",
1333
+ "bg": "--color-status-warning-soft",
1334
+ "layer": "semantic"
1335
+ },
1336
+ {
1337
+ "id": "muted-on-tone-danger",
1338
+ "label": "muted text on a danger-toned row or card",
1339
+ "fg": "--color-fg-muted",
1340
+ "bg": "--color-status-danger-soft",
1341
+ "layer": "semantic"
1342
+ }
1343
+ ],
1344
+ "nonTextPairs": [
1345
+ {
1346
+ "id": "focus-ring-on-canvas",
1347
+ "label": "the focus indicator on the canvas",
1348
+ "fg": "--color-fg-accent",
1349
+ "bg": "--color-bg-canvas",
1350
+ "layer": "semantic"
1351
+ },
1352
+ {
1353
+ "id": "active-toggle-border",
1354
+ "label": "the border marking which layout toggle is active",
1355
+ "fg": "--color-fg-accent",
1356
+ "bg": "--color-neutral-100",
1357
+ "layer": "semantic"
1358
+ },
1359
+ {
1360
+ "id": "subtle-glyph-on-tone-neutral",
1361
+ "label": "an icon button's glyph on a neutral wash",
1362
+ "fg": "--color-fg-subtle",
1363
+ "bg": "--color-neutral-100",
1364
+ "layer": "semantic"
1365
+ },
1366
+ {
1367
+ "id": "subtle-glyph-on-tone-info",
1368
+ "label": "an icon button's glyph on an info row",
1369
+ "fg": "--color-fg-subtle",
1370
+ "bg": "--color-status-info-soft",
1371
+ "layer": "semantic"
1372
+ },
1373
+ {
1374
+ "id": "subtle-glyph-on-tone-success",
1375
+ "label": "an icon button's glyph on a success row",
1376
+ "fg": "--color-fg-subtle",
1377
+ "bg": "--color-status-success-soft",
1378
+ "layer": "semantic"
1379
+ },
1380
+ {
1381
+ "id": "subtle-glyph-on-tone-warning",
1382
+ "label": "an icon button's glyph on a warning row",
1383
+ "fg": "--color-fg-subtle",
1384
+ "bg": "--color-status-warning-soft",
1385
+ "layer": "semantic"
1386
+ },
1387
+ {
1388
+ "id": "subtle-glyph-on-tone-danger",
1389
+ "label": "an icon button's glyph on a danger row",
1390
+ "fg": "--color-fg-subtle",
1391
+ "bg": "--color-status-danger-soft",
1392
+ "layer": "semantic"
1393
+ },
1394
+ {
1395
+ "id": "subtle-glyph-on-focus-wash",
1396
+ "label": "an icon button's glyph on a focused clickable row",
1397
+ "fg": "--color-fg-subtle",
1398
+ "bg": "--color-brand-primary-soft",
1399
+ "layer": "semantic"
1400
+ },
1401
+ {
1402
+ "id": "control-boundary-on-surface",
1403
+ "label": "a control's outline on a card",
1404
+ "fg": "--color-neutral-300",
1405
+ "bg": "--color-neutral-0",
1406
+ "layer": "primitive"
1407
+ },
1408
+ {
1409
+ "id": "control-boundary-on-canvas",
1410
+ "label": "a control's outline on the canvas",
1411
+ "fg": "--color-neutral-300",
1412
+ "bg": "--color-neutral-50",
1413
+ "layer": "primitive"
1414
+ }
1415
+ ]
1416
+ }