ui-foundations 0.4.1 → 0.6.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.
Files changed (51) hide show
  1. package/README.md +8 -7
  2. package/dist/core/index.css +1 -0
  3. package/dist/macros/ui.njk +61 -0
  4. package/dist/main.css +528 -89
  5. package/dist/react/accordion.js +36 -0
  6. package/dist/react/avatar.js +34 -0
  7. package/dist/react/button.js +1 -12
  8. package/dist/react/checkbox.js +3 -20
  9. package/dist/react/divider.js +31 -0
  10. package/dist/react/icon.js +1 -12
  11. package/dist/react/index.js +6 -0
  12. package/dist/react/radio.js +3 -20
  13. package/dist/react/switch.js +3 -20
  14. package/dist/react/tabs.js +72 -0
  15. package/dist/react/textarea.js +38 -0
  16. package/dist/react/tooltip.js +25 -0
  17. package/dist/react/warn-dev.js +15 -0
  18. package/dist/tokens/css/appearance-modes.tokens.mode-dark.css +6 -6
  19. package/dist/tokens/css/appearance-modes.tokens.mode-light.css +1 -1
  20. package/dist/tokens/css/components-ui.tokens.css +66 -68
  21. package/dist/tokens/css/core-primitives.tokens.css +72 -1
  22. package/dist/tokens/css/semantics-roles.tokens.css +1 -1
  23. package/dist/tokens/css/themes-brands.tokens.brand-a.css +11 -11
  24. package/dist/tokens/css/themes-brands.tokens.brand-b.css +1 -1
  25. package/dist/tokens/css/themes-brands.tokens.brand-c.css +22 -0
  26. package/dist/tokens/json/components-ui.tokens.json +275 -277
  27. package/dist/tokens/json/core-primitives.tokens.json +302 -0
  28. package/dist/tokens/json/themes-brands.tokens.brand-a.json +10 -10
  29. package/dist/tokens/json/themes-brands.tokens.brand-b.json +10 -10
  30. package/dist/tokens/json/themes-brands.tokens.brand-c.json +81 -0
  31. package/dist/tokens/tokens.yaml +1701 -583
  32. package/dist/tokens/ts/appearance-modes.tokens.mode-dark.ts +6 -6
  33. package/dist/tokens/ts/appearance-modes.tokens.mode-light.ts +1 -1
  34. package/dist/tokens/ts/components-ui.tokens.ts +67 -69
  35. package/dist/tokens/ts/core-primitives.tokens.ts +73 -2
  36. package/dist/tokens/ts/semantics-roles.tokens.ts +1 -1
  37. package/dist/tokens/ts/themes-brands.tokens.brand-a.ts +11 -11
  38. package/dist/tokens/ts/themes-brands.tokens.brand-b.ts +1 -1
  39. package/dist/tokens/ts/themes-brands.tokens.brand-c.ts +32 -0
  40. package/dist/ui/index.css +6 -0
  41. package/dist/ui/patterns/accordion.css +81 -0
  42. package/dist/ui/patterns/avatar.css +57 -0
  43. package/dist/ui/patterns/divider.css +25 -0
  44. package/dist/ui/patterns/tabs.css +71 -0
  45. package/dist/ui/patterns/textarea.css +50 -0
  46. package/dist/ui/patterns/tooltip.css +64 -0
  47. package/docs/agentic/README.md +1 -0
  48. package/docs/agentic/skills/component-accessibility-audit.md +132 -0
  49. package/docs/foundations/foundation-007-typography-selectors-and-specificity.md +1 -1
  50. package/package.json +2 -1
  51. package/dist/tokens/missing-tokens.json +0 -43
@@ -1,8 +1,8 @@
1
1
  # Auto-generated design tokens from Figma
2
- # Generated on 2026-04-28T09:23:28.582Z
2
+ # Generated on 2026-05-22T09:23:10.651Z
3
3
 
4
4
  summary:
5
- total: 440
5
+ total: 526
6
6
  tokens:
7
7
  -
8
8
  cssVar: "--breakpoint-100"
@@ -85,7 +85,7 @@ tokens:
85
85
  -
86
86
  cssVar: "--brand-color-accent"
87
87
  name: "brand-color-accent"
88
- value: "var(--color-brand-a-green-400)"
88
+ value: "var(--color-brand-c-coolblue-60)"
89
89
  type: "color"
90
90
  group: "colors"
91
91
  path: "Brand/Color/Accent"
@@ -108,10 +108,23 @@ tokens:
108
108
  scopeId: "b"
109
109
  selector: ":root[data-brand=\"b\"]"
110
110
  sourceFile: "Themes (Brands).tokens.json"
111
+ -
112
+ cssVar: "--brand-color-accent"
113
+ name: "brand-color-accent"
114
+ value: "var(--color-brand-a-green-400)"
115
+ type: "color"
116
+ group: "colors"
117
+ path: "Brand/Color/Accent"
118
+ pathKey: "Brand.Color.Accent"
119
+ scope: "brand:c"
120
+ scopeBucket: "brand"
121
+ scopeId: "c"
122
+ selector: ":root[data-brand=\"c\"]"
123
+ sourceFile: "Themes (Brands).tokens.json"
111
124
  -
112
125
  cssVar: "--brand-color-accent-dark"
113
126
  name: "brand-color-accent-dark"
114
- value: "var(--color-brand-a-green-600)"
127
+ value: "var(--color-brand-c-coolblue-10)"
115
128
  type: "color"
116
129
  group: "colors"
117
130
  path: "Brand/Color/Accent Dark"
@@ -134,10 +147,23 @@ tokens:
134
147
  scopeId: "b"
135
148
  selector: ":root[data-brand=\"b\"]"
136
149
  sourceFile: "Themes (Brands).tokens.json"
150
+ -
151
+ cssVar: "--brand-color-accent-dark"
152
+ name: "brand-color-accent-dark"
153
+ value: "var(--color-brand-a-green-600)"
154
+ type: "color"
155
+ group: "colors"
156
+ path: "Brand/Color/Accent Dark"
157
+ pathKey: "Brand.Color.Accent Dark"
158
+ scope: "brand:c"
159
+ scopeBucket: "brand"
160
+ scopeId: "c"
161
+ selector: ":root[data-brand=\"c\"]"
162
+ sourceFile: "Themes (Brands).tokens.json"
137
163
  -
138
164
  cssVar: "--brand-color-functional-base"
139
165
  name: "brand-color-functional-base"
140
- value: "var(--color-brand-a-green-700)"
166
+ value: "var(--color-brand-c-blue-10)"
141
167
  type: "color"
142
168
  group: "colors"
143
169
  path: "Brand/Color/Functional/Base"
@@ -160,10 +186,23 @@ tokens:
160
186
  scopeId: "b"
161
187
  selector: ":root[data-brand=\"b\"]"
162
188
  sourceFile: "Themes (Brands).tokens.json"
189
+ -
190
+ cssVar: "--brand-color-functional-base"
191
+ name: "brand-color-functional-base"
192
+ value: "var(--color-brand-a-green-700)"
193
+ type: "color"
194
+ group: "colors"
195
+ path: "Brand/Color/Functional/Base"
196
+ pathKey: "Brand.Color.Functional.Base"
197
+ scope: "brand:c"
198
+ scopeBucket: "brand"
199
+ scopeId: "c"
200
+ selector: ":root[data-brand=\"c\"]"
201
+ sourceFile: "Themes (Brands).tokens.json"
163
202
  -
164
203
  cssVar: "--brand-color-functional-base-dark"
165
204
  name: "brand-color-functional-base-dark"
166
- value: "var(--color-brand-a-green-900)"
205
+ value: "var(--color-brand-c-midnight-10)"
167
206
  type: "color"
168
207
  group: "colors"
169
208
  path: "Brand/Color/Functional/Base Dark"
@@ -186,10 +225,23 @@ tokens:
186
225
  scopeId: "b"
187
226
  selector: ":root[data-brand=\"b\"]"
188
227
  sourceFile: "Themes (Brands).tokens.json"
228
+ -
229
+ cssVar: "--brand-color-functional-base-dark"
230
+ name: "brand-color-functional-base-dark"
231
+ value: "var(--color-brand-a-green-900)"
232
+ type: "color"
233
+ group: "colors"
234
+ path: "Brand/Color/Functional/Base Dark"
235
+ pathKey: "Brand.Color.Functional.Base Dark"
236
+ scope: "brand:c"
237
+ scopeBucket: "brand"
238
+ scopeId: "c"
239
+ selector: ":root[data-brand=\"c\"]"
240
+ sourceFile: "Themes (Brands).tokens.json"
189
241
  -
190
242
  cssVar: "--brand-color-functional-danger"
191
243
  name: "brand-color-functional-danger"
192
- value: "var(--color-brand-a-red-600)"
244
+ value: "var(--color-brand-c-red-30)"
193
245
  type: "color"
194
246
  group: "colors"
195
247
  path: "Brand/Color/Functional/Danger"
@@ -212,10 +264,23 @@ tokens:
212
264
  scopeId: "b"
213
265
  selector: ":root[data-brand=\"b\"]"
214
266
  sourceFile: "Themes (Brands).tokens.json"
267
+ -
268
+ cssVar: "--brand-color-functional-danger"
269
+ name: "brand-color-functional-danger"
270
+ value: "var(--color-brand-a-red-600)"
271
+ type: "color"
272
+ group: "colors"
273
+ path: "Brand/Color/Functional/Danger"
274
+ pathKey: "Brand.Color.Functional.Danger"
275
+ scope: "brand:c"
276
+ scopeBucket: "brand"
277
+ scopeId: "c"
278
+ selector: ":root[data-brand=\"c\"]"
279
+ sourceFile: "Themes (Brands).tokens.json"
215
280
  -
216
281
  cssVar: "--brand-color-functional-success"
217
282
  name: "brand-color-functional-success"
218
- value: "var(--color-brand-a-green-600)"
283
+ value: "var(--color-brand-c-green-30)"
219
284
  type: "color"
220
285
  group: "colors"
221
286
  path: "Brand/Color/Functional/Success"
@@ -238,10 +303,23 @@ tokens:
238
303
  scopeId: "b"
239
304
  selector: ":root[data-brand=\"b\"]"
240
305
  sourceFile: "Themes (Brands).tokens.json"
306
+ -
307
+ cssVar: "--brand-color-functional-success"
308
+ name: "brand-color-functional-success"
309
+ value: "var(--color-brand-a-green-600)"
310
+ type: "color"
311
+ group: "colors"
312
+ path: "Brand/Color/Functional/Success"
313
+ pathKey: "Brand.Color.Functional.Success"
314
+ scope: "brand:c"
315
+ scopeBucket: "brand"
316
+ scopeId: "c"
317
+ selector: ":root[data-brand=\"c\"]"
318
+ sourceFile: "Themes (Brands).tokens.json"
241
319
  -
242
320
  cssVar: "--brand-color-primary"
243
321
  name: "brand-color-primary"
244
- value: "var(--color-brand-a-sand-700)"
322
+ value: "var(--color-brand-c-blue-40)"
245
323
  type: "color"
246
324
  group: "colors"
247
325
  path: "Brand/Color/Primary"
@@ -264,10 +342,23 @@ tokens:
264
342
  scopeId: "b"
265
343
  selector: ":root[data-brand=\"b\"]"
266
344
  sourceFile: "Themes (Brands).tokens.json"
345
+ -
346
+ cssVar: "--brand-color-primary"
347
+ name: "brand-color-primary"
348
+ value: "var(--color-brand-a-sand-700)"
349
+ type: "color"
350
+ group: "colors"
351
+ path: "Brand/Color/Primary"
352
+ pathKey: "Brand.Color.Primary"
353
+ scope: "brand:c"
354
+ scopeBucket: "brand"
355
+ scopeId: "c"
356
+ selector: ":root[data-brand=\"c\"]"
357
+ sourceFile: "Themes (Brands).tokens.json"
267
358
  -
268
359
  cssVar: "--brand-color-primary-dark"
269
360
  name: "brand-color-primary-dark"
270
- value: "var(--color-brand-a-sand-900)"
361
+ value: "var(--color-brand-c-blue-10)"
271
362
  type: "color"
272
363
  group: "colors"
273
364
  path: "Brand/Color/Primary Dark"
@@ -290,6 +381,19 @@ tokens:
290
381
  scopeId: "b"
291
382
  selector: ":root[data-brand=\"b\"]"
292
383
  sourceFile: "Themes (Brands).tokens.json"
384
+ -
385
+ cssVar: "--brand-color-primary-dark"
386
+ name: "brand-color-primary-dark"
387
+ value: "var(--color-brand-a-sand-900)"
388
+ type: "color"
389
+ group: "colors"
390
+ path: "Brand/Color/Primary Dark"
391
+ pathKey: "Brand.Color.Primary Dark"
392
+ scope: "brand:c"
393
+ scopeBucket: "brand"
394
+ scopeId: "c"
395
+ selector: ":root[data-brand=\"c\"]"
396
+ sourceFile: "Themes (Brands).tokens.json"
293
397
  -
294
398
  cssVar: "--brand-color-subtle"
295
399
  name: "brand-color-subtle"
@@ -316,6 +420,19 @@ tokens:
316
420
  scopeId: "b"
317
421
  selector: ":root[data-brand=\"b\"]"
318
422
  sourceFile: "Themes (Brands).tokens.json"
423
+ -
424
+ cssVar: "--brand-color-subtle"
425
+ name: "brand-color-subtle"
426
+ value: "var(--color-neutral-500)"
427
+ type: "color"
428
+ group: "colors"
429
+ path: "Brand/Color/Subtle"
430
+ pathKey: "Brand.Color.Subtle"
431
+ scope: "brand:c"
432
+ scopeBucket: "brand"
433
+ scopeId: "c"
434
+ selector: ":root[data-brand=\"c\"]"
435
+ sourceFile: "Themes (Brands).tokens.json"
319
436
  -
320
437
  cssVar: "--brand-color-subtle-dark"
321
438
  name: "brand-color-subtle-dark"
@@ -342,6 +459,19 @@ tokens:
342
459
  scopeId: "b"
343
460
  selector: ":root[data-brand=\"b\"]"
344
461
  sourceFile: "Themes (Brands).tokens.json"
462
+ -
463
+ cssVar: "--brand-color-subtle-dark"
464
+ name: "brand-color-subtle-dark"
465
+ value: "var(--color-neutral-800)"
466
+ type: "color"
467
+ group: "colors"
468
+ path: "Brand/Color/Subtle Dark"
469
+ pathKey: "Brand.Color.Subtle Dark"
470
+ scope: "brand:c"
471
+ scopeBucket: "brand"
472
+ scopeId: "c"
473
+ selector: ":root[data-brand=\"c\"]"
474
+ sourceFile: "Themes (Brands).tokens.json"
345
475
  -
346
476
  cssVar: "--brand-color-subtle-light"
347
477
  name: "brand-color-subtle-light"
@@ -368,6 +498,19 @@ tokens:
368
498
  scopeId: "b"
369
499
  selector: ":root[data-brand=\"b\"]"
370
500
  sourceFile: "Themes (Brands).tokens.json"
501
+ -
502
+ cssVar: "--brand-color-subtle-light"
503
+ name: "brand-color-subtle-light"
504
+ value: "var(--color-neutral-200)"
505
+ type: "color"
506
+ group: "colors"
507
+ path: "Brand/Color/Subtle Light"
508
+ pathKey: "Brand.Color.Subtle Light"
509
+ scope: "brand:c"
510
+ scopeBucket: "brand"
511
+ scopeId: "c"
512
+ selector: ":root[data-brand=\"c\"]"
513
+ sourceFile: "Themes (Brands).tokens.json"
371
514
  -
372
515
  cssVar: "--color-border-brand"
373
516
  name: "color-border-brand"
@@ -1305,132 +1448,925 @@ tokens:
1305
1448
  selector: ":root"
1306
1449
  sourceFile: "Core (Primitives).tokens.json"
1307
1450
  -
1308
- cssVar: "--color-fill-active"
1309
- name: "color-fill-active"
1310
- value: "var(--brand-color-accent)"
1451
+ cssVar: "--color-brand-c-blue-10"
1452
+ name: "color-brand-c-blue-10"
1453
+ value: "rgb(27 17 92)"
1311
1454
  type: "color"
1312
1455
  group: "colors"
1313
- path: "Color/Fill/Active"
1314
- pathKey: "Color.Fill.Active"
1315
- scope: "mode:dark"
1316
- scopeBucket: "mode"
1317
- scopeId: "dark"
1318
- selector: ":root[data-mode=\"dark\"]"
1319
- sourceFile: "Appearance (Modes).tokens.json"
1456
+ path: "Color/Brand C/Blue/10"
1457
+ pathKey: "Color.Brand C.Blue.10"
1458
+ scope: "global:core-primitives"
1459
+ scopeBucket: "global"
1460
+ scopeId: "core-primitives"
1461
+ selector: ":root"
1462
+ sourceFile: "Core (Primitives).tokens.json"
1320
1463
  -
