@loczer/storefront-sdk 0.164.0 → 0.165.0

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 (89) hide show
  1. package/dist/StorefrontProvider.d.ts +29 -3
  2. package/dist/StorefrontProvider.d.ts.map +1 -1
  3. package/dist/StorefrontProvider.js +64 -55
  4. package/dist/chunks/booking-engine/dist/schemas/{base-booking-D9k8ehGi.js → base-booking-BMAjsw9r.js} +29 -26
  5. package/dist/chunks/booking-engine/dist/schemas/booking-engine-configuration-DTJD2G9w.js +123 -0
  6. package/dist/chunks/booking-engine/dist/schemas/{cart-inputs-ByBK0IVJ.js → cart-inputs-BI_9nAXG.js} +1 -1
  7. package/dist/chunks/booking-engine/dist/schemas/{public-booking-engine-configuration-DKoak4s5.js → public-booking-engine-configuration-CrwffLO4.js} +1 -1
  8. package/dist/chunks/ui/dist/{MorphingModalWizard-D7hc-dDP.js → MorphingModalWizard-BuRND-yE.js} +3 -3
  9. package/dist/chunks/ui/dist/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id-CNQuVmXa.js +6 -0
  10. package/dist/chunks/ui/dist/node_modules/motion-dom/dist/es/projection/node/create-projection-node-DL2q-YuA.js +9 -0
  11. package/dist/chunks/ui/dist/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash-C-3PLS5x.js +6 -0
  12. package/dist/components/AboutSection/index.js +1 -1
  13. package/dist/components/BikeProductCard/index.d.ts +2 -1
  14. package/dist/components/BikeProductCard/index.d.ts.map +1 -1
  15. package/dist/components/BikeProductCard/index.js +59 -41
  16. package/dist/components/BookingBikeVariantDialog/index.js +1 -1
  17. package/dist/components/BookingFlowSteps/index.js +8 -8
  18. package/dist/components/BookingPeriodSelector/components/BookingEndDateField.js +1 -1
  19. package/dist/components/BookingPeriodSelector/components/BookingEndTimeField.js +1 -1
  20. package/dist/components/BookingPeriodSelector/components/BookingMobileDateDrawer.js +28 -28
  21. package/dist/components/BookingPeriodSelector/components/BookingStartDateField.js +1 -1
  22. package/dist/components/BookingPeriodSelector/components/BookingStartTimeField.js +1 -1
  23. package/dist/components/BookingPeriodSelector/useBookingPeriodController.d.ts.map +1 -1
  24. package/dist/components/BookingPeriodSelector/useBookingPeriodController.js +197 -203
  25. package/dist/components/ContactSection/index.js +4 -4
  26. package/dist/components/Header/index.js +1 -1
  27. package/dist/components/PoweredByLoczerBadge/index.js +1 -1
  28. package/dist/components/ProductPriceBadge/index.js +1 -1
  29. package/dist/components/ProductWarningNotice/index.js +10 -10
  30. package/dist/components/StorefrontCancellationPolicyNotice/index.d.ts +11 -0
  31. package/dist/components/StorefrontCancellationPolicyNotice/index.d.ts.map +1 -0
  32. package/dist/components/StorefrontCancellationPolicyNotice/index.js +93 -0
  33. package/dist/components/payment/MollieCardFieldsForm.js +1 -1
  34. package/dist/components/payment/StripeCardFieldsForm.js +13 -13
  35. package/dist/i18n/en.d.ts +12 -0
  36. package/dist/i18n/en.d.ts.map +1 -1
  37. package/dist/i18n/en.js +12 -0
  38. package/dist/i18n/fr.d.ts +12 -0
  39. package/dist/i18n/fr.d.ts.map +1 -1
  40. package/dist/i18n/fr.js +12 -0
  41. package/dist/index.d.ts +116 -7
  42. package/dist/index.js +312 -305
  43. package/dist/lib/cart.js +1 -1
  44. package/dist/lib/cartSummary.d.ts.map +1 -1
  45. package/dist/lib/cartSummary.js +28 -28
  46. package/dist/lib/checkoutPaymentDecision.d.ts +8 -0
  47. package/dist/lib/checkoutPaymentDecision.d.ts.map +1 -1
  48. package/dist/lib/checkoutPaymentDecision.js +14 -6
  49. package/dist/lib/checkoutPaymentSession.d.ts +1 -0
  50. package/dist/lib/checkoutPaymentSession.d.ts.map +1 -1
  51. package/dist/lib/checkoutPaymentSession.js +12 -11
  52. package/dist/lib/checkoutSubmit.js +4 -4
  53. package/dist/lib/productVariants.d.ts.map +1 -1
  54. package/dist/lib/productVariants.js +34 -15
  55. package/dist/lib/products.d.ts +4 -0
  56. package/dist/lib/products.d.ts.map +1 -1
  57. package/dist/lib/products.js +74 -39
  58. package/dist/lib/securePaymentLink.d.ts +1 -0
  59. package/dist/lib/securePaymentLink.d.ts.map +1 -1
  60. package/dist/lib/securePaymentLink.js +1 -0
  61. package/dist/lib/storefrontAvailability.d.ts +9 -0
  62. package/dist/lib/storefrontAvailability.d.ts.map +1 -1
  63. package/dist/lib/storefrontAvailability.js +28 -18
  64. package/dist/pages/BookingPage.d.ts.map +1 -1
  65. package/dist/pages/BookingPage.js +290 -289
  66. package/dist/pages/CheckoutPage.d.ts.map +1 -1
  67. package/dist/pages/CheckoutPage.js +224 -216
  68. package/dist/pages/CheckoutPaymentPage.d.ts.map +1 -1
  69. package/dist/pages/CheckoutPaymentPage.js +92 -92
  70. package/dist/pages/ContractSaleDocumentPage.js +3 -3
  71. package/dist/pages/HomePage.d.ts.map +1 -1
  72. package/dist/pages/HomePage.js +167 -161
  73. package/dist/pages/PaymentLinkPage.d.ts.map +1 -1
  74. package/dist/pages/PaymentLinkPage.js +62 -62
  75. package/dist/pages/PaymentLinkSuccessPage.js +7 -7
  76. package/dist/pages/ProductPage.d.ts.map +1 -1
  77. package/dist/pages/ProductPage.js +161 -161
  78. package/dist/pages/checkout/components/CheckoutCouponCard.js +6 -6
  79. package/dist/pages/checkout/components/CheckoutPaymentSummaryCard.js +15 -15
  80. package/dist/storefront.css +1 -1
  81. package/dist/storefrontSchemas.d.ts +14 -2
  82. package/dist/storefrontSchemas.d.ts.map +1 -1
  83. package/dist/storefrontSchemas.js +4 -4
  84. package/dist/ui/day-picker.js +5 -5
  85. package/package.json +2 -2
  86. package/dist/chunks/booking-engine/dist/schemas/booking-engine-configuration-BKlzwJJX.js +0 -105
  87. package/dist/chunks/ui/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id-DunDwGdX.js +0 -6
  88. package/dist/chunks/ui/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node-BDwaGtmx.js +0 -9
  89. package/dist/chunks/ui/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash-h54_qXon.js +0 -4
package/dist/index.js CHANGED
@@ -1,351 +1,358 @@
1
1
  /* empty css */
