primereact 10.8.1 → 10.8.3

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 (306) hide show
  1. package/api/api.d.ts +10 -0
  2. package/autocomplete/autocomplete.cjs.js +10 -5
  3. package/autocomplete/autocomplete.cjs.min.js +1 -1
  4. package/autocomplete/autocomplete.esm.js +10 -5
  5. package/autocomplete/autocomplete.esm.min.js +1 -1
  6. package/autocomplete/autocomplete.js +10 -5
  7. package/autocomplete/autocomplete.min.js +1 -1
  8. package/badge/badge.d.ts +1 -1
  9. package/breadcrumb/breadcrumb.cjs.js +25 -7
  10. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  11. package/breadcrumb/breadcrumb.esm.js +25 -7
  12. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  13. package/breadcrumb/breadcrumb.js +25 -7
  14. package/breadcrumb/breadcrumb.min.js +1 -1
  15. package/calendar/calendar.cjs.js +57 -27
  16. package/calendar/calendar.cjs.min.js +1 -1
  17. package/calendar/calendar.d.ts +3 -6
  18. package/calendar/calendar.esm.js +58 -28
  19. package/calendar/calendar.esm.min.js +1 -1
  20. package/calendar/calendar.js +57 -27
  21. package/calendar/calendar.min.js +1 -1
  22. package/carousel/carousel.cjs.js +3 -2
  23. package/carousel/carousel.cjs.min.js +1 -1
  24. package/carousel/carousel.esm.js +3 -2
  25. package/carousel/carousel.esm.min.js +1 -1
  26. package/carousel/carousel.js +3 -2
  27. package/carousel/carousel.min.js +1 -1
  28. package/cascadeselect/cascadeselect.cjs.js +1 -0
  29. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  30. package/cascadeselect/cascadeselect.d.ts +3 -4
  31. package/cascadeselect/cascadeselect.esm.js +1 -0
  32. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  33. package/cascadeselect/cascadeselect.js +1 -0
  34. package/cascadeselect/cascadeselect.min.js +1 -1
  35. package/chip/chip.cjs.js +6 -6
  36. package/chip/chip.cjs.min.js +1 -1
  37. package/chip/chip.esm.js +7 -7
  38. package/chip/chip.esm.min.js +1 -1
  39. package/chip/chip.js +6 -6
  40. package/chip/chip.min.js +1 -1
  41. package/chips/chips.cjs.js +3 -2
  42. package/chips/chips.cjs.min.js +1 -1
  43. package/chips/chips.esm.js +3 -2
  44. package/chips/chips.esm.min.js +1 -1
  45. package/chips/chips.js +3 -2
  46. package/chips/chips.min.js +1 -1
  47. package/confirmdialog/confirmdialog.cjs.js +2 -2
  48. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  49. package/confirmdialog/confirmdialog.d.ts +6 -5
  50. package/confirmdialog/confirmdialog.esm.js +2 -2
  51. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  52. package/confirmdialog/confirmdialog.js +2 -2
  53. package/confirmdialog/confirmdialog.min.js +1 -1
  54. package/core/core.js +69 -33
  55. package/core/core.min.js +5 -5
  56. package/datascroller/datascroller.cjs.js +19 -4
  57. package/datascroller/datascroller.cjs.min.js +1 -1
  58. package/datascroller/datascroller.esm.js +19 -4
  59. package/datascroller/datascroller.esm.min.js +1 -1
  60. package/datascroller/datascroller.js +19 -4
  61. package/datascroller/datascroller.min.js +1 -1
  62. package/datatable/datatable.cjs.js +32 -31
  63. package/datatable/datatable.cjs.min.js +1 -1
  64. package/datatable/datatable.esm.js +32 -31
  65. package/datatable/datatable.esm.min.js +1 -1
  66. package/datatable/datatable.js +32 -31
  67. package/datatable/datatable.min.js +1 -1
  68. package/dataview/dataview.d.ts +4 -3
  69. package/dock/dock.cjs.js +3 -2
  70. package/dock/dock.cjs.min.js +1 -1
  71. package/dock/dock.esm.js +3 -2
  72. package/dock/dock.esm.min.js +1 -1
  73. package/dock/dock.js +3 -2
  74. package/dock/dock.min.js +1 -1
  75. package/dropdown/dropdown.cjs.js +37 -10
  76. package/dropdown/dropdown.cjs.min.js +1 -1
  77. package/dropdown/dropdown.d.ts +8 -0
  78. package/dropdown/dropdown.esm.js +37 -10
  79. package/dropdown/dropdown.esm.min.js +1 -1
  80. package/dropdown/dropdown.js +38 -12
  81. package/dropdown/dropdown.min.js +1 -1
  82. package/editor/editor.cjs.js +4 -4
  83. package/editor/editor.cjs.min.js +1 -1
  84. package/editor/editor.esm.js +4 -4
  85. package/editor/editor.esm.min.js +1 -1
  86. package/editor/editor.js +4 -4
  87. package/editor/editor.min.js +1 -1
  88. package/fileupload/fileupload.d.ts +17 -12
  89. package/floatlabel/floatlabel.d.ts +1 -1
  90. package/galleria/galleria.cjs.js +6 -4
  91. package/galleria/galleria.cjs.min.js +1 -1
  92. package/galleria/galleria.esm.js +6 -4
  93. package/galleria/galleria.esm.min.js +1 -1
  94. package/galleria/galleria.js +6 -4
  95. package/galleria/galleria.min.js +1 -1
  96. package/iconfield/iconfield.cjs.js +5 -1
  97. package/iconfield/iconfield.cjs.min.js +1 -1
  98. package/iconfield/iconfield.esm.js +6 -2
  99. package/iconfield/iconfield.esm.min.js +1 -1
  100. package/iconfield/iconfield.js +5 -1
  101. package/iconfield/iconfield.min.js +1 -1
  102. package/inputicon/inputicon.cjs.js +8 -3
  103. package/inputicon/inputicon.cjs.min.js +1 -1
  104. package/inputicon/inputicon.esm.js +8 -3
  105. package/inputicon/inputicon.esm.min.js +1 -1
  106. package/inputicon/inputicon.js +8 -3
  107. package/inputicon/inputicon.min.js +1 -1
  108. package/inputnumber/inputnumber.cjs.js +12 -3
  109. package/inputnumber/inputnumber.cjs.min.js +1 -1
  110. package/inputnumber/inputnumber.esm.js +12 -3
  111. package/inputnumber/inputnumber.esm.min.js +1 -1
  112. package/inputnumber/inputnumber.js +12 -3
  113. package/inputnumber/inputnumber.min.js +1 -1
  114. package/inputotp/inputotp.cjs.js +4 -3
  115. package/inputotp/inputotp.cjs.min.js +1 -1
  116. package/inputotp/inputotp.d.ts +1 -4
  117. package/inputotp/inputotp.esm.js +4 -3
  118. package/inputotp/inputotp.esm.min.js +1 -1
  119. package/inputotp/inputotp.js +4 -3
  120. package/inputotp/inputotp.min.js +1 -1
  121. package/inputtext/inputtext.cjs.js +4 -2
  122. package/inputtext/inputtext.cjs.min.js +1 -1
  123. package/inputtext/inputtext.esm.js +4 -2
  124. package/inputtext/inputtext.esm.min.js +1 -1
  125. package/inputtext/inputtext.js +4 -2
  126. package/inputtext/inputtext.min.js +1 -1
  127. package/listbox/listbox.cjs.js +5 -4
  128. package/listbox/listbox.cjs.min.js +1 -1
  129. package/listbox/listbox.esm.js +5 -4
  130. package/listbox/listbox.esm.min.js +1 -1
  131. package/listbox/listbox.js +5 -4
  132. package/listbox/listbox.min.js +1 -1
  133. package/mention/mention.cjs.js +5 -3
  134. package/mention/mention.cjs.min.js +1 -1
  135. package/mention/mention.esm.js +5 -3
  136. package/mention/mention.esm.min.js +1 -1
  137. package/mention/mention.js +5 -3
  138. package/mention/mention.min.js +1 -1
  139. package/menu/menu.cjs.js +24 -21
  140. package/menu/menu.cjs.min.js +1 -1
  141. package/menu/menu.esm.js +24 -21
  142. package/menu/menu.esm.min.js +1 -1
  143. package/menu/menu.js +24 -21
  144. package/menu/menu.min.js +1 -1
  145. package/menubar/menubar.cjs.js +28 -10
  146. package/menubar/menubar.cjs.min.js +1 -1
  147. package/menubar/menubar.esm.js +28 -10
  148. package/menubar/menubar.esm.min.js +1 -1
  149. package/menubar/menubar.js +28 -10
  150. package/menubar/menubar.min.js +1 -1
  151. package/messages/messages.cjs.js +1 -1
  152. package/messages/messages.cjs.min.js +1 -1
  153. package/messages/messages.esm.js +1 -1
  154. package/messages/messages.esm.min.js +1 -1
  155. package/messages/messages.js +1 -1
  156. package/messages/messages.min.js +1 -1
  157. package/multiselect/multiselect.cjs.js +25 -13
  158. package/multiselect/multiselect.cjs.min.js +1 -1
  159. package/multiselect/multiselect.esm.js +25 -13
  160. package/multiselect/multiselect.esm.min.js +1 -1
  161. package/multiselect/multiselect.js +25 -13
  162. package/multiselect/multiselect.min.js +1 -1
  163. package/package.json +1 -1
  164. package/panelmenu/panelmenu.cjs.js +17 -17
  165. package/panelmenu/panelmenu.cjs.min.js +1 -1
  166. package/panelmenu/panelmenu.d.ts +12 -4
  167. package/panelmenu/panelmenu.esm.js +17 -17
  168. package/panelmenu/panelmenu.esm.min.js +1 -1
  169. package/panelmenu/panelmenu.js +17 -17
  170. package/panelmenu/panelmenu.min.js +1 -1
  171. package/passthrough/tailwind/index.cjs.js +431 -357
  172. package/passthrough/tailwind/index.cjs.min.js +1 -1
  173. package/passthrough/tailwind/index.esm.js +431 -357
  174. package/passthrough/tailwind/index.esm.min.js +1 -1
  175. package/passthrough/tailwind/index.js +431 -357
  176. package/passthrough/tailwind/index.min.js +1 -1
  177. package/password/password.cjs.js +13 -6
  178. package/password/password.cjs.min.js +1 -1
  179. package/password/password.esm.js +14 -7
  180. package/password/password.esm.min.js +1 -1
  181. package/password/password.js +13 -6
  182. package/password/password.min.js +1 -1
  183. package/primereact.all.cjs.js +915 -742
  184. package/primereact.all.cjs.min.js +1 -1
  185. package/primereact.all.esm.js +916 -743
  186. package/primereact.all.esm.min.js +1 -1
  187. package/primereact.all.js +915 -742
  188. package/primereact.all.min.js +1 -1
  189. package/rating/rating.cjs.js +2 -3
  190. package/rating/rating.cjs.min.js +1 -1
  191. package/rating/rating.esm.js +2 -3
  192. package/rating/rating.esm.min.js +1 -1
  193. package/rating/rating.js +2 -3
  194. package/rating/rating.min.js +1 -1
  195. package/resources/themes/arya-blue/theme.css +21 -1
  196. package/resources/themes/arya-green/theme.css +21 -1
  197. package/resources/themes/arya-orange/theme.css +21 -1
  198. package/resources/themes/arya-purple/theme.css +1148 -225
  199. package/resources/themes/bootstrap4-dark-blue/theme.css +21 -1
  200. package/resources/themes/bootstrap4-dark-purple/theme.css +21 -1
  201. package/resources/themes/bootstrap4-light-blue/theme.css +21 -1
  202. package/resources/themes/bootstrap4-light-purple/theme.css +21 -1
  203. package/resources/themes/fluent-light/theme.css +21 -1
  204. package/resources/themes/lara-dark-amber/theme.css +23 -3
  205. package/resources/themes/lara-dark-blue/theme.css +23 -3
  206. package/resources/themes/lara-dark-cyan/theme.css +23 -3
  207. package/resources/themes/lara-dark-green/theme.css +23 -3
  208. package/resources/themes/lara-dark-indigo/theme.css +23 -3
  209. package/resources/themes/lara-dark-pink/theme.css +23 -3
  210. package/resources/themes/lara-dark-purple/theme.css +87 -14
  211. package/resources/themes/lara-dark-teal/theme.css +23 -3
  212. package/resources/themes/lara-light-amber/theme.css +23 -3
  213. package/resources/themes/lara-light-blue/theme.css +23 -3
  214. package/resources/themes/lara-light-cyan/theme.css +23 -3
  215. package/resources/themes/lara-light-green/theme.css +23 -3
  216. package/resources/themes/lara-light-indigo/theme.css +23 -3
  217. package/resources/themes/lara-light-pink/theme.css +23 -3
  218. package/resources/themes/lara-light-purple/theme.css +87 -14
  219. package/resources/themes/lara-light-teal/theme.css +23 -3
  220. package/resources/themes/luna-amber/theme.css +21 -1
  221. package/resources/themes/luna-blue/theme.css +21 -1
  222. package/resources/themes/luna-green/theme.css +21 -1
  223. package/resources/themes/luna-pink/theme.css +21 -1
  224. package/resources/themes/md-dark-deeppurple/theme.css +21 -1
  225. package/resources/themes/md-dark-indigo/theme.css +21 -1
  226. package/resources/themes/md-light-deeppurple/theme.css +21 -1
  227. package/resources/themes/md-light-indigo/theme.css +306 -286
  228. package/resources/themes/mdc-dark-deeppurple/theme.css +21 -1
  229. package/resources/themes/mdc-dark-indigo/theme.css +21 -1
  230. package/resources/themes/mdc-light-deeppurple/theme.css +21 -1
  231. package/resources/themes/mdc-light-indigo/theme.css +306 -286
  232. package/resources/themes/mira/theme.css +21 -1
  233. package/resources/themes/nano/theme.css +21 -1
  234. package/resources/themes/nova/theme.css +21 -1
  235. package/resources/themes/nova-accent/theme.css +21 -1
  236. package/resources/themes/nova-alt/theme.css +21 -1
  237. package/resources/themes/rhea/theme.css +21 -1
  238. package/resources/themes/saga-blue/theme.css +21 -1
  239. package/resources/themes/saga-green/theme.css +21 -1
  240. package/resources/themes/saga-orange/theme.css +21 -1
  241. package/resources/themes/saga-purple/theme.css +1148 -225
  242. package/resources/themes/soho-dark/theme.css +21 -1
  243. package/resources/themes/soho-light/theme.css +21 -1
  244. package/resources/themes/tailwind-light/theme.css +21 -1
  245. package/resources/themes/vela-blue/theme.css +21 -1
  246. package/resources/themes/vela-green/theme.css +21 -1
  247. package/resources/themes/vela-orange/theme.css +21 -1
  248. package/resources/themes/vela-purple/theme.css +1148 -225
  249. package/resources/themes/viva-dark/theme.css +21 -1
  250. package/resources/themes/viva-light/theme.css +21 -1
  251. package/slider/slider.cjs.js +2 -1
  252. package/slider/slider.cjs.min.js +1 -1
  253. package/slider/slider.esm.js +2 -1
  254. package/slider/slider.esm.min.js +1 -1
  255. package/slider/slider.js +2 -1
  256. package/slider/slider.min.js +1 -1
  257. package/speeddial/speeddial.cjs.js +11 -4
  258. package/speeddial/speeddial.cjs.min.js +1 -1
  259. package/speeddial/speeddial.esm.js +11 -4
  260. package/speeddial/speeddial.esm.min.js +1 -1
  261. package/speeddial/speeddial.js +11 -4
  262. package/speeddial/speeddial.min.js +1 -1
  263. package/splitter/splitter.cjs.js +2 -1
  264. package/splitter/splitter.cjs.min.js +1 -1
  265. package/splitter/splitter.esm.js +2 -1
  266. package/splitter/splitter.esm.min.js +1 -1
  267. package/splitter/splitter.js +2 -1
  268. package/splitter/splitter.min.js +1 -1
  269. package/stepper/stepper.cjs.js +65 -45
  270. package/stepper/stepper.cjs.min.js +1 -1
  271. package/stepper/stepper.d.ts +22 -0
  272. package/stepper/stepper.esm.js +66 -46
  273. package/stepper/stepper.esm.min.js +1 -1
  274. package/stepper/stepper.js +65 -45
  275. package/stepper/stepper.min.js +1 -1
  276. package/steps/steps.cjs.js +64 -14
  277. package/steps/steps.cjs.min.js +1 -1
  278. package/steps/steps.d.ts +48 -4
  279. package/steps/steps.esm.js +65 -15
  280. package/steps/steps.esm.min.js +1 -1
  281. package/steps/steps.js +64 -14
  282. package/steps/steps.min.js +1 -1
  283. package/tabmenu/tabmenu.cjs.js +18 -2
  284. package/tabmenu/tabmenu.cjs.min.js +1 -1
  285. package/tabmenu/tabmenu.esm.js +18 -2
  286. package/tabmenu/tabmenu.esm.min.js +1 -1
  287. package/tabmenu/tabmenu.js +18 -2
  288. package/tabmenu/tabmenu.min.js +1 -1
  289. package/tag/tag.d.ts +1 -1
  290. package/toast/toast.cjs.js +1 -1
  291. package/toast/toast.cjs.min.js +1 -1
  292. package/toast/toast.d.ts +1 -1
  293. package/toast/toast.esm.js +1 -1
  294. package/toast/toast.esm.min.js +1 -1
  295. package/toast/toast.js +1 -1
  296. package/toast/toast.min.js +1 -1
  297. package/tree/tree.cjs.js +14 -15
  298. package/tree/tree.cjs.min.js +1 -1
  299. package/tree/tree.d.ts +2 -6
  300. package/tree/tree.esm.js +14 -15
  301. package/tree/tree.esm.min.js +1 -1
  302. package/tree/tree.js +14 -15
  303. package/tree/tree.min.js +1 -1
  304. package/treetable/treetable.d.ts +16 -1
  305. package/utils/utils.d.ts +1 -1
  306. package/web-types.json +71 -7