1321
- cssVar: "--color-fill-active"
1322
- name: "color-fill-active"
1323
- value: "var(--brand-color-accent)"
1464
+ cssVar: "--color-brand-c-blue-20"
1465
+ name: "color-brand-c-blue-20"
1466
+ value: "rgb(7 45 146)"
1324
1467
  type: "color"
1325
1468
  group: "colors"
1326
- path: "Color/Fill/Active"
1327
- pathKey: "Color.Fill.Active"
1328
- scope: "mode:light"
1329
- scopeBucket: "mode"
1330
- scopeId: "light"
1469
+ path: "Color/Brand C/Blue/20"
1470
+ pathKey: "Color.Brand C.Blue.20"
1471
+ scope: "global:core-primitives"
1472
+ scopeBucket: "global"
1473
+ scopeId: "core-primitives"
1331
1474
  selector: ":root"
1332
- sourceFile: "Appearance (Modes).tokens.json"
1475
+ sourceFile: "Core (Primitives).tokens.json"
1333
1476
  -
1334
- cssVar: "--color-fill-brand"
1335
- name: "color-fill-brand"
1336
- value: "var(--brand-color-primary)"
1477
+ cssVar: "--color-brand-c-blue-30"
1478
+ name: "color-brand-c-blue-30"
1479
+ value: "rgb(10 60 194)"
1337
1480
  type: "color"
1338
1481
  group: "colors"
1339
- path: "Color/Fill/Brand"
1340
- pathKey: "Color.Fill.Brand"
1341
- scope: "mode:dark"
1342
- scopeBucket: "mode"
1343
- scopeId: "dark"
1344
- selector: ":root[data-mode=\"dark\"]"
1345
- sourceFile: "Appearance (Modes).tokens.json"
1482
+ path: "Color/Brand C/Blue/30"
1483
+ pathKey: "Color.Brand C.Blue.30"
1484
+ scope: "global:core-primitives"
1485
+ scopeBucket: "global"
1486
+ scopeId: "core-primitives"
1487
+ selector: ":root"
1488
+ sourceFile: "Core (Primitives).tokens.json"
1346
1489
  -
1347
- cssVar: "--color-fill-brand"
1348
- name: "color-fill-brand"
1349
- value: "var(--brand-color-primary)"
1490
+ cssVar: "--color-brand-c-blue-40"
1491
+ name: "color-brand-c-blue-40"
1492
+ value: "rgb(12 75 243)"
1350
1493
  type: "color"
1351
1494
  group: "colors"
1352
- path: "Color/Fill/Brand"
1353
- pathKey: "Color.Fill.Brand"
1354
- scope: "mode:light"
1355
- scopeBucket: "mode"
1356
- scopeId: "light"
1495
+ path: "Color/Brand C/Blue/40"
1496
+ pathKey: "Color.Brand C.Blue.40"
1497
+ scope: "global:core-primitives"
1498
+ scopeBucket: "global"
1499
+ scopeId: "core-primitives"
1357
1500
  selector: ":root"
1358
- sourceFile: "Appearance (Modes).tokens.json"
1501
+ sourceFile: "Core (Primitives).tokens.json"
1359
1502
  -
1360
- cssVar: "--color-fill-danger"
1361
- name: "color-fill-danger"
1362
- value: "var(--brand-color-functional-danger)"
1503
+ cssVar: "--color-brand-c-blue-50"
1504
+ name: "color-brand-c-blue-50"
1505
+ value: "rgb(53 103 246)"
1363
1506
  type: "color"
1364
1507
  group: "colors"
1365
- path: "Color/Fill/Danger"
1366
- pathKey: "Color.Fill.Danger"
1367
- scope: "mode:dark"
1368
- scopeBucket: "mode"
1369
- scopeId: "dark"
1370
- selector: ":root[data-mode=\"dark\"]"
1371
- sourceFile: "Appearance (Modes).tokens.json"
1508
+ path: "Color/Brand C/Blue/50"
1509
+ pathKey: "Color.Brand C.Blue.50"
1510
+ scope: "global:core-primitives"
1511
+ scopeBucket: "global"
1512
+ scopeId: "core-primitives"
1513
+ selector: ":root"
1514
+ sourceFile: "Core (Primitives).tokens.json"
1372
1515
  -
1373
- cssVar: "--color-fill-danger"
1374
- name: "color-fill-danger"
1375
- value: "var(--brand-color-functional-danger)"
1516
+ cssVar: "--color-brand-c-blue-60"
1517
+ name: "color-brand-c-blue-60"
1518
+ value: "rgb(109 147 248)"
1376
1519
  type: "color"
1377
1520
  group: "colors"
1378
- path: "Color/Fill/Danger"
1379
- pathKey: "Color.Fill.Danger"
1380
- scope: "mode:light"
1381
- scopeBucket: "mode"
1382
- scopeId: "light"
1521
+ path: "Color/Brand C/Blue/60"
1522
+ pathKey: "Color.Brand C.Blue.60"
1523
+ scope: "global:core-primitives"
1524
+ scopeBucket: "global"
1525
+ scopeId: "core-primitives"
1383
1526
  selector: ":root"
1384
- sourceFile: "Appearance (Modes).tokens.json"
1527
+ sourceFile: "Core (Primitives).tokens.json"
1385
1528
  -
1386
- cssVar: "--color-fill-disabled"
1387
- name: "color-fill-disabled"
1388
- value: "var(--color-neutral-300)"
1529
+ cssVar: "--color-brand-c-blue-70"
1530
+ name: "color-brand-c-blue-70"
1531
+ value: "rgb(148 176 250)"
1389
1532
  type: "color"
1390
1533
  group: "colors"
1391
- path: "Color/Fill/Disabled"
1392
- pathKey: "Color.Fill.Disabled"
1393
- scope: "mode:dark"
1394
- scopeBucket: "mode"
1395
- scopeId: "dark"
1396
- selector: ":root[data-mode=\"dark\"]"
1397
- sourceFile: "Appearance (Modes).tokens.json"
1534
+ path: "Color/Brand C/Blue/70"
1535
+ pathKey: "Color.Brand C.Blue.70"
1536
+ scope: "global:core-primitives"
1537
+ scopeBucket: "global"
1538
+ scopeId: "core-primitives"
1539
+ selector: ":root"
1540
+ sourceFile: "Core (Primitives).tokens.json"
1398
1541
  -
1399
- cssVar: "--color-fill-disabled"
1400
- name: "color-fill-disabled"
1401
- value: "var(--color-neutral-300)"
1542
+ cssVar: "--color-brand-c-blue-80"
1543
+ name: "color-brand-c-blue-80"
1544
+ value: "rgb(182 200 252)"
1402
1545
  type: "color"
1403
1546
  group: "colors"
1404
- path: "Color/Fill/Disabled"
1405
- pathKey: "Color.Fill.Disabled"
1406
- scope: "mode:light"
1407
- scopeBucket: "mode"
1408
- scopeId: "light"
1547
+ path: "Color/Brand C/Blue/80"
1548
+ pathKey: "Color.Brand C.Blue.80"
1549
+ scope: "global:core-primitives"
1550
+ scopeBucket: "global"
1551
+ scopeId: "core-primitives"
1409
1552
  selector: ":root"
1410
- sourceFile: "Appearance (Modes).tokens.json"
1553
+ sourceFile: "Core (Primitives).tokens.json"
1411
1554
  -
1412
- cssVar: "--color-fill-hover"
1413
- name: "color-fill-hover"
1414
- value: "var(--color-neutral-alpha-500)"
1555
+ cssVar: "--color-brand-c-blue-90"
1556
+ name: "color-brand-c-blue-90"
1557
+ value: "rgb(216 226 253)"
1415
1558
  type: "color"
1416
1559
  group: "colors"
1417
- path: "Color/Fill/Hover"
1418
- pathKey: "Color.Fill.Hover"
1419
- scope: "mode:dark"
1420
- scopeBucket: "mode"
1421
- scopeId: "dark"
1422
- selector: ":root[data-mode=\"dark\"]"
1423
- sourceFile: "Appearance (Modes).tokens.json"
1560
+ path: "Color/Brand C/Blue/90"
1561
+ pathKey: "Color.Brand C.Blue.90"
1562
+ scope: "global:core-primitives"
1563
+ scopeBucket: "global"
1564
+ scopeId: "core-primitives"
1565
+ selector: ":root"
1566
+ sourceFile: "Core (Primitives).tokens.json"
1424
1567
  -
1425
- cssVar: "--color-fill-hover"
1426
- name: "color-fill-hover"
1427
- value: "var(--color-neutral-alpha-500)"
1568
+ cssVar: "--color-brand-c-blue-100"
1569
+ name: "color-brand-c-blue-100"
1570
+ value: "rgb(27 17 92)"
1428
1571
  type: "color"
1429
1572
  group: "colors"
