@manafishrov/ui 1.4.4 → 1.4.6

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 (1025) hide show
  1. package/dist/Locale.js +22 -23
  2. package/dist/Locale.js.map +1 -1
  3. package/dist/Theme.js +52 -56
  4. package/dist/Theme.js.map +1 -1
  5. package/dist/_virtual/~icons/material-symbols/calendar-month.js +10 -0
  6. package/dist/_virtual/~icons/material-symbols/calendar-month.js.map +1 -0
  7. package/dist/_virtual/~icons/material-symbols/check-circle.js +10 -0
  8. package/dist/_virtual/~icons/material-symbols/check-circle.js.map +1 -0
  9. package/dist/_virtual/~icons/material-symbols/check.js +10 -0
  10. package/dist/_virtual/~icons/material-symbols/check.js.map +1 -0
  11. package/dist/_virtual/~icons/material-symbols/chevron-left.js +10 -0
  12. package/dist/_virtual/~icons/material-symbols/chevron-left.js.map +1 -0
  13. package/dist/_virtual/~icons/material-symbols/chevron-right.js +10 -0
  14. package/dist/_virtual/~icons/material-symbols/chevron-right.js.map +1 -0
  15. package/dist/_virtual/~icons/material-symbols/close.js +10 -0
  16. package/dist/_virtual/~icons/material-symbols/close.js.map +1 -0
  17. package/dist/_virtual/~icons/material-symbols/error.js +10 -0
  18. package/dist/_virtual/~icons/material-symbols/error.js.map +1 -0
  19. package/dist/_virtual/~icons/material-symbols/expand-less.js +10 -0
  20. package/dist/_virtual/~icons/material-symbols/expand-less.js.map +1 -0
  21. package/dist/_virtual/~icons/material-symbols/expand-more.js +10 -0
  22. package/dist/_virtual/~icons/material-symbols/expand-more.js.map +1 -0
  23. package/dist/_virtual/~icons/material-symbols/info.js +10 -0
  24. package/dist/_virtual/~icons/material-symbols/info.js.map +1 -0
  25. package/dist/_virtual/~icons/material-symbols/more-horiz.js +10 -0
  26. package/dist/_virtual/~icons/material-symbols/more-horiz.js.map +1 -0
  27. package/dist/_virtual/~icons/material-symbols/progress-activity.js +10 -0
  28. package/dist/_virtual/~icons/material-symbols/progress-activity.js.map +1 -0
  29. package/dist/_virtual/~icons/material-symbols/search.js +10 -0
  30. package/dist/_virtual/~icons/material-symbols/search.js.map +1 -0
  31. package/dist/_virtual/~icons/material-symbols/side-navigation.js +10 -0
  32. package/dist/_virtual/~icons/material-symbols/side-navigation.js.map +1 -0
  33. package/dist/_virtual/~icons/material-symbols/visibility-off.js +10 -0
  34. package/dist/_virtual/~icons/material-symbols/visibility-off.js.map +1 -0
  35. package/dist/_virtual/~icons/material-symbols/visibility.js +10 -0
  36. package/dist/_virtual/~icons/material-symbols/visibility.js.map +1 -0
  37. package/dist/_virtual/~icons/material-symbols/warning.js +10 -0
  38. package/dist/_virtual/~icons/material-symbols/warning.js.map +1 -0
  39. package/dist/components/Accordion.js +63 -77
  40. package/dist/components/Accordion.js.map +1 -1
  41. package/dist/components/AlertDialog.js +105 -119
  42. package/dist/components/AlertDialog.js.map +1 -1
  43. package/dist/components/AspectRatio.js +21 -23
  44. package/dist/components/AspectRatio.js.map +1 -1
  45. package/dist/components/Avatar.js +59 -70
  46. package/dist/components/Avatar.js.map +1 -1
  47. package/dist/components/Badge.js +30 -37
  48. package/dist/components/Badge.js.map +1 -1
  49. package/dist/components/Breadcrumb.js +73 -91
  50. package/dist/components/Breadcrumb.js.map +1 -1
  51. package/dist/components/Button.js +111 -116
  52. package/dist/components/Button.js.map +1 -1
  53. package/dist/components/Card.js +69 -87
  54. package/dist/components/Card.js.map +1 -1
  55. package/dist/components/Carousel.js +89 -102
  56. package/dist/components/Carousel.js.map +1 -1
  57. package/dist/components/Checkbox.js +40 -52
  58. package/dist/components/Checkbox.js.map +1 -1
  59. package/dist/components/Collapsible.js +33 -34
  60. package/dist/components/Collapsible.js.map +1 -1
  61. package/dist/components/Combobox.js +132 -159
  62. package/dist/components/Combobox.js.map +1 -1
  63. package/dist/components/DatePicker.js +247 -354
  64. package/dist/components/DatePicker.js.map +1 -1
  65. package/dist/components/Dialog.js +83 -102
  66. package/dist/components/Dialog.js.map +1 -1
  67. package/dist/components/Empty.js +71 -91
  68. package/dist/components/Empty.js.map +1 -1
  69. package/dist/components/Field.js +229 -260
  70. package/dist/components/Field.js.map +1 -1
  71. package/dist/components/HoverCard.js +34 -42
  72. package/dist/components/HoverCard.js.map +1 -1
  73. package/dist/components/InputGroup.js +108 -124
  74. package/dist/components/InputGroup.js.map +1 -1
  75. package/dist/components/Item.js +140 -165
  76. package/dist/components/Item.js.map +1 -1
  77. package/dist/components/Kbd.js +24 -29
  78. package/dist/components/Kbd.js.map +1 -1
  79. package/dist/components/Link.js +20 -17
  80. package/dist/components/Link.js.map +1 -1
  81. package/dist/components/Marquee.js +2 -10
  82. package/dist/components/Menu.js +110 -143
  83. package/dist/components/Menu.js.map +1 -1
  84. package/dist/components/MenuCombobox.js +140 -179
  85. package/dist/components/MenuCombobox.js.map +1 -1
  86. package/dist/components/MenuComboboxList.js +139 -149
  87. package/dist/components/MenuComboboxList.js.map +1 -1
  88. package/dist/components/NavigationMenu.js +95 -104
  89. package/dist/components/NavigationMenu.js.map +1 -1
  90. package/dist/components/NumberInput.js +84 -109
  91. package/dist/components/NumberInput.js.map +1 -1
  92. package/dist/components/Pagination.js +113 -121
  93. package/dist/components/Pagination.js.map +1 -1
  94. package/dist/components/PasswordInput.js +54 -71
  95. package/dist/components/PasswordInput.js.map +1 -1
  96. package/dist/components/PinInput.js +48 -67
  97. package/dist/components/PinInput.js.map +1 -1
  98. package/dist/components/Popover.js +58 -75
  99. package/dist/components/Popover.js.map +1 -1
  100. package/dist/components/Progress.js +82 -100
  101. package/dist/components/Progress.js.map +1 -1
  102. package/dist/components/RadioGroup.js +44 -57
  103. package/dist/components/RadioGroup.js.map +1 -1
  104. package/dist/components/ScrollArea.js +49 -53
  105. package/dist/components/ScrollArea.js.map +1 -1
  106. package/dist/components/Select.js +195 -218
  107. package/dist/components/Select.js.map +1 -1
  108. package/dist/components/Separator.js +35 -42
  109. package/dist/components/Separator.js.map +1 -1
  110. package/dist/components/Sheet.js +94 -111
  111. package/dist/components/Sheet.js.map +1 -1
  112. package/dist/components/Skeleton.js +22 -22
  113. package/dist/components/Skeleton.js.map +1 -1
  114. package/dist/components/Slider.js +134 -176
  115. package/dist/components/Slider.js.map +1 -1
  116. package/dist/components/Spinner.js +26 -26
  117. package/dist/components/Spinner.js.map +1 -1
  118. package/dist/components/Splitter.js +34 -38
  119. package/dist/components/Splitter.js.map +1 -1
  120. package/dist/components/Swap.js +25 -26
  121. package/dist/components/Swap.js.map +1 -1
  122. package/dist/components/Switch.js +40 -47
  123. package/dist/components/Switch.js.map +1 -1
  124. package/dist/components/Table.js +72 -95
  125. package/dist/components/Table.js.map +1 -1
  126. package/dist/components/Tabs.js +49 -52
  127. package/dist/components/Tabs.js.map +1 -1
  128. package/dist/components/TagsInput.js +67 -103
  129. package/dist/components/TagsInput.js.map +1 -1
  130. package/dist/components/TextInput.js +39 -63
  131. package/dist/components/TextInput.js.map +1 -1
  132. package/dist/components/Toggle.js +121 -113
  133. package/dist/components/Toggle.js.map +1 -1
  134. package/dist/components/Tooltip.js +34 -42
  135. package/dist/components/Tooltip.js.map +1 -1
  136. package/dist/components/TreeView.js +65 -88
  137. package/dist/components/TreeView.js.map +1 -1
  138. package/dist/components/Typography.js +104 -139
  139. package/dist/components/Typography.js.map +1 -1
  140. package/dist/components/form/AutoSubmit.js +20 -20
  141. package/dist/components/form/AutoSubmit.js.map +1 -1
  142. package/dist/components/form/CheckboxField.js +73 -74
  143. package/dist/components/form/CheckboxField.js.map +1 -1
  144. package/dist/components/form/ComboboxField.js +117 -118
  145. package/dist/components/form/ComboboxField.js.map +1 -1
  146. package/dist/components/form/DatePickerField.js +97 -103
  147. package/dist/components/form/DatePickerField.js.map +1 -1
  148. package/dist/components/form/Form.js +60 -69
  149. package/dist/components/form/Form.js.map +1 -1
  150. package/dist/components/form/NumberInputField.js +135 -117
  151. package/dist/components/form/NumberInputField.js.map +1 -1
  152. package/dist/components/form/PasswordInputField.js +98 -97
  153. package/dist/components/form/PasswordInputField.js.map +1 -1
  154. package/dist/components/form/PinInputField.js +91 -98
  155. package/dist/components/form/PinInputField.js.map +1 -1
  156. package/dist/components/form/RadioGroupField.js +81 -78
  157. package/dist/components/form/RadioGroupField.js.map +1 -1
  158. package/dist/components/form/SelectField.js +107 -112
  159. package/dist/components/form/SelectField.js.map +1 -1
  160. package/dist/components/form/SliderField.js +108 -114
  161. package/dist/components/form/SliderField.js.map +1 -1
  162. package/dist/components/form/SubmitButton.js +30 -26
  163. package/dist/components/form/SubmitButton.js.map +1 -1
  164. package/dist/components/form/SwitchField.js +73 -74
  165. package/dist/components/form/SwitchField.js.map +1 -1
  166. package/dist/components/form/TagsInputField.js +128 -112
  167. package/dist/components/form/TagsInputField.js.map +1 -1
  168. package/dist/components/form/TextInputField.js +68 -66
  169. package/dist/components/form/TextInputField.js.map +1 -1
  170. package/dist/components/form/TextareaField.js +68 -66
  171. package/dist/components/form/TextareaField.js.map +1 -1
  172. package/dist/components/form/WithTrailingAddon.js +17 -17
  173. package/dist/components/form/WithTrailingAddon.js.map +1 -1
  174. package/dist/components/form/context.js +7 -9
  175. package/dist/components/form/context.js.map +1 -1
  176. package/dist/components/form/index.js +19 -45
  177. package/dist/components/marquee/Marquee.js +29 -41
  178. package/dist/components/marquee/Marquee.js.map +1 -1
  179. package/dist/components/marquee/index.js +2 -10
  180. package/dist/components/sidebar/Sidebar.js +38 -42
  181. package/dist/components/sidebar/Sidebar.js.map +1 -1
  182. package/dist/components/sidebar/SidebarDesktop.js +70 -62
  183. package/dist/components/sidebar/SidebarDesktop.js.map +1 -1
  184. package/dist/components/sidebar/SidebarMenu.js +164 -203
  185. package/dist/components/sidebar/SidebarMenu.js.map +1 -1
  186. package/dist/components/sidebar/SidebarMobile.js +56 -63
  187. package/dist/components/sidebar/SidebarMobile.js.map +1 -1
  188. package/dist/components/sidebar/SidebarProvider.js +67 -74
  189. package/dist/components/sidebar/SidebarProvider.js.map +1 -1
  190. package/dist/components/sidebar/SidebarSubComponents.js +155 -188
  191. package/dist/components/sidebar/SidebarSubComponents.js.map +1 -1
  192. package/dist/components/sidebar/constants.js +6 -17
  193. package/dist/components/sidebar/constants.js.map +1 -1
  194. package/dist/components/sidebar/context.js +10 -11
  195. package/dist/components/sidebar/context.js.map +1 -1
  196. package/dist/components/sidebar/index.js +7 -49
  197. package/dist/components/sidebar/utils.js +13 -13
  198. package/dist/components/sidebar/utils.js.map +1 -1
  199. package/dist/components/toaster/Toaster.js +109 -108
  200. package/dist/components/toaster/Toaster.js.map +1 -1
  201. package/dist/components/toaster/index.js +2 -6
  202. package/dist/index.js +15 -40
  203. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/24WXBTEA.js +7 -6
  204. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/24WXBTEA.js.map +1 -1
  205. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/262SJY3P.js +43 -58
  206. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/262SJY3P.js.map +1 -1
  207. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/2JT4XMQZ.js +305 -303
  208. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/2JT4XMQZ.js.map +1 -1
  209. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/3JJJT3ZB.js +102 -90
  210. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/3JJJT3ZB.js.map +1 -1
  211. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4CRPJKY4.js +178 -180
  212. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4CRPJKY4.js.map +1 -1
  213. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4OJLSY6B.js +85 -93
  214. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4OJLSY6B.js.map +1 -1
  215. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4V5X4XYS.js +304 -352
  216. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4V5X4XYS.js.map +1 -1
  217. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4YNGVMW2.js +5 -6
  218. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4YNGVMW2.js.map +1 -1
  219. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/5BSMJBO7.js +98 -106
  220. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/5BSMJBO7.js.map +1 -1
  221. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/5UOOPLZE.js +88 -103
  222. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/5UOOPLZE.js.map +1 -1
  223. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/64BWQJ5X.js +116 -118
  224. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/64BWQJ5X.js.map +1 -1
  225. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/65QK7XXR.js +99 -96
  226. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/65QK7XXR.js.map +1 -1
  227. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/6P2AQNUE.js +5 -6
  228. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/6P2AQNUE.js.map +1 -1
  229. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/6WEDGJKQ.js +7 -6
  230. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/6WEDGJKQ.js.map +1 -1
  231. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/7IUG3E2V.js +10 -9
  232. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/7IUG3E2V.js.map +1 -1
  233. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/AIK4SKXT.js +125 -134
  234. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/AIK4SKXT.js.map +1 -1
  235. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BB22DOQW.js +113 -111
  236. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BB22DOQW.js.map +1 -1
  237. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BKN7PQAU.js +91 -89
  238. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BKN7PQAU.js.map +1 -1
  239. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BNSRP6TN.js +86 -82
  240. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BNSRP6TN.js.map +1 -1
  241. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BRHQTJMC.js +28 -22
  242. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BRHQTJMC.js.map +1 -1
  243. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BWUVF6ZV.js +80 -95
  244. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BWUVF6ZV.js.map +1 -1
  245. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BYLUEJKC.js +7 -6
  246. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BYLUEJKC.js.map +1 -1
  247. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/EFII6TXL.js +105 -109
  248. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/EFII6TXL.js.map +1 -1
  249. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/EQKTJ63X.js +6 -5
  250. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/EQKTJ63X.js.map +1 -1
  251. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/GOIBDXMD.js +153 -154
  252. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/GOIBDXMD.js.map +1 -1
  253. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/GVJQBGKQ.js +67 -62
  254. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/GVJQBGKQ.js.map +1 -1
  255. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/H72X6NDR.js +116 -115
  256. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/H72X6NDR.js.map +1 -1
  257. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/HDGILMRT.js +42 -42
  258. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/HDGILMRT.js.map +1 -1
  259. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/HOPBYFHD.js +26 -29
  260. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/HOPBYFHD.js.map +1 -1
  261. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/JBLKWLWL.js +153 -179
  262. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/JBLKWLWL.js.map +1 -1
  263. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/JCNWK3IN.js +7 -6
  264. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/JCNWK3IN.js.map +1 -1
  265. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/KGOB2IMX.js +6 -5
  266. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/KGOB2IMX.js.map +1 -1
  267. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/LXG74MYL.js +22 -21
  268. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/LXG74MYL.js.map +1 -1
  269. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/MB6S2OKT.js +93 -92
  270. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/MB6S2OKT.js.map +1 -1
  271. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/MQWCA23U.js +140 -143
  272. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/MQWCA23U.js.map +1 -1
  273. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/NEU4F4NG.js +39 -34
  274. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/NEU4F4NG.js.map +1 -1
  275. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/NH3KCKN2.js +97 -101
  276. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/NH3KCKN2.js.map +1 -1
  277. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/O6MULJWC.js +122 -138
  278. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/O6MULJWC.js.map +1 -1
  279. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/OEGORBLT.js +32 -30
  280. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/OEGORBLT.js.map +1 -1
  281. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/OWH3LOUE.js +38 -35
  282. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/OWH3LOUE.js.map +1 -1
  283. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/PPH4D7AF.js +198 -218
  284. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/PPH4D7AF.js.map +1 -1
  285. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/PT2CJE3O.js +15 -15
  286. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/PT2CJE3O.js.map +1 -1
  287. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/QM5PBW35.js +118 -117
  288. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/QM5PBW35.js.map +1 -1
  289. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/QY2YSMFW.js +127 -122
  290. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/QY2YSMFW.js.map +1 -1
  291. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/RJHFA54S.js +203 -244
  292. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/RJHFA54S.js.map +1 -1
  293. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/RROG5OYX.js +89 -86
  294. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/RROG5OYX.js.map +1 -1
  295. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/SPOOGCGR.js +96 -95
  296. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/SPOOGCGR.js.map +1 -1
  297. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TFTY2V3E.js +63 -67
  298. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TFTY2V3E.js.map +1 -1
  299. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TGBMUR4Z.js +180 -216
  300. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TGBMUR4Z.js.map +1 -1
  301. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TYHUUGLH.js +33 -29
  302. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TYHUUGLH.js.map +1 -1
  303. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UFYZ7HLU.js +26 -31
  304. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UFYZ7HLU.js.map +1 -1
  305. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UQTBTRSG.js +89 -86
  306. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UQTBTRSG.js.map +1 -1
  307. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UZJJWJQM.js +24 -25
  308. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UZJJWJQM.js.map +1 -1
  309. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/VNMGX67M.js +11 -12
  310. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/VNMGX67M.js.map +1 -1
  311. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/VQPWR4W5.js +7 -6
  312. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/VQPWR4W5.js.map +1 -1
  313. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/WZBYH43M.js +57 -58
  314. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/WZBYH43M.js.map +1 -1
  315. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/XVU3GCCX.js +7 -7
  316. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/XVU3GCCX.js.map +1 -1
  317. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/Z5FQB54Q.js +127 -129
  318. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/Z5FQB54Q.js.map +1 -1
  319. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZLZED63N.js +117 -120
  320. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZLZED63N.js.map +1 -1
  321. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZMQW6EBL.js +254 -275
  322. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZMQW6EBL.js.map +1 -1
  323. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZW5OSILD.js +107 -108
  324. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZW5OSILD.js.map +1 -1
  325. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/components/navigation-menu/index.js +203 -214
  326. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/components/navigation-menu/index.js.map +1 -1
  327. package/dist/node_modules/.bun/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.js +354 -526
  328. package/dist/node_modules/.bun/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -1
  329. package/dist/node_modules/.bun/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +301 -375
  330. package/dist/node_modules/.bun/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -1
  331. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +96 -134
  332. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -1
  333. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +107 -128
  334. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -1
  335. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/CalendarDate.js +135 -177
  336. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/CalendarDate.js.map +1 -1
  337. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/DateFormatter.js +81 -95
  338. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/DateFormatter.js.map +1 -1
  339. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/GregorianCalendar.js +88 -100
  340. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/GregorianCalendar.js.map +1 -1
  341. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/conversion.js +94 -123
  342. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/conversion.js.map +1 -1
  343. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/manipulation.js +162 -204
  344. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/manipulation.js.map +1 -1
  345. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/queries.js +121 -229
  346. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/queries.js.map +1 -1
  347. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/string.js +20 -23
  348. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/string.js.map +1 -1
  349. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/utils.js +7 -6
  350. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/utils.js.map +1 -1
  351. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/weekStartData.js +101 -100
  352. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/weekStartData.js.map +1 -1
  353. package/dist/node_modules/.bun/@internationalized_number@3.6.5/node_modules/@internationalized/number/dist/NumberFormatter.js +98 -116
  354. package/dist/node_modules/.bun/@internationalized_number@3.6.5/node_modules/@internationalized/number/dist/NumberFormatter.js.map +1 -1
  355. package/dist/node_modules/.bun/@internationalized_number@3.6.5/node_modules/@internationalized/number/dist/NumberParser.js +118 -152
  356. package/dist/node_modules/.bun/@internationalized_number@3.6.5/node_modules/@internationalized/number/dist/NumberParser.js.map +1 -1
  357. package/dist/node_modules/.bun/@solid-primitives_keyed@1.5.3_2e1854f049906f04/node_modules/@solid-primitives/keyed/dist/index.js +58 -62
  358. package/dist/node_modules/.bun/@solid-primitives_keyed@1.5.3_2e1854f049906f04/node_modules/@solid-primitives/keyed/dist/index.js.map +1 -1
  359. package/dist/node_modules/.bun/@swc_helpers@0.5.19/node_modules/@swc/helpers/esm/_check_private_redeclaration.js +7 -7
  360. package/dist/node_modules/.bun/@swc_helpers@0.5.19/node_modules/@swc/helpers/esm/_check_private_redeclaration.js.map +1 -1
  361. package/dist/node_modules/.bun/@swc_helpers@0.5.19/node_modules/@swc/helpers/esm/_class_private_field_init.js +8 -7
  362. package/dist/node_modules/.bun/@swc_helpers@0.5.19/node_modules/@swc/helpers/esm/_class_private_field_init.js.map +1 -1
  363. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.anatomy.js +6 -7
  364. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.anatomy.js.map +1 -1
  365. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.connect.js +156 -128
  366. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.connect.js.map +1 -1
  367. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.dom.js +11 -19
  368. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.dom.js.map +1 -1
  369. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.machine.js +107 -131
  370. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.machine.js.map +1 -1
  371. package/dist/node_modules/.bun/@zag-js_anatomy@1.35.3/node_modules/@zag-js/anatomy/dist/create-anatomy.js +22 -27
  372. package/dist/node_modules/.bun/@zag-js_anatomy@1.35.3/node_modules/@zag-js/anatomy/dist/create-anatomy.js.map +1 -1
  373. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.anatomy.js +6 -16
  374. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.anatomy.js.map +1 -1
  375. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.connect.js +178 -161
  376. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.connect.js.map +1 -1
  377. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.dom.js +6 -13
  378. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.dom.js.map +1 -1
  379. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.machine.js +146 -160
  380. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.machine.js.map +1 -1
  381. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.utils.js +25 -35
  382. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.utils.js.map +1 -1
  383. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/aria-hidden.js +14 -14
  384. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/aria-hidden.js.map +1 -1
  385. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/index.js +17 -18
  386. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/index.js.map +1 -1
  387. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/walk-tree-outside.js +45 -41
  388. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/walk-tree-outside.js.map +1 -1
  389. package/dist/node_modules/.bun/@zag-js_async-list@1.35.3/node_modules/@zag-js/async-list/dist/async-list.connect.js +45 -35
  390. package/dist/node_modules/.bun/@zag-js_async-list@1.35.3/node_modules/@zag-js/async-list/dist/async-list.connect.js.map +1 -1
  391. package/dist/node_modules/.bun/@zag-js_async-list@1.35.3/node_modules/@zag-js/async-list/dist/async-list.machine.js +245 -227
  392. package/dist/node_modules/.bun/@zag-js_async-list@1.35.3/node_modules/@zag-js/async-list/dist/async-list.machine.js.map +1 -1
  393. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/autoresize-input.js +24 -23
  394. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/autoresize-input.js.map +1 -1
  395. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/autoresize-textarea.js +38 -34
  396. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/autoresize-textarea.js.map +1 -1
  397. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/visual-style.js +10 -9
  398. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/visual-style.js.map +1 -1
  399. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.anatomy.js +6 -7
  400. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.anatomy.js.map +1 -1
  401. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.connect.js +64 -51
  402. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.connect.js.map +1 -1
  403. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.dom.js +6 -9
  404. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.dom.js.map +1 -1
  405. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.machine.js +74 -90
  406. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.machine.js.map +1 -1
  407. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.anatomy.js +7 -18
  408. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.anatomy.js.map +1 -1
  409. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.connect.js +280 -234
  410. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.connect.js.map +1 -1
  411. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.dom.js +12 -21
  412. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.dom.js.map +1 -1
  413. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.machine.js +486 -466
  414. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.machine.js.map +1 -1
  415. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.anatomy.js +7 -7
  416. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.anatomy.js.map +1 -1
  417. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.connect.js +138 -108
  418. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.connect.js.map +1 -1
  419. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.dom.js +6 -10
  420. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.dom.js.map +1 -1
  421. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.machine.js +121 -136
  422. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.machine.js.map +1 -1
  423. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.anatomy.js +6 -7
  424. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.anatomy.js.map +1 -1
  425. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.connect.js +81 -80
  426. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.connect.js.map +1 -1
  427. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.dom.js +6 -8
  428. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.dom.js.map +1 -1
  429. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.machine.js +224 -234
  430. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.machine.js.map +1 -1
  431. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/chunk-QZ7TP4HQ.js +11 -5
  432. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/chunk-QZ7TP4HQ.js.map +1 -1
  433. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/grid-collection.js +63 -67
  434. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/grid-collection.js.map +1 -1
  435. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/list-collection.js +219 -218
  436. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/list-collection.js.map +1 -1
  437. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/selection-map.js +43 -55
  438. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/selection-map.js.map +1 -1
  439. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/tree-collection.js +269 -235
  440. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/tree-collection.js.map +1 -1
  441. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/tree-visit.js +255 -275
  442. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/tree-visit.js.map +1 -1
  443. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.anatomy.js +7 -22
  444. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.anatomy.js.map +1 -1
  445. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.collection.js +7 -6
  446. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.collection.js.map +1 -1
  447. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.connect.js +417 -336
  448. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.connect.js.map +1 -1
  449. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.dom.js +16 -34
  450. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.dom.js.map +1 -1
  451. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.machine.js +868 -899
  452. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.machine.js.map +1 -1
  453. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/create-machine.js +28 -29
  454. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/create-machine.js.map +1 -1
  455. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/memo.js +12 -11
  456. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/memo.js.map +1 -1
  457. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/merge-props.js +41 -44
  458. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/merge-props.js.map +1 -1
  459. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/scope.js +17 -16
  460. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/scope.js.map +1 -1
  461. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/state.js +129 -130
  462. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/state.js.map +1 -1
  463. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/types.js +6 -6
  464. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/types.js.map +1 -1
  465. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.anatomy.js +6 -31
  466. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.anatomy.js.map +1 -1
  467. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.connect.js +868 -722
  468. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.connect.js.map +1 -1
  469. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.dom.js +7 -29
  470. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.dom.js.map +1 -1
  471. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.machine.js +1010 -1018
  472. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.machine.js.map +1 -1
  473. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.utils.js +141 -140
  474. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.utils.js.map +1 -1
  475. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/align.js +12 -14
  476. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/align.js.map +1 -1
  477. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/assertion.js +18 -21
  478. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/assertion.js.map +1 -1
  479. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/constrain.js +29 -36
  480. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/constrain.js.map +1 -1
  481. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/date-month.js +82 -67
  482. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/date-month.js.map +1 -1
  483. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/date-year.js +35 -34
  484. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/date-year.js.map +1 -1
  485. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/duration.js +12 -12
  486. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/duration.js.map +1 -1
  487. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/format.js +21 -24
  488. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/format.js.map +1 -1
  489. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/formatter.js +29 -29
  490. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/formatter.js.map +1 -1
  491. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/get-era-format.js +9 -8
  492. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/get-era-format.js.map +1 -1
  493. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/mutation.js +10 -9
  494. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/mutation.js.map +1 -1
  495. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/pagination.js +71 -91
  496. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/pagination.js.map +1 -1
  497. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/parse-date.js +34 -30
  498. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/parse-date.js.map +1 -1
  499. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/preset.js +25 -41
  500. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/preset.js.map +1 -1
  501. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.anatomy.js +6 -15
  502. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.anatomy.js.map +1 -1
  503. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.connect.js +88 -89
  504. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.connect.js.map +1 -1
  505. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.dom.js +6 -18
  506. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.dom.js.map +1 -1
  507. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.machine.js +163 -176
  508. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.machine.js.map +1 -1
  509. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/dismissable-layer.js +80 -74
  510. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/dismissable-layer.js.map +1 -1
  511. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/escape-keydown.js +11 -11
  512. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/escape-keydown.js.map +1 -1
  513. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/layer-stack.js +101 -98
  514. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/layer-stack.js.map +1 -1
  515. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/pointer-event-outside.js +31 -35
  516. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/pointer-event-outside.js.map +1 -1
  517. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/caret.js +18 -20
  518. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/caret.js.map +1 -1
  519. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/chunk-QZ7TP4HQ.js +11 -5
  520. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/chunk-QZ7TP4HQ.js.map +1 -1
  521. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/computed-style.js +9 -8
  522. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/computed-style.js.map +1 -1
  523. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/controller.js +67 -66
  524. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/controller.js.map +1 -1
  525. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/event.js +69 -78
  526. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/event.js.map +1 -1
  527. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/form.js +67 -67
  528. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/form.js.map +1 -1
  529. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/initial-focus.js +21 -21
  530. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/initial-focus.js.map +1 -1
  531. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/mutation-observer.js +39 -38
  532. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/mutation-observer.js.map +1 -1
  533. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/navigate.js +26 -28
  534. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/navigate.js.map +1 -1
  535. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/node.js +60 -76
  536. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/node.js.map +1 -1
  537. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/overflow.js +21 -23
  538. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/overflow.js.map +1 -1
  539. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/platform.js +12 -22
  540. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/platform.js.map +1 -1
  541. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/pointer-lock.js +22 -24
  542. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/pointer-lock.js.map +1 -1
  543. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/pointer-move.js +35 -29
  544. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/pointer-move.js.map +1 -1
  545. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/press.js +46 -61
  546. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/press.js.map +1 -1
  547. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/proxy-tab-focus.js +34 -27
  548. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/proxy-tab-focus.js.map +1 -1
  549. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/query.js +21 -26
  550. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/query.js.map +1 -1
  551. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/raf.js +48 -47
  552. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/raf.js.map +1 -1
  553. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/resize-observer.js +29 -34
  554. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/resize-observer.js.map +1 -1
  555. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/searchable.js +14 -14
  556. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/searchable.js.map +1 -1
  557. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/set.js +25 -26
  558. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/set.js.map +1 -1
  559. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/shared.js +6 -12
  560. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/shared.js.map +1 -1
  561. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/tabbable.js +87 -98
  562. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/tabbable.js.map +1 -1
  563. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/text-selection.js +38 -34
  564. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/text-selection.js.map +1 -1
  565. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/typeahead.js +25 -23
  566. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/typeahead.js.map +1 -1
  567. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/visually-hidden.js +15 -14
  568. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/visually-hidden.js.map +1 -1
  569. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/wait-for.js +37 -41
  570. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/wait-for.js.map +1 -1
  571. package/dist/node_modules/.bun/@zag-js_file-utils@1.35.3/node_modules/@zag-js/file-utils/dist/download-file.js +31 -30
  572. package/dist/node_modules/.bun/@zag-js_file-utils@1.35.3/node_modules/@zag-js/file-utils/dist/download-file.js.map +1 -1
  573. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/chunk-QZ7TP4HQ.js +11 -5
  574. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/chunk-QZ7TP4HQ.js.map +1 -1
  575. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/focus-trap.js +294 -331
  576. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/focus-trap.js.map +1 -1
  577. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/index.js +30 -32
  578. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/index.js.map +1 -1
  579. package/dist/node_modules/.bun/@zag-js_focus-visible@1.35.3/node_modules/@zag-js/focus-visible/dist/index.js +89 -84
  580. package/dist/node_modules/.bun/@zag-js_focus-visible@1.35.3/node_modules/@zag-js/focus-visible/dist/index.js.map +1 -1
  581. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/escape-regex.js +6 -5
  582. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/escape-regex.js.map +1 -1
  583. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight-first.js +35 -26
  584. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight-first.js.map +1 -1
  585. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight-multiple.js +25 -22
  586. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight-multiple.js.map +1 -1
  587. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight.js +9 -9
  588. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight.js.map +1 -1
  589. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/normalize-span.js +20 -17
  590. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/normalize-span.js.map +1 -1
  591. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.anatomy.js +6 -7
  592. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.anatomy.js.map +1 -1
  593. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.connect.js +98 -82
  594. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.connect.js.map +1 -1
  595. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.dom.js +6 -11
  596. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.dom.js.map +1 -1
  597. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.machine.js +223 -267
  598. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.machine.js.map +1 -1
  599. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/cache.js +13 -13
  600. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/cache.js.map +1 -1
  601. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-bytes.js +30 -18
  602. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-bytes.js.map +1 -1
  603. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-number.js +9 -8
  604. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-number.js.map +1 -1
  605. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-relative-time.js +23 -22
  606. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-relative-time.js.map +1 -1
  607. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-time.js +42 -38
  608. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-time.js.map +1 -1
  609. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/is-rtl.js +43 -42
  610. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/is-rtl.js.map +1 -1
  611. package/dist/node_modules/.bun/@zag-js_interact-outside@1.35.3/node_modules/@zag-js/interact-outside/dist/frame-utils.js +52 -58
  612. package/dist/node_modules/.bun/@zag-js_interact-outside@1.35.3/node_modules/@zag-js/interact-outside/dist/frame-utils.js.map +1 -1
  613. package/dist/node_modules/.bun/@zag-js_interact-outside@1.35.3/node_modules/@zag-js/interact-outside/dist/index.js +110 -124
  614. package/dist/node_modules/.bun/@zag-js_interact-outside@1.35.3/node_modules/@zag-js/interact-outside/dist/index.js.map +1 -1
  615. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/accessibility.js +17 -32
  616. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/accessibility.js.map +1 -1
  617. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/data-type.js +1120 -1093
  618. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/data-type.js.map +1 -1
  619. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/json-to-tree.js +33 -34
  620. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/json-to-tree.js.map +1 -1
  621. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/node-conversion.js +33 -45
  622. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/node-conversion.js.map +1 -1
  623. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/shared.js +17 -22
  624. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/shared.js.map +1 -1
  625. package/dist/node_modules/.bun/@zag-js_live-region@1.35.3/node_modules/@zag-js/live-region/dist/index.js +38 -37
  626. package/dist/node_modules/.bun/@zag-js_live-region@1.35.3/node_modules/@zag-js/live-region/dist/index.js.map +1 -1
  627. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.anatomy.js +6 -7
  628. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.anatomy.js.map +1 -1
  629. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.connect.js +140 -141
  630. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.connect.js.map +1 -1
  631. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.dom.js +12 -11
  632. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.dom.js.map +1 -1
  633. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.machine.js +145 -157
  634. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.machine.js.map +1 -1
  635. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.utils.js +32 -36
  636. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.utils.js.map +1 -1
  637. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.anatomy.js +6 -22
  638. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.anatomy.js.map +1 -1
  639. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.connect.js +418 -353
  640. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.connect.js.map +1 -1
  641. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.dom.js +29 -47
  642. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.dom.js.map +1 -1
  643. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.machine.js +704 -791
  644. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.machine.js.map +1 -1
  645. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.anatomy.js +7 -19
  646. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.anatomy.js.map +1 -1
  647. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.connect.js +327 -302
  648. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.connect.js.map +1 -1
  649. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.dom.js +54 -79
  650. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.dom.js.map +1 -1
  651. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.machine.js +263 -298
  652. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.machine.js.map +1 -1
  653. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.utils.js +32 -35
  654. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.utils.js.map +1 -1
  655. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/cursor.js +55 -64
  656. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/cursor.js.map +1 -1
  657. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.anatomy.js +6 -16
  658. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.anatomy.js.map +1 -1
  659. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.connect.js +275 -229
  660. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.connect.js.map +1 -1
  661. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.dom.js +44 -60
  662. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.dom.js.map +1 -1
  663. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.machine.js +466 -408
  664. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.machine.js.map +1 -1
  665. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.utils.js +15 -18
  666. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.utils.js.map +1 -1
  667. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.anatomy.js +6 -15
  668. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.anatomy.js.map +1 -1
  669. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.connect.js +174 -144
  670. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.connect.js.map +1 -1
  671. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.dom.js +6 -11
  672. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.dom.js.map +1 -1
  673. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.machine.js +128 -131
  674. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.machine.js.map +1 -1
  675. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.utils.js +37 -40
  676. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.utils.js.map +1 -1
  677. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.anatomy.js +6 -14
  678. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.anatomy.js.map +1 -1
  679. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.connect.js +111 -109
  680. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.connect.js.map +1 -1
  681. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.dom.js +6 -6
  682. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.dom.js.map +1 -1
  683. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.machine.js +70 -83
  684. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.machine.js.map +1 -1
  685. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.anatomy.js +6 -7
  686. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.anatomy.js.map +1 -1
  687. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.connect.js +200 -170
  688. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.connect.js.map +1 -1
  689. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.dom.js +11 -20
  690. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.dom.js.map +1 -1
  691. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.machine.js +230 -259
  692. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.machine.js.map +1 -1
  693. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.utils.js +13 -13
  694. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.utils.js.map +1 -1
  695. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.anatomy.js +6 -18
  696. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.anatomy.js.map +1 -1
  697. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.connect.js +133 -126
  698. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.connect.js.map +1 -1
  699. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.dom.js +6 -18
  700. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.dom.js.map +1 -1
  701. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.machine.js +219 -237
  702. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.machine.js.map +1 -1
  703. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-anchor.js +34 -32
  704. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-anchor.js.map +1 -1
  705. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-placement.js +135 -126
  706. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-placement.js.map +1 -1
  707. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-styles.js +44 -45
  708. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-styles.js.map +1 -1
  709. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/middleware.js +46 -55
  710. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/middleware.js.map +1 -1
  711. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/placement.js +14 -10
  712. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/placement.js.map +1 -1
  713. package/dist/node_modules/.bun/@zag-js_presence@1.35.3/node_modules/@zag-js/presence/dist/presence.connect.js +20 -16
  714. package/dist/node_modules/.bun/@zag-js_presence@1.35.3/node_modules/@zag-js/presence/dist/presence.connect.js.map +1 -1
  715. package/dist/node_modules/.bun/@zag-js_presence@1.35.3/node_modules/@zag-js/presence/dist/presence.machine.js +148 -145
  716. package/dist/node_modules/.bun/@zag-js_presence@1.35.3/node_modules/@zag-js/presence/dist/presence.machine.js.map +1 -1
  717. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.anatomy.js +6 -17
  718. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.anatomy.js.map +1 -1
  719. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.connect.js +160 -152
  720. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.connect.js.map +1 -1
  721. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.dom.js +6 -8
  722. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.dom.js.map +1 -1
  723. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.machine.js +73 -90
  724. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.machine.js.map +1 -1
  725. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.anatomy.js +6 -14
  726. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.anatomy.js.map +1 -1
  727. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.connect.js +232 -190
  728. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.connect.js.map +1 -1
  729. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.dom.js +16 -30
  730. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.dom.js.map +1 -1
  731. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.machine.js +128 -158
  732. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.machine.js.map +1 -1
  733. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/angle.js +8 -7
  734. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/angle.js.map +1 -1
  735. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/polygon.js +41 -22
  736. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/polygon.js.map +1 -1
  737. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/rect.js +31 -25
  738. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/rect.js.map +1 -1
  739. package/dist/node_modules/.bun/@zag-js_remove-scroll@1.35.3/node_modules/@zag-js/remove-scroll/dist/index.js +44 -41
  740. package/dist/node_modules/.bun/@zag-js_remove-scroll@1.35.3/node_modules/@zag-js/remove-scroll/dist/index.js.map +1 -1
  741. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/chunk-QZ7TP4HQ.js +11 -5
  742. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/chunk-QZ7TP4HQ.js.map +1 -1
  743. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.anatomy.js +6 -7
  744. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.anatomy.js.map +1 -1
  745. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.connect.js +203 -192
  746. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.connect.js.map +1 -1
  747. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.dom.js +7 -16
  748. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.dom.js.map +1 -1
  749. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.machine.js +312 -302
  750. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.machine.js.map +1 -1
  751. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-offset.js +10 -9
  752. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-offset.js.map +1 -1
  753. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-progress.js +17 -11
  754. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-progress.js.map +1 -1
  755. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-sides.js +13 -13
  756. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-sides.js.map +1 -1
  757. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-to-edge.js +38 -30
  758. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-to-edge.js.map +1 -1
  759. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-to.js +24 -15
  760. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-to.js.map +1 -1
  761. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/smooth-scroll.js +24 -25
  762. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/smooth-scroll.js.map +1 -1
  763. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/timeout.js +20 -19
  764. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/timeout.js.map +1 -1
  765. package/dist/node_modules/.bun/@zag-js_scroll-snap@1.35.3/node_modules/@zag-js/scroll-snap/dist/index.js +111 -100
  766. package/dist/node_modules/.bun/@zag-js_scroll-snap@1.35.3/node_modules/@zag-js/scroll-snap/dist/index.js.map +1 -1
  767. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.anatomy.js +6 -23
  768. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.anatomy.js.map +1 -1
  769. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.collection.js +7 -6
  770. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.collection.js.map +1 -1
  771. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.connect.js +407 -367
  772. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.connect.js.map +1 -1
  773. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.dom.js +6 -21
  774. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.dom.js.map +1 -1
  775. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.machine.js +631 -661
  776. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.machine.js.map +1 -1
  777. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.anatomy.js +6 -18
  778. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.anatomy.js.map +1 -1
  779. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.connect.js +324 -270
  780. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.connect.js.map +1 -1
  781. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.dom.js +47 -59
  782. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.dom.js.map +1 -1
  783. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.machine.js +298 -305
  784. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.machine.js.map +1 -1
  785. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.style.js +111 -107
  786. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.style.js.map +1 -1
  787. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.utils.js +106 -92
  788. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.utils.js.map +1 -1
  789. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/bindable.js +46 -43
  790. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/bindable.js.map +1 -1
  791. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/machine.js +189 -187
  792. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/machine.js.map +1 -1
  793. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/merge-props.js +32 -32
  794. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/merge-props.js.map +1 -1
  795. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/normalize-props.js +51 -50
  796. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/normalize-props.js.map +1 -1
  797. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/refs.js +15 -14
  798. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/refs.js.map +1 -1
  799. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/track.js +24 -24
  800. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/track.js.map +1 -1
  801. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.anatomy.js +6 -7
  802. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.anatomy.js.map +1 -1
  803. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.connect.js +281 -214
  804. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.connect.js.map +1 -1
  805. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.dom.js +18 -27
  806. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.dom.js.map +1 -1
  807. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.machine.js +341 -367
  808. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.machine.js.map +1 -1
  809. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/aria.js +29 -36
  810. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/aria.js.map +1 -1
  811. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/fuzzy.js +15 -21
  812. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/fuzzy.js.map +1 -1
  813. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/panel.js +56 -72
  814. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/panel.js.map +1 -1
  815. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/resize-by-delta.js +94 -90
  816. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/resize-by-delta.js.map +1 -1
  817. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/resize-panel.js +16 -17
  818. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/resize-panel.js.map +1 -1
  819. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/validate-sizes.js +37 -34
  820. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/validate-sizes.js.map +1 -1
  821. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.anatomy.js +6 -7
  822. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.anatomy.js.map +1 -1
  823. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.connect.js +138 -109
  824. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.connect.js.map +1 -1
  825. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.dom.js +6 -11
  826. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.dom.js.map +1 -1
  827. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.machine.js +118 -142
  828. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.machine.js.map +1 -1
  829. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.anatomy.js +6 -7
  830. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.anatomy.js.map +1 -1
  831. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.connect.js +206 -170
  832. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.connect.js.map +1 -1
  833. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.dom.js +16 -33
  834. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.dom.js.map +1 -1
  835. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.machine.js +213 -241
  836. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.machine.js.map +1 -1
  837. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.anatomy.js +6 -18
  838. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.anatomy.js.map +1 -1
  839. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.connect.js +323 -280
  840. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.connect.js.map +1 -1
  841. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.dom.js +16 -40
  842. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.dom.js.map +1 -1
  843. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.machine.js +634 -628
  844. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.machine.js.map +1 -1
  845. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/index.js +14 -9
  846. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/index.js.map +1 -1
  847. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast-group.connect.js +65 -52
  848. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast-group.connect.js.map +1 -1
  849. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast-group.machine.js +243 -230
  850. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast-group.machine.js.map +1 -1
  851. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.anatomy.js +7 -14
  852. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.anatomy.js.map +1 -1
  853. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.connect.js +112 -101
  854. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.connect.js.map +1 -1
  855. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.dom.js +6 -11
  856. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.dom.js.map +1 -1
  857. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.machine.js +236 -222
  858. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.machine.js.map +1 -1
  859. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.store.js +183 -115
  860. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.store.js.map +1 -1
  861. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.utils.js +91 -115
  862. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.utils.js.map +1 -1
  863. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.anatomy.js +6 -7
  864. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.anatomy.js.map +1 -1
  865. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.connect.js +118 -106
  866. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.connect.js.map +1 -1
  867. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.dom.js +11 -17
  868. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.dom.js.map +1 -1
  869. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.machine.js +139 -169
  870. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.machine.js.map +1 -1
  871. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.anatomy.js +6 -7
  872. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.anatomy.js.map +1 -1
  873. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.connect.js +41 -37
  874. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.connect.js.map +1 -1
  875. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.machine.js +38 -47
  876. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.machine.js.map +1 -1
  877. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.anatomy.js +6 -7
  878. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.anatomy.js.map +1 -1
  879. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.connect.js +120 -106
  880. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.connect.js.map +1 -1
  881. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.dom.js +6 -10
  882. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.dom.js.map +1 -1
  883. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.machine.js +310 -332
  884. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.machine.js.map +1 -1
  885. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.store.js +10 -9
  886. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.store.js.map +1 -1
  887. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.anatomy.js +5 -22
  888. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.anatomy.js.map +1 -1
  889. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.collection.js +7 -6
  890. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.collection.js.map +1 -1
  891. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.connect.js +483 -382
  892. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.connect.js.map +1 -1
  893. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.dom.js +8 -13
  894. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.dom.js.map +1 -1
  895. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.machine.js +453 -535
  896. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.machine.js.map +1 -1
  897. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/checked-state.js +23 -27
  898. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/checked-state.js.map +1 -1
  899. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/expand-branch.js +63 -47
  900. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/expand-branch.js.map +1 -1
  901. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/visit-skip.js +10 -9
  902. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/visit-skip.js.map +1 -1
  903. package/dist/node_modules/.bun/@zag-js_types@1.35.3/node_modules/@zag-js/types/dist/prop-types.js +9 -10
  904. package/dist/node_modules/.bun/@zag-js_types@1.35.3/node_modules/@zag-js/types/dist/prop-types.js.map +1 -1
  905. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/array.js +28 -42
  906. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/array.js.map +1 -1
  907. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/chunk-MXGZDBDQ.js +13 -9
  908. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/chunk-MXGZDBDQ.js.map +1 -1
  909. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/equal.js +23 -27
  910. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/equal.js.map +1 -1
  911. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/functions.js +28 -34
  912. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/functions.js.map +1 -1
  913. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/guard.js +12 -20
  914. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/guard.js.map +1 -1
  915. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/number.js +60 -83
  916. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/number.js.map +1 -1
  917. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/object.js +21 -21
  918. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/object.js.map +1 -1
  919. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/store.js +25 -25
  920. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/store.js.map +1 -1
  921. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/timers.js +40 -37
  922. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/timers.js.map +1 -1
  923. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/warning.js +17 -22
  924. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/warning.js.map +1 -1
  925. package/dist/node_modules/.bun/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.js +1683 -2946
  926. package/dist/node_modules/.bun/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -1
  927. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/chunk-LQJYWU4O.js +71 -82
  928. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/chunk-LQJYWU4O.js.map +1 -1
  929. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/chunk-RZF76H2U.js +165 -208
  930. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/chunk-RZF76H2U.js.map +1 -1
  931. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/index.js +20 -24
  932. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/index.js.map +1 -1
  933. package/dist/paraglide/messages/_index.d.ts +15 -0
  934. package/dist/paraglide/messages/ui_breadcrumb_label.d.ts +16 -0
  935. package/dist/paraglide/messages/ui_breadcrumb_label.js +7 -21
  936. package/dist/paraglide/messages/ui_breadcrumb_label.js.map +1 -1
  937. package/dist/paraglide/messages/ui_carousel_next.d.ts +16 -0
  938. package/dist/paraglide/messages/ui_carousel_next.js +7 -21
  939. package/dist/paraglide/messages/ui_carousel_next.js.map +1 -1
  940. package/dist/paraglide/messages/ui_carousel_previous.d.ts +16 -0
  941. package/dist/paraglide/messages/ui_carousel_previous.js +7 -21
  942. package/dist/paraglide/messages/ui_carousel_previous.js.map +1 -1
  943. package/dist/paraglide/messages/ui_checkbox_checked.d.ts +16 -0
  944. package/dist/paraglide/messages/ui_common_close.d.ts +16 -0
  945. package/dist/paraglide/messages/ui_common_close.js +6 -20
  946. package/dist/paraglide/messages/ui_common_close.js.map +1 -1
  947. package/dist/paraglide/messages/ui_common_loading.d.ts +16 -0
  948. package/dist/paraglide/messages/ui_common_loading.js +7 -21
  949. package/dist/paraglide/messages/ui_common_loading.js.map +1 -1
  950. package/dist/paraglide/messages/ui_common_more.d.ts +16 -0
  951. package/dist/paraglide/messages/ui_common_more.js +6 -20
  952. package/dist/paraglide/messages/ui_common_more.js.map +1 -1
  953. package/dist/paraglide/messages/ui_pagination_more.d.ts +16 -0
  954. package/dist/paraglide/messages/ui_pagination_more.js +7 -21
  955. package/dist/paraglide/messages/ui_pagination_more.js.map +1 -1
  956. package/dist/paraglide/messages/ui_pagination_next.d.ts +16 -0
  957. package/dist/paraglide/messages/ui_pagination_next.js +7 -21
  958. package/dist/paraglide/messages/ui_pagination_next.js.map +1 -1
  959. package/dist/paraglide/messages/ui_pagination_previous.d.ts +16 -0
  960. package/dist/paraglide/messages/ui_pagination_previous.js +7 -21
  961. package/dist/paraglide/messages/ui_pagination_previous.js.map +1 -1
  962. package/dist/paraglide/messages/ui_sidebar_description.d.ts +16 -0
  963. package/dist/paraglide/messages/ui_sidebar_description.js +7 -21
  964. package/dist/paraglide/messages/ui_sidebar_description.js.map +1 -1
  965. package/dist/paraglide/messages/ui_sidebar_title.d.ts +16 -0
  966. package/dist/paraglide/messages/ui_sidebar_title.js +7 -21
  967. package/dist/paraglide/messages/ui_sidebar_title.js.map +1 -1
  968. package/dist/paraglide/messages/ui_sidebar_toggle.d.ts +16 -0
  969. package/dist/paraglide/messages/ui_sidebar_toggle.js +7 -21
  970. package/dist/paraglide/messages/ui_sidebar_toggle.js.map +1 -1
  971. package/dist/paraglide/messages/ui_skeleton_loading.d.ts +16 -0
  972. package/dist/paraglide/messages/ui_skeleton_loading.js +6 -20
  973. package/dist/paraglide/messages/ui_skeleton_loading.js.map +1 -1
  974. package/dist/paraglide/messages.d.ts +2 -0
  975. package/dist/paraglide/runtime.d.ts +749 -0
  976. package/dist/paraglide/runtime.js +84 -120
  977. package/dist/paraglide/runtime.js.map +1 -1
  978. package/dist/primitives/createMediaQuery.js +16 -15
  979. package/dist/primitives/createMediaQuery.js.map +1 -1
  980. package/dist/primitives/selectTriggerRef.js +14 -21
  981. package/dist/primitives/selectTriggerRef.js.map +1 -1
  982. package/dist/theme.css +1 -1
  983. package/package.json +1 -1
  984. package/src/primitives/selectTriggerRef.ts +3 -1
  985. package/src/theme.css +3 -2
  986. package/dist/_virtual/calendar-month.js +0 -10
  987. package/dist/_virtual/calendar-month.js.map +0 -1
  988. package/dist/_virtual/check-circle.js +0 -10
  989. package/dist/_virtual/check-circle.js.map +0 -1
  990. package/dist/_virtual/check.js +0 -10
  991. package/dist/_virtual/check.js.map +0 -1
  992. package/dist/_virtual/chevron-left.js +0 -10
  993. package/dist/_virtual/chevron-left.js.map +0 -1
  994. package/dist/_virtual/chevron-right.js +0 -10
  995. package/dist/_virtual/chevron-right.js.map +0 -1
  996. package/dist/_virtual/close.js +0 -10
  997. package/dist/_virtual/close.js.map +0 -1
  998. package/dist/_virtual/error.js +0 -10
  999. package/dist/_virtual/error.js.map +0 -1
  1000. package/dist/_virtual/expand-less.js +0 -10
  1001. package/dist/_virtual/expand-less.js.map +0 -1
  1002. package/dist/_virtual/expand-more.js +0 -10
  1003. package/dist/_virtual/expand-more.js.map +0 -1
  1004. package/dist/_virtual/info.js +0 -10
  1005. package/dist/_virtual/info.js.map +0 -1
  1006. package/dist/_virtual/more-horiz.js +0 -10
  1007. package/dist/_virtual/more-horiz.js.map +0 -1
  1008. package/dist/_virtual/progress-activity.js +0 -10
  1009. package/dist/_virtual/progress-activity.js.map +0 -1
  1010. package/dist/_virtual/search.js +0 -10
  1011. package/dist/_virtual/search.js.map +0 -1
  1012. package/dist/_virtual/side-navigation.js +0 -10
  1013. package/dist/_virtual/side-navigation.js.map +0 -1
  1014. package/dist/_virtual/visibility-off.js +0 -10
  1015. package/dist/_virtual/visibility-off.js.map +0 -1
  1016. package/dist/_virtual/visibility.js +0 -10
  1017. package/dist/_virtual/visibility.js.map +0 -1
  1018. package/dist/_virtual/warning.js +0 -10
  1019. package/dist/_virtual/warning.js.map +0 -1
  1020. package/dist/components/Marquee.js.map +0 -1
  1021. package/dist/components/form/index.js.map +0 -1
  1022. package/dist/components/marquee/index.js.map +0 -1
  1023. package/dist/components/sidebar/index.js.map +0 -1
  1024. package/dist/components/toaster/index.js.map +0 -1
  1025. package/dist/index.js.map +0 -1
