@g4rcez/components 4.1.3 → 5.0.0

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