2
- import { storefrontCheckoutModeSchema as p, storefrontConfigurationSchema as h, storefrontContentSchema as d, storefrontFaqItemSchema as g, storefrontFaqSchema as T, storefrontFulfillmentModeSchema as P, storefrontLocalizedRichTextSchema as x, storefrontModalMessageSchema as R, storefrontModulesSchema as C, storefrontReviewsModuleSchema as D, storefrontRichTextSchema as A, storefrontSettingsSchema as O, storefrontShopSchema as b, storefrontStatusSchema as E, storefrontWorkspaceSchema as B } from "./storefrontSchemas.js";
3
- import { DEFAULT_STOREFRONT_PRESET as y, STOREFRONT_PRESETS as I, getStorefrontPreset as F } from "./data/config.js";
4
- import { BOOKING_SEARCH_KEYS as M, TIME_OPTIONS as U, applyBookingParamsToSearch as v, createBookingPeriodConfigFromBookingEngineConfiguration as L, createBookingPeriodConfigFromStorefrontConfiguration as N, getBookingDurationLabel as q, getBookingDurationMinutes as V, getBookingParamsFromSearch as w, getBookingSessionStorageKey as z, getDefaultBookingParams as H, getDefaultBookingParamsForStorefrontConfiguration as K, pickBookingSearchParams as W, readBookingSearchParamsFromSessionStorage as G, readBookingSearchParamsFromStorage as J, resolveBookingSearchParams as Y, resolveBookingSearchParamsFromSessionStorage as j, writeBookingSearchParamsToSessionStorage as Q, writeBookingSearchParamsToStorage as X } from "./lib/booking.js";
2
+ import { storefrontCheckoutModeSchema as p, storefrontConfigurationSchema as h, storefrontContentSchema as d, storefrontFaqItemSchema as g, storefrontFaqSchema as P, storefrontFulfillmentModeSchema as T, storefrontLocalizedRichTextSchema as x, storefrontModalMessageSchema as C, storefrontModulesSchema as R, storefrontReviewsModuleSchema as D, storefrontRichTextSchema as A, storefrontSettingsSchema as O, storefrontShopSchema as E, storefrontStatusSchema as b, storefrontWorkspaceSchema as B } from "./storefrontSchemas.js";
3
+ import { DEFAULT_STOREFRONT_PRESET as y, STOREFRONT_PRESETS as I, getStorefrontPreset as _ } from "./data/config.js";
4
+ import { BOOKING_SEARCH_KEYS as M, TIME_OPTIONS as L, applyBookingParamsToSearch as U, createBookingPeriodConfigFromBookingEngineConfiguration as v, createBookingPeriodConfigFromStorefrontConfiguration as N, getBookingDurationLabel as q, getBookingDurationMinutes as V, getBookingParamsFromSearch as w, getBookingSessionStorageKey as z, getDefaultBookingParams as H, getDefaultBookingParamsForStorefrontConfiguration as K, pickBookingSearchParams as W, readBookingSearchParamsFromSessionStorage as G, readBookingSearchParamsFromStorage as Y, resolveBookingSearchParams as J, resolveBookingSearchParamsFromSessionStorage as j, writeBookingSearchParamsToSessionStorage as Q, writeBookingSearchParamsToStorage as X } from "./lib/booking.js";
5
5
  import { StorefrontCartProvider as $, useStorefrontCart as ee } from "./lib/cart.js";
6
6
  import { buildStorefrontCartSummary as te } from "./lib/cartSummary.js";
7
- import { CATALOG_PRODUCT_BASE_RATE_UNSET as ae, buildStorefrontProductSlug as ce, compareCatalogProducts as ne, compareStorefrontAccessoryProducts as ie, compareStorefrontBikeProducts as me, findStorefrontProduct as Se, findStorefrontProductBySlug as se, getCatalogProductBaseRateMinor as ue, getCatalogProductPaginationSort as le, getCatalogProductSortFieldForPriceUnit as fe, getStorefrontBaseDailyRateMinor as pe, getStorefrontCheckoutProductId as he, getStorefrontRepresentedVariantId as de, toStorefrontAccessoryProducts as ge, toStorefrontBikeProducts as Te } from "./lib/products.js";
8
- import { buildDailyPriceRows as xe, buildPriceTierLabels as Re, calculateDailyPriceForQuantity as Ce, formatStorefrontPriceMinor as De } from "./lib/pricing.js";
9
- import { formatPriceMinor as Oe, getAvailabilityVariant as be, getMinDayPriceMinor as Ee } from "./lib/utils.js";
10
- import { ROUTE as ke, requestSchema as ye, responseSchema as Ie } from "./lib/contactForm.js";
11
- import { buildWhatsAppHref as _e, resolveStorefrontWhatsAppContact as Me, resolveStorefrontWhatsAppHref as Ue } from "./lib/whatsapp.js";
12
- import { ROUTE as Le, requestDeliveryRefinement as Ne, requestCheckoutItemSchema as qe, requestBaseSchema as Ve, requestSchema as we, responseSchema as ze } from "./lib/checkoutSubmit.js";
13
- import { ROUTE as Ke, requestSchema as We, responseSchema as Ge, storefrontPublicAccessoryProductSchema as Je, storefrontPublicBikeAvailabilityStatusSchema as Ye, storefrontPublicBikeProductSchema as je, storefrontPublicProductDisplayModeSchema as Qe, storefrontPublicProductPriceSchema as Xe, storefrontPublicProductVariantAttributeSchema as Ze, storefrontPublicProductVariantIdentifierSchema as $e, storefrontPublicProductVariantSchema as eo } from "./lib/storefrontProducts.js";
14
- import { ROUTE as to, buildStorefrontAvailabilityKey as ro, doesStorefrontAvailabilityDisplaySoldOut as ao, getStorefrontAvailabilityIssue as co, getStorefrontAvailabilityStatus as no, isStorefrontAvailabilityInsufficient as io, publicAvailabilityDisplayModeSchema as mo, shouldBlockStorefrontUnavailableItem as So, storefrontAvailabilityProductSchema as so, requestSchema as uo, responseSchema as lo, storefrontAvailabilityScheduleSchema as fo, storefrontPublicAvailabilityRecordSchema as po } from "./lib/storefrontAvailability.js";
15
- import { ROUTE as go, buildStorefrontImageUrl as To, requestSchema as Po } from "./lib/storefrontImage.js";
16
- import { ROUTE as Ro, timeSlotJourneySchema as Co, storefrontTimeSlotSchema as Do, requestSchema as Ao, responseSchema as Oo } from "./lib/storefrontTimeSlots.js";
17
- import { Layout as Eo } from "./components/Layout/index.js";
18
- import { Footer as ko } from "./components/Footer/index.js";
19
- import { Header as Io } from "./components/Header/index.js";
20
- import { DelayedPlaceholder as _o, DelayedReveal as Mo } from "./components/DelayedReveal/index.js";
21
- import { PlatformFooter as vo } from "./components/PlatformFooter/index.js";
22
- import { PoweredByLoczerBadge as No } from "./components/PoweredByLoczerBadge/index.js";
23
- import { BookingPeriodSelector as Vo } from "./components/BookingPeriodSelector/index.js";
24
- import { BookingFlowSteps as zo } from "./components/BookingFlowSteps/index.js";
25
- import { DeliveryAddressSelector as Ko } from "./components/DeliveryAddressSelector/index.js";
26
- import { ContactSection as Go } from "./components/ContactSection/index.js";
27
- import { TestimonialsSection as Yo } from "./components/TestimonialsSection/index.js";
28
- import { AboutSection as Qo } from "./components/AboutSection/index.js";
29
- import { WhatsAppFloatingButton as Zo } from "./components/WhatsAppFloatingButton/WhatsAppFloatingButton.js";
30
- import { useWhatsAppFloatingButton as et } from "./components/WhatsAppFloatingButton/useWhatsAppFloatingButton.js";
31
- import { StepSectionTitle as tt } from "./components/StepSectionTitle/index.js";
32
- import { StorefrontCartPanel as at } from "./components/StorefrontCartPanel/index.js";
33
- import { ProductPriceBadge as nt } from "./components/ProductPriceBadge/index.js";
34
- import { ProductWarningNotice as mt } from "./components/ProductWarningNotice/index.js";
35
- import { ContractSaleDocument as st } from "./components/ContractSaleDocument/Invoice.js";
7
+ import { CATALOG_PRODUCT_BASE_RATE_UNSET as ae, buildStorefrontProductSlug as ce, buildVariantStorefrontProductId as ne, compareCatalogProducts as ie, compareStorefrontAccessoryProducts as me, compareStorefrontBikeProducts as Se, findStorefrontProduct as se, findStorefrontProductBySlug as ue, getCatalogProductBaseRateMinor as le, getCatalogProductPaginationSort as fe, getCatalogProductSortFieldForPriceUnit as pe, getStorefrontBaseDailyRateMinor as he, getStorefrontCheckoutProductId as de, getStorefrontRepresentedVariantId as ge, toStorefrontAccessoryProducts as Pe, toStorefrontBikeProducts as Te, toStorefrontBookingProducts as xe, toStorefrontBookingProductsCollections as Ce } from "./lib/products.js";
8
+ import { buildDailyPriceRows as De, buildPriceTierLabels as Ae, calculateDailyPriceForQuantity as Oe, formatStorefrontPriceMinor as Ee } from "./lib/pricing.js";
9
+ import { formatPriceMinor as Be, getAvailabilityVariant as ke, getMinDayPriceMinor as ye } from "./lib/utils.js";
10
+ import { ROUTE as _e, requestSchema as Fe, responseSchema as Me } from "./lib/contactForm.js";
11
+ import { buildWhatsAppHref as Ue, resolveStorefrontWhatsAppContact as ve, resolveStorefrontWhatsAppHref as Ne } from "./lib/whatsapp.js";
12
+ import { ROUTE as Ve, requestDeliveryRefinement as we, requestCheckoutItemSchema as ze, requestBaseSchema as He, requestSchema as Ke, responseSchema as We } from "./lib/checkoutSubmit.js";
13
+ import { ROUTE as Ye, requestSchema as Je, responseSchema as je, storefrontPublicAccessoryProductSchema as Qe, storefrontPublicBikeAvailabilityStatusSchema as Xe, storefrontPublicBikeProductSchema as Ze, storefrontPublicProductDisplayModeSchema as $e, storefrontPublicProductPriceSchema as eo, storefrontPublicProductVariantAttributeSchema as oo, storefrontPublicProductVariantIdentifierSchema as to, storefrontPublicProductVariantSchema as ro } from "./lib/storefrontProducts.js";
14
+ import { ROUTE as co, buildStorefrontAvailabilityKey as no, doesStorefrontAvailabilityDisplaySoldOut as io, getStorefrontAvailabilityIssue as mo, getStorefrontAvailabilityStatus as So, isStorefrontAvailabilityInsufficient as so, publicAvailabilityDisplayModeSchema as uo, shouldBlockStorefrontUnavailableItem as lo, storefrontAvailabilityProductSchema as fo, requestSchema as po, responseSchema as ho, storefrontAvailabilityScheduleSchema as go, storefrontPublicAvailabilityRecordSchema as Po } from "./lib/storefrontAvailability.js";
15
+ import { ROUTE as xo, buildStorefrontImageUrl as Co, requestSchema as Ro } from "./lib/storefrontImage.js";
16
+ import { ROUTE as Ao, timeSlotJourneySchema as Oo, storefrontTimeSlotSchema as Eo, requestSchema as bo, responseSchema as Bo } from "./lib/storefrontTimeSlots.js";
17
+ import { Layout as yo } from "./components/Layout/index.js";
18
+ import { Footer as _o } from "./components/Footer/index.js";
19
+ import { Header as Mo } from "./components/Header/index.js";
20
+ import { DelayedPlaceholder as Uo, DelayedReveal as vo } from "./components/DelayedReveal/index.js";
21
+ import { PlatformFooter as qo } from "./components/PlatformFooter/index.js";
22
+ import { PoweredByLoczerBadge as wo } from "./components/PoweredByLoczerBadge/index.js";
23
+ import { BookingPeriodSelector as Ho } from "./components/BookingPeriodSelector/index.js";
24
+ import { BookingFlowSteps as Wo } from "./components/BookingFlowSteps/index.js";
25
+ import { DeliveryAddressSelector as Yo } from "./components/DeliveryAddressSelector/index.js";
26
+ import { ContactSection as jo } from "./components/ContactSection/index.js";
27
+ import { TestimonialsSection as Xo } from "./components/TestimonialsSection/index.js";
28
+ import { AboutSection as $o } from "./components/AboutSection/index.js";
29
+ import { WhatsAppFloatingButton as ot } from "./components/WhatsAppFloatingButton/WhatsAppFloatingButton.js";
30
+ import { useWhatsAppFloatingButton as rt } from "./components/WhatsAppFloatingButton/useWhatsAppFloatingButton.js";
31
+ import { StepSectionTitle as ct } from "./components/StepSectionTitle/index.js";
32
+ import { StorefrontCartPanel as it } from "./components/StorefrontCartPanel/index.js";
33
+ import { ProductPriceBadge as St } from "./components/ProductPriceBadge/index.js";
34
+ import { ProductWarningNotice as ut } from "./components/ProductWarningNotice/index.js";
35
+ import { ContractSaleDocument as ft } from "./components/ContractSaleDocument/Invoice.js";
36
36
  import "react/jsx-runtime";