1430
- path: "Color/Fill/Hover"
1431
- pathKey: "Color.Fill.Hover"
1432
- scope: "mode:light"
1433
- scopeBucket: "mode"
1573
+ path: "Color/Brand C/Blue/100"
1574
+ pathKey: "Color.Brand C.Blue.100"
1575
+ scope: "global:core-primitives"
1576
+ scopeBucket: "global"
1577
+ scopeId: "core-primitives"
1578
+ selector: ":root"
1579
+ sourceFile: "Core (Primitives).tokens.json"
1580
+ -
1581
+ cssVar: "--color-brand-c-coolblue-10"
1582
+ name: "color-brand-c-coolblue-10"
1583
+ value: "rgb(5 68 97)"
1584
+ type: "color"
1585
+ group: "colors"
1586
+ path: "Color/Brand C/Coolblue/10"
1587
+ pathKey: "Color.Brand C.Coolblue.10"
1588
+ scope: "global:core-primitives"
1589
+ scopeBucket: "global"
1590
+ scopeId: "core-primitives"
1591
+ selector: ":root"
1592
+ sourceFile: "Core (Primitives).tokens.json"
1593
+ -
1594
+ cssVar: "--color-brand-c-coolblue-20"
1595
+ name: "color-brand-c-coolblue-20"
1596
+ value: "rgb(7 102 146)"
1597
+ type: "color"
1598
+ group: "colors"
1599
+ path: "Color/Brand C/Coolblue/20"
1600
+ pathKey: "Color.Brand C.Coolblue.20"
1601
+ scope: "global:core-primitives"
1602
+ scopeBucket: "global"
1603
+ scopeId: "core-primitives"
1604
+ selector: ":root"
1605
+ sourceFile: "Core (Primitives).tokens.json"
1606
+ -
1607
+ cssVar: "--color-brand-c-coolblue-30"
1608
+ name: "color-brand-c-coolblue-30"
1609
+ value: "rgb(10 136 194)"
1610
+ type: "color"
1611
+ group: "colors"
1612
+ path: "Color/Brand C/Coolblue/30"
1613
+ pathKey: "Color.Brand C.Coolblue.30"
1614
+ scope: "global:core-primitives"
1615
+ scopeBucket: "global"
1616
+ scopeId: "core-primitives"
1617
+ selector: ":root"
1618
+ sourceFile: "Core (Primitives).tokens.json"
1619
+ -
1620
+ cssVar: "--color-brand-c-coolblue-40"
1621
+ name: "color-brand-c-coolblue-40"
1622
+ value: "rgb(12 170 243)"
1623
+ type: "color"
1624
+ group: "colors"
1625
+ path: "Color/Brand C/Coolblue/40"
1626
+ pathKey: "Color.Brand C.Coolblue.40"
1627
+ scope: "global:core-primitives"
1628
+ scopeBucket: "global"
1629
+ scopeId: "core-primitives"
1630
+ selector: ":root"
1631
+ sourceFile: "Core (Primitives).tokens.json"
1632
+ -
1633
+ cssVar: "--color-brand-c-coolblue-50"
1634
+ name: "color-brand-c-coolblue-50"
1635
+ value: "rgb(56 185 245)"
1636
+ type: "color"
1637
+ group: "colors"
1638
+ path: "Color/Brand C/Coolblue/50"
1639
+ pathKey: "Color.Brand C.Coolblue.50"
1640
+ scope: "global:core-primitives"
1641
+ scopeBucket: "global"
1642
+ scopeId: "core-primitives"
1643
+ selector: ":root"
1644
+ sourceFile: "Core (Primitives).tokens.json"
1645
+ -
1646
+ cssVar: "--color-brand-c-coolblue-60"
1647
+ name: "color-brand-c-coolblue-60"
1648
+ value: "rgb(112 203 244)"
1649
+ type: "color"
1650
+ group: "colors"
1651
+ path: "Color/Brand C/Coolblue/60"
1652
+ pathKey: "Color.Brand C.Coolblue.60"
1653
+ scope: "global:core-primitives"
1654
+ scopeBucket: "global"
1655
+ scopeId: "core-primitives"
1656
+ selector: ":root"
1657
+ sourceFile: "Core (Primitives).tokens.json"
1658
+ -
1659
+ cssVar: "--color-brand-c-coolblue-70"
1660
+ name: "color-brand-c-coolblue-70"
1661
+ value: "rgb(169 223 248)"
1662
+ type: "color"
1663
+ group: "colors"
1664
+ path: "Color/Brand C/Coolblue/70"
1665
+ pathKey: "Color.Brand C.Coolblue.70"
1666
+ scope: "global:core-primitives"
1667
+ scopeBucket: "global"
1668
+ scopeId: "core-primitives"
1669
+ selector: ":root"
1670
+ sourceFile: "Core (Primitives).tokens.json"
1671
+ -
1672
+ cssVar: "--color-brand-c-coolblue-80"
1673
+ name: "color-brand-c-coolblue-80"
1674
+ value: "rgb(198 234 251)"
1675
+ type: "color"
1676
+ group: "colors"
1677
+ path: "Color/Brand C/Coolblue/80"
1678
+ pathKey: "Color.Brand C.Coolblue.80"
1679
+ scope: "global:core-primitives"
1680
+ scopeBucket: "global"
1681
+ scopeId: "core-primitives"
1682
+ selector: ":root"
1683
+ sourceFile: "Core (Primitives).tokens.json"
1684
+ -
1685
+ cssVar: "--color-brand-c-coolblue-90"
1686
+ name: "color-brand-c-coolblue-90"
1687
+ value: "rgb(226 244 253)"
1688
+ type: "color"
1689
+ group: "colors"
1690
+ path: "Color/Brand C/Coolblue/90"
1691
+ pathKey: "Color.Brand C.Coolblue.90"
1692
+ scope: "global:core-primitives"
1693
+ scopeBucket: "global"
1694
+ scopeId: "core-primitives"
1695
+ selector: ":root"
1696
+ sourceFile: "Core (Primitives).tokens.json"
1697
+ -
1698
+ cssVar: "--color-brand-c-coolblue-100"
1699
+ name: "color-brand-c-coolblue-100"
1700
+ value: "rgb(11 68 97)"
1701
+ type: "color"
1702
+ group: "colors"
1703
+ path: "Color/Brand C/Coolblue/100"
1704
+ pathKey: "Color.Brand C.Coolblue.100"
1705
+ scope: "global:core-primitives"
1706
+ scopeBucket: "global"
1707
+ scopeId: "core-primitives"
1708
+ selector: ":root"
1709
+ sourceFile: "Core (Primitives).tokens.json"
1710
+ -
1711
+ cssVar: "--color-brand-c-green-10"
1712
+ name: "color-brand-c-green-10"
1713
+ value: "rgb(5 66 61)"
1714
+ type: "color"
1715
+ group: "colors"
1716
+ path: "Color/Brand C/Green/10"
1717
+ pathKey: "Color.Brand C.Green.10"
1718
+ scope: "global:core-primitives"
1719
+ scopeBucket: "global"
1720
+ scopeId: "core-primitives"
1721
+ selector: ":root"
1722
+ sourceFile: "Core (Primitives).tokens.json"
1723
+ -
1724
+ cssVar: "--color-brand-c-green-20"
1725
+ name: "color-brand-c-green-20"
1726
+ value: "rgb(36 111 73)"
1727
+ type: "color"
1728
+ group: "colors"
1729
+ path: "Color/Brand C/Green/20"
1730
+ pathKey: "Color.Brand C.Green.20"
1731
+ scope: "global:core-primitives"
1732
+ scopeBucket: "global"
1733
+ scopeId: "core-primitives"
1734
+ selector: ":root"
1735
+ sourceFile: "Core (Primitives).tokens.json"
1736
+ -
1737
+ cssVar: "--color-brand-c-green-30"
1738
+ name: "color-brand-c-green-30"
1739
+ value: "rgb(43 161 104)"
1740
+ type: "color"
1741
+ group: "colors"
1742
+ path: "Color/Brand C/Green/30"
1743
+ pathKey: "Color.Brand C.Green.30"
1744
+ scope: "global:core-primitives"
1745
+ scopeBucket: "global"
1746
+ scopeId: "core-primitives"
1747
+ selector: ":root"
1748
+ sourceFile: "Core (Primitives).tokens.json"
1749
+ -
1750
+ cssVar: "--color-brand-c-green-40"
1751
+ name: "color-brand-c-green-40"
1752
+ value: "rgb(48 182 117)"
1753
+ type: "color"
1754
+ group: "colors"
1755
+ path: "Color/Brand C/Green/40"
1756
+ pathKey: "Color.Brand C.Green.40"
1757
+ scope: "global:core-primitives"
1758
+ scopeBucket: "global"
1759
+ scopeId: "core-primitives"
1760
+ selector: ":root"
1761
+ sourceFile: "Core (Primitives).tokens.json"
1762
+ -
1763
+ cssVar: "--color-brand-c-green-50"
1764
+ name: "color-brand-c-green-50"
1765
+ value: "rgb(97 196 141)"
1766
+ type: "color"
1767
+ group: "colors"
1768
+ path: "Color/Brand C/Green/50"
1769
+ pathKey: "Color.Brand C.Green.50"
1770
+ scope: "global:core-primitives"
1771
+ scopeBucket: "global"
1772
+ scopeId: "core-primitives"
1773
+ selector: ":root"
1774
+ sourceFile: "Core (Primitives).tokens.json"
1775
+ -
1776
+ cssVar: "--color-brand-c-green-60"
1777
+ name: "color-brand-c-green-60"
1778
+ value: "rgb(135 210 166)"
1779
+ type: "color"
1780
+ group: "colors"
1781
+ path: "Color/Brand C/Green/60"
1782
+ pathKey: "Color.Brand C.Green.60"
1783
+ scope: "global:core-primitives"
1784
+ scopeBucket: "global"
1785
+ scopeId: "core-primitives"
1786
+ selector: ":root"
1787
+ sourceFile: "Core (Primitives).tokens.json"
1788
+ -
1789
+ cssVar: "--color-brand-c-green-70"
1790
+ name: "color-brand-c-green-70"
1791
+ value: "rgb(169 224 191)"
1792
+ type: "color"
1793
+ group: "colors"
1794
+ path: "Color/Brand C/Green/70"
1795
+ pathKey: "Color.Brand C.Green.70"
1796
+ scope: "global:core-primitives"
1797
+ scopeBucket: "global"
1798
+ scopeId: "core-primitives"
1799
+ selector: ":root"
1800
+ sourceFile: "Core (Primitives).tokens.json"
1801
+ -
1802
+ cssVar: "--color-brand-c-green-80"
1803
+ name: "color-brand-c-green-80"
1804
+ value: "rgb(197 228 205)"
1805
+ type: "color"
1806
+ group: "colors"
1807
+ path: "Color/Brand C/Green/80"
1808
+ pathKey: "Color.Brand C.Green.80"
1809
+ scope: "global:core-primitives"
1810
+ scopeBucket: "global"
1811
+ scopeId: "core-primitives"
1812
+ selector: ":root"
1813
+ sourceFile: "Core (Primitives).tokens.json"
1814
+ -
1815
+ cssVar: "--color-brand-c-green-90"
1816
+ name: "color-brand-c-green-90"
1817
+ value: "rgb(223 246 235)"
1818
+ type: "color"
1819
+ group: "colors"
1820
+ path: "Color/Brand C/Green/90"
1821
+ pathKey: "Color.Brand C.Green.90"
1822
+ scope: "global:core-primitives"
1823
+ scopeBucket: "global"
1824
+ scopeId: "core-primitives"
1825
+ selector: ":root"
1826
+ sourceFile: "Core (Primitives).tokens.json"
1827
+ -
1828
+ cssVar: "--color-brand-c-green-100"
1829
+ name: "color-brand-c-green-100"
1830
+ value: "rgb(239 251 245)"
1831
+ type: "color"
1832
+ group: "colors"
1833
+ path: "Color/Brand C/Green/100"
1834
+ pathKey: "Color.Brand C.Green.100"
1835
+ scope: "global:core-primitives"
1836
+ scopeBucket: "global"
1837
+ scopeId: "core-primitives"
1838
+ selector: ":root"
1839
+ sourceFile: "Core (Primitives).tokens.json"
1840
+ -
1841
+ cssVar: "--color-brand-c-midnight-10"
1842
+ name: "color-brand-c-midnight-10"
1843
+ value: "rgb(11 9 45)"
1844
+ type: "color"
1845
+ group: "colors"
1846
+ path: "Color/Brand C/Midnight/10"
1847
+ pathKey: "Color.Brand C.Midnight.10"
1848
+ scope: "global:core-primitives"
1849
+ scopeBucket: "global"
1850
+ scopeId: "core-primitives"
1851
+ selector: ":root"
1852
+ sourceFile: "Core (Primitives).tokens.json"
1853
+ -
1854
+ cssVar: "--color-brand-c-orange-10"
1855
+ name: "color-brand-c-orange-10"
1856
+ value: "rgb(102 61 0)"
1857
+ type: "color"
1858
+ group: "colors"
1859
+ path: "Color/Brand C/Orange/10"
1860
+ pathKey: "Color.Brand C.Orange.10"
1861
+ scope: "global:core-primitives"
1862
+ scopeBucket: "global"
1863
+ scopeId: "core-primitives"
1864
+ selector: ":root"
1865
+ sourceFile: "Core (Primitives).tokens.json"
1866
+ -
1867
+ cssVar: "--color-brand-c-orange-20"
1868
+ name: "color-brand-c-orange-20"
1869
+ value: "rgb(153 92 0)"
1870
+ type: "color"
1871
+ group: "colors"
1872
+ path: "Color/Brand C/Orange/20"
1873
+ pathKey: "Color.Brand C.Orange.20"
1874
+ scope: "global:core-primitives"
1875
+ scopeBucket: "global"
1876
+ scopeId: "core-primitives"
1877
+ selector: ":root"
1878
+ sourceFile: "Core (Primitives).tokens.json"
1879
+ -
1880
+ cssVar: "--color-brand-c-orange-30"
1881
+ name: "color-brand-c-orange-30"
1882
+ value: "rgb(204 122 0)"
1883
+ type: "color"
1884
+ group: "colors"
1885
+ path: "Color/Brand C/Orange/30"
1886
+ pathKey: "Color.Brand C.Orange.30"
1887
+ scope: "global:core-primitives"
1888
+ scopeBucket: "global"
1889
+ scopeId: "core-primitives"
1890
+ selector: ":root"
1891
+ sourceFile: "Core (Primitives).tokens.json"
1892
+ -
1893
+ cssVar: "--color-brand-c-orange-40"
1894
+ name: "color-brand-c-orange-40"
1895
+ value: "rgb(255 153 0)"
1896
+ type: "color"
1897
+ group: "colors"
1898
+ path: "Color/Brand C/Orange/40"
1899
+ pathKey: "Color.Brand C.Orange.40"
1900
+ scope: "global:core-primitives"
1901
+ scopeBucket: "global"
1902
+ scopeId: "core-primitives"
1903
+ selector: ":root"
1904
+ sourceFile: "Core (Primitives).tokens.json"
1905
+ -
1906
+ cssVar: "--color-brand-c-orange-50"
1907
+ name: "color-brand-c-orange-50"
1908
+ value: "rgb(255 171 46)"
1909
+ type: "color"
1910
+ group: "colors"
1911
+ path: "Color/Brand C/Orange/50"
1912
+ pathKey: "Color.Brand C.Orange.50"
1913
+ scope: "global:core-primitives"
1914
+ scopeBucket: "global"
1915
+ scopeId: "core-primitives"
1916
+ selector: ":root"
1917
+ sourceFile: "Core (Primitives).tokens.json"
1918
+ -
1919
+ cssVar: "--color-brand-c-orange-60"
1920
+ name: "color-brand-c-orange-60"
1921
+ value: "rgb(255 194 102)"
1922
+ type: "color"
1923
+ group: "colors"
1924
+ path: "Color/Brand C/Orange/60"
1925
+ pathKey: "Color.Brand C.Orange.60"
1926
+ scope: "global:core-primitives"
1927
+ scopeBucket: "global"
1928
+ scopeId: "core-primitives"
1929
+ selector: ":root"
1930
+ sourceFile: "Core (Primitives).tokens.json"
1931
+ -
1932
+ cssVar: "--color-brand-c-orange-70"
1933
+ name: "color-brand-c-orange-70"
1934
+ value: "rgb(255 210 143)"
1935
+ type: "color"
1936
+ group: "colors"
1937
+ path: "Color/Brand C/Orange/70"
1938
+ pathKey: "Color.Brand C.Orange.70"
1939
+ scope: "global:core-primitives"
1940
+ scopeBucket: "global"
1941
+ scopeId: "core-primitives"
1942
+ selector: ":root"
1943
+ sourceFile: "Core (Primitives).tokens.json"
1944
+ -
1945
+ cssVar: "--color-brand-c-orange-80"
1946
+ name: "color-brand-c-orange-80"
1947
+ value: "rgb(255 224 178)"
1948
+ type: "color"
1949
+ group: "colors"
1950
+ path: "Color/Brand C/Orange/80"
1951
+ pathKey: "Color.Brand C.Orange.80"
1952
+ scope: "global:core-primitives"
1953
+ scopeBucket: "global"
1954
+ scopeId: "core-primitives"
1955
+ selector: ":root"
1956
+ sourceFile: "Core (Primitives).tokens.json"
1957
+ -
1958
+ cssVar: "--color-brand-c-orange-90"
1959
+ name: "color-brand-c-orange-90"
1960
+ value: "rgb(255 239 214)"
1961
+ type: "color"
1962
+ group: "colors"
1963
+ path: "Color/Brand C/Orange/90"
1964
+ pathKey: "Color.Brand C.Orange.90"
1965
+ scope: "global:core-primitives"
1966
+ scopeBucket: "global"
1967
+ scopeId: "core-primitives"
1968
+ selector: ":root"
1969
+ sourceFile: "Core (Primitives).tokens.json"
1970
+ -
1971
+ cssVar: "--color-brand-c-orange-100"
1972
+ name: "color-brand-c-orange-100"
1973
+ value: "rgb(255 247 235)"
1974
+ type: "color"
1975
+ group: "colors"
1976
+ path: "Color/Brand C/Orange/100"
1977
+ pathKey: "Color.Brand C.Orange.100"
1978
+ scope: "global:core-primitives"
1979
+ scopeBucket: "global"
1980
+ scopeId: "core-primitives"
1981
+ selector: ":root"
1982
+ sourceFile: "Core (Primitives).tokens.json"
1983
+ -
1984
+ cssVar: "--color-brand-c-purple-10"
1985
+ name: "color-brand-c-purple-10"
1986
+ value: "rgb(57 17 92)"
1987
+ type: "color"
1988
+ group: "colors"
1989
+ path: "Color/Brand C/Purple/10"
1990
+ pathKey: "Color.Brand C.Purple.10"
1991
+ scope: "global:core-primitives"
1992
+ scopeBucket: "global"
1993
+ scopeId: "core-primitives"
1994
+ selector: ":root"
1995
+ sourceFile: "Core (Primitives).tokens.json"
1996
+ -
1997
+ cssVar: "--color-brand-c-purple-20"
1998
+ name: "color-brand-c-purple-20"
1999
+ value: "rgb(81 7 146)"
2000
+ type: "color"
2001
+ group: "colors"
2002
+ path: "Color/Brand C/Purple/20"
2003
+ pathKey: "Color.Brand C.Purple.20"
2004
+ scope: "global:core-primitives"
2005
+ scopeBucket: "global"
2006
+ scopeId: "core-primitives"
2007
+ selector: ":root"
2008
+ sourceFile: "Core (Primitives).tokens.json"
2009
+ -
2010
+ cssVar: "--color-brand-c-purple-30"
2011
+ name: "color-brand-c-purple-30"
2012
+ value: "rgb(108 10 194)"
2013
+ type: "color"
2014
+ group: "colors"
2015
+ path: "Color/Brand C/Purple/30"
2016
+ pathKey: "Color.Brand C.Purple.30"
2017
+ scope: "global:core-primitives"
2018
+ scopeBucket: "global"
2019
+ scopeId: "core-primitives"
2020
+ selector: ":root"
2021
+ sourceFile: "Core (Primitives).tokens.json"
2022
+ -
2023
+ cssVar: "--color-brand-c-purple-40"
2024
+ name: "color-brand-c-purple-40"
2025
+ value: "rgb(135 12 243)"
2026
+ type: "color"
2027
+ group: "colors"
2028
+ path: "Color/Brand C/Purple/40"
2029
+ pathKey: "Color.Brand C.Purple.40"
2030
+ scope: "global:core-primitives"
2031
+ scopeBucket: "global"
2032
+ scopeId: "core-primitives"
2033
+ selector: ":root"
2034
+ sourceFile: "Core (Primitives).tokens.json"
2035
+ -
2036
+ cssVar: "--color-brand-c-purple-50"
2037
+ name: "color-brand-c-purple-50"
2038
+ value: "rgb(156 53 246)"
2039
+ type: "color"
2040
+ group: "colors"
2041
+ path: "Color/Brand C/Purple/50"
2042
+ pathKey: "Color.Brand C.Purple.50"
2043
+ scope: "global:core-primitives"
2044
+ scopeBucket: "global"
2045
+ scopeId: "core-primitives"
2046
+ selector: ":root"
2047
+ sourceFile: "Core (Primitives).tokens.json"
2048
+ -
2049
+ cssVar: "--color-brand-c-purple-60"
2050
+ name: "color-brand-c-purple-60"
2051
+ value: "rgb(183 109 248)"
2052
+ type: "color"
2053
+ group: "colors"
2054
+ path: "Color/Brand C/Purple/60"
2055
+ pathKey: "Color.Brand C.Purple.60"
2056
+ scope: "global:core-primitives"
2057
+ scopeBucket: "global"
2058
+ scopeId: "core-primitives"
2059
+ selector: ":root"
2060
+ sourceFile: "Core (Primitives).tokens.json"
2061
+ -
2062
+ cssVar: "--color-brand-c-purple-70"
2063
+ name: "color-brand-c-purple-70"
2064
+ value: "rgb(202 148 250)"
2065
+ type: "color"
2066
+ group: "colors"
2067
+ path: "Color/Brand C/Purple/70"
2068
+ pathKey: "Color.Brand C.Purple.70"
2069
+ scope: "global:core-primitives"
2070
+ scopeBucket: "global"
2071
+ scopeId: "core-primitives"
2072
+ selector: ":root"
2073
+ sourceFile: "Core (Primitives).tokens.json"
2074
+ -
2075
+ cssVar: "--color-brand-c-purple-80"
2076
+ name: "color-brand-c-purple-80"
2077
+ value: "rgb(219 182 252)"
2078
+ type: "color"
2079
+ group: "colors"
2080
+ path: "Color/Brand C/Purple/80"
2081
+ pathKey: "Color.Brand C.Purple.80"
2082
+ scope: "global:core-primitives"
2083
+ scopeBucket: "global"
2084
+ scopeId: "core-primitives"
2085
+ selector: ":root"
2086
+ sourceFile: "Core (Primitives).tokens.json"
2087
+ -
2088
+ cssVar: "--color-brand-c-purple-90"
2089
+ name: "color-brand-c-purple-90"
2090
+ value: "rgb(236 216 253)"
2091
+ type: "color"
2092
+ group: "colors"
2093
+ path: "Color/Brand C/Purple/90"
2094
+ pathKey: "Color.Brand C.Purple.90"
2095
+ scope: "global:core-primitives"
2096
+ scopeBucket: "global"
2097
+ scopeId: "core-primitives"
2098
+ selector: ":root"
2099
+ sourceFile: "Core (Primitives).tokens.json"
2100
+ -
2101
+ cssVar: "--color-brand-c-purple-100"
2102
+ name: "color-brand-c-purple-100"
2103
+ value: "rgb(245 236 254)"
2104
+ type: "color"
2105
+ group: "colors"
2106
+ path: "Color/Brand C/Purple/100"
2107
+ pathKey: "Color.Brand C.Purple.100"
2108
+ scope: "global:core-primitives"
2109
+ scopeBucket: "global"
2110
+ scopeId: "core-primitives"
2111
+ selector: ":root"
2112
+ sourceFile: "Core (Primitives).tokens.json"
2113
+ -
2114
+ cssVar: "--color-brand-c-red-10"
2115
+ name: "color-brand-c-red-10"
2116
+ value: "rgb(96 6 9)"
2117
+ type: "color"
2118
+ group: "colors"
2119
+ path: "Color/Brand C/Red/10"
2120
+ pathKey: "Color.Brand C.Red.10"
2121
+ scope: "global:core-primitives"
2122
+ scopeBucket: "global"
2123
+ scopeId: "core-primitives"
2124
+ selector: ":root"
2125
+ sourceFile: "Core (Primitives).tokens.json"
2126
+ -
2127
+ cssVar: "--color-brand-c-red-20"
2128
+ name: "color-brand-c-red-20"
2129
+ value: "rgb(144 9 14)"
2130
+ type: "color"
2131
+ group: "colors"
2132
+ path: "Color/Brand C/Red/20"
2133
+ pathKey: "Color.Brand C.Red.20"
2134
+ scope: "global:core-primitives"
2135
+ scopeBucket: "global"
2136
+ scopeId: "core-primitives"
2137
+ selector: ":root"
2138
+ sourceFile: "Core (Primitives).tokens.json"
2139
+ -
2140
+ cssVar: "--color-brand-c-red-30"
2141
+ name: "color-brand-c-red-30"
2142
+ value: "rgb(192 12 18)"
2143
+ type: "color"
2144
+ group: "colors"
2145
+ path: "Color/Brand C/Red/30"
2146
+ pathKey: "Color.Brand C.Red.30"
2147
+ scope: "global:core-primitives"
2148
+ scopeBucket: "global"
2149
+ scopeId: "core-primitives"
2150
+ selector: ":root"
2151
+ sourceFile: "Core (Primitives).tokens.json"
2152
+ -
2153
+ cssVar: "--color-brand-c-red-40"
2154
+ name: "color-brand-c-red-40"
2155
+ value: "rgb(240 15 23)"
2156
+ type: "color"
2157
+ group: "colors"
2158
+ path: "Color/Brand C/Red/40"
2159
+ pathKey: "Color.Brand C.Red.40"
2160
+ scope: "global:core-primitives"
2161
+ scopeBucket: "global"
2162
+ scopeId: "core-primitives"
2163
+ selector: ":root"
2164
+ sourceFile: "Core (Primitives).tokens.json"
2165
+ -
2166
+ cssVar: "--color-brand-c-red-50"
2167
+ name: "color-brand-c-red-50"
2168
+ value: "rgb(242 58 65)"
2169
+ type: "color"
2170
+ group: "colors"
2171
+ path: "Color/Brand C/Red/50"
2172
+ pathKey: "Color.Brand C.Red.50"
2173
+ scope: "global:core-primitives"
2174
+ scopeBucket: "global"
2175
+ scopeId: "core-primitives"
2176
+ selector: ":root"
2177
+ sourceFile: "Core (Primitives).tokens.json"
2178
+ -
2179
+ cssVar: "--color-brand-c-red-60"
2180
+ name: "color-brand-c-red-60"
2181
+ value: "rgb(246 111 116)"
2182
+ type: "color"
2183
+ group: "colors"
2184
+ path: "Color/Brand C/Red/60"
2185
+ pathKey: "Color.Brand C.Red.60"
2186
+ scope: "global:core-primitives"
2187
+ scopeBucket: "global"
2188
+ scopeId: "core-primitives"
2189
+ selector: ":root"
2190
+ sourceFile: "Core (Primitives).tokens.json"
2191
+ -
2192
+ cssVar: "--color-brand-c-red-70"
2193
+ name: "color-brand-c-red-70"
2194
+ value: "rgb(248 150 153)"
2195
+ type: "color"
2196
+ group: "colors"
2197
+ path: "Color/Brand C/Red/70"
2198
+ pathKey: "Color.Brand C.Red.70"
2199
+ scope: "global:core-primitives"
2200
+ scopeBucket: "global"
2201
+ scopeId: "core-primitives"
2202
+ selector: ":root"
2203
+ sourceFile: "Core (Primitives).tokens.json"
2204
+ -
2205
+ cssVar: "--color-brand-c-red-80"
2206
+ name: "color-brand-c-red-80"
2207
+ value: "rgb(250 183 185)"
2208
+ type: "color"
2209
+ group: "colors"
2210
+ path: "Color/Brand C/Red/80"
2211
+ pathKey: "Color.Brand C.Red.80"
2212
+ scope: "global:core-primitives"
2213
+ scopeBucket: "global"
2214
+ scopeId: "core-primitives"
2215
+ selector: ":root"
2216
+ sourceFile: "Core (Primitives).tokens.json"
2217
+ -
2218
+ cssVar: "--color-brand-c-red-90"
2219
+ name: "color-brand-c-red-90"
2220
+ value: "rgb(253 226 227)"
2221
+ type: "color"
2222
+ group: "colors"
2223
+ path: "Color/Brand C/Red/90"
2224
+ pathKey: "Color.Brand C.Red.90"
2225
+ scope: "global:core-primitives"
2226
+ scopeBucket: "global"
2227
+ scopeId: "core-primitives"
2228
+ selector: ":root"
2229
+ sourceFile: "Core (Primitives).tokens.json"
2230
+ -
2231
+ cssVar: "--color-brand-c-red-100"
2232
+ name: "color-brand-c-red-100"
2233
+ value: "rgb(254 236 236)"
2234
+ type: "color"
2235
+ group: "colors"
2236
+ path: "Color/Brand C/Red/100"
2237
+ pathKey: "Color.Brand C.Red.100"
2238
+ scope: "global:core-primitives"
2239
+ scopeBucket: "global"
2240
+ scopeId: "core-primitives"
2241
+ selector: ":root"
2242
+ sourceFile: "Core (Primitives).tokens.json"
2243
+ -
2244
+ cssVar: "--color-fill-active"
2245
+ name: "color-fill-active"
2246
+ value: "var(--brand-color-accent)"
2247
+ type: "color"
2248
+ group: "colors"
2249
+ path: "Color/Fill/Active"
2250
+ pathKey: "Color.Fill.Active"
2251
+ scope: "mode:dark"
2252
+ scopeBucket: "mode"
2253
+ scopeId: "dark"
2254
+ selector: ":root[data-mode=\"dark\"]"
2255
+ sourceFile: "Appearance (Modes).tokens.json"
2256
+ -
2257
+ cssVar: "--color-fill-active"
2258
+ name: "color-fill-active"
2259
+ value: "var(--brand-color-accent)"
2260
+ type: "color"
2261
+ group: "colors"
2262
+ path: "Color/Fill/Active"
2263
+ pathKey: "Color.Fill.Active"
2264
+ scope: "mode:light"
2265
+ scopeBucket: "mode"
2266
+ scopeId: "light"
2267
+ selector: ":root"
2268
+ sourceFile: "Appearance (Modes).tokens.json"
2269
+ -
2270
+ cssVar: "--color-fill-brand"
2271
+ name: "color-fill-brand"
2272
+ value: "var(--brand-color-primary)"
2273
+ type: "color"
2274
+ group: "colors"
2275
+ path: "Color/Fill/Brand"
2276
+ pathKey: "Color.Fill.Brand"
2277
+ scope: "mode:dark"
2278
+ scopeBucket: "mode"
2279
+ scopeId: "dark"
2280
+ selector: ":root[data-mode=\"dark\"]"
2281
+ sourceFile: "Appearance (Modes).tokens.json"
2282
+ -
2283
+ cssVar: "--color-fill-brand"
2284
+ name: "color-fill-brand"
2285
+ value: "var(--brand-color-primary)"
2286
+ type: "color"
2287
+ group: "colors"
2288
+ path: "Color/Fill/Brand"
2289
+ pathKey: "Color.Fill.Brand"
2290
+ scope: "mode:light"
2291
+ scopeBucket: "mode"
2292
+ scopeId: "light"
2293
+ selector: ":root"
2294
+ sourceFile: "Appearance (Modes).tokens.json"
2295
+ -
2296
+ cssVar: "--color-fill-danger"
2297
+ name: "color-fill-danger"
2298
+ value: "var(--brand-color-functional-danger)"
2299
+ type: "color"
2300
+ group: "colors"
2301
+ path: "Color/Fill/Danger"
2302
+ pathKey: "Color.Fill.Danger"
2303
+ scope: "mode:dark"
2304
+ scopeBucket: "mode"
2305
+ scopeId: "dark"
2306
+ selector: ":root[data-mode=\"dark\"]"
2307
+ sourceFile: "Appearance (Modes).tokens.json"
2308
+ -
2309
+ cssVar: "--color-fill-danger"
2310
+ name: "color-fill-danger"
2311
+ value: "var(--brand-color-functional-danger)"
2312
+ type: "color"
2313
+ group: "colors"
2314
+ path: "Color/Fill/Danger"
2315
+ pathKey: "Color.Fill.Danger"
2316
+ scope: "mode:light"
2317
+ scopeBucket: "mode"
2318
+ scopeId: "light"
2319
+ selector: ":root"
2320
+ sourceFile: "Appearance (Modes).tokens.json"
2321
+ -
2322
+ cssVar: "--color-fill-disabled"
2323
+ name: "color-fill-disabled"
2324
+ value: "var(--color-neutral-300)"
2325
+ type: "color"
2326
+ group: "colors"
2327
+ path: "Color/Fill/Disabled"
2328
+ pathKey: "Color.Fill.Disabled"
2329
+ scope: "mode:dark"
2330
+ scopeBucket: "mode"
2331
+ scopeId: "dark"
2332
+ selector: ":root[data-mode=\"dark\"]"
2333
+ sourceFile: "Appearance (Modes).tokens.json"
2334
+ -
2335
+ cssVar: "--color-fill-disabled"
2336
+ name: "color-fill-disabled"
2337
+ value: "var(--color-neutral-300)"
2338
+ type: "color"
2339
+ group: "colors"
2340
+ path: "Color/Fill/Disabled"
2341
+ pathKey: "Color.Fill.Disabled"
2342
+ scope: "mode:light"
2343
+ scopeBucket: "mode"
2344
+ scopeId: "light"
2345
+ selector: ":root"
2346
+ sourceFile: "Appearance (Modes).tokens.json"
2347
+ -
2348
+ cssVar: "--color-fill-hover"
2349
+ name: "color-fill-hover"
2350
+ value: "var(--color-neutral-alpha-inverse-100)"
2351
+ type: "color"
2352
+ group: "colors"
2353
+ path: "Color/Fill/Hover"
2354
+ pathKey: "Color.Fill.Hover"
2355
+ scope: "mode:dark"
2356
+ scopeBucket: "mode"
2357
+ scopeId: "dark"
2358
+ selector: ":root[data-mode=\"dark\"]"
2359
+ sourceFile: "Appearance (Modes).tokens.json"
2360
+ -
2361
+ cssVar: "--color-fill-hover"
2362
+ name: "color-fill-hover"
2363
+ value: "var(--color-neutral-alpha-500)"
2364
+ type: "color"
2365
+ group: "colors"
2366
+ path: "Color/Fill/Hover"
2367
+ pathKey: "Color.Fill.Hover"
2368
+ scope: "mode:light"
2369
+ scopeBucket: "mode"
1434
2370
  scopeId: "light"
