primereact 10.8.2 → 10.8.4

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 (670) hide show
  1. package/accordion/accordion.cjs.js +8 -8
  2. package/accordion/accordion.cjs.min.js +1 -1
  3. package/accordion/accordion.esm.js +8 -8
  4. package/accordion/accordion.esm.min.js +1 -1
  5. package/accordion/accordion.js +8 -8
  6. package/accordion/accordion.min.js +1 -1
  7. package/api/api.d.ts +10 -0
  8. package/autocomplete/autocomplete.cjs.js +19 -14
  9. package/autocomplete/autocomplete.cjs.min.js +1 -1
  10. package/autocomplete/autocomplete.esm.js +19 -14
  11. package/autocomplete/autocomplete.esm.min.js +1 -1
  12. package/autocomplete/autocomplete.js +19 -14
  13. package/autocomplete/autocomplete.min.js +1 -1
  14. package/badge/badge.cjs.js +1 -1
  15. package/badge/badge.d.ts +1 -1
  16. package/badge/badge.esm.js +1 -1
  17. package/badge/badge.js +1 -1
  18. package/breadcrumb/breadcrumb.cjs.js +26 -8
  19. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  20. package/breadcrumb/breadcrumb.esm.js +26 -8
  21. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  22. package/breadcrumb/breadcrumb.js +26 -8
  23. package/breadcrumb/breadcrumb.min.js +1 -1
  24. package/button/button.cjs.js +2 -2
  25. package/button/button.esm.js +2 -2
  26. package/button/button.js +2 -2
  27. package/buttongroup/buttongroup.cjs.js +1 -1
  28. package/buttongroup/buttongroup.esm.js +1 -1
  29. package/buttongroup/buttongroup.js +1 -1
  30. package/calendar/calendar.cjs.js +65 -33
  31. package/calendar/calendar.cjs.min.js +1 -1
  32. package/calendar/calendar.d.ts +3 -6
  33. package/calendar/calendar.esm.js +66 -34
  34. package/calendar/calendar.esm.min.js +1 -1
  35. package/calendar/calendar.js +65 -33
  36. package/calendar/calendar.min.js +1 -1
  37. package/carousel/carousel.cjs.js +4 -3
  38. package/carousel/carousel.cjs.min.js +1 -1
  39. package/carousel/carousel.esm.js +4 -3
  40. package/carousel/carousel.esm.min.js +1 -1
  41. package/carousel/carousel.js +4 -3
  42. package/carousel/carousel.min.js +1 -1
  43. package/cascadeselect/cascadeselect.cjs.js +11 -10
  44. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  45. package/cascadeselect/cascadeselect.d.ts +3 -4
  46. package/cascadeselect/cascadeselect.esm.js +11 -10
  47. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  48. package/cascadeselect/cascadeselect.js +11 -10
  49. package/cascadeselect/cascadeselect.min.js +1 -1
  50. package/chart/chart.cjs.js +1 -1
  51. package/chart/chart.esm.js +1 -1
  52. package/chart/chart.js +1 -1
  53. package/checkbox/checkbox.cjs.js +1 -1
  54. package/checkbox/checkbox.esm.js +1 -1
  55. package/checkbox/checkbox.js +1 -1
  56. package/chip/chip.cjs.js +8 -8
  57. package/chip/chip.cjs.min.js +1 -1
  58. package/chip/chip.esm.js +9 -9
  59. package/chip/chip.esm.min.js +1 -1
  60. package/chip/chip.js +8 -8
  61. package/chip/chip.min.js +1 -1
  62. package/chips/chips.cjs.js +4 -3
  63. package/chips/chips.cjs.min.js +1 -1
  64. package/chips/chips.esm.js +4 -3
  65. package/chips/chips.esm.min.js +1 -1
  66. package/chips/chips.js +4 -3
  67. package/chips/chips.min.js +1 -1
  68. package/colorpicker/colorpicker.cjs.js +1 -1
  69. package/colorpicker/colorpicker.esm.js +1 -1
  70. package/colorpicker/colorpicker.js +1 -1
  71. package/componentbase/componentbase.cjs.js +14 -14
  72. package/componentbase/componentbase.cjs.min.js +1 -1
  73. package/componentbase/componentbase.esm.js +14 -14
  74. package/componentbase/componentbase.esm.min.js +1 -1
  75. package/componentbase/componentbase.js +14 -14
  76. package/componentbase/componentbase.min.js +1 -1
  77. package/confirmdialog/confirmdialog.cjs.js +3 -3
  78. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  79. package/confirmdialog/confirmdialog.d.ts +6 -5
  80. package/confirmdialog/confirmdialog.esm.js +3 -3
  81. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  82. package/confirmdialog/confirmdialog.js +3 -3
  83. package/confirmdialog/confirmdialog.min.js +1 -1
  84. package/confirmpopup/confirmpopup.cjs.js +4 -5
  85. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  86. package/confirmpopup/confirmpopup.esm.js +4 -5
  87. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  88. package/confirmpopup/confirmpopup.js +4 -5
  89. package/confirmpopup/confirmpopup.min.js +1 -1
  90. package/contextmenu/contextmenu.cjs.js +5 -2
  91. package/contextmenu/contextmenu.cjs.min.js +1 -1
  92. package/contextmenu/contextmenu.esm.js +5 -2
  93. package/contextmenu/contextmenu.esm.min.js +1 -1
  94. package/contextmenu/contextmenu.js +5 -2
  95. package/contextmenu/contextmenu.min.js +1 -1
  96. package/core/core.js +200 -158
  97. package/core/core.min.js +11 -11
  98. package/csstransition/csstransition.cjs.js +1 -0
  99. package/csstransition/csstransition.cjs.min.js +1 -1
  100. package/csstransition/csstransition.esm.js +1 -0
  101. package/csstransition/csstransition.esm.min.js +1 -1
  102. package/csstransition/csstransition.js +1 -0
  103. package/csstransition/csstransition.min.js +1 -1
  104. package/datascroller/datascroller.cjs.js +20 -5
  105. package/datascroller/datascroller.cjs.min.js +1 -1
  106. package/datascroller/datascroller.esm.js +20 -5
  107. package/datascroller/datascroller.esm.min.js +1 -1
  108. package/datascroller/datascroller.js +20 -5
  109. package/datascroller/datascroller.min.js +1 -1
  110. package/datatable/datatable.cjs.js +64 -59
  111. package/datatable/datatable.cjs.min.js +1 -1
  112. package/datatable/datatable.esm.js +64 -59
  113. package/datatable/datatable.esm.min.js +1 -1
  114. package/datatable/datatable.js +64 -59
  115. package/datatable/datatable.min.js +1 -1
  116. package/dataview/dataview.cjs.js +1 -1
  117. package/dataview/dataview.d.ts +4 -3
  118. package/dataview/dataview.esm.js +1 -1
  119. package/dataview/dataview.js +1 -1
  120. package/dialog/dialog.cjs.js +3 -3
  121. package/dialog/dialog.cjs.min.js +1 -1
  122. package/dialog/dialog.esm.js +4 -4
  123. package/dialog/dialog.esm.min.js +1 -1
  124. package/dialog/dialog.js +3 -3
  125. package/dialog/dialog.min.js +1 -1
  126. package/dock/dock.cjs.js +4 -3
  127. package/dock/dock.cjs.min.js +1 -1
  128. package/dock/dock.esm.js +4 -3
  129. package/dock/dock.esm.min.js +1 -1
  130. package/dock/dock.js +4 -3
  131. package/dock/dock.min.js +1 -1
  132. package/dropdown/dropdown.cjs.js +46 -21
  133. package/dropdown/dropdown.cjs.min.js +1 -1
  134. package/dropdown/dropdown.d.ts +8 -0
  135. package/dropdown/dropdown.esm.js +46 -21
  136. package/dropdown/dropdown.esm.min.js +1 -1
  137. package/dropdown/dropdown.js +47 -23
  138. package/dropdown/dropdown.min.js +1 -1
  139. package/editor/editor.cjs.js +5 -5
  140. package/editor/editor.cjs.min.js +1 -1
  141. package/editor/editor.esm.js +5 -5
  142. package/editor/editor.esm.min.js +1 -1
  143. package/editor/editor.js +5 -5
  144. package/editor/editor.min.js +1 -1
  145. package/fileupload/fileupload.cjs.js +2 -2
  146. package/fileupload/fileupload.d.ts +17 -12
  147. package/fileupload/fileupload.esm.js +2 -2
  148. package/fileupload/fileupload.js +2 -2
  149. package/floatlabel/floatlabel.cjs.js +1 -1
  150. package/floatlabel/floatlabel.d.ts +1 -1
  151. package/floatlabel/floatlabel.esm.js +1 -1
  152. package/floatlabel/floatlabel.js +1 -1
  153. package/focustrap/focustrap.cjs.js +1 -1
  154. package/focustrap/focustrap.esm.js +1 -1
  155. package/focustrap/focustrap.js +1 -1
  156. package/galleria/galleria.cjs.js +9 -7
  157. package/galleria/galleria.cjs.min.js +1 -1
  158. package/galleria/galleria.esm.js +9 -7
  159. package/galleria/galleria.esm.min.js +1 -1
  160. package/galleria/galleria.js +9 -7
  161. package/galleria/galleria.min.js +1 -1
  162. package/hooks/hooks.cjs.js +0 -3
  163. package/hooks/hooks.cjs.min.js +1 -1
  164. package/hooks/hooks.esm.js +0 -3
  165. package/hooks/hooks.esm.min.js +1 -1
  166. package/hooks/hooks.js +0 -3
  167. package/hooks/hooks.min.js +1 -1
  168. package/iconfield/iconfield.cjs.js +6 -2
  169. package/iconfield/iconfield.cjs.min.js +1 -1
  170. package/iconfield/iconfield.esm.js +7 -3
  171. package/iconfield/iconfield.esm.min.js +1 -1
  172. package/iconfield/iconfield.js +6 -2
  173. package/iconfield/iconfield.min.js +1 -1
  174. package/icons/angledoubledown/index.cjs.js +1 -1
  175. package/icons/angledoubledown/index.esm.js +1 -1
  176. package/icons/angledoubledown/index.js +1 -1
  177. package/icons/angledoubleleft/index.cjs.js +1 -1
  178. package/icons/angledoubleleft/index.esm.js +1 -1
  179. package/icons/angledoubleleft/index.js +1 -1
  180. package/icons/angledoubleright/index.cjs.js +1 -1
  181. package/icons/angledoubleright/index.esm.js +1 -1
  182. package/icons/angledoubleright/index.js +1 -1
  183. package/icons/angledoubleup/index.cjs.js +1 -1
  184. package/icons/angledoubleup/index.esm.js +1 -1
  185. package/icons/angledoubleup/index.js +1 -1
  186. package/icons/angledown/index.cjs.js +1 -1
  187. package/icons/angledown/index.esm.js +1 -1
  188. package/icons/angledown/index.js +1 -1
  189. package/icons/angleleft/index.cjs.js +1 -1
  190. package/icons/angleleft/index.esm.js +1 -1
  191. package/icons/angleleft/index.js +1 -1
  192. package/icons/angleright/index.cjs.js +1 -1
  193. package/icons/angleright/index.esm.js +1 -1
  194. package/icons/angleright/index.js +1 -1
  195. package/icons/angleup/index.cjs.js +1 -1
  196. package/icons/angleup/index.esm.js +1 -1
  197. package/icons/angleup/index.js +1 -1
  198. package/icons/arrowdown/index.cjs.js +1 -1
  199. package/icons/arrowdown/index.esm.js +1 -1
  200. package/icons/arrowdown/index.js +1 -1
  201. package/icons/arrowup/index.cjs.js +1 -1
  202. package/icons/arrowup/index.esm.js +1 -1
  203. package/icons/arrowup/index.js +1 -1
  204. package/icons/ban/index.cjs.js +1 -1
  205. package/icons/ban/index.esm.js +1 -1
  206. package/icons/ban/index.js +1 -1
  207. package/icons/bars/index.cjs.js +1 -1
  208. package/icons/bars/index.esm.js +1 -1
  209. package/icons/bars/index.js +1 -1
  210. package/icons/blank/index.cjs.js +1 -1
  211. package/icons/blank/index.esm.js +1 -1
  212. package/icons/blank/index.js +1 -1
  213. package/icons/calendar/index.cjs.js +1 -1
  214. package/icons/calendar/index.esm.js +1 -1
  215. package/icons/calendar/index.js +1 -1
  216. package/icons/check/index.cjs.js +1 -1
  217. package/icons/check/index.esm.js +1 -1
  218. package/icons/check/index.js +1 -1
  219. package/icons/chevrondown/index.cjs.js +1 -1
  220. package/icons/chevrondown/index.esm.js +1 -1
  221. package/icons/chevrondown/index.js +1 -1
  222. package/icons/chevronleft/index.cjs.js +1 -1
  223. package/icons/chevronleft/index.esm.js +1 -1
  224. package/icons/chevronleft/index.js +1 -1
  225. package/icons/chevronright/index.cjs.js +1 -1
  226. package/icons/chevronright/index.esm.js +1 -1
  227. package/icons/chevronright/index.js +1 -1
  228. package/icons/chevronup/index.cjs.js +1 -1
  229. package/icons/chevronup/index.esm.js +1 -1
  230. package/icons/chevronup/index.js +1 -1
  231. package/icons/download/index.cjs.js +1 -1
  232. package/icons/download/index.esm.js +1 -1
  233. package/icons/download/index.js +1 -1
  234. package/icons/exclamationtriangle/index.cjs.js +1 -1
  235. package/icons/exclamationtriangle/index.esm.js +1 -1
  236. package/icons/exclamationtriangle/index.js +1 -1
  237. package/icons/eye/index.cjs.js +1 -1
  238. package/icons/eye/index.esm.js +1 -1
  239. package/icons/eye/index.js +1 -1
  240. package/icons/eyeslash/index.cjs.js +1 -1
  241. package/icons/eyeslash/index.esm.js +1 -1
  242. package/icons/eyeslash/index.js +1 -1
  243. package/icons/filter/index.cjs.js +1 -1
  244. package/icons/filter/index.esm.js +1 -1
  245. package/icons/filter/index.js +1 -1
  246. package/icons/filterslash/index.cjs.js +1 -1
  247. package/icons/filterslash/index.esm.js +1 -1
  248. package/icons/filterslash/index.js +1 -1
  249. package/icons/infocircle/index.cjs.js +1 -1
  250. package/icons/infocircle/index.esm.js +1 -1
  251. package/icons/infocircle/index.js +1 -1
  252. package/icons/minus/index.cjs.js +1 -1
  253. package/icons/minus/index.esm.js +1 -1
  254. package/icons/minus/index.js +1 -1
  255. package/icons/pencil/index.cjs.js +1 -1
  256. package/icons/pencil/index.esm.js +1 -1
  257. package/icons/pencil/index.js +1 -1
  258. package/icons/plus/index.cjs.js +1 -1
  259. package/icons/plus/index.esm.js +1 -1
  260. package/icons/plus/index.js +1 -1
  261. package/icons/refresh/index.cjs.js +1 -1
  262. package/icons/refresh/index.esm.js +1 -1
  263. package/icons/refresh/index.js +1 -1
  264. package/icons/search/index.cjs.js +1 -1
  265. package/icons/search/index.esm.js +1 -1
  266. package/icons/search/index.js +1 -1
  267. package/icons/searchminus/index.cjs.js +1 -1
  268. package/icons/searchminus/index.esm.js +1 -1
  269. package/icons/searchminus/index.js +1 -1
  270. package/icons/searchplus/index.cjs.js +1 -1
  271. package/icons/searchplus/index.esm.js +1 -1
  272. package/icons/searchplus/index.js +1 -1
  273. package/icons/sortalt/index.cjs.js +1 -1
  274. package/icons/sortalt/index.esm.js +1 -1
  275. package/icons/sortalt/index.js +1 -1
  276. package/icons/sortamountdown/index.cjs.js +1 -1
  277. package/icons/sortamountdown/index.esm.js +1 -1
  278. package/icons/sortamountdown/index.js +1 -1
  279. package/icons/sortamountupalt/index.cjs.js +1 -1
  280. package/icons/sortamountupalt/index.esm.js +1 -1
  281. package/icons/sortamountupalt/index.js +1 -1
  282. package/icons/spinner/index.cjs.js +1 -1
  283. package/icons/spinner/index.esm.js +1 -1
  284. package/icons/spinner/index.js +1 -1
  285. package/icons/star/index.cjs.js +1 -1
  286. package/icons/star/index.esm.js +1 -1
  287. package/icons/star/index.js +1 -1
  288. package/icons/starfill/index.cjs.js +1 -1
  289. package/icons/starfill/index.esm.js +1 -1
  290. package/icons/starfill/index.js +1 -1
  291. package/icons/thlarge/index.cjs.js +1 -1
  292. package/icons/thlarge/index.esm.js +1 -1
  293. package/icons/thlarge/index.js +1 -1
  294. package/icons/times/index.cjs.js +1 -1
  295. package/icons/times/index.esm.js +1 -1
  296. package/icons/times/index.js +1 -1
  297. package/icons/timescircle/index.cjs.js +1 -1
  298. package/icons/timescircle/index.esm.js +1 -1
  299. package/icons/timescircle/index.js +1 -1
  300. package/icons/trash/index.cjs.js +1 -1
  301. package/icons/trash/index.esm.js +1 -1
  302. package/icons/trash/index.js +1 -1
  303. package/icons/undo/index.cjs.js +1 -1
  304. package/icons/undo/index.esm.js +1 -1
  305. package/icons/undo/index.js +1 -1
  306. package/icons/upload/index.cjs.js +1 -1
  307. package/icons/upload/index.esm.js +1 -1
  308. package/icons/upload/index.js +1 -1
  309. package/icons/windowmaximize/index.cjs.js +1 -1
  310. package/icons/windowmaximize/index.esm.js +1 -1
  311. package/icons/windowmaximize/index.js +1 -1
  312. package/icons/windowminimize/index.cjs.js +1 -1
  313. package/icons/windowminimize/index.esm.js +1 -1
  314. package/icons/windowminimize/index.js +1 -1
  315. package/image/image.cjs.js +2 -2
  316. package/image/image.esm.js +2 -2
  317. package/image/image.js +2 -2
  318. package/inputicon/inputicon.cjs.js +9 -4
  319. package/inputicon/inputicon.cjs.min.js +1 -1
  320. package/inputicon/inputicon.esm.js +9 -4
  321. package/inputicon/inputicon.esm.min.js +1 -1
  322. package/inputicon/inputicon.js +9 -4
  323. package/inputicon/inputicon.min.js +1 -1
  324. package/inputmask/inputmask.cjs.js +2 -1
  325. package/inputmask/inputmask.cjs.min.js +1 -1
  326. package/inputmask/inputmask.esm.js +2 -1
  327. package/inputmask/inputmask.esm.min.js +1 -1
  328. package/inputmask/inputmask.js +2 -1
  329. package/inputmask/inputmask.min.js +1 -1
  330. package/inputnumber/inputnumber.cjs.js +25 -14
  331. package/inputnumber/inputnumber.cjs.min.js +1 -1
  332. package/inputnumber/inputnumber.esm.js +25 -14
  333. package/inputnumber/inputnumber.esm.min.js +1 -1
  334. package/inputnumber/inputnumber.js +25 -14
  335. package/inputnumber/inputnumber.min.js +1 -1
  336. package/inputotp/inputotp.cjs.js +14 -13
  337. package/inputotp/inputotp.cjs.min.js +1 -1
  338. package/inputotp/inputotp.d.ts +1 -4
  339. package/inputotp/inputotp.esm.js +14 -13
  340. package/inputotp/inputotp.esm.min.js +1 -1
  341. package/inputotp/inputotp.js +14 -13
  342. package/inputotp/inputotp.min.js +1 -1
  343. package/inputswitch/inputswitch.cjs.js +1 -1
  344. package/inputswitch/inputswitch.esm.js +1 -1
  345. package/inputswitch/inputswitch.js +1 -1
  346. package/inputtext/inputtext.cjs.js +5 -3
  347. package/inputtext/inputtext.cjs.min.js +1 -1
  348. package/inputtext/inputtext.d.ts +1 -0
  349. package/inputtext/inputtext.esm.js +5 -3
  350. package/inputtext/inputtext.esm.min.js +1 -1
  351. package/inputtext/inputtext.js +5 -3
  352. package/inputtext/inputtext.min.js +1 -1
  353. package/inputtextarea/inputtextarea.cjs.js +1 -1
  354. package/inputtextarea/inputtextarea.esm.js +1 -1
  355. package/inputtextarea/inputtextarea.js +1 -1
  356. package/knob/knob.cjs.js +1 -1
  357. package/knob/knob.esm.js +1 -1
  358. package/knob/knob.js +1 -1
  359. package/listbox/listbox.cjs.js +7 -6
  360. package/listbox/listbox.cjs.min.js +1 -1
  361. package/listbox/listbox.esm.js +7 -6
  362. package/listbox/listbox.esm.min.js +1 -1
  363. package/listbox/listbox.js +7 -6
  364. package/listbox/listbox.min.js +1 -1
  365. package/megamenu/megamenu.cjs.js +5 -5
  366. package/megamenu/megamenu.cjs.min.js +1 -1
  367. package/megamenu/megamenu.esm.js +5 -5
  368. package/megamenu/megamenu.esm.min.js +1 -1
  369. package/megamenu/megamenu.js +5 -5
  370. package/megamenu/megamenu.min.js +1 -1
  371. package/mention/mention.cjs.js +7 -5
  372. package/mention/mention.cjs.min.js +1 -1
  373. package/mention/mention.d.ts +8 -0
  374. package/mention/mention.esm.js +7 -5
  375. package/mention/mention.esm.min.js +1 -1
  376. package/mention/mention.js +7 -5
  377. package/mention/mention.min.js +1 -1
  378. package/menu/menu.cjs.js +28 -25
  379. package/menu/menu.cjs.min.js +1 -1
  380. package/menu/menu.d.ts +14 -0
  381. package/menu/menu.esm.js +28 -25
  382. package/menu/menu.esm.min.js +1 -1
  383. package/menu/menu.js +28 -25
  384. package/menu/menu.min.js +1 -1
  385. package/menubar/menubar.cjs.js +35 -14
  386. package/menubar/menubar.cjs.min.js +1 -1
  387. package/menubar/menubar.esm.js +35 -14
  388. package/menubar/menubar.esm.min.js +1 -1
  389. package/menubar/menubar.js +35 -14
  390. package/menubar/menubar.min.js +1 -1
  391. package/message/message.cjs.js +1 -1
  392. package/message/message.esm.js +1 -1
  393. package/message/message.js +1 -1
  394. package/messages/messages.cjs.js +3 -3
  395. package/messages/messages.cjs.min.js +1 -1
  396. package/messages/messages.esm.js +3 -3
  397. package/messages/messages.esm.min.js +1 -1
  398. package/messages/messages.js +3 -3
  399. package/messages/messages.min.js +1 -1
  400. package/multiselect/multiselect.cjs.js +35 -20
  401. package/multiselect/multiselect.cjs.min.js +1 -1
  402. package/multiselect/multiselect.esm.js +35 -20
  403. package/multiselect/multiselect.esm.min.js +1 -1
  404. package/multiselect/multiselect.js +35 -20
  405. package/multiselect/multiselect.min.js +1 -1
  406. package/multistatecheckbox/multistatecheckbox.cjs.js +2 -2
  407. package/multistatecheckbox/multistatecheckbox.esm.js +2 -2
  408. package/multistatecheckbox/multistatecheckbox.js +2 -2
  409. package/orderlist/orderlist.cjs.js +3 -3
  410. package/orderlist/orderlist.esm.js +3 -3
  411. package/orderlist/orderlist.js +3 -3
  412. package/organizationchart/organizationchart.cjs.js +1 -1
  413. package/organizationchart/organizationchart.esm.js +1 -1
  414. package/organizationchart/organizationchart.js +1 -1
  415. package/overlaypanel/overlaypanel.cjs.js +1 -1
  416. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  417. package/overlaypanel/overlaypanel.esm.js +1 -1
  418. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  419. package/overlaypanel/overlaypanel.js +1 -1
  420. package/overlaypanel/overlaypanel.min.js +1 -1
  421. package/package.json +1 -1
  422. package/paginator/paginator.cjs.js +1 -1
  423. package/paginator/paginator.esm.js +1 -1
  424. package/paginator/paginator.js +1 -1
  425. package/panelmenu/panelmenu.cjs.js +39 -36
  426. package/panelmenu/panelmenu.cjs.min.js +1 -1
  427. package/panelmenu/panelmenu.d.ts +12 -4
  428. package/panelmenu/panelmenu.esm.js +39 -36
  429. package/panelmenu/panelmenu.esm.min.js +1 -1
  430. package/panelmenu/panelmenu.js +39 -36
  431. package/panelmenu/panelmenu.min.js +1 -1
  432. package/passthrough/tailwind/index.cjs.js +464 -363
  433. package/passthrough/tailwind/index.cjs.min.js +1 -1
  434. package/passthrough/tailwind/index.esm.js +464 -363
  435. package/passthrough/tailwind/index.esm.min.js +1 -1
  436. package/passthrough/tailwind/index.js +464 -363
  437. package/passthrough/tailwind/index.min.js +1 -1
  438. package/password/password.cjs.js +23 -10
  439. package/password/password.cjs.min.js +1 -1
  440. package/password/password.esm.js +24 -11
  441. package/password/password.esm.min.js +1 -1
  442. package/password/password.js +23 -10
  443. package/password/password.min.js +1 -1
  444. package/picklist/picklist.cjs.js +2 -2
  445. package/picklist/picklist.esm.js +2 -2
  446. package/picklist/picklist.js +2 -2
  447. package/primereact.all.cjs.js +1470 -1239
  448. package/primereact.all.cjs.min.js +1 -1
  449. package/primereact.all.esm.js +1471 -1240
  450. package/primereact.all.esm.min.js +1 -1
  451. package/primereact.all.js +1470 -1239
  452. package/primereact.all.min.js +1 -1
  453. package/progressbar/progressbar.cjs.js +1 -1
  454. package/progressbar/progressbar.esm.js +1 -1
  455. package/progressbar/progressbar.js +1 -1
  456. package/progressspinner/progressspinner.cjs.js +1 -1
  457. package/progressspinner/progressspinner.esm.js +1 -1
  458. package/progressspinner/progressspinner.js +1 -1
  459. package/radiobutton/radiobutton.cjs.js +1 -1
  460. package/radiobutton/radiobutton.esm.js +1 -1
  461. package/radiobutton/radiobutton.js +1 -1
  462. package/rating/rating.cjs.js +3 -4
  463. package/rating/rating.cjs.min.js +1 -1
  464. package/rating/rating.esm.js +3 -4
  465. package/rating/rating.esm.min.js +1 -1
  466. package/rating/rating.js +3 -4
  467. package/rating/rating.min.js +1 -1
  468. package/resources/themes/arya-blue/theme.css +15 -8
  469. package/resources/themes/arya-green/theme.css +15 -8
  470. package/resources/themes/arya-orange/theme.css +15 -8
  471. package/resources/themes/arya-purple/theme.css +1143 -233
  472. package/resources/themes/bootstrap4-dark-blue/theme.css +15 -8
  473. package/resources/themes/bootstrap4-dark-purple/theme.css +15 -8
  474. package/resources/themes/bootstrap4-light-blue/theme.css +15 -8
  475. package/resources/themes/bootstrap4-light-purple/theme.css +15 -8
  476. package/resources/themes/fluent-light/theme.css +15 -8
  477. package/resources/themes/lara-dark-amber/theme.css +15 -6
  478. package/resources/themes/lara-dark-blue/theme.css +15 -6
  479. package/resources/themes/lara-dark-cyan/theme.css +15 -6
  480. package/resources/themes/lara-dark-green/theme.css +15 -6
  481. package/resources/themes/lara-dark-indigo/theme.css +15 -6
  482. package/resources/themes/lara-dark-pink/theme.css +15 -6
  483. package/resources/themes/lara-dark-purple/theme.css +79 -17
  484. package/resources/themes/lara-dark-teal/theme.css +15 -6
  485. package/resources/themes/lara-light-amber/theme.css +15 -6
  486. package/resources/themes/lara-light-blue/theme.css +15 -6
  487. package/resources/themes/lara-light-cyan/theme.css +15 -6
  488. package/resources/themes/lara-light-green/theme.css +15 -6
  489. package/resources/themes/lara-light-indigo/theme.css +15 -6
  490. package/resources/themes/lara-light-pink/theme.css +15 -6
  491. package/resources/themes/lara-light-purple/theme.css +79 -17
  492. package/resources/themes/lara-light-teal/theme.css +15 -6
  493. package/resources/themes/luna-amber/theme.css +15 -8
  494. package/resources/themes/luna-blue/theme.css +15 -8
  495. package/resources/themes/luna-green/theme.css +15 -8
  496. package/resources/themes/luna-pink/theme.css +15 -8
  497. package/resources/themes/md-dark-deeppurple/theme.css +15 -7
  498. package/resources/themes/md-dark-indigo/theme.css +15 -7
  499. package/resources/themes/md-light-deeppurple/theme.css +15 -7
  500. package/resources/themes/md-light-indigo/theme.css +15 -7
  501. package/resources/themes/mdc-dark-deeppurple/theme.css +15 -7
  502. package/resources/themes/mdc-dark-indigo/theme.css +15 -7
  503. package/resources/themes/mdc-light-deeppurple/theme.css +15 -7
  504. package/resources/themes/mdc-light-indigo/theme.css +15 -7
  505. package/resources/themes/mira/theme.css +15 -6
  506. package/resources/themes/nano/theme.css +15 -8
  507. package/resources/themes/nova/theme.css +15 -8
  508. package/resources/themes/nova-accent/theme.css +15 -8
  509. package/resources/themes/nova-alt/theme.css +15 -8
  510. package/resources/themes/rhea/theme.css +15 -8
  511. package/resources/themes/saga-blue/theme.css +15 -8
  512. package/resources/themes/saga-green/theme.css +15 -8
  513. package/resources/themes/saga-orange/theme.css +15 -8
  514. package/resources/themes/saga-purple/theme.css +1143 -233
  515. package/resources/themes/soho-dark/theme.css +14 -5
  516. package/resources/themes/soho-light/theme.css +14 -5
  517. package/resources/themes/tailwind-light/theme.css +15 -6
  518. package/resources/themes/vela-blue/theme.css +15 -8
  519. package/resources/themes/vela-green/theme.css +15 -8
  520. package/resources/themes/vela-orange/theme.css +15 -8
  521. package/resources/themes/vela-purple/theme.css +1143 -233
  522. package/resources/themes/viva-dark/theme.css +14 -5
  523. package/resources/themes/viva-light/theme.css +14 -5
  524. package/ripple/ripple.cjs.js +1 -1
  525. package/ripple/ripple.esm.js +1 -1
  526. package/ripple/ripple.js +1 -1
  527. package/scrollpanel/scrollpanel.cjs.js +14 -6
  528. package/scrollpanel/scrollpanel.cjs.min.js +1 -1
  529. package/scrollpanel/scrollpanel.esm.js +14 -6
  530. package/scrollpanel/scrollpanel.esm.min.js +1 -1
  531. package/scrollpanel/scrollpanel.js +14 -6
  532. package/scrollpanel/scrollpanel.min.js +1 -1
  533. package/scrolltop/scrolltop.cjs.js +1 -1
  534. package/scrolltop/scrolltop.esm.js +1 -1
  535. package/scrolltop/scrolltop.js +1 -1
  536. package/selectbutton/selectbutton.cjs.js +1 -1
  537. package/selectbutton/selectbutton.esm.js +1 -1
  538. package/selectbutton/selectbutton.js +1 -1
  539. package/sidebar/sidebar.d.ts +2 -1
  540. package/skeleton/skeleton.cjs.js +1 -1
  541. package/skeleton/skeleton.esm.js +1 -1
  542. package/skeleton/skeleton.js +1 -1
  543. package/slidemenu/slidemenu.cjs.js +4 -1
  544. package/slidemenu/slidemenu.cjs.min.js +1 -1
  545. package/slidemenu/slidemenu.esm.js +4 -1
  546. package/slidemenu/slidemenu.esm.min.js +1 -1
  547. package/slidemenu/slidemenu.js +4 -1
  548. package/slidemenu/slidemenu.min.js +1 -1
  549. package/slider/slider.cjs.js +3 -2
  550. package/slider/slider.cjs.min.js +1 -1
  551. package/slider/slider.esm.js +3 -2
  552. package/slider/slider.esm.min.js +1 -1
  553. package/slider/slider.js +3 -2
  554. package/slider/slider.min.js +1 -1
  555. package/speeddial/speeddial.cjs.js +12 -5
  556. package/speeddial/speeddial.cjs.min.js +1 -1
  557. package/speeddial/speeddial.esm.js +12 -5
  558. package/speeddial/speeddial.esm.min.js +1 -1
  559. package/speeddial/speeddial.js +12 -5
  560. package/speeddial/speeddial.min.js +1 -1
  561. package/splitbutton/splitbutton.cjs.js +23 -14
  562. package/splitbutton/splitbutton.cjs.min.js +1 -1
  563. package/splitbutton/splitbutton.esm.js +23 -14
  564. package/splitbutton/splitbutton.esm.min.js +1 -1
  565. package/splitbutton/splitbutton.js +23 -14
  566. package/splitbutton/splitbutton.min.js +1 -1
  567. package/splitter/splitter.cjs.js +7 -6
  568. package/splitter/splitter.cjs.min.js +1 -1
  569. package/splitter/splitter.esm.js +7 -6
  570. package/splitter/splitter.esm.min.js +1 -1
  571. package/splitter/splitter.js +7 -6
  572. package/splitter/splitter.min.js +1 -1
  573. package/stepper/stepper.cjs.js +69 -49
  574. package/stepper/stepper.cjs.min.js +1 -1
  575. package/stepper/stepper.d.ts +22 -0
  576. package/stepper/stepper.esm.js +70 -50
  577. package/stepper/stepper.esm.min.js +1 -1
  578. package/stepper/stepper.js +69 -49
  579. package/stepper/stepper.min.js +1 -1
  580. package/stepperpanel/stepperpanel.cjs.js +1 -1
  581. package/stepperpanel/stepperpanel.esm.js +1 -1
  582. package/stepperpanel/stepperpanel.js +1 -1
  583. package/steps/steps.cjs.js +58 -13
  584. package/steps/steps.cjs.min.js +1 -1
  585. package/steps/steps.d.ts +48 -4
  586. package/steps/steps.esm.js +59 -14
  587. package/steps/steps.esm.min.js +1 -1
  588. package/steps/steps.js +58 -13
  589. package/steps/steps.min.js +1 -1
  590. package/tabmenu/tabmenu.cjs.js +25 -9
  591. package/tabmenu/tabmenu.cjs.min.js +1 -1
  592. package/tabmenu/tabmenu.esm.js +25 -9
  593. package/tabmenu/tabmenu.esm.min.js +1 -1
  594. package/tabmenu/tabmenu.js +25 -9
  595. package/tabmenu/tabmenu.min.js +1 -1
  596. package/tabview/tabview.cjs.js +8 -8
  597. package/tabview/tabview.cjs.min.js +1 -1
  598. package/tabview/tabview.esm.js +8 -8
  599. package/tabview/tabview.esm.min.js +1 -1
  600. package/tabview/tabview.js +8 -8
  601. package/tabview/tabview.min.js +1 -1
  602. package/tag/tag.d.ts +1 -1
  603. package/terminal/terminal.cjs.js +1 -1
  604. package/terminal/terminal.esm.js +1 -1
  605. package/terminal/terminal.js +1 -1
  606. package/tieredmenu/tieredmenu.cjs.js +16 -10
  607. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  608. package/tieredmenu/tieredmenu.esm.js +16 -10
  609. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  610. package/tieredmenu/tieredmenu.js +16 -10
  611. package/tieredmenu/tieredmenu.min.js +1 -1
  612. package/timeline/timeline.cjs.js +1 -1
  613. package/timeline/timeline.esm.js +1 -1
  614. package/timeline/timeline.js +1 -1
  615. package/toast/toast.cjs.js +3 -3
  616. package/toast/toast.cjs.min.js +1 -1
  617. package/toast/toast.d.ts +1 -1
  618. package/toast/toast.esm.js +3 -3
  619. package/toast/toast.esm.min.js +1 -1
  620. package/toast/toast.js +3 -3
  621. package/toast/toast.min.js +1 -1
  622. package/togglebutton/togglebutton.cjs.js +1 -1
  623. package/togglebutton/togglebutton.esm.js +1 -1
  624. package/togglebutton/togglebutton.js +1 -1
  625. package/toolbar/toolbar.cjs.js +1 -1
  626. package/toolbar/toolbar.esm.js +1 -1
  627. package/toolbar/toolbar.js +1 -1
  628. package/tooltip/tooltip.cjs.js +8 -2
  629. package/tooltip/tooltip.cjs.min.js +1 -1
  630. package/tooltip/tooltip.esm.js +8 -2
  631. package/tooltip/tooltip.esm.min.js +1 -1
  632. package/tooltip/tooltip.js +8 -2
  633. package/tooltip/tooltip.min.js +1 -1
  634. package/tree/tree.cjs.js +31 -30
  635. package/tree/tree.cjs.min.js +1 -1
  636. package/tree/tree.d.ts +2 -6
  637. package/tree/tree.esm.js +31 -30
  638. package/tree/tree.esm.min.js +1 -1
  639. package/tree/tree.js +31 -30
  640. package/tree/tree.min.js +1 -1
  641. package/treeselect/treeselect.cjs.js +9 -9
  642. package/treeselect/treeselect.cjs.min.js +1 -1
  643. package/treeselect/treeselect.esm.js +9 -9
  644. package/treeselect/treeselect.esm.min.js +1 -1
  645. package/treeselect/treeselect.js +9 -9
  646. package/treeselect/treeselect.min.js +1 -1
  647. package/treetable/treetable.cjs.js +37 -35
  648. package/treetable/treetable.cjs.min.js +1 -1
  649. package/treetable/treetable.d.ts +17 -2
  650. package/treetable/treetable.esm.js +37 -35
  651. package/treetable/treetable.esm.min.js +1 -1
  652. package/treetable/treetable.js +37 -35
  653. package/treetable/treetable.min.js +1 -1
  654. package/tristatecheckbox/tristatecheckbox.cjs.js +79 -13
  655. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  656. package/tristatecheckbox/tristatecheckbox.esm.js +80 -13
  657. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  658. package/tristatecheckbox/tristatecheckbox.js +79 -13
  659. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  660. package/utils/utils.cjs.js +11 -11
  661. package/utils/utils.cjs.min.js +1 -1
  662. package/utils/utils.d.ts +2 -2
  663. package/utils/utils.esm.js +11 -11
  664. package/utils/utils.esm.min.js +1 -1
  665. package/utils/utils.js +11 -11
  666. package/utils/utils.min.js +1 -1
  667. package/virtualscroller/virtualscroller.cjs.js +1 -1
  668. package/virtualscroller/virtualscroller.esm.js +1 -1
  669. package/virtualscroller/virtualscroller.js +1 -1
  670. 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 != null ? parent.state.activeIndex !== context.index : true,
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 != null ? parent.state.activeIndex === context.index : false // 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,
@@ -876,13 +876,20 @@ var Tailwind = {
876
876
  var props = _ref35.props,
877
877
  context = _ref35.context;
878
878
  return {
879
- className: classNames('m-0', 'font-sans text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', {
880
- '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)]': !context.disabled,
881
- 'opacity-60 select-none pointer-events-none cursor-default': context.disabled
879
+ className: classNames('m-0', 'font-sans text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 border transition-colors duration-200 appearance-none rounded-lg', {
880
+ '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)]': !context.disabled,
881
+ 'hover:border-blue-500': !props.invalid && !context.disabled,
882
+ 'opacity-60 select-none pointer-events-none cursor-default': context.disabled,
883
+ 'border-gray-300 dark:border-blue-900/40': !props.invalid,
884
+ 'border-red-500 hover:border-red-500/80 focus:border-red-500': props.invalid && !context.disabled,
885
+ 'border-red-500/50': props.invalid && context.disabled
882
886
  }, {
883
- 'text-lg px-4 py-4': props.size == 'large',
884
- 'text-xs px-2 py-2': props.size == 'small',
887
+ 'text-lg px-4 py-4': props.size === 'large',
888
+ 'text-xs px-2 py-2': props.size === 'small',
885
889
  'p-3 text-base': !props.size || typeof props.size === 'number'
890
+ }, {
891
+ 'pl-8': context.iconPosition === 'left',
892
+ 'pr-8': props.iconPosition === 'right'
886
893
  })
887
894
  };
888
895
  }
@@ -997,20 +1004,92 @@ var Tailwind = {
997
1004
  optionGroupIcon: 'ml-auto',
998
1005
  transition: TRANSITIONS.overlay
999
1006
  },
1007
+ floatlabel: {
1008
+ root: {
1009
+ className: classNames('block relative',
1010
+ // root component style
1011
+ '[&>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',
1012
+ // label style
1013
+ '[&>textarea~label]:top-4',
1014
+ // textarea
1015
+ '[&>input:focus~label]:-top-3 [&>input:focus~label]:text-xs',
1016
+ // input focus
1017
+ '[&>input:autofill~label]:-top-3 [&>input:autofill~label]:text-xs',
1018
+ // input autofill
1019
+ '[&>input.p-filled~label]:-top-3 [&>input.p-filled~label]:text-xs',
1020
+ // input filled
1021
+ '[&>textarea:focus~label]:-top-3 [&>textarea:focus~label]:text-xs',
1022
+ // textarea focus
1023
+ '[&>textarea.p-filled~label]:-top-3 [&>textarea.p-filled~label]:text-xs',
1024
+ // textarea filled
1025
+ '[&>div[data-pc-name="dropdown"][data-p-focus="false"]~label]:-top-3 [&>div[data-pc-name="dropdown"][data-p-focus="false"]~label]:text-xs',
1026
+ // dropdown focus
1027
+ '[&>input::placeholder]:opacity-0 [&>input::placeholder]:transition-all [&>input::placeholder]:ease-in-out',
1028
+ // placeholder
1029
+ '[&>input::placeholder:focus]:opacity-100 [&>input::placeholder:focus]:transition-all [&>input::placeholder:focus]:ease-in-out' // placeholder focus
1030
+ )
1031
+ }
1032
+ },
1033
+ iconfield: {
1034
+ root: {
1035
+ className: classNames('relative')
1036
+ }
1037
+ },
1038
+ inputicon: {
1039
+ root: function root(_ref45) {
1040
+ var context = _ref45.context;
1041
+ return {
1042
+ className: classNames('absolute top-1/2 -mt-2', {
1043
+ 'left-2': context.iconPosition === 'left',
1044
+ 'right-2': context.iconPosition === 'right'
1045
+ })
1046
+ };
1047
+ }
1048
+ },
1000
1049
  inputmask: {
1001
- 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'
1050
+ root: function root(_ref46) {
1051
+ var props = _ref46.props,
1052
+ context = _ref46.context;
1053
+ return {
1054
+ className: classNames('m-0', 'font-sans text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 border transition-colors duration-200 appearance-none rounded-lg', {
1055
+ '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)]': !context.disabled,
1056
+ 'hover:border-blue-500': !props.invalid && !context.disabled,
1057
+ 'opacity-60 select-none pointer-events-none cursor-default': context.disabled,
1058
+ 'border-gray-300 dark:border-blue-900/40': !props.invalid,
1059
+ 'border-red-500 hover:border-red-500/80 focus:border-red-500': props.invalid && !context.disabled,
1060
+ 'border-red-500/50': props.invalid && context.disabled
1061
+ }, {
1062
+ 'text-lg px-4 py-4': props.size === 'large',
1063
+ 'text-xs px-2 py-2': props.size === 'small',
1064
+ 'p-3 text-base': !props.size || typeof props.size === 'number'
1065
+ }, {
1066
+ 'pl-8': context.iconPosition === 'left',
1067
+ 'pr-8': props.iconPosition === 'right'
1068
+ })
1069
+ };
1070
+ }
1071
+ },
1072
+ inputotp: {
1073
+ root: {
1074
+ className: 'flex items-center gap-2'
1075
+ },
1076
+ input: {
1077
+ root: {
1078
+ 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')
1079
+ }
1080
+ }
1002
1081
  },
1003
1082
  rating: {
1004
- root: function root(_ref45) {
1005
- var props = _ref45.props;
1083
+ root: function root(_ref47) {
1084
+ var props = _ref47.props;
1006
1085
  return {
1007
1086
  className: classNames('relative flex items-center', 'gap-2', {
1008
1087
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1009
1088
  })
1010
1089
  };
1011
1090
  },
1012
- cancelItem: function cancelItem(_ref46) {
1013
- _ref46.context;
1091
+ cancelItem: function cancelItem(_ref48) {
1092
+ _ref48.context;
1014
1093
  return {
1015
1094
  className: classNames('inline-flex items-center cursor-pointer'
1016
1095
 
@@ -1023,9 +1102,9 @@ var Tailwind = {
1023
1102
  cancelIcon: {
1024
1103
  className: classNames('text-red-500', 'w-5 h-5', 'transition duration-200 ease-in')
1025
1104
  },
1026
- item: function item(_ref47) {
1027
- var props = _ref47.props,
1028
- context = _ref47.context;
1105
+ item: function item(_ref49) {
1106
+ var props = _ref49.props,
1107
+ context = _ref49.context;
1029
1108
  return {
1030
1109
  className: classNames('inline-flex items-center', {
1031
1110
  'cursor-pointer': !props.readOnly,
@@ -1043,16 +1122,16 @@ var Tailwind = {
1043
1122
  }
1044
1123
  },
1045
1124
  selectbutton: {
1046
- root: function root(_ref48) {
1047
- var props = _ref48.props;
1125
+ root: function root(_ref50) {
1126
+ var props = _ref50.props;
1048
1127
  return {
1049
1128
  className: classNames({
1050
1129
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1051
1130
  })
1052
1131
  };
1053
1132
  },
1054
- button: function button(_ref49) {
1055
- var context = _ref49.context;
1133
+ button: function button(_ref51) {
1134
+ var context = _ref51.context;
1056
1135
  return {
1057
1136
  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
1137
  '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 +1143,8 @@ var Tailwind = {
1064
1143
  label: 'font-bold'
1065
1144
  },
1066
1145
  slider: {
1067
- root: function root(_ref50) {
1068
- var props = _ref50.props;
1146
+ root: function root(_ref52) {
1147
+ var props = _ref52.props;
1069
1148
  return {
1070
1149
  className: classNames('relative', 'bg-gray-100 dark:bg-gray-800 border-0 rounded-6', {
1071
1150
  'h-1 w-56': props.orientation == 'horizontal',
@@ -1075,8 +1154,8 @@ var Tailwind = {
1075
1154
  })
1076
1155
  };
1077
1156
  },
1078
- range: function range(_ref51) {
1079
- var props = _ref51.props;
1157
+ range: function range(_ref53) {
1158
+ var props = _ref53.props;
1080
1159
  return {
1081
1160
  className: classNames('bg-blue-500', 'block absolute', {
1082
1161
  'top-0 left-0 h-full': props.orientation == 'horizontal',
@@ -1084,8 +1163,8 @@ var Tailwind = {
1084
1163
  })
1085
1164
  };
1086
1165
  },
1087
- handle: function handle(_ref52) {
1088
- var props = _ref52.props;
1166
+ handle: function handle(_ref54) {
1167
+ var props = _ref54.props;
1089
1168
  return {
1090
1169
  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
1170
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
@@ -1095,8 +1174,8 @@ var Tailwind = {
1095
1174
  }
1096
1175
  },
1097
1176
  password: {
1098
- root: function root(_ref53) {
1099
- var props = _ref53.props;
1177
+ root: function root(_ref55) {
1178
+ var props = _ref55.props;
1100
1179
  return {
1101
1180
  className: classNames('inline-flex relative', {
1102
1181
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1105,10 +1184,10 @@ var Tailwind = {
1105
1184
  },
1106
1185
  panel: 'p-5 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 shadow-md rounded-md',
1107
1186
  meter: 'mb-2 bg-gray-300 dark:bg-gray-700 h-3',
1108
- meterLabel: function meterLabel(_ref54) {
1187
+ meterLabel: function meterLabel(_ref56) {
1109
1188
  var _state$meter, _state$meter2, _state$meter3;
1110
- var state = _ref54.state,
1111
- props = _ref54.props;
1189
+ var state = _ref56.state,
1190
+ props = _ref56.props;
1112
1191
  return {
1113
1192
  className: classNames('transition-width duration-1000 ease-in-out h-full', {
1114
1193
  'bg-red-500': ((_state$meter = state.meter) === null || _state$meter === void 0 ? void 0 : _state$meter.strength) == 'weak',
@@ -1125,12 +1204,15 @@ var Tailwind = {
1125
1204
  hideIcon: {
1126
1205
  className: classNames('absolute top-1/2 -mt-2', 'right-3 text-gray-600 dark:text-white/70')
1127
1206
  },
1207
+ inputIcon: {
1208
+ root: 'mt-0'
1209
+ },
1128
1210
  transition: TRANSITIONS.overlay
1129
1211
  },
1130
1212
  togglebutton: {
1131
- root: function root(_ref55) {
1132
- var props = _ref55.props,
1133
- state = _ref55.state;
1213
+ root: function root(_ref57) {
1214
+ var props = _ref57.props,
1215
+ state = _ref57.state;
1134
1216
  return {
1135
1217
  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
1218
  '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 +1225,8 @@ var Tailwind = {
1143
1225
  };
1144
1226
  },
1145
1227
  label: 'font-bold text-center w-full',
1146
- icon: function icon(_ref56) {
1147
- var props = _ref56.props;
1228
+ icon: function icon(_ref58) {
1229
+ var props = _ref58.props;
1148
1230
  return {
1149
1231
  className: classNames(' mr-2', {
1150
1232
  'text-gray-600 dark:text-white/70': !props.checked,
@@ -1160,8 +1242,8 @@ var Tailwind = {
1160
1242
  input: {
1161
1243
  className: classNames('absolute appearance-none top-0 left-0 size-full p-0 m-0 opacity-0 z-10 outline-none cursor-pointer')
1162
1244
  },
1163
- box: function box(_ref57) {
1164
- var props = _ref57.props;
1245
+ box: function box(_ref59) {
1246
+ var props = _ref59.props;
1165
1247
  return {
1166
1248
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
1167
1249
  'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.value || !props.value,
@@ -1181,9 +1263,9 @@ var Tailwind = {
1181
1263
  input: {
1182
1264
  className: classNames('absolute appearance-none top-0 left-0 size-full p-0 m-0 opacity-0 z-10 outline-none cursor-pointer')
1183
1265
  },
1184
- box: function box(_ref58) {
1185
- var props = _ref58.props,
1186
- context = _ref58.context;
1266
+ box: function box(_ref60) {
1267
+ var props = _ref60.props,
1268
+ context = _ref60.context;
1187
1269
  return {
1188
1270
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
1189
1271
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -1200,8 +1282,11 @@ var Tailwind = {
1200
1282
  root: {
1201
1283
  className: classNames('relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6')
1202
1284
  },
1203
- input: function input(_ref59) {
1204
- var props = _ref59.props;
1285
+ input: {
1286
+ className: classNames('absolute appearance-none top-0 left-0 size-full p-0 m-0 opacity-0 z-10 outline-none cursor-pointer')
1287
+ },
1288
+ box: function box(_ref61) {
1289
+ var props = _ref61.props;
1205
1290
  return {
1206
1291
  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
1292
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80': !props.checked,
@@ -1212,8 +1297,8 @@ var Tailwind = {
1212
1297
  })
1213
1298
  };
1214
1299
  },
1215
- icon: function icon(_ref60) {
1216
- var props = _ref60.props;
1300
+ icon: function icon(_ref62) {
1301
+ var props = _ref62.props;
1217
1302
  return {
1218
1303
  className: classNames('transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
1219
1304
  'backface-hidden scale-10 invisible': !props.checked,
@@ -1223,16 +1308,16 @@ var Tailwind = {
1223
1308
  }
1224
1309
  },
1225
1310
  dropdown: {
1226
- root: function root(_ref61) {
1227
- var props = _ref61.props;
1311
+ root: function root(_ref63) {
1312
+ var props = _ref63.props;
1228
1313
  return {
1229
1314
  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
1315
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1231
1316
  })
1232
1317
  };
1233
1318
  },
1234
- input: function input(_ref62) {
1235
- var props = _ref62.props;
1319
+ input: function input(_ref64) {
1320
+ var props = _ref64.props;
1236
1321
  return {
1237
1322
  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
1323
  'pr-7': props.showClear
@@ -1246,8 +1331,8 @@ var Tailwind = {
1246
1331
  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
1332
  },
1248
1333
  list: 'py-3 list-none m-0',
1249
- item: function item(_ref63) {
1250
- var context = _ref63.context;
1334
+ item: function item(_ref65) {
1335
+ var context = _ref65.context;
1251
1336
  return {
1252
1337
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1253
1338
  '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 +1358,8 @@ var Tailwind = {
1273
1358
  transition: TRANSITIONS.overlay
1274
1359
  },
1275
1360
  calendar: {
1276
- root: function root(_ref64) {
1277
- var props = _ref64.props;
1361
+ root: function root(_ref66) {
1362
+ var props = _ref66.props;
1278
1363
  return {
1279
1364
  className: classNames('inline-flex max-w-full relative', {
1280
1365
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1282,8 +1367,8 @@ var Tailwind = {
1282
1367
  };
1283
1368
  },
1284
1369
  input: {
1285
- root: function root(_ref65) {
1286
- var parent = _ref65.parent;
1370
+ root: function root(_ref67) {
1371
+ var parent = _ref67.parent;
1287
1372
  return {
1288
1373
  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
1374
  'rounded-lg': !parent.props.showIcon,
@@ -1293,8 +1378,8 @@ var Tailwind = {
1293
1378
  }
1294
1379
  },
1295
1380
  dropdownButton: {
1296
- root: function root(_ref66) {
1297
- var props = _ref66.props;
1381
+ root: function root(_ref68) {
1382
+ var props = _ref68.props;
1298
1383
  return {
1299
1384
  className: classNames({
1300
1385
  'rounded-l-none': props.icon
@@ -1302,12 +1387,12 @@ var Tailwind = {
1302
1387
  };
1303
1388
  }
1304
1389
  },
1305
- panel: function panel(_ref67) {
1306
- var props = _ref67.props;
1390
+ panel: function panel(_ref69) {
1391
+ var props = _ref69.props;
1307
1392
  return {
1308
- className: classNames('bg-white dark:bg-gray-900', 'min-w-full', {
1393
+ className: classNames('bg-white dark:bg-gray-900', 'top-0 left-0 w-auto min-w-min p-2 rounded-lg', {
1309
1394
  '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
1395
+ 'inline-block overflow-x-auto border border-gray-300 dark:border-blue-900/40': props.inline
1311
1396
  })
1312
1397
  };
1313
1398
  },
@@ -1328,29 +1413,29 @@ var Tailwind = {
1328
1413
  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
1414
  },
1330
1415
  table: {
1331
- className: classNames('border-collapse w-full', 'my-2')
1416
+ className: classNames('border-collapse w-full', 'my-2 mx-0')
1332
1417
  },
1333
1418
  tableHeaderCell: 'p-2',
1334
1419
  weekDay: 'text-gray-600 dark:text-white/70',
1335
1420
  day: 'p-2',
1336
- dayLabel: function dayLabel(_ref68) {
1337
- var context = _ref68.context;
1421
+ dayLabel: function dayLabel(_ref70) {
1422
+ var context = _ref70.context;
1338
1423
  return {
1339
1424
  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
1425
  'opacity-60 cursor-default': context.disabled,
1341
1426
  'cursor-pointer': !context.disabled
1342
1427
  }, {
1343
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1428
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1344
1429
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1345
1430
  })
1346
1431
  };
1347
1432
  },
1348
1433
  monthPicker: 'my-2',
1349
- month: function month(_ref69) {
1350
- var context = _ref69.context;
1434
+ month: function month(_ref71) {
1435
+ var context = _ref71.context;
1351
1436
  return {
1352
1437
  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,
1438
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1354
1439
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1355
1440
  })
1356
1441
  };
@@ -1358,11 +1443,11 @@ var Tailwind = {
1358
1443
  yearPicker: {
1359
1444
  className: classNames('my-2')
1360
1445
  },
1361
- year: function year(_ref70) {
1362
- var context = _ref70.context;
1446
+ year: function year(_ref72) {
1447
+ var context = _ref72.context;
1363
1448
  return {
1364
1449
  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,
1450
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1366
1451
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1367
1452
  })
1368
1453
  };
@@ -1381,10 +1466,8 @@ var Tailwind = {
1381
1466
  decrementButton: {
1382
1467
  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
1468
  },
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
- },
1469
+ groupContainer: '',
1470
+ group: '',
1388
1471
  transition: TRANSITIONS.overlay
1389
1472
  },
1390
1473
  listbox: {
@@ -1393,8 +1476,8 @@ var Tailwind = {
1393
1476
  },
1394
1477
  wrapper: 'overflow-auto',
1395
1478
  list: 'py-3 list-none m-0',
1396
- item: function item(_ref71) {
1397
- var context = _ref71.context;
1479
+ item: function item(_ref73) {
1480
+ var context = _ref73.context;
1398
1481
  return {
1399
1482
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1400
1483
  '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 +1505,8 @@ var Tailwind = {
1422
1505
  root: 'relative',
1423
1506
  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
1507
  items: 'py-3 list-none m-0',
1425
- item: function item(_ref72) {
1426
- var state = _ref72.state;
1508
+ item: function item(_ref74) {
1509
+ var state = _ref74.state;
1427
1510
  return {
1428
1511
  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
1512
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': state.selected
@@ -1433,8 +1516,8 @@ var Tailwind = {
1433
1516
  transition: TRANSITIONS.overlay
1434
1517
  },
1435
1518
  multiselect: {
1436
- root: function root(_ref73) {
1437
- var props = _ref73.props;
1519
+ root: function root(_ref75) {
1520
+ var props = _ref75.props;
1438
1521
  return {
1439
1522
  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
1523
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1442,8 +1525,8 @@ var Tailwind = {
1442
1525
  };
1443
1526
  },
1444
1527
  labelContainer: 'overflow-hidden flex flex-auto cursor-pointer',
1445
- label: function label(_ref74) {
1446
- var props = _ref74.props;
1528
+ label: function label(_ref76) {
1529
+ var props = _ref76.props;
1447
1530
  return {
1448
1531
  className: classNames('block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', {
1449
1532
  '!p-3': props.display !== 'chip' && (props.value == null || props.value == undefined),
@@ -1468,8 +1551,8 @@ var Tailwind = {
1468
1551
  className: classNames('inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6')
1469
1552
  },
1470
1553
  headerCheckbox: {
1471
- root: function root(_ref75) {
1472
- var props = _ref75.props;
1554
+ root: function root(_ref77) {
1555
+ var props = _ref77.props;
1473
1556
  return {
1474
1557
  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
1558
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(props !== null && props !== void 0 && props.checked),
@@ -1487,8 +1570,8 @@ var Tailwind = {
1487
1570
  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
1571
  },
1489
1572
  list: 'py-3 list-none m-0',
1490
- item: function item(_ref76) {
1491
- var context = _ref76.context;
1573
+ item: function item(_ref78) {
1574
+ var context = _ref78.context;
1492
1575
  return {
1493
1576
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1494
1577
  '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 +1584,8 @@ var Tailwind = {
1501
1584
  checkboxContainer: {
1502
1585
  className: classNames('inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6')
1503
1586
  },
1504
- checkbox: function checkbox(_ref77) {
1505
- var context = _ref77.context;
1587
+ checkbox: function checkbox(_ref79) {
1588
+ var context = _ref79.context;
1506
1589
  return {
1507
1590
  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
1591
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
@@ -1528,8 +1611,8 @@ var Tailwind = {
1528
1611
  root: {
1529
1612
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
1530
1613
  },
1531
- checkbox: function checkbox(_ref78) {
1532
- var props = _ref78.props;
1614
+ checkbox: function checkbox(_ref80) {
1615
+ var props = _ref80.props;
1533
1616
  return {
1534
1617
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
1535
1618
  'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.value || !props.value,
@@ -1542,8 +1625,8 @@ var Tailwind = {
1542
1625
  }
1543
1626
  },
1544
1627
  inputtextarea: {
1545
- root: function root(_ref79) {
1546
- var context = _ref79.context;
1628
+ root: function root(_ref81) {
1629
+ var context = _ref81.context;
1547
1630
  return {
1548
1631
  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
1632
  'opacity-60 select-none pointer-events-none cursor-default': context.disabled
@@ -1552,8 +1635,8 @@ var Tailwind = {
1552
1635
  }
1553
1636
  },
1554
1637
  treeselect: {
1555
- root: function root(_ref80) {
1556
- var props = _ref80.props;
1638
+ root: function root(_ref82) {
1639
+ var props = _ref82.props;
1557
1640
  return {
1558
1641
  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
1642
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1584,8 +1667,8 @@ var Tailwind = {
1584
1667
  transition: TRANSITIONS.overlay
1585
1668
  },
1586
1669
  autocomplete: {
1587
- root: function root(_ref81) {
1588
- var props = _ref81.props;
1670
+ root: function root(_ref83) {
1671
+ var props = _ref83.props;
1589
1672
  return {
1590
1673
  className: classNames('relative inline-flex', {
1591
1674
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1600,8 +1683,8 @@ var Tailwind = {
1600
1683
  inputToken: {
1601
1684
  className: classNames('py-0.375rem px-0', 'flex-1 inline-flex')
1602
1685
  },
1603
- input: function input(_ref82) {
1604
- var props = _ref82.props;
1686
+ input: function input(_ref84) {
1687
+ var props = _ref84.props;
1605
1688
  return {
1606
1689
  root: {
1607
1690
  className: classNames('m-0', 'transition-colors duration-200 appearance-none rounded-lg', {
@@ -1623,8 +1706,8 @@ var Tailwind = {
1623
1706
  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
1707
  },
1625
1708
  list: 'py-3 list-none m-0',
1626
- item: function item(_ref83) {
1627
- var context = _ref83.context;
1709
+ item: function item(_ref85) {
1710
+ var context = _ref85.context;
1628
1711
  return {
1629
1712
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1630
1713
  '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 +1723,8 @@ var Tailwind = {
1640
1723
  transition: TRANSITIONS.overlay
1641
1724
  },
1642
1725
  chips: {
1643
- root: function root(_ref84) {
1644
- var props = _ref84.props;
1726
+ root: function root(_ref86) {
1727
+ var props = _ref86.props;
1645
1728
  return {
1646
1729
  className: classNames('flex', {
1647
1730
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1663,8 +1746,8 @@ var Tailwind = {
1663
1746
  removeTokenIcon: 'ml-2'
1664
1747
  },
1665
1748
  colorpicker: {
1666
- root: function root(_ref85) {
1667
- var props = _ref85.props;
1749
+ root: function root(_ref87) {
1750
+ var props = _ref87.props;
1668
1751
  return {
1669
1752
  className: classNames('inline-block', {
1670
1753
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1674,8 +1757,8 @@ var Tailwind = {
1674
1757
  input: {
1675
1758
  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
1759
  },
1677
- panel: function panel(_ref86) {
1678
- var props = _ref86.props;
1760
+ panel: function panel(_ref88) {
1761
+ var props = _ref88.props;
1679
1762
  return {
1680
1763
  className: classNames('shadow-md', 'bg-gray-800 border-gray-900', {
1681
1764
  'relative h-48 w-52': props.inline,
@@ -1715,8 +1798,8 @@ var Tailwind = {
1715
1798
  },
1716
1799
  //MISC
1717
1800
  badge: {
1718
- root: function root(_ref87) {
1719
- var props = _ref87.props;
1801
+ root: function root(_ref89) {
1802
+ var props = _ref89.props;
1720
1803
  return {
1721
1804
  className: classNames('rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
1722
1805
  'bg-gray-500 ': props.severity == 'secondary',
@@ -1734,9 +1817,9 @@ var Tailwind = {
1734
1817
  }
1735
1818
  },
1736
1819
  avatar: {
1737
- root: function root(_ref88) {
1738
- var props = _ref88.props,
1739
- state = _ref88.state;
1820
+ root: function root(_ref90) {
1821
+ var props = _ref90.props,
1822
+ state = _ref90.state;
1740
1823
  return {
1741
1824
  className: classNames('flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
1742
1825
  'rounded-lg': props.shape == 'square',
@@ -1772,8 +1855,8 @@ var Tailwind = {
1772
1855
  root: {
1773
1856
  className: classNames('overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800')
1774
1857
  },
1775
- value: function value(_ref89) {
1776
- var props = _ref89.props;
1858
+ value: function value(_ref91) {
1859
+ var props = _ref91.props;
1777
1860
  return {
1778
1861
  className: classNames('border-0 m-0 bg-blue-500', {
1779
1862
  '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 +1876,8 @@ var Tailwind = {
1793
1876
  circle: 'text-red-500 progress-spinner-circle'
1794
1877
  },
1795
1878
  skeleton: {
1796
- root: function root(_ref90) {
1797
- var props = _ref90.props;
1879
+ root: function root(_ref92) {
1880
+ var props = _ref92.props;
1798
1881
  return {
1799
1882
  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
1883
  'rounded-md': props.shape !== 'circle',
@@ -1804,8 +1887,8 @@ var Tailwind = {
1804
1887
  }
1805
1888
  },
1806
1889
  tag: {
1807
- root: function root(_ref91) {
1808
- var props = _ref91.props;
1890
+ root: function root(_ref93) {
1891
+ var props = _ref93.props;
1809
1892
  return {
1810
1893
  className: classNames('inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
1811
1894
  'bg-gray-500 ': props.severity == 'secondary',
@@ -1829,8 +1912,8 @@ var Tailwind = {
1829
1912
  }
1830
1913
  },
1831
1914
  scrolltop: {
1832
- root: function root(_ref92) {
1833
- var props = _ref92.props;
1915
+ root: function root(_ref94) {
1916
+ var props = _ref94.props;
1834
1917
  return {
1835
1918
  className: classNames('fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
1836
1919
  '!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
@@ -1888,8 +1971,8 @@ var Tailwind = {
1888
1971
  className: classNames('m-0 p-0 list-none', 'outline-none')
1889
1972
  },
1890
1973
  menuitem: 'relative',
1891
- content: function content(_ref93) {
1892
- var context = _ref93.context;
1974
+ content: function content(_ref95) {
1975
+ var context = _ref95.context;
1893
1976
  return {
1894
1977
  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
1978
  // Hover
@@ -1917,8 +2000,8 @@ var Tailwind = {
1917
2000
  }
1918
2001
  },
1919
2002
  dock: {
1920
- root: function root(_ref94) {
1921
- var props = _ref94.props;
2003
+ root: function root(_ref96) {
2004
+ var props = _ref96.props;
1922
2005
  return {
1923
2006
  className: classNames('absolute z-1 flex justify-center items-center pointer-events-none', {
1924
2007
  'left-0 bottom-0 w-full': props.position == 'bottom',
@@ -1931,18 +2014,18 @@ var Tailwind = {
1931
2014
  container: {
1932
2015
  className: classNames('flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md')
1933
2016
  },
1934
- menu: function menu(_ref95) {
1935
- var props = _ref95.props;
2017
+ menu: function menu(_ref97) {
2018
+ var props = _ref97.props;
1936
2019
  return {
1937
2020
  className: classNames('m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
1938
2021
  'flex-col': props.position == 'left' || props.position == 'right'
1939
2022
  })
1940
2023
  };
1941
2024
  },
1942
- menuitem: function menuitem(_ref96) {
1943
- var props = _ref96.props,
1944
- context = _ref96.context,
1945
- state = _ref96.state;
2025
+ menuitem: function menuitem(_ref98) {
2026
+ var props = _ref98.props,
2027
+ context = _ref98.context,
2028
+ state = _ref98.state;
1946
2029
  return {
1947
2030
  className: classNames('p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
1948
2031
  'origin-bottom hover:mx-6': props.position == 'bottom',
@@ -1965,8 +2048,8 @@ var Tailwind = {
1965
2048
  menu: {
1966
2049
  className: classNames('m-0 p-0 list-none', 'outline-none')
1967
2050
  },
1968
- content: function content(_ref97) {
1969
- var state = _ref97.state;
2051
+ content: function content(_ref99) {
2052
+ var state = _ref99.state;
1970
2053
  return {
1971
2054
  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
2055
  // Hover
@@ -1992,8 +2075,8 @@ var Tailwind = {
1992
2075
  root: {
1993
2076
  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
2077
  },
1995
- menu: function menu(_ref98) {
1996
- var state = _ref98.state;
2078
+ menu: function menu(_ref100) {
2079
+ var state = _ref100.state;
1997
2080
  return {
1998
2081
  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
2082
  'hidden ': !(state !== null && state !== void 0 && state.mobileActive),
@@ -2001,9 +2084,9 @@ var Tailwind = {
2001
2084
  })
2002
2085
  };
2003
2086
  },
2004
- menuitem: function menuitem(_ref99) {
2005
- var props = _ref99.props,
2006
- context = _ref99.context;
2087
+ menuitem: function menuitem(_ref101) {
2088
+ var props = _ref101.props,
2089
+ context = _ref101.context;
2007
2090
  return {
2008
2091
  className: classNames('sm:relative sm:w-auto w-full static', 'transition-shadow duration-200', {
2009
2092
  'rounded-md': props.root
@@ -2016,8 +2099,8 @@ var Tailwind = {
2016
2099
  })
2017
2100
  };
2018
2101
  },
2019
- action: function action(_ref100) {
2020
- var context = _ref100.context;
2102
+ action: function action(_ref102) {
2103
+ var context = _ref102.context;
2021
2104
  return {
2022
2105
  className: classNames('select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
2023
2106
  'pl-9 sm:pl-5': context.level === 1,
@@ -2026,8 +2109,8 @@ var Tailwind = {
2026
2109
  };
2027
2110
  },
2028
2111
  icon: 'mr-2',
2029
- submenuIcon: function submenuIcon(_ref101) {
2030
- var props = _ref101.props;
2112
+ submenuIcon: function submenuIcon(_ref103) {
2113
+ var props = _ref103.props;
2031
2114
  return {
2032
2115
  className: classNames({
2033
2116
  'ml-auto sm:ml-2': props.root,
@@ -2035,8 +2118,8 @@ var Tailwind = {
2035
2118
  })
2036
2119
  };
2037
2120
  },
2038
- submenu: function submenu(_ref102) {
2039
- var props = _ref102.props;
2121
+ submenu: function submenu(_ref104) {
2122
+ var props = _ref104.props;
2040
2123
  return {
2041
2124
  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
2125
  'sm:absolute sm:left-full sm:top-0': !props.root
@@ -2050,8 +2133,8 @@ var Tailwind = {
2050
2133
  end: 'ml-auto self-auto'
2051
2134
  },
2052
2135
  megamenu: {
2053
- root: function root(_ref103) {
2054
- var props = _ref103.props;
2136
+ root: function root(_ref105) {
2137
+ var props = _ref105.props;
2055
2138
  return {
2056
2139
  className: classNames('bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
2057
2140
  'p-2 items-center': props.orientation == 'horizontal',
@@ -2059,9 +2142,9 @@ var Tailwind = {
2059
2142
  })
2060
2143
  };
2061
2144
  },
2062
- menu: function menu(_ref104) {
2063
- var props = _ref104.props,
2064
- state = _ref104.state;
2145
+ menu: function menu(_ref106) {
2146
+ var props = _ref106.props,
2147
+ state = _ref106.state;
2065
2148
  return {
2066
2149
  className: classNames('m-0 sm:p-0 list-none', 'outline-none', {
2067
2150
  hidden: props.orientation !== 'vertical' && !state.mobileActive
@@ -2072,9 +2155,9 @@ var Tailwind = {
2072
2155
  })
2073
2156
  };
2074
2157
  },
2075
- menuitem: function menuitem(_ref105) {
2076
- var props = _ref105.props,
2077
- context = _ref105.context;
2158
+ menuitem: function menuitem(_ref107) {
2159
+ var props = _ref107.props,
2160
+ context = _ref107.context;
2078
2161
  return {
2079
2162
  className: classNames('transition-shadow duration-200', {
2080
2163
  'rounded-md': props.orientation == 'horizontal'
@@ -2090,8 +2173,8 @@ var Tailwind = {
2090
2173
  })
2091
2174
  };
2092
2175
  },
2093
- menuButton: function menuButton(_ref106) {
2094
- var props = _ref106.props;
2176
+ menuButton: function menuButton(_ref108) {
2177
+ var props = _ref108.props;
2095
2178
  return {
2096
2179
  className: classNames({
2097
2180
  'flex md:hidden': props.orientation === 'horizontal'
@@ -2112,8 +2195,8 @@ var Tailwind = {
2112
2195
  submenuItem: {
2113
2196
  className: classNames('text-gray-700 hover:bg-gray-200')
2114
2197
  },
2115
- submenuIcon: function submenuIcon(_ref107) {
2116
- var props = _ref107.props;
2198
+ submenuIcon: function submenuIcon(_ref109) {
2199
+ var props = _ref109.props;
2117
2200
  return {
2118
2201
  className: classNames({
2119
2202
  'ml-2': props.orientation === 'horizontal',
@@ -2121,8 +2204,8 @@ var Tailwind = {
2121
2204
  })
2122
2205
  };
2123
2206
  },
2124
- panel: function panel(_ref108) {
2125
- var props = _ref108.props;
2207
+ panel: function panel(_ref110) {
2208
+ var props = _ref110.props;
2126
2209
  return {
2127
2210
  className: classNames('py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
2128
2211
  'left-full top-0': props.orientation !== 'horizontal'
@@ -2162,8 +2245,8 @@ var Tailwind = {
2162
2245
  menu: {
2163
2246
  className: classNames('outline-none', 'm-0 p-0 list-none')
2164
2247
  },
2165
- menuitem: function menuitem(_ref109) {
2166
- var context = _ref109.context;
2248
+ menuitem: function menuitem(_ref111) {
2249
+ var context = _ref111.context;
2167
2250
  return {
2168
2251
  className: classNames('text-gray-700 dark:text-white/80 transition-shadow duration-200 border-none rounded-none', {
2169
2252
  'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused
@@ -2194,11 +2277,29 @@ var Tailwind = {
2194
2277
  action: {
2195
2278
  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
2279
  },
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')
2280
+ step: function step(_ref112) {
2281
+ var parent = _ref112.parent,
2282
+ context = _ref112.context;
2283
+ return {
2284
+ 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', {
2285
+ 'bg-white': parent.state.activeIndex !== context.index,
2286
+ // unselected item.
2287
+ 'bg-blue-500': parent.state.activeIndex === context.index // Selected item.
2288
+ })
2289
+ };
2199
2290
  },
2200
- label: {
2201
- className: classNames('block', 'whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60')
2291
+ label: function label(_ref113) {
2292
+ var parent = _ref113.parent,
2293
+ context = _ref113.context;
2294
+ return {
2295
+ className: classNames('block', 'whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60', {
2296
+ 'font-normal': parent.state.activeIndex !== context.index,
2297
+ // unselected item.
2298
+ 'font-bold': parent.state.activeIndex === context.index,
2299
+ // Selected item.
2300
+ 'text-gray-500/60': context.disabled
2301
+ })
2302
+ };
2202
2303
  }
2203
2304
  },
2204
2305
  tabmenu: {
@@ -2207,9 +2308,9 @@ var Tailwind = {
2207
2308
  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
2309
  },
2209
2310
  menuitem: 'mr-0',
2210
- action: function action(_ref110) {
2211
- var context = _ref110.context,
2212
- state = _ref110.state;
2311
+ action: function action(_ref114) {
2312
+ var context = _ref114.context,
2313
+ state = _ref114.state;
2213
2314
  return {
2214
2315
  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
2316
  '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 +2330,8 @@ var Tailwind = {
2229
2330
  },
2230
2331
  content: 'relative overflow-x-hidden overflow-y-auto h-full',
2231
2332
  menu: 'outline-none m-0 p-0 list-none absolute top-0 block',
2232
- menuitem: function menuitem(_ref111) {
2233
- var context = _ref111.context;
2333
+ menuitem: function menuitem(_ref115) {
2334
+ var context = _ref115.context;
2234
2335
  return {
2235
2336
  className: classNames({
2236
2337
  relative: !context.active,
@@ -2238,8 +2339,8 @@ var Tailwind = {
2238
2339
  })
2239
2340
  };
2240
2341
  },
2241
- action: function action(_ref112) {
2242
- var context = _ref112.context;
2342
+ action: function action(_ref116) {
2343
+ var context = _ref116.context;
2243
2344
  return {
2244
2345
  className: classNames('py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
2245
2346
  '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 +2348,8 @@ var Tailwind = {
2247
2348
  })
2248
2349
  };
2249
2350
  },
2250
- previous: function previous(_ref113) {
2251
- var state = _ref113.state;
2351
+ previous: function previous(_ref117) {
2352
+ var state = _ref117.state;
2252
2353
  return {
2253
2354
  className: classNames('py-3 px-5 cursor-pointer bottom-0 w-full text-gray-700 dark:text-white/80', {
2254
2355
  hidden: state.level === 0
@@ -2271,8 +2372,8 @@ var Tailwind = {
2271
2372
  className: classNames('outline-none', 'm-0 p-0 list-none')
2272
2373
  },
2273
2374
  menuitem: 'relative',
2274
- content: function content(_ref114) {
2275
- var context = _ref114.context;
2375
+ content: function content(_ref118) {
2376
+ var context = _ref118.context;
2276
2377
  return {
2277
2378
  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
2379
  //Hover
@@ -2284,8 +2385,8 @@ var Tailwind = {
2284
2385
  })
2285
2386
  };
2286
2387
  },
2287
- action: function action(_ref115) {
2288
- var context = _ref115.context;
2388
+ action: function action(_ref119) {
2389
+ var context = _ref119.context;
2289
2390
  return {
2290
2391
  className: classNames('py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
2291
2392
  '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 +2403,8 @@ var Tailwind = {
2302
2403
  transition: TRANSITIONS.overlay
2303
2404
  },
2304
2405
  metergroup: {
2305
- root: function root(_ref116) {
2306
- var props = _ref116.props;
2406
+ root: function root(_ref120) {
2407
+ var props = _ref120.props;
2307
2408
  return {
2308
2409
  className: classNames('flex gap-4', {
2309
2410
  'flex-col': props.orientation == 'horizontal',
@@ -2311,8 +2412,8 @@ var Tailwind = {
2311
2412
  })
2312
2413
  };
2313
2414
  },
2314
- metercontainer: function metercontainer(_ref117) {
2315
- var props = _ref117.props;
2415
+ metercontainer: function metercontainer(_ref121) {
2416
+ var props = _ref121.props;
2316
2417
  return {
2317
2418
  className: classNames('flex', {
2318
2419
  'flex-col': props.orientation === 'vertical'
@@ -2323,8 +2424,8 @@ var Tailwind = {
2323
2424
  }, 'bg-gray-200 dark:bg-gray-700', 'rounded-lg')
2324
2425
  };
2325
2426
  },
2326
- meter: function meter(_ref118) {
2327
- var props = _ref118.props;
2427
+ meter: function meter(_ref122) {
2428
+ var props = _ref122.props;
2328
2429
  return {
2329
2430
  className: classNames('border-0', {
2330
2431
  'first:rounded-l-lg last:rounded-r-lg': props.orientation === 'horizontal'
@@ -2333,8 +2434,8 @@ var Tailwind = {
2333
2434
  }, 'bg-primary-500 dark:bg-primary-400')
2334
2435
  };
2335
2436
  },
2336
- labellist: function labellist(_ref119) {
2337
- var props = _ref119.props;
2437
+ labellist: function labellist(_ref123) {
2438
+ var props = _ref123.props;
2338
2439
  return {
2339
2440
  className: classNames('flex flex-wrap', {
2340
2441
  'gap-4': props.labelOrientation === 'horizontal'
@@ -2426,8 +2527,8 @@ var Tailwind = {
2426
2527
  className: classNames('flex items-center justify-center', 'p-4')
2427
2528
  },
2428
2529
  indicator: 'mr-2',
2429
- indicatorbutton: function indicatorbutton(_ref120) {
2430
- var context = _ref120.context;
2530
+ indicatorbutton: function indicatorbutton(_ref124) {
2531
+ var context = _ref124.context;
2431
2532
  return {
2432
2533
  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
2534
  'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
@@ -2435,8 +2536,8 @@ var Tailwind = {
2435
2536
  })
2436
2537
  };
2437
2538
  },
2438
- mask: function mask(_ref121) {
2439
- var state = _ref121.state;
2539
+ mask: function mask(_ref125) {
2540
+ var state = _ref125.state;
2440
2541
  return {
2441
2542
  className: classNames({
2442
2543
  'fixed top-0 left-0 w-full h-full flex items-center justify-center bg-black bg-opacity-90': state.visible
@@ -2469,8 +2570,8 @@ var Tailwind = {
2469
2570
  carousel: {
2470
2571
  root: 'flex flex-col',
2471
2572
  content: 'flex flex-col overflow-auto',
2472
- container: function container(_ref122) {
2473
- var props = _ref122.props;
2573
+ container: function container(_ref126) {
2574
+ var props = _ref126.props;
2474
2575
  return {
2475
2576
  className: classNames('flex', {
2476
2577
  'flex-row': props.orientation !== 'vertical',
@@ -2482,8 +2583,8 @@ var Tailwind = {
2482
2583
  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
2584
  },
2484
2585
  itemsContent: 'overflow-hidden w-full',
2485
- itemsContainer: function itemsContainer(_ref123) {
2486
- var props = _ref123.props;
2586
+ itemsContainer: function itemsContainer(_ref127) {
2587
+ var props = _ref127.props;
2487
2588
  return {
2488
2589
  className: classNames('flex ', {
2489
2590
  'flex-row': props.orientation !== 'vertical',
@@ -2491,8 +2592,8 @@ var Tailwind = {
2491
2592
  })
2492
2593
  };
2493
2594
  },
2494
- item: function item(_ref124) {
2495
- var props = _ref124.props;
2595
+ item: function item(_ref128) {
2596
+ var props = _ref128.props;
2496
2597
  return {
2497
2598
  className: classNames('flex shrink-0 grow', {
2498
2599
  'w-1/3': props.orientation !== 'vertical',
@@ -2504,8 +2605,8 @@ var Tailwind = {
2504
2605
  className: classNames('flex flex-row justify-center flex-wrap')
2505
2606
  },
2506
2607
  indicator: 'mr-2 mb-2',
2507
- indicatorButton: function indicatorButton(_ref125) {
2508
- var context = _ref125.context;
2608
+ indicatorButton: function indicatorButton(_ref129) {
2609
+ var context = _ref129.context;
2509
2610
  return {
2510
2611
  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
2612
  'bg-blue-500 hover:bg-blue-600': context.active,
@@ -2515,9 +2616,9 @@ var Tailwind = {
2515
2616
  }
2516
2617
  },
2517
2618
  tree: {
2518
- root: function root(_ref126) {
2619
+ root: function root(_ref130) {
2519
2620
  var _props$__parentMetada;
2520
- var props = _ref126.props;
2621
+ var props = _ref130.props;
2521
2622
  return {
2522
2623
  className: classNames('max-w-[30rem] md:w-full', 'bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 p-5', {
2523
2624
  '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 +2628,9 @@ var Tailwind = {
2527
2628
  wrapper: 'overflow-auto',
2528
2629
  container: 'm-0 p-0 list-none overflow-auto',
2529
2630
  node: 'p-1 outline-none',
2530
- content: function content(_ref127) {
2531
- var context = _ref127.context,
2532
- props = _ref127.props;
2631
+ content: function content(_ref131) {
2632
+ var context = _ref131.context,
2633
+ props = _ref131.props;
2533
2634
  return {
2534
2635
  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
2636
  'bg-blue-50 text-blue-600': context.selected
@@ -2538,8 +2639,8 @@ var Tailwind = {
2538
2639
  })
2539
2640
  };
2540
2641
  },
2541
- toggler: function toggler(_ref128) {
2542
- var context = _ref128.context;
2642
+ toggler: function toggler(_ref132) {
2643
+ var context = _ref132.context;
2543
2644
  return {
2544
2645
  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
2646
  '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 +2651,9 @@ var Tailwind = {
2550
2651
  };
2551
2652
  },
2552
2653
  checkboxContainer: 'mr-2',
2553
- checkbox: function checkbox(_ref129) {
2554
- var context = _ref129.context,
2555
- props = _ref129.props;
2654
+ checkbox: function checkbox(_ref133) {
2655
+ var context = _ref133.context,
2656
+ props = _ref133.props;
2556
2657
  return {
2557
2658
  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
2659
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -2577,8 +2678,8 @@ var Tailwind = {
2577
2678
  },
2578
2679
  // DATA
2579
2680
  timeline: {
2580
- root: function root(_ref130) {
2581
- var props = _ref130.props;
2681
+ root: function root(_ref134) {
2682
+ var props = _ref134.props;
2582
2683
  return {
2583
2684
  className: classNames('flex grow', {
2584
2685
  'flex-col': props.layout === 'vertical',
@@ -2586,9 +2687,9 @@ var Tailwind = {
2586
2687
  })
2587
2688
  };
2588
2689
  },
2589
- event: function event(_ref131) {
2590
- var props = _ref131.props,
2591
- context = _ref131.context;
2690
+ event: function event(_ref135) {
2691
+ var props = _ref135.props,
2692
+ context = _ref135.context;
2592
2693
  return {
2593
2694
  className: classNames('flex relative min-h-[70px]', {
2594
2695
  'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
@@ -2597,9 +2698,9 @@ var Tailwind = {
2597
2698
  })
2598
2699
  };
2599
2700
  },
2600
- opposite: function opposite(_ref132) {
2601
- var props = _ref132.props,
2602
- context = _ref132.context;
2701
+ opposite: function opposite(_ref136) {
2702
+ var props = _ref136.props,
2703
+ context = _ref136.context;
2603
2704
  return {
2604
2705
  className: classNames('flex-1', {
2605
2706
  'px-4': props.layout === 'vertical',
@@ -2610,8 +2711,8 @@ var Tailwind = {
2610
2711
  })
2611
2712
  };
2612
2713
  },
2613
- separator: function separator(_ref133) {
2614
- var props = _ref133.props;
2714
+ separator: function separator(_ref137) {
2715
+ var props = _ref137.props;
2615
2716
  return {
2616
2717
  className: classNames('flex items-center flex-initial', {
2617
2718
  'flex-col': props.layout === 'vertical',
@@ -2620,8 +2721,8 @@ var Tailwind = {
2620
2721
  };
2621
2722
  },
2622
2723
  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;
2724
+ connector: function connector(_ref138) {
2725
+ var props = _ref138.props;
2625
2726
  return {
2626
2727
  className: classNames('grow bg-gray-300 dark:bg-blue-900/40', {
2627
2728
  'w-[2px]': props.layout === 'vertical',
@@ -2629,9 +2730,9 @@ var Tailwind = {
2629
2730
  })
2630
2731
  };
2631
2732
  },
2632
- content: function content(_ref135) {
2633
- var props = _ref135.props,
2634
- context = _ref135.context;
2733
+ content: function content(_ref139) {
2734
+ var props = _ref139.props,
2735
+ context = _ref139.context;
2635
2736
  return {
2636
2737
  className: classNames('flex-1', {
2637
2738
  'px-4': props.layout === 'vertical',
@@ -2655,15 +2756,15 @@ var Tailwind = {
2655
2756
  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
2757
  },
2657
2758
  dataviewlayoutoptions: {
2658
- listButton: function listButton(_ref136) {
2659
- var props = _ref136.props;
2759
+ listButton: function listButton(_ref140) {
2760
+ var props = _ref140.props;
2660
2761
  return {
2661
2762
  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
2763
  )
2663
2764
  };
2664
2765
  },
2665
- gridButton: function gridButton(_ref137) {
2666
- var props = _ref137.props;
2766
+ gridButton: function gridButton(_ref141) {
2767
+ var props = _ref141.props;
2667
2768
  return {
2668
2769
  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
2770
  )
@@ -2690,8 +2791,8 @@ var Tailwind = {
2690
2791
  className: classNames('mx-auto my-0 w-px h-[20px] bg-gray-300', 'dark:bg-blue-900/40' //Dark Mode
2691
2792
  )
2692
2793
  },
2693
- lineLeft: function lineLeft(_ref138) {
2694
- var context = _ref138.context;
2794
+ lineLeft: function lineLeft(_ref142) {
2795
+ var context = _ref142.context;
2695
2796
  return {
2696
2797
  className: classNames('text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
2697
2798
  //Dark Mode
@@ -2700,8 +2801,8 @@ var Tailwind = {
2700
2801
  })
2701
2802
  };
2702
2803
  },
2703
- lineRight: function lineRight(_ref139) {
2704
- var context = _ref139.context;
2804
+ lineRight: function lineRight(_ref143) {
2805
+ var context = _ref143.context;
2705
2806
  return {
2706
2807
  className: classNames('text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
2707
2808
  //Dark Mode
@@ -2721,8 +2822,8 @@ var Tailwind = {
2721
2822
  root: 'flex',
2722
2823
  controls: 'flex flex-col justify-center p-5',
2723
2824
  moveUpButton: {
2724
- root: function root(_ref140) {
2725
- var context = _ref140.context;
2825
+ root: function root(_ref144) {
2826
+ var context = _ref144.context;
2726
2827
  return {
2727
2828
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2728
2829
  // button component
@@ -2744,8 +2845,8 @@ var Tailwind = {
2744
2845
  }
2745
2846
  },
2746
2847
  moveTopButton: {
2747
- root: function root(_ref141) {
2748
- var context = _ref141.context;
2848
+ root: function root(_ref145) {
2849
+ var context = _ref145.context;
2749
2850
  return {
2750
2851
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2751
2852
  // button component
@@ -2767,8 +2868,8 @@ var Tailwind = {
2767
2868
  }
2768
2869
  },
2769
2870
  moveDownButton: {
2770
- root: function root(_ref142) {
2771
- var context = _ref142.context;
2871
+ root: function root(_ref146) {
2872
+ var context = _ref146.context;
2772
2873
  return {
2773
2874
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2774
2875
  // button component
@@ -2790,8 +2891,8 @@ var Tailwind = {
2790
2891
  }
2791
2892
  },
2792
2893
  moveBottomButton: {
2793
- root: function root(_ref143) {
2794
- var context = _ref143.context;
2894
+ root: function root(_ref147) {
2895
+ var context = _ref147.context;
2795
2896
  return {
2796
2897
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2797
2898
  // button component
@@ -2821,8 +2922,8 @@ var Tailwind = {
2821
2922
  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
2923
  )
2823
2924
  },
2824
- item: function item(_ref144) {
2825
- var context = _ref144.context;
2925
+ item: function item(_ref148) {
2926
+ var context = _ref148.context;
2826
2927
  return {
2827
2928
  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
2929
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.selected
@@ -2894,8 +2995,8 @@ var Tailwind = {
2894
2995
  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
2996
  )
2896
2997
  },
2897
- item: function item(_ref145) {
2898
- var context = _ref145.context;
2998
+ item: function item(_ref149) {
2999
+ var context = _ref149.context;
2899
3000
  return {
2900
3001
  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
3002
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.selected,
@@ -2981,8 +3082,8 @@ var Tailwind = {
2981
3082
  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
3083
  )
2983
3084
  },
2984
- firstPageButton: function firstPageButton(_ref146) {
2985
- var context = _ref146.context;
3085
+ firstPageButton: function firstPageButton(_ref150) {
3086
+ var context = _ref150.context;
2986
3087
  return {
2987
3088
  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
3089
  //Dark Mode
@@ -2992,8 +3093,8 @@ var Tailwind = {
2992
3093
  })
2993
3094
  };
2994
3095
  },
2995
- prevPageButton: function prevPageButton(_ref147) {
2996
- var context = _ref147.context;
3096
+ prevPageButton: function prevPageButton(_ref151) {
3097
+ var context = _ref151.context;
2997
3098
  return {
2998
3099
  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
3100
  //Dark Mode
@@ -3003,8 +3104,8 @@ var Tailwind = {
3003
3104
  })
3004
3105
  };
3005
3106
  },
3006
- nextPageButton: function nextPageButton(_ref148) {
3007
- var context = _ref148.context;
3107
+ nextPageButton: function nextPageButton(_ref152) {
3108
+ var context = _ref152.context;
3008
3109
  return {
3009
3110
  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
3111
  //Dark Mode
@@ -3014,8 +3115,8 @@ var Tailwind = {
3014
3115
  })
3015
3116
  };
3016
3117
  },
3017
- lastPageButton: function lastPageButton(_ref149) {
3018
- var context = _ref149.context;
3118
+ lastPageButton: function lastPageButton(_ref153) {
3119
+ var context = _ref153.context;
3019
3120
  return {
3020
3121
  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
3122
  //Dark Mode
@@ -3025,8 +3126,8 @@ var Tailwind = {
3025
3126
  })
3026
3127
  };
3027
3128
  },
3028
- pageButton: function pageButton(_ref150) {
3029
- var context = _ref150.context;
3129
+ pageButton: function pageButton(_ref154) {
3130
+ var context = _ref154.context;
3030
3131
  return {
3031
3132
  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
3133
  // Dark Mode
@@ -3038,9 +3139,9 @@ var Tailwind = {
3038
3139
  };
3039
3140
  },
3040
3141
  RPPDropdown: {
3041
- root: function root(_ref151) {
3042
- var props = _ref151.props,
3043
- state = _ref151.state;
3142
+ root: function root(_ref155) {
3143
+ var props = _ref155.props,
3144
+ state = _ref155.state;
3044
3145
  return {
3045
3146
  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
3147
  //DarkMode
@@ -3065,8 +3166,8 @@ var Tailwind = {
3065
3166
  },
3066
3167
  wrapper: 'overflow-auto',
3067
3168
  list: 'm-0 p-0 py-3 list-none',
3068
- item: function item(_ref152) {
3069
- var context = _ref152.context;
3169
+ item: function item(_ref156) {
3170
+ var context = _ref156.context;
3070
3171
  return {
3071
3172
  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
3173
  // Dark Mode
@@ -3087,9 +3188,9 @@ var Tailwind = {
3087
3188
  }
3088
3189
  },
3089
3190
  jumptopagedropdown: {
3090
- root: function root(_ref153) {
3091
- var props = _ref153.props,
3092
- state = _ref153.state;
3191
+ root: function root(_ref157) {
3192
+ var props = _ref157.props,
3193
+ state = _ref157.state;
3093
3194
  return {
3094
3195
  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
3196
  //DarkMode
@@ -3114,8 +3215,8 @@ var Tailwind = {
3114
3215
  },
3115
3216
  wrapper: 'overflow-auto',
3116
3217
  list: 'm-0 p-0 py-3 list-none',
3117
- item: function item(_ref154) {
3118
- var context = _ref154.context;
3218
+ item: function item(_ref158) {
3219
+ var context = _ref158.context;
3119
3220
  return {
3120
3221
  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
3222
  // Dark Mode
@@ -3129,8 +3230,8 @@ var Tailwind = {
3129
3230
  }
3130
3231
  },
3131
3232
  treetable: {
3132
- root: function root(_ref155) {
3133
- var props = _ref155.props;
3233
+ root: function root(_ref159) {
3234
+ var props = _ref159.props;
3134
3235
  return {
3135
3236
  className: classNames('relative', {
3136
3237
  'flex flex-col h-full': props.scrollHeight
@@ -3146,8 +3247,8 @@ var Tailwind = {
3146
3247
  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
3248
  )
3148
3249
  },
3149
- scrollableWrapper: function scrollableWrapper(_ref156) {
3150
- var props = _ref156.props;
3250
+ scrollableWrapper: function scrollableWrapper(_ref160) {
3251
+ var props = _ref160.props;
3151
3252
  return {
3152
3253
  className: classNames({
3153
3254
  'relative overflow-auto': props.scrollable,
@@ -3155,8 +3256,8 @@ var Tailwind = {
3155
3256
  })
3156
3257
  };
3157
3258
  },
3158
- wrapper: function wrapper(_ref157) {
3159
- var props = _ref157.props;
3259
+ wrapper: function wrapper(_ref161) {
3260
+ var props = _ref161.props;
3160
3261
  return {
3161
3262
  className: classNames({
3162
3263
  'relative overflow-auto': props.scrollable,
@@ -3169,40 +3270,40 @@ var Tailwind = {
3169
3270
  )
3170
3271
  },
3171
3272
  table: 'border-collapse table-fixed w-full',
3172
- thead: function thead(_ref158) {
3173
- var props = _ref158.props;
3273
+ thead: function thead(_ref162) {
3274
+ var props = _ref162.props;
3174
3275
  return {
3175
3276
  className: classNames({
3176
3277
  'block sticky top-0 z-[1]': props.scrollable
3177
3278
  })
3178
3279
  };
3179
3280
  },
3180
- tbody: function tbody(_ref159) {
3181
- var props = _ref159.props;
3281
+ tbody: function tbody(_ref163) {
3282
+ var props = _ref163.props;
3182
3283
  return {
3183
3284
  className: classNames({
3184
3285
  block: props.scrollable
3185
3286
  })
3186
3287
  };
3187
3288
  },
3188
- tfoot: function tfoot(_ref160) {
3189
- var props = _ref160.props;
3289
+ tfoot: function tfoot(_ref164) {
3290
+ var props = _ref164.props;
3190
3291
  return {
3191
3292
  className: classNames({
3192
3293
  block: props.scrollable
3193
3294
  })
3194
3295
  };
3195
3296
  },
3196
- headerRow: function headerRow(_ref161) {
3197
- var props = _ref161.props;
3297
+ headerRow: function headerRow(_ref165) {
3298
+ var props = _ref165.props;
3198
3299
  return {
3199
3300
  className: classNames({
3200
3301
  'flex flex-nowrap w-full': props.scrollable
3201
3302
  })
3202
3303
  };
3203
3304
  },
3204
- row: function row(_ref162) {
3205
- var context = _ref162.context;
3305
+ row: function row(_ref166) {
3306
+ var context = _ref166.context;
3206
3307
  return {
3207
3308
  className: classNames('transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
3208
3309
  // Focus
@@ -3214,8 +3315,8 @@ var Tailwind = {
3214
3315
  };
3215
3316
  },
3216
3317
  column: {
3217
- headerCell: function headerCell(_ref163) {
3218
- var context = _ref163.context;
3318
+ headerCell: function headerCell(_ref167) {
3319
+ var context = _ref167.context;
3219
3320
  return {
3220
3321
  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
3322
  //Dark Mode
@@ -3230,8 +3331,8 @@ var Tailwind = {
3230
3331
  })
3231
3332
  };
3232
3333
  },
3233
- bodyCell: function bodyCell(_ref164) {
3234
- var context = _ref164.context;
3334
+ bodyCell: function bodyCell(_ref168) {
3335
+ var context = _ref168.context;
3235
3336
  return {
3236
3337
  className: classNames('text-left border-gray-300 border', 'transition duration-200 p-4', 'dark:border-blue-900/40',
3237
3338
  //Dark Mode
@@ -3244,8 +3345,8 @@ var Tailwind = {
3244
3345
  })
3245
3346
  };
3246
3347
  },
3247
- rowToggler: function rowToggler(_ref165) {
3248
- var context = _ref165.context;
3348
+ rowToggler: function rowToggler(_ref169) {
3349
+ var context = _ref169.context;
3249
3350
  return {
3250
3351
  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
3352
  'text-blue-700': context.selected,
@@ -3257,8 +3358,8 @@ var Tailwind = {
3257
3358
  sort: {
3258
3359
  className: 'inline-block align-middle'
3259
3360
  },
3260
- sortIcon: function sortIcon(_ref166) {
3261
- var context = _ref166.context;
3361
+ sortIcon: function sortIcon(_ref170) {
3362
+ var context = _ref170.context;
3262
3363
  return {
3263
3364
  className: classNames('ml-2 inline-block align-middle', {
3264
3365
  'text-blue-700 dark:text-white/80': context.sorted,
@@ -3274,8 +3375,8 @@ var Tailwind = {
3274
3375
  checkboxWrapper: {
3275
3376
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2')
3276
3377
  },
3277
- checkbox: function checkbox(_ref167) {
3278
- var context = _ref167.context;
3378
+ checkbox: function checkbox(_ref171) {
3379
+ var context = _ref171.context;
3279
3380
  return {
3280
3381
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
3281
3382
  'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400': context.checked,
@@ -3285,8 +3386,8 @@ var Tailwind = {
3285
3386
  })
3286
3387
  };
3287
3388
  },
3288
- checkboxIcon: function checkboxIcon(_ref168) {
3289
- var context = _ref168.context;
3389
+ checkboxIcon: function checkboxIcon(_ref172) {
3390
+ var context = _ref172.context;
3290
3391
  return {
3291
3392
  className: classNames('w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
3292
3393
  'text-white': context.checked
@@ -3297,8 +3398,8 @@ var Tailwind = {
3297
3398
  resizeHelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
3298
3399
  },
3299
3400
  datatable: {
3300
- root: function root(_ref169) {
3301
- var props = _ref169.props;
3401
+ root: function root(_ref173) {
3402
+ var props = _ref173.props;
3302
3403
  return {
3303
3404
  className: classNames('relative', {
3304
3405
  'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
@@ -3310,8 +3411,8 @@ var Tailwind = {
3310
3411
  )
3311
3412
  },
3312
3413
  loadingIcon: 'w-8 h-8',
3313
- wrapper: function wrapper(_ref170) {
3314
- var props = _ref170.props;
3414
+ wrapper: function wrapper(_ref174) {
3415
+ var props = _ref174.props;
3315
3416
  return {
3316
3417
  className: classNames({
3317
3418
  relative: props.scrollable,
@@ -3319,8 +3420,8 @@ var Tailwind = {
3319
3420
  })
3320
3421
  };
3321
3422
  },
3322
- header: function header(_ref171) {
3323
- var props = _ref171.props;
3423
+ header: function header(_ref175) {
3424
+ var props = _ref175.props;
3324
3425
  return {
3325
3426
  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
3427
  // Dark Mode
@@ -3328,25 +3429,25 @@ var Tailwind = {
3328
3429
  };
3329
3430
  },
3330
3431
  table: 'w-full border-spacing-0',
3331
- thead: function thead(_ref172) {
3332
- var context = _ref172.context;
3432
+ thead: function thead(_ref176) {
3433
+ var context = _ref176.context;
3333
3434
  return {
3334
3435
  className: classNames({
3335
3436
  'bg-slate-50 top-0 z-[1]': context.scrollable
3336
3437
  })
3337
3438
  };
3338
3439
  },
3339
- tbody: function tbody(_ref173) {
3340
- var props = _ref173.props,
3341
- context = _ref173.context;
3440
+ tbody: function tbody(_ref177) {
3441
+ var props = _ref177.props,
3442
+ context = _ref177.context;
3342
3443
  return {
3343
3444
  className: classNames({
3344
3445
  'sticky z-[1]': props.frozenRow && context.scrollable
3345
3446
  })
3346
3447
  };
3347
3448
  },
3348
- tfoot: function tfoot(_ref174) {
3349
- var context = _ref174.context;
3449
+ tfoot: function tfoot(_ref178) {
3450
+ var context = _ref178.context;
3350
3451
  return {
3351
3452
  className: classNames({
3352
3453
  'bg-slate-50 bottom-0 z-[1]': context.scrollable
@@ -3358,9 +3459,9 @@ var Tailwind = {
3358
3459
  )
3359
3460
  },
3360
3461
  column: {
3361
- headerCell: function headerCell(_ref175) {
3362
- var context = _ref175.context,
3363
- props = _ref175.props;
3462
+ headerCell: function headerCell(_ref179) {
3463
+ var context = _ref179.context,
3464
+ props = _ref179.props;
3364
3465
  return {
3365
3466
  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
3467
  // Size
@@ -3377,9 +3478,9 @@ var Tailwind = {
3377
3478
  };
3378
3479
  },
3379
3480
  headerContent: 'flex items-center',
3380
- bodyCell: function bodyCell(_ref176) {
3381
- var props = _ref176.props,
3382
- context = _ref176.context;
3481
+ bodyCell: function bodyCell(_ref180) {
3482
+ var props = _ref180.props,
3483
+ context = _ref180.context;
3383
3484
  return {
3384
3485
  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
3486
  // Size
@@ -3392,8 +3493,8 @@ var Tailwind = {
3392
3493
  })
3393
3494
  };
3394
3495
  },
3395
- footerCell: function footerCell(_ref177) {
3396
- var context = _ref177.context;
3496
+ footerCell: function footerCell(_ref181) {
3497
+ var context = _ref181.context;
3397
3498
  return {
3398
3499
  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
3500
  // Size
@@ -3404,8 +3505,8 @@ var Tailwind = {
3404
3505
  })
3405
3506
  };
3406
3507
  },
3407
- sortIcon: function sortIcon(_ref178) {
3408
- var context = _ref178.context;
3508
+ sortIcon: function sortIcon(_ref182) {
3509
+ var context = _ref182.context;
3409
3510
  return {
3410
3511
  className: classNames('ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70')
3411
3512
  };
@@ -3423,8 +3524,8 @@ var Tailwind = {
3423
3524
  root: 'min-[0px]:flex mb-2'
3424
3525
  },
3425
3526
  filterRowItems: 'm-0 p-0 py-3 list-none ',
3426
- filterRowItem: function filterRowItem(_ref179) {
3427
- var context = _ref179.context;
3527
+ filterRowItem: function filterRowItem(_ref183) {
3528
+ var context = _ref183.context;
3428
3529
  return {
3429
3530
  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
3531
  };
@@ -3454,8 +3555,8 @@ var Tailwind = {
3454
3555
  filterApplyButton: {
3455
3556
  root: 'w-auto min-[0px]:text-sm px-4 py-3'
3456
3557
  },
3457
- filterMenuButton: function filterMenuButton(_ref180) {
3458
- var context = _ref180.context;
3558
+ filterMenuButton: function filterMenuButton(_ref184) {
3559
+ var context = _ref184.context;
3459
3560
  return {
3460
3561
  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
3562
  // Hover
@@ -3468,8 +3569,8 @@ var Tailwind = {
3468
3569
  })
3469
3570
  };
3470
3571
  },
3471
- headerFilterClearButton: function headerFilterClearButton(_ref181) {
3472
- var context = _ref181.context;
3572
+ headerFilterClearButton: function headerFilterClearButton(_ref185) {
3573
+ var context = _ref185.context;
3473
3574
  return {
3474
3575
  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
3576
  invisible: !context.hidden
@@ -3508,8 +3609,8 @@ var Tailwind = {
3508
3609
  radioButtonInput: {
3509
3610
  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
3611
  },
3511
- radioButtonBox: function radioButtonBox(_ref182) {
3512
- var context = _ref182.context;
3612
+ radioButtonBox: function radioButtonBox(_ref186) {
3613
+ var context = _ref186.context;
3513
3614
  return {
3514
3615
  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
3616
  '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 +3618,8 @@ var Tailwind = {
3517
3618
  })
3518
3619
  };
3519
3620
  },
3520
- radioButtonIcon: function radioButtonIcon(_ref183) {
3521
- var context = _ref183.context;
3621
+ radioButtonIcon: function radioButtonIcon(_ref187) {
3622
+ var context = _ref187.context;
3522
3623
  return {
3523
3624
  className: classNames('transform rounded-full', 'block h-3 w-3 bg-white transition duration-200 dark:bg-gray-900', {
3524
3625
  'backface-hidden scale-10 invisible': context.checked === false,
@@ -3529,8 +3630,8 @@ var Tailwind = {
3529
3630
  headercheckboxwrapper: {
3530
3631
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
3531
3632
  },
3532
- headerCheckbox: function headerCheckbox(_ref184) {
3533
- var context = _ref184.context;
3633
+ headerCheckbox: function headerCheckbox(_ref188) {
3634
+ var context = _ref188.context;
3534
3635
  return {
3535
3636
  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
3637
  '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 +3643,8 @@ var Tailwind = {
3542
3643
  checkboxwrapper: {
3543
3644
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
3544
3645
  },
3545
- checkbox: function checkbox(_ref185) {
3546
- var context = _ref185.context;
3646
+ checkbox: function checkbox(_ref189) {
3647
+ var context = _ref189.context;
3547
3648
  return {
3548
3649
  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
3650
  '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 +3655,8 @@ var Tailwind = {
3554
3655
  checkboxicon: 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900',
3555
3656
  transition: TRANSITIONS.overlay
3556
3657
  },
3557
- bodyRow: function bodyRow(_ref186) {
3558
- var context = _ref186.context;
3658
+ bodyRow: function bodyRow(_ref190) {
3659
+ var context = _ref190.context;
3559
3660
  return {
3560
3661
  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
3662
  // Focus