@helpwave/hightide 0.1.24 → 0.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/dist/components/date/DatePicker.js +48 -53
  2. package/dist/components/date/DatePicker.js.map +1 -1
  3. package/dist/components/date/DatePicker.mjs +48 -53
  4. package/dist/components/date/DatePicker.mjs.map +1 -1
  5. package/dist/components/date/YearMonthPicker.js +26 -29
  6. package/dist/components/date/YearMonthPicker.js.map +1 -1
  7. package/dist/components/date/YearMonthPicker.mjs +26 -29
  8. package/dist/components/date/YearMonthPicker.mjs.map +1 -1
  9. package/dist/components/dialogs/ConfirmDialog.js +40 -43
  10. package/dist/components/dialogs/ConfirmDialog.js.map +1 -1
  11. package/dist/components/dialogs/ConfirmDialog.mjs +40 -43
  12. package/dist/components/dialogs/ConfirmDialog.mjs.map +1 -1
  13. package/dist/components/layout-and-navigation/Carousel.js +40 -43
  14. package/dist/components/layout-and-navigation/Carousel.js.map +1 -1
  15. package/dist/components/layout-and-navigation/Carousel.mjs +40 -43
  16. package/dist/components/layout-and-navigation/Carousel.mjs.map +1 -1
  17. package/dist/components/layout-and-navigation/Overlay.js +40 -43
  18. package/dist/components/layout-and-navigation/Overlay.js.map +1 -1
  19. package/dist/components/layout-and-navigation/Overlay.mjs +40 -43
  20. package/dist/components/layout-and-navigation/Overlay.mjs.map +1 -1
  21. package/dist/components/layout-and-navigation/Pagination.js +40 -43
  22. package/dist/components/layout-and-navigation/Pagination.js.map +1 -1
  23. package/dist/components/layout-and-navigation/Pagination.mjs +40 -43
  24. package/dist/components/layout-and-navigation/Pagination.mjs.map +1 -1
  25. package/dist/components/layout-and-navigation/SearchableList.js +40 -43
  26. package/dist/components/layout-and-navigation/SearchableList.js.map +1 -1
  27. package/dist/components/layout-and-navigation/SearchableList.mjs +40 -43
  28. package/dist/components/layout-and-navigation/SearchableList.mjs.map +1 -1
  29. package/dist/components/layout-and-navigation/StepperBar.js +26 -29
  30. package/dist/components/layout-and-navigation/StepperBar.js.map +1 -1
  31. package/dist/components/layout-and-navigation/StepperBar.mjs +26 -29
  32. package/dist/components/layout-and-navigation/StepperBar.mjs.map +1 -1
  33. package/dist/components/loading-states/LoadingButton.js +26 -29
  34. package/dist/components/loading-states/LoadingButton.js.map +1 -1
  35. package/dist/components/loading-states/LoadingButton.mjs +26 -29
  36. package/dist/components/loading-states/LoadingButton.mjs.map +1 -1
  37. package/dist/components/modals/ConfirmModal.js +40 -43
  38. package/dist/components/modals/ConfirmModal.js.map +1 -1
  39. package/dist/components/modals/ConfirmModal.mjs +40 -43
  40. package/dist/components/modals/ConfirmModal.mjs.map +1 -1
  41. package/dist/components/modals/DiscardChangesModal.js +40 -43
  42. package/dist/components/modals/DiscardChangesModal.js.map +1 -1
  43. package/dist/components/modals/DiscardChangesModal.mjs +40 -43
  44. package/dist/components/modals/DiscardChangesModal.mjs.map +1 -1
  45. package/dist/components/modals/InputModal.js +40 -43
  46. package/dist/components/modals/InputModal.js.map +1 -1
  47. package/dist/components/modals/InputModal.mjs +40 -43
  48. package/dist/components/modals/InputModal.mjs.map +1 -1
  49. package/dist/components/modals/LanguageModal.js +43 -49
  50. package/dist/components/modals/LanguageModal.js.map +1 -1
  51. package/dist/components/modals/LanguageModal.mjs +43 -49
  52. package/dist/components/modals/LanguageModal.mjs.map +1 -1
  53. package/dist/components/modals/ThemeModal.js +43 -49
  54. package/dist/components/modals/ThemeModal.js.map +1 -1
  55. package/dist/components/modals/ThemeModal.mjs +43 -49
  56. package/dist/components/modals/ThemeModal.mjs.map +1 -1
  57. package/dist/components/properties/CheckboxProperty.js +96 -75
  58. package/dist/components/properties/CheckboxProperty.js.map +1 -1
  59. package/dist/components/properties/CheckboxProperty.mjs +96 -75
  60. package/dist/components/properties/CheckboxProperty.mjs.map +1 -1
  61. package/dist/components/properties/DateProperty.js +48 -53
  62. package/dist/components/properties/DateProperty.js.map +1 -1
  63. package/dist/components/properties/DateProperty.mjs +48 -53
  64. package/dist/components/properties/DateProperty.mjs.map +1 -1
  65. package/dist/components/properties/MultiSelectProperty.js +114 -93
  66. package/dist/components/properties/MultiSelectProperty.js.map +1 -1
  67. package/dist/components/properties/MultiSelectProperty.mjs +114 -93
  68. package/dist/components/properties/MultiSelectProperty.mjs.map +1 -1
  69. package/dist/components/properties/NumberProperty.js +48 -53
  70. package/dist/components/properties/NumberProperty.js.map +1 -1
  71. package/dist/components/properties/NumberProperty.mjs +48 -53
  72. package/dist/components/properties/NumberProperty.mjs.map +1 -1
  73. package/dist/components/properties/PropertyBase.js +48 -53
  74. package/dist/components/properties/PropertyBase.js.map +1 -1
  75. package/dist/components/properties/PropertyBase.mjs +48 -53
  76. package/dist/components/properties/PropertyBase.mjs.map +1 -1
  77. package/dist/components/properties/SelectProperty.js +65 -73
  78. package/dist/components/properties/SelectProperty.js.map +1 -1
  79. package/dist/components/properties/SelectProperty.mjs +65 -73
  80. package/dist/components/properties/SelectProperty.mjs.map +1 -1
  81. package/dist/components/properties/TextProperty.js +51 -56
  82. package/dist/components/properties/TextProperty.js.map +1 -1
  83. package/dist/components/properties/TextProperty.mjs +51 -56
  84. package/dist/components/properties/TextProperty.mjs.map +1 -1
  85. package/dist/components/table/Table.js +88 -65
  86. package/dist/components/table/Table.js.map +1 -1
  87. package/dist/components/table/Table.mjs +88 -65
  88. package/dist/components/table/Table.mjs.map +1 -1
  89. package/dist/components/table/TableFilterButton.js +40 -43
  90. package/dist/components/table/TableFilterButton.js.map +1 -1
  91. package/dist/components/table/TableFilterButton.mjs +40 -43
  92. package/dist/components/table/TableFilterButton.mjs.map +1 -1
  93. package/dist/components/table/TableSortButton.js +40 -43
  94. package/dist/components/table/TableSortButton.js.map +1 -1
  95. package/dist/components/table/TableSortButton.mjs +40 -43
  96. package/dist/components/table/TableSortButton.mjs.map +1 -1
  97. package/dist/components/user-action/Button.d.mts +3 -3
  98. package/dist/components/user-action/Button.d.ts +3 -3
  99. package/dist/components/user-action/Button.js +76 -84
  100. package/dist/components/user-action/Button.js.map +1 -1
  101. package/dist/components/user-action/Button.mjs +76 -84
  102. package/dist/components/user-action/Button.mjs.map +1 -1
  103. package/dist/components/user-action/Checkbox.js +48 -22
  104. package/dist/components/user-action/Checkbox.js.map +1 -1
  105. package/dist/components/user-action/Checkbox.mjs +48 -22
  106. package/dist/components/user-action/Checkbox.mjs.map +1 -1
  107. package/dist/components/user-action/DateAndTimePicker.js +48 -53
  108. package/dist/components/user-action/DateAndTimePicker.js.map +1 -1
  109. package/dist/components/user-action/DateAndTimePicker.mjs +48 -53
  110. package/dist/components/user-action/DateAndTimePicker.mjs.map +1 -1
  111. package/dist/components/user-action/MultiSelect.js +92 -69
  112. package/dist/components/user-action/MultiSelect.js.map +1 -1
  113. package/dist/components/user-action/MultiSelect.mjs +92 -69
  114. package/dist/components/user-action/MultiSelect.mjs.map +1 -1
  115. package/dist/components/user-action/SearchBar.js +40 -43
  116. package/dist/components/user-action/SearchBar.js.map +1 -1
  117. package/dist/components/user-action/SearchBar.mjs +40 -43
  118. package/dist/components/user-action/SearchBar.mjs.map +1 -1
  119. package/dist/components/user-action/Select.js +43 -49
  120. package/dist/components/user-action/Select.js.map +1 -1
  121. package/dist/components/user-action/Select.mjs +43 -49
  122. package/dist/components/user-action/Select.mjs.map +1 -1
  123. package/dist/components/user-action/Textarea.js +3 -3
  124. package/dist/components/user-action/Textarea.js.map +1 -1
  125. package/dist/components/user-action/Textarea.mjs +3 -3
  126. package/dist/components/user-action/Textarea.mjs.map +1 -1
  127. package/dist/css/globals.css +269 -136
  128. package/dist/index.js +139 -124
  129. package/dist/index.js.map +1 -1
  130. package/dist/index.mjs +139 -124
  131. package/dist/index.mjs.map +1 -1
  132. package/dist/theming/useTheme.js +1 -1
  133. package/dist/theming/useTheme.js.map +1 -1
  134. package/dist/theming/useTheme.mjs +1 -1
  135. package/dist/theming/useTheme.mjs.map +1 -1
  136. package/package.json +1 -1
