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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (969) hide show
  1. package/README.md +92 -35
  2. package/dist/chunk-45H2WVIC.js +51 -0
  3. package/dist/chunk-4VNS5WPM.js +37 -0
  4. package/dist/chunk-54DKBWXV.js +33 -0
  5. package/dist/chunk-6TXD4TA7.js +1196 -0
  6. package/dist/chunk-BGCKJQGS.js +58 -0
  7. package/dist/chunk-BYXBJQAS.js +1 -0
  8. package/dist/chunk-EJDZRZSZ.js +59 -0
  9. package/dist/chunk-ELPURWDC.js +75 -0
  10. package/dist/chunk-IAQPLRXZ.js +16 -0
  11. package/dist/chunk-ILYPJE4N.js +57 -0
  12. package/dist/chunk-IXBMHOB5.js +13 -0
  13. package/dist/chunk-KH5MK6ZW.js +18 -0
  14. package/dist/chunk-NT7RB7AK.js +70 -0
  15. package/dist/chunk-OKGJ6HDE.js +26 -0
  16. package/dist/chunk-Q6S3LBUF.js +180 -0
  17. package/dist/chunk-QNLGYFV7.js +22 -0
  18. package/dist/chunk-RAQV2GYF.js +70 -0
  19. package/dist/chunk-RHUFQVKL.js +514 -0
  20. package/dist/chunk-RVG6IOFC.js +11 -0
  21. package/dist/chunk-SRAAKMWY.js +39 -0
  22. package/dist/chunk-UFYR5WZT.js +165 -0
  23. package/dist/chunk-UXG7EYHC.js +614 -0
  24. package/dist/chunk-VDKQGOMV.js +840 -0
  25. package/dist/chunk-XHOCXPD5.js +9 -0
  26. package/dist/chunk-XJBPMIC4.js +284 -0
  27. package/dist/chunk-YO6PT7KD.js +13 -0
  28. package/dist/chunk-YSKZE2KN.js +652 -0
  29. package/dist/components/ui/Accordion/Accordion.d.ts +11 -0
  30. package/dist/components/ui/Accordion/Accordion.d.ts.map +1 -0
  31. package/dist/components/ui/Accordion/AccordionHeader.d.ts +6 -0
  32. package/dist/components/ui/Accordion/AccordionHeader.d.ts.map +1 -0
  33. package/dist/components/ui/Accordion/AccordionItem.d.ts +11 -0
  34. package/dist/components/ui/Accordion/AccordionItem.d.ts.map +1 -0
  35. package/dist/components/ui/ActiveInActive.d.ts +10 -0
  36. package/dist/components/ui/ActiveInActive.d.ts.map +1 -0
  37. package/dist/components/ui/AnimatedCounter.d.ts +7 -0
  38. package/dist/components/ui/AnimatedCounter.d.ts.map +1 -0
  39. package/dist/components/ui/Badge.d.ts +10 -0
  40. package/dist/components/ui/Badge.d.ts.map +1 -0
  41. package/dist/components/ui/BreadCrumbs.d.ts +7 -0
  42. package/dist/components/ui/BreadCrumbs.d.ts.map +1 -0
  43. package/dist/components/ui/Button.d.ts +36 -0
  44. package/dist/components/ui/Button.d.ts.map +1 -0
  45. package/dist/components/ui/CopyableText.d.ts +5 -0
  46. package/dist/components/ui/CopyableText.d.ts.map +1 -0
  47. package/dist/components/ui/DateInput.d.ts +15 -0
  48. package/dist/components/ui/DateInput.d.ts.map +1 -0
  49. package/dist/components/ui/DateRangeFilterInput.d.ts +4 -0
  50. package/dist/components/ui/DateRangeFilterInput.d.ts.map +1 -0
  51. package/dist/components/ui/DetailHeader.d.ts +6 -0
  52. package/dist/components/ui/DetailHeader.d.ts.map +1 -0
  53. package/dist/components/ui/DraggableIcon.d.ts +3 -0
  54. package/dist/components/ui/DraggableIcon.d.ts.map +1 -0
  55. package/dist/components/ui/ErrorBoundary.d.ts +18 -0
  56. package/dist/components/ui/ErrorBoundary.d.ts.map +1 -0
  57. package/dist/components/ui/ErrorFallback.d.ts +6 -0
  58. package/dist/components/ui/ErrorFallback.d.ts.map +1 -0
  59. package/dist/components/ui/HelpText.d.ts +11 -0
  60. package/dist/components/ui/HelpText.d.ts.map +1 -0
  61. package/dist/components/ui/ImageWithFallback.d.ts +7 -0
  62. package/dist/components/ui/ImageWithFallback.d.ts.map +1 -0
  63. package/dist/components/ui/InfoTextBanner.d.ts +6 -0
  64. package/dist/components/ui/InfoTextBanner.d.ts.map +1 -0
  65. package/dist/components/ui/JSONView.d.ts +6 -0
  66. package/dist/components/ui/JSONView.d.ts.map +1 -0
  67. package/dist/components/ui/ListHeader.d.ts +6 -0
  68. package/dist/components/ui/ListHeader.d.ts.map +1 -0
  69. package/dist/components/ui/Loading.d.ts +3 -0
  70. package/dist/components/ui/Loading.d.ts.map +1 -0
  71. package/dist/components/ui/NoData.d.ts +7 -0
  72. package/dist/components/ui/NoData.d.ts.map +1 -0
  73. package/dist/components/ui/NoImage.d.ts +7 -0
  74. package/dist/components/ui/NoImage.d.ts.map +1 -0
  75. package/dist/components/ui/NoImageSvg.d.ts +8 -0
  76. package/dist/components/ui/NoImageSvg.d.ts.map +1 -0
  77. package/dist/components/ui/PageHeader.d.ts +11 -0
  78. package/dist/components/ui/PageHeader.d.ts.map +1 -0
  79. package/dist/components/ui/Pagination.d.ts +8 -0
  80. package/dist/components/ui/Pagination.d.ts.map +1 -0
  81. package/dist/components/ui/Portal/Portal.d.ts +16 -0
  82. package/dist/components/ui/Portal/Portal.d.ts.map +1 -0
  83. package/dist/components/ui/Portal/Portal.types.d.ts +16 -0
  84. package/dist/components/ui/Portal/Portal.types.d.ts.map +1 -0
  85. package/dist/components/ui/SaveAndCancelButtons.d.ts +10 -0
  86. package/dist/components/ui/SaveAndCancelButtons.d.ts.map +1 -0
  87. package/dist/components/ui/SearchField.d.ts +7 -0
  88. package/dist/components/ui/SearchField.d.ts.map +1 -0
  89. package/dist/components/ui/Tab.d.ts +18 -0
  90. package/dist/components/ui/Tab.d.ts.map +1 -0
  91. package/dist/components/ui/Tag/TagInput.d.ts +14 -0
  92. package/dist/components/ui/Tag/TagInput.d.ts.map +1 -0
  93. package/dist/components/ui/Tag/TagList.d.ts +8 -0
  94. package/dist/components/ui/Tag/TagList.d.ts.map +1 -0
  95. package/dist/components/ui/Tag/TagListForm.d.ts +8 -0
  96. package/dist/components/ui/Tag/TagListForm.d.ts.map +1 -0
  97. package/dist/components/ui/Toggle.d.ts +11 -0
  98. package/dist/components/ui/Toggle.d.ts.map +1 -0
  99. package/dist/components/ui/ToolTip.d.ts +7 -0
  100. package/dist/components/ui/ToolTip.d.ts.map +1 -0
  101. package/dist/components/ui/card.d.ts +9 -0
  102. package/dist/components/ui/card.d.ts.map +1 -0
  103. package/dist/components/ui/chart.d.ts +42 -0
  104. package/dist/components/ui/chart.d.ts.map +1 -0
  105. package/dist/components/ui/form/CheckboxField.d.ts +4 -0
  106. package/dist/components/ui/form/CheckboxField.d.ts.map +1 -0
  107. package/dist/components/ui/form/ChoicesField.d.ts +12 -0
  108. package/dist/components/ui/form/ChoicesField.d.ts.map +1 -0
  109. package/dist/components/ui/form/Combobox.d.ts +20 -0
  110. package/dist/components/ui/form/Combobox.d.ts.map +1 -0
  111. package/dist/components/ui/form/DatePickerField.d.ts +4 -0
  112. package/dist/components/ui/form/DatePickerField.d.ts.map +1 -0
  113. package/dist/components/ui/form/EmailField.d.ts +7 -0
  114. package/dist/components/ui/form/EmailField.d.ts.map +1 -0
  115. package/dist/components/ui/form/FieldWithHelp.d.ts +10 -0
  116. package/dist/components/ui/form/FieldWithHelp.d.ts.map +1 -0
  117. package/dist/components/ui/form/FieldWrapper.d.ts +8 -0
  118. package/dist/components/ui/form/FieldWrapper.d.ts.map +1 -0
  119. package/dist/components/ui/form/FormErrors.d.ts +6 -0
  120. package/dist/components/ui/form/FormErrors.d.ts.map +1 -0
  121. package/dist/components/ui/form/JSONAreaField.d.ts +7 -0
  122. package/dist/components/ui/form/JSONAreaField.d.ts.map +1 -0
  123. package/dist/components/ui/form/MarkdownTextAreaField.d.ts +8 -0
  124. package/dist/components/ui/form/MarkdownTextAreaField.d.ts.map +1 -0
  125. package/dist/components/ui/form/PasswordField.d.ts +3 -0
  126. package/dist/components/ui/form/PasswordField.d.ts.map +1 -0
  127. package/dist/components/ui/form/SelectField.d.ts +11 -0
  128. package/dist/components/ui/form/SelectField.d.ts.map +1 -0
  129. package/dist/components/ui/form/SubmitButton.d.ts +9 -0
  130. package/dist/components/ui/form/SubmitButton.d.ts.map +1 -0
  131. package/dist/components/ui/form/TagInputField.d.ts +6 -0
  132. package/dist/components/ui/form/TagInputField.d.ts.map +1 -0
  133. package/dist/components/ui/form/TextAreaField.d.ts +8 -0
  134. package/dist/components/ui/form/TextAreaField.d.ts.map +1 -0
  135. package/dist/components/ui/form/TextField.d.ts +10 -0
  136. package/dist/components/ui/form/TextField.d.ts.map +1 -0
  137. package/dist/components/ui/form/index.d.ts +17 -0
  138. package/dist/components/ui/form/index.d.ts.map +1 -0
  139. package/dist/components/ui/icons.d.ts +4 -0
  140. package/dist/components/ui/icons.d.ts.map +1 -0
  141. package/dist/components/ui/index.d.ts +41 -0
  142. package/dist/components/ui/index.d.ts.map +1 -0
  143. package/dist/form.js +30077 -0
  144. package/dist/gql/types.d.ts +17209 -0
  145. package/dist/gql/types.d.ts.map +1 -0
  146. package/dist/hooks.js +41 -0
  147. package/dist/lib/utils.d.ts +3 -0
  148. package/dist/lib/utils.d.ts.map +1 -0
  149. package/dist/modal.js +114 -0
  150. package/dist/modules/UnchainedContext/UnchainedContext.d.ts +8 -0
  151. package/dist/modules/UnchainedContext/UnchainedContext.d.ts.map +1 -0
  152. package/dist/modules/UnchainedContext/useUnchainedContext.d.ts +7 -0
  153. package/dist/modules/UnchainedContext/useUnchainedContext.d.ts.map +1 -0
  154. package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts +3 -0
  155. package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts.map +1 -0
  156. package/dist/modules/accounts/fragment/UserFragment.d.ts +3 -0
  157. package/dist/modules/accounts/fragment/UserFragment.d.ts.map +1 -0
  158. package/dist/modules/accounts/hooks/useCurrentUser.d.ts +10 -0
  159. package/dist/modules/accounts/hooks/useCurrentUser.d.ts.map +1 -0
  160. package/dist/modules/accounts/hooks/useUsersCount.d.ts +8 -0
  161. package/dist/modules/accounts/hooks/useUsersCount.d.ts.map +1 -0
  162. package/dist/modules/accounts.js +1013 -0
  163. package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts +8 -0
  164. package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts.map +1 -0
  165. package/dist/modules/assortment.js +1121 -0
  166. package/dist/modules/common/components/AppContext.d.ts +18 -0
  167. package/dist/modules/common/components/AppContext.d.ts.map +1 -0
  168. package/dist/modules/common/components/FormWrapper.d.ts +8 -0
  169. package/dist/modules/common/components/FormWrapper.d.ts.map +1 -0
  170. package/dist/modules/common/components/ThemeWrapper.d.ts +10 -0
  171. package/dist/modules/common/components/ThemeWrapper.d.ts.map +1 -0
  172. package/dist/modules/common/data/iso-codes.d.ts +4 -0
  173. package/dist/modules/common/data/iso-codes.d.ts.map +1 -0
  174. package/dist/modules/common/data/miscellaneous.d.ts +51 -0
  175. package/dist/modules/common/data/miscellaneous.d.ts.map +1 -0
  176. package/dist/modules/common/fragments/AddressFragment.d.ts +3 -0
  177. package/dist/modules/common/fragments/AddressFragment.d.ts.map +1 -0
  178. package/dist/modules/common/hooks/useApp.d.ts +11 -0
  179. package/dist/modules/common/hooks/useApp.d.ts.map +1 -0
  180. package/dist/modules/common/hooks/useCSVExport.d.ts +10 -0
  181. package/dist/modules/common/hooks/useCSVExport.d.ts.map +1 -0
  182. package/dist/modules/common/hooks/useCSVImport.d.ts +18 -0
  183. package/dist/modules/common/hooks/useCSVImport.d.ts.map +1 -0
  184. package/dist/modules/common/hooks/useChatEndpointChecker.d.ts +5 -0
  185. package/dist/modules/common/hooks/useChatEndpointChecker.d.ts.map +1 -0
  186. package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts +10 -0
  187. package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts.map +1 -0
  188. package/dist/modules/common/hooks/useDashboardMetrics.d.ts +23 -0
  189. package/dist/modules/common/hooks/useDashboardMetrics.d.ts.map +1 -0
  190. package/dist/modules/common/hooks/useLocalStorage.d.ts +3 -0
  191. package/dist/modules/common/hooks/useLocalStorage.d.ts.map +1 -0
  192. package/dist/modules/common/hooks/useOrderAnalytics.d.ts +25 -0
  193. package/dist/modules/common/hooks/useOrderAnalytics.d.ts.map +1 -0
  194. package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts +16 -0
  195. package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts.map +1 -0
  196. package/dist/modules/common/hooks/useOutsideClick.d.ts +3 -0
  197. package/dist/modules/common/hooks/useOutsideClick.d.ts.map +1 -0
  198. package/dist/modules/common/hooks/usePortal.d.ts +20 -0
  199. package/dist/modules/common/hooks/usePortal.d.ts.map +1 -0
  200. package/dist/modules/common/hooks/useShopConfiguration.d.ts +8 -0
  201. package/dist/modules/common/hooks/useShopConfiguration.d.ts.map +1 -0
  202. package/dist/modules/common/hooks/useShopInfo.d.ts +41 -0
  203. package/dist/modules/common/hooks/useShopInfo.d.ts.map +1 -0
  204. package/dist/modules/common/hooks/useStatusTypes.d.ts +10 -0
  205. package/dist/modules/common/hooks/useStatusTypes.d.ts.map +1 -0
  206. package/dist/modules/common/hooks/useSystemRoles.d.ts +7 -0
  207. package/dist/modules/common/hooks/useSystemRoles.d.ts.map +1 -0
  208. package/dist/modules/common/hooks/useTheme.d.ts +7 -0
  209. package/dist/modules/common/hooks/useTheme.d.ts.map +1 -0
  210. package/dist/modules/common/utils/deBounce.d.ts +3 -0
  211. package/dist/modules/common/utils/deBounce.d.ts.map +1 -0
  212. package/dist/modules/common/utils/defaultNextImageLoader.d.ts +7 -0
  213. package/dist/modules/common/utils/defaultNextImageLoader.d.ts.map +1 -0
  214. package/dist/modules/common/utils/formatUsername.d.ts +3 -0
  215. package/dist/modules/common/utils/formatUsername.d.ts.map +1 -0
  216. package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts +30 -0
  217. package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts.map +1 -0
  218. package/dist/modules/common/utils/normalizeFilterKeys.d.ts +4 -0
  219. package/dist/modules/common/utils/normalizeFilterKeys.d.ts.map +1 -0
  220. package/dist/modules/common/utils/useFormatDateTime.d.ts +7 -0
  221. package/dist/modules/common/utils/useFormatDateTime.d.ts.map +1 -0
  222. package/dist/modules/common/utils/utils.d.ts +21 -0
  223. package/dist/modules/common/utils/utils.d.ts.map +1 -0
  224. package/dist/modules/country/fragments/CountryFragment.d.ts +3 -0
  225. package/dist/modules/country/fragments/CountryFragment.d.ts.map +1 -0
  226. package/dist/modules/country/hooks/useCountries.d.ts +22 -0
  227. package/dist/modules/country/hooks/useCountries.d.ts.map +1 -0
  228. package/dist/modules/country.js +108 -0
  229. package/dist/modules/currency.js +119 -0
  230. package/dist/modules/delivery-provider.js +269 -0
  231. package/dist/modules/enrollment.js +353 -0
  232. package/dist/modules/event.js +123 -0
  233. package/dist/modules/filter.js +448 -0
  234. package/dist/modules/forms/components/Form.d.ts +8 -0
  235. package/dist/modules/forms/components/Form.d.ts.map +1 -0
  236. package/dist/modules/forms/hooks/useField.d.ts +35 -0
  237. package/dist/modules/forms/hooks/useField.d.ts.map +1 -0
  238. package/dist/modules/forms/hooks/useForm.d.ts +44 -0
  239. package/dist/modules/forms/hooks/useForm.d.ts.map +1 -0
  240. package/dist/modules/forms/hooks/useFormContext.d.ts +3 -0
  241. package/dist/modules/forms/hooks/useFormContext.d.ts.map +1 -0
  242. package/dist/modules/forms/lib/FormContext.d.ts +13 -0
  243. package/dist/modules/forms/lib/FormContext.d.ts.map +1 -0
  244. package/dist/modules/forms/lib/clean.d.ts +3 -0
  245. package/dist/modules/forms/lib/clean.d.ts.map +1 -0
  246. package/dist/modules/forms/lib/validators.d.ts +20 -0
  247. package/dist/modules/forms/lib/validators.d.ts.map +1 -0
  248. package/dist/modules/language/fragments/LanguageFragment.d.ts +3 -0
  249. package/dist/modules/language/fragments/LanguageFragment.d.ts.map +1 -0
  250. package/dist/modules/language/hooks/useLanguages.d.ts +19 -0
  251. package/dist/modules/language/hooks/useLanguages.d.ts.map +1 -0
  252. package/dist/modules/language.js +106 -0
  253. package/dist/modules/modal/components/AlertMessage.d.ts +9 -0
  254. package/dist/modules/modal/components/AlertMessage.d.ts.map +1 -0
  255. package/dist/modules/modal/components/DangerMessage.d.ts +12 -0
  256. package/dist/modules/modal/components/DangerMessage.d.ts.map +1 -0
  257. package/dist/modules/modal/components/ImportResultMessage.d.ts +14 -0
  258. package/dist/modules/modal/components/ImportResultMessage.d.ts.map +1 -0
  259. package/dist/modules/modal/components/Modal.d.ts +10 -0
  260. package/dist/modules/modal/components/Modal.d.ts.map +1 -0
  261. package/dist/modules/modal/components/ModalWrapper.d.ts +6 -0
  262. package/dist/modules/modal/components/ModalWrapper.d.ts.map +1 -0
  263. package/dist/modules/modal/hooks/useModal.d.ts +7 -0
  264. package/dist/modules/modal/hooks/useModal.d.ts.map +1 -0
  265. package/dist/modules/modal/utils/ModalContext.d.ts +9 -0
  266. package/dist/modules/modal/utils/ModalContext.d.ts.map +1 -0
  267. package/dist/modules/order/fragments/OrderDetailFragment.d.ts +3 -0
  268. package/dist/modules/order/fragments/OrderDetailFragment.d.ts.map +1 -0
  269. package/dist/modules/order/fragments/OrderFragment.d.ts +3 -0
  270. package/dist/modules/order/fragments/OrderFragment.d.ts.map +1 -0
  271. package/dist/modules/order/hooks/useOrders.d.ts +46 -0
  272. package/dist/modules/order/hooks/useOrders.d.ts.map +1 -0
  273. package/dist/modules/order.js +563 -0
  274. package/dist/modules/payment-providers.js +206 -0
  275. package/dist/modules/product/hooks/useProductsCount.d.ts +8 -0
  276. package/dist/modules/product/hooks/useProductsCount.d.ts.map +1 -0
  277. package/dist/modules/product-review.js +251 -0
  278. package/dist/modules/product.js +1929 -0
  279. package/dist/modules/quotation.js +297 -0
  280. package/dist/modules/token.js +143 -0
  281. package/dist/modules/warehousing-providers.js +206 -0
  282. package/dist/modules/work/fragments/WorkFragment.d.ts +3 -0
  283. package/dist/modules/work/fragments/WorkFragment.d.ts.map +1 -0
  284. package/dist/modules/work/hooks/useAddWork.d.ts +6 -0
  285. package/dist/modules/work/hooks/useAddWork.d.ts.map +1 -0
  286. package/dist/modules/work/hooks/useWork.d.ts +32 -0
  287. package/dist/modules/work/hooks/useWork.d.ts.map +1 -0
  288. package/dist/modules/work.js +308 -0
  289. package/dist/plugins.js +8 -0
  290. package/dist/providers.js +6 -0
  291. package/dist/sdk/hooks.d.ts +9 -0
  292. package/dist/sdk/hooks.d.ts.map +1 -0
  293. package/dist/sdk/modal.d.ts +7 -0
  294. package/dist/sdk/modal.d.ts.map +1 -0
  295. package/dist/sdk/plugins.d.ts +67 -0
  296. package/dist/sdk/plugins.d.ts.map +1 -0
  297. package/dist/sdk/providers.d.ts +5 -0
  298. package/dist/sdk/providers.d.ts.map +1 -0
  299. package/dist/sdk/theme.d.ts +26 -0
  300. package/dist/sdk/theme.d.ts.map +1 -0
  301. package/dist/theme.js +34 -0
  302. package/dist/ui.js +21527 -0
  303. package/out/403/index.html +2 -2
  304. package/out/404/index.html +2 -2
  305. package/out/404.html +2 -2
  306. package/out/423/index.html +2 -2
  307. package/out/500/index.html +2 -2
  308. package/out/_next/static/T3MvrnLGtwi3l3MDtTzwv/_buildManifest.js +262 -0
  309. package/out/_next/static/chunks/0-p8a6-okjx49.js +15 -0
  310. package/out/_next/static/chunks/0-u5tid26i8-3.js +188 -0
  311. package/out/_next/static/chunks/008hxgil51owu.js +234 -0
  312. package/out/_next/static/chunks/026k3ys50h91u.js +15 -0
  313. package/out/_next/static/chunks/02aa23atze2y4.js +119 -0
  314. package/out/_next/static/chunks/02dnhll1bce87.js +46 -0
  315. package/out/_next/static/chunks/03f0hv23abn4a.js +12 -0
  316. package/out/_next/static/chunks/03p0xulfluyqm.js +15 -0
  317. package/out/_next/static/chunks/044dmimivt13x.js +233 -0
  318. package/out/_next/static/chunks/047gokoblz-qy.js +16 -0
  319. package/out/_next/static/chunks/04yroykjly9ni.js +15 -0
  320. package/out/_next/static/chunks/05h2_5y4i_fe4.js +12 -0
  321. package/out/_next/static/chunks/0641gh6yb6tnd.js +3 -0
  322. package/out/_next/static/chunks/06bsql5zgjpaj.js +315 -0
  323. package/out/_next/static/chunks/06jtnxd7wr712.js +1 -0
  324. package/out/_next/static/chunks/070wy1qe-7-uf.js +242 -0
  325. package/out/_next/static/chunks/07l1vdt21xneu.js +14 -0
  326. package/out/_next/static/chunks/07q8ufsdxo1tx.js +1 -0
  327. package/out/_next/static/chunks/087a2d-0e1pvn.js +1 -0
  328. package/out/_next/static/chunks/09pees0w94cvm.js +1 -0
  329. package/out/_next/static/chunks/0_wmk0z5r9thu.js +95 -0
  330. package/out/_next/static/chunks/0ab_-095b34n5.js +90 -0
  331. package/out/_next/static/chunks/0aom8abciz-yf.js +1 -0
  332. package/out/_next/static/chunks/0cdcsn87u-tzw.js +1 -0
  333. package/out/_next/static/chunks/0cu-wqc76z_w6.js +1 -0
  334. package/out/_next/static/chunks/0dnzfqa8el54j.js +135 -0
  335. package/out/_next/static/chunks/0f-hhcgpd3kjt.js +5 -0
  336. package/out/_next/static/chunks/0gdriupdpmq28.js +14 -0
  337. package/out/_next/static/chunks/0hm6-xlqw4vmr.js +1 -0
  338. package/out/_next/static/chunks/0hmdmxkzhdtjx.js +155 -0
  339. package/out/_next/static/chunks/0hpirq7m-gjle.js +23 -0
  340. package/out/_next/static/chunks/0hup5ovc9v_-h.js +58 -0
  341. package/out/_next/static/chunks/0hxsdaxwhc3z4.js +110 -0
  342. package/out/_next/static/chunks/0j-yonuwgtg0k.js +22 -0
  343. package/out/_next/static/chunks/0jo3ujn_icmb9.js +28 -0
  344. package/out/_next/static/chunks/0mayhrft9-4hw.js +13 -0
  345. package/out/_next/static/chunks/0mdh4qszx-qw8.js +1 -0
  346. package/out/_next/static/chunks/0nyu34hvyz9_k.js +103 -0
  347. package/out/_next/static/chunks/0nz8nqr7k7pni.js +61 -0
  348. package/out/_next/static/chunks/0pjv94c771817.js +13 -0
  349. package/out/_next/static/chunks/0qrepe4aqal8_.js +2 -0
  350. package/out/_next/static/chunks/0qtbb-w9hs2i_.js +1 -0
  351. package/out/_next/static/chunks/0r0l1vs8bls6y.js +1 -0
  352. package/out/_next/static/chunks/0r2v5se5riad_.js +227 -0
  353. package/out/_next/static/chunks/0s3aax3no2y3_.js +54 -0
  354. package/out/_next/static/chunks/0sys36fl1uhl-.js +18 -0
  355. package/out/_next/static/chunks/0u-md-qpvyccn.js +149 -0
  356. package/out/_next/static/chunks/0ukobsq85_to1.js +135 -0
  357. package/out/_next/static/chunks/0vcn7yqzt3qlc.js +10 -0
  358. package/out/_next/static/chunks/0wl_oo549tgsw.js +14 -0
  359. package/out/_next/static/chunks/0wm5atnhe2mjs.js +119 -0
  360. package/out/_next/static/chunks/0wpmgf2-hr2iv.js +1 -0
  361. package/out/_next/static/chunks/0wthf9v7cuwqf.js +3 -0
  362. package/out/_next/static/chunks/0xcxmgeevaadl.js +8 -0
  363. package/out/_next/static/chunks/0xoerh23zk-pj.js +44 -0
  364. package/out/_next/static/chunks/0xvoojz5c4j32.js +14 -0
  365. package/out/_next/static/chunks/0ykc9b-l7rcv9.js +18 -0
  366. package/out/_next/static/chunks/0zb8qwy33hihq.js +142 -0
  367. package/out/_next/static/chunks/0zgu8kiokvsjz.js +1 -0
  368. package/out/_next/static/chunks/0zk0s8hqsf5tg.js +18 -0
  369. package/out/_next/static/chunks/0zl6mu89n1_wq.js +1 -0
  370. package/out/_next/static/chunks/0zntg6ltu_fk3.js +14 -0
  371. package/out/_next/static/chunks/10996osm11rxi.js +327 -0
  372. package/out/_next/static/chunks/10q9_f1ss9afd.js +8 -0
  373. package/out/_next/static/chunks/110vhftkm53lj.js +111 -0
  374. package/out/_next/static/chunks/113_jsmrqky1h.js +130 -0
  375. package/out/_next/static/chunks/11fqypagzye_v.js +43 -0
  376. package/out/_next/static/chunks/137522d4_apiu.js +166 -0
  377. package/out/_next/static/chunks/13ml43jv3bxh1.js +1 -0
  378. package/out/_next/static/chunks/16ad724tleody.js +13 -0
  379. package/out/_next/static/chunks/16r_t7quts1w0.js +289 -0
  380. package/out/_next/static/chunks/16yomp2b55xod.js +30 -0
  381. package/out/_next/static/chunks/17jd_42ijblk-.js +15 -0
  382. package/out/_next/static/chunks/17xseq9yxu638.js +1 -0
  383. package/out/_next/static/chunks/18yznjdgjug5c.js +7 -0
  384. package/out/_next/static/chunks/19i-cq0_2t00g.js +60 -0
  385. package/out/_next/static/chunks/19ppkss30jscq.js +13 -0
  386. package/out/_next/static/chunks/1_ov-8bomgh6c.js +54 -0
  387. package/out/_next/static/chunks/1b9l0n8vz64x7.js +233 -0
  388. package/out/_next/static/chunks/1cn3pe6lxja9e.js +44 -0
  389. package/out/_next/static/chunks/1dsjo02ozub3p.js +342 -0
  390. package/out/_next/static/chunks/1dut2ep8qfdv4.js +14 -0
  391. package/out/_next/static/chunks/1eqs_86cqpxcx.js +138 -0
  392. package/out/_next/static/chunks/1exlzd6w18o_b.js +8 -0
  393. package/out/_next/static/chunks/1f04wea7zvjf5.js +2 -0
  394. package/out/_next/static/chunks/1fqsykinbg1d_.js +12 -0
  395. package/out/_next/static/chunks/1g5l7e7du4p25.js +1 -0
  396. package/out/_next/static/chunks/1hokoliuqn63p.js +17 -0
  397. package/out/_next/static/chunks/1ihjqvn68cj5e.js +36 -0
  398. package/out/_next/static/chunks/1k798vpov34v6.js +12 -0
  399. package/out/_next/static/chunks/1lewut00m9sq1.js +1 -0
  400. package/out/_next/static/chunks/1lwiflo8v2d93.js +1 -0
  401. package/out/_next/static/chunks/1ng9tsm1f8e_a.js +1 -0
  402. package/out/_next/static/chunks/1nvy3y5qe_igv.js +233 -0
  403. package/out/_next/static/chunks/1ozaatz-b_-as.js +41 -0
  404. package/out/_next/static/chunks/1paq5rkj25r88.js +1 -0
  405. package/out/_next/static/chunks/1q2l02eq094zc.js +147 -0
  406. package/out/_next/static/chunks/1q8zx2rmluekr.js +13 -0
  407. package/out/_next/static/chunks/1qnuk3631sd6i.js +807 -0
  408. package/out/_next/static/chunks/1r092zo5e6999.js +190 -0
  409. package/out/_next/static/chunks/1r0aluuzu5vw7.js +13 -0
  410. package/out/_next/static/chunks/1rgwj4dr0k4_b.js +5 -0
  411. package/out/_next/static/chunks/1sgv26vi42stl.js +13 -0
  412. package/out/_next/static/chunks/1t80pe40g73fh.js +82 -0
  413. package/out/_next/static/chunks/1u6jfjnf14knz.js +124 -0
  414. package/out/_next/static/chunks/1vnvinjvn78t3.js +1 -0
  415. package/out/_next/static/chunks/1xg3ey2rrdxfx.js +1 -0
  416. package/out/_next/static/chunks/1xx6ie3yh2hbk.js +235 -0
  417. package/out/_next/static/chunks/1y-vwb0-v5xv0.js +304 -0
  418. package/out/_next/static/chunks/2-8-i_m-82mjh.js +43 -0
  419. package/out/_next/static/chunks/2-s6g5_cyahx8.js +1 -0
  420. package/out/_next/static/chunks/20ndjd4r5l6vk.js +1 -0
  421. package/out/_next/static/chunks/20v019mj-zi94.js +13 -0
  422. package/out/_next/static/chunks/21w-hkh4_w1kl.js +19 -0
  423. package/out/_next/static/chunks/226ya3lbz_55w.js +19 -0
  424. package/out/_next/static/chunks/22az81pi-bqjb.js +1 -0
  425. package/out/_next/static/chunks/22get2_2lcba-.js +21 -0
  426. package/out/_next/static/chunks/22l-2aehes9lx.js +153 -0
  427. package/out/_next/static/chunks/23y9nin7qo-xy.js +17 -0
  428. package/out/_next/static/chunks/25t23h8zbmzh-.js +12 -0
  429. package/out/_next/static/chunks/273zh05aw6uz2.js +13 -0
  430. package/out/_next/static/chunks/28o-5560g4bwk.js +7 -0
  431. package/out/_next/static/chunks/28zahy_uqar2t.js +12 -0
  432. package/out/_next/static/chunks/29dylunjhn4te.js +34 -0
  433. package/out/_next/static/chunks/2_3qu55ddb4jo.js +3 -0
  434. package/out/_next/static/chunks/2_7z1veshuiiw.js +10 -0
  435. package/out/_next/static/chunks/2_ztj391g9yzt.js +226 -0
  436. package/out/_next/static/chunks/2a9z_gm1vn39c.js +173 -0
  437. package/out/_next/static/chunks/2a_46b7_7ml_y.js +1 -0
  438. package/out/_next/static/chunks/2b8nhs_3rpawc.js +1 -0
  439. package/out/_next/static/chunks/2biyd1hzgc2sv.js +339 -0
  440. package/out/_next/static/chunks/2c2vssolfspzg.js +50 -0
  441. package/out/_next/static/chunks/2dbrybnhe5thu.css +1 -0
  442. package/out/_next/static/chunks/2diqy5aehqe8j.js +58 -0
  443. package/out/_next/static/chunks/2djnsowjy3p8y.js +1 -0
  444. package/out/_next/static/chunks/2dq4d-ey-16cq.js +1 -0
  445. package/out/_next/static/chunks/2dyysegkbptw8.js +11 -0
  446. package/out/_next/static/chunks/2ei1rfxsl3q65.js +31 -0
  447. package/out/_next/static/chunks/2f3z_9lk_9lsj.js +14 -0
  448. package/out/_next/static/chunks/2fazxtc5_9tgo.js +52 -0
  449. package/out/_next/static/chunks/2fzc9bsweg7nf.js +807 -0
  450. package/out/_next/static/chunks/2h5-bnhry6wzl.js +14 -0
  451. package/out/_next/static/chunks/2hmtn1okhj6zz.js +234 -0
  452. package/out/_next/static/chunks/2htrbj6g7da-e.js +12 -0
  453. package/out/_next/static/chunks/2j51l4ukmrn7j.js +17 -0
  454. package/out/_next/static/chunks/2k4cusvrm93cp.js +39 -0
  455. package/out/_next/static/chunks/2ldks6pel2wcp.js +31 -0
  456. package/out/_next/static/chunks/2loz6t7f69t0c.js +1 -0
  457. package/out/_next/static/chunks/2onfts3kpe9d8.js +1 -0
  458. package/out/_next/static/chunks/2p9aozkdq_z13.js +329 -0
  459. package/out/_next/static/chunks/2pz2u5us_0jme.js +5 -0
  460. package/out/_next/static/chunks/2qaf44ypuy_4z.js +1 -0
  461. package/out/_next/static/chunks/2r1-eyf6hic-m.js +1 -0
  462. package/out/_next/static/chunks/2ritd1boot22-.js +32 -0
  463. package/out/_next/static/chunks/2s1__k407zn6n.js +1 -0
  464. package/out/_next/static/chunks/2s6qkrjh7-b6s.js +1 -0
  465. package/out/_next/static/chunks/2t70ji9pnllxh.js +81 -0
  466. package/out/_next/static/chunks/2tc6lgajxmo78.js +3 -0
  467. package/out/_next/static/chunks/2twd9trj9horc.js +61 -0
  468. package/out/_next/static/chunks/2ua7-skz9vm4r.js +13 -0
  469. package/out/_next/static/chunks/2vjkcd8g_hh68.js +46 -0
  470. package/out/_next/static/chunks/2w1twpn4nui6h.js +807 -0
  471. package/out/_next/static/chunks/2x4vo24qfe0mr.js +1 -0
  472. package/out/_next/static/chunks/2zm-d0-e0sxgo.js +23 -0
  473. package/out/_next/static/chunks/3-u1dp82vzyt9.js +1 -0
  474. package/out/_next/static/chunks/30iz3jszdu04d.js +11 -0
  475. package/out/_next/static/chunks/30jmh-3cp5wcg.js +12 -0
  476. package/out/_next/static/chunks/3178a_a_i-e-q.js +16 -0
  477. package/out/_next/static/chunks/317qzy7r8meg_.js +1 -0
  478. package/out/_next/static/chunks/32nwqfli0ne57.js +1 -0
  479. package/out/_next/static/chunks/33c-rzkj2k2v1.js +14 -0
  480. package/out/_next/static/chunks/33g91_yljnpiw.js +807 -0
  481. package/out/_next/static/chunks/34dhtdp_8idgm.js +658 -0
  482. package/out/_next/static/chunks/34ybf-w3bdlw8.js +13 -0
  483. package/out/_next/static/chunks/35-vqjhcep-zw.js +60 -0
  484. package/out/_next/static/chunks/358r9pdxbk-fv.js +39 -0
  485. package/out/_next/static/chunks/35a6ymsh4q0-o.js +14 -0
  486. package/out/_next/static/chunks/36yrxjq9zbvpx.js +13 -0
  487. package/out/_next/static/chunks/377ho63k7qphg.js +14 -0
  488. package/out/_next/static/chunks/37bs69urhjdz5.js +24 -0
  489. package/out/_next/static/chunks/37mpnb5qztb_g.js +15 -0
  490. package/out/_next/static/chunks/3827hqe9_anr7.js +24 -0
  491. package/out/_next/static/chunks/3a0_vzfa54k35.js +7 -0
  492. package/out/_next/static/chunks/3a8a8fpl7-ndf.js +1 -0
  493. package/out/_next/static/chunks/3b6hct2rk2wu9.js +24 -0
  494. package/out/_next/static/chunks/3czsj6bdmobbd.js +24 -0
  495. package/out/_next/static/chunks/3d0ic2ovyeue7.js +2 -0
  496. package/out/_next/static/chunks/3eq1b2m2xkkmp.js +1 -0
  497. package/out/_next/static/chunks/3f2ue6ut-mwka.js +2 -0
  498. package/out/_next/static/chunks/3g67xtrp0vv4m.js +1 -0
  499. package/out/_next/static/chunks/3iepyd4rzl-tt.js +13 -0
  500. package/out/_next/static/chunks/3j6p-522fcsnj.js +1 -0
  501. package/out/_next/static/chunks/3kle_yukf5aux.js +809 -0
  502. package/out/_next/static/chunks/3l_nx7eopgh02.js +1 -0
  503. package/out/_next/static/chunks/3mk-cv2ocv93u.js +50 -0
  504. package/out/_next/static/chunks/3n5290qcigwpc.js +13 -0
  505. package/out/_next/static/chunks/3nl02jbknvx4p.js +14 -0
  506. package/out/_next/static/chunks/3o5a5qn0dnq04.js +3 -0
  507. package/out/_next/static/chunks/3o5kwvdgt_t9z.js +73 -0
  508. package/out/_next/static/chunks/3qamj8gt1ijdz.js +12 -0
  509. package/out/_next/static/chunks/3rlrwz262rpw0.js +1 -0
  510. package/out/_next/static/chunks/3s3v9n_ob4m24.js +18 -0
  511. package/out/_next/static/chunks/3s47qr8fn6h4j.js +8 -0
  512. package/out/_next/static/chunks/3slzhmkeoggpm.js +66 -0
  513. package/out/_next/static/chunks/3tv9csz53av-5.js +1 -0
  514. package/out/_next/static/chunks/3uec1_7irpl71.js +16 -0
  515. package/out/_next/static/chunks/3uo1w1gaj7tsx.js +117 -0
  516. package/out/_next/static/chunks/3uwev5xyub_j1.js +7 -0
  517. package/out/_next/static/chunks/3w450c1xmh550.js +12 -0
  518. package/out/_next/static/chunks/3x8aami6-3l79.js +31 -0
  519. package/out/_next/static/chunks/3xhogi6_bbwh7.js +10 -0
  520. package/out/_next/static/chunks/3y62dz45ticve.js +1 -0
  521. package/out/_next/static/chunks/3yjzk_udmhv3i.js +1 -0
  522. package/out/_next/static/chunks/3z6v84zof80bt.js +1 -0
  523. package/out/_next/static/chunks/3zncjth-kop8p.js +1 -0
  524. package/out/_next/static/chunks/3zp4iedgev460.js +35 -0
  525. package/out/_next/static/chunks/413qu_x6yky1e.js +1 -0
  526. package/out/_next/static/chunks/41j8mb2ztwydi.js +14 -0
  527. package/out/_next/static/chunks/41pc5_e25bhgd.js +1 -0
  528. package/out/_next/static/chunks/424z-zudpy3n0.js +39 -0
  529. package/out/_next/static/chunks/42o6t6-v2qi37.js +29 -0
  530. package/out/_next/static/chunks/434iz38padke2.js +1 -0
  531. package/out/_next/static/chunks/43pb7hjetp965.js +1 -0
  532. package/out/_next/static/chunks/44rharl5hvsw-.js +22 -0
  533. package/out/_next/static/chunks/45ac68ug7hcoc.js +13 -0
  534. package/out/_next/static/chunks/turbopack-0-chqajqgydnn.js +1 -0
  535. package/out/_next/static/chunks/turbopack-0-jquaej6q4cd.js +1 -0
  536. package/out/_next/static/chunks/turbopack-01y_6kjoo1mvp.js +1 -0
  537. package/out/_next/static/chunks/turbopack-03_sghcquhw33.js +1 -0
  538. package/out/_next/static/chunks/turbopack-0a_5nw_3znl2r.js +1 -0
  539. package/out/_next/static/chunks/turbopack-0bbgz21dy5lm3.js +1 -0
  540. package/out/_next/static/chunks/turbopack-0cqzo60ry70im.js +1 -0
  541. package/out/_next/static/chunks/turbopack-0ex-kw1o5k02z.js +1 -0
  542. package/out/_next/static/chunks/turbopack-0jzps1g34dah5.js +1 -0
  543. package/out/_next/static/chunks/turbopack-0o9rz5e94nq66.js +1 -0
  544. package/out/_next/static/chunks/turbopack-0rq3y47awgwpt.js +1 -0
  545. package/out/_next/static/chunks/turbopack-0vs4-gjxe552i.js +1 -0
  546. package/out/_next/static/chunks/turbopack-0x1jwahqhzo0u.js +1 -0
  547. package/out/_next/static/chunks/turbopack-11auq8fqexpmm.js +1 -0
  548. package/out/_next/static/chunks/turbopack-13uretb6lcje8.js +1 -0
  549. package/out/_next/static/chunks/turbopack-14n2u99h724y-.js +1 -0
  550. package/out/_next/static/chunks/turbopack-1a774_gjam74t.js +1 -0
  551. package/out/_next/static/chunks/turbopack-1gy8illqlm_jj.js +1 -0
  552. package/out/_next/static/chunks/turbopack-1n9q29j854ltr.js +1 -0
  553. package/out/_next/static/chunks/turbopack-1nathpz4-f-4w.js +1 -0
  554. package/out/_next/static/chunks/turbopack-1nca86oa17qfx.js +1 -0
  555. package/out/_next/static/chunks/turbopack-1qe0zbu9fejdb.js +1 -0
  556. package/out/_next/static/chunks/turbopack-1qg26rdmwlotw.js +1 -0
  557. package/out/_next/static/chunks/turbopack-1u6lf-rzbdjuj.js +1 -0
  558. package/out/_next/static/chunks/turbopack-1z85kwwdibjh7.js +1 -0
  559. package/out/_next/static/chunks/turbopack-22as-nh7md98p.js +1 -0
  560. package/out/_next/static/chunks/turbopack-23lcv-araye0t.js +1 -0
  561. package/out/_next/static/chunks/turbopack-25gt3vwmogps-.js +1 -0
  562. package/out/_next/static/chunks/turbopack-26g97kfge67jz.js +1 -0
  563. package/out/_next/static/chunks/turbopack-26u67kbn41n8e.js +1 -0
  564. package/out/_next/static/chunks/turbopack-280jnadydykur.js +1 -0
  565. package/out/_next/static/chunks/turbopack-2bb6lvvhg6e0w.js +1 -0
  566. package/out/_next/static/chunks/turbopack-2bw5gluonepob.js +1 -0
  567. package/out/_next/static/chunks/turbopack-2c36n939jg0pf.js +1 -0
  568. package/out/_next/static/chunks/turbopack-2ez296aoalbog.js +1 -0
  569. package/out/_next/static/chunks/turbopack-2frqnl7lfn0h9.js +1 -0
  570. package/out/_next/static/chunks/turbopack-2jxkmyhbvdw4u.js +1 -0
  571. package/out/_next/static/chunks/turbopack-2k45z490u3tbj.js +1 -0
  572. package/out/_next/static/chunks/turbopack-2p-uq1erkf03-.js +1 -0
  573. package/out/_next/static/chunks/turbopack-2svkg0yvgyw3_.js +1 -0
  574. package/out/_next/static/chunks/turbopack-31s1c5ipeb5_p.js +1 -0
  575. package/out/_next/static/chunks/turbopack-33v049epa0erx.js +1 -0
  576. package/out/_next/static/chunks/turbopack-34jylrj_qw1ak.js +1 -0
  577. package/out/_next/static/chunks/turbopack-34u-t26ngu-oy.js +1 -0
  578. package/out/_next/static/chunks/turbopack-34x5gar31d5sv.js +1 -0
  579. package/out/_next/static/chunks/turbopack-363g_e-jzg5u_.js +1 -0
  580. package/out/_next/static/chunks/turbopack-39um5sy1v-bvw.js +1 -0
  581. package/out/_next/static/chunks/turbopack-3__2i-6jdv1s8.js +1 -0
  582. package/out/_next/static/chunks/turbopack-3b4s935ks8u-b.js +1 -0
  583. package/out/_next/static/chunks/turbopack-3b5-pdmr324f-.js +1 -0
  584. package/out/_next/static/chunks/turbopack-3bwm37xq99e4l.js +1 -0
  585. package/out/_next/static/chunks/turbopack-3ec8ol5n3kb0h.js +1 -0
  586. package/out/_next/static/chunks/turbopack-3gw7smd4lo5ud.js +1 -0
  587. package/out/_next/static/chunks/turbopack-3miy8-7wxcnbn.js +1 -0
  588. package/out/_next/static/chunks/turbopack-3nvjaj1vijowz.js +1 -0
  589. package/out/_next/static/chunks/turbopack-3poc67i76-q8q.js +1 -0
  590. package/out/_next/static/chunks/turbopack-3r1pnr94s1u0w.js +1 -0
  591. package/out/_next/static/chunks/turbopack-3sfa4031m280j.js +1 -0
  592. package/out/_next/static/chunks/turbopack-3sqs5hm2xhl3s.js +1 -0
  593. package/out/_next/static/chunks/turbopack-3xha6pmjqez6d.js +1 -0
  594. package/out/_next/static/chunks/turbopack-3yp7pgp42yfh3.js +1 -0
  595. package/out/_next/static/chunks/turbopack-3z_g6t7o2z7rb.js +1 -0
  596. package/out/_next/static/chunks/turbopack-3zb947kjm56zb.js +1 -0
  597. package/out/_next/static/chunks/turbopack-43m6wi0fybh1f.js +1 -0
  598. package/out/_offline/index.html +2 -2
  599. package/out/account/forgot-password/index.html +2 -2
  600. package/out/account/index.html +2 -2
  601. package/out/assortments/AssortmentDetailPage/index.html +2 -2
  602. package/out/assortments/index.html +2 -2
  603. package/out/assortments/new/index.html +2 -2
  604. package/out/copilot/index.html +2 -2
  605. package/out/country/CountryDetailPage/index.html +2 -2
  606. package/out/country/index.html +2 -2
  607. package/out/country/new/index.html +2 -2
  608. package/out/currency/CurrencyDetailPage/index.html +2 -2
  609. package/out/currency/index.html +2 -2
  610. package/out/currency/new/index.html +2 -2
  611. package/out/delivery-provider/DeliveryProviderDetailPage/index.html +2 -2
  612. package/out/delivery-provider/index.html +2 -2
  613. package/out/delivery-provider/new/index.html +2 -2
  614. package/out/enrollments/EnrollmentDetailPage/index.html +2 -2
  615. package/out/enrollments/index.html +2 -2
  616. package/out/events/EventDetailPage/index.html +2 -2
  617. package/out/events/index.html +2 -2
  618. package/out/exports/index.html +2 -2
  619. package/out/ext/[[...slug]]/index.html +11 -0
  620. package/out/external/index.html +2 -2
  621. package/out/filters/FilterDetailPage/index.html +2 -2
  622. package/out/filters/index.html +2 -2
  623. package/out/filters/new/index.html +2 -2
  624. package/out/index.html +2 -2
  625. package/out/install/index.html +2 -2
  626. package/out/language/LanguageDetailPage/index.html +2 -2
  627. package/out/language/index.html +2 -2
  628. package/out/language/new/index.html +2 -2
  629. package/out/log-in/index.html +2 -2
  630. package/out/manifest.json +48 -0
  631. package/out/orders/OrderDetailPage/index.html +2 -2
  632. package/out/orders/index.html +2 -2
  633. package/out/payment-provider/PaymentProviderDetailPage/index.html +2 -2
  634. package/out/payment-provider/index.html +2 -2
  635. package/out/payment-provider/new/index.html +2 -2
  636. package/out/products/ProductDetailPage/index.html +2 -2
  637. package/out/products/index.html +2 -2
  638. package/out/products/new/index.html +2 -2
  639. package/out/quotations/QuotationDetailPage/index.html +2 -2
  640. package/out/quotations/index.html +2 -2
  641. package/out/reset-password/index.html +2 -2
  642. package/out/sign-up/index.html +2 -2
  643. package/out/styleguide/index.html +2 -2
  644. package/out/tokens/TokenDetailPage/index.html +2 -2
  645. package/out/tokens/index.html +2 -2
  646. package/out/users/UserDetailPage/index.html +2 -2
  647. package/out/users/index.html +2 -2
  648. package/out/users/new/index.html +2 -2
  649. package/out/verify-email/index.html +2 -2
  650. package/out/warehousing-provider/WarehousingProviderDetailPage/index.html +2 -2
  651. package/out/warehousing-provider/index.html +2 -2
  652. package/out/warehousing-provider/new/index.html +2 -2
  653. package/out/works/WorkDetailPage/index.html +2 -2
  654. package/out/works/WorkQueueListView/index.html +2 -2
  655. package/out/works/index.html +2 -2
  656. package/out/works/management/index.html +2 -2
  657. package/package.json +110 -13
  658. package/src/modules/accounts/index.ts +34 -0
  659. package/src/modules/assortment/index.ts +29 -0
  660. package/src/modules/copilot/index.ts +4 -0
  661. package/src/modules/country/index.ts +5 -0
  662. package/src/modules/currency/index.ts +5 -0
  663. package/src/modules/delivery-provider/index.ts +7 -0
  664. package/src/modules/enrollment/index.ts +6 -0
  665. package/src/modules/event/index.ts +3 -0
  666. package/src/modules/filter/index.ts +13 -0
  667. package/src/modules/language/index.ts +5 -0
  668. package/src/modules/order/index.ts +8 -0
  669. package/src/modules/payment-providers/index.ts +7 -0
  670. package/src/modules/product/index.ts +47 -0
  671. package/src/modules/product-review/index.ts +6 -0
  672. package/src/modules/quotation/index.ts +6 -0
  673. package/src/modules/token/index.ts +3 -0
  674. package/src/modules/warehousing-providers/index.ts +7 -0
  675. package/src/modules/work/index.ts +7 -0
  676. package/src/sdk/hooks.ts +11 -0
  677. package/src/sdk/modal.ts +6 -0
  678. package/src/sdk/plugin-build.mjs +112 -0
  679. package/src/sdk/plugin-build.test.mjs +11 -0
  680. package/src/sdk/plugins.ts +88 -0
  681. package/src/sdk/providers.ts +4 -0
  682. package/src/sdk/tailwind-preset.mjs +94 -0
  683. package/src/sdk/theme.ts +61 -0
  684. package/src/styles/globals.css +291 -0
  685. package/out/_next/static/chunks/0-beu4vu82jrh.js +0 -1
  686. package/out/_next/static/chunks/0-l8x8k72-b3i.js +0 -173
  687. package/out/_next/static/chunks/0-v2_9sc~l3._.js +0 -1
  688. package/out/_next/static/chunks/0.b6lj.zfgeh7.js +0 -807
  689. package/out/_next/static/chunks/0.jjzw42mzofa.js +0 -18
  690. package/out/_next/static/chunks/0.ubb4bvs288f.js +0 -193
  691. package/out/_next/static/chunks/00c-9lviyc08t.js +0 -16
  692. package/out/_next/static/chunks/00svmiwah8ghd.js +0 -177
  693. package/out/_next/static/chunks/00w.kj6uow_p1.js +0 -1
  694. package/out/_next/static/chunks/00zf52snz2696.js +0 -81
  695. package/out/_next/static/chunks/0126hh69s1hoo.js +0 -20
  696. package/out/_next/static/chunks/017~qlhsonz-s.js +0 -13
  697. package/out/_next/static/chunks/01id70ruu9sh_.js +0 -12
  698. package/out/_next/static/chunks/01m-zxw6aa~7o.js +0 -61
  699. package/out/_next/static/chunks/01ysagjr-k~86.js +0 -1
  700. package/out/_next/static/chunks/023vppfa5lmsd.js +0 -101
  701. package/out/_next/static/chunks/023zn3balilgv.js +0 -5
  702. package/out/_next/static/chunks/028eszr30ru.w.js +0 -12
  703. package/out/_next/static/chunks/02_yal0ces9jz.js +0 -1
  704. package/out/_next/static/chunks/02dcbva7h6wk9.js +0 -5
  705. package/out/_next/static/chunks/02lgka7~ifqqk.js +0 -1
  706. package/out/_next/static/chunks/02ndocqxudfh0.js +0 -22
  707. package/out/_next/static/chunks/02x1c3t9oyfks.js +0 -119
  708. package/out/_next/static/chunks/039laq217w5af.js +0 -1
  709. package/out/_next/static/chunks/03hx8y-tzfrw6.js +0 -1
  710. package/out/_next/static/chunks/03in_nfvncouz.js +0 -1
  711. package/out/_next/static/chunks/041tlotwv9m5t.js +0 -453
  712. package/out/_next/static/chunks/04aykq1~5oirm.js +0 -51
  713. package/out/_next/static/chunks/04b5k~na~95by.js +0 -46
  714. package/out/_next/static/chunks/04f091-bji_n_.js +0 -7
  715. package/out/_next/static/chunks/05ooekd_aohh9.js +0 -23
  716. package/out/_next/static/chunks/05rt.5mp24nl~.js +0 -13
  717. package/out/_next/static/chunks/05xkbw-s9zm4v.js +0 -1
  718. package/out/_next/static/chunks/05zsgso1ahpy8.js +0 -1
  719. package/out/_next/static/chunks/06ersyx7hvzq1.js +0 -1
  720. package/out/_next/static/chunks/06gd8resd2.0_.js +0 -9
  721. package/out/_next/static/chunks/06v745r0yfx2h.js +0 -14
  722. package/out/_next/static/chunks/073ao37i9gvu-.js +0 -324
  723. package/out/_next/static/chunks/07l.kk7q4.zh_.js +0 -46
  724. package/out/_next/static/chunks/07t_6bb3~hkt5.js +0 -15
  725. package/out/_next/static/chunks/0831dsm.9c1xz.js +0 -15
  726. package/out/_next/static/chunks/087eh6vsk6_bc.js +0 -43
  727. package/out/_next/static/chunks/08i6ja.9lua9i.js +0 -286
  728. package/out/_next/static/chunks/08znjfem0b_of.js +0 -21
  729. package/out/_next/static/chunks/09_9z~x1_3-1m.js +0 -13
  730. package/out/_next/static/chunks/09n.y.scb-.st.js +0 -46
  731. package/out/_next/static/chunks/09p_6hs26lbin.js +0 -31
  732. package/out/_next/static/chunks/0_77~m-d~ywyj.js +0 -3
  733. package/out/_next/static/chunks/0_b2f-s77.vbq.js +0 -217
  734. package/out/_next/static/chunks/0_ikmdl.vzsxi.js +0 -16
  735. package/out/_next/static/chunks/0_tmrtwx_w001.js +0 -1
  736. package/out/_next/static/chunks/0_z350k96nua5.js +0 -14
  737. package/out/_next/static/chunks/0ajirl~6u8vk7.js +0 -384
  738. package/out/_next/static/chunks/0apih1f_pg7x5.js +0 -22
  739. package/out/_next/static/chunks/0aqdc68pqu1yc.js +0 -90
  740. package/out/_next/static/chunks/0aqhw_0u56sd_.js +0 -13
  741. package/out/_next/static/chunks/0av.mpk52l~sj.js +0 -78
  742. package/out/_next/static/chunks/0b6~~7c3s-__r.js +0 -2
  743. package/out/_next/static/chunks/0b_7pbsfo~250.js +0 -224
  744. package/out/_next/static/chunks/0bgpq4k~.1ow~.js +0 -1
  745. package/out/_next/static/chunks/0cd47wcv36ymf.js +0 -14
  746. package/out/_next/static/chunks/0cy-p_9pru_18.js +0 -13
  747. package/out/_next/static/chunks/0dhkgg675.w3e.js +0 -8
  748. package/out/_next/static/chunks/0dm~u98d.uay9.js +0 -807
  749. package/out/_next/static/chunks/0e82nep-emmqv.js +0 -22
  750. package/out/_next/static/chunks/0ekar8mz4g5.z.js +0 -188
  751. package/out/_next/static/chunks/0eqvk8uoluycv.js +0 -1
  752. package/out/_next/static/chunks/0ett.ps-ssh3m.js +0 -1
  753. package/out/_next/static/chunks/0f4j14khj0-nb.js +0 -13
  754. package/out/_next/static/chunks/0fq.42f6~eau3.js +0 -110
  755. package/out/_next/static/chunks/0fv65thyl.pzd.js +0 -137
  756. package/out/_next/static/chunks/0fvye09yb7vxo.js +0 -1
  757. package/out/_next/static/chunks/0g4z-lcj831re.js +0 -22
  758. package/out/_next/static/chunks/0gcrw01taxxl6.js +0 -1
  759. package/out/_next/static/chunks/0gex7d5-6_u7w.js +0 -15
  760. package/out/_next/static/chunks/0gmu_zxzdk79-.js +0 -36
  761. package/out/_next/static/chunks/0gp0s~altxh1r.js +0 -16
  762. package/out/_next/static/chunks/0gw21r~kskkbu.js +0 -8
  763. package/out/_next/static/chunks/0h.yfartl.0w2.js +0 -13
  764. package/out/_next/static/chunks/0hvsgrhdl9vxu.js +0 -87
  765. package/out/_next/static/chunks/0hxa2hw0bx6p9.js +0 -31
  766. package/out/_next/static/chunks/0idm_1owz2~do.js +0 -147
  767. package/out/_next/static/chunks/0if0kxk_fvctv.js +0 -807
  768. package/out/_next/static/chunks/0ipga2yl6f8s2.js +0 -1
  769. package/out/_next/static/chunks/0irir.4f~3vjv.js +0 -1
  770. package/out/_next/static/chunks/0iz~...y5_a2o.js +0 -58
  771. package/out/_next/static/chunks/0j0-6c41tk-jn.js +0 -227
  772. package/out/_next/static/chunks/0j3oxwqbdm1~u.js +0 -32
  773. package/out/_next/static/chunks/0j8g1ir4-2kf-.js +0 -1
  774. package/out/_next/static/chunks/0je-l.-3mmyx0.js +0 -7
  775. package/out/_next/static/chunks/0jsponpskt26n.js +0 -15
  776. package/out/_next/static/chunks/0jwk3hxdqma6f.js +0 -44
  777. package/out/_next/static/chunks/0k4hc0roxks1w.js +0 -135
  778. package/out/_next/static/chunks/0kd-elup-.5rv.js +0 -92
  779. package/out/_next/static/chunks/0kdk1jnxow07e.js +0 -51
  780. package/out/_next/static/chunks/0kjwfgi7qnsh8.js +0 -60
  781. package/out/_next/static/chunks/0kpbcc6kx92ab.js +0 -1
  782. package/out/_next/static/chunks/0kpqfcm6kz1pz.js +0 -5
  783. package/out/_next/static/chunks/0kuj3je3qjyj~.js +0 -13
  784. package/out/_next/static/chunks/0kwdvew2~wd8o.js +0 -16
  785. package/out/_next/static/chunks/0kwir-xluvjdw.js +0 -144
  786. package/out/_next/static/chunks/0l.811sicmaw3.js +0 -1
  787. package/out/_next/static/chunks/0l8ujxmk7702g.js +0 -1
  788. package/out/_next/static/chunks/0lazwl9790oz5.js +0 -1
  789. package/out/_next/static/chunks/0lp3vsoi498i1.js +0 -19
  790. package/out/_next/static/chunks/0lp40p3~dgcgl.js +0 -14
  791. package/out/_next/static/chunks/0lq9yvo7q3obl.js +0 -1
  792. package/out/_next/static/chunks/0m.jl7so.pr8k.js +0 -15
  793. package/out/_next/static/chunks/0m0k6lhn2y-9n.js +0 -137
  794. package/out/_next/static/chunks/0m3laiqi73_uc.js +0 -1
  795. package/out/_next/static/chunks/0m96ugd3gm4zy.js +0 -142
  796. package/out/_next/static/chunks/0mbkvr03aynms.js +0 -905
  797. package/out/_next/static/chunks/0mfaeit11.hmn.js +0 -13
  798. package/out/_next/static/chunks/0mmgf1.wzjj~j.js +0 -596
  799. package/out/_next/static/chunks/0mwaae8fl0y07.js +0 -807
  800. package/out/_next/static/chunks/0n1tw5ikfuhds.js +0 -16
  801. package/out/_next/static/chunks/0n4htvg-_prjp.js +0 -807
  802. package/out/_next/static/chunks/0ndis8ndh2iq6.js +0 -1
  803. package/out/_next/static/chunks/0nkzmsf-n62ak.js +0 -227
  804. package/out/_next/static/chunks/0nq0y4cmw5~iw.js +0 -8
  805. package/out/_next/static/chunks/0nr5eu5.o4kyn.js +0 -31
  806. package/out/_next/static/chunks/0o24k-4924ut6.js +0 -5
  807. package/out/_next/static/chunks/0o6k207dwsp67.js +0 -14
  808. package/out/_next/static/chunks/0o6szwcbqvtk..js +0 -1
  809. package/out/_next/static/chunks/0ohaa_f5cdywx.js +0 -73
  810. package/out/_next/static/chunks/0p8yhpuvsglyl.js +0 -384
  811. package/out/_next/static/chunks/0pnn8a_3nqu6z.js +0 -11
  812. package/out/_next/static/chunks/0ptzf1t7-yymm.js +0 -17
  813. package/out/_next/static/chunks/0q7qj_8wmc2.r.js +0 -10
  814. package/out/_next/static/chunks/0qb6blqhb13kr.js +0 -41
  815. package/out/_next/static/chunks/0qf0ui_m--1gr.js +0 -288
  816. package/out/_next/static/chunks/0qrbj_o2k5__o.js +0 -209
  817. package/out/_next/static/chunks/0qtz0k64e56-8.js +0 -50
  818. package/out/_next/static/chunks/0s-elr_ninnzu.js +0 -10
  819. package/out/_next/static/chunks/0s-v1dmb~vwtm.js +0 -836
  820. package/out/_next/static/chunks/0s.q6152jflhg.js +0 -26
  821. package/out/_next/static/chunks/0s44-81m.~5uf.js +0 -596
  822. package/out/_next/static/chunks/0sgimuwisx~sc.js +0 -119
  823. package/out/_next/static/chunks/0skmedjn4kgal.js +0 -61
  824. package/out/_next/static/chunks/0skt87s6mdt1v.js +0 -13
  825. package/out/_next/static/chunks/0s~fz~1tqbwxx.js +0 -15
  826. package/out/_next/static/chunks/0te-i~~io16.x.js +0 -1
  827. package/out/_next/static/chunks/0tiq-41ao4ozn.js +0 -12
  828. package/out/_next/static/chunks/0tw8x4rwyovtl.js +0 -12
  829. package/out/_next/static/chunks/0twk9-d7g9_tx.css +0 -1
  830. package/out/_next/static/chunks/0ty2puez_pg34.js +0 -12
  831. package/out/_next/static/chunks/0ty8.e8ooes0x.js +0 -13
  832. package/out/_next/static/chunks/0u0zlnx_0uuo~.js +0 -1
  833. package/out/_next/static/chunks/0u_o5uefzj2zl.js +0 -43
  834. package/out/_next/static/chunks/0v3s~myflio0y.js +0 -66
  835. package/out/_next/static/chunks/0ve6lde6hlxfm.js +0 -200
  836. package/out/_next/static/chunks/0ve_2hka8ooxb.js +0 -14
  837. package/out/_next/static/chunks/0wcjo4p-9_fzj.js +0 -1
  838. package/out/_next/static/chunks/0wr~ux~6rivnb.js +0 -73
  839. package/out/_next/static/chunks/0wt4fkc59wtk~.js +0 -1
  840. package/out/_next/static/chunks/0wy8jj1craipe.js +0 -291
  841. package/out/_next/static/chunks/0x0ro0p0oede-.js +0 -1
  842. package/out/_next/static/chunks/0x5~rk9ckvkzm.js +0 -5
  843. package/out/_next/static/chunks/0xcd1022~mejo.js +0 -1
  844. package/out/_next/static/chunks/0xdixvy3ojk~v.js +0 -807
  845. package/out/_next/static/chunks/0xwzq2hc7bd08.js +0 -7
  846. package/out/_next/static/chunks/0xyni.oufvih2.js +0 -13
  847. package/out/_next/static/chunks/0y6_n9b46qlk8.js +0 -12
  848. package/out/_next/static/chunks/0y_16b~8cbo3_.js +0 -1
  849. package/out/_next/static/chunks/0ygzo.kyf038-.js +0 -13
  850. package/out/_next/static/chunks/0ykdba2inps4f.js +0 -807
  851. package/out/_next/static/chunks/0yngqzk8t1rtm.js +0 -20
  852. package/out/_next/static/chunks/0yrhd0tul9js9.js +0 -1
  853. package/out/_next/static/chunks/0yygs3qclomm0.js +0 -44
  854. package/out/_next/static/chunks/0zpzrlqi93rji.js +0 -1
  855. package/out/_next/static/chunks/0zsyxlnrzl578.js +0 -807
  856. package/out/_next/static/chunks/0z~lvtnl1p.em.js +0 -78
  857. package/out/_next/static/chunks/0~.g3kh69ma7-.js +0 -54
  858. package/out/_next/static/chunks/0~9p1dp25tvbh.js +0 -8
  859. package/out/_next/static/chunks/0~h6h6qs_rmma.js +0 -15
  860. package/out/_next/static/chunks/0~io-hb50ji.1.js +0 -1
  861. package/out/_next/static/chunks/10.uqlra33~68.js +0 -13
  862. package/out/_next/static/chunks/105z5t998s_em.js +0 -12
  863. package/out/_next/static/chunks/10gbxo~.o9bhy.js +0 -23
  864. package/out/_next/static/chunks/10k9cn.xj6r3q.js +0 -342
  865. package/out/_next/static/chunks/10z4bl1p0z6o_.js +0 -13
  866. package/out/_next/static/chunks/1116oyd686cub.js +0 -10
  867. package/out/_next/static/chunks/1187u08o~yuqn.js +0 -132
  868. package/out/_next/static/chunks/11g5r9hgxgp0m.js +0 -101
  869. package/out/_next/static/chunks/11idnn6maksef.js +0 -188
  870. package/out/_next/static/chunks/11mfm9s-fl7sy.js +0 -807
  871. package/out/_next/static/chunks/129nouv3ip29r.js +0 -14
  872. package/out/_next/static/chunks/12_5sds1suvhm.js +0 -13
  873. package/out/_next/static/chunks/12pk_ybj.re6m.js +0 -328
  874. package/out/_next/static/chunks/12r0j7wb2hlew.js +0 -1
  875. package/out/_next/static/chunks/12uy~d.q~freq.js +0 -26
  876. package/out/_next/static/chunks/130ts0c-i4pcp.js +0 -807
  877. package/out/_next/static/chunks/13zg7v-cyej8_.js +0 -288
  878. package/out/_next/static/chunks/145f2hwc~qcac.js +0 -14
  879. package/out/_next/static/chunks/145sa8d1hfzds.js +0 -13
  880. package/out/_next/static/chunks/149u.0yx9zdjc.js +0 -342
  881. package/out/_next/static/chunks/14lo~e60fjur5.js +0 -1
  882. package/out/_next/static/chunks/14p.v8friz9is.js +0 -12
  883. package/out/_next/static/chunks/152ayjjud~_te.js +0 -807
  884. package/out/_next/static/chunks/154maz1~0c85~.js +0 -12
  885. package/out/_next/static/chunks/15_oqickjmgpk.js +0 -3
  886. package/out/_next/static/chunks/15iepxopx3xb4.js +0 -1
  887. package/out/_next/static/chunks/15m115xl2x-fo.js +0 -807
  888. package/out/_next/static/chunks/15y9tbfvyqnu_.js +0 -1
  889. package/out/_next/static/chunks/15z98mla-wqnl.js +0 -108
  890. package/out/_next/static/chunks/16375mdx_~6.q.js +0 -16
  891. package/out/_next/static/chunks/16x1-2emxpzpg.js +0 -1
  892. package/out/_next/static/chunks/16zrr8jq99f4~.js +0 -59
  893. package/out/_next/static/chunks/179__8pe9.c7-.js +0 -12
  894. package/out/_next/static/chunks/17d~emxcdob_i.js +0 -1
  895. package/out/_next/static/chunks/17i0kbnunaw-a.js +0 -1
  896. package/out/_next/static/chunks/17kkbb-qkkoid.js +0 -15
  897. package/out/_next/static/chunks/182r6jub~m5uu.js +0 -14
  898. package/out/_next/static/chunks/1830j6n5zjzkx.js +0 -14
  899. package/out/_next/static/chunks/18dqga.-f~nfy.js +0 -1
  900. package/out/_next/static/chunks/18du6p5wd4ech.js +0 -138
  901. package/out/_next/static/chunks/turbopack-0-2jlgexa52kn.js +0 -1
  902. package/out/_next/static/chunks/turbopack-0.sytbe8-q.f0.js +0 -1
  903. package/out/_next/static/chunks/turbopack-01xsh_3mc57...js +0 -1
  904. package/out/_next/static/chunks/turbopack-021nw61gt0smw.js +0 -1
  905. package/out/_next/static/chunks/turbopack-02c.fwas2lwst.js +0 -1
  906. package/out/_next/static/chunks/turbopack-03nzzz4-vv3_m.js +0 -1
  907. package/out/_next/static/chunks/turbopack-03xl_fg-w0wwe.js +0 -1
  908. package/out/_next/static/chunks/turbopack-04_73x1691200.js +0 -1
  909. package/out/_next/static/chunks/turbopack-04ketb_5rfe.-.js +0 -1
  910. package/out/_next/static/chunks/turbopack-05iepmw2pln-b.js +0 -1
  911. package/out/_next/static/chunks/turbopack-05vk0jzu2gu4r.js +0 -1
  912. package/out/_next/static/chunks/turbopack-06ibu8u~exvbh.js +0 -1
  913. package/out/_next/static/chunks/turbopack-06r069z7bpvmx.js +0 -1
  914. package/out/_next/static/chunks/turbopack-07607.63_f~q4.js +0 -1
  915. package/out/_next/static/chunks/turbopack-080mpit40zsn0.js +0 -1
  916. package/out/_next/static/chunks/turbopack-08vg-gc5.lk.w.js +0 -1
  917. package/out/_next/static/chunks/turbopack-09ynj6f1~2qvg.js +0 -1
  918. package/out/_next/static/chunks/turbopack-0am8m57rd7ue~.js +0 -1
  919. package/out/_next/static/chunks/turbopack-0flgs.l7-jwep.js +0 -1
  920. package/out/_next/static/chunks/turbopack-0ga2ytjk4irgm.js +0 -1
  921. package/out/_next/static/chunks/turbopack-0gv1w2-walrwj.js +0 -1
  922. package/out/_next/static/chunks/turbopack-0h8qtpk9zxc5w.js +0 -1
  923. package/out/_next/static/chunks/turbopack-0hn82ceuofjtz.js +0 -1
  924. package/out/_next/static/chunks/turbopack-0jyinuljzkzme.js +0 -1
  925. package/out/_next/static/chunks/turbopack-0kbw2bixmq-i6.js +0 -1
  926. package/out/_next/static/chunks/turbopack-0ln3og1r-_32i.js +0 -1
  927. package/out/_next/static/chunks/turbopack-0mdx764wtb9__.js +0 -1
  928. package/out/_next/static/chunks/turbopack-0mpncz8905-~_.js +0 -1
  929. package/out/_next/static/chunks/turbopack-0nl4bu~hrwg_c.js +0 -1
  930. package/out/_next/static/chunks/turbopack-0nno9lji-zzl..js +0 -1
  931. package/out/_next/static/chunks/turbopack-0o78sdharqtil.js +0 -1
  932. package/out/_next/static/chunks/turbopack-0oe-f.~p1jg8n.js +0 -1
  933. package/out/_next/static/chunks/turbopack-0ofu5~yiw_1_h.js +0 -1
  934. package/out/_next/static/chunks/turbopack-0p7o~ji.qdun9.js +0 -1
  935. package/out/_next/static/chunks/turbopack-0p_ojxb-55myx.js +0 -1
  936. package/out/_next/static/chunks/turbopack-0pv4teocze3x9.js +0 -1
  937. package/out/_next/static/chunks/turbopack-0rqw5r0qcrf2z.js +0 -1
  938. package/out/_next/static/chunks/turbopack-0rrj08a25.mep.js +0 -1
  939. package/out/_next/static/chunks/turbopack-0r~0nmphiorfn.js +0 -1
  940. package/out/_next/static/chunks/turbopack-0s.6f50ntkcs9.js +0 -1
  941. package/out/_next/static/chunks/turbopack-0s0ulq6q87y_x.js +0 -1
  942. package/out/_next/static/chunks/turbopack-0sdfu3q0v0q5h.js +0 -1
  943. package/out/_next/static/chunks/turbopack-0sjqqk57lmjnz.js +0 -1
  944. package/out/_next/static/chunks/turbopack-0svf~53uzg0yz.js +0 -1
  945. package/out/_next/static/chunks/turbopack-0t2n3t16.jt5-.js +0 -1
  946. package/out/_next/static/chunks/turbopack-0uhwk8kptpcof.js +0 -1
  947. package/out/_next/static/chunks/turbopack-0v0px_ggnszwk.js +0 -1
  948. package/out/_next/static/chunks/turbopack-0vpfmiii_t_hk.js +0 -1
  949. package/out/_next/static/chunks/turbopack-0x-fi_n3na5.e.js +0 -1
  950. package/out/_next/static/chunks/turbopack-0yq6qjplbghh8.js +0 -1
  951. package/out/_next/static/chunks/turbopack-0z3yqbd6ngf3r.js +0 -1
  952. package/out/_next/static/chunks/turbopack-0zo3lj078ff73.js +0 -1
  953. package/out/_next/static/chunks/turbopack-10ikru0-tgde5.js +0 -1
  954. package/out/_next/static/chunks/turbopack-10my3_6508i9s.js +0 -1
  955. package/out/_next/static/chunks/turbopack-11fd3~ckkb1az.js +0 -1
  956. package/out/_next/static/chunks/turbopack-12635pttd8mwo.js +0 -1
  957. package/out/_next/static/chunks/turbopack-12tv~faaane2m.js +0 -1
  958. package/out/_next/static/chunks/turbopack-133ooe_tc74fx.js +0 -1
  959. package/out/_next/static/chunks/turbopack-13xywrs0tr14-.js +0 -1
  960. package/out/_next/static/chunks/turbopack-14c20trqh_v2z.js +0 -1
  961. package/out/_next/static/chunks/turbopack-164kkr2_jziv1.js +0 -1
  962. package/out/_next/static/chunks/turbopack-16zy~wq_5~ah~.js +0 -1
  963. package/out/_next/static/chunks/turbopack-17ag.mp331nmd.js +0 -1
  964. package/out/_next/static/pFqjC0hy-zIBRbr8wLP_l/_buildManifest.js +0 -258
  965. package/out/admin-ui-permissions.js +0 -129
  966. /package/out/_next/static/{pFqjC0hy-zIBRbr8wLP_l → T3MvrnLGtwi3l3MDtTzwv}/_clientMiddlewareManifest.js +0 -0
  967. /package/out/_next/static/{pFqjC0hy-zIBRbr8wLP_l → T3MvrnLGtwi3l3MDtTzwv}/_ssgManifest.js +0 -0
  968. /package/out/_next/static/chunks/{0a1flay6uksa2.js → 0wooaklx8_14q.js} +0 -0
  969. /package/out/_next/static/chunks/{0htfk2vj7m.9j.js → 1jqnrnw0p9tw5.js} +0 -0
