@unchainedshop/admin-ui 5.0.0-alpha.3 → 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 (969) hide show
  1. package/README.md +92 -35
  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/manifest.json +48 -0
  631. package/out/orders/OrderDetailPage/index.html +2 -2
  632. package/out/orders/index.html +2 -2
  633. package/out/payment-provider/PaymentProviderDetailPage/index.html +2 -2
  634. package/out/payment-provider/index.html +2 -2
  635. package/out/payment-provider/new/index.html +2 -2
  636. package/out/products/ProductDetailPage/index.html +2 -2
  637. package/out/products/index.html +2 -2
  638. package/out/products/new/index.html +2 -2
  639. package/out/quotations/QuotationDetailPage/index.html +2 -2
  640. package/out/quotations/index.html +2 -2
  641. package/out/reset-password/index.html +2 -2
  642. package/out/sign-up/index.html +2 -2
  643. package/out/styleguide/index.html +2 -2
  644. package/out/tokens/TokenDetailPage/index.html +2 -2
  645. package/out/tokens/index.html +2 -2
  646. package/out/users/UserDetailPage/index.html +2 -2
  647. package/out/users/index.html +2 -2
  648. package/out/users/new/index.html +2 -2
  649. package/out/verify-email/index.html +2 -2
  650. package/out/warehousing-provider/WarehousingProviderDetailPage/index.html +2 -2
  651. package/out/warehousing-provider/index.html +2 -2
  652. package/out/warehousing-provider/new/index.html +2 -2
  653. package/out/works/WorkDetailPage/index.html +2 -2
  654. package/out/works/WorkQueueListView/index.html +2 -2
  655. package/out/works/index.html +2 -2
  656. package/out/works/management/index.html +2 -2
  657. package/package.json +104 -13
  658. package/src/modules/accounts/index.ts +34 -0
  659. package/src/modules/assortment/index.ts +29 -0
  660. package/src/modules/copilot/index.ts +4 -0
  661. package/src/modules/country/index.ts +5 -0
  662. package/src/modules/currency/index.ts +5 -0
  663. package/src/modules/delivery-provider/index.ts +7 -0
  664. package/src/modules/enrollment/index.ts +6 -0
  665. package/src/modules/event/index.ts +3 -0
  666. package/src/modules/filter/index.ts +13 -0
  667. package/src/modules/language/index.ts +5 -0
  668. package/src/modules/order/index.ts +8 -0
  669. package/src/modules/payment-providers/index.ts +7 -0
  670. package/src/modules/product/index.ts +47 -0
  671. package/src/modules/product-review/index.ts +6 -0
  672. package/src/modules/quotation/index.ts +6 -0
  673. package/src/modules/token/index.ts +3 -0
  674. package/src/modules/warehousing-providers/index.ts +7 -0
  675. package/src/modules/work/index.ts +7 -0
  676. package/src/sdk/hooks.ts +11 -0
  677. package/src/sdk/modal.ts +6 -0
  678. package/src/sdk/plugin-build.mjs +112 -0
  679. package/src/sdk/plugin-build.test.mjs +11 -0
  680. package/src/sdk/plugins.ts +88 -0
  681. package/src/sdk/providers.ts +4 -0
  682. package/src/sdk/tailwind-preset.mjs +94 -0
  683. package/src/sdk/theme.ts +61 -0
  684. package/src/styles/globals.css +291 -0
  685. package/out/_next/static/chunks/0-beu4vu82jrh.js +0 -1
  686. package/out/_next/static/chunks/0-l8x8k72-b3i.js +0 -173
  687. package/out/_next/static/chunks/0-v2_9sc~l3._.js +0 -1
  688. package/out/_next/static/chunks/0.b6lj.zfgeh7.js +0 -807
  689. package/out/_next/static/chunks/0.jjzw42mzofa.js +0 -18
  690. package/out/_next/static/chunks/0.ubb4bvs288f.js +0 -193
  691. package/out/_next/static/chunks/00c-9lviyc08t.js +0 -16
  692. package/out/_next/static/chunks/00svmiwah8ghd.js +0 -177
  693. package/out/_next/static/chunks/00w.kj6uow_p1.js +0 -1
  694. package/out/_next/static/chunks/00zf52snz2696.js +0 -81
  695. package/out/_next/static/chunks/0126hh69s1hoo.js +0 -20
  696. package/out/_next/static/chunks/017~qlhsonz-s.js +0 -13
  697. package/out/_next/static/chunks/01id70ruu9sh_.js +0 -12
  698. package/out/_next/static/chunks/01m-zxw6aa~7o.js +0 -61
  699. package/out/_next/static/chunks/01ysagjr-k~86.js +0 -1
  700. package/out/_next/static/chunks/023vppfa5lmsd.js +0 -101
  701. package/out/_next/static/chunks/023zn3balilgv.js +0 -5
  702. package/out/_next/static/chunks/028eszr30ru.w.js +0 -12
  703. package/out/_next/static/chunks/02_yal0ces9jz.js +0 -1
  704. package/out/_next/static/chunks/02dcbva7h6wk9.js +0 -5
  705. package/out/_next/static/chunks/02lgka7~ifqqk.js +0 -1
  706. package/out/_next/static/chunks/02ndocqxudfh0.js +0 -22
  707. package/out/_next/static/chunks/02x1c3t9oyfks.js +0 -119
  708. package/out/_next/static/chunks/039laq217w5af.js +0 -1
  709. package/out/_next/static/chunks/03hx8y-tzfrw6.js +0 -1
  710. package/out/_next/static/chunks/03in_nfvncouz.js +0 -1
  711. package/out/_next/static/chunks/041tlotwv9m5t.js +0 -453
  712. package/out/_next/static/chunks/04aykq1~5oirm.js +0 -51
  713. package/out/_next/static/chunks/04b5k~na~95by.js +0 -46
  714. package/out/_next/static/chunks/04f091-bji_n_.js +0 -7
  715. package/out/_next/static/chunks/05ooekd_aohh9.js +0 -23
  716. package/out/_next/static/chunks/05rt.5mp24nl~.js +0 -13
  717. package/out/_next/static/chunks/05xkbw-s9zm4v.js +0 -1
  718. package/out/_next/static/chunks/05zsgso1ahpy8.js +0 -1
  719. package/out/_next/static/chunks/06ersyx7hvzq1.js +0 -1
  720. package/out/_next/static/chunks/06gd8resd2.0_.js +0 -9
  721. package/out/_next/static/chunks/06v745r0yfx2h.js +0 -14
  722. package/out/_next/static/chunks/073ao37i9gvu-.js +0 -324
  723. package/out/_next/static/chunks/07l.kk7q4.zh_.js +0 -46
  724. package/out/_next/static/chunks/07t_6bb3~hkt5.js +0 -15
  725. package/out/_next/static/chunks/0831dsm.9c1xz.js +0 -15
  726. package/out/_next/static/chunks/087eh6vsk6_bc.js +0 -43
  727. package/out/_next/static/chunks/08i6ja.9lua9i.js +0 -286
  728. package/out/_next/static/chunks/08znjfem0b_of.js +0 -21
  729. package/out/_next/static/chunks/09_9z~x1_3-1m.js +0 -13
  730. package/out/_next/static/chunks/09n.y.scb-.st.js +0 -46
  731. package/out/_next/static/chunks/09p_6hs26lbin.js +0 -31
  732. package/out/_next/static/chunks/0_77~m-d~ywyj.js +0 -3
  733. package/out/_next/static/chunks/0_b2f-s77.vbq.js +0 -217
  734. package/out/_next/static/chunks/0_ikmdl.vzsxi.js +0 -16
  735. package/out/_next/static/chunks/0_tmrtwx_w001.js +0 -1
  736. package/out/_next/static/chunks/0_z350k96nua5.js +0 -14
  737. package/out/_next/static/chunks/0ajirl~6u8vk7.js +0 -384
  738. package/out/_next/static/chunks/0apih1f_pg7x5.js +0 -22
  739. package/out/_next/static/chunks/0aqdc68pqu1yc.js +0 -90
  740. package/out/_next/static/chunks/0aqhw_0u56sd_.js +0 -13
  741. package/out/_next/static/chunks/0av.mpk52l~sj.js +0 -78
  742. package/out/_next/static/chunks/0b6~~7c3s-__r.js +0 -2
  743. package/out/_next/static/chunks/0b_7pbsfo~250.js +0 -224
  744. package/out/_next/static/chunks/0bgpq4k~.1ow~.js +0 -1
  745. package/out/_next/static/chunks/0cd47wcv36ymf.js +0 -14
  746. package/out/_next/static/chunks/0cy-p_9pru_18.js +0 -13
  747. package/out/_next/static/chunks/0dhkgg675.w3e.js +0 -8
  748. package/out/_next/static/chunks/0dm~u98d.uay9.js +0 -807
  749. package/out/_next/static/chunks/0e82nep-emmqv.js +0 -22
  750. package/out/_next/static/chunks/0ekar8mz4g5.z.js +0 -188
  751. package/out/_next/static/chunks/0eqvk8uoluycv.js +0 -1
  752. package/out/_next/static/chunks/0ett.ps-ssh3m.js +0 -1
  753. package/out/_next/static/chunks/0f4j14khj0-nb.js +0 -13
  754. package/out/_next/static/chunks/0fq.42f6~eau3.js +0 -110
  755. package/out/_next/static/chunks/0fv65thyl.pzd.js +0 -137
  756. package/out/_next/static/chunks/0fvye09yb7vxo.js +0 -1
  757. package/out/_next/static/chunks/0g4z-lcj831re.js +0 -22
  758. package/out/_next/static/chunks/0gcrw01taxxl6.js +0 -1
  759. package/out/_next/static/chunks/0gex7d5-6_u7w.js +0 -15
  760. package/out/_next/static/chunks/0gmu_zxzdk79-.js +0 -36
  761. package/out/_next/static/chunks/0gp0s~altxh1r.js +0 -16
  762. package/out/_next/static/chunks/0gw21r~kskkbu.js +0 -8
  763. package/out/_next/static/chunks/0h.yfartl.0w2.js +0 -13
  764. package/out/_next/static/chunks/0hvsgrhdl9vxu.js +0 -87
  765. package/out/_next/static/chunks/0hxa2hw0bx6p9.js +0 -31
  766. package/out/_next/static/chunks/0idm_1owz2~do.js +0 -147
  767. package/out/_next/static/chunks/0if0kxk_fvctv.js +0 -807
  768. package/out/_next/static/chunks/0ipga2yl6f8s2.js +0 -1
  769. package/out/_next/static/chunks/0irir.4f~3vjv.js +0 -1
  770. package/out/_next/static/chunks/0iz~...y5_a2o.js +0 -58
  771. package/out/_next/static/chunks/0j0-6c41tk-jn.js +0 -227
  772. package/out/_next/static/chunks/0j3oxwqbdm1~u.js +0 -32
  773. package/out/_next/static/chunks/0j8g1ir4-2kf-.js +0 -1
  774. package/out/_next/static/chunks/0je-l.-3mmyx0.js +0 -7
  775. package/out/_next/static/chunks/0jsponpskt26n.js +0 -15
  776. package/out/_next/static/chunks/0jwk3hxdqma6f.js +0 -44
  777. package/out/_next/static/chunks/0k4hc0roxks1w.js +0 -135
  778. package/out/_next/static/chunks/0kd-elup-.5rv.js +0 -92
  779. package/out/_next/static/chunks/0kdk1jnxow07e.js +0 -51
  780. package/out/_next/static/chunks/0kjwfgi7qnsh8.js +0 -60
  781. package/out/_next/static/chunks/0kpbcc6kx92ab.js +0 -1
  782. package/out/_next/static/chunks/0kpqfcm6kz1pz.js +0 -5
  783. package/out/_next/static/chunks/0kuj3je3qjyj~.js +0 -13
  784. package/out/_next/static/chunks/0kwdvew2~wd8o.js +0 -16
  785. package/out/_next/static/chunks/0kwir-xluvjdw.js +0 -144
  786. package/out/_next/static/chunks/0l.811sicmaw3.js +0 -1
  787. package/out/_next/static/chunks/0l8ujxmk7702g.js +0 -1
  788. package/out/_next/static/chunks/0lazwl9790oz5.js +0 -1
  789. package/out/_next/static/chunks/0lp3vsoi498i1.js +0 -19
  790. package/out/_next/static/chunks/0lp40p3~dgcgl.js +0 -14
  791. package/out/_next/static/chunks/0lq9yvo7q3obl.js +0 -1
  792. package/out/_next/static/chunks/0m.jl7so.pr8k.js +0 -15
  793. package/out/_next/static/chunks/0m0k6lhn2y-9n.js +0 -137
  794. package/out/_next/static/chunks/0m3laiqi73_uc.js +0 -1
  795. package/out/_next/static/chunks/0m96ugd3gm4zy.js +0 -142
  796. package/out/_next/static/chunks/0mbkvr03aynms.js +0 -905
  797. package/out/_next/static/chunks/0mfaeit11.hmn.js +0 -13
  798. package/out/_next/static/chunks/0mmgf1.wzjj~j.js +0 -596
  799. package/out/_next/static/chunks/0mwaae8fl0y07.js +0 -807
  800. package/out/_next/static/chunks/0n1tw5ikfuhds.js +0 -16
  801. package/out/_next/static/chunks/0n4htvg-_prjp.js +0 -807
  802. package/out/_next/static/chunks/0ndis8ndh2iq6.js +0 -1
  803. package/out/_next/static/chunks/0nkzmsf-n62ak.js +0 -227
  804. package/out/_next/static/chunks/0nq0y4cmw5~iw.js +0 -8
  805. package/out/_next/static/chunks/0nr5eu5.o4kyn.js +0 -31
  806. package/out/_next/static/chunks/0o24k-4924ut6.js +0 -5
  807. package/out/_next/static/chunks/0o6k207dwsp67.js +0 -14
  808. package/out/_next/static/chunks/0o6szwcbqvtk..js +0 -1
  809. package/out/_next/static/chunks/0ohaa_f5cdywx.js +0 -73
  810. package/out/_next/static/chunks/0p8yhpuvsglyl.js +0 -384
  811. package/out/_next/static/chunks/0pnn8a_3nqu6z.js +0 -11
  812. package/out/_next/static/chunks/0ptzf1t7-yymm.js +0 -17
  813. package/out/_next/static/chunks/0q7qj_8wmc2.r.js +0 -10
  814. package/out/_next/static/chunks/0qb6blqhb13kr.js +0 -41
  815. package/out/_next/static/chunks/0qf0ui_m--1gr.js +0 -288
  816. package/out/_next/static/chunks/0qrbj_o2k5__o.js +0 -209
  817. package/out/_next/static/chunks/0qtz0k64e56-8.js +0 -50
  818. package/out/_next/static/chunks/0s-elr_ninnzu.js +0 -10
  819. package/out/_next/static/chunks/0s-v1dmb~vwtm.js +0 -836
  820. package/out/_next/static/chunks/0s.q6152jflhg.js +0 -26
  821. package/out/_next/static/chunks/0s44-81m.~5uf.js +0 -596
  822. package/out/_next/static/chunks/0sgimuwisx~sc.js +0 -119
  823. package/out/_next/static/chunks/0skmedjn4kgal.js +0 -61
  824. package/out/_next/static/chunks/0skt87s6mdt1v.js +0 -13
  825. package/out/_next/static/chunks/0s~fz~1tqbwxx.js +0 -15
  826. package/out/_next/static/chunks/0te-i~~io16.x.js +0 -1
  827. package/out/_next/static/chunks/0tiq-41ao4ozn.js +0 -12
  828. package/out/_next/static/chunks/0tw8x4rwyovtl.js +0 -12
  829. package/out/_next/static/chunks/0twk9-d7g9_tx.css +0 -1
  830. package/out/_next/static/chunks/0ty2puez_pg34.js +0 -12
  831. package/out/_next/static/chunks/0ty8.e8ooes0x.js +0 -13
  832. package/out/_next/static/chunks/0u0zlnx_0uuo~.js +0 -1
  833. package/out/_next/static/chunks/0u_o5uefzj2zl.js +0 -43
  834. package/out/_next/static/chunks/0v3s~myflio0y.js +0 -66
  835. package/out/_next/static/chunks/0ve6lde6hlxfm.js +0 -200
  836. package/out/_next/static/chunks/0ve_2hka8ooxb.js +0 -14
  837. package/out/_next/static/chunks/0wcjo4p-9_fzj.js +0 -1
  838. package/out/_next/static/chunks/0wr~ux~6rivnb.js +0 -73
  839. package/out/_next/static/chunks/0wt4fkc59wtk~.js +0 -1
  840. package/out/_next/static/chunks/0wy8jj1craipe.js +0 -291
  841. package/out/_next/static/chunks/0x0ro0p0oede-.js +0 -1
  842. package/out/_next/static/chunks/0x5~rk9ckvkzm.js +0 -5
  843. package/out/_next/static/chunks/0xcd1022~mejo.js +0 -1
  844. package/out/_next/static/chunks/0xdixvy3ojk~v.js +0 -807
  845. package/out/_next/static/chunks/0xwzq2hc7bd08.js +0 -7
  846. package/out/_next/static/chunks/0xyni.oufvih2.js +0 -13
  847. package/out/_next/static/chunks/0y6_n9b46qlk8.js +0 -12
  848. package/out/_next/static/chunks/0y_16b~8cbo3_.js +0 -1
  849. package/out/_next/static/chunks/0ygzo.kyf038-.js +0 -13
  850. package/out/_next/static/chunks/0ykdba2inps4f.js +0 -807
  851. package/out/_next/static/chunks/0yngqzk8t1rtm.js +0 -20
  852. package/out/_next/static/chunks/0yrhd0tul9js9.js +0 -1
  853. package/out/_next/static/chunks/0yygs3qclomm0.js +0 -44
  854. package/out/_next/static/chunks/0zpzrlqi93rji.js +0 -1
  855. package/out/_next/static/chunks/0zsyxlnrzl578.js +0 -807
  856. package/out/_next/static/chunks/0z~lvtnl1p.em.js +0 -78
  857. package/out/_next/static/chunks/0~.g3kh69ma7-.js +0 -54
  858. package/out/_next/static/chunks/0~9p1dp25tvbh.js +0 -8
  859. package/out/_next/static/chunks/0~h6h6qs_rmma.js +0 -15
  860. package/out/_next/static/chunks/0~io-hb50ji.1.js +0 -1
  861. package/out/_next/static/chunks/10.uqlra33~68.js +0 -13
  862. package/out/_next/static/chunks/105z5t998s_em.js +0 -12
  863. package/out/_next/static/chunks/10gbxo~.o9bhy.js +0 -23
  864. package/out/_next/static/chunks/10k9cn.xj6r3q.js +0 -342
  865. package/out/_next/static/chunks/10z4bl1p0z6o_.js +0 -13
  866. package/out/_next/static/chunks/1116oyd686cub.js +0 -10
  867. package/out/_next/static/chunks/1187u08o~yuqn.js +0 -132
  868. package/out/_next/static/chunks/11g5r9hgxgp0m.js +0 -101
  869. package/out/_next/static/chunks/11idnn6maksef.js +0 -188
  870. package/out/_next/static/chunks/11mfm9s-fl7sy.js +0 -807
  871. package/out/_next/static/chunks/129nouv3ip29r.js +0 -14
  872. package/out/_next/static/chunks/12_5sds1suvhm.js +0 -13
  873. package/out/_next/static/chunks/12pk_ybj.re6m.js +0 -328
  874. package/out/_next/static/chunks/12r0j7wb2hlew.js +0 -1
  875. package/out/_next/static/chunks/12uy~d.q~freq.js +0 -26
  876. package/out/_next/static/chunks/130ts0c-i4pcp.js +0 -807
  877. package/out/_next/static/chunks/13zg7v-cyej8_.js +0 -288
  878. package/out/_next/static/chunks/145f2hwc~qcac.js +0 -14
  879. package/out/_next/static/chunks/145sa8d1hfzds.js +0 -13
  880. package/out/_next/static/chunks/149u.0yx9zdjc.js +0 -342
  881. package/out/_next/static/chunks/14lo~e60fjur5.js +0 -1
  882. package/out/_next/static/chunks/14p.v8friz9is.js +0 -12
  883. package/out/_next/static/chunks/152ayjjud~_te.js +0 -807
  884. package/out/_next/static/chunks/154maz1~0c85~.js +0 -12
  885. package/out/_next/static/chunks/15_oqickjmgpk.js +0 -3
  886. package/out/_next/static/chunks/15iepxopx3xb4.js +0 -1
  887. package/out/_next/static/chunks/15m115xl2x-fo.js +0 -807
  888. package/out/_next/static/chunks/15y9tbfvyqnu_.js +0 -1
  889. package/out/_next/static/chunks/15z98mla-wqnl.js +0 -108
  890. package/out/_next/static/chunks/16375mdx_~6.q.js +0 -16
  891. package/out/_next/static/chunks/16x1-2emxpzpg.js +0 -1
  892. package/out/_next/static/chunks/16zrr8jq99f4~.js +0 -59
  893. package/out/_next/static/chunks/179__8pe9.c7-.js +0 -12
  894. package/out/_next/static/chunks/17d~emxcdob_i.js +0 -1
  895. package/out/_next/static/chunks/17i0kbnunaw-a.js +0 -1
  896. package/out/_next/static/chunks/17kkbb-qkkoid.js +0 -15
  897. package/out/_next/static/chunks/182r6jub~m5uu.js +0 -14
  898. package/out/_next/static/chunks/1830j6n5zjzkx.js +0 -14
  899. package/out/_next/static/chunks/18dqga.-f~nfy.js +0 -1
  900. package/out/_next/static/chunks/18du6p5wd4ech.js +0 -138
  901. package/out/_next/static/chunks/turbopack-0-2jlgexa52kn.js +0 -1
  902. package/out/_next/static/chunks/turbopack-0.sytbe8-q.f0.js +0 -1
  903. package/out/_next/static/chunks/turbopack-01xsh_3mc57...js +0 -1
  904. package/out/_next/static/chunks/turbopack-021nw61gt0smw.js +0 -1
  905. package/out/_next/static/chunks/turbopack-02c.fwas2lwst.js +0 -1
  906. package/out/_next/static/chunks/turbopack-03nzzz4-vv3_m.js +0 -1
  907. package/out/_next/static/chunks/turbopack-03xl_fg-w0wwe.js +0 -1
  908. package/out/_next/static/chunks/turbopack-04_73x1691200.js +0 -1
  909. package/out/_next/static/chunks/turbopack-04ketb_5rfe.-.js +0 -1
  910. package/out/_next/static/chunks/turbopack-05iepmw2pln-b.js +0 -1
  911. package/out/_next/static/chunks/turbopack-05vk0jzu2gu4r.js +0 -1
  912. package/out/_next/static/chunks/turbopack-06ibu8u~exvbh.js +0 -1
  913. package/out/_next/static/chunks/turbopack-06r069z7bpvmx.js +0 -1
  914. package/out/_next/static/chunks/turbopack-07607.63_f~q4.js +0 -1
  915. package/out/_next/static/chunks/turbopack-080mpit40zsn0.js +0 -1
  916. package/out/_next/static/chunks/turbopack-08vg-gc5.lk.w.js +0 -1
  917. package/out/_next/static/chunks/turbopack-09ynj6f1~2qvg.js +0 -1
  918. package/out/_next/static/chunks/turbopack-0am8m57rd7ue~.js +0 -1
  919. package/out/_next/static/chunks/turbopack-0flgs.l7-jwep.js +0 -1
  920. package/out/_next/static/chunks/turbopack-0ga2ytjk4irgm.js +0 -1
  921. package/out/_next/static/chunks/turbopack-0gv1w2-walrwj.js +0 -1
  922. package/out/_next/static/chunks/turbopack-0h8qtpk9zxc5w.js +0 -1
  923. package/out/_next/static/chunks/turbopack-0hn82ceuofjtz.js +0 -1
  924. package/out/_next/static/chunks/turbopack-0jyinuljzkzme.js +0 -1
  925. package/out/_next/static/chunks/turbopack-0kbw2bixmq-i6.js +0 -1
  926. package/out/_next/static/chunks/turbopack-0ln3og1r-_32i.js +0 -1
  927. package/out/_next/static/chunks/turbopack-0mdx764wtb9__.js +0 -1
  928. package/out/_next/static/chunks/turbopack-0mpncz8905-~_.js +0 -1
  929. package/out/_next/static/chunks/turbopack-0nl4bu~hrwg_c.js +0 -1
  930. package/out/_next/static/chunks/turbopack-0nno9lji-zzl..js +0 -1
  931. package/out/_next/static/chunks/turbopack-0o78sdharqtil.js +0 -1
  932. package/out/_next/static/chunks/turbopack-0oe-f.~p1jg8n.js +0 -1
  933. package/out/_next/static/chunks/turbopack-0ofu5~yiw_1_h.js +0 -1
  934. package/out/_next/static/chunks/turbopack-0p7o~ji.qdun9.js +0 -1
  935. package/out/_next/static/chunks/turbopack-0p_ojxb-55myx.js +0 -1
  936. package/out/_next/static/chunks/turbopack-0pv4teocze3x9.js +0 -1
  937. package/out/_next/static/chunks/turbopack-0rqw5r0qcrf2z.js +0 -1
  938. package/out/_next/static/chunks/turbopack-0rrj08a25.mep.js +0 -1
  939. package/out/_next/static/chunks/turbopack-0r~0nmphiorfn.js +0 -1
  940. package/out/_next/static/chunks/turbopack-0s.6f50ntkcs9.js +0 -1
  941. package/out/_next/static/chunks/turbopack-0s0ulq6q87y_x.js +0 -1
  942. package/out/_next/static/chunks/turbopack-0sdfu3q0v0q5h.js +0 -1
  943. package/out/_next/static/chunks/turbopack-0sjqqk57lmjnz.js +0 -1
  944. package/out/_next/static/chunks/turbopack-0svf~53uzg0yz.js +0 -1
  945. package/out/_next/static/chunks/turbopack-0t2n3t16.jt5-.js +0 -1
  946. package/out/_next/static/chunks/turbopack-0uhwk8kptpcof.js +0 -1
  947. package/out/_next/static/chunks/turbopack-0v0px_ggnszwk.js +0 -1
  948. package/out/_next/static/chunks/turbopack-0vpfmiii_t_hk.js +0 -1
  949. package/out/_next/static/chunks/turbopack-0x-fi_n3na5.e.js +0 -1
  950. package/out/_next/static/chunks/turbopack-0yq6qjplbghh8.js +0 -1
  951. package/out/_next/static/chunks/turbopack-0z3yqbd6ngf3r.js +0 -1
  952. package/out/_next/static/chunks/turbopack-0zo3lj078ff73.js +0 -1
  953. package/out/_next/static/chunks/turbopack-10ikru0-tgde5.js +0 -1
  954. package/out/_next/static/chunks/turbopack-10my3_6508i9s.js +0 -1
  955. package/out/_next/static/chunks/turbopack-11fd3~ckkb1az.js +0 -1
  956. package/out/_next/static/chunks/turbopack-12635pttd8mwo.js +0 -1
  957. package/out/_next/static/chunks/turbopack-12tv~faaane2m.js +0 -1
  958. package/out/_next/static/chunks/turbopack-133ooe_tc74fx.js +0 -1
  959. package/out/_next/static/chunks/turbopack-13xywrs0tr14-.js +0 -1
  960. package/out/_next/static/chunks/turbopack-14c20trqh_v2z.js +0 -1
  961. package/out/_next/static/chunks/turbopack-164kkr2_jziv1.js +0 -1
  962. package/out/_next/static/chunks/turbopack-16zy~wq_5~ah~.js +0 -1
  963. package/out/_next/static/chunks/turbopack-17ag.mp331nmd.js +0 -1
  964. package/out/_next/static/pFqjC0hy-zIBRbr8wLP_l/_buildManifest.js +0 -258
  965. package/out/admin-ui-permissions.js +0 -129
  966. /package/out/_next/static/chunks/{0a1flay6uksa2.js → 0wooaklx8_14q.js} +0 -0
  967. /package/out/_next/static/chunks/{0htfk2vj7m.9j.js → 1jqnrnw0p9tw5.js} +0 -0
  968. /package/out/_next/static/{pFqjC0hy-zIBRbr8wLP_l → mgojmR_4GNqJNutDR9oFi}/_clientMiddlewareManifest.js +0 -0
  969. /package/out/_next/static/{pFqjC0hy-zIBRbr8wLP_l → mgojmR_4GNqJNutDR9oFi}/_ssgManifest.js +0 -0
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,80184,(e,t,r)=>{let n="/_error";(window.__NEXT_P=window.__NEXT_P||[]).push([n,()=>e.r(93594)]),t.hot&&t.hot.dispose(function(){window.__NEXT_P.push([n])})},20955,(e,t,r)=>{var n={156:function(e){var t,r,n,o=e.exports={};function i(){throw Error("setTimeout has not been defined")}function u(){throw Error("clearTimeout has not been defined")}try{t="function"==typeof setTimeout?setTimeout:i}catch(e){t=i}try{r="function"==typeof clearTimeout?clearTimeout:u}catch(e){r=u}function s(e){if(t===setTimeout)return setTimeout(e,0);if((t===i||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(r){try{return t.call(null,e,0)}catch(r){return t.call(this,e,0)}}}var a=[],c=!1,l=-1;function f(){c&&n&&(c=!1,n.length?a=n.concat(a):l=-1,a.length&&d())}function d(){if(!c){var e=s(f);c=!0;for(var t=a.length;t;){for(n=a,a=[];++l<t;)n&&n[l].run();l=-1,t=a.length}n=null,c=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===u||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function y(){}o.nextTick=function(e){var t=Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];a.push(new p(e,t)),1!==a.length||c||s(d)},p.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=y,o.addListener=y,o.once=y,o.off=y,o.removeListener=y,o.removeAllListeners=y,o.emit=y,o.prependListener=y,o.prependOnceListener=y,o.listeners=function(e){return[]},o.binding=function(e){throw Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw Error("process.chdir is not supported")},o.umask=function(){return 0}}},o={};function i(e){var t=o[e];if(void 0!==t)return t.exports;var r=o[e]={exports:{}},u=!0;try{n[e](r,r.exports,i),u=!1}finally{u&&delete o[e]}return r.exports}i.ab="/ROOT/node_modules/next/dist/compiled/process/",t.exports=i(156)},50461,(e,t,r)=>{"use strict";var n,o;t.exports=(null==(n=e.g.process)?void 0:n.env)&&"object"==typeof(null==(o=e.g.process)?void 0:o.env)?e.g.process:e.r(20955)},28805,e=>{e.v(t=>Promise.all(["static/chunks/1jqnrnw0p9tw5.js"].map(t=>e.l(t))).then(()=>t(79466)))},48761,e=>{e.v(e=>Promise.resolve().then(()=>e(93594)))},44063,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={NEXT_REQUEST_META:function(){return i},addRequestMeta:function(){return a},getRequestMeta:function(){return u},removeRequestMeta:function(){return c},setRequestMeta:function(){return s}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let i=Symbol.for("NextInternalRequestMeta");function u(e,t){let r=e[i]||{};return"string"==typeof t?r[t]:r}function s(e,t){return e[i]=t,t}function a(e,t,r){let n=u(e);return n[t]=r,s(e,n)}function c(e,t){let r=u(e);return delete r[t],s(e,r)}},93594,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return y}});let n=e.r(31640),o=e.r(91398),i=n._(e.r(91788)),u=n._(e.r(80963)),s={400:"Bad Request",404:"This page could not be found",405:"Method Not Allowed",500:"Internal Server Error"};function a({req:t,res:r,err:n}){let o,i=r&&r.statusCode?r.statusCode:n?n.statusCode:404;if("u">typeof window)o=window.location.hostname;else if(t){let{getRequestMeta:r}=e.r(44063),n=r(t,"initURL");n&&(o=new URL(n).hostname)}return{statusCode:i,hostname:o}}let c={fontFamily:'system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"',height:"100vh",textAlign:"center",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center"},l={lineHeight:"48px"},f={display:"inline-block",margin:"0 20px 0 0",paddingRight:23,fontSize:24,fontWeight:500,verticalAlign:"top"},d={fontSize:14,fontWeight:400,lineHeight:"28px"},p={display:"inline-block"};class y extends i.default.Component{static{this.displayName="ErrorPage"}static{this.getInitialProps=a}static{this.origGetInitialProps=a}render(){let{statusCode:e,withDarkMode:t=!0}=this.props,r=this.props.title||s[e]||"An unexpected error has occurred";return(0,o.jsxs)("div",{style:c,children:[(0,o.jsx)(u.default,{children:(0,o.jsx)("title",{children:e?`${e}: ${r}`:"Application error: a client-side exception has occurred"})}),(0,o.jsxs)("div",{style:l,children:[(0,o.jsx)("style",{dangerouslySetInnerHTML:{__html:`body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}${t?"@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}":""}`}}),e?(0,o.jsx)("h1",{className:"next-error-h1",style:f,children:e}):null,(0,o.jsx)("div",{style:p,children:(0,o.jsxs)("h2",{style:d,children:[this.props.title||e?r:(0,o.jsxs)(o.Fragment,{children:["Application error: a client-side exception has occurred"," ",!!this.props.hostname&&(0,o.jsxs)(o.Fragment,{children:["while loading ",this.props.hostname]})," ","(see the browser console for more information)"]}),"."]})})]})]})}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},20262,(e,t,r)=>{"use strict";let n;e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var o={getAssetToken:function(){return a},getAssetTokenQuery:function(){return c},getDeploymentId:function(){return u},getDeploymentIdQuery:function(){return s}};for(var i in o)Object.defineProperty(r,i,{enumerable:!0,get:o[i]});function u(){return n}function s(e=!1){let t=n;return t?`${e?"&":"?"}dpl=${t}`:""}function a(){return!1}function c(e=!1){return""}"u">typeof window?(n=document.documentElement.dataset.dplId,delete document.documentElement.dataset.dplId):n=void 0},13584,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"HeadManagerContext",{enumerable:!0,get:function(){return n}});let n=e.r(31640)._(e.r(91788)).default.createContext({})},80963,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return m},defaultHead:function(){return f}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let i=e.r(31640),u=e.r(71650),s=e.r(91398),a=u._(e.r(91788)),c=i._(e.r(94941)),l=e.r(13584);function f(){return[(0,s.jsx)("meta",{charSet:"utf-8"},"charset"),(0,s.jsx)("meta",{name:"viewport",content:"width=device-width"},"viewport")]}function d(e,t){return"string"==typeof t||"number"==typeof t?e:t.type===a.default.Fragment?e.concat(a.default.Children.toArray(t.props.children).reduce((e,t)=>"string"==typeof t||"number"==typeof t?e:e.concat(t),[])):e.concat(t)}let p=["name","httpEquiv","charSet","itemProp"];function y(e){let t,r,n,o;return e.reduce(d,[]).reverse().concat(f().reverse()).filter((t=new Set,r=new Set,n=new Set,o={},e=>{let i=!0,u=!1;if(e.key&&"number"!=typeof e.key&&e.key.indexOf("$")>0){u=!0;let r=e.key.slice(e.key.indexOf("$")+1);t.has(r)?i=!1:t.add(r)}switch(e.type){case"title":case"base":r.has(e.type)?i=!1:r.add(e.type);break;case"meta":for(let t=0,r=p.length;t<r;t++){let r=p[t];if(e.props.hasOwnProperty(r))if("charSet"===r)n.has(r)?i=!1:n.add(r);else{let t=e.props[r],n=o[r]||new Set;("name"!==r||!u)&&n.has(t)?i=!1:(n.add(t),o[r]=n)}}}return i})).reverse().map((e,t)=>{let r=e.key||t;return a.default.cloneElement(e,{key:r})})}let m=function({children:e}){let t=(0,a.useContext)(l.HeadManagerContext);return(0,s.jsx)(c.default,{reduceComponentsToState:y,headManager:t,children:e})};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},13521,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ImageConfigContext",{enumerable:!0,get:function(){return i}});let n=e.r(31640)._(e.r(91788)),o=e.r(15125),i=n.default.createContext(o.imageConfigDefault)},15125,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={VALID_LOADERS:function(){return i},imageConfigDefault:function(){return u}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let i=["default","imgix","cloudinary","akamai","custom"],u={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],path:"/_next/image",loader:"default",loaderFile:"",domains:[],disableStaticImages:!1,minimumCacheTTL:14400,formats:["image/webp"],maximumDiskCacheSize:void 0,maximumRedirects:3,maximumResponseBody:5e7,dangerouslyAllowLocalIP:!1,dangerouslyAllowSVG:!1,contentSecurityPolicy:"script-src 'none'; frame-src 'none'; sandbox;",contentDispositionType:"attachment",localPatterns:void 0,remotePatterns:[],qualities:[75],unoptimized:!1,customCacheHandler:!1}},94941,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return s}});let n=e.r(91788),o="u"<typeof window,i=o?()=>{}:n.useLayoutEffect,u=o?()=>{}:n.useEffect;function s(e){let{headManager:t,reduceComponentsToState:r}=e;function s(){if(t&&t.mountedInstances){let e=n.Children.toArray(Array.from(t.mountedInstances).filter(Boolean));t.updateHead(r(e))}}return o&&(t?.mountedInstances?.add(e.children),s()),i(()=>(t?.mountedInstances?.add(e.children),()=>{t?.mountedInstances?.delete(e.children)})),i(()=>(t&&(t._pendingUpdate=s),()=>{t&&(t._pendingUpdate=s)})),u(()=>(t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null),()=>{t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null)})),null}},89129,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var n={DecodeError:function(){return h},MiddlewareNotFoundError:function(){return S},MissingStaticPage:function(){return b},NormalizeError:function(){return _},PageNotFoundError:function(){return v},SP:function(){return m},ST:function(){return g},WEB_VITALS:function(){return i},execOnce:function(){return u},getDisplayName:function(){return f},getLocationOrigin:function(){return c},getURL:function(){return l},isAbsoluteUrl:function(){return a},isResSent:function(){return d},loadGetInitialProps:function(){return y},normalizeRepeatedSlashes:function(){return p},stringifyError:function(){return E}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let i=["CLS","FCP","FID","INP","LCP","TTFB"];function u(e){let t,r=!1;return(...n)=>(r||(r=!0,t=e(...n)),t)}let s=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,a=e=>{let t=e.charCodeAt(0);return!!(t>=65&&t<=90||t>=97&&t<=122)&&s.test(e)};function c(){let{protocol:e,hostname:t,port:r}=window.location;return`${e}//${t}${r?":"+r:""}`}function l(){let{href:e}=window.location,t=c();return e.substring(t.length)}function f(e){return"string"==typeof e?e:e.displayName||e.name||"Unknown"}function d(e){return e.finished||e.headersSent}function p(e){let t=e.split("?");return t[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(t[1]?`?${t.slice(1).join("?")}`:"")}async function y(e,t){let r=t.res||t.ctx&&t.ctx.res;if(!e.getInitialProps)return t.ctx&&t.Component?{pageProps:await y(t.Component,t.ctx)}:{};let n=await e.getInitialProps(t);if(r&&d(r))return n;if(!n)throw Object.defineProperty(Error(`"${f(e)}.getInitialProps()" should resolve to an object. But found "${n}" instead.`),"__NEXT_ERROR_CODE",{value:"E1025",enumerable:!1,configurable:!0});return n}let m="u">typeof performance,g=m&&["mark","measure","getEntriesByName"].every(e=>"function"==typeof performance[e]);class h extends Error{}class _ extends Error{}class v extends Error{constructor(e){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message=`Cannot find module for page: ${e}`}}class b extends Error{constructor(e,t){super(),this.message=`Failed to load static file for page: ${e} ${t}`}}class S extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function E(e){return JSON.stringify({message:e.message,stack:e.stack})}},31640,(e,t,r)=>{"use strict";r._=function(e){return e&&e.__esModule?e:{default:e}}},71650,(e,t,r)=>{"use strict";function n(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(n=function(e){return e?r:t})(e)}r._=function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=n(t);if(r&&r.has(e))return r.get(e);var o={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in e)if("default"!==u&&Object.prototype.hasOwnProperty.call(e,u)){var s=i?Object.getOwnPropertyDescriptor(e,u):null;s&&(s.get||s.set)?Object.defineProperty(o,u,s):o[u]=e[u]}return o.default=e,r&&r.set(e,o),o}},17431,(e,t,r)=>{"use strict";var n=e.r(91788);function o(e){var t="https://react.dev/errors/"+e;if(1<arguments.length){t+="?args[]="+encodeURIComponent(arguments[1]);for(var r=2;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r])}return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function i(){}var u={d:{f:i,r:function(){throw Error(o(522))},D:i,C:i,L:i,m:i,X:i,S:i,M:i},p:0,findDOMNode:null},s=Symbol.for("react.portal"),a=n.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function c(e,t){return"font"===e?"":"string"==typeof t?"use-credentials"===t?t:"":void 0}r.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=u,r.createPortal=function(e,t){var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!t||1!==t.nodeType&&9!==t.nodeType&&11!==t.nodeType)throw Error(o(299));return function(e,t,r){var n=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:s,key:null==n?null:""+n,children:e,containerInfo:t,implementation:r}}(e,t,null,r)},r.flushSync=function(e){var t=a.T,r=u.p;try{if(a.T=null,u.p=2,e)return e()}finally{a.T=t,u.p=r,u.d.f()}},r.preconnect=function(e,t){"string"==typeof e&&(t=t?"string"==typeof(t=t.crossOrigin)?"use-credentials"===t?t:"":void 0:null,u.d.C(e,t))},r.prefetchDNS=function(e){"string"==typeof e&&u.d.D(e)},r.preinit=function(e,t){if("string"==typeof e&&t&&"string"==typeof t.as){var r=t.as,n=c(r,t.crossOrigin),o="string"==typeof t.integrity?t.integrity:void 0,i="string"==typeof t.fetchPriority?t.fetchPriority:void 0;"style"===r?u.d.S(e,"string"==typeof t.precedence?t.precedence:void 0,{crossOrigin:n,integrity:o,fetchPriority:i}):"script"===r&&u.d.X(e,{crossOrigin:n,integrity:o,fetchPriority:i,nonce:"string"==typeof t.nonce?t.nonce:void 0})}},r.preinitModule=function(e,t){if("string"==typeof e)if("object"==typeof t&&null!==t){if(null==t.as||"script"===t.as){var r=c(t.as,t.crossOrigin);u.d.M(e,{crossOrigin:r,integrity:"string"==typeof t.integrity?t.integrity:void 0,nonce:"string"==typeof t.nonce?t.nonce:void 0})}}else null==t&&u.d.M(e)},r.preload=function(e,t){if("string"==typeof e&&"object"==typeof t&&null!==t&&"string"==typeof t.as){var r=t.as,n=c(r,t.crossOrigin);u.d.L(e,r,{crossOrigin:n,integrity:"string"==typeof t.integrity?t.integrity:void 0,nonce:"string"==typeof t.nonce?t.nonce:void 0,type:"string"==typeof t.type?t.type:void 0,fetchPriority:"string"==typeof t.fetchPriority?t.fetchPriority:void 0,referrerPolicy:"string"==typeof t.referrerPolicy?t.referrerPolicy:void 0,imageSrcSet:"string"==typeof t.imageSrcSet?t.imageSrcSet:void 0,imageSizes:"string"==typeof t.imageSizes?t.imageSizes:void 0,media:"string"==typeof t.media?t.media:void 0})}},r.preloadModule=function(e,t){if("string"==typeof e)if(t){var r=c(t.as,t.crossOrigin);u.d.m(e,{as:"string"==typeof t.as&&"script"!==t.as?t.as:void 0,crossOrigin:r,integrity:"string"==typeof t.integrity?t.integrity:void 0})}else u.d.m(e)},r.requestFormReset=function(e){u.d.r(e)},r.unstable_batchedUpdates=function(e,t){return e(t)},r.useFormState=function(e,t,r){return a.H.useFormState(e,t,r)},r.useFormStatus=function(){return a.H.useHostTransitionStatus()},r.version="19.2.8"},30943,(e,t,r)=>{"use strict";e.i(50461),!function e(){if("u">typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}(),t.exports=e.r(17431)},8481,(e,t,r)=>{"use strict";var n=Symbol.for("react.transitional.element");function o(e,t,r){var o=null;if(void 0!==r&&(o=""+r),void 0!==t.key&&(o=""+t.key),"key"in t)for(var i in r={},t)"key"!==i&&(r[i]=t[i]);else r=t;return{$$typeof:n,type:e,key:o,ref:void 0!==(t=r.ref)?t:null,props:r}}r.Fragment=Symbol.for("react.fragment"),r.jsx=o,r.jsxs=o},91398,(e,t,r)=>{"use strict";e.i(50461),t.exports=e.r(8481)},61556,(e,t,r)=>{"use strict";var n=e.i(50461),o=Symbol.for("react.transitional.element"),i=Symbol.for("react.portal"),u=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),c=Symbol.for("react.consumer"),l=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),p=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),m=Symbol.for("react.activity"),g=Symbol.iterator,h={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},_=Object.assign,v={};function b(e,t,r){this.props=e,this.context=t,this.refs=v,this.updater=r||h}function S(){}function E(e,t,r){this.props=e,this.context=t,this.refs=v,this.updater=r||h}b.prototype.isReactComponent={},b.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},b.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},S.prototype=b.prototype;var O=E.prototype=new S;O.constructor=E,_(O,b.prototype),O.isPureReactComponent=!0;var w=Array.isArray;function x(){}var j={H:null,A:null,T:null,S:null},T=Object.prototype.hasOwnProperty;function P(e,t,r){var n=r.ref;return{$$typeof:o,type:e,key:t,ref:void 0!==n?n:null,props:r}}function C(e){return"object"==typeof e&&null!==e&&e.$$typeof===o}var R=/\/+/g;function k(e,t){var r,n;return"object"==typeof e&&null!==e&&null!=e.key?(r=""+e.key,n={"=":"=0",":":"=2"},"$"+r.replace(/[=:]/g,function(e){return n[e]})):t.toString(36)}function A(e,t,r){if(null==e)return e;var n=[],u=0;return!function e(t,r,n,u,s){var a,c,l,f=typeof t;("undefined"===f||"boolean"===f)&&(t=null);var d=!1;if(null===t)d=!0;else switch(f){case"bigint":case"string":case"number":d=!0;break;case"object":switch(t.$$typeof){case o:case i:d=!0;break;case y:return e((d=t._init)(t._payload),r,n,u,s)}}if(d)return s=s(t),d=""===u?"."+k(t,0):u,w(s)?(n="",null!=d&&(n=d.replace(R,"$&/")+"/"),e(s,r,n,"",function(e){return e})):null!=s&&(C(s)&&(a=s,c=n+(null==s.key||t&&t.key===s.key?"":(""+s.key).replace(R,"$&/")+"/")+d,s=P(a.type,c,a.props)),r.push(s)),1;d=0;var p=""===u?".":u+":";if(w(t))for(var m=0;m<t.length;m++)f=p+k(u=t[m],m),d+=e(u,r,n,f,s);else if("function"==typeof(m=null===(l=t)||"object"!=typeof l?null:"function"==typeof(l=g&&l[g]||l["@@iterator"])?l:null))for(t=m.call(t),m=0;!(u=t.next()).done;)f=p+k(u=u.value,m++),d+=e(u,r,n,f,s);else if("object"===f){if("function"==typeof t.then)return e(function(e){switch(e.status){case"fulfilled":return e.value;case"rejected":throw e.reason;default:switch("string"==typeof e.status?e.then(x,x):(e.status="pending",e.then(function(t){"pending"===e.status&&(e.status="fulfilled",e.value=t)},function(t){"pending"===e.status&&(e.status="rejected",e.reason=t)})),e.status){case"fulfilled":return e.value;case"rejected":throw e.reason}}throw e}(t),r,n,u,s);throw Error("Objects are not valid as a React child (found: "+("[object Object]"===(r=String(t))?"object with keys {"+Object.keys(t).join(", ")+"}":r)+"). If you meant to render a collection of children, use an array instead.")}return d}(e,n,"","",function(e){return t.call(r,e,u++)}),n}function M(e){if(-1===e._status){var t=e._result;(t=t()).then(function(t){(0===e._status||-1===e._status)&&(e._status=1,e._result=t)},function(t){(0===e._status||-1===e._status)&&(e._status=2,e._result=t)}),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var I="function"==typeof reportError?reportError:function(e){if("object"==typeof window&&"function"==typeof window.ErrorEvent){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:"object"==typeof e&&null!==e&&"string"==typeof e.message?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if("object"==typeof n.default&&"function"==typeof n.default.emit)return void n.default.emit("uncaughtException",e);console.error(e)};r.Activity=m,r.Children={map:A,forEach:function(e,t,r){A(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return A(e,function(){t++}),t},toArray:function(e){return A(e,function(e){return e})||[]},only:function(e){if(!C(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},r.Component=b,r.Fragment=u,r.Profiler=a,r.PureComponent=E,r.StrictMode=s,r.Suspense=d,r.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=j,r.__COMPILER_RUNTIME={__proto__:null,c:function(e){return j.H.useMemoCache(e)}},r.cache=function(e){return function(){return e.apply(null,arguments)}},r.cacheSignal=function(){return null},r.cloneElement=function(e,t,r){if(null==e)throw Error("The argument must be a React element, but you passed "+e+".");var n=_({},e.props),o=e.key;if(null!=t)for(i in void 0!==t.key&&(o=""+t.key),t)T.call(t,i)&&"key"!==i&&"__self"!==i&&"__source"!==i&&("ref"!==i||void 0!==t.ref)&&(n[i]=t[i]);var i=arguments.length-2;if(1===i)n.children=r;else if(1<i){for(var u=Array(i),s=0;s<i;s++)u[s]=arguments[s+2];n.children=u}return P(e.type,o,n)},r.createContext=function(e){return(e={$$typeof:l,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider=e,e.Consumer={$$typeof:c,_context:e},e},r.createElement=function(e,t,r){var n,o={},i=null;if(null!=t)for(n in void 0!==t.key&&(i=""+t.key),t)T.call(t,n)&&"key"!==n&&"__self"!==n&&"__source"!==n&&(o[n]=t[n]);var u=arguments.length-2;if(1===u)o.children=r;else if(1<u){for(var s=Array(u),a=0;a<u;a++)s[a]=arguments[a+2];o.children=s}if(e&&e.defaultProps)for(n in u=e.defaultProps)void 0===o[n]&&(o[n]=u[n]);return P(e,i,o)},r.createRef=function(){return{current:null}},r.forwardRef=function(e){return{$$typeof:f,render:e}},r.isValidElement=C,r.lazy=function(e){return{$$typeof:y,_payload:{_status:-1,_result:e},_init:M}},r.memo=function(e,t){return{$$typeof:p,type:e,compare:void 0===t?null:t}},r.startTransition=function(e){var t=j.T,r={};j.T=r;try{var n=e(),o=j.S;null!==o&&o(r,n),"object"==typeof n&&null!==n&&"function"==typeof n.then&&n.then(x,I)}catch(e){I(e)}finally{null!==t&&null!==r.types&&(t.types=r.types),j.T=t}},r.unstable_useCacheRefresh=function(){return j.H.useCacheRefresh()},r.use=function(e){return j.H.use(e)},r.useActionState=function(e,t,r){return j.H.useActionState(e,t,r)},r.useCallback=function(e,t){return j.H.useCallback(e,t)},r.useContext=function(e){return j.H.useContext(e)},r.useDebugValue=function(){},r.useDeferredValue=function(e,t){return j.H.useDeferredValue(e,t)},r.useEffect=function(e,t){return j.H.useEffect(e,t)},r.useEffectEvent=function(e){return j.H.useEffectEvent(e)},r.useId=function(){return j.H.useId()},r.useImperativeHandle=function(e,t,r){return j.H.useImperativeHandle(e,t,r)},r.useInsertionEffect=function(e,t){return j.H.useInsertionEffect(e,t)},r.useLayoutEffect=function(e,t){return j.H.useLayoutEffect(e,t)},r.useMemo=function(e,t){return j.H.useMemo(e,t)},r.useOptimistic=function(e,t){return j.H.useOptimistic(e,t)},r.useReducer=function(e,t,r){return j.H.useReducer(e,t,r)},r.useRef=function(e){return j.H.useRef(e)},r.useState=function(e){return j.H.useState(e)},r.useSyncExternalStore=function(e,t,r){return j.H.useSyncExternalStore(e,t,r)},r.useTransition=function(){return j.H.useTransition()},r.version="19.2.8"},91788,(e,t,r)=>{"use strict";e.i(50461),t.exports=e.r(61556)}]);
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,25093,e=>{"use strict";var t=e.i(91398),r=e.i(91788);e.s(["default",0,({value:e,duration:n=300})=>{let[l,s]=(0,r.useState)(0);return(0,r.useEffect)(()=>{let t,r;if(0===e)return void s(0);let l=a=>{t||(t=a);let o=Math.min((a-t)/n,1);s(Math.round((1-Math.pow(1-o,3))*e)),o<1&&(r=requestAnimationFrame(l))};return r=requestAnimationFrame(l),()=>{r&&cancelAnimationFrame(r)}},[e,n]),(0,t.jsx)("span",{children:l})}])},50595,e=>{"use strict";var t=e.i(91398),r=e.i(41158),n=e.i(3828),l=e.i(69322);e.s(["default",0,({routeName:e=null,currentPageTitle:s=null,depth:a=null})=>{let o=(0,n.useRouter)(),{formatMessage:i}=(0,l.useIntl)(),u={home:"home",products:"products",orders:"orders",users:"users",assortments:"assortments",filters:"filters",tokens:"tokens",quotations:"quotations",enrollments:"enrollments",activities:"activities",works:"work_queue",events:"events",currency:"currencies",country:"countries",language:"languages","delivery-provider":"delivery_providers","payment-provider":"payment_providers","warehousing-provider":"warehousing_provider",system:"system",account:"account",new:"new",edit:"edit"},d=o.asPath?.split("/")?.filter((e,t)=>o.asPath?.split("/")?.indexOf(e)===t);if(1===d.length)return null;let c="";a&&d.splice(a),e&&(d[d.length-1]=e);let f=d?.map(t=>{if(c+=`${t}/`,!t)return{name:i({id:"home",defaultMessage:"Home"}),path:"/"};let r=t?.split("?")[0],n=e?r:r.replace(/-/g," "),l=u[r];return{name:l?i({id:l,defaultMessage:n}):decodeURIComponent(n),path:c.replace(/.$/,"")}});return(0,t.jsx)("nav",{className:"mb-5 hidden sm:flex lg:mt-5 lg:mb-8","aria-label":"Breadcrumb",children:(0,t.jsx)("ol",{className:"flex items-center space-x-4",children:f?.map((e,n)=>(0,t.jsx)("li",{children:(0,t.jsxs)("div",{className:"flex items-center",children:[0!==n&&(0,t.jsx)("svg",{className:"mr-4 h-5 w-5 shrink-0 text-slate-400",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z",clipRule:"evenodd"})}),(0,t.jsx)(r.default,{href:e.path,className:"text-sm font-medium capitalize text-text-muted dark:hover:text-slate-300 hover:text-slate-700 focus:outline-hidden focus:ring-2 focus:ring-focus-ring rounded-md px-1 py-1",children:n===f.length-1&&s?s:e.name})]})},e.path))})})}])},21623,e=>{"use strict";var t=e.i(91398),r=e.i(56206);e.s(["default",0,({text:e,children:n,onClick:l,className:s="",disabled:a=!1,id:o="",variant:i="primary",size:u="md",type:d="button",loading:c=!1,icon:f,iconRight:m,fullWidth:p=!1,rounded:h="md",ariaLabel:x,...g})=>{let b=n||e,y=(f||m)&&b?"gap-2":"";return(0,t.jsx)("button",{id:o,type:d,disabled:a||c,onClick:l,"aria-label":x,className:(0,r.default)("inline-flex items-center justify-center font-medium shadow-xs focus:outline-hidden focus:ring-2 focus:ring-offset-2 transition-colors duration-200 disabled:cursor-not-allowed disabled:opacity-50",{xs:"px-2.5 py-1.5 text-xs h-6",sm:"px-3 py-2 text-sm h-8",md:"px-4 py-2 text-sm h-9",lg:"px-6 py-3 text-base h-11"}[u],{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}[h],{primary:"border border-accent bg-accent text-text-on-accent hover:bg-accent-hover focus:ring-focus-ring",secondary:"border border-border-default bg-surface text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",tertiary:"border border-border-subtle bg-surface text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",quaternary:"bg-transparent text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",danger:"border border-danger bg-surface text-danger hover:bg-rose-50 dark:hover:bg-rose-900/10 focus:ring-rose-500",ghost:"bg-transparent border border-transparent text-text-secondary hover:text-text-primary hover:bg-surface-raised focus:ring-focus-ring",success:"border border-emerald-500 dark:border-emerald-400 bg-emerald-50 dark:bg-emerald-900/20 text-emerald-600 dark:text-emerald-400 hover:bg-emerald-100 dark:hover:bg-emerald-900/30 focus:ring-emerald-500",neutral:"border border-border-default bg-surface-raised text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",input:"border border-border-default bg-surface text-text-primary hover:border-slate-400 dark:hover:border-slate-500 focus:ring-focus-ring focus:border-slate-500"}[i],y,{"w-full":p},s),...g,children:c?(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)("div",{className:"w-4 h-4 border-2 border-current border-t-transparent rounded-full animate-spin"}),b]}):(0,t.jsxs)(t.Fragment,{children:[f,b,m]})})}])},70553,e=>{"use strict";var t=e.i(91398),r=e.i(69322);e.s(["default",0,({children:e=null,totalRecords:n=null})=>{let{formatMessage:l}=(0,r.useIntl)();return(0,t.jsxs)("div",{className:"mt-5",children:[null!==n?(0,t.jsx)("div",{className:"text-md text-slate-950 dark:text-slate-100 mb-3",children:l({id:"total_records",defaultMessage:"{total} records found"},{total:n??0})}):null,e&&(0,t.jsx)("div",{className:"flex items-center mt-10",children:(0,t.jsx)("h3",{className:"text-xs leading-6 text-text-muted",children:e})})]})}])},53576,e=>{"use strict";var t=e.i(91398),r=e.i(69322);e.s(["default",0,()=>{let{formatMessage:e}=(0,r.useIntl)();return(0,t.jsx)("div",{className:"my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5",children:(0,t.jsxs)("div",{className:"flex items-center justify-center space-x-1 text-sm text-text-secondary",children:[(0,t.jsx)("svg",{fill:"none",className:"h-6 w-6 animate-spin",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",children:(0,t.jsx)("path",{clipRule:"evenodd",d:"M15.165 8.53a.5.5 0 01-.404.58A7 7 0 1023 16a.5.5 0 011 0 8 8 0 11-9.416-7.874.5.5 0 01.58.404z",fill:"currentColor",fillRule:"evenodd"})}),(0,t.jsx)("div",{children:e({id:"loading",defaultMessage:"Loading ..."})})]})})}])},2194,e=>{"use strict";var t=e.i(91398),r=e.i(92802),r=r,n=e.i(56206),l=e.i(69322);e.s(["default",0,({message:e,className:s="",Icon:a=null})=>(0,t.jsx)("div",{className:(0,n.default)("rounded-md flex w-full flex-col items-center justify-center min-h-[176px] py-8 border-1 border-dashed border-border-default text-slate-500 dark:text-slate-600",s),children:(0,t.jsxs)("div",{className:"grid items-center justify-center",children:[(0,t.jsx)("div",{className:"flex items-center justify-center text-slate-400 dark:text-slate-600",children:a||(0,t.jsx)(r.default,{className:"h-6 w-6"})}),(0,t.jsx)(l.FormattedMessage,{id:"no_data_message",defaultMessage:"<p>No <span> {message} available</span> </p>",values:{p:e=>(0,t.jsx)("p",{className:"mt-2 m-auto flex items-center justify-center",children:e}),span:e=>(0,t.jsxs)("span",{className:"capitalize ml-1",children:[" ",e," "]}),message:e}})]})})],2194)},25327,e=>{"use strict";var t=e.i(91398),r=e.i(5205),n=e.i(41158),l=e.i(69322),s=e.i(37369),a=e.i(21623);e.s(["default",0,({headerText:e=null,onEdit:o=null,onDelete:i=null,children:u=null,title:d=null,addPath:c=null,addButtonText:f=null})=>{let{formatMessage:m}=(0,l.useIntl)();return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(r.default,{children:(0,t.jsxs)("title",{children:["Unchained AdminUI - ",d||e," "]})}),(0,t.jsx)("div",{className:"flex gap-3 flex-wrap items-center justify-between",children:(0,t.jsxs)("div",{className:"flex items-center flex-wrap justify-between w-full gap-4",children:[e&&(0,t.jsx)("h2",{className:"text-2xl font-medium text-slate-900 dark:text-slate-300 sm:truncate sm:text-3xl lg:text-4xl",children:e}),(0,t.jsxs)("div",{className:"flex items-center gap-3 flex-shrink-0",children:[u,c&&(0,t.jsx)(n.default,{href:c,children:(0,t.jsx)(a.default,{variant:"secondary",icon:(0,t.jsx)(s.PlusIcon,{className:"h-5 w-5"}),text:f||m({id:"add",defaultMessage:"Add"})})}),o&&(0,t.jsx)(a.default,{variant:"secondary",onClick:o,text:m({id:"edit",defaultMessage:"Edit"})}),i&&(0,t.jsx)(a.default,{variant:"danger",onClick:i,text:m({id:"delete",defaultMessage:"Delete"})})]})]})})]})}])},35793,e=>{"use strict";var t=e.i(91398),r=e.i(69322),n=e.i(2765);e.s(["default",0,({inputText:e=null,onInputChange:l,defaultValue:s})=>{let{formatMessage:a}=(0,r.useIntl)(),o=(0,n.default)(200)(l);return(0,t.jsxs)("div",{className:"w-full",children:[(0,t.jsx)("label",{htmlFor:"search",className:"sr-only",children:e||a({id:"search",defaultMessage:"Search"})}),(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)("div",{className:"pointer-events-none absolute inset-y-0 left-0 flex items-center pl-3",children:(0,t.jsx)("svg",{className:"h-5 w-5 text-slate-400 dark:text-slate-200",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z",clipRule:"evenodd"})})}),(0,t.jsx)("input",{onChange:e=>o(e.target.value),id:"search",defaultValue:s,name:"search",className:"block w-full rounded-md border-1 border-border-default text-slate-900 dark:bg-slate-900 dark:text-slate-200 py-3 pl-10 px-4 shadow-xs placeholder:text-slate-400 dark:placeholder:text-slate-400 focus:ring-2 focus:ring-focus-ring focus:outline-hidden sm:text-sm",placeholder:a({id:"search",defaultMessage:"Search"}),type:"search"})]})]})}])},76038,e=>{"use strict";var t=e.i(91398),r=e.i(91788),n=e.i(56206),l=e.i(69322),s=e.i(42469);let a=e=>e?Array.isArray(e)?e:e.toString()?.split(",")?.map(e=>e.trim()):[];e.s(["default",0,({tagList:e,onChange:o,disabled:i=!1,name:u="tag-input",id:d="tag-input",placeholder:c="",selectOptions:f=[],className:m="",buttonText:p="",showTagsInline:h=!0})=>{let{formatMessage:x}=(0,l.useIntl)(),[g,b]=(0,r.useState)(a(e)),[y,v]=(0,r.useState)(""),[j,w]=(0,r.useState)(!1),k=(0,r.useRef)(null);(0,r.useEffect)(()=>{b(a(e))},[e]),(0,r.useEffect)(()=>{let e=e=>{k.current&&!k.current.contains(e.target)&&w(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[]);let C=(0,r.useCallback)(e=>{if(!g.includes(e)&&e){let t=[...g,e];b(t),o(t),v(""),w(!1)}},[g,o]),M=(0,r.useMemo)(()=>{let e=f.filter(e=>!(g||[]).includes(e.value));return y?e.filter(e=>e.label.toLowerCase().includes(y.toLowerCase())):e},[f,g,y]),N=y.trim()&&!g.includes(y.trim())&&!M.some(e=>e.value.toLowerCase()===y.trim().toLowerCase()),O=(0,t.jsxs)("div",{className:"relative",ref:k,children:[(0,t.jsx)("input",{id:d,name:u,type:"text",role:"combobox","aria-expanded":j,"aria-autocomplete":"list",disabled:i,className:(0,n.default)("w-full rounded-md border border-border-default bg-surface-input py-2.5 pl-4 pr-4 text-sm text-text-primary placeholder:text-text-muted shadow-xs focus:outline-hidden focus:ring-2 focus:ring-focus-ring",m),placeholder:c,value:y,onChange:e=>{v(e.target.value),w(!0)},onFocus:()=>w(!0),onKeyDown:e=>{"Enter"===e.key&&y.trim()&&(e.preventDefault(),C(y.trim()))}}),j&&(N||M.length>0)&&(0,t.jsxs)("ul",{role:"listbox",className:"absolute z-9999999 mt-1 max-h-60 w-full overflow-auto rounded-md bg-surface border border-border-subtle py-1 text-sm shadow-lg",children:[N&&(0,t.jsx)("li",{role:"option","aria-selected":!1,className:"cursor-pointer select-none py-2 px-4 text-text-primary hover:bg-surface-raised",onMouseDown:e=>{e.preventDefault(),C(y.trim())},children:p||x({id:"add_new_tag",defaultMessage:'Add "{inputValue}"'},{inputValue:y.trim()})}),M.map(e=>(0,t.jsx)("li",{role:"option","aria-selected":!1,className:"cursor-pointer select-none py-2 px-4 text-text-primary hover:bg-surface-raised",onMouseDown:t=>{t.preventDefault(),C(e.value)},children:e.label},e.value))]})]});return h?(0,t.jsxs)(t.Fragment,{children:[O,(0,t.jsx)("div",{className:(0,n.default)("ml-4 flex items-center flex-wrap gap-5",g.length>0&&"mt-1"),children:g?.map(e=>(0,t.jsx)(s.default,{text:e,color:"slate",onClick:()=>(e=>{let t=g.indexOf(e);if(-1!==t){let e=[...g];e.splice(t,1),o(e),b(e)}})(e)},e))})]}):O}])},58971,95015,e=>{"use strict";var t=e.i(91788);let r=t.default.createContext({isAdmin:()=>!1,hasRole:()=>!1});e.s(["default",0,r],95015),e.s(["default",0,()=>(0,t.useContext)(r)],58971)},51128,e=>{"use strict";var t=e.i(91398),r=e.i(69322),n=e.i(3828),l=e.i(35793),s=e.i(76038),a=e.i(42469),o=e.i(83147),i=e.i(73319);e.s(["default",0,({children:e,onSearchChange:u,defaultSearchValue:d,showTagFilter:c=!1,availableTagOptions:f=[]})=>{let{formatMessage:m}=(0,r.useIntl)(),{query:p,push:h}=(0,n.useRouter)(),x=e=>{if((0,i.isTruthy)(e))h({query:(0,o.normalizeQuery)(p,e?.join(","),"tags")});else{let{tags:e,...t}=p;h({query:(0,o.normalizeQuery)(t)})}};return(0,t.jsxs)("div",{children:[(0,t.jsx)("div",{className:"my-3 flex flex-col gap-3",children:(0,t.jsxs)("div",{className:"flex flex-col sm:flex-row sm:items-start gap-3",children:[(0,t.jsx)("div",{className:"flex-shrink-0",children:(0,t.jsx)(l.default,{onInputChange:u,defaultValue:d})}),c&&(0,t.jsxs)("div",{className:"flex flex-col gap-2 flex-1 sm:border-l sm:border-border-default sm:pl-3",children:[(0,t.jsx)("div",{className:"max-w-xs",children:(0,t.jsx)(s.default,{buttonText:m({id:"apply",defaultMessage:"Apply"}),placeholder:m({id:"enter_tag",defaultMessage:"Enter tag..."}),tagList:p?.tags?.split(","),onChange:x,selectOptions:f,showTagsInline:!1})}),p?.tags?.split(",").filter(Boolean).length>0&&(0,t.jsx)("div",{className:"flex flex-wrap gap-2",children:p?.tags?.split(",").filter(Boolean).map(e=>(0,t.jsx)(a.default,{text:e,color:"slate",onClick:()=>{let t=p?.tags?.split(",").filter(t=>t!==e);x(t.length>0?t:null)}},e))})]})]})}),e]})}])},8918,e=>{"use strict";var t=e.i(91398),r=e.i(91788),n=e.i(56206),l=e.i(69322),s=e.i(88566),a=e.i(25575),o=e.i(3828),i=e.i(83147);let u=({onSort:e,sortDirection:r})=>r?"ASC"===r?(0,t.jsx)(a.ChevronUpIcon,{className:"ml-2 w-5 h-5 text-slate-700",onClick:e}):(0,t.jsx)(s.ChevronDownIcon,{className:"ml-2 w-5 h-5 text-slate-700",onClick:e}):(0,t.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:"ml-2 w-6 h-6",onClick:e,children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 15L12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"})});var d=e.i(2194);let c=e=>{let t=[],n=[],l=[];return r.default.Children.forEach(e.children,e=>{e?.props?.header?t.push(e):e?.props?.footer?l.push(e):n.push(e)}),{header:t,footer:l,body:n}},f=({className:e="",...s})=>{let[a,o]=(0,r.useState)(c(s)),{formatMessage:i}=(0,l.useIntl)(),u={...a,header:r.default.Children.map(a.header,e=>r.default.cloneElement(e))};return(0,r.useEffect)(()=>{o(c(s))},[s.children]),u.header.length||u.body.length?(0,t.jsxs)("table",{className:(0,n.default)("overflow-hidden my-3 flex w-full flex-row flex-nowrap divide-y divide-slate-200 dark:divide-slate-600 shadow-sm sm:rounded-lg sm:bg-white dark:bg-slate-950",e),...s,children:[(0,t.jsx)("thead",{className:"hidden sm:table-header-group bg-surface-raised text-sm text-text-secondary",children:u.header}),u.body.length?(0,t.jsx)("tbody",{className:"space-y-4 sm:space-y-0 flex-1 sm:divide-y divide-slate-200 dark:divide-slate-700 sm:bg-white dark:sm:bg-slate-800 sm:flex-none",children:u.body}):null,u.footer.length?(0,t.jsx)("tfoot",{children:u.footer}):null]}):(0,t.jsx)(d.default,{message:i({id:"data",defaultMessage:"Data"})})};f.Row=({className:e="",children:l=[],header:s=!1,enablesort:a=!1,...o})=>{let i=r.default.Children.map(l,e=>r.default?.cloneElement(e||(0,t.jsx)("span",{}),{header:s,enablesort:a}));return(0,t.jsx)("tr",{className:(0,n.default)("grid grid-cols-1 auto-rows-fr border border-border-subtle sm:border-0 rounded-md sm:mb-0 sm:table-row sm:rounded-none bg-surface sm:bg-inherit dark:sm:bg-inherit",e),...o,children:i})},f.Cell=({className:e="",header:r=!1,enablesort:l=!1,children:s,sortKey:a=null,defaultSortDirection:d=null,...c})=>{let f=(0,o.useRouter)(),m=(0,i.getSortKeys)(f.query?.sort),p=r?"th":"td";return(0,t.jsx)(p,{className:(0,n.default)(r?"px-4 py-3 text-left text-text-muted":"whitespace-nowrap px-4 py-3 text-text-muted border-b dark:border-slate-300 last:border-b-0 sm:border-b-0 text-left flex items-center sm:table-cell",e),...c,children:(0,t.jsxs)("div",{className:"flex items-center",children:[s,"th"===p&&l&&a&&(0,t.jsx)(u,{onSort:e=>{var t;let r;e.preventDefault(),((t=m[a])?"ASC"===t?"DESC":null:"ASC")||!m[a]?r={...m,[a]:"ASC"===m[a]?"DESC":"ASC"}:(delete m[a],r=m);let n=Object.entries(r).map(([e,t])=>[e,t].join("_")).join(","),{sort:l,...s}=f.query,o=Object.keys(s).map(e=>[e,s[e]].join("=")).join("&"),u=0===Object.keys(s).length?`${f.basePath}?sort=${n}`:`${f.basePath}?${o}&sort=${n}`;n?f.push(u):f.push({query:(0,i.normalizeQuery)(s)})},sortDirection:Object.keys(m).length?m[a]:d})]})})},e.s(["default",0,f],8918)},2765,e=>{"use strict";e.s(["default",0,(e=500)=>t=>{let r;return(...n)=>{let l;clearTimeout(r),r=setTimeout(()=>t.apply(l,n),e)}}])},73319,e=>{"use strict";let t=e=>"[object Object]"===Object.prototype.toString.call(e);e.s(["extractQuery",0,e=>decodeURIComponent(e||[])?.split(",")?.filter(Boolean),"isObject",0,t,"isTruthy",0,e=>!(!e||null==e||t(e)&&!Object.keys(e).length||Array.isArray(e)&&!e.length)])},83147,e=>{"use strict";let t=e=>e&&e?.split(",").reduce((e,t)=>{let[r=null,n=null]=(t||"")?.split("_")||[];return{...e,[r]:n}},null)||{};e.s(["classNames",0,(...e)=>e.filter(Boolean).join(" "),"convertSortFieldsToQueryFormat",0,e=>Object.entries(t(e))?.map(([e,t])=>({key:e,value:t})),"getInterfaceLabel",0,e=>e?.label&&e?.version?`${e.label} ${e.version}`:"","getSortKeys",0,t,"normalizeCountryISOCode",0,(e,t,r=!0)=>{if(!t)return"";try{return`${new Intl.DisplayNames([e],{type:"region"}).of(t)} ${r?`(${t})`:""}`}catch{return t}},"normalizeCurrencyISOCode",0,(e,t,r=!0)=>{if(!t)return"";try{return`${new Intl.DisplayNames([e],{type:"currency"}).of(t)} ${r?`(${t})`:""}`}catch{return t}},"normalizeLanguageISOCode",0,(e,t,r=!0)=>{if(!t)return"";try{return`${new Intl.DisplayNames([e],{type:"language"}).of(t)} ${r?`(${t})`:""}`}catch{return t}},"normalizeQuery",0,(e,t,r)=>{let n;return n=r?{...e,[r]:t}:e,Object.keys(n)?.map(e=>[e,n[e]].join("="))?.join("&")},"useFormatPrice",0,()=>({formatPrice:e=>{if(!e?.currencyCode)return"n/a";if(e?.amount===void 0||e?.amount===null)return"";let{amount:t,currencyCode:r}=e||{};return new Intl.NumberFormat(navigator.language,{style:"currency",currency:r}).format(t/100)}})])},15971,e=>{"use strict";var t=e.i(91398),r=e.i(69322);e.s(["default",0,({onOkClick:e,onCancelClick:n,okText:l=null,cancelText:s=null,headerText:a=null,message:o=null,icon:i=null,close:u=null})=>{let{formatMessage:d}=(0,r.useIntl)();return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("div",{className:"sm:flex sm:items-start",children:[i||(0,t.jsx)("div",{className:"mx-auto flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-rose-100 dark:bg-rose-900/30 sm:mx-0 sm:h-10 sm:w-10",children:(0,t.jsx)("svg",{className:"h-6 w-6 text-danger",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"})})}),(0,t.jsxs)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left",children:[(0,t.jsx)("h3",{className:"text-lg text-text-primary",id:"modal-title",children:a||d({id:"warning",defaultMessage:"Warning!"})}),(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsx)("p",{className:"text-sm text-text-muted",children:o||d({id:"are_you_sure",defaultMessage:"Are you sure?"})})})]})]}),(0,t.jsxs)("div",{className:"mt-5 sm:mt-4 sm:flex sm:flex-row-reverse",children:[(0,t.jsx)("button",{id:"danger_continue",onClick:e,type:"button",className:"inline-flex w-full justify-center rounded-md border border-transparent bg-rose-600 px-4 py-2 text-base font-medium text-white shadow-xs hover:bg-rose-700 focus:outline-hidden focus:ring-2 focus:ring-rose-500 focus:ring-offset-2 sm:ml-3 sm:w-auto sm:text-sm",children:l||d({id:"continue",defaultMessage:"Continue"})}),(0,t.jsx)("button",{id:"danger_cancel",onClick:n||u,type:"button",className:"mt-3 inline-flex w-full justify-center rounded-md border border-border-default bg-surface px-4 py-2 text-base font-medium text-text-secondary shadow-xs hover:bg-surface-raised focus:outline-hidden focus:ring-2 focus:ring-focus-ring focus:ring-offset-2 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm",children:s||d({id:"cancel",defaultMessage:"Cancel"})})]})]})}])},6607,e=>{"use strict";var t=e.i(91788),r=e.i(6444);e.s(["default",0,()=>(0,t.useContext)(r.default)])},6444,e=>{"use strict";let t=e.i(91788).default.createContext({setModal:()=>{throw Error("No ModalContext/ModalWrapper ancestor found.")}});e.s(["default",0,t])},76204,52006,50584,e=>{"use strict";var t=e.i(24669),r=e.i(91788),n=e.i(30928);function l(e){return e.catch(()=>{}),e}e.s(["preventUnhandledRejection",0,l],52006);let s=e.i(21953).canUseDOM?r.useLayoutEffect:r.useEffect;e.s(["useIsomorphicLayoutEffect",0,s],50584);var a=e.i(98926);function o(e){return{data:void 0,error:void 0,called:!1,loading:!1,client:e}}e.s(["useMutation",0,function(e,i){let u=(0,a.useApolloClient)(i?.client),[d,c]=r.useState(()=>o(u)),f=r.useRef({result:d,mutationId:0,isMounted:!0,client:u,mutation:e,options:i});s(()=>{Object.assign(f.current,{client:u,options:i,mutation:e})});let m=r.useCallback((e={})=>{let{options:r,mutation:s}=f.current,a={...r,mutation:s},o=e.client||f.current.client,i="function"==typeof e.context?e.context(r?.context):e.context;!f.current.result.loading&&f.current.isMounted&&c(f.current.result={loading:!0,error:void 0,data:void 0,called:!0,client:o});let u=++f.current.mutationId,d=(0,n.mergeOptions)(a,{...e,context:i});return l(o.mutate(d).then(r=>{let{data:n,error:l}=r,s=e.onError||f.current.options?.onError;if(l&&s&&s(l,d),u===f.current.mutationId){let e={called:!0,loading:!1,data:n,error:l,client:o};f.current.isMounted&&!(0,t.equal)(f.current.result,e)&&c(f.current.result=e)}let a=e.onCompleted||f.current.options?.onCompleted;return l||a?.(r.data,d),r},r=>{if(u===f.current.mutationId&&f.current.isMounted){let e={loading:!1,error:r,data:void 0,called:!0,client:o};(0,t.equal)(f.current.result,e)||c(f.current.result=e)}let n=e.onError||f.current.options?.onError;throw n&&n(r,d),r}))},[]),p=r.useCallback(()=>{if(f.current.isMounted){let e=o(f.current.client);Object.assign(f.current,{mutationId:0,result:e}),c(e)}},[]);return r.useEffect(()=>{let e=f.current;return e.isMounted=!0,()=>{e.isMounted=!1}},[]),[m,{reset:p,...d}]}],76204)},21953,e=>{"use strict";let t="function"==typeof(0,e.i(22420).maybe)(()=>window.document.createElement);e.s(["canUseDOM",0,t])},30928,51104,e=>{"use strict";function t(...e){let r={};return e.forEach(e=>{e&&Reflect.ownKeys(e).forEach(t=>{let n=e[t];void 0!==n&&(r[t]=n)})}),r}e.s(["compact",0,t],51104),e.s(["mergeOptions",0,function(e,r){return t(e,r,r.variables&&{variables:t({...e&&e.variables,...r.variables})})}],30928)},88566,25575,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...n},l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:l,"aria-labelledby":r},n),e?t.createElement("title",{id:r},e):null,t.createElement("path",{fillRule:"evenodd",d:"M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}))});e.s(["ChevronDownIcon",0,r],88566);let n=t.forwardRef(function({title:e,titleId:r,...n},l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:l,"aria-labelledby":r},n),e?t.createElement("title",{id:r},e):null,t.createElement("path",{fillRule:"evenodd",d:"M9.47 6.47a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 1 1-1.06 1.06L10 8.06l-3.72 3.72a.75.75 0 0 1-1.06-1.06l4.25-4.25Z",clipRule:"evenodd"}))});e.s(["ChevronUpIcon",0,n],25575)},92802,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...n},l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:l,"aria-labelledby":r},n),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18.364 18.364A9 9 0 0 0 5.636 5.636m12.728 12.728A9 9 0 0 1 5.636 5.636m12.728 12.728L5.636 5.636"}))});e.s(["default",0,r])},84985,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...n},l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:l,"aria-labelledby":r},n),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"}))});e.s(["default",0,r])},37369,e=>{"use strict";var t=e.i(84985);e.s(["PlusIcon",()=>t.default])},30999,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...n},l){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:l,"aria-labelledby":r},n),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18 18 6M6 6l12 12"}))});e.s(["default",0,r])},24608,e=>{"use strict";var t=e.i(30999);e.s(["XMarkIcon",()=>t.default])},24669,e=>{"use strict";let{toString:t,hasOwnProperty:r}=Object.prototype,n=Function.prototype.toString,l=new Map;function s(e){return Object.keys(e).filter(a,e)}function a(e){return void 0!==this[e]}function o(e,t){let r=l.get(e);if(r){if(r.has(t))return!0}else l.set(e,r=new Set);return r.add(t),!1}e.s(["equal",0,function(e,a){try{return function e(l,a){if(l===a)return!0;let i=t.call(l);if(i!==t.call(a))return!1;switch(i){case"[object Array]":if(l.length!==a.length)break;case"[object Object]":{if(o(l,a))return!0;let t=s(l),n=s(a),i=t.length;if(i!==n.length)return!1;for(let e=0;e<i;++e)if(!r.call(a,t[e]))return!1;for(let r=0;r<i;++r){let n=t[r];if(!e(l[n],a[n]))return!1}return!0}case"[object Error]":return l.name===a.name&&l.message===a.message;case"[object Number]":if(l!=l)return a!=a;case"[object Boolean]":case"[object Date]":return+l==+a;case"[object RegExp]":case"[object String]":return l==`${a}`;case"[object Map]":case"[object Set]":{if(l.size!==a.size)return!1;if(o(l,a))return!0;let t=l.entries(),r="[object Map]"===i;for(;;){let n=t.next();if(n.done)break;let[l,s]=n.value;if(!a.has(l)||r&&!e(s,a.get(l)))return!1}return!0}case"[object Uint16Array]":case"[object Uint8Array]":case"[object Uint32Array]":case"[object Int32Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object ArrayBuffer]":l=new Uint8Array(l),a=new Uint8Array(a);case"[object DataView]":{let e=l.byteLength;if(e===a.byteLength)for(;e--&&l[e]===a[e];);return -1===e}case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":{var u,d;let e,t=n.call(l);if(t!==n.call(a))return!1;return u=t,d="{ [native code] }",!((e=u.length-d.length)>=0)||u.indexOf(d,e)!==e}}return!1}(e,a)}finally{l.clear()}}])},9356,e=>{"use strict";var t=e.i(35113);e.s(["isValid",0,function(e){return!(!(e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e))&&"number"!=typeof e||isNaN(+(0,t.toDate)(e)))}],9356)},49543,e=>{"use strict";var t=e.i(35113);e.s(["startOfDay",0,function(e,r){let n=(0,t.toDate)(e,r?.in);return n.setHours(0,0,0,0),n}])},35113,2848,98170,e=>{"use strict";let t=Symbol.for("constructDateFrom");function r(e,r){return"function"==typeof e?e(r):e&&"object"==typeof e&&t in e?e[t](r):e instanceof Date?new e.constructor(r):new Date(r)}e.s(["constructFromSymbol",0,t,"millisecondsInDay",0,864e5,"millisecondsInHour",0,36e5,"millisecondsInMinute",0,6e4,"millisecondsInWeek",0,6048e5,"minutesInDay",0,1440,"minutesInMonth",0,43200,"minutesInYear",0,525600],2848),e.s(["constructFrom",0,r],98170),e.s(["toDate",0,function(e,t){return r(t||e,e)}],35113)},54471,(e,t,r)=>{"use strict";function n(e,t,r,n){return!1}e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getDomainLocale",{enumerable:!0,get:function(){return n}}),e.r(70090),("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},39149,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return C},useLinkStatus:function(){return k}};for(var l in n)Object.defineProperty(r,l,{enumerable:!0,get:n[l]});let s=e.r(71650),a=e.r(91398),o=s._(e.r(91788)),i=e.r(60472),u=e.r(71112),d=e.r(28169),c=e.r(89129),f=e.r(14862),m=e.r(25479),p=e.r(71914),h=e.r(54471),x=e.r(44113),g=e.r(63230),b=new Set;function y(e,t,r,n){if(!("u"<typeof window)&&(0,u.isLocalURL)(t)){if(!n.bypassPrefetchedCheck){let l=t+"%"+r+"%"+(void 0!==n.locale?n.locale:"locale"in e?e.locale:void 0);if(b.has(l))return;b.add(l)}e.prefetch(t,r,n).catch(e=>{})}}function v(e){return"string"==typeof e?e:(0,d.formatUrl)(e)}let j=o.default.forwardRef(function(e,t){let r,n,{href:l,as:s,children:d,prefetch:b=null,passHref:j,replace:w,shallow:k,scroll:C,locale:M,onClick:N,onNavigate:O,onMouseEnter:_,onTouchStart:I,legacyBehavior:E=!1,transitionTypes:S,...L}=e;r=d,E&&("string"==typeof r||"number"==typeof r)&&(r=(0,a.jsx)("a",{children:r}));let A=o.default.useContext(m.RouterContext),R=!1!==b,{href:D,as:P}=o.default.useMemo(()=>{if(!A){let e=v(l);return{href:e,as:s?v(s):e}}let[e,t]=(0,i.resolveHref)(A,l,!0);return{href:e,as:s?(0,i.resolveHref)(A,s):t||e}},[A,l,s]),U=o.default.useRef(D),F=o.default.useRef(P);E&&(n=o.default.Children.only(r));let B=E?n&&"object"==typeof n&&n.ref:t,[$,T,z]=(0,p.useIntersection)({rootMargin:"200px"}),q=o.default.useCallback(e=>{(F.current!==P||U.current!==D)&&(z(),F.current=P,U.current=D),$(e)},[P,D,z,$]),K=(0,g.useMergedRef)(q,B);o.default.useEffect(()=>{!A||T&&R&&y(A,D,P,{bypassPrefetchedCheck:!1,locale:M})},[P,D,T,M,R,A?.locale,A]);let H={ref:K,onClick(e){E||"function"!=typeof N||N(e),E&&n.props&&"function"==typeof n.props.onClick&&n.props.onClick(e),!A||e.defaultPrevented||function(e,t,r,n,l,s,a,o,i){let d,{nodeName:c}=e.currentTarget;if(!("A"===c.toUpperCase()&&((d=e.currentTarget.getAttribute("target"))&&"_self"!==d||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which)||e.currentTarget.hasAttribute("download"))){if(!(0,u.isLocalURL)(r)){l&&(e.preventDefault(),location.replace(r));return}e.preventDefault(),(()=>{if(i){let e=!1;if(i({preventDefault:()=>{e=!0}}),e)return}let e=a??!0;"beforePopState"in t?t[l?"replace":"push"](r,n,{shallow:s,locale:o,scroll:e}):t[l?"replace":"push"](n||r,{scroll:e})})()}}(e,A,D,P,w,k,C,M,O)},onMouseEnter(e){E||"function"!=typeof _||_(e),E&&n.props&&"function"==typeof n.props.onMouseEnter&&n.props.onMouseEnter(e),A&&y(A,D,P,{locale:M,priority:!0,bypassPrefetchedCheck:!0})},onTouchStart:function(e){E||"function"!=typeof I||I(e),E&&n.props&&"function"==typeof n.props.onTouchStart&&n.props.onTouchStart(e),A&&y(A,D,P,{locale:M,priority:!0,bypassPrefetchedCheck:!0})}};if((0,c.isAbsoluteUrl)(P))H.href=P;else if(!E||j||"a"===n.type&&!("href"in n.props)){let e=void 0!==M?M:A?.locale;H.href=A?.isLocaleDomain&&(0,h.getDomainLocale)(P,e,A?.locales,A?.domainLocales)||(0,x.addBasePath)((0,f.addLocale)(P,e,A?.defaultLocale))}return E?o.default.cloneElement(n,H):(0,a.jsx)("a",{...L,...H,children:r})}),w=(0,o.createContext)({pending:!1}),k=()=>(0,o.useContext)(w),C=j;("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},41158,(e,t,r)=>{t.exports=e.r(39149)},71914,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useIntersection",{enumerable:!0,get:function(){return i}});let n=e.r(91788),l=e.r(99604),s="function"==typeof IntersectionObserver,a=new Map,o=[];function i({rootRef:e,rootMargin:t,disabled:r}){let u=r||!s,[d,c]=(0,n.useState)(!1),f=(0,n.useRef)(null),m=(0,n.useCallback)(e=>{f.current=e},[]);return(0,n.useEffect)(()=>{if(s){if(u||d)return;let r=f.current;if(r&&r.tagName)return function(e,t,r){let{id:n,observer:l,elements:s}=function(e){let t,r={root:e.root||null,margin:e.rootMargin||""},n=o.find(e=>e.root===r.root&&e.margin===r.margin);if(n&&(t=a.get(n)))return t;let l=new Map;return t={id:r,observer:new IntersectionObserver(e=>{e.forEach(e=>{let t=l.get(e.target),r=e.isIntersecting||e.intersectionRatio>0;t&&r&&t(r)})},e),elements:l},o.push(r),a.set(r,t),t}(r);return s.set(e,t),l.observe(e),function(){if(s.delete(e),l.unobserve(e),0===s.size){l.disconnect(),a.delete(n);let e=o.findIndex(e=>e.root===n.root&&e.margin===n.margin);e>-1&&o.splice(e,1)}}}(r,e=>e&&c(e),{root:e?.current,rootMargin:t})}else if(!d){let e=(0,l.requestIdleCallback)(()=>c(!0));return()=>(0,l.cancelIdleCallback)(e)}},[u,t,e,d,f.current]),[m,d,(0,n.useCallback)(()=>{c(!1)},[])]}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},63230,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return l}});let n=e.r(91788);function l(e,t){let r=(0,n.useRef)(null),l=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=l.current;t&&(l.current=null,t())}else e&&(r.current=s(e,n)),t&&(l.current=s(t,n))},[e,t])}function s(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},80963,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return h},defaultHead:function(){return c}};for(var l in n)Object.defineProperty(r,l,{enumerable:!0,get:n[l]});let s=e.r(31640),a=e.r(71650),o=e.r(91398),i=a._(e.r(91788)),u=s._(e.r(94941)),d=e.r(13584);function c(){return[(0,o.jsx)("meta",{charSet:"utf-8"},"charset"),(0,o.jsx)("meta",{name:"viewport",content:"width=device-width"},"viewport")]}function f(e,t){return"string"==typeof t||"number"==typeof t?e:t.type===i.default.Fragment?e.concat(i.default.Children.toArray(t.props.children).reduce((e,t)=>"string"==typeof t||"number"==typeof t?e:e.concat(t),[])):e.concat(t)}let m=["name","httpEquiv","charSet","itemProp"];function p(e){let t,r,n,l;return e.reduce(f,[]).reverse().concat(c().reverse()).filter((t=new Set,r=new Set,n=new Set,l={},e=>{let s=!0,a=!1;if(e.key&&"number"!=typeof e.key&&e.key.indexOf("$")>0){a=!0;let r=e.key.slice(e.key.indexOf("$")+1);t.has(r)?s=!1:t.add(r)}switch(e.type){case"title":case"base":r.has(e.type)?s=!1:r.add(e.type);break;case"meta":for(let t=0,r=m.length;t<r;t++){let r=m[t];if(e.props.hasOwnProperty(r))if("charSet"===r)n.has(r)?s=!1:n.add(r);else{let t=e.props[r],n=l[r]||new Set;("name"!==r||!a)&&n.has(t)?s=!1:(n.add(t),l[r]=n)}}}return s})).reverse().map((e,t)=>{let r=e.key||t;return i.default.cloneElement(e,{key:r})})}let h=function({children:e}){let t=(0,i.useContext)(d.HeadManagerContext);return(0,o.jsx)(u.default,{reduceComponentsToState:p,headManager:t,children:e})};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},94941,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return o}});let n=e.r(91788),l="u"<typeof window,s=l?()=>{}:n.useLayoutEffect,a=l?()=>{}:n.useEffect;function o(e){let{headManager:t,reduceComponentsToState:r}=e;function o(){if(t&&t.mountedInstances){let e=n.Children.toArray(Array.from(t.mountedInstances).filter(Boolean));t.updateHead(r(e))}}return l&&(t?.mountedInstances?.add(e.children),o()),s(()=>(t?.mountedInstances?.add(e.children),()=>{t?.mountedInstances?.delete(e.children)})),s(()=>(t&&(t._pendingUpdate=o),()=>{t&&(t._pendingUpdate=o)})),a(()=>(t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null),()=>{t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null)})),null}},5205,(e,t,r)=>{t.exports=e.r(80963)}]);
@@ -0,0 +1,233 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,50595,e=>{"use strict";var t=e.i(91398),r=e.i(41158),n=e.i(3828),a=e.i(69322);e.s(["default",0,({routeName:e=null,currentPageTitle:o=null,depth:s=null})=>{let i=(0,n.useRouter)(),{formatMessage:l}=(0,a.useIntl)(),u={home:"home",products:"products",orders:"orders",users:"users",assortments:"assortments",filters:"filters",tokens:"tokens",quotations:"quotations",enrollments:"enrollments",activities:"activities",works:"work_queue",events:"events",currency:"currencies",country:"countries",language:"languages","delivery-provider":"delivery_providers","payment-provider":"payment_providers","warehousing-provider":"warehousing_provider",system:"system",account:"account",new:"new",edit:"edit"},c=i.asPath?.split("/")?.filter((e,t)=>i.asPath?.split("/")?.indexOf(e)===t);if(1===c.length)return null;let d="";s&&c.splice(s),e&&(c[c.length-1]=e);let f=c?.map(t=>{if(d+=`${t}/`,!t)return{name:l({id:"home",defaultMessage:"Home"}),path:"/"};let r=t?.split("?")[0],n=e?r:r.replace(/-/g," "),a=u[r];return{name:a?l({id:a,defaultMessage:n}):decodeURIComponent(n),path:d.replace(/.$/,"")}});return(0,t.jsx)("nav",{className:"mb-5 hidden sm:flex lg:mt-5 lg:mb-8","aria-label":"Breadcrumb",children:(0,t.jsx)("ol",{className:"flex items-center space-x-4",children:f?.map((e,n)=>(0,t.jsx)("li",{children:(0,t.jsxs)("div",{className:"flex items-center",children:[0!==n&&(0,t.jsx)("svg",{className:"mr-4 h-5 w-5 shrink-0 text-slate-400",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z",clipRule:"evenodd"})}),(0,t.jsx)(r.default,{href:e.path,className:"text-sm font-medium capitalize text-text-muted dark:hover:text-slate-300 hover:text-slate-700 focus:outline-hidden focus:ring-2 focus:ring-focus-ring rounded-md px-1 py-1",children:n===f.length-1&&o?o:e.name})]})},e.path))})})}])},21623,e=>{"use strict";var t=e.i(91398),r=e.i(56206);e.s(["default",0,({text:e,children:n,onClick:a,className:o="",disabled:s=!1,id:i="",variant:l="primary",size:u="md",type:c="button",loading:d=!1,icon:f,iconRight:p,fullWidth:g=!1,rounded:m="md",ariaLabel:y,...b})=>{let h=n||e,v=(f||p)&&h?"gap-2":"";return(0,t.jsx)("button",{id:i,type:c,disabled:s||d,onClick:a,"aria-label":y,className:(0,r.default)("inline-flex items-center justify-center font-medium shadow-xs focus:outline-hidden focus:ring-2 focus:ring-offset-2 transition-colors duration-200 disabled:cursor-not-allowed disabled:opacity-50",{xs:"px-2.5 py-1.5 text-xs h-6",sm:"px-3 py-2 text-sm h-8",md:"px-4 py-2 text-sm h-9",lg:"px-6 py-3 text-base h-11"}[u],{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}[m],{primary:"border border-accent bg-accent text-text-on-accent hover:bg-accent-hover focus:ring-focus-ring",secondary:"border border-border-default bg-surface text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",tertiary:"border border-border-subtle bg-surface text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",quaternary:"bg-transparent text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",danger:"border border-danger bg-surface text-danger hover:bg-rose-50 dark:hover:bg-rose-900/10 focus:ring-rose-500",ghost:"bg-transparent border border-transparent text-text-secondary hover:text-text-primary hover:bg-surface-raised focus:ring-focus-ring",success:"border border-emerald-500 dark:border-emerald-400 bg-emerald-50 dark:bg-emerald-900/20 text-emerald-600 dark:text-emerald-400 hover:bg-emerald-100 dark:hover:bg-emerald-900/30 focus:ring-emerald-500",neutral:"border border-border-default bg-surface-raised text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",input:"border border-border-default bg-surface text-text-primary hover:border-slate-400 dark:hover:border-slate-500 focus:ring-focus-ring focus:border-slate-500"}[l],v,{"w-full":g},o),...b,children:d?(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)("div",{className:"w-4 h-4 border-2 border-current border-t-transparent rounded-full animate-spin"}),h]}):(0,t.jsxs)(t.Fragment,{children:[f,h,p]})})}])},25327,e=>{"use strict";var t=e.i(91398),r=e.i(5205),n=e.i(41158),a=e.i(69322),o=e.i(37369),s=e.i(21623);e.s(["default",0,({headerText:e=null,onEdit:i=null,onDelete:l=null,children:u=null,title:c=null,addPath:d=null,addButtonText:f=null})=>{let{formatMessage:p}=(0,a.useIntl)();return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(r.default,{children:(0,t.jsxs)("title",{children:["Unchained AdminUI - ",c||e," "]})}),(0,t.jsx)("div",{className:"flex gap-3 flex-wrap items-center justify-between",children:(0,t.jsxs)("div",{className:"flex items-center flex-wrap justify-between w-full gap-4",children:[e&&(0,t.jsx)("h2",{className:"text-2xl font-medium text-slate-900 dark:text-slate-300 sm:truncate sm:text-3xl lg:text-4xl",children:e}),(0,t.jsxs)("div",{className:"flex items-center gap-3 flex-shrink-0",children:[u,d&&(0,t.jsx)(n.default,{href:d,children:(0,t.jsx)(s.default,{variant:"secondary",icon:(0,t.jsx)(o.PlusIcon,{className:"h-5 w-5"}),text:f||p({id:"add",defaultMessage:"Add"})})}),i&&(0,t.jsx)(s.default,{variant:"secondary",onClick:i,text:p({id:"edit",defaultMessage:"Edit"})}),l&&(0,t.jsx)(s.default,{variant:"danger",onClick:l,text:p({id:"delete",defaultMessage:"Delete"})})]})]})})]})}])},58971,95015,e=>{"use strict";var t=e.i(91788);let r=t.default.createContext({isAdmin:()=>!1,hasRole:()=>!1});e.s(["default",0,r],95015),e.s(["default",0,()=>(0,t.useContext)(r)],58971)},73298,2228,e=>{"use strict";var t=e.i(59080);let r=t.gql`
2
+ fragment MD5MetaDataFragment on WebAuthnMDSv3Metadata {
3
+ legalHeader
4
+ description
5
+ authenticatorVersion
6
+ protocolFamily
7
+ schema
8
+ authenticationAlgorithms
9
+ publicKeyAlgAndEncodings
10
+ attestationTypes
11
+ keyProtection
12
+ upv
13
+ tcDisplay
14
+ authenticationAlgorithms
15
+ publicKeyAlgAndEncodings
16
+ icon
17
+ authenticatorGetInfo
18
+ }
19
+ `;e.s(["default",0,r],2228);let n=t.gql`
20
+ fragment UserFragment on User {
21
+ _id
22
+ lastBillingAddress {
23
+ firstName
24
+ lastName
25
+ company
26
+ addressLine
27
+ addressLine2
28
+ postalCode
29
+ countryCode
30
+ regionCode
31
+ city
32
+ }
33
+ lastContact {
34
+ emailAddress
35
+ telNumber
36
+ }
37
+ lastLogin {
38
+ countryCode
39
+ locale
40
+ remoteAddress
41
+ remotePort
42
+ timestamp
43
+ userAgent
44
+ }
45
+ avatar {
46
+ _id
47
+ name
48
+ size
49
+ type
50
+ url
51
+ }
52
+ allowedActions
53
+ paymentCredentials {
54
+ _id
55
+ isValid
56
+ isPreferred
57
+ paymentProvider {
58
+ _id
59
+ type
60
+ interface {
61
+ _id
62
+ label
63
+ version
64
+ }
65
+ }
66
+ }
67
+ emails {
68
+ verified
69
+ address
70
+ }
71
+ web3Addresses {
72
+ address
73
+ nonce
74
+ verified
75
+ }
76
+ webAuthnCredentials {
77
+ _id
78
+ created
79
+ aaguid
80
+ counter
81
+ mdsMetadata {
82
+ ...MD5MetaDataFragment
83
+ }
84
+ }
85
+ profile {
86
+ displayName
87
+ phoneMobile
88
+ gender
89
+ address {
90
+ firstName
91
+ lastName
92
+ company
93
+ addressLine
94
+ addressLine2
95
+ postalCode
96
+ countryCode
97
+ regionCode
98
+ city
99
+ }
100
+ birthday
101
+ }
102
+ username
103
+ primaryEmail {
104
+ verified
105
+ address
106
+ }
107
+ isGuest
108
+ isInitialPassword
109
+ name
110
+ roles
111
+ tags
112
+ deleted
113
+ cart {
114
+ _id
115
+ items {
116
+ _id
117
+ }
118
+ }
119
+ orders {
120
+ _id
121
+ items {
122
+ _id
123
+ }
124
+ }
125
+ }
126
+ ${r}
127
+ `;e.s(["default",0,n],73298)},51870,e=>{"use strict";var t=e.i(59080),r=e.i(32171),n=e.i(70693),a=e.i(73298);e.s(["default",0,e=>{let{customProperties:o,hydrateFragment:s}=(0,n.default)(),{data:i,loading:l,error:u}=(0,r.useQuery)(((e="")=>t.gql`
128
+ query CurrentUser {
129
+ me {
130
+ ...UserFragment
131
+ ${e}
132
+ }
133
+ }
134
+ ${a.default}
135
+ `)(o?.User)),c=i?.me,d=s(o?.User,c||null);return{currentUser:c,loading:l,error:u,extendedData:d}}])},5505,e=>{"use strict";var t=e.i(91398),r=e.i(91788),n=e.i(56206);let a=(0,r.createContext)(!1);e.s(["FormWrapperContext",0,a,"default",0,({children:e,className:r=""})=>(0,t.jsx)(a.Provider,{value:!0,children:(0,t.jsx)("div",{className:"sm:max-w-full",children:(0,t.jsx)("div",{className:(0,n.default)("bg-surface rounded-md shadow-sm overflow-hidden",r),children:e})})})])},57561,48539,55989,e=>{"use strict";var t=e.i(91788),r=e.i(91398),n=e.i(69322),a=e.i(51713),o=e.i(98520),s=e.i(59080),i=e.i(32171);let l=s.gql`
136
+ query ShopInfo {
137
+ shopInfo {
138
+ _id
139
+ version
140
+ language {
141
+ _id
142
+ isoCode
143
+ name
144
+ }
145
+ country {
146
+ _id
147
+ isoCode
148
+ flagEmoji
149
+ name
150
+ defaultCurrency {
151
+ _id
152
+ isoCode
153
+ }
154
+ }
155
+ adminUiConfig {
156
+ singleSignOnURL
157
+ externalLinks {
158
+ href
159
+ title
160
+ target
161
+ }
162
+ customProperties {
163
+ entityName
164
+ inlineFragment
165
+ }
166
+ productTags
167
+ assortmentTags
168
+ userTags
169
+ }
170
+ }
171
+ }
172
+ `,u=()=>{let{data:e,loading:t,error:r}=(0,i.useQuery)(l,{fetchPolicy:"cache-first"}),{shopInfo:n}=e||{};return{shopInfo:n,defaultLocale:[n?.language?.isoCode,n?.country?.isoCode?.toUpperCase()].filter(Boolean)?.join("-"),loading:t,error:r}};e.s(["default",0,u],48539);var c=e.i(79684),d=e.i(51870);let f=(0,t.createContext)(void 0);e.s(["AppContextWrapper",0,({children:e,onlyFull:s=!1})=>{let i,{currentUser:l}=(0,d.default)(),p=!!l?._id&&!l?.isGuest,{languages:g}=(0,a.default)({skip:!p}),{locale:m}=(0,n.useIntl)(),[y,b]=(0,c.default)("selectedLocale",null),{shopInfo:h,loading:v}=u(),{countries:x}=(0,o.default)({skip:!p}),[j,C]=(0,t.useState)(m),w=e=>{b(e),C(e)};(0,t.useEffect)(()=>{y?C(y):v||w(`${h?.language?.isoCode}-${h?.country?.isoCode?.toUpperCase()}`)},[h,v,m]);let _=(i=[],g.forEach(({_id:e,isoCode:t})=>{i.push({_id:e,isoCode:t}),x.forEach(({isoCode:r,_id:n})=>{let a=[t,r.toUpperCase()].join("-");(e=>{try{return new Intl.DateTimeFormat(e).resolvedOptions().locale.toLowerCase()===e.toLowerCase()}catch(e){return!1}})(a)&&i.push({_id:`${n}-${e}`,isoCode:a})})}),i).filter(e=>!s||e.isoCode.includes("-")),M=!!h?.language&&!!h?.country;return(0,r.jsx)(f.Provider,{value:{selectedLocale:j,setSelectedLocale:w,languageDialectList:_,isSystemReady:M,shopInfo:h},children:e})},"default",0,f],55989),e.s(["default",0,()=>{let e=(0,t.useContext)(f);if(!e)throw Error("useLocale must be used within a LocaleProvider");return e}],57561)},79684,e=>{"use strict";var t=e.i(91788);e.s(["default",0,(e,r)=>{let[n,a]=(0,t.useState)(()=>{try{if(window.localStorage){let t=window.localStorage.getItem(e);return t?JSON.parse(t):r}return r}catch(e){return r}});return[n,t=>{try{if(window.localStorage){let r=t instanceof Function?t(n):t;a(r),window.localStorage.setItem(e,JSON.stringify(r))}else console.error("localStorage is not available")}catch(e){console.error(e)}}]}])},73319,e=>{"use strict";let t=e=>"[object Object]"===Object.prototype.toString.call(e);e.s(["extractQuery",0,e=>decodeURIComponent(e||[])?.split(",")?.filter(Boolean),"isObject",0,t,"isTruthy",0,e=>!(!e||null==e||t(e)&&!Object.keys(e).length||Array.isArray(e)&&!e.length)])},77846,e=>{"use strict";var t=e.i(59080);let r=t.gql`
173
+ fragment CountryFragment on Country {
174
+ _id
175
+ isoCode
176
+ isActive
177
+ isBase
178
+
179
+ defaultCurrency {
180
+ _id
181
+ isoCode
182
+ }
183
+ }
184
+ `;e.s(["default",0,r])},98520,e=>{"use strict";var t=e.i(59080),r=e.i(32171),n=e.i(77846);let a=t.gql`
185
+ query Countries(
186
+ $queryString: String
187
+ $limit: Int
188
+ $offset: Int
189
+ $includeInactive: Boolean
190
+ $sort: [SortOptionInput!]
191
+ ) {
192
+ countries(
193
+ queryString: $queryString
194
+ limit: $limit
195
+ offset: $offset
196
+ includeInactive: $includeInactive
197
+ sort: $sort
198
+ ) {
199
+ ...CountryFragment
200
+ }
201
+ countriesCount(includeInactive: $includeInactive, queryString: $queryString)
202
+ }
203
+
204
+ ${n.default}
205
+ `;e.s(["default",0,({queryString:e="",limit:t=20,offset:n=0,includeInactive:o=!0,sort:s=[],skip:i=!1}={})=>{let{data:l,loading:u,error:c,fetchMore:d}=(0,r.useQuery)(a,{variables:{queryString:e,limit:t,offset:n,includeInactive:o,sort:s},errorPolicy:"all",skip:i}),f=l?.countries||[],p=l?.countriesCount,g=f?.length<p;return{countries:f,countriesCount:p,hasMore:g,loading:u,error:c,loadMore:()=>{d({variables:{offset:f?.length}})}}}])},95064,e=>{"use strict";var t=e.i(59080);let r=t.gql`
206
+ fragment LanguageFragment on Language {
207
+ _id
208
+ isoCode
209
+ isActive
210
+ isBase
211
+ name
212
+ }
213
+ `;e.s(["default",0,r])},51713,e=>{"use strict";var t=e.i(59080),r=e.i(32171),n=e.i(95064);let a=t.gql`
214
+ query Languages(
215
+ $queryString: String
216
+ $offset: Int
217
+ $limit: Int
218
+ $includeInactive: Boolean
219
+ $sort: [SortOptionInput!]
220
+ ) {
221
+ languages(
222
+ queryString: $queryString
223
+ offset: $offset
224
+ limit: $limit
225
+ includeInactive: $includeInactive
226
+ sort: $sort
227
+ ) {
228
+ ...LanguageFragment
229
+ }
230
+ languagesCount(includeInactive: $includeInactive, queryString: $queryString)
231
+ }
232
+ ${n.default}
233
+ `;e.s(["default",0,({queryString:e="",limit:t=20,offset:n=0,includeInactive:o=!0,sort:s=[],skip:i=!1}={})=>{let{data:l,loading:u,error:c,fetchMore:d}=(0,r.useQuery)(a,{variables:{queryString:e,limit:t,offset:n,includeInactive:o,sort:s},errorPolicy:"all",skip:i}),f=l?.languages||[],p=l?.languagesCount,g=f?.length<p;return{languages:f,languagesCount:p,hasMore:g,loading:u,error:c,loadMore:()=>{d({variables:{offset:f?.length}})}}}])},76204,52006,50584,e=>{"use strict";var t=e.i(24669),r=e.i(91788),n=e.i(30928);function a(e){return e.catch(()=>{}),e}e.s(["preventUnhandledRejection",0,a],52006);let o=e.i(21953).canUseDOM?r.useLayoutEffect:r.useEffect;e.s(["useIsomorphicLayoutEffect",0,o],50584);var s=e.i(98926);function i(e){return{data:void 0,error:void 0,called:!1,loading:!1,client:e}}e.s(["useMutation",0,function(e,l){let u=(0,s.useApolloClient)(l?.client),[c,d]=r.useState(()=>i(u)),f=r.useRef({result:c,mutationId:0,isMounted:!0,client:u,mutation:e,options:l});o(()=>{Object.assign(f.current,{client:u,options:l,mutation:e})});let p=r.useCallback((e={})=>{let{options:r,mutation:o}=f.current,s={...r,mutation:o},i=e.client||f.current.client,l="function"==typeof e.context?e.context(r?.context):e.context;!f.current.result.loading&&f.current.isMounted&&d(f.current.result={loading:!0,error:void 0,data:void 0,called:!0,client:i});let u=++f.current.mutationId,c=(0,n.mergeOptions)(s,{...e,context:l});return a(i.mutate(c).then(r=>{let{data:n,error:a}=r,o=e.onError||f.current.options?.onError;if(a&&o&&o(a,c),u===f.current.mutationId){let e={called:!0,loading:!1,data:n,error:a,client:i};f.current.isMounted&&!(0,t.equal)(f.current.result,e)&&d(f.current.result=e)}let s=e.onCompleted||f.current.options?.onCompleted;return a||s?.(r.data,c),r},r=>{if(u===f.current.mutationId&&f.current.isMounted){let e={loading:!1,error:r,data:void 0,called:!0,client:i};(0,t.equal)(f.current.result,e)||d(f.current.result=e)}let n=e.onError||f.current.options?.onError;throw n&&n(r,c),r}))},[]),g=r.useCallback(()=>{if(f.current.isMounted){let e=i(f.current.client);Object.assign(f.current,{mutationId:0,result:e}),d(e)}},[]);return r.useEffect(()=>{let e=f.current;return e.isMounted=!0,()=>{e.isMounted=!1}},[]),[p,{reset:g,...c}]}],76204)},21953,e=>{"use strict";let t="function"==typeof(0,e.i(22420).maybe)(()=>window.document.createElement);e.s(["canUseDOM",0,t])},30928,51104,e=>{"use strict";function t(...e){let r={};return e.forEach(e=>{e&&Reflect.ownKeys(e).forEach(t=>{let n=e[t];void 0!==n&&(r[t]=n)})}),r}e.s(["compact",0,t],51104),e.s(["mergeOptions",0,function(e,r){return t(e,r,r.variables&&{variables:t({...e&&e.variables,...r.variables})})}],30928)},84985,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...n},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},n),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"}))});e.s(["default",0,r])},37369,e=>{"use strict";var t=e.i(84985);e.s(["PlusIcon",()=>t.default])},24669,e=>{"use strict";let{toString:t,hasOwnProperty:r}=Object.prototype,n=Function.prototype.toString,a=new Map;function o(e){return Object.keys(e).filter(s,e)}function s(e){return void 0!==this[e]}function i(e,t){let r=a.get(e);if(r){if(r.has(t))return!0}else a.set(e,r=new Set);return r.add(t),!1}e.s(["equal",0,function(e,s){try{return function e(a,s){if(a===s)return!0;let l=t.call(a);if(l!==t.call(s))return!1;switch(l){case"[object Array]":if(a.length!==s.length)break;case"[object Object]":{if(i(a,s))return!0;let t=o(a),n=o(s),l=t.length;if(l!==n.length)return!1;for(let e=0;e<l;++e)if(!r.call(s,t[e]))return!1;for(let r=0;r<l;++r){let n=t[r];if(!e(a[n],s[n]))return!1}return!0}case"[object Error]":return a.name===s.name&&a.message===s.message;case"[object Number]":if(a!=a)return s!=s;case"[object Boolean]":case"[object Date]":return+a==+s;case"[object RegExp]":case"[object String]":return a==`${s}`;case"[object Map]":case"[object Set]":{if(a.size!==s.size)return!1;if(i(a,s))return!0;let t=a.entries(),r="[object Map]"===l;for(;;){let n=t.next();if(n.done)break;let[a,o]=n.value;if(!s.has(a)||r&&!e(o,s.get(a)))return!1}return!0}case"[object Uint16Array]":case"[object Uint8Array]":case"[object Uint32Array]":case"[object Int32Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object ArrayBuffer]":a=new Uint8Array(a),s=new Uint8Array(s);case"[object DataView]":{let e=a.byteLength;if(e===s.byteLength)for(;e--&&a[e]===s[e];);return -1===e}case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":{var u,c;let e,t=n.call(a);if(t!==n.call(s))return!1;return u=t,c="{ [native code] }",!((e=u.length-c.length)>=0)||u.indexOf(c,e)!==e}}return!1}(e,s)}finally{a.clear()}}])},9356,e=>{"use strict";var t=e.i(35113);e.s(["isValid",0,function(e){return!(!(e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e))&&"number"!=typeof e||isNaN(+(0,t.toDate)(e)))}],9356)},49543,e=>{"use strict";var t=e.i(35113);e.s(["startOfDay",0,function(e,r){let n=(0,t.toDate)(e,r?.in);return n.setHours(0,0,0,0),n}])},35113,2848,98170,e=>{"use strict";let t=Symbol.for("constructDateFrom");function r(e,r){return"function"==typeof e?e(r):e&&"object"==typeof e&&t in e?e[t](r):e instanceof Date?new e.constructor(r):new Date(r)}e.s(["constructFromSymbol",0,t,"millisecondsInDay",0,864e5,"millisecondsInHour",0,36e5,"millisecondsInMinute",0,6e4,"millisecondsInWeek",0,6048e5,"minutesInDay",0,1440,"minutesInMonth",0,43200,"minutesInYear",0,525600],2848),e.s(["constructFrom",0,r],98170),e.s(["toDate",0,function(e,t){return r(t||e,e)}],35113)},54471,(e,t,r)=>{"use strict";function n(e,t,r,n){return!1}e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getDomainLocale",{enumerable:!0,get:function(){return n}}),e.r(70090),("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},39149,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return _},useLinkStatus:function(){return w}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let o=e.r(71650),s=e.r(91398),i=o._(e.r(91788)),l=e.r(60472),u=e.r(71112),c=e.r(28169),d=e.r(89129),f=e.r(14862),p=e.r(25479),g=e.r(71914),m=e.r(54471),y=e.r(44113),b=e.r(63230),h=new Set;function v(e,t,r,n){if(!("u"<typeof window)&&(0,u.isLocalURL)(t)){if(!n.bypassPrefetchedCheck){let a=t+"%"+r+"%"+(void 0!==n.locale?n.locale:"locale"in e?e.locale:void 0);if(h.has(a))return;h.add(a)}e.prefetch(t,r,n).catch(e=>{})}}function x(e){return"string"==typeof e?e:(0,c.formatUrl)(e)}let j=i.default.forwardRef(function(e,t){let r,n,{href:a,as:o,children:c,prefetch:h=null,passHref:j,replace:C,shallow:w,scroll:_,locale:M,onClick:I,onNavigate:k,onMouseEnter:O,onTouchStart:S,legacyBehavior:A=!1,transitionTypes:P,...E}=e;r=c,A&&("string"==typeof r||"number"==typeof r)&&(r=(0,s.jsx)("a",{children:r}));let U=i.default.useContext(p.RouterContext),$=!1!==h,{href:L,as:q}=i.default.useMemo(()=>{if(!U){let e=x(a);return{href:e,as:o?x(o):e}}let[e,t]=(0,l.resolveHref)(U,a,!0);return{href:e,as:o?(0,l.resolveHref)(U,o):t||e}},[U,a,o]),D=i.default.useRef(L),N=i.default.useRef(q);A&&(n=i.default.Children.only(r));let R=A?n&&"object"==typeof n&&n.ref:t,[F,T,B]=(0,g.useIntersection)({rootMargin:"200px"}),H=i.default.useCallback(e=>{(N.current!==q||D.current!==L)&&(B(),N.current=q,D.current=L),F(e)},[q,L,B,F]),K=(0,b.useMergedRef)(H,R);i.default.useEffect(()=>{!U||T&&$&&v(U,L,q,{bypassPrefetchedCheck:!1,locale:M})},[q,L,T,M,$,U?.locale,U]);let z={ref:K,onClick(e){A||"function"!=typeof I||I(e),A&&n.props&&"function"==typeof n.props.onClick&&n.props.onClick(e),!U||e.defaultPrevented||function(e,t,r,n,a,o,s,i,l){let c,{nodeName:d}=e.currentTarget;if(!("A"===d.toUpperCase()&&((c=e.currentTarget.getAttribute("target"))&&"_self"!==c||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which)||e.currentTarget.hasAttribute("download"))){if(!(0,u.isLocalURL)(r)){a&&(e.preventDefault(),location.replace(r));return}e.preventDefault(),(()=>{if(l){let e=!1;if(l({preventDefault:()=>{e=!0}}),e)return}let e=s??!0;"beforePopState"in t?t[a?"replace":"push"](r,n,{shallow:o,locale:i,scroll:e}):t[a?"replace":"push"](n||r,{scroll:e})})()}}(e,U,L,q,C,w,_,M,k)},onMouseEnter(e){A||"function"!=typeof O||O(e),A&&n.props&&"function"==typeof n.props.onMouseEnter&&n.props.onMouseEnter(e),U&&v(U,L,q,{locale:M,priority:!0,bypassPrefetchedCheck:!0})},onTouchStart:function(e){A||"function"!=typeof S||S(e),A&&n.props&&"function"==typeof n.props.onTouchStart&&n.props.onTouchStart(e),U&&v(U,L,q,{locale:M,priority:!0,bypassPrefetchedCheck:!0})}};if((0,d.isAbsoluteUrl)(q))z.href=q;else if(!A||j||"a"===n.type&&!("href"in n.props)){let e=void 0!==M?M:U?.locale;z.href=U?.isLocaleDomain&&(0,m.getDomainLocale)(q,e,U?.locales,U?.domainLocales)||(0,y.addBasePath)((0,f.addLocale)(q,e,U?.defaultLocale))}return A?i.default.cloneElement(n,z):(0,s.jsx)("a",{...E,...z,children:r})}),C=(0,i.createContext)({pending:!1}),w=()=>(0,i.useContext)(C),_=j;("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},41158,(e,t,r)=>{t.exports=e.r(39149)},71914,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useIntersection",{enumerable:!0,get:function(){return l}});let n=e.r(91788),a=e.r(99604),o="function"==typeof IntersectionObserver,s=new Map,i=[];function l({rootRef:e,rootMargin:t,disabled:r}){let u=r||!o,[c,d]=(0,n.useState)(!1),f=(0,n.useRef)(null),p=(0,n.useCallback)(e=>{f.current=e},[]);return(0,n.useEffect)(()=>{if(o){if(u||c)return;let r=f.current;if(r&&r.tagName)return function(e,t,r){let{id:n,observer:a,elements:o}=function(e){let t,r={root:e.root||null,margin:e.rootMargin||""},n=i.find(e=>e.root===r.root&&e.margin===r.margin);if(n&&(t=s.get(n)))return t;let a=new Map;return t={id:r,observer:new IntersectionObserver(e=>{e.forEach(e=>{let t=a.get(e.target),r=e.isIntersecting||e.intersectionRatio>0;t&&r&&t(r)})},e),elements:a},i.push(r),s.set(r,t),t}(r);return o.set(e,t),a.observe(e),function(){if(o.delete(e),a.unobserve(e),0===o.size){a.disconnect(),s.delete(n);let e=i.findIndex(e=>e.root===n.root&&e.margin===n.margin);e>-1&&i.splice(e,1)}}}(r,e=>e&&d(e),{root:e?.current,rootMargin:t})}else if(!c){let e=(0,a.requestIdleCallback)(()=>d(!0));return()=>(0,a.cancelIdleCallback)(e)}},[u,t,e,c,f.current]),[p,c,(0,n.useCallback)(()=>{d(!1)},[])]}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},63230,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return a}});let n=e.r(91788);function a(e,t){let r=(0,n.useRef)(null),a=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=a.current;t&&(a.current=null,t())}else e&&(r.current=o(e,n)),t&&(a.current=o(t,n))},[e,t])}function o(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},80963,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return m},defaultHead:function(){return d}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let o=e.r(31640),s=e.r(71650),i=e.r(91398),l=s._(e.r(91788)),u=o._(e.r(94941)),c=e.r(13584);function d(){return[(0,i.jsx)("meta",{charSet:"utf-8"},"charset"),(0,i.jsx)("meta",{name:"viewport",content:"width=device-width"},"viewport")]}function f(e,t){return"string"==typeof t||"number"==typeof t?e:t.type===l.default.Fragment?e.concat(l.default.Children.toArray(t.props.children).reduce((e,t)=>"string"==typeof t||"number"==typeof t?e:e.concat(t),[])):e.concat(t)}let p=["name","httpEquiv","charSet","itemProp"];function g(e){let t,r,n,a;return e.reduce(f,[]).reverse().concat(d().reverse()).filter((t=new Set,r=new Set,n=new Set,a={},e=>{let o=!0,s=!1;if(e.key&&"number"!=typeof e.key&&e.key.indexOf("$")>0){s=!0;let r=e.key.slice(e.key.indexOf("$")+1);t.has(r)?o=!1:t.add(r)}switch(e.type){case"title":case"base":r.has(e.type)?o=!1:r.add(e.type);break;case"meta":for(let t=0,r=p.length;t<r;t++){let r=p[t];if(e.props.hasOwnProperty(r))if("charSet"===r)n.has(r)?o=!1:n.add(r);else{let t=e.props[r],n=a[r]||new Set;("name"!==r||!s)&&n.has(t)?o=!1:(n.add(t),a[r]=n)}}}return o})).reverse().map((e,t)=>{let r=e.key||t;return l.default.cloneElement(e,{key:r})})}let m=function({children:e}){let t=(0,l.useContext)(c.HeadManagerContext);return(0,i.jsx)(u.default,{reduceComponentsToState:g,headManager:t,children:e})};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},94941,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return i}});let n=e.r(91788),a="u"<typeof window,o=a?()=>{}:n.useLayoutEffect,s=a?()=>{}:n.useEffect;function i(e){let{headManager:t,reduceComponentsToState:r}=e;function i(){if(t&&t.mountedInstances){let e=n.Children.toArray(Array.from(t.mountedInstances).filter(Boolean));t.updateHead(r(e))}}return a&&(t?.mountedInstances?.add(e.children),i()),o(()=>(t?.mountedInstances?.add(e.children),()=>{t?.mountedInstances?.delete(e.children)})),o(()=>(t&&(t._pendingUpdate=i),()=>{t&&(t._pendingUpdate=i)})),s(()=>(t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null),()=>{t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null)})),null}},5205,(e,t,r)=>{t.exports=e.r(80963)}]);