1435
2371
  selector: ":root"
1436
2372
  sourceFile: "Appearance (Modes).tokens.json"
@@ -1811,10 +2747,140 @@ tokens:
1811
2747
  scopeId: "core-primitives"
1812
2748
  selector: ":root"
1813
2749
  sourceFile: "Core (Primitives).tokens.json"
2750
+ -
2751
+ cssVar: "--color-neutral-alpha-inverse-000"
2752
+ name: "color-neutral-alpha-inverse-000"
2753
+ value: "rgba(255 255 255 / 0)"
2754
+ type: "color"
2755
+ group: "colors"
2756
+ path: "Color/Neutral/Alpha Inverse/000"
2757
+ pathKey: "Color.Neutral.Alpha Inverse.000"
2758
+ scope: "global:core-primitives"
2759
+ scopeBucket: "global"
2760
+ scopeId: "core-primitives"
2761
+ selector: ":root"
2762
+ sourceFile: "Core (Primitives).tokens.json"
2763
+ -
2764
+ cssVar: "--color-neutral-alpha-inverse-100"
2765
+ name: "color-neutral-alpha-inverse-100"
2766
+ value: "rgba(255 255 255 / 0.1)"
2767
+ type: "color"
2768
+ group: "colors"
2769
+ path: "Color/Neutral/Alpha Inverse/100"
2770
+ pathKey: "Color.Neutral.Alpha Inverse.100"
2771
+ scope: "global:core-primitives"
2772
+ scopeBucket: "global"
2773
+ scopeId: "core-primitives"
2774
+ selector: ":root"
2775
+ sourceFile: "Core (Primitives).tokens.json"
2776
+ -
2777
+ cssVar: "--color-neutral-alpha-inverse-200"
2778
+ name: "color-neutral-alpha-inverse-200"
2779
+ value: "rgba(255 255 255 / 0.2)"
2780
+ type: "color"
2781
+ group: "colors"
2782
+ path: "Color/Neutral/Alpha Inverse/200"
2783
+ pathKey: "Color.Neutral.Alpha Inverse.200"
2784
+ scope: "global:core-primitives"
2785
+ scopeBucket: "global"
2786
+ scopeId: "core-primitives"
2787
+ selector: ":root"
2788
+ sourceFile: "Core (Primitives).tokens.json"
2789
+ -
2790
+ cssVar: "--color-neutral-alpha-inverse-300"
2791
+ name: "color-neutral-alpha-inverse-300"
2792
+ value: "rgba(255 255 255 / 0.3)"
2793
+ type: "color"
2794
+ group: "colors"
2795
+ path: "Color/Neutral/Alpha Inverse/300"
2796
+ pathKey: "Color.Neutral.Alpha Inverse.300"
2797
+ scope: "global:core-primitives"
2798
+ scopeBucket: "global"
2799
+ scopeId: "core-primitives"
2800
+ selector: ":root"
2801
+ sourceFile: "Core (Primitives).tokens.json"
2802
+ -
2803
+ cssVar: "--color-neutral-alpha-inverse-400"
2804
+ name: "color-neutral-alpha-inverse-400"
2805
+ value: "rgba(255 255 255 / 0.4)"
2806
+ type: "color"
2807
+ group: "colors"
2808
+ path: "Color/Neutral/Alpha Inverse/400"
2809
+ pathKey: "Color.Neutral.Alpha Inverse.400"
2810
+ scope: "global:core-primitives"
2811
+ scopeBucket: "global"
2812
+ scopeId: "core-primitives"
2813
+ selector: ":root"
2814
+ sourceFile: "Core (Primitives).tokens.json"
2815
+ -
2816
+ cssVar: "--color-neutral-alpha-inverse-500"
2817
+ name: "color-neutral-alpha-inverse-500"
2818
+ value: "rgba(255 255 255 / 0.5)"
2819
+ type: "color"
2820
+ group: "colors"
2821
+ path: "Color/Neutral/Alpha Inverse/500"
2822
+ pathKey: "Color.Neutral.Alpha Inverse.500"
2823
+ scope: "global:core-primitives"
2824
+ scopeBucket: "global"
2825
+ scopeId: "core-primitives"
2826
+ selector: ":root"
2827
+ sourceFile: "Core (Primitives).tokens.json"
2828
+ -
2829
+ cssVar: "--color-neutral-alpha-inverse-600"
2830
+ name: "color-neutral-alpha-inverse-600"
2831
+ value: "rgba(255 255 255 / 0.6)"
2832
+ type: "color"
2833
+ group: "colors"
2834
+ path: "Color/Neutral/Alpha Inverse/600"
2835
+ pathKey: "Color.Neutral.Alpha Inverse.600"
2836
+ scope: "global:core-primitives"
2837
+ scopeBucket: "global"
2838
+ scopeId: "core-primitives"
2839
+ selector: ":root"
2840
+ sourceFile: "Core (Primitives).tokens.json"
2841
+ -
2842
+ cssVar: "--color-neutral-alpha-inverse-700"
2843
+ name: "color-neutral-alpha-inverse-700"
2844
+ value: "rgba(255 255 255 / 0.7)"
2845
+ type: "color"
2846
+ group: "colors"
2847
+ path: "Color/Neutral/Alpha Inverse/700"
2848
+ pathKey: "Color.Neutral.Alpha Inverse.700"
2849
+ scope: "global:core-primitives"
2850
+ scopeBucket: "global"
2851
+ scopeId: "core-primitives"
2852
+ selector: ":root"
2853
+ sourceFile: "Core (Primitives).tokens.json"
2854
+ -
2855
+ cssVar: "--color-neutral-alpha-inverse-800"
2856
+ name: "color-neutral-alpha-inverse-800"
2857
+ value: "rgba(255 255 255 / 0.8)"
2858
+ type: "color"
2859
+ group: "colors"
2860
+ path: "Color/Neutral/Alpha Inverse/800"
2861
+ pathKey: "Color.Neutral.Alpha Inverse.800"
2862
+ scope: "global:core-primitives"
2863
+ scopeBucket: "global"
2864
+ scopeId: "core-primitives"
2865
+ selector: ":root"
2866
+ sourceFile: "Core (Primitives).tokens.json"
2867
+ -
2868
+ cssVar: "--color-neutral-alpha-inverse-900"
2869
+ name: "color-neutral-alpha-inverse-900"
2870
+ value: "rgba(255 255 255 / 0.9)"
2871
+ type: "color"
2872
+ group: "colors"
2873
+ path: "Color/Neutral/Alpha Inverse/900"
2874
+ pathKey: "Color.Neutral.Alpha Inverse.900"
2875
+ scope: "global:core-primitives"
2876
+ scopeBucket: "global"
2877
+ scopeId: "core-primitives"
2878
+ selector: ":root"
2879
+ sourceFile: "Core (Primitives).tokens.json"
1814
2880
  -
