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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (969) hide show
  1. package/README.md +92 -35
  2. package/dist/chunk-45H2WVIC.js +51 -0
  3. package/dist/chunk-4VNS5WPM.js +37 -0
  4. package/dist/chunk-54DKBWXV.js +33 -0
  5. package/dist/chunk-6TXD4TA7.js +1196 -0
  6. package/dist/chunk-BGCKJQGS.js +58 -0
  7. package/dist/chunk-BYXBJQAS.js +1 -0
  8. package/dist/chunk-EJDZRZSZ.js +59 -0
  9. package/dist/chunk-ELPURWDC.js +75 -0
  10. package/dist/chunk-IAQPLRXZ.js +16 -0
  11. package/dist/chunk-ILYPJE4N.js +57 -0
  12. package/dist/chunk-IXBMHOB5.js +13 -0
  13. package/dist/chunk-KH5MK6ZW.js +18 -0
  14. package/dist/chunk-NT7RB7AK.js +70 -0
  15. package/dist/chunk-OKGJ6HDE.js +26 -0
  16. package/dist/chunk-Q6S3LBUF.js +180 -0
  17. package/dist/chunk-QNLGYFV7.js +22 -0
  18. package/dist/chunk-RAQV2GYF.js +70 -0
  19. package/dist/chunk-RHUFQVKL.js +514 -0
  20. package/dist/chunk-RVG6IOFC.js +11 -0
  21. package/dist/chunk-SRAAKMWY.js +39 -0
  22. package/dist/chunk-UFYR5WZT.js +165 -0
  23. package/dist/chunk-UXG7EYHC.js +614 -0
  24. package/dist/chunk-VDKQGOMV.js +840 -0
  25. package/dist/chunk-XHOCXPD5.js +9 -0
  26. package/dist/chunk-XJBPMIC4.js +284 -0
  27. package/dist/chunk-YO6PT7KD.js +13 -0
  28. package/dist/chunk-YSKZE2KN.js +652 -0
  29. package/dist/components/ui/Accordion/Accordion.d.ts +11 -0
  30. package/dist/components/ui/Accordion/Accordion.d.ts.map +1 -0
  31. package/dist/components/ui/Accordion/AccordionHeader.d.ts +6 -0
  32. package/dist/components/ui/Accordion/AccordionHeader.d.ts.map +1 -0
  33. package/dist/components/ui/Accordion/AccordionItem.d.ts +11 -0
  34. package/dist/components/ui/Accordion/AccordionItem.d.ts.map +1 -0
  35. package/dist/components/ui/ActiveInActive.d.ts +10 -0
  36. package/dist/components/ui/ActiveInActive.d.ts.map +1 -0
  37. package/dist/components/ui/AnimatedCounter.d.ts +7 -0
  38. package/dist/components/ui/AnimatedCounter.d.ts.map +1 -0
  39. package/dist/components/ui/Badge.d.ts +10 -0
  40. package/dist/components/ui/Badge.d.ts.map +1 -0
  41. package/dist/components/ui/BreadCrumbs.d.ts +7 -0
  42. package/dist/components/ui/BreadCrumbs.d.ts.map +1 -0
  43. package/dist/components/ui/Button.d.ts +36 -0
  44. package/dist/components/ui/Button.d.ts.map +1 -0
  45. package/dist/components/ui/CopyableText.d.ts +5 -0
  46. package/dist/components/ui/CopyableText.d.ts.map +1 -0
  47. package/dist/components/ui/DateInput.d.ts +15 -0
  48. package/dist/components/ui/DateInput.d.ts.map +1 -0
  49. package/dist/components/ui/DateRangeFilterInput.d.ts +4 -0
  50. package/dist/components/ui/DateRangeFilterInput.d.ts.map +1 -0
  51. package/dist/components/ui/DetailHeader.d.ts +6 -0
  52. package/dist/components/ui/DetailHeader.d.ts.map +1 -0
  53. package/dist/components/ui/DraggableIcon.d.ts +3 -0
  54. package/dist/components/ui/DraggableIcon.d.ts.map +1 -0
  55. package/dist/components/ui/ErrorBoundary.d.ts +18 -0
  56. package/dist/components/ui/ErrorBoundary.d.ts.map +1 -0
  57. package/dist/components/ui/ErrorFallback.d.ts +6 -0
  58. package/dist/components/ui/ErrorFallback.d.ts.map +1 -0
  59. package/dist/components/ui/HelpText.d.ts +11 -0
  60. package/dist/components/ui/HelpText.d.ts.map +1 -0
  61. package/dist/components/ui/ImageWithFallback.d.ts +7 -0
  62. package/dist/components/ui/ImageWithFallback.d.ts.map +1 -0
  63. package/dist/components/ui/InfoTextBanner.d.ts +6 -0
  64. package/dist/components/ui/InfoTextBanner.d.ts.map +1 -0
  65. package/dist/components/ui/JSONView.d.ts +6 -0
  66. package/dist/components/ui/JSONView.d.ts.map +1 -0
  67. package/dist/components/ui/ListHeader.d.ts +6 -0
  68. package/dist/components/ui/ListHeader.d.ts.map +1 -0
  69. package/dist/components/ui/Loading.d.ts +3 -0
  70. package/dist/components/ui/Loading.d.ts.map +1 -0
  71. package/dist/components/ui/NoData.d.ts +7 -0
  72. package/dist/components/ui/NoData.d.ts.map +1 -0
  73. package/dist/components/ui/NoImage.d.ts +7 -0
  74. package/dist/components/ui/NoImage.d.ts.map +1 -0
  75. package/dist/components/ui/NoImageSvg.d.ts +8 -0
  76. package/dist/components/ui/NoImageSvg.d.ts.map +1 -0
  77. package/dist/components/ui/PageHeader.d.ts +11 -0
  78. package/dist/components/ui/PageHeader.d.ts.map +1 -0
  79. package/dist/components/ui/Pagination.d.ts +8 -0
  80. package/dist/components/ui/Pagination.d.ts.map +1 -0
  81. package/dist/components/ui/Portal/Portal.d.ts +16 -0
  82. package/dist/components/ui/Portal/Portal.d.ts.map +1 -0
  83. package/dist/components/ui/Portal/Portal.types.d.ts +16 -0
  84. package/dist/components/ui/Portal/Portal.types.d.ts.map +1 -0
  85. package/dist/components/ui/SaveAndCancelButtons.d.ts +10 -0
  86. package/dist/components/ui/SaveAndCancelButtons.d.ts.map +1 -0
  87. package/dist/components/ui/SearchField.d.ts +7 -0
  88. package/dist/components/ui/SearchField.d.ts.map +1 -0
  89. package/dist/components/ui/Tab.d.ts +18 -0
  90. package/dist/components/ui/Tab.d.ts.map +1 -0
  91. package/dist/components/ui/Tag/TagInput.d.ts +14 -0
  92. package/dist/components/ui/Tag/TagInput.d.ts.map +1 -0
  93. package/dist/components/ui/Tag/TagList.d.ts +8 -0
  94. package/dist/components/ui/Tag/TagList.d.ts.map +1 -0
  95. package/dist/components/ui/Tag/TagListForm.d.ts +8 -0
  96. package/dist/components/ui/Tag/TagListForm.d.ts.map +1 -0
  97. package/dist/components/ui/Toggle.d.ts +11 -0
  98. package/dist/components/ui/Toggle.d.ts.map +1 -0
  99. package/dist/components/ui/ToolTip.d.ts +7 -0
  100. package/dist/components/ui/ToolTip.d.ts.map +1 -0
  101. package/dist/components/ui/card.d.ts +9 -0
  102. package/dist/components/ui/card.d.ts.map +1 -0
  103. package/dist/components/ui/chart.d.ts +42 -0
  104. package/dist/components/ui/chart.d.ts.map +1 -0
  105. package/dist/components/ui/form/CheckboxField.d.ts +4 -0
  106. package/dist/components/ui/form/CheckboxField.d.ts.map +1 -0
  107. package/dist/components/ui/form/ChoicesField.d.ts +12 -0
  108. package/dist/components/ui/form/ChoicesField.d.ts.map +1 -0
  109. package/dist/components/ui/form/Combobox.d.ts +20 -0
  110. package/dist/components/ui/form/Combobox.d.ts.map +1 -0
  111. package/dist/components/ui/form/DatePickerField.d.ts +4 -0
  112. package/dist/components/ui/form/DatePickerField.d.ts.map +1 -0
  113. package/dist/components/ui/form/EmailField.d.ts +7 -0
  114. package/dist/components/ui/form/EmailField.d.ts.map +1 -0
  115. package/dist/components/ui/form/FieldWithHelp.d.ts +10 -0
  116. package/dist/components/ui/form/FieldWithHelp.d.ts.map +1 -0
  117. package/dist/components/ui/form/FieldWrapper.d.ts +8 -0
  118. package/dist/components/ui/form/FieldWrapper.d.ts.map +1 -0
  119. package/dist/components/ui/form/FormErrors.d.ts +6 -0
  120. package/dist/components/ui/form/FormErrors.d.ts.map +1 -0
  121. package/dist/components/ui/form/JSONAreaField.d.ts +7 -0
  122. package/dist/components/ui/form/JSONAreaField.d.ts.map +1 -0
  123. package/dist/components/ui/form/MarkdownTextAreaField.d.ts +8 -0
  124. package/dist/components/ui/form/MarkdownTextAreaField.d.ts.map +1 -0
  125. package/dist/components/ui/form/PasswordField.d.ts +3 -0
  126. package/dist/components/ui/form/PasswordField.d.ts.map +1 -0
  127. package/dist/components/ui/form/SelectField.d.ts +11 -0
  128. package/dist/components/ui/form/SelectField.d.ts.map +1 -0
  129. package/dist/components/ui/form/SubmitButton.d.ts +9 -0
  130. package/dist/components/ui/form/SubmitButton.d.ts.map +1 -0
  131. package/dist/components/ui/form/TagInputField.d.ts +6 -0
  132. package/dist/components/ui/form/TagInputField.d.ts.map +1 -0
  133. package/dist/components/ui/form/TextAreaField.d.ts +8 -0
  134. package/dist/components/ui/form/TextAreaField.d.ts.map +1 -0
  135. package/dist/components/ui/form/TextField.d.ts +10 -0
  136. package/dist/components/ui/form/TextField.d.ts.map +1 -0
  137. package/dist/components/ui/form/index.d.ts +17 -0
  138. package/dist/components/ui/form/index.d.ts.map +1 -0
  139. package/dist/components/ui/icons.d.ts +4 -0
  140. package/dist/components/ui/icons.d.ts.map +1 -0
  141. package/dist/components/ui/index.d.ts +41 -0
  142. package/dist/components/ui/index.d.ts.map +1 -0
  143. package/dist/form.js +30077 -0
  144. package/dist/gql/types.d.ts +17209 -0
  145. package/dist/gql/types.d.ts.map +1 -0
  146. package/dist/hooks.js +41 -0
  147. package/dist/lib/utils.d.ts +3 -0
  148. package/dist/lib/utils.d.ts.map +1 -0
  149. package/dist/modal.js +114 -0
  150. package/dist/modules/UnchainedContext/UnchainedContext.d.ts +8 -0
  151. package/dist/modules/UnchainedContext/UnchainedContext.d.ts.map +1 -0
  152. package/dist/modules/UnchainedContext/useUnchainedContext.d.ts +7 -0
  153. package/dist/modules/UnchainedContext/useUnchainedContext.d.ts.map +1 -0
  154. package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts +3 -0
  155. package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts.map +1 -0
  156. package/dist/modules/accounts/fragment/UserFragment.d.ts +3 -0
  157. package/dist/modules/accounts/fragment/UserFragment.d.ts.map +1 -0
  158. package/dist/modules/accounts/hooks/useCurrentUser.d.ts +10 -0
  159. package/dist/modules/accounts/hooks/useCurrentUser.d.ts.map +1 -0
  160. package/dist/modules/accounts/hooks/useUsersCount.d.ts +8 -0
  161. package/dist/modules/accounts/hooks/useUsersCount.d.ts.map +1 -0
  162. package/dist/modules/accounts.js +1013 -0
  163. package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts +8 -0
  164. package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts.map +1 -0
  165. package/dist/modules/assortment.js +1121 -0
  166. package/dist/modules/common/components/AppContext.d.ts +18 -0
  167. package/dist/modules/common/components/AppContext.d.ts.map +1 -0
  168. package/dist/modules/common/components/FormWrapper.d.ts +8 -0
  169. package/dist/modules/common/components/FormWrapper.d.ts.map +1 -0
  170. package/dist/modules/common/components/ThemeWrapper.d.ts +10 -0
  171. package/dist/modules/common/components/ThemeWrapper.d.ts.map +1 -0
  172. package/dist/modules/common/data/iso-codes.d.ts +4 -0
  173. package/dist/modules/common/data/iso-codes.d.ts.map +1 -0
  174. package/dist/modules/common/data/miscellaneous.d.ts +51 -0
  175. package/dist/modules/common/data/miscellaneous.d.ts.map +1 -0
  176. package/dist/modules/common/fragments/AddressFragment.d.ts +3 -0
  177. package/dist/modules/common/fragments/AddressFragment.d.ts.map +1 -0
  178. package/dist/modules/common/hooks/useApp.d.ts +11 -0
  179. package/dist/modules/common/hooks/useApp.d.ts.map +1 -0
  180. package/dist/modules/common/hooks/useCSVExport.d.ts +10 -0
  181. package/dist/modules/common/hooks/useCSVExport.d.ts.map +1 -0
  182. package/dist/modules/common/hooks/useCSVImport.d.ts +18 -0
  183. package/dist/modules/common/hooks/useCSVImport.d.ts.map +1 -0
  184. package/dist/modules/common/hooks/useChatEndpointChecker.d.ts +5 -0
  185. package/dist/modules/common/hooks/useChatEndpointChecker.d.ts.map +1 -0
  186. package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts +10 -0
  187. package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts.map +1 -0
  188. package/dist/modules/common/hooks/useDashboardMetrics.d.ts +23 -0
  189. package/dist/modules/common/hooks/useDashboardMetrics.d.ts.map +1 -0
  190. package/dist/modules/common/hooks/useLocalStorage.d.ts +3 -0
  191. package/dist/modules/common/hooks/useLocalStorage.d.ts.map +1 -0
  192. package/dist/modules/common/hooks/useOrderAnalytics.d.ts +25 -0
  193. package/dist/modules/common/hooks/useOrderAnalytics.d.ts.map +1 -0
  194. package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts +16 -0
  195. package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts.map +1 -0
  196. package/dist/modules/common/hooks/useOutsideClick.d.ts +3 -0
  197. package/dist/modules/common/hooks/useOutsideClick.d.ts.map +1 -0
  198. package/dist/modules/common/hooks/usePortal.d.ts +20 -0
  199. package/dist/modules/common/hooks/usePortal.d.ts.map +1 -0
  200. package/dist/modules/common/hooks/useShopConfiguration.d.ts +8 -0
  201. package/dist/modules/common/hooks/useShopConfiguration.d.ts.map +1 -0
  202. package/dist/modules/common/hooks/useShopInfo.d.ts +41 -0
  203. package/dist/modules/common/hooks/useShopInfo.d.ts.map +1 -0
  204. package/dist/modules/common/hooks/useStatusTypes.d.ts +10 -0
  205. package/dist/modules/common/hooks/useStatusTypes.d.ts.map +1 -0
  206. package/dist/modules/common/hooks/useSystemRoles.d.ts +7 -0
  207. package/dist/modules/common/hooks/useSystemRoles.d.ts.map +1 -0
  208. package/dist/modules/common/hooks/useTheme.d.ts +7 -0
  209. package/dist/modules/common/hooks/useTheme.d.ts.map +1 -0
  210. package/dist/modules/common/utils/deBounce.d.ts +3 -0
  211. package/dist/modules/common/utils/deBounce.d.ts.map +1 -0
  212. package/dist/modules/common/utils/defaultNextImageLoader.d.ts +7 -0
  213. package/dist/modules/common/utils/defaultNextImageLoader.d.ts.map +1 -0
  214. package/dist/modules/common/utils/formatUsername.d.ts +3 -0
  215. package/dist/modules/common/utils/formatUsername.d.ts.map +1 -0
  216. package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts +30 -0
  217. package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts.map +1 -0
  218. package/dist/modules/common/utils/normalizeFilterKeys.d.ts +4 -0
  219. package/dist/modules/common/utils/normalizeFilterKeys.d.ts.map +1 -0
  220. package/dist/modules/common/utils/useFormatDateTime.d.ts +7 -0
  221. package/dist/modules/common/utils/useFormatDateTime.d.ts.map +1 -0
  222. package/dist/modules/common/utils/utils.d.ts +21 -0
  223. package/dist/modules/common/utils/utils.d.ts.map +1 -0
  224. package/dist/modules/country/fragments/CountryFragment.d.ts +3 -0
  225. package/dist/modules/country/fragments/CountryFragment.d.ts.map +1 -0
  226. package/dist/modules/country/hooks/useCountries.d.ts +22 -0
  227. package/dist/modules/country/hooks/useCountries.d.ts.map +1 -0
  228. package/dist/modules/country.js +108 -0
  229. package/dist/modules/currency.js +119 -0
  230. package/dist/modules/delivery-provider.js +269 -0
  231. package/dist/modules/enrollment.js +353 -0
  232. package/dist/modules/event.js +123 -0
  233. package/dist/modules/filter.js +448 -0
  234. package/dist/modules/forms/components/Form.d.ts +8 -0
  235. package/dist/modules/forms/components/Form.d.ts.map +1 -0
  236. package/dist/modules/forms/hooks/useField.d.ts +35 -0
  237. package/dist/modules/forms/hooks/useField.d.ts.map +1 -0
  238. package/dist/modules/forms/hooks/useForm.d.ts +44 -0
  239. package/dist/modules/forms/hooks/useForm.d.ts.map +1 -0
  240. package/dist/modules/forms/hooks/useFormContext.d.ts +3 -0
  241. package/dist/modules/forms/hooks/useFormContext.d.ts.map +1 -0
  242. package/dist/modules/forms/lib/FormContext.d.ts +13 -0
  243. package/dist/modules/forms/lib/FormContext.d.ts.map +1 -0
  244. package/dist/modules/forms/lib/clean.d.ts +3 -0
  245. package/dist/modules/forms/lib/clean.d.ts.map +1 -0
  246. package/dist/modules/forms/lib/validators.d.ts +20 -0
  247. package/dist/modules/forms/lib/validators.d.ts.map +1 -0
  248. package/dist/modules/language/fragments/LanguageFragment.d.ts +3 -0
  249. package/dist/modules/language/fragments/LanguageFragment.d.ts.map +1 -0
  250. package/dist/modules/language/hooks/useLanguages.d.ts +19 -0
  251. package/dist/modules/language/hooks/useLanguages.d.ts.map +1 -0
  252. package/dist/modules/language.js +106 -0
  253. package/dist/modules/modal/components/AlertMessage.d.ts +9 -0
  254. package/dist/modules/modal/components/AlertMessage.d.ts.map +1 -0
  255. package/dist/modules/modal/components/DangerMessage.d.ts +12 -0
  256. package/dist/modules/modal/components/DangerMessage.d.ts.map +1 -0
  257. package/dist/modules/modal/components/ImportResultMessage.d.ts +14 -0
  258. package/dist/modules/modal/components/ImportResultMessage.d.ts.map +1 -0
  259. package/dist/modules/modal/components/Modal.d.ts +10 -0
  260. package/dist/modules/modal/components/Modal.d.ts.map +1 -0
  261. package/dist/modules/modal/components/ModalWrapper.d.ts +6 -0
  262. package/dist/modules/modal/components/ModalWrapper.d.ts.map +1 -0
  263. package/dist/modules/modal/hooks/useModal.d.ts +7 -0
  264. package/dist/modules/modal/hooks/useModal.d.ts.map +1 -0
  265. package/dist/modules/modal/utils/ModalContext.d.ts +9 -0
  266. package/dist/modules/modal/utils/ModalContext.d.ts.map +1 -0
  267. package/dist/modules/order/fragments/OrderDetailFragment.d.ts +3 -0
  268. package/dist/modules/order/fragments/OrderDetailFragment.d.ts.map +1 -0
  269. package/dist/modules/order/fragments/OrderFragment.d.ts +3 -0
  270. package/dist/modules/order/fragments/OrderFragment.d.ts.map +1 -0
  271. package/dist/modules/order/hooks/useOrders.d.ts +46 -0
  272. package/dist/modules/order/hooks/useOrders.d.ts.map +1 -0
  273. package/dist/modules/order.js +563 -0
  274. package/dist/modules/payment-providers.js +206 -0
  275. package/dist/modules/product/hooks/useProductsCount.d.ts +8 -0
  276. package/dist/modules/product/hooks/useProductsCount.d.ts.map +1 -0
  277. package/dist/modules/product-review.js +251 -0
  278. package/dist/modules/product.js +1929 -0
  279. package/dist/modules/quotation.js +297 -0
  280. package/dist/modules/token.js +143 -0
  281. package/dist/modules/warehousing-providers.js +206 -0
  282. package/dist/modules/work/fragments/WorkFragment.d.ts +3 -0
  283. package/dist/modules/work/fragments/WorkFragment.d.ts.map +1 -0
  284. package/dist/modules/work/hooks/useAddWork.d.ts +6 -0
  285. package/dist/modules/work/hooks/useAddWork.d.ts.map +1 -0
  286. package/dist/modules/work/hooks/useWork.d.ts +32 -0
  287. package/dist/modules/work/hooks/useWork.d.ts.map +1 -0
  288. package/dist/modules/work.js +308 -0
  289. package/dist/plugins.js +8 -0
  290. package/dist/providers.js +6 -0
  291. package/dist/sdk/hooks.d.ts +9 -0
  292. package/dist/sdk/hooks.d.ts.map +1 -0
  293. package/dist/sdk/modal.d.ts +7 -0
  294. package/dist/sdk/modal.d.ts.map +1 -0
  295. package/dist/sdk/plugins.d.ts +67 -0
  296. package/dist/sdk/plugins.d.ts.map +1 -0
  297. package/dist/sdk/providers.d.ts +5 -0
  298. package/dist/sdk/providers.d.ts.map +1 -0
  299. package/dist/sdk/theme.d.ts +26 -0
  300. package/dist/sdk/theme.d.ts.map +1 -0
  301. package/dist/theme.js +34 -0
  302. package/dist/ui.js +21527 -0
  303. package/out/403/index.html +2 -2
  304. package/out/404/index.html +2 -2
  305. package/out/404.html +2 -2
  306. package/out/423/index.html +2 -2
  307. package/out/500/index.html +2 -2
  308. package/out/_next/static/T3MvrnLGtwi3l3MDtTzwv/_buildManifest.js +262 -0
  309. package/out/_next/static/chunks/0-p8a6-okjx49.js +15 -0
  310. package/out/_next/static/chunks/0-u5tid26i8-3.js +188 -0
  311. package/out/_next/static/chunks/008hxgil51owu.js +234 -0
  312. package/out/_next/static/chunks/026k3ys50h91u.js +15 -0
  313. package/out/_next/static/chunks/02aa23atze2y4.js +119 -0
  314. package/out/_next/static/chunks/02dnhll1bce87.js +46 -0
  315. package/out/_next/static/chunks/03f0hv23abn4a.js +12 -0
  316. package/out/_next/static/chunks/03p0xulfluyqm.js +15 -0
  317. package/out/_next/static/chunks/044dmimivt13x.js +233 -0
  318. package/out/_next/static/chunks/047gokoblz-qy.js +16 -0
  319. package/out/_next/static/chunks/04yroykjly9ni.js +15 -0
  320. package/out/_next/static/chunks/05h2_5y4i_fe4.js +12 -0
  321. package/out/_next/static/chunks/0641gh6yb6tnd.js +3 -0
  322. package/out/_next/static/chunks/06bsql5zgjpaj.js +315 -0
  323. package/out/_next/static/chunks/06jtnxd7wr712.js +1 -0
  324. package/out/_next/static/chunks/070wy1qe-7-uf.js +242 -0
  325. package/out/_next/static/chunks/07l1vdt21xneu.js +14 -0
  326. package/out/_next/static/chunks/07q8ufsdxo1tx.js +1 -0
  327. package/out/_next/static/chunks/087a2d-0e1pvn.js +1 -0
  328. package/out/_next/static/chunks/09pees0w94cvm.js +1 -0
  329. package/out/_next/static/chunks/0_wmk0z5r9thu.js +95 -0
  330. package/out/_next/static/chunks/0ab_-095b34n5.js +90 -0
  331. package/out/_next/static/chunks/0aom8abciz-yf.js +1 -0
  332. package/out/_next/static/chunks/0cdcsn87u-tzw.js +1 -0
  333. package/out/_next/static/chunks/0cu-wqc76z_w6.js +1 -0
  334. package/out/_next/static/chunks/0dnzfqa8el54j.js +135 -0
  335. package/out/_next/static/chunks/0f-hhcgpd3kjt.js +5 -0
  336. package/out/_next/static/chunks/0gdriupdpmq28.js +14 -0
  337. package/out/_next/static/chunks/0hm6-xlqw4vmr.js +1 -0
  338. package/out/_next/static/chunks/0hmdmxkzhdtjx.js +155 -0
  339. package/out/_next/static/chunks/0hpirq7m-gjle.js +23 -0
  340. package/out/_next/static/chunks/0hup5ovc9v_-h.js +58 -0
  341. package/out/_next/static/chunks/0hxsdaxwhc3z4.js +110 -0
  342. package/out/_next/static/chunks/0j-yonuwgtg0k.js +22 -0
  343. package/out/_next/static/chunks/0jo3ujn_icmb9.js +28 -0
  344. package/out/_next/static/chunks/0mayhrft9-4hw.js +13 -0
  345. package/out/_next/static/chunks/0mdh4qszx-qw8.js +1 -0
  346. package/out/_next/static/chunks/0nyu34hvyz9_k.js +103 -0
  347. package/out/_next/static/chunks/0nz8nqr7k7pni.js +61 -0
  348. package/out/_next/static/chunks/0pjv94c771817.js +13 -0
  349. package/out/_next/static/chunks/0qrepe4aqal8_.js +2 -0
  350. package/out/_next/static/chunks/0qtbb-w9hs2i_.js +1 -0
  351. package/out/_next/static/chunks/0r0l1vs8bls6y.js +1 -0
  352. package/out/_next/static/chunks/0r2v5se5riad_.js +227 -0
  353. package/out/_next/static/chunks/0s3aax3no2y3_.js +54 -0
  354. package/out/_next/static/chunks/0sys36fl1uhl-.js +18 -0
  355. package/out/_next/static/chunks/0u-md-qpvyccn.js +149 -0
  356. package/out/_next/static/chunks/0ukobsq85_to1.js +135 -0
  357. package/out/_next/static/chunks/0vcn7yqzt3qlc.js +10 -0
  358. package/out/_next/static/chunks/0wl_oo549tgsw.js +14 -0
  359. package/out/_next/static/chunks/0wm5atnhe2mjs.js +119 -0
  360. package/out/_next/static/chunks/0wpmgf2-hr2iv.js +1 -0
  361. package/out/_next/static/chunks/0wthf9v7cuwqf.js +3 -0
  362. package/out/_next/static/chunks/0xcxmgeevaadl.js +8 -0
  363. package/out/_next/static/chunks/0xoerh23zk-pj.js +44 -0
  364. package/out/_next/static/chunks/0xvoojz5c4j32.js +14 -0
  365. package/out/_next/static/chunks/0ykc9b-l7rcv9.js +18 -0
  366. package/out/_next/static/chunks/0zb8qwy33hihq.js +142 -0
  367. package/out/_next/static/chunks/0zgu8kiokvsjz.js +1 -0
  368. package/out/_next/static/chunks/0zk0s8hqsf5tg.js +18 -0
  369. package/out/_next/static/chunks/0zl6mu89n1_wq.js +1 -0
  370. package/out/_next/static/chunks/0zntg6ltu_fk3.js +14 -0
  371. package/out/_next/static/chunks/10996osm11rxi.js +327 -0
  372. package/out/_next/static/chunks/10q9_f1ss9afd.js +8 -0
  373. package/out/_next/static/chunks/110vhftkm53lj.js +111 -0
  374. package/out/_next/static/chunks/113_jsmrqky1h.js +130 -0
  375. package/out/_next/static/chunks/11fqypagzye_v.js +43 -0
  376. package/out/_next/static/chunks/137522d4_apiu.js +166 -0
  377. package/out/_next/static/chunks/13ml43jv3bxh1.js +1 -0
  378. package/out/_next/static/chunks/16ad724tleody.js +13 -0
  379. package/out/_next/static/chunks/16r_t7quts1w0.js +289 -0
  380. package/out/_next/static/chunks/16yomp2b55xod.js +30 -0
  381. package/out/_next/static/chunks/17jd_42ijblk-.js +15 -0
  382. package/out/_next/static/chunks/17xseq9yxu638.js +1 -0
  383. package/out/_next/static/chunks/18yznjdgjug5c.js +7 -0
  384. package/out/_next/static/chunks/19i-cq0_2t00g.js +60 -0
  385. package/out/_next/static/chunks/19ppkss30jscq.js +13 -0
  386. package/out/_next/static/chunks/1_ov-8bomgh6c.js +54 -0
  387. package/out/_next/static/chunks/1b9l0n8vz64x7.js +233 -0
  388. package/out/_next/static/chunks/1cn3pe6lxja9e.js +44 -0
  389. package/out/_next/static/chunks/1dsjo02ozub3p.js +342 -0
  390. package/out/_next/static/chunks/1dut2ep8qfdv4.js +14 -0
  391. package/out/_next/static/chunks/1eqs_86cqpxcx.js +138 -0
  392. package/out/_next/static/chunks/1exlzd6w18o_b.js +8 -0
  393. package/out/_next/static/chunks/1f04wea7zvjf5.js +2 -0
  394. package/out/_next/static/chunks/1fqsykinbg1d_.js +12 -0
  395. package/out/_next/static/chunks/1g5l7e7du4p25.js +1 -0
  396. package/out/_next/static/chunks/1hokoliuqn63p.js +17 -0
  397. package/out/_next/static/chunks/1ihjqvn68cj5e.js +36 -0
  398. package/out/_next/static/chunks/1k798vpov34v6.js +12 -0
  399. package/out/_next/static/chunks/1lewut00m9sq1.js +1 -0
  400. package/out/_next/static/chunks/1lwiflo8v2d93.js +1 -0
  401. package/out/_next/static/chunks/1ng9tsm1f8e_a.js +1 -0
  402. package/out/_next/static/chunks/1nvy3y5qe_igv.js +233 -0
  403. package/out/_next/static/chunks/1ozaatz-b_-as.js +41 -0
  404. package/out/_next/static/chunks/1paq5rkj25r88.js +1 -0
  405. package/out/_next/static/chunks/1q2l02eq094zc.js +147 -0
  406. package/out/_next/static/chunks/1q8zx2rmluekr.js +13 -0
  407. package/out/_next/static/chunks/1qnuk3631sd6i.js +807 -0
  408. package/out/_next/static/chunks/1r092zo5e6999.js +190 -0
  409. package/out/_next/static/chunks/1r0aluuzu5vw7.js +13 -0
  410. package/out/_next/static/chunks/1rgwj4dr0k4_b.js +5 -0
  411. package/out/_next/static/chunks/1sgv26vi42stl.js +13 -0
  412. package/out/_next/static/chunks/1t80pe40g73fh.js +82 -0
  413. package/out/_next/static/chunks/1u6jfjnf14knz.js +124 -0
  414. package/out/_next/static/chunks/1vnvinjvn78t3.js +1 -0
  415. package/out/_next/static/chunks/1xg3ey2rrdxfx.js +1 -0
  416. package/out/_next/static/chunks/1xx6ie3yh2hbk.js +235 -0
  417. package/out/_next/static/chunks/1y-vwb0-v5xv0.js +304 -0
  418. package/out/_next/static/chunks/2-8-i_m-82mjh.js +43 -0
  419. package/out/_next/static/chunks/2-s6g5_cyahx8.js +1 -0
  420. package/out/_next/static/chunks/20ndjd4r5l6vk.js +1 -0
  421. package/out/_next/static/chunks/20v019mj-zi94.js +13 -0
  422. package/out/_next/static/chunks/21w-hkh4_w1kl.js +19 -0
  423. package/out/_next/static/chunks/226ya3lbz_55w.js +19 -0
  424. package/out/_next/static/chunks/22az81pi-bqjb.js +1 -0
  425. package/out/_next/static/chunks/22get2_2lcba-.js +21 -0
  426. package/out/_next/static/chunks/22l-2aehes9lx.js +153 -0
  427. package/out/_next/static/chunks/23y9nin7qo-xy.js +17 -0
  428. package/out/_next/static/chunks/25t23h8zbmzh-.js +12 -0
  429. package/out/_next/static/chunks/273zh05aw6uz2.js +13 -0
  430. package/out/_next/static/chunks/28o-5560g4bwk.js +7 -0
  431. package/out/_next/static/chunks/28zahy_uqar2t.js +12 -0
  432. package/out/_next/static/chunks/29dylunjhn4te.js +34 -0
  433. package/out/_next/static/chunks/2_3qu55ddb4jo.js +3 -0
  434. package/out/_next/static/chunks/2_7z1veshuiiw.js +10 -0
  435. package/out/_next/static/chunks/2_ztj391g9yzt.js +226 -0
  436. package/out/_next/static/chunks/2a9z_gm1vn39c.js +173 -0
  437. package/out/_next/static/chunks/2a_46b7_7ml_y.js +1 -0
  438. package/out/_next/static/chunks/2b8nhs_3rpawc.js +1 -0
  439. package/out/_next/static/chunks/2biyd1hzgc2sv.js +339 -0
  440. package/out/_next/static/chunks/2c2vssolfspzg.js +50 -0
  441. package/out/_next/static/chunks/2dbrybnhe5thu.css +1 -0
  442. package/out/_next/static/chunks/2diqy5aehqe8j.js +58 -0
  443. package/out/_next/static/chunks/2djnsowjy3p8y.js +1 -0
  444. package/out/_next/static/chunks/2dq4d-ey-16cq.js +1 -0
  445. package/out/_next/static/chunks/2dyysegkbptw8.js +11 -0
  446. package/out/_next/static/chunks/2ei1rfxsl3q65.js +31 -0
  447. package/out/_next/static/chunks/2f3z_9lk_9lsj.js +14 -0
  448. package/out/_next/static/chunks/2fazxtc5_9tgo.js +52 -0
  449. package/out/_next/static/chunks/2fzc9bsweg7nf.js +807 -0
  450. package/out/_next/static/chunks/2h5-bnhry6wzl.js +14 -0
  451. package/out/_next/static/chunks/2hmtn1okhj6zz.js +234 -0
  452. package/out/_next/static/chunks/2htrbj6g7da-e.js +12 -0
  453. package/out/_next/static/chunks/2j51l4ukmrn7j.js +17 -0
  454. package/out/_next/static/chunks/2k4cusvrm93cp.js +39 -0
  455. package/out/_next/static/chunks/2ldks6pel2wcp.js +31 -0
  456. package/out/_next/static/chunks/2loz6t7f69t0c.js +1 -0
  457. package/out/_next/static/chunks/2onfts3kpe9d8.js +1 -0
  458. package/out/_next/static/chunks/2p9aozkdq_z13.js +329 -0
  459. package/out/_next/static/chunks/2pz2u5us_0jme.js +5 -0
  460. package/out/_next/static/chunks/2qaf44ypuy_4z.js +1 -0
  461. package/out/_next/static/chunks/2r1-eyf6hic-m.js +1 -0
  462. package/out/_next/static/chunks/2ritd1boot22-.js +32 -0
  463. package/out/_next/static/chunks/2s1__k407zn6n.js +1 -0
  464. package/out/_next/static/chunks/2s6qkrjh7-b6s.js +1 -0
  465. package/out/_next/static/chunks/2t70ji9pnllxh.js +81 -0
  466. package/out/_next/static/chunks/2tc6lgajxmo78.js +3 -0
  467. package/out/_next/static/chunks/2twd9trj9horc.js +61 -0
  468. package/out/_next/static/chunks/2ua7-skz9vm4r.js +13 -0
  469. package/out/_next/static/chunks/2vjkcd8g_hh68.js +46 -0
  470. package/out/_next/static/chunks/2w1twpn4nui6h.js +807 -0
  471. package/out/_next/static/chunks/2x4vo24qfe0mr.js +1 -0
  472. package/out/_next/static/chunks/2zm-d0-e0sxgo.js +23 -0
  473. package/out/_next/static/chunks/3-u1dp82vzyt9.js +1 -0
  474. package/out/_next/static/chunks/30iz3jszdu04d.js +11 -0
  475. package/out/_next/static/chunks/30jmh-3cp5wcg.js +12 -0
  476. package/out/_next/static/chunks/3178a_a_i-e-q.js +16 -0
  477. package/out/_next/static/chunks/317qzy7r8meg_.js +1 -0
  478. package/out/_next/static/chunks/32nwqfli0ne57.js +1 -0
  479. package/out/_next/static/chunks/33c-rzkj2k2v1.js +14 -0
  480. package/out/_next/static/chunks/33g91_yljnpiw.js +807 -0
  481. package/out/_next/static/chunks/34dhtdp_8idgm.js +658 -0
  482. package/out/_next/static/chunks/34ybf-w3bdlw8.js +13 -0
  483. package/out/_next/static/chunks/35-vqjhcep-zw.js +60 -0
  484. package/out/_next/static/chunks/358r9pdxbk-fv.js +39 -0
  485. package/out/_next/static/chunks/35a6ymsh4q0-o.js +14 -0
  486. package/out/_next/static/chunks/36yrxjq9zbvpx.js +13 -0
  487. package/out/_next/static/chunks/377ho63k7qphg.js +14 -0
  488. package/out/_next/static/chunks/37bs69urhjdz5.js +24 -0
  489. package/out/_next/static/chunks/37mpnb5qztb_g.js +15 -0
  490. package/out/_next/static/chunks/3827hqe9_anr7.js +24 -0
  491. package/out/_next/static/chunks/3a0_vzfa54k35.js +7 -0
  492. package/out/_next/static/chunks/3a8a8fpl7-ndf.js +1 -0
  493. package/out/_next/static/chunks/3b6hct2rk2wu9.js +24 -0
  494. package/out/_next/static/chunks/3czsj6bdmobbd.js +24 -0
  495. package/out/_next/static/chunks/3d0ic2ovyeue7.js +2 -0
  496. package/out/_next/static/chunks/3eq1b2m2xkkmp.js +1 -0
  497. package/out/_next/static/chunks/3f2ue6ut-mwka.js +2 -0
  498. package/out/_next/static/chunks/3g67xtrp0vv4m.js +1 -0
  499. package/out/_next/static/chunks/3iepyd4rzl-tt.js +13 -0
  500. package/out/_next/static/chunks/3j6p-522fcsnj.js +1 -0
  501. package/out/_next/static/chunks/3kle_yukf5aux.js +809 -0
  502. package/out/_next/static/chunks/3l_nx7eopgh02.js +1 -0
  503. package/out/_next/static/chunks/3mk-cv2ocv93u.js +50 -0
  504. package/out/_next/static/chunks/3n5290qcigwpc.js +13 -0
  505. package/out/_next/static/chunks/3nl02jbknvx4p.js +14 -0
  506. package/out/_next/static/chunks/3o5a5qn0dnq04.js +3 -0
  507. package/out/_next/static/chunks/3o5kwvdgt_t9z.js +73 -0
  508. package/out/_next/static/chunks/3qamj8gt1ijdz.js +12 -0
  509. package/out/_next/static/chunks/3rlrwz262rpw0.js +1 -0
  510. package/out/_next/static/chunks/3s3v9n_ob4m24.js +18 -0
  511. package/out/_next/static/chunks/3s47qr8fn6h4j.js +8 -0
  512. package/out/_next/static/chunks/3slzhmkeoggpm.js +66 -0
  513. package/out/_next/static/chunks/3tv9csz53av-5.js +1 -0
  514. package/out/_next/static/chunks/3uec1_7irpl71.js +16 -0
  515. package/out/_next/static/chunks/3uo1w1gaj7tsx.js +117 -0
  516. package/out/_next/static/chunks/3uwev5xyub_j1.js +7 -0
  517. package/out/_next/static/chunks/3w450c1xmh550.js +12 -0
  518. package/out/_next/static/chunks/3x8aami6-3l79.js +31 -0
  519. package/out/_next/static/chunks/3xhogi6_bbwh7.js +10 -0
  520. package/out/_next/static/chunks/3y62dz45ticve.js +1 -0
  521. package/out/_next/static/chunks/3yjzk_udmhv3i.js +1 -0
  522. package/out/_next/static/chunks/3z6v84zof80bt.js +1 -0
  523. package/out/_next/static/chunks/3zncjth-kop8p.js +1 -0
  524. package/out/_next/static/chunks/3zp4iedgev460.js +35 -0
  525. package/out/_next/static/chunks/413qu_x6yky1e.js +1 -0
  526. package/out/_next/static/chunks/41j8mb2ztwydi.js +14 -0
  527. package/out/_next/static/chunks/41pc5_e25bhgd.js +1 -0
  528. package/out/_next/static/chunks/424z-zudpy3n0.js +39 -0
  529. package/out/_next/static/chunks/42o6t6-v2qi37.js +29 -0
  530. package/out/_next/static/chunks/434iz38padke2.js +1 -0
  531. package/out/_next/static/chunks/43pb7hjetp965.js +1 -0
  532. package/out/_next/static/chunks/44rharl5hvsw-.js +22 -0
  533. package/out/_next/static/chunks/45ac68ug7hcoc.js +13 -0
  534. package/out/_next/static/chunks/turbopack-0-chqajqgydnn.js +1 -0
  535. package/out/_next/static/chunks/turbopack-0-jquaej6q4cd.js +1 -0
  536. package/out/_next/static/chunks/turbopack-01y_6kjoo1mvp.js +1 -0
  537. package/out/_next/static/chunks/turbopack-03_sghcquhw33.js +1 -0
  538. package/out/_next/static/chunks/turbopack-0a_5nw_3znl2r.js +1 -0
  539. package/out/_next/static/chunks/turbopack-0bbgz21dy5lm3.js +1 -0
  540. package/out/_next/static/chunks/turbopack-0cqzo60ry70im.js +1 -0
  541. package/out/_next/static/chunks/turbopack-0ex-kw1o5k02z.js +1 -0
  542. package/out/_next/static/chunks/turbopack-0jzps1g34dah5.js +1 -0
  543. package/out/_next/static/chunks/turbopack-0o9rz5e94nq66.js +1 -0
  544. package/out/_next/static/chunks/turbopack-0rq3y47awgwpt.js +1 -0
  545. package/out/_next/static/chunks/turbopack-0vs4-gjxe552i.js +1 -0
  546. package/out/_next/static/chunks/turbopack-0x1jwahqhzo0u.js +1 -0
  547. package/out/_next/static/chunks/turbopack-11auq8fqexpmm.js +1 -0
  548. package/out/_next/static/chunks/turbopack-13uretb6lcje8.js +1 -0
  549. package/out/_next/static/chunks/turbopack-14n2u99h724y-.js +1 -0
  550. package/out/_next/static/chunks/turbopack-1a774_gjam74t.js +1 -0
  551. package/out/_next/static/chunks/turbopack-1gy8illqlm_jj.js +1 -0
  552. package/out/_next/static/chunks/turbopack-1n9q29j854ltr.js +1 -0
  553. package/out/_next/static/chunks/turbopack-1nathpz4-f-4w.js +1 -0
  554. package/out/_next/static/chunks/turbopack-1nca86oa17qfx.js +1 -0
  555. package/out/_next/static/chunks/turbopack-1qe0zbu9fejdb.js +1 -0
  556. package/out/_next/static/chunks/turbopack-1qg26rdmwlotw.js +1 -0
  557. package/out/_next/static/chunks/turbopack-1u6lf-rzbdjuj.js +1 -0
  558. package/out/_next/static/chunks/turbopack-1z85kwwdibjh7.js +1 -0
  559. package/out/_next/static/chunks/turbopack-22as-nh7md98p.js +1 -0
  560. package/out/_next/static/chunks/turbopack-23lcv-araye0t.js +1 -0
  561. package/out/_next/static/chunks/turbopack-25gt3vwmogps-.js +1 -0
  562. package/out/_next/static/chunks/turbopack-26g97kfge67jz.js +1 -0
  563. package/out/_next/static/chunks/turbopack-26u67kbn41n8e.js +1 -0
  564. package/out/_next/static/chunks/turbopack-280jnadydykur.js +1 -0
  565. package/out/_next/static/chunks/turbopack-2bb6lvvhg6e0w.js +1 -0
  566. package/out/_next/static/chunks/turbopack-2bw5gluonepob.js +1 -0
  567. package/out/_next/static/chunks/turbopack-2c36n939jg0pf.js +1 -0
  568. package/out/_next/static/chunks/turbopack-2ez296aoalbog.js +1 -0
  569. package/out/_next/static/chunks/turbopack-2frqnl7lfn0h9.js +1 -0
  570. package/out/_next/static/chunks/turbopack-2jxkmyhbvdw4u.js +1 -0
  571. package/out/_next/static/chunks/turbopack-2k45z490u3tbj.js +1 -0
  572. package/out/_next/static/chunks/turbopack-2p-uq1erkf03-.js +1 -0
  573. package/out/_next/static/chunks/turbopack-2svkg0yvgyw3_.js +1 -0
  574. package/out/_next/static/chunks/turbopack-31s1c5ipeb5_p.js +1 -0
  575. package/out/_next/static/chunks/turbopack-33v049epa0erx.js +1 -0
  576. package/out/_next/static/chunks/turbopack-34jylrj_qw1ak.js +1 -0
  577. package/out/_next/static/chunks/turbopack-34u-t26ngu-oy.js +1 -0
  578. package/out/_next/static/chunks/turbopack-34x5gar31d5sv.js +1 -0
  579. package/out/_next/static/chunks/turbopack-363g_e-jzg5u_.js +1 -0
  580. package/out/_next/static/chunks/turbopack-39um5sy1v-bvw.js +1 -0
  581. package/out/_next/static/chunks/turbopack-3__2i-6jdv1s8.js +1 -0
  582. package/out/_next/static/chunks/turbopack-3b4s935ks8u-b.js +1 -0
  583. package/out/_next/static/chunks/turbopack-3b5-pdmr324f-.js +1 -0
  584. package/out/_next/static/chunks/turbopack-3bwm37xq99e4l.js +1 -0
  585. package/out/_next/static/chunks/turbopack-3ec8ol5n3kb0h.js +1 -0
  586. package/out/_next/static/chunks/turbopack-3gw7smd4lo5ud.js +1 -0
  587. package/out/_next/static/chunks/turbopack-3miy8-7wxcnbn.js +1 -0
  588. package/out/_next/static/chunks/turbopack-3nvjaj1vijowz.js +1 -0
  589. package/out/_next/static/chunks/turbopack-3poc67i76-q8q.js +1 -0
  590. package/out/_next/static/chunks/turbopack-3r1pnr94s1u0w.js +1 -0
  591. package/out/_next/static/chunks/turbopack-3sfa4031m280j.js +1 -0
  592. package/out/_next/static/chunks/turbopack-3sqs5hm2xhl3s.js +1 -0
  593. package/out/_next/static/chunks/turbopack-3xha6pmjqez6d.js +1 -0
  594. package/out/_next/static/chunks/turbopack-3yp7pgp42yfh3.js +1 -0
  595. package/out/_next/static/chunks/turbopack-3z_g6t7o2z7rb.js +1 -0
  596. package/out/_next/static/chunks/turbopack-3zb947kjm56zb.js +1 -0
  597. package/out/_next/static/chunks/turbopack-43m6wi0fybh1f.js +1 -0
  598. package/out/_offline/index.html +2 -2
  599. package/out/account/forgot-password/index.html +2 -2
  600. package/out/account/index.html +2 -2
  601. package/out/assortments/AssortmentDetailPage/index.html +2 -2
  602. package/out/assortments/index.html +2 -2
  603. package/out/assortments/new/index.html +2 -2
  604. package/out/copilot/index.html +2 -2
  605. package/out/country/CountryDetailPage/index.html +2 -2
  606. package/out/country/index.html +2 -2
  607. package/out/country/new/index.html +2 -2
  608. package/out/currency/CurrencyDetailPage/index.html +2 -2
  609. package/out/currency/index.html +2 -2
  610. package/out/currency/new/index.html +2 -2
  611. package/out/delivery-provider/DeliveryProviderDetailPage/index.html +2 -2
  612. package/out/delivery-provider/index.html +2 -2
  613. package/out/delivery-provider/new/index.html +2 -2
  614. package/out/enrollments/EnrollmentDetailPage/index.html +2 -2
  615. package/out/enrollments/index.html +2 -2
  616. package/out/events/EventDetailPage/index.html +2 -2
  617. package/out/events/index.html +2 -2
  618. package/out/exports/index.html +2 -2
  619. package/out/ext/[[...slug]]/index.html +11 -0
  620. package/out/external/index.html +2 -2
  621. package/out/filters/FilterDetailPage/index.html +2 -2
  622. package/out/filters/index.html +2 -2
  623. package/out/filters/new/index.html +2 -2
  624. package/out/index.html +2 -2
  625. package/out/install/index.html +2 -2
  626. package/out/language/LanguageDetailPage/index.html +2 -2
  627. package/out/language/index.html +2 -2
  628. package/out/language/new/index.html +2 -2
  629. package/out/log-in/index.html +2 -2
  630. package/out/manifest.json +48 -0
  631. package/out/orders/OrderDetailPage/index.html +2 -2
  632. package/out/orders/index.html +2 -2
  633. package/out/payment-provider/PaymentProviderDetailPage/index.html +2 -2
  634. package/out/payment-provider/index.html +2 -2
  635. package/out/payment-provider/new/index.html +2 -2
  636. package/out/products/ProductDetailPage/index.html +2 -2
  637. package/out/products/index.html +2 -2
  638. package/out/products/new/index.html +2 -2
  639. package/out/quotations/QuotationDetailPage/index.html +2 -2
  640. package/out/quotations/index.html +2 -2
  641. package/out/reset-password/index.html +2 -2
  642. package/out/sign-up/index.html +2 -2
  643. package/out/styleguide/index.html +2 -2
  644. package/out/tokens/TokenDetailPage/index.html +2 -2
  645. package/out/tokens/index.html +2 -2
  646. package/out/users/UserDetailPage/index.html +2 -2
  647. package/out/users/index.html +2 -2
  648. package/out/users/new/index.html +2 -2
  649. package/out/verify-email/index.html +2 -2
  650. package/out/warehousing-provider/WarehousingProviderDetailPage/index.html +2 -2
  651. package/out/warehousing-provider/index.html +2 -2
  652. package/out/warehousing-provider/new/index.html +2 -2
  653. package/out/works/WorkDetailPage/index.html +2 -2
  654. package/out/works/WorkQueueListView/index.html +2 -2
  655. package/out/works/index.html +2 -2
  656. package/out/works/management/index.html +2 -2
  657. package/package.json +110 -13
  658. package/src/modules/accounts/index.ts +34 -0
  659. package/src/modules/assortment/index.ts +29 -0
  660. package/src/modules/copilot/index.ts +4 -0
  661. package/src/modules/country/index.ts +5 -0
  662. package/src/modules/currency/index.ts +5 -0
  663. package/src/modules/delivery-provider/index.ts +7 -0
  664. package/src/modules/enrollment/index.ts +6 -0
  665. package/src/modules/event/index.ts +3 -0
  666. package/src/modules/filter/index.ts +13 -0
  667. package/src/modules/language/index.ts +5 -0
  668. package/src/modules/order/index.ts +8 -0
  669. package/src/modules/payment-providers/index.ts +7 -0
  670. package/src/modules/product/index.ts +47 -0
  671. package/src/modules/product-review/index.ts +6 -0
  672. package/src/modules/quotation/index.ts +6 -0
  673. package/src/modules/token/index.ts +3 -0
  674. package/src/modules/warehousing-providers/index.ts +7 -0
  675. package/src/modules/work/index.ts +7 -0
  676. package/src/sdk/hooks.ts +11 -0
  677. package/src/sdk/modal.ts +6 -0
  678. package/src/sdk/plugin-build.mjs +112 -0
  679. package/src/sdk/plugin-build.test.mjs +11 -0
  680. package/src/sdk/plugins.ts +88 -0
  681. package/src/sdk/providers.ts +4 -0
  682. package/src/sdk/tailwind-preset.mjs +94 -0
  683. package/src/sdk/theme.ts +61 -0
  684. package/src/styles/globals.css +291 -0
  685. package/out/_next/static/chunks/0-beu4vu82jrh.js +0 -1
  686. package/out/_next/static/chunks/0-l8x8k72-b3i.js +0 -173
  687. package/out/_next/static/chunks/0-v2_9sc~l3._.js +0 -1
  688. package/out/_next/static/chunks/0.b6lj.zfgeh7.js +0 -807
  689. package/out/_next/static/chunks/0.jjzw42mzofa.js +0 -18
  690. package/out/_next/static/chunks/0.ubb4bvs288f.js +0 -193
  691. package/out/_next/static/chunks/00c-9lviyc08t.js +0 -16
  692. package/out/_next/static/chunks/00svmiwah8ghd.js +0 -177
  693. package/out/_next/static/chunks/00w.kj6uow_p1.js +0 -1
  694. package/out/_next/static/chunks/00zf52snz2696.js +0 -81
  695. package/out/_next/static/chunks/0126hh69s1hoo.js +0 -20
  696. package/out/_next/static/chunks/017~qlhsonz-s.js +0 -13
  697. package/out/_next/static/chunks/01id70ruu9sh_.js +0 -12
  698. package/out/_next/static/chunks/01m-zxw6aa~7o.js +0 -61
  699. package/out/_next/static/chunks/01ysagjr-k~86.js +0 -1
  700. package/out/_next/static/chunks/023vppfa5lmsd.js +0 -101
  701. package/out/_next/static/chunks/023zn3balilgv.js +0 -5
  702. package/out/_next/static/chunks/028eszr30ru.w.js +0 -12
  703. package/out/_next/static/chunks/02_yal0ces9jz.js +0 -1
  704. package/out/_next/static/chunks/02dcbva7h6wk9.js +0 -5
  705. package/out/_next/static/chunks/02lgka7~ifqqk.js +0 -1
  706. package/out/_next/static/chunks/02ndocqxudfh0.js +0 -22
  707. package/out/_next/static/chunks/02x1c3t9oyfks.js +0 -119
  708. package/out/_next/static/chunks/039laq217w5af.js +0 -1
  709. package/out/_next/static/chunks/03hx8y-tzfrw6.js +0 -1
  710. package/out/_next/static/chunks/03in_nfvncouz.js +0 -1
  711. package/out/_next/static/chunks/041tlotwv9m5t.js +0 -453
  712. package/out/_next/static/chunks/04aykq1~5oirm.js +0 -51
  713. package/out/_next/static/chunks/04b5k~na~95by.js +0 -46
  714. package/out/_next/static/chunks/04f091-bji_n_.js +0 -7
  715. package/out/_next/static/chunks/05ooekd_aohh9.js +0 -23
  716. package/out/_next/static/chunks/05rt.5mp24nl~.js +0 -13
  717. package/out/_next/static/chunks/05xkbw-s9zm4v.js +0 -1
  718. package/out/_next/static/chunks/05zsgso1ahpy8.js +0 -1
  719. package/out/_next/static/chunks/06ersyx7hvzq1.js +0 -1
  720. package/out/_next/static/chunks/06gd8resd2.0_.js +0 -9
  721. package/out/_next/static/chunks/06v745r0yfx2h.js +0 -14
  722. package/out/_next/static/chunks/073ao37i9gvu-.js +0 -324
  723. package/out/_next/static/chunks/07l.kk7q4.zh_.js +0 -46
  724. package/out/_next/static/chunks/07t_6bb3~hkt5.js +0 -15
  725. package/out/_next/static/chunks/0831dsm.9c1xz.js +0 -15
  726. package/out/_next/static/chunks/087eh6vsk6_bc.js +0 -43
  727. package/out/_next/static/chunks/08i6ja.9lua9i.js +0 -286
  728. package/out/_next/static/chunks/08znjfem0b_of.js +0 -21
  729. package/out/_next/static/chunks/09_9z~x1_3-1m.js +0 -13
  730. package/out/_next/static/chunks/09n.y.scb-.st.js +0 -46
  731. package/out/_next/static/chunks/09p_6hs26lbin.js +0 -31
  732. package/out/_next/static/chunks/0_77~m-d~ywyj.js +0 -3
  733. package/out/_next/static/chunks/0_b2f-s77.vbq.js +0 -217
  734. package/out/_next/static/chunks/0_ikmdl.vzsxi.js +0 -16
  735. package/out/_next/static/chunks/0_tmrtwx_w001.js +0 -1
  736. package/out/_next/static/chunks/0_z350k96nua5.js +0 -14
  737. package/out/_next/static/chunks/0ajirl~6u8vk7.js +0 -384
  738. package/out/_next/static/chunks/0apih1f_pg7x5.js +0 -22
  739. package/out/_next/static/chunks/0aqdc68pqu1yc.js +0 -90
  740. package/out/_next/static/chunks/0aqhw_0u56sd_.js +0 -13
  741. package/out/_next/static/chunks/0av.mpk52l~sj.js +0 -78
  742. package/out/_next/static/chunks/0b6~~7c3s-__r.js +0 -2
  743. package/out/_next/static/chunks/0b_7pbsfo~250.js +0 -224
  744. package/out/_next/static/chunks/0bgpq4k~.1ow~.js +0 -1
  745. package/out/_next/static/chunks/0cd47wcv36ymf.js +0 -14
  746. package/out/_next/static/chunks/0cy-p_9pru_18.js +0 -13
  747. package/out/_next/static/chunks/0dhkgg675.w3e.js +0 -8
  748. package/out/_next/static/chunks/0dm~u98d.uay9.js +0 -807
  749. package/out/_next/static/chunks/0e82nep-emmqv.js +0 -22
  750. package/out/_next/static/chunks/0ekar8mz4g5.z.js +0 -188
  751. package/out/_next/static/chunks/0eqvk8uoluycv.js +0 -1
  752. package/out/_next/static/chunks/0ett.ps-ssh3m.js +0 -1
  753. package/out/_next/static/chunks/0f4j14khj0-nb.js +0 -13
  754. package/out/_next/static/chunks/0fq.42f6~eau3.js +0 -110
  755. package/out/_next/static/chunks/0fv65thyl.pzd.js +0 -137
  756. package/out/_next/static/chunks/0fvye09yb7vxo.js +0 -1
  757. package/out/_next/static/chunks/0g4z-lcj831re.js +0 -22
  758. package/out/_next/static/chunks/0gcrw01taxxl6.js +0 -1
  759. package/out/_next/static/chunks/0gex7d5-6_u7w.js +0 -15
  760. package/out/_next/static/chunks/0gmu_zxzdk79-.js +0 -36
  761. package/out/_next/static/chunks/0gp0s~altxh1r.js +0 -16
  762. package/out/_next/static/chunks/0gw21r~kskkbu.js +0 -8
  763. package/out/_next/static/chunks/0h.yfartl.0w2.js +0 -13
  764. package/out/_next/static/chunks/0hvsgrhdl9vxu.js +0 -87
  765. package/out/_next/static/chunks/0hxa2hw0bx6p9.js +0 -31
  766. package/out/_next/static/chunks/0idm_1owz2~do.js +0 -147
  767. package/out/_next/static/chunks/0if0kxk_fvctv.js +0 -807
  768. package/out/_next/static/chunks/0ipga2yl6f8s2.js +0 -1
  769. package/out/_next/static/chunks/0irir.4f~3vjv.js +0 -1
  770. package/out/_next/static/chunks/0iz~...y5_a2o.js +0 -58
  771. package/out/_next/static/chunks/0j0-6c41tk-jn.js +0 -227
  772. package/out/_next/static/chunks/0j3oxwqbdm1~u.js +0 -32
  773. package/out/_next/static/chunks/0j8g1ir4-2kf-.js +0 -1
  774. package/out/_next/static/chunks/0je-l.-3mmyx0.js +0 -7
  775. package/out/_next/static/chunks/0jsponpskt26n.js +0 -15
  776. package/out/_next/static/chunks/0jwk3hxdqma6f.js +0 -44
  777. package/out/_next/static/chunks/0k4hc0roxks1w.js +0 -135
  778. package/out/_next/static/chunks/0kd-elup-.5rv.js +0 -92
  779. package/out/_next/static/chunks/0kdk1jnxow07e.js +0 -51
  780. package/out/_next/static/chunks/0kjwfgi7qnsh8.js +0 -60
  781. package/out/_next/static/chunks/0kpbcc6kx92ab.js +0 -1
  782. package/out/_next/static/chunks/0kpqfcm6kz1pz.js +0 -5
  783. package/out/_next/static/chunks/0kuj3je3qjyj~.js +0 -13
  784. package/out/_next/static/chunks/0kwdvew2~wd8o.js +0 -16
  785. package/out/_next/static/chunks/0kwir-xluvjdw.js +0 -144
  786. package/out/_next/static/chunks/0l.811sicmaw3.js +0 -1
  787. package/out/_next/static/chunks/0l8ujxmk7702g.js +0 -1
  788. package/out/_next/static/chunks/0lazwl9790oz5.js +0 -1
  789. package/out/_next/static/chunks/0lp3vsoi498i1.js +0 -19
  790. package/out/_next/static/chunks/0lp40p3~dgcgl.js +0 -14
  791. package/out/_next/static/chunks/0lq9yvo7q3obl.js +0 -1
  792. package/out/_next/static/chunks/0m.jl7so.pr8k.js +0 -15
  793. package/out/_next/static/chunks/0m0k6lhn2y-9n.js +0 -137
  794. package/out/_next/static/chunks/0m3laiqi73_uc.js +0 -1
  795. package/out/_next/static/chunks/0m96ugd3gm4zy.js +0 -142
  796. package/out/_next/static/chunks/0mbkvr03aynms.js +0 -905
  797. package/out/_next/static/chunks/0mfaeit11.hmn.js +0 -13
  798. package/out/_next/static/chunks/0mmgf1.wzjj~j.js +0 -596
  799. package/out/_next/static/chunks/0mwaae8fl0y07.js +0 -807
  800. package/out/_next/static/chunks/0n1tw5ikfuhds.js +0 -16
  801. package/out/_next/static/chunks/0n4htvg-_prjp.js +0 -807
  802. package/out/_next/static/chunks/0ndis8ndh2iq6.js +0 -1
  803. package/out/_next/static/chunks/0nkzmsf-n62ak.js +0 -227
  804. package/out/_next/static/chunks/0nq0y4cmw5~iw.js +0 -8
  805. package/out/_next/static/chunks/0nr5eu5.o4kyn.js +0 -31
  806. package/out/_next/static/chunks/0o24k-4924ut6.js +0 -5
  807. package/out/_next/static/chunks/0o6k207dwsp67.js +0 -14
  808. package/out/_next/static/chunks/0o6szwcbqvtk..js +0 -1
  809. package/out/_next/static/chunks/0ohaa_f5cdywx.js +0 -73
  810. package/out/_next/static/chunks/0p8yhpuvsglyl.js +0 -384
  811. package/out/_next/static/chunks/0pnn8a_3nqu6z.js +0 -11
  812. package/out/_next/static/chunks/0ptzf1t7-yymm.js +0 -17
  813. package/out/_next/static/chunks/0q7qj_8wmc2.r.js +0 -10
  814. package/out/_next/static/chunks/0qb6blqhb13kr.js +0 -41
  815. package/out/_next/static/chunks/0qf0ui_m--1gr.js +0 -288
  816. package/out/_next/static/chunks/0qrbj_o2k5__o.js +0 -209
  817. package/out/_next/static/chunks/0qtz0k64e56-8.js +0 -50
  818. package/out/_next/static/chunks/0s-elr_ninnzu.js +0 -10
  819. package/out/_next/static/chunks/0s-v1dmb~vwtm.js +0 -836
  820. package/out/_next/static/chunks/0s.q6152jflhg.js +0 -26
  821. package/out/_next/static/chunks/0s44-81m.~5uf.js +0 -596
  822. package/out/_next/static/chunks/0sgimuwisx~sc.js +0 -119
  823. package/out/_next/static/chunks/0skmedjn4kgal.js +0 -61
  824. package/out/_next/static/chunks/0skt87s6mdt1v.js +0 -13
  825. package/out/_next/static/chunks/0s~fz~1tqbwxx.js +0 -15
  826. package/out/_next/static/chunks/0te-i~~io16.x.js +0 -1
  827. package/out/_next/static/chunks/0tiq-41ao4ozn.js +0 -12
  828. package/out/_next/static/chunks/0tw8x4rwyovtl.js +0 -12
  829. package/out/_next/static/chunks/0twk9-d7g9_tx.css +0 -1
  830. package/out/_next/static/chunks/0ty2puez_pg34.js +0 -12
  831. package/out/_next/static/chunks/0ty8.e8ooes0x.js +0 -13
  832. package/out/_next/static/chunks/0u0zlnx_0uuo~.js +0 -1
  833. package/out/_next/static/chunks/0u_o5uefzj2zl.js +0 -43
  834. package/out/_next/static/chunks/0v3s~myflio0y.js +0 -66
  835. package/out/_next/static/chunks/0ve6lde6hlxfm.js +0 -200
  836. package/out/_next/static/chunks/0ve_2hka8ooxb.js +0 -14
  837. package/out/_next/static/chunks/0wcjo4p-9_fzj.js +0 -1
  838. package/out/_next/static/chunks/0wr~ux~6rivnb.js +0 -73
  839. package/out/_next/static/chunks/0wt4fkc59wtk~.js +0 -1
  840. package/out/_next/static/chunks/0wy8jj1craipe.js +0 -291
  841. package/out/_next/static/chunks/0x0ro0p0oede-.js +0 -1
  842. package/out/_next/static/chunks/0x5~rk9ckvkzm.js +0 -5
  843. package/out/_next/static/chunks/0xcd1022~mejo.js +0 -1
  844. package/out/_next/static/chunks/0xdixvy3ojk~v.js +0 -807
  845. package/out/_next/static/chunks/0xwzq2hc7bd08.js +0 -7
  846. package/out/_next/static/chunks/0xyni.oufvih2.js +0 -13
  847. package/out/_next/static/chunks/0y6_n9b46qlk8.js +0 -12
  848. package/out/_next/static/chunks/0y_16b~8cbo3_.js +0 -1
  849. package/out/_next/static/chunks/0ygzo.kyf038-.js +0 -13
  850. package/out/_next/static/chunks/0ykdba2inps4f.js +0 -807
  851. package/out/_next/static/chunks/0yngqzk8t1rtm.js +0 -20
  852. package/out/_next/static/chunks/0yrhd0tul9js9.js +0 -1
  853. package/out/_next/static/chunks/0yygs3qclomm0.js +0 -44
  854. package/out/_next/static/chunks/0zpzrlqi93rji.js +0 -1
  855. package/out/_next/static/chunks/0zsyxlnrzl578.js +0 -807
  856. package/out/_next/static/chunks/0z~lvtnl1p.em.js +0 -78
  857. package/out/_next/static/chunks/0~.g3kh69ma7-.js +0 -54
  858. package/out/_next/static/chunks/0~9p1dp25tvbh.js +0 -8
  859. package/out/_next/static/chunks/0~h6h6qs_rmma.js +0 -15
  860. package/out/_next/static/chunks/0~io-hb50ji.1.js +0 -1
  861. package/out/_next/static/chunks/10.uqlra33~68.js +0 -13
  862. package/out/_next/static/chunks/105z5t998s_em.js +0 -12
  863. package/out/_next/static/chunks/10gbxo~.o9bhy.js +0 -23
  864. package/out/_next/static/chunks/10k9cn.xj6r3q.js +0 -342
  865. package/out/_next/static/chunks/10z4bl1p0z6o_.js +0 -13
  866. package/out/_next/static/chunks/1116oyd686cub.js +0 -10
  867. package/out/_next/static/chunks/1187u08o~yuqn.js +0 -132
  868. package/out/_next/static/chunks/11g5r9hgxgp0m.js +0 -101
  869. package/out/_next/static/chunks/11idnn6maksef.js +0 -188
  870. package/out/_next/static/chunks/11mfm9s-fl7sy.js +0 -807
  871. package/out/_next/static/chunks/129nouv3ip29r.js +0 -14
  872. package/out/_next/static/chunks/12_5sds1suvhm.js +0 -13
  873. package/out/_next/static/chunks/12pk_ybj.re6m.js +0 -328
  874. package/out/_next/static/chunks/12r0j7wb2hlew.js +0 -1
  875. package/out/_next/static/chunks/12uy~d.q~freq.js +0 -26
  876. package/out/_next/static/chunks/130ts0c-i4pcp.js +0 -807
  877. package/out/_next/static/chunks/13zg7v-cyej8_.js +0 -288
  878. package/out/_next/static/chunks/145f2hwc~qcac.js +0 -14
  879. package/out/_next/static/chunks/145sa8d1hfzds.js +0 -13
  880. package/out/_next/static/chunks/149u.0yx9zdjc.js +0 -342
  881. package/out/_next/static/chunks/14lo~e60fjur5.js +0 -1
  882. package/out/_next/static/chunks/14p.v8friz9is.js +0 -12
  883. package/out/_next/static/chunks/152ayjjud~_te.js +0 -807
  884. package/out/_next/static/chunks/154maz1~0c85~.js +0 -12
  885. package/out/_next/static/chunks/15_oqickjmgpk.js +0 -3
  886. package/out/_next/static/chunks/15iepxopx3xb4.js +0 -1
  887. package/out/_next/static/chunks/15m115xl2x-fo.js +0 -807
  888. package/out/_next/static/chunks/15y9tbfvyqnu_.js +0 -1
  889. package/out/_next/static/chunks/15z98mla-wqnl.js +0 -108
  890. package/out/_next/static/chunks/16375mdx_~6.q.js +0 -16
  891. package/out/_next/static/chunks/16x1-2emxpzpg.js +0 -1
  892. package/out/_next/static/chunks/16zrr8jq99f4~.js +0 -59
  893. package/out/_next/static/chunks/179__8pe9.c7-.js +0 -12
  894. package/out/_next/static/chunks/17d~emxcdob_i.js +0 -1
  895. package/out/_next/static/chunks/17i0kbnunaw-a.js +0 -1
  896. package/out/_next/static/chunks/17kkbb-qkkoid.js +0 -15
  897. package/out/_next/static/chunks/182r6jub~m5uu.js +0 -14
  898. package/out/_next/static/chunks/1830j6n5zjzkx.js +0 -14
  899. package/out/_next/static/chunks/18dqga.-f~nfy.js +0 -1
  900. package/out/_next/static/chunks/18du6p5wd4ech.js +0 -138
  901. package/out/_next/static/chunks/turbopack-0-2jlgexa52kn.js +0 -1
  902. package/out/_next/static/chunks/turbopack-0.sytbe8-q.f0.js +0 -1
  903. package/out/_next/static/chunks/turbopack-01xsh_3mc57...js +0 -1
  904. package/out/_next/static/chunks/turbopack-021nw61gt0smw.js +0 -1
  905. package/out/_next/static/chunks/turbopack-02c.fwas2lwst.js +0 -1
  906. package/out/_next/static/chunks/turbopack-03nzzz4-vv3_m.js +0 -1
  907. package/out/_next/static/chunks/turbopack-03xl_fg-w0wwe.js +0 -1
  908. package/out/_next/static/chunks/turbopack-04_73x1691200.js +0 -1
  909. package/out/_next/static/chunks/turbopack-04ketb_5rfe.-.js +0 -1
  910. package/out/_next/static/chunks/turbopack-05iepmw2pln-b.js +0 -1
  911. package/out/_next/static/chunks/turbopack-05vk0jzu2gu4r.js +0 -1
  912. package/out/_next/static/chunks/turbopack-06ibu8u~exvbh.js +0 -1
  913. package/out/_next/static/chunks/turbopack-06r069z7bpvmx.js +0 -1
  914. package/out/_next/static/chunks/turbopack-07607.63_f~q4.js +0 -1
  915. package/out/_next/static/chunks/turbopack-080mpit40zsn0.js +0 -1
  916. package/out/_next/static/chunks/turbopack-08vg-gc5.lk.w.js +0 -1
  917. package/out/_next/static/chunks/turbopack-09ynj6f1~2qvg.js +0 -1
  918. package/out/_next/static/chunks/turbopack-0am8m57rd7ue~.js +0 -1
  919. package/out/_next/static/chunks/turbopack-0flgs.l7-jwep.js +0 -1
  920. package/out/_next/static/chunks/turbopack-0ga2ytjk4irgm.js +0 -1
  921. package/out/_next/static/chunks/turbopack-0gv1w2-walrwj.js +0 -1
  922. package/out/_next/static/chunks/turbopack-0h8qtpk9zxc5w.js +0 -1
  923. package/out/_next/static/chunks/turbopack-0hn82ceuofjtz.js +0 -1
  924. package/out/_next/static/chunks/turbopack-0jyinuljzkzme.js +0 -1
  925. package/out/_next/static/chunks/turbopack-0kbw2bixmq-i6.js +0 -1
  926. package/out/_next/static/chunks/turbopack-0ln3og1r-_32i.js +0 -1
  927. package/out/_next/static/chunks/turbopack-0mdx764wtb9__.js +0 -1
  928. package/out/_next/static/chunks/turbopack-0mpncz8905-~_.js +0 -1
  929. package/out/_next/static/chunks/turbopack-0nl4bu~hrwg_c.js +0 -1
  930. package/out/_next/static/chunks/turbopack-0nno9lji-zzl..js +0 -1
  931. package/out/_next/static/chunks/turbopack-0o78sdharqtil.js +0 -1
  932. package/out/_next/static/chunks/turbopack-0oe-f.~p1jg8n.js +0 -1
  933. package/out/_next/static/chunks/turbopack-0ofu5~yiw_1_h.js +0 -1
  934. package/out/_next/static/chunks/turbopack-0p7o~ji.qdun9.js +0 -1
  935. package/out/_next/static/chunks/turbopack-0p_ojxb-55myx.js +0 -1
  936. package/out/_next/static/chunks/turbopack-0pv4teocze3x9.js +0 -1
  937. package/out/_next/static/chunks/turbopack-0rqw5r0qcrf2z.js +0 -1
  938. package/out/_next/static/chunks/turbopack-0rrj08a25.mep.js +0 -1
  939. package/out/_next/static/chunks/turbopack-0r~0nmphiorfn.js +0 -1
  940. package/out/_next/static/chunks/turbopack-0s.6f50ntkcs9.js +0 -1
  941. package/out/_next/static/chunks/turbopack-0s0ulq6q87y_x.js +0 -1
  942. package/out/_next/static/chunks/turbopack-0sdfu3q0v0q5h.js +0 -1
  943. package/out/_next/static/chunks/turbopack-0sjqqk57lmjnz.js +0 -1
  944. package/out/_next/static/chunks/turbopack-0svf~53uzg0yz.js +0 -1
  945. package/out/_next/static/chunks/turbopack-0t2n3t16.jt5-.js +0 -1
  946. package/out/_next/static/chunks/turbopack-0uhwk8kptpcof.js +0 -1
  947. package/out/_next/static/chunks/turbopack-0v0px_ggnszwk.js +0 -1
  948. package/out/_next/static/chunks/turbopack-0vpfmiii_t_hk.js +0 -1
  949. package/out/_next/static/chunks/turbopack-0x-fi_n3na5.e.js +0 -1
  950. package/out/_next/static/chunks/turbopack-0yq6qjplbghh8.js +0 -1
  951. package/out/_next/static/chunks/turbopack-0z3yqbd6ngf3r.js +0 -1
  952. package/out/_next/static/chunks/turbopack-0zo3lj078ff73.js +0 -1
  953. package/out/_next/static/chunks/turbopack-10ikru0-tgde5.js +0 -1
  954. package/out/_next/static/chunks/turbopack-10my3_6508i9s.js +0 -1
  955. package/out/_next/static/chunks/turbopack-11fd3~ckkb1az.js +0 -1
  956. package/out/_next/static/chunks/turbopack-12635pttd8mwo.js +0 -1
  957. package/out/_next/static/chunks/turbopack-12tv~faaane2m.js +0 -1
  958. package/out/_next/static/chunks/turbopack-133ooe_tc74fx.js +0 -1
  959. package/out/_next/static/chunks/turbopack-13xywrs0tr14-.js +0 -1
  960. package/out/_next/static/chunks/turbopack-14c20trqh_v2z.js +0 -1
  961. package/out/_next/static/chunks/turbopack-164kkr2_jziv1.js +0 -1
  962. package/out/_next/static/chunks/turbopack-16zy~wq_5~ah~.js +0 -1
  963. package/out/_next/static/chunks/turbopack-17ag.mp331nmd.js +0 -1
  964. package/out/_next/static/pFqjC0hy-zIBRbr8wLP_l/_buildManifest.js +0 -258
  965. package/out/admin-ui-permissions.js +0 -129
  966. /package/out/_next/static/{pFqjC0hy-zIBRbr8wLP_l → T3MvrnLGtwi3l3MDtTzwv}/_clientMiddlewareManifest.js +0 -0
  967. /package/out/_next/static/{pFqjC0hy-zIBRbr8wLP_l → T3MvrnLGtwi3l3MDtTzwv}/_ssgManifest.js +0 -0
  968. /package/out/_next/static/chunks/{0a1flay6uksa2.js → 0wooaklx8_14q.js} +0 -0
  969. /package/out/_next/static/chunks/{0htfk2vj7m.9j.js → 1jqnrnw0p9tw5.js} +0 -0