37
37
  import "react";
38
38
  import "@rpcbase/client";
39
39
  import "@rpcbase/router";
40
- import { cn as lt } from "@rpcbase/ui";
40
+ import { cn as ht } from "@rpcbase/ui";
41
41
  import "lucide-react";
42
42
  import "react-i18next";
43
- import { getLocalizedEntry as pt, getLocalizedValue as ht } from "./localization.js";
44
- import { Badge as gt, badgeVariants as Tt } from "./ui/badge.js";
45
- import { Button as xt, buttonVariants as Rt } from "./ui/button.js";
46
- import { Card as Dt, CardAction as At, CardContent as Ot, CardDescription as bt, CardFooter as Et, CardHeader as Bt, CardTitle as kt } from "./ui/card.js";
47
- import { loader as It, useOptionalStorefront as Ft, useStorefront as _t, useStorefrontConfig as Mt, useStorefrontProducts as Ut, useStorefrontWorkspaceLanguage as vt } from "./StorefrontProvider.js";
48
- import { RadioGroup as Nt, RadioGroupItem as qt } from "./ui/radio-group.js";
43
+ import { getLocalizedEntry as gt, getLocalizedValue as Pt } from "./localization.js";
44
+ import { Badge as xt, badgeVariants as Ct } from "./ui/badge.js";
45
+ import { Button as Dt, buttonVariants as At } from "./ui/button.js";
49
46
  import "./chunks/ui/dist/ResponsiveDialog-D8YzB_3J.js";
50
- import { Input as wt } from "./ui/input.js";
47
+ import { Card as Et, CardAction as bt, CardContent as Bt, CardDescription as kt, CardFooter as yt, CardHeader as It, CardTitle as _t } from "./ui/card.js";
48
+ import { loader as Mt, useOptionalStorefront as Lt, useStorefront as Ut, useStorefrontBookingProducts as vt, useStorefrontConfig as Nt, useStorefrontProducts as qt, useStorefrontWorkspaceLanguage as Vt } from "./StorefrontProvider.js";
49
+ import { RadioGroup as zt, RadioGroupItem as Ht } from "./ui/radio-group.js";
50
+ import { Input as Wt } from "./ui/input.js";
51
51
  import "@rpcbase/form";
52
52
  import "./lib/checkoutPaymentDecision.js";
53
53
  import "./lib/checkoutVerifyCoupon.js";
54
- import { Form as Ht, FormControl as Kt, FormDescription as Wt, FormField as Gt, FormItem as Jt, FormLabel as Yt, FormMessage as jt, useFormField as Qt } from "./ui/form.js";
55
- import { Textarea as Zt } from "./ui/textarea.js";
54
+ import { Form as Yt, FormControl as Jt, FormDescription as jt, FormField as Qt, FormItem as Xt, FormLabel as Zt, FormMessage as $t, useFormField as er } from "./ui/form.js";
55
+ import { Textarea as tr } from "./ui/textarea.js";
56
56
  import "./pages/checkout/types.js";