1815
2881
  cssVar: "--color-overlay-active"
1816
2882
  name: "color-overlay-active"
1817
- value: "var(--color-neutral-alpha-400)"
2883
+ value: "var(--color-neutral-alpha-inverse-200)"
1818
2884
  type: "color"
1819
2885
  group: "colors"
1820
2886
  path: "Color/Overlay/Active"
@@ -1840,7 +2906,7 @@ tokens:
1840
2906
  -
1841
2907
  cssVar: "--color-overlay-backdrop"
1842
2908
  name: "color-overlay-backdrop"
1843
- value: "var(--color-neutral-alpha-400)"
2909
+ value: "var(--color-neutral-alpha-inverse-400)"
1844
2910
  type: "color"
1845
2911
  group: "colors"
1846
2912
  path: "Color/Overlay/Backdrop"
@@ -1866,7 +2932,7 @@ tokens:
1866
2932
  -
1867
2933
  cssVar: "--color-overlay-hover"
1868
2934
  name: "color-overlay-hover"
1869
- value: "var(--color-neutral-alpha-200)"
2935
+ value: "var(--color-neutral-alpha-inverse-100)"
1870
2936
  type: "color"
1871
2937
  group: "colors"
1872
2938
  path: "Color/Overlay/Hover"
@@ -1892,7 +2958,7 @@ tokens:
1892
2958
  -
1893
2959
  cssVar: "--color-overlay-selected"
1894
2960
  name: "color-overlay-selected"
1895
- value: "var(--color-neutral-alpha-600)"
2961
+ value: "var(--color-neutral-alpha-inverse-300)"
1896
2962
  type: "color"
1897
2963
  group: "colors"
1898
2964
  path: "Color/Overlay/Selected"
@@ -2139,7 +3205,7 @@ tokens:
2139
3205
  -
2140
3206
  cssVar: "--badge-border-radius"
2141
3207
  name: "badge-border-radius"
2142
- value: "var(--size-radius-full)"
3208
+ value: "var(--brand-corner-input)"
2143
3209
  type: "number"
2144
3210
  group: "components"
2145
3211
  path: "Badge/Border Radius"
@@ -2149,6 +3215,32 @@ tokens:
2149
3215
  scopeId: "components-ui"
2150
3216
  selector: ":root"
2151
3217
  sourceFile: "Components (UI).tokens.json"
3218
+ -
3219
+ cssVar: "--badge-border-size-default"
3220
+ name: "badge-border-size-default"
3221
+ value: "var(--size-border-100)"
3222
+ type: "number"
3223
+ group: "components"
3224
+ path: "Badge/Border Size Default"
3225
+ pathKey: "Badge.Border Size Default"
3226
+ scope: "global:components-ui"
3227
+ scopeBucket: "global"
3228
+ scopeId: "components-ui"
3229
+ selector: ":root"
3230
+ sourceFile: "Components (UI).tokens.json"
3231
+ -
3232
+ cssVar: "--badge-brand-border-color"
3233
+ name: "badge-brand-border-color"
3234
+ value: "var(--color-transparent)"
3235
+ type: "color"
3236
+ group: "components"
3237
+ path: "Badge/Brand/Border Color"
3238
+ pathKey: "Badge.Brand.Border Color"
3239
+ scope: "global:components-ui"
3240
+ scopeBucket: "global"
3241
+ scopeId: "components-ui"
3242
+ selector: ":root"
3243
+ sourceFile: "Components (UI).tokens.json"
2152
3244
  -
2153
3245
  cssVar: "--badge-brand-container-background"
2154
3246
  name: "badge-brand-container-background"
@@ -2175,6 +3267,19 @@ tokens:
2175
3267
  scopeId: "components-ui"
2176
3268
  selector: ":root"
2177
3269
  sourceFile: "Components (UI).tokens.json"
3270
+ -
3271
+ cssVar: "--badge-danger-border-color"
3272
+ name: "badge-danger-border-color"
3273
+ value: "var(--color-transparent)"
3274
+ type: "color"
3275
+ group: "components"
3276
+ path: "Badge/Danger/Container/Border Color"
3277
+ pathKey: "Badge.Danger.Container.Border Color"
3278
+ scope: "global:components-ui"
3279
+ scopeBucket: "global"
3280
+ scopeId: "components-ui"
3281
+ selector: ":root"
3282
+ sourceFile: "Components (UI).tokens.json"
2178
3283
  -
2179
3284
  cssVar: "--badge-danger-container-background"
2180
3285
  name: "badge-danger-container-background"
@@ -2194,8 +3299,21 @@ tokens:
2194
3299
  value: "var(--color-text-inverse)"
2195
3300
  type: "color"
2196
3301
  group: "components"
2197
- path: "Badge/Danger/Text Color"
2198
- pathKey: "Badge.Danger.Text Color"
3302
+ path: "Badge/Danger/Text Color"
3303
+ pathKey: "Badge.Danger.Text Color"
3304
+ scope: "global:components-ui"
3305
+ scopeBucket: "global"
3306
+ scopeId: "components-ui"
3307
+ selector: ":root"
3308
+ sourceFile: "Components (UI).tokens.json"
3309
+ -
3310
+ cssVar: "--badge-default-border-color"
3311
+ name: "badge-default-border-color"
3312
+ value: "var(--color-transparent)"
3313
+ type: "color"
3314
+ group: "components"
3315
+ path: "Badge/Default/Border Color"
3316
+ pathKey: "Badge.Default.Border Color"
2199
3317
  scope: "global:components-ui"
2200
3318
  scopeBucket: "global"
2201
3319
  scopeId: "components-ui"
@@ -2230,7 +3348,7 @@ tokens:
2230
3348
  -
2231
3349
  cssVar: "--badge-font-family"
2232
3350
  name: "badge-font-family"
2233
- value: "var(--typography-label-font-family)"
3351
+ value: "var(--brand-font-lead)"
2234
3352
  type: "string"
2235
3353
  group: "components"
2236
3354
  path: "Badge/Font Family"
@@ -2241,26 +3359,13 @@ tokens:
2241
3359
  selector: ":root"
2242
3360
  sourceFile: "Components (UI).tokens.json"
2243
3361
  -
2244
- cssVar: "--badge-font-size-md"
2245
- name: "badge-font-size-md"
2246
- value: "var(--font-size-sm)"
2247
- type: "number"
2248
- group: "components"
2249
- path: "Badge/Font Size Md"
2250
- pathKey: "Badge.Font Size Md"
2251
- scope: "global:components-ui"
2252
- scopeBucket: "global"
2253
- scopeId: "components-ui"
2254
- selector: ":root"
2255
- sourceFile: "Components (UI).tokens.json"
2256
- -
2257
- cssVar: "--badge-font-size-sm"
2258
- name: "badge-font-size-sm"
2259
- value: "var(--font-size-xs)"
3362
+ cssVar: "--badge-font-size"
3363
+ name: "badge-font-size"
3364
+ value: "var(--typography-label-font-size)"
2260
3365
  type: "number"
2261
3366
  group: "components"
2262
- path: "Badge/Font Size Sm"
2263
- pathKey: "Badge.Font Size Sm"
3367
+ path: "Badge/Font Size"
3368
+ pathKey: "Badge.Font Size"
2264
3369
  scope: "global:components-ui"
2265
3370
  scopeBucket: "global"
2266
3371
  scopeId: "components-ui"
@@ -2269,7 +3374,7 @@ tokens:
2269
3374
  -
2270
3375
  cssVar: "--badge-font-weight"
2271
3376
  name: "badge-font-weight"
2272
- value: "var(--font-weight-700)"
3377
+ value: "var(--typography-label-font-weight)"
2273
3378
  type: "string"
2274
3379
  group: "components"
2275
3380
  path: "Badge/Font Weight"
@@ -2282,7 +3387,7 @@ tokens:
2282
3387
  -
2283
3388
  cssVar: "--badge-gap"
2284
3389
  name: "badge-gap"
2285
- value: "var(--size-spacing-100)"
3390
+ value: "var(--size-spacing-200)"
2286
3391
  type: "number"
2287
3392
  group: "components"
2288
3393
  path: "Badge/Gap"
@@ -2293,78 +3398,78 @@ tokens:
2293
3398
  selector: ":root"
2294
3399
  sourceFile: "Components (UI).tokens.json"
2295
3400
  -
2296
- cssVar: "--badge-line-height-md"
2297
- name: "badge-line-height-md"
2298
- value: "var(--line-height-sm)"
3401
+ cssVar: "--badge-height-min"
3402
+ name: "badge-height-min"
3403
+ value: "2.5rem"
2299
3404
  type: "number"
2300
3405
  group: "components"
2301
- path: "Badge/Line Height Md"
2302
- pathKey: "Badge.Line Height Md"
3406
+ path: "Badge/Height Min"
3407
+ pathKey: "Badge.Height Min"
2303
3408
  scope: "global:components-ui"
2304
3409
  scopeBucket: "global"
2305
3410
  scopeId: "components-ui"
2306
3411
  selector: ":root"
2307
3412
  sourceFile: "Components (UI).tokens.json"
2308
3413
  -
2309
- cssVar: "--badge-line-height-sm"
2310
- name: "badge-line-height-sm"
2311
- value: "var(--line-height-xs)"
3414
+ cssVar: "--badge-line-height"
3415
+ name: "badge-line-height"
3416
+ value: "var(--typography-label-line-height)"
2312
3417
  type: "number"
2313
3418
  group: "components"
2314
- path: "Badge/Line Height Sm"
2315
- pathKey: "Badge.Line Height Sm"
3419
+ path: "Badge/Line Height"
3420
+ pathKey: "Badge.Line Height"
2316
3421
  scope: "global:components-ui"
2317
3422
  scopeBucket: "global"
2318
3423
  scopeId: "components-ui"
2319
3424
  selector: ":root"
2320
3425
  sourceFile: "Components (UI).tokens.json"
2321
3426
  -
2322
- cssVar: "--badge-padding-block-md"
2323
- name: "badge-padding-block-md"
2324
- value: "var(--size-spacing-100)"
3427
+ cssVar: "--badge-padding-block"
3428
+ name: "badge-padding-block"
3429
+ value: "var(--size-spacing-200)"
2325
3430
  type: "number"
2326
3431
  group: "components"
2327
- path: "Badge/Padding Block Md"
2328
- pathKey: "Badge.Padding Block Md"
3432
+ path: "Badge/Padding Block"
3433
+ pathKey: "Badge.Padding Block"
2329
3434
  scope: "global:components-ui"
2330
3435
  scopeBucket: "global"
2331
3436
  scopeId: "components-ui"
2332
3437
  selector: ":root"
2333
3438
  sourceFile: "Components (UI).tokens.json"
2334
3439
  -
2335
- cssVar: "--badge-padding-block-sm"
2336
- name: "badge-padding-block-sm"
2337
- value: "var(--size-spacing-000)"
3440
+ cssVar: "--badge-padding-inline"
3441
+ name: "badge-padding-inline"
3442
+ value: "var(--size-spacing-400)"
2338
3443
  type: "number"
2339
3444
  group: "components"
2340
- path: "Badge/Padding Block Sm"
2341
- pathKey: "Badge.Padding Block Sm"
3445
+ path: "Badge/Padding Inline"
3446
+ pathKey: "Badge.Padding Inline"
2342
3447
  scope: "global:components-ui"
2343
3448
  scopeBucket: "global"
2344
3449
  scopeId: "components-ui"
2345
3450
  selector: ":root"
2346
3451
  sourceFile: "Components (UI).tokens.json"
2347
3452
  -
2348
- cssVar: "--badge-padding-inline-md"
2349
- name: "badge-padding-inline-md"
2350
- value: "var(--size-spacing-300)"
3453
+ cssVar: "--badge-padding-inline-icon-only"
3454
+ name: "badge-padding-inline-icon-only"
3455
+ value: "var(--size-spacing-200)"
2351
3456
  type: "number"
2352
3457
  group: "components"
2353
- path: "Badge/Padding Inline Md"
2354
- pathKey: "Badge.Padding Inline Md"
3458
+ path: "Badge/Padding Inline Icon Only"
3459
+ pathKey: "Badge.Padding Inline Icon Only"
2355
3460
  scope: "global:components-ui"
2356
3461
  scopeBucket: "global"
2357
3462
  scopeId: "components-ui"
2358
3463
  selector: ":root"
2359
3464
  sourceFile: "Components (UI).tokens.json"
2360
3465
  -
2361
- cssVar: "--badge-padding-inline-sm"
2362
- name: "badge-padding-inline-sm"
2363
- value: "var(--size-spacing-200)"
2364
- type: "number"
3466
+ cssVar: "--badge-success-border-color"
3467
+ name: "badge-success-border-color"
3468
+ value: "var(--color-transparent)"
3469
+ type: "color"
2365
3470
  group: "components"
2366
- path: "Badge/Padding Inline Sm"
2367
- pathKey: "Badge.Padding Inline Sm"
3471
+ path: "Badge/Success/Border Color"
3472
+ pathKey: "Badge.Success.Border Color"
2368
3473
  scope: "global:components-ui"
2369
3474
  scopeBucket: "global"
2370
3475
  scopeId: "components-ui"
@@ -2396,6 +3501,19 @@ tokens:
2396
3501
  scopeId: "components-ui"
2397
3502
  selector: ":root"
2398
3503
  sourceFile: "Components (UI).tokens.json"
3504
+ -
3505
+ cssVar: "--badge-width-min"
3506
+ name: "badge-width-min"
3507
+ value: "2.5rem"
3508
+ type: "number"
3509
+ group: "components"
3510
+ path: "Badge/Width Min"
3511
+ pathKey: "Badge.Width Min"
3512
+ scope: "global:components-ui"
3513
+ scopeBucket: "global"
3514
+ scopeId: "components-ui"
3515
+ selector: ":root"
3516
+ sourceFile: "Components (UI).tokens.json"
2399
3517
  -
2400
3518
  cssVar: "--button-border-color-disabled"
2401
3519
  name: "button-border-color-disabled"
@@ -3085,14 +4203,105 @@ tokens:
3085
4203
  scopeId: "components-ui"
3086
4204
  selector: ":root"
3087
4205
  sourceFile: "Components (UI).tokens.json"