@@ -1,384 +0,0 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,73298,2228,e=>{"use strict";var t=e.i(59080);let a=t.gql`
2
- fragment MD5MetaDataFragment on WebAuthnMDSv3Metadata {
3
- legalHeader
4
- description
5
- authenticatorVersion
6
- protocolFamily
7
- schema
8
- authenticationAlgorithms
9
- publicKeyAlgAndEncodings
10
- attestationTypes
11
- keyProtection
12
- upv
13
- tcDisplay
14
- authenticationAlgorithms
15
- publicKeyAlgAndEncodings
16
- icon
17
- authenticatorGetInfo
18
- }
19
- `;e.s(["default",0,a],2228);let s=t.gql`
20
- fragment UserFragment on User {
21
- _id
22
- lastBillingAddress {
23
- firstName
24
- lastName
25
- company
26
- addressLine
27
- addressLine2
28
- postalCode
29
- countryCode
30
- regionCode
31
- city
32
- }
33
- lastContact {
34
- emailAddress
35
- telNumber
36
- }
37
- lastLogin {
38
- countryCode
39
- locale
40
- remoteAddress
41
- remotePort
42
- timestamp
43
- userAgent
44
- }
45
- avatar {
46
- _id
47
- name
48
- size
49
- type
50
- url
51
- }
52
- allowedActions
53
- paymentCredentials {
54
- _id
55
- isValid
56
- isPreferred
57
- paymentProvider {
58
- _id
59
- type
60
- interface {
61
- _id
62
- label
63
- version
64
- }
65
- }
66
- }
67
- emails {
68
- verified
69
- address
70
- }
71
- web3Addresses {
72
- address
73
- nonce
74
- verified
75
- }
76
- webAuthnCredentials {
77
- _id
78
- created
79
- aaguid
80
- counter
81
- mdsMetadata {
82
- ...MD5MetaDataFragment
83
- }
84
- }
85
- profile {
86
- displayName
87
- phoneMobile
88
- gender
89
- address {
90
- firstName
91
- lastName
92
- company
93
- addressLine
94
- addressLine2
95
- postalCode
96
- countryCode
97
- regionCode
98
- city
99
- }
100
- birthday
101
- }
102
- username
103
- primaryEmail {
104
- verified
105
- address
106
- }
107
- isGuest
108
- isInitialPassword
109
- name
110
- roles
111
- tags
112
- deleted
113
- cart {
114
- _id
115
- items {
116
- _id
117
- }
118
- }
119
- orders {
120
- _id
121
- items {
122
- _id
123
- }
124
- }
125
- }
126
- ${a}
127
- `;e.s(["default",0,s],73298)},51870,e=>{"use strict";var t=e.i(59080),a=e.i(32171),s=e.i(70693),r=e.i(73298);e.s(["default",0,e=>{let{customProperties:l,hydrateFragment:i}=(0,s.default)(),{data:d,loading:o,error:n}=(0,a.useQuery)(((e="")=>t.gql`
128
- query CurrentUser {
129
- me {
130
- ...UserFragment
131
- ${e}
132
- }
133
- }
134
- ${r.default}
135
- `)(l?.User)),c=d?.me,u=i(l?.User,c||null);return{currentUser:c,loading:o,error:n,extendedData:u}}])},77846,e=>{"use strict";var t=e.i(59080);let a=t.gql`
136
- fragment CountryFragment on Country {
137
- _id
138
- isoCode
139
- isActive
140
- isBase
141
-
142
- defaultCurrency {
143
- _id
144
- isoCode
145
- }
146
- }
147
- `;e.s(["default",0,a])},98520,e=>{"use strict";var t=e.i(59080),a=e.i(32171),s=e.i(77846);let r=t.gql`
148
- query Countries(
149
- $queryString: String
150
- $limit: Int
151
- $offset: Int
152
- $includeInactive: Boolean
153
- $sort: [SortOptionInput!]
154
- ) {
155
- countries(
156
- queryString: $queryString
157
- limit: $limit
158
- offset: $offset
159
- includeInactive: $includeInactive
160
- sort: $sort
161
- ) {
162
- ...CountryFragment
163
- }
164
- countriesCount(includeInactive: $includeInactive, queryString: $queryString)
165
- }
166
-
167
- ${s.default}
168
- `;e.s(["default",0,({queryString:e="",limit:t=20,offset:s=0,includeInactive:l=!0,sort:i=[]}={})=>{let{data:d,loading:o,error:n,fetchMore:c}=(0,a.useQuery)(r,{variables:{queryString:e,limit:t,offset:s,includeInactive:l,sort:i}}),u=d?.countries||[],m=d?.countriesCount,f=u?.length<m;return{countries:u,countriesCount:m,hasMore:f,loading:o,error:n,loadMore:()=>{c({variables:{offset:u?.length}})}}}])},95064,e=>{"use strict";var t=e.i(59080);let a=t.gql`
169
- fragment LanguageFragment on Language {
170
- _id
171
- isoCode
172
- isActive
173
- isBase
174
- name
175
- }
176
- `;e.s(["default",0,a])},51713,e=>{"use strict";var t=e.i(59080),a=e.i(32171),s=e.i(95064);let r=t.gql`
177
- query Languages(
178
- $queryString: String
179
- $offset: Int
180
- $limit: Int
181
- $includeInactive: Boolean
182
- $sort: [SortOptionInput!]
183
- ) {
184
- languages(
185
- queryString: $queryString
186
- offset: $offset
187
- limit: $limit
188
- includeInactive: $includeInactive
189
- sort: $sort
190
- ) {
191
- ...LanguageFragment
192
- }
193
- languagesCount(includeInactive: $includeInactive, queryString: $queryString)
194
- }
195
- ${s.default}
196
- `;e.s(["default",0,({queryString:e="",limit:t=20,offset:s=0,includeInactive:l=!0,sort:i=[]}={})=>{let{data:d,loading:o,error:n,fetchMore:c}=(0,a.useQuery)(r,{variables:{queryString:e,limit:t,offset:s,includeInactive:l,sort:i}}),u=d?.languages||[],m=d?.languagesCount,f=u?.length<m;return{languages:u,languagesCount:m,hasMore:f,loading:o,error:n,loadMore:()=>{c({variables:{offset:u?.length}})}}}])},57561,48539,55989,e=>{"use strict";var t=e.i(91788),a=e.i(91398),s=e.i(69322),r=e.i(51713),l=e.i(98520),i=e.i(59080),d=e.i(32171);let o=i.gql`
197
- query ShopInfo {
198
- shopInfo {
199
- _id
200
- version
201
- language {
202
- _id
203
- isoCode
204
- name
205
- }
206
- country {
207
- _id
208
- isoCode
209
- flagEmoji
210
- name
211
- defaultCurrency {
212
- _id
213
- isoCode
214
- }
215
- }
216
- adminUiConfig {
217
- singleSignOnURL
218
- externalLinks {
219
- href
220
- title
221
- target
222
- }
223
- customProperties {
224
- entityName
225
- inlineFragment
226
- }
227
- productTags
228
- assortmentTags
229
- userTags
230
- }
231
- }
232
- }
233
- `,n=()=>{let{data:e,loading:t,error:a}=(0,d.useQuery)(o,{fetchPolicy:"cache-first"}),{shopInfo:s}=e||{};return{shopInfo:s,defaultLocale:[s?.language?.isoCode,s?.country?.isoCode?.toUpperCase()].filter(Boolean)?.join("-"),loading:t,error:a}};e.s(["default",0,n],48539);var c=e.i(79684);let u=(0,t.createContext)(void 0);e.s(["AppContextWrapper",0,({children:e,onlyFull:i=!1})=>{let d,{languages:o}=(0,r.default)(),{locale:m}=(0,s.useIntl)(),[f,g]=(0,c.default)("selectedLocale",null),{shopInfo:h,loading:p}=n(),{countries:x}=(0,l.default)(),[v,b]=(0,t.useState)(m),y=e=>{g(e),b(e)};(0,t.useEffect)(()=>{f?b(f):p||y(`${h?.language?.isoCode}-${h?.country?.isoCode?.toUpperCase()}`)},[h,p,m]);let w=(d=[],o.forEach(({_id:e,isoCode:t})=>{d.push({_id:e,isoCode:t}),x.forEach(({isoCode:a,_id:s})=>{let r=[t,a.toUpperCase()].join("-");(e=>{try{return new Intl.DateTimeFormat(e).resolvedOptions().locale.toLowerCase()===e.toLowerCase()}catch(e){return!1}})(r)&&d.push({_id:`${s}-${e}`,isoCode:r})})}),d).filter(e=>!i||e.isoCode.includes("-")),j=!!h?.language&&!!h?.country;return(0,a.jsx)(u.Provider,{value:{selectedLocale:v,setSelectedLocale:y,languageDialectList:w,isSystemReady:j,shopInfo:h},children:e})},"default",0,u],55989),e.s(["default",0,()=>{let e=(0,t.useContext)(u);if(!e)throw Error("useLocale must be used within a LocaleProvider");return e}],57561)},56779,e=>{"use strict";var t=e.i(91398),a=e.i(56206),s=e.i(3828),r=e.i(91788),l=e.i(69322);e.s(["default",0,({children:e,tabItems:i,defaultTab:d,updateRoute:o=!0})=>{let n=(0,s.useRouter)(),{tab:c=d}=n?.query||{},u=Array.isArray(c)?c[0]:c,{formatMessage:m}=(0,l.useIntl)(),f=e=>{if(o){let{sort:t,...a}=n?.query||{};n.push({query:{...a,tab:e}},void 0,{shallow:!0})}};return(0,t.jsxs)("div",{className:"mt-10",children:[(0,t.jsxs)("div",{className:"lg:hidden",children:[(0,t.jsx)("label",{htmlFor:"selected-tab",className:"sr-only",children:m({id:"select_tab",defaultMessage:"Select a tab"})}),(0,t.jsx)("select",{onChange:e=>f(e.target.value),id:"selected-tab",name:"selected-tab",className:"mt-1 block dark:bg-slate-800 dark:text-white w-full rounded-md border-border-default py-2 pl-3 pr-10 text-base capitalize focus:outline-none focus:ring-2 focus:ring-slate-800 dark:focus:ring-slate-400 focus:border-slate-800 dark:focus:border-slate-400 sm:text-sm",value:u,children:i.filter(Boolean).map(e=>(0,t.jsx)("option",{value:e.id,className:"dark:text-white",children:e?.title||e?.id},e.id))})]}),(0,t.jsx)("div",{className:"mt-5 hidden lg:block",children:(0,t.jsx)("div",{className:"",children:(0,t.jsx)("nav",{className:"flex flex-wrap gap-3",children:i.filter(Boolean).map(e=>(0,t.jsx)("a",{id:e.id,tabIndex:0,onClick:()=>f(e.id),onKeyDown:t=>{("Enter"===t.key||" "===t.key)&&(t.preventDefault(),f(e.id))},className:(0,a.default)({"cursor-pointer rounded-lg border border-border-default bg-white text-text-primary dark:bg-slate-900 shadow-sm dark:hover:border-slate-500 hover:border-slate-400 focus:outline-none focus:ring-2 focus:ring-slate-800 dark:focus:ring-slate-400 focus:ring-offset-2 dark:focus:ring-offset-slate-900":u===e.id},"cursor-pointer relative whitespace-nowrap border border-border-subtle py-2 px-1 pr-3 pl-2 text-sm dark:text-slate-400 font-medium hover:bg-white dark:hover:bg-slate-800 hover:border-slate-300 dark:hover:border-slate-500 rounded-lg focus:outline-none focus:ring-2 focus:ring-slate-800 dark:focus:ring-slate-400 focus:ring-offset-2 dark:focus:ring-offset-slate-900"),children:(0,t.jsxs)("div",{className:"flex items-center space-x-1",children:[(0,t.jsx)("div",{children:e.Icon}),(0,t.jsx)("div",{className:"capitalize",children:e?.title||e?.id}),e?.length?(0,t.jsx)("span",{className:"absolute top-0 right-0 inline-flex translate-x-1/2 -translate-y-1/2 transform items-center justify-center rounded-full bg-slate-400 px-1 py-0.5 text-sm leading-none text-slate-900",children:e?.length}):null]})},e.id))})})}),(0,t.jsx)("div",{className:"mt-5",children:r.default.cloneElement(e,{selectedView:u})})]})}])},76929,e=>{"use strict";var t=e.i(91788);let a=t.forwardRef(function({title:e,titleId:a,...s},r){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:r,"aria-labelledby":a},s),e?t.createElement("title",{id:a},e):null,t.createElement("path",{d:"M12 4.467c0-.405.262-.75.559-1.027.276-.257.441-.584.441-.94 0-.828-.895-1.5-2-1.5s-2 .672-2 1.5c0 .362.171.694.456.953.29.265.544.6.544.994a.968.968 0 0 1-1.024.974 39.655 39.655 0 0 1-3.014-.306.75.75 0 0 0-.847.847c.14.993.242 1.999.306 3.014A.968.968 0 0 1 4.447 10c-.393 0-.729-.253-.994-.544C3.194 9.17 2.862 9 2.5 9 1.672 9 1 9.895 1 11s.672 2 1.5 2c.356 0 .683-.165.94-.441.276-.297.622-.559 1.027-.559a.997.997 0 0 1 1.004 1.03 39.747 39.747 0 0 1-.319 3.734.75.75 0 0 0 .64.842c1.05.146 2.111.252 3.184.318A.97.97 0 0 0 10 16.948c0-.394-.254-.73-.545-.995C9.171 15.693 9 15.362 9 15c0-.828.895-1.5 2-1.5s2 .672 2 1.5c0 .356-.165.683-.441.94-.297.276-.559.622-.559 1.027a.998.998 0 0 0 1.03 1.005c1.337-.05 2.659-.162 3.961-.337a.75.75 0 0 0 .644-.644c.175-1.302.288-2.624.337-3.961A.998.998 0 0 0 16.967 12c-.405 0-.75.262-1.027.559-.257.276-.584.441-.94.441-.828 0-1.5-.895-1.5-2s.672-2 1.5-2c.362 0 .694.17.953.455.265.291.601.545.995.545a.97.97 0 0 0 .976-1.024 41.159 41.159 0 0 0-.318-3.184.75.75 0 0 0-.842-.64c-1.228.164-2.473.271-3.734.319A.997.997 0 0 1 12 4.467Z"}))});e.s(["PuzzlePieceIcon",0,a],76929)},31494,e=>{"use strict";var t=e.i(91398),a=e.i(69322),s=e.i(84818),r=e.i(87284),l=e.i(6634);let i=({value:e})=>{let{formatDateTime:i}=(0,s.default)(),{formatMessage:d}=(0,a.useIntl)();return(e=>{try{return new URL(e)}catch{return!1}})(e)?(e=>{try{let{pathname:t}=new URL(e),a=t?.split("."),s=`.${a[a.length-1]}`;return[".jpg",".jpeg",".png",".gif",".bmp"].includes(s)}catch{return!1}})(e)?(0,t.jsx)("div",{className:"ring-2 ring-offset-2 ring-slate-900 group block w-full aspect-w-10 aspect-h-7 rounded-lg bg-slate-50 overflow-hidden",children:(0,t.jsx)(r.default,{src:e,className:"relative h-10 w-10 rounded-full",width:100,height:100,alt:d({id:"image_not_available",defaultMessage:"Image not available"})})}):(0,t.jsx)("div",{className:"ml-4 shrink-0",children:(0,t.jsxs)("a",{href:e,className:"font-medium text-slate-900 hover:text-slate-800",target:"_blank",rel:"noreferrer",children:[new URL(e).host,"...",new URL(e).pathname]})}):(e=>{try{return"boolean"==typeof JSON.parse(e)}catch{return!1}})(e)?(0,t.jsx)(l.default,{disabled:!0,active:JSON.parse(e)}):!Number.isNaN(Date.parse(e))&&Number.isNaN(Number(e))?i(e,{dateStyle:"long",timeStyle:"short"}):(!Number.isNaN(e),e)},d=({value:e})=>(0,t.jsx)("h3",{className:"text-base font-medium",children:(0,t.jsx)("span",{className:"text-slate-900",children:e})}),o=e=>{let{data:a,parentKey:s}=e;if(!a)return null;let r=Object.keys(a),l=[];return void 0!==s&&l.push((0,t.jsx)(d,{value:s},s)),r.forEach(e=>{let r=a[e];if(Array.isArray(r))if(l.push((0,t.jsx)(d,{value:e},e)),r.every(e=>"string"==typeof e||"number"==typeof e))l.push((0,t.jsx)("div",{className:" p-2",children:r?.map(e=>(0,t.jsx)("span",{className:"inline-flex items-center rounded-md bg-slate-50 px-2.5 py-0.5 text-sm font-medium text-slate-800 ml-2",children:(0,t.jsx)(i,{value:e})},e))},e));else{let a=[];r.forEach((e,s)=>{a.push((0,t.jsx)("li",{className:"flex items-center text-slate-600 justify-between py-3 pl-3 pr-4 text-sm",children:o({data:e,parentKey:s})},s))}),l.push((0,t.jsx)("ul",{className:"divide-y divide-slate-200 rounded-md ",children:a},e))}else"object"==typeof r?l.push(o({data:r,parentKey:e})):void 0===s?l.push((0,t.jsxs)("div",{className:"py-4 sm:grid sm:grid-cols-3 sm:gap-4 sm:py-5",children:[(0,t.jsx)("dt",{className:"text-sm font-medium text-slate-700",children:(0,t.jsx)(d,{value:e},e)}),(0,t.jsx)("dd",{className:"mt-1 text-sm text-slate-900 sm:col-span-2 sm:mt-0",children:(0,t.jsx)(i,{value:r})})]},e)):l.push((0,t.jsxs)("div",{className:"py-4 sm:grid sm:grid-cols-3 sm:gap-4 sm:py-5 sm:px-6",children:[(0,t.jsx)("dt",{className:"text-sm font-medium text-slate-700",children:(0,t.jsx)(d,{value:e},e)}),(0,t.jsx)("dd",{className:"mt-1 text-sm text-slate-900 sm:col-span-2 sm:mt-0",children:(0,t.jsx)(i,{value:r})})]},e))}),(0,t.jsx)("div",{className:" bg-white px-4 py-5 ",children:(0,t.jsx)("dl",{children:l})})};e.s(["default",0,o])},60195,e=>{"use strict";var t=e.i(91398),a=e.i(56206);e.s(["default",0,({documentationLabel:e,documentation:s=null,mainContent:r=null,sideComponents:l=null,className:i=null,children:d})=>(0,t.jsx)(t.Fragment,{children:(0,t.jsxs)("div",{className:(0,a.default)("mt-5 lg:grid lg:grid-cols-3 lg:gap-6",i),children:[(0,t.jsx)("div",{className:"lg:col-span-1 mt-10 lg:mt-1",children:(0,t.jsxs)("div",{className:"px-4 sm:px-0",children:[(0,t.jsx)("h3",{className:"text-lg text-slate-900 dark:text-slate-200",children:e}),(0,t.jsx)("div",{className:"mt-1 text-sm text-slate-600 dark:text-slate-500",children:s}),l]})}),(0,t.jsx)("div",{className:"lg:col-span-2 lg:mt-0",children:d||r})]})})])},54529,e=>{"use strict";var t=e.i(59080);let a=t.gql`
234
- fragment ProductBriefFragment on Product {
235
- texts(forceLocale: $forceLocale) {
236
- _id
237
- slug
238
- title
239
- subtitle
240
- description
241
- vendor
242
- brand
243
- labels
244
- locale
245
- }
246
- _id
247
- sequence
248
- status
249
- tags
250
- sequence
251
- updated
252
- published
253
- media {
254
- _id
255
- tags
256
- file {
257
- _id
258
- url
259
- }
260
- }
261
- ... on BundleProduct {
262
- proxies {
263
- __typename
264
- }
265
- }
266
- ... on SimpleProduct {
267
- catalogPrice {
268
- amount
269
- currencyCode
270
- }
271
- proxies {
272
- __typename
273
- }
274
- }
275
- ... on PlanProduct {
276
- catalogPrice {
277
- amount
278
- currencyCode
279
- }
280
- proxies {
281
- __typename
282
- }
283
- }
284
- }
285
- `;e.s(["default",0,a])},35429,e=>{"use strict";var t=e.i(91398),a=e.i(56206),s=e.i(69322),r=e.i(21128);e.s(["default",0,({cancelText:e=null,showCancel:l=!0,submitText:i=null,showSubmit:d=!0,onCancel:o,className:n=""})=>{let{formatMessage:c}=(0,s.useIntl)();return(0,t.jsxs)("span",{className:(0,a.default)("flex shrink-0 items-center space-x-4 py-5 pl-1",n),children:[l?(0,t.jsx)("button",{onClick:o,"data-id":"cancel_update",type:"button",className:(0,a.default)("focus:ring-slate-800","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-slate-800 focus:ring-offset-2"),children:e||c({id:"cancel",defaultMessage:"Cancel"})}):null,d?(0,t.jsx)(r.default,{label:i||c({id:"save",defaultMessage:"Save"})}):null]})}])},13120,e=>{"use strict";var t=e.i(91398),a=e.i(56206),s=e.i(76038),r=e.i(60741),l=e.i(82226),i=e.i(54879);e.s(["default",0,({buttonText:e="",validators:d=[],selectOptions:o=[],...n})=>{let c=(0,r.default)({validators:[...d,(0,l.validateRequiredTag)(n?.required)],label:"Tags",...n});return(0,t.jsx)(i.default,{...c,children:(0,t.jsx)(s.default,{disabled:c.disabled,id:c.id,name:c.name,className:(0,a.default)({"border-rose-300":!!c.error}),onChange:e=>c.setValue(e),placeholder:c.placeholder,tagList:c.value,buttonText:e,selectOptions:o})})}])},91412,e=>{"use strict";var t=e.i(91788);let a=t.forwardRef(function({title:e,titleId:a,...s},r){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:r,"aria-labelledby":a},s),e?t.createElement("title",{id:a},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(["EyeIcon",0,a],91412)},34948,e=>{"use strict";var t=e.i(91398),a=e.i(69322),s=e.i(6607),r=e.i(42469),l=e.i(69211),i=e.i(13120),d=e.i(98949),o=e.i(35429);let n=({tags:e,onSubmit:s,onCancel:r,selectOptions:n=[]})=>{let{formatMessage:c}=(0,a.useIntl)(),u=c({id:"tags_updated",defaultMessage:"Tags updated successfully"}),m=(0,d.default)({submit:s,successMessage:u,onSubmitSuccess:r,initialValues:{tags:e}});return(0,t.jsxs)(l.default,{form:m,id:"add_tag_form",children:[(0,t.jsx)("div",{children:(0,t.jsx)(i.default,{name:"tags",id:"tags",label:c({id:"tags",defaultMessage:"Tags"}),tagList:e,selectOptions:n})}),(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)(o.default,{onCancel:r,className:"justify-end "})})]})};e.s(["default",0,({defaultValue:e,onSubmit:l,enableEdit:i,availableTagOptions:d=[]})=>{let{formatMessage:o}=(0,a.useIntl)(),{setModal:c}=(0,s.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,a)=>(0,t.jsx)("span",{children:(0,t.jsx)(r.default,{text:e,color:"sky"})},`${e}${a+1}`)):(0,t.jsx)("span",{children:(0,t.jsx)(r.default,{text:o({id:"no_tag",defaultMessage:"No Tag"}),color:"slate"})})}),i&&(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-slate-800",onClick:()=>c((0,t.jsx)(n,{tags:e||[],onCancel:()=>c(""),onSubmit:l,selectOptions:d})),children:o({id:"edit_tags",defaultMessage:"Edit tags"})})]})}],34948)},83094,e=>{"use strict";var t=e.i(91398),a=e.i(56206),s=e.i(69322),r=e.i(91412),l=e.i(91788);let i=l.forwardRef(function({title:e,titleId:t,...a},s){return l.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:s,"aria-labelledby":t},a),e?l.createElement("title",{id:t},e):null,l.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"}))});var d=e.i(7654),o=e.i(31858),n=e.i(3812),c=e.i(98634),u=e.i(82226),m=e.i(60741),f=e.i(54879),g=e.i(56779);let h=({selectedView:e="edit",...s})=>"preview"===e?(0,t.jsx)("div",{className:"prose dark:prose-invert",children:(0,t.jsx)(d.default,{rehypePlugins:[o.default,n.default,c.default],children:s.value})}):(0,t.jsx)("textarea",{className:(0,a.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-slate-800",s.className,{"border-rose-700 placeholder:text-rose-300 placeholder-rose-300":!!s.error}),disabled:s.disabled,id:s.name,name:s.name,rows:s.rows||10,onChange:s.onChange,onBlur:s.onBlur,placeholder:s.placeholder,autoComplete:s.autoComplete||"off",value:s.value});e.s(["default",0,({maxLength:e,validators:a=[],...l})=>{let{formatMessage:d}=(0,s.useIntl)(),o=(0,m.default)({validators:[...a,e&&(0,u.validateMaxLength)(e)],...l}),n=[{id:"editor",title:d({id:"editor",defaultMessage:"Editor"}),Icon:(0,t.jsx)(i,{className:"h-4 w-5"})},{id:"preview",title:d({id:"preview",defaultMessage:"preview"}),Icon:(0,t.jsx)(r.EyeIcon,{className:"h-4 w-5"})}];return(0,t.jsx)(f.default,{...o,children:(0,t.jsx)("div",{className:"-mt-8",children:(0,t.jsx)(g.default,{tabItems:n,defaultTab:"editor",children:(0,t.jsx)(h,{...o})})})})}],83094)},64479,e=>{"use strict";var t=e.i(59080),a=e.i(76204);let s=t.gql`
286
- mutation ConfirmMediaUpload(
287
- $mediaUploadTicketId: ID!
288
- $size: Int!
289
- $type: String!
290
- ) {
291
- confirmMediaUpload(
292
- mediaUploadTicketId: $mediaUploadTicketId
293
- size: $size
294
- type: $type
295
- ) {
296
- _id
297
- name
298
- type
299
- size
300
- url
301
- }
302
- }
303
- `;e.s(["default",0,(e={})=>{let[t]=(0,a.useMutation)(s,e);return{confirmMediaUpload:async({mediaUploadTicketId:e,size:a,type:s})=>t({variables:{mediaUploadTicketId:e,size:a,type:s}})}}])},93994,e=>{"use strict";let t=async(e,t)=>{let a=await fetch(t,{method:"PUT",body:e});return a.ok?Promise.resolve({}):Promise.reject(Error(a.statusText))};e.s(["default",0,t])},41215,e=>{"use strict";class t extends Error{constructor(e){super(e),this.name="CustomError"}}e.s(["default",()=>t])},61113,87593,39833,84339,87213,66859,e=>{"use strict";var t,a=e.i(91788);let s=a.forwardRef(function({title:e,titleId:t,...s},r){return a.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:r,"aria-labelledby":t},s),e?a.createElement("title",{id:t},e):null,a.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,s],61113);var r=e.i(59080);let l=r.gql`
304
- fragment ProductReviewDetailFragment on ProductReview {
305
- _id
306
- created
307
- updated
308
- deleted
309
- author {
310
- _id
311
- username
312
- name
313
- profile {
314
- displayName
315
- address {
316
- firstName
317
- lastName
318
- }
319
- }
320
- isGuest
321
- avatar {
322
- _id
323
-
324
- url
325
- }
326
- }
327
- product {
328
- _id
329
- texts(forceLocale: $forceLocale) {
330
- _id
331
- title
332
- subtitle
333
- }
334
- media {
335
- _id
336
- file {
337
- _id
338
- url
339
- }
340
- }
341
- }
342
- rating
343
- title
344
- review
345
- upVote: voteCount(type: UPVOTE)
346
- downVote: voteCount(type: DOWNVOTE)
347
- voteReport: voteCount(type: REPORT)
348
- ownVotes {
349
- timestamp
350
- type
351
- }
352
- }
353
- `;e.s(["default",0,l],87593);var i=e.i(91398);let d=a.forwardRef(function({title:e,titleId:t,...s},r){return a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},s),e?a.createElement("title",{id:t},e):null,a.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"}))}),o=a.forwardRef(function({title:e,titleId:t,...s},r){return a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},s),e?a.createElement("title",{id:t},e):null,a.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(["HandThumbDownIcon",0,o],39833);let n=a.forwardRef(function({title:e,titleId:t,...s},r){return a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},s),e?a.createElement("title",{id:t},e):null,a.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(["HandThumbUpIcon",0,n],84339);var c=e.i(69322),u=e.i(66773),m=e.i(28401),f=e.i(56206),g=e.i(21623),h=e.i(24557),p=e.i(84818),x=e.i(15971),v=e.i(6607),b=e.i(76204);let y=r.gql`
354
- mutation RemoveProductReview($productReviewId: ID!) {
355
- removeProductReview(productReviewId: $productReviewId) {
356
- _id
357
- }
358
- }
359
- `;var w=e.i(42469),j=e.i(87284),k=e.i(93380);(t={}).UPVOTE="UPVOTE",t.DOWNVOTE="DOWNVOTE",t.REPORT="REPORT";let N=r.gql`
360
- mutation AddProductReviewVote(
361
- $productReviewId: ID!
362
- $type: ProductReviewVoteType!
363
- $meta: JSON
364
- $forceLocale: Locale
365
- ) {
366
- addProductReviewVote(
367
- productReviewId: $productReviewId
368
- type: $type
369
- meta: $meta
370
- ) {
371
- _id
372
- }
373
- }
374
- `,C=r.gql`
375
- mutation RemoveProductReviewVote(
376
- $productReviewId: ID!
377
- $type: ProductReviewVoteType!
378
- $forceLocale: Locale
379
- ) {
380
- removeProductReviewVote(productReviewId: $productReviewId, type: $type) {
381
- _id
382
- }
383
- }
384
- `;var _=e.i(58971),R=e.i(51870),I=e.i(69211),$=e.i(21128),P=e.i(82226),E=e.i(60741),L=e.i(54879);let M=({maxLength:e,validators:t=[],...a})=>{let s=(0,E.default)({validators:[...t,e&&(0,P.validateMaxLength)(e)],...a});return(0,i.jsx)(L.default,{...s,children:(0,i.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-slate-800",s.className,{"border-rose-700 placeholder:text-rose-300 placeholder-rose-300":!!s.error}),disabled:s.disabled,id:s.name,name:s.name,rows:s.rows||10,onChange:s.onChange,onBlur:s.onBlur,placeholder:s.placeholder,autoComplete:s.autoComplete||"off",value:s.value})})};e.s(["default",0,M],87213);var T=e.i(98949);let S=({onSubmit:e,onSubmitSuccess:t=async()=>!0})=>{let{formatMessage:a}=(0,c.useIntl)(),s=a({id:"product_review_added",defaultMessage:"Review added successfully!"}),r=(0,T.default)({submit:e,successMessage:s,onSubmitSuccess:t,initialValues:{message:""}});return(0,i.jsxs)(I.default,{form:r,children:[(0,i.jsx)(M,{rows:3,required:!0,name:"message",id:"message",label:a({id:"message",defaultMessage:"Message"})}),(0,i.jsx)("div",{className:"-mx-6 -mb-6 mt-6 border-t-slate-100 border-t dark:border-t-slate-700 space-y-6 rounded-b-md bg-slate-50 dark:bg-slate-900 p-5 text-right",children:(0,i.jsx)($.default,{label:a({id:"report-submit",defaultMessage:"Submit"})})})]})};var q=e.i(41215);let O="UPVOTE",A="DOWNVOTE",V="REPORT";e.s(["default",0,({review:e,enableDelete:t=!0,showProduct:a=!1})=>{let{formatMessage:s}=(0,c.useIntl)(),{currentUser:r}=(0,R.default)(),{formatDateTime:l}=(0,p.default)(),{setModal:I}=(0,v.default)(),{addProductReviewVote:$}=(()=>{let[e]=(0,b.useMutation)(N);return{addProductReviewVote:async({productReviewId:t,type:a,meta:s})=>e({variables:{productReviewId:t,type:a,meta:s},refetchQueries:["ProductReviewByProduct","ProductReviewByUser"]})}})(),{removeProductReviewVote:P}=(()=>{let[e]=(0,b.useMutation)(C);return{removeProductReviewVote:async({productReviewId:t,type:a})=>e({variables:{productReviewId:t,type:a},refetchQueries:["ProductReviewByProduct","ProductReviewByUser"]})}})(),{hasRole:E,isAdmin:L}=(0,_.default)(),M=t=>!!e.ownVotes.find(e=>e.type===t),T=async t=>{let a=async({message:a})=>{try{return await $({productReviewId:e._id,type:t,meta:{message:a}}),{success:!0}}catch(e){if(e instanceof q.default)return{success:!1,error:e?.message};return{success:!1,error:e}}};M(t)?await P({productReviewId:e._id,type:t}):t===V?await I((0,i.jsx)(S,{onSubmit:a,onSubmitSuccess:async()=>I(null)})):await $({productReviewId:e._id,type:t})},{removeProductReview:U}=(()=>{let[e]=(0,b.useMutation)(y);return{removeProductReview:async({productReviewId:t})=>e({variables:{productReviewId:t},refetchQueries:["ProductReviewByProduct","ProductReviewByUser"]})}})(),B=!e.deleted&&E(u.IRoleAction.VoteProductReview)&&t&&e?.author?._id===r?._id||L()&&!e.deleted,D=!e.deleted&&E(u.IRoleAction.VoteProductReview),F=e?.product,W=async e=>{await I((0,i.jsx)(x.default,{onCancelClick:async()=>I(""),message:s({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()=>{I(""),await U({productReviewId:e}),m.toast.success(s({id:"review_deleted",defaultMessage:"Review deleted successfully"}))},okText:s({id:"delete_review",defaultMessage:"Delete review"})}))};return(0,i.jsxs)("div",{className:(0,f.default)("mb-4 rounded-lg shadow-sm bg-white dark:bg-slate-800 p-4",{"border-rose-200 bg-rose-50 dark:bg-rose-950":e.deleted},{"border-slate-200 dark:border-slate-700":!e.deleted}),children:[(0,i.jsxs)("div",{className:"flex items-center",children:[a?(0,i.jsx)(j.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,i.jsx)(j.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,i.jsxs)("div",{className:"ml-4 flex-1",children:[(0,i.jsx)("h4",{className:"text-sm font-semibold text-slate-900 dark:text-slate-100",children:a?F?.texts?.title||(0,i.jsxs)(i.Fragment,{children:[F._id," ",(0,i.jsx)(w.default,{color:"yellow",text:s({id:"title_not_found",defaultMessage:"Title not found"})})]}):(0,k.default)(e?.author)}),(0,i.jsx)("p",{className:"text-xs text-slate-500 dark:text-slate-400",children:(0,i.jsx)("time",{dateTime:e.updated||e.created,children:l(e.updated||e.created,{dateStyle:"short",timeStyle:"short"})})})]}),(0,i.jsxs)("div",{className:"flex items-center gap-3",children:[(0,i.jsxs)("button",{type:"button",disabled:!D,onClick:async()=>T(O),className:`flex items-center gap-1 px-2 py-1 rounded-md transition-colors disabled:opacity-50 ${M(O)?"bg-emerald-100 dark:bg-emerald-900 hover:bg-emerald-200 dark:hover:bg-emerald-800":"hover:bg-slate-100 dark:hover:bg-slate-700"}`,children:[(0,i.jsx)(n,{className:`h-5 w-5 ${M(O)?"text-emerald-600 dark:text-emerald-400":"text-slate-400 dark:text-slate-500"}`}),(0,i.jsx)("span",{className:`text-sm font-medium ${M(O)?"text-emerald-700 dark:text-emerald-300":"text-slate-700 dark:text-slate-300"}`,children:e.upVote})]}),(0,i.jsxs)("button",{type:"button",disabled:!D,onClick:async()=>T(A),className:`flex items-center gap-1 px-2 py-1 rounded-md transition-colors disabled:opacity-50 ${M(A)?"bg-rose-100 dark:bg-rose-900 hover:bg-rose-200 dark:hover:bg-rose-800":"hover:bg-slate-100 dark:hover:bg-slate-700"}`,children:[(0,i.jsx)(o,{className:`h-5 w-5 ${M(A)?"text-rose-600 dark:text-rose-400":"text-slate-400 dark:text-slate-500"}`}),(0,i.jsx)("span",{className:`text-sm font-medium ${M(A)?"text-rose-700 dark:text-rose-300":"text-slate-700 dark:text-slate-300"}`,children:e.downVote})]})]}),(0,i.jsxs)("div",{className:"flex items-center gap-2 ml-4",children:[E(u.IRoleAction.VoteProductReview)&&(0,i.jsx)("button",{type:"button",disabled:!D,onClick:async()=>T(V),className:`p-2 rounded-md transition-colors disabled:opacity-50 ${M(V)?"bg-orange-100 dark:bg-orange-900 hover:bg-orange-200 dark:hover:bg-orange-800":"hover:bg-slate-100 dark:hover:bg-slate-700"}`,title:"Report review",children:(0,i.jsx)(d,{className:(0,f.default)("h-4 w-4",{"text-orange-600 dark:text-orange-400":M(V),"text-slate-400 dark:text-slate-500":!M(V)})})}),B&&(0,i.jsx)(g.default,{variant:"danger",size:"xs",rounded:"full",icon:(0,i.jsx)(h.TrashIcon,{className:"h-5 w-5"}),onClick:()=>W(e._id)}),e.deleted&&(0,i.jsx)(w.default,{text:s({id:"deleted_text",defaultMessage:"Deleted"}),color:"red",className:"ml-2"})]})]}),(0,i.jsxs)("div",{className:"mt-4 space-y-3",children:[(0,i.jsx)("h3",{className:"text-base font-semibold text-slate-900 dark:text-slate-100",children:e.title}),(0,i.jsx)("p",{className:"text-sm text-slate-700 dark:text-slate-300 leading-relaxed",children:e.review})]})]},e._id)}],66859)}]);
@@ -1,22 +0,0 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,69322,15845,e=>{"use strict";var t,r,i,n,s,o,a,h,l=e.i(91788);function u(e,t){let r=t&&t.cache?t.cache:g,i=t&&t.serializer?t.serializer:f;return(t&&t.strategy?t.strategy:function(e,t){var r,i;let n=1===e.length?c:m;return r=t.cache.create(),i=t.serializer,n.bind(this,e,r,i)})(e,{cache:r,serializer:i})}function c(e,t,r,i){let n=null==i||"number"==typeof i||"boolean"==typeof i?i:r(i),s=t.get(n);return void 0===s&&(s=e.call(this,i),t.set(n,s)),s}function m(e,t,r){let i=Array.prototype.slice.call(arguments,3),n=r(i),s=t.get(n);return void 0===s&&(s=e.apply(this,i),t.set(n,s)),s}e.i(50461);let f=function(){return JSON.stringify(arguments)};var p=class{constructor(){this.cache=Object.create(null)}get(e){return this.cache[e]}set(e,t){this.cache[e]=t}};let g={create:function(){return new p}},E={variadic:function(e,t){var r,i;return r=t.cache.create(),i=t.serializer,m.bind(this,e,r,i)},monadic:function(e,t){var r,i;return r=t.cache.create(),i=t.serializer,c.bind(this,e,r,i)}};e.s(["memoize",0,u,"strategies",0,E],15845);let b=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g,d=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i,T=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,y=/^(@+)?(\+|#+)?[rs]?$/g,H=/(\*)(0+)|(#+)(0+)|(0+)/g,B=/^(0+)$/;function A(e){let t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(y,function(e,r,i){return"string"!=typeof i?(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length):"+"===i?t.minimumSignificantDigits=r.length:"#"===r[0]?t.maximumSignificantDigits=r.length:(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length+("string"==typeof i?i.length:0)),""}),t}function _(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function N(e){let t=_(e);return t||{}}let I=((t={})[t.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",t[t.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",t[t.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",t[t.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",t[t.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",t[t.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",t[t.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",t[t.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",t[t.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",t[t.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",t[t.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",t[t.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",t[t.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",t[t.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",t[t.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",t[t.INVALID_TAG=23]="INVALID_TAG",t[t.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",t[t.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",t[t.UNCLOSED_TAG=27]="UNCLOSED_TAG",t),S=((r={})[r.literal=0]="literal",r[r.argument=1]="argument",r[r.number=2]="number",r[r.date=3]="date",r[r.time=4]="time",r[r.select=5]="select",r[r.plural=6]="plural",r[r.pound=7]="pound",r[r.tag=8]="tag",r),L=((i={})[i.number=0]="number",i[i.dateTime=1]="dateTime",i);function P(e){return e.type===S.literal}function R(e){return e.type===S.number}function M(e){return e.type===S.date}function C(e){return e.type===S.time}function O(e){return e.type===S.select}function D(e){return e.type===S.plural}function v(e){return e.type===S.tag}function F(e){return!!(e&&"object"==typeof e&&e.type===L.number)}function U(e){return!!(e&&"object"==typeof e&&e.type===L.dateTime)}let G=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,w={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GS:["H","h","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ku-SY":["H","hB"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]},k=RegExp(`^${G.source}*`),x=RegExp(`${G.source}*$`);function j(e,t){return{start:e,end:t}}let V=!!Object.fromEntries,$=!!String.prototype.trimStart,X=!!String.prototype.trimEnd,K=V?Object.fromEntries:function(e){let t={};for(let[r,i]of e)t[r]=i;return t},Z=$?function(e){return e.trimStart()}:function(e){return e.replace(k,"")},Y=X?function(e){return e.trimEnd()}:function(e){return e.replace(x,"")},W=RegExp("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");var z=class{constructor(e,t={}){this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}parse(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)}parseMessage(e,t,r){let i=[];for(;!this.isEOF();){let n=this.char();if(123===n){let t=this.parseArgument(e,r);if(t.err)return t;i.push(t.val)}else if(125===n&&e>0)break;else if(35===n&&("plural"===t||"selectordinal"===t)){let e=this.clonePosition();this.bump(),i.push({type:S.pound,location:j(e,this.clonePosition())})}else if(60!==n||this.ignoreTag||47!==this.peek())if(60===n&&!this.ignoreTag&&q(this.peek()||0)){let r=this.parseTag(e,t);if(r.err)return r;i.push(r.val)}else{let r=this.parseLiteral(e,t);if(r.err)return r;i.push(r.val)}else if(!r)return this.error(I.UNMATCHED_CLOSING_TAG,j(this.clonePosition(),this.clonePosition()));else break}return{val:i,err:null}}parseTag(e,t){let r=this.clonePosition();this.bump();let i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:S.literal,value:`<${i}/>`,location:j(r,this.clonePosition())},err:null};if(!this.bumpIf(">"))return this.error(I.INVALID_TAG,j(r,this.clonePosition()));{let n=this.parseMessage(e+1,t,!0);if(n.err)return n;let s=n.val,o=this.clonePosition();if(!this.bumpIf("</"))return this.error(I.UNCLOSED_TAG,j(r,this.clonePosition()));{if(this.isEOF()||!q(this.char()))return this.error(I.INVALID_TAG,j(o,this.clonePosition()));let e=this.clonePosition();return i!==this.parseTagName()?this.error(I.UNMATCHED_CLOSING_TAG,j(e,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">"))?{val:{type:S.tag,value:i,children:s,location:j(r,this.clonePosition())},err:null}:this.error(I.INVALID_TAG,j(o,this.clonePosition()))}}}parseTagName(){var e;let t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())}parseLiteral(e,t){let r=this.clonePosition(),i="";for(;;){let r=this.tryParseQuote(t);if(r){i+=r;continue}let n=this.tryParseUnquoted(e,t);if(n){i+=n;continue}let s=this.tryParseLeftAngleBracket();if(s){i+=s;continue}break}let n=j(r,this.clonePosition());return{val:{type:S.literal,value:i,location:n},err:null}}tryParseLeftAngleBracket(){var e;return this.isEOF()||60!==this.char()||!this.ignoreTag&&(q(e=this.peek()||0)||47===e)?null:(this.bump(),"<")}tryParseQuote(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();let t=[this.char()];for(this.bump();!this.isEOF();){let e=this.char();if(39===e)if(39===this.peek())t.push(39),this.bump();else{this.bump();break}else t.push(e);this.bump()}return String.fromCodePoint(...t)}tryParseUnquoted(e,t){if(this.isEOF())return null;let r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),String.fromCodePoint(r))}parseArgument(e,t){let r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(I.EXPECT_ARGUMENT_CLOSING_BRACE,j(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(I.EMPTY_ARGUMENT,j(r,this.clonePosition()));let i=this.parseIdentifierIfPossible().value;if(!i)return this.error(I.MALFORMED_ARGUMENT,j(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(I.EXPECT_ARGUMENT_CLOSING_BRACE,j(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:S.argument,value:i,location:j(r,this.clonePosition())},err:null};case 44:if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(I.EXPECT_ARGUMENT_CLOSING_BRACE,j(r,this.clonePosition()));return this.parseArgumentOptions(e,t,i,r);default:return this.error(I.MALFORMED_ARGUMENT,j(r,this.clonePosition()))}}parseIdentifierIfPossible(){var e;let t=this.clonePosition(),r=this.offset(),i=(e=this.message,W.lastIndex=r,W.exec(e)[1]??""),n=r+i.length;return this.bumpTo(n),{value:i,location:j(t,this.clonePosition())}}parseArgumentOptions(e,t,r,i){let n=this.clonePosition(),s=this.parseIdentifierIfPossible().value,o=this.clonePosition();switch(s){case"":return this.error(I.EXPECT_ARGUMENT_TYPE,j(n,o));case"number":case"date":case"time":{this.bumpSpace();let e=null;if(this.bumpIf(",")){this.bumpSpace();let t=this.clonePosition(),r=this.parseSimpleArgStyleIfPossible();if(r.err)return r;let i=Y(r.val);if(0===i.length)return this.error(I.EXPECT_ARGUMENT_STYLE,j(this.clonePosition(),this.clonePosition()));e={style:i,styleLocation:j(t,this.clonePosition())}}let t=this.tryParseArgumentClose(i);if(t.err)return t;let n=j(i,this.clonePosition());if(e&&e.style.startsWith("::")){let t=Z(e.style.slice(2));if("number"===s){let i=this.parseNumberSkeletonFromString(t,e.styleLocation);if(i.err)return i;return{val:{type:S.number,value:r,location:n,style:i.val},err:null}}{let i;if(0===t.length)return this.error(I.EXPECT_DATE_TIME_SKELETON,n);let o=t;this.locale&&(o=function(e,t){let r="";for(let i=0;i<e.length;i++){let n=e.charAt(i);if("j"===n){let s=0;for(;i+1<e.length&&e.charAt(i+1)===n;)s++,i++;let o=1+(1&s),a=s<2?1:3+(s>>1),h=function(e){let t,r=e.hourCycle;if(void 0===r&&e.hourCycles&&e.hourCycles.length&&(r=e.hourCycles[0]),r)switch(r){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw Error("Invalid hourCycle")}let i=e.language;return"root"!==i&&(t=e.maximize().region),(w[t||""]||w[i||""]||w[`${i}-001`]||w["001"])[0]}(t);for(("H"==h||"k"==h)&&(a=0);a-- >0;)r+="a";for(;o-- >0;)r=h+r}else"J"===n?r+="H":r+=n}return r}(t,this.locale));let a={type:L.dateTime,pattern:o,location:e.styleLocation,parsedOptions:this.shouldParseSkeletons?(i={},o.replace(b,e=>{let t=e.length;switch(e[0]){case"G":i.era=4===t?"long":5===t?"narrow":"short";break;case"y":i.year=2===t?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":i.month=["numeric","2-digit","short","long","narrow"][t-1];break;case"w":case"W":throw RangeError("`w/W` (week) patterns are not supported");case"d":i.day=["numeric","2-digit"][t-1];break;case"D":case"F":case"g":throw RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":i.weekday=4===t?"long":5===t?"narrow":"short";break;case"e":if(t<4)throw RangeError("`e..eee` (weekday) patterns are not supported");i.weekday=["short","long","narrow","short"][t-4];break;case"c":if(t<4)throw RangeError("`c..ccc` (weekday) patterns are not supported");i.weekday=["short","long","narrow","short"][t-4];break;case"a":i.hour12=!0;break;case"b":case"B":throw RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":i.hourCycle="h12",i.hour=["numeric","2-digit"][t-1];break;case"H":i.hourCycle="h23",i.hour=["numeric","2-digit"][t-1];break;case"K":i.hourCycle="h11",i.hour=["numeric","2-digit"][t-1];break;case"k":i.hourCycle="h24",i.hour=["numeric","2-digit"][t-1];break;case"j":case"J":case"C":throw RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":i.minute=["numeric","2-digit"][t-1];break;case"s":i.second=["numeric","2-digit"][t-1];break;case"S":case"A":throw RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":i.timeZoneName=t<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),i):{}};return{val:{type:"date"===s?S.date:S.time,value:r,location:n,style:a},err:null}}}return{val:{type:"number"===s?S.number:"date"===s?S.date:S.time,value:r,location:n,style:e?.style??null},err:null}}case"plural":case"selectordinal":case"select":{let n=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(I.EXPECT_SELECT_ARGUMENT_OPTIONS,j(n,{...n}));this.bumpSpace();let o=this.parseIdentifierIfPossible(),a=0;if("select"!==s&&"offset"===o.value){if(!this.bumpIf(":"))return this.error(I.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,j(this.clonePosition(),this.clonePosition()));this.bumpSpace();let e=this.tryParseDecimalInteger(I.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,I.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(e.err)return e;this.bumpSpace(),o=this.parseIdentifierIfPossible(),a=e.val}let h=this.tryParsePluralOrSelectOptions(e,s,t,o);if(h.err)return h;let l=this.tryParseArgumentClose(i);if(l.err)return l;let u=j(i,this.clonePosition());if("select"===s)return{val:{type:S.select,value:r,options:K(h.val),location:u},err:null};return{val:{type:S.plural,value:r,options:K(h.val),offset:a,pluralType:"plural"===s?"cardinal":"ordinal",location:u},err:null}}default:return this.error(I.INVALID_ARGUMENT_TYPE,j(n,o))}}tryParseArgumentClose(e){return this.isEOF()||125!==this.char()?this.error(I.EXPECT_ARGUMENT_CLOSING_BRACE,j(e,this.clonePosition())):(this.bump(),{val:!0,err:null})}parseSimpleArgStyleIfPossible(){let e=0,t=this.clonePosition();for(;!this.isEOF();)switch(this.char()){case 39:{this.bump();let e=this.clonePosition();if(!this.bumpUntil("'"))return this.error(I.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,j(e,this.clonePosition()));this.bump();break}case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}}parseNumberSkeletonFromString(e,t){let r=[];try{r=function(e){if(0===e.length)throw Error("Number skeleton cannot be empty");let t=e.split(d).filter(e=>e.length>0),r=[];for(let e of t){let t=e.split("/");if(0===t.length)throw Error("Invalid number skeleton");let[i,...n]=t;for(let e of n)if(0===e.length)throw Error("Invalid number skeleton");r.push({stem:i,options:n})}return r}(e)}catch{return this.error(I.INVALID_NUMBER_SKELETON,t)}return{val:{type:L.number,tokens:r,location:t,parsedOptions:this.shouldParseSkeletons?function(e){let t={};for(let r of e){switch(r.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=r.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=r.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t={...t,notation:"scientific",...r.options.reduce((e,t)=>({...e,...N(t)}),{})};continue;case"engineering":t={...t,notation:"engineering",...r.options.reduce((e,t)=>({...e,...N(t)}),{})};continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(r.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(r.options.length>1)throw RangeError("integer-width stems only accept a single optional option");r.options[0].replace(H,function(e,r,i,n,s,o){if(r)t.minimumIntegerDigits=i.length;else if(n&&s)throw Error("We currently do not support maximum integer digits");else if(o)throw Error("We currently do not support exact integer digits");return""});continue}if(B.test(r.stem)){t.minimumIntegerDigits=r.stem.length;continue}if(T.test(r.stem)){if(r.options.length>1)throw RangeError("Fraction-precision stems only accept a single optional option");r.stem.replace(T,function(e,r,i,n,s,o){return"*"===i?t.minimumFractionDigits=r.length:n&&"#"===n[0]?t.maximumFractionDigits=n.length:s&&o?(t.minimumFractionDigits=s.length,t.maximumFractionDigits=s.length+o.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""});let e=r.options[0];"w"===e?t={...t,trailingZeroDisplay:"stripIfInteger"}:e&&(t={...t,...A(e)});continue}if(y.test(r.stem)){t={...t,...A(r.stem)};continue}let e=_(r.stem);e&&(t={...t,...e});let i=function(e){let t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){let r=e.slice(0,2);if("+!"===r?(t.signDisplay="always",e=e.slice(2)):"+?"===r&&(t.signDisplay="exceptZero",e=e.slice(2)),!B.test(e))throw Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}(r.stem);i&&(t={...t,...i})}return t}(r):{}},err:null}}tryParsePluralOrSelectOptions(e,t,r,i){let n=!1,s=[],o=new Set,{value:a,location:h}=i;for(;;){if(0===a.length){let e=this.clonePosition();if("select"!==t&&this.bumpIf("=")){let t=this.tryParseDecimalInteger(I.EXPECT_PLURAL_ARGUMENT_SELECTOR,I.INVALID_PLURAL_ARGUMENT_SELECTOR);if(t.err)return t;h=j(e,this.clonePosition()),a=this.message.slice(e.offset,this.offset())}else break}if(o.has(a))return this.error("select"===t?I.DUPLICATE_SELECT_ARGUMENT_SELECTOR:I.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);"other"===a&&(n=!0),this.bumpSpace();let i=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?I.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:I.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,j(this.clonePosition(),this.clonePosition()));let l=this.parseMessage(e+1,t,r);if(l.err)return l;let u=this.tryParseArgumentClose(i);if(u.err)return u;s.push([a,{value:l.val,location:j(i,this.clonePosition())}]),o.add(a),this.bumpSpace(),{value:a,location:h}=this.parseIdentifierIfPossible()}return 0===s.length?this.error("select"===t?I.EXPECT_SELECT_ARGUMENT_SELECTOR:I.EXPECT_PLURAL_ARGUMENT_SELECTOR,j(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!n?this.error(I.MISSING_OTHER_CLAUSE,j(this.clonePosition(),this.clonePosition())):{val:s,err:null}}tryParseDecimalInteger(e,t){let r=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);let n=!1,s=0;for(;!this.isEOF();){let e=this.char();if(e>=48&&e<=57)n=!0,s=10*s+(e-48),this.bump();else break}let o=j(i,this.clonePosition());return n?Number.isSafeInteger(s*=r)?{val:s,err:null}:this.error(t,o):this.error(e,o)}offset(){return this.position.offset}isEOF(){return this.offset()===this.message.length}clonePosition(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}}char(){let e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");let t=this.message.codePointAt(e);if(void 0===t)throw Error(`Offset ${e} is at invalid UTF-16 code unit boundary`);return t}error(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}}bump(){if(this.isEOF())return;let e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}bumpIf(e){if(this.message.startsWith(e,this.offset())){for(let t=0;t<e.length;t++)this.bump();return!0}return!1}bumpUntil(e){let t=this.offset(),r=this.message.indexOf(e,t);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)}bumpTo(e){if(this.offset()>e)throw Error(`targetOffset ${e} must be greater than or equal to the current offset ${this.offset()}`);for(e=Math.min(e,this.message.length);;){let t=this.offset();if(t===e)break;if(t>e)throw Error(`targetOffset ${e} is at invalid UTF-16 code unit boundary`);if(this.bump(),this.isEOF())break}}bumpSpace(){for(var e;!this.isEOF()&&((e=this.char())>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e);)this.bump()}peek(){if(this.isEOF())return null;let e=this.char(),t=this.offset();return this.message.charCodeAt(t+(e>=65536?2:1))??null}};function q(e){return e>=97&&e<=122||e>=65&&e<=90}function J(e,t={}){let r=new z(e,t={shouldParseSkeletons:!0,requiresOtherClause:!0,...t}).parse();if(r.err){let e=SyntaxError(I[r.err.kind]);throw e.location=r.err.location,e.originalMessage=r.err.message,e}return t?.captureLocation||function e(t){t.forEach(t=>{if(delete t.location,O(t)||D(t))for(let r in t.options)delete t.options[r].location,e(t.options[r].value);else R(t)&&F(t.style)||(M(t)||C(t))&&U(t.style)?delete t.style.location:v(t)&&e(t.children)})}(r.val),r.val}let Q=((n={}).MISSING_VALUE="MISSING_VALUE",n.INVALID_VALUE="INVALID_VALUE",n.MISSING_INTL_API="MISSING_INTL_API",n);var ee=class extends Error{constructor(e,t,r){super(e),this.code=t,this.originalMessage=r}toString(){return`[formatjs Error: ${this.code}] ${this.message}`}},et=class extends ee{constructor(e,t,r,i){super(`Invalid values for "${e}": "${t}". Options are "${Object.keys(r).join('", "')}"`,Q.INVALID_VALUE,i)}},er=class extends ee{constructor(e,t,r){super(`Value for "${e}" must be of type ${t}`,Q.INVALID_VALUE,r)}},ei=class extends ee{constructor(e,t){super(`The intl string context variable "${e}" was not provided to the string "${t}"`,Q.MISSING_VALUE,t)}};let en=((s={})[s.literal=0]="literal",s[s.object=1]="object",s);function es(e){return"function"==typeof e}function eo(e){return{create:()=>({get:t=>e[t],set(t,r){e[t]=r}})}}var ea=class e{constructor(t,r=e.defaultLocale,i,n){if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=e=>{let t=this.formatToParts(e);if(1===t.length)return t[0].value;let r=t.reduce((e,t)=>(e.length&&t.type===en.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e),[]);return r.length<=1?r[0]||"":r},this.formatToParts=e=>(function e(t,r,i,n,s,o,a){if(1===t.length&&P(t[0]))return[{type:en.literal,value:t[0].value}];let h=[];for(let l of t){if(P(l)){h.push({type:en.literal,value:l.value});continue}if(l.type===S.pound){"number"==typeof o&&h.push({type:en.literal,value:i.getNumberFormat(r).format(o)});continue}let{value:t}=l;if(!(s&&t in s))throw new ei(t,a);let u=s[t];if(l.type===S.argument){u&&"string"!=typeof u&&"number"!=typeof u&&"bigint"!=typeof u||(u="string"==typeof u||"number"==typeof u||"bigint"==typeof u?String(u):""),h.push({type:"string"==typeof u?en.literal:en.object,value:u});continue}if(M(l)){let e="string"==typeof l.style?n.date[l.style]:U(l.style)?l.style.parsedOptions:void 0;h.push({type:en.literal,value:i.getDateTimeFormat(r,e).format(u)});continue}if(C(l)){let e="string"==typeof l.style?n.time[l.style]:U(l.style)?l.style.parsedOptions:n.time.medium;h.push({type:en.literal,value:i.getDateTimeFormat(r,e).format(u)});continue}if(R(l)){let e="string"==typeof l.style?n.number[l.style]:F(l.style)?l.style.parsedOptions:void 0;if(e&&e.scale){let t=e.scale||1;if("bigint"==typeof u){if(!Number.isInteger(t))throw TypeError(`Cannot apply fractional scale ${t} to bigint value. Scale must be an integer when formatting bigint.`);u*=BigInt(t)}else u*=t}h.push({type:en.literal,value:i.getNumberFormat(r,e).format(u)});continue}if(v(l)){let{children:t,value:u}=l,c=s[u];if(!es(c))throw new er(u,"function",a);let m=c(e(t,r,i,n,s,o).map(e=>e.value));Array.isArray(m)||(m=[m]),h.push(...m.map(e=>({type:"string"==typeof e?en.literal:en.object,value:e})))}if(O(l)){let t=u,o=(Object.prototype.hasOwnProperty.call(l.options,t)?l.options[t]:void 0)||l.options.other;if(!o)throw new et(l.value,u,Object.keys(l.options),a);h.push(...e(o.value,r,i,n,s));continue}if(D(l)){let t=`=${u}`,o=Object.prototype.hasOwnProperty.call(l.options,t)?l.options[t]:void 0;if(!o){if(!Intl.PluralRules)throw new ee(`Intl.PluralRules is not available in this environment.
2
- Try polyfilling it using "@formatjs/intl-pluralrules"
3
- `,Q.MISSING_INTL_API,a);let e="bigint"==typeof u?Number(u):u,t=i.getPluralRules(r,{type:l.pluralType}).select(e-(l.offset||0));o=(Object.prototype.hasOwnProperty.call(l.options,t)?l.options[t]:void 0)||l.options.other}if(!o)throw new et(l.value,u,Object.keys(l.options),a);let c="bigint"==typeof u?Number(u):u;h.push(...e(o.value,r,i,n,s,c-(l.offset||0)));continue}}return h.length<2?h:h.reduce((e,t)=>{let r=e[e.length-1];return r&&r.type===en.literal&&t.type===en.literal?r.value+=t.value:e.push(t),e},[])})(this.ast,this.locales,this.formatters,this.formats,e,void 0,this.message),this.resolvedOptions=()=>({locale:this.resolvedLocale?.toString()||Intl.NumberFormat.supportedLocalesOf(this.locales)[0]}),this.getAst=()=>this.ast,this.locales=r,this.resolvedLocale=e.resolveLocale(r),"string"==typeof t){if(this.message=t,!e.__parse)throw TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");const{...r}=n||{};this.ast=e.__parse(t,{...r,locale:this.resolvedLocale})}else this.ast=t;if(!Array.isArray(this.ast))throw TypeError("A message must be provided as a String or AST.");this.formats=function(e,t){return t?Object.keys(e).reduce((r,i)=>{var n,s;return r[i]=(n=e[i],(s=t[i])?{...n,...s,...Object.keys(n).reduce((e,t)=>(e[t]={...n[t],...s[t]},e),{})}:n),r},{...e}):e}(e.formats,i),this.formatters=n&&n.formatters||function(e={number:{},dateTime:{},pluralRules:{}}){return{getNumberFormat:u((...e)=>new Intl.NumberFormat(...e),{cache:eo(e.number),strategy:E.variadic}),getDateTimeFormat:u((...e)=>new Intl.DateTimeFormat(...e),{cache:eo(e.dateTime),strategy:E.variadic}),getPluralRules:u((...e)=>new Intl.PluralRules(...e),{cache:eo(e.pluralRules),strategy:E.variadic})}}(this.formatterCache)}static{this.memoizedDefaultLocale=null}static get defaultLocale(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale}static{this.resolveLocale=e=>{if(void 0===Intl.Locale)return;let t=Intl.NumberFormat.supportedLocalesOf(e);return new Intl.Locale(t.length>0?t[0]:"string"==typeof e?e:e[0])}}static{this.__parse=J}static{this.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}}}};let eh=((o={}).FORMAT_ERROR="FORMAT_ERROR",o.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",o.INVALID_CONFIG="INVALID_CONFIG",o.MISSING_DATA="MISSING_DATA",o.MISSING_TRANSLATION="MISSING_TRANSLATION",o);var el=class e extends Error{constructor(t,r,i){const n=i?i instanceof Error?i:Error(String(i)):void 0;super(`[@formatjs/intl Error ${t}] ${r}
4
- ${n?`
5
- ${n.message}
6
- ${n.stack}`:""}`),this.code=t,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(this,e)}},eu=class extends el{constructor(e,t){super(eh.UNSUPPORTED_FORMATTER,e,t)}},ec=class extends el{constructor(e,t){super(eh.INVALID_CONFIG,e,t)}},em=class extends el{constructor(e,t){super(eh.MISSING_DATA,e,t)}},ef=class extends el{constructor(e,t,r){super(eh.FORMAT_ERROR,`${e}
7
- Locale: ${t}
8
- `,r),this.locale=t}},ep=class extends ef{constructor(e,t,r,i){super(`${e}
9
- MessageID: ${r?.id}
10
- Default Message: ${r?.defaultMessage}
11
- Description: ${r?.description}
12
- `,t,i),this.descriptor=r,this.locale=t}},eg=class extends el{constructor(e,t){super(eh.MISSING_TRANSLATION,`Missing message: "${e.id}" for locale "${t}", using ${e.defaultMessage?`default message (${"string"==typeof e.defaultMessage?e.defaultMessage:e.defaultMessage.map(e=>e.value??JSON.stringify(e)).join()})`:"id"} as fallback.`),this.descriptor=e}};function eE(e,t,r={}){return t.reduce((t,i)=>(i in e?t[i]=e[i]:i in r&&(t[i]=r[i]),t),{})}let eb={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:e=>{},onWarn:e=>{}};function ed(){return{dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}}}function eT(e){return{create:()=>({get:t=>e[t],set(t,r){e[t]=r}})}}function ey(e,t,r,i){let n,s=e&&e[t];if(s&&(n=s[r]),n)return n;i(new eu(`No ${t} format named: ${r}`))}function eH(e,t){return Object.keys(e).reduce((r,i)=>(r[i]={timeZone:t,...e[i]},r),{})}function eB(e,t){return Object.keys({...e,...t}).reduce((r,i)=>(r[i]={...e[i],...t[i]},r),{})}function eA(e,t){if(!t)return e;let r=ea.formats;return{...r,...e,date:eB(eH(r.date,t),eH(e.date||{},t)),time:eB(eH(r.time,t),eH(e.time||{},t))}}let e_=({locale:e,formats:t,messages:r,defaultLocale:i,defaultFormats:n,fallbackOnEmptyString:s,onError:o,timeZone:a,defaultRichTextElements:h},l,u={id:""},c,m)=>{let{id:f,defaultMessage:p}=u;!function(e,t,r=Error){if(!e)throw new r(t)}(!!f,"[@formatjs/intl] An `id` must be provided to format a message. You can either:\n1. Configure your build toolchain with [babel-plugin-formatjs](https://formatjs.github.io/docs/tooling/babel-plugin)\nor [@formatjs/ts-transformer](https://formatjs.github.io/docs/tooling/ts-transformer) OR\n2. Configure your `eslint` config to include [eslint-plugin-formatjs](https://formatjs.github.io/docs/tooling/linter#enforce-id)\nto autofix this issue");let g=String(f),E=r&&Object.prototype.hasOwnProperty.call(r,g)&&r[g];if(Array.isArray(E)&&1===E.length&&E[0].type===S.literal)return E[0].value;if(c={...h,...c},t=eA(t,a),n=eA(n,a),!E){if(!1===s&&""===E)return E;if((!p||e&&e.toLowerCase()!==i.toLowerCase())&&o(new eg(u,e)),p)try{return l.getMessageFormat(p,i,n,m).format(c)}catch(t){return o(new ep(`Error formatting default message for: "${g}", rendering default message verbatim`,e,u,t)),"string"==typeof p?p:g}return g}try{return l.getMessageFormat(E,e,t,{formatters:l,...m}).format(c)}catch(t){o(new ep(`Error formatting message: "${g}", using ${p?"default message":"id"} as fallback.`,e,u,t))}if(p)try{return l.getMessageFormat(p,i,n,m).format(c)}catch(t){o(new ep(`Error formatting the default message for: "${g}", rendering message verbatim`,e,u,t))}return"string"==typeof E?E:"string"==typeof p?p:g},eN=["formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName","hourCycle","dateStyle","timeStyle","calendar","numberingSystem","fractionalSecondDigits"];function eI({locale:e,formats:t,onError:r,timeZone:i},n,s,o={}){let{format:a}=o,h=eE(o,eN,{...i&&{timeZone:i},...a&&ey(t,n,a,r)});return"time"!==n||h.hour||h.minute||h.second||h.timeStyle||h.dateStyle||(h={...h,hour:"numeric",minute:"numeric"}),s(e,h)}function eS(e,t,r,i={}){let n="string"==typeof r?new Date(r||0):r;try{return eI(e,"date",t,i).format(n)}catch(t){e.onError(new ef("Error formatting date.",e.locale,t))}return String(n)}function eL(e,t,r,i={}){let n="string"==typeof r?new Date(r||0):r;try{return eI(e,"time",t,i).format(n)}catch(t){e.onError(new ef("Error formatting time.",e.locale,t))}return String(n)}function eP(e,t,r,i,n={}){let s="string"==typeof r?new Date(r||0):r,o="string"==typeof i?new Date(i||0):i;try{return eI(e,"dateTimeRange",t,n).formatRange(s,o)}catch(t){e.onError(new ef("Error formatting date time range.",e.locale,t))}return String(s)}function eR(e,t,r,i={}){let n="string"==typeof r?new Date(r||0):r;try{return eI(e,"date",t,i).formatToParts(n)}catch(t){e.onError(new ef("Error formatting date.",e.locale,t))}return[]}function eM(e,t,r,i={}){let n="string"==typeof r?new Date(r||0):r;try{return eI(e,"time",t,i).formatToParts(n)}catch(t){e.onError(new ef("Error formatting time.",e.locale,t))}return[]}let eC=["style","type","fallback","languageDisplay"];function eO({locale:e,onError:t},r,i,n){Intl.DisplayNames||t(new ee(`Intl.DisplayNames is not available in this environment.
13
- Try polyfilling it using "@formatjs/intl-displaynames"
14
- `,Q.MISSING_INTL_API));let s=eE(n,eC);try{return r(e,s).of(i)}catch(r){t(new ef("Error formatting display name.",e,r))}}let eD=["type","style"],ev=Date.now();function eF(e,t,r,i={}){let n=eU(e,t,r,i).reduce((e,t)=>{let r=t.value;return"string"!=typeof r?e.push(r):"string"==typeof e[e.length-1]?e[e.length-1]+=r:e.push(r),e},[]);return 1===n.length?n[0]:0===n.length?"":n}function eU({locale:e,onError:t},r,i,n={}){Intl.ListFormat||t(new ee(`Intl.ListFormat is not available in this environment.
15
- Try polyfilling it using "@formatjs/intl-listformat"
16
- `,Q.MISSING_INTL_API));let s=eE(n,eD);try{let t={},n=Array.from(i).map((e,r)=>{if("object"==typeof e&&null!==e){let i=`${ev}_${r}_${ev}`;return t[i]=e,i}return String(e)});return r(e,s).formatToParts(n).map(e=>"literal"===e.type?e:{...e,value:t[e.value]||e.value})}catch(r){t(new ef("Error formatting list.",e,r))}return i}let eG=["type"];function ew({locale:e,onError:t},r,i,n={}){Intl.PluralRules||t(new ee(`Intl.PluralRules is not available in this environment.
17
- Try polyfilling it using "@formatjs/intl-pluralrules"
18
- `,Q.MISSING_INTL_API));let s=eE(n,eG);try{return r(e,s).select(i)}catch(r){t(new ef("Error formatting plural.",e,r))}return"other"}let ek=["numeric","style"];function ex(e,t,r,i,n={}){i||(i="second"),Intl.RelativeTimeFormat||e.onError(new ee(`Intl.RelativeTimeFormat is not available in this environment.
19
- Try polyfilling it using "@formatjs/intl-relativetimeformat"
20
- `,Q.MISSING_INTL_API));try{return(function({locale:e,formats:t,onError:r},i,n={}){let{format:s}=n;return i(e,eE(n,ek,!!s&&ey(t,"relative",s,r)||{}))})(e,t,n).format(r,i)}catch(t){e.onError(new ef("Error formatting relative time.",e.locale,t))}return String(r)}let ej=["style","currency","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay","numberingSystem","trailingZeroDisplay","roundingPriority","roundingIncrement","roundingMode"];function eV({locale:e,formats:t,onError:r},i,n={}){let{format:s}=n;return i(e,eE(n,ej,s&&ey(t,"number",s,r)||{}))}function e$(e,t,r,i={}){try{return eV(e,t,i).format(r)}catch(t){e.onError(new ef("Error formatting number.",e.locale,t))}return String(r)}function eX(e,t,r,i={}){try{return eV(e,t,i).formatToParts(r)}catch(t){e.onError(new ef("Error formatting number.",e.locale,t))}return[]}var eK=e.i(91398);function eZ(e){!function(e,t,r=Error){if(!e)throw new r(t)}(e,"[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.")}let eY={...eb,textComponent:l.Fragment},eW=e=>l.Children.toArray(e).map((e,t)=>l.isValidElement(e)?(0,eK.jsx)(l.Fragment,{children:e},t):e);function ez(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),i=Object.keys(t),n=r.length;if(i.length!==n)return!1;for(var s=0;s<n;s++){var o=r[s];if(e[o]!==t[o]||!Object.prototype.hasOwnProperty.call(t,o))return!1}return!0}let eq=l.createContext(null),eJ=eq.Provider;function eQ(){let e=l.useContext(eq);return eZ(e),e}var e0=((a=e0||{}).formatDate="FormattedDate",a.formatTime="FormattedTime",a.formatNumber="FormattedNumber",a.formatList="FormattedList",a.formatDisplayName="FormattedDisplayName",a),e1=((h=e1||{}).formatDate="FormattedDateParts",h.formatTime="FormattedTimeParts",h.formatNumber="FormattedNumberParts",h.formatList="FormattedListParts",h);let e2=e=>{let t=eQ(),{value:r,children:i,...n}=e;return i(t.formatNumberToParts(r,n))};function e5(e){let t=t=>{let r=eQ(),{value:i,children:n,...s}=t,o="string"==typeof i?new Date(i||0):i;return n("formatDate"===e?r.formatDateToParts(o,s):r.formatTimeToParts(o,s))};return t.displayName=e1[e],t}function e3(e){let t=t=>{let r=eQ(),{value:i,children:n,...s}=t,o=r[e](i,s);return"function"==typeof n?n(o):(0,eK.jsx)(r.textComponent||l.Fragment,{children:o})};return t.displayName=e0[e],t}function e4(e){return e?Object.keys(e).reduce((t,r)=>{let i=e[r];return t[r]=es(i)?function(e){return i(eW(e))}:i,t},{}):e}e2.displayName="FormattedNumberParts",e2.displayName="FormattedNumberParts";let e6=(e,t,r,i,...n)=>{let s=e_(e,t,r,e4(i),...n);return Array.isArray(s)?eW(s):s};function e8(e){let{formatMessage:t,textComponent:r=l.Fragment}=eQ(),{id:i,description:n,defaultMessage:s,values:o,children:a,tagName:h=r,ignoreTag:u}=e,c=t({id:i,description:n,defaultMessage:s},o,{ignoreTag:u});return"function"==typeof a?a(Array.isArray(c)?c:[c]):h?(0,eK.jsx)(h,{children:c}):(0,eK.jsx)(eK.Fragment,{children:c})}e8.displayName="FormattedMessage";let e9=l.memo(e8,function(e,t){let{values:r,...i}=e,{values:n,...s}=t;return ez(n,r)&&ez(i,s)});function e7(e){var t;let r=l.useRef(ed()),i=l.useRef(void 0),n=l.useRef(void 0),s={};for(let t in e)void 0!==e[t]&&(s[t]=e[t]);let o={locale:(t={...eY,...s}).locale,timeZone:t.timeZone,fallbackOnEmptyString:t.fallbackOnEmptyString,formats:t.formats,textComponent:t.textComponent,messages:t.messages,defaultLocale:t.defaultLocale,defaultFormats:t.defaultFormats,onError:t.onError,onWarn:t.onWarn,wrapRichTextChunksInFragment:t.wrapRichTextChunksInFragment,defaultRichTextElements:t.defaultRichTextElements};return i.current&&ez(i.current,o)||(i.current=o,n.current=(({defaultRichTextElements:e,...t},r)=>{let i=e4(e),n=function(e,t){var r;let i=function(e=ed()){let t=Intl.RelativeTimeFormat,r=Intl.ListFormat,i=Intl.DisplayNames,n=u((...e)=>new Intl.DateTimeFormat(...e),{cache:eT(e.dateTime),strategy:E.variadic}),s=u((...e)=>new Intl.NumberFormat(...e),{cache:eT(e.number),strategy:E.variadic}),o=u((...e)=>new Intl.PluralRules(...e),{cache:eT(e.pluralRules),strategy:E.variadic});return{getDateTimeFormat:n,getNumberFormat:s,getMessageFormat:u((e,t,r,i)=>new ea(e,t,r,{formatters:{getNumberFormat:s,getDateTimeFormat:n,getPluralRules:o},...i}),{cache:eT(e.message),strategy:E.variadic}),getRelativeTimeFormat:u((...e)=>new t(...e),{cache:eT(e.relativeTime),strategy:E.variadic}),getPluralRules:o,getListFormat:u((...e)=>new r(...e),{cache:eT(e.list),strategy:E.variadic}),getDisplayNames:u((...e)=>new i(...e),{cache:eT(e.displayNames),strategy:E.variadic})}}(t),n={...eb,...e},{locale:s,defaultLocale:o,onError:a}=n;return s?!Intl.NumberFormat.supportedLocalesOf(s).length&&a?a(new em(`Missing locale data for locale: "${s}" in Intl.NumberFormat. Using default locale: "${o}" as fallback. See https://formatjs.github.io/docs/react-intl#runtime-requirements for more details`)):!Intl.DateTimeFormat.supportedLocalesOf(s).length&&a&&a(new em(`Missing locale data for locale: "${s}" in Intl.DateTimeFormat. Using default locale: "${o}" as fallback. See https://formatjs.github.io/docs/react-intl#runtime-requirements for more details`)):(a&&a(new ec(`"locale" was not configured, using "${o}" as fallback. See https://formatjs.github.io/docs/react-intl/api#intlshape for more details`)),n.locale=n.defaultLocale||"en"),n.onWarn&&n.defaultRichTextElements&&"string"==typeof(r=n.messages||{})[Object.keys(r)[0]]&&n.onWarn(`[@formatjs/intl] "defaultRichTextElements" was specified but "message" was not pre-compiled.
21
- Please consider using "@formatjs/cli" to pre-compile your messages for performance.
22
- For more details see https://formatjs.github.io/docs/getting-started/message-distribution`),{...n,formatters:i,formatNumber:e$.bind(null,n,i.getNumberFormat),formatNumberToParts:eX.bind(null,n,i.getNumberFormat),formatRelativeTime:ex.bind(null,n,i.getRelativeTimeFormat),formatDate:eS.bind(null,n,i.getDateTimeFormat),formatDateToParts:eR.bind(null,n,i.getDateTimeFormat),formatTime:eL.bind(null,n,i.getDateTimeFormat),formatDateTimeRange:eP.bind(null,n,i.getDateTimeFormat),formatTimeToParts:eM.bind(null,n,i.getDateTimeFormat),formatPlural:ew.bind(null,n,i.getPluralRules),formatMessage:e_.bind(null,n,i),$t:e_.bind(null,n,i),formatList:eF.bind(null,n,i.getListFormat),formatListToParts:eU.bind(null,n,i.getListFormat),formatDisplayName:eO.bind(null,n,i.getDisplayNames)}}({...eY,...t,defaultRichTextElements:i},r),s={locale:n.locale,timeZone:n.timeZone,fallbackOnEmptyString:n.fallbackOnEmptyString,formats:n.formats,defaultLocale:n.defaultLocale,defaultFormats:n.defaultFormats,messages:n.messages,onError:n.onError,defaultRichTextElements:i};return{...n,formatMessage:e6.bind(null,s,n.formatters),$t:e6.bind(null,s,n.formatters)}})(o,r.current)),eZ(n.current),(0,eK.jsx)(eJ,{value:n.current,children:e.children})}e9.displayName="MemoizedFormattedMessage",e7.displayName="IntlProvider";e3("formatDate"),e3("formatTime"),e3("formatNumber"),e3("formatList"),e3("formatDisplayName"),e5("formatDate"),e5("formatTime"),e.s(["FormattedMessage",0,e9,"IntlProvider",0,e7,"useIntl",0,eQ],69322)}]);