@deepnoid/ui 0.0.88 → 0.0.90

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 (227) hide show
  1. package/dist/{chunk-4VIEZ5FT.mjs → chunk-2BCJZILI.mjs} +10 -9
  2. package/dist/chunk-2ZFHB4JM.mjs +76 -0
  3. package/dist/{chunk-4DLTBZUQ.mjs → chunk-3DRIHQOM.mjs} +7 -5
  4. package/dist/{chunk-IXFP2WQ4.mjs → chunk-6YE26GOI.mjs} +10 -8
  5. package/dist/chunk-75HLCORR.mjs +1 -0
  6. package/dist/{chunk-K6HPMTN4.mjs → chunk-7HHFRKJU.mjs} +1 -1
  7. package/dist/{chunk-H2HUJ4N2.mjs → chunk-A3RWT3JJ.mjs} +9 -4
  8. package/dist/{chunk-BE2OG6M4.mjs → chunk-ANYPMQH4.mjs} +28 -21
  9. package/dist/{chunk-5HSZ5AYM.mjs → chunk-B4KZBOGT.mjs} +16 -16
  10. package/dist/{chunk-KHWFCTPX.mjs → chunk-DWROPKZW.mjs} +6 -6
  11. package/dist/{chunk-FPCP4OOL.mjs → chunk-EDEV4IK4.mjs} +3 -3
  12. package/dist/{chunk-IOV7MEPG.mjs → chunk-IOCRFIQF.mjs} +30 -0
  13. package/dist/{chunk-SFNR4F3J.mjs → chunk-L6BQA6GI.mjs} +2 -2
  14. package/dist/{chunk-YGTJU3GD.mjs → chunk-L7P6OBUX.mjs} +10 -17
  15. package/dist/{chunk-PRUAIZTU.mjs → chunk-LCI6RPWE.mjs} +1 -1
  16. package/dist/{chunk-QVGXHUYW.mjs → chunk-N2JULHST.mjs} +9 -9
  17. package/dist/chunk-N6IEGD4K.mjs +119 -0
  18. package/dist/chunk-OJ2OEI5B.mjs +202 -0
  19. package/dist/chunk-P732YGHO.mjs +18 -0
  20. package/dist/{chunk-QRHT7MSO.mjs → chunk-PXUBPWKU.mjs} +1 -1
  21. package/dist/{chunk-PCIONGEJ.mjs → chunk-QWFOYO3D.mjs} +37 -19
  22. package/dist/{chunk-LY6LJRUX.mjs → chunk-RZZWHI6O.mjs} +1 -1
  23. package/dist/chunk-S2VUKVCH.mjs +319 -0
  24. package/dist/{chunk-IZOMH2SL.mjs → chunk-S3O52LLG.mjs} +14 -14
  25. package/dist/chunk-UR64ZUAU.mjs +671 -0
  26. package/dist/{chunk-PUFNT5LS.mjs → chunk-VG4644BG.mjs} +1 -1
  27. package/dist/chunk-WX32MAKV.mjs +219 -0
  28. package/dist/components/accordion/accordion.d.mts +3 -3
  29. package/dist/components/accordion/accordion.d.ts +3 -3
  30. package/dist/components/accordion/accordion.test.mjs +3 -3
  31. package/dist/components/accordion/accordionItem.d.mts +3 -3
  32. package/dist/components/accordion/accordionItem.d.ts +3 -3
  33. package/dist/components/accordion/accordionItem.js +31 -1
  34. package/dist/components/accordion/accordionItem.mjs +3 -3
  35. package/dist/components/accordion/index.js +31 -1
  36. package/dist/components/accordion/index.mjs +3 -3
  37. package/dist/components/button/button-group.d.mts +2 -2
  38. package/dist/components/button/button-group.d.ts +2 -2
  39. package/dist/components/button/button-group.test.js +4103 -167
  40. package/dist/components/button/button-group.test.mjs +7 -3
  41. package/dist/components/button/button.d.mts +360 -12
  42. package/dist/components/button/button.d.ts +360 -12
  43. package/dist/components/button/button.js +4054 -110
  44. package/dist/components/button/button.mjs +5 -1
  45. package/dist/components/button/button.test.js +4059 -125
  46. package/dist/components/button/button.test.mjs +7 -3
  47. package/dist/components/button/index.d.mts +3 -0
  48. package/dist/components/button/index.d.ts +3 -0
  49. package/dist/components/button/index.js +4046 -112
  50. package/dist/components/button/index.mjs +5 -1
  51. package/dist/components/card/card.d.mts +3 -3
  52. package/dist/components/card/card.d.ts +3 -3
  53. package/dist/components/checkbox/checkbox.d.mts +71 -71
  54. package/dist/components/checkbox/checkbox.d.ts +71 -71
  55. package/dist/components/checkbox/checkbox.js +28 -21
  56. package/dist/components/checkbox/checkbox.mjs +1 -1
  57. package/dist/components/checkbox/checkbox.test.js +28 -21
  58. package/dist/components/checkbox/checkbox.test.mjs +4 -4
  59. package/dist/components/checkbox/index.js +28 -21
  60. package/dist/components/checkbox/index.mjs +1 -1
  61. package/dist/components/dateTimePicker/calendar.d.mts +118 -0
  62. package/dist/components/dateTimePicker/calendar.d.ts +118 -0
  63. package/dist/components/dateTimePicker/calendar.js +3854 -0
  64. package/dist/components/dateTimePicker/calendar.mjs +16 -0
  65. package/dist/components/dateTimePicker/dateTimePicker.d.mts +443 -0
  66. package/dist/components/dateTimePicker/dateTimePicker.d.ts +443 -0
  67. package/dist/components/dateTimePicker/dateTimePicker.js +4486 -0
  68. package/dist/components/dateTimePicker/dateTimePicker.mjs +22 -0
  69. package/dist/components/dateTimePicker/index.d.mts +5 -0
  70. package/dist/components/dateTimePicker/index.d.ts +5 -0
  71. package/dist/components/dateTimePicker/index.js +4487 -0
  72. package/dist/components/dateTimePicker/index.mjs +21 -0
  73. package/dist/components/dateTimePicker/timePicker.d.mts +10 -0
  74. package/dist/components/dateTimePicker/timePicker.d.ts +10 -0
  75. package/dist/components/dateTimePicker/timePicker.js +342 -0
  76. package/dist/components/dateTimePicker/timePicker.mjs +13 -0
  77. package/dist/components/dateTimePicker/useDateTimePicker.d.mts +31 -0
  78. package/dist/components/dateTimePicker/useDateTimePicker.d.ts +31 -0
  79. package/dist/components/dateTimePicker/useDateTimePicker.js +106 -0
  80. package/dist/components/dateTimePicker/useDateTimePicker.mjs +9 -0
  81. package/dist/components/dateTimePicker/util.d.mts +4 -0
  82. package/dist/components/dateTimePicker/util.d.ts +4 -0
  83. package/dist/components/dateTimePicker/util.js +42 -0
  84. package/dist/components/dateTimePicker/util.mjs +10 -0
  85. package/dist/components/icon/Icon.d.mts +4 -0
  86. package/dist/components/icon/Icon.d.ts +4 -0
  87. package/dist/components/icon/Icon.js +30 -0
  88. package/dist/components/icon/Icon.mjs +2 -2
  89. package/dist/components/icon/index.js +30 -0
  90. package/dist/components/icon/index.mjs +2 -2
  91. package/dist/components/icon/template.d.mts +1 -0
  92. package/dist/components/icon/template.d.ts +1 -0
  93. package/dist/components/icon/template.js +30 -0
  94. package/dist/components/icon/template.mjs +1 -1
  95. package/dist/components/input/index.js +36 -4
  96. package/dist/components/input/index.mjs +3 -3
  97. package/dist/components/input/input.d.mts +9 -4
  98. package/dist/components/input/input.d.ts +9 -4
  99. package/dist/components/input/input.js +36 -4
  100. package/dist/components/input/input.mjs +3 -3
  101. package/dist/components/input/input.test.js +36 -4
  102. package/dist/components/input/input.test.mjs +6 -6
  103. package/dist/components/list/index.js +3 -3
  104. package/dist/components/list/index.mjs +1 -1
  105. package/dist/components/list/list.d.mts +3 -3
  106. package/dist/components/list/list.d.ts +3 -3
  107. package/dist/components/list/list.test.mjs +1 -1
  108. package/dist/components/list/listItem.d.mts +4 -4
  109. package/dist/components/list/listItem.d.ts +4 -4
  110. package/dist/components/list/listItem.js +3 -3
  111. package/dist/components/list/listItem.mjs +1 -1
  112. package/dist/components/modal/index.js +506 -128
  113. package/dist/components/modal/index.mjs +6 -5
  114. package/dist/components/modal/modal.d.mts +2 -2
  115. package/dist/components/modal/modal.d.ts +2 -2
  116. package/dist/components/modal/modal.js +506 -128
  117. package/dist/components/modal/modal.mjs +6 -5
  118. package/dist/components/modal/modal.test.js +498 -130
  119. package/dist/components/modal/modal.test.mjs +6 -5
  120. package/dist/components/pagination/index.js +16 -16
  121. package/dist/components/pagination/index.mjs +1 -1
  122. package/dist/components/pagination/pagination.d.mts +2 -2
  123. package/dist/components/pagination/pagination.d.ts +2 -2
  124. package/dist/components/pagination/pagination.js +16 -16
  125. package/dist/components/pagination/pagination.mjs +1 -1
  126. package/dist/components/pagination/pagination.test.js +16 -16
  127. package/dist/components/pagination/pagination.test.mjs +2 -2
  128. package/dist/components/progress/index.js +9 -9
  129. package/dist/components/progress/index.mjs +1 -1
  130. package/dist/components/progress/progress.d.mts +35 -35
  131. package/dist/components/progress/progress.d.ts +35 -35
  132. package/dist/components/progress/progress.js +9 -9
  133. package/dist/components/progress/progress.mjs +1 -1
  134. package/dist/components/progress/progress.test.js +9 -9
  135. package/dist/components/progress/progress.test.mjs +1 -1
  136. package/dist/components/radio/index.js +37 -19
  137. package/dist/components/radio/index.mjs +1 -1
  138. package/dist/components/radio/radio.d.mts +35 -35
  139. package/dist/components/radio/radio.d.ts +35 -35
  140. package/dist/components/radio/radio.js +37 -19
  141. package/dist/components/radio/radio.mjs +1 -1
  142. package/dist/components/radio/radio.test.js +37 -19
  143. package/dist/components/radio/radio.test.mjs +2 -2
  144. package/dist/components/select/index.js +36 -5
  145. package/dist/components/select/index.mjs +4 -4
  146. package/dist/components/select/option.js +30 -0
  147. package/dist/components/select/option.mjs +3 -3
  148. package/dist/components/select/select.d.mts +4 -4
  149. package/dist/components/select/select.d.ts +4 -4
  150. package/dist/components/select/select.js +36 -5
  151. package/dist/components/select/select.mjs +4 -4
  152. package/dist/components/select/select.test.js +36 -5
  153. package/dist/components/select/select.test.mjs +9 -9
  154. package/dist/components/select/useSelect.d.mts +3 -3
  155. package/dist/components/select/useSelect.d.ts +3 -3
  156. package/dist/components/slider/index.js +9 -4
  157. package/dist/components/slider/index.mjs +1 -1
  158. package/dist/components/slider/slider.d.mts +28 -2
  159. package/dist/components/slider/slider.d.ts +28 -2
  160. package/dist/components/slider/slider.js +9 -4
  161. package/dist/components/slider/slider.mjs +1 -1
  162. package/dist/components/slider/slider.test.js +9 -4
  163. package/dist/components/slider/slider.test.mjs +1 -1
  164. package/dist/components/switch/index.js +14 -14
  165. package/dist/components/switch/index.mjs +1 -1
  166. package/dist/components/switch/switch.d.mts +50 -50
  167. package/dist/components/switch/switch.d.ts +50 -50
  168. package/dist/components/switch/switch.js +14 -14
  169. package/dist/components/switch/switch.mjs +1 -1
  170. package/dist/components/switch/switch.test.js +14 -14
  171. package/dist/components/switch/switch.test.mjs +2 -2
  172. package/dist/components/table/index.js +66 -27
  173. package/dist/components/table/index.mjs +7 -7
  174. package/dist/components/table/table-body.d.mts +2 -2
  175. package/dist/components/table/table-body.d.ts +2 -2
  176. package/dist/components/table/table-body.js +60 -23
  177. package/dist/components/table/table-body.mjs +5 -5
  178. package/dist/components/table/table-head.js +28 -21
  179. package/dist/components/table/table-head.mjs +2 -2
  180. package/dist/components/table/table.d.mts +26 -12
  181. package/dist/components/table/table.d.ts +26 -12
  182. package/dist/components/table/table.js +66 -27
  183. package/dist/components/table/table.mjs +7 -7
  184. package/dist/components/table/table.test.js +66 -27
  185. package/dist/components/table/table.test.mjs +8 -8
  186. package/dist/components/tabs/tabs.d.mts +3 -3
  187. package/dist/components/tabs/tabs.d.ts +3 -3
  188. package/dist/components/tabs/tabs.test.mjs +4 -4
  189. package/dist/components/textarea/index.d.mts +3 -0
  190. package/dist/components/textarea/index.d.ts +3 -0
  191. package/dist/components/textarea/index.js +89 -30
  192. package/dist/components/textarea/index.mjs +2 -1
  193. package/dist/components/textarea/textarea.d.mts +512 -11
  194. package/dist/components/textarea/textarea.d.ts +512 -11
  195. package/dist/components/textarea/textarea.js +89 -30
  196. package/dist/components/textarea/textarea.mjs +2 -1
  197. package/dist/components/textarea/textarea.test.js +89 -30
  198. package/dist/components/textarea/textarea.test.mjs +3 -2
  199. package/dist/components/toast/index.js +30 -0
  200. package/dist/components/toast/index.mjs +4 -4
  201. package/dist/components/toast/toast.d.mts +2 -2
  202. package/dist/components/toast/toast.d.ts +2 -2
  203. package/dist/components/toast/toast.js +30 -0
  204. package/dist/components/toast/toast.mjs +3 -3
  205. package/dist/components/toast/toast.test.js +30 -0
  206. package/dist/components/toast/toast.test.mjs +5 -5
  207. package/dist/components/toast/use-toast.js +30 -0
  208. package/dist/components/toast/use-toast.mjs +4 -4
  209. package/dist/components/tooltip/index.d.mts +1 -1
  210. package/dist/components/tooltip/index.d.ts +1 -1
  211. package/dist/components/tooltip/tooltip-utils.d.mts +1 -1
  212. package/dist/components/tooltip/tooltip-utils.d.ts +1 -1
  213. package/dist/components/tooltip/tooltip.d.mts +3 -3
  214. package/dist/components/tooltip/tooltip.d.ts +3 -3
  215. package/dist/components/tooltip/tooltip.test.js +4034 -118
  216. package/dist/components/tooltip/tooltip.test.mjs +7 -4
  217. package/dist/components/tooltip/useTooltip.d.mts +1 -1
  218. package/dist/components/tooltip/useTooltip.d.ts +1 -1
  219. package/dist/index.d.mts +3 -2
  220. package/dist/index.d.ts +3 -2
  221. package/dist/index.js +3741 -2611
  222. package/dist/index.mjs +71 -52
  223. package/dist/{tooltip-utils-DCKA5gnI.d.ts → tooltip-utils-CrCabndd.d.mts} +2 -2
  224. package/dist/{tooltip-utils-DCKA5gnI.d.mts → tooltip-utils-CrCabndd.d.ts} +2 -2
  225. package/package.json +1 -1
  226. package/dist/chunk-66WCZEEU.mjs +0 -320
  227. package/dist/chunk-WOX3SLJB.mjs +0 -162
