@helixui/tokens 3.0.0-next.71 → 3.0.0-next.72

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 CHANGED
@@ -298,9 +298,11 @@ export declare const tokens: {
298
298
  };
299
299
  secondary: {
300
300
  value: string;
301
+ description: string;
301
302
  };
302
303
  muted: {
303
304
  value: string;
305
+ description: string;
304
306
  };
305
307
  placeholder: {
306
308
  value: string;
@@ -314,21 +316,26 @@ export declare const tokens: {
314
316
  };
315
317
  "on-primary": {
316
318
  value: string;
319
+ description: string;
317
320
  };
318
321
  "on-secondary": {
319
322
  value: string;
323
+ description: string;
320
324
  };
321
325
  "on-error": {
322
326
  value: string;
327
+ description: string;
323
328
  };
324
329
  "on-success": {
325
330
  value: string;
331
+ description: string;
326
332
  };
327
333
  "on-warning": {
328
334
  value: string;
329
335
  };
330
336
  "on-info": {
331
337
  value: string;
338
+ description: string;
332
339
  };
333
340
  link: {
334
341
  value: string;
@@ -1107,9 +1114,11 @@ export declare const tokens: {
1107
1114
  };
1108
1115
  placeholder: {
1109
1116
  value: string;
1117
+ description: string;
1110
1118
  };
1111
1119
  disabled: {
1112
1120
  value: string;
1121
+ description: string;
1113
1122
  };
1114
1123
  inverse: {
1115
1124
  value: string;
@@ -1456,6 +1465,978 @@ export declare const tokens: {
1456
1465
  };
1457
1466
  };
1458
1467
  };
1468
+ component: {
1469
+ _comment: string;
1470
+ "hx-accordion": {
1471
+ "--hx-accordion-border-color": null;
1472
+ "--hx-accordion-border-radius": null;
1473
+ "--hx-accordion-content-color": null;
1474
+ "--hx-accordion-content-padding": null;
1475
+ "--hx-accordion-font-family": null;
1476
+ "--hx-accordion-icon-color": null;
1477
+ "--hx-accordion-icon-size": null;
1478
+ "--hx-accordion-item-font-family": null;
1479
+ "--hx-accordion-trigger-bg": null;
1480
+ "--hx-accordion-trigger-color": null;
1481
+ "--hx-accordion-trigger-hover-bg": null;
1482
+ "--hx-accordion-trigger-padding": null;
1483
+ };
1484
+ "hx-action-bar": {
1485
+ "--hx-action-bar-bg": null;
1486
+ "--hx-action-bar-border": null;
1487
+ "--hx-action-bar-border-radius": null;
1488
+ "--hx-action-bar-gap": null;
1489
+ "--hx-action-bar-padding": null;
1490
+ "--hx-action-bar-padding-block-end": null;
1491
+ "--hx-action-bar-padding-block-start": null;
1492
+ "--hx-action-bar-z-index": null;
1493
+ };
1494
+ "hx-alert": {
1495
+ "--hx-alert-accent-width": null;
1496
+ "--hx-alert-bg": null;
1497
+ "--hx-alert-border-color": null;
1498
+ "--hx-alert-border-radius": null;
1499
+ "--hx-alert-border-width": null;
1500
+ "--hx-alert-close-btn-focus-ring-color": null;
1501
+ "--hx-alert-color": null;
1502
+ "--hx-alert-font-family": null;
1503
+ "--hx-alert-gap": null;
1504
+ "--hx-alert-icon-color": null;
1505
+ "--hx-alert-padding": null;
1506
+ };
1507
+ "hx-avatar": {
1508
+ "--hx-avatar-bg": null;
1509
+ "--hx-avatar-border-radius": null;
1510
+ "--hx-avatar-color": null;
1511
+ "--hx-avatar-font-family": null;
1512
+ "--hx-avatar-font-size": null;
1513
+ "--hx-avatar-size": null;
1514
+ };
1515
+ "hx-badge": {
1516
+ "--hx-badge-bg": null;
1517
+ "--hx-badge-border-radius": null;
1518
+ "--hx-badge-color": null;
1519
+ "--hx-badge-dot-size": null;
1520
+ "--hx-badge-error-bg": null;
1521
+ "--hx-badge-error-color": null;
1522
+ "--hx-badge-font-family": null;
1523
+ "--hx-badge-font-size": null;
1524
+ "--hx-badge-font-weight": null;
1525
+ "--hx-badge-info-bg": null;
1526
+ "--hx-badge-info-color": null;
1527
+ "--hx-badge-neutral-bg": null;
1528
+ "--hx-badge-neutral-color": null;
1529
+ "--hx-badge-padding-x": null;
1530
+ "--hx-badge-padding-y": null;
1531
+ "--hx-badge-primary-bg": null;
1532
+ "--hx-badge-primary-color": null;
1533
+ "--hx-badge-pulse-color": null;
1534
+ "--hx-badge-pulse-color-internal": null;
1535
+ "--hx-badge-pulse-duration": null;
1536
+ "--hx-badge-pulse-easing": null;
1537
+ "--hx-badge-secondary-bg": null;
1538
+ "--hx-badge-secondary-color": null;
1539
+ "--hx-badge-success-bg": null;
1540
+ "--hx-badge-success-color": null;
1541
+ "--hx-badge-warning-bg": null;
1542
+ "--hx-badge-warning-color": null;
1543
+ };
1544
+ "hx-banner": {
1545
+ "--hx-banner-action-color": null;
1546
+ "--hx-banner-action-focus-ring-color": null;
1547
+ "--hx-banner-bg": null;
1548
+ "--hx-banner-border-color": null;
1549
+ "--hx-banner-border-width": null;
1550
+ "--hx-banner-close-btn-focus-ring-color": null;
1551
+ "--hx-banner-color": null;
1552
+ "--hx-banner-font-family": null;
1553
+ "--hx-banner-gap": null;
1554
+ "--hx-banner-icon-color": null;
1555
+ "--hx-banner-padding": null;
1556
+ "--hx-banner-position": null;
1557
+ "--hx-banner-z-index": null;
1558
+ };
1559
+ "hx-breadcrumb": {
1560
+ "--hx-breadcrumb-font-family": null;
1561
+ "--hx-breadcrumb-font-size": null;
1562
+ "--hx-breadcrumb-item-max-width": null;
1563
+ "--hx-breadcrumb-link-color": null;
1564
+ "--hx-breadcrumb-link-focus-ring-color": null;
1565
+ "--hx-breadcrumb-link-hover-color": null;
1566
+ "--hx-breadcrumb-separator-color": null;
1567
+ "--hx-breadcrumb-separator-content": null;
1568
+ "--hx-breadcrumb-separator-gap": null;
1569
+ "--hx-breadcrumb-text-color": null;
1570
+ };
1571
+ "hx-button": {
1572
+ "--hx-button-bg": null;
1573
+ "--hx-button-border-color": null;
1574
+ "--hx-button-border-radius": null;
1575
+ "--hx-button-color": null;
1576
+ "--hx-button-focus-ring-color": null;
1577
+ "--hx-button-font-family": null;
1578
+ "--hx-button-font-weight": null;
1579
+ "--hx-button-hover-bg": null;
1580
+ "--hx-button-inverted-color": null;
1581
+ "--hx-button-inverted-focus-ring-color": null;
1582
+ "--hx-button-inverted-ghost-hover-bg": null;
1583
+ };
1584
+ "hx-button-group": {
1585
+ "--hx-button-group-border-radius": null;
1586
+ "--hx-button-group-divider-offset": null;
1587
+ "--hx-button-group-focus-z-index": null;
1588
+ "--hx-button-group-focus-z-index-hc": null;
1589
+ };
1590
+ "hx-card": {
1591
+ "--hx-card-bg": null;
1592
+ "--hx-card-body-color": null;
1593
+ "--hx-card-border-color": null;
1594
+ "--hx-card-border-radius": null;
1595
+ "--hx-card-color": null;
1596
+ "--hx-card-featured-border-color": null;
1597
+ "--hx-card-featured-border-width": null;
1598
+ "--hx-card-focus-ring-color": null;
1599
+ "--hx-card-font-family": null;
1600
+ "--hx-card-gap": null;
1601
+ "--hx-card-image-aspect-ratio": null;
1602
+ "--hx-card-padding": null;
1603
+ "--hx-card-shadow": null;
1604
+ "--hx-card-shadow-floating": null;
1605
+ "--hx-card-shadow-hover": null;
1606
+ };
1607
+ "hx-carousel": {
1608
+ "--hx-carousel-focus-ring-color": null;
1609
+ "--hx-carousel-nav-btn-bg": null;
1610
+ "--hx-carousel-nav-btn-border-color": null;
1611
+ "--hx-carousel-nav-btn-color": null;
1612
+ "--hx-carousel-nav-btn-hover-bg": null;
1613
+ "--hx-carousel-nav-btn-hover-border-color": null;
1614
+ "--hx-carousel-nav-btn-size": null;
1615
+ "--hx-carousel-pagination-dot-active-bg": null;
1616
+ "--hx-carousel-pagination-dot-bg": null;
1617
+ "--hx-carousel-pagination-dot-size": null;
1618
+ "--hx-carousel-play-pause-color": null;
1619
+ "--hx-carousel-play-pause-hover-bg": null;
1620
+ };
1621
+ "hx-checkbox": {
1622
+ "--hx-checkbox-bg": null;
1623
+ "--hx-checkbox-border-color": null;
1624
+ "--hx-checkbox-border-radius": null;
1625
+ "--hx-checkbox-checked-bg": null;
1626
+ "--hx-checkbox-checked-border-color": null;
1627
+ "--hx-checkbox-checkmark-color": null;
1628
+ "--hx-checkbox-error-color": null;
1629
+ "--hx-checkbox-focus-ring-color": null;
1630
+ "--hx-checkbox-focus-ring-offset": null;
1631
+ "--hx-checkbox-focus-ring-width": null;
1632
+ "--hx-checkbox-font-family": null;
1633
+ "--hx-checkbox-help-text-color": null;
1634
+ "--hx-checkbox-hover-border-color": null;
1635
+ "--hx-checkbox-label-color": null;
1636
+ "--hx-checkbox-size": null;
1637
+ };
1638
+ "hx-checkbox-group": {
1639
+ "--hx-checkbox-group-error-color": null;
1640
+ "--hx-checkbox-group-font-family": null;
1641
+ "--hx-checkbox-group-gap": null;
1642
+ "--hx-checkbox-group-help-text-color": null;
1643
+ "--hx-checkbox-group-label-color": null;
1644
+ };
1645
+ "hx-clinical-status": {
1646
+ "--hx-clinical-status-accent-color": null;
1647
+ "--hx-clinical-status-accent-width": null;
1648
+ "--hx-clinical-status-bg": null;
1649
+ "--hx-clinical-status-border-color": null;
1650
+ "--hx-clinical-status-border-radius": null;
1651
+ "--hx-clinical-status-border-width": null;
1652
+ "--hx-clinical-status-color": null;
1653
+ "--hx-clinical-status-compact-padding": null;
1654
+ "--hx-clinical-status-emergent-accent-width": null;
1655
+ "--hx-clinical-status-font-family": null;
1656
+ "--hx-clinical-status-gap": null;
1657
+ "--hx-clinical-status-icon-color": null;
1658
+ "--hx-clinical-status-padding": null;
1659
+ };
1660
+ "hx-code-snippet": {
1661
+ "--hx-code-snippet-bg": null;
1662
+ "--hx-code-snippet-border-radius": null;
1663
+ "--hx-code-snippet-color": null;
1664
+ "--hx-code-snippet-font-family": null;
1665
+ "--hx-code-snippet-font-size": null;
1666
+ "--hx-code-snippet-inline-bg": null;
1667
+ "--hx-code-snippet-inline-color": null;
1668
+ "--hx-code-snippet-inline-padding-x": null;
1669
+ "--hx-code-snippet-inline-padding-y": null;
1670
+ "--hx-code-snippet-line-number-color": null;
1671
+ "--hx-code-snippet-padding": null;
1672
+ "--hx-code-snippet-tab-size": null;
1673
+ };
1674
+ "hx-color-picker": {
1675
+ "--hx-color-picker-focus-ring-color": null;
1676
+ "--hx-color-picker-grid-height": null;
1677
+ "--hx-color-picker-panel-shadow": null;
1678
+ "--hx-color-picker-swatch-border": null;
1679
+ "--hx-color-picker-swatch-border-hover": null;
1680
+ "--hx-color-picker-thumb-border": null;
1681
+ "--hx-color-picker-thumb-shadow": null;
1682
+ "--hx-color-picker-trigger-hover-border-color": null;
1683
+ "--hx-color-picker-width": null;
1684
+ "--hx-color-picker-z-index": null;
1685
+ };
1686
+ "hx-combobox": {
1687
+ "--hx-combobox-bg": null;
1688
+ "--hx-combobox-border-color": null;
1689
+ "--hx-combobox-border-radius": null;
1690
+ "--hx-combobox-chip-bg": null;
1691
+ "--hx-combobox-chip-color": null;
1692
+ "--hx-combobox-chip-remove-hover-bg": null;
1693
+ "--hx-combobox-color": null;
1694
+ "--hx-combobox-error-color": null;
1695
+ "--hx-combobox-focus-ring-color": null;
1696
+ "--hx-combobox-font-family": null;
1697
+ "--hx-combobox-label-color": null;
1698
+ "--hx-combobox-listbox-bg": null;
1699
+ "--hx-combobox-listbox-max-height": null;
1700
+ "--hx-combobox-listbox-shadow": null;
1701
+ "--hx-combobox-option-focus-ring-offset": null;
1702
+ "--hx-combobox-option-hover-bg": null;
1703
+ "--hx-combobox-option-selected-bg": null;
1704
+ };
1705
+ "hx-container": {
1706
+ "--hx-container-bg": null;
1707
+ "--hx-container-gutter": null;
1708
+ "--hx-container-max-width": null;
1709
+ };
1710
+ "hx-copy-button": {
1711
+ "--hx-copy-button-bg": null;
1712
+ "--hx-copy-button-border-color": null;
1713
+ "--hx-copy-button-border-radius": null;
1714
+ "--hx-copy-button-color": null;
1715
+ "--hx-copy-button-copied-border-color": null;
1716
+ "--hx-copy-button-copied-color": null;
1717
+ "--hx-copy-button-focus-ring-color": null;
1718
+ "--hx-copy-button-font-family": null;
1719
+ };
1720
+ "hx-counter": {
1721
+ "--hx-counter-color": null;
1722
+ "--hx-counter-font-family": null;
1723
+ "--hx-counter-font-size-lg": null;
1724
+ "--hx-counter-font-size-md": null;
1725
+ "--hx-counter-font-size-sm": null;
1726
+ "--hx-counter-font-weight": null;
1727
+ };
1728
+ "hx-data-table": {
1729
+ "--hx-data-table-border-color": null;
1730
+ "--hx-data-table-cell-color": null;
1731
+ "--hx-data-table-checkbox-accent-color": null;
1732
+ "--hx-data-table-empty-color": null;
1733
+ "--hx-data-table-focus-ring-color": null;
1734
+ "--hx-data-table-font-family": null;
1735
+ "--hx-data-table-header-bg": null;
1736
+ "--hx-data-table-header-color": null;
1737
+ "--hx-data-table-min-width": null;
1738
+ "--hx-data-table-row-hover-bg": null;
1739
+ "--hx-data-table-row-selected-bg": null;
1740
+ "--hx-data-table-shimmer-duration": null;
1741
+ "--hx-data-table-sort-icon-active-color": null;
1742
+ };
1743
+ "hx-date-picker": {
1744
+ "--hx-date-picker-bg": null;
1745
+ "--hx-date-picker-border-color": null;
1746
+ "--hx-date-picker-border-radius": null;
1747
+ "--hx-date-picker-calendar-bg": null;
1748
+ "--hx-date-picker-calendar-border-color": null;
1749
+ "--hx-date-picker-calendar-border-radius": null;
1750
+ "--hx-date-picker-calendar-min-width": null;
1751
+ "--hx-date-picker-calendar-shadow": null;
1752
+ "--hx-date-picker-color": null;
1753
+ "--hx-date-picker-day-hover-bg": null;
1754
+ "--hx-date-picker-error-color": null;
1755
+ "--hx-date-picker-focus-ring-color": null;
1756
+ "--hx-date-picker-font-family": null;
1757
+ "--hx-date-picker-label-color": null;
1758
+ "--hx-date-picker-selected-bg": null;
1759
+ "--hx-date-picker-selected-color": null;
1760
+ "--hx-date-picker-selected-hover-bg": null;
1761
+ "--hx-date-picker-today-color": null;
1762
+ "--hx-date-picker-trigger-color": null;
1763
+ "--hx-date-picker-trigger-hover-color": null;
1764
+ };
1765
+ "hx-dialog": {
1766
+ "--hx-dialog-backdrop-color": null;
1767
+ "--hx-dialog-backdrop-opacity": null;
1768
+ "--hx-dialog-bg": null;
1769
+ "--hx-dialog-body-padding": null;
1770
+ "--hx-dialog-border-radius": null;
1771
+ "--hx-dialog-close-btn-color": null;
1772
+ "--hx-dialog-close-btn-focus-ring-color": null;
1773
+ "--hx-dialog-close-btn-hover-bg": null;
1774
+ "--hx-dialog-close-btn-hover-color": null;
1775
+ "--hx-dialog-color": null;
1776
+ "--hx-dialog-font-family": null;
1777
+ "--hx-dialog-footer-border-color": null;
1778
+ "--hx-dialog-footer-padding": null;
1779
+ "--hx-dialog-header-border-color": null;
1780
+ "--hx-dialog-header-padding": null;
1781
+ "--hx-dialog-heading-color": null;
1782
+ "--hx-dialog-shadow": null;
1783
+ "--hx-dialog-width": null;
1784
+ };
1785
+ "hx-divider": {
1786
+ "--hx-divider-label-color": null;
1787
+ "--hx-divider-label-font-size": null;
1788
+ "--hx-divider-label-gap": null;
1789
+ };
1790
+ "hx-drawer": {
1791
+ "--hx-drawer-backdrop-color": null;
1792
+ "--hx-drawer-backdrop-opacity": null;
1793
+ "--hx-drawer-bg": null;
1794
+ "--hx-drawer-body-padding": null;
1795
+ "--hx-drawer-close-btn-color": null;
1796
+ "--hx-drawer-close-btn-focus-ring-color": null;
1797
+ "--hx-drawer-close-btn-hover-bg": null;
1798
+ "--hx-drawer-close-btn-hover-color": null;
1799
+ "--hx-drawer-color": null;
1800
+ "--hx-drawer-font-family": null;
1801
+ "--hx-drawer-footer-border-color": null;
1802
+ "--hx-drawer-footer-padding": null;
1803
+ "--hx-drawer-header-border-color": null;
1804
+ "--hx-drawer-header-padding": null;
1805
+ "--hx-drawer-shadow": null;
1806
+ "--hx-drawer-size-md": null;
1807
+ "--hx-drawer-title-color": null;
1808
+ };
1809
+ "hx-dropdown": {
1810
+ "--hx-dropdown-panel-bg": null;
1811
+ "--hx-dropdown-panel-border-color": null;
1812
+ "--hx-dropdown-panel-border-radius": null;
1813
+ "--hx-dropdown-panel-min-width": null;
1814
+ "--hx-dropdown-panel-shadow": null;
1815
+ "--hx-dropdown-panel-z-index": null;
1816
+ };
1817
+ "hx-field": {
1818
+ "--hx-field-error-color": null;
1819
+ "--hx-field-font-family": null;
1820
+ "--hx-field-gap": null;
1821
+ "--hx-field-help-text-color": null;
1822
+ };
1823
+ "hx-field-label": {
1824
+ "--hx-field-label-color": null;
1825
+ "--hx-field-label-required-color": null;
1826
+ };
1827
+ "hx-file-upload": {
1828
+ "--hx-file-upload-dropzone-active-bg": null;
1829
+ "--hx-file-upload-dropzone-bg": null;
1830
+ "--hx-file-upload-dropzone-border-color": null;
1831
+ "--hx-file-upload-dropzone-border-radius": null;
1832
+ "--hx-file-upload-error-color": null;
1833
+ "--hx-file-upload-focus-ring-color": null;
1834
+ "--hx-file-upload-font-family": null;
1835
+ "--hx-file-upload-progress-color": null;
1836
+ "--hx-file-upload-progress-height": null;
1837
+ };
1838
+ "hx-help-text": {
1839
+ "--hx-help-text-color": null;
1840
+ "--hx-help-text-font-family": null;
1841
+ "--hx-help-text-font-size": null;
1842
+ "--hx-help-text-font-weight": null;
1843
+ "--hx-help-text-icon-gap": null;
1844
+ "--hx-help-text-line-height": null;
1845
+ };
1846
+ "hx-icon": {
1847
+ "--hx-icon-color": null;
1848
+ "--hx-icon-size": null;
1849
+ };
1850
+ "hx-icon-button": {
1851
+ "--hx-icon-button-bg": null;
1852
+ "--hx-icon-button-border-color": null;
1853
+ "--hx-icon-button-border-radius": null;
1854
+ "--hx-icon-button-color": null;
1855
+ "--hx-icon-button-focus-ring-color": null;
1856
+ "--hx-icon-button-size": null;
1857
+ };
1858
+ "hx-image": {
1859
+ "--hx-image-aspect-ratio": null;
1860
+ "--hx-image-border-radius": null;
1861
+ "--hx-image-caption-color": null;
1862
+ "--hx-image-caption-font-size": null;
1863
+ "--hx-image-caption-padding": null;
1864
+ "--hx-image-fallback-bg": null;
1865
+ "--hx-image-fallback-color": null;
1866
+ "--hx-image-fallback-min-height": null;
1867
+ "--hx-image-object-fit": null;
1868
+ };
1869
+ "hx-link": {
1870
+ "--hx-link-color": null;
1871
+ "--hx-link-color-active": null;
1872
+ "--hx-link-color-danger": null;
1873
+ "--hx-link-color-danger-hover": null;
1874
+ "--hx-link-color-disabled": null;
1875
+ "--hx-link-color-hover": null;
1876
+ "--hx-link-color-subtle": null;
1877
+ "--hx-link-focus-ring-color": null;
1878
+ "--hx-link-font-family": null;
1879
+ "--hx-link-text-decoration": null;
1880
+ "--hx-link-text-decoration-hover": null;
1881
+ "--hx-link-underline-offset": null;
1882
+ };
1883
+ "hx-list": {
1884
+ "--hx-list-divider-color": null;
1885
+ "--hx-list-gap": null;
1886
+ "--hx-list-item-bg-hover": null;
1887
+ "--hx-list-item-bg-selected": null;
1888
+ "--hx-list-item-color": null;
1889
+ "--hx-list-item-color-selected": null;
1890
+ "--hx-list-item-description-color": null;
1891
+ "--hx-list-item-font-family": null;
1892
+ "--hx-list-item-padding": null;
1893
+ };
1894
+ "hx-menu": {
1895
+ "--hx-menu-bg": null;
1896
+ "--hx-menu-border-color": null;
1897
+ "--hx-menu-border-radius": null;
1898
+ "--hx-menu-divider-color": null;
1899
+ "--hx-menu-item-color": null;
1900
+ "--hx-menu-item-focus-ring-color": null;
1901
+ "--hx-menu-item-focus-ring-offset": null;
1902
+ "--hx-menu-item-font-family": null;
1903
+ "--hx-menu-item-hover-bg": null;
1904
+ "--hx-menu-max-height": null;
1905
+ "--hx-menu-min-width": null;
1906
+ "--hx-menu-shadow": null;
1907
+ };
1908
+ "hx-meter": {
1909
+ "--hx-meter-color-danger": null;
1910
+ "--hx-meter-color-optimum": null;
1911
+ "--hx-meter-color-warning": null;
1912
+ "--hx-meter-font-family": null;
1913
+ "--hx-meter-indicator-color": null;
1914
+ "--hx-meter-label-color": null;
1915
+ "--hx-meter-track-color": null;
1916
+ "--hx-meter-track-height": null;
1917
+ "--hx-meter-track-radius": null;
1918
+ };
1919
+ "hx-nav": {
1920
+ "--hx-nav-bg": null;
1921
+ "--hx-nav-border-radius": null;
1922
+ "--hx-nav-color": null;
1923
+ "--hx-nav-focus-ring-color": null;
1924
+ "--hx-nav-font-family": null;
1925
+ "--hx-nav-font-size": null;
1926
+ "--hx-nav-item-active-bg": null;
1927
+ "--hx-nav-item-active-color": null;
1928
+ "--hx-nav-item-active-hover-bg": null;
1929
+ "--hx-nav-item-color": null;
1930
+ "--hx-nav-item-focus-ring-color": null;
1931
+ "--hx-nav-item-font-family": null;
1932
+ "--hx-nav-item-host-bg": null;
1933
+ "--hx-nav-item-hover-bg": null;
1934
+ "--hx-nav-item-hover-color": null;
1935
+ "--hx-nav-item-padding": null;
1936
+ "--hx-nav-link-active-bg": null;
1937
+ "--hx-nav-link-active-color": null;
1938
+ "--hx-nav-link-color": null;
1939
+ "--hx-nav-link-hover-bg": null;
1940
+ "--hx-nav-link-hover-color": null;
1941
+ "--hx-nav-padding": null;
1942
+ "--hx-nav-shadow": null;
1943
+ "--hx-nav-submenu-bg": null;
1944
+ "--hx-nav-submenu-min-width": null;
1945
+ };
1946
+ "hx-number-input": {
1947
+ "--hx-number-input-bg": null;
1948
+ "--hx-number-input-border-color": null;
1949
+ "--hx-number-input-border-radius": null;
1950
+ "--hx-number-input-color": null;
1951
+ "--hx-number-input-error-color": null;
1952
+ "--hx-number-input-focus-ring-color": null;
1953
+ "--hx-number-input-font-family": null;
1954
+ "--hx-number-input-icon-size": null;
1955
+ "--hx-number-input-label-color": null;
1956
+ };
1957
+ "hx-overflow-menu": {
1958
+ "--hx-overflow-menu-button-color": null;
1959
+ "--hx-overflow-menu-focus-ring-color": null;
1960
+ "--hx-overflow-menu-item-color": null;
1961
+ "--hx-overflow-menu-item-hover-bg": null;
1962
+ "--hx-overflow-menu-panel-bg": null;
1963
+ "--hx-overflow-menu-panel-border": null;
1964
+ "--hx-overflow-menu-panel-border-radius": null;
1965
+ "--hx-overflow-menu-panel-min-width": null;
1966
+ "--hx-overflow-menu-panel-shadow": null;
1967
+ "--hx-overflow-menu-panel-z-index": null;
1968
+ "--hx-overflow-menu-trigger-hover-bg": null;
1969
+ "--hx-overflow-menu-trigger-open-bg": null;
1970
+ };
1971
+ "hx-pagination": {
1972
+ "--hx-pagination-active-bg": null;
1973
+ "--hx-pagination-active-border-color": null;
1974
+ "--hx-pagination-active-color": null;
1975
+ "--hx-pagination-bg": null;
1976
+ "--hx-pagination-border-color": null;
1977
+ "--hx-pagination-border-radius": null;
1978
+ "--hx-pagination-button-size": null;
1979
+ "--hx-pagination-color": null;
1980
+ "--hx-pagination-ellipsis-color": null;
1981
+ "--hx-pagination-focus-ring-color": null;
1982
+ "--hx-pagination-font-family": null;
1983
+ "--hx-pagination-gap": null;
1984
+ "--hx-pagination-hover-bg": null;
1985
+ "--hx-pagination-hover-border-color": null;
1986
+ "--hx-pagination-page-size-label-color": null;
1987
+ };
1988
+ "hx-patient-banner": {
1989
+ "--hx-patient-banner-bg": null;
1990
+ "--hx-patient-banner-border-color": null;
1991
+ "--hx-patient-banner-font-family": null;
1992
+ "--hx-patient-banner-gap": null;
1993
+ "--hx-patient-banner-invalid-accent-color": null;
1994
+ "--hx-patient-banner-invalid-bg": null;
1995
+ "--hx-patient-banner-invalid-border-color": null;
1996
+ "--hx-patient-banner-label-color": null;
1997
+ "--hx-patient-banner-label-font-size": null;
1998
+ "--hx-patient-banner-padding": null;
1999
+ "--hx-patient-banner-photo-bg": null;
2000
+ "--hx-patient-banner-photo-size": null;
2001
+ "--hx-patient-banner-value-color": null;
2002
+ "--hx-patient-banner-value-font-size": null;
2003
+ };
2004
+ "hx-phi-field": {
2005
+ "--hx-phi-field-disabled-opacity": null;
2006
+ "--hx-phi-field-focus-ring-color": null;
2007
+ "--hx-phi-field-font-family": null;
2008
+ "--hx-phi-field-letter-spacing": null;
2009
+ "--hx-phi-field-masked-color": null;
2010
+ "--hx-phi-field-toggle-color": null;
2011
+ "--hx-phi-field-value-color": null;
2012
+ };
2013
+ "hx-popover": {
2014
+ "--hx-popover-arrow-size": null;
2015
+ "--hx-popover-bg": null;
2016
+ "--hx-popover-border-color": null;
2017
+ "--hx-popover-border-radius": null;
2018
+ "--hx-popover-color": null;
2019
+ "--hx-popover-focus-ring-color": null;
2020
+ "--hx-popover-font-family": null;
2021
+ "--hx-popover-font-size": null;
2022
+ "--hx-popover-max-width": null;
2023
+ "--hx-popover-padding": null;
2024
+ "--hx-popover-shadow": null;
2025
+ "--hx-popover-transition-duration": null;
2026
+ "--hx-popover-z-index": null;
2027
+ };
2028
+ "hx-popup": {
2029
+ "--hx-popup-transition": null;
2030
+ "--hx-popup-z-index": null;
2031
+ };
2032
+ "hx-progress-bar": {
2033
+ "--hx-progress-bar-border-radius": null;
2034
+ "--hx-progress-bar-height-lg": null;
2035
+ "--hx-progress-bar-height-md": null;
2036
+ "--hx-progress-bar-height-sm": null;
2037
+ "--hx-progress-bar-indeterminate-duration": null;
2038
+ "--hx-progress-bar-indicator-bg": null;
2039
+ "--hx-progress-bar-label-color": null;
2040
+ "--hx-progress-bar-label-font-family": null;
2041
+ "--hx-progress-bar-label-font-size": null;
2042
+ "--hx-progress-bar-label-font-weight": null;
2043
+ "--hx-progress-bar-track-bg": null;
2044
+ };
2045
+ "hx-progress-ring": {
2046
+ "--hx-progress-ring-font-family": null;
2047
+ "--hx-progress-ring-indicator-color": null;
2048
+ "--hx-progress-ring-label-color": null;
2049
+ "--hx-progress-ring-track-color": null;
2050
+ };
2051
+ "hx-radio-group": {
2052
+ "--hx-radio-group-error-color": null;
2053
+ "--hx-radio-group-font-family": null;
2054
+ "--hx-radio-group-gap": null;
2055
+ "--hx-radio-group-help-text-color": null;
2056
+ "--hx-radio-group-label-color": null;
2057
+ };
2058
+ "hx-rating": {
2059
+ "--hx-rating-color": null;
2060
+ "--hx-rating-empty-color": null;
2061
+ "--hx-rating-gap": null;
2062
+ "--hx-rating-hover-color": null;
2063
+ "--hx-rating-size": null;
2064
+ };
2065
+ "hx-select": {
2066
+ "--hx-select-bg": null;
2067
+ "--hx-select-border-color": null;
2068
+ "--hx-select-border-radius": null;
2069
+ "--hx-select-chevron-color": null;
2070
+ "--hx-select-chevron-size": null;
2071
+ "--hx-select-color": null;
2072
+ "--hx-select-error-color": null;
2073
+ "--hx-select-focus-ring-color": null;
2074
+ "--hx-select-font-family": null;
2075
+ "--hx-select-label-color": null;
2076
+ "--hx-select-listbox-bg": null;
2077
+ "--hx-select-listbox-max-height": null;
2078
+ "--hx-select-listbox-shadow": null;
2079
+ "--hx-select-option-focus-ring-offset": null;
2080
+ "--hx-select-option-hover-bg": null;
2081
+ "--hx-select-option-selected-bg": null;
2082
+ "--hx-select-placeholder-color": null;
2083
+ };
2084
+ "hx-side-nav": {
2085
+ "--hx-side-nav-bg": null;
2086
+ "--hx-side-nav-border-color": null;
2087
+ "--hx-side-nav-collapsed-width": null;
2088
+ "--hx-side-nav-color": null;
2089
+ "--hx-side-nav-focus-ring-color": null;
2090
+ "--hx-side-nav-footer-padding": null;
2091
+ "--hx-side-nav-header-padding": null;
2092
+ "--hx-side-nav-toggle-color": null;
2093
+ "--hx-side-nav-width": null;
2094
+ };
2095
+ "hx-skeleton": {
2096
+ "--hx-skeleton-bg": null;
2097
+ "--hx-skeleton-border-radius-circle": null;
2098
+ "--hx-skeleton-button-radius": null;
2099
+ "--hx-skeleton-duration": null;
2100
+ "--hx-skeleton-rect-radius": null;
2101
+ "--hx-skeleton-shimmer-color": null;
2102
+ "--hx-skeleton-shimmer-width": null;
2103
+ "--hx-skeleton-text-radius": null;
2104
+ };
2105
+ "hx-slider": {
2106
+ "--hx-slider-disabled-fill-bg": null;
2107
+ "--hx-slider-disabled-thumb-border-color": null;
2108
+ "--hx-slider-fill-bg": null;
2109
+ "--hx-slider-focus-ring-color": null;
2110
+ "--hx-slider-font-family": null;
2111
+ "--hx-slider-help-text-color": null;
2112
+ "--hx-slider-input-padding-block": null;
2113
+ "--hx-slider-label-color": null;
2114
+ "--hx-slider-range-label-color": null;
2115
+ "--hx-slider-thumb-bg": null;
2116
+ "--hx-slider-thumb-border-color": null;
2117
+ "--hx-slider-thumb-border-width": null;
2118
+ "--hx-slider-thumb-shadow": null;
2119
+ "--hx-slider-thumb-size-lg": null;
2120
+ "--hx-slider-thumb-size-md": null;
2121
+ "--hx-slider-thumb-size-sm": null;
2122
+ "--hx-slider-tick-color": null;
2123
+ "--hx-slider-track-bg": null;
2124
+ "--hx-slider-track-height-lg": null;
2125
+ "--hx-slider-track-height-md": null;
2126
+ "--hx-slider-track-height-sm": null;
2127
+ "--hx-slider-value-color": null;
2128
+ };
2129
+ "hx-spinner": {
2130
+ "--hx-spinner-color": null;
2131
+ "--hx-spinner-track-color": null;
2132
+ };
2133
+ "hx-split-button": {
2134
+ "--hx-split-button-bg": null;
2135
+ "--hx-split-button-border-color": null;
2136
+ "--hx-split-button-border-radius": null;
2137
+ "--hx-split-button-color": null;
2138
+ "--hx-split-button-divider-color": null;
2139
+ "--hx-split-button-focus-ring-color": null;
2140
+ "--hx-split-button-font-family": null;
2141
+ "--hx-split-button-font-weight": null;
2142
+ "--hx-split-button-menu-bg": null;
2143
+ "--hx-split-button-menu-border-color": null;
2144
+ "--hx-split-button-menu-border-radius": null;
2145
+ "--hx-split-button-menu-max-height": null;
2146
+ "--hx-split-button-menu-shadow": null;
2147
+ };
2148
+ "hx-split-panel": {
2149
+ "--hx-split-panel-btn-icon-size": null;
2150
+ "--hx-split-panel-divider-color": null;
2151
+ "--hx-split-panel-divider-hover-color": null;
2152
+ "--hx-split-panel-divider-size": null;
2153
+ "--hx-split-panel-focus-ring-color": null;
2154
+ };
2155
+ "hx-stat": {
2156
+ "--hx-stat-color": null;
2157
+ "--hx-stat-font-family": null;
2158
+ "--hx-stat-gap": null;
2159
+ "--hx-stat-header-gap": null;
2160
+ "--hx-stat-icon-color": null;
2161
+ "--hx-stat-label-color": null;
2162
+ "--hx-stat-label-font-size-lg": null;
2163
+ "--hx-stat-label-font-size-md": null;
2164
+ "--hx-stat-label-font-size-sm": null;
2165
+ "--hx-stat-trend-down-bg": null;
2166
+ "--hx-stat-trend-down-color": null;
2167
+ "--hx-stat-trend-up-bg": null;
2168
+ "--hx-stat-trend-up-color": null;
2169
+ "--hx-stat-value-color": null;
2170
+ "--hx-stat-value-font-size-lg": null;
2171
+ "--hx-stat-value-font-size-md": null;
2172
+ "--hx-stat-value-font-size-sm": null;
2173
+ "--hx-stat-value-font-weight": null;
2174
+ };
2175
+ "hx-status-indicator": {
2176
+ "--hx-status-indicator-color-away": null;
2177
+ "--hx-status-indicator-color-busy": null;
2178
+ "--hx-status-indicator-color-default": null;
2179
+ "--hx-status-indicator-color-offline": null;
2180
+ "--hx-status-indicator-color-online": null;
2181
+ "--hx-status-indicator-color-unknown": null;
2182
+ "--hx-status-indicator-label-color": null;
2183
+ "--hx-status-indicator-label-font-size": null;
2184
+ "--hx-status-indicator-pulse-color": null;
2185
+ "--hx-status-indicator-pulse-duration": null;
2186
+ "--hx-status-indicator-pulse-scale": null;
2187
+ "--hx-status-indicator-size-lg": null;
2188
+ "--hx-status-indicator-size-md": null;
2189
+ "--hx-status-indicator-size-sm": null;
2190
+ };
2191
+ "hx-steps": {
2192
+ "--hx-steps-active-bg": null;
2193
+ "--hx-steps-active-border-color": null;
2194
+ "--hx-steps-active-color": null;
2195
+ "--hx-steps-active-label-color": null;
2196
+ "--hx-steps-complete-bg": null;
2197
+ "--hx-steps-complete-border-color": null;
2198
+ "--hx-steps-complete-color": null;
2199
+ "--hx-steps-complete-label-color": null;
2200
+ "--hx-steps-connector-color": null;
2201
+ "--hx-steps-connector-complete-color": null;
2202
+ "--hx-steps-connector-thickness": null;
2203
+ "--hx-steps-description-color": null;
2204
+ "--hx-steps-description-font-size": null;
2205
+ "--hx-steps-disabled-bg": null;
2206
+ "--hx-steps-disabled-border-color": null;
2207
+ "--hx-steps-disabled-color": null;
2208
+ "--hx-steps-error-bg": null;
2209
+ "--hx-steps-error-border-color": null;
2210
+ "--hx-steps-error-color": null;
2211
+ "--hx-steps-error-label-color": null;
2212
+ "--hx-steps-focus-ring-color": null;
2213
+ "--hx-steps-font-family": null;
2214
+ "--hx-steps-indicator-bg": null;
2215
+ "--hx-steps-indicator-border-color": null;
2216
+ "--hx-steps-indicator-color": null;
2217
+ "--hx-steps-indicator-font-size": null;
2218
+ "--hx-steps-indicator-icon-size": null;
2219
+ "--hx-steps-indicator-size": null;
2220
+ "--hx-steps-item-flex": null;
2221
+ "--hx-steps-item-width": null;
2222
+ "--hx-steps-label-color": null;
2223
+ "--hx-steps-label-font-size": null;
2224
+ };
2225
+ "hx-structured-list": {
2226
+ "--hx-structured-list-border-color": null;
2227
+ "--hx-structured-list-border-width": null;
2228
+ "--hx-structured-list-condensed-padding-block": null;
2229
+ "--hx-structured-list-condensed-padding-inline": null;
2230
+ "--hx-structured-list-label-color": null;
2231
+ "--hx-structured-list-padding-block": null;
2232
+ "--hx-structured-list-padding-inline": null;
2233
+ "--hx-structured-list-stripe-bg": null;
2234
+ "--hx-structured-list-value-color": null;
2235
+ };
2236
+ "hx-switch": {
2237
+ "--hx-switch-error-color": null;
2238
+ "--hx-switch-focus-ring-color": null;
2239
+ "--hx-switch-font-family": null;
2240
+ "--hx-switch-help-text-color": null;
2241
+ "--hx-switch-label-color": null;
2242
+ "--hx-switch-thumb-bg": null;
2243
+ "--hx-switch-thumb-offset": null;
2244
+ "--hx-switch-thumb-shadow": null;
2245
+ "--hx-switch-thumb-size-lg": null;
2246
+ "--hx-switch-thumb-size-md": null;
2247
+ "--hx-switch-thumb-size-sm": null;
2248
+ "--hx-switch-track-bg": null;
2249
+ "--hx-switch-track-checked-bg": null;
2250
+ "--hx-switch-track-checked-hover-bg": null;
2251
+ "--hx-switch-track-height-lg": null;
2252
+ "--hx-switch-track-height-md": null;
2253
+ "--hx-switch-track-height-sm": null;
2254
+ "--hx-switch-track-hover-bg": null;
2255
+ "--hx-switch-track-width-lg": null;
2256
+ "--hx-switch-track-width-md": null;
2257
+ "--hx-switch-track-width-sm": null;
2258
+ };
2259
+ "hx-table": {
2260
+ "--hx-table-font-family": null;
2261
+ "--hx-table-header-bg": null;
2262
+ "--hx-table-header-color": null;
2263
+ "--hx-table-row-hover-bg": null;
2264
+ "--hx-table-stripe-bg": null;
2265
+ };
2266
+ "hx-tabs": {
2267
+ "--hx-tabs-border-color": null;
2268
+ "--hx-tabs-border-width": null;
2269
+ "--hx-tabs-focus-ring-color": null;
2270
+ "--hx-tabs-font-family": null;
2271
+ "--hx-tabs-gap": null;
2272
+ "--hx-tabs-indicator-color": null;
2273
+ "--hx-tabs-indicator-size": null;
2274
+ "--hx-tabs-panel-color": null;
2275
+ "--hx-tabs-panel-padding": null;
2276
+ "--hx-tabs-tab-active-color": null;
2277
+ "--hx-tabs-tab-active-font-weight": null;
2278
+ "--hx-tabs-tab-color": null;
2279
+ "--hx-tabs-tab-disabled-color": null;
2280
+ "--hx-tabs-tab-font-family": null;
2281
+ "--hx-tabs-tab-font-size": null;
2282
+ "--hx-tabs-tab-font-weight": null;
2283
+ "--hx-tabs-tab-hover-bg": null;
2284
+ "--hx-tabs-tab-hover-color": null;
2285
+ "--hx-tabs-tab-padding-x": null;
2286
+ "--hx-tabs-tab-padding-y": null;
2287
+ "--hx-tabs-vertical-width": null;
2288
+ };
2289
+ "hx-tag": {
2290
+ "--hx-tag-bg": null;
2291
+ "--hx-tag-border-color": null;
2292
+ "--hx-tag-border-radius": null;
2293
+ "--hx-tag-border-radius-pill": null;
2294
+ "--hx-tag-color": null;
2295
+ "--hx-tag-danger-bg": null;
2296
+ "--hx-tag-danger-border-color": null;
2297
+ "--hx-tag-danger-color": null;
2298
+ "--hx-tag-default-bg": null;
2299
+ "--hx-tag-default-border-color": null;
2300
+ "--hx-tag-default-color": null;
2301
+ "--hx-tag-font-family": null;
2302
+ "--hx-tag-font-size": null;
2303
+ "--hx-tag-font-weight": null;
2304
+ "--hx-tag-padding-x": null;
2305
+ "--hx-tag-padding-y": null;
2306
+ "--hx-tag-primary-bg": null;
2307
+ "--hx-tag-primary-border-color": null;
2308
+ "--hx-tag-primary-color": null;
2309
+ "--hx-tag-success-bg": null;
2310
+ "--hx-tag-success-border-color": null;
2311
+ "--hx-tag-success-color": null;
2312
+ "--hx-tag-warning-bg": null;
2313
+ "--hx-tag-warning-border-color": null;
2314
+ "--hx-tag-warning-color": null;
2315
+ };
2316
+ "hx-text": {
2317
+ "--hx-text-color": null;
2318
+ "--hx-text-danger-color": null;
2319
+ "--hx-text-default-color": null;
2320
+ "--hx-text-disabled-color": null;
2321
+ "--hx-text-font-family": null;
2322
+ "--hx-text-font-size": null;
2323
+ "--hx-text-font-weight": null;
2324
+ "--hx-text-inverse-color": null;
2325
+ "--hx-text-letter-spacing": null;
2326
+ "--hx-text-line-height": null;
2327
+ "--hx-text-sm": null;
2328
+ "--hx-text-subtle-color": null;
2329
+ "--hx-text-success-color": null;
2330
+ "--hx-text-warning-color": null;
2331
+ };
2332
+ "hx-text-input": {
2333
+ "--hx-text-input-bg": null;
2334
+ "--hx-text-input-border-color": null;
2335
+ "--hx-text-input-border-color-focus": null;
2336
+ "--hx-text-input-border-color-hover": null;
2337
+ "--hx-text-input-border-color-invalid": null;
2338
+ "--hx-text-input-border-radius": null;
2339
+ "--hx-text-input-border-width": null;
2340
+ "--hx-text-input-color": null;
2341
+ "--hx-text-input-disabled-bg": null;
2342
+ "--hx-text-input-disabled-color": null;
2343
+ "--hx-text-input-error-color": null;
2344
+ "--hx-text-input-focus-ring-color": null;
2345
+ "--hx-text-input-focus-ring-offset": null;
2346
+ "--hx-text-input-focus-ring-width": null;
2347
+ "--hx-text-input-font-family": null;
2348
+ "--hx-text-input-font-size": null;
2349
+ "--hx-text-input-help-text-color": null;
2350
+ "--hx-text-input-label-color": null;
2351
+ "--hx-text-input-lg-font-size": null;
2352
+ "--hx-text-input-padding-x": null;
2353
+ "--hx-text-input-padding-y": null;
2354
+ "--hx-text-input-placeholder-color": null;
2355
+ "--hx-text-input-sm-font-size": null;
2356
+ };
2357
+ "hx-textarea": {
2358
+ "--hx-textarea-bg": null;
2359
+ "--hx-textarea-border-color": null;
2360
+ "--hx-textarea-border-color-focus": null;
2361
+ "--hx-textarea-border-color-invalid": null;
2362
+ "--hx-textarea-border-radius": null;
2363
+ "--hx-textarea-color": null;
2364
+ "--hx-textarea-counter-color": null;
2365
+ "--hx-textarea-error-color": null;
2366
+ "--hx-textarea-font-family": null;
2367
+ "--hx-textarea-font-size": null;
2368
+ "--hx-textarea-help-text-color": null;
2369
+ "--hx-textarea-label-color": null;
2370
+ "--hx-textarea-min-height": null;
2371
+ "--hx-textarea-padding-x": null;
2372
+ "--hx-textarea-padding-y": null;
2373
+ "--hx-textarea-placeholder-color": null;
2374
+ };
2375
+ "hx-time-picker": {
2376
+ "--hx-time-picker-bg": null;
2377
+ "--hx-time-picker-border-color": null;
2378
+ "--hx-time-picker-border-radius": null;
2379
+ "--hx-time-picker-chevron-color": null;
2380
+ "--hx-time-picker-color": null;
2381
+ "--hx-time-picker-error-color": null;
2382
+ "--hx-time-picker-focus-ring-color": null;
2383
+ "--hx-time-picker-font-family": null;
2384
+ "--hx-time-picker-label-color": null;
2385
+ "--hx-time-picker-listbox-bg": null;
2386
+ "--hx-time-picker-listbox-max-height": null;
2387
+ "--hx-time-picker-listbox-shadow": null;
2388
+ "--hx-time-picker-option-color": null;
2389
+ "--hx-time-picker-option-hover-bg": null;
2390
+ "--hx-time-picker-option-hover-color": null;
2391
+ "--hx-time-picker-option-selected-bg": null;
2392
+ "--hx-time-picker-option-selected-color": null;
2393
+ };
2394
+ "hx-toast": {
2395
+ "--hx-toast-bg": null;
2396
+ "--hx-toast-border-radius": null;
2397
+ "--hx-toast-color": null;
2398
+ "--hx-toast-enter-translate": null;
2399
+ "--hx-toast-font-family": null;
2400
+ "--hx-toast-shadow": null;
2401
+ "--hx-toast-width": null;
2402
+ };
2403
+ "hx-toggle-button": {
2404
+ "--hx-toggle-button-bg": null;
2405
+ "--hx-toggle-button-border-color": null;
2406
+ "--hx-toggle-button-border-radius": null;
2407
+ "--hx-toggle-button-color": null;
2408
+ "--hx-toggle-button-focus-ring-color": null;
2409
+ "--hx-toggle-button-font-family": null;
2410
+ "--hx-toggle-button-font-weight": null;
2411
+ "--hx-toggle-button-pressed-bg": null;
2412
+ "--hx-toggle-button-pressed-color": null;
2413
+ };
2414
+ "hx-tooltip": {
2415
+ "--hx-tooltip-arrow-size": null;
2416
+ "--hx-tooltip-bg": null;
2417
+ "--hx-tooltip-border-radius": null;
2418
+ "--hx-tooltip-color": null;
2419
+ "--hx-tooltip-font-family": null;
2420
+ "--hx-tooltip-font-size": null;
2421
+ "--hx-tooltip-max-width": null;
2422
+ "--hx-tooltip-padding": null;
2423
+ "--hx-tooltip-shadow": null;
2424
+ "--hx-tooltip-transition-duration": null;
2425
+ "--hx-tooltip-z-index": null;
2426
+ };
2427
+ "hx-top-nav": {
2428
+ "--hx-top-nav-bg": null;
2429
+ "--hx-top-nav-border-color": null;
2430
+ "--hx-top-nav-color": null;
2431
+ "--hx-top-nav-focus-ring-color": null;
2432
+ "--hx-top-nav-font-family": null;
2433
+ "--hx-top-nav-height": null;
2434
+ "--hx-top-nav-padding-x": null;
2435
+ "--hx-top-nav-toggle-color": null;
2436
+ "--hx-top-nav-toggle-hover-bg": null;
2437
+ "--hx-top-nav-z-index": null;
2438
+ };
2439
+ };
1459
2440
  };
1460
2441
  /** Flattened array of all light-mode token entries with metadata */
1461
2442
  export declare const tokenEntries: TokenEntry[];