squarex-ui-component-lib 1.0.4 → 1.0.5

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 (279) hide show
  1. package/dist/charts/components/ui/Avatar/Avatar.types.d.ts +1 -1
  2. package/dist/charts/components/ui/Avatar/Avatar.types.d.ts.map +1 -1
  3. package/dist/charts/components/ui/Avatar/AvatarBlock.d.ts +13 -0
  4. package/dist/charts/components/ui/Avatar/AvatarBlock.d.ts.map +1 -0
  5. package/dist/charts/components/ui/Avatar/AvatarGroup.d.ts +14 -0
  6. package/dist/charts/components/ui/Avatar/AvatarGroup.d.ts.map +1 -0
  7. package/dist/charts/components/ui/Avatar/index.d.ts +3 -1
  8. package/dist/charts/components/ui/Avatar/index.d.ts.map +1 -1
  9. package/dist/charts/components/ui/Breadcrumb/Breadcrumb.d.ts +1 -1
  10. package/dist/charts/components/ui/Breadcrumb/Breadcrumb.d.ts.map +1 -1
  11. package/dist/charts/components/ui/Button/Button.d.ts.map +1 -1
  12. package/dist/charts/components/ui/ButtonDanger/ButtonDanger.d.ts.map +1 -1
  13. package/dist/charts/components/ui/Cell/Cell.d.ts.map +1 -1
  14. package/dist/charts/components/ui/Checkbox/Checkbox.d.ts.map +1 -1
  15. package/dist/charts/components/ui/IconButton/IconButton.d.ts.map +1 -1
  16. package/dist/charts/components/ui/InputField/InputField.d.ts +5 -0
  17. package/dist/charts/components/ui/InputField/InputField.d.ts.map +1 -0
  18. package/dist/charts/components/ui/InputField/InputField.types.d.ts +27 -0
  19. package/dist/charts/components/ui/InputField/InputField.types.d.ts.map +1 -0
  20. package/dist/charts/components/ui/InputField/index.d.ts +3 -0
  21. package/dist/charts/components/ui/InputField/index.d.ts.map +1 -0
  22. package/dist/charts/components/ui/ListSearch/ListSearch.d.ts +5 -0
  23. package/dist/charts/components/ui/ListSearch/ListSearch.d.ts.map +1 -0
  24. package/dist/charts/components/ui/ListSearch/ListSearch.types.d.ts +2 -0
  25. package/dist/charts/components/ui/ListSearch/ListSearch.types.d.ts.map +1 -0
  26. package/dist/charts/components/ui/ListSearch/index.d.ts +3 -0
  27. package/dist/charts/components/ui/ListSearch/index.d.ts.map +1 -0
  28. package/dist/charts/components/ui/StatusIndicator/StatusIndicator.d.ts.map +1 -1
  29. package/dist/charts/components/ui/StatusIndicator/StatusIndicator.types.d.ts +1 -1
  30. package/dist/charts/components/ui/StatusIndicator/StatusIndicator.types.d.ts.map +1 -1
  31. package/dist/charts/components/ui/TextArea/TextArea.d.ts +0 -9
  32. package/dist/charts/components/ui/TextArea/TextArea.d.ts.map +1 -1
  33. package/dist/charts/components/ui/Toast/Toast.d.ts +11 -0
  34. package/dist/charts/components/ui/Toast/Toast.d.ts.map +1 -0
  35. package/dist/charts/components/ui/Toast/Toast.types.d.ts +2 -0
  36. package/dist/charts/components/ui/Toast/Toast.types.d.ts.map +1 -0
  37. package/dist/charts/components/ui/Toast/index.d.ts +3 -0
  38. package/dist/charts/components/ui/Toast/index.d.ts.map +1 -0
  39. package/dist/charts/components/ui/index.d.ts +8 -2
  40. package/dist/charts/components/ui/index.d.ts.map +1 -1
  41. package/dist/charts/index.d.ts +3 -0
  42. package/dist/charts/index.d.ts.map +1 -1
  43. package/dist/charts/tokens/core/breakpoints.d.ts +23 -0
  44. package/dist/charts/tokens/core/breakpoints.d.ts.map +1 -0
  45. package/dist/charts/tokens/core/colors.d.ts +186 -0
  46. package/dist/charts/tokens/core/colors.d.ts.map +1 -0
  47. package/dist/charts/tokens/core/index.d.ts +20 -0
  48. package/dist/charts/tokens/core/index.d.ts.map +1 -0
  49. package/dist/charts/tokens/core/spacing.d.ts +105 -0
  50. package/dist/charts/tokens/core/spacing.d.ts.map +1 -0
  51. package/dist/charts/tokens/core/typography.d.ts +52 -0
  52. package/dist/charts/tokens/core/typography.d.ts.map +1 -0
  53. package/dist/charts/tokens/index.d.ts +1646 -0
  54. package/dist/charts/tokens/index.d.ts.map +1 -0
  55. package/dist/charts/tokens/js/tokens.d.ts +482 -0
  56. package/dist/charts/tokens/js/tokens.d.ts.map +1 -0
  57. package/dist/charts/tokens/semantic/colors.d.ts +320 -0
  58. package/dist/charts/tokens/semantic/colors.d.ts.map +1 -0
  59. package/dist/charts/tokens/semantic/effects.d.ts +62 -0
  60. package/dist/charts/tokens/semantic/effects.d.ts.map +1 -0
  61. package/dist/charts/tokens/semantic/index.d.ts +18 -0
  62. package/dist/charts/tokens/semantic/index.d.ts.map +1 -0
  63. package/dist/charts/tokens/semantic/typography.d.ts +266 -0
  64. package/dist/charts/tokens/semantic/typography.d.ts.map +1 -0
  65. package/dist/charts/tokens/tailwind/config.d.ts +151 -0
  66. package/dist/charts/tokens/tailwind/config.d.ts.map +1 -0
  67. package/dist/charts/tokens/tailwind/index.d.ts +7 -0
  68. package/dist/charts/tokens/tailwind/index.d.ts.map +1 -0
  69. package/dist/charts/tokens/themes/dark.d.ts +308 -0
  70. package/dist/charts/tokens/themes/dark.d.ts.map +1 -0
  71. package/dist/charts/tokens/themes/index.d.ts +9 -0
  72. package/dist/charts/tokens/themes/index.d.ts.map +1 -0
  73. package/dist/charts/tokens/themes/light.d.ts +308 -0
  74. package/dist/charts/tokens/themes/light.d.ts.map +1 -0
  75. package/dist/charts/tokens/utils/cssVariables.d.ts +26 -0
  76. package/dist/charts/tokens/utils/cssVariables.d.ts.map +1 -0
  77. package/dist/charts/tokens/utils/hooks.d.ts +773 -0
  78. package/dist/charts/tokens/utils/hooks.d.ts.map +1 -0
  79. package/dist/charts/tokens/utils/index.d.ts +7 -0
  80. package/dist/charts/tokens/utils/index.d.ts.map +1 -0
  81. package/dist/charts/types/ui.d.ts +42 -1
  82. package/dist/charts/types/ui.d.ts.map +1 -1
  83. package/dist/components/ui/Avatar/Avatar.types.d.ts +1 -1
  84. package/dist/components/ui/Avatar/Avatar.types.d.ts.map +1 -1
  85. package/dist/components/ui/Avatar/AvatarBlock.d.ts +13 -0
  86. package/dist/components/ui/Avatar/AvatarBlock.d.ts.map +1 -0
  87. package/dist/components/ui/Avatar/AvatarGroup.d.ts +14 -0
  88. package/dist/components/ui/Avatar/AvatarGroup.d.ts.map +1 -0
  89. package/dist/components/ui/Avatar/index.d.ts +3 -1
  90. package/dist/components/ui/Avatar/index.d.ts.map +1 -1
  91. package/dist/components/ui/Breadcrumb/Breadcrumb.d.ts +1 -1
  92. package/dist/components/ui/Breadcrumb/Breadcrumb.d.ts.map +1 -1
  93. package/dist/components/ui/Button/Button.d.ts.map +1 -1
  94. package/dist/components/ui/ButtonDanger/ButtonDanger.d.ts.map +1 -1
  95. package/dist/components/ui/Cell/Cell.d.ts.map +1 -1
  96. package/dist/components/ui/Checkbox/Checkbox.d.ts.map +1 -1
  97. package/dist/components/ui/IconButton/IconButton.d.ts.map +1 -1
  98. package/dist/components/ui/InputField/InputField.d.ts +5 -0
  99. package/dist/components/ui/InputField/InputField.d.ts.map +1 -0
  100. package/dist/components/ui/InputField/InputField.types.d.ts +27 -0
  101. package/dist/components/ui/InputField/InputField.types.d.ts.map +1 -0
  102. package/dist/components/ui/InputField/index.d.ts +3 -0
  103. package/dist/components/ui/InputField/index.d.ts.map +1 -0
  104. package/dist/components/ui/ListSearch/ListSearch.d.ts +5 -0
  105. package/dist/components/ui/ListSearch/ListSearch.d.ts.map +1 -0
  106. package/dist/components/ui/ListSearch/ListSearch.types.d.ts +2 -0
  107. package/dist/components/ui/ListSearch/ListSearch.types.d.ts.map +1 -0
  108. package/dist/components/ui/ListSearch/index.d.ts +3 -0
  109. package/dist/components/ui/ListSearch/index.d.ts.map +1 -0
  110. package/dist/components/ui/StatusIndicator/StatusIndicator.d.ts.map +1 -1
  111. package/dist/components/ui/StatusIndicator/StatusIndicator.types.d.ts +1 -1
  112. package/dist/components/ui/StatusIndicator/StatusIndicator.types.d.ts.map +1 -1
  113. package/dist/components/ui/TextArea/TextArea.d.ts +0 -9
  114. package/dist/components/ui/TextArea/TextArea.d.ts.map +1 -1
  115. package/dist/components/ui/Toast/Toast.d.ts +11 -0
  116. package/dist/components/ui/Toast/Toast.d.ts.map +1 -0
  117. package/dist/components/ui/Toast/Toast.types.d.ts +2 -0
  118. package/dist/components/ui/Toast/Toast.types.d.ts.map +1 -0
  119. package/dist/components/ui/Toast/index.d.ts +3 -0
  120. package/dist/components/ui/Toast/index.d.ts.map +1 -0
  121. package/dist/components/ui/index.d.ts +8 -2
  122. package/dist/components/ui/index.d.ts.map +1 -1
  123. package/dist/index.css +1 -1
  124. package/dist/index.d.ts +3 -0
  125. package/dist/index.d.ts.map +1 -1
  126. package/dist/index.esm.css +1 -1
  127. package/dist/index.esm.js +1 -1
  128. package/dist/index.esm.js.map +1 -1
  129. package/dist/index.js +1 -1
  130. package/dist/index.js.map +1 -1
  131. package/dist/tokens/core/breakpoints.d.ts +23 -0
  132. package/dist/tokens/core/breakpoints.d.ts.map +1 -0
  133. package/dist/tokens/core/colors.d.ts +186 -0
  134. package/dist/tokens/core/colors.d.ts.map +1 -0
  135. package/dist/tokens/core/index.d.ts +20 -0
  136. package/dist/tokens/core/index.d.ts.map +1 -0
  137. package/dist/tokens/core/spacing.d.ts +105 -0
  138. package/dist/tokens/core/spacing.d.ts.map +1 -0
  139. package/dist/tokens/core/typography.d.ts +52 -0
  140. package/dist/tokens/core/typography.d.ts.map +1 -0
  141. package/dist/tokens/index.d.ts +1646 -0
  142. package/dist/tokens/index.d.ts.map +1 -0
  143. package/dist/tokens/js/tokens.d.ts +482 -0
  144. package/dist/tokens/js/tokens.d.ts.map +1 -0
  145. package/dist/tokens/semantic/colors.d.ts +320 -0
  146. package/dist/tokens/semantic/colors.d.ts.map +1 -0
  147. package/dist/tokens/semantic/effects.d.ts +62 -0
  148. package/dist/tokens/semantic/effects.d.ts.map +1 -0
  149. package/dist/tokens/semantic/index.d.ts +18 -0
  150. package/dist/tokens/semantic/index.d.ts.map +1 -0
  151. package/dist/tokens/semantic/typography.d.ts +266 -0
  152. package/dist/tokens/semantic/typography.d.ts.map +1 -0
  153. package/dist/tokens/tailwind/config.d.ts +151 -0
  154. package/dist/tokens/tailwind/config.d.ts.map +1 -0
  155. package/dist/tokens/tailwind/index.d.ts +7 -0
  156. package/dist/tokens/tailwind/index.d.ts.map +1 -0
  157. package/dist/tokens/themes/dark.d.ts +308 -0
  158. package/dist/tokens/themes/dark.d.ts.map +1 -0
  159. package/dist/tokens/themes/index.d.ts +9 -0
  160. package/dist/tokens/themes/index.d.ts.map +1 -0
  161. package/dist/tokens/themes/light.d.ts +308 -0
  162. package/dist/tokens/themes/light.d.ts.map +1 -0
  163. package/dist/tokens/utils/cssVariables.d.ts +26 -0
  164. package/dist/tokens/utils/cssVariables.d.ts.map +1 -0
  165. package/dist/tokens/utils/hooks.d.ts +773 -0
  166. package/dist/tokens/utils/hooks.d.ts.map +1 -0
  167. package/dist/tokens/utils/index.d.ts +7 -0
  168. package/dist/tokens/utils/index.d.ts.map +1 -0
  169. package/dist/types/ui.d.ts +42 -1
  170. package/dist/types/ui.d.ts.map +1 -1
  171. package/dist/ui/components/ui/Avatar/Avatar.types.d.ts +1 -1
  172. package/dist/ui/components/ui/Avatar/Avatar.types.d.ts.map +1 -1
  173. package/dist/ui/components/ui/Avatar/AvatarBlock.d.ts +13 -0
  174. package/dist/ui/components/ui/Avatar/AvatarBlock.d.ts.map +1 -0
  175. package/dist/ui/components/ui/Avatar/AvatarGroup.d.ts +14 -0
  176. package/dist/ui/components/ui/Avatar/AvatarGroup.d.ts.map +1 -0
  177. package/dist/ui/components/ui/Avatar/index.d.ts +3 -1
  178. package/dist/ui/components/ui/Avatar/index.d.ts.map +1 -1
  179. package/dist/ui/components/ui/Breadcrumb/Breadcrumb.d.ts +1 -1
  180. package/dist/ui/components/ui/Breadcrumb/Breadcrumb.d.ts.map +1 -1
  181. package/dist/ui/components/ui/Button/Button.d.ts.map +1 -1
  182. package/dist/ui/components/ui/ButtonDanger/ButtonDanger.d.ts.map +1 -1
  183. package/dist/ui/components/ui/Cell/Cell.d.ts.map +1 -1
  184. package/dist/ui/components/ui/Checkbox/Checkbox.d.ts.map +1 -1
  185. package/dist/ui/components/ui/IconButton/IconButton.d.ts.map +1 -1
  186. package/dist/ui/components/ui/InputField/InputField.d.ts +5 -0
  187. package/dist/ui/components/ui/InputField/InputField.d.ts.map +1 -0
  188. package/dist/ui/components/ui/InputField/InputField.types.d.ts +27 -0
  189. package/dist/ui/components/ui/InputField/InputField.types.d.ts.map +1 -0
  190. package/dist/ui/components/ui/InputField/index.d.ts +3 -0
  191. package/dist/ui/components/ui/InputField/index.d.ts.map +1 -0
  192. package/dist/ui/components/ui/ListSearch/ListSearch.d.ts +5 -0
  193. package/dist/ui/components/ui/ListSearch/ListSearch.d.ts.map +1 -0
  194. package/dist/ui/components/ui/ListSearch/ListSearch.types.d.ts +2 -0
  195. package/dist/ui/components/ui/ListSearch/ListSearch.types.d.ts.map +1 -0
  196. package/dist/ui/components/ui/ListSearch/index.d.ts +3 -0
  197. package/dist/ui/components/ui/ListSearch/index.d.ts.map +1 -0
  198. package/dist/ui/components/ui/StatusIndicator/StatusIndicator.d.ts.map +1 -1
  199. package/dist/ui/components/ui/StatusIndicator/StatusIndicator.types.d.ts +1 -1
  200. package/dist/ui/components/ui/StatusIndicator/StatusIndicator.types.d.ts.map +1 -1
  201. package/dist/ui/components/ui/TextArea/TextArea.d.ts +0 -9
  202. package/dist/ui/components/ui/TextArea/TextArea.d.ts.map +1 -1
  203. package/dist/ui/components/ui/Toast/Toast.d.ts +11 -0
  204. package/dist/ui/components/ui/Toast/Toast.d.ts.map +1 -0
  205. package/dist/ui/components/ui/Toast/Toast.types.d.ts +2 -0
  206. package/dist/ui/components/ui/Toast/Toast.types.d.ts.map +1 -0
  207. package/dist/ui/components/ui/Toast/index.d.ts +3 -0
  208. package/dist/ui/components/ui/Toast/index.d.ts.map +1 -0
  209. package/dist/ui/components/ui/index.d.ts +8 -2
  210. package/dist/ui/components/ui/index.d.ts.map +1 -1
  211. package/dist/ui/index.d.ts +3 -0
  212. package/dist/ui/index.d.ts.map +1 -1
  213. package/dist/ui/index.esm.css +1 -1
  214. package/dist/ui/index.esm.js +1 -1
  215. package/dist/ui/index.esm.js.map +1 -1
  216. package/dist/ui/tokens/core/breakpoints.d.ts +23 -0
  217. package/dist/ui/tokens/core/breakpoints.d.ts.map +1 -0
  218. package/dist/ui/tokens/core/colors.d.ts +186 -0
  219. package/dist/ui/tokens/core/colors.d.ts.map +1 -0
  220. package/dist/ui/tokens/core/index.d.ts +20 -0
  221. package/dist/ui/tokens/core/index.d.ts.map +1 -0
  222. package/dist/ui/tokens/core/spacing.d.ts +105 -0
  223. package/dist/ui/tokens/core/spacing.d.ts.map +1 -0
  224. package/dist/ui/tokens/core/typography.d.ts +52 -0
  225. package/dist/ui/tokens/core/typography.d.ts.map +1 -0
  226. package/dist/ui/tokens/index.d.ts +1646 -0
  227. package/dist/ui/tokens/index.d.ts.map +1 -0
  228. package/dist/ui/tokens/js/tokens.d.ts +482 -0
  229. package/dist/ui/tokens/js/tokens.d.ts.map +1 -0
  230. package/dist/ui/tokens/semantic/colors.d.ts +320 -0
  231. package/dist/ui/tokens/semantic/colors.d.ts.map +1 -0
  232. package/dist/ui/tokens/semantic/effects.d.ts +62 -0
  233. package/dist/ui/tokens/semantic/effects.d.ts.map +1 -0
  234. package/dist/ui/tokens/semantic/index.d.ts +18 -0
  235. package/dist/ui/tokens/semantic/index.d.ts.map +1 -0
  236. package/dist/ui/tokens/semantic/typography.d.ts +266 -0
  237. package/dist/ui/tokens/semantic/typography.d.ts.map +1 -0
  238. package/dist/ui/tokens/tailwind/config.d.ts +151 -0
  239. package/dist/ui/tokens/tailwind/config.d.ts.map +1 -0
  240. package/dist/ui/tokens/tailwind/index.d.ts +7 -0
  241. package/dist/ui/tokens/tailwind/index.d.ts.map +1 -0
  242. package/dist/ui/tokens/themes/dark.d.ts +308 -0
  243. package/dist/ui/tokens/themes/dark.d.ts.map +1 -0
  244. package/dist/ui/tokens/themes/index.d.ts +9 -0
  245. package/dist/ui/tokens/themes/index.d.ts.map +1 -0
  246. package/dist/ui/tokens/themes/light.d.ts +308 -0
  247. package/dist/ui/tokens/themes/light.d.ts.map +1 -0
  248. package/dist/ui/tokens/utils/cssVariables.d.ts +26 -0
  249. package/dist/ui/tokens/utils/cssVariables.d.ts.map +1 -0
  250. package/dist/ui/tokens/utils/hooks.d.ts +773 -0
  251. package/dist/ui/tokens/utils/hooks.d.ts.map +1 -0
  252. package/dist/ui/tokens/utils/index.d.ts +7 -0
  253. package/dist/ui/tokens/utils/index.d.ts.map +1 -0
  254. package/dist/ui/types/ui.d.ts +42 -1
  255. package/dist/ui/types/ui.d.ts.map +1 -1
  256. package/package.json +20 -7
  257. package/public/logo/Logo.svg +9 -0
  258. package/src/tokens/README.md +199 -0
  259. package/src/tokens/core/breakpoints.ts +25 -0
  260. package/src/tokens/core/colors.ts +200 -0
  261. package/src/tokens/core/index.ts +20 -0
  262. package/src/tokens/core/spacing.ts +114 -0
  263. package/src/tokens/core/typography.ts +58 -0
  264. package/src/tokens/css/variables-dark.css +480 -0
  265. package/src/tokens/css/variables-light.css +480 -0
  266. package/src/tokens/index.ts +163 -0
  267. package/src/tokens/js/tokens.ts +486 -0
  268. package/src/tokens/semantic/colors.ts +383 -0
  269. package/src/tokens/semantic/effects.ts +69 -0
  270. package/src/tokens/semantic/index.ts +18 -0
  271. package/src/tokens/semantic/typography.ts +284 -0
  272. package/src/tokens/tailwind/config.ts +188 -0
  273. package/src/tokens/tailwind/index.ts +7 -0
  274. package/src/tokens/themes/dark.ts +311 -0
  275. package/src/tokens/themes/index.ts +10 -0
  276. package/src/tokens/themes/light.ts +17 -0
  277. package/src/tokens/utils/cssVariables.ts +88 -0
  278. package/src/tokens/utils/hooks.ts +192 -0
  279. package/src/tokens/utils/index.ts +7 -0
