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