@airframeui/tokens 0.1.4 → 0.3.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.
package/dist/tokens.js CHANGED
@@ -1,7 +1,7 @@
1
1
  export const tokens = {
2
2
  "meta": {
3
3
  "version": "0.0.1",
4
- "generatedAt": "2026-08-16T13:25:11.771Z"
4
+ "generatedAt": "2026-08-22T07:15:44.406Z"
5
5
  },
6
6
  "primitives": {
7
7
  "base-primary--light": "#0876dd",
@@ -59,11 +59,13 @@ export const tokens = {
59
59
  "space-7": "40px",
60
60
  "space-8": "48px",
61
61
  "radius-0": "0px",
62
- "radius-sm": "6px",
63
- "radius-md": "10px",
64
- "radius-lg": "16px",
65
- "radius-xl": "24px",
62
+ "radius-sm": "4px",
63
+ "radius-md": "8px",
64
+ "radius-lg": "12px",
65
+ "radius-xl": "16px",
66
66
  "radius-full": "9999px",
67
+ "radius": "var(--af-radius-md)",
68
+ "pill-radius": "var(--af-radius-full)",
67
69
  "font-primary": "var(--af-base-font-sans)",
68
70
  "font-mono": "var(--af-base-font-mono)",
69
71
  "text-xs": "0.75rem",
@@ -165,6 +167,8 @@ export const tokens = {
165
167
  "switch-height": "var(--af-choice-size)",
166
168
  "switch-width-ratio": "0.8",
167
169
  "switch-thumb-inset": "2px",
170
+ "range-track-height": "0.625rem",
171
+ "range-thumb-size": "1.25rem",
168
172
  "color-focus": "var(--af-color-primary)",
169
173
  "color-primary": "var(--af-base-primary)",
170
174
  "color-secondary": "var(--af-base-secondary)",
@@ -247,34 +251,62 @@ export const tokens = {
247
251
  "color-border-strong": "var(--af-color-border-strong--light)"
248
252
  },
249
253
  "components": {
250
- "control-min-height": "auto",
251
- "control-radius": "var(--af-radius-lg)",
254
+ "control-min-height": "var(--af-hit-size)",
255
+ "control-radius": "var(--af-radius)",
252
256
  "control-padding-y": "var(--af-space-2)",
253
257
  "control-padding-x": "var(--af-space-3)",
254
- "control-border-width": "1px",
258
+ "control-border-width": "var(--af-border-width)",
255
259
  "control-border": "var(--af-color-border)",
256
260
  "control-border-hover": "var(--af-color-border-strong)",
257
261
  "link-primary": "var(--af-color-primary)",
258
262
  "link-hover-primary": "var(--af-color-primary-hover)",
263
+ "link-decoration": "underline",
264
+ "link-hover-decoration": "underline",
259
265
  "btn-min-height": "var(--af-control-min-height)",
260
- "btn-radius": "var(--af-radius-full)",
266
+ "btn-radius": "var(--af-radius)",
261
267
  "btn-padding-y": "var(--af-control-padding-y)",
262
268
  "btn-padding-x": "var(--af-space-4)",
263
269
  "btn-gap": "var(--af-space-2)",
264
270
  "btn-icon-size": "1.25rem",
265
271
  "btn-icon-button-size": "var(--af-hit-size)",
266
272
  "btn-font-weight": "var(--af-weight-medium)",
267
- "btn-border-width": "1px",
273
+ "btn-border-width": "var(--af-border-width)",
274
+ "btn-border": "transparent",
275
+ "btn-border-hover": "initial",
276
+ "btn-border-focus": "initial",
277
+ "btn-border-auto": "initial",
268
278
  "btn-hover-brightness": "0.9",
269
279
  "btn-active-brightness": "0.82",
270
280
  "btn-default-bg": "var(--af-color-primary)",
271
281
  "btn-default-color": "var(--af-color-on-primary)",
272
282
  "btn-default-hover": "var(--af-color-primary-hover)",
273
283
  "btn-default-active": "var(--af-color-primary-active)",
284
+ "btn-default-border": "initial",
285
+ "btn-default-border-hover": "initial",
286
+ "btn-default-border-focus": "initial",
274
287
  "btn-secondary-bg": "var(--af-color-secondary)",
275
288
  "btn-secondary-color": "var(--af-color-on-secondary)",
276
289
  "btn-secondary-hover": "var(--af-color-secondary-hover)",
277
290
  "btn-secondary-active": "var(--af-color-secondary-active)",
291
+ "btn-secondary-border": "initial",
292
+ "btn-secondary-border-hover": "initial",
293
+ "btn-secondary-border-focus": "initial",
294
+ "btn-tertiary-border": "initial",
295
+ "btn-tertiary-border-hover": "initial",
296
+ "btn-tertiary-border-focus": "initial",
297
+ "btn-success-border": "initial",
298
+ "btn-success-border-hover": "initial",
299
+ "btn-success-border-focus": "initial",
300
+ "btn-warning-border": "initial",
301
+ "btn-warning-border-hover": "initial",
302
+ "btn-warning-border-focus": "initial",
303
+ "btn-danger-border": "initial",
304
+ "btn-danger-border-hover": "initial",
305
+ "btn-danger-border-focus": "initial",
306
+ "btn-info-border": "initial",
307
+ "btn-info-border-hover": "initial",
308
+ "btn-info-border-focus": "initial",
309
+ "btn-ghost-border": "transparent",
278
310
  "btn-outline-color": "var(--af-color-primary)",
279
311
  "btn-outline-border": "var(--af-color-primary)",
280
312
  "btn-outline-hover": "var(--af-color-primary-hover)",
@@ -291,7 +323,7 @@ export const tokens = {
291
323
  "input-font-size": "var(--af-text-md)",
292
324
  "input-leading": "var(--af-leading-normal)",
293
325
  "input-placeholder-color": "var(--af-color-text-muted)",
294
- "card-radius": "var(--af-radius-lg)",
326
+ "card-radius": "var(--af-radius)",
295
327
  "card-padding": "var(--af-space-5)",
296
328
  "card-border-width": "1px",
297
329
  "card-shadow": "var(--af-shadow-sm)",
@@ -328,7 +360,8 @@ export const tokens = {
328
360
  "color-text-muted": "var(--af-color-text-muted--light)",
329
361
  "color-text-inverse": "var(--af-color-text-inverse--light)",
330
362
  "color-border": "var(--af-color-border--light)",
331
- "color-border-strong": "var(--af-color-border-strong--light)"
363
+ "color-border-strong": "var(--af-color-border-strong--light)",
364
+ "hard-toward": "black"
332
365
  }
333
366
  },
334
367
  "dark": {
@@ -442,8 +475,8 @@ export const tokens = {
442
475
  },
443
476
  "catalog": {
444
477
  "meta": {
445
- "generatedAt": "2026-08-16T13:25:11.770Z",
446
- "count": 334
478
+ "generatedAt": "2026-08-22T07:15:44.406Z",
479
+ "count": 366
447
480
  },
448
481
  "groups": [
449
482
  {
@@ -866,15 +899,15 @@ export const tokens = {
866
899
  "value": "var(--af-base-primary--light)",
867
900
  "css": {
868
901
  "light": "#0876dd",
869
- "dark": "#0e80eb",
902
+ "dark": "#1678D4",
870
903
  "hc-light": "#0876dd",
871
- "hc-dark": "#0e80eb"
904
+ "hc-dark": "#1678D4"
872
905
  },
873
906
  "hex": {
874
907
  "light": "#0876dd",
875
- "dark": "#0e80eb",
908
+ "dark": "#1678d4",
876
909
  "hc-light": "#0876dd",
877
- "hc-dark": "#0e80eb"
910
+ "hc-dark": "#1678d4"
878
911
  }
879
912
  },
880
913
  {
@@ -884,9 +917,9 @@ export const tokens = {
884
917
  "group": "color-primitive",
885
918
  "kind": "stored",
886
919
  "description": "Dark stored value for --af-base-primary.",
887
- "value": "#0e80eb",
920
+ "value": "#1678D4",
888
921
  "hex": {
889
- "dark": "#0e80eb"
922
+ "dark": "#1678d4"
890
923
  }
891
924
  },
892
925
  {
@@ -1135,14 +1168,77 @@ export const tokens = {
1135
1168
  "description": "af-btn pressed brightness filter.",
1136
1169
  "value": "0.82"
1137
1170
  },
1171
+ {
1172
+ "name": "--af-btn-border",
1173
+ "key": "btn-border",
1174
+ "category": "component",
1175
+ "group": "component",
1176
+ "kind": "static",
1177
+ "description": "Master filled af-btn border color. Transparent by default (borders off). Set to a color, or to var(--af-btn-border-auto), to paint filled buttons. Ghost and link ignore this.",
1178
+ "value": "transparent"
1179
+ },
1180
+ {
1181
+ "name": "--af-btn-border-auto",
1182
+ "key": "btn-border-auto",
1183
+ "category": "component",
1184
+ "group": "component",
1185
+ "kind": "static",
1186
+ "description": "Per-variant automatic filled-button border tint. Unset at :root; each filled .af-btn remaps it. Set --af-btn-border to var(--af-btn-border-auto) (on :root or a wrapper) to enable borders without picking hexes.",
1187
+ "value": "initial"
1188
+ },
1189
+ {
1190
+ "name": "--af-btn-border-focus",
1191
+ "key": "btn-border-focus",
1192
+ "category": "component",
1193
+ "group": "component",
1194
+ "kind": "static",
1195
+ "description": "Master filled af-btn focus border (chrome in addition to the focus ring). Unset by default; falls back to the rest border.",
1196
+ "value": "initial"
1197
+ },
1198
+ {
1199
+ "name": "--af-btn-border-hover",
1200
+ "key": "btn-border-hover",
1201
+ "category": "component",
1202
+ "group": "component",
1203
+ "kind": "static",
1204
+ "description": "Master filled af-btn hover border. Unset by default; falls back to the rest border.",
1205
+ "value": "initial"
1206
+ },
1138
1207
  {
1139
1208
  "name": "--af-btn-border-width",
1140
1209
  "key": "btn-border-width",
1141
1210
  "category": "component",
1142
1211
  "group": "component",
1143
1212
  "kind": "static",
1144
- "description": "af-btn border width.",
1145
- "value": "1px"
1213
+ "description": "af-btn border width. Defaults to --af-border-width.",
1214
+ "value": "var(--af-border-width)"
1215
+ },
1216
+ {
1217
+ "name": "--af-btn-danger-border",
1218
+ "key": "btn-danger-border",
1219
+ "category": "component",
1220
+ "group": "component",
1221
+ "kind": "static",
1222
+ "description": "Danger filled af-btn border. Unset by default; falls back to --af-btn-border.",
1223
+ "value": "initial"
1224
+ },
1225
+ {
1226
+ "name": "--af-btn-danger-border-focus",
1227
+ "key": "btn-danger-border-focus",
1228
+ "category": "component",
1229
+ "group": "component",
1230
+ "kind": "static",
1231
+ "description": "Danger filled af-btn focus border. Unset by default; falls back to the rest border.",
1232
+ "value": "initial"
1233
+ },
1234
+ {
1235
+ "name": "--af-btn-danger-border-hover",
1236
+ "key": "btn-danger-border-hover",
1237
+ "category": "component",
1238
+ "group": "component",
1239
+ "kind": "static",
1240
+ "description": "Danger filled af-btn hover border. Unset by default; falls back to the rest border.",
1241
+ "value": "initial"
1146
1242
  },
1147
1243
  {
1148
1244
  "name": "--af-btn-default-active",
@@ -1160,9 +1256,9 @@ export const tokens = {
1160
1256
  },
1161
1257
  "hex": {
1162
1258
  "light": "#0761b5",
1163
- "dark": "#0b69c1",
1259
+ "dark": "#1262ae",
1164
1260
  "hc-light": "#0761b5",
1165
- "hc-dark": "#0b69c1"
1261
+ "hc-dark": "#1262ae"
1166
1262
  }
1167
1263
  },
1168
1264
  {
@@ -1181,11 +1277,38 @@ export const tokens = {
1181
1277
  },
1182
1278
  "hex": {
1183
1279
  "light": "#0876dd",
1184
- "dark": "#0e80eb",
1280
+ "dark": "#1678d4",
1185
1281
  "hc-light": "#0876dd",
1186
- "hc-dark": "#0e80eb"
1282
+ "hc-dark": "#1678d4"
1187
1283
  }
1188
1284
  },
1285
+ {
1286
+ "name": "--af-btn-default-border",
1287
+ "key": "btn-default-border",
1288
+ "category": "component",
1289
+ "group": "component",
1290
+ "kind": "static",
1291
+ "description": "Primary/default filled af-btn border. Unset by default; falls back to --af-btn-border.",
1292
+ "value": "initial"
1293
+ },
1294
+ {
1295
+ "name": "--af-btn-default-border-focus",
1296
+ "key": "btn-default-border-focus",
1297
+ "category": "component",
1298
+ "group": "component",
1299
+ "kind": "static",
1300
+ "description": "Primary/default filled af-btn focus border. Unset by default; falls back to the rest border.",
1301
+ "value": "initial"
1302
+ },
1303
+ {
1304
+ "name": "--af-btn-default-border-hover",
1305
+ "key": "btn-default-border-hover",
1306
+ "category": "component",
1307
+ "group": "component",
1308
+ "kind": "static",
1309
+ "description": "Primary/default filled af-btn hover border. Unset by default; falls back to the rest border.",
1310
+ "value": "initial"
1311
+ },
1189
1312
  {
1190
1313
  "name": "--af-btn-default-color",
1191
1314
  "key": "btn-default-color",
@@ -1223,9 +1346,9 @@ export const tokens = {
1223
1346
  },
1224
1347
  "hex": {
1225
1348
  "light": "#0768c2",
1226
- "dark": "#0c71cf",
1349
+ "dark": "#136abb",
1227
1350
  "hc-light": "#0768c2",
1228
- "hc-dark": "#0c71cf"
1351
+ "hc-dark": "#136abb"
1229
1352
  }
1230
1353
  },
1231
1354
  {
@@ -1246,6 +1369,15 @@ export const tokens = {
1246
1369
  "description": "Gap between af-btn label and icon.",
1247
1370
  "value": "var(--af-space-2)"
1248
1371
  },
1372
+ {
1373
+ "name": "--af-btn-ghost-border",
1374
+ "key": "btn-ghost-border",
1375
+ "category": "component",
1376
+ "group": "component",
1377
+ "kind": "static",
1378
+ "description": "Ghost af-btn border. Transparent by default; does not follow --af-btn-border.",
1379
+ "value": "transparent"
1380
+ },
1249
1381
  {
1250
1382
  "name": "--af-btn-hover-brightness",
1251
1383
  "key": "btn-hover-brightness",
@@ -1273,6 +1405,33 @@ export const tokens = {
1273
1405
  "description": "Icon size inside af-btn.",
1274
1406
  "value": "1.25rem"
1275
1407
  },
1408
+ {
1409
+ "name": "--af-btn-info-border",
1410
+ "key": "btn-info-border",
1411
+ "category": "component",
1412
+ "group": "component",
1413
+ "kind": "static",
1414
+ "description": "Info filled af-btn border. Unset by default; falls back to --af-btn-border.",
1415
+ "value": "initial"
1416
+ },
1417
+ {
1418
+ "name": "--af-btn-info-border-focus",
1419
+ "key": "btn-info-border-focus",
1420
+ "category": "component",
1421
+ "group": "component",
1422
+ "kind": "static",
1423
+ "description": "Info filled af-btn focus border. Unset by default; falls back to the rest border.",
1424
+ "value": "initial"
1425
+ },
1426
+ {
1427
+ "name": "--af-btn-info-border-hover",
1428
+ "key": "btn-info-border-hover",
1429
+ "category": "component",
1430
+ "group": "component",
1431
+ "kind": "static",
1432
+ "description": "Info filled af-btn hover border. Unset by default; falls back to the rest border.",
1433
+ "value": "initial"
1434
+ },
1276
1435
  {
1277
1436
  "name": "--af-btn-min-height",
1278
1437
  "key": "btn-min-height",
@@ -1298,9 +1457,9 @@ export const tokens = {
1298
1457
  },
1299
1458
  "hex": {
1300
1459
  "light": "#d7e9fa",
1301
- "dark": "#112740",
1460
+ "dark": "#13263d",
1302
1461
  "hc-light": "#d7e9fa",
1303
- "hc-dark": "#182a3b"
1462
+ "hc-dark": "#192938"
1304
1463
  }
1305
1464
  },
1306
1465
  {
@@ -1319,9 +1478,9 @@ export const tokens = {
1319
1478
  },
1320
1479
  "hex": {
1321
1480
  "light": "#0876dd",
1322
- "dark": "#0e80eb",
1481
+ "dark": "#1678d4",
1323
1482
  "hc-light": "#0876dd",
1324
- "hc-dark": "#0e80eb"
1483
+ "hc-dark": "#1678d4"
1325
1484
  }
1326
1485
  },
1327
1486
  {
@@ -1340,9 +1499,9 @@ export const tokens = {
1340
1499
  },
1341
1500
  "hex": {
1342
1501
  "light": "#0876dd",
1343
- "dark": "#0e80eb",
1502
+ "dark": "#1678d4",
1344
1503
  "hc-light": "#0876dd",
1345
- "hc-dark": "#0e80eb"
1504
+ "hc-dark": "#1678d4"
1346
1505
  }
1347
1506
  },
1348
1507
  {
@@ -1361,9 +1520,9 @@ export const tokens = {
1361
1520
  },
1362
1521
  "hex": {
1363
1522
  "light": "#0768c2",
1364
- "dark": "#0c71cf",
1523
+ "dark": "#136abb",
1365
1524
  "hc-light": "#0768c2",
1366
- "hc-dark": "#0c71cf"
1525
+ "hc-dark": "#136abb"
1367
1526
  }
1368
1527
  },
1369
1528
  {
@@ -1382,9 +1541,9 @@ export const tokens = {
1382
1541
  },
1383
1542
  "hex": {
1384
1543
  "light": "#e1effb",
1385
- "dark": "#122338",
1544
+ "dark": "#122236",
1386
1545
  "hc-light": "#e1effb",
1387
- "hc-dark": "#192633"
1546
+ "hc-dark": "#1a2530"
1388
1547
  }
1389
1548
  },
1390
1549
  {
@@ -1411,8 +1570,8 @@ export const tokens = {
1411
1570
  "category": "component",
1412
1571
  "group": "component",
1413
1572
  "kind": "static",
1414
- "description": "af-btn corner radius (pill by default).",
1415
- "value": "var(--af-radius-full)"
1573
+ "description": "af-btn corner radius. Defaults to --af-radius. Set to --af-pill-radius for pills.",
1574
+ "value": "var(--af-radius)"
1416
1575
  },
1417
1576
  {
1418
1577
  "name": "--af-btn-secondary-active",
@@ -1456,6 +1615,33 @@ export const tokens = {
1456
1615
  "hc-dark": "#dbe1f4"
1457
1616
  }
1458
1617
  },
1618
+ {
1619
+ "name": "--af-btn-secondary-border",
1620
+ "key": "btn-secondary-border",
1621
+ "category": "component",
1622
+ "group": "component",
1623
+ "kind": "static",
1624
+ "description": "Secondary filled af-btn border. Unset by default; falls back to --af-btn-border.",
1625
+ "value": "initial"
1626
+ },
1627
+ {
1628
+ "name": "--af-btn-secondary-border-focus",
1629
+ "key": "btn-secondary-border-focus",
1630
+ "category": "component",
1631
+ "group": "component",
1632
+ "kind": "static",
1633
+ "description": "Secondary filled af-btn focus border. Unset by default; falls back to the rest border.",
1634
+ "value": "initial"
1635
+ },
1636
+ {
1637
+ "name": "--af-btn-secondary-border-hover",
1638
+ "key": "btn-secondary-border-hover",
1639
+ "category": "component",
1640
+ "group": "component",
1641
+ "kind": "static",
1642
+ "description": "Secondary filled af-btn hover border. Unset by default; falls back to the rest border.",
1643
+ "value": "initial"
1644
+ },
1459
1645
  {
1460
1646
  "name": "--af-btn-secondary-color",
1461
1647
  "key": "btn-secondary-color",
@@ -1498,6 +1684,87 @@ export const tokens = {
1498
1684
  "hc-dark": "#c1c6d7"
1499
1685
  }
1500
1686
  },
1687
+ {
1688
+ "name": "--af-btn-success-border",
1689
+ "key": "btn-success-border",
1690
+ "category": "component",
1691
+ "group": "component",
1692
+ "kind": "static",
1693
+ "description": "Success filled af-btn border. Unset by default; falls back to --af-btn-border.",
1694
+ "value": "initial"
1695
+ },
1696
+ {
1697
+ "name": "--af-btn-success-border-focus",
1698
+ "key": "btn-success-border-focus",
1699
+ "category": "component",
1700
+ "group": "component",
1701
+ "kind": "static",
1702
+ "description": "Success filled af-btn focus border. Unset by default; falls back to the rest border.",
1703
+ "value": "initial"
1704
+ },
1705
+ {
1706
+ "name": "--af-btn-success-border-hover",
1707
+ "key": "btn-success-border-hover",
1708
+ "category": "component",
1709
+ "group": "component",
1710
+ "kind": "static",
1711
+ "description": "Success filled af-btn hover border. Unset by default; falls back to the rest border.",
1712
+ "value": "initial"
1713
+ },
1714
+ {
1715
+ "name": "--af-btn-tertiary-border",
1716
+ "key": "btn-tertiary-border",
1717
+ "category": "component",
1718
+ "group": "component",
1719
+ "kind": "static",
1720
+ "description": "Tertiary filled af-btn border. Unset by default; falls back to --af-btn-border.",
1721
+ "value": "initial"
1722
+ },
1723
+ {
1724
+ "name": "--af-btn-tertiary-border-focus",
1725
+ "key": "btn-tertiary-border-focus",
1726
+ "category": "component",
1727
+ "group": "component",
1728
+ "kind": "static",
1729
+ "description": "Tertiary filled af-btn focus border. Unset by default; falls back to the rest border.",
1730
+ "value": "initial"
1731
+ },
1732
+ {
1733
+ "name": "--af-btn-tertiary-border-hover",
1734
+ "key": "btn-tertiary-border-hover",
1735
+ "category": "component",
1736
+ "group": "component",
1737
+ "kind": "static",
1738
+ "description": "Tertiary filled af-btn hover border. Unset by default; falls back to the rest border.",
1739
+ "value": "initial"
1740
+ },
1741
+ {
1742
+ "name": "--af-btn-warning-border",
1743
+ "key": "btn-warning-border",
1744
+ "category": "component",
1745
+ "group": "component",
1746
+ "kind": "static",
1747
+ "description": "Warning filled af-btn border. Unset by default; falls back to --af-btn-border.",
1748
+ "value": "initial"
1749
+ },
1750
+ {
1751
+ "name": "--af-btn-warning-border-focus",
1752
+ "key": "btn-warning-border-focus",
1753
+ "category": "component",
1754
+ "group": "component",
1755
+ "kind": "static",
1756
+ "description": "Warning filled af-btn focus border. Unset by default; falls back to the rest border.",
1757
+ "value": "initial"
1758
+ },
1759
+ {
1760
+ "name": "--af-btn-warning-border-hover",
1761
+ "key": "btn-warning-border-hover",
1762
+ "category": "component",
1763
+ "group": "component",
1764
+ "kind": "static",
1765
+ "description": "Warning filled af-btn hover border. Unset by default; falls back to the rest border.",
1766
+ "value": "initial"
1767
+ },
1501
1768
  {
1502
1769
  "name": "--af-card-border-width",
1503
1770
  "key": "card-border-width",
@@ -1531,8 +1798,8 @@ export const tokens = {
1531
1798
  "category": "component",
1532
1799
  "group": "component",
1533
1800
  "kind": "static",
1534
- "description": "af-card corner radius.",
1535
- "value": "var(--af-radius-lg)"
1801
+ "description": "af-card corner radius. Defaults to --af-radius.",
1802
+ "value": "var(--af-radius)"
1536
1803
  },
1537
1804
  {
1538
1805
  "name": "--af-card-shadow",
@@ -1577,9 +1844,9 @@ export const tokens = {
1577
1844
  },
1578
1845
  "hex": {
1579
1846
  "light": "#0876dd",
1580
- "dark": "#0e80eb",
1847
+ "dark": "#1678d4",
1581
1848
  "hc-light": "#0876dd",
1582
- "hc-dark": "#0e80eb"
1849
+ "hc-dark": "#1678d4"
1583
1850
  }
1584
1851
  },
1585
1852
  {
@@ -1598,9 +1865,9 @@ export const tokens = {
1598
1865
  },
1599
1866
  "hex": {
1600
1867
  "light": "#0761b5",
1601
- "dark": "#0b69c1",
1868
+ "dark": "#1262ae",
1602
1869
  "hc-light": "#0761b5",
1603
- "hc-dark": "#0b69c1"
1870
+ "hc-dark": "#1262ae"
1604
1871
  }
1605
1872
  },
1606
1873
  {
@@ -1619,9 +1886,9 @@ export const tokens = {
1619
1886
  },
1620
1887
  "hex": {
1621
1888
  "light": "#04417a",
1622
- "dark": "#7ab9f4",
1889
+ "dark": "#7fb5e7",
1623
1890
  "hc-light": "#04417a",
1624
- "hc-dark": "#7ab9f4"
1891
+ "hc-dark": "#7fb5e7"
1625
1892
  }
1626
1893
  },
1627
1894
  {
@@ -1640,9 +1907,9 @@ export const tokens = {
1640
1907
  },
1641
1908
  "hex": {
1642
1909
  "light": "#0768c2",
1643
- "dark": "#0c71cf",
1910
+ "dark": "#136abb",
1644
1911
  "hc-light": "#0768c2",
1645
- "hc-dark": "#0c71cf"
1912
+ "hc-dark": "#136abb"
1646
1913
  }
1647
1914
  },
1648
1915
  {
@@ -1661,9 +1928,9 @@ export const tokens = {
1661
1928
  },
1662
1929
  "hex": {
1663
1930
  "light": "#e1effb",
1664
- "dark": "#122338",
1931
+ "dark": "#122236",
1665
1932
  "hc-light": "#e1effb",
1666
- "hc-dark": "#192633"
1933
+ "hc-dark": "#1a2530"
1667
1934
  }
1668
1935
  },
1669
1936
  {
@@ -1994,9 +2261,9 @@ export const tokens = {
1994
2261
  },
1995
2262
  "hex": {
1996
2263
  "light": "#0876dd",
1997
- "dark": "#0e80eb",
2264
+ "dark": "#1678d4",
1998
2265
  "hc-light": "#0876dd",
1999
- "hc-dark": "#0e80eb"
2266
+ "hc-dark": "#1678d4"
2000
2267
  }
2001
2268
  },
2002
2269
  {
@@ -2480,9 +2747,9 @@ export const tokens = {
2480
2747
  },
2481
2748
  "hex": {
2482
2749
  "light": "#0876dd",
2483
- "dark": "#0e80eb",
2750
+ "dark": "#1678d4",
2484
2751
  "hc-light": "#0876dd",
2485
- "hc-dark": "#0e80eb"
2752
+ "hc-dark": "#1678d4"
2486
2753
  }
2487
2754
  },
2488
2755
  {
@@ -2501,9 +2768,9 @@ export const tokens = {
2501
2768
  },
2502
2769
  "hex": {
2503
2770
  "light": "#0761b5",
2504
- "dark": "#0b69c1",
2771
+ "dark": "#1262ae",
2505
2772
  "hc-light": "#0761b5",
2506
- "hc-dark": "#0b69c1"
2773
+ "hc-dark": "#1262ae"
2507
2774
  }
2508
2775
  },
2509
2776
  {
@@ -2522,9 +2789,9 @@ export const tokens = {
2522
2789
  },
2523
2790
  "hex": {
2524
2791
  "light": "#04417a",
2525
- "dark": "#7ab9f4",
2792
+ "dark": "#7fb5e7",
2526
2793
  "hc-light": "#04417a",
2527
- "hc-dark": "#7ab9f4"
2794
+ "hc-dark": "#7fb5e7"
2528
2795
  }
2529
2796
  },
2530
2797
  {
@@ -2543,9 +2810,9 @@ export const tokens = {
2543
2810
  },
2544
2811
  "hex": {
2545
2812
  "light": "#0768c2",
2546
- "dark": "#0c71cf",
2813
+ "dark": "#136abb",
2547
2814
  "hc-light": "#0768c2",
2548
- "hc-dark": "#0c71cf"
2815
+ "hc-dark": "#136abb"
2549
2816
  }
2550
2817
  },
2551
2818
  {
@@ -2564,9 +2831,9 @@ export const tokens = {
2564
2831
  },
2565
2832
  "hex": {
2566
2833
  "light": "#e1effb",
2567
- "dark": "#122338",
2834
+ "dark": "#122236",
2568
2835
  "hc-light": "#e1effb",
2569
- "hc-dark": "#192633"
2836
+ "hc-dark": "#1a2530"
2570
2837
  }
2571
2838
  },
2572
2839
  {
@@ -3730,8 +3997,8 @@ export const tokens = {
3730
3997
  "category": "component",
3731
3998
  "group": "component",
3732
3999
  "kind": "static",
3733
- "description": "Shared form-control border width.",
3734
- "value": "1px"
4000
+ "description": "Shared form-control border width. Defaults to --af-border-width.",
4001
+ "value": "var(--af-border-width)"
3735
4002
  },
3736
4003
  {
3737
4004
  "name": "--af-control-min-height",
@@ -3740,7 +4007,7 @@ export const tokens = {
3740
4007
  "group": "component",
3741
4008
  "kind": "static",
3742
4009
  "description": "Shared form-control min-height (default auto). Inputs use --af-input-min-height instead.",
3743
- "value": "auto"
4010
+ "value": "var(--af-hit-size)"
3744
4011
  },
3745
4012
  {
3746
4013
  "name": "--af-control-padding-x",
@@ -3766,8 +4033,8 @@ export const tokens = {
3766
4033
  "category": "component",
3767
4034
  "group": "component",
3768
4035
  "kind": "static",
3769
- "description": "Shared form-control radius (inputs, selects).",
3770
- "value": "var(--af-radius-lg)"
4036
+ "description": "Shared form-control radius (inputs, selects). Defaults to --af-radius.",
4037
+ "value": "var(--af-radius)"
3771
4038
  },
3772
4039
  {
3773
4040
  "name": "--af-divider-spacing",
@@ -3884,9 +4151,9 @@ export const tokens = {
3884
4151
  },
3885
4152
  "hex": {
3886
4153
  "light": "#0876dd",
3887
- "dark": "#0e80eb",
4154
+ "dark": "#1678d4",
3888
4155
  "hc-light": "#0876dd",
3889
- "hc-dark": "#0e80eb"
4156
+ "hc-dark": "#1678d4"
3890
4157
  }
3891
4158
  },
3892
4159
  {
@@ -4037,9 +4304,9 @@ export const tokens = {
4037
4304
  },
4038
4305
  "hex": {
4039
4306
  "light": "#0876dd",
4040
- "dark": "#0e80eb",
4307
+ "dark": "#1678d4",
4041
4308
  "hc-light": "#0876dd",
4042
- "hc-dark": "#0e80eb"
4309
+ "hc-dark": "#1678d4"
4043
4310
  }
4044
4311
  },
4045
4312
  {
@@ -4069,7 +4336,7 @@ export const tokens = {
4069
4336
  "category": "component",
4070
4337
  "group": "component",
4071
4338
  "kind": "static",
4072
- "description": "Text input border width.",
4339
+ "description": "Text input border width. Defaults to --af-control-border-width, then --af-border-width.",
4073
4340
  "value": "var(--af-control-border-width)"
4074
4341
  },
4075
4342
  {
@@ -4144,7 +4411,7 @@ export const tokens = {
4144
4411
  "category": "component",
4145
4412
  "group": "component",
4146
4413
  "kind": "static",
4147
- "description": "Text input corner radius.",
4414
+ "description": "Text input corner radius. Defaults to --af-control-radius, then --af-radius.",
4148
4415
  "value": "var(--af-control-radius)"
4149
4416
  },
4150
4417
  {
@@ -4183,6 +4450,24 @@ export const tokens = {
4183
4450
  "description": "Tight line-height (headings). Prefer --af-type-*-leading on roles.",
4184
4451
  "value": "1.15"
4185
4452
  },
4453
+ {
4454
+ "name": "--af-link-decoration",
4455
+ "key": "link-decoration",
4456
+ "category": "component",
4457
+ "group": "component",
4458
+ "kind": "static",
4459
+ "description": "Default text-decoration for a / .af-link (underline). Override to restyle links.",
4460
+ "value": "underline"
4461
+ },
4462
+ {
4463
+ "name": "--af-link-hover-decoration",
4464
+ "key": "link-hover-decoration",
4465
+ "category": "component",
4466
+ "group": "component",
4467
+ "kind": "static",
4468
+ "description": "Link text-decoration on hover.",
4469
+ "value": "underline"
4470
+ },
4186
4471
  {
4187
4472
  "name": "--af-link-hover-primary",
4188
4473
  "key": "link-hover-primary",
@@ -4199,9 +4484,9 @@ export const tokens = {
4199
4484
  },
4200
4485
  "hex": {
4201
4486
  "light": "#0768c2",
4202
- "dark": "#0c71cf",
4487
+ "dark": "#136abb",
4203
4488
  "hc-light": "#0768c2",
4204
- "hc-dark": "#0c71cf"
4489
+ "hc-dark": "#136abb"
4205
4490
  }
4206
4491
  },
4207
4492
  {
@@ -4220,11 +4505,29 @@ export const tokens = {
4220
4505
  },
4221
4506
  "hex": {
4222
4507
  "light": "#0876dd",
4223
- "dark": "#0e80eb",
4508
+ "dark": "#1678d4",
4224
4509
  "hc-light": "#0876dd",
4225
- "hc-dark": "#0e80eb"
4510
+ "hc-dark": "#1678d4"
4226
4511
  }
4227
4512
  },
4513
+ {
4514
+ "name": "--af-pill-radius",
4515
+ "key": "pill-radius",
4516
+ "category": "semantic",
4517
+ "group": "space",
4518
+ "kind": "static",
4519
+ "description": "Capsule / pill radius. Used by af-pill, steps, and .af-radius-full. Defaults to --af-radius-full. Set --af-btn-radius to this for pill buttons.",
4520
+ "value": "var(--af-radius-full)"
4521
+ },
4522
+ {
4523
+ "name": "--af-radius",
4524
+ "key": "radius",
4525
+ "category": "semantic",
4526
+ "group": "space",
4527
+ "kind": "static",
4528
+ "description": "Default corner radius for cards, controls, buttons, dialogs, and surfaces. Override this to retheme the product. Set --af-btn-radius to --af-pill-radius for pill buttons.",
4529
+ "value": "var(--af-radius-md)"
4530
+ },
4228
4531
  {
4229
4532
  "name": "--af-radius-0",
4230
4533
  "key": "radius-0",
@@ -4240,7 +4543,7 @@ export const tokens = {
4240
4543
  "category": "semantic",
4241
4544
  "group": "space",
4242
4545
  "kind": "static",
4243
- "description": "Pill / circle radius. Default buttons.",
4546
+ "description": "Scale step for a capsule (9999px). Prefer --af-pill-radius in CSS.",
4244
4547
  "value": "9999px"
4245
4548
  },
4246
4549
  {
@@ -4249,8 +4552,8 @@ export const tokens = {
4249
4552
  "category": "semantic",
4250
4553
  "group": "space",
4251
4554
  "kind": "static",
4252
- "description": "Large radius — default controls and cards.",
4253
- "value": "16px"
4555
+ "description": "Large radius (12px) cards and dialogs when you want more rounding than --af-radius.",
4556
+ "value": "12px"
4254
4557
  },
4255
4558
  {
4256
4559
  "name": "--af-radius-md",
@@ -4258,8 +4561,8 @@ export const tokens = {
4258
4561
  "category": "semantic",
4259
4562
  "group": "space",
4260
4563
  "kind": "static",
4261
- "description": "Medium radius compact surfaces.",
4262
- "value": "10px"
4564
+ "description": "Medium radius (8px). Default source for --af-radius.",
4565
+ "value": "8px"
4263
4566
  },
4264
4567
  {
4265
4568
  "name": "--af-radius-sm",
@@ -4267,8 +4570,8 @@ export const tokens = {
4267
4570
  "category": "semantic",
4268
4571
  "group": "space",
4269
4572
  "kind": "static",
4270
- "description": "Small radius — chips, small controls.",
4271
- "value": "6px"
4573
+ "description": "Small radius (4px) — chips, badges, kbd, tooltips. Compact chrome; does not follow --af-radius.",
4574
+ "value": "4px"
4272
4575
  },
4273
4576
  {
4274
4577
  "name": "--af-radius-xl",
@@ -4276,8 +4579,26 @@ export const tokens = {
4276
4579
  "category": "semantic",
4277
4580
  "group": "space",
4278
4581
  "kind": "static",
4279
- "description": "Extra-large radius — large panels.",
4280
- "value": "24px"
4582
+ "description": "Extra-large radius (16px) — large panels.",
4583
+ "value": "16px"
4584
+ },
4585
+ {
4586
+ "name": "--af-range-thumb-size",
4587
+ "key": "range-thumb-size",
4588
+ "category": "semantic",
4589
+ "group": "other",
4590
+ "kind": "static",
4591
+ "description": "Range slider thumb diameter. Also the control height.",
4592
+ "value": "1.25rem"
4593
+ },
4594
+ {
4595
+ "name": "--af-range-track-height",
4596
+ "key": "range-track-height",
4597
+ "category": "semantic",
4598
+ "group": "other",
4599
+ "kind": "static",
4600
+ "description": "Range slider track thickness.",
4601
+ "value": "0.625rem"
4281
4602
  },
4282
4603
  {
4283
4604
  "name": "--af-shadow-lg",