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
@@ -310,44 +310,44 @@ var Tailwind = {
310
310
  },
311
311
  nav: {
312
312
  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.
313
+ }
314
+ },
315
+ tabpanel: {
316
+ header: function header(_ref8) {
317
+ var props = _ref8.props;
318
+ return {
319
+ className: classNames('mr-0', {
320
+ 'cursor-default pointer-events-none select-none user-select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
321
+ }) // Margin and condition-based styles.
322
+ };
313
323
  },
314
- tabpanel: {
315
- header: function header(_ref8) {
316
- var props = _ref8.props;
317
- return {
318
- className: classNames('mr-0', {
319
- 'cursor-default pointer-events-none select-none user-select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
320
- }) // Margin and condition-based styles.
321
- };
322
- },
323
- headerAction: function headerAction(_ref9) {
324
- var parent = _ref9.parent,
325
- context = _ref9.context;
326
- return {
327
- className: classNames('items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none user-select-none',
328
- // Flex and overflow styles.
329
- 'border-b-2 p-5 font-bold rounded-t-md transition-shadow duration-200 m-0',
330
- // Border, padding, font, and transition styles.
331
- 'transition-colors duration-200',
332
- // Transition duration style.
333
- '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)]',
334
- // Focus styles.
335
- {
336
- '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,
337
- // Condition-based hover styles.
338
- '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.
339
- }),
340
- style: {
341
- marginBottom: '-2px'
342
- } // Negative margin style.
343
- };
344
- },
345
- headerTitle: {
346
- className: classNames('leading-none whitespace-nowrap') // Leading and whitespace styles.
347
- },
348
- content: {
349
- 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.
350
- }
324
+ headerAction: function headerAction(_ref9) {
325
+ var parent = _ref9.parent,
326
+ context = _ref9.context;
327
+ return {
328
+ className: classNames('items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none user-select-none',
329
+ // Flex and overflow styles.
330
+ 'border-b-2 p-5 font-bold rounded-t-md transition-shadow duration-200 m-0',
331
+ // Border, padding, font, and transition styles.
332
+ 'transition-colors duration-200',
333
+ // Transition duration style.
334
+ '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)]',
335
+ // Focus styles.
336
+ {
337
+ '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,
338
+ // Condition-based hover styles.
339
+ '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.
340
+ }),
341
+ style: {
342
+ marginBottom: '-2px'
343
+ } // Negative margin style.
344
+ };
345
+ },
346
+ headerTitle: {
347
+ className: classNames('leading-none whitespace-nowrap') // Leading and whitespace styles.
348
+ },
349
+ content: {
350
+ 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.
351
351
  }
352
352
  },
353
353
  splitter: {
@@ -722,7 +722,7 @@ var Tailwind = {
722
722
  }, {
723
723
  'bg-transparent border-transparent': props.text && !props.plain,
724
724
  'text-blue-500 dark:text-blue-400 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
725
- 'text-gray-500 dark:text-grayy-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
725
+ 'text-gray-500 dark:text-gray-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
726
726
  'text-green-500 dark:text-green-400 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
727
727
  'text-orange-500 dark:text-orange-400 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
728
728
  'text-purple-500 dark:text-purple-400 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
@@ -880,13 +880,20 @@ var Tailwind = {
880
880
  var props = _ref35.props,
881
881
  context = _ref35.context;
882
882
  return {
883
- 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', {
884
- '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,
885
- 'opacity-60 select-none pointer-events-none cursor-default': context.disabled
883
+ 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', {
884
+ '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,
885
+ 'hover:border-blue-500': !props.invalid && !context.disabled,
886
+ 'opacity-60 select-none pointer-events-none cursor-default': context.disabled,
887
+ 'border-gray-300 dark:border-blue-900/40': !props.invalid,
888
+ 'border-red-500 hover:border-red-500/80 focus:border-red-500': props.invalid && !context.disabled,
889
+ 'border-red-500/50': props.invalid && context.disabled
886
890
  }, {
887
- 'text-lg px-4 py-4': props.size == 'large',
888
- 'text-xs px-2 py-2': props.size == 'small',
891
+ 'text-lg px-4 py-4': props.size === 'large',
892
+ 'text-xs px-2 py-2': props.size === 'small',
889
893
  'p-3 text-base': !props.size || typeof props.size === 'number'
894
+ }, {
895
+ 'pl-8': context.iconPosition === 'left',
896
+ 'pr-8': props.iconPosition === 'right'
890
897
  })
891
898
  };
892
899
  }
@@ -1001,20 +1008,92 @@ var Tailwind = {
1001
1008
  optionGroupIcon: 'ml-auto',
1002
1009
  transition: TRANSITIONS.overlay
1003
1010
  },
1011
+ floatlabel: {
1012
+ root: {
1013
+ className: classNames('block relative',
1014
+ // root component style
1015
+ '[&>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',
1016
+ // label style
1017
+ '[&>textarea~label]:top-4',
1018
+ // textarea
1019
+ '[&>input:focus~label]:-top-3 [&>input:focus~label]:text-xs',
1020
+ // input focus
1021
+ '[&>input:autofill~label]:-top-3 [&>input:autofill~label]:text-xs',
1022
+ // input autofill
1023
+ '[&>input.p-filled~label]:-top-3 [&>input.p-filled~label]:text-xs',
1024
+ // input filled
1025
+ '[&>textarea:focus~label]:-top-3 [&>textarea:focus~label]:text-xs',
1026
+ // textarea focus
1027
+ '[&>textarea.p-filled~label]:-top-3 [&>textarea.p-filled~label]:text-xs',
1028
+ // textarea filled
1029
+ '[&>div[data-pc-name="dropdown"][data-p-focus="false"]~label]:-top-3 [&>div[data-pc-name="dropdown"][data-p-focus="false"]~label]:text-xs',
1030
+ // dropdown focus
1031
+ '[&>input::placeholder]:opacity-0 [&>input::placeholder]:transition-all [&>input::placeholder]:ease-in-out',
1032
+ // placeholder
1033
+ '[&>input::placeholder:focus]:opacity-100 [&>input::placeholder:focus]:transition-all [&>input::placeholder:focus]:ease-in-out' // placeholder focus
1034
+ )
1035
+ }
1036
+ },
1037
+ iconfield: {
1038
+ root: {
1039
+ className: classNames('relative')
1040
+ }
1041
+ },
1042
+ inputicon: {
1043
+ root: function root(_ref45) {
1044
+ var context = _ref45.context;
1045
+ return {
1046
+ className: classNames('absolute top-1/2 -mt-2', {
1047
+ 'left-2': context.iconPosition === 'left',
1048
+ 'right-2': context.iconPosition === 'right'
1049
+ })
1050
+ };
1051
+ }
1052
+ },
1004
1053
  inputmask: {
1005
- 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'
1054
+ root: function root(_ref46) {
1055
+ var props = _ref46.props,
1056
+ context = _ref46.context;
1057
+ return {
1058
+ 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', {
1059
+ '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,
1060
+ 'hover:border-blue-500': !props.invalid && !context.disabled,
1061
+ 'opacity-60 select-none pointer-events-none cursor-default': context.disabled,
1062
+ 'border-gray-300 dark:border-blue-900/40': !props.invalid,
1063
+ 'border-red-500 hover:border-red-500/80 focus:border-red-500': props.invalid && !context.disabled,
1064
+ 'border-red-500/50': props.invalid && context.disabled
1065
+ }, {
1066
+ 'text-lg px-4 py-4': props.size === 'large',
1067
+ 'text-xs px-2 py-2': props.size === 'small',
1068
+ 'p-3 text-base': !props.size || typeof props.size === 'number'
1069
+ }, {
1070
+ 'pl-8': context.iconPosition === 'left',
1071
+ 'pr-8': props.iconPosition === 'right'
1072
+ })
1073
+ };
1074
+ }
1075
+ },
1076
+ inputotp: {
1077
+ root: {
1078
+ className: 'flex items-center gap-2'
1079
+ },
1080
+ input: {
1081
+ root: {
1082
+ 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')
1083
+ }
1084
+ }
1006
1085
  },
