@airframeui/tokens 0.0.6 → 0.1.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,4516 @@
1
+ {
2
+ "meta": {
3
+ "generatedAt": "2026-08-16T12:22:59.439Z",
4
+ "count": 334
5
+ },
6
+ "groups": [
7
+ {
8
+ "id": "color-primitive",
9
+ "label": "Color primitives"
10
+ },
11
+ {
12
+ "id": "color-surface",
13
+ "label": "Surfaces, text, and borders"
14
+ },
15
+ {
16
+ "id": "color-intent",
17
+ "label": "Intents and action"
18
+ },
19
+ {
20
+ "id": "color-derived",
21
+ "label": "Derived interaction colors"
22
+ },
23
+ {
24
+ "id": "typography",
25
+ "label": "Typography"
26
+ },
27
+ {
28
+ "id": "space",
29
+ "label": "Space and radius"
30
+ },
31
+ {
32
+ "id": "shadow",
33
+ "label": "Shadow, z-index, and motion"
34
+ },
35
+ {
36
+ "id": "layout",
37
+ "label": "Layout"
38
+ },
39
+ {
40
+ "id": "component",
41
+ "label": "Component tokens"
42
+ },
43
+ {
44
+ "id": "breakpoint",
45
+ "label": "Breakpoints"
46
+ },
47
+ {
48
+ "id": "knob",
49
+ "label": "Mix knobs"
50
+ },
51
+ {
52
+ "id": "other",
53
+ "label": "Other"
54
+ }
55
+ ],
56
+ "tokens": [
57
+ {
58
+ "name": "--af-active-mix",
59
+ "key": "active-mix",
60
+ "category": "knob",
61
+ "group": "knob",
62
+ "kind": "static",
63
+ "description": "Knob: how far *-active mixes toward black for pressed states.",
64
+ "value": "18%"
65
+ },
66
+ {
67
+ "name": "--af-animation-duration-fast",
68
+ "key": "animation-duration-fast",
69
+ "category": "semantic",
70
+ "group": "shadow",
71
+ "kind": "static",
72
+ "description": "Short keyframe duration (spinners, micro-motion).",
73
+ "value": "200ms"
74
+ },
75
+ {
76
+ "name": "--af-animation-duration-md",
77
+ "key": "animation-duration-md",
78
+ "category": "semantic",
79
+ "group": "shadow",
80
+ "kind": "static",
81
+ "description": "Default keyframe duration.",
82
+ "value": "400ms"
83
+ },
84
+ {
85
+ "name": "--af-animation-duration-slow",
86
+ "key": "animation-duration-slow",
87
+ "category": "semantic",
88
+ "group": "shadow",
89
+ "kind": "static",
90
+ "description": "Long keyframe duration.",
91
+ "value": "600ms"
92
+ },
93
+ {
94
+ "name": "--af-animation-duration-slower",
95
+ "key": "animation-duration-slower",
96
+ "category": "semantic",
97
+ "group": "shadow",
98
+ "kind": "static",
99
+ "description": "Looping / skeleton duration.",
100
+ "value": "1500ms"
101
+ },
102
+ {
103
+ "name": "--af-base-black",
104
+ "key": "base-black",
105
+ "category": "primitive",
106
+ "group": "color-primitive",
107
+ "kind": "static",
108
+ "description": "Literal black. Prefer semantic text/surface tokens in UI.",
109
+ "value": "#000000",
110
+ "css": {
111
+ "light": "#000000",
112
+ "dark": "#000000",
113
+ "hc-light": "#000000",
114
+ "hc-dark": "#000000"
115
+ },
116
+ "hex": {
117
+ "light": "#000000",
118
+ "dark": "#000000",
119
+ "hc-light": "#000000",
120
+ "hc-dark": "#000000"
121
+ }
122
+ },
123
+ {
124
+ "name": "--af-base-danger",
125
+ "key": "base-danger",
126
+ "category": "primitive",
127
+ "group": "color-primitive",
128
+ "kind": "resolved",
129
+ "description": "Danger accent hex. Feeds --af-color-danger.",
130
+ "value": "var(--af-base-danger--light)",
131
+ "css": {
132
+ "light": "#dc2626",
133
+ "dark": "#dc2626",
134
+ "hc-light": "#dc2626",
135
+ "hc-dark": "#dc2626"
136
+ },
137
+ "hex": {
138
+ "light": "#dc2626",
139
+ "dark": "#dc2626",
140
+ "hc-light": "#dc2626",
141
+ "hc-dark": "#dc2626"
142
+ }
143
+ },
144
+ {
145
+ "name": "--af-base-danger--light",
146
+ "key": "base-danger--light",
147
+ "category": "primitive",
148
+ "group": "color-primitive",
149
+ "kind": "stored",
150
+ "description": "Light stored value for --af-base-danger.",
151
+ "value": "#dc2626",
152
+ "hex": {
153
+ "light": "#dc2626"
154
+ }
155
+ },
156
+ {
157
+ "name": "--af-base-font-mono",
158
+ "key": "base-font-mono",
159
+ "category": "primitive",
160
+ "group": "typography",
161
+ "kind": "static",
162
+ "description": "Raw system mono stack. Prefer --af-font-code / --af-font-mono in UI.",
163
+ "value": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
164
+ },
165
+ {
166
+ "name": "--af-base-font-sans",
167
+ "key": "base-font-sans",
168
+ "category": "primitive",
169
+ "group": "typography",
170
+ "kind": "static",
171
+ "description": "Raw system sans stack. Prefer --af-font-body / --af-font-heading in UI.",
172
+ "value": "ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji'"
173
+ },
174
+ {
175
+ "name": "--af-base-info",
176
+ "key": "base-info",
177
+ "category": "primitive",
178
+ "group": "color-primitive",
179
+ "kind": "resolved",
180
+ "description": "Info accent hex. Feeds --af-color-info.",
181
+ "value": "var(--af-base-info--light)",
182
+ "css": {
183
+ "light": "#38bdf8",
184
+ "dark": "#38bdf8",
185
+ "hc-light": "#38bdf8",
186
+ "hc-dark": "#38bdf8"
187
+ },
188
+ "hex": {
189
+ "light": "#38bdf8",
190
+ "dark": "#38bdf8",
191
+ "hc-light": "#38bdf8",
192
+ "hc-dark": "#38bdf8"
193
+ }
194
+ },
195
+ {
196
+ "name": "--af-base-info--light",
197
+ "key": "base-info--light",
198
+ "category": "primitive",
199
+ "group": "color-primitive",
200
+ "kind": "stored",
201
+ "description": "Light stored value for --af-base-info.",
202
+ "value": "#38bdf8",
203
+ "hex": {
204
+ "light": "#38bdf8"
205
+ }
206
+ },
207
+ {
208
+ "name": "--af-base-neutral-100",
209
+ "key": "base-neutral-100",
210
+ "category": "primitive",
211
+ "group": "color-primitive",
212
+ "kind": "static",
213
+ "description": "Very light gray. Default light --af-color-surface-tertiary.",
214
+ "value": "#f1f5f9",
215
+ "css": {
216
+ "light": "#f1f5f9",
217
+ "dark": "#f1f5f9",
218
+ "hc-light": "#f1f5f9",
219
+ "hc-dark": "#f1f5f9"
220
+ },
221
+ "hex": {
222
+ "light": "#f1f5f9",
223
+ "dark": "#f1f5f9",
224
+ "hc-light": "#f1f5f9",
225
+ "hc-dark": "#f1f5f9"
226
+ }
227
+ },
228
+ {
229
+ "name": "--af-base-neutral-200",
230
+ "key": "base-neutral-200",
231
+ "category": "primitive",
232
+ "group": "color-primitive",
233
+ "kind": "static",
234
+ "description": "Light gray. Subtle fills and disabled chrome.",
235
+ "value": "#e2e8f0",
236
+ "css": {
237
+ "light": "#e2e8f0",
238
+ "dark": "#e2e8f0",
239
+ "hc-light": "#e2e8f0",
240
+ "hc-dark": "#e2e8f0"
241
+ },
242
+ "hex": {
243
+ "light": "#e2e8f0",
244
+ "dark": "#e2e8f0",
245
+ "hc-light": "#e2e8f0",
246
+ "hc-dark": "#e2e8f0"
247
+ }
248
+ },
249
+ {
250
+ "name": "--af-base-neutral-300",
251
+ "key": "base-neutral-300",
252
+ "category": "primitive",
253
+ "group": "color-primitive",
254
+ "kind": "static",
255
+ "description": "Light gray. Default light --af-color-border.",
256
+ "value": "#cbd5e1",
257
+ "css": {
258
+ "light": "#cbd5e1",
259
+ "dark": "#cbd5e1",
260
+ "hc-light": "#cbd5e1",
261
+ "hc-dark": "#cbd5e1"
262
+ },
263
+ "hex": {
264
+ "light": "#cbd5e1",
265
+ "dark": "#cbd5e1",
266
+ "hc-light": "#cbd5e1",
267
+ "hc-dark": "#cbd5e1"
268
+ }
269
+ },
270
+ {
271
+ "name": "--af-base-neutral-400",
272
+ "key": "base-neutral-400",
273
+ "category": "primitive",
274
+ "group": "color-primitive",
275
+ "kind": "static",
276
+ "description": "Mid-light gray. Default light --af-color-border-strong.",
277
+ "value": "#94a3b8",
278
+ "css": {
279
+ "light": "#94a3b8",
280
+ "dark": "#94a3b8",
281
+ "hc-light": "#94a3b8",
282
+ "hc-dark": "#94a3b8"
283
+ },
284
+ "hex": {
285
+ "light": "#94a3b8",
286
+ "dark": "#94a3b8",
287
+ "hc-light": "#94a3b8",
288
+ "hc-dark": "#94a3b8"
289
+ }
290
+ },
291
+ {
292
+ "name": "--af-base-neutral-50",
293
+ "key": "base-neutral-50",
294
+ "category": "primitive",
295
+ "group": "color-primitive",
296
+ "kind": "static",
297
+ "description": "Lightest gray. Default light --af-color-surface-secondary.",
298
+ "value": "#f8fafc",
299
+ "css": {
300
+ "light": "#f8fafc",
301
+ "dark": "#f8fafc",
302
+ "hc-light": "#f8fafc",
303
+ "hc-dark": "#f8fafc"
304
+ },
305
+ "hex": {
306
+ "light": "#f8fafc",
307
+ "dark": "#f8fafc",
308
+ "hc-light": "#f8fafc",
309
+ "hc-dark": "#f8fafc"
310
+ }
311
+ },
312
+ {
313
+ "name": "--af-base-neutral-500",
314
+ "key": "base-neutral-500",
315
+ "category": "primitive",
316
+ "group": "color-primitive",
317
+ "kind": "static",
318
+ "description": "Mid gray. Icons and muted chrome — not body text.",
319
+ "value": "#64748b",
320
+ "css": {
321
+ "light": "#64748b",
322
+ "dark": "#64748b",
323
+ "hc-light": "#64748b",
324
+ "hc-dark": "#64748b"
325
+ },
326
+ "hex": {
327
+ "light": "#64748b",
328
+ "dark": "#64748b",
329
+ "hc-light": "#64748b",
330
+ "hc-dark": "#64748b"
331
+ }
332
+ },
333
+ {
334
+ "name": "--af-base-neutral-600",
335
+ "key": "base-neutral-600",
336
+ "category": "primitive",
337
+ "group": "color-primitive",
338
+ "kind": "static",
339
+ "description": "Mid-dark gray. Default dark borders / tertiary dark surfaces.",
340
+ "value": "#475569",
341
+ "css": {
342
+ "light": "#475569",
343
+ "dark": "#475569",
344
+ "hc-light": "#475569",
345
+ "hc-dark": "#475569"
346
+ },
347
+ "hex": {
348
+ "light": "#475569",
349
+ "dark": "#475569",
350
+ "hc-light": "#475569",
351
+ "hc-dark": "#475569"
352
+ }
353
+ },
354
+ {
355
+ "name": "--af-base-neutral-700",
356
+ "key": "base-neutral-700",
357
+ "category": "primitive",
358
+ "group": "color-primitive",
359
+ "kind": "static",
360
+ "description": "Dark gray. Default light --af-color-text-muted; dark secondary surface.",
361
+ "value": "#1d2434",
362
+ "css": {
363
+ "light": "#1d2434",
364
+ "dark": "#1d2434",
365
+ "hc-light": "#1d2434",
366
+ "hc-dark": "#1d2434"
367
+ },
368
+ "hex": {
369
+ "light": "#1d2434",
370
+ "dark": "#1d2434",
371
+ "hc-light": "#1d2434",
372
+ "hc-dark": "#1d2434"
373
+ }
374
+ },
375
+ {
376
+ "name": "--af-base-neutral-800",
377
+ "key": "base-neutral-800",
378
+ "category": "primitive",
379
+ "group": "color-primitive",
380
+ "kind": "static",
381
+ "description": "Near-black. Default dark --af-color-surface-primary.",
382
+ "value": "#121620",
383
+ "css": {
384
+ "light": "#121620",
385
+ "dark": "#121620",
386
+ "hc-light": "#121620",
387
+ "hc-dark": "#121620"
388
+ },
389
+ "hex": {
390
+ "light": "#121620",
391
+ "dark": "#121620",
392
+ "hc-light": "#121620",
393
+ "hc-dark": "#121620"
394
+ }
395
+ },
396
+ {
397
+ "name": "--af-base-neutral-900",
398
+ "key": "base-neutral-900",
399
+ "category": "primitive",
400
+ "group": "color-primitive",
401
+ "kind": "static",
402
+ "description": "Darkest gray. Default light --af-color-text and dark --af-color-background.",
403
+ "value": "#0d1117",
404
+ "css": {
405
+ "light": "#0d1117",
406
+ "dark": "#0d1117",
407
+ "hc-light": "#0d1117",
408
+ "hc-dark": "#0d1117"
409
+ },
410
+ "hex": {
411
+ "light": "#0d1117",
412
+ "dark": "#0d1117",
413
+ "hc-light": "#0d1117",
414
+ "hc-dark": "#0d1117"
415
+ }
416
+ },
417
+ {
418
+ "name": "--af-base-primary",
419
+ "key": "base-primary",
420
+ "category": "primitive",
421
+ "group": "color-primitive",
422
+ "kind": "resolved",
423
+ "description": "Brand accent hex. Override to rebrand; components should use --af-color-primary / --af-color-action, not this directly.",
424
+ "value": "var(--af-base-primary--light)",
425
+ "css": {
426
+ "light": "#0e80eb",
427
+ "dark": "#2463eb",
428
+ "hc-light": "#0e80eb",
429
+ "hc-dark": "#2463eb"
430
+ },
431
+ "hex": {
432
+ "light": "#0e80eb",
433
+ "dark": "#2463eb",
434
+ "hc-light": "#0e80eb",
435
+ "hc-dark": "#2463eb"
436
+ }
437
+ },
438
+ {
439
+ "name": "--af-base-primary--dark",
440
+ "key": "base-primary--dark",
441
+ "category": "primitive",
442
+ "group": "color-primitive",
443
+ "kind": "stored",
444
+ "description": "Dark stored value for --af-base-primary.",
445
+ "value": "#2463eb",
446
+ "hex": {
447
+ "dark": "#2463eb"
448
+ }
449
+ },
450
+ {
451
+ "name": "--af-base-primary--light",
452
+ "key": "base-primary--light",
453
+ "category": "primitive",
454
+ "group": "color-primitive",
455
+ "kind": "stored",
456
+ "description": "Light stored value for --af-base-primary.",
457
+ "value": "#0e80eb",
458
+ "hex": {
459
+ "light": "#0e80eb"
460
+ }
461
+ },
462
+ {
463
+ "name": "--af-base-secondary",
464
+ "key": "base-secondary",
465
+ "category": "primitive",
466
+ "group": "color-primitive",
467
+ "kind": "resolved",
468
+ "description": "Secondary accent hex. Feeds --af-color-secondary (chips, secondary buttons).",
469
+ "value": "var(--af-base-secondary--light)",
470
+ "css": {
471
+ "light": "#dbe1f4",
472
+ "dark": "#dbe1f4",
473
+ "hc-light": "#dbe1f4",
474
+ "hc-dark": "#dbe1f4"
475
+ },
476
+ "hex": {
477
+ "light": "#dbe1f4",
478
+ "dark": "#dbe1f4",
479
+ "hc-light": "#dbe1f4",
480
+ "hc-dark": "#dbe1f4"
481
+ }
482
+ },
483
+ {
484
+ "name": "--af-base-secondary--light",
485
+ "key": "base-secondary--light",
486
+ "category": "primitive",
487
+ "group": "color-primitive",
488
+ "kind": "stored",
489
+ "description": "Light stored value for --af-base-secondary.",
490
+ "value": "#dbe1f4",
491
+ "hex": {
492
+ "light": "#dbe1f4"
493
+ }
494
+ },
495
+ {
496
+ "name": "--af-base-success",
497
+ "key": "base-success",
498
+ "category": "primitive",
499
+ "group": "color-primitive",
500
+ "kind": "resolved",
501
+ "description": "Success accent hex. Feeds --af-color-success.",
502
+ "value": "var(--af-base-success--light)",
503
+ "css": {
504
+ "light": "#22c55e",
505
+ "dark": "#22c55e",
506
+ "hc-light": "#22c55e",
507
+ "hc-dark": "#22c55e"
508
+ },
509
+ "hex": {
510
+ "light": "#22c55e",
511
+ "dark": "#22c55e",
512
+ "hc-light": "#22c55e",
513
+ "hc-dark": "#22c55e"
514
+ }
515
+ },
516
+ {
517
+ "name": "--af-base-success--light",
518
+ "key": "base-success--light",
519
+ "category": "primitive",
520
+ "group": "color-primitive",
521
+ "kind": "stored",
522
+ "description": "Light stored value for --af-base-success.",
523
+ "value": "#22c55e",
524
+ "hex": {
525
+ "light": "#22c55e"
526
+ }
527
+ },
528
+ {
529
+ "name": "--af-base-tertiary",
530
+ "key": "base-tertiary",
531
+ "category": "primitive",
532
+ "group": "color-primitive",
533
+ "kind": "resolved",
534
+ "description": "Tertiary accent hex. Feeds --af-color-tertiary (quiet / high-contrast fills).",
535
+ "value": "var(--af-base-tertiary--light)",
536
+ "css": {
537
+ "light": "#111827",
538
+ "dark": "#111827",
539
+ "hc-light": "#111827",
540
+ "hc-dark": "#111827"
541
+ },
542
+ "hex": {
543
+ "light": "#111827",
544
+ "dark": "#111827",
545
+ "hc-light": "#111827",
546
+ "hc-dark": "#111827"
547
+ }
548
+ },
549
+ {
550
+ "name": "--af-base-tertiary--light",
551
+ "key": "base-tertiary--light",
552
+ "category": "primitive",
553
+ "group": "color-primitive",
554
+ "kind": "stored",
555
+ "description": "Light stored value for --af-base-tertiary.",
556
+ "value": "#111827",
557
+ "hex": {
558
+ "light": "#111827"
559
+ }
560
+ },
561
+ {
562
+ "name": "--af-base-warning",
563
+ "key": "base-warning",
564
+ "category": "primitive",
565
+ "group": "color-primitive",
566
+ "kind": "resolved",
567
+ "description": "Warning accent hex. Feeds --af-color-warning.",
568
+ "value": "var(--af-base-warning--light)",
569
+ "css": {
570
+ "light": "#fbbf24",
571
+ "dark": "#fbbf24",
572
+ "hc-light": "#fbbf24",
573
+ "hc-dark": "#fbbf24"
574
+ },
575
+ "hex": {
576
+ "light": "#fbbf24",
577
+ "dark": "#fbbf24",
578
+ "hc-light": "#fbbf24",
579
+ "hc-dark": "#fbbf24"
580
+ }
581
+ },
582
+ {
583
+ "name": "--af-base-warning--light",
584
+ "key": "base-warning--light",
585
+ "category": "primitive",
586
+ "group": "color-primitive",
587
+ "kind": "stored",
588
+ "description": "Light stored value for --af-base-warning.",
589
+ "value": "#fbbf24",
590
+ "hex": {
591
+ "light": "#fbbf24"
592
+ }
593
+ },
594
+ {
595
+ "name": "--af-base-white",
596
+ "key": "base-white",
597
+ "category": "primitive",
598
+ "group": "color-primitive",
599
+ "kind": "static",
600
+ "description": "Literal white. Prefer --af-color-background / surfaces in UI; use this for overrides and mixes.",
601
+ "value": "#ffffff",
602
+ "css": {
603
+ "light": "#ffffff",
604
+ "dark": "#ffffff",
605
+ "hc-light": "#ffffff",
606
+ "hc-dark": "#ffffff"
607
+ },
608
+ "hex": {
609
+ "light": "#ffffff",
610
+ "dark": "#ffffff",
611
+ "hc-light": "#ffffff",
612
+ "hc-dark": "#ffffff"
613
+ }
614
+ },
615
+ {
616
+ "name": "--af-border-mix",
617
+ "key": "border-mix",
618
+ "category": "knob",
619
+ "group": "knob",
620
+ "kind": "static",
621
+ "description": "Knob reserved for derived border mixes toward an intent color.",
622
+ "value": "22%"
623
+ },
624
+ {
625
+ "name": "--af-border-width",
626
+ "key": "border-width",
627
+ "category": "semantic",
628
+ "group": "space",
629
+ "kind": "static",
630
+ "description": "Default 1px border width for controls and cards.",
631
+ "value": "1px"
632
+ },
633
+ {
634
+ "name": "--af-bp-2xl",
635
+ "key": "bp-2xl",
636
+ "category": "breakpoint",
637
+ "group": "breakpoint",
638
+ "kind": "static",
639
+ "description": "Breakpoint 1536px. Drives responsive @2xl utilities.",
640
+ "value": "1536px"
641
+ },
642
+ {
643
+ "name": "--af-bp-lg",
644
+ "key": "bp-lg",
645
+ "category": "breakpoint",
646
+ "group": "breakpoint",
647
+ "kind": "static",
648
+ "description": "Breakpoint 1024px. Drives responsive @lg utilities.",
649
+ "value": "1024px"
650
+ },
651
+ {
652
+ "name": "--af-bp-md",
653
+ "key": "bp-md",
654
+ "category": "breakpoint",
655
+ "group": "breakpoint",
656
+ "kind": "static",
657
+ "description": "Breakpoint 768px. Drives responsive @md utilities.",
658
+ "value": "768px"
659
+ },
660
+ {
661
+ "name": "--af-bp-sm",
662
+ "key": "bp-sm",
663
+ "category": "breakpoint",
664
+ "group": "breakpoint",
665
+ "kind": "static",
666
+ "description": "Breakpoint 640px. Drives responsive @sm utilities.",
667
+ "value": "640px"
668
+ },
669
+ {
670
+ "name": "--af-bp-xl",
671
+ "key": "bp-xl",
672
+ "category": "breakpoint",
673
+ "group": "breakpoint",
674
+ "kind": "static",
675
+ "description": "Breakpoint 1280px. Drives responsive @xl utilities.",
676
+ "value": "1280px"
677
+ },
678
+ {
679
+ "name": "--af-bp-xs",
680
+ "key": "bp-xs",
681
+ "category": "breakpoint",
682
+ "group": "breakpoint",
683
+ "kind": "static",
684
+ "description": "Breakpoint 360px. Drives responsive @xs utilities — do not use as a width token in layouts.",
685
+ "value": "360px"
686
+ },
687
+ {
688
+ "name": "--af-btn-active-brightness",
689
+ "key": "btn-active-brightness",
690
+ "category": "component",
691
+ "group": "component",
692
+ "kind": "static",
693
+ "description": "af-btn pressed brightness filter.",
694
+ "value": "0.82"
695
+ },
696
+ {
697
+ "name": "--af-btn-border-width",
698
+ "key": "btn-border-width",
699
+ "category": "component",
700
+ "group": "component",
701
+ "kind": "static",
702
+ "description": "af-btn border width.",
703
+ "value": "1px"
704
+ },
705
+ {
706
+ "name": "--af-btn-default-active",
707
+ "key": "btn-default-active",
708
+ "category": "component",
709
+ "group": "component",
710
+ "kind": "static",
711
+ "description": "Solid primary af-btn pressed fill.",
712
+ "value": "var(--af-color-primary-active)",
713
+ "css": {
714
+ "light": "var(--af-color-primary-active)",
715
+ "dark": "var(--af-color-primary-active)",
716
+ "hc-light": "var(--af-color-primary-active)",
717
+ "hc-dark": "var(--af-color-primary-active)"
718
+ },
719
+ "hex": {
720
+ "light": "#0b69c1",
721
+ "dark": "#1e51c1",
722
+ "hc-light": "#0b69c1",
723
+ "hc-dark": "#1e51c1"
724
+ }
725
+ },
726
+ {
727
+ "name": "--af-btn-default-bg",
728
+ "key": "btn-default-bg",
729
+ "category": "component",
730
+ "group": "component",
731
+ "kind": "static",
732
+ "description": "Solid primary af-btn background.",
733
+ "value": "var(--af-color-primary)",
734
+ "css": {
735
+ "light": "var(--af-color-primary)",
736
+ "dark": "var(--af-color-primary)",
737
+ "hc-light": "var(--af-color-primary)",
738
+ "hc-dark": "var(--af-color-primary)"
739
+ },
740
+ "hex": {
741
+ "light": "#0e80eb",
742
+ "dark": "#2463eb",
743
+ "hc-light": "#0e80eb",
744
+ "hc-dark": "#2463eb"
745
+ }
746
+ },
747
+ {
748
+ "name": "--af-btn-default-color",
749
+ "key": "btn-default-color",
750
+ "category": "component",
751
+ "group": "component",
752
+ "kind": "static",
753
+ "description": "Solid primary af-btn label/icon.",
754
+ "value": "var(--af-color-on-primary)",
755
+ "css": {
756
+ "light": "var(--af-color-on-primary)",
757
+ "dark": "var(--af-color-on-primary)",
758
+ "hc-light": "var(--af-color-on-primary)",
759
+ "hc-dark": "var(--af-color-on-primary)"
760
+ },
761
+ "hex": {
762
+ "light": "#ffffff",
763
+ "dark": "#ffffff",
764
+ "hc-light": "#ffffff",
765
+ "hc-dark": "#000000"
766
+ }
767
+ },
768
+ {
769
+ "name": "--af-btn-default-hover",
770
+ "key": "btn-default-hover",
771
+ "category": "component",
772
+ "group": "component",
773
+ "kind": "static",
774
+ "description": "Solid primary af-btn hover fill.",
775
+ "value": "var(--af-color-primary-hover)",
776
+ "css": {
777
+ "light": "var(--af-color-primary-hover)",
778
+ "dark": "var(--af-color-primary-hover)",
779
+ "hc-light": "var(--af-color-primary-hover)",
780
+ "hc-dark": "var(--af-color-primary-hover)"
781
+ },
782
+ "hex": {
783
+ "light": "#0c71cf",
784
+ "dark": "#2057cf",
785
+ "hc-light": "#0c71cf",
786
+ "hc-dark": "#2057cf"
787
+ }
788
+ },
789
+ {
790
+ "name": "--af-btn-font-weight",
791
+ "key": "btn-font-weight",
792
+ "category": "component",
793
+ "group": "component",
794
+ "kind": "static",
795
+ "description": "af-btn label weight.",
796
+ "value": "var(--af-weight-medium)"
797
+ },
798
+ {
799
+ "name": "--af-btn-gap",
800
+ "key": "btn-gap",
801
+ "category": "component",
802
+ "group": "component",
803
+ "kind": "static",
804
+ "description": "Gap between af-btn label and icon.",
805
+ "value": "var(--af-space-2)"
806
+ },
807
+ {
808
+ "name": "--af-btn-hover-brightness",
809
+ "key": "btn-hover-brightness",
810
+ "category": "component",
811
+ "group": "component",
812
+ "kind": "static",
813
+ "description": "af-btn hover brightness filter (darkens in light, lightens in dark).",
814
+ "value": "0.9"
815
+ },
816
+ {
817
+ "name": "--af-btn-icon-button-size",
818
+ "key": "btn-icon-button-size",
819
+ "category": "component",
820
+ "group": "component",
821
+ "kind": "static",
822
+ "description": "Hit size for icon-only af-btn.",
823
+ "value": "var(--af-hit-size)"
824
+ },
825
+ {
826
+ "name": "--af-btn-icon-size",
827
+ "key": "btn-icon-size",
828
+ "category": "component",
829
+ "group": "component",
830
+ "kind": "static",
831
+ "description": "Icon size inside af-btn.",
832
+ "value": "1.25rem"
833
+ },
834
+ {
835
+ "name": "--af-btn-min-height",
836
+ "key": "btn-min-height",
837
+ "category": "component",
838
+ "group": "component",
839
+ "kind": "static",
840
+ "description": "af-btn min-height. Override for denser or taller buttons.",
841
+ "value": "var(--af-control-min-height)"
842
+ },
843
+ {
844
+ "name": "--af-btn-outline-active",
845
+ "key": "btn-outline-active",
846
+ "category": "component",
847
+ "group": "component",
848
+ "kind": "static",
849
+ "description": "Outline af-btn pressed fill.",
850
+ "value": "color-mix( in srgb, var(--af-color-primary), var(--af-color-surface-primary) 84% )",
851
+ "css": {
852
+ "light": "color-mix( in srgb, var(--af-color-primary), var(--af-color-surface-primary) 84% )",
853
+ "dark": "color-mix( in srgb, var(--af-color-primary), var(--af-color-surface-primary) 84% )",
854
+ "hc-light": "color-mix( in srgb, var(--af-color-primary), var(--af-color-surface-primary) 84% )",
855
+ "hc-dark": "color-mix( in srgb, var(--af-color-primary), var(--af-color-surface-primary) 84% )"
856
+ },
857
+ "hex": {
858
+ "light": "#d8ebfc",
859
+ "dark": "#152240",
860
+ "hc-light": "#d8ebfc",
861
+ "hc-dark": "#1c263b"
862
+ }
863
+ },
864
+ {
865
+ "name": "--af-btn-outline-border",
866
+ "key": "btn-outline-border",
867
+ "category": "component",
868
+ "group": "component",
869
+ "kind": "static",
870
+ "description": "Outline af-btn border color.",
871
+ "value": "var(--af-color-primary)",
872
+ "css": {
873
+ "light": "var(--af-color-primary)",
874
+ "dark": "var(--af-color-primary)",
875
+ "hc-light": "var(--af-color-primary)",
876
+ "hc-dark": "var(--af-color-primary)"
877
+ },
878
+ "hex": {
879
+ "light": "#0e80eb",
880
+ "dark": "#2463eb",
881
+ "hc-light": "#0e80eb",
882
+ "hc-dark": "#2463eb"
883
+ }
884
+ },
885
+ {
886
+ "name": "--af-btn-outline-color",
887
+ "key": "btn-outline-color",
888
+ "category": "component",
889
+ "group": "component",
890
+ "kind": "static",
891
+ "description": "Outline af-btn label color.",
892
+ "value": "var(--af-color-primary)",
893
+ "css": {
894
+ "light": "var(--af-color-primary)",
895
+ "dark": "var(--af-color-primary)",
896
+ "hc-light": "var(--af-color-primary)",
897
+ "hc-dark": "var(--af-color-primary)"
898
+ },
899
+ "hex": {
900
+ "light": "#0e80eb",
901
+ "dark": "#2463eb",
902
+ "hc-light": "#0e80eb",
903
+ "hc-dark": "#2463eb"
904
+ }
905
+ },
906
+ {
907
+ "name": "--af-btn-outline-hover",
908
+ "key": "btn-outline-hover",
909
+ "category": "component",
910
+ "group": "component",
911
+ "kind": "static",
912
+ "description": "Outline af-btn hover label/border.",
913
+ "value": "var(--af-color-primary-hover)",
914
+ "css": {
915
+ "light": "var(--af-color-primary-hover)",
916
+ "dark": "var(--af-color-primary-hover)",
917
+ "hc-light": "var(--af-color-primary-hover)",
918
+ "hc-dark": "var(--af-color-primary-hover)"
919
+ },
920
+ "hex": {
921
+ "light": "#0c71cf",
922
+ "dark": "#2057cf",
923
+ "hc-light": "#0c71cf",
924
+ "hc-dark": "#2057cf"
925
+ }
926
+ },
927
+ {
928
+ "name": "--af-btn-outline-hover-bg",
929
+ "key": "btn-outline-hover-bg",
930
+ "category": "component",
931
+ "group": "component",
932
+ "kind": "static",
933
+ "description": "Outline af-btn hover fill (soft tint).",
934
+ "value": "var(--af-color-primary-soft)",
935
+ "css": {
936
+ "light": "var(--af-color-primary-soft)",
937
+ "dark": "var(--af-color-primary-soft)",
938
+ "hc-light": "var(--af-color-primary-soft)",
939
+ "hc-dark": "var(--af-color-primary-soft)"
940
+ },
941
+ "hex": {
942
+ "light": "#e2f0fd",
943
+ "dark": "#141f38",
944
+ "hc-light": "#e2f0fd",
945
+ "hc-dark": "#1b2333"
946
+ }
947
+ },
948
+ {
949
+ "name": "--af-btn-padding-x",
950
+ "key": "btn-padding-x",
951
+ "category": "component",
952
+ "group": "component",
953
+ "kind": "static",
954
+ "description": "af-btn horizontal padding.",
955
+ "value": "var(--af-space-4)"
956
+ },
957
+ {
958
+ "name": "--af-btn-padding-y",
959
+ "key": "btn-padding-y",
960
+ "category": "component",
961
+ "group": "component",
962
+ "kind": "static",
963
+ "description": "af-btn vertical padding.",
964
+ "value": "var(--af-control-padding-y)"
965
+ },
966
+ {
967
+ "name": "--af-btn-radius",
968
+ "key": "btn-radius",
969
+ "category": "component",
970
+ "group": "component",
971
+ "kind": "static",
972
+ "description": "af-btn corner radius (pill by default).",
973
+ "value": "var(--af-radius-full)"
974
+ },
975
+ {
976
+ "name": "--af-btn-secondary-active",
977
+ "key": "btn-secondary-active",
978
+ "category": "component",
979
+ "group": "component",
980
+ "kind": "static",
981
+ "description": "Secondary af-btn pressed fill.",
982
+ "value": "var(--af-color-secondary-active)",
983
+ "css": {
984
+ "light": "var(--af-color-secondary-active)",
985
+ "dark": "var(--af-color-secondary-active)",
986
+ "hc-light": "var(--af-color-secondary-active)",
987
+ "hc-dark": "var(--af-color-secondary-active)"
988
+ },
989
+ "hex": {
990
+ "light": "#b4b9c8",
991
+ "dark": "#b4b9c8",
992
+ "hc-light": "#b4b9c8",
993
+ "hc-dark": "#b4b9c8"
994
+ }
995
+ },
996
+ {
997
+ "name": "--af-btn-secondary-bg",
998
+ "key": "btn-secondary-bg",
999
+ "category": "component",
1000
+ "group": "component",
1001
+ "kind": "static",
1002
+ "description": "Secondary af-btn background.",
1003
+ "value": "var(--af-color-secondary)",
1004
+ "css": {
1005
+ "light": "var(--af-color-secondary)",
1006
+ "dark": "var(--af-color-secondary)",
1007
+ "hc-light": "var(--af-color-secondary)",
1008
+ "hc-dark": "var(--af-color-secondary)"
1009
+ },
1010
+ "hex": {
1011
+ "light": "#dbe1f4",
1012
+ "dark": "#dbe1f4",
1013
+ "hc-light": "#dbe1f4",
1014
+ "hc-dark": "#dbe1f4"
1015
+ }
1016
+ },
1017
+ {
1018
+ "name": "--af-btn-secondary-color",
1019
+ "key": "btn-secondary-color",
1020
+ "category": "component",
1021
+ "group": "component",
1022
+ "kind": "static",
1023
+ "description": "Secondary af-btn label/icon.",
1024
+ "value": "var(--af-color-on-secondary)",
1025
+ "css": {
1026
+ "light": "var(--af-color-on-secondary)",
1027
+ "dark": "var(--af-color-on-secondary)",
1028
+ "hc-light": "var(--af-color-on-secondary)",
1029
+ "hc-dark": "var(--af-color-on-secondary)"
1030
+ },
1031
+ "hex": {
1032
+ "light": "#0d1117",
1033
+ "dark": "#0d1117",
1034
+ "hc-light": "#000000",
1035
+ "hc-dark": "#000000"
1036
+ }
1037
+ },
1038
+ {
1039
+ "name": "--af-btn-secondary-hover",
1040
+ "key": "btn-secondary-hover",
1041
+ "category": "component",
1042
+ "group": "component",
1043
+ "kind": "static",
1044
+ "description": "Secondary af-btn hover fill.",
1045
+ "value": "var(--af-color-secondary-hover)",
1046
+ "css": {
1047
+ "light": "var(--af-color-secondary-hover)",
1048
+ "dark": "var(--af-color-secondary-hover)",
1049
+ "hc-light": "var(--af-color-secondary-hover)",
1050
+ "hc-dark": "var(--af-color-secondary-hover)"
1051
+ },
1052
+ "hex": {
1053
+ "light": "#c1c6d7",
1054
+ "dark": "#c1c6d7",
1055
+ "hc-light": "#c1c6d7",
1056
+ "hc-dark": "#c1c6d7"
1057
+ }
1058
+ },
1059
+ {
1060
+ "name": "--af-card-border-width",
1061
+ "key": "card-border-width",
1062
+ "category": "component",
1063
+ "group": "component",
1064
+ "kind": "static",
1065
+ "description": "af-card border width.",
1066
+ "value": "1px"
1067
+ },
1068
+ {
1069
+ "name": "--af-card-gap",
1070
+ "key": "card-gap",
1071
+ "category": "component",
1072
+ "group": "component",
1073
+ "kind": "static",
1074
+ "description": "Gap between af-card header, body, and footer.",
1075
+ "value": "var(--af-space-3)"
1076
+ },
1077
+ {
1078
+ "name": "--af-card-padding",
1079
+ "key": "card-padding",
1080
+ "category": "component",
1081
+ "group": "component",
1082
+ "kind": "static",
1083
+ "description": "af-card inner padding.",
1084
+ "value": "var(--af-space-5)"
1085
+ },
1086
+ {
1087
+ "name": "--af-card-radius",
1088
+ "key": "card-radius",
1089
+ "category": "component",
1090
+ "group": "component",
1091
+ "kind": "static",
1092
+ "description": "af-card corner radius.",
1093
+ "value": "var(--af-radius-lg)"
1094
+ },
1095
+ {
1096
+ "name": "--af-card-shadow",
1097
+ "key": "card-shadow",
1098
+ "category": "component",
1099
+ "group": "component",
1100
+ "kind": "static",
1101
+ "description": "af-card resting shadow.",
1102
+ "value": "var(--af-shadow-sm)"
1103
+ },
1104
+ {
1105
+ "name": "--af-card-shadow-hover",
1106
+ "key": "card-shadow-hover",
1107
+ "category": "component",
1108
+ "group": "component",
1109
+ "kind": "static",
1110
+ "description": "af-card hover shadow (interactive cards).",
1111
+ "value": "var(--af-shadow-md)"
1112
+ },
1113
+ {
1114
+ "name": "--af-choice-size",
1115
+ "key": "choice-size",
1116
+ "category": "component",
1117
+ "group": "component",
1118
+ "kind": "static",
1119
+ "description": "Shared checkbox / radio size and switch track height. Scale all choice controls together.",
1120
+ "value": "1.5rem"
1121
+ },
1122
+ {
1123
+ "name": "--af-color-action",
1124
+ "key": "color-action",
1125
+ "category": "semantic",
1126
+ "group": "color-intent",
1127
+ "kind": "static",
1128
+ "description": "CTA / interactive brand color (buttons, links, focus). Defaults to primary; override when CTA ≠ brand primary.",
1129
+ "value": "var(--af-color-action--light, var(--af-color-primary))",
1130
+ "css": {
1131
+ "light": "var(--af-color-action--light, var(--af-color-primary))",
1132
+ "dark": "var(--af-color-action--light, var(--af-color-primary))",
1133
+ "hc-light": "var(--af-color-action--light, var(--af-color-primary))",
1134
+ "hc-dark": "var(--af-color-action--light, var(--af-color-primary))"
1135
+ },
1136
+ "hex": {
1137
+ "light": "#0e80eb",
1138
+ "dark": "#2463eb",
1139
+ "hc-light": "#0e80eb",
1140
+ "hc-dark": "#2463eb"
1141
+ }
1142
+ },
1143
+ {
1144
+ "name": "--af-color-action-active",
1145
+ "key": "color-action-active",
1146
+ "category": "semantic",
1147
+ "group": "color-derived",
1148
+ "kind": "derived",
1149
+ "description": "Pressed / active state of --af-color-action. Prefer this over inventing an active color.",
1150
+ "value": "color-mix( in srgb, var(--af-color-action), black var(--af-active-mix) )",
1151
+ "css": {
1152
+ "light": "color-mix( in srgb, var(--af-color-action), black var(--af-active-mix) )",
1153
+ "dark": "color-mix( in srgb, var(--af-color-action), black var(--af-active-mix) )",
1154
+ "hc-light": "color-mix( in srgb, var(--af-color-action), black var(--af-active-mix) )",
1155
+ "hc-dark": "color-mix( in srgb, var(--af-color-action), black var(--af-active-mix) )"
1156
+ },
1157
+ "hex": {
1158
+ "light": "#0b69c1",
1159
+ "dark": "#1e51c1",
1160
+ "hc-light": "#0b69c1",
1161
+ "hc-dark": "#1e51c1"
1162
+ }
1163
+ },
1164
+ {
1165
+ "name": "--af-color-action-hard",
1166
+ "key": "color-action-hard",
1167
+ "category": "semantic",
1168
+ "group": "color-derived",
1169
+ "kind": "derived",
1170
+ "description": "AA text/icon of --af-color-action on --af-color-action-soft (and soft surfaces). Not for solid fills — use --af-color-action + on-* there.",
1171
+ "value": "color-mix( in srgb, var(--af-color-action), var(--af-hard-toward) var(--af-hard-mix) )",
1172
+ "css": {
1173
+ "light": "color-mix( in srgb, var(--af-color-action), var(--af-hard-toward) var(--af-hard-mix) )",
1174
+ "dark": "color-mix( in srgb, var(--af-color-action), var(--af-hard-toward) var(--af-hard-mix) )",
1175
+ "hc-light": "color-mix( in srgb, var(--af-color-action), var(--af-hard-toward) var(--af-hard-mix) )",
1176
+ "hc-dark": "color-mix( in srgb, var(--af-color-action), var(--af-hard-toward) var(--af-hard-mix) )"
1177
+ },
1178
+ "hex": {
1179
+ "light": "#084681",
1180
+ "dark": "#87a9f4",
1181
+ "hc-light": "#084681",
1182
+ "hc-dark": "#87a9f4"
1183
+ }
1184
+ },
1185
+ {
1186
+ "name": "--af-color-action-hover",
1187
+ "key": "color-action-hover",
1188
+ "category": "semantic",
1189
+ "group": "color-derived",
1190
+ "kind": "derived",
1191
+ "description": "Hover state of --af-color-action. Prefer this over inventing a hover color.",
1192
+ "value": "color-mix(in srgb, var(--af-color-action), black var(--af-hover-mix))",
1193
+ "css": {
1194
+ "light": "color-mix(in srgb, var(--af-color-action), black var(--af-hover-mix))",
1195
+ "dark": "color-mix(in srgb, var(--af-color-action), black var(--af-hover-mix))",
1196
+ "hc-light": "color-mix(in srgb, var(--af-color-action), black var(--af-hover-mix))",
1197
+ "hc-dark": "color-mix(in srgb, var(--af-color-action), black var(--af-hover-mix))"
1198
+ },
1199
+ "hex": {
1200
+ "light": "#0c71cf",
1201
+ "dark": "#2057cf",
1202
+ "hc-light": "#0c71cf",
1203
+ "hc-dark": "#2057cf"
1204
+ }
1205
+ },
1206
+ {
1207
+ "name": "--af-color-action-soft",
1208
+ "key": "color-action-soft",
1209
+ "category": "semantic",
1210
+ "group": "color-derived",
1211
+ "kind": "derived",
1212
+ "description": "Soft tint of --af-color-action for badge/chip backgrounds. Pair text with --af-color-action-hard — not mid-tone --af-color-action.",
1213
+ "value": "color-mix( in srgb, var(--af-color-action), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
1214
+ "css": {
1215
+ "light": "color-mix( in srgb, var(--af-color-action), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
1216
+ "dark": "color-mix( in srgb, var(--af-color-action), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
1217
+ "hc-light": "color-mix( in srgb, var(--af-color-action), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
1218
+ "hc-dark": "color-mix( in srgb, var(--af-color-action), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )"
1219
+ },
1220
+ "hex": {
1221
+ "light": "#e2f0fd",
1222
+ "dark": "#141f38",
1223
+ "hc-light": "#e2f0fd",
1224
+ "hc-dark": "#1b2333"
1225
+ }
1226
+ },
1227
+ {
1228
+ "name": "--af-color-background",
1229
+ "key": "color-background",
1230
+ "category": "semantic",
1231
+ "group": "color-surface",
1232
+ "kind": "resolved",
1233
+ "description": "Page / document canvas. Set on html/body; not for cards or controls.",
1234
+ "value": "var(--af-color-background--light)",
1235
+ "css": {
1236
+ "light": "var(--af-base-white)",
1237
+ "dark": "var(--af-base-neutral-900)",
1238
+ "hc-light": "var(--af-base-white)",
1239
+ "hc-dark": "var(--af-base-black)"
1240
+ },
1241
+ "hex": {
1242
+ "light": "#ffffff",
1243
+ "dark": "#0d1117",
1244
+ "hc-light": "#ffffff",
1245
+ "hc-dark": "#000000"
1246
+ }
1247
+ },
1248
+ {
1249
+ "name": "--af-color-background--dark",
1250
+ "key": "color-background--dark",
1251
+ "category": "semantic",
1252
+ "group": "color-surface",
1253
+ "kind": "stored",
1254
+ "description": "Dark stored value for --af-color-background.",
1255
+ "value": "var(--af-base-neutral-900)",
1256
+ "hex": {
1257
+ "dark": "#0d1117"
1258
+ }
1259
+ },
1260
+ {
1261
+ "name": "--af-color-background--hc-dark",
1262
+ "key": "color-background--hc-dark",
1263
+ "category": "semantic",
1264
+ "group": "color-surface",
1265
+ "kind": "stored",
1266
+ "description": "High-contrast dark stored value for --af-color-background.",
1267
+ "value": "var(--af-base-black)",
1268
+ "hex": {
1269
+ "hc-dark": "#000000"
1270
+ }
1271
+ },
1272
+ {
1273
+ "name": "--af-color-background--hc-light",
1274
+ "key": "color-background--hc-light",
1275
+ "category": "semantic",
1276
+ "group": "color-surface",
1277
+ "kind": "stored",
1278
+ "description": "High-contrast light stored value for --af-color-background.",
1279
+ "value": "var(--af-base-white)",
1280
+ "hex": {
1281
+ "hc-light": "#ffffff"
1282
+ }
1283
+ },
1284
+ {
1285
+ "name": "--af-color-background--light",
1286
+ "key": "color-background--light",
1287
+ "category": "semantic",
1288
+ "group": "color-surface",
1289
+ "kind": "stored",
1290
+ "description": "Light stored value for --af-color-background.",
1291
+ "value": "var(--af-base-white)",
1292
+ "hex": {
1293
+ "light": "#ffffff"
1294
+ }
1295
+ },
1296
+ {
1297
+ "name": "--af-color-border",
1298
+ "key": "color-border",
1299
+ "category": "semantic",
1300
+ "group": "color-surface",
1301
+ "kind": "resolved",
1302
+ "description": "Default hairline border and dividers.",
1303
+ "value": "var(--af-color-border--light)",
1304
+ "css": {
1305
+ "light": "var(--af-base-neutral-300)",
1306
+ "dark": "var(--af-base-neutral-600)",
1307
+ "hc-light": "var(--af-base-black)",
1308
+ "hc-dark": "var(--af-base-white)"
1309
+ },
1310
+ "hex": {
1311
+ "light": "#cbd5e1",
1312
+ "dark": "#475569",
1313
+ "hc-light": "#000000",
1314
+ "hc-dark": "#ffffff"
1315
+ }
1316
+ },
1317
+ {
1318
+ "name": "--af-color-border--dark",
1319
+ "key": "color-border--dark",
1320
+ "category": "semantic",
1321
+ "group": "color-surface",
1322
+ "kind": "stored",
1323
+ "description": "Dark stored value for --af-color-border.",
1324
+ "value": "var(--af-base-neutral-600)",
1325
+ "hex": {
1326
+ "dark": "#475569"
1327
+ }
1328
+ },
1329
+ {
1330
+ "name": "--af-color-border--hc-dark",
1331
+ "key": "color-border--hc-dark",
1332
+ "category": "semantic",
1333
+ "group": "color-surface",
1334
+ "kind": "stored",
1335
+ "description": "High-contrast dark stored value for --af-color-border.",
1336
+ "value": "var(--af-base-white)",
1337
+ "hex": {
1338
+ "hc-dark": "#ffffff"
1339
+ }
1340
+ },
1341
+ {
1342
+ "name": "--af-color-border--hc-light",
1343
+ "key": "color-border--hc-light",
1344
+ "category": "semantic",
1345
+ "group": "color-surface",
1346
+ "kind": "stored",
1347
+ "description": "High-contrast light stored value for --af-color-border.",
1348
+ "value": "var(--af-base-black)",
1349
+ "hex": {
1350
+ "hc-light": "#000000"
1351
+ }
1352
+ },
1353
+ {
1354
+ "name": "--af-color-border--light",
1355
+ "key": "color-border--light",
1356
+ "category": "semantic",
1357
+ "group": "color-surface",
1358
+ "kind": "stored",
1359
+ "description": "Light stored value for --af-color-border.",
1360
+ "value": "var(--af-base-neutral-300)",
1361
+ "hex": {
1362
+ "light": "#cbd5e1"
1363
+ }
1364
+ },
1365
+ {
1366
+ "name": "--af-color-border-strong",
1367
+ "key": "color-border-strong",
1368
+ "category": "semantic",
1369
+ "group": "color-surface",
1370
+ "kind": "resolved",
1371
+ "description": "Stronger border (hover, emphasis, key dividers).",
1372
+ "value": "var(--af-color-border-strong--light)",
1373
+ "css": {
1374
+ "light": "var(--af-base-neutral-400)",
1375
+ "dark": "var(--af-base-neutral-500)",
1376
+ "hc-light": "var(--af-base-black)",
1377
+ "hc-dark": "var(--af-base-white)"
1378
+ },
1379
+ "hex": {
1380
+ "light": "#94a3b8",
1381
+ "dark": "#64748b",
1382
+ "hc-light": "#000000",
1383
+ "hc-dark": "#ffffff"
1384
+ }
1385
+ },
1386
+ {
1387
+ "name": "--af-color-border-strong--dark",
1388
+ "key": "color-border-strong--dark",
1389
+ "category": "semantic",
1390
+ "group": "color-surface",
1391
+ "kind": "stored",
1392
+ "description": "Dark stored value for --af-color-border-strong.",
1393
+ "value": "var(--af-base-neutral-500)",
1394
+ "hex": {
1395
+ "dark": "#64748b"
1396
+ }
1397
+ },
1398
+ {
1399
+ "name": "--af-color-border-strong--hc-dark",
1400
+ "key": "color-border-strong--hc-dark",
1401
+ "category": "semantic",
1402
+ "group": "color-surface",
1403
+ "kind": "stored",
1404
+ "description": "High-contrast dark stored value for --af-color-border-strong.",
1405
+ "value": "var(--af-base-white)",
1406
+ "hex": {
1407
+ "hc-dark": "#ffffff"
1408
+ }
1409
+ },
1410
+ {
1411
+ "name": "--af-color-border-strong--hc-light",
1412
+ "key": "color-border-strong--hc-light",
1413
+ "category": "semantic",
1414
+ "group": "color-surface",
1415
+ "kind": "stored",
1416
+ "description": "High-contrast light stored value for --af-color-border-strong.",
1417
+ "value": "var(--af-base-black)",
1418
+ "hex": {
1419
+ "hc-light": "#000000"
1420
+ }
1421
+ },
1422
+ {
1423
+ "name": "--af-color-border-strong--light",
1424
+ "key": "color-border-strong--light",
1425
+ "category": "semantic",
1426
+ "group": "color-surface",
1427
+ "kind": "stored",
1428
+ "description": "Light stored value for --af-color-border-strong.",
1429
+ "value": "var(--af-base-neutral-400)",
1430
+ "hex": {
1431
+ "light": "#94a3b8"
1432
+ }
1433
+ },
1434
+ {
1435
+ "name": "--af-color-danger",
1436
+ "key": "color-danger",
1437
+ "category": "semantic",
1438
+ "group": "color-intent",
1439
+ "kind": "static",
1440
+ "description": "Danger solid fill / icon. Not for small text on soft or white — use --af-color-danger-hard.",
1441
+ "value": "var(--af-base-danger)",
1442
+ "css": {
1443
+ "light": "var(--af-base-danger)",
1444
+ "dark": "var(--af-base-danger)",
1445
+ "hc-light": "var(--af-base-danger)",
1446
+ "hc-dark": "var(--af-base-danger)"
1447
+ },
1448
+ "hex": {
1449
+ "light": "#dc2626",
1450
+ "dark": "#dc2626",
1451
+ "hc-light": "#dc2626",
1452
+ "hc-dark": "#dc2626"
1453
+ }
1454
+ },
1455
+ {
1456
+ "name": "--af-color-danger-active",
1457
+ "key": "color-danger-active",
1458
+ "category": "semantic",
1459
+ "group": "color-derived",
1460
+ "kind": "derived",
1461
+ "description": "Pressed / active state of --af-color-danger. Prefer this over inventing an active color.",
1462
+ "value": "color-mix( in srgb, var(--af-color-danger), black var(--af-active-mix) )",
1463
+ "css": {
1464
+ "light": "color-mix( in srgb, var(--af-color-danger), black var(--af-active-mix) )",
1465
+ "dark": "color-mix( in srgb, var(--af-color-danger), black var(--af-active-mix) )",
1466
+ "hc-light": "color-mix( in srgb, var(--af-color-danger), black var(--af-active-mix) )",
1467
+ "hc-dark": "color-mix( in srgb, var(--af-color-danger), black var(--af-active-mix) )"
1468
+ },
1469
+ "hex": {
1470
+ "light": "#b41f1f",
1471
+ "dark": "#b41f1f",
1472
+ "hc-light": "#b41f1f",
1473
+ "hc-dark": "#b41f1f"
1474
+ }
1475
+ },
1476
+ {
1477
+ "name": "--af-color-danger-hard",
1478
+ "key": "color-danger-hard",
1479
+ "category": "semantic",
1480
+ "group": "color-derived",
1481
+ "kind": "derived",
1482
+ "description": "AA text/icon of --af-color-danger on --af-color-danger-soft (and soft surfaces). Not for solid fills — use --af-color-danger + on-* there.",
1483
+ "value": "color-mix( in srgb, var(--af-color-danger), var(--af-hard-toward) var(--af-hard-mix) )",
1484
+ "css": {
1485
+ "light": "color-mix( in srgb, var(--af-color-danger), var(--af-hard-toward) var(--af-hard-mix) )",
1486
+ "dark": "color-mix( in srgb, var(--af-color-danger), var(--af-hard-toward) var(--af-hard-mix) )",
1487
+ "hc-light": "color-mix( in srgb, var(--af-color-danger), var(--af-hard-toward) var(--af-hard-mix) )",
1488
+ "hc-dark": "color-mix( in srgb, var(--af-color-danger), var(--af-hard-toward) var(--af-hard-mix) )"
1489
+ },
1490
+ "hex": {
1491
+ "light": "#791515",
1492
+ "dark": "#ec8888",
1493
+ "hc-light": "#791515",
1494
+ "hc-dark": "#ec8888"
1495
+ }
1496
+ },
1497
+ {
1498
+ "name": "--af-color-danger-hover",
1499
+ "key": "color-danger-hover",
1500
+ "category": "semantic",
1501
+ "group": "color-derived",
1502
+ "kind": "derived",
1503
+ "description": "Hover state of --af-color-danger. Prefer this over inventing a hover color.",
1504
+ "value": "color-mix(in srgb, var(--af-color-danger), black var(--af-hover-mix))",
1505
+ "css": {
1506
+ "light": "color-mix(in srgb, var(--af-color-danger), black var(--af-hover-mix))",
1507
+ "dark": "color-mix(in srgb, var(--af-color-danger), black var(--af-hover-mix))",
1508
+ "hc-light": "color-mix(in srgb, var(--af-color-danger), black var(--af-hover-mix))",
1509
+ "hc-dark": "color-mix(in srgb, var(--af-color-danger), black var(--af-hover-mix))"
1510
+ },
1511
+ "hex": {
1512
+ "light": "#c22121",
1513
+ "dark": "#c22121",
1514
+ "hc-light": "#c22121",
1515
+ "hc-dark": "#c22121"
1516
+ }
1517
+ },
1518
+ {
1519
+ "name": "--af-color-danger-soft",
1520
+ "key": "color-danger-soft",
1521
+ "category": "semantic",
1522
+ "group": "color-derived",
1523
+ "kind": "derived",
1524
+ "description": "Soft tint of --af-color-danger for badge/chip backgrounds. Pair text with --af-color-danger-hard — not mid-tone --af-color-danger.",
1525
+ "value": "color-mix( in srgb, var(--af-color-danger), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
1526
+ "css": {
1527
+ "light": "color-mix( in srgb, var(--af-color-danger), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
1528
+ "dark": "color-mix( in srgb, var(--af-color-danger), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
1529
+ "hc-light": "color-mix( in srgb, var(--af-color-danger), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
1530
+ "hc-dark": "color-mix( in srgb, var(--af-color-danger), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )"
1531
+ },
1532
+ "hex": {
1533
+ "light": "#fbe5e5",
1534
+ "dark": "#2a1821",
1535
+ "hc-light": "#fbe5e5",
1536
+ "hc-dark": "#311b1b"
1537
+ }
1538
+ },
1539
+ {
1540
+ "name": "--af-color-focus",
1541
+ "key": "color-focus",
1542
+ "category": "semantic",
1543
+ "group": "color-surface",
1544
+ "kind": "static",
1545
+ "description": "Focus ring color. Defaults to primary; prefer --af-focus-ring-* for width/offset.",
1546
+ "value": "var(--af-color-primary)",
1547
+ "css": {
1548
+ "light": "var(--af-color-primary)",
1549
+ "dark": "var(--af-color-primary)",
1550
+ "hc-light": "var(--af-color-primary)",
1551
+ "hc-dark": "var(--af-color-primary)"
1552
+ },
1553
+ "hex": {
1554
+ "light": "#0e80eb",
1555
+ "dark": "#2463eb",
1556
+ "hc-light": "#0e80eb",
1557
+ "hc-dark": "#2463eb"
1558
+ }
1559
+ },
1560
+ {
1561
+ "name": "--af-color-info",
1562
+ "key": "color-info",
1563
+ "category": "semantic",
1564
+ "group": "color-intent",
1565
+ "kind": "static",
1566
+ "description": "Info solid fill / icon. Not for small text on soft or white — use --af-color-info-hard.",
1567
+ "value": "var(--af-base-info)",
1568
+ "css": {
1569
+ "light": "var(--af-base-info)",
1570
+ "dark": "var(--af-base-info)",
1571
+ "hc-light": "var(--af-base-info)",
1572
+ "hc-dark": "var(--af-base-info)"
1573
+ },
1574
+ "hex": {
1575
+ "light": "#38bdf8",
1576
+ "dark": "#38bdf8",
1577
+ "hc-light": "#38bdf8",
1578
+ "hc-dark": "#38bdf8"
1579
+ }
1580
+ },
1581
+ {
1582
+ "name": "--af-color-info-active",
1583
+ "key": "color-info-active",
1584
+ "category": "semantic",
1585
+ "group": "color-derived",
1586
+ "kind": "derived",
1587
+ "description": "Pressed / active state of --af-color-info. Prefer this over inventing an active color.",
1588
+ "value": "color-mix(in srgb, var(--af-color-info), black var(--af-active-mix))",
1589
+ "css": {
1590
+ "light": "color-mix(in srgb, var(--af-color-info), black var(--af-active-mix))",
1591
+ "dark": "color-mix(in srgb, var(--af-color-info), black var(--af-active-mix))",
1592
+ "hc-light": "color-mix(in srgb, var(--af-color-info), black var(--af-active-mix))",
1593
+ "hc-dark": "color-mix(in srgb, var(--af-color-info), black var(--af-active-mix))"
1594
+ },
1595
+ "hex": {
1596
+ "light": "#2e9bcb",
1597
+ "dark": "#2e9bcb",
1598
+ "hc-light": "#2e9bcb",
1599
+ "hc-dark": "#2e9bcb"
1600
+ }
1601
+ },
1602
+ {
1603
+ "name": "--af-color-info-hard",
1604
+ "key": "color-info-hard",
1605
+ "category": "semantic",
1606
+ "group": "color-derived",
1607
+ "kind": "derived",
1608
+ "description": "AA text/icon of --af-color-info on --af-color-info-soft (and soft surfaces). Not for solid fills — use --af-color-info + on-* there.",
1609
+ "value": "color-mix( in srgb, var(--af-color-info), var(--af-hard-toward) var(--af-hard-mix) )",
1610
+ "css": {
1611
+ "light": "color-mix( in srgb, var(--af-color-info), var(--af-hard-toward) var(--af-hard-mix) )",
1612
+ "dark": "color-mix( in srgb, var(--af-color-info), var(--af-hard-toward) var(--af-hard-mix) )",
1613
+ "hc-light": "color-mix( in srgb, var(--af-color-info), var(--af-hard-toward) var(--af-hard-mix) )",
1614
+ "hc-dark": "color-mix( in srgb, var(--af-color-info), var(--af-hard-toward) var(--af-hard-mix) )"
1615
+ },
1616
+ "hex": {
1617
+ "light": "#1f6888",
1618
+ "dark": "#92dbfb",
1619
+ "hc-light": "#1f6888",
1620
+ "hc-dark": "#92dbfb"
1621
+ }
1622
+ },
1623
+ {
1624
+ "name": "--af-color-info-hover",
1625
+ "key": "color-info-hover",
1626
+ "category": "semantic",
1627
+ "group": "color-derived",
1628
+ "kind": "derived",
1629
+ "description": "Hover state of --af-color-info. Prefer this over inventing a hover color.",
1630
+ "value": "color-mix(in srgb, var(--af-color-info), black var(--af-hover-mix))",
1631
+ "css": {
1632
+ "light": "color-mix(in srgb, var(--af-color-info), black var(--af-hover-mix))",
1633
+ "dark": "color-mix(in srgb, var(--af-color-info), black var(--af-hover-mix))",
1634
+ "hc-light": "color-mix(in srgb, var(--af-color-info), black var(--af-hover-mix))",
1635
+ "hc-dark": "color-mix(in srgb, var(--af-color-info), black var(--af-hover-mix))"
1636
+ },
1637
+ "hex": {
1638
+ "light": "#31a6da",
1639
+ "dark": "#31a6da",
1640
+ "hc-light": "#31a6da",
1641
+ "hc-dark": "#31a6da"
1642
+ }
1643
+ },
1644
+ {
1645
+ "name": "--af-color-info-soft",
1646
+ "key": "color-info-soft",
1647
+ "category": "semantic",
1648
+ "group": "color-derived",
1649
+ "kind": "derived",
1650
+ "description": "Soft tint of --af-color-info for badge/chip backgrounds. Pair text with --af-color-info-hard — not mid-tone --af-color-info.",
1651
+ "value": "color-mix( in srgb, var(--af-color-info), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
1652
+ "css": {
1653
+ "light": "color-mix( in srgb, var(--af-color-info), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
1654
+ "dark": "color-mix( in srgb, var(--af-color-info), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
1655
+ "hc-light": "color-mix( in srgb, var(--af-color-info), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
1656
+ "hc-dark": "color-mix( in srgb, var(--af-color-info), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )"
1657
+ },
1658
+ "hex": {
1659
+ "light": "#e7f7fe",
1660
+ "dark": "#172a3a",
1661
+ "hc-light": "#e7f7fe",
1662
+ "hc-dark": "#1e2e35"
1663
+ }
1664
+ },
1665
+ {
1666
+ "name": "--af-color-on-action",
1667
+ "key": "color-on-action",
1668
+ "category": "semantic",
1669
+ "group": "color-intent",
1670
+ "kind": "static",
1671
+ "description": "Text/icon on an action solid fill.",
1672
+ "value": "var(--af-color-on-action--light, var(--af-color-on-primary))",
1673
+ "css": {
1674
+ "light": "var(--af-color-on-action--light, var(--af-color-on-primary))",
1675
+ "dark": "var(--af-color-on-action--light, var(--af-color-on-primary))",
1676
+ "hc-light": "var(--af-color-on-action--light, var(--af-color-on-primary))",
1677
+ "hc-dark": "var(--af-color-on-action--light, var(--af-color-on-primary))"
1678
+ },
1679
+ "hex": {
1680
+ "light": "#ffffff",
1681
+ "dark": "#ffffff",
1682
+ "hc-light": "#ffffff",
1683
+ "hc-dark": "#000000"
1684
+ }
1685
+ },
1686
+ {
1687
+ "name": "--af-color-on-danger",
1688
+ "key": "color-on-danger",
1689
+ "category": "semantic",
1690
+ "group": "color-intent",
1691
+ "kind": "resolved",
1692
+ "description": "Text/icon on a danger solid fill.",
1693
+ "value": "var(--af-color-on-danger--light)",
1694
+ "css": {
1695
+ "light": "var(--af-base-white)",
1696
+ "dark": "var(--af-base-white)",
1697
+ "hc-light": "var(--af-base-white)",
1698
+ "hc-dark": "var(--af-base-black)"
1699
+ },
1700
+ "hex": {
1701
+ "light": "#ffffff",
1702
+ "dark": "#ffffff",
1703
+ "hc-light": "#ffffff",
1704
+ "hc-dark": "#000000"
1705
+ }
1706
+ },
1707
+ {
1708
+ "name": "--af-color-on-danger--hc-dark",
1709
+ "key": "color-on-danger--hc-dark",
1710
+ "category": "semantic",
1711
+ "group": "color-intent",
1712
+ "kind": "stored",
1713
+ "description": "High-contrast dark stored value for --af-color-on-danger.",
1714
+ "value": "var(--af-base-black)",
1715
+ "hex": {
1716
+ "hc-dark": "#000000"
1717
+ }
1718
+ },
1719
+ {
1720
+ "name": "--af-color-on-danger--light",
1721
+ "key": "color-on-danger--light",
1722
+ "category": "semantic",
1723
+ "group": "color-intent",
1724
+ "kind": "stored",
1725
+ "description": "Light stored value for --af-color-on-danger.",
1726
+ "value": "var(--af-base-white)",
1727
+ "hex": {
1728
+ "light": "#ffffff"
1729
+ }
1730
+ },
1731
+ {
1732
+ "name": "--af-color-on-info",
1733
+ "key": "color-on-info",
1734
+ "category": "semantic",
1735
+ "group": "color-intent",
1736
+ "kind": "resolved",
1737
+ "description": "Text/icon on an info solid fill.",
1738
+ "value": "var(--af-color-on-info--light)",
1739
+ "css": {
1740
+ "light": "var(--af-base-white)",
1741
+ "dark": "var(--af-base-white)",
1742
+ "hc-light": "var(--af-base-white)",
1743
+ "hc-dark": "var(--af-base-black)"
1744
+ },
1745
+ "hex": {
1746
+ "light": "#ffffff",
1747
+ "dark": "#ffffff",
1748
+ "hc-light": "#ffffff",
1749
+ "hc-dark": "#000000"
1750
+ }
1751
+ },
1752
+ {
1753
+ "name": "--af-color-on-info--hc-dark",
1754
+ "key": "color-on-info--hc-dark",
1755
+ "category": "semantic",
1756
+ "group": "color-intent",
1757
+ "kind": "stored",
1758
+ "description": "High-contrast dark stored value for --af-color-on-info.",
1759
+ "value": "var(--af-base-black)",
1760
+ "hex": {
1761
+ "hc-dark": "#000000"
1762
+ }
1763
+ },
1764
+ {
1765
+ "name": "--af-color-on-info--light",
1766
+ "key": "color-on-info--light",
1767
+ "category": "semantic",
1768
+ "group": "color-intent",
1769
+ "kind": "stored",
1770
+ "description": "Light stored value for --af-color-on-info.",
1771
+ "value": "var(--af-base-white)",
1772
+ "hex": {
1773
+ "light": "#ffffff"
1774
+ }
1775
+ },
1776
+ {
1777
+ "name": "--af-color-on-primary",
1778
+ "key": "color-on-primary",
1779
+ "category": "semantic",
1780
+ "group": "color-intent",
1781
+ "kind": "resolved",
1782
+ "description": "Text/icon on a primary solid fill. Do not use on soft tints.",
1783
+ "value": "var(--af-color-on-primary--light)",
1784
+ "css": {
1785
+ "light": "var(--af-base-white)",
1786
+ "dark": "var(--af-base-white)",
1787
+ "hc-light": "var(--af-base-white)",
1788
+ "hc-dark": "var(--af-base-black)"
1789
+ },
1790
+ "hex": {
1791
+ "light": "#ffffff",
1792
+ "dark": "#ffffff",
1793
+ "hc-light": "#ffffff",
1794
+ "hc-dark": "#000000"
1795
+ }
1796
+ },
1797
+ {
1798
+ "name": "--af-color-on-primary--hc-dark",
1799
+ "key": "color-on-primary--hc-dark",
1800
+ "category": "semantic",
1801
+ "group": "color-intent",
1802
+ "kind": "stored",
1803
+ "description": "High-contrast dark stored value for --af-color-on-primary.",
1804
+ "value": "var(--af-base-black)",
1805
+ "hex": {
1806
+ "hc-dark": "#000000"
1807
+ }
1808
+ },
1809
+ {
1810
+ "name": "--af-color-on-primary--light",
1811
+ "key": "color-on-primary--light",
1812
+ "category": "semantic",
1813
+ "group": "color-intent",
1814
+ "kind": "stored",
1815
+ "description": "Light stored value for --af-color-on-primary.",
1816
+ "value": "var(--af-base-white)",
1817
+ "hex": {
1818
+ "light": "#ffffff"
1819
+ }
1820
+ },
1821
+ {
1822
+ "name": "--af-color-on-secondary",
1823
+ "key": "color-on-secondary",
1824
+ "category": "semantic",
1825
+ "group": "color-intent",
1826
+ "kind": "resolved",
1827
+ "description": "Text/icon on a secondary solid fill.",
1828
+ "value": "var(--af-color-on-secondary--light)",
1829
+ "css": {
1830
+ "light": "var(--af-base-neutral-900)",
1831
+ "dark": "var(--af-base-neutral-900)",
1832
+ "hc-light": "var(--af-base-black)",
1833
+ "hc-dark": "var(--af-base-black)"
1834
+ },
1835
+ "hex": {
1836
+ "light": "#0d1117",
1837
+ "dark": "#0d1117",
1838
+ "hc-light": "#000000",
1839
+ "hc-dark": "#000000"
1840
+ }
1841
+ },
1842
+ {
1843
+ "name": "--af-color-on-secondary--hc-dark",
1844
+ "key": "color-on-secondary--hc-dark",
1845
+ "category": "semantic",
1846
+ "group": "color-intent",
1847
+ "kind": "stored",
1848
+ "description": "High-contrast dark stored value for --af-color-on-secondary.",
1849
+ "value": "var(--af-base-black)",
1850
+ "hex": {
1851
+ "hc-dark": "#000000"
1852
+ }
1853
+ },
1854
+ {
1855
+ "name": "--af-color-on-secondary--hc-light",
1856
+ "key": "color-on-secondary--hc-light",
1857
+ "category": "semantic",
1858
+ "group": "color-intent",
1859
+ "kind": "stored",
1860
+ "description": "High-contrast light stored value for --af-color-on-secondary.",
1861
+ "value": "var(--af-base-black)",
1862
+ "hex": {
1863
+ "hc-light": "#000000"
1864
+ }
1865
+ },
1866
+ {
1867
+ "name": "--af-color-on-secondary--light",
1868
+ "key": "color-on-secondary--light",
1869
+ "category": "semantic",
1870
+ "group": "color-intent",
1871
+ "kind": "stored",
1872
+ "description": "Light stored value for --af-color-on-secondary.",
1873
+ "value": "var(--af-base-neutral-900)",
1874
+ "hex": {
1875
+ "light": "#0d1117"
1876
+ }
1877
+ },
1878
+ {
1879
+ "name": "--af-color-on-success",
1880
+ "key": "color-on-success",
1881
+ "category": "semantic",
1882
+ "group": "color-intent",
1883
+ "kind": "resolved",
1884
+ "description": "Text/icon on a success solid fill.",
1885
+ "value": "var(--af-color-on-success--light)",
1886
+ "css": {
1887
+ "light": "var(--af-base-neutral-900)",
1888
+ "dark": "var(--af-base-white)",
1889
+ "hc-light": "var(--af-base-neutral-900)",
1890
+ "hc-dark": "var(--af-base-black)"
1891
+ },
1892
+ "hex": {
1893
+ "light": "#0d1117",
1894
+ "dark": "#ffffff",
1895
+ "hc-light": "#0d1117",
1896
+ "hc-dark": "#000000"
1897
+ }
1898
+ },
1899
+ {
1900
+ "name": "--af-color-on-success--dark",
1901
+ "key": "color-on-success--dark",
1902
+ "category": "semantic",
1903
+ "group": "color-intent",
1904
+ "kind": "stored",
1905
+ "description": "Dark stored value for --af-color-on-success.",
1906
+ "value": "var(--af-base-white)",
1907
+ "hex": {
1908
+ "dark": "#ffffff"
1909
+ }
1910
+ },
1911
+ {
1912
+ "name": "--af-color-on-success--hc-dark",
1913
+ "key": "color-on-success--hc-dark",
1914
+ "category": "semantic",
1915
+ "group": "color-intent",
1916
+ "kind": "stored",
1917
+ "description": "High-contrast dark stored value for --af-color-on-success.",
1918
+ "value": "var(--af-base-black)",
1919
+ "hex": {
1920
+ "hc-dark": "#000000"
1921
+ }
1922
+ },
1923
+ {
1924
+ "name": "--af-color-on-success--light",
1925
+ "key": "color-on-success--light",
1926
+ "category": "semantic",
1927
+ "group": "color-intent",
1928
+ "kind": "stored",
1929
+ "description": "Light stored value for --af-color-on-success.",
1930
+ "value": "var(--af-base-neutral-900)",
1931
+ "hex": {
1932
+ "light": "#0d1117"
1933
+ }
1934
+ },
1935
+ {
1936
+ "name": "--af-color-on-tertiary",
1937
+ "key": "color-on-tertiary",
1938
+ "category": "semantic",
1939
+ "group": "color-intent",
1940
+ "kind": "resolved",
1941
+ "description": "Text/icon on a tertiary solid fill.",
1942
+ "value": "var(--af-color-on-tertiary--light)",
1943
+ "css": {
1944
+ "light": "var(--af-base-white)",
1945
+ "dark": "var(--af-base-white)",
1946
+ "hc-light": "var(--af-base-white)",
1947
+ "hc-dark": "var(--af-base-white)"
1948
+ },
1949
+ "hex": {
1950
+ "light": "#ffffff",
1951
+ "dark": "#ffffff",
1952
+ "hc-light": "#ffffff",
1953
+ "hc-dark": "#ffffff"
1954
+ }
1955
+ },
1956
+ {
1957
+ "name": "--af-color-on-tertiary--light",
1958
+ "key": "color-on-tertiary--light",
1959
+ "category": "semantic",
1960
+ "group": "color-intent",
1961
+ "kind": "stored",
1962
+ "description": "Light stored value for --af-color-on-tertiary.",
1963
+ "value": "var(--af-base-white)",
1964
+ "hex": {
1965
+ "light": "#ffffff"
1966
+ }
1967
+ },
1968
+ {
1969
+ "name": "--af-color-on-warning",
1970
+ "key": "color-on-warning",
1971
+ "category": "semantic",
1972
+ "group": "color-intent",
1973
+ "kind": "resolved",
1974
+ "description": "Text/icon on a warning solid fill.",
1975
+ "value": "var(--af-color-on-warning--light)",
1976
+ "css": {
1977
+ "light": "var(--af-base-neutral-900)",
1978
+ "dark": "var(--af-base-neutral-900)",
1979
+ "hc-light": "var(--af-base-black)",
1980
+ "hc-dark": "var(--af-base-black)"
1981
+ },
1982
+ "hex": {
1983
+ "light": "#0d1117",
1984
+ "dark": "#0d1117",
1985
+ "hc-light": "#000000",
1986
+ "hc-dark": "#000000"
1987
+ }
1988
+ },
1989
+ {
1990
+ "name": "--af-color-on-warning--hc-dark",
1991
+ "key": "color-on-warning--hc-dark",
1992
+ "category": "semantic",
1993
+ "group": "color-intent",
1994
+ "kind": "stored",
1995
+ "description": "High-contrast dark stored value for --af-color-on-warning.",
1996
+ "value": "var(--af-base-black)",
1997
+ "hex": {
1998
+ "hc-dark": "#000000"
1999
+ }
2000
+ },
2001
+ {
2002
+ "name": "--af-color-on-warning--hc-light",
2003
+ "key": "color-on-warning--hc-light",
2004
+ "category": "semantic",
2005
+ "group": "color-intent",
2006
+ "kind": "stored",
2007
+ "description": "High-contrast light stored value for --af-color-on-warning.",
2008
+ "value": "var(--af-base-black)",
2009
+ "hex": {
2010
+ "hc-light": "#000000"
2011
+ }
2012
+ },
2013
+ {
2014
+ "name": "--af-color-on-warning--light",
2015
+ "key": "color-on-warning--light",
2016
+ "category": "semantic",
2017
+ "group": "color-intent",
2018
+ "kind": "stored",
2019
+ "description": "Light stored value for --af-color-on-warning.",
2020
+ "value": "var(--af-base-neutral-900)",
2021
+ "hex": {
2022
+ "light": "#0d1117"
2023
+ }
2024
+ },
2025
+ {
2026
+ "name": "--af-color-primary",
2027
+ "key": "color-primary",
2028
+ "category": "semantic",
2029
+ "group": "color-intent",
2030
+ "kind": "static",
2031
+ "description": "Primary solid fill / icon color. For soft badges use *-soft + *-hard, not this as small text.",
2032
+ "value": "var(--af-base-primary)",
2033
+ "css": {
2034
+ "light": "var(--af-base-primary)",
2035
+ "dark": "var(--af-base-primary)",
2036
+ "hc-light": "var(--af-base-primary)",
2037
+ "hc-dark": "var(--af-base-primary)"
2038
+ },
2039
+ "hex": {
2040
+ "light": "#0e80eb",
2041
+ "dark": "#2463eb",
2042
+ "hc-light": "#0e80eb",
2043
+ "hc-dark": "#2463eb"
2044
+ }
2045
+ },
2046
+ {
2047
+ "name": "--af-color-primary-active",
2048
+ "key": "color-primary-active",
2049
+ "category": "semantic",
2050
+ "group": "color-derived",
2051
+ "kind": "derived",
2052
+ "description": "Pressed / active state of --af-color-primary. Prefer this over inventing an active color.",
2053
+ "value": "color-mix( in srgb, var(--af-color-primary), black var(--af-active-mix) )",
2054
+ "css": {
2055
+ "light": "color-mix( in srgb, var(--af-color-primary), black var(--af-active-mix) )",
2056
+ "dark": "color-mix( in srgb, var(--af-color-primary), black var(--af-active-mix) )",
2057
+ "hc-light": "color-mix( in srgb, var(--af-color-primary), black var(--af-active-mix) )",
2058
+ "hc-dark": "color-mix( in srgb, var(--af-color-primary), black var(--af-active-mix) )"
2059
+ },
2060
+ "hex": {
2061
+ "light": "#0b69c1",
2062
+ "dark": "#1e51c1",
2063
+ "hc-light": "#0b69c1",
2064
+ "hc-dark": "#1e51c1"
2065
+ }
2066
+ },
2067
+ {
2068
+ "name": "--af-color-primary-hard",
2069
+ "key": "color-primary-hard",
2070
+ "category": "semantic",
2071
+ "group": "color-derived",
2072
+ "kind": "derived",
2073
+ "description": "AA text/icon of --af-color-primary on --af-color-primary-soft (and soft surfaces). Not for solid fills — use --af-color-primary + on-* there.",
2074
+ "value": "color-mix( in srgb, var(--af-color-primary), var(--af-hard-toward) var(--af-hard-mix) )",
2075
+ "css": {
2076
+ "light": "color-mix( in srgb, var(--af-color-primary), var(--af-hard-toward) var(--af-hard-mix) )",
2077
+ "dark": "color-mix( in srgb, var(--af-color-primary), var(--af-hard-toward) var(--af-hard-mix) )",
2078
+ "hc-light": "color-mix( in srgb, var(--af-color-primary), var(--af-hard-toward) var(--af-hard-mix) )",
2079
+ "hc-dark": "color-mix( in srgb, var(--af-color-primary), var(--af-hard-toward) var(--af-hard-mix) )"
2080
+ },
2081
+ "hex": {
2082
+ "light": "#084681",
2083
+ "dark": "#87a9f4",
2084
+ "hc-light": "#084681",
2085
+ "hc-dark": "#87a9f4"
2086
+ }
2087
+ },
2088
+ {
2089
+ "name": "--af-color-primary-hover",
2090
+ "key": "color-primary-hover",
2091
+ "category": "semantic",
2092
+ "group": "color-derived",
2093
+ "kind": "derived",
2094
+ "description": "Hover state of --af-color-primary. Prefer this over inventing a hover color.",
2095
+ "value": "color-mix( in srgb, var(--af-color-primary), black var(--af-hover-mix) )",
2096
+ "css": {
2097
+ "light": "color-mix( in srgb, var(--af-color-primary), black var(--af-hover-mix) )",
2098
+ "dark": "color-mix( in srgb, var(--af-color-primary), black var(--af-hover-mix) )",
2099
+ "hc-light": "color-mix( in srgb, var(--af-color-primary), black var(--af-hover-mix) )",
2100
+ "hc-dark": "color-mix( in srgb, var(--af-color-primary), black var(--af-hover-mix) )"
2101
+ },
2102
+ "hex": {
2103
+ "light": "#0c71cf",
2104
+ "dark": "#2057cf",
2105
+ "hc-light": "#0c71cf",
2106
+ "hc-dark": "#2057cf"
2107
+ }
2108
+ },
2109
+ {
2110
+ "name": "--af-color-primary-soft",
2111
+ "key": "color-primary-soft",
2112
+ "category": "semantic",
2113
+ "group": "color-derived",
2114
+ "kind": "derived",
2115
+ "description": "Soft tint of --af-color-primary for badge/chip backgrounds. Pair text with --af-color-primary-hard — not mid-tone --af-color-primary.",
2116
+ "value": "color-mix( in srgb, var(--af-color-primary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2117
+ "css": {
2118
+ "light": "color-mix( in srgb, var(--af-color-primary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2119
+ "dark": "color-mix( in srgb, var(--af-color-primary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2120
+ "hc-light": "color-mix( in srgb, var(--af-color-primary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2121
+ "hc-dark": "color-mix( in srgb, var(--af-color-primary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )"
2122
+ },
2123
+ "hex": {
2124
+ "light": "#e2f0fd",
2125
+ "dark": "#141f38",
2126
+ "hc-light": "#e2f0fd",
2127
+ "hc-dark": "#1b2333"
2128
+ }
2129
+ },
2130
+ {
2131
+ "name": "--af-color-secondary",
2132
+ "key": "color-secondary",
2133
+ "category": "semantic",
2134
+ "group": "color-intent",
2135
+ "kind": "static",
2136
+ "description": "Secondary solid fill / icon color. Same soft/hard rule as primary.",
2137
+ "value": "var(--af-base-secondary)",
2138
+ "css": {
2139
+ "light": "var(--af-base-secondary)",
2140
+ "dark": "var(--af-base-secondary)",
2141
+ "hc-light": "var(--af-base-secondary)",
2142
+ "hc-dark": "var(--af-base-secondary)"
2143
+ },
2144
+ "hex": {
2145
+ "light": "#dbe1f4",
2146
+ "dark": "#dbe1f4",
2147
+ "hc-light": "#dbe1f4",
2148
+ "hc-dark": "#dbe1f4"
2149
+ }
2150
+ },
2151
+ {
2152
+ "name": "--af-color-secondary-active",
2153
+ "key": "color-secondary-active",
2154
+ "category": "semantic",
2155
+ "group": "color-derived",
2156
+ "kind": "derived",
2157
+ "description": "Pressed / active state of --af-color-secondary. Prefer this over inventing an active color.",
2158
+ "value": "color-mix( in srgb, var(--af-color-secondary), black var(--af-active-mix) )",
2159
+ "css": {
2160
+ "light": "color-mix( in srgb, var(--af-color-secondary), black var(--af-active-mix) )",
2161
+ "dark": "color-mix( in srgb, var(--af-color-secondary), black var(--af-active-mix) )",
2162
+ "hc-light": "color-mix( in srgb, var(--af-color-secondary), black var(--af-active-mix) )",
2163
+ "hc-dark": "color-mix( in srgb, var(--af-color-secondary), black var(--af-active-mix) )"
2164
+ },
2165
+ "hex": {
2166
+ "light": "#b4b9c8",
2167
+ "dark": "#b4b9c8",
2168
+ "hc-light": "#b4b9c8",
2169
+ "hc-dark": "#b4b9c8"
2170
+ }
2171
+ },
2172
+ {
2173
+ "name": "--af-color-secondary-hard",
2174
+ "key": "color-secondary-hard",
2175
+ "category": "semantic",
2176
+ "group": "color-derived",
2177
+ "kind": "derived",
2178
+ "description": "AA text/icon of --af-color-secondary on --af-color-secondary-soft (and soft surfaces). Not for solid fills — use --af-color-secondary + on-* there.",
2179
+ "value": "color-mix( in srgb, var(--af-color-secondary), var(--af-hard-toward) var(--af-hard-mix) )",
2180
+ "css": {
2181
+ "light": "color-mix( in srgb, var(--af-color-secondary), var(--af-hard-toward) var(--af-hard-mix) )",
2182
+ "dark": "color-mix( in srgb, var(--af-color-secondary), var(--af-hard-toward) var(--af-hard-mix) )",
2183
+ "hc-light": "color-mix( in srgb, var(--af-color-secondary), var(--af-hard-toward) var(--af-hard-mix) )",
2184
+ "hc-dark": "color-mix( in srgb, var(--af-color-secondary), var(--af-hard-toward) var(--af-hard-mix) )"
2185
+ },
2186
+ "hex": {
2187
+ "light": "#787c86",
2188
+ "dark": "#ebeff9",
2189
+ "hc-light": "#787c86",
2190
+ "hc-dark": "#ebeff9"
2191
+ }
2192
+ },
2193
+ {
2194
+ "name": "--af-color-secondary-hover",
2195
+ "key": "color-secondary-hover",
2196
+ "category": "semantic",
2197
+ "group": "color-derived",
2198
+ "kind": "derived",
2199
+ "description": "Hover state of --af-color-secondary. Prefer this over inventing a hover color.",
2200
+ "value": "color-mix( in srgb, var(--af-color-secondary), black var(--af-hover-mix) )",
2201
+ "css": {
2202
+ "light": "color-mix( in srgb, var(--af-color-secondary), black var(--af-hover-mix) )",
2203
+ "dark": "color-mix( in srgb, var(--af-color-secondary), black var(--af-hover-mix) )",
2204
+ "hc-light": "color-mix( in srgb, var(--af-color-secondary), black var(--af-hover-mix) )",
2205
+ "hc-dark": "color-mix( in srgb, var(--af-color-secondary), black var(--af-hover-mix) )"
2206
+ },
2207
+ "hex": {
2208
+ "light": "#c1c6d7",
2209
+ "dark": "#c1c6d7",
2210
+ "hc-light": "#c1c6d7",
2211
+ "hc-dark": "#c1c6d7"
2212
+ }
2213
+ },
2214
+ {
2215
+ "name": "--af-color-secondary-soft",
2216
+ "key": "color-secondary-soft",
2217
+ "category": "semantic",
2218
+ "group": "color-derived",
2219
+ "kind": "derived",
2220
+ "description": "Soft tint of --af-color-secondary for badge/chip backgrounds. Pair text with --af-color-secondary-hard — not mid-tone --af-color-secondary.",
2221
+ "value": "color-mix( in srgb, var(--af-color-secondary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2222
+ "css": {
2223
+ "light": "color-mix( in srgb, var(--af-color-secondary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2224
+ "dark": "color-mix( in srgb, var(--af-color-secondary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2225
+ "hc-light": "color-mix( in srgb, var(--af-color-secondary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2226
+ "hc-dark": "color-mix( in srgb, var(--af-color-secondary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )"
2227
+ },
2228
+ "hex": {
2229
+ "light": "#fbfbfe",
2230
+ "dark": "#2a2e39",
2231
+ "hc-light": "#fbfbfe",
2232
+ "hc-dark": "#313234"
2233
+ }
2234
+ },
2235
+ {
2236
+ "name": "--af-color-success",
2237
+ "key": "color-success",
2238
+ "category": "semantic",
2239
+ "group": "color-intent",
2240
+ "kind": "static",
2241
+ "description": "Success solid fill / icon. Not for small text on soft or white — use --af-color-success-hard.",
2242
+ "value": "var(--af-base-success)",
2243
+ "css": {
2244
+ "light": "var(--af-base-success)",
2245
+ "dark": "var(--af-base-success)",
2246
+ "hc-light": "var(--af-base-success)",
2247
+ "hc-dark": "var(--af-base-success)"
2248
+ },
2249
+ "hex": {
2250
+ "light": "#22c55e",
2251
+ "dark": "#22c55e",
2252
+ "hc-light": "#22c55e",
2253
+ "hc-dark": "#22c55e"
2254
+ }
2255
+ },
2256
+ {
2257
+ "name": "--af-color-success-active",
2258
+ "key": "color-success-active",
2259
+ "category": "semantic",
2260
+ "group": "color-derived",
2261
+ "kind": "derived",
2262
+ "description": "Pressed / active state of --af-color-success. Prefer this over inventing an active color.",
2263
+ "value": "color-mix( in srgb, var(--af-color-success), black var(--af-active-mix) )",
2264
+ "css": {
2265
+ "light": "color-mix( in srgb, var(--af-color-success), black var(--af-active-mix) )",
2266
+ "dark": "color-mix( in srgb, var(--af-color-success), black var(--af-active-mix) )",
2267
+ "hc-light": "color-mix( in srgb, var(--af-color-success), black var(--af-active-mix) )",
2268
+ "hc-dark": "color-mix( in srgb, var(--af-color-success), black var(--af-active-mix) )"
2269
+ },
2270
+ "hex": {
2271
+ "light": "#1ca24d",
2272
+ "dark": "#1ca24d",
2273
+ "hc-light": "#1ca24d",
2274
+ "hc-dark": "#1ca24d"
2275
+ }
2276
+ },
2277
+ {
2278
+ "name": "--af-color-success-hard",
2279
+ "key": "color-success-hard",
2280
+ "category": "semantic",
2281
+ "group": "color-derived",
2282
+ "kind": "derived",
2283
+ "description": "AA text/icon of --af-color-success on --af-color-success-soft (and soft surfaces). Not for solid fills — use --af-color-success + on-* there.",
2284
+ "value": "color-mix( in srgb, var(--af-color-success), var(--af-hard-toward) var(--af-hard-mix) )",
2285
+ "css": {
2286
+ "light": "color-mix( in srgb, var(--af-color-success), var(--af-hard-toward) var(--af-hard-mix) )",
2287
+ "dark": "color-mix( in srgb, var(--af-color-success), var(--af-hard-toward) var(--af-hard-mix) )",
2288
+ "hc-light": "color-mix( in srgb, var(--af-color-success), var(--af-hard-toward) var(--af-hard-mix) )",
2289
+ "hc-dark": "color-mix( in srgb, var(--af-color-success), var(--af-hard-toward) var(--af-hard-mix) )"
2290
+ },
2291
+ "hex": {
2292
+ "light": "#136c34",
2293
+ "dark": "#85dfa6",
2294
+ "hc-light": "#136c34",
2295
+ "hc-dark": "#85dfa6"
2296
+ }
2297
+ },
2298
+ {
2299
+ "name": "--af-color-success-hover",
2300
+ "key": "color-success-hover",
2301
+ "category": "semantic",
2302
+ "group": "color-derived",
2303
+ "kind": "derived",
2304
+ "description": "Hover state of --af-color-success. Prefer this over inventing a hover color.",
2305
+ "value": "color-mix( in srgb, var(--af-color-success), black var(--af-hover-mix) )",
2306
+ "css": {
2307
+ "light": "color-mix( in srgb, var(--af-color-success), black var(--af-hover-mix) )",
2308
+ "dark": "color-mix( in srgb, var(--af-color-success), black var(--af-hover-mix) )",
2309
+ "hc-light": "color-mix( in srgb, var(--af-color-success), black var(--af-hover-mix) )",
2310
+ "hc-dark": "color-mix( in srgb, var(--af-color-success), black var(--af-hover-mix) )"
2311
+ },
2312
+ "hex": {
2313
+ "light": "#1ead53",
2314
+ "dark": "#1ead53",
2315
+ "hc-light": "#1ead53",
2316
+ "hc-dark": "#1ead53"
2317
+ }
2318
+ },
2319
+ {
2320
+ "name": "--af-color-success-soft",
2321
+ "key": "color-success-soft",
2322
+ "category": "semantic",
2323
+ "group": "color-derived",
2324
+ "kind": "derived",
2325
+ "description": "Soft tint of --af-color-success for badge/chip backgrounds. Pair text with --af-color-success-hard — not mid-tone --af-color-success.",
2326
+ "value": "color-mix( in srgb, var(--af-color-success), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2327
+ "css": {
2328
+ "light": "color-mix( in srgb, var(--af-color-success), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2329
+ "dark": "color-mix( in srgb, var(--af-color-success), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2330
+ "hc-light": "color-mix( in srgb, var(--af-color-success), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2331
+ "hc-dark": "color-mix( in srgb, var(--af-color-success), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )"
2332
+ },
2333
+ "hex": {
2334
+ "light": "#e4f8ec",
2335
+ "dark": "#142b27",
2336
+ "hc-light": "#e4f8ec",
2337
+ "hc-dark": "#1b2f22"
2338
+ }
2339
+ },
2340
+ {
2341
+ "name": "--af-color-surface-inverse-primary",
2342
+ "key": "color-surface-inverse-primary",
2343
+ "category": "semantic",
2344
+ "group": "color-surface",
2345
+ "kind": "resolved",
2346
+ "description": "Inverse raised surface (e.g. dark footer on a light page).",
2347
+ "value": "var(--af-color-surface-inverse-primary--light)",
2348
+ "css": {
2349
+ "light": "var(--af-base-neutral-900)",
2350
+ "dark": "var(--af-base-white)",
2351
+ "hc-light": "var(--af-base-black)",
2352
+ "hc-dark": "var(--af-base-white)"
2353
+ },
2354
+ "hex": {
2355
+ "light": "#0d1117",
2356
+ "dark": "#ffffff",
2357
+ "hc-light": "#000000",
2358
+ "hc-dark": "#ffffff"
2359
+ }
2360
+ },
2361
+ {
2362
+ "name": "--af-color-surface-inverse-primary--dark",
2363
+ "key": "color-surface-inverse-primary--dark",
2364
+ "category": "semantic",
2365
+ "group": "color-surface",
2366
+ "kind": "stored",
2367
+ "description": "Dark stored value for --af-color-surface-inverse-primary.",
2368
+ "value": "var(--af-base-white)",
2369
+ "hex": {
2370
+ "dark": "#ffffff"
2371
+ }
2372
+ },
2373
+ {
2374
+ "name": "--af-color-surface-inverse-primary--hc-dark",
2375
+ "key": "color-surface-inverse-primary--hc-dark",
2376
+ "category": "semantic",
2377
+ "group": "color-surface",
2378
+ "kind": "stored",
2379
+ "description": "High-contrast dark stored value for --af-color-surface-inverse-primary.",
2380
+ "value": "var(--af-base-white)",
2381
+ "hex": {
2382
+ "hc-dark": "#ffffff"
2383
+ }
2384
+ },
2385
+ {
2386
+ "name": "--af-color-surface-inverse-primary--hc-light",
2387
+ "key": "color-surface-inverse-primary--hc-light",
2388
+ "category": "semantic",
2389
+ "group": "color-surface",
2390
+ "kind": "stored",
2391
+ "description": "High-contrast light stored value for --af-color-surface-inverse-primary.",
2392
+ "value": "var(--af-base-black)",
2393
+ "hex": {
2394
+ "hc-light": "#000000"
2395
+ }
2396
+ },
2397
+ {
2398
+ "name": "--af-color-surface-inverse-primary--light",
2399
+ "key": "color-surface-inverse-primary--light",
2400
+ "category": "semantic",
2401
+ "group": "color-surface",
2402
+ "kind": "stored",
2403
+ "description": "Light stored value for --af-color-surface-inverse-primary.",
2404
+ "value": "var(--af-base-neutral-900)",
2405
+ "hex": {
2406
+ "light": "#0d1117"
2407
+ }
2408
+ },
2409
+ {
2410
+ "name": "--af-color-surface-inverse-secondary",
2411
+ "key": "color-surface-inverse-secondary",
2412
+ "category": "semantic",
2413
+ "group": "color-surface",
2414
+ "kind": "resolved",
2415
+ "description": "Inverse secondary surface. Pair with --af-color-text-inverse.",
2416
+ "value": "var(--af-color-surface-inverse-secondary--light)",
2417
+ "css": {
2418
+ "light": "var(--af-base-neutral-800)",
2419
+ "dark": "var(--af-base-neutral-50)",
2420
+ "hc-light": "#1a1a1a",
2421
+ "hc-dark": "#f5f5f5"
2422
+ },
2423
+ "hex": {
2424
+ "light": "#121620",
2425
+ "dark": "#f8fafc",
2426
+ "hc-light": "#1a1a1a",
2427
+ "hc-dark": "#f5f5f5"
2428
+ }
2429
+ },
2430
+ {
2431
+ "name": "--af-color-surface-inverse-secondary--dark",
2432
+ "key": "color-surface-inverse-secondary--dark",
2433
+ "category": "semantic",
2434
+ "group": "color-surface",
2435
+ "kind": "stored",
2436
+ "description": "Dark stored value for --af-color-surface-inverse-secondary.",
2437
+ "value": "var(--af-base-neutral-50)",
2438
+ "hex": {
2439
+ "dark": "#f8fafc"
2440
+ }
2441
+ },
2442
+ {
2443
+ "name": "--af-color-surface-inverse-secondary--hc-dark",
2444
+ "key": "color-surface-inverse-secondary--hc-dark",
2445
+ "category": "semantic",
2446
+ "group": "color-surface",
2447
+ "kind": "stored",
2448
+ "description": "High-contrast dark stored value for --af-color-surface-inverse-secondary.",
2449
+ "value": "#f5f5f5",
2450
+ "hex": {
2451
+ "hc-dark": "#f5f5f5"
2452
+ }
2453
+ },
2454
+ {
2455
+ "name": "--af-color-surface-inverse-secondary--hc-light",
2456
+ "key": "color-surface-inverse-secondary--hc-light",
2457
+ "category": "semantic",
2458
+ "group": "color-surface",
2459
+ "kind": "stored",
2460
+ "description": "High-contrast light stored value for --af-color-surface-inverse-secondary.",
2461
+ "value": "#1a1a1a",
2462
+ "hex": {
2463
+ "hc-light": "#1a1a1a"
2464
+ }
2465
+ },
2466
+ {
2467
+ "name": "--af-color-surface-inverse-secondary--light",
2468
+ "key": "color-surface-inverse-secondary--light",
2469
+ "category": "semantic",
2470
+ "group": "color-surface",
2471
+ "kind": "stored",
2472
+ "description": "Light stored value for --af-color-surface-inverse-secondary.",
2473
+ "value": "var(--af-base-neutral-800)",
2474
+ "hex": {
2475
+ "light": "#121620"
2476
+ }
2477
+ },
2478
+ {
2479
+ "name": "--af-color-surface-inverse-tertiary",
2480
+ "key": "color-surface-inverse-tertiary",
2481
+ "category": "semantic",
2482
+ "group": "color-surface",
2483
+ "kind": "resolved",
2484
+ "description": "Inverse tertiary surface. Pair with --af-color-text-inverse.",
2485
+ "value": "var(--af-color-surface-inverse-tertiary--light)",
2486
+ "css": {
2487
+ "light": "var(--af-base-neutral-700)",
2488
+ "dark": "var(--af-base-neutral-100)",
2489
+ "hc-light": "#333333",
2490
+ "hc-dark": "#e6e6e6"
2491
+ },
2492
+ "hex": {
2493
+ "light": "#1d2434",
2494
+ "dark": "#f1f5f9",
2495
+ "hc-light": "#333333",
2496
+ "hc-dark": "#e6e6e6"
2497
+ }
2498
+ },
2499
+ {
2500
+ "name": "--af-color-surface-inverse-tertiary--dark",
2501
+ "key": "color-surface-inverse-tertiary--dark",
2502
+ "category": "semantic",
2503
+ "group": "color-surface",
2504
+ "kind": "stored",
2505
+ "description": "Dark stored value for --af-color-surface-inverse-tertiary.",
2506
+ "value": "var(--af-base-neutral-100)",
2507
+ "hex": {
2508
+ "dark": "#f1f5f9"
2509
+ }
2510
+ },
2511
+ {
2512
+ "name": "--af-color-surface-inverse-tertiary--hc-dark",
2513
+ "key": "color-surface-inverse-tertiary--hc-dark",
2514
+ "category": "semantic",
2515
+ "group": "color-surface",
2516
+ "kind": "stored",
2517
+ "description": "High-contrast dark stored value for --af-color-surface-inverse-tertiary.",
2518
+ "value": "#e6e6e6",
2519
+ "hex": {
2520
+ "hc-dark": "#e6e6e6"
2521
+ }
2522
+ },
2523
+ {
2524
+ "name": "--af-color-surface-inverse-tertiary--hc-light",
2525
+ "key": "color-surface-inverse-tertiary--hc-light",
2526
+ "category": "semantic",
2527
+ "group": "color-surface",
2528
+ "kind": "stored",
2529
+ "description": "High-contrast light stored value for --af-color-surface-inverse-tertiary.",
2530
+ "value": "#333333",
2531
+ "hex": {
2532
+ "hc-light": "#333333"
2533
+ }
2534
+ },
2535
+ {
2536
+ "name": "--af-color-surface-inverse-tertiary--light",
2537
+ "key": "color-surface-inverse-tertiary--light",
2538
+ "category": "semantic",
2539
+ "group": "color-surface",
2540
+ "kind": "stored",
2541
+ "description": "Light stored value for --af-color-surface-inverse-tertiary.",
2542
+ "value": "var(--af-base-neutral-700)",
2543
+ "hex": {
2544
+ "light": "#1d2434"
2545
+ }
2546
+ },
2547
+ {
2548
+ "name": "--af-color-surface-primary",
2549
+ "key": "color-surface-primary",
2550
+ "category": "semantic",
2551
+ "group": "color-surface",
2552
+ "kind": "resolved",
2553
+ "description": "Raised surface on the page (cards, dialogs, inputs).",
2554
+ "value": "var(--af-color-surface-primary--light)",
2555
+ "css": {
2556
+ "light": "var(--af-base-white)",
2557
+ "dark": "var(--af-base-neutral-800)",
2558
+ "hc-light": "var(--af-base-white)",
2559
+ "hc-dark": "#1a1a1a"
2560
+ },
2561
+ "hex": {
2562
+ "light": "#ffffff",
2563
+ "dark": "#121620",
2564
+ "hc-light": "#ffffff",
2565
+ "hc-dark": "#1a1a1a"
2566
+ }
2567
+ },
2568
+ {
2569
+ "name": "--af-color-surface-primary--dark",
2570
+ "key": "color-surface-primary--dark",
2571
+ "category": "semantic",
2572
+ "group": "color-surface",
2573
+ "kind": "stored",
2574
+ "description": "Dark stored value for --af-color-surface-primary.",
2575
+ "value": "var(--af-base-neutral-800)",
2576
+ "hex": {
2577
+ "dark": "#121620"
2578
+ }
2579
+ },
2580
+ {
2581
+ "name": "--af-color-surface-primary--hc-dark",
2582
+ "key": "color-surface-primary--hc-dark",
2583
+ "category": "semantic",
2584
+ "group": "color-surface",
2585
+ "kind": "stored",
2586
+ "description": "High-contrast dark stored value for --af-color-surface-primary.",
2587
+ "value": "#1a1a1a",
2588
+ "hex": {
2589
+ "hc-dark": "#1a1a1a"
2590
+ }
2591
+ },
2592
+ {
2593
+ "name": "--af-color-surface-primary--hc-light",
2594
+ "key": "color-surface-primary--hc-light",
2595
+ "category": "semantic",
2596
+ "group": "color-surface",
2597
+ "kind": "stored",
2598
+ "description": "High-contrast light stored value for --af-color-surface-primary.",
2599
+ "value": "var(--af-base-white)",
2600
+ "hex": {
2601
+ "hc-light": "#ffffff"
2602
+ }
2603
+ },
2604
+ {
2605
+ "name": "--af-color-surface-primary--light",
2606
+ "key": "color-surface-primary--light",
2607
+ "category": "semantic",
2608
+ "group": "color-surface",
2609
+ "kind": "stored",
2610
+ "description": "Light stored value for --af-color-surface-primary.",
2611
+ "value": "var(--af-base-white)",
2612
+ "hex": {
2613
+ "light": "#ffffff"
2614
+ }
2615
+ },
2616
+ {
2617
+ "name": "--af-color-surface-secondary",
2618
+ "key": "color-surface-secondary",
2619
+ "category": "semantic",
2620
+ "group": "color-surface",
2621
+ "kind": "resolved",
2622
+ "description": "Recessed / grouped surface (sidebars, wells). Sit on background, under primary.",
2623
+ "value": "var(--af-color-surface-secondary--light)",
2624
+ "css": {
2625
+ "light": "var(--af-base-neutral-50)",
2626
+ "dark": "var(--af-base-neutral-700)",
2627
+ "hc-light": "#f5f5f5",
2628
+ "hc-dark": "#2a2a2a"
2629
+ },
2630
+ "hex": {
2631
+ "light": "#f8fafc",
2632
+ "dark": "#1d2434",
2633
+ "hc-light": "#f5f5f5",
2634
+ "hc-dark": "#2a2a2a"
2635
+ }
2636
+ },
2637
+ {
2638
+ "name": "--af-color-surface-secondary--dark",
2639
+ "key": "color-surface-secondary--dark",
2640
+ "category": "semantic",
2641
+ "group": "color-surface",
2642
+ "kind": "stored",
2643
+ "description": "Dark stored value for --af-color-surface-secondary.",
2644
+ "value": "var(--af-base-neutral-700)",
2645
+ "hex": {
2646
+ "dark": "#1d2434"
2647
+ }
2648
+ },
2649
+ {
2650
+ "name": "--af-color-surface-secondary--hc-dark",
2651
+ "key": "color-surface-secondary--hc-dark",
2652
+ "category": "semantic",
2653
+ "group": "color-surface",
2654
+ "kind": "stored",
2655
+ "description": "High-contrast dark stored value for --af-color-surface-secondary.",
2656
+ "value": "#2a2a2a",
2657
+ "hex": {
2658
+ "hc-dark": "#2a2a2a"
2659
+ }
2660
+ },
2661
+ {
2662
+ "name": "--af-color-surface-secondary--hc-light",
2663
+ "key": "color-surface-secondary--hc-light",
2664
+ "category": "semantic",
2665
+ "group": "color-surface",
2666
+ "kind": "stored",
2667
+ "description": "High-contrast light stored value for --af-color-surface-secondary.",
2668
+ "value": "#f5f5f5",
2669
+ "hex": {
2670
+ "hc-light": "#f5f5f5"
2671
+ }
2672
+ },
2673
+ {
2674
+ "name": "--af-color-surface-secondary--light",
2675
+ "key": "color-surface-secondary--light",
2676
+ "category": "semantic",
2677
+ "group": "color-surface",
2678
+ "kind": "stored",
2679
+ "description": "Light stored value for --af-color-surface-secondary.",
2680
+ "value": "var(--af-base-neutral-50)",
2681
+ "hex": {
2682
+ "light": "#f8fafc"
2683
+ }
2684
+ },
2685
+ {
2686
+ "name": "--af-color-surface-tertiary",
2687
+ "key": "color-surface-tertiary",
2688
+ "category": "semantic",
2689
+ "group": "color-surface",
2690
+ "kind": "resolved",
2691
+ "description": "Deepest recessed surface (nested wells, table chrome).",
2692
+ "value": "var(--af-color-surface-tertiary--light)",
2693
+ "css": {
2694
+ "light": "var(--af-base-neutral-100)",
2695
+ "dark": "var(--af-base-neutral-600)",
2696
+ "hc-light": "#e6e6e6",
2697
+ "hc-dark": "#333333"
2698
+ },
2699
+ "hex": {
2700
+ "light": "#f1f5f9",
2701
+ "dark": "#475569",
2702
+ "hc-light": "#e6e6e6",
2703
+ "hc-dark": "#333333"
2704
+ }
2705
+ },
2706
+ {
2707
+ "name": "--af-color-surface-tertiary--dark",
2708
+ "key": "color-surface-tertiary--dark",
2709
+ "category": "semantic",
2710
+ "group": "color-surface",
2711
+ "kind": "stored",
2712
+ "description": "Dark stored value for --af-color-surface-tertiary.",
2713
+ "value": "var(--af-base-neutral-600)",
2714
+ "hex": {
2715
+ "dark": "#475569"
2716
+ }
2717
+ },
2718
+ {
2719
+ "name": "--af-color-surface-tertiary--hc-dark",
2720
+ "key": "color-surface-tertiary--hc-dark",
2721
+ "category": "semantic",
2722
+ "group": "color-surface",
2723
+ "kind": "stored",
2724
+ "description": "High-contrast dark stored value for --af-color-surface-tertiary.",
2725
+ "value": "#333333",
2726
+ "hex": {
2727
+ "hc-dark": "#333333"
2728
+ }
2729
+ },
2730
+ {
2731
+ "name": "--af-color-surface-tertiary--hc-light",
2732
+ "key": "color-surface-tertiary--hc-light",
2733
+ "category": "semantic",
2734
+ "group": "color-surface",
2735
+ "kind": "stored",
2736
+ "description": "High-contrast light stored value for --af-color-surface-tertiary.",
2737
+ "value": "#e6e6e6",
2738
+ "hex": {
2739
+ "hc-light": "#e6e6e6"
2740
+ }
2741
+ },
2742
+ {
2743
+ "name": "--af-color-surface-tertiary--light",
2744
+ "key": "color-surface-tertiary--light",
2745
+ "category": "semantic",
2746
+ "group": "color-surface",
2747
+ "kind": "stored",
2748
+ "description": "Light stored value for --af-color-surface-tertiary.",
2749
+ "value": "var(--af-base-neutral-100)",
2750
+ "hex": {
2751
+ "light": "#f1f5f9"
2752
+ }
2753
+ },
2754
+ {
2755
+ "name": "--af-color-tertiary",
2756
+ "key": "color-tertiary",
2757
+ "category": "semantic",
2758
+ "group": "color-intent",
2759
+ "kind": "static",
2760
+ "description": "Tertiary solid fill / icon color. Same soft/hard rule as primary.",
2761
+ "value": "var(--af-base-tertiary)",
2762
+ "css": {
2763
+ "light": "var(--af-base-tertiary)",
2764
+ "dark": "var(--af-base-tertiary)",
2765
+ "hc-light": "var(--af-base-tertiary)",
2766
+ "hc-dark": "var(--af-base-tertiary)"
2767
+ },
2768
+ "hex": {
2769
+ "light": "#111827",
2770
+ "dark": "#111827",
2771
+ "hc-light": "#111827",
2772
+ "hc-dark": "#111827"
2773
+ }
2774
+ },
2775
+ {
2776
+ "name": "--af-color-tertiary-active",
2777
+ "key": "color-tertiary-active",
2778
+ "category": "semantic",
2779
+ "group": "color-derived",
2780
+ "kind": "derived",
2781
+ "description": "Pressed / active state of --af-color-tertiary. Prefer this over inventing an active color.",
2782
+ "value": "color-mix( in srgb, var(--af-color-tertiary), black var(--af-active-mix) )",
2783
+ "css": {
2784
+ "light": "color-mix( in srgb, var(--af-color-tertiary), black var(--af-active-mix) )",
2785
+ "dark": "color-mix( in srgb, var(--af-color-tertiary), black var(--af-active-mix) )",
2786
+ "hc-light": "color-mix( in srgb, var(--af-color-tertiary), black var(--af-active-mix) )",
2787
+ "hc-dark": "color-mix( in srgb, var(--af-color-tertiary), black var(--af-active-mix) )"
2788
+ },
2789
+ "hex": {
2790
+ "light": "#0e1420",
2791
+ "dark": "#0e1420",
2792
+ "hc-light": "#0e1420",
2793
+ "hc-dark": "#0e1420"
2794
+ }
2795
+ },
2796
+ {
2797
+ "name": "--af-color-tertiary-hard",
2798
+ "key": "color-tertiary-hard",
2799
+ "category": "semantic",
2800
+ "group": "color-derived",
2801
+ "kind": "derived",
2802
+ "description": "AA text/icon of --af-color-tertiary on --af-color-tertiary-soft (and soft surfaces). Not for solid fills — use --af-color-tertiary + on-* there.",
2803
+ "value": "color-mix( in srgb, var(--af-color-tertiary), var(--af-hard-toward) var(--af-hard-mix) )",
2804
+ "css": {
2805
+ "light": "color-mix( in srgb, var(--af-color-tertiary), var(--af-hard-toward) var(--af-hard-mix) )",
2806
+ "dark": "color-mix( in srgb, var(--af-color-tertiary), var(--af-hard-toward) var(--af-hard-mix) )",
2807
+ "hc-light": "color-mix( in srgb, var(--af-color-tertiary), var(--af-hard-toward) var(--af-hard-mix) )",
2808
+ "hc-dark": "color-mix( in srgb, var(--af-color-tertiary), var(--af-hard-toward) var(--af-hard-mix) )"
2809
+ },
2810
+ "hex": {
2811
+ "light": "#090d15",
2812
+ "dark": "#7c8088",
2813
+ "hc-light": "#090d15",
2814
+ "hc-dark": "#7c8088"
2815
+ }
2816
+ },
2817
+ {
2818
+ "name": "--af-color-tertiary-hover",
2819
+ "key": "color-tertiary-hover",
2820
+ "category": "semantic",
2821
+ "group": "color-derived",
2822
+ "kind": "derived",
2823
+ "description": "Hover state of --af-color-tertiary. Prefer this over inventing a hover color.",
2824
+ "value": "color-mix( in srgb, var(--af-color-tertiary), black var(--af-hover-mix) )",
2825
+ "css": {
2826
+ "light": "color-mix( in srgb, var(--af-color-tertiary), black var(--af-hover-mix) )",
2827
+ "dark": "color-mix( in srgb, var(--af-color-tertiary), black var(--af-hover-mix) )",
2828
+ "hc-light": "color-mix( in srgb, var(--af-color-tertiary), black var(--af-hover-mix) )",
2829
+ "hc-dark": "color-mix( in srgb, var(--af-color-tertiary), black var(--af-hover-mix) )"
2830
+ },
2831
+ "hex": {
2832
+ "light": "#0f1522",
2833
+ "dark": "#0f1522",
2834
+ "hc-light": "#0f1522",
2835
+ "hc-dark": "#0f1522"
2836
+ }
2837
+ },
2838
+ {
2839
+ "name": "--af-color-tertiary-soft",
2840
+ "key": "color-tertiary-soft",
2841
+ "category": "semantic",
2842
+ "group": "color-derived",
2843
+ "kind": "derived",
2844
+ "description": "Soft tint of --af-color-tertiary for badge/chip backgrounds. Pair text with --af-color-tertiary-hard — not mid-tone --af-color-tertiary.",
2845
+ "value": "color-mix( in srgb, var(--af-color-tertiary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2846
+ "css": {
2847
+ "light": "color-mix( in srgb, var(--af-color-tertiary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2848
+ "dark": "color-mix( in srgb, var(--af-color-tertiary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2849
+ "hc-light": "color-mix( in srgb, var(--af-color-tertiary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
2850
+ "hc-dark": "color-mix( in srgb, var(--af-color-tertiary), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )"
2851
+ },
2852
+ "hex": {
2853
+ "light": "#e2e3e5",
2854
+ "dark": "#121621",
2855
+ "hc-light": "#e2e3e5",
2856
+ "hc-dark": "#191a1c"
2857
+ }
2858
+ },
2859
+ {
2860
+ "name": "--af-color-text",
2861
+ "key": "color-text",
2862
+ "category": "semantic",
2863
+ "group": "color-surface",
2864
+ "kind": "resolved",
2865
+ "description": "Default body text on page/surface backgrounds.",
2866
+ "value": "var(--af-color-text--light)",
2867
+ "css": {
2868
+ "light": "var(--af-base-neutral-900)",
2869
+ "dark": "var(--af-base-neutral-50)",
2870
+ "hc-light": "var(--af-base-black)",
2871
+ "hc-dark": "var(--af-base-white)"
2872
+ },
2873
+ "hex": {
2874
+ "light": "#0d1117",
2875
+ "dark": "#f8fafc",
2876
+ "hc-light": "#000000",
2877
+ "hc-dark": "#ffffff"
2878
+ }
2879
+ },
2880
+ {
2881
+ "name": "--af-color-text--dark",
2882
+ "key": "color-text--dark",
2883
+ "category": "semantic",
2884
+ "group": "color-surface",
2885
+ "kind": "stored",
2886
+ "description": "Dark stored value for --af-color-text.",
2887
+ "value": "var(--af-base-neutral-50)",
2888
+ "hex": {
2889
+ "dark": "#f8fafc"
2890
+ }
2891
+ },
2892
+ {
2893
+ "name": "--af-color-text--hc-dark",
2894
+ "key": "color-text--hc-dark",
2895
+ "category": "semantic",
2896
+ "group": "color-surface",
2897
+ "kind": "stored",
2898
+ "description": "High-contrast dark stored value for --af-color-text.",
2899
+ "value": "var(--af-base-white)",
2900
+ "hex": {
2901
+ "hc-dark": "#ffffff"
2902
+ }
2903
+ },
2904
+ {
2905
+ "name": "--af-color-text--hc-light",
2906
+ "key": "color-text--hc-light",
2907
+ "category": "semantic",
2908
+ "group": "color-surface",
2909
+ "kind": "stored",
2910
+ "description": "High-contrast light stored value for --af-color-text.",
2911
+ "value": "var(--af-base-black)",
2912
+ "hex": {
2913
+ "hc-light": "#000000"
2914
+ }
2915
+ },
2916
+ {
2917
+ "name": "--af-color-text--light",
2918
+ "key": "color-text--light",
2919
+ "category": "semantic",
2920
+ "group": "color-surface",
2921
+ "kind": "stored",
2922
+ "description": "Light stored value for --af-color-text.",
2923
+ "value": "var(--af-base-neutral-900)",
2924
+ "hex": {
2925
+ "light": "#0d1117"
2926
+ }
2927
+ },
2928
+ {
2929
+ "name": "--af-color-text-inverse",
2930
+ "key": "color-text-inverse",
2931
+ "category": "semantic",
2932
+ "group": "color-surface",
2933
+ "kind": "resolved",
2934
+ "description": "Text/icons on inverse surfaces — not on normal backgrounds.",
2935
+ "value": "var(--af-color-text-inverse--light)",
2936
+ "css": {
2937
+ "light": "var(--af-base-white)",
2938
+ "dark": "var(--af-base-neutral-900)",
2939
+ "hc-light": "var(--af-base-white)",
2940
+ "hc-dark": "var(--af-base-black)"
2941
+ },
2942
+ "hex": {
2943
+ "light": "#ffffff",
2944
+ "dark": "#0d1117",
2945
+ "hc-light": "#ffffff",
2946
+ "hc-dark": "#000000"
2947
+ }
2948
+ },
2949
+ {
2950
+ "name": "--af-color-text-inverse--dark",
2951
+ "key": "color-text-inverse--dark",
2952
+ "category": "semantic",
2953
+ "group": "color-surface",
2954
+ "kind": "stored",
2955
+ "description": "Dark stored value for --af-color-text-inverse.",
2956
+ "value": "var(--af-base-neutral-900)",
2957
+ "hex": {
2958
+ "dark": "#0d1117"
2959
+ }
2960
+ },
2961
+ {
2962
+ "name": "--af-color-text-inverse--hc-dark",
2963
+ "key": "color-text-inverse--hc-dark",
2964
+ "category": "semantic",
2965
+ "group": "color-surface",
2966
+ "kind": "stored",
2967
+ "description": "High-contrast dark stored value for --af-color-text-inverse.",
2968
+ "value": "var(--af-base-black)",
2969
+ "hex": {
2970
+ "hc-dark": "#000000"
2971
+ }
2972
+ },
2973
+ {
2974
+ "name": "--af-color-text-inverse--hc-light",
2975
+ "key": "color-text-inverse--hc-light",
2976
+ "category": "semantic",
2977
+ "group": "color-surface",
2978
+ "kind": "stored",
2979
+ "description": "High-contrast light stored value for --af-color-text-inverse.",
2980
+ "value": "var(--af-base-white)",
2981
+ "hex": {
2982
+ "hc-light": "#ffffff"
2983
+ }
2984
+ },
2985
+ {
2986
+ "name": "--af-color-text-inverse--light",
2987
+ "key": "color-text-inverse--light",
2988
+ "category": "semantic",
2989
+ "group": "color-surface",
2990
+ "kind": "stored",
2991
+ "description": "Light stored value for --af-color-text-inverse.",
2992
+ "value": "var(--af-base-white)",
2993
+ "hex": {
2994
+ "light": "#ffffff"
2995
+ }
2996
+ },
2997
+ {
2998
+ "name": "--af-color-text-muted",
2999
+ "key": "color-text-muted",
3000
+ "category": "semantic",
3001
+ "group": "color-surface",
3002
+ "kind": "resolved",
3003
+ "description": "Secondary / helper text. Prefer for captions; still needs contrast.",
3004
+ "value": "var(--af-color-text-muted--light)",
3005
+ "css": {
3006
+ "light": "var(--af-base-neutral-700)",
3007
+ "dark": "var(--af-base-neutral-300)",
3008
+ "hc-light": "#333333",
3009
+ "hc-dark": "#cccccc"
3010
+ },
3011
+ "hex": {
3012
+ "light": "#1d2434",
3013
+ "dark": "#cbd5e1",
3014
+ "hc-light": "#333333",
3015
+ "hc-dark": "#cccccc"
3016
+ }
3017
+ },
3018
+ {
3019
+ "name": "--af-color-text-muted--dark",
3020
+ "key": "color-text-muted--dark",
3021
+ "category": "semantic",
3022
+ "group": "color-surface",
3023
+ "kind": "stored",
3024
+ "description": "Dark stored value for --af-color-text-muted.",
3025
+ "value": "var(--af-base-neutral-300)",
3026
+ "hex": {
3027
+ "dark": "#cbd5e1"
3028
+ }
3029
+ },
3030
+ {
3031
+ "name": "--af-color-text-muted--hc-dark",
3032
+ "key": "color-text-muted--hc-dark",
3033
+ "category": "semantic",
3034
+ "group": "color-surface",
3035
+ "kind": "stored",
3036
+ "description": "High-contrast dark stored value for --af-color-text-muted.",
3037
+ "value": "#cccccc",
3038
+ "hex": {
3039
+ "hc-dark": "#cccccc"
3040
+ }
3041
+ },
3042
+ {
3043
+ "name": "--af-color-text-muted--hc-light",
3044
+ "key": "color-text-muted--hc-light",
3045
+ "category": "semantic",
3046
+ "group": "color-surface",
3047
+ "kind": "stored",
3048
+ "description": "High-contrast light stored value for --af-color-text-muted.",
3049
+ "value": "#333333",
3050
+ "hex": {
3051
+ "hc-light": "#333333"
3052
+ }
3053
+ },
3054
+ {
3055
+ "name": "--af-color-text-muted--light",
3056
+ "key": "color-text-muted--light",
3057
+ "category": "semantic",
3058
+ "group": "color-surface",
3059
+ "kind": "stored",
3060
+ "description": "Light stored value for --af-color-text-muted.",
3061
+ "value": "var(--af-base-neutral-700)",
3062
+ "hex": {
3063
+ "light": "#1d2434"
3064
+ }
3065
+ },
3066
+ {
3067
+ "name": "--af-color-warning",
3068
+ "key": "color-warning",
3069
+ "category": "semantic",
3070
+ "group": "color-intent",
3071
+ "kind": "static",
3072
+ "description": "Warning solid fill / icon. Not for small text on soft or white — use --af-color-warning-hard.",
3073
+ "value": "var(--af-base-warning)",
3074
+ "css": {
3075
+ "light": "var(--af-base-warning)",
3076
+ "dark": "var(--af-base-warning)",
3077
+ "hc-light": "var(--af-base-warning)",
3078
+ "hc-dark": "var(--af-base-warning)"
3079
+ },
3080
+ "hex": {
3081
+ "light": "#fbbf24",
3082
+ "dark": "#fbbf24",
3083
+ "hc-light": "#fbbf24",
3084
+ "hc-dark": "#fbbf24"
3085
+ }
3086
+ },
3087
+ {
3088
+ "name": "--af-color-warning-active",
3089
+ "key": "color-warning-active",
3090
+ "category": "semantic",
3091
+ "group": "color-derived",
3092
+ "kind": "derived",
3093
+ "description": "Pressed / active state of --af-color-warning. Prefer this over inventing an active color.",
3094
+ "value": "color-mix( in srgb, var(--af-color-warning), black var(--af-active-mix) )",
3095
+ "css": {
3096
+ "light": "color-mix( in srgb, var(--af-color-warning), black var(--af-active-mix) )",
3097
+ "dark": "color-mix( in srgb, var(--af-color-warning), black var(--af-active-mix) )",
3098
+ "hc-light": "color-mix( in srgb, var(--af-color-warning), black var(--af-active-mix) )",
3099
+ "hc-dark": "color-mix( in srgb, var(--af-color-warning), black var(--af-active-mix) )"
3100
+ },
3101
+ "hex": {
3102
+ "light": "#ce9d1e",
3103
+ "dark": "#ce9d1e",
3104
+ "hc-light": "#ce9d1e",
3105
+ "hc-dark": "#ce9d1e"
3106
+ }
3107
+ },
3108
+ {
3109
+ "name": "--af-color-warning-hard",
3110
+ "key": "color-warning-hard",
3111
+ "category": "semantic",
3112
+ "group": "color-derived",
3113
+ "kind": "derived",
3114
+ "description": "AA text/icon of --af-color-warning on --af-color-warning-soft (and soft surfaces). Not for solid fills — use --af-color-warning + on-* there.",
3115
+ "value": "color-mix( in srgb, var(--af-color-warning), var(--af-hard-toward) var(--af-hard-mix) )",
3116
+ "css": {
3117
+ "light": "color-mix( in srgb, var(--af-color-warning), var(--af-hard-toward) var(--af-hard-mix) )",
3118
+ "dark": "color-mix( in srgb, var(--af-color-warning), var(--af-hard-toward) var(--af-hard-mix) )",
3119
+ "hc-light": "color-mix( in srgb, var(--af-color-warning), var(--af-hard-toward) var(--af-hard-mix) )",
3120
+ "hc-dark": "color-mix( in srgb, var(--af-color-warning), var(--af-hard-toward) var(--af-hard-mix) )"
3121
+ },
3122
+ "hex": {
3123
+ "light": "#8a6914",
3124
+ "dark": "#fddc87",
3125
+ "hc-light": "#8a6914",
3126
+ "hc-dark": "#fddc87"
3127
+ }
3128
+ },
3129
+ {
3130
+ "name": "--af-color-warning-hover",
3131
+ "key": "color-warning-hover",
3132
+ "category": "semantic",
3133
+ "group": "color-derived",
3134
+ "kind": "derived",
3135
+ "description": "Hover state of --af-color-warning. Prefer this over inventing a hover color.",
3136
+ "value": "color-mix( in srgb, var(--af-color-warning), black var(--af-hover-mix) )",
3137
+ "css": {
3138
+ "light": "color-mix( in srgb, var(--af-color-warning), black var(--af-hover-mix) )",
3139
+ "dark": "color-mix( in srgb, var(--af-color-warning), black var(--af-hover-mix) )",
3140
+ "hc-light": "color-mix( in srgb, var(--af-color-warning), black var(--af-hover-mix) )",
3141
+ "hc-dark": "color-mix( in srgb, var(--af-color-warning), black var(--af-hover-mix) )"
3142
+ },
3143
+ "hex": {
3144
+ "light": "#dda820",
3145
+ "dark": "#dda820",
3146
+ "hc-light": "#dda820",
3147
+ "hc-dark": "#dda820"
3148
+ }
3149
+ },
3150
+ {
3151
+ "name": "--af-color-warning-soft",
3152
+ "key": "color-warning-soft",
3153
+ "category": "semantic",
3154
+ "group": "color-derived",
3155
+ "kind": "derived",
3156
+ "description": "Soft tint of --af-color-warning for badge/chip backgrounds. Pair text with --af-color-warning-hard — not mid-tone --af-color-warning.",
3157
+ "value": "color-mix( in srgb, var(--af-color-warning), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
3158
+ "css": {
3159
+ "light": "color-mix( in srgb, var(--af-color-warning), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
3160
+ "dark": "color-mix( in srgb, var(--af-color-warning), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
3161
+ "hc-light": "color-mix( in srgb, var(--af-color-warning), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )",
3162
+ "hc-dark": "color-mix( in srgb, var(--af-color-warning), var(--af-color-surface-primary) calc(100% - var(--af-soft-mix)) )"
3163
+ },
3164
+ "hex": {
3165
+ "light": "#fff7e5",
3166
+ "dark": "#2e2a20",
3167
+ "hc-light": "#fff7e5",
3168
+ "hc-dark": "#352e1b"
3169
+ }
3170
+ },
3171
+ {
3172
+ "name": "--af-container-max-w",
3173
+ "key": "container-max-w",
3174
+ "category": "semantic",
3175
+ "group": "layout",
3176
+ "kind": "static",
3177
+ "description": "Default af-container max-width (~1440px).",
3178
+ "value": "90em"
3179
+ },
3180
+ {
3181
+ "name": "--af-container-max-w-2xl",
3182
+ "key": "container-max-w-2xl",
3183
+ "category": "semantic",
3184
+ "group": "layout",
3185
+ "kind": "static",
3186
+ "description": "af-container-2xl max-width.",
3187
+ "value": "96rem"
3188
+ },
3189
+ {
3190
+ "name": "--af-container-max-w-lg",
3191
+ "key": "container-max-w-lg",
3192
+ "category": "semantic",
3193
+ "group": "layout",
3194
+ "kind": "static",
3195
+ "description": "af-container-lg max-width.",
3196
+ "value": "64rem"
3197
+ },
3198
+ {
3199
+ "name": "--af-container-max-w-md",
3200
+ "key": "container-max-w-md",
3201
+ "category": "semantic",
3202
+ "group": "layout",
3203
+ "kind": "static",
3204
+ "description": "af-container-md max-width.",
3205
+ "value": "48rem"
3206
+ },
3207
+ {
3208
+ "name": "--af-container-max-w-sm",
3209
+ "key": "container-max-w-sm",
3210
+ "category": "semantic",
3211
+ "group": "layout",
3212
+ "kind": "static",
3213
+ "description": "af-container-sm max-width.",
3214
+ "value": "40rem"
3215
+ },
3216
+ {
3217
+ "name": "--af-container-max-w-xl",
3218
+ "key": "container-max-w-xl",
3219
+ "category": "semantic",
3220
+ "group": "layout",
3221
+ "kind": "static",
3222
+ "description": "af-container-xl max-width.",
3223
+ "value": "80rem"
3224
+ },
3225
+ {
3226
+ "name": "--af-container-max-w-xs",
3227
+ "key": "container-max-w-xs",
3228
+ "category": "semantic",
3229
+ "group": "layout",
3230
+ "kind": "static",
3231
+ "description": "af-container-xs max-width.",
3232
+ "value": "25rem"
3233
+ },
3234
+ {
3235
+ "name": "--af-container-padding-x",
3236
+ "key": "container-padding-x",
3237
+ "category": "semantic",
3238
+ "group": "layout",
3239
+ "kind": "static",
3240
+ "description": "Horizontal padding inside af-container.",
3241
+ "value": "var(--af-space-4)"
3242
+ },
3243
+ {
3244
+ "name": "--af-control-border",
3245
+ "key": "control-border",
3246
+ "category": "component",
3247
+ "group": "component",
3248
+ "kind": "static",
3249
+ "description": "Default form-control border color.",
3250
+ "value": "var(--af-color-border)",
3251
+ "css": {
3252
+ "light": "var(--af-color-border)",
3253
+ "dark": "var(--af-color-border)",
3254
+ "hc-light": "var(--af-color-border)",
3255
+ "hc-dark": "var(--af-color-border)"
3256
+ },
3257
+ "hex": {
3258
+ "light": "#cbd5e1",
3259
+ "dark": "#475569",
3260
+ "hc-light": "#000000",
3261
+ "hc-dark": "#ffffff"
3262
+ }
3263
+ },
3264
+ {
3265
+ "name": "--af-control-border-hover",
3266
+ "key": "control-border-hover",
3267
+ "category": "component",
3268
+ "group": "component",
3269
+ "kind": "static",
3270
+ "description": "Form-control border on hover.",
3271
+ "value": "var(--af-color-border-strong)",
3272
+ "css": {
3273
+ "light": "var(--af-color-border-strong)",
3274
+ "dark": "var(--af-color-border-strong)",
3275
+ "hc-light": "var(--af-color-border-strong)",
3276
+ "hc-dark": "var(--af-color-border-strong)"
3277
+ },
3278
+ "hex": {
3279
+ "light": "#94a3b8",
3280
+ "dark": "#64748b",
3281
+ "hc-light": "#000000",
3282
+ "hc-dark": "#ffffff"
3283
+ }
3284
+ },
3285
+ {
3286
+ "name": "--af-control-border-width",
3287
+ "key": "control-border-width",
3288
+ "category": "component",
3289
+ "group": "component",
3290
+ "kind": "static",
3291
+ "description": "Shared form-control border width.",
3292
+ "value": "1px"
3293
+ },
3294
+ {
3295
+ "name": "--af-control-min-height",
3296
+ "key": "control-min-height",
3297
+ "category": "component",
3298
+ "group": "component",
3299
+ "kind": "static",
3300
+ "description": "Shared form-control min-height (default auto). Inputs use --af-input-min-height instead.",
3301
+ "value": "auto"
3302
+ },
3303
+ {
3304
+ "name": "--af-control-padding-x",
3305
+ "key": "control-padding-x",
3306
+ "category": "component",
3307
+ "group": "component",
3308
+ "kind": "static",
3309
+ "description": "Shared form-control horizontal padding.",
3310
+ "value": "var(--af-space-3)"
3311
+ },
3312
+ {
3313
+ "name": "--af-control-padding-y",
3314
+ "key": "control-padding-y",
3315
+ "category": "component",
3316
+ "group": "component",
3317
+ "kind": "static",
3318
+ "description": "Shared form-control vertical padding.",
3319
+ "value": "var(--af-space-2)"
3320
+ },
3321
+ {
3322
+ "name": "--af-control-radius",
3323
+ "key": "control-radius",
3324
+ "category": "component",
3325
+ "group": "component",
3326
+ "kind": "static",
3327
+ "description": "Shared form-control radius (inputs, selects).",
3328
+ "value": "var(--af-radius-lg)"
3329
+ },
3330
+ {
3331
+ "name": "--af-divider-spacing",
3332
+ "key": "divider-spacing",
3333
+ "category": "semantic",
3334
+ "group": "other",
3335
+ "kind": "static",
3336
+ "description": "Default gap around hr / af-divider (block for horizontal, inline for vertical).",
3337
+ "value": "var(--af-space-5)"
3338
+ },
3339
+ {
3340
+ "name": "--af-drawer-width",
3341
+ "key": "drawer-width",
3342
+ "category": "semantic",
3343
+ "group": "other",
3344
+ "kind": "static",
3345
+ "description": "Overlay drawer panel width (af-drawer). Default 20rem. Caps at 90vw. Distinct from --af-sidebar-width (in-flow chrome).",
3346
+ "value": "20rem"
3347
+ },
3348
+ {
3349
+ "name": "--af-duration-fast",
3350
+ "key": "duration-fast",
3351
+ "category": "semantic",
3352
+ "group": "shadow",
3353
+ "kind": "static",
3354
+ "description": "Short CSS transition (hover, color). Respects prefers-reduced-motion.",
3355
+ "value": "120ms"
3356
+ },
3357
+ {
3358
+ "name": "--af-duration-md",
3359
+ "key": "duration-md",
3360
+ "category": "semantic",
3361
+ "group": "shadow",
3362
+ "kind": "static",
3363
+ "description": "Default CSS transition length.",
3364
+ "value": "200ms"
3365
+ },
3366
+ {
3367
+ "name": "--af-duration-slow",
3368
+ "key": "duration-slow",
3369
+ "category": "semantic",
3370
+ "group": "shadow",
3371
+ "kind": "static",
3372
+ "description": "Longer CSS transition (layout, panels).",
3373
+ "value": "320ms"
3374
+ },
3375
+ {
3376
+ "name": "--af-ease-emphasized",
3377
+ "key": "ease-emphasized",
3378
+ "category": "semantic",
3379
+ "group": "shadow",
3380
+ "kind": "static",
3381
+ "description": "Stronger decelerate easing for emphasis.",
3382
+ "value": "cubic-bezier(0.2, 0, 0, 1)"
3383
+ },
3384
+ {
3385
+ "name": "--af-ease-in",
3386
+ "key": "ease-in",
3387
+ "category": "semantic",
3388
+ "group": "shadow",
3389
+ "kind": "static",
3390
+ "description": "Ease-in curve.",
3391
+ "value": "cubic-bezier(0.4, 0, 1, 1)"
3392
+ },
3393
+ {
3394
+ "name": "--af-ease-in-out",
3395
+ "key": "ease-in-out",
3396
+ "category": "semantic",
3397
+ "group": "shadow",
3398
+ "kind": "static",
3399
+ "description": "Ease-in-out curve.",
3400
+ "value": "cubic-bezier(0.4, 0, 0.2, 1)"
3401
+ },
3402
+ {
3403
+ "name": "--af-ease-linear",
3404
+ "key": "ease-linear",
3405
+ "category": "semantic",
3406
+ "group": "shadow",
3407
+ "kind": "static",
3408
+ "description": "Linear easing (progress, indeterminate).",
3409
+ "value": "linear"
3410
+ },
3411
+ {
3412
+ "name": "--af-ease-out",
3413
+ "key": "ease-out",
3414
+ "category": "semantic",
3415
+ "group": "shadow",
3416
+ "kind": "static",
3417
+ "description": "Ease-out curve.",
3418
+ "value": "cubic-bezier(0, 0, 0.2, 1)"
3419
+ },
3420
+ {
3421
+ "name": "--af-ease-standard",
3422
+ "key": "ease-standard",
3423
+ "category": "semantic",
3424
+ "group": "shadow",
3425
+ "kind": "static",
3426
+ "description": "Default easing for UI transitions.",
3427
+ "value": "cubic-bezier(0.2, 0, 0.2, 1)"
3428
+ },
3429
+ {
3430
+ "name": "--af-focus-ring-color",
3431
+ "key": "focus-ring-color",
3432
+ "category": "component",
3433
+ "group": "component",
3434
+ "kind": "static",
3435
+ "description": "Focus ring stroke color (keyboard focus).",
3436
+ "value": "var(--af-color-focus)",
3437
+ "css": {
3438
+ "light": "var(--af-color-focus)",
3439
+ "dark": "var(--af-color-focus)",
3440
+ "hc-light": "var(--af-color-focus)",
3441
+ "hc-dark": "var(--af-color-focus)"
3442
+ },
3443
+ "hex": {
3444
+ "light": "#0e80eb",
3445
+ "dark": "#2463eb",
3446
+ "hc-light": "#0e80eb",
3447
+ "hc-dark": "#2463eb"
3448
+ }
3449
+ },
3450
+ {
3451
+ "name": "--af-focus-ring-offset",
3452
+ "key": "focus-ring-offset",
3453
+ "category": "component",
3454
+ "group": "component",
3455
+ "kind": "static",
3456
+ "description": "Focus ring offset from the control edge.",
3457
+ "value": "2px"
3458
+ },
3459
+ {
3460
+ "name": "--af-focus-ring-width",
3461
+ "key": "focus-ring-width",
3462
+ "category": "component",
3463
+ "group": "component",
3464
+ "kind": "static",
3465
+ "description": "Focus ring stroke width.",
3466
+ "value": "2px"
3467
+ },
3468
+ {
3469
+ "name": "--af-font-body",
3470
+ "key": "font-body",
3471
+ "category": "semantic",
3472
+ "group": "typography",
3473
+ "kind": "static",
3474
+ "description": "Body copy family. Override for reading text without changing chrome.",
3475
+ "value": "var(--af-base-font-sans)"
3476
+ },
3477
+ {
3478
+ "name": "--af-font-code",
3479
+ "key": "font-code",
3480
+ "category": "semantic",
3481
+ "group": "typography",
3482
+ "kind": "static",
3483
+ "description": "Code / pre family. Defaults to the mono stack.",
3484
+ "value": "var(--af-base-font-mono)"
3485
+ },
3486
+ {
3487
+ "name": "--af-font-heading",
3488
+ "key": "font-heading",
3489
+ "category": "semantic",
3490
+ "group": "typography",
3491
+ "kind": "static",
3492
+ "description": "Heading family. Override for display type without changing body.",
3493
+ "value": "var(--af-font-primary)"
3494
+ },
3495
+ {
3496
+ "name": "--af-font-mono",
3497
+ "key": "font-mono",
3498
+ "category": "semantic",
3499
+ "group": "typography",
3500
+ "kind": "static",
3501
+ "description": "Monospace family for code, kbd, and mono utilities.",
3502
+ "value": "var(--af-base-font-mono)"
3503
+ },
3504
+ {
3505
+ "name": "--af-font-primary",
3506
+ "key": "font-primary",
3507
+ "category": "semantic",
3508
+ "group": "typography",
3509
+ "kind": "static",
3510
+ "description": "Default UI sans family. Alias for branding; headings fall back here.",
3511
+ "value": "var(--af-base-font-sans)"
3512
+ },
3513
+ {
3514
+ "name": "--af-hard-mix",
3515
+ "key": "hard-mix",
3516
+ "category": "knob",
3517
+ "group": "knob",
3518
+ "kind": "static",
3519
+ "description": "Knob: how far *-hard mixes toward --af-hard-toward for AA text on soft.",
3520
+ "value": "45%"
3521
+ },
3522
+ {
3523
+ "name": "--af-hard-toward",
3524
+ "key": "hard-toward",
3525
+ "category": "knob",
3526
+ "group": "knob",
3527
+ "kind": "static",
3528
+ "description": "Mix target for *-hard (black in light, white in dark). Do not set freely per component.",
3529
+ "value": "black",
3530
+ "css": {
3531
+ "light": "black",
3532
+ "dark": "black",
3533
+ "hc-light": "black",
3534
+ "hc-dark": "black"
3535
+ },
3536
+ "hex": {
3537
+ "light": "#000000",
3538
+ "dark": "#000000",
3539
+ "hc-light": "#000000",
3540
+ "hc-dark": "#000000"
3541
+ }
3542
+ },
3543
+ {
3544
+ "name": "--af-hit-size",
3545
+ "key": "hit-size",
3546
+ "category": "semantic",
3547
+ "group": "space",
3548
+ "kind": "static",
3549
+ "description": "Minimum touch target (~44px). Prefer for clickable hit areas.",
3550
+ "value": "2.75rem"
3551
+ },
3552
+ {
3553
+ "name": "--af-hover-mix",
3554
+ "key": "hover-mix",
3555
+ "category": "knob",
3556
+ "group": "knob",
3557
+ "kind": "static",
3558
+ "description": "Knob: how far *-hover mixes toward black. Prefer overriding this over hand-rolling hover colors.",
3559
+ "value": "12%"
3560
+ },
3561
+ {
3562
+ "name": "--af-input-border",
3563
+ "key": "input-border",
3564
+ "category": "component",
3565
+ "group": "component",
3566
+ "kind": "static",
3567
+ "description": "Text input resting border color.",
3568
+ "value": "var(--af-control-border)",
3569
+ "css": {
3570
+ "light": "var(--af-control-border)",
3571
+ "dark": "var(--af-control-border)",
3572
+ "hc-light": "var(--af-control-border)",
3573
+ "hc-dark": "var(--af-control-border)"
3574
+ },
3575
+ "hex": {
3576
+ "light": "#cbd5e1",
3577
+ "dark": "#475569",
3578
+ "hc-light": "#000000",
3579
+ "hc-dark": "#ffffff"
3580
+ }
3581
+ },
3582
+ {
3583
+ "name": "--af-input-border-focus",
3584
+ "key": "input-border-focus",
3585
+ "category": "component",
3586
+ "group": "component",
3587
+ "kind": "static",
3588
+ "description": "Text input border on focus.",
3589
+ "value": "var(--af-color-primary)",
3590
+ "css": {
3591
+ "light": "var(--af-color-primary)",
3592
+ "dark": "var(--af-color-primary)",
3593
+ "hc-light": "var(--af-color-primary)",
3594
+ "hc-dark": "var(--af-color-primary)"
3595
+ },
3596
+ "hex": {
3597
+ "light": "#0e80eb",
3598
+ "dark": "#2463eb",
3599
+ "hc-light": "#0e80eb",
3600
+ "hc-dark": "#2463eb"
3601
+ }
3602
+ },
3603
+ {
3604
+ "name": "--af-input-border-hover",
3605
+ "key": "input-border-hover",
3606
+ "category": "component",
3607
+ "group": "component",
3608
+ "kind": "static",
3609
+ "description": "Text input border on hover.",
3610
+ "value": "var(--af-control-border-hover)",
3611
+ "css": {
3612
+ "light": "var(--af-control-border-hover)",
3613
+ "dark": "var(--af-control-border-hover)",
3614
+ "hc-light": "var(--af-control-border-hover)",
3615
+ "hc-dark": "var(--af-control-border-hover)"
3616
+ },
3617
+ "hex": {
3618
+ "light": "#94a3b8",
3619
+ "dark": "#64748b",
3620
+ "hc-light": "#000000",
3621
+ "hc-dark": "#ffffff"
3622
+ }
3623
+ },
3624
+ {
3625
+ "name": "--af-input-border-width",
3626
+ "key": "input-border-width",
3627
+ "category": "component",
3628
+ "group": "component",
3629
+ "kind": "static",
3630
+ "description": "Text input border width.",
3631
+ "value": "var(--af-control-border-width)"
3632
+ },
3633
+ {
3634
+ "name": "--af-input-font-size",
3635
+ "key": "input-font-size",
3636
+ "category": "component",
3637
+ "group": "component",
3638
+ "kind": "static",
3639
+ "description": "Text input font size.",
3640
+ "value": "var(--af-text-md)"
3641
+ },
3642
+ {
3643
+ "name": "--af-input-leading",
3644
+ "key": "input-leading",
3645
+ "category": "component",
3646
+ "group": "component",
3647
+ "kind": "static",
3648
+ "description": "Text input line-height.",
3649
+ "value": "var(--af-leading-normal)"
3650
+ },
3651
+ {
3652
+ "name": "--af-input-min-height",
3653
+ "key": "input-min-height",
3654
+ "category": "component",
3655
+ "group": "component",
3656
+ "kind": "static",
3657
+ "description": "Text input / select min-height (touch target).",
3658
+ "value": "var(--af-hit-size)"
3659
+ },
3660
+ {
3661
+ "name": "--af-input-padding-x",
3662
+ "key": "input-padding-x",
3663
+ "category": "component",
3664
+ "group": "component",
3665
+ "kind": "static",
3666
+ "description": "Text input horizontal padding.",
3667
+ "value": "var(--af-control-padding-x)"
3668
+ },
3669
+ {
3670
+ "name": "--af-input-padding-y",
3671
+ "key": "input-padding-y",
3672
+ "category": "component",
3673
+ "group": "component",
3674
+ "kind": "static",
3675
+ "description": "Text input vertical padding.",
3676
+ "value": "var(--af-control-padding-y)"
3677
+ },
3678
+ {
3679
+ "name": "--af-input-placeholder-color",
3680
+ "key": "input-placeholder-color",
3681
+ "category": "component",
3682
+ "group": "component",
3683
+ "kind": "static",
3684
+ "description": "Input placeholder text color.",
3685
+ "value": "var(--af-color-text-muted)",
3686
+ "css": {
3687
+ "light": "var(--af-color-text-muted)",
3688
+ "dark": "var(--af-color-text-muted)",
3689
+ "hc-light": "var(--af-color-text-muted)",
3690
+ "hc-dark": "var(--af-color-text-muted)"
3691
+ },
3692
+ "hex": {
3693
+ "light": "#1d2434",
3694
+ "dark": "#cbd5e1",
3695
+ "hc-light": "#333333",
3696
+ "hc-dark": "#cccccc"
3697
+ }
3698
+ },
3699
+ {
3700
+ "name": "--af-input-radius",
3701
+ "key": "input-radius",
3702
+ "category": "component",
3703
+ "group": "component",
3704
+ "kind": "static",
3705
+ "description": "Text input corner radius.",
3706
+ "value": "var(--af-control-radius)"
3707
+ },
3708
+ {
3709
+ "name": "--af-layout-gap",
3710
+ "key": "layout-gap",
3711
+ "category": "semantic",
3712
+ "group": "layout",
3713
+ "kind": "static",
3714
+ "description": "Default gap for af-stack / af-inline / af-grid.",
3715
+ "value": "var(--af-space-4)"
3716
+ },
3717
+ {
3718
+ "name": "--af-leading-loose",
3719
+ "key": "leading-loose",
3720
+ "category": "semantic",
3721
+ "group": "typography",
3722
+ "kind": "static",
3723
+ "description": "Loose line-height for long-form reading.",
3724
+ "value": "1.75"
3725
+ },
3726
+ {
3727
+ "name": "--af-leading-normal",
3728
+ "key": "leading-normal",
3729
+ "category": "semantic",
3730
+ "group": "typography",
3731
+ "kind": "static",
3732
+ "description": "Default body line-height.",
3733
+ "value": "1.55"
3734
+ },
3735
+ {
3736
+ "name": "--af-leading-tight",
3737
+ "key": "leading-tight",
3738
+ "category": "semantic",
3739
+ "group": "typography",
3740
+ "kind": "static",
3741
+ "description": "Tight line-height (headings). Prefer --af-type-*-leading on roles.",
3742
+ "value": "1.15"
3743
+ },
3744
+ {
3745
+ "name": "--af-link-hover-primary",
3746
+ "key": "link-hover-primary",
3747
+ "category": "component",
3748
+ "group": "component",
3749
+ "kind": "static",
3750
+ "description": "Link color on hover.",
3751
+ "value": "var(--af-color-primary-hover)",
3752
+ "css": {
3753
+ "light": "var(--af-color-primary-hover)",
3754
+ "dark": "var(--af-color-primary-hover)",
3755
+ "hc-light": "var(--af-color-primary-hover)",
3756
+ "hc-dark": "var(--af-color-primary-hover)"
3757
+ },
3758
+ "hex": {
3759
+ "light": "#0c71cf",
3760
+ "dark": "#2057cf",
3761
+ "hc-light": "#0c71cf",
3762
+ "hc-dark": "#2057cf"
3763
+ }
3764
+ },
3765
+ {
3766
+ "name": "--af-link-primary",
3767
+ "key": "link-primary",
3768
+ "category": "component",
3769
+ "group": "component",
3770
+ "kind": "static",
3771
+ "description": "Default link color (af-link). Prefer over raw primary for inline links.",
3772
+ "value": "var(--af-color-primary)",
3773
+ "css": {
3774
+ "light": "var(--af-color-primary)",
3775
+ "dark": "var(--af-color-primary)",
3776
+ "hc-light": "var(--af-color-primary)",
3777
+ "hc-dark": "var(--af-color-primary)"
3778
+ },
3779
+ "hex": {
3780
+ "light": "#0e80eb",
3781
+ "dark": "#2463eb",
3782
+ "hc-light": "#0e80eb",
3783
+ "hc-dark": "#2463eb"
3784
+ }
3785
+ },
3786
+ {
3787
+ "name": "--af-radius-0",
3788
+ "key": "radius-0",
3789
+ "category": "semantic",
3790
+ "group": "space",
3791
+ "kind": "static",
3792
+ "description": "Square corners (no radius).",
3793
+ "value": "0px"
3794
+ },
3795
+ {
3796
+ "name": "--af-radius-full",
3797
+ "key": "radius-full",
3798
+ "category": "semantic",
3799
+ "group": "space",
3800
+ "kind": "static",
3801
+ "description": "Pill / circle radius. Default buttons.",
3802
+ "value": "9999px"
3803
+ },
3804
+ {
3805
+ "name": "--af-radius-lg",
3806
+ "key": "radius-lg",
3807
+ "category": "semantic",
3808
+ "group": "space",
3809
+ "kind": "static",
3810
+ "description": "Large radius — default controls and cards.",
3811
+ "value": "16px"
3812
+ },
3813
+ {
3814
+ "name": "--af-radius-md",
3815
+ "key": "radius-md",
3816
+ "category": "semantic",
3817
+ "group": "space",
3818
+ "kind": "static",
3819
+ "description": "Medium radius — compact surfaces.",
3820
+ "value": "10px"
3821
+ },
3822
+ {
3823
+ "name": "--af-radius-sm",
3824
+ "key": "radius-sm",
3825
+ "category": "semantic",
3826
+ "group": "space",
3827
+ "kind": "static",
3828
+ "description": "Small radius — chips, small controls.",
3829
+ "value": "6px"
3830
+ },
3831
+ {
3832
+ "name": "--af-radius-xl",
3833
+ "key": "radius-xl",
3834
+ "category": "semantic",
3835
+ "group": "space",
3836
+ "kind": "static",
3837
+ "description": "Extra-large radius — large panels.",
3838
+ "value": "24px"
3839
+ },
3840
+ {
3841
+ "name": "--af-shadow-lg",
3842
+ "key": "shadow-lg",
3843
+ "category": "semantic",
3844
+ "group": "shadow",
3845
+ "kind": "static",
3846
+ "description": "High elevation — dialogs and floating panels.",
3847
+ "value": "0 16px 40px rgba(0, 0, 0, 0.14)"
3848
+ },
3849
+ {
3850
+ "name": "--af-shadow-md",
3851
+ "key": "shadow-md",
3852
+ "category": "semantic",
3853
+ "group": "shadow",
3854
+ "kind": "static",
3855
+ "description": "Medium elevation — hover, menus, popovers.",
3856
+ "value": "0 6px 16px rgba(0, 0, 0, 0.1)"
3857
+ },
3858
+ {
3859
+ "name": "--af-shadow-sm",
3860
+ "key": "shadow-sm",
3861
+ "category": "semantic",
3862
+ "group": "shadow",
3863
+ "kind": "static",
3864
+ "description": "Low elevation — resting cards and inputs.",
3865
+ "value": "0 1px 2px rgba(0, 0, 0, 0.06)"
3866
+ },
3867
+ {
3868
+ "name": "--af-sidebar-width",
3869
+ "key": "sidebar-width",
3870
+ "category": "semantic",
3871
+ "group": "other",
3872
+ "kind": "static",
3873
+ "description": "In-flow sidebar width (af-app, af-sidebar). Default 16rem. Not overlay drawers — those use --af-drawer-width.",
3874
+ "value": "16rem"
3875
+ },
3876
+ {
3877
+ "name": "--af-soft-mix",
3878
+ "key": "soft-mix",
3879
+ "category": "knob",
3880
+ "group": "knob",
3881
+ "kind": "static",
3882
+ "description": "Knob: how much intent remains in *-soft (rest mixes toward surface).",
3883
+ "value": "12%"
3884
+ },
3885
+ {
3886
+ "name": "--af-space-0",
3887
+ "key": "space-0",
3888
+ "category": "semantic",
3889
+ "group": "space",
3890
+ "kind": "static",
3891
+ "description": "Spacing 0. Used by af-gap-0 / af-p-0 / af-m-0.",
3892
+ "value": "0px"
3893
+ },
3894
+ {
3895
+ "name": "--af-space-1",
3896
+ "key": "space-1",
3897
+ "category": "semantic",
3898
+ "group": "space",
3899
+ "kind": "static",
3900
+ "description": "Spacing 4px. Used by af-*-xs utilities and tight pattern gaps.",
3901
+ "value": "4px"
3902
+ },
3903
+ {
3904
+ "name": "--af-space-2",
3905
+ "key": "space-2",
3906
+ "category": "semantic",
3907
+ "group": "space",
3908
+ "kind": "static",
3909
+ "description": "Spacing 8px. Common control / stack gap.",
3910
+ "value": "8px"
3911
+ },
3912
+ {
3913
+ "name": "--af-space-3",
3914
+ "key": "space-3",
3915
+ "category": "semantic",
3916
+ "group": "space",
3917
+ "kind": "static",
3918
+ "description": "Spacing 12px. Common padding and inline gaps.",
3919
+ "value": "12px"
3920
+ },
3921
+ {
3922
+ "name": "--af-space-4",
3923
+ "key": "space-4",
3924
+ "category": "semantic",
3925
+ "group": "space",
3926
+ "kind": "static",
3927
+ "description": "Spacing 16px. Default layout gap / container padding source.",
3928
+ "value": "16px"
3929
+ },
3930
+ {
3931
+ "name": "--af-space-5",
3932
+ "key": "space-5",
3933
+ "category": "semantic",
3934
+ "group": "space",
3935
+ "kind": "static",
3936
+ "description": "Spacing 24px. Section and card padding.",
3937
+ "value": "24px"
3938
+ },
3939
+ {
3940
+ "name": "--af-space-6",
3941
+ "key": "space-6",
3942
+ "category": "semantic",
3943
+ "group": "space",
3944
+ "kind": "static",
3945
+ "description": "Spacing 32px. Large section gaps.",
3946
+ "value": "32px"
3947
+ },
3948
+ {
3949
+ "name": "--af-space-7",
3950
+ "key": "space-7",
3951
+ "category": "semantic",
3952
+ "group": "space",
3953
+ "kind": "static",
3954
+ "description": "Spacing 40px. Extra-large section gaps.",
3955
+ "value": "40px"
3956
+ },
3957
+ {
3958
+ "name": "--af-space-8",
3959
+ "key": "space-8",
3960
+ "category": "semantic",
3961
+ "group": "space",
3962
+ "kind": "static",
3963
+ "description": "Spacing 48px. Hero / empty-state padding.",
3964
+ "value": "48px"
3965
+ },
3966
+ {
3967
+ "name": "--af-switch-height",
3968
+ "key": "switch-height",
3969
+ "category": "component",
3970
+ "group": "component",
3971
+ "kind": "static",
3972
+ "description": "Switch track height (defaults to --af-choice-size).",
3973
+ "value": "var(--af-choice-size)"
3974
+ },
3975
+ {
3976
+ "name": "--af-switch-thumb-inset",
3977
+ "key": "switch-thumb-inset",
3978
+ "category": "component",
3979
+ "group": "component",
3980
+ "kind": "static",
3981
+ "description": "Switch thumb inset from the track edge.",
3982
+ "value": "2px"
3983
+ },
3984
+ {
3985
+ "name": "--af-switch-width-ratio",
3986
+ "key": "switch-width-ratio",
3987
+ "category": "component",
3988
+ "group": "component",
3989
+ "kind": "static",
3990
+ "description": "Switch width factor: width = height × (1 + ratio).",
3991
+ "value": "0.8"
3992
+ },
3993
+ {
3994
+ "name": "--af-text-2xl",
3995
+ "key": "text-2xl",
3996
+ "category": "semantic",
3997
+ "group": "typography",
3998
+ "kind": "static",
3999
+ "description": "Raw type scale ~32px (page titles).",
4000
+ "value": "2rem"
4001
+ },
4002
+ {
4003
+ "name": "--af-text-3xl",
4004
+ "key": "text-3xl",
4005
+ "category": "semantic",
4006
+ "group": "typography",
4007
+ "kind": "static",
4008
+ "description": "Raw type scale ~40px (default h1 size source).",
4009
+ "value": "2.5rem"
4010
+ },
4011
+ {
4012
+ "name": "--af-text-4xl",
4013
+ "key": "text-4xl",
4014
+ "category": "semantic",
4015
+ "group": "typography",
4016
+ "kind": "static",
4017
+ "description": "Raw type scale ~56px (display).",
4018
+ "value": "3.5rem"
4019
+ },
4020
+ {
4021
+ "name": "--af-text-5xl",
4022
+ "key": "text-5xl",
4023
+ "category": "semantic",
4024
+ "group": "typography",
4025
+ "kind": "static",
4026
+ "description": "Raw type scale ~72px (hero / display).",
4027
+ "value": "4.5rem"
4028
+ },
4029
+ {
4030
+ "name": "--af-text-body-leading",
4031
+ "key": "text-body-leading",
4032
+ "category": "semantic",
4033
+ "group": "typography",
4034
+ "kind": "static",
4035
+ "description": "Default body leading alias.",
4036
+ "value": "var(--af-leading-normal)"
4037
+ },
4038
+ {
4039
+ "name": "--af-text-body-size",
4040
+ "key": "text-body-size",
4041
+ "category": "semantic",
4042
+ "group": "typography",
4043
+ "kind": "static",
4044
+ "description": "Default body size alias (→ --af-text-md). Prefer --af-type-body-size for roles.",
4045
+ "value": "var(--af-text-md)"
4046
+ },
4047
+ {
4048
+ "name": "--af-text-heading-leading",
4049
+ "key": "text-heading-leading",
4050
+ "category": "semantic",
4051
+ "group": "typography",
4052
+ "kind": "static",
4053
+ "description": "Default heading leading alias.",
4054
+ "value": "var(--af-leading-tight)"
4055
+ },
4056
+ {
4057
+ "name": "--af-text-heading-weight",
4058
+ "key": "text-heading-weight",
4059
+ "category": "semantic",
4060
+ "group": "typography",
4061
+ "kind": "static",
4062
+ "description": "Default heading weight alias.",
4063
+ "value": "var(--af-weight-semibold)"
4064
+ },
4065
+ {
4066
+ "name": "--af-text-lg",
4067
+ "key": "text-lg",
4068
+ "category": "semantic",
4069
+ "group": "typography",
4070
+ "kind": "static",
4071
+ "description": "Raw type scale ~19px (emphasized body).",
4072
+ "value": "1.1875rem"
4073
+ },
4074
+ {
4075
+ "name": "--af-text-md",
4076
+ "key": "text-md",
4077
+ "category": "semantic",
4078
+ "group": "typography",
4079
+ "kind": "static",
4080
+ "description": "Raw type scale ~16px (default body).",
4081
+ "value": "1rem"
4082
+ },
4083
+ {
4084
+ "name": "--af-text-sm",
4085
+ "key": "text-sm",
4086
+ "category": "semantic",
4087
+ "group": "typography",
4088
+ "kind": "static",
4089
+ "description": "Raw type scale ~14px (labels, captions).",
4090
+ "value": "0.875rem"
4091
+ },
4092
+ {
4093
+ "name": "--af-text-xl",
4094
+ "key": "text-xl",
4095
+ "category": "semantic",
4096
+ "group": "typography",
4097
+ "kind": "static",
4098
+ "description": "Raw type scale ~24px (section titles).",
4099
+ "value": "1.5rem"
4100
+ },
4101
+ {
4102
+ "name": "--af-text-xs",
4103
+ "key": "text-xs",
4104
+ "category": "semantic",
4105
+ "group": "typography",
4106
+ "kind": "static",
4107
+ "description": "Raw type scale ~12px. Prefer --af-type-* roles; use for one-off utility sizing.",
4108
+ "value": "0.75rem"
4109
+ },
4110
+ {
4111
+ "name": "--af-type-body-leading",
4112
+ "key": "type-body-leading",
4113
+ "category": "semantic",
4114
+ "group": "typography",
4115
+ "kind": "static",
4116
+ "description": "Body role line-height.",
4117
+ "value": "var(--af-leading-normal)"
4118
+ },
4119
+ {
4120
+ "name": "--af-type-body-size",
4121
+ "key": "type-body-size",
4122
+ "category": "semantic",
4123
+ "group": "typography",
4124
+ "kind": "static",
4125
+ "description": "Body role size (af-body / paragraphs).",
4126
+ "value": "var(--af-text-md)"
4127
+ },
4128
+ {
4129
+ "name": "--af-type-body-weight",
4130
+ "key": "type-body-weight",
4131
+ "category": "semantic",
4132
+ "group": "typography",
4133
+ "kind": "static",
4134
+ "description": "Body role weight.",
4135
+ "value": "var(--af-weight-regular)"
4136
+ },
4137
+ {
4138
+ "name": "--af-type-caption-leading",
4139
+ "key": "type-caption-leading",
4140
+ "category": "semantic",
4141
+ "group": "typography",
4142
+ "kind": "static",
4143
+ "description": "Caption role line-height.",
4144
+ "value": "var(--af-leading-normal)"
4145
+ },
4146
+ {
4147
+ "name": "--af-type-caption-size",
4148
+ "key": "type-caption-size",
4149
+ "category": "semantic",
4150
+ "group": "typography",
4151
+ "kind": "static",
4152
+ "description": "Caption / meta role size (af-caption).",
4153
+ "value": "var(--af-text-sm)"
4154
+ },
4155
+ {
4156
+ "name": "--af-type-caption-weight",
4157
+ "key": "type-caption-weight",
4158
+ "category": "semantic",
4159
+ "group": "typography",
4160
+ "kind": "static",
4161
+ "description": "Caption role weight.",
4162
+ "value": "var(--af-weight-regular)"
4163
+ },
4164
+ {
4165
+ "name": "--af-type-display-leading",
4166
+ "key": "type-display-leading",
4167
+ "category": "semantic",
4168
+ "group": "typography",
4169
+ "kind": "static",
4170
+ "description": "Display / hero role line-height.",
4171
+ "value": "var(--af-leading-tight)"
4172
+ },
4173
+ {
4174
+ "name": "--af-type-display-size",
4175
+ "key": "type-display-size",
4176
+ "category": "semantic",
4177
+ "group": "typography",
4178
+ "kind": "static",
4179
+ "description": "Display / hero role size. Use with af-display / marketing headers.",
4180
+ "value": "var(--af-text-5xl)"
4181
+ },
4182
+ {
4183
+ "name": "--af-type-display-weight",
4184
+ "key": "type-display-weight",
4185
+ "category": "semantic",
4186
+ "group": "typography",
4187
+ "kind": "static",
4188
+ "description": "Display / hero role weight.",
4189
+ "value": "var(--af-weight-bold)"
4190
+ },
4191
+ {
4192
+ "name": "--af-type-h1-leading",
4193
+ "key": "type-h1-leading",
4194
+ "category": "semantic",
4195
+ "group": "typography",
4196
+ "kind": "static",
4197
+ "description": "h1 role line-height.",
4198
+ "value": "var(--af-leading-tight)"
4199
+ },
4200
+ {
4201
+ "name": "--af-type-h1-size",
4202
+ "key": "type-h1-size",
4203
+ "category": "semantic",
4204
+ "group": "typography",
4205
+ "kind": "static",
4206
+ "description": "h1 role size (af-h1 / h1). Prefer this over raw --af-text-*.",
4207
+ "value": "var(--af-text-3xl)"
4208
+ },
4209
+ {
4210
+ "name": "--af-type-h1-tracking",
4211
+ "key": "type-h1-tracking",
4212
+ "category": "semantic",
4213
+ "group": "typography",
4214
+ "kind": "static",
4215
+ "description": "h1 letter-spacing (slightly tight by default).",
4216
+ "value": "-0.02em"
4217
+ },
4218
+ {
4219
+ "name": "--af-type-h1-weight",
4220
+ "key": "type-h1-weight",
4221
+ "category": "semantic",
4222
+ "group": "typography",
4223
+ "kind": "static",
4224
+ "description": "h1 role weight.",
4225
+ "value": "var(--af-weight-semibold)"
4226
+ },
4227
+ {
4228
+ "name": "--af-type-h2-leading",
4229
+ "key": "type-h2-leading",
4230
+ "category": "semantic",
4231
+ "group": "typography",
4232
+ "kind": "static",
4233
+ "description": "h2 role line-height.",
4234
+ "value": "var(--af-leading-tight)"
4235
+ },
4236
+ {
4237
+ "name": "--af-type-h2-size",
4238
+ "key": "type-h2-size",
4239
+ "category": "semantic",
4240
+ "group": "typography",
4241
+ "kind": "static",
4242
+ "description": "h2 role size.",
4243
+ "value": "var(--af-text-2xl)"
4244
+ },
4245
+ {
4246
+ "name": "--af-type-h2-tracking",
4247
+ "key": "type-h2-tracking",
4248
+ "category": "semantic",
4249
+ "group": "typography",
4250
+ "kind": "static",
4251
+ "description": "h2 letter-spacing.",
4252
+ "value": "-0.01em"
4253
+ },
4254
+ {
4255
+ "name": "--af-type-h2-weight",
4256
+ "key": "type-h2-weight",
4257
+ "category": "semantic",
4258
+ "group": "typography",
4259
+ "kind": "static",
4260
+ "description": "h2 role weight.",
4261
+ "value": "var(--af-weight-semibold)"
4262
+ },
4263
+ {
4264
+ "name": "--af-type-h3-leading",
4265
+ "key": "type-h3-leading",
4266
+ "category": "semantic",
4267
+ "group": "typography",
4268
+ "kind": "static",
4269
+ "description": "h3 role line-height.",
4270
+ "value": "var(--af-leading-tight)"
4271
+ },
4272
+ {
4273
+ "name": "--af-type-h3-size",
4274
+ "key": "type-h3-size",
4275
+ "category": "semantic",
4276
+ "group": "typography",
4277
+ "kind": "static",
4278
+ "description": "h3 role size.",
4279
+ "value": "var(--af-text-xl)"
4280
+ },
4281
+ {
4282
+ "name": "--af-type-h3-tracking",
4283
+ "key": "type-h3-tracking",
4284
+ "category": "semantic",
4285
+ "group": "typography",
4286
+ "kind": "static",
4287
+ "description": "h3 letter-spacing.",
4288
+ "value": "0em"
4289
+ },
4290
+ {
4291
+ "name": "--af-type-h3-weight",
4292
+ "key": "type-h3-weight",
4293
+ "category": "semantic",
4294
+ "group": "typography",
4295
+ "kind": "static",
4296
+ "description": "h3 role weight.",
4297
+ "value": "var(--af-weight-semibold)"
4298
+ },
4299
+ {
4300
+ "name": "--af-type-h4-leading",
4301
+ "key": "type-h4-leading",
4302
+ "category": "semantic",
4303
+ "group": "typography",
4304
+ "kind": "static",
4305
+ "description": "h4 role line-height.",
4306
+ "value": "var(--af-leading-normal)"
4307
+ },
4308
+ {
4309
+ "name": "--af-type-h4-size",
4310
+ "key": "type-h4-size",
4311
+ "category": "semantic",
4312
+ "group": "typography",
4313
+ "kind": "static",
4314
+ "description": "h4 role size.",
4315
+ "value": "var(--af-text-lg)"
4316
+ },
4317
+ {
4318
+ "name": "--af-type-h4-tracking",
4319
+ "key": "type-h4-tracking",
4320
+ "category": "semantic",
4321
+ "group": "typography",
4322
+ "kind": "static",
4323
+ "description": "h4 letter-spacing.",
4324
+ "value": "0em"
4325
+ },
4326
+ {
4327
+ "name": "--af-type-h4-weight",
4328
+ "key": "type-h4-weight",
4329
+ "category": "semantic",
4330
+ "group": "typography",
4331
+ "kind": "static",
4332
+ "description": "h4 role weight.",
4333
+ "value": "var(--af-weight-semibold)"
4334
+ },
4335
+ {
4336
+ "name": "--af-type-h5-leading",
4337
+ "key": "type-h5-leading",
4338
+ "category": "semantic",
4339
+ "group": "typography",
4340
+ "kind": "static",
4341
+ "description": "h5 role line-height.",
4342
+ "value": "var(--af-leading-normal)"
4343
+ },
4344
+ {
4345
+ "name": "--af-type-h5-size",
4346
+ "key": "type-h5-size",
4347
+ "category": "semantic",
4348
+ "group": "typography",
4349
+ "kind": "static",
4350
+ "description": "h5 role size.",
4351
+ "value": "var(--af-text-md)"
4352
+ },
4353
+ {
4354
+ "name": "--af-type-h5-tracking",
4355
+ "key": "type-h5-tracking",
4356
+ "category": "semantic",
4357
+ "group": "typography",
4358
+ "kind": "static",
4359
+ "description": "h5 letter-spacing.",
4360
+ "value": "0em"
4361
+ },
4362
+ {
4363
+ "name": "--af-type-h5-weight",
4364
+ "key": "type-h5-weight",
4365
+ "category": "semantic",
4366
+ "group": "typography",
4367
+ "kind": "static",
4368
+ "description": "h5 role weight.",
4369
+ "value": "var(--af-weight-semibold)"
4370
+ },
4371
+ {
4372
+ "name": "--af-type-h6-leading",
4373
+ "key": "type-h6-leading",
4374
+ "category": "semantic",
4375
+ "group": "typography",
4376
+ "kind": "static",
4377
+ "description": "h6 role line-height.",
4378
+ "value": "var(--af-leading-normal)"
4379
+ },
4380
+ {
4381
+ "name": "--af-type-h6-size",
4382
+ "key": "type-h6-size",
4383
+ "category": "semantic",
4384
+ "group": "typography",
4385
+ "kind": "static",
4386
+ "description": "h6 role size.",
4387
+ "value": "var(--af-text-sm)"
4388
+ },
4389
+ {
4390
+ "name": "--af-type-h6-tracking",
4391
+ "key": "type-h6-tracking",
4392
+ "category": "semantic",
4393
+ "group": "typography",
4394
+ "kind": "static",
4395
+ "description": "h6 letter-spacing.",
4396
+ "value": "0em"
4397
+ },
4398
+ {
4399
+ "name": "--af-type-h6-weight",
4400
+ "key": "type-h6-weight",
4401
+ "category": "semantic",
4402
+ "group": "typography",
4403
+ "kind": "static",
4404
+ "description": "h6 role weight.",
4405
+ "value": "var(--af-weight-semibold)"
4406
+ },
4407
+ {
4408
+ "name": "--af-weight-bold",
4409
+ "key": "weight-bold",
4410
+ "category": "semantic",
4411
+ "group": "typography",
4412
+ "kind": "static",
4413
+ "description": "Font weight 700.",
4414
+ "value": "700"
4415
+ },
4416
+ {
4417
+ "name": "--af-weight-extrabold",
4418
+ "key": "weight-extrabold",
4419
+ "category": "semantic",
4420
+ "group": "typography",
4421
+ "kind": "static",
4422
+ "description": "Font weight 800.",
4423
+ "value": "800"
4424
+ },
4425
+ {
4426
+ "name": "--af-weight-medium",
4427
+ "key": "weight-medium",
4428
+ "category": "semantic",
4429
+ "group": "typography",
4430
+ "kind": "static",
4431
+ "description": "Font weight 500.",
4432
+ "value": "500"
4433
+ },
4434
+ {
4435
+ "name": "--af-weight-regular",
4436
+ "key": "weight-regular",
4437
+ "category": "semantic",
4438
+ "group": "typography",
4439
+ "kind": "static",
4440
+ "description": "Font weight 400. Prefer --af-type-*-weight on roles.",
4441
+ "value": "400"
4442
+ },
4443
+ {
4444
+ "name": "--af-weight-semibold",
4445
+ "key": "weight-semibold",
4446
+ "category": "semantic",
4447
+ "group": "typography",
4448
+ "kind": "static",
4449
+ "description": "Font weight 600 (default headings).",
4450
+ "value": "600"
4451
+ },
4452
+ {
4453
+ "name": "--af-z-base",
4454
+ "key": "z-base",
4455
+ "category": "semantic",
4456
+ "group": "shadow",
4457
+ "kind": "static",
4458
+ "description": "Stacking baseline (0). Rarely override.",
4459
+ "value": "0"
4460
+ },
4461
+ {
4462
+ "name": "--af-z-dropdown",
4463
+ "key": "z-dropdown",
4464
+ "category": "semantic",
4465
+ "group": "shadow",
4466
+ "kind": "static",
4467
+ "description": "Dropdowns / popovers above page content.",
4468
+ "value": "1000"
4469
+ },
4470
+ {
4471
+ "name": "--af-z-loader",
4472
+ "key": "z-loader",
4473
+ "category": "semantic",
4474
+ "group": "shadow",
4475
+ "kind": "static",
4476
+ "description": "Full-page loaders above toasts (af-page-loader).",
4477
+ "value": "1500"
4478
+ },
4479
+ {
4480
+ "name": "--af-z-modal",
4481
+ "key": "z-modal",
4482
+ "category": "semantic",
4483
+ "group": "shadow",
4484
+ "kind": "static",
4485
+ "description": "Modal dialogs above the overlay.",
4486
+ "value": "1300"
4487
+ },
4488
+ {
4489
+ "name": "--af-z-overlay",
4490
+ "key": "z-overlay",
4491
+ "category": "semantic",
4492
+ "group": "shadow",
4493
+ "kind": "static",
4494
+ "description": "Dimmed scrim behind dialogs.",
4495
+ "value": "1200"
4496
+ },
4497
+ {
4498
+ "name": "--af-z-sticky",
4499
+ "key": "z-sticky",
4500
+ "category": "semantic",
4501
+ "group": "shadow",
4502
+ "kind": "static",
4503
+ "description": "Sticky headers / toolbars above content, below overlays.",
4504
+ "value": "1100"
4505
+ },
4506
+ {
4507
+ "name": "--af-z-toast",
4508
+ "key": "z-toast",
4509
+ "category": "semantic",
4510
+ "group": "shadow",
4511
+ "kind": "static",
4512
+ "description": "Toasts / live regions above modals.",
4513
+ "value": "1400"
4514
+ }
4515
+ ]
4516
+ }