@helixui/tokens 3.0.0 → 3.2.0-next.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1232 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/tokens.css +187 -106
- package/dist/tokens.json +1380 -131
- package/package.json +1 -1
- package/src/tokens.json +1380 -131
package/dist/index.d.ts
CHANGED
|
@@ -292,11 +292,21 @@ export declare const tokens: {
|
|
|
292
292
|
primary: {
|
|
293
293
|
value: string;
|
|
294
294
|
};
|
|
295
|
+
strong: {
|
|
296
|
+
value: string;
|
|
297
|
+
description: string;
|
|
298
|
+
};
|
|
295
299
|
secondary: {
|
|
296
300
|
value: string;
|
|
301
|
+
description: string;
|
|
297
302
|
};
|
|
298
303
|
muted: {
|
|
299
304
|
value: string;
|
|
305
|
+
description: string;
|
|
306
|
+
};
|
|
307
|
+
placeholder: {
|
|
308
|
+
value: string;
|
|
309
|
+
description: string;
|
|
300
310
|
};
|
|
301
311
|
disabled: {
|
|
302
312
|
value: string;
|
|
@@ -306,21 +316,38 @@ export declare const tokens: {
|
|
|
306
316
|
};
|
|
307
317
|
"on-primary": {
|
|
308
318
|
value: string;
|
|
319
|
+
description: string;
|
|
309
320
|
};
|
|
310
321
|
"on-secondary": {
|
|
311
322
|
value: string;
|
|
323
|
+
description: string;
|
|
312
324
|
};
|
|
313
325
|
"on-error": {
|
|
314
326
|
value: string;
|
|
327
|
+
description: string;
|
|
315
328
|
};
|
|
316
329
|
"on-success": {
|
|
317
330
|
value: string;
|
|
331
|
+
description: string;
|
|
318
332
|
};
|
|
319
333
|
"on-warning": {
|
|
320
334
|
value: string;
|
|
321
335
|
};
|
|
322
336
|
"on-info": {
|
|
323
337
|
value: string;
|
|
338
|
+
description: string;
|
|
339
|
+
};
|
|
340
|
+
"on-primary-strong": {
|
|
341
|
+
value: string;
|
|
342
|
+
description: string;
|
|
343
|
+
};
|
|
344
|
+
"on-success-strong": {
|
|
345
|
+
value: string;
|
|
346
|
+
description: string;
|
|
347
|
+
};
|
|
348
|
+
"on-error-strong": {
|
|
349
|
+
value: string;
|
|
350
|
+
description: string;
|
|
324
351
|
};
|
|
325
352
|
link: {
|
|
326
353
|
value: string;
|
|
@@ -353,9 +380,29 @@ export declare const tokens: {
|
|
|
353
380
|
sunken: {
|
|
354
381
|
value: string;
|
|
355
382
|
};
|
|
383
|
+
inverse: {
|
|
384
|
+
value: string;
|
|
385
|
+
description: string;
|
|
386
|
+
};
|
|
356
387
|
overlay: {
|
|
357
388
|
value: string;
|
|
358
389
|
};
|
|
390
|
+
"success-strong": {
|
|
391
|
+
value: string;
|
|
392
|
+
description: string;
|
|
393
|
+
};
|
|
394
|
+
"warning-strong": {
|
|
395
|
+
value: string;
|
|
396
|
+
description: string;
|
|
397
|
+
};
|
|
398
|
+
"danger-strong": {
|
|
399
|
+
value: string;
|
|
400
|
+
description: string;
|
|
401
|
+
};
|
|
402
|
+
"info-strong": {
|
|
403
|
+
value: string;
|
|
404
|
+
description: string;
|
|
405
|
+
};
|
|
359
406
|
};
|
|
360
407
|
border: {
|
|
361
408
|
default: {
|
|
@@ -366,13 +413,27 @@ export declare const tokens: {
|
|
|
366
413
|
};
|
|
367
414
|
strong: {
|
|
368
415
|
value: string;
|
|
416
|
+
description: string;
|
|
369
417
|
};
|
|
370
418
|
focus: {
|
|
371
419
|
value: string;
|
|
372
420
|
};
|
|
421
|
+
"on-dark-strong": {
|
|
422
|
+
value: string;
|
|
423
|
+
description: string;
|
|
424
|
+
};
|
|
425
|
+
"on-dark-default": {
|
|
426
|
+
value: string;
|
|
427
|
+
description: string;
|
|
428
|
+
};
|
|
429
|
+
"on-dark-subtle": {
|
|
430
|
+
value: string;
|
|
431
|
+
description: string;
|
|
432
|
+
};
|
|
373
433
|
};
|
|
374
434
|
"focus-ring": {
|
|
375
435
|
value: string;
|
|
436
|
+
description: string;
|
|
376
437
|
};
|
|
377
438
|
selection: {
|
|
378
439
|
bg: {
|
|
@@ -382,6 +443,73 @@ export declare const tokens: {
|
|
|
382
443
|
value: string;
|
|
383
444
|
};
|
|
384
445
|
};
|
|
446
|
+
action: {
|
|
447
|
+
_comment: string;
|
|
448
|
+
primary: {
|
|
449
|
+
bg: {
|
|
450
|
+
value: string;
|
|
451
|
+
description: string;
|
|
452
|
+
};
|
|
453
|
+
"bg-inverted-rest": {
|
|
454
|
+
value: string;
|
|
455
|
+
description: string;
|
|
456
|
+
};
|
|
457
|
+
"bg-hover": {
|
|
458
|
+
value: string;
|
|
459
|
+
description: string;
|
|
460
|
+
};
|
|
461
|
+
"bg-active": {
|
|
462
|
+
value: string;
|
|
463
|
+
description: string;
|
|
464
|
+
};
|
|
465
|
+
"bg-inverted-hover": {
|
|
466
|
+
value: string;
|
|
467
|
+
description: string;
|
|
468
|
+
};
|
|
469
|
+
};
|
|
470
|
+
secondary: {
|
|
471
|
+
fg: {
|
|
472
|
+
value: string;
|
|
473
|
+
description: string;
|
|
474
|
+
};
|
|
475
|
+
border: {
|
|
476
|
+
value: string;
|
|
477
|
+
description: string;
|
|
478
|
+
};
|
|
479
|
+
"bg-hover": {
|
|
480
|
+
value: string;
|
|
481
|
+
description: string;
|
|
482
|
+
};
|
|
483
|
+
};
|
|
484
|
+
ghost: {
|
|
485
|
+
fg: {
|
|
486
|
+
value: string;
|
|
487
|
+
description: string;
|
|
488
|
+
};
|
|
489
|
+
"bg-hover": {
|
|
490
|
+
value: string;
|
|
491
|
+
description: string;
|
|
492
|
+
};
|
|
493
|
+
};
|
|
494
|
+
danger: {
|
|
495
|
+
bg: {
|
|
496
|
+
value: string;
|
|
497
|
+
description: string;
|
|
498
|
+
};
|
|
499
|
+
"bg-hover": {
|
|
500
|
+
value: string;
|
|
501
|
+
description: string;
|
|
502
|
+
};
|
|
503
|
+
"bg-active": {
|
|
504
|
+
value: string;
|
|
505
|
+
description: string;
|
|
506
|
+
};
|
|
507
|
+
"bg-inverted-hover": {
|
|
508
|
+
value: string;
|
|
509
|
+
description: string;
|
|
510
|
+
};
|
|
511
|
+
};
|
|
512
|
+
};
|
|
385
513
|
};
|
|
386
514
|
body: {
|
|
387
515
|
bg: {
|
|
@@ -722,6 +850,7 @@ export declare const tokens: {
|
|
|
722
850
|
focus: {
|
|
723
851
|
"ring-color": {
|
|
724
852
|
value: string;
|
|
853
|
+
description: string;
|
|
725
854
|
};
|
|
726
855
|
"ring-width": {
|
|
727
856
|
value: string;
|
|
@@ -1084,14 +1213,22 @@ export declare const tokens: {
|
|
|
1084
1213
|
primary: {
|
|
1085
1214
|
value: string;
|
|
1086
1215
|
};
|
|
1216
|
+
strong: {
|
|
1217
|
+
value: string;
|
|
1218
|
+
};
|
|
1087
1219
|
secondary: {
|
|
1088
1220
|
value: string;
|
|
1089
1221
|
};
|
|
1090
1222
|
muted: {
|
|
1091
1223
|
value: string;
|
|
1092
1224
|
};
|
|
1225
|
+
placeholder: {
|
|
1226
|
+
value: string;
|
|
1227
|
+
description: string;
|
|
1228
|
+
};
|
|
1093
1229
|
disabled: {
|
|
1094
1230
|
value: string;
|
|
1231
|
+
description: string;
|
|
1095
1232
|
};
|
|
1096
1233
|
inverse: {
|
|
1097
1234
|
value: string;
|
|
@@ -1110,6 +1247,7 @@ export declare const tokens: {
|
|
|
1110
1247
|
};
|
|
1111
1248
|
};
|
|
1112
1249
|
surface: {
|
|
1250
|
+
_comment: string;
|
|
1113
1251
|
default: {
|
|
1114
1252
|
value: string;
|
|
1115
1253
|
};
|
|
@@ -1119,6 +1257,9 @@ export declare const tokens: {
|
|
|
1119
1257
|
sunken: {
|
|
1120
1258
|
value: string;
|
|
1121
1259
|
};
|
|
1260
|
+
inverse: {
|
|
1261
|
+
value: string;
|
|
1262
|
+
};
|
|
1122
1263
|
overlay: {
|
|
1123
1264
|
value: string;
|
|
1124
1265
|
};
|
|
@@ -1132,10 +1273,23 @@ export declare const tokens: {
|
|
|
1132
1273
|
};
|
|
1133
1274
|
strong: {
|
|
1134
1275
|
value: string;
|
|
1276
|
+
description: string;
|
|
1135
1277
|
};
|
|
1136
1278
|
focus: {
|
|
1137
1279
|
value: string;
|
|
1138
1280
|
};
|
|
1281
|
+
"on-dark-strong": {
|
|
1282
|
+
value: string;
|
|
1283
|
+
description: string;
|
|
1284
|
+
};
|
|
1285
|
+
"on-dark-default": {
|
|
1286
|
+
value: string;
|
|
1287
|
+
description: string;
|
|
1288
|
+
};
|
|
1289
|
+
"on-dark-subtle": {
|
|
1290
|
+
value: string;
|
|
1291
|
+
description: string;
|
|
1292
|
+
};
|
|
1139
1293
|
};
|
|
1140
1294
|
"focus-ring": {
|
|
1141
1295
|
value: string;
|
|
@@ -1148,6 +1302,39 @@ export declare const tokens: {
|
|
|
1148
1302
|
value: string;
|
|
1149
1303
|
};
|
|
1150
1304
|
};
|
|
1305
|
+
action: {
|
|
1306
|
+
_comment: string;
|
|
1307
|
+
primary: {
|
|
1308
|
+
"bg-inverted-rest": {
|
|
1309
|
+
value: string;
|
|
1310
|
+
description: string;
|
|
1311
|
+
};
|
|
1312
|
+
};
|
|
1313
|
+
secondary: {
|
|
1314
|
+
fg: {
|
|
1315
|
+
value: string;
|
|
1316
|
+
description: string;
|
|
1317
|
+
};
|
|
1318
|
+
border: {
|
|
1319
|
+
value: string;
|
|
1320
|
+
description: string;
|
|
1321
|
+
};
|
|
1322
|
+
"bg-hover": {
|
|
1323
|
+
value: string;
|
|
1324
|
+
description: string;
|
|
1325
|
+
};
|
|
1326
|
+
};
|
|
1327
|
+
ghost: {
|
|
1328
|
+
fg: {
|
|
1329
|
+
value: string;
|
|
1330
|
+
description: string;
|
|
1331
|
+
};
|
|
1332
|
+
"bg-hover": {
|
|
1333
|
+
value: string;
|
|
1334
|
+
description: string;
|
|
1335
|
+
};
|
|
1336
|
+
};
|
|
1337
|
+
};
|
|
1151
1338
|
};
|
|
1152
1339
|
body: {
|
|
1153
1340
|
bg: {
|
|
@@ -1157,6 +1344,12 @@ export declare const tokens: {
|
|
|
1157
1344
|
value: string;
|
|
1158
1345
|
};
|
|
1159
1346
|
};
|
|
1347
|
+
focus: {
|
|
1348
|
+
"ring-color": {
|
|
1349
|
+
value: string;
|
|
1350
|
+
description: string;
|
|
1351
|
+
};
|
|
1352
|
+
};
|
|
1160
1353
|
shadow: {
|
|
1161
1354
|
sm: {
|
|
1162
1355
|
value: string;
|
|
@@ -1254,6 +1447,10 @@ export declare const tokens: {
|
|
|
1254
1447
|
value: string;
|
|
1255
1448
|
description: string;
|
|
1256
1449
|
};
|
|
1450
|
+
strong: {
|
|
1451
|
+
value: string;
|
|
1452
|
+
description: string;
|
|
1453
|
+
};
|
|
1257
1454
|
secondary: {
|
|
1258
1455
|
value: string;
|
|
1259
1456
|
description: string;
|
|
@@ -1262,6 +1459,10 @@ export declare const tokens: {
|
|
|
1262
1459
|
value: string;
|
|
1263
1460
|
description: string;
|
|
1264
1461
|
};
|
|
1462
|
+
placeholder: {
|
|
1463
|
+
value: string;
|
|
1464
|
+
description: string;
|
|
1465
|
+
};
|
|
1265
1466
|
disabled: {
|
|
1266
1467
|
value: string;
|
|
1267
1468
|
description: string;
|
|
@@ -1293,6 +1494,18 @@ export declare const tokens: {
|
|
|
1293
1494
|
value: string;
|
|
1294
1495
|
description: string;
|
|
1295
1496
|
};
|
|
1497
|
+
"on-primary-strong": {
|
|
1498
|
+
value: string;
|
|
1499
|
+
description: string;
|
|
1500
|
+
};
|
|
1501
|
+
"on-error-strong": {
|
|
1502
|
+
value: string;
|
|
1503
|
+
description: string;
|
|
1504
|
+
};
|
|
1505
|
+
"on-success-strong": {
|
|
1506
|
+
value: string;
|
|
1507
|
+
description: string;
|
|
1508
|
+
};
|
|
1296
1509
|
link: {
|
|
1297
1510
|
value: string;
|
|
1298
1511
|
description: string;
|
|
@@ -1319,9 +1532,29 @@ export declare const tokens: {
|
|
|
1319
1532
|
sunken: {
|
|
1320
1533
|
value: string;
|
|
1321
1534
|
};
|
|
1535
|
+
inverse: {
|
|
1536
|
+
value: string;
|
|
1537
|
+
description: string;
|
|
1538
|
+
};
|
|
1322
1539
|
overlay: {
|
|
1323
1540
|
value: string;
|
|
1324
1541
|
};
|
|
1542
|
+
"success-strong": {
|
|
1543
|
+
value: string;
|
|
1544
|
+
description: string;
|
|
1545
|
+
};
|
|
1546
|
+
"warning-strong": {
|
|
1547
|
+
value: string;
|
|
1548
|
+
description: string;
|
|
1549
|
+
};
|
|
1550
|
+
"danger-strong": {
|
|
1551
|
+
value: string;
|
|
1552
|
+
description: string;
|
|
1553
|
+
};
|
|
1554
|
+
"info-strong": {
|
|
1555
|
+
value: string;
|
|
1556
|
+
description: string;
|
|
1557
|
+
};
|
|
1325
1558
|
};
|
|
1326
1559
|
border: {
|
|
1327
1560
|
default: {
|
|
@@ -1338,6 +1571,18 @@ export declare const tokens: {
|
|
|
1338
1571
|
value: string;
|
|
1339
1572
|
description: string;
|
|
1340
1573
|
};
|
|
1574
|
+
"on-dark-strong": {
|
|
1575
|
+
value: string;
|
|
1576
|
+
description: string;
|
|
1577
|
+
};
|
|
1578
|
+
"on-dark-default": {
|
|
1579
|
+
value: string;
|
|
1580
|
+
description: string;
|
|
1581
|
+
};
|
|
1582
|
+
"on-dark-subtle": {
|
|
1583
|
+
value: string;
|
|
1584
|
+
description: string;
|
|
1585
|
+
};
|
|
1341
1586
|
};
|
|
1342
1587
|
"focus-ring": {
|
|
1343
1588
|
value: string;
|
|
@@ -1352,6 +1597,15 @@ export declare const tokens: {
|
|
|
1352
1597
|
value: string;
|
|
1353
1598
|
};
|
|
1354
1599
|
};
|
|
1600
|
+
action: {
|
|
1601
|
+
_comment: string;
|
|
1602
|
+
danger: {
|
|
1603
|
+
"bg-active": {
|
|
1604
|
+
value: string;
|
|
1605
|
+
description: string;
|
|
1606
|
+
};
|
|
1607
|
+
};
|
|
1608
|
+
};
|
|
1355
1609
|
};
|
|
1356
1610
|
body: {
|
|
1357
1611
|
bg: {
|
|
@@ -1423,6 +1677,984 @@ export declare const tokens: {
|
|
|
1423
1677
|
};
|
|
1424
1678
|
};
|
|
1425
1679
|
};
|
|
1680
|
+
component: {
|
|
1681
|
+
_comment: string;
|
|
1682
|
+
"hx-accordion": {
|
|
1683
|
+
"--hx-accordion-border-color": null;
|
|
1684
|
+
"--hx-accordion-border-radius": null;
|
|
1685
|
+
"--hx-accordion-content-color": null;
|
|
1686
|
+
"--hx-accordion-content-padding": null;
|
|
1687
|
+
"--hx-accordion-font-family": null;
|
|
1688
|
+
"--hx-accordion-icon-color": null;
|
|
1689
|
+
"--hx-accordion-icon-size": null;
|
|
1690
|
+
"--hx-accordion-item-font-family": null;
|
|
1691
|
+
"--hx-accordion-trigger-bg": null;
|
|
1692
|
+
"--hx-accordion-trigger-color": null;
|
|
1693
|
+
"--hx-accordion-trigger-hover-bg": null;
|
|
1694
|
+
"--hx-accordion-trigger-padding": null;
|
|
1695
|
+
};
|
|
1696
|
+
"hx-action-bar": {
|
|
1697
|
+
"--hx-action-bar-bg": null;
|
|
1698
|
+
"--hx-action-bar-border": null;
|
|
1699
|
+
"--hx-action-bar-border-radius": null;
|
|
1700
|
+
"--hx-action-bar-gap": null;
|
|
1701
|
+
"--hx-action-bar-padding": null;
|
|
1702
|
+
"--hx-action-bar-padding-block-end": null;
|
|
1703
|
+
"--hx-action-bar-padding-block-start": null;
|
|
1704
|
+
"--hx-action-bar-z-index": null;
|
|
1705
|
+
};
|
|
1706
|
+
"hx-alert": {
|
|
1707
|
+
"--hx-alert-accent-width": null;
|
|
1708
|
+
"--hx-alert-bg": null;
|
|
1709
|
+
"--hx-alert-border-color": null;
|
|
1710
|
+
"--hx-alert-border-radius": null;
|
|
1711
|
+
"--hx-alert-border-width": null;
|
|
1712
|
+
"--hx-alert-close-btn-focus-ring-color": null;
|
|
1713
|
+
"--hx-alert-color": null;
|
|
1714
|
+
"--hx-alert-font-family": null;
|
|
1715
|
+
"--hx-alert-gap": null;
|
|
1716
|
+
"--hx-alert-icon-color": null;
|
|
1717
|
+
"--hx-alert-padding": null;
|
|
1718
|
+
};
|
|
1719
|
+
"hx-avatar": {
|
|
1720
|
+
"--hx-avatar-bg": null;
|
|
1721
|
+
"--hx-avatar-border-radius": null;
|
|
1722
|
+
"--hx-avatar-color": null;
|
|
1723
|
+
"--hx-avatar-font-family": null;
|
|
1724
|
+
"--hx-avatar-font-size": null;
|
|
1725
|
+
"--hx-avatar-size": null;
|
|
1726
|
+
};
|
|
1727
|
+
"hx-badge": {
|
|
1728
|
+
"--hx-badge-bg": null;
|
|
1729
|
+
"--hx-badge-border-radius": null;
|
|
1730
|
+
"--hx-badge-color": null;
|
|
1731
|
+
"--hx-badge-dot-size": null;
|
|
1732
|
+
"--hx-badge-error-bg": null;
|
|
1733
|
+
"--hx-badge-error-color": null;
|
|
1734
|
+
"--hx-badge-font-family": null;
|
|
1735
|
+
"--hx-badge-font-size": null;
|
|
1736
|
+
"--hx-badge-font-weight": null;
|
|
1737
|
+
"--hx-badge-info-bg": null;
|
|
1738
|
+
"--hx-badge-info-color": null;
|
|
1739
|
+
"--hx-badge-neutral-bg": null;
|
|
1740
|
+
"--hx-badge-neutral-color": null;
|
|
1741
|
+
"--hx-badge-padding-x": null;
|
|
1742
|
+
"--hx-badge-padding-y": null;
|
|
1743
|
+
"--hx-badge-primary-bg": null;
|
|
1744
|
+
"--hx-badge-primary-color": null;
|
|
1745
|
+
"--hx-badge-pulse-color": null;
|
|
1746
|
+
"--hx-badge-pulse-color-internal": null;
|
|
1747
|
+
"--hx-badge-pulse-duration": null;
|
|
1748
|
+
"--hx-badge-pulse-easing": null;
|
|
1749
|
+
"--hx-badge-secondary-bg": null;
|
|
1750
|
+
"--hx-badge-secondary-color": null;
|
|
1751
|
+
"--hx-badge-success-bg": null;
|
|
1752
|
+
"--hx-badge-success-color": null;
|
|
1753
|
+
"--hx-badge-warning-bg": null;
|
|
1754
|
+
"--hx-badge-warning-color": null;
|
|
1755
|
+
};
|
|
1756
|
+
"hx-banner": {
|
|
1757
|
+
"--hx-banner-action-color": null;
|
|
1758
|
+
"--hx-banner-action-focus-ring-color": null;
|
|
1759
|
+
"--hx-banner-bg": null;
|
|
1760
|
+
"--hx-banner-border-color": null;
|
|
1761
|
+
"--hx-banner-border-width": null;
|
|
1762
|
+
"--hx-banner-close-btn-focus-ring-color": null;
|
|
1763
|
+
"--hx-banner-color": null;
|
|
1764
|
+
"--hx-banner-font-family": null;
|
|
1765
|
+
"--hx-banner-gap": null;
|
|
1766
|
+
"--hx-banner-icon-color": null;
|
|
1767
|
+
"--hx-banner-padding": null;
|
|
1768
|
+
"--hx-banner-position": null;
|
|
1769
|
+
"--hx-banner-z-index": null;
|
|
1770
|
+
};
|
|
1771
|
+
"hx-breadcrumb": {
|
|
1772
|
+
"--hx-breadcrumb-font-family": null;
|
|
1773
|
+
"--hx-breadcrumb-font-size": null;
|
|
1774
|
+
"--hx-breadcrumb-item-max-width": null;
|
|
1775
|
+
"--hx-breadcrumb-link-color": null;
|
|
1776
|
+
"--hx-breadcrumb-link-focus-ring-color": null;
|
|
1777
|
+
"--hx-breadcrumb-link-hover-color": null;
|
|
1778
|
+
"--hx-breadcrumb-separator-color": null;
|
|
1779
|
+
"--hx-breadcrumb-separator-content": null;
|
|
1780
|
+
"--hx-breadcrumb-separator-gap": null;
|
|
1781
|
+
"--hx-breadcrumb-text-color": null;
|
|
1782
|
+
};
|
|
1783
|
+
"hx-button": {
|
|
1784
|
+
"--hx-button-active-bg": null;
|
|
1785
|
+
"--hx-button-bg": null;
|
|
1786
|
+
"--hx-button-border-color": null;
|
|
1787
|
+
"--hx-button-border-radius": null;
|
|
1788
|
+
"--hx-button-color": null;
|
|
1789
|
+
"--hx-button-focus-ring-color": null;
|
|
1790
|
+
"--hx-button-font-family": null;
|
|
1791
|
+
"--hx-button-font-weight": null;
|
|
1792
|
+
"--hx-button-hover-bg": null;
|
|
1793
|
+
"--hx-button-inverted-color": null;
|
|
1794
|
+
"--hx-button-inverted-danger-interactive-color": null;
|
|
1795
|
+
"--hx-button-inverted-focus-ring-color": null;
|
|
1796
|
+
"--hx-button-inverted-ghost-hover-bg": null;
|
|
1797
|
+
"--hx-button-inverted-primary-interactive-color": null;
|
|
1798
|
+
};
|
|
1799
|
+
"hx-button-group": {
|
|
1800
|
+
"--hx-button-group-border-radius": null;
|
|
1801
|
+
"--hx-button-group-divider-offset": null;
|
|
1802
|
+
"--hx-button-group-focus-z-index": null;
|
|
1803
|
+
"--hx-button-group-focus-z-index-hc": null;
|
|
1804
|
+
};
|
|
1805
|
+
"hx-card": {
|
|
1806
|
+
"--hx-card-bg": null;
|
|
1807
|
+
"--hx-card-body-color": null;
|
|
1808
|
+
"--hx-card-border-color": null;
|
|
1809
|
+
"--hx-card-border-radius": null;
|
|
1810
|
+
"--hx-card-color": null;
|
|
1811
|
+
"--hx-card-featured-border-color": null;
|
|
1812
|
+
"--hx-card-featured-border-width": null;
|
|
1813
|
+
"--hx-card-focus-ring-color": null;
|
|
1814
|
+
"--hx-card-font-family": null;
|
|
1815
|
+
"--hx-card-gap": null;
|
|
1816
|
+
"--hx-card-image-aspect-ratio": null;
|
|
1817
|
+
"--hx-card-padding": null;
|
|
1818
|
+
"--hx-card-shadow": null;
|
|
1819
|
+
"--hx-card-shadow-floating": null;
|
|
1820
|
+
"--hx-card-shadow-hover": null;
|
|
1821
|
+
};
|
|
1822
|
+
"hx-carousel": {
|
|
1823
|
+
"--hx-carousel-focus-ring-color": null;
|
|
1824
|
+
"--hx-carousel-nav-btn-bg": null;
|
|
1825
|
+
"--hx-carousel-nav-btn-border-color": null;
|
|
1826
|
+
"--hx-carousel-nav-btn-color": null;
|
|
1827
|
+
"--hx-carousel-nav-btn-hover-bg": null;
|
|
1828
|
+
"--hx-carousel-nav-btn-hover-border-color": null;
|
|
1829
|
+
"--hx-carousel-nav-btn-size": null;
|
|
1830
|
+
"--hx-carousel-pagination-dot-active-bg": null;
|
|
1831
|
+
"--hx-carousel-pagination-dot-bg": null;
|
|
1832
|
+
"--hx-carousel-pagination-dot-size": null;
|
|
1833
|
+
"--hx-carousel-play-pause-color": null;
|
|
1834
|
+
"--hx-carousel-play-pause-hover-bg": null;
|
|
1835
|
+
};
|
|
1836
|
+
"hx-checkbox": {
|
|
1837
|
+
"--hx-checkbox-bg": null;
|
|
1838
|
+
"--hx-checkbox-border-color": null;
|
|
1839
|
+
"--hx-checkbox-border-radius": null;
|
|
1840
|
+
"--hx-checkbox-checked-bg": null;
|
|
1841
|
+
"--hx-checkbox-checked-border-color": null;
|
|
1842
|
+
"--hx-checkbox-checkmark-color": null;
|
|
1843
|
+
"--hx-checkbox-error-color": null;
|
|
1844
|
+
"--hx-checkbox-focus-ring-color": null;
|
|
1845
|
+
"--hx-checkbox-focus-ring-offset": null;
|
|
1846
|
+
"--hx-checkbox-focus-ring-width": null;
|
|
1847
|
+
"--hx-checkbox-font-family": null;
|
|
1848
|
+
"--hx-checkbox-help-text-color": null;
|
|
1849
|
+
"--hx-checkbox-hover-border-color": null;
|
|
1850
|
+
"--hx-checkbox-label-color": null;
|
|
1851
|
+
"--hx-checkbox-size": null;
|
|
1852
|
+
};
|
|
1853
|
+
"hx-checkbox-group": {
|
|
1854
|
+
"--hx-checkbox-group-error-color": null;
|
|
1855
|
+
"--hx-checkbox-group-font-family": null;
|
|
1856
|
+
"--hx-checkbox-group-gap": null;
|
|
1857
|
+
"--hx-checkbox-group-help-text-color": null;
|
|
1858
|
+
"--hx-checkbox-group-label-color": null;
|
|
1859
|
+
};
|
|
1860
|
+
"hx-clinical-status": {
|
|
1861
|
+
"--hx-clinical-status-accent-color": null;
|
|
1862
|
+
"--hx-clinical-status-accent-width": null;
|
|
1863
|
+
"--hx-clinical-status-bg": null;
|
|
1864
|
+
"--hx-clinical-status-border-color": null;
|
|
1865
|
+
"--hx-clinical-status-border-radius": null;
|
|
1866
|
+
"--hx-clinical-status-border-width": null;
|
|
1867
|
+
"--hx-clinical-status-color": null;
|
|
1868
|
+
"--hx-clinical-status-compact-padding": null;
|
|
1869
|
+
"--hx-clinical-status-emergent-accent-width": null;
|
|
1870
|
+
"--hx-clinical-status-font-family": null;
|
|
1871
|
+
"--hx-clinical-status-gap": null;
|
|
1872
|
+
"--hx-clinical-status-icon-color": null;
|
|
1873
|
+
"--hx-clinical-status-padding": null;
|
|
1874
|
+
};
|
|
1875
|
+
"hx-code-snippet": {
|
|
1876
|
+
"--hx-code-snippet-bg": null;
|
|
1877
|
+
"--hx-code-snippet-border-radius": null;
|
|
1878
|
+
"--hx-code-snippet-color": null;
|
|
1879
|
+
"--hx-code-snippet-font-family": null;
|
|
1880
|
+
"--hx-code-snippet-font-size": null;
|
|
1881
|
+
"--hx-code-snippet-inline-bg": null;
|
|
1882
|
+
"--hx-code-snippet-inline-color": null;
|
|
1883
|
+
"--hx-code-snippet-inline-padding-x": null;
|
|
1884
|
+
"--hx-code-snippet-inline-padding-y": null;
|
|
1885
|
+
"--hx-code-snippet-line-number-color": null;
|
|
1886
|
+
"--hx-code-snippet-padding": null;
|
|
1887
|
+
"--hx-code-snippet-tab-size": null;
|
|
1888
|
+
};
|
|
1889
|
+
"hx-color-picker": {
|
|
1890
|
+
"--hx-color-picker-focus-ring-color": null;
|
|
1891
|
+
"--hx-color-picker-grid-height": null;
|
|
1892
|
+
"--hx-color-picker-panel-shadow": null;
|
|
1893
|
+
"--hx-color-picker-swatch-border": null;
|
|
1894
|
+
"--hx-color-picker-swatch-border-hover": null;
|
|
1895
|
+
"--hx-color-picker-thumb-border": null;
|
|
1896
|
+
"--hx-color-picker-thumb-shadow": null;
|
|
1897
|
+
"--hx-color-picker-trigger-hover-border-color": null;
|
|
1898
|
+
"--hx-color-picker-width": null;
|
|
1899
|
+
"--hx-color-picker-z-index": null;
|
|
1900
|
+
};
|
|
1901
|
+
"hx-combobox": {
|
|
1902
|
+
"--hx-combobox-bg": null;
|
|
1903
|
+
"--hx-combobox-border-color": null;
|
|
1904
|
+
"--hx-combobox-border-radius": null;
|
|
1905
|
+
"--hx-combobox-chip-bg": null;
|
|
1906
|
+
"--hx-combobox-chip-color": null;
|
|
1907
|
+
"--hx-combobox-chip-remove-hover-bg": null;
|
|
1908
|
+
"--hx-combobox-color": null;
|
|
1909
|
+
"--hx-combobox-error-color": null;
|
|
1910
|
+
"--hx-combobox-focus-ring-color": null;
|
|
1911
|
+
"--hx-combobox-font-family": null;
|
|
1912
|
+
"--hx-combobox-label-color": null;
|
|
1913
|
+
"--hx-combobox-listbox-bg": null;
|
|
1914
|
+
"--hx-combobox-listbox-max-height": null;
|
|
1915
|
+
"--hx-combobox-listbox-shadow": null;
|
|
1916
|
+
"--hx-combobox-option-focus-ring-offset": null;
|
|
1917
|
+
"--hx-combobox-option-hover-bg": null;
|
|
1918
|
+
"--hx-combobox-option-selected-bg": null;
|
|
1919
|
+
};
|
|
1920
|
+
"hx-container": {
|
|
1921
|
+
"--hx-container-bg": null;
|
|
1922
|
+
"--hx-container-gutter": null;
|
|
1923
|
+
"--hx-container-max-width": null;
|
|
1924
|
+
};
|
|
1925
|
+
"hx-copy-button": {
|
|
1926
|
+
"--hx-copy-button-bg": null;
|
|
1927
|
+
"--hx-copy-button-border-color": null;
|
|
1928
|
+
"--hx-copy-button-border-radius": null;
|
|
1929
|
+
"--hx-copy-button-color": null;
|
|
1930
|
+
"--hx-copy-button-copied-border-color": null;
|
|
1931
|
+
"--hx-copy-button-copied-color": null;
|
|
1932
|
+
"--hx-copy-button-focus-ring-color": null;
|
|
1933
|
+
"--hx-copy-button-font-family": null;
|
|
1934
|
+
};
|
|
1935
|
+
"hx-counter": {
|
|
1936
|
+
"--hx-counter-color": null;
|
|
1937
|
+
"--hx-counter-font-family": null;
|
|
1938
|
+
"--hx-counter-font-size-lg": null;
|
|
1939
|
+
"--hx-counter-font-size-md": null;
|
|
1940
|
+
"--hx-counter-font-size-sm": null;
|
|
1941
|
+
"--hx-counter-font-weight": null;
|
|
1942
|
+
};
|
|
1943
|
+
"hx-data-table": {
|
|
1944
|
+
"--hx-data-table-border-color": null;
|
|
1945
|
+
"--hx-data-table-cell-color": null;
|
|
1946
|
+
"--hx-data-table-checkbox-accent-color": null;
|
|
1947
|
+
"--hx-data-table-empty-color": null;
|
|
1948
|
+
"--hx-data-table-focus-ring-color": null;
|
|
1949
|
+
"--hx-data-table-font-family": null;
|
|
1950
|
+
"--hx-data-table-header-bg": null;
|
|
1951
|
+
"--hx-data-table-header-color": null;
|
|
1952
|
+
"--hx-data-table-min-width": null;
|
|
1953
|
+
"--hx-data-table-row-hover-bg": null;
|
|
1954
|
+
"--hx-data-table-row-selected-bg": null;
|
|
1955
|
+
"--hx-data-table-shimmer-duration": null;
|
|
1956
|
+
"--hx-data-table-sort-icon-active-color": null;
|
|
1957
|
+
};
|
|
1958
|
+
"hx-date-picker": {
|
|
1959
|
+
"--hx-date-picker-bg": null;
|
|
1960
|
+
"--hx-date-picker-border-color": null;
|
|
1961
|
+
"--hx-date-picker-border-radius": null;
|
|
1962
|
+
"--hx-date-picker-calendar-bg": null;
|
|
1963
|
+
"--hx-date-picker-calendar-border-color": null;
|
|
1964
|
+
"--hx-date-picker-calendar-border-radius": null;
|
|
1965
|
+
"--hx-date-picker-calendar-min-width": null;
|
|
1966
|
+
"--hx-date-picker-calendar-shadow": null;
|
|
1967
|
+
"--hx-date-picker-color": null;
|
|
1968
|
+
"--hx-date-picker-day-hover-bg": null;
|
|
1969
|
+
"--hx-date-picker-error-color": null;
|
|
1970
|
+
"--hx-date-picker-focus-ring-color": null;
|
|
1971
|
+
"--hx-date-picker-font-family": null;
|
|
1972
|
+
"--hx-date-picker-label-color": null;
|
|
1973
|
+
"--hx-date-picker-selected-bg": null;
|
|
1974
|
+
"--hx-date-picker-selected-color": null;
|
|
1975
|
+
"--hx-date-picker-selected-hover-bg": null;
|
|
1976
|
+
"--hx-date-picker-today-color": null;
|
|
1977
|
+
"--hx-date-picker-trigger-color": null;
|
|
1978
|
+
"--hx-date-picker-trigger-hover-color": null;
|
|
1979
|
+
};
|
|
1980
|
+
"hx-dialog": {
|
|
1981
|
+
"--hx-dialog-backdrop-color": null;
|
|
1982
|
+
"--hx-dialog-backdrop-opacity": null;
|
|
1983
|
+
"--hx-dialog-bg": null;
|
|
1984
|
+
"--hx-dialog-body-padding": null;
|
|
1985
|
+
"--hx-dialog-border-radius": null;
|
|
1986
|
+
"--hx-dialog-close-btn-color": null;
|
|
1987
|
+
"--hx-dialog-close-btn-focus-ring-color": null;
|
|
1988
|
+
"--hx-dialog-close-btn-hover-bg": null;
|
|
1989
|
+
"--hx-dialog-close-btn-hover-color": null;
|
|
1990
|
+
"--hx-dialog-color": null;
|
|
1991
|
+
"--hx-dialog-font-family": null;
|
|
1992
|
+
"--hx-dialog-footer-border-color": null;
|
|
1993
|
+
"--hx-dialog-footer-padding": null;
|
|
1994
|
+
"--hx-dialog-header-border-color": null;
|
|
1995
|
+
"--hx-dialog-header-padding": null;
|
|
1996
|
+
"--hx-dialog-heading-color": null;
|
|
1997
|
+
"--hx-dialog-shadow": null;
|
|
1998
|
+
"--hx-dialog-width": null;
|
|
1999
|
+
};
|
|
2000
|
+
"hx-divider": {
|
|
2001
|
+
"--hx-divider-label-color": null;
|
|
2002
|
+
"--hx-divider-label-font-size": null;
|
|
2003
|
+
"--hx-divider-label-gap": null;
|
|
2004
|
+
};
|
|
2005
|
+
"hx-drawer": {
|
|
2006
|
+
"--hx-drawer-backdrop-color": null;
|
|
2007
|
+
"--hx-drawer-backdrop-opacity": null;
|
|
2008
|
+
"--hx-drawer-bg": null;
|
|
2009
|
+
"--hx-drawer-body-padding": null;
|
|
2010
|
+
"--hx-drawer-close-btn-color": null;
|
|
2011
|
+
"--hx-drawer-close-btn-focus-ring-color": null;
|
|
2012
|
+
"--hx-drawer-close-btn-hover-bg": null;
|
|
2013
|
+
"--hx-drawer-close-btn-hover-color": null;
|
|
2014
|
+
"--hx-drawer-color": null;
|
|
2015
|
+
"--hx-drawer-font-family": null;
|
|
2016
|
+
"--hx-drawer-footer-border-color": null;
|
|
2017
|
+
"--hx-drawer-footer-padding": null;
|
|
2018
|
+
"--hx-drawer-header-border-color": null;
|
|
2019
|
+
"--hx-drawer-header-padding": null;
|
|
2020
|
+
"--hx-drawer-shadow": null;
|
|
2021
|
+
"--hx-drawer-size-md": null;
|
|
2022
|
+
"--hx-drawer-title-color": null;
|
|
2023
|
+
};
|
|
2024
|
+
"hx-dropdown": {
|
|
2025
|
+
"--hx-dropdown-panel-bg": null;
|
|
2026
|
+
"--hx-dropdown-panel-border-color": null;
|
|
2027
|
+
"--hx-dropdown-panel-border-radius": null;
|
|
2028
|
+
"--hx-dropdown-panel-min-width": null;
|
|
2029
|
+
"--hx-dropdown-panel-shadow": null;
|
|
2030
|
+
"--hx-dropdown-panel-z-index": null;
|
|
2031
|
+
};
|
|
2032
|
+
"hx-field": {
|
|
2033
|
+
"--hx-field-error-color": null;
|
|
2034
|
+
"--hx-field-font-family": null;
|
|
2035
|
+
"--hx-field-gap": null;
|
|
2036
|
+
"--hx-field-help-text-color": null;
|
|
2037
|
+
};
|
|
2038
|
+
"hx-field-label": {
|
|
2039
|
+
"--hx-field-label-color": null;
|
|
2040
|
+
"--hx-field-label-required-color": null;
|
|
2041
|
+
};
|
|
2042
|
+
"hx-file-upload": {
|
|
2043
|
+
"--hx-file-upload-dropzone-active-bg": null;
|
|
2044
|
+
"--hx-file-upload-dropzone-bg": null;
|
|
2045
|
+
"--hx-file-upload-dropzone-border-color": null;
|
|
2046
|
+
"--hx-file-upload-dropzone-border-radius": null;
|
|
2047
|
+
"--hx-file-upload-error-color": null;
|
|
2048
|
+
"--hx-file-upload-focus-ring-color": null;
|
|
2049
|
+
"--hx-file-upload-font-family": null;
|
|
2050
|
+
"--hx-file-upload-progress-color": null;
|
|
2051
|
+
"--hx-file-upload-progress-height": null;
|
|
2052
|
+
};
|
|
2053
|
+
"hx-help-text": {
|
|
2054
|
+
"--hx-help-text-color": null;
|
|
2055
|
+
"--hx-help-text-font-family": null;
|
|
2056
|
+
"--hx-help-text-font-size": null;
|
|
2057
|
+
"--hx-help-text-font-weight": null;
|
|
2058
|
+
"--hx-help-text-icon-gap": null;
|
|
2059
|
+
"--hx-help-text-line-height": null;
|
|
2060
|
+
};
|
|
2061
|
+
"hx-icon": {
|
|
2062
|
+
"--hx-icon-color": null;
|
|
2063
|
+
"--hx-icon-size": null;
|
|
2064
|
+
};
|
|
2065
|
+
"hx-icon-button": {
|
|
2066
|
+
"--hx-icon-button-bg": null;
|
|
2067
|
+
"--hx-icon-button-border-color": null;
|
|
2068
|
+
"--hx-icon-button-border-radius": null;
|
|
2069
|
+
"--hx-icon-button-color": null;
|
|
2070
|
+
"--hx-icon-button-focus-ring-color": null;
|
|
2071
|
+
"--hx-icon-button-size": null;
|
|
2072
|
+
};
|
|
2073
|
+
"hx-image": {
|
|
2074
|
+
"--hx-image-aspect-ratio": null;
|
|
2075
|
+
"--hx-image-border-radius": null;
|
|
2076
|
+
"--hx-image-caption-color": null;
|
|
2077
|
+
"--hx-image-caption-font-size": null;
|
|
2078
|
+
"--hx-image-caption-padding": null;
|
|
2079
|
+
"--hx-image-fallback-bg": null;
|
|
2080
|
+
"--hx-image-fallback-color": null;
|
|
2081
|
+
"--hx-image-fallback-min-height": null;
|
|
2082
|
+
"--hx-image-object-fit": null;
|
|
2083
|
+
};
|
|
2084
|
+
"hx-link": {
|
|
2085
|
+
"--hx-link-color": null;
|
|
2086
|
+
"--hx-link-color-active": null;
|
|
2087
|
+
"--hx-link-color-danger": null;
|
|
2088
|
+
"--hx-link-color-danger-hover": null;
|
|
2089
|
+
"--hx-link-color-disabled": null;
|
|
2090
|
+
"--hx-link-color-hover": null;
|
|
2091
|
+
"--hx-link-color-subtle": null;
|
|
2092
|
+
"--hx-link-focus-ring-color": null;
|
|
2093
|
+
"--hx-link-font-family": null;
|
|
2094
|
+
"--hx-link-text-decoration": null;
|
|
2095
|
+
"--hx-link-text-decoration-hover": null;
|
|
2096
|
+
"--hx-link-underline-offset": null;
|
|
2097
|
+
};
|
|
2098
|
+
"hx-list": {
|
|
2099
|
+
"--hx-list-divider-color": null;
|
|
2100
|
+
"--hx-list-gap": null;
|
|
2101
|
+
"--hx-list-item-bg-hover": null;
|
|
2102
|
+
"--hx-list-item-bg-selected": null;
|
|
2103
|
+
"--hx-list-item-color": null;
|
|
2104
|
+
"--hx-list-item-color-selected": null;
|
|
2105
|
+
"--hx-list-item-description-color": null;
|
|
2106
|
+
"--hx-list-item-font-family": null;
|
|
2107
|
+
"--hx-list-item-padding": null;
|
|
2108
|
+
};
|
|
2109
|
+
"hx-menu": {
|
|
2110
|
+
"--hx-menu-bg": null;
|
|
2111
|
+
"--hx-menu-border-color": null;
|
|
2112
|
+
"--hx-menu-border-radius": null;
|
|
2113
|
+
"--hx-menu-divider-color": null;
|
|
2114
|
+
"--hx-menu-item-color": null;
|
|
2115
|
+
"--hx-menu-item-focus-ring-color": null;
|
|
2116
|
+
"--hx-menu-item-focus-ring-offset": null;
|
|
2117
|
+
"--hx-menu-item-font-family": null;
|
|
2118
|
+
"--hx-menu-item-hover-bg": null;
|
|
2119
|
+
"--hx-menu-max-height": null;
|
|
2120
|
+
"--hx-menu-min-width": null;
|
|
2121
|
+
"--hx-menu-shadow": null;
|
|
2122
|
+
};
|
|
2123
|
+
"hx-meter": {
|
|
2124
|
+
"--hx-meter-color-danger": null;
|
|
2125
|
+
"--hx-meter-color-optimum": null;
|
|
2126
|
+
"--hx-meter-color-warning": null;
|
|
2127
|
+
"--hx-meter-font-family": null;
|
|
2128
|
+
"--hx-meter-indicator-color": null;
|
|
2129
|
+
"--hx-meter-label-color": null;
|
|
2130
|
+
"--hx-meter-track-color": null;
|
|
2131
|
+
"--hx-meter-track-height": null;
|
|
2132
|
+
"--hx-meter-track-radius": null;
|
|
2133
|
+
};
|
|
2134
|
+
"hx-nav": {
|
|
2135
|
+
"--hx-nav-bg": null;
|
|
2136
|
+
"--hx-nav-border-radius": null;
|
|
2137
|
+
"--hx-nav-color": null;
|
|
2138
|
+
"--hx-nav-focus-ring-color": null;
|
|
2139
|
+
"--hx-nav-font-family": null;
|
|
2140
|
+
"--hx-nav-font-size": null;
|
|
2141
|
+
"--hx-nav-item-active-bg": null;
|
|
2142
|
+
"--hx-nav-item-active-color": null;
|
|
2143
|
+
"--hx-nav-item-active-hover-bg": null;
|
|
2144
|
+
"--hx-nav-item-color": null;
|
|
2145
|
+
"--hx-nav-item-focus-ring-color": null;
|
|
2146
|
+
"--hx-nav-item-font-family": null;
|
|
2147
|
+
"--hx-nav-item-host-bg": null;
|
|
2148
|
+
"--hx-nav-item-hover-bg": null;
|
|
2149
|
+
"--hx-nav-item-hover-color": null;
|
|
2150
|
+
"--hx-nav-item-padding": null;
|
|
2151
|
+
"--hx-nav-item-tooltip-bg": null;
|
|
2152
|
+
"--hx-nav-item-tooltip-color": null;
|
|
2153
|
+
"--hx-nav-link-active-bg": null;
|
|
2154
|
+
"--hx-nav-link-active-color": null;
|
|
2155
|
+
"--hx-nav-link-color": null;
|
|
2156
|
+
"--hx-nav-link-hover-bg": null;
|
|
2157
|
+
"--hx-nav-link-hover-color": null;
|
|
2158
|
+
"--hx-nav-padding": null;
|
|
2159
|
+
"--hx-nav-shadow": null;
|
|
2160
|
+
"--hx-nav-submenu-bg": null;
|
|
2161
|
+
"--hx-nav-submenu-min-width": null;
|
|
2162
|
+
};
|
|
2163
|
+
"hx-number-input": {
|
|
2164
|
+
"--hx-number-input-bg": null;
|
|
2165
|
+
"--hx-number-input-border-color": null;
|
|
2166
|
+
"--hx-number-input-border-radius": null;
|
|
2167
|
+
"--hx-number-input-color": null;
|
|
2168
|
+
"--hx-number-input-error-color": null;
|
|
2169
|
+
"--hx-number-input-focus-ring-color": null;
|
|
2170
|
+
"--hx-number-input-font-family": null;
|
|
2171
|
+
"--hx-number-input-icon-size": null;
|
|
2172
|
+
"--hx-number-input-label-color": null;
|
|
2173
|
+
};
|
|
2174
|
+
"hx-overflow-menu": {
|
|
2175
|
+
"--hx-overflow-menu-button-color": null;
|
|
2176
|
+
"--hx-overflow-menu-focus-ring-color": null;
|
|
2177
|
+
"--hx-overflow-menu-item-color": null;
|
|
2178
|
+
"--hx-overflow-menu-item-hover-bg": null;
|
|
2179
|
+
"--hx-overflow-menu-panel-bg": null;
|
|
2180
|
+
"--hx-overflow-menu-panel-border": null;
|
|
2181
|
+
"--hx-overflow-menu-panel-border-radius": null;
|
|
2182
|
+
"--hx-overflow-menu-panel-min-width": null;
|
|
2183
|
+
"--hx-overflow-menu-panel-shadow": null;
|
|
2184
|
+
"--hx-overflow-menu-panel-z-index": null;
|
|
2185
|
+
"--hx-overflow-menu-trigger-hover-bg": null;
|
|
2186
|
+
"--hx-overflow-menu-trigger-open-bg": null;
|
|
2187
|
+
};
|
|
2188
|
+
"hx-pagination": {
|
|
2189
|
+
"--hx-pagination-active-bg": null;
|
|
2190
|
+
"--hx-pagination-active-border-color": null;
|
|
2191
|
+
"--hx-pagination-active-color": null;
|
|
2192
|
+
"--hx-pagination-bg": null;
|
|
2193
|
+
"--hx-pagination-border-color": null;
|
|
2194
|
+
"--hx-pagination-border-radius": null;
|
|
2195
|
+
"--hx-pagination-button-size": null;
|
|
2196
|
+
"--hx-pagination-color": null;
|
|
2197
|
+
"--hx-pagination-ellipsis-color": null;
|
|
2198
|
+
"--hx-pagination-focus-ring-color": null;
|
|
2199
|
+
"--hx-pagination-font-family": null;
|
|
2200
|
+
"--hx-pagination-gap": null;
|
|
2201
|
+
"--hx-pagination-hover-bg": null;
|
|
2202
|
+
"--hx-pagination-hover-border-color": null;
|
|
2203
|
+
"--hx-pagination-page-size-label-color": null;
|
|
2204
|
+
};
|
|
2205
|
+
"hx-patient-banner": {
|
|
2206
|
+
"--hx-patient-banner-bg": null;
|
|
2207
|
+
"--hx-patient-banner-border-color": null;
|
|
2208
|
+
"--hx-patient-banner-font-family": null;
|
|
2209
|
+
"--hx-patient-banner-gap": null;
|
|
2210
|
+
"--hx-patient-banner-invalid-accent-color": null;
|
|
2211
|
+
"--hx-patient-banner-invalid-bg": null;
|
|
2212
|
+
"--hx-patient-banner-invalid-border-color": null;
|
|
2213
|
+
"--hx-patient-banner-label-color": null;
|
|
2214
|
+
"--hx-patient-banner-label-font-size": null;
|
|
2215
|
+
"--hx-patient-banner-padding": null;
|
|
2216
|
+
"--hx-patient-banner-photo-bg": null;
|
|
2217
|
+
"--hx-patient-banner-photo-size": null;
|
|
2218
|
+
"--hx-patient-banner-value-color": null;
|
|
2219
|
+
"--hx-patient-banner-value-font-size": null;
|
|
2220
|
+
};
|
|
2221
|
+
"hx-phi-field": {
|
|
2222
|
+
"--hx-phi-field-disabled-opacity": null;
|
|
2223
|
+
"--hx-phi-field-focus-ring-color": null;
|
|
2224
|
+
"--hx-phi-field-font-family": null;
|
|
2225
|
+
"--hx-phi-field-letter-spacing": null;
|
|
2226
|
+
"--hx-phi-field-masked-color": null;
|
|
2227
|
+
"--hx-phi-field-toggle-color": null;
|
|
2228
|
+
"--hx-phi-field-value-color": null;
|
|
2229
|
+
};
|
|
2230
|
+
"hx-popover": {
|
|
2231
|
+
"--hx-popover-arrow-size": null;
|
|
2232
|
+
"--hx-popover-bg": null;
|
|
2233
|
+
"--hx-popover-border-color": null;
|
|
2234
|
+
"--hx-popover-border-radius": null;
|
|
2235
|
+
"--hx-popover-color": null;
|
|
2236
|
+
"--hx-popover-focus-ring-color": null;
|
|
2237
|
+
"--hx-popover-font-family": null;
|
|
2238
|
+
"--hx-popover-font-size": null;
|
|
2239
|
+
"--hx-popover-max-width": null;
|
|
2240
|
+
"--hx-popover-padding": null;
|
|
2241
|
+
"--hx-popover-shadow": null;
|
|
2242
|
+
"--hx-popover-transition-duration": null;
|
|
2243
|
+
"--hx-popover-z-index": null;
|
|
2244
|
+
};
|
|
2245
|
+
"hx-popup": {
|
|
2246
|
+
"--hx-popup-transition": null;
|
|
2247
|
+
"--hx-popup-z-index": null;
|
|
2248
|
+
};
|
|
2249
|
+
"hx-progress-bar": {
|
|
2250
|
+
"--hx-progress-bar-border-radius": null;
|
|
2251
|
+
"--hx-progress-bar-height-lg": null;
|
|
2252
|
+
"--hx-progress-bar-height-md": null;
|
|
2253
|
+
"--hx-progress-bar-height-sm": null;
|
|
2254
|
+
"--hx-progress-bar-indeterminate-duration": null;
|
|
2255
|
+
"--hx-progress-bar-indicator-bg": null;
|
|
2256
|
+
"--hx-progress-bar-label-color": null;
|
|
2257
|
+
"--hx-progress-bar-label-font-family": null;
|
|
2258
|
+
"--hx-progress-bar-label-font-size": null;
|
|
2259
|
+
"--hx-progress-bar-label-font-weight": null;
|
|
2260
|
+
"--hx-progress-bar-track-bg": null;
|
|
2261
|
+
};
|
|
2262
|
+
"hx-progress-ring": {
|
|
2263
|
+
"--hx-progress-ring-font-family": null;
|
|
2264
|
+
"--hx-progress-ring-indicator-color": null;
|
|
2265
|
+
"--hx-progress-ring-label-color": null;
|
|
2266
|
+
"--hx-progress-ring-track-color": null;
|
|
2267
|
+
};
|
|
2268
|
+
"hx-radio-group": {
|
|
2269
|
+
"--hx-radio-group-error-color": null;
|
|
2270
|
+
"--hx-radio-group-font-family": null;
|
|
2271
|
+
"--hx-radio-group-gap": null;
|
|
2272
|
+
"--hx-radio-group-help-text-color": null;
|
|
2273
|
+
"--hx-radio-group-label-color": null;
|
|
2274
|
+
};
|
|
2275
|
+
"hx-rating": {
|
|
2276
|
+
"--hx-rating-color": null;
|
|
2277
|
+
"--hx-rating-empty-color": null;
|
|
2278
|
+
"--hx-rating-gap": null;
|
|
2279
|
+
"--hx-rating-hover-color": null;
|
|
2280
|
+
"--hx-rating-size": null;
|
|
2281
|
+
};
|
|
2282
|
+
"hx-select": {
|
|
2283
|
+
"--hx-select-bg": null;
|
|
2284
|
+
"--hx-select-border-color": null;
|
|
2285
|
+
"--hx-select-border-radius": null;
|
|
2286
|
+
"--hx-select-chevron-color": null;
|
|
2287
|
+
"--hx-select-chevron-size": null;
|
|
2288
|
+
"--hx-select-color": null;
|
|
2289
|
+
"--hx-select-error-color": null;
|
|
2290
|
+
"--hx-select-focus-ring-color": null;
|
|
2291
|
+
"--hx-select-font-family": null;
|
|
2292
|
+
"--hx-select-label-color": null;
|
|
2293
|
+
"--hx-select-listbox-bg": null;
|
|
2294
|
+
"--hx-select-listbox-max-height": null;
|
|
2295
|
+
"--hx-select-listbox-shadow": null;
|
|
2296
|
+
"--hx-select-option-focus-ring-offset": null;
|
|
2297
|
+
"--hx-select-option-hover-bg": null;
|
|
2298
|
+
"--hx-select-option-selected-bg": null;
|
|
2299
|
+
"--hx-select-placeholder-color": null;
|
|
2300
|
+
};
|
|
2301
|
+
"hx-side-nav": {
|
|
2302
|
+
"--hx-side-nav-bg": null;
|
|
2303
|
+
"--hx-side-nav-border-color": null;
|
|
2304
|
+
"--hx-side-nav-collapsed-width": null;
|
|
2305
|
+
"--hx-side-nav-color": null;
|
|
2306
|
+
"--hx-side-nav-focus-ring-color": null;
|
|
2307
|
+
"--hx-side-nav-footer-padding": null;
|
|
2308
|
+
"--hx-side-nav-header-padding": null;
|
|
2309
|
+
"--hx-side-nav-toggle-color": null;
|
|
2310
|
+
"--hx-side-nav-toggle-hover-color": null;
|
|
2311
|
+
"--hx-side-nav-width": null;
|
|
2312
|
+
};
|
|
2313
|
+
"hx-skeleton": {
|
|
2314
|
+
"--hx-skeleton-bg": null;
|
|
2315
|
+
"--hx-skeleton-border-radius-circle": null;
|
|
2316
|
+
"--hx-skeleton-button-radius": null;
|
|
2317
|
+
"--hx-skeleton-duration": null;
|
|
2318
|
+
"--hx-skeleton-rect-radius": null;
|
|
2319
|
+
"--hx-skeleton-shimmer-color": null;
|
|
2320
|
+
"--hx-skeleton-shimmer-width": null;
|
|
2321
|
+
"--hx-skeleton-text-radius": null;
|
|
2322
|
+
};
|
|
2323
|
+
"hx-slider": {
|
|
2324
|
+
"--hx-slider-disabled-fill-bg": null;
|
|
2325
|
+
"--hx-slider-disabled-thumb-border-color": null;
|
|
2326
|
+
"--hx-slider-fill-bg": null;
|
|
2327
|
+
"--hx-slider-focus-ring-color": null;
|
|
2328
|
+
"--hx-slider-font-family": null;
|
|
2329
|
+
"--hx-slider-help-text-color": null;
|
|
2330
|
+
"--hx-slider-input-padding-block": null;
|
|
2331
|
+
"--hx-slider-label-color": null;
|
|
2332
|
+
"--hx-slider-range-label-color": null;
|
|
2333
|
+
"--hx-slider-thumb-bg": null;
|
|
2334
|
+
"--hx-slider-thumb-border-color": null;
|
|
2335
|
+
"--hx-slider-thumb-border-width": null;
|
|
2336
|
+
"--hx-slider-thumb-shadow": null;
|
|
2337
|
+
"--hx-slider-thumb-size-lg": null;
|
|
2338
|
+
"--hx-slider-thumb-size-md": null;
|
|
2339
|
+
"--hx-slider-thumb-size-sm": null;
|
|
2340
|
+
"--hx-slider-tick-color": null;
|
|
2341
|
+
"--hx-slider-track-bg": null;
|
|
2342
|
+
"--hx-slider-track-height-lg": null;
|
|
2343
|
+
"--hx-slider-track-height-md": null;
|
|
2344
|
+
"--hx-slider-track-height-sm": null;
|
|
2345
|
+
"--hx-slider-value-color": null;
|
|
2346
|
+
};
|
|
2347
|
+
"hx-spinner": {
|
|
2348
|
+
"--hx-spinner-color": null;
|
|
2349
|
+
"--hx-spinner-track-color": null;
|
|
2350
|
+
};
|
|
2351
|
+
"hx-split-button": {
|
|
2352
|
+
"--hx-split-button-bg": null;
|
|
2353
|
+
"--hx-split-button-border-color": null;
|
|
2354
|
+
"--hx-split-button-border-radius": null;
|
|
2355
|
+
"--hx-split-button-color": null;
|
|
2356
|
+
"--hx-split-button-divider-color": null;
|
|
2357
|
+
"--hx-split-button-focus-ring-color": null;
|
|
2358
|
+
"--hx-split-button-font-family": null;
|
|
2359
|
+
"--hx-split-button-font-weight": null;
|
|
2360
|
+
"--hx-split-button-menu-bg": null;
|
|
2361
|
+
"--hx-split-button-menu-border-color": null;
|
|
2362
|
+
"--hx-split-button-menu-border-radius": null;
|
|
2363
|
+
"--hx-split-button-menu-max-height": null;
|
|
2364
|
+
"--hx-split-button-menu-shadow": null;
|
|
2365
|
+
};
|
|
2366
|
+
"hx-split-panel": {
|
|
2367
|
+
"--hx-split-panel-btn-icon-size": null;
|
|
2368
|
+
"--hx-split-panel-divider-color": null;
|
|
2369
|
+
"--hx-split-panel-divider-hover-color": null;
|
|
2370
|
+
"--hx-split-panel-divider-size": null;
|
|
2371
|
+
"--hx-split-panel-focus-ring-color": null;
|
|
2372
|
+
};
|
|
2373
|
+
"hx-stat": {
|
|
2374
|
+
"--hx-stat-color": null;
|
|
2375
|
+
"--hx-stat-font-family": null;
|
|
2376
|
+
"--hx-stat-gap": null;
|
|
2377
|
+
"--hx-stat-header-gap": null;
|
|
2378
|
+
"--hx-stat-icon-color": null;
|
|
2379
|
+
"--hx-stat-label-color": null;
|
|
2380
|
+
"--hx-stat-label-font-size-lg": null;
|
|
2381
|
+
"--hx-stat-label-font-size-md": null;
|
|
2382
|
+
"--hx-stat-label-font-size-sm": null;
|
|
2383
|
+
"--hx-stat-trend-down-bg": null;
|
|
2384
|
+
"--hx-stat-trend-down-color": null;
|
|
2385
|
+
"--hx-stat-trend-up-bg": null;
|
|
2386
|
+
"--hx-stat-trend-up-color": null;
|
|
2387
|
+
"--hx-stat-value-color": null;
|
|
2388
|
+
"--hx-stat-value-font-size-lg": null;
|
|
2389
|
+
"--hx-stat-value-font-size-md": null;
|
|
2390
|
+
"--hx-stat-value-font-size-sm": null;
|
|
2391
|
+
"--hx-stat-value-font-weight": null;
|
|
2392
|
+
};
|
|
2393
|
+
"hx-status-indicator": {
|
|
2394
|
+
"--hx-status-indicator-color-away": null;
|
|
2395
|
+
"--hx-status-indicator-color-busy": null;
|
|
2396
|
+
"--hx-status-indicator-color-default": null;
|
|
2397
|
+
"--hx-status-indicator-color-offline": null;
|
|
2398
|
+
"--hx-status-indicator-color-online": null;
|
|
2399
|
+
"--hx-status-indicator-color-unknown": null;
|
|
2400
|
+
"--hx-status-indicator-label-color": null;
|
|
2401
|
+
"--hx-status-indicator-label-font-size": null;
|
|
2402
|
+
"--hx-status-indicator-pulse-color": null;
|
|
2403
|
+
"--hx-status-indicator-pulse-duration": null;
|
|
2404
|
+
"--hx-status-indicator-pulse-scale": null;
|
|
2405
|
+
"--hx-status-indicator-size-lg": null;
|
|
2406
|
+
"--hx-status-indicator-size-md": null;
|
|
2407
|
+
"--hx-status-indicator-size-sm": null;
|
|
2408
|
+
};
|
|
2409
|
+
"hx-steps": {
|
|
2410
|
+
"--hx-steps-active-bg": null;
|
|
2411
|
+
"--hx-steps-active-border-color": null;
|
|
2412
|
+
"--hx-steps-active-color": null;
|
|
2413
|
+
"--hx-steps-active-label-color": null;
|
|
2414
|
+
"--hx-steps-complete-bg": null;
|
|
2415
|
+
"--hx-steps-complete-border-color": null;
|
|
2416
|
+
"--hx-steps-complete-color": null;
|
|
2417
|
+
"--hx-steps-complete-label-color": null;
|
|
2418
|
+
"--hx-steps-connector-color": null;
|
|
2419
|
+
"--hx-steps-connector-complete-color": null;
|
|
2420
|
+
"--hx-steps-connector-thickness": null;
|
|
2421
|
+
"--hx-steps-description-color": null;
|
|
2422
|
+
"--hx-steps-description-font-size": null;
|
|
2423
|
+
"--hx-steps-disabled-bg": null;
|
|
2424
|
+
"--hx-steps-disabled-border-color": null;
|
|
2425
|
+
"--hx-steps-disabled-color": null;
|
|
2426
|
+
"--hx-steps-error-bg": null;
|
|
2427
|
+
"--hx-steps-error-border-color": null;
|
|
2428
|
+
"--hx-steps-error-color": null;
|
|
2429
|
+
"--hx-steps-error-label-color": null;
|
|
2430
|
+
"--hx-steps-focus-ring-color": null;
|
|
2431
|
+
"--hx-steps-font-family": null;
|
|
2432
|
+
"--hx-steps-indicator-bg": null;
|
|
2433
|
+
"--hx-steps-indicator-border-color": null;
|
|
2434
|
+
"--hx-steps-indicator-color": null;
|
|
2435
|
+
"--hx-steps-indicator-font-size": null;
|
|
2436
|
+
"--hx-steps-indicator-icon-size": null;
|
|
2437
|
+
"--hx-steps-indicator-size": null;
|
|
2438
|
+
"--hx-steps-item-flex": null;
|
|
2439
|
+
"--hx-steps-item-width": null;
|
|
2440
|
+
"--hx-steps-label-color": null;
|
|
2441
|
+
"--hx-steps-label-font-size": null;
|
|
2442
|
+
};
|
|
2443
|
+
"hx-structured-list": {
|
|
2444
|
+
"--hx-structured-list-border-color": null;
|
|
2445
|
+
"--hx-structured-list-border-width": null;
|
|
2446
|
+
"--hx-structured-list-condensed-padding-block": null;
|
|
2447
|
+
"--hx-structured-list-condensed-padding-inline": null;
|
|
2448
|
+
"--hx-structured-list-label-color": null;
|
|
2449
|
+
"--hx-structured-list-padding-block": null;
|
|
2450
|
+
"--hx-structured-list-padding-inline": null;
|
|
2451
|
+
"--hx-structured-list-stripe-bg": null;
|
|
2452
|
+
"--hx-structured-list-value-color": null;
|
|
2453
|
+
};
|
|
2454
|
+
"hx-switch": {
|
|
2455
|
+
"--hx-switch-error-color": null;
|
|
2456
|
+
"--hx-switch-focus-ring-color": null;
|
|
2457
|
+
"--hx-switch-font-family": null;
|
|
2458
|
+
"--hx-switch-help-text-color": null;
|
|
2459
|
+
"--hx-switch-label-color": null;
|
|
2460
|
+
"--hx-switch-thumb-bg": null;
|
|
2461
|
+
"--hx-switch-thumb-offset": null;
|
|
2462
|
+
"--hx-switch-thumb-shadow": null;
|
|
2463
|
+
"--hx-switch-thumb-size-lg": null;
|
|
2464
|
+
"--hx-switch-thumb-size-md": null;
|
|
2465
|
+
"--hx-switch-thumb-size-sm": null;
|
|
2466
|
+
"--hx-switch-track-bg": null;
|
|
2467
|
+
"--hx-switch-track-checked-bg": null;
|
|
2468
|
+
"--hx-switch-track-checked-hover-bg": null;
|
|
2469
|
+
"--hx-switch-track-height-lg": null;
|
|
2470
|
+
"--hx-switch-track-height-md": null;
|
|
2471
|
+
"--hx-switch-track-height-sm": null;
|
|
2472
|
+
"--hx-switch-track-hover-bg": null;
|
|
2473
|
+
"--hx-switch-track-width-lg": null;
|
|
2474
|
+
"--hx-switch-track-width-md": null;
|
|
2475
|
+
"--hx-switch-track-width-sm": null;
|
|
2476
|
+
};
|
|
2477
|
+
"hx-table": {
|
|
2478
|
+
"--hx-table-font-family": null;
|
|
2479
|
+
"--hx-table-header-bg": null;
|
|
2480
|
+
"--hx-table-header-color": null;
|
|
2481
|
+
"--hx-table-row-hover-bg": null;
|
|
2482
|
+
"--hx-table-stripe-bg": null;
|
|
2483
|
+
};
|
|
2484
|
+
"hx-tabs": {
|
|
2485
|
+
"--hx-tabs-border-color": null;
|
|
2486
|
+
"--hx-tabs-border-width": null;
|
|
2487
|
+
"--hx-tabs-focus-ring-color": null;
|
|
2488
|
+
"--hx-tabs-font-family": null;
|
|
2489
|
+
"--hx-tabs-gap": null;
|
|
2490
|
+
"--hx-tabs-indicator-color": null;
|
|
2491
|
+
"--hx-tabs-indicator-size": null;
|
|
2492
|
+
"--hx-tabs-panel-color": null;
|
|
2493
|
+
"--hx-tabs-panel-padding": null;
|
|
2494
|
+
"--hx-tabs-tab-active-color": null;
|
|
2495
|
+
"--hx-tabs-tab-active-font-weight": null;
|
|
2496
|
+
"--hx-tabs-tab-color": null;
|
|
2497
|
+
"--hx-tabs-tab-disabled-color": null;
|
|
2498
|
+
"--hx-tabs-tab-font-family": null;
|
|
2499
|
+
"--hx-tabs-tab-font-size": null;
|
|
2500
|
+
"--hx-tabs-tab-font-weight": null;
|
|
2501
|
+
"--hx-tabs-tab-hover-bg": null;
|
|
2502
|
+
"--hx-tabs-tab-hover-color": null;
|
|
2503
|
+
"--hx-tabs-tab-padding-x": null;
|
|
2504
|
+
"--hx-tabs-tab-padding-y": null;
|
|
2505
|
+
"--hx-tabs-vertical-width": null;
|
|
2506
|
+
};
|
|
2507
|
+
"hx-tag": {
|
|
2508
|
+
"--hx-tag-bg": null;
|
|
2509
|
+
"--hx-tag-border-color": null;
|
|
2510
|
+
"--hx-tag-border-radius": null;
|
|
2511
|
+
"--hx-tag-border-radius-pill": null;
|
|
2512
|
+
"--hx-tag-color": null;
|
|
2513
|
+
"--hx-tag-danger-bg": null;
|
|
2514
|
+
"--hx-tag-danger-border-color": null;
|
|
2515
|
+
"--hx-tag-danger-color": null;
|
|
2516
|
+
"--hx-tag-default-bg": null;
|
|
2517
|
+
"--hx-tag-default-border-color": null;
|
|
2518
|
+
"--hx-tag-default-color": null;
|
|
2519
|
+
"--hx-tag-font-family": null;
|
|
2520
|
+
"--hx-tag-font-size": null;
|
|
2521
|
+
"--hx-tag-font-weight": null;
|
|
2522
|
+
"--hx-tag-padding-x": null;
|
|
2523
|
+
"--hx-tag-padding-y": null;
|
|
2524
|
+
"--hx-tag-primary-bg": null;
|
|
2525
|
+
"--hx-tag-primary-border-color": null;
|
|
2526
|
+
"--hx-tag-primary-color": null;
|
|
2527
|
+
"--hx-tag-success-bg": null;
|
|
2528
|
+
"--hx-tag-success-border-color": null;
|
|
2529
|
+
"--hx-tag-success-color": null;
|
|
2530
|
+
"--hx-tag-warning-bg": null;
|
|
2531
|
+
"--hx-tag-warning-border-color": null;
|
|
2532
|
+
"--hx-tag-warning-color": null;
|
|
2533
|
+
};
|
|
2534
|
+
"hx-text": {
|
|
2535
|
+
"--hx-text-color": null;
|
|
2536
|
+
"--hx-text-danger-color": null;
|
|
2537
|
+
"--hx-text-default-color": null;
|
|
2538
|
+
"--hx-text-disabled-color": null;
|
|
2539
|
+
"--hx-text-font-family": null;
|
|
2540
|
+
"--hx-text-font-size": null;
|
|
2541
|
+
"--hx-text-font-weight": null;
|
|
2542
|
+
"--hx-text-inverse-color": null;
|
|
2543
|
+
"--hx-text-letter-spacing": null;
|
|
2544
|
+
"--hx-text-line-height": null;
|
|
2545
|
+
"--hx-text-sm": null;
|
|
2546
|
+
"--hx-text-subtle-color": null;
|
|
2547
|
+
"--hx-text-success-color": null;
|
|
2548
|
+
"--hx-text-warning-color": null;
|
|
2549
|
+
};
|
|
2550
|
+
"hx-text-input": {
|
|
2551
|
+
"--hx-text-input-bg": null;
|
|
2552
|
+
"--hx-text-input-border-color": null;
|
|
2553
|
+
"--hx-text-input-border-color-focus": null;
|
|
2554
|
+
"--hx-text-input-border-color-hover": null;
|
|
2555
|
+
"--hx-text-input-border-color-invalid": null;
|
|
2556
|
+
"--hx-text-input-border-radius": null;
|
|
2557
|
+
"--hx-text-input-border-width": null;
|
|
2558
|
+
"--hx-text-input-color": null;
|
|
2559
|
+
"--hx-text-input-disabled-bg": null;
|
|
2560
|
+
"--hx-text-input-disabled-color": null;
|
|
2561
|
+
"--hx-text-input-error-color": null;
|
|
2562
|
+
"--hx-text-input-focus-ring-color": null;
|
|
2563
|
+
"--hx-text-input-focus-ring-offset": null;
|
|
2564
|
+
"--hx-text-input-focus-ring-width": null;
|
|
2565
|
+
"--hx-text-input-font-family": null;
|
|
2566
|
+
"--hx-text-input-font-size": null;
|
|
2567
|
+
"--hx-text-input-help-text-color": null;
|
|
2568
|
+
"--hx-text-input-label-color": null;
|
|
2569
|
+
"--hx-text-input-lg-font-size": null;
|
|
2570
|
+
"--hx-text-input-padding-x": null;
|
|
2571
|
+
"--hx-text-input-padding-y": null;
|
|
2572
|
+
"--hx-text-input-placeholder-color": null;
|
|
2573
|
+
"--hx-text-input-sm-font-size": null;
|
|
2574
|
+
};
|
|
2575
|
+
"hx-textarea": {
|
|
2576
|
+
"--hx-textarea-bg": null;
|
|
2577
|
+
"--hx-textarea-border-color": null;
|
|
2578
|
+
"--hx-textarea-border-color-focus": null;
|
|
2579
|
+
"--hx-textarea-border-color-invalid": null;
|
|
2580
|
+
"--hx-textarea-border-radius": null;
|
|
2581
|
+
"--hx-textarea-color": null;
|
|
2582
|
+
"--hx-textarea-counter-color": null;
|
|
2583
|
+
"--hx-textarea-error-color": null;
|
|
2584
|
+
"--hx-textarea-font-family": null;
|
|
2585
|
+
"--hx-textarea-font-size": null;
|
|
2586
|
+
"--hx-textarea-help-text-color": null;
|
|
2587
|
+
"--hx-textarea-label-color": null;
|
|
2588
|
+
"--hx-textarea-min-height": null;
|
|
2589
|
+
"--hx-textarea-padding-x": null;
|
|
2590
|
+
"--hx-textarea-padding-y": null;
|
|
2591
|
+
"--hx-textarea-placeholder-color": null;
|
|
2592
|
+
};
|
|
2593
|
+
"hx-time-picker": {
|
|
2594
|
+
"--hx-time-picker-bg": null;
|
|
2595
|
+
"--hx-time-picker-border-color": null;
|
|
2596
|
+
"--hx-time-picker-border-radius": null;
|
|
2597
|
+
"--hx-time-picker-chevron-color": null;
|
|
2598
|
+
"--hx-time-picker-color": null;
|
|
2599
|
+
"--hx-time-picker-error-color": null;
|
|
2600
|
+
"--hx-time-picker-focus-ring-color": null;
|
|
2601
|
+
"--hx-time-picker-font-family": null;
|
|
2602
|
+
"--hx-time-picker-label-color": null;
|
|
2603
|
+
"--hx-time-picker-listbox-bg": null;
|
|
2604
|
+
"--hx-time-picker-listbox-max-height": null;
|
|
2605
|
+
"--hx-time-picker-listbox-shadow": null;
|
|
2606
|
+
"--hx-time-picker-option-color": null;
|
|
2607
|
+
"--hx-time-picker-option-hover-bg": null;
|
|
2608
|
+
"--hx-time-picker-option-hover-color": null;
|
|
2609
|
+
"--hx-time-picker-option-selected-bg": null;
|
|
2610
|
+
"--hx-time-picker-option-selected-color": null;
|
|
2611
|
+
};
|
|
2612
|
+
"hx-toast": {
|
|
2613
|
+
"--hx-toast-bg": null;
|
|
2614
|
+
"--hx-toast-border-radius": null;
|
|
2615
|
+
"--hx-toast-color": null;
|
|
2616
|
+
"--hx-toast-enter-translate": null;
|
|
2617
|
+
"--hx-toast-font-family": null;
|
|
2618
|
+
"--hx-toast-shadow": null;
|
|
2619
|
+
"--hx-toast-width": null;
|
|
2620
|
+
};
|
|
2621
|
+
"hx-toggle-button": {
|
|
2622
|
+
"--hx-toggle-button-bg": null;
|
|
2623
|
+
"--hx-toggle-button-border-color": null;
|
|
2624
|
+
"--hx-toggle-button-border-radius": null;
|
|
2625
|
+
"--hx-toggle-button-color": null;
|
|
2626
|
+
"--hx-toggle-button-focus-ring-color": null;
|
|
2627
|
+
"--hx-toggle-button-font-family": null;
|
|
2628
|
+
"--hx-toggle-button-font-weight": null;
|
|
2629
|
+
"--hx-toggle-button-pressed-bg": null;
|
|
2630
|
+
"--hx-toggle-button-pressed-color": null;
|
|
2631
|
+
};
|
|
2632
|
+
"hx-tooltip": {
|
|
2633
|
+
"--hx-tooltip-arrow-size": null;
|
|
2634
|
+
"--hx-tooltip-bg": null;
|
|
2635
|
+
"--hx-tooltip-border-radius": null;
|
|
2636
|
+
"--hx-tooltip-color": null;
|
|
2637
|
+
"--hx-tooltip-font-family": null;
|
|
2638
|
+
"--hx-tooltip-font-size": null;
|
|
2639
|
+
"--hx-tooltip-max-width": null;
|
|
2640
|
+
"--hx-tooltip-padding": null;
|
|
2641
|
+
"--hx-tooltip-shadow": null;
|
|
2642
|
+
"--hx-tooltip-transition-duration": null;
|
|
2643
|
+
"--hx-tooltip-z-index": null;
|
|
2644
|
+
};
|
|
2645
|
+
"hx-top-nav": {
|
|
2646
|
+
"--hx-top-nav-bg": null;
|
|
2647
|
+
"--hx-top-nav-border-color": null;
|
|
2648
|
+
"--hx-top-nav-color": null;
|
|
2649
|
+
"--hx-top-nav-focus-ring-color": null;
|
|
2650
|
+
"--hx-top-nav-font-family": null;
|
|
2651
|
+
"--hx-top-nav-height": null;
|
|
2652
|
+
"--hx-top-nav-padding-x": null;
|
|
2653
|
+
"--hx-top-nav-toggle-color": null;
|
|
2654
|
+
"--hx-top-nav-toggle-hover-bg": null;
|
|
2655
|
+
"--hx-top-nav-z-index": null;
|
|
2656
|
+
};
|
|
2657
|
+
};
|
|
1426
2658
|
};
|
|
1427
2659
|
/** Flattened array of all light-mode token entries with metadata */
|
|
1428
2660
|
export declare const tokenEntries: TokenEntry[];
|