@terpjs/contract 0.6.1 → 0.7.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,1266 @@
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-fg-on-brand",
424
+ "category": "color",
425
+ "values": {
426
+ "light": "#ffffff",
427
+ "dark": "#ffffff",
428
+ "midnight": "#ffffff",
429
+ "twilight": "#ffffff",
430
+ "contrast": "#ffffff"
431
+ },
432
+ "themeable": true
433
+ },
434
+ {
435
+ "name": "--color-border-default",
436
+ "category": "color",
437
+ "values": {
438
+ "light": "#e2e8f0",
439
+ "dark": "#334155",
440
+ "midnight": "#30363d",
441
+ "twilight": "#3a3350",
442
+ "contrast": "#595959"
443
+ },
444
+ "themeable": true
445
+ },
446
+ {
447
+ "name": "--color-border-strong",
448
+ "category": "color",
449
+ "values": {
450
+ "light": "#cbd5e1",
451
+ "dark": "#475569",
452
+ "midnight": "#484f58",
453
+ "twilight": "#4d4468",
454
+ "contrast": "#000000"
455
+ },
456
+ "themeable": true
457
+ },
458
+ {
459
+ "name": "--color-border-subtle",
460
+ "category": "color",
461
+ "values": {
462
+ "light": "#f1f5f9",
463
+ "dark": "#263449",
464
+ "midnight": "#21262d",
465
+ "twilight": "#2d2740",
466
+ "contrast": "#767676"
467
+ },
468
+ "themeable": true
469
+ },
470
+ {
471
+ "name": "--color-interactive-hover",
472
+ "category": "color",
473
+ "values": {
474
+ "light": "#f1f5f9",
475
+ "dark": "#263449",
476
+ "midnight": "#161b22",
477
+ "twilight": "#2d2740",
478
+ "contrast": "#f2f2f2"
479
+ },
480
+ "themeable": true
481
+ },
482
+ {
483
+ "name": "--color-interactive-active",
484
+ "category": "color",
485
+ "values": {
486
+ "light": "#e2e8f0",
487
+ "dark": "#334155",
488
+ "midnight": "#21262d",
489
+ "twilight": "#3a3350",
490
+ "contrast": "#e0e0e0"
491
+ },
492
+ "themeable": true
493
+ },
494
+ {
495
+ "name": "--color-interactive-selected",
496
+ "category": "color",
497
+ "values": {
498
+ "light": "#eff6ff",
499
+ "dark": "#15304e",
500
+ "midnight": "#0c2d6b",
501
+ "twilight": "#2b2350",
502
+ "contrast": "#e8f0fe"
503
+ },
504
+ "themeable": true
505
+ },
506
+ {
507
+ "name": "--color-sidebar-bg",
508
+ "category": "color",
509
+ "values": {
510
+ "light": "#f8fafc",
511
+ "dark": "#1e293b",
512
+ "midnight": "#0d1117",
513
+ "twilight": "#241f31",
514
+ "contrast": "#ffffff"
515
+ },
516
+ "themeable": true
517
+ },
518
+ {
519
+ "name": "--color-sidebar-fg",
520
+ "category": "color",
521
+ "values": {
522
+ "light": "#0f172a",
523
+ "dark": "#f1f5f9",
524
+ "midnight": "#f0f6fc",
525
+ "twilight": "#f6f3fa",
526
+ "contrast": "#000000"
527
+ },
528
+ "themeable": true
529
+ },
530
+ {
531
+ "name": "--color-sidebar-muted",
532
+ "category": "color",
533
+ "values": {
534
+ "light": "#475569",
535
+ "dark": "#b4c0d0",
536
+ "midnight": "#9aa4b2",
537
+ "twilight": "#b9aecd",
538
+ "contrast": "#141414"
539
+ },
540
+ "themeable": true
541
+ },
542
+ {
543
+ "name": "--color-sidebar-accent",
544
+ "category": "color",
545
+ "values": {
546
+ "light": "#f1f5f9",
547
+ "dark": "#334155",
548
+ "midnight": "#21262d",
549
+ "twilight": "#3a3350",
550
+ "contrast": "#e8f0fe"
551
+ },
552
+ "themeable": true
553
+ },
554
+ {
555
+ "name": "--color-sidebar-border",
556
+ "category": "color",
557
+ "values": {
558
+ "light": "#e2e8f0",
559
+ "dark": "#334155",
560
+ "midnight": "#21262d",
561
+ "twilight": "#3a3350",
562
+ "contrast": "#595959"
563
+ },
564
+ "themeable": true
565
+ },
566
+ {
567
+ "name": "--color-chart-1",
568
+ "category": "color",
569
+ "values": {
570
+ "light": "#2563eb",
571
+ "dark": "#60a5fa",
572
+ "midnight": "#58a6ff",
573
+ "twilight": "#a78bfa",
574
+ "contrast": "#0842a0"
575
+ },
576
+ "themeable": true
577
+ },
578
+ {
579
+ "name": "--color-chart-2",
580
+ "category": "color",
581
+ "values": {
582
+ "light": "#0d9488",
583
+ "dark": "#2dd4bf",
584
+ "midnight": "#3fb950",
585
+ "twilight": "#5ed49a",
586
+ "contrast": "#00564a"
587
+ },
588
+ "themeable": true
589
+ },
590
+ {
591
+ "name": "--color-chart-3",
592
+ "category": "color",
593
+ "values": {
594
+ "light": "#d97706",
595
+ "dark": "#fbbf24",
596
+ "midnight": "#d29922",
597
+ "twilight": "#e8b04b",
598
+ "contrast": "#6b3800"
599
+ },
600
+ "themeable": true
601
+ },
602
+ {
603
+ "name": "--color-chart-4",
604
+ "category": "color",
605
+ "values": {
606
+ "light": "#7c3aed",
607
+ "dark": "#a78bfa",
608
+ "midnight": "#bc8cff",
609
+ "twilight": "#7cb8f0",
610
+ "contrast": "#4b1f79"
611
+ },
612
+ "themeable": true
613
+ },
614
+ {
615
+ "name": "--color-chart-5",
616
+ "category": "color",
617
+ "values": {
618
+ "light": "#db2777",
619
+ "dark": "#f472b6",
620
+ "midnight": "#f778ba",
621
+ "twilight": "#f58ac8",
622
+ "contrast": "#8c0a4d"
623
+ },
624
+ "themeable": true
625
+ },
626
+ {
627
+ "name": "--shadow-sm",
628
+ "category": "shadow",
629
+ "values": {
630
+ "light": "0 1px 2px rgb(15 23 42 / 0.06)"
631
+ },
632
+ "themeable": false
633
+ },
634
+ {
635
+ "name": "--shadow-md",
636
+ "category": "shadow",
637
+ "values": {
638
+ "light": "0 4px 12px rgb(15 23 42 / 0.10)"
639
+ },
640
+ "themeable": false
641
+ },
642
+ {
643
+ "name": "--shadow-lg",
644
+ "category": "shadow",
645
+ "values": {
646
+ "light": "0 12px 32px rgb(15 23 42 / 0.18)"
647
+ },
648
+ "themeable": false
649
+ },
650
+ {
651
+ "name": "--space-0",
652
+ "category": "space",
653
+ "values": {
654
+ "light": "0"
655
+ },
656
+ "themeable": false
657
+ },
658
+ {
659
+ "name": "--space-1",
660
+ "category": "space",
661
+ "values": {
662
+ "light": "0.25rem"
663
+ },
664
+ "themeable": false
665
+ },
666
+ {
667
+ "name": "--space-2",
668
+ "category": "space",
669
+ "values": {
670
+ "light": "0.5rem"
671
+ },
672
+ "themeable": false
673
+ },
674
+ {
675
+ "name": "--space-3",
676
+ "category": "space",
677
+ "values": {
678
+ "light": "0.75rem"
679
+ },
680
+ "themeable": false
681
+ },
682
+ {
683
+ "name": "--space-4",
684
+ "category": "space",
685
+ "values": {
686
+ "light": "1rem"
687
+ },
688
+ "themeable": false
689
+ },
690
+ {
691
+ "name": "--space-5",
692
+ "category": "space",
693
+ "values": {
694
+ "light": "1.25rem"
695
+ },
696
+ "themeable": false
697
+ },
698
+ {
699
+ "name": "--space-6",
700
+ "category": "space",
701
+ "values": {
702
+ "light": "1.5rem"
703
+ },
704
+ "themeable": false
705
+ },
706
+ {
707
+ "name": "--space-7",
708
+ "category": "space",
709
+ "values": {
710
+ "light": "1.75rem"
711
+ },
712
+ "themeable": false
713
+ },
714
+ {
715
+ "name": "--space-8",
716
+ "category": "space",
717
+ "values": {
718
+ "light": "2rem"
719
+ },
720
+ "themeable": false
721
+ },
722
+ {
723
+ "name": "--space-10",
724
+ "category": "space",
725
+ "values": {
726
+ "light": "2.5rem"
727
+ },
728
+ "themeable": false
729
+ },
730
+ {
731
+ "name": "--space-12",
732
+ "category": "space",
733
+ "values": {
734
+ "light": "3rem"
735
+ },
736
+ "themeable": false
737
+ },
738
+ {
739
+ "name": "--space-16",
740
+ "category": "space",
741
+ "values": {
742
+ "light": "4rem"
743
+ },
744
+ "themeable": false
745
+ },
746
+ {
747
+ "name": "--space-20",
748
+ "category": "space",
749
+ "values": {
750
+ "light": "5rem"
751
+ },
752
+ "themeable": false
753
+ },
754
+ {
755
+ "name": "--radius-sm",
756
+ "category": "radius",
757
+ "values": {
758
+ "light": "0.25rem"
759
+ },
760
+ "themeable": false
761
+ },
762
+ {
763
+ "name": "--radius-md",
764
+ "category": "radius",
765
+ "values": {
766
+ "light": "0.5rem"
767
+ },
768
+ "themeable": false
769
+ },
770
+ {
771
+ "name": "--radius-lg",
772
+ "category": "radius",
773
+ "values": {
774
+ "light": "0.75rem"
775
+ },
776
+ "themeable": false
777
+ },
778
+ {
779
+ "name": "--radius-xl",
780
+ "category": "radius",
781
+ "values": {
782
+ "light": "1rem"
783
+ },
784
+ "themeable": false
785
+ },
786
+ {
787
+ "name": "--radius-full",
788
+ "category": "radius",
789
+ "values": {
790
+ "light": "9999px"
791
+ },
792
+ "themeable": false
793
+ },
794
+ {
795
+ "name": "--border-width-thin",
796
+ "category": "borderWidth",
797
+ "values": {
798
+ "light": "1px"
799
+ },
800
+ "themeable": false
801
+ },
802
+ {
803
+ "name": "--border-width-base",
804
+ "category": "borderWidth",
805
+ "values": {
806
+ "light": "2px"
807
+ },
808
+ "themeable": false
809
+ },
810
+ {
811
+ "name": "--border-width-thick",
812
+ "category": "borderWidth",
813
+ "values": {
814
+ "light": "3px"
815
+ },
816
+ "themeable": false
817
+ },
818
+ {
819
+ "name": "--z-index-base",
820
+ "category": "zIndex",
821
+ "values": {
822
+ "light": "0"
823
+ },
824
+ "themeable": false
825
+ },
826
+ {
827
+ "name": "--z-index-sticky",
828
+ "category": "zIndex",
829
+ "values": {
830
+ "light": "30"
831
+ },
832
+ "themeable": false
833
+ },
834
+ {
835
+ "name": "--z-index-backdrop",
836
+ "category": "zIndex",
837
+ "values": {
838
+ "light": "40"
839
+ },
840
+ "themeable": false
841
+ },
842
+ {
843
+ "name": "--z-index-drawer",
844
+ "category": "zIndex",
845
+ "values": {
846
+ "light": "50"
847
+ },
848
+ "themeable": false
849
+ },
850
+ {
851
+ "name": "--z-index-popover",
852
+ "category": "zIndex",
853
+ "values": {
854
+ "light": "60"
855
+ },
856
+ "themeable": false
857
+ },
858
+ {
859
+ "name": "--z-index-tooltip",
860
+ "category": "zIndex",
861
+ "values": {
862
+ "light": "70"
863
+ },
864
+ "themeable": false
865
+ },
866
+ {
867
+ "name": "--z-index-toast",
868
+ "category": "zIndex",
869
+ "values": {
870
+ "light": "100"
871
+ },
872
+ "themeable": false
873
+ },
874
+ {
875
+ "name": "--breakpoint-sm",
876
+ "category": "breakpoint",
877
+ "values": {
878
+ "light": "480px"
879
+ },
880
+ "themeable": false
881
+ },
882
+ {
883
+ "name": "--breakpoint-md",
884
+ "category": "breakpoint",
885
+ "values": {
886
+ "light": "768px"
887
+ },
888
+ "themeable": false
889
+ },
890
+ {
891
+ "name": "--breakpoint-lg",
892
+ "category": "breakpoint",
893
+ "values": {
894
+ "light": "1024px"
895
+ },
896
+ "themeable": false
897
+ },
898
+ {
899
+ "name": "--breakpoint-xl",
900
+ "category": "breakpoint",
901
+ "values": {
902
+ "light": "1280px"
903
+ },
904
+ "themeable": false
905
+ },
906
+ {
907
+ "name": "--motion-duration-instant",
908
+ "category": "motion",
909
+ "values": {
910
+ "light": "100ms"
911
+ },
912
+ "themeable": false
913
+ },
914
+ {
915
+ "name": "--motion-duration-fast",
916
+ "category": "motion",
917
+ "values": {
918
+ "light": "150ms"
919
+ },
920
+ "themeable": false
921
+ },
922
+ {
923
+ "name": "--motion-duration-base",
924
+ "category": "motion",
925
+ "values": {
926
+ "light": "250ms"
927
+ },
928
+ "themeable": false
929
+ },
930
+ {
931
+ "name": "--motion-duration-slow",
932
+ "category": "motion",
933
+ "values": {
934
+ "light": "400ms"
935
+ },
936
+ "themeable": false
937
+ },
938
+ {
939
+ "name": "--motion-easing-standard",
940
+ "category": "motion",
941
+ "values": {
942
+ "light": "ease"
943
+ },
944
+ "themeable": false
945
+ },
946
+ {
947
+ "name": "--motion-easing-entrance",
948
+ "category": "motion",
949
+ "values": {
950
+ "light": "cubic-bezier(0, 0, 0.2, 1)"
951
+ },
952
+ "themeable": false
953
+ },
954
+ {
955
+ "name": "--motion-easing-exit",
956
+ "category": "motion",
957
+ "values": {
958
+ "light": "cubic-bezier(0.4, 0, 1, 1)"
959
+ },
960
+ "themeable": false
961
+ },
962
+ {
963
+ "name": "--font-family-sans",
964
+ "category": "font",
965
+ "values": {
966
+ "light": "system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
967
+ },
968
+ "themeable": false
969
+ },
970
+ {
971
+ "name": "--font-family-mono",
972
+ "category": "font",
973
+ "values": {
974
+ "light": "ui-monospace, SFMono-Regular, Menlo, monospace"
975
+ },
976
+ "themeable": false
977
+ },
978
+ {
979
+ "name": "--font-size-xs",
980
+ "category": "font",
981
+ "values": {
982
+ "light": "0.75rem"
983
+ },
984
+ "themeable": false
985
+ },
986
+ {
987
+ "name": "--font-size-sm",
988
+ "category": "font",
989
+ "values": {
990
+ "light": "0.875rem"
991
+ },
992
+ "themeable": false
993
+ },
994
+ {
995
+ "name": "--font-size-base",
996
+ "category": "font",
997
+ "values": {
998
+ "light": "1rem"
999
+ },
1000
+ "themeable": false
1001
+ },
1002
+ {
1003
+ "name": "--font-size-lg",
1004
+ "category": "font",
1005
+ "values": {
1006
+ "light": "1.125rem"
1007
+ },
1008
+ "themeable": false
1009
+ },
1010
+ {
1011
+ "name": "--font-size-xl",
1012
+ "category": "font",
1013
+ "values": {
1014
+ "light": "1.5rem"
1015
+ },
1016
+ "themeable": false
1017
+ },
1018
+ {
1019
+ "name": "--font-size-2xl",
1020
+ "category": "font",
1021
+ "values": {
1022
+ "light": "1.875rem"
1023
+ },
1024
+ "themeable": false
1025
+ },
1026
+ {
1027
+ "name": "--font-size-3xl",
1028
+ "category": "font",
1029
+ "values": {
1030
+ "light": "2.25rem"
1031
+ },
1032
+ "themeable": false
1033
+ },
1034
+ {
1035
+ "name": "--font-size-display",
1036
+ "category": "font",
1037
+ "values": {
1038
+ "light": "3rem"
1039
+ },
1040
+ "themeable": false
1041
+ },
1042
+ {
1043
+ "name": "--font-weight-normal",
1044
+ "category": "font",
1045
+ "values": {
1046
+ "light": "400"
1047
+ },
1048
+ "themeable": false
1049
+ },
1050
+ {
1051
+ "name": "--font-weight-medium",
1052
+ "category": "font",
1053
+ "values": {
1054
+ "light": "500"
1055
+ },
1056
+ "themeable": false
1057
+ },
1058
+ {
1059
+ "name": "--font-weight-semibold",
1060
+ "category": "font",
1061
+ "values": {
1062
+ "light": "600"
1063
+ },
1064
+ "themeable": false
1065
+ },
1066
+ {
1067
+ "name": "--font-weight-bold",
1068
+ "category": "font",
1069
+ "values": {
1070
+ "light": "700"
1071
+ },
1072
+ "themeable": false
1073
+ },
1074
+ {
1075
+ "name": "--font-line-height-tight",
1076
+ "category": "font",
1077
+ "values": {
1078
+ "light": "1.2"
1079
+ },
1080
+ "themeable": false
1081
+ },
1082
+ {
1083
+ "name": "--font-line-height-snug",
1084
+ "category": "font",
1085
+ "values": {
1086
+ "light": "1.35"
1087
+ },
1088
+ "themeable": false
1089
+ },
1090
+ {
1091
+ "name": "--font-line-height-base",
1092
+ "category": "font",
1093
+ "values": {
1094
+ "light": "1.5"
1095
+ },
1096
+ "themeable": false
1097
+ },
1098
+ {
1099
+ "name": "--font-line-height-relaxed",
1100
+ "category": "font",
1101
+ "values": {
1102
+ "light": "1.7"
1103
+ },
1104
+ "themeable": false
1105
+ },
1106
+ {
1107
+ "name": "--font-letter-spacing-tight",
1108
+ "category": "font",
1109
+ "values": {
1110
+ "light": "-0.02em"
1111
+ },
1112
+ "themeable": false
1113
+ },
1114
+ {
1115
+ "name": "--font-letter-spacing-base",
1116
+ "category": "font",
1117
+ "values": {
1118
+ "light": "0"
1119
+ },
1120
+ "themeable": false
1121
+ },
1122
+ {
1123
+ "name": "--font-letter-spacing-wide",
1124
+ "category": "font",
1125
+ "values": {
1126
+ "light": "0.08em"
1127
+ },
1128
+ "themeable": false
1129
+ }
1130
+ ],
1131
+ "textPairs": [
1132
+ {
1133
+ "id": "body-on-card",
1134
+ "label": "body text on a card",
1135
+ "fg": "--color-neutral-900",
1136
+ "bg": "--color-neutral-0",
1137
+ "layer": "primitive"
1138
+ },
1139
+ {
1140
+ "id": "body-on-canvas-primitive",
1141
+ "label": "body text on the canvas",
1142
+ "fg": "--color-neutral-900",
1143
+ "bg": "--color-neutral-50",
1144
+ "layer": "primitive"
1145
+ },
1146
+ {
1147
+ "id": "muted-on-card",
1148
+ "label": "muted text on a card",
1149
+ "fg": "--color-neutral-600",
1150
+ "bg": "--color-neutral-0",
1151
+ "layer": "primitive"
1152
+ },
1153
+ {
1154
+ "id": "muted-on-canvas-primitive",
1155
+ "label": "muted text on the canvas",
1156
+ "fg": "--color-neutral-600",
1157
+ "bg": "--color-neutral-50",
1158
+ "layer": "primitive"
1159
+ },
1160
+ {
1161
+ "id": "primary-button-label",
1162
+ "label": "primary button label",
1163
+ "fg": "--color-brand-primary-contrast",
1164
+ "bg": "--color-brand-primary",
1165
+ "layer": "primitive"
1166
+ },
1167
+ {
1168
+ "id": "success-badge",
1169
+ "label": "success badge",
1170
+ "fg": "--color-status-success",
1171
+ "bg": "--color-status-success-soft",
1172
+ "layer": "primitive"
1173
+ },
1174
+ {
1175
+ "id": "warning-badge",
1176
+ "label": "warning badge",
1177
+ "fg": "--color-status-warning",
1178
+ "bg": "--color-status-warning-soft",
1179
+ "layer": "primitive"
1180
+ },
1181
+ {
1182
+ "id": "danger-badge",
1183
+ "label": "danger badge",
1184
+ "fg": "--color-status-danger",
1185
+ "bg": "--color-status-danger-soft",
1186
+ "layer": "primitive"
1187
+ },
1188
+ {
1189
+ "id": "info-badge",
1190
+ "label": "info badge",
1191
+ "fg": "--color-status-info",
1192
+ "bg": "--color-status-info-soft",
1193
+ "layer": "primitive"
1194
+ },
1195
+ {
1196
+ "id": "body-on-surface",
1197
+ "label": "body text on a surface",
1198
+ "fg": "--color-fg-default",
1199
+ "bg": "--color-bg-surface",
1200
+ "layer": "semantic"
1201
+ },
1202
+ {
1203
+ "id": "body-on-canvas",
1204
+ "label": "body text on the canvas",
1205
+ "fg": "--color-fg-default",
1206
+ "bg": "--color-bg-canvas",
1207
+ "layer": "semantic"
1208
+ },
1209
+ {
1210
+ "id": "body-on-raised",
1211
+ "label": "body text on a raised surface",
1212
+ "fg": "--color-fg-default",
1213
+ "bg": "--color-bg-raised",
1214
+ "layer": "semantic"
1215
+ },
1216
+ {
1217
+ "id": "muted-on-surface",
1218
+ "label": "muted text on a surface",
1219
+ "fg": "--color-fg-muted",
1220
+ "bg": "--color-bg-surface",
1221
+ "layer": "semantic"
1222
+ },
1223
+ {
1224
+ "id": "muted-on-canvas",
1225
+ "label": "muted text on the canvas",
1226
+ "fg": "--color-fg-muted",
1227
+ "bg": "--color-bg-canvas",
1228
+ "layer": "semantic"
1229
+ },
1230
+ {
1231
+ "id": "subtle-on-surface",
1232
+ "label": "subtle text on a surface",
1233
+ "fg": "--color-fg-subtle",
1234
+ "bg": "--color-bg-surface",
1235
+ "layer": "semantic"
1236
+ },
1237
+ {
1238
+ "id": "accent-on-surface",
1239
+ "label": "accent text on a surface",
1240
+ "fg": "--color-fg-accent",
1241
+ "bg": "--color-bg-surface",
1242
+ "layer": "semantic"
1243
+ },
1244
+ {
1245
+ "id": "accent-on-soft",
1246
+ "label": "accent text on the accent wash",
1247
+ "fg": "--color-fg-accent",
1248
+ "bg": "--color-brand-primary-soft",
1249
+ "layer": "semantic"
1250
+ },
1251
+ {
1252
+ "id": "sidebar-text",
1253
+ "label": "sidebar text",
1254
+ "fg": "--color-sidebar-fg",
1255
+ "bg": "--color-sidebar-bg",
1256
+ "layer": "semantic"
1257
+ },
1258
+ {
1259
+ "id": "sidebar-muted-text",
1260
+ "label": "sidebar muted text",
1261
+ "fg": "--color-sidebar-muted",
1262
+ "bg": "--color-sidebar-bg",
1263
+ "layer": "semantic"
1264
+ }
1265
+ ]
1266
+ }