@@ -952,10 +952,6 @@
952
952
  border-top-right-radius: var(--radius-xl);
953
953
  border-bottom-right-radius: var(--radius-xl);
954
954
  }
955
- .rounded-b-lg {
956
- border-bottom-right-radius: var(--radius-lg);
957
- border-bottom-left-radius: var(--radius-lg);
958
- }
959
955
  .\!border-0 {
960
956
  border-style: var(--tw-border-style) !important;
961
957
  border-width: 0px !important;
@@ -996,12 +992,6 @@
996
992
  --tw-border-style: none;
997
993
  border-style: none;
998
994
  }
999
- .border-button-outline-primary-text {
1000
- border-color: var(--color-button-outline-primary-text);
1001
- }
1002
- .border-disabled-background {
1003
- border-color: var(--color-disabled-background);
1004
- }
1005
995
  .border-disabled-border {
1006
996
  border-color: var(--color-disabled-border);
1007
997
  }
@@ -1068,27 +1058,12 @@
1068
1058
  .\!bg-warning {
1069
1059
  background-color: var(--color-warning) !important;
1070
1060
  }
1071
- .bg-button-solid-negative-background {
1072
- background-color: var(--color-button-solid-negative-background);
1073
- }
1074
1061
  .bg-button-solid-neutral-background {
1075
1062
  background-color: var(--color-button-solid-neutral-background);
1076
1063
  }
