@purpur/library 9.5.0 → 9.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (364) hide show
  1. package/CHANGELOG.json +66 -0
  2. package/CHANGELOG.md +29 -1
  3. package/dist/LICENSE.txt +27 -6
  4. package/dist/ThemeProvider-D7oXcAde.js +2 -0
  5. package/dist/{ThemeProvider-Dy771oix.js.map → ThemeProvider-D7oXcAde.js.map} +1 -1
  6. package/dist/ThemeProvider-DiDBfyFA.mjs +348 -0
  7. package/dist/{ThemeProvider-CkX-BNWN.mjs.map → ThemeProvider-DiDBfyFA.mjs.map} +1 -1
  8. package/dist/avatar-CYnD57o4.js +2 -0
  9. package/dist/avatar-CYnD57o4.js.map +1 -0
  10. package/dist/avatar-CzbDD1MK.mjs +27 -0
  11. package/dist/avatar-CzbDD1MK.mjs.map +1 -0
  12. package/dist/avatar.cjs.js +2 -0
  13. package/dist/avatar.cjs.js.map +1 -0
  14. package/dist/avatar.es.js +5 -0
  15. package/dist/avatar.es.js.map +1 -0
  16. package/dist/carousel-BIKcwvYz.mjs +1658 -0
  17. package/dist/carousel-BIKcwvYz.mjs.map +1 -0
  18. package/dist/carousel-DnSaLDZf.js +2 -0
  19. package/dist/carousel-DnSaLDZf.js.map +1 -0
  20. package/dist/carousel.cjs.js +1 -1
  21. package/dist/carousel.es.js +1 -1
  22. package/dist/color-dot-BEE5rKco.js +2 -0
  23. package/dist/color-dot-BEE5rKco.js.map +1 -0
  24. package/dist/color-dot-Dz9yzVX3.mjs +28 -0
  25. package/dist/color-dot-Dz9yzVX3.mjs.map +1 -0
  26. package/dist/color-dot.cjs.js +1 -1
  27. package/dist/color-dot.es.js +4 -3
  28. package/dist/comparison-table-0UDB2BTU.js +2 -0
  29. package/dist/comparison-table-0UDB2BTU.js.map +1 -0
  30. package/dist/comparison-table-CjTE-fHN.mjs +292 -0
  31. package/dist/comparison-table-CjTE-fHN.mjs.map +1 -0
  32. package/dist/comparison-table.cjs.js +1 -1
  33. package/dist/comparison-table.es.js +1 -1
  34. package/dist/components/avatar/src/avatar-constants.d.ts +2 -0
  35. package/dist/components/avatar/src/avatar-constants.d.ts.map +1 -0
  36. package/dist/components/avatar/src/avatar.d.ts +26 -0
  37. package/dist/components/avatar/src/avatar.d.ts.map +1 -0
  38. package/dist/components/button/src/button.visual.fixtures.d.ts +43 -0
  39. package/dist/components/button/src/button.visual.fixtures.d.ts.map +1 -0
  40. package/dist/components/carousel/src/carousel.d.ts.map +1 -1
  41. package/dist/components/color-dot/src/color-dot.d.ts +18 -8
  42. package/dist/components/color-dot/src/color-dot.d.ts.map +1 -1
  43. package/dist/components/comparison-table/src/components/OptionCard/option-card.d.ts.map +1 -1
  44. package/dist/components/date-picker/src/date-picker.d.ts +8 -0
  45. package/dist/components/date-picker/src/date-picker.d.ts.map +1 -1
  46. package/dist/components/drawer/src/drawer-content.d.ts +21 -0
  47. package/dist/components/drawer/src/drawer-content.d.ts.map +1 -1
  48. package/dist/components/hero-banner/src/hero-banner.visual.fixtures.d.ts +14 -0
  49. package/dist/components/hero-banner/src/hero-banner.visual.fixtures.d.ts.map +1 -0
  50. package/dist/components/loading/src/loading-dots.d.ts +19 -0
  51. package/dist/components/loading/src/loading-dots.d.ts.map +1 -0
  52. package/dist/components/loading/src/loading-text.d.ts +21 -0
  53. package/dist/components/loading/src/loading-text.d.ts.map +1 -0
  54. package/dist/components/loading/src/loading.d.ts +10 -0
  55. package/dist/components/loading/src/loading.d.ts.map +1 -0
  56. package/dist/components/message/src/message-bubble.d.ts +22 -0
  57. package/dist/components/message/src/message-bubble.d.ts.map +1 -0
  58. package/dist/components/message/src/message-stamp.d.ts +26 -0
  59. package/dist/components/message/src/message-stamp.d.ts.map +1 -0
  60. package/dist/components/message/src/message-utils.d.ts +3 -0
  61. package/dist/components/message/src/message-utils.d.ts.map +1 -0
  62. package/dist/components/message/src/message.d.ts +42 -0
  63. package/dist/components/message/src/message.d.ts.map +1 -0
  64. package/dist/components/modal/src/modal-content.d.ts +21 -0
  65. package/dist/components/modal/src/modal-content.d.ts.map +1 -1
  66. package/dist/components/modal/src/modal.d.ts +2 -0
  67. package/dist/components/modal/src/modal.d.ts.map +1 -1
  68. package/dist/components/popover/src/popover-content.d.ts +14 -0
  69. package/dist/components/popover/src/popover-content.d.ts.map +1 -1
  70. package/dist/components/radio-card-group/src/is-radio-card-item.d.ts +4 -0
  71. package/dist/components/radio-card-group/src/is-radio-card-item.d.ts.map +1 -0
  72. package/dist/components/radio-card-group/src/radio-card-group.constants.d.ts +5 -0
  73. package/dist/components/radio-card-group/src/radio-card-group.constants.d.ts.map +1 -0
  74. package/dist/components/radio-card-group/src/radio-card-group.d.ts +5 -6
  75. package/dist/components/radio-card-group/src/radio-card-group.d.ts.map +1 -1
  76. package/dist/components/radio-card-group/src/radio-card-item.d.ts +1 -2
  77. package/dist/components/radio-card-group/src/radio-card-item.d.ts.map +1 -1
  78. package/dist/components/search-field/src/search-field-autocomplete.d.ts +6 -3
  79. package/dist/components/search-field/src/search-field-autocomplete.d.ts.map +1 -1
  80. package/dist/components/search-field/src/search-field-base.d.ts +10 -3
  81. package/dist/components/search-field/src/search-field-base.d.ts.map +1 -1
  82. package/dist/components/search-field/src/search-field-button.d.ts +3 -1
  83. package/dist/components/search-field/src/search-field-button.d.ts.map +1 -1
  84. package/dist/components/search-field/src/search-field.d.ts +12 -6
  85. package/dist/components/search-field/src/search-field.d.ts.map +1 -1
  86. package/dist/components/table/src/drag-indicator-circle.d.ts +8 -1
  87. package/dist/components/table/src/drag-indicator-circle.d.ts.map +1 -1
  88. package/dist/components/table/src/table.d.ts.map +1 -1
  89. package/dist/components/tooltip/src/tooltip.d.ts +21 -0
  90. package/dist/components/tooltip/src/tooltip.d.ts.map +1 -1
  91. package/dist/components-metadata.js +33 -4
  92. package/dist/date-picker-CIizn3Pv.js +2 -0
  93. package/dist/{date-picker-uyPKJulK.js.map → date-picker-CIizn3Pv.js.map} +1 -1
  94. package/dist/date-picker-DixxW60s.mjs +1617 -0
  95. package/dist/{date-picker-CzxhZxsw.mjs.map → date-picker-DixxW60s.mjs.map} +1 -1
  96. package/dist/date-picker.cjs.js +1 -1
  97. package/dist/date-picker.es.js +1 -1
  98. package/dist/drawer-BzkRd9F0.mjs +577 -0
  99. package/dist/drawer-BzkRd9F0.mjs.map +1 -0
  100. package/dist/drawer-DyhsP34o.js +2 -0
  101. package/dist/drawer-DyhsP34o.js.map +1 -0
  102. package/dist/drawer.cjs.js +1 -1
  103. package/dist/drawer.es.js +1 -1
  104. package/dist/{footer-D9AcPwlH.js → footer-3Y-664-8.js} +2 -2
  105. package/dist/{footer-D9AcPwlH.js.map → footer-3Y-664-8.js.map} +1 -1
  106. package/dist/{footer-BLPlXaZK.mjs → footer-DenAcikt.mjs} +3 -3
  107. package/dist/{footer-BLPlXaZK.mjs.map → footer-DenAcikt.mjs.map} +1 -1
  108. package/dist/footer.cjs.js +1 -1
  109. package/dist/footer.es.js +1 -1
  110. package/dist/{hero-banner-DkC_BqM7.mjs → hero-banner-B7xrDfzN.mjs} +2 -2
  111. package/dist/{hero-banner-DkC_BqM7.mjs.map → hero-banner-B7xrDfzN.mjs.map} +1 -1
  112. package/dist/{hero-banner-D1A-_qou.js → hero-banner-DthITuQ7.js} +2 -2
  113. package/dist/{hero-banner-D1A-_qou.js.map → hero-banner-DthITuQ7.js.map} +1 -1
  114. package/dist/hero-banner.cjs.js +1 -1
  115. package/dist/hero-banner.es.js +1 -1
  116. package/dist/libraries/library/src/avatar.d.ts +6 -0
  117. package/dist/libraries/library/src/avatar.d.ts.map +1 -0
  118. package/dist/libraries/library/src/library.d.ts +3 -0
  119. package/dist/libraries/library/src/library.d.ts.map +1 -1
  120. package/dist/libraries/library/src/loading.d.ts +6 -0
  121. package/dist/libraries/library/src/loading.d.ts.map +1 -0
  122. package/dist/libraries/library/src/message.d.ts +6 -0
  123. package/dist/libraries/library/src/message.d.ts.map +1 -0
  124. package/dist/libraries/theme/src/ThemeProvider.d.ts.map +1 -1
  125. package/dist/libraries/theme/src/theme.d.ts +1 -0
  126. package/dist/libraries/theme/src/theme.d.ts.map +1 -1
  127. package/dist/libraries/theme/src/types.d.ts +7 -0
  128. package/dist/libraries/theme/src/types.d.ts.map +1 -1
  129. package/dist/libraries/theme/src/useThemePortalContainer.d.ts +12 -0
  130. package/dist/libraries/theme/src/useThemePortalContainer.d.ts.map +1 -0
  131. package/dist/library.cjs.js +1 -1
  132. package/dist/library.es.js +630 -623
  133. package/dist/library.es.js.map +1 -1
  134. package/dist/loading-Dwtkjstg.js +2 -0
  135. package/dist/loading-Dwtkjstg.js.map +1 -0
  136. package/dist/loading-r23nxJSz.mjs +107 -0
  137. package/dist/loading-r23nxJSz.mjs.map +1 -0
  138. package/dist/loading.cjs.js +2 -0
  139. package/dist/loading.cjs.js.map +1 -0
  140. package/dist/loading.es.js +5 -0
  141. package/dist/loading.es.js.map +1 -0
  142. package/dist/message-0yTS5pOF.js +3 -0
  143. package/dist/message-0yTS5pOF.js.map +1 -0
  144. package/dist/message-D9CDwcw9.mjs +132 -0
  145. package/dist/message-D9CDwcw9.mjs.map +1 -0
  146. package/dist/message.cjs.js +2 -0
  147. package/dist/message.cjs.js.map +1 -0
  148. package/dist/message.es.js +5 -0
  149. package/dist/message.es.js.map +1 -0
  150. package/dist/modal-DJn9idcw.js +2 -0
  151. package/dist/modal-DJn9idcw.js.map +1 -0
  152. package/dist/{modal-fp37VbrH.mjs → modal-EIP36327.mjs} +83 -80
  153. package/dist/modal-EIP36327.mjs.map +1 -0
  154. package/dist/modal.cjs.js +1 -1
  155. package/dist/modal.es.js +1 -1
  156. package/dist/{popover-I26xNbTz.mjs → popover-DERrvReO.mjs} +328 -325
  157. package/dist/popover-DERrvReO.mjs.map +1 -0
  158. package/dist/popover-DnGgzfQr.js +2 -0
  159. package/dist/popover-DnGgzfQr.js.map +1 -0
  160. package/dist/popover.cjs.js +1 -1
  161. package/dist/popover.es.js +1 -1
  162. package/dist/{product-card-CoY1KggV.js → product-card-8X-Ld2d_.js} +2 -2
  163. package/dist/{product-card-CoY1KggV.js.map → product-card-8X-Ld2d_.js.map} +1 -1
  164. package/dist/{product-card-C3_N0t-R.mjs → product-card-Bt-F0wKr.mjs} +10 -10
  165. package/dist/{product-card-C3_N0t-R.mjs.map → product-card-Bt-F0wKr.mjs.map} +1 -1
  166. package/dist/product-card.cjs.js +1 -1
  167. package/dist/product-card.es.js +1 -1
  168. package/dist/{promotion-card-BiHnQvhn.mjs → promotion-card-BnzIVNQ4.mjs} +2 -2
  169. package/dist/{promotion-card-BiHnQvhn.mjs.map → promotion-card-BnzIVNQ4.mjs.map} +1 -1
  170. package/dist/{promotion-card-Bag64gqP.js → promotion-card-DKc2Cx1h.js} +2 -2
  171. package/dist/{promotion-card-Bag64gqP.js.map → promotion-card-DKc2Cx1h.js.map} +1 -1
  172. package/dist/promotion-card.cjs.js +1 -1
  173. package/dist/promotion-card.es.js +1 -1
  174. package/dist/purpur.css +1 -1
  175. package/dist/radio-card-group-ZBXjYcQs.mjs +166 -0
  176. package/dist/radio-card-group-ZBXjYcQs.mjs.map +1 -0
  177. package/dist/radio-card-group-nrDi5EPK.js +2 -0
  178. package/dist/radio-card-group-nrDi5EPK.js.map +1 -0
  179. package/dist/radio-card-group.cjs.js +1 -1
  180. package/dist/radio-card-group.es.js +3 -5
  181. package/dist/search-field-2vdDbiT0.js +2 -0
  182. package/dist/search-field-2vdDbiT0.js.map +1 -0
  183. package/dist/search-field-DKyNh7pE.mjs +167 -0
  184. package/dist/search-field-DKyNh7pE.mjs.map +1 -0
  185. package/dist/search-field.cjs.js +1 -1
  186. package/dist/search-field.es.js +1 -1
  187. package/dist/{stepper-CWR2vGPj.mjs → stepper-BDsSa6yr.mjs} +2 -2
  188. package/dist/{stepper-CWR2vGPj.mjs.map → stepper-BDsSa6yr.mjs.map} +1 -1
  189. package/dist/{stepper-Df4X7DDR.js → stepper-DpauItjx.js} +2 -2
  190. package/dist/{stepper-Df4X7DDR.js.map → stepper-DpauItjx.js.map} +1 -1
  191. package/dist/stepper.cjs.js +1 -1
  192. package/dist/stepper.es.js +1 -1
  193. package/dist/{table-gnGUejtb.js → table-BOCcBzSO.js} +4 -4
  194. package/dist/table-BOCcBzSO.js.map +1 -0
  195. package/dist/{table-g_n68i4s.mjs → table-i1Gs9e0e.mjs} +440 -440
  196. package/dist/table-i1Gs9e0e.mjs.map +1 -0
  197. package/dist/table.cjs.js +1 -1
  198. package/dist/table.es.js +1 -1
  199. package/dist/{text-area-peNKG7g4.js → text-area-D0truMT1.js} +2 -2
  200. package/dist/{text-area-peNKG7g4.js.map → text-area-D0truMT1.js.map} +1 -1
  201. package/dist/{text-area-kJvg6cFp.mjs → text-area-IVH-k4MM.mjs} +3 -3
  202. package/dist/{text-area-kJvg6cFp.mjs.map → text-area-IVH-k4MM.mjs.map} +1 -1
  203. package/dist/text-area.cjs.js +1 -1
  204. package/dist/text-area.es.js +1 -1
  205. package/dist/theme.cjs.js +1 -1
  206. package/dist/theme.es.js +8 -6
  207. package/dist/theme.es.js.map +1 -1
  208. package/dist/tooltip-CJGmJDFQ.js +2 -0
  209. package/dist/{tooltip-C8Zxnqdb.js.map → tooltip-CJGmJDFQ.js.map} +1 -1
  210. package/dist/{tooltip-LU2Cy-QC.mjs → tooltip-RA-03bKs.mjs} +277 -274
  211. package/dist/{tooltip-LU2Cy-QC.mjs.map → tooltip-RA-03bKs.mjs.map} +1 -1
  212. package/dist/tooltip.cjs.js +1 -1
  213. package/dist/tooltip.es.js +1 -1
  214. package/dist/{useColorScheme-tAkY9LHt.mjs → useColorScheme-B9DWd-LN.mjs} +2 -2
  215. package/dist/{useColorScheme-tAkY9LHt.mjs.map → useColorScheme-B9DWd-LN.mjs.map} +1 -1
  216. package/dist/useColorScheme-DbTQjxNB.js +2 -0
  217. package/dist/{useColorScheme-DNyjsWX9.js.map → useColorScheme-DbTQjxNB.js.map} +1 -1
  218. package/dist/useThemePortalContainer-D9BYjEvT.js +2 -0
  219. package/dist/useThemePortalContainer-D9BYjEvT.js.map +1 -0
  220. package/dist/useThemePortalContainer-tFLTaYKN.mjs +9 -0
  221. package/dist/useThemePortalContainer-tFLTaYKN.mjs.map +1 -0
  222. package/package.json +27 -24
  223. package/src/aliases.ts +12 -0
  224. package/src/avatar.ts +6 -0
  225. package/src/entries.js +3 -0
  226. package/src/library.ts +5 -68
  227. package/src/loading.ts +6 -0
  228. package/src/message.ts +6 -0
  229. package/dist/ThemeProvider-CkX-BNWN.mjs +0 -337
  230. package/dist/ThemeProvider-Dy771oix.js +0 -2
  231. package/dist/carousel-DLkTL9sj.mjs +0 -1633
  232. package/dist/carousel-DLkTL9sj.mjs.map +0 -1
  233. package/dist/carousel-DXrtxRz5.js +0 -2
  234. package/dist/carousel-DXrtxRz5.js.map +0 -1
  235. package/dist/color-dot-6Mxngvce.mjs +0 -34
  236. package/dist/color-dot-6Mxngvce.mjs.map +0 -1
  237. package/dist/color-dot-B9w_ucWb.js +0 -2
  238. package/dist/color-dot-B9w_ucWb.js.map +0 -1
  239. package/dist/comparison-table-C74IAVqz.js +0 -2
  240. package/dist/comparison-table-C74IAVqz.js.map +0 -1
  241. package/dist/comparison-table-DctKxmX9.mjs +0 -267
  242. package/dist/comparison-table-DctKxmX9.mjs.map +0 -1
  243. package/dist/date-picker-CzxhZxsw.mjs +0 -1611
  244. package/dist/date-picker-uyPKJulK.js +0 -2
  245. package/dist/drawer-8Acg4wkV.mjs +0 -574
  246. package/dist/drawer-8Acg4wkV.mjs.map +0 -1
  247. package/dist/drawer-BLHgcEqb.js +0 -2
  248. package/dist/drawer-BLHgcEqb.js.map +0 -1
  249. package/dist/modal-Baisuc6m.js +0 -2
  250. package/dist/modal-Baisuc6m.js.map +0 -1
  251. package/dist/modal-fp37VbrH.mjs.map +0 -1
  252. package/dist/popover-B0XJZ5mj.js +0 -2
  253. package/dist/popover-B0XJZ5mj.js.map +0 -1
  254. package/dist/popover-I26xNbTz.mjs.map +0 -1
  255. package/dist/radio-card-group-CneOprGY.mjs +0 -168
  256. package/dist/radio-card-group-CneOprGY.mjs.map +0 -1
  257. package/dist/radio-card-group-Ctuvg61o.js +0 -2
  258. package/dist/radio-card-group-Ctuvg61o.js.map +0 -1
  259. package/dist/search-field-CpkHGIYi.mjs +0 -151
  260. package/dist/search-field-CpkHGIYi.mjs.map +0 -1
  261. package/dist/search-field-Z0PqDARl.js +0 -2
  262. package/dist/search-field-Z0PqDARl.js.map +0 -1
  263. package/dist/table-g_n68i4s.mjs.map +0 -1
  264. package/dist/table-gnGUejtb.js.map +0 -1
  265. package/dist/tooltip-C8Zxnqdb.js +0 -2
  266. package/dist/useColorScheme-DNyjsWX9.js +0 -2
  267. package/tokens/_dark.scss +0 -9
  268. package/tokens/_index.scss +0 -9
  269. package/tokens/border/variables.css +0 -13
  270. package/tokens/border/variables.d.ts +0 -10
  271. package/tokens/border/variables.dark.css +0 -12
  272. package/tokens/border/variables.dark.d.ts +0 -10
  273. package/tokens/border/variables.dark.js +0 -10
  274. package/tokens/border/variables.dark.json +0 -18
  275. package/tokens/border/variables.dark.scss +0 -10
  276. package/tokens/border/variables.js +0 -10
  277. package/tokens/border/variables.json +0 -18
  278. package/tokens/border/variables.scss +0 -10
  279. package/tokens/breakpoint/variables.css +0 -11
  280. package/tokens/breakpoint/variables.d.ts +0 -8
  281. package/tokens/breakpoint/variables.dark.css +0 -10
  282. package/tokens/breakpoint/variables.dark.d.ts +0 -8
  283. package/tokens/breakpoint/variables.dark.js +0 -8
  284. package/tokens/breakpoint/variables.dark.json +0 -14
  285. package/tokens/breakpoint/variables.dark.scss +0 -8
  286. package/tokens/breakpoint/variables.js +0 -8
  287. package/tokens/breakpoint/variables.json +0 -14
  288. package/tokens/breakpoint/variables.scss +0 -8
  289. package/tokens/color/variables.css +0 -262
  290. package/tokens/color/variables.d.ts +0 -253
  291. package/tokens/color/variables.dark.css +0 -262
  292. package/tokens/color/variables.dark.d.ts +0 -252
  293. package/tokens/color/variables.dark.js +0 -252
  294. package/tokens/color/variables.dark.json +0 -306
  295. package/tokens/color/variables.dark.scss +0 -252
  296. package/tokens/color/variables.js +0 -253
  297. package/tokens/color/variables.json +0 -307
  298. package/tokens/color/variables.scss +0 -253
  299. package/tokens/dark.css +0 -9
  300. package/tokens/dark.d.ts +0 -9
  301. package/tokens/dark.js +0 -9
  302. package/tokens/filter/variables.css +0 -4
  303. package/tokens/filter/variables.d.ts +0 -1
  304. package/tokens/filter/variables.dark.css +0 -3
  305. package/tokens/filter/variables.dark.d.ts +0 -1
  306. package/tokens/filter/variables.dark.js +0 -1
  307. package/tokens/filter/variables.dark.json +0 -7
  308. package/tokens/filter/variables.dark.scss +0 -1
  309. package/tokens/filter/variables.js +0 -1
  310. package/tokens/filter/variables.json +0 -7
  311. package/tokens/filter/variables.scss +0 -1
  312. package/tokens/gradient/variables.css +0 -53
  313. package/tokens/gradient/variables.d.ts +0 -9
  314. package/tokens/gradient/variables.dark.css +0 -51
  315. package/tokens/gradient/variables.dark.d.ts +0 -9
  316. package/tokens/gradient/variables.dark.js +0 -18
  317. package/tokens/gradient/variables.dark.json +0 -27
  318. package/tokens/gradient/variables.dark.scss +0 -36
  319. package/tokens/gradient/variables.js +0 -18
  320. package/tokens/gradient/variables.json +0 -27
  321. package/tokens/gradient/variables.scss +0 -42
  322. package/tokens/index.css +0 -18
  323. package/tokens/index.d.ts +0 -9
  324. package/tokens/index.js +0 -9
  325. package/tokens/motion/variables.css +0 -14
  326. package/tokens/motion/variables.d.ts +0 -11
  327. package/tokens/motion/variables.dark.css +0 -13
  328. package/tokens/motion/variables.dark.d.ts +0 -11
  329. package/tokens/motion/variables.dark.js +0 -11
  330. package/tokens/motion/variables.dark.json +0 -19
  331. package/tokens/motion/variables.dark.scss +0 -11
  332. package/tokens/motion/variables.js +0 -11
  333. package/tokens/motion/variables.json +0 -19
  334. package/tokens/motion/variables.scss +0 -11
  335. package/tokens/shadow/variables.css +0 -11
  336. package/tokens/shadow/variables.d.ts +0 -4
  337. package/tokens/shadow/variables.dark.css +0 -10
  338. package/tokens/shadow/variables.dark.d.ts +0 -4
  339. package/tokens/shadow/variables.dark.js +0 -4
  340. package/tokens/shadow/variables.dark.json +0 -8
  341. package/tokens/shadow/variables.dark.scss +0 -4
  342. package/tokens/shadow/variables.js +0 -4
  343. package/tokens/shadow/variables.json +0 -8
  344. package/tokens/shadow/variables.scss +0 -4
  345. package/tokens/spacing/variables.css +0 -26
  346. package/tokens/spacing/variables.d.ts +0 -23
  347. package/tokens/spacing/variables.dark.css +0 -17
  348. package/tokens/spacing/variables.dark.d.ts +0 -15
  349. package/tokens/spacing/variables.dark.js +0 -15
  350. package/tokens/spacing/variables.dark.json +0 -19
  351. package/tokens/spacing/variables.dark.scss +0 -15
  352. package/tokens/spacing/variables.js +0 -23
  353. package/tokens/spacing/variables.json +0 -31
  354. package/tokens/spacing/variables.scss +0 -23
  355. package/tokens/typography/variables.css +0 -30
  356. package/tokens/typography/variables.d.ts +0 -26
  357. package/tokens/typography/variables.dark.css +0 -29
  358. package/tokens/typography/variables.dark.d.ts +0 -26
  359. package/tokens/typography/variables.dark.js +0 -28
  360. package/tokens/typography/variables.dark.json +0 -38
  361. package/tokens/typography/variables.dark.scss +0 -26
  362. package/tokens/typography/variables.js +0 -28
  363. package/tokens/typography/variables.json +0 -38
  364. package/tokens/typography/variables.scss +0 -26
