@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
@@ -1,3 +0,0 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,49363,e=>{"use strict";e.s(["isFunction",0,function(e){return"function"==typeof e}])},61340,57070,72572,e=>{"use strict";var t=e.i(89280),r=e.i(49363);function i(e){var t=e(function(e){Error.call(e),e.stack=Error().stack});return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}e.s(["createErrorClass",0,i],57070);var n=i(function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map(function(e,t){return t+1+") "+e.toString()}).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}});function o(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}e.s(["arrRemove",0,o],72572);var s=function(){var e;function i(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return i.prototype.unsubscribe=function(){if(!this.closed){this.closed=!0;var e,i,o,s,a,u=this._parentage;if(u)if(this._parentage=null,Array.isArray(u))try{for(var c=(0,t.__values)(u),d=c.next();!d.done;d=c.next())d.value.remove(this)}catch(t){e={error:t}}finally{try{d&&!d.done&&(i=c.return)&&i.call(c)}finally{if(e)throw e.error}}else u.remove(this);var f=this.initialTeardown;if((0,r.isFunction)(f))try{f()}catch(e){a=e instanceof n?e.errors:[e]}var h=this._finalizers;if(h){this._finalizers=null;try{for(var p=(0,t.__values)(h),v=p.next();!v.done;v=p.next()){var y=v.value;try{l(y)}catch(e){a=null!=a?a:[],e instanceof n?a=(0,t.__spreadArray)((0,t.__spreadArray)([],(0,t.__read)(a)),(0,t.__read)(e.errors)):a.push(e)}}}catch(e){o={error:e}}finally{try{v&&!v.done&&(s=p.return)&&s.call(p)}finally{if(o)throw o.error}}}if(a)throw new n(a)}},i.prototype.add=function(e){var t;if(e&&e!==this)if(this.closed)l(e);else{if(e instanceof i){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!=(t=this._finalizers)?t:[]).push(e)}},i.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},i.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},i.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&o(t,e)},i.prototype.remove=function(e){var t=this._finalizers;t&&o(t,e),e instanceof i&&e._removeParent(this)},(e=new i).closed=!0,i.EMPTY=e,i}(),a=s.EMPTY;function l(e){(0,r.isFunction)(e)?e():e.unsubscribe()}e.s(["EMPTY_SUBSCRIPTION",0,a,"Subscription",0,s,"isSubscription",0,function(e){return e instanceof s||e&&"closed"in e&&(0,r.isFunction)(e.remove)&&(0,r.isFunction)(e.add)&&(0,r.isFunction)(e.unsubscribe)}],61340)},87268,e=>{"use strict";var t=e.i(89280),r=function(e){function r(t,r){return e.call(this)||this}return(0,t.__extends)(r,e),r.prototype.schedule=function(e,t){return void 0===t&&(t=0),this},r}(e.i(61340).Subscription),i={setInterval:function(e,r){for(var n=[],o=2;o<arguments.length;o++)n[o-2]=arguments[o];var s=i.delegate;return(null==s?void 0:s.setInterval)?s.setInterval.apply(s,(0,t.__spreadArray)([e,r],(0,t.__read)(n))):setInterval.apply(void 0,(0,t.__spreadArray)([e,r],(0,t.__read)(n)))},clearInterval:function(e){var t=i.delegate;return((null==t?void 0:t.clearInterval)||clearInterval)(e)},delegate:void 0},n=e.i(72572),o=function(e){function r(t,r){var i=e.call(this,t,r)||this;return i.scheduler=t,i.work=r,i.pending=!1,i}return(0,t.__extends)(r,e),r.prototype.schedule=function(e,t){if(void 0===t&&(t=0),this.closed)return this;this.state=e;var r,i=this.id,n=this.scheduler;return null!=i&&(this.id=this.recycleAsyncId(n,i,t)),this.pending=!0,this.delay=t,this.id=null!=(r=this.id)?r:this.requestAsyncId(n,this.id,t),this},r.prototype.requestAsyncId=function(e,t,r){return void 0===r&&(r=0),i.setInterval(e.flush.bind(e,this),r)},r.prototype.recycleAsyncId=function(e,t,r){if(void 0===r&&(r=0),null!=r&&this.delay===r&&!1===this.pending)return t;null!=t&&i.clearInterval(t)},r.prototype.execute=function(e,t){if(this.closed)return Error("executing a cancelled action");this.pending=!1;var r=this._execute(e,t);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},r.prototype._execute=function(e,t){var r,i=!1;try{this.work(e)}catch(e){i=!0,r=e||Error("Scheduled action threw falsy error")}if(i)return this.unsubscribe(),r},r.prototype.unsubscribe=function(){if(!this.closed){var t=this.id,r=this.scheduler,i=r.actions;this.work=this.state=this.scheduler=null,this.pending=!1,(0,n.arrRemove)(i,this),null!=t&&(this.id=this.recycleAsyncId(r,t,null)),this.delay=null,e.prototype.unsubscribe.call(this)}},r}(r);e.s(["AsyncAction",0,o],87268)},42410,e=>{"use strict";var t,r=e.i(89280),i=e.i(87268),n=1,o={};function s(e){return e in o&&(delete o[e],!0)}var a=function(e){var r=n++;return o[r]=!0,t||(t=Promise.resolve()),t.then(function(){return s(r)&&e()}),r},l=function(e){s(e)},u={setImmediate:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var i=u.delegate;return((null==i?void 0:i.setImmediate)||a).apply(void 0,(0,r.__spreadArray)([],(0,r.__read)(e)))},clearImmediate:function(e){var t=u.delegate;return((null==t?void 0:t.clearImmediate)||l)(e)},delegate:void 0},c=function(e){function t(t,r){var i=e.call(this,t,r)||this;return i.scheduler=t,i.work=r,i}return(0,r.__extends)(t,e),t.prototype.requestAsyncId=function(t,r,i){return(void 0===i&&(i=0),null!==i&&i>0)?e.prototype.requestAsyncId.call(this,t,r,i):(t.actions.push(this),t._scheduled||(t._scheduled=u.setImmediate(t.flush.bind(t,void 0))))},t.prototype.recycleAsyncId=function(t,r,i){if(void 0===i&&(i=0),null!=i?i>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,t,r,i);var n,o=t.actions;null!=r&&(null==(n=o[o.length-1])?void 0:n.id)!==r&&(u.clearImmediate(r),t._scheduled===r&&(t._scheduled=void 0))},t}(i.AsyncAction);e.s(["AsapAction",0,c],42410)},68827,e=>{"use strict";var t={now:function(){return(t.delegate||Date).now()},delegate:void 0};e.s(["dateTimestampProvider",0,t])},12884,e=>{"use strict";var t=e.i(89280),r=e.i(68827),i=function(){function e(t,r){void 0===r&&(r=e.now),this.schedulerActionCtor=t,this.now=r}return e.prototype.schedule=function(e,t,r){return void 0===t&&(t=0),new this.schedulerActionCtor(this,e).schedule(r,t)},e.now=r.dateTimestampProvider.now,e}(),n=function(e){function r(t,r){void 0===r&&(r=i.now);var n=e.call(this,t,r)||this;return n.actions=[],n._active=!1,n}return(0,t.__extends)(r,e),r.prototype.flush=function(e){var t,r=this.actions;if(this._active)return void r.push(e);this._active=!0;do if(t=e.execute(e.state,e.delay))break;while(e=r.shift())if(this._active=!1,t){for(;e=r.shift();)e.unsubscribe();throw t}},r}(i);e.s(["AsyncScheduler",0,n],12884)},18018,e=>{"use strict";var t=e.i(42410),r=e.i(89280),i=new(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.__extends)(t,e),t.prototype.flush=function(e){this._active=!0;var t,r=this._scheduled;this._scheduled=void 0;var i=this.actions;e=e||i.shift();do if(t=e.execute(e.state,e.delay))break;while((e=i[0])&&e.id===r&&i.shift())if(this._active=!1,t){for(;(e=i[0])&&e.id===r&&i.shift();)e.unsubscribe();throw t}},t}(e.i(12884).AsyncScheduler))(t.AsapAction);e.s(["asapScheduler",0,i],18018)},95065,e=>{"use strict";e.s(["executeSchedule",0,function(e,t,r,i,n){void 0===i&&(i=0),void 0===n&&(n=!1);var o=t.schedule(function(){r(),n?e.add(this.schedule(null,i)):this.unsubscribe()},i);if(e.add(o),!n)return o}])},81288,e=>{"use strict";var t=e.i(49363);e.s(["operate",0,function(e){return function(r){if((0,t.isFunction)(null==r?void 0:r.lift))return r.lift(function(t){try{return e(t,this)}catch(e){this.error(e)}});throw TypeError("Unable to lift unknown Observable type")}}])},99657,80406,33229,58365,13616,e=>{"use strict";var t=e.i(89280),r=e.i(49363),i=e.i(61340),n={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};e.s(["config",0,n],80406);var o={setTimeout:function(e,r){for(var i=[],n=2;n<arguments.length;n++)i[n-2]=arguments[n];var s=o.delegate;return(null==s?void 0:s.setTimeout)?s.setTimeout.apply(s,(0,t.__spreadArray)([e,r],(0,t.__read)(i))):setTimeout.apply(void 0,(0,t.__spreadArray)([e,r],(0,t.__read)(i)))},clearTimeout:function(e){var t=o.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function s(e){o.setTimeout(function(){var t=n.onUnhandledError;if(t)t(e);else throw e})}function a(){}e.s(["reportUnhandledError",0,s],33229);var l=u("C",void 0,void 0);function u(e,t,r){return{kind:e,value:t,error:r}}var c=null;function d(e){n.useDeprecatedSynchronousErrorHandling&&c&&(c.errorThrown=!0,c.error=e)}e.s(["captureError",0,d,"errorContext",0,function(e){if(n.useDeprecatedSynchronousErrorHandling){var t=!c;if(t&&(c={errorThrown:!1,error:null}),e(),t){var r=c,i=r.errorThrown,o=r.error;if(c=null,i)throw o}}else e()}],58365);var f=function(e){function r(t){var r=e.call(this)||this;return r.isStopped=!1,t?(r.destination=t,(0,i.isSubscription)(t)&&t.add(r)):r.destination=b,r}return(0,t.__extends)(r,e),r.create=function(e,t,r){return new y(e,t,r)},r.prototype.next=function(e){this.isStopped?g(u("N",e,void 0),this):this._next(e)},r.prototype.error=function(e){this.isStopped?g(u("E",void 0,e),this):(this.isStopped=!0,this._error(e))},r.prototype.complete=function(){this.isStopped?g(l,this):(this.isStopped=!0,this._complete())},r.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},r.prototype._next=function(e){this.destination.next(e)},r.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},r.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},r}(i.Subscription),h=Function.prototype.bind;function p(e,t){return h.call(e,t)}var v=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){m(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){m(e)}else m(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){m(e)}},e}(),y=function(e){function i(t,i,o){var s,a,l=e.call(this)||this;return(0,r.isFunction)(t)||!t?s={next:null!=t?t:void 0,error:null!=i?i:void 0,complete:null!=o?o:void 0}:l&&n.useDeprecatedNextContext?((a=Object.create(t)).unsubscribe=function(){return l.unsubscribe()},s={next:t.next&&p(t.next,a),error:t.error&&p(t.error,a),complete:t.complete&&p(t.complete,a)}):s=t,l.destination=new v(s),l}return(0,t.__extends)(i,e),i}(f);function m(e){n.useDeprecatedSynchronousErrorHandling?d(e):s(e)}function g(e,t){var r=n.onStoppedNotification;r&&o.setTimeout(function(){return r(e,t)})}var b={closed:!0,next:a,error:function(e){throw e},complete:a};e.s(["SafeSubscriber",0,y,"Subscriber",0,f],13616);var _=function(e){function r(t,r,i,n,o,s){var a=e.call(this,t)||this;return a.onFinalize=o,a.shouldUnsubscribe=s,a._next=r?function(e){try{r(e)}catch(e){t.error(e)}}:e.prototype._next,a._error=n?function(e){try{n(e)}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._error,a._complete=i?function(){try{i()}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._complete,a}return(0,t.__extends)(r,e),r.prototype.unsubscribe=function(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;e.prototype.unsubscribe.call(this),r||null==(t=this.onFinalize)||t.call(this)}},r}(f);e.s(["createOperatorSubscriber",0,function(e,t,r,i,n){return new _(e,t,r,i,n)}],99657)},32106,e=>{"use strict";var t=e.i(95065),r=e.i(81288),i=e.i(99657);e.s(["observeOn",0,function(e,n){return void 0===n&&(n=0),(0,r.operate)(function(r,o){r.subscribe((0,i.createOperatorSubscriber)(o,function(r){return(0,t.executeSchedule)(o,e,function(){return o.next(r)},n)},function(){return(0,t.executeSchedule)(o,e,function(){return o.complete()},n)},function(r){return(0,t.executeSchedule)(o,e,function(){return o.error(r)},n)}))})}])},76810,e=>{"use strict";var t,r;(r=t||(t={}))[r.loading=1]="loading",r[r.setVariables=2]="setVariables",r[r.fetchMore=3]="fetchMore",r[r.refetch=4]="refetch",r[r.poll=6]="poll",r[r.ready=7]="ready",r[r.error=8]="error",r[r.streaming=9]="streaming",e.s(["NetworkStatus",0,t])},91584,66930,15953,e=>{"use strict";var t=e.i(29520);function r(e){return null!==e&&"object"==typeof e}e.s(["isNonNullObject",0,r],66930),e.s(["maybeDeepFreeze",0,function(e){let i;return t.__DEV__&&(i=new Set([e])).forEach(e=>{r(e)&&function(e){if(t.__DEV__&&!Object.isFrozen(e))try{Object.freeze(e)}catch(e){if(e instanceof TypeError)return null;throw e}return e}(e)===e&&Object.getOwnPropertyNames(e).forEach(t=>{r(e[t])&&i.add(e[t])})}),e}],91584);let i=Symbol.for("apollo.result.extensions"),n=Symbol.for("apollo.result.streamInfo"),o=Symbol.for("apollo.observableQuery.variablesUnknown");e.s(["extensionsSymbol",0,i,"streamInfoSymbol",0,n,"variablesUnknownSymbol",0,o],15953)},32171,e=>{"use strict";var t=e.i(24669),r=e.i(91788),i=e.i(18018),n=e.i(32106),o=e.i(76810),s=e.i(91584),a=e.i(30928),l=e.i(15953);let u=Symbol.for("apollo.skipToken"),c=Symbol.for("apollo.hook.wrappers");var d=e.i(21805),f=e.i(98926),h=e.i(29520),p=e.i(21953),v=e.i(22420),y=e.i(93532);let m=!1,g=r.useSyncExternalStore,b="ReactNative"==(0,v.maybe)(()=>navigator.product),_=(0,v.maybe)(()=>navigator.userAgent.indexOf("jsdom")>=0)||!1,x=(p.canUseDOM||b)&&!_,w=g||((e,t,i)=>{let n=t();h.__DEV__&&!m&&n!==t()&&(m=!0,y.invariant.error(34));let[{inst:o},s]=r.useState({inst:{value:n,getSnapshot:t}});return x?r.useLayoutEffect(()=>{Object.assign(o,{value:n,getSnapshot:t}),S(o)&&s({inst:o})},[e,n,t]):Object.assign(o,{value:n,getSnapshot:t}),r.useEffect(()=>(S(o)&&s({inst:o}),e(function(){S(o)&&s({inst:o})})),[e]),n});function S({value:e,getSnapshot:t}){try{return e!==t()}catch{return!0}}let P=Symbol();function j(e,...[t]){return(function(e,t,i){let n=[i.queryManager,e.startsWith("use")?r.useContext((0,d.getApolloContext)()):void 0],o=t;for(let t of n){let r=t?.[c]?.[e];r&&(o=r(o))}return o})("useQuery",E,(0,f.useApolloClient)("object"==typeof t?t.client:void 0))(e,t)}function E(e,o={}){var s,c,d,h,p,v,y,m,g,b;let _,x,S=(0,f.useApolloClient)("object"==typeof o?o.client:void 0),{ssr:C}="object"==typeof o?o:{},A=(s=e,c=o,d=S.defaultOptions.watchQuery,h=()=>{if(c===u){let e={...(0,a.mergeOptions)(d,{query:s,fetchPolicy:"standby"}),[l.variablesUnknownSymbol]:!0};return e[O]=!0,e}let e=(0,a.mergeOptions)(d,{...c,query:s});return c.skip&&(e.initialFetchPolicy=c.initialFetchPolicy||c.fetchPolicy,e.fetchPolicy="standby"),e},p=[s,c,d],(_=r.useRef(void 0)).current&&(0,t.equal)(_.current.deps,p)||(_.current={value:h(),deps:p}),_.current.value);function I(t){let r=S.watchQuery(A);return{client:S,query:e,observable:r,resultData:{current:r.getCurrentResult(),previousData:t?.resultData.current.data,variables:r.variables}}}let[R,z]=r.useState(I);(S!==R.client||e!==R.query)&&z(R=I(R));let{observable:D,resultData:k}=R;v=A,y=D,v.fetchPolicy||(v.fetchPolicy=y.options.initialFetchPolicy),function(e,r,i){if(r[P]&&!(0,t.equal)(r[P],i)){var n,o;r[P][O]&&!i.initialFetchPolicy&&(i.initialFetchPolicy=i.fetchPolicy),(n=r[P],o=i,n.query===o.query&&(0,t.equal)(n.variables,o.variables)&&(n.fetchPolicy===o.fetchPolicy||"standby"!==o.fetchPolicy&&"standby"!==n.fetchPolicy))?r.applyOptions(i):r.reobserve(i);let s=r.getCurrentResult();(0,t.equal)(s.data,e.current.data)||(e.previousData=e.current.data||e.previousData),e.current=s,e.variables=r.variables}r[P]=i}(k,D,A);let T=(m=D,g=k,b=C,x=m.options.fetchPolicy,w(r.useCallback(e=>{let r=m.pipe((0,n.observeOn)(i.asapScheduler)).subscribe(r=>{let i=g.current;(0,t.equal)(i,r)&&(0,t.equal)(g.variables,m.variables)||(g.variables=m.variables,i.data&&!(0,t.equal)(i.data,r.data)&&(g.previousData=i.data),g.current=r,e())});return()=>{setTimeout(()=>r.unsubscribe())}},[m,g]),()=>g.current,()=>"standby"!==x&&!1===b||"no-cache"===x?j.ssrDisabledResult:g.current)),M=r.useMemo(()=>({refetch:D.refetch.bind(D),fetchMore:D.fetchMore.bind(D),updateQuery:D.updateQuery.bind(D),startPolling:D.startPolling.bind(D),stopPolling:D.stopPolling.bind(D),subscribeToMore:D.subscribeToMore.bind(D)}),[D]),N=k.previousData;return r.useMemo(()=>{let{partial:e,...t}=T;return{...t,client:S,observable:D,variables:D.variables,previousData:N,...M}},[T,S,D,N,M])}let O=Symbol();j.ssrDisabledResult=(0,s.maybeDeepFreeze)({loading:!0,data:void 0,dataState:"empty",error:void 0,networkStatus:o.NetworkStatus.loading,partial:!0}),e.s(["useQuery",0,j],32171)},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 ..."})})]})})}])},15125,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var i={VALID_LOADERS:function(){return o},imageConfigDefault:function(){return s}};for(var n in i)Object.defineProperty(r,n,{enumerable:!0,get:i[n]});let o=["default","imgix","cloudinary","akamai","custom"],s={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}},13521,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ImageConfigContext",{enumerable:!0,get:function(){return o}});let i=e.r(31640)._(e.r(91788)),n=e.r(15125),o=i.default.createContext(n.imageConfigDefault)},55034,(e,t,r)=>{"use strict";function i({widthInt:e,heightInt:t,blurWidth:r,blurHeight:n,blurDataURL:o,objectFit:s}){let a=r?40*r:e,l=n?40*n:t,u=a&&l?`viewBox='0 0 ${a} ${l}'`:"";return`%3Csvg xmlns='http://www.w3.org/2000/svg' ${u}%3E%3Cfilter id='b' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 100 -1' result='s'/%3E%3CfeFlood x='0' y='0' width='100%25' height='100%25'/%3E%3CfeComposite operator='out' in='s'/%3E%3CfeComposite in2='SourceGraphic'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3C/filter%3E%3Cimage width='100%25' height='100%25' x='0' y='0' preserveAspectRatio='${u?"none":"contain"===s?"xMidYMid":"cover"===s?"xMidYMid slice":"none"}' style='filter: url(%23b);' href='${o}'/%3E%3C/svg%3E`}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImageBlurSvg",{enumerable:!0,get:function(){return i}})},66785,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImgProps",{enumerable:!0,get:function(){return u}}),e.r(94470);let i=e.r(20262),n=e.r(55034),o=e.r(15125),s=["-moz-initial","fill","none","scale-down",void 0];function a(e){return void 0!==e.default}function l(e){return void 0===e?e:"number"==typeof e?Number.isFinite(e)?e:NaN:"string"==typeof e&&/^[0-9]+$/.test(e)?parseInt(e,10):NaN}function u({src:e,sizes:t,unoptimized:r=!1,priority:c=!1,preload:d=!1,loading:f,className:h,quality:p,width:v,height:y,fill:m=!1,style:g,overrideSrc:b,onLoad:_,onLoadingComplete:x,placeholder:w="empty",blurDataURL:S,fetchPriority:P,decoding:j="async",layout:E,objectFit:O,objectPosition:C,lazyBoundary:A,lazyRoot:I,...R},z){var D;let k,T,M,{imgConf:N,showAltText:F,blurComplete:q,defaultLoader:$}=z,L=N||o.imageConfigDefault;if("allSizes"in L)k=L;else{let e=[...L.deviceSizes,...L.imageSizes].sort((e,t)=>e-t),t=L.deviceSizes.sort((e,t)=>e-t),r=L.qualities?.sort((e,t)=>e-t);k={...L,allSizes:e,deviceSizes:t,qualities:r}}if(void 0===$)throw Object.defineProperty(Error("images.loaderFile detected but the file is missing default export.\nRead more: https://nextjs.org/docs/messages/invalid-images-config"),"__NEXT_ERROR_CODE",{value:"E163",enumerable:!1,configurable:!0});let U=R.loader||$;delete R.loader,delete R.srcSet;let W="__next_img_default"in U;if(W){if("custom"===k.loader)throw Object.defineProperty(Error(`Image with src "${e}" is missing "loader" prop.
2
- Read more: https://nextjs.org/docs/messages/next-image-missing-loader`),"__NEXT_ERROR_CODE",{value:"E252",enumerable:!1,configurable:!0})}else{let e=U;U=t=>{let{config:r,...i}=t;return e(i)}}if(E){"fill"===E&&(m=!0);let e={intrinsic:{maxWidth:"100%",height:"auto"},responsive:{width:"100%",height:"auto"}}[E];e&&(g={...g,...e});let r={responsive:"100vw",fill:"100vw"}[E];r&&!t&&(t=r)}let B="",V=l(v),G=l(y);if((D=e)&&"object"==typeof D&&(a(D)||void 0!==D.src)){let t=a(e)?e.default:e;if(!t.src)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include src. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E460",enumerable:!1,configurable:!0});if(!t.height||!t.width)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include height and width. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E48",enumerable:!1,configurable:!0});if(T=t.blurWidth,M=t.blurHeight,S=S||t.blurDataURL,B=t.src,!m)if(V||G){if(V&&!G){let e=V/t.width;G=Math.round(t.height*e)}else if(!V&&G){let e=G/t.height;V=Math.round(t.width*e)}}else V=t.width,G=t.height}let Q=!c&&!d&&("lazy"===f||void 0===f);(!(e="string"==typeof e?e:B)||e.startsWith("data:")||e.startsWith("blob:"))&&(r=!0,Q=!1),k.unoptimized&&(r=!0),W&&!k.dangerouslyAllowSVG&&e.split("?",1)[0].endsWith(".svg")&&(r=!0);let H=l(p),X=Object.assign(m?{position:"absolute",height:"100%",width:"100%",left:0,top:0,right:0,bottom:0,objectFit:O,objectPosition:C}:{},F?{}:{color:"transparent"},g),Y=q||"empty"===w?null:"blur"===w?`url("data:image/svg+xml;charset=utf-8,${(0,n.getImageBlurSvg)({widthInt:V,heightInt:G,blurWidth:T,blurHeight:M,blurDataURL:S||"",objectFit:X.objectFit})}")`:`url("${w}")`,J=s.includes(X.objectFit)?"fill"===X.objectFit?"100% 100%":"cover":X.objectFit,K=Y?{backgroundSize:J,backgroundPosition:X.objectPosition||"50% 50%",backgroundRepeat:"no-repeat",backgroundImage:Y}:{},Z=function({config:e,src:t,unoptimized:r,width:n,quality:o,sizes:s,loader:a}){if(r){if(t.startsWith("/")&&!t.startsWith("//")){let e=(0,i.getDeploymentId)();if(e){let r=t.indexOf("?");if(-1!==r){let i=new URLSearchParams(t.slice(r+1));i.get("dpl")||(i.append("dpl",e),t=t.slice(0,r)+"?"+i.toString())}else t+=`?dpl=${e}`}}return{src:t,srcSet:void 0,sizes:void 0}}let{widths:l,kind:u}=function({deviceSizes:e,allSizes:t},r,i){if(i){let r=/(^|\s)(1?\d?\d)vw/g,n=[];for(let e;e=r.exec(i);)n.push(parseInt(e[2]));if(n.length){let r=.01*Math.min(...n);return{widths:t.filter(t=>t>=e[0]*r),kind:"w"}}return{widths:t,kind:"w"}}return"number"!=typeof r?{widths:e,kind:"w"}:{widths:[...new Set([r,2*r].map(e=>t.find(t=>t>=e)||t[t.length-1]))],kind:"x"}}(e,n,s),c=l.length-1;return{sizes:s||"w"!==u?s:"100vw",srcSet:l.map((r,i)=>`${a({config:e,src:t,quality:o,width:r})} ${"w"===u?r:i+1}${u}`).join(", "),src:a({config:e,src:t,quality:o,width:l[c]})}}({config:k,src:e,unoptimized:r,width:V,quality:H,sizes:t,loader:U}),ee=Q?"lazy":f;return{props:{...R,loading:ee,fetchPriority:P,width:V,height:G,decoding:j,className:h,style:{...X,...K},sizes:Z.sizes,srcSet:Z.srcSet,src:b||Z.src},meta:{unoptimized:r,preload:d||c,placeholder:w,fill:m}}}},68816,(e,t,r)=>{"use strict";function i(e,t){let r=e||75;return t?.qualities?.length?t.qualities.reduce((e,t)=>Math.abs(t-r)<Math.abs(e-r)?t:e,t.qualities[0]):r}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"findClosestQuality",{enumerable:!0,get:function(){return i}})},3866,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return s}});let i=e.r(68816),n=e.r(20262);function o({config:e,src:t,width:r,quality:s}){let a=(0,n.getDeploymentId)();if(t.startsWith("/")&&!t.startsWith("//")){let e=t.indexOf("?");if(-1!==e){let r=new URLSearchParams(t.slice(e+1)),i=r.get("dpl");if(i){a=i,r.delete("dpl");let n=r.toString();t=t.slice(0,e)+(n?"?"+n:"")}}}if(t.startsWith("/")&&t.includes("?")&&e.localPatterns?.length===1&&"**"===e.localPatterns[0].pathname&&""===e.localPatterns[0].search)throw Object.defineProperty(Error(`Image with src "${t}" is using a query string which is not configured in images.localPatterns.
3
- Read more: https://nextjs.org/docs/messages/next-image-unconfigured-localpatterns`),"__NEXT_ERROR_CODE",{value:"E871",enumerable:!1,configurable:!0});let l=(0,i.findClosestQuality)(s,e);return`${e.path}?url=${encodeURIComponent(t)}&w=${r}&q=${l}${t.startsWith("/")&&a?`&dpl=${a}`:""}`}o.__next_img_default=!0;let s=o},49194,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"Image",{enumerable:!0,get:function(){return _}});let i=e.r(31640),n=e.r(71650),o=e.r(91398),s=n._(e.r(91788)),a=i._(e.r(30943)),l=i._(e.r(80963)),u=e.r(66785),c=e.r(15125),d=e.r(13521);e.r(94470);let f=e.r(25479),h=i._(e.r(3866)),p=e.r(63230),v={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image/",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0};function y(e,t,r,i,n,o,s){let a=e?.src;e&&e["data-loaded-src"]!==a&&(e["data-loaded-src"]=a,("decode"in e?e.decode():Promise.resolve()).catch(()=>{}).then(()=>{if(e.parentElement&&e.isConnected){if("empty"!==t&&n(!0),r?.current){let t=new Event("load");Object.defineProperty(t,"target",{writable:!1,value:e});let i=!1,n=!1;r.current({...t,nativeEvent:t,currentTarget:e,target:e,isDefaultPrevented:()=>i,isPropagationStopped:()=>n,persist:()=>{},preventDefault:()=>{i=!0,t.preventDefault()},stopPropagation:()=>{n=!0,t.stopPropagation()}})}i?.current&&i.current(e)}}))}function m(e){return s.use?{fetchPriority:e}:{fetchpriority:e}}"u"<typeof window&&(globalThis.__NEXT_IMAGE_IMPORTED=!0);let g=(0,s.forwardRef)(({src:e,srcSet:t,sizes:r,height:i,width:n,decoding:a,className:l,style:u,fetchPriority:c,placeholder:d,loading:f,unoptimized:h,fill:v,onLoadRef:g,onLoadingCompleteRef:b,setBlurComplete:_,setShowAltText:x,sizesInput:w,onLoad:S,onError:P,...j},E)=>{let O=(0,s.useCallback)(e=>{e&&(P&&(e.src=e.src),e.complete&&y(e,d,g,b,_,h,w))},[e,d,g,b,_,P,h,w]),C=(0,p.useMergedRef)(E,O);return(0,o.jsx)("img",{...j,...m(c),loading:f,width:n,height:i,decoding:a,"data-nimg":v?"fill":"1",className:l,style:u,sizes:r,srcSet:t,src:e,ref:C,onLoad:e=>{y(e.currentTarget,d,g,b,_,h,w)},onError:e=>{x(!0),"empty"!==d&&_(!0),P&&P(e)}})});function b({isAppRouter:e,imgAttributes:t}){let r={as:"image",imageSrcSet:t.srcSet,imageSizes:t.sizes,crossOrigin:t.crossOrigin,referrerPolicy:t.referrerPolicy,...m(t.fetchPriority)};return e&&a.default.preload?(a.default.preload(t.src,r),null):(0,o.jsx)(l.default,{children:(0,o.jsx)("link",{rel:"preload",href:t.srcSet?void 0:t.src,...r},"__nimg-"+t.src+t.srcSet+t.sizes)})}let _=(0,s.forwardRef)((e,t)=>{let r=(0,s.useContext)(f.RouterContext),i=(0,s.useContext)(d.ImageConfigContext),n=(0,s.useMemo)(()=>{let e=v||i||c.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort((e,t)=>e-t),r=e.deviceSizes.sort((e,t)=>e-t),n=e.qualities?.sort((e,t)=>e-t);return{...e,allSizes:t,deviceSizes:r,qualities:n,localPatterns:"u"<typeof window?i?.localPatterns:e.localPatterns}},[i]),{onLoad:a,onLoadingComplete:l}=e,p=(0,s.useRef)(a);(0,s.useEffect)(()=>{p.current=a},[a]);let y=(0,s.useRef)(l);(0,s.useEffect)(()=>{y.current=l},[l]);let[m,_]=(0,s.useState)(!1),[x,w]=(0,s.useState)(!1),{props:S,meta:P}=(0,u.getImgProps)(e,{defaultLoader:h.default,imgConf:n,blurComplete:m,showAltText:x});return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(g,{...S,unoptimized:P.unoptimized,placeholder:P.placeholder,fill:P.fill,onLoadRef:p,onLoadingCompleteRef:y,setBlurComplete:_,setShowAltText:w,sizesInput:e.sizes,ref:t}),P.preload?(0,o.jsx)(b,{isAppRouter:!r,imgAttributes:S}):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)},88961,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var i={default:function(){return c},getImageProps:function(){return u}};for(var n in i)Object.defineProperty(r,n,{enumerable:!0,get:i[n]});let o=e.r(31640),s=e.r(66785),a=e.r(49194),l=o._(e.r(3866));function u(e){let{props:t}=(0,s.getImgProps)(e,{defaultLoader:l.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image/",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0}});for(let[e,r]of Object.entries(t))void 0===r&&delete t[e];return{props:t}}let c=a.Image},26019,(e,t,r)=>{t.exports=e.r(88961)},87284,16509,e=>{"use strict";var t=e.i(91398),r=e.i(26019),i=e.i(91788),n=e.i(69322);let o=({src:e,width:t,quality:r=75})=>e?`${e}?w=${t}&q=${r}`:"/no-image.jpg";e.s(["default",0,o],16509);let s=({className:e="w-full h-full",width:r=200,height:i=200})=>(0,t.jsxs)("svg",{width:r,height:i,viewBox:"0 0 200 200",fill:"none",className:e,xmlns:"http://www.w3.org/2000/svg",children:[(0,t.jsx)("rect",{x:"10",y:"10",width:"180",height:"180",rx:"8",stroke:"currentColor",strokeWidth:"3",strokeDasharray:"8 4",fill:"transparent",className:"text-slate-800 dark:text-slate-400"}),(0,t.jsx)("rect",{x:"40",y:"40",width:"120",height:"80",rx:"4",stroke:"currentColor",strokeWidth:"3",fill:"transparent"}),(0,t.jsx)("path",{d:"M50 100 L70 80 L90 95 L110 75 L130 90 L150 70",stroke:"currentColor",strokeWidth:"3",fill:"none",strokeLinecap:"round",strokeLinejoin:"round"}),(0,t.jsx)("circle",{cx:"130",cy:"55",r:"8",stroke:"currentColor",strokeWidth:"3",fill:"transparent"}),(0,t.jsx)("text",{x:"100",y:"145",textAnchor:"middle",className:"text-text-secondary text-sm font-semibold",fill:"currentColor",children:"No Image"})]});e.s(["default",0,({fallbackSrc:e="",src:a,...l})=>{let[u,c]=(0,i.useState)(a),[d,f]=(0,i.useState)(!1),{formatMessage:h}=(0,n.useIntl)();return d||!u?(0,t.jsx)("div",{className:l.className||"w-full h-full flex items-center justify-center bg-surface",children:(0,t.jsx)(s,{width:l.width||200,height:l.height||200,className:"max-w-full max-h-full"})}):(0,t.jsx)(r.default,{src:u,loader:o,alt:h({id:"image-not-found",defaultMessage:"Image not found"}),...l,onError:()=>{e&&u!==e?c(e):f(!0)}})}],87284)}]);
@@ -1,217 +0,0 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,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 s=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,s],73298)},51870,e=>{"use strict";var t=e.i(59080),r=e.i(32171),s=e.i(70693),i=e.i(73298);e.s(["default",0,e=>{let{customProperties:a,hydrateFragment:n}=(0,s.default)(),{data:l,loading:o,error:d}=(0,r.useQuery)(((e="")=>t.gql`
128
- query CurrentUser {
129
- me {
130
- ...UserFragment
131
- ${e}
132
- }
133
- }
134
- ${i.default}
135
- `)(a?.User)),u=l?.me,c=n(a?.User,u||null);return{currentUser:u,loading:o,error:d,extendedData:c}}])},15125,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var s={VALID_LOADERS:function(){return a},imageConfigDefault:function(){return n}};for(var i in s)Object.defineProperty(r,i,{enumerable:!0,get:s[i]});let a=["default","imgix","cloudinary","akamai","custom"],n={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}},13521,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ImageConfigContext",{enumerable:!0,get:function(){return a}});let s=e.r(31640)._(e.r(91788)),i=e.r(15125),a=s.default.createContext(i.imageConfigDefault)},55034,(e,t,r)=>{"use strict";function s({widthInt:e,heightInt:t,blurWidth:r,blurHeight:i,blurDataURL:a,objectFit:n}){let l=r?40*r:e,o=i?40*i:t,d=l&&o?`viewBox='0 0 ${l} ${o}'`:"";return`%3Csvg xmlns='http://www.w3.org/2000/svg' ${d}%3E%3Cfilter id='b' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 100 -1' result='s'/%3E%3CfeFlood x='0' y='0' width='100%25' height='100%25'/%3E%3CfeComposite operator='out' in='s'/%3E%3CfeComposite in2='SourceGraphic'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3C/filter%3E%3Cimage width='100%25' height='100%25' x='0' y='0' preserveAspectRatio='${d?"none":"contain"===n?"xMidYMid":"cover"===n?"xMidYMid slice":"none"}' style='filter: url(%23b);' href='${a}'/%3E%3C/svg%3E`}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImageBlurSvg",{enumerable:!0,get:function(){return s}})},66785,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImgProps",{enumerable:!0,get:function(){return d}}),e.r(94470);let s=e.r(20262),i=e.r(55034),a=e.r(15125),n=["-moz-initial","fill","none","scale-down",void 0];function l(e){return void 0!==e.default}function o(e){return void 0===e?e:"number"==typeof e?Number.isFinite(e)?e:NaN:"string"==typeof e&&/^[0-9]+$/.test(e)?parseInt(e,10):NaN}function d({src:e,sizes:t,unoptimized:r=!1,priority:u=!1,preload:c=!1,loading:f,className:m,quality:g,width:p,height:h,fill:v=!1,style:y,overrideSrc:x,onLoad:w,onLoadingComplete:b,placeholder:j="empty",blurDataURL:C,fetchPriority:_,decoding:k="async",layout:S,objectFit:E,objectPosition:M,lazyBoundary:P,lazyRoot:O,...R},N){var $;let L,I,A,{imgConf:D,showAltText:z,blurComplete:q,defaultLoader:W}=N,T=D||a.imageConfigDefault;if("allSizes"in T)L=T;else{let e=[...T.deviceSizes,...T.imageSizes].sort((e,t)=>e-t),t=T.deviceSizes.sort((e,t)=>e-t),r=T.qualities?.sort((e,t)=>e-t);L={...T,allSizes:e,deviceSizes:t,qualities:r}}if(void 0===W)throw Object.defineProperty(Error("images.loaderFile detected but the file is missing default export.\nRead more: https://nextjs.org/docs/messages/invalid-images-config"),"__NEXT_ERROR_CODE",{value:"E163",enumerable:!1,configurable:!0});let B=R.loader||W;delete R.loader,delete R.srcSet;let U="__next_img_default"in B;if(U){if("custom"===L.loader)throw Object.defineProperty(Error(`Image with src "${e}" is missing "loader" prop.
136
- Read more: https://nextjs.org/docs/messages/next-image-missing-loader`),"__NEXT_ERROR_CODE",{value:"E252",enumerable:!1,configurable:!0})}else{let e=B;B=t=>{let{config:r,...s}=t;return e(s)}}if(S){"fill"===S&&(v=!0);let e={intrinsic:{maxWidth:"100%",height:"auto"},responsive:{width:"100%",height:"auto"}}[S];e&&(y={...y,...e});let r={responsive:"100vw",fill:"100vw"}[S];r&&!t&&(t=r)}let F="",G=o(p),V=o(h);if(($=e)&&"object"==typeof $&&(l($)||void 0!==$.src)){let t=l(e)?e.default:e;if(!t.src)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include src. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E460",enumerable:!1,configurable:!0});if(!t.height||!t.width)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include height and width. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E48",enumerable:!1,configurable:!0});if(I=t.blurWidth,A=t.blurHeight,C=C||t.blurDataURL,F=t.src,!v)if(G||V){if(G&&!V){let e=G/t.width;V=Math.round(t.height*e)}else if(!G&&V){let e=V/t.height;G=Math.round(t.width*e)}}else G=t.width,V=t.height}let H=!u&&!c&&("lazy"===f||void 0===f);(!(e="string"==typeof e?e:F)||e.startsWith("data:")||e.startsWith("blob:"))&&(r=!0,H=!1),L.unoptimized&&(r=!0),U&&!L.dangerouslyAllowSVG&&e.split("?",1)[0].endsWith(".svg")&&(r=!0);let Q=o(g),X=Object.assign(v?{position:"absolute",height:"100%",width:"100%",left:0,top:0,right:0,bottom:0,objectFit:E,objectPosition:M}:{},z?{}:{color:"transparent"},y),K=q||"empty"===j?null:"blur"===j?`url("data:image/svg+xml;charset=utf-8,${(0,i.getImageBlurSvg)({widthInt:G,heightInt:V,blurWidth:I,blurHeight:A,blurDataURL:C||"",objectFit:X.objectFit})}")`:`url("${j}")`,J=n.includes(X.objectFit)?"fill"===X.objectFit?"100% 100%":"cover":X.objectFit,Y=K?{backgroundSize:J,backgroundPosition:X.objectPosition||"50% 50%",backgroundRepeat:"no-repeat",backgroundImage:K}:{},Z=function({config:e,src:t,unoptimized:r,width:i,quality:a,sizes:n,loader:l}){if(r){if(t.startsWith("/")&&!t.startsWith("//")){let e=(0,s.getDeploymentId)();if(e){let r=t.indexOf("?");if(-1!==r){let s=new URLSearchParams(t.slice(r+1));s.get("dpl")||(s.append("dpl",e),t=t.slice(0,r)+"?"+s.toString())}else t+=`?dpl=${e}`}}return{src:t,srcSet:void 0,sizes:void 0}}let{widths:o,kind:d}=function({deviceSizes:e,allSizes:t},r,s){if(s){let r=/(^|\s)(1?\d?\d)vw/g,i=[];for(let e;e=r.exec(s);)i.push(parseInt(e[2]));if(i.length){let r=.01*Math.min(...i);return{widths:t.filter(t=>t>=e[0]*r),kind:"w"}}return{widths:t,kind:"w"}}return"number"!=typeof r?{widths:e,kind:"w"}:{widths:[...new Set([r,2*r].map(e=>t.find(t=>t>=e)||t[t.length-1]))],kind:"x"}}(e,i,n),u=o.length-1;return{sizes:n||"w"!==d?n:"100vw",srcSet:o.map((r,s)=>`${l({config:e,src:t,quality:a,width:r})} ${"w"===d?r:s+1}${d}`).join(", "),src:l({config:e,src:t,quality:a,width:o[u]})}}({config:L,src:e,unoptimized:r,width:G,quality:Q,sizes:t,loader:B}),ee=H?"lazy":f;return{props:{...R,loading:ee,fetchPriority:_,width:G,height:V,decoding:k,className:m,style:{...X,...Y},sizes:Z.sizes,srcSet:Z.srcSet,src:x||Z.src},meta:{unoptimized:r,preload:c||u,placeholder:j,fill:v}}}},68816,(e,t,r)=>{"use strict";function s(e,t){let r=e||75;return t?.qualities?.length?t.qualities.reduce((e,t)=>Math.abs(t-r)<Math.abs(e-r)?t:e,t.qualities[0]):r}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"findClosestQuality",{enumerable:!0,get:function(){return s}})},3866,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return n}});let s=e.r(68816),i=e.r(20262);function a({config:e,src:t,width:r,quality:n}){let l=(0,i.getDeploymentId)();if(t.startsWith("/")&&!t.startsWith("//")){let e=t.indexOf("?");if(-1!==e){let r=new URLSearchParams(t.slice(e+1)),s=r.get("dpl");if(s){l=s,r.delete("dpl");let i=r.toString();t=t.slice(0,e)+(i?"?"+i:"")}}}if(t.startsWith("/")&&t.includes("?")&&e.localPatterns?.length===1&&"**"===e.localPatterns[0].pathname&&""===e.localPatterns[0].search)throw Object.defineProperty(Error(`Image with src "${t}" is using a query string which is not configured in images.localPatterns.
137
- Read more: https://nextjs.org/docs/messages/next-image-unconfigured-localpatterns`),"__NEXT_ERROR_CODE",{value:"E871",enumerable:!1,configurable:!0});let o=(0,s.findClosestQuality)(n,e);return`${e.path}?url=${encodeURIComponent(t)}&w=${r}&q=${o}${t.startsWith("/")&&l?`&dpl=${l}`:""}`}a.__next_img_default=!0;let n=a},49194,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"Image",{enumerable:!0,get:function(){return w}});let s=e.r(31640),i=e.r(71650),a=e.r(91398),n=i._(e.r(91788)),l=s._(e.r(30943)),o=s._(e.r(80963)),d=e.r(66785),u=e.r(15125),c=e.r(13521);e.r(94470);let f=e.r(25479),m=s._(e.r(3866)),g=e.r(63230),p={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image/",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0};function h(e,t,r,s,i,a,n){let l=e?.src;e&&e["data-loaded-src"]!==l&&(e["data-loaded-src"]=l,("decode"in e?e.decode():Promise.resolve()).catch(()=>{}).then(()=>{if(e.parentElement&&e.isConnected){if("empty"!==t&&i(!0),r?.current){let t=new Event("load");Object.defineProperty(t,"target",{writable:!1,value:e});let s=!1,i=!1;r.current({...t,nativeEvent:t,currentTarget:e,target:e,isDefaultPrevented:()=>s,isPropagationStopped:()=>i,persist:()=>{},preventDefault:()=>{s=!0,t.preventDefault()},stopPropagation:()=>{i=!0,t.stopPropagation()}})}s?.current&&s.current(e)}}))}function v(e){return n.use?{fetchPriority:e}:{fetchpriority:e}}"u"<typeof window&&(globalThis.__NEXT_IMAGE_IMPORTED=!0);let y=(0,n.forwardRef)(({src:e,srcSet:t,sizes:r,height:s,width:i,decoding:l,className:o,style:d,fetchPriority:u,placeholder:c,loading:f,unoptimized:m,fill:p,onLoadRef:y,onLoadingCompleteRef:x,setBlurComplete:w,setShowAltText:b,sizesInput:j,onLoad:C,onError:_,...k},S)=>{let E=(0,n.useCallback)(e=>{e&&(_&&(e.src=e.src),e.complete&&h(e,c,y,x,w,m,j))},[e,c,y,x,w,_,m,j]),M=(0,g.useMergedRef)(S,E);return(0,a.jsx)("img",{...k,...v(u),loading:f,width:i,height:s,decoding:l,"data-nimg":p?"fill":"1",className:o,style:d,sizes:r,srcSet:t,src:e,ref:M,onLoad:e=>{h(e.currentTarget,c,y,x,w,m,j)},onError:e=>{b(!0),"empty"!==c&&w(!0),_&&_(e)}})});function x({isAppRouter:e,imgAttributes:t}){let r={as:"image",imageSrcSet:t.srcSet,imageSizes:t.sizes,crossOrigin:t.crossOrigin,referrerPolicy:t.referrerPolicy,...v(t.fetchPriority)};return e&&l.default.preload?(l.default.preload(t.src,r),null):(0,a.jsx)(o.default,{children:(0,a.jsx)("link",{rel:"preload",href:t.srcSet?void 0:t.src,...r},"__nimg-"+t.src+t.srcSet+t.sizes)})}let w=(0,n.forwardRef)((e,t)=>{let r=(0,n.useContext)(f.RouterContext),s=(0,n.useContext)(c.ImageConfigContext),i=(0,n.useMemo)(()=>{let e=p||s||u.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort((e,t)=>e-t),r=e.deviceSizes.sort((e,t)=>e-t),i=e.qualities?.sort((e,t)=>e-t);return{...e,allSizes:t,deviceSizes:r,qualities:i,localPatterns:"u"<typeof window?s?.localPatterns:e.localPatterns}},[s]),{onLoad:l,onLoadingComplete:o}=e,g=(0,n.useRef)(l);(0,n.useEffect)(()=>{g.current=l},[l]);let h=(0,n.useRef)(o);(0,n.useEffect)(()=>{h.current=o},[o]);let[v,w]=(0,n.useState)(!1),[b,j]=(0,n.useState)(!1),{props:C,meta:_}=(0,d.getImgProps)(e,{defaultLoader:m.default,imgConf:i,blurComplete:v,showAltText:b});return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(y,{...C,unoptimized:_.unoptimized,placeholder:_.placeholder,fill:_.fill,onLoadRef:g,onLoadingCompleteRef:h,setBlurComplete:w,setShowAltText:j,sizesInput:e.sizes,ref:t}),_.preload?(0,a.jsx)(x,{isAppRouter:!r,imgAttributes:C}):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)},88961,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var s={default:function(){return u},getImageProps:function(){return d}};for(var i in s)Object.defineProperty(r,i,{enumerable:!0,get:s[i]});let a=e.r(31640),n=e.r(66785),l=e.r(49194),o=a._(e.r(3866));function d(e){let{props:t}=(0,n.getImgProps)(e,{defaultLoader:o.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image/",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0}});for(let[e,r]of Object.entries(t))void 0===r&&delete t[e];return{props:t}}let u=l.Image},26019,(e,t,r)=>{t.exports=e.r(88961)},87284,16509,e=>{"use strict";var t=e.i(91398),r=e.i(26019),s=e.i(91788),i=e.i(69322);let a=({src:e,width:t,quality:r=75})=>e?`${e}?w=${t}&q=${r}`:"/no-image.jpg";e.s(["default",0,a],16509);let n=({className:e="w-full h-full",width:r=200,height:s=200})=>(0,t.jsxs)("svg",{width:r,height:s,viewBox:"0 0 200 200",fill:"none",className:e,xmlns:"http://www.w3.org/2000/svg",children:[(0,t.jsx)("rect",{x:"10",y:"10",width:"180",height:"180",rx:"8",stroke:"currentColor",strokeWidth:"3",strokeDasharray:"8 4",fill:"transparent",className:"text-slate-800 dark:text-slate-400"}),(0,t.jsx)("rect",{x:"40",y:"40",width:"120",height:"80",rx:"4",stroke:"currentColor",strokeWidth:"3",fill:"transparent"}),(0,t.jsx)("path",{d:"M50 100 L70 80 L90 95 L110 75 L130 90 L150 70",stroke:"currentColor",strokeWidth:"3",fill:"none",strokeLinecap:"round",strokeLinejoin:"round"}),(0,t.jsx)("circle",{cx:"130",cy:"55",r:"8",stroke:"currentColor",strokeWidth:"3",fill:"transparent"}),(0,t.jsx)("text",{x:"100",y:"145",textAnchor:"middle",className:"text-text-secondary text-sm font-semibold",fill:"currentColor",children:"No Image"})]});e.s(["default",0,({fallbackSrc:e="",src:l,...o})=>{let[d,u]=(0,s.useState)(l),[c,f]=(0,s.useState)(!1),{formatMessage:m}=(0,i.useIntl)();return c||!d?(0,t.jsx)("div",{className:o.className||"w-full h-full flex items-center justify-center bg-surface",children:(0,t.jsx)(n,{width:o.width||200,height:o.height||200,className:"max-w-full max-h-full"})}):(0,t.jsx)(r.default,{src:d,loader:a,alt:m({id:"image-not-found",defaultMessage:"Image not found"}),...o,onError:()=>{e&&d!==e?u(e):f(!0)}})}],87284)},93380,e=>{"use strict";e.s(["default",0,e=>e?e?.username?e.username:e?.profile?.displayName?e?.profile?.displayName:e?.profile?.address?.firstName||e?.profile?.address?.lastName?`${e?.profile?.address?.firstName} ${e?.profile?.address?.lastName}`:e?.name?e.name:e.isGuest?e?.primaryEmail?.address?.split(".")?.[0]:null:null])},90645,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},i){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:i,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244"}))});e.s(["LinkIcon",0,r],90645)},94672,e=>{"use strict";var t=e.i(59080);let r=t.gql`
138
- fragment WorkFragment on Work {
139
- _id
140
- type
141
- scheduled
142
- status
143
- started
144
- success
145
- finished
146
- created
147
- deleted
148
- retries
149
- original {
150
- _id
151
- retries
152
- }
153
- input
154
- result
155
- }
156
- `;e.s(["default",0,r])},52835,e=>{"use strict";var t=e.i(59080),r=e.i(32171),s=e.i(66773),i=e.i(94672);let a=t.gql`
157
- query WorkQueue(
158
- $queryString: String
159
- $offset: Int
160
- $limit: Int
161
- $status: [WorkStatus!]
162
- $types: [WorkType!]
163
- $created: DateFilterInput
164
- $sort: [SortOptionInput!]
165
- ) {
166
- workQueue(
167
- queryString: $queryString
168
- offset: $offset
169
- limit: $limit
170
- status: $status
171
- types: $types
172
- created: $created
173
- sort: $sort
174
- ) {
175
- ...WorkFragment
176
- }
177
- activeWorkTypes
178
- workQueueCount(
179
- status: $status
180
- types: $types
181
- created: $created
182
- queryString: $queryString
183
- )
184
- }
185
- ${i.default}
186
- `;e.s(["default",0,({queryString:e="",limit:t=50,status:i,types:n,created:l=null,sort:o=[],offset:d=0,pollInterval:u=1e3})=>{let{data:c,loading:f,error:m,fetchMore:g,previousData:p}=(0,r.useQuery)(a,{fetchPolicy:"cache-and-network",pollInterval:u,variables:{queryString:e,offset:d,limit:t,status:i,types:n,created:Object.fromEntries(Object.entries(l||{}).filter(([,e])=>e).map(([e,t])=>[e,t])),sort:(o||[]).length?o:[{key:"scheduled",value:s.ISortDirection.Desc}]}}),h=c?.workQueue||p?.workQueue||[],v=c?.activeWorkTypes||[],y=c?.workQueueCount||0,x=h?.length<y;return{workQueue:h,total:y,activeWorkTypes:v,hasMore:x,loading:f,error:m,loadMore:()=>{g({variables:{offset:h.length}})}}}])},86201,e=>{"use strict";var t=e.i(91398),r=e.i(41158),s=e.i(69322),i=e.i(5505);e.s(["default",0,({error:e=null,resetError:a=null})=>{let{formatMessage:n}=(0,s.useIntl)();return(0,t.jsx)("div",{className:"flex min-h-screen items-center justify-center py-12 px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"w-full max-w-md space-y-4 text-center",children:[(0,t.jsx)("div",{children:(0,t.jsx)("h2",{className:"text-center text-3xl text-text-primary",children:n({id:"internal_server_error",defaultMessage:"500 Internal Server Error"})})}),(0,t.jsx)(i.default,{children:(0,t.jsxs)("div",{className:"space-y-6 px-4 pb-5 pt-3 sm:rounded-lg sm:px-10",children:[(0,t.jsxs)("div",{className:"text-center",children:[(0,t.jsx)("div",{className:"mx-auto flex h-12 w-12 items-center justify-center rounded-full bg-rose-100 dark:bg-rose-900",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-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L3.732 16.5c-.77.833.192 2.5 1.732 2.5z"})})}),(0,t.jsx)("p",{className:"mt-4 text-sm font-semibold uppercase tracking-wide text-danger",children:n({id:"error_500",defaultMessage:"500 Error"})}),(0,t.jsx)("p",{className:"mt-2 text-base text-text-muted",children:n({id:"internal_server_error_message",defaultMessage:"Sorry, something went wrong on our end. We are working to fix this."})}),e?.message&&(0,t.jsxs)("details",{className:"mt-4 text-left",children:[(0,t.jsx)("summary",{className:"cursor-pointer text-sm text-text-secondary hover:text-slate-800 dark:hover:text-slate-300",children:n({id:"show_error_details",defaultMessage:"Show error details"})}),(0,t.jsx)("pre",{className:"mt-2 text-xs text-text-muted whitespace-pre-wrap break-all",children:e?.message})]})]}),(0,t.jsxs)("div",{className:"flex flex-col gap-3 mt-6",children:[(0,t.jsxs)(r.default,{href:"/",className:"group relative flex w-full justify-center rounded-md border border-transparent bg-accent py-2 px-4 text-sm font-medium text-white hover:bg-accent-hover focus:outline-hidden focus:ring-2 focus:ring-slate-800 dark:focus:ring-slate-400 focus:ring-offset-2",children:[(0,t.jsx)("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",children:(0,t.jsx)("svg",{className:"h-5 w-5 text-white group-hover: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:"M9.707 16.707a1 1 0 01-1.414 0l-6-6a1 1 0 010-1.414l6-6a1 1 0 011.414 1.414L5.414 9H17a1 1 0 110 2H5.414l4.293 4.293a1 1 0 010 1.414z",clipRule:"evenodd"})})}),n({id:"back_to_home",defaultMessage:"Back to Home"})]}),a&&(0,t.jsxs)("button",{type:"button",onClick:a,className:"group relative flex w-full justify-center rounded-md border border-slate-300 bg-surface-raised dark:border-slate-600 py-2 px-4 text-sm font-medium text-text-secondary hover:bg-surface-raised focus:outline-hidden focus:ring-2 focus:ring-slate-500 dark:focus:ring-slate-400 focus:ring-offset-2",children:[(0,t.jsx)("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",children:(0,t.jsx)("svg",{className:"h-5 w-5 text-text-muted group-hover:text-slate-600 dark:group-hover:text-slate-300",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:"M4 2a1 1 0 011 1v2.101a7.002 7.002 0 0111.601 2.566 1 1 0 11-1.885.666A5.002 5.002 0 005.999 7H9a1 1 0 010 2H4a1 1 0 01-1-1V3a1 1 0 011-1zm.008 9.057a1 1 0 011.276.61A5.002 5.002 0 0014.001 13H11a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0v-2.101a7.002 7.002 0 01-11.601-2.566 1 1 0 01.61-1.276z",clipRule:"evenodd"})})}),n({id:"try_again",defaultMessage:"Try Again"})]})]})]})})]})})}])},83788,e=>{"use strict";var t=e.i(91398),r=e.i(91788),s=e.i(86201);class i extends r.default.Component{constructor(e){super(e),this.state={hasError:!1,error:null}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){console.error({error:e,errorInfo:t})}render(){return this.state.hasError?(0,t.jsx)(s.default,{error:this.state.error,resetError:()=>this.setState({hasError:!1,error:null})}):this.props.children}}e.s(["default",0,i])},85192,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},i){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:i,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 6.878V6a2.25 2.25 0 0 1 2.25-2.25h7.5A2.25 2.25 0 0 1 18 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 0 0 4.5 9v.878m13.5-3A2.25 2.25 0 0 1 19.5 9v.878m0 0a2.246 2.246 0 0 0-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0 1 21 12v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6c0-.98.626-1.813 1.5-2.122"}))});e.s(["RectangleStackIcon",0,r],85192)},79466,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return o}});let s=e.r(31640),i=e.r(91398),a=s._(e.r(91788)),n=e.r(89129);async function l({Component:e,ctx:t}){return{pageProps:await (0,n.loadGetInitialProps)(e,t)}}class o extends a.default.Component{static{this.origGetInitialProps=l}static{this.getInitialProps=l}render(){let{Component:e,pageProps:t}=this.props;return(0,i.jsx)(e,{...t})}}("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)},5432,e=>{"use strict";var t=e.i(91788),r=e.i(66773),s=e.i(52835);e.s(["default",0,({queryString:e=null,sortOptions:i}={})=>{let a=(0,t.useMemo)(()=>new Date(Date.now()-864e5).toISOString(),[]),{workQueue:n}=(0,s.default)({types:[r.IWorkType.BulkExport],queryString:e,created:{start:a},status:[r.IWorkStatus.Success],pollInterval:6e4});if(!n?.length)return{exports:[],count:0};let l=Date.now(),o=n.map(e=>{let t=new Date(e.finished).getTime(),r=Object.entries(e.result?.files||{}).filter(([,e])=>!!e?.url&&(!e?.expires||e.expires>l)).map(([e,r])=>({name:e.toUpperCase(),url:r.url,expiresAt:new Date(t+r.expires).toLocaleString()}));return 0===r.length?null:{id:e._id,type:e.input?.type,finished:new Date(e.finished).toLocaleString(),files:r}}).filter(e=>null!==e);return{count:o.reduce((e,t)=>e+t.files.length,0),exports:o}}])},86610,e=>{"use strict";var t=e.i(59080);let r=async(e,r=null)=>{await e.mutate({mutation:t.gql`
187
- mutation Logout {
188
- logout {
189
- success
190
- }
191
- }
192
- `}),await e.resetStore(),r?r.push("/log-in"):window.location.href="/log-in"};e.s(["default",0,r])},45880,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},i){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:i,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15M12 9l3 3m0 0-3 3m3-3H2.25"}))});e.s(["ArrowRightEndOnRectangleIcon",0,r],45880)},26917,63529,e=>{"use strict";var t=e.i(91398),r=e.i(91788);let s=r.forwardRef(function({title:e,titleId:t,...s},i){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:i,"aria-labelledby":t},s),e?r.createElement("title",{id:t},e):null,r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z"}))}),i=r.forwardRef(function({title:e,titleId:t,...s},i){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:i,"aria-labelledby":t},s),e?r.createElement("title",{id:t},e):null,r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"}))});var a=e.i(56206),n=e.i(83283);e.s(["default",0,()=>{let{theme:e,setTheme:r}=(0,n.default)();return(0,t.jsx)("div",{className:"inline-flex items-center z-50",children:(0,t.jsxs)("button",{type:"button",className:"group hover:cursor-pointer focus:outline-hidden focus:ring-2 focus:ring-slate-800 hover:bg-slate-100 dark:hover:bg-slate-800 transition-colors rounded-md p-2",id:"theme-toggle",title:"Toggles light & dark","aria-label":"auto","aria-live":"polite",onClick:()=>{"dark"===e?r("light"):r("dark")},children:[(0,t.jsx)(i,{className:(0,a.default)("w-6 h-6 text-slate-600 transition-all ease-out delay-1000",{hidden:"dark"===e})}),(0,t.jsx)(s,{className:(0,a.default)("w-6 h-6 text-yellow-200 group-hover:text-white transition-colors duration-200",{hidden:"light"===e})})]})})}],26917);var l=e.i(69322),o=e.i(24629),d=e.i(79684);e.s(["default",0,({narrowNav:e=!1})=>{let{locale:s,formatMessage:i}=(0,l.useIntl)(),[a,n]=(0,r.useState)(!1),u=["en","de"],c=u.find(e=>e===s)||"en",[,f]=(0,d.default)("preferred-language",c),m=async e=>{try{f(e),window.location.reload(),n(!1)}catch(e){console.error("Failed to change language:",e)}};return(0,r.useEffect)(()=>{let e=e=>{e.target.closest("[data-language-toggle]")||n(!1)};if(a)return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[a]),(0,t.jsxs)("div",{className:"relative","data-language-toggle":!0,children:[(0,t.jsx)("button",{onClick:()=>n(!a),className:"flex items-center space-x-1 p-2 text-slate-600 dark:text-sky-400 hover:text-slate-900 dark:hover:text-slate-200 rounded-md hover:bg-slate-100 dark:hover:bg-slate-800 transition-colors focus:outline-hidden focus:ring-2 focus:ring-slate-800",title:i({id:"change_language",defaultMessage:"Change language"}),children:(0,t.jsx)(o.GlobeAltIcon,{className:"h-6 w-6"})}),a&&(0,t.jsx)("div",{className:`absolute w-48 rounded-md shadow-lg bg-white dark:bg-slate-800 ring-1 ring-black ring-opacity-5 z-[9999] ${e?"left-full ml-2 bottom-0":"right-0 md:left-full md:ml-2 md:bottom-full md:mb-2 mt-2 md:mt-0"}`,children:(0,t.jsxs)("div",{className:"py-1",role:"menu",children:[(0,t.jsx)("div",{className:"px-4 py-2 text-xs font-semibold text-slate-500 dark:text-slate-400 uppercase tracking-wide border-b border-slate-200 dark:border-slate-700",children:i({id:"select_language",defaultMessage:"Select Language"})}),u.map(e=>(0,t.jsx)("button",{onClick:()=>m(e),className:`w-full text-left px-4 py-2 text-sm hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors ${c===e?"bg-slate-50 dark:bg-slate-700 text-slate-900 dark:text-slate-100 font-medium":"text-slate-700 dark:text-slate-300"}`,role:"menuitem",children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("span",{children:{en:"English",de:"Deutsch"}[e]||e.toUpperCase()}),c===e&&(0,t.jsx)("div",{className:"h-2 w-2 rounded-full bg-slate-800"})]})},e))]})})]})}],63529)},24629,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},i){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:i,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418"}))});e.s(["GlobeAltIcon",0,r],24629)},83345,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},i){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:i,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 7.5-9-5.25L3 7.5m18 0-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9"}))});e.s(["CubeIcon",0,r],83345)},60121,(e,t,r)=>{"use strict";var s=e.r(91788),i="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},a=s.useState,n=s.useEffect,l=s.useLayoutEffect,o=s.useDebugValue;function d(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!i(e,r)}catch(e){return!0}}var u="u"<typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var r=t(),s=a({inst:{value:r,getSnapshot:t}}),i=s[0].inst,u=s[1];return l(function(){i.value=r,i.getSnapshot=t,d(i)&&u({inst:i})},[e,r,t]),n(function(){return d(i)&&u({inst:i}),e(function(){d(i)&&u({inst:i})})},[e]),o(r),r};r.useSyncExternalStore=void 0!==s.useSyncExternalStore?s.useSyncExternalStore:u},90979,(e,t,r)=>{"use strict";t.exports=e.r(60121)},1403,e=>{"use strict";var t=e.i(59080),r=e.i(32171);let s=t.gql`
193
- query UsersCount(
194
- $includeGuests: Boolean
195
- $queryString: String
196
- $lastLogin: DateFilterInput
197
- $emailVerified: Boolean
198
- ) {
199
- usersCount(
200
- includeGuests: $includeGuests
201
- queryString: $queryString
202
- lastLogin: $lastLogin
203
- emailVerified: $emailVerified
204
- )
205
- }
206
- `;e.s(["default",0,({includeGuests:e=!1,queryString:t=null,lastLogin:i=null,emailVerified:a=null}={})=>{let{data:n,loading:l,error:o}=(0,r.useQuery)(s,{variables:{includeGuests:e,queryString:t,lastLogin:i,emailVerified:a}});return{usersCount:n?.usersCount||0,loading:l,error:o}}])},84870,e=>{"use strict";var t=e.i(91788),r=e.i(59080),s=e.i(32171),i=e.i(69322);let a=r.gql`
207
- query ShopStatus {
208
- countriesCount
209
- currenciesCount
210
- languagesCount
211
- productsCount
212
- assortmentsCount
213
- filtersCount
214
- deliveryProvidersCount
215
- paymentProvidersCount
216
- }
217
- `;e.s(["default",0,()=>{let{formatMessage:e}=(0,i.useIntl)(),{data:r,loading:n,error:l}=(0,s.useQuery)(a);return{configuration:(0,t.useMemo)(()=>{let t,s,i,a,n,l,o,d={...{currenciesCount:{id:"currencies",title:e({id:"currencies",defaultMessage:"Currencies"}),description:e({id:"currency_config_description",defaultMessage:"Set up currencies for pricing and payments"}),isRequired:!0,setupUrl:"/currency/new",category:"essential",estimatedTime:"2 min",icon:"currency",isComplete:!1},countriesCount:{id:"countries",title:e({id:"countries",defaultMessage:"Countries"}),description:e({id:"countries_config_description",defaultMessage:"Configure countries and assign default currencies"}),isRequired:!0,setupUrl:"/country/new",category:"essential",estimatedTime:"2 min",icon:"globe",isComplete:!1},languagesCount:{id:"languages",title:e({id:"languages",defaultMessage:"Languages"}),description:e({id:"language_config_description",defaultMessage:"Configure languages for content localization"}),isRequired:!0,setupUrl:"/language/new",category:"essential",estimatedTime:"2 min",icon:"language",isComplete:!1},paymentProvidersCount:{id:"payment",title:e({id:"payment_processing",defaultMessage:"Payment Processing"}),description:e({id:"payment_processing_config_description",defaultMessage:"Invoice payment provider is already configured"}),isRequired:!0,setupUrl:"/payment-provider/new",category:"commerce",estimatedTime:"10 min",icon:"credit-card",isComplete:!1},deliveryProvidersCount:{id:"delivery",title:e({id:"delivery_processing",defaultMessage:"Shipping & Delivery"}),description:e({id:"delivery_processing_config_description",defaultMessage:"Delivery methods are already configured"}),isRequired:!0,setupUrl:"/delivery-provider/new",category:"commerce",estimatedTime:"10 min",icon:"truck",isComplete:!1},productsCount:{id:"products",title:e({id:"products",defaultMessage:"Products"}),description:e({id:"products_config_description",defaultMessage:"Create your first products"}),isRequired:!0,setupUrl:"/products/new",category:"content",estimatedTime:"5 min",icon:"cube",isComplete:!1},assortmentsCount:{id:"assortments",title:e({id:"assortments",defaultMessage:"Assortments"}),description:e({id:"assortment_config_description",defaultMessage:"Organize products into categories"}),isRequired:!1,setupUrl:"/assortments/new",category:"content",estimatedTime:"3 min",icon:"folder",isComplete:!1}}};if(r)for(let e of Object.keys(d))d[e]={...d[e],isComplete:r?.[e]>0};return s=(t=Object.values(d)).filter(e=>e.isComplete),a=(i=t.filter(e=>e.isRequired)).filter(e=>e.isComplete),n=t.filter(e=>"essential"===e.category),l=t.filter(e=>"commerce"===e.category),o=t.filter(e=>"content"===e.category),{steps:d,completedSteps:s,overallProgress:Math.round(s.length/t.length*100),isFullyConfigured:a.length===i.length,essentialStepsComplete:n.every(e=>e.isComplete),commerceStepsComplete:l.filter(e=>e.isRequired).every(e=>e.isComplete),contentStepsComplete:o.every(e=>e.isComplete),essentialSteps:n,commerceSteps:l,contentSteps:o}},[r]),loading:n,error:l}}],84870)},48761,e=>{e.v(t=>Promise.all(["static/chunks/0a1flay6uksa2.js"].map(t=>e.l(t))).then(()=>t(93594)))},28805,e=>{e.v(e=>Promise.resolve().then(()=>e(79466)))}]);
@@ -1,16 +0,0 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,15125,(e,r,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={VALID_LOADERS:function(){return i},imageConfigDefault:function(){return n}};for(var s in a)Object.defineProperty(t,s,{enumerable:!0,get:a[s]});let i=["default","imgix","cloudinary","akamai","custom"],n={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}},13521,(e,r,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"ImageConfigContext",{enumerable:!0,get:function(){return i}});let a=e.r(31640)._(e.r(91788)),s=e.r(15125),i=a.default.createContext(s.imageConfigDefault)},83147,e=>{"use strict";let r=e=>e&&e?.split(",").reduce((e,r)=>{let[t=null,a=null]=(r||"")?.split("_")||[];return{...e,[t]:a}},null)||{};e.s(["classNames",0,(...e)=>e.filter(Boolean).join(" "),"convertSortFieldsToQueryFormat",0,e=>Object.entries(r(e))?.map(([e,r])=>({key:e,value:r})),"getInterfaceLabel",0,e=>e?.label&&e?.version?`${e.label} ${e.version}`:"","getSortKeys",0,r,"normalizeCountryISOCode",0,(e,r,t=!0)=>{if(!r)return"";try{return`${new Intl.DisplayNames([e],{type:"region"}).of(r)} ${t?`(${r})`:""}`}catch{return r}},"normalizeCurrencyISOCode",0,(e,r,t=!0)=>{if(!r)return"";try{return`${new Intl.DisplayNames([e],{type:"currency"}).of(r)} ${t?`(${r})`:""}`}catch{return r}},"normalizeLanguageISOCode",0,(e,r,t=!0)=>{if(!r)return"";try{return`${new Intl.DisplayNames([e],{type:"language"}).of(r)} ${t?`(${r})`:""}`}catch{return r}},"normalizeQuery",0,(e,r,t)=>{let a;return a=t?{...e,[t]:r}:e,Object.keys(a)?.map(e=>[e,a[e]].join("="))?.join("&")},"useFormatPrice",0,()=>({formatPrice:e=>{if(!e?.currencyCode)return"n/a";if(e?.amount===void 0||e?.amount===null)return"";let{amount:r,currencyCode:t}=e||{};return new Intl.NumberFormat(navigator.language,{style:"currency",currency:t}).format(r/100)}})])},21128,e=>{"use strict";var r=e.i(91398),t=e.i(56206),a=e.i(38865),s=e.i(61898);e.s(["default",0,({label:e,disabled:i=!1,className:n="",hidden:o=!1,...l})=>{let d=(0,a.useFormikContext)(),{...u}=l,c=Object.fromEntries(Object.keys(d.initialValues).map(e=>[e,d.getFieldMeta(e)])),{disabled:m}=(0,s.default)(),g=Object.values(c).reduce((e,{error:r,touched:t})=>e||r&&t,!1),v=i||m||d.isSubmitting||g,w=d.isSubmitting&&!g,f=(i||m||g)&&!d.isSubmitting;return(0,r.jsx)("input",{className:(0,t.default)("inline-flex cursor-pointer justify-center rounded-sm border border-slate-300 px-4 py-2 text-center text-sm font-medium leading-5 shadow-sm hover:shadow-md focus:ring-slate-800 dark:focus:ring-slate-400",n,{"bg-rose-50 dark:bg-slate-800 dark:text-rose-300 cursor-not-allowed border-rose-300 dark:border-rose-600 text-rose-900":f,"bg-slate-600 dark:bg-slate-700 text-white cursor-not-allowed border-slate-400 dark:border-slate-600":w,"bg-accent text-white hover:bg-accent-hover focus:outline-hidden focus:ring-2 focus:ring-offset-2 border-transparent":!v,hidden:o}),"aria-label":e,type:"submit",value:e,disabled:v,...u})}])},66773,e=>{"use strict";var r,t,a,s,i,n,o,l,d,u,c,m=((r={}).Pickup="PICKUP",r.Shipping="SHIPPING",r),g=((t={}).MultiChoice="MULTI_CHOICE",t.Range="RANGE",t.SingleChoice="SINGLE_CHOICE",t.Switch="SWITCH",t),v=((a={}).Generic="GENERIC",a.Invoice="INVOICE",a),w=((s={}).Active="ACTIVE",s.Deleted="DELETED",s.Draft="DRAFT",s),f=((i={}).BundleProduct="BUNDLE_PRODUCT",i.ConfigurableProduct="CONFIGURABLE_PRODUCT",i.PlanProduct="PLAN_PRODUCT",i.SimpleProduct="SIMPLE_PRODUCT",i.TokenizedProduct="TOKENIZED_PRODUCT",i),p=((n={}).Color="COLOR",n.Text="TEXT",n),h=((o={}).AnswerQuotation="answerQuotation",o.BookmarkProduct="bookmarkProduct",o.BulkImport="bulkImport",o.ChangePassword="changePassword",o.CheckoutCart="checkoutCart",o.ConfirmMediaUpload="confirmMediaUpload",o.CreateCart="createCart",o.CreateEnrollment="createEnrollment",o.CreateUser="createUser",o.DownloadFile="downloadFile",o.EnrollUser="enrollUser",o.ForgotPassword="forgotPassword",o.Heartbeat="heartbeat",o.Impersonate="impersonate",o.LoginAsGuest="loginAsGuest",o.LoginWithPassword="loginWithPassword",o.LoginWithWebAuthn="loginWithWebAuthn",o.Logout="logout",o.LogoutAllSessions="logoutAllSessions",o.ManageAssortments="manageAssortments",o.ManageBookmarks="manageBookmarks",o.ManageCountries="manageCountries",o.ManageCurrencies="manageCurrencies",o.ManageDeliveryProviders="manageDeliveryProviders",o.ManageFilters="manageFilters",o.ManageLanguages="manageLanguages",o.ManagePaymentCredentials="managePaymentCredentials",o.ManagePaymentProviders="managePaymentProviders",o.ManageProductReviews="manageProductReviews",o.ManageProducts="manageProducts",o.ManageQuotations="manageQuotations",o.ManageUsers="manageUsers",o.ManageWarehousingProviders="manageWarehousingProviders",o.ManageWorker="manageWorker",o.MarkOrderConfirmed="markOrderConfirmed",o.MarkOrderDelivered="markOrderDelivered",o.MarkOrderPaid="markOrderPaid",o.MarkOrderRejected="markOrderRejected",o.PageView="pageView",o.RegisterPaymentCredentials="registerPaymentCredentials",o.RemoveUser="removeUser",o.RequestQuotation="requestQuotation",o.ResetPassword="resetPassword",o.ReviewProduct="reviewProduct",o.Search="search",o.SendEmail="sendEmail",o.StopImpersonation="stopImpersonation",o.UpdateCart="updateCart",o.UpdateEnrollment="updateEnrollment",o.UpdateOrder="updateOrder",o.UpdateOrderDelivery="updateOrderDelivery",o.UpdateOrderDiscount="updateOrderDiscount",o.UpdateOrderItem="updateOrderItem",o.UpdateOrderPayment="updateOrderPayment",o.UpdateProductReview="updateProductReview",o.UpdateToken="updateToken",o.UpdateUser="updateUser",o.UpdateUsername="updateUsername",o.UploadTempFile="uploadTempFile",o.UploadUserAvatar="uploadUserAvatar",o.UseWebAuthn="useWebAuthn",o.VerifyEmail="verifyEmail",o.ViewAssortment="viewAssortment",o.ViewAssortments="viewAssortments",o.ViewCountries="viewCountries",o.ViewCountry="viewCountry",o.ViewCurrencies="viewCurrencies",o.ViewCurrency="viewCurrency",o.ViewDeliveryInterfaces="viewDeliveryInterfaces",o.ViewDeliveryProvider="viewDeliveryProvider",o.ViewDeliveryProviders="viewDeliveryProviders",o.ViewEnrollment="viewEnrollment",o.ViewEnrollments="viewEnrollments",o.ViewEvent="viewEvent",o.ViewEvents="viewEvents",o.ViewFilter="viewFilter",o.ViewFilters="viewFilters",o.ViewLanguage="viewLanguage",o.ViewLanguages="viewLanguages",o.ViewLogs="viewLogs",o.ViewOrder="viewOrder",o.ViewOrders="viewOrders",o.ViewPaymentInterfaces="viewPaymentInterfaces",o.ViewPaymentProvider="viewPaymentProvider",o.ViewPaymentProviders="viewPaymentProviders",o.ViewProduct="viewProduct",o.ViewProducts="viewProducts",o.ViewQuotation="viewQuotation",o.ViewQuotations="viewQuotations",o.ViewShopInfo="viewShopInfo",o.ViewStatistics="viewStatistics",o.ViewToken="viewToken",o.ViewTokens="viewTokens",o.ViewTranslations="viewTranslations",o.ViewUser="viewUser",o.ViewUserCount="viewUserCount",o.ViewUserEnrollments="viewUserEnrollments",o.ViewUserOrders="viewUserOrders",o.ViewUserPrivateInfos="viewUserPrivateInfos",o.ViewUserProductReviews="viewUserProductReviews",o.ViewUserPublicInfos="viewUserPublicInfos",o.ViewUserQuotations="viewUserQuotations",o.ViewUserRoles="viewUserRoles",o.ViewUserTokens="viewUserTokens",o.ViewUsers="viewUsers",o.ViewWarehousingInterfaces="viewWarehousingInterfaces",o.ViewWarehousingProvider="viewWarehousingProvider",o.ViewWarehousingProviders="viewWarehousingProviders",o.ViewWork="viewWork",o.ViewWorkQueue="viewWorkQueue",o.VoteProductReview="voteProductReview",o),y=((l={}).Asc="ASC",l.Desc="DESC",l),C=((d={}).Physical="PHYSICAL",d.Virtual="VIRTUAL",d),P=((u={}).Allocated="ALLOCATED",u.Deleted="DELETED",u.Failed="FAILED",u.New="NEW",u.Success="SUCCESS",u),b=((c={}).Budgetsms="BUDGETSMS",c.Bulkgate="BULKGATE",c.BulkExport="BULK_EXPORT",c.BulkImport="BULK_IMPORT",c.Email="EMAIL",c.EnrollmentOrderGenerator="ENROLLMENT_ORDER_GENERATOR",c.ErrorNotifications="ERROR_NOTIFICATIONS",c.ExportToken="EXPORT_TOKEN",c.External="EXTERNAL",c.Heartbeat="HEARTBEAT",c.HttpRequest="HTTP_REQUEST",c.Message="MESSAGE",c.Push="PUSH",c.RefreshTokens="REFRESH_TOKENS",c.Twilio="TWILIO",c.Unknown="UNKNOWN",c.UpdateCoinbaseRates="UPDATE_COINBASE_RATES",c.UpdateEcbRates="UPDATE_ECB_RATES",c.UpdateTokenOwnership="UPDATE_TOKEN_OWNERSHIP",c.ZombieKiller="ZOMBIE_KILLER",c);e.s(["IDeliveryProviderType",()=>m,"IFilterType",()=>g,"IPaymentProviderType",()=>v,"IProductStatus",()=>w,"IProductType",()=>f,"IProductVariationType",()=>p,"IRoleAction",()=>h,"ISortDirection",()=>y,"IWarehousingProviderType",()=>C,"IWorkStatus",()=>P,"IWorkType",()=>b])},58971,95015,e=>{"use strict";var r=e.i(91788);let t=r.default.createContext({isAdmin:()=>!1,hasRole:()=>!1});e.s(["default",0,t],95015),e.s(["default",0,()=>(0,r.useContext)(t)],58971)},5505,e=>{"use strict";var r=e.i(91398),t=e.i(91788),a=e.i(56206);let s=(0,t.createContext)(!1);e.s(["FormWrapperContext",0,s,"default",0,({children:e,className:t=""})=>(0,r.jsx)(s.Provider,{value:!0,children:(0,r.jsx)("div",{className:"sm:max-w-full",children:(0,r.jsx)("div",{className:(0,a.default)("bg-white dark:bg-slate-800 rounded-md shadow-sm overflow-hidden",t),children:e})})})])},16984,e=>{"use strict";var r=e.i(91398),t=e.i(56206),a=e.i(82226),s=e.i(60741),i=e.i(54879);e.s(["default",0,({maxLength:e=0,validators:n=[],...o})=>{let l=(0,s.default)({validators:[...n,e&&(0,a.validateMaxLength)(e)],...o});return(0,r.jsx)(i.default,{...l,children:(0,r.jsx)("input",{className:(0,t.default)("relative mt-1 block w-full dark:focus:autofill dark:hover:autofill dark:autofill dark:placeholder:text-slate-600 dark:bg-slate-900 dark:text-slate-200 appearance-none rounded-md border-1 dark:border-slate-700 px-4 py-2.5 text-sm text-slate-900 focus:outline-hidden focus:ring-2 focus:ring-slate-800 shadow-xs",{"border-rose-700 placeholder:text-rose-500":!!l.error,"border-slate-300 placeholder-slate-400":!l.error}),disabled:l.disabled,id:l.name,name:l.name,onChange:l.onChange,onClick:e=>{e.stopPropagation()},onBlur:l.onBlur,placeholder:l.placeholder,autoComplete:l.autoComplete||"off",type:l.type||"text",value:l.value,autoFocus:l.autoFocus})})}])},6634,e=>{"use strict";var r=e.i(91398),t=e.i(56206),a=e.i(3828),s=e.i(83147);e.s(["default",0,({toggleText:e="",toggleKey:i=null,onToggle:n=null,active:o=!1,className:l="",disabled:d=!1,...u})=>{let c=(0,a.useRouter)(),m=c?.query?.[i]==="true"||o;return(0,r.jsxs)("div",{className:(0,t.default)("",l),children:[(0,r.jsxs)("button",{id:i,disabled:d,type:"button",className:(0,t.default)("relative inline-flex h-3.5 w-9 shrink-0 cursor-pointer rounded-full border-1 border-transparent transition-all duration-200 ease-in-out focus:outline-hidden focus:ring-2 focus:ring-slate-400 focus:ring-offset-2",{"bg-slate-200 dark:bg-slate-700":!m,"bg-emerald-500 dark:bg-emerald-600 shadow-sm":m}),role:"switch",onClick:n||(()=>{let{skip:e,...r}=c.query;c.push({query:(0,s.normalizeQuery)(r,!m,i)})}),"aria-checked":m?"true":"false",...u,children:[(0,r.jsx)("span",{className:"sr-only",children:e}),(0,r.jsxs)("span",{className:(0,t.default)("ml-0.5 pointer-events-none relative inline-block h-3 w-3 transform rounded-full bg-white shadow-sm ring-0 transition-all duration-200 ease-in-out",{"translate-x-5 shadow-md":m,"translate-x-0":!m}),children:[(0,r.jsx)("span",{className:(0,t.default)("absolute inset-0 flex h-full w-full items-center justify-center transition-opacity",{"opacity-0 duration-100 ease-out":m,"opacity-100 duration-200 ease-in":!m}),"aria-hidden":"true",children:(0,r.jsx)("svg",{className:"h-3 w-3 text-slate-400",fill:"none",viewBox:"0 0 12 12",children:(0,r.jsx)("path",{d:"M4 8l2-2m0 0l2-2M6 6L4 4m2 2l2 2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}),(0,r.jsx)("span",{className:(0,t.default)("absolute inset-0 flex h-full w-full items-center justify-center transition-opacity",{"opacity-100 duration-200 ease-in":m,"opacity-0 duration-100 ease-out":!m}),"aria-hidden":"true",children:(0,r.jsx)("svg",{className:"h-3 w-3 text-emerald-500",fill:"currentColor",viewBox:"0 0 12 12",children:(0,r.jsx)("path",{d:"M3.707 5.293a1 1 0 00-1.414 1.414l1.414-1.414zM5 8l-.707.707a1 1 0 001.414 0L5 8zm4.707-3.293a1 1 0 00-1.414-1.414l1.414 1.414zm-7.414 2l2 2 1.414-1.414-2-2-1.414 1.414zm3.414 2l4-4-1.414-1.414-4 4 1.414 1.414z"})})})]})]}),(0,r.jsx)("span",{className:"ml-3",id:"annual-billing-label",children:(0,r.jsx)("span",{className:"text-sm font-medium text-text-primary",children:e})})]})}])},10685,e=>{"use strict";var r=e.i(91398),t=e.i(56206),a=e.i(60741),s=e.i(54879);e.s(["default",0,e=>{let{options:i,...n}=(0,a.default)(e),{className:o}=e||{className:""};return(0,r.jsx)(s.default,{...n,children:(0,r.jsx)("div",{className:"select-wrap",children:(0,r.jsxs)("select",{className:(0,t.default)("block w-full dark:bg-slate-900 dark:text-white rounded-md border-1 border-border-default py-2.5 pl-3 pr-10 text-base text-black shadow-xs focus:outline-hidden focus:ring-2 focus:ring-slate-800 sm:text-sm",o,{"border-rose-700 text-rose-600 dark:border-rose-500 dark:text-rose-400":!!n.error}),disabled:n.disabled,id:n.name,name:n.name,onChange:n.onChange,onBlur:n.onBlur,value:n.value,children:[(0,r.jsx)("option",{className:"dark:text-slate-200",value:"",disabled:n.required,hidden:n.required,children:n.placeholder||n.label}),Object.entries(i).map(([e,t])=>(0,r.jsx)("option",{className:"dark:text-slate-200",value:e,children:t},e))]})})})}])},68191,e=>{"use strict";var r=e.i(59080);let t=r.gql`
2
- fragment CurrencyFragment on Currency {
3
- _id
4
- isoCode
5
- isActive
6
- contractAddress
7
- decimals
8
- }
9
- `;e.s(["default",0,t])},40191,e=>{"use strict";var r=e.i(91398),t=e.i(69322),a=e.i(66773),s=e.i(58971),i=e.i(6634),n=e.i(69211),o=e.i(21128),l=e.i(16984),d=e.i(10685),u=e.i(98949),c=e.i(82226);e.s(["default",0,({onSubmit:e,onSubmitSuccess:m=null,defaultValue:g={},isEdit:v=!1})=>{let{formatMessage:w}=(0,t.useIntl)(),{hasRole:f}=(0,s.default)(),p=w({id:"currency_added",defaultMessage:"Currency added successfully!"}),h=w({id:"currency_updated",defaultMessage:"Currency updated successfully!"}),y=(0,u.default)({submit:e,onSubmitSuccess:m,successMessage:v?h:p,getSubmitErrorMessage:e=>{if(e?.message?.includes("duplicate key"))return y.formik.setFieldError("isoCode",w({id:"currency_exists",defaultMessage:"Currency with the same ISO code already exists"})),null},initialValues:{isoCode:"",contractAddress:"",isActive:!1,decimals:2,...g}});return(0,r.jsxs)(n.default,{form:y,children:[(0,r.jsxs)("div",{className:"p-5 pb-7",children:[(0,r.jsx)(l.default,{name:"isoCode",disabled:!f(a.IRoleAction.ManageCurrencies),id:"isoCode",label:w({id:"iso_code",defaultMessage:"ISO code"}),autoComplete:"on",required:!0}),(0,r.jsx)(l.default,{name:"contractAddress",disabled:!f(a.IRoleAction.ManageCurrencies),id:"contractAddress",validators:[(0,c.isContractAddress)()],label:w({id:"contract_address",defaultMessage:"Contract Address"}),autoComplete:"on",className:"mt-4"}),(0,r.jsx)(d.default,{className:"mt-4",label:w({id:"decimals",defaultMessage:"Decimals"}),required:!0,name:"decimals",disabled:!f(a.IRoleAction.ManageCurrencies),options:Object.fromEntries(Array(32).fill(null).map((e,r)=>[r,`${r}`]))}),v&&(0,r.jsx)("div",{className:"mt-5 flex items-center",children:(0,r.jsx)(i.default,{toggleText:w({id:"active",defaultMessage:"Active"}),disabled:!f(a.IRoleAction.ManageCurrencies),active:y.formik.values.isActive,onToggle:()=>y.formik.setFieldValue("isActive",!y.formik.values.isActive)})})]}),f(a.IRoleAction.ManageCurrencies)&&(0,r.jsx)("div",{className:"border-t-slate-100 border-t dark:border-t-slate-700 space-y-6 rounded-b-md bg-slate-50 dark:bg-slate-900 p-5 text-right",children:(0,r.jsx)(o.default,{label:v?w({id:"update_currency",defaultMessage:"Update Currency"}):w({id:"add_currency",defaultMessage:"Add Currency"})})})]})}])},39503,e=>{"use strict";var r=e.i(91398),t=e.i(3828),a=e.i(69322),s=e.i(50595),i=e.i(5505),n=e.i(25327),o=e.i(40191),l=e.i(59080),d=e.i(76204),u=e.i(68191);let c=l.gql`
10
- mutation CreateCurrency($currency: CreateCurrencyInput!) {
11
- createCurrency(currency: $currency) {
12
- ...CurrencyFragment
13
- }
14
- }
15
- ${u.default}
16
- `;e.s(["default",0,()=>{let{createCurrency:e}=(()=>{let[e,{data:r,loading:t,error:a}]=(0,d.useMutation)(c);return{createCurrency:async({currency:{isoCode:r,contractAddress:t,decimals:a}})=>e({variables:{currency:{isoCode:r,contractAddress:t,decimals:parseInt(a||"2",10)}},refetchQueries:["Currencies","ShopStatus","ShopInfo"]}),newCurrency:r?.createCurrency,error:a,loading:t}})(),l=(0,t.useRouter)(),{formatMessage:u}=(0,a.useIntl)(),m=async({isoCode:r,contractAddress:t,decimals:a})=>{let{data:s,error:i}=await e({currency:{isoCode:r,contractAddress:t,decimals:a}});return!i&&{success:!0,data:s?.createCurrency}};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(s.default,{}),(0,r.jsx)(n.default,{headerText:u({id:"new_currency_header",defaultMessage:"New currency"})}),(0,r.jsxs)("div",{className:"mt-6 lg:grid lg:grid-cols-3 gap-10",children:[(0,r.jsx)("div",{className:"lg:col-span-2",children:(0,r.jsx)(i.default,{children:(0,r.jsx)(o.default,{onSubmit:m,onSubmitSuccess:(e,{_id:r})=>{l.replace(`/currency?currencyId=${r}`)}})})}),(0,r.jsx)("div",{className:"mt-10 lg:mt-44 lg:col-span-1",children:(0,r.jsx)("div",{className:"-my-5 divide-y divide-slate-200 dark:divide-slate-700 dark:text-slate-400 mr-4",children:u({id:"currency_contract_address_description",defaultMessage:"Contract address is optional and represents address of the 40 character long deployed token contract on the ethereum network. "})})})]})]})}],39503)},81910,(e,r,t)=>{let a="/currency/new";(window.__NEXT_P=window.__NEXT_P||[]).push([a,()=>e.r(39503)]),r.hot&&r.hot.dispose(function(){window.__NEXT_P.push([a])})},48761,e=>{e.v(r=>Promise.all(["static/chunks/0a1flay6uksa2.js"].map(r=>e.l(r))).then(()=>r(93594)))},28805,e=>{e.v(r=>Promise.all(["static/chunks/0htfk2vj7m.9j.js"].map(r=>e.l(r))).then(()=>r(79466)))}]);