@@ -167,10 +167,7 @@ var CheckBox = (0, import_react.forwardRef)((originalProps, ref) => {
167
167
  fill: "none",
168
168
  points: "1 9 7 14 15 4",
169
169
  stroke: "currentColor",
170
- strokeDasharray: 22,
171
- strokeDashoffset: isSelected ? 44 : 66,
172
170
  strokeLinecap: "round",
173
- strokeLinejoin: "round",
174
171
  strokeWidth: 3,
175
172
  style: isSelected ? {
176
173
  transition: "stroke-dashoffset 250ms linear 0.2s"
@@ -188,7 +185,7 @@ CheckBox.displayName = "CheckBox";
188
185
  var checkbox_default = CheckBox;
189
186
  var checkbox = tv({
190
187
  slots: {
191
- base: "group relative inline-flex items-center cursor-pointer",
188
+ base: ["group", "relative", "inline-flex", "items-center", "cursor-pointer"],
192
189
  wrapper: [
193
190
  "relative",
194
191
  "inline-flex",
@@ -215,33 +212,33 @@ var checkbox = tv({
215
212
  "group-hover:before:bg-neutral-soft",
216
213
  "before:transition duration-200"
217
214
  ],
218
- icon: "z-10 opacity-0 group-has-[:checked]:opacity-100 text-white",
219
- label: "relative text-foreground select-none"
215
+ icon: ["z-10", "opacity-0", "group-has-[:checked]:opacity-100", "text-white"],
216
+ label: ["relative", "text-foreground", "select-none"]
220
217
  },
221
218
  variants: {
222
219
  color: {
223
220
  primary: {
224
- wrapper: "group-has-[:checked]:before:border-primary-main group-has-[:checked]:before:bg-primary-main"
221
+ wrapper: ["group-has-[:checked]:before:border-primary-main", "group-has-[:checked]:before:bg-primary-main"]
225
222
  },
226
223
  secondary: {
227
- wrapper: "group-has-[:checked]:before:border-secondary-main group-has-[:checked]:before:bg-secondary-main"
224
+ wrapper: ["group-has-[:checked]:before:border-secondary-main", "group-has-[:checked]:before:bg-secondary-main"]
228
225
  }
229
226
  },
230
227
  size: {
231
228
  sm: {
232
- wrapper: ["w-[15px] h-[15px] rounded-sm", "before:rounded-[4px]", "after:rounded-[4px]"],
233
- label: "text-sm ml-[8px]",
234
- icon: "w-[10px] h-[10px]"
229
+ wrapper: ["w-[15px]", "h-[15px]", "rounded-sm", "before:rounded-[3px]", "after:rounded-[3px]"],
230
+ label: ["text-sm", "ml-[6px]"],
231
+ icon: ["w-[10px]", "h-[10px]"]
235
232
  },
236
233
  md: {
237
- wrapper: ["w-[17px] h-[17px] rounded-md", "before:rounded-[5px]", "after:rounded-[5px]"],
238
- label: "text-md ml-[9px]",
239
- icon: "w-[12px] h-[12px]"
234
+ wrapper: ["w-[17px]", "h-[17px]", "rounded-md", "before:rounded-[3px]", "after:rounded-[3px]"],
235
+ label: ["text-md", "ml-[8px]"],
236
+ icon: ["w-[12px]", "h-[12px]"]
240
237
  },
241
238
  lg: {
242
- wrapper: ["w-[20px] h-[20px] rounded-lg", "before:rounded-[6px]", "after:rounded-[6px]"],
243
- label: "text-lg ml-[10px]",
244
- icon: "w-[15px] h-[15px]"
239
+ wrapper: ["w-[20px]", "h-[20px]", "rounded-lg", "before:rounded-[4px]", "after:rounded-[4px]"],
240
+ label: ["text-lg", "ml-[10px]"],
241
+ icon: ["w-[15px]", "h-[15px]"]
245
242
  }
246
243
  },
247
244
  lineThrough: {
@@ -262,14 +259,24 @@ var checkbox = tv({
262
259
  },
263
260
  isInvalid: {
264
261
  true: {
265
- wrapper: "before:border-danger-main group-has-[:checked]:before:bg-danger-main",
262
+ wrapper: [
263
+ "before:border-danger-main",
264
+ "group-has-[:checked]:before:bg-danger-main",
265
+ "group-has-[:checked]:before:border-danger-main"
266
+ ],
266
267
  label: "text-danger-main"
267
268
  }
268
269
  },
269
270
  isDisabled: {
270
271
  true: {
271
272
  base: "opacity-disabled pointer-events-none text-neutral-light",
272
- wrapper: "after:bg-neutral-soft before:border-neutral-light before:bg-neutral-soft group-has-[:checked]:before:bg-neutral-soft",
273
+ wrapper: [
274
+ "after:bg-neutral-soft",
275
+ "before:border-neutral-light",
276
+ "before:bg-neutral-soft",
277
+ "group-has-[:checked]:before:bg-neutral-soft",
278
+ "group-has-[:checked]:before:border-neutral-light"
279
+ ],
273
280
  label: "text-neutral-light",
274
281
  icon: "text-neutral-light"
275
282
  }
@@ -290,8 +297,8 @@ var checkbox = tv({
290
297
  "after:!duration-200",
291
298
  "motion-reduce:transition-none"
292
299
  ],
293
- icon: "transition-opacity motion-reduce:transition-none",
294
- label: "transition-colors-opacity before:transition-width motion-reduce:transition-none"
300
+ icon: ["transition-opacity", "motion-reduce:transition-none"],
301
+ label: ["transition-colors-opacity", "before:transition-width", "motion-reduce:transition-none"]
295
302
  }
296
303
  }
297
304
  },
@@ -637,6 +644,36 @@ var template = {
637
644
  }
638
645
  );
639
646
  },
647
+ loading: ({ className, fill }) => {
648
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
649
+ "svg",
650
+ {
651
+ width: "24",
652
+ height: "24",
653
+ viewBox: "0 0 24 24",
654
+ fill: "none",
655
+ xmlns: "http://www.w3.org/2000/svg",
656
+ className,
657
+ children: [
658
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
659
+ "path",
660
+ {
661
+ d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
662
+ fill: "currentColor",
663
+ fillOpacity: "0.1"
664
+ }
665
+ ),
666
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
667
+ "path",
668
+ {
669
+ d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
670
+ fill: "currentColor"
671
+ }
672
+ )
673
+ ]
674
+ }
675
+ );
676
+ },
640
677
  // ** User **
641
678
  "user-circle": ({ className, fill }) => {
642
679
  return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
@@ -3922,7 +3959,7 @@ var TableBody = ({
3922
3959
  const getTrProps = (0, import_react4.useCallback)(
3923
3960
  (index) => ({
3924
3961
  className: clsx(slots.tr({ class: classNames == null ? void 0 : classNames.tr })),
3925
- "data-isOdd": index % 2 !== 0,
3962
+ "data-odd": index % 2 !== 0,
3926
3963
  "data-expanded": expandedRows.has(index)
3927
3964
  }),
3928
3965
  [classNames == null ? void 0 : classNames.tr, expandedRows, slots]
@@ -3989,7 +4026,7 @@ var TableBody = ({
3989
4026
  isExpanded && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("td", { ...getTdProps({ field: "expandIcon" }, row, keys), children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3990
4027
  Icon_default,
3991
4028
  {
3992
- name: expandedRows.has(rowIndex) ? "arrow-down" : "arrow-right",
4029
+ name: expandedRows.has(rowIndex) ? "brace-down" : "brace-right",
3993
4030
  className: `ml-2 transition-transform`,
3994
4031
  size
3995
4032
  }
@@ -4174,7 +4211,9 @@ var table = (0, import_tailwind_variants3.tv)({
4174
4211
  true: {}
4175
4212
  },
4176
4213
  isSelectedRow: {
4177
- true: {}
4214
+ true: {
4215
+ tr: "cursor-pointer"
4216
+ }
4178
4217
  },
4179
4218
  hideHeader: {
4180
4219
  true: {
@@ -4263,7 +4302,7 @@ var table = (0, import_tailwind_variants3.tv)({
4263
4302
  variant: "stripe",
4264
4303
  color: "primary",
4265
4304
  class: {
4266
- tr: "data-[isOdd=true]:bg-primary-soft",
4305
+ tr: "data-[odd=true]:bg-primary-soft",
4267
4306
  td: "group-hover:bg-primary-light"
4268
4307
  }
4269
4308
  },
@@ -4271,7 +4310,7 @@ var table = (0, import_tailwind_variants3.tv)({
4271
4310
  variant: "stripe",
4272
4311
  color: "secondary",
4273
4312
  class: {
4274
- tr: "data-[isOdd=true]:bg-secondary-soft",
4313
+ tr: "data-[odd=true]:bg-secondary-soft",
4275
4314
  td: "group-hover:bg-secondary-light"
4276
4315
  }
4277
4316
  },
@@ -4279,7 +4318,7 @@ var table = (0, import_tailwind_variants3.tv)({
4279
4318
  variant: "stripe",
4280
4319
  color: "neutral",
4281
4320
  class: {
4282
- tr: "data-[isOdd=true]:bg-trans-soft",
4321
+ tr: "data-[odd=true]:bg-trans-soft",
4283
4322
  td: "group-hover:bg-neutral-light"
4284
4323
  }
4285
4324
  }
@@ -2,15 +2,15 @@
2
2
  import "../../chunk-2UUH2MBF.mjs";
3
3
  import {
4
4
  table_default
5
- } from "../../chunk-IXFP2WQ4.mjs";
6
- import "../../chunk-PUFNT5LS.mjs";
7
- import "../../chunk-KHWFCTPX.mjs";
5
+ } from "../../chunk-6YE26GOI.mjs";
6
+ import "../../chunk-DWROPKZW.mjs";
7
+ import "../../chunk-VG4644BG.mjs";
8
8
  import "../../chunk-QZ3LVYJW.mjs";
9
- import "../../chunk-BE2OG6M4.mjs";
10
- import "../../chunk-ZYIIXWVY.mjs";
11
- import "../../chunk-PRUAIZTU.mjs";
12
- import "../../chunk-IOV7MEPG.mjs";
9
+ import "../../chunk-ANYPMQH4.mjs";
13
10
  import "../../chunk-27Y6K5NK.mjs";
11
+ import "../../chunk-ZYIIXWVY.mjs";
12
+ import "../../chunk-LCI6RPWE.mjs";
13
+ import "../../chunk-IOCRFIQF.mjs";
14
14
  import "../../chunk-E3G5QXSH.mjs";
15
15
  import "../../chunk-J725QONZ.mjs";
16
16
  import "../../chunk-IZ6II3QA.mjs";
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import react__default, { ReactNode } from 'react';
2
+ import React__default, { ReactNode } from 'react';
3
3
  import { SlotsToClasses } from '../../utils/types.mjs';
4
4
  import { TableSlots, TableReturnType, TableRow, TableColumn } from './table.mjs';
5
5
  import 'tailwind-variants';
@@ -19,7 +19,7 @@ type TableBodyProps = {
19
19
  selectedRows: Set<number>;
20
20
  emptyContent?: ReactNode;
21
21
  onSelectRow: (index: number) => void;
22
- onRowAction?: (e: react__default.MouseEvent, params: TableRow) => void;
22
+ onRowAction?: (e: React__default.MouseEvent, params: TableRow) => void;
23
23
  };
24
24
  declare const TableBody: ({ classNames, size, color, slots, rows, columns, isExpanded, isSelected, isSelectedRow, selectedRows, emptyContent, onSelectRow, onRowAction, }: TableBodyProps) => react_jsx_runtime.JSX.Element;
25
25
 
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import react__default, { ReactNode } from 'react';
2
+ import React__default, { ReactNode } from 'react';
3
3
  import { SlotsToClasses } from '../../utils/types.js';
4
4
  import { TableSlots, TableReturnType, TableRow, TableColumn } from './table.js';
5
5
  import 'tailwind-variants';
@@ -19,7 +19,7 @@ type TableBodyProps = {
19
19
  selectedRows: Set<number>;
20
20
  emptyContent?: ReactNode;
21
21
  onSelectRow: (index: number) => void;
22
- onRowAction?: (e: react__default.MouseEvent, params: TableRow) => void;
22
+ onRowAction?: (e: React__default.MouseEvent, params: TableRow) => void;
23
23
  };
24
24
  declare const TableBody: ({ classNames, size, color, slots, rows, columns, isExpanded, isSelected, isSelectedRow, selectedRows, emptyContent, onSelectRow, onRowAction, }: TableBodyProps) => react_jsx_runtime.JSX.Element;
25
25
 
@@ -362,6 +362,36 @@ var template = {
362
362
  }
363
363
  );
364
364
  },
365
+ loading: ({ className, fill }) => {
366
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
367
+ "svg",
368
+ {
369
+ width: "24",
370
+ height: "24",
371
+ viewBox: "0 0 24 24",
372
+ fill: "none",
373
+ xmlns: "http://www.w3.org/2000/svg",
374
+ className,
375
+ children: [
376
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
377
+ "path",
378
+ {
379
+ d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
380
+ fill: "currentColor",
381
+ fillOpacity: "0.1"
382
+ }
383
+ ),
384
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
385
+ "path",
386
+ {
387
+ d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
388
+ fill: "currentColor"
389
+ }
390
+ )
391
+ ]
392
+ }
393
+ );
394
+ },
365
395
  // ** User **
366
396
  "user-circle": ({ className, fill }) => {
367
397
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -3701,10 +3731,7 @@ var CheckBox = (0, import_react.forwardRef)((originalProps, ref) => {
3701
3731
  fill: "none",
3702
3732
  points: "1 9 7 14 15 4",
3703
3733
  stroke: "currentColor",
3704
- strokeDasharray: 22,
3705
- strokeDashoffset: isSelected ? 44 : 66,
3706
3734
  strokeLinecap: "round",
3707
- strokeLinejoin: "round",
3708
3735
  strokeWidth: 3,
3709
3736
  style: isSelected ? {
3710
3737
  transition: "stroke-dashoffset 250ms linear 0.2s"
@@ -3722,7 +3749,7 @@ CheckBox.displayName = "CheckBox";
3722
3749
  var checkbox_default = CheckBox;
3723
3750
  var checkbox = tv({
3724
3751
  slots: {
3725
- base: "group relative inline-flex items-center cursor-pointer",
3752
+ base: ["group", "relative", "inline-flex", "items-center", "cursor-pointer"],
3726
3753
  wrapper: [
3727
3754
  "relative",
3728
3755
  "inline-flex",
@@ -3749,33 +3776,33 @@ var checkbox = tv({
3749
3776
  "group-hover:before:bg-neutral-soft",
3750
3777
  "before:transition duration-200"
3751
3778
  ],
3752
- icon: "z-10 opacity-0 group-has-[:checked]:opacity-100 text-white",
3753
- label: "relative text-foreground select-none"
3779
+ icon: ["z-10", "opacity-0", "group-has-[:checked]:opacity-100", "text-white"],
3780
+ label: ["relative", "text-foreground", "select-none"]
3754
3781
  },
3755
3782
  variants: {
3756
3783
  color: {
3757
3784
  primary: {
3758
- wrapper: "group-has-[:checked]:before:border-primary-main group-has-[:checked]:before:bg-primary-main"
3785
+ wrapper: ["group-has-[:checked]:before:border-primary-main", "group-has-[:checked]:before:bg-primary-main"]
3759
3786
  },
3760
3787
  secondary: {
3761
- wrapper: "group-has-[:checked]:before:border-secondary-main group-has-[:checked]:before:bg-secondary-main"
3788
+ wrapper: ["group-has-[:checked]:before:border-secondary-main", "group-has-[:checked]:before:bg-secondary-main"]
3762
3789
  }
3763
3790
  },
3764
3791
  size: {
3765
3792
  sm: {
3766
- wrapper: ["w-[15px] h-[15px] rounded-sm", "before:rounded-[4px]", "after:rounded-[4px]"],
3767
- label: "text-sm ml-[8px]",
3768
- icon: "w-[10px] h-[10px]"
3793
+ wrapper: ["w-[15px]", "h-[15px]", "rounded-sm", "before:rounded-[3px]", "after:rounded-[3px]"],
3794
+ label: ["text-sm", "ml-[6px]"],
3795
+ icon: ["w-[10px]", "h-[10px]"]
3769
3796
  },
3770
3797
  md: {
3771
- wrapper: ["w-[17px] h-[17px] rounded-md", "before:rounded-[5px]", "after:rounded-[5px]"],
3772
- label: "text-md ml-[9px]",
3773
- icon: "w-[12px] h-[12px]"
3798
+ wrapper: ["w-[17px]", "h-[17px]", "rounded-md", "before:rounded-[3px]", "after:rounded-[3px]"],
3799
+ label: ["text-md", "ml-[8px]"],
3800
+ icon: ["w-[12px]", "h-[12px]"]
3774
3801
  },
3775
3802
  lg: {
3776
- wrapper: ["w-[20px] h-[20px] rounded-lg", "before:rounded-[6px]", "after:rounded-[6px]"],
3777
- label: "text-lg ml-[10px]",
3778
- icon: "w-[15px] h-[15px]"
3803
+ wrapper: ["w-[20px]", "h-[20px]", "rounded-lg", "before:rounded-[4px]", "after:rounded-[4px]"],
3804
+ label: ["text-lg", "ml-[10px]"],
3805
+ icon: ["w-[15px]", "h-[15px]"]
3779
3806
  }
3780
3807
  },
3781
3808
  lineThrough: {
@@ -3796,14 +3823,24 @@ var checkbox = tv({
3796
3823
  },
3797
3824
  isInvalid: {
3798
3825
  true: {
3799
- wrapper: "before:border-danger-main group-has-[:checked]:before:bg-danger-main",
3826
+ wrapper: [
3827
+ "before:border-danger-main",
3828
+ "group-has-[:checked]:before:bg-danger-main",
3829
+ "group-has-[:checked]:before:border-danger-main"
3830
+ ],
3800
3831
  label: "text-danger-main"
3801
3832
  }
3802
3833
  },
3803
3834
  isDisabled: {
3804
3835
  true: {
3805
3836
  base: "opacity-disabled pointer-events-none text-neutral-light",
3806
- wrapper: "after:bg-neutral-soft before:border-neutral-light before:bg-neutral-soft group-has-[:checked]:before:bg-neutral-soft",
3837
+ wrapper: [
3838
+ "after:bg-neutral-soft",
3839
+ "before:border-neutral-light",
3840
+ "before:bg-neutral-soft",
3841
+ "group-has-[:checked]:before:bg-neutral-soft",
3842
+ "group-has-[:checked]:before:border-neutral-light"
3843
+ ],
3807
3844
  label: "text-neutral-light",
3808
3845
  icon: "text-neutral-light"
3809
3846
  }
@@ -3824,8 +3861,8 @@ var checkbox = tv({
3824
3861
  "after:!duration-200",
3825
3862
  "motion-reduce:transition-none"
3826
3863
  ],
3827
- icon: "transition-opacity motion-reduce:transition-none",
3828
- label: "transition-colors-opacity before:transition-width motion-reduce:transition-none"
3864
+ icon: ["transition-opacity", "motion-reduce:transition-none"],
3865
+ label: ["transition-colors-opacity", "before:transition-width", "motion-reduce:transition-none"]
3829
3866
  }
3830
3867
  }
3831
3868
  },
@@ -3870,7 +3907,7 @@ var TableBody = ({
3870
3907
  const getTrProps = (0, import_react2.useCallback)(
3871
3908
  (index) => ({
3872
3909
  className: clsx(slots.tr({ class: classNames == null ? void 0 : classNames.tr })),
3873
- "data-isOdd": index % 2 !== 0,
3910
+ "data-odd": index % 2 !== 0,
3874
3911
  "data-expanded": expandedRows.has(index)
3875
3912
  }),
3876
3913
  [classNames == null ? void 0 : classNames.tr, expandedRows, slots]
@@ -3937,7 +3974,7 @@ var TableBody = ({
3937
3974
  isExpanded && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { ...getTdProps({ field: "expandIcon" }, row, keys), children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3938
3975
  Icon_default,
3939
3976
  {
3940
- name: expandedRows.has(rowIndex) ? "arrow-down" : "arrow-right",
3977
+ name: expandedRows.has(rowIndex) ? "brace-down" : "brace-right",
3941
3978
  className: `ml-2 transition-transform`,
3942
3979
  size
3943
3980
  }
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  table_body_default
4
- } from "../../chunk-KHWFCTPX.mjs";
4
+ } from "../../chunk-DWROPKZW.mjs";
5
5
  import "../../chunk-QZ3LVYJW.mjs";
6
- import "../../chunk-BE2OG6M4.mjs";
7
- import "../../chunk-ZYIIXWVY.mjs";
8
- import "../../chunk-PRUAIZTU.mjs";
9
- import "../../chunk-IOV7MEPG.mjs";
6
+ import "../../chunk-ANYPMQH4.mjs";
10
7
  import "../../chunk-27Y6K5NK.mjs";
8
+ import "../../chunk-ZYIIXWVY.mjs";
9
+ import "../../chunk-LCI6RPWE.mjs";
10
+ import "../../chunk-IOCRFIQF.mjs";
11
11
  import "../../chunk-E3G5QXSH.mjs";
12
12
  import "../../chunk-J725QONZ.mjs";
13
13
  import "../../chunk-IZ6II3QA.mjs";
@@ -152,10 +152,7 @@ var CheckBox = (0, import_react.forwardRef)((originalProps, ref) => {
152
152
  fill: "none",
153
153
  points: "1 9 7 14 15 4",
154
154
  stroke: "currentColor",
155
- strokeDasharray: 22,
156
- strokeDashoffset: isSelected ? 44 : 66,
157
155
  strokeLinecap: "round",
158
- strokeLinejoin: "round",
159
156
  strokeWidth: 3,
160
157
  style: isSelected ? {
161
158
  transition: "stroke-dashoffset 250ms linear 0.2s"
@@ -173,7 +170,7 @@ CheckBox.displayName = "CheckBox";
173
170
  var checkbox_default = CheckBox;
174
171
  var checkbox = tv({
175
172
  slots: {
176
- base: "group relative inline-flex items-center cursor-pointer",
173
+ base: ["group", "relative", "inline-flex", "items-center", "cursor-pointer"],
177
174
  wrapper: [
178
175
  "relative",
179
176
  "inline-flex",
@@ -200,33 +197,33 @@ var checkbox = tv({
200
197
  "group-hover:before:bg-neutral-soft",
201
198
  "before:transition duration-200"
202
199
  ],
203
- icon: "z-10 opacity-0 group-has-[:checked]:opacity-100 text-white",
204
- label: "relative text-foreground select-none"
200
+ icon: ["z-10", "opacity-0", "group-has-[:checked]:opacity-100", "text-white"],
201
+ label: ["relative", "text-foreground", "select-none"]
205
202
  },
206
203
  variants: {
207
204
  color: {
208
205
  primary: {
209
- wrapper: "group-has-[:checked]:before:border-primary-main group-has-[:checked]:before:bg-primary-main"
206
+ wrapper: ["group-has-[:checked]:before:border-primary-main", "group-has-[:checked]:before:bg-primary-main"]
210
207
  },
211
208
  secondary: {
212
- wrapper: "group-has-[:checked]:before:border-secondary-main group-has-[:checked]:before:bg-secondary-main"
209
+ wrapper: ["group-has-[:checked]:before:border-secondary-main", "group-has-[:checked]:before:bg-secondary-main"]
213
210
  }
214
211
  },
215
212
  size: {
216
213
  sm: {
217
- wrapper: ["w-[15px] h-[15px] rounded-sm", "before:rounded-[4px]", "after:rounded-[4px]"],
218
- label: "text-sm ml-[8px]",
219
- icon: "w-[10px] h-[10px]"
214
+ wrapper: ["w-[15px]", "h-[15px]", "rounded-sm", "before:rounded-[3px]", "after:rounded-[3px]"],
215
+ label: ["text-sm", "ml-[6px]"],
216
+ icon: ["w-[10px]", "h-[10px]"]
220
217
  },
221
218
  md: {
222
- wrapper: ["w-[17px] h-[17px] rounded-md", "before:rounded-[5px]", "after:rounded-[5px]"],
223
- label: "text-md ml-[9px]",
224
- icon: "w-[12px] h-[12px]"
219
+ wrapper: ["w-[17px]", "h-[17px]", "rounded-md", "before:rounded-[3px]", "after:rounded-[3px]"],
220
+ label: ["text-md", "ml-[8px]"],
221
+ icon: ["w-[12px]", "h-[12px]"]
225
222
  },
226
223
  lg: {
227
- wrapper: ["w-[20px] h-[20px] rounded-lg", "before:rounded-[6px]", "after:rounded-[6px]"],
228
- label: "text-lg ml-[10px]",
229
- icon: "w-[15px] h-[15px]"
224
+ wrapper: ["w-[20px]", "h-[20px]", "rounded-lg", "before:rounded-[4px]", "after:rounded-[4px]"],
225
+ label: ["text-lg", "ml-[10px]"],
226
+ icon: ["w-[15px]", "h-[15px]"]
230
227
  }
231
228
  },
232
229
  lineThrough: {
@@ -247,14 +244,24 @@ var checkbox = tv({
247
244
  },
248
245
  isInvalid: {
249
246
  true: {
250
- wrapper: "before:border-danger-main group-has-[:checked]:before:bg-danger-main",
247
+ wrapper: [
248
+ "before:border-danger-main",
249
+ "group-has-[:checked]:before:bg-danger-main",
250
+ "group-has-[:checked]:before:border-danger-main"
251
+ ],
251
252
  label: "text-danger-main"
252
253
  }
253
254
  },
254
255
  isDisabled: {
255
256
  true: {
256
257
  base: "opacity-disabled pointer-events-none text-neutral-light",
257
- wrapper: "after:bg-neutral-soft before:border-neutral-light before:bg-neutral-soft group-has-[:checked]:before:bg-neutral-soft",
258
+ wrapper: [
259
+ "after:bg-neutral-soft",
260
+ "before:border-neutral-light",
261
+ "before:bg-neutral-soft",
262
+ "group-has-[:checked]:before:bg-neutral-soft",
263
+ "group-has-[:checked]:before:border-neutral-light"
264
+ ],
258
265
  label: "text-neutral-light",
259
266
  icon: "text-neutral-light"
260
267
  }
@@ -275,8 +282,8 @@ var checkbox = tv({
275
282
  "after:!duration-200",
276
283
  "motion-reduce:transition-none"
277
284
  ],
278
- icon: "transition-opacity motion-reduce:transition-none",
279
- label: "transition-colors-opacity before:transition-width motion-reduce:transition-none"
285
+ icon: ["transition-opacity", "motion-reduce:transition-none"],
286
+ label: ["transition-colors-opacity", "before:transition-width", "motion-reduce:transition-none"]
280
287
  }
281
288
  }
282
289
  },
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  table_head_default
4
- } from "../../chunk-PUFNT5LS.mjs";
4
+ } from "../../chunk-VG4644BG.mjs";
5
5
  import "../../chunk-QZ3LVYJW.mjs";
6
- import "../../chunk-BE2OG6M4.mjs";
6
+ import "../../chunk-ANYPMQH4.mjs";
7
7
  import "../../chunk-27Y6K5NK.mjs";
8
8
  import "../../chunk-E3G5QXSH.mjs";
9
9
  import "../../chunk-J725QONZ.mjs";
@@ -1,22 +1,22 @@
1
1
  import * as tailwind_variants from 'tailwind-variants';
2
2
  import { VariantProps } from 'tailwind-variants';
3
3
  import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
4
- import react__default, { ReactElement } from 'react';
4
+ import React__default, { ReactElement } from 'react';
5
5
  import { SlotsToClasses } from '../../utils/types.mjs';
6
6
 
7
- interface Props extends Omit<react__default.ComponentPropsWithRef<"table">, "ref" | "color" | "slot" | "size" | "defaultChecked" | "defaultValue"> {
7
+ interface Props extends Omit<React__default.ComponentPropsWithRef<"table">, "ref" | "color" | "slot" | "size" | "defaultChecked" | "defaultValue"> {
8
8
  rows: TableRow[];
9
9
  columns: TableColumn[];
10
10
  isLoading?: boolean;
11
11
  emptyContent?: ReactElement;
12
12
  classNames?: SlotsToClasses<TableSlots>;
13
- onRowAction?: (e: react__default.MouseEvent, params: TableRow) => void;
13
+ onRowAction?: (e: React__default.MouseEvent, params: TableRow) => void;
14
14
  }
15
15
  interface TableRef {
16
16
  selectedRows: Set<number>;
17
17
  setSelectedRows: (rows: Set<number>) => void;
18
18
  }
19
- declare const Table: react__default.ForwardRefExoticComponent<Props & TableVariantProps & react__default.RefAttributes<TableRef>>;
19
+ declare const Table: React__default.ForwardRefExoticComponent<Props & TableVariantProps & React__default.RefAttributes<TableRef>>;
20
20
 
21
21
  declare const table: tailwind_variants.TVReturnType<{
22
22
  variant: {
@@ -66,7 +66,9 @@ declare const table: tailwind_variants.TVReturnType<{
66
66
  true: {};
67
67
  };
68
68
  isSelectedRow: {
69
- true: {};
69
+ true: {
70
+ tr: string;
71
+ };
70
72
  };
71
73
  hideHeader: {
72
74
  true: {
@@ -150,7 +152,9 @@ declare const table: tailwind_variants.TVReturnType<{
150
152
  true: {};
151
153
  };
152
154
  isSelectedRow: {
153
- true: {};
155
+ true: {
156
+ tr: string;
157
+ };
154
158
  };
155
159
  hideHeader: {
156
160
  true: {
@@ -221,7 +225,9 @@ declare const table: tailwind_variants.TVReturnType<{
221
225
  true: {};
222
226
  };
223
227
  isSelectedRow: {
224
- true: {};
228
+ true: {
229
+ tr: string;
230
+ };
225
231
  };
226
232
  hideHeader: {
227
233
  true: {
@@ -292,7 +298,9 @@ declare const table: tailwind_variants.TVReturnType<{
292
298
  true: {};
293
299
  };
294
300
  isSelectedRow: {
295
- true: {};
301
+ true: {
302
+ tr: string;
303
+ };
296
304
  };
297
305
  hideHeader: {
298
306
  true: {
@@ -376,7 +384,9 @@ declare const table: tailwind_variants.TVReturnType<{
376
384
  true: {};
377
385
  };
378
386
  isSelectedRow: {
379
- true: {};
387
+ true: {
388
+ tr: string;
389
+ };
380
390
  };
381
391
  hideHeader: {
382
392
  true: {
@@ -460,7 +470,9 @@ declare const table: tailwind_variants.TVReturnType<{
460
470
  true: {};
461
471
  };
462
472
  isSelectedRow: {
463
- true: {};
473
+ true: {
474
+ tr: string;
475
+ };
464
476
  };
465
477
  hideHeader: {
466
478
  true: {
@@ -531,7 +543,9 @@ declare const table: tailwind_variants.TVReturnType<{
531
543
  true: {};
532
544
  };
533
545
  isSelectedRow: {
534
- true: {};
546
+ true: {
547
+ tr: string;
548
+ };
535
549
  };
536
550
  hideHeader: {
537
551
  true: {
@@ -577,7 +591,7 @@ type TableColumn<R extends RowValue = RowValue, V = any, F = V> = {
577
591
  headerName?: string | ReactElement;
578
592
  className?: string;
579
593
  valueFormatter?: (params: ValueFormatterParams<V>) => F;
580
- renderCell?: (params: CellParams<R, V, F>) => react__default.ReactNode;
594
+ renderCell?: (params: CellParams<R, V, F>) => React__default.ReactNode;
581
595
  };
582
596
 
583
597
  export { type TableColumn, type TableRef, type TableReturnType, type TableRow, type TableSlots, type TableVariantProps, Table as default };