1077
- .bg-button-solid-positive-background {
1078
- background-color: var(--color-button-solid-positive-background);
1079
- }
1080
1064
  .bg-button-solid-primary-background {
1081
1065
  background-color: var(--color-button-solid-primary-background);
1082
1066
  }
1083
- .bg-button-solid-secondary-background {
1084
- background-color: var(--color-button-solid-secondary-background);
1085
- }
1086
- .bg-button-solid-tertiary-background {
1087
- background-color: var(--color-button-solid-tertiary-background);
1088
- }
1089
- .bg-button-solid-warning-background {
1090
- background-color: var(--color-button-solid-warning-background);
1091
- }
1092
1067
  .bg-carousel-dot-active {
1093
1068
  background-color: var(--color-carousel-dot-active);
1094
1069
  }
@@ -1437,78 +1412,15 @@
1437
1412
  .text-border {
1438
1413
  color: var(--color-border);
1439
1414
  }
1440
- .text-button-outline-primary-icon {
1441
- color: var(--color-button-outline-primary-icon);
1442
- }
1443
- .text-button-outline-primary-text {
1444
- color: var(--color-button-outline-primary-text);
1445
- }
1446
- .text-button-solid-negative-icon {
1447
- color: var(--color-button-solid-negative-icon);
1448
- }
1449
- .text-button-solid-negative-text {
1450
- color: var(--color-button-solid-negative-text);
1451
- }
1452
- .text-button-solid-neutral-icon {
1453
- color: var(--color-button-solid-neutral-icon);
1454
- }
1455
1415
  .text-button-solid-neutral-text {
1456
1416
  color: var(--color-button-solid-neutral-text);
1457
1417
  }
