@unchainedshop/admin-ui 5.0.0-alpha.2 → 5.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (967) hide show
  1. package/README.md +112 -0
  2. package/dist/chunk-45H2WVIC.js +51 -0
  3. package/dist/chunk-4VNS5WPM.js +37 -0
  4. package/dist/chunk-54DKBWXV.js +33 -0
  5. package/dist/chunk-6TXD4TA7.js +1196 -0
  6. package/dist/chunk-BGCKJQGS.js +58 -0
  7. package/dist/chunk-BYXBJQAS.js +1 -0
  8. package/dist/chunk-EJDZRZSZ.js +59 -0
  9. package/dist/chunk-ELPURWDC.js +75 -0
  10. package/dist/chunk-IAQPLRXZ.js +16 -0
  11. package/dist/chunk-ILYPJE4N.js +57 -0
  12. package/dist/chunk-IXBMHOB5.js +13 -0
  13. package/dist/chunk-KH5MK6ZW.js +18 -0
  14. package/dist/chunk-NT7RB7AK.js +70 -0
  15. package/dist/chunk-OKGJ6HDE.js +26 -0
  16. package/dist/chunk-Q6S3LBUF.js +180 -0
  17. package/dist/chunk-QNLGYFV7.js +22 -0
  18. package/dist/chunk-RAQV2GYF.js +70 -0
  19. package/dist/chunk-RHUFQVKL.js +514 -0
  20. package/dist/chunk-RVG6IOFC.js +11 -0
  21. package/dist/chunk-SRAAKMWY.js +39 -0
  22. package/dist/chunk-UFYR5WZT.js +165 -0
  23. package/dist/chunk-UXG7EYHC.js +614 -0
  24. package/dist/chunk-VDKQGOMV.js +840 -0
  25. package/dist/chunk-XHOCXPD5.js +9 -0
  26. package/dist/chunk-XJBPMIC4.js +284 -0
  27. package/dist/chunk-YO6PT7KD.js +13 -0
  28. package/dist/chunk-YSKZE2KN.js +652 -0
  29. package/dist/components/ui/Accordion/Accordion.d.ts +11 -0
  30. package/dist/components/ui/Accordion/Accordion.d.ts.map +1 -0
  31. package/dist/components/ui/Accordion/AccordionHeader.d.ts +6 -0
  32. package/dist/components/ui/Accordion/AccordionHeader.d.ts.map +1 -0
  33. package/dist/components/ui/Accordion/AccordionItem.d.ts +11 -0
  34. package/dist/components/ui/Accordion/AccordionItem.d.ts.map +1 -0
  35. package/dist/components/ui/ActiveInActive.d.ts +10 -0
  36. package/dist/components/ui/ActiveInActive.d.ts.map +1 -0
  37. package/dist/components/ui/AnimatedCounter.d.ts +7 -0
  38. package/dist/components/ui/AnimatedCounter.d.ts.map +1 -0
  39. package/dist/components/ui/Badge.d.ts +10 -0
  40. package/dist/components/ui/Badge.d.ts.map +1 -0
  41. package/dist/components/ui/BreadCrumbs.d.ts +7 -0
  42. package/dist/components/ui/BreadCrumbs.d.ts.map +1 -0
  43. package/dist/components/ui/Button.d.ts +36 -0
  44. package/dist/components/ui/Button.d.ts.map +1 -0
  45. package/dist/components/ui/CopyableText.d.ts +5 -0
  46. package/dist/components/ui/CopyableText.d.ts.map +1 -0
  47. package/dist/components/ui/DateInput.d.ts +15 -0
  48. package/dist/components/ui/DateInput.d.ts.map +1 -0
  49. package/dist/components/ui/DateRangeFilterInput.d.ts +4 -0
  50. package/dist/components/ui/DateRangeFilterInput.d.ts.map +1 -0
  51. package/dist/components/ui/DetailHeader.d.ts +6 -0
  52. package/dist/components/ui/DetailHeader.d.ts.map +1 -0
  53. package/dist/components/ui/DraggableIcon.d.ts +3 -0
  54. package/dist/components/ui/DraggableIcon.d.ts.map +1 -0
  55. package/dist/components/ui/ErrorBoundary.d.ts +18 -0
  56. package/dist/components/ui/ErrorBoundary.d.ts.map +1 -0
  57. package/dist/components/ui/ErrorFallback.d.ts +6 -0
  58. package/dist/components/ui/ErrorFallback.d.ts.map +1 -0
  59. package/dist/components/ui/HelpText.d.ts +11 -0
  60. package/dist/components/ui/HelpText.d.ts.map +1 -0
  61. package/dist/components/ui/ImageWithFallback.d.ts +7 -0
  62. package/dist/components/ui/ImageWithFallback.d.ts.map +1 -0
  63. package/dist/components/ui/InfoTextBanner.d.ts +6 -0
  64. package/dist/components/ui/InfoTextBanner.d.ts.map +1 -0
  65. package/dist/components/ui/JSONView.d.ts +6 -0
  66. package/dist/components/ui/JSONView.d.ts.map +1 -0
  67. package/dist/components/ui/ListHeader.d.ts +6 -0
  68. package/dist/components/ui/ListHeader.d.ts.map +1 -0
  69. package/dist/components/ui/Loading.d.ts +3 -0
  70. package/dist/components/ui/Loading.d.ts.map +1 -0
  71. package/dist/components/ui/NoData.d.ts +7 -0
  72. package/dist/components/ui/NoData.d.ts.map +1 -0
  73. package/dist/components/ui/NoImage.d.ts +7 -0
  74. package/dist/components/ui/NoImage.d.ts.map +1 -0
  75. package/dist/components/ui/NoImageSvg.d.ts +8 -0
  76. package/dist/components/ui/NoImageSvg.d.ts.map +1 -0
  77. package/dist/components/ui/PageHeader.d.ts +11 -0
  78. package/dist/components/ui/PageHeader.d.ts.map +1 -0
  79. package/dist/components/ui/Pagination.d.ts +8 -0
  80. package/dist/components/ui/Pagination.d.ts.map +1 -0
  81. package/dist/components/ui/Portal/Portal.d.ts +16 -0
  82. package/dist/components/ui/Portal/Portal.d.ts.map +1 -0
  83. package/dist/components/ui/Portal/Portal.types.d.ts +16 -0
  84. package/dist/components/ui/Portal/Portal.types.d.ts.map +1 -0
  85. package/dist/components/ui/SaveAndCancelButtons.d.ts +10 -0
  86. package/dist/components/ui/SaveAndCancelButtons.d.ts.map +1 -0
  87. package/dist/components/ui/SearchField.d.ts +7 -0
  88. package/dist/components/ui/SearchField.d.ts.map +1 -0
  89. package/dist/components/ui/Tab.d.ts +18 -0
  90. package/dist/components/ui/Tab.d.ts.map +1 -0
  91. package/dist/components/ui/Tag/TagInput.d.ts +14 -0
  92. package/dist/components/ui/Tag/TagInput.d.ts.map +1 -0
  93. package/dist/components/ui/Tag/TagList.d.ts +8 -0
  94. package/dist/components/ui/Tag/TagList.d.ts.map +1 -0
  95. package/dist/components/ui/Tag/TagListForm.d.ts +8 -0
  96. package/dist/components/ui/Tag/TagListForm.d.ts.map +1 -0
  97. package/dist/components/ui/Toggle.d.ts +11 -0
  98. package/dist/components/ui/Toggle.d.ts.map +1 -0
  99. package/dist/components/ui/ToolTip.d.ts +7 -0
  100. package/dist/components/ui/ToolTip.d.ts.map +1 -0
  101. package/dist/components/ui/card.d.ts +9 -0
  102. package/dist/components/ui/card.d.ts.map +1 -0
  103. package/dist/components/ui/chart.d.ts +42 -0
  104. package/dist/components/ui/chart.d.ts.map +1 -0
  105. package/dist/components/ui/form/CheckboxField.d.ts +4 -0
  106. package/dist/components/ui/form/CheckboxField.d.ts.map +1 -0
  107. package/dist/components/ui/form/ChoicesField.d.ts +12 -0
  108. package/dist/components/ui/form/ChoicesField.d.ts.map +1 -0
  109. package/dist/components/ui/form/Combobox.d.ts +20 -0
  110. package/dist/components/ui/form/Combobox.d.ts.map +1 -0
  111. package/dist/components/ui/form/DatePickerField.d.ts +4 -0
  112. package/dist/components/ui/form/DatePickerField.d.ts.map +1 -0
  113. package/dist/components/ui/form/EmailField.d.ts +7 -0
  114. package/dist/components/ui/form/EmailField.d.ts.map +1 -0
  115. package/dist/components/ui/form/FieldWithHelp.d.ts +10 -0
  116. package/dist/components/ui/form/FieldWithHelp.d.ts.map +1 -0
  117. package/dist/components/ui/form/FieldWrapper.d.ts +8 -0
  118. package/dist/components/ui/form/FieldWrapper.d.ts.map +1 -0
  119. package/dist/components/ui/form/FormErrors.d.ts +6 -0
  120. package/dist/components/ui/form/FormErrors.d.ts.map +1 -0
  121. package/dist/components/ui/form/JSONAreaField.d.ts +7 -0
  122. package/dist/components/ui/form/JSONAreaField.d.ts.map +1 -0
  123. package/dist/components/ui/form/MarkdownTextAreaField.d.ts +8 -0
  124. package/dist/components/ui/form/MarkdownTextAreaField.d.ts.map +1 -0
  125. package/dist/components/ui/form/PasswordField.d.ts +3 -0
  126. package/dist/components/ui/form/PasswordField.d.ts.map +1 -0
  127. package/dist/components/ui/form/SelectField.d.ts +11 -0
  128. package/dist/components/ui/form/SelectField.d.ts.map +1 -0
  129. package/dist/components/ui/form/SubmitButton.d.ts +9 -0
  130. package/dist/components/ui/form/SubmitButton.d.ts.map +1 -0
  131. package/dist/components/ui/form/TagInputField.d.ts +6 -0
  132. package/dist/components/ui/form/TagInputField.d.ts.map +1 -0
  133. package/dist/components/ui/form/TextAreaField.d.ts +8 -0
  134. package/dist/components/ui/form/TextAreaField.d.ts.map +1 -0
  135. package/dist/components/ui/form/TextField.d.ts +10 -0
  136. package/dist/components/ui/form/TextField.d.ts.map +1 -0
  137. package/dist/components/ui/form/index.d.ts +17 -0
  138. package/dist/components/ui/form/index.d.ts.map +1 -0
  139. package/dist/components/ui/icons.d.ts +4 -0
  140. package/dist/components/ui/icons.d.ts.map +1 -0
  141. package/dist/components/ui/index.d.ts +41 -0
  142. package/dist/components/ui/index.d.ts.map +1 -0
  143. package/dist/form.js +30077 -0
  144. package/dist/gql/types.d.ts +17209 -0
  145. package/dist/gql/types.d.ts.map +1 -0
  146. package/dist/hooks.js +41 -0
  147. package/dist/lib/utils.d.ts +3 -0
  148. package/dist/lib/utils.d.ts.map +1 -0
  149. package/dist/modal.js +114 -0
  150. package/dist/modules/UnchainedContext/UnchainedContext.d.ts +8 -0
  151. package/dist/modules/UnchainedContext/UnchainedContext.d.ts.map +1 -0
  152. package/dist/modules/UnchainedContext/useUnchainedContext.d.ts +7 -0
  153. package/dist/modules/UnchainedContext/useUnchainedContext.d.ts.map +1 -0
  154. package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts +3 -0
  155. package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts.map +1 -0
  156. package/dist/modules/accounts/fragment/UserFragment.d.ts +3 -0
  157. package/dist/modules/accounts/fragment/UserFragment.d.ts.map +1 -0
  158. package/dist/modules/accounts/hooks/useCurrentUser.d.ts +10 -0
  159. package/dist/modules/accounts/hooks/useCurrentUser.d.ts.map +1 -0
  160. package/dist/modules/accounts/hooks/useUsersCount.d.ts +8 -0
  161. package/dist/modules/accounts/hooks/useUsersCount.d.ts.map +1 -0
  162. package/dist/modules/accounts.js +1013 -0
  163. package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts +8 -0
  164. package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts.map +1 -0
  165. package/dist/modules/assortment.js +1121 -0
  166. package/dist/modules/common/components/AppContext.d.ts +18 -0
  167. package/dist/modules/common/components/AppContext.d.ts.map +1 -0
  168. package/dist/modules/common/components/FormWrapper.d.ts +8 -0
  169. package/dist/modules/common/components/FormWrapper.d.ts.map +1 -0
  170. package/dist/modules/common/components/ThemeWrapper.d.ts +10 -0
  171. package/dist/modules/common/components/ThemeWrapper.d.ts.map +1 -0
  172. package/dist/modules/common/data/iso-codes.d.ts +4 -0
  173. package/dist/modules/common/data/iso-codes.d.ts.map +1 -0
  174. package/dist/modules/common/data/miscellaneous.d.ts +51 -0
  175. package/dist/modules/common/data/miscellaneous.d.ts.map +1 -0
  176. package/dist/modules/common/fragments/AddressFragment.d.ts +3 -0
  177. package/dist/modules/common/fragments/AddressFragment.d.ts.map +1 -0
  178. package/dist/modules/common/hooks/useApp.d.ts +11 -0
  179. package/dist/modules/common/hooks/useApp.d.ts.map +1 -0
  180. package/dist/modules/common/hooks/useCSVExport.d.ts +10 -0
  181. package/dist/modules/common/hooks/useCSVExport.d.ts.map +1 -0
  182. package/dist/modules/common/hooks/useCSVImport.d.ts +18 -0
  183. package/dist/modules/common/hooks/useCSVImport.d.ts.map +1 -0
  184. package/dist/modules/common/hooks/useChatEndpointChecker.d.ts +5 -0
  185. package/dist/modules/common/hooks/useChatEndpointChecker.d.ts.map +1 -0
  186. package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts +10 -0
  187. package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts.map +1 -0
  188. package/dist/modules/common/hooks/useDashboardMetrics.d.ts +23 -0
  189. package/dist/modules/common/hooks/useDashboardMetrics.d.ts.map +1 -0
  190. package/dist/modules/common/hooks/useLocalStorage.d.ts +3 -0
  191. package/dist/modules/common/hooks/useLocalStorage.d.ts.map +1 -0
  192. package/dist/modules/common/hooks/useOrderAnalytics.d.ts +25 -0
  193. package/dist/modules/common/hooks/useOrderAnalytics.d.ts.map +1 -0
  194. package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts +16 -0
  195. package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts.map +1 -0
  196. package/dist/modules/common/hooks/useOutsideClick.d.ts +3 -0
  197. package/dist/modules/common/hooks/useOutsideClick.d.ts.map +1 -0
  198. package/dist/modules/common/hooks/usePortal.d.ts +20 -0
  199. package/dist/modules/common/hooks/usePortal.d.ts.map +1 -0
  200. package/dist/modules/common/hooks/useShopConfiguration.d.ts +8 -0
  201. package/dist/modules/common/hooks/useShopConfiguration.d.ts.map +1 -0
  202. package/dist/modules/common/hooks/useShopInfo.d.ts +41 -0
  203. package/dist/modules/common/hooks/useShopInfo.d.ts.map +1 -0
  204. package/dist/modules/common/hooks/useStatusTypes.d.ts +10 -0
  205. package/dist/modules/common/hooks/useStatusTypes.d.ts.map +1 -0
  206. package/dist/modules/common/hooks/useSystemRoles.d.ts +7 -0
  207. package/dist/modules/common/hooks/useSystemRoles.d.ts.map +1 -0
  208. package/dist/modules/common/hooks/useTheme.d.ts +7 -0
  209. package/dist/modules/common/hooks/useTheme.d.ts.map +1 -0
  210. package/dist/modules/common/utils/deBounce.d.ts +3 -0
  211. package/dist/modules/common/utils/deBounce.d.ts.map +1 -0
  212. package/dist/modules/common/utils/defaultNextImageLoader.d.ts +7 -0
  213. package/dist/modules/common/utils/defaultNextImageLoader.d.ts.map +1 -0
  214. package/dist/modules/common/utils/formatUsername.d.ts +3 -0
  215. package/dist/modules/common/utils/formatUsername.d.ts.map +1 -0
  216. package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts +30 -0
  217. package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts.map +1 -0
  218. package/dist/modules/common/utils/normalizeFilterKeys.d.ts +4 -0
  219. package/dist/modules/common/utils/normalizeFilterKeys.d.ts.map +1 -0
  220. package/dist/modules/common/utils/useFormatDateTime.d.ts +7 -0
  221. package/dist/modules/common/utils/useFormatDateTime.d.ts.map +1 -0
  222. package/dist/modules/common/utils/utils.d.ts +21 -0
  223. package/dist/modules/common/utils/utils.d.ts.map +1 -0
  224. package/dist/modules/country/fragments/CountryFragment.d.ts +3 -0
  225. package/dist/modules/country/fragments/CountryFragment.d.ts.map +1 -0
  226. package/dist/modules/country/hooks/useCountries.d.ts +22 -0
  227. package/dist/modules/country/hooks/useCountries.d.ts.map +1 -0
  228. package/dist/modules/country.js +108 -0
  229. package/dist/modules/currency.js +119 -0
  230. package/dist/modules/delivery-provider.js +269 -0
  231. package/dist/modules/enrollment.js +353 -0
  232. package/dist/modules/event.js +123 -0
  233. package/dist/modules/filter.js +448 -0
  234. package/dist/modules/forms/components/Form.d.ts +8 -0
  235. package/dist/modules/forms/components/Form.d.ts.map +1 -0
  236. package/dist/modules/forms/hooks/useField.d.ts +35 -0
  237. package/dist/modules/forms/hooks/useField.d.ts.map +1 -0
  238. package/dist/modules/forms/hooks/useForm.d.ts +44 -0
  239. package/dist/modules/forms/hooks/useForm.d.ts.map +1 -0
  240. package/dist/modules/forms/hooks/useFormContext.d.ts +3 -0
  241. package/dist/modules/forms/hooks/useFormContext.d.ts.map +1 -0
  242. package/dist/modules/forms/lib/FormContext.d.ts +13 -0
  243. package/dist/modules/forms/lib/FormContext.d.ts.map +1 -0
  244. package/dist/modules/forms/lib/clean.d.ts +3 -0
  245. package/dist/modules/forms/lib/clean.d.ts.map +1 -0
  246. package/dist/modules/forms/lib/validators.d.ts +20 -0
  247. package/dist/modules/forms/lib/validators.d.ts.map +1 -0
  248. package/dist/modules/language/fragments/LanguageFragment.d.ts +3 -0
  249. package/dist/modules/language/fragments/LanguageFragment.d.ts.map +1 -0
  250. package/dist/modules/language/hooks/useLanguages.d.ts +19 -0
  251. package/dist/modules/language/hooks/useLanguages.d.ts.map +1 -0
  252. package/dist/modules/language.js +106 -0
  253. package/dist/modules/modal/components/AlertMessage.d.ts +9 -0
  254. package/dist/modules/modal/components/AlertMessage.d.ts.map +1 -0
  255. package/dist/modules/modal/components/DangerMessage.d.ts +12 -0
  256. package/dist/modules/modal/components/DangerMessage.d.ts.map +1 -0
  257. package/dist/modules/modal/components/ImportResultMessage.d.ts +14 -0
  258. package/dist/modules/modal/components/ImportResultMessage.d.ts.map +1 -0
  259. package/dist/modules/modal/components/Modal.d.ts +10 -0
  260. package/dist/modules/modal/components/Modal.d.ts.map +1 -0
  261. package/dist/modules/modal/components/ModalWrapper.d.ts +6 -0
  262. package/dist/modules/modal/components/ModalWrapper.d.ts.map +1 -0
  263. package/dist/modules/modal/hooks/useModal.d.ts +7 -0
  264. package/dist/modules/modal/hooks/useModal.d.ts.map +1 -0
  265. package/dist/modules/modal/utils/ModalContext.d.ts +9 -0
  266. package/dist/modules/modal/utils/ModalContext.d.ts.map +1 -0
  267. package/dist/modules/order/fragments/OrderDetailFragment.d.ts +3 -0
  268. package/dist/modules/order/fragments/OrderDetailFragment.d.ts.map +1 -0
  269. package/dist/modules/order/fragments/OrderFragment.d.ts +3 -0
  270. package/dist/modules/order/fragments/OrderFragment.d.ts.map +1 -0
  271. package/dist/modules/order/hooks/useOrders.d.ts +46 -0
  272. package/dist/modules/order/hooks/useOrders.d.ts.map +1 -0
  273. package/dist/modules/order.js +563 -0
  274. package/dist/modules/payment-providers.js +206 -0
  275. package/dist/modules/product/hooks/useProductsCount.d.ts +8 -0
  276. package/dist/modules/product/hooks/useProductsCount.d.ts.map +1 -0
  277. package/dist/modules/product-review.js +251 -0
  278. package/dist/modules/product.js +1929 -0
  279. package/dist/modules/quotation.js +297 -0
  280. package/dist/modules/token.js +143 -0
  281. package/dist/modules/warehousing-providers.js +206 -0
  282. package/dist/modules/work/fragments/WorkFragment.d.ts +3 -0
  283. package/dist/modules/work/fragments/WorkFragment.d.ts.map +1 -0
  284. package/dist/modules/work/hooks/useAddWork.d.ts +6 -0
  285. package/dist/modules/work/hooks/useAddWork.d.ts.map +1 -0
  286. package/dist/modules/work/hooks/useWork.d.ts +32 -0
  287. package/dist/modules/work/hooks/useWork.d.ts.map +1 -0
  288. package/dist/modules/work.js +308 -0
  289. package/dist/plugins.js +8 -0
  290. package/dist/providers.js +6 -0
  291. package/dist/sdk/hooks.d.ts +9 -0
  292. package/dist/sdk/hooks.d.ts.map +1 -0
  293. package/dist/sdk/modal.d.ts +7 -0
  294. package/dist/sdk/modal.d.ts.map +1 -0
  295. package/dist/sdk/plugins.d.ts +67 -0
  296. package/dist/sdk/plugins.d.ts.map +1 -0
  297. package/dist/sdk/providers.d.ts +5 -0
  298. package/dist/sdk/providers.d.ts.map +1 -0
  299. package/dist/sdk/theme.d.ts +26 -0
  300. package/dist/sdk/theme.d.ts.map +1 -0
  301. package/dist/theme.js +34 -0
  302. package/dist/ui.js +21527 -0
  303. package/out/403/index.html +2 -2
  304. package/out/404/index.html +2 -2
  305. package/out/404.html +2 -2
  306. package/out/423/index.html +2 -2
  307. package/out/500/index.html +2 -2
  308. package/out/_next/static/chunks/0-p8a6-okjx49.js +15 -0
  309. package/out/_next/static/chunks/0-u5tid26i8-3.js +188 -0
  310. package/out/_next/static/chunks/008hxgil51owu.js +234 -0
  311. package/out/_next/static/chunks/026k3ys50h91u.js +15 -0
  312. package/out/_next/static/chunks/02aa23atze2y4.js +119 -0
  313. package/out/_next/static/chunks/02dnhll1bce87.js +46 -0
  314. package/out/_next/static/chunks/03f0hv23abn4a.js +12 -0
  315. package/out/_next/static/chunks/03p0xulfluyqm.js +15 -0
  316. package/out/_next/static/chunks/044dmimivt13x.js +233 -0
  317. package/out/_next/static/chunks/047gokoblz-qy.js +16 -0
  318. package/out/_next/static/chunks/04yroykjly9ni.js +15 -0
  319. package/out/_next/static/chunks/05h2_5y4i_fe4.js +12 -0
  320. package/out/_next/static/chunks/0641gh6yb6tnd.js +3 -0
  321. package/out/_next/static/chunks/06bsql5zgjpaj.js +315 -0
  322. package/out/_next/static/chunks/06jtnxd7wr712.js +1 -0
  323. package/out/_next/static/chunks/070wy1qe-7-uf.js +242 -0
  324. package/out/_next/static/chunks/07l1vdt21xneu.js +14 -0
  325. package/out/_next/static/chunks/07q8ufsdxo1tx.js +1 -0
  326. package/out/_next/static/chunks/087a2d-0e1pvn.js +1 -0
  327. package/out/_next/static/chunks/09pees0w94cvm.js +1 -0
  328. package/out/_next/static/chunks/0_wmk0z5r9thu.js +95 -0
  329. package/out/_next/static/chunks/0ab_-095b34n5.js +90 -0
  330. package/out/_next/static/chunks/0aom8abciz-yf.js +1 -0
  331. package/out/_next/static/chunks/0cdcsn87u-tzw.js +1 -0
  332. package/out/_next/static/chunks/0cu-wqc76z_w6.js +1 -0
  333. package/out/_next/static/chunks/0dnzfqa8el54j.js +135 -0
  334. package/out/_next/static/chunks/0f-hhcgpd3kjt.js +5 -0
  335. package/out/_next/static/chunks/0gdriupdpmq28.js +14 -0
  336. package/out/_next/static/chunks/0hm6-xlqw4vmr.js +1 -0
  337. package/out/_next/static/chunks/0hmdmxkzhdtjx.js +155 -0
  338. package/out/_next/static/chunks/0hpirq7m-gjle.js +23 -0
  339. package/out/_next/static/chunks/0hup5ovc9v_-h.js +58 -0
  340. package/out/_next/static/chunks/0hxsdaxwhc3z4.js +110 -0
  341. package/out/_next/static/chunks/0j-yonuwgtg0k.js +22 -0
  342. package/out/_next/static/chunks/0jo3ujn_icmb9.js +28 -0
  343. package/out/_next/static/chunks/0mayhrft9-4hw.js +13 -0
  344. package/out/_next/static/chunks/0mdh4qszx-qw8.js +1 -0
  345. package/out/_next/static/chunks/0nyu34hvyz9_k.js +103 -0
  346. package/out/_next/static/chunks/0nz8nqr7k7pni.js +61 -0
  347. package/out/_next/static/chunks/0pjv94c771817.js +13 -0
  348. package/out/_next/static/chunks/0qrepe4aqal8_.js +2 -0
  349. package/out/_next/static/chunks/0qtbb-w9hs2i_.js +1 -0
  350. package/out/_next/static/chunks/0r0l1vs8bls6y.js +1 -0
  351. package/out/_next/static/chunks/0r2v5se5riad_.js +227 -0
  352. package/out/_next/static/chunks/0s3aax3no2y3_.js +54 -0
  353. package/out/_next/static/chunks/0sys36fl1uhl-.js +18 -0
  354. package/out/_next/static/chunks/0u-md-qpvyccn.js +149 -0
  355. package/out/_next/static/chunks/0ukobsq85_to1.js +135 -0
  356. package/out/_next/static/chunks/0vcn7yqzt3qlc.js +10 -0
  357. package/out/_next/static/chunks/0wl_oo549tgsw.js +14 -0
  358. package/out/_next/static/chunks/0wm5atnhe2mjs.js +119 -0
  359. package/out/_next/static/chunks/0wpmgf2-hr2iv.js +1 -0
  360. package/out/_next/static/chunks/0wthf9v7cuwqf.js +3 -0
  361. package/out/_next/static/chunks/0xcxmgeevaadl.js +8 -0
  362. package/out/_next/static/chunks/0xoerh23zk-pj.js +44 -0
  363. package/out/_next/static/chunks/0xvoojz5c4j32.js +14 -0
  364. package/out/_next/static/chunks/0ykc9b-l7rcv9.js +18 -0
  365. package/out/_next/static/chunks/0zb8qwy33hihq.js +142 -0
  366. package/out/_next/static/chunks/0zgu8kiokvsjz.js +1 -0
  367. package/out/_next/static/chunks/0zk0s8hqsf5tg.js +18 -0
  368. package/out/_next/static/chunks/0zl6mu89n1_wq.js +1 -0
  369. package/out/_next/static/chunks/0zntg6ltu_fk3.js +14 -0
  370. package/out/_next/static/chunks/10996osm11rxi.js +327 -0
  371. package/out/_next/static/chunks/10q9_f1ss9afd.js +8 -0
  372. package/out/_next/static/chunks/110vhftkm53lj.js +111 -0
  373. package/out/_next/static/chunks/113_jsmrqky1h.js +130 -0
  374. package/out/_next/static/chunks/11fqypagzye_v.js +43 -0
  375. package/out/_next/static/chunks/137522d4_apiu.js +166 -0
  376. package/out/_next/static/chunks/13ml43jv3bxh1.js +1 -0
  377. package/out/_next/static/chunks/16ad724tleody.js +13 -0
  378. package/out/_next/static/chunks/16r_t7quts1w0.js +289 -0
  379. package/out/_next/static/chunks/16yomp2b55xod.js +30 -0
  380. package/out/_next/static/chunks/17jd_42ijblk-.js +15 -0
  381. package/out/_next/static/chunks/17xseq9yxu638.js +1 -0
  382. package/out/_next/static/chunks/18yznjdgjug5c.js +7 -0
  383. package/out/_next/static/chunks/19i-cq0_2t00g.js +60 -0
  384. package/out/_next/static/chunks/19ppkss30jscq.js +13 -0
  385. package/out/_next/static/chunks/1_ov-8bomgh6c.js +54 -0
  386. package/out/_next/static/chunks/1b9l0n8vz64x7.js +233 -0
  387. package/out/_next/static/chunks/1cn3pe6lxja9e.js +44 -0
  388. package/out/_next/static/chunks/1dsjo02ozub3p.js +342 -0
  389. package/out/_next/static/chunks/1dut2ep8qfdv4.js +14 -0
  390. package/out/_next/static/chunks/1eqs_86cqpxcx.js +138 -0
  391. package/out/_next/static/chunks/1exlzd6w18o_b.js +8 -0
  392. package/out/_next/static/chunks/1f04wea7zvjf5.js +2 -0
  393. package/out/_next/static/chunks/1fqsykinbg1d_.js +12 -0
  394. package/out/_next/static/chunks/1g5l7e7du4p25.js +1 -0
  395. package/out/_next/static/chunks/1hokoliuqn63p.js +17 -0
  396. package/out/_next/static/chunks/1ihjqvn68cj5e.js +36 -0
  397. package/out/_next/static/chunks/1k798vpov34v6.js +12 -0
  398. package/out/_next/static/chunks/1lewut00m9sq1.js +1 -0
  399. package/out/_next/static/chunks/1lwiflo8v2d93.js +1 -0
  400. package/out/_next/static/chunks/1ng9tsm1f8e_a.js +1 -0
  401. package/out/_next/static/chunks/1nvy3y5qe_igv.js +233 -0
  402. package/out/_next/static/chunks/1osrrozfse5jn.js +190 -0
  403. package/out/_next/static/chunks/1ozaatz-b_-as.js +41 -0
  404. package/out/_next/static/chunks/1paq5rkj25r88.js +1 -0
  405. package/out/_next/static/chunks/1q2l02eq094zc.js +147 -0
  406. package/out/_next/static/chunks/1q8zx2rmluekr.js +13 -0
  407. package/out/_next/static/chunks/1qnuk3631sd6i.js +807 -0
  408. package/out/_next/static/chunks/1r0aluuzu5vw7.js +13 -0
  409. package/out/_next/static/chunks/1rgwj4dr0k4_b.js +5 -0
  410. package/out/_next/static/chunks/1sgv26vi42stl.js +13 -0
  411. package/out/_next/static/chunks/1t80pe40g73fh.js +82 -0
  412. package/out/_next/static/chunks/1u6jfjnf14knz.js +124 -0
  413. package/out/_next/static/chunks/1vnvinjvn78t3.js +1 -0
  414. package/out/_next/static/chunks/1xg3ey2rrdxfx.js +1 -0
  415. package/out/_next/static/chunks/1xx6ie3yh2hbk.js +235 -0
  416. package/out/_next/static/chunks/1y-vwb0-v5xv0.js +304 -0
  417. package/out/_next/static/chunks/2-8-i_m-82mjh.js +43 -0
  418. package/out/_next/static/chunks/2-s6g5_cyahx8.js +1 -0
  419. package/out/_next/static/chunks/20ndjd4r5l6vk.js +1 -0
  420. package/out/_next/static/chunks/20v019mj-zi94.js +13 -0
  421. package/out/_next/static/chunks/21w-hkh4_w1kl.js +19 -0
  422. package/out/_next/static/chunks/226ya3lbz_55w.js +19 -0
  423. package/out/_next/static/chunks/22az81pi-bqjb.js +1 -0
  424. package/out/_next/static/chunks/22get2_2lcba-.js +21 -0
  425. package/out/_next/static/chunks/22l-2aehes9lx.js +153 -0
  426. package/out/_next/static/chunks/23y9nin7qo-xy.js +17 -0
  427. package/out/_next/static/chunks/25t23h8zbmzh-.js +12 -0
  428. package/out/_next/static/chunks/273zh05aw6uz2.js +13 -0
  429. package/out/_next/static/chunks/28o-5560g4bwk.js +7 -0
  430. package/out/_next/static/chunks/28zahy_uqar2t.js +12 -0
  431. package/out/_next/static/chunks/29dylunjhn4te.js +34 -0
  432. package/out/_next/static/chunks/2_3qu55ddb4jo.js +3 -0
  433. package/out/_next/static/chunks/2_7z1veshuiiw.js +10 -0
  434. package/out/_next/static/chunks/2_ztj391g9yzt.js +226 -0
  435. package/out/_next/static/chunks/2a9z_gm1vn39c.js +173 -0
  436. package/out/_next/static/chunks/2a_46b7_7ml_y.js +1 -0
  437. package/out/_next/static/chunks/2b8nhs_3rpawc.js +1 -0
  438. package/out/_next/static/chunks/2biyd1hzgc2sv.js +339 -0
  439. package/out/_next/static/chunks/2c2vssolfspzg.js +50 -0
  440. package/out/_next/static/chunks/2dbrybnhe5thu.css +1 -0
  441. package/out/_next/static/chunks/2diqy5aehqe8j.js +58 -0
  442. package/out/_next/static/chunks/2djnsowjy3p8y.js +1 -0
  443. package/out/_next/static/chunks/2dq4d-ey-16cq.js +1 -0
  444. package/out/_next/static/chunks/2dyysegkbptw8.js +11 -0
  445. package/out/_next/static/chunks/2ei1rfxsl3q65.js +31 -0
  446. package/out/_next/static/chunks/2fazxtc5_9tgo.js +52 -0
  447. package/out/_next/static/chunks/2fzc9bsweg7nf.js +807 -0
  448. package/out/_next/static/chunks/2h5-bnhry6wzl.js +14 -0
  449. package/out/_next/static/chunks/2hmtn1okhj6zz.js +234 -0
  450. package/out/_next/static/chunks/2htrbj6g7da-e.js +12 -0
  451. package/out/_next/static/chunks/2j0apwnxuaeox.js +14 -0
  452. package/out/_next/static/chunks/2j51l4ukmrn7j.js +17 -0
  453. package/out/_next/static/chunks/2k4cusvrm93cp.js +39 -0
  454. package/out/_next/static/chunks/2ldks6pel2wcp.js +31 -0
  455. package/out/_next/static/chunks/2loz6t7f69t0c.js +1 -0
  456. package/out/_next/static/chunks/2onfts3kpe9d8.js +1 -0
  457. package/out/_next/static/chunks/2p9aozkdq_z13.js +329 -0
  458. package/out/_next/static/chunks/2pz2u5us_0jme.js +5 -0
  459. package/out/_next/static/chunks/2qaf44ypuy_4z.js +1 -0
  460. package/out/_next/static/chunks/2r1-eyf6hic-m.js +1 -0
  461. package/out/_next/static/chunks/2ritd1boot22-.js +32 -0
  462. package/out/_next/static/chunks/2s1__k407zn6n.js +1 -0
  463. package/out/_next/static/chunks/2s6qkrjh7-b6s.js +1 -0
  464. package/out/_next/static/chunks/2t70ji9pnllxh.js +81 -0
  465. package/out/_next/static/chunks/2tc6lgajxmo78.js +3 -0
  466. package/out/_next/static/chunks/2twd9trj9horc.js +61 -0
  467. package/out/_next/static/chunks/2ua7-skz9vm4r.js +13 -0
  468. package/out/_next/static/chunks/2vjkcd8g_hh68.js +46 -0
  469. package/out/_next/static/chunks/2w1twpn4nui6h.js +807 -0
  470. package/out/_next/static/chunks/2x4vo24qfe0mr.js +1 -0
  471. package/out/_next/static/chunks/2zm-d0-e0sxgo.js +23 -0
  472. package/out/_next/static/chunks/3-u1dp82vzyt9.js +1 -0
  473. package/out/_next/static/chunks/30iz3jszdu04d.js +11 -0
  474. package/out/_next/static/chunks/30jmh-3cp5wcg.js +12 -0
  475. package/out/_next/static/chunks/3178a_a_i-e-q.js +16 -0
  476. package/out/_next/static/chunks/317qzy7r8meg_.js +1 -0
  477. package/out/_next/static/chunks/32nwqfli0ne57.js +1 -0
  478. package/out/_next/static/chunks/33c-rzkj2k2v1.js +14 -0
  479. package/out/_next/static/chunks/33g91_yljnpiw.js +807 -0
  480. package/out/_next/static/chunks/34dhtdp_8idgm.js +658 -0
  481. package/out/_next/static/chunks/34ybf-w3bdlw8.js +13 -0
  482. package/out/_next/static/chunks/35-vqjhcep-zw.js +60 -0
  483. package/out/_next/static/chunks/358r9pdxbk-fv.js +39 -0
  484. package/out/_next/static/chunks/35a6ymsh4q0-o.js +14 -0
  485. package/out/_next/static/chunks/36yrxjq9zbvpx.js +13 -0
  486. package/out/_next/static/chunks/377ho63k7qphg.js +14 -0
  487. package/out/_next/static/chunks/37bs69urhjdz5.js +24 -0
  488. package/out/_next/static/chunks/37mpnb5qztb_g.js +15 -0
  489. package/out/_next/static/chunks/3827hqe9_anr7.js +24 -0
  490. package/out/_next/static/chunks/3a0_vzfa54k35.js +7 -0
  491. package/out/_next/static/chunks/3a8a8fpl7-ndf.js +1 -0
  492. package/out/_next/static/chunks/3b6hct2rk2wu9.js +24 -0
  493. package/out/_next/static/chunks/3czsj6bdmobbd.js +24 -0
  494. package/out/_next/static/chunks/3d0ic2ovyeue7.js +2 -0
  495. package/out/_next/static/chunks/3eq1b2m2xkkmp.js +1 -0
  496. package/out/_next/static/chunks/3f2ue6ut-mwka.js +2 -0
  497. package/out/_next/static/chunks/3g67xtrp0vv4m.js +1 -0
  498. package/out/_next/static/chunks/3iepyd4rzl-tt.js +13 -0
  499. package/out/_next/static/chunks/3j6p-522fcsnj.js +1 -0
  500. package/out/_next/static/chunks/3kle_yukf5aux.js +809 -0
  501. package/out/_next/static/chunks/3l_nx7eopgh02.js +1 -0
  502. package/out/_next/static/chunks/3mk-cv2ocv93u.js +50 -0
  503. package/out/_next/static/chunks/3n5290qcigwpc.js +13 -0
  504. package/out/_next/static/chunks/3nl02jbknvx4p.js +14 -0
  505. package/out/_next/static/chunks/3o5a5qn0dnq04.js +3 -0
  506. package/out/_next/static/chunks/3o5kwvdgt_t9z.js +73 -0
  507. package/out/_next/static/chunks/3qamj8gt1ijdz.js +12 -0
  508. package/out/_next/static/chunks/3rlrwz262rpw0.js +1 -0
  509. package/out/_next/static/chunks/3s3v9n_ob4m24.js +18 -0
  510. package/out/_next/static/chunks/3s47qr8fn6h4j.js +8 -0
  511. package/out/_next/static/chunks/3slzhmkeoggpm.js +66 -0
  512. package/out/_next/static/chunks/3tv9csz53av-5.js +1 -0
  513. package/out/_next/static/chunks/3uec1_7irpl71.js +16 -0
  514. package/out/_next/static/chunks/3uo1w1gaj7tsx.js +117 -0
  515. package/out/_next/static/chunks/3uwev5xyub_j1.js +7 -0
  516. package/out/_next/static/chunks/3w450c1xmh550.js +12 -0
  517. package/out/_next/static/chunks/3x8aami6-3l79.js +31 -0
  518. package/out/_next/static/chunks/3xhogi6_bbwh7.js +10 -0
  519. package/out/_next/static/chunks/3y62dz45ticve.js +1 -0
  520. package/out/_next/static/chunks/3yjzk_udmhv3i.js +1 -0
  521. package/out/_next/static/chunks/3z6v84zof80bt.js +1 -0
  522. package/out/_next/static/chunks/3zncjth-kop8p.js +1 -0
  523. package/out/_next/static/chunks/3zp4iedgev460.js +35 -0
  524. package/out/_next/static/chunks/413qu_x6yky1e.js +1 -0
  525. package/out/_next/static/chunks/41j8mb2ztwydi.js +14 -0
  526. package/out/_next/static/chunks/41pc5_e25bhgd.js +1 -0
  527. package/out/_next/static/chunks/424z-zudpy3n0.js +39 -0
  528. package/out/_next/static/chunks/42o6t6-v2qi37.js +29 -0
  529. package/out/_next/static/chunks/434iz38padke2.js +1 -0
  530. package/out/_next/static/chunks/43pb7hjetp965.js +1 -0
  531. package/out/_next/static/chunks/44rharl5hvsw-.js +22 -0
  532. package/out/_next/static/chunks/45ac68ug7hcoc.js +13 -0
  533. package/out/_next/static/chunks/turbopack-0-chqajqgydnn.js +1 -0
  534. package/out/_next/static/chunks/turbopack-0-jquaej6q4cd.js +1 -0
  535. package/out/_next/static/chunks/turbopack-01y_6kjoo1mvp.js +1 -0
  536. package/out/_next/static/chunks/turbopack-03_sghcquhw33.js +1 -0
  537. package/out/_next/static/chunks/turbopack-0a_5nw_3znl2r.js +1 -0
  538. package/out/_next/static/chunks/turbopack-0bbgz21dy5lm3.js +1 -0
  539. package/out/_next/static/chunks/turbopack-0cqzo60ry70im.js +1 -0
  540. package/out/_next/static/chunks/turbopack-0ex-kw1o5k02z.js +1 -0
  541. package/out/_next/static/chunks/turbopack-0g9gjb70ob0rb.js +1 -0
  542. package/out/_next/static/chunks/turbopack-0jzps1g34dah5.js +1 -0
  543. package/out/_next/static/chunks/turbopack-0o9rz5e94nq66.js +1 -0
  544. package/out/_next/static/chunks/turbopack-0rq3y47awgwpt.js +1 -0
  545. package/out/_next/static/chunks/turbopack-0vs4-gjxe552i.js +1 -0
  546. package/out/_next/static/chunks/turbopack-0x1jwahqhzo0u.js +1 -0
  547. package/out/_next/static/chunks/turbopack-13uretb6lcje8.js +1 -0
  548. package/out/_next/static/chunks/turbopack-14n2u99h724y-.js +1 -0
  549. package/out/_next/static/chunks/turbopack-1a774_gjam74t.js +1 -0
  550. package/out/_next/static/chunks/turbopack-1gy8illqlm_jj.js +1 -0
  551. package/out/_next/static/chunks/turbopack-1n9q29j854ltr.js +1 -0
  552. package/out/_next/static/chunks/turbopack-1nathpz4-f-4w.js +1 -0
  553. package/out/_next/static/chunks/turbopack-1nca86oa17qfx.js +1 -0
  554. package/out/_next/static/chunks/turbopack-1qe0zbu9fejdb.js +1 -0
  555. package/out/_next/static/chunks/turbopack-1qg26rdmwlotw.js +1 -0
  556. package/out/_next/static/chunks/turbopack-1u6lf-rzbdjuj.js +1 -0
  557. package/out/_next/static/chunks/turbopack-1z85kwwdibjh7.js +1 -0
  558. package/out/_next/static/chunks/turbopack-22as-nh7md98p.js +1 -0
  559. package/out/_next/static/chunks/turbopack-23lcv-araye0t.js +1 -0
  560. package/out/_next/static/chunks/turbopack-25gt3vwmogps-.js +1 -0
  561. package/out/_next/static/chunks/turbopack-26g97kfge67jz.js +1 -0
  562. package/out/_next/static/chunks/turbopack-26u67kbn41n8e.js +1 -0
  563. package/out/_next/static/chunks/turbopack-280jnadydykur.js +1 -0
  564. package/out/_next/static/chunks/turbopack-2bb6lvvhg6e0w.js +1 -0
  565. package/out/_next/static/chunks/turbopack-2bw5gluonepob.js +1 -0
  566. package/out/_next/static/chunks/turbopack-2c36n939jg0pf.js +1 -0
  567. package/out/_next/static/chunks/turbopack-2ez296aoalbog.js +1 -0
  568. package/out/_next/static/chunks/turbopack-2frqnl7lfn0h9.js +1 -0
  569. package/out/_next/static/chunks/turbopack-2jxkmyhbvdw4u.js +1 -0
  570. package/out/_next/static/chunks/turbopack-2k45z490u3tbj.js +1 -0
  571. package/out/_next/static/chunks/turbopack-2p-uq1erkf03-.js +1 -0
  572. package/out/_next/static/chunks/turbopack-2svkg0yvgyw3_.js +1 -0
  573. package/out/_next/static/chunks/turbopack-31s1c5ipeb5_p.js +1 -0
  574. package/out/_next/static/chunks/turbopack-33v049epa0erx.js +1 -0
  575. package/out/_next/static/chunks/turbopack-34jylrj_qw1ak.js +1 -0
  576. package/out/_next/static/chunks/turbopack-34u-t26ngu-oy.js +1 -0
  577. package/out/_next/static/chunks/turbopack-34x5gar31d5sv.js +1 -0
  578. package/out/_next/static/chunks/turbopack-363g_e-jzg5u_.js +1 -0
  579. package/out/_next/static/chunks/turbopack-39um5sy1v-bvw.js +1 -0
  580. package/out/_next/static/chunks/turbopack-3__2i-6jdv1s8.js +1 -0
  581. package/out/_next/static/chunks/turbopack-3b4s935ks8u-b.js +1 -0
  582. package/out/_next/static/chunks/turbopack-3b5-pdmr324f-.js +1 -0
  583. package/out/_next/static/chunks/turbopack-3bwm37xq99e4l.js +1 -0
  584. package/out/_next/static/chunks/turbopack-3ec8ol5n3kb0h.js +1 -0
  585. package/out/_next/static/chunks/turbopack-3gw7smd4lo5ud.js +1 -0
  586. package/out/_next/static/chunks/turbopack-3miy8-7wxcnbn.js +1 -0
  587. package/out/_next/static/chunks/turbopack-3nvjaj1vijowz.js +1 -0
  588. package/out/_next/static/chunks/turbopack-3poc67i76-q8q.js +1 -0
  589. package/out/_next/static/chunks/turbopack-3r1pnr94s1u0w.js +1 -0
  590. package/out/_next/static/chunks/turbopack-3sfa4031m280j.js +1 -0
  591. package/out/_next/static/chunks/turbopack-3sqs5hm2xhl3s.js +1 -0
  592. package/out/_next/static/chunks/turbopack-3xha6pmjqez6d.js +1 -0
  593. package/out/_next/static/chunks/turbopack-3yp7pgp42yfh3.js +1 -0
  594. package/out/_next/static/chunks/turbopack-3z_g6t7o2z7rb.js +1 -0
  595. package/out/_next/static/chunks/turbopack-3zb947kjm56zb.js +1 -0
  596. package/out/_next/static/chunks/turbopack-43m6wi0fybh1f.js +1 -0
  597. package/out/_next/static/mgojmR_4GNqJNutDR9oFi/_buildManifest.js +262 -0
  598. package/out/_offline/index.html +2 -2
  599. package/out/account/forgot-password/index.html +2 -2
  600. package/out/account/index.html +2 -2
  601. package/out/assortments/AssortmentDetailPage/index.html +2 -2
  602. package/out/assortments/index.html +2 -2
  603. package/out/assortments/new/index.html +2 -2
  604. package/out/copilot/index.html +2 -2
  605. package/out/country/CountryDetailPage/index.html +2 -2
  606. package/out/country/index.html +2 -2
  607. package/out/country/new/index.html +2 -2
  608. package/out/currency/CurrencyDetailPage/index.html +2 -2
  609. package/out/currency/index.html +2 -2
  610. package/out/currency/new/index.html +2 -2
  611. package/out/delivery-provider/DeliveryProviderDetailPage/index.html +2 -2
  612. package/out/delivery-provider/index.html +2 -2
  613. package/out/delivery-provider/new/index.html +2 -2
  614. package/out/enrollments/EnrollmentDetailPage/index.html +2 -2
  615. package/out/enrollments/index.html +2 -2
  616. package/out/events/EventDetailPage/index.html +2 -2
  617. package/out/events/index.html +2 -2
  618. package/out/exports/index.html +2 -2
  619. package/out/ext/[[...slug]]/index.html +11 -0
  620. package/out/external/index.html +2 -2
  621. package/out/filters/FilterDetailPage/index.html +2 -2
  622. package/out/filters/index.html +2 -2
  623. package/out/filters/new/index.html +2 -2
  624. package/out/index.html +2 -2
  625. package/out/install/index.html +2 -2
  626. package/out/language/LanguageDetailPage/index.html +2 -2
  627. package/out/language/index.html +2 -2
  628. package/out/language/new/index.html +2 -2
  629. package/out/log-in/index.html +2 -2
  630. package/out/orders/OrderDetailPage/index.html +2 -2
  631. package/out/orders/index.html +2 -2
  632. package/out/payment-provider/PaymentProviderDetailPage/index.html +2 -2
  633. package/out/payment-provider/index.html +2 -2
  634. package/out/payment-provider/new/index.html +2 -2
  635. package/out/products/ProductDetailPage/index.html +2 -2
  636. package/out/products/index.html +2 -2
  637. package/out/products/new/index.html +2 -2
  638. package/out/quotations/QuotationDetailPage/index.html +2 -2
  639. package/out/quotations/index.html +2 -2
  640. package/out/reset-password/index.html +2 -2
  641. package/out/sign-up/index.html +2 -2
  642. package/out/styleguide/index.html +2 -2
  643. package/out/tokens/TokenDetailPage/index.html +2 -2
  644. package/out/tokens/index.html +2 -2
  645. package/out/users/UserDetailPage/index.html +2 -2
  646. package/out/users/index.html +2 -2
  647. package/out/users/new/index.html +2 -2
  648. package/out/verify-email/index.html +2 -2
  649. package/out/warehousing-provider/WarehousingProviderDetailPage/index.html +2 -2
  650. package/out/warehousing-provider/index.html +2 -2
  651. package/out/warehousing-provider/new/index.html +2 -2
  652. package/out/works/WorkDetailPage/index.html +2 -2
  653. package/out/works/WorkQueueListView/index.html +2 -2
  654. package/out/works/index.html +2 -2
  655. package/out/works/management/index.html +2 -2
  656. package/package.json +104 -14
  657. package/src/modules/accounts/index.ts +34 -0
  658. package/src/modules/assortment/index.ts +29 -0
  659. package/src/modules/copilot/index.ts +4 -0
  660. package/src/modules/country/index.ts +5 -0
  661. package/src/modules/currency/index.ts +5 -0
  662. package/src/modules/delivery-provider/index.ts +7 -0
  663. package/src/modules/enrollment/index.ts +6 -0
  664. package/src/modules/event/index.ts +3 -0
  665. package/src/modules/filter/index.ts +13 -0
  666. package/src/modules/language/index.ts +5 -0
  667. package/src/modules/order/index.ts +8 -0
  668. package/src/modules/payment-providers/index.ts +7 -0
  669. package/src/modules/product/index.ts +47 -0
  670. package/src/modules/product-review/index.ts +6 -0
  671. package/src/modules/quotation/index.ts +6 -0
  672. package/src/modules/token/index.ts +3 -0
  673. package/src/modules/warehousing-providers/index.ts +7 -0
  674. package/src/modules/work/index.ts +7 -0
  675. package/src/sdk/hooks.ts +11 -0
  676. package/src/sdk/modal.ts +6 -0
  677. package/src/sdk/plugin-build.mjs +112 -0
  678. package/src/sdk/plugin-build.test.mjs +11 -0
  679. package/src/sdk/plugins.ts +88 -0
  680. package/src/sdk/providers.ts +4 -0
  681. package/src/sdk/tailwind-preset.mjs +94 -0
  682. package/src/sdk/theme.ts +61 -0
  683. package/src/styles/globals.css +291 -0
  684. package/out/_next/static/NCD-SJ8yCV0Afw8rFopK9/_buildManifest.js +0 -258
  685. package/out/_next/static/chunks/0-beu4vu82jrh.js +0 -1
  686. package/out/_next/static/chunks/0-bq_~1lrxscv.js +0 -1
  687. package/out/_next/static/chunks/0-gs6rs8.en66.js +0 -807
  688. package/out/_next/static/chunks/0.4qfzuvwzsxc.js +0 -346
  689. package/out/_next/static/chunks/0.ezy3xvxrqcc.js +0 -15
  690. package/out/_next/static/chunks/0.i9a933lfo25.js +0 -110
  691. package/out/_next/static/chunks/0.qv4h3l4v.mz.js +0 -807
  692. package/out/_next/static/chunks/00-1l-sb67jn-.js +0 -807
  693. package/out/_next/static/chunks/0063j04yfdol-.js +0 -13
  694. package/out/_next/static/chunks/006d2uxhsngs-.js +0 -1
  695. package/out/_next/static/chunks/00d66~in48qe1.js +0 -108
  696. package/out/_next/static/chunks/00u_9mz-xfmbu.js +0 -119
  697. package/out/_next/static/chunks/00ysn67q-k.lf.js +0 -384
  698. package/out/_next/static/chunks/00z8y5zmd5ley.js +0 -16
  699. package/out/_next/static/chunks/01.ug0e_hak5n.js +0 -31
  700. package/out/_next/static/chunks/01755gvyv1u4p.js +0 -342
  701. package/out/_next/static/chunks/024hggxa5rlsk.js +0 -16
  702. package/out/_next/static/chunks/025rs.6-.kttm.js +0 -177
  703. package/out/_next/static/chunks/029met6o9c69_.js +0 -132
  704. package/out/_next/static/chunks/035ijcwfe128..js +0 -13
  705. package/out/_next/static/chunks/039.n12k.ourz.js +0 -1
  706. package/out/_next/static/chunks/039laq217w5af.js +0 -1
  707. package/out/_next/static/chunks/03awhk2amfyg9.js +0 -13
  708. package/out/_next/static/chunks/03b6o0yl3wq69.js +0 -324
  709. package/out/_next/static/chunks/03exf~-d8n0~p.js +0 -12
  710. package/out/_next/static/chunks/043qhigp~b~xd.js +0 -288
  711. package/out/_next/static/chunks/047b32b2zk0zr.js +0 -50
  712. package/out/_next/static/chunks/04ljxsi4h8opa.js +0 -3
  713. package/out/_next/static/chunks/05-wy9wkovd44.js +0 -66
  714. package/out/_next/static/chunks/059j6ba8pjbxt.js +0 -2
  715. package/out/_next/static/chunks/05c669_6-rcl4.js +0 -15
  716. package/out/_next/static/chunks/05ebn-rbx77t1.js +0 -1
  717. package/out/_next/static/chunks/05ijoypg9erzj.js +0 -15
  718. package/out/_next/static/chunks/05mdbs7fsyl0j.js +0 -15
  719. package/out/_next/static/chunks/05xkbw-s9zm4v.js +0 -1
  720. package/out/_next/static/chunks/05y5i1xi9l7xo.js +0 -46
  721. package/out/_next/static/chunks/06jxo~w32bob0.js +0 -14
  722. package/out/_next/static/chunks/06l-x0hfnht~9.js +0 -12
  723. package/out/_next/static/chunks/06rpbu900ohev.js +0 -807
  724. package/out/_next/static/chunks/06wxd~64yev29.js +0 -1
  725. package/out/_next/static/chunks/074t2kkalxoor.js +0 -54
  726. package/out/_next/static/chunks/0757.exyqs35o.js +0 -1
  727. package/out/_next/static/chunks/07bj_95mgrfr7.js +0 -81
  728. package/out/_next/static/chunks/07e9hvcn2m7m0.css +0 -1
  729. package/out/_next/static/chunks/07gsr_4x3t83l.js +0 -1
  730. package/out/_next/static/chunks/07m0kcby2q9_3.js +0 -119
  731. package/out/_next/static/chunks/07rosayyue4dv.js +0 -5
  732. package/out/_next/static/chunks/07vc0lr9~n374.js +0 -807
  733. package/out/_next/static/chunks/07we~tcuuf587.js +0 -1
  734. package/out/_next/static/chunks/08-e12375gky7.js +0 -1
  735. package/out/_next/static/chunks/08g5cr0k-wewy.js +0 -13
  736. package/out/_next/static/chunks/08gnfg~ucaonj.js +0 -31
  737. package/out/_next/static/chunks/08l8.c5-zq8l_.js +0 -13
  738. package/out/_next/static/chunks/08s08655wboxs.js +0 -224
  739. package/out/_next/static/chunks/08ubwqxtv1pi8.js +0 -471
  740. package/out/_next/static/chunks/093du9_a7j~e9.js +0 -22
  741. package/out/_next/static/chunks/09ar00gwggnv2.js +0 -92
  742. package/out/_next/static/chunks/09ew07.pd~qmo.js +0 -31
  743. package/out/_next/static/chunks/09h16th.ukf49.js +0 -9
  744. package/out/_next/static/chunks/09i.iewg619r8.js +0 -1
  745. package/out/_next/static/chunks/09ird980jk5l4.js +0 -1
  746. package/out/_next/static/chunks/09ti6--w-81qk.js +0 -12
  747. package/out/_next/static/chunks/0_.rynghl8eid.js +0 -16
  748. package/out/_next/static/chunks/0_fjllta7r.pd.js +0 -1
  749. package/out/_next/static/chunks/0_hapi9~w_m74.js +0 -807
  750. package/out/_next/static/chunks/0_rymam7ts5h_.js +0 -61
  751. package/out/_next/static/chunks/0_tmrtwx_w001.js +0 -1
  752. package/out/_next/static/chunks/0_wmd30ovkohg.js +0 -14
  753. package/out/_next/static/chunks/0a4iuso54enw6.js +0 -43
  754. package/out/_next/static/chunks/0a9xn3eyi55p7.js +0 -807
  755. package/out/_next/static/chunks/0ab-_zb.d-ta~.js +0 -13
  756. package/out/_next/static/chunks/0agmcim_ow38h.js +0 -41
  757. package/out/_next/static/chunks/0ah_xk7gumihc.js +0 -10
  758. package/out/_next/static/chunks/0al9fetggpofs.js +0 -101
  759. package/out/_next/static/chunks/0apih1f_pg7x5.js +0 -22
  760. package/out/_next/static/chunks/0aqef_pw6d4-x.js +0 -12
  761. package/out/_next/static/chunks/0av.mpk52l~sj.js +0 -78
  762. package/out/_next/static/chunks/0b26w_2v.jnnp.js +0 -23
  763. package/out/_next/static/chunks/0bgpq4k~.1ow~.js +0 -1
  764. package/out/_next/static/chunks/0b~~k586vhgzn.js +0 -22
  765. package/out/_next/static/chunks/0c1ohyu0~45-6.js +0 -16
  766. package/out/_next/static/chunks/0c6zpdc5tnyit.js +0 -14
  767. package/out/_next/static/chunks/0cxr_f9owlixa.js +0 -147
  768. package/out/_next/static/chunks/0d4_~230qii9x.js +0 -8
  769. package/out/_next/static/chunks/0d7ng.3g0fqyq.js +0 -14
  770. package/out/_next/static/chunks/0dgzbrz_ks6y3.js +0 -836
  771. package/out/_next/static/chunks/0dmlsqy.34z7l.js +0 -5
  772. package/out/_next/static/chunks/0d~mpqdnsqc_3.js +0 -217
  773. package/out/_next/static/chunks/0e.ov59u.i2g..js +0 -26
  774. package/out/_next/static/chunks/0e7j7~xp-kfcl.js +0 -1
  775. package/out/_next/static/chunks/0eshxr9tyc-ob.js +0 -1
  776. package/out/_next/static/chunks/0eyuawigvkque.js +0 -144
  777. package/out/_next/static/chunks/0f0p~b_1z06f-.js +0 -12
  778. package/out/_next/static/chunks/0f1vh2kuipe~w.js +0 -1
  779. package/out/_next/static/chunks/0f2lcm2fvm0o4.js +0 -15
  780. package/out/_next/static/chunks/0f5-n-rcb1ksy.js +0 -61
  781. package/out/_next/static/chunks/0f7rfo-9v~6ta.js +0 -16
  782. package/out/_next/static/chunks/0fadm_h6dqral.js +0 -1
  783. package/out/_next/static/chunks/0fgje3pp6kr-..js +0 -21
  784. package/out/_next/static/chunks/0fixfg1.spty7.js +0 -8
  785. package/out/_next/static/chunks/0fo857sizpzb..js +0 -14
  786. package/out/_next/static/chunks/0fpmn5~h1l5fy.js +0 -51
  787. package/out/_next/static/chunks/0fzx56yu8w89-.js +0 -1
  788. package/out/_next/static/chunks/0g5.zeq8z86p8.js +0 -22
  789. package/out/_next/static/chunks/0gcrw01taxxl6.js +0 -1
  790. package/out/_next/static/chunks/0hprhos6ompyh.js +0 -1
  791. package/out/_next/static/chunks/0hv.16xst798a.js +0 -807
  792. package/out/_next/static/chunks/0i67~d9m79069.js +0 -1
  793. package/out/_next/static/chunks/0i9ujbll13rjg.js +0 -7
  794. package/out/_next/static/chunks/0ixp-hqnt2hdk.js +0 -188
  795. package/out/_next/static/chunks/0j3_ll.umtrlh.js +0 -15
  796. package/out/_next/static/chunks/0j8_vntnh3wh1.js +0 -384
  797. package/out/_next/static/chunks/0jcl.bguz9-il.js +0 -173
  798. package/out/_next/static/chunks/0jhfv_wn9s6x1.js +0 -1
  799. package/out/_next/static/chunks/0jthyhkkkajye.js +0 -87
  800. package/out/_next/static/chunks/0jyfzjlxmkv47.js +0 -1
  801. package/out/_next/static/chunks/0k33b3l3swmdp.js +0 -14
  802. package/out/_next/static/chunks/0k8cqr5rpupnp.js +0 -12
  803. package/out/_next/static/chunks/0kacoozv1plky.js +0 -12
  804. package/out/_next/static/chunks/0kb8vq-u9e5ie.js +0 -596
  805. package/out/_next/static/chunks/0kpfj.1wbd8ym.js +0 -200
  806. package/out/_next/static/chunks/0kws6.oh9adj9.js +0 -14
  807. package/out/_next/static/chunks/0l6-vjb..0-s7.js +0 -286
  808. package/out/_next/static/chunks/0l8ujxmk7702g.js +0 -1
  809. package/out/_next/static/chunks/0lcd2so6jg-_l.js +0 -44
  810. package/out/_next/static/chunks/0lhvveiv7i555.js +0 -13
  811. package/out/_next/static/chunks/0lim3v66fnjbi.js +0 -73
  812. package/out/_next/static/chunks/0lj_~1h9s9o4p.js +0 -15
  813. package/out/_next/static/chunks/0m2jz56bm31rn.js +0 -13
  814. package/out/_next/static/chunks/0mw6751mia5o-.js +0 -13
  815. package/out/_next/static/chunks/0m~4npg.nbafl.js +0 -807
  816. package/out/_next/static/chunks/0nnrgfwlre~2w.js +0 -12
  817. package/out/_next/static/chunks/0nvdm-r7zmv-l.js +0 -1
  818. package/out/_next/static/chunks/0nyyy1v4911lw.js +0 -59
  819. package/out/_next/static/chunks/0o05daemjdhug.js +0 -227
  820. package/out/_next/static/chunks/0o6szwcbqvtk..js +0 -1
  821. package/out/_next/static/chunks/0oq1lazm-ypco.js +0 -15
  822. package/out/_next/static/chunks/0owfq70q4gv3g.js +0 -11
  823. package/out/_next/static/chunks/0o~ytet2snd7..js +0 -18
  824. package/out/_next/static/chunks/0pooq0ei74.fu.js +0 -17
  825. package/out/_next/static/chunks/0q92oiu-paus_.js +0 -1
  826. package/out/_next/static/chunks/0r.pkr~.dyugv.js +0 -137
  827. package/out/_next/static/chunks/0r.xn-_woklgt.js +0 -138
  828. package/out/_next/static/chunks/0r2eg~z0yxhkm.js +0 -384
  829. package/out/_next/static/chunks/0rf4yd5v399-n.js +0 -342
  830. package/out/_next/static/chunks/0s9gw8v77opep.js +0 -12
  831. package/out/_next/static/chunks/0sq1ba8siz_al.js +0 -46
  832. package/out/_next/static/chunks/0tgyufn7ieyma.js +0 -23
  833. package/out/_next/static/chunks/0tq-lptj3-s~9.js +0 -7
  834. package/out/_next/static/chunks/0tur4u0bq8afu.js +0 -1
  835. package/out/_next/static/chunks/0u.p7-5euvw9g.js +0 -101
  836. package/out/_next/static/chunks/0u0zlnx_0uuo~.js +0 -1
  837. package/out/_next/static/chunks/0ud072y3rsxuo.js +0 -26
  838. package/out/_next/static/chunks/0ueboweabxsm_.js +0 -12
  839. package/out/_next/static/chunks/0ulpot4q9efmn.js +0 -1
  840. package/out/_next/static/chunks/0up4o93erzv5i.js +0 -15
  841. package/out/_next/static/chunks/0uppdoxx035f~.js +0 -807
  842. package/out/_next/static/chunks/0v01e3xk0z2zz.js +0 -10
  843. package/out/_next/static/chunks/0v7odmyxhwxk9.js +0 -5
  844. package/out/_next/static/chunks/0vaop4ncta92i.js +0 -43
  845. package/out/_next/static/chunks/0vef8~~ul~q~3.js +0 -188
  846. package/out/_next/static/chunks/0vjviijon1cf_.js +0 -227
  847. package/out/_next/static/chunks/0vo3lqvc1gnao.js +0 -1
  848. package/out/_next/static/chunks/0vqde~70jg4mp.js +0 -13
  849. package/out/_next/static/chunks/0w_lpiygl_gbj.js +0 -51
  850. package/out/_next/static/chunks/0wm9vrqp0f2-g.js +0 -1
  851. package/out/_next/static/chunks/0wt4fkc59wtk~.js +0 -1
  852. package/out/_next/static/chunks/0x0ro0p0oede-.js +0 -1
  853. package/out/_next/static/chunks/0x5~rk9ckvkzm.js +0 -5
  854. package/out/_next/static/chunks/0xa.gldl0ypuc.js +0 -36
  855. package/out/_next/static/chunks/0xyz4eb8oj14e.js +0 -32
  856. package/out/_next/static/chunks/0x~m529wi_q8r.js +0 -807
  857. package/out/_next/static/chunks/0ygzo.kyf038-.js +0 -13
  858. package/out/_next/static/chunks/0z5_-ukry36hl.js +0 -905
  859. package/out/_next/static/chunks/0z69nmy7s-zha.js +0 -10
  860. package/out/_next/static/chunks/0zcy4ll048jyy.js +0 -13
  861. package/out/_next/static/chunks/0zpa9vt2u_r06.js +0 -14
  862. package/out/_next/static/chunks/0zsl0gp2-m_8s.js +0 -1
  863. package/out/_next/static/chunks/0zw1-wa39f8lg.js +0 -1
  864. package/out/_next/static/chunks/0z~lvtnl1p.em.js +0 -78
  865. package/out/_next/static/chunks/0~4r9ol9.3i_l.js +0 -46
  866. package/out/_next/static/chunks/0~4s5vi61p7ev.js +0 -291
  867. package/out/_next/static/chunks/0~6ud_t-945ch.js +0 -288
  868. package/out/_next/static/chunks/0~mh5ybxo9nf2.js +0 -19
  869. package/out/_next/static/chunks/0~zg_~~subg_x.js +0 -1
  870. package/out/_next/static/chunks/10.uqlra33~68.js +0 -13
  871. package/out/_next/static/chunks/10g0ipk~-ofy6.js +0 -20
  872. package/out/_next/static/chunks/10h4imeqlg217.js +0 -8
  873. package/out/_next/static/chunks/10jiudk1sj2jm.js +0 -14
  874. package/out/_next/static/chunks/10kcfk2uu1e6x.js +0 -73
  875. package/out/_next/static/chunks/10pv9vc9myzuy.js +0 -58
  876. package/out/_next/static/chunks/11d00p~.l1k_u.js +0 -8
  877. package/out/_next/static/chunks/11lx7_qu.04js.js +0 -596
  878. package/out/_next/static/chunks/11svm4d1gbpg3.js +0 -13
  879. package/out/_next/static/chunks/11xvbwibrxg70.js +0 -44
  880. package/out/_next/static/chunks/12_-fnbe.fpy3.js +0 -142
  881. package/out/_next/static/chunks/12_5sds1suvhm.js +0 -13
  882. package/out/_next/static/chunks/12eo~x2_f0n1c.js +0 -1
  883. package/out/_next/static/chunks/131o1ib1p4q0~.js +0 -807
  884. package/out/_next/static/chunks/13azvhnsuoq~i.js +0 -193
  885. package/out/_next/static/chunks/13qkehmx~~nca.js +0 -1
  886. package/out/_next/static/chunks/13xo605mvuvr..js +0 -137
  887. package/out/_next/static/chunks/14-js791sn0n..js +0 -90
  888. package/out/_next/static/chunks/149uwpe4mqt~4.js +0 -3
  889. package/out/_next/static/chunks/152e33k3zn_7h.js +0 -13
  890. package/out/_next/static/chunks/156o0mg9e~c1z.js +0 -135
  891. package/out/_next/static/chunks/15946_7~ym9mj.js +0 -1
  892. package/out/_next/static/chunks/15im3g6.ezb86.js +0 -16
  893. package/out/_next/static/chunks/167enz~evud8u.js +0 -1
  894. package/out/_next/static/chunks/16dxg.m0iyhff.js +0 -20
  895. package/out/_next/static/chunks/16e76-izprx_3.js +0 -60
  896. package/out/_next/static/chunks/17556jivokcgt.js +0 -13
  897. package/out/_next/static/chunks/17831iuhggap-.js +0 -5
  898. package/out/_next/static/chunks/17lq99ack-rqn.js +0 -7
  899. package/out/_next/static/chunks/1801hoawv7tvj.js +0 -209
  900. package/out/_next/static/chunks/turbopack-0-f1h~_vf~hgt.js +0 -1
  901. package/out/_next/static/chunks/turbopack-00gp6932c5-pc.js +0 -1
  902. package/out/_next/static/chunks/turbopack-00tplfce3sqmv.js +0 -1
  903. package/out/_next/static/chunks/turbopack-02xfqg-e5e5bq.js +0 -1
  904. package/out/_next/static/chunks/turbopack-033ew5zdp4sni.js +0 -1
  905. package/out/_next/static/chunks/turbopack-04ryg.qj6ce.e.js +0 -1
  906. package/out/_next/static/chunks/turbopack-05pr_j8b3qpck.js +0 -1
  907. package/out/_next/static/chunks/turbopack-05t73_ssb6_h5.js +0 -1
  908. package/out/_next/static/chunks/turbopack-06k1fv3edi.oc.js +0 -1
  909. package/out/_next/static/chunks/turbopack-06s9wk6xrnhe..js +0 -1
  910. package/out/_next/static/chunks/turbopack-07pf350usbyrn.js +0 -1
  911. package/out/_next/static/chunks/turbopack-07qx6il~q8zvj.js +0 -1
  912. package/out/_next/static/chunks/turbopack-093c3g8x0fud~.js +0 -1
  913. package/out/_next/static/chunks/turbopack-09mkh-~o1m0t4.js +0 -1
  914. package/out/_next/static/chunks/turbopack-0_6hyjgtzvvlt.js +0 -1
  915. package/out/_next/static/chunks/turbopack-0_jrb8zv4u-h5.js +0 -1
  916. package/out/_next/static/chunks/turbopack-0_z4clx8_mihg.js +0 -1
  917. package/out/_next/static/chunks/turbopack-0_~3azjxcbh7b.js +0 -1
  918. package/out/_next/static/chunks/turbopack-0acoq2sfyoi9y.js +0 -1
  919. package/out/_next/static/chunks/turbopack-0ce310hugu4ud.js +0 -1
  920. package/out/_next/static/chunks/turbopack-0cq29kq0j_4v~.js +0 -1
  921. package/out/_next/static/chunks/turbopack-0e-cncqz58fjt.js +0 -1
  922. package/out/_next/static/chunks/turbopack-0e2su8irrrxe9.js +0 -1
  923. package/out/_next/static/chunks/turbopack-0e8f.eohopo8i.js +0 -1
  924. package/out/_next/static/chunks/turbopack-0ek~cn8gmycju.js +0 -1
  925. package/out/_next/static/chunks/turbopack-0eywiuu9zzv~v.js +0 -1
  926. package/out/_next/static/chunks/turbopack-0ft2eo1uoq84f.js +0 -1
  927. package/out/_next/static/chunks/turbopack-0h0v60mhtl8e5.js +0 -1
  928. package/out/_next/static/chunks/turbopack-0hd7gd_hw0ffd.js +0 -1
  929. package/out/_next/static/chunks/turbopack-0ho~reia368_n.js +0 -1
  930. package/out/_next/static/chunks/turbopack-0hs67a4-408yr.js +0 -1
  931. package/out/_next/static/chunks/turbopack-0hzo_yuvuoq4p.js +0 -1
  932. package/out/_next/static/chunks/turbopack-0iqen9zbwhwwt.js +0 -1
  933. package/out/_next/static/chunks/turbopack-0lse_458kpvoc.js +0 -1
  934. package/out/_next/static/chunks/turbopack-0m802fcmg9zeo.js +0 -1
  935. package/out/_next/static/chunks/turbopack-0mh8jqpakiu6t.js +0 -1
  936. package/out/_next/static/chunks/turbopack-0n7uk~in3~kz5.js +0 -1
  937. package/out/_next/static/chunks/turbopack-0oq4yqp_mwlp8.js +0 -1
  938. package/out/_next/static/chunks/turbopack-0p8.m9z07pk0d.js +0 -1
  939. package/out/_next/static/chunks/turbopack-0q35m3rl2~7_w.js +0 -1
  940. package/out/_next/static/chunks/turbopack-0qj_d90z9-.xb.js +0 -1
  941. package/out/_next/static/chunks/turbopack-0rw3antw3c5q1.js +0 -1
  942. package/out/_next/static/chunks/turbopack-0s1w5b4s~tq0a.js +0 -1
  943. package/out/_next/static/chunks/turbopack-0s3brlp4-qpvy.js +0 -1
  944. package/out/_next/static/chunks/turbopack-0ssu8b8ns4wgj.js +0 -1
  945. package/out/_next/static/chunks/turbopack-0txlw7w4nbwom.js +0 -1
  946. package/out/_next/static/chunks/turbopack-0umaqu4ffby0g.js +0 -1
  947. package/out/_next/static/chunks/turbopack-0upagoxw-k-s-.js +0 -1
  948. package/out/_next/static/chunks/turbopack-0v97f616jctw_.js +0 -1
  949. package/out/_next/static/chunks/turbopack-0vborwvkaogp3.js +0 -1
  950. package/out/_next/static/chunks/turbopack-0vii195vc_rhx.js +0 -1
  951. package/out/_next/static/chunks/turbopack-0vy4m9hkmjj~..js +0 -1
  952. package/out/_next/static/chunks/turbopack-0wkwlz_hsol74.js +0 -1
  953. package/out/_next/static/chunks/turbopack-0w~j_hagmzb-9.js +0 -1
  954. package/out/_next/static/chunks/turbopack-0xe-7k8uoudaf.js +0 -1
  955. package/out/_next/static/chunks/turbopack-107_r~te8y84z.js +0 -1
  956. package/out/_next/static/chunks/turbopack-10m1bv2pqkdnu.js +0 -1
  957. package/out/_next/static/chunks/turbopack-11b3cci1vf3sv.js +0 -1
  958. package/out/_next/static/chunks/turbopack-11bncwch._hz4.js +0 -1
  959. package/out/_next/static/chunks/turbopack-11f~mh1t1pbfv.js +0 -1
  960. package/out/_next/static/chunks/turbopack-14fqn-ie4g30t.js +0 -1
  961. package/out/_next/static/chunks/turbopack-151-hh8klk1hk.js +0 -1
  962. package/out/_next/static/chunks/turbopack-16yza259goc47.js +0 -1
  963. package/out/admin-ui-permissions.js +0 -129
  964. /package/out/_next/static/chunks/{0a1flay6uksa2.js → 0wooaklx8_14q.js} +0 -0
  965. /package/out/_next/static/chunks/{0htfk2vj7m.9j.js → 1jqnrnw0p9tw5.js} +0 -0
  966. /package/out/_next/static/{NCD-SJ8yCV0Afw8rFopK9 → mgojmR_4GNqJNutDR9oFi}/_clientMiddlewareManifest.js +0 -0
  967. /package/out/_next/static/{NCD-SJ8yCV0Afw8rFopK9 → mgojmR_4GNqJNutDR9oFi}/_ssgManifest.js +0 -0
@@ -0,0 +1,2 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,73242,(e,t,r)=>{t.exports=JSON.parse('{"access_restricted":"Access Restricted","account":"Account","account_deleted":"Account deleted successfully","account_notice":"This information will be displayed publicly so be careful what you share.","account_status":"Account status","action_edit":"Edit","actions_column_header":"Actions","activate":"Activate","activate_assortment_description":"Will be visible on search","activate_button":"Activate","activate_header_conformation":"Are you sure you want to this subscription?","activate_header_title":"Activate subscription.","activated":"Activated","active":"Active","active_types":"Active Worker Types ({count})","activities":"Activities","adapter":"Adapter","add":"Add","add_assortment":"Add Assortment","add_country":"Add Country","add_currency":"Add Currency","add_delivery_provider":"Add Delivery Provider","add_email":"Add email","add_filter":"Add Filter","add_filter_option":"Add option","add_language":"Add Language","add_new_tag":"Add \\"{inputValue}\\"","add_option":"Add option","add_payment_provider":"Add Payment Provider","add_price_row":"Add Price Row","add_product":"Add Product","add_review":"Add Review","add_user":"Add User","add_variation":"Add variation","add_variation_option":"Add option","add_warehousing_provider":"Add Warehousing Provider","add_web3_address":"Add address","add_web_auth":"Add WebAuth","add_work":"Add Work","address":"Address","address2":"Address 2","address_line_1":"Address line 1 (Street, House no)","address_line_2":"Address line 2","address_notice":"This information will be displayed publicly so be careful what you share.","all":"All","all_types":"All types","all_workers":"All Workers","allocate_work":"Allocate Work","already_got_a_user":"Already got a user?","apply":"Apply","are_you_sure":"Are you sure?","assign_product_needs_variations":"Please configure all variation options before assigning a product.","assigned_product_column_header":"Assigned Product","assigned_products":"Assigned Products","assignment.title":"Product Assignment","assignment_matrix_help":"Each row represents a unique combination of your product variations. Assign a specific product to each combination to create a complete product catalog.","assignment_sku":"SKU","assignments":"Assignments","assortment":"Assortment","assortment_activated":"Assortment activated successfully","assortment_added":"Assortment added successfully!","assortment_changed_to_leaf":"Assortment changed to leaf","assortment_changed_to_root":"Assortment changed to root","assortment_children_CSV_import_assortment_id_missing":"Child csv record missing assortmentId","assortment_children_CSV_import_child_id_missing":"Child csv record missing childAssortmentId","assortment_children_csv_file":"Assortment children CSV (Optional)","assortment_config_description":"Organize products into categories","assortment_csv_file":"Assortments CSV","assortment_deactivated":"Assortment deactivated successfully","assortment_deleted_success":"Deleted successfully","assortment_filter_CSV_import_assortment_id_missing":"Assortment filter csv record missing assortmentId","assortment_filter_CSV_import_filter_id_missing":"Assortment filter csv record missing filterId","assortment_filter_deleted":"Assortment filter deleted successfully","assortment_filter_form_description":"<ul> <li>Assign filters that will be applied for the assortment </li> </ul>","assortment_filter_list_description":"<ul> <li>All filters that are applied when searching for this assortment </li> <li> Drag and drop list items to sort filters order </li> </ul>","assortment_filters":"Assortment filters","assortment_filters_csv_file":"Assortment filters CSV (Optional)","assortment_filters_form_header":"Filters","assortment_filters_header":"Assortment filters","assortment_import_description":"Select your assortments CSV and optional related CSV files, then click Import.","assortment_import_localized_texts_missing":"Title is required","assortment_link":"Link deleted successfully","assortment_link_form_description":"<ul> <li>Assign assortment that are direct child of this assortment </li> </ul>","assortment_link_form_header":"Child assortments","assortment_link_list_description":"<ul> <li>All assortments found on the assortment relation tree</li> <li> Drag and drop list items to sort assortment links </li> <li> Parents are assortments found in the ancestors tree on any level </li> <li> Descendants are assortments found in the children tree on any level </li> </ul>","assortment_links":"Assortment links","assortment_links_header":"Assortment links","assortment_management_tool_definition":"\\"Manage product categories\\"","assortment_media":"Assortment Media","assortment_media_deleted":"Media deleted successfully","assortment_media_upload":"Media uploaded successfully","assortment_product_CSV_import_assortment_id_missing":"Product csv record missing assortmentId","assortment_product_CSV_import_product_id_missing":"Product csv record missing productId","assortment_product_form_description":"<ul> <li>Products that belong to this assortment </li> </ul>","assortment_product_form_header":"Products","assortment_product_list_description":"<ul> <li>All products that belong to this assortment</li> <li> Drag and drop list items to sort products order </li> </ul>","assortment_products":"Assortment products","assortment_products_csv_file":"Assortment products CSV (Optional)","assortment_products_header":"Assortment product","assortment_search_results":"Assortment Search Results","assortment_text_form_description":"<ul> <li><strong>Slug:</strong> The unique part of your category URL (e.g., \'electronics\' or \'summer-collection\'). Keep it short and descriptive.</li> <li><strong>Localization:</strong> Switch languages using the dropdown at the top left to translate content for different markets.</li> <li><strong>Description:</strong> Supports Markdown and HTML formatting. Use double backslash (\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\) for line breaks.</li> <li><strong>Category Organization:</strong> Use clear, descriptive titles that help customers navigate your product catalog. Think about how customers would search for this category.</li> <li><strong>SEO Tip:</strong> Well-written category descriptions help search engines understand your product organization and improve discoverability.</li> </ul>","assortments":"Assortments","assortments_count_header":"{count} Assortments","assortments_header":"1 Assortment","assortments_import_title":"Import Assortments","assortments_page_title":"{count, plural, one {# Assortment} other {# Assortments}}","avatar":"Avatar","average_order_value":"Average order value","back_to_home":"Back to Home","baseUnit":"Base Unit","base_country":"Base","base_language":"Base","billing_address":"Billing address","billing_interval_unit":"Billing interval unit","billing_unit":"Billing Unit","birthday":"Birthday","bookmarks":"Bookmarks","brand":"Brand","browser":"Browser","bundle":"Bundle product","bundle-item-scaffolded-success":"New product scaffolded and added to bundle successfully","bundle_item_added":"Bundle product added successfully","bundle_item_deleted":"Bundle item deleted successfully","bundle_items":"Bundle items","bundle_product_definition":"<h3>Bundle</h3> <p>As the name suggest this product type enables you to create a collection/bundle of products as one and set the price accordingly. This type of product is useful if you have christmas package for example. </p>","bundle_products":"Bundles","bundled_items":"Bundled items","cancel":"Cancel","cart":"Cart","cart_created":"Warenkorb erstellt","categories_count":"Assortments","chain-id":"Chain ID {chainId}","chain-token-id":"Token Serial Number","change":"Change","change_language":"Change language","change_password":"Change password","chat.error.auth":"🔐 **Authentication Error** Your session has expired or the authentication token is invalid. *Please refresh or log in again.*","chat.error.connection":"🚫 **Connection Error** Cannot connect to the chat API server at {chatUrl}. **To enable chat:** 1. Start the backend 2. Ensure chat/MCP endpoint is configured 3. Check NEXT_PUBLIC_CHAT_URL **Current configuration:** - Chat URL: {chatUrl} *Please start the backend.*","chat.error.stream":"⚠️ **Stream Processing Error** There was an error processing the AI response stream. **Possible causes:** 1. Backend not running 2. MCP server not responding 3. Missing/invalid API keys 4. Network issues **Error details:** {details}","chat.error.submission":"❌ **Submission Error** Failed to send your message. **Error:** {details} *Please ensure the backend is running.*","chat.error.unexpected":"❌ **Chat Error** An unexpected error occurred: {details} *Please try again or check the console for details.*","chat_disabled_message":"Copilot chat is currently disabled in this shop. Please check your engine configuration","chat_disabled_title":"Chat is Disabled","chat_error_retry_message":"An error occurred while processing your request, please reload the conversation and submit something shorter.","check_work_queue_details":"Check Work Queue for Details","child_assortment":"Sub-Assortment","children":"Children","children_count":"{count} children","city":"City","clear_filter":"Clear filter","clear_history":"Clear History","click_to_copy":"Click to copy ID","close":"Close","close_sidebar":"Close sidebar","code":"Code","collapse_navigation":"Collapse navigation","commerce":"Commerce","commerce_setup":"Commerce Setup","commerce_setup_description":"Payment and delivery configuration for transactions","company":"Company","complete_shop_setup":"Complete Your Shop Setup","complete_system_setup":"Complete Setup","component_loading_error":"Component loading error. Please refresh the page.","configurable_product_definition":"<h3>Configurable</h3> <p>Configurable Product is used to organize varieties of a product. A product might have a variation in color, size or other distinct property in that case you can use a configurable product type to organize all the variation under one category and outline-solid there difference. </p>","configuration":"Configuration","configuration_invalid":"Invalid configuration","configuration_status":"Configuration status","configuration_valid":"Valid configuration","configuration_valid_description":"All configuration parameters are correctly set and validated.","confirm_order":"Confirm order","confirm_order_alert_button":"Confirm","confirm_order_alert_header":"Confirm order?","confirm_order_alert_message":"This will mark order as confirmed","confirm_password":"Confirm password","confirmed":"Confirmed","connection_status":"No Connection","connection_to_server_error":"Currently not connected to unchained engine, please check your connection to server and try again.","contact":"Contact","contact_admin_help":"Contact system administrator for further information.","content_setup":"Content Setup","content_setup_description":"Products and categories to start selling","continue":"Continue","continue_to_app":"Continue to App","continue_with_sso":"Login with SSO","contract-address-label":"Contract Address","contract-standard":"Contract standard","contract_address":"Contract Address","copied":"Copied!","copilot":"Copilot","copilot-into-message":"Hello! Please introduce yourself and explain what you can help me with in managing my Unchained Commerce store. Be friendly and informative about your current capabilities.","copilot_welcome_description":"Your AI assistant is ready to help you manage your Unchained Commerce store.","copilot_welcome_title":"Welcome to Unchained Copilot","copy_to_clipboard":"Copy to clipboard","countries":"Countries","countries_config_description":"Configure countries and assign default currencies","countries_page_title":"{count, plural, one {# Country} other {# Countries}}","country":"Country","country_added":"Country added successfully!","country_code":"Country code","country_count_header":"{count} Countries","country_currency":"Currency","country_deleted":"Country deleted successfully","country_exists":"Country with the same ISO code already exists","country_header":"1 Country","country_updated":"Country updated successfully!","create_admin_account":"Create Administrator","create_filter":"Create Filter","create_new_account":"Create new account?","create_provider":"Create provider","created":"Created","created_colon":"Created:","csv_missing_fields":"Missing required columns: {fields}","currencies":"Currencies","currencies_page_title":"{count, plural, one {# Currency} other {# Currencies}}","currency":"Currency","currency_added":"Currency added successfully!","currency_config_description":"Set up currencies for pricing and payments","currency_contract_address_description":"Contract address is optional and represents address of the 40 character long deployed token contract on the ethereum network.","currency_count_header":"{count} Currencies","currency_deleted":"Currency deleted successfully","currency_exists":"Currency with the same ISO code already exists","currency_header":"1 Currency","currency_updated":"Currency updated successfully!","current_password":"Current password","customer_reviews":"Customer Reviews","customers_count":"Customers","dashboard":"Dashboard","data":"Data","date":"Date","date_range_prefix":"Showing data from","date_range_to":"to","deactivate":"Deactivate","deactivate_assortment_description":"Will not be visible on search","deactivated":"Deactivated","decimals":"Decimals","default_country_info_description":"If you support multiple countries, please set the base country by adjusting the environment variable UNCHAINED_COUNTRY, for ex. UNCHAINED_COUNTRY=ch. That way, Unchained knows what localization needs to be sent if it can not determine country from user agent set header","default_country_info_title":"About base country","default_currency":"Default currency","default_currency_info_description":"Please set the base currency by adjusting the environment variable UNCHAINED_CURRENCY, for ex. UNCHAINED_CURRENCY=CHF. That way, Unchained knows what currency to use as a fallback if it is unable to determine it from context","default_currency_info_title":"About base currency","default_language_info_description":"If you support multiple languages, please set the base language by adjusting the environment variable UNCHAINED_LANG, for ex. UNCHAINED_LANG=en. That way, Unchained knows what localization needs to be sent if the user agent\'s language is unknown","default_language_info_title":"About base language","default_system_locale":"Default Locale","delete":"Delete","delete_account":"Delete account","delete_account_confirmation":"This action might cause inconsistencies with other data that relates to it","delete_assortment":"Delete Assortment","delete_assortment_confirmation":"This action might cause inconsistencies with other data that relates to it and it is nonreversible. Are you sure you want to delete this assortment?","delete_assortment_filter_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this language?","delete_assortment_link":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this language?","delete_assortment_media":"Delete media","delete_assortment_media_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this currency?","delete_assortment_warning":"This action will permanently delete this assortment and all associated data. Are you sure you want to continue?","delete_bundle_item":"Delete item","delete_bundle_item_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this bundle item?","delete_country":"Delete country","delete_country_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this country?","delete_currency":"Delete currency","delete_currency_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this currency?","delete_delivery_provider":"Delete delivery provider","delete_delivery_provider_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this delivery provider?","delete_email":"Delete email","delete_email_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this email?","delete_filter":"Delete filter","delete_filter_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this filter?","delete_filter_option":"Delete option","delete_filter_option_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this filter option?","delete_language":"Delete language","delete_language_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this language?","delete_link":"Delete link","delete_order":"Delete order","delete_order_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this order?","delete_paymentProvider_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this Payment provider?","delete_payment_provider":"Delete payment provider","delete_payment_provider_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this payment provider?","delete_product":"Delete Product","delete_product_assignment":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this assignment?","delete_product_confirmation":"This action might cause inconsistencies with other data that relates to it and it is nonreversible. Are you sure you want to delete this product?","delete_product_media":"Delete media","delete_product_media_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this media?","delete_product_variation":"Delete variation","delete_product_variation_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this variation?","delete_product_warning":"This action will permanently delete this product and all associated data. Are you sure you want to continue?","delete_review":"Delete review","delete_review_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this review?","delete_user":"Delete User","delete_user_account":"Delete user","delete_user_account_confirmation":"This action might cause inconsistencies with other data that relates to it","delete_user_warning":"This action will permanently delete this user and all associated data. Are you sure you want to continue?","delete_variation_assignment":"Delete assignment","delete_variation_option":"Delete option","delete_variation_option_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this option?","delete_warehousing_provider":"Delete warehousing Provider","delete_warehousing_provider_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this warehousing provider?","delete_web3_address":"Delete address?","delete_web3_address_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this address?","delete_web_auth_credential":"Are you sure you want to unlink this device from your account?","delete_work":"Delete work","delete_work_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this work?","deleted":"Deleted","deleted_status":"Deleted","deleted_text":"Deleted","delivered":"Delivered","delivery":"Delivery","deliveryProviders_deleted":"DeliveryProviders deleted successfully","delivery_details":"Delivery details","delivery_processing":"Shipping & Delivery","delivery_processing_config_description":"Delivery methods are already configured","delivery_provider":"Delivery Provider","delivery_provider_deleted":"Delivery provider deleted successfully","delivery_provider_title":"Delivery provider {id}","delivery_providers":"Delivery providers","delivery_status":"Status","delivery_type":"Delivery type","description":"Description","dimensions":"Dimensions","discount":"Discount","discount_amount":"Discount Amount","discount_information":"Discounts","discounts":"Discounts","dismiss":"Dismiss","dispatch_routes":"dispatch routes","displayName":"Display Name","display_as_graph":"Display as Graph","display_name":"Display name","documentation":"Documentation","dont_have_account":"Don\'t have an account yet?","download":"Download","download_csv_template":"Download template","draft":"Draft","draft_product_description":"Product will not be discoverable and can not be orderose","duration":"Duration","earliest_delivery":"Earliest delivery","edit":"Edit","edit_tags":"Edit tags","editor":"Editor","email":"Email","email_added":"Email added successfully!","email_address":"Email Address","email_address_not_exist":"Provided email does not exist","email_addresses":"Email addresses","email_already_exists_error":"Email already exists","email_deleted":"email {id} deleted successfully","email_exists_error":"Email already exists","email_verification_error":"Verification Error","email_verification_failed":"Email verification failed","email_verified_default":"All","email_verified_false":"unverified","email_verified_label":"E-Mail verified","email_verified_successfully":"Email Verified","email_verified_true":"verified","end":"End","end_date":"End Date","engine_version":"Engine version","enrollment":"enrollment","enrollment_count_header":"{count} Enrollments","enrollment_detail":"Enrollment Detail","enrollment_detail_title":"Enrollment {id}","enrollment_error":"Failed sending email, please try again","enrollment_header":"1 Enrollment","enrollment_number":"Enrollment number","enrollment_page_title":"{count, plural, one {# Enrollment} other {# Enrollments}}","enrollment_success":"Email sent to the user successfully","enrollment_success_message":"Subscription activation email sent","enrollment_updated_successfully":"Enrollment saved successfully","enrollments":"Enrollments","enter_tag":"Enter tag...","error":"Error","error-loading-image-alt":"Error loading image","error-something-went-wrong":"Unable to complete the task successfully please try again","error_403":"403 Unauthorized","error_404":"404 Error","error_423":"423 Locked","error_500":"500 Error","error_commerce_quantity_null_required":"{label} should have one price with min quantity of 0 or empty","error_contract_address":"Invalid contract address","error_country_code":"Invalid country code","error_currency_code":"Invalid currency code","error_date_after":"{label} must be after {dateToCompare}.","error_date_before":"{label} must be before {dateToCompare}.","error_email":"{label} must be a valid email address","error_invalid_date":"{label} is not a valid date","error_language_code":"Invalid language code","error_loading_media":"Error loading media:","error_number_not_int":"Invalid value please provide integer value","error_phone_number_invalid":"Invalid phone number","error_required":"{label} is a required field","error_same_product_prices":"{label} can not be equal for a price with the same country and currency","error_server":"{details}","error_tag_required":"{label} you must provide at least one tag","error_text_area_required":"{label} is required","essential_setup":"Essential Setup","essential_setup_description":"Core settings required for your shop to function","event":"Events","event_count_header":"{count} Events","event_detail":"Event Detail","event_detail_title":"Event {id}","event_header":"1 Event","event_page_title":"{count, plural, one {# Event} other {# Events}}","events":"Events","expand_navigation":"Expand navigation","expired":"Expired","expires":"Expires","export":"Export","export_completed":"Data exported successfully","export_failed":"Export failed. Please try again.","export_options":"Export options","exported":"Exported","exporting":"Exporting...","exporting_message":"Generating your export files. This may take a moment...","extended-fields":"Extended","extensions":"Extensions","fail_reorder":"Reordering failed, Try again!","fail_upload":"Media upload failed","failed_tool_response":"Failed to parse tool result.","female":"Female","file":"File","filer_options":"Filter options","files":"Files","filter":"Filter","filter.options":"Options","filter.sortKey":"Sort","filter_activated":"Filter activated!","filter_by_creation_date":"Filter by creation date","filter_by_type":"Filter by type","filter_count_header":"{count} Filters","filter_created":"Filter created successfully!","filter_csv_invalid_type_set":"invalid filter type {type}","filter_deactivated":"Filter deactivated!","filter_deleted":"Filter deleted successfully","filter_detail":"Filter Detail","filter_detail_title":"Filter {id}","filter_header":"1 Filter","filter_import.id_missing":"Filter _id is required","filter_import.key_missing":"Filter key is required","filter_import.type_missing":"Filter type is required","filter_import_description":"Select your filters CSV and optional filter options CSV, then click Import.","filter_import_title":"Import Filters","filter_key":"Key","filter_key_already_exists":"Filter key already exists, please provide unique key","filter_option_added_success":"Filter option added successfully","filter_option_csv_filterId_missing":"Filter option filterId is required","filter_option_csv_value_missing":"Filter options value is required","filter_option_title":"Title","filter_option_value":"Value","filter_options":"Filter options","filter_options_csv_file":"Filter options CSV (Optional)","filter_page_title":"{count, plural, one {# Filter} other {# Filters}}","filter_text_form_description":"<ul> <li>You can change the language of filter using the dropdown found at top left corner</li> </ul>","filter_type":"Filter Type","filtered_results":"Filtered results","filters":"Filters","filters_csv_file":"Filters CSV","finished":"Finished","first_name":"First name","forget_password":"Forgot your password?","forgot_password_header_description":"Enter your email address below and we\'ll send you a link to reset your password!","from":"From","fulfilled":"Fulfilled","fulfillment":"Fulfillment","fulfillment_preview_empty_hint":"The engine could not simulate any dispatch for this product. Customers will not see delivery options for it. Verify that at least one delivery provider and one warehousing provider are configured, active and free of configuration errors.","fulfillment_simulation_error":"Fulfillment simulation failed","fullName":"FullName","full_name":"Full name","gender":"Gender","general_text":"Text","general_tool_definition":"\\"Help me with {toolName}\\"","go_back":"Go Back","go_back_home":"Go back home","go_to_login":"Go to Login","goodbye_simple":"Goodbye!","goodbye_user":"See you later, {name}!","gross_price":"Gross","guest":"Guest","height":"Height (Millimeter)","hide_available_tools":"Hide Available Tools","hide_payload":"Hide Payload","home":"Home","id":"ID","image-not-found":"Image not found","image_not_available":"Image not available","import":"Import","import_results":"Import Results","importing":"Importing...","in_active":"In-Active","in_cart":"In cart","in_valid":"InValid","inactive":"Inactive","include_drafts":"Include drafts","include_inactive":"Include inactive","include_leaf":"Include leafs","initial":"Initial","input":"Input","install":"Install","interface":"Interface","internal_server_error":"500 Internal Server Error","internal_server_error_message":"Sorry, something went wrong on our end. We are working to fix this.","invalid_credential_error":"Invalid credential, please try again","invalid_signature_length":"Invalid signature","invalid_url":"Invalid page url","invalidate-token":"Invalidate","invalidated":"Invalidated","invoice":"INVOICE","ip":"IP Address","iso_code":"ISO code","item_quantity":"Quantity:","items":"Items","items_created":"{count} items created","items_failed":"{count} {entityName} failed to import","items_imported":"{count} {entityName} imported successfully","items_purchased":"Items purchased","key":"Key","label":"Label","labels":"Labels","language":"Language","language_added":"Language added successfully!","language_config_description":"Configure languages for content localization","language_count_header":"{count} Languages","language_deleted":"Language deleted successfully","language_exists":"Language with the same ISO code already exists","language_header":"1 Language","language_page_title":"{count, plural, one {# Language} other {# Languages}}","language_updated":"Language updated successfully!","languages":"Languages","last_Name":"Last name","last_login":"Last log in","last_order_date":"Last order","last_updated":"Last Updated:","leaf":"Leaf","leaf_assortment_description":"Can be assigned as a child of another assortment","length_millimeter":"Length (Millimeter)","link_reorder":"Link reorder successfully","linked_assortment":"Linked assortment","links":"Links","list_product_tool_definition":"Show me all draft products","load-more-reviews":"Load reviews","load_more":"Load more","loading":"Loading ...","loading_media":"Loading media...","log_in":"Log in","log_out":"Log out","login_date_range":"Login Date Range","login_header":"Log in to your account","make-proposal-header":"Make quotation proposal","make_leaf":"Make leaf","make_root":"Make root","male":"Male","manage":"Manage","mark_as_delivered":"Mark as delivered","mark_as_delivered_message":"This will change the order delivery status to delivered","mark_as_delivered_question":"Mark as delivered ?","mark_as_paid":"Mark as Paid","mark_as_paid_question":"This will change the order payment status to Paid.","mark_as_paid_question_header":"Mark as paid?","media":"Media","media.id":"ID","media.size":"Size","media.type":"Type","media_add_tool_definition":"\\"Add media files\\"","media_management_tool_definition":"\\"Manage media files\\"","media_remover_tool_definition":"\\"Remove media files\\"","media_subtitle":"Subtitle:","media_title":"Title:","media_updated":"Media updated","message":"Message","message_status_processing":"Processing","message_status_sending":"Sending","message_status_sent":"Sent","message_status_skipped":"Skipped","message_status_undeliverable":"Undeliverable","messages":"Messages","method":"Method","min_quantity":"Min Quantity","mobile_phone":"Mobile phone","name":"Name","net_price":"Net Price","new_assortment_header":"New Assortment","new_country_header":"New country","new_currency_header":"New currency","new_delivery_provider":"New delivery provider","new_filter_header":"New filter","new_language_header":"New language","new_password":"New password","new_payment_provider_header":"New payment provider","new_product_header":"New product","new_user_header":"New user","new_warehousing_provider_header":"New warehousing provider","next":"Next","no_active_exports_found":"No active files found or all links have expired.","no_active_types":"No active worker types found","no_assortments_found":"No assortments found matching your criteria","no_customers":"No top customers found.","no_data_message":"<p>No <span> {message} available</span> </p>","no_event_found":"No event found","no_internet_access":"You aren\'t connected to a working internet connection.","no_payload":"Payload","no_price":"N/A","no_result_found":"No result found","no_retries":"No retries","no_statistics_available":"No statistics available","no_tag":"No Tag","no_users_found":"No users found","no_variations_configured":"No variations configured yet. Please add variations and their options in the Variations tab first.","no_works_found":"No works found","non_taxable":"Non-Taxable","not-applicable":"N/A","not_access_message":"Sorry, the page you are trying to access has restricted access.","not_found_message":"Sorry, we couldn\'t find the page you\'re looking for.","not_published":"Not published","offline_help_message":"Please check your connection and try again.","offline_mode":"You\'re Offline","ok":"Ok","open":"OPEN","open_sidebar":"Open sidebar","operation_failed":"Operation failed!!","operation_success":"Operation succeeded!","option":"Option","options":"Options","or_drag_and_drop":"or drag and drop","or_manually_enter_address":"Or enter address manually","order":"Order","order__marked_delivered":"Order marked as delivered successfully","order_confirmed_success":"Order confirmed successfully","order_count_header":"{count} Orders","order_date":"Order date","order_deleted":"Order deleted successfully","order_header":"1 Order","order_id":"Order","order_number":"Order #","order_page_title":"{count, plural, one {# Order} other {# Orders}}","order_paid":"Order paid successfully","order_payment_fees":"Fees","order_placed":"Order placed","order_reject_success":"Order rejected successfully","order_status":"Order status","order_total":"Order total","ordered":"Ordered","orders":"Orders","original_work_id":"Original Work Id","overall_progress":"Overall Progress","page_not_found":"Page Not Found","paginated-data":"<p> Showing <span>{from}</span> to <span>{to}</span> of <span>{total}</span> results </p>","paid":"Paid","password":"Password","password_change_failed":"Password change failed, try again later","password_changed_success":"Password changed successfully.","password_identical":"Provided new password identical to previous password","password_insecure":"Password is invalid, maybe too insecure","password_mismatch":"Password fields don\'t match","password_success":"Password changed successfully.","pay":"Mark paid","payload":"Payload","payment":"Payment","payment_credentials":"Payment Credentials","payment_detail_title":"Payment provider {id}","payment_processing":"Payment Processing","payment_processing_config_description":"Invoice payment provider is already configured","payment_provider":"Payment provider","payment_provider_deleted":"Payment provider deleted successfully","payment_providers":"Payment providers","pending":"PENDING","periods":"Periods","photo":"Photo","pickup_location":"Pickup Location","pickup_locations":"Pick-up Locations","plan_product_definition":"<h3>Plan</h3> <p>Plan product is use when you have a product that is offered per subscription base. Since for this type of product the payment is usually recurring, you can adjust the interval of payment calculation. </p>","postal_code":"Postal/ZIP code","preferred":"Preferred","preview":"preview","previous":"Previous","price":"Price","price_range":"Price Range","prices":"Prices","priority":"Priority","process-quotation-submit":"Mark as processed","product":"Product","product-image":"Product image","product-scaffolded-success":"Product scaffolded successfully","product_added":"Product added successfully!","product_assignments_explanation_text":"Product assignments allow you to link specific products to each unique combination of variation options. For example, if you have a t-shirt with \'Size\' and \'Color\' variations, you can assign different product SKUs to each combination like \'Large + Red\' or \'Small + Blue\'. This is useful for managing inventory, pricing, and product details for each specific variant.","product_assignments_explanation_title":"About Product Assignments","product_bundle_import_item_id_required":"Required field bundleItemProductId missing","product_bundle_import_product_id_required":"Required field variation productId missing","product_bundle_item_csv_file":"Product bundle items CSV (Optional)","product_commerce_info":"One price should have a min quantity of 0 (or empty) and no two prices should share the same min quantity, currency and country","product_creation_failed":"Product creation failed","product_csv_file":"Products CSV","product_delete_blocked_action":"Please unlink it before trying to delete it.","product_delete_blocked_header":"Remove links before deleting","product_delete_blocked_intro":"This product is linked to the following product types:","product_deleted":"Product deleted successfully","product_deleted_notice":"This product has been deleted and is no longer active. Some actions may be restricted.","product_deleted_success":"Deleted successfully","product_drafted":"Drafted successfully","product_id":"ID","product_import.validation.invalid_type":"Invalid product type: {type}","product_import_description":"Select your products CSV and optional CSV files, then click Import.","product_import_sequence_required":"Required field sequence missing","product_import_status_invalid":"Invalid status value given ({status})","product_load_error":"Failed to load product","product_media":"Product Media","product_media_deleted":"Media deleted successfully","product_media_upload":"Media uploaded successfully","product_no_price":"No price","product_page_title":"{count, plural, one {# Product} other {# Products}}","product_price_csv_file":"Product prices CSV (Optional)","product_price_import_amount_required":"Required field amount missing","product_price_import_countryCode_required":"Required field countryCode missing","product_price_import_currencyCode_required":"Required field currencyCode missing","product_price_import_product_id_required":"Required field productId missing","product_publish_error":"Failed to publish product","product_published":"Published successfully","product_quantity":"Quantity","product_revenue":"Revenue","product_review_added":"Review added successfully!","product_review_updated":"Review updated successfully!","product_sold":"Sold","product_subscription_form_description":"<ul><li> Information that will be used to calculate price of a subscription based product </li> <li>The price specified in commerce section will be used when calculating fees on each interval. </li> <li>Price will not be included for the specified trial period </li> </ul>","product_text_form_description":"<ul> <li><strong>Slug:</strong> The unique part of your product URL (e.g., \'my-awesome-product\'). Keep it short and descriptive.</li> <li><strong>Localization:</strong> Switch languages using the dropdown at the top left to translate content for different markets.</li> <li><strong>Description:</strong> Supports Markdown and HTML formatting. Use double backslash (\\\\\\\\\\\\\\\\) for line breaks.</li> <li><strong>Labels:</strong> Eye-catching badges that appear on your product (e.g., \'New Arrival\', \'50% Off\', \'Limited Edition\'). Perfect for promotions and highlighting special features. Each language can have unique labels.</li> <li><strong>Key Difference:</strong> Labels are customer-facing promotional badges, while Tags are internal keywords for organization and filtering.</li> </ul>","product_title":"Product","product_type":"Product type","product_unpublish_error":"Failed to unpublish product","product_untitled":"Untitled product","product_variation_added":"Product variation added successfully","product_variation_deleted":"Variation deleted successfully","product_variation_import_invalid_type_required":"Invalid variation type given ({type})","product_variation_import_product_id_required":"Required field variation productId missing","product_variation_import_type_required":"Required field variation type missing","product_variation_import_variation_id_required":"Required field variationId missing","product_variation_key_help":"Unique identifier used internally (e.g., \\"color\\", \\"size\\"). Use lowercase without spaces.","product_variation_option_deleted":"Variation option deleted successfully","product_variation_option_import_value_required":"Required field variation option value missing","product_variation_option_import_variation_id_required":"Required field variation id missing","product_variation_options_csv_file":"Product variation options CSV (Optional)","product_variation_title_help":"The display name customers will see (e.g., \\"Color\\", \\"Size\\", \\"Material\\")","product_variations_csv_file":"Product variations CSV (Optional)","product_variations_explanation":"Variations allow customers to choose different options for your product (like color, size, material). Each variation can have multiple options that customers can select from.","product_variations_explanation_title":"About Product Variations","products":"Products","products_config_description":"Create your first products","products_count":"Products","products_count_header":"{count} Products","products_found":"{count} products found","products_header":"1 Product","products_import_title":"Import Products","products_not_found":"No {status} products found in these results","profile":"Profile","profile_notice":"This information will be displayed publicly so be careful what you share.","profile_updated":"Profile updated successfully!","provider_configuration_items":"Config items","provider_created_success":"Provider created successfully!","publish_product_description":"Product will be searchable and is available for orders","published":"Published","quantity":"Quantity","quotation":"quotation","quotation-context-input-label":"Quotation context","quotation-quoted-successfully":"Quoted successfully","quotation-rejection-successfully":"Quotation rejected successfully","quotation-verified-successfully":"Quotation verified successfully","quotation_count_header":"{count} Quotations","quotation_detail":"Quotation Detail","quotation_detail_title":"Quotation {id}","quotation_header":"1 Quotation","quotation_number":"Quotation number","quotation_page_title":"{count, plural, one {# Quotation} other {# Quotations}}","quotation_updated":"Quotation updated successfuly","quotations":"Quotations","ready_to_import":"Ready to import {products} products{prices}{bundleItems}{variations}{variationOptions}.","ready_to_import_assortments":"Ready to import {assortments} assortments{products}{children}{filters}.","ready_to_import_filters":"Ready to import {filters} filters{options}.","recent_exports":"Recent exports","recent_exports_page_title":"{count, plural, one {# Export} other {# Exports}}","recent_reviews":"Recent reviews","region":"Region","region_Code":"Region","register-with-web3":"Register","registered":"Registered","reject-quotation-quotation":"Reject quotation?","reject-quotation-submit":"Reject","reject_order":"Reject order","reject_order_alert_button":"Reject","reject_order_alert_header":"Reject order?","rejected":"REJECTED","reorder_original":"Reorder to original location","report-submit":"Submit","request_new_reset_link":"Request New Reset Link","request_new_verification":"Request New Verification","requested":"Requested","requested_by":"Requested by","required-role-not-satisfied":"Current account does not have access, please log in with an account that has the required role.","required_steps_note":"Required for basic shop functionality","reset_link_sent":"Password reset link sent to {email}","reset_password":"Reset Password","reset_password_header_description":"Enter your new password and make sure you don\'t forget it this time.","reset_token_error":"Reset Token Error","reset_token_expired":"Token link invalid or has expired","reset_token_invalid_warning":"The reset token is either invalid or expired.","resolved_country":"Resolved country","resolved_language":"Resolved language","rest_password":"Reset password","result":"Result","retries":"Retries","retry":"Retry Connection","retry-work":"Retry","retry_prompt":"Retry","retry_remaining":"retry","retry_submit":"Retry","retry_work":"Retry Work","review":"Review","review_data":"Review data","review_deleted":"Review deleted successfully","review_placeholder":"Share your thoughts about this product...","review_summary":"<div> Based on <cta> {total} </cta> reviews</div>","reviews":"Reviews","role_updated":"Role updated successfully!","roles":"Roles","root":"Root","root_assortment":"Root","root_assortment_description":"Can not be assigned as a child of another assortment","root_assortments_count":"{count} root assortments found","root_description":"This makes the assortment a top level category","root_node":"Root node","save":"Save","saved":"Saved","say_hi_get_to_know_me":"Say Hi and Get To Know Me","scaffold_and_add":"Scaffold & Add","scaffold_bundle_item_title":"Scaffold New Bundle Item","scaffold_product":"Scaffold","scheduled":"Scheduled","search":"Search","search_product":"Search product","select_language":"Select Language","select_options_toggle":"Change {type} status","select_role":"Select role","select_tab":"Select a tab","select_type":"Select type","send__enrollment_email_button":"Send enrollment Email","send_activation_email_confirm":"Are you sure you want to send email?","send_activation_email_header":"Send Email.","send_button":"Send","send_email_button":"Send Email","send_reset_link":"Send reset link","send_verification_mail":"Send verification mail","sequence":"Display Order","set_password":"Set password","setup_complete":"Complete","setup_now":"Setup Now","shipping":"Shipping","shipping_method":"SHIPPING","ships":"Ships","shop_info":"Shop Info","shop_setup_complete":"Shop Setup Complete!","shop_setup_complete_description":"Congratulations! Your shop is fully configured and ready to accept orders.","shop_setup_description":"Follow these steps to configure your shop and start selling.","shortcuts":"Shortcuts","show_all_exports":"Show all exports","show_available_tools":"Show Available Tools","show_carts":"Show carts","show_error_details":"Show error details","show_full_response":"Show full response","show_guests":"Show Guests","show_inactive":"Show Inactive","show_less":"Show less","show_payload":"Show Payload","sign_address_header":"Sign address","sign_up":"Sign up","sign_up_header":"Create new account","signature_hash":"Signature hash","signature_not_match_error":"Signature does not match","simple_product_definition":"<h3>Simple</h3> <p>Simple product is the most commonly used type of product type. It accepts configuration values for price, dimension and warehousing. Most e-commerce product needs are satisfied by this type </p>","simulate_as_of":"Simulate as of","sku":"SKU","slug":"Slug","star_reviews":"Star reviews","start":"Start","start_date":"Start date","started":"Started","status":"Status","stock":"Stock","stock_without_dispatch_route":"Stock without a dispatch route","stock_without_dispatch_route_hint":"Inventory is reported for these provider combinations, but the engine could not calculate a dispatch for them.","submit":"Submit","subscription":"Subscription","subscription_message":"Subscription","subscription_product_type_not_valid":"Status of the product does not allow this operation","subscriptions":"Subscriptions","subtitle":"Subtitle","subtotal":"Subtotal","success_message":"Subscription successfully activated.","supply":"Supply","system":"System settings","system_information":"System Information","table_actions_menu":"Actions menu","tags":"Tags","tags_updated":"Tags updated successfully","tax":"Tax","taxable":"Taxable","terminate_enrollment":"Terminate Enrollment","terminate_enrollment_confirmation":"Are you sure you want to terminate this subscription?","terminate_enrollment_error":"Failed when sending subscription activation email, please try again","terminate_enrollment_success":"Subscription terminated successfully","terminate_subscription":"Terminate subscription","text":"Text","texts":"Texts","thank_you_for_verifying":"Thank you for verifying your email address.","tiered_pricing":"Tiered Pricing","time":"Time","title":"Title","title_not_found":"Title not found","to":"To","token":"Token","token-id":"Token Serial Number {tokenSerialNumber}","token-id-label":"Token Serial Number","token-supply":"Supply","token_count_header":"{count} Tokens","token_header":"1 Token","token_invalid_expired":"Token Invalid/Expired","token_invalidation_date":"Invalidated","token_page_title":"{count, plural, one {# Token} other {# Tokens}}","token_updated":"Token update successfully!","tokenized_product_text_form_description":"<b>Contract standards </b> <ol> <dt><b> ERC721 </b></dt> <dd> Buying multiple Products leads to multiple Tokens (make sure to set the tokenId to 0 to make it auto generate new id\'s) </dd> <dt> <b> ERC1155 </b></dt> <dd> Buying multiple Products leads to a new token with balance 3 of token with tokenId assigned </dd> <dt> <b> Contract address </b></dt> <dd> Address of a token on a given network </dd> </ol>","tokens":"Tokens","tool_fetch_failed_error":"Failed to fetch available tools","tool_response":"Tool Response","top_selling_no_products":"No top selling products found.","total":"Total","total_orders":"Total orders","total_records":"{total} records found","total_sales":"Total sales","total_spent":"Spent","trial":"Trial","trial_interval_unit":"Trial interval unit","trial_unit":"Trial Unit","try_again":"Try Again","type":"Type","type_colon":"Type:","unauthorized_page":"Access Forbidden","unchained_logo":"Unchained Logo","unit":"Unit","units_available":"{quantity} units available","unknown_delivery_provider":"Unknown delivery provider","untitled_assortment":"Untitled Assortment","unverified":"Unverified","update":"Update","update_configuration":"Update configuration","update_country":"Update Country","update_currency":"Update Currency","update_delivery_configuration":"Update delivery provider","update_filter":"Update filter","update_language":"Update Language","update_payment_provider_header":"Update payment provider","update_profile":"Update profile / address","update_review":"Update Review","update_role":"Update role","update_token":"Update token","update_warehousing_provider_header":"Update warehousing provider","updated":"Updated","upload":"Upload","upload_file":"Upload a file","usage_calculation_type":"Usage calculation type","use-another-account":"Use Another Account","use_another_verification_token":"Please resend another verification email and try again.","use_authenticator":"Use authenticator","use_latest_reset_link":"Please use the latest reset link sent to your email or request a new one.","use_latest_verification_link":"Please use the latest verification link sent to your email.","user":"User","user-activities":"Activity","user_avatar":"User avatar","user_count_header":"{count} Users","user_deleted":"User deleted successfully","user_detail_title":"User {id}","user_header":"1 User","user_page_title":"{count, plural, one {# User} other {# Users}}","user_password_not_set":"User password not set","user_profile_created":"User profile created successfully!","username":"Username","username_exists_error":"Username is taken please provide another","username_or_email":"Username/Email","username_or_email_taken":"Username taken, Please provided different username","username_updated":"Username updated successfully!","users":"Users","users_setting_list_header":"User settings","valid":"Valid","value":"Value","variation.id":"ID","variation.untitled":"Untitled Variation","variation_id":"Variation ID","variation_option":"Variation option","variation_option_added":"Variation option added successfully!","variation_option_title_help":"Display name customers see (e.g., \\"Red\\", \\"Large\\", \\"Cotton\\")","variation_option_updated":"Variation option updated successfully!","variation_option_value_help":"Internal identifier (e.g., \\"red\\", \\"large\\", \\"cotton\\")","variation_options":"Variation options","variation_options_explanation":"Add individual choices for this variation (e.g., \\"Red\\", \\"Blue\\", \\"Green\\" for a Color variation)","variations":"Variations","vat_suspect":"Vat Suspect","vendor":"Vendor","verification_failed":"verification failed","verification_failed_status":"Verification Failed","verification_sent_error":"Error occurred while sending verification email, please try again","verification_sent_success":"Verification email sent successfully","verification_successful":"Verification Successful","verification_token_expired":"Verification token expired","verification_web3_address":"Verify","verified":"Verified","verify-quotation-quotation":"Verify quotation?","verify-quotation-submit":"Verify","verify_email_token_invalid_error":"The email verification token is either invalid or expired.","version":"Version","view":"View","wallet-address":"Wallet {walletAddress}","warehouse":"Warehouse","warehouse_detail_title":"Warehouse {id}","warehousing":"Warehousing","warehousing_provider":"Warehousing provider","warehousing_provider_deleted":"Warehousing provider deleted successfully","warning":"Warning!","web3_address":"Web3 Address","web3_address_added":"Address added successfully!","web3_address_deleted":"Address deleted successfully","web3_address_signature_instruction":"<p>Copy the following nonce <b> ({nonce})</b> and past the signature on the space provided below </p>","web3_address_verify_link":"<p> Go to <a> etherscan </a> to verify address </p>","web3_addresses":"Web3 addresses","web3_verified_success":"Address verified successfully!","web_auth_credential_removed":"Credential removed successfully","web_auth_icon":"Auth icon","web_auth_username_required":"A username is required to use WebAuthn","web_authentication":"Web Authentication","weight":"Weight","weight_gram":"Weight (Gram)","welcome_user":"Welcome back, {name}!","width":"Width (Millimeter)","with_children":"With Children","work_added_success":"Work added successfully!","work_allocated_success":"Allocate work successfully!","work_created":"Created","work_deleted":"Work deleted successfully","work_detail":"Work Detail","work_detail_title":"Work {id}","work_finished":"Finished","work_management_setting_list_header":"Work Management Settings","work_original":"Original Work","work_priority":"Priority","work_queue":"Work queue","work_queue_header":"Work queue","work_queue_problem_detected":"Problems detected in the Work Queue","work_retries":"Retries","work_scheduled":"Scheduled","work_started":"Started","work_status":"Work Status","work_type":"Work type","work_type_header":"Type","worker":"Worker","worker.dateRange":"Date Range","worker.deleteCount":"Deleted","worker.errorCount":"Error","worker.newCount":"New","worker.noStatistics":"No statistics available","worker.startCount":"Start","worker.successCount":"Success","worker_dynamic":"{worker}","workers":"Workers","write_review":"Write a Review"}')},29115,(e,t,r)=>{t.exports=JSON.parse('{"EW1jgi":"Standard-Eingabename","access_restricted":"Zugriff beschränkt","account":"Konto","account_deleted":"Konto erfolgreich gelöscht","account_notice":"Diese Informationen werden öffentlich angezeigt, seien Sie also vorsichtig, was Sie weitergeben.","account_status":"Kontostatus","actions_column_header":"Aktionen","activate":"Aktivieren","activate_assortment_description":"Wird bei der Suche sichtbar sein","activate_button":"Aktivieren","activate_header_conformation":"Sind Sie sicher, dass Sie dieses Abonnement abschliessen möchten?","activate_header_title":"Aktivieren Sie das Abonnement.","activated":"Aktiviert","active":"Aktiv","activities":"Aktivitäten","adapter":"Adapter","add":"Hinzufügen","add_assortment":"Sortiment hinzufügen","add_country":"Land hinzufügen","add_currency":"Währung hinzufügen","add_delivery_provider":"Lieferdienst hinzufügen","add_email":"E-Mail hinzufügen","add_filter":"Filter hinzufügen","add_filter_option":"Option hinzufügen","add_language":"Sprache hinzufügen","add_option":"Option hinzufügen","add_payment_provider":"Zahlungsanbieter hinzufügen","add_price_row":"Preiszeile hinzufügen","add_product":"Produkt hinzufügen","add_product_media_tool_definition":"Medien zum Produkt hinzufügen","add_review":"Bewertung hinzufügen","add_tag":"Tag hinzufügen","add_user":"Benutzer hinzufügen","add_variation":"Variation hinzufügen","add_variation_option":"Option hinzufügen","add_warehousing_provider":"Lageranbieter hinzufügen","add_web3_address":"Web3-Adresse hinzufügen","add_web_auth":"Web-Authentifizierung hinzufügen","add_work":"Arbeit hinzufügen","address":"Adresse","address2":"Adresse 2","address_line_1":"Adresse Zeile 1 (Strasse & Hausnummer)","address_line_2":"Adresse Zeile 2","address_notice":"Diese Informationen werden öffentlich angezeigt, seien Sie also vorsichtig, was Sie weitergeben.","all":"Alle","allocate_work":"Arbeit zuweisen","already_got_a_user":"Haben Sie bereits einen Benutzer?","apply":"Anwenden","are_you_sure":"Sind Sie sicher?","assign_product_needs_variations":"Bitte konfigurieren Sie alle Variationsoptionen, bevor Sie ein Produkt zuweisen.","assigned_product_column_header":"Zugewiesenes Produkt","assigned_products":"Zugewiesene Produkte","assignment_matrix_help":"Jede Zeile repräsentiert eine einzigartige Kombination Ihrer Produktvariationen. Weisen Sie ein spezifisches Produkt zu jeder Kombination zu, um einen vollständigen Produktkatalog zu erstellen.","assignments":"Zuweiseungen","assortment":"Sortiment","assortment_activated":"Sortiment erfolgreich aktiviert","assortment_added":"Sortiment erfolgreich hinzugefügt","assortment_base":"Hauptkategorie","assortment_changed_to_leaf":"Sortiment geändert","assortment_changed_to_root":"Sortiment auf Stamm umgestellt","assortment_config_description":"Produkte in Kategorien organisieren","assortment_deactivated":"Sortiment erfolgreich deaktiviert","assortment_deleted_success":"Sortiment erfolgreich gelöscht","assortment_filter_deleted":"Sortimentsfilter erfolgreich gelöscht","assortment_filter_form_description":"<ul> <li><strong>Suchfilter:</strong> Fügen Sie Filter hinzu, die Kunden helfen, Produkte in dieser Kategorie einzugrenzen.</li> <li><strong>Filter-Priorität:</strong> Die wichtigsten Filter sollten zuerst hinzugefügt werden - Kunden sehen diese oben in der Filterliste.</li> <li><strong>Kundenerfahrung:</strong> Gut gewählte Filter erleichtern es Kunden, genau das zu finden, wonach sie in Ihrer Kategorie suchen.</li> </ul>","assortment_filter_list_description":"<ul> <li><strong>Aktive Filter:</strong> Zeigt alle Filter an, die derzeit auf diese Kategorie angewendet werden - Kunden verwenden diese, um Suchergebnisse einzugrenzen.</li> <li><strong>Filter neu ordnen:</strong> Ziehen Sie per Drag & Drop, um die Reihenfolge zu ändern - die wichtigsten Filter sollten zuerst in der Kundenoberfläche erscheinen.</li> <li><strong>Filter-Performance:</strong> Überlegen Sie, welche Filter Kunden am häufigsten verwenden und positionieren Sie diese prominent.</li> </ul>","assortment_filters_form_header":"Filter","assortment_filters_header":"Sortimentsfilter","assortment_link":"Link erfolgreich gelöscht","assortment_link_form_description":"<ul> <li><strong>Kategorie-Hierarchie:</strong> Erstellen Sie Unterkategorien durch Hinzufügen von Unter-Sortimenten (z.B. \'Elektronik\' → \'Smartphones\', \'Laptops\').</li> <li><strong>Navigationsstruktur:</strong> Bauen Sie einen logischen Kategorienbaum auf, der der Denkweise Ihrer Kunden über Ihre Produkte entspricht.</li> <li><strong>Anzeigereihenfolge:</strong> Überlegen Sie die Reihenfolge, in der Unterkategorien in Navigationsmenüs erscheinen sollen.</li> <li><strong>Best Practice:</strong> Halten Sie Ihre Kategoriehierarchie 2-3 Ebenen tief für optimale Benutzererfahrung.</li> </ul>","assortment_link_form_header":"Kinder-Sortimente","assortment_link_list_description":"<ul> <li><strong>Kategorie-Beziehungen:</strong> Zeigt die vollständige Hierarchie mit übergeordneten Kategorien oberhalb und untergeordneten Kategorien unterhalb dieses Sortiments.</li> <li><strong>Struktur reorganisieren:</strong> Ziehen Sie per Drag & Drop, um zu ändern, wie Unterkategorien in Navigationsmenüs erscheinen.</li> <li><strong>Eltern:</strong> Kategorien, zu denen dieses Sortiment gehört - hilft Kunden, im Kategorienbaum nach oben zu navigieren.</li> <li><strong>Nachkommen:</strong> Alle Unterkategorien und deren Kinder - zeigt den vollständigen Umfang dieses Kategorienzweigs.</li> </ul>","assortment_links_header":"Sortiment Links","assortment_made_base":"Sortiment als Hauptkategorie festgelegt","assortment_management_tool_definition":"Produktkategorien verwalten","assortment_media":"Sortiment Medien","assortment_media_deleted":"Medien erfolgreich gelöscht","assortment_media_upload":"Medien erfolgreich hochgeladen","assortment_product_form_description":"<ul> <li><strong>Kategorie-Produkte:</strong> Fügen Sie Produkte hinzu, die logisch in diese Kategorie gehören.</li> <li><strong>Produktauswahl:</strong> Erwägen Sie, Bestseller oder neue Artikel zu platzieren, die Kunden ansprechen, die diese Kategorie durchsuchen.</li> <li><strong>Strategische Platzierung:</strong> Produkte können zu mehreren Kategorien gehören, denken Sie also darüber nach, wo jedes Produkt für Kunden am sinnvollsten ist.</li> <li><strong>Merchandising-Tipp:</strong> Wählen Sie Produkte aus, die Kunden zu Ihren profitabelsten oder beliebtesten Artikeln führen.</li> </ul>","assortment_product_form_header":"Produkte","assortment_product_list_description":"<ul> <li><strong>Kategorie-Inhalte:</strong> Alle Produkte, die derzeit dieser Kategorie zugewiesen sind - das ist, was Kunden beim Durchsuchen sehen werden.</li> <li><strong>Produkt-Merchandising:</strong> Ziehen Sie per Drag & Drop, um die Anzeigereihenfolge zu optimieren - platzieren Sie Bestseller, neue Artikel oder hochrentable Artikel zuerst.</li> <li><strong>Kategorieübergreifende Produkte:</strong> Produkte können in mehreren Kategorien erscheinen und helfen Kunden, sie über verschiedene Browsing-Pfade zu entdecken.</li> </ul>","assortment_products_header":"Sortiment Produkt","assortment_search_results":"Suchergebnisse für Sortimente","assortment_text_form_description":"<ul> <li><strong>Slug:</strong> Der eindeutige Teil Ihrer Kategorie-URL (z.B. \'elektronik\' oder \'sommer-kollektion\'). Halten Sie ihn kurz und beschreibend.</li> <li><strong>Lokalisierung:</strong> Wechseln Sie die Sprache über das Sprach-Toggle unten links, um Inhalte für verschiedene Märkte zu übersetzen.</li> <li><strong>Beschreibung:</strong> Unterstützt Markdown- und HTML-Formatierung. Verwenden Sie doppelte Backslashes (\\\\\\\\\\\\\\\\) für Zeilenumbrüche.</li> <li><strong>Kategorie-Organisation:</strong> Verwenden Sie klare, beschreibende Titel, die Kunden beim Navigieren in Ihrem Produktkatalog helfen. Denken Sie daran, wie Kunden nach dieser Kategorie suchen würden.</li> <li><strong>SEO-Tipp:</strong> Gut geschriebene Kategoriebeschreibungen helfen Suchmaschinen, Ihre Produktorganisation zu verstehen und die Auffindbarkeit zu verbessern.</li> </ul>","assortments":"Sortimente","assortments_count_header":"{count} Sortimente","assortments_header":"1 Sortiment","assortments_page_title":"{count, plural, one {# Sortiment} other {# Sortimente}}","avatar":"Avatar","average_order_value":"Durchschnittlicher Bestellwert","back_to_home":"Zurück zur Startseite","base":"Hauptkategorie","baseUnit":"Basiseinheit","base_country":"Basis Land","base_language":"Basis Sprache","billing_address":"Rechnungsadresse","billing_interval_unit":"Einheit des Abrechnungsintervalls","billing_unit":"Fakturierungseinheit","birthday":"Geburtstag","brand":"Marke","browser":"Browser","bundle":"Gebündeltes Produkt","bundle_item_added":"Gebündeltes Produkt erfolgreich hinzugefügt","bundle_item_deleted":"Gebündeltes Produkt erfolgreich gelöscht","bundle_product_definition":"<h3>Bündel</h3> <p>Wie der Name schon sagt, ermöglicht Ihnen dieser Produkttyp, eine Sammlung/ein Bündel von Produkten als eines zu erstellen und den Preis entsprechend festzulegen. Dieser Produkttyp ist nützlich, wenn Sie beispielsweise ein Weihnachtspaket haben.</p>","bundled_items":"Gebündelte Artikel","cancel":"Abbrechen","cart":"Warenkorb","cart_created":"Warenkorb erstellt","categories_count":"Kategorien","chain-id":"Chain-ID","chain-token-id":"Chain-Token-ID","change":"Ändern","change_language":"Sprache ändern","change_password":"Passwort ändern","chat_disabled_message":"Copilot-Chat ist derzeit in diesem Shop deaktiviert. Bitte überprüfen Sie Ihre Engine-Konfiguration","chat_disabled_title":"Chat ist deaktiviert","chat_error_retry_message":"Ein Fehler ist beim Verarbeiten Ihrer Anfrage aufgetreten. Bitte laden Sie die Unterhaltung neu und senden Sie etwas Kürzeres.","check_work_queue_details":"Arbeitswarteschlange auf Details prüfen","child_assortment":"Sub-Sortiment","children":"Unterelemente","children_count":"{count} Kinder","city":"Stadt","clear_history":"Verlauf löschen","close":"Schliessen","close_sidebar":"Seitenleiste schliessen","code":"PLZ","collapse_navigation":"Navigation einklappen","commerce":"Commerce","commerce_setup":"Commerce-Einrichtung","commerce_setup_description":"Zahlungs- und Lieferkonfiguration für Transaktionen","company":"Unternehmen","complete_shop_setup":"Shop-Einrichtung vervollständigen","component_loading_error":"Fehler beim Laden der Komponente. Bitte Seite neu laden.","configurable_product_definition":"<h3>Konfigurierbar</h3> <p>Das konfigurierbare Produkt wird verwendet, um Variationen eines Produkts zu organisieren. Ein Produkt kann Variationen in Farbe, Grösse oder anderen besonderen Eigenschaften haben. In diesem Fall können Sie einen konfigurierbaren Produkttyp verwenden, um alle Variationen unter einer Kategorie zu organisieren und ihre Unterschiede zu verdeutlichen.</p>","configuration":"Konfiguration","configuration_invalid":"Ungültige Konfiguration","configuration_status":"Konfigurationsstatus","configuration_valid":"Gültige Konfiguration","configuration_valid_description":"Alle Konfigurationsparameter sind korrekt gesetzt und validiert.","confirm_order":"Bestellung bestätigen","confirm_order_alert_button":"Bestätigen","confirm_order_alert_header":"Bestellung bestätigen?","confirm_order_alert_message":"Bestellung bestätigen?","confirm_password":"Passwort bestätigen","confirmed":"Bestätigt","connection_status":"Verbindungsstatus","connection_to_server_error":"Verbindungsfehler zum Server","contact":"Kontakt","contact_admin_help":"Wenden Sie sich für weitere Informationen an den Systemadministrator","content_setup":"Inhalts-Einrichtung","content_setup_description":"Produkte und Kategorien, um mit dem Verkauf zu beginnen","continue":"Fortfahren","continue_to_app":"Zur App fortfahren","continue_with_sso":"Mit SSO anmelden","contract-address-label":"Vertragsadresse","contract-standard":"Vertragsstandard","contract_address":"Vertragsadresse","copied":"Kopiert","copilot":"Copilot","copilot-into-message":"Hallo! Bitte stellen Sie sich vor und erklären Sie, wobei Sie mir bei der Verwaltung meines Unchained Commerce-Shops helfen können. Seien Sie freundlich und informativ über Ihre aktuellen Fähigkeiten.","copilot_welcome_description":"Ihr KI-Assistent ist bereit, Ihnen bei der Verwaltung Ihres Unchained Commerce-Shops zu helfen.","copilot_welcome_title":"Willkommen bei Unchained Copilot","copy_to_clipboard":"In Zwischenablage kopieren","countries":"Länder","countries_config_description":"Länder konfigurieren und Standardwährungen zuweisen","countries_page_title":"{count, plural, one {# Land} other {# Länder}}","country":"Land","country_added":"Land erfolgreich hinzugefügt!","country_code":"Ländercode","country_count_header":"{count} Länder","country_currency":"Währung","country_deleted":"Land erfolgreich gelöscht","country_exists":"Land mit demselben ISO-Code existiert bereits","country_header":"1 Land","country_updated":"Land erfolgreich aktualisiert!","create_admin_account":"Administrator erstellen","create_filter":"Filter erstellen","create_new_account":"Neues Konto erstellen?","create_product_tool_definition":"Neues Produkt erstellen","create_provider":"Anbieter erstellen","created":"Erstellt","created_colon":"Erstellt:","currencies":"Währungen","currencies_page_title":"{count, plural, one {# Währung} other {# Währungen}}","currency":"Währung","currency_added":"Währung erfolgreich hinzugefügt!","currency_config_description":"Währungen für Preise und Zahlungen einrichten","currency_contract_address_description":"Die Vertragsadresse ist optional und stellt die Adresse des 40 Zeichen langen bereitgestellten Token-Vertrags im Ethereum-Netzwerk dar.","currency_count_header":"{count} Währungen","currency_deleted":"Währung erfolgreich gelöscht","currency_exists":"Währung mit demselben ISO-Code existiert bereits","currency_header":"1 Währung","currency_updated":"Währung erfolgreich aktualisiert!","current_password":"Aktuelles Passwort","customer_reviews":"Kundenbewertungen","customers_count":"Kunden","dashboard":"Dashboard","data":"Daten","date":"Datum","deactivate":"Deaktivieren","deactivate_assortment_description":"Wird in der Suche nicht sichtbar sein","deactivated":"Deaktiviert","decimals":"Dezimalstellen","default_currency":"Standardwährung","default_system_locale":"Standard-Gebietsschema","delete":"Löschen","delete_account":"Konto löschen","delete_account_confirmation":"Diese Aktion kann zu Inkonsistenzen mit anderen damit verbundenen Daten führen","delete_assortment":"Sortiment löschen","delete_assortment_confirmation":"Möchten Sie dieses Sortiment wirklich löschen?","delete_assortment_filter_confirmation":"Sind Sie sicher, dass Sie diese Sprache löschen möchten?","delete_assortment_link":"Sind Sie sicher, dass Sie diese Sprache löschen möchten?","delete_assortment_media":"Medien löschen","delete_assortment_media_confirmation":"Sind Sie sicher, dass Sie dieses Bild löschen möchten?","delete_assortment_warning":"Diese Aktion löscht dieses Sortiment und alle zugehörigen Daten dauerhaft. Möchten Sie fortfahren?","delete_bundle_item":"Element löschen","delete_bundle_item_confirmation":"Sind Sie sicher, dass Sie dieses Bündelelement löschen möchten?","delete_country":"Land löschen","delete_country_confirmation":"Diese Aktion könnte Inkonsistenzen mit anderen Daten verursachen, die damit in Beziehung stehen. Sind Sie sicher, dass Sie dieses Land löschen möchten?","delete_currency":"Währung löschen","delete_currency_confirmation":"Diese Aktion könnte Inkonsistenzen mit anderen Daten verursachen, die damit in Beziehung stehen. Sind Sie sicher, dass Sie diese Währung löschen möchten?","delete_delivery_provider":"Lieferung löschen","delete_delivery_provider_confirmation":"Diese Aktion könnte Inkonsistenzen mit anderen Daten verursachen, die damit in Beziehung stehen. Sind Sie sicher, dass Sie diesen Lieferung löschen möchten?","delete_email":"E-Mail löschen","delete_email_confirmation":"Sind Sie sicher, dass Sie diese E-Mail löschen möchten?","delete_filter":"Filter löschen","delete_filter_confirmation":"Sind Sie sicher, dass Sie diesen Filter löschen möchten?","delete_filter_option":"Option löschen","delete_filter_option_confirmation":"Sind Sie sicher, dass Sie diese Filteroption löschen möchten?","delete_language":"Sprache löschen","delete_language_confirmation":"Diese Aktion könnte Inkonsistenzen mit anderen Daten verursachen, die damit in Beziehung stehen. Sind Sie sicher, dass Sie diese Sprache löschen möchten?","delete_link":"Link löschen","delete_order":"Bestellung löschen","delete_order_confirmation":"Sind Sie sicher, dass Sie diese Bestellung löschen möchten?","delete_paymentProvider_confirmation":"Diese Aktion kann zu Inkonsistenzen mit anderen zugehörigen Daten führen. Möchten Sie diese Zahlungsintegration wirklich löschen?","delete_payment_provider":"Zahlungsintegration löschen","delete_payment_provider_confirmation":"Diese Aktion könnte Inkonsistenzen mit anderen Daten verursachen, die damit in Beziehung stehen. Sind Sie sicher, dass Sie diese Zahlungsintegration löschen möchten?","delete_product":"Produkt löschen","delete_product_assignment":"Sind Sie sicher, dass Sie diese Zuweisung löschen möchten?","delete_product_confirmation":"Diese Aktion könnte Inkonsistenzen mit anderen Daten verursachen, die damit in Beziehung stehen, und ist nicht umkehrbar. Sind Sie sicher, dass Sie dieses Produkt löschen möchten?","delete_product_media":"Medien löschen","delete_product_media_confirmation":"Sind Sie sicher, dass Sie diese Medien löschen möchten?","delete_product_tool_definition":"Produkt OLD123 löschen","delete_product_variation":"Variation löschen","delete_product_variation_confirmation":"Sind Sie sicher, dass Sie diese Variation löschen möchten?","delete_product_warning":"Diese Aktion löscht dieses Produkt und alle zugehörigen Daten dauerhaft. Möchten Sie fortfahren?","delete_review":"Bewertung löschen","delete_review_confirmation":"Sind Sie sicher, dass Sie diese Bewertung löschen möchten?","delete_user":"Benutzer löschen","delete_user_account":"Benutzerkonto löschen","delete_user_account_confirmation":"Diese Aktion kann zu Inkonsistenzen mit anderen damit verbundenen Daten führen","delete_user_warning":"Diese Aktion löscht diesen Benutzer und alle zugehörigen Daten dauerhaft. Möchten Sie fortfahren?","delete_variation_assignment":"Zuweisung löschen","delete_variation_option":"Option löschen","delete_variation_option_confirmation":"Sind Sie sicher, dass Sie diese Option löschen möchten?","delete_warehousing_provider":"Lagerintegration löschen","delete_warehousing_provider_confirmation":"Diese Aktion könnte Inkonsistenzen mit anderen Daten verursachen, die damit in Beziehung stehen. Sind Sie sicher, dass Sie diese Lagerintegration löschen möchten?","delete_web3_address":"Web3-Adresse löschen","delete_web3_address_confirmation":"Möchten Sie diese Web3-Adresse wirklich löschen?","delete_web_auth_credential":"Web-Authentifizierung löschen","delete_work":"Arbeit löschen","delete_work_confirmation":"Diese Aktion könnte Inkonsistenzen mit anderen Daten verursachen, die damit in Beziehung stehen. Sind Sie sicher, dass Sie diese Arbeit löschen möchten?","deleted":"Gelöscht","deleted_status":"Gelöscht","deleted_text":"Gelöscht","delivered":"Geliefert","delivery":"Lieferung","deliveryProviders_deleted":"Lieferung erfolgreich gelöscht","delivery_address":"Lieferadresse","delivery_processing":"Versand & Lieferung","delivery_processing_config_description":"Liefermethoden sind bereits konfiguriert","delivery_provider":"Lieferungsintegrationen","delivery_provider_deleted":"Lieferungsintegration erfolgreich gelöscht","delivery_provider_title":"Lieferungsintegration","delivery_providers":"Lieferungsintegrationen","delivery_status":"Status","description":"Beschreibung","discount":"Rabatt","discount_amount":"Rabattbetrag","discount_information":"Rabatte","discounts":"Rabatte","displayName":"Anzeigename","display_as_graph":"Als Grafik anzeigen","display_name":"Anzeigename","dont_have_account":"Haben Sie noch kein Konto?","draft":"Entwurf","draft_product_description":"Produkt wird nicht auffindbar sein und kann nicht bestellt werden","duration":"Dauer","edit":"Bearbeiten","edit_tags":"Tags bearbeiten","editor":"Bearbeiten","email":"E-Mail","email_added":"E-Mail erfolgreich hinzugefügt!","email_address":"E-Mail-Adresse","email_address_not_exist":"Die angegebene E-Mail-Adresse existiert nicht","email_addresses":"E-Mail-Adressen","email_already_exists_error":"E-Mail existiert bereits","email_deleted":"E-Mail {id} erfolgreich gelöscht","email_exists_error":"E-Mail existiert bereits","email_verification_error":"E-Mail-Verifizierungsfehler","email_verification_failed":"E-Mail-Verifizierung fehlgeschlagen","email_verified_default":"E-Mail-Verifizierung unbekannt","email_verified_false":"E-Mail nicht verifiziert","email_verified_label":"E-Mail verifiziert","email_verified_successfully":"E-Mail erfolgreich verifiziert","email_verified_true":"E-Mail verifiziert","end":"Ende","end_date":"Enddatum","engine_version":"Engine-Version","enrollment":"Anmeldung","enrollment_count_header":"{count} Anmeldungen","enrollment_detail":"Anmeldungsdetails","enrollment_detail_title":"Anmeldung Details","enrollment_error":"Anmeldungsfehler","enrollment_header":"1 Anmeldung","enrollment_number":"Anmeldungsnummer","enrollment_page_title":"{count, plural, one {# Anmeldung} other {# Anmeldungen}}","enrollment_success":"Anmeldung erfolgreich","enrollment_success_message":"Ihre Anmeldung war erfolgreich","enrollment_updated_successfully":"Anmeldung erfolgreich gespeichert","enrollments":"Abonnemente","enter_tag":"Tag eingeben...","error":"Fehler","error-loading-image-alt":"Fehler beim Laden des Bildes","error-something-went-wrong":"Etwas ist schief gelaufen","error_403":"403 nicht autorisiert","error_404":"404 Fehler","error_423":"423 Gesperrt","error_500":"Interner Serverfehler (500)","error_commerce_quantity_null_required":"{label} should have one price with null /empty max quantity","error_contract_address":"Ungültige Vertragsadresse","error_country_code":"Ungültiger Ländercode","error_currency_code":"Ungültiger Währungscode","error_date_after":"{label} must be after {dateToCompare}.","error_date_before":"{label} must be before {dateToCompare}.","error_email":"{label} muss eine gültige E-Mail-Adresse sein","error_invalid_date":"{label} ist kein gültiges Datum","error_language_code":"Ungültiger Sprachcode","error_loading_media":"Fehler beim Laden der Medien:","error_number_not_int":"Ungültiger Wert, bitte geben Sie eine Ganzzahl ein","error_phone_number_invalid":"Ungültige Telefonnummer","error_required":"{label} ist ein Pflichtfeld","error_same_product_prices":"{label} darf nicht gleich sein für einen Preis mit demselben Land und derselben Währung","error_server":"{details}","error_tag_required":"{label} mindestens ein Tag erforderlich","error_text_area_required":"{label} ist ein Pflichtfeld","essential_setup":"Grundeinrichtung","essential_setup_description":"Grundlegende Einstellungen, die für das Funktionieren Ihres Shops erforderlich sind. Produkte und Sortimente können erst nach Abschluss dieser Schritte hinzugefügt werden.","event":"Events","event_count_header":"{count} Ereignisse","event_detail":"Event Details","event_detail_title":"Events Details","event_header":"1 Ereignis","event_page_title":"{count, plural, one {# Ereignis} other {# Ereignisse}}","expand_navigation":"Navigation ausklappen","expired":"Abgelaufen","expires":"Läuft ab","export":"Exportieren","exporting":"Exportiere...","extended-fields":"Erweiterte Felder","extensions":"Erweiterungen","fail_reorder":"Neuordnung fehlgeschlagen, versuchen Sie es erneut!","fail_upload":"Medien-Upload fehlgeschlagen","failed_tool_response":"Tool-Ergebnis konnte nicht geparst werden.","female":"Weiblich","filer_options":"Filter-Optionen","filter":"Filter","filter_activated":"Filter aktiviert!","filter_by_creation_date":"Nach Erstellungsdatum filtern","filter_by_type":"Nach Typ filtern","filter_count_header":"{count} Filter","filter_created":"Filter erfolgreich erstellt!","filter_deactivated":"Filter deaktiviert!","filter_deleted":"Filter erfolgreich gelöscht","filter_detail":"Filterdetails","filter_detail_title":"Filter Details","filter_header":"1 Filter","filter_key":"Key","filter_key_already_exists":"Filterschlüssel existiert bereits","filter_option_added_success":"Filteroption erfolgreich hinzugefügt","filter_option_title":"Titel","filter_option_value":"Wert","filter_page_title":"{count, plural, one {# Filter} other {# Filter}}","filter_text_form_description":"<ul><li>Sie können die Sprache des Filters über das Dropdown-Menü in der oberen rechten Ecke ändern</li></ul>","filter_type":"Filtertyp","filtered_results":"Gefilterte Ergebnisse","filters":"Filter","finished":"Beendet","first_name":"Vorname","forget_password":"Passwort vergessen?","forgot_password_header_description":"Geben Sie unten Ihre E-Mail-Adresse ein und wir senden Ihnen einen Link zum Zurücksetzen Ihres Passworts!","from":"Von","from_last_month":"vom letzten Monat","fulfilled":"Abgeschlossen","fullName":"Vollständiger Name","full_name":"Vollständiger Name","gender":"Geschlecht","general_text":"Text","general_tool_definition":"Hilf mir mit {toolName}","generate_image_tool_definition":"Bannerbild generieren","get_product_tool_definition":"Details für Produkt ABC123 anzeigen","go_back":"Zurück","go_back_home":"Zurück zur Startseite","go_to_login":"Zur Anmeldung","goodbye_simple":"Auf Wiedersehen\\\\!","goodbye_user":"Auf Wiedersehen, {name}\\\\!","gross_price":"Brutto","guest":"Gast","header_conformation":"Diese Aktion ist nicht umkehrbar, sind Sie sicher, dass Sie es als Hauptkategorie festlegen möchten?","header_title":"Hauptkategorie festlegen.","height":"Höhe (Millimeter)","hide_available_tools":"Verfügbare Tools ausblenden","home":"Dashboard","id":"ID","image-not-found":"Bild nicht gefunden","image_not_available":"Bild nicht verfügbar","import":"Importieren","import_results":"Importergebnisse","importing":"Importiere...","in_active":"Inaktiv","in_cart":"Im Warenkorb","in_valid":"Ungültig","inactive":"Inaktiv","include_drafts":"Entwürfe einbeziehen","include_inactive":"Inaktive einbeziehen","include_leaf":"Unterkategorien einbeziehen","initial":"Anfänglich","input":"Eingabe","install":"Installieren","interface":"Schnittstelle","internal_server_error":"500 Interner Serverfehler.","internal_server_error_message":"Entschuldigung, es liegt nicht an Ihnen, sondern an uns. Wir arbeiten daran, dies zu beheben.","invalid_credential_error":"Ungültige Anmeldedaten, bitte versuchen Sie es erneut","invalid_signature_length":"Ungültige Signatur","invalid_url":"Ungültige URL","invalidate-token":"Ungültig machen","invalidated":"Ungültig gemacht","invoice":"Rechnung","ip":"IP-Adresse","iso_code":"ISO-Code","item_quantity":"Menge:","items_created":"{count} Elemente erstellt","items_failed":"{count} {entityName} konnten nicht importiert werden","items_imported":"{count} {entityName} erfolgreich importiert ({created} erstellt, {updated} aktualisiert)","items_purchased":"Bestellte Artikel","key":"Schlüssel","label":"Bezeichnung","labels":"Bezeichnungen","language":"Sprache","language_added":"Sprache erfolgreich hinzugefügt!","language_config_description":"Sprachen für Inhaltsübersetzung konfigurieren","language_count_header":"{count} Sprachen","language_deleted":"Sprache erfolgreich gelöscht","language_exists":"Sprache mit demselben ISO-Code existiert bereits","language_header":"Languages","language_page_title":"{count, plural, one {# Sprache} other {# Sprachen}}","language_updated":"Sprache erfolgreich aktualisiert!","languages":"Sprachen","last_Name":"Nachname","last_login":"Letzter Login:","last_updated":"Zuletzt aktualisiert:","leaf":"Unterkategorie","leaf_assortment_description":"Kann als Unterelement eines anderen Sortiments zugewiesen werden","length_millimeter":"Länge (Millimeter)","link_reorder":"Link erfolgreich neu geordnet","linked_assortment":"Verknüpftes Sortiment","links":"Links","list_product_tool_definition":"Zeige alle Entwurfsprodukte","load-more-reviews":"Bewertungen laden","load_more":"Mehr laden","loading":"Lädt...","loading_media":"Medien werden geladen...","log_in":"Anmelden","log_out":"Abmelden","login_date_range":"Zuletzt angemeldet","login_header":"Anmelden zu Ihrem Konto","make-proposal-header":"Angebotserstellung","make_leaf":"Zu Blatt machen","make_root":"Zu Wurzel machen","male":"Männlich","manage":"Verwalten","mark_as_base":"Als Hauptkategorie markieren","mark_as_delivered":"Als geliefert markieren","mark_as_delivered_message":"Dies ändert den Lieferstatus der Bestellung auf geliefert","mark_as_delivered_question":"Als geliefert markieren?","mark_as_paid":"Als bezahlt markieren","mark_as_paid_question":"Als bezahlt markieren?","mark_as_paid_question_header":"Als bezahlt markieren?","max_quantity":"Maximale Menge","media":"Medien","media_add_tool_definition":"Mediendateien hinzufügen","media_management_tool_definition":"Mediendateien verwalten","media_remover_tool_definition":"Mediendateien entfernen","media_subtitle":"Subtitle:","media_title":"Title:","media_updated":"Medien aktualisiert","message":"Nachricht","method":"Methode","mobile_phone":"Mobiltelefon","name":"Name","net_price":"Nettopreis","new_assortment_header":"Neues Sortiment","new_country_header":"Neues Land","new_currency_header":"Neue Währung","new_delivery_provider":"Neuer Lieferung","new_filter_header":"Neuer Filter","new_language_header":"Neue Sprache","new_password":"Neues Passwort","new_payment_provider_header":"Neue Zahlungsintegration","new_product_header":"Neues Produkt","new_user_header":"Neuer Benutzer","new_warehousing_provider_header":"Neue Lagerintegration","next":"Weiter","no_assortments_found":"Keine passenden Sortimente gefunden","no_data_message":"<p>Keine <span> {message} verfügbar</span> </p>","no_internet_access":"Keine Internetverbindung","no_order_products_description":"Sobald Sie Ihre ersten Bestellungen erhalten, erscheinen hier Ihre meistverkauften Produkte.","no_orders_description":"Sobald Sie Ihre ersten Bestellungen erhalten, erscheinen hier Ihre meistverkauften Produkte.","no_orders_title":"Noch keine Bestellungen","no_payload":"Payload","no_result_found":"Kein Ergebnis gefunden","no_tag":"Kein Tag","no_variations_configured":"Noch keine Variationen konfiguriert. Bitte fügen Sie zuerst Variationen und deren Optionen im Variationen-Tab hinzu.","non_taxable":"Nicht steuerpflichtig","not-applicable":"Nicht zutreffend","not_access_message":"Sie haben nicht die erforderliche Berechtigung, um auf diese Seite zuzugreifen.","not_base":"Als Hauptkategorie markieren","not_found_message":"Die Seite, die Sie suchen, wurde nicht gefunden.","not_published":"Nicht veröffentlicht","offline_help_message":"Bitte überprüfen Sie Ihre Verbindung und versuchen Sie es erneut","offline_mode":"Sie sind offline","ok":"OK","open":"Offen","open_sidebar":"Seitenleiste öffnen","option":"Option","options":"Optionen","or_drag_and_drop":"oder per Drag & Drop","or_manually_enter_address":"Oder Adresse manuell eingeben","order":"Bestellung","order__marked_delivered":"Bestellung erfolgreich als geliefert markiert","order_confirmed_success":"Bestellung erfolgreich bestätigt","order_count_header":"{count} Bestellungen","order_date":"Bestelldatum","order_deleted":"Bestellung erfolgreich gelöscht","order_header":"1 Bestellung","order_id":"Bestellung","order_number":"Bestellung #","order_page_title":"{count, plural, one {# Bestellung} other {# Bestellungen}}","order_paid":"Bestellung erfolgreich bezahlt","order_payment_fees":"Bestellgebühren","order_placed":"Bestellung aufgegeben","order_reject_success":"Bestellung erfolgreich abgelehnt","order_total":"Bestellsumme","orders":"Bestellungen","original_work_id":"Original Arbeits-ID","overall_progress":"Gesamtfortschritt","page_not_found":"Page not found.","paginated-data":"<p> Zeige <span>{from}</span> bis <span>{to}</span> von <span>{total}</span> Ergebnissen </p>","paid":"Bezahlt","password":"Passwort","password_change_failed":"Password change failed, try again later","password_changed_success":"Passwort erfolgreich geändert.","password_identical":"Das angegebene neue Passwort ist identisch mit dem vorherigen Passwort","password_insecure":"Passwort ist ungültig, möglicherweise zu unsicher","password_mismatch":"Password fields don\'t match","password_success":"Passwort erfolgreich geändert.","pay":"Als bezahlt markieren","payload":"Payload","payment":"Zahlung","payment_credentials":"Zahlungsanmeldedaten","payment_detail_title":"Zahlungsintegration {id}","payment_processing":"Zahlungsabwicklung","payment_processing_config_description":"Rechnungs-Zahlungsanbieter ist bereits konfiguriert","payment_provider":"Zahlungsintegration","payment_provider_deleted":"Zahlungsintegration erfolgreich gelöscht","payment_providers":"Zahlungsintegrationen","pending":"Ausstehend","periods":"Zeiträume","permission_missing":"Berechtigung fehlt","photo":"Foto","plan_product_definition":"<h3>Abonnement</h3> <p>Das Abonnement-Produkt wird verwendet, wenn Sie ein Produkt auf Abonnementbasis anbieten. Da die Zahlung für diesen Produkttyp normalerweise wiederkehrend ist, können Sie das Intervall der Zahlungsberechnung anpassen.</p>","postal_code":"Postal/ZIP code","preferred":"Bevorzugt","preview":"Vorschau","previous":"Zurück","price":"Preis","price_range":"Preisspanne","priority":"Priorität","process-quotation-submit":"Als verarbeitet markieren","product":"Product","product-image":"Produktbild","product-scaffolded-success":"Produkt erfolgreich gerüstet","product_added":"Produkt erfolgreich hinzugefügt!","product_assignments_explanation_text":"Produktzuweisungen ermöglichen es Ihnen, spezifische Produkte mit jeder einzigartigen Kombination von Variationsoptionen zu verknüpfen. Zum Beispiel, wenn Sie ein T-Shirt mit \'Grösse\' und \'Farbe\' Variationen haben, können Sie verschiedene Produkt-SKUs zu jeder Kombination wie \'Gross + Rot\' oder \'Klein + Blau\' zuweisen. Dies ist nützlich für die Verwaltung von Lagerbestand, Preisgestaltung und Produktdetails für jede spezifische Variante.","product_assignments_explanation_title":"Über Produktzuweisungen","product_commerce_info":"Eine Preisliste sollte ein leeres Feld für die maximale Menge haben und kein Preis sollte die gleiche maximale Menge zusammen mit der angegebenen Währung und dem Land haben","product_creation_failed":"Produkterstellung fehlgeschlagen","product_delete_blocked_action":"Bitte trennen Sie die Verknüpfung, bevor Sie versuchen, es zu löschen.","product_delete_blocked_header":"Links vor dem Löschen entfernen","product_delete_blocked_intro":"Dieses Produkt ist mit den folgenden Produkttypen verknüpft:","product_deleted":"Produkt erfolgreich gelöscht","product_deleted_notice":"Dieses Produkt wurde gelöscht und ist nicht mehr aktiv. Einige Aktionen sind möglicherweise eingeschränkt.","product_deleted_success":"Produkt erfolgreich gelöscht","product_drafted":"Erfolgreich als Entwurf gespeichert","product_import.validation.invalid_type":"Ungültiger Produkttyp: {type}","product_import.validation.title_required":"Titel ist erforderlich","product_load_error":"Produkt konnte nicht geladen werden","product_media":"Produktmedien","product_media_deleted":"Medien erfolgreich gelöscht","product_media_upload":"Medien erfolgreich hochgeladen","product_page_title":"{count, plural, one {# Produkt} other {# Produkte}}","product_publish_error":"Produkt konnte nicht veröffentlicht werden","product_published":"Erfolgreich veröffentlicht","product_quantity":"Quantity","product_review_added":"Bewertung erfolgreich hinzugefügt!","product_review_updated":"Bewertung erfolgreich aktualisiert!","product_subscription_form_description":"<ul><li>Informationen, die zur Berechnung des Preises eines abonnementbasierten Produkts verwendet werden</li><li>Der im Commerce-Bereich angegebene Preis wird zur Berechnung der Gebühren für jedes Intervall verwendet.</li><li>Der Preis wird während des angegebenen Testzeitraums nicht berechnet</li></ul>","product_text_form_description":"<ul> <li><strong>Slug:</strong> Der einzigartige Teil Ihrer Produkt-URL (z.B. \'mein-tolles-produkt\'). Halten Sie ihn kurz und aussagekräftig.</li> <li><strong>Lokalisierung:</strong> Wechseln Sie die Sprachen über das Sprach-Toggle unten links, um Inhalte für verschiedene Märkte zu übersetzen.</li> <li><strong>Beschreibung:</strong> Unterstützt Markdown- und HTML-Formatierung. Verwenden Sie doppelte Backslashes (\\\\\\\\) für Zeilenumbrüche.</li> <li><strong>Labels:</strong> Auffällige Badges, die auf Ihrem Produkt erscheinen (z.B. \'Neuheit\', \'50% Rabatt\', \'Limitierte Auflage\'). Perfekt für Aktionen und besondere Merkmale. Jede Sprache kann einzigartige Labels haben.</li> <li><strong>Wichtiger Unterschied:</strong> Labels sind kundenorientierte Werbe-Badges, während Tags interne Schlüsselwörter für Organisation und Filterung sind.</li> </ul>","product_title":"Product","product_type":"Produkttyp","product_unpublish_error":"Produkt konnte nicht zurückgezogen werden","product_variation_added":"Produktvariation erfolgreich hinzugefügt","product_variation_deleted":"Variation erfolgreich gelöscht","product_variation_key_help":"Eindeutige Kennung für interne Verwendung (z.B. \\"farbe\\", \\"groesse\\"). Verwenden Sie Kleinbuchstaben ohne Leerzeichen.","product_variation_option_deleted":"Variationsoption erfolgreich gelöscht","product_variation_title_help":"Der Anzeigename, den Kunden sehen werden (z.B. \\"Farbe\\", \\"Grösse\\", \\"Material\\")","product_variations_explanation":"Variationen ermöglichen es Kunden, verschiedene Optionen für Ihr Produkt zu wählen (wie Farbe, Grösse, Material). Jede Variation kann mehrere Optionen haben, aus denen Kunden wählen können.","product_variations_explanation_title":"Über Produktvariationen","products":"Produkte","products_config_description":"Erstellen Sie Ihre ersten Produkte","products_count":"Produkte","products_count_header":"{count} Produkte","products_data_unavailable":"Produktdaten nicht verfügbar","products_found":"{count} Produkte gefunden","products_header":"1 Produkt","products_not_found":"Keine {status} Produkte in diesen Ergebnissen gefunden","profile":"Profil","profile_notice":"Diese Informationen werden öffentlich angezeigt, seien Sie also vorsichtig, was Sie weitergeben.","profile_updated":"Profil erfolgreich aktualisiert!","provider_created_success":"Anbieter erfolgreich erstellt!","publish_product_description":"Produkt wird sichtbar sein und kann bestellt werden","publish_product_tool_definition":"Produkt XYZ456 veröffentlichen","published":"Veröffentlicht","quantity":"Quantity","quotation":"quotation","quotation-context-input-label":"Angebotskontext","quotation-quoted-successfully":"Erfolgreich angeboten","quotation-rejection-successfully":"Angebot erfolgreich abgelehnt","quotation-verified-successfully":"Angebot erfolgreich verifiziert","quotation_count_header":"{count} Angebote","quotation_detail":"Angebotsdetails","quotation_detail_title":"Angebot Details","quotation_header":"1 Angebot","quotation_number":"Quotation number","quotation_page_title":"{count, plural, one {# Angebot} other {# Angebote}}","quotation_updated":"Angebot erfolgreich aktualisiert","quotations":"Angebotsanfragen","recent_reviews":"Neueste Bewertungen","region":"Region","region_Code":"Region","register-with-web3":"Registrieren","reject-quotation-quotation":"Angebot ablehnen?","reject-quotation-submit":"Ablehnen","reject_order":"Reject order","reject_order_alert_button":"Reject","reject_order_alert_header":"Reject order?","rejected":"Abgelehnt","remove_product_media_tool_definition":"Produktmedien entfernen","reorder_original":"An ursprüngliche Position zurückordern","report-submit":"Absenden","request_new_reset_link":"Neuen Reset-Link anfordern","request_new_verification":"Neue Verifizierung anfordern","requested":"Angefordert","required-role-not-satisfied":"Das aktuelle Konto hat keinen Zugang, bitte melden Sie sich mit einem Konto an, das die erforderliche Rolle hat. Wenden Sie sich für weitere Informationen an den Systemadministrator","required_steps_note":"Erforderlich für grundlegende Shop-Funktionalität","reset_link_sent":"Password reset link sent to {email}","reset_password":"Passwort zurücksetzen","reset_password_header_description":"Gib dein neues Passwort ein und stelle sicher, dass du es diesmal nicht vergisst.","reset_token_error":"Reset-Token-Fehler","reset_token_expired":"Das Reset-Token ist abgelaufen.","reset_token_invalid_warning":"Das Reset-Token ist entweder ungültig oder abgelaufen. Bitte verwenden Sie den letzten Reset-Link aus Ihrer E-Mail oder starten Sie den Vorgang erneut unter {link}","resolved_country":"Aufgelöstes Land","resolved_language":"Aufgelöste Sprache","rest_password":"Passwort zurücksetzen","result":"Result","retries":"Retries","retry":"Wiederholen","retry-work":"Wiederholen","review":"Bewertung","review_data":"Bewertungsdaten","review_deleted":"Bewertung {reviewId} erfolgreich gelöscht","review_placeholder":"Teilen Sie Ihre Meinung zu diesem Produkt...","review_summary":"<div> Basiert auf <cta> {total} </cta> Bewertungen</div>","reviews":"Bewertungen","role_updated":"Rolle erfolgreich aktualisiert!","roles":"Roles","root":"Root","root_assortment":"Root","root_assortment_description":"Kann nicht als Unterkategorie eines anderen Sortiments zugewiesen werden","root_assortments_count":"{count} Hauptsortimente gefunden","root_description":"Dies macht das Sortiment zu einer Kategorie der obersten Ebene","root_node":"Root node","save":"Speichern","saved":"Gespeichert","say_hi_get_to_know_me":"Sagen Sie Hallo und lernen Sie mich kennen","scaffold_product":"Gerüst","scheduled":"Geplant","search":"Suchen","search_product":"Search product","select_language":"Sprache auswählen","select_option":"Option auswählen","select_options_toggle":"Ändere {type} Status","select_role":"Rolle auswählen","select_tab":"Tab auswählen","select_type":"Typ auswählen","select_valid_csv_error":"Bitte wählen Sie eine gültige CSV-Datei aus.","send__enrollment_email_button":"Anmeldungs-E-Mail senden","send_activation_email_confirm":"Sind Sie sicher, dass Sie die E-Mail senden möchten?","send_activation_email_header":"E-Mail senden.","send_button":"Senden","send_email_button":"E-Mail senden","send_reset_link":"Passwort-Zurücksetzungslink senden","send_verification_mail":"Send verification mail","sequence":"Anzeigereihenfolge","set_password":"Passwort festlegen","setup_complete":"Abgeschlossen","setup_now":"Jetzt einrichten","shipping":"Versand","shipping_method":"Versand","shop_info":"Shop-Info","shop_info_tool_definition":"Shop-Konfiguration anzeigen","shop_setup_complete":"Shop-Einrichtung abgeschlossen!","shop_setup_complete_description":"Herzlichen Glückwunsch! Ihr Shop ist vollständig konfiguriert und bereit, Bestellungen anzunehmen.","shop_setup_description":"Folgen Sie diesen Schritten, um Ihren Shop zu konfigurieren und mit dem Verkauf zu beginnen.","shortcuts":"Shortcuts","show_all_products":"Alle Produkte anzeigen","show_available_tools":"Verfügbare Tools anzeigen","show_carts":"Warenkörbe anzeigen","show_error_details":"Fehlerdetails anzeigen","show_full_response":"Vollständige Antwort anzeigen","show_guests":"Gäste anzeigen","show_inactive":"Inaktive anzeigen","show_less":"Weniger anzeigen","sign_address_header":"Adresse signieren","sign_up":"Registrieren","sign_up_header":"Registrieren Sie sich für ein Konto","signature_hash":"Signatur-Hash","signature_not_match_error":"Signatur stimmt nicht überein","simple_product_definition":"<h3>Einfach</h3> <p>Das einfache Produkt ist der am häufigsten verwendete Produkttyp. Es akzeptiert Konfigurationswerte für Preis, Abmessungen und Lagerung. Die meisten E-Commerce-Produktanforderungen werden durch diesen Typ erfüllt.</p>","sku":"Artikelnummer","slug":"Slug","star_reviews":"Sterne-Bewertungen","start":"Start","start_date":"Startdatum","started":"Gestartet","status":"Status","submit":"Absenden","subscription":"Abonnement","subscription_message":"Abonnement","subscription_product_type_not_valid":"Der Status des Produkts erlaubt diese Operation nicht","subscriptions":"Abonnemente","subtitle":"Untertitel","subtotal":"Zwischensumme","success_message":"Abonnement erfolgreich aktiviert.","supply":"Lieferdaten","system":"System","system_information":"Systeminformationen","table_actions_menu":"Aktionsmenü","tags":"Tags","tags_updated":"Tags erfolgreich aktualisiert","tax":"Steuer","taxable":"Steuerpflichtig","terminate_enrollment":"Anmeldung beenden","terminate_enrollment_confirmation":"Sind Sie sicher, dass Sie dieses Abonnement beenden möchten?","terminate_enrollment_error":"Fehler beim Senden der Abonnement-Aktivierungs-E-Mail, bitte versuchen Sie es erneut","terminate_enrollment_success":"Abonnement {enrollmentId} erfolgreich beendet","terminate_subscription":"Abonnement beenden","text":"Text","texts":"Texte","thank_you_for_verifying":"Danke, dass Sie Ihre E-Mail-Adresse verifiziert haben!","tiered_pricing":"Gestaffelte Preise","time":"Zeit","title":"Titel","title_not_found":"Titel nicht gefunden","to":"Bis","token":"Token","token-id":"Token-ID","token-id-label":"Token-ID","token-supply":"Vorrat","token_count_header":"{count} Token","token_header":"1 Token","token_invalid_expired":"Token ungültig/abgelaufen","token_invalidation_date":"Ungültig gemacht","token_page_title":"{count, plural, one {# Token} other {# Token}}","token_updated":"Token erfolgreich aktualisiert!","tokenized_product_text_form_description":"<b>Vertragsstandards</b> <ol> <dt><b>ERC721</b></dt> <dd>Der Kauf mehrerer Produkte führt zu mehreren Token (stellen Sie sicher, dass Sie die tokenId auf 0 setzen, um automatisch neue IDs zu generieren)</dd> <dt><b>ERC1155</b></dt> <dd>Der Kauf mehrerer Produkte führt zu einem neuen Token mit Guthaben 3 des Tokens mit zugewiesener tokenId</dd> <dt><b>Vertragsadresse</b></dt> <dd>Adresse eines Tokens in einem bestimmten Netzwerk</dd> </ol>","tokens":"Token","tool_fetch_failed_error":"Verfügbare Tools konnten nicht geladen werden","tool_response":"Tool-Antwort","top_selling_products":"Meistverkaufte Produkte","total":"Total","total_orders":"Bestellungen","total_records":"{total} Datensätze gefunden","total_sales":"Gesamtumsatz","trial":"Testversion","trial_interval_unit":"Testintervall-Einheit","trial_unit":"Testeinheit","try_again":"Erneut versuchen","type":"Type","type_colon":"Type:","unauthorized_page":"verboten","unchained_logo":"Unchained Logo","unpublish_product_tool_definition":"Winterkollektion zurückziehen","untitled_assortment":"Unbenanntes Sortiment","unverified":"Nicht verifiziert","update":"Aktualisieren","update_configuration":"Konfiguration aktualisieren","update_country":"Land aktualisieren","update_currency":"Währung aktualisieren","update_delivery_configuration":"Lieferkonfiguration aktualisieren","update_filter":"Update filter","update_language":"Sprache aktualisieren","update_payment_provider_header":"Zahlungsintegration aktualisieren","update_profile":"Profil aktualisieren","update_review":"Bewertung aktualisieren","update_role":"Update role","update_token":"Token aktualisieren","update_warehousing_provider_header":"Lagerintegration aktualisieren","updated":"Aktualisiert","upload":"Upload","upload_file":"Datei hochladen","usage_calculation_type":"Verwendungstyp","use-another-account":"Anderes Konto verwenden","use_another_verification_token":"Bitte nochmals versuchen, einen Verifizierungscode zu senden","use_authenticator":"Authenticator verwenden","use_latest_reset_link":"Bitte verwenden Sie den neuesten Reset-Link aus Ihrer E-Mail oder fordern Sie einen neuen an","use_latest_verification_link":"Bitte verwenden Sie den neuesten Verifizierungslink aus Ihrer E-Mail","user":"User","user-activities":"Aktivität","user_avatar":"Benutzer-Avatar","user_count_header":"{count} Benutzer","user_deleted":"Benutzer erfolgreich gelöscht","user_detail_title":"Benutzer Details","user_header":"1 Benutzer","user_page_title":"{count, plural, one {# Benutzer} other {# Benutzer}}","user_password_not_set":"Benutzerpasswort nicht festgelegt","user_profile_created":"Benutzerprofil erfolgreich erstellt!","username":"Benutzername","username_exists_error":"Der Benutzername ist vergeben. Bitte geben Sie einen anderen ein.","username_or_email":"Benutzername/E-Mail","username_or_email_taken":"Benutzername vergeben, bitte geben Sie einen anderen Benutzernamen an","username_updated":"Benutzername erfolgreich aktualisiert!","users":"Benutzer","users_setting_list_header":"Benutzereinstellungen","valid":"Gültig","value":"Wert","variation_id":"Variations-ID","variation_option":"Variationsoption","variation_option_added":"Variationsoption erfolgreich hinzugefügt!","variation_option_title_help":"Anzeigename, den Kunden sehen (z.B. \\"Rot\\", \\"Gross\\", \\"Baumwolle\\")","variation_option_updated":"Variationsoption erfolgreich aktualisiert!","variation_option_value_help":"Interne Kennung (z.B. \\"rot\\", \\"gross\\", \\"baumwolle\\")","variation_options_explanation":"Fügen Sie einzelne Auswahlmöglichkeiten für diese Variation hinzu (z.B. \\"Rot\\", \\"Blau\\", \\"Grün\\" für eine Farbvariation)","variations":"Variationen","vat_suspect":"MwSt.-pflichtig","vendor":"Anbieter","verification_failed":"Verifizierung fehlgeschlagen","verification_failed_status":"Verifizierung fehlgeschlagen","verification_sent_error":"Fehler beim Senden der Verifizierungs-E-Mail, bitte versuchen Sie es erneut","verification_sent_success":"Verifizierungs-E-Mail erfolgreich gesendet","verification_successful":"Verifizierung erfolgreich","verification_token_expired":"Verification token abgelaufen","verification_web3_address":"Verifizieren","verified":"Verifiziert","verify-quotation-quotation":"Angebot verifizieren?","verify-quotation-submit":"Verifizieren","verify_email_token_invalid_error":"Das E-Mail-Verifizierungs-Token ist entweder ungültig oder abgelaufen. Bitte verwenden Sie den letzten Reset-Link aus Ihrer E-Mail oder starten Sie den Vorgang erneut unter {link}","version":"Version","wallet-address":"Wallet {walletAddress}","warehouse_detail_title":"Lager {id}","warehousing":"Lagerung","warehousing_provider":"Lagerintegrationen","warehousing_provider_deleted":"Lagerintegration erfolgreich gelöscht","warning":"Warnung!","web3_address":"Web3-Adresse","web3_address_added":"Adresse erfolgreich hinzugefügt!","web3_address_deleted":"Adresse erfolgreich gelöscht","web3_address_signature_instruction":"<p>Kopieren Sie die folgende Nonce <b>({nonce})</b> und fügen Sie die Signatur in das unten bereitgestellte Feld ein</p>","web3_address_verify_link":"<p>Gehen Sie zu <a>etherscan</a>, um die Adresse zu verifizieren</p>","web3_addresses":"Web3-Adressen","web3_verified_success":"Adresse erfolgreich verifiziert!","web_auth_credential_removed":"Berechtigung erfolgreich entfernt","web_auth_icon":"Auth-Symbol","web_auth_username_required":"Ein Benutzername ist erforderlich, um WebAuthn zu verwenden","web_authentication":"Web-Authentifizierung","weight_gram":"Gewicht (Gramm)","welcome_user":"Willkommen zurück, {name}\\\\!","width":"Breite (Millimeter)","with_children":"Mit Kindern","work_added_success":"Arbeit erfolgreich hinzugefügt!","work_allocated_success":"Arbeit erfolgreich zugewiesen!","work_count_header":"{count} Arbeitselemente","work_created":"Erstellt","work_deleted":"Arbeit {workId} erfolgreich gelöscht","work_detail":"Arbeitsdetails","work_detail_title":"Arbeitsdetails {id}","work_finished":"Beendet","work_header":"1 Arbeitselement","work_management_setting_list_header":"Arbeitsverwaltungseinstellungen","work_original":"Originalarbeit","work_page_title":"{count, plural, one {# Arbeitselement} other {# Arbeitselemente}}","work_priority":"Priorität","work_queue":"Job-Queue","work_queue_header":"Arbeitsqueue","work_queue_problem_detected":"Probleme in der Arbeitswarteschlange erkannt","work_retries":"Wiederholungen","work_scheduled":"Geplant","work_started":"Gestartet","work_status":"Work Status","work_type":"Work Typ","work_type_header":"Typ","worker":"Arbeiter","worker_dynamic":"{worker}","write_review":"Bewertung schreiben","complete_system_setup":"Setup abschließen","default_country_info_description":"Wenn Sie mehrere Länder unterstützen, legen Sie bitte das Basisland fest, indem Sie die Umgebungsvariable UNCHAINED_COUNTRY setzen, z. B. UNCHAINED_COUNTRY=ch. Auf diese Weise weiß Unchained, welche Lokalisierung gesendet werden soll, wenn das Land nicht anhand des User-Agent-Headers bestimmt werden kann.","default_country_info_title":"Über das Basisland","default_currency_info_description":"Bitte legen Sie die Basiswährung fest, indem Sie die Umgebungsvariable UNCHAINED_CURRENCY setzen, z. B. UNCHAINED_CURRENCY=CHF. So weiß Unchained, welche Währung als Fallback verwendet werden soll, wenn sie nicht aus dem Kontext ermittelt werden kann.","default_currency_info_title":"Über die Basiswährung","default_language_info_description":"Bitte legen Sie die Basissprache fest, indem Sie die Umgebungsvariable UNCHAINED_LANG setzen, z. B. UNCHAINED_LANG=en. So weiß Unchained, welche Lokalisierung gesendet werden soll, wenn die Sprache des User-Agent nicht erkannt werden kann.","default_language_info_title":"Über die Basissprache","action_edit":"Bearbeiten","date_range_prefix":"Daten anzeigen von","date_range_to":"Zu","last_order_date":"Letzte Bestellung","no_customers":"Es wurden keine Top-Kunden gefunden.","product_id":"ID","product_no_price":"Kein Preis","product_revenue":"Einnahmen","product_sold":"Verkauft","product_untitled":"Unbenanntes Produkt","provider_configuration_items":"Konfigurationselemente","retry_prompt":"Wiederholen","top_selling_no_products":"Keine Bestseller gefunden.","total_spent":"Ausgegeben","assignment_sku":"Artikelnummer","assignment.title":"Produktzuordnung","dismiss":"Zurückweisen","documentation":"Dokumentation","filter.sortKey":"Sortieren","hide_payload":"Nutzlast verbergen","media.size":"Größe","media.type":"Typ","no_event_found":"Es wurde kein Ereignis gefunden","no_statistics_available":"Keine Statistiken verfügbar","order_status":"Bestellstatus","show_payload":"Nutzlast anzeigen","variation.id":"ID","variation.untitled":"Unbetitelte Variation","view":"Sicht","bundle_products":"Pakete","chat.error.auth":"🔐 **Authentifizierungsfehler** Ihre Sitzung ist abgelaufen oder das Authentifizierungstoken ist ungültig. *Bitte aktualisieren Sie die Seite oder melden Sie sich erneut an.*","chat.error.connection":"🚫 **Verbindungsfehler** Verbindung zum Chat-API-Server unter {chatUrl} nicht möglich. **So aktivieren Sie den Chat:** 1. Starten Sie das Backend. 2. Stellen Sie sicher, dass der Chat-/MCP-Endpunkt konfiguriert ist. 3. Überprüfen Sie NEXT_PUBLIC_CHAT_URL. **Aktuelle Konfiguration:** - Chat-URL: {chatUrl} *Bitte starten Sie das Backend.*","chat.error.stream":"⚠️ **Fehler bei der Streamverarbeitung** Bei der Verarbeitung des KI-Antwortstreams ist ein Fehler aufgetreten. **Mögliche Ursachen:** 1. Backend nicht aktiv 2. MCP-Server antwortet nicht 3. Fehlende/ungültige API-Schlüssel 4. Netzwerkprobleme **Fehlerdetails:** {details}","chat.error.submission":"❌ **Übermittlungsfehler** Ihre Nachricht konnte nicht gesendet werden. **Fehler:** {details} *Bitte stellen Sie sicher, dass der Server im Hintergrund läuft.*","chat.error.unexpected":"❌ **Chat-Fehler** Es ist ein unerwarteter Fehler aufgetreten: {details} *Bitte versuchen Sie es erneut oder überprüfen Sie die Konsole für weitere Details.*","dimensions":"Abmessungen","media.id":"ID","no_price":"N/A","no_users_found":"Keine Benutzer gefunden","no_works_found":"Keine Werke gefunden","operation_failed":"Operation fehlgeschlagen!!","operation_success":"Operation erfolgreich!","unit":"Einheit","weight":"Gewicht","active_types":"Aktive Mitarbeitertypen ({Anzahl})","events":"Veranstaltungen","items":"Artikel","no_active_types":"Keine aktiven Arbeitertypen gefunden","worker.dateRange":"Datumsbereich","worker.deleteCount":"Gelöscht","worker.errorCount":"Fehler","worker.newCount":"Neu","worker.noStatistics":"Keine Statistiken verfügbar","worker.startCount":"Start","worker.successCount":"Erfolgreich","workers":"Arbeiter","ordered":"Bestellt","registered":"Eingetragen","click_to_copy":"Klicken Sie hier, um die ID zu kopieren.","filter.options":"Optionen","message_status_processing":"Wird verarbeitet","message_status_sending":"Wird gesendet","message_status_sent":"Gesendet","message_status_skipped":"Übersprungen","message_status_undeliverable":"Nicht zustellbar","messages":"Nachrichten","no_retries":"Keine Wiederholungsversuche","retry_remaining":"wiederholen","all_workers":"Alle Arbeiter","add_new_tag":"Füge \\"{inputValue}\\" hinzu","assortment_children_CSV_import_assortment_id_missing":"Fehlende Sortier-ID im CSV-Datensatz des Kindes","assortment_children_CSV_import_child_id_missing":"Kind-CSV-Datensatz fehlt childAssortmentId","assortment_children_csv_file":"Sortimentskinder (CSV, optional)","assortment_csv_file":"Sortimente (CSV)","assortment_filter_CSV_import_assortment_id_missing":"Sortimentsfilter-CSV-Datensatz mit fehlender Sortiments-ID","assortment_filter_CSV_import_filter_id_missing":"CSV-Datensatz für Sortimentsfilter: Filter-ID fehlt","assortment_filters":"Sortimentsfilter","assortment_filters_csv_file":"Sortimentsfilter-CSV (optional)","assortment_import_description":"Wählen Sie Ihre Sortiments-CSV-Dateien und optional zugehörige CSV-Dateien aus und klicken Sie dann auf Importieren.","assortment_import_localized_texts_missing":"Ein Titel ist erforderlich","assortment_links":"Sortimentslinks","assortment_product_CSV_import_assortment_id_missing":"Produkt-CSV-Datensatz mit fehlender Sortiments-ID","assortment_product_CSV_import_product_id_missing":"Produkt-CSV-Datensatz: Produkt-ID fehlt","assortment_products":"Sortimentsprodukte","assortment_products_csv_file":"Sortimentsprodukte (CSV-Datei, optional)","assortments_import_title":"Importsortimente","bundle-item-scaffolded-success":"Neues Produkt erfolgreich als Gerüst erstellt und dem Bundle hinzugefügt.","bundle_items":"Artikel bündeln","csv_missing_fields":"Fehlende erforderliche Spalten: {fields}","delivery_details":"Lieferdetails","download":"Herunterladen","download_csv_template":"Vorlage herunterladen","export_completed":"Daten erfolgreich exportiert","export_options":"Exportoptionen","exported":"Exportiert","file":"Datei","filter_csv_invalid_type_set":"Ungültiger Filtertyp {type}","filter_import.id_missing":"Der Filter _id ist erforderlich","filter_import.key_missing":"Ein Filterschlüssel ist erforderlich.","filter_import.type_missing":"Filtertyp erforderlich","filter_import_description":"Wählen Sie Ihre Filter-CSV-Datei und die optionalen Filteroptionen-CSV-Datei aus und klicken Sie dann auf Importieren.","filter_import_title":"Importfilter","filter_option_csv_filterId_missing":"Die Filteroption „filterId“ ist erforderlich.","filter_option_csv_value_missing":"Die Angabe eines Filteroptionswerts ist erforderlich.","filter_options":"Filteroptionen","filter_options_csv_file":"Filteroptionen CSV (optional)","filters_csv_file":"Filter-CSV","no_active_exports_found":"Es wurden keine aktiven Dateien gefunden oder alle Links sind abgelaufen.","no_options":"Für \\"{inputValue}\\" wurden keine Optionen gefunden.","pickup_location":"Abholort","pickup_locations":"Abholorte","prices":"Preise","product_bundle_import_item_id_required":"Das Pflichtfeld bundleItemProductId fehlt.","product_bundle_import_product_id_required":"Das erforderliche Feld „Produkt-ID“ fehlt.","product_bundle_item_csv_file":"CSV-Datei mit Produktpaketartikeln (optional)","product_csv_file":"Produkte (CSV)","product_import_description":"Wählen Sie Ihre Produkt-CSV-Dateien und optionale CSV-Dateien aus und klicken Sie dann auf Importieren.","product_import_sequence_required":"Fehlende Erforderlichfeldsequenz","product_import_status_invalid":"Ungültiger Statuswert angegeben ({status})","product_price_csv_file":"Produktpreise als CSV-Datei (optional)","product_price_import_amount_required":"Pflichtfeld \'Betrag\' fehlt","product_price_import_countryCode_required":"Pflichtfeld \'Ländercode\' fehlt","product_price_import_currencyCode_required":"Pflichtfeld \'Währungscode\' fehlt","product_price_import_product_id_required":"Pflichtfeld \'Produkt-ID\' fehlt","product_variation_import_invalid_type_required":"Ungültiger Variationstyp angegeben ({type})","product_variation_import_product_id_required":"Pflichtfeld \'Produkt-ID\' der Variation fehlt","product_variation_import_type_required":"Pflichtfeld \'Variationstyp\' fehlt","product_variation_import_variation_id_required":"Pflichtfeld \'Variations-ID\' fehlt","product_variation_option_import_value_required":"Fehlender Wert für die Option „Erforderliches Feld“","product_variation_option_import_variation_id_required":"Erforderliche Feldvarianten-ID fehlt","product_variation_options_csv_file":"Produktvariantenoptionen (CSV, optional)","product_variations_csv_file":"Produktvarianten-CSV (optional)","products_import_title":"Importprodukte","ready_to_import":"Bereit für den Import von {products} Produkten{prices}{bundleItems}{variations}{variationOptions}.","ready_to_import_assortments":"Bereit für den Import von {assortments} Sortimenten{products}{children}{filters}.","ready_to_import_filters":"Bereit für den Import von {filters} Filtern{options}.","recent_exports":"Aktuelle Exporte","recent_exports_page_title":"{count, plural, one {# Export} other {# Exporte}}","requested_by":"Angefordert von","retry_submit":"Wiederholen","retry_work":"Wiederholen","scaffold_and_add":"Gerüst & Hinzufügen","scaffold_bundle_item_title":"Gerüst – Neuer Bundle-Artikel","variation_options":"Variationsoptionen","clear_filter":"Filter löschen","exporting_message":"Ihre Exportdateien werden generiert. Dies kann einen Moment dauern…","files":"Dateien","show_all_exports":"Alle Exporte anzeigen","all_types":null,"bookmarks":null,"delivery_type":null,"dispatch_routes":null,"earliest_delivery":null,"export_failed":null,"fulfillment":null,"fulfillment_preview_empty_hint":null,"fulfillment_simulation_error":null,"min_quantity":null,"ships":null,"simulate_as_of":null,"stock":null,"stock_without_dispatch_route":null,"stock_without_dispatch_route_hint":null,"units_available":null,"unknown_delivery_provider":null,"warehouse":null}')},68579,e=>{"use strict";let t,r,n,i,a,o,s;var l,d=e.i(50461),c=e.i(91398),u=e.i(91788),m=e.i(93532),h=e.i(21805);let _=({client:e,children:t})=>{let r=(0,h.getApolloContext)(),n=u.useContext(r),i=u.useMemo(()=>({...n,client:e||n.client}),[n,e]);return(0,m.invariant)(i.client,38),u.createElement(r.Provider,{value:i},t)};var f=e.i(65777),g=e.i(3828),p=e.i(28401),w=e.i(42763),v=e.i(73242),k=e.i(29115);let b={en:v.default,de:k.default},y=e=>{let t=e?.split("-")?.shift()||"de";return({...b})[t]};var E=e.i(15845);let x={"written-new":[{paradigmLocales:{_locales:"en en_GB es es_419 pt_BR pt_PT"}},{$enUS:{_value:"AS+CA+GU+MH+MP+PH+PR+UM+US+VI"}},{$cnsar:{_value:"HK+MO"}},{$americas:{_value:"019"}},{$maghreb:{_value:"MA+DZ+TN+LY+MR+EH"}},{no:{_desired:"nb",_distance:"1"}},{bs:{_desired:"hr",_distance:"4"}},{bs:{_desired:"sh",_distance:"4"}},{hr:{_desired:"sh",_distance:"4"}},{sr:{_desired:"sh",_distance:"4"}},{aa:{_desired:"ssy",_distance:"4"}},{de:{_desired:"gsw",_distance:"4",_oneway:"true"}},{de:{_desired:"lb",_distance:"4",_oneway:"true"}},{no:{_desired:"da",_distance:"8"}},{nb:{_desired:"da",_distance:"8"}},{ru:{_desired:"ab",_distance:"30",_oneway:"true"}},{en:{_desired:"ach",_distance:"30",_oneway:"true"}},{nl:{_desired:"af",_distance:"20",_oneway:"true"}},{en:{_desired:"ak",_distance:"30",_oneway:"true"}},{en:{_desired:"am",_distance:"30",_oneway:"true"}},{es:{_desired:"ay",_distance:"20",_oneway:"true"}},{ru:{_desired:"az",_distance:"30",_oneway:"true"}},{ur:{_desired:"bal",_distance:"20",_oneway:"true"}},{ru:{_desired:"be",_distance:"20",_oneway:"true"}},{en:{_desired:"bem",_distance:"30",_oneway:"true"}},{hi:{_desired:"bh",_distance:"30",_oneway:"true"}},{en:{_desired:"bn",_distance:"30",_oneway:"true"}},{zh:{_desired:"bo",_distance:"20",_oneway:"true"}},{fr:{_desired:"br",_distance:"20",_oneway:"true"}},{es:{_desired:"ca",_distance:"20",_oneway:"true"}},{fil:{_desired:"ceb",_distance:"30",_oneway:"true"}},{en:{_desired:"chr",_distance:"20",_oneway:"true"}},{ar:{_desired:"ckb",_distance:"30",_oneway:"true"}},{fr:{_desired:"co",_distance:"20",_oneway:"true"}},{fr:{_desired:"crs",_distance:"20",_oneway:"true"}},{sk:{_desired:"cs",_distance:"20"}},{en:{_desired:"cy",_distance:"20",_oneway:"true"}},{en:{_desired:"ee",_distance:"30",_oneway:"true"}},{en:{_desired:"eo",_distance:"30",_oneway:"true"}},{es:{_desired:"eu",_distance:"20",_oneway:"true"}},{da:{_desired:"fo",_distance:"20",_oneway:"true"}},{nl:{_desired:"fy",_distance:"20",_oneway:"true"}},{en:{_desired:"ga",_distance:"20",_oneway:"true"}},{en:{_desired:"gaa",_distance:"30",_oneway:"true"}},{en:{_desired:"gd",_distance:"20",_oneway:"true"}},{es:{_desired:"gl",_distance:"20",_oneway:"true"}},{es:{_desired:"gn",_distance:"20",_oneway:"true"}},{hi:{_desired:"gu",_distance:"30",_oneway:"true"}},{en:{_desired:"ha",_distance:"30",_oneway:"true"}},{en:{_desired:"haw",_distance:"20",_oneway:"true"}},{fr:{_desired:"ht",_distance:"20",_oneway:"true"}},{ru:{_desired:"hy",_distance:"30",_oneway:"true"}},{en:{_desired:"ia",_distance:"30",_oneway:"true"}},{en:{_desired:"ig",_distance:"30",_oneway:"true"}},{en:{_desired:"is",_distance:"20",_oneway:"true"}},{id:{_desired:"jv",_distance:"20",_oneway:"true"}},{en:{_desired:"ka",_distance:"30",_oneway:"true"}},{fr:{_desired:"kg",_distance:"30",_oneway:"true"}},{ru:{_desired:"kk",_distance:"30",_oneway:"true"}},{en:{_desired:"km",_distance:"30",_oneway:"true"}},{en:{_desired:"kn",_distance:"30",_oneway:"true"}},{en:{_desired:"kri",_distance:"30",_oneway:"true"}},{tr:{_desired:"ku",_distance:"30",_oneway:"true"}},{ru:{_desired:"ky",_distance:"30",_oneway:"true"}},{it:{_desired:"la",_distance:"20",_oneway:"true"}},{en:{_desired:"lg",_distance:"30",_oneway:"true"}},{fr:{_desired:"ln",_distance:"30",_oneway:"true"}},{en:{_desired:"lo",_distance:"30",_oneway:"true"}},{en:{_desired:"loz",_distance:"30",_oneway:"true"}},{fr:{_desired:"lua",_distance:"30",_oneway:"true"}},{hi:{_desired:"mai",_distance:"20",_oneway:"true"}},{en:{_desired:"mfe",_distance:"30",_oneway:"true"}},{fr:{_desired:"mg",_distance:"30",_oneway:"true"}},{en:{_desired:"mi",_distance:"20",_oneway:"true"}},{en:{_desired:"ml",_distance:"30",_oneway:"true"}},{ru:{_desired:"mn",_distance:"30",_oneway:"true"}},{hi:{_desired:"mr",_distance:"30",_oneway:"true"}},{id:{_desired:"ms",_distance:"30",_oneway:"true"}},{en:{_desired:"mt",_distance:"30",_oneway:"true"}},{en:{_desired:"my",_distance:"30",_oneway:"true"}},{en:{_desired:"ne",_distance:"30",_oneway:"true"}},{nb:{_desired:"nn",_distance:"20"}},{no:{_desired:"nn",_distance:"20"}},{en:{_desired:"nso",_distance:"30",_oneway:"true"}},{en:{_desired:"ny",_distance:"30",_oneway:"true"}},{en:{_desired:"nyn",_distance:"30",_oneway:"true"}},{fr:{_desired:"oc",_distance:"20",_oneway:"true"}},{en:{_desired:"om",_distance:"30",_oneway:"true"}},{en:{_desired:"or",_distance:"30",_oneway:"true"}},{en:{_desired:"pa",_distance:"30",_oneway:"true"}},{en:{_desired:"pcm",_distance:"20",_oneway:"true"}},{en:{_desired:"ps",_distance:"30",_oneway:"true"}},{es:{_desired:"qu",_distance:"30",_oneway:"true"}},{de:{_desired:"rm",_distance:"20",_oneway:"true"}},{en:{_desired:"rn",_distance:"30",_oneway:"true"}},{fr:{_desired:"rw",_distance:"30",_oneway:"true"}},{hi:{_desired:"sa",_distance:"30",_oneway:"true"}},{en:{_desired:"sd",_distance:"30",_oneway:"true"}},{en:{_desired:"si",_distance:"30",_oneway:"true"}},{en:{_desired:"sn",_distance:"30",_oneway:"true"}},{en:{_desired:"so",_distance:"30",_oneway:"true"}},{en:{_desired:"sq",_distance:"30",_oneway:"true"}},{en:{_desired:"st",_distance:"30",_oneway:"true"}},{id:{_desired:"su",_distance:"20",_oneway:"true"}},{en:{_desired:"sw",_distance:"30",_oneway:"true"}},{en:{_desired:"ta",_distance:"30",_oneway:"true"}},{en:{_desired:"te",_distance:"30",_oneway:"true"}},{ru:{_desired:"tg",_distance:"30",_oneway:"true"}},{en:{_desired:"ti",_distance:"30",_oneway:"true"}},{ru:{_desired:"tk",_distance:"30",_oneway:"true"}},{en:{_desired:"tlh",_distance:"30",_oneway:"true"}},{en:{_desired:"tn",_distance:"30",_oneway:"true"}},{en:{_desired:"to",_distance:"30",_oneway:"true"}},{ru:{_desired:"tt",_distance:"30",_oneway:"true"}},{en:{_desired:"tum",_distance:"30",_oneway:"true"}},{zh:{_desired:"ug",_distance:"20",_oneway:"true"}},{ru:{_desired:"uk",_distance:"20",_oneway:"true"}},{en:{_desired:"ur",_distance:"30",_oneway:"true"}},{ru:{_desired:"uz",_distance:"30",_oneway:"true"}},{fr:{_desired:"wo",_distance:"30",_oneway:"true"}},{en:{_desired:"xh",_distance:"30",_oneway:"true"}},{en:{_desired:"yi",_distance:"30",_oneway:"true"}},{en:{_desired:"yo",_distance:"30",_oneway:"true"}},{zh:{_desired:"za",_distance:"20",_oneway:"true"}},{en:{_desired:"zu",_distance:"30",_oneway:"true"}},{ar:{_desired:"aao",_distance:"10",_oneway:"true"}},{ar:{_desired:"abh",_distance:"10",_oneway:"true"}},{ar:{_desired:"abv",_distance:"10",_oneway:"true"}},{ar:{_desired:"acm",_distance:"10",_oneway:"true"}},{ar:{_desired:"acq",_distance:"10",_oneway:"true"}},{ar:{_desired:"acw",_distance:"10",_oneway:"true"}},{ar:{_desired:"acx",_distance:"10",_oneway:"true"}},{ar:{_desired:"acy",_distance:"10",_oneway:"true"}},{ar:{_desired:"adf",_distance:"10",_oneway:"true"}},{ar:{_desired:"aeb",_distance:"10",_oneway:"true"}},{ar:{_desired:"aec",_distance:"10",_oneway:"true"}},{ar:{_desired:"afb",_distance:"10",_oneway:"true"}},{ar:{_desired:"ajp",_distance:"10",_oneway:"true"}},{ar:{_desired:"apc",_distance:"10",_oneway:"true"}},{ar:{_desired:"apd",_distance:"10",_oneway:"true"}},{ar:{_desired:"arq",_distance:"10",_oneway:"true"}},{ar:{_desired:"ars",_distance:"10",_oneway:"true"}},{ar:{_desired:"ary",_distance:"10",_oneway:"true"}},{ar:{_desired:"arz",_distance:"10",_oneway:"true"}},{ar:{_desired:"auz",_distance:"10",_oneway:"true"}},{ar:{_desired:"avl",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayh",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayl",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayn",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayp",_distance:"10",_oneway:"true"}},{ar:{_desired:"bbz",_distance:"10",_oneway:"true"}},{ar:{_desired:"pga",_distance:"10",_oneway:"true"}},{ar:{_desired:"shu",_distance:"10",_oneway:"true"}},{ar:{_desired:"ssh",_distance:"10",_oneway:"true"}},{az:{_desired:"azb",_distance:"10",_oneway:"true"}},{et:{_desired:"vro",_distance:"10",_oneway:"true"}},{ff:{_desired:"ffm",_distance:"10",_oneway:"true"}},{ff:{_desired:"fub",_distance:"10",_oneway:"true"}},{ff:{_desired:"fue",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuf",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuh",_distance:"10",_oneway:"true"}},{ff:{_desired:"fui",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuq",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuv",_distance:"10",_oneway:"true"}},{gn:{_desired:"gnw",_distance:"10",_oneway:"true"}},{gn:{_desired:"gui",_distance:"10",_oneway:"true"}},{gn:{_desired:"gun",_distance:"10",_oneway:"true"}},{gn:{_desired:"nhd",_distance:"10",_oneway:"true"}},{iu:{_desired:"ikt",_distance:"10",_oneway:"true"}},{kln:{_desired:"enb",_distance:"10",_oneway:"true"}},{kln:{_desired:"eyo",_distance:"10",_oneway:"true"}},{kln:{_desired:"niq",_distance:"10",_oneway:"true"}},{kln:{_desired:"oki",_distance:"10",_oneway:"true"}},{kln:{_desired:"pko",_distance:"10",_oneway:"true"}},{kln:{_desired:"sgc",_distance:"10",_oneway:"true"}},{kln:{_desired:"tec",_distance:"10",_oneway:"true"}},{kln:{_desired:"tuy",_distance:"10",_oneway:"true"}},{kok:{_desired:"gom",_distance:"10",_oneway:"true"}},{kpe:{_desired:"gkp",_distance:"10",_oneway:"true"}},{luy:{_desired:"ida",_distance:"10",_oneway:"true"}},{luy:{_desired:"lkb",_distance:"10",_oneway:"true"}},{luy:{_desired:"lko",_distance:"10",_oneway:"true"}},{luy:{_desired:"lks",_distance:"10",_oneway:"true"}},{luy:{_desired:"lri",_distance:"10",_oneway:"true"}},{luy:{_desired:"lrm",_distance:"10",_oneway:"true"}},{luy:{_desired:"lsm",_distance:"10",_oneway:"true"}},{luy:{_desired:"lto",_distance:"10",_oneway:"true"}},{luy:{_desired:"lts",_distance:"10",_oneway:"true"}},{luy:{_desired:"lwg",_distance:"10",_oneway:"true"}},{luy:{_desired:"nle",_distance:"10",_oneway:"true"}},{luy:{_desired:"nyd",_distance:"10",_oneway:"true"}},{luy:{_desired:"rag",_distance:"10",_oneway:"true"}},{lv:{_desired:"ltg",_distance:"10",_oneway:"true"}},{mg:{_desired:"bhr",_distance:"10",_oneway:"true"}},{mg:{_desired:"bjq",_distance:"10",_oneway:"true"}},{mg:{_desired:"bmm",_distance:"10",_oneway:"true"}},{mg:{_desired:"bzc",_distance:"10",_oneway:"true"}},{mg:{_desired:"msh",_distance:"10",_oneway:"true"}},{mg:{_desired:"skg",_distance:"10",_oneway:"true"}},{mg:{_desired:"tdx",_distance:"10",_oneway:"true"}},{mg:{_desired:"tkg",_distance:"10",_oneway:"true"}},{mg:{_desired:"txy",_distance:"10",_oneway:"true"}},{mg:{_desired:"xmv",_distance:"10",_oneway:"true"}},{mg:{_desired:"xmw",_distance:"10",_oneway:"true"}},{mn:{_desired:"mvf",_distance:"10",_oneway:"true"}},{ms:{_desired:"bjn",_distance:"10",_oneway:"true"}},{ms:{_desired:"btj",_distance:"10",_oneway:"true"}},{ms:{_desired:"bve",_distance:"10",_oneway:"true"}},{ms:{_desired:"bvu",_distance:"10",_oneway:"true"}},{ms:{_desired:"coa",_distance:"10",_oneway:"true"}},{ms:{_desired:"dup",_distance:"10",_oneway:"true"}},{ms:{_desired:"hji",_distance:"10",_oneway:"true"}},{ms:{_desired:"id",_distance:"10",_oneway:"true"}},{ms:{_desired:"jak",_distance:"10",_oneway:"true"}},{ms:{_desired:"jax",_distance:"10",_oneway:"true"}},{ms:{_desired:"kvb",_distance:"10",_oneway:"true"}},{ms:{_desired:"kvr",_distance:"10",_oneway:"true"}},{ms:{_desired:"kxd",_distance:"10",_oneway:"true"}},{ms:{_desired:"lce",_distance:"10",_oneway:"true"}},{ms:{_desired:"lcf",_distance:"10",_oneway:"true"}},{ms:{_desired:"liw",_distance:"10",_oneway:"true"}},{ms:{_desired:"max",_distance:"10",_oneway:"true"}},{ms:{_desired:"meo",_distance:"10",_oneway:"true"}},{ms:{_desired:"mfa",_distance:"10",_oneway:"true"}},{ms:{_desired:"mfb",_distance:"10",_oneway:"true"}},{ms:{_desired:"min",_distance:"10",_oneway:"true"}},{ms:{_desired:"mqg",_distance:"10",_oneway:"true"}},{ms:{_desired:"msi",_distance:"10",_oneway:"true"}},{ms:{_desired:"mui",_distance:"10",_oneway:"true"}},{ms:{_desired:"orn",_distance:"10",_oneway:"true"}},{ms:{_desired:"ors",_distance:"10",_oneway:"true"}},{ms:{_desired:"pel",_distance:"10",_oneway:"true"}},{ms:{_desired:"pse",_distance:"10",_oneway:"true"}},{ms:{_desired:"tmw",_distance:"10",_oneway:"true"}},{ms:{_desired:"urk",_distance:"10",_oneway:"true"}},{ms:{_desired:"vkk",_distance:"10",_oneway:"true"}},{ms:{_desired:"vkt",_distance:"10",_oneway:"true"}},{ms:{_desired:"xmm",_distance:"10",_oneway:"true"}},{ms:{_desired:"zlm",_distance:"10",_oneway:"true"}},{ms:{_desired:"zmi",_distance:"10",_oneway:"true"}},{ne:{_desired:"dty",_distance:"10",_oneway:"true"}},{om:{_desired:"gax",_distance:"10",_oneway:"true"}},{om:{_desired:"hae",_distance:"10",_oneway:"true"}},{om:{_desired:"orc",_distance:"10",_oneway:"true"}},{or:{_desired:"spv",_distance:"10",_oneway:"true"}},{ps:{_desired:"pbt",_distance:"10",_oneway:"true"}},{ps:{_desired:"pst",_distance:"10",_oneway:"true"}},{qu:{_desired:"qub",_distance:"10",_oneway:"true"}},{qu:{_desired:"qud",_distance:"10",_oneway:"true"}},{qu:{_desired:"quf",_distance:"10",_oneway:"true"}},{qu:{_desired:"qug",_distance:"10",_oneway:"true"}},{qu:{_desired:"quh",_distance:"10",_oneway:"true"}},{qu:{_desired:"quk",_distance:"10",_oneway:"true"}},{qu:{_desired:"qul",_distance:"10",_oneway:"true"}},{qu:{_desired:"qup",_distance:"10",_oneway:"true"}},{qu:{_desired:"qur",_distance:"10",_oneway:"true"}},{qu:{_desired:"qus",_distance:"10",_oneway:"true"}},{qu:{_desired:"quw",_distance:"10",_oneway:"true"}},{qu:{_desired:"qux",_distance:"10",_oneway:"true"}},{qu:{_desired:"quy",_distance:"10",_oneway:"true"}},{qu:{_desired:"qva",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qve",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvi",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvj",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvl",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvm",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvn",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvo",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvp",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvs",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvw",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvz",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwa",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qws",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxa",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxl",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxn",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxo",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxp",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxr",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxt",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxu",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxw",_distance:"10",_oneway:"true"}},{sc:{_desired:"sdc",_distance:"10",_oneway:"true"}},{sc:{_desired:"sdn",_distance:"10",_oneway:"true"}},{sc:{_desired:"sro",_distance:"10",_oneway:"true"}},{sq:{_desired:"aae",_distance:"10",_oneway:"true"}},{sq:{_desired:"aat",_distance:"10",_oneway:"true"}},{sq:{_desired:"aln",_distance:"10",_oneway:"true"}},{syr:{_desired:"aii",_distance:"10",_oneway:"true"}},{uz:{_desired:"uzs",_distance:"10",_oneway:"true"}},{yi:{_desired:"yih",_distance:"10",_oneway:"true"}},{zh:{_desired:"cdo",_distance:"10",_oneway:"true"}},{zh:{_desired:"cjy",_distance:"10",_oneway:"true"}},{zh:{_desired:"cpx",_distance:"10",_oneway:"true"}},{zh:{_desired:"czh",_distance:"10",_oneway:"true"}},{zh:{_desired:"czo",_distance:"10",_oneway:"true"}},{zh:{_desired:"gan",_distance:"10",_oneway:"true"}},{zh:{_desired:"hak",_distance:"10",_oneway:"true"}},{zh:{_desired:"hsn",_distance:"10",_oneway:"true"}},{zh:{_desired:"lzh",_distance:"10",_oneway:"true"}},{zh:{_desired:"mnp",_distance:"10",_oneway:"true"}},{zh:{_desired:"nan",_distance:"10",_oneway:"true"}},{zh:{_desired:"wuu",_distance:"10",_oneway:"true"}},{zh:{_desired:"yue",_distance:"10",_oneway:"true"}},{"*":{_desired:"*",_distance:"80"}},{"en-Latn":{_desired:"am-Ethi",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"az-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"bn-Beng",_distance:"10",_oneway:"true"}},{"zh-Hans":{_desired:"bo-Tibt",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"hy-Armn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ka-Geor",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"km-Khmr",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"kn-Knda",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"lo-Laoo",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ml-Mlym",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"my-Mymr",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ne-Deva",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"or-Orya",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"pa-Guru",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ps-Arab",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"sd-Arab",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"si-Sinh",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ta-Taml",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"te-Telu",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ti-Ethi",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"tk-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ur-Arab",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"uz-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"yi-Hebr",_distance:"10",_oneway:"true"}},{"sr-Cyrl":{_desired:"sr-Latn",_distance:"5"}},{"zh-Hans":{_desired:"za-Latn",_distance:"10",_oneway:"true"}},{"zh-Hans":{_desired:"zh-Hani",_distance:"20",_oneway:"true"}},{"zh-Hant":{_desired:"zh-Hani",_distance:"20",_oneway:"true"}},{"ar-Arab":{_desired:"ar-Latn",_distance:"20",_oneway:"true"}},{"bn-Beng":{_desired:"bn-Latn",_distance:"20",_oneway:"true"}},{"gu-Gujr":{_desired:"gu-Latn",_distance:"20",_oneway:"true"}},{"hi-Deva":{_desired:"hi-Latn",_distance:"20",_oneway:"true"}},{"kn-Knda":{_desired:"kn-Latn",_distance:"20",_oneway:"true"}},{"ml-Mlym":{_desired:"ml-Latn",_distance:"20",_oneway:"true"}},{"mr-Deva":{_desired:"mr-Latn",_distance:"20",_oneway:"true"}},{"ta-Taml":{_desired:"ta-Latn",_distance:"20",_oneway:"true"}},{"te-Telu":{_desired:"te-Latn",_distance:"20",_oneway:"true"}},{"zh-Hans":{_desired:"zh-Latn",_distance:"20",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Latn",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hani",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hira",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Kana",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hrkt",_distance:"5",_oneway:"true"}},{"ja-Hrkt":{_desired:"ja-Hira",_distance:"5",_oneway:"true"}},{"ja-Hrkt":{_desired:"ja-Kana",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Hani",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Hang",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Jamo",_distance:"5",_oneway:"true"}},{"ko-Hang":{_desired:"ko-Jamo",_distance:"5",_oneway:"true"}},{"*-*":{_desired:"*-*",_distance:"50"}},{"ar-*-$maghreb":{_desired:"ar-*-$maghreb",_distance:"4"}},{"ar-*-$!maghreb":{_desired:"ar-*-$!maghreb",_distance:"4"}},{"ar-*-*":{_desired:"ar-*-*",_distance:"5"}},{"en-*-$enUS":{_desired:"en-*-$enUS",_distance:"4"}},{"en-*-GB":{_desired:"en-*-$!enUS",_distance:"3"}},{"en-*-$!enUS":{_desired:"en-*-$!enUS",_distance:"4"}},{"en-*-*":{_desired:"en-*-*",_distance:"5"}},{"es-*-$americas":{_desired:"es-*-$americas",_distance:"4"}},{"es-*-$!americas":{_desired:"es-*-$!americas",_distance:"4"}},{"es-*-*":{_desired:"es-*-*",_distance:"5"}},{"pt-*-$americas":{_desired:"pt-*-$americas",_distance:"4"}},{"pt-*-$!americas":{_desired:"pt-*-$!americas",_distance:"4"}},{"pt-*-*":{_desired:"pt-*-*",_distance:"5"}},{"zh-Hant-$cnsar":{_desired:"zh-Hant-$cnsar",_distance:"4"}},{"zh-Hant-$!cnsar":{_desired:"zh-Hant-$!cnsar",_distance:"4"}},{"zh-Hant-*":{_desired:"zh-Hant-*",_distance:"5"}},{"*-*-*":{_desired:"*-*-*",_distance:"4"}}]},L={"001":["001","001-status-grouping","002","005","009","011","013","014","015","017","018","019","021","029","030","034","035","039","053","054","057","061","142","143","145","150","151","154","155","AC","AD","AE","AF","AG","AI","AL","AM","AO","AQ","AR","AS","AT","AU","AW","AX","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BL","BM","BN","BO","BQ","BR","BS","BT","BV","BW","BY","BZ","CA","CC","CD","CF","CG","CH","CI","CK","CL","CM","CN","CO","CP","CQ","CR","CU","CV","CW","CX","CY","CZ","DE","DG","DJ","DK","DM","DO","DZ","EA","EC","EE","EG","EH","ER","ES","ET","EU","EZ","FI","FJ","FK","FM","FO","FR","GA","GB","GD","GE","GF","GG","GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT","GU","GW","GY","HK","HM","HN","HR","HT","HU","IC","ID","IE","IL","IM","IN","IO","IQ","IR","IS","IT","JE","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MF","MG","MH","MK","ML","MM","MN","MO","MP","MQ","MR","MS","MT","MU","MV","MW","MX","MY","MZ","NA","NC","NE","NF","NG","NI","NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF","PG","PH","PK","PL","PM","PN","PR","PS","PT","PW","PY","QA","QO","RE","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO","SR","SS","ST","SV","SX","SY","SZ","TA","TC","TD","TF","TG","TH","TJ","TK","TL","TM","TN","TO","TR","TT","TV","TW","TZ","UA","UG","UM","UN","US","UY","UZ","VA","VC","VE","VG","VI","VN","VU","WF","WS","XK","YE","YT","ZA","ZM","ZW"],"002":["002","002-status-grouping","011","014","015","017","018","202","AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","DZ","EA","EG","EH","ER","ET","GA","GH","GM","GN","GQ","GW","IC","IO","KE","KM","LR","LS","LY","MA","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SD","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TN","TZ","UG","YT","ZA","ZM","ZW"],"003":["003","013","021","029","AG","AI","AW","BB","BL","BM","BQ","BS","BZ","CA","CR","CU","CW","DM","DO","GD","GL","GP","GT","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PM","PR","SV","SX","TC","TT","US","VC","VG","VI"],"005":["005","AR","BO","BR","BV","CL","CO","EC","FK","GF","GS","GY","PE","PY","SR","UY","VE"],"009":["009","053","054","057","061","AC","AQ","AS","AU","CC","CK","CP","CX","DG","FJ","FM","GU","HM","KI","MH","MP","NC","NF","NR","NU","NZ","PF","PG","PN","PW","QO","SB","TA","TK","TO","TV","UM","VU","WF","WS"],"011":["011","BF","BJ","CI","CV","GH","GM","GN","GW","LR","ML","MR","NE","NG","SH","SL","SN","TG"],"013":["013","BZ","CR","GT","HN","MX","NI","PA","SV"],"014":["014","BI","DJ","ER","ET","IO","KE","KM","MG","MU","MW","MZ","RE","RW","SC","SO","SS","TF","TZ","UG","YT","ZM","ZW"],"015":["015","DZ","EA","EG","EH","IC","LY","MA","SD","TN"],"017":["017","AO","CD","CF","CG","CM","GA","GQ","ST","TD"],"018":["018","BW","LS","NA","SZ","ZA"],"019":["003","005","013","019","019-status-grouping","021","029","419","AG","AI","AR","AW","BB","BL","BM","BO","BQ","BR","BS","BV","BZ","CA","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GL","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PM","PR","PY","SR","SV","SX","TC","TT","US","UY","VC","VE","VG","VI"],"021":["021","BM","CA","GL","PM","US"],"029":["029","AG","AI","AW","BB","BL","BQ","BS","CU","CW","DM","DO","GD","GP","HT","JM","KN","KY","LC","MF","MQ","MS","PR","SX","TC","TT","VC","VG","VI"],"030":["030","CN","HK","JP","KP","KR","MN","MO","TW"],"034":["034","AF","BD","BT","IN","IR","LK","MV","NP","PK"],"035":["035","BN","ID","KH","LA","MM","MY","PH","SG","TH","TL","VN"],"039":["039","AD","AL","BA","ES","GI","GR","HR","IT","ME","MK","MT","PT","RS","SI","SM","VA","XK"],"053":["053","AU","CC","CX","HM","NF","NZ"],"054":["054","FJ","NC","PG","SB","VU"],"057":["057","FM","GU","KI","MH","MP","NR","PW","UM"],"061":["061","AS","CK","NU","PF","PN","TK","TO","TV","WF","WS"],142:["030","034","035","142","143","145","AE","AF","AM","AZ","BD","BH","BN","BT","CN","CY","GE","HK","ID","IL","IN","IQ","IR","JO","JP","KG","KH","KP","KR","KW","KZ","LA","LB","LK","MM","MN","MO","MV","MY","NP","OM","PH","PK","PS","QA","SA","SG","SY","TH","TJ","TL","TM","TR","TW","UZ","VN","YE"],143:["143","KG","KZ","TJ","TM","UZ"],145:["145","AE","AM","AZ","BH","CY","GE","IL","IQ","JO","KW","LB","OM","PS","QA","SA","SY","TR","YE"],150:["039","150","151","154","155","AD","AL","AT","AX","BA","BE","BG","BY","CH","CQ","CZ","DE","DK","EE","ES","FI","FO","FR","GB","GG","GI","GR","HR","HU","IE","IM","IS","IT","JE","LI","LT","LU","LV","MC","MD","ME","MK","MT","NL","NO","PL","PT","RO","RS","RU","SE","SI","SJ","SK","SM","UA","VA","XK"],151:["151","BG","BY","CZ","HU","MD","PL","RO","RU","SK","UA"],154:["154","AX","CQ","DK","EE","FI","FO","GB","GG","IE","IM","IS","JE","LT","LV","NO","SE","SJ"],155:["155","AT","BE","CH","DE","FR","LI","LU","MC","NL"],202:["011","014","017","018","202","AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","ER","ET","GA","GH","GM","GN","GQ","GW","IO","KE","KM","LR","LS","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TZ","UG","YT","ZA","ZM","ZW"],419:["005","013","029","419","AG","AI","AR","AW","BB","BL","BO","BQ","BR","BS","BV","BZ","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PR","PY","SR","SV","SX","TC","TT","UY","VC","VE","VG","VI"],EU:["AT","BE","BG","CY","CZ","DE","DK","EE","ES","EU","FI","FR","GR","HR","HU","IE","IT","LT","LU","LV","MT","NL","PL","PT","RO","SE","SI","SK"],EZ:["AT","BE","CY","DE","EE","ES","EZ","FI","FR","GR","IE","IT","LT","LU","LV","MT","NL","PT","SI","SK"],QO:["AC","AQ","CP","DG","QO","TA"],UN:["AD","AE","AF","AG","AL","AM","AO","AR","AT","AU","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BN","BO","BR","BS","BT","BW","BY","BZ","CA","CD","CF","CG","CH","CI","CL","CM","CN","CO","CR","CU","CV","CY","CZ","DE","DJ","DK","DM","DO","DZ","EC","EE","EG","ER","ES","ET","FI","FJ","FM","FR","GA","GB","GD","GE","GH","GM","GN","GQ","GR","GT","GW","GY","HN","HR","HT","HU","ID","IE","IL","IN","IQ","IR","IS","IT","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MG","MH","MK","ML","MM","MN","MR","MT","MU","MV","MW","MX","MY","MZ","NA","NE","NG","NI","NL","NO","NP","NR","NZ","OM","PA","PE","PG","PH","PK","PL","PT","PW","PY","QA","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SI","SK","SL","SM","SN","SO","SR","SS","ST","SV","SY","SZ","TD","TG","TH","TJ","TL","TM","TN","TO","TR","TT","TV","TZ","UA","UG","UN","US","UY","UZ","VC","VE","VN","VU","WS","YE","ZA","ZM","ZW"]},M=/-u(?:-[0-9a-z]{2,8})+/gi;function S(e,t,r=Error){if(!e)throw new r(t)}function A(e,t,r){let[n,i,a]=t.split("-"),o=!0;if(a&&"$"===a[0]){let t="!"!==a[1],n=(t?r[a.slice(1)]:r[a.slice(2)]).map(e=>L[e]||[e]).reduce((e,t)=>[...e,...t],[]);o&&=n.indexOf(e.region||"")>-1==t}else o&&=!e.region||"*"===a||a===e.region;return o&&=!e.script||"*"===i||i===e.script,o&&=!e.language||"*"===n||n===e.language}function C(e){return[e.language,e.script,e.region].filter(Boolean).join("-")}function I(e,t,r){for(let n of r.matches){let i=A(e,n.desired,r.matchVariables)&&A(t,n.supported,r.matchVariables);if(n.oneway||i||(i=A(e,n.supported,r.matchVariables)&&A(t,n.desired,r.matchVariables)),i){let i=10*n.distance;if(r.paradigmLocales.indexOf(C(e))>-1!=r.paradigmLocales.indexOf(C(t))>-1)return i-1;return i}}throw Error("No matching distance found")}let j=(0,E.memoize)(function(e,r){let n=new Intl.Locale(e).maximize(),i=new Intl.Locale(r).maximize(),a={language:n.language,script:n.script||"",region:n.region||""},o={language:i.language,script:i.script||"",region:i.region||""},s=0,l=function(){if(!t){let e=x["written-new"][0]?.paradigmLocales?._locales.split(" "),r=x["written-new"].slice(1,5);t={matches:x["written-new"].slice(5).map(e=>{let t=Object.keys(e)[0],r=e[t];return{supported:t,desired:r._desired,distance:+r._distance,oneway:"true"===r.oneway}},{}),matchVariables:r.reduce((e,t)=>{let r=Object.keys(t)[0],n=t[r];return e[r.slice(1)]=n._value.split("+"),e},{}),paradigmLocales:[...e,...e.map(e=>new Intl.Locale(e.replace(/_/g,"-")).maximize().toString())]}}return t}();return a.language!==o.language&&(s+=I({language:n.language,script:"",region:""},{language:i.language,script:"",region:""},l)),a.script!==o.script&&(s+=I({language:n.language,script:a.script,region:""},{language:i.language,script:o.script,region:""},l)),a.region!==o.region&&(s+=I(a,o,l)),s},{serializer:e=>`${e[0]}|${e[1]}`}),R=new WeakMap;function B(e){return Intl.getCanonicalLocales(e)[0]}let P=new WeakMap;function O(e,t){let r=P.get(e);r||(r=new Set(e),P.set(e,r));let n=t;for(;;){if(r.has(n))return n;let e=n.lastIndexOf("-");if(!~e)return;e>=2&&"-"===n[e-2]&&(e-=2),n=n.slice(0,e)}}function T(e,t,r,n,i,a){let o,s;if("lookup"===r.localeMatcher)o=function(e,t,r){let n={locale:""};for(let r of t){let t=r.replace(M,""),i=O(e,t);if(i)return n.locale=i,r!==t&&(n.extension=r.slice(t.length,r.length)),n}return n.locale=r(),n}(Array.from(e),t,a);else{var l;let r,n,i,s,d;l=Array.from(e),i=[],s=t.reduce((e,t)=>{let r=t.replace(M,"");return i.push(r),e[r]=t,e},{}),(d=function(e,t,r=838){let n=1/0,i={matchedDesiredLocale:"",distances:{}},a=R.get(t);a||(a=t.map(e=>{try{return Intl.getCanonicalLocales([e])[0]||e}catch{return e}}),R.set(t,a));let o=new Set(a);for(let t=0;t<e.length;t++){let r=e[t];if(o.has(r)){let e=0+40*t;if(i.distances[r]={[r]:e},e<n&&(n=e,i.matchedDesiredLocale=r,i.matchedSupportedLocale=r),0===t)return i}}for(let t=0;t<e.length;t++){let r=e[t];try{let e=new Intl.Locale(r).maximize().toString();if(e!==r){let a=function(e){let t=[],r=e;for(;r;){t.push(r);let e=r.lastIndexOf("-");if(-1===e)break;r=r.substring(0,e)}return t}(e);for(let s=0;s<a.length;s++){let l=a[s];if(l!==r&&o.has(l)){let a;try{a=new Intl.Locale(l).maximize().toString()===e?0+40*t:10*s+40*t}catch{a=10*s+40*t}i.distances[r]||(i.distances[r]={}),i.distances[r][l]=a,a<n&&(n=a,i.matchedDesiredLocale=r,i.matchedSupportedLocale=l);break}}}}catch{}}return i.matchedSupportedLocale&&0===n||(n=1/0,e.forEach((e,r)=>{i.distances[e]||(i.distances[e]={}),a.forEach((a,o)=>{let s=t[o],l=j(e,a)+0+40*r;i.distances[e][s]=l,l<n&&(n=l,i.matchedDesiredLocale=e,i.matchedSupportedLocale=s)})}),n>=r&&(i.matchedDesiredLocale=void 0,i.matchedSupportedLocale=void 0)),i}(i,l)).matchedSupportedLocale&&d.matchedDesiredLocale&&(r=d.matchedSupportedLocale,n=s[d.matchedDesiredLocale].slice(d.matchedDesiredLocale.length)||void 0),o=r?{locale:r,extension:n}:{locale:a()}}null==o&&(o={locale:a(),extension:""});let d=o.locale,c=i[d],u={locale:"en",dataLocale:d};s=o.extension?function(e){let t;S(e===e.toLowerCase(),"Expected extension to be lowercase"),S("-u-"===e.slice(0,3),"Expected extension to be a Unicode locale extension");let r=[],n=[],i=e.length,a=3;for(;a<i;){let o,s=e.indexOf("-",a);o=-1===s?i-a:s-a;let l=e.slice(a,a+o);S(o>=2,"Expected a subtag to have at least 2 characters"),void 0===t&&2!=o?-1===r.indexOf(l)&&r.push(l):2===o?(t={key:l,value:""},void 0===n.find(e=>e.key===t?.key)&&n.push(t)):t?.value===""?t.value=l:(S(void 0!==t,"Expected keyword to be defined"),t.value+="-"+l),a+=o+1}return{attributes:r,keywords:n}}(o.extension).keywords:[];let m=[];for(let e of n){let t,n=c?.[e]??[];S(Array.isArray(n),`keyLocaleData for ${e} must be an array`);let i=n[0];S(void 0===i||"string"==typeof i,"value must be a string or undefined");let a=s.find(t=>t.key===e);if(a){let r=a.value;""!==r?n.indexOf(r)>-1&&(t={key:e,value:i=r}):n.indexOf("true")>-1&&(t={key:e,value:i="true"})}let o=r[e];S(null==o||"string"==typeof o,"optionsValue must be a string or undefined"),"string"==typeof o&&""===(o=function(e,t){let r=t.toLowerCase();return S(void 0!==e,"ukey must be defined"),r}(e.toLowerCase(),o))&&(o="true"),o!==i&&n.indexOf(o)>-1&&(i=o,t=void 0),t&&m.push(t),u[e]=i}return m.length>0&&(d=function(e,t,r){S(-1===e.indexOf("-u-"),"Expected locale to not have a Unicode locale extension");let n="-u";for(let e of t)n+=`-${e}`;for(let e of r){let{key:t,value:r}=e;n+=`-${t}`,""!==r&&(n+=`-${r}`)}if("-u"===n)return B(e);let i=e.indexOf("-x-");return B(-1===i?e+n:e.slice(0,i)+n+e.slice(i))}(d,[],m)),u.locale=d,u}function D(e,t){let r=[];for(let n of t){let t=O(e,n.replace(M,""));t&&r.push(t)}return r}function V(e,t,r,n){return T(t,Intl.getCanonicalLocales(e),{localeMatcher:n?.algorithm||"best fit"},[],{},()=>r).locale}function N(e,t){if(0n===e)return[0n,0];for(;e%10n===0n;)e/=10n,t++;return[e,t]}function z(e){return e<0n?-e:e}function W(e){if(e<=0)return 1n;let t=1n,r=10n,n=e;for(;n>0;)1&n&&(t*=r),r*=r,n>>=1;return t}var H=class e{constructor(e){if("bigint"==typeof e){const[t,r]=N(e,0);this._mantissa=t,this._exponent=r,this._special=0,this._negativeZero=!1;return}if("number"==typeof e){if(Number.isNaN(e)){this._mantissa=0n,this._exponent=0,this._special=1,this._negativeZero=!1;return}if(e===1/0){this._mantissa=0n,this._exponent=0,this._special=2,this._negativeZero=!1;return}if(e===-1/0){this._mantissa=0n,this._exponent=0,this._special=3,this._negativeZero=!1;return}if(0===e){this._mantissa=0n,this._exponent=0,this._special=0,this._negativeZero=Object.is(e,-0);return}e=String(e)}const t=function(e){let t,r,n;if("NaN"===(e=e.trim()))return{mantissa:0n,exponent:0,special:1,negativeZero:!1};if("Infinity"===e||"+Infinity"===e)return{mantissa:0n,exponent:0,special:2,negativeZero:!1};if("-Infinity"===e)return{mantissa:0n,exponent:0,special:3,negativeZero:!1};let i=!1,a=0;"-"===e[0]?(i=!0,a++):"+"===e[a]&&a++;let o=e.indexOf("e",a);-1===o&&(o=e.indexOf("E",a));let s=0;-1!==o?(s=parseInt(e.substring(o+1),10),t=e.substring(a,o)):t=e.substring(a);let l=t.indexOf(".");-1!==l?(r=t.substring(0,l),n=t.substring(l+1)):(r=t,n="");let d=r+n,c=s-n.length;if(""===d||"0"===d||/^0+$/.test(d))return{mantissa:0n,exponent:0,special:0,negativeZero:i};let u=BigInt(d);i&&(u=-u);let[m,h]=N(u,c);return{mantissa:m,exponent:h,special:0,negativeZero:!1}}(e);this._mantissa=t.mantissa,this._exponent=t.exponent,this._special=t.special,this._negativeZero=t.negativeZero}static _create(t,r,n,i){let a=Object.create(e.prototype);return a._mantissa=t,a._exponent=r,a._special=n,a._negativeZero=i,a}static _coerce(t){return t instanceof e?t:new e(t)}times(t){let r=e._coerce(t);if(this._special||r._special)return this._specialArith(r,"times");if(0n===this._mantissa||0n===r._mantissa){let t=this._isSignNegative()?!r._isSignNegative():r._isSignNegative();return e._create(0n,0,0,t)}let[n,i]=N(this._mantissa*r._mantissa,this._exponent+r._exponent);return e._create(n,i,0,!1)}div(t){let r=e._coerce(t);if(this._special||r._special)return this._specialArith(r,"div");if(0n===r._mantissa){if(0n===this._mantissa)return e._create(0n,0,1,!1);let t=this._isSignNegative()!==r._isSignNegative();return e._create(0n,0,t?3:2,!1)}if(0n===this._mantissa){let t=this._isSignNegative()!==r._isSignNegative();return e._create(0n,0,0,t)}let[n,i]=N(this._mantissa*W(40)/r._mantissa,this._exponent-r._exponent-40);return e._create(n,i,0,!1)}plus(t){let r=e._coerce(t);if(this._special||r._special)return this._specialArith(r,"plus");if(0n===this._mantissa&&0n===r._mantissa){let t=this._negativeZero&&r._negativeZero;return e._create(0n,0,0,t)}if(0n===this._mantissa)return r;if(0n===r._mantissa)return this;let n=this._mantissa,i=r._mantissa,a=this._exponent,o=r._exponent,s=Math.min(a,o);a>s&&(n*=W(a-s)),o>s&&(i*=W(o-s));let l=n+i;if(0n===l)return e._create(0n,0,0,!1);let[d,c]=N(l,s);return e._create(d,c,0,!1)}minus(t){return this.plus(e._coerce(t).negated())}mod(t){let r=e._coerce(t);if(this._special||r._special){if(1===this._special||1===r._special||2===this._special||3===this._special)return e._create(0n,0,1,!1);if(2===r._special||3===r._special)return this}if(0n===r._mantissa)return e._create(0n,0,1,!1);if(0n===this._mantissa)return this;let n=this._mantissa,i=r._mantissa,a=this._exponent,o=r._exponent,s=Math.min(a,o);a>s&&(n*=W(a-s)),o>s&&(i*=W(o-s));let l=n%i;if(0n===l)return e._create(0n,0,0,!1);let[d,c]=N(l,s);return e._create(d,c,0,!1)}abs(){return 1===this._special?this:3===this._special?e._create(0n,0,2,!1):e._create(z(this._mantissa),this._exponent,this._special,!1)}negated(){return 1===this._special?this:2===this._special?e._create(0n,0,3,!1):3===this._special?e._create(0n,0,2,!1):0n===this._mantissa?e._create(0n,0,0,!this._negativeZero):e._create(-this._mantissa,this._exponent,0,!1)}pow(t){if(1===this._special)return this;if(0===t)return new e(1);if(t<0)return new e(1).div(this.pow(-t));if(2===this._special)return this;if(3===this._special)return t%2==0?e._create(0n,0,2,!1):this;if(0n===this._mantissa)return new e(0);let[r,n]=N(this._mantissa**BigInt(t),this._exponent*t);return e._create(r,n,0,!1)}floor(){if(0!==this._special||0n===this._mantissa||this._exponent>=0)return this;let t=W(-this._exponent),r=this._mantissa,n=r/t;if(r<0n&&r%t!==0n&&(n-=1n),0n===n){let t=this._mantissa<0n;return e._create(0n,0,0,t)}let[i,a]=N(n,0);return e._create(i,a,0,!1)}ceil(){if(0!==this._special||0n===this._mantissa||this._exponent>=0)return this;let t=W(-this._exponent),r=this._mantissa,n=r/t;if(r>0n&&r%t!==0n&&(n+=1n),0n===n)return e._create(0n,0,0,!1);let[i,a]=N(n,0);return e._create(i,a,0,!1)}log(t){if(1===this._special)return this;if(3===this._special)return e._create(0n,0,1,!1);if(2===this._special)return e._create(0n,0,2,!1);if(this._mantissa<0n)return e._create(0n,0,1,!1);if(0n===this._mantissa)return e._create(0n,0,3,!1);if(10===t)return this._log10();let r=this._log10(),n=new e(Math.log10(t));return r.div(n)}_log10(){let t,r=z(this._mantissa),n=function(e){if(0n===e)return 1;e<0n&&(e=-e);let t=0;for(;e>=1000000000000000n;)e/=1000000000000000n,t+=15;let r=Number(e);for(;r>=1;)r/=10,t++;return t}(r);if(n<=15)t=Math.log10(Number(r));else{let e=n-17;t=Math.log10(Number(r/W(e)))+e}return new e(t+this._exponent)}eq(t){let r=e._coerce(t);return 1!==this._special&&1!==r._special&&this._special===r._special&&(0!==this._special||0n===this._mantissa&&0n===r._mantissa||this._mantissa===r._mantissa&&this._exponent===r._exponent)}_compareTo(e){if(1===this._special||1===e._special)return NaN;if(2===this._special)return+(2!==e._special);if(3===this._special)return 3===e._special?0:-1;if(2===e._special)return -1;if(3===e._special)return 1;let t=0n===this._mantissa,r=0n===e._mantissa;if(t&&r)return 0;if(t)return e._mantissa>0n?-1:1;if(r)return this._mantissa>0n?1:-1;let n=this._mantissa<0n;if(n!==e._mantissa<0n)return n?-1:1;let i=this._mantissa,a=e._mantissa,o=this._exponent,s=e._exponent,l=Math.min(o,s);return(o>l&&(i*=W(o-l)),s>l&&(a*=W(s-l)),i<a)?-1:+(i>a)}lessThan(t){return -1===this._compareTo(e._coerce(t))}greaterThan(t){return 1===this._compareTo(e._coerce(t))}lessThanOrEqualTo(t){let r=this._compareTo(e._coerce(t));return 0===r||-1===r}greaterThanOrEqualTo(t){let r=this._compareTo(e._coerce(t));return 0===r||1===r}isZero(){return 0===this._special&&0n===this._mantissa}isNaN(){return 1===this._special}isFinite(){return 0===this._special}isNegative(){return 1!==this._special&&(3===this._special||2!==this._special&&(0n===this._mantissa?this._negativeZero:this._mantissa<0n))}isPositive(){return 1!==this._special&&(2===this._special||3!==this._special&&(0n===this._mantissa?!this._negativeZero:this._mantissa>0n))}isInteger(){return 0===this._special&&(0n===this._mantissa||this._exponent>=0)}toJSON(){return this.toString()}toNumber(){return 1===this._special?NaN:2===this._special?1/0:3===this._special?-1/0:0n===this._mantissa?this._negativeZero?-0:0:Number(this.toString())}toString(){if(1===this._special)return"NaN";if(2===this._special)return"Infinity";if(3===this._special)return"-Infinity";if(0n===this._mantissa)return"0";let e=this._mantissa<0n,t=z(this._mantissa).toString(),r=e?"-":"";if(0===this._exponent)return r+t;if(this._exponent>0)return r+t+"0".repeat(this._exponent);let n=-this._exponent;if(n<t.length)return r+t.slice(0,t.length-n)+"."+t.slice(t.length-n);{let e=n-t.length;return r+"0."+"0".repeat(e)+t}}static pow(t,r){let n="number"==typeof r?r:r.toNumber();return"number"==typeof t&&10===t?e._create(1n,n,0,!1):(t instanceof e?t:new e(t)).pow(n)}static set(e){}_isSignNegative(){return 3===this._special||this._mantissa<0n||0n===this._mantissa&&this._negativeZero}_specialArith(t,r){let n=this._special,i=t._special;if(1===n||1===i)return e._create(0n,0,1,!1);let a=this._isSignNegative(),o=t._isSignNegative(),s=2===n||3===n,l=2===i||3===i;if("times"===r&&(s||l))return s&&0n===t._mantissa&&!l||l&&0n===this._mantissa&&!s?e._create(0n,0,1,!1):e._create(0n,0,a!==o?3:2,!1);if("div"===r){if(s&&l)return e._create(0n,0,1,!1);if(s)return e._create(0n,0,a!==o?3:2,!1);if(l)return e._create(0n,0,0,a!==o)}if("plus"===r){if(s&&l)return a!==o?e._create(0n,0,1,!1):this;if(s)return this;if(l)return t}return e._create(0n,0,1,!1)}};function Z(e){return Intl.getCanonicalLocales(e)}function F(e){if(null==e)throw TypeError("undefined/null cannot be converted to object");return Object(e)}function q(e,t,r,n,i){if("object"!=typeof e)throw TypeError("Options must be an object");let a=e[t];if(void 0!==a){if("boolean"!==r&&"string"!==r)throw TypeError("invalid type");if("boolean"===r&&(a=!!a),"string"===r&&(a=function(e){if("symbol"==typeof e)throw TypeError("Cannot convert a Symbol value to a string");return String(e)}(a)),void 0!==n&&!n.filter(e=>e==a).length)throw RangeError(`${a} is not within ${n.join(", ")}`);return a}return i}function U(e,t){if("object"==typeof e&&null!=e){let r,n=Symbol.toPrimitive in e?e[Symbol.toPrimitive]:void 0;if(void 0!==n){void 0===t?r="default":"string"===t?r="string":(!function(e,t,r=Error){if(!e)throw new r(t)}("number"===t,'preferredType must be "string" or "number"'),r="number");let i=n.call(e,r);if("object"!=typeof i)return i;throw TypeError("Cannot convert exotic object to primitive.")}for(let r of(void 0===t&&(t="number"),"string"===t?["toString","valueOf"]:["valueOf","toString"])){let t=e[r];if("function"==typeof t){let r=t.call(e);if("object"!=typeof r)return r}}throw TypeError("Cannot convert object to primitive value")}return e}function G(e){if("bigint"==typeof e)return new H(e.toString());let t=U(e,"number");if(void 0===t)return new H(NaN);if(!0===t)return new H(1);if(!1===t||null===t)return new H(0);try{return new H(t)}catch{return new H(NaN)}}function K(e,t,r,n){if(void 0===e)return n;let i=Number(e);if(isNaN(i)||i<t||i>r)throw RangeError(`${i} is outside of range [${t}, ${r}]`);return Math.floor(i)}function Y(e,t){let r=t&&t.cache?t.cache:ee,n=t&&t.serializer?t.serializer:J;return(t&&t.strategy?t.strategy:function(e,t){var r,n;let i=1===e.length?$:Q;return r=t.cache.create(),n=t.serializer,i.bind(this,e,r,n)})(e,{cache:r,serializer:n})}function $(e,t,r,n){let i=null==n||"number"==typeof n||"boolean"==typeof n?n:r(n),a=t.get(i);return void 0===a&&(a=e.call(this,n),t.set(i,a)),a}function Q(e,t,r){let n=Array.prototype.slice.call(arguments,3),i=r(n),a=t.get(i);return void 0===a&&(a=e.apply(this,n),t.set(i,a)),a}let J=function(){return JSON.stringify(arguments)};var X=class{constructor(){this.cache=Object.create(null)}get(e){return this.cache[e]}set(e,t){this.cache[e]=t}};let ee={create:function(){return new X}},et={variadic:function(e,t){var r,n;return r=t.cache.create(),n=t.serializer,Q.bind(this,e,r,n)},monadic:function(e,t){var r,n;return r=t.cache.create(),n=t.serializer,$.bind(this,e,r,n)}};function er(e,t){if("function"==typeof e.repeat)return e.repeat(t);let r=Array.from({length:t});for(let t=0;t<r.length;t++)r[t]=e;return r.join("")}function en(e,t,r=Error){if(!e)throw new r(t)}Y((...e)=>new Intl.NumberFormat(...e),{strategy:et.variadic}),Y((...e)=>new Intl.PluralRules(...e),{strategy:et.variadic}),Y((...e)=>new Intl.ListFormat(...e),{strategy:et.variadic});let ei=new Set([1,2,5,10,20,25,50,100,200,250,500,1e3,2e3,2500,5e3]);function ea(e){return null===e?"Null":void 0===e?"Undefined":"function"==typeof e||"object"==typeof e?"Object":"number"==typeof e?"Number":"boolean"==typeof e?"Boolean":"string"==typeof e?"String":"symbol"==typeof e?"Symbol":"bigint"==typeof e?"BigInt":void 0}let eo=Y(e=>H.pow(10,e)),es=new H(0),el=new H(-0),ed={ceil:"zero",floor:"infinity",expand:"infinity",trunc:"zero",halfCeil:"half-zero",halfFloor:"half-infinity",halfExpand:"half-infinity",halfTrunc:"half-zero",halfEven:"half-even"},ec={ceil:"infinity",floor:"zero",expand:"infinity",trunc:"zero",halfCeil:"half-infinity",halfFloor:"half-zero",halfExpand:"half-infinity",halfTrunc:"half-zero",halfEven:"half-even"};function eu(e,t,r,n){if(e.eq(t)||t.eq(r))return t;if(e.eq(r))return r;if(en(t.lessThan(e)&&e.lessThan(r),`x should be between r1 and r2 but x=${e}, r1=${t}, r2=${r}`),"zero"===n)return t;if("infinity"===n)return r;let i=e.minus(t),a=r.minus(e);return i.lessThan(a)?t:a.lessThan(i)?r:(en(i.eq(a),"d1 should be equal to d2"),"half-zero"===n)?t:"half-infinity"===n?r:(en("half-even"===n,"unsignedRoundingMode should be half-even"),t.div(r.minus(t)).mod(2).isZero())?t:r}function em(e,t){return e.times(eo(-t))}function eh(e,t,r,n,i){let a,o,s,l,d,c,{n1:u,r1:m}={n1:d=e.times(eo(r)).floor().div(n).floor().times(n),r1:em(d,r)},{n2:h,r2:_}={n2:c=e.times(eo(r)).ceil().div(n).ceil().times(n),r2:em(c,r)};if(eu(e,m,_,i).eq(m)?(a=u,o=m):(a=h,o=_),s=a.isZero()?"0":a.toString(),0!==r){let e=s.length;e<=r&&(s=er("0",r-e+1)+s,e=r+1);let t=s.slice(0,e-r);s=t+"."+s.slice(s.length-r),l=t.length}else l=s.length;let f=r-t;for(;f>0&&"0"===s[s.length-1];)s=s.slice(0,s.length-1),f--;return"."===s[s.length-1]&&(s=s.slice(0,s.length-1)),{formattedString:s,roundedNumber:o,integerDigitsCount:l,roundingMagnitude:-r}}function e_(e,t,r,n){let i,a,o,s;if(e.isZero())i=er("0",r),a=0,o=es;else{let t,{n1:s,e1:l,r1:d}=function(e,t){let r=eo(t),n=eo(t-1),i=e.log(10).floor(),a=eo(i.minus(t).plus(1)),o=e.div(a).floor(),s=o.times(a);if(o.greaterThanOrEqualTo(r)){let r=eo((i=i.plus(1)).minus(t).plus(1));s=(o=e.div(r).floor()).times(r)}else if(o.lessThan(n)){let r=eo((i=i.minus(1)).minus(t).plus(1));s=(o=e.div(r).floor()).times(r)}if(s.lessThanOrEqualTo(e)&&o.lessThan(r)&&o.greaterThanOrEqualTo(n))return{n1:o,e1:i,r1:s};let l=e.div(n).log(10).plus(t).minus(1).ceil();for(;;){let i=eo(l.minus(t).plus(1)),a=e.div(i).floor();if(a.lessThan(r)&&a.greaterThanOrEqualTo(n)){let t=a.times(i);if(t.lessThanOrEqualTo(e))return{n1:a,e1:l,r1:t}}l=l.minus(1)}}(e,r),{n2:c,e2:u,r2:m}=function(e,t){let r=eo(t),n=eo(t-1),i=e.log(10).floor(),a=eo(i.minus(t).plus(1)),o=e.div(a).ceil(),s=o.times(a);if(o.greaterThanOrEqualTo(r)){let r=eo((i=i.plus(1)).minus(t).plus(1));s=(o=e.div(r).ceil()).times(r)}else if(o.lessThan(n)){let r=eo((i=i.minus(1)).minus(t).plus(1));s=(o=e.div(r).ceil()).times(r)}if(s.greaterThanOrEqualTo(e)&&o.lessThan(r)&&o.greaterThanOrEqualTo(n))return{n2:o,e2:i,r2:s};let l=e.div(r).log(10).plus(t).minus(1).floor();for(;;){let i=eo(l.minus(t).plus(1)),a=e.div(i).ceil();if(a.lessThan(r)&&a.greaterThanOrEqualTo(n)){let t=a.times(i);if(t.greaterThanOrEqualTo(e))return{n2:a,e2:l,r2:t}}l=l.plus(1)}}(e,r);eu(e,d,m,n).eq(d)?(t=s,a=l.toNumber(),o=d):(t=c,a=u.toNumber(),o=m),i=t.toString()}if(a>=r-1?(i+=er("0",a-r+1),s=a+1):a>=0?(i=i.slice(0,a+1)+"."+i.slice(i.length-(r-(a+1))),s=a+1):(en(a<0,"e should be less than 0"),i="0."+er("0",-a-1)+i,s=1),i.includes(".")&&r>t){let e=r-t;for(;e>0&&"0"===i[i.length-1];)i=i.slice(0,i.length-1),e--;"."===i[i.length-1]&&(i=i.slice(0,i.length-1))}return{formattedString:i,roundedNumber:o,integerDigitsCount:s,roundingMagnitude:a}}let ef=new H(0);function eg(e,t,r=Error){if(!e)throw new r(t)}function ep(e){if("number"==typeof e)return new H(e);if("bigint"==typeof e)return new H(e.toString());if(eg("symbol"!=typeof e,"Symbol is not supported",TypeError),void 0===e)return new H(NaN);if(null===e||0===e)return ef;if(!0===e)return new H(1);if("string"==typeof e)try{return new H(e)}catch{return new H(NaN)}eg("object"==typeof e,"object expected",TypeError);let t=U(e,"number");return eg("object"!=typeof t,"object expected",TypeError),ep(t)}function ew(e,t,{getInternalSlots:r,PluralRuleSelect:n}){let i=r(e);if(en("Object"===ea(i),"pl has to be an object"),en("initializedPluralRules"in i,"pluralrules must be initialized"),!t.isFinite())return{formattedString:String(t),pluralCategory:"other"};let{locale:a,type:o,notation:s}=i,l=function(e,t){var r;let n,i,a=t;a.isZero()&&a.isNegative()?(n="negative",a=es):(en(a.isFinite(),"NumberFormatDigitInternalSlots value is not finite"),"negative"==(n=a.lessThan(0)?"negative":"positive")&&(a=a.negated()));let o=e.roundingType,s=(r=e.roundingMode,"negative"===n?ed[r]:ec[r]);switch(o){case"significantDigits":i=e_(a,e.minimumSignificantDigits,e.maximumSignificantDigits,s);break;case"fractionDigits":i=eh(a,e.minimumFractionDigits,e.maximumFractionDigits,e.roundingIncrement,s);break;default:let l=e_(a,e.minimumSignificantDigits,e.maximumSignificantDigits,s),d=eh(a,e.minimumFractionDigits,e.maximumFractionDigits,e.roundingIncrement,s);"morePrecision"===e.roundingType?i=l.roundingMagnitude<=d.roundingMagnitude?l:d:(en("lessPrecision"===e.roundingType,"Invalid roundingType"),i=l.roundingMagnitude<=d.roundingMagnitude?d:l)}a=i.roundedNumber;let c=i.formattedString;if("stripIfInteger"===e.trailingZeroDisplay&&a.isInteger()){let e=c.indexOf(".");e>-1&&(c=c.slice(0,e))}let u=i.integerDigitsCount,m=e.minimumIntegerDigits;return u<m&&(c=er("0",m-u)+c),"negative"===n&&(a=a.isZero()?el:a.negated()),{roundedNumber:a,formattedString:c}}(i,t).formattedString,d=0;if("compact"===s&&!t.isZero()&&i.dataLocaleData?.numbers)try{d=function(e,t){let{notation:r,dataLocaleData:n,numberingSystem:i}=e;switch(r){case"standard":return 0;case"scientific":return t.toNumber();case"engineering":return t.div(3).floor().times(3).toNumber();default:{let a;en("compact"===r,"Invalid notation");let{compactDisplay:o,style:s,currencyDisplay:l}=e;if("currency"===s&&"name"!==l)a=(n.numbers.currency[i]||n.numbers.currency[n.numbers.nu[0]]).short;else{let e=n.numbers.decimal[i]||n.numbers.decimal[n.numbers.nu[0]];a="long"===o?e.long:e.short}if(!a)return 0;let d=eo(t).toString(),c=Object.keys(a);if(d<c[0])return 0;if(d>c[c.length-1]){let e=c[c.length-1];if("0"===a[e].other)return 0;return e.length-a[e].other.match(/0+/)[0].length}let u=c.indexOf(d);if(-1===u)return 0;let m=c[u];if("0"===a[m].other)return 0;return m.length-a[m].other.match(/0+/)[0].length}}}(i,new H(Math.floor(Math.log10(Math.abs(t.toNumber())))))}catch{d=0}return{formattedString:l,pluralCategory:n(a,o,t,function(e,t=0){let r,n,i,a,o;en("string"==typeof e,"GetOperands should have been called with a string");let s=ep(e);en(s.isFinite(),"n should be finite");let l=e.indexOf("."),d="";-1===l?(r=s,n=es,i=0):(r=e.slice(0,l),n=ep(d=e.slice(l,e.length)),i=d.length);let c=ep(r).abs();if(n.isZero())a=0,o=es;else{let e=d.replace(/0+$/,"");a=e.length,o=ep(e)}return{Number:s,IntegerDigits:c.lessThanOrEqualTo(Number.MAX_SAFE_INTEGER)&&c.greaterThanOrEqualTo(-Number.MAX_SAFE_INTEGER)?c.toNumber():c.toString(),NumberOfFractionDigits:i,NumberOfFractionDigitsWithoutTrailing:a,FractionDigits:n.toNumber(),FractionDigitsWithoutTrailing:o.toNumber(),CompactExponent:t}}(l,d))}}let ev=new WeakMap;function ek(e){let t=ev.get(e);return t||(t=Object.create(null),ev.set(e,t)),t}function eb(e,t){if(!(e instanceof ex))throw TypeError(`Method Intl.PluralRules.prototype.${t} called on incompatible receiver ${String(e)}`)}function ey(e,t,r,{IntegerDigits:n,NumberOfFractionDigits:i,FractionDigits:a,CompactExponent:o}){return ex.localeData[e].fn(i?`${n}.${a}`:String(n),"ordinal"===t,o)}function eE(e,t,r,n){let i=ex.localeData[e];if(!i||!i.pluralRanges)return n;let a=`${r}_${n}`;return("ordinal"===t?i.pluralRanges.ordinal:i.pluralRanges.cardinal)?.[a]??n}var ex=class e{constructor(t,r){if(!(this&&this instanceof e?this.constructor:void 0))throw TypeError("Intl.PluralRules must be called with 'new'");return function(e,t,r,{availableLocales:n,relevantExtensionKeys:i,localeData:a,getDefaultLocale:o,getInternalSlots:s}){let l=Z(t),d=Object.create(null),c=void 0===r?Object.create(null):F(r),u=s(e);u.initializedPluralRules=!0,d.localeMatcher=q(c,"localeMatcher","string",["best fit","lookup"],"best fit");let m=T(n,l,d,i,a,o);u.locale=m.locale,u.type=q(c,"type","string",["cardinal","ordinal"],"cardinal");let h=q(c,"notation","string",["standard","compact"],"standard");return u.notation=h,"compact"===h&&(u.compactDisplay=q(c,"compactDisplay","string",["short","long"],"short"),"u">typeof Intl&&Intl.NumberFormat&&Intl.NumberFormat.localeData&&(u.dataLocaleData=Intl.NumberFormat.localeData[m.locale])),!function(e,t,r,n){let i=K(t.minimumIntegerDigits,1,21,1),a=t.minimumFractionDigits,o=t.maximumFractionDigits,s=t.minimumSignificantDigits,l=t.maximumSignificantDigits;e.minimumIntegerDigits=i;let d=K(t.roundingIncrement,1,5e3,1);en(ei.has(d),`Invalid rounding increment value: ${d}.
2
+ Valid values are ${Array.from(ei).join(", ")}.`);let c=q(t,"roundingMode","string",["ceil","floor","expand","trunc","halfCeil","halfFloor","halfExpand","halfTrunc","halfEven"],"halfExpand"),u=q(t,"roundingPriority","string",["auto","morePrecision","lessPrecision"],"auto"),m=q(t,"trailingZeroDisplay","string",["auto","stripIfInteger"],"auto");1!==d&&(r=0),e.roundingIncrement=d,e.roundingMode=c,e.trailingZeroDisplay=m;let h=void 0!==s||void 0!==l,_=void 0!==a||void 0!==o,f=!0,g=!0;if("auto"===u&&(f=h,(h||!_&&"compact"===n)&&(g=!1)),f&&(h?(e.minimumSignificantDigits=K(s,1,21,1),e.maximumSignificantDigits=K(l,e.minimumSignificantDigits,21,21)):(e.minimumSignificantDigits=1,e.maximumSignificantDigits=21)),g)if(_){if(a=K(a,0,100,void 0),o=K(o,0,100,void 0),void 0===a)en(void 0!==o,"maximumFractionDigits must be defined"),a=Math.min(0,o);else if(void 0===o)o=Math.max(r,a);else if(a>o)throw RangeError(`Invalid range, ${a} > ${o}`);e.minimumFractionDigits=a,e.maximumFractionDigits=o}else e.minimumFractionDigits=0,e.maximumFractionDigits=r;f||g?"morePrecision"===u?(e.roundingType="morePrecision",e.roundingPriority="morePrecision"):"lessPrecision"===u?(e.roundingType="lessPrecision",e.roundingPriority="lessPrecision"):(h?e.roundingType="significantDigits":e.roundingType="fractionDigits",e.roundingPriority="auto"):(e.minimumFractionDigits=0,e.maximumFractionDigits=0,e.minimumSignificantDigits=1,e.maximumSignificantDigits=2,e.roundingType="morePrecision",e.roundingPriority="morePrecision"),1!==d&&(en("fractionDigits"===e.roundingType,"Invalid roundingType",TypeError),en(e.maximumFractionDigits===e.minimumFractionDigits,"With roundingIncrement > 1, maximumFractionDigits and minimumFractionDigits must be equal.",RangeError))}(u,c,3,"standard"),e}(this,t,r,{availableLocales:e.availableLocales,relevantExtensionKeys:e.relevantExtensionKeys,localeData:e.localeData,getDefaultLocale:e.getDefaultLocale,getInternalSlots:ek})}resolvedOptions(){eb(this,"resolvedOptions");let t=Object.create(null),r=ek(this);return t.locale=r.locale,t.type=r.type,["minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"].forEach(e=>{let n=r[e];void 0!==n&&(t[e]=n)}),t.pluralCategories=[...e.localeData[t.locale].categories[t.type]],t}select(e){return eb(this,"select"),function(e,t,{getInternalSlots:r,PluralRuleSelect:n}){return ew(e,t,{getInternalSlots:r,PluralRuleSelect:n}).pluralCategory}(this,G(e),{getInternalSlots:ek,PluralRuleSelect:ey})}selectRange(e,t){if(eb(this,"selectRange"),void 0===e||void 0===t)throw TypeError("selectRange requires both start and end arguments");return function(e,t,r,{getInternalSlots:n,PluralRuleSelect:i,PluralRuleSelectRange:a}){if(!t.isFinite()||!r.isFinite())throw RangeError("selectRange requires start and end values to be finite numbers");let o=n(e);en("Object"===ea(o),"pluralRules has to be an object"),en("initializedPluralRules"in o,"pluralrules must be initialized");let s=ew(e,t,{getInternalSlots:n,PluralRuleSelect:i}),l=ew(e,r,{getInternalSlots:n,PluralRuleSelect:i});if(s.formattedString===l.formattedString)return s.pluralCategory;let{locale:d,type:c}=o;return a(d,c,s.pluralCategory,l.pluralCategory)}(this,G(e),G(t),{getInternalSlots:ek,PluralRuleSelect:ey,PluralRuleSelectRange:eE})}toString(){return"[object Intl.PluralRules]"}static supportedLocalesOf(t,r){var n,i,a;return n=e.availableLocales,i=Z(t),void 0!==(a=r)&&q(a=F(a),"localeMatcher","string",["lookup","best fit"],"best fit"),D(Array.from(n),i)}static __addLocaleData(...t){for(let{data:r,locale:n}of t)e.localeData[n]=r,e.availableLocales.add(n),e.__defaultLocale||(e.__defaultLocale=n)}static{this.localeData={}}static{this.availableLocales=new Set}static{this.__defaultLocale=""}static getDefaultLocale(){return e.__defaultLocale}static{this.relevantExtensionKeys=[]}static{this.polyfilled=!0}};try{"u">typeof Symbol&&Object.defineProperty(ex.prototype,Symbol.toStringTag,{value:"Intl.PluralRules",writable:!1,enumerable:!1,configurable:!0});try{Object.defineProperty(ex,"length",{value:0,writable:!1,enumerable:!1,configurable:!0})}catch{}Object.defineProperty(ex.prototype.constructor,"length",{value:0,writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty(ex.supportedLocalesOf,"length",{value:1,writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty(ex,"name",{value:"PluralRules",writable:!1,enumerable:!1,configurable:!0})}catch{}let eL=["af","ak","am","an","ar","ars","as","asa","ast","az","bal","be","bem","bez","bg","bho","blo","bm","bn","bo","br","brx","bs","ca","ce","ceb","cgg","chr","ckb","cs","csw","cv","cy","da","de","doi","dsb","dv","dz","ee","el","en","eo","es","et","eu","fa","ff","fi","fil","fo","fr","fur","fy","ga","gd","gl","gsw","gu","guw","gv","ha","haw","he","hi","hnj","hr","hsb","hu","hy","ia","id","ie","ig","ii","io","is","it","iu","ja","jbo","jgo","jmc","jv","jw","ka","kab","kaj","kcg","kde","kea","kk","kkj","kl","km","kn","ko","kok","kok-Latn","ks","ksb","ksh","ku","kw","ky","lag","lb","lg","lij","lkt","lld","ln","lo","lt","lv","mas","mg","mgo","mk","ml","mn","mo","mr","ms","mt","my","nah","naq","nb","nd","ne","nl","nn","nnh","no","nqo","nr","nso","ny","nyn","om","or","os","osa","pa","pap","pcm","pl","prg","ps","pt","pt-PT","rm","ro","rof","ru","rwk","sah","saq","sat","sc","scn","sd","sdh","se","seh","ses","sg","sgs","sh","shi","si","sk","sl","sma","smi","smj","smn","sms","sn","so","sq","sr","ss","ssy","st","su","sv","sw","syr","ta","te","teo","th","ti","tig","tk","tl","tn","to","tpi","tr","ts","tzm","ug","uk","und","ur","uz","ve","vec","vi","vo","vun","wa","wae","wo","xh","xog","yi","yo","yue","zh","zu"],eM=("u"<typeof Intl&&Object.defineProperty(globalThis,"Intl",{configurable:!0,enumerable:!1,writable:!0,value:{}}),Intl);if(function(e="en"){if("u"<typeof Intl||!("PluralRules"in Intl)||"one"===new Intl.PluralRules("en",{minimumFractionDigits:2}).select(1)||!function(e){if(!e)return!0;let t=Array.isArray(e)?e:[e];return Intl.PluralRules.supportedLocalesOf(t).length===t.length}(e))return e?V([e],eL,"en"):void 0}()){!function(e,t,{value:r}){Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:!0,value:r})}(eM,"PluralRules",{value:ex});let e=globalThis.__FORMATJS_PLURALRULES_DATA__;if(e){for(let t of e)ex.__addLocaleData(t);delete globalThis.__FORMATJS_PLURALRULES_DATA__}}function eS(e){if("symbol"==typeof e)throw TypeError("Cannot convert a Symbol value to a string");return String(e)}function eA(e){return Intl.getCanonicalLocales(e)}function eC(e){if(null==e)throw TypeError("undefined/null cannot be converted to object");return Object(e)}function eI(e,t,r,n,i){if("object"!=typeof e)throw TypeError("Options must be an object");let a=e[t];if(void 0!==a){if("boolean"!==r&&"string"!==r)throw TypeError("invalid type");if("boolean"===r&&(a=!!a),"string"===r&&(a=eS(a)),void 0!==n&&!n.filter(e=>e==a).length)throw RangeError(`${a} is not within ${n.join(", ")}`);return a}return i}function ej(e,t){let r=t&&t.cache?t.cache:eT,n=t&&t.serializer?t.serializer:eP;return(t&&t.strategy?t.strategy:function(e,t){var r,n;let i=1===e.length?eR:eB;return r=t.cache.create(),n=t.serializer,i.bind(this,e,r,n)})(e,{cache:r,serializer:n})}function eR(e,t,r,n){let i=null==n||"number"==typeof n||"boolean"==typeof n?n:r(n),a=t.get(i);return void 0===a&&(a=e.call(this,n),t.set(i,a)),a}function eB(e,t,r){let n=Array.prototype.slice.call(arguments,3),i=r(n),a=t.get(i);return void 0===a&&(a=e.apply(this,n),t.set(i,a)),a}let eP=function(){return JSON.stringify(arguments)};var eO=class{constructor(){this.cache=Object.create(null)}get(e){return this.cache[e]}set(e,t){this.cache[e]=t}};let eT={create:function(){return new eO}},eD={variadic:function(e,t){var r,n;return r=t.cache.create(),n=t.serializer,eB.bind(this,e,r,n)},monadic:function(e,t){var r,n;return r=t.cache.create(),n=t.serializer,eR.bind(this,e,r,n)}};function eV(e,t,r=Error){if(!e)throw new r(t)}let eN=ej((...e)=>new Intl.NumberFormat(...e),{strategy:eD.variadic}),ez=ej((...e)=>new Intl.PluralRules(...e),{strategy:eD.variadic});ej((...e)=>new Intl.ListFormat(...e),{strategy:eD.variadic});let eW=/^[a-z0-9]{3,8}(-[a-z0-9]{3,8})*$/i;function eH(e){return null===e?"Null":void 0===e?"Undefined":"function"==typeof e||"object"==typeof e?"Object":"number"==typeof e?"Number":"boolean"==typeof e?"Boolean":"string"==typeof e?"String":"symbol"==typeof e?"Symbol":"bigint"==typeof e?"BigInt":void 0}function eZ(e,t,r,{getInternalSlots:n}){if(eV("Number"===eH(t),`value must be number, instead got ${typeof t}`,TypeError),eV("String"===eH(r),`unit must be number, instead got ${typeof t}`,TypeError),isNaN(t)||!isFinite(t))throw RangeError(`Invalid value ${t}`);let i=function(e){if(eV("String"===eH(e),"unit must be a string"),"seconds"===e)return"second";if("minutes"===e)return"minute";if("hours"===e)return"hour";if("days"===e)return"day";if("weeks"===e)return"week";if("months"===e)return"month";if("quarters"===e)return"quarter";if("years"===e)return"year";if("second"!==e&&"minute"!==e&&"hour"!==e&&"day"!==e&&"week"!==e&&"month"!==e&&"quarter"!==e&&"year"!==e)throw RangeError("invalid unit");return e}(r),{fields:a,style:o,numeric:s,pluralRules:l,numberFormat:d}=n(e),c=i;"short"===o?c=`${i}-short`:"narrow"===o&&(c=`${i}-narrow`),c in a||(c=i);let u=a[c];if("auto"===s&&eS(t)in u)return[{type:"literal",value:u[eS(t)]}];let m="future";((Object.is?Object.is(t,-0):-0===t&&(0!==t||1/t==-1/0))||t<0)&&(m="past");let h=u[m],_="function"==typeof d.formatToParts?d.formatToParts(Math.abs(t)):[{type:"literal",value:d.format(Math.abs(t)),unit:r}];var f=h[l.select(t)];let g=function(e){let t=[],r=e.indexOf("{"),n=0,i=0,a=e.length;for(;r<e.length&&r>-1;)eV((n=e.indexOf("}",r))>r,`Invalid pattern ${e}`),r>i&&t.push({type:"literal",value:e.substring(i,r)}),t.push({type:e.substring(r+1,n),value:void 0}),i=n+1,r=e.indexOf("{",i);return i<a&&t.push({type:"literal",value:e.substring(i,a)}),t}(f),p=[];for(let e of g)if("literal"===e.type)p.push({type:"literal",value:e.value});else for(let t of(eV("0"===e.type,`Malformed pattern ${f}`),_))p.push({type:t.type,value:t.value,unit:i});return p}let eF=new WeakMap;function eq(e){let t=eF.get(e);return t||(t=Object.create(null),eF.set(e,t)),t}var eU=class e{constructor(t,r){if(!(this&&this instanceof e?this.constructor:void 0))throw TypeError("Intl.RelativeTimeFormat must be called with 'new'");return function(e,t,r,{getInternalSlots:n,availableLocales:i,relevantExtensionKeys:a,localeData:o,getDefaultLocale:s}){let l=n(e);l.initializedRelativeTimeFormat=!0;let d=eA(t),c=Object.create(null),u=void 0===r?Object.create(null):eC(r);c.localeMatcher=eI(u,"localeMatcher","string",["best fit","lookup"],"best fit");let m=eI(u,"numberingSystem","string",void 0,void 0);if(void 0!==m&&!eW.test(m))throw RangeError(`Invalid numbering system ${m}`);c.nu=m;let h=T(i,d,c,a,o,s),{locale:_,nu:f}=h;l.locale=_,l.style=eI(u,"style","string",["long","narrow","short"],"long"),l.numeric=eI(u,"numeric","string",["always","auto"],"always");let g=o[h.dataLocale];return eV(!!g,`Missing locale data for ${h.dataLocale}`),l.fields=g,l.numberFormat=eN(t,{numberingSystem:f}),l.pluralRules=ez(t),l.numberingSystem=f,e}(this,t,r,{getInternalSlots:eq,availableLocales:e.availableLocales,relevantExtensionKeys:e.relevantExtensionKeys,localeData:e.localeData,getDefaultLocale:e.getDefaultLocale})}format(e,t){if("object"!=typeof this)throw TypeError("format was called on a non-object");if(!eq(this).initializedRelativeTimeFormat)throw TypeError("format was called on a invalid context");return eZ(this,Number(e),eS(t),{getInternalSlots:eq}).map(e=>e.value).join("")}formatToParts(e,t){if("object"!=typeof this)throw TypeError("formatToParts was called on a non-object");if(!eq(this).initializedRelativeTimeFormat)throw TypeError("formatToParts was called on a invalid context");return eZ(this,Number(e),eS(t),{getInternalSlots:eq})}resolvedOptions(){if("object"!=typeof this)throw TypeError("resolvedOptions was called on a non-object");let e=eq(this);if(!e.initializedRelativeTimeFormat)throw TypeError("resolvedOptions was called on a invalid context");return{locale:e.locale,style:e.style,numeric:e.numeric,numberingSystem:e.numberingSystem}}static supportedLocalesOf(t,r){var n,i,a;return n=e.availableLocales,i=eA(t),void 0!==(a=r)&&eI(a=eC(a),"localeMatcher","string",["lookup","best fit"],"best fit"),D(Array.from(n),i)}static __addLocaleData(...t){for(let{data:r,locale:n}of t){let t=new Intl.Locale(n).minimize().toString();e.localeData[n]=e.localeData[t]=r,e.availableLocales.add(t),e.availableLocales.add(n),e.__defaultLocale||(e.__defaultLocale=t)}}static{this.localeData={}}static{this.availableLocales=new Set}static{this.__defaultLocale=""}static getDefaultLocale(){return e.__defaultLocale}static{this.relevantExtensionKeys=["nu"]}static{this.polyfilled=!0}};try{"u">typeof Symbol&&Object.defineProperty(eU.prototype,Symbol.toStringTag,{value:"Intl.RelativeTimeFormat",writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty(eU.prototype.constructor,"length",{value:0,writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty(eU.supportedLocalesOf,"length",{value:1,writable:!1,enumerable:!1,configurable:!0})}catch{}let eG=["aa","aa-DJ","aa-ER","ab","af","af-NA","agq","ak","am","an","ann","apc","ar","ar-AE","ar-BH","ar-DJ","ar-DZ","ar-EG","ar-EH","ar-ER","ar-IL","ar-IQ","ar-JO","ar-KM","ar-KW","ar-LB","ar-LY","ar-MA","ar-MR","ar-OM","ar-PS","ar-QA","ar-SA","ar-SD","ar-SO","ar-SS","ar-SY","ar-TD","ar-TN","ar-YE","arn","as","asa","ast","az","az-Arab","az-Arab-IQ","az-Arab-TR","az-Cyrl","az-Latn","ba","bal","bal-Arab","bal-Latn","bas","be","be-tarask","bem","bew","bez","bg","bgc","bgn","bgn-AE","bgn-AF","bgn-IR","bgn-OM","bho","blo","blt","bm","bm-Nkoo","bn","bn-IN","bo","bo-IN","bqi","br","brx","bs","bs-Cyrl","bs-Latn","bss","bua","byn","ca","ca-AD","ca-ES-valencia","ca-FR","ca-IT","cad","cch","ccp","ccp-IN","ce","ceb","cgg","cho","chr","cic","ckb","ckb-IR","co","cop","cs","csw","cu","cv","cy","da","da-GL","dav","de","de-AT","de-BE","de-CH","de-IT","de-LI","de-LU","dje","doi","dsb","dua","dv","dyo","dz","ebu","ee","ee-TG","el","el-CY","el-polyton","en","en-001","en-150","en-AE","en-AG","en-AI","en-AS","en-AT","en-AU","en-BB","en-BE","en-BI","en-BM","en-BS","en-BW","en-BZ","en-CA","en-CC","en-CH","en-CK","en-CM","en-CX","en-CY","en-CZ","en-DE","en-DG","en-DK","en-DM","en-Dsrt","en-EE","en-ER","en-ES","en-FI","en-FJ","en-FK","en-FM","en-FR","en-GB","en-GD","en-GE","en-GG","en-GH","en-GI","en-GM","en-GS","en-GU","en-GY","en-HK","en-HU","en-ID","en-IE","en-IL","en-IM","en-IN","en-IO","en-IT","en-JE","en-JM","en-JP","en-KE","en-KI","en-KN","en-KY","en-LC","en-LR","en-LS","en-LT","en-LV","en-MG","en-MH","en-MO","en-MP","en-MS","en-MT","en-MU","en-MV","en-MW","en-MY","en-NA","en-NF","en-NG","en-NL","en-NO","en-NR","en-NU","en-NZ","en-PG","en-PH","en-PK","en-PL","en-PN","en-PR","en-PT","en-PW","en-RO","en-RW","en-SB","en-SC","en-SD","en-SE","en-SG","en-SH","en-SI","en-SK","en-SL","en-SS","en-SX","en-SZ","en-Shaw","en-TC","en-TK","en-TO","en-TT","en-TV","en-TZ","en-UA","en-UG","en-UM","en-VC","en-VG","en-VI","en-VU","en-WS","en-ZA","en-ZM","en-ZW","eo","es","es-419","es-AR","es-BO","es-BR","es-BZ","es-CL","es-CO","es-CR","es-CU","es-DO","es-EA","es-EC","es-GQ","es-GT","es-HN","es-IC","es-MX","es-NI","es-PA","es-PE","es-PH","es-PR","es-PY","es-SV","es-US","es-UY","es-VE","et","eu","ewo","fa","fa-AF","ff","ff-Adlm","ff-Adlm-BF","ff-Adlm-CM","ff-Adlm-GH","ff-Adlm-GM","ff-Adlm-GW","ff-Adlm-LR","ff-Adlm-MR","ff-Adlm-NE","ff-Adlm-NG","ff-Adlm-SL","ff-Adlm-SN","ff-Latn","ff-Latn-BF","ff-Latn-CM","ff-Latn-GH","ff-Latn-GM","ff-Latn-GN","ff-Latn-GW","ff-Latn-LR","ff-Latn-MR","ff-Latn-NE","ff-Latn-NG","ff-Latn-SL","fi","fil","fo","fo-DK","fr","fr-BE","fr-BF","fr-BI","fr-BJ","fr-BL","fr-CA","fr-CD","fr-CF","fr-CG","fr-CH","fr-CI","fr-CM","fr-DJ","fr-DZ","fr-GA","fr-GF","fr-GN","fr-GP","fr-GQ","fr-HT","fr-KM","fr-LU","fr-MA","fr-MC","fr-MF","fr-MG","fr-ML","fr-MQ","fr-MR","fr-MU","fr-NC","fr-NE","fr-PF","fr-PM","fr-RE","fr-RW","fr-SC","fr-SN","fr-SY","fr-TD","fr-TG","fr-TN","fr-VU","fr-WF","fr-YT","frr","fur","fy","ga","ga-GB","gaa","gd","gez","gez-ER","gl","gn","gsw","gsw-FR","gsw-LI","gu","guz","gv","ha","ha-Arab","ha-Arab-SD","ha-GH","ha-NE","haw","he","hi","hi-Latn","hnj","hnj-Hmnp","hr","hr-BA","hsb","ht","hu","hy","ia","id","ie","ig","ii","io","is","it","it-CH","it-SM","it-VA","iu","iu-Latn","ja","jbo","jgo","jmc","jv","ka","kaa","kaa-Cyrl","kaa-Latn","kab","kaj","kam","kcg","kde","kea","kek","ken","kgp","khq","ki","kk","kk-Arab","kk-Cyrl","kk-KZ","kkj","kl","kln","km","kn","ko","ko-CN","ko-KP","kok","kok-Deva","kok-Latn","kpe","kpe-GN","ks","ks-Arab","ks-Deva","ksb","ksf","ksh","ku","ku-Arab","ku-Arab-IR","ku-Latn","ku-Latn-IQ","ku-Latn-SY","ku-TR","kw","kxv","kxv-Deva","kxv-Latn","kxv-Orya","kxv-Telu","ky","la","lag","lb","lg","lij","lkt","lld","lmo","ln","ln-AO","ln-CF","ln-CG","lo","lrc","lrc-IQ","lt","ltg","lu","luo","luy","lv","lzz","mai","mas","mas-TZ","mdf","mer","mfe","mg","mgh","mgo","mhn","mi","mic","mk","ml","mn","mn-Mong","mn-Mong-MN","mni","mni-Beng","mni-Mtei","moh","mr","ms","ms-Arab","ms-Arab-BN","ms-BN","ms-ID","ms-SG","mt","mua","mus","mww","mww-Hmnp","my","myv","mzn","naq","nb","nb-SJ","nd","nds","nds-NL","ne","ne-IN","nl","nl-AW","nl-BE","nl-BQ","nl-CW","nl-SR","nl-SX","nmg","nn","nnh","no","nqo","nr","nso","nus","nv","ny","nyn","oc","oc-ES","oka","oka-US","om","om-KE","or","os","os-RU","osa","pa","pa-Arab","pa-Guru","pap","pap-AW","pcm","pi","pi-Latn","pis","pl","pms","prg","ps","ps-PK","pt","pt-AO","pt-CH","pt-CV","pt-GQ","pt-GW","pt-LU","pt-MO","pt-MZ","pt-PT","pt-ST","pt-TL","qu","qu-BO","qu-EC","quc","raj","rhg","rhg-Rohg","rhg-Rohg-BD","rif","rm","rn","ro","ro-MD","rof","ru","ru-BY","ru-KG","ru-KZ","ru-MD","ru-UA","rw","rwk","sa","sah","saq","sat","sat-Deva","sat-Olck","sbp","sc","scn","sd","sd-Arab","sd-Deva","sdh","sdh-IQ","se","se-FI","se-SE","seh","ses","sg","sgs","shi","shi-Latn","shi-Tfng","shn","shn-TH","si","sid","sk","skr","sl","sma","sma-NO","smj","smj-NO","smn","sms","sn","so","so-DJ","so-ET","so-KE","sq","sq-MK","sq-XK","sr","sr-Cyrl","sr-Cyrl-BA","sr-Cyrl-ME","sr-Cyrl-XK","sr-Latn","sr-Latn-BA","sr-Latn-ME","sr-Latn-XK","ss","ss-SZ","ssy","st","st-LS","su","su-Latn","suz","suz-Deva","suz-Sunu","sv","sv-AX","sv-FI","sw","sw-CD","sw-KE","sw-UG","syr","syr-SY","szl","ta","ta-LK","ta-MY","ta-SG","te","teo","teo-KE","tg","th","ti","ti-ER","tig","tk","tn","tn-BW","to","tok","tpi","tr","tr-CY","trv","trw","ts","tt","twq","tyv","tzm","ug","uk","und","ur","ur-IN","uz","uz-Arab","uz-Cyrl","uz-Latn","vai","vai-Latn","vai-Vaii","ve","vec","vi","vmw","vo","vun","wa","wae","wal","wbp","wo","xh","xnr","xog","yav","yi","yo","yo-BJ","yrl","yrl-CO","yrl-VE","yue","yue-Hans","yue-Hant","yue-Hant-CN","yue-Hant-MO","za","zgh","zh","zh-Hans","zh-Hans-HK","zh-Hans-MO","zh-Hans-MY","zh-Hans-SG","zh-Hant","zh-Hant-HK","zh-Hant-MO","zh-Hant-MY","zh-Latn","zu"],eK=("u"<typeof Intl&&Object.defineProperty(globalThis,"Intl",{configurable:!0,enumerable:!1,writable:!0,value:{}}),Intl);if(function(e="en"){if("u"<typeof Intl||!("RelativeTimeFormat"in Intl)||!function(e){if(!e)return!0;let t=Array.isArray(e)?e:[e];return Intl.RelativeTimeFormat.supportedLocalesOf(t).length===t.length}(e)||!function(e){try{return"numberingSystem"in new Intl.RelativeTimeFormat(e||"en",{numeric:"auto"}).resolvedOptions()}catch{return!1}}(e))return V([e],eG,"en")}()){!function(e,t,{value:r}){Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:!0,value:r})}(eK,"RelativeTimeFormat",{value:eU});let e=globalThis.__FORMATJS_RELATIVETIMEFORMAT_DATA__;if(e){for(let t of e)eU.__addLocaleData(t);delete globalThis.__FORMATJS_RELATIVETIMEFORMAT_DATA__}}var eY=e.i(69322),e$=e.i(79684);let eQ=({children:e,locale:t,messages:r})=>{let[n,i]=(0,u.useState)(t),[a,o]=(0,u.useState)(r),[s]=(0,e$.default)("preferred-language",n);return(0,u.useEffect)(()=>{s&&(i(s),o(y(s)))},[n]),(0,c.jsx)(eY.IntlProvider,{onError:()=>{},locale:n,messages:a,textComponent:"span",children:e})};var eJ=e.i(1672);let eX=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 21v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21m0 0h4.5V3.545M12.75 21h7.5V10.75M2.25 21h1.5m18 0h-18M2.25 9l4.5-1.636M18.75 3l-1.5.545m0 6.205 3 1m1.5.5-1.5-.5M6.75 7.364V3h-3v18m3-13.636 10.5-3.819"}))}),e0=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.875 14.25 1.214 1.942a2.25 2.25 0 0 0 1.908 1.058h2.006c.776 0 1.497-.4 1.908-1.058l1.214-1.942M2.41 9h4.636a2.25 2.25 0 0 1 1.872 1.002l.164.246a2.25 2.25 0 0 0 1.872 1.002h2.092a2.25 2.25 0 0 0 1.872-1.002l.164-.246A2.25 2.25 0 0 1 16.954 9h4.636M2.41 9a2.25 2.25 0 0 0-.16.832V12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 12V9.832c0-.287-.055-.57-.16-.832M2.41 9a2.25 2.25 0 0 1 .382-.632l3.285-3.832a2.25 2.25 0 0 1 1.708-.786h8.43c.657 0 1.281.287 1.709.786l3.284 3.832c.163.19.291.404.382.632M4.5 20.25h15A2.25 2.25 0 0 0 21.75 18v-2.625c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125V18a2.25 2.25 0 0 0 2.25 2.25Z"}))});var e1=e.i(85192),e5=e.i(35750);let e2=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"}))}),e3=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z"}))}),e4=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5"}))}),e7=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 6h9.75M10.5 6a1.5 1.5 0 1 1-3 0m3 0a1.5 1.5 0 1 0-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-9.75 0h9.75"}))});var e6=e.i(24271);let e8=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z"}))});var e9=e.i(90645);let te=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 3.75 9.375v-4.5ZM3.75 14.625c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5a1.125 1.125 0 0 1-1.125-1.125v-4.5ZM13.5 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 13.5 9.375v-4.5Z"}),u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 6.75h.75v.75h-.75v-.75ZM6.75 16.5h.75v.75h-.75v-.75ZM16.5 6.75h.75v.75h-.75v-.75ZM13.5 13.5h.75v.75h-.75v-.75ZM13.5 19.5h.75v.75h-.75v-.75ZM19.5 13.5h.75v.75h-.75v-.75ZM19.5 19.5h.75v.75h-.75v-.75ZM16.5 16.5h.75v.75h-.75v-.75Z"}))});var tt=e.i(83345);let tr=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}),tn=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 13.5 3 3m0 0 3-3m-3 3v-6m1.06-4.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))});var ti=e.i(41158),ta=e.i(51870),to=e.i(48539),ts=e.i(86567),tl=e.i(45229),td=e.i(72016),tc=e.i(93481),tu=e.i(99030),tm=e.i(8404),th=e.i(56833),t_=e.i(80281);let tf=(0,u.createContext)(()=>{});function tg({value:e,children:t}){return u.default.createElement(tf.Provider,{value:e},t)}var tp=e.i(96694),tw=e.i(30317),tv=e.i(55367),tk=e.i(26417),tb=e.i(80795),ty=e.i(74664);let tE=null!=(l=u.default.startTransition)?l:function(e){e()};var tx=e.i(78270),tL=((r=tL||{})[r.Open=0]="Open",r[r.Closed=1]="Closed",r),tM=((n=tM||{})[n.ToggleDisclosure=0]="ToggleDisclosure",n[n.CloseDisclosure=1]="CloseDisclosure",n[n.SetButtonId=2]="SetButtonId",n[n.SetPanelId=3]="SetPanelId",n[n.SetButtonElement=4]="SetButtonElement",n[n.SetPanelElement=5]="SetPanelElement",n);let tS={0:e=>({...e,disclosureState:(0,tk.match)(e.disclosureState,{0:1,1:0})}),1:e=>1===e.disclosureState?e:{...e,disclosureState:1},2:(e,t)=>e.buttonId===t.buttonId?e:{...e,buttonId:t.buttonId},3:(e,t)=>e.panelId===t.panelId?e:{...e,panelId:t.panelId},4:(e,t)=>e.buttonElement===t.element?e:{...e,buttonElement:t.element},5:(e,t)=>e.panelElement===t.element?e:{...e,panelElement:t.element}},tA=(0,u.createContext)(null);function tC(e){let t=(0,u.useContext)(tA);if(null===t){let t=Error(`<${e} /> is missing a parent <Disclosure /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,tC),t}return t}tA.displayName="DisclosureContext";let tI=(0,u.createContext)(null);tI.displayName="DisclosureAPIContext";let tj=(0,u.createContext)(null);function tR(e,t){return(0,tk.match)(t.type,tS,e,t)}tj.displayName="DisclosurePanelContext";let tB=u.Fragment,tP=ty.RenderFeatures.RenderStrategy|ty.RenderFeatures.Static,tO=(0,ty.forwardRefWithAs)(function(e,t){let{defaultOpen:r=!1,...n}=e,i=(0,u.useRef)(null),a=(0,th.useSyncRefs)(t,(0,th.optionalRef)(e=>{i.current=e},void 0===e.as||(0,ty.isFragment)(e.as))),o=(0,u.useReducer)(tR,{disclosureState:+!r,buttonElement:null,panelElement:null,buttonId:null,panelId:null}),[{disclosureState:s,buttonId:l},d]=o,c=(0,tc.useEvent)(e=>{d({type:1});let t=(0,tb.getOwnerDocument)(i.current);if(!t||!l)return;let r=e?tv.isHTMLorSVGElement(e)?e:"current"in e&&tv.isHTMLorSVGElement(e.current)?e.current:t.getElementById(l):t.getElementById(l);null==r||r.focus()}),m=(0,u.useMemo)(()=>({close:c}),[c]),h=(0,tm.useSlot)({open:0===s,close:c}),_=(0,ty.useRender)();return u.default.createElement(tA.Provider,{value:o},u.default.createElement(tI.Provider,{value:m},u.default.createElement(tg,{value:c},u.default.createElement(tp.OpenClosedProvider,{value:(0,tk.match)(s,{0:tp.State.Open,1:tp.State.Closed})},_({ourProps:{ref:a},theirProps:n,slot:h,defaultTag:tB,name:"Disclosure"})))))}),tT=(0,ty.forwardRefWithAs)(function(e,t){let r=(0,u.useId)(),{id:n=`headlessui-disclosure-button-${r}`,disabled:i=!1,autoFocus:a=!1,...o}=e,[s,l]=tC("Disclosure.Button"),d=(0,u.useContext)(tj),c=null!==d&&d===s.panelId,m=(0,u.useRef)(null),h=(0,th.useSyncRefs)(m,t,(0,tc.useEvent)(e=>{if(!c)return l({type:4,element:e})}));(0,u.useEffect)(()=>{if(!c)return l({type:2,buttonId:n}),()=>{l({type:2,buttonId:null})}},[n,l,c]);let _=(0,tc.useEvent)(e=>{var t;if(c){if(1===s.disclosureState)return;switch(e.key){case tx.Keys.Space:case tx.Keys.Enter:e.preventDefault(),e.stopPropagation(),l({type:0}),null==(t=s.buttonElement)||t.focus()}}else switch(e.key){case tx.Keys.Space:case tx.Keys.Enter:e.preventDefault(),e.stopPropagation(),l({type:0})}}),f=(0,tc.useEvent)(e=>{e.key===tx.Keys.Space&&e.preventDefault()}),g=(0,tc.useEvent)(e=>{var t;(0,tw.isDisabledReactIssue7711)(e.currentTarget)||i||(c?(l({type:0}),null==(t=s.buttonElement)||t.focus()):l({type:0}))}),{isFocusVisible:p,focusProps:w}=(0,ts.useFocusRing)({autoFocus:a}),{isHovered:v,hoverProps:k}=(0,tl.useHover)({isDisabled:i}),{pressed:b,pressProps:y}=(0,td.useActivePress)({disabled:i}),E=(0,tm.useSlot)({open:0===s.disclosureState,hover:v,active:b,disabled:i,focus:p,autofocus:a}),x=(0,tu.useResolveButtonType)(e,s.buttonElement),L=c?(0,ty.mergeProps)({ref:h,type:x,disabled:i||void 0,autoFocus:a,onKeyDown:_,onClick:g},w,k,y):(0,ty.mergeProps)({ref:h,id:n,type:x,"aria-expanded":0===s.disclosureState,"aria-controls":s.panelElement?s.panelId:void 0,disabled:i||void 0,autoFocus:a,onKeyDown:_,onKeyUp:f,onClick:g},w,k,y);return(0,ty.useRender)()({ourProps:L,theirProps:o,slot:E,defaultTag:"button",name:"Disclosure.Button"})}),tD=(0,ty.forwardRefWithAs)(function(e,t){let r=(0,u.useId)(),{id:n=`headlessui-disclosure-panel-${r}`,transition:i=!1,...a}=e,[o,s]=tC("Disclosure.Panel"),{close:l}=function e(t){let r=(0,u.useContext)(tI);if(null===r){let r=Error(`<${t} /> is missing a parent <Disclosure /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,e),r}return r}("Disclosure.Panel"),[d,c]=(0,u.useState)(null),m=(0,th.useSyncRefs)(t,(0,tc.useEvent)(e=>{tE(()=>s({type:5,element:e}))}),c);(0,u.useEffect)(()=>(s({type:3,panelId:n}),()=>{s({type:3,panelId:null})}),[n,s]);let h=(0,tp.useOpenClosed)(),[_,f]=(0,t_.useTransition)(i,d,null!==h?(h&tp.State.Open)===tp.State.Open:0===o.disclosureState),g=(0,tm.useSlot)({open:0===o.disclosureState,close:l}),p={ref:m,id:n,...(0,t_.transitionDataAttributes)(f)},w=(0,ty.useRender)();return u.default.createElement(tp.ResetOpenClosedProvider,null,u.default.createElement(tj.Provider,{value:o.panelId},w({ourProps:p,theirProps:a,slot:g,defaultTag:"div",features:tP,visible:_,name:"Disclosure.Panel"})))}),tV=Object.assign(tO,{Button:tT,Panel:tD});var tN=e.i(56206);let tz=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{fillRule:"evenodd",d:"M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z",clipRule:"evenodd"}))});var tW=e.i(58971),tH=e.i(42469);let tZ=({item:e,hasRole:t,onSelected:r,narrowView:n})=>{let i=(0,g.useRouter)(),[a,o]=(0,u.useState)(!1),[s,l]=(0,u.useState)(!1),d=(0,u.useRef)(null),m=e.children?.some(e=>i.pathname===e.href);return((0,u.useEffect)(()=>{let e=e=>{d.current&&!d.current.contains(e.target)&&o(!1)};if(a)return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[a]),n)?e.children?.some(e=>!e?.requiredRole||t(e?.requiredRole))?(0,c.jsxs)("div",{className:"relative group",ref:d,children:[(0,c.jsx)("button",{className:(0,tN.default)("flex w-full justify-center items-center p-2 rounded-md transition-colors focus:outline-hidden focus:ring-2 focus:ring-focus-ring",m?"text-text-primary bg-surface-raised":"text-text-secondary hover:text-text-primary hover:bg-surface-raised"),title:e.name,onClick:()=>o(!a),children:e?.icon&&(0,c.jsx)(e.icon,{className:(0,tN.default)("h-6 w-6",m?"text-text-primary":"text-text-secondary"),"aria-hidden":"true"})}),a&&(0,c.jsx)("div",{className:"fixed left-16 top-auto w-48 rounded-md shadow-lg bg-surface ring-1 ring-black ring-opacity-5 z-[100]",style:{top:d.current?.getBoundingClientRect().top},children:(0,c.jsxs)("div",{className:"py-1",children:[(0,c.jsx)("div",{className:"px-4 py-2 text-sm font-medium text-text-primary border-b border-border-subtle",children:e.name}),e.children.filter(e=>!e?.requiredRole||t(e.requiredRole)).map(e=>(0,c.jsx)(ti.default,{href:e.href,className:(0,tN.default)("block px-4 py-2 text-sm text-text-secondary hover:bg-surface-raised focus:outline-hidden focus:ring-2 focus:ring-focus-ring",{"bg-surface-raised text-text-primary":i.pathname===e.href}),onClick:()=>{o(!1),r?.()},children:e.name},e.name))]})})]},e.name):null:e.children?.some(e=>!e?.requiredRole||t(e?.requiredRole))?(0,c.jsx)(tV,{defaultOpen:!0,as:"div",className:"space-y-1",children:({open:n})=>(0,c.jsxs)(c.Fragment,{children:[(0,c.jsxs)(tT,{className:(0,tN.default)("group flex w-full cursor-pointer hover:bg-surface-raised items-center rounded-md py-2 pl-2 pr-4 text-left text-sm font-medium focus:outline-hidden focus:ring-2 focus:ring-focus-ring"),onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),children:[e?.icon&&(0,c.jsx)(e.icon,{className:"mr-3 h-6 w-6 shrink-0 text-text-secondary group-hover:text-text-primary","aria-hidden":"true"}),(0,c.jsx)("span",{className:"flex-1 hover:text-text-primary",children:e.name}),(0,c.jsx)(tz,{className:(0,tN.default)("h-5 w-5 transition-all duration-200 ease-out",s||n?"opacity-100 text-text-secondary":"opacity-0",n?"rotate-180":"rotate-0")})]}),(0,c.jsx)(tD,{className:"pl-6 space-y-1",onClick:r,children:e.children.filter(e=>!e?.requiredRole||t(e.requiredRole)).map(e=>(0,c.jsx)(ti.default,{href:e.href,className:(0,tN.default)("group flex w-full items-center rounded-md py-2 pl-5 pr-2 text-sm font-medium text-text-secondary hover:bg-surface-raised hover:text-text-primary focus:outline-hidden focus:ring-2 focus:ring-focus-ring",{"text-text-primary bg-surface-raised":i.pathname===e.href}),children:e.name},e.name))})]})},e.name):null},tF=({navigation:e,onClick:t=null,narrowView:r=!1})=>{let{hasRole:n}=(0,tW.default)(),i=(0,g.useRouter)();return(0,c.jsx)("div",{className:"mt-8 flex grow flex-col bg-surface-input",children:(0,c.jsx)("nav",{className:`pb-8 flex-1 space-y-1 bg-surface-input ${r?"px-2":"px-2 lg:px-4 2xl:px-6"}`,"aria-label":"Sidebar",children:e.map(e=>!e.children&&(!e.requiredRole||n(e.requiredRole))?(0,c.jsx)("div",{onClick:t,children:(0,c.jsx)(ti.default,{href:e?.href||"#",className:(0,tN.default)("group flex w-full items-center rounded-md py-2 text-sm font-medium focus:outline-hidden focus:ring-2 focus:ring-focus-ring",i.asPath===e.href||i.pathname===e.href?"text-text-primary bg-surface-raised":"text-text-secondary hover:text-text-primary hover:bg-surface-raised",{"justify-center":r,"pl-2":!r}),title:r?e.name:void 0,children:(0,c.jsxs)(c.Fragment,{children:[e?.icon&&(0,c.jsx)(e.icon,{className:(0,tN.default)("h-6 w-6 shrink-0",{"text-text-primary":i.asPath===e.href||i.pathname===e.href,"text-text-secondary group-hover:text-text-primary":i.asPath!==e.href&&i.pathname!==e.href,"mr-3":!r}),"aria-hidden":"true"}),!r&&(0,c.jsx)("span",{className:"flex-1",children:e.name}),e.count&&(0,c.jsx)(tH.default,{text:e.count,dotted:!0})]})})},e.name):(0,c.jsx)(tZ,{item:e,hasRole:n,onSelected:t,narrowView:r},e.name))})})};var tq=e.i(26917),tU=e.i(63529),tG=e.i(87284),tK=e.i(66773),tY=e.i(95015);let t$="UNRESTRICTED",tQ={"/":t$,"/account":t$,"/account/oauth":t$,"/styleguide":t$,"/products/new":"manageProducts","/products":"viewProducts","/filters/new":"manageFilters","/filters":"viewFilters","/assortments/new":"manageAssortments","/assortments":"viewAssortments","/currency/new":"manageCurrencies","/currency":"viewCurrencies","/country/new":"manageCountries","/country":"viewCountries","/language/new":"manageLanguages","/language":"viewLanguages","/works/management":"manageWorker","/works":"viewWorkQueue","/delivery-provider/new":"manageDeliveryProviders","/delivery-provider":"manageDeliveryProviders","/payment-provider/new":"managePaymentProviders","/payment-provider":"viewPaymentProviders","/warehousing-provider/new":"manageWarehousingProviders","/warehousing-provider":"viewWarehousingProviders","/users/new":"enrollUser","/users":"viewUsers","/events":"viewEvents","/orders":"viewOrders","/quotations":"viewQuotations","/enrollments":"viewEnrollments","/tokens":"viewTokens","/copilot":"viewProducts","/exports":"viewWorkQueue"},tJ=["/install","/log-in","/sign-up","/oauth","/account/forgot-password","/reset-password","/graphql","/404","/423","/_offline","/verify-email","/403","/500","/external"],tX=["/log-in","/sign-up","/oauth","/account/forgot-password","/reset-password","/install"],t0=e=>e?.allowedActions?.length===0||(e?.roles||[]).includes("admin"),t1=(e,t)=>!!tJ.includes(t)||!(!e?._id||e?.isGuest)&&(t.startsWith("/ext/")||"/ext"===t?!!e?._id:!!tQ[t]&&!!(tQ[t]===t$||t0(e)||(e?.allowedActions||[]).includes(tQ[t])));var t5=e.i(53576),t2=e.i(1403);let t3=({children:e})=>{let t=(0,g.useRouter)(),{currentUser:r,loading:n}=(0,ta.default)(),{loading:i,usersCount:a,error:o}=(0,t2.default)(),s=(0,u.useMemo)(()=>({isAdmin:()=>t0(r),hasRole:e=>"function"==typeof e?e(r):!!t0(r)||(r?.allowedActions||[]).includes(e)}),[r]);return(0,u.useEffect)(()=>{let e;if(!n&&!i){if(!r?._id||r?.isGuest)i||o||0!==a?t1(r,t.pathname)||(e="/log-in"):e="/install";else if(t1(r,t.pathname)){let n;(n=t.pathname,tX.includes(n))?e="/":!t0(r)&&d.default.env.NEXT_PUBLIC_ONLY_ADMIN&&"/423"!==t.pathname&&(e="/423")}else e="/403";e&&t.pathname!==e&&t.replace(e)}},[r,n,t,i]),(0,c.jsx)(tY.default.Provider,{value:s,children:n&&!r?(0,c.jsx)(t5.default,{}):e})};var t4=e.i(93380),t7=e.i(98926),t6=e.i(86610),t8=e.i(45880),t9=e.i(57561),re=e.i(84870),rt=e.i(5432),rr=e.i(13534);e.s([],51608),e.i(51608);let rn=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5"}))}),ri=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 13.5V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 9.75V10.5"}))}),ra=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m8.25 3v6.75m0 0-3-3m3 3 3-3M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}),ro=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m6 4.125 2.25 2.25m0 0 2.25 2.25M12 13.875l2.25-2.25M12 13.875l-2.25 2.25M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}),rs=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}),rl=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 12.75 3 3m0 0 3-3m-3 3v-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}),rd=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 4.5-15 15m0 0h11.25m-11.25 0V8.25"}))}),rc=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m-6 3.75 3 3m0 0 3-3m-3 3V1.5m6 9h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75"}))}),ru=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15M9 12l3 3m0 0 3-3m-3 3V2.25"}))}),rm=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 4.5 15 15m0 0V8.25m0 11.25H8.25"}))}),rh=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3"}))}),r_=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 13.5 12 21m0 0-7.5-7.5M12 21V3"}))}),rf=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.25 9-3 3m0 0 3 3m-3-3h7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}),rg=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75"}))}),rp=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75"}))}),rw=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15m-3 0-3-3m0 0 3-3m-3 3H15"}))});var rv=e.i(43529);let rk=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 17.25 12 21m0 0-3.75-3.75M12 21V3"}))}),rb=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 15.75 3 12m0 0 3.75-3.75M3 12h18"}))}),ry=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3"}))}),rE=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 6.75 12 3m0 0 3.75 3.75M12 3v18"}))}),rx=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 0 0-3.7-3.7 48.678 48.678 0 0 0-7.324 0 4.006 4.006 0 0 0-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 0 0 3.7 3.7 48.656 48.656 0 0 0 7.324 0 4.006 4.006 0 0 0 3.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3-3 3"}))});var rL=e.i(94396);let rM=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m12.75 15 3-3m0 0-3-3m3 3h-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))});var rS=e.i(35804);let rA=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"}))}),rC=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"}))}),rI=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"}))}),rj=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m0 0 6.75-6.75M12 19.5l-6.75-6.75"}))}),rR=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 12h-15m0 0 6.75 6.75M4.5 12l6.75-6.75"}))}),rB=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12h15m0 0-6.75-6.75M19.5 12l-6.75 6.75"}))}),rP=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 19.5v-15m0 0-6.75 6.75M12 4.5l6.75 6.75"}))}),rO=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"}))}),rT=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 6 9 12.75l4.286-4.286a11.948 11.948 0 0 1 4.306 6.43l.776 2.898m0 0 3.182-5.511m-3.182 5.51-5.511-3.181"}))}),rD=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18 9 11.25l4.306 4.306a11.95 11.95 0 0 1 5.814-5.518l2.74-1.22m0 0-5.94-2.281m5.94 2.28-2.28 5.941"}))}),rV=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.49 12-3.75 3.75m0 0 3.75 3.75m-3.75-3.75h16.5V4.499"}))}),rN=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.49 12 3.75 3.75m0 0-3.75 3.75m3.75-3.75H3.74V4.499"}))}),rz=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.99 16.5-3.75 3.75m0 0L4.49 16.5m3.75 3.75V3.75h11.25"}))}),rW=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.99 7.5 8.24 3.75m0 0L4.49 7.5m3.75-3.75v16.499h11.25"}))}),rH=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.99 16.5 3.75 3.75m0 0 3.75-3.75m-3.75 3.75V3.75H4.49"}))}),rZ=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.99 7.5 3.75-3.75m0 0 3.75 3.75m-3.75-3.75v16.499H4.49"}))}),rF=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.49 12 3.74 8.248m0 0 3.75-3.75m-3.75 3.75h16.5V19.5"}))}),rq=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.49 12 3.75-3.751m0 0-3.75-3.75m3.75 3.75H3.74V19.5"}))}),rU=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 11.25-3-3m0 0-3 3m3-3v7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}),rG=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 19.5-15-15m0 0v11.25m0-11.25h11.25"}))}),rK=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m0-3-3-3m0 0-3 3m3-3v11.25m6-2.25h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75"}))}),rY=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15m0-3-3-3m0 0-3 3m3-3V15"}))}),r$=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 19.5 15-15m0 0H8.25m11.25 0v11.25"}))}),rQ=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5"}))}),rJ=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 10.5 12 3m0 0 7.5 7.5M12 3v18"}))}),rX=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 15-6 6m0 0-6-6m6 6V9a6 6 0 0 1 12 0v3"}))}),r0=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 15 3 9m0 0 6-6M3 9h12a6 6 0 0 1 0 12h-3"}))}),r1=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 15 6-6m0 0-6-6m6 6H9a6 6 0 0 0 0 12h3"}))}),r5=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 9 6-6m0 0 6 6m-6-6v12a6 6 0 0 1-12 0v-3"}))}),r2=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 9V4.5M9 9H4.5M9 9 3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5 5.25 5.25"}))}),r3=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15"}))}),r4=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 21 3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5"}))}),r7=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 7.5 7.5 3m0 0L12 7.5M7.5 3v13.5m13.5 0L16.5 21m0 0L12 16.5m4.5 4.5V7.5"}))}),r6=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 12a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm0 0c0 1.657 1.007 3 2.25 3S21 13.657 21 12a9 9 0 1 0-2.636 6.364M16.5 12V8.25"}))}),r8=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9.75 14.25 12m0 0 2.25 2.25M14.25 12l2.25-2.25M14.25 12 12 14.25m-2.58 4.92-6.374-6.375a1.125 1.125 0 0 1 0-1.59L9.42 4.83c.21-.211.497-.33.795-.33H19.5a2.25 2.25 0 0 1 2.25 2.25v10.5a2.25 2.25 0 0 1-2.25 2.25h-9.284c-.298 0-.585-.119-.795-.33Z"}))}),r9=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061A1.125 1.125 0 0 1 21 8.689v8.122ZM11.25 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061a1.125 1.125 0 0 1 1.683.977v8.122Z"}))});var ne=e.i(99525);let nt=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 9h16.5m-16.5 6.75h16.5"}))}),nr=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12"}))}),nn=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5M12 17.25h8.25"}))}),ni=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5"}))}),na=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"}))}),no=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0-3.75-3.75M17.25 21 21 17.25"}))}),ns=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12"}))}),nl=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}),nd=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5H18V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}),nc=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5h6.75V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}),nu=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.75 3.104v5.714a2.25 2.25 0 0 1-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 0 1 4.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0 1 12 15a9.065 9.065 0 0 0-6.23-.693L5 14.5m14.8.8 1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0 1 12 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5"}))}),nm=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M3.124 7.5A8.969 8.969 0 0 1 5.292 3m13.416 0a8.969 8.969 0 0 1 2.168 4.5"}))}),nh=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.143 17.082a24.248 24.248 0 0 0 3.844.148m-3.844-.148a23.856 23.856 0 0 1-5.455-1.31 8.964 8.964 0 0 0 2.3-5.542m3.155 6.852a3 3 0 0 0 5.667 1.97m1.965-2.277L21 21m-4.225-4.225a23.81 23.81 0 0 0 3.536-1.003A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6.53 6.53m10.245 10.245L6.53 6.53M3 3l3.53 3.53"}))}),n_=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M10.5 8.25h3l-3 4.5h3"}))}),nf=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0"}))}),ng=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinejoin:"round",d:"M6.75 3.744h-.753v8.25h7.125a4.125 4.125 0 0 0 0-8.25H6.75Zm0 0v.38m0 16.122h6.747a4.5 4.5 0 0 0 0-9.001h-7.5v9h.753Zm0 0v-.37m0-15.751h6a3.75 3.75 0 1 1 0 7.5h-6m0-7.5v7.5m0 0v8.25m0-8.25h6.375a4.125 4.125 0 0 1 0 8.25H6.75m.747-15.38h4.875a3.375 3.375 0 0 1 0 6.75H7.497v-6.75Zm0 7.5h5.25a3.75 3.75 0 0 1 0 7.5h-5.25v-7.5Z"}))}),np=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.412 15.655 9.75 21.75l3.745-4.012M9.257 13.5H3.75l2.659-2.849m2.048-2.194L14.25 2.25 12 10.5h8.25l-4.707 5.043M8.457 8.457 3 3m5.457 5.457 7.086 7.086m0 0L21 21"}))}),nw=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25"}))}),nv=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3 3 1.664 1.664M21 21l-1.5-1.5m-5.485-1.242L12 17.25 4.5 21V8.742m.164-4.078a2.15 2.15 0 0 1 1.743-1.342 48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185V19.5M4.664 4.664 19.5 19.5"}))}),nk=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 3.75V16.5L12 14.25 7.5 16.5V3.75m9 0H18A2.25 2.25 0 0 1 20.25 6v12A2.25 2.25 0 0 1 18 20.25H6A2.25 2.25 0 0 1 3.75 18V6A2.25 2.25 0 0 1 6 3.75h1.5m9 0h-9"}))}),nb=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0Z"}))}),ny=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 0 0 .75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 0 0-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0 1 12 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 0 1-.673-.38m0 0A2.18 2.18 0 0 1 3 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 0 1 3.413-.387m7.5 0V5.25A2.25 2.25 0 0 0 13.5 3h-3a2.25 2.25 0 0 0-2.25 2.25v.894m7.5 0a48.667 48.667 0 0 0-7.5 0M12 12.75h.008v.008H12v-.008Z"}))}),nE=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 12.75c1.148 0 2.278.08 3.383.237 1.037.146 1.866.966 1.866 2.013 0 3.728-2.35 6.75-5.25 6.75S6.75 18.728 6.75 15c0-1.046.83-1.867 1.866-2.013A24.204 24.204 0 0 1 12 12.75Zm0 0c2.883 0 5.647.508 8.207 1.44a23.91 23.91 0 0 1-1.152 6.06M12 12.75c-2.883 0-5.647.508-8.208 1.44.125 2.104.52 4.136 1.153 6.06M12 12.75a2.25 2.25 0 0 0 2.248-2.354M12 12.75a2.25 2.25 0 0 1-2.248-2.354M12 8.25c.995 0 1.971-.08 2.922-.236.403-.066.74-.358.795-.762a3.778 3.778 0 0 0-.399-2.25M12 8.25c-.995 0-1.97-.08-2.922-.236-.402-.066-.74-.358-.795-.762a3.734 3.734 0 0 1 .4-2.253M12 8.25a2.25 2.25 0 0 0-2.248 2.146M12 8.25a2.25 2.25 0 0 1 2.248 2.146M8.683 5a6.032 6.032 0 0 1-1.155-1.002c.07-.63.27-1.222.574-1.747m.581 2.749A3.75 3.75 0 0 1 15.318 5m0 0c.427-.283.815-.62 1.155-.999a4.471 4.471 0 0 0-.575-1.752M4.921 6a24.048 24.048 0 0 0-.392 3.314c1.668.546 3.416.914 5.223 1.082M19.08 6c.205 1.08.337 2.187.392 3.314a23.882 23.882 0 0 1-5.223 1.082"}))}),nx=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0 0 12 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12V6.75Z"}))}),nL=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Z"}))}),nM=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 21h16.5M4.5 3h15M5.25 3v18m13.5-18v18M9 6.75h1.5m-1.5 3h1.5m-1.5 3h1.5m3-6H15m-1.5 3H15m-1.5 3H15M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21"}))});var nS=e.i(82798);let nA=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 8.25v-1.5m0 1.5c-1.355 0-2.697.056-4.024.166C6.845 8.51 6 9.473 6 10.608v2.513m6-4.871c1.355 0 2.697.056 4.024.166C17.155 8.51 18 9.473 18 10.608v2.513M15 8.25v-1.5m-6 1.5v-1.5m12 9.75-1.5.75a3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0L3 16.5m15-3.379a48.474 48.474 0 0 0-6-.371c-2.032 0-4.034.126-6 .371m12 0c.39.049.777.102 1.163.16 1.07.16 1.837 1.094 1.837 2.175v5.169c0 .621-.504 1.125-1.125 1.125H4.125A1.125 1.125 0 0 1 3 20.625v-5.17c0-1.08.768-2.014 1.837-2.174A47.78 47.78 0 0 1 6 13.12M12.265 3.11a.375.375 0 1 1-.53 0L12 2.845l.265.265Zm-3 0a.375.375 0 1 1-.53 0L9 2.845l.265.265Zm6 0a.375.375 0 1 1-.53 0L15 2.845l.265.265Z"}))});var nC=e.i(80902);let nI=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 2.994v2.25m10.5-2.25v2.25m-14.252 13.5V7.491a2.25 2.25 0 0 1 2.25-2.25h13.5a2.25 2.25 0 0 1 2.25 2.25v11.251m-18 0a2.25 2.25 0 0 0 2.25 2.25h13.5a2.25 2.25 0 0 0 2.25-2.25m-18 0v-7.5a2.25 2.25 0 0 1 2.25-2.25h13.5a2.25 2.25 0 0 1 2.25 2.25v7.5m-6.75-6h2.25m-9 2.25h4.5m.002-2.25h.005v.006H12v-.006Zm-.001 4.5h.006v.006h-.006v-.005Zm-2.25.001h.005v.006H9.75v-.006Zm-2.25 0h.005v.005h-.006v-.005Zm6.75-2.247h.005v.005h-.005v-.005Zm0 2.247h.006v.006h-.006v-.006Zm2.25-2.248h.006V15H16.5v-.005Z"}))}),nj=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5m-9-6h.008v.008H12v-.008ZM12 15h.008v.008H12V15Zm0 2.25h.008v.008H12v-.008ZM9.75 15h.008v.008H9.75V15Zm0 2.25h.008v.008H9.75v-.008ZM7.5 15h.008v.008H7.5V15Zm0 2.25h.008v.008H7.5v-.008Zm6.75-4.5h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V15Zm0 2.25h.008v.008h-.008v-.008Zm2.25-4.5h.008v.008H16.5v-.008Zm0 2.25h.008v.008H16.5V15Z"}))});var nR=e.i(30770),nB=e.i(79337);let nP=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 14.25v2.25m3-4.5v4.5m3-6.75v6.75m3-9v9M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z"}))}),nO=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z"}))}),nT=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 6a7.5 7.5 0 1 0 7.5 7.5h-7.5V6Z"}),u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5H21A7.5 7.5 0 0 0 13.5 3v7.5Z"}))}),nD=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 0 1 .865-.501 48.172 48.172 0 0 0 3.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}),nV=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.068.157 2.148.279 3.238.364.466.037.893.281 1.153.671L12 21l2.652-3.978c.26-.39.687-.634 1.153-.67 1.09-.086 2.17-.208 3.238-.365 1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}),nN=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 9.75a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14 0 0 1 .778-.332 48.294 48.294 0 0 0 5.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))});var nz=e.i(22576),nW=e.i(87999);let nH=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12c0 4.556-4.03 8.25-9 8.25a9.764 9.764 0 0 1-2.555-.337A5.972 5.972 0 0 1 5.41 20.97a5.969 5.969 0 0 1-.474-.065 4.48 4.48 0 0 0 .978-2.025c.09-.457-.133-.901-.467-1.226C3.93 16.178 3 14.189 3 12c0-4.556 4.03-8.25 9-8.25s9 3.694 9 8.25Z"}))}),nZ=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12c0 2.104.859 4.023 2.273 5.48.432.447.74 1.04.586 1.641a4.483 4.483 0 0 1-.923 1.785A5.969 5.969 0 0 0 6 21c1.282 0 2.47-.402 3.445-1.087.81.22 1.668.337 2.555.337Z"}))}),nF=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z"}))});var nq=e.i(89974),nU=e.i(57862);let nG=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 5.25 7.5 7.5 7.5-7.5m-15 6 7.5 7.5 7.5-7.5"}))}),nK=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m18.75 4.5-7.5 7.5 7.5 7.5m-6-15L5.25 12l7.5 7.5"}))}),nY=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m5.25 4.5 7.5 7.5-7.5 7.5m6-15 7.5 7.5-7.5 7.5"}))}),n$=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 18.75 7.5-7.5 7.5 7.5"}),u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 12.75 7.5-7.5 7.5 7.5"}))});var nQ=e.i(76237);let nJ=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 19.5 8.25 12l7.5-7.5"}))});var nX=e.i(95182);let n0=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"}))});var n1=e.i(95100);let n5=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125"}))}),n2=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0 1 18 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3 1.5 1.5 3-3.75"}))}),n3=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12h3.75M9 15h3.75M9 18h3.75m3 .75H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08m-5.801 0c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m0 0H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V9.375c0-.621-.504-1.125-1.125-1.125H8.25ZM6.75 12h.008v.008H6.75V12Zm0 3h.008v.008H6.75V15Zm0 3h.008v.008H6.75V18Z"}))}),n4=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 7.5V6.108c0-1.135.845-2.098 1.976-2.192.373-.03.748-.057 1.123-.08M15.75 18H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08M15.75 18.75v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5A3.375 3.375 0 0 0 6.375 7.5H5.25m11.9-3.664A2.251 2.251 0 0 0 15 2.25h-1.5a2.251 2.251 0 0 0-2.15 1.586m5.8 0c.065.21.1.433.1.664v.75h-6V4.5c0-.231.035-.454.1-.664M6.75 7.5H4.875c-.621 0-1.125.504-1.125 1.125v12c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V16.5a9 9 0 0 0-9-9Z"}))}),n7=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.666 3.888A2.25 2.25 0 0 0 13.5 2.25h-3c-1.03 0-1.9.693-2.166 1.638m7.332 0c.055.194.084.4.084.612v0a.75.75 0 0 1-.75.75H9a.75.75 0 0 1-.75-.75v0c0-.212.03-.418.084-.612m7.332 0c.646.049 1.288.11 1.927.184 1.1.128 1.907 1.077 1.907 2.185V19.5a2.25 2.25 0 0 1-2.25 2.25H6.75A2.25 2.25 0 0 1 4.5 19.5V6.257c0-1.108.806-2.057 1.907-2.185a48.208 48.208 0 0 1 1.927-.184"}))});var n6=e.i(26588);let n8=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9.75v6.75m0 0-3-3m3 3 3-3m-8.25 6a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z"}))}),n9=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 16.5V9.75m0 0 3 3m-3-3-3 3M6.75 19.5a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z"}))}),ie=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 15a4.5 4.5 0 0 0 4.5 4.5H18a3.75 3.75 0 0 0 1.332-7.257 3 3 0 0 0-3.758-3.848 5.25 5.25 0 0 0-10.233 2.33A4.502 4.502 0 0 0 2.25 15Z"}))}),it=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9.75 16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z"}))}),ir=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5"}))});var ii=e.i(95677),ia=e.i(18488);let io=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12a7.5 7.5 0 0 0 15 0m-15 0a7.5 7.5 0 1 1 15 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077 1.41-.513m14.095-5.13 1.41-.513M5.106 17.785l1.15-.964m11.49-9.642 1.149-.964M7.501 19.795l.75-1.3m7.5-12.99.75-1.3m-6.063 16.658.26-1.477m2.605-14.772.26-1.477m0 17.726-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205 12 12m6.894 5.785-1.149-.964M6.256 7.178l-1.15-.964m15.352 8.864-1.41-.513M4.954 9.435l-1.41-.514M12.002 12l-3.75 6.495"}))});var is=e.i(46073);let il=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 0 1-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0 1 15 18.257V17.25m6-12V15a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 15V5.25m18 0A2.25 2.25 0 0 0 18.75 3H5.25A2.25 2.25 0 0 0 3 5.25m18 0V12a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 12V5.25"}))}),id=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 19.5V21M12 3v1.5m0 15V21m3.75-18v1.5m0 15V21m-9-1.5h10.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 6.75v10.5a2.25 2.25 0 0 0 2.25 2.25Zm.75-12h9v9h-9v-9Z"}))});var ic=e.i(7920);let iu=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 7.5-2.25-1.313M21 7.5v2.25m0-2.25-2.25 1.313M3 7.5l2.25-1.313M3 7.5l2.25 1.313M3 7.5v2.25m9 3 2.25-1.313M12 12.75l-2.25-1.313M12 12.75V15m0 6.75 2.25-1.313M12 21.75V19.5m0 2.25-2.25-1.313m0-16.875L12 2.25l2.25 1.313M21 14.25v2.25l-2.25 1.313m-13.5 0L3 16.5v-2.25"}))});var im=e.i(33033);let ih=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m8.25 7.5.415-.207a.75.75 0 0 1 1.085.67V10.5m0 0h6m-6 0h-1.5m1.5 0v5.438c0 .354.161.697.473.865a3.751 3.751 0 0 0 5.452-2.553c.083-.409-.263-.75-.68-.75h-.745M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))});var i_=e.i(72130);let ig=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 7.756a4.5 4.5 0 1 0 0 8.488M7.5 10.5h5.25m-5.25 3h5.25M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}),ip=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.121 7.629A3 3 0 0 0 9.017 9.43c-.023.212-.002.425.028.636l.506 3.541a4.5 4.5 0 0 1-.43 2.65L9 16.5l1.539-.513a2.25 2.25 0 0 1 1.422 0l.655.218a2.25 2.25 0 0 0 1.718-.122L15 15.75M8.25 12H12m9 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}),iw=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 8.25H9m6 3H9m3 6-3-3h1.5a3 3 0 1 0 0-6M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}),iv=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 7.5 3 4.5m0 0 3-4.5M12 12v5.25M15 12H9m6 3H9m12-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}),ik=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672ZM12 2.25V4.5m5.834.166-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243-1.59-1.59"}))}),ib=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672Zm-7.518-.267A8.25 8.25 0 1 1 20.25 10.5M8.288 14.212A5.25 5.25 0 1 1 17.25 10.5"}))}),iy=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3"}))}),iE=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5h3m-6.75 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-15a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 4.5v15a2.25 2.25 0 0 0 2.25 2.25Z"}))}),ix=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.499 11.998h15m-7.5-6.75h.008v.008h-.008v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM12 18.751h.007v.007H12v-.007Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}),iL=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m.75 12 3 3m0 0 3-3m-3 3v-6m-1.5-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}),iM=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12-3-3m0 0-3 3m3-3v6m-1.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}),iS=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25M9 16.5v.75m3-3v3M15 12v5.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}),iA=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.125 2.25h-4.5c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125v-9M10.125 2.25h.375a9 9 0 0 1 9 9v.375M10.125 2.25A3.375 3.375 0 0 1 13.5 5.625v1.5c0 .621.504 1.125 1.125 1.125h1.5a3.375 3.375 0 0 1 3.375 3.375M9 15l2.25 2.25L15 12"}))}),iC=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 8.25.22-.22a.75.75 0 0 1 1.28.53v6.441c0 .472.214.934.64 1.137a3.75 3.75 0 0 0 4.994-1.77c.205-.428-.152-.868-.627-.868h-.507m-6-2.25h7.5M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}),iI=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v7.5m2.25-6.466a9.016 9.016 0 0 0-3.461-.203c-.536.072-.974.478-1.021 1.017a4.559 4.559 0 0 0-.018.402c0 .464.336.844.775.994l2.95 1.012c.44.15.775.53.775.994 0 .136-.006.27-.018.402-.047.539-.485.945-1.021 1.017a9.077 9.077 0 0 1-3.461-.203M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}),ij=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 11.625h4.5m-4.5 2.25h4.5m2.121 1.527c-1.171 1.464-3.07 1.464-4.242 0-1.172-1.465-1.172-3.84 0-5.304 1.171-1.464 3.07-1.464 4.242 0M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}),iR=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.621 9.879a3 3 0 0 0-5.02 2.897l.164.609a4.5 4.5 0 0 1-.108 2.676l-.157.439.44-.22a2.863 2.863 0 0 1 2.185-.155c.72.24 1.507.184 2.186-.155L15 18M8.25 15.75H12m-1.5-13.5H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}),iB=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 9h3.75m-4.5 2.625h4.5M12 18.75 9.75 16.5h.375a2.625 2.625 0 0 0 0-5.25H9.75m.75-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}),iP=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m1.5 9 2.25 3m0 0 2.25-3m-2.25 3v4.5M9.75 15h4.5m-4.5 2.25h4.5m-3.75-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}),iO=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75"}))}),iT=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Zm3.75 11.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"}))}),iD=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}),iV=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v6m3-3H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}),iN=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}),iz=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))});var iW=e.i(93026);let iH=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 18.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z"}))});var iZ=e.i(39931),iF=e.i(43547);let iq=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.499 8.248h15m-15 7.501h15"}))}),iU=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z"}))});var iG=e.i(16184);let iK=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 11.25 1.5 1.5.75-.75V8.758l2.276-.61a3 3 0 1 0-3.675-3.675l-.61 2.277H12l-.75.75 1.5 1.5M15 11.25l-8.47 8.47c-.34.34-.8.53-1.28.53s-.94.19-1.28.53l-.97.97-.75-.75.97-.97c.34-.34.53-.8.53-1.28s.19-.94.53-1.28L12.75 9M15 11.25 12.75 9"}))});var iY=e.i(92248),i$=e.i(86173);let iQ=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.182 16.318A4.486 4.486 0 0 0 12.016 15a4.486 4.486 0 0 0-3.198 1.318M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z"}))}),iJ=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.182 15.182a4.5 4.5 0 0 1-6.364 0M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z"}))}),iX=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h1.5C5.496 19.5 6 18.996 6 18.375m-3.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-1.5A1.125 1.125 0 0 1 18 18.375M20.625 4.5H3.375m17.25 0c.621 0 1.125.504 1.125 1.125M20.625 4.5h-1.5C18.504 4.5 18 5.004 18 5.625m3.75 0v1.5c0 .621-.504 1.125-1.125 1.125M3.375 4.5c-.621 0-1.125.504-1.125 1.125M3.375 4.5h1.5C5.496 4.5 6 5.004 6 5.625m-3.75 0v1.5c0 .621.504 1.125 1.125 1.125m0 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m1.5-3.75C5.496 8.25 6 7.746 6 7.125v-1.5M4.875 8.25C5.496 8.25 6 8.754 6 9.375v1.5m0-5.25v5.25m0-5.25C6 5.004 6.504 4.5 7.125 4.5h9.75c.621 0 1.125.504 1.125 1.125m1.125 2.625h1.5m-1.5 0A1.125 1.125 0 0 1 18 7.125v-1.5m1.125 2.625c-.621 0-1.125.504-1.125 1.125v1.5m2.625-2.625c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125M18 5.625v5.25M7.125 12h9.75m-9.75 0A1.125 1.125 0 0 1 6 10.875M7.125 12C6.504 12 6 12.504 6 13.125m0-2.25C6 11.496 5.496 12 4.875 12M18 10.875c0 .621-.504 1.125-1.125 1.125M18 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m-12 5.25v-5.25m0 5.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125m-12 0v-1.5c0-.621-.504-1.125-1.125-1.125M18 18.375v-5.25m0 5.25v-1.5c0-.621.504-1.125 1.125-1.125M18 13.125v1.5c0 .621.504 1.125 1.125 1.125M18 13.125c0-.621.504-1.125 1.125-1.125M6 13.125v1.5c0 .621-.504 1.125-1.125 1.125M6 13.125C6 12.504 5.496 12 4.875 12m-1.5 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M19.125 12h1.5m0 0c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h1.5m14.25 0h1.5"}))}),i0=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.864 4.243A7.5 7.5 0 0 1 19.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 0 0 4.5 10.5a7.464 7.464 0 0 1-1.15 3.993m1.989 3.559A11.209 11.209 0 0 0 8.25 10.5a3.75 3.75 0 1 1 7.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 0 1-3.6 9.75m6.633-4.596a18.666 18.666 0 0 1-2.485 5.33"}))}),i1=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.362 5.214A8.252 8.252 0 0 1 12 21 8.25 8.25 0 0 1 6.038 7.047 8.287 8.287 0 0 0 9 9.601a8.983 8.983 0 0 1 3.361-6.867 8.21 8.21 0 0 0 3 2.48Z"}),u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18a3.75 3.75 0 0 0 .495-7.468 5.99 5.99 0 0 0-1.925 3.547 5.975 5.975 0 0 1-2.133-1.001A3.75 3.75 0 0 0 12 18Z"}))});var i5=e.i(20287);let i2=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 13.5H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}),i3=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 0 0-1.883 2.542l.857 6a2.25 2.25 0 0 0 2.227 1.932H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-1.883-2.542m-16.5 0V6A2.25 2.25 0 0 1 6 3.75h3.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 0 1.06.44H18A2.25 2.25 0 0 1 20.25 9v.776"}))}),i4=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 10.5v6m3-3H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))});var i7=e.i(82405);let i6=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811V8.69ZM12.75 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061a1.125 1.125 0 0 1-1.683-.977V8.69Z"}))});var i8=e.i(96643);let i9=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 8.25v7.5m6-7.5h-3V12m0 0v3.75m0-3.75H18M9.75 9.348c-1.03-1.464-2.698-1.464-3.728 0-1.03 1.465-1.03 3.84 0 5.304 1.03 1.464 2.699 1.464 3.728 0V12h-1.5M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z"}))}),ae=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3.75v16.5M2.25 12h19.5M6.375 17.25a4.875 4.875 0 0 0 4.875-4.875V12m6.375 5.25a4.875 4.875 0 0 1-4.875-4.875V12m-9 8.25h16.5a1.5 1.5 0 0 0 1.5-1.5V5.25a1.5 1.5 0 0 0-1.5-1.5H3.75a1.5 1.5 0 0 0-1.5 1.5v13.5a1.5 1.5 0 0 0 1.5 1.5Zm12.621-9.44c-1.409 1.41-4.242 1.061-4.242 1.061s-.349-2.833 1.06-4.242a2.25 2.25 0 0 1 3.182 3.182ZM10.773 7.63c1.409 1.409 1.06 4.242 1.06 4.242S9 12.22 7.592 10.811a2.25 2.25 0 1 1 3.182-3.182Z"}))}),at=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 11.25v8.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5v-8.25M12 4.875A2.625 2.625 0 1 0 9.375 7.5H12m0-2.625V7.5m0-2.625A2.625 2.625 0 1 1 14.625 7.5H12m0 0V21m-8.625-9.75h18c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125h-18c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))});var ar=e.i(57191);let an=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m6.115 5.19.319 1.913A6 6 0 0 0 8.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 0 0 2.288-4.042 1.087 1.087 0 0 0-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 0 1-.98-.314l-.295-.295a1.125 1.125 0 0 1 0-1.591l.13-.132a1.125 1.125 0 0 1 1.3-.21l.603.302a.809.809 0 0 0 1.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 0 0 1.528-1.732l.146-.292M6.115 5.19A9 9 0 1 0 17.18 4.64M6.115 5.19A8.965 8.965 0 0 1 12 3c1.929 0 3.716.607 5.18 1.64"}))}),ai=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 3.03v.568c0 .334.148.65.405.864l1.068.89c.442.369.535 1.01.216 1.49l-.51.766a2.25 2.25 0 0 1-1.161.886l-.143.048a1.107 1.107 0 0 0-.57 1.664c.369.555.169 1.307-.427 1.605L9 13.125l.423 1.059a.956.956 0 0 1-1.652.928l-.679-.906a1.125 1.125 0 0 0-1.906.172L4.5 15.75l-.612.153M12.75 3.031a9 9 0 0 0-8.862 12.872M12.75 3.031a9 9 0 0 1 6.69 14.036m0 0-.177-.529A2.25 2.25 0 0 0 17.128 15H16.5l-.324-.324a1.453 1.453 0 0 0-2.328.377l-.036.073a1.586 1.586 0 0 1-.982.816l-.99.282c-.55.157-.894.702-.8 1.267l.073.438c.08.474.49.821.97.821.846 0 1.598.542 1.865 1.345l.215.643m5.276-3.67a9.012 9.012 0 0 1-5.276 3.67m0 0a9 9 0 0 1-10.275-4.835M15.75 9c0 .896-.393 1.7-1.016 2.25"}))}),aa=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.893 13.393-1.135-1.135a2.252 2.252 0 0 1-.421-.585l-1.08-2.16a.414.414 0 0 0-.663-.107.827.827 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.212.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025 1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25 2.25 0 0 1-1.383-2.46l.007-.042a2.25 2.25 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 0 1-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 0 1-1.458-1.137l1.411-2.353a2.25 2.25 0 0 0 .286-.76m11.928 9.869A9 9 0 0 0 8.965 3.525m11.928 9.868A9 9 0 1 1 8.965 3.525"}))}),ao=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501m4.501-8.627 2.25-1.5v10.126m0 0h-2.25m2.25 0h2.25"}))}),as=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 19.5H16.5v-1.609a2.25 2.25 0 0 1 1.244-2.012l2.89-1.445c.651-.326 1.116-.955 1.116-1.683 0-.498-.04-.987-.118-1.463-.135-.825-.835-1.422-1.668-1.489a15.202 15.202 0 0 0-3.464.12M2.243 4.492v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501"}))}),al=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.905 14.626a4.52 4.52 0 0 1 .738 3.603c-.154.695-.794 1.143-1.504 1.208a15.194 15.194 0 0 1-3.639-.104m4.405-4.707a4.52 4.52 0 0 0 .738-3.603c-.154-.696-.794-1.144-1.504-1.209a15.19 15.19 0 0 0-3.639.104m4.405 4.708H18M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501"}))}),ad=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.05 4.575a1.575 1.575 0 1 0-3.15 0v3m3.15-3v-1.5a1.575 1.575 0 0 1 3.15 0v1.5m-3.15 0 .075 5.925m3.075.75V4.575m0 0a1.575 1.575 0 0 1 3.15 0V15M6.9 7.575a1.575 1.575 0 1 0-3.15 0v8.175a6.75 6.75 0 0 0 6.75 6.75h2.018a5.25 5.25 0 0 0 3.712-1.538l1.732-1.732a5.25 5.25 0 0 0 1.538-3.712l.003-2.024a.668.668 0 0 1 .198-.471 1.575 1.575 0 1 0-2.228-2.228 3.818 3.818 0 0 0-1.12 2.687M6.9 7.575V12m6.27 4.318A4.49 4.49 0 0 1 16.35 15m.002 0h-.002"}))});var ac=e.i(26847),au=e.i(63039);let am=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 8.25h15m-16.5 7.5h15m-1.8-13.5-3.9 19.5m-2.1-19.5-3.9 19.5"}))});var ah=e.i(94597);let a_=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"}))}),af=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Zm6-10.125a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Zm1.294 6.336a6.721 6.721 0 0 1-3.17.789 6.721 6.721 0 0 1-3.168-.789 3.376 3.376 0 0 1 6.338 0Z"}))}),ag=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 3.75H6.912a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H15M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859M12 3v8.25m0 0-3-3m3 3 3-3"}))});var ap=e.i(17774),aw=e.i(39775);let av=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.248 20.246H9.05m0 0h3.696m-3.696 0 5.893-16.502m0 0h-3.697m3.697 0h3.803"}))}),ak=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 5.25a3 3 0 0 1 3 3m3 0a6 6 0 0 1-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1 1 21.75 8.25Z"}))});var ab=e.i(29988);let ay=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.712 4.33a9.027 9.027 0 0 1 1.652 1.306c.51.51.944 1.064 1.306 1.652M16.712 4.33l-3.448 4.138m3.448-4.138a9.014 9.014 0 0 0-9.424 0M19.67 7.288l-4.138 3.448m4.138-3.448a9.014 9.014 0 0 1 0 9.424m-4.138-5.976a3.736 3.736 0 0 0-.88-1.388 3.737 3.737 0 0 0-1.388-.88m2.268 2.268a3.765 3.765 0 0 1 0 2.528m-2.268-4.796a3.765 3.765 0 0 0-2.528 0m4.796 4.796c-.181.506-.475.982-.88 1.388a3.736 3.736 0 0 1-1.388.88m2.268-2.268 4.138 3.448m0 0a9.027 9.027 0 0 1-1.306 1.652c-.51.51-1.064.944-1.652 1.306m0 0-3.448-4.138m3.448 4.138a9.014 9.014 0 0 1-9.424 0m5.976-4.138a3.765 3.765 0 0 1-2.528 0m0 0a3.736 3.736 0 0 1-1.388-.88 3.737 3.737 0 0 1-.88-1.388m2.268 2.268L7.288 19.67m0 0a9.024 9.024 0 0 1-1.652-1.306 9.027 9.027 0 0 1-1.306-1.652m0 0 4.138-3.448M4.33 16.712a9.014 9.014 0 0 1 0-9.424m4.138 5.976a3.765 3.765 0 0 1 0-2.528m0 0c.181-.506.475-.982.88-1.388a3.736 3.736 0 0 1 1.388-.88m-2.268 2.268L4.33 7.288m6.406 1.18L7.288 4.33m0 0a9.024 9.024 0 0 0-1.652 1.306A9.025 9.025 0 0 0 4.33 7.288"}))}),aE=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18v-5.25m0 0a6.01 6.01 0 0 0 1.5-.189m-1.5.189a6.01 6.01 0 0 1-1.5-.189m3.75 7.478a12.06 12.06 0 0 1-4.5 0m3.75 2.383a14.406 14.406 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18"}))}),ax=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.181 8.68a4.503 4.503 0 0 1 1.903 6.405m-9.768-2.782L3.56 14.06a4.5 4.5 0 0 0 6.364 6.365l3.129-3.129m5.614-5.615 1.757-1.757a4.5 4.5 0 0 0-6.364-6.365l-4.5 4.5c-.258.26-.479.541-.661.84m1.903 6.405a4.495 4.495 0 0 1-1.242-.88 4.483 4.483 0 0 1-1.062-1.683m6.587 2.345 5.907 5.907m-5.907-5.907L8.898 8.898M2.991 2.99 8.898 8.9"}))});var aL=e.i(87329),aM=e.i(1943),aS=e.i(94251);let aA=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 1 1 9 0v3.75M3.75 21.75h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H3.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z"}))}),aC=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 15.75-2.489-2.489m0 0a3.375 3.375 0 1 0-4.773-4.773 3.375 3.375 0 0 0 4.774 4.774ZM21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}),aI=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM13.5 10.5h-6"}))}),aj=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM10.5 7.5v6m3-3h-6"}))});var aR=e.i(226);let aB=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}),u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z"}))}),aP=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 6.75V15m6-6v8.25m.503 3.498 4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934c-.317.159-.69.159-1.006 0L9.503 3.252a1.125 1.125 0 0 0-1.006 0L3.622 5.689C3.24 5.88 3 6.27 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934c.317-.159.69-.159 1.006 0l4.994 2.497c.317.158.69.158 1.006 0Z"}))}),aO=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 1 1 0-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 0 1-1.44-4.282m3.102.069a18.03 18.03 0 0 1-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 0 1 8.835 2.535M10.34 6.66a23.847 23.847 0 0 0 8.835-2.535m0 0A23.74 23.74 0 0 0 18.795 3m.38 1.125a23.91 23.91 0 0 1 1.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 0 0 1.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 0 1 0 3.46"}))}),aT=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18.75a6 6 0 0 0 6-6v-1.5m-6 7.5a6 6 0 0 1-6-6v-1.5m6 7.5v3.75m-3.75 0h7.5M12 15.75a3 3 0 0 1-3-3V4.5a3 3 0 1 1 6 0v8.25a3 3 0 0 1-3 3Z"}))}),aD=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}),aV=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 12H6"}))}),aN=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 12h14"}))});var az=e.i(12892);let aW=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 9 10.5-3m0 6.553v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 1 1-.99-3.467l2.31-.66a2.25 2.25 0 0 0 1.632-2.163Zm0 0V2.25L9 5.25v10.303m0 0v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 0 1-.99-3.467l2.31-.66A2.25 2.25 0 0 0 9 15.553Z"}))}),aH=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 0 1-2.25 2.25M16.5 7.5V18a2.25 2.25 0 0 0 2.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 0 0 2.25 2.25h13.5M6 7.5h3v3H6v-3Z"}))});var aZ=e.i(92802);let aF=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.242 5.992h12m-12 6.003H20.24m-12 5.999h12M4.117 7.495v-3.75H2.99m1.125 3.75H2.99m1.125 0H5.24m-1.92 2.577a1.125 1.125 0 1 1 1.591 1.59l-1.83 1.83h2.16M2.99 15.745h1.125a1.125 1.125 0 0 1 0 2.25H3.74m0-.002h.375a1.125 1.125 0 0 1 0 2.25H2.99"}))}),aq=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.53 16.122a3 3 0 0 0-5.78 1.128 2.25 2.25 0 0 1-2.4 2.245 4.5 4.5 0 0 0 8.4-2.245c0-.399-.078-.78-.22-1.128Zm0 0a15.998 15.998 0 0 0 3.388-1.62m-5.043-.025a15.994 15.994 0 0 1 1.622-3.395m3.42 3.42a15.995 15.995 0 0 0 4.764-4.648l3.876-5.814a1.151 1.151 0 0 0-1.597-1.597L14.146 6.32a15.996 15.996 0 0 0-4.649 4.763m3.42 3.42a6.776 6.776 0 0 0-3.42-3.42"}))});var aU=e.i(88313);let aG=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m18.375 12.739-7.693 7.693a4.5 4.5 0 0 1-6.364-6.364l10.94-10.94A3 3 0 1 1 19.5 7.372L8.552 18.32m.009-.01-.01.01m5.699-9.941-7.81 7.81a1.5 1.5 0 0 0 2.112 2.13"}))}),aK=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9v6m-4.5 0V9M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}),aY=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 5.25v13.5m-7.5-13.5v13.5"}))}),a$=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0 1 15.75 21H5.25A2.25 2.25 0 0 1 3 18.75V8.25A2.25 2.25 0 0 1 5.25 6H10"}))});var aQ=e.i(10947);let aJ=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m8.99 14.993 6-6m6 3.001c0 1.268-.63 2.39-1.593 3.069a3.746 3.746 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043 3.745 3.745 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.745 3.745 0 0 1-3.296-1.043 3.746 3.746 0 0 1-1.043-3.297 3.746 3.746 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 1.043-3.297 3.745 3.745 0 0 1 3.296-1.042 3.745 3.745 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.745 3.745 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.297 3.746 3.746 0 0 1 1.593 3.068ZM9.74 9.743h.008v.007H9.74v-.007Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm4.125 4.5h.008v.008h-.008v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}),aX=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9.75v-4.5m0 4.5h4.5m-4.5 0 6-6m-3 18c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}),a0=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 3.75v4.5m0-4.5h-4.5m4.5 0-6 6m3 12c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}),a1=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 3.75 18 6m0 0 2.25 2.25M18 6l2.25-2.25M18 6l-2.25 2.25m1.5 13.5c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}),a5=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z"}))});var a2=e.i(43119);let a3=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}),u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.91 11.672a.375.375 0 0 1 0 .656l-5.603 3.113a.375.375 0 0 1-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112Z"}))}),a4=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 7.5V18M15 7.5V18M3 16.811V8.69c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811Z"}))}),a7=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 5.653c0-.856.917-1.398 1.667-.986l11.54 6.347a1.125 1.125 0 0 1 0 1.972l-11.54 6.347a1.125 1.125 0 0 1-1.667-.986V5.653Z"}))}),a6=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v6m3-3H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}),a8=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v12m6-6H6"}))});var a9=e.i(84985);let oe=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.636 5.636a9 9 0 1 0 12.728 0M12 3v9"}))}),ot=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5M9 11.25v1.5M12 9v3.75m3-6v6"}))}),or=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5m.75-9 3-3 2.148 2.148A12.061 12.061 0 0 1 16.5 7.605"}))}),on=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.72 13.829c-.24.03-.48.062-.72.096m.72-.096a42.415 42.415 0 0 1 10.56 0m-10.56 0L6.34 18m10.94-4.171c.24.03.48.062.72.096m-.72-.096L17.66 18m0 0 .229 2.523a1.125 1.125 0 0 1-1.12 1.227H7.231c-.662 0-1.18-.568-1.12-1.227L6.34 18m11.318 0h1.091A2.25 2.25 0 0 0 21 15.75V9.456c0-1.081-.768-2.015-1.837-2.175a48.055 48.055 0 0 0-1.913-.247M6.34 18H5.25A2.25 2.25 0 0 1 3 15.75V9.456c0-1.081.768-2.015 1.837-2.175a48.041 48.041 0 0 1 1.913-.247m10.5 0a48.536 48.536 0 0 0-10.5 0m10.5 0V3.375c0-.621-.504-1.125-1.125-1.125h-8.25c-.621 0-1.125.504-1.125 1.125v3.659M18 10.5h.008v.008H18V10.5Zm-3 0h.008v.008H15V10.5Z"}))}),oi=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 6.087c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.036-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959v0a.64.64 0 0 1-.657.643 48.39 48.39 0 0 1-4.163-.3c.186 1.613.293 3.25.315 4.907a.656.656 0 0 1-.658.663v0c-.355 0-.676-.186-.959-.401a1.647 1.647 0 0 0-1.003-.349c-1.036 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401v0c.31 0 .555.26.532.57a48.039 48.039 0 0 1-.642 5.056c1.518.19 3.058.309 4.616.354a.64.64 0 0 0 .657-.643v0c0-.355-.186-.676-.401-.959a1.647 1.647 0 0 1-.349-1.003c0-1.035 1.008-1.875 2.25-1.875 1.243 0 2.25.84 2.25 1.875 0 .369-.128.713-.349 1.003-.215.283-.4.604-.4.959v0c0 .333.277.599.61.58a48.1 48.1 0 0 0 5.427-.63 48.05 48.05 0 0 0 .582-4.717.532.532 0 0 0-.533-.57v0c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.035 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.37 0 .713.128 1.003.349.283.215.604.401.96.401v0a.656.656 0 0 0 .658-.663 48.422 48.422 0 0 0-.37-5.36c-1.886.342-3.81.574-5.766.689a.578.578 0 0 1-.61-.58v0Z"}))});var oa=e.i(74040);let oo=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 0 1 0 3.75H5.625a1.875 1.875 0 0 1 0-3.75Z"}))}),os=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3.75 7.5 16.5-4.125M12 6.75c-2.708 0-5.363.224-7.948.655C2.999 7.58 2.25 8.507 2.25 9.574v9.176A2.25 2.25 0 0 0 4.5 21h15a2.25 2.25 0 0 0 2.25-2.25V9.574c0-1.067-.75-1.994-1.802-2.169A48.329 48.329 0 0 0 12 6.75Zm-1.683 6.443-.005.005-.006-.005.006-.005.005.005Zm-.005 2.127-.005-.006.005-.005.005.005-.005.005Zm-2.116-.006-.005.006-.006-.006.005-.005.006.005Zm-.005-2.116-.006-.005.006-.005.005.005-.005.005ZM9.255 10.5v.008h-.008V10.5h.008Zm3.249 1.88-.007.004-.003-.007.006-.003.004.006Zm-1.38 5.126-.003-.006.006-.004.004.007-.006.003Zm.007-6.501-.003.006-.007-.003.004-.007.006.004Zm1.37 5.129-.007-.004.004-.006.006.003-.004.007Zm.504-1.877h-.008v-.007h.008v.007ZM9.255 18v.008h-.008V18h.008Zm-3.246-1.87-.007.004L6 16.127l.006-.003.004.006Zm1.366-5.119-.004-.006.006-.004.004.007-.006.003ZM7.38 17.5l-.003.006-.007-.003.004-.007.006.004Zm-1.376-5.116L6 12.38l.003-.007.007.004-.004.007Zm-.5 1.873h-.008v-.007h.008v.007ZM17.25 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Zm0 4.5a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z"}))}),ol=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 14.25 6-6m4.5-3.493V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185ZM9.75 9h.008v.008H9.75V9Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm4.125 4.5h.008v.008h-.008V13.5Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}),od=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9.75h4.875a2.625 2.625 0 0 1 0 5.25H12M8.25 9.75 10.5 7.5M8.25 9.75 10.5 12m9-7.243V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185Z"}))}),oc=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 0 1-1.125-1.125v-3.75ZM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-8.25ZM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-2.25Z"}))});var ou=e.i(14995),om=e.i(78588);let oh=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 19.5v-.75a7.5 7.5 0 0 0-7.5-7.5H4.5m0-6.75h.75c7.87 0 14.25 6.38 14.25 14.25v.75M6 18.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))}),o_=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v17.25m0 0c-1.472 0-2.882.265-4.185.75M12 20.25c1.472 0 2.882.265 4.185.75M18.75 4.97A48.416 48.416 0 0 0 12 4.5c-2.291 0-4.545.16-6.75.47m13.5 0c1.01.143 2.01.317 3 .52m-3-.52 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.988 5.988 0 0 1-2.031.352 5.988 5.988 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L18.75 4.971Zm-16.5.52c.99-.203 1.99-.377 3-.52m0 0 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.989 5.989 0 0 1-2.031.352 5.989 5.989 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L5.25 4.971Z"}))}),of=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.848 8.25 1.536.887M7.848 8.25a3 3 0 1 1-5.196-3 3 3 0 0 1 5.196 3Zm1.536.887a2.165 2.165 0 0 1 1.083 1.839c.005.351.054.695.14 1.024M9.384 9.137l2.077 1.199M7.848 15.75l1.536-.887m-1.536.887a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3Zm1.536-.887a2.165 2.165 0 0 0 1.083-1.838c.005-.352.054-.695.14-1.025m-1.223 2.863 2.077-1.199m0-3.328a4.323 4.323 0 0 1 2.068-1.379l5.325-1.628a4.5 4.5 0 0 1 2.48-.044l.803.215-7.794 4.5m-2.882-1.664A4.33 4.33 0 0 0 10.607 12m3.736 0 7.794 4.5-.802.215a4.5 4.5 0 0 1-2.48-.043l-5.326-1.629a4.324 4.324 0 0 1-2.068-1.379M14.343 12l-2.882 1.664"}))}),og=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 14.25h13.5m-13.5 0a3 3 0 0 1-3-3m3 3a3 3 0 1 0 0 6h13.5a3 3 0 1 0 0-6m-16.5-3a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3m-19.5 0a4.5 4.5 0 0 1 .9-2.7L5.737 5.1a3.375 3.375 0 0 1 2.7-1.35h7.126c1.062 0 2.062.5 2.7 1.35l2.587 3.45a4.5 4.5 0 0 1 .9 2.7m0 0a3 3 0 0 1-3 3m0 3h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Zm-3 6h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Z"}))}),op=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 17.25v-.228a4.5 4.5 0 0 0-.12-1.03l-2.268-9.64a3.375 3.375 0 0 0-3.285-2.602H7.923a3.375 3.375 0 0 0-3.285 2.602l-2.268 9.64a4.5 4.5 0 0 0-.12 1.03v.228m19.5 0a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3m19.5 0a3 3 0 0 0-3-3H5.25a3 3 0 0 0-3 3m16.5 0h.008v.008h-.008v-.008Zm-3 0h.008v.008h-.008v-.008Z"}))}),ow=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.217 10.907a2.25 2.25 0 1 0 0 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186 9.566-5.314m-9.566 7.5 9.566 5.314m0 0a2.25 2.25 0 1 0 3.935 2.186 2.25 2.25 0 0 0-3.935-2.186Zm0-12.814a2.25 2.25 0 1 0 3.933-2.185 2.25 2.25 0 0 0-3.933 2.185Z"}))}),ov=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z"}))}),ok=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m0-10.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.75c0 5.592 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.57-.598-3.75h-.152c-3.196 0-6.1-1.25-8.25-3.286Zm0 13.036h.008v.008H12v-.008Z"}))});var ob=e.i(34989),oy=e.i(90418);let oE=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3 3 8.735 8.735m0 0a.374.374 0 1 1 .53.53m-.53-.53.53.53m0 0L21 21M14.652 9.348a3.75 3.75 0 0 1 0 5.304m2.121-7.425a6.75 6.75 0 0 1 0 9.546m2.121-11.667c3.808 3.807 3.808 9.98 0 13.788m-9.546-4.242a3.733 3.733 0 0 1-1.06-2.122m-1.061 4.243a6.75 6.75 0 0 1-1.625-6.929m-.496 9.05c-3.068-3.067-3.664-7.67-1.79-11.334M12 12h.008v.008H12V12Z"}))}),ox=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.348 14.652a3.75 3.75 0 0 1 0-5.304m5.304 0a3.75 3.75 0 0 1 0 5.304m-7.425 2.121a6.75 6.75 0 0 1 0-9.546m9.546 0a6.75 6.75 0 0 1 0 9.546M5.106 18.894c-3.808-3.807-3.808-9.98 0-13.788m13.788 0c3.808 3.807 3.808 9.98 0 13.788M12 12h.008v.008H12V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}),oL=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 20.247 6-16.5"}))});var oM=e.i(69059);let oS=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.114 5.636a9 9 0 0 1 0 12.728M16.463 8.288a5.25 5.25 0 0 1 0 7.424M6.75 8.25l4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z"}))}),oA=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 9.75 19.5 12m0 0 2.25 2.25M19.5 12l2.25-2.25M19.5 12l-2.25 2.25m-10.5-6 4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z"}))}),oC=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 8.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v8.25A2.25 2.25 0 0 0 6 16.5h2.25m8.25-8.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-7.5A2.25 2.25 0 0 1 8.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 0 0-2.25 2.25v6"}))}),oI=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.429 9.75 2.25 12l4.179 2.25m0-4.5 5.571 3 5.571-3m-11.142 0L2.25 7.5 12 2.25l9.75 5.25-4.179 2.25m0 0L21.75 12l-4.179 2.25m0 0 4.179 2.25L12 21.75 2.25 16.5l4.179-2.25m11.142 0-5.571 3-5.571-3"}))});var oj=e.i(26915);let oR=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 0 0 2.25-2.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v2.25A2.25 2.25 0 0 0 6 10.5Zm0 9.75h2.25A2.25 2.25 0 0 0 10.5 18v-2.25a2.25 2.25 0 0 0-2.25-2.25H6a2.25 2.25 0 0 0-2.25 2.25V18A2.25 2.25 0 0 0 6 20.25Zm9.75-9.75H18a2.25 2.25 0 0 0 2.25-2.25V6A2.25 2.25 0 0 0 18 3.75h-2.25A2.25 2.25 0 0 0 13.5 6v2.25a2.25 2.25 0 0 0 2.25 2.25Z"}))}),oB=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.562.562 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z"}))}),oP=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}),u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 9.563C9 9.252 9.252 9 9.563 9h4.874c.311 0 .563.252.563.563v4.874c0 .311-.252.563-.563.563H9.564A.562.562 0 0 1 9 14.437V9.564Z"}))});var oO=e.i(3954);let oT=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 12a8.912 8.912 0 0 1-.318-.079c-1.585-.424-2.904-1.247-3.76-2.236-.873-1.009-1.265-2.19-.968-3.301.59-2.2 3.663-3.29 6.863-2.432A8.186 8.186 0 0 1 16.5 5.21M6.42 17.81c.857.99 2.176 1.812 3.761 2.237 3.2.858 6.274-.23 6.863-2.431.233-.868.044-1.779-.465-2.617M3.75 12h16.5"}))});var oD=e.i(57834);let oV=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.098 19.902a3.75 3.75 0 0 0 5.304 0l6.401-6.402M6.75 21A3.75 3.75 0 0 1 3 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 0 0 3.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88c.438-.439 1.15-.439 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75v-.008Z"}))}),oN=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0 1 12 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5"}))}),oz=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.568 3H5.25A2.25 2.25 0 0 0 3 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 0 0 5.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 0 0 9.568 3Z"}),u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 6h.008v.008H6V6Z"}))}),oW=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 6v.75m0 3v.75m0 3v.75m0 3V18m-9-5.25h5.25M7.5 15h3M3.375 5.25c-.621 0-1.125.504-1.125 1.125v3.026a2.999 2.999 0 0 1 0 5.198v3.026c0 .621.504 1.125 1.125 1.125h17.25c.621 0 1.125-.504 1.125-1.125v-3.026a2.999 2.999 0 0 1 0-5.198V6.375c0-.621-.504-1.125-1.125-1.125H3.375Z"}))});var oH=e.i(56859);let oZ=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 18.75h-9m9 0a3 3 0 0 1 3 3h-15a3 3 0 0 1 3-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.454 7.454 0 0 1-.982-3.172M9.497 14.25a7.454 7.454 0 0 0 .981-3.172M5.25 4.236c-.982.143-1.954.317-2.916.52A6.003 6.003 0 0 0 7.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25c2.291 0 4.545.16 6.75.47v1.516M7.73 9.728a6.726 6.726 0 0 0 2.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46.32 46.32 0 0 1 2.916.52 6.003 6.003 0 0 1-5.395 4.972m0 0a6.726 6.726 0 0 1-2.749 1.35m0 0a6.772 6.772 0 0 1-3.044 0"}))});var oF=e.i(43944);let oq=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 20.25h12m-7.5-3v3m3-3v3m-10.125-3h17.25c.621 0 1.125-.504 1.125-1.125V4.875c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125Z"}))}),oU=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.995 3.744v7.5a6 6 0 1 1-12 0v-7.5m-2.25 16.502h16.5"}))});var oG=e.i(37224),oK=e.i(75325);let oY=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M22 10.5h-6m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM4 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 10.374 21c-2.331 0-4.512-.645-6.374-1.766Z"}))}),o$=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM3 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 9.374 21c-2.331 0-4.512-.645-6.374-1.766Z"}))}),oQ=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.745 3A23.933 23.933 0 0 0 3 12c0 3.183.62 6.22 1.745 9M19.5 3c.967 2.78 1.5 5.817 1.5 9s-.533 6.22-1.5 9M8.25 8.885l1.444-.89a.75.75 0 0 1 1.105.402l2.402 7.206a.75.75 0 0 0 1.104.401l1.445-.889m-8.25.75.213.09a1.687 1.687 0 0 0 2.062-.617l4.45-6.676a1.688 1.688 0 0 1 2.062-.618l.213.09"}))}),oJ=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M12 18.75H4.5a2.25 2.25 0 0 1-2.25-2.25V9m12.841 9.091L16.5 19.5m-1.409-1.409c.407-.407.659-.97.659-1.591v-9a2.25 2.25 0 0 0-2.25-2.25h-9c-.621 0-1.184.252-1.591.659m12.182 12.182L2.909 5.909M1.5 4.5l1.409 1.409"}))}),oX=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25h-9A2.25 2.25 0 0 0 2.25 7.5v9a2.25 2.25 0 0 0 2.25 2.25Z"}))}),o0=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 4.5v15m6-15v15m-10.875 0h15.75c.621 0 1.125-.504 1.125-1.125V5.625c0-.621-.504-1.125-1.125-1.125H4.125C3.504 4.5 3 5.004 3 5.625v12.75c0 .621.504 1.125 1.125 1.125Z"}))}),o1=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 3.75H6A2.25 2.25 0 0 0 3.75 6v1.5M16.5 3.75H18A2.25 2.25 0 0 1 20.25 6v1.5m0 9V18A2.25 2.25 0 0 1 18 20.25h-1.5m-9 0H6A2.25 2.25 0 0 1 3.75 18v-1.5M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}),o5=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a2.25 2.25 0 0 0-2.25-2.25H15a3 3 0 1 1-6 0H5.25A2.25 2.25 0 0 0 3 12m18 0v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 9m18 0V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v3"}))}),o2=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.288 15.038a5.25 5.25 0 0 1 7.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 0 1 1.06 0Z"}))}),o3=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 8.25V18a2.25 2.25 0 0 0 2.25 2.25h13.5A2.25 2.25 0 0 0 21 18V8.25m-18 0V6a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 6v2.25m-18 0h18M5.25 6h.008v.008H5.25V6ZM7.5 6h.008v.008H7.5V6Zm2.25 0h.008v.008H9.75V6Z"}))}),o4=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437 1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008v-.008Z"}))}),o7=u.forwardRef(function({title:e,titleId:t,...r},n){return u.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?u.createElement("title",{id:t},e):null,u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75a4.5 4.5 0 0 1-4.884 4.484c-1.076-.091-2.264.071-2.95.904l-7.152 8.684a2.548 2.548 0 1 1-3.586-3.586l8.684-7.152c.833-.686.995-1.874.904-2.95a4.5 4.5 0 0 1 6.336-4.486l-3.276 3.276a3.004 3.004 0 0 0 2.25 2.25l3.276-3.276c.256.565.398 1.192.398 1.852Z"}),u.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.867 19.125h.008v.008h-.008v-.008Z"}))});var o6=e.i(10833),o8=e.i(30999);e.s(["AcademicCapIcon",0,rn,"AdjustmentsHorizontalIcon",0,e7,"AdjustmentsVerticalIcon",0,ri,"ArchiveBoxArrowDownIcon",0,ra,"ArchiveBoxIcon",0,rs,"ArchiveBoxXMarkIcon",0,ro,"ArrowDownCircleIcon",0,rl,"ArrowDownIcon",0,r_,"ArrowDownLeftIcon",0,rd,"ArrowDownOnSquareIcon",0,ru,"ArrowDownOnSquareStackIcon",0,rc,"ArrowDownRightIcon",0,rm,"ArrowDownTrayIcon",0,rh,"ArrowLeftCircleIcon",0,rf,"ArrowLeftEndOnRectangleIcon",0,rg,"ArrowLeftIcon",()=>rv.default,"ArrowLeftOnRectangleIcon",0,rp,"ArrowLeftStartOnRectangleIcon",0,rw,"ArrowLongDownIcon",0,rk,"ArrowLongLeftIcon",0,rb,"ArrowLongRightIcon",0,ry,"ArrowLongUpIcon",0,rE,"ArrowPathIcon",()=>rL.default,"ArrowPathRoundedSquareIcon",0,rx,"ArrowRightCircleIcon",0,rM,"ArrowRightEndOnRectangleIcon",()=>rS.default,"ArrowRightIcon",0,rI,"ArrowRightOnRectangleIcon",0,rA,"ArrowRightStartOnRectangleIcon",0,rC,"ArrowSmallDownIcon",0,rj,"ArrowSmallLeftIcon",0,rR,"ArrowSmallRightIcon",0,rB,"ArrowSmallUpIcon",0,rP,"ArrowTopRightOnSquareIcon",0,rO,"ArrowTrendingDownIcon",0,rT,"ArrowTrendingUpIcon",0,rD,"ArrowTurnDownLeftIcon",0,rV,"ArrowTurnDownRightIcon",0,rN,"ArrowTurnLeftDownIcon",0,rz,"ArrowTurnLeftUpIcon",0,rW,"ArrowTurnRightDownIcon",0,rH,"ArrowTurnRightUpIcon",0,rZ,"ArrowTurnUpLeftIcon",0,rF,"ArrowTurnUpRightIcon",0,rq,"ArrowUpCircleIcon",0,rU,"ArrowUpIcon",0,rJ,"ArrowUpLeftIcon",0,rG,"ArrowUpOnSquareIcon",0,rY,"ArrowUpOnSquareStackIcon",0,rK,"ArrowUpRightIcon",0,r$,"ArrowUpTrayIcon",0,rQ,"ArrowUturnDownIcon",0,rX,"ArrowUturnLeftIcon",0,r0,"ArrowUturnRightIcon",0,r1,"ArrowUturnUpIcon",0,r5,"ArrowsPointingInIcon",0,r2,"ArrowsPointingOutIcon",0,r3,"ArrowsRightLeftIcon",0,r4,"ArrowsUpDownIcon",0,r7,"AtSymbolIcon",0,r6,"BackspaceIcon",0,r8,"BackwardIcon",0,r9,"BanknotesIcon",()=>ne.default,"Bars2Icon",0,nt,"Bars3BottomLeftIcon",0,nr,"Bars3BottomRightIcon",0,nn,"Bars3CenterLeftIcon",0,ni,"Bars3Icon",0,na,"Bars4Icon",0,e4,"BarsArrowDownIcon",0,no,"BarsArrowUpIcon",0,ns,"Battery0Icon",0,nl,"Battery100Icon",0,nd,"Battery50Icon",0,nc,"BeakerIcon",0,nu,"BellAlertIcon",0,nm,"BellIcon",0,nf,"BellSlashIcon",0,nh,"BellSnoozeIcon",0,n_,"BoldIcon",0,ng,"BoltIcon",0,e8,"BoltSlashIcon",0,np,"BookOpenIcon",0,nw,"BookmarkIcon",0,nb,"BookmarkSlashIcon",0,nv,"BookmarkSquareIcon",0,nk,"BriefcaseIcon",0,ny,"BugAntIcon",0,nE,"BuildingLibraryIcon",0,nx,"BuildingOffice2Icon",0,nL,"BuildingOfficeIcon",0,nM,"BuildingStorefrontIcon",()=>nS.default,"CakeIcon",0,nA,"CalculatorIcon",()=>nC.default,"CalendarDateRangeIcon",0,nI,"CalendarDaysIcon",0,nj,"CalendarIcon",()=>nR.default,"CameraIcon",()=>nB.default,"ChartBarIcon",0,nO,"ChartBarSquareIcon",0,nP,"ChartPieIcon",0,nT,"ChatBubbleBottomCenterIcon",0,nV,"ChatBubbleBottomCenterTextIcon",0,nD,"ChatBubbleLeftEllipsisIcon",0,nN,"ChatBubbleLeftIcon",()=>nW.default,"ChatBubbleLeftRightIcon",()=>nz.default,"ChatBubbleOvalLeftEllipsisIcon",0,nH,"ChatBubbleOvalLeftIcon",0,nZ,"CheckBadgeIcon",0,nF,"CheckCircleIcon",()=>nq.default,"CheckIcon",()=>nU.default,"ChevronDoubleDownIcon",0,nG,"ChevronDoubleLeftIcon",0,nK,"ChevronDoubleRightIcon",0,nY,"ChevronDoubleUpIcon",0,n$,"ChevronDownIcon",()=>nQ.default,"ChevronLeftIcon",0,nJ,"ChevronRightIcon",()=>nX.default,"ChevronUpDownIcon",0,n0,"ChevronUpIcon",()=>n1.default,"CircleStackIcon",0,n5,"ClipboardDocumentCheckIcon",0,n2,"ClipboardDocumentIcon",0,n4,"ClipboardDocumentListIcon",0,n3,"ClipboardIcon",0,n7,"ClockIcon",()=>n6.default,"CloudArrowDownIcon",0,n8,"CloudArrowUpIcon",0,n9,"CloudIcon",0,ie,"CodeBracketIcon",0,ir,"CodeBracketSquareIcon",0,it,"Cog6ToothIcon",()=>ii.default,"Cog8ToothIcon",()=>ia.default,"CogIcon",0,io,"CommandLineIcon",()=>is.default,"ComputerDesktopIcon",0,il,"CpuChipIcon",0,id,"CreditCardIcon",()=>ic.default,"CubeIcon",()=>im.default,"CubeTransparentIcon",0,iu,"CurrencyBangladeshiIcon",0,ih,"CurrencyDollarIcon",()=>i_.default,"CurrencyEuroIcon",0,ig,"CurrencyPoundIcon",0,ip,"CurrencyRupeeIcon",0,iw,"CurrencyYenIcon",0,iv,"CursorArrowRaysIcon",0,ik,"CursorArrowRippleIcon",0,ib,"DevicePhoneMobileIcon",0,iy,"DeviceTabletIcon",0,iE,"DivideIcon",0,ix,"DocumentArrowDownIcon",0,iL,"DocumentArrowUpIcon",0,iM,"DocumentChartBarIcon",0,iS,"DocumentCheckIcon",0,iA,"DocumentCurrencyBangladeshiIcon",0,iC,"DocumentCurrencyDollarIcon",0,iI,"DocumentCurrencyEuroIcon",0,ij,"DocumentCurrencyPoundIcon",0,iR,"DocumentCurrencyRupeeIcon",0,iB,"DocumentCurrencyYenIcon",0,iP,"DocumentDuplicateIcon",0,iO,"DocumentIcon",0,iN,"DocumentMagnifyingGlassIcon",0,iT,"DocumentMinusIcon",0,iD,"DocumentPlusIcon",0,iV,"DocumentTextIcon",0,tr,"EllipsisHorizontalCircleIcon",0,iz,"EllipsisHorizontalIcon",()=>iW.default,"EllipsisVerticalIcon",0,iH,"EnvelopeIcon",()=>iF.default,"EnvelopeOpenIcon",()=>iZ.default,"EqualsIcon",0,iq,"ExclamationCircleIcon",0,iU,"ExclamationTriangleIcon",()=>iG.default,"EyeDropperIcon",0,iK,"EyeIcon",()=>i$.default,"EyeSlashIcon",()=>iY.default,"FaceFrownIcon",0,iQ,"FaceSmileIcon",0,iJ,"FilmIcon",0,iX,"FingerPrintIcon",0,i0,"FireIcon",0,i1,"FlagIcon",()=>i5.default,"FolderArrowDownIcon",0,tn,"FolderIcon",()=>i7.default,"FolderMinusIcon",0,i2,"FolderOpenIcon",0,i3,"FolderPlusIcon",0,i4,"ForwardIcon",0,i6,"FunnelIcon",()=>i8.default,"GifIcon",0,i9,"GiftIcon",0,at,"GiftTopIcon",0,ae,"GlobeAltIcon",()=>ar.default,"GlobeAmericasIcon",0,an,"GlobeAsiaAustraliaIcon",0,ai,"GlobeEuropeAfricaIcon",0,aa,"H1Icon",0,ao,"H2Icon",0,as,"H3Icon",0,al,"HandRaisedIcon",0,ad,"HandThumbDownIcon",()=>ac.default,"HandThumbUpIcon",()=>au.default,"HashtagIcon",0,am,"HeartIcon",()=>ah.default,"HomeIcon",0,a_,"HomeModernIcon",0,eX,"IdentificationIcon",0,af,"InboxArrowDownIcon",0,ag,"InboxIcon",()=>ap.default,"InboxStackIcon",0,e0,"InformationCircleIcon",()=>aw.default,"ItalicIcon",0,av,"KeyIcon",0,ak,"LanguageIcon",()=>ab.default,"LifebuoyIcon",0,ay,"LightBulbIcon",0,aE,"LinkIcon",()=>aL.default,"LinkSlashIcon",0,ax,"ListBulletIcon",()=>aM.default,"LockClosedIcon",()=>aS.default,"LockOpenIcon",0,aA,"MagnifyingGlassCircleIcon",0,aC,"MagnifyingGlassIcon",()=>aR.default,"MagnifyingGlassMinusIcon",0,aI,"MagnifyingGlassPlusIcon",0,aj,"MapIcon",0,aP,"MapPinIcon",0,aB,"MegaphoneIcon",0,aO,"MicrophoneIcon",0,aT,"MinusCircleIcon",0,aD,"MinusIcon",0,aN,"MinusSmallIcon",0,aV,"MoonIcon",()=>az.default,"MusicalNoteIcon",0,aW,"NewspaperIcon",0,aH,"NoSymbolIcon",()=>aZ.default,"NumberedListIcon",0,aF,"PaintBrushIcon",0,aq,"PaperAirplaneIcon",()=>aU.default,"PaperClipIcon",0,aG,"PauseCircleIcon",0,aK,"PauseIcon",0,aY,"PencilIcon",()=>aQ.default,"PencilSquareIcon",0,a$,"PercentBadgeIcon",0,aJ,"PhoneArrowDownLeftIcon",0,aX,"PhoneArrowUpRightIcon",0,a0,"PhoneIcon",0,a5,"PhoneXMarkIcon",0,a1,"PhotoIcon",()=>a2.default,"PlayCircleIcon",0,a3,"PlayIcon",0,a7,"PlayPauseIcon",0,a4,"PlusCircleIcon",0,a6,"PlusIcon",()=>a9.default,"PlusSmallIcon",0,a8,"PowerIcon",0,oe,"PresentationChartBarIcon",0,ot,"PresentationChartLineIcon",0,or,"PrinterIcon",0,on,"PuzzlePieceIcon",0,oi,"QrCodeIcon",0,te,"QuestionMarkCircleIcon",()=>oa.default,"QueueListIcon",0,oo,"RadioIcon",0,os,"ReceiptPercentIcon",0,ol,"ReceiptRefundIcon",0,od,"RectangleGroupIcon",0,oc,"RectangleStackIcon",()=>ou.default,"RocketLaunchIcon",()=>om.default,"RssIcon",0,oh,"ScaleIcon",0,o_,"ScissorsIcon",0,of,"ServerIcon",0,op,"ServerStackIcon",0,og,"ShareIcon",0,ow,"ShieldCheckIcon",0,ov,"ShieldExclamationIcon",0,ok,"ShoppingBagIcon",()=>ob.default,"ShoppingCartIcon",()=>oy.default,"SignalIcon",0,ox,"SignalSlashIcon",0,oE,"SlashIcon",0,oL,"SparklesIcon",()=>oM.default,"SpeakerWaveIcon",0,oS,"SpeakerXMarkIcon",0,oA,"Square2StackIcon",0,oC,"Square3Stack3DIcon",0,oI,"Squares2X2Icon",()=>oj.default,"SquaresPlusIcon",0,oR,"StarIcon",0,oB,"StopCircleIcon",0,oP,"StopIcon",()=>oO.default,"StrikethroughIcon",0,oT,"SunIcon",()=>oD.default,"SwatchIcon",0,oV,"TableCellsIcon",0,oN,"TagIcon",0,oz,"TicketIcon",0,oW,"TrashIcon",()=>oH.default,"TrophyIcon",0,oZ,"TruckIcon",()=>oF.default,"TvIcon",0,oq,"UnderlineIcon",0,oU,"UserCircleIcon",()=>oG.default,"UserGroupIcon",()=>oK.default,"UserIcon",0,e3,"UserMinusIcon",0,oY,"UserPlusIcon",0,o$,"UsersIcon",0,e2,"VariableIcon",0,oQ,"VideoCameraIcon",0,oX,"VideoCameraSlashIcon",0,oJ,"ViewColumnsIcon",0,o0,"ViewfinderCircleIcon",0,o1,"WalletIcon",0,o5,"WifiIcon",0,o2,"WindowIcon",0,o3,"WrenchIcon",0,o7,"WrenchScrewdriverIcon",0,o4,"XCircleIcon",()=>o6.default,"XMarkIcon",()=>o8.default],9440);var o9=e.i(9440);let se=e=>e&&o9[e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")+"Icon"]||null,st=({className:e})=>(0,c.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,fill:"currentColor",stroke:"currentColor",viewBox:"0 0 512 423.85",children:(0,c.jsx)("path",{d:"M88.47 0c8.93 0 17.04 3.63 22.89 9.48 2.73 2.74 4.98 5.95 6.6 9.52h52.71c1.62-3.56 3.87-6.78 6.59-9.51C183.12 3.64 191.22 0 200.16 0c8.93 0 17.04 3.64 22.89 9.48 2.73 2.74 4.98 5.96 6.6 9.52h52.71c1.62-3.56 3.87-6.78 6.6-9.51C294.82 3.64 302.92 0 311.85 0c8.94 0 17.04 3.64 22.89 9.48 2.74 2.74 4.98 5.96 6.6 9.52h52.7c1.62-3.56 3.87-6.78 6.59-9.51C406.49 3.64 414.6 0 423.54 0c8.93 0 17.03 3.64 22.88 9.48 2.73 2.74 4.98 5.96 6.6 9.52h45.6c7.39 0 13.38 5.99 13.38 13.38v337.51c-.03 5.09-2.96 9.95-7.89 12.17-61.54 27.94-154.45 41.79-247.16 41.79-92.63 0-185.76-13.85-247.89-41.29-5.27-1.8-9.06-6.79-9.06-12.67V32.38C0 24.99 5.99 19 13.37 19h45.61c1.62-3.56 3.87-6.78 6.6-9.51C71.44 3.64 79.54 0 88.47 0zm127.99 277.29c8.08 0 14.63 6.56 14.63 14.63s-6.55 14.63-14.63 14.63c-8.07 0-14.62-6.56-14.62-14.63s6.55-14.63 14.62-14.63zm0-71.59c8.08 0 14.63 6.54 14.63 14.62 0 8.08-6.55 14.63-14.63 14.63-8.07 0-14.62-6.55-14.62-14.63 0-8.08 6.55-14.62 14.62-14.62zm0-70.86c8.08 0 14.63 6.56 14.63 14.63s-6.55 14.63-14.63 14.63c-8.07 0-14.62-6.56-14.62-14.63s6.55-14.63 14.62-14.63zM372.27 278.9c7.19 0 13.02 5.83 13.02 13.02 0 7.19-5.83 13.02-13.02 13.02H264.7c-7.19 0-13.02-5.83-13.02-13.02 0-7.19 5.83-13.02 13.02-13.02h107.57zm57.88-71.61c7.19 0 13.02 5.84 13.02 13.03 0 7.19-5.83 13.02-13.02 13.02H264.7c-7.19 0-13.02-5.83-13.02-13.02 0-7.19 5.83-13.03 13.02-13.03h165.45zm5.03-70.84c7.19 0 13.03 5.83 13.03 13.02 0 7.19-5.84 13.02-13.03 13.02H264.7c-7.19 0-13.02-5.83-13.02-13.02 0-7.19 5.83-13.02 13.02-13.02h170.48zM107.71 293.97c-9.17-.65-20.85-2.9-29.84-5.32v-32.04l9.06.74c11.7.69 27.58 1.92 39.06.89 2.23-.2 4.83-.58 6.86-1.57 3.86-1.85 3.81-15 1.26-16.81-1.47-1.04-3.14-1.44-4.92-1.44h-9.35c-7.05 0-13.29-.79-18.73-2.37-5.54-1.61-10.21-4.03-14.02-7.26-3.89-3.32-6.8-7.71-8.72-13.18-1.85-5.32-2.8-11.65-2.8-18.99v-12.21c0-6.8 1.04-12.78 3.11-17.94 3.44-8.55 10.58-15.4 18.87-19.29 2.9-1.36 6.15-2.39 10.16-3.06v-14.21h29.54v13.65c4.89.38 8.68 1.06 13.47 1.93 5.48.95 10.79 2.03 16.2 3.34v32.09l-2.85-.25a422.93 422.93 0 0 0-36.47-1.58c-3.54 0-10.29.09-12.96 2.76-2.19 2.18-1.87 15.23.49 17.16 1.78 1.44 4.81 1.69 6.99 1.69h11.65c7.5 0 15.26 1.28 21.84 5.03 5.93 3.37 10.4 7.97 13.39 13.77 1.47 2.86 2.59 5.93 3.33 9.21 1.62 7.15 1.12 15.14 1.12 22.48 0 5.74-.52 10.86-1.53 15.33-1.04 4.57-2.63 8.47-4.74 11.68-6.6 10.01-18.44 14.36-29.93 15.62v15.39h-29.54v-15.24zm10.25-248.22a32.507 32.507 0 0 1-6.6 9.51c-5.86 5.86-13.96 9.5-22.89 9.5s-17.04-3.64-22.89-9.5a32.245 32.245 0 0 1-6.6-9.51H26.75v315.36c58.52 23.93 144.27 35.99 230.2 35.99 85.36 0 170.32-11.92 228.3-35.96V45.75h-32.23a32.507 32.507 0 0 1-6.6 9.51c-5.86 5.86-13.97 9.5-22.88 9.5-8.94 0-17.04-3.64-22.89-9.49a32.452 32.452 0 0 1-6.61-9.52h-52.7a32.234 32.234 0 0 1-6.6 9.52c-5.86 5.85-13.96 9.49-22.89 9.49s-17.04-3.64-22.89-9.5a32.245 32.245 0 0 1-6.6-9.51h-52.71a32.422 32.422 0 0 1-6.6 9.52c-5.86 5.85-13.96 9.49-22.89 9.49-8.94 0-17.04-3.64-22.9-9.5a32.402 32.402 0 0 1-6.59-9.51h-52.71z"})}),sr=({children:e,pageHeader:t="",componentName:r})=>{var n;let i,a,{isSystemReady:o}=(0,t9.default)(),{formatMessage:s}=(0,eY.useIntl)(),{currentUser:l}=(0,ta.default)(),{configuration:d}=(0,re.default)(),{isAdmin:m,hasRole:h}=(0,tW.default)(),_=(0,rt.default)({skip:!h(tK.IRoleAction.ViewWorkQueue)}),{shopInfo:f}=(0,to.default)(),[w,v]=(0,u.useState)(!0),[k,b]=(0,u.useState)(!1),y=(0,t7.useApolloClient)(),E=(0,g.useRouter)(),x=(n=()=>{v(!0)},i=(0,u.useRef)(void 0),a=(0,u.useCallback)(e=>{i.current&&!i.current.contains(e.target)&&n()},[i,n]),(0,u.useEffect)(()=>{if(document)return document.addEventListener("click",a),()=>{document.removeEventListener("click",a)}},[a]),i),L=async()=>{let e=l?.username||l?.profile?.displayName||l?.name||"";await (0,t6.default)(y,E),p.toast.success(s({id:"goodbye_user",defaultMessage:"See you later, {name}!"},{name:e}))},M=!d.isFullyConfigured&&m(),{manifests:S}=(0,rr.usePlugins)(),A=S.flatMap(e=>{let t=[];if(e.slots.entities?.forEach(e=>{t.push({name:e.label,icon:se(e.icon),href:`/ext/${e.path.replace(/^\//,"")}`,requiredRole:e.requiredRole,_sortOrder:e.sortOrder})}),e.slots.pages?.forEach(e=>{t.push({name:e.label,icon:se(e.icon),href:`/ext/${e.path.replace(/^\//,"")}`,requiredRole:e.requiredRole,_sortOrder:e.sortOrder})}),0===t.length)return[];let r=e.navigation;return r?[{name:r.label,icon:se(r.icon),requiredRole:r.requiredRole,_sortOrder:r.sortOrder,children:t}]:t}),C=[{_sortOrder:0,name:M?s({id:"complete_system_setup",defaultMessage:"Complete Setup"}):s({id:"dashboard",defaultMessage:"Dashboard"}),icon:eX,href:"/"},o&&{_sortOrder:10,name:s({id:"copilot",defaultMessage:"Copilot"}),requiredRole:e=>e?.roles?.includes("admin"),icon:e6.CommandLineIcon,href:"/copilot"},{_sortOrder:20,name:s({id:"recent_exports",defaultMessage:"Recent exports"}),requiredRole:"viewWorkQueue",icon:tn,href:"/exports",count:_?.count||""},o&&{_sortOrder:30,name:s({id:"orders",defaultMessage:"Orders"}),requiredRole:"viewOrders",icon:e0,href:"/orders"},o&&{_sortOrder:40,name:s({id:"products",defaultMessage:"Products"}),requiredRole:"viewProducts",icon:tt.CubeIcon,href:"/products"},o&&{_sortOrder:50,name:s({id:"assortments",defaultMessage:"Assortments"}),icon:e1.RectangleStackIcon,href:"/assortments",requiredRole:"viewAssortments"},o&&{_sortOrder:60,name:s({id:"filters",defaultMessage:"Filters"}),icon:e7,requiredRole:"viewFilters",href:"/filters"},o&&{_sortOrder:70,name:s({id:"users",defaultMessage:"Users"}),icon:e2,href:"/users",requiredRole:"viewUsers"},o&&{_sortOrder:80,name:s({id:"enrollments",defaultMessage:"Enrollments"}),href:"/enrollments",requiredRole:"viewEnrollments",icon:e5.CalendarIcon},o&&{_sortOrder:90,name:s({id:"quotations",defaultMessage:"Quotations"}),href:"/quotations",icon:st,requiredRole:"viewQuotations"},o&&{_sortOrder:100,name:s({id:"tokens",defaultMessage:"Tokens"}),icon:te,href:"/tokens",requiredRole:"viewTokens"},{_sortOrder:110,name:s({id:"system",defaultMessage:"System settings"}),icon:eJ.Cog8ToothIcon,children:[{name:s({id:"currencies",defaultMessage:"Currencies"}),requiredRole:"viewCurrencies",href:"/currency"},{name:s({id:"countries",defaultMessage:"Countries"}),href:"/country",requiredRole:"viewCountries"},{name:s({id:"languages",defaultMessage:"Languages"}),href:"/language",requiredRole:"viewLanguages"},o&&{name:s({id:"delivery_providers",defaultMessage:"Delivery providers"}),requiredRole:"viewDeliveryProviders",href:"/delivery-provider"},o&&{name:s({id:"payment_providers",defaultMessage:"Payment providers"}),requiredRole:"viewPaymentProviders",href:"/payment-provider"},o&&{name:s({id:"warehousing_provider",defaultMessage:"Warehousing provider"}),requiredRole:"viewWarehousingProviders",href:"/warehousing-provider"}].filter(Boolean)},{_sortOrder:120,name:s({id:"activities",defaultMessage:"Activities"}),icon:e8,children:[{name:s({id:"work_queue",defaultMessage:"Work queue"}),requiredRole:"viewWorkQueue",href:"/works"},{name:s({id:"event",defaultMessage:"Events"}),href:"/events",requiredRole:"viewEvents"}]},f?.adminUiConfig?.externalLinks?.length&&{_sortOrder:130,name:s({id:"extensions",defaultMessage:"Extensions"}),icon:e9.LinkIcon,href:"/",children:f?.adminUiConfig?.externalLinks?.map(e=>{let t=e.href;return e?.target==="SELF"&&(t=`/external?url=${e.href}`),{name:e.title,href:t}})},...A].filter(Boolean).sort((e,t)=>{let r=e?._sortOrder,n=t?._sortOrder;return null!=r&&null!=n?r-n:null!=r?-1:+(null!=n)});return(0,c.jsxs)(t3,{children:[(0,c.jsxs)("div",{className:`fixed inset-0 z-40 flex md:hidden ${w?"hidden":""} `,role:"dialog","aria-modal":"true",children:[(0,c.jsx)("div",{className:"fixed inset-0 backdrop-blur-sm","aria-hidden":"true"}),(0,c.jsxs)("div",{className:"relative flex w-full max-w-xs flex-1 flex-col bg-surface-input shadow-xl",children:[(0,c.jsx)("div",{className:"absolute top-0 right-0 -mr-12 pt-2",children:(0,c.jsxs)("button",{id:"close_sidebar",type:"button",onClick:()=>v(!w),className:"ml-1 flex h-10 w-10 items-center justify-center rounded-full bg-white/10 dark:bg-slate-800/50 backdrop-blur-sm shadow-lg focus:outline-hidden focus:ring-2 focus:ring-inset focus:ring-focus-ring",children:[(0,c.jsx)("span",{className:"sr-only",children:s({id:"close_sidebar",defaultMessage:"Close sidebar"})}),(0,c.jsx)("svg",{className:"h-6 w-6 text-text-secondary",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,c.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M6 18L18 6M6 6l12 12"})})]})}),(0,c.jsxs)("div",{className:"h-0 flex-1 overflow-y-auto pt-5 pb-4",children:[(0,c.jsx)("div",{className:"flex shrink-0 items-center px-2 lg:px-4 2xl:px-6",children:(0,c.jsx)(ti.default,{href:"/",className:"focus:outline-hidden focus:ring-2 focus:ring-focus-ring rounded-md p-1",children:(0,c.jsx)("div",{className:"dark:brightness-0 dark:invert",children:(0,c.jsx)(tG.default,{src:"/logo-light.svg",width:41,height:25,alt:s({id:"unchained_logo",defaultMessage:"Unchained Logo"})})})})}),(0,c.jsx)(tF,{navigation:C,onClick:()=>v(!w)})]}),(0,c.jsxs)("div",{className:"flex items-center shrink-0 border-t border-border-default px-2 py-2",children:[(0,c.jsxs)(ti.default,{href:"/account",className:"flex items-center flex-1 py-2 pr-2 text-text-secondary hover:text-text-primary hover:bg-surface-raised rounded-md text-sm font-medium focus:outline-hidden focus:ring-2 focus:ring-focus-ring",children:[l?.avatar?(0,c.jsx)(tG.default,{src:l.avatar.url,width:32,height:32,className:"h-8 w-8 shrink-0 mr-2 rounded-full object-cover",alt:s({id:"user_avatar",defaultMessage:"User avatar"})}):(0,c.jsx)(e3,{className:"h-8 w-8 shrink-0 mr-2 text-text-secondary"}),(0,c.jsxs)("div",{className:"flex-1",children:[(0,c.jsx)("div",{className:"text-sm font-medium text-text-muted",children:s({id:"account",defaultMessage:"Account"})}),(0,c.jsx)("div",{className:"text-xs text-text-muted",children:(0,t4.default)(l)})]})]}),(0,c.jsxs)("div",{className:"flex items-center space-x-2 ml-auto",children:[(0,c.jsx)("button",{onClick:L,className:"p-2 text-text-secondary hover:text-text-primary rounded-md hover:bg-surface-raised transition-colors focus:outline-hidden focus:ring-2 focus:ring-focus-ring",title:s({id:"log_out",defaultMessage:"Log out"}),children:(0,c.jsx)(t8.ArrowRightEndOnRectangleIcon,{className:"h-5 w-5"})}),(0,c.jsx)(ti.default,{href:"https://docs.unchained.shop/admin-ui/overview",target:"_blank",rel:"noopener noreferrer",className:"p-2 text-text-secondary hover:text-text-primary rounded-md hover:bg-surface-raised transition-colors focus:outline-hidden focus:ring-2 focus:ring-focus-ring",title:s({id:"documentation",defaultMessage:"Documentation"}),children:(0,c.jsx)(tr,{className:"h-5 w-5"})}),(0,c.jsx)(tq.default,{})]})]})]})]}),(0,c.jsx)("div",{className:`hidden md:fixed md:inset-y-0 md:flex md:flex-col bg-surface-input text-text-primary ${k?"md:w-16":"md:w-64 2xl:w-96"}`,children:(0,c.jsxs)("div",{className:"flex min-h-0 flex-1 flex-col border-r border-border-subtle bg-surface-input",children:[(0,c.jsxs)("div",{className:"flex flex-1 flex-col overflow-y-auto scrollbar-hide pt-10",children:[(0,c.jsx)("div",{className:`flex shrink-0 items-center ${k?"px-2 justify-center":"px-2 lg:px-4 2xl:px-6"}`,children:(0,c.jsx)(ti.default,{href:"/",className:"focus:outline-hidden focus:ring-2 focus:ring-focus-ring rounded-md p-1",children:(0,c.jsx)("div",{className:"dark:brightness-0 dark:invert",children:(0,c.jsx)(tG.default,{src:"/logo-light.svg",width:k?25:41,height:25,alt:s({id:"unchained_logo",defaultMessage:"Unchained Logo"})})})})}),(0,c.jsx)(tF,{navigation:C,narrowView:k})]}),(0,c.jsxs)("div",{className:`flex items-center shrink-0 py-2 ${k?"justify-center px-2":"border-t border-border-subtle px-2 lg:px-4 2xl:px-6"}`,children:[!k&&(0,c.jsxs)(c.Fragment,{children:[(0,c.jsxs)(ti.default,{href:"/account",className:"flex items-center flex-1 py-2 pr-2 text-text-secondary hover:text-text-primary hover:bg-surface-raised rounded-md text-sm font-medium focus:outline-hidden focus:ring-2 focus:ring-focus-ring",children:[l?.avatar?(0,c.jsx)(tG.default,{src:l.avatar.url,width:32,height:32,className:"h-8 w-8 shrink-0 mr-3 rounded-full object-cover",alt:s({id:"user_avatar",defaultMessage:"User avatar"})}):(0,c.jsx)(e3,{className:"h-8 w-8 shrink-0 mr-3 text-text-secondary"}),(0,c.jsxs)("div",{className:"flex-1",children:[(0,c.jsx)("div",{className:"text-sm font-medium text-text-muted",children:s({id:"account",defaultMessage:"Account"})}),(0,c.jsx)("div",{className:"text-xs text-text-muted",children:(0,t4.default)(l)})]})]}),(0,c.jsx)("button",{onClick:L,className:"p-2 mr-2 text-text-secondary hover:text-text-primary rounded-md hover:bg-surface-raised transition-colors focus:outline-hidden focus:ring-2 focus:ring-focus-ring ml-auto",title:s({id:"log_out",defaultMessage:"Log out"}),children:(0,c.jsx)(t8.ArrowRightEndOnRectangleIcon,{className:"h-5 w-5"})})]}),k&&(0,c.jsxs)("div",{className:"flex items-center flex-col space-y-2",children:[(0,c.jsx)(ti.default,{href:"/account",className:"p-2 text-text-secondary hover:text-text-primary hover:bg-surface-raised rounded-md transition-colors focus:outline-none focus:ring-2 focus:ring-focus-ring",title:s({id:"account",defaultMessage:"Account"}),children:l?.avatar?(0,c.jsx)(tG.default,{src:l.avatar.url,width:24,height:24,className:"h-6 w-6 rounded-full object-cover",alt:s({id:"user_avatar",defaultMessage:"User avatar"})}):(0,c.jsx)(e3,{className:"h-6 w-6"})}),(0,c.jsx)("button",{onClick:L,className:"p-2 text-text-secondary hover:text-text-primary rounded-md hover:bg-surface-raised transition-colors focus:outline-none focus:ring-2 focus:ring-focus-ring",title:s({id:"log_out",defaultMessage:"Log out"}),children:(0,c.jsx)(t8.ArrowRightEndOnRectangleIcon,{className:"h-5 w-5"})}),(0,c.jsx)(tU.default,{narrowNav:k}),(0,c.jsx)(ti.default,{href:"https://docs.unchained.shop/admin-ui/overview",target:"_blank",rel:"noopener noreferrer",className:"p-2 text-text-secondary hover:text-text-primary rounded-md hover:bg-surface-raised transition-colors focus:outline-none focus:ring-2 focus:ring-focus-ring",title:s({id:"documentation",defaultMessage:"Documentation"}),children:(0,c.jsx)(tr,{className:"h-5 w-5"})}),(0,c.jsx)(tq.default,{})]})]}),(0,c.jsx)("div",{className:`flex shrink-0 p-2 ${k?"":"border-t border-border-subtle"}`,children:k?(0,c.jsx)("button",{onClick:()=>b(!k),className:"w-full flex items-center justify-center p-2 text-slate-600 dark:text-emerald-400 hover:text-text-primary rounded-md hover:bg-surface-raised transition-colors focus:outline-hidden focus:ring-2 focus:ring-focus-ring",title:s({id:"expand_navigation",defaultMessage:"Expand navigation"}),children:(0,c.jsx)(e4,{className:"h-6 w-6 transition-transform"})}):(0,c.jsxs)("div",{className:"w-full flex items-center justify-center",children:[(0,c.jsx)("button",{onClick:()=>b(!k),className:"flex items-center p-2 text-slate-600 dark:text-emerald-400 hover:text-text-primary rounded-md hover:bg-surface-raised transition-colors focus:outline-hidden focus:ring-2 focus:ring-focus-ring",title:s({id:"collapse_navigation",defaultMessage:"Collapse navigation"}),children:(0,c.jsx)(e4,{className:"h-6 w-6 rotate-90 transition-transform"})}),(0,c.jsxs)("div",{className:"ml-2 flex items-center space-x-2",children:[(0,c.jsx)(tU.default,{narrowNav:k}),(0,c.jsx)(ti.default,{href:"https://docs.unchained.shop/admin-ui/overview",target:"_blank",rel:"noopener noreferrer",className:"p-2 text-text-secondary hover:text-text-primary rounded-md hover:bg-surface-raised transition-colors focus:outline-hidden focus:ring-2 focus:ring-focus-ring",title:s({id:"documentation",defaultMessage:"Documentation"}),children:(0,c.jsx)(tr,{className:"h-6 w-6"})}),(0,c.jsx)(tq.default,{})]})]})})]})}),(0,c.jsxs)("div",{className:`flex flex-1 flex-col ${k?"md:pl-16":"md:pl-64 2xl:pl-96"}`,children:[(0,c.jsxs)("div",{className:"flex justify-between items-center sticky top-0 z-10 bg-surface md:hidden border-b border-border-subtle",children:[(0,c.jsxs)("button",{type:"button",ref:x,onClick:()=>v(!w),className:"-ml-0.5 -mt-0.5 inline-flex h-12 w-12 items-center justify-center rounded-md text-text-muted hover:text-text-primary focus:outline-hidden focus:ring-2 focus:ring-inset focus:ring-focus-ring",children:[(0,c.jsx)("span",{className:"sr-only",children:s({id:"open_sidebar",defaultMessage:" Open sidebar"})}),(0,c.jsx)("svg",{className:"h-6 w-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,c.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 8h16M4 16h16"})})]}),(0,c.jsx)("div",{className:"flex-1 flex justify-center",children:(0,c.jsx)("div",{className:"dark:brightness-0 dark:invert",children:(0,c.jsx)(tG.default,{src:"/logo-light.svg",width:41,height:25,alt:s({id:"unchained_logo",defaultMessage:"Unchained Logo"})})})}),(0,c.jsxs)("div",{className:"flex flex-wrap justify-center items-center gap-2 pr-4",children:[(0,c.jsx)(tU.default,{narrowNav:!1}),(0,c.jsx)(ti.default,{href:"https://docs.unchained.shop/admin-ui/overview",target:"_blank",rel:"noopener noreferrer",className:"p-2 text-text-secondary hover:text-text-primary rounded-md hover:bg-surface-raised transition-colors focus:outline-hidden focus:ring-2 focus:ring-focus-ring",title:s({id:"documentation",defaultMessage:"Documentation"}),children:(0,c.jsx)(tr,{className:"h-5 w-5"})}),(0,c.jsx)(tq.default,{})]})]}),(0,c.jsxs)("main",{className:"container mx-auto max-w-7xl flex-1 px-4 py-5 md:pt-10 lg:pt-5 pb-20 sm:px-6 md:px-8",children:[(0,c.jsx)("h3",{className:"ml-8 text-lg font-medium leading-6 text-slate-900",children:t}),u.default.cloneElement(e)]})]})]})};var sn=e.i(75565),si=e.i(55839),sa=e.i(73483),so=e.i(64728),ss=e.i(68327),sl=e.i(87264),sd=e.i(76925),sc=e.i(78530);let su=(0,u.createContext)(null);function sm({children:e,node:t}){let[r,n]=(0,u.useState)(null),i=sh(null!=t?t:r);return u.default.createElement(su.Provider,{value:i},e,null===i&&u.default.createElement(sc.Hidden,{features:sc.HiddenFeatures.Hidden,ref:e=>{var t,r;if(e){for(let i of null!=(r=null==(t=(0,tb.getOwnerDocument)(e))?void 0:t.querySelectorAll("html > *, body > *"))?r:[])if(i!==document.body&&i!==document.head&&tv.isElement(i)&&null!=i&&i.contains(e)){n(i);break}}}}))}function sh(e=null){var t;return null!=(t=(0,u.useContext)(su))?t:e}var s_=e.i(4067),sf=e.i(27544),sg=e.i(75621),sp=e.i(31774),sw=e.i(59778),sv=e.i(72381),sk=e.i(26171),sb=e.i(85046),sy=e.i(21867),sE=e.i(95031),sx=((i=sx||{})[i.Forwards=0]="Forwards",i[i.Backwards=1]="Backwards",i),sL=e.i(51358),sM=e.i(36832),sS=e.i(65383),sA=e.i(38403);function sC(e){if(!e)return new Set;if("function"==typeof e)return new Set(e());let t=new Set;for(let r of e.current)tv.isElement(r.current)&&t.add(r.current);return t}var sI=((a=sI||{})[a.None=0]="None",a[a.InitialFocus=1]="InitialFocus",a[a.TabLock=2]="TabLock",a[a.FocusLock=4]="FocusLock",a[a.RestoreFocus=8]="RestoreFocus",a[a.AutoFocus=16]="AutoFocus",a);let sj=Object.assign((0,ty.forwardRefWithAs)(function(e,t){let r,n=(0,u.useRef)(null),i=(0,th.useSyncRefs)(n,t),{initialFocus:a,initialFocusFallback:o,containers:s,features:l=15,...d}=e;(0,sf.useServerHandoffComplete)()||(l=0);let c=(0,sd.useOwnerDocument)(n.current);!function(e,{ownerDocument:t}){let r=!!(8&e),n=function(e=!0){let t=(0,u.useRef)(sM.history.slice());return(0,sL.useWatch)(([e],[r])=>{!0===r&&!1===e&&(0,sA.microTask)(()=>{t.current.splice(0)}),!1===r&&!0===e&&(t.current=sM.history.slice())},[e,sM.history,t]),(0,tc.useEvent)(()=>{var e;return null!=(e=t.current.find(e=>null!=e&&e.isConnected))?e:null})}(r);(0,sL.useWatch)(()=>{r||(0,tb.isActiveElement)(null==t?void 0:t.body)&&(0,sS.focusElement)(n())},[r]),(0,sy.useOnUnmount)(()=>{r&&(0,sS.focusElement)(n())})}(l,{ownerDocument:c});let m=function(e,{ownerDocument:t,container:r,initialFocus:n,initialFocusFallback:i}){let a=(0,u.useRef)(null),o=(0,si.useIsTopLayer)(!!(1&e),"focus-trap#initial-focus"),s=(0,sb.useIsMounted)();return(0,sL.useWatch)(()=>{if(0===e)return;if(!o){null!=i&&i.current&&(0,sS.focusElement)(i.current);return}let l=r.current;l&&(0,sA.microTask)(()=>{if(!s.current)return;let r=null==t?void 0:t.activeElement;if(null!=n&&n.current){if((null==n?void 0:n.current)===r){a.current=r;return}}else if(l.contains(r)){a.current=r;return}if(null!=n&&n.current)(0,sS.focusElement)(n.current);else{if(16&e){if((0,sS.focusIn)(l,sS.Focus.First|sS.Focus.AutoFocus)!==sS.FocusResult.Error)return}else if((0,sS.focusIn)(l,sS.Focus.First)!==sS.FocusResult.Error)return;if(null!=i&&i.current&&((0,sS.focusElement)(i.current),(null==t?void 0:t.activeElement)===i.current))return;console.warn("There are no focusable elements inside the <FocusTrap />")}a.current=null==t?void 0:t.activeElement})},[i,o,e]),a}(l,{ownerDocument:c,container:n,initialFocus:a,initialFocusFallback:o});!function(e,{ownerDocument:t,container:r,containers:n,previousActiveElement:i}){let a=(0,sb.useIsMounted)(),o=!!(4&e);(0,sn.useEventListener)(null==t?void 0:t.defaultView,"focus",e=>{if(!o||!a.current)return;let t=sC(n);tv.isHTMLElement(r.current)&&t.add(r.current);let s=i.current;if(!s)return;let l=e.target;tv.isHTMLElement(l)?sR(t,l)?(i.current=l,(0,sS.focusElement)(l)):(e.preventDefault(),e.stopPropagation(),(0,sS.focusElement)(s)):(0,sS.focusElement)(i.current)},!0)}(l,{ownerDocument:c,container:n,containers:s,previousActiveElement:m});let h=(r=(0,u.useRef)(0),(0,sE.useWindowEvent)(!0,"keydown",e=>{"Tab"===e.key&&(r.current=+!!e.shiftKey)},!0),r),_=(0,tc.useEvent)(e=>{if(!tv.isHTMLElement(n.current))return;let t=n.current;(0,tk.match)(h.current,{[sx.Forwards]:()=>{(0,sS.focusIn)(t,sS.Focus.First,{skipElements:[e.relatedTarget,o]})},[sx.Backwards]:()=>{(0,sS.focusIn)(t,sS.Focus.Last,{skipElements:[e.relatedTarget,o]})}})}),f=(0,si.useIsTopLayer)(!!(2&l),"focus-trap#tab-lock"),g=(0,sk.useDisposables)(),p=(0,u.useRef)(!1),w=(0,ty.useRender)();return u.default.createElement(u.default.Fragment,null,f&&u.default.createElement(sc.Hidden,{as:"button",type:"button","data-headlessui-focus-guard":!0,onFocus:_,features:sc.HiddenFeatures.Focusable}),w({ourProps:{ref:i,onKeyDown(e){"Tab"==e.key&&(p.current=!0,g.requestAnimationFrame(()=>{p.current=!1}))},onBlur(e){if(!(4&l))return;let t=sC(s);tv.isHTMLElement(n.current)&&t.add(n.current);let r=e.relatedTarget;tv.isHTMLorSVGElement(r)&&"true"!==r.dataset.headlessuiFocusGuard&&(sR(t,r)||(p.current?(0,sS.focusIn)(n.current,(0,tk.match)(h.current,{[sx.Forwards]:()=>sS.Focus.Next,[sx.Backwards]:()=>sS.Focus.Previous})|sS.Focus.WrapAround,{relativeTo:e.target}):tv.isHTMLorSVGElement(e.target)&&(0,sS.focusElement)(e.target)))}},theirProps:d,defaultTag:"div",name:"FocusTrap"}),f&&u.default.createElement(sc.Hidden,{as:"button",type:"button","data-headlessui-focus-guard":!0,onFocus:_,features:sc.HiddenFeatures.Focusable}))}),{features:sI});function sR(e,t){for(let r of e)if(r.contains(t))return!0;return!1}var sB=e.i(62750),sP=e.i(95485),sO=((o=sO||{})[o.Open=0]="Open",o[o.Closed=1]="Closed",o),sT=((s=sT||{})[s.SetTitleId=0]="SetTitleId",s);let sD={0:(e,t)=>e.titleId===t.id?e:{...e,titleId:t.id}},sV=(0,u.createContext)(null);function sN(e){let t=(0,u.useContext)(sV);if(null===t){let t=Error(`<${e} /> is missing a parent <Dialog /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,sN),t}return t}function sz(e,t){return(0,tk.match)(t.type,sD,e,t)}sV.displayName="DialogContext";let sW=(0,ty.forwardRefWithAs)(function(e,t){let r=(0,u.useId)(),{id:n=`headlessui-dialog-${r}`,open:i,onClose:a,initialFocus:o,role:s="dialog",autoFocus:l=!0,__demoMode:d=!1,unmount:c=!1,...m}=e,h=(0,u.useRef)(!1);s="dialog"===s||"alertdialog"===s?s:(h.current||(h.current=!0,console.warn(`Invalid role [${s}] passed to <Dialog />. Only \`dialog\` and and \`alertdialog\` are supported. Using \`dialog\` instead.`)),"dialog");let _=(0,tp.useOpenClosed)();void 0===i&&null!==_&&(i=(_&tp.State.Open)===tp.State.Open);let f=(0,u.useRef)(null),g=(0,th.useSyncRefs)(f,t),p=(0,sd.useOwnerDocument)(f.current),w=+!i,[v,k]=(0,u.useReducer)(sz,{titleId:null,descriptionId:null,panelRef:(0,u.createRef)()}),b=(0,tc.useEvent)(()=>a(!1)),y=(0,tc.useEvent)(e=>k({type:0,id:e})),E=!!(0,sf.useServerHandoffComplete)()&&0===w,[x,L]=(0,sB.useNestedPortals)(),M=sh(),{resolveContainers:S}=function({defaultContainers:e=[],portals:t,mainTreeNode:r}={}){let n=(0,tc.useEvent)(()=>{var n,i;let a=(0,tb.getOwnerDocument)(r),o=[];for(let t of e)null!==t&&(tv.isElement(t)?o.push(t):"current"in t&&tv.isElement(t.current)&&o.push(t.current));if(null!=t&&t.current)for(let e of t.current)o.push(e);for(let e of null!=(n=null==a?void 0:a.querySelectorAll("html > *, body > *"))?n:[])e!==document.body&&e!==document.head&&tv.isElement(e)&&"headlessui-portal-root"!==e.id&&(r&&(e.contains(r)||e.contains(null==(i=null==r?void 0:r.getRootNode())?void 0:i.host))||o.some(t=>e.contains(t))||o.push(e));return o});return{resolveContainers:n,contains:(0,tc.useEvent)(e=>n().some(t=>t.contains(e)))}}({mainTreeNode:M,portals:x,defaultContainers:[{get current(){var A;return null!=(A=v.panelRef.current)?A:f.current}}]}),C=null!==_&&(_&tp.State.Closing)===tp.State.Closing;(0,sa.useInertOthers)(!d&&!C&&E,{allowed:(0,tc.useEvent)(()=>{var e,t;return[null!=(t=null==(e=f.current)?void 0:e.closest("[data-headlessui-portal]"))?t:null]}),disallowed:(0,tc.useEvent)(()=>{var e;return[null!=(e=null==M?void 0:M.closest("body > *:not(#headlessui-portal-root)"))?e:null]})});let I=sp.stackMachines.get(null);(0,so.useIsoMorphicEffect)(()=>{if(E)return I.actions.push(n),()=>I.actions.pop(n)},[I,n,E]);let j=(0,sw.useSlice)(I,(0,u.useCallback)(e=>I.selectors.isTop(e,n),[I,n]));(0,sl.useOutsideClick)(j,S,e=>{e.preventDefault(),b()}),function(e,t="u">typeof document?document.defaultView:null,r){let n=(0,si.useIsTopLayer)(e,"escape");(0,sn.useEventListener)(t,"keydown",e=>{n&&(e.defaultPrevented||e.key===tx.Keys.Escape&&r(e))})}(j,null==p?void 0:p.defaultView,e=>{e.preventDefault(),e.stopPropagation(),document.activeElement&&"blur"in document.activeElement&&"function"==typeof document.activeElement.blur&&document.activeElement.blur(),b()}),(0,s_.useScrollLock)(!d&&!C&&E,p,S),(0,ss.useOnDisappear)(E,f,b);let[R,B]=(0,sv.useDescriptions)(),P=(0,u.useMemo)(()=>[{dialogState:w,close:b,setTitleId:y,unmount:c},v],[w,b,y,c,v]),O=(0,tm.useSlot)({open:0===w}),T={ref:g,id:n,role:s,tabIndex:-1,"aria-modal":d?void 0:0===w||void 0,"aria-labelledby":v.titleId,"aria-describedby":R,unmount:c},D=!function(){var e;let[t]=(0,u.useState)(()=>"u">typeof window&&"function"==typeof window.matchMedia?window.matchMedia("(pointer: coarse)"):null),[r,n]=(0,u.useState)(null!=(e=null==t?void 0:t.matches)&&e);return(0,so.useIsoMorphicEffect)(()=>{if(t)return t.addEventListener("change",e),()=>t.removeEventListener("change",e);function e(e){n(e.matches)}},[t]),r}(),V=sI.None;E&&!d&&(V|=sI.RestoreFocus,V|=sI.TabLock,l&&(V|=sI.AutoFocus),D&&(V|=sI.InitialFocus));let N=(0,ty.useRender)();return u.default.createElement(tp.ResetOpenClosedProvider,null,u.default.createElement(sg.ForcePortalRoot,{force:!0},u.default.createElement(sB.Portal,null,u.default.createElement(sV.Provider,{value:P},u.default.createElement(sB.PortalGroup,{target:f},u.default.createElement(sg.ForcePortalRoot,{force:!1},u.default.createElement(B,{slot:O},u.default.createElement(L,null,u.default.createElement(sj,{initialFocus:o,initialFocusFallback:f,containers:S,features:V},u.default.createElement(tg,{value:b},N({ourProps:T,theirProps:m,slot:O,defaultTag:sH,features:sZ,visible:0===w,name:"Dialog"})))))))))))}),sH="div",sZ=ty.RenderFeatures.RenderStrategy|ty.RenderFeatures.Static,sF=(0,ty.forwardRefWithAs)(function(e,t){let{transition:r=!1,open:n,...i}=e,a=(0,tp.useOpenClosed)(),o=e.hasOwnProperty("open")||null!==a,s=e.hasOwnProperty("onClose");if(!o&&!s)throw Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");if(!o)throw Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");if(!s)throw Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");if(!a&&"boolean"!=typeof e.open)throw Error(`You provided an \`open\` prop to the \`Dialog\`, but the value is not a boolean. Received: ${e.open}`);if("function"!=typeof e.onClose)throw Error(`You provided an \`onClose\` prop to the \`Dialog\`, but the value is not a function. Received: ${e.onClose}`);return(void 0!==n||r)&&!i.static?u.default.createElement(sm,null,u.default.createElement(sP.Transition,{show:n,transition:r,unmount:i.unmount},u.default.createElement(sW,{ref:t,...i}))):u.default.createElement(sm,null,u.default.createElement(sW,{ref:t,open:n,...i}))}),sq=(0,ty.forwardRefWithAs)(function(e,t){let r=(0,u.useId)(),{id:n=`headlessui-dialog-panel-${r}`,transition:i=!1,...a}=e,[{dialogState:o,unmount:s},l]=sN("Dialog.Panel"),d=(0,th.useSyncRefs)(t,l.panelRef),c=(0,tm.useSlot)({open:0===o}),m=(0,tc.useEvent)(e=>{e.stopPropagation()}),h=i?sP.TransitionChild:u.Fragment,_=(0,ty.useRender)();return u.default.createElement(h,{...i?{unmount:s}:{}},_({ourProps:{ref:d,id:n,onClick:m},theirProps:a,slot:c,defaultTag:"div",name:"Dialog.Panel"}))}),sU=((0,ty.forwardRefWithAs)(function(e,t){let{transition:r=!1,...n}=e,[{dialogState:i,unmount:a}]=sN("Dialog.Backdrop"),o=(0,tm.useSlot)({open:0===i}),s=r?sP.TransitionChild:u.Fragment,l=(0,ty.useRender)();return u.default.createElement(s,{...r?{unmount:a}:{}},l({ourProps:{ref:t,"aria-hidden":!0},theirProps:n,slot:o,defaultTag:"div",name:"Dialog.Backdrop"}))}),(0,ty.forwardRefWithAs)(function(e,t){let r=(0,u.useId)(),{id:n=`headlessui-dialog-title-${r}`,...i}=e,[{dialogState:a,setTitleId:o}]=sN("Dialog.Title"),s=(0,th.useSyncRefs)(t);(0,u.useEffect)(()=>(o(n),()=>o(null)),[n,o]);let l=(0,tm.useSlot)({open:0===a});return(0,ty.useRender)()({ourProps:{ref:s,id:n},theirProps:i,slot:l,defaultTag:"h2",name:"Dialog.Title"})})),sG=(sv.Description,Object.assign(sF,{Panel:sq,Title:sU,Description:sv.Description})),sK=({onClose:e,children:t,visible:r=!1,closeOnOutsideClick:n=!1})=>{let i=(0,eY.useIntl)();return(0,c.jsx)(sP.Transition,{show:r,children:(0,c.jsxs)(sG,{onClose:()=>{n&&e&&e()},className:"relative z-50",children:[(0,c.jsx)(sP.TransitionChild,{enter:"ease-out duration-200",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-150",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:(0,c.jsx)("div",{className:"fixed inset-0 bg-slate-950/60 backdrop-blur-sm","aria-hidden":"true"})}),(0,c.jsx)("div",{className:"fixed inset-0 overflow-y-auto",children:(0,c.jsx)("div",{className:"flex min-h-full items-center justify-center p-4",children:(0,c.jsx)(sP.TransitionChild,{enter:"ease-out duration-200",enterFrom:"opacity-0 scale-95 translate-y-4",enterTo:"opacity-100 scale-100 translate-y-0",leave:"ease-in duration-150",leaveFrom:"opacity-100 scale-100 translate-y-0",leaveTo:"opacity-0 scale-95 translate-y-4",children:(0,c.jsxs)(sq,{className:"relative w-full max-w-lg transform overflow-hidden rounded-lg bg-surface px-4 pt-5 pb-4 text-left shadow-2xl sm:p-6",children:[(0,c.jsx)("div",{className:"absolute top-0 right-0 pt-4 pr-4 sm:block",children:(0,c.jsxs)("button",{id:"modal_close",type:"button",onClick:e,className:"rounded-md bg-surface-input text-text-muted hover:text-text-secondary focus:outline-hidden focus:ring-2 focus:ring-focus-ring focus:ring-offset-2",children:[(0,c.jsx)("span",{className:"sr-only",children:i.formatMessage({id:"close",defaultMessage:"Close"})}),(0,c.jsx)("svg",{className:"h-6 w-6",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,c.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M6 18L18 6M6 6l12 12"})})]})}),t&&u.default.isValidElement(t)?u.default.cloneElement(t,{close:e}):t]})})})})]})})};var sY=e.i(6444);let s$=({children:e})=>{let[t,r]=(0,u.useState)(null),[n,i]=(0,u.useState)(!1),a=()=>r(null),[o,s]=(0,u.useState)(()=>a),l=(0,u.useMemo)(()=>({setModal:(e,{closeOnOutsideClick:t=!1}={})=>new Promise(n=>{e||n(!0),i(t),r(()=>e),s(()=>()=>{a(),n(!0)})})}),[]);return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(sK,{visible:!!t,onClose:o,closeOnOutsideClick:n,children:t}),(0,c.jsx)(sY.default.Provider,{value:l,children:e})]})};var sQ=e.i(78001),sJ=e.i(59080),sX=e.i(12970);let s0=(e,t)=>{let r={};return Object.keys(t).forEach(n=>{let i=e?.[n],a=t?.[n];"object"==typeof a?r[n]=s0(i,a):r[n]=i}),r},s1=e=>e.reduce((e,t)=>{switch(t.kind){case"InlineFragment":Object.assign(e,s1(t.selectionSet.selections));break;case"Field":{let r,n=t.name.value;r=t.selectionSet?s1(t.selectionSet.selections):t.value,e[n]=r}}return e},{}),s5=(e,t)=>{if(!e||!t)return null;let r=sJ.gql`fragment CustomProperty on ExtendedUnchainedSchema { ${e} }`;return s0(t,s1(r?.definitions[0]?.selectionSet?.selections))},s2=({children:e})=>{let{shopInfo:t}=(0,to.default)();return(0,c.jsx)(sX.default.Provider,{value:(0,u.useMemo)(()=>({customProperties:t?.adminUiConfig?.customProperties?.reduce((e,{entityName:t,inlineFragment:r})=>({...e,[t]:r}),{}),singleSignOnURL:t?.adminUiConfig?.singleSignOnURL,hydrateFragment:s5}),[t]),children:e})};var s3=e.i(83788),s4=e.i(5205);e.i(94182);var s7=e.i(95377),s6=e.i(55989);let s8=e=>{((e,t,{username:r,clientId:n,emailAddress:i}={})=>{let a=((...e)=>window?.Matomo?window.Matomo.getAsyncTracker(...e):null)();a&&((i||r)&&a.setVisitorId((i||r).substr(3).padStart(16,"0")),n&&a.setUserId(n),a.setCustomUrl(e),a.setDocumentTitle(t),a.trackPageView())})(document.location.origin+e,document.title)},s9=({Component:e,componentName:t,pageProps:r,router:n})=>{let i=(0,w.useApollo)(r),a=e.getLayout?t=>(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)("div",{className:"absolute top-4 left-4",children:(0,c.jsx)(tG.default,{src:"/logo-light.svg",width:32,height:20,alt:"Logo",className:"dark:brightness-0 dark:invert"})}),(0,c.jsx)("div",{className:"absolute top-4 right-4",children:(0,c.jsx)(tq.default,{})}),e.getLayout(t)]}):e=>(0,c.jsx)(sr,{componentName:t,children:e}),o=y("en");return(0,u.useEffect)(()=>(g.Router.events.on("routeChangeComplete",s8),()=>{g.Router.events.off("routeChangeComplete",s8)}),[i]),(0,c.jsx)(eQ,{locale:"en",messages:o,children:(0,c.jsxs)(s3.default,{children:[(0,c.jsxs)(s4.default,{children:[(0,c.jsx)("title",{children:"Unchained: Admin UI"}),null]}),(0,c.jsx)(_,{client:i,children:(0,c.jsx)(t3,{children:(0,c.jsx)(s6.AppContextWrapper,{children:(0,c.jsx)(s2,{children:(0,c.jsx)(sQ.default,{children:(0,c.jsx)(s7.ChatProvider,{children:(0,c.jsxs)(rr.PluginProvider,{children:[(0,c.jsx)(p.ToastContainer,{position:"top-right",autoClose:5e3,newestOnTop:!1,closeOnClick:!0,pauseOnFocusLoss:!0,draggable:!0,pauseOnHover:!0}),(0,c.jsx)(s$,{children:a((0,c.jsx)(e,{...r}))})]})})})})})})})]})},"intl-provider")};s9.getInitialProps=async e=>{let t=await f.default.getInitialProps(e),r=e.Component.displayName||e.Component.name||"Unknown";return{...t,componentName:r}},e.s(["default",0,s9],68579)},92666,(e,t,r)=>{let n="/_app";(window.__NEXT_P=window.__NEXT_P||[]).push([n,()=>e.r(68579)]),t.hot&&t.hot.dispose(function(){window.__NEXT_P.push([n])})},65777,(e,t,r)=>{t.exports=e.r(79466)},94182,(e,t,r)=>{t.exports=e.r(61457)}]);