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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (967) hide show
  1. package/README.md +112 -0
  2. package/dist/chunk-45H2WVIC.js +51 -0
  3. package/dist/chunk-4VNS5WPM.js +37 -0
  4. package/dist/chunk-54DKBWXV.js +33 -0
  5. package/dist/chunk-6TXD4TA7.js +1196 -0
  6. package/dist/chunk-BGCKJQGS.js +58 -0
  7. package/dist/chunk-BYXBJQAS.js +1 -0
  8. package/dist/chunk-EJDZRZSZ.js +59 -0
  9. package/dist/chunk-ELPURWDC.js +75 -0
  10. package/dist/chunk-IAQPLRXZ.js +16 -0
  11. package/dist/chunk-ILYPJE4N.js +57 -0
  12. package/dist/chunk-IXBMHOB5.js +13 -0
  13. package/dist/chunk-KH5MK6ZW.js +18 -0
  14. package/dist/chunk-NT7RB7AK.js +70 -0
  15. package/dist/chunk-OKGJ6HDE.js +26 -0
  16. package/dist/chunk-Q6S3LBUF.js +180 -0
  17. package/dist/chunk-QNLGYFV7.js +22 -0
  18. package/dist/chunk-RAQV2GYF.js +70 -0
  19. package/dist/chunk-RHUFQVKL.js +514 -0
  20. package/dist/chunk-RVG6IOFC.js +11 -0
  21. package/dist/chunk-SRAAKMWY.js +39 -0
  22. package/dist/chunk-UFYR5WZT.js +165 -0
  23. package/dist/chunk-UXG7EYHC.js +614 -0
  24. package/dist/chunk-VDKQGOMV.js +840 -0
  25. package/dist/chunk-XHOCXPD5.js +9 -0
  26. package/dist/chunk-XJBPMIC4.js +284 -0
  27. package/dist/chunk-YO6PT7KD.js +13 -0
  28. package/dist/chunk-YSKZE2KN.js +652 -0
  29. package/dist/components/ui/Accordion/Accordion.d.ts +11 -0
  30. package/dist/components/ui/Accordion/Accordion.d.ts.map +1 -0
  31. package/dist/components/ui/Accordion/AccordionHeader.d.ts +6 -0
  32. package/dist/components/ui/Accordion/AccordionHeader.d.ts.map +1 -0
  33. package/dist/components/ui/Accordion/AccordionItem.d.ts +11 -0
  34. package/dist/components/ui/Accordion/AccordionItem.d.ts.map +1 -0
  35. package/dist/components/ui/ActiveInActive.d.ts +10 -0
  36. package/dist/components/ui/ActiveInActive.d.ts.map +1 -0
  37. package/dist/components/ui/AnimatedCounter.d.ts +7 -0
  38. package/dist/components/ui/AnimatedCounter.d.ts.map +1 -0
  39. package/dist/components/ui/Badge.d.ts +10 -0
  40. package/dist/components/ui/Badge.d.ts.map +1 -0
  41. package/dist/components/ui/BreadCrumbs.d.ts +7 -0
  42. package/dist/components/ui/BreadCrumbs.d.ts.map +1 -0
  43. package/dist/components/ui/Button.d.ts +36 -0
  44. package/dist/components/ui/Button.d.ts.map +1 -0
  45. package/dist/components/ui/CopyableText.d.ts +5 -0
  46. package/dist/components/ui/CopyableText.d.ts.map +1 -0
  47. package/dist/components/ui/DateInput.d.ts +15 -0
  48. package/dist/components/ui/DateInput.d.ts.map +1 -0
  49. package/dist/components/ui/DateRangeFilterInput.d.ts +4 -0
  50. package/dist/components/ui/DateRangeFilterInput.d.ts.map +1 -0
  51. package/dist/components/ui/DetailHeader.d.ts +6 -0
  52. package/dist/components/ui/DetailHeader.d.ts.map +1 -0
  53. package/dist/components/ui/DraggableIcon.d.ts +3 -0
  54. package/dist/components/ui/DraggableIcon.d.ts.map +1 -0
  55. package/dist/components/ui/ErrorBoundary.d.ts +18 -0
  56. package/dist/components/ui/ErrorBoundary.d.ts.map +1 -0
  57. package/dist/components/ui/ErrorFallback.d.ts +6 -0
  58. package/dist/components/ui/ErrorFallback.d.ts.map +1 -0
  59. package/dist/components/ui/HelpText.d.ts +11 -0
  60. package/dist/components/ui/HelpText.d.ts.map +1 -0
  61. package/dist/components/ui/ImageWithFallback.d.ts +7 -0
  62. package/dist/components/ui/ImageWithFallback.d.ts.map +1 -0
  63. package/dist/components/ui/InfoTextBanner.d.ts +6 -0
  64. package/dist/components/ui/InfoTextBanner.d.ts.map +1 -0
  65. package/dist/components/ui/JSONView.d.ts +6 -0
  66. package/dist/components/ui/JSONView.d.ts.map +1 -0
  67. package/dist/components/ui/ListHeader.d.ts +6 -0
  68. package/dist/components/ui/ListHeader.d.ts.map +1 -0
  69. package/dist/components/ui/Loading.d.ts +3 -0
  70. package/dist/components/ui/Loading.d.ts.map +1 -0
  71. package/dist/components/ui/NoData.d.ts +7 -0
  72. package/dist/components/ui/NoData.d.ts.map +1 -0
  73. package/dist/components/ui/NoImage.d.ts +7 -0
  74. package/dist/components/ui/NoImage.d.ts.map +1 -0
  75. package/dist/components/ui/NoImageSvg.d.ts +8 -0
  76. package/dist/components/ui/NoImageSvg.d.ts.map +1 -0
  77. package/dist/components/ui/PageHeader.d.ts +11 -0
  78. package/dist/components/ui/PageHeader.d.ts.map +1 -0
  79. package/dist/components/ui/Pagination.d.ts +8 -0
  80. package/dist/components/ui/Pagination.d.ts.map +1 -0
  81. package/dist/components/ui/Portal/Portal.d.ts +16 -0
  82. package/dist/components/ui/Portal/Portal.d.ts.map +1 -0
  83. package/dist/components/ui/Portal/Portal.types.d.ts +16 -0
  84. package/dist/components/ui/Portal/Portal.types.d.ts.map +1 -0
  85. package/dist/components/ui/SaveAndCancelButtons.d.ts +10 -0
  86. package/dist/components/ui/SaveAndCancelButtons.d.ts.map +1 -0
  87. package/dist/components/ui/SearchField.d.ts +7 -0
  88. package/dist/components/ui/SearchField.d.ts.map +1 -0
  89. package/dist/components/ui/Tab.d.ts +18 -0
  90. package/dist/components/ui/Tab.d.ts.map +1 -0
  91. package/dist/components/ui/Tag/TagInput.d.ts +14 -0
  92. package/dist/components/ui/Tag/TagInput.d.ts.map +1 -0
  93. package/dist/components/ui/Tag/TagList.d.ts +8 -0
  94. package/dist/components/ui/Tag/TagList.d.ts.map +1 -0
  95. package/dist/components/ui/Tag/TagListForm.d.ts +8 -0
  96. package/dist/components/ui/Tag/TagListForm.d.ts.map +1 -0
  97. package/dist/components/ui/Toggle.d.ts +11 -0
  98. package/dist/components/ui/Toggle.d.ts.map +1 -0
  99. package/dist/components/ui/ToolTip.d.ts +7 -0
  100. package/dist/components/ui/ToolTip.d.ts.map +1 -0
  101. package/dist/components/ui/card.d.ts +9 -0
  102. package/dist/components/ui/card.d.ts.map +1 -0
  103. package/dist/components/ui/chart.d.ts +42 -0
  104. package/dist/components/ui/chart.d.ts.map +1 -0
  105. package/dist/components/ui/form/CheckboxField.d.ts +4 -0
  106. package/dist/components/ui/form/CheckboxField.d.ts.map +1 -0
  107. package/dist/components/ui/form/ChoicesField.d.ts +12 -0
  108. package/dist/components/ui/form/ChoicesField.d.ts.map +1 -0
  109. package/dist/components/ui/form/Combobox.d.ts +20 -0
  110. package/dist/components/ui/form/Combobox.d.ts.map +1 -0
  111. package/dist/components/ui/form/DatePickerField.d.ts +4 -0
  112. package/dist/components/ui/form/DatePickerField.d.ts.map +1 -0
  113. package/dist/components/ui/form/EmailField.d.ts +7 -0
  114. package/dist/components/ui/form/EmailField.d.ts.map +1 -0
  115. package/dist/components/ui/form/FieldWithHelp.d.ts +10 -0
  116. package/dist/components/ui/form/FieldWithHelp.d.ts.map +1 -0
  117. package/dist/components/ui/form/FieldWrapper.d.ts +8 -0
  118. package/dist/components/ui/form/FieldWrapper.d.ts.map +1 -0
  119. package/dist/components/ui/form/FormErrors.d.ts +6 -0
  120. package/dist/components/ui/form/FormErrors.d.ts.map +1 -0
  121. package/dist/components/ui/form/JSONAreaField.d.ts +7 -0
  122. package/dist/components/ui/form/JSONAreaField.d.ts.map +1 -0
  123. package/dist/components/ui/form/MarkdownTextAreaField.d.ts +8 -0
  124. package/dist/components/ui/form/MarkdownTextAreaField.d.ts.map +1 -0
  125. package/dist/components/ui/form/PasswordField.d.ts +3 -0
  126. package/dist/components/ui/form/PasswordField.d.ts.map +1 -0
  127. package/dist/components/ui/form/SelectField.d.ts +11 -0
  128. package/dist/components/ui/form/SelectField.d.ts.map +1 -0
  129. package/dist/components/ui/form/SubmitButton.d.ts +9 -0
  130. package/dist/components/ui/form/SubmitButton.d.ts.map +1 -0
  131. package/dist/components/ui/form/TagInputField.d.ts +6 -0
  132. package/dist/components/ui/form/TagInputField.d.ts.map +1 -0
  133. package/dist/components/ui/form/TextAreaField.d.ts +8 -0
  134. package/dist/components/ui/form/TextAreaField.d.ts.map +1 -0
  135. package/dist/components/ui/form/TextField.d.ts +10 -0
  136. package/dist/components/ui/form/TextField.d.ts.map +1 -0
  137. package/dist/components/ui/form/index.d.ts +17 -0
  138. package/dist/components/ui/form/index.d.ts.map +1 -0
  139. package/dist/components/ui/icons.d.ts +4 -0
  140. package/dist/components/ui/icons.d.ts.map +1 -0
  141. package/dist/components/ui/index.d.ts +41 -0
  142. package/dist/components/ui/index.d.ts.map +1 -0
  143. package/dist/form.js +30077 -0
  144. package/dist/gql/types.d.ts +17209 -0
  145. package/dist/gql/types.d.ts.map +1 -0
  146. package/dist/hooks.js +41 -0
  147. package/dist/lib/utils.d.ts +3 -0
  148. package/dist/lib/utils.d.ts.map +1 -0
  149. package/dist/modal.js +114 -0
  150. package/dist/modules/UnchainedContext/UnchainedContext.d.ts +8 -0
  151. package/dist/modules/UnchainedContext/UnchainedContext.d.ts.map +1 -0
  152. package/dist/modules/UnchainedContext/useUnchainedContext.d.ts +7 -0
  153. package/dist/modules/UnchainedContext/useUnchainedContext.d.ts.map +1 -0
  154. package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts +3 -0
  155. package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts.map +1 -0
  156. package/dist/modules/accounts/fragment/UserFragment.d.ts +3 -0
  157. package/dist/modules/accounts/fragment/UserFragment.d.ts.map +1 -0
  158. package/dist/modules/accounts/hooks/useCurrentUser.d.ts +10 -0
  159. package/dist/modules/accounts/hooks/useCurrentUser.d.ts.map +1 -0
  160. package/dist/modules/accounts/hooks/useUsersCount.d.ts +8 -0
  161. package/dist/modules/accounts/hooks/useUsersCount.d.ts.map +1 -0
  162. package/dist/modules/accounts.js +1013 -0
  163. package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts +8 -0
  164. package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts.map +1 -0
  165. package/dist/modules/assortment.js +1121 -0
  166. package/dist/modules/common/components/AppContext.d.ts +18 -0
  167. package/dist/modules/common/components/AppContext.d.ts.map +1 -0
  168. package/dist/modules/common/components/FormWrapper.d.ts +8 -0
  169. package/dist/modules/common/components/FormWrapper.d.ts.map +1 -0
  170. package/dist/modules/common/components/ThemeWrapper.d.ts +10 -0
  171. package/dist/modules/common/components/ThemeWrapper.d.ts.map +1 -0
  172. package/dist/modules/common/data/iso-codes.d.ts +4 -0
  173. package/dist/modules/common/data/iso-codes.d.ts.map +1 -0
  174. package/dist/modules/common/data/miscellaneous.d.ts +51 -0
  175. package/dist/modules/common/data/miscellaneous.d.ts.map +1 -0
  176. package/dist/modules/common/fragments/AddressFragment.d.ts +3 -0
  177. package/dist/modules/common/fragments/AddressFragment.d.ts.map +1 -0
  178. package/dist/modules/common/hooks/useApp.d.ts +11 -0
  179. package/dist/modules/common/hooks/useApp.d.ts.map +1 -0
  180. package/dist/modules/common/hooks/useCSVExport.d.ts +10 -0
  181. package/dist/modules/common/hooks/useCSVExport.d.ts.map +1 -0
  182. package/dist/modules/common/hooks/useCSVImport.d.ts +18 -0
  183. package/dist/modules/common/hooks/useCSVImport.d.ts.map +1 -0
  184. package/dist/modules/common/hooks/useChatEndpointChecker.d.ts +5 -0
  185. package/dist/modules/common/hooks/useChatEndpointChecker.d.ts.map +1 -0
  186. package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts +10 -0
  187. package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts.map +1 -0
  188. package/dist/modules/common/hooks/useDashboardMetrics.d.ts +23 -0
  189. package/dist/modules/common/hooks/useDashboardMetrics.d.ts.map +1 -0
  190. package/dist/modules/common/hooks/useLocalStorage.d.ts +3 -0
  191. package/dist/modules/common/hooks/useLocalStorage.d.ts.map +1 -0
  192. package/dist/modules/common/hooks/useOrderAnalytics.d.ts +25 -0
  193. package/dist/modules/common/hooks/useOrderAnalytics.d.ts.map +1 -0
  194. package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts +16 -0
  195. package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts.map +1 -0
  196. package/dist/modules/common/hooks/useOutsideClick.d.ts +3 -0
  197. package/dist/modules/common/hooks/useOutsideClick.d.ts.map +1 -0
  198. package/dist/modules/common/hooks/usePortal.d.ts +20 -0
  199. package/dist/modules/common/hooks/usePortal.d.ts.map +1 -0
  200. package/dist/modules/common/hooks/useShopConfiguration.d.ts +8 -0
  201. package/dist/modules/common/hooks/useShopConfiguration.d.ts.map +1 -0
  202. package/dist/modules/common/hooks/useShopInfo.d.ts +41 -0
  203. package/dist/modules/common/hooks/useShopInfo.d.ts.map +1 -0
  204. package/dist/modules/common/hooks/useStatusTypes.d.ts +10 -0
  205. package/dist/modules/common/hooks/useStatusTypes.d.ts.map +1 -0
  206. package/dist/modules/common/hooks/useSystemRoles.d.ts +7 -0
  207. package/dist/modules/common/hooks/useSystemRoles.d.ts.map +1 -0
  208. package/dist/modules/common/hooks/useTheme.d.ts +7 -0
  209. package/dist/modules/common/hooks/useTheme.d.ts.map +1 -0
  210. package/dist/modules/common/utils/deBounce.d.ts +3 -0
  211. package/dist/modules/common/utils/deBounce.d.ts.map +1 -0
  212. package/dist/modules/common/utils/defaultNextImageLoader.d.ts +7 -0
  213. package/dist/modules/common/utils/defaultNextImageLoader.d.ts.map +1 -0
  214. package/dist/modules/common/utils/formatUsername.d.ts +3 -0
  215. package/dist/modules/common/utils/formatUsername.d.ts.map +1 -0
  216. package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts +30 -0
  217. package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts.map +1 -0
  218. package/dist/modules/common/utils/normalizeFilterKeys.d.ts +4 -0
  219. package/dist/modules/common/utils/normalizeFilterKeys.d.ts.map +1 -0
  220. package/dist/modules/common/utils/useFormatDateTime.d.ts +7 -0
  221. package/dist/modules/common/utils/useFormatDateTime.d.ts.map +1 -0
  222. package/dist/modules/common/utils/utils.d.ts +21 -0
  223. package/dist/modules/common/utils/utils.d.ts.map +1 -0
  224. package/dist/modules/country/fragments/CountryFragment.d.ts +3 -0
  225. package/dist/modules/country/fragments/CountryFragment.d.ts.map +1 -0
  226. package/dist/modules/country/hooks/useCountries.d.ts +22 -0
  227. package/dist/modules/country/hooks/useCountries.d.ts.map +1 -0
  228. package/dist/modules/country.js +108 -0
  229. package/dist/modules/currency.js +119 -0
  230. package/dist/modules/delivery-provider.js +269 -0
  231. package/dist/modules/enrollment.js +353 -0
  232. package/dist/modules/event.js +123 -0
  233. package/dist/modules/filter.js +448 -0
  234. package/dist/modules/forms/components/Form.d.ts +8 -0
  235. package/dist/modules/forms/components/Form.d.ts.map +1 -0
  236. package/dist/modules/forms/hooks/useField.d.ts +35 -0
  237. package/dist/modules/forms/hooks/useField.d.ts.map +1 -0
  238. package/dist/modules/forms/hooks/useForm.d.ts +44 -0
  239. package/dist/modules/forms/hooks/useForm.d.ts.map +1 -0
  240. package/dist/modules/forms/hooks/useFormContext.d.ts +3 -0
  241. package/dist/modules/forms/hooks/useFormContext.d.ts.map +1 -0
  242. package/dist/modules/forms/lib/FormContext.d.ts +13 -0
  243. package/dist/modules/forms/lib/FormContext.d.ts.map +1 -0
  244. package/dist/modules/forms/lib/clean.d.ts +3 -0
  245. package/dist/modules/forms/lib/clean.d.ts.map +1 -0
  246. package/dist/modules/forms/lib/validators.d.ts +20 -0
  247. package/dist/modules/forms/lib/validators.d.ts.map +1 -0
  248. package/dist/modules/language/fragments/LanguageFragment.d.ts +3 -0
  249. package/dist/modules/language/fragments/LanguageFragment.d.ts.map +1 -0
  250. package/dist/modules/language/hooks/useLanguages.d.ts +19 -0
  251. package/dist/modules/language/hooks/useLanguages.d.ts.map +1 -0
  252. package/dist/modules/language.js +106 -0
  253. package/dist/modules/modal/components/AlertMessage.d.ts +9 -0
  254. package/dist/modules/modal/components/AlertMessage.d.ts.map +1 -0
  255. package/dist/modules/modal/components/DangerMessage.d.ts +12 -0
  256. package/dist/modules/modal/components/DangerMessage.d.ts.map +1 -0
  257. package/dist/modules/modal/components/ImportResultMessage.d.ts +14 -0
  258. package/dist/modules/modal/components/ImportResultMessage.d.ts.map +1 -0
  259. package/dist/modules/modal/components/Modal.d.ts +10 -0
  260. package/dist/modules/modal/components/Modal.d.ts.map +1 -0
  261. package/dist/modules/modal/components/ModalWrapper.d.ts +6 -0
  262. package/dist/modules/modal/components/ModalWrapper.d.ts.map +1 -0
  263. package/dist/modules/modal/hooks/useModal.d.ts +7 -0
  264. package/dist/modules/modal/hooks/useModal.d.ts.map +1 -0
  265. package/dist/modules/modal/utils/ModalContext.d.ts +9 -0
  266. package/dist/modules/modal/utils/ModalContext.d.ts.map +1 -0
  267. package/dist/modules/order/fragments/OrderDetailFragment.d.ts +3 -0
  268. package/dist/modules/order/fragments/OrderDetailFragment.d.ts.map +1 -0
  269. package/dist/modules/order/fragments/OrderFragment.d.ts +3 -0
  270. package/dist/modules/order/fragments/OrderFragment.d.ts.map +1 -0
  271. package/dist/modules/order/hooks/useOrders.d.ts +46 -0
  272. package/dist/modules/order/hooks/useOrders.d.ts.map +1 -0
  273. package/dist/modules/order.js +563 -0
  274. package/dist/modules/payment-providers.js +206 -0
  275. package/dist/modules/product/hooks/useProductsCount.d.ts +8 -0
  276. package/dist/modules/product/hooks/useProductsCount.d.ts.map +1 -0
  277. package/dist/modules/product-review.js +251 -0
  278. package/dist/modules/product.js +1929 -0
  279. package/dist/modules/quotation.js +297 -0
  280. package/dist/modules/token.js +143 -0
  281. package/dist/modules/warehousing-providers.js +206 -0
  282. package/dist/modules/work/fragments/WorkFragment.d.ts +3 -0
  283. package/dist/modules/work/fragments/WorkFragment.d.ts.map +1 -0
  284. package/dist/modules/work/hooks/useAddWork.d.ts +6 -0
  285. package/dist/modules/work/hooks/useAddWork.d.ts.map +1 -0
  286. package/dist/modules/work/hooks/useWork.d.ts +32 -0
  287. package/dist/modules/work/hooks/useWork.d.ts.map +1 -0
  288. package/dist/modules/work.js +308 -0
  289. package/dist/plugins.js +8 -0
  290. package/dist/providers.js +6 -0
  291. package/dist/sdk/hooks.d.ts +9 -0
  292. package/dist/sdk/hooks.d.ts.map +1 -0
  293. package/dist/sdk/modal.d.ts +7 -0
  294. package/dist/sdk/modal.d.ts.map +1 -0
  295. package/dist/sdk/plugins.d.ts +67 -0
  296. package/dist/sdk/plugins.d.ts.map +1 -0
  297. package/dist/sdk/providers.d.ts +5 -0
  298. package/dist/sdk/providers.d.ts.map +1 -0
  299. package/dist/sdk/theme.d.ts +26 -0
  300. package/dist/sdk/theme.d.ts.map +1 -0
  301. package/dist/theme.js +34 -0
  302. package/dist/ui.js +21527 -0
  303. package/out/403/index.html +2 -2
  304. package/out/404/index.html +2 -2
  305. package/out/404.html +2 -2
  306. package/out/423/index.html +2 -2
  307. package/out/500/index.html +2 -2
  308. package/out/_next/static/chunks/0-p8a6-okjx49.js +15 -0
  309. package/out/_next/static/chunks/0-u5tid26i8-3.js +188 -0
  310. package/out/_next/static/chunks/008hxgil51owu.js +234 -0
  311. package/out/_next/static/chunks/026k3ys50h91u.js +15 -0
  312. package/out/_next/static/chunks/02aa23atze2y4.js +119 -0
  313. package/out/_next/static/chunks/02dnhll1bce87.js +46 -0
  314. package/out/_next/static/chunks/03f0hv23abn4a.js +12 -0
  315. package/out/_next/static/chunks/03p0xulfluyqm.js +15 -0
  316. package/out/_next/static/chunks/044dmimivt13x.js +233 -0
  317. package/out/_next/static/chunks/047gokoblz-qy.js +16 -0
  318. package/out/_next/static/chunks/04yroykjly9ni.js +15 -0
  319. package/out/_next/static/chunks/05h2_5y4i_fe4.js +12 -0
  320. package/out/_next/static/chunks/0641gh6yb6tnd.js +3 -0
  321. package/out/_next/static/chunks/06bsql5zgjpaj.js +315 -0
  322. package/out/_next/static/chunks/06jtnxd7wr712.js +1 -0
  323. package/out/_next/static/chunks/070wy1qe-7-uf.js +242 -0
  324. package/out/_next/static/chunks/07l1vdt21xneu.js +14 -0
  325. package/out/_next/static/chunks/07q8ufsdxo1tx.js +1 -0
  326. package/out/_next/static/chunks/087a2d-0e1pvn.js +1 -0
  327. package/out/_next/static/chunks/09pees0w94cvm.js +1 -0
  328. package/out/_next/static/chunks/0_wmk0z5r9thu.js +95 -0
  329. package/out/_next/static/chunks/0ab_-095b34n5.js +90 -0
  330. package/out/_next/static/chunks/0aom8abciz-yf.js +1 -0
  331. package/out/_next/static/chunks/0cdcsn87u-tzw.js +1 -0
  332. package/out/_next/static/chunks/0cu-wqc76z_w6.js +1 -0
  333. package/out/_next/static/chunks/0dnzfqa8el54j.js +135 -0
  334. package/out/_next/static/chunks/0f-hhcgpd3kjt.js +5 -0
  335. package/out/_next/static/chunks/0gdriupdpmq28.js +14 -0
  336. package/out/_next/static/chunks/0hm6-xlqw4vmr.js +1 -0
  337. package/out/_next/static/chunks/0hmdmxkzhdtjx.js +155 -0
  338. package/out/_next/static/chunks/0hpirq7m-gjle.js +23 -0
  339. package/out/_next/static/chunks/0hup5ovc9v_-h.js +58 -0
  340. package/out/_next/static/chunks/0hxsdaxwhc3z4.js +110 -0
  341. package/out/_next/static/chunks/0j-yonuwgtg0k.js +22 -0
  342. package/out/_next/static/chunks/0jo3ujn_icmb9.js +28 -0
  343. package/out/_next/static/chunks/0mayhrft9-4hw.js +13 -0
  344. package/out/_next/static/chunks/0mdh4qszx-qw8.js +1 -0
  345. package/out/_next/static/chunks/0nyu34hvyz9_k.js +103 -0
  346. package/out/_next/static/chunks/0nz8nqr7k7pni.js +61 -0
  347. package/out/_next/static/chunks/0pjv94c771817.js +13 -0
  348. package/out/_next/static/chunks/0qrepe4aqal8_.js +2 -0
  349. package/out/_next/static/chunks/0qtbb-w9hs2i_.js +1 -0
  350. package/out/_next/static/chunks/0r0l1vs8bls6y.js +1 -0
  351. package/out/_next/static/chunks/0r2v5se5riad_.js +227 -0
  352. package/out/_next/static/chunks/0s3aax3no2y3_.js +54 -0
  353. package/out/_next/static/chunks/0sys36fl1uhl-.js +18 -0
  354. package/out/_next/static/chunks/0u-md-qpvyccn.js +149 -0
  355. package/out/_next/static/chunks/0ukobsq85_to1.js +135 -0
  356. package/out/_next/static/chunks/0vcn7yqzt3qlc.js +10 -0
  357. package/out/_next/static/chunks/0wl_oo549tgsw.js +14 -0
  358. package/out/_next/static/chunks/0wm5atnhe2mjs.js +119 -0
  359. package/out/_next/static/chunks/0wpmgf2-hr2iv.js +1 -0
  360. package/out/_next/static/chunks/0wthf9v7cuwqf.js +3 -0
  361. package/out/_next/static/chunks/0xcxmgeevaadl.js +8 -0
  362. package/out/_next/static/chunks/0xoerh23zk-pj.js +44 -0
  363. package/out/_next/static/chunks/0xvoojz5c4j32.js +14 -0
  364. package/out/_next/static/chunks/0ykc9b-l7rcv9.js +18 -0
  365. package/out/_next/static/chunks/0zb8qwy33hihq.js +142 -0
  366. package/out/_next/static/chunks/0zgu8kiokvsjz.js +1 -0
  367. package/out/_next/static/chunks/0zk0s8hqsf5tg.js +18 -0
  368. package/out/_next/static/chunks/0zl6mu89n1_wq.js +1 -0
  369. package/out/_next/static/chunks/0zntg6ltu_fk3.js +14 -0
  370. package/out/_next/static/chunks/10996osm11rxi.js +327 -0
  371. package/out/_next/static/chunks/10q9_f1ss9afd.js +8 -0
  372. package/out/_next/static/chunks/110vhftkm53lj.js +111 -0
  373. package/out/_next/static/chunks/113_jsmrqky1h.js +130 -0
  374. package/out/_next/static/chunks/11fqypagzye_v.js +43 -0
  375. package/out/_next/static/chunks/137522d4_apiu.js +166 -0
  376. package/out/_next/static/chunks/13ml43jv3bxh1.js +1 -0
  377. package/out/_next/static/chunks/16ad724tleody.js +13 -0
  378. package/out/_next/static/chunks/16r_t7quts1w0.js +289 -0
  379. package/out/_next/static/chunks/16yomp2b55xod.js +30 -0
  380. package/out/_next/static/chunks/17jd_42ijblk-.js +15 -0
  381. package/out/_next/static/chunks/17xseq9yxu638.js +1 -0
  382. package/out/_next/static/chunks/18yznjdgjug5c.js +7 -0
  383. package/out/_next/static/chunks/19i-cq0_2t00g.js +60 -0
  384. package/out/_next/static/chunks/19ppkss30jscq.js +13 -0
  385. package/out/_next/static/chunks/1_ov-8bomgh6c.js +54 -0
  386. package/out/_next/static/chunks/1b9l0n8vz64x7.js +233 -0
  387. package/out/_next/static/chunks/1cn3pe6lxja9e.js +44 -0
  388. package/out/_next/static/chunks/1dsjo02ozub3p.js +342 -0
  389. package/out/_next/static/chunks/1dut2ep8qfdv4.js +14 -0
  390. package/out/_next/static/chunks/1eqs_86cqpxcx.js +138 -0
  391. package/out/_next/static/chunks/1exlzd6w18o_b.js +8 -0
  392. package/out/_next/static/chunks/1f04wea7zvjf5.js +2 -0
  393. package/out/_next/static/chunks/1fqsykinbg1d_.js +12 -0
  394. package/out/_next/static/chunks/1g5l7e7du4p25.js +1 -0
  395. package/out/_next/static/chunks/1hokoliuqn63p.js +17 -0
  396. package/out/_next/static/chunks/1ihjqvn68cj5e.js +36 -0
  397. package/out/_next/static/chunks/1k798vpov34v6.js +12 -0
  398. package/out/_next/static/chunks/1lewut00m9sq1.js +1 -0
  399. package/out/_next/static/chunks/1lwiflo8v2d93.js +1 -0
  400. package/out/_next/static/chunks/1ng9tsm1f8e_a.js +1 -0
  401. package/out/_next/static/chunks/1nvy3y5qe_igv.js +233 -0
  402. package/out/_next/static/chunks/1osrrozfse5jn.js +190 -0
  403. package/out/_next/static/chunks/1ozaatz-b_-as.js +41 -0
  404. package/out/_next/static/chunks/1paq5rkj25r88.js +1 -0
  405. package/out/_next/static/chunks/1q2l02eq094zc.js +147 -0
  406. package/out/_next/static/chunks/1q8zx2rmluekr.js +13 -0
  407. package/out/_next/static/chunks/1qnuk3631sd6i.js +807 -0
  408. package/out/_next/static/chunks/1r0aluuzu5vw7.js +13 -0
  409. package/out/_next/static/chunks/1rgwj4dr0k4_b.js +5 -0
  410. package/out/_next/static/chunks/1sgv26vi42stl.js +13 -0
  411. package/out/_next/static/chunks/1t80pe40g73fh.js +82 -0
  412. package/out/_next/static/chunks/1u6jfjnf14knz.js +124 -0
  413. package/out/_next/static/chunks/1vnvinjvn78t3.js +1 -0
  414. package/out/_next/static/chunks/1xg3ey2rrdxfx.js +1 -0
  415. package/out/_next/static/chunks/1xx6ie3yh2hbk.js +235 -0
  416. package/out/_next/static/chunks/1y-vwb0-v5xv0.js +304 -0
  417. package/out/_next/static/chunks/2-8-i_m-82mjh.js +43 -0
  418. package/out/_next/static/chunks/2-s6g5_cyahx8.js +1 -0
  419. package/out/_next/static/chunks/20ndjd4r5l6vk.js +1 -0
  420. package/out/_next/static/chunks/20v019mj-zi94.js +13 -0
  421. package/out/_next/static/chunks/21w-hkh4_w1kl.js +19 -0
  422. package/out/_next/static/chunks/226ya3lbz_55w.js +19 -0
  423. package/out/_next/static/chunks/22az81pi-bqjb.js +1 -0
  424. package/out/_next/static/chunks/22get2_2lcba-.js +21 -0
  425. package/out/_next/static/chunks/22l-2aehes9lx.js +153 -0
  426. package/out/_next/static/chunks/23y9nin7qo-xy.js +17 -0
  427. package/out/_next/static/chunks/25t23h8zbmzh-.js +12 -0
  428. package/out/_next/static/chunks/273zh05aw6uz2.js +13 -0
  429. package/out/_next/static/chunks/28o-5560g4bwk.js +7 -0
  430. package/out/_next/static/chunks/28zahy_uqar2t.js +12 -0
  431. package/out/_next/static/chunks/29dylunjhn4te.js +34 -0
  432. package/out/_next/static/chunks/2_3qu55ddb4jo.js +3 -0
  433. package/out/_next/static/chunks/2_7z1veshuiiw.js +10 -0
  434. package/out/_next/static/chunks/2_ztj391g9yzt.js +226 -0
  435. package/out/_next/static/chunks/2a9z_gm1vn39c.js +173 -0
  436. package/out/_next/static/chunks/2a_46b7_7ml_y.js +1 -0
  437. package/out/_next/static/chunks/2b8nhs_3rpawc.js +1 -0
  438. package/out/_next/static/chunks/2biyd1hzgc2sv.js +339 -0
  439. package/out/_next/static/chunks/2c2vssolfspzg.js +50 -0
  440. package/out/_next/static/chunks/2dbrybnhe5thu.css +1 -0
  441. package/out/_next/static/chunks/2diqy5aehqe8j.js +58 -0
  442. package/out/_next/static/chunks/2djnsowjy3p8y.js +1 -0
  443. package/out/_next/static/chunks/2dq4d-ey-16cq.js +1 -0
  444. package/out/_next/static/chunks/2dyysegkbptw8.js +11 -0
  445. package/out/_next/static/chunks/2ei1rfxsl3q65.js +31 -0
  446. package/out/_next/static/chunks/2fazxtc5_9tgo.js +52 -0
  447. package/out/_next/static/chunks/2fzc9bsweg7nf.js +807 -0
  448. package/out/_next/static/chunks/2h5-bnhry6wzl.js +14 -0
  449. package/out/_next/static/chunks/2hmtn1okhj6zz.js +234 -0
  450. package/out/_next/static/chunks/2htrbj6g7da-e.js +12 -0
  451. package/out/_next/static/chunks/2j0apwnxuaeox.js +14 -0
  452. package/out/_next/static/chunks/2j51l4ukmrn7j.js +17 -0
  453. package/out/_next/static/chunks/2k4cusvrm93cp.js +39 -0
  454. package/out/_next/static/chunks/2ldks6pel2wcp.js +31 -0
  455. package/out/_next/static/chunks/2loz6t7f69t0c.js +1 -0
  456. package/out/_next/static/chunks/2onfts3kpe9d8.js +1 -0
  457. package/out/_next/static/chunks/2p9aozkdq_z13.js +329 -0
  458. package/out/_next/static/chunks/2pz2u5us_0jme.js +5 -0
  459. package/out/_next/static/chunks/2qaf44ypuy_4z.js +1 -0
  460. package/out/_next/static/chunks/2r1-eyf6hic-m.js +1 -0
  461. package/out/_next/static/chunks/2ritd1boot22-.js +32 -0
  462. package/out/_next/static/chunks/2s1__k407zn6n.js +1 -0
  463. package/out/_next/static/chunks/2s6qkrjh7-b6s.js +1 -0
  464. package/out/_next/static/chunks/2t70ji9pnllxh.js +81 -0
  465. package/out/_next/static/chunks/2tc6lgajxmo78.js +3 -0
  466. package/out/_next/static/chunks/2twd9trj9horc.js +61 -0
  467. package/out/_next/static/chunks/2ua7-skz9vm4r.js +13 -0
  468. package/out/_next/static/chunks/2vjkcd8g_hh68.js +46 -0
  469. package/out/_next/static/chunks/2w1twpn4nui6h.js +807 -0
  470. package/out/_next/static/chunks/2x4vo24qfe0mr.js +1 -0
  471. package/out/_next/static/chunks/2zm-d0-e0sxgo.js +23 -0
  472. package/out/_next/static/chunks/3-u1dp82vzyt9.js +1 -0
  473. package/out/_next/static/chunks/30iz3jszdu04d.js +11 -0
  474. package/out/_next/static/chunks/30jmh-3cp5wcg.js +12 -0
  475. package/out/_next/static/chunks/3178a_a_i-e-q.js +16 -0
  476. package/out/_next/static/chunks/317qzy7r8meg_.js +1 -0
  477. package/out/_next/static/chunks/32nwqfli0ne57.js +1 -0
  478. package/out/_next/static/chunks/33c-rzkj2k2v1.js +14 -0
  479. package/out/_next/static/chunks/33g91_yljnpiw.js +807 -0
  480. package/out/_next/static/chunks/34dhtdp_8idgm.js +658 -0
  481. package/out/_next/static/chunks/34ybf-w3bdlw8.js +13 -0
  482. package/out/_next/static/chunks/35-vqjhcep-zw.js +60 -0
  483. package/out/_next/static/chunks/358r9pdxbk-fv.js +39 -0
  484. package/out/_next/static/chunks/35a6ymsh4q0-o.js +14 -0
  485. package/out/_next/static/chunks/36yrxjq9zbvpx.js +13 -0
  486. package/out/_next/static/chunks/377ho63k7qphg.js +14 -0
  487. package/out/_next/static/chunks/37bs69urhjdz5.js +24 -0
  488. package/out/_next/static/chunks/37mpnb5qztb_g.js +15 -0
  489. package/out/_next/static/chunks/3827hqe9_anr7.js +24 -0
  490. package/out/_next/static/chunks/3a0_vzfa54k35.js +7 -0
  491. package/out/_next/static/chunks/3a8a8fpl7-ndf.js +1 -0
  492. package/out/_next/static/chunks/3b6hct2rk2wu9.js +24 -0
  493. package/out/_next/static/chunks/3czsj6bdmobbd.js +24 -0
  494. package/out/_next/static/chunks/3d0ic2ovyeue7.js +2 -0
  495. package/out/_next/static/chunks/3eq1b2m2xkkmp.js +1 -0
  496. package/out/_next/static/chunks/3f2ue6ut-mwka.js +2 -0
  497. package/out/_next/static/chunks/3g67xtrp0vv4m.js +1 -0
  498. package/out/_next/static/chunks/3iepyd4rzl-tt.js +13 -0
  499. package/out/_next/static/chunks/3j6p-522fcsnj.js +1 -0
  500. package/out/_next/static/chunks/3kle_yukf5aux.js +809 -0
  501. package/out/_next/static/chunks/3l_nx7eopgh02.js +1 -0
  502. package/out/_next/static/chunks/3mk-cv2ocv93u.js +50 -0
  503. package/out/_next/static/chunks/3n5290qcigwpc.js +13 -0
  504. package/out/_next/static/chunks/3nl02jbknvx4p.js +14 -0
  505. package/out/_next/static/chunks/3o5a5qn0dnq04.js +3 -0
  506. package/out/_next/static/chunks/3o5kwvdgt_t9z.js +73 -0
  507. package/out/_next/static/chunks/3qamj8gt1ijdz.js +12 -0
  508. package/out/_next/static/chunks/3rlrwz262rpw0.js +1 -0
  509. package/out/_next/static/chunks/3s3v9n_ob4m24.js +18 -0
  510. package/out/_next/static/chunks/3s47qr8fn6h4j.js +8 -0
  511. package/out/_next/static/chunks/3slzhmkeoggpm.js +66 -0
  512. package/out/_next/static/chunks/3tv9csz53av-5.js +1 -0
  513. package/out/_next/static/chunks/3uec1_7irpl71.js +16 -0
  514. package/out/_next/static/chunks/3uo1w1gaj7tsx.js +117 -0
  515. package/out/_next/static/chunks/3uwev5xyub_j1.js +7 -0
  516. package/out/_next/static/chunks/3w450c1xmh550.js +12 -0
  517. package/out/_next/static/chunks/3x8aami6-3l79.js +31 -0
  518. package/out/_next/static/chunks/3xhogi6_bbwh7.js +10 -0
  519. package/out/_next/static/chunks/3y62dz45ticve.js +1 -0
  520. package/out/_next/static/chunks/3yjzk_udmhv3i.js +1 -0
  521. package/out/_next/static/chunks/3z6v84zof80bt.js +1 -0
  522. package/out/_next/static/chunks/3zncjth-kop8p.js +1 -0
  523. package/out/_next/static/chunks/3zp4iedgev460.js +35 -0
  524. package/out/_next/static/chunks/413qu_x6yky1e.js +1 -0
  525. package/out/_next/static/chunks/41j8mb2ztwydi.js +14 -0
  526. package/out/_next/static/chunks/41pc5_e25bhgd.js +1 -0
  527. package/out/_next/static/chunks/424z-zudpy3n0.js +39 -0
  528. package/out/_next/static/chunks/42o6t6-v2qi37.js +29 -0
  529. package/out/_next/static/chunks/434iz38padke2.js +1 -0
  530. package/out/_next/static/chunks/43pb7hjetp965.js +1 -0
  531. package/out/_next/static/chunks/44rharl5hvsw-.js +22 -0
  532. package/out/_next/static/chunks/45ac68ug7hcoc.js +13 -0
  533. package/out/_next/static/chunks/turbopack-0-chqajqgydnn.js +1 -0
  534. package/out/_next/static/chunks/turbopack-0-jquaej6q4cd.js +1 -0
  535. package/out/_next/static/chunks/turbopack-01y_6kjoo1mvp.js +1 -0
  536. package/out/_next/static/chunks/turbopack-03_sghcquhw33.js +1 -0
  537. package/out/_next/static/chunks/turbopack-0a_5nw_3znl2r.js +1 -0
  538. package/out/_next/static/chunks/turbopack-0bbgz21dy5lm3.js +1 -0
  539. package/out/_next/static/chunks/turbopack-0cqzo60ry70im.js +1 -0
  540. package/out/_next/static/chunks/turbopack-0ex-kw1o5k02z.js +1 -0
  541. package/out/_next/static/chunks/turbopack-0g9gjb70ob0rb.js +1 -0
  542. package/out/_next/static/chunks/turbopack-0jzps1g34dah5.js +1 -0
  543. package/out/_next/static/chunks/turbopack-0o9rz5e94nq66.js +1 -0
  544. package/out/_next/static/chunks/turbopack-0rq3y47awgwpt.js +1 -0
  545. package/out/_next/static/chunks/turbopack-0vs4-gjxe552i.js +1 -0
  546. package/out/_next/static/chunks/turbopack-0x1jwahqhzo0u.js +1 -0
  547. package/out/_next/static/chunks/turbopack-13uretb6lcje8.js +1 -0
  548. package/out/_next/static/chunks/turbopack-14n2u99h724y-.js +1 -0
  549. package/out/_next/static/chunks/turbopack-1a774_gjam74t.js +1 -0
  550. package/out/_next/static/chunks/turbopack-1gy8illqlm_jj.js +1 -0
  551. package/out/_next/static/chunks/turbopack-1n9q29j854ltr.js +1 -0
  552. package/out/_next/static/chunks/turbopack-1nathpz4-f-4w.js +1 -0
  553. package/out/_next/static/chunks/turbopack-1nca86oa17qfx.js +1 -0
  554. package/out/_next/static/chunks/turbopack-1qe0zbu9fejdb.js +1 -0
  555. package/out/_next/static/chunks/turbopack-1qg26rdmwlotw.js +1 -0
  556. package/out/_next/static/chunks/turbopack-1u6lf-rzbdjuj.js +1 -0
  557. package/out/_next/static/chunks/turbopack-1z85kwwdibjh7.js +1 -0
  558. package/out/_next/static/chunks/turbopack-22as-nh7md98p.js +1 -0
  559. package/out/_next/static/chunks/turbopack-23lcv-araye0t.js +1 -0
  560. package/out/_next/static/chunks/turbopack-25gt3vwmogps-.js +1 -0
  561. package/out/_next/static/chunks/turbopack-26g97kfge67jz.js +1 -0
  562. package/out/_next/static/chunks/turbopack-26u67kbn41n8e.js +1 -0
  563. package/out/_next/static/chunks/turbopack-280jnadydykur.js +1 -0
  564. package/out/_next/static/chunks/turbopack-2bb6lvvhg6e0w.js +1 -0
  565. package/out/_next/static/chunks/turbopack-2bw5gluonepob.js +1 -0
  566. package/out/_next/static/chunks/turbopack-2c36n939jg0pf.js +1 -0
  567. package/out/_next/static/chunks/turbopack-2ez296aoalbog.js +1 -0
  568. package/out/_next/static/chunks/turbopack-2frqnl7lfn0h9.js +1 -0
  569. package/out/_next/static/chunks/turbopack-2jxkmyhbvdw4u.js +1 -0
  570. package/out/_next/static/chunks/turbopack-2k45z490u3tbj.js +1 -0
  571. package/out/_next/static/chunks/turbopack-2p-uq1erkf03-.js +1 -0
  572. package/out/_next/static/chunks/turbopack-2svkg0yvgyw3_.js +1 -0
  573. package/out/_next/static/chunks/turbopack-31s1c5ipeb5_p.js +1 -0
  574. package/out/_next/static/chunks/turbopack-33v049epa0erx.js +1 -0
  575. package/out/_next/static/chunks/turbopack-34jylrj_qw1ak.js +1 -0
  576. package/out/_next/static/chunks/turbopack-34u-t26ngu-oy.js +1 -0
  577. package/out/_next/static/chunks/turbopack-34x5gar31d5sv.js +1 -0
  578. package/out/_next/static/chunks/turbopack-363g_e-jzg5u_.js +1 -0
  579. package/out/_next/static/chunks/turbopack-39um5sy1v-bvw.js +1 -0
  580. package/out/_next/static/chunks/turbopack-3__2i-6jdv1s8.js +1 -0
  581. package/out/_next/static/chunks/turbopack-3b4s935ks8u-b.js +1 -0
  582. package/out/_next/static/chunks/turbopack-3b5-pdmr324f-.js +1 -0
  583. package/out/_next/static/chunks/turbopack-3bwm37xq99e4l.js +1 -0
  584. package/out/_next/static/chunks/turbopack-3ec8ol5n3kb0h.js +1 -0
  585. package/out/_next/static/chunks/turbopack-3gw7smd4lo5ud.js +1 -0
  586. package/out/_next/static/chunks/turbopack-3miy8-7wxcnbn.js +1 -0
  587. package/out/_next/static/chunks/turbopack-3nvjaj1vijowz.js +1 -0
  588. package/out/_next/static/chunks/turbopack-3poc67i76-q8q.js +1 -0
  589. package/out/_next/static/chunks/turbopack-3r1pnr94s1u0w.js +1 -0
  590. package/out/_next/static/chunks/turbopack-3sfa4031m280j.js +1 -0
  591. package/out/_next/static/chunks/turbopack-3sqs5hm2xhl3s.js +1 -0
  592. package/out/_next/static/chunks/turbopack-3xha6pmjqez6d.js +1 -0
  593. package/out/_next/static/chunks/turbopack-3yp7pgp42yfh3.js +1 -0
  594. package/out/_next/static/chunks/turbopack-3z_g6t7o2z7rb.js +1 -0
  595. package/out/_next/static/chunks/turbopack-3zb947kjm56zb.js +1 -0
  596. package/out/_next/static/chunks/turbopack-43m6wi0fybh1f.js +1 -0
  597. package/out/_next/static/mgojmR_4GNqJNutDR9oFi/_buildManifest.js +262 -0
  598. package/out/_offline/index.html +2 -2
  599. package/out/account/forgot-password/index.html +2 -2
  600. package/out/account/index.html +2 -2
  601. package/out/assortments/AssortmentDetailPage/index.html +2 -2
  602. package/out/assortments/index.html +2 -2
  603. package/out/assortments/new/index.html +2 -2
  604. package/out/copilot/index.html +2 -2
  605. package/out/country/CountryDetailPage/index.html +2 -2
  606. package/out/country/index.html +2 -2
  607. package/out/country/new/index.html +2 -2
  608. package/out/currency/CurrencyDetailPage/index.html +2 -2
  609. package/out/currency/index.html +2 -2
  610. package/out/currency/new/index.html +2 -2
  611. package/out/delivery-provider/DeliveryProviderDetailPage/index.html +2 -2
  612. package/out/delivery-provider/index.html +2 -2
  613. package/out/delivery-provider/new/index.html +2 -2
  614. package/out/enrollments/EnrollmentDetailPage/index.html +2 -2
  615. package/out/enrollments/index.html +2 -2
  616. package/out/events/EventDetailPage/index.html +2 -2
  617. package/out/events/index.html +2 -2
  618. package/out/exports/index.html +2 -2
  619. package/out/ext/[[...slug]]/index.html +11 -0
  620. package/out/external/index.html +2 -2
  621. package/out/filters/FilterDetailPage/index.html +2 -2
  622. package/out/filters/index.html +2 -2
  623. package/out/filters/new/index.html +2 -2
  624. package/out/index.html +2 -2
  625. package/out/install/index.html +2 -2
  626. package/out/language/LanguageDetailPage/index.html +2 -2
  627. package/out/language/index.html +2 -2
  628. package/out/language/new/index.html +2 -2
  629. package/out/log-in/index.html +2 -2
  630. package/out/orders/OrderDetailPage/index.html +2 -2
  631. package/out/orders/index.html +2 -2
  632. package/out/payment-provider/PaymentProviderDetailPage/index.html +2 -2
  633. package/out/payment-provider/index.html +2 -2
  634. package/out/payment-provider/new/index.html +2 -2
  635. package/out/products/ProductDetailPage/index.html +2 -2
  636. package/out/products/index.html +2 -2
  637. package/out/products/new/index.html +2 -2
  638. package/out/quotations/QuotationDetailPage/index.html +2 -2
  639. package/out/quotations/index.html +2 -2
  640. package/out/reset-password/index.html +2 -2
  641. package/out/sign-up/index.html +2 -2
  642. package/out/styleguide/index.html +2 -2
  643. package/out/tokens/TokenDetailPage/index.html +2 -2
  644. package/out/tokens/index.html +2 -2
  645. package/out/users/UserDetailPage/index.html +2 -2
  646. package/out/users/index.html +2 -2
  647. package/out/users/new/index.html +2 -2
  648. package/out/verify-email/index.html +2 -2
  649. package/out/warehousing-provider/WarehousingProviderDetailPage/index.html +2 -2
  650. package/out/warehousing-provider/index.html +2 -2
  651. package/out/warehousing-provider/new/index.html +2 -2
  652. package/out/works/WorkDetailPage/index.html +2 -2
  653. package/out/works/WorkQueueListView/index.html +2 -2
  654. package/out/works/index.html +2 -2
  655. package/out/works/management/index.html +2 -2
  656. package/package.json +104 -14
  657. package/src/modules/accounts/index.ts +34 -0
  658. package/src/modules/assortment/index.ts +29 -0
  659. package/src/modules/copilot/index.ts +4 -0
  660. package/src/modules/country/index.ts +5 -0
  661. package/src/modules/currency/index.ts +5 -0
  662. package/src/modules/delivery-provider/index.ts +7 -0
  663. package/src/modules/enrollment/index.ts +6 -0
  664. package/src/modules/event/index.ts +3 -0
  665. package/src/modules/filter/index.ts +13 -0
  666. package/src/modules/language/index.ts +5 -0
  667. package/src/modules/order/index.ts +8 -0
  668. package/src/modules/payment-providers/index.ts +7 -0
  669. package/src/modules/product/index.ts +47 -0
  670. package/src/modules/product-review/index.ts +6 -0
  671. package/src/modules/quotation/index.ts +6 -0
  672. package/src/modules/token/index.ts +3 -0
  673. package/src/modules/warehousing-providers/index.ts +7 -0
  674. package/src/modules/work/index.ts +7 -0
  675. package/src/sdk/hooks.ts +11 -0
  676. package/src/sdk/modal.ts +6 -0
  677. package/src/sdk/plugin-build.mjs +112 -0
  678. package/src/sdk/plugin-build.test.mjs +11 -0
  679. package/src/sdk/plugins.ts +88 -0
  680. package/src/sdk/providers.ts +4 -0
  681. package/src/sdk/tailwind-preset.mjs +94 -0
  682. package/src/sdk/theme.ts +61 -0
  683. package/src/styles/globals.css +291 -0
  684. package/out/_next/static/NCD-SJ8yCV0Afw8rFopK9/_buildManifest.js +0 -258
  685. package/out/_next/static/chunks/0-beu4vu82jrh.js +0 -1
  686. package/out/_next/static/chunks/0-bq_~1lrxscv.js +0 -1
  687. package/out/_next/static/chunks/0-gs6rs8.en66.js +0 -807
  688. package/out/_next/static/chunks/0.4qfzuvwzsxc.js +0 -346
  689. package/out/_next/static/chunks/0.ezy3xvxrqcc.js +0 -15
  690. package/out/_next/static/chunks/0.i9a933lfo25.js +0 -110
  691. package/out/_next/static/chunks/0.qv4h3l4v.mz.js +0 -807
  692. package/out/_next/static/chunks/00-1l-sb67jn-.js +0 -807
  693. package/out/_next/static/chunks/0063j04yfdol-.js +0 -13
  694. package/out/_next/static/chunks/006d2uxhsngs-.js +0 -1
  695. package/out/_next/static/chunks/00d66~in48qe1.js +0 -108
  696. package/out/_next/static/chunks/00u_9mz-xfmbu.js +0 -119
  697. package/out/_next/static/chunks/00ysn67q-k.lf.js +0 -384
  698. package/out/_next/static/chunks/00z8y5zmd5ley.js +0 -16
  699. package/out/_next/static/chunks/01.ug0e_hak5n.js +0 -31
  700. package/out/_next/static/chunks/01755gvyv1u4p.js +0 -342
  701. package/out/_next/static/chunks/024hggxa5rlsk.js +0 -16
  702. package/out/_next/static/chunks/025rs.6-.kttm.js +0 -177
  703. package/out/_next/static/chunks/029met6o9c69_.js +0 -132
  704. package/out/_next/static/chunks/035ijcwfe128..js +0 -13
  705. package/out/_next/static/chunks/039.n12k.ourz.js +0 -1
  706. package/out/_next/static/chunks/039laq217w5af.js +0 -1
  707. package/out/_next/static/chunks/03awhk2amfyg9.js +0 -13
  708. package/out/_next/static/chunks/03b6o0yl3wq69.js +0 -324
  709. package/out/_next/static/chunks/03exf~-d8n0~p.js +0 -12
  710. package/out/_next/static/chunks/043qhigp~b~xd.js +0 -288
  711. package/out/_next/static/chunks/047b32b2zk0zr.js +0 -50
  712. package/out/_next/static/chunks/04ljxsi4h8opa.js +0 -3
  713. package/out/_next/static/chunks/05-wy9wkovd44.js +0 -66
  714. package/out/_next/static/chunks/059j6ba8pjbxt.js +0 -2
  715. package/out/_next/static/chunks/05c669_6-rcl4.js +0 -15
  716. package/out/_next/static/chunks/05ebn-rbx77t1.js +0 -1
  717. package/out/_next/static/chunks/05ijoypg9erzj.js +0 -15
  718. package/out/_next/static/chunks/05mdbs7fsyl0j.js +0 -15
  719. package/out/_next/static/chunks/05xkbw-s9zm4v.js +0 -1
  720. package/out/_next/static/chunks/05y5i1xi9l7xo.js +0 -46
  721. package/out/_next/static/chunks/06jxo~w32bob0.js +0 -14
  722. package/out/_next/static/chunks/06l-x0hfnht~9.js +0 -12
  723. package/out/_next/static/chunks/06rpbu900ohev.js +0 -807
  724. package/out/_next/static/chunks/06wxd~64yev29.js +0 -1
  725. package/out/_next/static/chunks/074t2kkalxoor.js +0 -54
  726. package/out/_next/static/chunks/0757.exyqs35o.js +0 -1
  727. package/out/_next/static/chunks/07bj_95mgrfr7.js +0 -81
  728. package/out/_next/static/chunks/07e9hvcn2m7m0.css +0 -1
  729. package/out/_next/static/chunks/07gsr_4x3t83l.js +0 -1
  730. package/out/_next/static/chunks/07m0kcby2q9_3.js +0 -119
  731. package/out/_next/static/chunks/07rosayyue4dv.js +0 -5
  732. package/out/_next/static/chunks/07vc0lr9~n374.js +0 -807
  733. package/out/_next/static/chunks/07we~tcuuf587.js +0 -1
  734. package/out/_next/static/chunks/08-e12375gky7.js +0 -1
  735. package/out/_next/static/chunks/08g5cr0k-wewy.js +0 -13
  736. package/out/_next/static/chunks/08gnfg~ucaonj.js +0 -31
  737. package/out/_next/static/chunks/08l8.c5-zq8l_.js +0 -13
  738. package/out/_next/static/chunks/08s08655wboxs.js +0 -224
  739. package/out/_next/static/chunks/08ubwqxtv1pi8.js +0 -471
  740. package/out/_next/static/chunks/093du9_a7j~e9.js +0 -22
  741. package/out/_next/static/chunks/09ar00gwggnv2.js +0 -92
  742. package/out/_next/static/chunks/09ew07.pd~qmo.js +0 -31
  743. package/out/_next/static/chunks/09h16th.ukf49.js +0 -9
  744. package/out/_next/static/chunks/09i.iewg619r8.js +0 -1
  745. package/out/_next/static/chunks/09ird980jk5l4.js +0 -1
  746. package/out/_next/static/chunks/09ti6--w-81qk.js +0 -12
  747. package/out/_next/static/chunks/0_.rynghl8eid.js +0 -16
  748. package/out/_next/static/chunks/0_fjllta7r.pd.js +0 -1
  749. package/out/_next/static/chunks/0_hapi9~w_m74.js +0 -807
  750. package/out/_next/static/chunks/0_rymam7ts5h_.js +0 -61
  751. package/out/_next/static/chunks/0_tmrtwx_w001.js +0 -1
  752. package/out/_next/static/chunks/0_wmd30ovkohg.js +0 -14
  753. package/out/_next/static/chunks/0a4iuso54enw6.js +0 -43
  754. package/out/_next/static/chunks/0a9xn3eyi55p7.js +0 -807
  755. package/out/_next/static/chunks/0ab-_zb.d-ta~.js +0 -13
  756. package/out/_next/static/chunks/0agmcim_ow38h.js +0 -41
  757. package/out/_next/static/chunks/0ah_xk7gumihc.js +0 -10
  758. package/out/_next/static/chunks/0al9fetggpofs.js +0 -101
  759. package/out/_next/static/chunks/0apih1f_pg7x5.js +0 -22
  760. package/out/_next/static/chunks/0aqef_pw6d4-x.js +0 -12
  761. package/out/_next/static/chunks/0av.mpk52l~sj.js +0 -78
  762. package/out/_next/static/chunks/0b26w_2v.jnnp.js +0 -23
  763. package/out/_next/static/chunks/0bgpq4k~.1ow~.js +0 -1
  764. package/out/_next/static/chunks/0b~~k586vhgzn.js +0 -22
  765. package/out/_next/static/chunks/0c1ohyu0~45-6.js +0 -16
  766. package/out/_next/static/chunks/0c6zpdc5tnyit.js +0 -14
  767. package/out/_next/static/chunks/0cxr_f9owlixa.js +0 -147
  768. package/out/_next/static/chunks/0d4_~230qii9x.js +0 -8
  769. package/out/_next/static/chunks/0d7ng.3g0fqyq.js +0 -14
  770. package/out/_next/static/chunks/0dgzbrz_ks6y3.js +0 -836
  771. package/out/_next/static/chunks/0dmlsqy.34z7l.js +0 -5
  772. package/out/_next/static/chunks/0d~mpqdnsqc_3.js +0 -217
  773. package/out/_next/static/chunks/0e.ov59u.i2g..js +0 -26
  774. package/out/_next/static/chunks/0e7j7~xp-kfcl.js +0 -1
  775. package/out/_next/static/chunks/0eshxr9tyc-ob.js +0 -1
  776. package/out/_next/static/chunks/0eyuawigvkque.js +0 -144
  777. package/out/_next/static/chunks/0f0p~b_1z06f-.js +0 -12
  778. package/out/_next/static/chunks/0f1vh2kuipe~w.js +0 -1
  779. package/out/_next/static/chunks/0f2lcm2fvm0o4.js +0 -15
  780. package/out/_next/static/chunks/0f5-n-rcb1ksy.js +0 -61
  781. package/out/_next/static/chunks/0f7rfo-9v~6ta.js +0 -16
  782. package/out/_next/static/chunks/0fadm_h6dqral.js +0 -1
  783. package/out/_next/static/chunks/0fgje3pp6kr-..js +0 -21
  784. package/out/_next/static/chunks/0fixfg1.spty7.js +0 -8
  785. package/out/_next/static/chunks/0fo857sizpzb..js +0 -14
  786. package/out/_next/static/chunks/0fpmn5~h1l5fy.js +0 -51
  787. package/out/_next/static/chunks/0fzx56yu8w89-.js +0 -1
  788. package/out/_next/static/chunks/0g5.zeq8z86p8.js +0 -22
  789. package/out/_next/static/chunks/0gcrw01taxxl6.js +0 -1
  790. package/out/_next/static/chunks/0hprhos6ompyh.js +0 -1
  791. package/out/_next/static/chunks/0hv.16xst798a.js +0 -807
  792. package/out/_next/static/chunks/0i67~d9m79069.js +0 -1
  793. package/out/_next/static/chunks/0i9ujbll13rjg.js +0 -7
  794. package/out/_next/static/chunks/0ixp-hqnt2hdk.js +0 -188
  795. package/out/_next/static/chunks/0j3_ll.umtrlh.js +0 -15
  796. package/out/_next/static/chunks/0j8_vntnh3wh1.js +0 -384
  797. package/out/_next/static/chunks/0jcl.bguz9-il.js +0 -173
  798. package/out/_next/static/chunks/0jhfv_wn9s6x1.js +0 -1
  799. package/out/_next/static/chunks/0jthyhkkkajye.js +0 -87
  800. package/out/_next/static/chunks/0jyfzjlxmkv47.js +0 -1
  801. package/out/_next/static/chunks/0k33b3l3swmdp.js +0 -14
  802. package/out/_next/static/chunks/0k8cqr5rpupnp.js +0 -12
  803. package/out/_next/static/chunks/0kacoozv1plky.js +0 -12
  804. package/out/_next/static/chunks/0kb8vq-u9e5ie.js +0 -596
  805. package/out/_next/static/chunks/0kpfj.1wbd8ym.js +0 -200
  806. package/out/_next/static/chunks/0kws6.oh9adj9.js +0 -14
  807. package/out/_next/static/chunks/0l6-vjb..0-s7.js +0 -286
  808. package/out/_next/static/chunks/0l8ujxmk7702g.js +0 -1
  809. package/out/_next/static/chunks/0lcd2so6jg-_l.js +0 -44
  810. package/out/_next/static/chunks/0lhvveiv7i555.js +0 -13
  811. package/out/_next/static/chunks/0lim3v66fnjbi.js +0 -73
  812. package/out/_next/static/chunks/0lj_~1h9s9o4p.js +0 -15
  813. package/out/_next/static/chunks/0m2jz56bm31rn.js +0 -13
  814. package/out/_next/static/chunks/0mw6751mia5o-.js +0 -13
  815. package/out/_next/static/chunks/0m~4npg.nbafl.js +0 -807
  816. package/out/_next/static/chunks/0nnrgfwlre~2w.js +0 -12
  817. package/out/_next/static/chunks/0nvdm-r7zmv-l.js +0 -1
  818. package/out/_next/static/chunks/0nyyy1v4911lw.js +0 -59
  819. package/out/_next/static/chunks/0o05daemjdhug.js +0 -227
  820. package/out/_next/static/chunks/0o6szwcbqvtk..js +0 -1
  821. package/out/_next/static/chunks/0oq1lazm-ypco.js +0 -15
  822. package/out/_next/static/chunks/0owfq70q4gv3g.js +0 -11
  823. package/out/_next/static/chunks/0o~ytet2snd7..js +0 -18
  824. package/out/_next/static/chunks/0pooq0ei74.fu.js +0 -17
  825. package/out/_next/static/chunks/0q92oiu-paus_.js +0 -1
  826. package/out/_next/static/chunks/0r.pkr~.dyugv.js +0 -137
  827. package/out/_next/static/chunks/0r.xn-_woklgt.js +0 -138
  828. package/out/_next/static/chunks/0r2eg~z0yxhkm.js +0 -384
  829. package/out/_next/static/chunks/0rf4yd5v399-n.js +0 -342
  830. package/out/_next/static/chunks/0s9gw8v77opep.js +0 -12
  831. package/out/_next/static/chunks/0sq1ba8siz_al.js +0 -46
  832. package/out/_next/static/chunks/0tgyufn7ieyma.js +0 -23
  833. package/out/_next/static/chunks/0tq-lptj3-s~9.js +0 -7
  834. package/out/_next/static/chunks/0tur4u0bq8afu.js +0 -1
  835. package/out/_next/static/chunks/0u.p7-5euvw9g.js +0 -101
  836. package/out/_next/static/chunks/0u0zlnx_0uuo~.js +0 -1
  837. package/out/_next/static/chunks/0ud072y3rsxuo.js +0 -26
  838. package/out/_next/static/chunks/0ueboweabxsm_.js +0 -12
  839. package/out/_next/static/chunks/0ulpot4q9efmn.js +0 -1
  840. package/out/_next/static/chunks/0up4o93erzv5i.js +0 -15
  841. package/out/_next/static/chunks/0uppdoxx035f~.js +0 -807
  842. package/out/_next/static/chunks/0v01e3xk0z2zz.js +0 -10
  843. package/out/_next/static/chunks/0v7odmyxhwxk9.js +0 -5
  844. package/out/_next/static/chunks/0vaop4ncta92i.js +0 -43
  845. package/out/_next/static/chunks/0vef8~~ul~q~3.js +0 -188
  846. package/out/_next/static/chunks/0vjviijon1cf_.js +0 -227
  847. package/out/_next/static/chunks/0vo3lqvc1gnao.js +0 -1
  848. package/out/_next/static/chunks/0vqde~70jg4mp.js +0 -13
  849. package/out/_next/static/chunks/0w_lpiygl_gbj.js +0 -51
  850. package/out/_next/static/chunks/0wm9vrqp0f2-g.js +0 -1
  851. package/out/_next/static/chunks/0wt4fkc59wtk~.js +0 -1
  852. package/out/_next/static/chunks/0x0ro0p0oede-.js +0 -1
  853. package/out/_next/static/chunks/0x5~rk9ckvkzm.js +0 -5
  854. package/out/_next/static/chunks/0xa.gldl0ypuc.js +0 -36
  855. package/out/_next/static/chunks/0xyz4eb8oj14e.js +0 -32
  856. package/out/_next/static/chunks/0x~m529wi_q8r.js +0 -807
  857. package/out/_next/static/chunks/0ygzo.kyf038-.js +0 -13
  858. package/out/_next/static/chunks/0z5_-ukry36hl.js +0 -905
  859. package/out/_next/static/chunks/0z69nmy7s-zha.js +0 -10
  860. package/out/_next/static/chunks/0zcy4ll048jyy.js +0 -13
  861. package/out/_next/static/chunks/0zpa9vt2u_r06.js +0 -14
  862. package/out/_next/static/chunks/0zsl0gp2-m_8s.js +0 -1
  863. package/out/_next/static/chunks/0zw1-wa39f8lg.js +0 -1
  864. package/out/_next/static/chunks/0z~lvtnl1p.em.js +0 -78
  865. package/out/_next/static/chunks/0~4r9ol9.3i_l.js +0 -46
  866. package/out/_next/static/chunks/0~4s5vi61p7ev.js +0 -291
  867. package/out/_next/static/chunks/0~6ud_t-945ch.js +0 -288
  868. package/out/_next/static/chunks/0~mh5ybxo9nf2.js +0 -19
  869. package/out/_next/static/chunks/0~zg_~~subg_x.js +0 -1
  870. package/out/_next/static/chunks/10.uqlra33~68.js +0 -13
  871. package/out/_next/static/chunks/10g0ipk~-ofy6.js +0 -20
  872. package/out/_next/static/chunks/10h4imeqlg217.js +0 -8
  873. package/out/_next/static/chunks/10jiudk1sj2jm.js +0 -14
  874. package/out/_next/static/chunks/10kcfk2uu1e6x.js +0 -73
  875. package/out/_next/static/chunks/10pv9vc9myzuy.js +0 -58
  876. package/out/_next/static/chunks/11d00p~.l1k_u.js +0 -8
  877. package/out/_next/static/chunks/11lx7_qu.04js.js +0 -596
  878. package/out/_next/static/chunks/11svm4d1gbpg3.js +0 -13
  879. package/out/_next/static/chunks/11xvbwibrxg70.js +0 -44
  880. package/out/_next/static/chunks/12_-fnbe.fpy3.js +0 -142
  881. package/out/_next/static/chunks/12_5sds1suvhm.js +0 -13
  882. package/out/_next/static/chunks/12eo~x2_f0n1c.js +0 -1
  883. package/out/_next/static/chunks/131o1ib1p4q0~.js +0 -807
  884. package/out/_next/static/chunks/13azvhnsuoq~i.js +0 -193
  885. package/out/_next/static/chunks/13qkehmx~~nca.js +0 -1
  886. package/out/_next/static/chunks/13xo605mvuvr..js +0 -137
  887. package/out/_next/static/chunks/14-js791sn0n..js +0 -90
  888. package/out/_next/static/chunks/149uwpe4mqt~4.js +0 -3
  889. package/out/_next/static/chunks/152e33k3zn_7h.js +0 -13
  890. package/out/_next/static/chunks/156o0mg9e~c1z.js +0 -135
  891. package/out/_next/static/chunks/15946_7~ym9mj.js +0 -1
  892. package/out/_next/static/chunks/15im3g6.ezb86.js +0 -16
  893. package/out/_next/static/chunks/167enz~evud8u.js +0 -1
  894. package/out/_next/static/chunks/16dxg.m0iyhff.js +0 -20
  895. package/out/_next/static/chunks/16e76-izprx_3.js +0 -60
  896. package/out/_next/static/chunks/17556jivokcgt.js +0 -13
  897. package/out/_next/static/chunks/17831iuhggap-.js +0 -5
  898. package/out/_next/static/chunks/17lq99ack-rqn.js +0 -7
  899. package/out/_next/static/chunks/1801hoawv7tvj.js +0 -209
  900. package/out/_next/static/chunks/turbopack-0-f1h~_vf~hgt.js +0 -1
  901. package/out/_next/static/chunks/turbopack-00gp6932c5-pc.js +0 -1
  902. package/out/_next/static/chunks/turbopack-00tplfce3sqmv.js +0 -1
  903. package/out/_next/static/chunks/turbopack-02xfqg-e5e5bq.js +0 -1
  904. package/out/_next/static/chunks/turbopack-033ew5zdp4sni.js +0 -1
  905. package/out/_next/static/chunks/turbopack-04ryg.qj6ce.e.js +0 -1
  906. package/out/_next/static/chunks/turbopack-05pr_j8b3qpck.js +0 -1
  907. package/out/_next/static/chunks/turbopack-05t73_ssb6_h5.js +0 -1
  908. package/out/_next/static/chunks/turbopack-06k1fv3edi.oc.js +0 -1
  909. package/out/_next/static/chunks/turbopack-06s9wk6xrnhe..js +0 -1
  910. package/out/_next/static/chunks/turbopack-07pf350usbyrn.js +0 -1
  911. package/out/_next/static/chunks/turbopack-07qx6il~q8zvj.js +0 -1
  912. package/out/_next/static/chunks/turbopack-093c3g8x0fud~.js +0 -1
  913. package/out/_next/static/chunks/turbopack-09mkh-~o1m0t4.js +0 -1
  914. package/out/_next/static/chunks/turbopack-0_6hyjgtzvvlt.js +0 -1
  915. package/out/_next/static/chunks/turbopack-0_jrb8zv4u-h5.js +0 -1
  916. package/out/_next/static/chunks/turbopack-0_z4clx8_mihg.js +0 -1
  917. package/out/_next/static/chunks/turbopack-0_~3azjxcbh7b.js +0 -1
  918. package/out/_next/static/chunks/turbopack-0acoq2sfyoi9y.js +0 -1
  919. package/out/_next/static/chunks/turbopack-0ce310hugu4ud.js +0 -1
  920. package/out/_next/static/chunks/turbopack-0cq29kq0j_4v~.js +0 -1
  921. package/out/_next/static/chunks/turbopack-0e-cncqz58fjt.js +0 -1
  922. package/out/_next/static/chunks/turbopack-0e2su8irrrxe9.js +0 -1
  923. package/out/_next/static/chunks/turbopack-0e8f.eohopo8i.js +0 -1
  924. package/out/_next/static/chunks/turbopack-0ek~cn8gmycju.js +0 -1
  925. package/out/_next/static/chunks/turbopack-0eywiuu9zzv~v.js +0 -1
  926. package/out/_next/static/chunks/turbopack-0ft2eo1uoq84f.js +0 -1
  927. package/out/_next/static/chunks/turbopack-0h0v60mhtl8e5.js +0 -1
  928. package/out/_next/static/chunks/turbopack-0hd7gd_hw0ffd.js +0 -1
  929. package/out/_next/static/chunks/turbopack-0ho~reia368_n.js +0 -1
  930. package/out/_next/static/chunks/turbopack-0hs67a4-408yr.js +0 -1
  931. package/out/_next/static/chunks/turbopack-0hzo_yuvuoq4p.js +0 -1
  932. package/out/_next/static/chunks/turbopack-0iqen9zbwhwwt.js +0 -1
  933. package/out/_next/static/chunks/turbopack-0lse_458kpvoc.js +0 -1
  934. package/out/_next/static/chunks/turbopack-0m802fcmg9zeo.js +0 -1
  935. package/out/_next/static/chunks/turbopack-0mh8jqpakiu6t.js +0 -1
  936. package/out/_next/static/chunks/turbopack-0n7uk~in3~kz5.js +0 -1
  937. package/out/_next/static/chunks/turbopack-0oq4yqp_mwlp8.js +0 -1
  938. package/out/_next/static/chunks/turbopack-0p8.m9z07pk0d.js +0 -1
  939. package/out/_next/static/chunks/turbopack-0q35m3rl2~7_w.js +0 -1
  940. package/out/_next/static/chunks/turbopack-0qj_d90z9-.xb.js +0 -1
  941. package/out/_next/static/chunks/turbopack-0rw3antw3c5q1.js +0 -1
  942. package/out/_next/static/chunks/turbopack-0s1w5b4s~tq0a.js +0 -1
  943. package/out/_next/static/chunks/turbopack-0s3brlp4-qpvy.js +0 -1
  944. package/out/_next/static/chunks/turbopack-0ssu8b8ns4wgj.js +0 -1
  945. package/out/_next/static/chunks/turbopack-0txlw7w4nbwom.js +0 -1
  946. package/out/_next/static/chunks/turbopack-0umaqu4ffby0g.js +0 -1
  947. package/out/_next/static/chunks/turbopack-0upagoxw-k-s-.js +0 -1
  948. package/out/_next/static/chunks/turbopack-0v97f616jctw_.js +0 -1
  949. package/out/_next/static/chunks/turbopack-0vborwvkaogp3.js +0 -1
  950. package/out/_next/static/chunks/turbopack-0vii195vc_rhx.js +0 -1
  951. package/out/_next/static/chunks/turbopack-0vy4m9hkmjj~..js +0 -1
  952. package/out/_next/static/chunks/turbopack-0wkwlz_hsol74.js +0 -1
  953. package/out/_next/static/chunks/turbopack-0w~j_hagmzb-9.js +0 -1
  954. package/out/_next/static/chunks/turbopack-0xe-7k8uoudaf.js +0 -1
  955. package/out/_next/static/chunks/turbopack-107_r~te8y84z.js +0 -1
  956. package/out/_next/static/chunks/turbopack-10m1bv2pqkdnu.js +0 -1
  957. package/out/_next/static/chunks/turbopack-11b3cci1vf3sv.js +0 -1
  958. package/out/_next/static/chunks/turbopack-11bncwch._hz4.js +0 -1
  959. package/out/_next/static/chunks/turbopack-11f~mh1t1pbfv.js +0 -1
  960. package/out/_next/static/chunks/turbopack-14fqn-ie4g30t.js +0 -1
  961. package/out/_next/static/chunks/turbopack-151-hh8klk1hk.js +0 -1
  962. package/out/_next/static/chunks/turbopack-16yza259goc47.js +0 -1
  963. package/out/admin-ui-permissions.js +0 -129
  964. /package/out/_next/static/chunks/{0a1flay6uksa2.js → 0wooaklx8_14q.js} +0 -0
  965. /package/out/_next/static/chunks/{0htfk2vj7m.9j.js → 1jqnrnw0p9tw5.js} +0 -0
  966. /package/out/_next/static/{NCD-SJ8yCV0Afw8rFopK9 → mgojmR_4GNqJNutDR9oFi}/_clientMiddlewareManifest.js +0 -0
  967. /package/out/_next/static/{NCD-SJ8yCV0Afw8rFopK9 → mgojmR_4GNqJNutDR9oFi}/_ssgManifest.js +0 -0