4206
+ -
4207
+ cssVar: "--checkbox-border-color-active"
4208
+ name: "checkbox-border-color-active"
4209
+ value: "var(--color-border-brand)"
4210
+ type: "color"
4211
+ group: "components"
4212
+ path: "Checkbox/Border/Color Active"
4213
+ pathKey: "Checkbox.Border.Color Active"
4214
+ scope: "global:components-ui"
4215
+ scopeBucket: "global"
4216
+ scopeId: "components-ui"
4217
+ selector: ":root"
4218
+ sourceFile: "Components (UI).tokens.json"
4219
+ -
4220
+ cssVar: "--checkbox-border-color-default"
4221
+ name: "checkbox-border-color-default"
4222
+ value: "var(--color-border-subtle)"
4223
+ type: "color"
4224
+ group: "components"
4225
+ path: "Checkbox/Border/Color Default"
4226
+ pathKey: "Checkbox.Border.Color Default"
4227
+ scope: "global:components-ui"
4228
+ scopeBucket: "global"
4229
+ scopeId: "components-ui"
4230
+ selector: ":root"
4231
+ sourceFile: "Components (UI).tokens.json"
4232
+ -
4233
+ cssVar: "--checkbox-border-color-disabled"
4234
+ name: "checkbox-border-color-disabled"
4235
+ value: "var(--color-border-disabled)"
4236
+ type: "color"
4237
+ group: "components"
4238
+ path: "Checkbox/Border/Color Disabled"
4239
+ pathKey: "Checkbox.Border.Color Disabled"
4240
+ scope: "global:components-ui"
4241
+ scopeBucket: "global"
4242
+ scopeId: "components-ui"
4243
+ selector: ":root"
4244
+ sourceFile: "Components (UI).tokens.json"
4245
+ -
4246
+ cssVar: "--checkbox-border-color-focus"
4247
+ name: "checkbox-border-color-focus"
4248
+ value: "var(--color-border-brand)"
4249
+ type: "color"
4250
+ group: "components"
4251
+ path: "Checkbox/Border/Color Focus"
4252
+ pathKey: "Checkbox.Border.Color Focus"
4253
+ scope: "global:components-ui"
4254
+ scopeBucket: "global"
4255
+ scopeId: "components-ui"
4256
+ selector: ":root"
4257
+ sourceFile: "Components (UI).tokens.json"
4258
+ -
4259
+ cssVar: "--checkbox-border-color-hover"
4260
+ name: "checkbox-border-color-hover"
4261
+ value: "var(--color-border-strong)"
4262
+ type: "color"
4263
+ group: "components"
4264
+ path: "Checkbox/Border/Color Hover"
4265
+ pathKey: "Checkbox.Border.Color Hover"
4266
+ scope: "global:components-ui"
4267
+ scopeBucket: "global"
4268
+ scopeId: "components-ui"
4269
+ selector: ":root"
4270
+ sourceFile: "Components (UI).tokens.json"
4271
+ -
4272
+ cssVar: "--checkbox-border-color-invalid"
4273
+ name: "checkbox-border-color-invalid"
4274
+ value: "var(--color-border-danger)"
4275
+ type: "color"
4276
+ group: "components"
4277
+ path: "Checkbox/Border/Color Invalid"
4278
+ pathKey: "Checkbox.Border.Color Invalid"
4279
+ scope: "global:components-ui"
4280
+ scopeBucket: "global"
4281
+ scopeId: "components-ui"
4282
+ selector: ":root"
4283
+ sourceFile: "Components (UI).tokens.json"
4284
+ -
4285
+ cssVar: "--checkbox-border-color-valid"
4286
+ name: "checkbox-border-color-valid"
4287
+ value: "var(--color-border-strong)"
4288
+ type: "color"
4289
+ group: "components"
4290
+ path: "Checkbox/Border/Color Valid"
4291
+ pathKey: "Checkbox.Border.Color Valid"
4292
+ scope: "global:components-ui"
4293
+ scopeBucket: "global"
4294
+ scopeId: "components-ui"
4295
+ selector: ":root"
4296
+ sourceFile: "Components (UI).tokens.json"
3088
4297
  -
3089
4298
  cssVar: "--checkbox-border-size-default"
3090
4299
  name: "checkbox-border-size-default"
3091
4300
  value: "var(--size-border-100)"
3092
4301
  type: "number"
3093
4302
  group: "components"
3094
- path: "Input/Checkbox/Border Size Default"
3095
- pathKey: "Input.Checkbox.Border Size Default"
4303
+ path: "Checkbox/Border/Size Default"
4304
+ pathKey: "Checkbox.Border.Size Default"
3096
4305
  scope: "global:components-ui"
3097
4306
  scopeBucket: "global"
3098
4307
  scopeId: "components-ui"
@@ -3104,8 +4313,8 @@ tokens:
3104
4313
  value: "var(--size-border-000)"
3105
4314
  type: "number"
3106
4315
  group: "components"
3107
- path: "Input/Checkbox/Border Size Disabled"
3108
- pathKey: "Input.Checkbox.Border Size Disabled"
4316
+ path: "Checkbox/Border/Size Disabled"
4317
+ pathKey: "Checkbox.Border.Size Disabled"
3109
4318
  scope: "global:components-ui"
3110
4319
  scopeBucket: "global"
3111
4320
  scopeId: "components-ui"
@@ -3117,8 +4326,125 @@ tokens:
3117
4326
  value: "var(--size-border-200)"
3118
4327
  type: "number"
3119
4328
  group: "components"
3120
- path: "Input/Checkbox/Border Size Hover"
3121
- pathKey: "Input.Checkbox.Border Size Hover"
4329
+ path: "Checkbox/Border/Size Hover"
4330
+ pathKey: "Checkbox.Border.Size Hover"
4331
+ scope: "global:components-ui"
4332
+ scopeBucket: "global"
4333
+ scopeId: "components-ui"
4334
+ selector: ":root"
4335
+ sourceFile: "Components (UI).tokens.json"
4336
+ -
4337
+ cssVar: "--checkbox-container-background-active"
4338
+ name: "checkbox-container-background-active"
4339
+ value: "var(--color-fill-brand)"
4340
+ type: "color"
4341
+ group: "components"
4342
+ path: "Checkbox/Container/Background Active"
4343
+ pathKey: "Checkbox.Container.Background Active"
4344
+ scope: "global:components-ui"
4345
+ scopeBucket: "global"
4346
+ scopeId: "components-ui"
4347
+ selector: ":root"
4348
+ sourceFile: "Components (UI).tokens.json"
4349
+ -
4350
+ cssVar: "--checkbox-container-background-default"
4351
+ name: "checkbox-container-background-default"
4352
+ value: "var(--color-fill-surface)"
4353
+ type: "color"
4354
+ group: "components"
4355
+ path: "Checkbox/Container/Background Default"
4356
+ pathKey: "Checkbox.Container.Background Default"
4357
+ scope: "global:components-ui"
4358
+ scopeBucket: "global"
4359
+ scopeId: "components-ui"
4360
+ selector: ":root"
4361
+ sourceFile: "Components (UI).tokens.json"
4362
+ -
4363
+ cssVar: "--checkbox-container-background-disabled"
4364
+ name: "checkbox-container-background-disabled"
4365
+ value: "var(--color-fill-disabled)"
4366
+ type: "color"
4367
+ group: "components"
4368
+ path: "Checkbox/Container/Background Disabled"
4369
+ pathKey: "Checkbox.Container.Background Disabled"
4370
+ scope: "global:components-ui"
4371
+ scopeBucket: "global"
4372
+ scopeId: "components-ui"
4373
+ selector: ":root"
4374
+ sourceFile: "Components (UI).tokens.json"
4375
+ -
4376
+ cssVar: "--checkbox-container-background-focus"
4377
+ name: "checkbox-container-background-focus"
4378
+ value: "var(--color-fill-surface)"
4379
+ type: "color"
4380
+ group: "components"
4381
+ path: "Checkbox/Container/Background Focus"
4382
+ pathKey: "Checkbox.Container.Background Focus"
4383
+ scope: "global:components-ui"
4384
+ scopeBucket: "global"
4385
+ scopeId: "components-ui"
4386
+ selector: ":root"
4387
+ sourceFile: "Components (UI).tokens.json"
4388
+ -
4389
+ cssVar: "--checkbox-container-background-hover"
4390
+ name: "checkbox-container-background-hover"
4391
+ value: "var(--color-fill-surface)"
4392
+ type: "color"
4393
+ group: "components"
4394
+ path: "Checkbox/Container/Background Hover"
4395
+ pathKey: "Checkbox.Container.Background Hover"
4396
+ scope: "global:components-ui"
4397
+ scopeBucket: "global"
4398
+ scopeId: "components-ui"
4399
+ selector: ":root"
4400
+ sourceFile: "Components (UI).tokens.json"
4401
+ -
4402
+ cssVar: "--checkbox-text-color-active"
4403
+ name: "checkbox-text-color-active"
4404
+ value: "var(--color-text-inverse)"
4405
+ type: "color"
4406
+ group: "components"
4407
+ path: "Checkbox/Text Color Active"
4408
+ pathKey: "Checkbox.Text Color Active"
4409
+ scope: "global:components-ui"
4410
+ scopeBucket: "global"
4411
+ scopeId: "components-ui"
4412
+ selector: ":root"
4413
+ sourceFile: "Components (UI).tokens.json"
4414
+ -
4415
+ cssVar: "--checkbox-text-color-default"
4416
+ name: "checkbox-text-color-default"
4417
+ value: "var(--color-text-default)"
4418
+ type: "color"
4419
+ group: "components"
4420
+ path: "Checkbox/Text Color Default"
4421
+ pathKey: "Checkbox.Text Color Default"
4422
+ scope: "global:components-ui"
4423
+ scopeBucket: "global"
4424
+ scopeId: "components-ui"
4425
+ selector: ":root"
4426
+ sourceFile: "Components (UI).tokens.json"
4427
+ -
4428
+ cssVar: "--checkbox-text-color-disabled"
4429
+ name: "checkbox-text-color-disabled"
4430
+ value: "var(--color-text-disabled)"
4431
+ type: "color"
4432
+ group: "components"
4433
+ path: "Checkbox/Text Color Disabled"
4434
+ pathKey: "Checkbox.Text Color Disabled"
4435
+ scope: "global:components-ui"
4436
+ scopeBucket: "global"
4437
+ scopeId: "components-ui"
4438
+ selector: ":root"
4439
+ sourceFile: "Components (UI).tokens.json"
4440
+ -
4441
+ cssVar: "--checkbox-text-color-hover"
4442
+ name: "checkbox-text-color-hover"
4443
+ value: "var(--color-text-strong)"
4444
+ type: "color"
4445
+ group: "components"
4446
+ path: "Checkbox/Text Color Hover"
4447
+ pathKey: "Checkbox.Text Color Hover"
3122
4448
  scope: "global:components-ui"
3123
4449
  scopeBucket: "global"
3124
4450
  scopeId: "components-ui"
@@ -3281,286 +4607,208 @@ tokens:
3281
4607
  selector: ":root"
3282
4608
  sourceFile: "Components (UI).tokens.json"
3283
4609
  -
3284
- cssVar: "--input-border-color-disabled"
3285
- name: "input-border-color-disabled"
3286
- value: "var(--color-border-disabled)"
3287
- type: "color"
3288
- group: "components"
3289
- path: "Input/Border Color Disabled"
3290
- pathKey: "Input.Border Color Disabled"
3291
- scope: "global:components-ui"
3292
- scopeBucket: "global"
3293
- scopeId: "components-ui"
3294
- selector: ":root"
3295
- sourceFile: "Components (UI).tokens.json"
3296
- -
3297
- cssVar: "--input-border-radius"
3298
- name: "input-border-radius"
3299
- value: "var(--brand-corner-input)"
3300
- type: "number"
3301
- group: "components"
3302
- path: "Input/Border Radius"
3303
- pathKey: "Input.Border Radius"
3304
- scope: "global:components-ui"
3305
- scopeBucket: "global"
3306
- scopeId: "components-ui"
3307
- selector: ":root"
3308
- sourceFile: "Components (UI).tokens.json"
3309
- -
3310
- cssVar: "--input-border-size-active"
3311
- name: "input-border-size-active"
3312
- value: "var(--size-border-200)"
3313
- type: "number"
3314
- group: "components"
3315
- path: "Input/Border Size Active"
3316
- pathKey: "Input.Border Size Active"
3317
- scope: "global:components-ui"
3318
- scopeBucket: "global"
3319
- scopeId: "components-ui"
3320
- selector: ":root"
3321
- sourceFile: "Components (UI).tokens.json"
3322
- -
3323
- cssVar: "--input-border-size-default"
3324
- name: "input-border-size-default"
3325
- value: "var(--size-border-100)"
3326
- type: "number"
3327
- group: "components"
3328
- path: "Input/Border Size Default"
3329
- pathKey: "Input.Border Size Default"
3330
- scope: "global:components-ui"
3331
- scopeBucket: "global"
3332
- scopeId: "components-ui"
3333
- selector: ":root"
3334
- sourceFile: "Components (UI).tokens.json"
3335
- -
3336
- cssVar: "--input-border-size-hover"
3337
- name: "input-border-size-hover"
3338
- value: "var(--size-border-100)"
3339
- type: "number"
3340
- group: "components"
3341
- path: "Input/Border Size Hover"
3342
- pathKey: "Input.Border Size Hover"
3343
- scope: "global:components-ui"
3344
- scopeBucket: "global"
3345
- scopeId: "components-ui"
3346
- selector: ":root"
3347
- sourceFile: "Components (UI).tokens.json"
3348
- -
3349
- cssVar: "--input-checkbox-border-color-active"
3350
- name: "input-checkbox-border-color-active"
4610
+ cssVar: "--input-border-border-color-active"
4611
+ name: "input-border-border-color-active"
3351
4612
  value: "var(--color-border-brand)"
3352
4613
  type: "color"
3353
4614
  group: "components"
3354
- path: "Input/Checkbox/Border/Color Active"
3355
- pathKey: "Input.Checkbox.Border.Color Active"
4615
+ path: "Input/Border/Border Color Active"
4616
+ pathKey: "Input.Border.Border Color Active"
3356
4617
  scope: "global:components-ui"
3357
4618
  scopeBucket: "global"
3358
4619
  scopeId: "components-ui"
3359
4620
  selector: ":root"
3360
4621
  sourceFile: "Components (UI).tokens.json"
3361
4622
  -
3362
- cssVar: "--input-checkbox-border-color-default"
3363
- name: "input-checkbox-border-color-default"
3364
- value: "var(--color-border-subtle)"
4623
+ cssVar: "--input-border-border-color-default"
4624
+ name: "input-border-border-color-default"
4625
+ value: "var(--color-border-default)"
3365
4626
  type: "color"
3366
4627
  group: "components"
3367
- path: "Input/Checkbox/Border/Color Default"
3368
- pathKey: "Input.Checkbox.Border.Color Default"
4628
+ path: "Input/Border/Border Color Default"
4629
+ pathKey: "Input.Border.Border Color Default"
3369
4630
  scope: "global:components-ui"
3370
4631
  scopeBucket: "global"
3371
4632
  scopeId: "components-ui"
3372
4633
  selector: ":root"
3373
4634
  sourceFile: "Components (UI).tokens.json"
3374
4635
  -
3375
- cssVar: "--input-checkbox-border-color-disabled"
3376
- name: "input-checkbox-border-color-disabled"
4636
+ cssVar: "--input-border-border-color-disabled"
4637
+ name: "input-border-border-color-disabled"
3377
4638
  value: "var(--color-border-disabled)"
3378
4639
  type: "color"
3379
4640
  group: "components"
3380
- path: "Input/Checkbox/Border/Color Disabled"
3381
- pathKey: "Input.Checkbox.Border.Color Disabled"
4641
+ path: "Input/Border/Border Color Disabled"
4642
+ pathKey: "Input.Border.Border Color Disabled"
3382
4643
  scope: "global:components-ui"
3383
4644
  scopeBucket: "global"
3384
4645
  scopeId: "components-ui"
3385
4646
  selector: ":root"
3386
4647
  sourceFile: "Components (UI).tokens.json"
3387
4648
  -
3388
- cssVar: "--input-checkbox-border-color-focus"
3389
- name: "input-checkbox-border-color-focus"
4649
+ cssVar: "--input-border-border-color-focus"
4650
+ name: "input-border-border-color-focus"
3390
4651
  value: "var(--color-border-brand)"
3391
4652
  type: "color"
3392
4653
  group: "components"
3393
- path: "Input/Checkbox/Border/Color Focus"
3394
- pathKey: "Input.Checkbox.Border.Color Focus"
4654
+ path: "Input/Border/Border Color Focus"
4655
+ pathKey: "Input.Border.Border Color Focus"
3395
4656
  scope: "global:components-ui"
3396
4657
  scopeBucket: "global"
3397
4658
  scopeId: "components-ui"
3398
4659
  selector: ":root"
3399
4660
  sourceFile: "Components (UI).tokens.json"
3400
4661
  -
3401
- cssVar: "--input-checkbox-border-color-hover"
3402
- name: "input-checkbox-border-color-hover"
3403
- value: "var(--color-border-strong)"
4662
+ cssVar: "--input-border-border-color-hover"
4663
+ name: "input-border-border-color-hover"
4664
+ value: "var(--color-border-brand)"
3404
4665
  type: "color"
3405
4666
  group: "components"
3406
- path: "Input/Checkbox/Border/Color Hover"
3407
- pathKey: "Input.Checkbox.Border.Color Hover"
4667
+ path: "Input/Border/Border Color Hover"
4668
+ pathKey: "Input.Border.Border Color Hover"
3408
4669
  scope: "global:components-ui"
3409
4670
  scopeBucket: "global"
3410
4671
  scopeId: "components-ui"
3411
4672
  selector: ":root"
3412
4673
  sourceFile: "Components (UI).tokens.json"
3413
4674
  -
3414
- cssVar: "--input-checkbox-border-color-invalid"
3415
- name: "input-checkbox-border-color-invalid"
4675
+ cssVar: "--input-border-border-color-invalid"
4676
+ name: "input-border-border-color-invalid"
3416
4677
  value: "var(--color-border-danger)"
