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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (967) hide show
  1. package/README.md +112 -0
  2. package/dist/chunk-45H2WVIC.js +51 -0
  3. package/dist/chunk-4VNS5WPM.js +37 -0
  4. package/dist/chunk-54DKBWXV.js +33 -0
  5. package/dist/chunk-6TXD4TA7.js +1196 -0
  6. package/dist/chunk-BGCKJQGS.js +58 -0
  7. package/dist/chunk-BYXBJQAS.js +1 -0
  8. package/dist/chunk-EJDZRZSZ.js +59 -0
  9. package/dist/chunk-ELPURWDC.js +75 -0
  10. package/dist/chunk-IAQPLRXZ.js +16 -0
  11. package/dist/chunk-ILYPJE4N.js +57 -0
  12. package/dist/chunk-IXBMHOB5.js +13 -0
  13. package/dist/chunk-KH5MK6ZW.js +18 -0
  14. package/dist/chunk-NT7RB7AK.js +70 -0
  15. package/dist/chunk-OKGJ6HDE.js +26 -0
  16. package/dist/chunk-Q6S3LBUF.js +180 -0
  17. package/dist/chunk-QNLGYFV7.js +22 -0
  18. package/dist/chunk-RAQV2GYF.js +70 -0
  19. package/dist/chunk-RHUFQVKL.js +514 -0
  20. package/dist/chunk-RVG6IOFC.js +11 -0
  21. package/dist/chunk-SRAAKMWY.js +39 -0
  22. package/dist/chunk-UFYR5WZT.js +165 -0
  23. package/dist/chunk-UXG7EYHC.js +614 -0
  24. package/dist/chunk-VDKQGOMV.js +840 -0
  25. package/dist/chunk-XHOCXPD5.js +9 -0
  26. package/dist/chunk-XJBPMIC4.js +284 -0
  27. package/dist/chunk-YO6PT7KD.js +13 -0
  28. package/dist/chunk-YSKZE2KN.js +652 -0
  29. package/dist/components/ui/Accordion/Accordion.d.ts +11 -0
  30. package/dist/components/ui/Accordion/Accordion.d.ts.map +1 -0
  31. package/dist/components/ui/Accordion/AccordionHeader.d.ts +6 -0
  32. package/dist/components/ui/Accordion/AccordionHeader.d.ts.map +1 -0
  33. package/dist/components/ui/Accordion/AccordionItem.d.ts +11 -0
  34. package/dist/components/ui/Accordion/AccordionItem.d.ts.map +1 -0
  35. package/dist/components/ui/ActiveInActive.d.ts +10 -0
  36. package/dist/components/ui/ActiveInActive.d.ts.map +1 -0
  37. package/dist/components/ui/AnimatedCounter.d.ts +7 -0
  38. package/dist/components/ui/AnimatedCounter.d.ts.map +1 -0
  39. package/dist/components/ui/Badge.d.ts +10 -0
  40. package/dist/components/ui/Badge.d.ts.map +1 -0
  41. package/dist/components/ui/BreadCrumbs.d.ts +7 -0
  42. package/dist/components/ui/BreadCrumbs.d.ts.map +1 -0
  43. package/dist/components/ui/Button.d.ts +36 -0
  44. package/dist/components/ui/Button.d.ts.map +1 -0
  45. package/dist/components/ui/CopyableText.d.ts +5 -0
  46. package/dist/components/ui/CopyableText.d.ts.map +1 -0
  47. package/dist/components/ui/DateInput.d.ts +15 -0
  48. package/dist/components/ui/DateInput.d.ts.map +1 -0
  49. package/dist/components/ui/DateRangeFilterInput.d.ts +4 -0
  50. package/dist/components/ui/DateRangeFilterInput.d.ts.map +1 -0
  51. package/dist/components/ui/DetailHeader.d.ts +6 -0
  52. package/dist/components/ui/DetailHeader.d.ts.map +1 -0
  53. package/dist/components/ui/DraggableIcon.d.ts +3 -0
  54. package/dist/components/ui/DraggableIcon.d.ts.map +1 -0
  55. package/dist/components/ui/ErrorBoundary.d.ts +18 -0
  56. package/dist/components/ui/ErrorBoundary.d.ts.map +1 -0
  57. package/dist/components/ui/ErrorFallback.d.ts +6 -0
  58. package/dist/components/ui/ErrorFallback.d.ts.map +1 -0
  59. package/dist/components/ui/HelpText.d.ts +11 -0
  60. package/dist/components/ui/HelpText.d.ts.map +1 -0
  61. package/dist/components/ui/ImageWithFallback.d.ts +7 -0
  62. package/dist/components/ui/ImageWithFallback.d.ts.map +1 -0
  63. package/dist/components/ui/InfoTextBanner.d.ts +6 -0
  64. package/dist/components/ui/InfoTextBanner.d.ts.map +1 -0
  65. package/dist/components/ui/JSONView.d.ts +6 -0
  66. package/dist/components/ui/JSONView.d.ts.map +1 -0
  67. package/dist/components/ui/ListHeader.d.ts +6 -0
  68. package/dist/components/ui/ListHeader.d.ts.map +1 -0
  69. package/dist/components/ui/Loading.d.ts +3 -0
  70. package/dist/components/ui/Loading.d.ts.map +1 -0
  71. package/dist/components/ui/NoData.d.ts +7 -0
  72. package/dist/components/ui/NoData.d.ts.map +1 -0
  73. package/dist/components/ui/NoImage.d.ts +7 -0
  74. package/dist/components/ui/NoImage.d.ts.map +1 -0
  75. package/dist/components/ui/NoImageSvg.d.ts +8 -0
  76. package/dist/components/ui/NoImageSvg.d.ts.map +1 -0
  77. package/dist/components/ui/PageHeader.d.ts +11 -0
  78. package/dist/components/ui/PageHeader.d.ts.map +1 -0
  79. package/dist/components/ui/Pagination.d.ts +8 -0
  80. package/dist/components/ui/Pagination.d.ts.map +1 -0
  81. package/dist/components/ui/Portal/Portal.d.ts +16 -0
  82. package/dist/components/ui/Portal/Portal.d.ts.map +1 -0
  83. package/dist/components/ui/Portal/Portal.types.d.ts +16 -0
  84. package/dist/components/ui/Portal/Portal.types.d.ts.map +1 -0
  85. package/dist/components/ui/SaveAndCancelButtons.d.ts +10 -0
  86. package/dist/components/ui/SaveAndCancelButtons.d.ts.map +1 -0
  87. package/dist/components/ui/SearchField.d.ts +7 -0
  88. package/dist/components/ui/SearchField.d.ts.map +1 -0
  89. package/dist/components/ui/Tab.d.ts +18 -0
  90. package/dist/components/ui/Tab.d.ts.map +1 -0
  91. package/dist/components/ui/Tag/TagInput.d.ts +14 -0
  92. package/dist/components/ui/Tag/TagInput.d.ts.map +1 -0
  93. package/dist/components/ui/Tag/TagList.d.ts +8 -0
  94. package/dist/components/ui/Tag/TagList.d.ts.map +1 -0
  95. package/dist/components/ui/Tag/TagListForm.d.ts +8 -0
  96. package/dist/components/ui/Tag/TagListForm.d.ts.map +1 -0
  97. package/dist/components/ui/Toggle.d.ts +11 -0
  98. package/dist/components/ui/Toggle.d.ts.map +1 -0
  99. package/dist/components/ui/ToolTip.d.ts +7 -0
  100. package/dist/components/ui/ToolTip.d.ts.map +1 -0
  101. package/dist/components/ui/card.d.ts +9 -0
  102. package/dist/components/ui/card.d.ts.map +1 -0
  103. package/dist/components/ui/chart.d.ts +42 -0
  104. package/dist/components/ui/chart.d.ts.map +1 -0
  105. package/dist/components/ui/form/CheckboxField.d.ts +4 -0
  106. package/dist/components/ui/form/CheckboxField.d.ts.map +1 -0
  107. package/dist/components/ui/form/ChoicesField.d.ts +12 -0
  108. package/dist/components/ui/form/ChoicesField.d.ts.map +1 -0
  109. package/dist/components/ui/form/Combobox.d.ts +20 -0
  110. package/dist/components/ui/form/Combobox.d.ts.map +1 -0
  111. package/dist/components/ui/form/DatePickerField.d.ts +4 -0
  112. package/dist/components/ui/form/DatePickerField.d.ts.map +1 -0
  113. package/dist/components/ui/form/EmailField.d.ts +7 -0
  114. package/dist/components/ui/form/EmailField.d.ts.map +1 -0
  115. package/dist/components/ui/form/FieldWithHelp.d.ts +10 -0
  116. package/dist/components/ui/form/FieldWithHelp.d.ts.map +1 -0
  117. package/dist/components/ui/form/FieldWrapper.d.ts +8 -0
  118. package/dist/components/ui/form/FieldWrapper.d.ts.map +1 -0
  119. package/dist/components/ui/form/FormErrors.d.ts +6 -0
  120. package/dist/components/ui/form/FormErrors.d.ts.map +1 -0
  121. package/dist/components/ui/form/JSONAreaField.d.ts +7 -0
  122. package/dist/components/ui/form/JSONAreaField.d.ts.map +1 -0
  123. package/dist/components/ui/form/MarkdownTextAreaField.d.ts +8 -0
  124. package/dist/components/ui/form/MarkdownTextAreaField.d.ts.map +1 -0
  125. package/dist/components/ui/form/PasswordField.d.ts +3 -0
  126. package/dist/components/ui/form/PasswordField.d.ts.map +1 -0
  127. package/dist/components/ui/form/SelectField.d.ts +11 -0
  128. package/dist/components/ui/form/SelectField.d.ts.map +1 -0
  129. package/dist/components/ui/form/SubmitButton.d.ts +9 -0
  130. package/dist/components/ui/form/SubmitButton.d.ts.map +1 -0
  131. package/dist/components/ui/form/TagInputField.d.ts +6 -0
  132. package/dist/components/ui/form/TagInputField.d.ts.map +1 -0
  133. package/dist/components/ui/form/TextAreaField.d.ts +8 -0
  134. package/dist/components/ui/form/TextAreaField.d.ts.map +1 -0
  135. package/dist/components/ui/form/TextField.d.ts +10 -0
  136. package/dist/components/ui/form/TextField.d.ts.map +1 -0
  137. package/dist/components/ui/form/index.d.ts +17 -0
  138. package/dist/components/ui/form/index.d.ts.map +1 -0
  139. package/dist/components/ui/icons.d.ts +4 -0
  140. package/dist/components/ui/icons.d.ts.map +1 -0
  141. package/dist/components/ui/index.d.ts +41 -0
  142. package/dist/components/ui/index.d.ts.map +1 -0
  143. package/dist/form.js +30077 -0
  144. package/dist/gql/types.d.ts +17209 -0
  145. package/dist/gql/types.d.ts.map +1 -0
  146. package/dist/hooks.js +41 -0
  147. package/dist/lib/utils.d.ts +3 -0
  148. package/dist/lib/utils.d.ts.map +1 -0
  149. package/dist/modal.js +114 -0
  150. package/dist/modules/UnchainedContext/UnchainedContext.d.ts +8 -0
  151. package/dist/modules/UnchainedContext/UnchainedContext.d.ts.map +1 -0
  152. package/dist/modules/UnchainedContext/useUnchainedContext.d.ts +7 -0
  153. package/dist/modules/UnchainedContext/useUnchainedContext.d.ts.map +1 -0
  154. package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts +3 -0
  155. package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts.map +1 -0
  156. package/dist/modules/accounts/fragment/UserFragment.d.ts +3 -0
  157. package/dist/modules/accounts/fragment/UserFragment.d.ts.map +1 -0
  158. package/dist/modules/accounts/hooks/useCurrentUser.d.ts +10 -0
  159. package/dist/modules/accounts/hooks/useCurrentUser.d.ts.map +1 -0
  160. package/dist/modules/accounts/hooks/useUsersCount.d.ts +8 -0
  161. package/dist/modules/accounts/hooks/useUsersCount.d.ts.map +1 -0
  162. package/dist/modules/accounts.js +1013 -0
  163. package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts +8 -0
  164. package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts.map +1 -0
  165. package/dist/modules/assortment.js +1121 -0
  166. package/dist/modules/common/components/AppContext.d.ts +18 -0
  167. package/dist/modules/common/components/AppContext.d.ts.map +1 -0
  168. package/dist/modules/common/components/FormWrapper.d.ts +8 -0
  169. package/dist/modules/common/components/FormWrapper.d.ts.map +1 -0
  170. package/dist/modules/common/components/ThemeWrapper.d.ts +10 -0
  171. package/dist/modules/common/components/ThemeWrapper.d.ts.map +1 -0
  172. package/dist/modules/common/data/iso-codes.d.ts +4 -0
  173. package/dist/modules/common/data/iso-codes.d.ts.map +1 -0
  174. package/dist/modules/common/data/miscellaneous.d.ts +51 -0
  175. package/dist/modules/common/data/miscellaneous.d.ts.map +1 -0
  176. package/dist/modules/common/fragments/AddressFragment.d.ts +3 -0
  177. package/dist/modules/common/fragments/AddressFragment.d.ts.map +1 -0
  178. package/dist/modules/common/hooks/useApp.d.ts +11 -0
  179. package/dist/modules/common/hooks/useApp.d.ts.map +1 -0
  180. package/dist/modules/common/hooks/useCSVExport.d.ts +10 -0
  181. package/dist/modules/common/hooks/useCSVExport.d.ts.map +1 -0
  182. package/dist/modules/common/hooks/useCSVImport.d.ts +18 -0
  183. package/dist/modules/common/hooks/useCSVImport.d.ts.map +1 -0
  184. package/dist/modules/common/hooks/useChatEndpointChecker.d.ts +5 -0
  185. package/dist/modules/common/hooks/useChatEndpointChecker.d.ts.map +1 -0
  186. package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts +10 -0
  187. package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts.map +1 -0
  188. package/dist/modules/common/hooks/useDashboardMetrics.d.ts +23 -0
  189. package/dist/modules/common/hooks/useDashboardMetrics.d.ts.map +1 -0
  190. package/dist/modules/common/hooks/useLocalStorage.d.ts +3 -0
  191. package/dist/modules/common/hooks/useLocalStorage.d.ts.map +1 -0
  192. package/dist/modules/common/hooks/useOrderAnalytics.d.ts +25 -0
  193. package/dist/modules/common/hooks/useOrderAnalytics.d.ts.map +1 -0
  194. package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts +16 -0
  195. package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts.map +1 -0
  196. package/dist/modules/common/hooks/useOutsideClick.d.ts +3 -0
  197. package/dist/modules/common/hooks/useOutsideClick.d.ts.map +1 -0
  198. package/dist/modules/common/hooks/usePortal.d.ts +20 -0
  199. package/dist/modules/common/hooks/usePortal.d.ts.map +1 -0
  200. package/dist/modules/common/hooks/useShopConfiguration.d.ts +8 -0
  201. package/dist/modules/common/hooks/useShopConfiguration.d.ts.map +1 -0
  202. package/dist/modules/common/hooks/useShopInfo.d.ts +41 -0
  203. package/dist/modules/common/hooks/useShopInfo.d.ts.map +1 -0
  204. package/dist/modules/common/hooks/useStatusTypes.d.ts +10 -0
  205. package/dist/modules/common/hooks/useStatusTypes.d.ts.map +1 -0
  206. package/dist/modules/common/hooks/useSystemRoles.d.ts +7 -0
  207. package/dist/modules/common/hooks/useSystemRoles.d.ts.map +1 -0
  208. package/dist/modules/common/hooks/useTheme.d.ts +7 -0
  209. package/dist/modules/common/hooks/useTheme.d.ts.map +1 -0
  210. package/dist/modules/common/utils/deBounce.d.ts +3 -0
  211. package/dist/modules/common/utils/deBounce.d.ts.map +1 -0
  212. package/dist/modules/common/utils/defaultNextImageLoader.d.ts +7 -0
  213. package/dist/modules/common/utils/defaultNextImageLoader.d.ts.map +1 -0
  214. package/dist/modules/common/utils/formatUsername.d.ts +3 -0
  215. package/dist/modules/common/utils/formatUsername.d.ts.map +1 -0
  216. package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts +30 -0
  217. package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts.map +1 -0
  218. package/dist/modules/common/utils/normalizeFilterKeys.d.ts +4 -0
  219. package/dist/modules/common/utils/normalizeFilterKeys.d.ts.map +1 -0
  220. package/dist/modules/common/utils/useFormatDateTime.d.ts +7 -0
  221. package/dist/modules/common/utils/useFormatDateTime.d.ts.map +1 -0
  222. package/dist/modules/common/utils/utils.d.ts +21 -0
  223. package/dist/modules/common/utils/utils.d.ts.map +1 -0
  224. package/dist/modules/country/fragments/CountryFragment.d.ts +3 -0
  225. package/dist/modules/country/fragments/CountryFragment.d.ts.map +1 -0
  226. package/dist/modules/country/hooks/useCountries.d.ts +22 -0
  227. package/dist/modules/country/hooks/useCountries.d.ts.map +1 -0
  228. package/dist/modules/country.js +108 -0
  229. package/dist/modules/currency.js +119 -0
  230. package/dist/modules/delivery-provider.js +269 -0
  231. package/dist/modules/enrollment.js +353 -0
  232. package/dist/modules/event.js +123 -0
  233. package/dist/modules/filter.js +448 -0
  234. package/dist/modules/forms/components/Form.d.ts +8 -0
  235. package/dist/modules/forms/components/Form.d.ts.map +1 -0
  236. package/dist/modules/forms/hooks/useField.d.ts +35 -0
  237. package/dist/modules/forms/hooks/useField.d.ts.map +1 -0
  238. package/dist/modules/forms/hooks/useForm.d.ts +44 -0
  239. package/dist/modules/forms/hooks/useForm.d.ts.map +1 -0
  240. package/dist/modules/forms/hooks/useFormContext.d.ts +3 -0
  241. package/dist/modules/forms/hooks/useFormContext.d.ts.map +1 -0
  242. package/dist/modules/forms/lib/FormContext.d.ts +13 -0
  243. package/dist/modules/forms/lib/FormContext.d.ts.map +1 -0
  244. package/dist/modules/forms/lib/clean.d.ts +3 -0
  245. package/dist/modules/forms/lib/clean.d.ts.map +1 -0
  246. package/dist/modules/forms/lib/validators.d.ts +20 -0
  247. package/dist/modules/forms/lib/validators.d.ts.map +1 -0
  248. package/dist/modules/language/fragments/LanguageFragment.d.ts +3 -0
  249. package/dist/modules/language/fragments/LanguageFragment.d.ts.map +1 -0
  250. package/dist/modules/language/hooks/useLanguages.d.ts +19 -0
  251. package/dist/modules/language/hooks/useLanguages.d.ts.map +1 -0
  252. package/dist/modules/language.js +106 -0
  253. package/dist/modules/modal/components/AlertMessage.d.ts +9 -0
  254. package/dist/modules/modal/components/AlertMessage.d.ts.map +1 -0
  255. package/dist/modules/modal/components/DangerMessage.d.ts +12 -0
  256. package/dist/modules/modal/components/DangerMessage.d.ts.map +1 -0
  257. package/dist/modules/modal/components/ImportResultMessage.d.ts +14 -0
  258. package/dist/modules/modal/components/ImportResultMessage.d.ts.map +1 -0
  259. package/dist/modules/modal/components/Modal.d.ts +10 -0
  260. package/dist/modules/modal/components/Modal.d.ts.map +1 -0
  261. package/dist/modules/modal/components/ModalWrapper.d.ts +6 -0
  262. package/dist/modules/modal/components/ModalWrapper.d.ts.map +1 -0
  263. package/dist/modules/modal/hooks/useModal.d.ts +7 -0
  264. package/dist/modules/modal/hooks/useModal.d.ts.map +1 -0
  265. package/dist/modules/modal/utils/ModalContext.d.ts +9 -0
  266. package/dist/modules/modal/utils/ModalContext.d.ts.map +1 -0
  267. package/dist/modules/order/fragments/OrderDetailFragment.d.ts +3 -0
  268. package/dist/modules/order/fragments/OrderDetailFragment.d.ts.map +1 -0
  269. package/dist/modules/order/fragments/OrderFragment.d.ts +3 -0
  270. package/dist/modules/order/fragments/OrderFragment.d.ts.map +1 -0
  271. package/dist/modules/order/hooks/useOrders.d.ts +46 -0
  272. package/dist/modules/order/hooks/useOrders.d.ts.map +1 -0
  273. package/dist/modules/order.js +563 -0
  274. package/dist/modules/payment-providers.js +206 -0
  275. package/dist/modules/product/hooks/useProductsCount.d.ts +8 -0
  276. package/dist/modules/product/hooks/useProductsCount.d.ts.map +1 -0
  277. package/dist/modules/product-review.js +251 -0
  278. package/dist/modules/product.js +1929 -0
  279. package/dist/modules/quotation.js +297 -0
  280. package/dist/modules/token.js +143 -0
  281. package/dist/modules/warehousing-providers.js +206 -0
  282. package/dist/modules/work/fragments/WorkFragment.d.ts +3 -0
  283. package/dist/modules/work/fragments/WorkFragment.d.ts.map +1 -0
  284. package/dist/modules/work/hooks/useAddWork.d.ts +6 -0
  285. package/dist/modules/work/hooks/useAddWork.d.ts.map +1 -0
  286. package/dist/modules/work/hooks/useWork.d.ts +32 -0
  287. package/dist/modules/work/hooks/useWork.d.ts.map +1 -0
  288. package/dist/modules/work.js +308 -0
  289. package/dist/plugins.js +8 -0
  290. package/dist/providers.js +6 -0
  291. package/dist/sdk/hooks.d.ts +9 -0
  292. package/dist/sdk/hooks.d.ts.map +1 -0
  293. package/dist/sdk/modal.d.ts +7 -0
  294. package/dist/sdk/modal.d.ts.map +1 -0
  295. package/dist/sdk/plugins.d.ts +67 -0
  296. package/dist/sdk/plugins.d.ts.map +1 -0
  297. package/dist/sdk/providers.d.ts +5 -0
  298. package/dist/sdk/providers.d.ts.map +1 -0
  299. package/dist/sdk/theme.d.ts +26 -0
  300. package/dist/sdk/theme.d.ts.map +1 -0
  301. package/dist/theme.js +34 -0
  302. package/dist/ui.js +21527 -0
  303. package/out/403/index.html +2 -2
  304. package/out/404/index.html +2 -2
  305. package/out/404.html +2 -2
  306. package/out/423/index.html +2 -2
  307. package/out/500/index.html +2 -2
  308. package/out/_next/static/chunks/0-p8a6-okjx49.js +15 -0
  309. package/out/_next/static/chunks/0-u5tid26i8-3.js +188 -0
  310. package/out/_next/static/chunks/008hxgil51owu.js +234 -0
  311. package/out/_next/static/chunks/026k3ys50h91u.js +15 -0
  312. package/out/_next/static/chunks/02aa23atze2y4.js +119 -0
  313. package/out/_next/static/chunks/02dnhll1bce87.js +46 -0
  314. package/out/_next/static/chunks/03f0hv23abn4a.js +12 -0
  315. package/out/_next/static/chunks/03p0xulfluyqm.js +15 -0
  316. package/out/_next/static/chunks/044dmimivt13x.js +233 -0
  317. package/out/_next/static/chunks/047gokoblz-qy.js +16 -0
  318. package/out/_next/static/chunks/04yroykjly9ni.js +15 -0
  319. package/out/_next/static/chunks/05h2_5y4i_fe4.js +12 -0
  320. package/out/_next/static/chunks/0641gh6yb6tnd.js +3 -0
  321. package/out/_next/static/chunks/06bsql5zgjpaj.js +315 -0
  322. package/out/_next/static/chunks/06jtnxd7wr712.js +1 -0
  323. package/out/_next/static/chunks/070wy1qe-7-uf.js +242 -0
  324. package/out/_next/static/chunks/07l1vdt21xneu.js +14 -0
  325. package/out/_next/static/chunks/07q8ufsdxo1tx.js +1 -0
  326. package/out/_next/static/chunks/087a2d-0e1pvn.js +1 -0
  327. package/out/_next/static/chunks/09pees0w94cvm.js +1 -0
  328. package/out/_next/static/chunks/0_wmk0z5r9thu.js +95 -0
  329. package/out/_next/static/chunks/0ab_-095b34n5.js +90 -0
  330. package/out/_next/static/chunks/0aom8abciz-yf.js +1 -0
  331. package/out/_next/static/chunks/0cdcsn87u-tzw.js +1 -0
  332. package/out/_next/static/chunks/0cu-wqc76z_w6.js +1 -0
  333. package/out/_next/static/chunks/0dnzfqa8el54j.js +135 -0
  334. package/out/_next/static/chunks/0f-hhcgpd3kjt.js +5 -0
  335. package/out/_next/static/chunks/0gdriupdpmq28.js +14 -0
  336. package/out/_next/static/chunks/0hm6-xlqw4vmr.js +1 -0
  337. package/out/_next/static/chunks/0hmdmxkzhdtjx.js +155 -0
  338. package/out/_next/static/chunks/0hpirq7m-gjle.js +23 -0
  339. package/out/_next/static/chunks/0hup5ovc9v_-h.js +58 -0
  340. package/out/_next/static/chunks/0hxsdaxwhc3z4.js +110 -0
  341. package/out/_next/static/chunks/0j-yonuwgtg0k.js +22 -0
  342. package/out/_next/static/chunks/0jo3ujn_icmb9.js +28 -0
  343. package/out/_next/static/chunks/0mayhrft9-4hw.js +13 -0
  344. package/out/_next/static/chunks/0mdh4qszx-qw8.js +1 -0
  345. package/out/_next/static/chunks/0nyu34hvyz9_k.js +103 -0
  346. package/out/_next/static/chunks/0nz8nqr7k7pni.js +61 -0
  347. package/out/_next/static/chunks/0pjv94c771817.js +13 -0
  348. package/out/_next/static/chunks/0qrepe4aqal8_.js +2 -0
  349. package/out/_next/static/chunks/0qtbb-w9hs2i_.js +1 -0
  350. package/out/_next/static/chunks/0r0l1vs8bls6y.js +1 -0
  351. package/out/_next/static/chunks/0r2v5se5riad_.js +227 -0
  352. package/out/_next/static/chunks/0s3aax3no2y3_.js +54 -0
  353. package/out/_next/static/chunks/0sys36fl1uhl-.js +18 -0
  354. package/out/_next/static/chunks/0u-md-qpvyccn.js +149 -0
  355. package/out/_next/static/chunks/0ukobsq85_to1.js +135 -0
  356. package/out/_next/static/chunks/0vcn7yqzt3qlc.js +10 -0
  357. package/out/_next/static/chunks/0wl_oo549tgsw.js +14 -0
  358. package/out/_next/static/chunks/0wm5atnhe2mjs.js +119 -0
  359. package/out/_next/static/chunks/0wpmgf2-hr2iv.js +1 -0
  360. package/out/_next/static/chunks/0wthf9v7cuwqf.js +3 -0
  361. package/out/_next/static/chunks/0xcxmgeevaadl.js +8 -0
  362. package/out/_next/static/chunks/0xoerh23zk-pj.js +44 -0
  363. package/out/_next/static/chunks/0xvoojz5c4j32.js +14 -0
  364. package/out/_next/static/chunks/0ykc9b-l7rcv9.js +18 -0
  365. package/out/_next/static/chunks/0zb8qwy33hihq.js +142 -0
  366. package/out/_next/static/chunks/0zgu8kiokvsjz.js +1 -0
  367. package/out/_next/static/chunks/0zk0s8hqsf5tg.js +18 -0
  368. package/out/_next/static/chunks/0zl6mu89n1_wq.js +1 -0
  369. package/out/_next/static/chunks/0zntg6ltu_fk3.js +14 -0
  370. package/out/_next/static/chunks/10996osm11rxi.js +327 -0
  371. package/out/_next/static/chunks/10q9_f1ss9afd.js +8 -0
  372. package/out/_next/static/chunks/110vhftkm53lj.js +111 -0
  373. package/out/_next/static/chunks/113_jsmrqky1h.js +130 -0
  374. package/out/_next/static/chunks/11fqypagzye_v.js +43 -0
  375. package/out/_next/static/chunks/137522d4_apiu.js +166 -0
  376. package/out/_next/static/chunks/13ml43jv3bxh1.js +1 -0
  377. package/out/_next/static/chunks/16ad724tleody.js +13 -0
  378. package/out/_next/static/chunks/16r_t7quts1w0.js +289 -0
  379. package/out/_next/static/chunks/16yomp2b55xod.js +30 -0
  380. package/out/_next/static/chunks/17jd_42ijblk-.js +15 -0
  381. package/out/_next/static/chunks/17xseq9yxu638.js +1 -0
  382. package/out/_next/static/chunks/18yznjdgjug5c.js +7 -0
  383. package/out/_next/static/chunks/19i-cq0_2t00g.js +60 -0
  384. package/out/_next/static/chunks/19ppkss30jscq.js +13 -0
  385. package/out/_next/static/chunks/1_ov-8bomgh6c.js +54 -0
  386. package/out/_next/static/chunks/1b9l0n8vz64x7.js +233 -0
  387. package/out/_next/static/chunks/1cn3pe6lxja9e.js +44 -0
  388. package/out/_next/static/chunks/1dsjo02ozub3p.js +342 -0
  389. package/out/_next/static/chunks/1dut2ep8qfdv4.js +14 -0
  390. package/out/_next/static/chunks/1eqs_86cqpxcx.js +138 -0
  391. package/out/_next/static/chunks/1exlzd6w18o_b.js +8 -0
  392. package/out/_next/static/chunks/1f04wea7zvjf5.js +2 -0
  393. package/out/_next/static/chunks/1fqsykinbg1d_.js +12 -0
  394. package/out/_next/static/chunks/1g5l7e7du4p25.js +1 -0
  395. package/out/_next/static/chunks/1hokoliuqn63p.js +17 -0
  396. package/out/_next/static/chunks/1ihjqvn68cj5e.js +36 -0
  397. package/out/_next/static/chunks/1k798vpov34v6.js +12 -0
  398. package/out/_next/static/chunks/1lewut00m9sq1.js +1 -0
  399. package/out/_next/static/chunks/1lwiflo8v2d93.js +1 -0
  400. package/out/_next/static/chunks/1ng9tsm1f8e_a.js +1 -0
  401. package/out/_next/static/chunks/1nvy3y5qe_igv.js +233 -0
  402. package/out/_next/static/chunks/1osrrozfse5jn.js +190 -0
  403. package/out/_next/static/chunks/1ozaatz-b_-as.js +41 -0
  404. package/out/_next/static/chunks/1paq5rkj25r88.js +1 -0
  405. package/out/_next/static/chunks/1q2l02eq094zc.js +147 -0
  406. package/out/_next/static/chunks/1q8zx2rmluekr.js +13 -0
  407. package/out/_next/static/chunks/1qnuk3631sd6i.js +807 -0
  408. package/out/_next/static/chunks/1r0aluuzu5vw7.js +13 -0
  409. package/out/_next/static/chunks/1rgwj4dr0k4_b.js +5 -0
  410. package/out/_next/static/chunks/1sgv26vi42stl.js +13 -0
  411. package/out/_next/static/chunks/1t80pe40g73fh.js +82 -0
  412. package/out/_next/static/chunks/1u6jfjnf14knz.js +124 -0
  413. package/out/_next/static/chunks/1vnvinjvn78t3.js +1 -0
  414. package/out/_next/static/chunks/1xg3ey2rrdxfx.js +1 -0
  415. package/out/_next/static/chunks/1xx6ie3yh2hbk.js +235 -0
  416. package/out/_next/static/chunks/1y-vwb0-v5xv0.js +304 -0
  417. package/out/_next/static/chunks/2-8-i_m-82mjh.js +43 -0
  418. package/out/_next/static/chunks/2-s6g5_cyahx8.js +1 -0
  419. package/out/_next/static/chunks/20ndjd4r5l6vk.js +1 -0
  420. package/out/_next/static/chunks/20v019mj-zi94.js +13 -0
  421. package/out/_next/static/chunks/21w-hkh4_w1kl.js +19 -0
  422. package/out/_next/static/chunks/226ya3lbz_55w.js +19 -0
  423. package/out/_next/static/chunks/22az81pi-bqjb.js +1 -0
  424. package/out/_next/static/chunks/22get2_2lcba-.js +21 -0
  425. package/out/_next/static/chunks/22l-2aehes9lx.js +153 -0
  426. package/out/_next/static/chunks/23y9nin7qo-xy.js +17 -0
  427. package/out/_next/static/chunks/25t23h8zbmzh-.js +12 -0
  428. package/out/_next/static/chunks/273zh05aw6uz2.js +13 -0
  429. package/out/_next/static/chunks/28o-5560g4bwk.js +7 -0
  430. package/out/_next/static/chunks/28zahy_uqar2t.js +12 -0
  431. package/out/_next/static/chunks/29dylunjhn4te.js +34 -0
  432. package/out/_next/static/chunks/2_3qu55ddb4jo.js +3 -0
  433. package/out/_next/static/chunks/2_7z1veshuiiw.js +10 -0
  434. package/out/_next/static/chunks/2_ztj391g9yzt.js +226 -0
  435. package/out/_next/static/chunks/2a9z_gm1vn39c.js +173 -0
  436. package/out/_next/static/chunks/2a_46b7_7ml_y.js +1 -0
  437. package/out/_next/static/chunks/2b8nhs_3rpawc.js +1 -0
  438. package/out/_next/static/chunks/2biyd1hzgc2sv.js +339 -0
  439. package/out/_next/static/chunks/2c2vssolfspzg.js +50 -0
  440. package/out/_next/static/chunks/2dbrybnhe5thu.css +1 -0
  441. package/out/_next/static/chunks/2diqy5aehqe8j.js +58 -0
  442. package/out/_next/static/chunks/2djnsowjy3p8y.js +1 -0
  443. package/out/_next/static/chunks/2dq4d-ey-16cq.js +1 -0
  444. package/out/_next/static/chunks/2dyysegkbptw8.js +11 -0
  445. package/out/_next/static/chunks/2ei1rfxsl3q65.js +31 -0
  446. package/out/_next/static/chunks/2fazxtc5_9tgo.js +52 -0
  447. package/out/_next/static/chunks/2fzc9bsweg7nf.js +807 -0
  448. package/out/_next/static/chunks/2h5-bnhry6wzl.js +14 -0
  449. package/out/_next/static/chunks/2hmtn1okhj6zz.js +234 -0
  450. package/out/_next/static/chunks/2htrbj6g7da-e.js +12 -0
  451. package/out/_next/static/chunks/2j0apwnxuaeox.js +14 -0
  452. package/out/_next/static/chunks/2j51l4ukmrn7j.js +17 -0
  453. package/out/_next/static/chunks/2k4cusvrm93cp.js +39 -0
  454. package/out/_next/static/chunks/2ldks6pel2wcp.js +31 -0
  455. package/out/_next/static/chunks/2loz6t7f69t0c.js +1 -0
  456. package/out/_next/static/chunks/2onfts3kpe9d8.js +1 -0
  457. package/out/_next/static/chunks/2p9aozkdq_z13.js +329 -0
  458. package/out/_next/static/chunks/2pz2u5us_0jme.js +5 -0
  459. package/out/_next/static/chunks/2qaf44ypuy_4z.js +1 -0
  460. package/out/_next/static/chunks/2r1-eyf6hic-m.js +1 -0
  461. package/out/_next/static/chunks/2ritd1boot22-.js +32 -0
  462. package/out/_next/static/chunks/2s1__k407zn6n.js +1 -0
  463. package/out/_next/static/chunks/2s6qkrjh7-b6s.js +1 -0
  464. package/out/_next/static/chunks/2t70ji9pnllxh.js +81 -0
  465. package/out/_next/static/chunks/2tc6lgajxmo78.js +3 -0
  466. package/out/_next/static/chunks/2twd9trj9horc.js +61 -0
  467. package/out/_next/static/chunks/2ua7-skz9vm4r.js +13 -0
  468. package/out/_next/static/chunks/2vjkcd8g_hh68.js +46 -0
  469. package/out/_next/static/chunks/2w1twpn4nui6h.js +807 -0
  470. package/out/_next/static/chunks/2x4vo24qfe0mr.js +1 -0
  471. package/out/_next/static/chunks/2zm-d0-e0sxgo.js +23 -0
  472. package/out/_next/static/chunks/3-u1dp82vzyt9.js +1 -0
  473. package/out/_next/static/chunks/30iz3jszdu04d.js +11 -0
  474. package/out/_next/static/chunks/30jmh-3cp5wcg.js +12 -0
  475. package/out/_next/static/chunks/3178a_a_i-e-q.js +16 -0
  476. package/out/_next/static/chunks/317qzy7r8meg_.js +1 -0
  477. package/out/_next/static/chunks/32nwqfli0ne57.js +1 -0
  478. package/out/_next/static/chunks/33c-rzkj2k2v1.js +14 -0
  479. package/out/_next/static/chunks/33g91_yljnpiw.js +807 -0
  480. package/out/_next/static/chunks/34dhtdp_8idgm.js +658 -0
  481. package/out/_next/static/chunks/34ybf-w3bdlw8.js +13 -0
  482. package/out/_next/static/chunks/35-vqjhcep-zw.js +60 -0
  483. package/out/_next/static/chunks/358r9pdxbk-fv.js +39 -0
  484. package/out/_next/static/chunks/35a6ymsh4q0-o.js +14 -0
  485. package/out/_next/static/chunks/36yrxjq9zbvpx.js +13 -0
  486. package/out/_next/static/chunks/377ho63k7qphg.js +14 -0
  487. package/out/_next/static/chunks/37bs69urhjdz5.js +24 -0
  488. package/out/_next/static/chunks/37mpnb5qztb_g.js +15 -0
  489. package/out/_next/static/chunks/3827hqe9_anr7.js +24 -0
  490. package/out/_next/static/chunks/3a0_vzfa54k35.js +7 -0
  491. package/out/_next/static/chunks/3a8a8fpl7-ndf.js +1 -0
  492. package/out/_next/static/chunks/3b6hct2rk2wu9.js +24 -0
  493. package/out/_next/static/chunks/3czsj6bdmobbd.js +24 -0
  494. package/out/_next/static/chunks/3d0ic2ovyeue7.js +2 -0
  495. package/out/_next/static/chunks/3eq1b2m2xkkmp.js +1 -0
  496. package/out/_next/static/chunks/3f2ue6ut-mwka.js +2 -0
  497. package/out/_next/static/chunks/3g67xtrp0vv4m.js +1 -0
  498. package/out/_next/static/chunks/3iepyd4rzl-tt.js +13 -0
  499. package/out/_next/static/chunks/3j6p-522fcsnj.js +1 -0
  500. package/out/_next/static/chunks/3kle_yukf5aux.js +809 -0
  501. package/out/_next/static/chunks/3l_nx7eopgh02.js +1 -0
  502. package/out/_next/static/chunks/3mk-cv2ocv93u.js +50 -0
  503. package/out/_next/static/chunks/3n5290qcigwpc.js +13 -0
  504. package/out/_next/static/chunks/3nl02jbknvx4p.js +14 -0
  505. package/out/_next/static/chunks/3o5a5qn0dnq04.js +3 -0
  506. package/out/_next/static/chunks/3o5kwvdgt_t9z.js +73 -0
  507. package/out/_next/static/chunks/3qamj8gt1ijdz.js +12 -0
  508. package/out/_next/static/chunks/3rlrwz262rpw0.js +1 -0
  509. package/out/_next/static/chunks/3s3v9n_ob4m24.js +18 -0
  510. package/out/_next/static/chunks/3s47qr8fn6h4j.js +8 -0
  511. package/out/_next/static/chunks/3slzhmkeoggpm.js +66 -0
  512. package/out/_next/static/chunks/3tv9csz53av-5.js +1 -0
  513. package/out/_next/static/chunks/3uec1_7irpl71.js +16 -0
  514. package/out/_next/static/chunks/3uo1w1gaj7tsx.js +117 -0
  515. package/out/_next/static/chunks/3uwev5xyub_j1.js +7 -0
  516. package/out/_next/static/chunks/3w450c1xmh550.js +12 -0
  517. package/out/_next/static/chunks/3x8aami6-3l79.js +31 -0
  518. package/out/_next/static/chunks/3xhogi6_bbwh7.js +10 -0
  519. package/out/_next/static/chunks/3y62dz45ticve.js +1 -0
  520. package/out/_next/static/chunks/3yjzk_udmhv3i.js +1 -0
  521. package/out/_next/static/chunks/3z6v84zof80bt.js +1 -0
  522. package/out/_next/static/chunks/3zncjth-kop8p.js +1 -0
  523. package/out/_next/static/chunks/3zp4iedgev460.js +35 -0
  524. package/out/_next/static/chunks/413qu_x6yky1e.js +1 -0
  525. package/out/_next/static/chunks/41j8mb2ztwydi.js +14 -0
  526. package/out/_next/static/chunks/41pc5_e25bhgd.js +1 -0
  527. package/out/_next/static/chunks/424z-zudpy3n0.js +39 -0
  528. package/out/_next/static/chunks/42o6t6-v2qi37.js +29 -0
  529. package/out/_next/static/chunks/434iz38padke2.js +1 -0
  530. package/out/_next/static/chunks/43pb7hjetp965.js +1 -0
  531. package/out/_next/static/chunks/44rharl5hvsw-.js +22 -0
  532. package/out/_next/static/chunks/45ac68ug7hcoc.js +13 -0
  533. package/out/_next/static/chunks/turbopack-0-chqajqgydnn.js +1 -0
  534. package/out/_next/static/chunks/turbopack-0-jquaej6q4cd.js +1 -0
  535. package/out/_next/static/chunks/turbopack-01y_6kjoo1mvp.js +1 -0
  536. package/out/_next/static/chunks/turbopack-03_sghcquhw33.js +1 -0
  537. package/out/_next/static/chunks/turbopack-0a_5nw_3znl2r.js +1 -0
  538. package/out/_next/static/chunks/turbopack-0bbgz21dy5lm3.js +1 -0
  539. package/out/_next/static/chunks/turbopack-0cqzo60ry70im.js +1 -0
  540. package/out/_next/static/chunks/turbopack-0ex-kw1o5k02z.js +1 -0
  541. package/out/_next/static/chunks/turbopack-0g9gjb70ob0rb.js +1 -0
  542. package/out/_next/static/chunks/turbopack-0jzps1g34dah5.js +1 -0
  543. package/out/_next/static/chunks/turbopack-0o9rz5e94nq66.js +1 -0
  544. package/out/_next/static/chunks/turbopack-0rq3y47awgwpt.js +1 -0
  545. package/out/_next/static/chunks/turbopack-0vs4-gjxe552i.js +1 -0
  546. package/out/_next/static/chunks/turbopack-0x1jwahqhzo0u.js +1 -0
  547. package/out/_next/static/chunks/turbopack-13uretb6lcje8.js +1 -0
  548. package/out/_next/static/chunks/turbopack-14n2u99h724y-.js +1 -0
  549. package/out/_next/static/chunks/turbopack-1a774_gjam74t.js +1 -0
  550. package/out/_next/static/chunks/turbopack-1gy8illqlm_jj.js +1 -0
  551. package/out/_next/static/chunks/turbopack-1n9q29j854ltr.js +1 -0
  552. package/out/_next/static/chunks/turbopack-1nathpz4-f-4w.js +1 -0
  553. package/out/_next/static/chunks/turbopack-1nca86oa17qfx.js +1 -0
  554. package/out/_next/static/chunks/turbopack-1qe0zbu9fejdb.js +1 -0
  555. package/out/_next/static/chunks/turbopack-1qg26rdmwlotw.js +1 -0
  556. package/out/_next/static/chunks/turbopack-1u6lf-rzbdjuj.js +1 -0
  557. package/out/_next/static/chunks/turbopack-1z85kwwdibjh7.js +1 -0
  558. package/out/_next/static/chunks/turbopack-22as-nh7md98p.js +1 -0
  559. package/out/_next/static/chunks/turbopack-23lcv-araye0t.js +1 -0
  560. package/out/_next/static/chunks/turbopack-25gt3vwmogps-.js +1 -0
  561. package/out/_next/static/chunks/turbopack-26g97kfge67jz.js +1 -0
  562. package/out/_next/static/chunks/turbopack-26u67kbn41n8e.js +1 -0
  563. package/out/_next/static/chunks/turbopack-280jnadydykur.js +1 -0
  564. package/out/_next/static/chunks/turbopack-2bb6lvvhg6e0w.js +1 -0
  565. package/out/_next/static/chunks/turbopack-2bw5gluonepob.js +1 -0
  566. package/out/_next/static/chunks/turbopack-2c36n939jg0pf.js +1 -0
  567. package/out/_next/static/chunks/turbopack-2ez296aoalbog.js +1 -0
  568. package/out/_next/static/chunks/turbopack-2frqnl7lfn0h9.js +1 -0
  569. package/out/_next/static/chunks/turbopack-2jxkmyhbvdw4u.js +1 -0
  570. package/out/_next/static/chunks/turbopack-2k45z490u3tbj.js +1 -0
  571. package/out/_next/static/chunks/turbopack-2p-uq1erkf03-.js +1 -0
  572. package/out/_next/static/chunks/turbopack-2svkg0yvgyw3_.js +1 -0
  573. package/out/_next/static/chunks/turbopack-31s1c5ipeb5_p.js +1 -0
  574. package/out/_next/static/chunks/turbopack-33v049epa0erx.js +1 -0
  575. package/out/_next/static/chunks/turbopack-34jylrj_qw1ak.js +1 -0
  576. package/out/_next/static/chunks/turbopack-34u-t26ngu-oy.js +1 -0
  577. package/out/_next/static/chunks/turbopack-34x5gar31d5sv.js +1 -0
  578. package/out/_next/static/chunks/turbopack-363g_e-jzg5u_.js +1 -0
  579. package/out/_next/static/chunks/turbopack-39um5sy1v-bvw.js +1 -0
  580. package/out/_next/static/chunks/turbopack-3__2i-6jdv1s8.js +1 -0
  581. package/out/_next/static/chunks/turbopack-3b4s935ks8u-b.js +1 -0
  582. package/out/_next/static/chunks/turbopack-3b5-pdmr324f-.js +1 -0
  583. package/out/_next/static/chunks/turbopack-3bwm37xq99e4l.js +1 -0
  584. package/out/_next/static/chunks/turbopack-3ec8ol5n3kb0h.js +1 -0
  585. package/out/_next/static/chunks/turbopack-3gw7smd4lo5ud.js +1 -0
  586. package/out/_next/static/chunks/turbopack-3miy8-7wxcnbn.js +1 -0
  587. package/out/_next/static/chunks/turbopack-3nvjaj1vijowz.js +1 -0
  588. package/out/_next/static/chunks/turbopack-3poc67i76-q8q.js +1 -0
  589. package/out/_next/static/chunks/turbopack-3r1pnr94s1u0w.js +1 -0
  590. package/out/_next/static/chunks/turbopack-3sfa4031m280j.js +1 -0
  591. package/out/_next/static/chunks/turbopack-3sqs5hm2xhl3s.js +1 -0
  592. package/out/_next/static/chunks/turbopack-3xha6pmjqez6d.js +1 -0
  593. package/out/_next/static/chunks/turbopack-3yp7pgp42yfh3.js +1 -0
  594. package/out/_next/static/chunks/turbopack-3z_g6t7o2z7rb.js +1 -0
  595. package/out/_next/static/chunks/turbopack-3zb947kjm56zb.js +1 -0
  596. package/out/_next/static/chunks/turbopack-43m6wi0fybh1f.js +1 -0
  597. package/out/_next/static/mgojmR_4GNqJNutDR9oFi/_buildManifest.js +262 -0
  598. package/out/_offline/index.html +2 -2
  599. package/out/account/forgot-password/index.html +2 -2
  600. package/out/account/index.html +2 -2
  601. package/out/assortments/AssortmentDetailPage/index.html +2 -2
  602. package/out/assortments/index.html +2 -2
  603. package/out/assortments/new/index.html +2 -2
  604. package/out/copilot/index.html +2 -2
  605. package/out/country/CountryDetailPage/index.html +2 -2
  606. package/out/country/index.html +2 -2
  607. package/out/country/new/index.html +2 -2
  608. package/out/currency/CurrencyDetailPage/index.html +2 -2
  609. package/out/currency/index.html +2 -2
  610. package/out/currency/new/index.html +2 -2
  611. package/out/delivery-provider/DeliveryProviderDetailPage/index.html +2 -2
  612. package/out/delivery-provider/index.html +2 -2
  613. package/out/delivery-provider/new/index.html +2 -2
  614. package/out/enrollments/EnrollmentDetailPage/index.html +2 -2
  615. package/out/enrollments/index.html +2 -2
  616. package/out/events/EventDetailPage/index.html +2 -2
  617. package/out/events/index.html +2 -2
  618. package/out/exports/index.html +2 -2
  619. package/out/ext/[[...slug]]/index.html +11 -0
  620. package/out/external/index.html +2 -2
  621. package/out/filters/FilterDetailPage/index.html +2 -2
  622. package/out/filters/index.html +2 -2
  623. package/out/filters/new/index.html +2 -2
  624. package/out/index.html +2 -2
  625. package/out/install/index.html +2 -2
  626. package/out/language/LanguageDetailPage/index.html +2 -2
  627. package/out/language/index.html +2 -2
  628. package/out/language/new/index.html +2 -2
  629. package/out/log-in/index.html +2 -2
  630. package/out/orders/OrderDetailPage/index.html +2 -2
  631. package/out/orders/index.html +2 -2
  632. package/out/payment-provider/PaymentProviderDetailPage/index.html +2 -2
  633. package/out/payment-provider/index.html +2 -2
  634. package/out/payment-provider/new/index.html +2 -2
  635. package/out/products/ProductDetailPage/index.html +2 -2
  636. package/out/products/index.html +2 -2
  637. package/out/products/new/index.html +2 -2
  638. package/out/quotations/QuotationDetailPage/index.html +2 -2
  639. package/out/quotations/index.html +2 -2
  640. package/out/reset-password/index.html +2 -2
  641. package/out/sign-up/index.html +2 -2
  642. package/out/styleguide/index.html +2 -2
  643. package/out/tokens/TokenDetailPage/index.html +2 -2
  644. package/out/tokens/index.html +2 -2
  645. package/out/users/UserDetailPage/index.html +2 -2
  646. package/out/users/index.html +2 -2
  647. package/out/users/new/index.html +2 -2
  648. package/out/verify-email/index.html +2 -2
  649. package/out/warehousing-provider/WarehousingProviderDetailPage/index.html +2 -2
  650. package/out/warehousing-provider/index.html +2 -2
  651. package/out/warehousing-provider/new/index.html +2 -2
  652. package/out/works/WorkDetailPage/index.html +2 -2
  653. package/out/works/WorkQueueListView/index.html +2 -2
  654. package/out/works/index.html +2 -2
  655. package/out/works/management/index.html +2 -2
  656. package/package.json +104 -14
  657. package/src/modules/accounts/index.ts +34 -0
  658. package/src/modules/assortment/index.ts +29 -0
  659. package/src/modules/copilot/index.ts +4 -0
  660. package/src/modules/country/index.ts +5 -0
  661. package/src/modules/currency/index.ts +5 -0
  662. package/src/modules/delivery-provider/index.ts +7 -0
  663. package/src/modules/enrollment/index.ts +6 -0
  664. package/src/modules/event/index.ts +3 -0
  665. package/src/modules/filter/index.ts +13 -0
  666. package/src/modules/language/index.ts +5 -0
  667. package/src/modules/order/index.ts +8 -0
  668. package/src/modules/payment-providers/index.ts +7 -0
  669. package/src/modules/product/index.ts +47 -0
  670. package/src/modules/product-review/index.ts +6 -0
  671. package/src/modules/quotation/index.ts +6 -0
  672. package/src/modules/token/index.ts +3 -0
  673. package/src/modules/warehousing-providers/index.ts +7 -0
  674. package/src/modules/work/index.ts +7 -0
  675. package/src/sdk/hooks.ts +11 -0
  676. package/src/sdk/modal.ts +6 -0
  677. package/src/sdk/plugin-build.mjs +112 -0
  678. package/src/sdk/plugin-build.test.mjs +11 -0
  679. package/src/sdk/plugins.ts +88 -0
  680. package/src/sdk/providers.ts +4 -0
  681. package/src/sdk/tailwind-preset.mjs +94 -0
  682. package/src/sdk/theme.ts +61 -0
  683. package/src/styles/globals.css +291 -0
  684. package/out/_next/static/NCD-SJ8yCV0Afw8rFopK9/_buildManifest.js +0 -258
  685. package/out/_next/static/chunks/0-beu4vu82jrh.js +0 -1
  686. package/out/_next/static/chunks/0-bq_~1lrxscv.js +0 -1
  687. package/out/_next/static/chunks/0-gs6rs8.en66.js +0 -807
  688. package/out/_next/static/chunks/0.4qfzuvwzsxc.js +0 -346
  689. package/out/_next/static/chunks/0.ezy3xvxrqcc.js +0 -15
  690. package/out/_next/static/chunks/0.i9a933lfo25.js +0 -110
  691. package/out/_next/static/chunks/0.qv4h3l4v.mz.js +0 -807
  692. package/out/_next/static/chunks/00-1l-sb67jn-.js +0 -807
  693. package/out/_next/static/chunks/0063j04yfdol-.js +0 -13
  694. package/out/_next/static/chunks/006d2uxhsngs-.js +0 -1
  695. package/out/_next/static/chunks/00d66~in48qe1.js +0 -108
  696. package/out/_next/static/chunks/00u_9mz-xfmbu.js +0 -119
  697. package/out/_next/static/chunks/00ysn67q-k.lf.js +0 -384
  698. package/out/_next/static/chunks/00z8y5zmd5ley.js +0 -16
  699. package/out/_next/static/chunks/01.ug0e_hak5n.js +0 -31
  700. package/out/_next/static/chunks/01755gvyv1u4p.js +0 -342
  701. package/out/_next/static/chunks/024hggxa5rlsk.js +0 -16
  702. package/out/_next/static/chunks/025rs.6-.kttm.js +0 -177
  703. package/out/_next/static/chunks/029met6o9c69_.js +0 -132
  704. package/out/_next/static/chunks/035ijcwfe128..js +0 -13
  705. package/out/_next/static/chunks/039.n12k.ourz.js +0 -1
  706. package/out/_next/static/chunks/039laq217w5af.js +0 -1
  707. package/out/_next/static/chunks/03awhk2amfyg9.js +0 -13
  708. package/out/_next/static/chunks/03b6o0yl3wq69.js +0 -324
  709. package/out/_next/static/chunks/03exf~-d8n0~p.js +0 -12
  710. package/out/_next/static/chunks/043qhigp~b~xd.js +0 -288
  711. package/out/_next/static/chunks/047b32b2zk0zr.js +0 -50
  712. package/out/_next/static/chunks/04ljxsi4h8opa.js +0 -3
  713. package/out/_next/static/chunks/05-wy9wkovd44.js +0 -66
  714. package/out/_next/static/chunks/059j6ba8pjbxt.js +0 -2
  715. package/out/_next/static/chunks/05c669_6-rcl4.js +0 -15
  716. package/out/_next/static/chunks/05ebn-rbx77t1.js +0 -1
  717. package/out/_next/static/chunks/05ijoypg9erzj.js +0 -15
  718. package/out/_next/static/chunks/05mdbs7fsyl0j.js +0 -15
  719. package/out/_next/static/chunks/05xkbw-s9zm4v.js +0 -1
  720. package/out/_next/static/chunks/05y5i1xi9l7xo.js +0 -46
  721. package/out/_next/static/chunks/06jxo~w32bob0.js +0 -14
  722. package/out/_next/static/chunks/06l-x0hfnht~9.js +0 -12
  723. package/out/_next/static/chunks/06rpbu900ohev.js +0 -807
  724. package/out/_next/static/chunks/06wxd~64yev29.js +0 -1
  725. package/out/_next/static/chunks/074t2kkalxoor.js +0 -54
  726. package/out/_next/static/chunks/0757.exyqs35o.js +0 -1
  727. package/out/_next/static/chunks/07bj_95mgrfr7.js +0 -81
  728. package/out/_next/static/chunks/07e9hvcn2m7m0.css +0 -1
  729. package/out/_next/static/chunks/07gsr_4x3t83l.js +0 -1
  730. package/out/_next/static/chunks/07m0kcby2q9_3.js +0 -119
  731. package/out/_next/static/chunks/07rosayyue4dv.js +0 -5
  732. package/out/_next/static/chunks/07vc0lr9~n374.js +0 -807
  733. package/out/_next/static/chunks/07we~tcuuf587.js +0 -1
  734. package/out/_next/static/chunks/08-e12375gky7.js +0 -1
  735. package/out/_next/static/chunks/08g5cr0k-wewy.js +0 -13
  736. package/out/_next/static/chunks/08gnfg~ucaonj.js +0 -31
  737. package/out/_next/static/chunks/08l8.c5-zq8l_.js +0 -13
  738. package/out/_next/static/chunks/08s08655wboxs.js +0 -224
  739. package/out/_next/static/chunks/08ubwqxtv1pi8.js +0 -471
  740. package/out/_next/static/chunks/093du9_a7j~e9.js +0 -22
  741. package/out/_next/static/chunks/09ar00gwggnv2.js +0 -92
  742. package/out/_next/static/chunks/09ew07.pd~qmo.js +0 -31
  743. package/out/_next/static/chunks/09h16th.ukf49.js +0 -9
  744. package/out/_next/static/chunks/09i.iewg619r8.js +0 -1
  745. package/out/_next/static/chunks/09ird980jk5l4.js +0 -1
  746. package/out/_next/static/chunks/09ti6--w-81qk.js +0 -12
  747. package/out/_next/static/chunks/0_.rynghl8eid.js +0 -16
  748. package/out/_next/static/chunks/0_fjllta7r.pd.js +0 -1
  749. package/out/_next/static/chunks/0_hapi9~w_m74.js +0 -807
  750. package/out/_next/static/chunks/0_rymam7ts5h_.js +0 -61
  751. package/out/_next/static/chunks/0_tmrtwx_w001.js +0 -1
  752. package/out/_next/static/chunks/0_wmd30ovkohg.js +0 -14
  753. package/out/_next/static/chunks/0a4iuso54enw6.js +0 -43
  754. package/out/_next/static/chunks/0a9xn3eyi55p7.js +0 -807
  755. package/out/_next/static/chunks/0ab-_zb.d-ta~.js +0 -13
  756. package/out/_next/static/chunks/0agmcim_ow38h.js +0 -41
  757. package/out/_next/static/chunks/0ah_xk7gumihc.js +0 -10
  758. package/out/_next/static/chunks/0al9fetggpofs.js +0 -101
  759. package/out/_next/static/chunks/0apih1f_pg7x5.js +0 -22
  760. package/out/_next/static/chunks/0aqef_pw6d4-x.js +0 -12
  761. package/out/_next/static/chunks/0av.mpk52l~sj.js +0 -78
  762. package/out/_next/static/chunks/0b26w_2v.jnnp.js +0 -23
  763. package/out/_next/static/chunks/0bgpq4k~.1ow~.js +0 -1
  764. package/out/_next/static/chunks/0b~~k586vhgzn.js +0 -22
  765. package/out/_next/static/chunks/0c1ohyu0~45-6.js +0 -16
  766. package/out/_next/static/chunks/0c6zpdc5tnyit.js +0 -14
  767. package/out/_next/static/chunks/0cxr_f9owlixa.js +0 -147
  768. package/out/_next/static/chunks/0d4_~230qii9x.js +0 -8
  769. package/out/_next/static/chunks/0d7ng.3g0fqyq.js +0 -14
  770. package/out/_next/static/chunks/0dgzbrz_ks6y3.js +0 -836
  771. package/out/_next/static/chunks/0dmlsqy.34z7l.js +0 -5
  772. package/out/_next/static/chunks/0d~mpqdnsqc_3.js +0 -217
  773. package/out/_next/static/chunks/0e.ov59u.i2g..js +0 -26
  774. package/out/_next/static/chunks/0e7j7~xp-kfcl.js +0 -1
  775. package/out/_next/static/chunks/0eshxr9tyc-ob.js +0 -1
  776. package/out/_next/static/chunks/0eyuawigvkque.js +0 -144
  777. package/out/_next/static/chunks/0f0p~b_1z06f-.js +0 -12
  778. package/out/_next/static/chunks/0f1vh2kuipe~w.js +0 -1
  779. package/out/_next/static/chunks/0f2lcm2fvm0o4.js +0 -15
  780. package/out/_next/static/chunks/0f5-n-rcb1ksy.js +0 -61
  781. package/out/_next/static/chunks/0f7rfo-9v~6ta.js +0 -16
  782. package/out/_next/static/chunks/0fadm_h6dqral.js +0 -1
  783. package/out/_next/static/chunks/0fgje3pp6kr-..js +0 -21
  784. package/out/_next/static/chunks/0fixfg1.spty7.js +0 -8
  785. package/out/_next/static/chunks/0fo857sizpzb..js +0 -14
  786. package/out/_next/static/chunks/0fpmn5~h1l5fy.js +0 -51
  787. package/out/_next/static/chunks/0fzx56yu8w89-.js +0 -1
  788. package/out/_next/static/chunks/0g5.zeq8z86p8.js +0 -22
  789. package/out/_next/static/chunks/0gcrw01taxxl6.js +0 -1
  790. package/out/_next/static/chunks/0hprhos6ompyh.js +0 -1
  791. package/out/_next/static/chunks/0hv.16xst798a.js +0 -807
  792. package/out/_next/static/chunks/0i67~d9m79069.js +0 -1
  793. package/out/_next/static/chunks/0i9ujbll13rjg.js +0 -7
  794. package/out/_next/static/chunks/0ixp-hqnt2hdk.js +0 -188
  795. package/out/_next/static/chunks/0j3_ll.umtrlh.js +0 -15
  796. package/out/_next/static/chunks/0j8_vntnh3wh1.js +0 -384
  797. package/out/_next/static/chunks/0jcl.bguz9-il.js +0 -173
  798. package/out/_next/static/chunks/0jhfv_wn9s6x1.js +0 -1
  799. package/out/_next/static/chunks/0jthyhkkkajye.js +0 -87
  800. package/out/_next/static/chunks/0jyfzjlxmkv47.js +0 -1
  801. package/out/_next/static/chunks/0k33b3l3swmdp.js +0 -14
  802. package/out/_next/static/chunks/0k8cqr5rpupnp.js +0 -12
  803. package/out/_next/static/chunks/0kacoozv1plky.js +0 -12
  804. package/out/_next/static/chunks/0kb8vq-u9e5ie.js +0 -596
  805. package/out/_next/static/chunks/0kpfj.1wbd8ym.js +0 -200
  806. package/out/_next/static/chunks/0kws6.oh9adj9.js +0 -14
  807. package/out/_next/static/chunks/0l6-vjb..0-s7.js +0 -286
  808. package/out/_next/static/chunks/0l8ujxmk7702g.js +0 -1
  809. package/out/_next/static/chunks/0lcd2so6jg-_l.js +0 -44
  810. package/out/_next/static/chunks/0lhvveiv7i555.js +0 -13
  811. package/out/_next/static/chunks/0lim3v66fnjbi.js +0 -73
  812. package/out/_next/static/chunks/0lj_~1h9s9o4p.js +0 -15
  813. package/out/_next/static/chunks/0m2jz56bm31rn.js +0 -13
  814. package/out/_next/static/chunks/0mw6751mia5o-.js +0 -13
  815. package/out/_next/static/chunks/0m~4npg.nbafl.js +0 -807
  816. package/out/_next/static/chunks/0nnrgfwlre~2w.js +0 -12
  817. package/out/_next/static/chunks/0nvdm-r7zmv-l.js +0 -1
  818. package/out/_next/static/chunks/0nyyy1v4911lw.js +0 -59
  819. package/out/_next/static/chunks/0o05daemjdhug.js +0 -227
  820. package/out/_next/static/chunks/0o6szwcbqvtk..js +0 -1
  821. package/out/_next/static/chunks/0oq1lazm-ypco.js +0 -15
  822. package/out/_next/static/chunks/0owfq70q4gv3g.js +0 -11
  823. package/out/_next/static/chunks/0o~ytet2snd7..js +0 -18
  824. package/out/_next/static/chunks/0pooq0ei74.fu.js +0 -17
  825. package/out/_next/static/chunks/0q92oiu-paus_.js +0 -1
  826. package/out/_next/static/chunks/0r.pkr~.dyugv.js +0 -137
  827. package/out/_next/static/chunks/0r.xn-_woklgt.js +0 -138
  828. package/out/_next/static/chunks/0r2eg~z0yxhkm.js +0 -384
  829. package/out/_next/static/chunks/0rf4yd5v399-n.js +0 -342
  830. package/out/_next/static/chunks/0s9gw8v77opep.js +0 -12
  831. package/out/_next/static/chunks/0sq1ba8siz_al.js +0 -46
  832. package/out/_next/static/chunks/0tgyufn7ieyma.js +0 -23
  833. package/out/_next/static/chunks/0tq-lptj3-s~9.js +0 -7
  834. package/out/_next/static/chunks/0tur4u0bq8afu.js +0 -1
  835. package/out/_next/static/chunks/0u.p7-5euvw9g.js +0 -101
  836. package/out/_next/static/chunks/0u0zlnx_0uuo~.js +0 -1
  837. package/out/_next/static/chunks/0ud072y3rsxuo.js +0 -26
  838. package/out/_next/static/chunks/0ueboweabxsm_.js +0 -12
  839. package/out/_next/static/chunks/0ulpot4q9efmn.js +0 -1
  840. package/out/_next/static/chunks/0up4o93erzv5i.js +0 -15
  841. package/out/_next/static/chunks/0uppdoxx035f~.js +0 -807
  842. package/out/_next/static/chunks/0v01e3xk0z2zz.js +0 -10
  843. package/out/_next/static/chunks/0v7odmyxhwxk9.js +0 -5
  844. package/out/_next/static/chunks/0vaop4ncta92i.js +0 -43
  845. package/out/_next/static/chunks/0vef8~~ul~q~3.js +0 -188
  846. package/out/_next/static/chunks/0vjviijon1cf_.js +0 -227
  847. package/out/_next/static/chunks/0vo3lqvc1gnao.js +0 -1
  848. package/out/_next/static/chunks/0vqde~70jg4mp.js +0 -13
  849. package/out/_next/static/chunks/0w_lpiygl_gbj.js +0 -51
  850. package/out/_next/static/chunks/0wm9vrqp0f2-g.js +0 -1
  851. package/out/_next/static/chunks/0wt4fkc59wtk~.js +0 -1
  852. package/out/_next/static/chunks/0x0ro0p0oede-.js +0 -1
  853. package/out/_next/static/chunks/0x5~rk9ckvkzm.js +0 -5
  854. package/out/_next/static/chunks/0xa.gldl0ypuc.js +0 -36
  855. package/out/_next/static/chunks/0xyz4eb8oj14e.js +0 -32
  856. package/out/_next/static/chunks/0x~m529wi_q8r.js +0 -807
  857. package/out/_next/static/chunks/0ygzo.kyf038-.js +0 -13
  858. package/out/_next/static/chunks/0z5_-ukry36hl.js +0 -905
  859. package/out/_next/static/chunks/0z69nmy7s-zha.js +0 -10
  860. package/out/_next/static/chunks/0zcy4ll048jyy.js +0 -13
  861. package/out/_next/static/chunks/0zpa9vt2u_r06.js +0 -14
  862. package/out/_next/static/chunks/0zsl0gp2-m_8s.js +0 -1
  863. package/out/_next/static/chunks/0zw1-wa39f8lg.js +0 -1
  864. package/out/_next/static/chunks/0z~lvtnl1p.em.js +0 -78
  865. package/out/_next/static/chunks/0~4r9ol9.3i_l.js +0 -46
  866. package/out/_next/static/chunks/0~4s5vi61p7ev.js +0 -291
  867. package/out/_next/static/chunks/0~6ud_t-945ch.js +0 -288
  868. package/out/_next/static/chunks/0~mh5ybxo9nf2.js +0 -19
  869. package/out/_next/static/chunks/0~zg_~~subg_x.js +0 -1
  870. package/out/_next/static/chunks/10.uqlra33~68.js +0 -13
  871. package/out/_next/static/chunks/10g0ipk~-ofy6.js +0 -20
  872. package/out/_next/static/chunks/10h4imeqlg217.js +0 -8
  873. package/out/_next/static/chunks/10jiudk1sj2jm.js +0 -14
  874. package/out/_next/static/chunks/10kcfk2uu1e6x.js +0 -73
  875. package/out/_next/static/chunks/10pv9vc9myzuy.js +0 -58
  876. package/out/_next/static/chunks/11d00p~.l1k_u.js +0 -8
  877. package/out/_next/static/chunks/11lx7_qu.04js.js +0 -596
  878. package/out/_next/static/chunks/11svm4d1gbpg3.js +0 -13
  879. package/out/_next/static/chunks/11xvbwibrxg70.js +0 -44
  880. package/out/_next/static/chunks/12_-fnbe.fpy3.js +0 -142
  881. package/out/_next/static/chunks/12_5sds1suvhm.js +0 -13
  882. package/out/_next/static/chunks/12eo~x2_f0n1c.js +0 -1
  883. package/out/_next/static/chunks/131o1ib1p4q0~.js +0 -807
  884. package/out/_next/static/chunks/13azvhnsuoq~i.js +0 -193
  885. package/out/_next/static/chunks/13qkehmx~~nca.js +0 -1
  886. package/out/_next/static/chunks/13xo605mvuvr..js +0 -137
  887. package/out/_next/static/chunks/14-js791sn0n..js +0 -90
  888. package/out/_next/static/chunks/149uwpe4mqt~4.js +0 -3
  889. package/out/_next/static/chunks/152e33k3zn_7h.js +0 -13
  890. package/out/_next/static/chunks/156o0mg9e~c1z.js +0 -135
  891. package/out/_next/static/chunks/15946_7~ym9mj.js +0 -1
  892. package/out/_next/static/chunks/15im3g6.ezb86.js +0 -16
  893. package/out/_next/static/chunks/167enz~evud8u.js +0 -1
  894. package/out/_next/static/chunks/16dxg.m0iyhff.js +0 -20
  895. package/out/_next/static/chunks/16e76-izprx_3.js +0 -60
  896. package/out/_next/static/chunks/17556jivokcgt.js +0 -13
  897. package/out/_next/static/chunks/17831iuhggap-.js +0 -5
  898. package/out/_next/static/chunks/17lq99ack-rqn.js +0 -7
  899. package/out/_next/static/chunks/1801hoawv7tvj.js +0 -209
  900. package/out/_next/static/chunks/turbopack-0-f1h~_vf~hgt.js +0 -1
  901. package/out/_next/static/chunks/turbopack-00gp6932c5-pc.js +0 -1
  902. package/out/_next/static/chunks/turbopack-00tplfce3sqmv.js +0 -1
  903. package/out/_next/static/chunks/turbopack-02xfqg-e5e5bq.js +0 -1
  904. package/out/_next/static/chunks/turbopack-033ew5zdp4sni.js +0 -1
  905. package/out/_next/static/chunks/turbopack-04ryg.qj6ce.e.js +0 -1
  906. package/out/_next/static/chunks/turbopack-05pr_j8b3qpck.js +0 -1
  907. package/out/_next/static/chunks/turbopack-05t73_ssb6_h5.js +0 -1
  908. package/out/_next/static/chunks/turbopack-06k1fv3edi.oc.js +0 -1
  909. package/out/_next/static/chunks/turbopack-06s9wk6xrnhe..js +0 -1
  910. package/out/_next/static/chunks/turbopack-07pf350usbyrn.js +0 -1
  911. package/out/_next/static/chunks/turbopack-07qx6il~q8zvj.js +0 -1
  912. package/out/_next/static/chunks/turbopack-093c3g8x0fud~.js +0 -1
  913. package/out/_next/static/chunks/turbopack-09mkh-~o1m0t4.js +0 -1
  914. package/out/_next/static/chunks/turbopack-0_6hyjgtzvvlt.js +0 -1
  915. package/out/_next/static/chunks/turbopack-0_jrb8zv4u-h5.js +0 -1
  916. package/out/_next/static/chunks/turbopack-0_z4clx8_mihg.js +0 -1
  917. package/out/_next/static/chunks/turbopack-0_~3azjxcbh7b.js +0 -1
  918. package/out/_next/static/chunks/turbopack-0acoq2sfyoi9y.js +0 -1
  919. package/out/_next/static/chunks/turbopack-0ce310hugu4ud.js +0 -1
  920. package/out/_next/static/chunks/turbopack-0cq29kq0j_4v~.js +0 -1
  921. package/out/_next/static/chunks/turbopack-0e-cncqz58fjt.js +0 -1
  922. package/out/_next/static/chunks/turbopack-0e2su8irrrxe9.js +0 -1
  923. package/out/_next/static/chunks/turbopack-0e8f.eohopo8i.js +0 -1
  924. package/out/_next/static/chunks/turbopack-0ek~cn8gmycju.js +0 -1
  925. package/out/_next/static/chunks/turbopack-0eywiuu9zzv~v.js +0 -1
  926. package/out/_next/static/chunks/turbopack-0ft2eo1uoq84f.js +0 -1
  927. package/out/_next/static/chunks/turbopack-0h0v60mhtl8e5.js +0 -1
  928. package/out/_next/static/chunks/turbopack-0hd7gd_hw0ffd.js +0 -1
  929. package/out/_next/static/chunks/turbopack-0ho~reia368_n.js +0 -1
  930. package/out/_next/static/chunks/turbopack-0hs67a4-408yr.js +0 -1
  931. package/out/_next/static/chunks/turbopack-0hzo_yuvuoq4p.js +0 -1
  932. package/out/_next/static/chunks/turbopack-0iqen9zbwhwwt.js +0 -1
  933. package/out/_next/static/chunks/turbopack-0lse_458kpvoc.js +0 -1
  934. package/out/_next/static/chunks/turbopack-0m802fcmg9zeo.js +0 -1
  935. package/out/_next/static/chunks/turbopack-0mh8jqpakiu6t.js +0 -1
  936. package/out/_next/static/chunks/turbopack-0n7uk~in3~kz5.js +0 -1
  937. package/out/_next/static/chunks/turbopack-0oq4yqp_mwlp8.js +0 -1
  938. package/out/_next/static/chunks/turbopack-0p8.m9z07pk0d.js +0 -1
  939. package/out/_next/static/chunks/turbopack-0q35m3rl2~7_w.js +0 -1
  940. package/out/_next/static/chunks/turbopack-0qj_d90z9-.xb.js +0 -1
  941. package/out/_next/static/chunks/turbopack-0rw3antw3c5q1.js +0 -1
  942. package/out/_next/static/chunks/turbopack-0s1w5b4s~tq0a.js +0 -1
  943. package/out/_next/static/chunks/turbopack-0s3brlp4-qpvy.js +0 -1
  944. package/out/_next/static/chunks/turbopack-0ssu8b8ns4wgj.js +0 -1
  945. package/out/_next/static/chunks/turbopack-0txlw7w4nbwom.js +0 -1
  946. package/out/_next/static/chunks/turbopack-0umaqu4ffby0g.js +0 -1
  947. package/out/_next/static/chunks/turbopack-0upagoxw-k-s-.js +0 -1
  948. package/out/_next/static/chunks/turbopack-0v97f616jctw_.js +0 -1
  949. package/out/_next/static/chunks/turbopack-0vborwvkaogp3.js +0 -1
  950. package/out/_next/static/chunks/turbopack-0vii195vc_rhx.js +0 -1
  951. package/out/_next/static/chunks/turbopack-0vy4m9hkmjj~..js +0 -1
  952. package/out/_next/static/chunks/turbopack-0wkwlz_hsol74.js +0 -1
  953. package/out/_next/static/chunks/turbopack-0w~j_hagmzb-9.js +0 -1
  954. package/out/_next/static/chunks/turbopack-0xe-7k8uoudaf.js +0 -1
  955. package/out/_next/static/chunks/turbopack-107_r~te8y84z.js +0 -1
  956. package/out/_next/static/chunks/turbopack-10m1bv2pqkdnu.js +0 -1
  957. package/out/_next/static/chunks/turbopack-11b3cci1vf3sv.js +0 -1
  958. package/out/_next/static/chunks/turbopack-11bncwch._hz4.js +0 -1
  959. package/out/_next/static/chunks/turbopack-11f~mh1t1pbfv.js +0 -1
  960. package/out/_next/static/chunks/turbopack-14fqn-ie4g30t.js +0 -1
  961. package/out/_next/static/chunks/turbopack-151-hh8klk1hk.js +0 -1
  962. package/out/_next/static/chunks/turbopack-16yza259goc47.js +0 -1
  963. package/out/admin-ui-permissions.js +0 -129
  964. /package/out/_next/static/chunks/{0a1flay6uksa2.js → 0wooaklx8_14q.js} +0 -0
  965. /package/out/_next/static/chunks/{0htfk2vj7m.9j.js → 1jqnrnw0p9tw5.js} +0 -0
  966. /package/out/_next/static/{NCD-SJ8yCV0Afw8rFopK9 → mgojmR_4GNqJNutDR9oFi}/_clientMiddlewareManifest.js +0 -0
  967. /package/out/_next/static/{NCD-SJ8yCV0Afw8rFopK9 → mgojmR_4GNqJNutDR9oFi}/_ssgManifest.js +0 -0