@@ -306,44 +306,44 @@ var Tailwind = {
306
306
  },
307
307
  nav: {
308
308
  className: classNames('flex flex-1 list-none m-0 p-0', 'bg-transparent border border-gray-300 border-0 border-b-2', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ') // Flex, list, margin, padding, and border styles.
309
+ }
310
+ },
311
+ tabpanel: {
312
+ header: function header(_ref8) {
313
+ var props = _ref8.props;
314
+ return {
315
+ className: classNames('mr-0', {
316
+ 'cursor-default pointer-events-none select-none user-select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
317
+ }) // Margin and condition-based styles.
318
+ };
309
319
  },
310
- tabpanel: {
311
- header: function header(_ref8) {
312
- var props = _ref8.props;
313
- return {
314
- className: classNames('mr-0', {
315
- 'cursor-default pointer-events-none select-none user-select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
316
- }) // Margin and condition-based styles.
317
- };
318
- },
319
- headerAction: function headerAction(_ref9) {
320
- var parent = _ref9.parent,
321
- context = _ref9.context;
322
- return {
323
- className: classNames('items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none user-select-none',
324
- // Flex and overflow styles.
325
- 'border-b-2 p-5 font-bold rounded-t-md transition-shadow duration-200 m-0',
326
- // Border, padding, font, and transition styles.
327
- 'transition-colors duration-200',
328
- // Transition duration style.
329
- 'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]',
330
- // Focus styles.
331
- {
332
- 'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80': parent.state.activeIndex !== context.index,
333
- // Condition-based hover styles.
334
- 'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': parent.state.activeIndex === context.index // Condition-based active styles.
335
- }),
336
- style: {
337
- marginBottom: '-2px'
338
- } // Negative margin style.
339
- };
340
- },
341
- headerTitle: {
342
- className: classNames('leading-none whitespace-nowrap') // Leading and whitespace styles.
343
- },
344
- content: {
345
- className: classNames('bg-white p-5 border-0 text-gray-700 rounded-bl-md rounded-br-md', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80') // Background, padding, border, and text styles.
346
- }
320
+ headerAction: function headerAction(_ref9) {
321
+ var parent = _ref9.parent,
322
+ context = _ref9.context;
323
+ return {
324
+ className: classNames('items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none user-select-none',
325
+ // Flex and overflow styles.
326
+ 'border-b-2 p-5 font-bold rounded-t-md transition-shadow duration-200 m-0',
327
+ // Border, padding, font, and transition styles.
328
+ 'transition-colors duration-200',
329
+ // Transition duration style.
330
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]',
331
+ // Focus styles.
332
+ {
333
+ 'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80': parent.state.activeIndex !== context.index,
334
+ // Condition-based hover styles.
335
+ 'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': parent.state.activeIndex === context.index // Condition-based active styles.
336
+ }),
337
+ style: {
338
+ marginBottom: '-2px'
339
+ } // Negative margin style.
340
+ };
341
+ },
342
+ headerTitle: {
343
+ className: classNames('leading-none whitespace-nowrap') // Leading and whitespace styles.
344
+ },
345
+ content: {
346
+ className: classNames('bg-white p-5 border-0 text-gray-700 rounded-bl-md rounded-br-md', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80') // Background, padding, border, and text styles.
347
347
  }
348
348
  },
349
349
  splitter: {
@@ -718,7 +718,7 @@ var Tailwind = {
718
718
  }, {
719
719
  'bg-transparent border-transparent': props.text && !props.plain,
720
720
  'text-blue-500 dark:text-blue-400 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
721
- 'text-gray-500 dark:text-grayy-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
721
+ 'text-gray-500 dark:text-gray-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
722
722
  'text-green-500 dark:text-green-400 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
723
723
  'text-orange-500 dark:text-orange-400 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
724
724
  'text-purple-500 dark:text-purple-400 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
@@ -883,6 +883,9 @@ var Tailwind = {
883
883
  'text-lg px-4 py-4': props.size == 'large',
884
884
  'text-xs px-2 py-2': props.size == 'small',
885
885
  'p-3 text-base': !props.size || typeof props.size === 'number'
886
+ }, {
887
+ 'pl-8': context.iconPosition === 'left',
888
+ 'pr-8': props.iconPosition === 'right'
886
889
  })
887
890
  };
888
891
  }
@@ -997,20 +1000,72 @@ var Tailwind = {
997
1000
  optionGroupIcon: 'ml-auto',
998
1001
  transition: TRANSITIONS.overlay
999
1002
  },
1003
+ floatlabel: {
1004
+ root: {
1005
+ className: classNames('block relative',
1006
+ // root component style
1007
+ '[&>label]:absolute [&>label]:pointer-events-none [&>label]:left-2 [&>label]:top-1/2 [&>label]:-mt-2 [&>label]:leading-none [&>label]:transition-all [&>label]:ease-in-out',
1008
+ // label style
1009
+ '[&>textarea~label]:top-4',
1010
+ // textarea
1011
+ '[&>input:focus~label]:-top-3 [&>input:focus~label]:text-xs',
1012
+ // input focus
1013
+ '[&>input:autofill~label]:-top-3 [&>input:autofill~label]:text-xs',
1014
+ // input autofill
1015
+ '[&>input.p-filled~label]:-top-3 [&>input.p-filled~label]:text-xs',
1016
+ // input filled
1017
+ '[&>textarea:focus~label]:-top-3 [&>textarea:focus~label]:text-xs',
1018
+ // textarea focus
1019
+ '[&>textarea.p-filled~label]:-top-3 [&>textarea.p-filled~label]:text-xs',
1020
+ // textarea filled
1021
+ '[&>div[data-pc-name="dropdown"][data-p-focus="false"]~label]:-top-3 [&>div[data-pc-name="dropdown"][data-p-focus="false"]~label]:text-xs',
1022
+ // dropdown focus
1023
+ '[&>input::placeholder]:opacity-0 [&>input::placeholder]:transition-all [&>input::placeholder]:ease-in-out',
1024
+ // placeholder
1025
+ '[&>input::placeholder:focus]:opacity-100 [&>input::placeholder:focus]:transition-all [&>input::placeholder:focus]:ease-in-out' // placeholder focus
1026
+ )
1027
+ }
1028
+ },
1029
+ iconfield: {
1030
+ root: {
1031
+ className: classNames('relative')
1032
+ }
1033
+ },
1034
+ inputicon: {
1035
+ root: function root(_ref45) {
1036
+ var context = _ref45.context;
1037
+ return {
1038
+ className: classNames('absolute top-1/2 -mt-2', {
1039
+ 'left-2': context.iconPosition === 'left',
1040
+ 'right-2': context.iconPosition === 'right'
1041
+ })
1042
+ };
1043
+ }
1044
+ },
1000
1045
  inputmask: {
1001
1046
  root: 'font-sans text-base text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 py-3 px-3 border border-gray-300 dark:border-blue-900/40 hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)] transition duration-200 ease-in-out appearance-none rounded-md'
1002
1047
  },
1048
+ inputotp: {
1049
+ root: {
1050
+ className: 'flex items-center gap-2'
1051
+ },
1052
+ input: {
1053
+ root: {
1054
+ className: classNames('box-border text-center w-10 h-11 p-3 text-slate-900 border border-gray-300 rounded-lg transition-all duration-200', 'hover:border-cyan-500', 'focus:border-cyan-500 focus:shadow-[0_0_0_0.2rem_#a5f3fc] focus:outline-0 focus:outline-offset-0')
1055
+ }
1056
+ }
1057
+ },
1003
1058
  rating: {
1004
- root: function root(_ref45) {
1005
- var props = _ref45.props;
1059
+ root: function root(_ref46) {
1060
+ var props = _ref46.props;
1006
1061
  return {
1007
1062
  className: classNames('relative flex items-center', 'gap-2', {
1008
1063
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1009
1064
  })
1010
1065
  };
1011
1066
  },
1012
- cancelItem: function cancelItem(_ref46) {
1013
- _ref46.context;
1067
+ cancelItem: function cancelItem(_ref47) {
1068
+ _ref47.context;
1014
1069
  return {
1015
1070
  className: classNames('inline-flex items-center cursor-pointer'
1016
1071
 
@@ -1023,9 +1078,9 @@ var Tailwind = {
1023
1078
  cancelIcon: {
1024
1079
  className: classNames('text-red-500', 'w-5 h-5', 'transition duration-200 ease-in')
1025
1080
  },
1026
- item: function item(_ref47) {
1027
- var props = _ref47.props,
1028
- context = _ref47.context;
1081
+ item: function item(_ref48) {
1082
+ var props = _ref48.props,
1083
+ context = _ref48.context;
1029
1084
  return {
1030
1085
  className: classNames('inline-flex items-center', {
1031
1086
  'cursor-pointer': !props.readOnly,
@@ -1043,16 +1098,16 @@ var Tailwind = {
1043
1098
  }
1044
1099
  },
1045
1100
  selectbutton: {
1046
- root: function root(_ref48) {
1047
- var props = _ref48.props;
1101
+ root: function root(_ref49) {
1102
+ var props = _ref49.props;
1048
1103
  return {
1049
1104
  className: classNames({
1050
1105
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1051
1106
  })
1052
1107
  };
1053
1108
  },
1054
- button: function button(_ref49) {
1055
- var context = _ref49.context;
1109
+ button: function button(_ref50) {
1110
+ var context = _ref50.context;
1056
1111
  return {
1057
1112
  className: classNames('inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden relative', 'px-4 py-3', 'transition duration-200 border border-r-0', 'first:rounded-l-md first:rounded-tr-none first:rounded-br-none last:border-r last:rounded-tl-none last:rounded-bl-none last:rounded-r-md', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1058
1113
  'bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-gray-300 dark:border-blue-900/40 hover:bg-gray-50 dark:hover:bg-gray-800/80 ': !context.selected,
@@ -1064,8 +1119,8 @@ var Tailwind = {
1064
1119
  label: 'font-bold'
1065
1120
  },
1066
1121
  slider: {
1067
- root: function root(_ref50) {
1068
- var props = _ref50.props;
1122
+ root: function root(_ref51) {
1123
+ var props = _ref51.props;
1069
1124
  return {
1070
1125
  className: classNames('relative', 'bg-gray-100 dark:bg-gray-800 border-0 rounded-6', {
1071
1126
  'h-1 w-56': props.orientation == 'horizontal',
@@ -1075,8 +1130,8 @@ var Tailwind = {
1075
1130
  })
1076
1131
  };
1077
1132
  },
1078
- range: function range(_ref51) {
1079
- var props = _ref51.props;
1133
+ range: function range(_ref52) {
1134
+ var props = _ref52.props;
1080
1135
  return {
1081
1136
  className: classNames('bg-blue-500', 'block absolute', {
1082
1137
  'top-0 left-0 h-full': props.orientation == 'horizontal',
@@ -1084,8 +1139,8 @@ var Tailwind = {
1084
1139
  })
1085
1140
  };
1086
1141
  },
1087
- handle: function handle(_ref52) {
1088
- var props = _ref52.props;
1142
+ handle: function handle(_ref53) {
1143
+ var props = _ref53.props;
1089
1144
  return {
1090
1145
  className: classNames('h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-action-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
1091
1146
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
@@ -1095,8 +1150,8 @@ var Tailwind = {
1095
1150
  }
1096
1151
  },
1097
1152
  password: {
1098
- root: function root(_ref53) {
1099
- var props = _ref53.props;
1153
+ root: function root(_ref54) {
1154
+ var props = _ref54.props;
1100
1155
  return {
1101
1156
  className: classNames('inline-flex relative', {
1102
1157
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1105,10 +1160,10 @@ var Tailwind = {
1105
1160
  },
1106
1161
  panel: 'p-5 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 shadow-md rounded-md',
1107
1162
  meter: 'mb-2 bg-gray-300 dark:bg-gray-700 h-3',
1108
- meterLabel: function meterLabel(_ref54) {
1163
+ meterLabel: function meterLabel(_ref55) {
1109
1164
  var _state$meter, _state$meter2, _state$meter3;
1110
- var state = _ref54.state,
1111
- props = _ref54.props;
1165
+ var state = _ref55.state,
1166
+ props = _ref55.props;
1112
1167
  return {
1113
1168
  className: classNames('transition-width duration-1000 ease-in-out h-full', {
1114
1169
  'bg-red-500': ((_state$meter = state.meter) === null || _state$meter === void 0 ? void 0 : _state$meter.strength) == 'weak',
@@ -1128,9 +1183,9 @@ var Tailwind = {
1128
1183
  transition: TRANSITIONS.overlay
1129
1184
  },
1130
1185
  togglebutton: {
1131
- root: function root(_ref55) {
1132
- var props = _ref55.props,
1133
- state = _ref55.state;
1186
+ root: function root(_ref56) {
1187
+ var props = _ref56.props,
1188
+ state = _ref56.state;
1134
1189
  return {
1135
1190
  className: classNames('inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden relative', 'px-4 py-3 rounded-md text-base w-36', 'border transition duration-200 ease-in-out', {
1136
1191
  'outline-none outline-offset-0 shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': state.focused
@@ -1143,8 +1198,8 @@ var Tailwind = {
1143
1198
  };
1144
1199
  },
1145
1200
  label: 'font-bold text-center w-full',
1146
- icon: function icon(_ref56) {
1147
- var props = _ref56.props;
1201
+ icon: function icon(_ref57) {
1202
+ var props = _ref57.props;
1148
1203
  return {
1149
1204
  className: classNames(' mr-2', {
1150
1205
  'text-gray-600 dark:text-white/70': !props.checked,
@@ -1160,8 +1215,8 @@ var Tailwind = {
1160
1215
  input: {
1161
1216
  className: classNames('absolute appearance-none top-0 left-0 size-full p-0 m-0 opacity-0 z-10 outline-none cursor-pointer')
1162
1217
  },
1163
- box: function box(_ref57) {
1164
- var props = _ref57.props;
1218
+ box: function box(_ref58) {
1219
+ var props = _ref58.props;
1165
1220
  return {
1166
1221
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
1167
1222
  'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.value || !props.value,
@@ -1181,9 +1236,9 @@ var Tailwind = {
1181
1236
  input: {
1182
1237
  className: classNames('absolute appearance-none top-0 left-0 size-full p-0 m-0 opacity-0 z-10 outline-none cursor-pointer')
1183
1238
  },
1184
- box: function box(_ref58) {
1185
- var props = _ref58.props,
1186
- context = _ref58.context;
1239
+ box: function box(_ref59) {
1240
+ var props = _ref59.props,
1241
+ context = _ref59.context;
1187
1242
  return {
1188
1243
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
1189
1244
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -1200,8 +1255,11 @@ var Tailwind = {
1200
1255
  root: {
1201
1256
  className: classNames('relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6')
1202
1257
  },
1203
- input: function input(_ref59) {
1204
- var props = _ref59.props;
1258
+ input: {
1259
+ className: classNames('absolute appearance-none top-0 left-0 size-full p-0 m-0 opacity-0 z-10 outline-none cursor-pointer')
1260
+ },
1261
+ box: function box(_ref60) {
1262
+ var props = _ref60.props;
1205
1263
  return {
1206
1264
  className: classNames('flex justify-center items-center', 'border-2 w-6 h-6 text-gray-700 rounded-full transition duration-200 ease-in-out', {
1207
1265
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80': !props.checked,
@@ -1212,8 +1270,8 @@ var Tailwind = {
1212
1270
  })
1213
1271
  };
1214
1272
  },
1215
- icon: function icon(_ref60) {
1216
- var props = _ref60.props;
1273
+ icon: function icon(_ref61) {
1274
+ var props = _ref61.props;
1217
1275
  return {
1218
1276
  className: classNames('transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
1219
1277
  'backface-hidden scale-10 invisible': !props.checked,
@@ -1223,16 +1281,16 @@ var Tailwind = {
1223
1281
  }
1224
1282
  },
1225
1283
  dropdown: {
1226
- root: function root(_ref61) {
1227
- var props = _ref61.props;
1284
+ root: function root(_ref62) {
1285
+ var props = _ref62.props;
1228
1286
  return {
1229
1287
  className: classNames('cursor-pointer inline-flex relative select-none', 'bg-white border border-gray-400 transition-colors duration-200 ease-in-out rounded-md', 'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300', 'w-full md:w-56', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1230
1288
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1231
1289
  })
1232
1290
  };
1233
1291
  },
1234
- input: function input(_ref62) {
1235
- var props = _ref62.props;
1292
+ input: function input(_ref63) {
1293
+ var props = _ref63.props;
1236
1294
  return {
1237
1295
  className: classNames('cursor-pointer block flex flex-auto overflow-hidden overflow-ellipsis whitespace-nowrap relative', 'bg-transparent border-0 text-gray-800', 'dark:text-white/80', 'p-3 transition duration-200 bg-transparent rounded appearance-none font-sans text-base', 'focus:outline-none focus:shadow-none', {
1238
1296
  'pr-7': props.showClear
@@ -1246,8 +1304,8 @@ var Tailwind = {
1246
1304
  className: 'max-h-[200px] overflow-auto bg-white text-gray-700 border-0 rounded-md shadow-lg dark:bg-gray-900 dark:text-white/80'
1247
1305
  },
1248
1306
  list: 'py-3 list-none m-0',
1249
- item: function item(_ref63) {
1250
- var context = _ref63.context;
1307
+ item: function item(_ref64) {
1308
+ var context = _ref64.context;
1251
1309
  return {
1252
1310
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1253
1311
  'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
@@ -1273,8 +1331,8 @@ var Tailwind = {
1273
1331
  transition: TRANSITIONS.overlay
1274
1332
  },
1275
1333
  calendar: {
1276
- root: function root(_ref64) {
1277
- var props = _ref64.props;
1334
+ root: function root(_ref65) {
1335
+ var props = _ref65.props;
1278
1336
  return {
1279
1337
  className: classNames('inline-flex max-w-full relative', {
1280
1338
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1282,8 +1340,8 @@ var Tailwind = {
1282
1340
  };
1283
1341
  },
1284
1342
  input: {
1285
- root: function root(_ref65) {
1286
- var parent = _ref65.parent;
1343
+ root: function root(_ref66) {
1344
+ var parent = _ref66.parent;
1287
1345
  return {
1288
1346
  className: classNames('font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none', 'hover:border-blue-500', {
1289
1347
  'rounded-lg': !parent.props.showIcon,
@@ -1293,8 +1351,8 @@ var Tailwind = {
1293
1351
  }
1294
1352
  },
1295
1353
  dropdownButton: {
1296
- root: function root(_ref66) {
1297
- var props = _ref66.props;
1354
+ root: function root(_ref67) {
1355
+ var props = _ref67.props;
1298
1356
  return {
1299
1357
  className: classNames({
1300
1358
  'rounded-l-none': props.icon
@@ -1302,12 +1360,12 @@ var Tailwind = {
1302
1360
  };
1303
1361
  }
1304
1362
  },
1305
- panel: function panel(_ref67) {
1306
- var props = _ref67.props;
1363
+ panel: function panel(_ref68) {
1364
+ var props = _ref68.props;
1307
1365
  return {
1308
- className: classNames('bg-white dark:bg-gray-900', 'min-w-full', {
1366
+ className: classNames('bg-white dark:bg-gray-900', 'top-0 left-0 w-auto min-w-min p-2 rounded-lg', {
1309
1367
  'shadow-md border-0 absolute': !props.inline,
1310
- 'inline-block overflow-x-auto border border-gray-300 dark:border-blue-900/40 p-2 rounded-lg': props.inline
1368
+ 'inline-block overflow-x-auto border border-gray-300 dark:border-blue-900/40': props.inline
1311
1369
  })
1312
1370
  };
1313
1371
  },
@@ -1328,29 +1386,29 @@ var Tailwind = {
1328
1386
  className: classNames('flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 ')
1329
1387
  },
1330
1388
  table: {
1331
- className: classNames('border-collapse w-full', 'my-2')
1389
+ className: classNames('border-collapse w-full', 'my-2 mx-0')
1332
1390
  },
1333
1391
  tableHeaderCell: 'p-2',
1334
1392
  weekDay: 'text-gray-600 dark:text-white/70',
1335
1393
  day: 'p-2',
1336
- dayLabel: function dayLabel(_ref68) {
1337
- var context = _ref68.context;
1394
+ dayLabel: function dayLabel(_ref69) {
1395
+ var context = _ref69.context;
1338
1396
  return {
1339
1397
  className: classNames('w-10 h-10 rounded-full transition-shadow duration-200 border-transparent border', 'flex items-center justify-center mx-auto overflow-hidden relative', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1340
1398
  'opacity-60 cursor-default': context.disabled,
1341
1399
  'cursor-pointer': !context.disabled
1342
1400
  }, {
1343
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1401
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1344
1402
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1345
1403
  })
1346
1404
  };
1347
1405
  },
1348
1406
  monthPicker: 'my-2',
1349
- month: function month(_ref69) {
1350
- var context = _ref69.context;
1407
+ month: function month(_ref70) {
1408
+ var context = _ref70.context;
1351
1409
  return {
1352
1410
  className: classNames('w-1/3 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1353
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1411
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1354
1412
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1355
1413
  })
1356
1414
  };
@@ -1358,11 +1416,11 @@ var Tailwind = {
1358
1416
  yearPicker: {
1359
1417
  className: classNames('my-2')
1360
1418
  },
1361
- year: function year(_ref70) {
1362
- var context = _ref70.context;
1419
+ year: function year(_ref71) {
1420
+ var context = _ref71.context;
1363
1421
  return {
1364
1422
  className: classNames('w-1/2 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1365
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1423
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1366
1424
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1367
1425
  })
1368
1426
  };
@@ -1381,10 +1439,8 @@ var Tailwind = {
1381
1439
  decrementButton: {
1382
1440
  className: classNames('flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 ')
1383
1441
  },
1384
- groupContainer: 'flex',
1385
- group: {
1386
- className: classNames('flex-1', 'border-l border-gray-300 pr-0.5 pl-0.5 pt-0 pb-0', 'first:pl-0 first:border-l-0')
1387
- },
1442
+ groupContainer: '',
1443
+ group: '',
1388
1444
  transition: TRANSITIONS.overlay
1389
1445
  },
1390
1446
  listbox: {
@@ -1393,8 +1449,8 @@ var Tailwind = {
1393
1449
  },
1394
1450
  wrapper: 'overflow-auto',
1395
1451
  list: 'py-3 list-none m-0',
1396
- item: function item(_ref71) {
1397
- var context = _ref71.context;
1452
+ item: function item(_ref72) {
1453
+ var context = _ref72.context;
1398
1454
  return {
1399
1455
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1400
1456
  'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
@@ -1422,8 +1478,8 @@ var Tailwind = {
1422
1478
  root: 'relative',
1423
1479
  panel: 'max-h-[200px] min-w-full overflow-auto bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-0 rounded-md shadow-lg',
1424
1480
  items: 'py-3 list-none m-0',
1425
- item: function item(_ref72) {
1426
- var state = _ref72.state;
1481
+ item: function item(_ref73) {
1482
+ var state = _ref73.state;
1427
1483
  return {
1428
1484
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap m-0 p-3 border-0 transition-shadow duration-200 rounded-none dark:text-white/80 dark:hover:bg-gray-800 hover:text-gray-700 hover:bg-gray-200', {
1429
1485
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': state.selected
@@ -1433,8 +1489,8 @@ var Tailwind = {
1433
1489
  transition: TRANSITIONS.overlay
1434
1490
  },
1435
1491
  multiselect: {
1436
- root: function root(_ref73) {
1437
- var props = _ref73.props;
1492
+ root: function root(_ref74) {
1493
+ var props = _ref74.props;
1438
1494
  return {
1439
1495
  className: classNames('inline-flex cursor-pointer select-none', 'bg-white dark:bg-gray-900 border border-gray-400 dark:border-blue-900/40 transition-colors duration-200 ease-in-out rounded-md', 'w-full md:w-80', {
1440
1496
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1442,8 +1498,8 @@ var Tailwind = {
1442
1498
  };
1443
1499
  },
1444
1500
  labelContainer: 'overflow-hidden flex flex-auto cursor-pointer',
1445
- label: function label(_ref74) {
1446
- var props = _ref74.props;
1501
+ label: function label(_ref75) {
1502
+ var props = _ref75.props;
1447
1503
  return {
1448
1504
  className: classNames('block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', {
1449
1505
  '!p-3': props.display !== 'chip' && (props.value == null || props.value == undefined),
@@ -1468,8 +1524,8 @@ var Tailwind = {
1468
1524
  className: classNames('inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6')
1469
1525
  },
1470
1526
  headerCheckbox: {
1471
- root: function root(_ref75) {
1472
- var props = _ref75.props;
1527
+ root: function root(_ref76) {
1528
+ var props = _ref76.props;
1473
1529
  return {
1474
1530
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 dark:text-white/70 rounded-lg transition-colors duration-200', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1475
1531
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(props !== null && props !== void 0 && props.checked),
@@ -1487,8 +1543,8 @@ var Tailwind = {
1487
1543
  className: classNames('max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80')
1488
1544
  },
1489
1545
  list: 'py-3 list-none m-0',
1490
- item: function item(_ref76) {
1491
- var context = _ref76.context;
1546
+ item: function item(_ref77) {
1547
+ var context = _ref77.context;
1492
1548
  return {
1493
1549
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1494
1550
  'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
@@ -1501,8 +1557,8 @@ var Tailwind = {
1501
1557
  checkboxContainer: {
1502
1558
  className: classNames('inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6')
1503
1559
  },
1504
- checkbox: function checkbox(_ref77) {
1505
- var context = _ref77.context;
1560
+ checkbox: function checkbox(_ref78) {
1561
+ var context = _ref78.context;
1506
1562
  return {
1507
1563
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 dark:text-white/80 rounded-lg transition-colors duration-200', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1508
1564
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
@@ -1528,8 +1584,8 @@ var Tailwind = {
1528
1584
  root: {
1529
1585
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
1530
1586
  },
1531
- checkbox: function checkbox(_ref78) {
1532
- var props = _ref78.props;
1587
+ checkbox: function checkbox(_ref79) {
1588
+ var props = _ref79.props;
1533
1589
  return {
1534
1590
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
1535
1591
  'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.value || !props.value,
@@ -1542,8 +1598,8 @@ var Tailwind = {
1542
1598
  }
1543
1599
  },
1544
1600
  inputtextarea: {
1545
- root: function root(_ref79) {
1546
- var context = _ref79.context;
1601
+ root: function root(_ref80) {
1602
+ var context = _ref80.context;
1547
1603
  return {
1548
1604
  className: classNames('m-0', 'font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1549
1605
  'opacity-60 select-none pointer-events-none cursor-default': context.disabled
@@ -1552,8 +1608,8 @@ var Tailwind = {
1552
1608
  }
1553
1609
  },
1554
1610
  treeselect: {
1555
- root: function root(_ref80) {
1556
- var props = _ref80.props;
1611
+ root: function root(_ref81) {
1612
+ var props = _ref81.props;
1557
1613
  return {
1558
1614
  className: classNames('inline-flex cursor-pointer select-none', 'bg-white dark:bg-gray-900 border border-gray-400 dark:border-blue-900/40 transition-colors duration-200 ease-in-out rounded-md', 'w-full md:w-80', {
1559
1615
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1584,8 +1640,8 @@ var Tailwind = {
1584
1640
  transition: TRANSITIONS.overlay
1585
1641
  },
1586
1642
  autocomplete: {
1587
- root: function root(_ref81) {
1588
- var props = _ref81.props;
1643
+ root: function root(_ref82) {
1644
+ var props = _ref82.props;
1589
1645
  return {
1590
1646
  className: classNames('relative inline-flex', {
1591
1647
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1600,8 +1656,8 @@ var Tailwind = {
1600
1656
  inputToken: {
1601
1657
  className: classNames('py-0.375rem px-0', 'flex-1 inline-flex')
1602
1658
  },
1603
- input: function input(_ref82) {
1604
- var props = _ref82.props;
1659
+ input: function input(_ref83) {
1660
+ var props = _ref83.props;
1605
1661
  return {
1606
1662
  root: {
1607
1663
  className: classNames('m-0', 'transition-colors duration-200 appearance-none rounded-lg', {
@@ -1623,8 +1679,8 @@ var Tailwind = {
1623
1679
  className: classNames('bg-white text-gray-700 border-0 rounded-md shadow-lg', 'max-h-[200px] overflow-auto', 'dark:bg-gray-900 dark:text-white/80')
1624
1680
  },
1625
1681
  list: 'py-3 list-none m-0',
1626
- item: function item(_ref83) {
1627
- var context = _ref83.context;
1682
+ item: function item(_ref84) {
1683
+ var context = _ref84.context;
1628
1684
  return {
1629
1685
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1630
1686
  'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
@@ -1640,8 +1696,8 @@ var Tailwind = {
1640
1696
  transition: TRANSITIONS.overlay
1641
1697
  },
1642
1698
  chips: {
1643
- root: function root(_ref84) {
1644
- var props = _ref84.props;
1699
+ root: function root(_ref85) {
1700
+ var props = _ref85.props;
1645
1701
  return {
1646
1702
  className: classNames('flex', {
1647
1703
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1663,8 +1719,8 @@ var Tailwind = {
1663
1719
  removeTokenIcon: 'ml-2'
1664
1720
  },
1665
1721
  colorpicker: {
1666
- root: function root(_ref85) {
1667
- var props = _ref85.props;
1722
+ root: function root(_ref86) {
1723
+ var props = _ref86.props;
1668
1724
  return {
1669
1725
  className: classNames('inline-block', {
1670
1726
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1674,8 +1730,8 @@ var Tailwind = {
1674
1730
  input: {
1675
1731
  className: classNames('m-0', 'font-sans text-base text-gray-600 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 rounded-lg cursor-pointer', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'w-8 h-8')
1676
1732
  },
1677
- panel: function panel(_ref86) {
1678
- var props = _ref86.props;
1733
+ panel: function panel(_ref87) {
1734
+ var props = _ref87.props;
1679
1735
  return {
1680
1736
  className: classNames('shadow-md', 'bg-gray-800 border-gray-900', {
1681
1737
  'relative h-48 w-52': props.inline,
@@ -1715,8 +1771,8 @@ var Tailwind = {
1715
1771
  },
1716
1772
  //MISC
1717
1773
  badge: {
1718
- root: function root(_ref87) {
1719
- var props = _ref87.props;
1774
+ root: function root(_ref88) {
1775
+ var props = _ref88.props;
1720
1776
  return {
1721
1777
  className: classNames('rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
1722
1778
  'bg-gray-500 ': props.severity == 'secondary',
@@ -1734,9 +1790,9 @@ var Tailwind = {
1734
1790
  }
1735
1791
  },
1736
1792
  avatar: {
1737
- root: function root(_ref88) {
1738
- var props = _ref88.props,
1739
- state = _ref88.state;
1793
+ root: function root(_ref89) {
1794
+ var props = _ref89.props,
1795
+ state = _ref89.state;
1740
1796
  return {
1741
1797
  className: classNames('flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
1742
1798
  'rounded-lg': props.shape == 'square',
@@ -1772,8 +1828,8 @@ var Tailwind = {
1772
1828
  root: {
1773
1829
  className: classNames('overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800')
1774
1830
  },
1775
- value: function value(_ref89) {
1776
- var props = _ref89.props;
1831
+ value: function value(_ref90) {
1832
+ var props = _ref90.props;
1777
1833
  return {
1778
1834
  className: classNames('border-0 m-0 bg-blue-500', {
1779
1835
  'transition-width duration-1000 ease-in-out absolute items-center border-0 flex h-full justify-center overflow-hidden w-0': props.mode !== 'indeterminate',
@@ -1793,8 +1849,8 @@ var Tailwind = {
1793
1849
  circle: 'text-red-500 progress-spinner-circle'
1794
1850
  },
1795
1851
  skeleton: {
1796
- root: function root(_ref90) {
1797
- var props = _ref90.props;
1852
+ root: function root(_ref91) {
1853
+ var props = _ref91.props;
1798
1854
  return {
1799
1855
  className: classNames('overflow-hidden', '!mb-2', 'bg-gray-300 dark:bg-gray-800', 'after:absolute after:top-0 after:left-0 after:right-0 after:bottom-0 after:content after:w-full after:h-full after:bg-blue-400 after:left-full after:transform after:translate-x-full after:z-10 after:bg-gradient-to-r after:from-transparent after:via-white after:to-transparent animate-pulse', {
1800
1856
  'rounded-md': props.shape !== 'circle',
@@ -1804,8 +1860,8 @@ var Tailwind = {
1804
1860
  }
1805
1861
  },
1806
1862
  tag: {
1807
- root: function root(_ref91) {
1808
- var props = _ref91.props;
1863
+ root: function root(_ref92) {
1864
+ var props = _ref92.props;
1809
1865
  return {
1810
1866
  className: classNames('inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
1811
1867
  'bg-gray-500 ': props.severity == 'secondary',
@@ -1829,8 +1885,8 @@ var Tailwind = {
1829
1885
  }
1830
1886
  },
1831
1887
  scrolltop: {
1832
- root: function root(_ref92) {
1833
- var props = _ref92.props;
1888
+ root: function root(_ref93) {
1889
+ var props = _ref93.props;
1834
1890
  return {
1835
1891
  className: classNames('fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
1836
1892
  '!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
@@ -1888,8 +1944,8 @@ var Tailwind = {
1888
1944
  className: classNames('m-0 p-0 list-none', 'outline-none')
1889
1945
  },
1890
1946
  menuitem: 'relative',
1891
- content: function content(_ref93) {
1892
- var context = _ref93.context;
1947
+ content: function content(_ref94) {
1948
+ var context = _ref94.context;
1893
1949
  return {
1894
1950
  className: classNames('transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
1895
1951
  // Hover
@@ -1917,8 +1973,8 @@ var Tailwind = {
1917
1973
  }
1918
1974
  },
1919
1975
  dock: {
1920
- root: function root(_ref94) {
1921
- var props = _ref94.props;
1976
+ root: function root(_ref95) {
1977
+ var props = _ref95.props;
1922
1978
  return {
1923
1979
  className: classNames('absolute z-1 flex justify-center items-center pointer-events-none', {
1924
1980
  'left-0 bottom-0 w-full': props.position == 'bottom',
@@ -1931,18 +1987,18 @@ var Tailwind = {
1931
1987
  container: {
1932
1988
  className: classNames('flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md')
1933
1989
  },
1934
- menu: function menu(_ref95) {
1935
- var props = _ref95.props;
1990
+ menu: function menu(_ref96) {
1991
+ var props = _ref96.props;
1936
1992
  return {
1937
1993
  className: classNames('m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
1938
1994
  'flex-col': props.position == 'left' || props.position == 'right'
1939
1995
  })
1940
1996
  };
1941
1997
  },
1942
- menuitem: function menuitem(_ref96) {
1943
- var props = _ref96.props,
1944
- context = _ref96.context,
1945
- state = _ref96.state;
1998
+ menuitem: function menuitem(_ref97) {
1999
+ var props = _ref97.props,
2000
+ context = _ref97.context,
2001
+ state = _ref97.state;
1946
2002
  return {
1947
2003
  className: classNames('p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
1948
2004
  'origin-bottom hover:mx-6': props.position == 'bottom',
@@ -1965,8 +2021,8 @@ var Tailwind = {
1965
2021
  menu: {
1966
2022
  className: classNames('m-0 p-0 list-none', 'outline-none')
1967
2023
  },
1968
- content: function content(_ref97) {
1969
- var state = _ref97.state;
2024
+ content: function content(_ref98) {
2025
+ var state = _ref98.state;
1970
2026
  return {
1971
2027
  className: classNames('text-gray-700 dark:text-white/80 transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
1972
2028
  // Hover
@@ -1992,8 +2048,8 @@ var Tailwind = {
1992
2048
  root: {
1993
2049
  className: classNames('p-2 bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex items-center relative')
1994
2050
  },
1995
- menu: function menu(_ref98) {
1996
- var state = _ref98.state;
2051
+ menu: function menu(_ref99) {
2052
+ var state = _ref99.state;
1997
2053
  return {
1998
2054
  className: classNames('m-0 sm:p-0 list-none', 'outline-none', 'sm:flex items-center flex-wrap sm:flex-row sm:top-auto sm:left-auto sm:relative sm:bg-transparent sm:shadow-none sm:w-auto', 'flex-col top-full left-0', 'absolute py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-full', {
1999
2055
  'hidden ': !(state !== null && state !== void 0 && state.mobileActive),
@@ -2001,9 +2057,9 @@ var Tailwind = {
2001
2057
  })
2002
2058
  };
2003
2059
  },
2004
- menuitem: function menuitem(_ref99) {
2005
- var props = _ref99.props,
2006
- context = _ref99.context;
2060
+ menuitem: function menuitem(_ref100) {
2061
+ var props = _ref100.props,
2062
+ context = _ref100.context;
2007
2063
  return {
2008
2064
  className: classNames('sm:relative sm:w-auto w-full static', 'transition-shadow duration-200', {
2009
2065
  'rounded-md': props.root
@@ -2016,8 +2072,8 @@ var Tailwind = {
2016
2072
  })
2017
2073
  };
2018
2074
  },
2019
- action: function action(_ref100) {
2020
- var context = _ref100.context;
2075
+ action: function action(_ref101) {
2076
+ var context = _ref101.context;
2021
2077
  return {
2022
2078
  className: classNames('select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
2023
2079
  'pl-9 sm:pl-5': context.level === 1,
@@ -2026,8 +2082,8 @@ var Tailwind = {
2026
2082
  };
2027
2083
  },
2028
2084
  icon: 'mr-2',
2029
- submenuIcon: function submenuIcon(_ref101) {
2030
- var props = _ref101.props;
2085
+ submenuIcon: function submenuIcon(_ref102) {
2086
+ var props = _ref102.props;
2031
2087
  return {
2032
2088
  className: classNames({
2033
2089
  'ml-auto sm:ml-2': props.root,
@@ -2035,8 +2091,8 @@ var Tailwind = {
2035
2091
  })
2036
2092
  };
2037
2093
  },
2038
- submenu: function submenu(_ref102) {
2039
- var props = _ref102.props;
2094
+ submenu: function submenu(_ref103) {
2095
+ var props = _ref103.props;
2040
2096
  return {
2041
2097
  className: classNames('py-1 bg-white dark:bg-gray-900 border-0 sm:shadow-md sm:w-48', 'w-full static shadow-none', 'sm:absolute z-10', 'm-0 list-none', {
2042
2098
  'sm:absolute sm:left-full sm:top-0': !props.root
@@ -2050,8 +2106,8 @@ var Tailwind = {
2050
2106
  end: 'ml-auto self-auto'
2051
2107
  },
2052
2108
  megamenu: {
2053
- root: function root(_ref103) {
2054
- var props = _ref103.props;
2109
+ root: function root(_ref104) {
2110
+ var props = _ref104.props;
2055
2111
  return {
2056
2112
  className: classNames('bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
2057
2113
  'p-2 items-center': props.orientation == 'horizontal',
@@ -2059,9 +2115,9 @@ var Tailwind = {
2059
2115
  })
2060
2116
  };
2061
2117
  },
2062
- menu: function menu(_ref104) {
2063
- var props = _ref104.props,
2064
- state = _ref104.state;
2118
+ menu: function menu(_ref105) {
2119
+ var props = _ref105.props,
2120
+ state = _ref105.state;
2065
2121
  return {
2066
2122
  className: classNames('m-0 sm:p-0 list-none', 'outline-none', {
2067
2123
  hidden: props.orientation !== 'vertical' && !state.mobileActive
@@ -2072,9 +2128,9 @@ var Tailwind = {
2072
2128
  })
2073
2129
  };
2074
2130
  },
2075
- menuitem: function menuitem(_ref105) {
2076
- var props = _ref105.props,
2077
- context = _ref105.context;
2131
+ menuitem: function menuitem(_ref106) {
2132
+ var props = _ref106.props,
2133
+ context = _ref106.context;
2078
2134
  return {
2079
2135
  className: classNames('transition-shadow duration-200', {
2080
2136
  'rounded-md': props.orientation == 'horizontal'
@@ -2090,8 +2146,8 @@ var Tailwind = {
2090
2146
  })
2091
2147
  };
2092
2148
  },
2093
- menuButton: function menuButton(_ref106) {
2094
- var props = _ref106.props;
2149
+ menuButton: function menuButton(_ref107) {
2150
+ var props = _ref107.props;
2095
2151
  return {
2096
2152
  className: classNames({
2097
2153
  'flex md:hidden': props.orientation === 'horizontal'
@@ -2112,8 +2168,8 @@ var Tailwind = {
2112
2168
  submenuItem: {
2113
2169
  className: classNames('text-gray-700 hover:bg-gray-200')
2114
2170
  },
2115
- submenuIcon: function submenuIcon(_ref107) {
2116
- var props = _ref107.props;
2171
+ submenuIcon: function submenuIcon(_ref108) {
2172
+ var props = _ref108.props;
2117
2173
  return {
2118
2174
  className: classNames({
2119
2175
  'ml-2': props.orientation === 'horizontal',
@@ -2121,8 +2177,8 @@ var Tailwind = {
2121
2177
  })
2122
2178
  };
2123
2179
  },
2124
- panel: function panel(_ref108) {
2125
- var props = _ref108.props;
2180
+ panel: function panel(_ref109) {
2181
+ var props = _ref109.props;
2126
2182
  return {
2127
2183
  className: classNames('py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
2128
2184
  'left-full top-0': props.orientation !== 'horizontal'
@@ -2162,8 +2218,8 @@ var Tailwind = {
2162
2218
  menu: {
2163
2219
  className: classNames('outline-none', 'm-0 p-0 list-none')
2164
2220
  },
2165
- menuitem: function menuitem(_ref109) {
2166
- var context = _ref109.context;
2221
+ menuitem: function menuitem(_ref110) {
2222
+ var context = _ref110.context;
2167
2223
  return {
2168
2224
  className: classNames('text-gray-700 dark:text-white/80 transition-shadow duration-200 border-none rounded-none', {
2169
2225
  'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused
@@ -2194,11 +2250,29 @@ var Tailwind = {
2194
2250
  action: {
2195
2251
  className: classNames('inline-flex flex-col items-center overflow-hidden', 'transition-shadow rounded-md bg-white dark:bg-transparent', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]')
2196
2252
  },
2197
- step: {
2198
- className: classNames('flex items-center justify-center', 'text-gray-700 dark:text-white/80 border border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 w-[2rem] h-[2rem] leading-2rem text-sm z-10 rounded-full')
2253
+ step: function step(_ref111) {
2254
+ var parent = _ref111.parent,
2255
+ context = _ref111.context;
2256
+ return {
2257
+ className: classNames('flex items-center justify-center', 'text-gray-700 dark:text-white/80 border border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 w-[2rem] h-[2rem] leading-2rem text-sm z-10 rounded-full', {
2258
+ 'bg-white': parent.state.activeIndex !== context.index,
2259
+ // unselected item.
2260
+ 'bg-blue-500': parent.state.activeIndex === context.index // Selected item.
2261
+ })
2262
+ };
2199
2263
  },
2200
- label: {
2201
- className: classNames('block', 'whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60')
2264
+ label: function label(_ref112) {
2265
+ var parent = _ref112.parent,
2266
+ context = _ref112.context;
2267
+ return {
2268
+ className: classNames('block', 'whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60', {
2269
+ 'font-normal': parent.state.activeIndex !== context.index,
2270
+ // unselected item.
2271
+ 'font-bold': parent.state.activeIndex === context.index,
2272
+ // Selected item.
2273
+ 'text-gray-500/60': context.disabled
2274
+ })
2275
+ };
2202
2276
  }
2203
2277
  },
2204
2278
  tabmenu: {
@@ -2207,9 +2281,9 @@ var Tailwind = {
2207
2281
  className: classNames('flex m-0 p-0 list-none flex-nowrap', 'bg-white border-solid border-gray-300 border-b-2', 'outline-none no-underline text-base list-none')
2208
2282
  },
2209
2283
  menuitem: 'mr-0',
2210
- action: function action(_ref110) {
2211
- var context = _ref110.context,
2212
- state = _ref110.state;
2284
+ action: function action(_ref113) {
2285
+ var context = _ref113.context,
2286
+ state = _ref113.state;
2213
2287
  return {
2214
2288
  className: classNames('cursor-pointer select-none flex items-center relative no-underline overflow-hidden', 'border-b-2 p-5 font-bold rounded-t-lg ', 'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2215
2289
  'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80': state.activeIndex !== context.index,
@@ -2229,8 +2303,8 @@ var Tailwind = {
2229
2303
  },
2230
2304
  content: 'relative overflow-x-hidden overflow-y-auto h-full',
2231
2305
  menu: 'outline-none m-0 p-0 list-none absolute top-0 block',
2232
- menuitem: function menuitem(_ref111) {
2233
- var context = _ref111.context;
2306
+ menuitem: function menuitem(_ref114) {
2307
+ var context = _ref114.context;
2234
2308
  return {
2235
2309
  className: classNames({
2236
2310
  relative: !context.active,
@@ -2238,8 +2312,8 @@ var Tailwind = {
2238
2312
  })
2239
2313
  };
2240
2314
  },
2241
- action: function action(_ref112) {
2242
- var context = _ref112.context;
2315
+ action: function action(_ref115) {
2316
+ var context = _ref115.context;
2243
2317
  return {
2244
2318
  className: classNames('py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
2245
2319
  'text-gray-700 dark:text-white/80 hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.active,
@@ -2247,8 +2321,8 @@ var Tailwind = {
2247
2321
  })
2248
2322
  };
2249
2323
  },
2250
- previous: function previous(_ref113) {
2251
- var state = _ref113.state;
2324
+ previous: function previous(_ref116) {
2325
+ var state = _ref116.state;
2252
2326
  return {
2253
2327
  className: classNames('py-3 px-5 cursor-pointer bottom-0 w-full text-gray-700 dark:text-white/80', {
2254
2328
  hidden: state.level === 0
@@ -2271,8 +2345,8 @@ var Tailwind = {
2271
2345
  className: classNames('outline-none', 'm-0 p-0 list-none')
2272
2346
  },
2273
2347
  menuitem: 'relative',
2274
- content: function content(_ref114) {
2275
- var context = _ref114.context;
2348
+ content: function content(_ref117) {
2349
+ var context = _ref117.context;
2276
2350
  return {
2277
2351
  className: classNames('transition-shadow duration-200 border-none rounded-none', 'hover:bg-gray-200 hover:text-gray-700 dark:hover:text-white/80 dark:hover:bg-gray-800/80',
2278
2352
  //Hover
@@ -2284,8 +2358,8 @@ var Tailwind = {
2284
2358
  })
2285
2359
  };
2286
2360
  },
2287
- action: function action(_ref115) {
2288
- var context = _ref115.context;
2361
+ action: function action(_ref118) {
2362
+ var context = _ref118.context;
2289
2363
  return {
2290
2364
  className: classNames('py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
2291
2365
  'text-gray-700 dark:text-white/80 hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.active,
@@ -2302,8 +2376,8 @@ var Tailwind = {
2302
2376
  transition: TRANSITIONS.overlay
2303
2377
  },
2304
2378
  metergroup: {
2305
- root: function root(_ref116) {
2306
- var props = _ref116.props;
2379
+ root: function root(_ref119) {
2380
+ var props = _ref119.props;
2307
2381
  return {
2308
2382
  className: classNames('flex gap-4', {
2309
2383
  'flex-col': props.orientation == 'horizontal',
@@ -2311,8 +2385,8 @@ var Tailwind = {
2311
2385
  })
2312
2386
  };
2313
2387
  },
2314
- metercontainer: function metercontainer(_ref117) {
2315
- var props = _ref117.props;
2388
+ metercontainer: function metercontainer(_ref120) {
2389
+ var props = _ref120.props;
2316
2390
  return {
2317
2391
  className: classNames('flex', {
2318
2392
  'flex-col': props.orientation === 'vertical'
@@ -2323,8 +2397,8 @@ var Tailwind = {
2323
2397
  }, 'bg-gray-200 dark:bg-gray-700', 'rounded-lg')
2324
2398
  };
2325
2399
  },
2326
- meter: function meter(_ref118) {
2327
- var props = _ref118.props;
2400
+ meter: function meter(_ref121) {
2401
+ var props = _ref121.props;
2328
2402
  return {
2329
2403
  className: classNames('border-0', {
2330
2404
  'first:rounded-l-lg last:rounded-r-lg': props.orientation === 'horizontal'
@@ -2333,8 +2407,8 @@ var Tailwind = {
2333
2407
  }, 'bg-primary-500 dark:bg-primary-400')
2334
2408
  };
2335
2409
  },
2336
- labellist: function labellist(_ref119) {
2337
- var props = _ref119.props;
2410
+ labellist: function labellist(_ref122) {
2411
+ var props = _ref122.props;
2338
2412
  return {
2339
2413
  className: classNames('flex flex-wrap', {
2340
2414
  'gap-4': props.labelOrientation === 'horizontal'
@@ -2426,8 +2500,8 @@ var Tailwind = {
2426
2500
  className: classNames('flex items-center justify-center', 'p-4')
2427
2501
  },
2428
2502
  indicator: 'mr-2',
2429
- indicatorbutton: function indicatorbutton(_ref120) {
2430
- var context = _ref120.context;
2503
+ indicatorbutton: function indicatorbutton(_ref123) {
2504
+ var context = _ref123.context;
2431
2505
  return {
2432
2506
  className: classNames('w-4 h-4 transition duration-200 rounded-full', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2433
2507
  'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
@@ -2435,8 +2509,8 @@ var Tailwind = {
2435
2509
  })
2436
2510
  };
2437
2511
  },
2438
- mask: function mask(_ref121) {
2439
- var state = _ref121.state;
2512
+ mask: function mask(_ref124) {
2513
+ var state = _ref124.state;
2440
2514
  return {
2441
2515
  className: classNames({
2442
2516
  'fixed top-0 left-0 w-full h-full flex items-center justify-center bg-black bg-opacity-90': state.visible
@@ -2469,8 +2543,8 @@ var Tailwind = {
2469
2543
  carousel: {
2470
2544
  root: 'flex flex-col',
2471
2545
  content: 'flex flex-col overflow-auto',
2472
- container: function container(_ref122) {
2473
- var props = _ref122.props;
2546
+ container: function container(_ref125) {
2547
+ var props = _ref125.props;
2474
2548
  return {
2475
2549
  className: classNames('flex', {
2476
2550
  'flex-row': props.orientation !== 'vertical',
@@ -2482,8 +2556,8 @@ var Tailwind = {
2482
2556
  className: classNames('flex justify-center items-center self-center overflow-hidden relative shrink-0 grow-0', 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mx-2')
2483
2557
  },
2484
2558
  itemsContent: 'overflow-hidden w-full',
2485
- itemsContainer: function itemsContainer(_ref123) {
2486
- var props = _ref123.props;
2559
+ itemsContainer: function itemsContainer(_ref126) {
2560
+ var props = _ref126.props;
2487
2561
  return {
2488
2562
  className: classNames('flex ', {
2489
2563
  'flex-row': props.orientation !== 'vertical',
@@ -2491,8 +2565,8 @@ var Tailwind = {
2491
2565
  })
2492
2566
  };
2493
2567
  },
2494
- item: function item(_ref124) {
2495
- var props = _ref124.props;
2568
+ item: function item(_ref127) {
2569
+ var props = _ref127.props;
2496
2570
  return {
2497
2571
  className: classNames('flex shrink-0 grow', {
2498
2572
  'w-1/3': props.orientation !== 'vertical',
@@ -2504,8 +2578,8 @@ var Tailwind = {
2504
2578
  className: classNames('flex flex-row justify-center flex-wrap')
2505
2579
  },
2506
2580
  indicator: 'mr-2 mb-2',
2507
- indicatorButton: function indicatorButton(_ref125) {
2508
- var context = _ref125.context;
2581
+ indicatorButton: function indicatorButton(_ref128) {
2582
+ var context = _ref128.context;
2509
2583
  return {
2510
2584
  className: classNames('w-8 h-2 transition duration-200 rounded-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2511
2585
  'bg-blue-500 hover:bg-blue-600': context.active,
@@ -2515,9 +2589,9 @@ var Tailwind = {
2515
2589
  }
2516
2590
  },
2517
2591
  tree: {
2518
- root: function root(_ref126) {
2592
+ root: function root(_ref129) {
2519
2593
  var _props$__parentMetada;
2520
- var props = _ref126.props;
2594
+ var props = _ref129.props;
2521
2595
  return {
2522
2596
  className: classNames('max-w-[30rem] md:w-full', 'bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 p-5', {
2523
2597
  'border border-solid border-gray-300 dark:border-blue-900/40 rounded-md': ((_props$__parentMetada = props.__parentMetadata) === null || _props$__parentMetada === void 0 ? void 0 : _props$__parentMetada.parent.props.__TYPE) !== 'TreeSelect'
@@ -2527,9 +2601,9 @@ var Tailwind = {
2527
2601
  wrapper: 'overflow-auto',
2528
2602
  container: 'm-0 p-0 list-none overflow-auto',
2529
2603
  node: 'p-1 outline-none',
2530
- content: function content(_ref127) {
2531
- var context = _ref127.context,
2532
- props = _ref127.props;
2604
+ content: function content(_ref130) {
2605
+ var context = _ref130.context,
2606
+ props = _ref130.props;
2533
2607
  return {
2534
2608
  className: classNames('flex items-center', 'rounded-lg transition-shadow duration-200 p-2', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2535
2609
  'bg-blue-50 text-blue-600': context.selected
@@ -2538,8 +2612,8 @@ var Tailwind = {
2538
2612
  })
2539
2613
  };
2540
2614
  },
2541
- toggler: function toggler(_ref128) {
2542
- var context = _ref128.context;
2615
+ toggler: function toggler(_ref131) {
2616
+ var context = _ref131.context;
2543
2617
  return {
2544
2618
  className: classNames('cursor-pointer select-none inline-flex items-center justify-center overflow-hidden relative shrink-0', 'mr-2 w-8 h-8 border-0 bg-transparent rounded-full transition duration-200', 'hover:border-transparent focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2545
2619
  'text-gray-500 dark:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-800 dark:hover:text-white/80': !context.selected,
@@ -2550,9 +2624,9 @@ var Tailwind = {
2550
2624
  };
2551
2625
  },
2552
2626
  checkboxContainer: 'mr-2',
2553
- checkbox: function checkbox(_ref129) {
2554
- var context = _ref129.context,
2555
- props = _ref129.props;
2627
+ checkbox: function checkbox(_ref132) {
2628
+ var context = _ref132.context,
2629
+ props = _ref132.props;
2556
2630
  return {
2557
2631
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6', 'flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200 text-white text-base dark:text-gray-900', {
2558
2632
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -2577,8 +2651,8 @@ var Tailwind = {
2577
2651
  },
2578
2652
  // DATA
2579
2653
  timeline: {
2580
- root: function root(_ref130) {
2581
- var props = _ref130.props;
2654
+ root: function root(_ref133) {
2655
+ var props = _ref133.props;
2582
2656
  return {
2583
2657
  className: classNames('flex grow', {
2584
2658
  'flex-col': props.layout === 'vertical',
@@ -2586,9 +2660,9 @@ var Tailwind = {
2586
2660
  })
2587
2661
  };
2588
2662
  },
2589
- event: function event(_ref131) {
2590
- var props = _ref131.props,
2591
- context = _ref131.context;
2663
+ event: function event(_ref134) {
2664
+ var props = _ref134.props,
2665
+ context = _ref134.context;
2592
2666
  return {
2593
2667
  className: classNames('flex relative min-h-[70px]', {
2594
2668
  'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
@@ -2597,9 +2671,9 @@ var Tailwind = {
2597
2671
  })
2598
2672
  };
2599
2673
  },
2600
- opposite: function opposite(_ref132) {
2601
- var props = _ref132.props,
2602
- context = _ref132.context;
2674
+ opposite: function opposite(_ref135) {
2675
+ var props = _ref135.props,
2676
+ context = _ref135.context;
2603
2677
  return {
2604
2678
  className: classNames('flex-1', {
2605
2679
  'px-4': props.layout === 'vertical',
@@ -2610,8 +2684,8 @@ var Tailwind = {
2610
2684
  })
2611
2685
  };
2612
2686
  },
2613
- separator: function separator(_ref133) {
2614
- var props = _ref133.props;
2687
+ separator: function separator(_ref136) {
2688
+ var props = _ref136.props;
2615
2689
  return {
2616
2690
  className: classNames('flex items-center flex-initial', {
2617
2691
  'flex-col': props.layout === 'vertical',
@@ -2620,8 +2694,8 @@ var Tailwind = {
2620
2694
  };
2621
2695
  },
2622
2696
  marker: 'flex self-baseline w-4 h-4 rounded-full border-2 border-blue-500 bg-white dark:border-blue-300 dark:bg-blue-900/40',
2623
- connector: function connector(_ref134) {
2624
- var props = _ref134.props;
2697
+ connector: function connector(_ref137) {
2698
+ var props = _ref137.props;
2625
2699
  return {
2626
2700
  className: classNames('grow bg-gray-300 dark:bg-blue-900/40', {
2627
2701
  'w-[2px]': props.layout === 'vertical',
@@ -2629,9 +2703,9 @@ var Tailwind = {
2629
2703
  })
2630
2704
  };
2631
2705
  },
2632
- content: function content(_ref135) {
2633
- var props = _ref135.props,
2634
- context = _ref135.context;
2706
+ content: function content(_ref138) {
2707
+ var props = _ref138.props,
2708
+ context = _ref138.context;
2635
2709
  return {
2636
2710
  className: classNames('flex-1', {
2637
2711
  'px-4': props.layout === 'vertical',
@@ -2655,15 +2729,15 @@ var Tailwind = {
2655
2729
  header: 'bg-gray-100 dark:bg-gray-800 text-gray-800 dark:text-white/80 border-gray-200 dark:border-blue-900/40 border-t border-b p-4 font-bold'
2656
2730
  },
2657
2731
  dataviewlayoutoptions: {
2658
- listButton: function listButton(_ref136) {
2659
- var props = _ref136.props;
2732
+ listButton: function listButton(_ref139) {
2733
+ var props = _ref139.props;
2660
2734
  return {
2661
2735
  className: classNames('items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom justify-center border', 'transition duration-200', 'w-12 pt-3 pb-3 rounded-lg rounded-r-none', props.layout === 'list' ? 'bg-blue-500 border-blue-500 text-white dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' : 'bg-white border-gray-300 text-blue-gray-700 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // highlighted state
2662
2736
  )
2663
2737
  };
2664
2738
  },
2665
- gridButton: function gridButton(_ref137) {
2666
- var props = _ref137.props;
2739
+ gridButton: function gridButton(_ref140) {
2740
+ var props = _ref140.props;
2667
2741
  return {
2668
2742
  className: classNames('items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom justify-center border', 'transition duration-200', 'w-12 pt-3 pb-3 rounded-lg rounded-l-none', props.layout === 'grid' ? 'bg-blue-500 border-blue-500 text-white dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' : 'bg-white border-gray-300 text-blue-gray-700 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // highlighted state
2669
2743
  )
@@ -2690,8 +2764,8 @@ var Tailwind = {
2690
2764
  className: classNames('mx-auto my-0 w-px h-[20px] bg-gray-300', 'dark:bg-blue-900/40' //Dark Mode
2691
2765
  )
2692
2766
  },
2693
- lineLeft: function lineLeft(_ref138) {
2694
- var context = _ref138.context;
2767
+ lineLeft: function lineLeft(_ref141) {
2768
+ var context = _ref141.context;
2695
2769
  return {
2696
2770
  className: classNames('text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
2697
2771
  //Dark Mode
@@ -2700,8 +2774,8 @@ var Tailwind = {
2700
2774
  })
2701
2775
  };
2702
2776
  },
2703
- lineRight: function lineRight(_ref139) {
2704
- var context = _ref139.context;
2777
+ lineRight: function lineRight(_ref142) {
2778
+ var context = _ref142.context;
2705
2779
  return {
2706
2780
  className: classNames('text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
2707
2781
  //Dark Mode
@@ -2721,8 +2795,8 @@ var Tailwind = {
2721
2795
  root: 'flex',
2722
2796
  controls: 'flex flex-col justify-center p-5',
2723
2797
  moveUpButton: {
2724
- root: function root(_ref140) {
2725
- var context = _ref140.context;
2798
+ root: function root(_ref143) {
2799
+ var context = _ref143.context;
2726
2800
  return {
2727
2801
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2728
2802
  // button component
@@ -2744,8 +2818,8 @@ var Tailwind = {
2744
2818
  }
2745
2819
  },
2746
2820
  moveTopButton: {
2747
- root: function root(_ref141) {
2748
- var context = _ref141.context;
2821
+ root: function root(_ref144) {
2822
+ var context = _ref144.context;
2749
2823
  return {
2750
2824
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2751
2825
  // button component
@@ -2767,8 +2841,8 @@ var Tailwind = {
2767
2841
  }
2768
2842
  },
2769
2843
  moveDownButton: {
2770
- root: function root(_ref142) {
2771
- var context = _ref142.context;
2844
+ root: function root(_ref145) {
2845
+ var context = _ref145.context;
2772
2846
  return {
2773
2847
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2774
2848
  // button component
@@ -2790,8 +2864,8 @@ var Tailwind = {
2790
2864
  }
2791
2865
  },
2792
2866
  moveBottomButton: {
2793
- root: function root(_ref143) {
2794
- var context = _ref143.context;
2867
+ root: function root(_ref146) {
2868
+ var context = _ref146.context;
2795
2869
  return {
2796
2870
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2797
2871
  // button component
@@ -2821,8 +2895,8 @@ var Tailwind = {
2821
2895
  className: classNames('list-none m-0 p-0 overflow-auto min-h-[12rem] max-h-[24rem]', 'border border-gray-300 bg-white text-gray-600 py-3 px-0 rounded-b-md outline-none', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' //Dark Mode
2822
2896
  )
2823
2897
  },
2824
- item: function item(_ref144) {
2825
- var context = _ref144.context;
2898
+ item: function item(_ref147) {
2899
+ var context = _ref147.context;
2826
2900
  return {
2827
2901
  className: classNames('relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
2828
2902
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.selected
@@ -2894,8 +2968,8 @@ var Tailwind = {
2894
2968
  className: classNames('list-none m-0 p-0 overflow-auto min-h-[12rem] max-h-[24rem]', 'border border-gray-300 bg-white text-gray-600 py-3 px-0 rounded-b-md outline-none', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' //Dark Mode
2895
2969
  )
2896
2970
  },
2897
- item: function item(_ref145) {
2898
- var context = _ref145.context;
2971
+ item: function item(_ref148) {
2972
+ var context = _ref148.context;
2899
2973
  return {
2900
2974
  className: classNames('relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
2901
2975
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.selected,
@@ -2981,8 +3055,8 @@ var Tailwind = {
2981
3055
  className: classNames('flex items-center justify-center flex-wrap', 'bg-white text-gray-500 border-0 px-4 py-2 rounded-md', 'dark:bg-gray-900 dark:text-white/60 dark:border-blue-900/40' // Dark Mode
2982
3056
  )
2983
3057
  },
2984
- firstPageButton: function firstPageButton(_ref146) {
2985
- var context = _ref146.context;
3058
+ firstPageButton: function firstPageButton(_ref149) {
3059
+ var context = _ref149.context;
2986
3060
  return {
2987
3061
  className: classNames('relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
2988
3062
  //Dark Mode
@@ -2992,8 +3066,8 @@ var Tailwind = {
2992
3066
  })
2993
3067
  };
2994
3068
  },
2995
- prevPageButton: function prevPageButton(_ref147) {
2996
- var context = _ref147.context;
3069
+ prevPageButton: function prevPageButton(_ref150) {
3070
+ var context = _ref150.context;
2997
3071
  return {
2998
3072
  className: classNames('relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
2999
3073
  //Dark Mode
@@ -3003,8 +3077,8 @@ var Tailwind = {
3003
3077
  })
3004
3078
  };
3005
3079
  },
3006
- nextPageButton: function nextPageButton(_ref148) {
3007
- var context = _ref148.context;
3080
+ nextPageButton: function nextPageButton(_ref151) {
3081
+ var context = _ref151.context;
3008
3082
  return {
3009
3083
  className: classNames('relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3010
3084
  //Dark Mode
@@ -3014,8 +3088,8 @@ var Tailwind = {
3014
3088
  })
3015
3089
  };
3016
3090
  },
3017
- lastPageButton: function lastPageButton(_ref149) {
3018
- var context = _ref149.context;
3091
+ lastPageButton: function lastPageButton(_ref152) {
3092
+ var context = _ref152.context;
3019
3093
  return {
3020
3094
  className: classNames('relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3021
3095
  //Dark Mode
@@ -3025,8 +3099,8 @@ var Tailwind = {
3025
3099
  })
3026
3100
  };
3027
3101
  },
3028
- pageButton: function pageButton(_ref150) {
3029
- var context = _ref150.context;
3102
+ pageButton: function pageButton(_ref153) {
3103
+ var context = _ref153.context;
3030
3104
  return {
3031
3105
  className: classNames('relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:border-blue-300 dark:text-white',
3032
3106
  // Dark Mode
@@ -3038,9 +3112,9 @@ var Tailwind = {
3038
3112
  };
3039
3113
  },
3040
3114
  RPPDropdown: {
3041
- root: function root(_ref151) {
3042
- var props = _ref151.props,
3043
- state = _ref151.state;
3115
+ root: function root(_ref154) {
3116
+ var props = _ref154.props,
3117
+ state = _ref154.state;
3044
3118
  return {
3045
3119
  className: classNames('inline-flex relative cursor-pointer user-none', 'bg-white border rounded-md', 'transition duration-200', 'h-12 mx-2', 'dark:bg-gray-950 dark:border-blue-900/40',
3046
3120
  //DarkMode
@@ -3065,8 +3139,8 @@ var Tailwind = {
3065
3139
  },
3066
3140
  wrapper: 'overflow-auto',
3067
3141
  list: 'm-0 p-0 py-3 list-none',
3068
- item: function item(_ref152) {
3069
- var context = _ref152.context;
3142
+ item: function item(_ref155) {
3143
+ var context = _ref155.context;
3070
3144
  return {
3071
3145
  className: classNames('relative font-normal cursor-pointer space-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
3072
3146
  // Dark Mode
@@ -3087,9 +3161,9 @@ var Tailwind = {
3087
3161
  }
3088
3162
  },
3089
3163
  jumptopagedropdown: {
3090
- root: function root(_ref153) {
3091
- var props = _ref153.props,
3092
- state = _ref153.state;
3164
+ root: function root(_ref156) {
3165
+ var props = _ref156.props,
3166
+ state = _ref156.state;
3093
3167
  return {
3094
3168
  className: classNames('inline-flex relative cursor-pointer user-none', 'bg-white border rounded-md', 'transition duration-200', 'h-12 mx-2', 'dark:bg-gray-950 dark:border-blue-900/40',
3095
3169
  //DarkMode
@@ -3114,8 +3188,8 @@ var Tailwind = {
3114
3188
  },
3115
3189
  wrapper: 'overflow-auto',
3116
3190
  list: 'm-0 p-0 py-3 list-none',
3117
- item: function item(_ref154) {
3118
- var context = _ref154.context;
3191
+ item: function item(_ref157) {
3192
+ var context = _ref157.context;
3119
3193
  return {
3120
3194
  className: classNames('relative font-normal cursor-pointer space-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
3121
3195
  // Dark Mode
@@ -3129,8 +3203,8 @@ var Tailwind = {
3129
3203
  }
3130
3204
  },
3131
3205
  treetable: {
3132
- root: function root(_ref155) {
3133
- var props = _ref155.props;
3206
+ root: function root(_ref158) {
3207
+ var props = _ref158.props;
3134
3208
  return {
3135
3209
  className: classNames('relative', {
3136
3210
  'flex flex-col h-full': props.scrollHeight
@@ -3146,8 +3220,8 @@ var Tailwind = {
3146
3220
  className: classNames('bg-slate-50 text-slate-700 border border-x-0 border-t-0 border-gray-300 p-4 font-bold', 'dark:bg-gray-900 dark:text-white/70 dark:border-blue-900/40' // Dark Mode
3147
3221
  )
3148
3222
  },
3149
- scrollableWrapper: function scrollableWrapper(_ref156) {
3150
- var props = _ref156.props;
3223
+ scrollableWrapper: function scrollableWrapper(_ref159) {
3224
+ var props = _ref159.props;
3151
3225
  return {
3152
3226
  className: classNames({
3153
3227
  'relative overflow-auto': props.scrollable,
@@ -3155,8 +3229,8 @@ var Tailwind = {
3155
3229
  })
3156
3230
  };
3157
3231
  },
3158
- wrapper: function wrapper(_ref157) {
3159
- var props = _ref157.props;
3232
+ wrapper: function wrapper(_ref160) {
3233
+ var props = _ref160.props;
3160
3234
  return {
3161
3235
  className: classNames({
3162
3236
  'relative overflow-auto': props.scrollable,
@@ -3169,40 +3243,40 @@ var Tailwind = {
3169
3243
  )
3170
3244
  },
3171
3245
  table: 'border-collapse table-fixed w-full',
3172
- thead: function thead(_ref158) {
3173
- var props = _ref158.props;
3246
+ thead: function thead(_ref161) {
3247
+ var props = _ref161.props;
3174
3248
  return {
3175
3249
  className: classNames({
3176
3250
  'block sticky top-0 z-[1]': props.scrollable
3177
3251
  })
3178
3252
  };
3179
3253
  },
3180
- tbody: function tbody(_ref159) {
3181
- var props = _ref159.props;
3254
+ tbody: function tbody(_ref162) {
3255
+ var props = _ref162.props;
3182
3256
  return {
3183
3257
  className: classNames({
3184
3258
  block: props.scrollable
3185
3259
  })
3186
3260
  };
3187
3261
  },
3188
- tfoot: function tfoot(_ref160) {
3189
- var props = _ref160.props;
3262
+ tfoot: function tfoot(_ref163) {
3263
+ var props = _ref163.props;
3190
3264
  return {
3191
3265
  className: classNames({
3192
3266
  block: props.scrollable
3193
3267
  })
3194
3268
  };
3195
3269
  },
3196
- headerRow: function headerRow(_ref161) {
3197
- var props = _ref161.props;
3270
+ headerRow: function headerRow(_ref164) {
3271
+ var props = _ref164.props;
3198
3272
  return {
3199
3273
  className: classNames({
3200
3274
  'flex flex-nowrap w-full': props.scrollable
3201
3275
  })
3202
3276
  };
3203
3277
  },
3204
- row: function row(_ref162) {
3205
- var context = _ref162.context;
3278
+ row: function row(_ref165) {
3279
+ var context = _ref165.context;
3206
3280
  return {
3207
3281
  className: classNames('transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
3208
3282
  // Focus
@@ -3214,8 +3288,8 @@ var Tailwind = {
3214
3288
  };
3215
3289
  },
3216
3290
  column: {
3217
- headerCell: function headerCell(_ref163) {
3218
- var context = _ref163.context;
3291
+ headerCell: function headerCell(_ref166) {
3292
+ var context = _ref166.context;
3219
3293
  return {
3220
3294
  className: classNames('text-left border-gray-300 border font-bold', 'transition duration-200 p-4', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900',
3221
3295
  //Dark Mode
@@ -3230,8 +3304,8 @@ var Tailwind = {
3230
3304
  })
3231
3305
  };
3232
3306
  },
3233
- bodyCell: function bodyCell(_ref164) {
3234
- var context = _ref164.context;
3307
+ bodyCell: function bodyCell(_ref167) {
3308
+ var context = _ref167.context;
3235
3309
  return {
3236
3310
  className: classNames('text-left border-gray-300 border', 'transition duration-200 p-4', 'dark:border-blue-900/40',
3237
3311
  //Dark Mode
@@ -3244,8 +3318,8 @@ var Tailwind = {
3244
3318
  })
3245
3319
  };
3246
3320
  },
3247
- rowToggler: function rowToggler(_ref165) {
3248
- var context = _ref165.context;
3321
+ rowToggler: function rowToggler(_ref168) {
3322
+ var context = _ref168.context;
3249
3323
  return {
3250
3324
  className: classNames('relative inline-flex items-center justify-center align-center cursor-pointer select-none overflow-hidden bg-transparent', 'w-8 h-8 border-0 rounded mr-0.5', {
3251
3325
  'text-blue-700': context.selected,
@@ -3257,8 +3331,8 @@ var Tailwind = {
3257
3331
  sort: {
3258
3332
  className: 'inline-block align-middle'
3259
3333
  },
3260
- sortIcon: function sortIcon(_ref166) {
3261
- var context = _ref166.context;
3334
+ sortIcon: function sortIcon(_ref169) {
3335
+ var context = _ref169.context;
3262
3336
  return {
3263
3337
  className: classNames('ml-2 inline-block align-middle', {
3264
3338
  'text-blue-700 dark:text-white/80': context.sorted,
@@ -3274,8 +3348,8 @@ var Tailwind = {
3274
3348
  checkboxWrapper: {
3275
3349
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2')
3276
3350
  },
3277
- checkbox: function checkbox(_ref167) {
3278
- var context = _ref167.context;
3351
+ checkbox: function checkbox(_ref170) {
3352
+ var context = _ref170.context;
3279
3353
  return {
3280
3354
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
3281
3355
  'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400': context.checked,
@@ -3285,8 +3359,8 @@ var Tailwind = {
3285
3359
  })
3286
3360
  };
3287
3361
  },
3288
- checkboxIcon: function checkboxIcon(_ref168) {
3289
- var context = _ref168.context;
3362
+ checkboxIcon: function checkboxIcon(_ref171) {
3363
+ var context = _ref171.context;
3290
3364
  return {
3291
3365
  className: classNames('w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
3292
3366
  'text-white': context.checked
@@ -3297,8 +3371,8 @@ var Tailwind = {
3297
3371
  resizeHelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
3298
3372
  },
3299
3373
  datatable: {
3300
- root: function root(_ref169) {
3301
- var props = _ref169.props;
3374
+ root: function root(_ref172) {
3375
+ var props = _ref172.props;
3302
3376
  return {
3303
3377
  className: classNames('relative', {
3304
3378
  'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
@@ -3310,8 +3384,8 @@ var Tailwind = {
3310
3384
  )
3311
3385
  },
3312
3386
  loadingIcon: 'w-8 h-8',
3313
- wrapper: function wrapper(_ref170) {
3314
- var props = _ref170.props;
3387
+ wrapper: function wrapper(_ref173) {
3388
+ var props = _ref173.props;
3315
3389
  return {
3316
3390
  className: classNames({
3317
3391
  relative: props.scrollable,
@@ -3319,8 +3393,8 @@ var Tailwind = {
3319
3393
  })
3320
3394
  };
3321
3395
  },
3322
- header: function header(_ref171) {
3323
- var props = _ref171.props;
3396
+ header: function header(_ref174) {
3397
+ var props = _ref174.props;
3324
3398
  return {
3325
3399
  className: classNames('bg-slate-50 text-slate-700 border-gray-300 font-bold p-4', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900',
3326
3400
  // Dark Mode
@@ -3328,25 +3402,25 @@ var Tailwind = {
3328
3402
  };
3329
3403
  },
3330
3404
  table: 'w-full border-spacing-0',
3331
- thead: function thead(_ref172) {
3332
- var context = _ref172.context;
3405
+ thead: function thead(_ref175) {
3406
+ var context = _ref175.context;
3333
3407
  return {
3334
3408
  className: classNames({
3335
3409
  'bg-slate-50 top-0 z-[1]': context.scrollable
3336
3410
  })
3337
3411
  };
3338
3412
  },
3339
- tbody: function tbody(_ref173) {
3340
- var props = _ref173.props,
3341
- context = _ref173.context;
3413
+ tbody: function tbody(_ref176) {
3414
+ var props = _ref176.props,
3415
+ context = _ref176.context;
3342
3416
  return {
3343
3417
  className: classNames({
3344
3418
  'sticky z-[1]': props.frozenRow && context.scrollable
3345
3419
  })
3346
3420
  };
3347
3421
  },
3348
- tfoot: function tfoot(_ref174) {
3349
- var context = _ref174.context;
3422
+ tfoot: function tfoot(_ref177) {
3423
+ var context = _ref177.context;
3350
3424
  return {
3351
3425
  className: classNames({
3352
3426
  'bg-slate-50 bottom-0 z-[1]': context.scrollable
@@ -3358,9 +3432,9 @@ var Tailwind = {
3358
3432
  )
3359
3433
  },
3360
3434
  column: {
3361
- headerCell: function headerCell(_ref175) {
3362
- var context = _ref175.context,
3363
- props = _ref175.props;
3435
+ headerCell: function headerCell(_ref178) {
3436
+ var context = _ref178.context,
3437
+ props = _ref178.props;
3364
3438
  return {
3365
3439
  className: classNames('text-left border-0 border-b border-solid border-gray-300 dark:border-blue-900/40 font-bold', 'transition duration-200', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
3366
3440
  // Size
@@ -3377,9 +3451,9 @@ var Tailwind = {
3377
3451
  };
3378
3452
  },
3379
3453
  headerContent: 'flex items-center',
3380
- bodyCell: function bodyCell(_ref176) {
3381
- var props = _ref176.props,
3382
- context = _ref176.context;
3454
+ bodyCell: function bodyCell(_ref179) {
3455
+ var props = _ref179.props,
3456
+ context = _ref179.context;
3383
3457
  return {
3384
3458
  className: classNames('text-left border-0 border-b border-solid border-gray-300', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
3385
3459
  // Size
@@ -3392,8 +3466,8 @@ var Tailwind = {
3392
3466
  })
3393
3467
  };
3394
3468
  },
3395
- footerCell: function footerCell(_ref177) {
3396
- var context = _ref177.context;
3469
+ footerCell: function footerCell(_ref180) {
3470
+ var context = _ref180.context;
3397
3471
  return {
3398
3472
  className: classNames('text-left border-0 border-b border-solid border-gray-300 font-bold', 'bg-slate-50 text-slate-700', 'transition duration-200', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
3399
3473
  // Size
@@ -3404,8 +3478,8 @@ var Tailwind = {
3404
3478
  })
3405
3479
  };
3406
3480
  },
3407
- sortIcon: function sortIcon(_ref178) {
3408
- var context = _ref178.context;
3481
+ sortIcon: function sortIcon(_ref181) {
3482
+ var context = _ref181.context;
3409
3483
  return {
3410
3484
  className: classNames('ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70')
3411
3485
  };
@@ -3423,8 +3497,8 @@ var Tailwind = {
3423
3497
  root: 'min-[0px]:flex mb-2'
3424
3498
  },
3425
3499
  filterRowItems: 'm-0 p-0 py-3 list-none ',
3426
- filterRowItem: function filterRowItem(_ref179) {
3427
- var context = _ref179.context;
3500
+ filterRowItem: function filterRowItem(_ref182) {
3501
+ var context = _ref182.context;
3428
3502
  return {
3429
3503
  className: classNames('m-0 py-3 px-5 bg-transparent', 'transition duration-200', context !== null && context !== void 0 && context.highlighted ? 'text-blue-700 bg-blue-100 dark:text-white/80 dark:bg-blue-300' : 'text-gray-600 bg-transparent dark:text-white/80 dark:bg-transparent')
3430
3504
  };
@@ -3454,8 +3528,8 @@ var Tailwind = {
3454
3528
  filterApplyButton: {
3455
3529
  root: 'w-auto min-[0px]:text-sm px-4 py-3'
3456
3530
  },
3457
- filterMenuButton: function filterMenuButton(_ref180) {
3458
- var context = _ref180.context;
3531
+ filterMenuButton: function filterMenuButton(_ref183) {
3532
+ var context = _ref183.context;
3459
3533
  return {
3460
3534
  className: classNames('inline-flex justify-center items-center cursor-pointer no-underline overflow-hidden relative ml-2', 'w-8 h-8 rounded-[50%]', 'transition duration-200', 'hover:text-slate-700 hover:bg-gray-300/20',
3461
3535
  // Hover
@@ -3468,8 +3542,8 @@ var Tailwind = {
3468
3542
  })
3469
3543
  };
3470
3544
  },
3471
- headerFilterClearButton: function headerFilterClearButton(_ref181) {
3472
- var context = _ref181.context;
3545
+ headerFilterClearButton: function headerFilterClearButton(_ref184) {
3546
+ var context = _ref184.context;
3473
3547
  return {
3474
3548
  className: classNames('inline-flex justify-center items-center cursor-pointer no-underline overflow-hidden relative', 'text-left bg-transparent m-0 p-0 border-none select-none ml-2', {
3475
3549
  invisible: !context.hidden
@@ -3508,8 +3582,8 @@ var Tailwind = {
3508
3582
  radioButtonInput: {
3509
3583
  className: classNames('w-full h-full top-0 left-0 absolute appearance-none select-none', 'p-0 m-0 opacity-0 z-[1] rounded-[50%] outline-none', 'cursor-pointer peer')
3510
3584
  },
3511
- radioButtonBox: function radioButtonBox(_ref182) {
3512
- var context = _ref182.context;
3585
+ radioButtonBox: function radioButtonBox(_ref185) {
3586
+ var context = _ref185.context;
3513
3587
  return {
3514
3588
  className: classNames('flex items-center justify-center', 'h-6 w-6 rounded-full border-2 text-gray-700 transition duration-200 ease-in-out', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400 peer-hover:bg-blue-700 peer-hover:border-blue-700' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900 peer-hover:border-blue-500', {
3515
3589
  'hover:border-blue-500 focus:shadow-input-focus focus:outline-none focus:outline-offset-0 dark:hover:border-blue-400 dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
@@ -3517,8 +3591,8 @@ var Tailwind = {
3517
3591
  })
3518
3592
  };
3519
3593
  },
3520
- radioButtonIcon: function radioButtonIcon(_ref183) {
3521
- var context = _ref183.context;
3594
+ radioButtonIcon: function radioButtonIcon(_ref186) {
3595
+ var context = _ref186.context;
3522
3596
  return {
3523
3597
  className: classNames('transform rounded-full', 'block h-3 w-3 bg-white transition duration-200 dark:bg-gray-900', {
3524
3598
  'backface-hidden scale-10 invisible': context.checked === false,
@@ -3529,8 +3603,8 @@ var Tailwind = {
3529
3603
  headercheckboxwrapper: {
3530
3604
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
3531
3605
  },
3532
- headerCheckbox: function headerCheckbox(_ref184) {
3533
- var context = _ref184.context;
3606
+ headerCheckbox: function headerCheckbox(_ref187) {
3607
+ var context = _ref187.context;
3534
3608
  return {
3535
3609
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
3536
3610
  'hover:border-blue-500 dark:hover:border-blue-400 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
@@ -3542,8 +3616,8 @@ var Tailwind = {
3542
3616
  checkboxwrapper: {
3543
3617
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
3544
3618
  },
3545
- checkbox: function checkbox(_ref185) {
3546
- var context = _ref185.context;
3619
+ checkbox: function checkbox(_ref188) {
3620
+ var context = _ref188.context;
3547
3621
  return {
3548
3622
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
3549
3623
  'hover:border-blue-500 dark:hover:border-blue-400 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
@@ -3554,8 +3628,8 @@ var Tailwind = {
3554
3628
  checkboxicon: 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900',
3555
3629
  transition: TRANSITIONS.overlay
3556
3630
  },
3557
- bodyRow: function bodyRow(_ref186) {
3558
- var context = _ref186.context;
3631
+ bodyRow: function bodyRow(_ref189) {
3632
+ var context = _ref189.context;
3559
3633
  return {
3560
3634
  className: classNames(context.selected ? 'bg-blue-50 text-blue-700 dark:bg-blue-300' : 'bg-white text-gray-600 dark:bg-gray-900', context.stripedRows ? context.index % 2 === 0 ? 'bg-white text-gray-600 dark:bg-gray-900' : 'bg-blue-50/50 text-gray-600 dark:bg-gray-950' : '', 'transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
3561
3635
  // Focus