3417
4678
  type: "color"
3418
4679
  group: "components"
3419
- path: "Input/Checkbox/Border/Color Invalid"
3420
- pathKey: "Input.Checkbox.Border.Color Invalid"
4680
+ path: "Input/Border/Border Color Invalid"
4681
+ pathKey: "Input.Border.Border Color Invalid"
3421
4682
  scope: "global:components-ui"
3422
4683
  scopeBucket: "global"
3423
4684
  scopeId: "components-ui"
3424
4685
  selector: ":root"
3425
4686
  sourceFile: "Components (UI).tokens.json"
3426
4687
  -
3427
- cssVar: "--input-checkbox-border-color-valid"
3428
- name: "input-checkbox-border-color-valid"
4688
+ cssVar: "--input-border-border-color-valid"
4689
+ name: "input-border-border-color-valid"
3429
4690
  value: "var(--color-border-strong)"
3430
4691
  type: "color"
3431
4692
  group: "components"
3432
- path: "Input/Checkbox/Border/Color Valid"
3433
- pathKey: "Input.Checkbox.Border.Color Valid"
3434
- scope: "global:components-ui"
3435
- scopeBucket: "global"
3436
- scopeId: "components-ui"
3437
- selector: ":root"
3438
- sourceFile: "Components (UI).tokens.json"
3439
- -
3440
- cssVar: "--input-checkbox-container-background-active"
3441
- name: "input-checkbox-container-background-active"
3442
- value: "var(--color-fill-brand)"
3443
- type: "color"
3444
- group: "components"
3445
- path: "Input/Checkbox/Container/Background Active"
3446
- pathKey: "Input.Checkbox.Container.Background Active"
4693
+ path: "Input/Border/Border Color Valid"
4694
+ pathKey: "Input.Border.Border Color Valid"
3447
4695
  scope: "global:components-ui"
3448
4696
  scopeBucket: "global"
3449
4697
  scopeId: "components-ui"
3450
4698
  selector: ":root"
3451
4699
  sourceFile: "Components (UI).tokens.json"
3452
4700
  -
3453
- cssVar: "--input-checkbox-container-background-default"
3454
- name: "input-checkbox-container-background-default"
3455
- value: "var(--color-fill-surface)"
3456
- type: "color"
4701
+ cssVar: "--input-border-border-radius"
4702
+ name: "input-border-border-radius"
4703
+ value: "var(--brand-corner-input)"
4704
+ type: "number"
3457
4705
  group: "components"
3458
- path: "Input/Checkbox/Container/Background Default"
3459
- pathKey: "Input.Checkbox.Container.Background Default"
4706
+ path: "Input/Border/Border Radius"
4707
+ pathKey: "Input.Border.Border Radius"
3460
4708
  scope: "global:components-ui"
3461
4709
  scopeBucket: "global"
3462
4710
  scopeId: "components-ui"
3463
4711
  selector: ":root"
3464
4712
  sourceFile: "Components (UI).tokens.json"
3465
4713
  -
3466
- cssVar: "--input-checkbox-container-background-disabled"
3467
- name: "input-checkbox-container-background-disabled"
3468
- value: "var(--color-fill-disabled)"
3469
- type: "color"
4714
+ cssVar: "--input-border-border-size-active"
4715
+ name: "input-border-border-size-active"
4716
+ value: "var(--size-border-200)"
4717
+ type: "number"
3470
4718
  group: "components"
3471
- path: "Input/Checkbox/Container/Background Disabled"
3472
- pathKey: "Input.Checkbox.Container.Background Disabled"
4719
+ path: "Input/Border/Border Size Active"
4720
+ pathKey: "Input.Border.Border Size Active"
3473
4721
  scope: "global:components-ui"
3474
4722
  scopeBucket: "global"
3475
4723
  scopeId: "components-ui"
3476
4724
  selector: ":root"
3477
4725
  sourceFile: "Components (UI).tokens.json"
3478
4726
  -
3479
- cssVar: "--input-checkbox-container-background-focus"
3480
- name: "input-checkbox-container-background-focus"
3481
- value: "var(--color-fill-surface)"
3482
- type: "color"
4727
+ cssVar: "--input-border-border-size-default"
4728
+ name: "input-border-border-size-default"
4729
+ value: "var(--size-border-100)"
4730
+ type: "number"
3483
4731
  group: "components"
3484
- path: "Input/Checkbox/Container/Background Focus"
3485
- pathKey: "Input.Checkbox.Container.Background Focus"
4732
+ path: "Input/Border/Border Size Default"
4733
+ pathKey: "Input.Border.Border Size Default"
3486
4734
  scope: "global:components-ui"
3487
4735
  scopeBucket: "global"
3488
4736
  scopeId: "components-ui"
3489
4737
  selector: ":root"
3490
4738
  sourceFile: "Components (UI).tokens.json"
3491
4739
  -
3492
- cssVar: "--input-checkbox-container-background-hover"
3493
- name: "input-checkbox-container-background-hover"
3494
- value: "var(--color-fill-surface)"
3495
- type: "color"
4740
+ cssVar: "--input-border-border-size-hover"
4741
+ name: "input-border-border-size-hover"
4742
+ value: "var(--size-border-100)"
4743
+ type: "number"
3496
4744
  group: "components"
3497
- path: "Input/Checkbox/Container/Background Hover"
3498
- pathKey: "Input.Checkbox.Container.Background Hover"
4745
+ path: "Input/Border/Border Size Hover"
4746
+ pathKey: "Input.Border.Border Size Hover"
3499
4747
  scope: "global:components-ui"
3500
4748
  scopeBucket: "global"
3501
4749
  scopeId: "components-ui"
3502
4750
  selector: ":root"
3503
4751
  sourceFile: "Components (UI).tokens.json"
3504
4752
  -
3505
- cssVar: "--input-checkbox-text-color-active"
3506
- name: "input-checkbox-text-color-active"
3507
- value: "var(--color-text-inverse)"
4753
+ cssVar: "--input-container-background-active"
4754
+ name: "input-container-background-active"
4755
+ value: "var(--color-fill-surface)"
3508
4756
  type: "color"
3509
4757
  group: "components"
3510
- path: "Input/Checkbox/Text Color Active"
3511
- pathKey: "Input.Checkbox.Text Color Active"
4758
+ path: "Input/Container/Background Active"
4759
+ pathKey: "Input.Container.Background Active"
3512
4760
  scope: "global:components-ui"
3513
4761
  scopeBucket: "global"
3514
4762
  scopeId: "components-ui"
3515
4763
  selector: ":root"
3516
4764
  sourceFile: "Components (UI).tokens.json"
3517
4765
  -
3518
- cssVar: "--input-checkbox-text-color-default"
3519
- name: "input-checkbox-text-color-default"
3520
- value: "var(--color-text-default)"
4766
+ cssVar: "--input-container-background-default"
4767
+ name: "input-container-background-default"
4768
+ value: "var(--color-fill-surface)"
3521
4769
  type: "color"
3522
4770
  group: "components"
3523
- path: "Input/Checkbox/Text Color Default"
3524
- pathKey: "Input.Checkbox.Text Color Default"
4771
+ path: "Input/Container/Background Default"
4772
+ pathKey: "Input.Container.Background Default"
3525
4773
  scope: "global:components-ui"
3526
4774
  scopeBucket: "global"
3527
4775
  scopeId: "components-ui"
3528
4776
  selector: ":root"
3529
4777
  sourceFile: "Components (UI).tokens.json"
3530
4778
  -
3531
- cssVar: "--input-checkbox-text-color-disabled"
3532
- name: "input-checkbox-text-color-disabled"
3533
- value: "var(--color-text-disabled)"
4779
+ cssVar: "--input-container-background-disabled"
4780
+ name: "input-container-background-disabled"
4781
+ value: "var(--color-fill-disabled)"
3534
4782
  type: "color"
3535
4783
  group: "components"
3536
- path: "Input/Checkbox/Text Color Disabled"
3537
- pathKey: "Input.Checkbox.Text Color Disabled"
4784
+ path: "Input/Container/Background Disabled"
4785
+ pathKey: "Input.Container.Background Disabled"
3538
4786
  scope: "global:components-ui"
3539
4787
  scopeBucket: "global"
3540
4788
  scopeId: "components-ui"
3541
4789
  selector: ":root"
3542
4790
  sourceFile: "Components (UI).tokens.json"
3543
4791
  -
3544
- cssVar: "--input-checkbox-text-color-hover"
3545
- name: "input-checkbox-text-color-hover"
3546
- value: "var(--color-text-strong)"
4792
+ cssVar: "--input-container-background-focus"
4793
+ name: "input-container-background-focus"
4794
+ value: "var(--color-fill-surface)"
3547
4795
  type: "color"
3548
4796
  group: "components"
3549
- path: "Input/Checkbox/Text Color Hover"
3550
- pathKey: "Input.Checkbox.Text Color Hover"
4797
+ path: "Input/Container/Background Focus"
4798
+ pathKey: "Input.Container.Background Focus"
3551
4799
  scope: "global:components-ui"
3552
4800
  scopeBucket: "global"
3553
4801
  scopeId: "components-ui"
3554
4802
  selector: ":root"
3555
4803
  sourceFile: "Components (UI).tokens.json"
3556
4804
  -
3557
- cssVar: "--input-container-background-disabled"
3558
- name: "input-container-background-disabled"
3559
- value: "var(--color-fill-disabled)"
4805
+ cssVar: "--input-container-background-hover"
4806
+ name: "input-container-background-hover"
4807
+ value: "var(--color-fill-surface)"
3560
4808
  type: "color"
3561
4809
  group: "components"
3562
- path: "Input/Container Background Disabled"
3563
- pathKey: "Input.Container Background Disabled"
4810
+ path: "Input/Container/Background Hover"
4811
+ pathKey: "Input.Container.Background Hover"
3564
4812
  scope: "global:components-ui"
3565
4813
  scopeBucket: "global"
3566
4814
  scopeId: "components-ui"
@@ -3631,6 +4879,19 @@ tokens:
3631
4879
  scopeId: "components-ui"
3632
4880
  selector: ":root"
3633
4881
  sourceFile: "Components (UI).tokens.json"
4882
+ -
4883
+ cssVar: "--input-height-min"
4884
+ name: "input-height-min"
4885
+ value: "2.5rem"
4886
+ type: "number"
4887
+ group: "components"
4888
+ path: "Input/Height Min"
4889
+ pathKey: "Input.Height Min"
4890
+ scope: "global:components-ui"
4891
+ scopeBucket: "global"
4892
+ scopeId: "components-ui"
4893
+ selector: ":root"
4894
+ sourceFile: "Components (UI).tokens.json"
3634
4895
  -
3635
4896
  cssVar: "--input-line-height"
3636
4897
  name: "input-line-height"
@@ -3715,8 +4976,8 @@ tokens:
3715
4976
  value: "var(--color-border-brand)"
3716
4977
  type: "color"
3717
4978
  group: "components"
3718
- path: "Input/Radio/Border/Color Active"
3719
- pathKey: "Input.Radio.Border.Color Active"
4979
+ path: "Radio/Border/Color Active"
4980
+ pathKey: "Radio.Border.Color Active"
3720
4981
  scope: "global:components-ui"
3721
4982
  scopeBucket: "global"
3722
4983
  scopeId: "components-ui"
@@ -3728,8 +4989,8 @@ tokens:
3728
4989
  value: "var(--color-border-subtle)"
3729
4990
  type: "color"
3730
4991
  group: "components"
3731
- path: "Input/Radio/Border/Color Default"
3732
- pathKey: "Input.Radio.Border.Color Default"
4992
+ path: "Radio/Border/Color Default"
4993
+ pathKey: "Radio.Border.Color Default"
3733
4994
  scope: "global:components-ui"
3734
4995
  scopeBucket: "global"
3735
4996
  scopeId: "components-ui"
@@ -3741,21 +5002,8 @@ tokens:
3741
5002
  value: "var(--color-border-disabled)"
3742
5003
  type: "color"
3743
5004
  group: "components"
3744
- path: "Input/Radio/Border/Color Disabled"
3745
- pathKey: "Input.Radio.Border.Color Disabled"
3746
- scope: "global:components-ui"
3747
- scopeBucket: "global"
3748
- scopeId: "components-ui"
3749
- selector: ":root"
3750
- sourceFile: "Components (UI).tokens.json"
3751
- -
3752
- cssVar: "--input-radio-border-color-focus"
3753
- name: "input-radio-border-color-focus"
3754
- value: "var(--color-border-brand)"
3755
- type: "color"
3756
- group: "components"
3757
- path: "Input/Radio/Border/Color Focus"
3758
- pathKey: "Input.Radio.Border.Color Focus"
5005
+ path: "Radio/Border/Color Disabled"
5006
+ pathKey: "Radio.Border.Color Disabled"
3759
5007
  scope: "global:components-ui"
3760
5008
  scopeBucket: "global"
3761
5009
  scopeId: "components-ui"
@@ -3767,21 +5015,8 @@ tokens:
3767
5015
  value: "var(--color-border-strong)"
3768
5016
  type: "color"
3769
5017
  group: "components"
3770
- path: "Input/Radio/Border/Color Hover"
3771
- pathKey: "Input.Radio.Border.Color Hover"
3772
- scope: "global:components-ui"
3773
- scopeBucket: "global"
3774
- scopeId: "components-ui"
3775
- selector: ":root"
3776
- sourceFile: "Components (UI).tokens.json"
3777
- -
3778
- cssVar: "--input-radio-container-background-active"
3779
- name: "input-radio-container-background-active"
3780
- value: "var(--color-fill-brand)"
3781
- type: "color"
3782
- group: "components"
3783
- path: "Input/Radio/Container/Background Active"
3784
- pathKey: "Input.Radio.Container.Background Active"
5018
+ path: "Radio/Border/Color Hover"
5019
+ pathKey: "Radio.Border.Color Hover"
3785
5020
  scope: "global:components-ui"
3786
5021
  scopeBucket: "global"
3787
5022
  scopeId: "components-ui"
@@ -3793,8 +5028,8 @@ tokens:
3793
5028
  value: "var(--color-fill-surface)"
3794
5029
  type: "color"
3795
5030
  group: "components"
3796
- path: "Input/Radio/Container/Background Default"
3797
- pathKey: "Input.Radio.Container.Background Default"
5031
+ path: "Radio/Container/Background Default"
5032
+ pathKey: "Radio.Container.Background Default"
3798
5033
  scope: "global:components-ui"
3799
5034
  scopeBucket: "global"
3800
5035
  scopeId: "components-ui"
@@ -3806,47 +5041,8 @@ tokens:
3806
5041
  value: "var(--color-fill-disabled)"
3807
5042
  type: "color"
3808
5043
  group: "components"
3809
- path: "Input/Radio/Container/Background Disabled"
3810
- pathKey: "Input.Radio.Container.Background Disabled"
3811
- scope: "global:components-ui"
3812
- scopeBucket: "global"
3813
- scopeId: "components-ui"
3814
- selector: ":root"
3815
- sourceFile: "Components (UI).tokens.json"
3816
- -
3817
- cssVar: "--input-radio-container-background-focus"
3818
- name: "input-radio-container-background-focus"
3819
- value: "var(--color-fill-surface)"
3820
- type: "color"
3821
- group: "components"
3822
- path: "Input/Radio/Container/Background Focus"
3823
- pathKey: "Input.Radio.Container.Background Focus"
3824
- scope: "global:components-ui"
3825
- scopeBucket: "global"
3826
- scopeId: "components-ui"
3827
- selector: ":root"
3828
- sourceFile: "Components (UI).tokens.json"
3829
- -
3830
- cssVar: "--input-radio-container-background-hover"
3831
- name: "input-radio-container-background-hover"
3832
- value: "var(--color-fill-surface)"
3833
- type: "color"
3834
- group: "components"
3835
- path: "Input/Radio/Container/Background Hover"
3836
- pathKey: "Input.Radio.Container.Background Hover"
3837
- scope: "global:components-ui"
3838
- scopeBucket: "global"
3839
- scopeId: "components-ui"
3840
- selector: ":root"
3841
- sourceFile: "Components (UI).tokens.json"
3842
- -
3843
- cssVar: "--input-radio-text-color-active"
3844
- name: "input-radio-text-color-active"
3845
- value: "var(--color-text-inverse)"
3846
- type: "color"
3847
- group: "components"
3848
- path: "Input/Radio/Text Color Active"
3849
- pathKey: "Input.Radio.Text Color Active"
5044
+ path: "Radio/Container/Background Disabled"
5045
+ pathKey: "Radio.Container.Background Disabled"
3850
5046
  scope: "global:components-ui"
