cloudcommerce 0.0.130 → 0.0.132

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 (2029) hide show
  1. package/.eslintrc.cjs +1 -0
  2. package/CHANGELOG.md +25 -0
  3. package/ecomplus-stores/monocard/functions/ssr/src/layouts/Base.astro +2 -2
  4. package/ecomplus-stores/monocard/functions/ssr/src/layouts/Pages.astro +1 -1
  5. package/ecomplus-stores/monocard/functions/ssr/src/layouts/PagesHeader.astro +2 -2
  6. package/ecomplus-stores/monocard/functions/ssr/src/main/Fallback.astro +1 -1
  7. package/ecomplus-stores/monocard/functions/ssr/src/main/Home.astro +1 -1
  8. package/ecomplus-stores/monocard/functions/ssr/src/main/Wildcard.astro +1 -1
  9. package/ecomplus-stores/monocard/functions/ssr/src/pages/comprar/index.astro +1 -1
  10. package/ecomplus-stores/monocard/functions/ssr/src/pages/index.astro +1 -1
  11. package/ecomplus-stores/monocard/functions/ssr/tsconfig.json +1 -1
  12. package/ecomplus-stores/tia-sonia/functions/ssr/src/components/TopBar.vue +2 -2
  13. package/ecomplus-stores/tia-sonia/functions/ssr/src/layouts/Base.astro +2 -2
  14. package/ecomplus-stores/tia-sonia/functions/ssr/src/layouts/Pages.astro +1 -1
  15. package/ecomplus-stores/tia-sonia/functions/ssr/src/layouts/PagesHeader.astro +4 -4
  16. package/ecomplus-stores/tia-sonia/functions/ssr/src/main/Fallback.astro +1 -1
  17. package/ecomplus-stores/tia-sonia/functions/ssr/src/main/Home.astro +1 -1
  18. package/ecomplus-stores/tia-sonia/functions/ssr/src/main/Wildcard.astro +1 -1
  19. package/ecomplus-stores/tia-sonia/functions/ssr/src/pages/[...slug].astro +1 -1
  20. package/ecomplus-stores/tia-sonia/functions/ssr/src/pages/fallback.astro +1 -1
  21. package/ecomplus-stores/tia-sonia/functions/ssr/src/pages/index.astro +1 -1
  22. package/ecomplus-stores/tia-sonia/functions/ssr/tsconfig.json +1 -1
  23. package/package.json +7 -7
  24. package/packages/api/package.json +1 -1
  25. package/packages/apps/correios/package.json +2 -2
  26. package/packages/apps/custom-shipping/package.json +1 -1
  27. package/packages/apps/discounts/package.json +1 -1
  28. package/packages/apps/emails/package.json +2 -2
  29. package/packages/apps/frenet/package.json +2 -2
  30. package/packages/apps/infinitepay/package.json +3 -3
  31. package/packages/apps/mercadopago/package.json +3 -3
  32. package/packages/apps/pagarme/lib/pagarme-list-payments.js +1 -1
  33. package/packages/apps/pagarme/lib/pagarme-list-payments.js.map +1 -1
  34. package/packages/apps/pagarme/package.json +3 -3
  35. package/packages/apps/pagarme/src/pagarme-list-payments.ts +1 -1
  36. package/packages/apps/pix/package.json +3 -3
  37. package/packages/apps/tiny-erp/package.json +3 -3
  38. package/packages/cli/package.json +1 -1
  39. package/packages/config/package.json +1 -1
  40. package/packages/emails/package.json +2 -2
  41. package/packages/events/package.json +2 -2
  42. package/packages/firebase/lib/helpers/pubsub.js +1 -1
  43. package/packages/firebase/lib/helpers/pubsub.js.map +1 -1
  44. package/packages/firebase/package.json +2 -2
  45. package/packages/firebase/src/helpers/pubsub.ts +1 -1
  46. package/packages/i18n/lib/dirname.d.ts +2 -0
  47. package/packages/i18n/lib/dirname.js +2 -0
  48. package/packages/i18n/lib/dirname.js.map +1 -0
  49. package/packages/i18n/lib/en_us/i19a.txt +1 -0
  50. package/packages/i18n/lib/en_us/i19about.txt +1 -0
  51. package/packages/i18n/lib/en_us/i19aboutCvvMsg.txt +1 -0
  52. package/packages/i18n/lib/en_us/i19aboveOf.txt +1 -0
  53. package/packages/i18n/lib/en_us/i19acceptAttachedFile.txt +1 -0
  54. package/packages/i18n/lib/en_us/i19acceptCustomOptionByCustomer.txt +1 -0
  55. package/packages/i18n/lib/en_us/i19accessMyAccount.txt +1 -0
  56. package/packages/i18n/lib/en_us/i19activate.txt +1 -0
  57. package/packages/i18n/lib/en_us/i19active.txt +1 -0
  58. package/packages/i18n/lib/en_us/i19adRelevance.txt +1 -0
  59. package/packages/i18n/lib/en_us/i19adType.txt +1 -0
  60. package/packages/i18n/lib/en_us/i19add$1ToEarn.txt +1 -0
  61. package/packages/i18n/lib/en_us/i19add.txt +1 -0
  62. package/packages/i18n/lib/en_us/i19addApp.txt +1 -0
  63. package/packages/i18n/lib/en_us/i19addCart.txt +1 -0
  64. package/packages/i18n/lib/en_us/i19addClient.txt +1 -0
  65. package/packages/i18n/lib/en_us/i19addDiscountCoupon.txt +1 -0
  66. package/packages/i18n/lib/en_us/i19addGiftList.txt +1 -0
  67. package/packages/i18n/lib/en_us/i19addGrid.txt +1 -0
  68. package/packages/i18n/lib/en_us/i19addMoreProducts.txt +1 -0
  69. package/packages/i18n/lib/en_us/i19addPreference.txt +1 -0
  70. package/packages/i18n/lib/en_us/i19addProduct.txt +1 -0
  71. package/packages/i18n/lib/en_us/i19addToCart.txt +1 -0
  72. package/packages/i18n/lib/en_us/i19addToFavorites.txt +1 -0
  73. package/packages/i18n/lib/en_us/i19addToPrice.txt +1 -0
  74. package/packages/i18n/lib/en_us/i19addVariants.txt +1 -0
  75. package/packages/i18n/lib/en_us/i19additional.txt +1 -0
  76. package/packages/i18n/lib/en_us/i19additionalComments.txt +1 -0
  77. package/packages/i18n/lib/en_us/i19additionalCost.txt +1 -0
  78. package/packages/i18n/lib/en_us/i19additionalCostOption.txt +1 -0
  79. package/packages/i18n/lib/en_us/i19additionalInfo.txt +1 -0
  80. package/packages/i18n/lib/en_us/i19additionalNotes.txt +1 -0
  81. package/packages/i18n/lib/en_us/i19address.txt +1 -0
  82. package/packages/i18n/lib/en_us/i19addresses.txt +1 -0
  83. package/packages/i18n/lib/en_us/i19addressesName.txt +1 -0
  84. package/packages/i18n/lib/en_us/i19adminSettings.txt +1 -0
  85. package/packages/i18n/lib/en_us/i19advanced.txt +1 -0
  86. package/packages/i18n/lib/en_us/i19adwords.txt +1 -0
  87. package/packages/i18n/lib/en_us/i19adwordsRemarketing.txt +1 -0
  88. package/packages/i18n/lib/en_us/i19adwordsRemarketingCode.txt +1 -0
  89. package/packages/i18n/lib/en_us/i19affiliateCoede.txt +1 -0
  90. package/packages/i18n/lib/en_us/i19afterApproval.txt +1 -0
  91. package/packages/i18n/lib/en_us/i19afterPayment.txt +1 -0
  92. package/packages/i18n/lib/en_us/i19all.txt +1 -0
  93. package/packages/i18n/lib/en_us/i19allCategories.txt +1 -0
  94. package/packages/i18n/lib/en_us/i19allOptions.txt +1 -0
  95. package/packages/i18n/lib/en_us/i19alt.txt +1 -0
  96. package/packages/i18n/lib/en_us/i19amount.txt +1 -0
  97. package/packages/i18n/lib/en_us/i19another.txt +1 -0
  98. package/packages/i18n/lib/en_us/i19anyPaymentMethodMsg.txt +1 -0
  99. package/packages/i18n/lib/en_us/i19api.txt +1 -0
  100. package/packages/i18n/lib/en_us/i19app.txt +1 -0
  101. package/packages/i18n/lib/en_us/i19appAlreadyInstalledMsg.txt +1 -0
  102. package/packages/i18n/lib/en_us/i19appConfiguration.txt +1 -0
  103. package/packages/i18n/lib/en_us/i19appDevelopers.txt +1 -0
  104. package/packages/i18n/lib/en_us/i19application.txt +1 -0
  105. package/packages/i18n/lib/en_us/i19applications.txt +1 -0
  106. package/packages/i18n/lib/en_us/i19applyDiscount.txt +1 -0
  107. package/packages/i18n/lib/en_us/i19applyFilters.txt +1 -0
  108. package/packages/i18n/lib/en_us/i19apps.txt +1 -0
  109. package/packages/i18n/lib/en_us/i19areYouWantToDeleteAppQn.txt +1 -0
  110. package/packages/i18n/lib/en_us/i19asOf.txt +1 -0
  111. package/packages/i18n/lib/en_us/i19associateImage.txt +1 -0
  112. package/packages/i18n/lib/en_us/i19associateImages.txt +1 -0
  113. package/packages/i18n/lib/en_us/i19at.txt +1 -0
  114. package/packages/i18n/lib/en_us/i19atSight.txt +1 -0
  115. package/packages/i18n/lib/en_us/i19attachment.txt +1 -0
  116. package/packages/i18n/lib/en_us/i19attention.txt +1 -0
  117. package/packages/i18n/lib/en_us/i19authentication.txt +1 -0
  118. package/packages/i18n/lib/en_us/i19author.txt +1 -0
  119. package/packages/i18n/lib/en_us/i19authorizedStores.txt +1 -0
  120. package/packages/i18n/lib/en_us/i19automaticallyTrackInventory.txt +1 -0
  121. package/packages/i18n/lib/en_us/i19available.txt +1 -0
  122. package/packages/i18n/lib/en_us/i19availableApps.txt +1 -0
  123. package/packages/i18n/lib/en_us/i19availablePurchase.txt +1 -0
  124. package/packages/i18n/lib/en_us/i19average.txt +1 -0
  125. package/packages/i18n/lib/en_us/i19averageTicket.txt +1 -0
  126. package/packages/i18n/lib/en_us/i19back.txt +1 -0
  127. package/packages/i18n/lib/en_us/i19backToCart.txt +1 -0
  128. package/packages/i18n/lib/en_us/i19backToProduct.txt +1 -0
  129. package/packages/i18n/lib/en_us/i19bag.txt +1 -0
  130. package/packages/i18n/lib/en_us/i19balanceOrPoints.txt +1 -0
  131. package/packages/i18n/lib/en_us/i19banner.txt +1 -0
  132. package/packages/i18n/lib/en_us/i19banners.txt +1 -0
  133. package/packages/i18n/lib/en_us/i19bannersCollection.txt +1 -0
  134. package/packages/i18n/lib/en_us/i19barcodes.txt +1 -0
  135. package/packages/i18n/lib/en_us/i19basePrice.txt +1 -0
  136. package/packages/i18n/lib/en_us/i19bearersDocument.txt +1 -0
  137. package/packages/i18n/lib/en_us/i19best.txt +1 -0
  138. package/packages/i18n/lib/en_us/i19bestSellers.txt +1 -0
  139. package/packages/i18n/lib/en_us/i19biannual.txt +1 -0
  140. package/packages/i18n/lib/en_us/i19billingAddress.txt +1 -0
  141. package/packages/i18n/lib/en_us/i19bimonthly.txt +1 -0
  142. package/packages/i18n/lib/en_us/i19birthdate.txt +1 -0
  143. package/packages/i18n/lib/en_us/i19biweekly.txt +1 -0
  144. package/packages/i18n/lib/en_us/i19block.txt +1 -0
  145. package/packages/i18n/lib/en_us/i19borough.txt +1 -0
  146. package/packages/i18n/lib/en_us/i19brand.txt +1 -0
  147. package/packages/i18n/lib/en_us/i19brandBanners.txt +1 -0
  148. package/packages/i18n/lib/en_us/i19brandFound.txt +1 -0
  149. package/packages/i18n/lib/en_us/i19brandName.txt +1 -0
  150. package/packages/i18n/lib/en_us/i19brands.txt +1 -0
  151. package/packages/i18n/lib/en_us/i19brandsFound.txt +1 -0
  152. package/packages/i18n/lib/en_us/i19brazil.txt +1 -0
  153. package/packages/i18n/lib/en_us/i19browserIp.txt +1 -0
  154. package/packages/i18n/lib/en_us/i19budgetOnly.txt +1 -0
  155. package/packages/i18n/lib/en_us/i19buy.txt +1 -0
  156. package/packages/i18n/lib/en_us/i19buyAgain.txt +1 -0
  157. package/packages/i18n/lib/en_us/i19buyAlsoMsg.txt +1 -0
  158. package/packages/i18n/lib/en_us/i19buyKit.txt +1 -0
  159. package/packages/i18n/lib/en_us/i19buyNow.txt +1 -0
  160. package/packages/i18n/lib/en_us/i19buyOnWhatsApp.txt +1 -0
  161. package/packages/i18n/lib/en_us/i19buyWith.txt +1 -0
  162. package/packages/i18n/lib/en_us/i19buyer.txt +1 -0
  163. package/packages/i18n/lib/en_us/i19buyers.txt +1 -0
  164. package/packages/i18n/lib/en_us/i19buyersProfile.txt +1 -0
  165. package/packages/i18n/lib/en_us/i19by.txt +1 -0
  166. package/packages/i18n/lib/en_us/i19calculateShipping.txt +1 -0
  167. package/packages/i18n/lib/en_us/i19callTo.txt +1 -0
  168. package/packages/i18n/lib/en_us/i19callback.txt +1 -0
  169. package/packages/i18n/lib/en_us/i19campaign.txt +1 -0
  170. package/packages/i18n/lib/en_us/i19campaignAppliedMsg.txt +1 -0
  171. package/packages/i18n/lib/en_us/i19cancel.txt +1 -0
  172. package/packages/i18n/lib/en_us/i19cancelOrder.txt +1 -0
  173. package/packages/i18n/lib/en_us/i19cancelReason.txt +1 -0
  174. package/packages/i18n/lib/en_us/i19cancelled.txt +1 -0
  175. package/packages/i18n/lib/en_us/i19cancelledAt.txt +1 -0
  176. package/packages/i18n/lib/en_us/i19cardNumber.txt +1 -0
  177. package/packages/i18n/lib/en_us/i19cartConfirmed.txt +1 -0
  178. package/packages/i18n/lib/en_us/i19cartDetails.txt +1 -0
  179. package/packages/i18n/lib/en_us/i19cartItems.txt +1 -0
  180. package/packages/i18n/lib/en_us/i19cartReview.txt +1 -0
  181. package/packages/i18n/lib/en_us/i19cartUpdated.txt +1 -0
  182. package/packages/i18n/lib/en_us/i19categories.txt +1 -0
  183. package/packages/i18n/lib/en_us/i19category.txt +1 -0
  184. package/packages/i18n/lib/en_us/i19categoryBanners.txt +1 -0
  185. package/packages/i18n/lib/en_us/i19categoryFound.txt +1 -0
  186. package/packages/i18n/lib/en_us/i19categoryName.txt +1 -0
  187. package/packages/i18n/lib/en_us/i19cellphone.txt +1 -0
  188. package/packages/i18n/lib/en_us/i19changePaymentMethod.txt +1 -0
  189. package/packages/i18n/lib/en_us/i19changeShippingMethod.txt +1 -0
  190. package/packages/i18n/lib/en_us/i19channel.txt +1 -0
  191. package/packages/i18n/lib/en_us/i19channelId.txt +1 -0
  192. package/packages/i18n/lib/en_us/i19channelType.txt +1 -0
  193. package/packages/i18n/lib/en_us/i19channels.txt +1 -0
  194. package/packages/i18n/lib/en_us/i19checkout.txt +1 -0
  195. package/packages/i18n/lib/en_us/i19checkoutDone.txt +1 -0
  196. package/packages/i18n/lib/en_us/i19checkoutEnabled.txt +1 -0
  197. package/packages/i18n/lib/en_us/i19checkoutLink.txt +1 -0
  198. package/packages/i18n/lib/en_us/i19checkoutMobileLink.txt +1 -0
  199. package/packages/i18n/lib/en_us/i19checkoutVisitor.txt +1 -0
  200. package/packages/i18n/lib/en_us/i19checkoutVisitorMsg.txt +1 -0
  201. package/packages/i18n/lib/en_us/i19chooseSubscriptionPeriod.txt +1 -0
  202. package/packages/i18n/lib/en_us/i19city.txt +1 -0
  203. package/packages/i18n/lib/en_us/i19clear.txt +1 -0
  204. package/packages/i18n/lib/en_us/i19clearFilters.txt +1 -0
  205. package/packages/i18n/lib/en_us/i19click.txt +1 -0
  206. package/packages/i18n/lib/en_us/i19clickHere.txt +1 -0
  207. package/packages/i18n/lib/en_us/i19close.txt +1 -0
  208. package/packages/i18n/lib/en_us/i19closeFilters.txt +1 -0
  209. package/packages/i18n/lib/en_us/i19closedAt.txt +1 -0
  210. package/packages/i18n/lib/en_us/i19code.txt +1 -0
  211. package/packages/i18n/lib/en_us/i19codeCopied.txt +1 -0
  212. package/packages/i18n/lib/en_us/i19collection.txt +1 -0
  213. package/packages/i18n/lib/en_us/i19collectionBanners.txt +1 -0
  214. package/packages/i18n/lib/en_us/i19collectionItems.txt +1 -0
  215. package/packages/i18n/lib/en_us/i19collectionName.txt +1 -0
  216. package/packages/i18n/lib/en_us/i19collections.txt +1 -0
  217. package/packages/i18n/lib/en_us/i19color.txt +1 -0
  218. package/packages/i18n/lib/en_us/i19colors.txt +1 -0
  219. package/packages/i18n/lib/en_us/i19community.txt +1 -0
  220. package/packages/i18n/lib/en_us/i19companyRegistration.txt +1 -0
  221. package/packages/i18n/lib/en_us/i19compareAtPrice.txt +1 -0
  222. package/packages/i18n/lib/en_us/i19compareProducts.txt +1 -0
  223. package/packages/i18n/lib/en_us/i19comparedPreviousPeriodMsg.txt +1 -0
  224. package/packages/i18n/lib/en_us/i19complement.txt +1 -0
  225. package/packages/i18n/lib/en_us/i19complementInformation.txt +1 -0
  226. package/packages/i18n/lib/en_us/i19configuration.txt +1 -0
  227. package/packages/i18n/lib/en_us/i19confirmPassword.txt +1 -0
  228. package/packages/i18n/lib/en_us/i19confirmPurchase.txt +1 -0
  229. package/packages/i18n/lib/en_us/i19connectionErrorMsg.txt +1 -0
  230. package/packages/i18n/lib/en_us/i19connectionErrorProductMsg.txt +1 -0
  231. package/packages/i18n/lib/en_us/i19contactPhone.txt +1 -0
  232. package/packages/i18n/lib/en_us/i19contactUsMsg.txt +1 -0
  233. package/packages/i18n/lib/en_us/i19content.txt +1 -0
  234. package/packages/i18n/lib/en_us/i19continue.txt +1 -0
  235. package/packages/i18n/lib/en_us/i19continueLoginOnPopup.txt +1 -0
  236. package/packages/i18n/lib/en_us/i19continueShopping.txt +1 -0
  237. package/packages/i18n/lib/en_us/i19control.txt +1 -0
  238. package/packages/i18n/lib/en_us/i19copyCode.txt +1 -0
  239. package/packages/i18n/lib/en_us/i19copyErrorMsg.txt +1 -0
  240. package/packages/i18n/lib/en_us/i19copyright.txt +1 -0
  241. package/packages/i18n/lib/en_us/i19corporateName.txt +1 -0
  242. package/packages/i18n/lib/en_us/i19costDeclaredValue.txt +1 -0
  243. package/packages/i18n/lib/en_us/i19costPrice.txt +1 -0
  244. package/packages/i18n/lib/en_us/i19countryCode.txt +1 -0
  245. package/packages/i18n/lib/en_us/i19couponAppliedMsg.txt +1 -0
  246. package/packages/i18n/lib/en_us/i19createAnAccount.txt +1 -0
  247. package/packages/i18n/lib/en_us/i19createTransaction.txt +1 -0
  248. package/packages/i18n/lib/en_us/i19creation.txt +1 -0
  249. package/packages/i18n/lib/en_us/i19credit.txt +1 -0
  250. package/packages/i18n/lib/en_us/i19creditCard.txt +1 -0
  251. package/packages/i18n/lib/en_us/i19creditCardBin.txt +1 -0
  252. package/packages/i18n/lib/en_us/i19creditCardCompany.txt +1 -0
  253. package/packages/i18n/lib/en_us/i19creditCardHolderName.txt +1 -0
  254. package/packages/i18n/lib/en_us/i19creditCardLastDigits.txt +1 -0
  255. package/packages/i18n/lib/en_us/i19creditorFees.txt +1 -0
  256. package/packages/i18n/lib/en_us/i19creditorFeesIntermediator.txt +1 -0
  257. package/packages/i18n/lib/en_us/i19creditorFeesOperational.txt +1 -0
  258. package/packages/i18n/lib/en_us/i19currencyId.txt +1 -0
  259. package/packages/i18n/lib/en_us/i19currencySymbol.txt +1 -0
  260. package/packages/i18n/lib/en_us/i19custom.txt +1 -0
  261. package/packages/i18n/lib/en_us/i19customFields.txt +1 -0
  262. package/packages/i18n/lib/en_us/i19customPayment.txt +1 -0
  263. package/packages/i18n/lib/en_us/i19customValue.txt +1 -0
  264. package/packages/i18n/lib/en_us/i19customer.txt +1 -0
  265. package/packages/i18n/lib/en_us/i19customerNotified.txt +1 -0
  266. package/packages/i18n/lib/en_us/i19customerService.txt +1 -0
  267. package/packages/i18n/lib/en_us/i19customizationAddToPrice.txt +1 -0
  268. package/packages/i18n/lib/en_us/i19customizationAttachment.txt +1 -0
  269. package/packages/i18n/lib/en_us/i19customizationChosen.txt +1 -0
  270. package/packages/i18n/lib/en_us/i19customizations.txt +1 -0
  271. package/packages/i18n/lib/en_us/i19dailyAverage.txt +1 -0
  272. package/packages/i18n/lib/en_us/i19danger.txt +1 -0
  273. package/packages/i18n/lib/en_us/i19dashboard.txt +1 -0
  274. package/packages/i18n/lib/en_us/i19dateTime.txt +1 -0
  275. package/packages/i18n/lib/en_us/i19day.txt +1 -0
  276. package/packages/i18n/lib/en_us/i19days.txt +1 -0
  277. package/packages/i18n/lib/en_us/i19declare.txt +1 -0
  278. package/packages/i18n/lib/en_us/i19declaredValue.txt +1 -0
  279. package/packages/i18n/lib/en_us/i19delete.txt +1 -0
  280. package/packages/i18n/lib/en_us/i19deleteAll.txt +1 -0
  281. package/packages/i18n/lib/en_us/i19delivery.txt +1 -0
  282. package/packages/i18n/lib/en_us/i19deliveryCostOwnHandMsg.txt +1 -0
  283. package/packages/i18n/lib/en_us/i19deliveryInMsg.txt +1 -0
  284. package/packages/i18n/lib/en_us/i19deliveryReceipt.txt +1 -0
  285. package/packages/i18n/lib/en_us/i19deliveryReceiptMsg.txt +1 -0
  286. package/packages/i18n/lib/en_us/i19deliveryTime.txt +1 -0
  287. package/packages/i18n/lib/en_us/i19deliveryTrack.txt +1 -0
  288. package/packages/i18n/lib/en_us/i19deliveryWithOwnHandMsg.txt +1 -0
  289. package/packages/i18n/lib/en_us/i19description.txt +1 -0
  290. package/packages/i18n/lib/en_us/i19desktop.txt +1 -0
  291. package/packages/i18n/lib/en_us/i19details.txt +1 -0
  292. package/packages/i18n/lib/en_us/i19didYouMean.txt +1 -0
  293. package/packages/i18n/lib/en_us/i19digits.txt +1 -0
  294. package/packages/i18n/lib/en_us/i19directLinkPayment.txt +1 -0
  295. package/packages/i18n/lib/en_us/i19disable.txt +1 -0
  296. package/packages/i18n/lib/en_us/i19discount.txt +1 -0
  297. package/packages/i18n/lib/en_us/i19discountCoupon.txt +1 -0
  298. package/packages/i18n/lib/en_us/i19discountOf.txt +1 -0
  299. package/packages/i18n/lib/en_us/i19discountValueMsg.txt +1 -0
  300. package/packages/i18n/lib/en_us/i19displayName.txt +1 -0
  301. package/packages/i18n/lib/en_us/i19doPaymentMsg.txt +1 -0
  302. package/packages/i18n/lib/en_us/i19doYouWantToDeleteAppQn.txt +1 -0
  303. package/packages/i18n/lib/en_us/i19doYouWantToReinstallAppQn.txt +1 -0
  304. package/packages/i18n/lib/en_us/i19docCountry.txt +1 -0
  305. package/packages/i18n/lib/en_us/i19docNumber.txt +1 -0
  306. package/packages/i18n/lib/en_us/i19docs.txt +1 -0
  307. package/packages/i18n/lib/en_us/i19domain.txt +1 -0
  308. package/packages/i18n/lib/en_us/i19download.txt +1 -0
  309. package/packages/i18n/lib/en_us/i19downloadTable.txt +1 -0
  310. package/packages/i18n/lib/en_us/i19edit.txt +1 -0
  311. package/packages/i18n/lib/en_us/i19editAdditionalCost.txt +1 -0
  312. package/packages/i18n/lib/en_us/i19editComments.txt +1 -0
  313. package/packages/i18n/lib/en_us/i19editDispatchAndFulfillment.txt +1 -0
  314. package/packages/i18n/lib/en_us/i19editFeatures.txt +1 -0
  315. package/packages/i18n/lib/en_us/i19editFilters.txt +1 -0
  316. package/packages/i18n/lib/en_us/i19editGtinMpn.txt +1 -0
  317. package/packages/i18n/lib/en_us/i19editHtmlDescription.txt +1 -0
  318. package/packages/i18n/lib/en_us/i19editObservationInfo.txt +1 -0
  319. package/packages/i18n/lib/en_us/i19editPaymentDetails.txt +1 -0
  320. package/packages/i18n/lib/en_us/i19editProductDimensions.txt +1 -0
  321. package/packages/i18n/lib/en_us/i19editSeoFields.txt +1 -0
  322. package/packages/i18n/lib/en_us/i19editStorefront.txt +1 -0
  323. package/packages/i18n/lib/en_us/i19editVariation.txt +1 -0
  324. package/packages/i18n/lib/en_us/i19editing.txt +1 -0
  325. package/packages/i18n/lib/en_us/i19email.txt +1 -0
  326. package/packages/i18n/lib/en_us/i19emailAddress.txt +1 -0
  327. package/packages/i18n/lib/en_us/i19emailCartTextMsg.txt +1 -0
  328. package/packages/i18n/lib/en_us/i19emailCartTitleMsg.txt +1 -0
  329. package/packages/i18n/lib/en_us/i19emailDeliveredTextMsg.txt +1 -0
  330. package/packages/i18n/lib/en_us/i19emailDeliveredTitleMsg.txt +1 -0
  331. package/packages/i18n/lib/en_us/i19emailInfoMsg.txt +1 -0
  332. package/packages/i18n/lib/en_us/i19emailMarketing.txt +1 -0
  333. package/packages/i18n/lib/en_us/i19emailMarketingOptInMsg.txt +1 -0
  334. package/packages/i18n/lib/en_us/i19emailProfileNotFound.txt +1 -0
  335. package/packages/i18n/lib/en_us/i19emailShippedTextMsg.txt +1 -0
  336. package/packages/i18n/lib/en_us/i19emailShippedTitleMsg.txt +1 -0
  337. package/packages/i18n/lib/en_us/i19emails.txt +1 -0
  338. package/packages/i18n/lib/en_us/i19empty.txt +1 -0
  339. package/packages/i18n/lib/en_us/i19emptyCart.txt +1 -0
  340. package/packages/i18n/lib/en_us/i19emptyCartMsg.txt +1 -0
  341. package/packages/i18n/lib/en_us/i19enabled.txt +1 -0
  342. package/packages/i18n/lib/en_us/i19end.txt +1 -0
  343. package/packages/i18n/lib/en_us/i19endDate.txt +1 -0
  344. package/packages/i18n/lib/en_us/i19endpoint.txt +1 -0
  345. package/packages/i18n/lib/en_us/i19endsIn.txt +1 -0
  346. package/packages/i18n/lib/en_us/i19enterEmailCodeMsg.txt +1 -0
  347. package/packages/i18n/lib/en_us/i19enterWithPassword.txt +1 -0
  348. package/packages/i18n/lib/en_us/i19enterYourDocNumber.txt +1 -0
  349. package/packages/i18n/lib/en_us/i19enterYourDocNumberMsg.txt +1 -0
  350. package/packages/i18n/lib/en_us/i19enterYourEmail.txt +1 -0
  351. package/packages/i18n/lib/en_us/i19enterYourEmailMsg.txt +1 -0
  352. package/packages/i18n/lib/en_us/i19erp.txt +1 -0
  353. package/packages/i18n/lib/en_us/i19error.txt +1 -0
  354. package/packages/i18n/lib/en_us/i19errorMsg.txt +1 -0
  355. package/packages/i18n/lib/en_us/i19events.txt +1 -0
  356. package/packages/i18n/lib/en_us/i19export.txt +1 -0
  357. package/packages/i18n/lib/en_us/i19exportToCsv.txt +1 -0
  358. package/packages/i18n/lib/en_us/i19external.txt +1 -0
  359. package/packages/i18n/lib/en_us/i19extra.txt +1 -0
  360. package/packages/i18n/lib/en_us/i19extraCost.txt +1 -0
  361. package/packages/i18n/lib/en_us/i19familyName.txt +1 -0
  362. package/packages/i18n/lib/en_us/i19favorites.txt +1 -0
  363. package/packages/i18n/lib/en_us/i19featuredApps.txt +1 -0
  364. package/packages/i18n/lib/en_us/i19female.txt +1 -0
  365. package/packages/i18n/lib/en_us/i19field.txt +1 -0
  366. package/packages/i18n/lib/en_us/i19files.txt +1 -0
  367. package/packages/i18n/lib/en_us/i19filter.txt +1 -0
  368. package/packages/i18n/lib/en_us/i19filterProducts.txt +1 -0
  369. package/packages/i18n/lib/en_us/i19filterResults.txt +1 -0
  370. package/packages/i18n/lib/en_us/i19finalPrice.txt +1 -0
  371. package/packages/i18n/lib/en_us/i19finalPriceWithAdditional.txt +1 -0
  372. package/packages/i18n/lib/en_us/i19financialStatus.txt +1 -0
  373. package/packages/i18n/lib/en_us/i19firstSteps.txt +1 -0
  374. package/packages/i18n/lib/en_us/i19followingAddress.txt +1 -0
  375. package/packages/i18n/lib/en_us/i19for.txt +1 -0
  376. package/packages/i18n/lib/en_us/i19free.txt +1 -0
  377. package/packages/i18n/lib/en_us/i19freeShipping.txt +1 -0
  378. package/packages/i18n/lib/en_us/i19freeShippingFrom.txt +1 -0
  379. package/packages/i18n/lib/en_us/i19freebie.txt +1 -0
  380. package/packages/i18n/lib/en_us/i19freight.txt +1 -0
  381. package/packages/i18n/lib/en_us/i19freightCost.txt +1 -0
  382. package/packages/i18n/lib/en_us/i19from.txt +1 -0
  383. package/packages/i18n/lib/en_us/i19fulfillmentStatus.txt +1 -0
  384. package/packages/i18n/lib/en_us/i19fullName.txt +1 -0
  385. package/packages/i18n/lib/en_us/i19fullscreen.txt +1 -0
  386. package/packages/i18n/lib/en_us/i19gateway.txt +1 -0
  387. package/packages/i18n/lib/en_us/i19gender.txt +1 -0
  388. package/packages/i18n/lib/en_us/i19genderX.txt +1 -0
  389. package/packages/i18n/lib/en_us/i19general.txt +1 -0
  390. package/packages/i18n/lib/en_us/i19generateBillet.txt +1 -0
  391. package/packages/i18n/lib/en_us/i19get.txt +1 -0
  392. package/packages/i18n/lib/en_us/i19giftList.txt +1 -0
  393. package/packages/i18n/lib/en_us/i19giftListAuthors.txt +1 -0
  394. package/packages/i18n/lib/en_us/i19giftListAuthorsContact.txt +1 -0
  395. package/packages/i18n/lib/en_us/i19giftListDescription.txt +1 -0
  396. package/packages/i18n/lib/en_us/i19giftListEventDate.txt +1 -0
  397. package/packages/i18n/lib/en_us/i19giftListInformation.txt +1 -0
  398. package/packages/i18n/lib/en_us/i19giftListNotificationPurchaseMsg.txt +1 -0
  399. package/packages/i18n/lib/en_us/i19giftListOwnerID.txt +1 -0
  400. package/packages/i18n/lib/en_us/i19giftListPermalink.txt +1 -0
  401. package/packages/i18n/lib/en_us/i19giftListTitle.txt +1 -0
  402. package/packages/i18n/lib/en_us/i19giftListValidThru.txt +1 -0
  403. package/packages/i18n/lib/en_us/i19giftListWaiting.txt +1 -0
  404. package/packages/i18n/lib/en_us/i19giftTo.txt +1 -0
  405. package/packages/i18n/lib/en_us/i19giftWrap.txt +1 -0
  406. package/packages/i18n/lib/en_us/i19gitRepository.txt +1 -0
  407. package/packages/i18n/lib/en_us/i19givenName.txt +1 -0
  408. package/packages/i18n/lib/en_us/i19goToCart.txt +1 -0
  409. package/packages/i18n/lib/en_us/i19goToStore.txt +1 -0
  410. package/packages/i18n/lib/en_us/i19goToTop.txt +1 -0
  411. package/packages/i18n/lib/en_us/i19googleAnalytics.txt +1 -0
  412. package/packages/i18n/lib/en_us/i19googleProductCategoryId.txt +1 -0
  413. package/packages/i18n/lib/en_us/i19gridId.txt +1 -0
  414. package/packages/i18n/lib/en_us/i19gridName.txt +1 -0
  415. package/packages/i18n/lib/en_us/i19grids.txt +1 -0
  416. package/packages/i18n/lib/en_us/i19guestCheckoutMsg.txt +1 -0
  417. package/packages/i18n/lib/en_us/i19hasCouponOrVoucherQn.txt +1 -0
  418. package/packages/i18n/lib/en_us/i19height.txt +1 -0
  419. package/packages/i18n/lib/en_us/i19hello.txt +1 -0
  420. package/packages/i18n/lib/en_us/i19helloAgain.txt +1 -0
  421. package/packages/i18n/lib/en_us/i19help.txt +1 -0
  422. package/packages/i18n/lib/en_us/i19helpful.txt +1 -0
  423. package/packages/i18n/lib/en_us/i19high.txt +1 -0
  424. package/packages/i18n/lib/en_us/i19highPriority.txt +1 -0
  425. package/packages/i18n/lib/en_us/i19highestPrice.txt +1 -0
  426. package/packages/i18n/lib/en_us/i19holderName.txt +1 -0
  427. package/packages/i18n/lib/en_us/i19home.txt +1 -0
  428. package/packages/i18n/lib/en_us/i19iForgotMyPassword.txt +1 -0
  429. package/packages/i18n/lib/en_us/i19iReadAndAccept.txt +1 -0
  430. package/packages/i18n/lib/en_us/i19icon.txt +1 -0
  431. package/packages/i18n/lib/en_us/i19id.txt +1 -0
  432. package/packages/i18n/lib/en_us/i19idOfShippingLine.txt +1 -0
  433. package/packages/i18n/lib/en_us/i19identification.txt +1 -0
  434. package/packages/i18n/lib/en_us/i19identifyYourAccount.txt +1 -0
  435. package/packages/i18n/lib/en_us/i19image.txt +1 -0
  436. package/packages/i18n/lib/en_us/i19images.txt +1 -0
  437. package/packages/i18n/lib/en_us/i19import.txt +1 -0
  438. package/packages/i18n/lib/en_us/i19in.txt +1 -0
  439. package/packages/i18n/lib/en_us/i19inStock.txt +1 -0
  440. package/packages/i18n/lib/en_us/i19inStockAt.txt +1 -0
  441. package/packages/i18n/lib/en_us/i19inactive.txt +1 -0
  442. package/packages/i18n/lib/en_us/i19incorrect.txt +1 -0
  443. package/packages/i18n/lib/en_us/i19incorrectEmailCodeMsg.txt +1 -0
  444. package/packages/i18n/lib/en_us/i19incorrectFormat.txt +1 -0
  445. package/packages/i18n/lib/en_us/i19info.txt +1 -0
  446. package/packages/i18n/lib/en_us/i19inscriptionNumber.txt +1 -0
  447. package/packages/i18n/lib/en_us/i19insert.txt +1 -0
  448. package/packages/i18n/lib/en_us/i19install.txt +1 -0
  449. package/packages/i18n/lib/en_us/i19installNow.txt +1 -0
  450. package/packages/i18n/lib/en_us/i19installed.txt +1 -0
  451. package/packages/i18n/lib/en_us/i19installedApps.txt +1 -0
  452. package/packages/i18n/lib/en_us/i19installingApp.txt +1 -0
  453. package/packages/i18n/lib/en_us/i19installment.txt +1 -0
  454. package/packages/i18n/lib/en_us/i19installments.txt +1 -0
  455. package/packages/i18n/lib/en_us/i19interestFree.txt +1 -0
  456. package/packages/i18n/lib/en_us/i19intermediator.txt +1 -0
  457. package/packages/i18n/lib/en_us/i19invalidCard.txt +1 -0
  458. package/packages/i18n/lib/en_us/i19invalidCardMsg.txt +1 -0
  459. package/packages/i18n/lib/en_us/i19invalidCouponMsg.txt +1 -0
  460. package/packages/i18n/lib/en_us/i19invalidDomainName.txt +1 -0
  461. package/packages/i18n/lib/en_us/i19invalidLoginInfoMsg.txt +1 -0
  462. package/packages/i18n/lib/en_us/i19inventory.txt +1 -0
  463. package/packages/i18n/lib/en_us/i19inventoryHistory.txt +1 -0
  464. package/packages/i18n/lib/en_us/i19invoice.txt +1 -0
  465. package/packages/i18n/lib/en_us/i19invoices.txt +1 -0
  466. package/packages/i18n/lib/en_us/i19isFilter.txt +1 -0
  467. package/packages/i18n/lib/en_us/i19isNotYou.txt +1 -0
  468. package/packages/i18n/lib/en_us/i19item.txt +1 -0
  469. package/packages/i18n/lib/en_us/i19items.txt +1 -0
  470. package/packages/i18n/lib/en_us/i19itemsFound.txt +1 -0
  471. package/packages/i18n/lib/en_us/i19jurifical.txt +1 -0
  472. package/packages/i18n/lib/en_us/i19just.txt +1 -0
  473. package/packages/i18n/lib/en_us/i19keywords.txt +1 -0
  474. package/packages/i18n/lib/en_us/i19kit.txt +1 -0
  475. package/packages/i18n/lib/en_us/i19label.txt +1 -0
  476. package/packages/i18n/lib/en_us/i19labelOfCustomization.txt +1 -0
  477. package/packages/i18n/lib/en_us/i19last.txt +1 -0
  478. package/packages/i18n/lib/en_us/i19lastOptions.txt +1 -0
  479. package/packages/i18n/lib/en_us/i19lastPurchase.txt +1 -0
  480. package/packages/i18n/lib/en_us/i19lastSearchedTerms.txt +1 -0
  481. package/packages/i18n/lib/en_us/i19lastVisitedProducts.txt +1 -0
  482. package/packages/i18n/lib/en_us/i19latestOrders.txt +1 -0
  483. package/packages/i18n/lib/en_us/i19launch.txt +1 -0
  484. package/packages/i18n/lib/en_us/i19launching.txt +1 -0
  485. package/packages/i18n/lib/en_us/i19length.txt +1 -0
  486. package/packages/i18n/lib/en_us/i19lineAddress.txt +1 -0
  487. package/packages/i18n/lib/en_us/i19list.txt +1 -0
  488. package/packages/i18n/lib/en_us/i19listOfInvoices.txt +1 -0
  489. package/packages/i18n/lib/en_us/i19listOfPayments.txt +1 -0
  490. package/packages/i18n/lib/en_us/i19listSubscriptionInvoices.txt +1 -0
  491. package/packages/i18n/lib/en_us/i19load.txt +1 -0
  492. package/packages/i18n/lib/en_us/i19loadDataErrorMsg.txt +1 -0
  493. package/packages/i18n/lib/en_us/i19loadMore.txt +1 -0
  494. package/packages/i18n/lib/en_us/i19loadProductErrorMsg.txt +1 -0
  495. package/packages/i18n/lib/en_us/i19loading.txt +1 -0
  496. package/packages/i18n/lib/en_us/i19locale.txt +1 -0
  497. package/packages/i18n/lib/en_us/i19login.txt +1 -0
  498. package/packages/i18n/lib/en_us/i19loginEnabled.txt +1 -0
  499. package/packages/i18n/lib/en_us/i19loginErrorMsg.txt +1 -0
  500. package/packages/i18n/lib/en_us/i19loginForOrderDetailsMsg.txt +1 -0
  501. package/packages/i18n/lib/en_us/i19logo.txt +1 -0
  502. package/packages/i18n/lib/en_us/i19logout.txt +1 -0
  503. package/packages/i18n/lib/en_us/i19low.txt +1 -0
  504. package/packages/i18n/lib/en_us/i19lowestPrice.txt +1 -0
  505. package/packages/i18n/lib/en_us/i19loyaltyPoints.txt +1 -0
  506. package/packages/i18n/lib/en_us/i19loyaltyPointsName.txt +1 -0
  507. package/packages/i18n/lib/en_us/i19loyaltyPointsPointsValue.txt +1 -0
  508. package/packages/i18n/lib/en_us/i19madeBy.txt +1 -0
  509. package/packages/i18n/lib/en_us/i19mainEmail.txt +1 -0
  510. package/packages/i18n/lib/en_us/i19male.txt +1 -0
  511. package/packages/i18n/lib/en_us/i19manageStock.txt +1 -0
  512. package/packages/i18n/lib/en_us/i19manageYourPurchaseHistory.txt +1 -0
  513. package/packages/i18n/lib/en_us/i19marketing.txt +1 -0
  514. package/packages/i18n/lib/en_us/i19marketplace.txt +1 -0
  515. package/packages/i18n/lib/en_us/i19marketplaces.txt +1 -0
  516. package/packages/i18n/lib/en_us/i19massEdit.txt +1 -0
  517. package/packages/i18n/lib/en_us/i19maxQuantity.txt +1 -0
  518. package/packages/i18n/lib/en_us/i19maximum.txt +1 -0
  519. package/packages/i18n/lib/en_us/i19measurement.txt +1 -0
  520. package/packages/i18n/lib/en_us/i19media.txt +1 -0
  521. package/packages/i18n/lib/en_us/i19mediaGallery.txt +1 -0
  522. package/packages/i18n/lib/en_us/i19menu.txt +1 -0
  523. package/packages/i18n/lib/en_us/i19metaTagDescription.txt +1 -0
  524. package/packages/i18n/lib/en_us/i19metafields.txt +1 -0
  525. package/packages/i18n/lib/en_us/i19metafieldsMsg.txt +1 -0
  526. package/packages/i18n/lib/en_us/i19middleName.txt +1 -0
  527. package/packages/i18n/lib/en_us/i19minQuantity.txt +1 -0
  528. package/packages/i18n/lib/en_us/i19minimum.txt +1 -0
  529. package/packages/i18n/lib/en_us/i19mlCategoryId.txt +1 -0
  530. package/packages/i18n/lib/en_us/i19mobile.txt +1 -0
  531. package/packages/i18n/lib/en_us/i19mobileLink.txt +1 -0
  532. package/packages/i18n/lib/en_us/i19modules.txt +1 -0
  533. package/packages/i18n/lib/en_us/i19month.txt +1 -0
  534. package/packages/i18n/lib/en_us/i19monthly.txt +1 -0
  535. package/packages/i18n/lib/en_us/i19mostPopular.txt +1 -0
  536. package/packages/i18n/lib/en_us/i19mostRelevant.txt +1 -0
  537. package/packages/i18n/lib/en_us/i19motorcycleCourier.txt +1 -0
  538. package/packages/i18n/lib/en_us/i19myAccount.txt +1 -0
  539. package/packages/i18n/lib/en_us/i19myAccountAndOrders.txt +1 -0
  540. package/packages/i18n/lib/en_us/i19myCart.txt +1 -0
  541. package/packages/i18n/lib/en_us/i19myFavorites.txt +1 -0
  542. package/packages/i18n/lib/en_us/i19myOrders.txt +1 -0
  543. package/packages/i18n/lib/en_us/i19myShoppingCart.txt +1 -0
  544. package/packages/i18n/lib/en_us/i19name.txt +1 -0
  545. package/packages/i18n/lib/en_us/i19nameOnCard.txt +1 -0
  546. package/packages/i18n/lib/en_us/i19namespace.txt +1 -0
  547. package/packages/i18n/lib/en_us/i19namespaceMsg.txt +1 -0
  548. package/packages/i18n/lib/en_us/i19nearTo.txt +1 -0
  549. package/packages/i18n/lib/en_us/i19needHelpQn.txt +1 -0
  550. package/packages/i18n/lib/en_us/i19new.txt +1 -0
  551. package/packages/i18n/lib/en_us/i19newAddress.txt +1 -0
  552. package/packages/i18n/lib/en_us/i19newOrders.txt +1 -0
  553. package/packages/i18n/lib/en_us/i19newPassword.txt +1 -0
  554. package/packages/i18n/lib/en_us/i19newPriceRange.txt +1 -0
  555. package/packages/i18n/lib/en_us/i19newVersionAvailableMsg.txt +1 -0
  556. package/packages/i18n/lib/en_us/i19newsletter.txt +1 -0
  557. package/packages/i18n/lib/en_us/i19newsletterReport.txt +1 -0
  558. package/packages/i18n/lib/en_us/i19next.txt +1 -0
  559. package/packages/i18n/lib/en_us/i19nickname.txt +1 -0
  560. package/packages/i18n/lib/en_us/i19no.txt +1 -0
  561. package/packages/i18n/lib/en_us/i19noAdditional.txt +1 -0
  562. package/packages/i18n/lib/en_us/i19noAppsAvailable.txt +1 -0
  563. package/packages/i18n/lib/en_us/i19noBrand.txt +1 -0
  564. package/packages/i18n/lib/en_us/i19noCategory.txt +1 -0
  565. package/packages/i18n/lib/en_us/i19noCollection.txt +1 -0
  566. package/packages/i18n/lib/en_us/i19noGrid.txt +1 -0
  567. package/packages/i18n/lib/en_us/i19noItemSelected.txt +1 -0
  568. package/packages/i18n/lib/en_us/i19noNewOrdersMsg.txt +1 -0
  569. package/packages/i18n/lib/en_us/i19noNumber.txt +1 -0
  570. package/packages/i18n/lib/en_us/i19noOrder.txt +1 -0
  571. package/packages/i18n/lib/en_us/i19noPrice.txt +1 -0
  572. package/packages/i18n/lib/en_us/i19noProduct.txt +1 -0
  573. package/packages/i18n/lib/en_us/i19noProfileFoundWithEmail.txt +1 -0
  574. package/packages/i18n/lib/en_us/i19noResultsFor.txt +1 -0
  575. package/packages/i18n/lib/en_us/i19noSavedFavoritesMsg.txt +1 -0
  576. package/packages/i18n/lib/en_us/i19noUser.txt +1 -0
  577. package/packages/i18n/lib/en_us/i19normal.txt +1 -0
  578. package/packages/i18n/lib/en_us/i19notConfigured.txt +1 -0
  579. package/packages/i18n/lib/en_us/i19notFound.txt +1 -0
  580. package/packages/i18n/lib/en_us/i19notes.txt +1 -0
  581. package/packages/i18n/lib/en_us/i19notifications.txt +1 -0
  582. package/packages/i18n/lib/en_us/i19notified.txt +1 -0
  583. package/packages/i18n/lib/en_us/i19notifiedAdmins.txt +1 -0
  584. package/packages/i18n/lib/en_us/i19notifiedAdminsMsg.txt +1 -0
  585. package/packages/i18n/lib/en_us/i19notifyAboutOrders.txt +1 -0
  586. package/packages/i18n/lib/en_us/i19number.txt +1 -0
  587. package/packages/i18n/lib/en_us/i19oauthOnPopup.txt +1 -0
  588. package/packages/i18n/lib/en_us/i19of.txt +1 -0
  589. package/packages/i18n/lib/en_us/i19ofDiscount.txt +1 -0
  590. package/packages/i18n/lib/en_us/i19offer.txt +1 -0
  591. package/packages/i18n/lib/en_us/i19on.txt +1 -0
  592. package/packages/i18n/lib/en_us/i19onFollowingAddress.txt +1 -0
  593. package/packages/i18n/lib/en_us/i19onFreight.txt +1 -0
  594. package/packages/i18n/lib/en_us/i19only.txt +1 -0
  595. package/packages/i18n/lib/en_us/i19open.txt +1 -0
  596. package/packages/i18n/lib/en_us/i19openAt.txt +1 -0
  597. package/packages/i18n/lib/en_us/i19openCart.txt +1 -0
  598. package/packages/i18n/lib/en_us/i19openGallery.txt +1 -0
  599. package/packages/i18n/lib/en_us/i19operational.txt +1 -0
  600. package/packages/i18n/lib/en_us/i19option.txt +1 -0
  601. package/packages/i18n/lib/en_us/i19optionChosen.txt +1 -0
  602. package/packages/i18n/lib/en_us/i19options.txt +1 -0
  603. package/packages/i18n/lib/en_us/i19or.txt +1 -0
  604. package/packages/i18n/lib/en_us/i19orProceedWith.txt +1 -0
  605. package/packages/i18n/lib/en_us/i19order.txt +1 -0
  606. package/packages/i18n/lib/en_us/i19orderCode.txt +1 -0
  607. package/packages/i18n/lib/en_us/i19orderConfirmationMsg.txt +1 -0
  608. package/packages/i18n/lib/en_us/i19orderCreated.txt +1 -0
  609. package/packages/i18n/lib/en_us/i19orderDetails.txt +1 -0
  610. package/packages/i18n/lib/en_us/i19orderItems.txt +1 -0
  611. package/packages/i18n/lib/en_us/i19orderNotesInputMsg.txt +1 -0
  612. package/packages/i18n/lib/en_us/i19orderNumber.txt +1 -0
  613. package/packages/i18n/lib/en_us/i19orderObservations.txt +1 -0
  614. package/packages/i18n/lib/en_us/i19orderStatus.txt +1 -0
  615. package/packages/i18n/lib/en_us/i19orderValue.txt +1 -0
  616. package/packages/i18n/lib/en_us/i19orders.txt +1 -0
  617. package/packages/i18n/lib/en_us/i19ordersCount.txt +1 -0
  618. package/packages/i18n/lib/en_us/i19ordersTotalValue.txt +1 -0
  619. package/packages/i18n/lib/en_us/i19organization.txt +1 -0
  620. package/packages/i18n/lib/en_us/i19otherCustomers.txt +1 -0
  621. package/packages/i18n/lib/en_us/i19otherCustomersMsg.txt +1 -0
  622. package/packages/i18n/lib/en_us/i19outOfDate.txt +1 -0
  623. package/packages/i18n/lib/en_us/i19outOfStock.txt +1 -0
  624. package/packages/i18n/lib/en_us/i19ownDelivery.txt +1 -0
  625. package/packages/i18n/lib/en_us/i19ownHand.txt +1 -0
  626. package/packages/i18n/lib/en_us/i19ownHandCost.txt +1 -0
  627. package/packages/i18n/lib/en_us/i19package.txt +1 -0
  628. package/packages/i18n/lib/en_us/i19packageDimensions.txt +1 -0
  629. package/packages/i18n/lib/en_us/i19packageDimensionsInformation.txt +1 -0
  630. package/packages/i18n/lib/en_us/i19packageInformation.txt +1 -0
  631. package/packages/i18n/lib/en_us/i19packageWeight.txt +1 -0
  632. package/packages/i18n/lib/en_us/i19pageLoaded.txt +1 -0
  633. package/packages/i18n/lib/en_us/i19paid.txt +1 -0
  634. package/packages/i18n/lib/en_us/i19paidTextMsg.txt +1 -0
  635. package/packages/i18n/lib/en_us/i19parcelIn.txt +1 -0
  636. package/packages/i18n/lib/en_us/i19parentCategory.txt +1 -0
  637. package/packages/i18n/lib/en_us/i19partner.txt +1 -0
  638. package/packages/i18n/lib/en_us/i19partners.txt +1 -0
  639. package/packages/i18n/lib/en_us/i19partnersProgram.txt +1 -0
  640. package/packages/i18n/lib/en_us/i19password.txt +1 -0
  641. package/packages/i18n/lib/en_us/i19passwordChangedSuccessfully.txt +1 -0
  642. package/packages/i18n/lib/en_us/i19patch.txt +1 -0
  643. package/packages/i18n/lib/en_us/i19payer.txt +1 -0
  644. package/packages/i18n/lib/en_us/i19payment.txt +1 -0
  645. package/packages/i18n/lib/en_us/i19paymentConfirmed.txt +1 -0
  646. package/packages/i18n/lib/en_us/i19paymentDetails.txt +1 -0
  647. package/packages/i18n/lib/en_us/i19paymentError.txt +1 -0
  648. package/packages/i18n/lib/en_us/i19paymentErrorMsg.txt +1 -0
  649. package/packages/i18n/lib/en_us/i19paymentLink.txt +1 -0
  650. package/packages/i18n/lib/en_us/i19paymentMethod.txt +1 -0
  651. package/packages/i18n/lib/en_us/i19paymentMethodLabel.txt +1 -0
  652. package/packages/i18n/lib/en_us/i19paymentMethods.txt +1 -0
  653. package/packages/i18n/lib/en_us/i19paymentOptions.txt +1 -0
  654. package/packages/i18n/lib/en_us/i19paymentRealized.txt +1 -0
  655. package/packages/i18n/lib/en_us/i19perUnit.txt +1 -0
  656. package/packages/i18n/lib/en_us/i19permalink.txt +1 -0
  657. package/packages/i18n/lib/en_us/i19personalRegistration.txt +1 -0
  658. package/packages/i18n/lib/en_us/i19phone.txt +1 -0
  659. package/packages/i18n/lib/en_us/i19phones.txt +1 -0
  660. package/packages/i18n/lib/en_us/i19photo.txt +1 -0
  661. package/packages/i18n/lib/en_us/i19photos.txt +1 -0
  662. package/packages/i18n/lib/en_us/i19pickUpAtTheStore.txt +1 -0
  663. package/packages/i18n/lib/en_us/i19pickUpToday.txt +1 -0
  664. package/packages/i18n/lib/en_us/i19pickup.txt +1 -0
  665. package/packages/i18n/lib/en_us/i19picture.txt +1 -0
  666. package/packages/i18n/lib/en_us/i19pictures.txt +1 -0
  667. package/packages/i18n/lib/en_us/i19pointsEarned.txt +1 -0
  668. package/packages/i18n/lib/en_us/i19popularProducts.txt +1 -0
  669. package/packages/i18n/lib/en_us/i19popup.txt +1 -0
  670. package/packages/i18n/lib/en_us/i19post.txt +1 -0
  671. package/packages/i18n/lib/en_us/i19posted.txt +1 -0
  672. package/packages/i18n/lib/en_us/i19postingDeadline.txt +1 -0
  673. package/packages/i18n/lib/en_us/i19postingIn.txt +1 -0
  674. package/packages/i18n/lib/en_us/i19pressEnterToSave.txt +1 -0
  675. package/packages/i18n/lib/en_us/i19previous.txt +1 -0
  676. package/packages/i18n/lib/en_us/i19price.txt +1 -0
  677. package/packages/i18n/lib/en_us/i19priceAlteration.txt +1 -0
  678. package/packages/i18n/lib/en_us/i19priceEffectiveDate.txt +1 -0
  679. package/packages/i18n/lib/en_us/i19priceEffectiveDateEnd.txt +1 -0
  680. package/packages/i18n/lib/en_us/i19priceEffectiveDateStar.txt +1 -0
  681. package/packages/i18n/lib/en_us/i19priceRange.txt +1 -0
  682. package/packages/i18n/lib/en_us/i19priceTo.txt +1 -0
  683. package/packages/i18n/lib/en_us/i19pricing.txt +1 -0
  684. package/packages/i18n/lib/en_us/i19printBillet.txt +1 -0
  685. package/packages/i18n/lib/en_us/i19privacy.txt +1 -0
  686. package/packages/i18n/lib/en_us/i19privacyPolicy.txt +1 -0
  687. package/packages/i18n/lib/en_us/i19private.txt +1 -0
  688. package/packages/i18n/lib/en_us/i19privateMetafields.txt +1 -0
  689. package/packages/i18n/lib/en_us/i19privateMetafieldsMsg.txt +1 -0
  690. package/packages/i18n/lib/en_us/i19proceed.txt +1 -0
  691. package/packages/i18n/lib/en_us/i19product.txt +1 -0
  692. package/packages/i18n/lib/en_us/i19productDescription.txt +1 -0
  693. package/packages/i18n/lib/en_us/i19productId.txt +1 -0
  694. package/packages/i18n/lib/en_us/i19productImages.txt +1 -0
  695. package/packages/i18n/lib/en_us/i19productName.txt +1 -0
  696. package/packages/i18n/lib/en_us/i19productSpecifications.txt +1 -0
  697. package/packages/i18n/lib/en_us/i19productionDeadline.txt +1 -0
  698. package/packages/i18n/lib/en_us/i19productionTime.txt +1 -0
  699. package/packages/i18n/lib/en_us/i19productionTimeCumulative.txt +1 -0
  700. package/packages/i18n/lib/en_us/i19productionTimeDaysMsg.txt +1 -0
  701. package/packages/i18n/lib/en_us/i19productionTimeMsg.txt +1 -0
  702. package/packages/i18n/lib/en_us/i19productionTimeWorkingDays.txt +1 -0
  703. package/packages/i18n/lib/en_us/i19products.txt +1 -0
  704. package/packages/i18n/lib/en_us/i19productsAdded.txt +1 -0
  705. package/packages/i18n/lib/en_us/i19productsAddedToCart.txt +1 -0
  706. package/packages/i18n/lib/en_us/i19productsPurchased.txt +1 -0
  707. package/packages/i18n/lib/en_us/i19profile.txt +1 -0
  708. package/packages/i18n/lib/en_us/i19profileNotFound.txt +1 -0
  709. package/packages/i18n/lib/en_us/i19province.txt +1 -0
  710. package/packages/i18n/lib/en_us/i19provinceCode.txt +1 -0
  711. package/packages/i18n/lib/en_us/i19put.txt +1 -0
  712. package/packages/i18n/lib/en_us/i19quantity.txt +1 -0
  713. package/packages/i18n/lib/en_us/i19quarterly.txt +1 -0
  714. package/packages/i18n/lib/en_us/i19quickSetup.txt +1 -0
  715. package/packages/i18n/lib/en_us/i19random.txt +1 -0
  716. package/packages/i18n/lib/en_us/i19rating.txt +1 -0
  717. package/packages/i18n/lib/en_us/i19read.txt +1 -0
  718. package/packages/i18n/lib/en_us/i19receipt.txt +1 -0
  719. package/packages/i18n/lib/en_us/i19receiptPrice.txt +1 -0
  720. package/packages/i18n/lib/en_us/i19receiveNewsletter.txt +1 -0
  721. package/packages/i18n/lib/en_us/i19receiveToday.txt +1 -0
  722. package/packages/i18n/lib/en_us/i19receivedOrder.txt +1 -0
  723. package/packages/i18n/lib/en_us/i19recipient.txt +1 -0
  724. package/packages/i18n/lib/en_us/i19recommendations.txt +1 -0
  725. package/packages/i18n/lib/en_us/i19recommendedForYou.txt +1 -0
  726. package/packages/i18n/lib/en_us/i19recommendedProducts.txt +1 -0
  727. package/packages/i18n/lib/en_us/i19recurrence.txt +1 -0
  728. package/packages/i18n/lib/en_us/i19recurrent.txt +1 -0
  729. package/packages/i18n/lib/en_us/i19redirectToPayment.txt +1 -0
  730. package/packages/i18n/lib/en_us/i19reference.txt +1 -0
  731. package/packages/i18n/lib/en_us/i19referenceCode.txt +1 -0
  732. package/packages/i18n/lib/en_us/i19referral.txt +1 -0
  733. package/packages/i18n/lib/en_us/i19referringSite.txt +1 -0
  734. package/packages/i18n/lib/en_us/i19refine.txt +1 -0
  735. package/packages/i18n/lib/en_us/i19refineSearch.txt +1 -0
  736. package/packages/i18n/lib/en_us/i19registerDate.txt +1 -0
  737. package/packages/i18n/lib/en_us/i19registerProduct.txt +1 -0
  738. package/packages/i18n/lib/en_us/i19registerToBuy.txt +1 -0
  739. package/packages/i18n/lib/en_us/i19registerToBuyMsg.txt +1 -0
  740. package/packages/i18n/lib/en_us/i19registration.txt +1 -0
  741. package/packages/i18n/lib/en_us/i19reinstall.txt +1 -0
  742. package/packages/i18n/lib/en_us/i19relatedApps.txt +1 -0
  743. package/packages/i18n/lib/en_us/i19relatedProduct.txt +1 -0
  744. package/packages/i18n/lib/en_us/i19relatedSearch.txt +1 -0
  745. package/packages/i18n/lib/en_us/i19releases.txt +1 -0
  746. package/packages/i18n/lib/en_us/i19relevance.txt +1 -0
  747. package/packages/i18n/lib/en_us/i19remove.txt +1 -0
  748. package/packages/i18n/lib/en_us/i19removeFromFavorites.txt +1 -0
  749. package/packages/i18n/lib/en_us/i19removed.txt +1 -0
  750. package/packages/i18n/lib/en_us/i19reopenOrder.txt +1 -0
  751. package/packages/i18n/lib/en_us/i19require.txt +1 -0
  752. package/packages/i18n/lib/en_us/i19required.txt +1 -0
  753. package/packages/i18n/lib/en_us/i19requiredEmail.txt +1 -0
  754. package/packages/i18n/lib/en_us/i19requiredEmailMsg.txt +1 -0
  755. package/packages/i18n/lib/en_us/i19requiredField.txt +1 -0
  756. package/packages/i18n/lib/en_us/i19resource.txt +1 -0
  757. package/packages/i18n/lib/en_us/i19resourceId.txt +1 -0
  758. package/packages/i18n/lib/en_us/i19results.txt +1 -0
  759. package/packages/i18n/lib/en_us/i19resultsFor.txt +1 -0
  760. package/packages/i18n/lib/en_us/i19retail.txt +1 -0
  761. package/packages/i18n/lib/en_us/i19retry.txt +1 -0
  762. package/packages/i18n/lib/en_us/i19reviews.txt +1 -0
  763. package/packages/i18n/lib/en_us/i19safeEnvMsg.txt +1 -0
  764. package/packages/i18n/lib/en_us/i19sales.txt +1 -0
  765. package/packages/i18n/lib/en_us/i19salesChannels.txt +1 -0
  766. package/packages/i18n/lib/en_us/i19salesPrice.txt +1 -0
  767. package/packages/i18n/lib/en_us/i19save.txt +1 -0
  768. package/packages/i18n/lib/en_us/i19saveBrand.txt +1 -0
  769. package/packages/i18n/lib/en_us/i19saveCard.txt +1 -0
  770. package/packages/i18n/lib/en_us/i19saveCart.txt +1 -0
  771. package/packages/i18n/lib/en_us/i19saveCategory.txt +1 -0
  772. package/packages/i18n/lib/en_us/i19saveClient.txt +1 -0
  773. package/packages/i18n/lib/en_us/i19saveCollection.txt +1 -0
  774. package/packages/i18n/lib/en_us/i19saveGrid.txt +1 -0
  775. package/packages/i18n/lib/en_us/i19saveProduct.txt +1 -0
  776. package/packages/i18n/lib/en_us/i19saveText.txt +1 -0
  777. package/packages/i18n/lib/en_us/i19saved.txt +1 -0
  778. package/packages/i18n/lib/en_us/i19savedWithSuccess.txt +1 -0
  779. package/packages/i18n/lib/en_us/i19scheduledDelivery.txt +1 -0
  780. package/packages/i18n/lib/en_us/i19search.txt +1 -0
  781. package/packages/i18n/lib/en_us/i19searchAgain.txt +1 -0
  782. package/packages/i18n/lib/en_us/i19searchEngineListing.txt +1 -0
  783. package/packages/i18n/lib/en_us/i19searchItems.txt +1 -0
  784. package/packages/i18n/lib/en_us/i19searchOfflineErrorMsg.txt +1 -0
  785. package/packages/i18n/lib/en_us/i19searchProducts.txt +1 -0
  786. package/packages/i18n/lib/en_us/i19searchingFor.txt +1 -0
  787. package/packages/i18n/lib/en_us/i19securityCode.txt +1 -0
  788. package/packages/i18n/lib/en_us/i19seeAll$1Category.txt +1 -0
  789. package/packages/i18n/lib/en_us/i19seeAll.txt +1 -0
  790. package/packages/i18n/lib/en_us/i19seeAllApps.txt +1 -0
  791. package/packages/i18n/lib/en_us/i19seeAllThemes.txt +1 -0
  792. package/packages/i18n/lib/en_us/i19seeCart.txt +1 -0
  793. package/packages/i18n/lib/en_us/i19seeMore.txt +1 -0
  794. package/packages/i18n/lib/en_us/i19seeMoreCategories.txt +1 -0
  795. package/packages/i18n/lib/en_us/i19seeMoreInfo.txt +1 -0
  796. package/packages/i18n/lib/en_us/i19seeOrder.txt +1 -0
  797. package/packages/i18n/lib/en_us/i19seeShoppingCart.txt +1 -0
  798. package/packages/i18n/lib/en_us/i19select.txt +1 -0
  799. package/packages/i18n/lib/en_us/i19selectVariation.txt +1 -0
  800. package/packages/i18n/lib/en_us/i19selectVariationMsg.txt +1 -0
  801. package/packages/i18n/lib/en_us/i19selected.txt +1 -0
  802. package/packages/i18n/lib/en_us/i19selectedOffers.txt +1 -0
  803. package/packages/i18n/lib/en_us/i19selectedOptions.txt +1 -0
  804. package/packages/i18n/lib/en_us/i19seller.txt +1 -0
  805. package/packages/i18n/lib/en_us/i19sellerRecommendations.txt +1 -0
  806. package/packages/i18n/lib/en_us/i19sellerRecommendationsProducts.txt +1 -0
  807. package/packages/i18n/lib/en_us/i19sellerRecommendationsTitle.txt +1 -0
  808. package/packages/i18n/lib/en_us/i19sellerStatus.txt +1 -0
  809. package/packages/i18n/lib/en_us/i19send.txt +1 -0
  810. package/packages/i18n/lib/en_us/i19sendLoginCodeByEmail.txt +1 -0
  811. package/packages/i18n/lib/en_us/i19sender.txt +1 -0
  812. package/packages/i18n/lib/en_us/i19senderFrom.txt +1 -0
  813. package/packages/i18n/lib/en_us/i19seo.txt +1 -0
  814. package/packages/i18n/lib/en_us/i19setDomainMsg.txt +1 -0
  815. package/packages/i18n/lib/en_us/i19setStoreDomain.txt +1 -0
  816. package/packages/i18n/lib/en_us/i19setUp.txt +1 -0
  817. package/packages/i18n/lib/en_us/i19settings.txt +1 -0
  818. package/packages/i18n/lib/en_us/i19share.txt +1 -0
  819. package/packages/i18n/lib/en_us/i19shareOnFacebook.txt +1 -0
  820. package/packages/i18n/lib/en_us/i19shareOnWhatsapp.txt +1 -0
  821. package/packages/i18n/lib/en_us/i19shipped.txt +1 -0
  822. package/packages/i18n/lib/en_us/i19shippedBy.txt +1 -0
  823. package/packages/i18n/lib/en_us/i19shipping.txt +1 -0
  824. package/packages/i18n/lib/en_us/i19shippingAdditionalPrice.txt +1 -0
  825. package/packages/i18n/lib/en_us/i19shippingAddress.txt +1 -0
  826. package/packages/i18n/lib/en_us/i19shippingCustomFields.txt +1 -0
  827. package/packages/i18n/lib/en_us/i19shippingDiscount.txt +1 -0
  828. package/packages/i18n/lib/en_us/i19shippingInvoices.txt +1 -0
  829. package/packages/i18n/lib/en_us/i19shippingMethod.txt +1 -0
  830. package/packages/i18n/lib/en_us/i19shippingMethodLabel.txt +1 -0
  831. package/packages/i18n/lib/en_us/i19shippingNotes.txt +1 -0
  832. package/packages/i18n/lib/en_us/i19shippingNotesMsg.txt +1 -0
  833. package/packages/i18n/lib/en_us/i19shippingStatus.txt +1 -0
  834. package/packages/i18n/lib/en_us/i19shippingTag.txt +1 -0
  835. package/packages/i18n/lib/en_us/i19shippingTags.txt +1 -0
  836. package/packages/i18n/lib/en_us/i19shippingTaxes.txt +1 -0
  837. package/packages/i18n/lib/en_us/i19shippingTaxesMsg.txt +1 -0
  838. package/packages/i18n/lib/en_us/i19shippingTo.txt +1 -0
  839. package/packages/i18n/lib/en_us/i19shippingTotalCost.txt +1 -0
  840. package/packages/i18n/lib/en_us/i19shopByCategory.txt +1 -0
  841. package/packages/i18n/lib/en_us/i19shopByFranchise.txt +1 -0
  842. package/packages/i18n/lib/en_us/i19shopNow.txt +1 -0
  843. package/packages/i18n/lib/en_us/i19shoppingCart.txt +1 -0
  844. package/packages/i18n/lib/en_us/i19short.txt +1 -0
  845. package/packages/i18n/lib/en_us/i19shortDescription.txt +1 -0
  846. package/packages/i18n/lib/en_us/i19show.txt +1 -0
  847. package/packages/i18n/lib/en_us/i19showDescription.txt +1 -0
  848. package/packages/i18n/lib/en_us/i19showReview.txt +1 -0
  849. package/packages/i18n/lib/en_us/i19signIn.txt +1 -0
  850. package/packages/i18n/lib/en_us/i19signInWith.txt +1 -0
  851. package/packages/i18n/lib/en_us/i19signInWithAnotherEmail.txt +1 -0
  852. package/packages/i18n/lib/en_us/i19signUp.txt +1 -0
  853. package/packages/i18n/lib/en_us/i19signUpWith.txt +1 -0
  854. package/packages/i18n/lib/en_us/i19signature.txt +1 -0
  855. package/packages/i18n/lib/en_us/i19size.txt +1 -0
  856. package/packages/i18n/lib/en_us/i19sizeGuide.txt +1 -0
  857. package/packages/i18n/lib/en_us/i19sku.txt +1 -0
  858. package/packages/i18n/lib/en_us/i19slug.txt +1 -0
  859. package/packages/i18n/lib/en_us/i19socialLogin.txt +1 -0
  860. package/packages/i18n/lib/en_us/i19socialMedia.txt +1 -0
  861. package/packages/i18n/lib/en_us/i19sort.txt +1 -0
  862. package/packages/i18n/lib/en_us/i19sortBy.txt +1 -0
  863. package/packages/i18n/lib/en_us/i19source.txt +1 -0
  864. package/packages/i18n/lib/en_us/i19sourceName.txt +1 -0
  865. package/packages/i18n/lib/en_us/i19specifications.txt +1 -0
  866. package/packages/i18n/lib/en_us/i19staffNotes.txt +1 -0
  867. package/packages/i18n/lib/en_us/i19staffSignature.txt +1 -0
  868. package/packages/i18n/lib/en_us/i19star.txt +1 -0
  869. package/packages/i18n/lib/en_us/i19startDate.txt +1 -0
  870. package/packages/i18n/lib/en_us/i19state.txt +1 -0
  871. package/packages/i18n/lib/en_us/i19status.txt +1 -0
  872. package/packages/i18n/lib/en_us/i19statusLink.txt +1 -0
  873. package/packages/i18n/lib/en_us/i19statusMobileLink.txt +1 -0
  874. package/packages/i18n/lib/en_us/i19store.txt +1 -0
  875. package/packages/i18n/lib/en_us/i19storefront.txt +1 -0
  876. package/packages/i18n/lib/en_us/i19street.txt +1 -0
  877. package/packages/i18n/lib/en_us/i19submit.txt +1 -0
  878. package/packages/i18n/lib/en_us/i19subresource.txt +1 -0
  879. package/packages/i18n/lib/en_us/i19subresourceId.txt +1 -0
  880. package/packages/i18n/lib/en_us/i19subscribe.txt +1 -0
  881. package/packages/i18n/lib/en_us/i19subscription.txt +1 -0
  882. package/packages/i18n/lib/en_us/i19subscriptionInvoices.txt +1 -0
  883. package/packages/i18n/lib/en_us/i19subscriptions.txt +1 -0
  884. package/packages/i18n/lib/en_us/i19subtitle.txt +1 -0
  885. package/packages/i18n/lib/en_us/i19subtotal.txt +1 -0
  886. package/packages/i18n/lib/en_us/i19success.txt +1 -0
  887. package/packages/i18n/lib/en_us/i19successfullyInstalled.txt +1 -0
  888. package/packages/i18n/lib/en_us/i19successfullyUninstalled.txt +1 -0
  889. package/packages/i18n/lib/en_us/i19suggestedProducts.txt +1 -0
  890. package/packages/i18n/lib/en_us/i19summary.txt +1 -0
  891. package/packages/i18n/lib/en_us/i19support.txt +1 -0
  892. package/packages/i18n/lib/en_us/i19table.txt +1 -0
  893. package/packages/i18n/lib/en_us/i19tax.txt +1 -0
  894. package/packages/i18n/lib/en_us/i19taxExempt.txt +1 -0
  895. package/packages/i18n/lib/en_us/i19termSearched.txt +1 -0
  896. package/packages/i18n/lib/en_us/i19test.txt +1 -0
  897. package/packages/i18n/lib/en_us/i19thanks.txt +1 -0
  898. package/packages/i18n/lib/en_us/i19thanksForPurchase.txt +1 -0
  899. package/packages/i18n/lib/en_us/i19theme.txt +1 -0
  900. package/packages/i18n/lib/en_us/i19themes.txt +1 -0
  901. package/packages/i18n/lib/en_us/i19ticketCode.txt +1 -0
  902. package/packages/i18n/lib/en_us/i19title.txt +1 -0
  903. package/packages/i18n/lib/en_us/i19titleTag.txt +1 -0
  904. package/packages/i18n/lib/en_us/i19to.txt +1 -0
  905. package/packages/i18n/lib/en_us/i19toEarn.txt +1 -0
  906. package/packages/i18n/lib/en_us/i19toPay.txt +1 -0
  907. package/packages/i18n/lib/en_us/i19today.txt +1 -0
  908. package/packages/i18n/lib/en_us/i19token.txt +1 -0
  909. package/packages/i18n/lib/en_us/i19total.txt +1 -0
  910. package/packages/i18n/lib/en_us/i19totalAmount.txt +1 -0
  911. package/packages/i18n/lib/en_us/i19totalCancelled.txt +1 -0
  912. package/packages/i18n/lib/en_us/i19totalCancelledMsg.txt +1 -0
  913. package/packages/i18n/lib/en_us/i19totalResultsFor.txt +1 -0
  914. package/packages/i18n/lib/en_us/i19totalSpent.txt +1 -0
  915. package/packages/i18n/lib/en_us/i19trackDelivery.txt +1 -0
  916. package/packages/i18n/lib/en_us/i19trackingCodes.txt +1 -0
  917. package/packages/i18n/lib/en_us/i19transactionCode.txt +1 -0
  918. package/packages/i18n/lib/en_us/i19transactionId.txt +1 -0
  919. package/packages/i18n/lib/en_us/i19transactionItems.txt +1 -0
  920. package/packages/i18n/lib/en_us/i19transactionStatus.txt +1 -0
  921. package/packages/i18n/lib/en_us/i19transactionStatusMsg.txt +1 -0
  922. package/packages/i18n/lib/en_us/i19transactionType.txt +1 -0
  923. package/packages/i18n/lib/en_us/i19trendingApps.txt +1 -0
  924. package/packages/i18n/lib/en_us/i19triggers.txt +1 -0
  925. package/packages/i18n/lib/en_us/i19triggersMsg.txt +1 -0
  926. package/packages/i18n/lib/en_us/i19tryAgain.txt +1 -0
  927. package/packages/i18n/lib/en_us/i19type.txt +1 -0
  928. package/packages/i18n/lib/en_us/i19unable.txt +1 -0
  929. package/packages/i18n/lib/en_us/i19unableToInstallApp.txt +1 -0
  930. package/packages/i18n/lib/en_us/i19unableToUninstallApp.txt +1 -0
  931. package/packages/i18n/lib/en_us/i19unavailable.txt +1 -0
  932. package/packages/i18n/lib/en_us/i19uninstall.txt +1 -0
  933. package/packages/i18n/lib/en_us/i19uninstallingApp.txt +1 -0
  934. package/packages/i18n/lib/en_us/i19uninstallingAppWithSuccess.txt +1 -0
  935. package/packages/i18n/lib/en_us/i19units.txt +1 -0
  936. package/packages/i18n/lib/en_us/i19unitsInStock.txt +1 -0
  937. package/packages/i18n/lib/en_us/i19unlimited.txt +1 -0
  938. package/packages/i18n/lib/en_us/i19unsubscribe.txt +1 -0
  939. package/packages/i18n/lib/en_us/i19untilTomorrow.txt +1 -0
  940. package/packages/i18n/lib/en_us/i19upTo.txt +1 -0
  941. package/packages/i18n/lib/en_us/i19update.txt +1 -0
  942. package/packages/i18n/lib/en_us/i19updatedAt.txt +1 -0
  943. package/packages/i18n/lib/en_us/i19upload.txt +1 -0
  944. package/packages/i18n/lib/en_us/i19uploadLogo.txt +1 -0
  945. package/packages/i18n/lib/en_us/i19uploadTable.txt +1 -0
  946. package/packages/i18n/lib/en_us/i19url.txt +1 -0
  947. package/packages/i18n/lib/en_us/i19use$1LoyaltyPoints.txt +1 -0
  948. package/packages/i18n/lib/en_us/i19user.txt +1 -0
  949. package/packages/i18n/lib/en_us/i19userFound.txt +1 -0
  950. package/packages/i18n/lib/en_us/i19username.txt +1 -0
  951. package/packages/i18n/lib/en_us/i19usersFound.txt +1 -0
  952. package/packages/i18n/lib/en_us/i19utm.txt +1 -0
  953. package/packages/i18n/lib/en_us/i19utmCampaign.txt +1 -0
  954. package/packages/i18n/lib/en_us/i19utmContent.txt +1 -0
  955. package/packages/i18n/lib/en_us/i19utmMedium.txt +1 -0
  956. package/packages/i18n/lib/en_us/i19utmSource.txt +1 -0
  957. package/packages/i18n/lib/en_us/i19utmTerm.txt +1 -0
  958. package/packages/i18n/lib/en_us/i19valid.txt +1 -0
  959. package/packages/i18n/lib/en_us/i19validThru.txt +1 -0
  960. package/packages/i18n/lib/en_us/i19validate.txt +1 -0
  961. package/packages/i18n/lib/en_us/i19value.txt +1 -0
  962. package/packages/i18n/lib/en_us/i19variation.txt +1 -0
  963. package/packages/i18n/lib/en_us/i19variationId.txt +1 -0
  964. package/packages/i18n/lib/en_us/i19variationName.txt +1 -0
  965. package/packages/i18n/lib/en_us/i19variations.txt +1 -0
  966. package/packages/i18n/lib/en_us/i19verified.txt +1 -0
  967. package/packages/i18n/lib/en_us/i19version.txt +1 -0
  968. package/packages/i18n/lib/en_us/i19versionDate.txt +1 -0
  969. package/packages/i18n/lib/en_us/i19video.txt +1 -0
  970. package/packages/i18n/lib/en_us/i19videos.txt +1 -0
  971. package/packages/i18n/lib/en_us/i19visible.txt +1 -0
  972. package/packages/i18n/lib/en_us/i19visibleProducts.txt +1 -0
  973. package/packages/i18n/lib/en_us/i19visitor.txt +1 -0
  974. package/packages/i18n/lib/en_us/i19visitorCheckout.txt +1 -0
  975. package/packages/i18n/lib/en_us/i19warning.txt +1 -0
  976. package/packages/i18n/lib/en_us/i19warningToReinstallAppMsg.txt +1 -0
  977. package/packages/i18n/lib/en_us/i19wasAnErrorOnLoginMsg.txt +1 -0
  978. package/packages/i18n/lib/en_us/i19weFrom.txt +1 -0
  979. package/packages/i18n/lib/en_us/i19weRecommendToYou.txt +1 -0
  980. package/packages/i18n/lib/en_us/i19weUseYourDataToMsg.txt +1 -0
  981. package/packages/i18n/lib/en_us/i19webhooks.txt +1 -0
  982. package/packages/i18n/lib/en_us/i19webhooksApiExternalApiMsg.txt +1 -0
  983. package/packages/i18n/lib/en_us/i19webhooksApiMsg.txt +1 -0
  984. package/packages/i18n/lib/en_us/i19webhooksApiStoreApiMsg.txt +1 -0
  985. package/packages/i18n/lib/en_us/i19webhooksMapBodyMsg.txt +1 -0
  986. package/packages/i18n/lib/en_us/i19webhooksMsg.txt +1 -0
  987. package/packages/i18n/lib/en_us/i19webhooksSendBodyMsg.txt +1 -0
  988. package/packages/i18n/lib/en_us/i19weekly.txt +1 -0
  989. package/packages/i18n/lib/en_us/i19weight.txt +1 -0
  990. package/packages/i18n/lib/en_us/i19welcome.txt +1 -0
  991. package/packages/i18n/lib/en_us/i19welcomeTextMsg.txt +1 -0
  992. package/packages/i18n/lib/en_us/i19widgets.txt +1 -0
  993. package/packages/i18n/lib/en_us/i19width.txt +1 -0
  994. package/packages/i18n/lib/en_us/i19willReceiveMsg.txt +1 -0
  995. package/packages/i18n/lib/en_us/i19with.txt +1 -0
  996. package/packages/i18n/lib/en_us/i19withoutInstallmentRates.txt +1 -0
  997. package/packages/i18n/lib/en_us/i19workingDays.txt +1 -0
  998. package/packages/i18n/lib/en_us/i19write.txt +1 -0
  999. package/packages/i18n/lib/en_us/i19writeReview.txt +1 -0
  1000. package/packages/i18n/lib/en_us/i19year.txt +1 -0
  1001. package/packages/i18n/lib/en_us/i19yearly.txt +1 -0
  1002. package/packages/i18n/lib/en_us/i19years.txt +1 -0
  1003. package/packages/i18n/lib/en_us/i19yes.txt +1 -0
  1004. package/packages/i18n/lib/en_us/i19youEarn.txt +1 -0
  1005. package/packages/i18n/lib/en_us/i19yourInstalledApps.txt +1 -0
  1006. package/packages/i18n/lib/en_us/i19zipCode.txt +1 -0
  1007. package/packages/i18n/lib/en_us/i19zipCodeRange.txt +1 -0
  1008. package/packages/i18n/lib/en_us.d.ts +1 -1
  1009. package/packages/i18n/lib/en_us.js +1 -1
  1010. package/packages/i18n/lib/pt_br/i19a.txt +1 -0
  1011. package/packages/i18n/lib/pt_br/i19about.txt +1 -0
  1012. package/packages/i18n/lib/pt_br/i19aboutCvvMsg.txt +1 -0
  1013. package/packages/i18n/lib/pt_br/i19aboveOf.txt +1 -0
  1014. package/packages/i18n/lib/pt_br/i19acceptAttachedFile.txt +1 -0
  1015. package/packages/i18n/lib/pt_br/i19acceptCustomOptionByCustomer.txt +1 -0
  1016. package/packages/i18n/lib/pt_br/i19accessMyAccount.txt +1 -0
  1017. package/packages/i18n/lib/pt_br/i19activate.txt +1 -0
  1018. package/packages/i18n/lib/pt_br/i19active.txt +1 -0
  1019. package/packages/i18n/lib/pt_br/i19adRelevance.txt +1 -0
  1020. package/packages/i18n/lib/pt_br/i19adType.txt +1 -0
  1021. package/packages/i18n/lib/pt_br/i19add$1ToEarn.txt +1 -0
  1022. package/packages/i18n/lib/pt_br/i19add.txt +1 -0
  1023. package/packages/i18n/lib/pt_br/i19addApp.txt +1 -0
  1024. package/packages/i18n/lib/pt_br/i19addCart.txt +1 -0
  1025. package/packages/i18n/lib/pt_br/i19addClient.txt +1 -0
  1026. package/packages/i18n/lib/pt_br/i19addDiscountCoupon.txt +1 -0
  1027. package/packages/i18n/lib/pt_br/i19addGiftList.txt +1 -0
  1028. package/packages/i18n/lib/pt_br/i19addGrid.txt +1 -0
  1029. package/packages/i18n/lib/pt_br/i19addMoreProducts.txt +1 -0
  1030. package/packages/i18n/lib/pt_br/i19addPreference.txt +1 -0
  1031. package/packages/i18n/lib/pt_br/i19addProduct.txt +1 -0
  1032. package/packages/i18n/lib/pt_br/i19addToCart.txt +1 -0
  1033. package/packages/i18n/lib/pt_br/i19addToFavorites.txt +1 -0
  1034. package/packages/i18n/lib/pt_br/i19addToPrice.txt +1 -0
  1035. package/packages/i18n/lib/pt_br/i19addVariants.txt +1 -0
  1036. package/packages/i18n/lib/pt_br/i19additional.txt +1 -0
  1037. package/packages/i18n/lib/pt_br/i19additionalComments.txt +1 -0
  1038. package/packages/i18n/lib/pt_br/i19additionalCost.txt +1 -0
  1039. package/packages/i18n/lib/pt_br/i19additionalCostOption.txt +1 -0
  1040. package/packages/i18n/lib/pt_br/i19additionalInfo.txt +1 -0
  1041. package/packages/i18n/lib/pt_br/i19additionalNotes.txt +1 -0
  1042. package/packages/i18n/lib/pt_br/i19address.txt +1 -0
  1043. package/packages/i18n/lib/pt_br/i19addresses.txt +1 -0
  1044. package/packages/i18n/lib/pt_br/i19addressesName.txt +1 -0
  1045. package/packages/i18n/lib/pt_br/i19adminSettings.txt +1 -0
  1046. package/packages/i18n/lib/pt_br/i19advanced.txt +1 -0
  1047. package/packages/i18n/lib/pt_br/i19adwords.txt +1 -0
  1048. package/packages/i18n/lib/pt_br/i19adwordsRemarketing.txt +1 -0
  1049. package/packages/i18n/lib/pt_br/i19adwordsRemarketingCode.txt +1 -0
  1050. package/packages/i18n/lib/pt_br/i19affiliateCoede.txt +1 -0
  1051. package/packages/i18n/lib/pt_br/i19afterApproval.txt +1 -0
  1052. package/packages/i18n/lib/pt_br/i19afterPayment.txt +1 -0
  1053. package/packages/i18n/lib/pt_br/i19all.txt +1 -0
  1054. package/packages/i18n/lib/pt_br/i19allCategories.txt +1 -0
  1055. package/packages/i18n/lib/pt_br/i19allOptions.txt +1 -0
  1056. package/packages/i18n/lib/pt_br/i19alt.txt +1 -0
  1057. package/packages/i18n/lib/pt_br/i19amount.txt +1 -0
  1058. package/packages/i18n/lib/pt_br/i19another.txt +1 -0
  1059. package/packages/i18n/lib/pt_br/i19anyPaymentMethodMsg.txt +1 -0
  1060. package/packages/i18n/lib/pt_br/i19api.txt +1 -0
  1061. package/packages/i18n/lib/pt_br/i19app.txt +1 -0
  1062. package/packages/i18n/lib/pt_br/i19appAlreadyInstalledMsg.txt +1 -0
  1063. package/packages/i18n/lib/pt_br/i19appConfiguration.txt +1 -0
  1064. package/packages/i18n/lib/pt_br/i19appDevelopers.txt +1 -0
  1065. package/packages/i18n/lib/pt_br/i19application.txt +1 -0
  1066. package/packages/i18n/lib/pt_br/i19applications.txt +1 -0
  1067. package/packages/i18n/lib/pt_br/i19applyDiscount.txt +1 -0
  1068. package/packages/i18n/lib/pt_br/i19applyFilters.txt +1 -0
  1069. package/packages/i18n/lib/pt_br/i19apps.txt +1 -0
  1070. package/packages/i18n/lib/pt_br/i19areYouWantToDeleteAppQn.txt +1 -0
  1071. package/packages/i18n/lib/pt_br/i19asOf.txt +1 -0
  1072. package/packages/i18n/lib/pt_br/i19associateImage.txt +1 -0
  1073. package/packages/i18n/lib/pt_br/i19associateImages.txt +1 -0
  1074. package/packages/i18n/lib/pt_br/i19at.txt +1 -0
  1075. package/packages/i18n/lib/pt_br/i19atSight.txt +1 -0
  1076. package/packages/i18n/lib/pt_br/i19attachment.txt +1 -0
  1077. package/packages/i18n/lib/pt_br/i19attention.txt +1 -0
  1078. package/packages/i18n/lib/pt_br/i19authentication.txt +1 -0
  1079. package/packages/i18n/lib/pt_br/i19author.txt +1 -0
  1080. package/packages/i18n/lib/pt_br/i19authorizedStores.txt +1 -0
  1081. package/packages/i18n/lib/pt_br/i19automaticallyTrackInventory.txt +1 -0
  1082. package/packages/i18n/lib/pt_br/i19available.txt +1 -0
  1083. package/packages/i18n/lib/pt_br/i19availableApps.txt +1 -0
  1084. package/packages/i18n/lib/pt_br/i19availablePurchase.txt +1 -0
  1085. package/packages/i18n/lib/pt_br/i19average.txt +1 -0
  1086. package/packages/i18n/lib/pt_br/i19averageTicket.txt +1 -0
  1087. package/packages/i18n/lib/pt_br/i19back.txt +1 -0
  1088. package/packages/i18n/lib/pt_br/i19backToCart.txt +1 -0
  1089. package/packages/i18n/lib/pt_br/i19backToProduct.txt +1 -0
  1090. package/packages/i18n/lib/pt_br/i19bag.txt +1 -0
  1091. package/packages/i18n/lib/pt_br/i19balanceOrPoints.txt +1 -0
  1092. package/packages/i18n/lib/pt_br/i19banner.txt +1 -0
  1093. package/packages/i18n/lib/pt_br/i19banners.txt +1 -0
  1094. package/packages/i18n/lib/pt_br/i19bannersCollection.txt +1 -0
  1095. package/packages/i18n/lib/pt_br/i19barcodes.txt +1 -0
  1096. package/packages/i18n/lib/pt_br/i19basePrice.txt +1 -0
  1097. package/packages/i18n/lib/pt_br/i19bearersDocument.txt +1 -0
  1098. package/packages/i18n/lib/pt_br/i19best.txt +1 -0
  1099. package/packages/i18n/lib/pt_br/i19bestSellers.txt +1 -0
  1100. package/packages/i18n/lib/pt_br/i19biannual.txt +1 -0
  1101. package/packages/i18n/lib/pt_br/i19billingAddress.txt +1 -0
  1102. package/packages/i18n/lib/pt_br/i19bimonthly.txt +1 -0
  1103. package/packages/i18n/lib/pt_br/i19birthdate.txt +1 -0
  1104. package/packages/i18n/lib/pt_br/i19biweekly.txt +1 -0
  1105. package/packages/i18n/lib/pt_br/i19block.txt +1 -0
  1106. package/packages/i18n/lib/pt_br/i19borough.txt +1 -0
  1107. package/packages/i18n/lib/pt_br/i19brand.txt +1 -0
  1108. package/packages/i18n/lib/pt_br/i19brandBanners.txt +1 -0
  1109. package/packages/i18n/lib/pt_br/i19brandFound.txt +1 -0
  1110. package/packages/i18n/lib/pt_br/i19brandName.txt +1 -0
  1111. package/packages/i18n/lib/pt_br/i19brands.txt +1 -0
  1112. package/packages/i18n/lib/pt_br/i19brandsFound.txt +1 -0
  1113. package/packages/i18n/lib/pt_br/i19brazil.txt +1 -0
  1114. package/packages/i18n/lib/pt_br/i19browserIp.txt +1 -0
  1115. package/packages/i18n/lib/pt_br/i19budgetOnly.txt +1 -0
  1116. package/packages/i18n/lib/pt_br/i19buy.txt +1 -0
  1117. package/packages/i18n/lib/pt_br/i19buyAgain.txt +1 -0
  1118. package/packages/i18n/lib/pt_br/i19buyAlsoMsg.txt +1 -0
  1119. package/packages/i18n/lib/pt_br/i19buyKit.txt +1 -0
  1120. package/packages/i18n/lib/pt_br/i19buyNow.txt +1 -0
  1121. package/packages/i18n/lib/pt_br/i19buyOnWhatsApp.txt +1 -0
  1122. package/packages/i18n/lib/pt_br/i19buyWith.txt +1 -0
  1123. package/packages/i18n/lib/pt_br/i19buyer.txt +1 -0
  1124. package/packages/i18n/lib/pt_br/i19buyers.txt +1 -0
  1125. package/packages/i18n/lib/pt_br/i19buyersProfile.txt +1 -0
  1126. package/packages/i18n/lib/pt_br/i19by.txt +1 -0
  1127. package/packages/i18n/lib/pt_br/i19calculateShipping.txt +1 -0
  1128. package/packages/i18n/lib/pt_br/i19callTo.txt +1 -0
  1129. package/packages/i18n/lib/pt_br/i19callback.txt +1 -0
  1130. package/packages/i18n/lib/pt_br/i19campaign.txt +1 -0
  1131. package/packages/i18n/lib/pt_br/i19campaignAppliedMsg.txt +1 -0
  1132. package/packages/i18n/lib/pt_br/i19cancel.txt +1 -0
  1133. package/packages/i18n/lib/pt_br/i19cancelOrder.txt +1 -0
  1134. package/packages/i18n/lib/pt_br/i19cancelReason.txt +1 -0
  1135. package/packages/i18n/lib/pt_br/i19cancelled.txt +1 -0
  1136. package/packages/i18n/lib/pt_br/i19cancelledAt.txt +1 -0
  1137. package/packages/i18n/lib/pt_br/i19cardNumber.txt +1 -0
  1138. package/packages/i18n/lib/pt_br/i19cartConfirmed.txt +1 -0
  1139. package/packages/i18n/lib/pt_br/i19cartDetails.txt +1 -0
  1140. package/packages/i18n/lib/pt_br/i19cartItems.txt +1 -0
  1141. package/packages/i18n/lib/pt_br/i19cartReview.txt +1 -0
  1142. package/packages/i18n/lib/pt_br/i19cartUpdated.txt +1 -0
  1143. package/packages/i18n/lib/pt_br/i19categories.txt +1 -0
  1144. package/packages/i18n/lib/pt_br/i19category.txt +1 -0
  1145. package/packages/i18n/lib/pt_br/i19categoryBanners.txt +1 -0
  1146. package/packages/i18n/lib/pt_br/i19categoryFound.txt +1 -0
  1147. package/packages/i18n/lib/pt_br/i19categoryName.txt +1 -0
  1148. package/packages/i18n/lib/pt_br/i19cellphone.txt +1 -0
  1149. package/packages/i18n/lib/pt_br/i19changePaymentMethod.txt +1 -0
  1150. package/packages/i18n/lib/pt_br/i19changeShippingMethod.txt +1 -0
  1151. package/packages/i18n/lib/pt_br/i19channel.txt +1 -0
  1152. package/packages/i18n/lib/pt_br/i19channelId.txt +1 -0
  1153. package/packages/i18n/lib/pt_br/i19channelType.txt +1 -0
  1154. package/packages/i18n/lib/pt_br/i19channels.txt +1 -0
  1155. package/packages/i18n/lib/pt_br/i19checkout.txt +1 -0
  1156. package/packages/i18n/lib/pt_br/i19checkoutDone.txt +1 -0
  1157. package/packages/i18n/lib/pt_br/i19checkoutEnabled.txt +1 -0
  1158. package/packages/i18n/lib/pt_br/i19checkoutLink.txt +1 -0
  1159. package/packages/i18n/lib/pt_br/i19checkoutMobileLink.txt +1 -0
  1160. package/packages/i18n/lib/pt_br/i19checkoutVisitor.txt +1 -0
  1161. package/packages/i18n/lib/pt_br/i19checkoutVisitorMsg.txt +1 -0
  1162. package/packages/i18n/lib/pt_br/i19chooseSubscriptionPeriod.txt +1 -0
  1163. package/packages/i18n/lib/pt_br/i19city.txt +1 -0
  1164. package/packages/i18n/lib/pt_br/i19clear.txt +1 -0
  1165. package/packages/i18n/lib/pt_br/i19clearFilters.txt +1 -0
  1166. package/packages/i18n/lib/pt_br/i19click.txt +1 -0
  1167. package/packages/i18n/lib/pt_br/i19clickHere.txt +1 -0
  1168. package/packages/i18n/lib/pt_br/i19close.txt +1 -0
  1169. package/packages/i18n/lib/pt_br/i19closeFilters.txt +1 -0
  1170. package/packages/i18n/lib/pt_br/i19closedAt.txt +1 -0
  1171. package/packages/i18n/lib/pt_br/i19code.txt +1 -0
  1172. package/packages/i18n/lib/pt_br/i19codeCopied.txt +1 -0
  1173. package/packages/i18n/lib/pt_br/i19collection.txt +1 -0
  1174. package/packages/i18n/lib/pt_br/i19collectionBanners.txt +1 -0
  1175. package/packages/i18n/lib/pt_br/i19collectionItems.txt +1 -0
  1176. package/packages/i18n/lib/pt_br/i19collectionName.txt +1 -0
  1177. package/packages/i18n/lib/pt_br/i19collections.txt +1 -0
  1178. package/packages/i18n/lib/pt_br/i19color.txt +1 -0
  1179. package/packages/i18n/lib/pt_br/i19colors.txt +1 -0
  1180. package/packages/i18n/lib/pt_br/i19community.txt +1 -0
  1181. package/packages/i18n/lib/pt_br/i19companyRegistration.txt +1 -0
  1182. package/packages/i18n/lib/pt_br/i19compareAtPrice.txt +1 -0
  1183. package/packages/i18n/lib/pt_br/i19compareProducts.txt +1 -0
  1184. package/packages/i18n/lib/pt_br/i19comparedPreviousPeriodMsg.txt +1 -0
  1185. package/packages/i18n/lib/pt_br/i19complement.txt +1 -0
  1186. package/packages/i18n/lib/pt_br/i19complementInformation.txt +1 -0
  1187. package/packages/i18n/lib/pt_br/i19configuration.txt +1 -0
  1188. package/packages/i18n/lib/pt_br/i19confirmPassword.txt +1 -0
  1189. package/packages/i18n/lib/pt_br/i19confirmPurchase.txt +1 -0
  1190. package/packages/i18n/lib/pt_br/i19connectionErrorMsg.txt +1 -0
  1191. package/packages/i18n/lib/pt_br/i19connectionErrorProductMsg.txt +1 -0
  1192. package/packages/i18n/lib/pt_br/i19contactPhone.txt +1 -0
  1193. package/packages/i18n/lib/pt_br/i19contactUsMsg.txt +1 -0
  1194. package/packages/i18n/lib/pt_br/i19content.txt +1 -0
  1195. package/packages/i18n/lib/pt_br/i19continue.txt +1 -0
  1196. package/packages/i18n/lib/pt_br/i19continueLoginOnPopup.txt +1 -0
  1197. package/packages/i18n/lib/pt_br/i19continueShopping.txt +1 -0
  1198. package/packages/i18n/lib/pt_br/i19control.txt +1 -0
  1199. package/packages/i18n/lib/pt_br/i19copyCode.txt +1 -0
  1200. package/packages/i18n/lib/pt_br/i19copyErrorMsg.txt +1 -0
  1201. package/packages/i18n/lib/pt_br/i19copyright.txt +1 -0
  1202. package/packages/i18n/lib/pt_br/i19corporateName.txt +1 -0
  1203. package/packages/i18n/lib/pt_br/i19costDeclaredValue.txt +1 -0
  1204. package/packages/i18n/lib/pt_br/i19costPrice.txt +1 -0
  1205. package/packages/i18n/lib/pt_br/i19countryCode.txt +1 -0
  1206. package/packages/i18n/lib/pt_br/i19couponAppliedMsg.txt +1 -0
  1207. package/packages/i18n/lib/pt_br/i19createAnAccount.txt +1 -0
  1208. package/packages/i18n/lib/pt_br/i19createTransaction.txt +1 -0
  1209. package/packages/i18n/lib/pt_br/i19creation.txt +1 -0
  1210. package/packages/i18n/lib/pt_br/i19credit.txt +1 -0
  1211. package/packages/i18n/lib/pt_br/i19creditCard.txt +1 -0
  1212. package/packages/i18n/lib/pt_br/i19creditCardBin.txt +1 -0
  1213. package/packages/i18n/lib/pt_br/i19creditCardCompany.txt +1 -0
  1214. package/packages/i18n/lib/pt_br/i19creditCardHolderName.txt +1 -0
  1215. package/packages/i18n/lib/pt_br/i19creditCardLastDigits.txt +1 -0
  1216. package/packages/i18n/lib/pt_br/i19creditorFees.txt +1 -0
  1217. package/packages/i18n/lib/pt_br/i19creditorFeesIntermediator.txt +1 -0
  1218. package/packages/i18n/lib/pt_br/i19creditorFeesOperational.txt +1 -0
  1219. package/packages/i18n/lib/pt_br/i19currencyId.txt +1 -0
  1220. package/packages/i18n/lib/pt_br/i19currencySymbol.txt +1 -0
  1221. package/packages/i18n/lib/pt_br/i19custom.txt +1 -0
  1222. package/packages/i18n/lib/pt_br/i19customFields.txt +1 -0
  1223. package/packages/i18n/lib/pt_br/i19customPayment.txt +1 -0
  1224. package/packages/i18n/lib/pt_br/i19customValue.txt +1 -0
  1225. package/packages/i18n/lib/pt_br/i19customer.txt +1 -0
  1226. package/packages/i18n/lib/pt_br/i19customerNotified.txt +1 -0
  1227. package/packages/i18n/lib/pt_br/i19customerService.txt +1 -0
  1228. package/packages/i18n/lib/pt_br/i19customizationAddToPrice.txt +1 -0
  1229. package/packages/i18n/lib/pt_br/i19customizationAttachment.txt +1 -0
  1230. package/packages/i18n/lib/pt_br/i19customizationChosen.txt +1 -0
  1231. package/packages/i18n/lib/pt_br/i19customizations.txt +1 -0
  1232. package/packages/i18n/lib/pt_br/i19dailyAverage.txt +1 -0
  1233. package/packages/i18n/lib/pt_br/i19danger.txt +1 -0
  1234. package/packages/i18n/lib/pt_br/i19dashboard.txt +1 -0
  1235. package/packages/i18n/lib/pt_br/i19dateTime.txt +1 -0
  1236. package/packages/i18n/lib/pt_br/i19day.txt +1 -0
  1237. package/packages/i18n/lib/pt_br/i19days.txt +1 -0
  1238. package/packages/i18n/lib/pt_br/i19declare.txt +1 -0
  1239. package/packages/i18n/lib/pt_br/i19declaredValue.txt +1 -0
  1240. package/packages/i18n/lib/pt_br/i19delete.txt +1 -0
  1241. package/packages/i18n/lib/pt_br/i19deleteAll.txt +1 -0
  1242. package/packages/i18n/lib/pt_br/i19delivery.txt +1 -0
  1243. package/packages/i18n/lib/pt_br/i19deliveryCostOwnHandMsg.txt +1 -0
  1244. package/packages/i18n/lib/pt_br/i19deliveryInMsg.txt +1 -0
  1245. package/packages/i18n/lib/pt_br/i19deliveryReceipt.txt +1 -0
  1246. package/packages/i18n/lib/pt_br/i19deliveryReceiptMsg.txt +1 -0
  1247. package/packages/i18n/lib/pt_br/i19deliveryTime.txt +1 -0
  1248. package/packages/i18n/lib/pt_br/i19deliveryTrack.txt +1 -0
  1249. package/packages/i18n/lib/pt_br/i19deliveryWithOwnHandMsg.txt +1 -0
  1250. package/packages/i18n/lib/pt_br/i19description.txt +1 -0
  1251. package/packages/i18n/lib/pt_br/i19desktop.txt +1 -0
  1252. package/packages/i18n/lib/pt_br/i19details.txt +1 -0
  1253. package/packages/i18n/lib/pt_br/i19didYouMean.txt +1 -0
  1254. package/packages/i18n/lib/pt_br/i19digits.txt +1 -0
  1255. package/packages/i18n/lib/pt_br/i19directLinkPayment.txt +1 -0
  1256. package/packages/i18n/lib/pt_br/i19disable.txt +1 -0
  1257. package/packages/i18n/lib/pt_br/i19discount.txt +1 -0
  1258. package/packages/i18n/lib/pt_br/i19discountCoupon.txt +1 -0
  1259. package/packages/i18n/lib/pt_br/i19discountOf.txt +1 -0
  1260. package/packages/i18n/lib/pt_br/i19discountValueMsg.txt +1 -0
  1261. package/packages/i18n/lib/pt_br/i19displayName.txt +1 -0
  1262. package/packages/i18n/lib/pt_br/i19doPaymentMsg.txt +1 -0
  1263. package/packages/i18n/lib/pt_br/i19doYouWantToDeleteAppQn.txt +1 -0
  1264. package/packages/i18n/lib/pt_br/i19doYouWantToReinstallAppQn.txt +1 -0
  1265. package/packages/i18n/lib/pt_br/i19docCountry.txt +1 -0
  1266. package/packages/i18n/lib/pt_br/i19docNumber.txt +1 -0
  1267. package/packages/i18n/lib/pt_br/i19docs.txt +1 -0
  1268. package/packages/i18n/lib/pt_br/i19domain.txt +1 -0
  1269. package/packages/i18n/lib/pt_br/i19download.txt +1 -0
  1270. package/packages/i18n/lib/pt_br/i19downloadTable.txt +1 -0
  1271. package/packages/i18n/lib/pt_br/i19edit.txt +1 -0
  1272. package/packages/i18n/lib/pt_br/i19editAdditionalCost.txt +1 -0
  1273. package/packages/i18n/lib/pt_br/i19editComments.txt +1 -0
  1274. package/packages/i18n/lib/pt_br/i19editDispatchAndFulfillment.txt +1 -0
  1275. package/packages/i18n/lib/pt_br/i19editFeatures.txt +1 -0
  1276. package/packages/i18n/lib/pt_br/i19editFilters.txt +1 -0
  1277. package/packages/i18n/lib/pt_br/i19editGtinMpn.txt +1 -0
  1278. package/packages/i18n/lib/pt_br/i19editHtmlDescription.txt +1 -0
  1279. package/packages/i18n/lib/pt_br/i19editObservationInfo.txt +1 -0
  1280. package/packages/i18n/lib/pt_br/i19editPaymentDetails.txt +1 -0
  1281. package/packages/i18n/lib/pt_br/i19editProductDimensions.txt +1 -0
  1282. package/packages/i18n/lib/pt_br/i19editSeoFields.txt +1 -0
  1283. package/packages/i18n/lib/pt_br/i19editStorefront.txt +1 -0
  1284. package/packages/i18n/lib/pt_br/i19editVariation.txt +1 -0
  1285. package/packages/i18n/lib/pt_br/i19editing.txt +1 -0
  1286. package/packages/i18n/lib/pt_br/i19email.txt +1 -0
  1287. package/packages/i18n/lib/pt_br/i19emailAddress.txt +1 -0
  1288. package/packages/i18n/lib/pt_br/i19emailCartTextMsg.txt +1 -0
  1289. package/packages/i18n/lib/pt_br/i19emailCartTitleMsg.txt +1 -0
  1290. package/packages/i18n/lib/pt_br/i19emailDeliveredTextMsg.txt +1 -0
  1291. package/packages/i18n/lib/pt_br/i19emailDeliveredTitleMsg.txt +1 -0
  1292. package/packages/i18n/lib/pt_br/i19emailInfoMsg.txt +1 -0
  1293. package/packages/i18n/lib/pt_br/i19emailMarketing.txt +1 -0
  1294. package/packages/i18n/lib/pt_br/i19emailMarketingOptInMsg.txt +1 -0
  1295. package/packages/i18n/lib/pt_br/i19emailProfileNotFoundMsg.txt +1 -0
  1296. package/packages/i18n/lib/pt_br/i19emailShippedTextMsg.txt +1 -0
  1297. package/packages/i18n/lib/pt_br/i19emailShippedTitleMsg.txt +1 -0
  1298. package/packages/i18n/lib/pt_br/i19emails.txt +1 -0
  1299. package/packages/i18n/lib/pt_br/i19empty.txt +1 -0
  1300. package/packages/i18n/lib/pt_br/i19emptyCart.txt +1 -0
  1301. package/packages/i18n/lib/pt_br/i19emptyCartMsg.txt +1 -0
  1302. package/packages/i18n/lib/pt_br/i19enabled.txt +1 -0
  1303. package/packages/i18n/lib/pt_br/i19end.txt +1 -0
  1304. package/packages/i18n/lib/pt_br/i19endDate.txt +1 -0
  1305. package/packages/i18n/lib/pt_br/i19endpoint.txt +1 -0
  1306. package/packages/i18n/lib/pt_br/i19endsIn.txt +1 -0
  1307. package/packages/i18n/lib/pt_br/i19enterEmailCodeMsg.txt +1 -0
  1308. package/packages/i18n/lib/pt_br/i19enterWithPassword.txt +1 -0
  1309. package/packages/i18n/lib/pt_br/i19enterYourDocNumber.txt +1 -0
  1310. package/packages/i18n/lib/pt_br/i19enterYourDocNumberMsg.txt +1 -0
  1311. package/packages/i18n/lib/pt_br/i19enterYourEmail.txt +1 -0
  1312. package/packages/i18n/lib/pt_br/i19enterYourEmailMsg.txt +1 -0
  1313. package/packages/i18n/lib/pt_br/i19erp.txt +1 -0
  1314. package/packages/i18n/lib/pt_br/i19error.txt +1 -0
  1315. package/packages/i18n/lib/pt_br/i19errorMsg.txt +1 -0
  1316. package/packages/i18n/lib/pt_br/i19events.txt +1 -0
  1317. package/packages/i18n/lib/pt_br/i19export.txt +1 -0
  1318. package/packages/i18n/lib/pt_br/i19exportToCsv.txt +1 -0
  1319. package/packages/i18n/lib/pt_br/i19external.txt +1 -0
  1320. package/packages/i18n/lib/pt_br/i19extra.txt +1 -0
  1321. package/packages/i18n/lib/pt_br/i19extraCost.txt +1 -0
  1322. package/packages/i18n/lib/pt_br/i19familyName.txt +1 -0
  1323. package/packages/i18n/lib/pt_br/i19favorites.txt +1 -0
  1324. package/packages/i18n/lib/pt_br/i19featuredApps.txt +1 -0
  1325. package/packages/i18n/lib/pt_br/i19female.txt +1 -0
  1326. package/packages/i18n/lib/pt_br/i19field.txt +1 -0
  1327. package/packages/i18n/lib/pt_br/i19files.txt +1 -0
  1328. package/packages/i18n/lib/pt_br/i19filter.txt +1 -0
  1329. package/packages/i18n/lib/pt_br/i19filterProducts.txt +1 -0
  1330. package/packages/i18n/lib/pt_br/i19filterResults.txt +1 -0
  1331. package/packages/i18n/lib/pt_br/i19finalPrice.txt +1 -0
  1332. package/packages/i18n/lib/pt_br/i19finalPriceWithAdditional.txt +1 -0
  1333. package/packages/i18n/lib/pt_br/i19financialStatus.txt +1 -0
  1334. package/packages/i18n/lib/pt_br/i19firstSteps.txt +1 -0
  1335. package/packages/i18n/lib/pt_br/i19followingAddress.txt +1 -0
  1336. package/packages/i18n/lib/pt_br/i19for.txt +1 -0
  1337. package/packages/i18n/lib/pt_br/i19free.txt +1 -0
  1338. package/packages/i18n/lib/pt_br/i19freeShipping.txt +1 -0
  1339. package/packages/i18n/lib/pt_br/i19freeShippingFrom.txt +1 -0
  1340. package/packages/i18n/lib/pt_br/i19freebie.txt +1 -0
  1341. package/packages/i18n/lib/pt_br/i19freight.txt +1 -0
  1342. package/packages/i18n/lib/pt_br/i19freightCost.txt +1 -0
  1343. package/packages/i18n/lib/pt_br/i19from.txt +1 -0
  1344. package/packages/i18n/lib/pt_br/i19fulfillmentStatus.txt +1 -0
  1345. package/packages/i18n/lib/pt_br/i19fullName.txt +1 -0
  1346. package/packages/i18n/lib/pt_br/i19fullscreen.txt +1 -0
  1347. package/packages/i18n/lib/pt_br/i19gateway.txt +1 -0
  1348. package/packages/i18n/lib/pt_br/i19gender.txt +1 -0
  1349. package/packages/i18n/lib/pt_br/i19genderX.txt +1 -0
  1350. package/packages/i18n/lib/pt_br/i19general.txt +1 -0
  1351. package/packages/i18n/lib/pt_br/i19generateBillet.txt +1 -0
  1352. package/packages/i18n/lib/pt_br/i19get.txt +1 -0
  1353. package/packages/i18n/lib/pt_br/i19giftList.txt +1 -0
  1354. package/packages/i18n/lib/pt_br/i19giftListAuthors.txt +1 -0
  1355. package/packages/i18n/lib/pt_br/i19giftListAuthorsContact.txt +1 -0
  1356. package/packages/i18n/lib/pt_br/i19giftListDescription.txt +1 -0
  1357. package/packages/i18n/lib/pt_br/i19giftListEventDate.txt +1 -0
  1358. package/packages/i18n/lib/pt_br/i19giftListInformation.txt +1 -0
  1359. package/packages/i18n/lib/pt_br/i19giftListNotificationPurchaseMsg.txt +1 -0
  1360. package/packages/i18n/lib/pt_br/i19giftListOwnerID.txt +1 -0
  1361. package/packages/i18n/lib/pt_br/i19giftListPermalink.txt +1 -0
  1362. package/packages/i18n/lib/pt_br/i19giftListTitle.txt +1 -0
  1363. package/packages/i18n/lib/pt_br/i19giftListValidThru.txt +1 -0
  1364. package/packages/i18n/lib/pt_br/i19giftListWaiting.txt +1 -0
  1365. package/packages/i18n/lib/pt_br/i19giftTo.txt +1 -0
  1366. package/packages/i18n/lib/pt_br/i19giftWrap.txt +1 -0
  1367. package/packages/i18n/lib/pt_br/i19gitRepository.txt +1 -0
  1368. package/packages/i18n/lib/pt_br/i19givenName.txt +1 -0
  1369. package/packages/i18n/lib/pt_br/i19goToCart.txt +1 -0
  1370. package/packages/i18n/lib/pt_br/i19goToStore.txt +1 -0
  1371. package/packages/i18n/lib/pt_br/i19goToTop.txt +1 -0
  1372. package/packages/i18n/lib/pt_br/i19googleAnalytics.txt +1 -0
  1373. package/packages/i18n/lib/pt_br/i19googleProductCategoryId.txt +1 -0
  1374. package/packages/i18n/lib/pt_br/i19gridId.txt +1 -0
  1375. package/packages/i18n/lib/pt_br/i19gridName.txt +1 -0
  1376. package/packages/i18n/lib/pt_br/i19grids.txt +1 -0
  1377. package/packages/i18n/lib/pt_br/i19guestCheckoutMsg.txt +1 -0
  1378. package/packages/i18n/lib/pt_br/i19hasCouponOrVoucherQn.txt +1 -0
  1379. package/packages/i18n/lib/pt_br/i19height.txt +1 -0
  1380. package/packages/i18n/lib/pt_br/i19hello.txt +1 -0
  1381. package/packages/i18n/lib/pt_br/i19helloAgain.txt +1 -0
  1382. package/packages/i18n/lib/pt_br/i19help.txt +1 -0
  1383. package/packages/i18n/lib/pt_br/i19helpful.txt +1 -0
  1384. package/packages/i18n/lib/pt_br/i19high.txt +1 -0
  1385. package/packages/i18n/lib/pt_br/i19highPriority.txt +1 -0
  1386. package/packages/i18n/lib/pt_br/i19highestPrice.txt +1 -0
  1387. package/packages/i18n/lib/pt_br/i19holderName.txt +1 -0
  1388. package/packages/i18n/lib/pt_br/i19home.txt +1 -0
  1389. package/packages/i18n/lib/pt_br/i19iForgotMyPassword.txt +1 -0
  1390. package/packages/i18n/lib/pt_br/i19iReadAndAccept.txt +1 -0
  1391. package/packages/i18n/lib/pt_br/i19icon.txt +1 -0
  1392. package/packages/i18n/lib/pt_br/i19id.txt +1 -0
  1393. package/packages/i18n/lib/pt_br/i19idOfShippingMethod.txt +1 -0
  1394. package/packages/i18n/lib/pt_br/i19identification.txt +1 -0
  1395. package/packages/i18n/lib/pt_br/i19identifyYourAccount.txt +1 -0
  1396. package/packages/i18n/lib/pt_br/i19image.txt +1 -0
  1397. package/packages/i18n/lib/pt_br/i19images.txt +1 -0
  1398. package/packages/i18n/lib/pt_br/i19import.txt +1 -0
  1399. package/packages/i18n/lib/pt_br/i19in.txt +1 -0
  1400. package/packages/i18n/lib/pt_br/i19inStock.txt +1 -0
  1401. package/packages/i18n/lib/pt_br/i19inStockAt.txt +1 -0
  1402. package/packages/i18n/lib/pt_br/i19inactive.txt +1 -0
  1403. package/packages/i18n/lib/pt_br/i19incorrect.txt +1 -0
  1404. package/packages/i18n/lib/pt_br/i19incorrectEmailCodeMsg.txt +1 -0
  1405. package/packages/i18n/lib/pt_br/i19incorrectFormat.txt +1 -0
  1406. package/packages/i18n/lib/pt_br/i19info.txt +1 -0
  1407. package/packages/i18n/lib/pt_br/i19inscriptionNumber.txt +1 -0
  1408. package/packages/i18n/lib/pt_br/i19insert.txt +1 -0
  1409. package/packages/i18n/lib/pt_br/i19install.txt +1 -0
  1410. package/packages/i18n/lib/pt_br/i19installNow.txt +1 -0
  1411. package/packages/i18n/lib/pt_br/i19installed.txt +1 -0
  1412. package/packages/i18n/lib/pt_br/i19installedApps.txt +1 -0
  1413. package/packages/i18n/lib/pt_br/i19installingApp.txt +1 -0
  1414. package/packages/i18n/lib/pt_br/i19installment.txt +1 -0
  1415. package/packages/i18n/lib/pt_br/i19installments.txt +1 -0
  1416. package/packages/i18n/lib/pt_br/i19interestFree.txt +1 -0
  1417. package/packages/i18n/lib/pt_br/i19intermediator.txt +1 -0
  1418. package/packages/i18n/lib/pt_br/i19invalidCard.txt +1 -0
  1419. package/packages/i18n/lib/pt_br/i19invalidCardMsg.txt +1 -0
  1420. package/packages/i18n/lib/pt_br/i19invalidCouponMsg.txt +1 -0
  1421. package/packages/i18n/lib/pt_br/i19invalidDomainName.txt +1 -0
  1422. package/packages/i18n/lib/pt_br/i19invalidLoginInfoMsg.txt +1 -0
  1423. package/packages/i18n/lib/pt_br/i19inventory.txt +1 -0
  1424. package/packages/i18n/lib/pt_br/i19inventoryHistory.txt +1 -0
  1425. package/packages/i18n/lib/pt_br/i19invoice.txt +1 -0
  1426. package/packages/i18n/lib/pt_br/i19invoices.txt +1 -0
  1427. package/packages/i18n/lib/pt_br/i19isFilter.txt +1 -0
  1428. package/packages/i18n/lib/pt_br/i19isNotYou.txt +1 -0
  1429. package/packages/i18n/lib/pt_br/i19item.txt +1 -0
  1430. package/packages/i18n/lib/pt_br/i19items.txt +1 -0
  1431. package/packages/i18n/lib/pt_br/i19itemsFound.txt +1 -0
  1432. package/packages/i18n/lib/pt_br/i19jurifical.txt +1 -0
  1433. package/packages/i18n/lib/pt_br/i19just.txt +1 -0
  1434. package/packages/i18n/lib/pt_br/i19keywords.txt +1 -0
  1435. package/packages/i18n/lib/pt_br/i19kit.txt +1 -0
  1436. package/packages/i18n/lib/pt_br/i19label.txt +1 -0
  1437. package/packages/i18n/lib/pt_br/i19labelOfCustomization.txt +1 -0
  1438. package/packages/i18n/lib/pt_br/i19last.txt +1 -0
  1439. package/packages/i18n/lib/pt_br/i19lastOptions.txt +1 -0
  1440. package/packages/i18n/lib/pt_br/i19lastPurchase.txt +1 -0
  1441. package/packages/i18n/lib/pt_br/i19lastSearchedTerms.txt +1 -0
  1442. package/packages/i18n/lib/pt_br/i19lastVisitedProducts.txt +1 -0
  1443. package/packages/i18n/lib/pt_br/i19latestOrders.txt +1 -0
  1444. package/packages/i18n/lib/pt_br/i19launch.txt +1 -0
  1445. package/packages/i18n/lib/pt_br/i19launching.txt +1 -0
  1446. package/packages/i18n/lib/pt_br/i19length.txt +1 -0
  1447. package/packages/i18n/lib/pt_br/i19lineAddress.txt +1 -0
  1448. package/packages/i18n/lib/pt_br/i19list.txt +1 -0
  1449. package/packages/i18n/lib/pt_br/i19listOfInvoices.txt +1 -0
  1450. package/packages/i18n/lib/pt_br/i19listOfPayments.txt +1 -0
  1451. package/packages/i18n/lib/pt_br/i19listSubscriptionInvoices.txt +1 -0
  1452. package/packages/i18n/lib/pt_br/i19load.txt +1 -0
  1453. package/packages/i18n/lib/pt_br/i19loadDataErrorMsg.txt +1 -0
  1454. package/packages/i18n/lib/pt_br/i19loadMore.txt +1 -0
  1455. package/packages/i18n/lib/pt_br/i19loadProductErrorMsg.txt +1 -0
  1456. package/packages/i18n/lib/pt_br/i19loading.txt +1 -0
  1457. package/packages/i18n/lib/pt_br/i19locale.txt +1 -0
  1458. package/packages/i18n/lib/pt_br/i19login.txt +1 -0
  1459. package/packages/i18n/lib/pt_br/i19loginEnabled.txt +1 -0
  1460. package/packages/i18n/lib/pt_br/i19loginErrorMsg.txt +1 -0
  1461. package/packages/i18n/lib/pt_br/i19loginForOrderDetailsMsg.txt +1 -0
  1462. package/packages/i18n/lib/pt_br/i19logo.txt +1 -0
  1463. package/packages/i18n/lib/pt_br/i19logout.txt +1 -0
  1464. package/packages/i18n/lib/pt_br/i19low.txt +1 -0
  1465. package/packages/i18n/lib/pt_br/i19lowestPrice.txt +1 -0
  1466. package/packages/i18n/lib/pt_br/i19loyaltyPoints.txt +1 -0
  1467. package/packages/i18n/lib/pt_br/i19loyaltyPointsName.txt +1 -0
  1468. package/packages/i18n/lib/pt_br/i19loyaltyPointsPointsValue.txt +1 -0
  1469. package/packages/i18n/lib/pt_br/i19madeBy.txt +1 -0
  1470. package/packages/i18n/lib/pt_br/i19mainEmail.txt +1 -0
  1471. package/packages/i18n/lib/pt_br/i19male.txt +1 -0
  1472. package/packages/i18n/lib/pt_br/i19manageStock.txt +1 -0
  1473. package/packages/i18n/lib/pt_br/i19manageYourPurchaseHistory.txt +1 -0
  1474. package/packages/i18n/lib/pt_br/i19marketing.txt +1 -0
  1475. package/packages/i18n/lib/pt_br/i19marketplace.txt +1 -0
  1476. package/packages/i18n/lib/pt_br/i19marketplaces.txt +1 -0
  1477. package/packages/i18n/lib/pt_br/i19massEdit.txt +1 -0
  1478. package/packages/i18n/lib/pt_br/i19maxQuantity.txt +1 -0
  1479. package/packages/i18n/lib/pt_br/i19maximum.txt +1 -0
  1480. package/packages/i18n/lib/pt_br/i19measurement.txt +1 -0
  1481. package/packages/i18n/lib/pt_br/i19media.txt +1 -0
  1482. package/packages/i18n/lib/pt_br/i19mediaGallery.txt +1 -0
  1483. package/packages/i18n/lib/pt_br/i19menu.txt +1 -0
  1484. package/packages/i18n/lib/pt_br/i19metaTagDescription.txt +1 -0
  1485. package/packages/i18n/lib/pt_br/i19metafields.txt +1 -0
  1486. package/packages/i18n/lib/pt_br/i19metafieldsMsg.txt +1 -0
  1487. package/packages/i18n/lib/pt_br/i19middleName.txt +1 -0
  1488. package/packages/i18n/lib/pt_br/i19minQuantity.txt +1 -0
  1489. package/packages/i18n/lib/pt_br/i19minimum.txt +1 -0
  1490. package/packages/i18n/lib/pt_br/i19mlCategoryId.txt +1 -0
  1491. package/packages/i18n/lib/pt_br/i19mobile.txt +1 -0
  1492. package/packages/i18n/lib/pt_br/i19mobileLink.txt +1 -0
  1493. package/packages/i18n/lib/pt_br/i19modules.txt +1 -0
  1494. package/packages/i18n/lib/pt_br/i19month.txt +1 -0
  1495. package/packages/i18n/lib/pt_br/i19monthly.txt +1 -0
  1496. package/packages/i18n/lib/pt_br/i19mostPopular.txt +1 -0
  1497. package/packages/i18n/lib/pt_br/i19mostRelevant.txt +1 -0
  1498. package/packages/i18n/lib/pt_br/i19motorcycleCourier.txt +1 -0
  1499. package/packages/i18n/lib/pt_br/i19myAccount.txt +1 -0
  1500. package/packages/i18n/lib/pt_br/i19myAccountAndOrders.txt +1 -0
  1501. package/packages/i18n/lib/pt_br/i19myCart.txt +1 -0
  1502. package/packages/i18n/lib/pt_br/i19myFavorites.txt +1 -0
  1503. package/packages/i18n/lib/pt_br/i19myOrders.txt +1 -0
  1504. package/packages/i18n/lib/pt_br/i19myShoppingCart.txt +1 -0
  1505. package/packages/i18n/lib/pt_br/i19name.txt +1 -0
  1506. package/packages/i18n/lib/pt_br/i19nameOnCard.txt +1 -0
  1507. package/packages/i18n/lib/pt_br/i19namespace.txt +1 -0
  1508. package/packages/i18n/lib/pt_br/i19namespaceMsg.txt +1 -0
  1509. package/packages/i18n/lib/pt_br/i19nearTo.txt +1 -0
  1510. package/packages/i18n/lib/pt_br/i19needHelpQn.txt +1 -0
  1511. package/packages/i18n/lib/pt_br/i19new.txt +1 -0
  1512. package/packages/i18n/lib/pt_br/i19newAddress.txt +1 -0
  1513. package/packages/i18n/lib/pt_br/i19newOrders.txt +1 -0
  1514. package/packages/i18n/lib/pt_br/i19newPassword.txt +1 -0
  1515. package/packages/i18n/lib/pt_br/i19newPriceRange.txt +1 -0
  1516. package/packages/i18n/lib/pt_br/i19newVersionAvailableMsg.txt +1 -0
  1517. package/packages/i18n/lib/pt_br/i19newsletter.txt +1 -0
  1518. package/packages/i18n/lib/pt_br/i19newsletterReport.txt +1 -0
  1519. package/packages/i18n/lib/pt_br/i19next.txt +1 -0
  1520. package/packages/i18n/lib/pt_br/i19nickname.txt +1 -0
  1521. package/packages/i18n/lib/pt_br/i19no.txt +1 -0
  1522. package/packages/i18n/lib/pt_br/i19noAdditional.txt +1 -0
  1523. package/packages/i18n/lib/pt_br/i19noAppsAvailable.txt +1 -0
  1524. package/packages/i18n/lib/pt_br/i19noBrand.txt +1 -0
  1525. package/packages/i18n/lib/pt_br/i19noCategory.txt +1 -0
  1526. package/packages/i18n/lib/pt_br/i19noCollection.txt +1 -0
  1527. package/packages/i18n/lib/pt_br/i19noGrid.txt +1 -0
  1528. package/packages/i18n/lib/pt_br/i19noItemSelected.txt +1 -0
  1529. package/packages/i18n/lib/pt_br/i19noNewOrdersMsg.txt +1 -0
  1530. package/packages/i18n/lib/pt_br/i19noNumber.txt +1 -0
  1531. package/packages/i18n/lib/pt_br/i19noOrder.txt +1 -0
  1532. package/packages/i18n/lib/pt_br/i19noPrice.txt +1 -0
  1533. package/packages/i18n/lib/pt_br/i19noProduct.txt +1 -0
  1534. package/packages/i18n/lib/pt_br/i19noProfileFoundWithEmail.txt +1 -0
  1535. package/packages/i18n/lib/pt_br/i19noResultsFor.txt +1 -0
  1536. package/packages/i18n/lib/pt_br/i19noSavedFavoritesMsg.txt +1 -0
  1537. package/packages/i18n/lib/pt_br/i19noUser.txt +1 -0
  1538. package/packages/i18n/lib/pt_br/i19normal.txt +1 -0
  1539. package/packages/i18n/lib/pt_br/i19notConfigured.txt +1 -0
  1540. package/packages/i18n/lib/pt_br/i19notFound.txt +1 -0
  1541. package/packages/i18n/lib/pt_br/i19notes.txt +1 -0
  1542. package/packages/i18n/lib/pt_br/i19notifications.txt +1 -0
  1543. package/packages/i18n/lib/pt_br/i19notified.txt +1 -0
  1544. package/packages/i18n/lib/pt_br/i19notifiedAdmins.txt +1 -0
  1545. package/packages/i18n/lib/pt_br/i19notifiedAdminsMsg.txt +1 -0
  1546. package/packages/i18n/lib/pt_br/i19notifyAboutOrders.txt +1 -0
  1547. package/packages/i18n/lib/pt_br/i19number.txt +1 -0
  1548. package/packages/i18n/lib/pt_br/i19oauthOnPopup.txt +1 -0
  1549. package/packages/i18n/lib/pt_br/i19of.txt +1 -0
  1550. package/packages/i18n/lib/pt_br/i19ofDiscount.txt +1 -0
  1551. package/packages/i18n/lib/pt_br/i19offer.txt +1 -0
  1552. package/packages/i18n/lib/pt_br/i19on.txt +1 -0
  1553. package/packages/i18n/lib/pt_br/i19onFollowingAddress.txt +1 -0
  1554. package/packages/i18n/lib/pt_br/i19onFreight.txt +1 -0
  1555. package/packages/i18n/lib/pt_br/i19only.txt +1 -0
  1556. package/packages/i18n/lib/pt_br/i19open.txt +1 -0
  1557. package/packages/i18n/lib/pt_br/i19openAt.txt +1 -0
  1558. package/packages/i18n/lib/pt_br/i19openCart.txt +1 -0
  1559. package/packages/i18n/lib/pt_br/i19openGallery.txt +1 -0
  1560. package/packages/i18n/lib/pt_br/i19operational.txt +1 -0
  1561. package/packages/i18n/lib/pt_br/i19option.txt +1 -0
  1562. package/packages/i18n/lib/pt_br/i19optionChosen.txt +1 -0
  1563. package/packages/i18n/lib/pt_br/i19options.txt +1 -0
  1564. package/packages/i18n/lib/pt_br/i19or.txt +1 -0
  1565. package/packages/i18n/lib/pt_br/i19orProceedWith.txt +1 -0
  1566. package/packages/i18n/lib/pt_br/i19order.txt +1 -0
  1567. package/packages/i18n/lib/pt_br/i19orderCode.txt +1 -0
  1568. package/packages/i18n/lib/pt_br/i19orderConfirmationMsg.txt +1 -0
  1569. package/packages/i18n/lib/pt_br/i19orderCreated.txt +1 -0
  1570. package/packages/i18n/lib/pt_br/i19orderDetails.txt +1 -0
  1571. package/packages/i18n/lib/pt_br/i19orderItems.txt +1 -0
  1572. package/packages/i18n/lib/pt_br/i19orderNotesInputMsg.txt +1 -0
  1573. package/packages/i18n/lib/pt_br/i19orderNumber.txt +1 -0
  1574. package/packages/i18n/lib/pt_br/i19orderObservations.txt +1 -0
  1575. package/packages/i18n/lib/pt_br/i19orderStatus.txt +1 -0
  1576. package/packages/i18n/lib/pt_br/i19orderValue.txt +1 -0
  1577. package/packages/i18n/lib/pt_br/i19orders.txt +1 -0
  1578. package/packages/i18n/lib/pt_br/i19ordersCount.txt +1 -0
  1579. package/packages/i18n/lib/pt_br/i19ordersTotalValue.txt +1 -0
  1580. package/packages/i18n/lib/pt_br/i19organization.txt +1 -0
  1581. package/packages/i18n/lib/pt_br/i19otherCustomers.txt +1 -0
  1582. package/packages/i18n/lib/pt_br/i19otherCustomersMsg.txt +1 -0
  1583. package/packages/i18n/lib/pt_br/i19outOfDate.txt +1 -0
  1584. package/packages/i18n/lib/pt_br/i19outOfStock.txt +1 -0
  1585. package/packages/i18n/lib/pt_br/i19ownDelivery.txt +1 -0
  1586. package/packages/i18n/lib/pt_br/i19ownHand.txt +1 -0
  1587. package/packages/i18n/lib/pt_br/i19ownHandCost.txt +1 -0
  1588. package/packages/i18n/lib/pt_br/i19package.txt +1 -0
  1589. package/packages/i18n/lib/pt_br/i19packageDimensions.txt +1 -0
  1590. package/packages/i18n/lib/pt_br/i19packageDimensionsInformation.txt +1 -0
  1591. package/packages/i18n/lib/pt_br/i19packageInformation.txt +1 -0
  1592. package/packages/i18n/lib/pt_br/i19packageWeight.txt +1 -0
  1593. package/packages/i18n/lib/pt_br/i19pageLoaded.txt +1 -0
  1594. package/packages/i18n/lib/pt_br/i19paid.txt +1 -0
  1595. package/packages/i18n/lib/pt_br/i19paidTextMsg.txt +1 -0
  1596. package/packages/i18n/lib/pt_br/i19parcelIn.txt +1 -0
  1597. package/packages/i18n/lib/pt_br/i19parentCategory.txt +1 -0
  1598. package/packages/i18n/lib/pt_br/i19partner.txt +1 -0
  1599. package/packages/i18n/lib/pt_br/i19partners.txt +1 -0
  1600. package/packages/i18n/lib/pt_br/i19partnersProgram.txt +1 -0
  1601. package/packages/i18n/lib/pt_br/i19password.txt +1 -0
  1602. package/packages/i18n/lib/pt_br/i19passwordChangedSuccessfully.txt +1 -0
  1603. package/packages/i18n/lib/pt_br/i19patch.txt +1 -0
  1604. package/packages/i18n/lib/pt_br/i19payer.txt +1 -0
  1605. package/packages/i18n/lib/pt_br/i19payment.txt +1 -0
  1606. package/packages/i18n/lib/pt_br/i19paymentConfirmed.txt +1 -0
  1607. package/packages/i18n/lib/pt_br/i19paymentDetails.txt +1 -0
  1608. package/packages/i18n/lib/pt_br/i19paymentError.txt +1 -0
  1609. package/packages/i18n/lib/pt_br/i19paymentErrorMsg.txt +1 -0
  1610. package/packages/i18n/lib/pt_br/i19paymentLink.txt +1 -0
  1611. package/packages/i18n/lib/pt_br/i19paymentMethod.txt +1 -0
  1612. package/packages/i18n/lib/pt_br/i19paymentMethodLabel.txt +1 -0
  1613. package/packages/i18n/lib/pt_br/i19paymentMethods.txt +1 -0
  1614. package/packages/i18n/lib/pt_br/i19paymentOptions.txt +1 -0
  1615. package/packages/i18n/lib/pt_br/i19paymentRealized.txt +1 -0
  1616. package/packages/i18n/lib/pt_br/i19perUnit.txt +1 -0
  1617. package/packages/i18n/lib/pt_br/i19permalink.txt +1 -0
  1618. package/packages/i18n/lib/pt_br/i19personalRegistration.txt +1 -0
  1619. package/packages/i18n/lib/pt_br/i19phone.txt +1 -0
  1620. package/packages/i18n/lib/pt_br/i19phones.txt +1 -0
  1621. package/packages/i18n/lib/pt_br/i19photo.txt +1 -0
  1622. package/packages/i18n/lib/pt_br/i19photos.txt +1 -0
  1623. package/packages/i18n/lib/pt_br/i19pickUpAtTheStore.txt +1 -0
  1624. package/packages/i18n/lib/pt_br/i19pickUpToday.txt +1 -0
  1625. package/packages/i18n/lib/pt_br/i19pickup.txt +1 -0
  1626. package/packages/i18n/lib/pt_br/i19picture.txt +1 -0
  1627. package/packages/i18n/lib/pt_br/i19pictures.txt +1 -0
  1628. package/packages/i18n/lib/pt_br/i19pointsEarned.txt +1 -0
  1629. package/packages/i18n/lib/pt_br/i19popularProducts.txt +1 -0
  1630. package/packages/i18n/lib/pt_br/i19popup.txt +1 -0
  1631. package/packages/i18n/lib/pt_br/i19post.txt +1 -0
  1632. package/packages/i18n/lib/pt_br/i19posted.txt +1 -0
  1633. package/packages/i18n/lib/pt_br/i19postingDeadline.txt +1 -0
  1634. package/packages/i18n/lib/pt_br/i19postingIn.txt +1 -0
  1635. package/packages/i18n/lib/pt_br/i19pressEnterToSave.txt +1 -0
  1636. package/packages/i18n/lib/pt_br/i19previous.txt +1 -0
  1637. package/packages/i18n/lib/pt_br/i19price.txt +1 -0
  1638. package/packages/i18n/lib/pt_br/i19priceAlteration.txt +1 -0
  1639. package/packages/i18n/lib/pt_br/i19priceEffectiveDate.txt +1 -0
  1640. package/packages/i18n/lib/pt_br/i19priceEffectiveDateEnd.txt +1 -0
  1641. package/packages/i18n/lib/pt_br/i19priceEffectiveDateStar.txt +1 -0
  1642. package/packages/i18n/lib/pt_br/i19priceRange.txt +1 -0
  1643. package/packages/i18n/lib/pt_br/i19priceTo.txt +1 -0
  1644. package/packages/i18n/lib/pt_br/i19pricing.txt +1 -0
  1645. package/packages/i18n/lib/pt_br/i19printBillet.txt +1 -0
  1646. package/packages/i18n/lib/pt_br/i19privacy.txt +1 -0
  1647. package/packages/i18n/lib/pt_br/i19privacyPolicy.txt +1 -0
  1648. package/packages/i18n/lib/pt_br/i19private.txt +1 -0
  1649. package/packages/i18n/lib/pt_br/i19privateMetafields.txt +1 -0
  1650. package/packages/i18n/lib/pt_br/i19privateMetafieldsMsg.txt +1 -0
  1651. package/packages/i18n/lib/pt_br/i19proceed.txt +1 -0
  1652. package/packages/i18n/lib/pt_br/i19product.txt +1 -0
  1653. package/packages/i18n/lib/pt_br/i19productDescription.txt +1 -0
  1654. package/packages/i18n/lib/pt_br/i19productId.txt +1 -0
  1655. package/packages/i18n/lib/pt_br/i19productImages.txt +1 -0
  1656. package/packages/i18n/lib/pt_br/i19productName.txt +1 -0
  1657. package/packages/i18n/lib/pt_br/i19productSpecifications.txt +1 -0
  1658. package/packages/i18n/lib/pt_br/i19productionDeadline.txt +1 -0
  1659. package/packages/i18n/lib/pt_br/i19productionTime.txt +1 -0
  1660. package/packages/i18n/lib/pt_br/i19productionTimeCumulative.txt +1 -0
  1661. package/packages/i18n/lib/pt_br/i19productionTimeDaysMsg.txt +1 -0
  1662. package/packages/i18n/lib/pt_br/i19productionTimeWorkingDays.txt +1 -0
  1663. package/packages/i18n/lib/pt_br/i19products.txt +1 -0
  1664. package/packages/i18n/lib/pt_br/i19productsAdded.txt +1 -0
  1665. package/packages/i18n/lib/pt_br/i19productsAddedToCart.txt +1 -0
  1666. package/packages/i18n/lib/pt_br/i19productsPurchased.txt +1 -0
  1667. package/packages/i18n/lib/pt_br/i19profile.txt +1 -0
  1668. package/packages/i18n/lib/pt_br/i19profileNotFound.txt +1 -0
  1669. package/packages/i18n/lib/pt_br/i19province.txt +1 -0
  1670. package/packages/i18n/lib/pt_br/i19provinceCode.txt +1 -0
  1671. package/packages/i18n/lib/pt_br/i19put.txt +1 -0
  1672. package/packages/i18n/lib/pt_br/i19quantity.txt +1 -0
  1673. package/packages/i18n/lib/pt_br/i19quarterly.txt +1 -0
  1674. package/packages/i18n/lib/pt_br/i19quickSetup.txt +1 -0
  1675. package/packages/i18n/lib/pt_br/i19random.txt +1 -0
  1676. package/packages/i18n/lib/pt_br/i19rating.txt +1 -0
  1677. package/packages/i18n/lib/pt_br/i19read.txt +1 -0
  1678. package/packages/i18n/lib/pt_br/i19receipt.txt +1 -0
  1679. package/packages/i18n/lib/pt_br/i19receiptPrice.txt +1 -0
  1680. package/packages/i18n/lib/pt_br/i19receiveNewsletter.txt +1 -0
  1681. package/packages/i18n/lib/pt_br/i19receiveToday.txt +1 -0
  1682. package/packages/i18n/lib/pt_br/i19receivedOrder.txt +1 -0
  1683. package/packages/i18n/lib/pt_br/i19recipient.txt +1 -0
  1684. package/packages/i18n/lib/pt_br/i19recommendations.txt +1 -0
  1685. package/packages/i18n/lib/pt_br/i19recommendedForYou.txt +1 -0
  1686. package/packages/i18n/lib/pt_br/i19recommendedProducts.txt +1 -0
  1687. package/packages/i18n/lib/pt_br/i19recurrence.txt +1 -0
  1688. package/packages/i18n/lib/pt_br/i19recurrent.txt +1 -0
  1689. package/packages/i18n/lib/pt_br/i19redirectToPayment.txt +1 -0
  1690. package/packages/i18n/lib/pt_br/i19reference.txt +1 -0
  1691. package/packages/i18n/lib/pt_br/i19referenceCode.txt +1 -0
  1692. package/packages/i18n/lib/pt_br/i19referral.txt +1 -0
  1693. package/packages/i18n/lib/pt_br/i19referringSite.txt +1 -0
  1694. package/packages/i18n/lib/pt_br/i19refine.txt +1 -0
  1695. package/packages/i18n/lib/pt_br/i19refineSearch.txt +1 -0
  1696. package/packages/i18n/lib/pt_br/i19registerDate.txt +1 -0
  1697. package/packages/i18n/lib/pt_br/i19registerProduct.txt +1 -0
  1698. package/packages/i18n/lib/pt_br/i19registerToBuy.txt +1 -0
  1699. package/packages/i18n/lib/pt_br/i19registerToBuyMsg.txt +1 -0
  1700. package/packages/i18n/lib/pt_br/i19registration.txt +1 -0
  1701. package/packages/i18n/lib/pt_br/i19reinstall.txt +1 -0
  1702. package/packages/i18n/lib/pt_br/i19relatedApps.txt +1 -0
  1703. package/packages/i18n/lib/pt_br/i19relatedProduct.txt +1 -0
  1704. package/packages/i18n/lib/pt_br/i19relatedSearch.txt +1 -0
  1705. package/packages/i18n/lib/pt_br/i19releases.txt +1 -0
  1706. package/packages/i18n/lib/pt_br/i19relevance.txt +1 -0
  1707. package/packages/i18n/lib/pt_br/i19remove.txt +1 -0
  1708. package/packages/i18n/lib/pt_br/i19removeFromFavorites.txt +1 -0
  1709. package/packages/i18n/lib/pt_br/i19removed.txt +1 -0
  1710. package/packages/i18n/lib/pt_br/i19reopenOrder.txt +1 -0
  1711. package/packages/i18n/lib/pt_br/i19require.txt +1 -0
  1712. package/packages/i18n/lib/pt_br/i19required.txt +1 -0
  1713. package/packages/i18n/lib/pt_br/i19requiredEmail.txt +1 -0
  1714. package/packages/i18n/lib/pt_br/i19requiredEmailMsg.txt +1 -0
  1715. package/packages/i18n/lib/pt_br/i19requiredField.txt +1 -0
  1716. package/packages/i18n/lib/pt_br/i19resource.txt +1 -0
  1717. package/packages/i18n/lib/pt_br/i19resourceId.txt +1 -0
  1718. package/packages/i18n/lib/pt_br/i19results.txt +1 -0
  1719. package/packages/i18n/lib/pt_br/i19resultsFor.txt +1 -0
  1720. package/packages/i18n/lib/pt_br/i19retail.txt +1 -0
  1721. package/packages/i18n/lib/pt_br/i19retry.txt +1 -0
  1722. package/packages/i18n/lib/pt_br/i19reviews.txt +1 -0
  1723. package/packages/i18n/lib/pt_br/i19safeEnvMsg.txt +1 -0
  1724. package/packages/i18n/lib/pt_br/i19sales.txt +1 -0
  1725. package/packages/i18n/lib/pt_br/i19salesChannels.txt +1 -0
  1726. package/packages/i18n/lib/pt_br/i19salesPrice.txt +1 -0
  1727. package/packages/i18n/lib/pt_br/i19save.txt +1 -0
  1728. package/packages/i18n/lib/pt_br/i19saveBrand.txt +1 -0
  1729. package/packages/i18n/lib/pt_br/i19saveCard.txt +1 -0
  1730. package/packages/i18n/lib/pt_br/i19saveCart.txt +1 -0
  1731. package/packages/i18n/lib/pt_br/i19saveCategory.txt +1 -0
  1732. package/packages/i18n/lib/pt_br/i19saveClient.txt +1 -0
  1733. package/packages/i18n/lib/pt_br/i19saveCollection.txt +1 -0
  1734. package/packages/i18n/lib/pt_br/i19saveGrid.txt +1 -0
  1735. package/packages/i18n/lib/pt_br/i19saveProduct.txt +1 -0
  1736. package/packages/i18n/lib/pt_br/i19saveText.txt +1 -0
  1737. package/packages/i18n/lib/pt_br/i19saved.txt +1 -0
  1738. package/packages/i18n/lib/pt_br/i19savedWithSuccess.txt +1 -0
  1739. package/packages/i18n/lib/pt_br/i19scheduledDelivery.txt +1 -0
  1740. package/packages/i18n/lib/pt_br/i19search.txt +1 -0
  1741. package/packages/i18n/lib/pt_br/i19searchAgain.txt +1 -0
  1742. package/packages/i18n/lib/pt_br/i19searchEngineListing.txt +1 -0
  1743. package/packages/i18n/lib/pt_br/i19searchItems.txt +1 -0
  1744. package/packages/i18n/lib/pt_br/i19searchOfflineErrorMsg.txt +1 -0
  1745. package/packages/i18n/lib/pt_br/i19searchProducts.txt +1 -0
  1746. package/packages/i18n/lib/pt_br/i19searchingFor.txt +1 -0
  1747. package/packages/i18n/lib/pt_br/i19securityCode.txt +1 -0
  1748. package/packages/i18n/lib/pt_br/i19seeAll$1Category.txt +1 -0
  1749. package/packages/i18n/lib/pt_br/i19seeAll.txt +1 -0
  1750. package/packages/i18n/lib/pt_br/i19seeAllApps.txt +1 -0
  1751. package/packages/i18n/lib/pt_br/i19seeAllThemes.txt +1 -0
  1752. package/packages/i18n/lib/pt_br/i19seeCart.txt +1 -0
  1753. package/packages/i18n/lib/pt_br/i19seeMore.txt +1 -0
  1754. package/packages/i18n/lib/pt_br/i19seeMoreCategory.txt +1 -0
  1755. package/packages/i18n/lib/pt_br/i19seeMoreInfo.txt +1 -0
  1756. package/packages/i18n/lib/pt_br/i19seeOrder.txt +1 -0
  1757. package/packages/i18n/lib/pt_br/i19seeShoppingCart.txt +1 -0
  1758. package/packages/i18n/lib/pt_br/i19select.txt +1 -0
  1759. package/packages/i18n/lib/pt_br/i19selectVariation.txt +1 -0
  1760. package/packages/i18n/lib/pt_br/i19selectVariationMsg.txt +1 -0
  1761. package/packages/i18n/lib/pt_br/i19selected.txt +1 -0
  1762. package/packages/i18n/lib/pt_br/i19selectedOffers.txt +1 -0
  1763. package/packages/i18n/lib/pt_br/i19selectedOptions.txt +1 -0
  1764. package/packages/i18n/lib/pt_br/i19seller.txt +1 -0
  1765. package/packages/i18n/lib/pt_br/i19sellerRecommendations.txt +1 -0
  1766. package/packages/i18n/lib/pt_br/i19sellerRecommendationsProducts.txt +1 -0
  1767. package/packages/i18n/lib/pt_br/i19sellerRecommendationsTitle.txt +1 -0
  1768. package/packages/i18n/lib/pt_br/i19sellerStatus.txt +1 -0
  1769. package/packages/i18n/lib/pt_br/i19sellerStatusMsg.txt +1 -0
  1770. package/packages/i18n/lib/pt_br/i19send.txt +1 -0
  1771. package/packages/i18n/lib/pt_br/i19sendLoginCodeByEmail.txt +1 -0
  1772. package/packages/i18n/lib/pt_br/i19sender.txt +1 -0
  1773. package/packages/i18n/lib/pt_br/i19senderFrom.txt +1 -0
  1774. package/packages/i18n/lib/pt_br/i19seo.txt +1 -0
  1775. package/packages/i18n/lib/pt_br/i19setDomainMsg.txt +1 -0
  1776. package/packages/i18n/lib/pt_br/i19setStoreDomain.txt +1 -0
  1777. package/packages/i18n/lib/pt_br/i19setUp.txt +1 -0
  1778. package/packages/i18n/lib/pt_br/i19settings.txt +1 -0
  1779. package/packages/i18n/lib/pt_br/i19share.txt +1 -0
  1780. package/packages/i18n/lib/pt_br/i19shareOnFacebook.txt +1 -0
  1781. package/packages/i18n/lib/pt_br/i19shareOnWhatsapp.txt +1 -0
  1782. package/packages/i18n/lib/pt_br/i19shipped.txt +1 -0
  1783. package/packages/i18n/lib/pt_br/i19shippedBy.txt +1 -0
  1784. package/packages/i18n/lib/pt_br/i19shipping.txt +1 -0
  1785. package/packages/i18n/lib/pt_br/i19shippingAdditionalPrice.txt +1 -0
  1786. package/packages/i18n/lib/pt_br/i19shippingAddress.txt +1 -0
  1787. package/packages/i18n/lib/pt_br/i19shippingCustomFields.txt +1 -0
  1788. package/packages/i18n/lib/pt_br/i19shippingDiscount.txt +1 -0
  1789. package/packages/i18n/lib/pt_br/i19shippingInvoices.txt +1 -0
  1790. package/packages/i18n/lib/pt_br/i19shippingMethod.txt +1 -0
  1791. package/packages/i18n/lib/pt_br/i19shippingMethodLabel.txt +1 -0
  1792. package/packages/i18n/lib/pt_br/i19shippingNotes.txt +1 -0
  1793. package/packages/i18n/lib/pt_br/i19shippingNotesMsg.txt +1 -0
  1794. package/packages/i18n/lib/pt_br/i19shippingStatus.txt +1 -0
  1795. package/packages/i18n/lib/pt_br/i19shippingTag.txt +1 -0
  1796. package/packages/i18n/lib/pt_br/i19shippingTags.txt +1 -0
  1797. package/packages/i18n/lib/pt_br/i19shippingTaxes.txt +1 -0
  1798. package/packages/i18n/lib/pt_br/i19shippingTaxesMsg.txt +1 -0
  1799. package/packages/i18n/lib/pt_br/i19shippingTo.txt +1 -0
  1800. package/packages/i18n/lib/pt_br/i19shippingTotalCost.txt +1 -0
  1801. package/packages/i18n/lib/pt_br/i19shopByCategory.txt +1 -0
  1802. package/packages/i18n/lib/pt_br/i19shopByFranchise.txt +1 -0
  1803. package/packages/i18n/lib/pt_br/i19shopNow.txt +1 -0
  1804. package/packages/i18n/lib/pt_br/i19shoppingCart.txt +1 -0
  1805. package/packages/i18n/lib/pt_br/i19short.txt +1 -0
  1806. package/packages/i18n/lib/pt_br/i19shortDescription.txt +1 -0
  1807. package/packages/i18n/lib/pt_br/i19show.txt +1 -0
  1808. package/packages/i18n/lib/pt_br/i19showDescription.txt +1 -0
  1809. package/packages/i18n/lib/pt_br/i19showReview.txt +1 -0
  1810. package/packages/i18n/lib/pt_br/i19signIn.txt +1 -0
  1811. package/packages/i18n/lib/pt_br/i19signInWith.txt +1 -0
  1812. package/packages/i18n/lib/pt_br/i19signInWithAnotherEmail.txt +1 -0
  1813. package/packages/i18n/lib/pt_br/i19signUp.txt +1 -0
  1814. package/packages/i18n/lib/pt_br/i19signUpWith.txt +1 -0
  1815. package/packages/i18n/lib/pt_br/i19signature.txt +1 -0
  1816. package/packages/i18n/lib/pt_br/i19size.txt +1 -0
  1817. package/packages/i18n/lib/pt_br/i19sizeGuide.txt +1 -0
  1818. package/packages/i18n/lib/pt_br/i19sku.txt +1 -0
  1819. package/packages/i18n/lib/pt_br/i19slug.txt +1 -0
  1820. package/packages/i18n/lib/pt_br/i19socialLogin.txt +1 -0
  1821. package/packages/i18n/lib/pt_br/i19socialMedia.txt +1 -0
  1822. package/packages/i18n/lib/pt_br/i19sort.txt +1 -0
  1823. package/packages/i18n/lib/pt_br/i19sortBy.txt +1 -0
  1824. package/packages/i18n/lib/pt_br/i19source.txt +1 -0
  1825. package/packages/i18n/lib/pt_br/i19sourceName.txt +1 -0
  1826. package/packages/i18n/lib/pt_br/i19specifications.txt +1 -0
  1827. package/packages/i18n/lib/pt_br/i19staffNotes.txt +1 -0
  1828. package/packages/i18n/lib/pt_br/i19staffSignature.txt +1 -0
  1829. package/packages/i18n/lib/pt_br/i19star.txt +1 -0
  1830. package/packages/i18n/lib/pt_br/i19startDate.txt +1 -0
  1831. package/packages/i18n/lib/pt_br/i19state.txt +1 -0
  1832. package/packages/i18n/lib/pt_br/i19status.txt +1 -0
  1833. package/packages/i18n/lib/pt_br/i19statusLink.txt +1 -0
  1834. package/packages/i18n/lib/pt_br/i19statusMobileLink.txt +1 -0
  1835. package/packages/i18n/lib/pt_br/i19store.txt +1 -0
  1836. package/packages/i18n/lib/pt_br/i19storefront.txt +1 -0
  1837. package/packages/i18n/lib/pt_br/i19street.txt +1 -0
  1838. package/packages/i18n/lib/pt_br/i19submit.txt +1 -0
  1839. package/packages/i18n/lib/pt_br/i19subresource.txt +1 -0
  1840. package/packages/i18n/lib/pt_br/i19subresourceId.txt +1 -0
  1841. package/packages/i18n/lib/pt_br/i19subscribe.txt +1 -0
  1842. package/packages/i18n/lib/pt_br/i19subscription.txt +1 -0
  1843. package/packages/i18n/lib/pt_br/i19subscriptionInvoices.txt +1 -0
  1844. package/packages/i18n/lib/pt_br/i19subscriptions.txt +1 -0
  1845. package/packages/i18n/lib/pt_br/i19subtitle.txt +1 -0
  1846. package/packages/i18n/lib/pt_br/i19subtotal.txt +1 -0
  1847. package/packages/i18n/lib/pt_br/i19success.txt +1 -0
  1848. package/packages/i18n/lib/pt_br/i19successfullyInstalled.txt +1 -0
  1849. package/packages/i18n/lib/pt_br/i19successfullyUninstalled.txt +1 -0
  1850. package/packages/i18n/lib/pt_br/i19suggestedProducts.txt +1 -0
  1851. package/packages/i18n/lib/pt_br/i19summary.txt +1 -0
  1852. package/packages/i18n/lib/pt_br/i19support.txt +1 -0
  1853. package/packages/i18n/lib/pt_br/i19table.txt +1 -0
  1854. package/packages/i18n/lib/pt_br/i19tax.txt +1 -0
  1855. package/packages/i18n/lib/pt_br/i19taxExempt.txt +1 -0
  1856. package/packages/i18n/lib/pt_br/i19termSearched.txt +1 -0
  1857. package/packages/i18n/lib/pt_br/i19test.txt +1 -0
  1858. package/packages/i18n/lib/pt_br/i19thanks.txt +1 -0
  1859. package/packages/i18n/lib/pt_br/i19thanksForPurchase.txt +1 -0
  1860. package/packages/i18n/lib/pt_br/i19theme.txt +1 -0
  1861. package/packages/i18n/lib/pt_br/i19themes.txt +1 -0
  1862. package/packages/i18n/lib/pt_br/i19ticketCode.txt +1 -0
  1863. package/packages/i18n/lib/pt_br/i19title.txt +1 -0
  1864. package/packages/i18n/lib/pt_br/i19titleTag.txt +1 -0
  1865. package/packages/i18n/lib/pt_br/i19to.txt +1 -0
  1866. package/packages/i18n/lib/pt_br/i19toEarn.txt +1 -0
  1867. package/packages/i18n/lib/pt_br/i19toPay.txt +1 -0
  1868. package/packages/i18n/lib/pt_br/i19today.txt +1 -0
  1869. package/packages/i18n/lib/pt_br/i19token.txt +1 -0
  1870. package/packages/i18n/lib/pt_br/i19total.txt +1 -0
  1871. package/packages/i18n/lib/pt_br/i19totalAmount.txt +1 -0
  1872. package/packages/i18n/lib/pt_br/i19totalCancelled.txt +1 -0
  1873. package/packages/i18n/lib/pt_br/i19totalCancelledMsg.txt +1 -0
  1874. package/packages/i18n/lib/pt_br/i19totalResultsFor.txt +1 -0
  1875. package/packages/i18n/lib/pt_br/i19totalSpent.txt +1 -0
  1876. package/packages/i18n/lib/pt_br/i19trackDelivery.txt +1 -0
  1877. package/packages/i18n/lib/pt_br/i19trackingCodes.txt +1 -0
  1878. package/packages/i18n/lib/pt_br/i19transactionCode.txt +1 -0
  1879. package/packages/i18n/lib/pt_br/i19transactionId.txt +1 -0
  1880. package/packages/i18n/lib/pt_br/i19transactionItems.txt +1 -0
  1881. package/packages/i18n/lib/pt_br/i19transactionStatus.txt +1 -0
  1882. package/packages/i18n/lib/pt_br/i19transactionStatusMsg.txt +1 -0
  1883. package/packages/i18n/lib/pt_br/i19transactionType.txt +1 -0
  1884. package/packages/i18n/lib/pt_br/i19trendingApps.txt +1 -0
  1885. package/packages/i18n/lib/pt_br/i19triggers.txt +1 -0
  1886. package/packages/i18n/lib/pt_br/i19triggersMsg.txt +1 -0
  1887. package/packages/i18n/lib/pt_br/i19tryAgain.txt +1 -0
  1888. package/packages/i18n/lib/pt_br/i19type.txt +1 -0
  1889. package/packages/i18n/lib/pt_br/i19unable.txt +1 -0
  1890. package/packages/i18n/lib/pt_br/i19unableToInstallApp.txt +1 -0
  1891. package/packages/i18n/lib/pt_br/i19unableToUninstallApp.txt +1 -0
  1892. package/packages/i18n/lib/pt_br/i19unavailable.txt +1 -0
  1893. package/packages/i18n/lib/pt_br/i19uninstall.txt +1 -0
  1894. package/packages/i18n/lib/pt_br/i19uninstallingApp.txt +1 -0
  1895. package/packages/i18n/lib/pt_br/i19uninstallingAppWithSuccess.txt +1 -0
  1896. package/packages/i18n/lib/pt_br/i19units.txt +1 -0
  1897. package/packages/i18n/lib/pt_br/i19unitsInStock.txt +1 -0
  1898. package/packages/i18n/lib/pt_br/i19unlimited.txt +1 -0
  1899. package/packages/i18n/lib/pt_br/i19unsubscribe.txt +1 -0
  1900. package/packages/i18n/lib/pt_br/i19untilTomorrow.txt +1 -0
  1901. package/packages/i18n/lib/pt_br/i19upTo.txt +1 -0
  1902. package/packages/i18n/lib/pt_br/i19update.txt +1 -0
  1903. package/packages/i18n/lib/pt_br/i19updatedAt.txt +1 -0
  1904. package/packages/i18n/lib/pt_br/i19upload.txt +1 -0
  1905. package/packages/i18n/lib/pt_br/i19uploadLogo.txt +1 -0
  1906. package/packages/i18n/lib/pt_br/i19uploadTable.txt +1 -0
  1907. package/packages/i18n/lib/pt_br/i19url.txt +1 -0
  1908. package/packages/i18n/lib/pt_br/i19use$1LoyaltyPoints.txt +1 -0
  1909. package/packages/i18n/lib/pt_br/i19user.txt +1 -0
  1910. package/packages/i18n/lib/pt_br/i19userFound.txt +1 -0
  1911. package/packages/i18n/lib/pt_br/i19username.txt +1 -0
  1912. package/packages/i18n/lib/pt_br/i19usersFound.txt +1 -0
  1913. package/packages/i18n/lib/pt_br/i19utm.txt +1 -0
  1914. package/packages/i18n/lib/pt_br/i19utmCampaign.txt +1 -0
  1915. package/packages/i18n/lib/pt_br/i19utmContent.txt +1 -0
  1916. package/packages/i18n/lib/pt_br/i19utmMedium.txt +1 -0
  1917. package/packages/i18n/lib/pt_br/i19utmSource.txt +1 -0
  1918. package/packages/i18n/lib/pt_br/i19utmTerm.txt +1 -0
  1919. package/packages/i18n/lib/pt_br/i19valid.txt +1 -0
  1920. package/packages/i18n/lib/pt_br/i19validThru.txt +1 -0
  1921. package/packages/i18n/lib/pt_br/i19validate.txt +1 -0
  1922. package/packages/i18n/lib/pt_br/i19value.txt +1 -0
  1923. package/packages/i18n/lib/pt_br/i19variation.txt +1 -0
  1924. package/packages/i18n/lib/pt_br/i19variationId.txt +1 -0
  1925. package/packages/i18n/lib/pt_br/i19variationName.txt +1 -0
  1926. package/packages/i18n/lib/pt_br/i19variations.txt +1 -0
  1927. package/packages/i18n/lib/pt_br/i19verified.txt +1 -0
  1928. package/packages/i18n/lib/pt_br/i19version.txt +1 -0
  1929. package/packages/i18n/lib/pt_br/i19versionDate.txt +1 -0
  1930. package/packages/i18n/lib/pt_br/i19video.txt +1 -0
  1931. package/packages/i18n/lib/pt_br/i19videos.txt +1 -0
  1932. package/packages/i18n/lib/pt_br/i19visible.txt +1 -0
  1933. package/packages/i18n/lib/pt_br/i19visibleProducts.txt +1 -0
  1934. package/packages/i18n/lib/pt_br/i19visitor.txt +1 -0
  1935. package/packages/i18n/lib/pt_br/i19visitorCheckout.txt +1 -0
  1936. package/packages/i18n/lib/pt_br/i19warning.txt +1 -0
  1937. package/packages/i18n/lib/pt_br/i19warningToReinstallAppMsg.txt +1 -0
  1938. package/packages/i18n/lib/pt_br/i19wasAnErrorOnLogin.txt +1 -0
  1939. package/packages/i18n/lib/pt_br/i19weFrom.txt +1 -0
  1940. package/packages/i18n/lib/pt_br/i19weRecommendToYou.txt +1 -0
  1941. package/packages/i18n/lib/pt_br/i19weUseYourDataToMsg.txt +1 -0
  1942. package/packages/i18n/lib/pt_br/i19webhooks.txt +1 -0
  1943. package/packages/i18n/lib/pt_br/i19webhooksApiExternalApiMsg.txt +1 -0
  1944. package/packages/i18n/lib/pt_br/i19webhooksApiMsg.txt +1 -0
  1945. package/packages/i18n/lib/pt_br/i19webhooksApiStoreApiMsg.txt +1 -0
  1946. package/packages/i18n/lib/pt_br/i19webhooksMapBodyMsg.txt +1 -0
  1947. package/packages/i18n/lib/pt_br/i19webhooksMsg.txt +1 -0
  1948. package/packages/i18n/lib/pt_br/i19webhooksSendBodyMsg.txt +1 -0
  1949. package/packages/i18n/lib/pt_br/i19weekly.txt +1 -0
  1950. package/packages/i18n/lib/pt_br/i19weight.txt +1 -0
  1951. package/packages/i18n/lib/pt_br/i19welcome.txt +1 -0
  1952. package/packages/i18n/lib/pt_br/i19welcomeTextMsg.txt +1 -0
  1953. package/packages/i18n/lib/pt_br/i19widgets.txt +1 -0
  1954. package/packages/i18n/lib/pt_br/i19width.txt +1 -0
  1955. package/packages/i18n/lib/pt_br/i19willReceiveMsg.txt +1 -0
  1956. package/packages/i18n/lib/pt_br/i19with.txt +1 -0
  1957. package/packages/i18n/lib/pt_br/i19withoutInstallmentRates.txt +1 -0
  1958. package/packages/i18n/lib/pt_br/i19workingDays.txt +1 -0
  1959. package/packages/i18n/lib/pt_br/i19write.txt +1 -0
  1960. package/packages/i18n/lib/pt_br/i19writeReview.txt +1 -0
  1961. package/packages/i18n/lib/pt_br/i19year.txt +1 -0
  1962. package/packages/i18n/lib/pt_br/i19yearly.txt +1 -0
  1963. package/packages/i18n/lib/pt_br/i19years.txt +1 -0
  1964. package/packages/i18n/lib/pt_br/i19yes.txt +1 -0
  1965. package/packages/i18n/lib/pt_br/i19youEarn.txt +1 -0
  1966. package/packages/i18n/lib/pt_br/i19yourInstalledApps.txt +1 -0
  1967. package/packages/i18n/lib/pt_br/i19zipCode.txt +1 -0
  1968. package/packages/i18n/lib/pt_br/i19zipCodeRange.txt +1 -0
  1969. package/packages/i18n/lib/pt_br.d.ts +1 -1
  1970. package/packages/i18n/lib/pt_br.js +1 -1
  1971. package/packages/i18n/package.json +9 -2
  1972. package/packages/i18n/scripts/build-txt.mjs +26 -0
  1973. package/packages/i18n/src/dirname.ts +1 -0
  1974. package/packages/i18n/src/en_us.ts +1 -1
  1975. package/packages/i18n/src/pt_br.ts +1 -1
  1976. package/packages/modules/lib/firebase/handle-module.js +1 -0
  1977. package/packages/modules/lib/firebase/handle-module.js.map +1 -1
  1978. package/packages/modules/package.json +3 -3
  1979. package/packages/modules/src/firebase/handle-module.ts +1 -0
  1980. package/packages/passport/package.json +2 -2
  1981. package/packages/ssr/package.json +4 -4
  1982. package/packages/storefront/.eslintrc-auto-import.json +0 -981
  1983. package/packages/storefront/.eslintrc.cjs +7 -0
  1984. package/packages/storefront/astro.config.mjs +26 -24
  1985. package/packages/storefront/client.d.ts +1 -0
  1986. package/packages/storefront/dist/client/HeaderButtons.94982284.js +1 -0
  1987. package/packages/storefront/dist/client/Price.80648526.js +1 -0
  1988. package/packages/storefront/dist/client/assets/{_...slug_.88f9146d.css → _...slug_.580c5aa4.css} +1 -1
  1989. package/packages/storefront/dist/client/chunks/HeaderButtons.e59228e7.js +1 -0
  1990. package/packages/storefront/dist/client/chunks/{LoginForm.5bdbb363.js → LoginForm.a9f55240.js} +90 -90
  1991. package/packages/storefront/dist/client/chunks/ecom-utils.b0a26608.js +1 -0
  1992. package/packages/storefront/dist/client/chunks/price.130e6005.js +1 -0
  1993. package/packages/storefront/dist/client/chunks/runtime-core.esm-bundler.4dae6bc1.js +1 -0
  1994. package/packages/storefront/dist/client/chunks/runtime-dom.esm-bundler.7a999c6c.js +1 -0
  1995. package/packages/storefront/dist/client/chunks/session-utm.2de8b604.js +1 -0
  1996. package/packages/storefront/dist/client/client.79a40b9d.js +1 -0
  1997. package/packages/storefront/dist/client/hoisted.cce93d56.js +1 -0
  1998. package/packages/storefront/dist/client/sw.js +1 -1
  1999. package/packages/storefront/dist/server/entry.mjs +876 -1904
  2000. package/packages/storefront/package.json +5 -5
  2001. package/packages/storefront/src/auto-imports.d.ts +261 -0
  2002. package/packages/storefront/src/components.d.ts +27 -0
  2003. package/packages/storefront/src/helpers/afetch.ts +30 -0
  2004. package/packages/storefront/src/lib/components/LoginForm.vue +1 -1
  2005. package/packages/storefront/src/lib/components/Price/PriceCashback.vue +12 -0
  2006. package/packages/storefront/src/lib/components/Price/PriceCompare.vue +12 -0
  2007. package/packages/storefront/src/lib/components/Price/PriceDiscountLabel.vue +12 -0
  2008. package/packages/storefront/src/lib/components/Price/PriceInstallments.vue +12 -0
  2009. package/packages/storefront/src/lib/components/Price/PriceSale.vue +12 -0
  2010. package/packages/storefront/src/lib/components/Price/PriceWithDiscount.vue +12 -0
  2011. package/packages/storefront/src/lib/components/Price.vue +55 -0
  2012. package/packages/storefront/src/lib/layouts/Base.astro +5 -5
  2013. package/packages/storefront/src/lib/layouts/BaseBody.astro +5 -4
  2014. package/packages/storefront/src/lib/layouts/BaseHead.astro +3 -3
  2015. package/packages/storefront/src/lib/layouts/BaseStateJson.astro +1 -1
  2016. package/packages/storefront/src/lib/pages/_vue.ts +16 -0
  2017. package/packages/storefront/src/lib/scripts/session-utm.ts +22 -0
  2018. package/packages/storefront/src/lib/state/modules-info.ts +140 -0
  2019. package/packages/storefront/src/vue-globals.d.ts +26 -0
  2020. package/packages/storefront/tsconfig.json +1 -1
  2021. package/packages/types/package.json +1 -1
  2022. package/packages/storefront/auto-imports.d.ts +0 -1242
  2023. package/packages/storefront/components.d.ts +0 -21
  2024. package/packages/storefront/dist/client/HeaderButtons.5867fe1c.js +0 -1
  2025. package/packages/storefront/dist/client/chunks/HeaderButtons.cc68ecde.js +0 -1
  2026. package/packages/storefront/dist/client/chunks/runtime-dom.esm-bundler.1b578f5a.js +0 -1
  2027. package/packages/storefront/dist/client/client.75c18572.js +0 -1
  2028. package/packages/storefront/dist/client/hoisted.4f689abe.js +0 -1
  2029. package/packages/storefront/src/lib/components/atoms/ALink.vue +0 -26
@@ -16,14 +16,14 @@ import { fileURLToPath } from 'url';
16
16
  import http from 'http';
17
17
  import https from 'https';
18
18
  import send from 'send';
19
- import { defineComponent, h as h$2, createSSRApp, mergeProps, createVNode as createVNode$1, resolveDynamicComponent, withCtx, createTextVNode, toDisplayString, useSSRContext, toRefs, unref, ref, watch, toRef, computed, defineAsyncComponent, renderSlot as renderSlot$2, openBlock, createBlock, Fragment as Fragment$2, createCommentVNode, renderList } from 'vue';
19
+ import { defineComponent, h as h$2, createSSRApp, mergeProps, createVNode as createVNode$1, resolveDynamicComponent, withCtx, createTextVNode, toDisplayString, useSSRContext, toRefs, unref, ref, watch, toRef, computed, defineAsyncComponent, renderSlot as renderSlot$1, openBlock, createBlock, Fragment as Fragment$1, createCommentVNode, renderList, getCurrentInstance, reactive } from 'vue';
20
20
  import { renderToString as renderToString$1, ssrRenderAttrs, ssrRenderSlot, ssrRenderVNode, ssrInterpolate, ssrRenderList, ssrRenderAttr, ssrRenderComponent, ssrRenderClass, ssrIncludeBooleanAttr } from 'vue/server-renderer';
21
+ import { i18n, formatMoney, img, price } from '@ecomplus/utils';
21
22
  import sizeOf from 'image-size';
22
23
  import fs$1 from 'node:fs/promises';
23
24
  import { fileURLToPath as fileURLToPath$1 } from 'node:url';
24
25
  import api from '@cloudcommerce/api';
25
26
  import config from '@cloudcommerce/config';
26
- import { img, price } from '@ecomplus/utils';
27
27
  import 'http-cache-semantics';
28
28
  import 'node:os';
29
29
  import 'node:path';
@@ -7413,7 +7413,59 @@ function* getSetCookiesFromResponse(response) {
7413
7413
  }
7414
7414
  }
7415
7415
 
7416
- const ASTRO_VERSION$1 = "1.6.12";
7416
+ function baseCreateComponent(cb, moduleId) {
7417
+ cb.isAstroComponentFactory = true;
7418
+ cb.moduleId = moduleId;
7419
+ return cb;
7420
+ }
7421
+ function createComponentWithOptions(opts) {
7422
+ const cb = baseCreateComponent(opts.factory, opts.moduleId);
7423
+ cb.propagation = opts.propagation;
7424
+ return cb;
7425
+ }
7426
+ function createComponent(arg1, moduleId) {
7427
+ if (typeof arg1 === "function") {
7428
+ return baseCreateComponent(arg1, moduleId);
7429
+ } else {
7430
+ return createComponentWithOptions(arg1);
7431
+ }
7432
+ }
7433
+
7434
+ const ASTRO_VERSION = "1.6.14";
7435
+
7436
+ function createDeprecatedFetchContentFn() {
7437
+ return () => {
7438
+ throw new Error("Deprecated: Astro.fetchContent() has been replaced with Astro.glob().");
7439
+ };
7440
+ }
7441
+ function createAstroGlobFn() {
7442
+ const globHandler = (importMetaGlobResult, globValue) => {
7443
+ let allEntries = [...Object.values(importMetaGlobResult)];
7444
+ if (allEntries.length === 0) {
7445
+ throw new Error(`Astro.glob(${JSON.stringify(globValue())}) - no matches found.`);
7446
+ }
7447
+ return Promise.all(allEntries.map((fn) => fn()));
7448
+ };
7449
+ return globHandler;
7450
+ }
7451
+ function createAstro(filePathname, _site, projectRootStr) {
7452
+ const site = _site ? new URL(_site) : void 0;
7453
+ const referenceURL = new URL(filePathname, `http://localhost`);
7454
+ const projectRoot = new URL(projectRootStr);
7455
+ return {
7456
+ site,
7457
+ generator: `Astro v${ASTRO_VERSION}`,
7458
+ fetchContent: createDeprecatedFetchContentFn(),
7459
+ glob: createAstroGlobFn(),
7460
+ resolve(...segments) {
7461
+ let resolved = segments.reduce((u, segment) => new URL(segment, u), referenceURL).pathname;
7462
+ if (resolved.startsWith(projectRoot.pathname)) {
7463
+ resolved = "/" + resolved.slice(projectRoot.pathname.length);
7464
+ }
7465
+ return resolved;
7466
+ }
7467
+ };
7468
+ }
7417
7469
 
7418
7470
  function getHandlerFromModule(mod, method) {
7419
7471
  if (mod[method]) {
@@ -7477,24 +7529,63 @@ Update your code to remove this warning.`);
7477
7529
  return handler.call(mod, proxy, request);
7478
7530
  }
7479
7531
 
7480
- const escapeHTML$1 = escape;
7481
- class HTMLString$1 extends String {
7532
+ const escapeHTML = escape;
7533
+ class HTMLBytes extends Uint8Array {
7534
+ }
7535
+ Object.defineProperty(HTMLBytes.prototype, Symbol.toStringTag, {
7536
+ get() {
7537
+ return "HTMLBytes";
7538
+ }
7539
+ });
7540
+ class HTMLString extends String {
7482
7541
  get [Symbol.toStringTag]() {
7483
7542
  return "HTMLString";
7484
7543
  }
7485
7544
  }
7486
- const markHTMLString$1 = (value) => {
7487
- if (value instanceof HTMLString$1) {
7545
+ const markHTMLString = (value) => {
7546
+ if (value instanceof HTMLString) {
7488
7547
  return value;
7489
7548
  }
7490
7549
  if (typeof value === "string") {
7491
- return new HTMLString$1(value);
7550
+ return new HTMLString(value);
7492
7551
  }
7493
7552
  return value;
7494
7553
  };
7495
- function isHTMLString$1(value) {
7554
+ function isHTMLString(value) {
7496
7555
  return Object.prototype.toString.call(value) === "[object HTMLString]";
7497
7556
  }
7557
+ function markHTMLBytes(bytes) {
7558
+ return new HTMLBytes(bytes);
7559
+ }
7560
+ async function* unescapeChunksAsync(iterable) {
7561
+ for await (const chunk of iterable) {
7562
+ yield unescapeHTML(chunk);
7563
+ }
7564
+ }
7565
+ function* unescapeChunks(iterable) {
7566
+ for (const chunk of iterable) {
7567
+ yield unescapeHTML(chunk);
7568
+ }
7569
+ }
7570
+ function unescapeHTML(str) {
7571
+ if (!!str && typeof str === "object") {
7572
+ if (str instanceof Uint8Array) {
7573
+ return markHTMLBytes(str);
7574
+ } else if (str instanceof Response && str.body) {
7575
+ const body = str.body;
7576
+ return unescapeChunksAsync(body);
7577
+ } else if (typeof str.then === "function") {
7578
+ return Promise.resolve(str).then((value) => {
7579
+ return unescapeHTML(value);
7580
+ });
7581
+ } else if (Symbol.iterator in str) {
7582
+ return unescapeChunks(str);
7583
+ } else if (Symbol.asyncIterator in str) {
7584
+ return unescapeChunksAsync(str);
7585
+ }
7586
+ }
7587
+ return markHTMLString(str);
7588
+ }
7498
7589
 
7499
7590
  const AstroJSX = "astro:jsx";
7500
7591
  const Empty = Symbol("empty");
@@ -7539,7 +7630,7 @@ function transformSlots(vnode) {
7539
7630
  }
7540
7631
  function markRawChildren(child) {
7541
7632
  if (typeof child === "string")
7542
- return markHTMLString$1(child);
7633
+ return markHTMLString(child);
7543
7634
  if (Array.isArray(child))
7544
7635
  return child.map((c) => markRawChildren(c));
7545
7636
  return child;
@@ -7562,7 +7653,7 @@ function transformSetDirectives(vnode) {
7562
7653
  }
7563
7654
  function createVNode(type, props) {
7564
7655
  const vnode = {
7565
- [Renderer$1]: "astro:jsx",
7656
+ [Renderer]: "astro:jsx",
7566
7657
  [AstroJSX]: true,
7567
7658
  type,
7568
7659
  props: props ?? {}
@@ -7572,57 +7663,169 @@ function createVNode(type, props) {
7572
7663
  return vnode;
7573
7664
  }
7574
7665
 
7575
- var idle_prebuilt_default$1 = `(self.Astro=self.Astro||{}).idle=t=>{const e=async()=>{await(await t())()};"requestIdleCallback"in window?window.requestIdleCallback(e):setTimeout(e,200)},window.dispatchEvent(new Event("astro:idle"));`;
7666
+ var idle_prebuilt_default = `(self.Astro=self.Astro||{}).idle=t=>{const e=async()=>{await(await t())()};"requestIdleCallback"in window?window.requestIdleCallback(e):setTimeout(e,200)},window.dispatchEvent(new Event("astro:idle"));`;
7576
7667
 
7577
- var load_prebuilt_default$1 = `(self.Astro=self.Astro||{}).load=a=>{(async()=>await(await a())())()},window.dispatchEvent(new Event("astro:load"));`;
7668
+ var load_prebuilt_default = `(self.Astro=self.Astro||{}).load=a=>{(async()=>await(await a())())()},window.dispatchEvent(new Event("astro:load"));`;
7578
7669
 
7579
- var media_prebuilt_default$1 = `(self.Astro=self.Astro||{}).media=(s,a)=>{const t=async()=>{await(await s())()};if(a.value){const e=matchMedia(a.value);e.matches?t():e.addEventListener("change",t,{once:!0})}},window.dispatchEvent(new Event("astro:media"));`;
7670
+ var media_prebuilt_default = `(self.Astro=self.Astro||{}).media=(s,a)=>{const t=async()=>{await(await s())()};if(a.value){const e=matchMedia(a.value);e.matches?t():e.addEventListener("change",t,{once:!0})}},window.dispatchEvent(new Event("astro:media"));`;
7580
7671
 
7581
- var only_prebuilt_default$1 = `(self.Astro=self.Astro||{}).only=t=>{(async()=>await(await t())())()},window.dispatchEvent(new Event("astro:only"));`;
7672
+ var only_prebuilt_default = `(self.Astro=self.Astro||{}).only=t=>{(async()=>await(await t())())()},window.dispatchEvent(new Event("astro:only"));`;
7582
7673
 
7583
- var visible_prebuilt_default$1 = `(self.Astro=self.Astro||{}).visible=(s,c,n)=>{const r=async()=>{await(await s())()};let i=new IntersectionObserver(e=>{for(const t of e)if(!!t.isIntersecting){i.disconnect(),r();break}});for(let e=0;e<n.children.length;e++){const t=n.children[e];i.observe(t)}},window.dispatchEvent(new Event("astro:visible"));`;
7674
+ var visible_prebuilt_default = `(self.Astro=self.Astro||{}).visible=(s,c,n)=>{const r=async()=>{await(await s())()};let i=new IntersectionObserver(e=>{for(const t of e)if(!!t.isIntersecting){i.disconnect(),r();break}});for(let e=0;e<n.children.length;e++){const t=n.children[e];i.observe(t)}},window.dispatchEvent(new Event("astro:visible"));`;
7584
7675
 
7585
- var astro_island_prebuilt_default$1 = `var l;{const c={0:t=>t,1:t=>JSON.parse(t,o),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(JSON.parse(t,o)),5:t=>new Set(JSON.parse(t,o)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(JSON.parse(t)),9:t=>new Uint16Array(JSON.parse(t)),10:t=>new Uint32Array(JSON.parse(t))},o=(t,s)=>{if(t===""||!Array.isArray(s))return s;const[e,n]=s;return e in c?c[e](n):void 0};customElements.get("astro-island")||customElements.define("astro-island",(l=class extends HTMLElement{constructor(){super(...arguments);this.hydrate=()=>{if(!this.hydrator||this.parentElement&&this.parentElement.closest("astro-island[ssr]"))return;const s=this.querySelectorAll("astro-slot"),e={},n=this.querySelectorAll("template[data-astro-template]");for(const r of n){const i=r.closest(this.tagName);!i||!i.isSameNode(this)||(e[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(const r of s){const i=r.closest(this.tagName);!i||!i.isSameNode(this)||(e[r.getAttribute("name")||"default"]=r.innerHTML)}const a=this.hasAttribute("props")?JSON.parse(this.getAttribute("props"),o):{};this.hydrator(this)(this.Component,a,e,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),window.removeEventListener("astro:hydrate",this.hydrate),window.dispatchEvent(new CustomEvent("astro:hydrate"))}}connectedCallback(){!this.hasAttribute("await-children")||this.firstChild?this.childrenConnectedCallback():new MutationObserver((s,e)=>{e.disconnect(),this.childrenConnectedCallback()}).observe(this,{childList:!0})}async childrenConnectedCallback(){window.addEventListener("astro:hydrate",this.hydrate);let s=this.getAttribute("before-hydration-url");s&&await import(s),this.start()}start(){const s=JSON.parse(this.getAttribute("opts")),e=this.getAttribute("client");if(Astro[e]===void 0){window.addEventListener(\`astro:\${e}\`,()=>this.start(),{once:!0});return}Astro[e](async()=>{const n=this.getAttribute("renderer-url"),[a,{default:r}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),i=this.getAttribute("component-export")||"default";if(!i.includes("."))this.Component=a[i];else{this.Component=a;for(const d of i.split("."))this.Component=this.Component[d]}return this.hydrator=r,this.hydrate},s,this)}attributeChangedCallback(){this.hydrator&&this.hydrate()}},l.observedAttributes=["props"],l))}`;
7676
+ var astro_island_prebuilt_default = `var l;{const c={0:t=>t,1:t=>JSON.parse(t,o),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(JSON.parse(t,o)),5:t=>new Set(JSON.parse(t,o)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(JSON.parse(t)),9:t=>new Uint16Array(JSON.parse(t)),10:t=>new Uint32Array(JSON.parse(t))},o=(t,s)=>{if(t===""||!Array.isArray(s))return s;const[e,n]=s;return e in c?c[e](n):void 0};customElements.get("astro-island")||customElements.define("astro-island",(l=class extends HTMLElement{constructor(){super(...arguments);this.hydrate=()=>{if(!this.hydrator||this.parentElement&&this.parentElement.closest("astro-island[ssr]"))return;const s=this.querySelectorAll("astro-slot"),e={},n=this.querySelectorAll("template[data-astro-template]");for(const r of n){const i=r.closest(this.tagName);!i||!i.isSameNode(this)||(e[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(const r of s){const i=r.closest(this.tagName);!i||!i.isSameNode(this)||(e[r.getAttribute("name")||"default"]=r.innerHTML)}const a=this.hasAttribute("props")?JSON.parse(this.getAttribute("props"),o):{};this.hydrator(this)(this.Component,a,e,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),window.removeEventListener("astro:hydrate",this.hydrate),window.dispatchEvent(new CustomEvent("astro:hydrate"))}}connectedCallback(){!this.hasAttribute("await-children")||this.firstChild?this.childrenConnectedCallback():new MutationObserver((s,e)=>{e.disconnect(),this.childrenConnectedCallback()}).observe(this,{childList:!0})}async childrenConnectedCallback(){window.addEventListener("astro:hydrate",this.hydrate);let s=this.getAttribute("before-hydration-url");s&&await import(s),this.start()}start(){const s=JSON.parse(this.getAttribute("opts")),e=this.getAttribute("client");if(Astro[e]===void 0){window.addEventListener(\`astro:\${e}\`,()=>this.start(),{once:!0});return}Astro[e](async()=>{const n=this.getAttribute("renderer-url"),[a,{default:r}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),i=this.getAttribute("component-export")||"default";if(!i.includes("."))this.Component=a[i];else{this.Component=a;for(const d of i.split("."))this.Component=this.Component[d]}return this.hydrator=r,this.hydrate},s,this)}attributeChangedCallback(){this.hydrator&&this.hydrate()}},l.observedAttributes=["props"],l))}`;
7586
7677
 
7587
- function determineIfNeedsHydrationScript$1(result) {
7678
+ function determineIfNeedsHydrationScript(result) {
7588
7679
  if (result._metadata.hasHydrationScript) {
7589
7680
  return false;
7590
7681
  }
7591
7682
  return result._metadata.hasHydrationScript = true;
7592
7683
  }
7593
- const hydrationScripts$1 = {
7594
- idle: idle_prebuilt_default$1,
7595
- load: load_prebuilt_default$1,
7596
- only: only_prebuilt_default$1,
7597
- media: media_prebuilt_default$1,
7598
- visible: visible_prebuilt_default$1
7684
+ const hydrationScripts = {
7685
+ idle: idle_prebuilt_default,
7686
+ load: load_prebuilt_default,
7687
+ only: only_prebuilt_default,
7688
+ media: media_prebuilt_default,
7689
+ visible: visible_prebuilt_default
7599
7690
  };
7600
- function determinesIfNeedsDirectiveScript$1(result, directive) {
7691
+ function determinesIfNeedsDirectiveScript(result, directive) {
7601
7692
  if (result._metadata.hasDirectives.has(directive)) {
7602
7693
  return false;
7603
7694
  }
7604
7695
  result._metadata.hasDirectives.add(directive);
7605
7696
  return true;
7606
7697
  }
7607
- function getDirectiveScriptText$1(directive) {
7608
- if (!(directive in hydrationScripts$1)) {
7698
+ function getDirectiveScriptText(directive) {
7699
+ if (!(directive in hydrationScripts)) {
7609
7700
  throw new Error(`Unknown directive: ${directive}`);
7610
7701
  }
7611
- const directiveScriptText = hydrationScripts$1[directive];
7702
+ const directiveScriptText = hydrationScripts[directive];
7612
7703
  return directiveScriptText;
7613
7704
  }
7614
- function getPrescripts$1(type, directive) {
7705
+ function getPrescripts(type, directive) {
7615
7706
  switch (type) {
7616
7707
  case "both":
7617
- return `<style>astro-island,astro-slot{display:contents}</style><script>${getDirectiveScriptText$1(directive) + astro_island_prebuilt_default$1}<\/script>`;
7708
+ return `<style>astro-island,astro-slot{display:contents}</style><script>${getDirectiveScriptText(directive) + astro_island_prebuilt_default}<\/script>`;
7618
7709
  case "directive":
7619
- return `<script>${getDirectiveScriptText$1(directive)}<\/script>`;
7710
+ return `<script>${getDirectiveScriptText(directive)}<\/script>`;
7620
7711
  }
7621
7712
  return "";
7622
7713
  }
7623
7714
 
7624
- const defineErrors$1 = (errs) => errs;
7625
- const AstroErrorData$1 = defineErrors$1({
7715
+ const headAndContentSym = Symbol.for("astro.headAndContent");
7716
+ function isHeadAndContent(obj) {
7717
+ return typeof obj === "object" && !!obj[headAndContentSym];
7718
+ }
7719
+
7720
+ function serializeListValue(value) {
7721
+ const hash = {};
7722
+ push(value);
7723
+ return Object.keys(hash).join(" ");
7724
+ function push(item) {
7725
+ if (item && typeof item.forEach === "function")
7726
+ item.forEach(push);
7727
+ else if (item === Object(item))
7728
+ Object.keys(item).forEach((name) => {
7729
+ if (item[name])
7730
+ push(name);
7731
+ });
7732
+ else {
7733
+ item = item === false || item == null ? "" : String(item).trim();
7734
+ if (item) {
7735
+ item.split(/\s+/).forEach((name) => {
7736
+ hash[name] = true;
7737
+ });
7738
+ }
7739
+ }
7740
+ }
7741
+ }
7742
+ function isPromise(value) {
7743
+ return !!value && typeof value === "object" && typeof value.then === "function";
7744
+ }
7745
+
7746
+ var _a$3;
7747
+ const renderTemplateResultSym = Symbol.for("astro.renderTemplateResult");
7748
+ class RenderTemplateResult {
7749
+ constructor(htmlParts, expressions) {
7750
+ this[_a$3] = true;
7751
+ this.htmlParts = htmlParts;
7752
+ this.error = void 0;
7753
+ this.expressions = expressions.map((expression) => {
7754
+ if (isPromise(expression)) {
7755
+ return Promise.resolve(expression).catch((err) => {
7756
+ if (!this.error) {
7757
+ this.error = err;
7758
+ throw err;
7759
+ }
7760
+ });
7761
+ }
7762
+ return expression;
7763
+ });
7764
+ }
7765
+ get [(_a$3 = renderTemplateResultSym, Symbol.toStringTag)]() {
7766
+ return "AstroComponent";
7767
+ }
7768
+ async *[Symbol.asyncIterator]() {
7769
+ const { htmlParts, expressions } = this;
7770
+ for (let i = 0; i < htmlParts.length; i++) {
7771
+ const html = htmlParts[i];
7772
+ const expression = expressions[i];
7773
+ yield markHTMLString(html);
7774
+ yield* renderChild(expression);
7775
+ }
7776
+ }
7777
+ }
7778
+ function isRenderTemplateResult(obj) {
7779
+ return typeof obj === "object" && !!obj[renderTemplateResultSym];
7780
+ }
7781
+ async function* renderAstroTemplateResult(component) {
7782
+ for await (const value of component) {
7783
+ if (value || value === 0) {
7784
+ for await (const chunk of renderChild(value)) {
7785
+ switch (chunk.type) {
7786
+ case "directive": {
7787
+ yield chunk;
7788
+ break;
7789
+ }
7790
+ default: {
7791
+ yield markHTMLString(chunk);
7792
+ break;
7793
+ }
7794
+ }
7795
+ }
7796
+ }
7797
+ }
7798
+ }
7799
+ function renderTemplate(htmlParts, ...expressions) {
7800
+ return new RenderTemplateResult(htmlParts, expressions);
7801
+ }
7802
+
7803
+ function isAstroComponentFactory(obj) {
7804
+ return obj == null ? false : obj.isAstroComponentFactory === true;
7805
+ }
7806
+ async function renderToString(result, componentFactory, props, children) {
7807
+ const factoryResult = await componentFactory(result, props, children);
7808
+ if (factoryResult instanceof Response) {
7809
+ const response = factoryResult;
7810
+ throw response;
7811
+ }
7812
+ let parts = new HTMLParts();
7813
+ const templateResult = isHeadAndContent(factoryResult) ? factoryResult.content : factoryResult;
7814
+ for await (const chunk of renderAstroTemplateResult(templateResult)) {
7815
+ parts.append(chunk, result);
7816
+ }
7817
+ return parts.toString();
7818
+ }
7819
+ function isAPropagatingComponent(result, factory) {
7820
+ let hint = factory.propagation || "none";
7821
+ if (factory.moduleId && result.propagation.has(factory.moduleId) && hint === "none") {
7822
+ hint = result.propagation.get(factory.moduleId);
7823
+ }
7824
+ return hint === "in-tree" || hint === "self";
7825
+ }
7826
+
7827
+ const defineErrors = (errs) => errs;
7828
+ const AstroErrorData = defineErrors({
7626
7829
  UnknownCompilerError: {
7627
7830
  title: "Unknown compiler error.",
7628
7831
  code: 1e3
@@ -7793,11 +7996,11 @@ See https://docs.astro.build/en/guides/server-side-rendering/ for more informati
7793
7996
  }
7794
7997
  });
7795
7998
 
7796
- function normalizeLF$1(code) {
7999
+ function normalizeLF(code) {
7797
8000
  return code.replace(/\r\n|\r(?!\n)|\n/g, "\n");
7798
8001
  }
7799
- function getErrorDataByCode$1(code) {
7800
- const entry = Object.entries(AstroErrorData$1).find((data) => data[1].code === code);
8002
+ function getErrorDataByCode(code) {
8003
+ const entry = Object.entries(AstroErrorData).find((data) => data[1].code === code);
7801
8004
  if (entry) {
7802
8005
  return {
7803
8006
  name: entry[0],
@@ -7806,11 +8009,11 @@ function getErrorDataByCode$1(code) {
7806
8009
  }
7807
8010
  }
7808
8011
 
7809
- function codeFrame$1(src, loc) {
8012
+ function codeFrame(src, loc) {
7810
8013
  if (!loc || loc.line === void 0 || loc.column === void 0) {
7811
8014
  return "";
7812
8015
  }
7813
- const lines = normalizeLF$1(src).split("\n").map((ln) => ln.replace(/\t/g, " "));
8016
+ const lines = normalizeLF(src).split("\n").map((ln) => ln.replace(/\t/g, " "));
7814
8017
  const visibleLines = [];
7815
8018
  for (let n = -2; n <= 2; n++) {
7816
8019
  if (lines[loc.line + n])
@@ -7837,7 +8040,7 @@ function codeFrame$1(src, loc) {
7837
8040
  return output;
7838
8041
  }
7839
8042
 
7840
- class AstroError$1 extends Error {
8043
+ class AstroError extends Error {
7841
8044
  constructor(props, ...params) {
7842
8045
  var _a;
7843
8046
  super(...params);
@@ -7847,7 +8050,7 @@ class AstroError$1 extends Error {
7847
8050
  if (name) {
7848
8051
  this.name = name;
7849
8052
  } else {
7850
- this.name = ((_a = getErrorDataByCode$1(this.errorCode)) == null ? void 0 : _a.name) ?? "UnknownError";
8053
+ this.name = ((_a = getErrorDataByCode(this.errorCode)) == null ? void 0 : _a.name) ?? "UnknownError";
7851
8054
  }
7852
8055
  this.title = title;
7853
8056
  if (message)
@@ -7860,7 +8063,7 @@ class AstroError$1 extends Error {
7860
8063
  setErrorCode(errorCode) {
7861
8064
  var _a;
7862
8065
  this.errorCode = errorCode;
7863
- this.name = ((_a = getErrorDataByCode$1(this.errorCode)) == null ? void 0 : _a.name) ?? "UnknownError";
8066
+ this.name = ((_a = getErrorDataByCode(this.errorCode)) == null ? void 0 : _a.name) ?? "UnknownError";
7864
8067
  }
7865
8068
  setLocation(location) {
7866
8069
  this.loc = location;
@@ -7875,14 +8078,14 @@ class AstroError$1 extends Error {
7875
8078
  this.hint = hint;
7876
8079
  }
7877
8080
  setFrame(source, location) {
7878
- this.frame = codeFrame$1(source, location);
8081
+ this.frame = codeFrame(source, location);
7879
8082
  }
7880
8083
  static is(err) {
7881
8084
  return err.type === "AstroError";
7882
8085
  }
7883
8086
  }
7884
8087
 
7885
- const PROP_TYPE$1 = {
8088
+ const PROP_TYPE = {
7886
8089
  Value: 0,
7887
8090
  JSON: 1,
7888
8091
  RegExp: 2,
@@ -7895,7 +8098,7 @@ const PROP_TYPE$1 = {
7895
8098
  Uint16Array: 9,
7896
8099
  Uint32Array: 10
7897
8100
  };
7898
- function serializeArray$1(value, metadata = {}, parents = /* @__PURE__ */ new WeakSet()) {
8101
+ function serializeArray(value, metadata = {}, parents = /* @__PURE__ */ new WeakSet()) {
7899
8102
  if (parents.has(value)) {
7900
8103
  throw new Error(`Cyclic reference detected while serializing props for <${metadata.displayName} client:${metadata.hydrate}>!
7901
8104
 
@@ -7903,12 +8106,12 @@ Cyclic references cannot be safely serialized for client-side usage. Please remo
7903
8106
  }
7904
8107
  parents.add(value);
7905
8108
  const serialized = value.map((v) => {
7906
- return convertToSerializedForm$1(v, metadata, parents);
8109
+ return convertToSerializedForm(v, metadata, parents);
7907
8110
  });
7908
8111
  parents.delete(value);
7909
8112
  return serialized;
7910
8113
  }
7911
- function serializeObject$1(value, metadata = {}, parents = /* @__PURE__ */ new WeakSet()) {
8114
+ function serializeObject(value, metadata = {}, parents = /* @__PURE__ */ new WeakSet()) {
7912
8115
  if (parents.has(value)) {
7913
8116
  throw new Error(`Cyclic reference detected while serializing props for <${metadata.displayName} client:${metadata.hydrate}>!
7914
8117
 
@@ -7917,97 +8120,71 @@ Cyclic references cannot be safely serialized for client-side usage. Please remo
7917
8120
  parents.add(value);
7918
8121
  const serialized = Object.fromEntries(
7919
8122
  Object.entries(value).map(([k, v]) => {
7920
- return [k, convertToSerializedForm$1(v, metadata, parents)];
8123
+ return [k, convertToSerializedForm(v, metadata, parents)];
7921
8124
  })
7922
8125
  );
7923
8126
  parents.delete(value);
7924
8127
  return serialized;
7925
8128
  }
7926
- function convertToSerializedForm$1(value, metadata = {}, parents = /* @__PURE__ */ new WeakSet()) {
8129
+ function convertToSerializedForm(value, metadata = {}, parents = /* @__PURE__ */ new WeakSet()) {
7927
8130
  const tag = Object.prototype.toString.call(value);
7928
8131
  switch (tag) {
7929
8132
  case "[object Date]": {
7930
- return [PROP_TYPE$1.Date, value.toISOString()];
8133
+ return [PROP_TYPE.Date, value.toISOString()];
7931
8134
  }
7932
8135
  case "[object RegExp]": {
7933
- return [PROP_TYPE$1.RegExp, value.source];
8136
+ return [PROP_TYPE.RegExp, value.source];
7934
8137
  }
7935
8138
  case "[object Map]": {
7936
8139
  return [
7937
- PROP_TYPE$1.Map,
7938
- JSON.stringify(serializeArray$1(Array.from(value), metadata, parents))
8140
+ PROP_TYPE.Map,
8141
+ JSON.stringify(serializeArray(Array.from(value), metadata, parents))
7939
8142
  ];
7940
8143
  }
7941
8144
  case "[object Set]": {
7942
8145
  return [
7943
- PROP_TYPE$1.Set,
7944
- JSON.stringify(serializeArray$1(Array.from(value), metadata, parents))
8146
+ PROP_TYPE.Set,
8147
+ JSON.stringify(serializeArray(Array.from(value), metadata, parents))
7945
8148
  ];
7946
8149
  }
7947
8150
  case "[object BigInt]": {
7948
- return [PROP_TYPE$1.BigInt, value.toString()];
8151
+ return [PROP_TYPE.BigInt, value.toString()];
7949
8152
  }
7950
8153
  case "[object URL]": {
7951
- return [PROP_TYPE$1.URL, value.toString()];
8154
+ return [PROP_TYPE.URL, value.toString()];
7952
8155
  }
7953
8156
  case "[object Array]": {
7954
- return [PROP_TYPE$1.JSON, JSON.stringify(serializeArray$1(value, metadata, parents))];
8157
+ return [PROP_TYPE.JSON, JSON.stringify(serializeArray(value, metadata, parents))];
7955
8158
  }
7956
8159
  case "[object Uint8Array]": {
7957
- return [PROP_TYPE$1.Uint8Array, JSON.stringify(Array.from(value))];
8160
+ return [PROP_TYPE.Uint8Array, JSON.stringify(Array.from(value))];
7958
8161
  }
7959
8162
  case "[object Uint16Array]": {
7960
- return [PROP_TYPE$1.Uint16Array, JSON.stringify(Array.from(value))];
8163
+ return [PROP_TYPE.Uint16Array, JSON.stringify(Array.from(value))];
7961
8164
  }
7962
8165
  case "[object Uint32Array]": {
7963
- return [PROP_TYPE$1.Uint32Array, JSON.stringify(Array.from(value))];
8166
+ return [PROP_TYPE.Uint32Array, JSON.stringify(Array.from(value))];
7964
8167
  }
7965
8168
  default: {
7966
8169
  if (value !== null && typeof value === "object") {
7967
- return [PROP_TYPE$1.Value, serializeObject$1(value, metadata, parents)];
8170
+ return [PROP_TYPE.Value, serializeObject(value, metadata, parents)];
7968
8171
  } else {
7969
- return [PROP_TYPE$1.Value, value];
8172
+ return [PROP_TYPE.Value, value];
7970
8173
  }
7971
8174
  }
7972
8175
  }
7973
8176
  }
7974
- function serializeProps$1(props, metadata) {
7975
- const serialized = JSON.stringify(serializeObject$1(props, metadata));
8177
+ function serializeProps(props, metadata) {
8178
+ const serialized = JSON.stringify(serializeObject(props, metadata));
7976
8179
  return serialized;
7977
8180
  }
7978
8181
 
7979
- function serializeListValue$1(value) {
7980
- const hash = {};
7981
- push(value);
7982
- return Object.keys(hash).join(" ");
7983
- function push(item) {
7984
- if (item && typeof item.forEach === "function")
7985
- item.forEach(push);
7986
- else if (item === Object(item))
7987
- Object.keys(item).forEach((name) => {
7988
- if (item[name])
7989
- push(name);
7990
- });
7991
- else {
7992
- item = item === false || item == null ? "" : String(item).trim();
7993
- if (item) {
7994
- item.split(/\s+/).forEach((name) => {
7995
- hash[name] = true;
7996
- });
7997
- }
7998
- }
7999
- }
8000
- }
8001
- function isPromise$1(value) {
8002
- return !!value && typeof value === "object" && typeof value.then === "function";
8003
- }
8004
-
8005
- const HydrationDirectivesRaw$1 = ["load", "idle", "media", "visible", "only"];
8006
- const HydrationDirectives$1 = new Set(HydrationDirectivesRaw$1);
8007
- const HydrationDirectiveProps$1 = new Set(HydrationDirectivesRaw$1.map((n) => `client:${n}`));
8008
- function extractDirectives$1(displayName, inputProps) {
8009
- let extracted = {
8010
- isPage: false,
8182
+ const HydrationDirectivesRaw = ["load", "idle", "media", "visible", "only"];
8183
+ const HydrationDirectives = new Set(HydrationDirectivesRaw);
8184
+ const HydrationDirectiveProps = new Set(HydrationDirectivesRaw.map((n) => `client:${n}`));
8185
+ function extractDirectives(displayName, inputProps) {
8186
+ let extracted = {
8187
+ isPage: false,
8011
8188
  hydration: null,
8012
8189
  props: {}
8013
8190
  };
@@ -8044,22 +8221,22 @@ function extractDirectives$1(displayName, inputProps) {
8044
8221
  default: {
8045
8222
  extracted.hydration.directive = key.split(":")[1];
8046
8223
  extracted.hydration.value = value;
8047
- if (!HydrationDirectives$1.has(extracted.hydration.directive)) {
8224
+ if (!HydrationDirectives.has(extracted.hydration.directive)) {
8048
8225
  throw new Error(
8049
8226
  `Error: invalid hydration directive "${key}". Supported hydration methods: ${Array.from(
8050
- HydrationDirectiveProps$1
8227
+ HydrationDirectiveProps
8051
8228
  ).join(", ")}`
8052
8229
  );
8053
8230
  }
8054
8231
  if (extracted.hydration.directive === "media" && typeof extracted.hydration.value !== "string") {
8055
- throw new AstroError$1(AstroErrorData$1.MissingMediaQueryDirective);
8232
+ throw new AstroError(AstroErrorData.MissingMediaQueryDirective);
8056
8233
  }
8057
8234
  break;
8058
8235
  }
8059
8236
  }
8060
8237
  } else if (key === "class:list") {
8061
8238
  if (value) {
8062
- extracted.props[key.slice(0, -5)] = serializeListValue$1(value);
8239
+ extracted.props[key.slice(0, -5)] = serializeListValue(value);
8063
8240
  }
8064
8241
  } else {
8065
8242
  extracted.props[key] = value;
@@ -8070,7 +8247,7 @@ function extractDirectives$1(displayName, inputProps) {
8070
8247
  }
8071
8248
  return extracted;
8072
8249
  }
8073
- async function generateHydrateScript$1(scriptOptions, metadata) {
8250
+ async function generateHydrateScript(scriptOptions, metadata) {
8074
8251
  const { renderer, result, astroId, props, attrs } = scriptOptions;
8075
8252
  const { hydrate, componentUrl, componentExport } = metadata;
8076
8253
  if (!componentExport.value) {
@@ -8086,14 +8263,14 @@ async function generateHydrateScript$1(scriptOptions, metadata) {
8086
8263
  };
8087
8264
  if (attrs) {
8088
8265
  for (const [key, value] of Object.entries(attrs)) {
8089
- island.props[key] = escapeHTML$1(value);
8266
+ island.props[key] = escapeHTML(value);
8090
8267
  }
8091
8268
  }
8092
8269
  island.props["component-url"] = await result.resolve(decodeURI(componentUrl));
8093
8270
  if (renderer.clientEntrypoint) {
8094
8271
  island.props["component-export"] = componentExport.value;
8095
8272
  island.props["renderer-url"] = await result.resolve(decodeURI(renderer.clientEntrypoint));
8096
- island.props["props"] = escapeHTML$1(serializeProps$1(props, metadata));
8273
+ island.props["props"] = escapeHTML(serializeProps(props, metadata));
8097
8274
  }
8098
8275
  island.props["ssr"] = "";
8099
8276
  island.props["client"] = hydrate;
@@ -8101,7 +8278,7 @@ async function generateHydrateScript$1(scriptOptions, metadata) {
8101
8278
  if (beforeHydrationUrl.length) {
8102
8279
  island.props["before-hydration-url"] = beforeHydrationUrl;
8103
8280
  }
8104
- island.props["opts"] = escapeHTML$1(
8281
+ island.props["opts"] = escapeHTML(
8105
8282
  JSON.stringify({
8106
8283
  name: metadata.displayName,
8107
8284
  value: metadata.hydrateArgs || ""
@@ -8110,118 +8287,80 @@ async function generateHydrateScript$1(scriptOptions, metadata) {
8110
8287
  return island;
8111
8288
  }
8112
8289
 
8113
- function validateComponentProps$1(props, displayName) {
8114
- var _a;
8115
- if (((_a = (Object.assign({"BASE_URL":"/","MODE":"production","DEV":false,"PROD":true},{}))) == null ? void 0 : _a.DEV) && props != null) {
8116
- for (const prop of Object.keys(props)) {
8117
- if (HydrationDirectiveProps$1.has(prop)) {
8118
- console.warn(
8119
- `You are attempting to render <${displayName} ${prop} />, but ${displayName} is an Astro component. Astro components do not render in the client and should not have a hydration directive. Please use a framework component for client rendering.`
8120
- );
8121
- }
8122
- }
8123
- }
8124
- }
8125
- class AstroComponent$1 {
8126
- constructor(htmlParts, expressions) {
8127
- this.htmlParts = htmlParts;
8128
- this.error = void 0;
8129
- this.expressions = expressions.map((expression) => {
8130
- if (isPromise$1(expression)) {
8131
- return Promise.resolve(expression).catch((err) => {
8132
- if (!this.error) {
8133
- this.error = err;
8134
- throw err;
8135
- }
8136
- });
8137
- }
8138
- return expression;
8139
- });
8290
+ var _a$2;
8291
+ const astroComponentInstanceSym = Symbol.for("astro.componentInstance");
8292
+ class AstroComponentInstance {
8293
+ constructor(result, props, slots, factory) {
8294
+ this[_a$2] = true;
8295
+ this.result = result;
8296
+ this.props = props;
8297
+ this.slots = slots;
8298
+ this.factory = factory;
8140
8299
  }
8141
- get [Symbol.toStringTag]() {
8142
- return "AstroComponent";
8300
+ async init() {
8301
+ this.returnValue = this.factory(this.result, this.props, this.slots);
8302
+ return this.returnValue;
8143
8303
  }
8144
- async *[Symbol.asyncIterator]() {
8145
- const { htmlParts, expressions } = this;
8146
- for (let i = 0; i < htmlParts.length; i++) {
8147
- const html = htmlParts[i];
8148
- const expression = expressions[i];
8149
- yield markHTMLString$1(html);
8150
- yield* renderChild$1(expression);
8304
+ async *render() {
8305
+ if (this.returnValue === void 0) {
8306
+ await this.init();
8307
+ }
8308
+ let value = this.returnValue;
8309
+ if (isPromise(value)) {
8310
+ value = await value;
8311
+ }
8312
+ if (isHeadAndContent(value)) {
8313
+ yield* value.content;
8314
+ } else {
8315
+ yield* renderChild(value);
8151
8316
  }
8152
8317
  }
8153
8318
  }
8154
- function isAstroComponent$1(obj) {
8155
- return typeof obj === "object" && Object.prototype.toString.call(obj) === "[object AstroComponent]";
8156
- }
8157
- function isAstroComponentFactory$1(obj) {
8158
- return obj == null ? false : obj.isAstroComponentFactory === true;
8159
- }
8160
- async function* renderAstroComponent$1(component) {
8161
- for await (const value of component) {
8162
- if (value || value === 0) {
8163
- for await (const chunk of renderChild$1(value)) {
8164
- switch (chunk.type) {
8165
- case "directive": {
8166
- yield chunk;
8167
- break;
8168
- }
8169
- default: {
8170
- yield markHTMLString$1(chunk);
8171
- break;
8172
- }
8173
- }
8319
+ _a$2 = astroComponentInstanceSym;
8320
+ function validateComponentProps(props, displayName) {
8321
+ if (props != null) {
8322
+ for (const prop of Object.keys(props)) {
8323
+ if (HydrationDirectiveProps.has(prop)) {
8324
+ console.warn(
8325
+ `You are attempting to render <${displayName} ${prop} />, but ${displayName} is an Astro component. Astro components do not render in the client and should not have a hydration directive. Please use a framework component for client rendering.`
8326
+ );
8174
8327
  }
8175
8328
  }
8176
8329
  }
8177
8330
  }
8178
- async function renderToString(result, componentFactory, props, children) {
8179
- const Component = await componentFactory(result, props, children);
8180
- if (!isAstroComponent$1(Component)) {
8181
- const response = Component;
8182
- throw response;
8183
- }
8184
- let parts = new HTMLParts();
8185
- for await (const chunk of renderAstroComponent$1(Component)) {
8186
- parts.append(chunk, result);
8187
- }
8188
- return parts.toString();
8189
- }
8190
- async function renderToIterable$1(result, componentFactory, displayName, props, children) {
8191
- validateComponentProps$1(props, displayName);
8192
- const Component = await componentFactory(result, props, children);
8193
- if (!isAstroComponent$1(Component)) {
8194
- console.warn(
8195
- `Returning a Response is only supported inside of page components. Consider refactoring this logic into something like a function that can be used in the page.`
8196
- );
8197
- const response = Component;
8198
- throw response;
8331
+ function createAstroComponentInstance(result, displayName, factory, props, slots = {}) {
8332
+ validateComponentProps(props, displayName);
8333
+ const instance = new AstroComponentInstance(result, props, slots, factory);
8334
+ if (isAPropagatingComponent(result, factory) && !result.propagators.has(factory)) {
8335
+ result.propagators.set(factory, instance);
8199
8336
  }
8200
- return renderAstroComponent$1(Component);
8337
+ return instance;
8201
8338
  }
8202
- async function renderTemplate$1(htmlParts, ...expressions) {
8203
- return new AstroComponent$1(htmlParts, expressions);
8339
+ function isAstroComponentInstance(obj) {
8340
+ return typeof obj === "object" && !!obj[astroComponentInstanceSym];
8204
8341
  }
8205
8342
 
8206
- async function* renderChild$1(child) {
8343
+ async function* renderChild(child) {
8207
8344
  child = await child;
8208
- if (child instanceof SlotString$1) {
8345
+ if (child instanceof SlotString) {
8209
8346
  if (child.instructions) {
8210
8347
  yield* child.instructions;
8211
8348
  }
8212
8349
  yield child;
8213
- } else if (isHTMLString$1(child)) {
8350
+ } else if (isHTMLString(child)) {
8214
8351
  yield child;
8215
8352
  } else if (Array.isArray(child)) {
8216
8353
  for (const value of child) {
8217
- yield markHTMLString$1(await renderChild$1(value));
8354
+ yield markHTMLString(await renderChild(value));
8218
8355
  }
8219
8356
  } else if (typeof child === "function") {
8220
- yield* renderChild$1(child());
8357
+ yield* renderChild(child());
8221
8358
  } else if (typeof child === "string") {
8222
- yield markHTMLString$1(escapeHTML$1(child));
8223
- } else if (!child && child !== 0) ; else if (child instanceof AstroComponent$1 || Object.prototype.toString.call(child) === "[object AstroComponent]") {
8224
- yield* renderAstroComponent$1(child);
8359
+ yield markHTMLString(escapeHTML(child));
8360
+ } else if (!child && child !== 0) ; else if (isRenderTemplateResult(child)) {
8361
+ yield* renderAstroTemplateResult(child);
8362
+ } else if (isAstroComponentInstance(child)) {
8363
+ yield* child.render();
8225
8364
  } else if (ArrayBuffer.isView(child)) {
8226
8365
  yield child;
8227
8366
  } else if (typeof child === "object" && (Symbol.asyncIterator in child || Symbol.iterator in child)) {
@@ -8231,20 +8370,20 @@ async function* renderChild$1(child) {
8231
8370
  }
8232
8371
  }
8233
8372
 
8234
- const slotString$1 = Symbol.for("astro:slot-string");
8235
- class SlotString$1 extends HTMLString$1 {
8373
+ const slotString = Symbol.for("astro:slot-string");
8374
+ class SlotString extends HTMLString {
8236
8375
  constructor(content, instructions) {
8237
8376
  super(content);
8238
8377
  this.instructions = instructions;
8239
- this[slotString$1] = true;
8378
+ this[slotString] = true;
8240
8379
  }
8241
8380
  }
8242
- function isSlotString$1(str) {
8243
- return !!str[slotString$1];
8381
+ function isSlotString(str) {
8382
+ return !!str[slotString];
8244
8383
  }
8245
- async function renderSlot$1(_result, slotted, fallback) {
8384
+ async function renderSlot(_result, slotted, fallback) {
8246
8385
  if (slotted) {
8247
- let iterator = renderChild$1(slotted);
8386
+ let iterator = renderChild(slotted);
8248
8387
  let content = "";
8249
8388
  let instructions = null;
8250
8389
  for await (const chunk of iterator) {
@@ -8257,17 +8396,17 @@ async function renderSlot$1(_result, slotted, fallback) {
8257
8396
  content += chunk;
8258
8397
  }
8259
8398
  }
8260
- return markHTMLString$1(new SlotString$1(content, instructions));
8399
+ return markHTMLString(new SlotString(content, instructions));
8261
8400
  }
8262
8401
  return fallback;
8263
8402
  }
8264
- async function renderSlots$1(result, slots = {}) {
8403
+ async function renderSlots(result, slots = {}) {
8265
8404
  let slotInstructions = null;
8266
8405
  let children = {};
8267
8406
  if (slots) {
8268
8407
  await Promise.all(
8269
8408
  Object.entries(slots).map(
8270
- ([key, value]) => renderSlot$1(result, value).then((output) => {
8409
+ ([key, value]) => renderSlot(result, value).then((output) => {
8271
8410
  if (output.instructions) {
8272
8411
  if (slotInstructions === null) {
8273
8412
  slotInstructions = [];
@@ -8282,31 +8421,31 @@ async function renderSlots$1(result, slots = {}) {
8282
8421
  return { slotInstructions, children };
8283
8422
  }
8284
8423
 
8285
- const Fragment$1 = Symbol.for("astro:fragment");
8286
- const Renderer$1 = Symbol.for("astro:renderer");
8424
+ const Fragment = Symbol.for("astro:fragment");
8425
+ const Renderer = Symbol.for("astro:renderer");
8287
8426
  const encoder = new TextEncoder();
8288
8427
  const decoder = new TextDecoder();
8289
- function stringifyChunk$1(result, chunk) {
8428
+ function stringifyChunk(result, chunk) {
8290
8429
  switch (chunk.type) {
8291
8430
  case "directive": {
8292
8431
  const { hydration } = chunk;
8293
- let needsHydrationScript = hydration && determineIfNeedsHydrationScript$1(result);
8294
- let needsDirectiveScript = hydration && determinesIfNeedsDirectiveScript$1(result, hydration.directive);
8432
+ let needsHydrationScript = hydration && determineIfNeedsHydrationScript(result);
8433
+ let needsDirectiveScript = hydration && determinesIfNeedsDirectiveScript(result, hydration.directive);
8295
8434
  let prescriptType = needsHydrationScript ? "both" : needsDirectiveScript ? "directive" : null;
8296
8435
  if (prescriptType) {
8297
- let prescripts = getPrescripts$1(prescriptType, hydration.directive);
8298
- return markHTMLString$1(prescripts);
8436
+ let prescripts = getPrescripts(prescriptType, hydration.directive);
8437
+ return markHTMLString(prescripts);
8299
8438
  } else {
8300
8439
  return "";
8301
8440
  }
8302
8441
  }
8303
8442
  default: {
8304
- if (isSlotString$1(chunk)) {
8443
+ if (isSlotString(chunk)) {
8305
8444
  let out = "";
8306
8445
  const c = chunk;
8307
8446
  if (c.instructions) {
8308
8447
  for (const instr of c.instructions) {
8309
- out += stringifyChunk$1(result, instr);
8448
+ out += stringifyChunk(result, instr);
8310
8449
  }
8311
8450
  }
8312
8451
  out += chunk.toString();
@@ -8324,7 +8463,7 @@ class HTMLParts {
8324
8463
  if (ArrayBuffer.isView(part)) {
8325
8464
  this.parts += decoder.decode(part);
8326
8465
  } else {
8327
- this.parts += stringifyChunk$1(result, part);
8466
+ this.parts += stringifyChunk(result, part);
8328
8467
  }
8329
8468
  }
8330
8469
  toString() {
@@ -8338,7 +8477,7 @@ function chunkToByteArray(result, chunk) {
8338
8477
  if (chunk instanceof Uint8Array) {
8339
8478
  return chunk;
8340
8479
  }
8341
- return encoder.encode(stringifyChunk$1(result, chunk));
8480
+ return encoder.encode(stringifyChunk(result, chunk));
8342
8481
  }
8343
8482
 
8344
8483
  const ClientOnlyPlaceholder = "astro-client-only";
@@ -8362,19 +8501,19 @@ let originalConsoleError;
8362
8501
  let consoleFilterRefs = 0;
8363
8502
  async function renderJSX(result, vnode) {
8364
8503
  switch (true) {
8365
- case vnode instanceof HTMLString$1:
8504
+ case vnode instanceof HTMLString:
8366
8505
  if (vnode.toString().trim() === "") {
8367
8506
  return "";
8368
8507
  }
8369
8508
  return vnode;
8370
8509
  case typeof vnode === "string":
8371
- return markHTMLString$1(escapeHTML$1(vnode));
8510
+ return markHTMLString(escapeHTML(vnode));
8372
8511
  case typeof vnode === "function":
8373
8512
  return vnode;
8374
8513
  case (!vnode && vnode !== 0):
8375
8514
  return "";
8376
8515
  case Array.isArray(vnode):
8377
- return markHTMLString$1(
8516
+ return markHTMLString(
8378
8517
  (await Promise.all(vnode.map((v) => renderJSX(result, v)))).join("")
8379
8518
  );
8380
8519
  }
@@ -8409,12 +8548,12 @@ Did you forget to import the component or is it possible there is a typo?`);
8409
8548
  props[key] = value;
8410
8549
  }
8411
8550
  }
8412
- return markHTMLString$1(await renderToString(result, vnode.type, props, slots));
8551
+ return markHTMLString(await renderToString(result, vnode.type, props, slots));
8413
8552
  }
8414
8553
  case (!vnode.type && vnode.type !== 0):
8415
8554
  return "";
8416
8555
  case (typeof vnode.type === "string" && vnode.type !== ClientOnlyPlaceholder):
8417
- return markHTMLString$1(await renderElement$2(result, vnode.type, vnode.props ?? {}));
8556
+ return markHTMLString(await renderElement$1(result, vnode.type, vnode.props ?? {}));
8418
8557
  }
8419
8558
  if (vnode.type) {
8420
8559
  let extractSlots2 = function(child) {
@@ -8490,7 +8629,7 @@ Did you forget to import the component or is it possible there is a typo?`);
8490
8629
  props[Skip.symbol] = skip;
8491
8630
  let output;
8492
8631
  if (vnode.type === ClientOnlyPlaceholder && vnode.props["client:only"]) {
8493
- output = await renderComponent$1(
8632
+ output = await renderComponentToIterable(
8494
8633
  result,
8495
8634
  vnode.props["client:display-name"] ?? "",
8496
8635
  null,
@@ -8498,7 +8637,7 @@ Did you forget to import the component or is it possible there is a typo?`);
8498
8637
  slots
8499
8638
  );
8500
8639
  } else {
8501
- output = await renderComponent$1(
8640
+ output = await renderComponentToIterable(
8502
8641
  result,
8503
8642
  typeof vnode.type === "function" ? vnode.type.name : vnode.type,
8504
8643
  vnode.type,
@@ -8511,18 +8650,18 @@ Did you forget to import the component or is it possible there is a typo?`);
8511
8650
  for await (const chunk of output) {
8512
8651
  parts.append(chunk, result);
8513
8652
  }
8514
- return markHTMLString$1(parts.toString());
8653
+ return markHTMLString(parts.toString());
8515
8654
  } else {
8516
- return markHTMLString$1(output);
8655
+ return markHTMLString(output);
8517
8656
  }
8518
8657
  }
8519
8658
  }
8520
- return markHTMLString$1(`${vnode}`);
8659
+ return markHTMLString(`${vnode}`);
8521
8660
  }
8522
- async function renderElement$2(result, tag, { children, ...props }) {
8523
- return markHTMLString$1(
8524
- `<${tag}${spreadAttributes(props)}${markHTMLString$1(
8525
- (children == null || children == "") && voidElementNames$1.test(tag) ? `/>` : `>${children == null ? "" : await renderJSX(result, children)}</${tag}>`
8661
+ async function renderElement$1(result, tag, { children, ...props }) {
8662
+ return markHTMLString(
8663
+ `<${tag}${spreadAttributes(props)}${markHTMLString(
8664
+ (children == null || children == "") && voidElementNames.test(tag) ? `/>` : `>${children == null ? "" : await renderJSX(result, children)}</${tag}>`
8526
8665
  )}`
8527
8666
  );
8528
8667
  }
@@ -8578,9 +8717,9 @@ function filteredConsoleError(msg, ...rest) {
8578
8717
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
8579
8718
  * OTHER DEALINGS IN THE SOFTWARE.
8580
8719
  */
8581
- const dictionary$1 = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY";
8582
- const binary$1 = dictionary$1.length;
8583
- function bitwise$1(str) {
8720
+ const dictionary = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY";
8721
+ const binary = dictionary.length;
8722
+ function bitwise(str) {
8584
8723
  let hash = 0;
8585
8724
  if (str.length === 0)
8586
8725
  return hash;
@@ -8591,93 +8730,93 @@ function bitwise$1(str) {
8591
8730
  }
8592
8731
  return hash;
8593
8732
  }
8594
- function shorthash$1(text) {
8733
+ function shorthash(text) {
8595
8734
  let num;
8596
8735
  let result = "";
8597
- let integer = bitwise$1(text);
8736
+ let integer = bitwise(text);
8598
8737
  const sign = integer < 0 ? "Z" : "";
8599
8738
  integer = Math.abs(integer);
8600
- while (integer >= binary$1) {
8601
- num = integer % binary$1;
8602
- integer = Math.floor(integer / binary$1);
8603
- result = dictionary$1[num] + result;
8739
+ while (integer >= binary) {
8740
+ num = integer % binary;
8741
+ integer = Math.floor(integer / binary);
8742
+ result = dictionary[num] + result;
8604
8743
  }
8605
8744
  if (integer > 0) {
8606
- result = dictionary$1[integer] + result;
8745
+ result = dictionary[integer] + result;
8607
8746
  }
8608
8747
  return sign + result;
8609
8748
  }
8610
8749
 
8611
- const voidElementNames$1 = /^(area|base|br|col|command|embed|hr|img|input|keygen|link|meta|param|source|track|wbr)$/i;
8612
- const htmlBooleanAttributes$1 = /^(allowfullscreen|async|autofocus|autoplay|controls|default|defer|disabled|disablepictureinpicture|disableremoteplayback|formnovalidate|hidden|loop|nomodule|novalidate|open|playsinline|readonly|required|reversed|scoped|seamless|itemscope)$/i;
8613
- const htmlEnumAttributes$1 = /^(contenteditable|draggable|spellcheck|value)$/i;
8614
- const svgEnumAttributes$1 = /^(autoReverse|externalResourcesRequired|focusable|preserveAlpha)$/i;
8615
- const STATIC_DIRECTIVES$1 = /* @__PURE__ */ new Set(["set:html", "set:text"]);
8616
- const toIdent$1 = (k) => k.trim().replace(/(?:(?!^)\b\w|\s+|[^\w]+)/g, (match, index) => {
8750
+ const voidElementNames = /^(area|base|br|col|command|embed|hr|img|input|keygen|link|meta|param|source|track|wbr)$/i;
8751
+ const htmlBooleanAttributes = /^(allowfullscreen|async|autofocus|autoplay|controls|default|defer|disabled|disablepictureinpicture|disableremoteplayback|formnovalidate|hidden|loop|nomodule|novalidate|open|playsinline|readonly|required|reversed|scoped|seamless|itemscope)$/i;
8752
+ const htmlEnumAttributes = /^(contenteditable|draggable|spellcheck|value)$/i;
8753
+ const svgEnumAttributes = /^(autoReverse|externalResourcesRequired|focusable|preserveAlpha)$/i;
8754
+ const STATIC_DIRECTIVES = /* @__PURE__ */ new Set(["set:html", "set:text"]);
8755
+ const toIdent = (k) => k.trim().replace(/(?:(?!^)\b\w|\s+|[^\w]+)/g, (match, index) => {
8617
8756
  if (/[^\w]|\s/.test(match))
8618
8757
  return "";
8619
8758
  return index === 0 ? match : match.toUpperCase();
8620
8759
  });
8621
- const toAttributeString$1 = (value, shouldEscape = true) => shouldEscape ? String(value).replace(/&/g, "&#38;").replace(/"/g, "&#34;") : value;
8622
- const kebab$1 = (k) => k.toLowerCase() === k ? k : k.replace(/[A-Z]/g, (match) => `-${match.toLowerCase()}`);
8623
- const toStyleString$1 = (obj) => Object.entries(obj).map(([k, v]) => `${kebab$1(k)}:${v}`).join(";");
8624
- function defineScriptVars$1(vars) {
8760
+ const toAttributeString = (value, shouldEscape = true) => shouldEscape ? String(value).replace(/&/g, "&#38;").replace(/"/g, "&#34;") : value;
8761
+ const kebab = (k) => k.toLowerCase() === k ? k : k.replace(/[A-Z]/g, (match) => `-${match.toLowerCase()}`);
8762
+ const toStyleString = (obj) => Object.entries(obj).map(([k, v]) => `${kebab(k)}:${v}`).join(";");
8763
+ function defineScriptVars(vars) {
8625
8764
  let output = "";
8626
8765
  for (const [key, value] of Object.entries(vars)) {
8627
- output += `const ${toIdent$1(key)} = ${JSON.stringify(value)};
8766
+ output += `const ${toIdent(key)} = ${JSON.stringify(value)};
8628
8767
  `;
8629
8768
  }
8630
- return markHTMLString$1(output);
8769
+ return markHTMLString(output);
8631
8770
  }
8632
- function formatList$1(values) {
8771
+ function formatList(values) {
8633
8772
  if (values.length === 1) {
8634
8773
  return values[0];
8635
8774
  }
8636
8775
  return `${values.slice(0, -1).join(", ")} or ${values[values.length - 1]}`;
8637
8776
  }
8638
- function addAttribute$1(value, key, shouldEscape = true) {
8777
+ function addAttribute(value, key, shouldEscape = true) {
8639
8778
  if (value == null) {
8640
8779
  return "";
8641
8780
  }
8642
8781
  if (value === false) {
8643
- if (htmlEnumAttributes$1.test(key) || svgEnumAttributes$1.test(key)) {
8644
- return markHTMLString$1(` ${key}="false"`);
8782
+ if (htmlEnumAttributes.test(key) || svgEnumAttributes.test(key)) {
8783
+ return markHTMLString(` ${key}="false"`);
8645
8784
  }
8646
8785
  return "";
8647
8786
  }
8648
- if (STATIC_DIRECTIVES$1.has(key)) {
8787
+ if (STATIC_DIRECTIVES.has(key)) {
8649
8788
  console.warn(`[astro] The "${key}" directive cannot be applied dynamically at runtime. It will not be rendered as an attribute.
8650
8789
 
8651
8790
  Make sure to use the static attribute syntax (\`${key}={value}\`) instead of the dynamic spread syntax (\`{...{ "${key}": value }}\`).`);
8652
8791
  return "";
8653
8792
  }
8654
8793
  if (key === "class:list") {
8655
- const listValue = toAttributeString$1(serializeListValue$1(value), shouldEscape);
8794
+ const listValue = toAttributeString(serializeListValue(value), shouldEscape);
8656
8795
  if (listValue === "") {
8657
8796
  return "";
8658
8797
  }
8659
- return markHTMLString$1(` ${key.slice(0, -5)}="${listValue}"`);
8798
+ return markHTMLString(` ${key.slice(0, -5)}="${listValue}"`);
8660
8799
  }
8661
- if (key === "style" && !(value instanceof HTMLString$1) && typeof value === "object") {
8662
- return markHTMLString$1(` ${key}="${toAttributeString$1(toStyleString$1(value), shouldEscape)}"`);
8800
+ if (key === "style" && !(value instanceof HTMLString) && typeof value === "object") {
8801
+ return markHTMLString(` ${key}="${toAttributeString(toStyleString(value), shouldEscape)}"`);
8663
8802
  }
8664
8803
  if (key === "className") {
8665
- return markHTMLString$1(` class="${toAttributeString$1(value, shouldEscape)}"`);
8804
+ return markHTMLString(` class="${toAttributeString(value, shouldEscape)}"`);
8666
8805
  }
8667
- if (value === true && (key.startsWith("data-") || htmlBooleanAttributes$1.test(key))) {
8668
- return markHTMLString$1(` ${key}`);
8806
+ if (value === true && (key.startsWith("data-") || htmlBooleanAttributes.test(key))) {
8807
+ return markHTMLString(` ${key}`);
8669
8808
  } else {
8670
- return markHTMLString$1(` ${key}="${toAttributeString$1(value, shouldEscape)}"`);
8809
+ return markHTMLString(` ${key}="${toAttributeString(value, shouldEscape)}"`);
8671
8810
  }
8672
8811
  }
8673
- function internalSpreadAttributes$1(values, shouldEscape = true) {
8812
+ function internalSpreadAttributes(values, shouldEscape = true) {
8674
8813
  let output = "";
8675
8814
  for (const [key, value] of Object.entries(values)) {
8676
- output += addAttribute$1(value, key, shouldEscape);
8815
+ output += addAttribute(value, key, shouldEscape);
8677
8816
  }
8678
- return markHTMLString$1(output);
8817
+ return markHTMLString(output);
8679
8818
  }
8680
- function renderElement$1(name, { props: _props, children = "" }, shouldEscape = true) {
8819
+ function renderElement(name, { props: _props, children = "" }, shouldEscape = true) {
8681
8820
  const { lang: _, "data-astro-id": astroId, "define:vars": defineVars, ...props } = _props;
8682
8821
  if (defineVars) {
8683
8822
  if (name === "style") {
@@ -8686,29 +8825,29 @@ function renderElement$1(name, { props: _props, children = "" }, shouldEscape =
8686
8825
  }
8687
8826
  if (name === "script") {
8688
8827
  delete props.hoist;
8689
- children = defineScriptVars$1(defineVars) + "\n" + children;
8828
+ children = defineScriptVars(defineVars) + "\n" + children;
8690
8829
  }
8691
8830
  }
8692
- if ((children == null || children == "") && voidElementNames$1.test(name)) {
8693
- return `<${name}${internalSpreadAttributes$1(props, shouldEscape)} />`;
8831
+ if ((children == null || children == "") && voidElementNames.test(name)) {
8832
+ return `<${name}${internalSpreadAttributes(props, shouldEscape)} />`;
8694
8833
  }
8695
- return `<${name}${internalSpreadAttributes$1(props, shouldEscape)}>${children}</${name}>`;
8834
+ return `<${name}${internalSpreadAttributes(props, shouldEscape)}>${children}</${name}>`;
8696
8835
  }
8697
8836
 
8698
- function componentIsHTMLElement$1(Component) {
8837
+ function componentIsHTMLElement(Component) {
8699
8838
  return typeof HTMLElement !== "undefined" && HTMLElement.isPrototypeOf(Component);
8700
8839
  }
8701
- async function renderHTMLElement$1(result, constructor, props, slots) {
8702
- const name = getHTMLElementName$1(constructor);
8840
+ async function renderHTMLElement(result, constructor, props, slots) {
8841
+ const name = getHTMLElementName(constructor);
8703
8842
  let attrHTML = "";
8704
8843
  for (const attr in props) {
8705
- attrHTML += ` ${attr}="${toAttributeString$1(await props[attr])}"`;
8844
+ attrHTML += ` ${attr}="${toAttributeString(await props[attr])}"`;
8706
8845
  }
8707
- return markHTMLString$1(
8708
- `<${name}${attrHTML}>${await renderSlot$1(result, slots == null ? void 0 : slots.default)}</${name}>`
8846
+ return markHTMLString(
8847
+ `<${name}${attrHTML}>${await renderSlot(result, slots == null ? void 0 : slots.default)}</${name}>`
8709
8848
  );
8710
8849
  }
8711
- function getHTMLElementName$1(constructor) {
8850
+ function getHTMLElementName(constructor) {
8712
8851
  const definedName = customElements.getName(constructor);
8713
8852
  if (definedName)
8714
8853
  return definedName;
@@ -8716,8 +8855,8 @@ function getHTMLElementName$1(constructor) {
8716
8855
  return assignedName;
8717
8856
  }
8718
8857
 
8719
- const rendererAliases$1 = /* @__PURE__ */ new Map([["solid", "solid-js"]]);
8720
- function guessRenderers$1(componentUrl) {
8858
+ const rendererAliases = /* @__PURE__ */ new Map([["solid", "solid-js"]]);
8859
+ function guessRenderers(componentUrl) {
8721
8860
  const extname = componentUrl == null ? void 0 : componentUrl.split(".").pop();
8722
8861
  switch (extname) {
8723
8862
  case "svelte":
@@ -8737,43 +8876,14 @@ function guessRenderers$1(componentUrl) {
8737
8876
  ];
8738
8877
  }
8739
8878
  }
8740
- function getComponentType$1(Component) {
8741
- if (Component === Fragment$1) {
8742
- return "fragment";
8743
- }
8744
- if (Component && typeof Component === "object" && Component["astro:html"]) {
8745
- return "html";
8746
- }
8747
- if (isAstroComponentFactory$1(Component)) {
8748
- return "astro-factory";
8749
- }
8750
- return "unknown";
8879
+ function isFragmentComponent(Component) {
8880
+ return Component === Fragment;
8751
8881
  }
8752
- async function renderComponent$1(result, displayName, Component, _props, slots = {}, route) {
8882
+ function isHTMLComponent(Component) {
8883
+ return Component && typeof Component === "object" && Component["astro:html"];
8884
+ }
8885
+ async function renderFrameworkComponent(result, displayName, Component, _props, slots = {}) {
8753
8886
  var _a, _b;
8754
- Component = await Component ?? Component;
8755
- switch (getComponentType$1(Component)) {
8756
- case "fragment": {
8757
- const children2 = await renderSlot$1(result, slots == null ? void 0 : slots.default);
8758
- if (children2 == null) {
8759
- return children2;
8760
- }
8761
- return markHTMLString$1(children2);
8762
- }
8763
- case "html": {
8764
- const { slotInstructions: slotInstructions2, children: children2 } = await renderSlots$1(result, slots);
8765
- const html2 = Component.render({ slots: children2 });
8766
- const hydrationHtml = slotInstructions2 ? slotInstructions2.map((instr) => stringifyChunk$1(result, instr)).join("") : "";
8767
- return markHTMLString$1(hydrationHtml + html2);
8768
- }
8769
- case "astro-factory": {
8770
- async function* renderAstroComponentInline() {
8771
- let iterable = await renderToIterable$1(result, Component, displayName, _props, slots);
8772
- yield* iterable;
8773
- }
8774
- return renderAstroComponentInline();
8775
- }
8776
- }
8777
8887
  if (!Component && !_props["client:only"]) {
8778
8888
  throw new Error(
8779
8889
  `Unable to render ${displayName} because it is ${Component}!
@@ -8782,7 +8892,7 @@ Did you forget to import the component or is it possible there is a typo?`
8782
8892
  }
8783
8893
  const { renderers } = result._metadata;
8784
8894
  const metadata = { displayName };
8785
- const { hydration, isPage, props } = extractDirectives$1(displayName, _props);
8895
+ const { hydration, isPage, props } = extractDirectives(displayName, _props);
8786
8896
  let html = "";
8787
8897
  let attrs = void 0;
8788
8898
  if (hydration) {
@@ -8791,18 +8901,18 @@ Did you forget to import the component or is it possible there is a typo?`
8791
8901
  metadata.componentExport = hydration.componentExport;
8792
8902
  metadata.componentUrl = hydration.componentUrl;
8793
8903
  }
8794
- const probableRendererNames = guessRenderers$1(metadata.componentUrl);
8904
+ const probableRendererNames = guessRenderers(metadata.componentUrl);
8795
8905
  const validRenderers = renderers.filter((r) => r.name !== "astro:jsx");
8796
- const { children, slotInstructions } = await renderSlots$1(result, slots);
8906
+ const { children, slotInstructions } = await renderSlots(result, slots);
8797
8907
  let renderer;
8798
8908
  if (metadata.hydrate !== "only") {
8799
8909
  let isTagged = false;
8800
8910
  try {
8801
- isTagged = Component && Component[Renderer$1];
8911
+ isTagged = Component && Component[Renderer];
8802
8912
  } catch {
8803
8913
  }
8804
8914
  if (isTagged) {
8805
- const rendererName = Component[Renderer$1];
8915
+ const rendererName = Component[Renderer];
8806
8916
  renderer = renderers.find(({ name }) => name === rendererName);
8807
8917
  }
8808
8918
  if (!renderer) {
@@ -8821,14 +8931,14 @@ Did you forget to import the component or is it possible there is a typo?`
8821
8931
  throw error;
8822
8932
  }
8823
8933
  }
8824
- if (!renderer && typeof HTMLElement === "function" && componentIsHTMLElement$1(Component)) {
8825
- const output = renderHTMLElement$1(result, Component, _props, slots);
8934
+ if (!renderer && typeof HTMLElement === "function" && componentIsHTMLElement(Component)) {
8935
+ const output = renderHTMLElement(result, Component, _props, slots);
8826
8936
  return output;
8827
8937
  }
8828
8938
  } else {
8829
8939
  if (metadata.hydrateArgs) {
8830
8940
  const passedName = metadata.hydrateArgs;
8831
- const rendererName = rendererAliases$1.has(passedName) ? rendererAliases$1.get(passedName) : passedName;
8941
+ const rendererName = rendererAliases.has(passedName) ? rendererAliases.get(passedName) : passedName;
8832
8942
  renderer = renderers.find(
8833
8943
  ({ name }) => name === `@astrojs/${rendererName}` || name === rendererName
8834
8944
  );
@@ -8845,10 +8955,10 @@ Did you forget to import the component or is it possible there is a typo?`
8845
8955
  }
8846
8956
  if (!renderer) {
8847
8957
  if (metadata.hydrate === "only") {
8848
- throw new AstroError$1({
8849
- ...AstroErrorData$1.NoClientOnlyHint,
8850
- message: AstroErrorData$1.NoClientOnlyHint.message(metadata.displayName),
8851
- hint: AstroErrorData$1.NoClientOnlyHint.hint(
8958
+ throw new AstroError({
8959
+ ...AstroErrorData.NoClientOnlyHint,
8960
+ message: AstroErrorData.NoClientOnlyHint.message(metadata.displayName),
8961
+ hint: AstroErrorData.NoClientOnlyHint.hint(
8852
8962
  probableRendererNames.map((r) => r.replace("@astrojs/", "")).join("|")
8853
8963
  )
8854
8964
  });
@@ -8858,16 +8968,16 @@ Did you forget to import the component or is it possible there is a typo?`
8858
8968
  );
8859
8969
  const plural = validRenderers.length > 1;
8860
8970
  if (matchingRenderers.length === 0) {
8861
- throw new AstroError$1({
8862
- ...AstroErrorData$1.NoMatchingRenderer,
8863
- message: AstroErrorData$1.NoMatchingRenderer.message(
8971
+ throw new AstroError({
8972
+ ...AstroErrorData.NoMatchingRenderer,
8973
+ message: AstroErrorData.NoMatchingRenderer.message(
8864
8974
  metadata.displayName,
8865
8975
  (_b = metadata == null ? void 0 : metadata.componentUrl) == null ? void 0 : _b.split(".").pop(),
8866
8976
  plural,
8867
8977
  validRenderers.length
8868
8978
  ),
8869
- hint: AstroErrorData$1.NoMatchingRenderer.hint(
8870
- formatList$1(probableRendererNames.map((r) => "`" + r + "`"))
8979
+ hint: AstroErrorData.NoMatchingRenderer.hint(
8980
+ formatList(probableRendererNames.map((r) => "`" + r + "`"))
8871
8981
  )
8872
8982
  });
8873
8983
  } else if (matchingRenderers.length === 1) {
@@ -8882,7 +8992,7 @@ Did you forget to import the component or is it possible there is a typo?`
8882
8992
  } else {
8883
8993
  throw new Error(`Unable to render ${metadata.displayName}!
8884
8994
 
8885
- This component likely uses ${formatList$1(probableRendererNames)},
8995
+ This component likely uses ${formatList(probableRendererNames)},
8886
8996
  but Astro encountered an error during server-side rendering.
8887
8997
 
8888
8998
  Please ensure that ${metadata.displayName}:
@@ -8895,7 +9005,7 @@ If you're still stuck, please open an issue on GitHub or join us at https://astr
8895
9005
  }
8896
9006
  } else {
8897
9007
  if (metadata.hydrate === "only") {
8898
- html = await renderSlot$1(result, slots == null ? void 0 : slots.fallback);
9008
+ html = await renderSlot(result, slots == null ? void 0 : slots.fallback);
8899
9009
  } else {
8900
9010
  ({ html, attrs } = await renderer.ssr.renderToStaticMarkup.call(
8901
9011
  { result },
@@ -8907,9 +9017,9 @@ If you're still stuck, please open an issue on GitHub or join us at https://astr
8907
9017
  }
8908
9018
  }
8909
9019
  if (renderer && !renderer.clientEntrypoint && renderer.name !== "@astrojs/lit" && metadata.hydrate) {
8910
- throw new AstroError$1({
8911
- ...AstroErrorData$1.NoClientEntrypoint,
8912
- message: AstroErrorData$1.NoClientEntrypoint.message(
9020
+ throw new AstroError({
9021
+ ...AstroErrorData.NoClientEntrypoint,
9022
+ message: AstroErrorData.NoClientEntrypoint.message(
8913
9023
  displayName,
8914
9024
  metadata.hydrate,
8915
9025
  renderer.name
@@ -8918,9 +9028,9 @@ If you're still stuck, please open an issue on GitHub or join us at https://astr
8918
9028
  }
8919
9029
  if (!html && typeof Component === "string") {
8920
9030
  const childSlots = Object.values(children).join("");
8921
- const iterable = renderAstroComponent$1(
8922
- await renderTemplate$1`<${Component}${internalSpreadAttributes$1(props)}${markHTMLString$1(
8923
- childSlots === "" && voidElementNames$1.test(Component) ? `/>` : `>${childSlots}</${Component}>`
9031
+ const iterable = renderAstroTemplateResult(
9032
+ await renderTemplate`<${Component}${internalSpreadAttributes(props)}${markHTMLString(
9033
+ childSlots === "" && voidElementNames.test(Component) ? `/>` : `>${childSlots}</${Component}>`
8924
9034
  )}`
8925
9035
  );
8926
9036
  html = "";
@@ -8936,19 +9046,19 @@ If you're still stuck, please open an issue on GitHub or join us at https://astr
8936
9046
  if (isPage || (renderer == null ? void 0 : renderer.name) === "astro:jsx") {
8937
9047
  yield html;
8938
9048
  } else {
8939
- yield markHTMLString$1(html.replace(/\<\/?astro-slot\>/g, ""));
9049
+ yield markHTMLString(html.replace(/\<\/?astro-slot\>/g, ""));
8940
9050
  }
8941
9051
  }();
8942
9052
  }
8943
- const astroId = shorthash$1(
9053
+ const astroId = shorthash(
8944
9054
  `<!--${metadata.componentExport.value}:${metadata.componentUrl}-->
8945
9055
  ${html}
8946
- ${serializeProps$1(
9056
+ ${serializeProps(
8947
9057
  props,
8948
9058
  metadata
8949
9059
  )}`
8950
9060
  );
8951
- const island = await generateHydrateScript$1(
9061
+ const island = await generateHydrateScript(
8952
9062
  { renderer, result, astroId, props, attrs },
8953
9063
  metadata
8954
9064
  );
@@ -8976,31 +9086,83 @@ ${serializeProps$1(
8976
9086
  yield* slotInstructions;
8977
9087
  }
8978
9088
  yield { type: "directive", hydration, result };
8979
- yield markHTMLString$1(renderElement$1("astro-island", island, false));
9089
+ yield markHTMLString(renderElement("astro-island", island, false));
8980
9090
  }
8981
9091
  return renderAll();
8982
9092
  }
9093
+ async function renderFragmentComponent(result, slots = {}) {
9094
+ const children = await renderSlot(result, slots == null ? void 0 : slots.default);
9095
+ if (children == null) {
9096
+ return children;
9097
+ }
9098
+ return markHTMLString(children);
9099
+ }
9100
+ async function renderHTMLComponent(result, Component, _props, slots = {}) {
9101
+ const { slotInstructions, children } = await renderSlots(result, slots);
9102
+ const html = Component.render({ slots: children });
9103
+ const hydrationHtml = slotInstructions ? slotInstructions.map((instr) => stringifyChunk(result, instr)).join("") : "";
9104
+ return markHTMLString(hydrationHtml + html);
9105
+ }
9106
+ function renderComponent(result, displayName, Component, props, slots = {}) {
9107
+ if (isPromise(Component)) {
9108
+ return Promise.resolve(Component).then((Unwrapped) => {
9109
+ return renderComponent(result, displayName, Unwrapped, props, slots);
9110
+ });
9111
+ }
9112
+ if (isFragmentComponent(Component)) {
9113
+ return renderFragmentComponent(result, slots);
9114
+ }
9115
+ if (isHTMLComponent(Component)) {
9116
+ return renderHTMLComponent(result, Component, props, slots);
9117
+ }
9118
+ if (isAstroComponentFactory(Component)) {
9119
+ return createAstroComponentInstance(result, displayName, Component, props, slots);
9120
+ }
9121
+ return renderFrameworkComponent(result, displayName, Component, props, slots);
9122
+ }
9123
+ function renderComponentToIterable(result, displayName, Component, props, slots = {}) {
9124
+ const renderResult = renderComponent(result, displayName, Component, props, slots);
9125
+ if (isAstroComponentInstance(renderResult)) {
9126
+ return renderResult.render();
9127
+ }
9128
+ return renderResult;
9129
+ }
8983
9130
 
8984
- const uniqueElements$1 = (item, index, all) => {
9131
+ const uniqueElements = (item, index, all) => {
8985
9132
  const props = JSON.stringify(item.props);
8986
9133
  const children = item.children;
8987
9134
  return index === all.findIndex((i) => JSON.stringify(i.props) === props && i.children == children);
8988
9135
  };
8989
- function renderHead$1(result) {
8990
- result._metadata.hasRenderedHead = true;
8991
- const styles = Array.from(result.styles).filter(uniqueElements$1).map((style) => renderElement$1("style", style));
9136
+ async function* renderExtraHead(result, base) {
9137
+ yield base;
9138
+ for (const part of result.extraHead) {
9139
+ yield* renderChild(part);
9140
+ }
9141
+ }
9142
+ function renderAllHeadContent(result) {
9143
+ const styles = Array.from(result.styles).filter(uniqueElements).map((style) => renderElement("style", style));
8992
9144
  result.styles.clear();
8993
- const scripts = Array.from(result.scripts).filter(uniqueElements$1).map((script, i) => {
8994
- return renderElement$1("script", script, false);
9145
+ const scripts = Array.from(result.scripts).filter(uniqueElements).map((script, i) => {
9146
+ return renderElement("script", script, false);
8995
9147
  });
8996
- const links = Array.from(result.links).filter(uniqueElements$1).map((link) => renderElement$1("link", link, false));
8997
- return markHTMLString$1(links.join("\n") + styles.join("\n") + scripts.join("\n"));
9148
+ const links = Array.from(result.links).filter(uniqueElements).map((link) => renderElement("link", link, false));
9149
+ const baseHeadContent = markHTMLString(links.join("\n") + styles.join("\n") + scripts.join("\n"));
9150
+ if (result.extraHead.length > 0) {
9151
+ return renderExtraHead(result, baseHeadContent);
9152
+ } else {
9153
+ return baseHeadContent;
9154
+ }
9155
+ }
9156
+ function createRenderHead(result) {
9157
+ result._metadata.hasRenderedHead = true;
9158
+ return renderAllHeadContent.bind(null, result);
8998
9159
  }
8999
- async function* maybeRenderHead$1(result) {
9160
+ const renderHead = createRenderHead;
9161
+ async function* maybeRenderHead(result) {
9000
9162
  if (result._metadata.hasRenderedHead) {
9001
9163
  return;
9002
9164
  }
9003
- yield renderHead$1(result);
9165
+ yield createRenderHead(result)();
9004
9166
  }
9005
9167
 
9006
9168
  var __accessCheck$2 = (obj, member, msg) => {
@@ -9089,7 +9251,7 @@ async function iterableToHTMLBytes(result, iterable, onDocTypeInjection) {
9089
9251
  const parts = new HTMLParts();
9090
9252
  let i = 0;
9091
9253
  for await (const chunk of iterable) {
9092
- if (isHTMLString$1(chunk)) {
9254
+ if (isHTMLString(chunk)) {
9093
9255
  if (i === 0) {
9094
9256
  i++;
9095
9257
  if (!/<!doctype html/i.test(String(chunk))) {
@@ -9104,21 +9266,38 @@ async function iterableToHTMLBytes(result, iterable, onDocTypeInjection) {
9104
9266
  }
9105
9267
  return parts.toArrayBuffer();
9106
9268
  }
9269
+ async function bufferHeadContent(result) {
9270
+ const iterator = result.propagators.values();
9271
+ while (true) {
9272
+ const { value, done } = iterator.next();
9273
+ if (done) {
9274
+ break;
9275
+ }
9276
+ const returnValue = await value.init();
9277
+ if (isHeadAndContent(returnValue)) {
9278
+ result.extraHead.push(returnValue.head);
9279
+ }
9280
+ }
9281
+ }
9107
9282
  async function renderPage$1(result, componentFactory, props, children, streaming, route) {
9108
- if (!isAstroComponentFactory$1(componentFactory)) {
9283
+ if (!isAstroComponentFactory(componentFactory)) {
9109
9284
  const pageProps = { ...props ?? {}, "server:root": true };
9110
9285
  let output;
9111
9286
  try {
9112
- output = await renderComponent$1(
9287
+ const renderResult = await renderComponent(
9113
9288
  result,
9114
9289
  componentFactory.name,
9115
9290
  componentFactory,
9116
9291
  pageProps,
9117
- null,
9118
- route
9292
+ null
9119
9293
  );
9294
+ if (isAstroComponentInstance(renderResult)) {
9295
+ output = renderResult.render();
9296
+ } else {
9297
+ output = renderResult;
9298
+ }
9120
9299
  } catch (e) {
9121
- if (AstroError$1.is(e) && !e.loc) {
9300
+ if (AstroError.is(e) && !e.loc) {
9122
9301
  e.setLocation({
9123
9302
  file: route == null ? void 0 : route.component
9124
9303
  });
@@ -9127,7 +9306,7 @@ async function renderPage$1(result, componentFactory, props, children, streaming
9127
9306
  }
9128
9307
  const bytes = await iterableToHTMLBytes(result, output, async (parts) => {
9129
9308
  if (nonAstroPageNeedsHeadInjection(componentFactory)) {
9130
- for await (let chunk of maybeRenderHead$1(result)) {
9309
+ for await (let chunk of maybeRenderHead(result)) {
9131
9310
  parts.append(chunk, result);
9132
9311
  }
9133
9312
  }
@@ -9140,8 +9319,11 @@ async function renderPage$1(result, componentFactory, props, children, streaming
9140
9319
  });
9141
9320
  }
9142
9321
  const factoryReturnValue = await componentFactory(result, props, children);
9143
- if (isAstroComponent$1(factoryReturnValue)) {
9144
- let iterable = renderAstroComponent$1(factoryReturnValue);
9322
+ const factoryIsHeadAndContent = isHeadAndContent(factoryReturnValue);
9323
+ if (isRenderTemplateResult(factoryReturnValue) || factoryIsHeadAndContent) {
9324
+ await bufferHeadContent(result);
9325
+ const templateResult = factoryIsHeadAndContent ? factoryReturnValue.content : factoryReturnValue;
9326
+ let iterable = renderAstroTemplateResult(templateResult);
9145
9327
  let init = result.response;
9146
9328
  let headers = new Headers(init.headers);
9147
9329
  let body;
@@ -9152,7 +9334,7 @@ async function renderPage$1(result, componentFactory, props, children, streaming
9152
9334
  let i = 0;
9153
9335
  try {
9154
9336
  for await (const chunk of iterable) {
9155
- if (isHTMLString$1(chunk)) {
9337
+ if (isHTMLString(chunk)) {
9156
9338
  if (i === 0) {
9157
9339
  if (!/<!doctype html/i.test(String(chunk))) {
9158
9340
  controller.enqueue(encoder.encode("<!DOCTYPE html>\n"));
@@ -9165,7 +9347,7 @@ async function renderPage$1(result, componentFactory, props, children, streaming
9165
9347
  }
9166
9348
  controller.close();
9167
9349
  } catch (e) {
9168
- if (AstroError$1.is(e) && !e.loc) {
9350
+ if (AstroError.is(e) && !e.loc) {
9169
9351
  e.setLocation({
9170
9352
  file: route == null ? void 0 : route.component
9171
9353
  });
@@ -9184,9 +9366,9 @@ async function renderPage$1(result, componentFactory, props, children, streaming
9184
9366
  return response;
9185
9367
  }
9186
9368
  if (!(factoryReturnValue instanceof Response)) {
9187
- throw new AstroError$1({
9188
- ...AstroErrorData$1.OnlyResponseCanBeReturned,
9189
- message: AstroErrorData$1.OnlyResponseCanBeReturned.message(
9369
+ throw new AstroError({
9370
+ ...AstroErrorData.OnlyResponseCanBeReturned,
9371
+ message: AstroErrorData.OnlyResponseCanBeReturned.message(
9190
9372
  route == null ? void 0 : route.route,
9191
9373
  typeof factoryReturnValue
9192
9374
  ),
@@ -9210,9 +9392,9 @@ function spreadAttributes(values, _name, { class: scopedClassName } = {}) {
9210
9392
  }
9211
9393
  }
9212
9394
  for (const [key, value] of Object.entries(values)) {
9213
- output += addAttribute$1(value, key, true);
9395
+ output += addAttribute(value, key, true);
9214
9396
  }
9215
- return markHTMLString$1(output);
9397
+ return markHTMLString(output);
9216
9398
  }
9217
9399
 
9218
9400
  const dateTimeFormat$1 = new Intl.DateTimeFormat([], {
@@ -9258,9 +9440,9 @@ if (typeof process !== "undefined") {
9258
9440
  const VALID_PARAM_TYPES = ["string", "number", "undefined"];
9259
9441
  function validateGetStaticPathsParameter([key, value], route) {
9260
9442
  if (!VALID_PARAM_TYPES.includes(typeof value)) {
9261
- throw new AstroError$1({
9262
- ...AstroErrorData$1.GetStaticPathsInvalidRouteParam,
9263
- message: AstroErrorData$1.GetStaticPathsInvalidRouteParam.message(key, value, typeof value),
9443
+ throw new AstroError({
9444
+ ...AstroErrorData.GetStaticPathsInvalidRouteParam,
9445
+ message: AstroErrorData.GetStaticPathsInvalidRouteParam.message(key, value, typeof value),
9264
9446
  location: {
9265
9447
  file: route
9266
9448
  }
@@ -9276,17 +9458,17 @@ function validateDynamicRouteModule(mod, {
9276
9458
  warn(logging, "getStaticPaths", 'getStaticPaths() is ignored when "output: server" is set.');
9277
9459
  }
9278
9460
  if (!ssr && !mod.getStaticPaths) {
9279
- throw new AstroError$1({
9280
- ...AstroErrorData$1.GetStaticPathsRequired,
9461
+ throw new AstroError({
9462
+ ...AstroErrorData.GetStaticPathsRequired,
9281
9463
  location: { file: route.component }
9282
9464
  });
9283
9465
  }
9284
9466
  }
9285
9467
  function validateGetStaticPathsResult(result, logging, route) {
9286
9468
  if (!Array.isArray(result)) {
9287
- throw new AstroError$1({
9288
- ...AstroErrorData$1.InvalidGetStaticPathsReturn,
9289
- message: AstroErrorData$1.InvalidGetStaticPathsReturn.message(typeof result),
9469
+ throw new AstroError({
9470
+ ...AstroErrorData.InvalidGetStaticPathsReturn,
9471
+ message: AstroErrorData.InvalidGetStaticPathsReturn.message(typeof result),
9290
9472
  location: {
9291
9473
  file: route.component
9292
9474
  }
@@ -9294,17 +9476,17 @@ function validateGetStaticPathsResult(result, logging, route) {
9294
9476
  }
9295
9477
  result.forEach((pathObject) => {
9296
9478
  if (pathObject.params === void 0 || pathObject.params === null || pathObject.params && Object.keys(pathObject.params).length === 0) {
9297
- throw new AstroError$1({
9298
- ...AstroErrorData$1.GetStaticPathsExpectedParams,
9479
+ throw new AstroError({
9480
+ ...AstroErrorData.GetStaticPathsExpectedParams,
9299
9481
  location: {
9300
9482
  file: route.component
9301
9483
  }
9302
9484
  });
9303
9485
  }
9304
9486
  if (typeof pathObject.params !== "object") {
9305
- throw new AstroError$1({
9306
- ...AstroErrorData$1.InvalidGetStaticPathParam,
9307
- message: AstroErrorData$1.InvalidGetStaticPathParam.message(typeof pathObject.params),
9487
+ throw new AstroError({
9488
+ ...AstroErrorData.InvalidGetStaticPathParam,
9489
+ message: AstroErrorData.InvalidGetStaticPathParam.message(typeof pathObject.params),
9308
9490
  location: {
9309
9491
  file: route.component
9310
9492
  }
@@ -9394,13 +9576,13 @@ var __privateSet$1 = (obj, member, value, setter) => {
9394
9576
  setter ? setter.call(obj, value) : member.set(obj, value);
9395
9577
  return value;
9396
9578
  };
9397
- var _cache, _result, _slots, _loggingOpts;
9579
+ var _result, _slots, _loggingOpts;
9398
9580
  const clientAddressSymbol$2 = Symbol.for("astro.clientAddress");
9399
9581
  function onlyAvailableInSSR(name) {
9400
9582
  return function _onlyAvailableInSSR() {
9401
9583
  switch (name) {
9402
9584
  case "Astro.redirect":
9403
- throw new AstroError$1(AstroErrorData$1.StaticRedirectNotAvailable);
9585
+ throw new AstroError(AstroErrorData.StaticRedirectNotAvailable);
9404
9586
  }
9405
9587
  };
9406
9588
  }
@@ -9414,7 +9596,6 @@ function getFunctionExpression(slot) {
9414
9596
  }
9415
9597
  class Slots {
9416
9598
  constructor(result, slots, logging) {
9417
- __privateAdd$1(this, _cache, /* @__PURE__ */ new Map());
9418
9599
  __privateAdd$1(this, _result, void 0);
9419
9600
  __privateAdd$1(this, _slots, void 0);
9420
9601
  __privateAdd$1(this, _loggingOpts, void 0);
@@ -9424,9 +9605,9 @@ class Slots {
9424
9605
  if (slots) {
9425
9606
  for (const key of Object.keys(slots)) {
9426
9607
  if (this[key] !== void 0) {
9427
- throw new AstroError$1({
9428
- ...AstroErrorData$1.ReservedSlotName,
9429
- message: AstroErrorData$1.ReservedSlotName.message(key)
9608
+ throw new AstroError({
9609
+ ...AstroErrorData.ReservedSlotName,
9610
+ message: AstroErrorData.ReservedSlotName.message(key)
9430
9611
  });
9431
9612
  }
9432
9613
  Object.defineProperty(this, key, {
@@ -9444,46 +9625,34 @@ class Slots {
9444
9625
  return Boolean(__privateGet$1(this, _slots)[name]);
9445
9626
  }
9446
9627
  async render(name, args = []) {
9447
- const cacheable = args.length === 0;
9448
- if (!__privateGet$1(this, _slots))
9449
- return void 0;
9450
- if (cacheable && __privateGet$1(this, _cache).has(name)) {
9451
- const result = __privateGet$1(this, _cache).get(name);
9452
- return result;
9453
- }
9454
- if (!this.has(name))
9455
- return void 0;
9456
- if (!cacheable) {
9628
+ if (!__privateGet$1(this, _slots) || !this.has(name))
9629
+ return;
9630
+ if (!Array.isArray(args)) {
9631
+ warn(
9632
+ __privateGet$1(this, _loggingOpts),
9633
+ "Astro.slots.render",
9634
+ `Expected second parameter to be an array, received a ${typeof args}. If you're trying to pass an array as a single argument and getting unexpected results, make sure you're passing your array as a item of an array. Ex: Astro.slots.render('default', [["Hello", "World"]])`
9635
+ );
9636
+ } else if (args.length > 0) {
9457
9637
  const component = await __privateGet$1(this, _slots)[name]();
9458
- if (!Array.isArray(args)) {
9459
- warn(
9460
- __privateGet$1(this, _loggingOpts),
9461
- "Astro.slots.render",
9462
- `Expected second parameter to be an array, received a ${typeof args}. If you're trying to pass an array as a single argument and getting unexpected results, make sure you're passing your array as a item of an array. Ex: Astro.slots.render('default', [["Hello", "World"]])`
9638
+ const expression = getFunctionExpression(component);
9639
+ if (expression) {
9640
+ const slot = expression(...args);
9641
+ return await renderSlot(__privateGet$1(this, _result), slot).then(
9642
+ (res) => res != null ? String(res) : res
9643
+ );
9644
+ }
9645
+ if (typeof component === "function") {
9646
+ return await renderJSX(__privateGet$1(this, _result), component(...args)).then(
9647
+ (res) => res != null ? String(res) : res
9463
9648
  );
9464
- } else {
9465
- const expression = getFunctionExpression(component);
9466
- if (expression) {
9467
- const slot = expression(...args);
9468
- return await renderSlot$1(__privateGet$1(this, _result), slot).then(
9469
- (res) => res != null ? String(res) : res
9470
- );
9471
- }
9472
- if (typeof component === "function") {
9473
- return await renderJSX(__privateGet$1(this, _result), component(...args)).then(
9474
- (res) => res != null ? String(res) : res
9475
- );
9476
- }
9477
9649
  }
9478
9650
  }
9479
- const content = await renderSlot$1(__privateGet$1(this, _result), __privateGet$1(this, _slots)[name]);
9480
- const outHTML = stringifyChunk$1(__privateGet$1(this, _result), content);
9481
- if (cacheable)
9482
- __privateGet$1(this, _cache).set(name, outHTML);
9651
+ const content = await renderSlot(__privateGet$1(this, _result), __privateGet$1(this, _slots)[name]);
9652
+ const outHTML = stringifyChunk(__privateGet$1(this, _result), content);
9483
9653
  return outHTML;
9484
9654
  }
9485
9655
  }
9486
- _cache = new WeakMap();
9487
9656
  _result = new WeakMap();
9488
9657
  _slots = new WeakMap();
9489
9658
  _loggingOpts = new WeakMap();
@@ -9508,6 +9677,9 @@ function createResult(args) {
9508
9677
  styles: args.styles ?? /* @__PURE__ */ new Set(),
9509
9678
  scripts: args.scripts ?? /* @__PURE__ */ new Set(),
9510
9679
  links: args.links ?? /* @__PURE__ */ new Set(),
9680
+ propagation: args.propagation ?? /* @__PURE__ */ new Map(),
9681
+ propagators: /* @__PURE__ */ new Map(),
9682
+ extraHead: [],
9511
9683
  cookies,
9512
9684
  createAstro(astroGlobal, props, slots) {
9513
9685
  const astroSlots = new Slots(result, slots, args.logging);
@@ -9516,12 +9688,12 @@ function createResult(args) {
9516
9688
  get clientAddress() {
9517
9689
  if (!(clientAddressSymbol$2 in request)) {
9518
9690
  if (args.adapterName) {
9519
- throw new AstroError$1({
9520
- ...AstroErrorData$1.ClientAddressNotAvailable,
9521
- message: AstroErrorData$1.ClientAddressNotAvailable.message(args.adapterName)
9691
+ throw new AstroError({
9692
+ ...AstroErrorData.ClientAddressNotAvailable,
9693
+ message: AstroErrorData.ClientAddressNotAvailable.message(args.adapterName)
9522
9694
  });
9523
9695
  } else {
9524
- throw new AstroError$1(AstroErrorData$1.StaticClientAddressNotAvailable);
9696
+ throw new AstroError(AstroErrorData.StaticClientAddressNotAvailable);
9525
9697
  }
9526
9698
  }
9527
9699
  return Reflect.get(request, clientAddressSymbol$2);
@@ -9699,7 +9871,7 @@ async function callGetStaticPaths({
9699
9871
  staticPaths = await mod.getStaticPaths({
9700
9872
  paginate: generatePaginateFunction(route),
9701
9873
  rss() {
9702
- throw new AstroError$1(AstroErrorData$1.GetStaticPathsRemovedRSSHelper);
9874
+ throw new AstroError(AstroErrorData.GetStaticPathsRemovedRSSHelper);
9703
9875
  }
9704
9876
  });
9705
9877
  if (Array.isArray(staticPaths)) {
@@ -9791,10 +9963,10 @@ async function renderPage(mod, ctx, env) {
9791
9963
  ssr: env.ssr
9792
9964
  });
9793
9965
  if (paramsAndPropsRes === 0 /* NoMatchingStaticPath */) {
9794
- throw new AstroError$1({
9795
- ...AstroErrorData$1.NoMatchingStaticPathFound,
9796
- message: AstroErrorData$1.NoMatchingStaticPathFound.message(ctx.pathname),
9797
- hint: ((_a = ctx.route) == null ? void 0 : _a.component) ? AstroErrorData$1.NoMatchingStaticPathFound.hint([(_b = ctx.route) == null ? void 0 : _b.component]) : ""
9966
+ throw new AstroError({
9967
+ ...AstroErrorData.NoMatchingStaticPathFound,
9968
+ message: AstroErrorData.NoMatchingStaticPathFound.message(ctx.pathname),
9969
+ hint: ((_a = ctx.route) == null ? void 0 : _a.component) ? AstroErrorData.NoMatchingStaticPathFound.hint([(_b = ctx.route) == null ? void 0 : _b.component]) : ""
9798
9970
  });
9799
9971
  }
9800
9972
  const [params, pageProps] = paramsAndPropsRes;
@@ -9812,6 +9984,7 @@ async function renderPage(mod, ctx, env) {
9812
9984
  params,
9813
9985
  props: pageProps,
9814
9986
  pathname: ctx.pathname,
9987
+ propagation: ctx.propagation,
9815
9988
  resolve: env.resolve,
9816
9989
  renderers: env.renderers,
9817
9990
  request: ctx.request,
@@ -9825,7 +9998,7 @@ async function renderPage(mod, ctx, env) {
9825
9998
  }
9826
9999
  if (typeof mod.default === "function" && mod.default.name.startsWith("MDX")) {
9827
10000
  Object.assign(pageProps, {
9828
- components: Object.assign((pageProps == null ? void 0 : pageProps.components) ?? {}, { Fragment: Fragment$1 })
10001
+ components: Object.assign((pageProps == null ? void 0 : pageProps.components) ?? {}, { Fragment })
9829
10002
  });
9830
10003
  }
9831
10004
  const response = await renderPage$1(
@@ -9855,7 +10028,7 @@ function createAPIContext({
9855
10028
  request,
9856
10029
  params,
9857
10030
  site: site ? new URL(site) : void 0,
9858
- generator: `Astro v${ASTRO_VERSION$1}`,
10031
+ generator: `Astro v${ASTRO_VERSION}`,
9859
10032
  props,
9860
10033
  redirect(path, status) {
9861
10034
  return new Response(null, {
@@ -9869,12 +10042,12 @@ function createAPIContext({
9869
10042
  get clientAddress() {
9870
10043
  if (!(clientAddressSymbol$1 in request)) {
9871
10044
  if (adapterName) {
9872
- throw new AstroError$1({
9873
- ...AstroErrorData$1.ClientAddressNotAvailable,
9874
- message: AstroErrorData$1.ClientAddressNotAvailable.message(adapterName)
10045
+ throw new AstroError({
10046
+ ...AstroErrorData.ClientAddressNotAvailable,
10047
+ message: AstroErrorData.ClientAddressNotAvailable.message(adapterName)
9875
10048
  });
9876
10049
  } else {
9877
- throw new AstroError$1(AstroErrorData$1.StaticClientAddressNotAvailable);
10050
+ throw new AstroError(AstroErrorData.StaticClientAddressNotAvailable);
9878
10051
  }
9879
10052
  }
9880
10053
  return Reflect.get(request, clientAddressSymbol$1);
@@ -9892,10 +10065,10 @@ async function call(mod, env, ctx) {
9892
10065
  ssr: env.ssr
9893
10066
  });
9894
10067
  if (paramsAndPropsResp === GetParamsAndPropsError.NoMatchingStaticPath) {
9895
- throw new AstroError$1({
9896
- ...AstroErrorData$1.NoMatchingStaticPathFound,
9897
- message: AstroErrorData$1.NoMatchingStaticPathFound.message(ctx.pathname),
9898
- hint: ((_a = ctx.route) == null ? void 0 : _a.component) ? AstroErrorData$1.NoMatchingStaticPathFound.hint([(_b = ctx.route) == null ? void 0 : _b.component]) : ""
10068
+ throw new AstroError({
10069
+ ...AstroErrorData.NoMatchingStaticPathFound,
10070
+ message: AstroErrorData.NoMatchingStaticPathFound.message(ctx.pathname),
10071
+ hint: ((_a = ctx.route) == null ? void 0 : _a.component) ? AstroErrorData.NoMatchingStaticPathFound.hint([(_b = ctx.route) == null ? void 0 : _b.component]) : ""
9899
10072
  });
9900
10073
  }
9901
10074
  const [params, props] = paramsAndPropsResp;
@@ -10187,7 +10360,7 @@ _baseWithoutTrailingSlash = new WeakMap();
10187
10360
  _renderPage = new WeakSet();
10188
10361
  renderPage_fn = async function(request, routeData, mod, status = 200) {
10189
10362
  const url = new URL(request.url);
10190
- __privateGet(this, _manifest$1);
10363
+ const pathname = "/" + this.removeBase(url.pathname);
10191
10364
  const info = __privateGet(this, _routeDataToRouteInfo).get(routeData);
10192
10365
  const links = createLinkStylesheetElementSet(info.links);
10193
10366
  let scripts = /* @__PURE__ */ new Set();
@@ -10207,7 +10380,7 @@ renderPage_fn = async function(request, routeData, mod, status = 200) {
10207
10380
  const ctx = createRenderContext({
10208
10381
  request,
10209
10382
  origin: url.origin,
10210
- pathname: url.pathname,
10383
+ pathname,
10211
10384
  scripts,
10212
10385
  links,
10213
10386
  route: routeData,
@@ -10226,11 +10399,12 @@ renderPage_fn = async function(request, routeData, mod, status = 200) {
10226
10399
  _callEndpoint = new WeakSet();
10227
10400
  callEndpoint_fn = async function(request, routeData, mod, status = 200) {
10228
10401
  const url = new URL(request.url);
10402
+ const pathname = "/" + this.removeBase(url.pathname);
10229
10403
  const handler = mod;
10230
10404
  const ctx = createRenderContext({
10231
10405
  request,
10232
10406
  origin: url.origin,
10233
- pathname: url.pathname,
10407
+ pathname,
10234
10408
  route: routeData,
10235
10409
  status
10236
10410
  });
@@ -10642,7 +10816,16 @@ const adapter = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
10642
10816
  start
10643
10817
  }, Symbol.toStringTag, { value: 'Module' }));
10644
10818
 
10645
- const setup = () => {};
10819
+ const createApp = (app) => {
10820
+ app.use({
10821
+ install: (app2, options) => {
10822
+ app2.config.globalProperties.$t = (dict, lang) => {
10823
+ return i18n(dict, lang || options?.lang);
10824
+ };
10825
+ app2.config.globalProperties.$formatMoney = formatMoney;
10826
+ }
10827
+ });
10828
+ };
10646
10829
 
10647
10830
  /**
10648
10831
  * Astro passes `children` as a string of HTML, so we need
@@ -10671,7 +10854,7 @@ async function renderToStaticMarkup$1(Component, props, slotted) {
10671
10854
  slots[key] = () => h$2(StaticHtml, { value, name: key === 'default' ? undefined : key });
10672
10855
  }
10673
10856
  const app = createSSRApp({ render: () => h$2(Component, props, slots) });
10674
- await setup();
10857
+ await createApp(app);
10675
10858
  const html = await renderToString$1(app);
10676
10859
  return { html };
10677
10860
  }
@@ -10921,1414 +11104,125 @@ class SquooshService extends BaseSSRService {
10921
11104
  return { type: "rotate", numRotations: 1 };
10922
11105
  case 7:
10923
11106
  case 8:
10924
- return { type: "rotate", numRotations: 3 };
10925
- }
10926
- } catch {
10927
- }
10928
- }
10929
- async transform(inputBuffer, transform) {
10930
- const operations = [];
10931
- if (!isRemoteImage$1(transform.src)) {
10932
- const autorotate = await this.autorotate(transform, inputBuffer);
10933
- if (autorotate) {
10934
- operations.push(autorotate);
10935
- }
10936
- } else if (transform.src.startsWith("//")) {
10937
- transform.src = `https:${transform.src}`;
10938
- }
10939
- if (transform.width || transform.height) {
10940
- const width = transform.width && Math.round(transform.width);
10941
- const height = transform.height && Math.round(transform.height);
10942
- operations.push({
10943
- type: "resize",
10944
- width,
10945
- height
10946
- });
10947
- }
10948
- if (!transform.format) {
10949
- error({
10950
- level: "info",
10951
- prefix: false,
10952
- message: red(`Unknown image output: "${transform.format}" used for ${transform.src}`)
10953
- });
10954
- throw new Error(`Unknown image output: "${transform.format}" used for ${transform.src}`);
10955
- }
10956
- const { processBuffer } = await imagePoolModulePromise;
10957
- const data = await processBuffer(inputBuffer, operations, transform.format, transform.quality);
10958
- return {
10959
- data: Buffer.from(data),
10960
- format: transform.format
10961
- };
10962
- }
10963
- }
10964
- const service = new SquooshService();
10965
- var squoosh_default = service;
10966
-
10967
- const squoosh = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
10968
- __proto__: null,
10969
- default: squoosh_default
10970
- }, Symbol.toStringTag, { value: 'Module' }));
10971
-
10972
- const fnv1a52 = (str) => {
10973
- const len = str.length;
10974
- let i = 0, t0 = 0, v0 = 8997, t1 = 0, v1 = 33826, t2 = 0, v2 = 40164, t3 = 0, v3 = 52210;
10975
- while (i < len) {
10976
- v0 ^= str.charCodeAt(i++);
10977
- t0 = v0 * 435;
10978
- t1 = v1 * 435;
10979
- t2 = v2 * 435;
10980
- t3 = v3 * 435;
10981
- t2 += v0 << 8;
10982
- t3 += v1 << 8;
10983
- t1 += t0 >>> 16;
10984
- v0 = t0 & 65535;
10985
- t2 += t1 >>> 16;
10986
- v1 = t1 & 65535;
10987
- v3 = t3 + (t2 >>> 16) & 65535;
10988
- v2 = t2 & 65535;
10989
- }
10990
- return (v3 & 15) * 281474976710656 + v2 * 4294967296 + v1 * 65536 + (v0 ^ v3 >> 4);
10991
- };
10992
- const etag = (payload, weak = false) => {
10993
- const prefix = weak ? 'W/"' : '"';
10994
- return prefix + fnv1a52(payload).toString(36) + payload.length.toString(36) + '"';
10995
- };
10996
-
10997
- function isRemoteImage(src) {
10998
- return /^(https?:)?\/\//.test(src);
10999
- }
11000
-
11001
- async function loadRemoteImage(src) {
11002
- try {
11003
- const res = await fetch(src);
11004
- if (!res.ok) {
11005
- return void 0;
11006
- }
11007
- return Buffer.from(await res.arrayBuffer());
11008
- } catch (err) {
11009
- console.error(err);
11010
- return void 0;
11011
- }
11012
- }
11013
- const get = async ({ request }) => {
11014
- try {
11015
- const url = new URL(request.url);
11016
- const transform = squoosh_default.parseTransform(url.searchParams);
11017
- let inputBuffer = void 0;
11018
- const sourceUrl = isRemoteImage(transform.src) ? new URL(transform.src) : new URL(transform.src, url.origin);
11019
- inputBuffer = await loadRemoteImage(sourceUrl);
11020
- if (!inputBuffer) {
11021
- return new Response("Not Found", { status: 404 });
11022
- }
11023
- const { data, format } = await squoosh_default.transform(inputBuffer, transform);
11024
- return new Response(data, {
11025
- status: 200,
11026
- headers: {
11027
- "Content-Type": mime.getType(format) || "",
11028
- "Cache-Control": "public, max-age=31536000",
11029
- ETag: etag(data.toString()),
11030
- Date: new Date().toUTCString()
11031
- }
11032
- });
11033
- } catch (err) {
11034
- console.error(err);
11035
- return new Response(`Server Error: ${err}`, { status: 500 });
11036
- }
11037
- };
11038
-
11039
- const _page0 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
11040
- __proto__: null,
11041
- get
11042
- }, Symbol.toStringTag, { value: 'Module' }));
11043
-
11044
- const ASTRO_VERSION = "1.6.12";
11045
-
11046
- function createDeprecatedFetchContentFn() {
11047
- return () => {
11048
- throw new Error("Deprecated: Astro.fetchContent() has been replaced with Astro.glob().");
11049
- };
11050
- }
11051
- function createAstroGlobFn() {
11052
- const globHandler = (importMetaGlobResult, globValue) => {
11053
- let allEntries = [...Object.values(importMetaGlobResult)];
11054
- if (allEntries.length === 0) {
11055
- throw new Error(`Astro.glob(${JSON.stringify(globValue())}) - no matches found.`);
11056
- }
11057
- return Promise.all(allEntries.map((fn) => fn()));
11058
- };
11059
- return globHandler;
11060
- }
11061
- function createAstro(filePathname, _site, projectRootStr) {
11062
- const site = _site ? new URL(_site) : void 0;
11063
- const referenceURL = new URL(filePathname, `http://localhost`);
11064
- const projectRoot = new URL(projectRootStr);
11065
- return {
11066
- site,
11067
- generator: `Astro v${ASTRO_VERSION}`,
11068
- fetchContent: createDeprecatedFetchContentFn(),
11069
- glob: createAstroGlobFn(),
11070
- resolve(...segments) {
11071
- let resolved = segments.reduce((u, segment) => new URL(segment, u), referenceURL).pathname;
11072
- if (resolved.startsWith(projectRoot.pathname)) {
11073
- resolved = "/" + resolved.slice(projectRoot.pathname.length);
11074
- }
11075
- return resolved;
11076
- }
11077
- };
11078
- }
11079
-
11080
- const escapeHTML = escape;
11081
- class HTMLBytes extends Uint8Array {
11082
- }
11083
- Object.defineProperty(HTMLBytes.prototype, Symbol.toStringTag, {
11084
- get() {
11085
- return "HTMLBytes";
11086
- }
11087
- });
11088
- class HTMLString extends String {
11089
- get [Symbol.toStringTag]() {
11090
- return "HTMLString";
11091
- }
11092
- }
11093
- const markHTMLString = (value) => {
11094
- if (value instanceof HTMLString) {
11095
- return value;
11096
- }
11097
- if (typeof value === "string") {
11098
- return new HTMLString(value);
11099
- }
11100
- return value;
11101
- };
11102
- function isHTMLString(value) {
11103
- return Object.prototype.toString.call(value) === "[object HTMLString]";
11104
- }
11105
- function markHTMLBytes(bytes) {
11106
- return new HTMLBytes(bytes);
11107
- }
11108
- async function* unescapeChunksAsync(iterable) {
11109
- for await (const chunk of iterable) {
11110
- yield unescapeHTML(chunk);
11111
- }
11112
- }
11113
- function* unescapeChunks(iterable) {
11114
- for (const chunk of iterable) {
11115
- yield unescapeHTML(chunk);
11116
- }
11117
- }
11118
- function unescapeHTML(str) {
11119
- if (!!str && typeof str === "object") {
11120
- if (str instanceof Uint8Array) {
11121
- return markHTMLBytes(str);
11122
- } else if (str instanceof Response && str.body) {
11123
- const body = str.body;
11124
- return unescapeChunksAsync(body);
11125
- } else if (typeof str.then === "function") {
11126
- return Promise.resolve(str).then((value) => {
11127
- return unescapeHTML(value);
11128
- });
11129
- } else if (Symbol.iterator in str) {
11130
- return unescapeChunks(str);
11131
- } else if (Symbol.asyncIterator in str) {
11132
- return unescapeChunksAsync(str);
11133
- }
11134
- }
11135
- return markHTMLString(str);
11136
- }
11137
-
11138
- var idle_prebuilt_default = `(self.Astro=self.Astro||{}).idle=t=>{const e=async()=>{await(await t())()};"requestIdleCallback"in window?window.requestIdleCallback(e):setTimeout(e,200)},window.dispatchEvent(new Event("astro:idle"));`;
11139
-
11140
- var load_prebuilt_default = `(self.Astro=self.Astro||{}).load=a=>{(async()=>await(await a())())()},window.dispatchEvent(new Event("astro:load"));`;
11141
-
11142
- var media_prebuilt_default = `(self.Astro=self.Astro||{}).media=(s,a)=>{const t=async()=>{await(await s())()};if(a.value){const e=matchMedia(a.value);e.matches?t():e.addEventListener("change",t,{once:!0})}},window.dispatchEvent(new Event("astro:media"));`;
11143
-
11144
- var only_prebuilt_default = `(self.Astro=self.Astro||{}).only=t=>{(async()=>await(await t())())()},window.dispatchEvent(new Event("astro:only"));`;
11145
-
11146
- var visible_prebuilt_default = `(self.Astro=self.Astro||{}).visible=(s,c,n)=>{const r=async()=>{await(await s())()};let i=new IntersectionObserver(e=>{for(const t of e)if(!!t.isIntersecting){i.disconnect(),r();break}});for(let e=0;e<n.children.length;e++){const t=n.children[e];i.observe(t)}},window.dispatchEvent(new Event("astro:visible"));`;
11147
-
11148
- var astro_island_prebuilt_default = `var l;{const c={0:t=>t,1:t=>JSON.parse(t,o),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(JSON.parse(t,o)),5:t=>new Set(JSON.parse(t,o)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(JSON.parse(t)),9:t=>new Uint16Array(JSON.parse(t)),10:t=>new Uint32Array(JSON.parse(t))},o=(t,s)=>{if(t===""||!Array.isArray(s))return s;const[e,n]=s;return e in c?c[e](n):void 0};customElements.get("astro-island")||customElements.define("astro-island",(l=class extends HTMLElement{constructor(){super(...arguments);this.hydrate=()=>{if(!this.hydrator||this.parentElement&&this.parentElement.closest("astro-island[ssr]"))return;const s=this.querySelectorAll("astro-slot"),e={},n=this.querySelectorAll("template[data-astro-template]");for(const r of n){const i=r.closest(this.tagName);!i||!i.isSameNode(this)||(e[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(const r of s){const i=r.closest(this.tagName);!i||!i.isSameNode(this)||(e[r.getAttribute("name")||"default"]=r.innerHTML)}const a=this.hasAttribute("props")?JSON.parse(this.getAttribute("props"),o):{};this.hydrator(this)(this.Component,a,e,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),window.removeEventListener("astro:hydrate",this.hydrate),window.dispatchEvent(new CustomEvent("astro:hydrate"))}}connectedCallback(){!this.hasAttribute("await-children")||this.firstChild?this.childrenConnectedCallback():new MutationObserver((s,e)=>{e.disconnect(),this.childrenConnectedCallback()}).observe(this,{childList:!0})}async childrenConnectedCallback(){window.addEventListener("astro:hydrate",this.hydrate);let s=this.getAttribute("before-hydration-url");s&&await import(s),this.start()}start(){const s=JSON.parse(this.getAttribute("opts")),e=this.getAttribute("client");if(Astro[e]===void 0){window.addEventListener(\`astro:\${e}\`,()=>this.start(),{once:!0});return}Astro[e](async()=>{const n=this.getAttribute("renderer-url"),[a,{default:r}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),i=this.getAttribute("component-export")||"default";if(!i.includes("."))this.Component=a[i];else{this.Component=a;for(const d of i.split("."))this.Component=this.Component[d]}return this.hydrator=r,this.hydrate},s,this)}attributeChangedCallback(){this.hydrator&&this.hydrate()}},l.observedAttributes=["props"],l))}`;
11149
-
11150
- function determineIfNeedsHydrationScript(result) {
11151
- if (result._metadata.hasHydrationScript) {
11152
- return false;
11153
- }
11154
- return result._metadata.hasHydrationScript = true;
11155
- }
11156
- const hydrationScripts = {
11157
- idle: idle_prebuilt_default,
11158
- load: load_prebuilt_default,
11159
- only: only_prebuilt_default,
11160
- media: media_prebuilt_default,
11161
- visible: visible_prebuilt_default
11162
- };
11163
- function determinesIfNeedsDirectiveScript(result, directive) {
11164
- if (result._metadata.hasDirectives.has(directive)) {
11165
- return false;
11166
- }
11167
- result._metadata.hasDirectives.add(directive);
11168
- return true;
11169
- }
11170
- function getDirectiveScriptText(directive) {
11171
- if (!(directive in hydrationScripts)) {
11172
- throw new Error(`Unknown directive: ${directive}`);
11173
- }
11174
- const directiveScriptText = hydrationScripts[directive];
11175
- return directiveScriptText;
11176
- }
11177
- function getPrescripts(type, directive) {
11178
- switch (type) {
11179
- case "both":
11180
- return `<style>astro-island,astro-slot{display:contents}</style><script>${getDirectiveScriptText(directive) + astro_island_prebuilt_default}<\/script>`;
11181
- case "directive":
11182
- return `<script>${getDirectiveScriptText(directive)}<\/script>`;
11183
- }
11184
- return "";
11185
- }
11186
-
11187
- const defineErrors = (errs) => errs;
11188
- const AstroErrorData = defineErrors({
11189
- UnknownCompilerError: {
11190
- title: "Unknown compiler error.",
11191
- code: 1e3
11192
- },
11193
- StaticRedirectNotAvailable: {
11194
- title: "`Astro.redirect` is not available in static mode.",
11195
- code: 3001,
11196
- message: "Redirects are only available when using `output: 'server'`. Update your Astro config if you need SSR features.",
11197
- hint: "See https://docs.astro.build/en/guides/server-side-rendering/#enabling-ssr-in-your-project for more information on how to enable SSR."
11198
- },
11199
- ClientAddressNotAvailable: {
11200
- title: "`Astro.clientAddress` is not available in current adapter.",
11201
- code: 3002,
11202
- message: (adapterName) => `\`Astro.clientAddress\` is not available in the \`${adapterName}\` adapter. File an issue with the adapter to add support.`
11203
- },
11204
- StaticClientAddressNotAvailable: {
11205
- title: "`Astro.clientAddress` is not available in static mode.",
11206
- code: 3003,
11207
- message: "`Astro.clientAddress` is only available when using `output: 'server'`. Update your Astro config if you need SSR features.",
11208
- hint: "See https://docs.astro.build/en/guides/server-side-rendering/#enabling-ssr-in-your-project for more information on how to enable SSR."
11209
- },
11210
- NoMatchingStaticPathFound: {
11211
- title: "No static path found for requested path.",
11212
- code: 3004,
11213
- message: (pathName) => `A \`getStaticPaths()\` route pattern was matched, but no matching static path was found for requested path \`${pathName}\`.`,
11214
- hint: (possibleRoutes) => `Possible dynamic routes being matched: ${possibleRoutes.join(", ")}.`
11215
- },
11216
- OnlyResponseCanBeReturned: {
11217
- title: "Invalid type returned by Astro page.",
11218
- code: 3005,
11219
- message: (route, returnedValue) => `Route ${route ? route : ""} returned a \`${returnedValue}\`. Only a Response can be returned from Astro files.`,
11220
- hint: "See https://docs.astro.build/en/guides/server-side-rendering/#response for more information."
11221
- },
11222
- MissingMediaQueryDirective: {
11223
- title: "Missing value for `client:media` directive.",
11224
- code: 3006,
11225
- message: 'Media query not provided for `client:media` directive. A media query similar to `client:media="(max-width: 600px)"` must be provided'
11226
- },
11227
- NoMatchingRenderer: {
11228
- title: "No matching renderer found.",
11229
- code: 3007,
11230
- message: (componentName, componentExtension, plural, validRenderersCount) => `Unable to render \`${componentName}\`.
11231
-
11232
- ${validRenderersCount > 0 ? `There ${plural ? "are." : "is."} ${validRenderersCount} renderer${plural ? "s." : ""} configured in your \`astro.config.mjs\` file,
11233
- but ${plural ? "none were." : "it was not."} able to server-side render \`${componentName}\`.` : `No valid renderer was found ${componentExtension ? `for the \`.${componentExtension}\` file extension.` : `for this file extension.`}`}`,
11234
- hint: (probableRenderers) => `Did you mean to enable the ${probableRenderers} integration?
11235
-
11236
- See https://docs.astro.build/en/core-concepts/framework-components/ for more information on how to install and configure integrations.`
11237
- },
11238
- NoClientEntrypoint: {
11239
- title: "No client entrypoint specified in renderer.",
11240
- code: 3008,
11241
- message: (componentName, clientDirective, rendererName) => `\`${componentName}\` component has a \`client:${clientDirective}\` directive, but no client entrypoint was provided by \`${rendererName}\`.`,
11242
- hint: "See https://docs.astro.build/en/reference/integrations-reference/#addrenderer-option for more information on how to configure your renderer."
11243
- },
11244
- NoClientOnlyHint: {
11245
- title: "Missing hint on client:only directive.",
11246
- code: 3009,
11247
- message: (componentName) => `Unable to render \`${componentName}\`. When using the \`client:only\` hydration strategy, Astro needs a hint to use the correct renderer.`,
11248
- hint: (probableRenderers) => `Did you mean to pass \`client:only="${probableRenderers}"\`? See https://docs.astro.build/en/reference/directives-reference/#clientonly for more information on client:only`
11249
- },
11250
- InvalidGetStaticPathParam: {
11251
- title: "Invalid value returned by a `getStaticPaths` path.",
11252
- code: 3010,
11253
- message: (paramType) => `Invalid params given to \`getStaticPaths\` path. Expected an \`object\`, got \`${paramType}\``,
11254
- hint: "See https://docs.astro.build/en/reference/api-reference/#getstaticpaths for more information on getStaticPaths."
11255
- },
11256
- InvalidGetStaticPathsReturn: {
11257
- title: "Invalid value returned by getStaticPaths.",
11258
- code: 3011,
11259
- message: (returnType) => `Invalid type returned by \`getStaticPaths\`. Expected an \`array\`, got \`${returnType}\``,
11260
- hint: "See https://docs.astro.build/en/reference/api-reference/#getstaticpaths for more information on getStaticPaths."
11261
- },
11262
- GetStaticPathsRemovedRSSHelper: {
11263
- title: "getStaticPaths RSS helper is not available anymore.",
11264
- code: 3012,
11265
- message: "The RSS helper has been removed from `getStaticPaths`. Try the new @astrojs/rss package instead.",
11266
- hint: "See https://docs.astro.build/en/guides/rss/ for more information."
11267
- },
11268
- GetStaticPathsExpectedParams: {
11269
- title: "Missing params property on `getStaticPaths` route.",
11270
- code: 3013,
11271
- message: "Missing or empty required `params` property on `getStaticPaths` route.",
11272
- hint: "See https://docs.astro.build/en/reference/api-reference/#getstaticpaths for more information on getStaticPaths."
11273
- },
11274
- GetStaticPathsInvalidRouteParam: {
11275
- title: "Invalid value for `getStaticPaths` route parameter.",
11276
- code: 3014,
11277
- message: (key, value, valueType) => `Invalid getStaticPaths route parameter for \`${key}\`. Expected undefined, a string or a number, received \`${valueType}\` (\`${value}\`)`,
11278
- hint: "See https://docs.astro.build/en/reference/api-reference/#getstaticpaths for more information on getStaticPaths."
11279
- },
11280
- GetStaticPathsRequired: {
11281
- title: "`getStaticPaths()` function required for dynamic routes.",
11282
- code: 3015,
11283
- message: "`getStaticPaths()` function is required for dynamic routes. Make sure that you `export` a `getStaticPaths` function from your dynamic route.",
11284
- hint: `See https://docs.astro.build/en/core-concepts/routing/#dynamic-routes for more information on dynamic routes.
11285
-
11286
- Alternatively, set \`output: "server"\` in your Astro config file to switch to a non-static server build.
11287
- See https://docs.astro.build/en/guides/server-side-rendering/ for more information on non-static rendering.`
11288
- },
11289
- ReservedSlotName: {
11290
- title: "Invalid slot name.",
11291
- code: 3016,
11292
- message: (slotName) => `Unable to create a slot named \`${slotName}\`. \`${slotName}\` is a reserved slot name. Please update the name of this slot.`
11293
- },
11294
- NoAdapterInstalled: {
11295
- title: "Cannot use Server-side Rendering without an adapter.",
11296
- code: 3017,
11297
- message: `Cannot use \`output: 'server'\` without an adapter. Please install and configure the appropriate server adapter for your final deployment.`,
11298
- hint: "See https://docs.astro.build/en/guides/server-side-rendering/ for more information."
11299
- },
11300
- NoMatchingImport: {
11301
- title: "No import found for component.",
11302
- code: 3018,
11303
- message: (componentName) => `Could not render \`${componentName}\`. No matching import has been found for \`${componentName}\`.`,
11304
- hint: "Please make sure the component is properly imported."
11305
- },
11306
- UnknownViteError: {
11307
- title: "Unknown Vite Error.",
11308
- code: 4e3
11309
- },
11310
- FailedToLoadModuleSSR: {
11311
- title: "Could not import file.",
11312
- code: 4001,
11313
- message: (importName) => `Could not import \`${importName}\`.`,
11314
- hint: "This is often caused by a typo in the import path. Please make sure the file exists."
11315
- },
11316
- InvalidGlob: {
11317
- title: "Invalid glob pattern.",
11318
- code: 4002,
11319
- message: (globPattern) => `Invalid glob pattern: \`${globPattern}\`. Glob patterns must start with './', '../' or '/'.`,
11320
- hint: "See https://docs.astro.build/en/guides/imports/#glob-patterns for more information on supported glob patterns."
11321
- },
11322
- UnknownCSSError: {
11323
- title: "Unknown CSS Error.",
11324
- code: 5e3
11325
- },
11326
- CSSSyntaxError: {
11327
- title: "CSS Syntax Error.",
11328
- code: 5001
11329
- },
11330
- UnknownMarkdownError: {
11331
- title: "Unknown Markdown Error.",
11332
- code: 6e3
11333
- },
11334
- MarkdownFrontmatterParseError: {
11335
- title: "Failed to parse Markdown frontmatter.",
11336
- code: 6001
11337
- },
11338
- UnknownConfigError: {
11339
- title: "Unknown configuration error.",
11340
- code: 7e3
11341
- },
11342
- ConfigNotFound: {
11343
- title: "Specified configuration file not found.",
11344
- code: 7001,
11345
- message: (configFile) => `Unable to resolve \`--config "${configFile}"\`. Does the file exist?`
11346
- },
11347
- ConfigLegacyKey: {
11348
- title: "Legacy configuration detected.",
11349
- code: 7002,
11350
- message: (legacyConfigKey) => `Legacy configuration detected: \`${legacyConfigKey}\`.`,
11351
- hint: "Please update your configuration to the new format.\nSee https://astro.build/config for more information."
11352
- },
11353
- UnknownError: {
11354
- title: "Unknown Error.",
11355
- code: 99999
11356
- }
11357
- });
11358
-
11359
- function normalizeLF(code) {
11360
- return code.replace(/\r\n|\r(?!\n)|\n/g, "\n");
11361
- }
11362
- function getErrorDataByCode(code) {
11363
- const entry = Object.entries(AstroErrorData).find((data) => data[1].code === code);
11364
- if (entry) {
11365
- return {
11366
- name: entry[0],
11367
- data: entry[1]
11368
- };
11369
- }
11370
- }
11371
-
11372
- function codeFrame(src, loc) {
11373
- if (!loc || loc.line === void 0 || loc.column === void 0) {
11374
- return "";
11375
- }
11376
- const lines = normalizeLF(src).split("\n").map((ln) => ln.replace(/\t/g, " "));
11377
- const visibleLines = [];
11378
- for (let n = -2; n <= 2; n++) {
11379
- if (lines[loc.line + n])
11380
- visibleLines.push(loc.line + n);
11381
- }
11382
- let gutterWidth = 0;
11383
- for (const lineNo of visibleLines) {
11384
- let w = `> ${lineNo}`;
11385
- if (w.length > gutterWidth)
11386
- gutterWidth = w.length;
11387
- }
11388
- let output = "";
11389
- for (const lineNo of visibleLines) {
11390
- const isFocusedLine = lineNo === loc.line - 1;
11391
- output += isFocusedLine ? "> " : " ";
11392
- output += `${lineNo + 1} | ${lines[lineNo]}
11393
- `;
11394
- if (isFocusedLine)
11395
- output += `${Array.from({ length: gutterWidth }).join(" ")} | ${Array.from({
11396
- length: loc.column
11397
- }).join(" ")}^
11398
- `;
11399
- }
11400
- return output;
11401
- }
11402
-
11403
- class AstroError extends Error {
11404
- constructor(props, ...params) {
11405
- var _a;
11406
- super(...params);
11407
- this.type = "AstroError";
11408
- const { code, name, title, message, stack, location, hint, frame } = props;
11409
- this.errorCode = code;
11410
- if (name) {
11411
- this.name = name;
11412
- } else {
11413
- this.name = ((_a = getErrorDataByCode(this.errorCode)) == null ? void 0 : _a.name) ?? "UnknownError";
11414
- }
11415
- this.title = title;
11416
- if (message)
11417
- this.message = message;
11418
- this.stack = stack ? stack : this.stack;
11419
- this.loc = location;
11420
- this.hint = hint;
11421
- this.frame = frame;
11422
- }
11423
- setErrorCode(errorCode) {
11424
- var _a;
11425
- this.errorCode = errorCode;
11426
- this.name = ((_a = getErrorDataByCode(this.errorCode)) == null ? void 0 : _a.name) ?? "UnknownError";
11427
- }
11428
- setLocation(location) {
11429
- this.loc = location;
11430
- }
11431
- setName(name) {
11432
- this.name = name;
11433
- }
11434
- setMessage(message) {
11435
- this.message = message;
11436
- }
11437
- setHint(hint) {
11438
- this.hint = hint;
11439
- }
11440
- setFrame(source, location) {
11441
- this.frame = codeFrame(source, location);
11442
- }
11443
- static is(err) {
11444
- return err.type === "AstroError";
11445
- }
11446
- }
11447
-
11448
- const PROP_TYPE = {
11449
- Value: 0,
11450
- JSON: 1,
11451
- RegExp: 2,
11452
- Date: 3,
11453
- Map: 4,
11454
- Set: 5,
11455
- BigInt: 6,
11456
- URL: 7,
11457
- Uint8Array: 8,
11458
- Uint16Array: 9,
11459
- Uint32Array: 10
11460
- };
11461
- function serializeArray(value, metadata = {}, parents = /* @__PURE__ */ new WeakSet()) {
11462
- if (parents.has(value)) {
11463
- throw new Error(`Cyclic reference detected while serializing props for <${metadata.displayName} client:${metadata.hydrate}>!
11464
-
11465
- Cyclic references cannot be safely serialized for client-side usage. Please remove the cyclic reference.`);
11466
- }
11467
- parents.add(value);
11468
- const serialized = value.map((v) => {
11469
- return convertToSerializedForm(v, metadata, parents);
11470
- });
11471
- parents.delete(value);
11472
- return serialized;
11473
- }
11474
- function serializeObject(value, metadata = {}, parents = /* @__PURE__ */ new WeakSet()) {
11475
- if (parents.has(value)) {
11476
- throw new Error(`Cyclic reference detected while serializing props for <${metadata.displayName} client:${metadata.hydrate}>!
11477
-
11478
- Cyclic references cannot be safely serialized for client-side usage. Please remove the cyclic reference.`);
11479
- }
11480
- parents.add(value);
11481
- const serialized = Object.fromEntries(
11482
- Object.entries(value).map(([k, v]) => {
11483
- return [k, convertToSerializedForm(v, metadata, parents)];
11484
- })
11485
- );
11486
- parents.delete(value);
11487
- return serialized;
11488
- }
11489
- function convertToSerializedForm(value, metadata = {}, parents = /* @__PURE__ */ new WeakSet()) {
11490
- const tag = Object.prototype.toString.call(value);
11491
- switch (tag) {
11492
- case "[object Date]": {
11493
- return [PROP_TYPE.Date, value.toISOString()];
11494
- }
11495
- case "[object RegExp]": {
11496
- return [PROP_TYPE.RegExp, value.source];
11497
- }
11498
- case "[object Map]": {
11499
- return [
11500
- PROP_TYPE.Map,
11501
- JSON.stringify(serializeArray(Array.from(value), metadata, parents))
11502
- ];
11503
- }
11504
- case "[object Set]": {
11505
- return [
11506
- PROP_TYPE.Set,
11507
- JSON.stringify(serializeArray(Array.from(value), metadata, parents))
11508
- ];
11509
- }
11510
- case "[object BigInt]": {
11511
- return [PROP_TYPE.BigInt, value.toString()];
11512
- }
11513
- case "[object URL]": {
11514
- return [PROP_TYPE.URL, value.toString()];
11515
- }
11516
- case "[object Array]": {
11517
- return [PROP_TYPE.JSON, JSON.stringify(serializeArray(value, metadata, parents))];
11518
- }
11519
- case "[object Uint8Array]": {
11520
- return [PROP_TYPE.Uint8Array, JSON.stringify(Array.from(value))];
11521
- }
11522
- case "[object Uint16Array]": {
11523
- return [PROP_TYPE.Uint16Array, JSON.stringify(Array.from(value))];
11524
- }
11525
- case "[object Uint32Array]": {
11526
- return [PROP_TYPE.Uint32Array, JSON.stringify(Array.from(value))];
11527
- }
11528
- default: {
11529
- if (value !== null && typeof value === "object") {
11530
- return [PROP_TYPE.Value, serializeObject(value, metadata, parents)];
11531
- } else {
11532
- return [PROP_TYPE.Value, value];
11533
- }
11534
- }
11535
- }
11536
- }
11537
- function serializeProps(props, metadata) {
11538
- const serialized = JSON.stringify(serializeObject(props, metadata));
11539
- return serialized;
11540
- }
11541
-
11542
- function serializeListValue(value) {
11543
- const hash = {};
11544
- push(value);
11545
- return Object.keys(hash).join(" ");
11546
- function push(item) {
11547
- if (item && typeof item.forEach === "function")
11548
- item.forEach(push);
11549
- else if (item === Object(item))
11550
- Object.keys(item).forEach((name) => {
11551
- if (item[name])
11552
- push(name);
11553
- });
11554
- else {
11555
- item = item === false || item == null ? "" : String(item).trim();
11556
- if (item) {
11557
- item.split(/\s+/).forEach((name) => {
11558
- hash[name] = true;
11559
- });
11560
- }
11561
- }
11562
- }
11563
- }
11564
- function isPromise(value) {
11565
- return !!value && typeof value === "object" && typeof value.then === "function";
11566
- }
11567
-
11568
- const HydrationDirectivesRaw = ["load", "idle", "media", "visible", "only"];
11569
- const HydrationDirectives = new Set(HydrationDirectivesRaw);
11570
- const HydrationDirectiveProps = new Set(HydrationDirectivesRaw.map((n) => `client:${n}`));
11571
- function extractDirectives(displayName, inputProps) {
11572
- let extracted = {
11573
- isPage: false,
11574
- hydration: null,
11575
- props: {}
11576
- };
11577
- for (const [key, value] of Object.entries(inputProps)) {
11578
- if (key.startsWith("server:")) {
11579
- if (key === "server:root") {
11580
- extracted.isPage = true;
11581
- }
11582
- }
11583
- if (key.startsWith("client:")) {
11584
- if (!extracted.hydration) {
11585
- extracted.hydration = {
11586
- directive: "",
11587
- value: "",
11588
- componentUrl: "",
11589
- componentExport: { value: "" }
11590
- };
11591
- }
11592
- switch (key) {
11593
- case "client:component-path": {
11594
- extracted.hydration.componentUrl = value;
11595
- break;
11596
- }
11597
- case "client:component-export": {
11598
- extracted.hydration.componentExport.value = value;
11599
- break;
11600
- }
11601
- case "client:component-hydration": {
11602
- break;
11603
- }
11604
- case "client:display-name": {
11605
- break;
11606
- }
11607
- default: {
11608
- extracted.hydration.directive = key.split(":")[1];
11609
- extracted.hydration.value = value;
11610
- if (!HydrationDirectives.has(extracted.hydration.directive)) {
11611
- throw new Error(
11612
- `Error: invalid hydration directive "${key}". Supported hydration methods: ${Array.from(
11613
- HydrationDirectiveProps
11614
- ).join(", ")}`
11615
- );
11616
- }
11617
- if (extracted.hydration.directive === "media" && typeof extracted.hydration.value !== "string") {
11618
- throw new AstroError(AstroErrorData.MissingMediaQueryDirective);
11619
- }
11620
- break;
11621
- }
11622
- }
11623
- } else if (key === "class:list") {
11624
- if (value) {
11625
- extracted.props[key.slice(0, -5)] = serializeListValue(value);
11626
- }
11627
- } else {
11628
- extracted.props[key] = value;
11629
- }
11630
- }
11631
- for (const sym of Object.getOwnPropertySymbols(inputProps)) {
11632
- extracted.props[sym] = inputProps[sym];
11633
- }
11634
- return extracted;
11635
- }
11636
- async function generateHydrateScript(scriptOptions, metadata) {
11637
- const { renderer, result, astroId, props, attrs } = scriptOptions;
11638
- const { hydrate, componentUrl, componentExport } = metadata;
11639
- if (!componentExport.value) {
11640
- throw new Error(
11641
- `Unable to resolve a valid export for "${metadata.displayName}"! Please open an issue at https://astro.build/issues!`
11642
- );
11643
- }
11644
- const island = {
11645
- children: "",
11646
- props: {
11647
- uid: astroId
11648
- }
11649
- };
11650
- if (attrs) {
11651
- for (const [key, value] of Object.entries(attrs)) {
11652
- island.props[key] = escapeHTML(value);
11653
- }
11654
- }
11655
- island.props["component-url"] = await result.resolve(decodeURI(componentUrl));
11656
- if (renderer.clientEntrypoint) {
11657
- island.props["component-export"] = componentExport.value;
11658
- island.props["renderer-url"] = await result.resolve(decodeURI(renderer.clientEntrypoint));
11659
- island.props["props"] = escapeHTML(serializeProps(props, metadata));
11660
- }
11661
- island.props["ssr"] = "";
11662
- island.props["client"] = hydrate;
11663
- let beforeHydrationUrl = await result.resolve("astro:scripts/before-hydration.js");
11664
- if (beforeHydrationUrl.length) {
11665
- island.props["before-hydration-url"] = beforeHydrationUrl;
11666
- }
11667
- island.props["opts"] = escapeHTML(
11668
- JSON.stringify({
11669
- name: metadata.displayName,
11670
- value: metadata.hydrateArgs || ""
11671
- })
11672
- );
11673
- return island;
11674
- }
11675
-
11676
- function validateComponentProps(props, displayName) {
11677
- var _a;
11678
- if (((_a = (Object.assign({"BASE_URL":"/","MODE":"production","DEV":false,"PROD":true},{}))) == null ? void 0 : _a.DEV) && props != null) {
11679
- for (const prop of Object.keys(props)) {
11680
- if (HydrationDirectiveProps.has(prop)) {
11681
- console.warn(
11682
- `You are attempting to render <${displayName} ${prop} />, but ${displayName} is an Astro component. Astro components do not render in the client and should not have a hydration directive. Please use a framework component for client rendering.`
11683
- );
11684
- }
11685
- }
11686
- }
11687
- }
11688
- class AstroComponent {
11689
- constructor(htmlParts, expressions) {
11690
- this.htmlParts = htmlParts;
11691
- this.error = void 0;
11692
- this.expressions = expressions.map((expression) => {
11693
- if (isPromise(expression)) {
11694
- return Promise.resolve(expression).catch((err) => {
11695
- if (!this.error) {
11696
- this.error = err;
11697
- throw err;
11698
- }
11699
- });
11700
- }
11701
- return expression;
11702
- });
11703
- }
11704
- get [Symbol.toStringTag]() {
11705
- return "AstroComponent";
11706
- }
11707
- async *[Symbol.asyncIterator]() {
11708
- const { htmlParts, expressions } = this;
11709
- for (let i = 0; i < htmlParts.length; i++) {
11710
- const html = htmlParts[i];
11711
- const expression = expressions[i];
11712
- yield markHTMLString(html);
11713
- yield* renderChild(expression);
11714
- }
11715
- }
11716
- }
11717
- function isAstroComponent(obj) {
11718
- return typeof obj === "object" && Object.prototype.toString.call(obj) === "[object AstroComponent]";
11719
- }
11720
- function isAstroComponentFactory(obj) {
11721
- return obj == null ? false : obj.isAstroComponentFactory === true;
11722
- }
11723
- async function* renderAstroComponent(component) {
11724
- for await (const value of component) {
11725
- if (value || value === 0) {
11726
- for await (const chunk of renderChild(value)) {
11727
- switch (chunk.type) {
11728
- case "directive": {
11729
- yield chunk;
11730
- break;
11731
- }
11732
- default: {
11733
- yield markHTMLString(chunk);
11734
- break;
11735
- }
11736
- }
11737
- }
11738
- }
11739
- }
11740
- }
11741
- async function renderToIterable(result, componentFactory, displayName, props, children) {
11742
- validateComponentProps(props, displayName);
11743
- const Component = await componentFactory(result, props, children);
11744
- if (!isAstroComponent(Component)) {
11745
- console.warn(
11746
- `Returning a Response is only supported inside of page components. Consider refactoring this logic into something like a function that can be used in the page.`
11747
- );
11748
- const response = Component;
11749
- throw response;
11750
- }
11751
- return renderAstroComponent(Component);
11752
- }
11753
- async function renderTemplate(htmlParts, ...expressions) {
11754
- return new AstroComponent(htmlParts, expressions);
11755
- }
11756
-
11757
- async function* renderChild(child) {
11758
- child = await child;
11759
- if (child instanceof SlotString) {
11760
- if (child.instructions) {
11761
- yield* child.instructions;
11762
- }
11763
- yield child;
11764
- } else if (isHTMLString(child)) {
11765
- yield child;
11766
- } else if (Array.isArray(child)) {
11767
- for (const value of child) {
11768
- yield markHTMLString(await renderChild(value));
11769
- }
11770
- } else if (typeof child === "function") {
11771
- yield* renderChild(child());
11772
- } else if (typeof child === "string") {
11773
- yield markHTMLString(escapeHTML(child));
11774
- } else if (!child && child !== 0) ; else if (child instanceof AstroComponent || Object.prototype.toString.call(child) === "[object AstroComponent]") {
11775
- yield* renderAstroComponent(child);
11776
- } else if (ArrayBuffer.isView(child)) {
11777
- yield child;
11778
- } else if (typeof child === "object" && (Symbol.asyncIterator in child || Symbol.iterator in child)) {
11779
- yield* child;
11780
- } else {
11781
- yield child;
11782
- }
11783
- }
11784
-
11785
- const slotString = Symbol.for("astro:slot-string");
11786
- class SlotString extends HTMLString {
11787
- constructor(content, instructions) {
11788
- super(content);
11789
- this.instructions = instructions;
11790
- this[slotString] = true;
11791
- }
11792
- }
11793
- function isSlotString(str) {
11794
- return !!str[slotString];
11795
- }
11796
- async function renderSlot(_result, slotted, fallback) {
11797
- if (slotted) {
11798
- let iterator = renderChild(slotted);
11799
- let content = "";
11800
- let instructions = null;
11801
- for await (const chunk of iterator) {
11802
- if (chunk.type === "directive") {
11803
- if (instructions === null) {
11804
- instructions = [];
11805
- }
11806
- instructions.push(chunk);
11807
- } else {
11808
- content += chunk;
11809
- }
11810
- }
11811
- return markHTMLString(new SlotString(content, instructions));
11812
- }
11813
- return fallback;
11814
- }
11815
- async function renderSlots(result, slots = {}) {
11816
- let slotInstructions = null;
11817
- let children = {};
11818
- if (slots) {
11819
- await Promise.all(
11820
- Object.entries(slots).map(
11821
- ([key, value]) => renderSlot(result, value).then((output) => {
11822
- if (output.instructions) {
11823
- if (slotInstructions === null) {
11824
- slotInstructions = [];
11825
- }
11826
- slotInstructions.push(...output.instructions);
11827
- }
11828
- children[key] = output;
11829
- })
11830
- )
11831
- );
11832
- }
11833
- return { slotInstructions, children };
11834
- }
11835
-
11836
- const Fragment = Symbol.for("astro:fragment");
11837
- const Renderer = Symbol.for("astro:renderer");
11838
- new TextEncoder();
11839
- new TextDecoder();
11840
- function stringifyChunk(result, chunk) {
11841
- switch (chunk.type) {
11842
- case "directive": {
11843
- const { hydration } = chunk;
11844
- let needsHydrationScript = hydration && determineIfNeedsHydrationScript(result);
11845
- let needsDirectiveScript = hydration && determinesIfNeedsDirectiveScript(result, hydration.directive);
11846
- let prescriptType = needsHydrationScript ? "both" : needsDirectiveScript ? "directive" : null;
11847
- if (prescriptType) {
11848
- let prescripts = getPrescripts(prescriptType, hydration.directive);
11849
- return markHTMLString(prescripts);
11850
- } else {
11851
- return "";
11852
- }
11853
- }
11854
- default: {
11855
- if (isSlotString(chunk)) {
11856
- let out = "";
11857
- const c = chunk;
11858
- if (c.instructions) {
11859
- for (const instr of c.instructions) {
11860
- out += stringifyChunk(result, instr);
11861
- }
11862
- }
11863
- out += chunk.toString();
11864
- return out;
11865
- }
11866
- return chunk.toString();
11867
- }
11868
- }
11869
- }
11870
-
11871
- /**
11872
- * shortdash - https://github.com/bibig/node-shorthash
11873
- *
11874
- * @license
11875
- *
11876
- * (The MIT License)
11877
- *
11878
- * Copyright (c) 2013 Bibig <bibig@me.com>
11879
- *
11880
- * Permission is hereby granted, free of charge, to any person
11881
- * obtaining a copy of this software and associated documentation
11882
- * files (the "Software"), to deal in the Software without
11883
- * restriction, including without limitation the rights to use,
11884
- * copy, modify, merge, publish, distribute, sublicense, and/or sell
11885
- * copies of the Software, and to permit persons to whom the
11886
- * Software is furnished to do so, subject to the following
11887
- * conditions:
11888
- *
11889
- * The above copyright notice and this permission notice shall be
11890
- * included in all copies or substantial portions of the Software.
11891
- *
11892
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
11893
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
11894
- * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
11895
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
11896
- * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
11897
- * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
11898
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
11899
- * OTHER DEALINGS IN THE SOFTWARE.
11900
- */
11901
- const dictionary = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY";
11902
- const binary = dictionary.length;
11903
- function bitwise(str) {
11904
- let hash = 0;
11905
- if (str.length === 0)
11906
- return hash;
11907
- for (let i = 0; i < str.length; i++) {
11908
- const ch = str.charCodeAt(i);
11909
- hash = (hash << 5) - hash + ch;
11910
- hash = hash & hash;
11911
- }
11912
- return hash;
11913
- }
11914
- function shorthash(text) {
11915
- let num;
11916
- let result = "";
11917
- let integer = bitwise(text);
11918
- const sign = integer < 0 ? "Z" : "";
11919
- integer = Math.abs(integer);
11920
- while (integer >= binary) {
11921
- num = integer % binary;
11922
- integer = Math.floor(integer / binary);
11923
- result = dictionary[num] + result;
11924
- }
11925
- if (integer > 0) {
11926
- result = dictionary[integer] + result;
11927
- }
11928
- return sign + result;
11929
- }
11930
-
11931
- const voidElementNames = /^(area|base|br|col|command|embed|hr|img|input|keygen|link|meta|param|source|track|wbr)$/i;
11932
- const htmlBooleanAttributes = /^(allowfullscreen|async|autofocus|autoplay|controls|default|defer|disabled|disablepictureinpicture|disableremoteplayback|formnovalidate|hidden|loop|nomodule|novalidate|open|playsinline|readonly|required|reversed|scoped|seamless|itemscope)$/i;
11933
- const htmlEnumAttributes = /^(contenteditable|draggable|spellcheck|value)$/i;
11934
- const svgEnumAttributes = /^(autoReverse|externalResourcesRequired|focusable|preserveAlpha)$/i;
11935
- const STATIC_DIRECTIVES = /* @__PURE__ */ new Set(["set:html", "set:text"]);
11936
- const toIdent = (k) => k.trim().replace(/(?:(?!^)\b\w|\s+|[^\w]+)/g, (match, index) => {
11937
- if (/[^\w]|\s/.test(match))
11938
- return "";
11939
- return index === 0 ? match : match.toUpperCase();
11940
- });
11941
- const toAttributeString = (value, shouldEscape = true) => shouldEscape ? String(value).replace(/&/g, "&#38;").replace(/"/g, "&#34;") : value;
11942
- const kebab = (k) => k.toLowerCase() === k ? k : k.replace(/[A-Z]/g, (match) => `-${match.toLowerCase()}`);
11943
- const toStyleString = (obj) => Object.entries(obj).map(([k, v]) => `${kebab(k)}:${v}`).join(";");
11944
- function defineScriptVars(vars) {
11945
- let output = "";
11946
- for (const [key, value] of Object.entries(vars)) {
11947
- output += `const ${toIdent(key)} = ${JSON.stringify(value)};
11948
- `;
11949
- }
11950
- return markHTMLString(output);
11951
- }
11952
- function formatList(values) {
11953
- if (values.length === 1) {
11954
- return values[0];
11955
- }
11956
- return `${values.slice(0, -1).join(", ")} or ${values[values.length - 1]}`;
11957
- }
11958
- function addAttribute(value, key, shouldEscape = true) {
11959
- if (value == null) {
11960
- return "";
11961
- }
11962
- if (value === false) {
11963
- if (htmlEnumAttributes.test(key) || svgEnumAttributes.test(key)) {
11964
- return markHTMLString(` ${key}="false"`);
11965
- }
11966
- return "";
11967
- }
11968
- if (STATIC_DIRECTIVES.has(key)) {
11969
- console.warn(`[astro] The "${key}" directive cannot be applied dynamically at runtime. It will not be rendered as an attribute.
11970
-
11971
- Make sure to use the static attribute syntax (\`${key}={value}\`) instead of the dynamic spread syntax (\`{...{ "${key}": value }}\`).`);
11972
- return "";
11973
- }
11974
- if (key === "class:list") {
11975
- const listValue = toAttributeString(serializeListValue(value), shouldEscape);
11976
- if (listValue === "") {
11977
- return "";
11978
- }
11979
- return markHTMLString(` ${key.slice(0, -5)}="${listValue}"`);
11980
- }
11981
- if (key === "style" && !(value instanceof HTMLString) && typeof value === "object") {
11982
- return markHTMLString(` ${key}="${toAttributeString(toStyleString(value), shouldEscape)}"`);
11983
- }
11984
- if (key === "className") {
11985
- return markHTMLString(` class="${toAttributeString(value, shouldEscape)}"`);
11986
- }
11987
- if (value === true && (key.startsWith("data-") || htmlBooleanAttributes.test(key))) {
11988
- return markHTMLString(` ${key}`);
11989
- } else {
11990
- return markHTMLString(` ${key}="${toAttributeString(value, shouldEscape)}"`);
11991
- }
11992
- }
11993
- function internalSpreadAttributes(values, shouldEscape = true) {
11994
- let output = "";
11995
- for (const [key, value] of Object.entries(values)) {
11996
- output += addAttribute(value, key, shouldEscape);
11997
- }
11998
- return markHTMLString(output);
11999
- }
12000
- function renderElement(name, { props: _props, children = "" }, shouldEscape = true) {
12001
- const { lang: _, "data-astro-id": astroId, "define:vars": defineVars, ...props } = _props;
12002
- if (defineVars) {
12003
- if (name === "style") {
12004
- delete props["is:global"];
12005
- delete props["is:scoped"];
12006
- }
12007
- if (name === "script") {
12008
- delete props.hoist;
12009
- children = defineScriptVars(defineVars) + "\n" + children;
12010
- }
12011
- }
12012
- if ((children == null || children == "") && voidElementNames.test(name)) {
12013
- return `<${name}${internalSpreadAttributes(props, shouldEscape)} />`;
12014
- }
12015
- return `<${name}${internalSpreadAttributes(props, shouldEscape)}>${children}</${name}>`;
12016
- }
12017
-
12018
- function componentIsHTMLElement(Component) {
12019
- return typeof HTMLElement !== "undefined" && HTMLElement.isPrototypeOf(Component);
12020
- }
12021
- async function renderHTMLElement(result, constructor, props, slots) {
12022
- const name = getHTMLElementName(constructor);
12023
- let attrHTML = "";
12024
- for (const attr in props) {
12025
- attrHTML += ` ${attr}="${toAttributeString(await props[attr])}"`;
12026
- }
12027
- return markHTMLString(
12028
- `<${name}${attrHTML}>${await renderSlot(result, slots == null ? void 0 : slots.default)}</${name}>`
12029
- );
12030
- }
12031
- function getHTMLElementName(constructor) {
12032
- const definedName = customElements.getName(constructor);
12033
- if (definedName)
12034
- return definedName;
12035
- const assignedName = constructor.name.replace(/^HTML|Element$/g, "").replace(/[A-Z]/g, "-$&").toLowerCase().replace(/^-/, "html-");
12036
- return assignedName;
12037
- }
12038
-
12039
- const rendererAliases = /* @__PURE__ */ new Map([["solid", "solid-js"]]);
12040
- function guessRenderers(componentUrl) {
12041
- const extname = componentUrl == null ? void 0 : componentUrl.split(".").pop();
12042
- switch (extname) {
12043
- case "svelte":
12044
- return ["@astrojs/svelte"];
12045
- case "vue":
12046
- return ["@astrojs/vue"];
12047
- case "jsx":
12048
- case "tsx":
12049
- return ["@astrojs/react", "@astrojs/preact", "@astrojs/solid", "@astrojs/vue (jsx)"];
12050
- default:
12051
- return [
12052
- "@astrojs/react",
12053
- "@astrojs/preact",
12054
- "@astrojs/solid",
12055
- "@astrojs/vue",
12056
- "@astrojs/svelte"
12057
- ];
12058
- }
12059
- }
12060
- function getComponentType(Component) {
12061
- if (Component === Fragment) {
12062
- return "fragment";
12063
- }
12064
- if (Component && typeof Component === "object" && Component["astro:html"]) {
12065
- return "html";
12066
- }
12067
- if (isAstroComponentFactory(Component)) {
12068
- return "astro-factory";
12069
- }
12070
- return "unknown";
12071
- }
12072
- async function renderComponent(result, displayName, Component, _props, slots = {}, route) {
12073
- var _a, _b;
12074
- Component = await Component ?? Component;
12075
- switch (getComponentType(Component)) {
12076
- case "fragment": {
12077
- const children2 = await renderSlot(result, slots == null ? void 0 : slots.default);
12078
- if (children2 == null) {
12079
- return children2;
12080
- }
12081
- return markHTMLString(children2);
12082
- }
12083
- case "html": {
12084
- const { slotInstructions: slotInstructions2, children: children2 } = await renderSlots(result, slots);
12085
- const html2 = Component.render({ slots: children2 });
12086
- const hydrationHtml = slotInstructions2 ? slotInstructions2.map((instr) => stringifyChunk(result, instr)).join("") : "";
12087
- return markHTMLString(hydrationHtml + html2);
12088
- }
12089
- case "astro-factory": {
12090
- async function* renderAstroComponentInline() {
12091
- let iterable = await renderToIterable(result, Component, displayName, _props, slots);
12092
- yield* iterable;
12093
- }
12094
- return renderAstroComponentInline();
12095
- }
12096
- }
12097
- if (!Component && !_props["client:only"]) {
12098
- throw new Error(
12099
- `Unable to render ${displayName} because it is ${Component}!
12100
- Did you forget to import the component or is it possible there is a typo?`
12101
- );
12102
- }
12103
- const { renderers } = result._metadata;
12104
- const metadata = { displayName };
12105
- const { hydration, isPage, props } = extractDirectives(displayName, _props);
12106
- let html = "";
12107
- let attrs = void 0;
12108
- if (hydration) {
12109
- metadata.hydrate = hydration.directive;
12110
- metadata.hydrateArgs = hydration.value;
12111
- metadata.componentExport = hydration.componentExport;
12112
- metadata.componentUrl = hydration.componentUrl;
12113
- }
12114
- const probableRendererNames = guessRenderers(metadata.componentUrl);
12115
- const validRenderers = renderers.filter((r) => r.name !== "astro:jsx");
12116
- const { children, slotInstructions } = await renderSlots(result, slots);
12117
- let renderer;
12118
- if (metadata.hydrate !== "only") {
12119
- let isTagged = false;
12120
- try {
12121
- isTagged = Component && Component[Renderer];
12122
- } catch {
12123
- }
12124
- if (isTagged) {
12125
- const rendererName = Component[Renderer];
12126
- renderer = renderers.find(({ name }) => name === rendererName);
12127
- }
12128
- if (!renderer) {
12129
- let error;
12130
- for (const r of renderers) {
12131
- try {
12132
- if (await r.ssr.check.call({ result }, Component, props, children)) {
12133
- renderer = r;
12134
- break;
12135
- }
12136
- } catch (e) {
12137
- error ?? (error = e);
12138
- }
12139
- }
12140
- if (!renderer && error) {
12141
- throw error;
12142
- }
12143
- }
12144
- if (!renderer && typeof HTMLElement === "function" && componentIsHTMLElement(Component)) {
12145
- const output = renderHTMLElement(result, Component, _props, slots);
12146
- return output;
12147
- }
12148
- } else {
12149
- if (metadata.hydrateArgs) {
12150
- const passedName = metadata.hydrateArgs;
12151
- const rendererName = rendererAliases.has(passedName) ? rendererAliases.get(passedName) : passedName;
12152
- renderer = renderers.find(
12153
- ({ name }) => name === `@astrojs/${rendererName}` || name === rendererName
12154
- );
12155
- }
12156
- if (!renderer && validRenderers.length === 1) {
12157
- renderer = validRenderers[0];
12158
- }
12159
- if (!renderer) {
12160
- const extname = (_a = metadata.componentUrl) == null ? void 0 : _a.split(".").pop();
12161
- renderer = renderers.filter(
12162
- ({ name }) => name === `@astrojs/${extname}` || name === extname
12163
- )[0];
12164
- }
12165
- }
12166
- if (!renderer) {
12167
- if (metadata.hydrate === "only") {
12168
- throw new AstroError({
12169
- ...AstroErrorData.NoClientOnlyHint,
12170
- message: AstroErrorData.NoClientOnlyHint.message(metadata.displayName),
12171
- hint: AstroErrorData.NoClientOnlyHint.hint(
12172
- probableRendererNames.map((r) => r.replace("@astrojs/", "")).join("|")
12173
- )
12174
- });
12175
- } else if (typeof Component !== "string") {
12176
- const matchingRenderers = validRenderers.filter(
12177
- (r) => probableRendererNames.includes(r.name)
12178
- );
12179
- const plural = validRenderers.length > 1;
12180
- if (matchingRenderers.length === 0) {
12181
- throw new AstroError({
12182
- ...AstroErrorData.NoMatchingRenderer,
12183
- message: AstroErrorData.NoMatchingRenderer.message(
12184
- metadata.displayName,
12185
- (_b = metadata == null ? void 0 : metadata.componentUrl) == null ? void 0 : _b.split(".").pop(),
12186
- plural,
12187
- validRenderers.length
12188
- ),
12189
- hint: AstroErrorData.NoMatchingRenderer.hint(
12190
- formatList(probableRendererNames.map((r) => "`" + r + "`"))
12191
- )
12192
- });
12193
- } else if (matchingRenderers.length === 1) {
12194
- renderer = matchingRenderers[0];
12195
- ({ html, attrs } = await renderer.ssr.renderToStaticMarkup.call(
12196
- { result },
12197
- Component,
12198
- props,
12199
- children,
12200
- metadata
12201
- ));
12202
- } else {
12203
- throw new Error(`Unable to render ${metadata.displayName}!
12204
-
12205
- This component likely uses ${formatList(probableRendererNames)},
12206
- but Astro encountered an error during server-side rendering.
12207
-
12208
- Please ensure that ${metadata.displayName}:
12209
- 1. Does not unconditionally access browser-specific globals like \`window\` or \`document\`.
12210
- If this is unavoidable, use the \`client:only\` hydration directive.
12211
- 2. Does not conditionally return \`null\` or \`undefined\` when rendered on the server.
12212
-
12213
- If you're still stuck, please open an issue on GitHub or join us at https://astro.build/chat.`);
12214
- }
12215
- }
12216
- } else {
12217
- if (metadata.hydrate === "only") {
12218
- html = await renderSlot(result, slots == null ? void 0 : slots.fallback);
12219
- } else {
12220
- ({ html, attrs } = await renderer.ssr.renderToStaticMarkup.call(
12221
- { result },
12222
- Component,
12223
- props,
12224
- children,
12225
- metadata
12226
- ));
12227
- }
12228
- }
12229
- if (renderer && !renderer.clientEntrypoint && renderer.name !== "@astrojs/lit" && metadata.hydrate) {
12230
- throw new AstroError({
12231
- ...AstroErrorData.NoClientEntrypoint,
12232
- message: AstroErrorData.NoClientEntrypoint.message(
12233
- displayName,
12234
- metadata.hydrate,
12235
- renderer.name
12236
- )
12237
- });
12238
- }
12239
- if (!html && typeof Component === "string") {
12240
- const childSlots = Object.values(children).join("");
12241
- const iterable = renderAstroComponent(
12242
- await renderTemplate`<${Component}${internalSpreadAttributes(props)}${markHTMLString(
12243
- childSlots === "" && voidElementNames.test(Component) ? `/>` : `>${childSlots}</${Component}>`
12244
- )}`
12245
- );
12246
- html = "";
12247
- for await (const chunk of iterable) {
12248
- html += chunk;
12249
- }
12250
- }
12251
- if (!hydration) {
12252
- return async function* () {
12253
- if (slotInstructions) {
12254
- yield* slotInstructions;
12255
- }
12256
- if (isPage || (renderer == null ? void 0 : renderer.name) === "astro:jsx") {
12257
- yield html;
12258
- } else {
12259
- yield markHTMLString(html.replace(/\<\/?astro-slot\>/g, ""));
11107
+ return { type: "rotate", numRotations: 3 };
12260
11108
  }
12261
- }();
11109
+ } catch {
11110
+ }
12262
11111
  }
12263
- const astroId = shorthash(
12264
- `<!--${metadata.componentExport.value}:${metadata.componentUrl}-->
12265
- ${html}
12266
- ${serializeProps(
12267
- props,
12268
- metadata
12269
- )}`
12270
- );
12271
- const island = await generateHydrateScript(
12272
- { renderer, result, astroId, props, attrs },
12273
- metadata
12274
- );
12275
- let unrenderedSlots = [];
12276
- if (html) {
12277
- if (Object.keys(children).length > 0) {
12278
- for (const key of Object.keys(children)) {
12279
- if (!html.includes(key === "default" ? `<astro-slot>` : `<astro-slot name="${key}">`)) {
12280
- unrenderedSlots.push(key);
12281
- }
11112
+ async transform(inputBuffer, transform) {
11113
+ const operations = [];
11114
+ if (!isRemoteImage$1(transform.src)) {
11115
+ const autorotate = await this.autorotate(transform, inputBuffer);
11116
+ if (autorotate) {
11117
+ operations.push(autorotate);
12282
11118
  }
11119
+ } else if (transform.src.startsWith("//")) {
11120
+ transform.src = `https:${transform.src}`;
12283
11121
  }
12284
- } else {
12285
- unrenderedSlots = Object.keys(children);
12286
- }
12287
- const template = unrenderedSlots.length > 0 ? unrenderedSlots.map(
12288
- (key) => `<template data-astro-template${key !== "default" ? `="${key}"` : ""}>${children[key]}</template>`
12289
- ).join("") : "";
12290
- island.children = `${html ?? ""}${template}`;
12291
- if (island.children) {
12292
- island.props["await-children"] = "";
12293
- }
12294
- async function* renderAll() {
12295
- if (slotInstructions) {
12296
- yield* slotInstructions;
11122
+ if (transform.width || transform.height) {
11123
+ const width = transform.width && Math.round(transform.width);
11124
+ const height = transform.height && Math.round(transform.height);
11125
+ operations.push({
11126
+ type: "resize",
11127
+ width,
11128
+ height
11129
+ });
12297
11130
  }
12298
- yield { type: "directive", hydration, result };
12299
- yield markHTMLString(renderElement("astro-island", island, false));
11131
+ if (!transform.format) {
11132
+ error({
11133
+ level: "info",
11134
+ prefix: false,
11135
+ message: red(`Unknown image output: "${transform.format}" used for ${transform.src}`)
11136
+ });
11137
+ throw new Error(`Unknown image output: "${transform.format}" used for ${transform.src}`);
11138
+ }
11139
+ const { processBuffer } = await imagePoolModulePromise;
11140
+ const data = await processBuffer(inputBuffer, operations, transform.format, transform.quality);
11141
+ return {
11142
+ data: Buffer.from(data),
11143
+ format: transform.format
11144
+ };
12300
11145
  }
12301
- return renderAll();
12302
11146
  }
11147
+ const service = new SquooshService();
11148
+ var squoosh_default = service;
12303
11149
 
12304
- const uniqueElements = (item, index, all) => {
12305
- const props = JSON.stringify(item.props);
12306
- const children = item.children;
12307
- return index === all.findIndex((i) => JSON.stringify(i.props) === props && i.children == children);
11150
+ const squoosh = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
11151
+ __proto__: null,
11152
+ default: squoosh_default
11153
+ }, Symbol.toStringTag, { value: 'Module' }));
11154
+
11155
+ const fnv1a52 = (str) => {
11156
+ const len = str.length;
11157
+ let i = 0, t0 = 0, v0 = 8997, t1 = 0, v1 = 33826, t2 = 0, v2 = 40164, t3 = 0, v3 = 52210;
11158
+ while (i < len) {
11159
+ v0 ^= str.charCodeAt(i++);
11160
+ t0 = v0 * 435;
11161
+ t1 = v1 * 435;
11162
+ t2 = v2 * 435;
11163
+ t3 = v3 * 435;
11164
+ t2 += v0 << 8;
11165
+ t3 += v1 << 8;
11166
+ t1 += t0 >>> 16;
11167
+ v0 = t0 & 65535;
11168
+ t2 += t1 >>> 16;
11169
+ v1 = t1 & 65535;
11170
+ v3 = t3 + (t2 >>> 16) & 65535;
11171
+ v2 = t2 & 65535;
11172
+ }
11173
+ return (v3 & 15) * 281474976710656 + v2 * 4294967296 + v1 * 65536 + (v0 ^ v3 >> 4);
12308
11174
  };
12309
- function renderHead(result) {
12310
- result._metadata.hasRenderedHead = true;
12311
- const styles = Array.from(result.styles).filter(uniqueElements).map((style) => renderElement("style", style));
12312
- result.styles.clear();
12313
- const scripts = Array.from(result.scripts).filter(uniqueElements).map((script, i) => {
12314
- return renderElement("script", script, false);
12315
- });
12316
- const links = Array.from(result.links).filter(uniqueElements).map((link) => renderElement("link", link, false));
12317
- return markHTMLString(links.join("\n") + styles.join("\n") + scripts.join("\n"));
11175
+ const etag = (payload, weak = false) => {
11176
+ const prefix = weak ? 'W/"' : '"';
11177
+ return prefix + fnv1a52(payload).toString(36) + payload.length.toString(36) + '"';
11178
+ };
11179
+
11180
+ function isRemoteImage(src) {
11181
+ return /^(https?:)?\/\//.test(src);
12318
11182
  }
12319
- async function* maybeRenderHead(result) {
12320
- if (result._metadata.hasRenderedHead) {
12321
- return;
11183
+
11184
+ async function loadRemoteImage(src) {
11185
+ try {
11186
+ const res = await fetch(src);
11187
+ if (!res.ok) {
11188
+ return void 0;
11189
+ }
11190
+ return Buffer.from(await res.arrayBuffer());
11191
+ } catch (err) {
11192
+ console.error(err);
11193
+ return void 0;
12322
11194
  }
12323
- yield renderHead(result);
12324
11195
  }
11196
+ const get = async ({ request }) => {
11197
+ try {
11198
+ const url = new URL(request.url);
11199
+ const transform = squoosh_default.parseTransform(url.searchParams);
11200
+ let inputBuffer = void 0;
11201
+ const sourceUrl = isRemoteImage(transform.src) ? new URL(transform.src) : new URL(transform.src, url.origin);
11202
+ inputBuffer = await loadRemoteImage(sourceUrl);
11203
+ if (!inputBuffer) {
11204
+ return new Response("Not Found", { status: 404 });
11205
+ }
11206
+ const { data, format } = await squoosh_default.transform(inputBuffer, transform);
11207
+ return new Response(data, {
11208
+ status: 200,
11209
+ headers: {
11210
+ "Content-Type": mime.getType(format) || "",
11211
+ "Cache-Control": "public, max-age=31536000",
11212
+ ETag: etag(data.toString()),
11213
+ Date: new Date().toUTCString()
11214
+ }
11215
+ });
11216
+ } catch (err) {
11217
+ console.error(err);
11218
+ return new Response(`Server Error: ${err}`, { status: 500 });
11219
+ }
11220
+ };
12325
11221
 
12326
- typeof process === "object" && Object.prototype.toString.call(process) === "[object process]";
12327
-
12328
- function createComponent(cb) {
12329
- cb.isAstroComponentFactory = true;
12330
- return cb;
12331
- }
11222
+ const _page0 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
11223
+ __proto__: null,
11224
+ get
11225
+ }, Symbol.toStringTag, { value: 'Module' }));
12332
11226
 
12333
11227
  const getCMS = () => {
12334
11228
  const { STOREFRONT_BASE_DIR } = process.env;
@@ -12703,7 +11597,7 @@ ${cmsSocial.fb_app_id && renderTemplate`<meta property="fb:app_id"${addAttribute
12703
11597
  ${cmsSocial.twitter_username && renderTemplate`<meta name="twitter:site"${addAttribute(cmsSocial.twitter_username, "content")}>`}
12704
11598
  <meta name="ecom-store-id"${addAttribute(String(storeId), "content")}>
12705
11599
  `;
12706
- });
11600
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/layouts/BaseHead.astro");
12707
11601
 
12708
11602
  var __freeze$1 = Object.freeze;
12709
11603
  var __defProp$1 = Object.defineProperty;
@@ -12769,7 +11663,7 @@ window.storefront.context = ${JSON.stringify({
12769
11663
  logo: `https://${domain}${settings.logo}`
12770
11664
  });
12771
11665
  return renderTemplate(_a$1 || (_a$1 = __template$1(["<script>", '<\/script>\n<script type="application/ld+json">', "<\/script>\n"])), unescapeHTML(inlineClientJS), unescapeHTML(inlineJSONLd));
12772
- });
11666
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/layouts/BaseStateJson.astro");
12773
11667
 
12774
11668
  const $$Astro$d = createAstro("/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/layouts/BaseBody.astro", "https://ecom2-002.web.app/", "file:///home/leo/code/ecomplus/cloud-commerce/packages/storefront/");
12775
11669
  const $$BaseBody = createComponent(async ($$result, $$props, $$slots) => {
@@ -12780,7 +11674,7 @@ const $$BaseBody = createComponent(async ($$result, $$props, $$slots) => {
12780
11674
  ${maybeRenderHead($$result)}
12781
11675
  ${renderSlot($$result, $$slots["before-body-end"])}
12782
11676
  </body>`;
12783
- });
11677
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/layouts/BaseBody.astro");
12784
11678
 
12785
11679
  const $$Astro$c = createAstro("/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/layouts/Base.astro", "https://ecom2-002.web.app/", "file:///home/leo/code/ecomplus/cloud-commerce/packages/storefront/");
12786
11680
  const $$Base$1 = createComponent(async ($$result, $$props, $$slots) => {
@@ -12798,7 +11692,7 @@ const $$Base$1 = createComponent(async ($$result, $$props, $$slots) => {
12798
11692
  ${renderHead($$result)}</head>
12799
11693
  ${renderComponent($$result, "BaseBody", $$BaseBody, { "pageContext": pageContext }, { "default": () => renderTemplate`${renderSlot($$result, $$slots["default"])}${cmsCustomCode.html_body && renderTemplate`${renderComponent($$result, "Fragment", Fragment, {}, { "default": () => renderTemplate`${unescapeHTML(cmsCustomCode.html_body)}` })}`}${renderSlot($$result, $$slots["before-body-end"])}` })}
12800
11694
  `;
12801
- });
11695
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/layouts/Base.astro");
12802
11696
 
12803
11697
  var __freeze = Object.freeze;
12804
11698
  var __defProp = Object.defineProperty;
@@ -12809,7 +11703,7 @@ const $$InlineScripts = createComponent(async ($$result, $$props, $$slots) => {
12809
11703
  const Astro2 = $$result.createAstro($$Astro$b, $$props, $$slots);
12810
11704
  Astro2.self = $$InlineScripts;
12811
11705
  return renderTemplate(_a || (_a = __template(["<script>\n window.firebaseConfig = {\n apiKey: 'AIzaSyCrVzemDgpyp9i6ni7Yc5ZuEVfXYwl-4J0',\n authDomain: 'ecom2-002.firebaseapp.com',\n projectId: 'ecom2-002',\n storageBucket: 'ecom2-002.appspot.com',\n messagingSenderId: '402807248219',\n appId: '1:402807248219:web:cf7d57759751e74776367e',\n measurementId: 'G-SC592CE0GB',\n };\n<\/script>\n"])));
12812
- });
11706
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/scripts/InlineScripts.astro");
12813
11707
 
12814
11708
  const $$Astro$a = createAstro("/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/layouts/Base.astro", "https://ecom2-002.web.app/", "file:///home/leo/code/ecomplus/cloud-commerce/packages/storefront/");
12815
11709
  const $$Base = createComponent(async ($$result, $$props, $$slots) => {
@@ -12819,17 +11713,16 @@ const $$Base = createComponent(async ($$result, $$props, $$slots) => {
12819
11713
  return renderTemplate`${renderComponent($$result, "Base", $$Base$1, { "pageContext": pageContext, "title": title }, { "before-head-end": () => renderTemplate`${renderComponent($$result, "InlineScripts", $$InlineScripts, { "slot": "before-head-end" })}`, "default": () => renderTemplate`${renderSlot($$result, $$slots["default"])}` })}
12820
11714
 
12821
11715
  `;
12822
- });
11716
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/layouts/Base.astro");
12823
11717
 
12824
11718
  const i19buyOnWhatsApp = "Comprar pelo WhatsApp";
12825
11719
  const i19close = "Fechar";
12826
- const i19hello = "Ol\xE1";
12827
11720
  const i19myAccount = "Minha conta";
12828
11721
  const i19myAccountAndOrders = "Minha conta e pedidos";
12829
11722
  const i19myOrders = "Meus pedidos";
12830
11723
  const i19openCart = "Abrir carrinho";
12831
11724
 
12832
- const _sfc_main$7 = /* @__PURE__ */ defineComponent({
11725
+ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
12833
11726
  __name: "TopBar",
12834
11727
  __ssrInlineRender: true,
12835
11728
  props: {
@@ -12941,14 +11834,14 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
12941
11834
  }
12942
11835
  });
12943
11836
 
12944
- const _sfc_setup$7 = _sfc_main$7.setup;
12945
- _sfc_main$7.setup = (props, ctx) => {
11837
+ const _sfc_setup$9 = _sfc_main$9.setup;
11838
+ _sfc_main$9.setup = (props, ctx) => {
12946
11839
  const ssrContext = useSSRContext();
12947
11840
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/components/TopBar.vue");
12948
- return _sfc_setup$7 ? _sfc_setup$7(props, ctx) : void 0;
11841
+ return _sfc_setup$9 ? _sfc_setup$9(props, ctx) : void 0;
12949
11842
  };
12950
11843
 
12951
- const _sfc_main$6 = /* @__PURE__ */ defineComponent({
11844
+ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
12952
11845
  __name: "TheHeader",
12953
11846
  __ssrInlineRender: true,
12954
11847
  props: {
@@ -12994,11 +11887,11 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
12994
11887
  }
12995
11888
  });
12996
11889
 
12997
- const _sfc_setup$6 = _sfc_main$6.setup;
12998
- _sfc_main$6.setup = (props, ctx) => {
11890
+ const _sfc_setup$8 = _sfc_main$8.setup;
11891
+ _sfc_main$8.setup = (props, ctx) => {
12999
11892
  const ssrContext = useSSRContext();
13000
11893
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/components/TheHeader.vue");
13001
- return _sfc_setup$6 ? _sfc_setup$6(props, ctx) : void 0;
11894
+ return _sfc_setup$8 ? _sfc_setup$8(props, ctx) : void 0;
13002
11895
  };
13003
11896
 
13004
11897
  const _export_sfc = (sfc, props) => {
@@ -13009,22 +11902,22 @@ const _export_sfc = (sfc, props) => {
13009
11902
  return target;
13010
11903
  };
13011
11904
 
13012
- /* unplugin-vue-components disabled */const _sfc_main$5 = {};
11905
+ /* unplugin-vue-components disabled */const _sfc_main$7 = {};
13013
11906
 
13014
11907
  function _sfc_ssrRender$1(_ctx, _push, _parent, _attrs) {
13015
11908
  _push(`<a${ssrRenderAttrs(mergeProps({ class: "text-gray-accent hover:text-primary no-underline" }, _attrs))}>`);
13016
11909
  ssrRenderSlot(_ctx.$slots, "default", {}, null, _push, _parent);
13017
11910
  _push(`</a>`);
13018
11911
  }
13019
- const _sfc_setup$5 = _sfc_main$5.setup;
13020
- _sfc_main$5.setup = (props, ctx) => {
11912
+ const _sfc_setup$7 = _sfc_main$7.setup;
11913
+ _sfc_main$7.setup = (props, ctx) => {
13021
11914
  const ssrContext = useSSRContext()
13022
11915
  ;(ssrContext.modules || (ssrContext.modules = new Set())).add("src/components/header/HeaderNavLink.vue");
13023
- return _sfc_setup$5 ? _sfc_setup$5(props, ctx) : undefined
11916
+ return _sfc_setup$7 ? _sfc_setup$7(props, ctx) : undefined
13024
11917
  };
13025
- const HeaderNavLink = /*#__PURE__*/_export_sfc(_sfc_main$5, [['ssrRender',_sfc_ssrRender$1]]);
11918
+ const HeaderNavLink = /*#__PURE__*/_export_sfc(_sfc_main$7, [['ssrRender',_sfc_ssrRender$1]]);
13026
11919
 
13027
- const _sfc_main$4 = /* @__PURE__ */ defineComponent({
11920
+ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
13028
11921
  __name: "HeaderNav",
13029
11922
  __ssrInlineRender: true,
13030
11923
  setup(__props) {
@@ -13047,14 +11940,14 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
13047
11940
  }
13048
11941
  });
13049
11942
 
13050
- const _sfc_setup$4 = _sfc_main$4.setup;
13051
- _sfc_main$4.setup = (props, ctx) => {
11943
+ const _sfc_setup$6 = _sfc_main$6.setup;
11944
+ _sfc_main$6.setup = (props, ctx) => {
13052
11945
  const ssrContext = useSSRContext();
13053
11946
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/components/header/HeaderNav.vue");
13054
- return _sfc_setup$4 ? _sfc_setup$4(props, ctx) : void 0;
11947
+ return _sfc_setup$6 ? _sfc_setup$6(props, ctx) : void 0;
13055
11948
  };
13056
11949
 
13057
- const _sfc_main$3 = /* @__PURE__ */ defineComponent({
11950
+ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
13058
11951
  __name: "ADrawer",
13059
11952
  __ssrInlineRender: true,
13060
11953
  props: {
@@ -13122,15 +12015,15 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
13122
12015
  }
13123
12016
  });
13124
12017
 
13125
- const _sfc_setup$3 = _sfc_main$3.setup;
13126
- _sfc_main$3.setup = (props, ctx) => {
12018
+ const _sfc_setup$5 = _sfc_main$5.setup;
12019
+ _sfc_main$5.setup = (props, ctx) => {
13127
12020
  const ssrContext = useSSRContext();
13128
12021
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/lib/components/ADrawer.vue");
13129
- return _sfc_setup$3 ? _sfc_setup$3(props, ctx) : void 0;
12022
+ return _sfc_setup$5 ? _sfc_setup$5(props, ctx) : void 0;
13130
12023
  };
13131
- const ADrawer = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-30d58250"]]);
12024
+ const ADrawer = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-30d58250"]]);
13132
12025
 
13133
- const _sfc_main$2 = /* @__PURE__ */ defineComponent({
12026
+ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
13134
12027
  __name: "LoginDrawer",
13135
12028
  __ssrInlineRender: true,
13136
12029
  props: {
@@ -13163,7 +12056,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
13163
12056
  ssrRenderSlot(_ctx.$slots, "form-button-content", {}, null, _push3, _parent3, _scopeId2);
13164
12057
  } else {
13165
12058
  return [
13166
- renderSlot$2(_ctx.$slots, "form-button-content")
12059
+ renderSlot$1(_ctx.$slots, "form-button-content")
13167
12060
  ];
13168
12061
  }
13169
12062
  }),
@@ -13186,25 +12079,25 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
13186
12079
  }, _push2, _parent2, _scopeId);
13187
12080
  } else {
13188
12081
  return [
13189
- renderSlot$2(_ctx.$slots, "form", {}, () => [
12082
+ renderSlot$1(_ctx.$slots, "form", {}, () => [
13190
12083
  createVNode$1("div", { class: "w-80" }, [
13191
12084
  createVNode$1(unref(LoginForm), {
13192
12085
  onLogin: ($event) => isLogged.value = true,
13193
12086
  onLogout: ($event) => isLogged.value = false
13194
12087
  }, {
13195
12088
  "button-content": withCtx(() => [
13196
- renderSlot$2(_ctx.$slots, "form-button-content")
12089
+ renderSlot$1(_ctx.$slots, "form-button-content")
13197
12090
  ]),
13198
12091
  _: 3
13199
12092
  }, 8, ["onLogin", "onLogout"])
13200
12093
  ])
13201
12094
  ]),
13202
- renderSlot$2(_ctx.$slots, "nav", { isLogged: isLogged.value }, () => [
12095
+ renderSlot$1(_ctx.$slots, "nav", { isLogged: isLogged.value }, () => [
13203
12096
  createVNode$1("hr"),
13204
12097
  createVNode$1("aside", null, [
13205
12098
  createVNode$1("nav", null, [
13206
12099
  createVNode$1("ul", null, [
13207
- isLogged.value ? (openBlock(), createBlock(Fragment$2, { key: 0 }, [
12100
+ isLogged.value ? (openBlock(), createBlock(Fragment$1, { key: 0 }, [
13208
12101
  createVNode$1("li", null, [
13209
12102
  createVNode$1("a", {
13210
12103
  href: `${__props.accountUrl}/#/orders`
@@ -13214,7 +12107,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
13214
12107
  createVNode$1("a", { href: __props.accountUrl }, toDisplayString(unref(i19myAccount)), 9, ["href"])
13215
12108
  ])
13216
12109
  ], 64)) : createCommentVNode("", true),
13217
- (openBlock(true), createBlock(Fragment$2, null, renderList(__props.additionalLinks, ({ href, isBlank, innerHTML }, i) => {
12110
+ (openBlock(true), createBlock(Fragment$1, null, renderList(__props.additionalLinks, ({ href, isBlank, innerHTML }, i) => {
13218
12111
  return openBlock(), createBlock("li", { key: i }, [
13219
12112
  createVNode$1("a", {
13220
12113
  href,
@@ -13238,29 +12131,29 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
13238
12131
  }
13239
12132
  });
13240
12133
 
13241
- const _sfc_setup$2 = _sfc_main$2.setup;
13242
- _sfc_main$2.setup = (props, ctx) => {
12134
+ const _sfc_setup$4 = _sfc_main$4.setup;
12135
+ _sfc_main$4.setup = (props, ctx) => {
13243
12136
  const ssrContext = useSSRContext();
13244
12137
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/lib/components/LoginDrawer.vue");
13245
- return _sfc_setup$2 ? _sfc_setup$2(props, ctx) : void 0;
12138
+ return _sfc_setup$4 ? _sfc_setup$4(props, ctx) : void 0;
13246
12139
  };
13247
12140
 
13248
- /* unplugin-vue-components disabled */const _sfc_main$1 = {};
12141
+ /* unplugin-vue-components disabled */const _sfc_main$3 = {};
13249
12142
 
13250
12143
  function _sfc_ssrRender(_ctx, _push, _parent, _attrs) {
13251
12144
  _push(`<a${ssrRenderAttrs(mergeProps({ class: "text-2xl text-gray-accent hover:text-primary no-underline ml-2" }, _attrs))}>`);
13252
12145
  ssrRenderSlot(_ctx.$slots, "default", {}, null, _push, _parent);
13253
12146
  _push(`</a>`);
13254
12147
  }
13255
- const _sfc_setup$1 = _sfc_main$1.setup;
13256
- _sfc_main$1.setup = (props, ctx) => {
12148
+ const _sfc_setup$3 = _sfc_main$3.setup;
12149
+ _sfc_main$3.setup = (props, ctx) => {
13257
12150
  const ssrContext = useSSRContext()
13258
12151
  ;(ssrContext.modules || (ssrContext.modules = new Set())).add("src/components/header/HeaderButtonLink.vue");
13259
- return _sfc_setup$1 ? _sfc_setup$1(props, ctx) : undefined
12152
+ return _sfc_setup$3 ? _sfc_setup$3(props, ctx) : undefined
13260
12153
  };
13261
- const HeaderButtonLink = /*#__PURE__*/_export_sfc(_sfc_main$1, [['ssrRender',_sfc_ssrRender]]);
12154
+ const HeaderButtonLink = /*#__PURE__*/_export_sfc(_sfc_main$3, [['ssrRender',_sfc_ssrRender]]);
13262
12155
 
13263
- const _sfc_main = /* @__PURE__ */ defineComponent({
12156
+ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
13264
12157
  __name: "HeaderButtons",
13265
12158
  __ssrInlineRender: true,
13266
12159
  props: {
@@ -13272,7 +12165,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13272
12165
  return (_ctx, _push, _parent, _attrs) => {
13273
12166
  _push(`<!--[-->`);
13274
12167
  ssrRenderSlot(_ctx.$slots, "account", {}, () => {
13275
- _push(ssrRenderComponent(_sfc_main$2, {
12168
+ _push(ssrRenderComponent(_sfc_main$4, {
13276
12169
  "account-url": __props.accountUrl,
13277
12170
  "additional-links": __props.loginDrawerAdditionalLinks
13278
12171
  }, {
@@ -13333,11 +12226,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13333
12226
  }
13334
12227
  });
13335
12228
 
13336
- const _sfc_setup = _sfc_main.setup;
13337
- _sfc_main.setup = (props, ctx) => {
12229
+ const _sfc_setup$2 = _sfc_main$2.setup;
12230
+ _sfc_main$2.setup = (props, ctx) => {
13338
12231
  const ssrContext = useSSRContext();
13339
12232
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/components/header/HeaderButtons.vue");
13340
- return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
12233
+ return _sfc_setup$2 ? _sfc_setup$2(props, ctx) : void 0;
13341
12234
  };
13342
12235
 
13343
12236
  const $$Astro$9 = createAstro("/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/layouts/PagesHeader.astro", "https://ecom2-002.web.app/", "file:///home/leo/code/ecomplus/cloud-commerce/packages/storefront/");
@@ -13415,12 +12308,12 @@ const $$PagesHeader = createComponent(async ($$result, $$props, $$slots) => {
13415
12308
  ...headerButtonsProps
13416
12309
  };
13417
12310
  return renderTemplate`${renderComponent($$result, "Fragment", Fragment, {}, { "default": () => renderTemplate`${renderSlot($$result, $$slots["top-bar"], renderTemplate`
13418
- ${renderComponent($$result, "TopBar", _sfc_main$7, { ...globalThis.TopBarProps })}
12311
+ ${renderComponent($$result, "TopBar", _sfc_main$9, { ...globalThis.TopBarProps })}
13419
12312
  `)}${renderSlot($$result, $$slots["header"], renderTemplate`
13420
- ${renderComponent($$result, "TheHeader", _sfc_main$6, { ...globalThis.TheHeaderProps }, { "buttons": () => renderTemplate`${renderComponent($$result, "Fragment", Fragment, { "slot": "buttons" }, { "default": () => renderTemplate`${renderComponent($$result, "HeaderButtons", _sfc_main, { "client:idle": true, ...globalThis.HeaderButtonsProps, "client:component-hydration": "idle", "client:component-path": "@@components/header/HeaderButtons.vue", "client:component-export": "default" })}` })}`, "nav": () => renderTemplate`${renderComponent($$result, "Fragment", Fragment, { "slot": "nav" }, { "default": () => renderTemplate`${renderComponent($$result, "HeaderNav", _sfc_main$4, {})}` })}` })}
12313
+ ${renderComponent($$result, "TheHeader", _sfc_main$8, { ...globalThis.TheHeaderProps }, { "buttons": () => renderTemplate`${renderComponent($$result, "Fragment", Fragment, { "slot": "buttons" }, { "default": () => renderTemplate`${renderComponent($$result, "HeaderButtons", _sfc_main$2, { "client:idle": true, ...globalThis.HeaderButtonsProps, "client:component-hydration": "idle", "client:component-path": "@@components/header/HeaderButtons.vue", "client:component-export": "default" })}` })}`, "nav": () => renderTemplate`${renderComponent($$result, "Fragment", Fragment, { "slot": "nav" }, { "default": () => renderTemplate`${renderComponent($$result, "HeaderNav", _sfc_main$6, {})}` })}` })}
13421
12314
  `)}` })}
13422
12315
  `;
13423
- });
12316
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/layouts/PagesHeader.astro");
13424
12317
 
13425
12318
  const $$Astro$8 = createAstro("/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/layouts/Pages.astro", "https://ecom2-002.web.app/", "file:///home/leo/code/ecomplus/cloud-commerce/packages/storefront/");
13426
12319
  const $$Pages = createComponent(async ($$result, $$props, $$slots) => {
@@ -13430,8 +12323,87 @@ const $$Pages = createComponent(async ($$result, $$props, $$slots) => {
13430
12323
  return renderTemplate`${renderComponent($$result, "Base", $$Base, { "pageContext": pageContext, "title": title }, { "default": () => renderTemplate`${renderSlot($$result, $$slots["header"], renderTemplate`
13431
12324
  ${renderComponent($$result, "Header", $$PagesHeader, { "pageContext": pageContext })}
13432
12325
  `)}${renderSlot($$result, $$slots["default"])}` })}`;
12326
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/layouts/Pages.astro");
12327
+
12328
+ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
12329
+ __name: "PriceSale",
12330
+ __ssrInlineRender: true,
12331
+ setup(__props) {
12332
+ const instance = getCurrentInstance();
12333
+ const price = instance.parent.exposed.salePrice;
12334
+ return (_ctx, _push, _parent, _attrs) => {
12335
+ _push(`<div${ssrRenderAttrs(mergeProps({ class: "price-sale" }, _attrs))}>${ssrInterpolate(unref(price))}</div>`);
12336
+ };
12337
+ }
12338
+ });
12339
+
12340
+ const _sfc_setup$1 = _sfc_main$1.setup;
12341
+ _sfc_main$1.setup = (props, ctx) => {
12342
+ const ssrContext = useSSRContext();
12343
+ (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/lib/components/Price/PriceSale.vue");
12344
+ return _sfc_setup$1 ? _sfc_setup$1(props, ctx) : void 0;
12345
+ };
12346
+
12347
+ const emptyInfo = {
12348
+ list_payments: {},
12349
+ calculate_shipping: {},
12350
+ apply_discount: {}
12351
+ };
12352
+ const modulesInfo = reactive(emptyInfo);
12353
+
12354
+ const _sfc_main = /* @__PURE__ */ defineComponent({
12355
+ __name: "Price",
12356
+ __ssrInlineRender: true,
12357
+ props: {
12358
+ product: null,
12359
+ price: null,
12360
+ basePrice: null
12361
+ },
12362
+ setup(__props, { expose }) {
12363
+ const props = __props;
12364
+ const getPriceWithDiscount = (price, discount) => {
12365
+ const { type, value } = discount;
12366
+ let priceWithDiscount;
12367
+ if (value) {
12368
+ if (type === "percentage") {
12369
+ priceWithDiscount = price * ((100 - value) / 100);
12370
+ } else {
12371
+ priceWithDiscount = price - value;
12372
+ }
12373
+ return priceWithDiscount > 0 ? priceWithDiscount : 0;
12374
+ }
12375
+ return price;
12376
+ };
12377
+ const extraDiscount = computed(() => {
12378
+ return modulesInfo.apply_discount.available_extra_discount;
12379
+ });
12380
+ const salePrice = computed(() => {
12381
+ const price$1 = props.price || price(props.product);
12382
+ const discount = extraDiscount.value;
12383
+ if (discount && (!discount.min_amount || price$1 > discount.min_amount)) {
12384
+ return getPriceWithDiscount(price$1, discount);
12385
+ }
12386
+ return price$1;
12387
+ });
12388
+ expose({ salePrice });
12389
+ return (_ctx, _push, _parent, _attrs) => {
12390
+ const _component_PriceSale = _sfc_main$1;
12391
+ _push(`<div${ssrRenderAttrs(mergeProps({ class: "price" }, _attrs))}>${ssrInterpolate("De")} ${ssrInterpolate("Por".toLowerCase())} ${ssrInterpolate(__props.price)} `);
12392
+ ssrRenderSlot(_ctx.$slots, "default", {}, () => {
12393
+ _push(ssrRenderComponent(_component_PriceSale, null, null, _parent));
12394
+ }, _push, _parent);
12395
+ _push(`</div>`);
12396
+ };
12397
+ }
13433
12398
  });
13434
12399
 
12400
+ const _sfc_setup = _sfc_main.setup;
12401
+ _sfc_main.setup = (props, ctx) => {
12402
+ const ssrContext = useSSRContext();
12403
+ (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/lib/components/Price.vue");
12404
+ return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
12405
+ };
12406
+
13435
12407
  const $$Astro$7 = createAstro("/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/main/Home.astro", "https://ecom2-002.web.app/", "file:///home/leo/code/ecomplus/cloud-commerce/packages/storefront/");
13436
12408
  const $$Home = createComponent(async ($$result, $$props, $$slots) => {
13437
12409
  const Astro2 = $$result.createAstro($$Astro$7, $$props, $$slots);
@@ -13439,7 +12411,6 @@ const $$Home = createComponent(async ($$result, $$props, $$slots) => {
13439
12411
  const products = (await api.get("products")).data.result;
13440
12412
  return renderTemplate`${maybeRenderHead($$result)}<main>
13441
12413
  <h1>Welcome to <span class="text-primary">Astro</span></h1>
13442
- <h2>${i19hello}</h2>
13443
12414
  <ul role="list" class="mt-3 fs-20">
13444
12415
  ${products.map((product) => renderTemplate`<li>
13445
12416
  <a${addAttribute(`/${product.slug}`, "href")}>${product.sku}</a>
@@ -13478,8 +12449,9 @@ const $$Home = createComponent(async ($$result, $$props, $$slots) => {
13478
12449
  </label>
13479
12450
  </div>
13480
12451
  </div>
12452
+ ${renderComponent($$result, "Price", _sfc_main, { "price": 10, "client:load": true, "client:component-hydration": "load", "client:component-path": "@@sf/components/Price.vue", "client:component-export": "default" })}
13481
12453
  </main>`;
13482
- });
12454
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/main/Home.astro");
13483
12455
 
13484
12456
  const $$Astro$6 = createAstro("/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/index.astro", "https://ecom2-002.web.app/", "file:///home/leo/code/ecomplus/cloud-commerce/packages/storefront/");
13485
12457
  const $$Index$1 = createComponent(async ($$result, $$props, $$slots) => {
@@ -13500,7 +12472,7 @@ ${pageContext && renderTemplate`${renderComponent($$result, "PagesLayout", $$Pag
13500
12472
  ${loadError && renderTemplate`${renderComponent($$result, "Fragment", Fragment, {}, { "default": () => renderTemplate`${unescapeHTML(loadError.responseHTML)}` })}`}
13501
12473
 
13502
12474
  </html>`;
13503
- });
12475
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/index.astro");
13504
12476
 
13505
12477
  const $$file$4 = "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/index.astro";
13506
12478
  const $$url$4 = "";
@@ -13523,7 +12495,7 @@ const $$Fallback$1 = createComponent(async ($$result, $$props, $$slots) => {
13523
12495
  <strong>Code Challenge:</strong> Tweak the "Welcome to Astro" message above.
13524
12496
  </p>
13525
12497
  </main>`;
13526
- });
12498
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/main/Fallback.astro");
13527
12499
 
13528
12500
  const $$Astro$4 = createAstro("/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/fallback.astro", "https://ecom2-002.web.app/", "file:///home/leo/code/ecomplus/cloud-commerce/packages/storefront/");
13529
12501
  const $$Fallback = createComponent(async ($$result, $$props, $$slots) => {
@@ -13538,7 +12510,7 @@ const $$Fallback = createComponent(async ($$result, $$props, $$slots) => {
13538
12510
  return renderTemplate`<html${addAttribute(pageContext?.lang.replace("_", "-"), "lang")}>
13539
12511
  ${renderComponent($$result, "PagesLayout", $$Pages, { "pageContext": pageContext }, { "default": () => renderTemplate`${renderComponent($$result, "FallbackMain", $$Fallback$1, { "pageContext": pageContext })}` })}
13540
12512
  </html>`;
13541
- });
12513
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/fallback.astro");
13542
12514
 
13543
12515
  const $$file$3 = "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/fallback.astro";
13544
12516
  const $$url$3 = "/fallback";
@@ -13555,7 +12527,7 @@ const $$Index = createComponent(async ($$result, $$props, $$slots) => {
13555
12527
  const Astro2 = $$result.createAstro($$Astro$3, $$props, $$slots);
13556
12528
  Astro2.self = $$Index;
13557
12529
  return renderTemplate``;
13558
- });
12530
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/app/index.astro");
13559
12531
 
13560
12532
  const $$file$2 = "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/app/index.astro";
13561
12533
  const $$url$2 = "/app";
@@ -13572,7 +12544,7 @@ const $$Account = createComponent(async ($$result, $$props, $$slots) => {
13572
12544
  const Astro2 = $$result.createAstro($$Astro$2, $$props, $$slots);
13573
12545
  Astro2.self = $$Account;
13574
12546
  return renderTemplate``;
13575
- });
12547
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/app/account.astro");
13576
12548
 
13577
12549
  const $$file$1 = "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/app/account.astro";
13578
12550
  const $$url$1 = "/app/account";
@@ -13600,7 +12572,7 @@ const $$Wildcard = createComponent(async ($$result, $$props, $$slots) => {
13600
12572
  <em>Lorem ipsum dolor sit amet</em>
13601
12573
  </div>
13602
12574
  </main>`;
13603
- });
12575
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/main/Wildcard.astro");
13604
12576
 
13605
12577
  const $$Astro = createAstro("/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/[...slug].astro", "https://ecom2-002.web.app/", "file:///home/leo/code/ecomplus/cloud-commerce/packages/storefront/");
13606
12578
  async function getStaticPaths() {
@@ -13627,7 +12599,7 @@ ${pageContext && renderTemplate`${renderComponent($$result, "PagesLayout", $$Pag
13627
12599
  ${loadError && renderTemplate`${renderComponent($$result, "Fragment", Fragment, {}, { "default": () => renderTemplate`${unescapeHTML(loadError.responseHTML)}` })}`}
13628
12600
 
13629
12601
  </html>`;
13630
- });
12602
+ }, "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/[...slug].astro");
13631
12603
 
13632
12604
  const $$file = "/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/[...slug].astro";
13633
12605
  const $$url = "/[...slug]";
@@ -13640,10 +12612,10 @@ const _page5 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
13640
12612
  url: $$url
13641
12613
  }, Symbol.toStringTag, { value: 'Module' }));
13642
12614
 
13643
- const pageMap = new Map([['../../node_modules/.pnpm/@astrojs+image@0.12.0/node_modules/@astrojs/image/dist/endpoint.js', _page0],['src/pages/index.astro', _page1],['src/pages/fallback.astro', _page2],['src/pages/app/index.astro', _page3],['src/pages/app/account.astro', _page4],['src/pages/[...slug].astro', _page5],]);
12615
+ const pageMap = new Map([['../../node_modules/.pnpm/@astrojs+image@0.12.1/node_modules/@astrojs/image/dist/endpoint.js', _page0],['src/pages/index.astro', _page1],['src/pages/fallback.astro', _page2],['src/pages/app/index.astro', _page3],['src/pages/app/account.astro', _page4],['src/pages/[...slug].astro', _page5],]);
13644
12616
  const renderers = [Object.assign({"name":"astro:jsx","serverEntrypoint":"astro/jsx/server.js","jsxImportSource":"astro"}, { ssr: server_default }),Object.assign({"name":"@astrojs/vue","clientEntrypoint":"@astrojs/vue/client.js","serverEntrypoint":"@astrojs/vue/server.js"}, { ssr: _renderer1 }),];
13645
12617
 
13646
- const _manifest = Object.assign(deserializeManifest({"adapterName":"@astrojs/node","routes":[{"file":"","links":[],"scripts":[{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"type":"endpoint","route":"/_image","pattern":"^\\/_image$","segments":[[{"content":"_image","dynamic":false,"spread":false}]],"params":[],"component":"../../node_modules/.pnpm/@astrojs+image@0.12.0/node_modules/@astrojs/image/dist/endpoint.js","pathname":"/_image","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["assets/_...slug_.88f9146d.css"],"scripts":[{"type":"external","value":"hoisted.4f689abe.js"},{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/","type":"page","pattern":"^\\/$","segments":[],"params":[],"component":"src/pages/index.astro","pathname":"/","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["assets/_...slug_.88f9146d.css"],"scripts":[{"type":"external","value":"hoisted.4f689abe.js"},{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/fallback","type":"page","pattern":"^\\/fallback\\/?$","segments":[[{"content":"fallback","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/fallback.astro","pathname":"/fallback","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/app","type":"page","pattern":"^\\/app\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/index.astro","pathname":"/app","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/app/account","type":"page","pattern":"^\\/app\\/account\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}],[{"content":"account","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/account.astro","pathname":"/app/account","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["assets/_...slug_.88f9146d.css"],"scripts":[{"type":"external","value":"hoisted.4f689abe.js"},{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/[...slug]","type":"page","pattern":"^(?:\\/(.*?))?\\/?$","segments":[[{"content":"...slug","dynamic":true,"spread":true}]],"params":["...slug"],"component":"src/pages/[...slug].astro","_meta":{"trailingSlash":"ignore"}}}],"site":"https://ecom2-002.web.app/","base":"/","markdown":{"drafts":false,"syntaxHighlight":"shiki","shikiConfig":{"langs":[],"theme":"github-dark","wrap":false},"remarkPlugins":[],"rehypePlugins":[],"remarkRehype":{},"extendDefaultPlugins":false,"isAstroFlavoredMd":false},"pageMap":null,"renderers":[],"entryModules":{"\u0000@astrojs-ssr-virtual-entry":"entry.mjs","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/node_modules/@astrojs/image/dist/vendor/squoosh/image-pool.js":"chunks/image-pool.abfa6f7b.mjs","@astrojs/vue/client.js":"client.75c18572.js","/astro/hoisted.js?q=0":"hoisted.4f689abe.js","astro:scripts/page.js":"page.5a6f3db5.js","@@components/header/HeaderButtons.vue":"HeaderButtons.5867fe1c.js","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/components/LoginForm.vue":"chunks/LoginForm.5bdbb363.js","/home/leo/code/ecomplus/cloud-commerce/node_modules/workbox-window/build/workbox-window.prod.es5.mjs":"chunks/workbox-window.prod.es5.10f2e5ac.js","astro:scripts/before-hydration.js":""},"assets":["/assets/_...slug_.88f9146d.css","/manifest.webmanifest","/registerSW.js","/HeaderButtons.5867fe1c.js","/client.75c18572.js","/hoisted.4f689abe.js","/page.5a6f3db5.js","/robots.txt","/sw.js","/workbox-abdc68aa.js","/admin/config.json","/assets/cms-preview.css","/assets/cms.css","/assets/cvv.png","/assets/img-placeholder.png","/assets/payments.png","/assets/ssl-safe.png","/chunks/HeaderButtons.cc68ecde.js","/chunks/LoginForm.5bdbb363.js","/chunks/preload-helper.1de719f8.js","/chunks/runtime-dom.esm-bundler.1b578f5a.js","/chunks/workbox-window.prod.es5.10f2e5ac.js","/img/icon.png","/img/large-icon.png","/img/uploads/banner1.png","/img/uploads/banner2.png","/img/uploads/banner2.webp","/img/uploads/favicon.png","/img/uploads/headless.png","/img/uploads/headphone.png","/img/uploads/headphone.webp","/img/uploads/icon.png","/img/uploads/large-icon.png","/img/uploads/logo.png","/img/uploads/logo.webp","/img/uploads/og-image.png","/img/uploads/passion.png","/img/uploads/passion.webp","/img/uploads/pwa-reliable.png","/img/uploads/rect8589.png","/img/uploads/rect859.png","/img/uploads/rect89.png","/img/uploads/rect89.webp","/img/uploads/ssl-safe.png","/assets/icons/bootstrap-icons/font/storefront-icons.woff2","/assets/icons/feather-icons/font/storefront-icons.woff2","/assets/icons/font-awesome/font/storefront-icons.woff2","/assets/icons/line-awesome/font/storefront-icons.woff2","/assets/icons/tabler-icons/font/storefront-icons.woff2","/page.5a6f3db5.js","/~partytown/partytown-atomics.js","/~partytown/partytown-media.js","/~partytown/partytown-sw.js","/~partytown/partytown.js"]}), {
12618
+ const _manifest = Object.assign(deserializeManifest({"adapterName":"@astrojs/node","routes":[{"file":"","links":[],"scripts":[{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"type":"endpoint","route":"/_image","pattern":"^\\/_image$","segments":[[{"content":"_image","dynamic":false,"spread":false}]],"params":[],"component":"../../node_modules/.pnpm/@astrojs+image@0.12.1/node_modules/@astrojs/image/dist/endpoint.js","pathname":"/_image","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["assets/_...slug_.580c5aa4.css"],"scripts":[{"type":"external","value":"hoisted.cce93d56.js"},{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/","type":"page","pattern":"^\\/$","segments":[],"params":[],"component":"src/pages/index.astro","pathname":"/","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["assets/_...slug_.580c5aa4.css"],"scripts":[{"type":"external","value":"hoisted.cce93d56.js"},{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/fallback","type":"page","pattern":"^\\/fallback\\/?$","segments":[[{"content":"fallback","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/fallback.astro","pathname":"/fallback","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/app","type":"page","pattern":"^\\/app\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/index.astro","pathname":"/app","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/app/account","type":"page","pattern":"^\\/app\\/account\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}],[{"content":"account","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/account.astro","pathname":"/app/account","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["assets/_...slug_.580c5aa4.css"],"scripts":[{"type":"external","value":"hoisted.cce93d56.js"},{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/[...slug]","type":"page","pattern":"^(?:\\/(.*?))?\\/?$","segments":[[{"content":"...slug","dynamic":true,"spread":true}]],"params":["...slug"],"component":"src/pages/[...slug].astro","_meta":{"trailingSlash":"ignore"}}}],"site":"https://ecom2-002.web.app/","base":"/","markdown":{"drafts":false,"syntaxHighlight":"shiki","shikiConfig":{"langs":[],"theme":"github-dark","wrap":false},"remarkPlugins":[],"rehypePlugins":[],"remarkRehype":{},"extendDefaultPlugins":false,"isAstroFlavoredMd":false},"pageMap":null,"renderers":[],"entryModules":{"\u0000@astrojs-ssr-virtual-entry":"entry.mjs","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/node_modules/@astrojs/image/dist/vendor/squoosh/image-pool.js":"chunks/image-pool.abfa6f7b.mjs","@@sf/components/Price.vue":"Price.80648526.js","@astrojs/vue/client.js":"client.79a40b9d.js","/astro/hoisted.js?q=0":"hoisted.cce93d56.js","astro:scripts/page.js":"page.5a6f3db5.js","@@components/header/HeaderButtons.vue":"HeaderButtons.94982284.js","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/components/LoginForm.vue":"chunks/LoginForm.a9f55240.js","/home/leo/code/ecomplus/cloud-commerce/node_modules/workbox-window/build/workbox-window.prod.es5.mjs":"chunks/workbox-window.prod.es5.10f2e5ac.js","astro:scripts/before-hydration.js":""},"assets":["/assets/_...slug_.580c5aa4.css","/manifest.webmanifest","/registerSW.js","/HeaderButtons.94982284.js","/Price.80648526.js","/client.79a40b9d.js","/hoisted.cce93d56.js","/page.5a6f3db5.js","/robots.txt","/sw.js","/workbox-abdc68aa.js","/admin/config.json","/assets/cms-preview.css","/assets/cms.css","/assets/cvv.png","/assets/img-placeholder.png","/assets/payments.png","/assets/ssl-safe.png","/chunks/HeaderButtons.e59228e7.js","/chunks/LoginForm.a9f55240.js","/chunks/ecom-utils.b0a26608.js","/chunks/preload-helper.1de719f8.js","/chunks/price.130e6005.js","/chunks/runtime-core.esm-bundler.4dae6bc1.js","/chunks/runtime-dom.esm-bundler.7a999c6c.js","/chunks/session-utm.2de8b604.js","/chunks/workbox-window.prod.es5.10f2e5ac.js","/img/icon.png","/img/large-icon.png","/img/uploads/banner1.png","/img/uploads/banner2.png","/img/uploads/banner2.webp","/img/uploads/favicon.png","/img/uploads/headless.png","/img/uploads/headphone.png","/img/uploads/headphone.webp","/img/uploads/icon.png","/img/uploads/large-icon.png","/img/uploads/logo.png","/img/uploads/logo.webp","/img/uploads/og-image.png","/img/uploads/passion.png","/img/uploads/passion.webp","/img/uploads/pwa-reliable.png","/img/uploads/rect8589.png","/img/uploads/rect859.png","/img/uploads/rect89.png","/img/uploads/rect89.webp","/img/uploads/ssl-safe.png","/assets/icons/bootstrap-icons/font/storefront-icons.woff2","/assets/icons/feather-icons/font/storefront-icons.woff2","/assets/icons/font-awesome/font/storefront-icons.woff2","/assets/icons/line-awesome/font/storefront-icons.woff2","/assets/icons/tabler-icons/font/storefront-icons.woff2","/page.5a6f3db5.js","/~partytown/partytown-atomics.js","/~partytown/partytown-media.js","/~partytown/partytown-sw.js","/~partytown/partytown.js"]}), {
13647
12619
  pageMap: pageMap,
13648
12620
  renderers: renderers
13649
12621
  });