1007
1086
  rating: {
1008
- root: function root(_ref45) {
1009
- var props = _ref45.props;
1087
+ root: function root(_ref47) {
1088
+ var props = _ref47.props;
1010
1089
  return {
1011
1090
  className: classNames('relative flex items-center', 'gap-2', {
1012
1091
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1013
1092
  })
1014
1093
  };
1015
1094
  },
1016
- cancelItem: function cancelItem(_ref46) {
1017
- _ref46.context;
1095
+ cancelItem: function cancelItem(_ref48) {
1096
+ _ref48.context;
1018
1097
  return {
1019
1098
  className: classNames('inline-flex items-center cursor-pointer'
1020
1099
 
@@ -1027,9 +1106,9 @@ var Tailwind = {
1027
1106
  cancelIcon: {
1028
1107
  className: classNames('text-red-500', 'w-5 h-5', 'transition duration-200 ease-in')
1029
1108
  },
1030
- item: function item(_ref47) {
1031
- var props = _ref47.props,
1032
- context = _ref47.context;
1109
+ item: function item(_ref49) {
1110
+ var props = _ref49.props,
1111
+ context = _ref49.context;
1033
1112
  return {
1034
1113
  className: classNames('inline-flex items-center', {
1035
1114
  'cursor-pointer': !props.readOnly,
@@ -1047,16 +1126,16 @@ var Tailwind = {
1047
1126
  }
1048
1127
  },
1049
1128
  selectbutton: {
1050
- root: function root(_ref48) {
1051
- var props = _ref48.props;
1129
+ root: function root(_ref50) {
1130
+ var props = _ref50.props;
1052
1131
  return {
1053
1132
  className: classNames({
1054
1133
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1055
1134
  })
1056
1135
  };
1057
1136
  },
1058
- button: function button(_ref49) {
1059
- var context = _ref49.context;
1137
+ button: function button(_ref51) {
1138
+ var context = _ref51.context;
1060
1139
  return {
1061
1140
  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)]', {
1062
1141
  '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,
@@ -1068,8 +1147,8 @@ var Tailwind = {
1068
1147
  label: 'font-bold'
1069
1148
  },
1070
1149
  slider: {
1071
- root: function root(_ref50) {
1072
- var props = _ref50.props;
1150
+ root: function root(_ref52) {
1151
+ var props = _ref52.props;
1073
1152
  return {
1074
1153
  className: classNames('relative', 'bg-gray-100 dark:bg-gray-800 border-0 rounded-6', {
1075
1154
  'h-1 w-56': props.orientation == 'horizontal',
@@ -1079,8 +1158,8 @@ var Tailwind = {
1079
1158
  })
1080
1159
  };
1081
1160
  },
1082
- range: function range(_ref51) {
1083
- var props = _ref51.props;
1161
+ range: function range(_ref53) {
1162
+ var props = _ref53.props;
1084
1163
  return {
1085
1164
  className: classNames('bg-blue-500', 'block absolute', {
1086
1165
  'top-0 left-0 h-full': props.orientation == 'horizontal',
@@ -1088,8 +1167,8 @@ var Tailwind = {
1088
1167
  })
1089
1168
  };
1090
1169
  },
1091
- handle: function handle(_ref52) {
1092
- var props = _ref52.props;
1170
+ handle: function handle(_ref54) {
1171
+ var props = _ref54.props;
1093
1172
  return {
1094
1173
  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', {
1095
1174
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
@@ -1099,8 +1178,8 @@ var Tailwind = {
1099
1178
  }
1100
1179
  },
1101
1180
  password: {
1102
- root: function root(_ref53) {
1103
- var props = _ref53.props;
1181
+ root: function root(_ref55) {
1182
+ var props = _ref55.props;
1104
1183
  return {
1105
1184
  className: classNames('inline-flex relative', {
1106
1185
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1109,10 +1188,10 @@ var Tailwind = {
1109
1188
  },
1110
1189
  panel: 'p-5 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 shadow-md rounded-md',
1111
1190
  meter: 'mb-2 bg-gray-300 dark:bg-gray-700 h-3',
1112
- meterLabel: function meterLabel(_ref54) {
1191
+ meterLabel: function meterLabel(_ref56) {
1113
1192
  var _state$meter, _state$meter2, _state$meter3;
1114
- var state = _ref54.state,
1115
- props = _ref54.props;
1193
+ var state = _ref56.state,
1194
+ props = _ref56.props;
1116
1195
  return {
1117
1196
  className: classNames('transition-width duration-1000 ease-in-out h-full', {
1118
1197
  'bg-red-500': ((_state$meter = state.meter) === null || _state$meter === void 0 ? void 0 : _state$meter.strength) == 'weak',
@@ -1129,12 +1208,15 @@ var Tailwind = {
1129
1208
  hideIcon: {
1130
1209
  className: classNames('absolute top-1/2 -mt-2', 'right-3 text-gray-600 dark:text-white/70')
1131
1210
  },
1211
+ inputIcon: {
1212
+ root: 'mt-0'
1213
+ },
1132
1214
  transition: TRANSITIONS.overlay
1133
1215
  },
1134
1216
  togglebutton: {
1135
- root: function root(_ref55) {
1136
- var props = _ref55.props,
1137
- state = _ref55.state;
1217
+ root: function root(_ref57) {
1218
+ var props = _ref57.props,
1219
+ state = _ref57.state;
1138
1220
  return {
1139
1221
  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', {
1140
1222
  '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
@@ -1147,8 +1229,8 @@ var Tailwind = {
1147
1229
  };
1148
1230
  },
1149
1231
  label: 'font-bold text-center w-full',
1150
- icon: function icon(_ref56) {
1151
- var props = _ref56.props;
1232
+ icon: function icon(_ref58) {
1233
+ var props = _ref58.props;
1152
1234
  return {
1153
1235
  className: classNames(' mr-2', {
1154
1236
  'text-gray-600 dark:text-white/70': !props.checked,
@@ -1164,8 +1246,8 @@ var Tailwind = {
1164
1246
  input: {
1165
1247
  className: classNames('absolute appearance-none top-0 left-0 size-full p-0 m-0 opacity-0 z-10 outline-none cursor-pointer')
1166
1248
  },
1167
- box: function box(_ref57) {
1168
- var props = _ref57.props;
1249
+ box: function box(_ref59) {
1250
+ var props = _ref59.props;
1169
1251
  return {
1170
1252
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
1171
1253
  'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.value || !props.value,
@@ -1185,9 +1267,9 @@ var Tailwind = {
1185
1267
  input: {
1186
1268
  className: classNames('absolute appearance-none top-0 left-0 size-full p-0 m-0 opacity-0 z-10 outline-none cursor-pointer')
1187
1269
  },
1188
- box: function box(_ref58) {
1189
- var props = _ref58.props,
1190
- context = _ref58.context;
1270
+ box: function box(_ref60) {
1271
+ var props = _ref60.props,
1272
+ context = _ref60.context;
1191
1273
  return {
1192
1274
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
1193
1275
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -1204,8 +1286,11 @@ var Tailwind = {
1204
1286
  root: {
1205
1287
  className: classNames('relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6')
1206
1288
  },
1207
- input: function input(_ref59) {
1208
- var props = _ref59.props;
1289
+ input: {
1290
+ className: classNames('absolute appearance-none top-0 left-0 size-full p-0 m-0 opacity-0 z-10 outline-none cursor-pointer')
1291
+ },
1292
+ box: function box(_ref61) {
1293
+ var props = _ref61.props;
1209
1294
  return {
1210
1295
  className: classNames('flex justify-center items-center', 'border-2 w-6 h-6 text-gray-700 rounded-full transition duration-200 ease-in-out', {
1211
1296
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80': !props.checked,
@@ -1216,8 +1301,8 @@ var Tailwind = {
1216
1301
  })
1217
1302
  };
1218
1303
  },
1219
- icon: function icon(_ref60) {
1220
- var props = _ref60.props;
1304
+ icon: function icon(_ref62) {
1305
+ var props = _ref62.props;
1221
1306
  return {
1222
1307
  className: classNames('transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
1223
1308
  'backface-hidden scale-10 invisible': !props.checked,
@@ -1227,16 +1312,16 @@ var Tailwind = {
1227
1312
  }
1228
1313
  },
1229
1314
  dropdown: {
1230
- root: function root(_ref61) {
1231
- var props = _ref61.props;
1315
+ root: function root(_ref63) {
1316
+ var props = _ref63.props;
1232
1317
  return {
1233
1318
  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)]', {
1234
1319
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1235
1320
  })
1236
1321
  };
1237
1322
  },
1238
- input: function input(_ref62) {
1239
- var props = _ref62.props;
1323
+ input: function input(_ref64) {
1324
+ var props = _ref64.props;
1240
1325
  return {
1241
1326
  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', {
1242
1327
  'pr-7': props.showClear
@@ -1250,8 +1335,8 @@ var Tailwind = {
1250
1335
  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'
1251
1336
  },
1252
1337
  list: 'py-3 list-none m-0',
1253
- item: function item(_ref63) {
1254
- var context = _ref63.context;
1338
+ item: function item(_ref65) {
1339
+ var context = _ref65.context;
1255
1340
  return {
1256
1341
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1257
1342
  'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
@@ -1277,8 +1362,8 @@ var Tailwind = {
1277
1362
  transition: TRANSITIONS.overlay
1278
1363
  },
1279
1364
  calendar: {
1280
- root: function root(_ref64) {
1281
- var props = _ref64.props;
1365
+ root: function root(_ref66) {
1366
+ var props = _ref66.props;
1282
1367
  return {
1283
1368
  className: classNames('inline-flex max-w-full relative', {
1284
1369
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1286,8 +1371,8 @@ var Tailwind = {
1286
1371
  };
1287
1372
  },
1288
1373
  input: {
1289
- root: function root(_ref65) {
1290
- var parent = _ref65.parent;
1374
+ root: function root(_ref67) {
1375
+ var parent = _ref67.parent;
1291
1376
  return {
1292
1377
  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', {
1293
1378
  'rounded-lg': !parent.props.showIcon,
@@ -1297,8 +1382,8 @@ var Tailwind = {
1297
1382
  }
1298
1383
  },
1299
1384
  dropdownButton: {
1300
- root: function root(_ref66) {
1301
- var props = _ref66.props;
1385
+ root: function root(_ref68) {
1386
+ var props = _ref68.props;
1302
1387
  return {
1303
1388
  className: classNames({
1304
1389
  'rounded-l-none': props.icon
@@ -1306,12 +1391,12 @@ var Tailwind = {
1306
1391
  };
1307
1392
  }
1308
1393
  },
1309
- panel: function panel(_ref67) {
1310
- var props = _ref67.props;
1394
+ panel: function panel(_ref69) {
1395
+ var props = _ref69.props;
1311
1396
  return {
1312
- className: classNames('bg-white dark:bg-gray-900', 'min-w-full', {
1397
+ className: classNames('bg-white dark:bg-gray-900', 'top-0 left-0 w-auto min-w-min p-2 rounded-lg', {
1313
1398
  'shadow-md border-0 absolute': !props.inline,
1314
- 'inline-block overflow-x-auto border border-gray-300 dark:border-blue-900/40 p-2 rounded-lg': props.inline
1399
+ 'inline-block overflow-x-auto border border-gray-300 dark:border-blue-900/40': props.inline
1315
1400
  })
1316
1401
  };
1317
1402
  },
@@ -1332,29 +1417,29 @@ var Tailwind = {
1332
1417
  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 ')
1333
1418
  },
1334
1419
  table: {
1335
- className: classNames('border-collapse w-full', 'my-2')
1420
+ className: classNames('border-collapse w-full', 'my-2 mx-0')
1336
1421
  },
1337
1422
  tableHeaderCell: 'p-2',
1338
1423
  weekDay: 'text-gray-600 dark:text-white/70',
1339
1424
  day: 'p-2',
1340
- dayLabel: function dayLabel(_ref68) {
1341
- var context = _ref68.context;
1425
+ dayLabel: function dayLabel(_ref70) {
1426
+ var context = _ref70.context;
1342
1427
  return {
1343
1428
  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)]', {
1344
1429
  'opacity-60 cursor-default': context.disabled,
1345
1430
  'cursor-pointer': !context.disabled
1346
1431
  }, {
1347
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1432
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1348
1433
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1349
1434
  })
1350
1435
  };
1351
1436
  },
1352
1437
  monthPicker: 'my-2',
1353
- month: function month(_ref69) {
1354
- var context = _ref69.context;
1438
+ month: function month(_ref71) {
1439
+ var context = _ref71.context;
1355
1440
  return {
1356
1441
  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)]', {
1357
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1442
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1358
1443
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1359
1444
  })
1360
1445
  };
@@ -1362,11 +1447,11 @@ var Tailwind = {
1362
1447
  yearPicker: {
1363
1448
  className: classNames('my-2')
1364
1449
  },
1365
- year: function year(_ref70) {
1366
- var context = _ref70.context;
1450
+ year: function year(_ref72) {
1451
+ var context = _ref72.context;
1367
1452
  return {
1368
1453
  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)]', {
1369
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1454
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1370
1455
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1371
1456
  })
1372
1457
  };
@@ -1385,10 +1470,8 @@ var Tailwind = {
1385
1470
  decrementButton: {
1386
1471
  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 ')
1387
1472
  },
1388
- groupContainer: 'flex',
1389
- group: {
1390
- 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')
1391
- },
1473
+ groupContainer: '',
1474
+ group: '',
1392
1475
  transition: TRANSITIONS.overlay
1393
1476
  },
1394
1477
  listbox: {
@@ -1397,8 +1480,8 @@ var Tailwind = {
1397
1480
  },
1398
1481
  wrapper: 'overflow-auto',
1399
1482
  list: 'py-3 list-none m-0',
1400
- item: function item(_ref71) {
1401
- var context = _ref71.context;
1483
+ item: function item(_ref73) {
1484
+ var context = _ref73.context;
1402
1485
  return {
1403
1486
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1404
1487
  'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
@@ -1426,8 +1509,8 @@ var Tailwind = {
1426
1509
  root: 'relative',
1427
1510
  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',
1428
1511
  items: 'py-3 list-none m-0',
1429
- item: function item(_ref72) {
1430
- var state = _ref72.state;
1512
+ item: function item(_ref74) {
1513
+ var state = _ref74.state;
1431
1514
  return {
1432
1515
  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', {
1433
1516
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': state.selected
@@ -1437,8 +1520,8 @@ var Tailwind = {
1437
1520
  transition: TRANSITIONS.overlay
1438
1521
  },
1439
1522
  multiselect: {
1440
- root: function root(_ref73) {
1441
- var props = _ref73.props;
1523
+ root: function root(_ref75) {
1524
+ var props = _ref75.props;
1442
1525
  return {
1443
1526
  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', {
1444
1527
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1446,8 +1529,8 @@ var Tailwind = {
1446
1529
  };
1447
1530
  },
1448
1531
  labelContainer: 'overflow-hidden flex flex-auto cursor-pointer',
1449
- label: function label(_ref74) {
1450
- var props = _ref74.props;
1532
+ label: function label(_ref76) {
1533
+ var props = _ref76.props;
1451
1534
  return {
1452
1535
  className: classNames('block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', {
1453
1536
  '!p-3': props.display !== 'chip' && (props.value == null || props.value == undefined),
@@ -1472,8 +1555,8 @@ var Tailwind = {
1472
1555
  className: classNames('inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6')
1473
1556
  },
1474
1557
  headerCheckbox: {
1475
- root: function root(_ref75) {
1476
- var props = _ref75.props;
1558
+ root: function root(_ref77) {
1559
+ var props = _ref77.props;
1477
1560
  return {
1478
1561
  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)]', {
1479
1562
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(props !== null && props !== void 0 && props.checked),
@@ -1491,8 +1574,8 @@ var Tailwind = {
1491
1574
  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')
1492
1575
  },
1493
1576
  list: 'py-3 list-none m-0',
1494
- item: function item(_ref76) {
1495
- var context = _ref76.context;
1577
+ item: function item(_ref78) {
1578
+ var context = _ref78.context;
1496
1579
  return {
1497
1580
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1498
1581
  'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
@@ -1505,8 +1588,8 @@ var Tailwind = {
1505
1588
  checkboxContainer: {
1506
1589
  className: classNames('inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6')
1507
1590
  },
1508
- checkbox: function checkbox(_ref77) {
1509
- var context = _ref77.context;
1591
+ checkbox: function checkbox(_ref79) {
1592
+ var context = _ref79.context;
1510
1593
  return {
1511
1594
  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)]', {
1512
1595
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
@@ -1532,8 +1615,8 @@ var Tailwind = {
1532
1615
  root: {
1533
1616
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
1534
1617
  },
1535
- checkbox: function checkbox(_ref78) {
1536
- var props = _ref78.props;
1618
+ checkbox: function checkbox(_ref80) {
1619
+ var props = _ref80.props;
1537
1620
  return {
1538
1621
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
1539
1622
  'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.value || !props.value,
@@ -1546,8 +1629,8 @@ var Tailwind = {
1546
1629
  }
1547
1630
  },
1548
1631
  inputtextarea: {
1549
- root: function root(_ref79) {
1550
- var context = _ref79.context;
1632
+ root: function root(_ref81) {
1633
+ var context = _ref81.context;
1551
1634
  return {
1552
1635
  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)]', {
1553
1636
  'opacity-60 select-none pointer-events-none cursor-default': context.disabled
@@ -1556,8 +1639,8 @@ var Tailwind = {
1556
1639
  }
1557
1640
  },
1558
1641
  treeselect: {
1559
- root: function root(_ref80) {
1560
- var props = _ref80.props;
1642
+ root: function root(_ref82) {
1643
+ var props = _ref82.props;
1561
1644
  return {
1562
1645
  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', {
1563
1646
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1588,8 +1671,8 @@ var Tailwind = {
1588
1671
  transition: TRANSITIONS.overlay
1589
1672
  },
1590
1673
  autocomplete: {
1591
- root: function root(_ref81) {
1592
- var props = _ref81.props;
1674
+ root: function root(_ref83) {
1675
+ var props = _ref83.props;
1593
1676
  return {
1594
1677
  className: classNames('relative inline-flex', {
1595
1678
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1604,8 +1687,8 @@ var Tailwind = {
1604
1687
  inputToken: {
1605
1688
  className: classNames('py-0.375rem px-0', 'flex-1 inline-flex')
1606
1689
  },
1607
- input: function input(_ref82) {
1608
- var props = _ref82.props;
1690
+ input: function input(_ref84) {
1691
+ var props = _ref84.props;
1609
1692
  return {
1610
1693
  root: {
1611
1694
  className: classNames('m-0', 'transition-colors duration-200 appearance-none rounded-lg', {
@@ -1627,8 +1710,8 @@ var Tailwind = {
1627
1710
  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')
1628
1711
  },
1629
1712
  list: 'py-3 list-none m-0',
1630
- item: function item(_ref83) {
1631
- var context = _ref83.context;
1713
+ item: function item(_ref85) {
1714
+ var context = _ref85.context;
1632
1715
  return {
1633
1716
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1634
1717
  'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
@@ -1644,8 +1727,8 @@ var Tailwind = {
1644
1727
  transition: TRANSITIONS.overlay
1645
1728
  },
1646
1729
  chips: {
1647
- root: function root(_ref84) {
1648
- var props = _ref84.props;
1730
+ root: function root(_ref86) {
1731
+ var props = _ref86.props;
1649
1732
  return {
1650
1733
  className: classNames('flex', {
1651
1734
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1667,8 +1750,8 @@ var Tailwind = {
1667
1750
  removeTokenIcon: 'ml-2'
1668
1751
  },
1669
1752
  colorpicker: {
1670
- root: function root(_ref85) {
1671
- var props = _ref85.props;
1753
+ root: function root(_ref87) {
1754
+ var props = _ref87.props;
1672
1755
  return {
1673
1756
  className: classNames('inline-block', {
1674
1757
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1678,8 +1761,8 @@ var Tailwind = {
1678
1761
  input: {
1679
1762
  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')
1680
1763
  },
1681
- panel: function panel(_ref86) {
1682
- var props = _ref86.props;
1764
+ panel: function panel(_ref88) {
1765
+ var props = _ref88.props;
1683
1766
  return {
1684
1767
  className: classNames('shadow-md', 'bg-gray-800 border-gray-900', {
1685
1768
  'relative h-48 w-52': props.inline,
@@ -1719,8 +1802,8 @@ var Tailwind = {
1719
1802
  },
1720
1803
  //MISC
1721
1804
  badge: {
1722
- root: function root(_ref87) {
1723
- var props = _ref87.props;
1805
+ root: function root(_ref89) {
1806
+ var props = _ref89.props;
1724
1807
  return {
1725
1808
  className: classNames('rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
1726
1809
  'bg-gray-500 ': props.severity == 'secondary',
@@ -1738,9 +1821,9 @@ var Tailwind = {
1738
1821
  }
1739
1822
  },
1740
1823
  avatar: {
1741
- root: function root(_ref88) {
1742
- var props = _ref88.props,
1743
- state = _ref88.state;
1824
+ root: function root(_ref90) {
1825
+ var props = _ref90.props,
1826
+ state = _ref90.state;
1744
1827
  return {
1745
1828
  className: classNames('flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
1746
1829
  'rounded-lg': props.shape == 'square',
@@ -1776,8 +1859,8 @@ var Tailwind = {
1776
1859
  root: {
1777
1860
  className: classNames('overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800')
1778
1861
  },
1779
- value: function value(_ref89) {
1780
- var props = _ref89.props;
1862
+ value: function value(_ref91) {
1863
+ var props = _ref91.props;
1781
1864
  return {
1782
1865
  className: classNames('border-0 m-0 bg-blue-500', {
1783
1866
  'transition-width duration-1000 ease-in-out absolute items-center border-0 flex h-full justify-center overflow-hidden w-0': props.mode !== 'indeterminate',
@@ -1797,8 +1880,8 @@ var Tailwind = {
1797
1880
  circle: 'text-red-500 progress-spinner-circle'
1798
1881
  },
1799
1882
  skeleton: {
1800
- root: function root(_ref90) {
1801
- var props = _ref90.props;
1883
+ root: function root(_ref92) {
1884
+ var props = _ref92.props;
1802
1885
  return {
1803
1886
  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', {
1804
1887
  'rounded-md': props.shape !== 'circle',
@@ -1808,8 +1891,8 @@ var Tailwind = {
1808
1891
  }
1809
1892
  },
1810
1893
  tag: {
1811
- root: function root(_ref91) {
1812
- var props = _ref91.props;
1894
+ root: function root(_ref93) {
1895
+ var props = _ref93.props;
1813
1896
  return {
1814
1897
  className: classNames('inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
1815
1898
  'bg-gray-500 ': props.severity == 'secondary',
@@ -1833,8 +1916,8 @@ var Tailwind = {
1833
1916
  }
1834
1917
  },
1835
1918
  scrolltop: {
1836
- root: function root(_ref92) {
1837
- var props = _ref92.props;
1919
+ root: function root(_ref94) {
1920
+ var props = _ref94.props;
1838
1921
  return {
1839
1922
  className: classNames('fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
1840
1923
  '!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
@@ -1892,8 +1975,8 @@ var Tailwind = {
1892
1975
  className: classNames('m-0 p-0 list-none', 'outline-none')
1893
1976
  },
1894
1977
  menuitem: 'relative',
1895
- content: function content(_ref93) {
1896
- var context = _ref93.context;
1978
+ content: function content(_ref95) {
1979
+ var context = _ref95.context;
1897
1980
  return {
1898
1981
  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',
1899
1982
  // Hover
@@ -1921,8 +2004,8 @@ var Tailwind = {
1921
2004
  }
1922
2005
  },
1923
2006
  dock: {
1924
- root: function root(_ref94) {
1925
- var props = _ref94.props;
2007
+ root: function root(_ref96) {
2008
+ var props = _ref96.props;
1926
2009
  return {
1927
2010
  className: classNames('absolute z-1 flex justify-center items-center pointer-events-none', {
1928
2011
  'left-0 bottom-0 w-full': props.position == 'bottom',
@@ -1935,18 +2018,18 @@ var Tailwind = {
1935
2018
  container: {
1936
2019
  className: classNames('flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md')
1937
2020
  },
1938
- menu: function menu(_ref95) {
1939
- var props = _ref95.props;
2021
+ menu: function menu(_ref97) {
2022
+ var props = _ref97.props;
1940
2023
  return {
1941
2024
  className: classNames('m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
1942
2025
  'flex-col': props.position == 'left' || props.position == 'right'
1943
2026
  })
1944
2027
  };
1945
2028
  },
1946
- menuitem: function menuitem(_ref96) {
1947
- var props = _ref96.props,
1948
- context = _ref96.context,
1949
- state = _ref96.state;
2029
+ menuitem: function menuitem(_ref98) {
2030
+ var props = _ref98.props,
2031
+ context = _ref98.context,
2032
+ state = _ref98.state;
1950
2033
  return {
1951
2034
  className: classNames('p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
1952
2035
  'origin-bottom hover:mx-6': props.position == 'bottom',
@@ -1969,8 +2052,8 @@ var Tailwind = {
1969
2052
  menu: {
1970
2053
  className: classNames('m-0 p-0 list-none', 'outline-none')
1971
2054
  },
1972
- content: function content(_ref97) {
1973
- var state = _ref97.state;
2055
+ content: function content(_ref99) {
2056
+ var state = _ref99.state;
1974
2057
  return {
1975
2058
  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',
1976
2059
  // Hover
@@ -1996,8 +2079,8 @@ var Tailwind = {
1996
2079
  root: {
1997
2080
  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')
1998
2081
  },
1999
- menu: function menu(_ref98) {
2000
- var state = _ref98.state;
2082
+ menu: function menu(_ref100) {
2083
+ var state = _ref100.state;
2001
2084
  return {
2002
2085
  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', {
2003
2086
  'hidden ': !(state !== null && state !== void 0 && state.mobileActive),
@@ -2005,9 +2088,9 @@ var Tailwind = {
2005
2088
  })
2006
2089
  };
2007
2090
  },
2008
- menuitem: function menuitem(_ref99) {
2009
- var props = _ref99.props,
2010
- context = _ref99.context;
2091
+ menuitem: function menuitem(_ref101) {
2092
+ var props = _ref101.props,
2093
+ context = _ref101.context;
2011
2094
  return {
2012
2095
  className: classNames('sm:relative sm:w-auto w-full static', 'transition-shadow duration-200', {
2013
2096
  'rounded-md': props.root
@@ -2020,8 +2103,8 @@ var Tailwind = {
2020
2103
  })
2021
2104
  };
2022
2105
  },
2023
- action: function action(_ref100) {
2024
- var context = _ref100.context;
2106
+ action: function action(_ref102) {
2107
+ var context = _ref102.context;
2025
2108
  return {
2026
2109
  className: classNames('select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
2027
2110
  'pl-9 sm:pl-5': context.level === 1,
@@ -2030,8 +2113,8 @@ var Tailwind = {
2030
2113
  };
2031
2114
  },
2032
2115
  icon: 'mr-2',
2033
- submenuIcon: function submenuIcon(_ref101) {
2034
- var props = _ref101.props;
2116
+ submenuIcon: function submenuIcon(_ref103) {
2117
+ var props = _ref103.props;
2035
2118
  return {
2036
2119
  className: classNames({
2037
2120
  'ml-auto sm:ml-2': props.root,
@@ -2039,8 +2122,8 @@ var Tailwind = {
2039
2122
  })
2040
2123
  };
2041
2124
  },
2042
- submenu: function submenu(_ref102) {
2043
- var props = _ref102.props;
2125
+ submenu: function submenu(_ref104) {
2126
+ var props = _ref104.props;
2044
2127
  return {
2045
2128
  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', {
2046
2129
  'sm:absolute sm:left-full sm:top-0': !props.root
@@ -2054,8 +2137,8 @@ var Tailwind = {
2054
2137
  end: 'ml-auto self-auto'
2055
2138
  },
2056
2139
  megamenu: {
2057
- root: function root(_ref103) {
2058
- var props = _ref103.props;
2140
+ root: function root(_ref105) {
2141
+ var props = _ref105.props;
2059
2142
  return {
2060
2143
  className: classNames('bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
2061
2144
  'p-2 items-center': props.orientation == 'horizontal',
@@ -2063,9 +2146,9 @@ var Tailwind = {
2063
2146
  })
2064
2147
  };
2065
2148
  },
2066
- menu: function menu(_ref104) {
2067
- var props = _ref104.props,
2068
- state = _ref104.state;
2149
+ menu: function menu(_ref106) {
2150
+ var props = _ref106.props,
2151
+ state = _ref106.state;
2069
2152
  return {
2070
2153
  className: classNames('m-0 sm:p-0 list-none', 'outline-none', {
2071
2154
  hidden: props.orientation !== 'vertical' && !state.mobileActive
@@ -2076,9 +2159,9 @@ var Tailwind = {
2076
2159
  })
2077
2160
  };
2078
2161
  },
2079
- menuitem: function menuitem(_ref105) {
2080
- var props = _ref105.props,
2081
- context = _ref105.context;
2162
+ menuitem: function menuitem(_ref107) {
2163
+ var props = _ref107.props,
2164
+ context = _ref107.context;
2082
2165
  return {
2083
2166
  className: classNames('transition-shadow duration-200', {
2084
2167
  'rounded-md': props.orientation == 'horizontal'
@@ -2094,8 +2177,8 @@ var Tailwind = {
2094
2177
  })
2095
2178
  };
2096
2179
  },
2097
- menuButton: function menuButton(_ref106) {
2098
- var props = _ref106.props;
2180
+ menuButton: function menuButton(_ref108) {
2181
+ var props = _ref108.props;
2099
2182
  return {
2100
2183
  className: classNames({
2101
2184
  'flex md:hidden': props.orientation === 'horizontal'
@@ -2116,8 +2199,8 @@ var Tailwind = {
2116
2199
  submenuItem: {
2117
2200
  className: classNames('text-gray-700 hover:bg-gray-200')
2118
2201
  },
2119
- submenuIcon: function submenuIcon(_ref107) {
2120
- var props = _ref107.props;
2202
+ submenuIcon: function submenuIcon(_ref109) {
2203
+ var props = _ref109.props;
2121
2204
  return {
2122
2205
  className: classNames({
2123
2206
  'ml-2': props.orientation === 'horizontal',
@@ -2125,8 +2208,8 @@ var Tailwind = {
2125
2208
  })
2126
2209
  };
2127
2210
  },
2128
- panel: function panel(_ref108) {
2129
- var props = _ref108.props;
2211
+ panel: function panel(_ref110) {
2212
+ var props = _ref110.props;
2130
2213
  return {
2131
2214
  className: classNames('py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
2132
2215
  'left-full top-0': props.orientation !== 'horizontal'
@@ -2166,8 +2249,8 @@ var Tailwind = {
2166
2249
  menu: {
2167
2250
  className: classNames('outline-none', 'm-0 p-0 list-none')
2168
2251
  },
2169
- menuitem: function menuitem(_ref109) {
2170
- var context = _ref109.context;
2252
+ menuitem: function menuitem(_ref111) {
2253
+ var context = _ref111.context;
2171
2254
  return {
2172
2255
  className: classNames('text-gray-700 dark:text-white/80 transition-shadow duration-200 border-none rounded-none', {
2173
2256
  'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused
@@ -2198,11 +2281,29 @@ var Tailwind = {
2198
2281
  action: {
2199
2282
  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)]')
2200
2283
  },
2201
- step: {
2202
- 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')
2284
+ step: function step(_ref112) {
2285
+ var parent = _ref112.parent,
2286
+ context = _ref112.context;
2287
+ return {
2288
+ 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', {
2289
+ 'bg-white': parent.state.activeIndex !== context.index,
2290
+ // unselected item.
2291
+ 'bg-blue-500': parent.state.activeIndex === context.index // Selected item.
2292
+ })
2293
+ };
2203
2294
  },
2204
- label: {
2205
- className: classNames('block', 'whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60')
2295
+ label: function label(_ref113) {
2296
+ var parent = _ref113.parent,
2297
+ context = _ref113.context;
2298
+ return {
2299
+ className: classNames('block', 'whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60', {
2300
+ 'font-normal': parent.state.activeIndex !== context.index,
2301
+ // unselected item.
2302
+ 'font-bold': parent.state.activeIndex === context.index,
2303
+ // Selected item.
2304
+ 'text-gray-500/60': context.disabled
2305
+ })
2306
+ };
2206
2307
  }
2207
2308
  },
2208
2309
  tabmenu: {
@@ -2211,9 +2312,9 @@ var Tailwind = {
2211
2312
  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')
2212
2313
  },
2213
2314
  menuitem: 'mr-0',
2214
- action: function action(_ref110) {
2215
- var context = _ref110.context,
2216
- state = _ref110.state;
2315
+ action: function action(_ref114) {
2316
+ var context = _ref114.context,
2317
+ state = _ref114.state;
2217
2318
  return {
2218
2319
  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)]', {
2219
2320
  '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,
@@ -2233,8 +2334,8 @@ var Tailwind = {
2233
2334
  },
2234
2335
  content: 'relative overflow-x-hidden overflow-y-auto h-full',
2235
2336
  menu: 'outline-none m-0 p-0 list-none absolute top-0 block',
2236
- menuitem: function menuitem(_ref111) {
2237
- var context = _ref111.context;
2337
+ menuitem: function menuitem(_ref115) {
2338
+ var context = _ref115.context;
2238
2339
  return {
2239
2340
  className: classNames({
2240
2341
  relative: !context.active,
@@ -2242,8 +2343,8 @@ var Tailwind = {
2242
2343
  })
2243
2344
  };
2244
2345
  },
2245
- action: function action(_ref112) {
2246
- var context = _ref112.context;
2346
+ action: function action(_ref116) {
2347
+ var context = _ref116.context;
2247
2348
  return {
2248
2349
  className: classNames('py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
2249
2350
  '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,
@@ -2251,8 +2352,8 @@ var Tailwind = {
2251
2352
  })
2252
2353
  };
2253
2354
  },
2254
- previous: function previous(_ref113) {
2255
- var state = _ref113.state;
2355
+ previous: function previous(_ref117) {
2356
+ var state = _ref117.state;
2256
2357
  return {
2257
2358
  className: classNames('py-3 px-5 cursor-pointer bottom-0 w-full text-gray-700 dark:text-white/80', {
2258
2359
  hidden: state.level === 0
@@ -2275,8 +2376,8 @@ var Tailwind = {
2275
2376
  className: classNames('outline-none', 'm-0 p-0 list-none')
2276
2377
  },
2277
2378
  menuitem: 'relative',
2278
- content: function content(_ref114) {
2279
- var context = _ref114.context;
2379
+ content: function content(_ref118) {
2380
+ var context = _ref118.context;
2280
2381
  return {
2281
2382
  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',
2282
2383
  //Hover
@@ -2288,8 +2389,8 @@ var Tailwind = {
2288
2389
  })
2289
2390
  };
2290
2391
  },
2291
- action: function action(_ref115) {
2292
- var context = _ref115.context;
2392
+ action: function action(_ref119) {
2393
+ var context = _ref119.context;
2293
2394
  return {
2294
2395
  className: classNames('py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
2295
2396
  '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,
@@ -2306,8 +2407,8 @@ var Tailwind = {
2306
2407
  transition: TRANSITIONS.overlay
2307
2408
  },
2308
2409
  metergroup: {
2309
- root: function root(_ref116) {
2310
- var props = _ref116.props;
2410
+ root: function root(_ref120) {
2411
+ var props = _ref120.props;
2311
2412
  return {
2312
2413
  className: classNames('flex gap-4', {
2313
2414
  'flex-col': props.orientation == 'horizontal',
@@ -2315,8 +2416,8 @@ var Tailwind = {
2315
2416
  })
2316
2417
  };
2317
2418
  },
2318
- metercontainer: function metercontainer(_ref117) {
2319
- var props = _ref117.props;
2419
+ metercontainer: function metercontainer(_ref121) {
2420
+ var props = _ref121.props;
2320
2421
  return {
2321
2422
  className: classNames('flex', {
2322
2423
  'flex-col': props.orientation === 'vertical'
@@ -2327,8 +2428,8 @@ var Tailwind = {
2327
2428
  }, 'bg-gray-200 dark:bg-gray-700', 'rounded-lg')
2328
2429
  };
2329
2430
  },
2330
- meter: function meter(_ref118) {
2331
- var props = _ref118.props;
2431
+ meter: function meter(_ref122) {
2432
+ var props = _ref122.props;
2332
2433
  return {
2333
2434
  className: classNames('border-0', {
2334
2435
  'first:rounded-l-lg last:rounded-r-lg': props.orientation === 'horizontal'
@@ -2337,8 +2438,8 @@ var Tailwind = {
2337
2438
  }, 'bg-primary-500 dark:bg-primary-400')
2338
2439
  };
2339
2440
  },
2340
- labellist: function labellist(_ref119) {
2341
- var props = _ref119.props;
2441
+ labellist: function labellist(_ref123) {
2442
+ var props = _ref123.props;
2342
2443
  return {
2343
2444
  className: classNames('flex flex-wrap', {
2344
2445
  'gap-4': props.labelOrientation === 'horizontal'
@@ -2430,8 +2531,8 @@ var Tailwind = {
2430
2531
  className: classNames('flex items-center justify-center', 'p-4')
2431
2532
  },
2432
2533
  indicator: 'mr-2',
2433
- indicatorbutton: function indicatorbutton(_ref120) {
2434
- var context = _ref120.context;
2534
+ indicatorbutton: function indicatorbutton(_ref124) {
2535
+ var context = _ref124.context;
2435
2536
  return {
2436
2537
  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)]', {
2437
2538
  'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
@@ -2439,8 +2540,8 @@ var Tailwind = {
2439
2540
  })
2440
2541
  };
2441
2542
  },
2442
- mask: function mask(_ref121) {
2443
- var state = _ref121.state;
2543
+ mask: function mask(_ref125) {
2544
+ var state = _ref125.state;
2444
2545
  return {
2445
2546
  className: classNames({
2446
2547
  'fixed top-0 left-0 w-full h-full flex items-center justify-center bg-black bg-opacity-90': state.visible
@@ -2473,8 +2574,8 @@ var Tailwind = {
2473
2574
  carousel: {
2474
2575
  root: 'flex flex-col',
2475
2576
  content: 'flex flex-col overflow-auto',
2476
- container: function container(_ref122) {
2477
- var props = _ref122.props;
2577
+ container: function container(_ref126) {
2578
+ var props = _ref126.props;
2478
2579
  return {
2479
2580
  className: classNames('flex', {
2480
2581
  'flex-row': props.orientation !== 'vertical',
@@ -2486,8 +2587,8 @@ var Tailwind = {
2486
2587
  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')
2487
2588
  },
2488
2589
  itemsContent: 'overflow-hidden w-full',
2489
- itemsContainer: function itemsContainer(_ref123) {
2490
- var props = _ref123.props;
2590
+ itemsContainer: function itemsContainer(_ref127) {
2591
+ var props = _ref127.props;
2491
2592
  return {
2492
2593
  className: classNames('flex ', {
2493
2594
  'flex-row': props.orientation !== 'vertical',
@@ -2495,8 +2596,8 @@ var Tailwind = {
2495
2596
  })
2496
2597
  };
2497
2598
  },
2498
- item: function item(_ref124) {
2499
- var props = _ref124.props;
2599
+ item: function item(_ref128) {
2600
+ var props = _ref128.props;
2500
2601
  return {
2501
2602
  className: classNames('flex shrink-0 grow', {
2502
2603
  'w-1/3': props.orientation !== 'vertical',
@@ -2508,8 +2609,8 @@ var Tailwind = {
2508
2609
  className: classNames('flex flex-row justify-center flex-wrap')
2509
2610
  },
2510
2611
  indicator: 'mr-2 mb-2',
2511
- indicatorButton: function indicatorButton(_ref125) {
2512
- var context = _ref125.context;
2612
+ indicatorButton: function indicatorButton(_ref129) {
2613
+ var context = _ref129.context;
2513
2614
  return {
2514
2615
  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)]', {
2515
2616
  'bg-blue-500 hover:bg-blue-600': context.active,
@@ -2519,9 +2620,9 @@ var Tailwind = {
2519
2620
  }
2520
2621
  },
2521
2622
  tree: {
2522
- root: function root(_ref126) {
2623
+ root: function root(_ref130) {
2523
2624
  var _props$__parentMetada;
2524
- var props = _ref126.props;
2625
+ var props = _ref130.props;
2525
2626
  return {
2526
2627
  className: classNames('max-w-[30rem] md:w-full', 'bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 p-5', {
2527
2628
  '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'
@@ -2531,9 +2632,9 @@ var Tailwind = {
2531
2632
  wrapper: 'overflow-auto',
2532
2633
  container: 'm-0 p-0 list-none overflow-auto',
2533
2634
  node: 'p-1 outline-none',
2534
- content: function content(_ref127) {
2535
- var context = _ref127.context,
2536
- props = _ref127.props;
2635
+ content: function content(_ref131) {
2636
+ var context = _ref131.context,
2637
+ props = _ref131.props;
2537
2638
  return {
2538
2639
  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)]', {
2539
2640
  'bg-blue-50 text-blue-600': context.selected
@@ -2542,8 +2643,8 @@ var Tailwind = {
2542
2643
  })
2543
2644
  };
2544
2645
  },
2545
- toggler: function toggler(_ref128) {
2546
- var context = _ref128.context;
2646
+ toggler: function toggler(_ref132) {
2647
+ var context = _ref132.context;
2547
2648
  return {
2548
2649
  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)]', {
2549
2650
  '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,
@@ -2554,9 +2655,9 @@ var Tailwind = {
2554
2655
  };
2555
2656
  },
2556
2657
  checkboxContainer: 'mr-2',
2557
- checkbox: function checkbox(_ref129) {
2558
- var context = _ref129.context,
2559
- props = _ref129.props;
2658
+ checkbox: function checkbox(_ref133) {
2659
+ var context = _ref133.context,
2660
+ props = _ref133.props;
2560
2661
  return {
2561
2662
  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', {
2562
2663
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -2581,8 +2682,8 @@ var Tailwind = {
2581
2682
  },
2582
2683
  // DATA
2583
2684
  timeline: {
2584
- root: function root(_ref130) {
2585
- var props = _ref130.props;
2685
+ root: function root(_ref134) {
2686
+ var props = _ref134.props;
2586
2687
  return {
2587
2688
  className: classNames('flex grow', {
2588
2689
  'flex-col': props.layout === 'vertical',
@@ -2590,9 +2691,9 @@ var Tailwind = {
2590
2691
  })
2591
2692
  };
2592
2693
  },
2593
- event: function event(_ref131) {
2594
- var props = _ref131.props,
2595
- context = _ref131.context;
2694
+ event: function event(_ref135) {
2695
+ var props = _ref135.props,
2696
+ context = _ref135.context;
2596
2697
  return {
2597
2698
  className: classNames('flex relative min-h-[70px]', {
2598
2699
  'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
@@ -2601,9 +2702,9 @@ var Tailwind = {
2601
2702
  })
2602
2703
  };
2603
2704
  },
2604
- opposite: function opposite(_ref132) {
2605
- var props = _ref132.props,
2606
- context = _ref132.context;
2705
+ opposite: function opposite(_ref136) {
2706
+ var props = _ref136.props,
2707
+ context = _ref136.context;
2607
2708
  return {
2608
2709
  className: classNames('flex-1', {
2609
2710
  'px-4': props.layout === 'vertical',
@@ -2614,8 +2715,8 @@ var Tailwind = {
2614
2715
  })
2615
2716
  };
2616
2717
  },
2617
- separator: function separator(_ref133) {
2618
- var props = _ref133.props;
2718
+ separator: function separator(_ref137) {
2719
+ var props = _ref137.props;
2619
2720
  return {
2620
2721
  className: classNames('flex items-center flex-initial', {
2621
2722
  'flex-col': props.layout === 'vertical',
@@ -2624,8 +2725,8 @@ var Tailwind = {
2624
2725
  };
2625
2726
  },
2626
2727
  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',
2627
- connector: function connector(_ref134) {
2628
- var props = _ref134.props;
2728
+ connector: function connector(_ref138) {
2729
+ var props = _ref138.props;
2629
2730
  return {
2630
2731
  className: classNames('grow bg-gray-300 dark:bg-blue-900/40', {
2631
2732
  'w-[2px]': props.layout === 'vertical',
@@ -2633,9 +2734,9 @@ var Tailwind = {
2633
2734
  })
2634
2735
  };
2635
2736
  },
2636
- content: function content(_ref135) {
2637
- var props = _ref135.props,
2638
- context = _ref135.context;
2737
+ content: function content(_ref139) {
2738
+ var props = _ref139.props,
2739
+ context = _ref139.context;
2639
2740
  return {
2640
2741
  className: classNames('flex-1', {
2641
2742
  'px-4': props.layout === 'vertical',
@@ -2659,15 +2760,15 @@ var Tailwind = {
2659
2760
  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'
2660
2761
  },
2661
2762
  dataviewlayoutoptions: {
2662
- listButton: function listButton(_ref136) {
2663
- var props = _ref136.props;
2763
+ listButton: function listButton(_ref140) {
2764
+ var props = _ref140.props;
2664
2765
  return {
2665
2766
  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
2666
2767
  )
2667
2768
  };
2668
2769
  },
2669
- gridButton: function gridButton(_ref137) {
2670
- var props = _ref137.props;
2770
+ gridButton: function gridButton(_ref141) {
2771
+ var props = _ref141.props;
2671
2772
  return {
2672
2773
  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
2673
2774
  )
@@ -2694,8 +2795,8 @@ var Tailwind = {
2694
2795
  className: classNames('mx-auto my-0 w-px h-[20px] bg-gray-300', 'dark:bg-blue-900/40' //Dark Mode
2695
2796
  )
2696
2797
  },
2697
- lineLeft: function lineLeft(_ref138) {
2698
- var context = _ref138.context;
2798
+ lineLeft: function lineLeft(_ref142) {
2799
+ var context = _ref142.context;
2699
2800
  return {
2700
2801
  className: classNames('text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
2701
2802
  //Dark Mode
@@ -2704,8 +2805,8 @@ var Tailwind = {
2704
2805
  })
2705
2806
  };
2706
2807
  },
2707
- lineRight: function lineRight(_ref139) {
2708
- var context = _ref139.context;
2808
+ lineRight: function lineRight(_ref143) {
2809
+ var context = _ref143.context;
2709
2810
  return {
2710
2811
  className: classNames('text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
2711
2812
  //Dark Mode
@@ -2725,8 +2826,8 @@ var Tailwind = {
2725
2826
  root: 'flex',
2726
2827
  controls: 'flex flex-col justify-center p-5',
2727
2828
  moveUpButton: {
2728
- root: function root(_ref140) {
2729
- var context = _ref140.context;
2829
+ root: function root(_ref144) {
2830
+ var context = _ref144.context;
2730
2831
  return {
2731
2832
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2732
2833
  // button component
@@ -2748,8 +2849,8 @@ var Tailwind = {
2748
2849
  }
2749
2850
  },
2750
2851
  moveTopButton: {
2751
- root: function root(_ref141) {
2752
- var context = _ref141.context;
2852
+ root: function root(_ref145) {
2853
+ var context = _ref145.context;
2753
2854
  return {
2754
2855
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2755
2856
  // button component
@@ -2771,8 +2872,8 @@ var Tailwind = {
2771
2872
  }
2772
2873
  },
2773
2874
  moveDownButton: {
2774
- root: function root(_ref142) {
2775
- var context = _ref142.context;
2875
+ root: function root(_ref146) {
2876
+ var context = _ref146.context;
2776
2877
  return {
2777
2878
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2778
2879
  // button component
@@ -2794,8 +2895,8 @@ var Tailwind = {
2794
2895
  }
2795
2896
  },
2796
2897
  moveBottomButton: {
2797
- root: function root(_ref143) {
2798
- var context = _ref143.context;
2898
+ root: function root(_ref147) {
2899
+ var context = _ref147.context;
2799
2900
  return {
2800
2901
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2801
2902
  // button component
@@ -2825,8 +2926,8 @@ var Tailwind = {
2825
2926
  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
2826
2927
  )
2827
2928
  },
2828
- item: function item(_ref144) {
2829
- var context = _ref144.context;
2929
+ item: function item(_ref148) {
2930
+ var context = _ref148.context;
2830
2931
  return {
2831
2932
  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', {
2832
2933
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.selected
@@ -2898,8 +2999,8 @@ var Tailwind = {
2898
2999
  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
2899
3000
  )
2900
3001
  },
2901
- item: function item(_ref145) {
2902
- var context = _ref145.context;
3002
+ item: function item(_ref149) {
3003
+ var context = _ref149.context;
2903
3004
  return {
2904
3005
  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', {
2905
3006
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.selected,
@@ -2985,8 +3086,8 @@ var Tailwind = {
2985
3086
  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
2986
3087
  )
2987
3088
  },
2988
- firstPageButton: function firstPageButton(_ref146) {
2989
- var context = _ref146.context;
3089
+ firstPageButton: function firstPageButton(_ref150) {
3090
+ var context = _ref150.context;
2990
3091
  return {
2991
3092
  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',
2992
3093
  //Dark Mode
@@ -2996,8 +3097,8 @@ var Tailwind = {
2996
3097
  })
2997
3098
  };
2998
3099
  },
2999
- prevPageButton: function prevPageButton(_ref147) {
3000
- var context = _ref147.context;
3100
+ prevPageButton: function prevPageButton(_ref151) {
3101
+ var context = _ref151.context;
3001
3102
  return {
3002
3103
  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',
3003
3104
  //Dark Mode
@@ -3007,8 +3108,8 @@ var Tailwind = {
3007
3108
  })
3008
3109
  };
3009
3110
  },
3010
- nextPageButton: function nextPageButton(_ref148) {
3011
- var context = _ref148.context;
3111
+ nextPageButton: function nextPageButton(_ref152) {
3112
+ var context = _ref152.context;
3012
3113
  return {
3013
3114
  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',
3014
3115
  //Dark Mode
@@ -3018,8 +3119,8 @@ var Tailwind = {
3018
3119
  })
3019
3120
  };
3020
3121
  },
3021
- lastPageButton: function lastPageButton(_ref149) {
3022
- var context = _ref149.context;
3122
+ lastPageButton: function lastPageButton(_ref153) {
3123
+ var context = _ref153.context;
3023
3124
  return {
3024
3125
  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',
3025
3126
  //Dark Mode
@@ -3029,8 +3130,8 @@ var Tailwind = {
3029
3130
  })
3030
3131
  };
3031
3132
  },
3032
- pageButton: function pageButton(_ref150) {
3033
- var context = _ref150.context;
3133
+ pageButton: function pageButton(_ref154) {
3134
+ var context = _ref154.context;
3034
3135
  return {
3035
3136
  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',
3036
3137
  // Dark Mode
@@ -3042,9 +3143,9 @@ var Tailwind = {
3042
3143
  };
3043
3144
  },
3044
3145
  RPPDropdown: {
3045
- root: function root(_ref151) {
3046
- var props = _ref151.props,
3047
- state = _ref151.state;
3146
+ root: function root(_ref155) {
3147
+ var props = _ref155.props,
3148
+ state = _ref155.state;
3048
3149
  return {
3049
3150
  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',
3050
3151
  //DarkMode
@@ -3069,8 +3170,8 @@ var Tailwind = {
3069
3170
  },
3070
3171
  wrapper: 'overflow-auto',
3071
3172
  list: 'm-0 p-0 py-3 list-none',
3072
- item: function item(_ref152) {
3073
- var context = _ref152.context;
3173
+ item: function item(_ref156) {
3174
+ var context = _ref156.context;
3074
3175
  return {
3075
3176
  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',
3076
3177
  // Dark Mode
@@ -3091,9 +3192,9 @@ var Tailwind = {
3091
3192
  }
3092
3193
  },
3093
3194
  jumptopagedropdown: {
3094
- root: function root(_ref153) {
3095
- var props = _ref153.props,
3096
- state = _ref153.state;
3195
+ root: function root(_ref157) {
3196
+ var props = _ref157.props,
3197
+ state = _ref157.state;
3097
3198
  return {
3098
3199
  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',
3099
3200
  //DarkMode
@@ -3118,8 +3219,8 @@ var Tailwind = {
3118
3219
  },
3119
3220
  wrapper: 'overflow-auto',
3120
3221
  list: 'm-0 p-0 py-3 list-none',
3121
- item: function item(_ref154) {
3122
- var context = _ref154.context;
3222
+ item: function item(_ref158) {
3223
+ var context = _ref158.context;
3123
3224
  return {
3124
3225
  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',
3125
3226
  // Dark Mode
@@ -3133,8 +3234,8 @@ var Tailwind = {
3133
3234
  }
3134
3235
  },
3135
3236
  treetable: {
3136
- root: function root(_ref155) {
3137
- var props = _ref155.props;
3237
+ root: function root(_ref159) {
3238
+ var props = _ref159.props;
3138
3239
  return {
3139
3240
  className: classNames('relative', {
3140
3241
  'flex flex-col h-full': props.scrollHeight
@@ -3150,8 +3251,8 @@ var Tailwind = {
3150
3251
  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
3151
3252
  )
3152
3253
  },
3153
- scrollableWrapper: function scrollableWrapper(_ref156) {
3154
- var props = _ref156.props;
3254
+ scrollableWrapper: function scrollableWrapper(_ref160) {
3255
+ var props = _ref160.props;
3155
3256
  return {
3156
3257
  className: classNames({
3157
3258
  'relative overflow-auto': props.scrollable,
@@ -3159,8 +3260,8 @@ var Tailwind = {
3159
3260
  })
3160
3261
  };
3161
3262
  },
3162
- wrapper: function wrapper(_ref157) {
3163
- var props = _ref157.props;
3263
+ wrapper: function wrapper(_ref161) {
3264
+ var props = _ref161.props;
3164
3265
  return {
3165
3266
  className: classNames({
3166
3267
  'relative overflow-auto': props.scrollable,
@@ -3173,40 +3274,40 @@ var Tailwind = {
3173
3274
  )
3174
3275
  },
3175
3276
  table: 'border-collapse table-fixed w-full',
3176
- thead: function thead(_ref158) {
3177
- var props = _ref158.props;
3277
+ thead: function thead(_ref162) {
3278
+ var props = _ref162.props;
3178
3279
  return {
3179
3280
  className: classNames({
3180
3281
  'block sticky top-0 z-[1]': props.scrollable
3181
3282
  })
3182
3283
  };
3183
3284
  },
3184
- tbody: function tbody(_ref159) {
3185
- var props = _ref159.props;
3285
+ tbody: function tbody(_ref163) {
3286
+ var props = _ref163.props;
3186
3287
  return {
3187
3288
  className: classNames({
3188
3289
  block: props.scrollable
3189
3290
  })
3190
3291
  };
3191
3292
  },
3192
- tfoot: function tfoot(_ref160) {
3193
- var props = _ref160.props;
3293
+ tfoot: function tfoot(_ref164) {
3294
+ var props = _ref164.props;
3194
3295
  return {
3195
3296
  className: classNames({
3196
3297
  block: props.scrollable
3197
3298
  })
3198
3299
  };
3199
3300
  },
3200
- headerRow: function headerRow(_ref161) {
3201
- var props = _ref161.props;
3301
+ headerRow: function headerRow(_ref165) {
3302
+ var props = _ref165.props;
3202
3303
  return {
3203
3304
  className: classNames({
3204
3305
  'flex flex-nowrap w-full': props.scrollable
3205
3306
  })
3206
3307
  };
3207
3308
  },
3208
- row: function row(_ref162) {
3209
- var context = _ref162.context;
3309
+ row: function row(_ref166) {
3310
+ var context = _ref166.context;
3210
3311
  return {
3211
3312
  className: classNames('transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
3212
3313
  // Focus
@@ -3218,8 +3319,8 @@ var Tailwind = {
3218
3319
  };
3219
3320
  },
3220
3321
  column: {
3221
- headerCell: function headerCell(_ref163) {
3222
- var context = _ref163.context;
3322
+ headerCell: function headerCell(_ref167) {
3323
+ var context = _ref167.context;
3223
3324
  return {
3224
3325
  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',
3225
3326
  //Dark Mode
@@ -3234,8 +3335,8 @@ var Tailwind = {
3234
3335
  })
3235
3336
  };
3236
3337
  },
3237
- bodyCell: function bodyCell(_ref164) {
3238
- var context = _ref164.context;
3338
+ bodyCell: function bodyCell(_ref168) {
3339
+ var context = _ref168.context;
3239
3340
  return {
3240
3341
  className: classNames('text-left border-gray-300 border', 'transition duration-200 p-4', 'dark:border-blue-900/40',
3241
3342
  //Dark Mode
@@ -3248,8 +3349,8 @@ var Tailwind = {
3248
3349
  })
3249
3350
  };
3250
3351
  },
3251
- rowToggler: function rowToggler(_ref165) {
3252
- var context = _ref165.context;
3352
+ rowToggler: function rowToggler(_ref169) {
3353
+ var context = _ref169.context;
3253
3354
  return {
3254
3355
  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', {
3255
3356
  'text-blue-700': context.selected,
@@ -3261,8 +3362,8 @@ var Tailwind = {
3261
3362
  sort: {
3262
3363
  className: 'inline-block align-middle'
3263
3364
  },
3264
- sortIcon: function sortIcon(_ref166) {
3265
- var context = _ref166.context;
3365
+ sortIcon: function sortIcon(_ref170) {
3366
+ var context = _ref170.context;
3266
3367
  return {
3267
3368
  className: classNames('ml-2 inline-block align-middle', {
3268
3369
  'text-blue-700 dark:text-white/80': context.sorted,
@@ -3278,8 +3379,8 @@ var Tailwind = {
3278
3379
  checkboxWrapper: {
3279
3380
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2')
3280
3381
  },
3281
- checkbox: function checkbox(_ref167) {
3282
- var context = _ref167.context;
3382
+ checkbox: function checkbox(_ref171) {
3383
+ var context = _ref171.context;
3283
3384
  return {
3284
3385
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
3285
3386
  'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400': context.checked,
@@ -3289,8 +3390,8 @@ var Tailwind = {
3289
3390
  })
3290
3391
  };
3291
3392
  },
3292
- checkboxIcon: function checkboxIcon(_ref168) {
3293
- var context = _ref168.context;
3393
+ checkboxIcon: function checkboxIcon(_ref172) {
3394
+ var context = _ref172.context;
3294
3395
  return {
3295
3396
  className: classNames('w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
3296
3397
  'text-white': context.checked
@@ -3301,8 +3402,8 @@ var Tailwind = {
3301
3402
  resizeHelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
3302
3403
  },
3303
3404
  datatable: {
3304
- root: function root(_ref169) {
3305
- var props = _ref169.props;
3405
+ root: function root(_ref173) {
3406
+ var props = _ref173.props;
3306
3407
  return {
3307
3408
  className: classNames('relative', {
3308
3409
  'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
@@ -3314,8 +3415,8 @@ var Tailwind = {
3314
3415
  )
3315
3416
  },
3316
3417
  loadingIcon: 'w-8 h-8',
3317
- wrapper: function wrapper(_ref170) {
3318
- var props = _ref170.props;
3418
+ wrapper: function wrapper(_ref174) {
3419
+ var props = _ref174.props;
3319
3420
  return {
3320
3421
  className: classNames({
3321
3422
  relative: props.scrollable,
@@ -3323,8 +3424,8 @@ var Tailwind = {
3323
3424
  })
3324
3425
  };
3325
3426
  },
3326
- header: function header(_ref171) {
3327
- var props = _ref171.props;
3427
+ header: function header(_ref175) {
3428
+ var props = _ref175.props;
3328
3429
  return {
3329
3430
  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',
3330
3431
  // Dark Mode
@@ -3332,25 +3433,25 @@ var Tailwind = {
3332
3433
  };
3333
3434
  },
3334
3435
  table: 'w-full border-spacing-0',
3335
- thead: function thead(_ref172) {
3336
- var context = _ref172.context;
3436
+ thead: function thead(_ref176) {
3437
+ var context = _ref176.context;
3337
3438
  return {
3338
3439
  className: classNames({
3339
3440
  'bg-slate-50 top-0 z-[1]': context.scrollable
3340
3441
  })
3341
3442
  };
3342
3443
  },
3343
- tbody: function tbody(_ref173) {
3344
- var props = _ref173.props,
3345
- context = _ref173.context;
3444
+ tbody: function tbody(_ref177) {
3445
+ var props = _ref177.props,
3446
+ context = _ref177.context;
3346
3447
  return {
3347
3448
  className: classNames({
3348
3449
  'sticky z-[1]': props.frozenRow && context.scrollable
3349
3450
  })
3350
3451
  };
3351
3452
  },
3352
- tfoot: function tfoot(_ref174) {
3353
- var context = _ref174.context;
3453
+ tfoot: function tfoot(_ref178) {
3454
+ var context = _ref178.context;
3354
3455
  return {
3355
3456
  className: classNames({
3356
3457
  'bg-slate-50 bottom-0 z-[1]': context.scrollable
@@ -3362,9 +3463,9 @@ var Tailwind = {
3362
3463
  )
3363
3464
  },
3364
3465
  column: {
3365
- headerCell: function headerCell(_ref175) {
3366
- var context = _ref175.context,
3367
- props = _ref175.props;
3466
+ headerCell: function headerCell(_ref179) {
3467
+ var context = _ref179.context,
3468
+ props = _ref179.props;
3368
3469
  return {
3369
3470
  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',
3370
3471
  // Size
@@ -3381,9 +3482,9 @@ var Tailwind = {
3381
3482
  };
3382
3483
  },
3383
3484
  headerContent: 'flex items-center',
3384
- bodyCell: function bodyCell(_ref176) {
3385
- var props = _ref176.props,
3386
- context = _ref176.context;
3485
+ bodyCell: function bodyCell(_ref180) {
3486
+ var props = _ref180.props,
3487
+ context = _ref180.context;
3387
3488
  return {
3388
3489
  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',
3389
3490
  // Size
@@ -3396,8 +3497,8 @@ var Tailwind = {
3396
3497
  })
3397
3498
  };
3398
3499
  },
3399
- footerCell: function footerCell(_ref177) {
3400
- var context = _ref177.context;
3500
+ footerCell: function footerCell(_ref181) {
3501
+ var context = _ref181.context;
3401
3502
  return {
3402
3503
  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',
3403
3504
  // Size
@@ -3408,8 +3509,8 @@ var Tailwind = {
3408
3509
  })
3409
3510
  };
3410
3511
  },
3411
- sortIcon: function sortIcon(_ref178) {
3412
- var context = _ref178.context;
3512
+ sortIcon: function sortIcon(_ref182) {
3513
+ var context = _ref182.context;
3413
3514
  return {
3414
3515
  className: classNames('ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70')
3415
3516
  };
@@ -3427,8 +3528,8 @@ var Tailwind = {
3427
3528
  root: 'min-[0px]:flex mb-2'
3428
3529
  },
3429
3530
  filterRowItems: 'm-0 p-0 py-3 list-none ',
3430
- filterRowItem: function filterRowItem(_ref179) {
3431
- var context = _ref179.context;
3531
+ filterRowItem: function filterRowItem(_ref183) {
3532
+ var context = _ref183.context;
3432
3533
  return {
3433
3534
  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')
3434
3535
  };
@@ -3458,8 +3559,8 @@ var Tailwind = {
3458
3559
  filterApplyButton: {
3459
3560
  root: 'w-auto min-[0px]:text-sm px-4 py-3'
3460
3561
  },
3461
- filterMenuButton: function filterMenuButton(_ref180) {
3462
- var context = _ref180.context;
3562
+ filterMenuButton: function filterMenuButton(_ref184) {
3563
+ var context = _ref184.context;
3463
3564
  return {
3464
3565
  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',
3465
3566
  // Hover
@@ -3472,8 +3573,8 @@ var Tailwind = {
3472
3573
  })
3473
3574
  };
3474
3575
  },
3475
- headerFilterClearButton: function headerFilterClearButton(_ref181) {
3476
- var context = _ref181.context;
3576
+ headerFilterClearButton: function headerFilterClearButton(_ref185) {
3577
+ var context = _ref185.context;
3477
3578
  return {
3478
3579
  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', {
3479
3580
  invisible: !context.hidden
@@ -3512,8 +3613,8 @@ var Tailwind = {
3512
3613
  radioButtonInput: {
3513
3614
  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')
3514
3615
  },
3515
- radioButtonBox: function radioButtonBox(_ref182) {
3516
- var context = _ref182.context;
3616
+ radioButtonBox: function radioButtonBox(_ref186) {
3617
+ var context = _ref186.context;
3517
3618
  return {
3518
3619
  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', {
3519
3620
  '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,
@@ -3521,8 +3622,8 @@ var Tailwind = {
3521
3622
  })
3522
3623
  };
3523
3624
  },
3524
- radioButtonIcon: function radioButtonIcon(_ref183) {
3525
- var context = _ref183.context;
3625
+ radioButtonIcon: function radioButtonIcon(_ref187) {
3626
+ var context = _ref187.context;
3526
3627
  return {
3527
3628
  className: classNames('transform rounded-full', 'block h-3 w-3 bg-white transition duration-200 dark:bg-gray-900', {
3528
3629
  'backface-hidden scale-10 invisible': context.checked === false,
@@ -3533,8 +3634,8 @@ var Tailwind = {
3533
3634
  headercheckboxwrapper: {
3534
3635
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
3535
3636
  },
3536
- headerCheckbox: function headerCheckbox(_ref184) {
3537
- var context = _ref184.context;
3637
+ headerCheckbox: function headerCheckbox(_ref188) {
3638
+ var context = _ref188.context;
3538
3639
  return {
3539
3640
  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', {
3540
3641
  '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,
@@ -3546,8 +3647,8 @@ var Tailwind = {
3546
3647
  checkboxwrapper: {
3547
3648
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
3548
3649
  },
3549
- checkbox: function checkbox(_ref185) {
3550
- var context = _ref185.context;
3650
+ checkbox: function checkbox(_ref189) {
3651
+ var context = _ref189.context;
3551
3652
  return {
3552
3653
  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', {
3553
3654
  '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,
@@ -3558,8 +3659,8 @@ var Tailwind = {
3558
3659
  checkboxicon: 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900',
3559
3660
  transition: TRANSITIONS.overlay
3560
3661
  },
3561
- bodyRow: function bodyRow(_ref186) {
3562
- var context = _ref186.context;
3662
+ bodyRow: function bodyRow(_ref190) {
3663
+ var context = _ref190.context;
3563
3664
  return {
3564
3665
  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]',
3565
3666
  // Focus