3851
5047
  scopeBucket: "global"
3852
5048
  scopeId: "components-ui"
@@ -3858,8 +5054,8 @@ tokens:
3858
5054
  value: "var(--color-text-default)"
3859
5055
  type: "color"
3860
5056
  group: "components"
3861
- path: "Input/Radio/Text Color Default"
3862
- pathKey: "Input.Radio.Text Color Default"
5057
+ path: "Radio/Text Color Default"
5058
+ pathKey: "Radio.Text Color Default"
3863
5059
  scope: "global:components-ui"
3864
5060
  scopeBucket: "global"
3865
5061
  scopeId: "components-ui"
@@ -3871,177 +5067,8 @@ tokens:
3871
5067
  value: "var(--color-text-disabled)"
3872
5068
  type: "color"
3873
5069
  group: "components"
3874
- path: "Input/Radio/Text Color Disabled"
3875
- pathKey: "Input.Radio.Text Color Disabled"
3876
- scope: "global:components-ui"
3877
- scopeBucket: "global"
3878
- scopeId: "components-ui"
3879
- selector: ":root"
3880
- sourceFile: "Components (UI).tokens.json"
3881
- -
3882
- cssVar: "--input-radio-text-color-hover"
3883
- name: "input-radio-text-color-hover"
3884
- value: "var(--color-text-strong)"
3885
- type: "color"
3886
- group: "components"
3887
- path: "Input/Radio/Text Color Hover"
3888
- pathKey: "Input.Radio.Text Color Hover"
3889
- scope: "global:components-ui"
3890
- scopeBucket: "global"
3891
- scopeId: "components-ui"
3892
- selector: ":root"
3893
- sourceFile: "Components (UI).tokens.json"
3894
- -
3895
- cssVar: "--input-text-border-color-active"
3896
- name: "input-text-border-color-active"
3897
- value: "var(--color-border-brand)"
3898
- type: "color"
3899
- group: "components"
3900
- path: "Input/Text/Border/Color Active"
3901
- pathKey: "Input.Text.Border.Color Active"
3902
- scope: "global:components-ui"
3903
- scopeBucket: "global"
3904
- scopeId: "components-ui"
3905
- selector: ":root"
3906
- sourceFile: "Components (UI).tokens.json"
3907
- -
3908
- cssVar: "--input-text-border-color-default"
3909
- name: "input-text-border-color-default"
3910
- value: "var(--color-border-default)"
3911
- type: "color"
3912
- group: "components"
3913
- path: "Input/Text/Border/Color Default"
3914
- pathKey: "Input.Text.Border.Color Default"
3915
- scope: "global:components-ui"
3916
- scopeBucket: "global"
3917
- scopeId: "components-ui"
3918
- selector: ":root"
3919
- sourceFile: "Components (UI).tokens.json"
3920
- -
3921
- cssVar: "--input-text-border-color-focus"
3922
- name: "input-text-border-color-focus"
3923
- value: "var(--color-border-brand)"
3924
- type: "color"
3925
- group: "components"
3926
- path: "Input/Text/Border/Color Focus"
3927
- pathKey: "Input.Text.Border.Color Focus"
3928
- scope: "global:components-ui"
3929
- scopeBucket: "global"
3930
- scopeId: "components-ui"
3931
- selector: ":root"
3932
- sourceFile: "Components (UI).tokens.json"
3933
- -
3934
- cssVar: "--input-text-border-color-hover"
3935
- name: "input-text-border-color-hover"
3936
- value: "var(--color-border-brand)"
3937
- type: "color"
3938
- group: "components"
3939
- path: "Input/Text/Border/Color Hover"
3940
- pathKey: "Input.Text.Border.Color Hover"
3941
- scope: "global:components-ui"
3942
- scopeBucket: "global"
3943
- scopeId: "components-ui"
3944
- selector: ":root"
3945
- sourceFile: "Components (UI).tokens.json"
3946
- -
3947
- cssVar: "--input-text-border-color-invalid"
3948
- name: "input-text-border-color-invalid"
3949
- value: "var(--color-border-danger)"
3950
- type: "color"
3951
- group: "components"
3952
- path: "Input/Text/Border/Color Invalid"
3953
- pathKey: "Input.Text.Border.Color Invalid"
3954
- scope: "global:components-ui"
3955
- scopeBucket: "global"
3956
- scopeId: "components-ui"
3957
- selector: ":root"
3958
- sourceFile: "Components (UI).tokens.json"
3959
- -
3960
- cssVar: "--input-text-border-color-valid"
3961
- name: "input-text-border-color-valid"
3962
- value: "var(--color-border-strong)"
3963
- type: "color"
3964
- group: "components"
3965
- path: "Input/Text/Border/Color Valid"
3966
- pathKey: "Input.Text.Border.Color Valid"
3967
- scope: "global:components-ui"
3968
- scopeBucket: "global"
3969
- scopeId: "components-ui"
3970
- selector: ":root"
3971
- sourceFile: "Components (UI).tokens.json"
3972
- -
3973
- cssVar: "--input-text-color-disabled"
3974
- name: "input-text-color-disabled"
3975
- value: "var(--color-text-disabled)"
3976
- type: "color"
3977
- group: "components"
3978
- path: "Input/Text Color Disabled"
3979
- pathKey: "Input.Text Color Disabled"
3980
- scope: "global:components-ui"
3981
- scopeBucket: "global"
3982
- scopeId: "components-ui"
3983
- selector: ":root"
3984
- sourceFile: "Components (UI).tokens.json"
3985
- -
3986
- cssVar: "--input-text-container-background-active"
3987
- name: "input-text-container-background-active"
3988
- value: "var(--color-fill-surface)"
3989
- type: "color"
3990
- group: "components"
3991
- path: "Input/Text/Container/Background Active"
3992
- pathKey: "Input.Text.Container.Background Active"
3993
- scope: "global:components-ui"
3994
- scopeBucket: "global"
3995
- scopeId: "components-ui"
3996
- selector: ":root"
3997
- sourceFile: "Components (UI).tokens.json"
3998
- -
3999
- cssVar: "--input-text-container-background-default"
4000
- name: "input-text-container-background-default"
4001
- value: "var(--color-fill-surface)"
4002
- type: "color"
4003
- group: "components"
4004
- path: "Input/Text/Container/Background Default"
4005
- pathKey: "Input.Text.Container.Background Default"
4006
- scope: "global:components-ui"
4007
- scopeBucket: "global"
4008
- scopeId: "components-ui"
4009
- selector: ":root"
4010
- sourceFile: "Components (UI).tokens.json"
4011
- -
4012
- cssVar: "--input-text-container-background-focus"
4013
- name: "input-text-container-background-focus"
4014
- value: "var(--color-fill-surface)"
4015
- type: "color"
4016
- group: "components"
4017
- path: "Input/Text/Container/Background Focus"
4018
- pathKey: "Input.Text.Container.Background Focus"
4019
- scope: "global:components-ui"
4020
- scopeBucket: "global"
4021
- scopeId: "components-ui"
4022
- selector: ":root"
4023
- sourceFile: "Components (UI).tokens.json"
4024
- -
4025
- cssVar: "--input-text-container-background-hover"
4026
- name: "input-text-container-background-hover"
4027
- value: "var(--color-fill-surface)"
4028
- type: "color"
4029
- group: "components"
4030
- path: "Input/Text/Container/Background Hover"
4031
- pathKey: "Input.Text.Container.Background Hover"
4032
- scope: "global:components-ui"
4033
- scopeBucket: "global"
4034
- scopeId: "components-ui"
4035
- selector: ":root"
4036
- sourceFile: "Components (UI).tokens.json"
4037
- -
4038
- cssVar: "--input-text-height-min"
4039
- name: "input-text-height-min"
4040
- value: "2.5rem"
4041
- type: "number"
4042
- group: "components"
4043
- path: "Input/Text/Height Min"
4044
- pathKey: "Input.Text.Height Min"
5070
+ path: "Radio/Text Color Disabled"
5071
+ pathKey: "Radio.Text Color Disabled"
4045
5072
  scope: "global:components-ui"
4046
5073
  scopeBucket: "global"
4047
5074
  scopeId: "components-ui"
@@ -4073,6 +5100,19 @@ tokens:
4073
5100
  scopeId: "components-ui"
4074
5101
  selector: ":root"
4075
5102
  sourceFile: "Components (UI).tokens.json"
5103
+ -
5104
+ cssVar: "--input-text-text-color-disabled"
5105
+ name: "input-text-text-color-disabled"
5106
+ value: "var(--color-text-disabled)"
5107
+ type: "color"
5108
+ group: "components"
5109
+ path: "Input/Text/Text Color Disabled"
5110
+ pathKey: "Input.Text.Text Color Disabled"
5111
+ scope: "global:components-ui"
5112
+ scopeBucket: "global"
5113
+ scopeId: "components-ui"
5114
+ selector: ":root"
5115
+ sourceFile: "Components (UI).tokens.json"
4076
5116
  -
4077
5117
  cssVar: "--input-text-text-color-hover"
4078
5118
  name: "input-text-text-color-hover"
@@ -4222,8 +5262,8 @@ tokens:
4222
5262
  value: "var(--size-border-100)"
4223
5263
  type: "number"
4224
5264
  group: "components"
4225
- path: "Input/Radio/Border Size Default"
4226
- pathKey: "Input.Radio.Border Size Default"
5265
+ path: "Radio/Border Size Default"
5266
+ pathKey: "Radio.Border Size Default"
4227
5267
  scope: "global:components-ui"
4228
5268
  scopeBucket: "global"
4229
5269
  scopeId: "components-ui"
@@ -4235,8 +5275,8 @@ tokens:
4235
5275
  value: "var(--size-border-000)"
4236
5276
  type: "number"
4237
5277
  group: "components"
4238
- path: "Input/Radio/Border Size Disabled"
4239
- pathKey: "Input.Radio.Border Size Disabled"
5278
+ path: "Radio/Border Size Disabled"
5279
+ pathKey: "Radio.Border Size Disabled"
4240
5280
  scope: "global:components-ui"
4241
5281
  scopeBucket: "global"
4242
5282
  scopeId: "components-ui"
@@ -4248,8 +5288,8 @@ tokens:
4248
5288
  value: "var(--size-border-200)"
4249
5289
  type: "number"
4250
5290
  group: "components"
4251
- path: "Input/Radio/Border Size Hover"
4252
- pathKey: "Input.Radio.Border Size Hover"
5291
+ path: "Radio/Border Size Hover"
5292
+ pathKey: "Radio.Border Size Hover"
4253
5293
  scope: "global:components-ui"
4254
5294
  scopeBucket: "global"
4255
5295
  scopeId: "components-ui"
@@ -4531,7 +5571,7 @@ tokens:
4531
5571
  -
4532
5572
  cssVar: "--brand-corner-button"
4533
5573
  name: "brand-corner-button"
4534
- value: "var(--size-radius-700)"
5574
+ value: "var(--size-radius-full)"
4535
5575
  type: "number"
4536
5576
  group: "radii"
4537
5577
  path: "Brand/Corner/Button"
@@ -4554,10 +5594,23 @@ tokens:
4554
5594
  scopeId: "b"
4555
5595
  selector: ":root[data-brand=\"b\"]"
4556
5596
  sourceFile: "Themes (Brands).tokens.json"
5597
+ -
5598
+ cssVar: "--brand-corner-button"
5599
+ name: "brand-corner-button"
5600
+ value: "var(--size-radius-700)"
5601
+ type: "number"
5602
+ group: "radii"
5603
+ path: "Brand/Corner/Button"
5604
+ pathKey: "Brand.Corner.Button"
5605
+ scope: "brand:c"
5606
+ scopeBucket: "brand"
5607
+ scopeId: "c"
5608
+ selector: ":root[data-brand=\"c\"]"
5609
+ sourceFile: "Themes (Brands).tokens.json"
4557
5610
  -
4558
5611
  cssVar: "--brand-corner-card"
4559
5612
  name: "brand-corner-card"
4560
- value: "var(--size-radius-200)"
5613
+ value: "var(--size-radius-300)"
4561
5614
  type: "number"
4562
5615
  group: "radii"
4563
5616
  path: "Brand/Corner/Card"
@@ -4580,6 +5633,19 @@ tokens:
4580
5633
  scopeId: "b"
4581
5634
  selector: ":root[data-brand=\"b\"]"
4582
5635
  sourceFile: "Themes (Brands).tokens.json"
5636
+ -
5637
+ cssVar: "--brand-corner-card"
5638
+ name: "brand-corner-card"
5639
+ value: "var(--size-radius-200)"
5640
+ type: "number"
5641
+ group: "radii"
5642
+ path: "Brand/Corner/Card"
5643
+ pathKey: "Brand.Corner.Card"
5644
+ scope: "brand:c"
5645
+ scopeBucket: "brand"
5646
+ scopeId: "c"
5647
+ selector: ":root[data-brand=\"c\"]"
5648
+ sourceFile: "Themes (Brands).tokens.json"
4583
5649
  -
4584
5650
  cssVar: "--brand-corner-input"
4585
5651
  name: "brand-corner-input"
@@ -4606,6 +5672,19 @@ tokens:
4606
5672
  scopeId: "b"
4607
5673
  selector: ":root[data-brand=\"b\"]"
4608
5674
  sourceFile: "Themes (Brands).tokens.json"
5675
+ -
5676
+ cssVar: "--brand-corner-input"
5677
+ name: "brand-corner-input"
5678
+ value: "var(--size-radius-200)"
5679
+ type: "number"
5680
+ group: "radii"
5681
+ path: "Brand/Corner/Input"
5682
+ pathKey: "Brand.Corner.Input"
5683
+ scope: "brand:c"
5684
+ scopeBucket: "brand"
5685
+ scopeId: "c"
5686
+ selector: ":root[data-brand=\"c\"]"
5687
+ sourceFile: "Themes (Brands).tokens.json"
4609
5688
  -
4610
5689
  cssVar: "--brand-corner-modal"
4611
5690
  name: "brand-corner-modal"
@@ -4632,6 +5711,19 @@ tokens:
4632
5711
  scopeId: "b"
4633
5712
  selector: ":root[data-brand=\"b\"]"
4634
5713
  sourceFile: "Themes (Brands).tokens.json"
5714
+ -
5715
+ cssVar: "--brand-corner-modal"
5716
+ name: "brand-corner-modal"
5717
+ value: "var(--size-radius-400)"
5718
+ type: "number"
5719
+ group: "radii"
5720
+ path: "Brand/Corner/Modal"
5721
+ pathKey: "Brand.Corner.Modal"
5722
+ scope: "brand:c"
5723
+ scopeBucket: "brand"
5724
+ scopeId: "c"
5725
+ selector: ":root[data-brand=\"c\"]"
5726
+ sourceFile: "Themes (Brands).tokens.json"
4635
5727
  -
4636
5728
  cssVar: "--corner-button-radius"
4637
5729
  name: "corner-button-radius"
@@ -5022,6 +6114,19 @@ tokens:
5022
6114
  scopeId: "b"
5023
6115
  selector: ":root[data-brand=\"b\"]"
5024
6116
  sourceFile: "Themes (Brands).tokens.json"
6117
+ -
6118
+ cssVar: "--brand-font-base"
6119
+ name: "brand-font-base"
6120
+ value: "var(--font-family-sans)"
6121
+ type: "string"
6122
+ group: "typography"
6123
+ path: "Brand/Font/Base"
6124
+ pathKey: "Brand.Font.Base"
6125
+ scope: "brand:c"
6126
+ scopeBucket: "brand"
6127
+ scopeId: "c"
6128
+ selector: ":root[data-brand=\"c\"]"
6129
+ sourceFile: "Themes (Brands).tokens.json"
5025
6130
  -
5026
6131
  cssVar: "--brand-font-lead"
5027
6132
  name: "brand-font-lead"
@@ -5048,6 +6153,19 @@ tokens:
5048
6153
  scopeId: "b"
5049
6154
  selector: ":root[data-brand=\"b\"]"
5050
6155
  sourceFile: "Themes (Brands).tokens.json"
6156
+ -
6157
+ cssVar: "--brand-font-lead"
6158
+ name: "brand-font-lead"
6159
+ value: "var(--font-family-serif)"
6160
+ type: "string"
6161
+ group: "typography"
6162
+ path: "Brand/Font/Lead"
6163
+ pathKey: "Brand.Font.Lead"
6164
+ scope: "brand:c"
6165
+ scopeBucket: "brand"
6166
+ scopeId: "c"
6167
+ selector: ":root[data-brand=\"c\"]"
6168
+ sourceFile: "Themes (Brands).tokens.json"
5051
6169
  -
5052
6170
  cssVar: "--font-family-mono"
5053
6171
  name: "font-family-mono"