@unchainedshop/admin-ui 5.0.0-alpha.3 → 5.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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/T3MvrnLGtwi3l3MDtTzwv/_buildManifest.js +262 -0
  309. package/out/_next/static/chunks/0-p8a6-okjx49.js +15 -0
  310. package/out/_next/static/chunks/0-u5tid26i8-3.js +188 -0
  311. package/out/_next/static/chunks/008hxgil51owu.js +234 -0
  312. package/out/_next/static/chunks/026k3ys50h91u.js +15 -0
  313. package/out/_next/static/chunks/02aa23atze2y4.js +119 -0
  314. package/out/_next/static/chunks/02dnhll1bce87.js +46 -0
  315. package/out/_next/static/chunks/03f0hv23abn4a.js +12 -0
  316. package/out/_next/static/chunks/03p0xulfluyqm.js +15 -0
  317. package/out/_next/static/chunks/044dmimivt13x.js +233 -0
  318. package/out/_next/static/chunks/047gokoblz-qy.js +16 -0
  319. package/out/_next/static/chunks/04yroykjly9ni.js +15 -0
  320. package/out/_next/static/chunks/05h2_5y4i_fe4.js +12 -0
  321. package/out/_next/static/chunks/0641gh6yb6tnd.js +3 -0
  322. package/out/_next/static/chunks/06bsql5zgjpaj.js +315 -0
  323. package/out/_next/static/chunks/06jtnxd7wr712.js +1 -0
  324. package/out/_next/static/chunks/070wy1qe-7-uf.js +242 -0
  325. package/out/_next/static/chunks/07l1vdt21xneu.js +14 -0
  326. package/out/_next/static/chunks/07q8ufsdxo1tx.js +1 -0
  327. package/out/_next/static/chunks/087a2d-0e1pvn.js +1 -0
  328. package/out/_next/static/chunks/09pees0w94cvm.js +1 -0
  329. package/out/_next/static/chunks/0_wmk0z5r9thu.js +95 -0
  330. package/out/_next/static/chunks/0ab_-095b34n5.js +90 -0
  331. package/out/_next/static/chunks/0aom8abciz-yf.js +1 -0
  332. package/out/_next/static/chunks/0cdcsn87u-tzw.js +1 -0
  333. package/out/_next/static/chunks/0cu-wqc76z_w6.js +1 -0
  334. package/out/_next/static/chunks/0dnzfqa8el54j.js +135 -0
  335. package/out/_next/static/chunks/0f-hhcgpd3kjt.js +5 -0
  336. package/out/_next/static/chunks/0gdriupdpmq28.js +14 -0
  337. package/out/_next/static/chunks/0hm6-xlqw4vmr.js +1 -0
  338. package/out/_next/static/chunks/0hmdmxkzhdtjx.js +155 -0
  339. package/out/_next/static/chunks/0hpirq7m-gjle.js +23 -0
  340. package/out/_next/static/chunks/0hup5ovc9v_-h.js +58 -0
  341. package/out/_next/static/chunks/0hxsdaxwhc3z4.js +110 -0
  342. package/out/_next/static/chunks/0j-yonuwgtg0k.js +22 -0
  343. package/out/_next/static/chunks/0jo3ujn_icmb9.js +28 -0
  344. package/out/_next/static/chunks/0mayhrft9-4hw.js +13 -0
  345. package/out/_next/static/chunks/0mdh4qszx-qw8.js +1 -0
  346. package/out/_next/static/chunks/0nyu34hvyz9_k.js +103 -0
  347. package/out/_next/static/chunks/0nz8nqr7k7pni.js +61 -0
  348. package/out/_next/static/chunks/0pjv94c771817.js +13 -0
  349. package/out/_next/static/chunks/0qrepe4aqal8_.js +2 -0
  350. package/out/_next/static/chunks/0qtbb-w9hs2i_.js +1 -0
  351. package/out/_next/static/chunks/0r0l1vs8bls6y.js +1 -0
  352. package/out/_next/static/chunks/0r2v5se5riad_.js +227 -0
  353. package/out/_next/static/chunks/0s3aax3no2y3_.js +54 -0
  354. package/out/_next/static/chunks/0sys36fl1uhl-.js +18 -0
  355. package/out/_next/static/chunks/0u-md-qpvyccn.js +149 -0
  356. package/out/_next/static/chunks/0ukobsq85_to1.js +135 -0
  357. package/out/_next/static/chunks/0vcn7yqzt3qlc.js +10 -0
  358. package/out/_next/static/chunks/0wl_oo549tgsw.js +14 -0
  359. package/out/_next/static/chunks/0wm5atnhe2mjs.js +119 -0
  360. package/out/_next/static/chunks/0wpmgf2-hr2iv.js +1 -0
  361. package/out/_next/static/chunks/0wthf9v7cuwqf.js +3 -0
  362. package/out/_next/static/chunks/0xcxmgeevaadl.js +8 -0
  363. package/out/_next/static/chunks/0xoerh23zk-pj.js +44 -0
  364. package/out/_next/static/chunks/0xvoojz5c4j32.js +14 -0
  365. package/out/_next/static/chunks/0ykc9b-l7rcv9.js +18 -0
  366. package/out/_next/static/chunks/0zb8qwy33hihq.js +142 -0
  367. package/out/_next/static/chunks/0zgu8kiokvsjz.js +1 -0
  368. package/out/_next/static/chunks/0zk0s8hqsf5tg.js +18 -0
  369. package/out/_next/static/chunks/0zl6mu89n1_wq.js +1 -0
  370. package/out/_next/static/chunks/0zntg6ltu_fk3.js +14 -0
  371. package/out/_next/static/chunks/10996osm11rxi.js +327 -0
  372. package/out/_next/static/chunks/10q9_f1ss9afd.js +8 -0
  373. package/out/_next/static/chunks/110vhftkm53lj.js +111 -0
  374. package/out/_next/static/chunks/113_jsmrqky1h.js +130 -0
  375. package/out/_next/static/chunks/11fqypagzye_v.js +43 -0
  376. package/out/_next/static/chunks/137522d4_apiu.js +166 -0
  377. package/out/_next/static/chunks/13ml43jv3bxh1.js +1 -0
  378. package/out/_next/static/chunks/16ad724tleody.js +13 -0
  379. package/out/_next/static/chunks/16r_t7quts1w0.js +289 -0
  380. package/out/_next/static/chunks/16yomp2b55xod.js +30 -0
  381. package/out/_next/static/chunks/17jd_42ijblk-.js +15 -0
  382. package/out/_next/static/chunks/17xseq9yxu638.js +1 -0
  383. package/out/_next/static/chunks/18yznjdgjug5c.js +7 -0
  384. package/out/_next/static/chunks/19i-cq0_2t00g.js +60 -0
  385. package/out/_next/static/chunks/19ppkss30jscq.js +13 -0
  386. package/out/_next/static/chunks/1_ov-8bomgh6c.js +54 -0
  387. package/out/_next/static/chunks/1b9l0n8vz64x7.js +233 -0
  388. package/out/_next/static/chunks/1cn3pe6lxja9e.js +44 -0
  389. package/out/_next/static/chunks/1dsjo02ozub3p.js +342 -0
  390. package/out/_next/static/chunks/1dut2ep8qfdv4.js +14 -0
  391. package/out/_next/static/chunks/1eqs_86cqpxcx.js +138 -0
  392. package/out/_next/static/chunks/1exlzd6w18o_b.js +8 -0
  393. package/out/_next/static/chunks/1f04wea7zvjf5.js +2 -0
  394. package/out/_next/static/chunks/1fqsykinbg1d_.js +12 -0
  395. package/out/_next/static/chunks/1g5l7e7du4p25.js +1 -0
  396. package/out/_next/static/chunks/1hokoliuqn63p.js +17 -0
  397. package/out/_next/static/chunks/1ihjqvn68cj5e.js +36 -0
  398. package/out/_next/static/chunks/1k798vpov34v6.js +12 -0
  399. package/out/_next/static/chunks/1lewut00m9sq1.js +1 -0
  400. package/out/_next/static/chunks/1lwiflo8v2d93.js +1 -0
  401. package/out/_next/static/chunks/1ng9tsm1f8e_a.js +1 -0
  402. package/out/_next/static/chunks/1nvy3y5qe_igv.js +233 -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/1r092zo5e6999.js +190 -0
  409. package/out/_next/static/chunks/1r0aluuzu5vw7.js +13 -0
  410. package/out/_next/static/chunks/1rgwj4dr0k4_b.js +5 -0
  411. package/out/_next/static/chunks/1sgv26vi42stl.js +13 -0
  412. package/out/_next/static/chunks/1t80pe40g73fh.js +82 -0
  413. package/out/_next/static/chunks/1u6jfjnf14knz.js +124 -0
  414. package/out/_next/static/chunks/1vnvinjvn78t3.js +1 -0
  415. package/out/_next/static/chunks/1xg3ey2rrdxfx.js +1 -0
  416. package/out/_next/static/chunks/1xx6ie3yh2hbk.js +235 -0
  417. package/out/_next/static/chunks/1y-vwb0-v5xv0.js +304 -0
  418. package/out/_next/static/chunks/2-8-i_m-82mjh.js +43 -0
  419. package/out/_next/static/chunks/2-s6g5_cyahx8.js +1 -0
  420. package/out/_next/static/chunks/20ndjd4r5l6vk.js +1 -0
  421. package/out/_next/static/chunks/20v019mj-zi94.js +13 -0
  422. package/out/_next/static/chunks/21w-hkh4_w1kl.js +19 -0
  423. package/out/_next/static/chunks/226ya3lbz_55w.js +19 -0
  424. package/out/_next/static/chunks/22az81pi-bqjb.js +1 -0
  425. package/out/_next/static/chunks/22get2_2lcba-.js +21 -0
  426. package/out/_next/static/chunks/22l-2aehes9lx.js +153 -0
  427. package/out/_next/static/chunks/23y9nin7qo-xy.js +17 -0
  428. package/out/_next/static/chunks/25t23h8zbmzh-.js +12 -0
  429. package/out/_next/static/chunks/273zh05aw6uz2.js +13 -0
  430. package/out/_next/static/chunks/28o-5560g4bwk.js +7 -0
  431. package/out/_next/static/chunks/28zahy_uqar2t.js +12 -0
  432. package/out/_next/static/chunks/29dylunjhn4te.js +34 -0
  433. package/out/_next/static/chunks/2_3qu55ddb4jo.js +3 -0
  434. package/out/_next/static/chunks/2_7z1veshuiiw.js +10 -0
  435. package/out/_next/static/chunks/2_ztj391g9yzt.js +226 -0
  436. package/out/_next/static/chunks/2a9z_gm1vn39c.js +173 -0
  437. package/out/_next/static/chunks/2a_46b7_7ml_y.js +1 -0
  438. package/out/_next/static/chunks/2b8nhs_3rpawc.js +1 -0
  439. package/out/_next/static/chunks/2biyd1hzgc2sv.js +339 -0
  440. package/out/_next/static/chunks/2c2vssolfspzg.js +50 -0
  441. package/out/_next/static/chunks/2dbrybnhe5thu.css +1 -0
  442. package/out/_next/static/chunks/2diqy5aehqe8j.js +58 -0
  443. package/out/_next/static/chunks/2djnsowjy3p8y.js +1 -0
  444. package/out/_next/static/chunks/2dq4d-ey-16cq.js +1 -0
  445. package/out/_next/static/chunks/2dyysegkbptw8.js +11 -0
  446. package/out/_next/static/chunks/2ei1rfxsl3q65.js +31 -0
  447. package/out/_next/static/chunks/2f3z_9lk_9lsj.js +14 -0
  448. package/out/_next/static/chunks/2fazxtc5_9tgo.js +52 -0
  449. package/out/_next/static/chunks/2fzc9bsweg7nf.js +807 -0
  450. package/out/_next/static/chunks/2h5-bnhry6wzl.js +14 -0
  451. package/out/_next/static/chunks/2hmtn1okhj6zz.js +234 -0
  452. package/out/_next/static/chunks/2htrbj6g7da-e.js +12 -0
  453. package/out/_next/static/chunks/2j51l4ukmrn7j.js +17 -0
  454. package/out/_next/static/chunks/2k4cusvrm93cp.js +39 -0
  455. package/out/_next/static/chunks/2ldks6pel2wcp.js +31 -0
  456. package/out/_next/static/chunks/2loz6t7f69t0c.js +1 -0
  457. package/out/_next/static/chunks/2onfts3kpe9d8.js +1 -0
  458. package/out/_next/static/chunks/2p9aozkdq_z13.js +329 -0
  459. package/out/_next/static/chunks/2pz2u5us_0jme.js +5 -0
  460. package/out/_next/static/chunks/2qaf44ypuy_4z.js +1 -0
  461. package/out/_next/static/chunks/2r1-eyf6hic-m.js +1 -0
  462. package/out/_next/static/chunks/2ritd1boot22-.js +32 -0
  463. package/out/_next/static/chunks/2s1__k407zn6n.js +1 -0
  464. package/out/_next/static/chunks/2s6qkrjh7-b6s.js +1 -0
  465. package/out/_next/static/chunks/2t70ji9pnllxh.js +81 -0
  466. package/out/_next/static/chunks/2tc6lgajxmo78.js +3 -0
  467. package/out/_next/static/chunks/2twd9trj9horc.js +61 -0
  468. package/out/_next/static/chunks/2ua7-skz9vm4r.js +13 -0
  469. package/out/_next/static/chunks/2vjkcd8g_hh68.js +46 -0
  470. package/out/_next/static/chunks/2w1twpn4nui6h.js +807 -0
  471. package/out/_next/static/chunks/2x4vo24qfe0mr.js +1 -0
  472. package/out/_next/static/chunks/2zm-d0-e0sxgo.js +23 -0
  473. package/out/_next/static/chunks/3-u1dp82vzyt9.js +1 -0
  474. package/out/_next/static/chunks/30iz3jszdu04d.js +11 -0
  475. package/out/_next/static/chunks/30jmh-3cp5wcg.js +12 -0
  476. package/out/_next/static/chunks/3178a_a_i-e-q.js +16 -0
  477. package/out/_next/static/chunks/317qzy7r8meg_.js +1 -0
  478. package/out/_next/static/chunks/32nwqfli0ne57.js +1 -0
  479. package/out/_next/static/chunks/33c-rzkj2k2v1.js +14 -0
  480. package/out/_next/static/chunks/33g91_yljnpiw.js +807 -0
  481. package/out/_next/static/chunks/34dhtdp_8idgm.js +658 -0
  482. package/out/_next/static/chunks/34ybf-w3bdlw8.js +13 -0
  483. package/out/_next/static/chunks/35-vqjhcep-zw.js +60 -0
  484. package/out/_next/static/chunks/358r9pdxbk-fv.js +39 -0
  485. package/out/_next/static/chunks/35a6ymsh4q0-o.js +14 -0
  486. package/out/_next/static/chunks/36yrxjq9zbvpx.js +13 -0
  487. package/out/_next/static/chunks/377ho63k7qphg.js +14 -0
  488. package/out/_next/static/chunks/37bs69urhjdz5.js +24 -0
  489. package/out/_next/static/chunks/37mpnb5qztb_g.js +15 -0
  490. package/out/_next/static/chunks/3827hqe9_anr7.js +24 -0
  491. package/out/_next/static/chunks/3a0_vzfa54k35.js +7 -0
  492. package/out/_next/static/chunks/3a8a8fpl7-ndf.js +1 -0
  493. package/out/_next/static/chunks/3b6hct2rk2wu9.js +24 -0
  494. package/out/_next/static/chunks/3czsj6bdmobbd.js +24 -0
  495. package/out/_next/static/chunks/3d0ic2ovyeue7.js +2 -0
  496. package/out/_next/static/chunks/3eq1b2m2xkkmp.js +1 -0
  497. package/out/_next/static/chunks/3f2ue6ut-mwka.js +2 -0
  498. package/out/_next/static/chunks/3g67xtrp0vv4m.js +1 -0
  499. package/out/_next/static/chunks/3iepyd4rzl-tt.js +13 -0
  500. package/out/_next/static/chunks/3j6p-522fcsnj.js +1 -0
  501. package/out/_next/static/chunks/3kle_yukf5aux.js +809 -0
  502. package/out/_next/static/chunks/3l_nx7eopgh02.js +1 -0
  503. package/out/_next/static/chunks/3mk-cv2ocv93u.js +50 -0
  504. package/out/_next/static/chunks/3n5290qcigwpc.js +13 -0
  505. package/out/_next/static/chunks/3nl02jbknvx4p.js +14 -0
  506. package/out/_next/static/chunks/3o5a5qn0dnq04.js +3 -0
  507. package/out/_next/static/chunks/3o5kwvdgt_t9z.js +73 -0
  508. package/out/_next/static/chunks/3qamj8gt1ijdz.js +12 -0
  509. package/out/_next/static/chunks/3rlrwz262rpw0.js +1 -0
  510. package/out/_next/static/chunks/3s3v9n_ob4m24.js +18 -0
  511. package/out/_next/static/chunks/3s47qr8fn6h4j.js +8 -0
  512. package/out/_next/static/chunks/3slzhmkeoggpm.js +66 -0
  513. package/out/_next/static/chunks/3tv9csz53av-5.js +1 -0
  514. package/out/_next/static/chunks/3uec1_7irpl71.js +16 -0
  515. package/out/_next/static/chunks/3uo1w1gaj7tsx.js +117 -0
  516. package/out/_next/static/chunks/3uwev5xyub_j1.js +7 -0
  517. package/out/_next/static/chunks/3w450c1xmh550.js +12 -0
  518. package/out/_next/static/chunks/3x8aami6-3l79.js +31 -0
  519. package/out/_next/static/chunks/3xhogi6_bbwh7.js +10 -0
  520. package/out/_next/static/chunks/3y62dz45ticve.js +1 -0
  521. package/out/_next/static/chunks/3yjzk_udmhv3i.js +1 -0
  522. package/out/_next/static/chunks/3z6v84zof80bt.js +1 -0
  523. package/out/_next/static/chunks/3zncjth-kop8p.js +1 -0
  524. package/out/_next/static/chunks/3zp4iedgev460.js +35 -0
  525. package/out/_next/static/chunks/413qu_x6yky1e.js +1 -0
  526. package/out/_next/static/chunks/41j8mb2ztwydi.js +14 -0
  527. package/out/_next/static/chunks/41pc5_e25bhgd.js +1 -0
  528. package/out/_next/static/chunks/424z-zudpy3n0.js +39 -0
  529. package/out/_next/static/chunks/42o6t6-v2qi37.js +29 -0
  530. package/out/_next/static/chunks/434iz38padke2.js +1 -0
  531. package/out/_next/static/chunks/43pb7hjetp965.js +1 -0
  532. package/out/_next/static/chunks/44rharl5hvsw-.js +22 -0
  533. package/out/_next/static/chunks/45ac68ug7hcoc.js +13 -0
  534. package/out/_next/static/chunks/turbopack-0-chqajqgydnn.js +1 -0
  535. package/out/_next/static/chunks/turbopack-0-jquaej6q4cd.js +1 -0
  536. package/out/_next/static/chunks/turbopack-01y_6kjoo1mvp.js +1 -0
  537. package/out/_next/static/chunks/turbopack-03_sghcquhw33.js +1 -0
  538. package/out/_next/static/chunks/turbopack-0a_5nw_3znl2r.js +1 -0
  539. package/out/_next/static/chunks/turbopack-0bbgz21dy5lm3.js +1 -0
  540. package/out/_next/static/chunks/turbopack-0cqzo60ry70im.js +1 -0
  541. package/out/_next/static/chunks/turbopack-0ex-kw1o5k02z.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-11auq8fqexpmm.js +1 -0
  548. package/out/_next/static/chunks/turbopack-13uretb6lcje8.js +1 -0
  549. package/out/_next/static/chunks/turbopack-14n2u99h724y-.js +1 -0
  550. package/out/_next/static/chunks/turbopack-1a774_gjam74t.js +1 -0
  551. package/out/_next/static/chunks/turbopack-1gy8illqlm_jj.js +1 -0
  552. package/out/_next/static/chunks/turbopack-1n9q29j854ltr.js +1 -0
  553. package/out/_next/static/chunks/turbopack-1nathpz4-f-4w.js +1 -0
  554. package/out/_next/static/chunks/turbopack-1nca86oa17qfx.js +1 -0
  555. package/out/_next/static/chunks/turbopack-1qe0zbu9fejdb.js +1 -0
  556. package/out/_next/static/chunks/turbopack-1qg26rdmwlotw.js +1 -0
  557. package/out/_next/static/chunks/turbopack-1u6lf-rzbdjuj.js +1 -0
  558. package/out/_next/static/chunks/turbopack-1z85kwwdibjh7.js +1 -0
  559. package/out/_next/static/chunks/turbopack-22as-nh7md98p.js +1 -0
  560. package/out/_next/static/chunks/turbopack-23lcv-araye0t.js +1 -0
  561. package/out/_next/static/chunks/turbopack-25gt3vwmogps-.js +1 -0
  562. package/out/_next/static/chunks/turbopack-26g97kfge67jz.js +1 -0
  563. package/out/_next/static/chunks/turbopack-26u67kbn41n8e.js +1 -0
  564. package/out/_next/static/chunks/turbopack-280jnadydykur.js +1 -0
  565. package/out/_next/static/chunks/turbopack-2bb6lvvhg6e0w.js +1 -0
  566. package/out/_next/static/chunks/turbopack-2bw5gluonepob.js +1 -0
  567. package/out/_next/static/chunks/turbopack-2c36n939jg0pf.js +1 -0
  568. package/out/_next/static/chunks/turbopack-2ez296aoalbog.js +1 -0
  569. package/out/_next/static/chunks/turbopack-2frqnl7lfn0h9.js +1 -0
  570. package/out/_next/static/chunks/turbopack-2jxkmyhbvdw4u.js +1 -0
  571. package/out/_next/static/chunks/turbopack-2k45z490u3tbj.js +1 -0
  572. package/out/_next/static/chunks/turbopack-2p-uq1erkf03-.js +1 -0
  573. package/out/_next/static/chunks/turbopack-2svkg0yvgyw3_.js +1 -0
  574. package/out/_next/static/chunks/turbopack-31s1c5ipeb5_p.js +1 -0
  575. package/out/_next/static/chunks/turbopack-33v049epa0erx.js +1 -0
  576. package/out/_next/static/chunks/turbopack-34jylrj_qw1ak.js +1 -0
  577. package/out/_next/static/chunks/turbopack-34u-t26ngu-oy.js +1 -0
  578. package/out/_next/static/chunks/turbopack-34x5gar31d5sv.js +1 -0
  579. package/out/_next/static/chunks/turbopack-363g_e-jzg5u_.js +1 -0
  580. package/out/_next/static/chunks/turbopack-39um5sy1v-bvw.js +1 -0
  581. package/out/_next/static/chunks/turbopack-3__2i-6jdv1s8.js +1 -0
  582. package/out/_next/static/chunks/turbopack-3b4s935ks8u-b.js +1 -0
  583. package/out/_next/static/chunks/turbopack-3b5-pdmr324f-.js +1 -0
  584. package/out/_next/static/chunks/turbopack-3bwm37xq99e4l.js +1 -0
  585. package/out/_next/static/chunks/turbopack-3ec8ol5n3kb0h.js +1 -0
  586. package/out/_next/static/chunks/turbopack-3gw7smd4lo5ud.js +1 -0
  587. package/out/_next/static/chunks/turbopack-3miy8-7wxcnbn.js +1 -0
  588. package/out/_next/static/chunks/turbopack-3nvjaj1vijowz.js +1 -0
  589. package/out/_next/static/chunks/turbopack-3poc67i76-q8q.js +1 -0
  590. package/out/_next/static/chunks/turbopack-3r1pnr94s1u0w.js +1 -0
  591. package/out/_next/static/chunks/turbopack-3sfa4031m280j.js +1 -0
  592. package/out/_next/static/chunks/turbopack-3sqs5hm2xhl3s.js +1 -0
  593. package/out/_next/static/chunks/turbopack-3xha6pmjqez6d.js +1 -0
  594. package/out/_next/static/chunks/turbopack-3yp7pgp42yfh3.js +1 -0
  595. package/out/_next/static/chunks/turbopack-3z_g6t7o2z7rb.js +1 -0
  596. package/out/_next/static/chunks/turbopack-3zb947kjm56zb.js +1 -0
  597. package/out/_next/static/chunks/turbopack-43m6wi0fybh1f.js +1 -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 +110 -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/{pFqjC0hy-zIBRbr8wLP_l → T3MvrnLGtwi3l3MDtTzwv}/_clientMiddlewareManifest.js +0 -0
  967. /package/out/_next/static/{pFqjC0hy-zIBRbr8wLP_l → T3MvrnLGtwi3l3MDtTzwv}/_ssgManifest.js +0 -0
  968. /package/out/_next/static/chunks/{0a1flay6uksa2.js → 0wooaklx8_14q.js} +0 -0
  969. /package/out/_next/static/chunks/{0htfk2vj7m.9j.js → 1jqnrnw0p9tw5.js} +0 -0