@@ -0,0 +1,13 @@
1
+ __turbopack_load_page_chunks__("/currency/CurrencyDetailPage", [
2
+ "static/chunks/3x8aami6-3l79.js",
3
+ "static/chunks/43pb7hjetp965.js",
4
+ "static/chunks/0jo3ujn_icmb9.js",
5
+ "static/chunks/1qnuk3631sd6i.js",
6
+ "static/chunks/0hm6-xlqw4vmr.js",
7
+ "static/chunks/0f-hhcgpd3kjt.js",
8
+ "static/chunks/1f04wea7zvjf5.js",
9
+ "static/chunks/07q8ufsdxo1tx.js",
10
+ "static/chunks/09pees0w94cvm.js",
11
+ "static/chunks/0zl6mu89n1_wq.js",
12
+ "static/chunks/turbopack-0bbgz21dy5lm3.js"
13
+ ])
@@ -0,0 +1,5 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,72381,e=>{"use strict";var t=e.i(91788),n=e.i(93481),r=e.i(64728),o=e.i(8404),i=e.i(56833),s=e.i(60360),l=e.i(74664);let u=(0,t.createContext)(null);u.displayName="DescriptionContext";let a=Object.assign((0,l.forwardRefWithAs)(function(e,n){let a=(0,t.useId)(),c=(0,s.useDisabled)(),{id:d=`headlessui-description-${a}`,...f}=e,p=function e(){let n=(0,t.useContext)(u);if(null===n){let t=Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,e),t}return n}(),m=(0,i.useSyncRefs)(n);(0,r.useIsoMorphicEffect)(()=>p.register(d),[d,p.register]);let v=(0,o.useSlot)({...p.slot,disabled:c||!1}),h={ref:m,...p.props,id:d};return(0,l.useRender)()({ourProps:h,theirProps:f,slot:v,defaultTag:"p",name:p.name||"Description"})}),{});e.s(["Description",0,a,"useDescribedBy",0,function(){var e,n;return null!=(n=null==(e=(0,t.useContext)(u))?void 0:e.value)?n:void 0},"useDescriptions",0,function(){let[e,r]=(0,t.useState)([]);return[e.length>0?e.join(" "):void 0,(0,t.useMemo)(()=>function(e){let o=(0,n.useEvent)(e=>(r(t=>[...t,e]),()=>r(t=>{let n=t.slice(),r=n.indexOf(e);return -1!==r&&n.splice(r,1),n}))),i=(0,t.useMemo)(()=>({register:o,slot:e.slot,name:e.name,props:e.props,value:e.value}),[o,e.slot,e.name,e.props,e.value]);return t.default.createElement(u.Provider,{value:i},e.children)},[r])]}])},78270,e=>{"use strict";let t;var n=((t=n||{}).Space=" ",t.Enter="Enter",t.Escape="Escape",t.Backspace="Backspace",t.Delete="Delete",t.ArrowLeft="ArrowLeft",t.ArrowUp="ArrowUp",t.ArrowRight="ArrowRight",t.ArrowDown="ArrowDown",t.Home="Home",t.End="End",t.PageUp="PageUp",t.PageDown="PageDown",t.Tab="Tab",t);e.s(["Keys",0,n])},62750,e=>{"use strict";var t=e.i(91788),n=e.i(30943),r=e.i(26171),o=e.i(93481),i=e.i(21867),s=e.i(76925),l=e.i(27544),u=e.i(56833),a=e.i(75621),c=e.i(81093),d=e.i(74664);let f=t.Fragment,p=(0,d.forwardRefWithAs)(function(e,o){let{ownerDocument:p=null,...m}=e,b=(0,t.useRef)(null),g=(0,u.useSyncRefs)((0,u.optionalRef)(e=>{b.current=e}),o),y=(0,s.useOwnerDocument)(b.current),E=function(e){let n=(0,a.usePortalRoot)(),r=(0,t.useContext)(v),[o,i]=(0,t.useState)(()=>{var t;if(!n&&null!==r)return null!=(t=r.current)?t:null;if(c.env.isServer)return null;let o=null==e?void 0:e.getElementById("headlessui-portal-root");if(o)return o;if(null===e)return null;let i=e.createElement("div");return i.setAttribute("id","headlessui-portal-root"),e.body.appendChild(i)});return(0,t.useEffect)(()=>{null!==o&&(null!=e&&e.body.contains(o)||null==e||e.body.appendChild(o))},[o,e]),(0,t.useEffect)(()=>{n||null!==r&&i(r.current)},[r,i,n]),o}(null!=p?p:y),w=(0,t.useContext)(h),T=(0,r.useDisposables)(),S=(0,l.useServerHandoffComplete)(),L=(0,d.useRender)();return(0,i.useOnUnmount)(()=>{var e;E&&E.childNodes.length<=0&&(null==(e=E.parentElement)||e.removeChild(E))}),E&&S?(0,n.createPortal)(t.default.createElement("div",{"data-headlessui-portal":"",ref:e=>{T.dispose(),w&&e&&T.add(w.register(e))}},L({ourProps:{ref:g},theirProps:m,slot:{},defaultTag:f,name:"Portal"})),E):null}),m=t.Fragment,v=(0,t.createContext)(null),h=(0,t.createContext)(null),b=(0,d.forwardRefWithAs)(function(e,n){let r=(0,u.useSyncRefs)(n),{enabled:o=!0,ownerDocument:i,...s}=e,l=(0,d.useRender)();return o?t.default.createElement(p,{...s,ownerDocument:i,ref:r}):l({ourProps:{ref:r},theirProps:s,slot:{},defaultTag:f,name:"Portal"})}),g=(0,d.forwardRefWithAs)(function(e,n){let{target:r,...o}=e,i={ref:(0,u.useSyncRefs)(n)},s=(0,d.useRender)();return t.default.createElement(v.Provider,{value:r},s({ourProps:i,theirProps:o,defaultTag:m,name:"Popover.Group"}))}),y=Object.assign(b,{Group:g});e.s(["Portal",0,y,"PortalGroup",0,g,"useNestedPortals",0,function(){let e=(0,t.useContext)(h),n=(0,t.useRef)([]),r=(0,o.useEvent)(t=>(n.current.push(t),e&&e.register(t),()=>i(t))),i=(0,o.useEvent)(t=>{let r=n.current.indexOf(t);-1!==r&&n.current.splice(r,1),e&&e.unregister(t)}),s=(0,t.useMemo)(()=>({register:r,unregister:i,portals:n}),[r,i,n]);return[n,(0,t.useMemo)(()=>function({children:e}){return t.default.createElement(h.Provider,{value:s},e)},[s])]}])},73483,31774,59778,55839,68327,65383,55251,99901,95031,87264,76925,e=>{"use strict";let t,n,r,o,i,s;var l=e.i(60004),u=e.i(80795),a=e.i(91788),c=e.i(14929),d=e.i(3926),f=e.i(26417),p=Object.defineProperty,m=(e,t,n)=>{let r;return(r="symbol"!=typeof t?t+"":t)in e?p(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n,n},v=((t=v||{})[t.Push=0]="Push",t[t.Pop=1]="Pop",t);let h={0(e,t){let n=t.id,r=e.stack,o=e.stack.indexOf(n);if(-1!==o){let t=e.stack.slice();return t.splice(o,1),t.push(n),r=t,{...e,stack:r}}return{...e,stack:[...e.stack,n]}},1(e,t){let n=t.id,r=e.stack.indexOf(n);if(-1===r)return e;let o=e.stack.slice();return o.splice(r,1),{...e,stack:o}}};class b extends c.Machine{constructor(){super(...arguments),m(this,"actions",{push:e=>this.send({type:0,id:e}),pop:e=>this.send({type:1,id:e})}),m(this,"selectors",{isTop:(e,t)=>e.stack[e.stack.length-1]===t,inStack:(e,t)=>e.stack.includes(t)})}static new(){return new b({stack:[]})}reduce(e,t){return(0,f.match)(t.type,h,e,t)}}let g=new d.DefaultMap(()=>b.new());e.s(["ActionTypes",0,v,"stackMachines",0,g],31774);var y=e.i(19979),E=e.i(93481);function w(e,t,n=c.shallowEqual){return(0,y.useSyncExternalStoreWithSelector)((0,E.useEvent)(t=>e.subscribe(T,t)),(0,E.useEvent)(()=>e.state),(0,E.useEvent)(()=>e.state),(0,E.useEvent)(t),n)}function T(e){return e}e.s(["useSlice",0,w],59778);var S=e.i(64728);function L(e,t){let n=(0,a.useId)(),r=g.get(t),[o,i]=w(r,(0,a.useCallback)(e=>[r.selectors.isTop(e,n),r.selectors.inStack(e,n)],[r,n]));return(0,S.useIsoMorphicEffect)(()=>{if(e)return r.actions.push(n),()=>r.actions.pop(n)},[r,e,n]),!!e&&(!i||o)}e.s(["useIsTopLayer",0,L],55839);let P=new Map,O=new Map;function M(e){var t;let n=null!=(t=O.get(e))?t:0;return O.set(e,n+1),0!==n?()=>F(e):(P.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),e.setAttribute("aria-hidden","true"),e.inert=!0,()=>F(e))}function F(e){var t;let n=null!=(t=O.get(e))?t:1;if(1===n?O.delete(e):O.set(e,n-1),1!==n)return;let r=P.get(e);r&&(null===r["aria-hidden"]?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",r["aria-hidden"]),e.inert=r.inert,P.delete(e))}e.s(["useInertOthers",0,function(e,{allowed:t,disallowed:n}={}){let r=L(e,"inert-others");(0,S.useIsoMorphicEffect)(()=>{var e,o;if(!r)return;let i=(0,l.disposables)();for(let t of null!=(e=null==n?void 0:n())?e:[])t&&i.add(M(t));let s=null!=(o=null==t?void 0:t())?o:[];for(let e of s){if(!e)continue;let t=(0,u.getOwnerDocument)(e);if(!t)continue;let n=e.parentElement;for(;n&&n!==t.body;){for(let e of n.children)s.some(t=>e.contains(t))||i.add(M(e));n=n.parentElement}}return i.dispose},[r,t,n])}],73483);var k=e.i(55367),A=e.i(15067);e.s(["useOnDisappear",0,function(e,t,n){let r=(0,A.useLatestValue)(e=>{let t=e.getBoundingClientRect();0===t.x&&0===t.y&&0===t.width&&0===t.height&&n()});(0,a.useEffect)(()=>{if(!e)return;let n=null===t?null:k.isHTMLElement(t)?t:t.current;if(!n)return;let o=(0,l.disposables)();if("u">typeof ResizeObserver){let e=new ResizeObserver(()=>r.current(n));e.observe(n),o.add(()=>e.disconnect())}if("u">typeof IntersectionObserver){let e=new IntersectionObserver(()=>r.current(n));e.observe(n),o.add(()=>e.disconnect())}return()=>o.dispose()},[t,r,e])}],68327);let C=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","details>summary","textarea:not([disabled])"].map(e=>`${e}:not([tabindex='-1'])`).join(","),x=["[data-autofocus]"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var R=((n=R||{})[n.First=1]="First",n[n.Previous=2]="Previous",n[n.Next=4]="Next",n[n.Last=8]="Last",n[n.WrapAround=16]="WrapAround",n[n.NoScroll=32]="NoScroll",n[n.AutoFocus=64]="AutoFocus",n),N=((r=N||{})[r.Error=0]="Error",r[r.Overflow=1]="Overflow",r[r.Success=2]="Success",r[r.Underflow=3]="Underflow",r),H=((o=H||{})[o.Previous=-1]="Previous",o[o.Next=1]="Next",o);function D(e=document.body){return null==e?[]:Array.from(e.querySelectorAll(C)).sort((e,t)=>Math.sign((e.tabIndex||Number.MAX_SAFE_INTEGER)-(t.tabIndex||Number.MAX_SAFE_INTEGER)))}var I=((i=I||{})[i.Strict=0]="Strict",i[i.Loose=1]="Loose",i);function j(e,t=0){var n;return e!==(null==(n=(0,u.getOwnerDocument)(e))?void 0:n.body)&&(0,f.match)(t,{0:()=>e.matches(C),1(){let t=e;for(;null!==t;){if(t.matches(C))return!0;t=t.parentElement}return!1}})}var W=((s=W||{})[s.Keyboard=0]="Keyboard",s[s.Mouse=1]="Mouse",s);function K(e,t=e=>e){return e.slice().sort((e,n)=>{let r=t(e),o=t(n);if(null===r||null===o)return 0;let i=r.compareDocumentPosition(o);return i&Node.DOCUMENT_POSITION_FOLLOWING?-1:i&Node.DOCUMENT_POSITION_PRECEDING?1:0})}function V(e,t,{sorted:n=!0,relativeTo:r=null,skipElements:o=[]}={}){var i,s,l;let a=Array.isArray(e)?e.length>0?(0,u.getRootNode)(e[0]):document:(0,u.getRootNode)(e),c=Array.isArray(e)?n?K(e):e:64&t?function(e=document.body){return null==e?[]:Array.from(e.querySelectorAll(x)).sort((e,t)=>Math.sign((e.tabIndex||Number.MAX_SAFE_INTEGER)-(t.tabIndex||Number.MAX_SAFE_INTEGER)))}(e):D(e);o.length>0&&c.length>1&&(c=c.filter(e=>!o.some(t=>null!=t&&"current"in t?(null==t?void 0:t.current)===e:t===e))),r=null!=r?r:null==a?void 0:a.activeElement;let d=(()=>{if(5&t)return 1;if(10&t)return -1;throw Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),f=(()=>{if(1&t)return 0;if(2&t)return Math.max(0,c.indexOf(r))-1;if(4&t)return Math.max(0,c.indexOf(r))+1;if(8&t)return c.length-1;throw Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),p=32&t?{preventScroll:!0}:{},m=0,v=c.length,h;do{if(m>=v||m+v<=0)return 0;let e=f+m;if(16&t)e=(e+v)%v;else{if(e<0)return 3;if(e>=v)return 1}null==(h=c[e])||h.focus(p),m+=d}while(h!==(0,u.getActiveElement)(h))return 6&t&&null!=(l=null==(s=null==(i=h)?void 0:i.matches)?void 0:s.call(i,"textarea,input"))&&l&&h.select(),2}function B(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function G(){return B()||/Android/gi.test(window.navigator.userAgent)}function U(e,t,n,r){let o=(0,A.useLatestValue)(n);(0,a.useEffect)(()=>{if(e)return document.addEventListener(t,n,r),()=>document.removeEventListener(t,n,r);function n(e){o.current(e)}},[e,t,r])}function _(e,t,n,r){let o=(0,A.useLatestValue)(n);(0,a.useEffect)(()=>{if(e)return window.addEventListener(t,n,r),()=>window.removeEventListener(t,n,r);function n(e){o.current(e)}},[e,t,r])}"u">typeof window&&"u">typeof document&&(document.addEventListener("keydown",e=>{e.metaKey||e.altKey||e.ctrlKey||(document.documentElement.dataset.headlessuiFocusVisible="")},!0),document.addEventListener("click",e=>{1===e.detail?delete document.documentElement.dataset.headlessuiFocusVisible:0===e.detail&&(document.documentElement.dataset.headlessuiFocusVisible="")},!0)),e.s(["Focus",0,R,"FocusResult",0,N,"FocusableMode",0,I,"focusElement",0,function(e){null==e||e.focus({preventScroll:!0})},"focusFrom",0,function(e,t,n=null===e?document.body:(0,u.getRootNode)(e)){return V(D(n),t,{relativeTo:e})},"focusIn",0,V,"focusableSelector",0,C,"isFocusableElement",0,j,"sortByDomNode",0,K],65383),e.s(["isIOS",0,B,"isMobile",0,G],55251),e.s(["useDocumentEvent",0,U],99901),e.s(["useWindowEvent",0,_],95031),e.s(["useOutsideClick",0,function(e,t,n){let r=(0,A.useLatestValue)(n),o=(0,a.useCallback)(function(e,n){if(e.defaultPrevented)return;let o=n(e);if(null!==o&&o.getRootNode().contains(o)&&o.isConnected){for(let n of function e(t){return"function"==typeof t?e(t()):Array.isArray(t)||t instanceof Set?t:[t]}(t))if(null!==n&&(n.contains(o)||e.composed&&e.composedPath().includes(n)))return;return j(o,I.Loose)||-1===o.tabIndex||e.preventDefault(),r.current(e,o)}},[r,t]),i=(0,a.useRef)(null);U(e,"pointerdown",e=>{var t,n;G()||(i.current=(null==(n=null==(t=e.composedPath)?void 0:t.call(e))?void 0:n[0])||e.target)},!0),U(e,"pointerup",e=>{if(G()||!i.current)return;let t=i.current;return i.current=null,o(e,()=>t)},!0);let s=(0,a.useRef)({x:0,y:0});U(e,"touchstart",e=>{s.current.x=e.touches[0].clientX,s.current.y=e.touches[0].clientY},!0),U(e,"touchend",e=>{let t={x:e.changedTouches[0].clientX,y:e.changedTouches[0].clientY};if(!(Math.abs(t.x-s.current.x)>=30||Math.abs(t.y-s.current.y)>=30))return o(e,()=>k.isHTMLorSVGElement(e.target)?e.target:null)},!0),_(e,"blur",e=>o(e,()=>k.isHTMLIframeElement(window.document.activeElement)?window.document.activeElement:null),!0)}],87264),e.s(["useOwnerDocument",0,function(...e){return(0,a.useMemo)(()=>(0,u.getOwnerDocument)(...e),[...e])}],76925)},21867,e=>{"use strict";var t=e.i(91788),n=e.i(38403),r=e.i(93481);e.s(["useOnUnmount",0,function(e){let o=(0,r.useEvent)(e),i=(0,t.useRef)(!1);(0,t.useEffect)(()=>(i.current=!1,()=>{i.current=!0,(0,n.microTask)(()=>{i.current&&o()})}),[o])}])},99030,e=>{"use strict";var t=e.i(91788);e.s(["useResolveButtonType",0,function(e,n){return(0,t.useMemo)(()=>{var t;if(e.type)return e.type;let r=null!=(t=e.as)?t:"button";if("string"==typeof r&&"button"===r.toLowerCase()||(null==n?void 0:n.tagName)==="BUTTON"&&!n.hasAttribute("type"))return"button"},[e.type,e.as,n])}])},4067,e=>{"use strict";let t,n;var r,o,i=e.i(91788),s=e.i(64728),l=e.i(60004),u=e.i(55367),a=e.i(55251);function c(e){let t={};for(let n of e)Object.assign(t,n(t));return t}let d=(r=()=>new Map,o={PUSH(e,t){var n;let r=null!=(n=this.get(e))?n:{doc:e,count:0,d:(0,l.disposables)(),meta:new Set,computedMeta:{}};return r.count++,r.meta.add(t),r.computedMeta=c(r.meta),this.set(e,r),this},POP(e,t){let n=this.get(e);return n&&(n.count--,n.meta.delete(t),n.computedMeta=c(n.meta)),this},SCROLL_PREVENT(e){let t,n={doc:e.doc,d:e.d,meta:()=>e.computedMeta},r=[(0,a.isIOS)()?{before({doc:e,d:t,meta:n}){function r(e){for(let t of n().containers)for(let n of t())if(n.contains(e))return!0;return!1}t.microTask(()=>{var n;if("auto"!==window.getComputedStyle(e.documentElement).scrollBehavior){let n=(0,l.disposables)();n.style(e.documentElement,"scrollBehavior","auto"),t.add(()=>t.microTask(()=>n.dispose()))}let o=null!=(n=window.scrollY)?n:window.pageYOffset,i=null;t.addEventListener(e,"click",t=>{if(u.isHTMLorSVGElement(t.target))try{let n=t.target.closest("a");if(!n)return;let{hash:o}=new URL(n.href),s=e.querySelector(o);u.isHTMLorSVGElement(s)&&!r(s)&&(i=s)}catch{}},!0),t.group(n=>{t.addEventListener(e,"touchstart",e=>{if(n.dispose(),u.isHTMLorSVGElement(e.target)&&u.hasInlineStyle(e.target))if(r(e.target)){let t=e.target;for(;t.parentElement&&r(t.parentElement);)t=t.parentElement;n.style(t,"overscrollBehavior","contain")}else n.style(e.target,"touchAction","none")})}),t.addEventListener(e,"touchmove",e=>{if(u.isHTMLorSVGElement(e.target)&&!u.isHTMLInputElement(e.target))if(r(e.target)){let t=e.target;for(;t.parentElement&&""!==t.dataset.headlessuiPortal&&!(t.scrollHeight>t.clientHeight||t.scrollWidth>t.clientWidth);)t=t.parentElement;""===t.dataset.headlessuiPortal&&e.preventDefault()}else e.preventDefault()},{passive:!1}),t.add(()=>{var e;o!==(null!=(e=window.scrollY)?e:window.pageYOffset)&&window.scrollTo(0,o),i&&i.isConnected&&(i.scrollIntoView({block:"nearest"}),i=null)})})}}:{},{before({doc:e}){var n;let r=e.documentElement;t=Math.max(0,(null!=(n=e.defaultView)?n:window).innerWidth-r.clientWidth)},after({doc:e,d:n}){let r=e.documentElement,o=Math.max(0,r.clientWidth-r.offsetWidth),i=Math.max(0,t-o);n.style(r,"paddingRight",`${i}px`)}},{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}];r.forEach(({before:e})=>null==e?void 0:e(n)),r.forEach(({after:e})=>null==e?void 0:e(n))},SCROLL_ALLOW({d:e}){e.dispose()},TEARDOWN({doc:e}){this.delete(e)}},t=r(),n=new Set,{getSnapshot:()=>t,subscribe:e=>(n.add(e),()=>n.delete(e)),dispatch(e,...r){let i=o[e].call(t,...r);i&&(t=i,n.forEach(e=>e()))}});d.subscribe(()=>{let e=d.getSnapshot(),t=new Map;for(let[n]of e)t.set(n,n.documentElement.style.overflow);for(let n of e.values()){let e="hidden"===t.get(n.doc),r=0!==n.count;(r&&!e||!r&&e)&&d.dispatch(n.count>0?"SCROLL_PREVENT":"SCROLL_ALLOW",n),0===n.count&&d.dispatch("TEARDOWN",n)}});var f=e.i(55839);e.s(["useScrollLock",0,function(e,t,n=()=>[document.body]){!function(e,t,n=()=>({containers:[]})){let r=(0,i.useSyncExternalStore)(d.subscribe,d.getSnapshot,d.getSnapshot),o=t?r.get(t):void 0;o&&o.count,(0,s.useIsoMorphicEffect)(()=>{if(!(!t||!e))return d.dispatch("PUSH",t,n),()=>d.dispatch("POP",t,n)},[e,t])}((0,f.useIsTopLayer)(e,"scroll-lock"),t,e=>{var t;return{containers:[...null!=(t=e.containers)?t:[],n]}})}],4067)},27544,75621,e=>{"use strict";var t=e.i(91788),n=e.i(81093);e.s(["useServerHandoffComplete",0,function(){let e,r=(e="u"<typeof document,"useSyncExternalStore"in t&&(0,t.useSyncExternalStore)(()=>()=>{},()=>!1,()=>!e)),[o,i]=t.useState(n.env.isHandoffComplete);return o&&!1===n.env.isHandoffComplete&&i(!1),t.useEffect(()=>{!0!==o&&i(!0)},[o]),t.useEffect(()=>n.env.handoff(),[]),!r&&o}],27544);let r=(0,t.createContext)(!1);e.s(["ForcePortalRoot",0,function(e){return t.default.createElement(r.Provider,{value:e.force},e.children)},"usePortalRoot",0,function(){return(0,t.useContext)(r)}],75621)},8404,56833,80281,e=>{"use strict";let t;var n,r,o=e.i(91788);e.s(["useSlot",0,function(e){return(0,o.useMemo)(()=>e,Object.values(e))}],8404);var i=e.i(93481);let s=Symbol();e.s(["optionalRef",0,function(e,t=!0){return Object.assign(e,{[s]:t})},"useSyncRefs",0,function(...e){let t=(0,o.useRef)(e);(0,o.useEffect)(()=>{t.current=e},[e]);let n=(0,i.useEvent)(e=>{for(let n of t.current)null!=n&&("function"==typeof n?n(e):n.current=e)});return e.every(e=>null==e||(null==e?void 0:e[s]))?void 0:n}],56833);var l=e.i(50461),u=e.i(60004),a=e.i(26171),c=e.i(64728);void 0!==l.default&&"u">typeof globalThis&&"u">typeof Element&&(null==(n=null==l.default?void 0:l.default.env)?void 0:n.NODE_ENV)==="test"&&void 0===(null==(r=null==Element?void 0:Element.prototype)?void 0:r.getAnimations)&&(Element.prototype.getAnimations=function(){return console.warn(["Headless UI has polyfilled `Element.prototype.getAnimations` for your tests.","Please install a proper polyfill e.g. `jsdom-testing-mocks`, to silence these warnings.","","Example usage:","```js","import { mockAnimationsApi } from 'jsdom-testing-mocks'","mockAnimationsApi()","```"].join(`
2
+ `)),[]});var d=((t=d||{})[t.None=0]="None",t[t.Closed=1]="Closed",t[t.Enter=2]="Enter",t[t.Leave=4]="Leave",t);e.s(["transitionDataAttributes",0,function(e){let t={};for(let n in e)!0===e[n]&&(t[`data-${n}`]="");return t},"useTransition",0,function(e,t,n,r){let[i,s]=(0,o.useState)(n),{hasFlag:l,addFlag:d,removeFlag:f}=function(e=0){let[t,n]=(0,o.useState)(e),r=(0,o.useCallback)(e=>n(e),[]),i=(0,o.useCallback)(e=>n(t=>t|e),[]),s=(0,o.useCallback)(e=>(t&e)===e,[t]);return{flags:t,setFlag:r,addFlag:i,hasFlag:s,removeFlag:(0,o.useCallback)(e=>n(t=>t&~e),[]),toggleFlag:(0,o.useCallback)(e=>n(t=>t^e),[])}}(e&&i?3:0),p=(0,o.useRef)(!1),m=(0,o.useRef)(!1),v=(0,a.useDisposables)();return(0,c.useIsoMorphicEffect)(()=>{var o;if(e){if(n&&s(!0),!t){n&&d(3);return}return null==(o=null==r?void 0:r.start)||o.call(r,n),function(e,{prepare:t,run:n,done:r,inFlight:o}){let i=(0,u.disposables)();return function(e,{inFlight:t,prepare:n}){if(null!=t&&t.current)return n();let r=e.style.transition;e.style.transition="none",n(),e.offsetHeight,e.style.transition=r}(e,{prepare:t,inFlight:o}),i.nextFrame(()=>{n(),i.requestAnimationFrame(()=>{i.add(function(e,t){var n,r;let o=(0,u.disposables)();if(!e)return o.dispose;let i=!1;o.add(()=>{i=!0});let s=null!=(r=null==(n=e.getAnimations)?void 0:n.call(e).filter(e=>e instanceof CSSTransition))?r:[];return 0===s.length?t():Promise.allSettled(s.map(e=>e.finished)).then(()=>{i||t()}),o.dispose}(e,r))})}),i.dispose}(t,{inFlight:p,prepare(){m.current?m.current=!1:m.current=p.current,p.current=!0,m.current||(n?(d(3),f(4)):(d(4),f(2)))},run(){m.current?n?(f(3),d(4)):(f(4),d(3)):n?f(1):d(1)},done(){var e,o,i,l;m.current&&(null!=(l=null==(i=(o=t).getAnimations)?void 0:i.call(o))?l:[]).some(e=>e instanceof CSSTransition&&"finished"!==e.playState)||(p.current=!1,f(7),n||s(!1),null==(e=null==r?void 0:r.end)||e.call(r,n))}})}},[e,n,t,v]),e?[i,{closed:l(1),enter:l(2),leave:l(4),transition:l(2)||l(4)}]:[n,{closed:void 0,enter:void 0,leave:void 0,transition:void 0}]}],80281)},60360,e=>{"use strict";var t=e.i(91788);let n=(0,t.createContext)(void 0);e.s(["useDisabled",0,function(){return(0,t.useContext)(n)}])},78530,e=>{"use strict";let t;var n=e.i(74664),r=((t=r||{})[t.None=1]="None",t[t.Focusable=2]="Focusable",t[t.Hidden=4]="Hidden",t);let o=(0,n.forwardRefWithAs)(function(e,t){var r;let{features:o=1,...i}=e,s={ref:t,"aria-hidden":(2&o)==2||(null!=(r=i["aria-hidden"])?r:void 0),hidden:(4&o)==4||void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(4&o)==4&&(2&o)!=2&&{display:"none"}}};return(0,n.useRender)()({ourProps:s,theirProps:i,slot:{},defaultTag:"span",name:"Hidden"})});e.s(["Hidden",0,o,"HiddenFeatures",0,r])},96694,e=>{"use strict";let t;var n=e.i(91788);let r=(0,n.createContext)(null);r.displayName="OpenClosedContext";var o=((t=o||{})[t.Open=1]="Open",t[t.Closed=2]="Closed",t[t.Closing=4]="Closing",t[t.Opening=8]="Opening",t);e.s(["OpenClosedProvider",0,function({value:e,children:t}){return n.default.createElement(r.Provider,{value:e},t)},"ResetOpenClosedProvider",0,function({children:e}){return n.default.createElement(r.Provider,{value:null},e)},"State",0,o,"useOpenClosed",0,function(){return(0,n.useContext)(r)}])},14929,3926,e=>{"use strict";class t extends Map{constructor(e){super(),this.factory=e}get(e){let t=super.get(e);return void 0===t&&(t=this.factory(e),this.set(e,t)),t}}e.s(["DefaultMap",0,t],3926);var n,r,o,i=e.i(60004),s=e.i(81093),l=Object.defineProperty,u=(e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)},a=(e,t,n)=>(u(e,t,"read from private field"),n?n.call(e):t.get(e)),c=(e,t,n)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,n)},d=(e,t,n,r)=>(u(e,t,"write to private field"),r?r.call(e,n):t.set(e,n),n);function f(e,t){return!!Object.is(e,t)||"object"==typeof e&&null!==e&&"object"==typeof t&&null!==t&&(Array.isArray(e)&&Array.isArray(t)?e.length===t.length&&p(e[Symbol.iterator](),t[Symbol.iterator]()):e instanceof Map&&t instanceof Map||e instanceof Set&&t instanceof Set?e.size===t.size&&p(e.entries(),t.entries()):!!(m(e)&&m(t))&&p(Object.entries(e)[Symbol.iterator](),Object.entries(t)[Symbol.iterator]()))}function p(e,t){for(;;){let n=e.next(),r=t.next();if(n.done&&r.done)return!0;if(n.done||r.done||!Object.is(n.value,r.value))return!1}}function m(e){if("[object Object]"!==Object.prototype.toString.call(e))return!1;let t=Object.getPrototypeOf(e);return null===t||null===Object.getPrototypeOf(t)}n=new WeakMap,r=new WeakMap,o=new WeakMap,e.s(["Machine",0,class{constructor(e){c(this,n,{}),c(this,r,new t(()=>new Set)),c(this,o,new Set),((e,t,n)=>{let r;return(r="symbol"!=typeof t?t+"":t)in e?l(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n})(this,"disposables",(0,i.disposables)()),d(this,n,e),s.env.isServer&&this.disposables.microTask(()=>{this.dispose()})}dispose(){this.disposables.dispose()}get state(){return a(this,n)}subscribe(e,t){if(s.env.isServer)return()=>{};let r={selector:e,callback:t,current:e(a(this,n))};return a(this,o).add(r),this.disposables.add(()=>{a(this,o).delete(r)})}on(e,t){return s.env.isServer?()=>{}:(a(this,r).get(e).add(t),this.disposables.add(()=>{a(this,r).get(e).delete(t)}))}send(e){let t=this.reduce(a(this,n),e);if(t!==a(this,n)){for(let e of(d(this,n,t),a(this,o))){let t=e.selector(a(this,n));f(e.current,t)||(e.current=t,e.callback(t))}for(let t of a(this,r).get(e.type))t(a(this,n),e)}}},"batch",0,function(e){let[t,n]=e(),r=(0,i.disposables)();return(...e)=>{t(...e),r.dispose(),r.microTask(n)}},"shallowEqual",0,f],14929)},30317,55367,e=>{"use strict";function t(e){return"object"==typeof e&&null!==e&&"nodeType"in e}function n(e){return t(e)&&"tagName"in e}function r(e){return n(e)&&"accessKey"in e}function o(e){return r(e)&&"FIELDSET"===e.nodeName}function i(e){return r(e)&&"LEGEND"===e.nodeName}e.s(["hasInlineStyle",0,function(e){return n(e)&&"style"in e},"isElement",0,n,"isHTMLElement",0,r,"isHTMLFieldSetElement",0,o,"isHTMLIframeElement",0,function(e){return r(e)&&"IFRAME"===e.nodeName},"isHTMLInputElement",0,function(e){return r(e)&&"INPUT"===e.nodeName},"isHTMLLabelElement",0,function(e){return r(e)&&"LABEL"===e.nodeName},"isHTMLLegendElement",0,i,"isHTMLorSVGElement",0,function(e){return n(e)&&"tabIndex"in e},"isInteractiveElement",0,function(e){return!!n(e)&&e.matches('a[href],audio[controls],button,details,embed,iframe,img[usemap],input:not([type="hidden"]),label,select,textarea,video[controls]')},"isNode",0,t],55367),e.s(["isDisabledReactIssue7711",0,function(e){let t=e.parentElement,n=null;for(;t&&!o(t);)i(t)&&(n=t),t=t.parentElement;let r=(null==t?void 0:t.getAttribute("disabled"))==="";return!(r&&function(e){if(!e)return!1;let t=e.previousElementSibling;for(;null!==t;){if(i(t))return!1;t=t.previousElementSibling}return!0}(n))&&r}],30317)},26417,e=>{"use strict";e.s(["match",0,function e(t,n,...r){if(t in n){let e=n[t];return"function"==typeof e?e(...r):e}let o=Error(`Tried to handle "${t}" but there is no handler defined. Only defined handlers are: ${Object.keys(n).map(e=>`"${e}"`).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(o,e),o}])},74664,21713,e=>{"use strict";let t,n;var r=e.i(91788);function o(...e){return Array.from(new Set(e.flatMap(e=>"string"==typeof e?e.split(" "):[]))).filter(Boolean).join(" ")}e.s(["classNames",0,o],21713);var i=e.i(26417),s=((t=s||{})[t.None=0]="None",t[t.RenderStrategy=1]="RenderStrategy",t[t.Static=2]="Static",t),l=((n=l||{})[n.Unmount=0]="Unmount",n[n.Hidden=1]="Hidden",n);function u(e,t={},n,i,s){let{as:l=n,children:a,refName:m="ref",...v}=f(e,["unmount","static"]),h=void 0!==e.ref?{[m]:e.ref}:{},b="function"==typeof a?a(t):a;b=function e(t){if(null!=t&&t.$$typeof===Symbol.for("react.lazy")){let n=t._payload;if(null!=n&&"fulfilled"===n.status)return e(n.value)}return t}(b),"className"in v&&v.className&&"function"==typeof v.className&&(v.className=v.className(t)),v["aria-labelledby"]&&v["aria-labelledby"]===v.id&&(v["aria-labelledby"]=void 0);let g={};if(t){let e=!1,n=[];for(let[r,o]of Object.entries(t))"boolean"==typeof o&&(e=!0),!0===o&&n.push(r.replace(/([A-Z])/g,e=>`-${e.toLowerCase()}`));if(e)for(let e of(g["data-headlessui-state"]=n.join(" "),n))g[`data-${e}`]=""}if(p(l)&&(Object.keys(d(v)).length>0||Object.keys(d(g)).length>0))if(!(0,r.isValidElement)(b)||Array.isArray(b)&&b.length>1||p(b.type)){if(Object.keys(d(v)).length>0)throw Error(['Passing props on "Fragment"!',"",`The current component <${i} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(d(v)).concat(Object.keys(d(g))).map(e=>` - ${e}`).join(`
3
+ `),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map(e=>` - ${e}`).join(`
4
+ `)].join(`
5
+ `))}else{var y;let e=b.props,t=null==e?void 0:e.className,n="function"==typeof t?(...e)=>o(t(...e),v.className):o(t,v.className),i=c(b.props,d(f(v,["ref"])));for(let e in g)e in i&&delete g[e];return(0,r.cloneElement)(b,Object.assign({},i,g,h,{ref:s((y=b,r.default.version.split(".")[0]>="19"?y.props.ref:y.ref),h.ref)},n?{className:n}:{}))}return(0,r.createElement)(l,Object.assign({},f(v,["ref"]),!p(l)&&h,!p(l)&&g),b)}function a(...e){return e.every(e=>null==e)?void 0:t=>{for(let n of e)null!=n&&("function"==typeof n?n(t):n.current=t)}}function c(...e){if(0===e.length)return{};if(1===e.length)return e[0];let t={},n={};for(let r of e)for(let e in r)e.startsWith("on")&&"function"==typeof r[e]?(null!=n[e]||(n[e]=[]),n[e].push(r[e])):t[e]=r[e];if(t.disabled||t["aria-disabled"])for(let e in n)/^(on(?:Click|Pointer|Mouse|Key)(?:Down|Up|Press)?)$/.test(e)&&(n[e]=[e=>{var t;return null==(t=null==e?void 0:e.preventDefault)?void 0:t.call(e)}]);for(let e in n)Object.assign(t,{[e](t,...r){for(let o of n[e]){if((t instanceof Event||(null==t?void 0:t.nativeEvent)instanceof Event)&&t.defaultPrevented)return;o(t,...r)}}});return t}function d(e){let t=Object.assign({},e);for(let e in t)void 0===t[e]&&delete t[e];return t}function f(e,t=[]){let n=Object.assign({},e);for(let e of t)e in n&&delete n[e];return n}function p(e){return e===r.Fragment||e===Symbol.for("react.fragment")}e.s(["RenderFeatures",0,s,"RenderStrategy",0,l,"compact",0,d,"forwardRefWithAs",0,function(e){var t;return Object.assign((0,r.forwardRef)(e),{displayName:null!=(t=e.displayName)?t:e.name})},"isFragment",0,p,"mergeProps",0,function(...e){if(0===e.length)return{};if(1===e.length)return e[0];let t={},n={};for(let r of e)for(let e in r)e.startsWith("on")&&"function"==typeof r[e]?(null!=n[e]||(n[e]=[]),n[e].push(r[e])):t[e]=r[e];for(let e in n)Object.assign(t,{[e](...t){for(let r of n[e])null==r||r(...t)}});return t},"useRender",0,function(){let e,t,n=(e=(0,r.useRef)([]),t=(0,r.useCallback)(t=>{for(let n of e.current)null!=n&&("function"==typeof n?n(t):n.current=t)},[]),(...n)=>{if(!n.every(e=>null==e))return e.current=n,t});return(0,r.useCallback)(e=>(function({ourProps:e,theirProps:t,slot:n,defaultTag:r,features:o,visible:s=!0,name:l,mergeRefs:d}){d=null!=d?d:a;let f=c(t,e);if(s)return u(f,n,r,l,d);let p=null!=o?o:0;if(2&p){let{static:e=!1,...t}=f;if(e)return u(t,n,r,l,d)}if(1&p){let{unmount:e=!0,...t}=f;return(0,i.match)(+!e,{0:()=>null,1:()=>u({...t,hidden:!0,style:{display:"none"}},n,r,l,d)})}return u(f,n,r,l,d)})({mergeRefs:n,...e}),[n])}],74664)},86567,45229,81093,80795,38403,60004,26171,64728,15067,93481,72016,e=>{"use strict";let t,n=e=>{var t,n;return"object"==typeof(t=e)&&null!=t&&"window"in t&&t.window===t?e.document:function(e){return null!==e&&"object"==typeof e&&"nodeType"in e&&"number"==typeof e.nodeType}(n=e)&&9===n.nodeType?e:e?.ownerDocument??("u">typeof document?document:void 0)},r=e=>{let t=n(e);return t?.defaultView??("u">typeof window?window:void 0)};function o(e,t){return!!t&&!!e&&e.contains(t)}function i(e){return e.target}let s=null;"u">typeof Element&&Element.prototype;let l=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable^="false"])',"permission"];l.join(":not([hidden]),"),l.push('[tabindex]:not([tabindex="-1"]):not([disabled])'),l.join(':not([hidden]):not([tabindex="-1"]),');var u=e.i(91788);let a="u">typeof document?u.default.useLayoutEffect:()=>{};function c(e){return e.nativeEvent=e,e.isDefaultPrevented=()=>e.defaultPrevented,e.isPropagationStopped=()=>e.cancelBubble,e.persist=()=>{},e}function d(e){let t=(0,u.useRef)({isFocused:!1,observer:null});return a(()=>{let e=t.current;return()=>{e.observer&&(e.observer.disconnect(),e.observer=null)}},[]),(0,u.useCallback)(n=>{let r=i(n);(r instanceof HTMLButtonElement||r instanceof HTMLInputElement||r instanceof HTMLTextAreaElement||r instanceof HTMLSelectElement)&&(t.current.isFocused=!0,r.addEventListener("focusout",n=>{if(t.current.isFocused=!1,r.disabled){let t=c(n);e?.(t)}t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)},{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&r.disabled){t.current.observer?.disconnect();let e=r===((e=document)=>e.activeElement)()?null:((e=document)=>e.activeElement)();r.dispatchEvent(new FocusEvent("blur",{relatedTarget:e})),r.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:e}))}}),t.current.observer.observe(r,{attributes:!0,attributeFilter:["disabled"]}))},[e])}function f(e){if("u"<typeof window||null==window.navigator)return!1;let t=window.navigator.userAgentData?.brands;return Array.isArray(t)&&t.some(t=>e.test(t.brand))||e.test(window.navigator.userAgent)}function p(e){return"u">typeof window&&null!=window.navigator&&e.test(window.navigator.userAgentData?.platform||window.navigator.platform)}function m(e){let t=null;return()=>(null==t&&(t=e()),t)}let v=m(function(){return p(/^Mac/i)}),h=m(function(){return p(/^iPhone/i)}),b=m(function(){return p(/^iPad/i)||v()&&navigator.maxTouchPoints>1}),g=m(function(){return h()||b()});m(function(){return v()||g()});let y=m(function(){return f(/AppleWebKit/i)&&(g()||!E())});m(function(){return y()&&!E()&&!T()});let E=m(function(){return f(/Chrome|CriOS|CrMo/i)}),w=m(function(){return f(/Android/i)}),T=m(function(){return f(/(Firefox|FxiOS)/i)});function S(e,t,n=!0){let{metaKey:r,ctrlKey:o,altKey:i,shiftKey:l}=t;!y()&&T()&&window.event?.type?.startsWith("key")&&"_blank"===e.target&&(v()?r=!0:o=!0);let u=y()&&v()&&!b()&&1?new KeyboardEvent("keydown",{keyIdentifier:"Enter",metaKey:r,ctrlKey:o,altKey:i,shiftKey:l}):new MouseEvent("click",{metaKey:r,ctrlKey:o,altKey:i,shiftKey:l,detail:1,bubbles:!0,cancelable:!0});S.isOpening=n;if(function(){if(null==s){s=!1;try{document.createElement("div").focus({get preventScroll(){return s=!0,!0}})}catch{}}return s}())e.focus({preventScroll:!0});else{let t=function(e){let t=e.parentNode,n=[],r=document.scrollingElement||document.documentElement;for(;t instanceof HTMLElement&&t!==r;)(t.offsetHeight<t.scrollHeight||t.offsetWidth<t.scrollWidth)&&n.push({element:t,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft}),t=t.parentNode;return r instanceof HTMLElement&&n.push({element:r,scrollTop:r.scrollTop,scrollLeft:r.scrollLeft}),n}(e);e.focus(),function(e){for(let{element:t,scrollTop:n,scrollLeft:r}of e)t.scrollTop=n,t.scrollLeft=r}(t)}e.dispatchEvent(u),S.isOpening=!1}S.isOpening=!1;let L={prefix:String(Math.round(1e10*Math.random())),current:0};u.default.createContext(L),u.default.createContext(!1),"u">typeof window&&window.document&&window.document.createElement,new WeakMap;u.default.useId;let P=null,O=new Set,M=new Map,F=!1,k=!1,A={Tab:!0,Escape:!0};function C(e,t){for(let n of O)n(e,t)}function x(e){F=!0,S.isOpening||e.metaKey||!v()&&e.altKey||e.ctrlKey||"Control"===e.key||"Shift"===e.key||"Meta"===e.key||(P="keyboard",C("keyboard",e))}function R(e){P="pointer","pointerType"in e&&e.pointerType,("mousedown"===e.type||"pointerdown"===e.type)&&(F=!0,C("pointer",e))}function N(e){S.isOpening||(""!==e.pointerType||!e.isTrusted)&&(w()&&e.pointerType?"click"!==e.type||1!==e.buttons:0!==e.detail||e.pointerType)||(F=!0,P="virtual")}function H(e){let t=r(i(e)),o=n(i(e));i(e)!==t&&i(e)!==o&&e.isTrusted&&(F||k||(P="virtual",C("virtual",e)),F=!1,k=!1)}function D(){F=!1,k=!0}function I(e){if("u"<typeof window||"u"<typeof document)return;let t=r(e),o=n(e);if(M.get(t))return;let i=t.HTMLElement.prototype.focus;Reflect.defineProperty(t.HTMLElement.prototype,"focus",{configurable:!0,writable:!0,value:function(){F=!0,i.apply(this,arguments)}}),o.addEventListener("keydown",x,!0),o.addEventListener("keyup",x,!0),o.addEventListener("click",N,!0),t.addEventListener("focus",H,!0),t.addEventListener("blur",D,!1),"u">typeof PointerEvent&&(o.addEventListener("pointerdown",R,!0),o.addEventListener("pointermove",R,!0),o.addEventListener("pointerup",R,!0)),t.addEventListener("beforeunload",()=>{j(e)},{once:!0}),M.set(t,{focus:i})}let j=(e,t)=>{let o=r(e),i=n(e);t&&i.removeEventListener("DOMContentLoaded",t),M.has(o)&&(Reflect.defineProperty(o.HTMLElement.prototype,"focus",{configurable:!0,writable:!0,value:M.get(o).focus}),i.removeEventListener("keydown",x,!0),i.removeEventListener("keyup",x,!0),i.removeEventListener("click",N,!0),o.removeEventListener("focus",H,!0),o.removeEventListener("blur",D,!1),"u">typeof PointerEvent&&(i.removeEventListener("pointerdown",R,!0),i.removeEventListener("pointermove",R,!0),i.removeEventListener("pointerup",R,!0)),M.delete(o))};function W(){return"pointer"!==P}"u">typeof document&&("loading"!==(t=n(void 0)).readyState?I(void 0):t.addEventListener("DOMContentLoaded",()=>{I(void 0)}));let K=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function V(){let e=(0,u.useRef)(new Map),t=(0,u.useCallback)((t,n,r,o)=>{let i=o?.once?(...t)=>{e.current.delete(r),r(...t)}:r;e.current.set(r,{type:n,eventTarget:t,fn:i,options:o}),t.addEventListener(n,i,o)},[]),n=(0,u.useCallback)((t,n,r,o)=>{let i=e.current.get(r)?.fn||r;t.removeEventListener(n,i,o),e.current.delete(r)},[]),r=(0,u.useCallback)(()=>{e.current.forEach((e,t)=>{n(e.eventTarget,e.type,t,e.options)})},[n]);return(0,u.useEffect)(()=>r,[r]),{addGlobalListener:t,removeGlobalListener:n,removeAllGlobalListeners:r}}e.s(["useFocusRing",0,function(e={}){var t;let{autoFocus:s=!1,isTextInput:l,within:a}=e,f=(0,u.useRef)({isFocused:!1,isFocusVisible:s||W()}),[p,m]=(0,u.useState)(!1),[v,h]=(0,u.useState)(()=>f.current.isFocused&&f.current.isFocusVisible),b=(0,u.useCallback)(()=>h(f.current.isFocused&&f.current.isFocusVisible),[]),g=(0,u.useCallback)(e=>{f.current.isFocused=e,f.current.isFocusVisible=W(),m(e),b()},[b]);t={enabled:p,isTextInput:l},I(),(0,u.useEffect)(()=>{if(t?.enabled===!1)return;let e=(e,o)=>{var s;let l,u,a,c,d,p,m,v;s=!!t?.isTextInput,u=n(l=o?i(o):void 0),c=void 0!==(a=r(l))?a.HTMLInputElement:HTMLInputElement,d=void 0!==a?a.HTMLTextAreaElement:HTMLTextAreaElement,p=void 0!==a?a.HTMLElement:HTMLElement,m=void 0!==a?a.KeyboardEvent:KeyboardEvent,v=((e=document)=>e.activeElement)(u),(s=s||v instanceof c&&!K.has(v.type)||v instanceof d||v instanceof p&&v.isContentEditable)&&"keyboard"===e&&o instanceof m&&!A[o.key]||(e=>{f.current.isFocusVisible=e,b()})(W())};return O.add(e),()=>{O.delete(e)}},[l,p]);let{focusProps:y}=function(e){let{isDisabled:t,onFocus:r,onBlur:o,onFocusChange:s}=e,l=(0,u.useCallback)(e=>{if(i(e)===e.currentTarget)return o&&o(e),s&&s(!1),!0},[o,s]),a=d(l),c=(0,u.useCallback)(e=>{let t=i(e),o=n(t),l=o?((e=document)=>e.activeElement)(o):((e=document)=>e.activeElement)();t===e.currentTarget&&t===l&&(r&&r(e),s&&s(!0),a(e))},[s,r,a]);return{focusProps:{onFocus:!t&&(r||s||o)?c:void 0,onBlur:!t&&(o||s)?l:void 0}}}({isDisabled:a,onFocusChange:g}),{focusWithinProps:E}=function(e){let{isDisabled:t,onBlurWithin:r,onFocusWithin:s,onFocusWithinChange:l}=e,a=(0,u.useRef)({isFocusWithin:!1}),{addGlobalListener:f,removeAllGlobalListeners:p}=V(),m=(0,u.useCallback)(e=>{o(e.currentTarget,i(e))&&a.current.isFocusWithin&&!o(e.currentTarget,e.relatedTarget)&&(a.current.isFocusWithin=!1,p(),r&&r(e),l&&l(!1))},[r,l,a,p]),v=d(m),h=(0,u.useCallback)(e=>{if(!o(e.currentTarget,i(e)))return;let t=i(e),r=n(t),u=((e=document)=>e.activeElement)(r);if(!a.current.isFocusWithin&&u===t){s&&s(e),l&&l(!0),a.current.isFocusWithin=!0,v(e);let t=e.currentTarget;f(r,"focus",e=>{let n=i(e);if(a.current.isFocusWithin&&!o(t,n)){let e=new r.defaultView.FocusEvent("blur",{relatedTarget:n});Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t}),m(c(e))}},{capture:!0})}},[s,l,v,f,m]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:h,onBlur:m}}}({isDisabled:!a,onFocusWithinChange:g});return{isFocused:p,isFocusVisible:v,focusProps:a?E:y}}],86567);let B=!1,G=0;function U(e){"touch"===e.pointerType&&(B=!0,setTimeout(()=>{B=!1},500))}function _(){let e=n(null);if(void 0!==e)return 0===G&&"u">typeof PointerEvent&&e.addEventListener("pointerup",U),G++,()=>{!(--G>0)&&"u">typeof PointerEvent&&e.removeEventListener("pointerup",U)}}e.s(["useHover",0,function(e){let{onHoverStart:t,onHoverChange:r,onHoverEnd:s,isDisabled:l}=e,[a,c]=(0,u.useState)(!1),d=(0,u.useRef)({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;(0,u.useEffect)(_,[]);let{addGlobalListener:f,removeAllGlobalListeners:p}=V(),{hoverProps:m,triggerHoverEnd:v}=(0,u.useMemo)(()=>{let e=(e,t)=>{let n=d.target;d.pointerType="",d.target=null,"touch"!==t&&d.isHovered&&n&&(d.isHovered=!1,p(),s&&s({type:"hoverend",target:n,pointerType:t}),r&&r(!1),c(!1))},u={};return"u">typeof PointerEvent&&(u.onPointerEnter=s=>{B&&"mouse"===s.pointerType||((s,u)=>{if(d.pointerType=u,l||"touch"===u||d.isHovered||!o(s.currentTarget,i(s)))return;d.isHovered=!0;let a=s.currentTarget;d.target=a,f(n(i(s)),"pointerover",t=>{d.isHovered&&d.target&&!o(d.target,i(t))&&e(t,t.pointerType)},{capture:!0}),t&&t({type:"hoverstart",target:a,pointerType:u}),r&&r(!0),c(!0)})(s,s.pointerType)},u.onPointerLeave=t=>{!l&&o(t.currentTarget,i(t))&&e(t,t.pointerType)}),{hoverProps:u,triggerHoverEnd:e}},[t,r,s,l,d,f,p]);return(0,u.useEffect)(()=>{l&&v({currentTarget:d.target},d.pointerType)},[l]),{hoverProps:m,isHovered:a}}],45229);var $=Object.defineProperty,q=(e,t,n)=>{let r;return(r="symbol"!=typeof t?t+"":t)in e?$(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n,n};let Y=new class{constructor(){q(this,"current",this.detect()),q(this,"handoffState","pending"),q(this,"currentId",0)}set(e){this.current!==e&&(this.handoffState="pending",this.currentId=0,this.current=e)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return"server"===this.current}get isClient(){return"client"===this.current}detect(){return"u"<typeof window||"u"<typeof document?"server":"client"}handoff(){"pending"===this.handoffState&&(this.handoffState="complete")}get isHandoffComplete(){return"complete"===this.handoffState}};function X(e){var t;return Y.isServer?null:null==e?document:null!=(t=null==e?void 0:e.ownerDocument)?t:document}function z(e){var t,n;return Y.isServer?null:null==e?document:null!=(n=null==(t=null==e?void 0:e.getRootNode)?void 0:t.call(e))?n:document}function Z(e){var t,n;return null!=(n=null==(t=z(e))?void 0:t.activeElement)?n:null}function J(e){"function"==typeof queueMicrotask?queueMicrotask(e):Promise.resolve().then(e).catch(e=>setTimeout(()=>{throw e}))}function Q(){let e=[],t={addEventListener:(e,n,r,o)=>(e.addEventListener(n,r,o),t.add(()=>e.removeEventListener(n,r,o))),requestAnimationFrame(...e){let n=requestAnimationFrame(...e);return t.add(()=>cancelAnimationFrame(n))},nextFrame:(...e)=>t.requestAnimationFrame(()=>t.requestAnimationFrame(...e)),setTimeout(...e){let n=setTimeout(...e);return t.add(()=>clearTimeout(n))},microTask(...e){let n={current:!0};return J(()=>{n.current&&e[0]()}),t.add(()=>{n.current=!1})},style(e,t,n){let r=e.style.getPropertyValue(t);return Object.assign(e.style,{[t]:n}),this.add(()=>{Object.assign(e.style,{[t]:r})})},group(e){let t=Q();return e(t),this.add(()=>t.dispose())},add:t=>(e.includes(t)||e.push(t),()=>{let n=e.indexOf(t);if(n>=0)for(let t of e.splice(n,1))t()}),dispose(){for(let t of e.splice(0))t()}};return t}function ee(){let[e]=(0,u.useState)(Q);return(0,u.useEffect)(()=>()=>e.dispose(),[e]),e}e.s(["env",0,Y],81093),e.s(["getActiveElement",0,Z,"getOwnerDocument",0,X,"getRootNode",0,z,"isActiveElement",0,function(e){return Z(e)===e}],80795),e.s(["microTask",0,J],38403),e.s(["disposables",0,Q],60004),e.s(["useDisposables",0,ee],26171);let et=(e,t)=>{Y.isServer?(0,u.useEffect)(e,t):(0,u.useLayoutEffect)(e,t)};function en(e){let t=(0,u.useRef)(e);return et(()=>{t.current=e},[e]),t}e.s(["useIsoMorphicEffect",0,et],64728),e.s(["useLatestValue",0,en],15067);let er=function(e){let t=en(e);return u.default.useCallback((...e)=>t.current(...e),[t])};e.s(["useEvent",0,er],93481),e.s(["useActivePress",0,function({disabled:e=!1}={}){let t=(0,u.useRef)(null),[n,r]=(0,u.useState)(!1),o=ee(),i=er(()=>{t.current=null,r(!1),o.dispose()}),s=er(e=>{if(o.dispose(),null===t.current){t.current=e.currentTarget,r(!0);{let n=X(e.currentTarget);o.addEventListener(n,"pointerup",i,!1),o.addEventListener(n,"pointermove",e=>{if(t.current){var n,o;let i,s;r((i=e.width/2,s=e.height/2,n={top:e.clientY-s,right:e.clientX+i,bottom:e.clientY+s,left:e.clientX-i},o=t.current.getBoundingClientRect(),!(!n||!o||n.right<o.left||n.left>o.right||n.bottom<o.top||n.top>o.bottom)))}},!1),o.addEventListener(n,"pointercancel",i,!1)}}});return{pressed:n,pressProps:e?{}:{onPointerDown:s,onPointerUp:i,onClick:i}}}],72016)}]);
@@ -0,0 +1,13 @@
1
+ __turbopack_load_page_chunks__("/works/management", [
2
+ "static/chunks/2ei1rfxsl3q65.js",
3
+ "static/chunks/3z6v84zof80bt.js",
4
+ "static/chunks/0jo3ujn_icmb9.js",
5
+ "static/chunks/1qnuk3631sd6i.js",
6
+ "static/chunks/0hm6-xlqw4vmr.js",
7
+ "static/chunks/0f-hhcgpd3kjt.js",
8
+ "static/chunks/09pees0w94cvm.js",
9
+ "static/chunks/0zl6mu89n1_wq.js",
10
+ "static/chunks/1f04wea7zvjf5.js",
11
+ "static/chunks/07q8ufsdxo1tx.js",
12
+ "static/chunks/turbopack-3bwm37xq99e4l.js"
13
+ ])
@@ -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}}]);