@@ -11,17 +11,19 @@ import { s as Ci } from "./search.es-DoFKg2Hr.mjs";
11
11
  import { P as be } from "./paragraph-DSxXmX_0.mjs";
12
12
  import { S as Si } from "./select-BEmu_fh9.mjs";
13
13
  import { T as Ri } from "./text-field-BQfxJobW.mjs";
14
- import { b as ur } from "./tooltip-LU2Cy-QC.mjs";
14
+ import { b as ur } from "./tooltip-RA-03bKs.mjs";
15
15
  import { V as co } from "./visually-hidden-BYFkJEp1.mjs";
16
- import { a as yi } from "./badge-DalD-yqG.mjs";
17
- import { C as xi } from "./cta-link-pwva2f2r.mjs";
18
- import { a as $i } from "./link-DY5WLpyc.mjs";
16
+ import "./ThemeProvider-DiDBfyFA.mjs";
17
+ import { u as yi } from "./useThemePortalContainer-tFLTaYKN.mjs";
18
+ import { a as xi } from "./badge-DalD-yqG.mjs";
19
+ import { C as $i } from "./cta-link-pwva2f2r.mjs";
20
+ import { a as Di } from "./link-DY5WLpyc.mjs";
19
21
  import { T as cr } from "./toggle-CY3J8BRX.mjs";
20
- import { b as Di } from "./variables-DkCN2x27.mjs";
22
+ import { b as Ii } from "./variables-DkCN2x27.mjs";
21
23
  import { H as dr } from "./heading-xwBuT_-9.mjs";