@@ -1,2 +1,2 @@
1
- import{jsx as e,jsxs as a,Fragment as t}from"react/jsx-runtime";import{Breadcrumb as n,ConfigProvider as l,Pagination as o,Table as i}from"antd";import r,{useState as s,useMemo as c,useEffect as d,useRef as u,createContext as m,useCallback as _,useContext as h}from"react";import{useSensors as p,useSensor as v,PointerSensor as g,KeyboardSensor as b,DndContext as C,closestCenter as f}from"@dnd-kit/core";import{sortableKeyboardCoordinates as w,SortableContext as P,verticalListSortingStrategy as k,arrayMove as y,useSortable as N}from"@dnd-kit/sortable";import{CSS as I}from"@dnd-kit/utilities";function S(e){var a,t,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e)){var l=e.length;for(a=0;a<l;a++)e[a]&&(t=S(e[a]))&&(n&&(n+=" "),n+=t)}else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function L(){for(var e,a,t=0,n="",l=arguments.length;t<l;t++)(e=arguments[t])&&(a=S(e))&&(n&&(n+=" "),n+=a);return n}var D={button:"Button-module_button__hvJpb",label:"Button-module_label__zSB3D",icon:"Button-module_icon__pfoz5",loaderIcon:"Button-module_loaderIcon__4WG9k",spin:"Button-module_spin__6Uwop",size_medium:"Button-module_size_medium__TGkrI",size_small:"Button-module_size_small__-vQKB",style_primary:"Button-module_style_primary__GfCKd",state_default:"Button-module_state_default__KGxJA",state_hover:"Button-module_state_hover__NNaw2",state_focus:"Button-module_state_focus__xudCD",state_disabled:"Button-module_state_disabled__6SakQ",state_loading:"Button-module_state_loading__ZhHO9",style_secondary:"Button-module_style_secondary__9kVUP",style_neutral:"Button-module_style_neutral__ZoLsO",style_subtle:"Button-module_style_subtle__oOeBv"},A={icon:"Icon-module_icon__hJi-x",variant_default:"Icon-module_variant_default__4khrG",variant_hover:"Icon-module_variant_hover__Z-Zt4",variant_active:"Icon-module_variant_active__B7W-7",variant_disabled:"Icon-module_variant_disabled__u8BHu",variant_white:"Icon-module_variant_white__LRbrT"};const B=[{name:"app-window",label:"App Window",filePath:"icon/AppWindow.svg",variantCount:1},{name:"arrow-arc-left",label:"Arrow Arc Left",filePath:"icon/ArrowArcLeft.svg",variantCount:1},{name:"arrow-arc-right",label:"Arrow Arc Right",filePath:"icon/ArrowArcRight.svg",variantCount:1},{name:"arrow-bend-double-up-left",label:"Arrow Bend Double Up Left",filePath:"icon/ArrowBendDoubleUpLeft.svg",variantCount:1},{name:"arrow-bend-double-up-right",label:"Arrow Bend Double Up Right",filePath:"icon/ArrowBendDoubleUpRight.svg",variantCount:1},{name:"arrow-bend-down-left",label:"Arrow Bend Down Left",filePath:"icon/ArrowBendDownLeft.svg",variantCount:1},{name:"arrow-bend-down-right",label:"Arrow Bend Down Right",filePath:"icon/ArrowBendDownRight.svg",variantCount:1},{name:"arrow-bend-left-down",label:"Arrow Bend Left Down",filePath:"icon/ArrowBendLeftDown.svg",variantCount:1},{name:"arrow-bend-right-down",label:"Arrow Bend Right Down",filePath:"icon/ArrowBendRightDown.svg",variantCount:1},{name:"arrow-bend-right-up",label:"Arrow Bend Right Up",filePath:"icon/ArrowBendRightUp.svg",variantCount:1},{name:"arrow-bend-up-left",label:"Arrow Bend Up Left",filePath:"icon/ArrowBendUpLeft.svg",variantCount:1},{name:"arrow-bend-up-right",label:"Arrow Bend Up Right",filePath:"icon/ArrowBendUpRight.svg",variantCount:1},{name:"arrow-circle-down",label:"Arrow Circle Down",filePath:"icon/ArrowCircleDown.svg",variantCount:1},{name:"arrow-circle-down-left",label:"Arrow Circle Down Left",filePath:"icon/ArrowCircleDownLeft.svg",variantCount:1},{name:"arrow-circle-down-right",label:"Arrow Circle Down Right",filePath:"icon/ArrowCircleDownRight.svg",variantCount:1},{name:"arrow-circle-left",label:"Arrow Circle Left",filePath:"icon/ArrowCircleLeft.svg",variantCount:1},{name:"arrow-circle-right",label:"Arrow Circle Right",filePath:"icon/ArrowCircleRight.svg",variantCount:1},{name:"arrow-circle-up",label:"Arrow Circle Up",filePath:"icon/ArrowCircleUp.svg",variantCount:1},{name:"arrow-circle-up-left",label:"Arrow Circle Up Left",filePath:"icon/ArrowCircleUpLeft.svg",variantCount:1},{name:"arrow-circle-up-right",label:"Arrow Circle Up Right",filePath:"icon/ArrowCircleUpRight.svg",variantCount:1},{name:"arrow-clockwise",label:"Arrow Clockwise",filePath:"icon/ArrowClockwise.svg",variantCount:1},{name:"arrow-counter-clockwise",label:"Arrow Counter Clockwise",filePath:"icon/ArrowCounterClockwise.svg",variantCount:1},{name:"arrow-down",label:"Arrow Down",filePath:"icon/ArrowDown.svg",variantCount:1},{name:"arrow-down-left",label:"Arrow Down Left",filePath:"icon/ArrowDownLeft.svg",variantCount:1},{name:"arrow-down-right",label:"Arrow Down Right",filePath:"icon/ArrowDownRight.svg",variantCount:1},{name:"arrow-elbow-down-left",label:"Arrow Elbow Down Left",filePath:"icon/ArrowElbowDownLeft.svg",variantCount:1},{name:"arrow-elbow-down-right",label:"Arrow Elbow Down Right",filePath:"icon/ArrowElbowDownRight.svg",variantCount:1},{name:"arrow-elbow-left",label:"Arrow Elbow Left",filePath:"icon/ArrowElbowLeft.svg",variantCount:1},{name:"arrow-elbow-left-down",label:"Arrow Elbow Left Down",filePath:"icon/ArrowElbowLeftDown.svg",variantCount:1},{name:"arrow-elbow-left-up",label:"Arrow Elbow Left Up",filePath:"icon/ArrowElbowLeftUp.svg",variantCount:1},{name:"arrow-elbow-right",label:"Arrow Elbow Right",filePath:"icon/ArrowElbowRight.svg",variantCount:1},{name:"arrow-elbow-right-down",label:"Arrow Elbow Right Down",filePath:"icon/ArrowElbowRightDown.svg",variantCount:1},{name:"arrow-elbow-right-up",label:"Arrow Elbow Right Up",filePath:"icon/ArrowElbowRightUp.svg",variantCount:1},{name:"arrow-elbow-up-left",label:"Arrow Elbow Up Left",filePath:"icon/ArrowElbowUpLeft.svg",variantCount:1},{name:"arrow-elbow-up-right",label:"Arrow Elbow Up Right",filePath:"icon/ArrowElbowUpRight.svg",variantCount:1},{name:"arrow-left",label:"Arrow Left",filePath:"icon/ArrowLeft.svg",variantCount:1},{name:"arrow-line-down",label:"Arrow Line Down",filePath:"icon/ArrowLineDown.svg",variantCount:1},{name:"arrow-line-down-left",label:"Arrow Line Down Left",filePath:"icon/ArrowLineDownLeft.svg",variantCount:1},{name:"arrow-line-down-right",label:"Arrow Line Down Right",filePath:"icon/ArrowLineDownRight.svg",variantCount:1},{name:"arrow-line-left",label:"Arrow Line Left",filePath:"icon/ArrowLineLeft.svg",variantCount:1},{name:"arrow-line-right",label:"Arrow Line Right",filePath:"icon/ArrowLineRight.svg",variantCount:1},{name:"arrow-line-up",label:"Arrow Line Up",filePath:"icon/ArrowLineUp.svg",variantCount:1},{name:"arrow-line-up-left",label:"Arrow Line Up Left",filePath:"icon/ArrowLineUpLeft.svg",variantCount:1},{name:"arrow-line-up-right",label:"Arrow Line Up Right",filePath:"icon/ArrowLineUpRight.svg",variantCount:1},{name:"arrow-right",label:"Arrow Right",filePath:"icon/ArrowRight.svg",variantCount:1},{name:"arrow-square-down",label:"Arrow Square Down",filePath:"icon/ArrowSquareDown.svg",variantCount:1},{name:"arrow-square-down-left",label:"Arrow Square Down Left",filePath:"icon/ArrowSquareDownLeft.svg",variantCount:1},{name:"arrow-square-down-right",label:"Arrow Square Down Right",filePath:"icon/ArrowSquareDownRight.svg",variantCount:1},{name:"arrow-square-left",label:"Arrow Square Left",filePath:"icon/ArrowSquareLeft.svg",variantCount:1},{name:"arrow-square-right",label:"Arrow Square Right",filePath:"icon/ArrowSquareRight.svg",variantCount:1},{name:"arrow-square-up",label:"Arrow Square Up",filePath:"icon/ArrowSquareUp.svg",variantCount:1},{name:"arrow-square-up-left",label:"Arrow Square Up Left",filePath:"icon/ArrowSquareUpLeft.svg",variantCount:1},{name:"arrow-square-up-right",label:"Arrow Square Up Right",filePath:"icon/ArrowSquareUpRight.svg",variantCount:1},{name:"arrow-up",label:"Arrow Up",filePath:"icon/ArrowUp.svg",variantCount:1},{name:"arrow-up-left",label:"Arrow Up Left",filePath:"icon/ArrowUpLeft.svg",variantCount:1},{name:"arrow-up-right",label:"Arrow Up Right",filePath:"icon/ArrowUpRight.svg",variantCount:1},{name:"arrows-clockwise",label:"Arrows Clockwise",filePath:"icon/ArrowsClockwise.svg",variantCount:1},{name:"arrows-counter-clockwise",label:"Arrows Counter Clockwise",filePath:"icon/ArrowsCounterClockwise.svg",variantCount:1},{name:"arrows-down-up",label:"Arrows Down Up",filePath:"icon/ArrowsDownUp.svg",variantCount:1},{name:"arrows-horizontal",label:"Arrows Horizontal",filePath:"icon/ArrowsHorizontal.svg",variantCount:1},{name:"arrows-in",label:"Arrows In",filePath:"icon/ArrowsIn.svg",variantCount:1},{name:"arrows-in-cardinal",label:"Arrows In Cardinal",filePath:"icon/ArrowsInCardinal.svg",variantCount:1},{name:"arrows-in-line-horizontal",label:"Arrows In Line Horizontal",filePath:"icon/ArrowsInLineHorizontal.svg",variantCount:1},{name:"arrows-in-line-vertical",label:"Arrows In Line Vertical",filePath:"icon/ArrowsInLineVertical.svg",variantCount:1},{name:"arrows-in-simple",label:"Arrows In Simple",filePath:"icon/ArrowsInSimple.svg",variantCount:1},{name:"arrows-left-right",label:"Arrows Left Right",filePath:"icon/ArrowsLeftRight.svg",variantCount:1},{name:"arrows-out",label:"Arrows Out",filePath:"icon/ArrowsOut.svg",variantCount:1},{name:"arrows-out-cardinal",label:"Arrows Out Cardinal",filePath:"icon/ArrowsOutCardinal.svg",variantCount:1},{name:"arrows-out-line-horizontal",label:"Arrows Out Line Horizontal",filePath:"icon/ArrowsOutLineHorizontal.svg",variantCount:1},{name:"arrows-out-line-vertical",label:"Arrows Out Line Vertical",filePath:"icon/ArrowsOutLineVertical.svg",variantCount:1},{name:"arrows-out-simple",label:"Arrows Out Simple",filePath:"icon/ArrowsOutSimple.svg",variantCount:1},{name:"arrows-vertical",label:"Arrows Vertical",filePath:"icon/ArrowsVertical.svg",variantCount:1},{name:"article",label:"Article",filePath:"icon/Article.svg",variantCount:1},{name:"bell",label:"Bell",filePath:"icon/Bell.svg",variantCount:1},{name:"bell-ringing",label:"Bell Ringing",filePath:"icon/BellRinging.svg",variantCount:1},{name:"bell-simple",label:"Bell Simple",filePath:"icon/BellSimple.svg",variantCount:1},{name:"bell-simple-ringing",label:"Bell Simple Ringing",filePath:"icon/BellSimpleRinging.svg",variantCount:1},{name:"bell-simple-slash",label:"Bell Simple Slash",filePath:"icon/BellSimpleSlash.svg",variantCount:1},{name:"binoculars",label:"Binoculars",filePath:"icon/Binoculars.svg",variantCount:1},{name:"book",label:"Book",filePath:"icon/Book.svg",variantCount:1},{name:"book-open",label:"Book Open",filePath:"icon/BookOpen.svg",variantCount:1},{name:"book-open-text",label:"Book Open Text",filePath:"icon/BookOpenText.svg",variantCount:1},{name:"box-arrow-down",label:"Box Arrow Down",filePath:"icon/BoxArrowDown.svg",variantCount:1},{name:"box-arrow-up",label:"Box Arrow Up",filePath:"icon/BoxArrowUp.svg",variantCount:1},{name:"brackets-angle",label:"Brackets Angle",filePath:"icon/BracketsAngle.svg",variantCount:1},{name:"brackets-curly",label:"Brackets Curly",filePath:"icon/BracketsCurly.svg",variantCount:1},{name:"brackets-round",label:"Brackets Round",filePath:"icon/BracketsRound.svg",variantCount:1},{name:"brackets-square",label:"Brackets Square",filePath:"icon/BracketsSquare.svg",variantCount:1},{name:"browser",label:"Browser",filePath:"icon/Browser.svg",variantCount:1},{name:"browsers",label:"Browsers",filePath:"icon/Browsers.svg",variantCount:1},{name:"bug",label:"Bug",filePath:"icon/Bug.svg",variantCount:1},{name:"calendar-blank",label:"Calendar Blank",filePath:"icon/CalendarBlank.svg",variantCount:1},{name:"calendar-dots",label:"Calendar Dots",filePath:"icon/CalendarDots.svg",variantCount:1},{name:"cards",label:"Cards",filePath:"icon/Cards.svg",variantCount:1},{name:"cards-three",label:"Cards Three",filePath:"icon/CardsThree.svg",variantCount:1},{name:"caret-circle-double-down",label:"Caret Circle Double Down",filePath:"icon/CaretCircleDoubleDown.svg",variantCount:1},{name:"caret-circle-double-left",label:"Caret Circle Double Left",filePath:"icon/CaretCircleDoubleLeft.svg",variantCount:1},{name:"caret-circle-double-right",label:"Caret Circle Double Right",filePath:"icon/CaretCircleDoubleRight.svg",variantCount:1},{name:"caret-circle-double-up",label:"Caret Circle Double Up",filePath:"icon/CaretCircleDoubleUp.svg",variantCount:1},{name:"caret-circle-down",label:"Caret Circle Down",filePath:"icon/CaretCircleDown.svg",variantCount:1},{name:"caret-circle-left",label:"Caret Circle Left",filePath:"icon/CaretCircleLeft.svg",variantCount:1},{name:"caret-circle-right",label:"Caret Circle Right",filePath:"icon/CaretCircleRight.svg",variantCount:1},{name:"caret-circle-up",label:"Caret Circle Up",filePath:"icon/CaretCircleUp.svg",variantCount:1},{name:"caret-circle-up-down",label:"Caret Circle Up Down",filePath:"icon/CaretCircleUpDown.svg",variantCount:1},{name:"caret-down",label:"Caret Down",filePath:"icon/CaretDown.svg",variantCount:1},{name:"caret-left",label:"Caret Left",filePath:"icon/CaretLeft.svg",variantCount:1},{name:"caret-line-down",label:"Caret Line Down",filePath:"icon/CaretLineDown.svg",variantCount:1},{name:"caret-line-left",label:"Caret Line Left",filePath:"icon/CaretLineLeft.svg",variantCount:1},{name:"caret-line-right",label:"Caret Line Right",filePath:"icon/CaretLineRight.svg",variantCount:1},{name:"caret-line-up",label:"Caret Line Up",filePath:"icon/CaretLineUp.svg",variantCount:1},{name:"caret-right",label:"Caret Right",filePath:"icon/CaretRight.svg",variantCount:1},{name:"caret-up",label:"Caret Up",filePath:"icon/CaretUp.svg",variantCount:1},{name:"caret-up-down",label:"Caret Up Down",filePath:"icon/CaretUpDown.svg",variantCount:1},{name:"check",label:"Check",filePath:"icon/Check.svg",variantCount:1},{name:"check-circle",label:"Check Circle",filePath:"icon/CheckCircle.svg",variantCount:1},{name:"check-square",label:"Check Square",filePath:"icon/CheckSquare.svg",variantCount:1},{name:"check-square-offset",label:"Check Square Offset",filePath:"icon/CheckSquareOffset.svg",variantCount:1},{name:"checks",label:"Checks",filePath:"icon/Checks.svg",variantCount:1},{name:"circles-four",label:"Circles Four",filePath:"icon/CirclesFour.svg",variantCount:1},{name:"clipboard",label:"Clipboard",filePath:"icon/Clipboard.svg",variantCount:1},{name:"clipboard-text",label:"Clipboard Text",filePath:"icon/ClipboardText.svg",variantCount:1},{name:"cloud-arrow-down",label:"Cloud Arrow Down",filePath:"icon/CloudArrowDown.svg",variantCount:1},{name:"cloud-arrow-up",label:"Cloud Arrow Up",filePath:"icon/CloudArrowUp.svg",variantCount:1},{name:"cloud-check",label:"Cloud Check",filePath:"icon/CloudCheck.svg",variantCount:1},{name:"cloud-slash",label:"Cloud Slash",filePath:"icon/CloudSlash.svg",variantCount:1},{name:"cloud-warning",label:"Cloud Warning",filePath:"icon/CloudWarning.svg",variantCount:1},{name:"cloud-x",label:"Cloud X",filePath:"icon/CloudX.svg",variantCount:1},{name:"code",label:"Code",filePath:"icon/Code.svg",variantCount:1},{name:"code-block",label:"Code Block",filePath:"icon/CodeBlock.svg",variantCount:1},{name:"code-simple",label:"Code Simple",filePath:"icon/CodeSimple.svg",variantCount:1},{name:"columns",label:"Columns",filePath:"icon/Columns.svg",variantCount:1},{name:"columns-plus-left",label:"Columns Plus Left",filePath:"icon/ColumnsPlusLeft.svg",variantCount:1},{name:"columns-plus-right",label:"Columns Plus Right",filePath:"icon/ColumnsPlusRight.svg",variantCount:1},{name:"copy",label:"Copy",filePath:"icon/Copy.svg",variantCount:1},{name:"copy-simple",label:"Copy Simple",filePath:"icon/CopySimple.svg",variantCount:1},{name:"cpu",label:"Cpu",filePath:"icon/Cpu.svg",variantCount:1},{name:"credit-card",label:"Credit Card",filePath:"icon/CreditCard.svg",variantCount:1},{name:"cube",label:"Cube",filePath:"icon/Cube.svg",variantCount:1},{name:"cube-transparent",label:"Cube Transparent",filePath:"icon/CubeTransparent.svg",variantCount:1},{name:"database",label:"Database",filePath:"icon/Database.svg",variantCount:1},{name:"desktop",label:"Desktop",filePath:"icon/Desktop.svg",variantCount:1},{name:"desktop-tower",label:"Desktop Tower",filePath:"icon/DesktopTower.svg",variantCount:1},{name:"detective",label:"Detective",filePath:"icon/Detective.svg",variantCount:1},{name:"device-mobile-camera",label:"Device Mobile Camera",filePath:"icon/DeviceMobileCamera.svg",variantCount:1},{name:"device-tablet-camera",label:"Device Tablet Camera",filePath:"icon/DeviceTabletCamera.svg",variantCount:1},{name:"devices",label:"Devices",filePath:"icon/Devices.svg",variantCount:1},{name:"diamonds-four",label:"Diamonds Four",filePath:"icon/DiamondsFour.svg",variantCount:1},{name:"dot",label:"Dot",filePath:"icon/Dot.svg",variantCount:1},{name:"dot-outline",label:"Dot Outline",filePath:"icon/DotOutline.svg",variantCount:1},{name:"dots-nine",label:"Dots Nine",filePath:"icon/DotsNine.svg",variantCount:1},{name:"dots-six",label:"Dots Six",filePath:"icon/DotsSix.svg",variantCount:1},{name:"dots-six-vertical",label:"Dots Six Vertical",filePath:"icon/DotsSixVertical.svg",variantCount:1},{name:"dots-three",label:"Dots Three",filePath:"icon/DotsThree.svg",variantCount:1},{name:"dots-three-circle",label:"Dots Three Circle",filePath:"icon/DotsThreeCircle.svg",variantCount:1},{name:"dots-three-circle-vertical",label:"Dots Three Circle Vertical",filePath:"icon/DotsThreeCircleVertical.svg",variantCount:1},{name:"dots-three-outline",label:"Dots Three Outline",filePath:"icon/DotsThreeOutline.svg",variantCount:1},{name:"dots-three-outline-vertical",label:"Dots Three Outline Vertical",filePath:"icon/DotsThreeOutlineVertical.svg",variantCount:1},{name:"dots-three-vertical",label:"Dots Three Vertical",filePath:"icon/DotsThreeVertical.svg",variantCount:1},{name:"download-simple",label:"Download Simple",filePath:"icon/DownloadSimple.svg",variantCount:1},{name:"envelope",label:"Envelope",filePath:"icon/Envelope.svg",variantCount:1},{name:"envelope-simple",label:"Envelope Simple",filePath:"icon/EnvelopeSimple.svg",variantCount:1},{name:"exclamation-mark",label:"Exclamation Mark",filePath:"icon/ExclamationMark.svg",variantCount:1},{name:"export",label:"Export",filePath:"icon/Export.svg",variantCount:1},{name:"eye",label:"Eye",filePath:"icon/Eye.svg",variantCount:1},{name:"eye-closed",label:"Eye Closed",filePath:"icon/EyeClosed.svg",variantCount:1},{name:"eye-slash",label:"Eye Slash",filePath:"icon/EyeSlash.svg",variantCount:1},{name:"faders",label:"Faders",filePath:"icon/Faders.svg",variantCount:1},{name:"faders-horizontal",label:"Faders Horizontal",filePath:"icon/FadersHorizontal.svg",variantCount:1},{name:"file",label:"File",filePath:"icon/File.svg",variantCount:1},{name:"file-archive",label:"File Archive",filePath:"icon/FileArchive.svg",variantCount:1},{name:"file-arrow-down",label:"File Arrow Down",filePath:"icon/FileArrowDown.svg",variantCount:1},{name:"file-arrow-up",label:"File Arrow Up",filePath:"icon/FileArrowUp.svg",variantCount:1},{name:"file-dashed",label:"File Dashed",filePath:"icon/FileDashed.svg",variantCount:1},{name:"file-text",label:"File Text",filePath:"icon/FileText.svg",variantCount:1},{name:"files",label:"Files",filePath:"icon/Files.svg",variantCount:1},{name:"fingerprint",label:"Fingerprint",filePath:"icon/Fingerprint.svg",variantCount:1},{name:"fingerprint-simple",label:"Fingerprint Simple",filePath:"icon/FingerprintSimple.svg",variantCount:1},{name:"flag",label:"Flag",filePath:"icon/Flag.svg",variantCount:1},{name:"flag-pennant",label:"Flag Pennant",filePath:"icon/FlagPennant.svg",variantCount:1},{name:"floppy-disk",label:"Floppy Disk",filePath:"icon/FloppyDisk.svg",variantCount:1},{name:"folder",label:"Folder",filePath:"icon/Folder.svg",variantCount:1},{name:"folder-dashed",label:"Folder Dashed",filePath:"icon/FolderDashed.svg",variantCount:1},{name:"folder-open",label:"Folder Open",filePath:"icon/FolderOpen.svg",variantCount:1},{name:"folder-simple",label:"Folder Simple",filePath:"icon/FolderSimple.svg",variantCount:1},{name:"folder-simple-dashed",label:"Folder Simple Dashed",filePath:"icon/FolderSimpleDashed.svg",variantCount:1},{name:"folders",label:"Folders",filePath:"icon/Folders.svg",variantCount:1},{name:"funnel",label:"Funnel",filePath:"icon/Funnel.svg",variantCount:1},{name:"funnel-simple",label:"Funnel Simple",filePath:"icon/FunnelSimple.svg",variantCount:1},{name:"gear",label:"Gear",filePath:"icon/Gear.svg",variantCount:1},{name:"gear-six",label:"Gear Six",filePath:"icon/GearSix.svg",variantCount:1},{name:"git-branch",label:"Git Branch",filePath:"icon/GitBranch.svg",variantCount:1},{name:"git-merge",label:"Git Merge",filePath:"icon/GitMerge.svg",variantCount:1},{name:"git-pull-request",label:"Git Pull Request",filePath:"icon/GitPullRequest.svg",variantCount:1},{name:"globe",label:"Globe",filePath:"icon/Globe.svg",variantCount:1},{name:"globe-simple",label:"Globe Simple",filePath:"icon/GlobeSimple.svg",variantCount:1},{name:"green-tick",label:"Green Tick",filePath:"icon/GreenTick.svg",variantCount:1},{name:"grid-four",label:"Grid Four",filePath:"icon/GridFour.svg",variantCount:1},{name:"hammer",label:"Hammer",filePath:"icon/Hammer.svg",variantCount:1},{name:"hand",label:"Hand",filePath:"icon/Hand.svg",variantCount:1},{name:"hand-palm",label:"Hand Palm",filePath:"icon/HandPalm.svg",variantCount:1},{name:"hand-pointing",label:"Hand Pointing",filePath:"icon/HandPointing.svg",variantCount:1},{name:"house",label:"House",filePath:"icon/House.svg",variantCount:1},{name:"identification-badge",label:"Identification Badge",filePath:"icon/IdentificationBadge.svg",variantCount:1},{name:"identification-card",label:"Identification Card",filePath:"icon/IdentificationCard.svg",variantCount:1},{name:"info",label:"Info",filePath:"icon/Info.svg",variantCount:1},{name:"key",label:"Key",filePath:"icon/Key.svg",variantCount:1},{name:"ladder-simple",label:"Ladder Simple",filePath:"icon/LadderSimple.svg",variantCount:1},{name:"layout",label:"Layout",filePath:"icon/Layout.svg",variantCount:1},{name:"lifebuoy",label:"Lifebuoy",filePath:"icon/Lifebuoy.svg",variantCount:1},{name:"lightbulb",label:"Lightbulb",filePath:"icon/Lightbulb.svg",variantCount:1},{name:"lightning",label:"Lightning",filePath:"icon/Lightning.svg",variantCount:1},{name:"link",label:"Link",filePath:"icon/Link.svg",variantCount:1},{name:"link-break",label:"Link Break",filePath:"icon/LinkBreak.svg",variantCount:1},{name:"link-simple",label:"Link Simple",filePath:"icon/LinkSimple.svg",variantCount:1},{name:"link-simple-break",label:"Link Simple Break",filePath:"icon/LinkSimpleBreak.svg",variantCount:1},{name:"link-simple-horizontal",label:"Link Simple Horizontal",filePath:"icon/LinkSimpleHorizontal.svg",variantCount:1},{name:"link-simple-horizontal-break",label:"Link Simple Horizontal Break",filePath:"icon/LinkSimpleHorizontalBreak.svg",variantCount:1},{name:"list",label:"List",filePath:"icon/List.svg",variantCount:1},{name:"list-bullets",label:"List Bullets",filePath:"icon/ListBullets.svg",variantCount:1},{name:"list-checks",label:"List Checks",filePath:"icon/ListChecks.svg",variantCount:1},{name:"list-dashes",label:"List Dashes",filePath:"icon/ListDashes.svg",variantCount:1},{name:"list-heart",label:"List Heart",filePath:"icon/ListHeart.svg",variantCount:1},{name:"list-magnifying-glass",label:"List Magnifying Glass",filePath:"icon/ListMagnifyingGlass.svg",variantCount:1},{name:"list-numbers",label:"List Numbers",filePath:"icon/ListNumbers.svg",variantCount:1},{name:"list-plus",label:"List Plus",filePath:"icon/ListPlus.svg",variantCount:1},{name:"list-star",label:"List Star",filePath:"icon/ListStar.svg",variantCount:1},{name:"lock",label:"Lock",filePath:"icon/Lock.svg",variantCount:1},{name:"lock-key",label:"Lock Key",filePath:"icon/LockKey.svg",variantCount:1},{name:"lock-key-open",label:"Lock Key Open",filePath:"icon/LockKeyOpen.svg",variantCount:1},{name:"lock-open",label:"Lock Open",filePath:"icon/LockOpen.svg",variantCount:1},{name:"lock-simple",label:"Lock Simple",filePath:"icon/LockSimple.svg",variantCount:1},{name:"lock-simple-open",label:"Lock Simple Open",filePath:"icon/LockSimpleOpen.svg",variantCount:1},{name:"magnifying-glass",label:"Magnifying Glass",filePath:"icon/MagnifyingGlass.svg",variantCount:1},{name:"magnifying-glass-minus",label:"Magnifying Glass Minus",filePath:"icon/MagnifyingGlassMinus.svg",variantCount:1},{name:"magnifying-glass-plus",label:"Magnifying Glass Plus",filePath:"icon/MagnifyingGlassPlus.svg",variantCount:1},{name:"megaphone",label:"Megaphone",filePath:"icon/Megaphone.svg",variantCount:1},{name:"megaphone-simple",label:"Megaphone Simple",filePath:"icon/MegaphoneSimple.svg",variantCount:1},{name:"microphone",label:"Microphone",filePath:"icon/Microphone.svg",variantCount:1},{name:"navigation-arrow",label:"Navigation Arrow",filePath:"icon/NavigationArrow.svg",variantCount:1},{name:"network",label:"Network",filePath:"icon/Network.svg",variantCount:1},{name:"network-slash",label:"Network Slash",filePath:"icon/NetworkSlash.svg",variantCount:1},{name:"network-x",label:"Network X",filePath:"icon/NetworkX.svg",variantCount:1},{name:"newspaper",label:"Newspaper",filePath:"icon/Newspaper.svg",variantCount:1},{name:"newspaper-clipping",label:"Newspaper Clipping",filePath:"icon/NewspaperClipping.svg",variantCount:1},{name:"notches",label:"Notches",filePath:"icon/Notches.svg",variantCount:1},{name:"note",label:"Note",filePath:"icon/Note.svg",variantCount:1},{name:"note-blank",label:"Note Blank",filePath:"icon/NoteBlank.svg",variantCount:1},{name:"note-pencil",label:"Note Pencil",filePath:"icon/NotePencil.svg",variantCount:1},{name:"notification",label:"Notification",filePath:"icon/Notification.svg",variantCount:1},{name:"nut",label:"Nut",filePath:"icon/Nut.svg",variantCount:1},{name:"paperclip",label:"Paperclip",filePath:"icon/Paperclip.svg",variantCount:1},{name:"paperclip-horizontal",label:"Paperclip Horizontal",filePath:"icon/PaperclipHorizontal.svg",variantCount:1},{name:"password",label:"Password",filePath:"icon/Password.svg",variantCount:1},{name:"pencil-simple",label:"Pencil Simple",filePath:"icon/PencilSimple.svg",variantCount:1},{name:"pencil-simple-line",label:"Pencil Simple Line",filePath:"icon/PencilSimpleLine.svg",variantCount:1},{name:"person",label:"Person",filePath:"icon/Person.svg",variantCount:1},{name:"person-arms-spread",label:"Person Arms Spread",filePath:"icon/PersonArmsSpread.svg",variantCount:1},{name:"person-simple",label:"Person Simple",filePath:"icon/PersonSimple.svg",variantCount:1},{name:"placeholder",label:"Placeholder",filePath:"icon/Placeholder.svg",variantCount:1},{name:"plus",label:"Plus",filePath:"icon/Plus.svg",variantCount:1},{name:"plus-circle",label:"Plus Circle",filePath:"icon/PlusCircle.svg",variantCount:1},{name:"plus-square",label:"Plus Square",filePath:"icon/PlusSquare.svg",variantCount:1},{name:"prohibit",label:"Prohibit",filePath:"icon/Prohibit.svg",variantCount:1},{name:"prohibit-inset",label:"Prohibit Inset",filePath:"icon/ProhibitInset.svg",variantCount:1},{name:"pulse",label:"Pulse",filePath:"icon/Pulse.svg",variantCount:1},{name:"push-pin",label:"Push Pin",filePath:"icon/PushPin.svg",variantCount:1},{name:"push-pin-simple",label:"Push Pin Simple",filePath:"icon/PushPinSimple.svg",variantCount:1},{name:"push-pin-simple-slash",label:"Push Pin Simple Slash",filePath:"icon/PushPinSimpleSlash.svg",variantCount:1},{name:"push-pin-slash",label:"Push Pin Slash",filePath:"icon/PushPinSlash.svg",variantCount:1},{name:"puzzle-piece",label:"Puzzle Piece",filePath:"icon/PuzzlePiece.svg",variantCount:1},{name:"question",label:"Question",filePath:"icon/Question.svg",variantCount:1},{name:"question-mark",label:"Question Mark",filePath:"icon/QuestionMark.svg",variantCount:1},{name:"receipt",label:"Receipt",filePath:"icon/Receipt.svg",variantCount:1},{name:"receipt-x",label:"Receipt X",filePath:"icon/ReceiptX.svg",variantCount:1},{name:"rows-plus-bottom",label:"Rows Plus Bottom",filePath:"icon/RowsPlusBottom.svg",variantCount:1},{name:"rows-plus-top",label:"Rows Plus Top",filePath:"icon/RowsPlusTop.svg",variantCount:1},{name:"scroll",label:"Scroll",filePath:"icon/Scroll.svg",variantCount:1},{name:"seal",label:"Seal",filePath:"icon/Seal.svg",variantCount:1},{name:"seal-check",label:"Seal Check",filePath:"icon/SealCheck.svg",variantCount:1},{name:"share",label:"Share",filePath:"icon/Share.svg",variantCount:1},{name:"share-fat",label:"Share Fat",filePath:"icon/ShareFat.svg",variantCount:1},{name:"share-network",label:"Share Network",filePath:"icon/ShareNetwork.svg",variantCount:1},{name:"shield",label:"Shield",filePath:"icon/Shield.svg",variantCount:1},{name:"shield-check",label:"Shield Check",filePath:"icon/ShieldCheck.svg",variantCount:1},{name:"shield-checkered",label:"Shield Checkered",filePath:"icon/ShieldCheckered.svg",variantCount:1},{name:"shield-chevron",label:"Shield Chevron",filePath:"icon/ShieldChevron.svg",variantCount:1},{name:"shield-plus",label:"Shield Plus",filePath:"icon/ShieldPlus.svg",variantCount:1},{name:"shield-slash",label:"Shield Slash",filePath:"icon/ShieldSlash.svg",variantCount:1},{name:"shield-star",label:"Shield Star",filePath:"icon/ShieldStar.svg",variantCount:1},{name:"shield-warning",label:"Shield Warning",filePath:"icon/ShieldWarning.svg",variantCount:1},{name:"sidebar",label:"Sidebar",filePath:"icon/Sidebar.svg",variantCount:1},{name:"sidebar-simple",label:"Sidebar Simple",filePath:"icon/SidebarSimple.svg",variantCount:1},{name:"sign-in",label:"Sign In",filePath:"icon/SignIn.svg",variantCount:1},{name:"sign-out",label:"Sign Out",filePath:"icon/SignOut.svg",variantCount:1},{name:"siren",label:"Siren",filePath:"icon/Siren.svg",variantCount:1},{name:"sliders",label:"Sliders",filePath:"icon/Sliders.svg",variantCount:1},{name:"sliders-horizontal",label:"Sliders Horizontal",filePath:"icon/SlidersHorizontal.svg",variantCount:1},{name:"sort-ascending",label:"Sort Ascending",filePath:"icon/SortAscending.svg",variantCount:1},{name:"sort-descending",label:"Sort Descending",filePath:"icon/SortDescending.svg",variantCount:1},{name:"spinner",label:"Spinner",filePath:"icon/Spinner.svg",variantCount:1},{name:"spinner-gap",label:"Spinner Gap",filePath:"icon/SpinnerGap.svg",variantCount:1},{name:"split-horizontal",label:"Split Horizontal",filePath:"icon/SplitHorizontal.svg",variantCount:1},{name:"split-vertical",label:"Split Vertical",filePath:"icon/SplitVertical.svg",variantCount:1},{name:"square-half",label:"Square Half",filePath:"icon/SquareHalf.svg",variantCount:1},{name:"square-half-bottom",label:"Square Half Bottom",filePath:"icon/SquareHalfBottom.svg",variantCount:1},{name:"square-split-horizontal",label:"Square Split Horizontal",filePath:"icon/SquareSplitHorizontal.svg",variantCount:1},{name:"square-split-vertical",label:"Square Split Vertical",filePath:"icon/SquareSplitVertical.svg",variantCount:1},{name:"squares-four",label:"Squares Four",filePath:"icon/SquaresFour.svg",variantCount:1},{name:"stack",label:"Stack",filePath:"icon/Stack.svg",variantCount:1},{name:"stack-minus",label:"Stack Minus",filePath:"icon/StackMinus.svg",variantCount:1},{name:"stack-plus",label:"Stack Plus",filePath:"icon/StackPlus.svg",variantCount:1},{name:"stack-simple",label:"Stack Simple",filePath:"icon/StackSimple.svg",variantCount:1},{name:"star",label:"Star",filePath:"icon/Star.svg",variantCount:1},{name:"table",label:"Table",filePath:"icon/Table.svg",variantCount:1},{name:"tag",label:"Tag",filePath:"icon/Tag.svg",variantCount:1},{name:"tag-chevron",label:"Tag Chevron",filePath:"icon/TagChevron.svg",variantCount:1},{name:"tag-simple",label:"Tag Simple",filePath:"icon/TagSimple.svg",variantCount:1},{name:"target",label:"Target",filePath:"icon/Target.svg",variantCount:1},{name:"terminal",label:"Terminal",filePath:"icon/Terminal.svg",variantCount:1},{name:"terminal-window",label:"Terminal Window",filePath:"icon/TerminalWindow.svg",variantCount:1},{name:"text-columns",label:"Text Columns",filePath:"icon/TextColumns.svg",variantCount:1},{name:"ticket",label:"Ticket",filePath:"icon/Ticket.svg",variantCount:1},{name:"trash",label:"Trash",filePath:"icon/Trash.svg",variantCount:1},{name:"trash-simple",label:"Trash Simple",filePath:"icon/TrashSimple.svg",variantCount:1},{name:"tray",label:"Tray",filePath:"icon/Tray.svg",variantCount:1},{name:"tray-arrow-down",label:"Tray Arrow Down",filePath:"icon/TrayArrowDown.svg",variantCount:1},{name:"tray-arrow-up",label:"Tray Arrow Up",filePath:"icon/TrayArrowUp.svg",variantCount:1},{name:"tree-structure",label:"Tree Structure",filePath:"icon/TreeStructure.svg",variantCount:1},{name:"upload-simple",label:"Upload Simple",filePath:"icon/UploadSimple.svg",variantCount:1},{name:"user",label:"User",filePath:"icon/User.svg",variantCount:1},{name:"user-check",label:"User Check",filePath:"icon/UserCheck.svg",variantCount:1},{name:"user-circle",label:"User Circle",filePath:"icon/UserCircle.svg",variantCount:1},{name:"user-circle-check",label:"User Circle Check",filePath:"icon/UserCircleCheck.svg",variantCount:1},{name:"user-circle-dashed",label:"User Circle Dashed",filePath:"icon/UserCircleDashed.svg",variantCount:1},{name:"user-circle-gear",label:"User Circle Gear",filePath:"icon/UserCircleGear.svg",variantCount:1},{name:"user-circle-minus",label:"User Circle Minus",filePath:"icon/UserCircleMinus.svg",variantCount:1},{name:"user-circle-plus",label:"User Circle Plus",filePath:"icon/UserCirclePlus.svg",variantCount:1},{name:"user-focus",label:"User Focus",filePath:"icon/UserFocus.svg",variantCount:1},{name:"user-gear",label:"User Gear",filePath:"icon/UserGear.svg",variantCount:1},{name:"user-list",label:"User List",filePath:"icon/UserList.svg",variantCount:1},{name:"user-minus",label:"User Minus",filePath:"icon/UserMinus.svg",variantCount:1},{name:"user-plus",label:"User Plus",filePath:"icon/UserPlus.svg",variantCount:1},{name:"user-rectangle",label:"User Rectangle",filePath:"icon/UserRectangle.svg",variantCount:1},{name:"user-sound",label:"User Sound",filePath:"icon/UserSound.svg",variantCount:1},{name:"user-square",label:"User Square",filePath:"icon/UserSquare.svg",variantCount:1},{name:"user-switch",label:"User Switch",filePath:"icon/UserSwitch.svg",variantCount:1},{name:"users",label:"Users",filePath:"icon/Users.svg",variantCount:1},{name:"users-four",label:"Users Four",filePath:"icon/UsersFour.svg",variantCount:1},{name:"users-three",label:"Users Three",filePath:"icon/UsersThree.svg",variantCount:1},{name:"vault",label:"Vault",filePath:"icon/Vault.svg",variantCount:1},{name:"warning",label:"Warning",filePath:"icon/Warning.svg",variantCount:1},{name:"warning-circle",label:"Warning Circle",filePath:"icon/WarningCircle.svg",variantCount:1},{name:"warning-diamond",label:"Warning Diamond",filePath:"icon/WarningDiamond.svg",variantCount:1},{name:"warning-octagon",label:"Warning Octagon",filePath:"icon/WarningOctagon.svg",variantCount:1},{name:"wrench",label:"Wrench",filePath:"icon/Wrench.svg",variantCount:1},{name:"x",label:"X",filePath:"icon/X.svg",variantCount:1},{name:"xcircle",label:"XCircle",filePath:"icon/XCircle.svg",variantCount:1},{name:"xsquare",label:"XSquare",filePath:"icon/XSquare.svg",variantCount:1},{name:"calendar",label:"Calendar",filePath:"icon/calendar.svg",variantCount:1}],x=({name:a,size:t="medium",variant:n="default",className:l="",style:o={},alt:i="",...r})=>{const s=a?.replace(/\.svg$/,"").toLowerCase(),c=(()=>{if("number"==typeof t)return`${t}px`;const e={small:"12px",medium:"16px",large:"24px"};return e[t]||e.medium})(),d=(()=>{const e=B.find(e=>e.name===s||e.name===a);return`https://cdn.jsdelivr.net/npm/squarex-ui-component-lib@latest/public/icon/${e?e.filePath.split("/").pop():`${a}.svg`}`})(),u=i||`${s} icon`,m=[A.icon,A[`variant_${n}`],l].filter(Boolean).join(" "),_={width:c,height:c,...o};return e("img",{src:d,alt:u,className:m,style:_,...r})},z=({className:a})=>e("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a,children:e("path",{d:"M7.00033 1.16699L8.80283 4.81866L12.8337 5.40783L9.91699 8.24866L10.6053 12.262L7.00033 10.3662L3.39533 12.262L4.08366 8.24866L1.16699 5.40783L5.19783 4.81866L7.00033 1.16699Z",stroke:"#36204C",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"})}),T=({className:t})=>a("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[e("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),e("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),R=({label:t="Button",showLeadingIcon:n=!0,showTrailingIcon:l=!1,leadingIcon:o,trailingIcon:i,leftIcon:r,rightIcon:s,variant:c,buttonStyle:d="primary",state:u="default",size:m="medium",onClick:_,disabled:h,loading:p,className:v="",children:g,...b})=>{const C=p?"loading":h?"disabled":u,f=h||p||"disabled"===C,w=L(D.button,D[`style_${c||d||"primary"}`],D[`state_${C}`],D[`size_${"md"===m?"medium":"sm"===m?"small":m}`],v),P="Button"===t&&g?g:t;return a("button",{className:w,onClick:_,disabled:f,"aria-disabled":f,...b,children:[(()=>{if(!n)return null;const a=o||r;return a?"string"==typeof a?e(x,{name:a,className:D.icon}):a:"loading"===C?e(T,{className:D.loaderIcon}):e(z,{className:D.icon})})(),e("span",{className:D.label,children:P}),(()=>{if(!l)return null;const a=i||s;return a?"string"==typeof a?e(x,{name:a,className:D.icon}):a:e(z,{className:D.icon})})()]})};var W={button:"ButtonDanger-module_button__AOtwP",label:"ButtonDanger-module_label__b5KXy",icon:"ButtonDanger-module_icon__cFsc0",loaderIcon:"ButtonDanger-module_loaderIcon__0Grd9",spin:"ButtonDanger-module_spin__dWDkA",size_medium:"ButtonDanger-module_size_medium__rSyZy",size_small:"ButtonDanger-module_size_small__uAFGW",style_primary:"ButtonDanger-module_style_primary__iUyC1",state_default:"ButtonDanger-module_state_default__Y5C0B",state_hover:"ButtonDanger-module_state_hover__sATSe",state_focus:"ButtonDanger-module_state_focus__gFvzD",state_disabled:"ButtonDanger-module_state_disabled__UT767",state_loading:"ButtonDanger-module_state_loading__-C8Aq",style_neutral:"ButtonDanger-module_style_neutral__VZ0rO",style_subtle:"ButtonDanger-module_style_subtle__PTOK-"};const U=({label:t="Button",showLeadingIcon:n=!0,showTrailingIcon:l=!1,leadingIcon:o,trailingIcon:i,style:r="primary",state:s="default",size:c="medium",onClick:d,disabled:u,loading:m,className:_="",...h})=>{const p=m?"loading":u?"disabled":s,v=u||m||"disabled"===p,g=[W.button,W[`style_${r}`],W[`state_${p}`],W[`size_${c}`],_].filter(Boolean).join(" ");return a("button",{className:g,onClick:d,disabled:v,"aria-disabled":v,...h,children:[n?o||e(x,"loading"===p?{name:"spinner",size:16,className:W.loaderIcon}:{name:"star",size:14,className:W.icon}):null,e("span",{className:W.label,children:t}),l?i||e(x,{name:"star",size:14,className:W.icon}):null]})};var F={avatar:"Avatar-module_avatar__iHwNB",size_large:"Avatar-module_size_large__lysYk",size_medium:"Avatar-module_size_medium__JL1rC",size_small:"Avatar-module_size_small__F3gWo",shape_circle:"Avatar-module_shape_circle__YEmYW",shape_square:"Avatar-module_shape_square__nLoa1",initialsBg:"Avatar-module_initialsBg__54pKJ",image:"Avatar-module_image__-oxFc",initials:"Avatar-module_initials__DzwqM"};const H=({src:a,initials:t,alt:n,size:l="medium",shape:o="circle",className:i="",...r})=>{const s=[F.avatar,F[`size_${l}`],F[`shape_${o}`],!a&&t?F.initialsBg:"",i].filter(Boolean).join(" ");return e("div",{className:s,...r,children:a?e("img",{src:a,alt:n||t||"avatar",className:F.image}):e("span",{className:F.initials,children:t})})};var q="BackgroundGradient-module_container__h-ECQ",E="BackgroundGradient-module_gradientBlobsImage__HSoZE";const $=({className:a="",mode:t="Light Mode BG",...n})=>e("div",{className:`${q} ${a}`,"data-mode":t,...n,children:e("img",{className:E,src:`/bg/Mode=${t}.svg`,alt:`${t} Blobs`})});var M={badge:"Badge-module_badge__IxlOE",size_small:"Badge-module_size_small__blSq3",size_medium:"Badge-module_size_medium__hlh0Y",size_large:"Badge-module_size_large__EzYlM",type_active:"Badge-module_type_active__CPh-H",type_inactive:"Badge-module_type_inactive__xwWXA",type_default:"Badge-module_type_default__5N9w7"};const G=({label:a="Badge",type:t="default",size:n="medium",className:l="",children:o,...i})=>{const r=(e=>{if(!e)return"default";const a=e.toLowerCase();return"active"===a?"active":"inactive"===a?"inactive":"default"})(t),s=(e=>{if(!e)return"medium";const a=e.toString().toLowerCase();return"small"===a||"sm"===a?"small":"medium"===a||"md"===a?"medium":"large"===a||"lg"===a?"large":"medium"})(n),c=[M.badge,M[`type_${r}`],M[`size_${s}`],l].filter(Boolean).join(" ");return e("span",{className:c,...i,children:o||a})};var O={breadcrumbContainer:"Breadcrumb-module_breadcrumbContainer__uBvx5",itemContent:"Breadcrumb-module_itemContent__EuvYW",itemIcon:"Breadcrumb-module_itemIcon__mJSYP",itemTitle:"Breadcrumb-module_itemTitle__g8smt",separator:"Breadcrumb-module_separator__VeZVd"};const V=({items:t=[],separator:l="/",className:o="",...i})=>{const r=t.map(t=>({...t,title:a("span",{className:O.itemContent,children:[t.icon&&e(x,{name:t.icon,size:14,className:O.itemIcon}),e("span",{className:O.itemTitle,children:t.title})]})}));return e("div",{className:`${O.breadcrumbContainer} ${o}`,children:e(n,{items:r,separator:e("span",{className:O.separator,children:l}),className:O.antBreadcrumb,...i})})};var j={container:"Categories-module_container__U5Jrk",searchSection:"Categories-module_searchSection__OtRY7",searchInput:"Categories-module_searchInput__er5yT",searchIcon:"Categories-module_searchIcon__z6tia",searchIconImage:"Categories-module_searchIconImage__pGeZj",searchPlaceholder:"Categories-module_searchPlaceholder__ZmolO",searchValue:"Categories-module_searchValue__21-r9",realSearchInput:"Categories-module_realSearchInput__w4p-O",chipListContainer:"Categories-module_chipListContainer__pacAl",chipListRow:"Categories-module_chipListRow__h7kfy",chip:"Categories-module_chip__QYPTC",chipLabel:"Categories-module_chipLabel__TA2tB",chipRemove:"Categories-module_chipRemove__AZnYD",chipIcon:"Categories-module_chipIcon__jI19r",listsContainer:"Categories-module_listsContainer__qLgWk",categoryList:"Categories-module_categoryList__-hGax",categoryTitle:"Categories-module_categoryTitle__IojeE",categoryTitleText:"Categories-module_categoryTitleText__THhiO",chevronIcon:"Categories-module_chevronIcon__WSZAt",chevronImg:"Categories-module_chevronImg__u0z0y",chevronUp:"Categories-module_chevronUp__3IMMr",categoryItems:"Categories-module_categoryItems__rkjFa",categoryItemWrapper:"Categories-module_categoryItemWrapper__nSWPf",actionsContainer:"Categories-module_actionsContainer__E-9bc",cancelButton:"Categories-module_cancelButton__qSB8B",cancelButtonText:"Categories-module_cancelButtonText__iKhcE",applyButton:"Categories-module_applyButton__f9weo",applyButtonText:"Categories-module_applyButtonText__p7k-s",variant_single:"Categories-module_variant_single__nJbFl",variant_multiple:"Categories-module_variant_multiple__oR0nB"},K={itemRow:"ItemRow-module_itemRow__rSDeO",infoIcon:"ItemRow-module_infoIcon__Ipwr-",infoIconImg:"ItemRow-module_infoIconImg__70lMY",content:"ItemRow-module_content__Jpfhn",iconWrapper:"ItemRow-module_iconWrapper__tyWxd",fileIconImg:"ItemRow-module_fileIconImg__UtL3V",starIconImg:"ItemRow-module_starIconImg__N5DF0",text:"ItemRow-module_text__2UBMv",label:"ItemRow-module_label__tf9KQ",body:"ItemRow-module_body__nwnZc",checkboxField:"ItemRow-module_checkboxField__fBewb",radioField:"ItemRow-module_radioField__opyC6",type_default:"ItemRow-module_type_default__bHpMa",type_hover:"ItemRow-module_type_hover__96wT9",type_selected:"ItemRow-module_type_selected__Pr3sl",type_disabled:"ItemRow-module_type_disabled__RLuUQ",type_danger:"ItemRow-module_type_danger__4i7oG"},Q={checkboxContainer:"Checkbox-module_checkboxContainer__t5ToR",checkboxWrapper:"Checkbox-module_checkboxWrapper__MQ4h7",checkboxInput:"Checkbox-module_checkboxInput__6emi6",checkbox:"Checkbox-module_checkbox__u-vF9",size_small:"Checkbox-module_size_small__y2One",size_medium:"Checkbox-module_size_medium__tyI8A",size_large:"Checkbox-module_size_large__Dxd5a",checkboxChecked:"Checkbox-module_checkboxChecked__9S3nh",checkboxCheck:"Checkbox-module_checkboxCheck__eC-aU",checkboxIndeterminateState:"Checkbox-module_checkboxIndeterminateState__KlYdz",checkboxIndeterminate:"Checkbox-module_checkboxIndeterminate__KWSZX",indeterminateBar:"Checkbox-module_indeterminateBar__ubEie",checkIconWrapper:"Checkbox-module_checkIconWrapper__5zoMJ",checkIconInner:"Checkbox-module_checkIconInner__-31sZ",checkIcon:"Checkbox-module_checkIcon__ZZUJy",state_default:"Checkbox-module_state_default__07N9s",checkboxDisabled:"Checkbox-module_checkboxDisabled__JuvUf",state_hover:"Checkbox-module_state_hover__-aNwA",state_focus:"Checkbox-module_state_focus__iyLdL",state_pressed:"Checkbox-module_state_pressed__IXWhV",label:"Checkbox-module_label__riL34"};const Z=({checked:t=!1,indeterminate:n=!1,disabled:l=!1,state:o="default",size:i="medium",label:r="",onChange:s,className:c="",id:d,name:u,value:m,..._})=>{const h=(e=>{if(!e)return"default";const a=e.toLowerCase();return"hover"===a?"hover":"focus"===a?"focus":"pressed"===a?"pressed":"default"})(o),p="number"==typeof i,v=p?"custom":i.toLowerCase(),g=l||"disabled"===o,b=[Q.checkboxContainer,c].filter(Boolean).join(" "),C=[Q.checkbox,Q[`size_${v}`],t&&Q.checkboxChecked,!t&&n&&Q.checkboxIndeterminateState,g&&Q.checkboxDisabled,!g&&Q[`state_${h}`]].filter(Boolean).join(" "),f=d||`checkbox-${Math.random().toString(36).substr(2,9)}`;return a("div",{className:b,children:[a("div",{className:Q.checkboxWrapper,children:[e("input",{type:"checkbox",id:f,name:u,value:m,checked:t,disabled:g,onChange:e=>{!g&&s&&s(e)},className:Q.checkboxInput,"aria-checked":n?"mixed":t,"aria-disabled":g,..._}),a("label",{htmlFor:f,className:C,style:p?{width:`${i}px`,height:`${i}px`}:{},children:[t&&e("div",{className:Q.checkboxCheck,children:e("div",{className:Q.checkIconWrapper,children:e("div",{className:Q.checkIconInner,children:e(x,{name:"Check",size:12,className:Q.checkIcon})})})}),!t&&n&&e("div",{className:Q.checkboxIndeterminate,children:e("div",{className:Q.indeterminateBar})})]})]}),r&&e("label",{htmlFor:f,className:Q.label,children:r})]})};var X={radioContainer:"Radio-module_radioContainer__nD7Aj",radioWrapper:"Radio-module_radioWrapper__8nQVu",radioInput:"Radio-module_radioInput__GtQt3",radio:"Radio-module_radio__fnkSK",size_small:"Radio-module_size_small__k7iT3",size_medium:"Radio-module_size_medium__KpT8h",size_large:"Radio-module_size_large__81Vmf",radioChecked:"Radio-module_radioChecked__BaL8g",radioDot:"Radio-module_radioDot__RilTO",state_default:"Radio-module_state_default__zFRxN",radioDisabled:"Radio-module_radioDisabled__i08xK",state_hover:"Radio-module_state_hover__h6W-X",state_focus:"Radio-module_state_focus__8UGb9",state_pressed:"Radio-module_state_pressed__k6gEW",label:"Radio-module_label__rS27E"};const J=({checked:t=!1,disabled:n=!1,state:l="default",size:o="medium",label:i="",name:r,value:s,onChange:c,className:d="",id:u,...m})=>{const _=(e=>{if(!e)return"default";const a=e.toLowerCase();return"hover"===a?"hover":"focus"===a?"focus":"pressed"===a?"pressed":"default"})(l),h="number"==typeof o,p=h?"custom":o.toLowerCase(),v=n||"disabled"===l,g=[X.radioContainer,d].filter(Boolean).join(" "),b=[X.radio,X[`size_${p}`],t&&X.radioChecked,v&&X.radioDisabled,!v&&X[`state_${_}`]].filter(Boolean).join(" "),C=u||`radio-${Math.random().toString(36).substr(2,9)}`;return a("div",{className:g,children:[a("div",{className:X.radioWrapper,children:[e("input",{type:"radio",id:C,name:r,value:s,checked:t,disabled:v,onChange:e=>{!v&&c&&c(e)},className:X.radioInput,"aria-checked":t,"aria-disabled":v,...m}),e("label",{htmlFor:C,className:b,style:h?{width:`${o}px`,height:`${o}px`}:{},children:t&&e("div",{className:X.radioDot})})]}),i&&e("label",{htmlFor:C,className:X.label,children:i})]})},Y=({showLeftIcon:t=!0,hasCheckbox:n=!1,hasRadio:l=!1,checked:o=!1,chooseLeftIcon:i=null,label:r="Item",showBody:s=!1,body:c="Body",showInfo:d=!1,showRightIcon:u=!1,chooseRightIcon:m=null,type:_="Default",onClick:h,className:p="",...v})=>{const g=(e=>{if(!e)return"default";const a=e.toLowerCase();return"hover"===a?"hover":"disabled"===a?"disabled":"selected"===a?"selected":"danger"===a?"danger":"default"})(_),b="disabled"===g,C=b?"div":"button",f=[K.itemRow,K[`type_${g}`],p].filter(Boolean).join(" "),w=o||"selected"===g;return a(C,{className:f,onClick:h,disabled:b,type:"button"===C?"button":void 0,...v,children:[d&&e("div",{className:K.infoIcon,children:e(x,{name:"Info",size:14,className:K.infoIconImg})}),a("div",{className:K.content,children:[t&&e("div",{className:K.iconWrapper,children:i||e(x,{name:"File",size:14,className:K.fileIconImg})}),a("div",{className:K.text,children:[e("p",{className:K.label,children:r}),s&&e("p",{className:K.body,children:c})]}),u&&e("div",{className:K.iconWrapper,children:m||e(x,{name:"Star",size:14,className:K.starIconImg})})]}),n&&e("div",{className:K.checkboxField,children:e(Z,{checked:w,disabled:b,size:16,readOnly:!h})}),l&&e("div",{className:K.radioField,children:e(J,{checked:w,disabled:b,size:16,readOnly:!h})})]})},ee=({variant:t="single",chips:n=[],categories:l=[],onChipRemove:o,onCategoryToggle:i,onItemClick:r,onCancel:u,onApply:m,cancelLabel:_="Cancel",applyLabel:h="Apply",className:p="",...v})=>{const[g,b]=s(""),[C,f]=s(l.reduce((e,a,t)=>(e[t]=void 0===a.expanded||a.expanded,e),{})),w=c(()=>{if(!g)return l;const e=g.toLowerCase();return l.map(a=>{if((a.title||"").toLowerCase().includes(e))return a;const t=(a.items||[]).filter(a=>(a.label||"").toLowerCase().includes(e));return t.length>0?{...a,items:t}:null}).filter(e=>null!==e)},[l,g]);d(()=>{if(g){const e=w.reduce((e,a,t)=>(e[t]=!0,e),{});f(e)}},[g,w.length]);const P=(n,l)=>{const o=!!g||!1!==C[l];return a("div",{className:j.categoryList,children:[a("button",{type:"button",className:j.categoryTitle,onClick:()=>{return e=l,f(a=>({...a,[e]:!a[e]})),void(i&&i(e,!C[e]));var e},children:[e("p",{className:j.categoryTitleText,children:n.title||"Category"}),e("div",{className:j.chevronIcon,children:e(x,{name:"CaretDown",size:14,className:`${j.chevronImg} ${o?j.chevronUp:""}`})})]}),o&&e("div",{className:j.categoryItems,children:(n.items||[]).map((a,n)=>e("div",{className:j.categoryItemWrapper,children:e(Y,{label:a.label||"Item",showLeftIcon:!0,showRightIcon:!1,hasCheckbox:"multiple"===t,hasRadio:"multiple"!==t,checked:a.checked||!1,type:a.type||"default",onClick:()=>{r&&r(a,l)}})},a.id||n))})]},l)},k=[j.container,j[`variant_${t}`],p].filter(Boolean).join(" ");return a("div",{className:k,...v,children:[a("div",{className:j.searchSection,children:[a("div",{className:j.searchInput,children:[e("div",{className:j.searchIcon,children:e(x,{name:"MagnifyingGlass",size:16,className:j.searchIconImage})}),e("input",{type:"text",className:j.realSearchInput,placeholder:"Search",value:g,onChange:e=>{b(e.target.value)}})]}),(()=>{if(!n||0===n.length)return null;const t=n.slice(0,5),l=n.length-5;let i=null;return l>0&&(i={isMore:!0,label:`+${l}`}),a("div",{className:j.chipListContainer,children:[t.map((t,n)=>a("div",{className:j.chip,children:[e("p",{className:j.chipLabel,children:t.label||"Label"}),e("button",{type:"button",className:j.chipRemove,onClick:e=>{e.stopPropagation(),o&&o(t)},"aria-label":"Remove chip",children:e(x,{name:"X",size:14,className:j.chipIcon})})]},n)),i&&e("div",{className:j.chip,children:e("p",{className:j.chipLabel,children:i.label})})]})})()]}),e("div",{className:j.listsContainer,children:w.map((e,a)=>P(e,a))}),a("div",{className:j.actionsContainer,children:[e("button",{type:"button",className:j.cancelButton,onClick:u,children:e("p",{className:j.cancelButtonText,children:_})}),e("button",{type:"button",className:j.applyButton,onClick:m,children:e("p",{className:j.applyButtonText,children:h})})]})]})};var ae={cell:"Cell-module_cell__wdOpC",label:"Cell-module_label__1JEFV",defaultContent:"Cell-module_defaultContent__Vv8Xy",leadingIcon:"Cell-module_leadingIcon__zmwIZ",trailingIcon:"Cell-module_trailingIcon__6DTXX",avatarContent:"Cell-module_avatarContent__moY52",avatar:"Cell-module_avatar__gUaMQ",avatarPlaceholder:"Cell-module_avatarPlaceholder__RK0QA",statusContent:"Cell-module_statusContent__izq8j",statusDot:"Cell-module_statusDot__5-hPy",status_active:"Cell-module_status_active__yHLS8",status_online:"Cell-module_status_online__oCYlx",status_inactive:"Cell-module_status_inactive__6Jdoj",status_offline:"Cell-module_status_offline__ls8W2",status_pending:"Cell-module_status_pending__ID-H1",socialContent:"Cell-module_socialContent__YuoLv",socialIcon:"Cell-module_socialIcon__ME-Dx",actionsContent:"Cell-module_actionsContent__V-4Lc",actionButton:"Cell-module_actionButton__AJYz-",checkboxContent:"Cell-module_checkboxContent__F2jOW",toggleContent:"Cell-module_toggleContent__0JbeA",userCountContent:"Cell-module_userCountContent__lehFs",userIconWrapper:"Cell-module_userIconWrapper__qqZpf",count:"Cell-module_count__N1yFG",badge:"Cell-module_badge__7KrfZ"},te={toggleContainer:"Toggle-module_toggleContainer__lTsof",toggleWrapper:"Toggle-module_toggleWrapper__jWaBk",toggleInput:"Toggle-module_toggleInput__srGOt",toggle:"Toggle-module_toggle__zjgHl",toggleThumb:"Toggle-module_toggleThumb__hjTqE",size_small:"Toggle-module_size_small__xxt4m",size_medium:"Toggle-module_size_medium__mZRV2",size_large:"Toggle-module_size_large__dYf3X",toggleChecked:"Toggle-module_toggleChecked__ZM7BJ",state_default:"Toggle-module_state_default__Sk1P2",toggleDisabled:"Toggle-module_toggleDisabled__I8Z63",state_hover:"Toggle-module_state_hover__-Hx6l",state_focus:"Toggle-module_state_focus__E5i0q",state_pressed:"Toggle-module_state_pressed__U2veO",label:"Toggle-module_label__CzLo8"};const ne=({checked:t=!1,disabled:n=!1,state:l="default",size:o="medium",label:i="",onChange:r,className:s="",id:c,name:d,value:u,...m})=>{const _=(e=>{if(!e)return"default";const a=e.toLowerCase();return"hover"===a?"hover":"focus"===a?"focus":"pressed"===a?"pressed":"default"})(l),h=o.toLowerCase(),p=n||"disabled"===l,v=[te.toggleContainer,s].filter(Boolean).join(" "),g=[te.toggle,te[`size_${h}`],t&&te.toggleChecked,p&&te.toggleDisabled,!p&&te[`state_${_}`]].filter(Boolean).join(" "),b=c||`toggle-${Math.random().toString(36).substr(2,9)}`;return a("div",{className:v,children:[a("div",{className:te.toggleWrapper,children:[e("input",{type:"checkbox",id:b,name:d,value:u,checked:t,disabled:p,onChange:e=>{!p&&r&&r(e)},className:te.toggleInput,"aria-checked":t,"aria-disabled":p,role:"switch",...m}),e("label",{htmlFor:b,className:g,children:e("span",{className:te.toggleThumb})})]}),i&&e("label",{htmlFor:b,className:te.label,children:i})]})},le=({variant:t="default",label:n="",icon:l=null,badge:o=null,avatar:i=null,status:r=null,checked:s=!1,onChange:c,count:d=null,actions:u=[],className:m="",..._})=>e("div",{className:`${ae.cell} ${ae[`variant_${t}`]} ${m}`,..._,children:(()=>{switch(t){case"avatar":return a("div",{className:ae.avatarContent,children:[i?e("img",{src:i,alt:n,className:ae.avatar}):e("div",{className:ae.avatarPlaceholder,children:e(x,{name:"User",size:16})}),e("span",{className:ae.label,children:n})]});case"status":return a("div",{className:ae.statusContent,children:[e("div",{className:`${ae.statusDot} ${ae[`status_${r?.toLowerCase()}`]}`}),e("span",{className:ae.label,children:n}),o&&e("span",{className:ae.badge,children:o})]});case"social":return a("div",{className:ae.socialContent,children:[l&&e(x,{name:l,size:16,className:ae.socialIcon}),e("span",{className:ae.label,children:n})]});case"actions":return e("div",{className:ae.actionsContent,children:u.map((a,t)=>e("button",{className:ae.actionButton,onClick:a.onClick,title:a.label,type:"button",children:e(x,{name:a.icon,size:14})},t))});case"checkbox":return a("div",{className:ae.checkboxContent,children:[e(Z,{checked:s,onChange:c,size:"small"}),e("span",{className:ae.label,children:n})]});case"toggle":return e("div",{className:ae.toggleContent,children:e(ne,{checked:s,onChange:c,size:"small"})});case"userCount":return e("div",{className:ae.userCountContent,children:a("div",{className:ae.userIconWrapper,children:[e(x,{name:"User",size:14}),e("span",{className:ae.count,children:d})]})});default:return a("div",{className:ae.defaultContent,children:[l&&e(x,{name:l,size:16,className:ae.leadingIcon}),e("span",{className:ae.label,children:n}),o&&e("span",{className:ae.badge,children:o}),e(x,{name:"Globe",size:14,className:ae.trailingIcon})]})}})()});var oe="CellHeader-module_cellHeader__9mlaW",ie="CellHeader-module_sortable__bpx5y",re="CellHeader-module_content__6-yV0",se="CellHeader-module_checkboxWrapper__ah1PJ",ce="CellHeader-module_sortIcon__6rgJk",de="CellHeader-module_label__nRBcj";const ue=({label:t="",sortable:n=!1,sortOrder:l=null,hasCheckbox:o=!1,checked:i=!1,onSort:r,onCheckboxChange:s,className:c="",...d})=>e("div",{className:`${oe} ${n?ie:""} ${c}`,onClick:n?r:void 0,...d,children:a("div",{className:re,children:[o&&e("div",{className:se,onClick:e=>e.stopPropagation(),children:e(Z,{checked:i,onChange:s,size:"small"})}),n&&e("div",{className:ce,"aria-label":`Sort ${l||"none"}`,children:e(x,{name:"asc"===l?"SortAscending":"desc"===l?"SortDescending":"CaretUpDown",size:14})}),e("span",{className:de,children:t})]})}),me=({children:t,variant:n="default",padding:l="md",hover:o=!1,clickable:i=!1,header:r,footer:s,onClick:c,className:d,style:u,animate:m=!0,animationDuration:_=300,animationDelay:h=0,animationEasing:p="ease-in-out",...v})=>{const g=L("bg-white rounded-lg transition-all duration-200",{default:"shadow-sm border border-gray-200",elevated:"shadow-lg border border-gray-100",outlined:"border-2 border-gray-200",filled:"bg-gray-50 border border-gray-200"}[n],{xs:"p-2",sm:"p-3",md:"p-4",lg:"p-6",xl:"p-8"}[l],o&&"hover:shadow-md hover:-translate-y-0.5",i&&"cursor-pointer hover:shadow-lg hover:-translate-y-1",m&&"animate-fade-in",d),b={...u,...m&&{animationDuration:`${_}ms`,animationDelay:`${h}ms`,animationTimingFunction:p}};return a("div",{className:g,style:b,onClick:e=>{i&&c&&c(e)},...v,children:[r&&e("div",{className:"mb-4 pb-4 border-b border-gray-200",children:r}),e("div",{className:"flex-1",children:t}),s&&e("div",{className:"mt-4 pt-4 border-t border-gray-200",children:s})]})};var _e={chip:"Chip-module_chip__QDbLV",label:"Chip-module_label__jkrIf",iconWrapper:"Chip-module_iconWrapper__NWuWA",icon:"Chip-module_icon__Tkzl1",size_small:"Chip-module_size_small__FfLgY",size_medium:"Chip-module_size_medium__lOEvU",state_default:"Chip-module_state_default__Qcr59",state_hover:"Chip-module_state_hover__Fh-CV",state_pressed:"Chip-module_state_pressed__icmBU",state_active:"Chip-module_state_active__JenYe"};const he=({label:t="Label",showRightIcon:n=!0,showLeftIcon:l=!0,chooseLeftIcon:o=null,chooseRightIcon:i=null,state:r="default",size:s="medium",onRemove:c,onClick:d,className:u="",...m})=>{const _=(e=>{if(!e)return"default";const a=e.toLowerCase();return"hover"===a?"hover":"pressed"===a?"pressed":"active"===a?"active":"default"})(r),h=(s||"medium").toLowerCase(),p="small"===h?12:14,v=[_e.chip,_e[`size_${h}`],_e[`state_${_}`],u].filter(Boolean).join(" ");return a(d?"button":"div",{className:v,onClick:d,type:d?"button":void 0,...m,children:[l?o||e("div",{className:_e.iconWrapper,children:e(x,{name:"x",size:p,className:_e.icon,variant:"active"===_?"white":"default"})}):null,e("span",{className:_e.label,children:t}),n?i||e("div",{className:_e.iconWrapper,children:e(x,{name:"x",size:p,className:_e.icon,variant:"active"===_?"white":"default",onClick:e=>{e.stopPropagation(),c&&c()}})}):null]})};var pe={container:"ChipList-module_container__3H1e7",row:"ChipList-module_row__961Z3",layout_single:"ChipList-module_layout_single__t5ANI",layout_double:"ChipList-module_layout_double__5ihDG",layout_doublerow:"ChipList-module_layout_doublerow__qSwD-"};const ve=({chips:a=[],layout:t="single",onChipRemove:n,className:l="",...o})=>{const i=a.length>0?a:[{label:"Label",id:"1"},{label:"Label",id:"2"},{label:"Label",id:"3"}],r=t.toLowerCase(),s=(()=>{if("double"===r||"doublerow"===r){const e=Math.ceil(i.length/2);return[i.slice(0,e),i.slice(e)]}return[i]})(),c=[pe.container,pe[`layout_${r}`],l].filter(Boolean).join(" ");return e("div",{className:c,...o,children:s.map((a,t)=>e("div",{className:pe.row,children:a.map(a=>e(he,{label:a.label,showRightIcon:!0,showLeftIcon:!1,state:"default",size:"medium",onRemove:()=>{n&&n(a)}},a.id||a.label))},t))})};var ge={container:"Dropdown-module_container__ErjTf",type_medium:"Dropdown-module_type_medium__-9PP9",type_small:"Dropdown-module_type_small__RBIcw",label:"Dropdown-module_label__r-lFx",description:"Dropdown-module_description__o8wRo",dropdownWrapper:"Dropdown-module_dropdownWrapper__UL4uW",fieldWrapper:"Dropdown-module_fieldWrapper__tDsIq",dropdownWrapper_type_medium:"Dropdown-module_dropdownWrapper_type_medium__fvECq",dropdownWrapper_type_small:"Dropdown-module_dropdownWrapper_type_small__Giu8S",dropdownInner:"Dropdown-module_dropdownInner__-VN-B",placeholder:"Dropdown-module_placeholder__ZqFux",value:"Dropdown-module_value__pqCLT",chevronWrapper:"Dropdown-module_chevronWrapper__zvdRH",chevronIcon:"Dropdown-module_chevronIcon__iBeCV",chipList:"Dropdown-module_chipList__s1lVm",chip:"Dropdown-module_chip__7rR17",chipLabel:"Dropdown-module_chipLabel__-ksTf",chipRemove:"Dropdown-module_chipRemove__yQ6wd",chipIcon:"Dropdown-module_chipIcon__SMMHv",error:"Dropdown-module_error__5Ptsm",dropdownWrapper_type_medium_state_default:"Dropdown-module_dropdownWrapper_type_medium_state_default__5bpre",dropdownWrapper_type_small_state_default:"Dropdown-module_dropdownWrapper_type_small_state_default__skJVV",dropdownWrapper_type_medium_state_hover:"Dropdown-module_dropdownWrapper_type_medium_state_hover__44jce",dropdownWrapper_type_small_state_hover:"Dropdown-module_dropdownWrapper_type_small_state_hover__7hn5F",dropdownWrapper_type_medium_state_selected:"Dropdown-module_dropdownWrapper_type_medium_state_selected__OC89t",dropdownWrapper_type_small_state_selected:"Dropdown-module_dropdownWrapper_type_small_state_selected__BIPst",dropdownWrapper_type_medium_state_focused:"Dropdown-module_dropdownWrapper_type_medium_state_focused__9BNJD",dropdownWrapper_type_small_state_focused:"Dropdown-module_dropdownWrapper_type_small_state_focused__Eq0nK",dropdownWrapper_type_medium_state_error:"Dropdown-module_dropdownWrapper_type_medium_state_error__YgZfn",dropdownWrapper_type_small_state_error:"Dropdown-module_dropdownWrapper_type_small_state_error__40JGM",dropdownWrapper_type_medium_state_disabled:"Dropdown-module_dropdownWrapper_type_medium_state_disabled__hibT2",dropdownWrapper_type_small_state_disabled:"Dropdown-module_dropdownWrapper_type_small_state_disabled__siGnC"};const be=({value:t="",description:n="",label:l="",error:o="",hasLabel:i=!0,hasDescription:r=!0,hasError:s=!1,hasChips:c=!1,state:m="default",type:_="medium",placeholder:h="Value",chips:p=[],onChange:v,onFocus:g,onBlur:b,onClick:C,onOutsideClick:f,disabled:w,className:P="",children:k,...y})=>{const N=u(null);d(()=>{if(!f)return;const e=e=>{N.current&&!N.current.contains(e.target)&&f()};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}},[f]);const I=(_||"medium").toLowerCase(),S=w?"disabled":(e=>{if(!e)return"default";const a=e.toLowerCase().replace(/\s+/g,"").replace(/-/g,"");return"selected"===a?"selected":"focused"===a?"focused":"hover"===a?"hover":"error"===a?"error":"disabled"===a?"disabled":a})(m),L=[ge.container,ge[`type_${I}`],P].filter(Boolean).join(" "),D=[ge.dropdownWrapper,ge[`dropdownWrapper_type_${I}`],ge[`dropdownWrapper_state_${S}`],ge[`dropdownWrapper_type_${I}_state_${S}`]].filter(Boolean).join(" "),A=w||"disabled"===S,B=a("div",{className:ge.fieldWrapper,children:[e("button",{type:"button",className:D,onClick:C||g,disabled:A,"aria-disabled":A,...y,children:a("div",{className:ge.dropdownInner,children:[c&&0!==p.length?e("div",{className:ge.chipList,children:p.map((t,n)=>a("div",{className:ge.chip,children:[e("span",{className:ge.chipLabel,children:t.label||"Label"}),t.onRemove&&e("button",{type:"button",className:ge.chipRemove,onClick:e=>{e.stopPropagation(),t.onRemove&&t.onRemove()},"aria-label":"Remove chip",children:e(x,{name:"x",size:10,className:ge.chipIcon})})]},n))}):null,e("span",t?{className:ge.value,children:t}:{className:ge.placeholder,children:h}),e("div",{className:ge.chevronWrapper,children:e(x,{name:k?"caret-up":"caret-down",size:12,className:ge.chevronIcon})})]})}),k]});return a("div",{className:L,ref:N,children:[i&&l&&e("p",{className:ge.label,children:l}),r&&n&&e("p",{className:ge.description,children:n}),B,s&&o&&e("p",{className:ge.error,children:o})]})};var Ce={dropdownNestedColumn:"DropdownNestedColumn-module_dropdownNestedColumn__-cag7",titleFrame:"DropdownNestedColumn-module_titleFrame__-offj",titleAndCta:"DropdownNestedColumn-module_titleAndCta__4y7z4",titleText:"DropdownNestedColumn-module_titleText__G5mny",clearAllButton:"DropdownNestedColumn-module_clearAllButton__jEO-i",clearAllText:"DropdownNestedColumn-module_clearAllText__WR6Lj",chevronButton:"DropdownNestedColumn-module_chevronButton__pJED1",chevronContainer:"DropdownNestedColumn-module_chevronContainer__KBjay",chevronIcon:"DropdownNestedColumn-module_chevronIcon__B-Vxx",dropdownWithSearch:"DropdownNestedColumn-module_dropdownWithSearch__pLH5k",dropdownContent:"DropdownNestedColumn-module_dropdownContent__yxwX7",chipListSection:"DropdownNestedColumn-module_chipListSection__hz0gx",chipGrid:"DropdownNestedColumn-module_chipGrid__7wFEN",noChips:"DropdownNestedColumn-module_noChips__wktQg",moreChipsChip:"DropdownNestedColumn-module_moreChipsChip__SVtTL",searchInputSection:"DropdownNestedColumn-module_searchInputSection__QRUBF",searchInput:"DropdownNestedColumn-module_searchInput__xvb2F",searchIcon:"DropdownNestedColumn-module_searchIcon__aASpj",searchField:"DropdownNestedColumn-module_searchField__UP-pl",itemsList:"DropdownNestedColumn-module_itemsList__V41r6",itemsContainer:"DropdownNestedColumn-module_itemsContainer__2IXay",noItems:"DropdownNestedColumn-module_noItems__oiWmw"};const fe=({title:t="Title",expanded:n=!0,chips:l=[],items:o=[],onClearAll:i,onChipRemove:r,onItemClick:c,className:d="",...u})=>{const[m,_]=s(n),[h,p]=s(""),v=[Ce.dropdownNestedColumn,d].filter(Boolean).join(" "),g=a("div",{className:Ce.titleAndCta,children:[e("p",{className:Ce.titleText,children:t}),e("button",{className:Ce.clearAllButton,onClick:e=>{e.stopPropagation(),i&&i()},type:"button",children:e("p",{className:Ce.clearAllText,children:"Clear all"})})]}),b=o.filter(e=>e.label.toLowerCase().includes(h.toLowerCase()));return a("div",{className:v,...u,children:[a("div",{className:Ce.titleFrame,children:[g,e("button",{className:Ce.chevronButton,onClick:()=>{_(!m)},type:"button",children:e("div",{className:Ce.chevronContainer,children:e("div",{className:Ce.chevronIcon,style:{transform:m?"rotate(0deg)":"rotate(180deg)",transition:"transform 0.2s ease"},children:e(x,{name:"caret-up",size:16})})})})]}),m&&e("div",{className:Ce.dropdownWithSearch,children:a("div",{className:Ce.dropdownContent,children:[e("div",{className:Ce.chipListSection,children:l.length>0?a("div",{className:Ce.chipGrid,children:[l.slice(0,5).map(a=>e(he,{label:a.label,showRightIcon:!0,showLeftIcon:!1,state:"default",size:"medium",onRemove:()=>{r&&r(a)}},a.id||a.label)),l.length>5&&e(he,{label:"+"+(l.length-5),showRightIcon:!1,showLeftIcon:!1,state:"default",size:"medium",className:Ce.moreChipsChip})]}):e("div",{className:Ce.noChips,children:"No items selected"})}),e("div",{className:Ce.searchInputSection,children:a("div",{className:Ce.searchInput,children:[e(x,{name:"magnifying-glass",size:16,className:Ce.searchIcon}),e("input",{type:"text",className:Ce.searchField,placeholder:"Search",value:h,onChange:e=>p(e.target.value)})]})}),e("div",{className:Ce.itemsList,children:e("div",{className:Ce.itemsContainer,children:b.length>0?b.map((a,t)=>e(Y,{label:a.label,showLeftIcon:!1,showRightIcon:!1,hasCheckbox:!0,hasRadio:!1,checked:a.checked||!1,type:a.type||"Default",onClick:()=>{c&&c(a)}},a.id||t)):e("div",{className:Ce.noItems,children:"No items found"})})})]})})]})};var we={dropdownNested:"DropdownNested-module_dropdownNested__S7idI",columns:"DropdownNested-module_columns__VciGu",column:"DropdownNested-module_column__clf4o",ctas:"DropdownNested-module_ctas__MWS3w",cancelButton:"DropdownNested-module_cancelButton__c-8mc",applyButton:"DropdownNested-module_applyButton__AvCpG"};const Pe=({leftColumn:t={title:"Select a Member",chips:[],items:[]},rightColumn:n={title:"Select a Group",chips:[],items:[]},onLeftClearAll:l,onRightClearAll:o,onLeftChipRemove:i,onRightChipRemove:r,onLeftItemClick:s,onRightItemClick:c,onCancel:d,onApply:u,className:m="",..._})=>{const h=t.chips,p=n.chips,v=t.items,g=n.items,b=[we.dropdownNested,m].filter(Boolean).join(" ");return a("div",{className:b,..._,children:[a("div",{className:we.columns,children:[e("div",{className:we.column,children:e(fe,{title:t.title,expanded:!0,chips:h,items:v,onClearAll:l,onChipRemove:i,onItemClick:s})}),e("div",{className:we.column,children:e(fe,{title:n.title,expanded:!0,chips:p,items:g,onClearAll:o,onChipRemove:r,onItemClick:c})})]}),a("div",{className:we.ctas,children:[e(U,{label:"Cancel",style:"neutral",size:"medium",showLeadingIcon:!1,onClick:d,className:we.cancelButton}),e(R,{label:"Apply",buttonStyle:"primary",size:"medium",showLeadingIcon:!1,onClick:u,className:we.applyButton})]})]})};var ke={iconButton:"IconButton-module_iconButton__RX7bN",icon:"IconButton-module_icon__1mvRD",loaderIcon:"IconButton-module_loaderIcon__AB3CY",spin:"IconButton-module_spin__dIR-z",size_medium:"IconButton-module_size_medium__vDKx5",size_small:"IconButton-module_size_small__6QIGb",style_primary:"IconButton-module_style_primary__iuggd",state_default:"IconButton-module_state_default__CRDoC",state_hover:"IconButton-module_state_hover__gREn9",state_focus:"IconButton-module_state_focus__rPK-E",state_disabled:"IconButton-module_state_disabled__LFZlJ",state_loading:"IconButton-module_state_loading__jB6U7",style_secondary:"IconButton-module_style_secondary__3em9O",style_neutral:"IconButton-module_style_neutral__hzeSD",style_subtle:"IconButton-module_style_subtle__QK4-l"};const ye=({icon:a,style:t="primary",state:n="default",size:l="medium",onClick:o,disabled:i,loading:r,className:s="",...c})=>{const d=r?"loading":i?"disabled":n,u=i||r||"disabled"===d,m=[ke.iconButton,ke[`style_${t}`],ke[`state_${d}`],ke[`size_${l}`],s].filter(Boolean).join(" ");return e("button",{className:m,onClick:o,disabled:u,"aria-disabled":u,...c,children:a?"string"==typeof a?e(x,{name:a,className:ke.icon,size:14}):a:e(x,"loading"===d?{name:"spinner",className:ke.loaderIcon,size:16}:{name:"star",className:ke.icon,size:14})})};var Ne={overlay:"Modal-module_overlay__-RqGQ",fadeIn:"Modal-module_fadeIn__bf4KI",modal:"Modal-module_modal__MUsZA",slideUp:"Modal-module_slideUp__ZdbV-",small:"Modal-module_small__tMzhZ",medium:"Modal-module_medium__ww1Z7",large:"Modal-module_large__J-zZn",closeButton:"Modal-module_closeButton__1Oslg",content:"Modal-module_content__1bCpv",iconWrapper:"Modal-module_iconWrapper__99kUR",textStack:"Modal-module_textStack__QbEZb",title:"Modal-module_title__TUIss",description:"Modal-module_description__o6Czk",actions:"Modal-module_actions__YzyOX"};const Ie=({isOpen:t,onClose:n,title:l,description:o,icon:i,children:r,actions:s,size:c="medium",showCloseButton:u=!0,className:m="",..._})=>{if(d(()=>(document.body.style.overflow=t?"hidden":"unset",()=>{document.body.style.overflow="unset"}),[t]),!t)return null;return e("div",{className:Ne.overlay,onClick:e=>{e.target===e.currentTarget&&n&&n()},children:a("div",{className:`${Ne.modal} ${Ne[c]} ${m}`,role:"dialog","aria-modal":"true",..._,children:[u&&e("button",{className:Ne.closeButton,onClick:n,"aria-label":"Close modal",children:e(x,{name:"X"})}),a("div",{className:Ne.content,children:[i&&e("div",{className:Ne.iconWrapper,children:i}),r||a("div",{className:Ne.textStack,children:[l&&e("h2",{className:Ne.title,children:l}),o&&e("p",{className:Ne.description,children:o})]}),s&&e("div",{className:Ne.actions,children:s})]})]})})};var Se={notification:"Notification-module_notification__U2DR1",size_small:"Notification-module_size_small__kHQRv",size_medium:"Notification-module_size_medium__hJpV4",variant_primary:"Notification-module_variant_primary__OQM8e",variant_neutral:"Notification-module_variant_neutral__tmXIq",variant_subtle:"Notification-module_variant_subtle__uwELf",count:"Notification-module_count__XmK01",plus:"Notification-module_plus__oBCK6"};const Le=({count:n=0,variant:l="primary",size:o="medium",maxCount:i=99,className:r="",...s})=>{const c=[Se.notification,Se[`variant_${l}`],Se[`size_${o}`],r].filter(Boolean).join(" ");return e("span",{className:c,...s,children:(()=>{if("number"==typeof n&&n>i)return a(t,{children:[e("span",{className:Se.count,children:i}),e("span",{className:Se.plus,children:"+"})]});if("string"==typeof n&&n.endsWith("+")){const l=n.slice(0,-1);return a(t,{children:[e("span",{className:Se.count,children:l}),e("span",{className:Se.plus,children:"+"})]})}return n})()})};var De={paginationWrapper:"Pagination-module_paginationWrapper__Da07-",navButtonCustom:"Pagination-module_navButtonCustom__dtnOI",navIcon:"Pagination-module_navIcon__jEBAO",navText:"Pagination-module_navText__epoAF"};const Ae=t=>e(l,{theme:{token:{colorPrimary:"#4432bf",borderRadius:8,fontFamily:"'Host Grotesk', sans-serif",colorText:"#2f353b",colorTextDescription:"#768494",motion:!1},components:{Pagination:{itemActiveBg:"#4432bf",itemActiveColor:"#F3EEF9",itemBg:"transparent",itemInputBg:"#ffffff",itemSize:36,itemSizeSM:32}}},children:e("div",{className:`${De.paginationWrapper} ${t.className||""}`,children:e(o,{itemRender:(n,l,o)=>"prev"===l?a("div",{className:`${De.navButtonCustom} ${t.disabled?De.disabled:""}`,children:[e("div",{className:De.navIcon,style:{WebkitMaskImage:"url('/icon/ArrowLeft.svg')",maskImage:"url('/icon/ArrowLeft.svg')"}}),e("span",{className:De.navText,children:"Previous"})]}):"next"===l?a("div",{className:`${De.navButtonCustom} ${t.disabled?De.disabled:""}`,children:[e("span",{className:De.navText,children:"Next"}),e("div",{className:De.navIcon,style:{WebkitMaskImage:"url('/icon/ArrowRight.svg')",maskImage:"url('/icon/ArrowRight.svg')"}})]}):o,...t})})});var Be={container:"Search-module_container__NslV2",input:"Search-module_input__-SRzW",inputInner:"Search-module_inputInner__BFwA4",searchIcon:"Search-module_searchIcon__kOb49",searchIconImage:"Search-module_searchIconImage__JG5O3",placeholder:"Search-module_placeholder__XGEtM",value:"Search-module_value__r-4hD",realInput:"Search-module_realInput__REpAG",inputInner_state_focused:"Search-module_inputInner_state_focused__Zl5a2",cursor:"Search-module_cursor__hsCJx",blink:"Search-module_blink__PSxpt",cursorTyping:"Search-module_cursorTyping__wAW5b",error:"Search-module_error__4NuH1",input_state_default:"Search-module_input_state_default__5QR0F",inputInner_state_default:"Search-module_inputInner_state_default__YpSHL",input_state_hover:"Search-module_input_state_hover__zvOhd",inputInner_state_hover:"Search-module_inputInner_state_hover__Gxcb9",input_state_focused:"Search-module_input_state_focused__TDgsA",input_state_typing:"Search-module_input_state_typing__GFivl",inputInner_state_typing:"Search-module_inputInner_state_typing__9zezH",input_state_filled:"Search-module_input_state_filled__3FE6u",inputInner_state_filled:"Search-module_inputInner_state_filled__qOdD4",input_state_filledHover:"Search-module_input_state_filledHover__kQu9I",inputInner_state_filledHover:"Search-module_inputInner_state_filledHover__2EMWM",input_state_error:"Search-module_input_state_error__F-GNS",inputInner_state_error:"Search-module_inputInner_state_error__zTv5f",input_state_disabled:"Search-module_input_state_disabled__F5cPc",inputInner_state_disabled:"Search-module_inputInner_state_disabled__gKmLt"};const xe=({value:t="",error:n="",hasError:l=!1,state:o="default",placeholder:i="Search",onChange:r,onFocus:c,onBlur:d,disabled:u,className:m="",title:_="",...h})=>{const[p,v]=s(!1),[g,b]=s(!1),C=(()=>{if(u)return"disabled";const e=(e=>{if(!e||"default"===e)return null;const a=e.toLowerCase().replace(/\s+/g,"").replace(/-/g,"");return"filledin"===a||"filled"===a?"filled":"filledinhover"===a||"filledhover"===a||"filled-hover"===a?"filledHover":"focused"===a?"focused":"typing"===a?"typing":"hover"===a?"hover":"error"===a?"error":"disabled"===a?"disabled":a})(o);return e||(l?"error":g?t?"typing":"focused":p?t?"filledHover":"hover":t?"filled":"default")})(),f=[Be.container,m].filter(Boolean).join(" "),w=[Be.input,Be[`input_state_${C}`]].filter(Boolean).join(" "),P=[Be.inputInner,Be[`inputInner_state_${C}`]].filter(Boolean).join(" "),k=u||"disabled"===C;return a("div",{className:f,title:_,onMouseEnter:()=>v(!0),onMouseLeave:()=>v(!1),children:[e("div",{className:w,children:a("div",{className:P,children:[e("div",{className:Be.searchIcon,children:e(x,{name:"magnifying-glass",className:Be.searchIconImage,size:16})}),e("input",{type:"search",className:Be.realInput,value:t,placeholder:i,onChange:r,onFocus:e=>{b(!0),c?.(e)},onBlur:e=>{b(!1),d?.(e)},disabled:k,...h}),("focused"===C||"typing"===C)&&!t&&e("span",{className:Be.cursor,children:"|"})]})}),l&&n&&e("p",{className:Be.error,children:n})]})};var ze={statusIndicator:"StatusIndicator-module_statusIndicator__dYsH-",indicator:"StatusIndicator-module_indicator__YQzs6",label:"StatusIndicator-module_label__WM5I3",size_medium:"StatusIndicator-module_size_medium__Fp-1x",state_default:"StatusIndicator-module_state_default__J4F1G",state_hover:"StatusIndicator-module_state_hover__Hmr-w",state_pressed:"StatusIndicator-module_state_pressed__Cz8o1",state_active:"StatusIndicator-module_state_active__nOiXv",state_disabled:"StatusIndicator-module_state_disabled__umvwX"};const Te=({label:t="Status",state:n="default",size:l="medium",color:o="green",onClick:i,className:r="",...s})=>{const c=(e=>{if(!e)return"default";const a=e.toLowerCase();return"hover"===a?"hover":"pressed"===a?"pressed":"active"===a?"active":"disabled"===a?"disabled":"default"})(n),d=(e=>{if(!e)return"green";const a=e.toLowerCase();return"red"===a?"red":"yellow"===a?"yellow":"blue"===a?"blue":"green"})(o),u=l.toLowerCase(),m=[ze.statusIndicator,ze[`size_${u}`],ze[`state_${c}`],ze[`color_${d}`],r].filter(Boolean).join(" ");return a(i?"button":"div",{className:m,onClick:i,disabled:"disabled"===c,type:i?"button":void 0,...s,children:[(()=>{const a=(()=>{switch(d){case"red":return"var(--color-red-500)";case"yellow":return"var(--color-yellow-500)";case"blue":return"var(--color-violet-500)";default:return"var(--color-green-500)"}})();return e("div",{className:ze.indicator,style:{backgroundColor:a}})})(),e("span",{className:ze.label,children:t})]})};var Re={tab:"Tab-module_tab__SstW0",label:"Tab-module_label__3WQV-",active:"Tab-module_active__RQPjd",disabled:"Tab-module_disabled__m49K5",underline:"Tab-module_underline__IupnS",slideIn:"Tab-module_slideIn__owi-7"};const We=({label:t,count:n,isActive:l=!1,disabled:o=!1,onClick:i,className:r="",...s})=>{const c=[Re.tab,l&&Re.active,o&&Re.disabled,r].filter(Boolean).join(" ");return a("button",{className:c,onClick:e=>{!o&&i&&i(e)},disabled:o,type:"button",role:"tab","aria-selected":l,...s,children:[e("span",{className:Re.label,children:t}),null!=n&&e(Le,{count:n,variant:o?"subtle":l?"primary":"neutral",size:"small",className:Re.notification}),l&&e("div",{className:Re.underline})]})};var Ue={tabList:"TabList-module_tabList__sSh3n"};const Fe=({items:a,activeKey:t,onChange:n,className:l=""})=>{const o=[Ue.tabList,l].filter(Boolean).join(" ");return e("div",{className:o,role:"tablist",children:a.map(a=>e(We,{label:a.label,count:a.count,disabled:a.disabled,isActive:t===a.key,onClick:()=>!a.disabled&&n?.(a.key)},a.key))})};var He={tableContainer:"Table-module_tableContainer__R0vmz",checkboxHeader:"Table-module_checkboxHeader__nB0jp",tableCell:"Table-module_tableCell__gaAKu",antTable:"Table-module_antTable__bZm6O",dragHandleHeader:"Table-module_dragHandleHeader__KczQT",dragHandleCell:"Table-module_dragHandleCell__3TeKk",dragHandle:"Table-module_dragHandle__gi396",rowDragging:"Table-module_rowDragging__OkG8Q","ant-table-tbody":"Table-module_ant-table-tbody__77qO2",sortIcon:"Table-module_sortIcon__1ordV",columnHeaderContent:"Table-module_columnHeaderContent__3qDkz","ant-table-column-title":"Table-module_ant-table-column-title__OGte0",columnHeaderLabel:"Table-module_columnHeaderLabel__s57EO",sortIconLeft:"Table-module_sortIconLeft__zL1i-","ant-table-thead":"Table-module_ant-table-thead__zf80i",resizeHandle:"Table-module_resizeHandle__2zwBq",resizeHandleLine:"Table-module_resizeHandleLine__i85s6",resizing:"Table-module_resizing__rV8oe","ant-table-column-sorters":"Table-module_ant-table-column-sorters__5YiWY"};const qe=m(null),Ee=({children:a,id:t,rowKey:n,row:l})=>{const{attributes:o,listeners:i,setNodeRef:r,transform:s,transition:c,isDragging:d}=N({id:t}),u={transform:I.Transform.toString(s),transition:c,opacity:d?.5:1};return e(qe.Provider,{value:{attributes:o,listeners:i},children:e("tr",{ref:r,style:u,className:`${d?He.rowDragging:""}`,children:a})})},$e=()=>{const a=h(qe);if(!a)return null;const{attributes:t,listeners:n}=a;return e("td",{className:He.dragHandleCell,children:e("div",{className:He.dragHandle,...n,...t,children:e(x,{name:"dots-six-vertical",size:12})})})},Me=({columnKey:a,onResizeStart:t,onResize:n,onResizeEnd:l})=>{const o=u(null),[i,r]=s(!1),c=_(e=>{e.preventDefault(),e.stopPropagation(),r(!0);const i=e.clientX,s=o.current?.parentElement?.offsetWidth||0,c=e=>{const t=e.clientX-i,l=Math.max(50,s+t);n&&n(a,l)},d=()=>{r(!1),l&&l(a),document.removeEventListener("mousemove",c),document.removeEventListener("mouseup",d),document.body.style.cursor="",document.body.style.userSelect=""};t&&t(a),document.addEventListener("mousemove",c),document.addEventListener("mouseup",d),document.body.style.cursor="col-resize",document.body.style.userSelect="none"},[a,n,t,l]);return e("div",{ref:o,className:`${He.resizeHandle} ${i?He.resizing:""}`,onMouseDown:c,title:"Drag to resize column",children:e("div",{className:He.resizeHandleLine})})};function Ge({columns:t=[],data:n=[],rowKey:l="id",onRowReorder:o,onRowSelect:d,onSort:u,className:m="",...h}){const[N,I]=s([]),[S,L]=s({}),[D,A]=s(n),[B,z]=s({});r.useEffect(()=>{A(n)},[n]),r.useEffect(()=>{const e=()=>{const e=document.querySelector(`.${He.tableContainer}`);if(!e)return;e.querySelectorAll(".ant-table-thead > tr > th").forEach(e=>{const a=window.getComputedStyle(e,"::before");if("none"!==a.content&&""!==a.content){const e="remove-table-separator";let a=document.getElementById(e);a||(a=document.createElement("style"),a.id=e,a.textContent=`\n .${He.tableContainer} .ant-table-thead > tr > th::before {\n display: none !important;\n content: none !important;\n width: 0 !important;\n height: 0 !important;\n background: none !important;\n opacity: 0 !important;\n visibility: hidden !important;\n }\n `,document.head.appendChild(a))}})};e();const a=[setTimeout(e,50),setTimeout(e,100),setTimeout(e,200)],t=new MutationObserver(e),n=document.querySelector(`.${He.tableContainer}`);return n&&t.observe(n,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["class"]}),()=>{a.forEach(clearTimeout),t.disconnect();const e=document.getElementById("remove-table-separator");e&&e.remove()}},[D,t]),r.useEffect(()=>{const e=()=>{const e=document.querySelector(`.${He.tableContainer}`);if(!e)return;e.querySelectorAll(".ant-table-column-sorter, .ant-table-column-sorter-full, .ant-table-column-sorter-inner").forEach(e=>{const a=e;a.closest(`.${He.sortIconLeft}`)||(a.style.display="none",a.style.visibility="hidden",a.style.opacity="0",a.style.width="0",a.style.height="0",a.style.margin="0",a.style.padding="0")})};e();const a=setTimeout(e,100),t=new MutationObserver(e),n=document.querySelector(`.${He.tableContainer}`);return n&&t.observe(n,{childList:!0,subtree:!0,attributes:!0}),()=>{clearTimeout(a),t.disconnect()}},[D,t,S]);const T=p(v(g),v(b,{coordinateGetter:w})),R=e=>{I(e),d&&d(e)},W=_((e,a)=>{z(t=>({...t,[e]:a}))},[]),U=_(e=>{},[]),F=_(e=>{},[]),H=c(()=>{const n={title:"",key:"drag-handle",width:40,fixed:"left",className:He.dragHandleHeader,render:()=>e($e,{})},o=t.map(t=>{const n=B[t.key]||t.width||void 0,l=t.sortable&&S.columnKey===t.key&&S.order||null,o=t.sortable?e("span",{className:He.sortIconLeft,onClick:e=>{if(e.stopPropagation(),!t.sortable)return;let a;if(a=S.columnKey===t.key?"ascend"===S.order?"descend":"descend"===S.order?null:"ascend":"ascend",a){if(L({order:a,columnKey:t.key}),u){const e="ascend"===a?"asc":"desc";u(t.key,e)}}else L({}),u&&u(null,null)},title:"Click to sort",children:(i=l,e(x,"ascend"===i?{name:"sort-ascending",size:14}:"descend"===i?{name:"sort-descending",size:14}:{name:"caret-up-down",size:14}))}):null;var i;return{title:a("div",{className:He.columnHeaderContent,children:[o,e("span",{className:He.columnHeaderLabel,children:t.label}),e(Me,{columnKey:t.key,onResizeStart:U,onResize:W,onResizeEnd:F})]}),dataIndex:t.key,key:t.key,width:n,sorter:!1,render:t.render||(e=>e),className:He.tableCell,showSorterTooltip:!1}}),i=D.length,r=N.length,s=i>0&&r===i,c=!(0===r)&&!s;return[n,{title:e("div",{className:He.checkboxHeader,children:e(Z,{checked:s,indeterminate:c,onChange:e=>{if(c)R([]);else{const a=e.target.checked;R(a?D.map(e=>e[l]):[])}},size:"small"})}),key:"selection",width:48,fixed:"left",className:`${He.tableCell} ${He.checkboxColumn}`,render:(a,t)=>{const n=N.includes(t[l]);return e("div",{className:He.checkboxCell,children:e(Z,{checked:n,onChange:e=>{const a=e.target.checked?[...N,t[l]]:N.filter(e=>e!==t[l]);R(a)},size:"small"})})}},...o]},[t,S,B,N,D,l,u,U,W,F]),q=[He.tableContainer,m].filter(Boolean).join(" "),E=c(()=>D.map(e=>e[l]),[D,l]),$={body:{row:a=>{let t=a["data-row-key"];if(!t&&a.children){const e=r.Children.toArray(a.children);for(const a of e){const e=a;if(e?.props?.record?.[l]){t=e.props.record[l];break}}}if(!t&&void 0!==a["data-row-index"]){const e=a["data-row-index"];D[e]&&D[e][l]&&(t=D[e][l])}return t?e(Ee,{id:t,rowKey:l,row:a,children:a.children}):e("tr",{...a,children:a.children})}}};return e("div",{className:q,...h,children:e(C,{sensors:T,collisionDetection:f,onDragEnd:e=>{const{active:a,over:t}=e;t&&a.id!==t.id&&A(e=>{const n=e.findIndex(e=>e[l]===a.id),i=e.findIndex(e=>e[l]===t.id),r=y(e,n,i);return o&&o(r),r})},children:e(P,{items:E,strategy:k,children:e(i,{className:He.antTable,columns:H,dataSource:D,rowKey:l,pagination:!1,scroll:{y:600,x:"max-content"},size:"middle",components:$})})})})}var Oe={container:"TextArea-module_container__8G9wA",label:"TextArea-module_label__sMQAR",description:"TextArea-module_description__P-BRk",textareaWrapper:"TextArea-module_textareaWrapper__cnITK",textareaInner:"TextArea-module_textareaInner__yxET8",textContent:"TextArea-module_textContent__5-qwn",title:"TextArea-module_title__V-RBC",nativeTextarea:"TextArea-module_nativeTextarea__1fdWN",iconWrapper:"TextArea-module_iconWrapper__3-EUI",icon:"TextArea-module_icon__K1T5J",dragIcon:"TextArea-module_dragIcon__UGnz0",dragIconImage:"TextArea-module_dragIconImage__u8y7I",error:"TextArea-module_error__qIUbc",textareaWrapper_state_default:"TextArea-module_textareaWrapper_state_default__2mpPG",textareaWrapper_state_hover:"TextArea-module_textareaWrapper_state_hover__yNCVJ",textareaWrapper_state_disabled:"TextArea-module_textareaWrapper_state_disabled__Q2hqV",textareaWrapper_state_focused:"TextArea-module_textareaWrapper_state_focused__UfdMe",textareaWrapper_state_typing:"TextArea-module_textareaWrapper_state_typing__81iqx",textareaWrapper_state_filled:"TextArea-module_textareaWrapper_state_filled__XKopI",textareaWrapper_state_filledHover:"TextArea-module_textareaWrapper_state_filledHover__AQra1",textareaWrapper_state_error:"TextArea-module_textareaWrapper_state_error__iBcMB"};const Ve=({value:t,defaultValue:n,body:l,title:o="",description:i="",label:r="",error:c="",hasLabel:d=!0,hasDescription:u=!0,hasError:m=!1,showIcon:_=!1,chooseIcon:h=null,showTitle:p=!1,showDragIcon:v=!0,state:g="default",placeholder:b="Body",onChange:C,onFocus:f,onBlur:w,disabled:P,className:k="",rows:y=4,...N})=>{const[I,S]=s(!1);let L=P?"disabled":(e=>{if(!e)return"default";const a=e.toLowerCase().replace(/\s+/g,"").replace(/-/g,"");return"filledin"===a||"filled"===a?"filled":"filledinhover"===a||"filledhover"===a||"filled-hover"===a?"filledHover":"focused"===a?"focused":"typing"===a?"typing":"hover"===a?"hover":"error"===a?"error":"disabled"===a?"disabled":a})(g);"default"===L&&I&&(L="focused");const D=[Oe.container,k].filter(Boolean).join(" "),A=[Oe.textareaWrapper,Oe[`textareaWrapper_state_${L}`],m?Oe.textareaWrapper_state_error:""].filter(Boolean).join(" "),B=P||"disabled"===L,x=void 0!==t?t:l;return a("div",{className:D,children:[d&&r&&e("label",{className:Oe.label,children:r}),u&&i&&e("p",{className:Oe.description,children:i}),e("div",{className:A,children:a("div",{className:Oe.textareaInner,children:[a("div",{className:Oe.textContent,children:[p&&o&&e("p",{className:Oe.title,children:o}),e("textarea",{className:Oe.nativeTextarea,value:x,defaultValue:n,placeholder:b,onChange:C,onFocus:e=>{S(!0),f&&f(e)},onBlur:e=>{S(!1),w&&w(e)},disabled:B,rows:y,...N})]}),_?h||e("div",{className:Oe.iconWrapper,children:e("img",{src:"/icons/Icon.svg",alt:"Icon",className:Oe.icon})}):null,v?e("div",{className:Oe.dragIcon,children:e("img",{src:"/icons/Vector.svg",alt:"Drag",className:Oe.dragIconImage})}):null]})}),(m||"error"===L)&&c&&e("p",{className:Oe.error,children:c})]})};export{H as Avatar,$ as BackgroundGradient,G as Badge,V as Breadcrumb,R as Button,U as ButtonDanger,me as Card,ee as Categories,le as Cell,ue as CellHeader,Z as Checkbox,he as Chip,ve as ChipList,be as Dropdown,Pe as DropdownNested,fe as DropdownNestedColumn,x as Icon,ye as IconButton,Y as ItemRow,Ie as Modal,Le as Notification,Ae as Pagination,J as Radio,xe as Search,Te as StatusIndicator,We as Tab,Fe as TabList,Ge as Table,Ve as TextArea,ne as Toggle};
1
+ import{jsx as e,jsxs as a,Fragment as t}from"react/jsx-runtime";import{Breadcrumb as n,ConfigProvider as l,Pagination as o,Table as i}from"antd";import r,{useState as s,useMemo as c,useEffect as d,useRef as u,createContext as m,useCallback as _,useContext as h}from"react";import{useSensors as p,useSensor as v,PointerSensor as g,KeyboardSensor as b,DndContext as C,closestCenter as f}from"@dnd-kit/core";import{sortableKeyboardCoordinates as w,SortableContext as P,verticalListSortingStrategy as y,arrayMove as k,useSortable as N}from"@dnd-kit/sortable";import{CSS as I}from"@dnd-kit/utilities";function S(e){var a,t,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e)){var l=e.length;for(a=0;a<l;a++)e[a]&&(t=S(e[a]))&&(n&&(n+=" "),n+=t)}else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function L(){for(var e,a,t=0,n="",l=arguments.length;t<l;t++)(e=arguments[t])&&(a=S(e))&&(n&&(n+=" "),n+=a);return n}var B={button:"Button-module_button__hvJpb",label:"Button-module_label__zSB3D",icon:"Button-module_icon__pfoz5",loaderIcon:"Button-module_loaderIcon__4WG9k",spin:"Button-module_spin__6Uwop",size_medium:"Button-module_size_medium__TGkrI",size_small:"Button-module_size_small__-vQKB",style_primary:"Button-module_style_primary__GfCKd",state_default:"Button-module_state_default__KGxJA",state_hover:"Button-module_state_hover__NNaw2",state_focus:"Button-module_state_focus__xudCD",state_disabled:"Button-module_state_disabled__6SakQ",state_loading:"Button-module_state_loading__ZhHO9",style_secondary:"Button-module_style_secondary__9kVUP",style_neutral:"Button-module_style_neutral__ZoLsO",style_subtle:"Button-module_style_subtle__oOeBv"},A={icon:"Icon-module_icon__hJi-x",variant_default:"Icon-module_variant_default__4khrG",variant_hover:"Icon-module_variant_hover__Z-Zt4",variant_active:"Icon-module_variant_active__B7W-7",variant_disabled:"Icon-module_variant_disabled__u8BHu",variant_white:"Icon-module_variant_white__LRbrT"};const x=[{name:"app-window",label:"App Window",filePath:"icon/AppWindow.svg",variantCount:1},{name:"arrow-arc-left",label:"Arrow Arc Left",filePath:"icon/ArrowArcLeft.svg",variantCount:1},{name:"arrow-arc-right",label:"Arrow Arc Right",filePath:"icon/ArrowArcRight.svg",variantCount:1},{name:"arrow-bend-double-up-left",label:"Arrow Bend Double Up Left",filePath:"icon/ArrowBendDoubleUpLeft.svg",variantCount:1},{name:"arrow-bend-double-up-right",label:"Arrow Bend Double Up Right",filePath:"icon/ArrowBendDoubleUpRight.svg",variantCount:1},{name:"arrow-bend-down-left",label:"Arrow Bend Down Left",filePath:"icon/ArrowBendDownLeft.svg",variantCount:1},{name:"arrow-bend-down-right",label:"Arrow Bend Down Right",filePath:"icon/ArrowBendDownRight.svg",variantCount:1},{name:"arrow-bend-left-down",label:"Arrow Bend Left Down",filePath:"icon/ArrowBendLeftDown.svg",variantCount:1},{name:"arrow-bend-right-down",label:"Arrow Bend Right Down",filePath:"icon/ArrowBendRightDown.svg",variantCount:1},{name:"arrow-bend-right-up",label:"Arrow Bend Right Up",filePath:"icon/ArrowBendRightUp.svg",variantCount:1},{name:"arrow-bend-up-left",label:"Arrow Bend Up Left",filePath:"icon/ArrowBendUpLeft.svg",variantCount:1},{name:"arrow-bend-up-right",label:"Arrow Bend Up Right",filePath:"icon/ArrowBendUpRight.svg",variantCount:1},{name:"arrow-circle-down",label:"Arrow Circle Down",filePath:"icon/ArrowCircleDown.svg",variantCount:1},{name:"arrow-circle-down-left",label:"Arrow Circle Down Left",filePath:"icon/ArrowCircleDownLeft.svg",variantCount:1},{name:"arrow-circle-down-right",label:"Arrow Circle Down Right",filePath:"icon/ArrowCircleDownRight.svg",variantCount:1},{name:"arrow-circle-left",label:"Arrow Circle Left",filePath:"icon/ArrowCircleLeft.svg",variantCount:1},{name:"arrow-circle-right",label:"Arrow Circle Right",filePath:"icon/ArrowCircleRight.svg",variantCount:1},{name:"arrow-circle-up",label:"Arrow Circle Up",filePath:"icon/ArrowCircleUp.svg",variantCount:1},{name:"arrow-circle-up-left",label:"Arrow Circle Up Left",filePath:"icon/ArrowCircleUpLeft.svg",variantCount:1},{name:"arrow-circle-up-right",label:"Arrow Circle Up Right",filePath:"icon/ArrowCircleUpRight.svg",variantCount:1},{name:"arrow-clockwise",label:"Arrow Clockwise",filePath:"icon/ArrowClockwise.svg",variantCount:1},{name:"arrow-counter-clockwise",label:"Arrow Counter Clockwise",filePath:"icon/ArrowCounterClockwise.svg",variantCount:1},{name:"arrow-down",label:"Arrow Down",filePath:"icon/ArrowDown.svg",variantCount:1},{name:"arrow-down-left",label:"Arrow Down Left",filePath:"icon/ArrowDownLeft.svg",variantCount:1},{name:"arrow-down-right",label:"Arrow Down Right",filePath:"icon/ArrowDownRight.svg",variantCount:1},{name:"arrow-elbow-down-left",label:"Arrow Elbow Down Left",filePath:"icon/ArrowElbowDownLeft.svg",variantCount:1},{name:"arrow-elbow-down-right",label:"Arrow Elbow Down Right",filePath:"icon/ArrowElbowDownRight.svg",variantCount:1},{name:"arrow-elbow-left",label:"Arrow Elbow Left",filePath:"icon/ArrowElbowLeft.svg",variantCount:1},{name:"arrow-elbow-left-down",label:"Arrow Elbow Left Down",filePath:"icon/ArrowElbowLeftDown.svg",variantCount:1},{name:"arrow-elbow-left-up",label:"Arrow Elbow Left Up",filePath:"icon/ArrowElbowLeftUp.svg",variantCount:1},{name:"arrow-elbow-right",label:"Arrow Elbow Right",filePath:"icon/ArrowElbowRight.svg",variantCount:1},{name:"arrow-elbow-right-down",label:"Arrow Elbow Right Down",filePath:"icon/ArrowElbowRightDown.svg",variantCount:1},{name:"arrow-elbow-right-up",label:"Arrow Elbow Right Up",filePath:"icon/ArrowElbowRightUp.svg",variantCount:1},{name:"arrow-elbow-up-left",label:"Arrow Elbow Up Left",filePath:"icon/ArrowElbowUpLeft.svg",variantCount:1},{name:"arrow-elbow-up-right",label:"Arrow Elbow Up Right",filePath:"icon/ArrowElbowUpRight.svg",variantCount:1},{name:"arrow-left",label:"Arrow Left",filePath:"icon/ArrowLeft.svg",variantCount:1},{name:"arrow-line-down",label:"Arrow Line Down",filePath:"icon/ArrowLineDown.svg",variantCount:1},{name:"arrow-line-down-left",label:"Arrow Line Down Left",filePath:"icon/ArrowLineDownLeft.svg",variantCount:1},{name:"arrow-line-down-right",label:"Arrow Line Down Right",filePath:"icon/ArrowLineDownRight.svg",variantCount:1},{name:"arrow-line-left",label:"Arrow Line Left",filePath:"icon/ArrowLineLeft.svg",variantCount:1},{name:"arrow-line-right",label:"Arrow Line Right",filePath:"icon/ArrowLineRight.svg",variantCount:1},{name:"arrow-line-up",label:"Arrow Line Up",filePath:"icon/ArrowLineUp.svg",variantCount:1},{name:"arrow-line-up-left",label:"Arrow Line Up Left",filePath:"icon/ArrowLineUpLeft.svg",variantCount:1},{name:"arrow-line-up-right",label:"Arrow Line Up Right",filePath:"icon/ArrowLineUpRight.svg",variantCount:1},{name:"arrow-right",label:"Arrow Right",filePath:"icon/ArrowRight.svg",variantCount:1},{name:"arrow-square-down",label:"Arrow Square Down",filePath:"icon/ArrowSquareDown.svg",variantCount:1},{name:"arrow-square-down-left",label:"Arrow Square Down Left",filePath:"icon/ArrowSquareDownLeft.svg",variantCount:1},{name:"arrow-square-down-right",label:"Arrow Square Down Right",filePath:"icon/ArrowSquareDownRight.svg",variantCount:1},{name:"arrow-square-left",label:"Arrow Square Left",filePath:"icon/ArrowSquareLeft.svg",variantCount:1},{name:"arrow-square-right",label:"Arrow Square Right",filePath:"icon/ArrowSquareRight.svg",variantCount:1},{name:"arrow-square-up",label:"Arrow Square Up",filePath:"icon/ArrowSquareUp.svg",variantCount:1},{name:"arrow-square-up-left",label:"Arrow Square Up Left",filePath:"icon/ArrowSquareUpLeft.svg",variantCount:1},{name:"arrow-square-up-right",label:"Arrow Square Up Right",filePath:"icon/ArrowSquareUpRight.svg",variantCount:1},{name:"arrow-up",label:"Arrow Up",filePath:"icon/ArrowUp.svg",variantCount:1},{name:"arrow-up-left",label:"Arrow Up Left",filePath:"icon/ArrowUpLeft.svg",variantCount:1},{name:"arrow-up-right",label:"Arrow Up Right",filePath:"icon/ArrowUpRight.svg",variantCount:1},{name:"arrows-clockwise",label:"Arrows Clockwise",filePath:"icon/ArrowsClockwise.svg",variantCount:1},{name:"arrows-counter-clockwise",label:"Arrows Counter Clockwise",filePath:"icon/ArrowsCounterClockwise.svg",variantCount:1},{name:"arrows-down-up",label:"Arrows Down Up",filePath:"icon/ArrowsDownUp.svg",variantCount:1},{name:"arrows-horizontal",label:"Arrows Horizontal",filePath:"icon/ArrowsHorizontal.svg",variantCount:1},{name:"arrows-in",label:"Arrows In",filePath:"icon/ArrowsIn.svg",variantCount:1},{name:"arrows-in-cardinal",label:"Arrows In Cardinal",filePath:"icon/ArrowsInCardinal.svg",variantCount:1},{name:"arrows-in-line-horizontal",label:"Arrows In Line Horizontal",filePath:"icon/ArrowsInLineHorizontal.svg",variantCount:1},{name:"arrows-in-line-vertical",label:"Arrows In Line Vertical",filePath:"icon/ArrowsInLineVertical.svg",variantCount:1},{name:"arrows-in-simple",label:"Arrows In Simple",filePath:"icon/ArrowsInSimple.svg",variantCount:1},{name:"arrows-left-right",label:"Arrows Left Right",filePath:"icon/ArrowsLeftRight.svg",variantCount:1},{name:"arrows-out",label:"Arrows Out",filePath:"icon/ArrowsOut.svg",variantCount:1},{name:"arrows-out-cardinal",label:"Arrows Out Cardinal",filePath:"icon/ArrowsOutCardinal.svg",variantCount:1},{name:"arrows-out-line-horizontal",label:"Arrows Out Line Horizontal",filePath:"icon/ArrowsOutLineHorizontal.svg",variantCount:1},{name:"arrows-out-line-vertical",label:"Arrows Out Line Vertical",filePath:"icon/ArrowsOutLineVertical.svg",variantCount:1},{name:"arrows-out-simple",label:"Arrows Out Simple",filePath:"icon/ArrowsOutSimple.svg",variantCount:1},{name:"arrows-vertical",label:"Arrows Vertical",filePath:"icon/ArrowsVertical.svg",variantCount:1},{name:"article",label:"Article",filePath:"icon/Article.svg",variantCount:1},{name:"bell",label:"Bell",filePath:"icon/Bell.svg",variantCount:1},{name:"bell-ringing",label:"Bell Ringing",filePath:"icon/BellRinging.svg",variantCount:1},{name:"bell-simple",label:"Bell Simple",filePath:"icon/BellSimple.svg",variantCount:1},{name:"bell-simple-ringing",label:"Bell Simple Ringing",filePath:"icon/BellSimpleRinging.svg",variantCount:1},{name:"bell-simple-slash",label:"Bell Simple Slash",filePath:"icon/BellSimpleSlash.svg",variantCount:1},{name:"binoculars",label:"Binoculars",filePath:"icon/Binoculars.svg",variantCount:1},{name:"book",label:"Book",filePath:"icon/Book.svg",variantCount:1},{name:"book-open",label:"Book Open",filePath:"icon/BookOpen.svg",variantCount:1},{name:"book-open-text",label:"Book Open Text",filePath:"icon/BookOpenText.svg",variantCount:1},{name:"box-arrow-down",label:"Box Arrow Down",filePath:"icon/BoxArrowDown.svg",variantCount:1},{name:"box-arrow-up",label:"Box Arrow Up",filePath:"icon/BoxArrowUp.svg",variantCount:1},{name:"brackets-angle",label:"Brackets Angle",filePath:"icon/BracketsAngle.svg",variantCount:1},{name:"brackets-curly",label:"Brackets Curly",filePath:"icon/BracketsCurly.svg",variantCount:1},{name:"brackets-round",label:"Brackets Round",filePath:"icon/BracketsRound.svg",variantCount:1},{name:"brackets-square",label:"Brackets Square",filePath:"icon/BracketsSquare.svg",variantCount:1},{name:"browser",label:"Browser",filePath:"icon/Browser.svg",variantCount:1},{name:"browsers",label:"Browsers",filePath:"icon/Browsers.svg",variantCount:1},{name:"bug",label:"Bug",filePath:"icon/Bug.svg",variantCount:1},{name:"calendar-blank",label:"Calendar Blank",filePath:"icon/CalendarBlank.svg",variantCount:1},{name:"calendar-dots",label:"Calendar Dots",filePath:"icon/CalendarDots.svg",variantCount:1},{name:"cards",label:"Cards",filePath:"icon/Cards.svg",variantCount:1},{name:"cards-three",label:"Cards Three",filePath:"icon/CardsThree.svg",variantCount:1},{name:"caret-circle-double-down",label:"Caret Circle Double Down",filePath:"icon/CaretCircleDoubleDown.svg",variantCount:1},{name:"caret-circle-double-left",label:"Caret Circle Double Left",filePath:"icon/CaretCircleDoubleLeft.svg",variantCount:1},{name:"caret-circle-double-right",label:"Caret Circle Double Right",filePath:"icon/CaretCircleDoubleRight.svg",variantCount:1},{name:"caret-circle-double-up",label:"Caret Circle Double Up",filePath:"icon/CaretCircleDoubleUp.svg",variantCount:1},{name:"caret-circle-down",label:"Caret Circle Down",filePath:"icon/CaretCircleDown.svg",variantCount:1},{name:"caret-circle-left",label:"Caret Circle Left",filePath:"icon/CaretCircleLeft.svg",variantCount:1},{name:"caret-circle-right",label:"Caret Circle Right",filePath:"icon/CaretCircleRight.svg",variantCount:1},{name:"caret-circle-up",label:"Caret Circle Up",filePath:"icon/CaretCircleUp.svg",variantCount:1},{name:"caret-circle-up-down",label:"Caret Circle Up Down",filePath:"icon/CaretCircleUpDown.svg",variantCount:1},{name:"caret-down",label:"Caret Down",filePath:"icon/CaretDown.svg",variantCount:1},{name:"caret-left",label:"Caret Left",filePath:"icon/CaretLeft.svg",variantCount:1},{name:"caret-line-down",label:"Caret Line Down",filePath:"icon/CaretLineDown.svg",variantCount:1},{name:"caret-line-left",label:"Caret Line Left",filePath:"icon/CaretLineLeft.svg",variantCount:1},{name:"caret-line-right",label:"Caret Line Right",filePath:"icon/CaretLineRight.svg",variantCount:1},{name:"caret-line-up",label:"Caret Line Up",filePath:"icon/CaretLineUp.svg",variantCount:1},{name:"caret-right",label:"Caret Right",filePath:"icon/CaretRight.svg",variantCount:1},{name:"caret-up",label:"Caret Up",filePath:"icon/CaretUp.svg",variantCount:1},{name:"caret-up-down",label:"Caret Up Down",filePath:"icon/CaretUpDown.svg",variantCount:1},{name:"check",label:"Check",filePath:"icon/Check.svg",variantCount:1},{name:"check-circle",label:"Check Circle",filePath:"icon/CheckCircle.svg",variantCount:1},{name:"check-square",label:"Check Square",filePath:"icon/CheckSquare.svg",variantCount:1},{name:"check-square-offset",label:"Check Square Offset",filePath:"icon/CheckSquareOffset.svg",variantCount:1},{name:"checks",label:"Checks",filePath:"icon/Checks.svg",variantCount:1},{name:"circles-four",label:"Circles Four",filePath:"icon/CirclesFour.svg",variantCount:1},{name:"clipboard",label:"Clipboard",filePath:"icon/Clipboard.svg",variantCount:1},{name:"clipboard-text",label:"Clipboard Text",filePath:"icon/ClipboardText.svg",variantCount:1},{name:"cloud-arrow-down",label:"Cloud Arrow Down",filePath:"icon/CloudArrowDown.svg",variantCount:1},{name:"cloud-arrow-up",label:"Cloud Arrow Up",filePath:"icon/CloudArrowUp.svg",variantCount:1},{name:"cloud-check",label:"Cloud Check",filePath:"icon/CloudCheck.svg",variantCount:1},{name:"cloud-slash",label:"Cloud Slash",filePath:"icon/CloudSlash.svg",variantCount:1},{name:"cloud-warning",label:"Cloud Warning",filePath:"icon/CloudWarning.svg",variantCount:1},{name:"cloud-x",label:"Cloud X",filePath:"icon/CloudX.svg",variantCount:1},{name:"code",label:"Code",filePath:"icon/Code.svg",variantCount:1},{name:"code-block",label:"Code Block",filePath:"icon/CodeBlock.svg",variantCount:1},{name:"code-simple",label:"Code Simple",filePath:"icon/CodeSimple.svg",variantCount:1},{name:"columns",label:"Columns",filePath:"icon/Columns.svg",variantCount:1},{name:"columns-plus-left",label:"Columns Plus Left",filePath:"icon/ColumnsPlusLeft.svg",variantCount:1},{name:"columns-plus-right",label:"Columns Plus Right",filePath:"icon/ColumnsPlusRight.svg",variantCount:1},{name:"copy",label:"Copy",filePath:"icon/Copy.svg",variantCount:1},{name:"copy-simple",label:"Copy Simple",filePath:"icon/CopySimple.svg",variantCount:1},{name:"cpu",label:"Cpu",filePath:"icon/Cpu.svg",variantCount:1},{name:"credit-card",label:"Credit Card",filePath:"icon/CreditCard.svg",variantCount:1},{name:"cube",label:"Cube",filePath:"icon/Cube.svg",variantCount:1},{name:"cube-transparent",label:"Cube Transparent",filePath:"icon/CubeTransparent.svg",variantCount:1},{name:"database",label:"Database",filePath:"icon/Database.svg",variantCount:1},{name:"desktop",label:"Desktop",filePath:"icon/Desktop.svg",variantCount:1},{name:"desktop-tower",label:"Desktop Tower",filePath:"icon/DesktopTower.svg",variantCount:1},{name:"detective",label:"Detective",filePath:"icon/Detective.svg",variantCount:1},{name:"device-mobile-camera",label:"Device Mobile Camera",filePath:"icon/DeviceMobileCamera.svg",variantCount:1},{name:"device-tablet-camera",label:"Device Tablet Camera",filePath:"icon/DeviceTabletCamera.svg",variantCount:1},{name:"devices",label:"Devices",filePath:"icon/Devices.svg",variantCount:1},{name:"diamonds-four",label:"Diamonds Four",filePath:"icon/DiamondsFour.svg",variantCount:1},{name:"dot",label:"Dot",filePath:"icon/Dot.svg",variantCount:1},{name:"dot-outline",label:"Dot Outline",filePath:"icon/DotOutline.svg",variantCount:1},{name:"dots-nine",label:"Dots Nine",filePath:"icon/DotsNine.svg",variantCount:1},{name:"dots-six",label:"Dots Six",filePath:"icon/DotsSix.svg",variantCount:1},{name:"dots-six-vertical",label:"Dots Six Vertical",filePath:"icon/DotsSixVertical.svg",variantCount:1},{name:"dots-three",label:"Dots Three",filePath:"icon/DotsThree.svg",variantCount:1},{name:"dots-three-circle",label:"Dots Three Circle",filePath:"icon/DotsThreeCircle.svg",variantCount:1},{name:"dots-three-circle-vertical",label:"Dots Three Circle Vertical",filePath:"icon/DotsThreeCircleVertical.svg",variantCount:1},{name:"dots-three-outline",label:"Dots Three Outline",filePath:"icon/DotsThreeOutline.svg",variantCount:1},{name:"dots-three-outline-vertical",label:"Dots Three Outline Vertical",filePath:"icon/DotsThreeOutlineVertical.svg",variantCount:1},{name:"dots-three-vertical",label:"Dots Three Vertical",filePath:"icon/DotsThreeVertical.svg",variantCount:1},{name:"download-simple",label:"Download Simple",filePath:"icon/DownloadSimple.svg",variantCount:1},{name:"envelope",label:"Envelope",filePath:"icon/Envelope.svg",variantCount:1},{name:"envelope-simple",label:"Envelope Simple",filePath:"icon/EnvelopeSimple.svg",variantCount:1},{name:"exclamation-mark",label:"Exclamation Mark",filePath:"icon/ExclamationMark.svg",variantCount:1},{name:"export",label:"Export",filePath:"icon/Export.svg",variantCount:1},{name:"eye",label:"Eye",filePath:"icon/Eye.svg",variantCount:1},{name:"eye-closed",label:"Eye Closed",filePath:"icon/EyeClosed.svg",variantCount:1},{name:"eye-slash",label:"Eye Slash",filePath:"icon/EyeSlash.svg",variantCount:1},{name:"faders",label:"Faders",filePath:"icon/Faders.svg",variantCount:1},{name:"faders-horizontal",label:"Faders Horizontal",filePath:"icon/FadersHorizontal.svg",variantCount:1},{name:"file",label:"File",filePath:"icon/File.svg",variantCount:1},{name:"file-archive",label:"File Archive",filePath:"icon/FileArchive.svg",variantCount:1},{name:"file-arrow-down",label:"File Arrow Down",filePath:"icon/FileArrowDown.svg",variantCount:1},{name:"file-arrow-up",label:"File Arrow Up",filePath:"icon/FileArrowUp.svg",variantCount:1},{name:"file-dashed",label:"File Dashed",filePath:"icon/FileDashed.svg",variantCount:1},{name:"file-text",label:"File Text",filePath:"icon/FileText.svg",variantCount:1},{name:"files",label:"Files",filePath:"icon/Files.svg",variantCount:1},{name:"fingerprint",label:"Fingerprint",filePath:"icon/Fingerprint.svg",variantCount:1},{name:"fingerprint-simple",label:"Fingerprint Simple",filePath:"icon/FingerprintSimple.svg",variantCount:1},{name:"flag",label:"Flag",filePath:"icon/Flag.svg",variantCount:1},{name:"flag-pennant",label:"Flag Pennant",filePath:"icon/FlagPennant.svg",variantCount:1},{name:"floppy-disk",label:"Floppy Disk",filePath:"icon/FloppyDisk.svg",variantCount:1},{name:"folder",label:"Folder",filePath:"icon/Folder.svg",variantCount:1},{name:"folder-dashed",label:"Folder Dashed",filePath:"icon/FolderDashed.svg",variantCount:1},{name:"folder-open",label:"Folder Open",filePath:"icon/FolderOpen.svg",variantCount:1},{name:"folder-simple",label:"Folder Simple",filePath:"icon/FolderSimple.svg",variantCount:1},{name:"folder-simple-dashed",label:"Folder Simple Dashed",filePath:"icon/FolderSimpleDashed.svg",variantCount:1},{name:"folders",label:"Folders",filePath:"icon/Folders.svg",variantCount:1},{name:"funnel",label:"Funnel",filePath:"icon/Funnel.svg",variantCount:1},{name:"funnel-simple",label:"Funnel Simple",filePath:"icon/FunnelSimple.svg",variantCount:1},{name:"gear",label:"Gear",filePath:"icon/Gear.svg",variantCount:1},{name:"gear-six",label:"Gear Six",filePath:"icon/GearSix.svg",variantCount:1},{name:"git-branch",label:"Git Branch",filePath:"icon/GitBranch.svg",variantCount:1},{name:"git-merge",label:"Git Merge",filePath:"icon/GitMerge.svg",variantCount:1},{name:"git-pull-request",label:"Git Pull Request",filePath:"icon/GitPullRequest.svg",variantCount:1},{name:"globe",label:"Globe",filePath:"icon/Globe.svg",variantCount:1},{name:"globe-simple",label:"Globe Simple",filePath:"icon/GlobeSimple.svg",variantCount:1},{name:"green-tick",label:"Green Tick",filePath:"icon/GreenTick.svg",variantCount:1},{name:"grid-four",label:"Grid Four",filePath:"icon/GridFour.svg",variantCount:1},{name:"hammer",label:"Hammer",filePath:"icon/Hammer.svg",variantCount:1},{name:"hand",label:"Hand",filePath:"icon/Hand.svg",variantCount:1},{name:"hand-palm",label:"Hand Palm",filePath:"icon/HandPalm.svg",variantCount:1},{name:"hand-pointing",label:"Hand Pointing",filePath:"icon/HandPointing.svg",variantCount:1},{name:"house",label:"House",filePath:"icon/House.svg",variantCount:1},{name:"identification-badge",label:"Identification Badge",filePath:"icon/IdentificationBadge.svg",variantCount:1},{name:"identification-card",label:"Identification Card",filePath:"icon/IdentificationCard.svg",variantCount:1},{name:"info",label:"Info",filePath:"icon/Info.svg",variantCount:1},{name:"key",label:"Key",filePath:"icon/Key.svg",variantCount:1},{name:"ladder-simple",label:"Ladder Simple",filePath:"icon/LadderSimple.svg",variantCount:1},{name:"layout",label:"Layout",filePath:"icon/Layout.svg",variantCount:1},{name:"lifebuoy",label:"Lifebuoy",filePath:"icon/Lifebuoy.svg",variantCount:1},{name:"lightbulb",label:"Lightbulb",filePath:"icon/Lightbulb.svg",variantCount:1},{name:"lightning",label:"Lightning",filePath:"icon/Lightning.svg",variantCount:1},{name:"link",label:"Link",filePath:"icon/Link.svg",variantCount:1},{name:"link-break",label:"Link Break",filePath:"icon/LinkBreak.svg",variantCount:1},{name:"link-simple",label:"Link Simple",filePath:"icon/LinkSimple.svg",variantCount:1},{name:"link-simple-break",label:"Link Simple Break",filePath:"icon/LinkSimpleBreak.svg",variantCount:1},{name:"link-simple-horizontal",label:"Link Simple Horizontal",filePath:"icon/LinkSimpleHorizontal.svg",variantCount:1},{name:"link-simple-horizontal-break",label:"Link Simple Horizontal Break",filePath:"icon/LinkSimpleHorizontalBreak.svg",variantCount:1},{name:"list",label:"List",filePath:"icon/List.svg",variantCount:1},{name:"list-bullets",label:"List Bullets",filePath:"icon/ListBullets.svg",variantCount:1},{name:"list-checks",label:"List Checks",filePath:"icon/ListChecks.svg",variantCount:1},{name:"list-dashes",label:"List Dashes",filePath:"icon/ListDashes.svg",variantCount:1},{name:"list-heart",label:"List Heart",filePath:"icon/ListHeart.svg",variantCount:1},{name:"list-magnifying-glass",label:"List Magnifying Glass",filePath:"icon/ListMagnifyingGlass.svg",variantCount:1},{name:"list-numbers",label:"List Numbers",filePath:"icon/ListNumbers.svg",variantCount:1},{name:"list-plus",label:"List Plus",filePath:"icon/ListPlus.svg",variantCount:1},{name:"list-star",label:"List Star",filePath:"icon/ListStar.svg",variantCount:1},{name:"lock",label:"Lock",filePath:"icon/Lock.svg",variantCount:1},{name:"lock-key",label:"Lock Key",filePath:"icon/LockKey.svg",variantCount:1},{name:"lock-key-open",label:"Lock Key Open",filePath:"icon/LockKeyOpen.svg",variantCount:1},{name:"lock-open",label:"Lock Open",filePath:"icon/LockOpen.svg",variantCount:1},{name:"lock-simple",label:"Lock Simple",filePath:"icon/LockSimple.svg",variantCount:1},{name:"lock-simple-open",label:"Lock Simple Open",filePath:"icon/LockSimpleOpen.svg",variantCount:1},{name:"magnifying-glass",label:"Magnifying Glass",filePath:"icon/MagnifyingGlass.svg",variantCount:1},{name:"magnifying-glass-minus",label:"Magnifying Glass Minus",filePath:"icon/MagnifyingGlassMinus.svg",variantCount:1},{name:"magnifying-glass-plus",label:"Magnifying Glass Plus",filePath:"icon/MagnifyingGlassPlus.svg",variantCount:1},{name:"megaphone",label:"Megaphone",filePath:"icon/Megaphone.svg",variantCount:1},{name:"megaphone-simple",label:"Megaphone Simple",filePath:"icon/MegaphoneSimple.svg",variantCount:1},{name:"microphone",label:"Microphone",filePath:"icon/Microphone.svg",variantCount:1},{name:"navigation-arrow",label:"Navigation Arrow",filePath:"icon/NavigationArrow.svg",variantCount:1},{name:"network",label:"Network",filePath:"icon/Network.svg",variantCount:1},{name:"network-slash",label:"Network Slash",filePath:"icon/NetworkSlash.svg",variantCount:1},{name:"network-x",label:"Network X",filePath:"icon/NetworkX.svg",variantCount:1},{name:"newspaper",label:"Newspaper",filePath:"icon/Newspaper.svg",variantCount:1},{name:"newspaper-clipping",label:"Newspaper Clipping",filePath:"icon/NewspaperClipping.svg",variantCount:1},{name:"notches",label:"Notches",filePath:"icon/Notches.svg",variantCount:1},{name:"note",label:"Note",filePath:"icon/Note.svg",variantCount:1},{name:"note-blank",label:"Note Blank",filePath:"icon/NoteBlank.svg",variantCount:1},{name:"note-pencil",label:"Note Pencil",filePath:"icon/NotePencil.svg",variantCount:1},{name:"notification",label:"Notification",filePath:"icon/Notification.svg",variantCount:1},{name:"nut",label:"Nut",filePath:"icon/Nut.svg",variantCount:1},{name:"paperclip",label:"Paperclip",filePath:"icon/Paperclip.svg",variantCount:1},{name:"paperclip-horizontal",label:"Paperclip Horizontal",filePath:"icon/PaperclipHorizontal.svg",variantCount:1},{name:"password",label:"Password",filePath:"icon/Password.svg",variantCount:1},{name:"pencil-simple",label:"Pencil Simple",filePath:"icon/PencilSimple.svg",variantCount:1},{name:"pencil-simple-line",label:"Pencil Simple Line",filePath:"icon/PencilSimpleLine.svg",variantCount:1},{name:"person",label:"Person",filePath:"icon/Person.svg",variantCount:1},{name:"person-arms-spread",label:"Person Arms Spread",filePath:"icon/PersonArmsSpread.svg",variantCount:1},{name:"person-simple",label:"Person Simple",filePath:"icon/PersonSimple.svg",variantCount:1},{name:"placeholder",label:"Placeholder",filePath:"icon/Placeholder.svg",variantCount:1},{name:"plus",label:"Plus",filePath:"icon/Plus.svg",variantCount:1},{name:"plus-circle",label:"Plus Circle",filePath:"icon/PlusCircle.svg",variantCount:1},{name:"plus-square",label:"Plus Square",filePath:"icon/PlusSquare.svg",variantCount:1},{name:"prohibit",label:"Prohibit",filePath:"icon/Prohibit.svg",variantCount:1},{name:"prohibit-inset",label:"Prohibit Inset",filePath:"icon/ProhibitInset.svg",variantCount:1},{name:"pulse",label:"Pulse",filePath:"icon/Pulse.svg",variantCount:1},{name:"push-pin",label:"Push Pin",filePath:"icon/PushPin.svg",variantCount:1},{name:"push-pin-simple",label:"Push Pin Simple",filePath:"icon/PushPinSimple.svg",variantCount:1},{name:"push-pin-simple-slash",label:"Push Pin Simple Slash",filePath:"icon/PushPinSimpleSlash.svg",variantCount:1},{name:"push-pin-slash",label:"Push Pin Slash",filePath:"icon/PushPinSlash.svg",variantCount:1},{name:"puzzle-piece",label:"Puzzle Piece",filePath:"icon/PuzzlePiece.svg",variantCount:1},{name:"question",label:"Question",filePath:"icon/Question.svg",variantCount:1},{name:"question-mark",label:"Question Mark",filePath:"icon/QuestionMark.svg",variantCount:1},{name:"receipt",label:"Receipt",filePath:"icon/Receipt.svg",variantCount:1},{name:"receipt-x",label:"Receipt X",filePath:"icon/ReceiptX.svg",variantCount:1},{name:"rows-plus-bottom",label:"Rows Plus Bottom",filePath:"icon/RowsPlusBottom.svg",variantCount:1},{name:"rows-plus-top",label:"Rows Plus Top",filePath:"icon/RowsPlusTop.svg",variantCount:1},{name:"scroll",label:"Scroll",filePath:"icon/Scroll.svg",variantCount:1},{name:"seal",label:"Seal",filePath:"icon/Seal.svg",variantCount:1},{name:"seal-check",label:"Seal Check",filePath:"icon/SealCheck.svg",variantCount:1},{name:"share",label:"Share",filePath:"icon/Share.svg",variantCount:1},{name:"share-fat",label:"Share Fat",filePath:"icon/ShareFat.svg",variantCount:1},{name:"share-network",label:"Share Network",filePath:"icon/ShareNetwork.svg",variantCount:1},{name:"shield",label:"Shield",filePath:"icon/Shield.svg",variantCount:1},{name:"shield-check",label:"Shield Check",filePath:"icon/ShieldCheck.svg",variantCount:1},{name:"shield-checkered",label:"Shield Checkered",filePath:"icon/ShieldCheckered.svg",variantCount:1},{name:"shield-chevron",label:"Shield Chevron",filePath:"icon/ShieldChevron.svg",variantCount:1},{name:"shield-plus",label:"Shield Plus",filePath:"icon/ShieldPlus.svg",variantCount:1},{name:"shield-slash",label:"Shield Slash",filePath:"icon/ShieldSlash.svg",variantCount:1},{name:"shield-star",label:"Shield Star",filePath:"icon/ShieldStar.svg",variantCount:1},{name:"shield-warning",label:"Shield Warning",filePath:"icon/ShieldWarning.svg",variantCount:1},{name:"sidebar",label:"Sidebar",filePath:"icon/Sidebar.svg",variantCount:1},{name:"sidebar-simple",label:"Sidebar Simple",filePath:"icon/SidebarSimple.svg",variantCount:1},{name:"sign-in",label:"Sign In",filePath:"icon/SignIn.svg",variantCount:1},{name:"sign-out",label:"Sign Out",filePath:"icon/SignOut.svg",variantCount:1},{name:"siren",label:"Siren",filePath:"icon/Siren.svg",variantCount:1},{name:"sliders",label:"Sliders",filePath:"icon/Sliders.svg",variantCount:1},{name:"sliders-horizontal",label:"Sliders Horizontal",filePath:"icon/SlidersHorizontal.svg",variantCount:1},{name:"sort-ascending",label:"Sort Ascending",filePath:"icon/SortAscending.svg",variantCount:1},{name:"sort-descending",label:"Sort Descending",filePath:"icon/SortDescending.svg",variantCount:1},{name:"spinner",label:"Spinner",filePath:"icon/Spinner.svg",variantCount:1},{name:"spinner-gap",label:"Spinner Gap",filePath:"icon/SpinnerGap.svg",variantCount:1},{name:"split-horizontal",label:"Split Horizontal",filePath:"icon/SplitHorizontal.svg",variantCount:1},{name:"split-vertical",label:"Split Vertical",filePath:"icon/SplitVertical.svg",variantCount:1},{name:"square-half",label:"Square Half",filePath:"icon/SquareHalf.svg",variantCount:1},{name:"square-half-bottom",label:"Square Half Bottom",filePath:"icon/SquareHalfBottom.svg",variantCount:1},{name:"square-split-horizontal",label:"Square Split Horizontal",filePath:"icon/SquareSplitHorizontal.svg",variantCount:1},{name:"square-split-vertical",label:"Square Split Vertical",filePath:"icon/SquareSplitVertical.svg",variantCount:1},{name:"squares-four",label:"Squares Four",filePath:"icon/SquaresFour.svg",variantCount:1},{name:"stack",label:"Stack",filePath:"icon/Stack.svg",variantCount:1},{name:"stack-minus",label:"Stack Minus",filePath:"icon/StackMinus.svg",variantCount:1},{name:"stack-plus",label:"Stack Plus",filePath:"icon/StackPlus.svg",variantCount:1},{name:"stack-simple",label:"Stack Simple",filePath:"icon/StackSimple.svg",variantCount:1},{name:"star",label:"Star",filePath:"icon/Star.svg",variantCount:1},{name:"table",label:"Table",filePath:"icon/Table.svg",variantCount:1},{name:"tag",label:"Tag",filePath:"icon/Tag.svg",variantCount:1},{name:"tag-chevron",label:"Tag Chevron",filePath:"icon/TagChevron.svg",variantCount:1},{name:"tag-simple",label:"Tag Simple",filePath:"icon/TagSimple.svg",variantCount:1},{name:"target",label:"Target",filePath:"icon/Target.svg",variantCount:1},{name:"terminal",label:"Terminal",filePath:"icon/Terminal.svg",variantCount:1},{name:"terminal-window",label:"Terminal Window",filePath:"icon/TerminalWindow.svg",variantCount:1},{name:"text-columns",label:"Text Columns",filePath:"icon/TextColumns.svg",variantCount:1},{name:"ticket",label:"Ticket",filePath:"icon/Ticket.svg",variantCount:1},{name:"trash",label:"Trash",filePath:"icon/Trash.svg",variantCount:1},{name:"trash-simple",label:"Trash Simple",filePath:"icon/TrashSimple.svg",variantCount:1},{name:"tray",label:"Tray",filePath:"icon/Tray.svg",variantCount:1},{name:"tray-arrow-down",label:"Tray Arrow Down",filePath:"icon/TrayArrowDown.svg",variantCount:1},{name:"tray-arrow-up",label:"Tray Arrow Up",filePath:"icon/TrayArrowUp.svg",variantCount:1},{name:"tree-structure",label:"Tree Structure",filePath:"icon/TreeStructure.svg",variantCount:1},{name:"upload-simple",label:"Upload Simple",filePath:"icon/UploadSimple.svg",variantCount:1},{name:"user",label:"User",filePath:"icon/User.svg",variantCount:1},{name:"user-check",label:"User Check",filePath:"icon/UserCheck.svg",variantCount:1},{name:"user-circle",label:"User Circle",filePath:"icon/UserCircle.svg",variantCount:1},{name:"user-circle-check",label:"User Circle Check",filePath:"icon/UserCircleCheck.svg",variantCount:1},{name:"user-circle-dashed",label:"User Circle Dashed",filePath:"icon/UserCircleDashed.svg",variantCount:1},{name:"user-circle-gear",label:"User Circle Gear",filePath:"icon/UserCircleGear.svg",variantCount:1},{name:"user-circle-minus",label:"User Circle Minus",filePath:"icon/UserCircleMinus.svg",variantCount:1},{name:"user-circle-plus",label:"User Circle Plus",filePath:"icon/UserCirclePlus.svg",variantCount:1},{name:"user-focus",label:"User Focus",filePath:"icon/UserFocus.svg",variantCount:1},{name:"user-gear",label:"User Gear",filePath:"icon/UserGear.svg",variantCount:1},{name:"user-list",label:"User List",filePath:"icon/UserList.svg",variantCount:1},{name:"user-minus",label:"User Minus",filePath:"icon/UserMinus.svg",variantCount:1},{name:"user-plus",label:"User Plus",filePath:"icon/UserPlus.svg",variantCount:1},{name:"user-rectangle",label:"User Rectangle",filePath:"icon/UserRectangle.svg",variantCount:1},{name:"user-sound",label:"User Sound",filePath:"icon/UserSound.svg",variantCount:1},{name:"user-square",label:"User Square",filePath:"icon/UserSquare.svg",variantCount:1},{name:"user-switch",label:"User Switch",filePath:"icon/UserSwitch.svg",variantCount:1},{name:"users",label:"Users",filePath:"icon/Users.svg",variantCount:1},{name:"users-four",label:"Users Four",filePath:"icon/UsersFour.svg",variantCount:1},{name:"users-three",label:"Users Three",filePath:"icon/UsersThree.svg",variantCount:1},{name:"vault",label:"Vault",filePath:"icon/Vault.svg",variantCount:1},{name:"warning",label:"Warning",filePath:"icon/Warning.svg",variantCount:1},{name:"warning-circle",label:"Warning Circle",filePath:"icon/WarningCircle.svg",variantCount:1},{name:"warning-diamond",label:"Warning Diamond",filePath:"icon/WarningDiamond.svg",variantCount:1},{name:"warning-octagon",label:"Warning Octagon",filePath:"icon/WarningOctagon.svg",variantCount:1},{name:"wrench",label:"Wrench",filePath:"icon/Wrench.svg",variantCount:1},{name:"x",label:"X",filePath:"icon/X.svg",variantCount:1},{name:"xcircle",label:"XCircle",filePath:"icon/XCircle.svg",variantCount:1},{name:"xsquare",label:"XSquare",filePath:"icon/XSquare.svg",variantCount:1},{name:"calendar",label:"Calendar",filePath:"icon/calendar.svg",variantCount:1}],D=({name:a,size:t="medium",variant:n="default",className:l="",style:o={},alt:i="",...r})=>{const s=a?.replace(/\.svg$/,"").toLowerCase(),c=(()=>{if("number"==typeof t)return`${t}px`;const e={small:"12px",medium:"16px",large:"24px"};return e[t]||e.medium})(),d=(()=>{const e=x.find(e=>e.name===s||e.name===a);return`https://cdn.jsdelivr.net/npm/squarex-ui-component-lib@latest/public/icon/${e?e.filePath.split("/").pop():`${a}.svg`}`})(),u=i||`${s} icon`,m=[A.icon,A[`variant_${n}`],l].filter(Boolean).join(" "),_={width:c,height:c,...o};return e("img",{src:d,alt:u,className:m,style:_,...r})},z=({className:a})=>e("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a,children:e("path",{d:"M7.00033 1.16699L8.80283 4.81866L12.8337 5.40783L9.91699 8.24866L10.6053 12.262L7.00033 10.3662L3.39533 12.262L4.08366 8.24866L1.16699 5.40783L5.19783 4.81866L7.00033 1.16699Z",stroke:"#36204C",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"})}),T=({className:t})=>a("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[e("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),e("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),R=({label:t="Button",showLeadingIcon:n=!0,showTrailingIcon:l=!1,leadingIcon:o,trailingIcon:i,leftIcon:r,rightIcon:s,variant:c,buttonStyle:d="primary",state:u="default",size:m="medium",onClick:_,disabled:h,loading:p,className:v="",children:g,style:b,...C})=>{const f="object"==typeof b?b:void 0,w=p?"loading":h?"disabled":u,P=h||p||"disabled"===w,y=L(B.button,B[`style_${c||("string"==typeof b?b:null)||d||"primary"}`],B[`state_${w}`],B[`size_${"md"===m?"medium":"sm"===m?"small":m}`],v),k="Button"===t&&g?g:t;return a("button",{className:y,onClick:_,disabled:P,"aria-disabled":P,style:f,...C,children:[(()=>{if(!n)return null;const a=o||r;return a?"string"==typeof a?e(D,{name:a,className:B.icon}):a:"loading"===w?e(T,{className:B.loaderIcon}):e(z,{className:B.icon})})(),e("span",{className:B.label,children:k}),(()=>{if(!l)return null;const a=i||s;return a?"string"==typeof a?e(D,{name:a,className:B.icon}):a:e(z,{className:B.icon})})()]})};var W={button:"ButtonDanger-module_button__AOtwP",label:"ButtonDanger-module_label__b5KXy",icon:"ButtonDanger-module_icon__cFsc0",loaderIcon:"ButtonDanger-module_loaderIcon__0Grd9",spin:"ButtonDanger-module_spin__dWDkA",size_medium:"ButtonDanger-module_size_medium__rSyZy",size_small:"ButtonDanger-module_size_small__uAFGW",style_primary:"ButtonDanger-module_style_primary__iUyC1",state_default:"ButtonDanger-module_state_default__Y5C0B",state_hover:"ButtonDanger-module_state_hover__sATSe",state_focus:"ButtonDanger-module_state_focus__gFvzD",state_disabled:"ButtonDanger-module_state_disabled__UT767",state_loading:"ButtonDanger-module_state_loading__-C8Aq",style_neutral:"ButtonDanger-module_style_neutral__VZ0rO",style_subtle:"ButtonDanger-module_style_subtle__PTOK-"};const F=({label:t="Button",showLeadingIcon:n=!0,showTrailingIcon:l=!1,leadingIcon:o,trailingIcon:i,state:r="default",size:s="medium",onClick:c,disabled:d,loading:u,className:m="",style:_,...h})=>{const p="string"==typeof _?_:"primary",v="object"==typeof _?_:void 0,g=u?"loading":d?"disabled":r,b=d||u||"disabled"===g,C=[W.button,W[`style_${p}`],W[`state_${g}`],W[`size_${s}`],m].filter(Boolean).join(" ");return a("button",{className:C,onClick:c,disabled:b,"aria-disabled":b,style:v,...h,children:[n?o||e(D,"loading"===g?{name:"spinner",size:16,className:W.loaderIcon}:{name:"star",size:14,className:W.icon}):null,e("span",{className:W.label,children:t}),l?i||e(D,{name:"star",size:14,className:W.icon}):null]})};var U={avatar:"Avatar-module_avatar__iHwNB",size_large:"Avatar-module_size_large__lysYk",size_medium:"Avatar-module_size_medium__JL1rC",size_small:"Avatar-module_size_small__F3gWo",shape_circle:"Avatar-module_shape_circle__YEmYW",shape_square:"Avatar-module_shape_square__nLoa1",initialsBg:"Avatar-module_initialsBg__54pKJ",image:"Avatar-module_image__-oxFc",initials:"Avatar-module_initials__DzwqM"};const H=({src:a,initials:t,alt:n,size:l="medium",shape:o="circle",className:i="",...r})=>{const s=[U.avatar,U[`size_${l}`],U[`shape_${o}`],!a&&t?U.initialsBg:"",i].filter(Boolean).join(" ");return e("div",{className:s,...r,children:a?e("img",{src:a,alt:n||t||"avatar",className:U.image}):e("span",{className:U.initials,children:t})})};var $="AvatarBlock-module_block__z9pJK",M="AvatarBlock-module_content__VJTSG",E="AvatarBlock-module_title__RHlA5",q="AvatarBlock-module_description__S5j8w";const G=({avatarProps:t,title:n,description:l,className:o="",...i})=>a("div",{className:`${$} ${o}`,...i,children:[e(H,{...t}),a("div",{className:M,children:[e("div",{className:E,children:n}),l&&e("div",{className:q,children:l})]})]});var O={group:"AvatarGroup-module_group__RHPlO",layout_spaced:"AvatarGroup-module_layout_spaced__W-Y0g",layout_overlap:"AvatarGroup-module_layout_overlap__HiXLw",groupItem:"AvatarGroup-module_groupItem__t9sWh"};const j=({avatars:t=[],max:n=3,layout:l="overlap",size:o="medium",className:i="",style:r,...s})=>{const c=t.slice(0,n),d=t.length-n,u=[O.group,O[`layout_${l}`],i].filter(Boolean).join(" ");return a("div",{className:u,style:r,...s,children:[c.map((a,n)=>e(H,{...a,size:o,className:O.groupItem,style:{zIndex:t.length-n}},n)),d>0&&e(H,{initials:`+${d}`,size:o,className:O.groupItem,style:{zIndex:0}})]})};var V="BackgroundGradient-module_container__h-ECQ",K="BackgroundGradient-module_gradientBlobsImage__HSoZE";const X=({className:a="",mode:t="Light Mode BG",...n})=>e("div",{className:`${V} ${a}`,"data-mode":t,...n,children:e("img",{className:K,src:`/bg/Mode=${t}.svg`,alt:`${t} Blobs`})});var Z={badge:"Badge-module_badge__IxlOE",size_small:"Badge-module_size_small__blSq3",size_medium:"Badge-module_size_medium__hlh0Y",size_large:"Badge-module_size_large__EzYlM",type_active:"Badge-module_type_active__CPh-H",type_inactive:"Badge-module_type_inactive__xwWXA",type_default:"Badge-module_type_default__5N9w7"};const Q=({label:a="Badge",type:t="default",size:n="medium",className:l="",children:o,...i})=>{const r=(e=>{if(!e)return"default";const a=e.toLowerCase();return"active"===a?"active":"inactive"===a?"inactive":"default"})(t),s=(e=>{if(!e)return"medium";const a=e.toString().toLowerCase();return"small"===a||"sm"===a?"small":"medium"===a||"md"===a?"medium":"large"===a||"lg"===a?"large":"medium"})(n),c=[Z.badge,Z[`type_${r}`],Z[`size_${s}`],l].filter(Boolean).join(" ");return e("span",{className:c,...i,children:o||a})};var J={breadcrumbContainer:"Breadcrumb-module_breadcrumbContainer__uBvx5",itemContent:"Breadcrumb-module_itemContent__EuvYW",itemIcon:"Breadcrumb-module_itemIcon__mJSYP",itemTitle:"Breadcrumb-module_itemTitle__g8smt",separator:"Breadcrumb-module_separator__VeZVd",separatorIcon:"Breadcrumb-module_separatorIcon__y19QZ"};const Y=({items:t=[],separator:l,className:o="",...i})=>{const r=e("span",{className:J.separator,children:e(D,{name:"caret-right",size:14,className:J.separatorIcon})}),s=void 0!==l?e("span",{className:J.separator,children:l}):r,c=t.map(t=>({...t,title:a("span",{className:J.itemContent,children:[t.icon&&e(D,{name:t.icon,size:14,className:J.itemIcon}),e("span",{className:J.itemTitle,children:t.title})]})}));return e("div",{className:`${J.breadcrumbContainer} ${o}`,children:e(n,{items:c,separator:s,className:J.antBreadcrumb,...i})})};var ee={container:"Categories-module_container__U5Jrk",searchSection:"Categories-module_searchSection__OtRY7",searchInput:"Categories-module_searchInput__er5yT",searchIcon:"Categories-module_searchIcon__z6tia",searchIconImage:"Categories-module_searchIconImage__pGeZj",searchPlaceholder:"Categories-module_searchPlaceholder__ZmolO",searchValue:"Categories-module_searchValue__21-r9",realSearchInput:"Categories-module_realSearchInput__w4p-O",chipListContainer:"Categories-module_chipListContainer__pacAl",chipListRow:"Categories-module_chipListRow__h7kfy",chip:"Categories-module_chip__QYPTC",chipLabel:"Categories-module_chipLabel__TA2tB",chipRemove:"Categories-module_chipRemove__AZnYD",chipIcon:"Categories-module_chipIcon__jI19r",listsContainer:"Categories-module_listsContainer__qLgWk",categoryList:"Categories-module_categoryList__-hGax",categoryTitle:"Categories-module_categoryTitle__IojeE",categoryTitleText:"Categories-module_categoryTitleText__THhiO",chevronIcon:"Categories-module_chevronIcon__WSZAt",chevronImg:"Categories-module_chevronImg__u0z0y",chevronUp:"Categories-module_chevronUp__3IMMr",categoryItems:"Categories-module_categoryItems__rkjFa",categoryItemWrapper:"Categories-module_categoryItemWrapper__nSWPf",actionsContainer:"Categories-module_actionsContainer__E-9bc",cancelButton:"Categories-module_cancelButton__qSB8B",cancelButtonText:"Categories-module_cancelButtonText__iKhcE",applyButton:"Categories-module_applyButton__f9weo",applyButtonText:"Categories-module_applyButtonText__p7k-s"},ae={itemRow:"ItemRow-module_itemRow__rSDeO",infoIcon:"ItemRow-module_infoIcon__Ipwr-",infoIconImg:"ItemRow-module_infoIconImg__70lMY",content:"ItemRow-module_content__Jpfhn",iconWrapper:"ItemRow-module_iconWrapper__tyWxd",fileIconImg:"ItemRow-module_fileIconImg__UtL3V",starIconImg:"ItemRow-module_starIconImg__N5DF0",text:"ItemRow-module_text__2UBMv",label:"ItemRow-module_label__tf9KQ",body:"ItemRow-module_body__nwnZc",checkboxField:"ItemRow-module_checkboxField__fBewb",radioField:"ItemRow-module_radioField__opyC6",type_default:"ItemRow-module_type_default__bHpMa",type_hover:"ItemRow-module_type_hover__96wT9",type_selected:"ItemRow-module_type_selected__Pr3sl",type_disabled:"ItemRow-module_type_disabled__RLuUQ",type_danger:"ItemRow-module_type_danger__4i7oG"},te={checkboxContainer:"Checkbox-module_checkboxContainer__t5ToR",checkboxWrapper:"Checkbox-module_checkboxWrapper__MQ4h7",checkboxInput:"Checkbox-module_checkboxInput__6emi6",checkbox:"Checkbox-module_checkbox__u-vF9",size_small:"Checkbox-module_size_small__y2One",size_medium:"Checkbox-module_size_medium__tyI8A",size_large:"Checkbox-module_size_large__Dxd5a",checkboxChecked:"Checkbox-module_checkboxChecked__9S3nh",checkboxCheck:"Checkbox-module_checkboxCheck__eC-aU",checkboxIndeterminateState:"Checkbox-module_checkboxIndeterminateState__KlYdz",checkboxIndeterminate:"Checkbox-module_checkboxIndeterminate__KWSZX",indeterminateBar:"Checkbox-module_indeterminateBar__ubEie",checkIconWrapper:"Checkbox-module_checkIconWrapper__5zoMJ",checkIconInner:"Checkbox-module_checkIconInner__-31sZ",checkIcon:"Checkbox-module_checkIcon__ZZUJy",state_default:"Checkbox-module_state_default__07N9s",state_hover:"Checkbox-module_state_hover__-aNwA",state_focus:"Checkbox-module_state_focus__iyLdL",state_pressed:"Checkbox-module_state_pressed__IXWhV",checkboxDisabled:"Checkbox-module_checkboxDisabled__JuvUf",labelContainer:"Checkbox-module_labelContainer__nGOHI",label:"Checkbox-module_label__riL34",description:"Checkbox-module_description__G4kS0"};const ne=({checked:t=!1,indeterminate:n=!1,disabled:l=!1,state:o="default",size:i="medium",label:r="",description:s="",onChange:c,className:d="",id:u,name:m,value:_,...h})=>{const p=(e=>{if(!e)return"default";const a=e.toLowerCase();return"hover"===a?"hover":"focus"===a?"focus":"pressed"===a?"pressed":"default"})(o),v="number"==typeof i,g=v?"custom":i.toLowerCase(),b=l||"disabled"===o,C=[te.checkboxContainer,d].filter(Boolean).join(" "),f=[te.checkbox,te[`size_${g}`],t&&te.checkboxChecked,!t&&n&&te.checkboxIndeterminateState,b&&te.checkboxDisabled,!b&&te[`state_${p}`]].filter(Boolean).join(" "),w=u||`checkbox-${Math.random().toString(36).substr(2,9)}`;return a("div",{className:C,children:[a("div",{className:te.checkboxWrapper,children:[e("input",{type:"checkbox",id:w,name:m,value:_,checked:t,disabled:b,onChange:e=>{!b&&c&&c(e)},className:te.checkboxInput,"aria-checked":n?"mixed":t,"aria-disabled":b,...h}),a("label",{htmlFor:w,className:f,style:v?{width:`${i}px`,height:`${i}px`}:{},children:[t&&e("div",{className:te.checkboxCheck,children:e("div",{className:te.checkIconWrapper,children:e("div",{className:te.checkIconInner,children:e(D,{name:"Check",size:12,className:te.checkIcon})})})}),!t&&n&&e("div",{className:te.checkboxIndeterminate,children:e("div",{className:te.indeterminateBar})})]})]}),(r||s)&&a("div",{className:te.labelContainer,children:[r&&e("label",{htmlFor:w,className:te.label,children:r}),s&&e("div",{className:te.description,children:s})]})]})};var le={radioContainer:"Radio-module_radioContainer__nD7Aj",radioWrapper:"Radio-module_radioWrapper__8nQVu",radioInput:"Radio-module_radioInput__GtQt3",radio:"Radio-module_radio__fnkSK",size_small:"Radio-module_size_small__k7iT3",size_medium:"Radio-module_size_medium__KpT8h",size_large:"Radio-module_size_large__81Vmf",radioChecked:"Radio-module_radioChecked__BaL8g",radioDot:"Radio-module_radioDot__RilTO",state_default:"Radio-module_state_default__zFRxN",radioDisabled:"Radio-module_radioDisabled__i08xK",state_hover:"Radio-module_state_hover__h6W-X",state_focus:"Radio-module_state_focus__8UGb9",state_pressed:"Radio-module_state_pressed__k6gEW",label:"Radio-module_label__rS27E"};const oe=({checked:t=!1,disabled:n=!1,state:l="default",size:o="medium",label:i="",name:r,value:s,onChange:c,className:d="",id:u,...m})=>{const _=(e=>{if(!e)return"default";const a=e.toLowerCase();return"hover"===a?"hover":"focus"===a?"focus":"pressed"===a?"pressed":"default"})(l),h="number"==typeof o,p=h?"custom":o.toLowerCase(),v=n||"disabled"===l,g=[le.radioContainer,d].filter(Boolean).join(" "),b=[le.radio,le[`size_${p}`],t&&le.radioChecked,v&&le.radioDisabled,!v&&le[`state_${_}`]].filter(Boolean).join(" "),C=u||`radio-${Math.random().toString(36).substr(2,9)}`;return a("div",{className:g,children:[a("div",{className:le.radioWrapper,children:[e("input",{type:"radio",id:C,name:r,value:s,checked:t,disabled:v,onChange:e=>{!v&&c&&c(e)},className:le.radioInput,"aria-checked":t,"aria-disabled":v,...m}),e("label",{htmlFor:C,className:b,style:h?{width:`${o}px`,height:`${o}px`}:{},children:t&&e("div",{className:le.radioDot})})]}),i&&e("label",{htmlFor:C,className:le.label,children:i})]})},ie=({showLeftIcon:t=!0,hasCheckbox:n=!1,hasRadio:l=!1,checked:o=!1,chooseLeftIcon:i=null,label:r="Item",showBody:s=!1,body:c="Body",showInfo:d=!1,showRightIcon:u=!1,chooseRightIcon:m=null,type:_="Default",onClick:h,className:p="",...v})=>{const g=(e=>{if(!e)return"default";const a=e.toLowerCase();return"hover"===a?"hover":"disabled"===a?"disabled":"selected"===a?"selected":"danger"===a?"danger":"default"})(_),b="disabled"===g,C=b?"div":"button",f=[ae.itemRow,ae[`type_${g}`],p].filter(Boolean).join(" "),w=o||"selected"===g;return a(C,{className:f,onClick:h,disabled:b,type:"button"===C?"button":void 0,...v,children:[d&&e("div",{className:ae.infoIcon,children:e(D,{name:"Info",size:14,className:ae.infoIconImg})}),a("div",{className:ae.content,children:[t&&e("div",{className:ae.iconWrapper,children:i||e(D,{name:"File",size:14,className:ae.fileIconImg})}),a("div",{className:ae.text,children:[e("p",{className:ae.label,children:r}),s&&e("p",{className:ae.body,children:c})]}),u&&e("div",{className:ae.iconWrapper,children:m||e(D,{name:"Star",size:14,className:ae.starIconImg})})]}),n&&e("div",{className:ae.checkboxField,children:e(ne,{checked:w,disabled:b,size:16,readOnly:!h})}),l&&e("div",{className:ae.radioField,children:e(oe,{checked:w,disabled:b,size:16,readOnly:!h})})]})},re=({variant:t="single",chips:n=[],categories:l=[],onChipRemove:o,onCategoryToggle:i,onItemClick:r,onCancel:u,onApply:m,cancelLabel:_="Cancel",applyLabel:h="Apply",className:p="",...v})=>{const[g,b]=s(""),[C,f]=s(l.reduce((e,a,t)=>(e[t]=void 0===a.expanded||a.expanded,e),{})),w=c(()=>{if(!g)return l;const e=g.toLowerCase();return l.map(a=>{if((a.title||"").toLowerCase().includes(e))return a;const t=(a.items||[]).filter(a=>(a.label||"").toLowerCase().includes(e));return t.length>0?{...a,items:t}:null}).filter(e=>null!==e)},[l,g]);d(()=>{if(g){const e=w.reduce((e,a,t)=>(e[t]=!0,e),{});f(e)}},[g,w.length]);const P=(n,l)=>{const o=!!g||!1!==C[l];return a("div",{className:ee.categoryList,children:[a("button",{type:"button",className:ee.categoryTitle,onClick:()=>{return e=l,f(a=>({...a,[e]:!a[e]})),void(i&&i(e,!C[e]));var e},children:[e("p",{className:ee.categoryTitleText,children:n.title||"Category"}),e("div",{className:ee.chevronIcon,children:e(D,{name:"CaretDown",size:14,className:`${ee.chevronImg} ${o?ee.chevronUp:""}`})})]}),o&&e("div",{className:ee.categoryItems,children:(n.items||[]).map((a,n)=>e("div",{className:ee.categoryItemWrapper,children:e(ie,{label:a.label||"Item",showLeftIcon:!0,showRightIcon:!1,hasCheckbox:"multiple"===t,hasRadio:"multiple"!==t,checked:a.checked||!1,type:a.type||"default",onClick:()=>{r&&r(a,l)}})},a.id||n))})]},l)},y=[ee.container,ee[`variant_${t}`],p].filter(Boolean).join(" ");return a("div",{className:y,...v,children:[a("div",{className:ee.searchSection,children:[a("div",{className:ee.searchInput,children:[e("div",{className:ee.searchIcon,children:e(D,{name:"MagnifyingGlass",size:16,className:ee.searchIconImage})}),e("input",{type:"text",className:ee.realSearchInput,placeholder:"Search",value:g,onChange:e=>{b(e.target.value)}})]}),(()=>{if(!n||0===n.length)return null;const t=n.slice(0,5),l=n.length-5;let i=null;return l>0&&(i={isMore:!0,label:`+${l}`}),a("div",{className:ee.chipListContainer,children:[t.map((t,n)=>a("div",{className:ee.chip,children:[e("p",{className:ee.chipLabel,children:t.label||"Label"}),e("button",{type:"button",className:ee.chipRemove,onClick:e=>{e.stopPropagation(),o&&o(t)},"aria-label":"Remove chip",children:e(D,{name:"X",size:14,className:ee.chipIcon})})]},n)),i&&e("div",{className:ee.chip,children:e("p",{className:ee.chipLabel,children:i.label})})]})})()]}),e("div",{className:ee.listsContainer,children:w.map((e,a)=>P(e,a))}),a("div",{className:ee.actionsContainer,children:[e("button",{type:"button",className:ee.cancelButton,onClick:u,children:e("p",{className:ee.cancelButtonText,children:_})}),e("button",{type:"button",className:ee.applyButton,onClick:m,children:e("p",{className:ee.applyButtonText,children:h})})]})]})};var se={cell:"Cell-module_cell__wdOpC",label:"Cell-module_label__1JEFV",defaultContent:"Cell-module_defaultContent__Vv8Xy",leadingIcon:"Cell-module_leadingIcon__zmwIZ",trailingIcon:"Cell-module_trailingIcon__6DTXX",avatarContent:"Cell-module_avatarContent__moY52",avatar:"Cell-module_avatar__gUaMQ",avatarPlaceholder:"Cell-module_avatarPlaceholder__RK0QA",statusContent:"Cell-module_statusContent__izq8j",statusDot:"Cell-module_statusDot__5-hPy",status_active:"Cell-module_status_active__yHLS8",status_online:"Cell-module_status_online__oCYlx",status_inactive:"Cell-module_status_inactive__6Jdoj",status_offline:"Cell-module_status_offline__ls8W2",status_pending:"Cell-module_status_pending__ID-H1",socialContent:"Cell-module_socialContent__YuoLv",socialIcon:"Cell-module_socialIcon__ME-Dx",actionsContent:"Cell-module_actionsContent__V-4Lc",actionButton:"Cell-module_actionButton__AJYz-",checkboxContent:"Cell-module_checkboxContent__F2jOW",toggleContent:"Cell-module_toggleContent__0JbeA",userCountContent:"Cell-module_userCountContent__lehFs",userIconWrapper:"Cell-module_userIconWrapper__qqZpf",count:"Cell-module_count__N1yFG",badge:"Cell-module_badge__7KrfZ",chipWrapper:"Cell-module_chipWrapper__oM3Bp"},ce={toggleContainer:"Toggle-module_toggleContainer__lTsof",toggleWrapper:"Toggle-module_toggleWrapper__jWaBk",toggleInput:"Toggle-module_toggleInput__srGOt",toggle:"Toggle-module_toggle__zjgHl",toggleThumb:"Toggle-module_toggleThumb__hjTqE",size_small:"Toggle-module_size_small__xxt4m",size_medium:"Toggle-module_size_medium__mZRV2",size_large:"Toggle-module_size_large__dYf3X",toggleChecked:"Toggle-module_toggleChecked__ZM7BJ",state_default:"Toggle-module_state_default__Sk1P2",toggleDisabled:"Toggle-module_toggleDisabled__I8Z63",state_hover:"Toggle-module_state_hover__-Hx6l",state_focus:"Toggle-module_state_focus__E5i0q",state_pressed:"Toggle-module_state_pressed__U2veO",label:"Toggle-module_label__CzLo8"};const de=({checked:t=!1,disabled:n=!1,state:l="default",size:o="medium",label:i="",onChange:r,className:s="",id:c,name:d,value:u,...m})=>{const _=(e=>{if(!e)return"default";const a=e.toLowerCase();return"hover"===a?"hover":"focus"===a?"focus":"pressed"===a?"pressed":"default"})(l),h=o.toLowerCase(),p=n||"disabled"===l,v=[ce.toggleContainer,s].filter(Boolean).join(" "),g=[ce.toggle,ce[`size_${h}`],t&&ce.toggleChecked,p&&ce.toggleDisabled,!p&&ce[`state_${_}`]].filter(Boolean).join(" "),b=c||`toggle-${Math.random().toString(36).substr(2,9)}`;return a("div",{className:v,children:[a("div",{className:ce.toggleWrapper,children:[e("input",{type:"checkbox",id:b,name:d,value:u,checked:t,disabled:p,onChange:e=>{!p&&r&&r(e)},className:ce.toggleInput,"aria-checked":t,"aria-disabled":p,role:"switch",...m}),e("label",{htmlFor:b,className:g,children:e("span",{className:ce.toggleThumb})})]}),i&&e("label",{htmlFor:b,className:ce.label,children:i})]})},ue=({variant:n="default",label:l="",icon:o=null,badge:i=null,chip:r=null,statusIndicator:s=null,avatar:c=null,status:d=null,checked:u=!1,onChange:m,count:_=null,actions:h=[],className:p="",...v})=>e("div",{className:`${se.cell} ${se[`variant_${n}`]} ${p}`,...v,children:(()=>{switch(n){case"avatar":return a("div",{className:se.avatarContent,children:[c?e("img",{src:c,alt:l,className:se.avatar}):e("div",{className:se.avatarPlaceholder,children:e(D,{name:"User",size:16})}),e("span",{className:se.label,children:l}),r?e("div",{className:se.chipWrapper,children:r}):i?e("span",{className:se.badge,children:i}):null]});case"status":return a("div",{className:se.statusContent,children:[s||e("div",{className:`${se.statusDot} ${se[`status_${d?.toLowerCase()}`]}`}),e("span",{className:se.label,children:l}),r?e("div",{className:se.chipWrapper,children:r}):i?e("span",{className:se.badge,children:i}):null]});case"social":return a("div",{className:se.socialContent,children:[o&&e(D,{name:o,size:16,className:se.socialIcon}),e("span",{className:se.label,children:l})]});case"actions":return e("div",{className:se.actionsContent,children:h.map((a,t)=>e("button",{className:se.actionButton,onClick:a.onClick,title:a.label,type:"button",children:e(D,{name:a.icon,size:14})},t))});case"checkbox":return a("div",{className:se.checkboxContent,children:[e(ne,{checked:u,onChange:m,size:"medium"}),e("span",{className:se.label,children:l})]});case"toggle":return e("div",{className:se.toggleContent,children:e(de,{checked:u,onChange:m,size:"medium"})});case"userCount":return e("div",{className:se.userCountContent,children:a("div",{className:se.userIconWrapper,children:[e(D,{name:"User",size:14}),e("span",{className:se.count,children:_})]})});default:return e("div",{className:se.defaultContent,children:!r||l||o?a(t,{children:[o&&e(D,{name:o,size:16,className:se.leadingIcon}),e("span",{className:se.label,children:l}),r?e("div",{className:se.chipWrapper,children:r}):i?e("span",{className:se.badge,children:i}):null,!r&&e(D,{name:"Globe",size:14,className:se.trailingIcon})]}):e("div",{className:se.chipWrapper,children:r})})}})()});var me="CellHeader-module_cellHeader__9mlaW",_e="CellHeader-module_sortable__bpx5y",he="CellHeader-module_content__6-yV0",pe="CellHeader-module_checkboxWrapper__ah1PJ",ve="CellHeader-module_sortIcon__6rgJk",ge="CellHeader-module_label__nRBcj";const be=({label:t="",sortable:n=!1,sortOrder:l=null,hasCheckbox:o=!1,checked:i=!1,onSort:r,onCheckboxChange:s,className:c="",...d})=>e("div",{className:`${me} ${n?_e:""} ${c}`,onClick:n?r:void 0,...d,children:a("div",{className:he,children:[o&&e("div",{className:pe,onClick:e=>e.stopPropagation(),children:e(ne,{checked:i,onChange:s,size:"small"})}),n&&e("div",{className:ve,"aria-label":`Sort ${l||"none"}`,children:e(D,{name:"asc"===l?"SortAscending":"desc"===l?"SortDescending":"CaretUpDown",size:14})}),e("span",{className:ge,children:t})]})}),Ce=({children:t,variant:n="default",padding:l="md",hover:o=!1,clickable:i=!1,header:r,footer:s,onClick:c,className:d,style:u,animate:m=!0,animationDuration:_=300,animationDelay:h=0,animationEasing:p="ease-in-out",...v})=>{const g=L("bg-white rounded-lg transition-all duration-200",{default:"shadow-sm border border-gray-200",elevated:"shadow-lg border border-gray-100",outlined:"border-2 border-gray-200",filled:"bg-gray-50 border border-gray-200"}[n],{xs:"p-2",sm:"p-3",md:"p-4",lg:"p-6",xl:"p-8"}[l],o&&"hover:shadow-md hover:-translate-y-0.5",i&&"cursor-pointer hover:shadow-lg hover:-translate-y-1",m&&"animate-fade-in",d),b={...u,...m&&{animationDuration:`${_}ms`,animationDelay:`${h}ms`,animationTimingFunction:p}};return a("div",{className:g,style:b,onClick:e=>{i&&c&&c(e)},...v,children:[r&&e("div",{className:"mb-4 pb-4 border-b border-gray-200",children:r}),e("div",{className:"flex-1",children:t}),s&&e("div",{className:"mt-4 pt-4 border-t border-gray-200",children:s})]})};var fe={chip:"Chip-module_chip__QDbLV",label:"Chip-module_label__jkrIf",iconWrapper:"Chip-module_iconWrapper__NWuWA",icon:"Chip-module_icon__Tkzl1",size_small:"Chip-module_size_small__FfLgY",size_medium:"Chip-module_size_medium__lOEvU",state_default:"Chip-module_state_default__Qcr59",state_hover:"Chip-module_state_hover__Fh-CV",state_pressed:"Chip-module_state_pressed__icmBU",state_active:"Chip-module_state_active__JenYe"};const we=({label:t="Label",showRightIcon:n=!0,showLeftIcon:l=!0,chooseLeftIcon:o=null,chooseRightIcon:i=null,state:r="default",size:s="medium",onRemove:c,onClick:d,className:u="",...m})=>{const _=(e=>{if(!e)return"default";const a=e.toLowerCase();return"hover"===a?"hover":"pressed"===a?"pressed":"active"===a?"active":"default"})(r),h=(s||"medium").toLowerCase(),p="small"===h?12:14,v=[fe.chip,fe[`size_${h}`],fe[`state_${_}`],u].filter(Boolean).join(" ");return a(d?"button":"div",{className:v,onClick:d,type:d?"button":void 0,...m,children:[l?o||e("div",{className:fe.iconWrapper,children:e(D,{name:"x",size:p,className:fe.icon,variant:"active"===_?"white":"default"})}):null,e("span",{className:fe.label,children:t}),n?i||e("div",{className:fe.iconWrapper,children:e(D,{name:"x",size:p,className:fe.icon,variant:"active"===_?"white":"default",onClick:e=>{e.stopPropagation(),c&&c()}})}):null]})};var Pe={container:"ChipList-module_container__3H1e7",row:"ChipList-module_row__961Z3",layout_single:"ChipList-module_layout_single__t5ANI",layout_double:"ChipList-module_layout_double__5ihDG",layout_doublerow:"ChipList-module_layout_doublerow__qSwD-"};const ye=({chips:a=[],layout:t="single",onChipRemove:n,className:l="",...o})=>{const i=a.length>0?a:[{label:"Label",id:"1"},{label:"Label",id:"2"},{label:"Label",id:"3"}],r=t.toLowerCase(),s=(()=>{if("double"===r||"doublerow"===r){const e=Math.ceil(i.length/2);return[i.slice(0,e),i.slice(e)]}return[i]})(),c=[Pe.container,Pe[`layout_${r}`],l].filter(Boolean).join(" ");return e("div",{className:c,...o,children:s.map((a,t)=>e("div",{className:Pe.row,children:a.map(a=>e(we,{label:a.label,showRightIcon:!0,showLeftIcon:!1,state:"default",size:"medium",onRemove:()=>{n&&n(a)}},a.id||a.label))},t))})};var ke={container:"Dropdown-module_container__ErjTf",type_medium:"Dropdown-module_type_medium__-9PP9",type_small:"Dropdown-module_type_small__RBIcw",label:"Dropdown-module_label__r-lFx",description:"Dropdown-module_description__o8wRo",dropdownWrapper:"Dropdown-module_dropdownWrapper__UL4uW",fieldWrapper:"Dropdown-module_fieldWrapper__tDsIq",dropdownWrapper_type_medium:"Dropdown-module_dropdownWrapper_type_medium__fvECq",dropdownWrapper_type_small:"Dropdown-module_dropdownWrapper_type_small__Giu8S",dropdownInner:"Dropdown-module_dropdownInner__-VN-B",placeholder:"Dropdown-module_placeholder__ZqFux",value:"Dropdown-module_value__pqCLT",chevronWrapper:"Dropdown-module_chevronWrapper__zvdRH",chevronIcon:"Dropdown-module_chevronIcon__iBeCV",chipList:"Dropdown-module_chipList__s1lVm",chip:"Dropdown-module_chip__7rR17",chipLabel:"Dropdown-module_chipLabel__-ksTf",chipRemove:"Dropdown-module_chipRemove__yQ6wd",chipIcon:"Dropdown-module_chipIcon__SMMHv",error:"Dropdown-module_error__5Ptsm",dropdownWrapper_type_medium_state_default:"Dropdown-module_dropdownWrapper_type_medium_state_default__5bpre",dropdownWrapper_type_small_state_default:"Dropdown-module_dropdownWrapper_type_small_state_default__skJVV",dropdownWrapper_type_medium_state_hover:"Dropdown-module_dropdownWrapper_type_medium_state_hover__44jce",dropdownWrapper_type_small_state_hover:"Dropdown-module_dropdownWrapper_type_small_state_hover__7hn5F",dropdownWrapper_type_medium_state_selected:"Dropdown-module_dropdownWrapper_type_medium_state_selected__OC89t",dropdownWrapper_type_small_state_selected:"Dropdown-module_dropdownWrapper_type_small_state_selected__BIPst",dropdownWrapper_type_medium_state_focused:"Dropdown-module_dropdownWrapper_type_medium_state_focused__9BNJD",dropdownWrapper_type_small_state_focused:"Dropdown-module_dropdownWrapper_type_small_state_focused__Eq0nK",dropdownWrapper_type_medium_state_error:"Dropdown-module_dropdownWrapper_type_medium_state_error__YgZfn",dropdownWrapper_type_small_state_error:"Dropdown-module_dropdownWrapper_type_small_state_error__40JGM",dropdownWrapper_type_medium_state_disabled:"Dropdown-module_dropdownWrapper_type_medium_state_disabled__hibT2",dropdownWrapper_type_small_state_disabled:"Dropdown-module_dropdownWrapper_type_small_state_disabled__siGnC"};const Ne=({value:t="",description:n="",label:l="",error:o="",hasLabel:i=!0,hasDescription:r=!0,hasError:s=!1,hasChips:c=!1,state:m="default",type:_="medium",placeholder:h="Value",chips:p=[],onChange:v,onFocus:g,onBlur:b,onClick:C,onOutsideClick:f,disabled:w,className:P="",children:y,...k})=>{const N=u(null);d(()=>{if(!f)return;const e=e=>{N.current&&!N.current.contains(e.target)&&f()};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}},[f]);const I=(_||"medium").toLowerCase(),S=w?"disabled":(e=>{if(!e)return"default";const a=e.toLowerCase().replace(/\s+/g,"").replace(/-/g,"");return"selected"===a?"selected":"focused"===a?"focused":"hover"===a?"hover":"error"===a?"error":"disabled"===a?"disabled":a})(m),L=[ke.container,ke[`type_${I}`],P].filter(Boolean).join(" "),B=[ke.dropdownWrapper,ke[`dropdownWrapper_type_${I}`],ke[`dropdownWrapper_state_${S}`],ke[`dropdownWrapper_type_${I}_state_${S}`]].filter(Boolean).join(" "),A=w||"disabled"===S,x=a("div",{className:ke.fieldWrapper,children:[e("button",{type:"button",className:B,onClick:C||g,disabled:A,"aria-disabled":A,...k,children:a("div",{className:ke.dropdownInner,children:[c&&0!==p.length?e("div",{className:ke.chipList,children:p.map((t,n)=>a("div",{className:ke.chip,children:[e("span",{className:ke.chipLabel,children:t.label||"Label"}),t.onRemove&&e("button",{type:"button",className:ke.chipRemove,onClick:e=>{e.stopPropagation(),t.onRemove&&t.onRemove()},"aria-label":"Remove chip",children:e(D,{name:"x",size:10,className:ke.chipIcon})})]},n))}):null,e("span",t?{className:ke.value,children:t}:{className:ke.placeholder,children:h}),e("div",{className:ke.chevronWrapper,children:e(D,{name:y?"caret-up":"caret-down",size:12,className:ke.chevronIcon})})]})}),y]});return a("div",{className:L,ref:N,children:[i&&l&&e("p",{className:ke.label,children:l}),r&&n&&e("p",{className:ke.description,children:n}),x,s&&o&&e("p",{className:ke.error,children:o})]})};var Ie={dropdownNestedColumn:"DropdownNestedColumn-module_dropdownNestedColumn__-cag7",titleFrame:"DropdownNestedColumn-module_titleFrame__-offj",titleAndCta:"DropdownNestedColumn-module_titleAndCta__4y7z4",titleText:"DropdownNestedColumn-module_titleText__G5mny",clearAllButton:"DropdownNestedColumn-module_clearAllButton__jEO-i",clearAllText:"DropdownNestedColumn-module_clearAllText__WR6Lj",chevronButton:"DropdownNestedColumn-module_chevronButton__pJED1",chevronContainer:"DropdownNestedColumn-module_chevronContainer__KBjay",chevronIcon:"DropdownNestedColumn-module_chevronIcon__B-Vxx",dropdownWithSearch:"DropdownNestedColumn-module_dropdownWithSearch__pLH5k",dropdownContent:"DropdownNestedColumn-module_dropdownContent__yxwX7",chipListSection:"DropdownNestedColumn-module_chipListSection__hz0gx",chipGrid:"DropdownNestedColumn-module_chipGrid__7wFEN",noChips:"DropdownNestedColumn-module_noChips__wktQg",moreChipsChip:"DropdownNestedColumn-module_moreChipsChip__SVtTL",searchInputSection:"DropdownNestedColumn-module_searchInputSection__QRUBF",searchInput:"DropdownNestedColumn-module_searchInput__xvb2F",searchIcon:"DropdownNestedColumn-module_searchIcon__aASpj",searchField:"DropdownNestedColumn-module_searchField__UP-pl",itemsList:"DropdownNestedColumn-module_itemsList__V41r6",itemsContainer:"DropdownNestedColumn-module_itemsContainer__2IXay",noItems:"DropdownNestedColumn-module_noItems__oiWmw"};const Se=({title:t="Title",expanded:n=!0,chips:l=[],items:o=[],onClearAll:i,onChipRemove:r,onItemClick:c,className:d="",...u})=>{const[m,_]=s(n),[h,p]=s(""),v=[Ie.dropdownNestedColumn,d].filter(Boolean).join(" "),g=a("div",{className:Ie.titleAndCta,children:[e("p",{className:Ie.titleText,children:t}),e("button",{className:Ie.clearAllButton,onClick:e=>{e.stopPropagation(),i&&i()},type:"button",children:e("p",{className:Ie.clearAllText,children:"Clear all"})})]}),b=o.filter(e=>e.label.toLowerCase().includes(h.toLowerCase()));return a("div",{className:v,...u,children:[a("div",{className:Ie.titleFrame,children:[g,e("button",{className:Ie.chevronButton,onClick:()=>{_(!m)},type:"button",children:e("div",{className:Ie.chevronContainer,children:e("div",{className:Ie.chevronIcon,style:{transform:m?"rotate(0deg)":"rotate(180deg)",transition:"transform 0.2s ease"},children:e(D,{name:"caret-up",size:16})})})})]}),m&&e("div",{className:Ie.dropdownWithSearch,children:a("div",{className:Ie.dropdownContent,children:[e("div",{className:Ie.chipListSection,children:l.length>0?a("div",{className:Ie.chipGrid,children:[l.slice(0,5).map(a=>e(we,{label:a.label,showRightIcon:!0,showLeftIcon:!1,state:"default",size:"medium",onRemove:()=>{r&&r(a)}},a.id||a.label)),l.length>5&&e(we,{label:"+"+(l.length-5),showRightIcon:!1,showLeftIcon:!1,state:"default",size:"medium",className:Ie.moreChipsChip})]}):e("div",{className:Ie.noChips,children:"No items selected"})}),e("div",{className:Ie.searchInputSection,children:a("div",{className:Ie.searchInput,children:[e(D,{name:"magnifying-glass",size:16,className:Ie.searchIcon}),e("input",{type:"text",className:Ie.searchField,placeholder:"Search",value:h,onChange:e=>p(e.target.value)})]})}),e("div",{className:Ie.itemsList,children:e("div",{className:Ie.itemsContainer,children:b.length>0?b.map((a,t)=>e(ie,{label:a.label,showLeftIcon:!1,showRightIcon:!1,hasCheckbox:!0,hasRadio:!1,checked:a.checked||!1,type:a.type||"Default",onClick:()=>{c&&c(a)}},a.id||t)):e("div",{className:Ie.noItems,children:"No items found"})})})]})})]})};var Le={dropdownNested:"DropdownNested-module_dropdownNested__S7idI",columns:"DropdownNested-module_columns__VciGu",column:"DropdownNested-module_column__clf4o",ctas:"DropdownNested-module_ctas__MWS3w",cancelButton:"DropdownNested-module_cancelButton__c-8mc",applyButton:"DropdownNested-module_applyButton__AvCpG"};const Be=({leftColumn:t={title:"Select a Member",chips:[],items:[]},rightColumn:n={title:"Select a Group",chips:[],items:[]},onLeftClearAll:l,onRightClearAll:o,onLeftChipRemove:i,onRightChipRemove:r,onLeftItemClick:s,onRightItemClick:c,onCancel:d,onApply:u,className:m="",..._})=>{const h=t.chips,p=n.chips,v=t.items,g=n.items,b=[Le.dropdownNested,m].filter(Boolean).join(" ");return a("div",{className:b,..._,children:[a("div",{className:Le.columns,children:[e("div",{className:Le.column,children:e(Se,{title:t.title,expanded:!0,chips:h,items:v,onClearAll:l,onChipRemove:i,onItemClick:s})}),e("div",{className:Le.column,children:e(Se,{title:n.title,expanded:!0,chips:p,items:g,onClearAll:o,onChipRemove:r,onItemClick:c})})]}),a("div",{className:Le.ctas,children:[e(F,{label:"Cancel",style:"neutral",size:"medium",showLeadingIcon:!1,onClick:d,className:Le.cancelButton}),e(R,{label:"Apply",buttonStyle:"primary",size:"medium",showLeadingIcon:!1,onClick:u,className:Le.applyButton})]})]})};var Ae={iconButton:"IconButton-module_iconButton__RX7bN",icon:"IconButton-module_icon__1mvRD",loaderIcon:"IconButton-module_loaderIcon__AB3CY",spin:"IconButton-module_spin__dIR-z",size_medium:"IconButton-module_size_medium__vDKx5",size_small:"IconButton-module_size_small__6QIGb",style_primary:"IconButton-module_style_primary__iuggd",state_default:"IconButton-module_state_default__CRDoC",state_hover:"IconButton-module_state_hover__gREn9",state_focus:"IconButton-module_state_focus__rPK-E",state_disabled:"IconButton-module_state_disabled__LFZlJ",state_loading:"IconButton-module_state_loading__jB6U7",style_secondary:"IconButton-module_style_secondary__3em9O",style_neutral:"IconButton-module_style_neutral__hzeSD",style_subtle:"IconButton-module_style_subtle__QK4-l"};const xe=({icon:a,state:t="default",size:n="medium",onClick:l,disabled:o,loading:i,className:r="",style:s,...c})=>{const d="string"==typeof s?s:"primary",u="object"==typeof s?s:void 0,m=i?"loading":o?"disabled":t,_=o||i||"disabled"===m,h=[Ae.iconButton,Ae[`style_${d}`],Ae[`state_${m}`],Ae[`size_${n}`],r].filter(Boolean).join(" ");return e("button",{className:h,onClick:l,disabled:_,"aria-disabled":_,style:u,...c,children:a?"string"==typeof a?e(D,{name:a,className:Ae.icon,size:14}):a:e(D,"loading"===m?{name:"spinner",className:Ae.loaderIcon,size:16}:{name:"star",className:Ae.icon,size:14})})};var De={container:"InputField-module_container__YBVq-",label:"InputField-module_label__tCfs4",description:"InputField-module_description__2ool6",inputWrapper:"InputField-module_inputWrapper__fFheW",inputInner:"InputField-module_inputInner__lrVlq",placeholder:"InputField-module_placeholder__sYV0q",value:"InputField-module_value__kkyaI",input:"InputField-module_input__0CiVP",cursor:"InputField-module_cursor__wYxH-",blink:"InputField-module_blink__9nrJt",iconWrapper:"InputField-module_iconWrapper__MvnUT",icon:"InputField-module_icon__kKszD",chipList:"InputField-module_chipList__6KBVj",chip:"InputField-module_chip__-BZp6",chipLabel:"InputField-module_chipLabel__IJyWs",chipRemove:"InputField-module_chipRemove__-3sq7",chipIcon:"InputField-module_chipIcon__jtgnb",error:"InputField-module_error__dqR5d",inputWrapper_state_default:"InputField-module_inputWrapper_state_default__VUT2A",inputWrapper_state_hover:"InputField-module_inputWrapper_state_hover__bLjjB",inputWrapper_state_focused:"InputField-module_inputWrapper_state_focused__DIMKO",inputWrapper_state_typing:"InputField-module_inputWrapper_state_typing__tpZTB",inputWrapper_state_filled:"InputField-module_inputWrapper_state_filled__60Ebj",inputWrapper_state_filledHover:"InputField-module_inputWrapper_state_filledHover__iMDJJ",inputWrapper_state_error:"InputField-module_inputWrapper_state_error__OUoqh",inputWrapper_state_disabled:"InputField-module_inputWrapper_state_disabled__BHozK"};const ze=({value:t,description:n="",label:l="",error:o="",hasLabel:i=!0,hasDescription:r=!0,hasError:c=!1,hasChips:d=!1,showIcon:u=!1,chooseIcon:m=null,state:_="default",placeholder:h="Value",chips:p=[],onChange:v,onFocus:g,onBlur:b,disabled:C,className:f="",id:w,...P})=>{const[y,k]=s(""),[N,I]=s(!1),S=void 0!==t?t:y,L=C?"disabled":(e=>{if(!e)return"default";const a=e.toLowerCase().replace(/\s+/g,"").replace(/-/g,"");return"filledin"===a||"filled"===a?"filled":"filledinhover"===a||"filledhover"===a||"filled-hover"===a?"filledHover":"focused"===a?"focused":"typing"===a?"typing":"hover"===a?"hover":"error"===a?"error":"disabled"===a?"disabled":a})(_),B=[De.container,f].filter(Boolean).join(" "),A=[De.input,De[`state_${L}`]].filter(Boolean).join(" "),x=[De.inputWrapper,De[`inputWrapper_state_${L}`]].filter(Boolean).join(" "),D=C||"disabled"===L,z=w||`input-${Math.random().toString(36).substr(2,9)}`;return a("div",{className:B,children:[i&&l&&e("label",{className:De.label,htmlFor:z,children:l}),r&&n&&e("p",{className:De.description,children:n}),e("div",{className:x,children:a("div",{className:De.inputInner,children:[e("input",{type:"text",id:z,className:A,value:S,placeholder:h,onChange:e=>{C||(void 0===t&&k(e.target.value),v&&v(e))},onFocus:e=>{C||(I(!0),g&&g(e))},onBlur:e=>{C||(I(!1),b&&b(e))},disabled:D,"aria-invalid":c,"aria-describedby":c?`${z}-error`:void 0,...P}),u?m||e("div",{className:De.iconWrapper,children:e("img",{src:"/icons/Icon.svg",alt:"Icon",className:De.icon})}):null,d&&0!==p.length?e("div",{className:De.chipList,children:p.map((t,n)=>a("div",{className:De.chip,children:[e("span",{className:De.chipLabel,children:t.label||"Label"}),t.onRemove&&e("button",{type:"button",className:De.chipRemove,onClick:e=>{e.stopPropagation(),t.onRemove?.()},"aria-label":"Remove chip",children:e("img",{src:"/icons/Vector.svg",alt:"Remove",className:De.chipIcon})})]},n))}):null]})}),c&&o&&e("p",{className:De.error,id:`${z}-error`,children:o})]})};var Te={overlay:"Modal-module_overlay__-RqGQ",fadeIn:"Modal-module_fadeIn__bf4KI",modal:"Modal-module_modal__MUsZA",slideUp:"Modal-module_slideUp__ZdbV-",small:"Modal-module_small__tMzhZ",medium:"Modal-module_medium__ww1Z7",large:"Modal-module_large__J-zZn",closeButton:"Modal-module_closeButton__1Oslg",content:"Modal-module_content__1bCpv",iconWrapper:"Modal-module_iconWrapper__99kUR",textStack:"Modal-module_textStack__QbEZb",title:"Modal-module_title__TUIss",description:"Modal-module_description__o6Czk",actions:"Modal-module_actions__YzyOX"};const Re=({isOpen:t,onClose:n,title:l,description:o,icon:i,children:r,actions:s,size:c="medium",showCloseButton:u=!0,className:m="",..._})=>{if(d(()=>(document.body.style.overflow=t?"hidden":"unset",()=>{document.body.style.overflow="unset"}),[t]),!t)return null;return e("div",{className:Te.overlay,onClick:e=>{e.target===e.currentTarget&&n&&n()},children:a("div",{className:`${Te.modal} ${Te[c]} ${m}`,role:"dialog","aria-modal":"true",..._,children:[u&&e("button",{className:Te.closeButton,onClick:n,"aria-label":"Close modal",children:e(D,{name:"X"})}),a("div",{className:Te.content,children:[i&&e("div",{className:Te.iconWrapper,children:i}),r||a("div",{className:Te.textStack,children:[l&&e("h2",{className:Te.title,children:l}),o&&e("p",{className:Te.description,children:o})]}),s&&e("div",{className:Te.actions,children:s})]})]})})};var We={notification:"Notification-module_notification__U2DR1",size_small:"Notification-module_size_small__kHQRv",size_medium:"Notification-module_size_medium__hJpV4",variant_primary:"Notification-module_variant_primary__OQM8e",variant_neutral:"Notification-module_variant_neutral__tmXIq",variant_subtle:"Notification-module_variant_subtle__uwELf",count:"Notification-module_count__XmK01",plus:"Notification-module_plus__oBCK6"};const Fe=({count:n=0,variant:l="primary",size:o="medium",maxCount:i=99,className:r="",...s})=>{const c=[We.notification,We[`variant_${l}`],We[`size_${o}`],r].filter(Boolean).join(" ");return e("span",{className:c,...s,children:(()=>{if("number"==typeof n&&n>i)return a(t,{children:[e("span",{className:We.count,children:i}),e("span",{className:We.plus,children:"+"})]});if("string"==typeof n&&n.endsWith("+")){const l=n.slice(0,-1);return a(t,{children:[e("span",{className:We.count,children:l}),e("span",{className:We.plus,children:"+"})]})}return n})()})};var Ue={paginationWrapper:"Pagination-module_paginationWrapper__Da07-",navButtonCustom:"Pagination-module_navButtonCustom__dtnOI",navIcon:"Pagination-module_navIcon__jEBAO",navText:"Pagination-module_navText__epoAF"};const He=t=>e(l,{theme:{token:{colorPrimary:"#4432bf",borderRadius:8,fontFamily:"'Host Grotesk', sans-serif",colorText:"#2f353b",colorTextDescription:"#768494",motion:!1},components:{Pagination:{itemActiveBg:"#4432bf",itemActiveColor:"#F3EEF9",itemBg:"transparent",itemInputBg:"#ffffff",itemSize:36,itemSizeSM:32}}},children:e("div",{className:`${Ue.paginationWrapper} ${t.className||""}`,children:e(o,{itemRender:(n,l,o)=>"prev"===l?a("div",{className:`${Ue.navButtonCustom} ${t.disabled?Ue.disabled:""}`,children:[e("div",{className:Ue.navIcon,style:{WebkitMaskImage:"url('/icon/ArrowLeft.svg')",maskImage:"url('/icon/ArrowLeft.svg')"}}),e("span",{className:Ue.navText,children:"Previous"})]}):"next"===l?a("div",{className:`${Ue.navButtonCustom} ${t.disabled?Ue.disabled:""}`,children:[e("span",{className:Ue.navText,children:"Next"}),e("div",{className:Ue.navIcon,style:{WebkitMaskImage:"url('/icon/ArrowRight.svg')",maskImage:"url('/icon/ArrowRight.svg')"}})]}):o,...t})})});var $e={container:"Search-module_container__NslV2",input:"Search-module_input__-SRzW",inputInner:"Search-module_inputInner__BFwA4",searchIcon:"Search-module_searchIcon__kOb49",searchIconImage:"Search-module_searchIconImage__JG5O3",placeholder:"Search-module_placeholder__XGEtM",value:"Search-module_value__r-4hD",realInput:"Search-module_realInput__REpAG",inputInner_state_focused:"Search-module_inputInner_state_focused__Zl5a2",cursor:"Search-module_cursor__hsCJx",blink:"Search-module_blink__PSxpt",cursorTyping:"Search-module_cursorTyping__wAW5b",error:"Search-module_error__4NuH1",input_state_default:"Search-module_input_state_default__5QR0F",inputInner_state_default:"Search-module_inputInner_state_default__YpSHL",input_state_hover:"Search-module_input_state_hover__zvOhd",inputInner_state_hover:"Search-module_inputInner_state_hover__Gxcb9",input_state_focused:"Search-module_input_state_focused__TDgsA",input_state_typing:"Search-module_input_state_typing__GFivl",inputInner_state_typing:"Search-module_inputInner_state_typing__9zezH",input_state_filled:"Search-module_input_state_filled__3FE6u",inputInner_state_filled:"Search-module_inputInner_state_filled__qOdD4",input_state_filledHover:"Search-module_input_state_filledHover__kQu9I",inputInner_state_filledHover:"Search-module_inputInner_state_filledHover__2EMWM",input_state_error:"Search-module_input_state_error__F-GNS",inputInner_state_error:"Search-module_inputInner_state_error__zTv5f",input_state_disabled:"Search-module_input_state_disabled__F5cPc",inputInner_state_disabled:"Search-module_inputInner_state_disabled__gKmLt"};const Me=({value:t="",error:n="",hasError:l=!1,state:o="default",placeholder:i="Search",onChange:r,onFocus:c,onBlur:d,disabled:u,className:m="",title:_="",...h})=>{const[p,v]=s(!1),[g,b]=s(!1),C=(()=>{if(u)return"disabled";const e=(e=>{if(!e||"default"===e)return null;const a=e.toLowerCase().replace(/\s+/g,"").replace(/-/g,"");return"filledin"===a||"filled"===a?"filled":"filledinhover"===a||"filledhover"===a||"filled-hover"===a?"filledHover":"focused"===a?"focused":"typing"===a?"typing":"hover"===a?"hover":"error"===a?"error":"disabled"===a?"disabled":a})(o);return e||(l?"error":g?t?"typing":"focused":p?t?"filledHover":"hover":t?"filled":"default")})(),f=[$e.container,m].filter(Boolean).join(" "),w=[$e.input,$e[`input_state_${C}`]].filter(Boolean).join(" "),P=[$e.inputInner,$e[`inputInner_state_${C}`]].filter(Boolean).join(" "),y=u||"disabled"===C;return a("div",{className:f,title:_,onMouseEnter:()=>v(!0),onMouseLeave:()=>v(!1),children:[e("div",{className:w,children:a("div",{className:P,children:[e("div",{className:$e.searchIcon,children:e(D,{name:"magnifying-glass",className:$e.searchIconImage,size:16})}),e("input",{type:"search",className:$e.realInput,value:t,placeholder:i,onChange:r,onFocus:e=>{b(!0),c?.(e)},onBlur:e=>{b(!1),d?.(e)},disabled:y,...h}),("focused"===C||"typing"===C)&&!t&&e("span",{className:$e.cursor,children:"|"})]})}),l&&n&&e("p",{className:$e.error,children:n})]})};var Ee={container:"ListSearch-module_container__HL8el",input:"ListSearch-module_input__ezY35",inputInner:"ListSearch-module_inputInner__qdXKc",searchIcon:"ListSearch-module_searchIcon__ndZXx",searchIconImage:"ListSearch-module_searchIconImage__pmjns",placeholder:"ListSearch-module_placeholder__XUIb1",value:"ListSearch-module_value__CSjKl",realInput:"ListSearch-module_realInput__xVlan",inputInner_state_hover:"ListSearch-module_inputInner_state_hover__R2Zpc",cursor:"ListSearch-module_cursor__m1iCE",blink:"ListSearch-module_blink__jzTcf",cursorTyping:"ListSearch-module_cursorTyping__2AymQ",chipList:"ListSearch-module_chipList__WoeU5",container_type_type1:"ListSearch-module_container_type_type1__-NCWZ",chip:"ListSearch-module_chip__Tn6ze",chipLabel:"ListSearch-module_chipLabel__JPkXa",chipRemove:"ListSearch-module_chipRemove__Hjgzi",chipIcon:"ListSearch-module_chipIcon__wDf2o",input_state_default:"ListSearch-module_input_state_default__gNzz2",inputInner_state_default:"ListSearch-module_inputInner_state_default__TXHPJ",input_state_hover:"ListSearch-module_input_state_hover__EG-JY",input_state_focused:"ListSearch-module_input_state_focused__1nOkg",inputInner_state_focused:"ListSearch-module_inputInner_state_focused__1o0L8",input_state_typing:"ListSearch-module_input_state_typing__GQk65",inputInner_state_typing:"ListSearch-module_inputInner_state_typing__KHmwN",container_type_type2:"ListSearch-module_container_type_type2__Qi0u2"};const qe=({label:t="Search",chipList:n=!0,state:l="default",type:o="type1",chips:i=[],onChipRemove:r,onChange:c,onFocus:d,onBlur:u,disabled:m,className:_="",title:h="",...p})=>{const[v,g]=s(!1),[b,C]=s(!1),f=(()=>{if(m)return"disabled";const e=(e=>{if(!e||"default"===e)return null;const a=e.toLowerCase().replace(/\s+/g,"").replace(/-/g,"");return"focused"===a?"focused":"typing"===a?"typing":"hover"===a?"hover":a})(l);return e||(b?t&&"Search"!==t?"typing":"focused":v?"hover":"default")})(),w=(e=>{if(!e)return"type1";return"type2"===e.toLowerCase().replace(/\s+/g,"").replace(/-/g,"")?"type2":"type1"})(o||"type1"),P=()=>n&&0!==i.length?e("div",{className:Ee.chipList,children:i.map((t,n)=>a("div",{className:Ee.chip,children:[e("span",{className:Ee.chipLabel,children:t.label||"Label"}),e("button",{type:"button",className:Ee.chipRemove,onClick:e=>{e.stopPropagation(),r&&r(n)},"aria-label":"Remove chip",children:e("img",{src:"/icons/X.svg",alt:"Remove",className:Ee.chipIcon})})]},n))}):null,y=L(Ee.container,Ee[`container_type_${w}`],_),k=L(Ee.input,Ee[`input_state_${f}`],Ee[`input_type_${w}`]),N=L(Ee.inputInner,Ee[`inputInner_state_${f}`]),I=m||"disabled"===f;return a("div",{className:y,title:h,onMouseEnter:()=>g(!0),onMouseLeave:()=>g(!1),children:["type2"===w&&n&&i.length>0?P():null,e("div",{className:k,children:a("div",{className:N,children:[e("div",{className:Ee.searchIcon,children:e("img",{src:"/icons/search.svg",alt:"Search",className:Ee.searchIconImage})}),e("input",{type:"text",className:Ee.realInput,value:"Search"===t?"":t,placeholder:"Search",onChange:c,onFocus:e=>{C(!0),d&&d(e)},onBlur:e=>{C(!1),u&&u(e)},disabled:I,...p}),("focused"===f||"typing"===f)&&!t&&e("span",{className:Ee.cursor,children:"|"})]})}),"type1"===w&&n&&i.length>0?P():null]})};var Ge={statusIndicator:"StatusIndicator-module_statusIndicator__dYsH-",indicator:"StatusIndicator-module_indicator__YQzs6",indicator_size_small:"StatusIndicator-module_indicator_size_small__5UNPW",indicator_size_medium:"StatusIndicator-module_indicator_size_medium__v7LFI",indicator_size_large:"StatusIndicator-module_indicator_size_large__UvANW",label:"StatusIndicator-module_label__WM5I3",size_small:"StatusIndicator-module_size_small__nCIL2",size_medium:"StatusIndicator-module_size_medium__Fp-1x",size_large:"StatusIndicator-module_size_large__BkKOG",state_default:"StatusIndicator-module_state_default__J4F1G",state_hover:"StatusIndicator-module_state_hover__Hmr-w",state_pressed:"StatusIndicator-module_state_pressed__Cz8o1",state_active:"StatusIndicator-module_state_active__nOiXv",state_disabled:"StatusIndicator-module_state_disabled__umvwX"};const Oe=({label:t="Status",state:n="default",size:l="medium",color:o="green",onClick:i,className:r="",...s})=>{const c=(e=>{if(!e)return"default";const a=e.toLowerCase();return"hover"===a?"hover":"pressed"===a?"pressed":"active"===a?"active":"disabled"===a?"disabled":"default"})(n),d=(e=>{if(!e)return"green";const a=e.toLowerCase();return"red"===a?"red":"yellow"===a?"yellow":"blue"===a?"blue":"green"})(o),u=l.toLowerCase(),m=[Ge.statusIndicator,Ge[`size_${u}`],Ge[`state_${c}`],Ge[`color_${d}`],r].filter(Boolean).join(" ");return a(i?"button":"div",{className:m,onClick:i,disabled:"disabled"===c,type:i?"button":void 0,...s,children:[(()=>{const a=(()=>{if("disabled"===c)return"#A6A6A6";switch(d){case"red":return"#EC221F";case"yellow":return"#FACA0A";case"blue":return"#0C8CF5";default:return"#14AE5C"}})(),t=[Ge.indicator,Ge[`indicator_size_${u}`]].filter(Boolean).join(" ");return e("div",{className:t,style:{backgroundColor:a}})})(),e("span",{className:Ge.label,children:t})]})};var je={tab:"Tab-module_tab__SstW0",label:"Tab-module_label__3WQV-",active:"Tab-module_active__RQPjd",disabled:"Tab-module_disabled__m49K5",underline:"Tab-module_underline__IupnS",slideIn:"Tab-module_slideIn__owi-7"};const Ve=({label:t,count:n,isActive:l=!1,disabled:o=!1,onClick:i,className:r="",...s})=>{const c=[je.tab,l&&je.active,o&&je.disabled,r].filter(Boolean).join(" ");return a("button",{className:c,onClick:e=>{!o&&i&&i(e)},disabled:o,type:"button",role:"tab","aria-selected":l,...s,children:[e("span",{className:je.label,children:t}),null!=n&&e(Fe,{count:n,variant:o?"subtle":l?"primary":"neutral",size:"small",className:je.notification}),l&&e("div",{className:je.underline})]})};var Ke={tabList:"TabList-module_tabList__sSh3n"};const Xe=({items:a,activeKey:t,onChange:n,className:l=""})=>{const o=[Ke.tabList,l].filter(Boolean).join(" ");return e("div",{className:o,role:"tablist",children:a.map(a=>e(Ve,{label:a.label,count:a.count,disabled:a.disabled,isActive:t===a.key,onClick:()=>!a.disabled&&n?.(a.key)},a.key))})};var Ze={tableContainer:"Table-module_tableContainer__R0vmz",checkboxHeader:"Table-module_checkboxHeader__nB0jp",tableCell:"Table-module_tableCell__gaAKu",antTable:"Table-module_antTable__bZm6O",dragHandleHeader:"Table-module_dragHandleHeader__KczQT",dragHandleCell:"Table-module_dragHandleCell__3TeKk",dragHandle:"Table-module_dragHandle__gi396",rowDragging:"Table-module_rowDragging__OkG8Q","ant-table-tbody":"Table-module_ant-table-tbody__77qO2",sortIcon:"Table-module_sortIcon__1ordV",columnHeaderContent:"Table-module_columnHeaderContent__3qDkz","ant-table-column-title":"Table-module_ant-table-column-title__OGte0",columnHeaderLabel:"Table-module_columnHeaderLabel__s57EO",sortIconLeft:"Table-module_sortIconLeft__zL1i-","ant-table-thead":"Table-module_ant-table-thead__zf80i",resizeHandle:"Table-module_resizeHandle__2zwBq",resizeHandleLine:"Table-module_resizeHandleLine__i85s6",resizing:"Table-module_resizing__rV8oe","ant-table-column-sorters":"Table-module_ant-table-column-sorters__5YiWY"};const Qe=m(null),Je=({children:a,id:t,rowKey:n,row:l})=>{const{attributes:o,listeners:i,setNodeRef:r,transform:s,transition:c,isDragging:d}=N({id:t}),u={transform:I.Transform.toString(s),transition:c,opacity:d?.5:1};return e(Qe.Provider,{value:{attributes:o,listeners:i},children:e("tr",{ref:r,style:u,className:`${d?Ze.rowDragging:""}`,children:a})})},Ye=()=>{const a=h(Qe);if(!a)return null;const{attributes:t,listeners:n}=a;return e("td",{className:Ze.dragHandleCell,children:e("div",{className:Ze.dragHandle,...n,...t,children:e(D,{name:"dots-six-vertical",size:12})})})},ea=({columnKey:a,onResizeStart:t,onResize:n,onResizeEnd:l})=>{const o=u(null),[i,r]=s(!1),c=_(e=>{e.preventDefault(),e.stopPropagation(),r(!0);const i=e.clientX,s=o.current?.parentElement?.offsetWidth||0,c=e=>{const t=e.clientX-i,l=Math.max(50,s+t);n&&n(a,l)},d=()=>{r(!1),l&&l(a),document.removeEventListener("mousemove",c),document.removeEventListener("mouseup",d),document.body.style.cursor="",document.body.style.userSelect=""};t&&t(a),document.addEventListener("mousemove",c),document.addEventListener("mouseup",d),document.body.style.cursor="col-resize",document.body.style.userSelect="none"},[a,n,t,l]);return e("div",{ref:o,className:`${Ze.resizeHandle} ${i?Ze.resizing:""}`,onMouseDown:c,title:"Drag to resize column",children:e("div",{className:Ze.resizeHandleLine})})};function aa({columns:t=[],data:n=[],rowKey:l="id",onRowReorder:o,onRowSelect:d,onSort:u,className:m="",...h}){const[N,I]=s([]),[S,L]=s({}),[B,A]=s(n),[x,z]=s({});r.useEffect(()=>{A(n)},[n]),r.useEffect(()=>{const e=()=>{const e=document.querySelector(`.${Ze.tableContainer}`);if(!e)return;e.querySelectorAll(".ant-table-thead > tr > th").forEach(e=>{const a=window.getComputedStyle(e,"::before");if("none"!==a.content&&""!==a.content){const e="remove-table-separator";let a=document.getElementById(e);a||(a=document.createElement("style"),a.id=e,a.textContent=`\n .${Ze.tableContainer} .ant-table-thead > tr > th::before {\n display: none !important;\n content: none !important;\n width: 0 !important;\n height: 0 !important;\n background: none !important;\n opacity: 0 !important;\n visibility: hidden !important;\n }\n `,document.head.appendChild(a))}})};e();const a=[setTimeout(e,50),setTimeout(e,100),setTimeout(e,200)],t=new MutationObserver(e),n=document.querySelector(`.${Ze.tableContainer}`);return n&&t.observe(n,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["class"]}),()=>{a.forEach(clearTimeout),t.disconnect();const e=document.getElementById("remove-table-separator");e&&e.remove()}},[B,t]),r.useEffect(()=>{const e=()=>{const e=document.querySelector(`.${Ze.tableContainer}`);if(!e)return;e.querySelectorAll(".ant-table-column-sorter, .ant-table-column-sorter-full, .ant-table-column-sorter-inner").forEach(e=>{const a=e;a.closest(`.${Ze.sortIconLeft}`)||(a.style.display="none",a.style.visibility="hidden",a.style.opacity="0",a.style.width="0",a.style.height="0",a.style.margin="0",a.style.padding="0")})};e();const a=setTimeout(e,100),t=new MutationObserver(e),n=document.querySelector(`.${Ze.tableContainer}`);return n&&t.observe(n,{childList:!0,subtree:!0,attributes:!0}),()=>{clearTimeout(a),t.disconnect()}},[B,t,S]);const T=p(v(g),v(b,{coordinateGetter:w})),R=e=>{I(e),d&&d(e)},W=_((e,a)=>{z(t=>({...t,[e]:a}))},[]),F=_(e=>{},[]),U=_(e=>{},[]),H=c(()=>{const n={title:"",key:"drag-handle",width:40,fixed:"left",className:Ze.dragHandleHeader,render:()=>e(Ye,{})},o=t.map(t=>{const n=x[t.key]||t.width||void 0,l=t.sortable&&S.columnKey===t.key&&S.order||null,o=t.sortable?e("span",{className:Ze.sortIconLeft,onClick:e=>{if(e.stopPropagation(),!t.sortable)return;let a;if(a=S.columnKey===t.key?"ascend"===S.order?"descend":"descend"===S.order?null:"ascend":"ascend",a){if(L({order:a,columnKey:t.key}),u){const e="ascend"===a?"asc":"desc";u(t.key,e)}}else L({}),u&&u(null,null)},title:"Click to sort",children:(i=l,e(D,"ascend"===i?{name:"sort-ascending",size:14}:"descend"===i?{name:"sort-descending",size:14}:{name:"caret-up-down",size:14}))}):null;var i;return{title:a("div",{className:Ze.columnHeaderContent,children:[o,e("span",{className:Ze.columnHeaderLabel,children:t.label}),e(ea,{columnKey:t.key,onResizeStart:F,onResize:W,onResizeEnd:U})]}),dataIndex:t.key,key:t.key,width:n,sorter:!1,render:t.render||(e=>e),className:Ze.tableCell,showSorterTooltip:!1}}),i=B.length,r=N.length,s=i>0&&r===i,c=!(0===r)&&!s;return[n,{title:e("div",{className:Ze.checkboxHeader,children:e(ne,{checked:s,indeterminate:c,onChange:e=>{if(c)R([]);else{const a=e.target.checked;R(a?B.map(e=>e[l]):[])}},size:"small"})}),key:"selection",width:48,fixed:"left",className:`${Ze.tableCell} ${Ze.checkboxColumn}`,render:(a,t)=>{const n=N.includes(t[l]);return e("div",{className:Ze.checkboxCell,children:e(ne,{checked:n,onChange:e=>{const a=e.target.checked?[...N,t[l]]:N.filter(e=>e!==t[l]);R(a)},size:"small"})})}},...o]},[t,S,x,N,B,l,u,F,W,U]),$=[Ze.tableContainer,m].filter(Boolean).join(" "),M=c(()=>B.map(e=>e[l]),[B,l]),E={body:{row:a=>{let t=a["data-row-key"];if(!t&&a.children){const e=r.Children.toArray(a.children);for(const a of e){const e=a;if(e?.props?.record?.[l]){t=e.props.record[l];break}}}if(!t&&void 0!==a["data-row-index"]){const e=a["data-row-index"];B[e]&&B[e][l]&&(t=B[e][l])}return t?e(Je,{id:t,rowKey:l,row:a,children:a.children}):e("tr",{...a,children:a.children})}}};return e("div",{className:$,...h,children:e(C,{sensors:T,collisionDetection:f,onDragEnd:e=>{const{active:a,over:t}=e;t&&a.id!==t.id&&A(e=>{const n=e.findIndex(e=>e[l]===a.id),i=e.findIndex(e=>e[l]===t.id),r=k(e,n,i);return o&&o(r),r})},children:e(P,{items:M,strategy:y,children:e(i,{className:Ze.antTable,columns:H,dataSource:B,rowKey:l,pagination:!1,scroll:{y:600,x:"max-content"},size:"middle",components:E})})})})}var ta={container:"TextArea-module_container__8G9wA",label:"TextArea-module_label__sMQAR",description:"TextArea-module_description__P-BRk",textareaWrapper:"TextArea-module_textareaWrapper__cnITK",textareaInner:"TextArea-module_textareaInner__yxET8",textarea:"TextArea-module_textarea__1kfyQ",iconWrapper:"TextArea-module_iconWrapper__3-EUI",icon:"TextArea-module_icon__K1T5J",resizeHandle:"TextArea-module_resizeHandle__5qHHM",resizeIcon:"TextArea-module_resizeIcon__NkA24",error:"TextArea-module_error__qIUbc",textareaWrapper_state_default:"TextArea-module_textareaWrapper_state_default__2mpPG",textareaWrapper_state_hover:"TextArea-module_textareaWrapper_state_hover__yNCVJ",textareaWrapper_state_focused:"TextArea-module_textareaWrapper_state_focused__UfdMe",textareaWrapper_state_typing:"TextArea-module_textareaWrapper_state_typing__81iqx",textareaWrapper_state_filled:"TextArea-module_textareaWrapper_state_filled__XKopI",textareaWrapper_state_filledHover:"TextArea-module_textareaWrapper_state_filledHover__AQra1",textareaWrapper_state_error:"TextArea-module_textareaWrapper_state_error__iBcMB",textareaWrapper_state_disabled:"TextArea-module_textareaWrapper_state_disabled__Q2hqV"};const na=({value:t,description:n="",label:l="",error:o="",hasLabel:i=!0,hasDescription:r=!0,hasError:c=!1,showIcon:m=!1,chooseIcon:_=null,showDragIcon:h=!0,state:p="default",placeholder:v="Body",disabled:g,className:b="",id:C,onChange:f,onFocus:w,onBlur:P,rows:y=4,cols:k,...N})=>{const[I,S]=s(""),[L,B]=s(!1),[A,x]=s(!1),[z,T]=s({width:240,height:120}),R=u(null),W=u(null),F=u({x:0,y:0}),U=u({width:0,height:0}),H=void 0!==t?t:I,$=g?"disabled":(e=>{if(!e)return"default";const a=e.toLowerCase().replace(/\s+/g,"").replace(/-/g,"");return"filledin"===a||"filled"===a?"filled":"filledinhover"===a||"filledhover"===a||"filled-hover"===a?"filledHover":"focused"===a?"focused":"typing"===a?"typing":"hover"===a?"hover":"error"===a?"error":"disabled"===a?"disabled":a})(p);d(()=>{if(R.current){const e=R.current.getBoundingClientRect();T({width:e.width,height:e.height})}},[]),d(()=>{const e=e=>{if(!A||!R.current)return;const a=e.clientX-F.current.x,t=e.clientY-F.current.y,n=Math.max(240,U.current.width+a),l=Math.max(80,U.current.height+t);T({width:n,height:l}),R.current.style.width=`${n}px`,R.current.style.height=`${l}px`},a=()=>{x(!1)};return A&&(document.addEventListener("mousemove",e),document.addEventListener("mouseup",a)),()=>{document.removeEventListener("mousemove",e),document.removeEventListener("mouseup",a)}},[A]);const M=[ta.container,b].filter(Boolean).join(" "),E=[ta.textarea,ta[`state_${$}`]].filter(Boolean).join(" "),q=[ta.textareaWrapper,ta[`textareaWrapper_state_${$}`]].filter(Boolean).join(" "),G=g||"disabled"===$,O=C||`textarea-${Math.random().toString(36).substr(2,9)}`;return a("div",{className:M,children:[i&&l&&e("label",{className:ta.label,htmlFor:O,children:l}),r&&n&&e("p",{className:ta.description,children:n}),e("div",{className:q,style:{width:z.width,height:z.height},children:a("div",{className:ta.textareaInner,children:[e("textarea",{ref:R,id:O,className:E,value:H,placeholder:v,onChange:e=>{g||(void 0===t&&S(e.target.value),f&&f(e))},onFocus:e=>{g||(B(!0),w&&w(e))},onBlur:e=>{g||(B(!1),P&&P(e))},disabled:G,rows:y,cols:k,"aria-invalid":c,"aria-describedby":c?`${O}-error`:void 0,style:{width:"100%",height:"100%",resize:"none"},...N}),m?_||e("div",{className:ta.iconWrapper,children:e("img",{src:"/icons/Icon.svg",alt:"Icon",className:ta.icon})}):null,h&&!G&&e("div",{ref:W,className:ta.resizeHandle,onMouseDown:e=>{if(g||!R.current)return;e.preventDefault(),x(!0);const a=R.current.getBoundingClientRect();F.current={x:e.clientX,y:e.clientY},U.current={width:a.width,height:a.height}},role:"button","aria-label":"Resize textarea",tabIndex:-1,children:e(D,{name:"notches",size:12,className:ta.resizeIcon,alt:"Resize handle"})})]})}),c&&o&&e("p",{className:ta.error,id:`${O}-error`,children:o})]})};var la={toast:"Toast-module_toast__yU1Ao",slideIn:"Toast-module_slideIn__FVUo3",iconWrapper:"Toast-module_iconWrapper__U6N5G","icon-success":"Toast-module_icon-success__WHcrC","icon-warning":"Toast-module_icon-warning__NVyba","icon-danger":"Toast-module_icon-danger__9T9I4",content:"Toast-module_content__QGrax",title:"Toast-module_title__Fkg6u",message:"Toast-module_message__jFtTw",closeButton:"Toast-module_closeButton__o-wNg"};const oa={success:e("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{d:"M20 6L9 17L4 12",stroke:"#00B050",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),warning:e("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{d:"M12 9V12M12 16H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:"#B58500",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),danger:e("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{d:"M18 6L6 18M6 6L18 18",stroke:"#D92D20",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},ia=({type:t="success",title:n,message:l,onClose:o,duration:i,className:r="",...s})=>(d(()=>{if(i&&o){const e=setTimeout(()=>{o()},i);return()=>clearTimeout(e)}},[i,o]),a("div",{className:`${la.toast} ${la[t]} ${r}`,role:"alert",...s,children:[e("div",{className:`${la.iconWrapper} ${la[`icon-${t}`]}`,children:oa[t]}),a("div",{className:la.content,children:[n&&e("h4",{className:la.title,children:n}),l&&e("p",{className:la.message,children:l})]}),e("button",{className:la.closeButton,onClick:o,"aria-label":"Close notification",children:e("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{d:"M18 6L6 18M6 6L18 18",stroke:"#5F6D7E",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})})]}));export{H as Avatar,G as AvatarBlock,j as AvatarGroup,X as BackgroundGradient,Q as Badge,Y as Breadcrumb,R as Button,F as ButtonDanger,Ce as Card,re as Categories,ue as Cell,be as CellHeader,ne as Checkbox,we as Chip,ye as ChipList,Ne as Dropdown,Be as DropdownNested,Se as DropdownNestedColumn,D as Icon,xe as IconButton,ze as InputField,ie as ItemRow,qe as ListSearch,Re as Modal,Fe as Notification,He as Pagination,oe as Radio,Me as Search,Oe as StatusIndicator,Ve as Tab,Xe as TabList,aa as Table,na as TextArea,ia as Toast,de as Toggle};
2
2
  //# sourceMappingURL=index.esm.js.map