1458
- .text-button-solid-positive-icon {
1459
- color: var(--color-button-solid-positive-icon);
1460
- }
1461
- .text-button-solid-positive-text {
1462
- color: var(--color-button-solid-positive-text);
1463
- }
1464
- .text-button-solid-primary-icon {
1465
- color: var(--color-button-solid-primary-icon);
1466
- }
1467
1418
  .text-button-solid-primary-text {
1468
1419
  color: var(--color-button-solid-primary-text);
1469
1420
  }
1470
- .text-button-solid-secondary-icon {
1471
- color: var(--color-button-solid-secondary-icon);
1472
- }
1473
- .text-button-solid-secondary-text {
1474
- color: var(--color-button-solid-secondary-text);
1475
- }
1476
- .text-button-solid-tertiary-icon {
1477
- color: var(--color-button-solid-tertiary-icon);
1478
- }
1479
- .text-button-solid-tertiary-text {
1480
- color: var(--color-button-solid-tertiary-text);
1481
- }
1482
- .text-button-solid-warning-icon {
1483
- color: var(--color-button-solid-warning-icon);
1484
- }
1485
- .text-button-solid-warning-text {
1486
- color: var(--color-button-solid-warning-text);
1487
- }
1488
- .text-button-text-negative-icon {
1489
- color: var(--color-button-text-negative-icon);
1490
- }
1491
- .text-button-text-negative-text {
1492
- color: var(--color-button-text-negative-text);
1493
- }
1494
- .text-button-text-neutral-icon {
1495
- color: var(--color-button-text-neutral-icon);
1496
- }
1497
- .text-button-text-neutral-text {
1498
- color: var(--color-button-text-neutral-text);
1499
- }
1500
- .text-button-text-primary-icon {
1501
- color: var(--color-button-text-primary-icon);
1502
- }
1503
- .text-button-text-primary-text {
1504
- color: var(--color-button-text-primary-text);
1505
- }
1506
1421
  .text-description {
1507
1422
  color: var(--color-description);
1508
1423
  }
1509
- .text-disabled-icon {
1510
- color: var(--color-disabled-icon);
1511
- }
1512
1424
  .text-disabled-text {
1513
1425
  color: var(--color-disabled-text);
1514
1426
  }
@@ -1658,9 +1570,6 @@
1658
1570
  .opacity-20 {
1659
1571
  opacity: 20%;
1660
1572
  }
1661
- .opacity-70 {
1662
- opacity: 70%;
1663
- }
1664
1573
  .opacity-100 {
1665
1574
  opacity: 100%;
1666
1575
  }
@@ -1796,6 +1705,171 @@
1796
1705
  .shadow-r-4 {
1797
1706
  --shadow-right: calc(4 * 1px) 0 calc(4 * 1px) 0 var(--tw-shadow-color, rgb(0 0 0 / 2%));
1798
1707
  }