57
- import { accessories as er } from "./data/accessories.js";
58
- import { default as tr } from "./data/bikes.js";
59
- import { contractSaleDocumentAcceptanceLevelSchema as ar, contractSaleDocumentAcceptanceRecordSchema as cr, contractSaleDocumentAcceptanceSchema as nr, contractSaleDocumentAddressSchema as ir, contractSaleDocumentContactSchema as mr, contractSaleDocumentKindSchema as Sr, contractSaleDocumentLanguageCodeSchema as sr, contractSaleDocumentLanguageSchema as ur, contractSaleDocumentLineItemSchema as lr, contractSaleDocumentSchema as fr, contractSaleDocumentSignatureSchema as pr } from "./lib/contractSaleDocument.js";
60
- import { ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE as dr, DOWNLOAD_CONTRACT_SALE_DOCUMENT_PDF_ROUTE as gr, GET_CONTRACT_SALE_DOCUMENT_ROUTE as Tr, acceptContractSaleDocumentRequestSchema as Pr, acceptContractSaleDocumentResponseSchema as xr, contractSaleDocumentAcceptanceInputSchema as Rr, contractSaleDocumentAcceptanceRecordInputSchema as Cr, contractSaleDocumentApiAcceptanceRecordSchema as Dr, contractSaleDocumentApiAcceptanceSchema as Ar, contractSaleDocumentApiSchema as Or, contractSaleDocumentApiSignatureSchema as br, contractSaleDocumentReferenceSchema as Er, contractSaleDocumentReferenceTypeSchema as Br, contractSaleDocumentSignatureInputSchema as kr, downloadContractSaleDocumentPdfRequestSchema as yr, getContractSaleDocumentRequestSchema as Ir, getContractSaleDocumentResponseSchema as Fr } from "./lib/contractSaleDocumentApi.js";
61
- import { storefront as Mr } from "./i18n/en.js";
62
- import { storefront as vr } from "./i18n/fr.js";
63
- import { default as Nr } from "./routes.js";
64
- import { Label as Vr } from "./ui/label.js";
65
- import { Select as zr, SelectContent as Hr, SelectGroup as Kr, SelectIcon as Wr, SelectItem as Gr, SelectItemIndicator as Jr, SelectItemText as Yr, SelectLabel as jr, SelectScrollDownButton as Qr, SelectScrollUpButton as Xr, SelectSeparator as Zr, SelectTrigger as $r, SelectValue as ea } from "./ui/select.js";
66
- import { bookingCustomerInputSchema as ta, bookingDeliveryOptionSchema as ra, bookingScheduleInputSchema as aa, cartItemInputSchema as ca, createBookingInputBaseSchema as na, createBookingInputSchema as ia, validateBookingDeliveryAddress as ma } from "./chunks/booking-engine/dist/schemas/cart-inputs-ByBK0IVJ.js";
67
- import { PRODUCT_VARIANT_CODE_IDENTIFIER_KIND as sa, PRODUCT_VARIANT_CODE_MAX_LENGTH as ua, accessoryProductSchema as la, bikeProductSchema as fa, eBikeProductSchema as pa, isProductVariantCodeIdentifierKind as ha, productKindSchema as da, productSchema as ga, productStorefrontDisplayModeSchema as Ta, productVariantAttributeSchema as Pa, productVariantCodeSchema as xa, productVariantIdentifierSchema as Ra, productVariantSchema as Ca } from "./chunks/booking-engine/dist/models/Product.shared-BiDGmurZ.js";
68
- import { createLocalizedStringEntry as Aa, getLocalizedStringValue as Oa, localizedStringArraySchema as ba, localizedStringEntrySchema as Ea, localizedStringSchema as Ba } from "./chunks/booking-engine/dist/models/LocalizedString--6q77SPQ.js";
69
- import { priceSchema as ya, priceUnitSchema as Ia } from "./chunks/booking-engine/dist/models/Price-BlFRDHXV.js";
70
- import { baseAssetSchema as _a, baseAssetStatusSchema as Ma } from "./chunks/booking-engine/dist/schemas/base-asset-GJ9eIvIL.js";
71
- import { baseBookingItemSchema as va, baseBookingSchema as La, baseBookingStateSchema as Na } from "./chunks/booking-engine/dist/schemas/base-booking-D9k8ehGi.js";
72
- import { richTextJsonDocSchema as Va, richTextSchema as wa, richTextVersionSchema as za } from "./chunks/booking-engine/dist/schemas/rich-text-CqXhNDN3.js";
73
- import { currencyCodeSchema as Ka, currencyMinorUnitDigits as Wa, majorToMinor as Ga, minorToMajor as Ja, moneyMinorSchema as Ya, signedMoneyMinorSchema as ja } from "./chunks/booking-engine/dist/schemas/money-Dy4b9loa.js";
74
- import { isoDateSchema as Xa, shopConfigurationSchema as Za, shopExtraTimeSlotRuleSchema as $a, shopOpeningDayIndexSchema as ec, shopOpeningDaySchema as oc, shopOpeningHoursOverrideSchema as tc, shopOpeningHoursPeriodSchema as rc, shopOpeningSlotSchema as ac, timeOfDaySchema as cc } from "./chunks/booking-engine/dist/schemas/shop-opening-hours-DqNWstqT.js";
75
- import { fulfillmentModeSchema as ic, publicBookingEngineConfigurationSchema as mc, publicCheckoutConfigurationSchema as Sc, publicCheckoutDynamicOptionsSchema as sc } from "./chunks/booking-engine/dist/schemas/public-booking-engine-configuration-DKoak4s5.js";
76
- import { DEFAULT_PAYMENT_POLICIES as lc, paymentPoliciesSchema as fc } from "./chunks/booking-engine/dist/schemas/booking-engine-configuration-BKlzwJJX.js";
77
- import { BookingEndDateField as hc } from "./components/BookingPeriodSelector/components/BookingEndDateField.js";
78
- import { BookingEndTimeField as gc } from "./components/BookingPeriodSelector/components/BookingEndTimeField.js";
79
- import { BookingMobileDateDrawer as Pc } from "./components/BookingPeriodSelector/components/BookingMobileDateDrawer.js";
80
- import { BookingPeriodProvider as Rc, useBookingPeriod as Cc } from "./components/BookingPeriodSelector/BookingPeriodContext.js";
81
- import { BookingStartDateField as Ac } from "./components/BookingPeriodSelector/components/BookingStartDateField.js";
82
- import { BookingStartTimeField as bc } from "./components/BookingPeriodSelector/components/BookingStartTimeField.js";
57
+ import { accessories as ar } from "./data/accessories.js";
58
+ import { default as nr } from "./data/bikes.js";
59
+ import { contractSaleDocumentAcceptanceLevelSchema as mr, contractSaleDocumentAcceptanceRecordSchema as Sr, contractSaleDocumentAcceptanceSchema as sr, contractSaleDocumentAddressSchema as ur, contractSaleDocumentContactSchema as lr, contractSaleDocumentKindSchema as fr, contractSaleDocumentLanguageCodeSchema as pr, contractSaleDocumentLanguageSchema as hr, contractSaleDocumentLineItemSchema as dr, contractSaleDocumentSchema as gr, contractSaleDocumentSignatureSchema as Pr } from "./lib/contractSaleDocument.js";
60
+ import { ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE as xr, DOWNLOAD_CONTRACT_SALE_DOCUMENT_PDF_ROUTE as Cr, GET_CONTRACT_SALE_DOCUMENT_ROUTE as Rr, acceptContractSaleDocumentRequestSchema as Dr, acceptContractSaleDocumentResponseSchema as Ar, contractSaleDocumentAcceptanceInputSchema as Or, contractSaleDocumentAcceptanceRecordInputSchema as Er, contractSaleDocumentApiAcceptanceRecordSchema as br, contractSaleDocumentApiAcceptanceSchema as Br, contractSaleDocumentApiSchema as kr, contractSaleDocumentApiSignatureSchema as yr, contractSaleDocumentReferenceSchema as Ir, contractSaleDocumentReferenceTypeSchema as _r, contractSaleDocumentSignatureInputSchema as Fr, downloadContractSaleDocumentPdfRequestSchema as Mr, getContractSaleDocumentRequestSchema as Lr, getContractSaleDocumentResponseSchema as Ur } from "./lib/contractSaleDocumentApi.js";
61
+ import { storefront as Nr } from "./i18n/en.js";
62
+ import { storefront as Vr } from "./i18n/fr.js";
63
+ import { default as zr } from "./routes.js";
64
+ import { Label as Kr } from "./ui/label.js";
65
+ import { Select as Gr, SelectContent as Yr, SelectGroup as Jr, SelectIcon as jr, SelectItem as Qr, SelectItemIndicator as Xr, SelectItemText as Zr, SelectLabel as $r, SelectScrollDownButton as ea, SelectScrollUpButton as oa, SelectSeparator as ta, SelectTrigger as ra, SelectValue as aa } from "./ui/select.js";
66
+ import { bookingCustomerInputSchema as na, bookingDeliveryOptionSchema as ia, bookingScheduleInputSchema as ma, cartItemInputSchema as Sa, createBookingInputBaseSchema as sa, createBookingInputSchema as ua, validateBookingDeliveryAddress as la } from "./chunks/booking-engine/dist/schemas/cart-inputs-BI_9nAXG.js";
67
+ import { PRODUCT_VARIANT_CODE_IDENTIFIER_KIND as pa, PRODUCT_VARIANT_CODE_MAX_LENGTH as ha, accessoryProductSchema as da, bikeProductSchema as ga, eBikeProductSchema as Pa, isProductVariantCodeIdentifierKind as Ta, productKindSchema as xa, productSchema as Ca, productStorefrontDisplayModeSchema as Ra, productVariantAttributeSchema as Da, productVariantCodeSchema as Aa, productVariantIdentifierSchema as Oa, productVariantSchema as Ea } from "./chunks/booking-engine/dist/models/Product.shared-BiDGmurZ.js";
68
+ import { createLocalizedStringEntry as Ba, getLocalizedStringValue as ka, localizedStringArraySchema as ya, localizedStringEntrySchema as Ia, localizedStringSchema as _a } from "./chunks/booking-engine/dist/models/LocalizedString--6q77SPQ.js";
69
+ import { priceSchema as Ma, priceUnitSchema as La } from "./chunks/booking-engine/dist/models/Price-BlFRDHXV.js";
70
+ import { baseAssetSchema as va, baseAssetStatusSchema as Na } from "./chunks/booking-engine/dist/schemas/base-asset-GJ9eIvIL.js";
71
+ import { baseBookingItemSchema as Va, baseBookingSchema as wa, baseBookingStateSchema as za } from "./chunks/booking-engine/dist/schemas/base-booking-BMAjsw9r.js";
72
+ import { richTextJsonDocSchema as Ka, richTextSchema as Wa, richTextVersionSchema as Ga } from "./chunks/booking-engine/dist/schemas/rich-text-CqXhNDN3.js";
73
+ import { currencyCodeSchema as Ja, currencyMinorUnitDigits as ja, majorToMinor as Qa, minorToMajor as Xa, moneyMinorSchema as Za, signedMoneyMinorSchema as $a } from "./chunks/booking-engine/dist/schemas/money-Dy4b9loa.js";
74
+ import { isoDateSchema as oc, shopConfigurationSchema as tc, shopExtraTimeSlotRuleSchema as rc, shopOpeningDayIndexSchema as ac, shopOpeningDaySchema as cc, shopOpeningHoursOverrideSchema as nc, shopOpeningHoursPeriodSchema as ic, shopOpeningSlotSchema as mc, timeOfDaySchema as Sc } from "./chunks/booking-engine/dist/schemas/shop-opening-hours-DqNWstqT.js";
75
+ import { fulfillmentModeSchema as uc, publicBookingEngineConfigurationSchema as lc, publicCheckoutConfigurationSchema as fc, publicCheckoutDynamicOptionsSchema as pc } from "./chunks/booking-engine/dist/schemas/public-booking-engine-configuration-CrwffLO4.js";
76
+ import { DEFAULT_CANCELLATION_POLICY as dc, DEFAULT_PAYMENT_POLICIES as gc, cancellationPolicySchema as Pc, cancellationPolicyTierSchema as Tc, paymentPoliciesSchema as xc } from "./chunks/booking-engine/dist/schemas/booking-engine-configuration-DTJD2G9w.js";
77
+ import { BookingEndDateField as Rc } from "./components/BookingPeriodSelector/components/BookingEndDateField.js";
78
+ import { BookingEndTimeField as Ac } from "./components/BookingPeriodSelector/components/BookingEndTimeField.js";
79
+ import { BookingMobileDateDrawer as Ec } from "./components/BookingPeriodSelector/components/BookingMobileDateDrawer.js";
80
+ import { BookingPeriodProvider as Bc, useBookingPeriod as kc } from "./components/BookingPeriodSelector/BookingPeriodContext.js";
81
+ import { BookingStartDateField as Ic } from "./components/BookingPeriodSelector/components/BookingStartDateField.js";
82
+ import { BookingStartTimeField as Fc } from "./components/BookingPeriodSelector/components/BookingStartTimeField.js";
83
83
  export {
84
- dr as ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE,
85
- Qo as AboutSection,
84
+ xr as ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE,
85
+ $o as AboutSection,
86
86
  M as BOOKING_SEARCH_KEYS,
87
- gt as Badge,
88
- hc as BookingEndDateField,
89
- gc as BookingEndTimeField,
90
- zo as BookingFlowSteps,
91
- Pc as BookingMobileDateDrawer,
92
- Rc as BookingPeriodProvider,
93
- Vo as BookingPeriodSelector,
94
- Ac as BookingStartDateField,
95
- bc as BookingStartTimeField,
96
- xt as Button,
87
+ xt as Badge,
88
+ Rc as BookingEndDateField,
89
+ Ac as BookingEndTimeField,
90
+ Wo as BookingFlowSteps,
91
+ Ec as BookingMobileDateDrawer,
92
+ Bc as BookingPeriodProvider,
93
+ Ho as BookingPeriodSelector,
94
+ Ic as BookingStartDateField,
95
+ Fc as BookingStartTimeField,
96
+ Dt as Button,
97
97
  ae as CATALOG_PRODUCT_BASE_RATE_UNSET,
98
- Dt as Card,
99
- At as CardAction,
100
- Ot as CardContent,
101
- bt as CardDescription,
102
- Et as CardFooter,
103
- Bt as CardHeader,
104
- kt as CardTitle,
105
- Go as ContactSection,
106
- st as ContractSaleDocument,
107
- lc as DEFAULT_PAYMENT_POLICIES,
98
+ Et as Card,
99
+ bt as CardAction,
100
+ Bt as CardContent,
101
+ kt as CardDescription,
102
+ yt as CardFooter,
103
+ It as CardHeader,
104
+ _t as CardTitle,
105
+ jo as ContactSection,
106
+ ft as ContractSaleDocument,
107
+ dc as DEFAULT_CANCELLATION_POLICY,
108
+ gc as DEFAULT_PAYMENT_POLICIES,
108
109
  y as DEFAULT_STOREFRONT_PRESET,
109
- gr as DOWNLOAD_CONTRACT_SALE_DOCUMENT_PDF_ROUTE,
110
- _o as DelayedPlaceholder,
111
- Mo as DelayedReveal,
112
- Ko as DeliveryAddressSelector,
113
- ko as Footer,
114
- Ht as Form,
115
- Kt as FormControl,
116
- Wt as FormDescription,
117
- Gt as FormField,
118
- Jt as FormItem,
119
- Yt as FormLabel,
120
- jt as FormMessage,
121
- Tr as GET_CONTRACT_SALE_DOCUMENT_ROUTE,
122
- Io as Header,
123
- wt as Input,
124
- Vr as Label,
125
- Eo as Layout,
126
- sa as PRODUCT_VARIANT_CODE_IDENTIFIER_KIND,
127
- ua as PRODUCT_VARIANT_CODE_MAX_LENGTH,
128
- vo as PlatformFooter,
129
- No as PoweredByLoczerBadge,
130
- nt as ProductPriceBadge,
131
- mt as ProductWarningNotice,
132
- ke as ROUTE,
133
- Nt as RadioGroup,
134
- qt as RadioGroupItem,
135
- to as STOREFRONT_AVAILABILITY_ROUTE,
136
- Le as STOREFRONT_CHECKOUT_SUBMIT_ROUTE,
137
- go as STOREFRONT_IMAGE_ROUTE,
110
+ Cr as DOWNLOAD_CONTRACT_SALE_DOCUMENT_PDF_ROUTE,
111
+ Uo as DelayedPlaceholder,
112
+ vo as DelayedReveal,
113
+ Yo as DeliveryAddressSelector,
114
+ _o as Footer,
115
+ Yt as Form,
116
+ Jt as FormControl,
117
+ jt as FormDescription,
118
+ Qt as FormField,
119
+ Xt as FormItem,
120
+ Zt as FormLabel,
121
+ $t as FormMessage,
122
+ Rr as GET_CONTRACT_SALE_DOCUMENT_ROUTE,
123
+ Mo as Header,
124
+ Wt as Input,
125
+ Kr as Label,
126
+ yo as Layout,
127
+ pa as PRODUCT_VARIANT_CODE_IDENTIFIER_KIND,
128
+ ha as PRODUCT_VARIANT_CODE_MAX_LENGTH,
129
+ qo as PlatformFooter,
130
+ wo as PoweredByLoczerBadge,
131
+ St as ProductPriceBadge,
132
+ ut as ProductWarningNotice,
133
+ _e as ROUTE,
134
+ zt as RadioGroup,
135
+ Ht as RadioGroupItem,
136
+ co as STOREFRONT_AVAILABILITY_ROUTE,
137
+ Ve as STOREFRONT_CHECKOUT_SUBMIT_ROUTE,
138
+ xo as STOREFRONT_IMAGE_ROUTE,
138
139
  I as STOREFRONT_PRESETS,
139
- Ke as STOREFRONT_PRODUCTS_ROUTE,
140
- Ro as STOREFRONT_TIME_SLOTS_ROUTE,
141
- zr as Select,
142
- Hr as SelectContent,
143
- Kr as SelectGroup,
144
- Wr as SelectIcon,
145
- Gr as SelectItem,
146
- Jr as SelectItemIndicator,
147
- Yr as SelectItemText,
148
- jr as SelectLabel,
149
- Qr as SelectScrollDownButton,
150
- Xr as SelectScrollUpButton,
151
- Zr as SelectSeparator,
152
- $r as SelectTrigger,
153
- ea as SelectValue,
154
- tt as StepSectionTitle,
155
- at as StorefrontCartPanel,
140
+ Ye as STOREFRONT_PRODUCTS_ROUTE,
141
+ Ao as STOREFRONT_TIME_SLOTS_ROUTE,
142
+ Gr as Select,
143
+ Yr as SelectContent,
144
+ Jr as SelectGroup,
145
+ jr as SelectIcon,
146
+ Qr as SelectItem,
147
+ Xr as SelectItemIndicator,
148
+ Zr as SelectItemText,
149
+ $r as SelectLabel,
150
+ ea as SelectScrollDownButton,
151
+ oa as SelectScrollUpButton,
152
+ ta as SelectSeparator,
153
+ ra as SelectTrigger,
154
+ aa as SelectValue,
155
+ ct as StepSectionTitle,
156
+ it as StorefrontCartPanel,
156
157
  $ as StorefrontCartProvider,
157
- U as TIME_OPTIONS,
158
- Yo as TestimonialsSection,
159
- Zt as Textarea,
160
- Zo as WhatsAppFloatingButton,
161
- Pr as acceptContractSaleDocumentRequestSchema,
162
- xr as acceptContractSaleDocumentResponseSchema,
163
- er as accessories,
164
- la as accessoryProductSchema,
165
- v as applyBookingParamsToSearch,
166
- Tt as badgeVariants,
167
- _a as baseAssetSchema,
168
- Ma as baseAssetStatusSchema,
169
- va as baseBookingItemSchema,
170
- La as baseBookingSchema,
171
- Na as baseBookingStateSchema,
172
- fa as bikeProductSchema,
173
- tr as bikes,
174
- ta as bookingCustomerInputSchema,
175
- ra as bookingDeliveryOptionSchema,
176
- aa as bookingScheduleInputSchema,
177
- xe as buildDailyPriceRows,
178
- Re as buildPriceTierLabels,
179
- ro as buildStorefrontAvailabilityKey,
158
+ L as TIME_OPTIONS,
159
+ Xo as TestimonialsSection,
160
+ tr as Textarea,
161
+ ot as WhatsAppFloatingButton,
162
+ Dr as acceptContractSaleDocumentRequestSchema,
163
+ Ar as acceptContractSaleDocumentResponseSchema,
164
+ ar as accessories,
165
+ da as accessoryProductSchema,
166
+ U as applyBookingParamsToSearch,
167
+ Ct as badgeVariants,
168
+ va as baseAssetSchema,
169
+ Na as baseAssetStatusSchema,
170
+ Va as baseBookingItemSchema,
171
+ wa as baseBookingSchema,
172
+ za as baseBookingStateSchema,
173
+ ga as bikeProductSchema,
174
+ nr as bikes,
175
+ na as bookingCustomerInputSchema,
176
+ ia as bookingDeliveryOptionSchema,
177
+ ma as bookingScheduleInputSchema,
178
+ De as buildDailyPriceRows,
179
+ Ae as buildPriceTierLabels,
180
+ no as buildStorefrontAvailabilityKey,
180
181
  te as buildStorefrontCartSummary,
181
- To as buildStorefrontImageUrl,
182
+ Co as buildStorefrontImageUrl,
182
183
  ce as buildStorefrontProductSlug,
183
- _e as buildWhatsAppHref,
184
- Rt as buttonVariants,
185
- Ce as calculateDailyPriceForQuantity,
186
- ca as cartItemInputSchema,
187
- lt as cn,
188
- ne as compareCatalogProducts,
189
- ie as compareStorefrontAccessoryProducts,
190
- me as compareStorefrontBikeProducts,
191
- Rr as contractSaleDocumentAcceptanceInputSchema,
192
- ar as contractSaleDocumentAcceptanceLevelSchema,
193
- Cr as contractSaleDocumentAcceptanceRecordInputSchema,
194
- cr as contractSaleDocumentAcceptanceRecordSchema,
195
- nr as contractSaleDocumentAcceptanceSchema,
196
- ir as contractSaleDocumentAddressSchema,
197
- Dr as contractSaleDocumentApiAcceptanceRecordSchema,
198
- Ar as contractSaleDocumentApiAcceptanceSchema,
199
- Or as contractSaleDocumentApiSchema,
200
- br as contractSaleDocumentApiSignatureSchema,
201
- mr as contractSaleDocumentContactSchema,
202
- Sr as contractSaleDocumentKindSchema,
203
- sr as contractSaleDocumentLanguageCodeSchema,
204
- ur as contractSaleDocumentLanguageSchema,
205
- lr as contractSaleDocumentLineItemSchema,
206
- Er as contractSaleDocumentReferenceSchema,
207
- Br as contractSaleDocumentReferenceTypeSchema,
208
- fr as contractSaleDocumentSchema,
209
- kr as contractSaleDocumentSignatureInputSchema,
210
- pr as contractSaleDocumentSignatureSchema,
211
- na as createBookingInputBaseSchema,
212
- ia as createBookingInputSchema,
213
- L as createBookingPeriodConfigFromBookingEngineConfiguration,
184
+ ne as buildVariantStorefrontProductId,
185
+ Ue as buildWhatsAppHref,
186
+ At as buttonVariants,
187
+ Oe as calculateDailyPriceForQuantity,
188
+ Pc as cancellationPolicySchema,
189
+ Tc as cancellationPolicyTierSchema,
190
+ Sa as cartItemInputSchema,
191
+ ht as cn,
192
+ ie as compareCatalogProducts,
193
+ me as compareStorefrontAccessoryProducts,
194
+ Se as compareStorefrontBikeProducts,
195
+ Or as contractSaleDocumentAcceptanceInputSchema,
196
+ mr as contractSaleDocumentAcceptanceLevelSchema,
197
+ Er as contractSaleDocumentAcceptanceRecordInputSchema,
198
+ Sr as contractSaleDocumentAcceptanceRecordSchema,
199
+ sr as contractSaleDocumentAcceptanceSchema,
200
+ ur as contractSaleDocumentAddressSchema,
201
+ br as contractSaleDocumentApiAcceptanceRecordSchema,
202
+ Br as contractSaleDocumentApiAcceptanceSchema,
203
+ kr as contractSaleDocumentApiSchema,
204
+ yr as contractSaleDocumentApiSignatureSchema,
205
+ lr as contractSaleDocumentContactSchema,
206
+ fr as contractSaleDocumentKindSchema,
207
+ pr as contractSaleDocumentLanguageCodeSchema,
208
+ hr as contractSaleDocumentLanguageSchema,
209
+ dr as contractSaleDocumentLineItemSchema,
210
+ Ir as contractSaleDocumentReferenceSchema,
211
+ _r as contractSaleDocumentReferenceTypeSchema,
212
+ gr as contractSaleDocumentSchema,
213
+ Fr as contractSaleDocumentSignatureInputSchema,
214
+ Pr as contractSaleDocumentSignatureSchema,
215
+ sa as createBookingInputBaseSchema,
216
+ ua as createBookingInputSchema,
217
+ v as createBookingPeriodConfigFromBookingEngineConfiguration,
214
218
  N as createBookingPeriodConfigFromStorefrontConfiguration,
215
- Aa as createLocalizedStringEntry,
216
- Ka as currencyCodeSchema,
217
- Wa as currencyMinorUnitDigits,
218
- ao as doesStorefrontAvailabilityDisplaySoldOut,
219
- yr as downloadContractSaleDocumentPdfRequestSchema,
220
- pa as eBikeProductSchema,
221
- Se as findStorefrontProduct,
222
- se as findStorefrontProductBySlug,
223
- Oe as formatPriceMinor,
224
- De as formatStorefrontPriceMinor,
225
- ic as fulfillmentModeSchema,
226
- be as getAvailabilityVariant,
219
+ Ba as createLocalizedStringEntry,
220
+ Ja as currencyCodeSchema,
221
+ ja as currencyMinorUnitDigits,
222
+ io as doesStorefrontAvailabilityDisplaySoldOut,
223
+ Mr as downloadContractSaleDocumentPdfRequestSchema,
224
+ Pa as eBikeProductSchema,
225
+ se as findStorefrontProduct,
226
+ ue as findStorefrontProductBySlug,
227
+ Be as formatPriceMinor,
228
+ Ee as formatStorefrontPriceMinor,
229
+ uc as fulfillmentModeSchema,
230
+ ke as getAvailabilityVariant,
227
231
  q as getBookingDurationLabel,
228
232
  V as getBookingDurationMinutes,
229
233
  w as getBookingParamsFromSearch,
230
234
  z as getBookingSessionStorageKey,
231
- ue as getCatalogProductBaseRateMinor,
232
- le as getCatalogProductPaginationSort,
233
- fe as getCatalogProductSortFieldForPriceUnit,
234
- Ir as getContractSaleDocumentRequestSchema,
235
- Fr as getContractSaleDocumentResponseSchema,
235
+ le as getCatalogProductBaseRateMinor,
236
+ fe as getCatalogProductPaginationSort,
237
+ pe as getCatalogProductSortFieldForPriceUnit,
238
+ Lr as getContractSaleDocumentRequestSchema,
239
+ Ur as getContractSaleDocumentResponseSchema,
236
240
  H as getDefaultBookingParams,
237
241
  K as getDefaultBookingParamsForStorefrontConfiguration,
238
- pt as getLocalizedEntry,
239
- Oa as getLocalizedStringValue,
240
- ht as getLocalizedValue,
241
- Ee as getMinDayPriceMinor,
242
- co as getStorefrontAvailabilityIssue,
243
- no as getStorefrontAvailabilityStatus,
244
- pe as getStorefrontBaseDailyRateMinor,
245
- he as getStorefrontCheckoutProductId,
246
- F as getStorefrontPreset,
247
- de as getStorefrontRepresentedVariantId,
248
- ha as isProductVariantCodeIdentifierKind,
249
- io as isStorefrontAvailabilityInsufficient,
250
- Xa as isoDateSchema,
251
- It as loader,
252
- ba as localizedStringArraySchema,
253
- Ea as localizedStringEntrySchema,
254
- Ba as localizedStringSchema,
255
- Ga as majorToMinor,
256
- Ja as minorToMajor,
257
- Ya as moneyMinorSchema,
258
- fc as paymentPoliciesSchema,
242
+ gt as getLocalizedEntry,
243
+ ka as getLocalizedStringValue,
244
+ Pt as getLocalizedValue,
245
+ ye as getMinDayPriceMinor,
246
+ mo as getStorefrontAvailabilityIssue,
247
+ So as getStorefrontAvailabilityStatus,
248
+ he as getStorefrontBaseDailyRateMinor,
249
+ de as getStorefrontCheckoutProductId,
250
+ _ as getStorefrontPreset,
251
+ ge as getStorefrontRepresentedVariantId,
252
+ Ta as isProductVariantCodeIdentifierKind,
253
+ so as isStorefrontAvailabilityInsufficient,
254
+ oc as isoDateSchema,
255
+ Mt as loader,
256
+ ya as localizedStringArraySchema,
257
+ Ia as localizedStringEntrySchema,
258
+ _a as localizedStringSchema,
259
+ Qa as majorToMinor,
260
+ Xa as minorToMajor,
261
+ Za as moneyMinorSchema,
262
+ xc as paymentPoliciesSchema,
259
263
  W as pickBookingSearchParams,
260
- ya as priceSchema,
261
- Ia as priceUnitSchema,
262
- da as productKindSchema,
263
- ga as productSchema,
264
- Ta as productStorefrontDisplayModeSchema,
265
- Pa as productVariantAttributeSchema,
266
- xa as productVariantCodeSchema,
267
- Ra as productVariantIdentifierSchema,
268
- Ca as productVariantSchema,
269
- mo as publicAvailabilityDisplayModeSchema,
270
- mc as publicBookingEngineConfigurationSchema,
271
- Sc as publicCheckoutConfigurationSchema,
272
- sc as publicCheckoutDynamicOptionsSchema,
264
+ Ma as priceSchema,
265
+ La as priceUnitSchema,
266
+ xa as productKindSchema,
267
+ Ca as productSchema,
268
+ Ra as productStorefrontDisplayModeSchema,
269
+ Da as productVariantAttributeSchema,
270
+ Aa as productVariantCodeSchema,
271
+ Oa as productVariantIdentifierSchema,
272
+ Ea as productVariantSchema,
273
+ uo as publicAvailabilityDisplayModeSchema,
274
+ lc as publicBookingEngineConfigurationSchema,
275
+ fc as publicCheckoutConfigurationSchema,
276
+ pc as publicCheckoutDynamicOptionsSchema,
273
277
  G as readBookingSearchParamsFromSessionStorage,
274
- J as readBookingSearchParamsFromStorage,
275
- ye as requestSchema,
276
- Y as resolveBookingSearchParams,
278
+ Y as readBookingSearchParamsFromStorage,
279
+ Fe as requestSchema,
280
+ J as resolveBookingSearchParams,
277
281
  j as resolveBookingSearchParamsFromSessionStorage,
278
- Me as resolveStorefrontWhatsAppContact,
279
- Ue as resolveStorefrontWhatsAppHref,
280
- Ie as responseSchema,
281
- Va as richTextJsonDocSchema,
282
- wa as richTextSchema,
283
- za as richTextVersionSchema,
284
- Za as shopConfigurationSchema,
285
- $a as shopExtraTimeSlotRuleSchema,
286
- ec as shopOpeningDayIndexSchema,
287
- oc as shopOpeningDaySchema,
288
- tc as shopOpeningHoursOverrideSchema,
289
- rc as shopOpeningHoursPeriodSchema,
290
- ac as shopOpeningSlotSchema,
291
- So as shouldBlockStorefrontUnavailableItem,
292
- ja as signedMoneyMinorSchema,
293
- so as storefrontAvailabilityProductSchema,
294
- uo as storefrontAvailabilityRequestSchema,
295
- lo as storefrontAvailabilityResponseSchema,
296
- fo as storefrontAvailabilityScheduleSchema,
282
+ ve as resolveStorefrontWhatsAppContact,
283
+ Ne as resolveStorefrontWhatsAppHref,
284
+ Me as responseSchema,
285
+ Ka as richTextJsonDocSchema,
286
+ Wa as richTextSchema,
287
+ Ga as richTextVersionSchema,
288
+ tc as shopConfigurationSchema,
289
+ rc as shopExtraTimeSlotRuleSchema,
290
+ ac as shopOpeningDayIndexSchema,
291
+ cc as shopOpeningDaySchema,
292
+ nc as shopOpeningHoursOverrideSchema,
293
+ ic as shopOpeningHoursPeriodSchema,
294
+ mc as shopOpeningSlotSchema,
295
+ lo as shouldBlockStorefrontUnavailableItem,
296
+ $a as signedMoneyMinorSchema,
297
+ fo as storefrontAvailabilityProductSchema,
298
+ po as storefrontAvailabilityRequestSchema,
299
+ ho as storefrontAvailabilityResponseSchema,
300
+ go as storefrontAvailabilityScheduleSchema,
297
301
  p as storefrontCheckoutModeSchema,
298
- Ne as storefrontCheckoutSubmitDeliveryRefinement,
299
- qe as storefrontCheckoutSubmitItemSchema,
300
- Ve as storefrontCheckoutSubmitRequestBaseSchema,
301
- we as storefrontCheckoutSubmitRequestSchema,
302
- ze as storefrontCheckoutSubmitResponseSchema,
302
+ we as storefrontCheckoutSubmitDeliveryRefinement,
303
+ ze as storefrontCheckoutSubmitItemSchema,
304
+ He as storefrontCheckoutSubmitRequestBaseSchema,
305
+ Ke as storefrontCheckoutSubmitRequestSchema,
306
+ We as storefrontCheckoutSubmitResponseSchema,
303
307
  h as storefrontConfigurationSchema,
304
308
  d as storefrontContentSchema,
305
- Mr as storefrontEn,
309
+ Nr as storefrontEn,
306
310
  g as storefrontFaqItemSchema,
307
- T as storefrontFaqSchema,
308
- vr as storefrontFr,
309
- P as storefrontFulfillmentModeSchema,
310
- Po as storefrontImageRequestSchema,
311
+ P as storefrontFaqSchema,
312
+ Vr as storefrontFr,
313
+ T as storefrontFulfillmentModeSchema,
314
+ Ro as storefrontImageRequestSchema,
311
315
  x as storefrontLocalizedRichTextSchema,
312
- R as storefrontModalMessageSchema,
313
- C as storefrontModulesSchema,
314
- We as storefrontProductsRequestSchema,
315
- Ge as storefrontProductsResponseSchema,
316
- Je as storefrontPublicAccessoryProductSchema,
317
- po as storefrontPublicAvailabilityRecordSchema,
318
- Ye as storefrontPublicBikeAvailabilityStatusSchema,
319
- je as storefrontPublicBikeProductSchema,
320
- Qe as storefrontPublicProductDisplayModeSchema,
321
- Xe as storefrontPublicProductPriceSchema,
322
- Ze as storefrontPublicProductVariantAttributeSchema,
323
- $e as storefrontPublicProductVariantIdentifierSchema,
324
- eo as storefrontPublicProductVariantSchema,
316
+ C as storefrontModalMessageSchema,
317
+ R as storefrontModulesSchema,
318
+ Je as storefrontProductsRequestSchema,
319
+ je as storefrontProductsResponseSchema,
320
+ Qe as storefrontPublicAccessoryProductSchema,
321
+ Po as storefrontPublicAvailabilityRecordSchema,
322
+ Xe as storefrontPublicBikeAvailabilityStatusSchema,
323
+ Ze as storefrontPublicBikeProductSchema,
324
+ $e as storefrontPublicProductDisplayModeSchema,
325
+ eo as storefrontPublicProductPriceSchema,
326
+ oo as storefrontPublicProductVariantAttributeSchema,
327
+ to as storefrontPublicProductVariantIdentifierSchema,
328
+ ro as storefrontPublicProductVariantSchema,
325
329
  D as storefrontReviewsModuleSchema,
326
330
  A as storefrontRichTextSchema,
327
- Nr as storefrontRoutes,
331
+ zr as storefrontRoutes,
328
332
  O as storefrontSettingsSchema,
329
- b as storefrontShopSchema,
330
- E as storefrontStatusSchema,
331
- Co as storefrontTimeSlotJourneySchema,
332
- Do as storefrontTimeSlotSchema,
333
- Ao as storefrontTimeSlotsRequestSchema,
334
- Oo as storefrontTimeSlotsResponseSchema,
333
+ E as storefrontShopSchema,
334
+ b as storefrontStatusSchema,
335
+ Oo as storefrontTimeSlotJourneySchema,
336
+ Eo as storefrontTimeSlotSchema,
337
+ bo as storefrontTimeSlotsRequestSchema,
338
+ Bo as storefrontTimeSlotsResponseSchema,
335
339
  B as storefrontWorkspaceSchema,
336
- cc as timeOfDaySchema,
337
- ge as toStorefrontAccessoryProducts,
340
+ Sc as timeOfDaySchema,
341
+ Pe as toStorefrontAccessoryProducts,
338
342
  Te as toStorefrontBikeProducts,
339
- Cc as useBookingPeriod,
340
- Qt as useFormField,
341
- Ft as useOptionalStorefront,
342
- _t as useStorefront,
343
+ xe as toStorefrontBookingProducts,
344
+ Ce as toStorefrontBookingProductsCollections,
345
+ kc as useBookingPeriod,
346
+ er as useFormField,
347
+ Lt as useOptionalStorefront,
348
+ Ut as useStorefront,
349
+ vt as useStorefrontBookingProducts,
343
350
  ee as useStorefrontCart,
344
- Mt as useStorefrontConfig,
345
- Ut as useStorefrontProducts,
346
- vt as useStorefrontWorkspaceLanguage,
347
- et as useWhatsAppFloatingButton,
348
- ma as validateBookingDeliveryAddress,
351
+ Nt as useStorefrontConfig,
352
+ qt as useStorefrontProducts,
353
+ Vt as useStorefrontWorkspaceLanguage,
354
+ rt as useWhatsAppFloatingButton,
355
+ la as validateBookingDeliveryAddress,
349
356
  Q as writeBookingSearchParamsToSessionStorage,
350
357
  X as writeBookingSearchParamsToStorage
351
358
  };