@@ -0,0 +1,82 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,50595,e=>{"use strict";var t=e.i(91398),r=e.i(41158),a=e.i(3828),n=e.i(69322);e.s(["default",0,({routeName:e=null,currentPageTitle:s=null,depth:l=null})=>{let o=(0,a.useRouter)(),{formatMessage:i}=(0,n.useIntl)(),d={home:"home",products:"products",orders:"orders",users:"users",assortments:"assortments",filters:"filters",tokens:"tokens",quotations:"quotations",enrollments:"enrollments",activities:"activities",works:"work_queue",events:"events",currency:"currencies",country:"countries",language:"languages","delivery-provider":"delivery_providers","payment-provider":"payment_providers","warehousing-provider":"warehousing_provider",system:"system",account:"account",new:"new",edit:"edit"},u=o.asPath?.split("/")?.filter((e,t)=>o.asPath?.split("/")?.indexOf(e)===t);if(1===u.length)return null;let c="";l&&u.splice(l),e&&(u[u.length-1]=e);let f=u?.map(t=>{if(c+=`${t}/`,!t)return{name:i({id:"home",defaultMessage:"Home"}),path:"/"};let r=t?.split("?")[0],a=e?r:r.replace(/-/g," "),n=d[r];return{name:n?i({id:n,defaultMessage:a}):decodeURIComponent(a),path:c.replace(/.$/,"")}});return(0,t.jsx)("nav",{className:"mb-5 hidden sm:flex lg:mt-5 lg:mb-8","aria-label":"Breadcrumb",children:(0,t.jsx)("ol",{className:"flex items-center space-x-4",children:f?.map((e,a)=>(0,t.jsx)("li",{children:(0,t.jsxs)("div",{className:"flex items-center",children:[0!==a&&(0,t.jsx)("svg",{className:"mr-4 h-5 w-5 shrink-0 text-slate-400",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z",clipRule:"evenodd"})}),(0,t.jsx)(r.default,{href:e.path,className:"text-sm font-medium capitalize text-text-muted dark:hover:text-slate-300 hover:text-slate-700 focus:outline-hidden focus:ring-2 focus:ring-focus-ring rounded-md px-1 py-1",children:a===f.length-1&&s?s:e.name})]})},e.path))})})}])},21623,e=>{"use strict";var t=e.i(91398),r=e.i(56206);e.s(["default",0,({text:e,children:a,onClick:n,className:s="",disabled:l=!1,id:o="",variant:i="primary",size:d="md",type:u="button",loading:c=!1,icon:f,iconRight:m,fullWidth:p=!1,rounded:h="md",ariaLabel:b,...x})=>{let g=a||e,v=(f||m)&&g?"gap-2":"";return(0,t.jsx)("button",{id:o,type:u,disabled:l||c,onClick:n,"aria-label":b,className:(0,r.default)("inline-flex items-center justify-center font-medium shadow-xs focus:outline-hidden focus:ring-2 focus:ring-offset-2 transition-colors duration-200 disabled:cursor-not-allowed disabled:opacity-50",{xs:"px-2.5 py-1.5 text-xs h-6",sm:"px-3 py-2 text-sm h-8",md:"px-4 py-2 text-sm h-9",lg:"px-6 py-3 text-base h-11"}[d],{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}[h],{primary:"border border-accent bg-accent text-text-on-accent hover:bg-accent-hover focus:ring-focus-ring",secondary:"border border-border-default bg-surface text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",tertiary:"border border-border-subtle bg-surface text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",quaternary:"bg-transparent text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",danger:"border border-danger bg-surface text-danger hover:bg-rose-50 dark:hover:bg-rose-900/10 focus:ring-rose-500",ghost:"bg-transparent border border-transparent text-text-secondary hover:text-text-primary hover:bg-surface-raised focus:ring-focus-ring",success:"border border-emerald-500 dark:border-emerald-400 bg-emerald-50 dark:bg-emerald-900/20 text-emerald-600 dark:text-emerald-400 hover:bg-emerald-100 dark:hover:bg-emerald-900/30 focus:ring-emerald-500",neutral:"border border-border-default bg-surface-raised text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",input:"border border-border-default bg-surface text-text-primary hover:border-slate-400 dark:hover:border-slate-500 focus:ring-focus-ring focus:border-slate-500"}[i],v,{"w-full":p},s),...x,children:c?(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)("div",{className:"w-4 h-4 border-2 border-current border-t-transparent rounded-full animate-spin"}),g]}):(0,t.jsxs)(t.Fragment,{children:[f,g,m]})})}])},25327,e=>{"use strict";var t=e.i(91398),r=e.i(5205),a=e.i(41158),n=e.i(69322),s=e.i(37369),l=e.i(21623);e.s(["default",0,({headerText:e=null,onEdit:o=null,onDelete:i=null,children:d=null,title:u=null,addPath:c=null,addButtonText:f=null})=>{let{formatMessage:m}=(0,n.useIntl)();return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(r.default,{children:(0,t.jsxs)("title",{children:["Unchained AdminUI - ",u||e," "]})}),(0,t.jsx)("div",{className:"flex gap-3 flex-wrap items-center justify-between",children:(0,t.jsxs)("div",{className:"flex items-center flex-wrap justify-between w-full gap-4",children:[e&&(0,t.jsx)("h2",{className:"text-2xl font-medium text-slate-900 dark:text-slate-300 sm:truncate sm:text-3xl lg:text-4xl",children:e}),(0,t.jsxs)("div",{className:"flex items-center gap-3 flex-shrink-0",children:[d,c&&(0,t.jsx)(a.default,{href:c,children:(0,t.jsx)(l.default,{variant:"secondary",icon:(0,t.jsx)(s.PlusIcon,{className:"h-5 w-5"}),text:f||m({id:"add",defaultMessage:"Add"})})}),o&&(0,t.jsx)(l.default,{variant:"secondary",onClick:o,text:m({id:"edit",defaultMessage:"Edit"})}),i&&(0,t.jsx)(l.default,{variant:"danger",onClick:i,text:m({id:"delete",defaultMessage:"Delete"})})]})]})})]})}])},6634,e=>{"use strict";var t=e.i(91398),r=e.i(56206),a=e.i(3828),n=e.i(83147);e.s(["default",0,({toggleText:e="",toggleKey:s=null,onToggle:l=null,active:o=!1,className:i="",disabled:d=!1,...u})=>{let c=(0,a.useRouter)(),f=c?.query?.[s]==="true"||o;return(0,t.jsxs)("div",{className:(0,r.default)("",i),children:[(0,t.jsxs)("button",{id:s,disabled:d,type:"button",className:(0,r.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-focus-ring focus:ring-offset-2",{"bg-slate-200 dark:bg-slate-700":!f,"bg-emerald-500 dark:bg-emerald-600 shadow-sm":f}),role:"switch",onClick:l||(()=>{let{skip:e,...t}=c.query;c.push({query:(0,n.normalizeQuery)(t,!f,s)})}),"aria-checked":f?"true":"false",...u,children:[(0,t.jsx)("span",{className:"sr-only",children:e}),(0,t.jsxs)("span",{className:(0,r.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":f,"translate-x-0":!f}),children:[(0,t.jsx)("span",{className:(0,r.default)("absolute inset-0 flex h-full w-full items-center justify-center transition-opacity",{"opacity-0 duration-100 ease-out":f,"opacity-100 duration-200 ease-in":!f}),"aria-hidden":"true",children:(0,t.jsx)("svg",{className:"h-3 w-3 text-slate-400",fill:"none",viewBox:"0 0 12 12",children:(0,t.jsx)("path",{d:"M4 8l2-2m0 0l2-2M6 6L4 4m2 2l2 2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}),(0,t.jsx)("span",{className:(0,r.default)("absolute inset-0 flex h-full w-full items-center justify-center transition-opacity",{"opacity-100 duration-200 ease-in":f,"opacity-0 duration-100 ease-out":!f}),"aria-hidden":"true",children:(0,t.jsx)("svg",{className:"h-3 w-3 text-emerald-500",fill:"currentColor",viewBox:"0 0 12 12",children:(0,t.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,t.jsx)("span",{className:"ml-3",id:"annual-billing-label",children:(0,t.jsx)("span",{className:"text-sm font-medium text-text-primary",children:e})})]})}])},10685,e=>{"use strict";var t=e.i(91398),r=e.i(56206),a=e.i(60741),n=e.i(54879);e.s(["default",0,e=>{let{options:s,...l}=(0,a.default)(e),{className:o}=e||{className:""};return(0,t.jsx)(n.default,{...l,children:(0,t.jsx)("div",{className:"select-wrap",children:(0,t.jsxs)("select",{className:(0,r.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-focus-ring sm:text-sm",o,{"border-rose-700 text-rose-600 dark:border-rose-500 dark:text-rose-400":!!l.error}),disabled:l.disabled,id:l.name,name:l.name,onChange:l.onChange,onBlur:l.onBlur,value:l.value,children:[(0,t.jsx)("option",{className:"dark:text-slate-200",value:"",disabled:l.required,hidden:l.required,children:l.placeholder||l.label}),Object.entries(s).map(([e,r])=>(0,t.jsx)("option",{className:"dark:text-slate-200",value:e,children:r},e))]})})})}])},21128,e=>{"use strict";var t=e.i(91398),r=e.i(56206),a=e.i(58021),n=e.i(61898);e.s(["default",0,({label:e,disabled:s=!1,className:l="",hidden:o=!1,...i})=>{let{formState:d}=(0,a.useFormContext)(),{...u}=i,c=Object.keys(d.errors).length>0&&Object.values(d.errors).some(e=>!!e),{disabled:f}=(0,n.default)(),m=s||f||d.isSubmitting||c,p=d.isSubmitting&&!c,h=(s||f||c)&&!d.isSubmitting;return(0,t.jsx)("input",{className:(0,r.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-focus-ring",l,{"bg-rose-50 dark:bg-slate-800 dark:text-rose-300 cursor-not-allowed border-rose-300 dark:border-rose-600 text-rose-900":h,"bg-slate-600 dark:bg-slate-700 text-white cursor-not-allowed border-slate-400 dark:border-slate-600":p,"bg-accent text-text-on-accent hover:bg-accent-hover focus:outline-hidden focus:ring-2 focus:ring-offset-2 border-transparent":!m,hidden:o}),"aria-label":e,type:"submit",value:e,disabled:m,...u})}])},16984,e=>{"use strict";var t=e.i(91398),r=e.i(56206),a=e.i(82226),n=e.i(60741),s=e.i(54879);e.s(["default",0,({maxLength:e=0,validators:l=[],...o})=>{let i=(0,n.default)({validators:[...l,e&&(0,a.validateMaxLength)(e)],...o});return(0,t.jsx)(s.default,{...i,children:(0,t.jsx)("input",{className:(0,r.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-focus-ring shadow-xs",{"border-rose-700 placeholder:text-rose-500":!!i.error,"border-slate-300 placeholder-slate-400":!i.error}),disabled:i.disabled,id:i.name,name:i.name,onChange:i.onChange,onClick:e=>{e.stopPropagation()},onBlur:i.onBlur,placeholder:i.placeholder,autoComplete:i.autoComplete||"off",type:i.type||"text",value:i.value,autoFocus:i.autoFocus})})}])},58971,95015,e=>{"use strict";var t=e.i(91788);let r=t.default.createContext({isAdmin:()=>!1,hasRole:()=>!1});e.s(["default",0,r],95015),e.s(["default",0,()=>(0,t.useContext)(r)],58971)},41215,e=>{"use strict";e.s(["default",0,class extends Error{constructor(e){super(e),this.name="CustomError"}}])},5505,e=>{"use strict";var t=e.i(91398),r=e.i(91788),a=e.i(56206);let n=(0,r.createContext)(!1);e.s(["FormWrapperContext",0,n,"default",0,({children:e,className:r=""})=>(0,t.jsx)(n.Provider,{value:!0,children:(0,t.jsx)("div",{className:"sm:max-w-full",children:(0,t.jsx)("div",{className:(0,a.default)("bg-surface rounded-md shadow-sm overflow-hidden",r),children:e})})})])},73319,e=>{"use strict";let t=e=>"[object Object]"===Object.prototype.toString.call(e);e.s(["extractQuery",0,e=>decodeURIComponent(e||[])?.split(",")?.filter(Boolean),"isObject",0,t,"isTruthy",0,e=>!(!e||null==e||t(e)&&!Object.keys(e).length||Array.isArray(e)&&!e.length)])},76204,52006,50584,e=>{"use strict";var t=e.i(24669),r=e.i(91788),a=e.i(30928);function n(e){return e.catch(()=>{}),e}e.s(["preventUnhandledRejection",0,n],52006);let s=e.i(21953).canUseDOM?r.useLayoutEffect:r.useEffect;e.s(["useIsomorphicLayoutEffect",0,s],50584);var l=e.i(98926);function o(e){return{data:void 0,error:void 0,called:!1,loading:!1,client:e}}e.s(["useMutation",0,function(e,i){let d=(0,l.useApolloClient)(i?.client),[u,c]=r.useState(()=>o(d)),f=r.useRef({result:u,mutationId:0,isMounted:!0,client:d,mutation:e,options:i});s(()=>{Object.assign(f.current,{client:d,options:i,mutation:e})});let m=r.useCallback((e={})=>{let{options:r,mutation:s}=f.current,l={...r,mutation:s},o=e.client||f.current.client,i="function"==typeof e.context?e.context(r?.context):e.context;!f.current.result.loading&&f.current.isMounted&&c(f.current.result={loading:!0,error:void 0,data:void 0,called:!0,client:o});let d=++f.current.mutationId,u=(0,a.mergeOptions)(l,{...e,context:i});return n(o.mutate(u).then(r=>{let{data:a,error:n}=r,s=e.onError||f.current.options?.onError;if(n&&s&&s(n,u),d===f.current.mutationId){let e={called:!0,loading:!1,data:a,error:n,client:o};f.current.isMounted&&!(0,t.equal)(f.current.result,e)&&c(f.current.result=e)}let l=e.onCompleted||f.current.options?.onCompleted;return n||l?.(r.data,u),r},r=>{if(d===f.current.mutationId&&f.current.isMounted){let e={loading:!1,error:r,data:void 0,called:!0,client:o};(0,t.equal)(f.current.result,e)||c(f.current.result=e)}let a=e.onError||f.current.options?.onError;throw a&&a(r,u),r}))},[]),p=r.useCallback(()=>{if(f.current.isMounted){let e=o(f.current.client);Object.assign(f.current,{mutationId:0,result:e}),c(e)}},[]);return r.useEffect(()=>{let e=f.current;return e.isMounted=!0,()=>{e.isMounted=!1}},[]),[m,{reset:p,...u}]}],76204)},21953,e=>{"use strict";let t="function"==typeof(0,e.i(22420).maybe)(()=>window.document.createElement);e.s(["canUseDOM",0,t])},30928,51104,e=>{"use strict";function t(...e){let r={};return e.forEach(e=>{e&&Reflect.ownKeys(e).forEach(t=>{let a=e[t];void 0!==a&&(r[t]=a)})}),r}e.s(["compact",0,t],51104),e.s(["mergeOptions",0,function(e,r){return t(e,r,r.variables&&{variables:t({...e&&e.variables,...r.variables})})}],30928)},61113,87593,39833,84339,87213,66859,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...a},n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":r},a),e?t.createElement("title",{id:r},e):null,t.createElement("path",{fillRule:"evenodd",d:"M10.868 2.884c-.321-.772-1.415-.772-1.736 0l-1.83 4.401-4.753.381c-.833.067-1.171 1.107-.536 1.651l3.62 3.102-1.106 4.637c-.194.813.691 1.456 1.405 1.02L10 15.591l4.069 2.485c.713.436 1.598-.207 1.404-1.02l-1.106-4.637 3.62-3.102c.635-.544.297-1.584-.536-1.65l-4.752-.382-1.831-4.401Z",clipRule:"evenodd"}))});e.s(["StarIcon",0,r],61113);var a=e.i(59080);let n=a.gql`
2
+ fragment ProductReviewDetailFragment on ProductReview {
3
+ _id
4
+ created
5
+ updated
6
+ deleted
7
+ author {
8
+ _id
9
+ username
10
+ name
11
+ profile {
12
+ displayName
13
+ address {
14
+ firstName
15
+ lastName
16
+ }
17
+ }
18
+ isGuest
19
+ avatar {
20
+ _id
21
+
22
+ url
23
+ }
24
+ }
25
+ product {
26
+ _id
27
+ texts(forceLocale: $forceLocale) {
28
+ _id
29
+ title
30
+ subtitle
31
+ }
32
+ media {
33
+ _id
34
+ file {
35
+ _id
36
+ url
37
+ }
38
+ }
39
+ }
40
+ rating
41
+ title
42
+ review
43
+ upVote: voteCount(type: UPVOTE)
44
+ downVote: voteCount(type: DOWNVOTE)
45
+ voteReport: voteCount(type: REPORT)
46
+ ownVotes {
47
+ timestamp
48
+ type
49
+ }
50
+ }
51
+ `;e.s(["default",0,n],87593);var s=e.i(91398),l=e.i(20287),l=l,o=e.i(26847);e.s(["HandThumbDownIcon",()=>o.default],39833);var o=o,i=e.i(63039);e.s(["HandThumbUpIcon",()=>i.default],84339);var i=i,d=e.i(69322),u=e.i(66773),c=e.i(28401),f=e.i(56206),m=e.i(21623),p=e.i(24557),h=e.i(84818),b=e.i(15971),x=e.i(6607),g=e.i(76204);let v=a.gql`
52
+ mutation RemoveProductReview($productReviewId: ID!) {
53
+ removeProductReview(productReviewId: $productReviewId) {
54
+ _id
55
+ }
56
+ }
57
+ `;var y=e.i(42469),w=e.i(87284),j=e.i(93380);let k=a.gql`
58
+ mutation AddProductReviewVote(
59
+ $productReviewId: ID!
60
+ $type: ProductReviewVoteType!
61
+ $meta: JSON
62
+ $forceLocale: Locale
63
+ ) {
64
+ addProductReviewVote(
65
+ productReviewId: $productReviewId
66
+ type: $type
67
+ meta: $meta
68
+ ) {
69
+ _id
70
+ }
71
+ }
72
+ `,R=a.gql`
73
+ mutation RemoveProductReviewVote(
74
+ $productReviewId: ID!
75
+ $type: ProductReviewVoteType!
76
+ $forceLocale: Locale
77
+ ) {
78
+ removeProductReviewVote(productReviewId: $productReviewId, type: $type) {
79
+ _id
80
+ }
81
+ }
82
+ `;var M=e.i(58971),_=e.i(51870),C=e.i(69211),N=e.i(21128),O=e.i(82226),P=e.i(60741),I=e.i(54879);let E=({maxLength:e,validators:t=[],...r})=>{let a=(0,P.default)({validators:[...t,e&&(0,O.validateMaxLength)(e)],...r});return(0,s.jsx)(I.default,{...a,children:(0,s.jsx)("textarea",{className:(0,f.default)("relative mt-1 block w-full dark:focus:autofill dark:hover:autofill dark:autofill dark:placeholder:text-slate-400 dark:bg-slate-900 dark:text-slate-200 appearance-none rounded-md border-1 border-border-default px-4 py-2.5 text-sm text-slate-900 placeholder-slate-400 shadow-xs placeholder:text-slate-400 focus:outline-hidden focus:ring-2 focus:ring-focus-ring",a.className,{"border-rose-700 placeholder:text-rose-300 placeholder-rose-300":!!a.error}),disabled:a.disabled,id:a.name,name:a.name,rows:a.rows||10,onChange:a.onChange,onBlur:a.onBlur,placeholder:a.placeholder,autoComplete:a.autoComplete||"off",value:a.value})})};e.s(["default",0,E],87213);var L=e.i(98949);let S=({onSubmit:e,onSubmitSuccess:t=async()=>!0})=>{let{formatMessage:r}=(0,d.useIntl)(),a=r({id:"product_review_added",defaultMessage:"Review added successfully!"}),n=(0,L.default)({submit:e,successMessage:a,onSubmitSuccess:t,initialValues:{message:""}});return(0,s.jsxs)(C.default,{form:n,children:[(0,s.jsx)(E,{rows:3,required:!0,name:"message",id:"message",label:r({id:"message",defaultMessage:"Message"})}),(0,s.jsx)("div",{className:"-mx-6 -mb-6 mt-6 border-t-slate-100 border-t border-t-border-subtle space-y-6 rounded-b-md bg-surface-subtle p-5 text-right",children:(0,s.jsx)(N.default,{label:r({id:"report-submit",defaultMessage:"Submit"})})})]})};var A=e.i(41215);let U="UPVOTE",D="DOWNVOTE",B="REPORT";e.s(["default",0,({review:e,enableDelete:t=!0,showProduct:r=!1})=>{let{formatMessage:a}=(0,d.useIntl)(),{currentUser:n}=(0,_.default)(),{formatDateTime:C}=(0,h.default)(),{setModal:N}=(0,x.default)(),{addProductReviewVote:O}=(()=>{let[e]=(0,g.useMutation)(k);return{addProductReviewVote:async({productReviewId:t,type:r,meta:a})=>e({variables:{productReviewId:t,type:r,meta:a},refetchQueries:["ProductReviewByProduct","ProductReviewByUser"]})}})(),{removeProductReviewVote:P}=(()=>{let[e]=(0,g.useMutation)(R);return{removeProductReviewVote:async({productReviewId:t,type:r})=>e({variables:{productReviewId:t,type:r},refetchQueries:["ProductReviewByProduct","ProductReviewByUser"]})}})(),{hasRole:I,isAdmin:E}=(0,M.default)(),L=t=>!!e.ownVotes.find(e=>e.type===t),T=async t=>{let r=async({message:r})=>{try{return await O({productReviewId:e._id,type:t,meta:{message:r}}),{success:!0}}catch(e){if(e instanceof A.default)return{success:!1,error:e?.message};return{success:!1,error:e}}};L(t)?await P({productReviewId:e._id,type:t}):t===B?await N((0,s.jsx)(S,{onSubmit:r,onSubmitSuccess:async()=>N(null)})):await O({productReviewId:e._id,type:t})},{removeProductReview:$}=(()=>{let[e]=(0,g.useMutation)(v);return{removeProductReview:async({productReviewId:t})=>e({variables:{productReviewId:t},refetchQueries:["ProductReviewByProduct","ProductReviewByUser"]})}})(),V=!e.deleted&&I(u.IRoleAction.VoteProductReview)&&t&&e?.author?._id===n?._id||E()&&!e.deleted,q=!e.deleted&&I(u.IRoleAction.VoteProductReview),F=e?.product,H=async e=>{await N((0,s.jsx)(b.default,{onCancelClick:async()=>N(""),message:a({id:"delete_review_confirmation",defaultMessage:"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this review? "}),onOkClick:async()=>{N(""),await $({productReviewId:e}),c.toast.success(a({id:"review_deleted",defaultMessage:"Review deleted successfully"}))},okText:a({id:"delete_review",defaultMessage:"Delete review"})}))};return(0,s.jsxs)("div",{className:(0,f.default)("mb-4 rounded-lg shadow-sm bg-surface p-4",{"border-rose-200 bg-rose-50 dark:bg-rose-950":e.deleted},{"border-border-subtle":!e.deleted}),children:[(0,s.jsxs)("div",{className:"flex items-center",children:[r?(0,s.jsx)(w.default,{src:F?.media[0]?.file?.url,alt:e?.author?.username,width:48,height:48,className:"h-12 w-12 rounded-full aspect-square object-cover object-center"}):(0,s.jsx)(w.default,{src:e?.author?.avatar?.url,alt:e?.author?.username,width:48,height:48,className:"h-12 w-12 rounded-full aspect-square object-cover object-center"}),(0,s.jsxs)("div",{className:"ml-4 flex-1",children:[(0,s.jsx)("h4",{className:"text-sm font-semibold text-text-primary",children:r?F?.texts?.title||(0,s.jsxs)(s.Fragment,{children:[F._id," ",(0,s.jsx)(y.default,{color:"yellow",text:a({id:"title_not_found",defaultMessage:"Title not found"})})]}):(0,j.default)(e?.author)}),(0,s.jsx)("p",{className:"text-xs text-text-muted",children:(0,s.jsx)("time",{dateTime:e.updated||e.created,children:C(e.updated||e.created,{dateStyle:"short",timeStyle:"short"})})})]}),(0,s.jsxs)("div",{className:"flex items-center gap-3",children:[(0,s.jsxs)("button",{type:"button",disabled:!q,onClick:async()=>T(U),className:`flex items-center gap-1 px-2 py-1 rounded-md transition-colors disabled:opacity-50 ${L(U)?"bg-emerald-100 dark:bg-emerald-900 hover:bg-emerald-200 dark:hover:bg-emerald-800":"hover:bg-surface-raised"}`,children:[(0,s.jsx)(i.default,{className:`h-5 w-5 ${L(U)?"text-emerald-600 dark:text-emerald-400":"text-text-muted"}`}),(0,s.jsx)("span",{className:`text-sm font-medium ${L(U)?"text-emerald-700 dark:text-emerald-300":"text-text-secondary"}`,children:e.upVote})]}),(0,s.jsxs)("button",{type:"button",disabled:!q,onClick:async()=>T(D),className:`flex items-center gap-1 px-2 py-1 rounded-md transition-colors disabled:opacity-50 ${L(D)?"bg-rose-100 dark:bg-rose-900 hover:bg-rose-200 dark:hover:bg-rose-800":"hover:bg-surface-raised"}`,children:[(0,s.jsx)(o.default,{className:`h-5 w-5 ${L(D)?"text-danger":"text-text-muted"}`}),(0,s.jsx)("span",{className:`text-sm font-medium ${L(D)?"text-rose-700 dark:text-rose-300":"text-text-secondary"}`,children:e.downVote})]})]}),(0,s.jsxs)("div",{className:"flex items-center gap-2 ml-4",children:[I(u.IRoleAction.VoteProductReview)&&(0,s.jsx)("button",{type:"button",disabled:!q,onClick:async()=>T(B),className:`p-2 rounded-md transition-colors disabled:opacity-50 ${L(B)?"bg-orange-100 dark:bg-orange-900 hover:bg-orange-200 dark:hover:bg-orange-800":"hover:bg-surface-raised"}`,title:"Report review",children:(0,s.jsx)(l.default,{className:(0,f.default)("h-4 w-4",{"text-orange-600 dark:text-orange-400":L(B),"text-text-muted":!L(B)})})}),V&&(0,s.jsx)(m.default,{variant:"danger",size:"xs",rounded:"full",icon:(0,s.jsx)(p.TrashIcon,{className:"h-5 w-5"}),onClick:()=>H(e._id)}),e.deleted&&(0,s.jsx)(y.default,{text:a({id:"deleted_text",defaultMessage:"Deleted"}),color:"red",className:"ml-2"})]})]}),(0,s.jsxs)("div",{className:"mt-4 space-y-3",children:[(0,s.jsx)("h3",{className:"text-base font-semibold text-text-primary",children:e.title}),(0,s.jsx)("p",{className:"text-sm text-text-secondary leading-relaxed",children:e.review})]})]},e._id)}],66859)},20287,26847,63039,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...a},n){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:n,"aria-labelledby":r},a),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 3v1.5M3 21v-6m0 0 2.77-.693a9 9 0 0 1 6.208.682l.108.054a9 9 0 0 0 6.086.71l3.114-.732a48.524 48.524 0 0 1-.005-10.499l-3.11.732a9 9 0 0 1-6.085-.711l-.108-.054a9 9 0 0 0-6.208-.682L3 4.5M3 15V4.5"}))});e.s(["default",0,r],20287);let a=t.forwardRef(function({title:e,titleId:r,...a},n){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:n,"aria-labelledby":r},a),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.498 15.25H4.372c-1.026 0-1.945-.694-2.054-1.715a12.137 12.137 0 0 1-.068-1.285c0-2.848.992-5.464 2.649-7.521C5.287 4.247 5.886 4 6.504 4h4.016a4.5 4.5 0 0 1 1.423.23l3.114 1.04a4.5 4.5 0 0 0 1.423.23h1.294M7.498 15.25c.618 0 .991.724.725 1.282A7.471 7.471 0 0 0 7.5 19.75 2.25 2.25 0 0 0 9.75 22a.75.75 0 0 0 .75-.75v-.633c0-.573.11-1.14.322-1.672.304-.76.93-1.33 1.653-1.715a9.04 9.04 0 0 0 2.86-2.4c.498-.634 1.226-1.08 2.032-1.08h.384m-10.253 1.5H9.7m8.075-9.75c.01.05.027.1.05.148.593 1.2.925 2.55.925 3.977 0 1.487-.36 2.89-.999 4.125m.023-8.25c-.076-.365.183-.75.575-.75h.908c.889 0 1.713.518 1.972 1.368.339 1.11.521 2.287.521 3.507 0 1.553-.295 3.036-.831 4.398-.306.774-1.086 1.227-1.918 1.227h-1.053c-.472 0-.745-.556-.5-.96a8.95 8.95 0 0 0 .303-.54"}))});e.s(["default",0,a],26847);let n=t.forwardRef(function({title:e,titleId:r,...a},n){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:n,"aria-labelledby":r},a),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.633 10.25c.806 0 1.533-.446 2.031-1.08a9.041 9.041 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75a.75.75 0 0 1 .75-.75 2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282m0 0h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H13.48c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23H5.904m10.598-9.75H14.25M5.904 18.5c.083.205.173.405.27.602.197.4-.078.898-.523.898h-.908c-.889 0-1.713-.518-1.972-1.368a12 12 0 0 1-.521-3.507c0-1.553.295-3.036.831-4.398C3.387 9.953 4.167 9.5 5 9.5h1.053c.472 0 .745.556.5.96a8.958 8.958 0 0 0-1.302 4.665c0 1.194.232 2.333.654 3.375Z"}))});e.s(["default",0,n],63039)},84985,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...a},n){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:n,"aria-labelledby":r},a),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"}))});e.s(["default",0,r])},37369,e=>{"use strict";var t=e.i(84985);e.s(["PlusIcon",()=>t.default])},24669,e=>{"use strict";let{toString:t,hasOwnProperty:r}=Object.prototype,a=Function.prototype.toString,n=new Map;function s(e){return Object.keys(e).filter(l,e)}function l(e){return void 0!==this[e]}function o(e,t){let r=n.get(e);if(r){if(r.has(t))return!0}else n.set(e,r=new Set);return r.add(t),!1}e.s(["equal",0,function(e,l){try{return function e(n,l){if(n===l)return!0;let i=t.call(n);if(i!==t.call(l))return!1;switch(i){case"[object Array]":if(n.length!==l.length)break;case"[object Object]":{if(o(n,l))return!0;let t=s(n),a=s(l),i=t.length;if(i!==a.length)return!1;for(let e=0;e<i;++e)if(!r.call(l,t[e]))return!1;for(let r=0;r<i;++r){let a=t[r];if(!e(n[a],l[a]))return!1}return!0}case"[object Error]":return n.name===l.name&&n.message===l.message;case"[object Number]":if(n!=n)return l!=l;case"[object Boolean]":case"[object Date]":return+n==+l;case"[object RegExp]":case"[object String]":return n==`${l}`;case"[object Map]":case"[object Set]":{if(n.size!==l.size)return!1;if(o(n,l))return!0;let t=n.entries(),r="[object Map]"===i;for(;;){let a=t.next();if(a.done)break;let[n,s]=a.value;if(!l.has(n)||r&&!e(s,l.get(n)))return!1}return!0}case"[object Uint16Array]":case"[object Uint8Array]":case"[object Uint32Array]":case"[object Int32Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object ArrayBuffer]":n=new Uint8Array(n),l=new Uint8Array(l);case"[object DataView]":{let e=n.byteLength;if(e===l.byteLength)for(;e--&&n[e]===l[e];);return -1===e}case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":{var d,u;let e,t=a.call(n);if(t!==a.call(l))return!1;return d=t,u="{ [native code] }",!((e=d.length-u.length)>=0)||d.indexOf(u,e)!==e}}return!1}(e,l)}finally{n.clear()}}])},9356,e=>{"use strict";var t=e.i(35113);e.s(["isValid",0,function(e){return!(!(e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e))&&"number"!=typeof e||isNaN(+(0,t.toDate)(e)))}],9356)},49543,e=>{"use strict";var t=e.i(35113);e.s(["startOfDay",0,function(e,r){let a=(0,t.toDate)(e,r?.in);return a.setHours(0,0,0,0),a}])},35113,2848,98170,e=>{"use strict";let t=Symbol.for("constructDateFrom");function r(e,r){return"function"==typeof e?e(r):e&&"object"==typeof e&&t in e?e[t](r):e instanceof Date?new e.constructor(r):new Date(r)}e.s(["constructFromSymbol",0,t,"millisecondsInDay",0,864e5,"millisecondsInHour",0,36e5,"millisecondsInMinute",0,6e4,"millisecondsInWeek",0,6048e5,"minutesInDay",0,1440,"minutesInMonth",0,43200,"minutesInYear",0,525600],2848),e.s(["constructFrom",0,r],98170),e.s(["toDate",0,function(e,t){return r(t||e,e)}],35113)},54471,(e,t,r)=>{"use strict";function a(e,t,r,a){return!1}e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getDomainLocale",{enumerable:!0,get:function(){return a}}),e.r(70090),("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},39149,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var a={default:function(){return R},useLinkStatus:function(){return k}};for(var n in a)Object.defineProperty(r,n,{enumerable:!0,get:a[n]});let s=e.r(71650),l=e.r(91398),o=s._(e.r(91788)),i=e.r(60472),d=e.r(71112),u=e.r(28169),c=e.r(89129),f=e.r(14862),m=e.r(25479),p=e.r(71914),h=e.r(54471),b=e.r(44113),x=e.r(63230),g=new Set;function v(e,t,r,a){if(!("u"<typeof window)&&(0,d.isLocalURL)(t)){if(!a.bypassPrefetchedCheck){let n=t+"%"+r+"%"+(void 0!==a.locale?a.locale:"locale"in e?e.locale:void 0);if(g.has(n))return;g.add(n)}e.prefetch(t,r,a).catch(e=>{})}}function y(e){return"string"==typeof e?e:(0,u.formatUrl)(e)}let w=o.default.forwardRef(function(e,t){let r,a,{href:n,as:s,children:u,prefetch:g=null,passHref:w,replace:j,shallow:k,scroll:R,locale:M,onClick:_,onNavigate:C,onMouseEnter:N,onTouchStart:O,legacyBehavior:P=!1,transitionTypes:I,...E}=e;r=u,P&&("string"==typeof r||"number"==typeof r)&&(r=(0,l.jsx)("a",{children:r}));let L=o.default.useContext(m.RouterContext),S=!1!==g,{href:A,as:U}=o.default.useMemo(()=>{if(!L){let e=y(n);return{href:e,as:s?y(s):e}}let[e,t]=(0,i.resolveHref)(L,n,!0);return{href:e,as:s?(0,i.resolveHref)(L,s):t||e}},[L,n,s]),D=o.default.useRef(A),B=o.default.useRef(U);P&&(a=o.default.Children.only(r));let T=P?a&&"object"==typeof a&&a.ref:t,[$,V,q]=(0,p.useIntersection)({rootMargin:"200px"}),F=o.default.useCallback(e=>{(B.current!==U||D.current!==A)&&(q(),B.current=U,D.current=A),$(e)},[U,A,q,$]),H=(0,x.useMergedRef)(F,T);o.default.useEffect(()=>{!L||V&&S&&v(L,A,U,{bypassPrefetchedCheck:!1,locale:M})},[U,A,V,M,S,L?.locale,L]);let z={ref:H,onClick(e){P||"function"!=typeof _||_(e),P&&a.props&&"function"==typeof a.props.onClick&&a.props.onClick(e),!L||e.defaultPrevented||function(e,t,r,a,n,s,l,o,i){let u,{nodeName:c}=e.currentTarget;if(!("A"===c.toUpperCase()&&((u=e.currentTarget.getAttribute("target"))&&"_self"!==u||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which)||e.currentTarget.hasAttribute("download"))){if(!(0,d.isLocalURL)(r)){n&&(e.preventDefault(),location.replace(r));return}e.preventDefault(),(()=>{if(i){let e=!1;if(i({preventDefault:()=>{e=!0}}),e)return}let e=l??!0;"beforePopState"in t?t[n?"replace":"push"](r,a,{shallow:s,locale:o,scroll:e}):t[n?"replace":"push"](a||r,{scroll:e})})()}}(e,L,A,U,j,k,R,M,C)},onMouseEnter(e){P||"function"!=typeof N||N(e),P&&a.props&&"function"==typeof a.props.onMouseEnter&&a.props.onMouseEnter(e),L&&v(L,A,U,{locale:M,priority:!0,bypassPrefetchedCheck:!0})},onTouchStart:function(e){P||"function"!=typeof O||O(e),P&&a.props&&"function"==typeof a.props.onTouchStart&&a.props.onTouchStart(e),L&&v(L,A,U,{locale:M,priority:!0,bypassPrefetchedCheck:!0})}};if((0,c.isAbsoluteUrl)(U))z.href=U;else if(!P||w||"a"===a.type&&!("href"in a.props)){let e=void 0!==M?M:L?.locale;z.href=L?.isLocaleDomain&&(0,h.getDomainLocale)(U,e,L?.locales,L?.domainLocales)||(0,b.addBasePath)((0,f.addLocale)(U,e,L?.defaultLocale))}return P?o.default.cloneElement(a,z):(0,l.jsx)("a",{...E,...z,children:r})}),j=(0,o.createContext)({pending:!1}),k=()=>(0,o.useContext)(j),R=w;("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},41158,(e,t,r)=>{t.exports=e.r(39149)},71914,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useIntersection",{enumerable:!0,get:function(){return i}});let a=e.r(91788),n=e.r(99604),s="function"==typeof IntersectionObserver,l=new Map,o=[];function i({rootRef:e,rootMargin:t,disabled:r}){let d=r||!s,[u,c]=(0,a.useState)(!1),f=(0,a.useRef)(null),m=(0,a.useCallback)(e=>{f.current=e},[]);return(0,a.useEffect)(()=>{if(s){if(d||u)return;let r=f.current;if(r&&r.tagName)return function(e,t,r){let{id:a,observer:n,elements:s}=function(e){let t,r={root:e.root||null,margin:e.rootMargin||""},a=o.find(e=>e.root===r.root&&e.margin===r.margin);if(a&&(t=l.get(a)))return t;let n=new Map;return t={id:r,observer:new IntersectionObserver(e=>{e.forEach(e=>{let t=n.get(e.target),r=e.isIntersecting||e.intersectionRatio>0;t&&r&&t(r)})},e),elements:n},o.push(r),l.set(r,t),t}(r);return s.set(e,t),n.observe(e),function(){if(s.delete(e),n.unobserve(e),0===s.size){n.disconnect(),l.delete(a);let e=o.findIndex(e=>e.root===a.root&&e.margin===a.margin);e>-1&&o.splice(e,1)}}}(r,e=>e&&c(e),{root:e?.current,rootMargin:t})}else if(!u){let e=(0,n.requestIdleCallback)(()=>c(!0));return()=>(0,n.cancelIdleCallback)(e)}},[d,t,e,u,f.current]),[m,u,(0,a.useCallback)(()=>{c(!1)},[])]}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},63230,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return n}});let a=e.r(91788);function n(e,t){let r=(0,a.useRef)(null),n=(0,a.useRef)(null);return(0,a.useCallback)(a=>{if(null===a){let e=r.current;e&&(r.current=null,e());let t=n.current;t&&(n.current=null,t())}else e&&(r.current=s(e,a)),t&&(n.current=s(t,a))},[e,t])}function s(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},80963,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var a={default:function(){return h},defaultHead:function(){return c}};for(var n in a)Object.defineProperty(r,n,{enumerable:!0,get:a[n]});let s=e.r(31640),l=e.r(71650),o=e.r(91398),i=l._(e.r(91788)),d=s._(e.r(94941)),u=e.r(13584);function c(){return[(0,o.jsx)("meta",{charSet:"utf-8"},"charset"),(0,o.jsx)("meta",{name:"viewport",content:"width=device-width"},"viewport")]}function f(e,t){return"string"==typeof t||"number"==typeof t?e:t.type===i.default.Fragment?e.concat(i.default.Children.toArray(t.props.children).reduce((e,t)=>"string"==typeof t||"number"==typeof t?e:e.concat(t),[])):e.concat(t)}let m=["name","httpEquiv","charSet","itemProp"];function p(e){let t,r,a,n;return e.reduce(f,[]).reverse().concat(c().reverse()).filter((t=new Set,r=new Set,a=new Set,n={},e=>{let s=!0,l=!1;if(e.key&&"number"!=typeof e.key&&e.key.indexOf("$")>0){l=!0;let r=e.key.slice(e.key.indexOf("$")+1);t.has(r)?s=!1:t.add(r)}switch(e.type){case"title":case"base":r.has(e.type)?s=!1:r.add(e.type);break;case"meta":for(let t=0,r=m.length;t<r;t++){let r=m[t];if(e.props.hasOwnProperty(r))if("charSet"===r)a.has(r)?s=!1:a.add(r);else{let t=e.props[r],a=n[r]||new Set;("name"!==r||!l)&&a.has(t)?s=!1:(a.add(t),n[r]=a)}}}return s})).reverse().map((e,t)=>{let r=e.key||t;return i.default.cloneElement(e,{key:r})})}let h=function({children:e}){let t=(0,i.useContext)(u.HeadManagerContext);return(0,o.jsx)(d.default,{reduceComponentsToState:p,headManager:t,children:e})};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},94941,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return o}});let a=e.r(91788),n="u"<typeof window,s=n?()=>{}:a.useLayoutEffect,l=n?()=>{}:a.useEffect;function o(e){let{headManager:t,reduceComponentsToState:r}=e;function o(){if(t&&t.mountedInstances){let e=a.Children.toArray(Array.from(t.mountedInstances).filter(Boolean));t.updateHead(r(e))}}return n&&(t?.mountedInstances?.add(e.children),o()),s(()=>(t?.mountedInstances?.add(e.children),()=>{t?.mountedInstances?.delete(e.children)})),s(()=>(t&&(t._pendingUpdate=o),()=>{t&&(t._pendingUpdate=o)})),l(()=>(t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null),()=>{t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null)})),null}},5205,(e,t,r)=>{t.exports=e.r(80963)}]);
@@ -0,0 +1,124 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,87284,16509,e=>{"use strict";var t=e.i(91398),r=e.i(26019),i=e.i(91788),a=e.i(69322);let s=({src:e,width:t,quality:r=75})=>e?`${e}?w=${t}&q=${r}`:"/no-image.jpg";e.s(["default",0,s],16509);let l=({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:o,...n})=>{let[d,u]=(0,i.useState)(o),[c,f]=(0,i.useState)(!1),{formatMessage:m}=(0,a.useIntl)();return c||!d?(0,t.jsx)("div",{className:n.className||"w-full h-full flex items-center justify-center bg-surface",children:(0,t.jsx)(l,{width:n.width||200,height:n.height||200,className:"max-w-full max-h-full"})}):(0,t.jsx)(r.default,{src:d,loader:s,alt:m({id:"image-not-found",defaultMessage:"Image not found"}),...n,onError:()=>{e&&d!==e?u(e):f(!0)}})}],87284)},76069,e=>{"use strict";var t=e.i(91398),r=e.i(81618),i=e.i(56206);e.s(["default",0,({className:e="",containerClassName:a="",Icon:s=null})=>(0,t.jsx)("span",{className:(0,i.default)("text-slate-400",a),children:s||(0,t.jsx)(r.PhotoIcon,{className:(0,i.default)(e)})})])},35429,e=>{"use strict";var t=e.i(91398),r=e.i(56206),i=e.i(69322),a=e.i(21128);e.s(["default",0,({cancelText:e=null,showCancel:s=!0,submitText:l=null,showSubmit:o=!0,onCancel:n,className:d=""})=>{let{formatMessage:u}=(0,i.useIntl)();return(0,t.jsxs)("span",{className:(0,r.default)("flex shrink-0 items-center space-x-4 py-5 pl-1",d),children:[s?(0,t.jsx)("button",{onClick:n,"data-id":"cancel_update",type:"button",className:(0,r.default)("focus:ring-focus-ring","inline-flex items-center rounded-md border border-border-default bg-surface px-4 py-2 text-sm font-medium text-text-secondary shadow-xs hover:bg-surface-raised focus:outline-hidden focus:ring-2 focus:ring-focus-ring focus:ring-offset-2"),children:e||u({id:"cancel",defaultMessage:"Cancel"})}):null,o?(0,t.jsx)(a.default,{label:l||u({id:"save",defaultMessage:"Save"})}):null]})}])},34948,e=>{"use strict";var t=e.i(91398),r=e.i(69322),i=e.i(6607),a=e.i(42469),s=e.i(69211),l=e.i(13120),o=e.i(98949),n=e.i(35429);let d=({tags:e,onSubmit:i,onCancel:a,selectOptions:d=[]})=>{let{formatMessage:u}=(0,r.useIntl)(),c=u({id:"tags_updated",defaultMessage:"Tags updated successfully"}),f=(0,o.default)({submit:i,successMessage:c,onSubmitSuccess:a,initialValues:{tags:e}});return(0,t.jsxs)(s.default,{form:f,id:"add_tag_form",children:[(0,t.jsx)("div",{children:(0,t.jsx)(l.default,{name:"tags",id:"tags",label:u({id:"tags",defaultMessage:"Tags"}),tagList:e,selectOptions:d})}),(0,t.jsx)("div",{className:"border border-t-slate-100 bg-slate-50 mt-6 -mx-6 -mb-6 px-6 dark:bg-slate-900 dark:border-0",children:(0,t.jsx)(n.default,{onCancel:a,className:"justify-end "})})]})};e.s(["default",0,({defaultValue:e,onSubmit:s,enableEdit:l,availableTagOptions:o=[]})=>{let{formatMessage:n}=(0,r.useIntl)(),{setModal:u}=(0,i.default)();return(0,t.jsxs)("div",{className:"flex items-center mr-auto gap-2",children:[(0,t.jsx)("div",{className:"flex flex-wrap items-center gap-2",children:e?.length?e.map((e,r)=>(0,t.jsx)("span",{children:(0,t.jsx)(a.default,{text:e,color:"sky"})},`${e}${r+1}`)):(0,t.jsx)("span",{children:(0,t.jsx)(a.default,{text:n({id:"no_tag",defaultMessage:"No Tag"}),color:"slate"})})}),l&&(0,t.jsx)("button",{id:"add_tag",type:"button",className:"rounded-sm hover:shadow-sm px-3 py-2 text-xs inline-flex items-center justify-center text-slate-800 hover:text-slate-900 hover:bg-slate-50 hover:border border-transparent border-1 hover:border-slate-300 dark:text-slate-400 dark:hover:text-slate-200 dark:hover:bg-slate-800 transition-colors focus:outline-hidden focus:ring-2 focus:ring-focus-ring",onClick:()=>u((0,t.jsx)(d,{tags:e||[],onCancel:()=>u(""),onSubmit:s,selectOptions:o})),children:n({id:"edit_tags",defaultMessage:"Edit tags"})})]})}],34948)},30434,e=>{"use strict";var t=e.i(91398),r=e.i(56206),i=e.i(60741);e.s(["default",0,e=>{let{disabled:a,labelClassName:s,containerClassName:l,inputClassName:o,...n}=e,d=(0,i.default)({...e,type:"checkbox"});return(0,t.jsxs)("div",{className:(0,r.default)("",{"text-rose-600":!!d.error,checkbox:!0,disabled:d.disabled,required:d.required},l),children:[(0,t.jsx)("input",{checked:!!d.value,disabled:a,id:d.name,name:d.name,onChange:d.onChange,onBlur:d.onBlur,type:"checkbox",className:(0,r.default)("h-4 w-4 rounded-xs border-border-default bg-white dark:!bg-slate-800 text-indigo-600 dark:text-slate-200 focus:ring-focus-ring",o,e.className),...n}),(0,t.jsx)("label",{htmlFor:d.name,className:(0,r.default)("text-sm text-text-primary",s,{"text-danger":!!d.error}),children:d.label})]})}])},63094,e=>{"use strict";var t=e.i(91398),r=e.i(91788),i=e.i(61898);let a=(e,t="")=>e&&"object"==typeof e?Object.entries(e).reduce((e,[i,s])=>{if(!s||"ref"===i)return e;let l=`${t}${i}`;return"string"==typeof s||r.default.isValidElement(s)?e[l]=s:"string"==typeof s.message&&s.message?e[l]=s.message:"object"==typeof s&&Object.assign(e,a(s,`${l}.`)),e},{}):{},s=({submitError:e="",fieldErrors:i={}})=>(0,t.jsx)("div",{className:"my-2 mb-5 text-rose-700",children:(0,t.jsxs)("ul",{className:"space-y-1",children:[e&&(0,t.jsx)("li",{className:"disabled",children:(0,t.jsx)("span",{dangerouslySetInnerHTML:{__html:e}})},"submitError"),Object.entries(i).map(([e,i])=>(0,t.jsx)("li",{className:"disabled",children:(0,t.jsx)("button",{type:"button",className:"no-button text-danger","aria-label":"Error button",onClick:()=>{let t=document.getElementById(e);t&&t.focus()},children:r.default.isValidElement(i)?i:(0,t.jsx)("span",{dangerouslySetInnerHTML:{__html:i}})})},e))]})});e.s(["default",0,({displayFieldErrors:e=!1})=>{var r;let l,{submitError:o,rhf:n}=(0,i.default)(),d=e?(r=a(n?.formState?.errors),l=new Set,Object.fromEntries(Object.entries(r).filter(([,e])=>"string"!=typeof e||!l.has(e)&&(l.add(e),!0)))):{};return(o||e)&&(0,t.jsx)(s,{submitError:o,fieldErrors:d})}])},83094,e=>{"use strict";var t=e.i(91398),r=e.i(56206),i=e.i(69322),a=e.i(91412),s=e.i(10947),s=s,l=e.i(7654),o=e.i(31858),n=e.i(3812),d=e.i(98634),u=e.i(82226),c=e.i(60741),f=e.i(54879),m=e.i(56779);let g=({selectedView:e="edit",...i})=>"preview"===e?(0,t.jsx)("div",{className:"prose dark:prose-invert",children:(0,t.jsx)(l.default,{rehypePlugins:[o.default,n.default,d.default],children:i.value})}):(0,t.jsx)("textarea",{className:(0,r.default)("relative mt-1 block w-full dark:focus:autofill dark:hover:autofill dark:autofill dark:placeholder:text-slate-400 dark:bg-slate-900 dark:text-slate-200 appearance-none rounded-md border-1 border-border-default px-4 py-2.5 text-sm text-slate-900 placeholder-slate-400 shadow-xs placeholder:text-slate-400 focus:outline-hidden focus:ring-2 focus:ring-focus-ring",i.className,{"border-rose-700 placeholder:text-rose-300 placeholder-rose-300":!!i.error}),disabled:i.disabled,id:i.name,name:i.name,rows:i.rows||10,onChange:i.onChange,onBlur:i.onBlur,placeholder:i.placeholder,autoComplete:i.autoComplete||"off",value:i.value});e.s(["default",0,({maxLength:e,validators:r=[],...l})=>{let{formatMessage:o}=(0,i.useIntl)(),n=(0,c.default)({validators:[...r,e&&(0,u.validateMaxLength)(e)],...l}),d=[{id:"editor",title:o({id:"editor",defaultMessage:"Editor"}),Icon:(0,t.jsx)(s.default,{className:"h-4 w-5"})},{id:"preview",title:o({id:"preview",defaultMessage:"preview"}),Icon:(0,t.jsx)(a.EyeIcon,{className:"h-4 w-5"})}];return(0,t.jsx)(f.default,{...n,children:(0,t.jsx)("div",{className:"-mt-8",children:(0,t.jsx)(m.default,{tabItems:d,defaultTab:"editor",children:(0,t.jsx)(g,{...n})})})})}],83094)},13120,e=>{"use strict";var t=e.i(91398),r=e.i(56206),i=e.i(76038),a=e.i(60741),s=e.i(82226),l=e.i(54879);e.s(["default",0,({buttonText:e="",validators:o=[],selectOptions:n=[],...d})=>{let u=(0,a.default)({validators:[...o,(0,s.validateRequiredTag)(d?.required)],label:"Tags",...d});return(0,t.jsx)(l.default,{...u,children:(0,t.jsx)(i.default,{disabled:u.disabled,id:u.id,name:u.name,className:(0,r.default)({"border-rose-300":!!u.error}),onChange:e=>u.setValue(e,!0),placeholder:u.placeholder,tagList:u.value,buttonText:e,selectOptions:n})})}])},77043,e=>{"use strict";var t=e.i(91398),r=e.i(56206),i=e.i(69322),a=e.i(87284),s=e.i(76069);e.s(["default",0,({file:e,className:l=""})=>{let{formatMessage:o}=(0,i.useIntl)();return(0,t.jsx)("div",{className:(0,r.default)("h-10 w-10 shrink-0",l),children:e?(0,t.jsx)(a.default,{className:"relative h-10 w-10 rounded-sm",src:e.url,width:100,height:100,alt:o({id:"image_not_available",defaultMessage:"Image not available"})}):(0,t.jsx)(s.default,{})})}])},60513,75284,e=>{"use strict";var t=e.i(91788),r=e.i(28401),i=e.i(69322),a=e.i(30086),s=e.i(66773),l=e.i(98926),o=e.i(63104),n=e.i(3828);e.s(["useCSVExport",0,()=>{let[e,d]=(0,t.useState)(!1),u=(0,l.useApolloClient)(),c=(0,n.useRouter)(),{addWork:f}=(0,a.default)(),{formatMessage:m}=(0,i.useIntl)(),g=(0,t.useCallback)(async e=>{let{data:t}=await u.query({query:(0,o.GetWorkQuery)(),variables:{workId:e},fetchPolicy:"network-only"});return t?.work??null},[u]);return{isExporting:e,exportCSV:(0,t.useCallback)(async({type:e,pollInterval:t=2e3,...i})=>{d(!0);try{let r=await f({type:s.IWorkType.BulkExport,input:{type:e,...i}}),a=r?.data?.addWork?._id;if(!a)throw Error("Failed to create export work");await new Promise((e,r)=>{let i=setInterval(async()=>{try{let t=await g(a);if(!t)throw Error("Work not found");(t.status===s.IWorkStatus.Success||t.status===s.IWorkStatus.Failed)&&(clearInterval(i),t.status===s.IWorkStatus.Success&&t.success?(c.push(`/exports?workId=${t._id}`),e(t)):r(t.error||Error("Export failed")))}catch(e){clearInterval(i),r(e)}},t)})}catch(e){return console.error("Export failed:",e),r.toast.error(m({id:"export_failed",defaultMessage:"Export failed. Please try again."})),null}finally{d(!1)}},[f,g,c,m])}}],60513);var d=e.i(91398),u=e.i(69211),c=e.i(30434),f=e.i(98949),m=e.i(21128);e.s(["default",0,function({options:e,onSubmit:r,loading:a=!1,successMessage:s=""}){let{formatMessage:l}=(0,i.useIntl)(),o=(0,t.useMemo)(()=>e.reduce((e,t)=>(e[t.key]=t.defaultChecked??!0,e),{}),[e]),n=async e=>(await r(e),{success:!0}),g=(0,f.default)({successMessage:s||l({id:"export_completed",defaultMessage:"Data exported successfully"}),submit:n,enableReinitialize:!0,initialValues:o});return(0,d.jsx)(u.default,{form:g,children:g.api.isSubmitting?(0,d.jsxs)("div",{className:"flex items-center gap-3 p-4 mb-4 rounded-lg animate-pulse",children:[(0,d.jsx)("div",{className:"w-5 h-5 border-2 border-blue-600 border-t-transparent rounded-full animate-spin"}),(0,d.jsx)("span",{className:"text-sm font-medium text-blue-700 dark:text-blue-300",children:l({id:"exporting_message",defaultMessage:"Generating your export files. This may take a moment..."})})]}):(0,d.jsxs)("fieldset",{disabled:a,style:{border:"none",padding:0},children:[(0,d.jsxs)("h3",{children:[" ",l({id:"export_options",defaultMessage:"Export options"})]}),e.map(e=>(0,d.jsx)(c.default,{name:e.key,label:e.label,hideLabel:!0,className:"mr-2 h-4 w-4 justify-between rounded-sm border-border-default bg-white text-slate-950 focus:ring-focus-ring lg:items-center",type:"checkbox"},e.key)),(0,d.jsx)(m.default,{label:l({id:"submit",defaultMessage:"Submit"}),disabled:a})]})})}],75284)},64479,e=>{"use strict";var t=e.i(59080),r=e.i(76204);let i=t.gql`
2
+ mutation ConfirmMediaUpload(
3
+ $mediaUploadTicketId: ID!
4
+ $size: Int!
5
+ $type: String!
6
+ ) {
7
+ confirmMediaUpload(
8
+ mediaUploadTicketId: $mediaUploadTicketId
9
+ size: $size
10
+ type: $type
11
+ ) {
12
+ _id
13
+ name
14
+ type
15
+ size
16
+ url
17
+ }
18
+ }
19
+ `;e.s(["default",0,(e={})=>{let[t]=(0,r.useMutation)(i,e);return{confirmMediaUpload:async({mediaUploadTicketId:e,size:r,type:i})=>t({variables:{mediaUploadTicketId:e,size:r,type:i}})}}])},93994,e=>{"use strict";let t=async(e,t)=>{let r=await fetch(t,{method:"PUT",body:e});return r.ok?Promise.resolve({}):Promise.reject(Error(r.statusText))};e.s(["default",0,t])},1880,e=>{"use strict";e.s(["default",0,(e={})=>{let{_id:t,texts:r}=e||{};return r||t?`${r?.slug?.split("/").join("")||""}_id_${t}`:null},"parseSlug",0,e=>{if(!e)return null;let[t]=e?.split("_id_")||[];return t},"parseUniqueId",0,e=>{if(!e)return null;let t=e?.split("_id_");return t?.pop()}])},54529,e=>{"use strict";var t=e.i(59080);let r=t.gql`
20
+ fragment ProductBriefFragment on Product {
21
+ texts(forceLocale: $forceLocale) {
22
+ _id
23
+ slug
24
+ title
25
+ subtitle
26
+ description
27
+ vendor
28
+ brand
29
+ labels
30
+ locale
31
+ }
32
+ _id
33
+ sequence
34
+ status
35
+ tags
36
+ sequence
37
+ updated
38
+ published
39
+ media {
40
+ _id
41
+ tags
42
+ file {
43
+ _id
44
+ url
45
+ }
46
+ }
47
+ ... on BundleProduct {
48
+ proxies {
49
+ __typename
50
+ }
51
+ }
52
+ ... on SimpleProduct {
53
+ catalogPrice {
54
+ amount
55
+ currencyCode
56
+ }
57
+ proxies {
58
+ __typename
59
+ }
60
+ }
61
+ ... on PlanProduct {
62
+ catalogPrice {
63
+ amount
64
+ currencyCode
65
+ }
66
+ proxies {
67
+ __typename
68
+ }
69
+ }
70
+ }
71
+ `;e.s(["default",0,r])},94672,e=>{"use strict";var t=e.i(59080);let r=t.gql`
72
+ fragment WorkFragment on Work {
73
+ _id
74
+ type
75
+ scheduled
76
+ status
77
+ started
78
+ success
79
+ finished
80
+ created
81
+ deleted
82
+ retries
83
+ original {
84
+ _id
85
+ retries
86
+ }
87
+ input
88
+ result
89
+ }
90
+ `;e.s(["default",0,r])},30086,e=>{"use strict";var t=e.i(59080),r=e.i(76204);let i=t.gql`
91
+ mutation AddWork(
92
+ $type: WorkType!
93
+ $priority: Int! = 0
94
+ $input: JSON
95
+ $originalWorkId: ID
96
+ $scheduled: Timestamp
97
+ $retries: Int! = 20
98
+ ) {
99
+ addWork(
100
+ type: $type
101
+ priority: $priority
102
+ input: $input
103
+ originalWorkId: $originalWorkId
104
+ scheduled: $scheduled
105
+ retries: $retries
106
+ ) {
107
+ _id
108
+ }
109
+ }
110
+ `;e.s(["default",0,()=>{let[e]=(0,r.useMutation)(i);return{addWork:async({type:t,priority:r,input:i,originalWorkId:a,scheduled:s=null,retries:l})=>e({variables:{type:t,priority:r,input:i,originalWorkId:a,scheduled:s,retries:l},refetchQueries:["WorkQueue"]})}}])},63104,e=>{"use strict";var t=e.i(59080),r=e.i(32171),i=e.i(70693),a=e.i(94672);let s=(e="")=>t.gql`
111
+ query Work($workId: ID!) {
112
+ work(workId: $workId) {
113
+ ...WorkFragment
114
+ ${e}
115
+ error
116
+ priority
117
+ worker
118
+ timeout
119
+ }
120
+ }
121
+ ${a.default}
122
+ `;e.s(["GetWorkQuery",0,s,"default",0,({workId:e=null,...t})=>{let{customProperties:a}=(0,i.default)(),{data:l,loading:o,error:n,previousData:d}=(0,r.useQuery)(s(a?.Work),{skip:!e,variables:{workId:e},...t});return{work:l?.work||d?.work,loading:o,error:n}}])},86173,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...i},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},i),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z"}),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))});e.s(["default",0,r])},91412,e=>{"use strict";var t=e.i(86173);e.s(["EyeIcon",()=>t.default])},10947,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...i},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},i),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L6.832 19.82a4.5 4.5 0 0 1-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125"}))});e.s(["default",0,r])},43119,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...i},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},i),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))});e.s(["default",0,r])},81618,e=>{"use strict";var t=e.i(43119);e.s(["PhotoIcon",()=>t.default])},37224,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...i},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},i),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))});e.s(["default",0,r])},67912,e=>{"use strict";var t=e.i(37224);e.s(["UserCircleIcon",()=>t.default])},49194,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"Image",{enumerable:!0,get:function(){return w}});let i=e.r(31640),a=e.r(71650),s=e.r(91398),l=a._(e.r(91788)),o=i._(e.r(30943)),n=i._(e.r(80963)),d=e.r(66785),u=e.r(15125),c=e.r(13521),f=e.r(25479),m=i._(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,i,a,s,l){let o=e?.src;e&&e["data-loaded-src"]!==o&&(e["data-loaded-src"]=o,("decode"in e?e.decode():Promise.resolve()).catch(()=>{}).then(()=>{if(e.parentElement&&e.isConnected){if("empty"!==t&&a(!0),r?.current){let t=new Event("load");Object.defineProperty(t,"target",{writable:!1,value:e});let i=!1,a=!1;r.current({...t,nativeEvent:t,currentTarget:e,target:e,isDefaultPrevented:()=>i,isPropagationStopped:()=>a,persist:()=>{},preventDefault:()=>{i=!0,t.preventDefault()},stopPropagation:()=>{a=!0,t.stopPropagation()}})}i?.current&&i.current(e)}}))}function b(e){return l.use?{fetchPriority:e}:{fetchpriority:e}}"u"<typeof window&&(globalThis.__NEXT_IMAGE_IMPORTED=!0);let x="u"<typeof window?l.useEffect:l.useLayoutEffect,v=(0,l.forwardRef)(({src:e,srcSet:t,sizes:r,height:i,width:a,decoding:o,className:n,style:d,fetchPriority:u,placeholder:c,loading:f,unoptimized:m,fill:p,onLoadRef:v,onLoadingCompleteRef:y,setBlurComplete:w,setShowAltText:j,sizesInput:k,onLoad:_,onError:E,...C},S)=>{let I=(0,l.useRef)(!1),P=(0,l.useRef)(null);x(()=>{let{current:e}=I,{current:t}=P;e||null===t||(E&&(t.src=t.src),t.complete&&h(t,c,v,y,w,m,k),I.current=!0)},[e,c,v,y,E,m,k]);let O=(0,g.useMergedRef)(S,P);return(0,s.jsx)("img",{...C,...b(u),loading:f,width:a,height:i,decoding:o,"data-nimg":p?"fill":"1",className:n,style:d,sizes:r,srcSet:t,src:e,ref:O,onLoad:e=>{h(e.currentTarget,c,v,y,w,m,k)},onError:e=>{j(!0),"empty"!==c&&w(!0),E&&E(e)}})});function y({isAppRouter:e,imgAttributes:t}){let r={as:"image",imageSrcSet:t.srcSet,imageSizes:t.sizes,crossOrigin:t.crossOrigin,referrerPolicy:t.referrerPolicy,...b(t.fetchPriority)};return e&&o.default.preload?(o.default.preload(t.src,r),null):(0,s.jsx)(n.default,{children:(0,s.jsx)("link",{rel:"preload",href:t.srcSet?void 0:t.src,...r},"__nimg-"+t.src+t.srcSet+t.sizes)})}let w=(0,l.forwardRef)((e,t)=>{let r=(0,l.useContext)(f.RouterContext),i=(0,l.useContext)(c.ImageConfigContext),a=(0,l.useMemo)(()=>{let e=p||i||u.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort((e,t)=>e-t),r=e.deviceSizes.sort((e,t)=>e-t),a=e.qualities?.sort((e,t)=>e-t);return{...e,allSizes:t,deviceSizes:r,qualities:a,localPatterns:"u"<typeof window?i?.localPatterns:e.localPatterns}},[i]),{onLoad:o,onLoadingComplete:n}=e,g=(0,l.useRef)(o);(0,l.useEffect)(()=>{g.current=o},[o]);let h=(0,l.useRef)(n);(0,l.useEffect)(()=>{h.current=n},[n]);let[b,x]=(0,l.useState)(!1),[w,j]=(0,l.useState)(!1),{props:k,meta:_}=(0,d.getImgProps)(e,{defaultLoader:m.default,imgConf:a,blurComplete:b,showAltText:w});return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(v,{...k,unoptimized:_.unoptimized,placeholder:_.placeholder,fill:_.fill,onLoadRef:g,onLoadingCompleteRef:h,setBlurComplete:x,setShowAltText:j,sizesInput:e.sizes,ref:t}),_.preload?(0,s.jsx)(y,{isAppRouter:!r,imgAttributes:k}):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";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var i={default:function(){return u},getImageProps:function(){return d}};for(var a in i)Object.defineProperty(r,a,{enumerable:!0,get:i[a]});let s=e.r(31640),l=e.r(66785),o=e.r(49194),n=s._(e.r(3866));function d(e){let{props:t}=(0,l.getImgProps)(e,{defaultLoader:n.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=o.Image},26019,(e,t,r)=>{t.exports=e.r(88961)},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";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return l}});let i=e.r(68816),a=e.r(20262);function s({config:e,src:t,width:r,quality:l}){let o=(0,a.getDeploymentId)();if(t.startsWith("/")&&!t.startsWith("//"))if(t.includes("/_next/static/immutable")&&!(0,a.getAssetToken)())o=void 0;else{let e=t.indexOf("?");if(-1!==e){let r=new URLSearchParams(t.slice(e+1)),i=r.get("dpl");if(i){o=i,r.delete("dpl");let a=r.toString();t=t.slice(0,e)+(a?"?"+a:"")}}}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.
123
+ Read more: https://nextjs.org/docs/messages/next-image-unconfigured-localpatterns`),"__NEXT_ERROR_CODE",{value:"E871",enumerable:!1,configurable:!0});let n=(0,i.findClosestQuality)(l,e);return`${e.path}?url=${encodeURIComponent(t)}&w=${r}&q=${n}${t.startsWith("/")&&o?`&dpl=${o}`:""}`}s.__next_img_default=!0;let l=s},66785,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImgProps",{enumerable:!0,get:function(){return d}});let i=e.r(20262),a=e.r(55034),s=e.r(15125),l=["-moz-initial","fill","none","scale-down",void 0];function o(e){return void 0!==e.default}function n(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:b=!1,style:x,overrideSrc:v,onLoad:y,onLoadingComplete:w,placeholder:j="empty",blurDataURL:k,fetchPriority:_,decoding:E="async",layout:C,objectFit:S,objectPosition:I,lazyBoundary:P,lazyRoot:O,...$},M){var N;let R,L,W,{imgConf:z,showAltText:T,blurComplete:D,defaultLoader:q}=M,A=z||s.imageConfigDefault;if("allSizes"in A)R=A;else{let e=[...A.deviceSizes,...A.imageSizes].sort((e,t)=>e-t),t=A.deviceSizes.sort((e,t)=>e-t),r=A.qualities?.sort((e,t)=>e-t);R={...A,allSizes:e,deviceSizes:t,qualities:r}}if(void 0===q)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=$.loader||q;delete $.loader,delete $.srcSet;let F="__next_img_default"in B;if(F){if("custom"===R.loader)throw Object.defineProperty(Error(`Image with src "${e}" is missing "loader" prop.
124
+ 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,...i}=t;return e(i)}}if(C){"fill"===C&&(b=!0);let e={intrinsic:{maxWidth:"100%",height:"auto"},responsive:{width:"100%",height:"auto"}}[C];e&&(x={...x,...e});let r={responsive:"100vw",fill:"100vw"}[C];r&&!t&&(t=r)}let U="",V=n(p),G=n(h);if((N=e)&&"object"==typeof N&&(o(N)||void 0!==N.src)){let t=o(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(L=t.blurWidth,W=t.blurHeight,k=k||t.blurDataURL,U=t.src,!b)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=!u&&!c&&("lazy"===f||void 0===f);(!(e="string"==typeof e?e:U)||e.startsWith("data:")||e.startsWith("blob:"))&&(r=!0,Q=!1),R.unoptimized&&(r=!0),F&&!R.dangerouslyAllowSVG&&e.split("?",1)[0].endsWith(".svg")&&(r=!0);let Z=n(g),X=Object.assign(b?{position:"absolute",height:"100%",width:"100%",left:0,top:0,right:0,bottom:0,objectFit:S,objectPosition:I}:{},T?{}:{color:"transparent"},x),H=D||"empty"===j?null:"blur"===j?`url("data:image/svg+xml;charset=utf-8,${(0,a.getImageBlurSvg)({widthInt:V,heightInt:G,blurWidth:L,blurHeight:W,blurDataURL:k||"",objectFit:X.objectFit})}")`:`url("${j}")`,J=l.includes(X.objectFit)?"fill"===X.objectFit?"100% 100%":"cover":X.objectFit,K=H?{backgroundSize:J,backgroundPosition:X.objectPosition||"50% 50%",backgroundRepeat:"no-repeat",backgroundImage:H}:{},Y=function({config:e,src:t,unoptimized:r,width:a,quality:s,sizes:l,loader:o}){if(r){if(t.startsWith("/")&&!t.startsWith("//")){let e=(0,i.getDeploymentId)();if(t.includes("/_next/static/immutable")&&!(0,i.getAssetToken)())e=void 0;else 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:n,kind:d}=function({deviceSizes:e,allSizes:t},r,i){if(i){let r=/(^|\s)(1?\d?\d)vw/g,a=[];for(let e;e=r.exec(i);)a.push(parseInt(e[2]));if(a.length){let r=.01*Math.min(...a);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,a,l),u=n.length-1;return{sizes:l||"w"!==d?l:"100vw",srcSet:n.map((r,i)=>`${o({config:e,src:t,quality:s,width:r})} ${"w"===d?r:i+1}${d}`).join(", "),src:o({config:e,src:t,quality:s,width:n[u]})}}({config:R,src:e,unoptimized:r,width:V,quality:Z,sizes:t,loader:B}),ee=Q?"lazy":f;return{props:{...$,loading:ee,fetchPriority:_,width:V,height:G,decoding:E,className:m,style:{...X,...K},sizes:Y.sizes,srcSet:Y.srcSet,src:v||Y.src},meta:{unoptimized:r,preload:c||u,placeholder:j,fill:b}}}},55034,(e,t,r)=>{"use strict";function i({widthInt:e,heightInt:t,blurWidth:r,blurHeight:a,blurDataURL:s,objectFit:l}){let o=r?40*r:e,n=a?40*a:t,d=o&&n?`viewBox='0 0 ${o} ${n}'`:"";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"===l?"xMidYMid":"cover"===l?"xMidYMid slice":"none"}' style='filter: url(%23b);' href='${s}'/%3E%3C/svg%3E`}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImageBlurSvg",{enumerable:!0,get:function(){return i}})},13521,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ImageConfigContext",{enumerable:!0,get:function(){return s}});let i=e.r(31640)._(e.r(91788)),a=e.r(15125),s=i.default.createContext(a.imageConfigDefault)},15125,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var i={VALID_LOADERS:function(){return s},imageConfigDefault:function(){return l}};for(var a in i)Object.defineProperty(r,a,{enumerable:!0,get:i[a]});let s=["default","imgix","cloudinary","akamai","custom"],l={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}}]);
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,44063,(e,t,n)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r={NEXT_REQUEST_META:function(){return i},addRequestMeta:function(){return d},getRequestMeta:function(){return l},removeRequestMeta:function(){return s},setRequestMeta:function(){return a}};for(var o in r)Object.defineProperty(n,o,{enumerable:!0,get:r[o]});let i=Symbol.for("NextInternalRequestMeta");function l(e,t){let n=e[i]||{};return"string"==typeof t?n[t]:n}function a(e,t){return e[i]=t,t}function d(e,t,n){let r=l(e);return r[t]=n,a(e,r)}function s(e,t){let n=l(e);return delete n[t],a(e,n)}},93594,(e,t,n)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),Object.defineProperty(n,"default",{enumerable:!0,get:function(){return h}});let r=e.r(31640),o=e.r(91398),i=r._(e.r(91788)),l=r._(e.r(80963)),a={400:"Bad Request",404:"This page could not be found",405:"Method Not Allowed",500:"Internal Server Error"};function d({req:t,res:n,err:r}){let o,i=n&&n.statusCode?n.statusCode:r?r.statusCode:404;if("u">typeof window)o=window.location.hostname;else if(t){let{getRequestMeta:n}=e.r(44063),r=n(t,"initURL");r&&(o=new URL(r).hostname)}return{statusCode:i,hostname:o}}let s={fontFamily:'system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"',height:"100vh",textAlign:"center",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center"},u={lineHeight:"48px"},c={display:"inline-block",margin:"0 20px 0 0",paddingRight:23,fontSize:24,fontWeight:500,verticalAlign:"top"},f={fontSize:14,fontWeight:400,lineHeight:"28px"},p={display:"inline-block"};class h extends i.default.Component{static{this.displayName="ErrorPage"}static{this.getInitialProps=d}static{this.origGetInitialProps=d}render(){let{statusCode:e,withDarkMode:t=!0}=this.props,n=this.props.title||a[e]||"An unexpected error has occurred";return(0,o.jsxs)("div",{style:s,children:[(0,o.jsx)(l.default,{children:(0,o.jsx)("title",{children:e?`${e}: ${n}`:"Application error: a client-side exception has occurred"})}),(0,o.jsxs)("div",{style:u,children:[(0,o.jsx)("style",{dangerouslySetInnerHTML:{__html:`body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}${t?"@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}":""}`}}),e?(0,o.jsx)("h1",{className:"next-error-h1",style:c,children:e}):null,(0,o.jsx)("div",{style:p,children:(0,o.jsxs)("h2",{style:f,children:[this.props.title||e?n:(0,o.jsxs)(o.Fragment,{children:["Application error: a client-side exception has occurred"," ",!!this.props.hostname&&(0,o.jsxs)(o.Fragment,{children:["while loading ",this.props.hostname]})," ","(see the browser console for more information)"]}),"."]})})]})]})}}("function"==typeof n.default||"object"==typeof n.default&&null!==n.default)&&void 0===n.default.__esModule&&(Object.defineProperty(n.default,"__esModule",{value:!0}),Object.assign(n.default,n),t.exports=n.default)},80963,(e,t,n)=>{"use strict";e.i(50461),Object.defineProperty(n,"__esModule",{value:!0});var r={default:function(){return y},defaultHead:function(){return c}};for(var o in r)Object.defineProperty(n,o,{enumerable:!0,get:r[o]});let i=e.r(31640),l=e.r(71650),a=e.r(91398),d=l._(e.r(91788)),s=i._(e.r(94941)),u=e.r(13584);function c(){return[(0,a.jsx)("meta",{charSet:"utf-8"},"charset"),(0,a.jsx)("meta",{name:"viewport",content:"width=device-width"},"viewport")]}function f(e,t){return"string"==typeof t||"number"==typeof t?e:t.type===d.default.Fragment?e.concat(d.default.Children.toArray(t.props.children).reduce((e,t)=>"string"==typeof t||"number"==typeof t?e:e.concat(t),[])):e.concat(t)}let p=["name","httpEquiv","charSet","itemProp"];function h(e){let t,n,r,o;return e.reduce(f,[]).reverse().concat(c().reverse()).filter((t=new Set,n=new Set,r=new Set,o={},e=>{let i=!0,l=!1;if(e.key&&"number"!=typeof e.key&&e.key.indexOf("$")>0){l=!0;let n=e.key.slice(e.key.indexOf("$")+1);t.has(n)?i=!1:t.add(n)}switch(e.type){case"title":case"base":n.has(e.type)?i=!1:n.add(e.type);break;case"meta":for(let t=0,n=p.length;t<n;t++){let n=p[t];if(e.props.hasOwnProperty(n))if("charSet"===n)r.has(n)?i=!1:r.add(n);else{let t=e.props[n],r=o[n]||new Set;("name"!==n||!l)&&r.has(t)?i=!1:(r.add(t),o[n]=r)}}}return i})).reverse().map((e,t)=>{let n=e.key||t;return d.default.cloneElement(e,{key:n})})}let y=function({children:e}){let t=(0,d.useContext)(u.HeadManagerContext);return(0,a.jsx)(s.default,{reduceComponentsToState:h,headManager:t,children:e})};("function"==typeof n.default||"object"==typeof n.default&&null!==n.default)&&void 0===n.default.__esModule&&(Object.defineProperty(n.default,"__esModule",{value:!0}),Object.assign(n.default,n),t.exports=n.default)},94941,(e,t,n)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),Object.defineProperty(n,"default",{enumerable:!0,get:function(){return a}});let r=e.r(91788),o="u"<typeof window,i=o?()=>{}:r.useLayoutEffect,l=o?()=>{}:r.useEffect;function a(e){let{headManager:t,reduceComponentsToState:n}=e;function a(){if(t&&t.mountedInstances){let e=r.Children.toArray(Array.from(t.mountedInstances).filter(Boolean));t.updateHead(n(e))}}return o&&(t?.mountedInstances?.add(e.children),a()),i(()=>(t?.mountedInstances?.add(e.children),()=>{t?.mountedInstances?.delete(e.children)})),i(()=>(t&&(t._pendingUpdate=a),()=>{t&&(t._pendingUpdate=a)})),l(()=>(t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null),()=>{t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null)})),null}}]);
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,86201,e=>{"use strict";var t=e.i(91398),r=e.i(41158),n=e.i(69322),o=e.i(5505);e.s(["default",0,({error:e=null,resetError:i=null})=>{let{formatMessage:u}=(0,n.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:u({id:"internal_server_error",defaultMessage:"500 Internal Server Error"})})}),(0,t.jsx)(o.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:u({id:"error_500",defaultMessage:"500 Error"})}),(0,t.jsx)("p",{className:"mt-2 text-base text-text-muted",children:u({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:u({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-text-on-accent hover:bg-accent-hover focus:outline-hidden focus:ring-2 focus:ring-focus-ring 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"})})}),u({id:"back_to_home",defaultMessage:"Back to Home"})]}),i&&(0,t.jsxs)("button",{type:"button",onClick:i,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-focus-ring dark:focus:ring-focus-ring 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"})})}),u({id:"try_again",defaultMessage:"Try Again"})]})]})]})})]})})}])},5505,e=>{"use strict";var t=e.i(91398),r=e.i(91788),n=e.i(56206);let o=(0,r.createContext)(!1);e.s(["FormWrapperContext",0,o,"default",0,({children:e,className:r=""})=>(0,t.jsx)(o.Provider,{value:!0,children:(0,t.jsx)("div",{className:"sm:max-w-full",children:(0,t.jsx)("div",{className:(0,n.default)("bg-surface rounded-md shadow-sm overflow-hidden",r),children:e})})})])},46972,e=>{"use strict";var t=e.i(91398),r=e.i(86201);let n=()=>(0,t.jsx)(r.default,{});n.getLayout=e=>e,e.s(["default",0,n])},78465,(e,t,r)=>{let n="/500";(window.__NEXT_P=window.__NEXT_P||[]).push([n,()=>e.r(46972)]),t.hot&&t.hot.dispose(function(){window.__NEXT_P.push([n])})},56206,e=>{"use strict";function t(){for(var e,t,r=0,n="",o=arguments.length;r<o;r++)(e=arguments[r])&&(t=function e(t){var r,n,o="";if("string"==typeof t||"number"==typeof t)o+=t;else if("object"==typeof t)if(Array.isArray(t)){var i=t.length;for(r=0;r<i;r++)t[r]&&(n=e(t[r]))&&(o&&(o+=" "),o+=n)}else for(n in t)t[n]&&(o&&(o+=" "),o+=n);return o}(e))&&(n&&(n+=" "),n+=t);return n}e.s(["clsx",0,t,"default",0,t])},54471,(e,t,r)=>{"use strict";function n(e,t,r,n){return!1}e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getDomainLocale",{enumerable:!0,get:function(){return n}}),e.r(70090),("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},39149,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return E},useLinkStatus:function(){return j}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let i=e.r(71650),u=e.r(91398),s=i._(e.r(91788)),a=e.r(60472),l=e.r(71112),c=e.r(28169),f=e.r(89129),d=e.r(14862),p=e.r(25479),y=e.r(71914),m=e.r(54471),g=e.r(44113),h=e.r(63230),v=new Set;function _(e,t,r,n){if(!("u"<typeof window)&&(0,l.isLocalURL)(t)){if(!n.bypassPrefetchedCheck){let o=t+"%"+r+"%"+(void 0!==n.locale?n.locale:"locale"in e?e.locale:void 0);if(v.has(o))return;v.add(o)}e.prefetch(t,r,n).catch(e=>{})}}function b(e){return"string"==typeof e?e:(0,c.formatUrl)(e)}let x=s.default.forwardRef(function(e,t){let r,n,{href:o,as:i,children:c,prefetch:v=null,passHref:x,replace:w,shallow:j,scroll:E,locale:S,onClick:O,onNavigate:P,onMouseEnter:T,onTouchStart:C,legacyBehavior:k=!1,transitionTypes:R,...N}=e;r=c,k&&("string"==typeof r||"number"==typeof r)&&(r=(0,u.jsx)("a",{children:r}));let M=s.default.useContext(p.RouterContext),A=!1!==v,{href:L,as:H}=s.default.useMemo(()=>{if(!M){let e=b(o);return{href:e,as:i?b(i):e}}let[e,t]=(0,a.resolveHref)(M,o,!0);return{href:e,as:i?(0,a.resolveHref)(M,i):t||e}},[M,o,i]),I=s.default.useRef(L),D=s.default.useRef(H);k&&(n=s.default.Children.only(r));let $=k?n&&"object"==typeof n&&n.ref:t,[U,z,F]=(0,y.useIntersection)({rootMargin:"200px"}),B=s.default.useCallback(e=>{(D.current!==H||I.current!==L)&&(F(),D.current=H,I.current=L),U(e)},[H,L,F,U]),V=(0,h.useMergedRef)(B,$);s.default.useEffect(()=>{!M||z&&A&&_(M,L,H,{bypassPrefetchedCheck:!1,locale:S})},[H,L,z,S,A,M?.locale,M]);let W={ref:V,onClick(e){k||"function"!=typeof O||O(e),k&&n.props&&"function"==typeof n.props.onClick&&n.props.onClick(e),!M||e.defaultPrevented||function(e,t,r,n,o,i,u,s,a){let c,{nodeName:f}=e.currentTarget;if(!("A"===f.toUpperCase()&&((c=e.currentTarget.getAttribute("target"))&&"_self"!==c||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which)||e.currentTarget.hasAttribute("download"))){if(!(0,l.isLocalURL)(r)){o&&(e.preventDefault(),location.replace(r));return}e.preventDefault(),(()=>{if(a){let e=!1;if(a({preventDefault:()=>{e=!0}}),e)return}let e=u??!0;"beforePopState"in t?t[o?"replace":"push"](r,n,{shallow:i,locale:s,scroll:e}):t[o?"replace":"push"](n||r,{scroll:e})})()}}(e,M,L,H,w,j,E,S,P)},onMouseEnter(e){k||"function"!=typeof T||T(e),k&&n.props&&"function"==typeof n.props.onMouseEnter&&n.props.onMouseEnter(e),M&&_(M,L,H,{locale:S,priority:!0,bypassPrefetchedCheck:!0})},onTouchStart:function(e){k||"function"!=typeof C||C(e),k&&n.props&&"function"==typeof n.props.onTouchStart&&n.props.onTouchStart(e),M&&_(M,L,H,{locale:S,priority:!0,bypassPrefetchedCheck:!0})}};if((0,f.isAbsoluteUrl)(H))W.href=H;else if(!k||x||"a"===n.type&&!("href"in n.props)){let e=void 0!==S?S:M?.locale;W.href=M?.isLocaleDomain&&(0,m.getDomainLocale)(H,e,M?.locales,M?.domainLocales)||(0,g.addBasePath)((0,d.addLocale)(H,e,M?.defaultLocale))}return k?s.default.cloneElement(n,W):(0,u.jsx)("a",{...N,...W,children:r})}),w=(0,s.createContext)({pending:!1}),j=()=>(0,s.useContext)(w),E=x;("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},41158,(e,t,r)=>{t.exports=e.r(39149)},71914,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useIntersection",{enumerable:!0,get:function(){return a}});let n=e.r(91788),o=e.r(99604),i="function"==typeof IntersectionObserver,u=new Map,s=[];function a({rootRef:e,rootMargin:t,disabled:r}){let l=r||!i,[c,f]=(0,n.useState)(!1),d=(0,n.useRef)(null),p=(0,n.useCallback)(e=>{d.current=e},[]);return(0,n.useEffect)(()=>{if(i){if(l||c)return;let r=d.current;if(r&&r.tagName)return function(e,t,r){let{id:n,observer:o,elements:i}=function(e){let t,r={root:e.root||null,margin:e.rootMargin||""},n=s.find(e=>e.root===r.root&&e.margin===r.margin);if(n&&(t=u.get(n)))return t;let o=new Map;return t={id:r,observer:new IntersectionObserver(e=>{e.forEach(e=>{let t=o.get(e.target),r=e.isIntersecting||e.intersectionRatio>0;t&&r&&t(r)})},e),elements:o},s.push(r),u.set(r,t),t}(r);return i.set(e,t),o.observe(e),function(){if(i.delete(e),o.unobserve(e),0===i.size){o.disconnect(),u.delete(n);let e=s.findIndex(e=>e.root===n.root&&e.margin===n.margin);e>-1&&s.splice(e,1)}}}(r,e=>e&&f(e),{root:e?.current,rootMargin:t})}else if(!c){let e=(0,o.requestIdleCallback)(()=>f(!0));return()=>(0,o.cancelIdleCallback)(e)}},[l,t,e,c,d.current]),[p,c,(0,n.useCallback)(()=>{f(!1)},[])]}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},63230,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return o}});let n=e.r(91788);function o(e,t){let r=(0,n.useRef)(null),o=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=o.current;t&&(o.current=null,t())}else e&&(r.current=i(e,n)),t&&(o.current=i(t,n))},[e,t])}function i(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},20955,(e,t,r)=>{var n={156:function(e){var t,r,n,o=e.exports={};function i(){throw Error("setTimeout has not been defined")}function u(){throw Error("clearTimeout has not been defined")}try{t="function"==typeof setTimeout?setTimeout:i}catch(e){t=i}try{r="function"==typeof clearTimeout?clearTimeout:u}catch(e){r=u}function s(e){if(t===setTimeout)return setTimeout(e,0);if((t===i||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(r){try{return t.call(null,e,0)}catch(r){return t.call(this,e,0)}}}var a=[],l=!1,c=-1;function f(){l&&n&&(l=!1,n.length?a=n.concat(a):c=-1,a.length&&d())}function d(){if(!l){var e=s(f);l=!0;for(var t=a.length;t;){for(n=a,a=[];++c<t;)n&&n[c].run();c=-1,t=a.length}n=null,l=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===u||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function y(){}o.nextTick=function(e){var t=Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];a.push(new p(e,t)),1!==a.length||l||s(d)},p.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=y,o.addListener=y,o.once=y,o.off=y,o.removeListener=y,o.removeAllListeners=y,o.emit=y,o.prependListener=y,o.prependOnceListener=y,o.listeners=function(e){return[]},o.binding=function(e){throw Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw Error("process.chdir is not supported")},o.umask=function(){return 0}}},o={};function i(e){var t=o[e];if(void 0!==t)return t.exports;var r=o[e]={exports:{}},u=!0;try{n[e](r,r.exports,i),u=!1}finally{u&&delete o[e]}return r.exports}i.ab="/ROOT/node_modules/next/dist/compiled/process/",t.exports=i(156)},50461,(e,t,r)=>{"use strict";var n,o;t.exports=(null==(n=e.g.process)?void 0:n.env)&&"object"==typeof(null==(o=e.g.process)?void 0:o.env)?e.g.process:e.r(20955)},28805,e=>{e.v(t=>Promise.all(["static/chunks/1jqnrnw0p9tw5.js"].map(t=>e.l(t))).then(()=>t(79466)))},48761,e=>{e.v(t=>Promise.all(["static/chunks/1vnvinjvn78t3.js"].map(t=>e.l(t))).then(()=>t(93594)))},20262,(e,t,r)=>{"use strict";let n;e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var o={getAssetToken:function(){return a},getAssetTokenQuery:function(){return l},getDeploymentId:function(){return u},getDeploymentIdQuery:function(){return s}};for(var i in o)Object.defineProperty(r,i,{enumerable:!0,get:o[i]});function u(){return n}function s(e=!1){let t=n;return t?`${e?"&":"?"}dpl=${t}`:""}function a(){return!1}function l(e=!1){return""}"u">typeof window?(n=document.documentElement.dataset.dplId,delete document.documentElement.dataset.dplId):n=void 0},13584,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"HeadManagerContext",{enumerable:!0,get:function(){return n}});let n=e.r(31640)._(e.r(91788)).default.createContext({})},13521,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ImageConfigContext",{enumerable:!0,get:function(){return i}});let n=e.r(31640)._(e.r(91788)),o=e.r(15125),i=n.default.createContext(o.imageConfigDefault)},15125,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={VALID_LOADERS:function(){return i},imageConfigDefault:function(){return u}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let i=["default","imgix","cloudinary","akamai","custom"],u={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],path:"/_next/image",loader:"default",loaderFile:"",domains:[],disableStaticImages:!1,minimumCacheTTL:14400,formats:["image/webp"],maximumDiskCacheSize:void 0,maximumRedirects:3,maximumResponseBody:5e7,dangerouslyAllowLocalIP:!1,dangerouslyAllowSVG:!1,contentSecurityPolicy:"script-src 'none'; frame-src 'none'; sandbox;",contentDispositionType:"attachment",localPatterns:void 0,remotePatterns:[],qualities:[75],unoptimized:!1,customCacheHandler:!1}},89129,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var n={DecodeError:function(){return h},MiddlewareNotFoundError:function(){return x},MissingStaticPage:function(){return b},NormalizeError:function(){return v},PageNotFoundError:function(){return _},SP:function(){return m},ST:function(){return g},WEB_VITALS:function(){return i},execOnce:function(){return u},getDisplayName:function(){return f},getLocationOrigin:function(){return l},getURL:function(){return c},isAbsoluteUrl:function(){return a},isResSent:function(){return d},loadGetInitialProps:function(){return y},normalizeRepeatedSlashes:function(){return p},stringifyError:function(){return w}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let i=["CLS","FCP","FID","INP","LCP","TTFB"];function u(e){let t,r=!1;return(...n)=>(r||(r=!0,t=e(...n)),t)}let s=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,a=e=>{let t=e.charCodeAt(0);return!!(t>=65&&t<=90||t>=97&&t<=122)&&s.test(e)};function l(){let{protocol:e,hostname:t,port:r}=window.location;return`${e}//${t}${r?":"+r:""}`}function c(){let{href:e}=window.location,t=l();return e.substring(t.length)}function f(e){return"string"==typeof e?e:e.displayName||e.name||"Unknown"}function d(e){return e.finished||e.headersSent}function p(e){let t=e.split("?");return t[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(t[1]?`?${t.slice(1).join("?")}`:"")}async function y(e,t){let r=t.res||t.ctx&&t.ctx.res;if(!e.getInitialProps)return t.ctx&&t.Component?{pageProps:await y(t.Component,t.ctx)}:{};let n=await e.getInitialProps(t);if(r&&d(r))return n;if(!n)throw Object.defineProperty(Error(`"${f(e)}.getInitialProps()" should resolve to an object. But found "${n}" instead.`),"__NEXT_ERROR_CODE",{value:"E1025",enumerable:!1,configurable:!0});return n}let m="u">typeof performance,g=m&&["mark","measure","getEntriesByName"].every(e=>"function"==typeof performance[e]);class h extends Error{}class v extends Error{}class _ extends Error{constructor(e){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message=`Cannot find module for page: ${e}`}}class b extends Error{constructor(e,t){super(),this.message=`Failed to load static file for page: ${e} ${t}`}}class x extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function w(e){return JSON.stringify({message:e.message,stack:e.stack})}},31640,(e,t,r)=>{"use strict";r._=function(e){return e&&e.__esModule?e:{default:e}}},71650,(e,t,r)=>{"use strict";function n(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(n=function(e){return e?r:t})(e)}r._=function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=n(t);if(r&&r.has(e))return r.get(e);var o={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in e)if("default"!==u&&Object.prototype.hasOwnProperty.call(e,u)){var s=i?Object.getOwnPropertyDescriptor(e,u):null;s&&(s.get||s.set)?Object.defineProperty(o,u,s):o[u]=e[u]}return o.default=e,r&&r.set(e,o),o}},17431,(e,t,r)=>{"use strict";var n=e.r(91788);function o(e){var t="https://react.dev/errors/"+e;if(1<arguments.length){t+="?args[]="+encodeURIComponent(arguments[1]);for(var r=2;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r])}return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function i(){}var u={d:{f:i,r:function(){throw Error(o(522))},D:i,C:i,L:i,m:i,X:i,S:i,M:i},p:0,findDOMNode:null},s=Symbol.for("react.portal"),a=n.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function l(e,t){return"font"===e?"":"string"==typeof t?"use-credentials"===t?t:"":void 0}r.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=u,r.createPortal=function(e,t){var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!t||1!==t.nodeType&&9!==t.nodeType&&11!==t.nodeType)throw Error(o(299));return function(e,t,r){var n=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:s,key:null==n?null:""+n,children:e,containerInfo:t,implementation:r}}(e,t,null,r)},r.flushSync=function(e){var t=a.T,r=u.p;try{if(a.T=null,u.p=2,e)return e()}finally{a.T=t,u.p=r,u.d.f()}},r.preconnect=function(e,t){"string"==typeof e&&(t=t?"string"==typeof(t=t.crossOrigin)?"use-credentials"===t?t:"":void 0:null,u.d.C(e,t))},r.prefetchDNS=function(e){"string"==typeof e&&u.d.D(e)},r.preinit=function(e,t){if("string"==typeof e&&t&&"string"==typeof t.as){var r=t.as,n=l(r,t.crossOrigin),o="string"==typeof t.integrity?t.integrity:void 0,i="string"==typeof t.fetchPriority?t.fetchPriority:void 0;"style"===r?u.d.S(e,"string"==typeof t.precedence?t.precedence:void 0,{crossOrigin:n,integrity:o,fetchPriority:i}):"script"===r&&u.d.X(e,{crossOrigin:n,integrity:o,fetchPriority:i,nonce:"string"==typeof t.nonce?t.nonce:void 0})}},r.preinitModule=function(e,t){if("string"==typeof e)if("object"==typeof t&&null!==t){if(null==t.as||"script"===t.as){var r=l(t.as,t.crossOrigin);u.d.M(e,{crossOrigin:r,integrity:"string"==typeof t.integrity?t.integrity:void 0,nonce:"string"==typeof t.nonce?t.nonce:void 0})}}else null==t&&u.d.M(e)},r.preload=function(e,t){if("string"==typeof e&&"object"==typeof t&&null!==t&&"string"==typeof t.as){var r=t.as,n=l(r,t.crossOrigin);u.d.L(e,r,{crossOrigin:n,integrity:"string"==typeof t.integrity?t.integrity:void 0,nonce:"string"==typeof t.nonce?t.nonce:void 0,type:"string"==typeof t.type?t.type:void 0,fetchPriority:"string"==typeof t.fetchPriority?t.fetchPriority:void 0,referrerPolicy:"string"==typeof t.referrerPolicy?t.referrerPolicy:void 0,imageSrcSet:"string"==typeof t.imageSrcSet?t.imageSrcSet:void 0,imageSizes:"string"==typeof t.imageSizes?t.imageSizes:void 0,media:"string"==typeof t.media?t.media:void 0})}},r.preloadModule=function(e,t){if("string"==typeof e)if(t){var r=l(t.as,t.crossOrigin);u.d.m(e,{as:"string"==typeof t.as&&"script"!==t.as?t.as:void 0,crossOrigin:r,integrity:"string"==typeof t.integrity?t.integrity:void 0})}else u.d.m(e)},r.requestFormReset=function(e){u.d.r(e)},r.unstable_batchedUpdates=function(e,t){return e(t)},r.useFormState=function(e,t,r){return a.H.useFormState(e,t,r)},r.useFormStatus=function(){return a.H.useHostTransitionStatus()},r.version="19.2.8"},30943,(e,t,r)=>{"use strict";e.i(50461),!function e(){if("u">typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}(),t.exports=e.r(17431)},8481,(e,t,r)=>{"use strict";var n=Symbol.for("react.transitional.element");function o(e,t,r){var o=null;if(void 0!==r&&(o=""+r),void 0!==t.key&&(o=""+t.key),"key"in t)for(var i in r={},t)"key"!==i&&(r[i]=t[i]);else r=t;return{$$typeof:n,type:e,key:o,ref:void 0!==(t=r.ref)?t:null,props:r}}r.Fragment=Symbol.for("react.fragment"),r.jsx=o,r.jsxs=o},91398,(e,t,r)=>{"use strict";e.i(50461),t.exports=e.r(8481)},61556,(e,t,r)=>{"use strict";var n=e.i(50461),o=Symbol.for("react.transitional.element"),i=Symbol.for("react.portal"),u=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),l=Symbol.for("react.consumer"),c=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),p=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),m=Symbol.for("react.activity"),g=Symbol.iterator,h={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},v=Object.assign,_={};function b(e,t,r){this.props=e,this.context=t,this.refs=_,this.updater=r||h}function x(){}function w(e,t,r){this.props=e,this.context=t,this.refs=_,this.updater=r||h}b.prototype.isReactComponent={},b.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},b.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},x.prototype=b.prototype;var j=w.prototype=new x;j.constructor=w,v(j,b.prototype),j.isPureReactComponent=!0;var E=Array.isArray;function S(){}var O={H:null,A:null,T:null,S:null},P=Object.prototype.hasOwnProperty;function T(e,t,r){var n=r.ref;return{$$typeof:o,type:e,key:t,ref:void 0!==n?n:null,props:r}}function C(e){return"object"==typeof e&&null!==e&&e.$$typeof===o}var k=/\/+/g;function R(e,t){var r,n;return"object"==typeof e&&null!==e&&null!=e.key?(r=""+e.key,n={"=":"=0",":":"=2"},"$"+r.replace(/[=:]/g,function(e){return n[e]})):t.toString(36)}function N(e,t,r){if(null==e)return e;var n=[],u=0;return!function e(t,r,n,u,s){var a,l,c,f=typeof t;("undefined"===f||"boolean"===f)&&(t=null);var d=!1;if(null===t)d=!0;else switch(f){case"bigint":case"string":case"number":d=!0;break;case"object":switch(t.$$typeof){case o:case i:d=!0;break;case y:return e((d=t._init)(t._payload),r,n,u,s)}}if(d)return s=s(t),d=""===u?"."+R(t,0):u,E(s)?(n="",null!=d&&(n=d.replace(k,"$&/")+"/"),e(s,r,n,"",function(e){return e})):null!=s&&(C(s)&&(a=s,l=n+(null==s.key||t&&t.key===s.key?"":(""+s.key).replace(k,"$&/")+"/")+d,s=T(a.type,l,a.props)),r.push(s)),1;d=0;var p=""===u?".":u+":";if(E(t))for(var m=0;m<t.length;m++)f=p+R(u=t[m],m),d+=e(u,r,n,f,s);else if("function"==typeof(m=null===(c=t)||"object"!=typeof c?null:"function"==typeof(c=g&&c[g]||c["@@iterator"])?c:null))for(t=m.call(t),m=0;!(u=t.next()).done;)f=p+R(u=u.value,m++),d+=e(u,r,n,f,s);else if("object"===f){if("function"==typeof t.then)return e(function(e){switch(e.status){case"fulfilled":return e.value;case"rejected":throw e.reason;default:switch("string"==typeof e.status?e.then(S,S):(e.status="pending",e.then(function(t){"pending"===e.status&&(e.status="fulfilled",e.value=t)},function(t){"pending"===e.status&&(e.status="rejected",e.reason=t)})),e.status){case"fulfilled":return e.value;case"rejected":throw e.reason}}throw e}(t),r,n,u,s);throw Error("Objects are not valid as a React child (found: "+("[object Object]"===(r=String(t))?"object with keys {"+Object.keys(t).join(", ")+"}":r)+"). If you meant to render a collection of children, use an array instead.")}return d}(e,n,"","",function(e){return t.call(r,e,u++)}),n}function M(e){if(-1===e._status){var t=e._result;(t=t()).then(function(t){(0===e._status||-1===e._status)&&(e._status=1,e._result=t)},function(t){(0===e._status||-1===e._status)&&(e._status=2,e._result=t)}),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var A="function"==typeof reportError?reportError:function(e){if("object"==typeof window&&"function"==typeof window.ErrorEvent){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:"object"==typeof e&&null!==e&&"string"==typeof e.message?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if("object"==typeof n.default&&"function"==typeof n.default.emit)return void n.default.emit("uncaughtException",e);console.error(e)};r.Activity=m,r.Children={map:N,forEach:function(e,t,r){N(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return N(e,function(){t++}),t},toArray:function(e){return N(e,function(e){return e})||[]},only:function(e){if(!C(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},r.Component=b,r.Fragment=u,r.Profiler=a,r.PureComponent=w,r.StrictMode=s,r.Suspense=d,r.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=O,r.__COMPILER_RUNTIME={__proto__:null,c:function(e){return O.H.useMemoCache(e)}},r.cache=function(e){return function(){return e.apply(null,arguments)}},r.cacheSignal=function(){return null},r.cloneElement=function(e,t,r){if(null==e)throw Error("The argument must be a React element, but you passed "+e+".");var n=v({},e.props),o=e.key;if(null!=t)for(i in void 0!==t.key&&(o=""+t.key),t)P.call(t,i)&&"key"!==i&&"__self"!==i&&"__source"!==i&&("ref"!==i||void 0!==t.ref)&&(n[i]=t[i]);var i=arguments.length-2;if(1===i)n.children=r;else if(1<i){for(var u=Array(i),s=0;s<i;s++)u[s]=arguments[s+2];n.children=u}return T(e.type,o,n)},r.createContext=function(e){return(e={$$typeof:c,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider=e,e.Consumer={$$typeof:l,_context:e},e},r.createElement=function(e,t,r){var n,o={},i=null;if(null!=t)for(n in void 0!==t.key&&(i=""+t.key),t)P.call(t,n)&&"key"!==n&&"__self"!==n&&"__source"!==n&&(o[n]=t[n]);var u=arguments.length-2;if(1===u)o.children=r;else if(1<u){for(var s=Array(u),a=0;a<u;a++)s[a]=arguments[a+2];o.children=s}if(e&&e.defaultProps)for(n in u=e.defaultProps)void 0===o[n]&&(o[n]=u[n]);return T(e,i,o)},r.createRef=function(){return{current:null}},r.forwardRef=function(e){return{$$typeof:f,render:e}},r.isValidElement=C,r.lazy=function(e){return{$$typeof:y,_payload:{_status:-1,_result:e},_init:M}},r.memo=function(e,t){return{$$typeof:p,type:e,compare:void 0===t?null:t}},r.startTransition=function(e){var t=O.T,r={};O.T=r;try{var n=e(),o=O.S;null!==o&&o(r,n),"object"==typeof n&&null!==n&&"function"==typeof n.then&&n.then(S,A)}catch(e){A(e)}finally{null!==t&&null!==r.types&&(t.types=r.types),O.T=t}},r.unstable_useCacheRefresh=function(){return O.H.useCacheRefresh()},r.use=function(e){return O.H.use(e)},r.useActionState=function(e,t,r){return O.H.useActionState(e,t,r)},r.useCallback=function(e,t){return O.H.useCallback(e,t)},r.useContext=function(e){return O.H.useContext(e)},r.useDebugValue=function(){},r.useDeferredValue=function(e,t){return O.H.useDeferredValue(e,t)},r.useEffect=function(e,t){return O.H.useEffect(e,t)},r.useEffectEvent=function(e){return O.H.useEffectEvent(e)},r.useId=function(){return O.H.useId()},r.useImperativeHandle=function(e,t,r){return O.H.useImperativeHandle(e,t,r)},r.useInsertionEffect=function(e,t){return O.H.useInsertionEffect(e,t)},r.useLayoutEffect=function(e,t){return O.H.useLayoutEffect(e,t)},r.useMemo=function(e,t){return O.H.useMemo(e,t)},r.useOptimistic=function(e,t){return O.H.useOptimistic(e,t)},r.useReducer=function(e,t,r){return O.H.useReducer(e,t,r)},r.useRef=function(e){return O.H.useRef(e)},r.useState=function(e){return O.H.useState(e)},r.useSyncExternalStore=function(e,t,r){return O.H.useSyncExternalStore(e,t,r)},r.useTransition=function(){return O.H.useTransition()},r.version="19.2.8"},91788,(e,t,r)=>{"use strict";e.i(50461),t.exports=e.r(61556)}]);