22
- import { S as Ii } from "./skeleton-CDGzLI-T.mjs";
23
- import { D as mn } from "./drawer-8Acg4wkV.mjs";
24
- function fc() {
24
+ import { S as Fi } from "./skeleton-CDGzLI-T.mjs";
25
+ import { D as mn } from "./drawer-BzkRd9F0.mjs";
26
+ function hc() {
25
27
  return {
26
28
  accessor: (e, t) => typeof e == "function" ? {
27
29
  ...t,
@@ -48,10 +50,10 @@ function we(e, t) {
48
50
  function Rn(e) {
49
51
  return e instanceof Function;
50
52
  }
51
- function Fi(e) {
53
+ function Mi(e) {
52
54
  return Array.isArray(e) && e.every((t) => typeof t == "number");
53
55
  }
54
- function Mi(e, t) {
56
+ function Ei(e, t) {
55
57
  const n = [], r = (o) => {
56
58
  o.forEach((i) => {
57
59
  n.push(i);
@@ -95,7 +97,7 @@ function D(e, t, n, r) {
95
97
  onChange: r
96
98
  };
97
99
  }
98
- function Ei(e, t, n, r) {
100
+ function Vi(e, t, n, r) {
99
101
  const o = () => {
100
102
  var l;
101
103
  return (l = i.getValue()) != null ? l : e.options.renderFallbackValue;
@@ -118,7 +120,7 @@ function Ei(e, t, n, r) {
118
120
  l.createCell == null || l.createCell(i, n, t, e);
119
121
  }, {}), i;
120
122
  }
121
- function Vi(e, t, n, r) {
123
+ function Pi(e, t, n, r) {
122
124
  var o, i;
123
125
  const s = {
124
126
  ...e._getDefaultColumnDef(),
@@ -188,7 +190,7 @@ function Lr(e, t, n) {
188
190
  l.createHeader == null || l.createHeader(i, e);
189
191
  }), i;
190
192
  }
191
- const Pi = {
193
+ const ki = {
192
194
  createTable: (e) => {
193
195
  e.getHeaderGroups = $(() => [e.getAllColumns(), e.getVisibleLeafColumns(), e.getState().columnPinning.left, e.getState().columnPinning.right], (t, n, r, o) => {
194
196
  var i, l;
@@ -301,7 +303,7 @@ const gr = (e, t, n, r, o, i, l) => {
301
303
  return (u = s.getValue(a)) != null ? u : e.options.renderFallbackValue;
302
304
  },
303
305
  subRows: [],
304
- getLeafRows: () => Mi(s.subRows, (a) => a.subRows),
306
+ getLeafRows: () => Ei(s.subRows, (a) => a.subRows),
305
307
  getParentRow: () => s.parentId ? e.getRow(s.parentId, !0) : void 0,
306
308
  getParentRows: () => {
307
309
  let a = [], u = s;
@@ -312,7 +314,7 @@ const gr = (e, t, n, r, o, i, l) => {
312
314
  }
313
315
  return a.reverse();
314
316
  },
315
- getAllCells: $(() => [e.getAllLeafColumns()], (a) => a.map((u) => Ei(e, s, u, u.id)), D(e.options, "debugRows", "getAllCells")),
317
+ getAllCells: $(() => [e.getAllLeafColumns()], (a) => a.map((u) => Vi(e, s, u, u.id)), D(e.options, "debugRows", "getAllCells")),
316
318
  _getAllCellsByColumnId: $(() => [s.getAllCells()], (a) => a.reduce((u, d) => (u[d.column.id] = d, u), {}), D(e.options, "debugRows", "getAllCellsByColumnId"))
317
319
  };
318
320
  for (let a = 0; a < e._features.length; a++) {
@@ -320,7 +322,7 @@ const gr = (e, t, n, r, o, i, l) => {
320
322
  u == null || u.createRow == null || u.createRow(s, e);
321
323
  }
322
324
  return s;
323
- }, ki = {
325
+ }, Ai = {
324
326
  createColumn: (e, t) => {
325
327
  e._getFacetedRowModel = t.options.getFacetedRowModel && t.options.getFacetedRowModel(t, e.id), e.getFacetedRowModel = () => e._getFacetedRowModel ? e._getFacetedRowModel() : t.getPreFilteredRowModel(), e._getFacetedUniqueValues = t.options.getFacetedUniqueValues && t.options.getFacetedUniqueValues(t, e.id), e.getFacetedUniqueValues = () => e._getFacetedUniqueValues ? e._getFacetedUniqueValues() : /* @__PURE__ */ new Map(), e._getFacetedMinMaxValues = t.options.getFacetedMinMaxValues && t.options.getFacetedMinMaxValues(t, e.id), e.getFacetedMinMaxValues = () => {
326
328
  if (e._getFacetedMinMaxValues)
@@ -390,7 +392,7 @@ const je = {
390
392
  function ke(e) {
391
393
  return e == null || e === "";
392
394
  }
393
- const Ai = {
395
+ const Li = {
394
396
  getDefaultColumnDef: () => ({
395
397
  filterFn: "auto"
396
398
  }),
@@ -468,54 +470,54 @@ const Ai = {
468
470
  function Nr(e, t, n) {
469
471
  return (e && e.autoRemove ? e.autoRemove(t, n) : !1) || typeof t > "u" || typeof t == "string" && !t;
470
472
  }
471
- const Li = (e, t, n) => n.reduce((r, o) => {
473
+ const Ni = (e, t, n) => n.reduce((r, o) => {
472
474
  const i = o.getValue(e);
473
475
  return r + (typeof i == "number" ? i : 0);
474
- }, 0), Ni = (e, t, n) => {
476
+ }, 0), Oi = (e, t, n) => {
475
477
  let r;
476
478
  return n.forEach((o) => {
477
479
  const i = o.getValue(e);
478
480
  i != null && (r > i || r === void 0 && i >= i) && (r = i);
479
481
  }), r;
480
- }, Oi = (e, t, n) => {
482
+ }, Ti = (e, t, n) => {
481
483
  let r;
482
484
  return n.forEach((o) => {
483
485
  const i = o.getValue(e);
484
486
  i != null && (r < i || r === void 0 && i >= i) && (r = i);
485
487
  }), r;
486
- }, Ti = (e, t, n) => {
488
+ }, qi = (e, t, n) => {
487
489
  let r, o;
488
490
  return n.forEach((i) => {
489
491
  const l = i.getValue(e);
490
492
  l != null && (r === void 0 ? l >= l && (r = o = l) : (r > l && (r = l), o < l && (o = l)));
491
493
  }), [r, o];
492
- }, qi = (e, t) => {
494
+ }, zi = (e, t) => {
493
495
  let n = 0, r = 0;
494
496
  if (t.forEach((o) => {
495
497
  let i = o.getValue(e);
496
498
  i != null && (i = +i) >= i && (++n, r += i);
497
499
  }), n) return r / n;
498
- }, zi = (e, t) => {
500
+ }, Hi = (e, t) => {
499
501
  if (!t.length)
500
502
  return;
501
503
  const n = t.map((i) => i.getValue(e));
502
- if (!Fi(n))
504
+ if (!Mi(n))
503
505
  return;
504
506
  if (n.length === 1)
505
507
  return n[0];
506
508
  const r = Math.floor(n.length / 2), o = n.sort((i, l) => i - l);
507
509
  return n.length % 2 !== 0 ? o[r] : (o[r - 1] + o[r]) / 2;
508
- }, Hi = (e, t) => Array.from(new Set(t.map((n) => n.getValue(e))).values()), Bi = (e, t) => new Set(t.map((n) => n.getValue(e))).size, Gi = (e, t) => t.length, On = {
509
- sum: Li,
510
- min: Ni,
511
- max: Oi,
512
- extent: Ti,
513
- mean: qi,
514
- median: zi,
515
- unique: Hi,
516
- uniqueCount: Bi,
517
- count: Gi
518
- }, ji = {
510
+ }, Bi = (e, t) => Array.from(new Set(t.map((n) => n.getValue(e))).values()), Gi = (e, t) => new Set(t.map((n) => n.getValue(e))).size, ji = (e, t) => t.length, On = {
511
+ sum: Ni,
512
+ min: Oi,
513
+ max: Ti,
514
+ extent: qi,
515
+ mean: zi,
516
+ median: Hi,
517
+ unique: Bi,
518
+ uniqueCount: Gi,
519
+ count: ji
520
+ }, Ui = {
519
521
  getDefaultColumnDef: () => ({
520
522
  aggregatedCell: (e) => {
521
523
  var t, n;
@@ -582,13 +584,13 @@ const Li = (e, t, n) => n.reduce((r, o) => {
582
584
  };
583
585
  }
584
586
  };
585
- function Ui(e, t, n) {
587
+ function Xi(e, t, n) {
586
588
  if (!(t != null && t.length) || !n)
587
589
  return e;
588
590
  const r = e.filter((i) => !t.includes(i.id));
589
591
  return n === "remove" ? r : [...t.map((i) => e.find((l) => l.id === i)).filter(Boolean), ...r];
590
592
  }
591
- const Xi = {
593
+ const Wi = {
592
594
  getInitialState: (e) => ({
593
595
  columnOrder: [],
594
596
  ...e
@@ -622,13 +624,13 @@ const Xi = {
622
624
  }
623
625
  i = [...i, ...s];
624
626
  }
625
- return Ui(i, n, r);
627
+ return Xi(i, n, r);
626
628
  }, D(e.options, "debugTable", "_getOrderColumnsFn"));
627
629
  }
628
630
  }, Tn = () => ({
629
631
  left: [],
630
632
  right: []
631
- }), Wi = {
633
+ }), Zi = {
632
634
  getInitialState: (e) => ({
633
635
  columnPinning: Tn(),
634
636
  ...e
@@ -705,7 +707,7 @@ const Xi = {
705
707
  }, D(e.options, "debugColumns", "getCenterLeafColumns"));
706
708
  }
707
709
  };
708
- function Zi(e) {
710
+ function Ki(e) {
709
711
  return e || (typeof document < "u" ? document : null);
710
712
  }
711
713
  const nn = {
@@ -719,7 +721,7 @@ const nn = {
719
721
  deltaPercentage: null,
720
722
  isResizingColumn: !1,
721
723
  columnSizingStart: []
722
- }), Ki = {
724
+ }), Yi = {
723
725
  getDefaultColumnDef: () => nn,
724
726
  getInitialState: (e) => ({
725
727
  columnSizing: {},
@@ -799,7 +801,7 @@ const nn = {
799
801
  deltaPercentage: null,
800
802
  columnSizingStart: []
801
803
  }));
802
- }, c = Zi(n), h = {
804
+ }, c = Ki(n), h = {
803
805
  moveHandler: (_) => f(_.clientX),
804
806
  upHandler: (_) => {
805
807
  c?.removeEventListener("mousemove", h.moveHandler), c?.removeEventListener("mouseup", h.upHandler), g(_.clientX);
@@ -810,7 +812,7 @@ const nn = {
810
812
  var C;
811
813
  c?.removeEventListener("touchmove", m.moveHandler), c?.removeEventListener("touchend", m.upHandler), _.cancelable && (_.preventDefault(), _.stopPropagation()), g((C = _.touches[0]) == null ? void 0 : C.clientX);
812
814
  }
813
- }, v = Yi() ? {
815
+ }, v = Ji() ? {
814
816
  passive: !1
815
817
  } : !1;
816
818
  zn(i) ? (c?.addEventListener("touchmove", m.moveHandler, v), c?.addEventListener("touchend", m.upHandler, v)) : (c?.addEventListener("mousemove", h.moveHandler, v), c?.addEventListener("mouseup", h.upHandler, v)), t.setColumnSizingInfo((_) => ({
@@ -848,7 +850,7 @@ const nn = {
848
850
  }
849
851
  };
850
852
  let rn = null;
851
- function Yi() {
853
+ function Ji() {
852
854
  if (typeof rn == "boolean") return rn;
853
855
  let e = !1;
854
856
  try {
@@ -867,7 +869,7 @@ function Yi() {
867
869
  function zn(e) {
868
870
  return e.type === "touchstart";
869
871
  }
870
- const Ji = {
872
+ const Qi = {
871
873
  getInitialState: (e) => ({
872
874
  columnVisibility: {},
873
875
  ...e
@@ -915,14 +917,14 @@ const Ji = {
915
917
  function Lt(e, t) {
916
918
  return t ? t === "center" ? e.getCenterVisibleLeafColumns() : t === "left" ? e.getLeftVisibleLeafColumns() : e.getRightVisibleLeafColumns() : e.getVisibleLeafColumns();
917
919
  }
918
- const Qi = {
920
+ const el = {
919
921
  createTable: (e) => {
920
922
  e._getGlobalFacetedRowModel = e.options.getFacetedRowModel && e.options.getFacetedRowModel(e, "__global__"), e.getGlobalFacetedRowModel = () => e.options.manualFiltering || !e._getGlobalFacetedRowModel ? e.getPreFilteredRowModel() : e._getGlobalFacetedRowModel(), e._getGlobalFacetedUniqueValues = e.options.getFacetedUniqueValues && e.options.getFacetedUniqueValues(e, "__global__"), e.getGlobalFacetedUniqueValues = () => e._getGlobalFacetedUniqueValues ? e._getGlobalFacetedUniqueValues() : /* @__PURE__ */ new Map(), e._getGlobalFacetedMinMaxValues = e.options.getFacetedMinMaxValues && e.options.getFacetedMinMaxValues(e, "__global__"), e.getGlobalFacetedMinMaxValues = () => {
921
923
  if (e._getGlobalFacetedMinMaxValues)
922
924
  return e._getGlobalFacetedMinMaxValues();
923
925
  };
924
926
  }
925
- }, el = {
927
+ }, tl = {
926
928
  getInitialState: (e) => ({
927
929
  globalFilter: void 0,
928
930
  ...e
@@ -955,7 +957,7 @@ const Qi = {
955
957
  e.setGlobalFilter(t ? void 0 : e.initialState.globalFilter);
956
958
  };
957
959
  }
958
- }, tl = {
960
+ }, nl = {
959
961
  getInitialState: (e) => ({
960
962
  expanded: {},
961
963
  ...e
@@ -1045,7 +1047,7 @@ const Qi = {
1045
1047
  }, Qn = 0, er = 10, Hn = () => ({
1046
1048
  pageIndex: Qn,
1047
1049
  pageSize: er
1048
- }), nl = {
1050
+ }), rl = {
1049
1051
  getInitialState: (e) => ({
1050
1052
  ...e,
1051
1053
  pagination: {
@@ -1128,7 +1130,7 @@ const Qi = {
1128
1130
  }, Bn = () => ({
1129
1131
  top: [],
1130
1132
  bottom: []
1131
- }), rl = {
1133
+ }), ol = {
1132
1134
  getInitialState: (e) => ({
1133
1135
  rowPinning: Bn(),
1134
1136
  ...e
@@ -1229,7 +1231,7 @@ const Qi = {
1229
1231
  return t.filter((i) => !o.has(i.id));
1230
1232
  }, D(e.options, "debugRows", "getCenterRows"));
1231
1233
  }
1232
- }, ol = {
1234
+ }, il = {
1233
1235
  getInitialState: (e) => ({
1234
1236
  rowSelection: {},
1235
1237
  ...e
@@ -1385,10 +1387,10 @@ function nr(e, t, n) {
1385
1387
  }
1386
1388
  }), o ? "all" : i ? "some" : !1;
1387
1389
  }
1388
- const rr = /([0-9]+)/gm, il = (e, t, n) => bo(nt(e.getValue(n)).toLowerCase(), nt(t.getValue(n)).toLowerCase()), ll = (e, t, n) => bo(nt(e.getValue(n)), nt(t.getValue(n))), sl = (e, t, n) => mr(nt(e.getValue(n)).toLowerCase(), nt(t.getValue(n)).toLowerCase()), al = (e, t, n) => mr(nt(e.getValue(n)), nt(t.getValue(n))), ul = (e, t, n) => {
1390
+ const rr = /([0-9]+)/gm, ll = (e, t, n) => bo(nt(e.getValue(n)).toLowerCase(), nt(t.getValue(n)).toLowerCase()), sl = (e, t, n) => bo(nt(e.getValue(n)), nt(t.getValue(n))), al = (e, t, n) => mr(nt(e.getValue(n)).toLowerCase(), nt(t.getValue(n)).toLowerCase()), ul = (e, t, n) => mr(nt(e.getValue(n)), nt(t.getValue(n))), cl = (e, t, n) => {
1389
1391
  const r = e.getValue(n), o = t.getValue(n);
1390
1392
  return r > o ? 1 : r < o ? -1 : 0;
1391
- }, cl = (e, t, n) => mr(e.getValue(n), t.getValue(n));
1393
+ }, dl = (e, t, n) => mr(e.getValue(n), t.getValue(n));
1392
1394
  function mr(e, t) {
1393
1395
  return e === t ? 0 : e > t ? 1 : -1;
1394
1396
  }
@@ -1416,13 +1418,13 @@ function bo(e, t) {
1416
1418
  return n.length - r.length;
1417
1419
  }
1418
1420
  const Vt = {
1419
- alphanumeric: il,
1420
- alphanumericCaseSensitive: ll,
1421
- text: sl,
1422
- textCaseSensitive: al,
1423
- datetime: ul,
1424
- basic: cl
1425
- }, dl = {
1421
+ alphanumeric: ll,
1422
+ alphanumericCaseSensitive: sl,
1423
+ text: al,
1424
+ textCaseSensitive: ul,
1425
+ datetime: cl,
1426
+ basic: dl
1427
+ }, gl = {
1426
1428
  getInitialState: (e) => ({
1427
1429
  sorting: [],
1428
1430
  ...e
@@ -1511,30 +1513,30 @@ const Vt = {
1511
1513
  e.setSorting(t ? [] : (n = (r = e.initialState) == null ? void 0 : r.sorting) != null ? n : []);
1512
1514
  }, e.getPreSortedRowModel = () => e.getGroupedRowModel(), e.getSortedRowModel = () => (!e._getSortedRowModel && e.options.getSortedRowModel && (e._getSortedRowModel = e.options.getSortedRowModel(e)), e.options.manualSorting || !e._getSortedRowModel ? e.getPreSortedRowModel() : e._getSortedRowModel());
1513
1515
  }
1514
- }, gl = [
1515
- Pi,
1516
- Ji,
1517
- Xi,
1518
- Wi,
1516
+ }, fl = [
1519
1517
  ki,
1520
- Ai,
1521
1518
  Qi,
1522
- //depends on ColumnFaceting
1519
+ Wi,
1520
+ Zi,
1521
+ Ai,
1522
+ Li,
1523
1523
  el,
1524
+ //depends on ColumnFaceting
1525
+ tl,
1524
1526
  //depends on ColumnFiltering
1525
- dl,
1526
- ji,
1527
+ gl,
1528
+ Ui,
1527
1529
  //depends on RowSorting
1528
- tl,
1529
1530
  nl,
1530
1531
  rl,
1531
1532
  ol,
1532
- Ki
1533
+ il,
1534
+ Yi
1533
1535
  ];
1534
- function fl(e) {
1536
+ function pl(e) {
1535
1537
  var t, n;
1536
1538
  process.env.NODE_ENV !== "production" && (e.debugAll || e.debugTable) && console.info("Creating Table Instance...");
1537
- const r = [...gl, ...(t = e._features) != null ? t : []];
1539
+ const r = [...fl, ...(t = e._features) != null ? t : []];
1538
1540
  let o = {
1539
1541
  _features: r
1540
1542
  };
@@ -1614,7 +1616,7 @@ function fl(e) {
1614
1616
  getAllColumns: $(() => [o._getColumnDefs()], (g) => {
1615
1617
  const c = function(h, m, v) {
1616
1618
  return v === void 0 && (v = 0), h.map((_) => {
1617
- const C = Vi(o, _, v, m), b = _;
1619
+ const C = Pi(o, _, v, m), b = _;
1618
1620
  return C.columns = b.columns ? c(b.columns, C, v + 1) : [], C;
1619
1621
  });
1620
1622
  };
@@ -1638,7 +1640,7 @@ function fl(e) {
1638
1640
  }
1639
1641
  return o;
1640
1642
  }
1641
- function pl() {
1643
+ function ml() {
1642
1644
  return (e) => $(() => [e.options.data], (t) => {
1643
1645
  const n = {
1644
1646
  rows: [],
@@ -1659,7 +1661,7 @@ function pl() {
1659
1661
  return n.rows = r(t), n;
1660
1662
  }, D(e.options, "debugTable", "getRowModel", () => e._autoResetPageIndex()));
1661
1663
  }
1662
- function ml(e) {
1664
+ function hl(e) {
1663
1665
  const t = [], n = (r) => {
1664
1666
  var o;
1665
1667
  t.push(r), (o = r.subRows) != null && o.length && r.getIsExpanded() && r.subRows.forEach(n);
@@ -1670,10 +1672,10 @@ function ml(e) {
1670
1672
  rowsById: e.rowsById
1671
1673
  };
1672
1674
  }
1673
- function hl(e, t, n) {
1674
- return n.options.filterFromLeafRows ? vl(e, t, n) : _l(e, t, n);
1675
- }
1676
1675
  function vl(e, t, n) {
1676
+ return n.options.filterFromLeafRows ? _l(e, t, n) : wl(e, t, n);
1677
+ }
1678
+ function _l(e, t, n) {
1677
1679
  var r;
1678
1680
  const o = [], i = {}, l = (r = n.options.maxLeafRowFilterDepth) != null ? r : 100, s = function(a, u) {
1679
1681
  u === void 0 && (u = 0);
@@ -1702,7 +1704,7 @@ function vl(e, t, n) {
1702
1704
  rowsById: i
1703
1705
  };
1704
1706
  }
1705
- function _l(e, t, n) {
1707
+ function wl(e, t, n) {
1706
1708
  var r;
1707
1709
  const o = [], i = {}, l = (r = n.options.maxLeafRowFilterDepth) != null ? r : 100, s = function(a, u) {
1708
1710
  u === void 0 && (u = 0);
@@ -1726,7 +1728,7 @@ function _l(e, t, n) {
1726
1728
  rowsById: i
1727
1729
  };
1728
1730
  }
1729
- function wl() {
1731
+ function bl() {
1730
1732
  return (e) => $(() => [e.getPreFilteredRowModel(), e.getState().columnFilters, e.getState().globalFilter], (t, n, r) => {
1731
1733
  if (!t.rows.length || !(n != null && n.length) && !r) {
1732
1734
  for (let g = 0; g < t.flatRows.length; g++)
@@ -1790,10 +1792,10 @@ function wl() {
1790
1792
  return !1;
1791
1793
  return !0;
1792
1794
  };
1793
- return hl(t.rows, f, e);
1795
+ return vl(t.rows, f, e);
1794
1796
  }, D(e.options, "debugTable", "getFilteredRowModel", () => e._autoResetPageIndex()));
1795
1797
  }
1796
- function bl(e) {
1798
+ function Cl(e) {
1797
1799
  return (t) => $(() => [t.getState().pagination, t.getPrePaginationRowModel(), t.options.paginateExpandedRows ? void 0 : t.getState().expanded], (n, r) => {
1798
1800
  if (!r.rows.length)
1799
1801
  return r;
@@ -1813,7 +1815,7 @@ function bl(e) {
1813
1815
  rows: l,
1814
1816
  flatRows: s,
1815
1817
  rowsById: a
1816
- } : f = ml({
1818
+ } : f = hl({
1817
1819
  rows: l,
1818
1820
  flatRows: s,
1819
1821
  rowsById: a
@@ -1824,7 +1826,7 @@ function bl(e) {
1824
1826
  return f.rows.forEach(g), f;
1825
1827
  }, D(t.options, "debugTable", "getPaginationRowModel"));
1826
1828
  }
1827
- function Cl() {
1829
+ function Sl() {
1828
1830
  return (e) => $(() => [e.getState().sorting, e.getPreSortedRowModel()], (t, n) => {
1829
1831
  if (!n.rows.length || !(t != null && t.length))
1830
1832
  return n;
@@ -1874,21 +1876,21 @@ function Cl() {
1874
1876
  }, D(e.options, "debugTable", "getSortedRowModel", () => e._autoResetPageIndex()));
1875
1877
  }
1876
1878
  function Co(e, t) {
1877
- return e ? Sl(e) ? /* @__PURE__ */ Jn.createElement(e, t) : e : null;
1878
- }
1879
- function Sl(e) {
1880
- return Rl(e) || typeof e == "function" || yl(e);
1879
+ return e ? Rl(e) ? /* @__PURE__ */ Jn.createElement(e, t) : e : null;
1881
1880
  }
1882
1881
  function Rl(e) {
1882
+ return yl(e) || typeof e == "function" || xl(e);
1883
+ }
1884
+ function yl(e) {
1883
1885
  return typeof e == "function" && (() => {
1884
1886
  const t = Object.getPrototypeOf(e);
1885
1887
  return t.prototype && t.prototype.isReactComponent;
1886
1888
  })();
1887
1889
  }
1888
- function yl(e) {
1890
+ function xl(e) {
1889
1891
  return typeof e == "object" && typeof e.$$typeof == "symbol" && ["react.memo", "react.forward_ref"].includes(e.$$typeof.description);
1890
1892
  }
1891
- function xl(e) {
1893
+ function $l(e) {
1892
1894
  const t = {
1893
1895
  state: {},
1894
1896
  // Dummy state
@@ -1898,7 +1900,7 @@ function xl(e) {
1898
1900
  renderFallbackValue: null,
1899
1901
  ...e
1900
1902
  }, [n] = Jn.useState(() => ({
1901
- current: fl(t)
1903
+ current: pl(t)
1902
1904
  })), [r, o] = Jn.useState(() => n.current.initialState);
1903
1905
  return n.current.setOptions((i) => ({
1904
1906
  ...i,
@@ -1914,7 +1916,7 @@ function xl(e) {
1914
1916
  }
1915
1917
  })), n.current;
1916
1918
  }
1917
- function $l() {
1919
+ function Dl() {
1918
1920
  for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
1919
1921
  t[n] = arguments[n];
1920
1922
  return T(
@@ -1964,7 +1966,7 @@ function xn(e) {
1964
1966
  return t.current == null ? void 0 : t.current(...r);
1965
1967
  }, []);
1966
1968
  }
1967
- function Dl() {
1969
+ function Il() {
1968
1970
  const e = O(null), t = le((r, o) => {
1969
1971
  e.current = setInterval(r, o);
1970
1972
  }, []), n = le(() => {
@@ -2032,7 +2034,7 @@ function Ro(e) {
2032
2034
  };
2033
2035
  }
2034
2036
  const bt = /* @__PURE__ */ Ro(1), zt = /* @__PURE__ */ Ro(-1);
2035
- function Il(e) {
2037
+ function Fl(e) {
2036
2038
  return "clientX" in e && "clientY" in e;
2037
2039
  }
2038
2040
  function $n(e) {
@@ -2043,7 +2045,7 @@ function $n(e) {
2043
2045
  } = de(e.target);
2044
2046
  return t && e instanceof t;
2045
2047
  }
2046
- function Fl(e) {
2048
+ function Ml(e) {
2047
2049
  if (!e)
2048
2050
  return !1;
2049
2051
  const {
@@ -2052,7 +2054,7 @@ function Fl(e) {
2052
2054
  return t && e instanceof t;
2053
2055
  }
2054
2056
  function _n(e) {
2055
- if (Fl(e)) {
2057
+ if (Ml(e)) {
2056
2058
  if (e.touches && e.touches.length) {
2057
2059
  const {
2058
2060
  clientX: t,
@@ -2073,7 +2075,7 @@ function _n(e) {
2073
2075
  };
2074
2076
  }
2075
2077
  }
2076
- return Il(e) ? {
2078
+ return Fl(e) ? {
2077
2079
  x: e.clientX,
2078
2080
  y: e.clientY
2079
2081
  } : null;
@@ -2118,23 +2120,23 @@ const ct = /* @__PURE__ */ Object.freeze({
2118
2120
  }
2119
2121
  }
2120
2122
  }), Or = "a,frame,iframe,input:not([type=hidden]):not(:disabled),select:not(:disabled),textarea:not(:disabled),button:not(:disabled),*[tabindex]";
2121
- function Ml(e) {
2123
+ function El(e) {
2122
2124
  return e.matches(Or) ? e : e.querySelector(Or);
2123
2125
  }
2124
- const El = {
2126
+ const Vl = {
2125
2127
  display: "none"
2126
2128
  };
2127
- function Vl(e) {
2129
+ function Pl(e) {
2128
2130
  let {
2129
2131
  id: t,
2130
2132
  value: n
2131
2133
  } = e;
2132
2134
  return q.createElement("div", {
2133
2135
  id: t,
2134
- style: El
2136
+ style: Vl
2135
2137
  }, n);
2136
2138
  }
2137
- function Pl(e) {
2139
+ function kl(e) {
2138
2140
  let {
2139
2141
  id: t,
2140
2142
  announcement: n,
@@ -2162,7 +2164,7 @@ function Pl(e) {
2162
2164
  "aria-atomic": !0
2163
2165
  }, n);
2164
2166
  }
2165
- function kl() {
2167
+ function Al() {
2166
2168
  const [e, t] = N("");
2167
2169
  return {
2168
2170
  announce: le((r) => {
@@ -2172,7 +2174,7 @@ function kl() {
2172
2174
  };
2173
2175
  }
2174
2176
  const yo = /* @__PURE__ */ Ht(null);
2175
- function Al(e) {
2177
+ function Ll(e) {
2176
2178
  const t = tt(yo);
2177
2179
  L(() => {
2178
2180
  if (!t)
@@ -2180,7 +2182,7 @@ function Al(e) {
2180
2182
  return t(e);
2181
2183
  }, [e, t]);
2182
2184
  }
2183
- function Ll() {
2185
+ function Nl() {
2184
2186
  const [e] = N(() => /* @__PURE__ */ new Set()), t = le((r) => (e.add(r), () => e.delete(r)), [e]);
2185
2187
  return [le((r) => {
2186
2188
  let {
@@ -2193,13 +2195,13 @@ function Ll() {
2193
2195
  });
2194
2196
  }, [e]), t];
2195
2197
  }
2196
- const Nl = {
2198
+ const Ol = {
2197
2199
  draggable: `
2198
2200
  To pick up a draggable item, press the space bar.
2199
2201
  While dragging, use the arrow keys to move the item.
2200
2202
  Press space again to drop the item in its new position, or press escape to cancel.
2201
2203
  `
2202
- }, Ol = {
2204
+ }, Tl = {
2203
2205
  onDragStart(e) {
2204
2206
  let {
2205
2207
  active: t
@@ -2227,20 +2229,20 @@ const Nl = {
2227
2229
  return "Dragging was cancelled. Draggable item " + t.id + " was dropped.";
2228
2230
  }
2229
2231
  };
2230
- function Tl(e) {
2232
+ function ql(e) {
2231
2233
  let {
2232
- announcements: t = Ol,
2234
+ announcements: t = Tl,
2233
2235
  container: n,
2234
2236
  hiddenTextDescribedById: r,
2235
- screenReaderInstructions: o = Nl
2237
+ screenReaderInstructions: o = Ol
2236
2238
  } = e;
2237
2239
  const {
2238
2240
  announce: i,
2239
2241
  announcement: l
2240
- } = kl(), s = jt("DndLiveRegion"), [a, u] = N(!1);
2242
+ } = Al(), s = jt("DndLiveRegion"), [a, u] = N(!1);
2241
2243
  if (L(() => {
2242
2244
  u(!0);
2243
- }, []), Al(T(() => ({
2245
+ }, []), Ll(T(() => ({
2244
2246
  onDragStart(f) {
2245
2247
  let {
2246
2248
  active: g
@@ -2291,10 +2293,10 @@ function Tl(e) {
2291
2293
  }
2292
2294
  }), [i, t])), !a)
2293
2295
  return null;
2294
- const d = q.createElement(q.Fragment, null, q.createElement(Vl, {
2296
+ const d = q.createElement(q.Fragment, null, q.createElement(Pl, {
2295
2297
  id: r,
2296
2298
  value: o.draggable
2297
- }), q.createElement(Pl, {
2299
+ }), q.createElement(kl, {
2298
2300
  id: s,
2299
2301
  announcement: l
2300
2302
  }));
@@ -2332,7 +2334,7 @@ const Le = /* @__PURE__ */ Object.freeze({
2332
2334
  function $o(e, t) {
2333
2335
  return Math.sqrt(Math.pow(e.x - t.x, 2) + Math.pow(e.y - t.y, 2));
2334
2336
  }
2335
- function ql(e, t) {
2337
+ function zl(e, t) {
2336
2338
  const n = _n(e);
2337
2339
  if (!n)
2338
2340
  return "0 0";
@@ -2354,7 +2356,7 @@ function Do(e, t) {
2354
2356
  } = t;
2355
2357
  return n - r;
2356
2358
  }
2357
- function zl(e, t) {
2359
+ function Hl(e, t) {
2358
2360
  let {
2359
2361
  data: {
2360
2362
  value: n
@@ -2422,7 +2424,7 @@ const Fo = (e) => {
2422
2424
  }
2423
2425
  }
2424
2426
  return i.sort(Do);
2425
- }, Hl = (e) => {
2427
+ }, Bl = (e) => {
2426
2428
  let {
2427
2429
  collisionRect: t,
2428
2430
  droppableRects: n,
@@ -2446,7 +2448,7 @@ const Fo = (e) => {
2446
2448
  }
2447
2449
  return i.sort(Do);
2448
2450
  };
2449
- function Bl(e, t) {
2451
+ function Gl(e, t) {
2450
2452
  const n = Math.max(t.top, e.top), r = Math.max(t.left, e.left), o = Math.min(t.left + t.width, e.left + e.width), i = Math.min(t.top + t.height, e.top + e.height), l = o - r, s = i - n;
2451
2453
  if (r < o && n < i) {
2452
2454
  const a = t.width * t.height, u = e.width * e.height, d = l * s, f = d / (a + u - d);
@@ -2454,7 +2456,7 @@ function Bl(e, t) {
2454
2456
  }
2455
2457
  return 0;
2456
2458
  }
2457
- const Gl = (e) => {
2459
+ const jl = (e) => {
2458
2460
  let {
2459
2461
  collisionRect: t,
2460
2462
  droppableRects: n,
@@ -2466,7 +2468,7 @@ const Gl = (e) => {
2466
2468
  id: l
2467
2469
  } = i, s = n.get(l);
2468
2470
  if (s) {
2469
- const a = Bl(s, t);
2471
+ const a = Gl(s, t);
2470
2472
  a > 0 && o.push({
2471
2473
  id: l,
2472
2474
  data: {
@@ -2476,9 +2478,9 @@ const Gl = (e) => {
2476
2478
  });
2477
2479
  }
2478
2480
  }
2479
- return o.sort(zl);
2481
+ return o.sort(Hl);
2480
2482
  };
2481
- function jl(e, t, n) {
2483
+ function Ul(e, t, n) {
2482
2484
  return {
2483
2485
  ...e,
2484
2486
  scaleX: t && n ? t.width / n.width : 1,
@@ -2491,7 +2493,7 @@ function Mo(e, t) {
2491
2493
  y: e.top - t.top
2492
2494
  } : Le;
2493
2495
  }
2494
- function Ul(e) {
2496
+ function Xl(e) {
2495
2497
  return function(n) {
2496
2498
  for (var r = arguments.length, o = new Array(r > 1 ? r - 1 : 0), i = 1; i < r; i++)
2497
2499
  o[i - 1] = arguments[i];
@@ -2506,7 +2508,7 @@ function Ul(e) {
2506
2508
  });
2507
2509
  };
2508
2510
  }
2509
- const Xl = /* @__PURE__ */ Ul(1);
2511
+ const Wl = /* @__PURE__ */ Xl(1);
2510
2512
  function Eo(e) {
2511
2513
  if (e.startsWith("matrix3d(")) {
2512
2514
  const t = e.slice(9, -1).split(/, /);
@@ -2527,7 +2529,7 @@ function Eo(e) {
2527
2529
  }
2528
2530
  return null;
2529
2531
  }
2530
- function Wl(e, t, n) {
2532
+ function Zl(e, t, n) {
2531
2533
  const r = Eo(t);
2532
2534
  if (!r)
2533
2535
  return e;
@@ -2546,18 +2548,18 @@ function Wl(e, t, n) {
2546
2548
  left: a
2547
2549
  };
2548
2550
  }
2549
- const Zl = {
2551
+ const Kl = {
2550
2552
  ignoreTransform: !1
2551
2553
  };
2552
2554
  function xt(e, t) {
2553
- t === void 0 && (t = Zl);
2555
+ t === void 0 && (t = Kl);
2554
2556
  let n = e.getBoundingClientRect();
2555
2557
  if (t.ignoreTransform) {
2556
2558
  const {
2557
2559
  transform: u,
2558
2560
  transformOrigin: d
2559
2561
  } = de(e).getComputedStyle(e);
2560
- u && (n = Wl(n, u, d));
2562
+ u && (n = Zl(n, u, d));
2561
2563
  }
2562
2564
  const {
2563
2565
  top: r,
@@ -2581,7 +2583,7 @@ function zr(e) {
2581
2583
  ignoreTransform: !0
2582
2584
  });
2583
2585
  }
2584
- function Kl(e) {
2586
+ function Yl(e) {
2585
2587
  const t = e.innerWidth, n = e.innerHeight;
2586
2588
  return {
2587
2589
  top: 0,
@@ -2592,10 +2594,10 @@ function Kl(e) {
2592
2594
  height: n
2593
2595
  };
2594
2596
  }
2595
- function Yl(e, t) {
2597
+ function Jl(e, t) {
2596
2598
  return t === void 0 && (t = de(e).getComputedStyle(e)), t.position === "fixed";
2597
2599
  }
2598
- function Jl(e, t) {
2600
+ function Ql(e, t) {
2599
2601
  t === void 0 && (t = de(e).getComputedStyle(e));
2600
2602
  const n = /(auto|scroll|overlay)/;
2601
2603
  return ["overflow", "overflowX", "overflowY"].some((o) => {
@@ -2613,7 +2615,7 @@ function Dn(e, t) {
2613
2615
  if (!Bt(o) || So(o) || n.includes(o))
2614
2616
  return n;
2615
2617
  const i = de(e).getComputedStyle(o);
2616
- return o !== e && Jl(o, i) && n.push(o), Yl(o, i) ? n : r(o.parentNode);
2618
+ return o !== e && Ql(o, i) && n.push(o), Jl(o, i) ? n : r(o.parentNode);
2617
2619
  }
2618
2620
  return e ? r(e) : n;
2619
2621
  }
@@ -2666,18 +2668,18 @@ function Lo(e) {
2666
2668
  minScroll: t
2667
2669
  };
2668
2670
  }
2669
- const Ql = {
2671
+ const es = {
2670
2672
  x: 0.2,
2671
2673
  y: 0.2
2672
2674
  };
2673
- function es(e, t, n, r, o) {
2675
+ function ts(e, t, n, r, o) {
2674
2676
  let {
2675
2677
  top: i,
2676
2678
  left: l,
2677
2679
  right: s,
2678
2680
  bottom: a
2679
2681
  } = n;
2680
- r === void 0 && (r = 10), o === void 0 && (o = Ql);
2682
+ r === void 0 && (r = 10), o === void 0 && (o = es);
2681
2683
  const {
2682
2684
  isTop: u,
2683
2685
  isBottom: d,
@@ -2698,7 +2700,7 @@ function es(e, t, n, r, o) {
2698
2700
  speed: h
2699
2701
  };
2700
2702
  }
2701
- function ts(e) {
2703
+ function ns(e) {
2702
2704
  if (e === document.scrollingElement) {
2703
2705
  const {
2704
2706
  innerWidth: i,
@@ -2731,10 +2733,10 @@ function ts(e) {
2731
2733
  function No(e) {
2732
2734
  return e.reduce((t, n) => bt(t, or(n)), Le);
2733
2735
  }
2734
- function ns(e) {
2736
+ function rs(e) {
2735
2737
  return e.reduce((t, n) => t + Po(n), 0);
2736
2738
  }
2737
- function rs(e) {
2739
+ function os(e) {
2738
2740
  return e.reduce((t, n) => t + ko(n), 0);
2739
2741
  }
2740
2742
  function Oo(e, t) {
@@ -2751,7 +2753,7 @@ function Oo(e, t) {
2751
2753
  inline: "center"
2752
2754
  });
2753
2755
  }
2754
- const os = [["x", ["left", "right"], ns], ["y", ["top", "bottom"], rs]];
2756
+ const is = [["x", ["left", "right"], rs], ["y", ["top", "bottom"], os]];
2755
2757
  class _r {
2756
2758
  constructor(t, n) {
2757
2759
  this.rect = void 0, this.width = void 0, this.height = void 0, this.top = void 0, this.bottom = void 0, this.right = void 0, this.left = void 0;
@@ -2759,7 +2761,7 @@ class _r {
2759
2761
  this.rect = {
2760
2762
  ...t
2761
2763
  }, this.width = t.width, this.height = t.height;
2762
- for (const [i, l, s] of os)
2764
+ for (const [i, l, s] of is)
2763
2765
  for (const a of l)
2764
2766
  Object.defineProperty(this, a, {
2765
2767
  get: () => {
@@ -2787,7 +2789,7 @@ class Nt {
2787
2789
  (o = this.target) == null || o.addEventListener(t, n, r), this.listeners.push([t, n, r]);
2788
2790
  }
2789
2791
  }
2790
- function is(e) {
2792
+ function ls(e) {
2791
2793
  const {
2792
2794
  EventTarget: t
2793
2795
  } = de(e);
@@ -2804,7 +2806,7 @@ var $e;
2804
2806
  function Hr(e) {
2805
2807
  e.preventDefault();
2806
2808
  }
2807
- function ls(e) {
2809
+ function ss(e) {
2808
2810
  e.stopPropagation();
2809
2811
  }
2810
2812
  var E;
@@ -2815,7 +2817,7 @@ const To = {
2815
2817
  start: [E.Space, E.Enter],
2816
2818
  cancel: [E.Esc],
2817
2819
  end: [E.Space, E.Enter, E.Tab]
2818
- }, ss = (e, t) => {
2820
+ }, as = (e, t) => {
2819
2821
  let {
2820
2822
  currentCoordinates: n
2821
2823
  } = t;
@@ -2870,7 +2872,7 @@ class In {
2870
2872
  options: o
2871
2873
  } = this.props, {
2872
2874
  keyboardCodes: i = To,
2873
- coordinateGetter: l = ss,
2875
+ coordinateGetter: l = as,
2874
2876
  scrollBehavior: s = "smooth"
2875
2877
  } = o, {
2876
2878
  code: a
@@ -2910,7 +2912,7 @@ class In {
2910
2912
  isBottom: S,
2911
2913
  maxScroll: y,
2912
2914
  minScroll: w
2913
- } = Lo(m), R = ts(m), x = {
2915
+ } = Lo(m), R = ns(m), x = {
2914
2916
  x: Math.min(v === E.Right ? R.right - R.width / 2 : R.right, Math.max(v === E.Right ? R.left : R.left + R.width / 2, f.x)),
2915
2917
  y: Math.min(v === E.Down ? R.bottom - R.height / 2 : R.bottom, Math.max(v === E.Down ? R.top : R.top + R.height / 2, f.y))
2916
2918
  }, I = v === E.Right && !C || v === E.Left && !b, P = v === E.Down && !S || v === E.Up && !_;
@@ -3000,7 +3002,7 @@ function Gr(e) {
3000
3002
  class wr {
3001
3003
  constructor(t, n, r) {
3002
3004
  var o;
3003
- r === void 0 && (r = is(t.event.target)), this.props = void 0, this.events = void 0, this.autoScrollEnabled = !0, this.document = void 0, this.activated = !1, this.initialCoordinates = void 0, this.timeoutId = null, this.listeners = void 0, this.documentListeners = void 0, this.windowListeners = void 0, this.props = t, this.events = n;
3005
+ r === void 0 && (r = ls(t.event.target)), this.props = void 0, this.events = void 0, this.autoScrollEnabled = !0, this.document = void 0, this.activated = !1, this.initialCoordinates = void 0, this.timeoutId = null, this.listeners = void 0, this.documentListeners = void 0, this.windowListeners = void 0, this.props = t, this.events = n;
3004
3006
  const {
3005
3007
  event: i
3006
3008
  } = t, {
@@ -3054,7 +3056,7 @@ class wr {
3054
3056
  } = this, {
3055
3057
  onStart: n
3056
3058
  } = this.props;
3057
- t && (this.activated = !0, this.documentListeners.add($e.Click, ls, {
3059
+ t && (this.activated = !0, this.documentListeners.add($e.Click, ss, {
3058
3060
  capture: !0
3059
3061
  }), this.removeTextSelection(), this.documentListeners.add($e.SelectionChange, this.removeTextSelection), n(t));
3060
3062
  }
@@ -3109,7 +3111,7 @@ class wr {
3109
3111
  (t = this.document.getSelection()) == null || t.removeAllRanges();
3110
3112
  }
3111
3113
  }
3112
- const as = {
3114
+ const us = {
3113
3115
  cancel: {
3114
3116
  name: "pointercancel"
3115
3117
  },
@@ -3125,7 +3127,7 @@ class Fn extends wr {
3125
3127
  const {
3126
3128
  event: n
3127
3129
  } = t, r = yt(n.target);
3128
- super(t, as, r);
3130
+ super(t, us, r);
3129
3131
  }
3130
3132
  }
3131
3133
  Fn.activators = [{
@@ -3141,7 +3143,7 @@ Fn.activators = [{
3141
3143
  }), !0);
3142
3144
  }
3143
3145
  }];
3144
- const us = {
3146
+ const cs = {
3145
3147
  move: {
3146
3148
  name: "mousemove"
3147
3149
  },
@@ -3153,12 +3155,12 @@ var ir;
3153
3155
  (function(e) {
3154
3156
  e[e.RightClick = 2] = "RightClick";
3155
3157
  })(ir || (ir = {}));
3156
- class cs extends wr {
3158
+ class ds extends wr {
3157
3159
  constructor(t) {
3158
- super(t, us, yt(t.event.target));
3160
+ super(t, cs, yt(t.event.target));
3159
3161
  }
3160
3162
  }
3161
- cs.activators = [{
3163
+ ds.activators = [{
3162
3164
  eventName: "onMouseDown",
3163
3165
  handler: (e, t) => {
3164
3166
  let {
@@ -3221,7 +3223,7 @@ var bn;
3221
3223
  (function(e) {
3222
3224
  e[e.TreeOrder = 0] = "TreeOrder", e[e.ReversedTreeOrder = 1] = "ReversedTreeOrder";
3223
3225
  })(bn || (bn = {}));
3224
- function ds(e) {
3226
+ function gs(e) {
3225
3227
  let {
3226
3228
  acceleration: t,
3227
3229
  activator: n = Ot.Pointer,
@@ -3236,10 +3238,10 @@ function ds(e) {
3236
3238
  delta: f,
3237
3239
  threshold: g
3238
3240
  } = e;
3239
- const c = fs({
3241
+ const c = ps({
3240
3242
  delta: f,
3241
3243
  disabled: !i
3242
- }), [h, m] = Dl(), v = O({
3244
+ }), [h, m] = Il(), v = O({
3243
3245
  x: 0,
3244
3246
  y: 0
3245
3247
  }), _ = O({
@@ -3279,7 +3281,7 @@ function ds(e) {
3279
3281
  const {
3280
3282
  direction: I,
3281
3283
  speed: P
3282
- } = es(w, x, C, t, g);
3284
+ } = ts(w, x, C, t, g);
3283
3285
  for (const F of ["x", "y"])
3284
3286
  c[F][I[F]] || (P[F] = 0, I[F] = 0);
3285
3287
  if (P.x > 0 || P.y > 0) {
@@ -3316,7 +3318,7 @@ function ds(e) {
3316
3318
  ]
3317
3319
  );
3318
3320
  }
3319
- const gs = {
3321
+ const fs = {
3320
3322
  x: {
3321
3323
  [Q.Backward]: !1,
3322
3324
  [Q.Forward]: !1
@@ -3326,7 +3328,7 @@ const gs = {
3326
3328
  [Q.Forward]: !1
3327
3329
  }
3328
3330
  };
3329
- function fs(e) {
3331
+ function ps(e) {
3330
3332
  let {
3331
3333
  delta: t,
3332
3334
  disabled: n
@@ -3334,7 +3336,7 @@ function fs(e) {
3334
3336
  const r = vn(t);
3335
3337
  return Gt((o) => {
3336
3338
  if (n || !r || !o)
3337
- return gs;
3339
+ return fs;
3338
3340
  const i = {
3339
3341
  x: Math.sign(t.x - r.x),
3340
3342
  y: Math.sign(t.y - r.y)
@@ -3351,14 +3353,14 @@ function fs(e) {
3351
3353
  };
3352
3354
  }, [n, t, r]);
3353
3355
  }
3354
- function ps(e, t) {
3356
+ function ms(e, t) {
3355
3357
  const n = t != null ? e.get(t) : void 0, r = n ? n.node.current : null;
3356
3358
  return Gt((o) => {
3357
3359
  var i;
3358
3360
  return t == null ? null : (i = r ?? o) != null ? i : null;
3359
3361
  }, [r, t]);
3360
3362
  }
3361
- function ms(e, t) {
3363
+ function hs(e, t) {
3362
3364
  return T(() => e.reduce((n, r) => {
3363
3365
  const {
3364
3366
  sensor: o
@@ -3378,7 +3380,7 @@ var lr;
3378
3380
  e.Optimized = "optimized";
3379
3381
  })(lr || (lr = {}));
3380
3382
  const jr = /* @__PURE__ */ new Map();
3381
- function hs(e, t) {
3383
+ function vs(e, t) {
3382
3384
  let {
3383
3385
  dragging: n,
3384
3386
  dependencies: r,
@@ -3450,10 +3452,10 @@ function hs(e, t) {
3450
3452
  function Cr(e, t) {
3451
3453
  return Gt((n) => e ? n || (typeof t == "function" ? t(e) : e) : null, [t, e]);
3452
3454
  }
3453
- function vs(e, t) {
3455
+ function _s(e, t) {
3454
3456
  return Cr(e, t);
3455
3457
  }
3456
- function _s(e) {
3458
+ function ws(e) {
3457
3459
  let {
3458
3460
  callback: t,
3459
3461
  disabled: n
@@ -3487,11 +3489,11 @@ function Mn(e) {
3487
3489
  );
3488
3490
  return L(() => () => o?.disconnect(), [o]), o;
3489
3491
  }
3490
- function ws(e) {
3492
+ function bs(e) {
3491
3493
  return new _r(xt(e), e);
3492
3494
  }
3493
3495
  function Ur(e, t, n) {
3494
- t === void 0 && (t = ws);
3496
+ t === void 0 && (t = bs);
3495
3497
  const [r, o] = N(null);
3496
3498
  function i() {
3497
3499
  o((a) => {
@@ -3505,7 +3507,7 @@ function Ur(e, t, n) {
3505
3507
  return JSON.stringify(a) === JSON.stringify(d) ? a : d;
3506
3508
  });
3507
3509
  }
3508
- const l = _s({
3510
+ const l = ws({
3509
3511
  callback(a) {
3510
3512
  if (e)
3511
3513
  for (const u of a) {
@@ -3529,18 +3531,18 @@ function Ur(e, t, n) {
3529
3531
  })) : (s?.disconnect(), l?.disconnect());
3530
3532
  }, [e]), r;
3531
3533
  }
3532
- function bs(e) {
3534
+ function Cs(e) {
3533
3535
  const t = Cr(e);
3534
3536
  return Mo(e, t);
3535
3537
  }
3536
3538
  const Xr = [];
3537
- function Cs(e) {
3539
+ function Ss(e) {
3538
3540
  const t = O(e), n = Gt((r) => e ? r && r !== Xr && e && t.current && e.parentNode === t.current.parentNode ? r : Dn(e) : Xr, [e]);
3539
3541
  return L(() => {
3540
3542
  t.current = e;
3541
3543
  }, [e]), n;
3542
3544
  }
3543
- function Ss(e) {
3545
+ function Rs(e) {
3544
3546
  const [t, n] = N(null), r = O(e), o = le((i) => {
3545
3547
  const l = Un(i.target);
3546
3548
  l && n((s) => s ? (s.set(l, or(l)), new Map(s)) : null);
@@ -3582,7 +3584,7 @@ function Wr(e, t) {
3582
3584
  r && !n.current && (n.current = e), !r && n.current && (n.current = null);
3583
3585
  }, [e]), n.current ? zt(e, n.current) : Le;
3584
3586
  }
3585
- function Rs(e) {
3587
+ function ys(e) {
3586
3588
  L(
3587
3589
  () => {
3588
3590
  if (!yn)
@@ -3608,7 +3610,7 @@ function Rs(e) {
3608
3610
  })
3609
3611
  );
3610
3612
  }
3611
- function ys(e, t) {
3613
+ function xs(e, t) {
3612
3614
  return T(() => e.reduce((n, r) => {
3613
3615
  let {
3614
3616
  eventName: o,
@@ -3620,10 +3622,10 @@ function ys(e, t) {
3620
3622
  }, {}), [e, t]);
3621
3623
  }
3622
3624
  function qo(e) {
3623
- return T(() => e ? Kl(e) : null, [e]);
3625
+ return T(() => e ? Yl(e) : null, [e]);
3624
3626
  }
3625
3627
  const Zr = [];
3626
- function xs(e, t) {
3628
+ function $s(e, t) {
3627
3629
  t === void 0 && (t = xt);
3628
3630
  const [n] = e, r = qo(n ? de(n) : null), [o, i] = N(Zr);
3629
3631
  function l() {
@@ -3644,7 +3646,7 @@ function zo(e) {
3644
3646
  const t = e.children[0];
3645
3647
  return Bt(t) ? t : e;
3646
3648
  }
3647
- function $s(e) {
3649
+ function Ds(e) {
3648
3650
  let {
3649
3651
  measure: t
3650
3652
  } = e;
@@ -3675,13 +3677,13 @@ function $s(e) {
3675
3677
  setRef: a
3676
3678
  }), [n, s, a]);
3677
3679
  }
3678
- const Ds = [{
3680
+ const Is = [{
3679
3681
  sensor: Fn,
3680
3682
  options: {}
3681
3683
  }, {
3682
3684
  sensor: In,
3683
3685
  options: {}
3684
- }], Is = {
3686
+ }], Fs = {
3685
3687
  current: {}
3686
3688
  }, gn = {
3687
3689
  draggable: {
@@ -3717,7 +3719,7 @@ class Tt extends Map {
3717
3719
  return (n = (r = this.get(t)) == null ? void 0 : r.node.current) != null ? n : void 0;
3718
3720
  }
3719
3721
  }
3720
- const Fs = {
3722
+ const Ms = {
3721
3723
  activatorEvent: null,
3722
3724
  active: null,
3723
3725
  activeNode: null,
@@ -3753,8 +3755,8 @@ const Fs = {
3753
3755
  draggableNodes: /* @__PURE__ */ new Map(),
3754
3756
  over: null,
3755
3757
  measureDroppableContainers: wn
3756
- }, Ut = /* @__PURE__ */ Ht(Ho), Bo = /* @__PURE__ */ Ht(Fs);
3757
- function Ms() {
3758
+ }, Ut = /* @__PURE__ */ Ht(Ho), Bo = /* @__PURE__ */ Ht(Ms);
3759
+ function Es() {
3758
3760
  return {
3759
3761
  draggable: {
3760
3762
  active: null,
@@ -3773,7 +3775,7 @@ function Ms() {
3773
3775
  }
3774
3776
  };
3775
3777
  }
3776
- function Es(e, t) {
3778
+ function Vs(e, t) {
3777
3779
  switch (t.type) {
3778
3780
  case Z.DragStart:
3779
3781
  return {
@@ -3866,7 +3868,7 @@ function Es(e, t) {
3866
3868
  return e;
3867
3869
  }
3868
3870
  }
3869
- function Vs(e) {
3871
+ function Ps(e) {
3870
3872
  let {
3871
3873
  disabled: t
3872
3874
  } = e;
@@ -3892,7 +3894,7 @@ function Vs(e) {
3892
3894
  for (const d of [a.current, u.current]) {
3893
3895
  if (!d)
3894
3896
  continue;
3895
- const f = Ml(d);
3897
+ const f = El(d);
3896
3898
  if (f) {
3897
3899
  f.focus();
3898
3900
  break;
@@ -3912,7 +3914,7 @@ function Go(e, t) {
3912
3914
  ...r
3913
3915
  }), n) : n;
3914
3916
  }
3915
- function Ps(e) {
3917
+ function ks(e) {
3916
3918
  return T(
3917
3919
  () => ({
3918
3920
  draggable: {
@@ -3932,7 +3934,7 @@ function Ps(e) {
3932
3934
  [e?.draggable, e?.droppable, e?.dragOverlay]
3933
3935
  );
3934
3936
  }
3935
- function ks(e) {
3937
+ function As(e) {
3936
3938
  let {
3937
3939
  activeNode: t,
3938
3940
  measure: n,
@@ -3982,13 +3984,13 @@ const jo = /* @__PURE__ */ vi(function(t) {
3982
3984
  accessibility: s,
3983
3985
  autoScroll: a = !0,
3984
3986
  children: u,
3985
- sensors: d = Ds,
3986
- collisionDetection: f = Gl,
3987
+ sensors: d = Is,
3988
+ collisionDetection: f = jl,
3987
3989
  measuring: g,
3988
3990
  modifiers: c,
3989
3991
  ...h
3990
3992
  } = t;
3991
- const m = _i(Es, void 0, Ms), [v, _] = m, [C, b] = Ll(), [S, y] = N(Qe.Uninitialized), w = S === Qe.Initialized, {
3993
+ const m = _i(Vs, void 0, Es), [v, _] = m, [C, b] = Nl(), [S, y] = N(Qe.Uninitialized), w = S === Qe.Initialized, {
3992
3994
  draggable: {
3993
3995
  active: R,
3994
3996
  nodes: x,
@@ -4005,19 +4007,19 @@ const jo = /* @__PURE__ */ vi(function(t) {
4005
4007
  return R != null ? {
4006
4008
  id: R,
4007
4009
  // It's possible for the active node to unmount while dragging
4008
- data: (j = F?.data) != null ? j : Is,
4010
+ data: (j = F?.data) != null ? j : Fs,
4009
4011
  rect: H
4010
4012
  } : null;
4011
- }, [R, F]), ee = O(null), [Se, Ue] = N(null), [te, ge] = N(null), re = qt(h, Object.values(h)), rt = jt("DndDescribedBy", l), Xe = T(() => P.getEnabled(), [P]), ne = Ps(g), {
4013
+ }, [R, F]), ee = O(null), [Se, Ue] = N(null), [te, ge] = N(null), re = qt(h, Object.values(h)), rt = jt("DndDescribedBy", l), Xe = T(() => P.getEnabled(), [P]), ne = ks(g), {
4012
4014
  droppableRects: Ie,
4013
4015
  measureDroppableContainers: Ne,
4014
4016
  measuringScheduled: We
4015
- } = hs(Xe, {
4017
+ } = vs(Xe, {
4016
4018
  dragging: w,
4017
4019
  dependencies: [I.x, I.y],
4018
4020
  config: ne.droppable
4019
- }), fe = ps(x, R), Ze = T(() => te ? _n(te) : null, [te]), Fe = Be(), oe = vs(fe, ne.draggable.measure);
4020
- ks({
4021
+ }), fe = ms(x, R), Ze = T(() => te ? _n(te) : null, [te]), Fe = Be(), oe = _s(fe, ne.draggable.measure);
4022
+ As({
4021
4023
  activeNode: R != null ? x.get(R) : null,
4022
4024
  config: Fe.layoutShiftCompensation,
4023
4025
  initialRect: oe,
@@ -4037,9 +4039,9 @@ const jo = /* @__PURE__ */ vi(function(t) {
4037
4039
  over: null,
4038
4040
  scrollableAncestors: [],
4039
4041
  scrollAdjustedTranslate: null
4040
- }), qe = P.getNodeFor((n = he.current.over) == null ? void 0 : n.id), Re = $s({
4042
+ }), qe = P.getNodeFor((n = he.current.over) == null ? void 0 : n.id), Re = Ds({
4041
4043
  measure: ne.dragOverlay.measure
4042
- }), ze = (r = Re.nodeRef.current) != null ? r : fe, He = w ? (o = Re.rect) != null ? o : k : null, $t = !!(Re.nodeRef.current && Re.rect), Dt = bs($t ? null : k), ft = qo(ze ? de(ze) : null), Me = Cs(w ? qe ?? fe : null), ot = xs(Me), pt = Go(c, {
4044
+ }), ze = (r = Re.nodeRef.current) != null ? r : fe, He = w ? (o = Re.rect) != null ? o : k : null, $t = !!(Re.nodeRef.current && Re.rect), Dt = Cs($t ? null : k), ft = qo(ze ? de(ze) : null), Me = Ss(w ? qe ?? fe : null), ot = $s(Me), pt = Go(c, {
4043
4045
  transform: {
4044
4046
  x: I.x - Dt.x,
4045
4047
  y: I.y - Dt.y,
@@ -4056,13 +4058,13 @@ const jo = /* @__PURE__ */ vi(function(t) {
4056
4058
  scrollableAncestors: Me,
4057
4059
  scrollableAncestorRects: ot,
4058
4060
  windowRect: ft
4059
- }), Xt = Ze ? bt(Ze, I) : null, Wt = Ss(Me), Pn = Wr(Wt), kn = Wr(Wt, [k]), Ke = bt(pt, Pn), Ye = He ? Xl(He, pt) : null, it = X && Ye ? f({
4061
+ }), Xt = Ze ? bt(Ze, I) : null, Wt = Rs(Me), Pn = Wr(Wt), kn = Wr(Wt, [k]), Ke = bt(pt, Pn), Ye = He ? Wl(He, pt) : null, it = X && Ye ? f({
4060
4062
  active: X,
4061
4063
  collisionRect: Ye,
4062
4064
  droppableRects: Ie,
4063
4065
  droppableContainers: Xe,
4064
4066
  pointerCoordinates: Xt
4065
- }) : null, Zt = Io(it, "id"), [K, Ee] = N(null), lt = $t ? pt : bt(pt, kn), An = jl(lt, (i = K?.rect) != null ? i : null, k), mt = O(null), It = le(
4067
+ }) : null, Zt = Io(it, "id"), [K, Ee] = N(null), lt = $t ? pt : bt(pt, kn), An = Ul(lt, (i = K?.rect) != null ? i : null, k), mt = O(null), It = le(
4066
4068
  (j, Y) => {
4067
4069
  let {
4068
4070
  sensor: se,
@@ -4202,8 +4204,8 @@ const jo = /* @__PURE__ */ vi(function(t) {
4202
4204
  j(se, Y.options, A) === !0 && (pe.dndKit = {
4203
4205
  capturedBy: Y.sensor
4204
4206
  }, ee.current = Te, It(se, Y));
4205
- }, [x, It]), Ft = ms(d, Kt);
4206
- Rs(d), Ae(() => {
4207
+ }, [x, It]), Ft = hs(d, Kt);
4208
+ ys(d), Ae(() => {
4207
4209
  k && S === Qe.Initializing && y(Qe.Initialized);
4208
4210
  }, [k, S]), L(
4209
4211
  () => {
@@ -4292,7 +4294,7 @@ const jo = /* @__PURE__ */ vi(function(t) {
4292
4294
  initial: He,
4293
4295
  translated: Ye
4294
4296
  };
4295
- }, [X, fe, it, Ye, x, ze, He, Ie, P, K, Me, Ke]), ds({
4297
+ }, [X, fe, it, Ye, x, ze, He, Ie, P, K, Me, Ke]), gs({
4296
4298
  ...Fe,
4297
4299
  delta: I,
4298
4300
  draggingRect: Ye,
@@ -4339,9 +4341,9 @@ const jo = /* @__PURE__ */ vi(function(t) {
4339
4341
  value: Yt
4340
4342
  }, q.createElement(En.Provider, {
4341
4343
  value: An
4342
- }, u)), q.createElement(Vs, {
4344
+ }, u)), q.createElement(Ps, {
4343
4345
  disabled: s?.restoreFocus === !1
4344
- })), q.createElement(Tl, {
4346
+ })), q.createElement(ql, {
4345
4347
  ...s,
4346
4348
  hiddenTextDescribedById: rt
4347
4349
  }));
@@ -4354,15 +4356,15 @@ const jo = /* @__PURE__ */ vi(function(t) {
4354
4356
  enabled: se
4355
4357
  };
4356
4358
  }
4357
- }), As = /* @__PURE__ */ Ht(null), Kr = "button", Ls = "Draggable";
4358
- function Ns(e) {
4359
+ }), Ls = /* @__PURE__ */ Ht(null), Kr = "button", Ns = "Draggable";
4360
+ function Os(e) {
4359
4361
  let {
4360
4362
  id: t,
4361
4363
  data: n,
4362
4364
  disabled: r = !1,
4363
4365
  attributes: o
4364
4366
  } = e;
4365
- const i = jt(Ls), {
4367
+ const i = jt(Ns), {
4366
4368
  activators: l,
4367
4369
  activatorEvent: s,
4368
4370
  active: a,
@@ -4374,7 +4376,7 @@ function Ns(e) {
4374
4376
  role: c = Kr,
4375
4377
  roleDescription: h = "draggable",
4376
4378
  tabIndex: m = 0
4377
- } = o ?? {}, v = a?.id === t, _ = tt(v ? En : As), [C, b] = hn(), [S, y] = hn(), w = ys(l, t), R = qt(n);
4379
+ } = o ?? {}, v = a?.id === t, _ = tt(v ? En : Ls), [C, b] = hn(), [S, y] = hn(), w = xs(l, t), R = qt(n);
4378
4380
  Ae(
4379
4381
  () => (f.set(t, {
4380
4382
  id: t,
@@ -4414,17 +4416,17 @@ function Ns(e) {
4414
4416
  function Sr() {
4415
4417
  return tt(Bo);
4416
4418
  }
4417
- const Os = "Droppable", Ts = {
4419
+ const Ts = "Droppable", qs = {
4418
4420
  timeout: 25
4419
4421
  };
4420
- function qs(e) {
4422
+ function zs(e) {
4421
4423
  let {
4422
4424
  data: t,
4423
4425
  disabled: n = !1,
4424
4426
  id: r,
4425
4427
  resizeObserverConfig: o
4426
4428
  } = e;
4427
- const i = jt(Os), {
4429
+ const i = jt(Ts), {
4428
4430
  active: l,
4429
4431
  dispatch: s,
4430
4432
  over: a,
@@ -4436,7 +4438,7 @@ function qs(e) {
4436
4438
  updateMeasurementsFor: m,
4437
4439
  timeout: v
4438
4440
  } = {
4439
- ...Ts,
4441
+ ...qs,
4440
4442
  ...o
4441
4443
  }, _ = qt(m ?? r), C = le(
4442
4444
  () => {
@@ -4492,7 +4494,7 @@ function qs(e) {
4492
4494
  setNodeRef: w
4493
4495
  };
4494
4496
  }
4495
- function zs(e) {
4497
+ function Hs(e) {
4496
4498
  let {
4497
4499
  animation: t,
4498
4500
  children: n
@@ -4513,26 +4515,26 @@ function zs(e) {
4513
4515
  ref: l
4514
4516
  }) : null);
4515
4517
  }
4516
- const Hs = {
4518
+ const Bs = {
4517
4519
  x: 0,
4518
4520
  y: 0,
4519
4521
  scaleX: 1,
4520
4522
  scaleY: 1
4521
4523
  };
4522
- function Bs(e) {
4524
+ function Gs(e) {
4523
4525
  let {
4524
4526
  children: t
4525
4527
  } = e;
4526
4528
  return q.createElement(Ut.Provider, {
4527
4529
  value: Ho
4528
4530
  }, q.createElement(En.Provider, {
4529
- value: Hs
4531
+ value: Bs
4530
4532
  }, t));
4531
4533
  }
4532
- const Gs = {
4534
+ const js = {
4533
4535
  position: "fixed",
4534
4536
  touchAction: "none"
4535
- }, js = (e) => $n(e) ? "transform 250ms ease" : void 0, Us = /* @__PURE__ */ bi((e, t) => {
4537
+ }, Us = (e) => $n(e) ? "transform 250ms ease" : void 0, Xs = /* @__PURE__ */ bi((e, t) => {
4536
4538
  let {
4537
4539
  as: n,
4538
4540
  activatorEvent: r,
@@ -4542,7 +4544,7 @@ const Gs = {
4542
4544
  rect: s,
4543
4545
  style: a,
4544
4546
  transform: u,
4545
- transition: d = js
4547
+ transition: d = Us
4546
4548
  } = e;
4547
4549
  if (!s)
4548
4550
  return null;
@@ -4551,13 +4553,13 @@ const Gs = {
4551
4553
  scaleX: 1,
4552
4554
  scaleY: 1
4553
4555
  }, g = {
4554
- ...Gs,
4556
+ ...js,
4555
4557
  width: s.width,
4556
4558
  height: s.height,
4557
4559
  top: s.top,
4558
4560
  left: s.left,
4559
4561
  transform: ct.Transform.toString(f),
4560
- transformOrigin: o && r ? ql(r, s) : void 0,
4562
+ transformOrigin: o && r ? zl(r, s) : void 0,
4561
4563
  transition: typeof d == "function" ? d(r) : d,
4562
4564
  ...a
4563
4565
  };
@@ -4566,7 +4568,7 @@ const Gs = {
4566
4568
  style: g,
4567
4569
  ref: t
4568
4570
  }, i);
4569
- }), Xs = (e) => (t) => {
4571
+ }), Ws = (e) => (t) => {
4570
4572
  let {
4571
4573
  active: n,
4572
4574
  dragOverlay: r
@@ -4586,7 +4588,7 @@ const Gs = {
4586
4588
  n.node.style.setProperty(a, u);
4587
4589
  l != null && l.active && n.node.classList.remove(l.active);
4588
4590
  };
4589
- }, Ws = (e) => {
4591
+ }, Zs = (e) => {
4590
4592
  let {
4591
4593
  transform: {
4592
4594
  initial: t,
@@ -4598,11 +4600,11 @@ const Gs = {
4598
4600
  }, {
4599
4601
  transform: ct.Transform.toString(n)
4600
4602
  }];
4601
- }, Zs = {
4603
+ }, Ks = {
4602
4604
  duration: 250,
4603
4605
  easing: "ease",
4604
- keyframes: Ws,
4605
- sideEffects: /* @__PURE__ */ Xs({
4606
+ keyframes: Zs,
4607
+ sideEffects: /* @__PURE__ */ Ws({
4606
4608
  styles: {
4607
4609
  active: {
4608
4610
  opacity: "0"
@@ -4610,7 +4612,7 @@ const Gs = {
4610
4612
  }
4611
4613
  })
4612
4614
  };
4613
- function Ks(e) {
4615
+ function Ys(e) {
4614
4616
  let {
4615
4617
  config: t,
4616
4618
  draggableNodes: n,
@@ -4634,7 +4636,7 @@ function Ks(e) {
4634
4636
  } = de(l).getComputedStyle(l), f = Eo(d);
4635
4637
  if (!f)
4636
4638
  return;
4637
- const g = typeof t == "function" ? t : Ys(t);
4639
+ const g = typeof t == "function" ? t : Js(t);
4638
4640
  return Oo(a, o.draggable.measure), g({
4639
4641
  active: {
4640
4642
  id: i,
@@ -4653,14 +4655,14 @@ function Ks(e) {
4653
4655
  });
4654
4656
  });
4655
4657
  }
4656
- function Ys(e) {
4658
+ function Js(e) {
4657
4659
  const {
4658
4660
  duration: t,
4659
4661
  easing: n,
4660
4662
  sideEffects: r,
4661
4663
  keyframes: o
4662
4664
  } = {
4663
- ...Zs,
4665
+ ...Ks,
4664
4666
  ...e
4665
4667
  };
4666
4668
  return (i) => {
@@ -4710,7 +4712,7 @@ function Ys(e) {
4710
4712
  };
4711
4713
  }
4712
4714
  let Yr = 0;
4713
- function Js(e) {
4715
+ function Qs(e) {
4714
4716
  return T(() => {
4715
4717
  if (e != null)
4716
4718
  return Yr++, Yr;
@@ -4741,7 +4743,7 @@ const Uo = /* @__PURE__ */ q.memo((e) => {
4741
4743
  scrollableAncestors: b,
4742
4744
  scrollableAncestorRects: S,
4743
4745
  windowRect: y
4744
- } = Sr(), w = tt(En), R = Js(f?.id), x = Go(l, {
4746
+ } = Sr(), w = tt(En), R = Qs(f?.id), x = Go(l, {
4745
4747
  activatorEvent: d,
4746
4748
  active: f,
4747
4749
  activeNodeRect: g,
@@ -4753,15 +4755,15 @@ const Uo = /* @__PURE__ */ q.memo((e) => {
4753
4755
  scrollableAncestorRects: S,
4754
4756
  transform: w,
4755
4757
  windowRect: y
4756
- }), I = Cr(g), P = Ks({
4758
+ }), I = Cr(g), P = Ys({
4757
4759
  config: r,
4758
4760
  draggableNodes: h,
4759
4761
  droppableContainers: m,
4760
4762
  measuringConfiguration: C
4761
4763
  }), F = I ? v.setRef : void 0;
4762
- return q.createElement(Bs, null, q.createElement(zs, {
4764
+ return q.createElement(Gs, null, q.createElement(Hs, {
4763
4765
  animation: P
4764
- }, f && R ? q.createElement(Us, {
4766
+ }, f && R ? q.createElement(Xs, {
4765
4767
  key: R,
4766
4768
  id: f.id,
4767
4769
  ref: F,
@@ -4777,7 +4779,7 @@ const Uo = /* @__PURE__ */ q.memo((e) => {
4777
4779
  },
4778
4780
  transform: x
4779
4781
  }, n) : null));
4780
- }), Qs = (e) => {
4782
+ }), ea = (e) => {
4781
4783
  let {
4782
4784
  transform: t
4783
4785
  } = e;
@@ -4786,20 +4788,20 @@ const Uo = /* @__PURE__ */ q.memo((e) => {
4786
4788
  y: 0
4787
4789
  };
4788
4790
  };
4789
- function ea(e, t, n) {
4791
+ function ta(e, t, n) {
4790
4792
  const r = {
4791
4793
  ...e
4792
4794
  };
4793
4795
  return t.top + e.y <= n.top ? r.y = n.top - t.top : t.bottom + e.y >= n.top + n.height && (r.y = n.top + n.height - t.bottom), t.left + e.x <= n.left ? r.x = n.left - t.left : t.right + e.x >= n.left + n.width && (r.x = n.left + n.width - t.right), r;
4794
4796
  }
4795
- const ta = (e) => {
4797
+ const na = (e) => {
4796
4798
  let {
4797
4799
  containerNodeRect: t,
4798
4800
  draggingNodeRect: n,
4799
4801
  transform: r
4800
4802
  } = e;
4801
- return !n || !t ? r : ea(r, n, t);
4802
- }, na = (e) => {
4803
+ return !n || !t ? r : ta(r, n, t);
4804
+ }, ra = (e) => {
4803
4805
  let {
4804
4806
  transform: t
4805
4807
  } = e;
@@ -4879,15 +4881,15 @@ const ta = (e) => {
4879
4881
  "purpur-table__drag-overlay": "_purpur-table__drag-overlay_akqmq_414",
4880
4882
  "purpur-table__drag-overlay--primary": "_purpur-table__drag-overlay--primary_akqmq_428",
4881
4883
  "purpur-table__drag-overlay--secondary": "_purpur-table__drag-overlay--secondary_akqmq_437"
4882
- }, ra = z.bind(U), oa = "purpur-table-body", Xo = ({ children: e, className: t, ...n }) => {
4883
- const r = ra(t, oa);
4884
+ }, oa = z.bind(U), ia = "purpur-table-body", Xo = ({ children: e, className: t, ...n }) => {
4885
+ const r = oa(t, ia);
4884
4886
  return /* @__PURE__ */ p("tbody", { className: r, ...n, children: e });
4885
4887
  };
4886
4888
  function Rr(e, t, n) {
4887
4889
  const r = e.slice();
4888
4890
  return r.splice(n < 0 ? r.length + n : n, 0, r.splice(t, 1)[0]), r;
4889
4891
  }
4890
- function ia(e, t) {
4892
+ function la(e, t) {
4891
4893
  return e.reduce((n, r, o) => {
4892
4894
  const i = t.get(r);
4893
4895
  return i && (n[o] = i), n;
@@ -4896,7 +4898,7 @@ function ia(e, t) {
4896
4898
  function on(e) {
4897
4899
  return e !== null && e >= 0;
4898
4900
  }
4899
- function la(e, t) {
4901
+ function sa(e, t) {
4900
4902
  if (e === t)
4901
4903
  return !0;
4902
4904
  if (e.length !== t.length)
@@ -4906,7 +4908,7 @@ function la(e, t) {
4906
4908
  return !1;
4907
4909
  return !0;
4908
4910
  }
4909
- function sa(e) {
4911
+ function aa(e) {
4910
4912
  return typeof e == "boolean" ? {
4911
4913
  draggable: e,
4912
4914
  droppable: e
@@ -4915,7 +4917,7 @@ function sa(e) {
4915
4917
  const ln = {
4916
4918
  scaleX: 1,
4917
4919
  scaleY: 1
4918
- }, aa = (e) => {
4920
+ }, ua = (e) => {
4919
4921
  var t;
4920
4922
  let {
4921
4923
  rects: n,
@@ -4927,7 +4929,7 @@ const ln = {
4927
4929
  const s = (t = n[o]) != null ? t : r;
4928
4930
  if (!s)
4929
4931
  return null;
4930
- const a = ua(n, l, o);
4932
+ const a = ca(n, l, o);
4931
4933
  if (l === o) {
4932
4934
  const u = n[i];
4933
4935
  return u ? {
@@ -4950,7 +4952,7 @@ const ln = {
4950
4952
  ...ln
4951
4953
  };
4952
4954
  };
4953
- function ua(e, t, n) {
4955
+ function ca(e, t, n) {
4954
4956
  const r = e[t], o = e[t - 1], i = e[t + 1];
4955
4957
  return !r || !o && !i ? 0 : n < t ? o ? r.left - (o.left + o.width) : i.left - (r.left + r.width) : i ? i.left - (r.left + r.width) : r.left - (o.left + o.width);
4956
4958
  }
@@ -4971,7 +4973,7 @@ const Wo = (e) => {
4971
4973
  }, sn = {
4972
4974
  scaleX: 1,
4973
4975
  scaleY: 1
4974
- }, ca = (e) => {
4976
+ }, da = (e) => {
4975
4977
  var t;
4976
4978
  let {
4977
4979
  activeIndex: n,
@@ -4991,7 +4993,7 @@ const Wo = (e) => {
4991
4993
  ...sn
4992
4994
  } : null;
4993
4995
  }
4994
- const a = da(i, o, n);
4996
+ const a = ga(i, o, n);
4995
4997
  return o > n && o <= l ? {
4996
4998
  x: 0,
4997
4999
  y: -s.height - a,
@@ -5006,7 +5008,7 @@ const Wo = (e) => {
5006
5008
  ...sn
5007
5009
  };
5008
5010
  };
5009
- function da(e, t, n) {
5011
+ function ga(e, t, n) {
5010
5012
  const r = e[t], o = e[t - 1], i = e[t + 1];
5011
5013
  return r ? n < t ? o ? r.top - (o.top + o.height) : i ? i.top - (r.top + r.height) : 0 : i ? i.top - (r.top + r.height) : o ? r.top - (o.top + o.height) : 0 : 0;
5012
5014
  }
@@ -5038,7 +5040,7 @@ function Yo(e) {
5038
5040
  droppableRects: a,
5039
5041
  over: u,
5040
5042
  measureDroppableContainers: d
5041
- } = Sr(), f = jt(Zo, n), g = s.rect !== null, c = T(() => r.map((w) => typeof w == "object" && "id" in w ? w.id : w), [r]), h = l != null, m = l ? c.indexOf(l.id) : -1, v = u ? c.indexOf(u.id) : -1, _ = O(c), C = !la(c, _.current), b = v !== -1 && m === -1 || C, S = sa(i);
5043
+ } = Sr(), f = jt(Zo, n), g = s.rect !== null, c = T(() => r.map((w) => typeof w == "object" && "id" in w ? w.id : w), [r]), h = l != null, m = l ? c.indexOf(l.id) : -1, v = u ? c.indexOf(u.id) : -1, _ = O(c), C = !sa(c, _.current), b = v !== -1 && m === -1 || C, S = aa(i);
5042
5044
  Ae(() => {
5043
5045
  C && h && d(c);
5044
5046
  }, [C, c, h, d]), L(() => {
@@ -5053,7 +5055,7 @@ function Yo(e) {
5053
5055
  items: c,
5054
5056
  overIndex: v,
5055
5057
  useDragOverlay: g,
5056
- sortedRects: ia(c, a),
5058
+ sortedRects: la(c, a),
5057
5059
  strategy: o
5058
5060
  }),
5059
5061
  // eslint-disable-next-line react-hooks/exhaustive-deps
@@ -5063,7 +5065,7 @@ function Yo(e) {
5063
5065
  value: y
5064
5066
  }, t);
5065
5067
  }
5066
- const ga = (e) => {
5068
+ const fa = (e) => {
5067
5069
  let {
5068
5070
  id: t,
5069
5071
  items: n,
@@ -5071,7 +5073,7 @@ const ga = (e) => {
5071
5073
  overIndex: o
5072
5074
  } = e;
5073
5075
  return Rr(n, r, o).indexOf(t);
5074
- }, fa = (e) => {
5076
+ }, pa = (e) => {
5075
5077
  let {
5076
5078
  containerId: t,
5077
5079
  isSorting: n,
@@ -5084,17 +5086,17 @@ const ga = (e) => {
5084
5086
  transition: u
5085
5087
  } = e;
5086
5088
  return !u || !r || s !== i && o === l ? !1 : n ? !0 : l !== o && t === a;
5087
- }, pa = {
5089
+ }, ma = {
5088
5090
  duration: 200,
5089
5091
  easing: "ease"
5090
- }, Jo = "transform", ma = /* @__PURE__ */ ct.Transition.toString({
5092
+ }, Jo = "transform", ha = /* @__PURE__ */ ct.Transition.toString({
5091
5093
  property: Jo,
5092
5094
  duration: 0,
5093
5095
  easing: "linear"
5094
- }), ha = {
5096
+ }), va = {
5095
5097
  roleDescription: "sortable"
5096
5098
  };
5097
- function va(e) {
5099
+ function _a(e) {
5098
5100
  let {
5099
5101
  disabled: t,
5100
5102
  index: n,
@@ -5124,15 +5126,15 @@ function va(e) {
5124
5126
  }
5125
5127
  function Qo(e) {
5126
5128
  let {
5127
- animateLayoutChanges: t = fa,
5129
+ animateLayoutChanges: t = pa,
5128
5130
  attributes: n,
5129
5131
  disabled: r,
5130
5132
  data: o,
5131
- getNewIndex: i = ga,
5133
+ getNewIndex: i = fa,
5132
5134
  id: l,
5133
5135
  strategy: s,
5134
5136
  resizeObserverConfig: a,
5135
- transition: u = pa
5137
+ transition: u = ma
5136
5138
  } = e;
5137
5139
  const {
5138
5140
  items: d,
@@ -5144,7 +5146,7 @@ function Qo(e) {
5144
5146
  overIndex: v,
5145
5147
  useDragOverlay: _,
5146
5148
  strategy: C
5147
- } = tt(Ko), b = _a(r, c), S = d.indexOf(l), y = T(() => ({
5149
+ } = tt(Ko), b = wa(r, c), S = d.indexOf(l), y = T(() => ({
5148
5150
  sortable: {
5149
5151
  containerId: f,
5150
5152
  index: S,
@@ -5156,7 +5158,7 @@ function Qo(e) {
5156
5158
  node: x,
5157
5159
  isOver: I,
5158
5160
  setNodeRef: P
5159
- } = qs({
5161
+ } = zs({
5160
5162
  id: l,
5161
5163
  data: y,
5162
5164
  disabled: b.droppable,
@@ -5175,15 +5177,15 @@ function Qo(e) {
5175
5177
  over: ge,
5176
5178
  setActivatorNodeRef: re,
5177
5179
  transform: rt
5178
- } = Ns({
5180
+ } = Os({
5179
5181
  id: l,
5180
5182
  data: y,
5181
5183
  attributes: {
5182
- ...ha,
5184
+ ...va,
5183
5185
  ...n
5184
5186
  },
5185
5187
  disabled: b.draggable
5186
- }), Xe = $l(P, Se), ne = !!F, Ie = ne && !h && on(g) && on(v), Ne = !_ && te, We = Ne && Ie ? rt : null, Ze = Ie ? We ?? (s ?? C)({
5188
+ }), Xe = Dl(P, Se), ne = !!F, Ie = ne && !h && on(g) && on(v), Ne = !_ && te, We = Ne && Ie ? rt : null, Ze = Ie ? We ?? (s ?? C)({
5187
5189
  rects: m,
5188
5190
  activeNodeRect: X,
5189
5191
  activeIndex: g,
@@ -5212,7 +5214,7 @@ function Qo(e) {
5212
5214
  previousContainerId: k.current.containerId,
5213
5215
  transition: u,
5214
5216
  wasDragging: k.current.activeId != null
5215
- }), qe = va({
5217
+ }), qe = _a({
5216
5218
  disabled: !he,
5217
5219
  index: S,
5218
5220
  node: x,
@@ -5260,7 +5262,7 @@ function Qo(e) {
5260
5262
  qe || // Or to prevent items jumping to back to their "new" position when items change
5261
5263
  G && k.current.newIndex === S
5262
5264
  )
5263
- return ma;
5265
+ return ha;
5264
5266
  if (!(Ne && !$n(H) || !u) && (ne || he))
5265
5267
  return ct.Transition.toString({
5266
5268
  ...u,
@@ -5268,7 +5270,7 @@ function Qo(e) {
5268
5270
  });
5269
5271
  }
5270
5272
  }
5271
- function _a(e, t) {
5273
+ function wa(e, t) {
5272
5274
  var n, r;
5273
5275
  return typeof e == "boolean" ? {
5274
5276
  draggable: e,
@@ -5285,7 +5287,7 @@ function Cn(e) {
5285
5287
  const t = e.data.current;
5286
5288
  return !!(t && "sortable" in t && typeof t.sortable == "object" && "containerId" in t.sortable && "items" in t.sortable && "index" in t.sortable);
5287
5289
  }
5288
- const wa = [E.Down, E.Right, E.Up, E.Left], ba = (e, t) => {
5290
+ const ba = [E.Down, E.Right, E.Up, E.Left], Ca = (e, t) => {
5289
5291
  let {
5290
5292
  context: {
5291
5293
  active: n,
@@ -5296,7 +5298,7 @@ const wa = [E.Down, E.Right, E.Up, E.Left], ba = (e, t) => {
5296
5298
  scrollableAncestors: s
5297
5299
  }
5298
5300
  } = t;
5299
- if (wa.includes(e.code)) {
5301
+ if (ba.includes(e.code)) {
5300
5302
  if (e.preventDefault(), !n || !r)
5301
5303
  return;
5302
5304
  const a = [];
@@ -5320,7 +5322,7 @@ const wa = [E.Down, E.Right, E.Up, E.Left], ba = (e, t) => {
5320
5322
  break;
5321
5323
  }
5322
5324
  });
5323
- const u = Hl({
5325
+ const u = Bl({
5324
5326
  collisionRect: r,
5325
5327
  droppableRects: o,
5326
5328
  droppableContainers: a
@@ -5329,7 +5331,7 @@ const wa = [E.Down, E.Right, E.Up, E.Left], ba = (e, t) => {
5329
5331
  if (d === l?.id && u.length > 1 && (d = u[1].id), d != null) {
5330
5332
  const f = i.get(n.id), g = i.get(d), c = g ? o.get(g.id) : null, h = g?.node.current;
5331
5333
  if (h && c && f && g) {
5332
- const v = Dn(h).some((w, R) => s[R] !== w), _ = ei(f, g), C = Ca(f, g), b = v || !_ ? {
5334
+ const v = Dn(h).some((w, R) => s[R] !== w), _ = ei(f, g), C = Sa(f, g), b = v || !_ ? {
5333
5335
  x: 0,
5334
5336
  y: 0
5335
5337
  } : {
@@ -5347,37 +5349,37 @@ const wa = [E.Down, E.Right, E.Up, E.Left], ba = (e, t) => {
5347
5349
  function ei(e, t) {
5348
5350
  return !Cn(e) || !Cn(t) ? !1 : e.data.current.sortable.containerId === t.data.current.sortable.containerId;
5349
5351
  }
5350
- function Ca(e, t) {
5352
+ function Sa(e, t) {
5351
5353
  return !Cn(e) || !Cn(t) || !ei(e, t) ? !1 : e.data.current.sortable.index < t.data.current.sortable.index;
5352
5354
  }
5353
- const Sa = {
5355
+ const Ra = {
5354
5356
  name: "arrow-down",
5355
5357
  svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M12 20.9a.9.9 0 0 1-.636-.264l-5.5-5.5a.9.9 0 1 1 1.272-1.272l3.964 3.963V4a.9.9 0 1 1 1.8 0v13.827l3.964-3.963a.9.9 0 0 1 1.272 1.272l-5.5 5.5A.9.9 0 0 1 12 20.9Z" clip-rule="evenodd"/></svg>',
5356
5358
  keywords: ["arrow-down"],
5357
5359
  category: "utility"
5358
- }, yr = (e) => /* @__PURE__ */ p(De, { ...e, svg: Sa });
5360
+ }, yr = (e) => /* @__PURE__ */ p(De, { ...e, svg: Ra });
5359
5361
  yr.displayName = "IconArrowDown";
5360
- const Ra = {
5362
+ const ya = {
5361
5363
  name: "arrow-up",
5362
5364
  svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M11.364 3.364a.9.9 0 0 1 1.272 0l5.5 5.5a.9.9 0 1 1-1.272 1.272L12.9 6.173V20a.9.9 0 0 1-1.8 0V6.173l-3.964 3.963a.9.9 0 0 1-1.272-1.272l5.5-5.5Z" clip-rule="evenodd"/></svg>',
5363
5365
  keywords: ["arrow-up"],
5364
5366
  category: "utility"
5365
- }, xr = (e) => /* @__PURE__ */ p(De, { ...e, svg: Ra });
5367
+ }, xr = (e) => /* @__PURE__ */ p(De, { ...e, svg: ya });
5366
5368
  xr.displayName = "IconArrowUp";
5367
- const ya = {
5369
+ const xa = {
5368
5370
  name: "sorter",
5369
5371
  svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M17 3.1a.9.9 0 0 1 .636.264l4.5 4.5a.9.9 0 1 1-1.272 1.272L17.9 6.173V20a.9.9 0 0 1-1.8 0V6.173l-2.964 2.963a.9.9 0 0 1-1.272-1.272l4.5-4.5A.9.9 0 0 1 17 3.1Zm-10 0a.9.9 0 0 1 .9.9v13.827l2.964-2.963a.9.9 0 1 1 1.272 1.272l-4.5 4.5a.9.9 0 0 1-1.272 0l-4.5-4.5a.9.9 0 0 1 1.272-1.272L6.1 17.827V4a.9.9 0 0 1 .9-.9Z" clip-rule="evenodd"/></svg>',
5370
5372
  keywords: ["sorter"],
5371
5373
  category: "utility"
5372
- }, $r = (e) => /* @__PURE__ */ p(De, { ...e, svg: ya });
5374
+ }, $r = (e) => /* @__PURE__ */ p(De, { ...e, svg: xa });
5373
5375
  $r.displayName = "IconSorter";
5374
- const xa = ({ top: e, left: t, container: n }) => {
5375
- const o = {
5376
+ const $a = ({ top: e, left: t, container: n }) => {
5377
+ const r = yi(), o = n ?? r, l = {
5376
5378
  position: n != null ? "absolute" : "fixed",
5377
5379
  pointerEvents: "none",
5378
5380
  zIndex: 9999
5379
5381
  };
5380
- return Object.assign(o, {
5382
+ return Object.assign(l, {
5381
5383
  width: "var(--purpur-spacing-150)",
5382
5384
  height: "var(--purpur-spacing-150)",
5383
5385
  backgroundColor: "var(--purpur-color-border-interactive-primary)",
@@ -5386,18 +5388,18 @@ const xa = ({ top: e, left: t, container: n }) => {
5386
5388
  top: `${e}px`,
5387
5389
  transform: "translate(-50%, -50%)"
5388
5390
  }), lo(
5389
- /* @__PURE__ */ p("div", { "data-testid": "drag-indicator", style: o, "aria-hidden": "true" }),
5390
- n || document.body
5391
+ /* @__PURE__ */ p("div", { "data-testid": "drag-indicator", style: l, "aria-hidden": "true" }),
5392
+ o || document.body
5391
5393
  );
5392
- }, $a = {
5394
+ }, Da = {
5393
5395
  name: "drag-horizontal",
5394
5396
  svg: '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.55556 16.667C5.69645 16.667 5 15.9705 5 15.1114C5 14.2523 5.69645 13.5559 6.55556 13.5559C7.41466 13.5559 8.11111 14.2523 8.11111 15.1114C8.11111 15.9705 7.41466 16.667 6.55556 16.667ZM10.4444 15.1114C10.4444 15.9705 11.1409 16.667 12 16.667C12.8591 16.667 13.5556 15.9705 13.5556 15.1114C13.5556 14.2523 12.8591 13.5559 12 13.5559C11.1409 13.5559 10.4444 14.2523 10.4444 15.1114ZM17.4444 16.667C16.5853 16.667 15.8889 15.9705 15.8889 15.1114C15.8889 14.2523 16.5853 13.5559 17.4444 13.5559C18.3036 13.5559 19 14.2523 19 15.1114C19 15.9705 18.3036 16.667 17.4444 16.667Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.55556 10.4448C5.69645 10.4448 5 9.74833 5 8.88922C5 8.03011 5.69645 7.33366 6.55555 7.33366C7.41466 7.33366 8.11111 8.03011 8.11111 8.88922C8.11111 9.74833 7.41466 10.4448 6.55556 10.4448ZM10.4444 8.88922C10.4444 9.74833 11.1409 10.4448 12 10.4448C12.8591 10.4448 13.5556 9.74833 13.5556 8.88922C13.5556 8.03011 12.8591 7.33366 12 7.33366C11.1409 7.33366 10.4444 8.03011 10.4444 8.88922ZM17.4444 10.4448C16.5853 10.4448 15.8889 9.74833 15.8889 8.88922C15.8889 8.03011 16.5853 7.33366 17.4444 7.33366C18.3036 7.33366 19 8.03011 19 8.88922C19 9.74833 18.3036 10.4448 17.4444 10.4448Z"/></svg>',
5395
5397
  keywords: ["drag-horizontal"],
5396
5398
  category: "action"
5397
- }, ti = (e) => /* @__PURE__ */ p(De, { ...e, svg: $a });
5399
+ }, ti = (e) => /* @__PURE__ */ p(De, { ...e, svg: Da });
5398
5400
  ti.displayName = "IconDragHorizontal";
5399
5401
  const Jr = z.bind(U), Pt = "purpur-table-column-header-cell";
5400
- function Da({
5402
+ function Ia({
5401
5403
  overlayActive: e,
5402
5404
  isFirstColumn: t,
5403
5405
  isLastColumn: n,
@@ -5421,7 +5423,7 @@ function Da({
5421
5423
  }
5422
5424
  );
5423
5425
  }
5424
- function Ia({
5426
+ function Fa({
5425
5427
  elementRef: e,
5426
5428
  dropIndicatorPosition: t
5427
5429
  }) {
@@ -5505,12 +5507,12 @@ const Ir = () => {
5505
5507
  }, onMouseLeave: () => {
5506
5508
  r(!1);
5507
5509
  } };
5508
- }, Fa = (e) => {
5510
+ }, Ma = (e) => {
5509
5511
  const n = 16 / ((typeof document > "u" ? 1 : Number(
5510
5512
  getComputedStyle(document.documentElement).getPropertyValue("--purpur-rescale") || "1"
5511
5513
  )) || 1);
5512
5514
  return e / n;
5513
- }, Vn = (e) => `${Fa(e)}rem`, me = z.bind(U), B = "purpur-table-column-header-cell", Fr = ({
5515
+ }, Vn = (e) => `${Ma(e)}rem`, me = z.bind(U), B = "purpur-table-column-header-cell", Fr = ({
5514
5516
  className: e,
5515
5517
  enableSorting: t,
5516
5518
  header: n,
@@ -5545,13 +5547,13 @@ const Ir = () => {
5545
5547
  }
5546
5548
  }, X = Vn(n.getSize()), ee = n.column.getIsFirstColumn(), Se = n.column.getIsLastColumn(), Ue = typeof n.column.columnDef.header == "string" ? `${n.column.columnDef.header}` : void 0, te = (re) => {
5547
5549
  m.current = re, C && C(re);
5548
- }, ge = Ia({
5550
+ }, ge = Fa({
5549
5551
  elementRef: m,
5550
5552
  dropIndicatorPosition: P
5551
5553
  });
5552
5554
  return /* @__PURE__ */ V(sr, { children: [
5553
5555
  ge && /* @__PURE__ */ p(
5554
- xa,
5556
+ $a,
5555
5557
  {
5556
5558
  top: ge.top,
5557
5559
  left: ge.left,
@@ -5593,7 +5595,7 @@ const Ir = () => {
5593
5595
  } : {},
5594
5596
  children: [
5595
5597
  u && /* @__PURE__ */ p(
5596
- Da,
5598
+ Ia,
5597
5599
  {
5598
5600
  ..._,
5599
5601
  overlayActive: g,
@@ -5611,7 +5613,7 @@ const Ir = () => {
5611
5613
  },
5612
5614
  children: /* @__PURE__ */ V("div", { className: me(`${B}__content`), children: [
5613
5615
  /* @__PURE__ */ p("div", { className: me(`${B}__title`), children: /* @__PURE__ */ p(
5614
- Ma,
5616
+ Ea,
5615
5617
  {
5616
5618
  header: n,
5617
5619
  tanstackTable: l,
@@ -5621,7 +5623,7 @@ const Ir = () => {
5621
5623
  sortingAriaLabels: r
5622
5624
  }
5623
5625
  ) }),
5624
- I && !w && /* @__PURE__ */ p("div", { className: me(`${B}__filter-wrapper`), children: /* @__PURE__ */ p(ka, { header: n }) }),
5626
+ I && !w && /* @__PURE__ */ p("div", { className: me(`${B}__filter-wrapper`), children: /* @__PURE__ */ p(Aa, { header: n }) }),
5625
5627
  h && !I && !w && !R && g && /* @__PURE__ */ p("div", { className: me(`${B}__filter-placeholder`) })
5626
5628
  ] })
5627
5629
  }
@@ -5630,7 +5632,7 @@ const Ir = () => {
5630
5632
  }
5631
5633
  )
5632
5634
  ] });
5633
- }, Ma = ({
5635
+ }, Ea = ({
5634
5636
  header: e,
5635
5637
  tanstackTable: t,
5636
5638
  canSort: n,
@@ -5640,7 +5642,7 @@ const Ir = () => {
5640
5642
  }) => {
5641
5643
  if (r)
5642
5644
  return /* @__PURE__ */ p(
5643
- Ea,
5645
+ Va,
5644
5646
  {
5645
5647
  id: e.id,
5646
5648
  tanstackTable: t,
@@ -5658,16 +5660,16 @@ const Ir = () => {
5658
5660
  iconOnly: !1,
5659
5661
  size: "sm",
5660
5662
  type: "button",
5661
- "aria-label": Pa(e.column.getIsSorted(), i),
5663
+ "aria-label": ka(e.column.getIsSorted(), i),
5662
5664
  onClick: e.column.getToggleSortingHandler(),
5663
5665
  className: me(`${B}__sortable-title`),
5664
5666
  children: [
5665
5667
  /* @__PURE__ */ p(Qr, { header: e }),
5666
- Va(e.column.getIsSorted())
5668
+ Pa(e.column.getIsSorted())
5667
5669
  ]
5668
5670
  }
5669
5671
  ) : /* @__PURE__ */ p(Qr, { className: me(`${B}__title--default`), header: e });
5670
- }, Ea = ({
5672
+ }, Va = ({
5671
5673
  id: e,
5672
5674
  ["aria-label"]: t,
5673
5675
  tanstackTable: n
@@ -5715,7 +5717,7 @@ const Ir = () => {
5715
5717
  children: l
5716
5718
  }
5717
5719
  );
5718
- }, Va = (e) => {
5720
+ }, Pa = (e) => {
5719
5721
  switch (e) {
5720
5722
  case "desc":
5721
5723
  return /* @__PURE__ */ p(yr, { size: "xs", className: me(`${B}__sortable-icon`) });
@@ -5724,7 +5726,7 @@ const Ir = () => {
5724
5726
  default:
5725
5727
  return /* @__PURE__ */ p($r, { size: "xs", className: me(`${B}__sortable-icon`) });
5726
5728
  }
5727
- }, Pa = (e, t) => {
5729
+ }, ka = (e, t) => {
5728
5730
  switch (e) {
5729
5731
  case "desc":
5730
5732
  return t.desc;
@@ -5733,7 +5735,7 @@ const Ir = () => {
5733
5735
  default:
5734
5736
  return t.default;
5735
5737
  }
5736
- }, ka = ({ header: e }) => {
5738
+ }, Aa = ({ header: e }) => {
5737
5739
  const { filterVariant: t, filterKey: n, filterPlaceholder: r, filterAriaLabel: o } = e.column.columnDef.meta ?? {};
5738
5740
  if (t === "string") {
5739
5741
  const i = e.column.getFilterValue();
@@ -5767,17 +5769,17 @@ const Ir = () => {
5767
5769
  );
5768
5770
  }
5769
5771
  return null;
5770
- }, Aa = z.bind(U), eo = "purpur-table-header", ri = ({
5772
+ }, La = z.bind(U), eo = "purpur-table-header", ri = ({
5771
5773
  children: e,
5772
5774
  className: t,
5773
5775
  columnFiltersEnabled: n,
5774
5776
  ...r
5775
5777
  }) => {
5776
- const o = Aa(t, eo, {
5778
+ const o = La(t, eo, {
5777
5779
  [`${eo}--has-filters`]: n
5778
5780
  });
5779
5781
  return /* @__PURE__ */ p("thead", { className: o, ...r, children: e });
5780
- }, La = z.bind(U), to = "purpur-table-row", dt = ({
5782
+ }, Na = z.bind(U), to = "purpur-table-row", dt = ({
5781
5783
  children: e,
5782
5784
  className: t,
5783
5785
  ["data-testid"]: n,
@@ -5786,16 +5788,16 @@ const Ir = () => {
5786
5788
  "tr",
5787
5789
  {
5788
5790
  "data-testid": n,
5789
- className: La(t, to, { [`${to}--selected`]: r }),
5791
+ className: Na(t, to, { [`${to}--selected`]: r }),
5790
5792
  children: e
5791
5793
  }
5792
- ), Ce = () => /* @__PURE__ */ p(be, { children: "-" }), Na = ({ cell: e }) => {
5794
+ ), Ce = () => /* @__PURE__ */ p(be, { children: "-" }), Oa = ({ cell: e }) => {
5793
5795
  const t = e.getValue();
5794
5796
  if (!t)
5795
5797
  return /* @__PURE__ */ p(Ce, {});
5796
5798
  const { variant: n, children: r, ...o } = t;
5797
- return /* @__PURE__ */ p(yi, { variant: n, ...o, children: r });
5798
- }, Zn = z.bind(U), Oa = ({ cell: e }) => {
5799
+ return /* @__PURE__ */ p(xi, { variant: n, ...o, children: r });
5800
+ }, Zn = z.bind(U), Ta = ({ cell: e }) => {
5799
5801
  const t = e.getValue(), { showPopover: n, containerRef: r, onMouseEnter: o, onMouseLeave: i } = Ir();
5800
5802
  if (t == null || t === "")
5801
5803
  return /* @__PURE__ */ p(Ce, {});
@@ -5823,15 +5825,15 @@ const Ir = () => {
5823
5825
  children: t
5824
5826
  }
5825
5827
  );
5826
- }, Ta = ({ cell: e }) => {
5828
+ }, qa = ({ cell: e }) => {
5827
5829
  const t = e.row.original[e.column.id];
5828
5830
  if (t == null)
5829
5831
  return /* @__PURE__ */ p(Ce, {});
5830
5832
  const n = e.column.columnDef.meta?.onClick, { children: r, ...o } = t;
5831
5833
  return /* @__PURE__ */ p(ce, { type: "button", onClick: () => n?.(e), size: "sm", ...o, children: r });
5832
- }, qa = z.bind(U), za = ({ cell: e }) => {
5834
+ }, za = z.bind(U), Ha = ({ cell: e }) => {
5833
5835
  const t = e.row.original[e.column.id];
5834
- return !t || !Array.isArray(t) || t.length === 0 ? /* @__PURE__ */ p(Ce, {}) : /* @__PURE__ */ p("div", { className: qa("purpur-table-row-cell__button-group"), children: t.map((n, r) => {
5836
+ return !t || !Array.isArray(t) || t.length === 0 ? /* @__PURE__ */ p(Ce, {}) : /* @__PURE__ */ p("div", { className: za("purpur-table-row-cell__button-group"), children: t.map((n, r) => {
5835
5837
  const { icon: o, ariaLabel: i, variant: l, ...s } = n;
5836
5838
  return /* @__PURE__ */ p(
5837
5839
  ce,
@@ -5852,49 +5854,49 @@ const Ir = () => {
5852
5854
  n.id || `button-${r}`
5853
5855
  );
5854
5856
  }) });
5855
- }, Ha = ({ cell: e }) => {
5857
+ }, Ba = ({ cell: e }) => {
5856
5858
  const t = e.getValue();
5857
5859
  if (!t)
5858
5860
  return /* @__PURE__ */ p(Ce, {});
5859
5861
  const { variant: n, children: r, ...o } = t;
5860
- return /* @__PURE__ */ p(xi, { variant: n, ...o, children: r });
5861
- }, Ba = z.bind(U), Ga = ({ cell: e }) => {
5862
+ return /* @__PURE__ */ p($i, { variant: n, ...o, children: r });
5863
+ }, Ga = z.bind(U), ja = ({ cell: e }) => {
5862
5864
  const t = e.getValue();
5863
5865
  if (!t)
5864
5866
  return /* @__PURE__ */ p(Ce, {});
5865
5867
  const n = e.column.columnDef.meta?.showTime ?? !0, r = new Date(t), o = r.toLocaleDateString("sv-SE"), i = r.toLocaleTimeString("sv-SE", { hour: "2-digit", minute: "2-digit" });
5866
- return /* @__PURE__ */ V(be, { className: Ba("purpur-table-row-cell__date"), children: [
5868
+ return /* @__PURE__ */ V(be, { className: Ga("purpur-table-row-cell__date"), children: [
5867
5869
  o,
5868
5870
  /* @__PURE__ */ p("span", { children: n ? ` ${i}` : null })
5869
5871
  ] });
5870
- }, ja = {
5872
+ }, Ua = {
5871
5873
  name: "error",
5872
5874
  svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M10.354 3.05c.732-1.267 2.56-1.267 3.291 0l8.66 15c.732 1.267-.182 2.85-1.645 2.85H3.34c-1.463 0-2.377-1.583-1.646-2.85l8.66-15Zm1.595.862a.092.092 0 0 0-.036.038l-8.66 15a.092.092 0 0 0-.015.05c0 .014.005.032.015.05a.11.11 0 0 0 .036.038.09.09 0 0 0 .05.012H20.66a.088.088 0 0 0 .05-.012.106.106 0 0 0 .037-.038.105.105 0 0 0 .015-.05.092.092 0 0 0-.015-.05l-8.66-15a.092.092 0 0 0-.036-.038A.106.106 0 0 0 12 3.9a.105.105 0 0 0-.05.012Z" clip-rule="evenodd"/><path d="m12.523 14.922.412-6.25a.936.936 0 1 0-1.868 0l.421 6.25h1.035ZM12 17.52c.44 0 .826-.387.826-.815 0-.418-.387-.816-.826-.816-.428 0-.825.398-.825.816 0 .428.397.815.825.815Z"/><path fill-rule="evenodd" d="M12.691 15.096h-1.37l-.431-6.53a1 1 0 0 1 .997-1.066h.227a1 1 0 0 1 .998 1.064l-.42 6.532Zm.244-6.425a.936.936 0 1 0-1.868.002l.421 6.249h1.035l.412-6.25ZM13 16.706c0 .526-.466.99-1 .99-.522 0-1-.463-1-.99 0-.264.125-.51.304-.689.18-.178.429-.301.696-.301.536 0 1 .475 1 .99Zm-.174 0c0 .428-.387.815-.826.815-.428 0-.825-.387-.825-.815 0-.418.397-.816.825-.816.44 0 .826.398.826.816Z" clip-rule="evenodd"/></svg>',
5873
5875
  keywords: ["error"],
5874
5876
  category: "status"
5875
- }, oi = (e) => /* @__PURE__ */ p(De, { ...e, svg: ja });
5877
+ }, oi = (e) => /* @__PURE__ */ p(De, { ...e, svg: Ua });
5876
5878
  oi.displayName = "IconError";
5877
- const Ua = z.bind(U), Xa = ({
5879
+ const Xa = z.bind(U), Wa = ({
5878
5880
  cell: e
5879
5881
  }) => {
5880
5882
  const t = e.getValue();
5881
- return t ? /* @__PURE__ */ V("div", { className: Ua("purpur-table-row-cell__error-message"), children: [
5883
+ return t ? /* @__PURE__ */ V("div", { className: Xa("purpur-table-row-cell__error-message"), children: [
5882
5884
  /* @__PURE__ */ p(oi, { "data-testid": "error-icon" }),
5883
5885
  /* @__PURE__ */ p(be, { children: t })
5884
5886
  ] }) : /* @__PURE__ */ p(Ce, {});
5885
- }, Wa = z.bind(U), Za = ({ cell: e }) => {
5887
+ }, Za = z.bind(U), Ka = ({ cell: e }) => {
5886
5888
  const t = e.getValue();
5887
5889
  if (!t)
5888
5890
  return /* @__PURE__ */ p(Ce, {});
5889
5891
  const { icon: n, text: r } = t;
5890
- return /* @__PURE__ */ V("div", { className: Wa("purpur-table-row-cell__icon-text"), children: [
5892
+ return /* @__PURE__ */ V("div", { className: Za("purpur-table-row-cell__icon-text"), children: [
5891
5893
  n,
5892
5894
  r && r
5893
5895
  ] });
5894
- }, Ka = ({ cell: e }) => {
5896
+ }, Ya = ({ cell: e }) => {
5895
5897
  const t = e.getValue();
5896
5898
  return t == null || t === "" ? /* @__PURE__ */ p(Ce, {}) : /* @__PURE__ */ p(be, { variant: "paragraph-100-bold", children: t });
5897
- }, Kn = z.bind(U), Ya = ({ cell: e }) => {
5899
+ }, Kn = z.bind(U), Ja = ({ cell: e }) => {
5898
5900
  const t = e.getValue(), { hasPopover: n, showPopover: r, containerRef: o, onMouseEnter: i, onMouseLeave: l } = Ir();
5899
5901
  if (!t)
5900
5902
  return /* @__PURE__ */ p(Ce, {});
@@ -5909,7 +5911,7 @@ const Ua = z.bind(U), Xa = ({
5909
5911
  onMouseEnter: i,
5910
5912
  onMouseLeave: l,
5911
5913
  children: /* @__PURE__ */ p(
5912
- $i,
5914
+ Di,
5913
5915
  {
5914
5916
  className: Kn("purpur-table-row-cell__truncate", "purpur-table-row-cell__link", {
5915
5917
  "purpur-table-row-cell__link--has-popover": n
@@ -5936,24 +5938,24 @@ const Ua = z.bind(U), Xa = ({
5936
5938
  children: s
5937
5939
  }
5938
5940
  );
5939
- }, Ja = z.bind(U), Qa = ({ cell: e }) => {
5941
+ }, Qa = z.bind(U), eu = ({ cell: e }) => {
5940
5942
  const t = e.getValue(), n = e.column.columnDef.meta?.numberCellAlignment === "right";
5941
- return !t && t !== 0 ? /* @__PURE__ */ p(Ce, {}) : /* @__PURE__ */ p(be, { className: Ja({ "purpur-table-row-cell__right-align": n }), children: t });
5942
- }, eu = z.bind(U), tu = ({ cell: e }) => /* @__PURE__ */ p(
5943
+ return !t && t !== 0 ? /* @__PURE__ */ p(Ce, {}) : /* @__PURE__ */ p(be, { className: Qa({ "purpur-table-row-cell__right-align": n }), children: t });
5944
+ }, tu = z.bind(U), nu = ({ cell: e }) => /* @__PURE__ */ p(
5943
5945
  uo,
5944
5946
  {
5945
5947
  id: e.id,
5946
- className: eu("purpur-table-row-cell__row-selection"),
5948
+ className: tu("purpur-table-row-cell__row-selection"),
5947
5949
  onChange: e.row.getToggleSelectedHandler(),
5948
5950
  checked: e.row.getIsSelected(),
5949
5951
  disabled: !e.row.getCanSelect(),
5950
5952
  "aria-label": e.column.columnDef.meta?.rowSelectionAriaLabels?.row
5951
5953
  }
5952
- ), nu = z.bind(U), ru = ({ cell: e }) => /* @__PURE__ */ p(
5954
+ ), ru = z.bind(U), ou = ({ cell: e }) => /* @__PURE__ */ p(
5953
5955
  "input",
5954
5956
  {
5955
5957
  id: e.id,
5956
- className: nu("purpur-table-row-cell__row-toggle"),
5958
+ className: ru("purpur-table-row-cell__row-toggle"),
5957
5959
  type: "radio",
5958
5960
  onChange: e.row.getToggleSelectedHandler(),
5959
5961
  checked: e.row.getIsSelected(),
@@ -5961,25 +5963,25 @@ const Ua = z.bind(U), Xa = ({
5961
5963
  disabled: !e.row.getCanSelect(),
5962
5964
  "aria-label": e.column.columnDef.meta?.rowSelectionAriaLabels?.row
5963
5965
  }
5964
- ), ou = ({ cell: e }) => {
5966
+ ), iu = ({ cell: e }) => {
5965
5967
  const t = e.getValue();
5966
5968
  return t ? /* @__PURE__ */ p(cr, { ...t }) : /* @__PURE__ */ p(Ce, {});
5967
- }, iu = {
5969
+ }, lu = {
5968
5970
  name: "alert",
5969
5971
  svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="m13.038 7.067-.247 6.876h-1.566l-.247-6.876a1.03 1.03 0 1 1 2.06 0Zm.212 8.917c0 .649-.586 1.234-1.25 1.234-.649 0-1.25-.585-1.25-1.234 0-.633.601-1.234 1.25-1.234.664 0 1.25.601 1.25 1.234Z"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.75 0a8.25 8.25 0 1 1-16.5 0 8.25 8.25 0 0 1 16.5 0Z" clip-rule="evenodd"/></svg>',
5970
5972
  keywords: ["alert"],
5971
5973
  category: "status"
5972
- }, ii = (e) => /* @__PURE__ */ p(De, { ...e, svg: iu });
5974
+ }, ii = (e) => /* @__PURE__ */ p(De, { ...e, svg: lu });
5973
5975
  ii.displayName = "IconAlert";
5974
- const lu = z.bind(U), su = ({
5976
+ const su = z.bind(U), au = ({
5975
5977
  cell: e
5976
5978
  }) => {
5977
5979
  const t = e.getValue();
5978
- return t ? /* @__PURE__ */ V("div", { className: lu("purpur-table-row-cell__warning-message"), children: [
5980
+ return t ? /* @__PURE__ */ V("div", { className: su("purpur-table-row-cell__warning-message"), children: [
5979
5981
  /* @__PURE__ */ p(ii, { "data-testid": "alert-icon" }),
5980
5982
  /* @__PURE__ */ p(be, { children: t })
5981
5983
  ] }) : /* @__PURE__ */ p(Ce, {});
5982
- }, au = z.bind(U), xe = "purpur-table-row-cell", Mr = ({
5984
+ }, uu = z.bind(U), xe = "purpur-table-row-cell", Mr = ({
5983
5985
  cell: e,
5984
5986
  className: t,
5985
5987
  ["data-testid"]: n,
@@ -6000,7 +6002,7 @@ const lu = z.bind(U), su = ({
6000
6002
  sortableId: v,
6001
6003
  // Use column ID for consistency
6002
6004
  enableDrag: !!f
6003
- }), C = e?.column.columnDef.meta?.cellType === "rowSelection" || e?.column.columnDef.meta?.cellType === "rowToggle", b = au(t, xe, {
6005
+ }), C = e?.column.columnDef.meta?.cellType === "rowSelection" || e?.column.columnDef.meta?.cellType === "rowToggle", b = uu(t, xe, {
6004
6006
  [`${xe}__sticky-column`]: r,
6005
6007
  [`${xe}__sticky-column__with-sticky-border`]: l && s,
6006
6008
  [`${xe}__border-radius-first-cell`]: u && a,
@@ -6012,7 +6014,7 @@ const lu = z.bind(U), su = ({
6012
6014
  [`${xe}__empty-table`]: c,
6013
6015
  [`${xe}--drop-indicator-before`]: !C && _ === "before",
6014
6016
  [`${xe}--drop-indicator-after`]: !C && _ === "after"
6015
- }), S = e ? uu(e) : o;
6017
+ }), S = e ? cu(e) : o;
6016
6018
  return /* @__PURE__ */ p(sr, { children: /* @__PURE__ */ p(
6017
6019
  "td",
6018
6020
  {
@@ -6024,45 +6026,45 @@ const lu = z.bind(U), su = ({
6024
6026
  },
6025
6027
  e?.column.columnDef?.id
6026
6028
  ) });
6027
- }, uu = (e) => {
6029
+ }, cu = (e) => {
6028
6030
  const { cellType: t } = e.column.columnDef.meta ?? {};
6029
6031
  return (() => {
6030
6032
  switch (t) {
6031
6033
  case "badge":
6032
- return /* @__PURE__ */ p(Na, { cell: e });
6033
- case "bodyText":
6034
6034
  return /* @__PURE__ */ p(Oa, { cell: e });
6035
- case "button":
6035
+ case "bodyText":
6036
6036
  return /* @__PURE__ */ p(Ta, { cell: e });
6037
+ case "button":
6038
+ return /* @__PURE__ */ p(qa, { cell: e });
6037
6039
  case "buttonGroup":
6038
- return /* @__PURE__ */ p(za, { cell: e });
6039
- case "ctaLink":
6040
6040
  return /* @__PURE__ */ p(Ha, { cell: e });
6041
+ case "ctaLink":
6042
+ return /* @__PURE__ */ p(Ba, { cell: e });
6041
6043
  case "date":
6042
- return /* @__PURE__ */ p(Ga, { cell: e });
6044
+ return /* @__PURE__ */ p(ja, { cell: e });
6043
6045
  case "errorAlertMessage":
6044
- return /* @__PURE__ */ p(Xa, { cell: e });
6046
+ return /* @__PURE__ */ p(Wa, { cell: e });
6045
6047
  case "iconText":
6046
- return /* @__PURE__ */ p(Za, { cell: e });
6047
- case "leadText":
6048
6048
  return /* @__PURE__ */ p(Ka, { cell: e });
6049
- case "link":
6049
+ case "leadText":
6050
6050
  return /* @__PURE__ */ p(Ya, { cell: e });
6051
+ case "link":
6052
+ return /* @__PURE__ */ p(Ja, { cell: e });
6051
6053
  case "number":
6052
- return /* @__PURE__ */ p(Qa, { cell: e });
6054
+ return /* @__PURE__ */ p(eu, { cell: e });
6053
6055
  case "rowSelection":
6054
- return /* @__PURE__ */ p(tu, { cell: e });
6056
+ return /* @__PURE__ */ p(nu, { cell: e });
6055
6057
  case "rowToggle":
6056
- return /* @__PURE__ */ p(ru, { cell: e });
6057
- case "toggle":
6058
6058
  return /* @__PURE__ */ p(ou, { cell: e });
6059
+ case "toggle":
6060
+ return /* @__PURE__ */ p(iu, { cell: e });
6059
6061
  case "warningAlertMessage":
6060
- return /* @__PURE__ */ p(su, { cell: e });
6062
+ return /* @__PURE__ */ p(au, { cell: e });
6061
6063
  default:
6062
6064
  return Co(e.column.columnDef.cell, e.getContext());
6063
6065
  }
6064
6066
  })();
6065
- }, cu = (e, { currentCoordinates: t, context: { active: n, droppableRects: r } }) => {
6067
+ }, du = (e, { currentCoordinates: t, context: { active: n, droppableRects: r } }) => {
6066
6068
  if (!n || !t || e.code !== E.Right && e.code !== E.Left)
6067
6069
  return;
6068
6070
  e.preventDefault();
@@ -6075,7 +6077,7 @@ const lu = z.bind(U), su = ({
6075
6077
  x: l,
6076
6078
  y: t.y
6077
6079
  };
6078
- }, no = z.bind(U), du = ({
6080
+ }, no = z.bind(U), gu = ({
6079
6081
  children: e,
6080
6082
  activeId: t,
6081
6083
  setActiveId: n,
@@ -6095,7 +6097,7 @@ const lu = z.bind(U), su = ({
6095
6097
  }
6096
6098
  }),
6097
6099
  Ct(In, {
6098
- coordinateGetter: cu
6100
+ coordinateGetter: du
6099
6101
  }),
6100
6102
  Ct(br, {})
6101
6103
  );
@@ -6112,7 +6114,7 @@ const lu = z.bind(U), su = ({
6112
6114
  onDragCancel: () => {
6113
6115
  n(null);
6114
6116
  },
6115
- modifiers: [Qs],
6117
+ modifiers: [ea],
6116
6118
  measuring: {
6117
6119
  droppable: {
6118
6120
  strategy: St.Always
@@ -6209,18 +6211,18 @@ const lu = z.bind(U), su = ({
6209
6211
  "purpur-table-action-bar__selected-wrapper": "_purpur-table-action-bar__selected-wrapper_1gs9x_24",
6210
6212
  "purpur-table-action-bar__button-group": "_purpur-table-action-bar__button-group_1gs9x_33",
6211
6213
  "purpur-table-action-bar__primary-secondary-buttons": "_purpur-table-action-bar__primary-secondary-buttons_1gs9x_42"
6212
- }, gu = {
6213
- MAX_LG: `(max-width: ${Di})`
6214
- }, fu = () => {
6214
+ }, fu = {
6215
+ MAX_LG: `(max-width: ${Ii})`
6216
+ }, pu = () => {
6215
6217
  const [e, t] = N(!1);
6216
6218
  return ar(() => {
6217
- const n = window.matchMedia(gu.MAX_LG);
6219
+ const n = window.matchMedia(fu.MAX_LG);
6218
6220
  function r() {
6219
6221
  t(n.matches);
6220
6222
  }
6221
6223
  return window.addEventListener("resize", r), r(), () => window.removeEventListener("resize", r);
6222
6224
  }, []), { isLgOrSmaller: e };
6223
- }, kt = "purpur-table-action-bar", an = z.bind(fn), vt = "purpur-table-action-bar", pu = ({
6225
+ }, kt = "purpur-table-action-bar", an = z.bind(fn), vt = "purpur-table-action-bar", mu = ({
6224
6226
  rowCount: e,
6225
6227
  selectedRowsCount: t,
6226
6228
  copy: n,
@@ -6230,7 +6232,7 @@ const lu = z.bind(U), su = ({
6230
6232
  onPrimaryButtonClick: l,
6231
6233
  onSecondaryButtonClick: s
6232
6234
  }) => {
6233
- const { isLgOrSmaller: a } = fu(), u = Sn();
6235
+ const { isLgOrSmaller: a } = pu(), u = Sn();
6234
6236
  return /* @__PURE__ */ V(
6235
6237
  "div",
6236
6238
  {
@@ -6294,7 +6296,7 @@ const lu = z.bind(U), su = ({
6294
6296
  ]
6295
6297
  }
6296
6298
  );
6297
- }, un = z.bind(U), At = "purpur-table", mu = ({
6299
+ }, un = z.bind(U), At = "purpur-table", hu = ({
6298
6300
  variant: e,
6299
6301
  tag: t,
6300
6302
  title: n,
@@ -6342,7 +6344,7 @@ const lu = z.bind(U), su = ({
6342
6344
  )
6343
6345
  }
6344
6346
  ) });
6345
- }, ro = z.bind(U), Je = "purpur-table-row-cell", hu = ({
6347
+ }, ro = z.bind(U), Je = "purpur-table-row-cell", vu = ({
6346
6348
  isLastRow: e,
6347
6349
  isFirstCell: t,
6348
6350
  isLastCell: n,
@@ -6368,7 +6370,7 @@ const lu = z.bind(U), su = ({
6368
6370
  maxWidth: a
6369
6371
  },
6370
6372
  children: /* @__PURE__ */ p(
6371
- Ii,
6373
+ Fi,
6372
6374
  {
6373
6375
  "data-testid": "purpur-table-cell-skeleton",
6374
6376
  className: ro(`${Je}__skeleton`)
@@ -6376,7 +6378,7 @@ const lu = z.bind(U), su = ({
6376
6378
  )
6377
6379
  }
6378
6380
  );
6379
- }, vu = ({
6381
+ }, _u = ({
6380
6382
  rowCount: e,
6381
6383
  getStickyColumn: t,
6382
6384
  stickyFirstColumn: n,
@@ -6384,7 +6386,7 @@ const lu = z.bind(U), su = ({
6384
6386
  cellWidths: o,
6385
6387
  showBorder: i
6386
6388
  }) => /* @__PURE__ */ p(sr, { children: Array.from({ length: e }, (l, s) => s).map((l, s) => /* @__PURE__ */ p(dt, { children: o.map((a, u) => /* @__PURE__ */ p(
6387
- hu,
6389
+ vu,
6388
6390
  {
6389
6391
  isLastRow: s === e - 1,
6390
6392
  isFirstCell: u === 0,
@@ -6395,8 +6397,8 @@ const lu = z.bind(U), su = ({
6395
6397
  cellWidth: a
6396
6398
  },
6397
6399
  `skeleton-cell-${u}`
6398
- )) }, `skeleton-row-${l}`)) }), _u = z.bind(U), oo = "purpur-table";
6399
- function wu({
6400
+ )) }, `skeleton-row-${l}`)) }), wu = z.bind(U), oo = "purpur-table";
6401
+ function bu({
6400
6402
  tanstackTable: e,
6401
6403
  tableRows: t,
6402
6404
  fullWidth: n,
@@ -6420,14 +6422,14 @@ function wu({
6420
6422
  return /* @__PURE__ */ V(
6421
6423
  "table",
6422
6424
  {
6423
- className: _u([
6425
+ className: wu([
6424
6426
  `${oo}__table`,
6425
6427
  { [`${oo}__table--full-width`]: n }
6426
6428
  ]),
6427
6429
  children: [
6428
6430
  r,
6429
6431
  /* @__PURE__ */ p(Xo, { children: o && i ? /* @__PURE__ */ p(
6430
- vu,
6432
+ _u,
6431
6433
  {
6432
6434
  rowCount: i,
6433
6435
  getStickyColumn: a,
@@ -6437,7 +6439,7 @@ function wu({
6437
6439
  showBorder: d
6438
6440
  }
6439
6441
  ) : l && v && m ? /* @__PURE__ */ p(
6440
- mu,
6442
+ hu,
6441
6443
  {
6442
6444
  variant: h,
6443
6445
  tag: m,
@@ -6466,9 +6468,9 @@ function wu({
6466
6468
  }
6467
6469
  );
6468
6470
  }
6469
- const bu = {
6471
+ const Cu = {
6470
6472
  "purpur-table-export-drawer__content": "_purpur-table-export-drawer__content_1soij_1"
6471
- }, Cu = "purpur-table-export-drawer", Su = z.bind(bu), Yn = "purpur-table-export-drawer", Ru = ({
6473
+ }, Su = "purpur-table-export-drawer", Ru = z.bind(Cu), Yn = "purpur-table-export-drawer", yu = ({
6472
6474
  id: e,
6473
6475
  exportFormats: t,
6474
6476
  isOpen: n,
@@ -6484,7 +6486,7 @@ const bu = {
6484
6486
  title: r.title,
6485
6487
  bodyText: r.bodyText,
6486
6488
  closeButtonAriaLabel: r.closeButtonAriaLabel,
6487
- children: /* @__PURE__ */ p("div", { className: Su(`${Cu}__content`), children: t.map((s) => /* @__PURE__ */ p(
6489
+ children: /* @__PURE__ */ p("div", { className: Ru(`${Su}__content`), children: t.map((s) => /* @__PURE__ */ p(
6488
6490
  ce,
6489
6491
  {
6490
6492
  "data-testid": `${Yn}-export-button`,
@@ -6497,7 +6499,7 @@ const bu = {
6497
6499
  )) })
6498
6500
  }
6499
6501
  ) }) });
6500
- function yu({
6502
+ function xu({
6501
6503
  headerGroup: e,
6502
6504
  tanstackTable: t,
6503
6505
  tableHasFilters: n,
@@ -6525,7 +6527,7 @@ function yu({
6525
6527
  f.id
6526
6528
  )) }, e.id);
6527
6529
  }
6528
- function xu({
6530
+ function $u({
6529
6531
  headerGroup: e,
6530
6532
  tanstackTable: t,
6531
6533
  tableHasFilters: n,
@@ -6542,7 +6544,7 @@ function xu({
6542
6544
  enableColumnDrag: c,
6543
6545
  columnDragAriaLabelsCopy: h
6544
6546
  }) {
6545
- return /* @__PURE__ */ p(dt, { children: /* @__PURE__ */ p(Yo, { items: f, strategy: aa, children: e.headers.map((m, v) => {
6547
+ return /* @__PURE__ */ p(dt, { children: /* @__PURE__ */ p(Yo, { items: f, strategy: ua, children: e.headers.map((m, v) => {
6546
6548
  const _ = m.id === "row-selection" || m.id === "row-toggle";
6547
6549
  return /* @__PURE__ */ p(
6548
6550
  Fr,
@@ -6569,21 +6571,21 @@ function xu({
6569
6571
  );
6570
6572
  }) }) }, e.id);
6571
6573
  }
6572
- const $u = {
6574
+ const Du = {
6573
6575
  name: "drag-vertical",
6574
6576
  svg: '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.33325 6.55556C7.33325 5.69645 8.0297 5 8.88881 5C9.74792 5 10.4444 5.69645 10.4444 6.55556C10.4444 7.41466 9.74792 8.11111 8.88881 8.11111C8.0297 8.11111 7.33325 7.41466 7.33325 6.55556ZM8.88881 10.4444C8.0297 10.4444 7.33325 11.1409 7.33325 12C7.33325 12.8591 8.0297 13.5556 8.88881 13.5556C9.74792 13.5556 10.4444 12.8591 10.4444 12C10.4444 11.1409 9.74792 10.4444 8.88881 10.4444ZM7.33325 17.4444C7.33325 16.5853 8.0297 15.8889 8.88881 15.8889C9.74792 15.8889 10.4444 16.5853 10.4444 17.4444C10.4444 18.3036 9.74792 19 8.88881 19C8.0297 19 7.33325 18.3036 7.33325 17.4444Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.5555 6.55556C13.5555 5.69645 14.2519 5 15.111 5C15.9701 5 16.6666 5.69645 16.6666 6.55556C16.6666 7.41466 15.9701 8.11111 15.111 8.11111C14.2519 8.11111 13.5555 7.41466 13.5555 6.55556ZM15.111 10.4444C14.2519 10.4444 13.5555 11.1409 13.5555 12C13.5555 12.8591 14.2519 13.5556 15.111 13.5556C15.9701 13.5556 16.6666 12.8591 16.6666 12C16.6666 11.1409 15.9701 10.4444 15.111 10.4444ZM13.5555 17.4444C13.5555 16.5853 14.2519 15.8889 15.111 15.8889C15.9701 15.8889 16.6666 16.5853 16.6666 17.4444C16.6666 18.3036 15.9701 19 15.111 19C14.2519 19 13.5555 18.3036 13.5555 17.4444Z"/></svg>',
6575
6577
  keywords: ["drag-vertical"],
6576
6578
  category: "action"
6577
- }, li = (e) => /* @__PURE__ */ p(De, { ...e, svg: $u });
6579
+ }, li = (e) => /* @__PURE__ */ p(De, { ...e, svg: Du });
6578
6580
  li.displayName = "IconDragVertical";
6579
- const Du = {
6581
+ const Iu = {
6580
6582
  name: "sync",
6581
6583
  svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M12.015 4.786a7.218 7.218 0 0 0-7.219 7.219.9.9 0 1 1-1.8 0 9.018 9.018 0 0 1 15.189-6.577v-1.48a.9.9 0 1 1 1.8 0V8.92h-4.973a.9.9 0 0 1 0-1.8h2.318a7.199 7.199 0 0 0-5.315-2.334Zm8.118 6.319a.9.9 0 0 1 .9.9A9.018 9.018 0 0 1 5.83 18.568v1.469a.9.9 0 1 1-1.8 0v-4.973h4.973a.9.9 0 1 1 0 1.8H6.677a7.218 7.218 0 0 0 12.556-4.86.9.9 0 0 1 .9-.9Z" clip-rule="evenodd"/></svg>',
6582
6584
  keywords: ["sync"],
6583
6585
  category: "action"
6584
- }, si = (e) => /* @__PURE__ */ p(De, { ...e, svg: Du });
6586
+ }, si = (e) => /* @__PURE__ */ p(De, { ...e, svg: Iu });
6585
6587
  si.displayName = "IconSync";
6586
- const Iu = {
6588
+ const Fu = {
6587
6589
  "purpur-table-settings-drawer": "_purpur-table-settings-drawer_1f2td_1",
6588
6590
  "purpur-table-settings-drawer__visible-columns-header-wrapper": "_purpur-table-settings-drawer__visible-columns-header-wrapper_1f2td_8",
6589
6591
  "purpur-table-settings-drawer__general-settings": "_purpur-table-settings-drawer__general-settings_1f2td_15",
@@ -6603,7 +6605,7 @@ const Iu = {
6603
6605
  "purpur-table-settings-drawer__draggable-handle--overlay": "_purpur-table-settings-drawer__draggable-handle--overlay_1f2td_133",
6604
6606
  "purpur-table-settings-drawer__draggable-handle-icon": "_purpur-table-settings-drawer__draggable-handle-icon_1f2td_137",
6605
6607
  "purpur-table-settings-drawer__draggable-item-buttons": "_purpur-table-settings-drawer__draggable-item-buttons_1f2td_140"
6606
- }, J = "purpur-table-settings-drawer", _e = z.bind(Iu), gt = "purpur-table-settings-drawer", Fu = ({
6608
+ }, J = "purpur-table-settings-drawer", _e = z.bind(Fu), gt = "purpur-table-settings-drawer", Mu = ({
6607
6609
  id: e,
6608
6610
  columnFiltersEnabled: t,
6609
6611
  copy: n,
@@ -6628,12 +6630,12 @@ const Iu = {
6628
6630
  zIndex: h,
6629
6631
  closeButtonAriaLabel: n.buttons.closeDrawer,
6630
6632
  title: n.title,
6631
- footerContent: /* @__PURE__ */ p(Mu, { text: n.buttons.resetSettings, onClick: a }),
6633
+ footerContent: /* @__PURE__ */ p(Eu, { text: n.buttons.resetSettings, onClick: a }),
6632
6634
  stickyFooter: !0,
6633
6635
  "aria-describedby": void 0,
6634
6636
  children: /* @__PURE__ */ V("div", { className: _e(J), children: [
6635
6637
  /* @__PURE__ */ p(
6636
- Eu,
6638
+ Vu,
6637
6639
  {
6638
6640
  setShowColumnFiltersEnabled: d,
6639
6641
  setStickyFirstColumn: f,
@@ -6646,7 +6648,7 @@ const Iu = {
6646
6648
  }
6647
6649
  ),
6648
6650
  /* @__PURE__ */ p(
6649
- Vu,
6651
+ Pu,
6650
6652
  {
6651
6653
  getAllColumns: s,
6652
6654
  header: n.visibleColumns.header,
@@ -6663,10 +6665,10 @@ const Iu = {
6663
6665
  )
6664
6666
  ] })
6665
6667
  }
6666
- ) }) }), Mu = ({ text: e, onClick: t }) => /* @__PURE__ */ p("div", { className: _e(`${J}__button-group`), children: /* @__PURE__ */ V(ce, { "data-testid": `${gt}-reset-button`, variant: "tertiary-purple", onClick: t, children: [
6668
+ ) }) }), Eu = ({ text: e, onClick: t }) => /* @__PURE__ */ p("div", { className: _e(`${J}__button-group`), children: /* @__PURE__ */ V(ce, { "data-testid": `${gt}-reset-button`, variant: "tertiary-purple", onClick: t, children: [
6667
6669
  /* @__PURE__ */ p(si, { size: "sm" }),
6668
6670
  e
6669
- ] }) }), Eu = ({
6671
+ ] }) }), Vu = ({
6670
6672
  setShowColumnFiltersEnabled: e,
6671
6673
  setStickyFirstColumn: t,
6672
6674
  setStickyHeaders: n,
@@ -6715,7 +6717,7 @@ const Iu = {
6715
6717
  ]
6716
6718
  }
6717
6719
  );
6718
- }, Vu = ({
6720
+ }, Pu = ({
6719
6721
  header: e,
6720
6722
  getAllColumns: t,
6721
6723
  enableColumnDrag: n,
@@ -6727,7 +6729,7 @@ const Iu = {
6727
6729
  Ct(Fn),
6728
6730
  Ct(br),
6729
6731
  Ct(In, {
6730
- coordinateGetter: ba
6732
+ coordinateGetter: Ca
6731
6733
  })
6732
6734
  ), h = (w) => {
6733
6735
  f(w.active.id);
@@ -6781,10 +6783,10 @@ const Iu = {
6781
6783
  collisionDetection: Fo,
6782
6784
  onDragStart: h,
6783
6785
  onDragEnd: m,
6784
- modifiers: [na, ta],
6786
+ modifiers: [ra, na],
6785
6787
  children: [
6786
- /* @__PURE__ */ p(Yo, { items: r, strategy: ca, children: y.map((w, R) => /* @__PURE__ */ p(
6787
- Pu,
6788
+ /* @__PURE__ */ p(Yo, { items: r, strategy: da, children: y.map((w, R) => /* @__PURE__ */ p(
6789
+ ku,
6788
6790
  {
6789
6791
  column: w,
6790
6792
  moveColumn: v,
@@ -6922,7 +6924,7 @@ const Iu = {
6922
6924
  onChange: o,
6923
6925
  "data-testid": `${gt}-toggle`
6924
6926
  }
6925
- ), Pu = ({
6927
+ ), ku = ({
6926
6928
  column: e,
6927
6929
  moveColumn: t,
6928
6930
  isFirst: n,
@@ -6943,39 +6945,39 @@ const Iu = {
6943
6945
  dropIndicatorPosition: i
6944
6946
  }
6945
6947
  );
6946
- }, ku = {
6948
+ }, Au = {
6947
6949
  name: "download",
6948
6950
  svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M22.4 21.5a.9.9 0 0 1-.9.9h-19a.9.9 0 0 1-.9-.9V11a.9.9 0 0 1 1.8 0v9.6h17.2V11a.9.9 0 0 1 1.8 0v10.5Zm-9.764-4.864a.9.9 0 0 1-1.272 0l-5-5a.9.9 0 0 1 1.272-1.272l3.464 3.463V2.5a.9.9 0 0 1 1.8 0v11.327l3.464-3.463a.9.9 0 0 1 1.272 1.272l-5 5Z" clip-rule="evenodd"/></svg>',
6949
6951
  keywords: ["download"],
6950
6952
  category: "action"
6951
- }, ui = (e) => /* @__PURE__ */ p(De, { ...e, svg: ku });
6953
+ }, ui = (e) => /* @__PURE__ */ p(De, { ...e, svg: Au });
6952
6954
  ui.displayName = "IconDownload";
6953
- const Au = {
6955
+ const Lu = {
6954
6956
  name: "maximize",
6955
6957
  svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M13.635 3.828c0-.483.392-.875.875-.875h5.782a.75.75 0 0 1 .75.75v5.782a.875.875 0 0 1-1.75 0V5.941l-4.673 4.673a.875.875 0 1 1-1.238-1.237l4.674-4.674H14.51a.875.875 0 0 1-.875-.875ZM10.36 20.169a.875.875 0 0 1-.875.875H3.703a.75.75 0 0 1-.75-.75v-5.782a.875.875 0 1 1 1.75 0v3.544l4.674-4.673a.875.875 0 1 1 1.237 1.237l-4.673 4.674h3.544c.484 0 .875.392.875.875Z" clip-rule="evenodd"/></svg>',
6956
6958
  keywords: ["maximize"],
6957
6959
  category: "action"
6958
- }, ci = (e) => /* @__PURE__ */ p(De, { ...e, svg: Au });
6960
+ }, ci = (e) => /* @__PURE__ */ p(De, { ...e, svg: Lu });
6959
6961
  ci.displayName = "IconMaximize";
6960
- const Lu = {
6962
+ const Nu = {
6961
6963
  name: "minimize",
6962
6964
  svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M20.788 9.74a.875.875 0 0 1-.875.874h-5.782a.75.75 0 0 1-.75-.75V4.083a.875.875 0 1 1 1.75 0v3.544l4.674-4.674a.875.875 0 0 1 1.237 1.238L16.37 8.864h3.544c.483 0 .875.392.875.875Zm-17.58 4.518c0-.483.391-.875.875-.875h5.781a.75.75 0 0 1 .75.75v5.782a.875.875 0 1 1-1.75 0V16.37l-4.673 4.674a.875.875 0 0 1-1.238-1.238l4.674-4.673H4.083a.875.875 0 0 1-.875-.875Z" clip-rule="evenodd"/></svg>',
6963
6965
  keywords: ["minimize"],
6964
6966
  category: "action"
6965
- }, di = (e) => /* @__PURE__ */ p(De, { ...e, svg: Lu });
6967
+ }, di = (e) => /* @__PURE__ */ p(De, { ...e, svg: Nu });
6966
6968
  di.displayName = "IconMinimize";
6967
- const Nu = {
6969
+ const Ou = {
6968
6970
  name: "settings",
6969
6971
  svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M8.846 3.245c0-1.05.85-1.9 1.9-1.9h2.509a1.9 1.9 0 0 1 1.9 1.9v1.011c.712.29 1.374.676 1.972 1.14l.877-.506a1.9 1.9 0 0 1 2.595.696l1.255 2.172a1.9 1.9 0 0 1-.696 2.596l-.877.506a8.43 8.43 0 0 1 0 2.278l.877.506a1.9 1.9 0 0 1 .695 2.596L20.6 18.412a1.9 1.9 0 0 1-2.596.696l-.877-.507c-.597.465-1.26.85-1.971 1.14v1.012a1.9 1.9 0 0 1-1.9 1.9h-2.51a1.9 1.9 0 0 1-1.9-1.9v-1.01A8.352 8.352 0 0 1 6.874 18.6l-.877.507a1.9 1.9 0 0 1-2.595-.696L2.146 16.24a1.9 1.9 0 0 1 .696-2.596l.876-.506a8.425 8.425 0 0 1 0-2.278l-.877-.506a1.9 1.9 0 0 1-.695-2.596L3.4 5.586a1.9 1.9 0 0 1 2.596-.696l.877.507a8.351 8.351 0 0 1 1.973-1.141V3.245Zm1.9-.1a.1.1 0 0 0-.1.1v2.3l-.629.2a6.551 6.551 0 0 0-2.44 1.41L7.09 7.6 5.096 6.45a.1.1 0 0 0-.137.037L3.705 8.658a.1.1 0 0 0 .036.137l1.992 1.15-.14.643a6.586 6.586 0 0 0 0 2.822l.14.643-1.991 1.15a.1.1 0 0 0-.037.136l1.254 2.173a.1.1 0 0 0 .137.037l1.994-1.151.487.444a6.552 6.552 0 0 0 2.44 1.411l.629.2v2.3a.1.1 0 0 0 .1.1h2.509a.1.1 0 0 0 .1-.1v-2.301l.628-.2a6.551 6.551 0 0 0 2.44-1.41l.486-.445 1.995 1.152a.1.1 0 0 0 .136-.037l1.255-2.172a.1.1 0 0 0-.037-.137l-1.992-1.15.14-.643a6.585 6.585 0 0 0 0-2.822l-.14-.643 1.992-1.15a.1.1 0 0 0 .037-.137l-1.254-2.172a.1.1 0 0 0-.137-.037l-1.995 1.152-.486-.445a6.551 6.551 0 0 0-2.44-1.411l-.628-.2v-2.3a.1.1 0 0 0-.1-.1h-2.51ZM12 9.9a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2ZM8.1 12a3.9 3.9 0 1 1 7.8 0 3.9 3.9 0 0 1-7.8 0Z" clip-rule="evenodd"/></svg>',
6970
6972
  keywords: ["settings"],
6971
6973
  category: "action"
6972
- }, gi = (e) => /* @__PURE__ */ p(De, { ...e, svg: Nu });
6974
+ }, gi = (e) => /* @__PURE__ */ p(De, { ...e, svg: Ou });
6973
6975
  gi.displayName = "IconSettings";
6974
- const Ou = {
6976
+ const Tu = {
6975
6977
  "purpur-table-toolbar": "_purpur-table-toolbar_1omg3_1",
6976
6978
  "purpur-table-toolbar__content": "_purpur-table-toolbar__content_1omg3_14",
6977
6979
  "purpur-table-toolbar__expand-button": "_purpur-table-toolbar__expand-button_1omg3_19"
6978
- }, cn = "purpur-table-toolbar", dn = z.bind(Ou), _t = "purpur-table-toolbar", Tu = ({
6980
+ }, cn = "purpur-table-toolbar", dn = z.bind(Tu), _t = "purpur-table-toolbar", qu = ({
6979
6981
  ["aria-controls"]: e,
6980
6982
  settingsDrawerAriaControls: t,
6981
6983
  exportDrawerAriaControls: n,
@@ -7064,7 +7066,7 @@ const Ou = {
7064
7066
  }
7065
7067
  )
7066
7068
  ] })
7067
- ] }), qu = (e) => {
7069
+ ] }), zu = (e) => {
7068
7070
  const [t, n] = N(!1);
7069
7071
  return L(() => {
7070
7072
  const r = () => {
@@ -7074,16 +7076,16 @@ const Ou = {
7074
7076
  o && o.removeEventListener("scroll", r);
7075
7077
  };
7076
7078
  }, [e]), t;
7077
- }, zu = (e, t, n) => {
7079
+ }, Hu = (e, t, n) => {
7078
7080
  const { filterKey: r, value: o, partialMatch: i } = n, l = e.getValue(t);
7079
7081
  return !!(o === "" || l[r] === o || i && l[r]?.toString().toLowerCase().includes(o.toLowerCase()));
7080
- }, Hu = (e, t, n) => {
7082
+ }, Bu = (e, t, n) => {
7081
7083
  const r = t.getValue(n);
7082
7084
  return e.getValue(n).variant.localeCompare(r.variant);
7083
- }, Bu = (e, t, n) => {
7085
+ }, Gu = (e, t, n) => {
7084
7086
  const r = t.getValue(n), o = e.getValue(n), i = r.children;
7085
7087
  return o.children.localeCompare(i);
7086
- }, io = z.bind(U), wt = "purpur-table", Gu = ({
7088
+ }, io = z.bind(U), wt = "purpur-table", ju = ({
7087
7089
  actionbarCopy: e,
7088
7090
  actionBarTotalRowCount: t,
7089
7091
  className: n,
@@ -7133,9 +7135,7 @@ const Ou = {
7133
7135
  columnDragAriaLabelsCopy: k,
7134
7136
  ...G
7135
7137
  }) => {
7136
- const [he, qe] = N(!1), [Re, ze] = N(!1), He = ne !== void 0 && Ne !== void 0, $t = y !== void 0 && w !== void 0, Dt = R !== void 0 && x !== void 0, ft = I !== void 0 && P !== void 0, Me = X !== void 0 ? X : ee !== void 0 ? ee : !0, ot = H !== void 0 ? H : Se !== void 0 ? Se : !0, [pt, Xt] = N(
7137
- Ie ?? !1
7138
- ), [Wt, Pn] = N(
7138
+ const [he, qe] = N(!1), [Re, ze] = N(!1), He = ne !== void 0 && Ne !== void 0, $t = y !== void 0 && w !== void 0, Dt = R !== void 0 && x !== void 0, ft = I !== void 0 && P !== void 0, Me = X !== void 0 ? X : ee !== void 0 ? ee : !0, ot = H !== void 0 ? H : Se !== void 0 ? Se : !0, [pt, Xt] = N(Ie ?? !1), [Wt, Pn] = N(
7139
7139
  F ?? !!G.enableFilters
7140
7140
  ), [kn, Ke] = N(
7141
7141
  ot
@@ -7150,7 +7150,7 @@ const Ou = {
7150
7150
  }, Kt = (M) => {
7151
7151
  const ve = typeof M == "function" ? M(lt) : M;
7152
7152
  ft ? P(ve) : it(ve);
7153
- }, Ft = O(_), Yt = O(null), Oe = Sn(), Be = qu(Yt), [j, Y] = N(null), se = io([
7153
+ }, Ft = O(_), Yt = O(null), Oe = Sn(), Be = zu(Yt), [j, Y] = N(null), se = io([
7154
7154
  wt,
7155
7155
  {
7156
7156
  [`${wt}--${ge}`]: ge,
@@ -7183,7 +7183,7 @@ const Ou = {
7183
7183
  },
7184
7184
  ...r
7185
7185
  ]);
7186
- const { filterFns: Te, sortingFns: pe, ...ae } = G, A = xl({
7186
+ const { filterFns: Te, sortingFns: pe, ...ae } = G, A = $l({
7187
7187
  columns: r,
7188
7188
  data: o,
7189
7189
  state: S,
@@ -7191,17 +7191,17 @@ const Ou = {
7191
7191
  getRowId: re,
7192
7192
  filterFns: {
7193
7193
  ...Te,
7194
- filterOnFilterKey: zu
7194
+ filterOnFilterKey: Hu
7195
7195
  },
7196
7196
  sortingFns: {
7197
7197
  ...pe,
7198
- sortOnBadgeVariant: Hu,
7199
- sortOnBadgeValue: Bu
7198
+ sortOnBadgeVariant: Bu,
7199
+ sortOnBadgeValue: Gu
7200
7200
  },
7201
- getCoreRowModel: pl(),
7202
- getSortedRowModel: G.enableSorting && !G.manualSorting ? Cl() : void 0,
7203
- getFilteredRowModel: G.enableFilters && !G.manualFiltering ? wl() : void 0,
7204
- getPaginationRowModel: h && !G.manualPagination ? bl() : void 0,
7201
+ getCoreRowModel: ml(),
7202
+ getSortedRowModel: G.enableSorting && !G.manualSorting ? Sl() : void 0,
7203
+ getFilteredRowModel: G.enableFilters && !G.manualFiltering ? bl() : void 0,
7204
+ getPaginationRowModel: h && !G.manualPagination ? Cl() : void 0,
7205
7205
  ...ae
7206
7206
  }), Ge = A.getRowCount();
7207
7207
  L(() => {
@@ -7253,7 +7253,7 @@ const Ou = {
7253
7253
  [Be, Ee, ue]
7254
7254
  ), Qt = A.getRowModel().rows, Ln = Qt.length === 0 && !!i, Vr = A.getHeaderGroups(), pi = q.useMemo(
7255
7255
  () => /* @__PURE__ */ p(ri, { columnFiltersEnabled: K, children: Vr.map((M) => oe && S?.columnOrder ? /* @__PURE__ */ p(
7256
- xu,
7256
+ $u,
7257
7257
  {
7258
7258
  headerGroup: M,
7259
7259
  tanstackTable: A,
@@ -7273,7 +7273,7 @@ const Ou = {
7273
7273
  },
7274
7274
  M.id
7275
7275
  ) : /* @__PURE__ */ p(
7276
- yu,
7276
+ xu,
7277
7277
  {
7278
7278
  headerGroup: M,
7279
7279
  tanstackTable: A,
@@ -7307,7 +7307,7 @@ const Ou = {
7307
7307
  j
7308
7308
  ]
7309
7309
  ), mi = Qt.length === 0 && !!i, Pr = /* @__PURE__ */ p(
7310
- wu,
7310
+ bu,
7311
7311
  {
7312
7312
  tanstackTable: A,
7313
7313
  tableRows: Qt,
@@ -7332,7 +7332,7 @@ const Ou = {
7332
7332
  );
7333
7333
  return /* @__PURE__ */ V("div", { id: `${Oe}-table`, className: se, children: [
7334
7334
  u && /* @__PURE__ */ p(
7335
- Tu,
7335
+ qu,
7336
7336
  {
7337
7337
  "aria-controls": `${Oe}-table`,
7338
7338
  settingsDrawerAriaControls: `${Oe}-settings-drawer`,
@@ -7361,7 +7361,7 @@ const Ou = {
7361
7361
  }),
7362
7362
  ref: Yt,
7363
7363
  children: oe && k ? /* @__PURE__ */ p(
7364
- du,
7364
+ gu,
7365
7365
  {
7366
7366
  activeId: j,
7367
7367
  setActiveId: Y,
@@ -7380,7 +7380,7 @@ const Ou = {
7380
7380
  ),
7381
7381
  h,
7382
7382
  a && t && e && We && /* @__PURE__ */ p(
7383
- pu,
7383
+ mu,
7384
7384
  {
7385
7385
  rowCount: t,
7386
7386
  selectedRowsCount: ye,
@@ -7393,7 +7393,7 @@ const Ou = {
7393
7393
  }
7394
7394
  ),
7395
7395
  u && v && /* @__PURE__ */ p(
7396
- Fu,
7396
+ Mu,
7397
7397
  {
7398
7398
  id: `${Oe}-settings-drawer`,
7399
7399
  setDrawerIsOpen: qe,
@@ -7422,7 +7422,7 @@ const Ou = {
7422
7422
  }
7423
7423
  ),
7424
7424
  Array.isArray(f) && d && /* @__PURE__ */ p(
7425
- Ru,
7425
+ yu,
7426
7426
  {
7427
7427
  id: `${Oe}-export-drawer`,
7428
7428
  isOpen: Re,
@@ -7435,9 +7435,9 @@ const Ou = {
7435
7435
  )
7436
7436
  ] });
7437
7437
  };
7438
- Gu.displayName = "Table";
7438
+ ju.displayName = "Table";
7439
7439
  export {
7440
- Gu as T,
7441
- fc as c
7440
+ ju as T,
7441
+ hc as c
7442
7442
  };
7443
- //# sourceMappingURL=table-g_n68i4s.mjs.map
7443
+ //# sourceMappingURL=table-i1Gs9e0e.mjs.map