@@ -1,2946 +1,1683 @@
1
- const Fe = (e, r) => {
2
- const o = new Array(e.length + r.length);
3
- for (let t = 0; t < e.length; t++)
4
- o[t] = e[t];
5
- for (let t = 0; t < r.length; t++)
6
- o[e.length + t] = r[t];
7
- return o;
8
- }, Ve = (e, r) => ({
9
- classGroupId: e,
10
- validator: r
11
- }), Ae = (e = /* @__PURE__ */ new Map(), r = null, o) => ({
12
- nextPart: e,
13
- validators: r,
14
- classGroupId: o
15
- });
16
- const we = [], We = "arbitrary..", je = (e) => {
17
- const r = De(e), {
18
- conflictingClassGroups: o,
19
- conflictingClassGroupModifiers: t
20
- } = e;
21
- return {
22
- getClassGroupId: (a) => {
23
- if (a.startsWith("[") && a.endsWith("]"))
24
- return Be(a);
25
- const u = a.split("-"), m = u[0] === "" && u.length > 1 ? 1 : 0;
26
- return ze(u, m, r);
27
- },
28
- getConflictingClassGroupIds: (a, u) => {
29
- if (u) {
30
- const m = t[a], b = o[a];
31
- return m ? b ? Fe(b, m) : m : b || we;
32
- }
33
- return o[a] || we;
34
- }
35
- };
36
- }, ze = (e, r, o) => {
37
- if (e.length - r === 0)
38
- return o.classGroupId;
39
- const i = e[r], c = o.nextPart.get(i);
40
- if (c) {
41
- const b = ze(e, r + 1, c);
42
- if (b) return b;
43
- }
44
- const a = o.validators;
45
- if (a === null)
46
- return;
47
- const u = r === 0 ? e.join("-") : e.slice(r).join("-"), m = a.length;
48
- for (let b = 0; b < m; b++) {
49
- const h = a[b];
50
- if (h.validator(u))
51
- return h.classGroupId;
52
- }
53
- }, Be = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
54
- const r = e.slice(1, -1), o = r.indexOf(":"), t = r.slice(0, o);
55
- return t ? We + t : void 0;
56
- })(), De = (e) => {
57
- const {
58
- theme: r,
59
- classGroups: o
60
- } = e;
61
- return $e(o, r);
62
- }, $e = (e, r) => {
63
- const o = Ae();
64
- for (const t in e) {
65
- const i = e[t];
66
- le(i, o, t, r);
67
- }
68
- return o;
69
- }, le = (e, r, o, t) => {
70
- const i = e.length;
71
- for (let c = 0; c < i; c++) {
72
- const a = e[c];
73
- Ue(a, r, o, t);
74
- }
75
- }, Ue = (e, r, o, t) => {
76
- if (typeof e == "string") {
77
- Ye(e, r, o);
78
- return;
79
- }
80
- if (typeof e == "function") {
81
- qe(e, r, o, t);
82
- return;
83
- }
84
- Xe(e, r, o, t);
85
- }, Ye = (e, r, o) => {
86
- const t = e === "" ? r : Se(r, e);
87
- t.classGroupId = o;
88
- }, qe = (e, r, o, t) => {
89
- if (Je(e)) {
90
- le(e(t), r, o, t);
91
- return;
92
- }
93
- r.validators === null && (r.validators = []), r.validators.push(Ve(o, e));
94
- }, Xe = (e, r, o, t) => {
95
- const i = Object.entries(e), c = i.length;
96
- for (let a = 0; a < c; a++) {
97
- const [u, m] = i[a];
98
- le(m, Se(r, u), o, t);
99
- }
100
- }, Se = (e, r) => {
101
- let o = e;
102
- const t = r.split("-"), i = t.length;
103
- for (let c = 0; c < i; c++) {
104
- const a = t[c];
105
- let u = o.nextPart.get(a);
106
- u || (u = Ae(), o.nextPart.set(a, u)), o = u;
107
- }
108
- return o;
109
- }, Je = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, He = (e) => {
110
- if (e < 1)
111
- return {
112
- get: () => {
113
- },
114
- set: () => {
115
- }
116
- };
117
- let r = 0, o = /* @__PURE__ */ Object.create(null), t = /* @__PURE__ */ Object.create(null);
118
- const i = (c, a) => {
119
- o[c] = a, r++, r > e && (r = 0, t = o, o = /* @__PURE__ */ Object.create(null));
120
- };
121
- return {
122
- get(c) {
123
- let a = o[c];
124
- if (a !== void 0)
125
- return a;
126
- if ((a = t[c]) !== void 0)
127
- return i(c, a), a;
128
- },
129
- set(c, a) {
130
- c in o ? o[c] = a : i(c, a);
131
- }
132
- };
133
- };
134
- const Ke = [], ke = (e, r, o, t, i) => ({
135
- modifiers: e,
136
- hasImportantModifier: r,
137
- baseClassName: o,
138
- maybePostfixModifierPosition: t,
139
- isExternal: i
140
- }), Qe = (e) => {
141
- const {
142
- prefix: r,
143
- experimentalParseClassName: o
144
- } = e;
145
- let t = (i) => {
146
- const c = [];
147
- let a = 0, u = 0, m = 0, b;
148
- const h = i.length;
149
- for (let A = 0; A < h; A++) {
150
- const x = i[A];
151
- if (a === 0 && u === 0) {
152
- if (x === ":") {
153
- c.push(i.slice(m, A)), m = A + 1;
154
- continue;
155
- }
156
- if (x === "/") {
157
- b = A;
158
- continue;
159
- }
160
- }
161
- x === "[" ? a++ : x === "]" ? a-- : x === "(" ? u++ : x === ")" && u--;
162
- }
163
- const v = c.length === 0 ? i : i.slice(m);
164
- let S = v, I = !1;
165
- v.endsWith("!") ? (S = v.slice(0, -1), I = !0) : (
166
- /**
167
- * In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
168
- * @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
169
- */
170
- v.startsWith("!") && (S = v.slice(1), I = !0)
171
- );
172
- const T = b && b > m ? b - m : void 0;
173
- return ke(c, I, S, T);
174
- };
175
- if (r) {
176
- const i = r + ":", c = t;
177
- t = (a) => a.startsWith(i) ? c(a.slice(i.length)) : ke(Ke, !1, a, void 0, !0);
178
- }
179
- if (o) {
180
- const i = t;
181
- t = (c) => o({
182
- className: c,
183
- parseClassName: i
184
- });
185
- }
186
- return t;
187
- }, Ze = (e) => {
188
- const r = /* @__PURE__ */ new Map();
189
- return e.orderSensitiveModifiers.forEach((o, t) => {
190
- r.set(o, 1e6 + t);
191
- }), (o) => {
192
- const t = [];
193
- let i = [];
194
- for (let c = 0; c < o.length; c++) {
195
- const a = o[c], u = a[0] === "[", m = r.has(a);
196
- u || m ? (i.length > 0 && (i.sort(), t.push(...i), i = []), t.push(a)) : i.push(a);
197
- }
198
- return i.length > 0 && (i.sort(), t.push(...i)), t;
199
- };
200
- }, eo = (e) => ({
201
- cache: He(e.cacheSize),
202
- parseClassName: Qe(e),
203
- sortModifiers: Ze(e),
204
- ...je(e)
205
- }), oo = /\s+/, ro = (e, r) => {
206
- const {
207
- parseClassName: o,
208
- getClassGroupId: t,
209
- getConflictingClassGroupIds: i,
210
- sortModifiers: c
211
- } = r, a = [], u = e.trim().split(oo);
212
- let m = "";
213
- for (let b = u.length - 1; b >= 0; b -= 1) {
214
- const h = u[b], {
215
- isExternal: v,
216
- modifiers: S,
217
- hasImportantModifier: I,
218
- baseClassName: T,
219
- maybePostfixModifierPosition: A
220
- } = o(h);
221
- if (v) {
222
- m = h + (m.length > 0 ? " " + m : m);
223
- continue;
224
- }
225
- let x = !!A, G = t(x ? T.substring(0, A) : T);
226
- if (!G) {
227
- if (!x) {
228
- m = h + (m.length > 0 ? " " + m : m);
229
- continue;
230
- }
231
- if (G = t(T), !G) {
232
- m = h + (m.length > 0 ? " " + m : m);
233
- continue;
234
- }
235
- x = !1;
236
- }
237
- const $ = S.length === 0 ? "" : S.length === 1 ? S[0] : c(S).join(":"), W = I ? $ + "!" : $, N = W + G;
238
- if (a.indexOf(N) > -1)
239
- continue;
240
- a.push(N);
241
- const F = i(G, x);
242
- for (let O = 0; O < F.length; ++O) {
243
- const j = F[O];
244
- a.push(W + j);
245
- }
246
- m = h + (m.length > 0 ? " " + m : m);
247
- }
248
- return m;
249
- }, to = (...e) => {
250
- let r = 0, o, t, i = "";
251
- for (; r < e.length; )
252
- (o = e[r++]) && (t = Re(o)) && (i && (i += " "), i += t);
253
- return i;
254
- }, Re = (e) => {
255
- if (typeof e == "string")
256
- return e;
257
- let r, o = "";
258
- for (let t = 0; t < e.length; t++)
259
- e[t] && (r = Re(e[t])) && (o && (o += " "), o += r);
260
- return o;
261
- }, ie = (e, ...r) => {
262
- let o, t, i, c;
263
- const a = (m) => {
264
- const b = r.reduce((h, v) => v(h), e());
265
- return o = eo(b), t = o.cache.get, i = o.cache.set, c = u, u(m);
266
- }, u = (m) => {
267
- const b = t(m);
268
- if (b)
269
- return b;
270
- const h = ro(m, o);
271
- return i(m, h), h;
272
- };
273
- return c = a, (...m) => c(to(...m));
274
- }, so = [], f = (e) => {
275
- const r = (o) => o[e] || so;
276
- return r.isThemeGetter = !0, r;
277
- }, Ce = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Me = /^\((?:(\w[\w-]*):)?(.+)\)$/i, no = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, io = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ao = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, lo = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, co = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, mo = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, C = (e) => no.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), M = (e) => !!e && Number.isInteger(Number(e)), ne = (e) => e.endsWith("%") && p(e.slice(0, -1)), R = (e) => io.test(e), Pe = () => !0, po = (e) => (
278
- // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
279
- // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
280
- // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
281
- ao.test(e) && !lo.test(e)
282
- ), ce = () => !1, uo = (e) => co.test(e), bo = (e) => mo.test(e), fo = (e) => !s(e) && !n(e), go = (e) => P(e, Ge, ce), s = (e) => Ce.test(e), _ = (e) => P(e, Oe, po), xe = (e) => P(e, zo, p), ho = (e) => P(e, _e, Pe), wo = (e) => P(e, Ee, ce), ye = (e) => P(e, Ie, ce), ko = (e) => P(e, Te, bo), H = (e) => P(e, Le, uo), n = (e) => Me.test(e), B = (e) => L(e, Oe), xo = (e) => L(e, Ee), ve = (e) => L(e, Ie), yo = (e) => L(e, Ge), vo = (e) => L(e, Te), K = (e) => L(e, Le, !0), Ao = (e) => L(e, _e, !0), P = (e, r, o) => {
283
- const t = Ce.exec(e);
284
- return t ? t[1] ? r(t[1]) : o(t[2]) : !1;
285
- }, L = (e, r, o = !1) => {
286
- const t = Me.exec(e);
287
- return t ? t[1] ? r(t[1]) : o : !1;
288
- }, Ie = (e) => e === "position" || e === "percentage", Te = (e) => e === "image" || e === "url", Ge = (e) => e === "length" || e === "size" || e === "bg-size", Oe = (e) => e === "length", zo = (e) => e === "number", Ee = (e) => e === "family-name", _e = (e) => e === "number" || e === "weight", Le = (e) => e === "shadow", ae = () => {
289
- const e = f("color"), r = f("font"), o = f("text"), t = f("font-weight"), i = f("tracking"), c = f("leading"), a = f("breakpoint"), u = f("container"), m = f("spacing"), b = f("radius"), h = f("shadow"), v = f("inset-shadow"), S = f("text-shadow"), I = f("drop-shadow"), T = f("blur"), A = f("perspective"), x = f("aspect"), G = f("ease"), $ = f("animate"), W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], N = () => [
290
- "center",
291
- "top",
292
- "bottom",
293
- "left",
294
- "right",
295
- "top-left",
296
- // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
297
- "left-top",
298
- "top-right",
299
- // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
300
- "right-top",
301
- "bottom-right",
302
- // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
303
- "right-bottom",
304
- "bottom-left",
305
- // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
306
- "left-bottom"
307
- ], F = () => [...N(), n, s], O = () => ["auto", "hidden", "clip", "visible", "scroll"], j = () => ["auto", "contain", "none"], l = () => [n, s, m], y = () => [C, "full", "auto", ...l()], de = () => [M, "none", "subgrid", n, s], me = () => ["auto", {
308
- span: ["full", M, n, s]
309
- }, M, n, s], U = () => [M, "auto", n, s], pe = () => ["auto", "min", "max", "fr", n, s], ee = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], V = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...l()], E = () => [C, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...l()], oe = () => [C, "screen", "full", "dvw", "lvw", "svw", "min", "max", "fit", ...l()], re = () => [C, "screen", "full", "lh", "dvh", "lvh", "svh", "min", "max", "fit", ...l()], d = () => [e, n, s], ue = () => [...N(), ve, ye, {
310
- position: [n, s]
311
- }], be = () => ["no-repeat", {
312
- repeat: ["", "x", "y", "space", "round"]
313
- }], fe = () => ["auto", "cover", "contain", yo, go, {
314
- size: [n, s]
315
- }], te = () => [ne, B, _], w = () => [
316
- // Deprecated since Tailwind CSS v4.0.0
317
- "",
318
- "none",
319
- "full",
320
- b,
321
- n,
322
- s
323
- ], k = () => ["", p, B, _], Y = () => ["solid", "dashed", "dotted", "double"], ge = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], g = () => [p, ne, ve, ye], he = () => [
324
- // Deprecated since Tailwind CSS v4.0.0
325
- "",
326
- "none",
327
- T,
328
- n,
329
- s
330
- ], q = () => ["none", p, n, s], X = () => ["none", p, n, s], se = () => [p, n, s], J = () => [C, "full", ...l()];
331
- return {
332
- cacheSize: 500,
333
- theme: {
334
- animate: ["spin", "ping", "pulse", "bounce"],
335
- aspect: ["video"],
336
- blur: [R],
337
- breakpoint: [R],
338
- color: [Pe],
339
- container: [R],
340
- "drop-shadow": [R],
341
- ease: ["in", "out", "in-out"],
342
- font: [fo],
343
- "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
344
- "inset-shadow": [R],
345
- leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
346
- perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
347
- radius: [R],
348
- shadow: [R],
349
- spacing: ["px", p],
350
- text: [R],
351
- "text-shadow": [R],
352
- tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
353
- },
354
- classGroups: {
355
- // --------------
356
- // --- Layout ---
357
- // --------------
358
- /**
359
- * Aspect Ratio
360
- * @see https://tailwindcss.com/docs/aspect-ratio
361
- */
362
- aspect: [{
363
- aspect: ["auto", "square", C, s, n, x]
364
- }],
365
- /**
366
- * Container
367
- * @see https://tailwindcss.com/docs/container
368
- * @deprecated since Tailwind CSS v4.0.0
369
- */
370
- container: ["container"],
371
- /**
372
- * Columns
373
- * @see https://tailwindcss.com/docs/columns
374
- */
375
- columns: [{
376
- columns: [p, s, n, u]
377
- }],
378
- /**
379
- * Break After
380
- * @see https://tailwindcss.com/docs/break-after
381
- */
382
- "break-after": [{
383
- "break-after": W()
384
- }],
385
- /**
386
- * Break Before
387
- * @see https://tailwindcss.com/docs/break-before
388
- */
389
- "break-before": [{
390
- "break-before": W()
391
- }],
392
- /**
393
- * Break Inside
394
- * @see https://tailwindcss.com/docs/break-inside
395
- */
396
- "break-inside": [{
397
- "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
398
- }],
399
- /**
400
- * Box Decoration Break
401
- * @see https://tailwindcss.com/docs/box-decoration-break
402
- */
403
- "box-decoration": [{
404
- "box-decoration": ["slice", "clone"]
405
- }],
406
- /**
407
- * Box Sizing
408
- * @see https://tailwindcss.com/docs/box-sizing
409
- */
410
- box: [{
411
- box: ["border", "content"]
412
- }],
413
- /**
414
- * Display
415
- * @see https://tailwindcss.com/docs/display
416
- */
417
- display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
418
- /**
419
- * Screen Reader Only
420
- * @see https://tailwindcss.com/docs/display#screen-reader-only
421
- */
422
- sr: ["sr-only", "not-sr-only"],
423
- /**
424
- * Floats
425
- * @see https://tailwindcss.com/docs/float
426
- */
427
- float: [{
428
- float: ["right", "left", "none", "start", "end"]
429
- }],
430
- /**
431
- * Clear
432
- * @see https://tailwindcss.com/docs/clear
433
- */
434
- clear: [{
435
- clear: ["left", "right", "both", "none", "start", "end"]
436
- }],
437
- /**
438
- * Isolation
439
- * @see https://tailwindcss.com/docs/isolation
440
- */
441
- isolation: ["isolate", "isolation-auto"],
442
- /**
443
- * Object Fit
444
- * @see https://tailwindcss.com/docs/object-fit
445
- */
446
- "object-fit": [{
447
- object: ["contain", "cover", "fill", "none", "scale-down"]
448
- }],
449
- /**
450
- * Object Position
451
- * @see https://tailwindcss.com/docs/object-position
452
- */
453
- "object-position": [{
454
- object: F()
455
- }],
456
- /**
457
- * Overflow
458
- * @see https://tailwindcss.com/docs/overflow
459
- */
460
- overflow: [{
461
- overflow: O()
462
- }],
463
- /**
464
- * Overflow X
465
- * @see https://tailwindcss.com/docs/overflow
466
- */
467
- "overflow-x": [{
468
- "overflow-x": O()
469
- }],
470
- /**
471
- * Overflow Y
472
- * @see https://tailwindcss.com/docs/overflow
473
- */
474
- "overflow-y": [{
475
- "overflow-y": O()
476
- }],
477
- /**
478
- * Overscroll Behavior
479
- * @see https://tailwindcss.com/docs/overscroll-behavior
480
- */
481
- overscroll: [{
482
- overscroll: j()
483
- }],
484
- /**
485
- * Overscroll Behavior X
486
- * @see https://tailwindcss.com/docs/overscroll-behavior
487
- */
488
- "overscroll-x": [{
489
- "overscroll-x": j()
490
- }],
491
- /**
492
- * Overscroll Behavior Y
493
- * @see https://tailwindcss.com/docs/overscroll-behavior
494
- */
495
- "overscroll-y": [{
496
- "overscroll-y": j()
497
- }],
498
- /**
499
- * Position
500
- * @see https://tailwindcss.com/docs/position
501
- */
502
- position: ["static", "fixed", "absolute", "relative", "sticky"],
503
- /**
504
- * Inset
505
- * @see https://tailwindcss.com/docs/top-right-bottom-left
506
- */
507
- inset: [{
508
- inset: y()
509
- }],
510
- /**
511
- * Inset Inline
512
- * @see https://tailwindcss.com/docs/top-right-bottom-left
513
- */
514
- "inset-x": [{
515
- "inset-x": y()
516
- }],
517
- /**
518
- * Inset Block
519
- * @see https://tailwindcss.com/docs/top-right-bottom-left
520
- */
521
- "inset-y": [{
522
- "inset-y": y()
523
- }],
524
- /**
525
- * Inset Inline Start
526
- * @see https://tailwindcss.com/docs/top-right-bottom-left
527
- * @todo class group will be renamed to `inset-s` in next major release
528
- */
529
- start: [{
530
- "inset-s": y(),
531
- /**
532
- * @deprecated since Tailwind CSS v4.2.0 in favor of `inset-s-*` utilities.
533
- * @see https://github.com/tailwindlabs/tailwindcss/pull/19613
534
- */
535
- start: y()
536
- }],
537
- /**
538
- * Inset Inline End
539
- * @see https://tailwindcss.com/docs/top-right-bottom-left
540
- * @todo class group will be renamed to `inset-e` in next major release
541
- */
542
- end: [{
543
- "inset-e": y(),
544
- /**
545
- * @deprecated since Tailwind CSS v4.2.0 in favor of `inset-e-*` utilities.
546
- * @see https://github.com/tailwindlabs/tailwindcss/pull/19613
547
- */
548
- end: y()
549
- }],
550
- /**
551
- * Inset Block Start
552
- * @see https://tailwindcss.com/docs/top-right-bottom-left
553
- */
554
- "inset-bs": [{
555
- "inset-bs": y()
556
- }],
557
- /**
558
- * Inset Block End
559
- * @see https://tailwindcss.com/docs/top-right-bottom-left
560
- */
561
- "inset-be": [{
562
- "inset-be": y()
563
- }],
564
- /**
565
- * Top
566
- * @see https://tailwindcss.com/docs/top-right-bottom-left
567
- */
568
- top: [{
569
- top: y()
570
- }],
571
- /**
572
- * Right
573
- * @see https://tailwindcss.com/docs/top-right-bottom-left
574
- */
575
- right: [{
576
- right: y()
577
- }],
578
- /**
579
- * Bottom
580
- * @see https://tailwindcss.com/docs/top-right-bottom-left
581
- */
582
- bottom: [{
583
- bottom: y()
584
- }],
585
- /**
586
- * Left
587
- * @see https://tailwindcss.com/docs/top-right-bottom-left
588
- */
589
- left: [{
590
- left: y()
591
- }],
592
- /**
593
- * Visibility
594
- * @see https://tailwindcss.com/docs/visibility
595
- */
596
- visibility: ["visible", "invisible", "collapse"],
597
- /**
598
- * Z-Index
599
- * @see https://tailwindcss.com/docs/z-index
600
- */
601
- z: [{
602
- z: [M, "auto", n, s]
603
- }],
604
- // ------------------------
605
- // --- Flexbox and Grid ---
606
- // ------------------------
607
- /**
608
- * Flex Basis
609
- * @see https://tailwindcss.com/docs/flex-basis
610
- */
611
- basis: [{
612
- basis: [C, "full", "auto", u, ...l()]
613
- }],
614
- /**
615
- * Flex Direction
616
- * @see https://tailwindcss.com/docs/flex-direction
617
- */
618
- "flex-direction": [{
619
- flex: ["row", "row-reverse", "col", "col-reverse"]
620
- }],
621
- /**
622
- * Flex Wrap
623
- * @see https://tailwindcss.com/docs/flex-wrap
624
- */
625
- "flex-wrap": [{
626
- flex: ["nowrap", "wrap", "wrap-reverse"]
627
- }],
628
- /**
629
- * Flex
630
- * @see https://tailwindcss.com/docs/flex
631
- */
632
- flex: [{
633
- flex: [p, C, "auto", "initial", "none", s]
634
- }],
635
- /**
636
- * Flex Grow
637
- * @see https://tailwindcss.com/docs/flex-grow
638
- */
639
- grow: [{
640
- grow: ["", p, n, s]
641
- }],
642
- /**
643
- * Flex Shrink
644
- * @see https://tailwindcss.com/docs/flex-shrink
645
- */
646
- shrink: [{
647
- shrink: ["", p, n, s]
648
- }],
649
- /**
650
- * Order
651
- * @see https://tailwindcss.com/docs/order
652
- */
653
- order: [{
654
- order: [M, "first", "last", "none", n, s]
655
- }],
656
- /**
657
- * Grid Template Columns
658
- * @see https://tailwindcss.com/docs/grid-template-columns
659
- */
660
- "grid-cols": [{
661
- "grid-cols": de()
662
- }],
663
- /**
664
- * Grid Column Start / End
665
- * @see https://tailwindcss.com/docs/grid-column
666
- */
667
- "col-start-end": [{
668
- col: me()
669
- }],
670
- /**
671
- * Grid Column Start
672
- * @see https://tailwindcss.com/docs/grid-column
673
- */
674
- "col-start": [{
675
- "col-start": U()
676
- }],
677
- /**
678
- * Grid Column End
679
- * @see https://tailwindcss.com/docs/grid-column
680
- */
681
- "col-end": [{
682
- "col-end": U()
683
- }],
684
- /**
685
- * Grid Template Rows
686
- * @see https://tailwindcss.com/docs/grid-template-rows
687
- */
688
- "grid-rows": [{
689
- "grid-rows": de()
690
- }],
691
- /**
692
- * Grid Row Start / End
693
- * @see https://tailwindcss.com/docs/grid-row
694
- */
695
- "row-start-end": [{
696
- row: me()
697
- }],
698
- /**
699
- * Grid Row Start
700
- * @see https://tailwindcss.com/docs/grid-row
701
- */
702
- "row-start": [{
703
- "row-start": U()
704
- }],
705
- /**
706
- * Grid Row End
707
- * @see https://tailwindcss.com/docs/grid-row
708
- */
709
- "row-end": [{
710
- "row-end": U()
711
- }],
712
- /**
713
- * Grid Auto Flow
714
- * @see https://tailwindcss.com/docs/grid-auto-flow
715
- */
716
- "grid-flow": [{
717
- "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
718
- }],
719
- /**
720
- * Grid Auto Columns
721
- * @see https://tailwindcss.com/docs/grid-auto-columns
722
- */
723
- "auto-cols": [{
724
- "auto-cols": pe()
725
- }],
726
- /**
727
- * Grid Auto Rows
728
- * @see https://tailwindcss.com/docs/grid-auto-rows
729
- */
730
- "auto-rows": [{
731
- "auto-rows": pe()
732
- }],
733
- /**
734
- * Gap
735
- * @see https://tailwindcss.com/docs/gap
736
- */
737
- gap: [{
738
- gap: l()
739
- }],
740
- /**
741
- * Gap X
742
- * @see https://tailwindcss.com/docs/gap
743
- */
744
- "gap-x": [{
745
- "gap-x": l()
746
- }],
747
- /**
748
- * Gap Y
749
- * @see https://tailwindcss.com/docs/gap
750
- */
751
- "gap-y": [{
752
- "gap-y": l()
753
- }],
754
- /**
755
- * Justify Content
756
- * @see https://tailwindcss.com/docs/justify-content
757
- */
758
- "justify-content": [{
759
- justify: [...ee(), "normal"]
760
- }],
761
- /**
762
- * Justify Items
763
- * @see https://tailwindcss.com/docs/justify-items
764
- */
765
- "justify-items": [{
766
- "justify-items": [...V(), "normal"]
767
- }],
768
- /**
769
- * Justify Self
770
- * @see https://tailwindcss.com/docs/justify-self
771
- */
772
- "justify-self": [{
773
- "justify-self": ["auto", ...V()]
774
- }],
775
- /**
776
- * Align Content
777
- * @see https://tailwindcss.com/docs/align-content
778
- */
779
- "align-content": [{
780
- content: ["normal", ...ee()]
781
- }],
782
- /**
783
- * Align Items
784
- * @see https://tailwindcss.com/docs/align-items
785
- */
786
- "align-items": [{
787
- items: [...V(), {
788
- baseline: ["", "last"]
789
- }]
790
- }],
791
- /**
792
- * Align Self
793
- * @see https://tailwindcss.com/docs/align-self
794
- */
795
- "align-self": [{
796
- self: ["auto", ...V(), {
797
- baseline: ["", "last"]
798
- }]
799
- }],
800
- /**
801
- * Place Content
802
- * @see https://tailwindcss.com/docs/place-content
803
- */
804
- "place-content": [{
805
- "place-content": ee()
806
- }],
807
- /**
808
- * Place Items
809
- * @see https://tailwindcss.com/docs/place-items
810
- */
811
- "place-items": [{
812
- "place-items": [...V(), "baseline"]
813
- }],
814
- /**
815
- * Place Self
816
- * @see https://tailwindcss.com/docs/place-self
817
- */
818
- "place-self": [{
819
- "place-self": ["auto", ...V()]
820
- }],
821
- // Spacing
822
- /**
823
- * Padding
824
- * @see https://tailwindcss.com/docs/padding
825
- */
826
- p: [{
827
- p: l()
828
- }],
829
- /**
830
- * Padding Inline
831
- * @see https://tailwindcss.com/docs/padding
832
- */
833
- px: [{
834
- px: l()
835
- }],
836
- /**
837
- * Padding Block
838
- * @see https://tailwindcss.com/docs/padding
839
- */
840
- py: [{
841
- py: l()
842
- }],
843
- /**
844
- * Padding Inline Start
845
- * @see https://tailwindcss.com/docs/padding
846
- */
847
- ps: [{
848
- ps: l()
849
- }],
850
- /**
851
- * Padding Inline End
852
- * @see https://tailwindcss.com/docs/padding
853
- */
854
- pe: [{
855
- pe: l()
856
- }],
857
- /**
858
- * Padding Block Start
859
- * @see https://tailwindcss.com/docs/padding
860
- */
861
- pbs: [{
862
- pbs: l()
863
- }],
864
- /**
865
- * Padding Block End
866
- * @see https://tailwindcss.com/docs/padding
867
- */
868
- pbe: [{
869
- pbe: l()
870
- }],
871
- /**
872
- * Padding Top
873
- * @see https://tailwindcss.com/docs/padding
874
- */
875
- pt: [{
876
- pt: l()
877
- }],
878
- /**
879
- * Padding Right
880
- * @see https://tailwindcss.com/docs/padding
881
- */
882
- pr: [{
883
- pr: l()
884
- }],
885
- /**
886
- * Padding Bottom
887
- * @see https://tailwindcss.com/docs/padding
888
- */
889
- pb: [{
890
- pb: l()
891
- }],
892
- /**
893
- * Padding Left
894
- * @see https://tailwindcss.com/docs/padding
895
- */
896
- pl: [{
897
- pl: l()
898
- }],
899
- /**
900
- * Margin
901
- * @see https://tailwindcss.com/docs/margin
902
- */
903
- m: [{
904
- m: z()
905
- }],
906
- /**
907
- * Margin Inline
908
- * @see https://tailwindcss.com/docs/margin
909
- */
910
- mx: [{
911
- mx: z()
912
- }],
913
- /**
914
- * Margin Block
915
- * @see https://tailwindcss.com/docs/margin
916
- */
917
- my: [{
918
- my: z()
919
- }],
920
- /**
921
- * Margin Inline Start
922
- * @see https://tailwindcss.com/docs/margin
923
- */
924
- ms: [{
925
- ms: z()
926
- }],
927
- /**
928
- * Margin Inline End
929
- * @see https://tailwindcss.com/docs/margin
930
- */
931
- me: [{
932
- me: z()
933
- }],
934
- /**
935
- * Margin Block Start
936
- * @see https://tailwindcss.com/docs/margin
937
- */
938
- mbs: [{
939
- mbs: z()
940
- }],
941
- /**
942
- * Margin Block End
943
- * @see https://tailwindcss.com/docs/margin
944
- */
945
- mbe: [{
946
- mbe: z()
947
- }],
948
- /**
949
- * Margin Top
950
- * @see https://tailwindcss.com/docs/margin
951
- */
952
- mt: [{
953
- mt: z()
954
- }],
955
- /**
956
- * Margin Right
957
- * @see https://tailwindcss.com/docs/margin
958
- */
959
- mr: [{
960
- mr: z()
961
- }],
962
- /**
963
- * Margin Bottom
964
- * @see https://tailwindcss.com/docs/margin
965
- */
966
- mb: [{
967
- mb: z()
968
- }],
969
- /**
970
- * Margin Left
971
- * @see https://tailwindcss.com/docs/margin
972
- */
973
- ml: [{
974
- ml: z()
975
- }],
976
- /**
977
- * Space Between X
978
- * @see https://tailwindcss.com/docs/margin#adding-space-between-children
979
- */
980
- "space-x": [{
981
- "space-x": l()
982
- }],
983
- /**
984
- * Space Between X Reverse
985
- * @see https://tailwindcss.com/docs/margin#adding-space-between-children
986
- */
987
- "space-x-reverse": ["space-x-reverse"],
988
- /**
989
- * Space Between Y
990
- * @see https://tailwindcss.com/docs/margin#adding-space-between-children
991
- */
992
- "space-y": [{
993
- "space-y": l()
994
- }],
995
- /**
996
- * Space Between Y Reverse
997
- * @see https://tailwindcss.com/docs/margin#adding-space-between-children
998
- */
999
- "space-y-reverse": ["space-y-reverse"],
1000
- // --------------
1001
- // --- Sizing ---
1002
- // --------------
1003
- /**
1004
- * Size
1005
- * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
1006
- */
1007
- size: [{
1008
- size: E()
1009
- }],
1010
- /**
1011
- * Inline Size
1012
- * @see https://tailwindcss.com/docs/width
1013
- */
1014
- "inline-size": [{
1015
- inline: ["auto", ...oe()]
1016
- }],
1017
- /**
1018
- * Min-Inline Size
1019
- * @see https://tailwindcss.com/docs/min-width
1020
- */
1021
- "min-inline-size": [{
1022
- "min-inline": ["auto", ...oe()]
1023
- }],
1024
- /**
1025
- * Max-Inline Size
1026
- * @see https://tailwindcss.com/docs/max-width
1027
- */
1028
- "max-inline-size": [{
1029
- "max-inline": ["none", ...oe()]
1030
- }],
1031
- /**
1032
- * Block Size
1033
- * @see https://tailwindcss.com/docs/height
1034
- */
1035
- "block-size": [{
1036
- block: ["auto", ...re()]
1037
- }],
1038
- /**
1039
- * Min-Block Size
1040
- * @see https://tailwindcss.com/docs/min-height
1041
- */
1042
- "min-block-size": [{
1043
- "min-block": ["auto", ...re()]
1044
- }],
1045
- /**
1046
- * Max-Block Size
1047
- * @see https://tailwindcss.com/docs/max-height
1048
- */
1049
- "max-block-size": [{
1050
- "max-block": ["none", ...re()]
1051
- }],
1052
- /**
1053
- * Width
1054
- * @see https://tailwindcss.com/docs/width
1055
- */
1056
- w: [{
1057
- w: [u, "screen", ...E()]
1058
- }],
1059
- /**
1060
- * Min-Width
1061
- * @see https://tailwindcss.com/docs/min-width
1062
- */
1063
- "min-w": [{
1064
- "min-w": [
1065
- u,
1066
- "screen",
1067
- /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1068
- "none",
1069
- ...E()
1070
- ]
1071
- }],
1072
- /**
1073
- * Max-Width
1074
- * @see https://tailwindcss.com/docs/max-width
1075
- */
1076
- "max-w": [{
1077
- "max-w": [
1078
- u,
1079
- "screen",
1080
- "none",
1081
- /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1082
- "prose",
1083
- /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1084
- {
1085
- screen: [a]
1086
- },
1087
- ...E()
1088
- ]
1089
- }],
1090
- /**
1091
- * Height
1092
- * @see https://tailwindcss.com/docs/height
1093
- */
1094
- h: [{
1095
- h: ["screen", "lh", ...E()]
1096
- }],
1097
- /**
1098
- * Min-Height
1099
- * @see https://tailwindcss.com/docs/min-height
1100
- */
1101
- "min-h": [{
1102
- "min-h": ["screen", "lh", "none", ...E()]
1103
- }],
1104
- /**
1105
- * Max-Height
1106
- * @see https://tailwindcss.com/docs/max-height
1107
- */
1108
- "max-h": [{
1109
- "max-h": ["screen", "lh", ...E()]
1110
- }],
1111
- // ------------------
1112
- // --- Typography ---
1113
- // ------------------
1114
- /**
1115
- * Font Size
1116
- * @see https://tailwindcss.com/docs/font-size
1117
- */
1118
- "font-size": [{
1119
- text: ["base", o, B, _]
1120
- }],
1121
- /**
1122
- * Font Smoothing
1123
- * @see https://tailwindcss.com/docs/font-smoothing
1124
- */
1125
- "font-smoothing": ["antialiased", "subpixel-antialiased"],
1126
- /**
1127
- * Font Style
1128
- * @see https://tailwindcss.com/docs/font-style
1129
- */
1130
- "font-style": ["italic", "not-italic"],
1131
- /**
1132
- * Font Weight
1133
- * @see https://tailwindcss.com/docs/font-weight
1134
- */
1135
- "font-weight": [{
1136
- font: [t, Ao, ho]
1137
- }],
1138
- /**
1139
- * Font Stretch
1140
- * @see https://tailwindcss.com/docs/font-stretch
1141
- */
1142
- "font-stretch": [{
1143
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ne, s]
1144
- }],
1145
- /**
1146
- * Font Family
1147
- * @see https://tailwindcss.com/docs/font-family
1148
- */
1149
- "font-family": [{
1150
- font: [xo, wo, r]
1151
- }],
1152
- /**
1153
- * Font Feature Settings
1154
- * @see https://tailwindcss.com/docs/font-feature-settings
1155
- */
1156
- "font-features": [{
1157
- "font-features": [s]
1158
- }],
1159
- /**
1160
- * Font Variant Numeric
1161
- * @see https://tailwindcss.com/docs/font-variant-numeric
1162
- */
1163
- "fvn-normal": ["normal-nums"],
1164
- /**
1165
- * Font Variant Numeric
1166
- * @see https://tailwindcss.com/docs/font-variant-numeric
1167
- */
1168
- "fvn-ordinal": ["ordinal"],
1169
- /**
1170
- * Font Variant Numeric
1171
- * @see https://tailwindcss.com/docs/font-variant-numeric
1172
- */
1173
- "fvn-slashed-zero": ["slashed-zero"],
1174
- /**
1175
- * Font Variant Numeric
1176
- * @see https://tailwindcss.com/docs/font-variant-numeric
1177
- */
1178
- "fvn-figure": ["lining-nums", "oldstyle-nums"],
1179
- /**
1180
- * Font Variant Numeric
1181
- * @see https://tailwindcss.com/docs/font-variant-numeric
1182
- */
1183
- "fvn-spacing": ["proportional-nums", "tabular-nums"],
1184
- /**
1185
- * Font Variant Numeric
1186
- * @see https://tailwindcss.com/docs/font-variant-numeric
1187
- */
1188
- "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
1189
- /**
1190
- * Letter Spacing
1191
- * @see https://tailwindcss.com/docs/letter-spacing
1192
- */
1193
- tracking: [{
1194
- tracking: [i, n, s]
1195
- }],
1196
- /**
1197
- * Line Clamp
1198
- * @see https://tailwindcss.com/docs/line-clamp
1199
- */
1200
- "line-clamp": [{
1201
- "line-clamp": [p, "none", n, xe]
1202
- }],
1203
- /**
1204
- * Line Height
1205
- * @see https://tailwindcss.com/docs/line-height
1206
- */
1207
- leading: [{
1208
- leading: [
1209
- /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1210
- c,
1211
- ...l()
1212
- ]
1213
- }],
1214
- /**
1215
- * List Style Image
1216
- * @see https://tailwindcss.com/docs/list-style-image
1217
- */
1218
- "list-image": [{
1219
- "list-image": ["none", n, s]
1220
- }],
1221
- /**
1222
- * List Style Position
1223
- * @see https://tailwindcss.com/docs/list-style-position
1224
- */
1225
- "list-style-position": [{
1226
- list: ["inside", "outside"]
1227
- }],
1228
- /**
1229
- * List Style Type
1230
- * @see https://tailwindcss.com/docs/list-style-type
1231
- */
1232
- "list-style-type": [{
1233
- list: ["disc", "decimal", "none", n, s]
1234
- }],
1235
- /**
1236
- * Text Alignment
1237
- * @see https://tailwindcss.com/docs/text-align
1238
- */
1239
- "text-alignment": [{
1240
- text: ["left", "center", "right", "justify", "start", "end"]
1241
- }],
1242
- /**
1243
- * Placeholder Color
1244
- * @deprecated since Tailwind CSS v3.0.0
1245
- * @see https://v3.tailwindcss.com/docs/placeholder-color
1246
- */
1247
- "placeholder-color": [{
1248
- placeholder: d()
1249
- }],
1250
- /**
1251
- * Text Color
1252
- * @see https://tailwindcss.com/docs/text-color
1253
- */
1254
- "text-color": [{
1255
- text: d()
1256
- }],
1257
- /**
1258
- * Text Decoration
1259
- * @see https://tailwindcss.com/docs/text-decoration
1260
- */
1261
- "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1262
- /**
1263
- * Text Decoration Style
1264
- * @see https://tailwindcss.com/docs/text-decoration-style
1265
- */
1266
- "text-decoration-style": [{
1267
- decoration: [...Y(), "wavy"]
1268
- }],
1269
- /**
1270
- * Text Decoration Thickness
1271
- * @see https://tailwindcss.com/docs/text-decoration-thickness
1272
- */
1273
- "text-decoration-thickness": [{
1274
- decoration: [p, "from-font", "auto", n, _]
1275
- }],
1276
- /**
1277
- * Text Decoration Color
1278
- * @see https://tailwindcss.com/docs/text-decoration-color
1279
- */
1280
- "text-decoration-color": [{
1281
- decoration: d()
1282
- }],
1283
- /**
1284
- * Text Underline Offset
1285
- * @see https://tailwindcss.com/docs/text-underline-offset
1286
- */
1287
- "underline-offset": [{
1288
- "underline-offset": [p, "auto", n, s]
1289
- }],
1290
- /**
1291
- * Text Transform
1292
- * @see https://tailwindcss.com/docs/text-transform
1293
- */
1294
- "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1295
- /**
1296
- * Text Overflow
1297
- * @see https://tailwindcss.com/docs/text-overflow
1298
- */
1299
- "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1300
- /**
1301
- * Text Wrap
1302
- * @see https://tailwindcss.com/docs/text-wrap
1303
- */
1304
- "text-wrap": [{
1305
- text: ["wrap", "nowrap", "balance", "pretty"]
1306
- }],
1307
- /**
1308
- * Text Indent
1309
- * @see https://tailwindcss.com/docs/text-indent
1310
- */
1311
- indent: [{
1312
- indent: l()
1313
- }],
1314
- /**
1315
- * Vertical Alignment
1316
- * @see https://tailwindcss.com/docs/vertical-align
1317
- */
1318
- "vertical-align": [{
1319
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", n, s]
1320
- }],
1321
- /**
1322
- * Whitespace
1323
- * @see https://tailwindcss.com/docs/whitespace
1324
- */
1325
- whitespace: [{
1326
- whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
1327
- }],
1328
- /**
1329
- * Word Break
1330
- * @see https://tailwindcss.com/docs/word-break
1331
- */
1332
- break: [{
1333
- break: ["normal", "words", "all", "keep"]
1334
- }],
1335
- /**
1336
- * Overflow Wrap
1337
- * @see https://tailwindcss.com/docs/overflow-wrap
1338
- */
1339
- wrap: [{
1340
- wrap: ["break-word", "anywhere", "normal"]
1341
- }],
1342
- /**
1343
- * Hyphens
1344
- * @see https://tailwindcss.com/docs/hyphens
1345
- */
1346
- hyphens: [{
1347
- hyphens: ["none", "manual", "auto"]
1348
- }],
1349
- /**
1350
- * Content
1351
- * @see https://tailwindcss.com/docs/content
1352
- */
1353
- content: [{
1354
- content: ["none", n, s]
1355
- }],
1356
- // -------------------
1357
- // --- Backgrounds ---
1358
- // -------------------
1359
- /**
1360
- * Background Attachment
1361
- * @see https://tailwindcss.com/docs/background-attachment
1362
- */
1363
- "bg-attachment": [{
1364
- bg: ["fixed", "local", "scroll"]
1365
- }],
1366
- /**
1367
- * Background Clip
1368
- * @see https://tailwindcss.com/docs/background-clip
1369
- */
1370
- "bg-clip": [{
1371
- "bg-clip": ["border", "padding", "content", "text"]
1372
- }],
1373
- /**
1374
- * Background Origin
1375
- * @see https://tailwindcss.com/docs/background-origin
1376
- */
1377
- "bg-origin": [{
1378
- "bg-origin": ["border", "padding", "content"]
1379
- }],
1380
- /**
1381
- * Background Position
1382
- * @see https://tailwindcss.com/docs/background-position
1383
- */
1384
- "bg-position": [{
1385
- bg: ue()
1386
- }],
1387
- /**
1388
- * Background Repeat
1389
- * @see https://tailwindcss.com/docs/background-repeat
1390
- */
1391
- "bg-repeat": [{
1392
- bg: be()
1393
- }],
1394
- /**
1395
- * Background Size
1396
- * @see https://tailwindcss.com/docs/background-size
1397
- */
1398
- "bg-size": [{
1399
- bg: fe()
1400
- }],
1401
- /**
1402
- * Background Image
1403
- * @see https://tailwindcss.com/docs/background-image
1404
- */
1405
- "bg-image": [{
1406
- bg: ["none", {
1407
- linear: [{
1408
- to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1409
- }, M, n, s],
1410
- radial: ["", n, s],
1411
- conic: [M, n, s]
1412
- }, vo, ko]
1413
- }],
1414
- /**
1415
- * Background Color
1416
- * @see https://tailwindcss.com/docs/background-color
1417
- */
1418
- "bg-color": [{
1419
- bg: d()
1420
- }],
1421
- /**
1422
- * Gradient Color Stops From Position
1423
- * @see https://tailwindcss.com/docs/gradient-color-stops
1424
- */
1425
- "gradient-from-pos": [{
1426
- from: te()
1427
- }],
1428
- /**
1429
- * Gradient Color Stops Via Position
1430
- * @see https://tailwindcss.com/docs/gradient-color-stops
1431
- */
1432
- "gradient-via-pos": [{
1433
- via: te()
1434
- }],
1435
- /**
1436
- * Gradient Color Stops To Position
1437
- * @see https://tailwindcss.com/docs/gradient-color-stops
1438
- */
1439
- "gradient-to-pos": [{
1440
- to: te()
1441
- }],
1442
- /**
1443
- * Gradient Color Stops From
1444
- * @see https://tailwindcss.com/docs/gradient-color-stops
1445
- */
1446
- "gradient-from": [{
1447
- from: d()
1448
- }],
1449
- /**
1450
- * Gradient Color Stops Via
1451
- * @see https://tailwindcss.com/docs/gradient-color-stops
1452
- */
1453
- "gradient-via": [{
1454
- via: d()
1455
- }],
1456
- /**
1457
- * Gradient Color Stops To
1458
- * @see https://tailwindcss.com/docs/gradient-color-stops
1459
- */
1460
- "gradient-to": [{
1461
- to: d()
1462
- }],
1463
- // ---------------
1464
- // --- Borders ---
1465
- // ---------------
1466
- /**
1467
- * Border Radius
1468
- * @see https://tailwindcss.com/docs/border-radius
1469
- */
1470
- rounded: [{
1471
- rounded: w()
1472
- }],
1473
- /**
1474
- * Border Radius Start
1475
- * @see https://tailwindcss.com/docs/border-radius
1476
- */
1477
- "rounded-s": [{
1478
- "rounded-s": w()
1479
- }],
1480
- /**
1481
- * Border Radius End
1482
- * @see https://tailwindcss.com/docs/border-radius
1483
- */
1484
- "rounded-e": [{
1485
- "rounded-e": w()
1486
- }],
1487
- /**
1488
- * Border Radius Top
1489
- * @see https://tailwindcss.com/docs/border-radius
1490
- */
1491
- "rounded-t": [{
1492
- "rounded-t": w()
1493
- }],
1494
- /**
1495
- * Border Radius Right
1496
- * @see https://tailwindcss.com/docs/border-radius
1497
- */
1498
- "rounded-r": [{
1499
- "rounded-r": w()
1500
- }],
1501
- /**
1502
- * Border Radius Bottom
1503
- * @see https://tailwindcss.com/docs/border-radius
1504
- */
1505
- "rounded-b": [{
1506
- "rounded-b": w()
1507
- }],
1508
- /**
1509
- * Border Radius Left
1510
- * @see https://tailwindcss.com/docs/border-radius
1511
- */
1512
- "rounded-l": [{
1513
- "rounded-l": w()
1514
- }],
1515
- /**
1516
- * Border Radius Start Start
1517
- * @see https://tailwindcss.com/docs/border-radius
1518
- */
1519
- "rounded-ss": [{
1520
- "rounded-ss": w()
1521
- }],
1522
- /**
1523
- * Border Radius Start End
1524
- * @see https://tailwindcss.com/docs/border-radius
1525
- */
1526
- "rounded-se": [{
1527
- "rounded-se": w()
1528
- }],
1529
- /**
1530
- * Border Radius End End
1531
- * @see https://tailwindcss.com/docs/border-radius
1532
- */
1533
- "rounded-ee": [{
1534
- "rounded-ee": w()
1535
- }],
1536
- /**
1537
- * Border Radius End Start
1538
- * @see https://tailwindcss.com/docs/border-radius
1539
- */
1540
- "rounded-es": [{
1541
- "rounded-es": w()
1542
- }],
1543
- /**
1544
- * Border Radius Top Left
1545
- * @see https://tailwindcss.com/docs/border-radius
1546
- */
1547
- "rounded-tl": [{
1548
- "rounded-tl": w()
1549
- }],
1550
- /**
1551
- * Border Radius Top Right
1552
- * @see https://tailwindcss.com/docs/border-radius
1553
- */
1554
- "rounded-tr": [{
1555
- "rounded-tr": w()
1556
- }],
1557
- /**
1558
- * Border Radius Bottom Right
1559
- * @see https://tailwindcss.com/docs/border-radius
1560
- */
1561
- "rounded-br": [{
1562
- "rounded-br": w()
1563
- }],
1564
- /**
1565
- * Border Radius Bottom Left
1566
- * @see https://tailwindcss.com/docs/border-radius
1567
- */
1568
- "rounded-bl": [{
1569
- "rounded-bl": w()
1570
- }],
1571
- /**
1572
- * Border Width
1573
- * @see https://tailwindcss.com/docs/border-width
1574
- */
1575
- "border-w": [{
1576
- border: k()
1577
- }],
1578
- /**
1579
- * Border Width Inline
1580
- * @see https://tailwindcss.com/docs/border-width
1581
- */
1582
- "border-w-x": [{
1583
- "border-x": k()
1584
- }],
1585
- /**
1586
- * Border Width Block
1587
- * @see https://tailwindcss.com/docs/border-width
1588
- */
1589
- "border-w-y": [{
1590
- "border-y": k()
1591
- }],
1592
- /**
1593
- * Border Width Inline Start
1594
- * @see https://tailwindcss.com/docs/border-width
1595
- */
1596
- "border-w-s": [{
1597
- "border-s": k()
1598
- }],
1599
- /**
1600
- * Border Width Inline End
1601
- * @see https://tailwindcss.com/docs/border-width
1602
- */
1603
- "border-w-e": [{
1604
- "border-e": k()
1605
- }],
1606
- /**
1607
- * Border Width Block Start
1608
- * @see https://tailwindcss.com/docs/border-width
1609
- */
1610
- "border-w-bs": [{
1611
- "border-bs": k()
1612
- }],
1613
- /**
1614
- * Border Width Block End
1615
- * @see https://tailwindcss.com/docs/border-width
1616
- */
1617
- "border-w-be": [{
1618
- "border-be": k()
1619
- }],
1620
- /**
1621
- * Border Width Top
1622
- * @see https://tailwindcss.com/docs/border-width
1623
- */
1624
- "border-w-t": [{
1625
- "border-t": k()
1626
- }],
1627
- /**
1628
- * Border Width Right
1629
- * @see https://tailwindcss.com/docs/border-width
1630
- */
1631
- "border-w-r": [{
1632
- "border-r": k()
1633
- }],
1634
- /**
1635
- * Border Width Bottom
1636
- * @see https://tailwindcss.com/docs/border-width
1637
- */
1638
- "border-w-b": [{
1639
- "border-b": k()
1640
- }],
1641
- /**
1642
- * Border Width Left
1643
- * @see https://tailwindcss.com/docs/border-width
1644
- */
1645
- "border-w-l": [{
1646
- "border-l": k()
1647
- }],
1648
- /**
1649
- * Divide Width X
1650
- * @see https://tailwindcss.com/docs/border-width#between-children
1651
- */
1652
- "divide-x": [{
1653
- "divide-x": k()
1654
- }],
1655
- /**
1656
- * Divide Width X Reverse
1657
- * @see https://tailwindcss.com/docs/border-width#between-children
1658
- */
1659
- "divide-x-reverse": ["divide-x-reverse"],
1660
- /**
1661
- * Divide Width Y
1662
- * @see https://tailwindcss.com/docs/border-width#between-children
1663
- */
1664
- "divide-y": [{
1665
- "divide-y": k()
1666
- }],
1667
- /**
1668
- * Divide Width Y Reverse
1669
- * @see https://tailwindcss.com/docs/border-width#between-children
1670
- */
1671
- "divide-y-reverse": ["divide-y-reverse"],
1672
- /**
1673
- * Border Style
1674
- * @see https://tailwindcss.com/docs/border-style
1675
- */
1676
- "border-style": [{
1677
- border: [...Y(), "hidden", "none"]
1678
- }],
1679
- /**
1680
- * Divide Style
1681
- * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
1682
- */
1683
- "divide-style": [{
1684
- divide: [...Y(), "hidden", "none"]
1685
- }],
1686
- /**
1687
- * Border Color
1688
- * @see https://tailwindcss.com/docs/border-color
1689
- */
1690
- "border-color": [{
1691
- border: d()
1692
- }],
1693
- /**
1694
- * Border Color Inline
1695
- * @see https://tailwindcss.com/docs/border-color
1696
- */
1697
- "border-color-x": [{
1698
- "border-x": d()
1699
- }],
1700
- /**
1701
- * Border Color Block
1702
- * @see https://tailwindcss.com/docs/border-color
1703
- */
1704
- "border-color-y": [{
1705
- "border-y": d()
1706
- }],
1707
- /**
1708
- * Border Color Inline Start
1709
- * @see https://tailwindcss.com/docs/border-color
1710
- */
1711
- "border-color-s": [{
1712
- "border-s": d()
1713
- }],
1714
- /**
1715
- * Border Color Inline End
1716
- * @see https://tailwindcss.com/docs/border-color
1717
- */
1718
- "border-color-e": [{
1719
- "border-e": d()
1720
- }],
1721
- /**
1722
- * Border Color Block Start
1723
- * @see https://tailwindcss.com/docs/border-color
1724
- */
1725
- "border-color-bs": [{
1726
- "border-bs": d()
1727
- }],
1728
- /**
1729
- * Border Color Block End
1730
- * @see https://tailwindcss.com/docs/border-color
1731
- */
1732
- "border-color-be": [{
1733
- "border-be": d()
1734
- }],
1735
- /**
1736
- * Border Color Top
1737
- * @see https://tailwindcss.com/docs/border-color
1738
- */
1739
- "border-color-t": [{
1740
- "border-t": d()
1741
- }],
1742
- /**
1743
- * Border Color Right
1744
- * @see https://tailwindcss.com/docs/border-color
1745
- */
1746
- "border-color-r": [{
1747
- "border-r": d()
1748
- }],
1749
- /**
1750
- * Border Color Bottom
1751
- * @see https://tailwindcss.com/docs/border-color
1752
- */
1753
- "border-color-b": [{
1754
- "border-b": d()
1755
- }],
1756
- /**
1757
- * Border Color Left
1758
- * @see https://tailwindcss.com/docs/border-color
1759
- */
1760
- "border-color-l": [{
1761
- "border-l": d()
1762
- }],
1763
- /**
1764
- * Divide Color
1765
- * @see https://tailwindcss.com/docs/divide-color
1766
- */
1767
- "divide-color": [{
1768
- divide: d()
1769
- }],
1770
- /**
1771
- * Outline Style
1772
- * @see https://tailwindcss.com/docs/outline-style
1773
- */
1774
- "outline-style": [{
1775
- outline: [...Y(), "none", "hidden"]
1776
- }],
1777
- /**
1778
- * Outline Offset
1779
- * @see https://tailwindcss.com/docs/outline-offset
1780
- */
1781
- "outline-offset": [{
1782
- "outline-offset": [p, n, s]
1783
- }],
1784
- /**
1785
- * Outline Width
1786
- * @see https://tailwindcss.com/docs/outline-width
1787
- */
1788
- "outline-w": [{
1789
- outline: ["", p, B, _]
1790
- }],
1791
- /**
1792
- * Outline Color
1793
- * @see https://tailwindcss.com/docs/outline-color
1794
- */
1795
- "outline-color": [{
1796
- outline: d()
1797
- }],
1798
- // ---------------
1799
- // --- Effects ---
1800
- // ---------------
1801
- /**
1802
- * Box Shadow
1803
- * @see https://tailwindcss.com/docs/box-shadow
1804
- */
1805
- shadow: [{
1806
- shadow: [
1807
- // Deprecated since Tailwind CSS v4.0.0
1808
- "",
1809
- "none",
1810
- h,
1811
- K,
1812
- H
1813
- ]
1814
- }],
1815
- /**
1816
- * Box Shadow Color
1817
- * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
1818
- */
1819
- "shadow-color": [{
1820
- shadow: d()
1821
- }],
1822
- /**
1823
- * Inset Box Shadow
1824
- * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1825
- */
1826
- "inset-shadow": [{
1827
- "inset-shadow": ["none", v, K, H]
1828
- }],
1829
- /**
1830
- * Inset Box Shadow Color
1831
- * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
1832
- */
1833
- "inset-shadow-color": [{
1834
- "inset-shadow": d()
1835
- }],
1836
- /**
1837
- * Ring Width
1838
- * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
1839
- */
1840
- "ring-w": [{
1841
- ring: k()
1842
- }],
1843
- /**
1844
- * Ring Width Inset
1845
- * @see https://v3.tailwindcss.com/docs/ring-width#inset-rings
1846
- * @deprecated since Tailwind CSS v4.0.0
1847
- * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1848
- */
1849
- "ring-w-inset": ["ring-inset"],
1850
- /**
1851
- * Ring Color
1852
- * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
1853
- */
1854
- "ring-color": [{
1855
- ring: d()
1856
- }],
1857
- /**
1858
- * Ring Offset Width
1859
- * @see https://v3.tailwindcss.com/docs/ring-offset-width
1860
- * @deprecated since Tailwind CSS v4.0.0
1861
- * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1862
- */
1863
- "ring-offset-w": [{
1864
- "ring-offset": [p, _]
1865
- }],
1866
- /**
1867
- * Ring Offset Color
1868
- * @see https://v3.tailwindcss.com/docs/ring-offset-color
1869
- * @deprecated since Tailwind CSS v4.0.0
1870
- * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1871
- */
1872
- "ring-offset-color": [{
1873
- "ring-offset": d()
1874
- }],
1875
- /**
1876
- * Inset Ring Width
1877
- * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
1878
- */
1879
- "inset-ring-w": [{
1880
- "inset-ring": k()
1881
- }],
1882
- /**
1883
- * Inset Ring Color
1884
- * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
1885
- */
1886
- "inset-ring-color": [{
1887
- "inset-ring": d()
1888
- }],
1889
- /**
1890
- * Text Shadow
1891
- * @see https://tailwindcss.com/docs/text-shadow
1892
- */
1893
- "text-shadow": [{
1894
- "text-shadow": ["none", S, K, H]
1895
- }],
1896
- /**
1897
- * Text Shadow Color
1898
- * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
1899
- */
1900
- "text-shadow-color": [{
1901
- "text-shadow": d()
1902
- }],
1903
- /**
1904
- * Opacity
1905
- * @see https://tailwindcss.com/docs/opacity
1906
- */
1907
- opacity: [{
1908
- opacity: [p, n, s]
1909
- }],
1910
- /**
1911
- * Mix Blend Mode
1912
- * @see https://tailwindcss.com/docs/mix-blend-mode
1913
- */
1914
- "mix-blend": [{
1915
- "mix-blend": [...ge(), "plus-darker", "plus-lighter"]
1916
- }],
1917
- /**
1918
- * Background Blend Mode
1919
- * @see https://tailwindcss.com/docs/background-blend-mode
1920
- */
1921
- "bg-blend": [{
1922
- "bg-blend": ge()
1923
- }],
1924
- /**
1925
- * Mask Clip
1926
- * @see https://tailwindcss.com/docs/mask-clip
1927
- */
1928
- "mask-clip": [{
1929
- "mask-clip": ["border", "padding", "content", "fill", "stroke", "view"]
1930
- }, "mask-no-clip"],
1931
- /**
1932
- * Mask Composite
1933
- * @see https://tailwindcss.com/docs/mask-composite
1934
- */
1935
- "mask-composite": [{
1936
- mask: ["add", "subtract", "intersect", "exclude"]
1937
- }],
1938
- /**
1939
- * Mask Image
1940
- * @see https://tailwindcss.com/docs/mask-image
1941
- */
1942
- "mask-image-linear-pos": [{
1943
- "mask-linear": [p]
1944
- }],
1945
- "mask-image-linear-from-pos": [{
1946
- "mask-linear-from": g()
1947
- }],
1948
- "mask-image-linear-to-pos": [{
1949
- "mask-linear-to": g()
1950
- }],
1951
- "mask-image-linear-from-color": [{
1952
- "mask-linear-from": d()
1953
- }],
1954
- "mask-image-linear-to-color": [{
1955
- "mask-linear-to": d()
1956
- }],
1957
- "mask-image-t-from-pos": [{
1958
- "mask-t-from": g()
1959
- }],
1960
- "mask-image-t-to-pos": [{
1961
- "mask-t-to": g()
1962
- }],
1963
- "mask-image-t-from-color": [{
1964
- "mask-t-from": d()
1965
- }],
1966
- "mask-image-t-to-color": [{
1967
- "mask-t-to": d()
1968
- }],
1969
- "mask-image-r-from-pos": [{
1970
- "mask-r-from": g()
1971
- }],
1972
- "mask-image-r-to-pos": [{
1973
- "mask-r-to": g()
1974
- }],
1975
- "mask-image-r-from-color": [{
1976
- "mask-r-from": d()
1977
- }],
1978
- "mask-image-r-to-color": [{
1979
- "mask-r-to": d()
1980
- }],
1981
- "mask-image-b-from-pos": [{
1982
- "mask-b-from": g()
1983
- }],
1984
- "mask-image-b-to-pos": [{
1985
- "mask-b-to": g()
1986
- }],
1987
- "mask-image-b-from-color": [{
1988
- "mask-b-from": d()
1989
- }],
1990
- "mask-image-b-to-color": [{
1991
- "mask-b-to": d()
1992
- }],
1993
- "mask-image-l-from-pos": [{
1994
- "mask-l-from": g()
1995
- }],
1996
- "mask-image-l-to-pos": [{
1997
- "mask-l-to": g()
1998
- }],
1999
- "mask-image-l-from-color": [{
2000
- "mask-l-from": d()
2001
- }],
2002
- "mask-image-l-to-color": [{
2003
- "mask-l-to": d()
2004
- }],
2005
- "mask-image-x-from-pos": [{
2006
- "mask-x-from": g()
2007
- }],
2008
- "mask-image-x-to-pos": [{
2009
- "mask-x-to": g()
2010
- }],
2011
- "mask-image-x-from-color": [{
2012
- "mask-x-from": d()
2013
- }],
2014
- "mask-image-x-to-color": [{
2015
- "mask-x-to": d()
2016
- }],
2017
- "mask-image-y-from-pos": [{
2018
- "mask-y-from": g()
2019
- }],
2020
- "mask-image-y-to-pos": [{
2021
- "mask-y-to": g()
2022
- }],
2023
- "mask-image-y-from-color": [{
2024
- "mask-y-from": d()
2025
- }],
2026
- "mask-image-y-to-color": [{
2027
- "mask-y-to": d()
2028
- }],
2029
- "mask-image-radial": [{
2030
- "mask-radial": [n, s]
2031
- }],
2032
- "mask-image-radial-from-pos": [{
2033
- "mask-radial-from": g()
2034
- }],
2035
- "mask-image-radial-to-pos": [{
2036
- "mask-radial-to": g()
2037
- }],
2038
- "mask-image-radial-from-color": [{
2039
- "mask-radial-from": d()
2040
- }],
2041
- "mask-image-radial-to-color": [{
2042
- "mask-radial-to": d()
2043
- }],
2044
- "mask-image-radial-shape": [{
2045
- "mask-radial": ["circle", "ellipse"]
2046
- }],
2047
- "mask-image-radial-size": [{
2048
- "mask-radial": [{
2049
- closest: ["side", "corner"],
2050
- farthest: ["side", "corner"]
2051
- }]
2052
- }],
2053
- "mask-image-radial-pos": [{
2054
- "mask-radial-at": N()
2055
- }],
2056
- "mask-image-conic-pos": [{
2057
- "mask-conic": [p]
2058
- }],
2059
- "mask-image-conic-from-pos": [{
2060
- "mask-conic-from": g()
2061
- }],
2062
- "mask-image-conic-to-pos": [{
2063
- "mask-conic-to": g()
2064
- }],
2065
- "mask-image-conic-from-color": [{
2066
- "mask-conic-from": d()
2067
- }],
2068
- "mask-image-conic-to-color": [{
2069
- "mask-conic-to": d()
2070
- }],
2071
- /**
2072
- * Mask Mode
2073
- * @see https://tailwindcss.com/docs/mask-mode
2074
- */
2075
- "mask-mode": [{
2076
- mask: ["alpha", "luminance", "match"]
2077
- }],
2078
- /**
2079
- * Mask Origin
2080
- * @see https://tailwindcss.com/docs/mask-origin
2081
- */
2082
- "mask-origin": [{
2083
- "mask-origin": ["border", "padding", "content", "fill", "stroke", "view"]
2084
- }],
2085
- /**
2086
- * Mask Position
2087
- * @see https://tailwindcss.com/docs/mask-position
2088
- */
2089
- "mask-position": [{
2090
- mask: ue()
2091
- }],
2092
- /**
2093
- * Mask Repeat
2094
- * @see https://tailwindcss.com/docs/mask-repeat
2095
- */
2096
- "mask-repeat": [{
2097
- mask: be()
2098
- }],
2099
- /**
2100
- * Mask Size
2101
- * @see https://tailwindcss.com/docs/mask-size
2102
- */
2103
- "mask-size": [{
2104
- mask: fe()
2105
- }],
2106
- /**
2107
- * Mask Type
2108
- * @see https://tailwindcss.com/docs/mask-type
2109
- */
2110
- "mask-type": [{
2111
- "mask-type": ["alpha", "luminance"]
2112
- }],
2113
- /**
2114
- * Mask Image
2115
- * @see https://tailwindcss.com/docs/mask-image
2116
- */
2117
- "mask-image": [{
2118
- mask: ["none", n, s]
2119
- }],
2120
- // ---------------
2121
- // --- Filters ---
2122
- // ---------------
2123
- /**
2124
- * Filter
2125
- * @see https://tailwindcss.com/docs/filter
2126
- */
2127
- filter: [{
2128
- filter: [
2129
- // Deprecated since Tailwind CSS v3.0.0
2130
- "",
2131
- "none",
2132
- n,
2133
- s
2134
- ]
2135
- }],
2136
- /**
2137
- * Blur
2138
- * @see https://tailwindcss.com/docs/blur
2139
- */
2140
- blur: [{
2141
- blur: he()
2142
- }],
2143
- /**
2144
- * Brightness
2145
- * @see https://tailwindcss.com/docs/brightness
2146
- */
2147
- brightness: [{
2148
- brightness: [p, n, s]
2149
- }],
2150
- /**
2151
- * Contrast
2152
- * @see https://tailwindcss.com/docs/contrast
2153
- */
2154
- contrast: [{
2155
- contrast: [p, n, s]
2156
- }],
2157
- /**
2158
- * Drop Shadow
2159
- * @see https://tailwindcss.com/docs/drop-shadow
2160
- */
2161
- "drop-shadow": [{
2162
- "drop-shadow": [
2163
- // Deprecated since Tailwind CSS v4.0.0
2164
- "",
2165
- "none",
2166
- I,
2167
- K,
2168
- H
2169
- ]
2170
- }],
2171
- /**
2172
- * Drop Shadow Color
2173
- * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2174
- */
2175
- "drop-shadow-color": [{
2176
- "drop-shadow": d()
2177
- }],
2178
- /**
2179
- * Grayscale
2180
- * @see https://tailwindcss.com/docs/grayscale
2181
- */
2182
- grayscale: [{
2183
- grayscale: ["", p, n, s]
2184
- }],
2185
- /**
2186
- * Hue Rotate
2187
- * @see https://tailwindcss.com/docs/hue-rotate
2188
- */
2189
- "hue-rotate": [{
2190
- "hue-rotate": [p, n, s]
2191
- }],
2192
- /**
2193
- * Invert
2194
- * @see https://tailwindcss.com/docs/invert
2195
- */
2196
- invert: [{
2197
- invert: ["", p, n, s]
2198
- }],
2199
- /**
2200
- * Saturate
2201
- * @see https://tailwindcss.com/docs/saturate
2202
- */
2203
- saturate: [{
2204
- saturate: [p, n, s]
2205
- }],
2206
- /**
2207
- * Sepia
2208
- * @see https://tailwindcss.com/docs/sepia
2209
- */
2210
- sepia: [{
2211
- sepia: ["", p, n, s]
2212
- }],
2213
- /**
2214
- * Backdrop Filter
2215
- * @see https://tailwindcss.com/docs/backdrop-filter
2216
- */
2217
- "backdrop-filter": [{
2218
- "backdrop-filter": [
2219
- // Deprecated since Tailwind CSS v3.0.0
2220
- "",
2221
- "none",
2222
- n,
2223
- s
2224
- ]
2225
- }],
2226
- /**
2227
- * Backdrop Blur
2228
- * @see https://tailwindcss.com/docs/backdrop-blur
2229
- */
2230
- "backdrop-blur": [{
2231
- "backdrop-blur": he()
2232
- }],
2233
- /**
2234
- * Backdrop Brightness
2235
- * @see https://tailwindcss.com/docs/backdrop-brightness
2236
- */
2237
- "backdrop-brightness": [{
2238
- "backdrop-brightness": [p, n, s]
2239
- }],
2240
- /**
2241
- * Backdrop Contrast
2242
- * @see https://tailwindcss.com/docs/backdrop-contrast
2243
- */
2244
- "backdrop-contrast": [{
2245
- "backdrop-contrast": [p, n, s]
2246
- }],
2247
- /**
2248
- * Backdrop Grayscale
2249
- * @see https://tailwindcss.com/docs/backdrop-grayscale
2250
- */
2251
- "backdrop-grayscale": [{
2252
- "backdrop-grayscale": ["", p, n, s]
2253
- }],
2254
- /**
2255
- * Backdrop Hue Rotate
2256
- * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2257
- */
2258
- "backdrop-hue-rotate": [{
2259
- "backdrop-hue-rotate": [p, n, s]
2260
- }],
2261
- /**
2262
- * Backdrop Invert
2263
- * @see https://tailwindcss.com/docs/backdrop-invert
2264
- */
2265
- "backdrop-invert": [{
2266
- "backdrop-invert": ["", p, n, s]
2267
- }],
2268
- /**
2269
- * Backdrop Opacity
2270
- * @see https://tailwindcss.com/docs/backdrop-opacity
2271
- */
2272
- "backdrop-opacity": [{
2273
- "backdrop-opacity": [p, n, s]
2274
- }],
2275
- /**
2276
- * Backdrop Saturate
2277
- * @see https://tailwindcss.com/docs/backdrop-saturate
2278
- */
2279
- "backdrop-saturate": [{
2280
- "backdrop-saturate": [p, n, s]
2281
- }],
2282
- /**
2283
- * Backdrop Sepia
2284
- * @see https://tailwindcss.com/docs/backdrop-sepia
2285
- */
2286
- "backdrop-sepia": [{
2287
- "backdrop-sepia": ["", p, n, s]
2288
- }],
2289
- // --------------
2290
- // --- Tables ---
2291
- // --------------
2292
- /**
2293
- * Border Collapse
2294
- * @see https://tailwindcss.com/docs/border-collapse
2295
- */
2296
- "border-collapse": [{
2297
- border: ["collapse", "separate"]
2298
- }],
2299
- /**
2300
- * Border Spacing
2301
- * @see https://tailwindcss.com/docs/border-spacing
2302
- */
2303
- "border-spacing": [{
2304
- "border-spacing": l()
2305
- }],
2306
- /**
2307
- * Border Spacing X
2308
- * @see https://tailwindcss.com/docs/border-spacing
2309
- */
2310
- "border-spacing-x": [{
2311
- "border-spacing-x": l()
2312
- }],
2313
- /**
2314
- * Border Spacing Y
2315
- * @see https://tailwindcss.com/docs/border-spacing
2316
- */
2317
- "border-spacing-y": [{
2318
- "border-spacing-y": l()
2319
- }],
2320
- /**
2321
- * Table Layout
2322
- * @see https://tailwindcss.com/docs/table-layout
2323
- */
2324
- "table-layout": [{
2325
- table: ["auto", "fixed"]
2326
- }],
2327
- /**
2328
- * Caption Side
2329
- * @see https://tailwindcss.com/docs/caption-side
2330
- */
2331
- caption: [{
2332
- caption: ["top", "bottom"]
2333
- }],
2334
- // ---------------------------------
2335
- // --- Transitions and Animation ---
2336
- // ---------------------------------
2337
- /**
2338
- * Transition Property
2339
- * @see https://tailwindcss.com/docs/transition-property
2340
- */
2341
- transition: [{
2342
- transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", n, s]
2343
- }],
2344
- /**
2345
- * Transition Behavior
2346
- * @see https://tailwindcss.com/docs/transition-behavior
2347
- */
2348
- "transition-behavior": [{
2349
- transition: ["normal", "discrete"]
2350
- }],
2351
- /**
2352
- * Transition Duration
2353
- * @see https://tailwindcss.com/docs/transition-duration
2354
- */
2355
- duration: [{
2356
- duration: [p, "initial", n, s]
2357
- }],
2358
- /**
2359
- * Transition Timing Function
2360
- * @see https://tailwindcss.com/docs/transition-timing-function
2361
- */
2362
- ease: [{
2363
- ease: ["linear", "initial", G, n, s]
2364
- }],
2365
- /**
2366
- * Transition Delay
2367
- * @see https://tailwindcss.com/docs/transition-delay
2368
- */
2369
- delay: [{
2370
- delay: [p, n, s]
2371
- }],
2372
- /**
2373
- * Animation
2374
- * @see https://tailwindcss.com/docs/animation
2375
- */
2376
- animate: [{
2377
- animate: ["none", $, n, s]
2378
- }],
2379
- // ------------------
2380
- // --- Transforms ---
2381
- // ------------------
2382
- /**
2383
- * Backface Visibility
2384
- * @see https://tailwindcss.com/docs/backface-visibility
2385
- */
2386
- backface: [{
2387
- backface: ["hidden", "visible"]
2388
- }],
2389
- /**
2390
- * Perspective
2391
- * @see https://tailwindcss.com/docs/perspective
2392
- */
2393
- perspective: [{
2394
- perspective: [A, n, s]
2395
- }],
2396
- /**
2397
- * Perspective Origin
2398
- * @see https://tailwindcss.com/docs/perspective-origin
2399
- */
2400
- "perspective-origin": [{
2401
- "perspective-origin": F()
2402
- }],
2403
- /**
2404
- * Rotate
2405
- * @see https://tailwindcss.com/docs/rotate
2406
- */
2407
- rotate: [{
2408
- rotate: q()
2409
- }],
2410
- /**
2411
- * Rotate X
2412
- * @see https://tailwindcss.com/docs/rotate
2413
- */
2414
- "rotate-x": [{
2415
- "rotate-x": q()
2416
- }],
2417
- /**
2418
- * Rotate Y
2419
- * @see https://tailwindcss.com/docs/rotate
2420
- */
2421
- "rotate-y": [{
2422
- "rotate-y": q()
2423
- }],
2424
- /**
2425
- * Rotate Z
2426
- * @see https://tailwindcss.com/docs/rotate
2427
- */
2428
- "rotate-z": [{
2429
- "rotate-z": q()
2430
- }],
2431
- /**
2432
- * Scale
2433
- * @see https://tailwindcss.com/docs/scale
2434
- */
2435
- scale: [{
2436
- scale: X()
2437
- }],
2438
- /**
2439
- * Scale X
2440
- * @see https://tailwindcss.com/docs/scale
2441
- */
2442
- "scale-x": [{
2443
- "scale-x": X()
2444
- }],
2445
- /**
2446
- * Scale Y
2447
- * @see https://tailwindcss.com/docs/scale
2448
- */
2449
- "scale-y": [{
2450
- "scale-y": X()
2451
- }],
2452
- /**
2453
- * Scale Z
2454
- * @see https://tailwindcss.com/docs/scale
2455
- */
2456
- "scale-z": [{
2457
- "scale-z": X()
2458
- }],
2459
- /**
2460
- * Scale 3D
2461
- * @see https://tailwindcss.com/docs/scale
2462
- */
2463
- "scale-3d": ["scale-3d"],
2464
- /**
2465
- * Skew
2466
- * @see https://tailwindcss.com/docs/skew
2467
- */
2468
- skew: [{
2469
- skew: se()
2470
- }],
2471
- /**
2472
- * Skew X
2473
- * @see https://tailwindcss.com/docs/skew
2474
- */
2475
- "skew-x": [{
2476
- "skew-x": se()
2477
- }],
2478
- /**
2479
- * Skew Y
2480
- * @see https://tailwindcss.com/docs/skew
2481
- */
2482
- "skew-y": [{
2483
- "skew-y": se()
2484
- }],
2485
- /**
2486
- * Transform
2487
- * @see https://tailwindcss.com/docs/transform
2488
- */
2489
- transform: [{
2490
- transform: [n, s, "", "none", "gpu", "cpu"]
2491
- }],
2492
- /**
2493
- * Transform Origin
2494
- * @see https://tailwindcss.com/docs/transform-origin
2495
- */
2496
- "transform-origin": [{
2497
- origin: F()
2498
- }],
2499
- /**
2500
- * Transform Style
2501
- * @see https://tailwindcss.com/docs/transform-style
2502
- */
2503
- "transform-style": [{
2504
- transform: ["3d", "flat"]
2505
- }],
2506
- /**
2507
- * Translate
2508
- * @see https://tailwindcss.com/docs/translate
2509
- */
2510
- translate: [{
2511
- translate: J()
2512
- }],
2513
- /**
2514
- * Translate X
2515
- * @see https://tailwindcss.com/docs/translate
2516
- */
2517
- "translate-x": [{
2518
- "translate-x": J()
2519
- }],
2520
- /**
2521
- * Translate Y
2522
- * @see https://tailwindcss.com/docs/translate
2523
- */
2524
- "translate-y": [{
2525
- "translate-y": J()
2526
- }],
2527
- /**
2528
- * Translate Z
2529
- * @see https://tailwindcss.com/docs/translate
2530
- */
2531
- "translate-z": [{
2532
- "translate-z": J()
2533
- }],
2534
- /**
2535
- * Translate None
2536
- * @see https://tailwindcss.com/docs/translate
2537
- */
2538
- "translate-none": ["translate-none"],
2539
- // ---------------------
2540
- // --- Interactivity ---
2541
- // ---------------------
2542
- /**
2543
- * Accent Color
2544
- * @see https://tailwindcss.com/docs/accent-color
2545
- */
2546
- accent: [{
2547
- accent: d()
2548
- }],
2549
- /**
2550
- * Appearance
2551
- * @see https://tailwindcss.com/docs/appearance
2552
- */
2553
- appearance: [{
2554
- appearance: ["none", "auto"]
2555
- }],
2556
- /**
2557
- * Caret Color
2558
- * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2559
- */
2560
- "caret-color": [{
2561
- caret: d()
2562
- }],
2563
- /**
2564
- * Color Scheme
2565
- * @see https://tailwindcss.com/docs/color-scheme
2566
- */
2567
- "color-scheme": [{
2568
- scheme: ["normal", "dark", "light", "light-dark", "only-dark", "only-light"]
2569
- }],
2570
- /**
2571
- * Cursor
2572
- * @see https://tailwindcss.com/docs/cursor
2573
- */
2574
- cursor: [{
2575
- cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", n, s]
2576
- }],
2577
- /**
2578
- * Field Sizing
2579
- * @see https://tailwindcss.com/docs/field-sizing
2580
- */
2581
- "field-sizing": [{
2582
- "field-sizing": ["fixed", "content"]
2583
- }],
2584
- /**
2585
- * Pointer Events
2586
- * @see https://tailwindcss.com/docs/pointer-events
2587
- */
2588
- "pointer-events": [{
2589
- "pointer-events": ["auto", "none"]
2590
- }],
2591
- /**
2592
- * Resize
2593
- * @see https://tailwindcss.com/docs/resize
2594
- */
2595
- resize: [{
2596
- resize: ["none", "", "y", "x"]
2597
- }],
2598
- /**
2599
- * Scroll Behavior
2600
- * @see https://tailwindcss.com/docs/scroll-behavior
2601
- */
2602
- "scroll-behavior": [{
2603
- scroll: ["auto", "smooth"]
2604
- }],
2605
- /**
2606
- * Scroll Margin
2607
- * @see https://tailwindcss.com/docs/scroll-margin
2608
- */
2609
- "scroll-m": [{
2610
- "scroll-m": l()
2611
- }],
2612
- /**
2613
- * Scroll Margin Inline
2614
- * @see https://tailwindcss.com/docs/scroll-margin
2615
- */
2616
- "scroll-mx": [{
2617
- "scroll-mx": l()
2618
- }],
2619
- /**
2620
- * Scroll Margin Block
2621
- * @see https://tailwindcss.com/docs/scroll-margin
2622
- */
2623
- "scroll-my": [{
2624
- "scroll-my": l()
2625
- }],
2626
- /**
2627
- * Scroll Margin Inline Start
2628
- * @see https://tailwindcss.com/docs/scroll-margin
2629
- */
2630
- "scroll-ms": [{
2631
- "scroll-ms": l()
2632
- }],
2633
- /**
2634
- * Scroll Margin Inline End
2635
- * @see https://tailwindcss.com/docs/scroll-margin
2636
- */
2637
- "scroll-me": [{
2638
- "scroll-me": l()
2639
- }],
2640
- /**
2641
- * Scroll Margin Block Start
2642
- * @see https://tailwindcss.com/docs/scroll-margin
2643
- */
2644
- "scroll-mbs": [{
2645
- "scroll-mbs": l()
2646
- }],
2647
- /**
2648
- * Scroll Margin Block End
2649
- * @see https://tailwindcss.com/docs/scroll-margin
2650
- */
2651
- "scroll-mbe": [{
2652
- "scroll-mbe": l()
2653
- }],
2654
- /**
2655
- * Scroll Margin Top
2656
- * @see https://tailwindcss.com/docs/scroll-margin
2657
- */
2658
- "scroll-mt": [{
2659
- "scroll-mt": l()
2660
- }],
2661
- /**
2662
- * Scroll Margin Right
2663
- * @see https://tailwindcss.com/docs/scroll-margin
2664
- */
2665
- "scroll-mr": [{
2666
- "scroll-mr": l()
2667
- }],
2668
- /**
2669
- * Scroll Margin Bottom
2670
- * @see https://tailwindcss.com/docs/scroll-margin
2671
- */
2672
- "scroll-mb": [{
2673
- "scroll-mb": l()
2674
- }],
2675
- /**
2676
- * Scroll Margin Left
2677
- * @see https://tailwindcss.com/docs/scroll-margin
2678
- */
2679
- "scroll-ml": [{
2680
- "scroll-ml": l()
2681
- }],
2682
- /**
2683
- * Scroll Padding
2684
- * @see https://tailwindcss.com/docs/scroll-padding
2685
- */
2686
- "scroll-p": [{
2687
- "scroll-p": l()
2688
- }],
2689
- /**
2690
- * Scroll Padding Inline
2691
- * @see https://tailwindcss.com/docs/scroll-padding
2692
- */
2693
- "scroll-px": [{
2694
- "scroll-px": l()
2695
- }],
2696
- /**
2697
- * Scroll Padding Block
2698
- * @see https://tailwindcss.com/docs/scroll-padding
2699
- */
2700
- "scroll-py": [{
2701
- "scroll-py": l()
2702
- }],
2703
- /**
2704
- * Scroll Padding Inline Start
2705
- * @see https://tailwindcss.com/docs/scroll-padding
2706
- */
2707
- "scroll-ps": [{
2708
- "scroll-ps": l()
2709
- }],
2710
- /**
2711
- * Scroll Padding Inline End
2712
- * @see https://tailwindcss.com/docs/scroll-padding
2713
- */
2714
- "scroll-pe": [{
2715
- "scroll-pe": l()
2716
- }],
2717
- /**
2718
- * Scroll Padding Block Start
2719
- * @see https://tailwindcss.com/docs/scroll-padding
2720
- */
2721
- "scroll-pbs": [{
2722
- "scroll-pbs": l()
2723
- }],
2724
- /**
2725
- * Scroll Padding Block End
2726
- * @see https://tailwindcss.com/docs/scroll-padding
2727
- */
2728
- "scroll-pbe": [{
2729
- "scroll-pbe": l()
2730
- }],
2731
- /**
2732
- * Scroll Padding Top
2733
- * @see https://tailwindcss.com/docs/scroll-padding
2734
- */
2735
- "scroll-pt": [{
2736
- "scroll-pt": l()
2737
- }],
2738
- /**
2739
- * Scroll Padding Right
2740
- * @see https://tailwindcss.com/docs/scroll-padding
2741
- */
2742
- "scroll-pr": [{
2743
- "scroll-pr": l()
2744
- }],
2745
- /**
2746
- * Scroll Padding Bottom
2747
- * @see https://tailwindcss.com/docs/scroll-padding
2748
- */
2749
- "scroll-pb": [{
2750
- "scroll-pb": l()
2751
- }],
2752
- /**
2753
- * Scroll Padding Left
2754
- * @see https://tailwindcss.com/docs/scroll-padding
2755
- */
2756
- "scroll-pl": [{
2757
- "scroll-pl": l()
2758
- }],
2759
- /**
2760
- * Scroll Snap Align
2761
- * @see https://tailwindcss.com/docs/scroll-snap-align
2762
- */
2763
- "snap-align": [{
2764
- snap: ["start", "end", "center", "align-none"]
2765
- }],
2766
- /**
2767
- * Scroll Snap Stop
2768
- * @see https://tailwindcss.com/docs/scroll-snap-stop
2769
- */
2770
- "snap-stop": [{
2771
- snap: ["normal", "always"]
2772
- }],
2773
- /**
2774
- * Scroll Snap Type
2775
- * @see https://tailwindcss.com/docs/scroll-snap-type
2776
- */
2777
- "snap-type": [{
2778
- snap: ["none", "x", "y", "both"]
2779
- }],
2780
- /**
2781
- * Scroll Snap Type Strictness
2782
- * @see https://tailwindcss.com/docs/scroll-snap-type
2783
- */
2784
- "snap-strictness": [{
2785
- snap: ["mandatory", "proximity"]
2786
- }],
2787
- /**
2788
- * Touch Action
2789
- * @see https://tailwindcss.com/docs/touch-action
2790
- */
2791
- touch: [{
2792
- touch: ["auto", "none", "manipulation"]
2793
- }],
2794
- /**
2795
- * Touch Action X
2796
- * @see https://tailwindcss.com/docs/touch-action
2797
- */
2798
- "touch-x": [{
2799
- "touch-pan": ["x", "left", "right"]
2800
- }],
2801
- /**
2802
- * Touch Action Y
2803
- * @see https://tailwindcss.com/docs/touch-action
2804
- */
2805
- "touch-y": [{
2806
- "touch-pan": ["y", "up", "down"]
2807
- }],
2808
- /**
2809
- * Touch Action Pinch Zoom
2810
- * @see https://tailwindcss.com/docs/touch-action
2811
- */
2812
- "touch-pz": ["touch-pinch-zoom"],
2813
- /**
2814
- * User Select
2815
- * @see https://tailwindcss.com/docs/user-select
2816
- */
2817
- select: [{
2818
- select: ["none", "text", "all", "auto"]
2819
- }],
2820
- /**
2821
- * Will Change
2822
- * @see https://tailwindcss.com/docs/will-change
2823
- */
2824
- "will-change": [{
2825
- "will-change": ["auto", "scroll", "contents", "transform", n, s]
2826
- }],
2827
- // -----------
2828
- // --- SVG ---
2829
- // -----------
2830
- /**
2831
- * Fill
2832
- * @see https://tailwindcss.com/docs/fill
2833
- */
2834
- fill: [{
2835
- fill: ["none", ...d()]
2836
- }],
2837
- /**
2838
- * Stroke Width
2839
- * @see https://tailwindcss.com/docs/stroke-width
2840
- */
2841
- "stroke-w": [{
2842
- stroke: [p, B, _, xe]
2843
- }],
2844
- /**
2845
- * Stroke
2846
- * @see https://tailwindcss.com/docs/stroke
2847
- */
2848
- stroke: [{
2849
- stroke: ["none", ...d()]
2850
- }],
2851
- // ---------------------
2852
- // --- Accessibility ---
2853
- // ---------------------
2854
- /**
2855
- * Forced Color Adjust
2856
- * @see https://tailwindcss.com/docs/forced-color-adjust
2857
- */
2858
- "forced-color-adjust": [{
2859
- "forced-color-adjust": ["auto", "none"]
2860
- }]
2861
- },
2862
- conflictingClassGroups: {
2863
- overflow: ["overflow-x", "overflow-y"],
2864
- overscroll: ["overscroll-x", "overscroll-y"],
2865
- inset: ["inset-x", "inset-y", "inset-bs", "inset-be", "start", "end", "top", "right", "bottom", "left"],
2866
- "inset-x": ["right", "left"],
2867
- "inset-y": ["top", "bottom"],
2868
- flex: ["basis", "grow", "shrink"],
2869
- gap: ["gap-x", "gap-y"],
2870
- p: ["px", "py", "ps", "pe", "pbs", "pbe", "pt", "pr", "pb", "pl"],
2871
- px: ["pr", "pl"],
2872
- py: ["pt", "pb"],
2873
- m: ["mx", "my", "ms", "me", "mbs", "mbe", "mt", "mr", "mb", "ml"],
2874
- mx: ["mr", "ml"],
2875
- my: ["mt", "mb"],
2876
- size: ["w", "h"],
2877
- "font-size": ["leading"],
2878
- "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2879
- "fvn-ordinal": ["fvn-normal"],
2880
- "fvn-slashed-zero": ["fvn-normal"],
2881
- "fvn-figure": ["fvn-normal"],
2882
- "fvn-spacing": ["fvn-normal"],
2883
- "fvn-fraction": ["fvn-normal"],
2884
- "line-clamp": ["display", "overflow"],
2885
- rounded: ["rounded-s", "rounded-e", "rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-ss", "rounded-se", "rounded-ee", "rounded-es", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
2886
- "rounded-s": ["rounded-ss", "rounded-es"],
2887
- "rounded-e": ["rounded-se", "rounded-ee"],
2888
- "rounded-t": ["rounded-tl", "rounded-tr"],
2889
- "rounded-r": ["rounded-tr", "rounded-br"],
2890
- "rounded-b": ["rounded-br", "rounded-bl"],
2891
- "rounded-l": ["rounded-tl", "rounded-bl"],
2892
- "border-spacing": ["border-spacing-x", "border-spacing-y"],
2893
- "border-w": ["border-w-x", "border-w-y", "border-w-s", "border-w-e", "border-w-bs", "border-w-be", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2894
- "border-w-x": ["border-w-r", "border-w-l"],
2895
- "border-w-y": ["border-w-t", "border-w-b"],
2896
- "border-color": ["border-color-x", "border-color-y", "border-color-s", "border-color-e", "border-color-bs", "border-color-be", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2897
- "border-color-x": ["border-color-r", "border-color-l"],
2898
- "border-color-y": ["border-color-t", "border-color-b"],
2899
- translate: ["translate-x", "translate-y", "translate-none"],
2900
- "translate-none": ["translate", "translate-x", "translate-y", "translate-z"],
2901
- "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mbs", "scroll-mbe", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2902
- "scroll-mx": ["scroll-mr", "scroll-ml"],
2903
- "scroll-my": ["scroll-mt", "scroll-mb"],
2904
- "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pbs", "scroll-pbe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2905
- "scroll-px": ["scroll-pr", "scroll-pl"],
2906
- "scroll-py": ["scroll-pt", "scroll-pb"],
2907
- touch: ["touch-x", "touch-y", "touch-pz"],
2908
- "touch-x": ["touch"],
2909
- "touch-y": ["touch"],
2910
- "touch-pz": ["touch"]
2911
- },
2912
- conflictingClassGroupModifiers: {
2913
- "font-size": ["leading"]
2914
- },
2915
- orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
2916
- };
2917
- }, So = (e, {
2918
- cacheSize: r,
2919
- prefix: o,
2920
- experimentalParseClassName: t,
2921
- extend: i = {},
2922
- override: c = {}
2923
- }) => (D(e, "cacheSize", r), D(e, "prefix", o), D(e, "experimentalParseClassName", t), Q(e.theme, c.theme), Q(e.classGroups, c.classGroups), Q(e.conflictingClassGroups, c.conflictingClassGroups), Q(e.conflictingClassGroupModifiers, c.conflictingClassGroupModifiers), D(e, "orderSensitiveModifiers", c.orderSensitiveModifiers), Z(e.theme, i.theme), Z(e.classGroups, i.classGroups), Z(e.conflictingClassGroups, i.conflictingClassGroups), Z(e.conflictingClassGroupModifiers, i.conflictingClassGroupModifiers), Ne(e, i, "orderSensitiveModifiers"), e), D = (e, r, o) => {
2924
- o !== void 0 && (e[r] = o);
2925
- }, Q = (e, r) => {
2926
- if (r)
2927
- for (const o in r)
2928
- D(e, o, r[o]);
2929
- }, Z = (e, r) => {
2930
- if (r)
2931
- for (const o in r)
2932
- Ne(e, r, o);
2933
- }, Ne = (e, r, o) => {
2934
- const t = r[o];
2935
- t !== void 0 && (e[o] = e[o] ? e[o].concat(t) : t);
2936
- }, Ro = (e, ...r) => typeof e == "function" ? ie(ae, e, ...r) : ie(() => So(ae(), e), ...r), Co = /* @__PURE__ */ ie(ae);
2937
- export {
2938
- ie as createTailwindMerge,
2939
- Ro as extendTailwindMerge,
2940
- f as fromTheme,
2941
- ae as getDefaultConfig,
2942
- So as mergeConfigs,
2943
- to as twJoin,
2944
- Co as twMerge
2945
- };
2946
- //# sourceMappingURL=bundle-mjs.js.map
1
+ //#region ../../node_modules/.bun/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs
2
+ var e = (e, t) => {
3
+ let n = Array(e.length + t.length);
4
+ for (let t = 0; t < e.length; t++) n[t] = e[t];
5
+ for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
6
+ return n;
7
+ }, t = (e, t) => ({
8
+ classGroupId: e,
9
+ validator: t
10
+ }), n = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
11
+ nextPart: e,
12
+ validators: t,
13
+ classGroupId: n
14
+ }), r = "-", i = [], a = "arbitrary..", o = (t) => {
15
+ let n = l(t), { conflictingClassGroups: a, conflictingClassGroupModifiers: o } = t;
16
+ return {
17
+ getClassGroupId: (e) => {
18
+ if (e.startsWith("[") && e.endsWith("]")) return c(e);
19
+ let t = e.split(r);
20
+ return s(t, t[0] === "" && t.length > 1 ? 1 : 0, n);
21
+ },
22
+ getConflictingClassGroupIds: (t, n) => {
23
+ if (n) {
24
+ let n = o[t], r = a[t];
25
+ return n ? r ? e(r, n) : n : r || i;
26
+ }
27
+ return a[t] || i;
28
+ }
29
+ };
30
+ }, s = (e, t, n) => {
31
+ if (e.length - t === 0) return n.classGroupId;
32
+ let i = e[t], a = n.nextPart.get(i);
33
+ if (a) {
34
+ let n = s(e, t + 1, a);
35
+ if (n) return n;
36
+ }
37
+ let o = n.validators;
38
+ if (o === null) return;
39
+ let c = t === 0 ? e.join(r) : e.slice(t).join(r), l = o.length;
40
+ for (let e = 0; e < l; e++) {
41
+ let t = o[e];
42
+ if (t.validator(c)) return t.classGroupId;
43
+ }
44
+ }, c = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
45
+ let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
46
+ return r ? a + r : void 0;
47
+ })(), l = (e) => {
48
+ let { theme: t, classGroups: n } = e;
49
+ return u(n, t);
50
+ }, u = (e, t) => {
51
+ let r = n();
52
+ for (let n in e) {
53
+ let i = e[n];
54
+ d(i, r, n, t);
55
+ }
56
+ return r;
57
+ }, d = (e, t, n, r) => {
58
+ let i = e.length;
59
+ for (let a = 0; a < i; a++) {
60
+ let i = e[a];
61
+ f(i, t, n, r);
62
+ }
63
+ }, f = (e, t, n, r) => {
64
+ if (typeof e == "string") {
65
+ ee(e, t, n);
66
+ return;
67
+ }
68
+ if (typeof e == "function") {
69
+ p(e, t, n, r);
70
+ return;
71
+ }
72
+ m(e, t, n, r);
73
+ }, ee = (e, t, n) => {
74
+ let r = e === "" ? t : h(t, e);
75
+ r.classGroupId = n;
76
+ }, p = (e, n, r, i) => {
77
+ if (g(e)) {
78
+ d(e(i), n, r, i);
79
+ return;
80
+ }
81
+ n.validators === null && (n.validators = []), n.validators.push(t(r, e));
82
+ }, m = (e, t, n, r) => {
83
+ let i = Object.entries(e), a = i.length;
84
+ for (let e = 0; e < a; e++) {
85
+ let [a, o] = i[e];
86
+ d(o, h(t, a), n, r);
87
+ }
88
+ }, h = (e, t) => {
89
+ let i = e, a = t.split(r), o = a.length;
90
+ for (let e = 0; e < o; e++) {
91
+ let t = a[e], r = i.nextPart.get(t);
92
+ r || (r = n(), i.nextPart.set(t, r)), i = r;
93
+ }
94
+ return i;
95
+ }, g = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, _ = (e) => {
96
+ if (e < 1) return {
97
+ get: () => void 0,
98
+ set: () => {}
99
+ };
100
+ let t = 0, n = Object.create(null), r = Object.create(null), i = (i, a) => {
101
+ n[i] = a, t++, t > e && (t = 0, r = n, n = Object.create(null));
102
+ };
103
+ return {
104
+ get(e) {
105
+ let t = n[e];
106
+ if (t !== void 0) return t;
107
+ if ((t = r[e]) !== void 0) return i(e, t), t;
108
+ },
109
+ set(e, t) {
110
+ e in n ? n[e] = t : i(e, t);
111
+ }
112
+ };
113
+ }, v = "!", y = ":", b = [], x = (e, t, n, r, i) => ({
114
+ modifiers: e,
115
+ hasImportantModifier: t,
116
+ baseClassName: n,
117
+ maybePostfixModifierPosition: r,
118
+ isExternal: i
119
+ }), S = (e) => {
120
+ let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
121
+ let t = [], n = 0, r = 0, i = 0, a, o = e.length;
122
+ for (let s = 0; s < o; s++) {
123
+ let o = e[s];
124
+ if (n === 0 && r === 0) {
125
+ if (o === y) {
126
+ t.push(e.slice(i, s)), i = s + 1;
127
+ continue;
128
+ }
129
+ if (o === "/") {
130
+ a = s;
131
+ continue;
132
+ }
133
+ }
134
+ o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
135
+ }
136
+ let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
137
+ s.endsWith(v) ? (c = s.slice(0, -1), l = !0) : s.startsWith(v) && (c = s.slice(1), l = !0);
138
+ let u = a && a > i ? a - i : void 0;
139
+ return x(t, l, c, u);
140
+ };
141
+ if (t) {
142
+ let e = t + y, n = r;
143
+ r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : x(b, !1, t, void 0, !0);
144
+ }
145
+ if (n) {
146
+ let e = r;
147
+ r = (t) => n({
148
+ className: t,
149
+ parseClassName: e
150
+ });
151
+ }
152
+ return r;
153
+ }, C = (e) => {
154
+ let t = /* @__PURE__ */ new Map();
155
+ return e.orderSensitiveModifiers.forEach((e, n) => {
156
+ t.set(e, 1e6 + n);
157
+ }), (e) => {
158
+ let n = [], r = [];
159
+ for (let i = 0; i < e.length; i++) {
160
+ let a = e[i], o = a[0] === "[", s = t.has(a);
161
+ o || s ? (r.length > 0 && (r.sort(), n.push(...r), r = []), n.push(a)) : r.push(a);
162
+ }
163
+ return r.length > 0 && (r.sort(), n.push(...r)), n;
164
+ };
165
+ }, w = (e) => ({
166
+ cache: _(e.cacheSize),
167
+ parseClassName: S(e),
168
+ sortModifiers: C(e),
169
+ ...o(e)
170
+ }), te = /\s+/, ne = (e, t) => {
171
+ let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a } = t, o = [], s = e.trim().split(te), c = "";
172
+ for (let e = s.length - 1; e >= 0; --e) {
173
+ let t = s[e], { isExternal: l, modifiers: u, hasImportantModifier: d, baseClassName: f, maybePostfixModifierPosition: ee } = n(t);
174
+ if (l) {
175
+ c = t + (c.length > 0 ? " " + c : c);
176
+ continue;
177
+ }
178
+ let p = !!ee, m = r(p ? f.substring(0, ee) : f);
179
+ if (!m) {
180
+ if (!p) {
181
+ c = t + (c.length > 0 ? " " + c : c);
182
+ continue;
183
+ }
184
+ if (m = r(f), !m) {
185
+ c = t + (c.length > 0 ? " " + c : c);
186
+ continue;
187
+ }
188
+ p = !1;
189
+ }
190
+ let h = u.length === 0 ? "" : u.length === 1 ? u[0] : a(u).join(":"), g = d ? h + v : h, _ = g + m;
191
+ if (o.indexOf(_) > -1) continue;
192
+ o.push(_);
193
+ let y = i(m, p);
194
+ for (let e = 0; e < y.length; ++e) {
195
+ let t = y[e];
196
+ o.push(g + t);
197
+ }
198
+ c = t + (c.length > 0 ? " " + c : c);
199
+ }
200
+ return c;
201
+ }, T = (...e) => {
202
+ let t = 0, n, r, i = "";
203
+ for (; t < e.length;) (n = e[t++]) && (r = E(n)) && (i && (i += " "), i += r);
204
+ return i;
205
+ }, E = (e) => {
206
+ if (typeof e == "string") return e;
207
+ let t, n = "";
208
+ for (let r = 0; r < e.length; r++) e[r] && (t = E(e[r])) && (n && (n += " "), n += t);
209
+ return n;
210
+ }, D = (e, ...t) => {
211
+ let n, r, i, a, o = (o) => (n = w(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
212
+ let t = r(e);
213
+ if (t) return t;
214
+ let a = ne(e, n);
215
+ return i(e, a), a;
216
+ };
217
+ return a = o, (...e) => a(T(...e));
218
+ }, O = [], k = (e) => {
219
+ let t = (t) => t[e] || O;
220
+ return t.isThemeGetter = !0, t;
221
+ }, A = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, j = /^\((?:(\w[\w-]*):)?(.+)\)$/i, re = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, M = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, N = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, ie = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, ae = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, oe = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, P = (e) => re.test(e), F = (e) => !!e && !Number.isNaN(Number(e)), I = (e) => !!e && Number.isInteger(Number(e)), se = (e) => e.endsWith("%") && F(e.slice(0, -1)), L = (e) => M.test(e), ce = () => !0, le = (e) => N.test(e) && !ie.test(e), R = () => !1, z = (e) => ae.test(e), B = (e) => oe.test(e), ue = (e) => !V(e) && !W(e), de = (e) => K(e, Y, R), V = (e) => A.test(e), H = (e) => K(e, X, le), fe = (e) => K(e, Z, F), pe = (e) => K(e, Te, ce), me = (e) => K(e, we, R), he = (e) => K(e, Ce, R), ge = (e) => K(e, J, B), U = (e) => K(e, Ee, z), W = (e) => j.test(e), G = (e) => q(e, X), _e = (e) => q(e, we), ve = (e) => q(e, Ce), ye = (e) => q(e, Y), be = (e) => q(e, J), xe = (e) => q(e, Ee, !0), Se = (e) => q(e, Te, !0), K = (e, t, n) => {
222
+ let r = A.exec(e);
223
+ return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
224
+ }, q = (e, t, n = !1) => {
225
+ let r = j.exec(e);
226
+ return r ? r[1] ? t(r[1]) : n : !1;
227
+ }, Ce = (e) => e === "position" || e === "percentage", J = (e) => e === "image" || e === "url", Y = (e) => e === "length" || e === "size" || e === "bg-size", X = (e) => e === "length", Z = (e) => e === "number", we = (e) => e === "family-name", Te = (e) => e === "number" || e === "weight", Ee = (e) => e === "shadow", De = () => {
228
+ let e = k("color"), t = k("font"), n = k("text"), r = k("font-weight"), i = k("tracking"), a = k("leading"), o = k("breakpoint"), s = k("container"), c = k("spacing"), l = k("radius"), u = k("shadow"), d = k("inset-shadow"), f = k("text-shadow"), ee = k("drop-shadow"), p = k("blur"), m = k("perspective"), h = k("aspect"), g = k("ease"), _ = k("animate"), v = () => [
229
+ "auto",
230
+ "avoid",
231
+ "all",
232
+ "avoid-page",
233
+ "page",
234
+ "left",
235
+ "right",
236
+ "column"
237
+ ], y = () => [
238
+ "center",
239
+ "top",
240
+ "bottom",
241
+ "left",
242
+ "right",
243
+ "top-left",
244
+ "left-top",
245
+ "top-right",
246
+ "right-top",
247
+ "bottom-right",
248
+ "right-bottom",
249
+ "bottom-left",
250
+ "left-bottom"
251
+ ], b = () => [
252
+ ...y(),
253
+ W,
254
+ V
255
+ ], x = () => [
256
+ "auto",
257
+ "hidden",
258
+ "clip",
259
+ "visible",
260
+ "scroll"
261
+ ], S = () => [
262
+ "auto",
263
+ "contain",
264
+ "none"
265
+ ], C = () => [
266
+ W,
267
+ V,
268
+ c
269
+ ], w = () => [
270
+ P,
271
+ "full",
272
+ "auto",
273
+ ...C()
274
+ ], te = () => [
275
+ I,
276
+ "none",
277
+ "subgrid",
278
+ W,
279
+ V
280
+ ], ne = () => [
281
+ "auto",
282
+ { span: [
283
+ "full",
284
+ I,
285
+ W,
286
+ V
287
+ ] },
288
+ I,
289
+ W,
290
+ V
291
+ ], T = () => [
292
+ I,
293
+ "auto",
294
+ W,
295
+ V
296
+ ], E = () => [
297
+ "auto",
298
+ "min",
299
+ "max",
300
+ "fr",
301
+ W,
302
+ V
303
+ ], D = () => [
304
+ "start",
305
+ "end",
306
+ "center",
307
+ "between",
308
+ "around",
309
+ "evenly",
310
+ "stretch",
311
+ "baseline",
312
+ "center-safe",
313
+ "end-safe"
314
+ ], O = () => [
315
+ "start",
316
+ "end",
317
+ "center",
318
+ "stretch",
319
+ "center-safe",
320
+ "end-safe"
321
+ ], A = () => ["auto", ...C()], j = () => [
322
+ P,
323
+ "auto",
324
+ "full",
325
+ "dvw",
326
+ "dvh",
327
+ "lvw",
328
+ "lvh",
329
+ "svw",
330
+ "svh",
331
+ "min",
332
+ "max",
333
+ "fit",
334
+ ...C()
335
+ ], re = () => [
336
+ P,
337
+ "screen",
338
+ "full",
339
+ "dvw",
340
+ "lvw",
341
+ "svw",
342
+ "min",
343
+ "max",
344
+ "fit",
345
+ ...C()
346
+ ], M = () => [
347
+ P,
348
+ "screen",
349
+ "full",
350
+ "lh",
351
+ "dvh",
352
+ "lvh",
353
+ "svh",
354
+ "min",
355
+ "max",
356
+ "fit",
357
+ ...C()
358
+ ], N = () => [
359
+ e,
360
+ W,
361
+ V
362
+ ], ie = () => [
363
+ ...y(),
364
+ ve,
365
+ he,
366
+ { position: [W, V] }
367
+ ], ae = () => ["no-repeat", { repeat: [
368
+ "",
369
+ "x",
370
+ "y",
371
+ "space",
372
+ "round"
373
+ ] }], oe = () => [
374
+ "auto",
375
+ "cover",
376
+ "contain",
377
+ ye,
378
+ de,
379
+ { size: [W, V] }
380
+ ], le = () => [
381
+ se,
382
+ G,
383
+ H
384
+ ], R = () => [
385
+ "",
386
+ "none",
387
+ "full",
388
+ l,
389
+ W,
390
+ V
391
+ ], z = () => [
392
+ "",
393
+ F,
394
+ G,
395
+ H
396
+ ], B = () => [
397
+ "solid",
398
+ "dashed",
399
+ "dotted",
400
+ "double"
401
+ ], K = () => [
402
+ "normal",
403
+ "multiply",
404
+ "screen",
405
+ "overlay",
406
+ "darken",
407
+ "lighten",
408
+ "color-dodge",
409
+ "color-burn",
410
+ "hard-light",
411
+ "soft-light",
412
+ "difference",
413
+ "exclusion",
414
+ "hue",
415
+ "saturation",
416
+ "color",
417
+ "luminosity"
418
+ ], q = () => [
419
+ F,
420
+ se,
421
+ ve,
422
+ he
423
+ ], Ce = () => [
424
+ "",
425
+ "none",
426
+ p,
427
+ W,
428
+ V
429
+ ], J = () => [
430
+ "none",
431
+ F,
432
+ W,
433
+ V
434
+ ], Y = () => [
435
+ "none",
436
+ F,
437
+ W,
438
+ V
439
+ ], X = () => [
440
+ F,
441
+ W,
442
+ V
443
+ ], Z = () => [
444
+ P,
445
+ "full",
446
+ ...C()
447
+ ];
448
+ return {
449
+ cacheSize: 500,
450
+ theme: {
451
+ animate: [
452
+ "spin",
453
+ "ping",
454
+ "pulse",
455
+ "bounce"
456
+ ],
457
+ aspect: ["video"],
458
+ blur: [L],
459
+ breakpoint: [L],
460
+ color: [ce],
461
+ container: [L],
462
+ "drop-shadow": [L],
463
+ ease: [
464
+ "in",
465
+ "out",
466
+ "in-out"
467
+ ],
468
+ font: [ue],
469
+ "font-weight": [
470
+ "thin",
471
+ "extralight",
472
+ "light",
473
+ "normal",
474
+ "medium",
475
+ "semibold",
476
+ "bold",
477
+ "extrabold",
478
+ "black"
479
+ ],
480
+ "inset-shadow": [L],
481
+ leading: [
482
+ "none",
483
+ "tight",
484
+ "snug",
485
+ "normal",
486
+ "relaxed",
487
+ "loose"
488
+ ],
489
+ perspective: [
490
+ "dramatic",
491
+ "near",
492
+ "normal",
493
+ "midrange",
494
+ "distant",
495
+ "none"
496
+ ],
497
+ radius: [L],
498
+ shadow: [L],
499
+ spacing: ["px", F],
500
+ text: [L],
501
+ "text-shadow": [L],
502
+ tracking: [
503
+ "tighter",
504
+ "tight",
505
+ "normal",
506
+ "wide",
507
+ "wider",
508
+ "widest"
509
+ ]
510
+ },
511
+ classGroups: {
512
+ aspect: [{ aspect: [
513
+ "auto",
514
+ "square",
515
+ P,
516
+ V,
517
+ W,
518
+ h
519
+ ] }],
520
+ container: ["container"],
521
+ columns: [{ columns: [
522
+ F,
523
+ V,
524
+ W,
525
+ s
526
+ ] }],
527
+ "break-after": [{ "break-after": v() }],
528
+ "break-before": [{ "break-before": v() }],
529
+ "break-inside": [{ "break-inside": [
530
+ "auto",
531
+ "avoid",
532
+ "avoid-page",
533
+ "avoid-column"
534
+ ] }],
535
+ "box-decoration": [{ "box-decoration": ["slice", "clone"] }],
536
+ box: [{ box: ["border", "content"] }],
537
+ display: [
538
+ "block",
539
+ "inline-block",
540
+ "inline",
541
+ "flex",
542
+ "inline-flex",
543
+ "table",
544
+ "inline-table",
545
+ "table-caption",
546
+ "table-cell",
547
+ "table-column",
548
+ "table-column-group",
549
+ "table-footer-group",
550
+ "table-header-group",
551
+ "table-row-group",
552
+ "table-row",
553
+ "flow-root",
554
+ "grid",
555
+ "inline-grid",
556
+ "contents",
557
+ "list-item",
558
+ "hidden"
559
+ ],
560
+ sr: ["sr-only", "not-sr-only"],
561
+ float: [{ float: [
562
+ "right",
563
+ "left",
564
+ "none",
565
+ "start",
566
+ "end"
567
+ ] }],
568
+ clear: [{ clear: [
569
+ "left",
570
+ "right",
571
+ "both",
572
+ "none",
573
+ "start",
574
+ "end"
575
+ ] }],
576
+ isolation: ["isolate", "isolation-auto"],
577
+ "object-fit": [{ object: [
578
+ "contain",
579
+ "cover",
580
+ "fill",
581
+ "none",
582
+ "scale-down"
583
+ ] }],
584
+ "object-position": [{ object: b() }],
585
+ overflow: [{ overflow: x() }],
586
+ "overflow-x": [{ "overflow-x": x() }],
587
+ "overflow-y": [{ "overflow-y": x() }],
588
+ overscroll: [{ overscroll: S() }],
589
+ "overscroll-x": [{ "overscroll-x": S() }],
590
+ "overscroll-y": [{ "overscroll-y": S() }],
591
+ position: [
592
+ "static",
593
+ "fixed",
594
+ "absolute",
595
+ "relative",
596
+ "sticky"
597
+ ],
598
+ inset: [{ inset: w() }],
599
+ "inset-x": [{ "inset-x": w() }],
600
+ "inset-y": [{ "inset-y": w() }],
601
+ start: [{
602
+ "inset-s": w(),
603
+ start: w()
604
+ }],
605
+ end: [{
606
+ "inset-e": w(),
607
+ end: w()
608
+ }],
609
+ "inset-bs": [{ "inset-bs": w() }],
610
+ "inset-be": [{ "inset-be": w() }],
611
+ top: [{ top: w() }],
612
+ right: [{ right: w() }],
613
+ bottom: [{ bottom: w() }],
614
+ left: [{ left: w() }],
615
+ visibility: [
616
+ "visible",
617
+ "invisible",
618
+ "collapse"
619
+ ],
620
+ z: [{ z: [
621
+ I,
622
+ "auto",
623
+ W,
624
+ V
625
+ ] }],
626
+ basis: [{ basis: [
627
+ P,
628
+ "full",
629
+ "auto",
630
+ s,
631
+ ...C()
632
+ ] }],
633
+ "flex-direction": [{ flex: [
634
+ "row",
635
+ "row-reverse",
636
+ "col",
637
+ "col-reverse"
638
+ ] }],
639
+ "flex-wrap": [{ flex: [
640
+ "nowrap",
641
+ "wrap",
642
+ "wrap-reverse"
643
+ ] }],
644
+ flex: [{ flex: [
645
+ F,
646
+ P,
647
+ "auto",
648
+ "initial",
649
+ "none",
650
+ V
651
+ ] }],
652
+ grow: [{ grow: [
653
+ "",
654
+ F,
655
+ W,
656
+ V
657
+ ] }],
658
+ shrink: [{ shrink: [
659
+ "",
660
+ F,
661
+ W,
662
+ V
663
+ ] }],
664
+ order: [{ order: [
665
+ I,
666
+ "first",
667
+ "last",
668
+ "none",
669
+ W,
670
+ V
671
+ ] }],
672
+ "grid-cols": [{ "grid-cols": te() }],
673
+ "col-start-end": [{ col: ne() }],
674
+ "col-start": [{ "col-start": T() }],
675
+ "col-end": [{ "col-end": T() }],
676
+ "grid-rows": [{ "grid-rows": te() }],
677
+ "row-start-end": [{ row: ne() }],
678
+ "row-start": [{ "row-start": T() }],
679
+ "row-end": [{ "row-end": T() }],
680
+ "grid-flow": [{ "grid-flow": [
681
+ "row",
682
+ "col",
683
+ "dense",
684
+ "row-dense",
685
+ "col-dense"
686
+ ] }],
687
+ "auto-cols": [{ "auto-cols": E() }],
688
+ "auto-rows": [{ "auto-rows": E() }],
689
+ gap: [{ gap: C() }],
690
+ "gap-x": [{ "gap-x": C() }],
691
+ "gap-y": [{ "gap-y": C() }],
692
+ "justify-content": [{ justify: [...D(), "normal"] }],
693
+ "justify-items": [{ "justify-items": [...O(), "normal"] }],
694
+ "justify-self": [{ "justify-self": ["auto", ...O()] }],
695
+ "align-content": [{ content: ["normal", ...D()] }],
696
+ "align-items": [{ items: [...O(), { baseline: ["", "last"] }] }],
697
+ "align-self": [{ self: [
698
+ "auto",
699
+ ...O(),
700
+ { baseline: ["", "last"] }
701
+ ] }],
702
+ "place-content": [{ "place-content": D() }],
703
+ "place-items": [{ "place-items": [...O(), "baseline"] }],
704
+ "place-self": [{ "place-self": ["auto", ...O()] }],
705
+ p: [{ p: C() }],
706
+ px: [{ px: C() }],
707
+ py: [{ py: C() }],
708
+ ps: [{ ps: C() }],
709
+ pe: [{ pe: C() }],
710
+ pbs: [{ pbs: C() }],
711
+ pbe: [{ pbe: C() }],
712
+ pt: [{ pt: C() }],
713
+ pr: [{ pr: C() }],
714
+ pb: [{ pb: C() }],
715
+ pl: [{ pl: C() }],
716
+ m: [{ m: A() }],
717
+ mx: [{ mx: A() }],
718
+ my: [{ my: A() }],
719
+ ms: [{ ms: A() }],
720
+ me: [{ me: A() }],
721
+ mbs: [{ mbs: A() }],
722
+ mbe: [{ mbe: A() }],
723
+ mt: [{ mt: A() }],
724
+ mr: [{ mr: A() }],
725
+ mb: [{ mb: A() }],
726
+ ml: [{ ml: A() }],
727
+ "space-x": [{ "space-x": C() }],
728
+ "space-x-reverse": ["space-x-reverse"],
729
+ "space-y": [{ "space-y": C() }],
730
+ "space-y-reverse": ["space-y-reverse"],
731
+ size: [{ size: j() }],
732
+ "inline-size": [{ inline: ["auto", ...re()] }],
733
+ "min-inline-size": [{ "min-inline": ["auto", ...re()] }],
734
+ "max-inline-size": [{ "max-inline": ["none", ...re()] }],
735
+ "block-size": [{ block: ["auto", ...M()] }],
736
+ "min-block-size": [{ "min-block": ["auto", ...M()] }],
737
+ "max-block-size": [{ "max-block": ["none", ...M()] }],
738
+ w: [{ w: [
739
+ s,
740
+ "screen",
741
+ ...j()
742
+ ] }],
743
+ "min-w": [{ "min-w": [
744
+ s,
745
+ "screen",
746
+ "none",
747
+ ...j()
748
+ ] }],
749
+ "max-w": [{ "max-w": [
750
+ s,
751
+ "screen",
752
+ "none",
753
+ "prose",
754
+ { screen: [o] },
755
+ ...j()
756
+ ] }],
757
+ h: [{ h: [
758
+ "screen",
759
+ "lh",
760
+ ...j()
761
+ ] }],
762
+ "min-h": [{ "min-h": [
763
+ "screen",
764
+ "lh",
765
+ "none",
766
+ ...j()
767
+ ] }],
768
+ "max-h": [{ "max-h": [
769
+ "screen",
770
+ "lh",
771
+ ...j()
772
+ ] }],
773
+ "font-size": [{ text: [
774
+ "base",
775
+ n,
776
+ G,
777
+ H
778
+ ] }],
779
+ "font-smoothing": ["antialiased", "subpixel-antialiased"],
780
+ "font-style": ["italic", "not-italic"],
781
+ "font-weight": [{ font: [
782
+ r,
783
+ Se,
784
+ pe
785
+ ] }],
786
+ "font-stretch": [{ "font-stretch": [
787
+ "ultra-condensed",
788
+ "extra-condensed",
789
+ "condensed",
790
+ "semi-condensed",
791
+ "normal",
792
+ "semi-expanded",
793
+ "expanded",
794
+ "extra-expanded",
795
+ "ultra-expanded",
796
+ se,
797
+ V
798
+ ] }],
799
+ "font-family": [{ font: [
800
+ _e,
801
+ me,
802
+ t
803
+ ] }],
804
+ "font-features": [{ "font-features": [V] }],
805
+ "fvn-normal": ["normal-nums"],
806
+ "fvn-ordinal": ["ordinal"],
807
+ "fvn-slashed-zero": ["slashed-zero"],
808
+ "fvn-figure": ["lining-nums", "oldstyle-nums"],
809
+ "fvn-spacing": ["proportional-nums", "tabular-nums"],
810
+ "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
811
+ tracking: [{ tracking: [
812
+ i,
813
+ W,
814
+ V
815
+ ] }],
816
+ "line-clamp": [{ "line-clamp": [
817
+ F,
818
+ "none",
819
+ W,
820
+ fe
821
+ ] }],
822
+ leading: [{ leading: [a, ...C()] }],
823
+ "list-image": [{ "list-image": [
824
+ "none",
825
+ W,
826
+ V
827
+ ] }],
828
+ "list-style-position": [{ list: ["inside", "outside"] }],
829
+ "list-style-type": [{ list: [
830
+ "disc",
831
+ "decimal",
832
+ "none",
833
+ W,
834
+ V
835
+ ] }],
836
+ "text-alignment": [{ text: [
837
+ "left",
838
+ "center",
839
+ "right",
840
+ "justify",
841
+ "start",
842
+ "end"
843
+ ] }],
844
+ "placeholder-color": [{ placeholder: N() }],
845
+ "text-color": [{ text: N() }],
846
+ "text-decoration": [
847
+ "underline",
848
+ "overline",
849
+ "line-through",
850
+ "no-underline"
851
+ ],
852
+ "text-decoration-style": [{ decoration: [...B(), "wavy"] }],
853
+ "text-decoration-thickness": [{ decoration: [
854
+ F,
855
+ "from-font",
856
+ "auto",
857
+ W,
858
+ H
859
+ ] }],
860
+ "text-decoration-color": [{ decoration: N() }],
861
+ "underline-offset": [{ "underline-offset": [
862
+ F,
863
+ "auto",
864
+ W,
865
+ V
866
+ ] }],
867
+ "text-transform": [
868
+ "uppercase",
869
+ "lowercase",
870
+ "capitalize",
871
+ "normal-case"
872
+ ],
873
+ "text-overflow": [
874
+ "truncate",
875
+ "text-ellipsis",
876
+ "text-clip"
877
+ ],
878
+ "text-wrap": [{ text: [
879
+ "wrap",
880
+ "nowrap",
881
+ "balance",
882
+ "pretty"
883
+ ] }],
884
+ indent: [{ indent: C() }],
885
+ "vertical-align": [{ align: [
886
+ "baseline",
887
+ "top",
888
+ "middle",
889
+ "bottom",
890
+ "text-top",
891
+ "text-bottom",
892
+ "sub",
893
+ "super",
894
+ W,
895
+ V
896
+ ] }],
897
+ whitespace: [{ whitespace: [
898
+ "normal",
899
+ "nowrap",
900
+ "pre",
901
+ "pre-line",
902
+ "pre-wrap",
903
+ "break-spaces"
904
+ ] }],
905
+ break: [{ break: [
906
+ "normal",
907
+ "words",
908
+ "all",
909
+ "keep"
910
+ ] }],
911
+ wrap: [{ wrap: [
912
+ "break-word",
913
+ "anywhere",
914
+ "normal"
915
+ ] }],
916
+ hyphens: [{ hyphens: [
917
+ "none",
918
+ "manual",
919
+ "auto"
920
+ ] }],
921
+ content: [{ content: [
922
+ "none",
923
+ W,
924
+ V
925
+ ] }],
926
+ "bg-attachment": [{ bg: [
927
+ "fixed",
928
+ "local",
929
+ "scroll"
930
+ ] }],
931
+ "bg-clip": [{ "bg-clip": [
932
+ "border",
933
+ "padding",
934
+ "content",
935
+ "text"
936
+ ] }],
937
+ "bg-origin": [{ "bg-origin": [
938
+ "border",
939
+ "padding",
940
+ "content"
941
+ ] }],
942
+ "bg-position": [{ bg: ie() }],
943
+ "bg-repeat": [{ bg: ae() }],
944
+ "bg-size": [{ bg: oe() }],
945
+ "bg-image": [{ bg: [
946
+ "none",
947
+ {
948
+ linear: [
949
+ { to: [
950
+ "t",
951
+ "tr",
952
+ "r",
953
+ "br",
954
+ "b",
955
+ "bl",
956
+ "l",
957
+ "tl"
958
+ ] },
959
+ I,
960
+ W,
961
+ V
962
+ ],
963
+ radial: [
964
+ "",
965
+ W,
966
+ V
967
+ ],
968
+ conic: [
969
+ I,
970
+ W,
971
+ V
972
+ ]
973
+ },
974
+ be,
975
+ ge
976
+ ] }],
977
+ "bg-color": [{ bg: N() }],
978
+ "gradient-from-pos": [{ from: le() }],
979
+ "gradient-via-pos": [{ via: le() }],
980
+ "gradient-to-pos": [{ to: le() }],
981
+ "gradient-from": [{ from: N() }],
982
+ "gradient-via": [{ via: N() }],
983
+ "gradient-to": [{ to: N() }],
984
+ rounded: [{ rounded: R() }],
985
+ "rounded-s": [{ "rounded-s": R() }],
986
+ "rounded-e": [{ "rounded-e": R() }],
987
+ "rounded-t": [{ "rounded-t": R() }],
988
+ "rounded-r": [{ "rounded-r": R() }],
989
+ "rounded-b": [{ "rounded-b": R() }],
990
+ "rounded-l": [{ "rounded-l": R() }],
991
+ "rounded-ss": [{ "rounded-ss": R() }],
992
+ "rounded-se": [{ "rounded-se": R() }],
993
+ "rounded-ee": [{ "rounded-ee": R() }],
994
+ "rounded-es": [{ "rounded-es": R() }],
995
+ "rounded-tl": [{ "rounded-tl": R() }],
996
+ "rounded-tr": [{ "rounded-tr": R() }],
997
+ "rounded-br": [{ "rounded-br": R() }],
998
+ "rounded-bl": [{ "rounded-bl": R() }],
999
+ "border-w": [{ border: z() }],
1000
+ "border-w-x": [{ "border-x": z() }],
1001
+ "border-w-y": [{ "border-y": z() }],
1002
+ "border-w-s": [{ "border-s": z() }],
1003
+ "border-w-e": [{ "border-e": z() }],
1004
+ "border-w-bs": [{ "border-bs": z() }],
1005
+ "border-w-be": [{ "border-be": z() }],
1006
+ "border-w-t": [{ "border-t": z() }],
1007
+ "border-w-r": [{ "border-r": z() }],
1008
+ "border-w-b": [{ "border-b": z() }],
1009
+ "border-w-l": [{ "border-l": z() }],
1010
+ "divide-x": [{ "divide-x": z() }],
1011
+ "divide-x-reverse": ["divide-x-reverse"],
1012
+ "divide-y": [{ "divide-y": z() }],
1013
+ "divide-y-reverse": ["divide-y-reverse"],
1014
+ "border-style": [{ border: [
1015
+ ...B(),
1016
+ "hidden",
1017
+ "none"
1018
+ ] }],
1019
+ "divide-style": [{ divide: [
1020
+ ...B(),
1021
+ "hidden",
1022
+ "none"
1023
+ ] }],
1024
+ "border-color": [{ border: N() }],
1025
+ "border-color-x": [{ "border-x": N() }],
1026
+ "border-color-y": [{ "border-y": N() }],
1027
+ "border-color-s": [{ "border-s": N() }],
1028
+ "border-color-e": [{ "border-e": N() }],
1029
+ "border-color-bs": [{ "border-bs": N() }],
1030
+ "border-color-be": [{ "border-be": N() }],
1031
+ "border-color-t": [{ "border-t": N() }],
1032
+ "border-color-r": [{ "border-r": N() }],
1033
+ "border-color-b": [{ "border-b": N() }],
1034
+ "border-color-l": [{ "border-l": N() }],
1035
+ "divide-color": [{ divide: N() }],
1036
+ "outline-style": [{ outline: [
1037
+ ...B(),
1038
+ "none",
1039
+ "hidden"
1040
+ ] }],
1041
+ "outline-offset": [{ "outline-offset": [
1042
+ F,
1043
+ W,
1044
+ V
1045
+ ] }],
1046
+ "outline-w": [{ outline: [
1047
+ "",
1048
+ F,
1049
+ G,
1050
+ H
1051
+ ] }],
1052
+ "outline-color": [{ outline: N() }],
1053
+ shadow: [{ shadow: [
1054
+ "",
1055
+ "none",
1056
+ u,
1057
+ xe,
1058
+ U
1059
+ ] }],
1060
+ "shadow-color": [{ shadow: N() }],
1061
+ "inset-shadow": [{ "inset-shadow": [
1062
+ "none",
1063
+ d,
1064
+ xe,
1065
+ U
1066
+ ] }],
1067
+ "inset-shadow-color": [{ "inset-shadow": N() }],
1068
+ "ring-w": [{ ring: z() }],
1069
+ "ring-w-inset": ["ring-inset"],
1070
+ "ring-color": [{ ring: N() }],
1071
+ "ring-offset-w": [{ "ring-offset": [F, H] }],
1072
+ "ring-offset-color": [{ "ring-offset": N() }],
1073
+ "inset-ring-w": [{ "inset-ring": z() }],
1074
+ "inset-ring-color": [{ "inset-ring": N() }],
1075
+ "text-shadow": [{ "text-shadow": [
1076
+ "none",
1077
+ f,
1078
+ xe,
1079
+ U
1080
+ ] }],
1081
+ "text-shadow-color": [{ "text-shadow": N() }],
1082
+ opacity: [{ opacity: [
1083
+ F,
1084
+ W,
1085
+ V
1086
+ ] }],
1087
+ "mix-blend": [{ "mix-blend": [
1088
+ ...K(),
1089
+ "plus-darker",
1090
+ "plus-lighter"
1091
+ ] }],
1092
+ "bg-blend": [{ "bg-blend": K() }],
1093
+ "mask-clip": [{ "mask-clip": [
1094
+ "border",
1095
+ "padding",
1096
+ "content",
1097
+ "fill",
1098
+ "stroke",
1099
+ "view"
1100
+ ] }, "mask-no-clip"],
1101
+ "mask-composite": [{ mask: [
1102
+ "add",
1103
+ "subtract",
1104
+ "intersect",
1105
+ "exclude"
1106
+ ] }],
1107
+ "mask-image-linear-pos": [{ "mask-linear": [F] }],
1108
+ "mask-image-linear-from-pos": [{ "mask-linear-from": q() }],
1109
+ "mask-image-linear-to-pos": [{ "mask-linear-to": q() }],
1110
+ "mask-image-linear-from-color": [{ "mask-linear-from": N() }],
1111
+ "mask-image-linear-to-color": [{ "mask-linear-to": N() }],
1112
+ "mask-image-t-from-pos": [{ "mask-t-from": q() }],
1113
+ "mask-image-t-to-pos": [{ "mask-t-to": q() }],
1114
+ "mask-image-t-from-color": [{ "mask-t-from": N() }],
1115
+ "mask-image-t-to-color": [{ "mask-t-to": N() }],
1116
+ "mask-image-r-from-pos": [{ "mask-r-from": q() }],
1117
+ "mask-image-r-to-pos": [{ "mask-r-to": q() }],
1118
+ "mask-image-r-from-color": [{ "mask-r-from": N() }],
1119
+ "mask-image-r-to-color": [{ "mask-r-to": N() }],
1120
+ "mask-image-b-from-pos": [{ "mask-b-from": q() }],
1121
+ "mask-image-b-to-pos": [{ "mask-b-to": q() }],
1122
+ "mask-image-b-from-color": [{ "mask-b-from": N() }],
1123
+ "mask-image-b-to-color": [{ "mask-b-to": N() }],
1124
+ "mask-image-l-from-pos": [{ "mask-l-from": q() }],
1125
+ "mask-image-l-to-pos": [{ "mask-l-to": q() }],
1126
+ "mask-image-l-from-color": [{ "mask-l-from": N() }],
1127
+ "mask-image-l-to-color": [{ "mask-l-to": N() }],
1128
+ "mask-image-x-from-pos": [{ "mask-x-from": q() }],
1129
+ "mask-image-x-to-pos": [{ "mask-x-to": q() }],
1130
+ "mask-image-x-from-color": [{ "mask-x-from": N() }],
1131
+ "mask-image-x-to-color": [{ "mask-x-to": N() }],
1132
+ "mask-image-y-from-pos": [{ "mask-y-from": q() }],
1133
+ "mask-image-y-to-pos": [{ "mask-y-to": q() }],
1134
+ "mask-image-y-from-color": [{ "mask-y-from": N() }],
1135
+ "mask-image-y-to-color": [{ "mask-y-to": N() }],
1136
+ "mask-image-radial": [{ "mask-radial": [W, V] }],
1137
+ "mask-image-radial-from-pos": [{ "mask-radial-from": q() }],
1138
+ "mask-image-radial-to-pos": [{ "mask-radial-to": q() }],
1139
+ "mask-image-radial-from-color": [{ "mask-radial-from": N() }],
1140
+ "mask-image-radial-to-color": [{ "mask-radial-to": N() }],
1141
+ "mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
1142
+ "mask-image-radial-size": [{ "mask-radial": [{
1143
+ closest: ["side", "corner"],
1144
+ farthest: ["side", "corner"]
1145
+ }] }],
1146
+ "mask-image-radial-pos": [{ "mask-radial-at": y() }],
1147
+ "mask-image-conic-pos": [{ "mask-conic": [F] }],
1148
+ "mask-image-conic-from-pos": [{ "mask-conic-from": q() }],
1149
+ "mask-image-conic-to-pos": [{ "mask-conic-to": q() }],
1150
+ "mask-image-conic-from-color": [{ "mask-conic-from": N() }],
1151
+ "mask-image-conic-to-color": [{ "mask-conic-to": N() }],
1152
+ "mask-mode": [{ mask: [
1153
+ "alpha",
1154
+ "luminance",
1155
+ "match"
1156
+ ] }],
1157
+ "mask-origin": [{ "mask-origin": [
1158
+ "border",
1159
+ "padding",
1160
+ "content",
1161
+ "fill",
1162
+ "stroke",
1163
+ "view"
1164
+ ] }],
1165
+ "mask-position": [{ mask: ie() }],
1166
+ "mask-repeat": [{ mask: ae() }],
1167
+ "mask-size": [{ mask: oe() }],
1168
+ "mask-type": [{ "mask-type": ["alpha", "luminance"] }],
1169
+ "mask-image": [{ mask: [
1170
+ "none",
1171
+ W,
1172
+ V
1173
+ ] }],
1174
+ filter: [{ filter: [
1175
+ "",
1176
+ "none",
1177
+ W,
1178
+ V
1179
+ ] }],
1180
+ blur: [{ blur: Ce() }],
1181
+ brightness: [{ brightness: [
1182
+ F,
1183
+ W,
1184
+ V
1185
+ ] }],
1186
+ contrast: [{ contrast: [
1187
+ F,
1188
+ W,
1189
+ V
1190
+ ] }],
1191
+ "drop-shadow": [{ "drop-shadow": [
1192
+ "",
1193
+ "none",
1194
+ ee,
1195
+ xe,
1196
+ U
1197
+ ] }],
1198
+ "drop-shadow-color": [{ "drop-shadow": N() }],
1199
+ grayscale: [{ grayscale: [
1200
+ "",
1201
+ F,
1202
+ W,
1203
+ V
1204
+ ] }],
1205
+ "hue-rotate": [{ "hue-rotate": [
1206
+ F,
1207
+ W,
1208
+ V
1209
+ ] }],
1210
+ invert: [{ invert: [
1211
+ "",
1212
+ F,
1213
+ W,
1214
+ V
1215
+ ] }],
1216
+ saturate: [{ saturate: [
1217
+ F,
1218
+ W,
1219
+ V
1220
+ ] }],
1221
+ sepia: [{ sepia: [
1222
+ "",
1223
+ F,
1224
+ W,
1225
+ V
1226
+ ] }],
1227
+ "backdrop-filter": [{ "backdrop-filter": [
1228
+ "",
1229
+ "none",
1230
+ W,
1231
+ V
1232
+ ] }],
1233
+ "backdrop-blur": [{ "backdrop-blur": Ce() }],
1234
+ "backdrop-brightness": [{ "backdrop-brightness": [
1235
+ F,
1236
+ W,
1237
+ V
1238
+ ] }],
1239
+ "backdrop-contrast": [{ "backdrop-contrast": [
1240
+ F,
1241
+ W,
1242
+ V
1243
+ ] }],
1244
+ "backdrop-grayscale": [{ "backdrop-grayscale": [
1245
+ "",
1246
+ F,
1247
+ W,
1248
+ V
1249
+ ] }],
1250
+ "backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
1251
+ F,
1252
+ W,
1253
+ V
1254
+ ] }],
1255
+ "backdrop-invert": [{ "backdrop-invert": [
1256
+ "",
1257
+ F,
1258
+ W,
1259
+ V
1260
+ ] }],
1261
+ "backdrop-opacity": [{ "backdrop-opacity": [
1262
+ F,
1263
+ W,
1264
+ V
1265
+ ] }],
1266
+ "backdrop-saturate": [{ "backdrop-saturate": [
1267
+ F,
1268
+ W,
1269
+ V
1270
+ ] }],
1271
+ "backdrop-sepia": [{ "backdrop-sepia": [
1272
+ "",
1273
+ F,
1274
+ W,
1275
+ V
1276
+ ] }],
1277
+ "border-collapse": [{ border: ["collapse", "separate"] }],
1278
+ "border-spacing": [{ "border-spacing": C() }],
1279
+ "border-spacing-x": [{ "border-spacing-x": C() }],
1280
+ "border-spacing-y": [{ "border-spacing-y": C() }],
1281
+ "table-layout": [{ table: ["auto", "fixed"] }],
1282
+ caption: [{ caption: ["top", "bottom"] }],
1283
+ transition: [{ transition: [
1284
+ "",
1285
+ "all",
1286
+ "colors",
1287
+ "opacity",
1288
+ "shadow",
1289
+ "transform",
1290
+ "none",
1291
+ W,
1292
+ V
1293
+ ] }],
1294
+ "transition-behavior": [{ transition: ["normal", "discrete"] }],
1295
+ duration: [{ duration: [
1296
+ F,
1297
+ "initial",
1298
+ W,
1299
+ V
1300
+ ] }],
1301
+ ease: [{ ease: [
1302
+ "linear",
1303
+ "initial",
1304
+ g,
1305
+ W,
1306
+ V
1307
+ ] }],
1308
+ delay: [{ delay: [
1309
+ F,
1310
+ W,
1311
+ V
1312
+ ] }],
1313
+ animate: [{ animate: [
1314
+ "none",
1315
+ _,
1316
+ W,
1317
+ V
1318
+ ] }],
1319
+ backface: [{ backface: ["hidden", "visible"] }],
1320
+ perspective: [{ perspective: [
1321
+ m,
1322
+ W,
1323
+ V
1324
+ ] }],
1325
+ "perspective-origin": [{ "perspective-origin": b() }],
1326
+ rotate: [{ rotate: J() }],
1327
+ "rotate-x": [{ "rotate-x": J() }],
1328
+ "rotate-y": [{ "rotate-y": J() }],
1329
+ "rotate-z": [{ "rotate-z": J() }],
1330
+ scale: [{ scale: Y() }],
1331
+ "scale-x": [{ "scale-x": Y() }],
1332
+ "scale-y": [{ "scale-y": Y() }],
1333
+ "scale-z": [{ "scale-z": Y() }],
1334
+ "scale-3d": ["scale-3d"],
1335
+ skew: [{ skew: X() }],
1336
+ "skew-x": [{ "skew-x": X() }],
1337
+ "skew-y": [{ "skew-y": X() }],
1338
+ transform: [{ transform: [
1339
+ W,
1340
+ V,
1341
+ "",
1342
+ "none",
1343
+ "gpu",
1344
+ "cpu"
1345
+ ] }],
1346
+ "transform-origin": [{ origin: b() }],
1347
+ "transform-style": [{ transform: ["3d", "flat"] }],
1348
+ translate: [{ translate: Z() }],
1349
+ "translate-x": [{ "translate-x": Z() }],
1350
+ "translate-y": [{ "translate-y": Z() }],
1351
+ "translate-z": [{ "translate-z": Z() }],
1352
+ "translate-none": ["translate-none"],
1353
+ accent: [{ accent: N() }],
1354
+ appearance: [{ appearance: ["none", "auto"] }],
1355
+ "caret-color": [{ caret: N() }],
1356
+ "color-scheme": [{ scheme: [
1357
+ "normal",
1358
+ "dark",
1359
+ "light",
1360
+ "light-dark",
1361
+ "only-dark",
1362
+ "only-light"
1363
+ ] }],
1364
+ cursor: [{ cursor: [
1365
+ "auto",
1366
+ "default",
1367
+ "pointer",
1368
+ "wait",
1369
+ "text",
1370
+ "move",
1371
+ "help",
1372
+ "not-allowed",
1373
+ "none",
1374
+ "context-menu",
1375
+ "progress",
1376
+ "cell",
1377
+ "crosshair",
1378
+ "vertical-text",
1379
+ "alias",
1380
+ "copy",
1381
+ "no-drop",
1382
+ "grab",
1383
+ "grabbing",
1384
+ "all-scroll",
1385
+ "col-resize",
1386
+ "row-resize",
1387
+ "n-resize",
1388
+ "e-resize",
1389
+ "s-resize",
1390
+ "w-resize",
1391
+ "ne-resize",
1392
+ "nw-resize",
1393
+ "se-resize",
1394
+ "sw-resize",
1395
+ "ew-resize",
1396
+ "ns-resize",
1397
+ "nesw-resize",
1398
+ "nwse-resize",
1399
+ "zoom-in",
1400
+ "zoom-out",
1401
+ W,
1402
+ V
1403
+ ] }],
1404
+ "field-sizing": [{ "field-sizing": ["fixed", "content"] }],
1405
+ "pointer-events": [{ "pointer-events": ["auto", "none"] }],
1406
+ resize: [{ resize: [
1407
+ "none",
1408
+ "",
1409
+ "y",
1410
+ "x"
1411
+ ] }],
1412
+ "scroll-behavior": [{ scroll: ["auto", "smooth"] }],
1413
+ "scroll-m": [{ "scroll-m": C() }],
1414
+ "scroll-mx": [{ "scroll-mx": C() }],
1415
+ "scroll-my": [{ "scroll-my": C() }],
1416
+ "scroll-ms": [{ "scroll-ms": C() }],
1417
+ "scroll-me": [{ "scroll-me": C() }],
1418
+ "scroll-mbs": [{ "scroll-mbs": C() }],
1419
+ "scroll-mbe": [{ "scroll-mbe": C() }],
1420
+ "scroll-mt": [{ "scroll-mt": C() }],
1421
+ "scroll-mr": [{ "scroll-mr": C() }],
1422
+ "scroll-mb": [{ "scroll-mb": C() }],
1423
+ "scroll-ml": [{ "scroll-ml": C() }],
1424
+ "scroll-p": [{ "scroll-p": C() }],
1425
+ "scroll-px": [{ "scroll-px": C() }],
1426
+ "scroll-py": [{ "scroll-py": C() }],
1427
+ "scroll-ps": [{ "scroll-ps": C() }],
1428
+ "scroll-pe": [{ "scroll-pe": C() }],
1429
+ "scroll-pbs": [{ "scroll-pbs": C() }],
1430
+ "scroll-pbe": [{ "scroll-pbe": C() }],
1431
+ "scroll-pt": [{ "scroll-pt": C() }],
1432
+ "scroll-pr": [{ "scroll-pr": C() }],
1433
+ "scroll-pb": [{ "scroll-pb": C() }],
1434
+ "scroll-pl": [{ "scroll-pl": C() }],
1435
+ "snap-align": [{ snap: [
1436
+ "start",
1437
+ "end",
1438
+ "center",
1439
+ "align-none"
1440
+ ] }],
1441
+ "snap-stop": [{ snap: ["normal", "always"] }],
1442
+ "snap-type": [{ snap: [
1443
+ "none",
1444
+ "x",
1445
+ "y",
1446
+ "both"
1447
+ ] }],
1448
+ "snap-strictness": [{ snap: ["mandatory", "proximity"] }],
1449
+ touch: [{ touch: [
1450
+ "auto",
1451
+ "none",
1452
+ "manipulation"
1453
+ ] }],
1454
+ "touch-x": [{ "touch-pan": [
1455
+ "x",
1456
+ "left",
1457
+ "right"
1458
+ ] }],
1459
+ "touch-y": [{ "touch-pan": [
1460
+ "y",
1461
+ "up",
1462
+ "down"
1463
+ ] }],
1464
+ "touch-pz": ["touch-pinch-zoom"],
1465
+ select: [{ select: [
1466
+ "none",
1467
+ "text",
1468
+ "all",
1469
+ "auto"
1470
+ ] }],
1471
+ "will-change": [{ "will-change": [
1472
+ "auto",
1473
+ "scroll",
1474
+ "contents",
1475
+ "transform",
1476
+ W,
1477
+ V
1478
+ ] }],
1479
+ fill: [{ fill: ["none", ...N()] }],
1480
+ "stroke-w": [{ stroke: [
1481
+ F,
1482
+ G,
1483
+ H,
1484
+ fe
1485
+ ] }],
1486
+ stroke: [{ stroke: ["none", ...N()] }],
1487
+ "forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
1488
+ },
1489
+ conflictingClassGroups: {
1490
+ overflow: ["overflow-x", "overflow-y"],
1491
+ overscroll: ["overscroll-x", "overscroll-y"],
1492
+ inset: [
1493
+ "inset-x",
1494
+ "inset-y",
1495
+ "inset-bs",
1496
+ "inset-be",
1497
+ "start",
1498
+ "end",
1499
+ "top",
1500
+ "right",
1501
+ "bottom",
1502
+ "left"
1503
+ ],
1504
+ "inset-x": ["right", "left"],
1505
+ "inset-y": ["top", "bottom"],
1506
+ flex: [
1507
+ "basis",
1508
+ "grow",
1509
+ "shrink"
1510
+ ],
1511
+ gap: ["gap-x", "gap-y"],
1512
+ p: [
1513
+ "px",
1514
+ "py",
1515
+ "ps",
1516
+ "pe",
1517
+ "pbs",
1518
+ "pbe",
1519
+ "pt",
1520
+ "pr",
1521
+ "pb",
1522
+ "pl"
1523
+ ],
1524
+ px: ["pr", "pl"],
1525
+ py: ["pt", "pb"],
1526
+ m: [
1527
+ "mx",
1528
+ "my",
1529
+ "ms",
1530
+ "me",
1531
+ "mbs",
1532
+ "mbe",
1533
+ "mt",
1534
+ "mr",
1535
+ "mb",
1536
+ "ml"
1537
+ ],
1538
+ mx: ["mr", "ml"],
1539
+ my: ["mt", "mb"],
1540
+ size: ["w", "h"],
1541
+ "font-size": ["leading"],
1542
+ "fvn-normal": [
1543
+ "fvn-ordinal",
1544
+ "fvn-slashed-zero",
1545
+ "fvn-figure",
1546
+ "fvn-spacing",
1547
+ "fvn-fraction"
1548
+ ],
1549
+ "fvn-ordinal": ["fvn-normal"],
1550
+ "fvn-slashed-zero": ["fvn-normal"],
1551
+ "fvn-figure": ["fvn-normal"],
1552
+ "fvn-spacing": ["fvn-normal"],
1553
+ "fvn-fraction": ["fvn-normal"],
1554
+ "line-clamp": ["display", "overflow"],
1555
+ rounded: [
1556
+ "rounded-s",
1557
+ "rounded-e",
1558
+ "rounded-t",
1559
+ "rounded-r",
1560
+ "rounded-b",
1561
+ "rounded-l",
1562
+ "rounded-ss",
1563
+ "rounded-se",
1564
+ "rounded-ee",
1565
+ "rounded-es",
1566
+ "rounded-tl",
1567
+ "rounded-tr",
1568
+ "rounded-br",
1569
+ "rounded-bl"
1570
+ ],
1571
+ "rounded-s": ["rounded-ss", "rounded-es"],
1572
+ "rounded-e": ["rounded-se", "rounded-ee"],
1573
+ "rounded-t": ["rounded-tl", "rounded-tr"],
1574
+ "rounded-r": ["rounded-tr", "rounded-br"],
1575
+ "rounded-b": ["rounded-br", "rounded-bl"],
1576
+ "rounded-l": ["rounded-tl", "rounded-bl"],
1577
+ "border-spacing": ["border-spacing-x", "border-spacing-y"],
1578
+ "border-w": [
1579
+ "border-w-x",
1580
+ "border-w-y",
1581
+ "border-w-s",
1582
+ "border-w-e",
1583
+ "border-w-bs",
1584
+ "border-w-be",
1585
+ "border-w-t",
1586
+ "border-w-r",
1587
+ "border-w-b",
1588
+ "border-w-l"
1589
+ ],
1590
+ "border-w-x": ["border-w-r", "border-w-l"],
1591
+ "border-w-y": ["border-w-t", "border-w-b"],
1592
+ "border-color": [
1593
+ "border-color-x",
1594
+ "border-color-y",
1595
+ "border-color-s",
1596
+ "border-color-e",
1597
+ "border-color-bs",
1598
+ "border-color-be",
1599
+ "border-color-t",
1600
+ "border-color-r",
1601
+ "border-color-b",
1602
+ "border-color-l"
1603
+ ],
1604
+ "border-color-x": ["border-color-r", "border-color-l"],
1605
+ "border-color-y": ["border-color-t", "border-color-b"],
1606
+ translate: [
1607
+ "translate-x",
1608
+ "translate-y",
1609
+ "translate-none"
1610
+ ],
1611
+ "translate-none": [
1612
+ "translate",
1613
+ "translate-x",
1614
+ "translate-y",
1615
+ "translate-z"
1616
+ ],
1617
+ "scroll-m": [
1618
+ "scroll-mx",
1619
+ "scroll-my",
1620
+ "scroll-ms",
1621
+ "scroll-me",
1622
+ "scroll-mbs",
1623
+ "scroll-mbe",
1624
+ "scroll-mt",
1625
+ "scroll-mr",
1626
+ "scroll-mb",
1627
+ "scroll-ml"
1628
+ ],
1629
+ "scroll-mx": ["scroll-mr", "scroll-ml"],
1630
+ "scroll-my": ["scroll-mt", "scroll-mb"],
1631
+ "scroll-p": [
1632
+ "scroll-px",
1633
+ "scroll-py",
1634
+ "scroll-ps",
1635
+ "scroll-pe",
1636
+ "scroll-pbs",
1637
+ "scroll-pbe",
1638
+ "scroll-pt",
1639
+ "scroll-pr",
1640
+ "scroll-pb",
1641
+ "scroll-pl"
1642
+ ],
1643
+ "scroll-px": ["scroll-pr", "scroll-pl"],
1644
+ "scroll-py": ["scroll-pt", "scroll-pb"],
1645
+ touch: [
1646
+ "touch-x",
1647
+ "touch-y",
1648
+ "touch-pz"
1649
+ ],
1650
+ "touch-x": ["touch"],
1651
+ "touch-y": ["touch"],
1652
+ "touch-pz": ["touch"]
1653
+ },
1654
+ conflictingClassGroupModifiers: { "font-size": ["leading"] },
1655
+ orderSensitiveModifiers: [
1656
+ "*",
1657
+ "**",
1658
+ "after",
1659
+ "backdrop",
1660
+ "before",
1661
+ "details-content",
1662
+ "file",
1663
+ "first-letter",
1664
+ "first-line",
1665
+ "marker",
1666
+ "placeholder",
1667
+ "selection"
1668
+ ]
1669
+ };
1670
+ }, Oe = (e, { cacheSize: t, prefix: n, experimentalParseClassName: r, extend: i = {}, override: a = {} }) => (Q(e, "cacheSize", t), Q(e, "prefix", n), Q(e, "experimentalParseClassName", r), ke(e.theme, a.theme), ke(e.classGroups, a.classGroups), ke(e.conflictingClassGroups, a.conflictingClassGroups), ke(e.conflictingClassGroupModifiers, a.conflictingClassGroupModifiers), Q(e, "orderSensitiveModifiers", a.orderSensitiveModifiers), $(e.theme, i.theme), $(e.classGroups, i.classGroups), $(e.conflictingClassGroups, i.conflictingClassGroups), $(e.conflictingClassGroupModifiers, i.conflictingClassGroupModifiers), Ae(e, i, "orderSensitiveModifiers"), e), Q = (e, t, n) => {
1671
+ n !== void 0 && (e[t] = n);
1672
+ }, ke = (e, t) => {
1673
+ if (t) for (let n in t) Q(e, n, t[n]);
1674
+ }, $ = (e, t) => {
1675
+ if (t) for (let n in t) Ae(e, t, n);
1676
+ }, Ae = (e, t, n) => {
1677
+ let r = t[n];
1678
+ r !== void 0 && (e[n] = e[n] ? e[n].concat(r) : r);
1679
+ }, je = (e, ...t) => typeof e == "function" ? D(De, e, ...t) : D(() => Oe(De(), e), ...t), Me = /* @__PURE__ */ D(De);
1680
+ //#endregion
1681
+ export { je as extendTailwindMerge, Me as twMerge };
1682
+
1683
+ //# sourceMappingURL=bundle-mjs.js.map