1708
+ .not-group-disabled\:text-button-outline-primary-icon {
1709
+ &:not(*:is(:where(.group):disabled *)) {
1710
+ color: var(--color-button-outline-primary-icon);
1711
+ }
1712
+ }
1713
+ .not-group-disabled\:text-button-solid-negative-icon {
1714
+ &:not(*:is(:where(.group):disabled *)) {
1715
+ color: var(--color-button-solid-negative-icon);
1716
+ }
1717
+ }
1718
+ .not-group-disabled\:text-button-solid-neutral-icon {
1719
+ &:not(*:is(:where(.group):disabled *)) {
1720
+ color: var(--color-button-solid-neutral-icon);
1721
+ }
1722
+ }
1723
+ .not-group-disabled\:text-button-solid-positive-icon {
1724
+ &:not(*:is(:where(.group):disabled *)) {
1725
+ color: var(--color-button-solid-positive-icon);
1726
+ }
1727
+ }
1728
+ .not-group-disabled\:text-button-solid-primary-icon {
1729
+ &:not(*:is(:where(.group):disabled *)) {
1730
+ color: var(--color-button-solid-primary-icon);
1731
+ }
1732
+ }
1733
+ .not-group-disabled\:text-button-solid-secondary-icon {
1734
+ &:not(*:is(:where(.group):disabled *)) {
1735
+ color: var(--color-button-solid-secondary-icon);
1736
+ }
1737
+ }
1738
+ .not-group-disabled\:text-button-solid-tertiary-icon {
1739
+ &:not(*:is(:where(.group):disabled *)) {
1740
+ color: var(--color-button-solid-tertiary-icon);
1741
+ }
1742
+ }
1743
+ .not-group-disabled\:text-button-solid-warning-icon {
1744
+ &:not(*:is(:where(.group):disabled *)) {
1745
+ color: var(--color-button-solid-warning-icon);
1746
+ }
1747
+ }
1748
+ .not-group-disabled\:text-button-text-negative-icon {
1749
+ &:not(*:is(:where(.group):disabled *)) {
1750
+ color: var(--color-button-text-negative-icon);
1751
+ }
1752
+ }
1753
+ .not-group-disabled\:text-button-text-neutral-icon {
1754
+ &:not(*:is(:where(.group):disabled *)) {
1755
+ color: var(--color-button-text-neutral-icon);
1756
+ }
1757
+ }
1758
+ .not-group-disabled\:text-button-text-primary-icon {
1759
+ &:not(*:is(:where(.group):disabled *)) {
1760
+ color: var(--color-button-text-primary-icon);
1761
+ }
1762
+ }
1763
+ .not-disabled\:border-button-outline-primary-text {
1764
+ &:not(*:disabled) {
1765
+ border-color: var(--color-button-outline-primary-text);
1766
+ }
1767
+ }
1768
+ .not-disabled\:bg-button-solid-negative-background {
1769
+ &:not(*:disabled) {
1770
+ background-color: var(--color-button-solid-negative-background);
1771
+ }
1772
+ }
1773
+ .not-disabled\:bg-button-solid-neutral-background {
1774
+ &:not(*:disabled) {
1775
+ background-color: var(--color-button-solid-neutral-background);
1776
+ }
1777
+ }
1778
+ .not-disabled\:bg-button-solid-positive-background {
1779
+ &:not(*:disabled) {
1780
+ background-color: var(--color-button-solid-positive-background);
1781
+ }
1782
+ }
1783
+ .not-disabled\:bg-button-solid-primary-background {
1784
+ &:not(*:disabled) {
1785
+ background-color: var(--color-button-solid-primary-background);
1786
+ }
1787
+ }
1788
+ .not-disabled\:bg-button-solid-secondary-background {
1789
+ &:not(*:disabled) {
1790
+ background-color: var(--color-button-solid-secondary-background);
1791
+ }
1792
+ }
1793
+ .not-disabled\:bg-button-solid-tertiary-background {
1794
+ &:not(*:disabled) {
1795
+ background-color: var(--color-button-solid-tertiary-background);
1796
+ }
1797
+ }
1798
+ .not-disabled\:bg-button-solid-warning-background {
1799
+ &:not(*:disabled) {
1800
+ background-color: var(--color-button-solid-warning-background);
1801
+ }
1802
+ }
1803
+ .not-disabled\:bg-input-background {
1804
+ &:not(*:disabled) {
1805
+ background-color: var(--color-input-background);
1806
+ }
1807
+ }
1808
+ .not-disabled\:bg-transparent {
1809
+ &:not(*:disabled) {
1810
+ background-color: transparent;
1811
+ }
1812
+ }
1813
+ .not-disabled\:text-button-outline-primary-text {
1814
+ &:not(*:disabled) {
1815
+ color: var(--color-button-outline-primary-text);
1816
+ }
1817
+ }
1818
+ .not-disabled\:text-button-solid-negative-text {
1819
+ &:not(*:disabled) {
1820
+ color: var(--color-button-solid-negative-text);
1821
+ }
1822
+ }
1823
+ .not-disabled\:text-button-solid-neutral-text {
1824
+ &:not(*:disabled) {
1825
+ color: var(--color-button-solid-neutral-text);
1826
+ }
1827
+ }
1828
+ .not-disabled\:text-button-solid-positive-text {
1829
+ &:not(*:disabled) {
1830
+ color: var(--color-button-solid-positive-text);
1831
+ }
1832
+ }
1833
+ .not-disabled\:text-button-solid-primary-text {
1834
+ &:not(*:disabled) {
1835
+ color: var(--color-button-solid-primary-text);
1836
+ }
1837
+ }
1838
+ .not-disabled\:text-button-solid-secondary-text {
1839
+ &:not(*:disabled) {
1840
+ color: var(--color-button-solid-secondary-text);
1841
+ }
1842
+ }
1843
+ .not-disabled\:text-button-solid-tertiary-text {
1844
+ &:not(*:disabled) {
1845
+ color: var(--color-button-solid-tertiary-text);
1846
+ }
1847
+ }
1848
+ .not-disabled\:text-button-solid-warning-text {
1849
+ &:not(*:disabled) {
1850
+ color: var(--color-button-solid-warning-text);
1851
+ }
1852
+ }
1853
+ .not-disabled\:text-button-text-negative-text {
1854
+ &:not(*:disabled) {
1855
+ color: var(--color-button-text-negative-text);
1856
+ }
1857
+ }
1858
+ .not-disabled\:text-button-text-neutral-text {
1859
+ &:not(*:disabled) {
1860
+ color: var(--color-button-text-neutral-text);
1861
+ }
1862
+ }
1863
+ .not-disabled\:text-button-text-primary-text {
1864
+ &:not(*:disabled) {
1865
+ color: var(--color-button-text-primary-text);
1866
+ }
1867
+ }
1868
+ .not-disabled\:text-input-text {
1869
+ &:not(*:disabled) {
1870
+ color: var(--color-input-text);
1871
+ }
1872
+ }
1799
1873
  .group-hover\:border-primary {
1800
1874
  &:is(:where(.group):hover *) {
1801
1875
  @media (hover: hover) {
@@ -1833,6 +1907,11 @@
1833
1907
  }
1834
1908
  }
1835
1909
  }