@@ -0,0 +1,190 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,1403,e=>{"use strict";var t=e.i(59080),r=e.i(32171);let s=t.gql`
2
+ query UsersCount(
3
+ $includeGuests: Boolean
4
+ $queryString: String
5
+ $lastLogin: DateFilterInput
6
+ $emailVerified: Boolean
7
+ ) {
8
+ usersCount(
9
+ includeGuests: $includeGuests
10
+ queryString: $queryString
11
+ lastLogin: $lastLogin
12
+ emailVerified: $emailVerified
13
+ )
14
+ }
15
+ `;e.s(["default",0,({includeGuests:e=!1,queryString:t=null,lastLogin:a=null,emailVerified:i=null}={})=>{let{data:n,loading:l,error:o}=(0,r.useQuery)(s,{errorPolicy:"all",variables:{includeGuests:e,queryString:t,lastLogin:a,emailVerified:i}});return{usersCount:n?.usersCount||0,loading:l,error:o}}])},89462,e=>{"use strict";var t=e.i(59080),r=e.i(32171);let s=t.gql`
16
+ query AssortmentsCount(
17
+ $queryString: String
18
+ $tags: [LowerCaseString!]
19
+ $includeInactive: Boolean
20
+ $includeLeaves: Boolean
21
+ ) {
22
+ assortmentsCount(
23
+ tags: $tags
24
+ includeInactive: $includeInactive
25
+ includeLeaves: $includeLeaves
26
+ queryString: $queryString
27
+ )
28
+ }
29
+ `;e.s(["default",0,({queryString:e="",tags:t=null,includeInactive:a=!0,includeLeaves:i=!1})=>{let{data:n,loading:l,error:o}=(0,r.useQuery)(s,{errorPolicy:"all",variables:{queryString:e,tags:t,includeInactive:a,includeLeaves:i}});return{loading:l,error:o,assortmentsCount:n?.assortmentsCount}}])},84870,72130,e=>{"use strict";var t=e.i(91788),r=e.i(59080),s=e.i(32171),a=e.i(69322);let i=r.gql`
30
+ query ShopStatus {
31
+ countriesCount
32
+ currenciesCount
33
+ languagesCount
34
+ productsCount
35
+ assortmentsCount
36
+ filtersCount
37
+ deliveryProvidersCount
38
+ paymentProvidersCount
39
+ }
40
+ `;e.s(["default",0,()=>{let{formatMessage:e}=(0,a.useIntl)(),{data:r,loading:n,error:l}=(0,s.useQuery)(i);return{configuration:(0,t.useMemo)(()=>{let t,s,a,i,n,l,o,d={...{currenciesCount:{id:"currencies",title:e({id:"currencies",defaultMessage:"Currencies"}),description:e({id:"currency_config_description",defaultMessage:"Set up currencies for pricing and payments"}),isRequired:!0,setupUrl:"/currency/new",category:"essential",estimatedTime:"2 min",icon:"currency",isComplete:!1},countriesCount:{id:"countries",title:e({id:"countries",defaultMessage:"Countries"}),description:e({id:"countries_config_description",defaultMessage:"Configure countries and assign default currencies"}),isRequired:!0,setupUrl:"/country/new",category:"essential",estimatedTime:"2 min",icon:"globe",isComplete:!1},languagesCount:{id:"languages",title:e({id:"languages",defaultMessage:"Languages"}),description:e({id:"language_config_description",defaultMessage:"Configure languages for content localization"}),isRequired:!0,setupUrl:"/language/new",category:"essential",estimatedTime:"2 min",icon:"language",isComplete:!1},paymentProvidersCount:{id:"payment",title:e({id:"payment_processing",defaultMessage:"Payment Processing"}),description:e({id:"payment_processing_config_description",defaultMessage:"Invoice payment provider is already configured"}),isRequired:!0,setupUrl:"/payment-provider/new",category:"commerce",estimatedTime:"10 min",icon:"credit-card",isComplete:!1},deliveryProvidersCount:{id:"delivery",title:e({id:"delivery_processing",defaultMessage:"Shipping & Delivery"}),description:e({id:"delivery_processing_config_description",defaultMessage:"Delivery methods are already configured"}),isRequired:!0,setupUrl:"/delivery-provider/new",category:"commerce",estimatedTime:"10 min",icon:"truck",isComplete:!1},productsCount:{id:"products",title:e({id:"products",defaultMessage:"Products"}),description:e({id:"products_config_description",defaultMessage:"Create your first products"}),isRequired:!0,setupUrl:"/products/new",category:"content",estimatedTime:"5 min",icon:"cube",isComplete:!1},assortmentsCount:{id:"assortments",title:e({id:"assortments",defaultMessage:"Assortments"}),description:e({id:"assortment_config_description",defaultMessage:"Organize products into categories"}),isRequired:!1,setupUrl:"/assortments/new",category:"content",estimatedTime:"3 min",icon:"folder",isComplete:!1}}};if(r)for(let e of Object.keys(d))d[e]={...d[e],isComplete:r?.[e]>0};return s=(t=Object.values(d)).filter(e=>e.isComplete),i=(a=t.filter(e=>e.isRequired)).filter(e=>e.isComplete),n=t.filter(e=>"essential"===e.category),l=t.filter(e=>"commerce"===e.category),o=t.filter(e=>"content"===e.category),{steps:d,completedSteps:s,overallProgress:Math.round(s.length/t.length*100),isFullyConfigured:i.length===a.length,essentialStepsComplete:n.every(e=>e.isComplete),commerceStepsComplete:l.filter(e=>e.isRequired).every(e=>e.isComplete),contentStepsComplete:o.every(e=>e.isComplete),essentialSteps:n,commerceSteps:l,contentSteps:o}},[r]),loading:n,error:l}}],84870);let n=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v12m-3-2.818.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))});e.s(["default",0,n],72130)},35308,e=>{"use strict";var t=e.i(59080);let r=t.gql`
41
+ fragment OrderFragment on Order {
42
+ _id
43
+ status
44
+ created
45
+ updated
46
+ ordered
47
+ orderNumber
48
+ confirmed
49
+ fulfilled
50
+ contact {
51
+ telNumber
52
+ emailAddress
53
+ }
54
+ total {
55
+ isTaxable
56
+ isNetPrice
57
+ amount
58
+ currencyCode
59
+ }
60
+ user {
61
+ _id
62
+ username
63
+ isGuest
64
+ avatar {
65
+ _id
66
+ url
67
+ }
68
+ profile {
69
+ displayName
70
+ address {
71
+ firstName
72
+ lastName
73
+ }
74
+ }
75
+ }
76
+ }
77
+ `;e.s(["default",0,r])},6910,e=>{"use strict";var t=e.i(59080),r=e.i(32171),s=e.i(66773),a=e.i(60193),i=e.i(35308);let n=t.gql`
78
+ query Orders(
79
+ $limit: Int
80
+ $offset: Int
81
+ $includeCarts: Boolean
82
+ $queryString: String
83
+ $sort: [SortOptionInput!]
84
+ $paymentProviderIds: [String!]
85
+ $deliveryProviderIds: [String!]
86
+ $dateRange: DateFilterInput
87
+ $status: [OrderStatus!]
88
+ ) {
89
+ orders(
90
+ limit: $limit
91
+ offset: $offset
92
+ includeCarts: $includeCarts
93
+ queryString: $queryString
94
+ sort: $sort
95
+ paymentProviderIds: $paymentProviderIds
96
+ deliveryProviderIds: $deliveryProviderIds
97
+ dateRange: $dateRange
98
+ status: $status
99
+ ) {
100
+ ...OrderFragment
101
+ }
102
+ ordersCount(
103
+ includeCarts: $includeCarts
104
+ queryString: $queryString
105
+ paymentProviderIds: $paymentProviderIds
106
+ deliveryProviderIds: $deliveryProviderIds
107
+ dateRange: $dateRange
108
+ status: $status
109
+ )
110
+ }
111
+ ${i.default}
112
+ `;e.s(["default",0,({limit:e=a.DefaultLimit,offset:t=0,includeCarts:i=!1,queryString:l="",sort:o=[],dateRange:d,status:c,deliveryProviderIds:u,paymentProviderIds:f}={})=>{let{data:m,loading:h,error:g,fetchMore:x}=(0,r.useQuery)(n,{errorPolicy:"all",variables:{limit:e,deliveryProviderIds:u?.length?u:null,paymentProviderIds:f?.length?f:null,offset:t,includeCarts:i,queryString:l,dateRange:d,status:c,sort:o.length?[...o,{key:"created",value:s.ISortDirection.Desc}]:[{key:"ordered",value:s.ISortDirection.Desc},{key:"created",value:s.ISortDirection.Desc}]}}),p=m?.orders||[],v=m?.ordersCount,b=p?.length<v;return{orders:p,ordersCount:v,hasMore:b,loading:h,error:g,loadMore:()=>{x({variables:{offset:p?.length}})}}}])},92615,e=>{"use strict";var t=e.i(59080),r=e.i(32171);let s=t.gql`
113
+ query ProductsCount(
114
+ $queryString: String
115
+ $tags: [LowerCaseString!]
116
+ $slugs: [String!]
117
+ $includeDrafts: Boolean
118
+ ) {
119
+ productsCount(
120
+ tags: $tags
121
+ slugs: $slugs
122
+ includeDrafts: $includeDrafts
123
+ queryString: $queryString
124
+ )
125
+ }
126
+ `;e.s(["default",0,({queryString:e="",tags:t=null,includeDrafts:a=!0})=>{let{data:i,loading:n,error:l}=(0,r.useQuery)(s,{errorPolicy:"all",variables:{queryString:e,includeDrafts:a,tags:t}});return{productsCount:i?.productsCount,loading:n,error:l}}])},94672,e=>{"use strict";var t=e.i(59080);let r=t.gql`
127
+ fragment WorkFragment on Work {
128
+ _id
129
+ type
130
+ scheduled
131
+ status
132
+ started
133
+ success
134
+ finished
135
+ created
136
+ deleted
137
+ retries
138
+ original {
139
+ _id
140
+ retries
141
+ }
142
+ input
143
+ result
144
+ }
145
+ `;e.s(["default",0,r])},52835,e=>{"use strict";var t=e.i(59080),r=e.i(32171),s=e.i(66773),a=e.i(94672);let i=t.gql`
146
+ query WorkQueue(
147
+ $queryString: String
148
+ $offset: Int
149
+ $limit: Int
150
+ $status: [WorkStatus!]
151
+ $types: [WorkType!]
152
+ $created: DateFilterInput
153
+ $sort: [SortOptionInput!]
154
+ ) {
155
+ workQueue(
156
+ queryString: $queryString
157
+ offset: $offset
158
+ limit: $limit
159
+ status: $status
160
+ types: $types
161
+ created: $created
162
+ sort: $sort
163
+ ) {
164
+ ...WorkFragment
165
+ }
166
+ activeWorkTypes
167
+ workQueueCount(
168
+ status: $status
169
+ types: $types
170
+ created: $created
171
+ queryString: $queryString
172
+ )
173
+ }
174
+ ${a.default}
175
+ `;e.s(["default",0,({queryString:e="",limit:t=50,status:a,types:n,created:l=null,sort:o=[],offset:d=0,pollInterval:c=1e3,skip:u=!1})=>{let{data:f,loading:m,error:h,fetchMore:g,previousData:x}=(0,r.useQuery)(i,{fetchPolicy:"cache-and-network",pollInterval:u?0:c,skip:u,variables:{queryString:e,offset:d,limit:t,status:a,types:n,created:Object.fromEntries(Object.entries(l||{}).filter(([,e])=>e).map(([e,t])=>[e,t])),sort:(o||[]).length?o:[{key:"scheduled",value:s.ISortDirection.Desc}]}}),p=f?.workQueue||x?.workQueue||[],v=f?.activeWorkTypes||[],b=f?.workQueueCount||0,y=p?.length<b;return{workQueue:p,total:b,activeWorkTypes:v,hasMore:y,loading:m,error:h,loadMore:()=>{g({variables:{offset:p.length}})}}}])},57201,e=>{"use strict";var t=e.i(91398),r=e.i(91788),s=e.i(69322),a=e.i(56206),i=e.i(38187),n=e.i(32665),l=e.i(78588),l=l,o=e.i(15361),d=e.i(24608),c=e.i(84870);let u=({progress:e,size:r="md",showPercentage:s=!0,className:i})=>(0,t.jsxs)("div",{className:(0,a.default)("flex items-center gap-3",i),children:[(0,t.jsx)("div",{className:"flex-1",children:(0,t.jsx)("div",{className:(0,a.default)("w-full rounded-full overflow-hidden",{sm:"h-1.5",md:"h-2",lg:"h-3"}[r],e<30?"bg-rose-100 dark:bg-rose-900/20":e<99?"bg-amber-100 dark:bg-amber-900/20":"bg-emerald-100 dark:bg-emerald-900/20"),children:(0,t.jsx)("div",{className:(0,a.default)("h-full transition-all duration-500 ease-out rounded-full",e<30?"bg-rose-500":e<99?"bg-amber-500":"bg-emerald-500"),style:{width:`${Math.min(e,100)}%`}})})}),s&&(0,t.jsxs)("span",{className:(0,a.default)("font-medium tabular-nums",{sm:"text-xs",md:"text-sm",lg:"text-base"}[r],100===e?"text-emerald-600 dark:text-emerald-400":"text-text-secondary"),children:[e,"%"]})]});var f=e.i(41158),m=e.i(38322),h=e.i(24629),g=e.i(72130),g=g,x=e.i(29988),x=x,p=e.i(52606),v=e.i(56417),b=e.i(27028),y=e.i(83345),w=e.i(87179),k=e.i(57973),j=e.i(48953);let C={globe:h.GlobeAltIcon,currency:g.default,language:x.default,"credit-card":p.CreditCardIcon,truck:v.TruckIcon,warehouse:b.BuildingStorefrontIcon,cube:y.CubeIcon,folder:w.FolderIcon,funnel:k.FunnelIcon},N=({step:e,onStepClick:r})=>{let{formatMessage:i}=(0,s.useIntl)(),n=C[e.icon]||y.CubeIcon;return(0,t.jsxs)("div",{className:(0,a.default)("relative p-4 rounded-lg border transition-all duration-200",e.isComplete?"bg-emerald-50 dark:bg-emerald-900/10 border-emerald-200 dark:border-emerald-700/50":"bg-surface border-border-subtle hover:border-slate-300 dark:hover:border-slate-600 hover:shadow-sm",!e.isComplete&&"cursor-pointer"),onClick:e.isComplete?void 0:()=>{r&&r(e)},children:[(0,t.jsxs)("div",{className:"flex items-start gap-3",children:[(0,t.jsx)("div",{className:(0,a.default)("flex-shrink-0 w-8 h-8 rounded-lg flex items-center justify-center",e.isComplete?"bg-emerald-100 dark:bg-emerald-900/30":"bg-surface-raised"),children:e.isComplete?(0,t.jsx)(m.CheckIcon,{className:"w-5 h-5 text-emerald-600 dark:text-emerald-400"}):(0,t.jsx)(n,{className:(0,a.default)("w-5 h-5",e.isRequired?"text-text-secondary":"text-text-muted")})}),(0,t.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,t.jsxs)("div",{className:"flex items-start justify-between gap-2",children:[(0,t.jsxs)("div",{className:"flex-1",children:[(0,t.jsxs)("h4",{className:(0,a.default)("font-medium text-sm",e.isComplete?"text-emerald-700 dark:text-emerald-300":"text-text-primary"),children:[e.title,e.isRequired&&!e.isComplete&&(0,t.jsx)("span",{className:"text-rose-500 ml-1",children:"*"})]}),(0,t.jsx)("p",{className:(0,a.default)("text-xs mt-1",e.isComplete?"text-emerald-600 dark:text-emerald-400":"text-text-secondary"),children:e.description})]}),(0,t.jsxs)("div",{className:"flex flex-col items-end gap-1 text-xs",children:[!e.isComplete&&(0,t.jsxs)("div",{className:"flex items-center gap-1 text-text-muted",children:[(0,t.jsx)(j.ClockIcon,{className:"w-3 h-3"}),(0,t.jsx)("span",{children:e.estimatedTime})]}),e.isComplete&&(0,t.jsx)("span",{className:"text-emerald-600 dark:text-emerald-400 font-medium",children:i({id:"setup_complete",defaultMessage:"Complete"})})]})]}),!e.isComplete&&(0,t.jsx)("div",{className:"mt-3",children:(0,t.jsx)(f.default,{href:e.setupUrl,children:(0,t.jsx)("span",{className:(0,a.default)("inline-flex items-center px-3 py-1.5 text-xs font-medium rounded-md transition-colors",e.isRequired?"bg-slate-900 dark:bg-slate-200 text-white dark:text-slate-900 hover:bg-slate-800 dark:hover:bg-slate-300":"bg-surface-raised text-text-secondary hover:bg-surface-raised"),children:i({id:"setup_now",defaultMessage:"Setup Now"})})})})]})]}),e.isRequired&&!e.isComplete&&(0,t.jsx)("div",{className:"absolute top-2 right-2",children:(0,t.jsx)("div",{className:"w-2 h-2 bg-rose-500 rounded-full"})})]})};var M=e.i(57561),$=e.i(58971);let S=({className:e})=>{let{formatMessage:f}=(0,s.useIntl)(),{configuration:m,loading:h,error:g}=(0,c.default)(),{isSystemReady:x}=(0,M.default)(),{isAdmin:p}=(0,$.default)();if(!p())return null;let[v,b]=(0,r.useState)({essential:!0,commerce:!1,content:!1}),[y,w]=(0,r.useState)(()=>"true"===localStorage.getItem("shop_setup_message_dismissed")),{isFullyConfigured:k}=m;if((0,r.useEffect)(()=>{m&&b({commerce:!m.commerceStepsComplete,essential:!m.essentialStepsComplete,content:m.commerceStepsComplete&&!m.contentStepsComplete})},[m]),!m||h||g)return null;if(k&&!y)return(0,t.jsx)("div",{className:(0,a.default)("p-6 bg-gradient-to-r from-emerald-50 to-emerald-50 dark:from-emerald-900/20 dark:to-emerald-900/20 rounded-lg border border-emerald-200 dark:border-emerald-700/50",e),children:(0,t.jsxs)("div",{className:"flex items-start gap-4",children:[(0,t.jsx)("div",{className:"flex-shrink-0",children:(0,t.jsx)(o.CheckCircleIcon,{className:"w-8 h-8 text-emerald-600 dark:text-emerald-400"})}),(0,t.jsxs)("div",{className:"flex-1",children:[(0,t.jsx)("h3",{className:"text-lg font-semibold text-emerald-800 dark:text-emerald-200 mb-2",children:f({id:"shop_setup_complete",defaultMessage:"Shop Setup Complete!"})}),(0,t.jsx)("p",{className:"text-emerald-700 dark:text-emerald-300 text-sm",children:f({id:"shop_setup_complete_description",defaultMessage:"Congratulations! Your shop is fully configured and ready to accept orders."})})]}),(0,t.jsx)("button",{onClick:()=>{w(!0),localStorage.setItem("shop_setup_message_dismissed","true")},className:"flex-shrink-0 p-1 rounded-md hover:bg-emerald-100 dark:hover:bg-emerald-800/50 transition-colors",title:f({id:"dismiss",defaultMessage:"Dismiss"}),children:(0,t.jsx)(d.XMarkIcon,{className:"w-5 h-5 text-emerald-600 dark:text-emerald-400"})})]})});if(k&&y)return null;let j=(e,r,s=!1)=>{let a=v[e],l=0===r.length?100:Math.round(r.filter(e=>e.isComplete).length/r.length*100);return(0,t.jsxs)("div",{className:"border border-border-subtle rounded-lg overflow-hidden",children:[(0,t.jsx)("button",{onClick:()=>{b(t=>({...t,[e]:!t[e]}))},className:"w-full p-4 bg-surface/50 hover:bg-surface-raised transition-colors text-left",children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{className:"flex-1",children:[(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsxs)("h3",{className:"text-sm font-semibold text-text-primary",children:[(e=>{switch(e){case"essential":return f({id:"essential_setup",defaultMessage:"Essential Setup"});case"commerce":return f({id:"commerce_setup",defaultMessage:"Commerce Setup"});case"content":return f({id:"content_setup",defaultMessage:"Content Setup"});default:return e}})(e),!s&&(0,t.jsx)("span",{className:"text-rose-500 ml-1",children:"*"})]}),(0,t.jsx)(u,{progress:l,size:"sm",className:"w-24"})]}),(0,t.jsx)("p",{className:"text-xs text-text-secondary mt-1",children:(e=>{switch(e){case"essential":return f({id:"essential_setup_description",defaultMessage:"Core settings required for your shop to function"});case"commerce":return f({id:"commerce_setup_description",defaultMessage:"Payment and delivery configuration for transactions"});case"content":return f({id:"content_setup_description",defaultMessage:"Products and categories to start selling"});default:return""}})(e)})]}),a?(0,t.jsx)(n.ChevronUpIcon,{className:"w-5 h-5 text-slate-400"}):(0,t.jsx)(i.ChevronDownIcon,{className:"w-5 h-5 text-slate-400"})]})}),a&&(0,t.jsx)("div",{className:"p-4 space-y-3 bg-surface",children:r.map(e=>(0,t.jsx)(N,{step:e},e.icon))})]})};return(0,t.jsxs)("div",{className:(0,a.default)("bg-surface rounded-lg border border-border-subtle overflow-hidden",e),children:[(0,t.jsx)("div",{className:"p-6 bg-gradient-to-r from-slate-50 to-slate-100 dark:from-slate-800 dark:to-slate-700 border-b border-slate-200 dark:border-slate-600",children:(0,t.jsxs)("div",{className:"flex items-start gap-4",children:[(0,t.jsx)("div",{className:"flex-shrink-0",children:(0,t.jsx)("div",{className:"w-12 h-12 bg-gradient-to-br from-slate-600 to-slate-800 dark:from-slate-500 dark:to-slate-700 rounded-xl flex items-center justify-center",children:(0,t.jsx)(l.default,{className:"w-6 h-6 text-white"})})}),(0,t.jsxs)("div",{className:"flex-1",children:[(0,t.jsx)("h2",{className:"text-lg font-semibold text-text-primary mb-2",children:f({id:"complete_shop_setup",defaultMessage:"Complete Your Shop Setup"})}),(0,t.jsx)("p",{className:"text-sm text-text-secondary mb-4",children:f({id:"shop_setup_description",defaultMessage:"Follow these steps to configure your shop and start selling."})}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between text-sm",children:[(0,t.jsx)("span",{className:"text-text-secondary",children:f({id:"overall_progress",defaultMessage:"Overall Progress"})}),(0,t.jsxs)("span",{className:"font-medium text-text-primary",children:[m.completedSteps.length," of"," ",Object.keys(m.steps).length," complete"]})]}),(0,t.jsx)(u,{progress:m.overallProgress,size:"md"})]})]})]})}),(0,t.jsxs)("div",{className:"p-6 space-y-4",children:[j("essential",m.essentialSteps,m.essentialStepsComplete),x&&j("commerce",m.commerceSteps,m.commerceStepsComplete),x&&j("content",m.contentSteps,m.contentStepsComplete),(0,t.jsx)("div",{className:"pt-4 border-t border-border-subtle",children:(0,t.jsxs)("p",{className:"text-xs text-text-muted flex items-center gap-1",children:[(0,t.jsx)("span",{className:"inline-block w-2 h-2 bg-rose-500 rounded-full"}),f({id:"required_steps_note",defaultMessage:"Required for basic shop functionality"})]})})]})]})};var I=e.i(16184),I=I,E=e.i(52835),_=e.i(66773),R=e.i(79684);let A=()=>{let{formatMessage:e}=(0,s.useIntl)(),{hasRole:r}=(0,$.default)(),[a,i]=(0,R.default)("workQueueWarningBanner:dismissed",!1),{workQueue:n}=(0,E.default)({status:[_.IWorkStatus.Failed],pollInterval:0,skip:!r(_.IRoleAction.ViewWorkQueue)}),l=Object.entries(n.reduce((e,t)=>(e[t?.type]?e[t?.type]={...e[t?.type],count:e[t?.type].count+1}:e[t?.type]={...t,count:1},e),{})).map(([e,{count:t}])=>`${t} ${e}`).join(", ");return a||!n.length?null:(0,t.jsx)("div",{className:"p-5 bg-amber-50 dark:bg-amber-900/20 border border-amber-200 dark:border-amber-700/50 rounded-lg mb-6",children:(0,t.jsxs)("div",{className:"flex items-center gap-4",children:[(0,t.jsx)(I.default,{className:"w-6 h-6 text-amber-600 dark:text-amber-400"}),(0,t.jsxs)("div",{className:"flex-1 text-sm text-amber-800 dark:text-amber-200",children:[(0,t.jsx)("strong",{children:e({id:"work_queue_problem_detected",defaultMessage:"Problems detected in the Work Queue"})})," ",l]}),(0,t.jsx)(f.default,{href:"/works/?status=FAILED",className:"ml-4 text-amber-700 dark:text-amber-300 hover:underline text-sm font-medium",children:e({id:"check_work_queue_details",defaultMessage:"Check Work Queue for Details"})}),(0,t.jsx)("button",{onClick:()=>i(!0),className:"flex-shrink-0 p-1 text-amber-600 dark:text-amber-600 hover:text-amber-800 dark:hover:text-amber-200",children:(0,t.jsx)(d.XMarkIcon,{className:"w-5 h-5"})})]})})};var L=e.i(48539);let q=({label:e,value:r})=>(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("span",{className:"text-sm text-text-secondary",children:e}),(0,t.jsx)("span",{className:"text-sm text-text-primary",children:r})]}),O=()=>{let{formatMessage:e}=(0,s.useIntl)(),{shopInfo:r}=(0,L.default)();return(0,t.jsxs)("div",{className:"bg-surface rounded-lg border border-border-subtle p-6",children:[(0,t.jsx)("h3",{className:"text-lg font-semibold text-text-primary mb-4",children:e({id:"system_information",defaultMessage:"System Information"})}),(0,t.jsxs)("div",{className:"space-y-3",children:[(0,t.jsx)(q,{label:e({id:"engine_version",defaultMessage:"Engine version"}),value:r?.version||"n/a"}),(0,t.jsx)(q,{label:e({id:"resolved_language",defaultMessage:"Resolved language"}),value:`${r?.language?.name||"n/a"} (${r?.language?.isoCode||"n/a"})`}),(0,t.jsx)(q,{label:e({id:"resolved_country",defaultMessage:"Resolved country"}),value:(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)("span",{className:"text-base",children:r?.country?.flagEmoji||"n/a"}),r?.country?.name||"n/a"," (",r?.country?.isoCode||"n/a",")"]})}),(0,t.jsx)(q,{label:e({id:"default_currency",defaultMessage:"Default currency"}),value:r?.country?.defaultCurrency?.isoCode||"n/a"})]})]})};var P=e.i(3828),D=e.i(37369),W=e.i(21623);let B=()=>{let{formatMessage:e}=(0,s.useIntl)(),{hasRole:r}=(0,$.default)(),a=(0,P.useRouter)();return(0,t.jsxs)("div",{className:"bg-surface rounded-lg border border-border-subtle p-6",children:[(0,t.jsx)("h3",{className:"text-lg font-semibold text-text-primary mb-4",children:e({id:"shortcuts",defaultMessage:"Shortcuts"})}),(0,t.jsxs)("div",{className:"grid xl:grid-cols-3 gap-3",children:[r(_.IRoleAction.ManageProducts)&&(0,t.jsx)(W.default,{onClick:()=>a.push("/products/new"),icon:(0,t.jsx)(D.PlusIcon,{className:"w-5 h-5"}),variant:"primary",size:"lg",text:e({id:"product",defaultMessage:"Product"})}),r(_.IRoleAction.CreateUser)&&(0,t.jsx)(W.default,{onClick:()=>a.push("/users/new"),icon:(0,t.jsx)(D.PlusIcon,{className:"w-5 h-5"}),variant:"primary",size:"lg",text:e({id:"user",defaultMessage:"User"})}),r(_.IRoleAction.ManageAssortments)&&(0,t.jsx)(W.default,{onClick:()=>a.push("/assortments/new"),icon:(0,t.jsx)(D.PlusIcon,{className:"w-5 h-5"}),variant:"primary",size:"lg",text:e({id:"assortment",defaultMessage:"Assortment"})})]})]})};var T=e.i(52745),V=e.i(31004);let Z=r.forwardRef(function({title:e,titleId:t,...s},a){return r.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:a,"aria-labelledby":t},s),e?r.createElement("title",{id:t},e):null,r.createElement("path",{d:"M5.127 3.502 5.25 3.5h9.5c.041 0 .082 0 .123.002A2.251 2.251 0 0 0 12.75 2h-5.5a2.25 2.25 0 0 0-2.123 1.502ZM1 10.25A2.25 2.25 0 0 1 3.25 8h13.5A2.25 2.25 0 0 1 19 10.25v5.5A2.25 2.25 0 0 1 16.75 18H3.25A2.25 2.25 0 0 1 1 15.75v-5.5ZM3.25 6.5c-.04 0-.082 0-.123.002A2.25 2.25 0 0 1 5.25 5h9.5c.98 0 1.814.627 2.123 1.502a3.819 3.819 0 0 0-.123-.002H3.25Z"}))}),U=({title:e,value:r,icon:a,loading:i=!1,href:n})=>{let{formatNumber:l}=(0,s.useIntl)();return(0,t.jsx)(f.default,{href:n,className:`bg-surface rounded-lg border-border-subtle p-6
176
+ cursor-pointer hover:border-slate-500 border-1 dark:hover:bg-slate-750 transition-colors`,children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-sm font-medium text-text-secondary",children:e}),(0,t.jsx)("p",{className:"text-2xl font-bold text-text-primary mt-1",children:i?(0,t.jsx)("span",{className:"animate-pulse bg-slate-300 dark:bg-slate-600 rounded h-8 w-16 inline-block"}):"number"==typeof r?l(r):r})]}),(0,t.jsx)("div",{className:"flex-shrink-0",children:(0,t.jsx)("div",{className:"p-3 bg-surface-raised rounded-lg",children:a})})]})})};var F=e.i(6910),H=e.i(1403),Q=e.i(89462),z=e.i(92615);let G=()=>{let{formatMessage:e}=(0,s.useIntl)(),{metrics:r}=(()=>{let{ordersCount:e,loading:t}=(0,F.default)({limit:1}),{usersCount:r,loading:s}=(0,H.default)(),{assortmentsCount:a,loading:i}=(0,Q.default)({}),{productsCount:n,loading:l}=(0,z.default)({});return{metrics:{orders:{value:e||0,loading:t},products:{value:n||0,loading:l},customers:{value:r,loading:s},categories:{value:a||0,loading:i}},isLoading:t||s||i||l}})(),{hasRole:a}=(0,$.default)(),i=[a(_.IRoleAction.ViewProducts)&&{title:e({id:"products_count",defaultMessage:"Products"}),value:r.products.value,icon:(0,t.jsx)(T.CubeIcon,{className:"h-6 w-6 text-text-secondary"}),loading:r.products.loading,href:"/products"},a(_.IRoleAction.ViewAssortments)&&{title:e({id:"categories_count",defaultMessage:"Assortments"}),value:r.categories.value,icon:(0,t.jsx)(Z,{className:"h-6 w-6 text-text-secondary"}),loading:r.categories.loading,href:"/assortments"},a(_.IRoleAction.ViewUsers)&&{title:e({id:"customers_count",defaultMessage:"Customers"}),value:r.customers.value,icon:(0,t.jsx)(V.UsersIcon,{className:"h-6 w-6 text-text-secondary"}),loading:r.customers.loading,href:"/users"}].filter(Boolean);return 0===i.length?null:(0,t.jsx)("div",{className:"grid grid-cols-1 lg:grid-cols-3 gap-6 mb-8",children:i.map((e,r)=>(0,t.jsx)(U,{title:e.title,value:e.value,icon:e.icon,loading:e.loading,href:e.href},r))})};var X=e.i(71394),K=e.i(17907),Y=e.i(82717),J=e.i(32394),ee=e.i(2254),et=e.i(76835),er=e.i(26626),es=e.i(5270);let ea=(0,es.default)("shopping-cart",[["circle",{cx:"8",cy:"21",r:"1",key:"jimo8o"}],["circle",{cx:"19",cy:"21",r:"1",key:"13723u"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12",key:"9zh506"}]]),ei=(0,es.default)("calculator",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["line",{x1:"8",x2:"16",y1:"6",y2:"6",key:"x4nwl0"}],["line",{x1:"16",x2:"16",y1:"14",y2:"18",key:"wjye3r"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M8 18h.01",key:"lrp35t"}]]);var en=e.i(40391),el=e.i(8076),eo=e.i(67018),ed=e.i(83147),ec=e.i(34201),eu=e.i(59080),ef=e.i(32171),em=e.i(92042),eh=e.i(23986),eg=e.i(98170),ex=e.i(35113);function ep(e,t,r){var s;let a;return s=-t,a=(0,ex.toDate)(e,r?.in),isNaN(s)?(0,eg.constructFrom)(r?.in||e,NaN):(s&&a.setDate(a.getDate()+s),a)}var ev=e.i(49543),eb=e.i(27765);let ey=eu.gql`
177
+ query OrderAnalytics($dateRange: DateFilterInput) {
178
+ orderStatistics(dateRange: $dateRange) {
179
+ confirmRecords {
180
+ date
181
+ total {
182
+ amount
183
+ currencyCode
184
+ }
185
+ count
186
+ }
187
+ confirmCount
188
+ }
189
+ }
190
+ `,ew={sales:{label:"Sales",color:"hsl(var(--chart-1))"},orders:{label:"Orders",color:"hsl(var(--chart-2))"},avgOrderValue:{label:"Avg Order Value",color:"hsl(var(--chart-3))"}},ek=()=>{let{formatMessage:e}=(0,s.useIntl)(),{hasRole:a}=(0,$.default)(),i=a(_.IRoleAction.ViewOrders),{dateRange:n,totalSales:l,totalOrders:o,averageOrderValue:d,salesData:c,loading:u,currencyCode:f}=(({days:e=30,skip:t=!1})=>{let s=(0,r.useMemo)(()=>new Date,[]),a=ep(s,e),i=(0,r.useMemo)(()=>({start:(0,ev.startOfDay)(a).toISOString(),end:(0,eb.endOfDay)(s).toISOString()}),[a,s]),{data:n,loading:l,error:o}=(0,ef.useQuery)(ey,{variables:{dateRange:i},errorPolicy:"all",skip:t});return(0,r.useMemo)(()=>{let t=n?.orderStatistics;if(!n?.orderStatistics?.confirmCount)return{totalSales:0,totalOrders:0,averageOrderValue:0,salesData:[],loading:l,error:o,dateRange:i};let r=((e,t)=>{let r=new Map;for(let s=0;s<e;s++){let e=(0,em.format)(ep(t,s),"MMM d");r.set(e,{sales:0,orders:0})}return r})(e,s),a=0,d=t.confirmRecords[0]?.total?.currencyCode;t.confirmRecords.forEach(e=>{if(!e.date||!e.total?.amount||!e.count)return;let t=(0,em.format)((0,eh.parseISO)(e.date),"MMM d"),s=r.get(t),i=Number(e.total.amount??0),n=e.count??0;s&&(s.sales+=i,s.orders+=n),a+=i});let c=t.confirmCount,u=c>0?a/c:0;return{totalSales:Math.round(a),totalOrders:c,currencyCode:d,averageOrderValue:Math.round(u),salesData:Array.from(r.entries()).map(([e,{sales:t,orders:r}])=>({date:e,sales:Number(t.toFixed(2)),orders:r,avgOrderValue:r>0?Math.round(t/r):0})).reverse(),loading:l,error:o,dateRange:i}},[n,l,o,i,e,s])})({days:30,skip:!i}),{formatPrice:m}=(0,ed.useFormatPrice)();return i?u?(0,t.jsx)("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6 my-8",children:[1,2,3].map(e=>(0,t.jsxs)(el.Card,{className:"animate-pulse",children:[(0,t.jsxs)(el.CardHeader,{className:"pb-2",children:[(0,t.jsx)("div",{className:"h-4 bg-surface-raised rounded w-1/2"}),(0,t.jsx)("div",{className:"h-8 bg-surface-raised rounded w-1/3"})]}),(0,t.jsx)(el.CardContent,{children:(0,t.jsx)("div",{className:"h-32 bg-surface-raised rounded"})})]},e))}):(0,t.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6 my-8",children:[(0,t.jsx)(ec.default,{icon:(0,t.jsx)(en.CurrencyIcon,{className:"h-4 w-4"}),title:e({id:"total_sales",defaultMessage:"Total sales"}),value:m({currencyCode:f,amount:l}),chart:(0,t.jsx)(eo.ChartContainer,{config:ew,children:(0,t.jsxs)(X.LineChart,{accessibilityLayer:!0,data:c,margin:{left:12,right:12},children:[(0,t.jsx)(er.CartesianGrid,{vertical:!1}),(0,t.jsx)(ee.XAxis,{dataKey:"date",tickLine:!1,axisLine:!1,tickMargin:8,tickFormatter:e=>e.slice(0,6)}),(0,t.jsx)(et.YAxis,{hide:!0}),(0,t.jsx)(eo.ChartTooltip,{wrapperStyle:{pointerEvents:"auto",zIndex:50},cursor:!1,content:(0,t.jsx)(eo.ChartTooltipContent,{formatter:e=>m({currencyCode:f,amount:e})})}),(0,t.jsx)(K.Line,{dataKey:"sales",type:"natural",stroke:"var(--color-sales)",strokeWidth:2,dot:!1})]})}),dateRange:n}),(0,t.jsx)(ec.default,{icon:(0,t.jsx)(ea,{className:"h-4 w-4"}),title:e({id:"total_orders",defaultMessage:"Total orders"}),value:o,chart:(0,t.jsx)(eo.ChartContainer,{config:ew,children:(0,t.jsxs)(Y.BarChart,{accessibilityLayer:!0,data:c,margin:{left:12,right:12},children:[(0,t.jsx)(er.CartesianGrid,{vertical:!1}),(0,t.jsx)(ee.XAxis,{dataKey:"date",tickLine:!1,axisLine:!1,tickMargin:8,tickFormatter:e=>e.slice(0,6)}),(0,t.jsx)(et.YAxis,{hide:!0}),(0,t.jsx)(eo.ChartTooltip,{cursor:!1,content:(0,t.jsx)(eo.ChartTooltipContent,{})}),(0,t.jsx)(J.Bar,{dataKey:"orders",fill:"var(--color-orders)",radius:4})]})}),dateRange:n}),(0,t.jsx)(ec.default,{icon:(0,t.jsx)(ei,{className:"h-4 w-4"}),title:e({id:"average_order_value",defaultMessage:"Average order value"}),value:m({amount:d,currencyCode:f}),chart:(0,t.jsx)(eo.ChartContainer,{config:ew,children:(0,t.jsxs)(X.LineChart,{accessibilityLayer:!0,data:c,margin:{left:12,right:12},children:[(0,t.jsx)(er.CartesianGrid,{vertical:!1}),(0,t.jsx)(ee.XAxis,{dataKey:"date",tickLine:!1,axisLine:!1,tickMargin:8,tickFormatter:e=>e.slice(0,6)}),(0,t.jsx)(et.YAxis,{hide:!0}),(0,t.jsx)(eo.ChartTooltip,{cursor:!1,content:(0,t.jsx)(eo.ChartTooltipContent,{formatter:e=>m({currencyCode:f,amount:e})})}),(0,t.jsx)(K.Line,{dataKey:"avgOrderValue",type:"natural",stroke:"var(--color-avgOrderValue)",strokeWidth:2,dot:!1})]})}),dateRange:n})]}):null};var ej=e.i(70475);e.s(["default",0,()=>{let{configuration:e}=(0,c.default)(),{isFullyConfigured:r}=e;return(0,t.jsxs)("div",{children:[(0,t.jsx)(A,{}),(0,t.jsx)("div",{className:"mt-5",children:(0,t.jsxs)("div",{className:"text-xl font-semibold text-text-primary",children:["Unchained",(0,t.jsxs)("span",{className:"font-light ml-1",children:["AdminUI",(0,t.jsxs)("span",{className:"text-xs ml-1",children:[" ","5.0.0-alpha.5"]})]})]})}),(0,t.jsxs)("div",{className:"mx-auto py-6",children:[(0,t.jsx)(S,{className:"mb-8"}),r&&(0,t.jsx)(G,{}),(0,t.jsx)(ek,{}),(0,t.jsxs)("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-6",children:[r&&(0,t.jsx)("div",{className:"bg-surface rounded-lg border border-border-subtle p-6",children:(0,t.jsx)(B,{})}),(0,t.jsx)(O,{})]}),(0,t.jsx)(ej.default,{slot:"dashboard:widgets",children:(e,r)=>(0,t.jsx)("div",{className:`mt-6 ${"full"===r.width?"w-full":"third"===r.width?"w-full lg:w-1/3":"w-full lg:w-1/2"}`,children:(0,t.jsx)(e,{})})})]})]})}],57201)},3050,(e,t,r)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/",()=>e.r(57201)]),t.hot&&t.hot.dispose(function(){window.__NEXT_P.push(["/"])})},52745,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){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:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{d:"M10.362 1.093a.75.75 0 0 0-.724 0L2.523 5.018 10 9.143l7.477-4.125-7.115-3.925ZM18 6.443l-7.25 4v8.25l6.862-3.786A.75.75 0 0 0 18 14.25V6.443ZM9.25 18.693v-8.25l-7.25-4v7.807a.75.75 0 0 0 .388.657l6.862 3.786Z"}))});e.s(["CubeIcon",0,r],52745)},31004,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){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:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{d:"M7 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM14.5 9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM1.615 16.428a1.224 1.224 0 0 1-.569-1.175 6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 0 1 7 18a9.953 9.953 0 0 1-5.385-1.572ZM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 0 0-1.588-3.755 4.502 4.502 0 0 1 5.874 2.636.818.818 0 0 1-.36.98A7.465 7.465 0 0 1 14.5 16Z"}))});e.s(["UsersIcon",0,r],31004)},82798,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 21v-7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75V21m-4.5 0H2.36m11.14 0H18m0 0h3.64m-1.39 0V9.349M3.75 21V9.349m0 0a3.001 3.001 0 0 0 3.75-.615A2.993 2.993 0 0 0 9.75 9.75c.896 0 1.7-.393 2.25-1.016a2.993 2.993 0 0 0 2.25 1.016c.896 0 1.7-.393 2.25-1.015a3.001 3.001 0 0 0 3.75.614m-16.5 0a3.004 3.004 0 0 1-.621-4.72l1.189-1.19A1.5 1.5 0 0 1 5.378 3h13.243a1.5 1.5 0 0 1 1.06.44l1.19 1.189a3 3 0 0 1-.621 4.72M6.75 18h3.75a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75H6.75a.75.75 0 0 0-.75.75v3.75c0 .414.336.75.75.75Z"}))});e.s(["default",0,r])},89974,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))});e.s(["default",0,r])},15361,e=>{"use strict";var t=e.i(89974);e.s(["CheckCircleIcon",()=>t.default])},95100,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 15.75 7.5-7.5 7.5 7.5"}))});e.s(["default",0,r])},26588,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))});e.s(["default",0,r])},48953,e=>{"use strict";var t=e.i(26588);e.s(["ClockIcon",()=>t.default])},7920,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z"}))});e.s(["default",0,r])},83345,33033,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 7.5-9-5.25L3 7.5m18 0-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9"}))});e.s(["default",0,r],33033),e.s(["CubeIcon",0,r],83345)},16184,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z"}))});e.s(["default",0,r])},82405,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 0 1 4.5 9.75h15A2.25 2.25 0 0 1 21.75 12v.75m-8.69-6.44-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))});e.s(["default",0,r])},96643,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3c2.755 0 5.455.232 8.083.678.533.09.917.556.917 1.096v1.044a2.25 2.25 0 0 1-.659 1.591l-5.432 5.432a2.25 2.25 0 0 0-.659 1.591v2.927a2.25 2.25 0 0 1-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 0 0-.659-1.591L3.659 7.409A2.25 2.25 0 0 1 3 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0 1 12 3Z"}))});e.s(["default",0,r])},24629,57191,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418"}))});e.s(["default",0,r],57191),e.s(["GlobeAltIcon",0,r],24629)},29988,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m10.5 21 5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 0 1 6-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138c.896.061 1.785.147 2.666.257m-4.589 8.495a18.023 18.023 0 0 1-3.827-5.802"}))});e.s(["default",0,r])},78588,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.926 14.926 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 0 0-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 0 1-2.448-2.448 14.9 14.9 0 0 1 .06-.312m-2.24 2.39a4.493 4.493 0 0 0-1.757 4.306 4.493 4.493 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"}))});e.s(["default",0,r])},43944,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 18.75a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 0 1-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 0 0-3.213-9.193 2.056 2.056 0 0 0-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 0 0-10.026 0 1.106 1.106 0 0 0-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12"}))});e.s(["default",0,r])},56417,27028,e=>{"use strict";var t=e.i(43944);e.s(["TruckIcon",()=>t.default],56417);var r=e.i(82798);e.s(["BuildingStorefrontIcon",()=>r.default],27028)},30999,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18 18 6M6 6l12 12"}))});e.s(["default",0,r])},24608,e=>{"use strict";var t=e.i(30999);e.s(["XMarkIcon",()=>t.default])},31599,e=>{"use strict";e.s(["default",0,function(e,t){return null==e||null==t?NaN:t<e?-1:t>e?1:t>=e?0:NaN}])},59015,e=>{"use strict";e.s(["default",0,function(e,t){let r;if(void 0===t)for(let t of e)null!=t&&(r<t||void 0===r&&t>=t)&&(r=t);else{let s=-1;for(let a of e)null!=(a=t(a,++s,e))&&(r<a||void 0===r&&a>=a)&&(r=a)}return r}])},28917,e=>{"use strict";e.s(["default",0,function(e,t){let r;if(void 0===t)for(let t of e)null!=t&&(r>t||void 0===r&&t>=t)&&(r=t);else{let s=-1;for(let a of e)null!=(a=t(a,++s,e))&&(r>a||void 0===r&&a>=a)&&(r=a)}return r}])},98952,19903,47672,11049,74037,44641,25369,e=>{"use strict";function t(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function r(e,t){var r=Object.create(e.prototype);for(var s in t)r[s]=t[s];return r}function s(){}e.s(["default",()=>V],44641);var a="\\s*([+-]?\\d+)\\s*",i="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",n="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",l=/^#([0-9a-f]{3,8})$/,o=RegExp(`^rgb\\(${a},${a},${a}\\)$`),d=RegExp(`^rgb\\(${n},${n},${n}\\)$`),c=RegExp(`^rgba\\(${a},${a},${a},${i}\\)$`),u=RegExp(`^rgba\\(${n},${n},${n},${i}\\)$`),f=RegExp(`^hsl\\(${i},${n},${n}\\)$`),m=RegExp(`^hsla\\(${i},${n},${n},${i}\\)$`),h={aliceblue:0xf0f8ff,antiquewhite:0xfaebd7,aqua:65535,aquamarine:8388564,azure:0xf0ffff,beige:0xf5f5dc,bisque:0xffe4c4,black:0,blanchedalmond:0xffebcd,blue:255,blueviolet:9055202,brown:0xa52a2a,burlywood:0xdeb887,cadetblue:6266528,chartreuse:8388352,chocolate:0xd2691e,coral:0xff7f50,cornflowerblue:6591981,cornsilk:0xfff8dc,crimson:0xdc143c,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:0xb8860b,darkgray:0xa9a9a9,darkgreen:25600,darkgrey:0xa9a9a9,darkkhaki:0xbdb76b,darkmagenta:9109643,darkolivegreen:5597999,darkorange:0xff8c00,darkorchid:0x9932cc,darkred:9109504,darksalmon:0xe9967a,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:0xff1493,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:0xb22222,floralwhite:0xfffaf0,forestgreen:2263842,fuchsia:0xff00ff,gainsboro:0xdcdcdc,ghostwhite:0xf8f8ff,gold:0xffd700,goldenrod:0xdaa520,gray:8421504,green:32768,greenyellow:0xadff2f,grey:8421504,honeydew:0xf0fff0,hotpink:0xff69b4,indianred:0xcd5c5c,indigo:4915330,ivory:0xfffff0,khaki:0xf0e68c,lavender:0xe6e6fa,lavenderblush:0xfff0f5,lawngreen:8190976,lemonchiffon:0xfffacd,lightblue:0xadd8e6,lightcoral:0xf08080,lightcyan:0xe0ffff,lightgoldenrodyellow:0xfafad2,lightgray:0xd3d3d3,lightgreen:9498256,lightgrey:0xd3d3d3,lightpink:0xffb6c1,lightsalmon:0xffa07a,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:0xb0c4de,lightyellow:0xffffe0,lime:65280,limegreen:3329330,linen:0xfaf0e6,magenta:0xff00ff,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:0xba55d3,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:0xc71585,midnightblue:1644912,mintcream:0xf5fffa,mistyrose:0xffe4e1,moccasin:0xffe4b5,navajowhite:0xffdead,navy:128,oldlace:0xfdf5e6,olive:8421376,olivedrab:7048739,orange:0xffa500,orangered:0xff4500,orchid:0xda70d6,palegoldenrod:0xeee8aa,palegreen:0x98fb98,paleturquoise:0xafeeee,palevioletred:0xdb7093,papayawhip:0xffefd5,peachpuff:0xffdab9,peru:0xcd853f,pink:0xffc0cb,plum:0xdda0dd,powderblue:0xb0e0e6,purple:8388736,rebeccapurple:6697881,red:0xff0000,rosybrown:0xbc8f8f,royalblue:4286945,saddlebrown:9127187,salmon:0xfa8072,sandybrown:0xf4a460,seagreen:3050327,seashell:0xfff5ee,sienna:0xa0522d,silver:0xc0c0c0,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:0xfffafa,springgreen:65407,steelblue:4620980,tan:0xd2b48c,teal:32896,thistle:0xd8bfd8,tomato:0xff6347,turquoise:4251856,violet:0xee82ee,wheat:0xf5deb3,white:0xffffff,whitesmoke:0xf5f5f5,yellow:0xffff00,yellowgreen:0x9acd32};function g(){return this.rgb().formatHex()}function x(){return this.rgb().formatRgb()}function p(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=l.exec(e))?(r=t[1].length,t=parseInt(t[1],16),6===r?v(t):3===r?new w(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===r?b(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===r?b(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=o.exec(e))?new w(t[1],t[2],t[3],1):(t=d.exec(e))?new w(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=c.exec(e))?b(t[1],t[2],t[3],t[4]):(t=u.exec(e))?b(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=f.exec(e))?$(t[1],t[2]/100,t[3]/100,1):(t=m.exec(e))?$(t[1],t[2]/100,t[3]/100,t[4]):h.hasOwnProperty(e)?v(h[e]):"transparent"===e?new w(NaN,NaN,NaN,0):null}function v(e){return new w(e>>16&255,e>>8&255,255&e,1)}function b(e,t,r,s){return s<=0&&(e=t=r=NaN),new w(e,t,r,s)}function y(e,t,r,a){var i;return 1==arguments.length?((i=e)instanceof s||(i=p(i)),i)?new w((i=i.rgb()).r,i.g,i.b,i.opacity):new w:new w(e,t,r,null==a?1:a)}function w(e,t,r,s){this.r=+e,this.g=+t,this.b=+r,this.opacity=+s}function k(){return`#${M(this.r)}${M(this.g)}${M(this.b)}`}function j(){let e=C(this.opacity);return`${1===e?"rgb(":"rgba("}${N(this.r)}, ${N(this.g)}, ${N(this.b)}${1===e?")":`, ${e})`}`}function C(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function N(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function M(e){return((e=N(e))<16?"0":"")+e.toString(16)}function $(e,t,r,s){return s<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new I(e,t,r,s)}function S(e){if(e instanceof I)return new I(e.h,e.s,e.l,e.opacity);if(e instanceof s||(e=p(e)),!e)return new I;if(e instanceof I)return e;var t=(e=e.rgb()).r/255,r=e.g/255,a=e.b/255,i=Math.min(t,r,a),n=Math.max(t,r,a),l=NaN,o=n-i,d=(n+i)/2;return o?(l=t===n?(r-a)/o+(r<a)*6:r===n?(a-t)/o+2:(t-r)/o+4,o/=d<.5?n+i:2-n-i,l*=60):o=d>0&&d<1?0:l,new I(l,o,d,e.opacity)}function I(e,t,r,s){this.h=+e,this.s=+t,this.l=+r,this.opacity=+s}function E(e){return(e=(e||0)%360)<0?e+360:e}function _(e){return Math.max(0,Math.min(1,e||0))}function R(e,t,r){return(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)*255}function A(e,t,r,s,a){var i=e*e,n=i*e;return((1-3*e+3*i-n)*t+(4-6*i+3*n)*r+(1+3*e+3*i-3*n)*s+n*a)/6}t(s,p,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:g,formatHex:g,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return S(this).formatHsl()},formatRgb:x,toString:x}),t(w,y,r(s,{brighter(e){return e=null==e?1.4285714285714286:Math.pow(1.4285714285714286,e),new w(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new w(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new w(N(this.r),N(this.g),N(this.b),C(this.opacity))},displayable(){return -.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:k,formatHex:k,formatHex8:function(){return`#${M(this.r)}${M(this.g)}${M(this.b)}${M((isNaN(this.opacity)?1:this.opacity)*255)}`},formatRgb:j,toString:j})),t(I,function(e,t,r,s){return 1==arguments.length?S(e):new I(e,t,r,null==s?1:s)},r(s,{brighter(e){return e=null==e?1.4285714285714286:Math.pow(1.4285714285714286,e),new I(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new I(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,s=r+(r<.5?r:1-r)*t,a=2*r-s;return new w(R(e>=240?e-240:e+120,a,s),R(e,a,s),R(e<120?e+240:e-120,a,s),this.opacity)},clamp(){return new I(E(this.h),_(this.s),_(this.l),C(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){let e=C(this.opacity);return`${1===e?"hsl(":"hsla("}${E(this.h)}, ${100*_(this.s)}%, ${100*_(this.l)}%${1===e?")":`, ${e})`}`}})),e.s(["color",0,p],19903);let L=e=>()=>e;function q(e,t){var r=t-e;return r?function(t){return e+t*r}:L(isNaN(e)?t:e)}let O=function e(t){var r,s=1==(r=+t)?q:function(e,t){var s,a,i;return t-e?(s=e,a=t,s=Math.pow(s,i=r),a=Math.pow(a,i)-s,i=1/i,function(e){return Math.pow(s+e*a,i)}):L(isNaN(e)?t:e)};function a(e,t){var r=s((e=y(e)).r,(t=y(t)).r),a=s(e.g,t.g),i=s(e.b,t.b),n=q(e.opacity,t.opacity);return function(t){return e.r=r(t),e.g=a(t),e.b=i(t),e.opacity=n(t),e+""}}return a.gamma=e,a}(1);function P(e){return function(t){var r,s,a=t.length,i=Array(a),n=Array(a),l=Array(a);for(r=0;r<a;++r)s=y(t[r]),i[r]=s.r||0,n[r]=s.g||0,l[r]=s.b||0;return i=e(i),n=e(n),l=e(l),s.opacity=1,function(e){return s.r=i(e),s.g=n(e),s.b=l(e),s+""}}}function D(e,t){return e*=1,t*=1,function(r){return e*(1-r)+t*r}}P(function(e){var t=e.length-1;return function(r){var s=r<=0?r=0:r>=1?(r=1,t-1):Math.floor(r*t),a=e[s],i=e[s+1],n=s>0?e[s-1]:2*a-i,l=s<t-1?e[s+2]:2*i-a;return A((r-s/t)*t,n,a,i,l)}}),P(function(e){var t=e.length;return function(r){var s=Math.floor(((r%=1)<0?++r:r)*t),a=e[(s+t-1)%t],i=e[s%t],n=e[(s+1)%t],l=e[(s+2)%t];return A((r-s/t)*t,a,i,n,l)}}),e.s(["default",0,O],47672),e.s(["default",0,D],11049);var W=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,B=RegExp(W.source,"g");function T(e,t){var r,s,a,i,n,l=W.lastIndex=B.lastIndex=0,o=-1,d=[],c=[];for(e+="",t+="";(a=W.exec(e))&&(i=B.exec(t));)(n=i.index)>l&&(n=t.slice(l,n),d[o]?d[o]+=n:d[++o]=n),(a=a[0])===(i=i[0])?d[o]?d[o]+=i:d[++o]=i:(d[++o]=null,c.push({i:o,x:D(a,i)})),l=B.lastIndex;return l<t.length&&(n=t.slice(l),d[o]?d[o]+=n:d[++o]=n),d.length<2?c[0]?(r=c[0].x,function(e){return r(e)+""}):(s=t,function(){return s}):(t=c.length,function(e){for(var r,s=0;s<t;++s)d[(r=c[s]).i]=r.x(e);return d.join("")})}function V(e,t){var r,s,a=typeof t;return null==t||"boolean"===a?L(t):("number"===a?D:"string"===a?(s=p(t))?(t=s,O):T:t instanceof p?O:t instanceof Date?function(e,t){var r=new Date;return e*=1,t*=1,function(s){return r.setTime(e*(1-s)+t*s),r}}:!ArrayBuffer.isView(r=t)||r instanceof DataView?Array.isArray(t)?function(e,t){var r,s=t?t.length:0,a=e?Math.min(s,e.length):0,i=Array(a),n=Array(s);for(r=0;r<a;++r)i[r]=V(e[r],t[r]);for(;r<s;++r)n[r]=t[r];return function(e){for(r=0;r<a;++r)n[r]=i[r](e);return n}}:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?function(e,t){var r,s={},a={};for(r in(null===e||"object"!=typeof e)&&(e={}),(null===t||"object"!=typeof t)&&(t={}),t)r in e?s[r]=V(e[r],t[r]):a[r]=t[r];return function(e){for(r in s)a[r]=s[r](e);return a}}:D:function(e,t){t||(t=[]);var r,s=e?Math.min(t.length,e.length):0,a=t.slice();return function(i){for(r=0;r<s;++r)a[r]=e[r]*(1-i)+t[r]*i;return a}})(e,t)}e.s(["default",0,T],74037),e.s(["interpolate",0,V],98952),e.s(["interpolateNumber",0,D],25369)},23874,e=>{"use strict";e.s(["initInterpolator",0,function(e,t){switch(arguments.length){case 0:break;case 1:"function"==typeof e?this.interpolator(e):this.range(e);break;default:this.domain(e),"function"==typeof t?this.interpolator(t):this.range(t)}return this},"initRange",0,function(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e)}return this}])},28120,e=>{"use strict";var t=e.i(21791),r=e.i(23874);let s=Symbol("implicit");e.s(["default",0,function e(){var a=new t.InternMap,i=[],n=[],l=s;function o(e){let t=a.get(e);if(void 0===t){if(l!==s)return l;a.set(e,t=i.push(e)-1)}return n[t%n.length]}return o.domain=function(e){if(!arguments.length)return i.slice();for(let r of(i=[],a=new t.InternMap,e))a.has(r)||a.set(r,i.push(r)-1);return o},o.range=function(e){return arguments.length?(n=Array.from(e),o):n.slice()},o.unknown=function(e){return arguments.length?(l=e,o):l},o.copy=function(){return e(i,n).unknown(l)},r.initRange.apply(o,arguments),o},"implicit",0,s])},21791,e=>{"use strict";class t extends Map{constructor(e,t=s){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:t}}),null!=e)for(const[t,r]of e)this.set(t,r)}get(e){return super.get(r(this,e))}has(e){return super.has(r(this,e))}set(e,t){return super.set(function({_intern:e,_key:t},r){let s=t(r);return e.has(s)?e.get(s):(e.set(s,r),r)}(this,e),t)}delete(e){return super.delete(function({_intern:e,_key:t},r){let s=t(r);return e.has(s)&&(r=e.get(s),e.delete(s)),r}(this,e))}}function r({_intern:e,_key:t},s){let a=t(s);return e.has(a)?e.get(a):s}function s(e){return null!==e&&"object"==typeof e?e.valueOf():e}e.s(["InternMap",0,t])},5270,e=>{"use strict";var t=e.i(91788);let r=(...e)=>e.filter((e,t,r)=>!!e&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim(),s=e=>{let t=e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,r)=>r?r.toUpperCase():t.toLowerCase());return t.charAt(0).toUpperCase()+t.slice(1)};var a={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let i=(0,t.createContext)({}),n=(0,t.forwardRef)(({color:e,size:s,strokeWidth:n,absoluteStrokeWidth:l,className:o="",children:d,iconNode:c,...u},f)=>{let{size:m=24,strokeWidth:h=2,absoluteStrokeWidth:g=!1,color:x="currentColor",className:p=""}=(0,t.useContext)(i)??{},v=l??g?24*Number(n??h)/Number(s??m):n??h;return(0,t.createElement)("svg",{ref:f,...a,width:s??m??a.width,height:s??m??a.height,stroke:e??x,strokeWidth:v,className:r("lucide",p,o),...!d&&!(e=>{for(let t in e)if(t.startsWith("aria-")||"role"===t||"title"===t)return!0;return!1})(u)&&{"aria-hidden":"true"},...u},[...c.map(([e,r])=>(0,t.createElement)(e,r)),...Array.isArray(d)?d:[d]])});e.s(["default",0,(e,a)=>{let i=(0,t.forwardRef)(({className:i,...l},o)=>(0,t.createElement)(n,{ref:o,iconNode:a,className:r(`lucide-${s(e).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,i),...l}));return i.displayName=s(e),i}],5270)},60121,(e,t,r)=>{"use strict";var s=e.r(91788),a="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},i=s.useState,n=s.useEffect,l=s.useLayoutEffect,o=s.useDebugValue;function d(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!a(e,r)}catch(e){return!0}}var c="u"<typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var r=t(),s=i({inst:{value:r,getSnapshot:t}}),a=s[0].inst,c=s[1];return l(function(){a.value=r,a.getSnapshot=t,d(a)&&c({inst:a})},[e,r,t]),n(function(){return d(a)&&c({inst:a}),e(function(){d(a)&&c({inst:a})})},[e]),o(r),r};r.useSyncExternalStore=void 0!==s.useSyncExternalStore?s.useSyncExternalStore:c},90979,(e,t,r)=>{"use strict";e.i(50461),t.exports=e.r(60121)}]);
@@ -0,0 +1,13 @@
1
+ __turbopack_load_page_chunks__("/currency/CurrencyDetailPage", [
2
+ "static/chunks/3x8aami6-3l79.js",
3
+ "static/chunks/43pb7hjetp965.js",
4
+ "static/chunks/0jo3ujn_icmb9.js",
5
+ "static/chunks/1qnuk3631sd6i.js",
6
+ "static/chunks/0hm6-xlqw4vmr.js",
7
+ "static/chunks/0f-hhcgpd3kjt.js",
8
+ "static/chunks/1f04wea7zvjf5.js",
9
+ "static/chunks/07q8ufsdxo1tx.js",
10
+ "static/chunks/09pees0w94cvm.js",
11
+ "static/chunks/0zl6mu89n1_wq.js",
12
+ "static/chunks/turbopack-0bbgz21dy5lm3.js"
13
+ ])
@@ -0,0 +1,5 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,72381,e=>{"use strict";var t=e.i(91788),n=e.i(93481),r=e.i(64728),o=e.i(8404),i=e.i(56833),s=e.i(60360),l=e.i(74664);let u=(0,t.createContext)(null);u.displayName="DescriptionContext";let a=Object.assign((0,l.forwardRefWithAs)(function(e,n){let a=(0,t.useId)(),c=(0,s.useDisabled)(),{id:d=`headlessui-description-${a}`,...f}=e,p=function e(){let n=(0,t.useContext)(u);if(null===n){let t=Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,e),t}return n}(),m=(0,i.useSyncRefs)(n);(0,r.useIsoMorphicEffect)(()=>p.register(d),[d,p.register]);let v=(0,o.useSlot)({...p.slot,disabled:c||!1}),h={ref:m,...p.props,id:d};return(0,l.useRender)()({ourProps:h,theirProps:f,slot:v,defaultTag:"p",name:p.name||"Description"})}),{});e.s(["Description",0,a,"useDescribedBy",0,function(){var e,n;return null!=(n=null==(e=(0,t.useContext)(u))?void 0:e.value)?n:void 0},"useDescriptions",0,function(){let[e,r]=(0,t.useState)([]);return[e.length>0?e.join(" "):void 0,(0,t.useMemo)(()=>function(e){let o=(0,n.useEvent)(e=>(r(t=>[...t,e]),()=>r(t=>{let n=t.slice(),r=n.indexOf(e);return -1!==r&&n.splice(r,1),n}))),i=(0,t.useMemo)(()=>({register:o,slot:e.slot,name:e.name,props:e.props,value:e.value}),[o,e.slot,e.name,e.props,e.value]);return t.default.createElement(u.Provider,{value:i},e.children)},[r])]}])},78270,e=>{"use strict";let t;var n=((t=n||{}).Space=" ",t.Enter="Enter",t.Escape="Escape",t.Backspace="Backspace",t.Delete="Delete",t.ArrowLeft="ArrowLeft",t.ArrowUp="ArrowUp",t.ArrowRight="ArrowRight",t.ArrowDown="ArrowDown",t.Home="Home",t.End="End",t.PageUp="PageUp",t.PageDown="PageDown",t.Tab="Tab",t);e.s(["Keys",0,n])},62750,e=>{"use strict";var t=e.i(91788),n=e.i(30943),r=e.i(26171),o=e.i(93481),i=e.i(21867),s=e.i(76925),l=e.i(27544),u=e.i(56833),a=e.i(75621),c=e.i(81093),d=e.i(74664);let f=t.Fragment,p=(0,d.forwardRefWithAs)(function(e,o){let{ownerDocument:p=null,...m}=e,b=(0,t.useRef)(null),g=(0,u.useSyncRefs)((0,u.optionalRef)(e=>{b.current=e}),o),y=(0,s.useOwnerDocument)(b.current),E=function(e){let n=(0,a.usePortalRoot)(),r=(0,t.useContext)(v),[o,i]=(0,t.useState)(()=>{var t;if(!n&&null!==r)return null!=(t=r.current)?t:null;if(c.env.isServer)return null;let o=null==e?void 0:e.getElementById("headlessui-portal-root");if(o)return o;if(null===e)return null;let i=e.createElement("div");return i.setAttribute("id","headlessui-portal-root"),e.body.appendChild(i)});return(0,t.useEffect)(()=>{null!==o&&(null!=e&&e.body.contains(o)||null==e||e.body.appendChild(o))},[o,e]),(0,t.useEffect)(()=>{n||null!==r&&i(r.current)},[r,i,n]),o}(null!=p?p:y),w=(0,t.useContext)(h),T=(0,r.useDisposables)(),S=(0,l.useServerHandoffComplete)(),L=(0,d.useRender)();return(0,i.useOnUnmount)(()=>{var e;E&&E.childNodes.length<=0&&(null==(e=E.parentElement)||e.removeChild(E))}),E&&S?(0,n.createPortal)(t.default.createElement("div",{"data-headlessui-portal":"",ref:e=>{T.dispose(),w&&e&&T.add(w.register(e))}},L({ourProps:{ref:g},theirProps:m,slot:{},defaultTag:f,name:"Portal"})),E):null}),m=t.Fragment,v=(0,t.createContext)(null),h=(0,t.createContext)(null),b=(0,d.forwardRefWithAs)(function(e,n){let r=(0,u.useSyncRefs)(n),{enabled:o=!0,ownerDocument:i,...s}=e,l=(0,d.useRender)();return o?t.default.createElement(p,{...s,ownerDocument:i,ref:r}):l({ourProps:{ref:r},theirProps:s,slot:{},defaultTag:f,name:"Portal"})}),g=(0,d.forwardRefWithAs)(function(e,n){let{target:r,...o}=e,i={ref:(0,u.useSyncRefs)(n)},s=(0,d.useRender)();return t.default.createElement(v.Provider,{value:r},s({ourProps:i,theirProps:o,defaultTag:m,name:"Popover.Group"}))}),y=Object.assign(b,{Group:g});e.s(["Portal",0,y,"PortalGroup",0,g,"useNestedPortals",0,function(){let e=(0,t.useContext)(h),n=(0,t.useRef)([]),r=(0,o.useEvent)(t=>(n.current.push(t),e&&e.register(t),()=>i(t))),i=(0,o.useEvent)(t=>{let r=n.current.indexOf(t);-1!==r&&n.current.splice(r,1),e&&e.unregister(t)}),s=(0,t.useMemo)(()=>({register:r,unregister:i,portals:n}),[r,i,n]);return[n,(0,t.useMemo)(()=>function({children:e}){return t.default.createElement(h.Provider,{value:s},e)},[s])]}])},73483,31774,59778,55839,68327,65383,55251,99901,95031,87264,76925,e=>{"use strict";let t,n,r,o,i,s;var l=e.i(60004),u=e.i(80795),a=e.i(91788),c=e.i(14929),d=e.i(3926),f=e.i(26417),p=Object.defineProperty,m=(e,t,n)=>{let r;return(r="symbol"!=typeof t?t+"":t)in e?p(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n,n},v=((t=v||{})[t.Push=0]="Push",t[t.Pop=1]="Pop",t);let h={0(e,t){let n=t.id,r=e.stack,o=e.stack.indexOf(n);if(-1!==o){let t=e.stack.slice();return t.splice(o,1),t.push(n),r=t,{...e,stack:r}}return{...e,stack:[...e.stack,n]}},1(e,t){let n=t.id,r=e.stack.indexOf(n);if(-1===r)return e;let o=e.stack.slice();return o.splice(r,1),{...e,stack:o}}};class b extends c.Machine{constructor(){super(...arguments),m(this,"actions",{push:e=>this.send({type:0,id:e}),pop:e=>this.send({type:1,id:e})}),m(this,"selectors",{isTop:(e,t)=>e.stack[e.stack.length-1]===t,inStack:(e,t)=>e.stack.includes(t)})}static new(){return new b({stack:[]})}reduce(e,t){return(0,f.match)(t.type,h,e,t)}}let g=new d.DefaultMap(()=>b.new());e.s(["ActionTypes",0,v,"stackMachines",0,g],31774);var y=e.i(19979),E=e.i(93481);function w(e,t,n=c.shallowEqual){return(0,y.useSyncExternalStoreWithSelector)((0,E.useEvent)(t=>e.subscribe(T,t)),(0,E.useEvent)(()=>e.state),(0,E.useEvent)(()=>e.state),(0,E.useEvent)(t),n)}function T(e){return e}e.s(["useSlice",0,w],59778);var S=e.i(64728);function L(e,t){let n=(0,a.useId)(),r=g.get(t),[o,i]=w(r,(0,a.useCallback)(e=>[r.selectors.isTop(e,n),r.selectors.inStack(e,n)],[r,n]));return(0,S.useIsoMorphicEffect)(()=>{if(e)return r.actions.push(n),()=>r.actions.pop(n)},[r,e,n]),!!e&&(!i||o)}e.s(["useIsTopLayer",0,L],55839);let P=new Map,O=new Map;function M(e){var t;let n=null!=(t=O.get(e))?t:0;return O.set(e,n+1),0!==n?()=>F(e):(P.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),e.setAttribute("aria-hidden","true"),e.inert=!0,()=>F(e))}function F(e){var t;let n=null!=(t=O.get(e))?t:1;if(1===n?O.delete(e):O.set(e,n-1),1!==n)return;let r=P.get(e);r&&(null===r["aria-hidden"]?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",r["aria-hidden"]),e.inert=r.inert,P.delete(e))}e.s(["useInertOthers",0,function(e,{allowed:t,disallowed:n}={}){let r=L(e,"inert-others");(0,S.useIsoMorphicEffect)(()=>{var e,o;if(!r)return;let i=(0,l.disposables)();for(let t of null!=(e=null==n?void 0:n())?e:[])t&&i.add(M(t));let s=null!=(o=null==t?void 0:t())?o:[];for(let e of s){if(!e)continue;let t=(0,u.getOwnerDocument)(e);if(!t)continue;let n=e.parentElement;for(;n&&n!==t.body;){for(let e of n.children)s.some(t=>e.contains(t))||i.add(M(e));n=n.parentElement}}return i.dispose},[r,t,n])}],73483);var k=e.i(55367),A=e.i(15067);e.s(["useOnDisappear",0,function(e,t,n){let r=(0,A.useLatestValue)(e=>{let t=e.getBoundingClientRect();0===t.x&&0===t.y&&0===t.width&&0===t.height&&n()});(0,a.useEffect)(()=>{if(!e)return;let n=null===t?null:k.isHTMLElement(t)?t:t.current;if(!n)return;let o=(0,l.disposables)();if("u">typeof ResizeObserver){let e=new ResizeObserver(()=>r.current(n));e.observe(n),o.add(()=>e.disconnect())}if("u">typeof IntersectionObserver){let e=new IntersectionObserver(()=>r.current(n));e.observe(n),o.add(()=>e.disconnect())}return()=>o.dispose()},[t,r,e])}],68327);let C=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","details>summary","textarea:not([disabled])"].map(e=>`${e}:not([tabindex='-1'])`).join(","),x=["[data-autofocus]"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var R=((n=R||{})[n.First=1]="First",n[n.Previous=2]="Previous",n[n.Next=4]="Next",n[n.Last=8]="Last",n[n.WrapAround=16]="WrapAround",n[n.NoScroll=32]="NoScroll",n[n.AutoFocus=64]="AutoFocus",n),N=((r=N||{})[r.Error=0]="Error",r[r.Overflow=1]="Overflow",r[r.Success=2]="Success",r[r.Underflow=3]="Underflow",r),H=((o=H||{})[o.Previous=-1]="Previous",o[o.Next=1]="Next",o);function D(e=document.body){return null==e?[]:Array.from(e.querySelectorAll(C)).sort((e,t)=>Math.sign((e.tabIndex||Number.MAX_SAFE_INTEGER)-(t.tabIndex||Number.MAX_SAFE_INTEGER)))}var I=((i=I||{})[i.Strict=0]="Strict",i[i.Loose=1]="Loose",i);function j(e,t=0){var n;return e!==(null==(n=(0,u.getOwnerDocument)(e))?void 0:n.body)&&(0,f.match)(t,{0:()=>e.matches(C),1(){let t=e;for(;null!==t;){if(t.matches(C))return!0;t=t.parentElement}return!1}})}var W=((s=W||{})[s.Keyboard=0]="Keyboard",s[s.Mouse=1]="Mouse",s);function K(e,t=e=>e){return e.slice().sort((e,n)=>{let r=t(e),o=t(n);if(null===r||null===o)return 0;let i=r.compareDocumentPosition(o);return i&Node.DOCUMENT_POSITION_FOLLOWING?-1:i&Node.DOCUMENT_POSITION_PRECEDING?1:0})}function V(e,t,{sorted:n=!0,relativeTo:r=null,skipElements:o=[]}={}){var i,s,l;let a=Array.isArray(e)?e.length>0?(0,u.getRootNode)(e[0]):document:(0,u.getRootNode)(e),c=Array.isArray(e)?n?K(e):e:64&t?function(e=document.body){return null==e?[]:Array.from(e.querySelectorAll(x)).sort((e,t)=>Math.sign((e.tabIndex||Number.MAX_SAFE_INTEGER)-(t.tabIndex||Number.MAX_SAFE_INTEGER)))}(e):D(e);o.length>0&&c.length>1&&(c=c.filter(e=>!o.some(t=>null!=t&&"current"in t?(null==t?void 0:t.current)===e:t===e))),r=null!=r?r:null==a?void 0:a.activeElement;let d=(()=>{if(5&t)return 1;if(10&t)return -1;throw Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),f=(()=>{if(1&t)return 0;if(2&t)return Math.max(0,c.indexOf(r))-1;if(4&t)return Math.max(0,c.indexOf(r))+1;if(8&t)return c.length-1;throw Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),p=32&t?{preventScroll:!0}:{},m=0,v=c.length,h;do{if(m>=v||m+v<=0)return 0;let e=f+m;if(16&t)e=(e+v)%v;else{if(e<0)return 3;if(e>=v)return 1}null==(h=c[e])||h.focus(p),m+=d}while(h!==(0,u.getActiveElement)(h))return 6&t&&null!=(l=null==(s=null==(i=h)?void 0:i.matches)?void 0:s.call(i,"textarea,input"))&&l&&h.select(),2}function B(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function G(){return B()||/Android/gi.test(window.navigator.userAgent)}function U(e,t,n,r){let o=(0,A.useLatestValue)(n);(0,a.useEffect)(()=>{if(e)return document.addEventListener(t,n,r),()=>document.removeEventListener(t,n,r);function n(e){o.current(e)}},[e,t,r])}function _(e,t,n,r){let o=(0,A.useLatestValue)(n);(0,a.useEffect)(()=>{if(e)return window.addEventListener(t,n,r),()=>window.removeEventListener(t,n,r);function n(e){o.current(e)}},[e,t,r])}"u">typeof window&&"u">typeof document&&(document.addEventListener("keydown",e=>{e.metaKey||e.altKey||e.ctrlKey||(document.documentElement.dataset.headlessuiFocusVisible="")},!0),document.addEventListener("click",e=>{1===e.detail?delete document.documentElement.dataset.headlessuiFocusVisible:0===e.detail&&(document.documentElement.dataset.headlessuiFocusVisible="")},!0)),e.s(["Focus",0,R,"FocusResult",0,N,"FocusableMode",0,I,"focusElement",0,function(e){null==e||e.focus({preventScroll:!0})},"focusFrom",0,function(e,t,n=null===e?document.body:(0,u.getRootNode)(e)){return V(D(n),t,{relativeTo:e})},"focusIn",0,V,"focusableSelector",0,C,"isFocusableElement",0,j,"sortByDomNode",0,K],65383),e.s(["isIOS",0,B,"isMobile",0,G],55251),e.s(["useDocumentEvent",0,U],99901),e.s(["useWindowEvent",0,_],95031),e.s(["useOutsideClick",0,function(e,t,n){let r=(0,A.useLatestValue)(n),o=(0,a.useCallback)(function(e,n){if(e.defaultPrevented)return;let o=n(e);if(null!==o&&o.getRootNode().contains(o)&&o.isConnected){for(let n of function e(t){return"function"==typeof t?e(t()):Array.isArray(t)||t instanceof Set?t:[t]}(t))if(null!==n&&(n.contains(o)||e.composed&&e.composedPath().includes(n)))return;return j(o,I.Loose)||-1===o.tabIndex||e.preventDefault(),r.current(e,o)}},[r,t]),i=(0,a.useRef)(null);U(e,"pointerdown",e=>{var t,n;G()||(i.current=(null==(n=null==(t=e.composedPath)?void 0:t.call(e))?void 0:n[0])||e.target)},!0),U(e,"pointerup",e=>{if(G()||!i.current)return;let t=i.current;return i.current=null,o(e,()=>t)},!0);let s=(0,a.useRef)({x:0,y:0});U(e,"touchstart",e=>{s.current.x=e.touches[0].clientX,s.current.y=e.touches[0].clientY},!0),U(e,"touchend",e=>{let t={x:e.changedTouches[0].clientX,y:e.changedTouches[0].clientY};if(!(Math.abs(t.x-s.current.x)>=30||Math.abs(t.y-s.current.y)>=30))return o(e,()=>k.isHTMLorSVGElement(e.target)?e.target:null)},!0),_(e,"blur",e=>o(e,()=>k.isHTMLIframeElement(window.document.activeElement)?window.document.activeElement:null),!0)}],87264),e.s(["useOwnerDocument",0,function(...e){return(0,a.useMemo)(()=>(0,u.getOwnerDocument)(...e),[...e])}],76925)},21867,e=>{"use strict";var t=e.i(91788),n=e.i(38403),r=e.i(93481);e.s(["useOnUnmount",0,function(e){let o=(0,r.useEvent)(e),i=(0,t.useRef)(!1);(0,t.useEffect)(()=>(i.current=!1,()=>{i.current=!0,(0,n.microTask)(()=>{i.current&&o()})}),[o])}])},99030,e=>{"use strict";var t=e.i(91788);e.s(["useResolveButtonType",0,function(e,n){return(0,t.useMemo)(()=>{var t;if(e.type)return e.type;let r=null!=(t=e.as)?t:"button";if("string"==typeof r&&"button"===r.toLowerCase()||(null==n?void 0:n.tagName)==="BUTTON"&&!n.hasAttribute("type"))return"button"},[e.type,e.as,n])}])},4067,e=>{"use strict";let t,n;var r,o,i=e.i(91788),s=e.i(64728),l=e.i(60004),u=e.i(55367),a=e.i(55251);function c(e){let t={};for(let n of e)Object.assign(t,n(t));return t}let d=(r=()=>new Map,o={PUSH(e,t){var n;let r=null!=(n=this.get(e))?n:{doc:e,count:0,d:(0,l.disposables)(),meta:new Set,computedMeta:{}};return r.count++,r.meta.add(t),r.computedMeta=c(r.meta),this.set(e,r),this},POP(e,t){let n=this.get(e);return n&&(n.count--,n.meta.delete(t),n.computedMeta=c(n.meta)),this},SCROLL_PREVENT(e){let t,n={doc:e.doc,d:e.d,meta:()=>e.computedMeta},r=[(0,a.isIOS)()?{before({doc:e,d:t,meta:n}){function r(e){for(let t of n().containers)for(let n of t())if(n.contains(e))return!0;return!1}t.microTask(()=>{var n;if("auto"!==window.getComputedStyle(e.documentElement).scrollBehavior){let n=(0,l.disposables)();n.style(e.documentElement,"scrollBehavior","auto"),t.add(()=>t.microTask(()=>n.dispose()))}let o=null!=(n=window.scrollY)?n:window.pageYOffset,i=null;t.addEventListener(e,"click",t=>{if(u.isHTMLorSVGElement(t.target))try{let n=t.target.closest("a");if(!n)return;let{hash:o}=new URL(n.href),s=e.querySelector(o);u.isHTMLorSVGElement(s)&&!r(s)&&(i=s)}catch{}},!0),t.group(n=>{t.addEventListener(e,"touchstart",e=>{if(n.dispose(),u.isHTMLorSVGElement(e.target)&&u.hasInlineStyle(e.target))if(r(e.target)){let t=e.target;for(;t.parentElement&&r(t.parentElement);)t=t.parentElement;n.style(t,"overscrollBehavior","contain")}else n.style(e.target,"touchAction","none")})}),t.addEventListener(e,"touchmove",e=>{if(u.isHTMLorSVGElement(e.target)&&!u.isHTMLInputElement(e.target))if(r(e.target)){let t=e.target;for(;t.parentElement&&""!==t.dataset.headlessuiPortal&&!(t.scrollHeight>t.clientHeight||t.scrollWidth>t.clientWidth);)t=t.parentElement;""===t.dataset.headlessuiPortal&&e.preventDefault()}else e.preventDefault()},{passive:!1}),t.add(()=>{var e;o!==(null!=(e=window.scrollY)?e:window.pageYOffset)&&window.scrollTo(0,o),i&&i.isConnected&&(i.scrollIntoView({block:"nearest"}),i=null)})})}}:{},{before({doc:e}){var n;let r=e.documentElement;t=Math.max(0,(null!=(n=e.defaultView)?n:window).innerWidth-r.clientWidth)},after({doc:e,d:n}){let r=e.documentElement,o=Math.max(0,r.clientWidth-r.offsetWidth),i=Math.max(0,t-o);n.style(r,"paddingRight",`${i}px`)}},{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}];r.forEach(({before:e})=>null==e?void 0:e(n)),r.forEach(({after:e})=>null==e?void 0:e(n))},SCROLL_ALLOW({d:e}){e.dispose()},TEARDOWN({doc:e}){this.delete(e)}},t=r(),n=new Set,{getSnapshot:()=>t,subscribe:e=>(n.add(e),()=>n.delete(e)),dispatch(e,...r){let i=o[e].call(t,...r);i&&(t=i,n.forEach(e=>e()))}});d.subscribe(()=>{let e=d.getSnapshot(),t=new Map;for(let[n]of e)t.set(n,n.documentElement.style.overflow);for(let n of e.values()){let e="hidden"===t.get(n.doc),r=0!==n.count;(r&&!e||!r&&e)&&d.dispatch(n.count>0?"SCROLL_PREVENT":"SCROLL_ALLOW",n),0===n.count&&d.dispatch("TEARDOWN",n)}});var f=e.i(55839);e.s(["useScrollLock",0,function(e,t,n=()=>[document.body]){!function(e,t,n=()=>({containers:[]})){let r=(0,i.useSyncExternalStore)(d.subscribe,d.getSnapshot,d.getSnapshot),o=t?r.get(t):void 0;o&&o.count,(0,s.useIsoMorphicEffect)(()=>{if(!(!t||!e))return d.dispatch("PUSH",t,n),()=>d.dispatch("POP",t,n)},[e,t])}((0,f.useIsTopLayer)(e,"scroll-lock"),t,e=>{var t;return{containers:[...null!=(t=e.containers)?t:[],n]}})}],4067)},27544,75621,e=>{"use strict";var t=e.i(91788),n=e.i(81093);e.s(["useServerHandoffComplete",0,function(){let e,r=(e="u"<typeof document,"useSyncExternalStore"in t&&(0,t.useSyncExternalStore)(()=>()=>{},()=>!1,()=>!e)),[o,i]=t.useState(n.env.isHandoffComplete);return o&&!1===n.env.isHandoffComplete&&i(!1),t.useEffect(()=>{!0!==o&&i(!0)},[o]),t.useEffect(()=>n.env.handoff(),[]),!r&&o}],27544);let r=(0,t.createContext)(!1);e.s(["ForcePortalRoot",0,function(e){return t.default.createElement(r.Provider,{value:e.force},e.children)},"usePortalRoot",0,function(){return(0,t.useContext)(r)}],75621)},8404,56833,80281,e=>{"use strict";let t;var n,r,o=e.i(91788);e.s(["useSlot",0,function(e){return(0,o.useMemo)(()=>e,Object.values(e))}],8404);var i=e.i(93481);let s=Symbol();e.s(["optionalRef",0,function(e,t=!0){return Object.assign(e,{[s]:t})},"useSyncRefs",0,function(...e){let t=(0,o.useRef)(e);(0,o.useEffect)(()=>{t.current=e},[e]);let n=(0,i.useEvent)(e=>{for(let n of t.current)null!=n&&("function"==typeof n?n(e):n.current=e)});return e.every(e=>null==e||(null==e?void 0:e[s]))?void 0:n}],56833);var l=e.i(50461),u=e.i(60004),a=e.i(26171),c=e.i(64728);void 0!==l.default&&"u">typeof globalThis&&"u">typeof Element&&(null==(n=null==l.default?void 0:l.default.env)?void 0:n.NODE_ENV)==="test"&&void 0===(null==(r=null==Element?void 0:Element.prototype)?void 0:r.getAnimations)&&(Element.prototype.getAnimations=function(){return console.warn(["Headless UI has polyfilled `Element.prototype.getAnimations` for your tests.","Please install a proper polyfill e.g. `jsdom-testing-mocks`, to silence these warnings.","","Example usage:","```js","import { mockAnimationsApi } from 'jsdom-testing-mocks'","mockAnimationsApi()","```"].join(`
2
+ `)),[]});var d=((t=d||{})[t.None=0]="None",t[t.Closed=1]="Closed",t[t.Enter=2]="Enter",t[t.Leave=4]="Leave",t);e.s(["transitionDataAttributes",0,function(e){let t={};for(let n in e)!0===e[n]&&(t[`data-${n}`]="");return t},"useTransition",0,function(e,t,n,r){let[i,s]=(0,o.useState)(n),{hasFlag:l,addFlag:d,removeFlag:f}=function(e=0){let[t,n]=(0,o.useState)(e),r=(0,o.useCallback)(e=>n(e),[]),i=(0,o.useCallback)(e=>n(t=>t|e),[]),s=(0,o.useCallback)(e=>(t&e)===e,[t]);return{flags:t,setFlag:r,addFlag:i,hasFlag:s,removeFlag:(0,o.useCallback)(e=>n(t=>t&~e),[]),toggleFlag:(0,o.useCallback)(e=>n(t=>t^e),[])}}(e&&i?3:0),p=(0,o.useRef)(!1),m=(0,o.useRef)(!1),v=(0,a.useDisposables)();return(0,c.useIsoMorphicEffect)(()=>{var o;if(e){if(n&&s(!0),!t){n&&d(3);return}return null==(o=null==r?void 0:r.start)||o.call(r,n),function(e,{prepare:t,run:n,done:r,inFlight:o}){let i=(0,u.disposables)();return function(e,{inFlight:t,prepare:n}){if(null!=t&&t.current)return n();let r=e.style.transition;e.style.transition="none",n(),e.offsetHeight,e.style.transition=r}(e,{prepare:t,inFlight:o}),i.nextFrame(()=>{n(),i.requestAnimationFrame(()=>{i.add(function(e,t){var n,r;let o=(0,u.disposables)();if(!e)return o.dispose;let i=!1;o.add(()=>{i=!0});let s=null!=(r=null==(n=e.getAnimations)?void 0:n.call(e).filter(e=>e instanceof CSSTransition))?r:[];return 0===s.length?t():Promise.allSettled(s.map(e=>e.finished)).then(()=>{i||t()}),o.dispose}(e,r))})}),i.dispose}(t,{inFlight:p,prepare(){m.current?m.current=!1:m.current=p.current,p.current=!0,m.current||(n?(d(3),f(4)):(d(4),f(2)))},run(){m.current?n?(f(3),d(4)):(f(4),d(3)):n?f(1):d(1)},done(){var e,o,i,l;m.current&&(null!=(l=null==(i=(o=t).getAnimations)?void 0:i.call(o))?l:[]).some(e=>e instanceof CSSTransition&&"finished"!==e.playState)||(p.current=!1,f(7),n||s(!1),null==(e=null==r?void 0:r.end)||e.call(r,n))}})}},[e,n,t,v]),e?[i,{closed:l(1),enter:l(2),leave:l(4),transition:l(2)||l(4)}]:[n,{closed:void 0,enter:void 0,leave:void 0,transition:void 0}]}],80281)},60360,e=>{"use strict";var t=e.i(91788);let n=(0,t.createContext)(void 0);e.s(["useDisabled",0,function(){return(0,t.useContext)(n)}])},78530,e=>{"use strict";let t;var n=e.i(74664),r=((t=r||{})[t.None=1]="None",t[t.Focusable=2]="Focusable",t[t.Hidden=4]="Hidden",t);let o=(0,n.forwardRefWithAs)(function(e,t){var r;let{features:o=1,...i}=e,s={ref:t,"aria-hidden":(2&o)==2||(null!=(r=i["aria-hidden"])?r:void 0),hidden:(4&o)==4||void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(4&o)==4&&(2&o)!=2&&{display:"none"}}};return(0,n.useRender)()({ourProps:s,theirProps:i,slot:{},defaultTag:"span",name:"Hidden"})});e.s(["Hidden",0,o,"HiddenFeatures",0,r])},96694,e=>{"use strict";let t;var n=e.i(91788);let r=(0,n.createContext)(null);r.displayName="OpenClosedContext";var o=((t=o||{})[t.Open=1]="Open",t[t.Closed=2]="Closed",t[t.Closing=4]="Closing",t[t.Opening=8]="Opening",t);e.s(["OpenClosedProvider",0,function({value:e,children:t}){return n.default.createElement(r.Provider,{value:e},t)},"ResetOpenClosedProvider",0,function({children:e}){return n.default.createElement(r.Provider,{value:null},e)},"State",0,o,"useOpenClosed",0,function(){return(0,n.useContext)(r)}])},14929,3926,e=>{"use strict";class t extends Map{constructor(e){super(),this.factory=e}get(e){let t=super.get(e);return void 0===t&&(t=this.factory(e),this.set(e,t)),t}}e.s(["DefaultMap",0,t],3926);var n,r,o,i=e.i(60004),s=e.i(81093),l=Object.defineProperty,u=(e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)},a=(e,t,n)=>(u(e,t,"read from private field"),n?n.call(e):t.get(e)),c=(e,t,n)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,n)},d=(e,t,n,r)=>(u(e,t,"write to private field"),r?r.call(e,n):t.set(e,n),n);function f(e,t){return!!Object.is(e,t)||"object"==typeof e&&null!==e&&"object"==typeof t&&null!==t&&(Array.isArray(e)&&Array.isArray(t)?e.length===t.length&&p(e[Symbol.iterator](),t[Symbol.iterator]()):e instanceof Map&&t instanceof Map||e instanceof Set&&t instanceof Set?e.size===t.size&&p(e.entries(),t.entries()):!!(m(e)&&m(t))&&p(Object.entries(e)[Symbol.iterator](),Object.entries(t)[Symbol.iterator]()))}function p(e,t){for(;;){let n=e.next(),r=t.next();if(n.done&&r.done)return!0;if(n.done||r.done||!Object.is(n.value,r.value))return!1}}function m(e){if("[object Object]"!==Object.prototype.toString.call(e))return!1;let t=Object.getPrototypeOf(e);return null===t||null===Object.getPrototypeOf(t)}n=new WeakMap,r=new WeakMap,o=new WeakMap,e.s(["Machine",0,class{constructor(e){c(this,n,{}),c(this,r,new t(()=>new Set)),c(this,o,new Set),((e,t,n)=>{let r;return(r="symbol"!=typeof t?t+"":t)in e?l(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n})(this,"disposables",(0,i.disposables)()),d(this,n,e),s.env.isServer&&this.disposables.microTask(()=>{this.dispose()})}dispose(){this.disposables.dispose()}get state(){return a(this,n)}subscribe(e,t){if(s.env.isServer)return()=>{};let r={selector:e,callback:t,current:e(a(this,n))};return a(this,o).add(r),this.disposables.add(()=>{a(this,o).delete(r)})}on(e,t){return s.env.isServer?()=>{}:(a(this,r).get(e).add(t),this.disposables.add(()=>{a(this,r).get(e).delete(t)}))}send(e){let t=this.reduce(a(this,n),e);if(t!==a(this,n)){for(let e of(d(this,n,t),a(this,o))){let t=e.selector(a(this,n));f(e.current,t)||(e.current=t,e.callback(t))}for(let t of a(this,r).get(e.type))t(a(this,n),e)}}},"batch",0,function(e){let[t,n]=e(),r=(0,i.disposables)();return(...e)=>{t(...e),r.dispose(),r.microTask(n)}},"shallowEqual",0,f],14929)},30317,55367,e=>{"use strict";function t(e){return"object"==typeof e&&null!==e&&"nodeType"in e}function n(e){return t(e)&&"tagName"in e}function r(e){return n(e)&&"accessKey"in e}function o(e){return r(e)&&"FIELDSET"===e.nodeName}function i(e){return r(e)&&"LEGEND"===e.nodeName}e.s(["hasInlineStyle",0,function(e){return n(e)&&"style"in e},"isElement",0,n,"isHTMLElement",0,r,"isHTMLFieldSetElement",0,o,"isHTMLIframeElement",0,function(e){return r(e)&&"IFRAME"===e.nodeName},"isHTMLInputElement",0,function(e){return r(e)&&"INPUT"===e.nodeName},"isHTMLLabelElement",0,function(e){return r(e)&&"LABEL"===e.nodeName},"isHTMLLegendElement",0,i,"isHTMLorSVGElement",0,function(e){return n(e)&&"tabIndex"in e},"isInteractiveElement",0,function(e){return!!n(e)&&e.matches('a[href],audio[controls],button,details,embed,iframe,img[usemap],input:not([type="hidden"]),label,select,textarea,video[controls]')},"isNode",0,t],55367),e.s(["isDisabledReactIssue7711",0,function(e){let t=e.parentElement,n=null;for(;t&&!o(t);)i(t)&&(n=t),t=t.parentElement;let r=(null==t?void 0:t.getAttribute("disabled"))==="";return!(r&&function(e){if(!e)return!1;let t=e.previousElementSibling;for(;null!==t;){if(i(t))return!1;t=t.previousElementSibling}return!0}(n))&&r}],30317)},26417,e=>{"use strict";e.s(["match",0,function e(t,n,...r){if(t in n){let e=n[t];return"function"==typeof e?e(...r):e}let o=Error(`Tried to handle "${t}" but there is no handler defined. Only defined handlers are: ${Object.keys(n).map(e=>`"${e}"`).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(o,e),o}])},74664,21713,e=>{"use strict";let t,n;var r=e.i(91788);function o(...e){return Array.from(new Set(e.flatMap(e=>"string"==typeof e?e.split(" "):[]))).filter(Boolean).join(" ")}e.s(["classNames",0,o],21713);var i=e.i(26417),s=((t=s||{})[t.None=0]="None",t[t.RenderStrategy=1]="RenderStrategy",t[t.Static=2]="Static",t),l=((n=l||{})[n.Unmount=0]="Unmount",n[n.Hidden=1]="Hidden",n);function u(e,t={},n,i,s){let{as:l=n,children:a,refName:m="ref",...v}=f(e,["unmount","static"]),h=void 0!==e.ref?{[m]:e.ref}:{},b="function"==typeof a?a(t):a;b=function e(t){if(null!=t&&t.$$typeof===Symbol.for("react.lazy")){let n=t._payload;if(null!=n&&"fulfilled"===n.status)return e(n.value)}return t}(b),"className"in v&&v.className&&"function"==typeof v.className&&(v.className=v.className(t)),v["aria-labelledby"]&&v["aria-labelledby"]===v.id&&(v["aria-labelledby"]=void 0);let g={};if(t){let e=!1,n=[];for(let[r,o]of Object.entries(t))"boolean"==typeof o&&(e=!0),!0===o&&n.push(r.replace(/([A-Z])/g,e=>`-${e.toLowerCase()}`));if(e)for(let e of(g["data-headlessui-state"]=n.join(" "),n))g[`data-${e}`]=""}if(p(l)&&(Object.keys(d(v)).length>0||Object.keys(d(g)).length>0))if(!(0,r.isValidElement)(b)||Array.isArray(b)&&b.length>1||p(b.type)){if(Object.keys(d(v)).length>0)throw Error(['Passing props on "Fragment"!',"",`The current component <${i} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(d(v)).concat(Object.keys(d(g))).map(e=>` - ${e}`).join(`
3
+ `),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map(e=>` - ${e}`).join(`
4
+ `)].join(`
5
+ `))}else{var y;let e=b.props,t=null==e?void 0:e.className,n="function"==typeof t?(...e)=>o(t(...e),v.className):o(t,v.className),i=c(b.props,d(f(v,["ref"])));for(let e in g)e in i&&delete g[e];return(0,r.cloneElement)(b,Object.assign({},i,g,h,{ref:s((y=b,r.default.version.split(".")[0]>="19"?y.props.ref:y.ref),h.ref)},n?{className:n}:{}))}return(0,r.createElement)(l,Object.assign({},f(v,["ref"]),!p(l)&&h,!p(l)&&g),b)}function a(...e){return e.every(e=>null==e)?void 0:t=>{for(let n of e)null!=n&&("function"==typeof n?n(t):n.current=t)}}function c(...e){if(0===e.length)return{};if(1===e.length)return e[0];let t={},n={};for(let r of e)for(let e in r)e.startsWith("on")&&"function"==typeof r[e]?(null!=n[e]||(n[e]=[]),n[e].push(r[e])):t[e]=r[e];if(t.disabled||t["aria-disabled"])for(let e in n)/^(on(?:Click|Pointer|Mouse|Key)(?:Down|Up|Press)?)$/.test(e)&&(n[e]=[e=>{var t;return null==(t=null==e?void 0:e.preventDefault)?void 0:t.call(e)}]);for(let e in n)Object.assign(t,{[e](t,...r){for(let o of n[e]){if((t instanceof Event||(null==t?void 0:t.nativeEvent)instanceof Event)&&t.defaultPrevented)return;o(t,...r)}}});return t}function d(e){let t=Object.assign({},e);for(let e in t)void 0===t[e]&&delete t[e];return t}function f(e,t=[]){let n=Object.assign({},e);for(let e of t)e in n&&delete n[e];return n}function p(e){return e===r.Fragment||e===Symbol.for("react.fragment")}e.s(["RenderFeatures",0,s,"RenderStrategy",0,l,"compact",0,d,"forwardRefWithAs",0,function(e){var t;return Object.assign((0,r.forwardRef)(e),{displayName:null!=(t=e.displayName)?t:e.name})},"isFragment",0,p,"mergeProps",0,function(...e){if(0===e.length)return{};if(1===e.length)return e[0];let t={},n={};for(let r of e)for(let e in r)e.startsWith("on")&&"function"==typeof r[e]?(null!=n[e]||(n[e]=[]),n[e].push(r[e])):t[e]=r[e];for(let e in n)Object.assign(t,{[e](...t){for(let r of n[e])null==r||r(...t)}});return t},"useRender",0,function(){let e,t,n=(e=(0,r.useRef)([]),t=(0,r.useCallback)(t=>{for(let n of e.current)null!=n&&("function"==typeof n?n(t):n.current=t)},[]),(...n)=>{if(!n.every(e=>null==e))return e.current=n,t});return(0,r.useCallback)(e=>(function({ourProps:e,theirProps:t,slot:n,defaultTag:r,features:o,visible:s=!0,name:l,mergeRefs:d}){d=null!=d?d:a;let f=c(t,e);if(s)return u(f,n,r,l,d);let p=null!=o?o:0;if(2&p){let{static:e=!1,...t}=f;if(e)return u(t,n,r,l,d)}if(1&p){let{unmount:e=!0,...t}=f;return(0,i.match)(+!e,{0:()=>null,1:()=>u({...t,hidden:!0,style:{display:"none"}},n,r,l,d)})}return u(f,n,r,l,d)})({mergeRefs:n,...e}),[n])}],74664)},86567,45229,81093,80795,38403,60004,26171,64728,15067,93481,72016,e=>{"use strict";let t,n=e=>{var t,n;return"object"==typeof(t=e)&&null!=t&&"window"in t&&t.window===t?e.document:function(e){return null!==e&&"object"==typeof e&&"nodeType"in e&&"number"==typeof e.nodeType}(n=e)&&9===n.nodeType?e:e?.ownerDocument??("u">typeof document?document:void 0)},r=e=>{let t=n(e);return t?.defaultView??("u">typeof window?window:void 0)};function o(e,t){return!!t&&!!e&&e.contains(t)}function i(e){return e.target}let s=null;"u">typeof Element&&Element.prototype;let l=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable^="false"])',"permission"];l.join(":not([hidden]),"),l.push('[tabindex]:not([tabindex="-1"]):not([disabled])'),l.join(':not([hidden]):not([tabindex="-1"]),');var u=e.i(91788);let a="u">typeof document?u.default.useLayoutEffect:()=>{};function c(e){return e.nativeEvent=e,e.isDefaultPrevented=()=>e.defaultPrevented,e.isPropagationStopped=()=>e.cancelBubble,e.persist=()=>{},e}function d(e){let t=(0,u.useRef)({isFocused:!1,observer:null});return a(()=>{let e=t.current;return()=>{e.observer&&(e.observer.disconnect(),e.observer=null)}},[]),(0,u.useCallback)(n=>{let r=i(n);(r instanceof HTMLButtonElement||r instanceof HTMLInputElement||r instanceof HTMLTextAreaElement||r instanceof HTMLSelectElement)&&(t.current.isFocused=!0,r.addEventListener("focusout",n=>{if(t.current.isFocused=!1,r.disabled){let t=c(n);e?.(t)}t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)},{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&r.disabled){t.current.observer?.disconnect();let e=r===((e=document)=>e.activeElement)()?null:((e=document)=>e.activeElement)();r.dispatchEvent(new FocusEvent("blur",{relatedTarget:e})),r.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:e}))}}),t.current.observer.observe(r,{attributes:!0,attributeFilter:["disabled"]}))},[e])}function f(e){if("u"<typeof window||null==window.navigator)return!1;let t=window.navigator.userAgentData?.brands;return Array.isArray(t)&&t.some(t=>e.test(t.brand))||e.test(window.navigator.userAgent)}function p(e){return"u">typeof window&&null!=window.navigator&&e.test(window.navigator.userAgentData?.platform||window.navigator.platform)}function m(e){let t=null;return()=>(null==t&&(t=e()),t)}let v=m(function(){return p(/^Mac/i)}),h=m(function(){return p(/^iPhone/i)}),b=m(function(){return p(/^iPad/i)||v()&&navigator.maxTouchPoints>1}),g=m(function(){return h()||b()});m(function(){return v()||g()});let y=m(function(){return f(/AppleWebKit/i)&&(g()||!E())});m(function(){return y()&&!E()&&!T()});let E=m(function(){return f(/Chrome|CriOS|CrMo/i)}),w=m(function(){return f(/Android/i)}),T=m(function(){return f(/(Firefox|FxiOS)/i)});function S(e,t,n=!0){let{metaKey:r,ctrlKey:o,altKey:i,shiftKey:l}=t;!y()&&T()&&window.event?.type?.startsWith("key")&&"_blank"===e.target&&(v()?r=!0:o=!0);let u=y()&&v()&&!b()&&1?new KeyboardEvent("keydown",{keyIdentifier:"Enter",metaKey:r,ctrlKey:o,altKey:i,shiftKey:l}):new MouseEvent("click",{metaKey:r,ctrlKey:o,altKey:i,shiftKey:l,detail:1,bubbles:!0,cancelable:!0});S.isOpening=n;if(function(){if(null==s){s=!1;try{document.createElement("div").focus({get preventScroll(){return s=!0,!0}})}catch{}}return s}())e.focus({preventScroll:!0});else{let t=function(e){let t=e.parentNode,n=[],r=document.scrollingElement||document.documentElement;for(;t instanceof HTMLElement&&t!==r;)(t.offsetHeight<t.scrollHeight||t.offsetWidth<t.scrollWidth)&&n.push({element:t,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft}),t=t.parentNode;return r instanceof HTMLElement&&n.push({element:r,scrollTop:r.scrollTop,scrollLeft:r.scrollLeft}),n}(e);e.focus(),function(e){for(let{element:t,scrollTop:n,scrollLeft:r}of e)t.scrollTop=n,t.scrollLeft=r}(t)}e.dispatchEvent(u),S.isOpening=!1}S.isOpening=!1;let L={prefix:String(Math.round(1e10*Math.random())),current:0};u.default.createContext(L),u.default.createContext(!1),"u">typeof window&&window.document&&window.document.createElement,new WeakMap;u.default.useId;let P=null,O=new Set,M=new Map,F=!1,k=!1,A={Tab:!0,Escape:!0};function C(e,t){for(let n of O)n(e,t)}function x(e){F=!0,S.isOpening||e.metaKey||!v()&&e.altKey||e.ctrlKey||"Control"===e.key||"Shift"===e.key||"Meta"===e.key||(P="keyboard",C("keyboard",e))}function R(e){P="pointer","pointerType"in e&&e.pointerType,("mousedown"===e.type||"pointerdown"===e.type)&&(F=!0,C("pointer",e))}function N(e){S.isOpening||(""!==e.pointerType||!e.isTrusted)&&(w()&&e.pointerType?"click"!==e.type||1!==e.buttons:0!==e.detail||e.pointerType)||(F=!0,P="virtual")}function H(e){let t=r(i(e)),o=n(i(e));i(e)!==t&&i(e)!==o&&e.isTrusted&&(F||k||(P="virtual",C("virtual",e)),F=!1,k=!1)}function D(){F=!1,k=!0}function I(e){if("u"<typeof window||"u"<typeof document)return;let t=r(e),o=n(e);if(M.get(t))return;let i=t.HTMLElement.prototype.focus;Reflect.defineProperty(t.HTMLElement.prototype,"focus",{configurable:!0,writable:!0,value:function(){F=!0,i.apply(this,arguments)}}),o.addEventListener("keydown",x,!0),o.addEventListener("keyup",x,!0),o.addEventListener("click",N,!0),t.addEventListener("focus",H,!0),t.addEventListener("blur",D,!1),"u">typeof PointerEvent&&(o.addEventListener("pointerdown",R,!0),o.addEventListener("pointermove",R,!0),o.addEventListener("pointerup",R,!0)),t.addEventListener("beforeunload",()=>{j(e)},{once:!0}),M.set(t,{focus:i})}let j=(e,t)=>{let o=r(e),i=n(e);t&&i.removeEventListener("DOMContentLoaded",t),M.has(o)&&(Reflect.defineProperty(o.HTMLElement.prototype,"focus",{configurable:!0,writable:!0,value:M.get(o).focus}),i.removeEventListener("keydown",x,!0),i.removeEventListener("keyup",x,!0),i.removeEventListener("click",N,!0),o.removeEventListener("focus",H,!0),o.removeEventListener("blur",D,!1),"u">typeof PointerEvent&&(i.removeEventListener("pointerdown",R,!0),i.removeEventListener("pointermove",R,!0),i.removeEventListener("pointerup",R,!0)),M.delete(o))};function W(){return"pointer"!==P}"u">typeof document&&("loading"!==(t=n(void 0)).readyState?I(void 0):t.addEventListener("DOMContentLoaded",()=>{I(void 0)}));let K=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function V(){let e=(0,u.useRef)(new Map),t=(0,u.useCallback)((t,n,r,o)=>{let i=o?.once?(...t)=>{e.current.delete(r),r(...t)}:r;e.current.set(r,{type:n,eventTarget:t,fn:i,options:o}),t.addEventListener(n,i,o)},[]),n=(0,u.useCallback)((t,n,r,o)=>{let i=e.current.get(r)?.fn||r;t.removeEventListener(n,i,o),e.current.delete(r)},[]),r=(0,u.useCallback)(()=>{e.current.forEach((e,t)=>{n(e.eventTarget,e.type,t,e.options)})},[n]);return(0,u.useEffect)(()=>r,[r]),{addGlobalListener:t,removeGlobalListener:n,removeAllGlobalListeners:r}}e.s(["useFocusRing",0,function(e={}){var t;let{autoFocus:s=!1,isTextInput:l,within:a}=e,f=(0,u.useRef)({isFocused:!1,isFocusVisible:s||W()}),[p,m]=(0,u.useState)(!1),[v,h]=(0,u.useState)(()=>f.current.isFocused&&f.current.isFocusVisible),b=(0,u.useCallback)(()=>h(f.current.isFocused&&f.current.isFocusVisible),[]),g=(0,u.useCallback)(e=>{f.current.isFocused=e,f.current.isFocusVisible=W(),m(e),b()},[b]);t={enabled:p,isTextInput:l},I(),(0,u.useEffect)(()=>{if(t?.enabled===!1)return;let e=(e,o)=>{var s;let l,u,a,c,d,p,m,v;s=!!t?.isTextInput,u=n(l=o?i(o):void 0),c=void 0!==(a=r(l))?a.HTMLInputElement:HTMLInputElement,d=void 0!==a?a.HTMLTextAreaElement:HTMLTextAreaElement,p=void 0!==a?a.HTMLElement:HTMLElement,m=void 0!==a?a.KeyboardEvent:KeyboardEvent,v=((e=document)=>e.activeElement)(u),(s=s||v instanceof c&&!K.has(v.type)||v instanceof d||v instanceof p&&v.isContentEditable)&&"keyboard"===e&&o instanceof m&&!A[o.key]||(e=>{f.current.isFocusVisible=e,b()})(W())};return O.add(e),()=>{O.delete(e)}},[l,p]);let{focusProps:y}=function(e){let{isDisabled:t,onFocus:r,onBlur:o,onFocusChange:s}=e,l=(0,u.useCallback)(e=>{if(i(e)===e.currentTarget)return o&&o(e),s&&s(!1),!0},[o,s]),a=d(l),c=(0,u.useCallback)(e=>{let t=i(e),o=n(t),l=o?((e=document)=>e.activeElement)(o):((e=document)=>e.activeElement)();t===e.currentTarget&&t===l&&(r&&r(e),s&&s(!0),a(e))},[s,r,a]);return{focusProps:{onFocus:!t&&(r||s||o)?c:void 0,onBlur:!t&&(o||s)?l:void 0}}}({isDisabled:a,onFocusChange:g}),{focusWithinProps:E}=function(e){let{isDisabled:t,onBlurWithin:r,onFocusWithin:s,onFocusWithinChange:l}=e,a=(0,u.useRef)({isFocusWithin:!1}),{addGlobalListener:f,removeAllGlobalListeners:p}=V(),m=(0,u.useCallback)(e=>{o(e.currentTarget,i(e))&&a.current.isFocusWithin&&!o(e.currentTarget,e.relatedTarget)&&(a.current.isFocusWithin=!1,p(),r&&r(e),l&&l(!1))},[r,l,a,p]),v=d(m),h=(0,u.useCallback)(e=>{if(!o(e.currentTarget,i(e)))return;let t=i(e),r=n(t),u=((e=document)=>e.activeElement)(r);if(!a.current.isFocusWithin&&u===t){s&&s(e),l&&l(!0),a.current.isFocusWithin=!0,v(e);let t=e.currentTarget;f(r,"focus",e=>{let n=i(e);if(a.current.isFocusWithin&&!o(t,n)){let e=new r.defaultView.FocusEvent("blur",{relatedTarget:n});Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t}),m(c(e))}},{capture:!0})}},[s,l,v,f,m]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:h,onBlur:m}}}({isDisabled:!a,onFocusWithinChange:g});return{isFocused:p,isFocusVisible:v,focusProps:a?E:y}}],86567);let B=!1,G=0;function U(e){"touch"===e.pointerType&&(B=!0,setTimeout(()=>{B=!1},500))}function _(){let e=n(null);if(void 0!==e)return 0===G&&"u">typeof PointerEvent&&e.addEventListener("pointerup",U),G++,()=>{!(--G>0)&&"u">typeof PointerEvent&&e.removeEventListener("pointerup",U)}}e.s(["useHover",0,function(e){let{onHoverStart:t,onHoverChange:r,onHoverEnd:s,isDisabled:l}=e,[a,c]=(0,u.useState)(!1),d=(0,u.useRef)({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;(0,u.useEffect)(_,[]);let{addGlobalListener:f,removeAllGlobalListeners:p}=V(),{hoverProps:m,triggerHoverEnd:v}=(0,u.useMemo)(()=>{let e=(e,t)=>{let n=d.target;d.pointerType="",d.target=null,"touch"!==t&&d.isHovered&&n&&(d.isHovered=!1,p(),s&&s({type:"hoverend",target:n,pointerType:t}),r&&r(!1),c(!1))},u={};return"u">typeof PointerEvent&&(u.onPointerEnter=s=>{B&&"mouse"===s.pointerType||((s,u)=>{if(d.pointerType=u,l||"touch"===u||d.isHovered||!o(s.currentTarget,i(s)))return;d.isHovered=!0;let a=s.currentTarget;d.target=a,f(n(i(s)),"pointerover",t=>{d.isHovered&&d.target&&!o(d.target,i(t))&&e(t,t.pointerType)},{capture:!0}),t&&t({type:"hoverstart",target:a,pointerType:u}),r&&r(!0),c(!0)})(s,s.pointerType)},u.onPointerLeave=t=>{!l&&o(t.currentTarget,i(t))&&e(t,t.pointerType)}),{hoverProps:u,triggerHoverEnd:e}},[t,r,s,l,d,f,p]);return(0,u.useEffect)(()=>{l&&v({currentTarget:d.target},d.pointerType)},[l]),{hoverProps:m,isHovered:a}}],45229);var $=Object.defineProperty,q=(e,t,n)=>{let r;return(r="symbol"!=typeof t?t+"":t)in e?$(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n,n};let Y=new class{constructor(){q(this,"current",this.detect()),q(this,"handoffState","pending"),q(this,"currentId",0)}set(e){this.current!==e&&(this.handoffState="pending",this.currentId=0,this.current=e)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return"server"===this.current}get isClient(){return"client"===this.current}detect(){return"u"<typeof window||"u"<typeof document?"server":"client"}handoff(){"pending"===this.handoffState&&(this.handoffState="complete")}get isHandoffComplete(){return"complete"===this.handoffState}};function X(e){var t;return Y.isServer?null:null==e?document:null!=(t=null==e?void 0:e.ownerDocument)?t:document}function z(e){var t,n;return Y.isServer?null:null==e?document:null!=(n=null==(t=null==e?void 0:e.getRootNode)?void 0:t.call(e))?n:document}function Z(e){var t,n;return null!=(n=null==(t=z(e))?void 0:t.activeElement)?n:null}function J(e){"function"==typeof queueMicrotask?queueMicrotask(e):Promise.resolve().then(e).catch(e=>setTimeout(()=>{throw e}))}function Q(){let e=[],t={addEventListener:(e,n,r,o)=>(e.addEventListener(n,r,o),t.add(()=>e.removeEventListener(n,r,o))),requestAnimationFrame(...e){let n=requestAnimationFrame(...e);return t.add(()=>cancelAnimationFrame(n))},nextFrame:(...e)=>t.requestAnimationFrame(()=>t.requestAnimationFrame(...e)),setTimeout(...e){let n=setTimeout(...e);return t.add(()=>clearTimeout(n))},microTask(...e){let n={current:!0};return J(()=>{n.current&&e[0]()}),t.add(()=>{n.current=!1})},style(e,t,n){let r=e.style.getPropertyValue(t);return Object.assign(e.style,{[t]:n}),this.add(()=>{Object.assign(e.style,{[t]:r})})},group(e){let t=Q();return e(t),this.add(()=>t.dispose())},add:t=>(e.includes(t)||e.push(t),()=>{let n=e.indexOf(t);if(n>=0)for(let t of e.splice(n,1))t()}),dispose(){for(let t of e.splice(0))t()}};return t}function ee(){let[e]=(0,u.useState)(Q);return(0,u.useEffect)(()=>()=>e.dispose(),[e]),e}e.s(["env",0,Y],81093),e.s(["getActiveElement",0,Z,"getOwnerDocument",0,X,"getRootNode",0,z,"isActiveElement",0,function(e){return Z(e)===e}],80795),e.s(["microTask",0,J],38403),e.s(["disposables",0,Q],60004),e.s(["useDisposables",0,ee],26171);let et=(e,t)=>{Y.isServer?(0,u.useEffect)(e,t):(0,u.useLayoutEffect)(e,t)};function en(e){let t=(0,u.useRef)(e);return et(()=>{t.current=e},[e]),t}e.s(["useIsoMorphicEffect",0,et],64728),e.s(["useLatestValue",0,en],15067);let er=function(e){let t=en(e);return u.default.useCallback((...e)=>t.current(...e),[t])};e.s(["useEvent",0,er],93481),e.s(["useActivePress",0,function({disabled:e=!1}={}){let t=(0,u.useRef)(null),[n,r]=(0,u.useState)(!1),o=ee(),i=er(()=>{t.current=null,r(!1),o.dispose()}),s=er(e=>{if(o.dispose(),null===t.current){t.current=e.currentTarget,r(!0);{let n=X(e.currentTarget);o.addEventListener(n,"pointerup",i,!1),o.addEventListener(n,"pointermove",e=>{if(t.current){var n,o;let i,s;r((i=e.width/2,s=e.height/2,n={top:e.clientY-s,right:e.clientX+i,bottom:e.clientY+s,left:e.clientX-i},o=t.current.getBoundingClientRect(),!(!n||!o||n.right<o.left||n.left>o.right||n.bottom<o.top||n.top>o.bottom)))}},!1),o.addEventListener(n,"pointercancel",i,!1)}}});return{pressed:n,pressProps:e?{}:{onPointerDown:s,onPointerUp:i,onClick:i}}}],72016)}]);
@@ -0,0 +1,13 @@
1
+ __turbopack_load_page_chunks__("/works/management", [
2
+ "static/chunks/2ei1rfxsl3q65.js",
3
+ "static/chunks/3z6v84zof80bt.js",
4
+ "static/chunks/0jo3ujn_icmb9.js",
5
+ "static/chunks/1qnuk3631sd6i.js",
6
+ "static/chunks/0hm6-xlqw4vmr.js",
7
+ "static/chunks/0f-hhcgpd3kjt.js",
8
+ "static/chunks/09pees0w94cvm.js",
9
+ "static/chunks/0zl6mu89n1_wq.js",
10
+ "static/chunks/1f04wea7zvjf5.js",
11
+ "static/chunks/07q8ufsdxo1tx.js",
12
+ "static/chunks/turbopack-3bwm37xq99e4l.js"
13
+ ])