@@ -0,0 +1,514 @@
1
+ import { Y, A, r, u3, i3, y, u2, o2, l3, oe, y2, x, n, S, k2, f2, p2, H, n2, K, s4, l4 as l4$1, le, B, M, n3, u, v, T2, I, p, f, s2, C, N, m, x2, t2, c, l, t3, E2, o4, m3, d, w2 as w2$1, c2, t, A2, s3, i, b, s, n5 } from './chunk-6TXD4TA7.js';
2
+ import { ModalContext_default } from './chunk-RVG6IOFC.js';
3
+ import l4, { createContext, useRef, useReducer, createRef, useCallback, useMemo, useState, Fragment, useEffect, useContext } from 'react';
4
+ import { useIntl } from 'react-intl';
5
+ import { jsx, jsxs, Fragment as Fragment$1 } from 'react/jsx-runtime';
6
+
7
+ var e = createContext(() => {
8
+ });
9
+ function C2({ value: t4, children: o4 }) {
10
+ return l4.createElement(e.Provider, { value: t4 }, o4);
11
+ }
12
+
13
+ // ../node_modules/@headlessui/react/dist/hooks/use-escape.js
14
+ function a(o4$1, r4 = typeof document != "undefined" ? document.defaultView : null, t4) {
15
+ let n6 = I(o4$1, "escape");
16
+ E2(r4, "keydown", (e2) => {
17
+ n6 && (e2.defaultPrevented || e2.key === o4.Escape && t4(e2));
18
+ });
19
+ }
20
+ function f3() {
21
+ var t4;
22
+ let [e2] = useState(() => typeof window != "undefined" && typeof window.matchMedia == "function" ? window.matchMedia("(pointer: coarse)") : null), [o4, c4] = useState((t4 = e2 == null ? void 0 : e2.matches) != null ? t4 : false);
23
+ return n(() => {
24
+ if (!e2) return;
25
+ function n6(r4) {
26
+ c4(r4.matches);
27
+ }
28
+ return e2.addEventListener("change", n6), () => e2.removeEventListener("change", n6);
29
+ }, [e2]), o4;
30
+ }
31
+ function S2({ defaultContainers: l5 = [], portals: n6, mainTreeNode: o4 } = {}) {
32
+ let c4 = o2(() => {
33
+ var r4, u5;
34
+ let i5 = l(o4), t4 = [];
35
+ for (let e2 of l5) e2 !== null && (t3(e2) ? t4.push(e2) : "current" in e2 && t3(e2.current) && t4.push(e2.current));
36
+ if (n6 != null && n6.current) for (let e2 of n6.current) t4.push(e2);
37
+ for (let e2 of (r4 = i5 == null ? void 0 : i5.querySelectorAll("html > *, body > *")) != null ? r4 : []) e2 !== document.body && e2 !== document.head && t3(e2) && e2.id !== "headlessui-portal-root" && (o4 && (e2.contains(o4) || e2.contains((u5 = o4 == null ? void 0 : o4.getRootNode()) == null ? void 0 : u5.host)) || t4.some((E2) => e2.contains(E2)) || t4.push(e2));
38
+ return t4;
39
+ });
40
+ return { resolveContainers: c4, contains: o2((i5) => c4().some((t4) => t4.contains(i5))) };
41
+ }
42
+ var d2 = createContext(null);
43
+ function j({ children: l5, node: n6 }) {
44
+ let [o4, c4] = useState(null), i5 = x3(n6 != null ? n6 : o4);
45
+ return l4.createElement(d2.Provider, { value: i5 }, l5, i5 === null && l4.createElement(f, { features: s2.Hidden, ref: (t4) => {
46
+ var r4, u5;
47
+ if (t4) {
48
+ for (let e2 of (u5 = (r4 = l(t4)) == null ? void 0 : r4.querySelectorAll("html > *, body > *")) != null ? u5 : []) if (e2 !== document.body && e2 !== document.head && t3(e2) && e2 != null && e2.contains(t4)) {
49
+ c4(e2);
50
+ break;
51
+ }
52
+ }
53
+ } }));
54
+ }
55
+ function x3(l5 = null) {
56
+ var n6;
57
+ return (n6 = useContext(d2)) != null ? n6 : l5;
58
+ }
59
+ function f4() {
60
+ let e2 = useRef(false);
61
+ return n(() => (e2.current = true, () => {
62
+ e2.current = false;
63
+ }), []), e2;
64
+ }
65
+ var a2 = ((r4) => (r4[r4.Forwards = 0] = "Forwards", r4[r4.Backwards = 1] = "Backwards", r4))(a2 || {});
66
+ function u4() {
67
+ let e2 = useRef(0);
68
+ return s3(true, "keydown", (r4) => {
69
+ r4.key === "Tab" && (e2.current = r4.shiftKey ? 1 : 0);
70
+ }, true), e2;
71
+ }
72
+
73
+ // ../node_modules/@headlessui/react/dist/components/focus-trap/focus-trap.js
74
+ function x4(o4) {
75
+ if (!o4) return /* @__PURE__ */ new Set();
76
+ if (typeof o4 == "function") return new Set(o4());
77
+ let t4 = /* @__PURE__ */ new Set();
78
+ for (let e2 of o4.current) t3(e2.current) && t4.add(e2.current);
79
+ return t4;
80
+ }
81
+ var $ = "div";
82
+ var G = ((n6) => (n6[n6.None = 0] = "None", n6[n6.InitialFocus = 1] = "InitialFocus", n6[n6.TabLock = 2] = "TabLock", n6[n6.FocusLock = 4] = "FocusLock", n6[n6.RestoreFocus = 8] = "RestoreFocus", n6[n6.AutoFocus = 16] = "AutoFocus", n6))(G || {});
83
+ function w2(o4, t4) {
84
+ let e2 = useRef(null), r4 = y(e2, t4), { initialFocus: u5, initialFocusFallback: a3, containers: n6, features: s6 = 15, ...f5 } = o4;
85
+ l3() || (s6 = 0);
86
+ let l5 = u2(e2.current);
87
+ re(s6, { ownerDocument: l5 });
88
+ let T2$1 = ne(s6, { ownerDocument: l5, container: e2, initialFocus: u5, initialFocusFallback: a3 });
89
+ oe2(s6, { ownerDocument: l5, container: e2, containers: n6, previousActiveElement: T2$1 });
90
+ let g = u4(), A3 = o2((c4) => {
91
+ if (!n3(e2.current)) return;
92
+ let E2 = e2.current;
93
+ ((V2) => V2())(() => {
94
+ u(g.current, { [a2.Forwards]: () => {
95
+ v(E2, T2.First, { skipElements: [c4.relatedTarget, a3] });
96
+ }, [a2.Backwards]: () => {
97
+ v(E2, T2.Last, { skipElements: [c4.relatedTarget, a3] });
98
+ } });
99
+ });
100
+ }), v2 = I(!!(s6 & 2), "focus-trap#tab-lock"), N2 = p(), b4 = useRef(false), k3 = { ref: r4, onKeyDown(c4) {
101
+ c4.key == "Tab" && (b4.current = true, N2.requestAnimationFrame(() => {
102
+ b4.current = false;
103
+ }));
104
+ }, onBlur(c4) {
105
+ if (!(s6 & 4)) return;
106
+ let E2 = x4(n6);
107
+ n3(e2.current) && E2.add(e2.current);
108
+ let L = c4.relatedTarget;
109
+ i(L) && L.dataset.headlessuiFocusGuard !== "true" && (I2(E2, L) || (b4.current ? v(e2.current, u(g.current, { [a2.Forwards]: () => T2.Next, [a2.Backwards]: () => T2.Previous }) | T2.WrapAround, { relativeTo: c4.target }) : i(c4.target) && w2$1(c4.target)));
110
+ } }, B2 = K();
111
+ return l4.createElement(l4.Fragment, null, v2 && l4.createElement(f, { as: "button", type: "button", "data-headlessui-focus-guard": true, onFocus: A3, features: s2.Focusable }), B2({ ourProps: k3, theirProps: f5, defaultTag: $, name: "FocusTrap" }), v2 && l4.createElement(f, { as: "button", type: "button", "data-headlessui-focus-guard": true, onFocus: A3, features: s2.Focusable }));
112
+ }
113
+ var ee = Y(w2);
114
+ var ge = Object.assign(ee, { features: G });
115
+ function te(o4 = true) {
116
+ let t4 = useRef(n5.slice());
117
+ return m3(([e2], [r4]) => {
118
+ r4 === true && e2 === false && t(() => {
119
+ t4.current.splice(0);
120
+ }), r4 === false && e2 === true && (t4.current = n5.slice());
121
+ }, [o4, n5, t4]), o2(() => {
122
+ var e2;
123
+ return (e2 = t4.current.find((r4) => r4 != null && r4.isConnected)) != null ? e2 : null;
124
+ });
125
+ }
126
+ function re(o4, { ownerDocument: t4 }) {
127
+ let e2 = !!(o4 & 8), r4 = te(e2);
128
+ m3(() => {
129
+ e2 || d(t4 == null ? void 0 : t4.body) && w2$1(r4());
130
+ }, [e2]), c2(() => {
131
+ e2 && w2$1(r4());
132
+ });
133
+ }
134
+ function ne(o4, { ownerDocument: t4, container: e2, initialFocus: r4, initialFocusFallback: u5 }) {
135
+ let a3 = useRef(null), n6 = I(!!(o4 & 1), "focus-trap#initial-focus"), s6 = f4();
136
+ return m3(() => {
137
+ if (o4 === 0) return;
138
+ if (!n6) {
139
+ u5 != null && u5.current && w2$1(u5.current);
140
+ return;
141
+ }
142
+ let f5 = e2.current;
143
+ f5 && t(() => {
144
+ if (!s6.current) return;
145
+ let l5 = t4 == null ? void 0 : t4.activeElement;
146
+ if (r4 != null && r4.current) {
147
+ if ((r4 == null ? void 0 : r4.current) === l5) {
148
+ a3.current = l5;
149
+ return;
150
+ }
151
+ } else if (f5.contains(l5)) {
152
+ a3.current = l5;
153
+ return;
154
+ }
155
+ if (r4 != null && r4.current) w2$1(r4.current);
156
+ else {
157
+ if (o4 & 16) {
158
+ if (v(f5, T2.First | T2.AutoFocus) !== A2.Error) return;
159
+ } else if (v(f5, T2.First) !== A2.Error) return;
160
+ if (u5 != null && u5.current && (w2$1(u5.current), (t4 == null ? void 0 : t4.activeElement) === u5.current)) return;
161
+ console.warn("There are no focusable elements inside the <FocusTrap />");
162
+ }
163
+ a3.current = t4 == null ? void 0 : t4.activeElement;
164
+ });
165
+ }, [u5, n6, o4]), a3;
166
+ }
167
+ function oe2(o4, { ownerDocument: t4, container: e2, containers: r4, previousActiveElement: u5 }) {
168
+ let a3 = f4(), n6 = !!(o4 & 4);
169
+ E2(t4 == null ? void 0 : t4.defaultView, "focus", (s6) => {
170
+ if (!n6 || !a3.current) return;
171
+ let f5 = x4(r4);
172
+ n3(e2.current) && f5.add(e2.current);
173
+ let l5 = u5.current;
174
+ if (!l5) return;
175
+ let T2 = s6.target;
176
+ n3(T2) ? I2(f5, T2) ? (u5.current = T2, w2$1(T2)) : (s6.preventDefault(), s6.stopPropagation(), w2$1(l5)) : w2$1(u5.current);
177
+ }, true);
178
+ }
179
+ function I2(o4, t4) {
180
+ for (let e2 of o4) if (e2.contains(t4)) return true;
181
+ return false;
182
+ }
183
+ function ue(e2) {
184
+ var t4;
185
+ return !!(e2.enter || e2.enterFrom || e2.enterTo || e2.leave || e2.leaveFrom || e2.leaveTo) || !b((t4 = e2.as) != null ? t4 : de) || l4.Children.count(e2.children) === 1;
186
+ }
187
+ var V = createContext(null);
188
+ V.displayName = "TransitionContext";
189
+ var De = ((n6) => (n6.Visible = "visible", n6.Hidden = "hidden", n6))(De || {});
190
+ function He() {
191
+ let e2 = useContext(V);
192
+ if (e2 === null) throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");
193
+ return e2;
194
+ }
195
+ function Ae() {
196
+ let e2 = useContext(w3);
197
+ if (e2 === null) throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");
198
+ return e2;
199
+ }
200
+ var w3 = createContext(null);
201
+ w3.displayName = "NestingContext";
202
+ function M3(e2) {
203
+ return "children" in e2 ? M3(e2.children) : e2.current.filter(({ el: t4 }) => t4.current !== null).filter(({ state: t4 }) => t4 === "visible").length > 0;
204
+ }
205
+ function Te(e2, t4) {
206
+ let n6 = s(e2), l5 = useRef([]), S3 = f4(), R = p(), d3 = o2((o4, i5 = C.Hidden) => {
207
+ let a3 = l5.current.findIndex(({ el: s6 }) => s6 === o4);
208
+ a3 !== -1 && (u(i5, { [C.Unmount]() {
209
+ l5.current.splice(a3, 1);
210
+ }, [C.Hidden]() {
211
+ l5.current[a3].state = "hidden";
212
+ } }), R.microTask(() => {
213
+ var s6;
214
+ !M3(l5) && S3.current && ((s6 = n6.current) == null || s6.call(n6));
215
+ }));
216
+ }), y3 = o2((o4) => {
217
+ let i5 = l5.current.find(({ el: a3 }) => a3 === o4);
218
+ return i5 ? i5.state !== "visible" && (i5.state = "visible") : l5.current.push({ el: o4, state: "visible" }), () => d3(o4, C.Unmount);
219
+ }), C3 = useRef([]), p4 = useRef(Promise.resolve()), h2 = useRef({ enter: [], leave: [] }), g = o2((o4, i5, a3) => {
220
+ C3.current.splice(0), t4 && (t4.chains.current[i5] = t4.chains.current[i5].filter(([s6]) => s6 !== o4)), t4 == null || t4.chains.current[i5].push([o4, new Promise((s6) => {
221
+ C3.current.push(s6);
222
+ })]), t4 == null || t4.chains.current[i5].push([o4, new Promise((s6) => {
223
+ Promise.all(h2.current[i5].map(([r4, f5]) => f5)).then(() => s6());
224
+ })]), i5 === "enter" ? p4.current = p4.current.then(() => t4 == null ? void 0 : t4.wait.current).then(() => a3(i5)) : a3(i5);
225
+ }), v2 = o2((o4, i5, a3) => {
226
+ Promise.all(h2.current[i5].splice(0).map(([s6, r4]) => r4)).then(() => {
227
+ var s6;
228
+ (s6 = C3.current.shift()) == null || s6();
229
+ }).then(() => a3(i5));
230
+ });
231
+ return useMemo(() => ({ children: l5, register: y3, unregister: d3, onStart: g, onStop: v2, wait: p4, chains: h2 }), [y3, d3, l5, g, v2, h2, p4]);
232
+ }
233
+ var de = Fragment;
234
+ var fe = A.RenderStrategy;
235
+ function Fe(e2, t4) {
236
+ var ee2, te2;
237
+ let { transition: n6 = true, beforeEnter: l5, afterEnter: S3, beforeLeave: R, afterLeave: d3, enter: y3, enterFrom: C3, enterTo: p4, entered: h2, leave: g, leaveFrom: v2, leaveTo: o4, ...i5 } = e2, [a3, s6] = useState(null), r4 = useRef(null), f5 = ue(e2), U = y(...f5 ? [r4, t4, s6] : t4 === null ? [] : [t4]), H2 = (ee2 = i5.unmount) == null || ee2 ? C.Unmount : C.Hidden, { show: u5, appear: z2, initial: K2 } = He(), [m3, j3] = useState(u5 ? "visible" : "hidden"), Q = Ae(), { register: A3, unregister: F2 } = Q;
238
+ n(() => A3(r4), [A3, r4]), n(() => {
239
+ if (H2 === C.Hidden && r4.current) {
240
+ if (u5 && m3 !== "visible") {
241
+ j3("visible");
242
+ return;
243
+ }
244
+ return u(m3, { ["hidden"]: () => F2(r4), ["visible"]: () => A3(r4) });
245
+ }
246
+ }, [m3, r4, A3, F2, u5, H2]);
247
+ let G2 = l3();
248
+ n(() => {
249
+ if (f5 && G2 && m3 === "visible" && r4.current === null) throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?");
250
+ }, [r4, m3, G2, f5]);
251
+ let ce = K2 && !z2, Y2 = z2 && u5 && K2, B2 = useRef(false), I3 = Te(() => {
252
+ B2.current || (j3("hidden"), F2(r4));
253
+ }, Q), Z = o2((W) => {
254
+ B2.current = true;
255
+ let L = W ? "enter" : "leave";
256
+ I3.onStart(r4, L, (_) => {
257
+ _ === "enter" ? l5 == null || l5() : _ === "leave" && (R == null || R());
258
+ });
259
+ }), $3 = o2((W) => {
260
+ let L = W ? "enter" : "leave";
261
+ B2.current = false, I3.onStop(r4, L, (_) => {
262
+ _ === "enter" ? S3 == null || S3() : _ === "leave" && (d3 == null || d3());
263
+ }), L === "leave" && !M3(I3) && (j3("hidden"), F2(r4));
264
+ });
265
+ useEffect(() => {
266
+ f5 && n6 || (Z(u5), $3(u5));
267
+ }, [u5, f5, n6]);
268
+ let pe2 = /* @__PURE__ */ (() => !(!n6 || !f5 || !G2 || ce))(), [, T2] = N(pe2, a3, u5, { start: Z, end: $3 }), Ce = m({ ref: U, className: ((te2 = t2(i5.className, Y2 && y3, Y2 && C3, T2.enter && y3, T2.enter && T2.closed && C3, T2.enter && !T2.closed && p4, T2.leave && g, T2.leave && !T2.closed && v2, T2.leave && T2.closed && o4, !T2.transition && u5 && h2)) == null ? void 0 : te2.trim()) || void 0, ...x2(T2) }), N2 = 0;
269
+ m3 === "visible" && (N2 |= i3.Open), m3 === "hidden" && (N2 |= i3.Closed), u5 && m3 === "hidden" && (N2 |= i3.Opening), !u5 && m3 === "visible" && (N2 |= i3.Closing);
270
+ let he = K();
271
+ return l4.createElement(w3.Provider, { value: I3 }, l4.createElement(c, { value: N2 }, he({ ourProps: Ce, theirProps: i5, defaultTag: de, features: fe, visible: m3 === "visible", name: "Transition.Child" })));
272
+ }
273
+ function Ie(e2, t4) {
274
+ let { show: n6, appear: l5 = false, unmount: S3 = true, ...R } = e2, d3 = useRef(null), y3 = ue(e2), C3 = y(...y3 ? [d3, t4] : t4 === null ? [] : [t4]);
275
+ l3();
276
+ let p4 = u3();
277
+ if (n6 === void 0 && p4 !== null && (n6 = (p4 & i3.Open) === i3.Open), n6 === void 0) throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");
278
+ let [h2, g] = useState(n6 ? "visible" : "hidden"), v2 = Te(() => {
279
+ n6 || g("hidden");
280
+ }), [o4, i5] = useState(true), a3 = useRef([n6]);
281
+ n(() => {
282
+ o4 !== false && a3.current[a3.current.length - 1] !== n6 && (a3.current.push(n6), i5(false));
283
+ }, [a3, n6]);
284
+ let s6 = useMemo(() => ({ show: n6, appear: l5, initial: o4 }), [n6, l5, o4]);
285
+ n(() => {
286
+ n6 ? g("visible") : !M3(v2) && d3.current !== null && g("hidden");
287
+ }, [n6, v2]);
288
+ let r4 = { unmount: S3 }, f5 = o2(() => {
289
+ var u5;
290
+ o4 && i5(false), (u5 = e2.beforeEnter) == null || u5.call(e2);
291
+ }), U = o2(() => {
292
+ var u5;
293
+ o4 && i5(false), (u5 = e2.beforeLeave) == null || u5.call(e2);
294
+ }), H2 = K();
295
+ return l4.createElement(w3.Provider, { value: v2 }, l4.createElement(V.Provider, { value: s6 }, H2({ ourProps: { ...r4, as: Fragment, children: l4.createElement(me, { ref: C3, ...r4, ...R, beforeEnter: f5, beforeLeave: U }) }, theirProps: {}, defaultTag: Fragment, features: fe, visible: h2 === "visible", name: "Transition" })));
296
+ }
297
+ function Le(e2, t4) {
298
+ let n6 = useContext(V) !== null, l5 = u3() !== null;
299
+ return l4.createElement(l4.Fragment, null, !n6 && l5 ? l4.createElement(X, { ref: t4, ...e2 }) : l4.createElement(me, { ref: t4, ...e2 }));
300
+ }
301
+ var X = Y(Ie);
302
+ var me = Y(Fe);
303
+ var Oe = Y(Le);
304
+ var Ke = Object.assign(X, { Child: Oe, Root: X });
305
+
306
+ // ../node_modules/@headlessui/react/dist/components/dialog/dialog.js
307
+ var we = ((o4) => (o4[o4.Open = 0] = "Open", o4[o4.Closed = 1] = "Closed", o4))(we || {});
308
+ var Be = ((t4) => (t4[t4.SetTitleId = 0] = "SetTitleId", t4))(Be || {});
309
+ var Ue = { [0](e2, t4) {
310
+ return e2.titleId === t4.id ? e2 : { ...e2, titleId: t4.id };
311
+ } };
312
+ var w4 = createContext(null);
313
+ w4.displayName = "DialogContext";
314
+ function O2(e2) {
315
+ let t4 = useContext(w4);
316
+ if (t4 === null) {
317
+ let o4 = new Error(`<${e2} /> is missing a parent <Dialog /> component.`);
318
+ throw Error.captureStackTrace && Error.captureStackTrace(o4, O2), o4;
319
+ }
320
+ return t4;
321
+ }
322
+ function He2(e2, t4) {
323
+ return u(t4.type, Ue, e2, t4);
324
+ }
325
+ var z = Y(function(t4, o4) {
326
+ let a3 = r(), { id: n6 = `headlessui-dialog-${a3}`, open: i5, onClose: p4, initialFocus: d3, role: s6 = "dialog", autoFocus: f5 = true, __demoMode: u5 = false, unmount: y3 = false, ...S3 } = t4, R = useRef(false);
327
+ s6 = (function() {
328
+ return s6 === "dialog" || s6 === "alertdialog" ? s6 : (R.current || (R.current = true, console.warn(`Invalid role [${s6}] passed to <Dialog />. Only \`dialog\` and and \`alertdialog\` are supported. Using \`dialog\` instead.`)), "dialog");
329
+ })();
330
+ let g = u3();
331
+ i5 === void 0 && g !== null && (i5 = (g & i3.Open) === i3.Open);
332
+ let T2 = useRef(null), I3 = y(T2, o4), F2 = u2(T2.current), c4 = i5 ? 0 : 1, [b4, Q] = useReducer(He2, { titleId: null, descriptionId: null, panelRef: createRef() }), m3 = o2(() => p4(false)), B2 = o2((r4) => Q({ type: 0, id: r4 })), D = l3() ? c4 === 0 : false, [Z, ee2] = oe(), te2 = { get current() {
333
+ var r4;
334
+ return (r4 = b4.panelRef.current) != null ? r4 : T2.current;
335
+ } }, v2 = x3(), { resolveContainers: M4 } = S2({ mainTreeNode: v2, portals: Z, defaultContainers: [te2] }), U = g !== null ? (g & i3.Closing) === i3.Closing : false;
336
+ y2(u5 || U ? false : D, { allowed: o2(() => {
337
+ var r4, W;
338
+ return [(W = (r4 = T2.current) == null ? void 0 : r4.closest("[data-headlessui-portal]")) != null ? W : null];
339
+ }), disallowed: o2(() => {
340
+ var r4;
341
+ return [(r4 = v2 == null ? void 0 : v2.closest("body > *:not(#headlessui-portal-root)")) != null ? r4 : null];
342
+ }) });
343
+ let P = x.get(null);
344
+ n(() => {
345
+ if (D) return P.actions.push(n6), () => P.actions.pop(n6);
346
+ }, [P, n6, D]);
347
+ let H2 = S(P, useCallback((r4) => P.selectors.isTop(r4, n6), [P, n6]));
348
+ k2(H2, M4, (r4) => {
349
+ r4.preventDefault(), m3();
350
+ }), a(H2, F2 == null ? void 0 : F2.defaultView, (r4) => {
351
+ r4.preventDefault(), r4.stopPropagation(), document.activeElement && "blur" in document.activeElement && typeof document.activeElement.blur == "function" && document.activeElement.blur(), m3();
352
+ }), f2(u5 || U ? false : D, F2, M4), p2(D, T2, m3);
353
+ let [oe3, ne3] = H(), re2 = useMemo(() => [{ dialogState: c4, close: m3, setTitleId: B2, unmount: y3 }, b4], [c4, m3, B2, y3, b4]), N2 = n2({ open: c4 === 0 }), le2 = { ref: I3, id: n6, role: s6, tabIndex: -1, "aria-modal": u5 ? void 0 : c4 === 0 ? true : void 0, "aria-labelledby": b4.titleId, "aria-describedby": oe3, unmount: y3 }, ae = !f3(), E2 = G.None;
354
+ D && !u5 && (E2 |= G.RestoreFocus, E2 |= G.TabLock, f5 && (E2 |= G.AutoFocus), ae && (E2 |= G.InitialFocus));
355
+ let ie2 = K();
356
+ return l4.createElement(s4, null, l4.createElement(l4$1, { force: true }, l4.createElement(le, null, l4.createElement(w4.Provider, { value: re2 }, l4.createElement(B, { target: T2 }, l4.createElement(l4$1, { force: false }, l4.createElement(ne3, { slot: N2 }, l4.createElement(ee2, null, l4.createElement(ge, { initialFocus: d3, initialFocusFallback: T2, containers: M4, features: E2 }, l4.createElement(C2, { value: m3 }, ie2({ ourProps: le2, theirProps: S3, slot: N2, defaultTag: Ne, features: We, visible: c4 === 0, name: "Dialog" })))))))))));
357
+ });
358
+ var Ne = "div";
359
+ var We = A.RenderStrategy | A.Static;
360
+ function $e(e2, t4) {
361
+ let { transition: o4 = false, open: a3, ...n6 } = e2, i5 = u3(), p4 = e2.hasOwnProperty("open") || i5 !== null, d3 = e2.hasOwnProperty("onClose");
362
+ if (!p4 && !d3) throw new Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");
363
+ if (!p4) throw new Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");
364
+ if (!d3) throw new Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");
365
+ if (!i5 && typeof e2.open != "boolean") throw new Error(`You provided an \`open\` prop to the \`Dialog\`, but the value is not a boolean. Received: ${e2.open}`);
366
+ if (typeof e2.onClose != "function") throw new Error(`You provided an \`onClose\` prop to the \`Dialog\`, but the value is not a function. Received: ${e2.onClose}`);
367
+ return (a3 !== void 0 || o4) && !n6.static ? l4.createElement(j, null, l4.createElement(Ke, { show: a3, transition: o4, unmount: n6.unmount }, l4.createElement(z, { ref: t4, ...n6 }))) : l4.createElement(j, null, l4.createElement(z, { ref: t4, open: a3, ...n6 }));
368
+ }
369
+ var je = "div";
370
+ function Ye(e2, t4) {
371
+ let o4 = r(), { id: a3 = `headlessui-dialog-panel-${o4}`, transition: n6 = false, ...i5 } = e2, [{ dialogState: p4, unmount: d3 }, s6] = O2("Dialog.Panel"), f5 = y(t4, s6.panelRef), u5 = n2({ open: p4 === 0 }), y3 = o2((I3) => {
372
+ I3.stopPropagation();
373
+ }), S3 = { ref: f5, id: a3, onClick: y3 }, R = n6 ? Oe : Fragment, g = n6 ? { unmount: d3 } : {}, T2 = K();
374
+ return l4.createElement(R, { ...g }, T2({ ourProps: S3, theirProps: i5, slot: u5, defaultTag: je, name: "Dialog.Panel" }));
375
+ }
376
+ var Je = "div";
377
+ function Ke2(e2, t4) {
378
+ let { transition: o4 = false, ...a3 } = e2, [{ dialogState: n6, unmount: i5 }] = O2("Dialog.Backdrop"), p4 = n2({ open: n6 === 0 }), d3 = { ref: t4, "aria-hidden": true }, s6 = o4 ? Oe : Fragment, f5 = o4 ? { unmount: i5 } : {}, u5 = K();
379
+ return l4.createElement(s6, { ...f5 }, u5({ ourProps: d3, theirProps: a3, slot: p4, defaultTag: Je, name: "Dialog.Backdrop" }));
380
+ }
381
+ var Xe = "h2";
382
+ function Ve(e2, t4) {
383
+ let o4 = r(), { id: a3 = `headlessui-dialog-title-${o4}`, ...n6 } = e2, [{ dialogState: i5, setTitleId: p4 }] = O2("Dialog.Title"), d3 = y(t4);
384
+ useEffect(() => (p4(a3), () => p4(null)), [a3, p4]);
385
+ let s6 = n2({ open: i5 === 0 }), f5 = { ref: d3, id: a3 };
386
+ return K()({ ourProps: f5, theirProps: n6, slot: s6, defaultTag: Xe, name: "Dialog.Title" });
387
+ }
388
+ var qe = Y($e);
389
+ var ze = Y(Ye);
390
+ Y(Ke2);
391
+ var Qe = Y(Ve);
392
+ var ht = Object.assign(qe, { Panel: ze, Title: Qe, Description: M });
393
+ var Modal = ({
394
+ onClose: close,
395
+ children,
396
+ visible = false,
397
+ closeOnOutsideClick = false
398
+ }) => {
399
+ const intl = useIntl();
400
+ const handleClose = () => {
401
+ if (closeOnOutsideClick && close) {
402
+ close();
403
+ }
404
+ };
405
+ return /* @__PURE__ */ jsx(Ke, { show: visible, children: /* @__PURE__ */ jsxs(ht, { onClose: handleClose, className: "relative z-50", children: [
406
+ /* @__PURE__ */ jsx(
407
+ Oe,
408
+ {
409
+ enter: "ease-out duration-200",
410
+ enterFrom: "opacity-0",
411
+ enterTo: "opacity-100",
412
+ leave: "ease-in duration-150",
413
+ leaveFrom: "opacity-100",
414
+ leaveTo: "opacity-0",
415
+ children: /* @__PURE__ */ jsx(
416
+ "div",
417
+ {
418
+ className: "fixed inset-0 bg-slate-950/60 backdrop-blur-sm",
419
+ "aria-hidden": "true"
420
+ }
421
+ )
422
+ }
423
+ ),
424
+ /* @__PURE__ */ jsx("div", { className: "fixed inset-0 overflow-y-auto", children: /* @__PURE__ */ jsx("div", { className: "flex min-h-full items-center justify-center p-4", children: /* @__PURE__ */ jsx(
425
+ Oe,
426
+ {
427
+ enter: "ease-out duration-200",
428
+ enterFrom: "opacity-0 scale-95 translate-y-4",
429
+ enterTo: "opacity-100 scale-100 translate-y-0",
430
+ leave: "ease-in duration-150",
431
+ leaveFrom: "opacity-100 scale-100 translate-y-0",
432
+ leaveTo: "opacity-0 scale-95 translate-y-4",
433
+ children: /* @__PURE__ */ jsxs(ze, { className: "relative w-full max-w-lg transform overflow-hidden rounded-lg bg-surface px-4 pt-5 pb-4 text-left shadow-2xl sm:p-6", children: [
434
+ /* @__PURE__ */ jsx("div", { className: "absolute top-0 right-0 pt-4 pr-4 sm:block", children: /* @__PURE__ */ jsxs(
435
+ "button",
436
+ {
437
+ id: "modal_close",
438
+ type: "button",
439
+ onClick: close,
440
+ className: "rounded-md bg-surface-input text-text-muted hover:text-text-secondary focus:outline-hidden focus:ring-2 focus:ring-focus-ring focus:ring-offset-2",
441
+ children: [
442
+ /* @__PURE__ */ jsx("span", { className: "sr-only", children: intl.formatMessage({
443
+ id: "close",
444
+ defaultMessage: "Close"
445
+ }) }),
446
+ /* @__PURE__ */ jsx(
447
+ "svg",
448
+ {
449
+ className: "h-6 w-6",
450
+ xmlns: "http://www.w3.org/2000/svg",
451
+ fill: "none",
452
+ viewBox: "0 0 24 24",
453
+ stroke: "currentColor",
454
+ "aria-hidden": "true",
455
+ children: /* @__PURE__ */ jsx(
456
+ "path",
457
+ {
458
+ strokeLinecap: "round",
459
+ strokeLinejoin: "round",
460
+ strokeWidth: "2",
461
+ d: "M6 18L18 6M6 6l12 12"
462
+ }
463
+ )
464
+ }
465
+ )
466
+ ]
467
+ }
468
+ ) }),
469
+ children && l4.isValidElement(children) ? l4.cloneElement(children, {
470
+ close
471
+ }) : children
472
+ ] })
473
+ }
474
+ ) }) })
475
+ ] }) });
476
+ };
477
+ var Modal_default = Modal;
478
+ var ModalWrapper = ({ children }) => {
479
+ const [modalChildren, setChildren] = useState(null);
480
+ const [closeOnOutsideClick, setCloseOnOutsideClick] = useState(false);
481
+ const hideModal = () => setChildren(null);
482
+ const [onClose, setOnClose] = useState(() => hideModal);
483
+ const ctx = useMemo(() => {
484
+ const setModal = (newModalChildren, { closeOnOutsideClick: newCloseOnOutsideClick = false } = {}) => {
485
+ return new Promise((resolve) => {
486
+ if (!newModalChildren) {
487
+ resolve(true);
488
+ }
489
+ setCloseOnOutsideClick(newCloseOnOutsideClick);
490
+ setChildren(() => newModalChildren);
491
+ setOnClose(() => () => {
492
+ hideModal();
493
+ resolve(true);
494
+ });
495
+ });
496
+ };
497
+ return { setModal };
498
+ }, []);
499
+ return /* @__PURE__ */ jsxs(Fragment$1, { children: [
500
+ /* @__PURE__ */ jsx(
501
+ Modal_default,
502
+ {
503
+ visible: !!modalChildren,
504
+ onClose,
505
+ closeOnOutsideClick,
506
+ children: modalChildren
507
+ }
508
+ ),
509
+ /* @__PURE__ */ jsx(ModalContext_default.Provider, { value: ctx, children })
510
+ ] });
511
+ };
512
+ var ModalWrapper_default = ModalWrapper;
513
+
514
+ export { ModalWrapper_default, Modal_default };
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+
3
+ // src/modules/modal/utils/ModalContext.ts
4
+ var ModalContext = React.createContext({
5
+ setModal: () => {
6
+ throw new Error("No ModalContext/ModalWrapper ancestor found.");
7
+ }
8
+ });
9
+ var ModalContext_default = ModalContext;
10
+
11
+ export { ModalContext_default };
@@ -0,0 +1,39 @@
1
+ import { useLocalStorage_default } from './chunk-54DKBWXV.js';
2
+ import { createContext, useEffect, useMemo } from 'react';
3
+ import { jsx } from 'react/jsx-runtime';
4
+
5
+ var ThemeContext = createContext(
6
+ void 0
7
+ );
8
+ var getInitialTheme = () => {
9
+ if (typeof window === "undefined") return "light";
10
+ try {
11
+ const stored = window.localStorage.getItem("theme");
12
+ if (stored) {
13
+ const parsed = JSON.parse(stored);
14
+ if (parsed === "dark" || parsed === "light") return parsed;
15
+ }
16
+ } catch {
17
+ const raw = window.localStorage.getItem("theme");
18
+ if (raw === "dark" || raw === '"dark"') return "dark";
19
+ if (raw === "light" || raw === '"light"') return "light";
20
+ }
21
+ if (window.matchMedia("(prefers-color-scheme: dark)").matches) return "dark";
22
+ return "light";
23
+ };
24
+ var ThemeWrapper = ({ children }) => {
25
+ const [theme, setTheme] = useLocalStorage_default("theme", getInitialTheme());
26
+ useEffect(() => {
27
+ const html = document.documentElement;
28
+ if (theme === "dark") {
29
+ html.classList.add("dark");
30
+ } else {
31
+ html.classList.remove("dark");
32
+ }
33
+ }, [theme]);
34
+ const value = useMemo(() => [theme, setTheme], [theme]);
35
+ return /* @__PURE__ */ jsx(ThemeContext.Provider, { value, children });
36
+ };
37
+ var ThemeWrapper_default = ThemeWrapper;
38
+
39
+ export { ThemeContext, ThemeWrapper_default };