1910
+ .group-disabled\:text-disabled-icon {
1911
+ &:is(:where(.group):disabled *) {
1912
+ color: var(--color-disabled-icon);
1913
+ }
1914
+ }
1836
1915
  .first\:rounded-t-md {
1837
1916
  &:first-child {
1838
1917
  border-top-left-radius: var(--radius-md);
@@ -1883,43 +1962,6 @@
1883
1962
  }
1884
1963
  }
1885
1964
  }
1886
- .hover\:bg-button-text-hover-background {
1887
- &:hover {
1888
- @media (hover: hover) {
1889
- background-color: var(--color-button-text-hover-background);
1890
- }
1891
- }
1892
- }
1893
- .hover\:bg-button-text-negative-text\/20 {
1894
- &:hover {
1895
- @media (hover: hover) {
1896
- background-color: color-mix(in srgb, #DC576D 20%, transparent);
1897
- @supports (color: color-mix(in lab, red, red)) {
1898
- background-color: color-mix(in oklab, var(--color-button-text-negative-text) 20%, transparent);
1899
- }
1900
- }
1901
- }
1902
- }
1903
- .hover\:bg-button-text-neutral-text\/20 {
1904
- &:hover {
1905
- @media (hover: hover) {
1906
- background-color: color-mix(in srgb, #333333 20%, transparent);
1907
- @supports (color: color-mix(in lab, red, red)) {
1908
- background-color: color-mix(in oklab, var(--color-button-text-neutral-text) 20%, transparent);
1909
- }
1910
- }
1911
- }
1912
- }
1913
- .hover\:bg-button-text-primary-text\/20 {
1914
- &:hover {
1915
- @media (hover: hover) {
1916
- background-color: color-mix(in srgb, #694BB4 20%, transparent);
1917
- @supports (color: color-mix(in lab, red, red)) {
1918
- background-color: color-mix(in oklab, var(--color-button-text-primary-text) 20%, transparent);
1919
- }
1920
- }
1921
- }
1922
- }
1923
1965
  .hover\:bg-carousel-dot-active {
1924
1966
  &:hover {
1925
1967
  @media (hover: hover) {
@@ -1993,14 +2035,6 @@
1993
2035
  }
1994
2036
  }
1995
2037
  }
1996
- .hover\:brightness-80 {
1997
- &:hover {
1998
- @media (hover: hover) {
1999
- --tw-brightness: brightness(80%);
2000
- filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
2001
- }
2002
- }
2003
- }
2004
2038
  .hover\:brightness-90 {
2005
2039
  &:hover {
2006
2040
  @media (hover: hover) {
@@ -2017,6 +2051,80 @@
2017
2051
  }
2018
2052
  }
2019
2053
  }
2054
+ .not-disabled\:hover\:border-primary {
2055
+ &:not(*:disabled) {
2056
+ &:hover {
2057
+ @media (hover: hover) {
2058
+ border-color: var(--color-primary);
2059
+ }
2060
+ }
2061
+ }
2062
+ }
2063
+ .not-disabled\:hover\:bg-button-text-hover-background {
2064
+ &:not(*:disabled) {
2065
+ &:hover {
2066
+ @media (hover: hover) {
2067
+ background-color: var(--color-button-text-hover-background);
2068
+ }
2069
+ }
2070
+ }
2071
+ }
2072
+ .not-disabled\:hover\:bg-button-text-negative-text\/20 {
2073
+ &:not(*:disabled) {
2074
+ &:hover {
2075
+ @media (hover: hover) {
2076
+ background-color: color-mix(in srgb, #DC576D 20%, transparent);
2077
+ @supports (color: color-mix(in lab, red, red)) {
2078
+ background-color: color-mix(in oklab, var(--color-button-text-negative-text) 20%, transparent);
2079
+ }
2080
+ }
2081
+ }
2082
+ }
2083
+ }
2084
+ .not-disabled\:hover\:bg-button-text-neutral-text\/20 {
2085
+ &:not(*:disabled) {
2086
+ &:hover {
2087
+ @media (hover: hover) {
2088
+ background-color: color-mix(in srgb, #333333 20%, transparent);
2089
+ @supports (color: color-mix(in lab, red, red)) {
2090
+ background-color: color-mix(in oklab, var(--color-button-text-neutral-text) 20%, transparent);
2091
+ }
2092
+ }
2093
+ }
2094
+ }
2095
+ }
2096
+ .not-disabled\:hover\:bg-button-text-primary-text\/20 {
2097
+ &:not(*:disabled) {
2098
+ &:hover {
2099
+ @media (hover: hover) {
2100
+ background-color: color-mix(in srgb, #694BB4 20%, transparent);
2101
+ @supports (color: color-mix(in lab, red, red)) {
2102
+ background-color: color-mix(in oklab, var(--color-button-text-primary-text) 20%, transparent);
2103
+ }
2104
+ }
2105
+ }
2106
+ }
2107
+ }
2108
+ .not-disabled\:hover\:brightness-80 {
2109
+ &:not(*:disabled) {
2110
+ &:hover {
2111
+ @media (hover: hover) {
2112
+ --tw-brightness: brightness(80%);
2113
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
2114
+ }
2115
+ }
2116
+ }
2117
+ }
2118
+ .not-disabled\:hover\:brightness-90 {
2119
+ &:not(*:disabled) {
2120
+ &:hover {
2121
+ @media (hover: hover) {
2122
+ --tw-brightness: brightness(90%);
2123
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
2124
+ }
2125
+ }
2126
+ }
2127
+ }
2020
2128
  .focus\:border-primary {
2021
2129
  &:focus {
2022
2130
  border-color: var(--color-primary);
@@ -2034,6 +2142,31 @@
2034
2142
  outline-style: none;
2035
2143
  }
2036
2144
  }
2145
+ .disabled\:border-disabled-border {
2146
+ &:disabled {
2147
+ border-color: var(--color-disabled-border);
2148
+ }
2149
+ }
2150
+ .disabled\:border-disabled-outline {
2151
+ &:disabled {
2152
+ border-color: var(--color-disabled-outline);
2153
+ }
2154
+ }
2155
+ .disabled\:bg-disabled-background {
2156
+ &:disabled {
2157
+ background-color: var(--color-disabled-background);
2158
+ }
2159
+ }
2160
+ .disabled\:text-disabled-text {
2161
+ &:disabled {
2162
+ color: var(--color-disabled-text);
2163
+ }
2164
+ }
2165
+ .disabled\:opacity-70 {
2166
+ &:disabled {
2167
+ opacity: 70%;
2168
+ }
2169
+ }
2037
2170
  .desktop\:block {
2038
2171
  @media (width >= 64rem) {
2039
2172
  display: block;