@loczer/storefront-sdk 0.197.0 → 0.199.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 (63) hide show
  1. package/dist/StorefrontContext.d.ts +483 -0
  2. package/dist/StorefrontContext.d.ts.map +1 -0
  3. package/dist/StorefrontContext.js +39 -0
  4. package/dist/StorefrontProvider.d.ts +6 -486
  5. package/dist/StorefrontProvider.d.ts.map +1 -1
  6. package/dist/StorefrontProvider.js +34 -67
  7. package/dist/chunks/pkg/ui/dist/{MorphingModalWizard-j1CgFGLe.js → MorphingModalWizard-DOH1GYVR.js} +1 -0
  8. package/dist/components/AboutSection/index.js +5 -5
  9. package/dist/components/BikeProductCard/index.d.ts +2 -1
  10. package/dist/components/BikeProductCard/index.d.ts.map +1 -1
  11. package/dist/components/BikeProductCard/index.js +28 -28
  12. package/dist/components/BookingBikeQuickAddCard/index.d.ts +19 -0
  13. package/dist/components/BookingBikeQuickAddCard/index.d.ts.map +1 -0
  14. package/dist/components/BookingBikeQuickAddCard/index.js +174 -0
  15. package/dist/components/BookingBikeVariantDialog/index.d.ts +5 -2
  16. package/dist/components/BookingBikeVariantDialog/index.d.ts.map +1 -1
  17. package/dist/components/BookingBikeVariantDialog/index.js +85 -93
  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/BookingStartDateField.js +1 -1
  21. package/dist/components/BookingPeriodSelector/components/BookingStartTimeField.js +1 -1
  22. package/dist/components/ContactSection/index.js +107 -107
  23. package/dist/components/ContractSaleDocument/Invoice.d.ts.map +1 -1
  24. package/dist/components/ContractSaleDocument/Invoice.js +117 -111
  25. package/dist/components/Header/index.js +4 -4
  26. package/dist/components/Layout/index.d.ts.map +1 -1
  27. package/dist/components/Layout/index.js +47 -40
  28. package/dist/components/PlatformFooter/index.js +1 -1
  29. package/dist/components/ProductPriceBadge/index.d.ts +2 -1
  30. package/dist/components/ProductPriceBadge/index.d.ts.map +1 -1
  31. package/dist/components/ProductPriceBadge/index.js +72 -70
  32. package/dist/components/TestimonialsSection/index.js +1 -1
  33. package/dist/i18n/en.d.ts +3 -0
  34. package/dist/i18n/en.d.ts.map +1 -1
  35. package/dist/i18n/en.js +3 -0
  36. package/dist/i18n/fr.d.ts +3 -0
  37. package/dist/i18n/fr.d.ts.map +1 -1
  38. package/dist/i18n/fr.js +3 -0
  39. package/dist/index.d.ts +19 -2
  40. package/dist/index.js +59 -58
  41. package/dist/lib/cartSummary.js +7 -7
  42. package/dist/lib/products.d.ts +6 -0
  43. package/dist/lib/products.d.ts.map +1 -1
  44. package/dist/lib/products.js +36 -32
  45. package/dist/lib/toast.d.ts +9 -0
  46. package/dist/lib/toast.d.ts.map +1 -0
  47. package/dist/lib/toast.js +13 -0
  48. package/dist/pages/BookingPage.d.ts.map +1 -1
  49. package/dist/pages/BookingPage.js +323 -396
  50. package/dist/pages/CheckoutPage.js +217 -217
  51. package/dist/pages/CheckoutPaymentPage.js +124 -124
  52. package/dist/pages/ContractSaleDocumentPage.d.ts.map +1 -1
  53. package/dist/pages/ContractSaleDocumentPage.js +83 -83
  54. package/dist/pages/ErrorPage.d.ts.map +1 -1
  55. package/dist/pages/ErrorPage.js +13 -13
  56. package/dist/pages/HomePage.js +6 -3
  57. package/dist/pages/NotFoundPage.js +1 -1
  58. package/dist/pages/ProductPage.d.ts.map +1 -1
  59. package/dist/pages/ProductPage.js +177 -165
  60. package/dist/pages/checkout/components/CheckoutPaymentSummaryCard.js +1 -1
  61. package/dist/storefront.css +1 -1
  62. package/dist/ui/button.js +3 -3
  63. package/package.json +3 -1
@@ -1,11 +1,11 @@
1
1
  import { getProductVariantAttributeValue as e, getStorefrontProductVariantDisplay as t } from "../../lib/productVariants.js";
2
- import { getAvailabilityVariant as n } from "../../lib/utils.js";
3
- import { getLocalizedValue as r } from "../../localization.js";
2
+ import { getLocalizedValue as n } from "../../localization.js";
3
+ import { getAvailabilityVariant as r } from "../../lib/utils.js";
4
4
  import { Badge as i } from "../../ui/badge.js";
5
5
  import { Button as a } from "../../ui/button.js";
6
6
  import { RESPONSIVE_DIALOG_MOBILE_MEDIA_QUERY as o, ResponsiveDialog as s, ResponsiveDialogContent as c, ResponsiveDialogDescription as l, ResponsiveDialogFooter as u, ResponsiveDialogHeader as d, ResponsiveDialogTitle as f } from "../../chunks/pkg/ui/dist/ResponsiveDialog-BVwhTZQo.js";
7
7
  import { Input as p } from "../../ui/input.js";
8
- import { useStorefrontWorkspaceLanguage as m } from "../../StorefrontProvider.js";
8
+ import { useStorefrontWorkspaceLanguage as m } from "../../StorefrontContext.js";
9
9
  import { ProductWarningNotice as h } from "../ProductWarningNotice/index.js";
10
10
  import { ProductPriceBadge as g } from "../ProductPriceBadge/index.js";
11
11
  import { resolveProductImageContainerStyle as _ } from "../../lib/productImageStyles.js";
@@ -14,22 +14,26 @@ import { jsx as b, jsxs as x } from "react/jsx-runtime";
14
14
  import { useMediaQuery as S } from "@rpcbase/client";
15
15
  import { useTranslation as C } from "react-i18next";
16
16
  import { cn as w } from "@rpcbase/ui";
17
- import { Bike as T, CheckCircle2 as E, Plus as D } from "lucide-react";
17
+ import { Bike as T, CheckCircle2 as E, Package as D, Plus as O } from "lucide-react";
18
18
  //#region src/components/BookingBikeVariantDialog/index.tsx
19
- function O({ open: p, product: O, onOpenChange: A, getVariantAvailabilityLabel: j, isVariantOutOfCapacity: M, addDisabled: N = !1, onAddVariant: P }) {
20
- let { t: F, i18n: I } = C(), L = S(o), R = m(), [z, B] = y({});
19
+ var k = (e) => {
20
+ let t = Number.parseInt(e, 10);
21
+ return !Number.isFinite(t) || t < 1 ? 1 : t;
22
+ };
23
+ function A({ open: p, product: A, onOpenChange: M, getVariantAvailabilityLabel: N, isVariantOutOfCapacity: P, addDisabled: F = !1, onAddVariant: I }) {
24
+ let { t: L, i18n: R } = C(), z = S(o), B = m(), [V, H] = y({});
21
25
  if (v(() => {
22
- !O || !p || B((O.productVariants ?? []).reduce((e, t) => (e[t.id] = 1, e), {}));
23
- }, [p, O]), !O) return null;
24
- let V = (e, t) => {
25
- B((n) => ({
26
+ !A || !p || H((A.productVariants ?? []).reduce((e, t) => (e[t.id] = "1", e), {}));
27
+ }, [p, A]), !A) return null;
28
+ let U = (e, t) => {
29
+ H((n) => ({
26
30
  ...n,
27
- [e]: Math.max(1, Math.floor(t))
31
+ [e]: t
28
32
  }));
29
- }, H = r(O.name, I.language, R), U = r(O.description, I.language, R), W = r(O.warning, I.language, R), G = typeof O.images?.[0] == "string" ? O.images[0].trim() : "", K = _(O.primaryImageStyle), q = n(O.availabilityStatus), J = O.features?.slice(0, 4) ?? [], Y = O.productVariants ?? [], X = Y.some((t) => !!e(t, "size")) ? F("product_size_label") : F("product_variant_label");
33
+ }, W = n(A.name, R.language, B), G = n(A.description, R.language, B), K = n(A.warning, R.language, B), q = typeof A.images?.[0] == "string" ? A.images[0].trim() : "", J = _(A.primaryImageStyle), Y = r(A.availabilityStatus), X = A.features?.slice(0, 4) ?? [], Z = A.productVariants ?? [], Q = Z.some((t) => !!e(t, "size")) ? L("product_size_label") : L("product_variant_label");
30
34
  return /* @__PURE__ */ b(s, {
31
35
  open: p,
32
- onOpenChange: A,
36
+ onOpenChange: M,
33
37
  children: /* @__PURE__ */ b(c, {
34
38
  "data-testid": "storefront-booking-bike-dialog-content",
35
39
  className: "overflow-hidden border-slate-200 bg-white p-0",
@@ -43,10 +47,10 @@ function O({ open: p, product: O, onOpenChange: A, getVariantAvailabilityLabel:
43
47
  className: "border-b border-slate-200 px-5 py-4 text-left sm:px-6",
44
48
  children: [/* @__PURE__ */ b(f, {
45
49
  className: "text-left text-lg font-semibold text-slate-950",
46
- children: /* @__PURE__ */ b("span", { children: H })
50
+ children: /* @__PURE__ */ b("span", { children: W })
47
51
  }), /* @__PURE__ */ b(l, {
48
52
  className: "line-clamp-2 text-left text-sm text-slate-600",
49
- children: /* @__PURE__ */ b("span", { children: U })
53
+ children: /* @__PURE__ */ b("span", { children: G })
50
54
  })]
51
55
  }),
52
56
  /* @__PURE__ */ b("div", {
@@ -57,61 +61,70 @@ function O({ open: p, product: O, onOpenChange: A, getVariantAvailabilityLabel:
57
61
  className: "grid gap-4",
58
62
  children: [
59
63
  /* @__PURE__ */ b("div", {
60
- className: w("relative aspect-[1618/1000] overflow-hidden rounded-2xl", K.className),
61
- style: K.style,
62
- children: G ? /* @__PURE__ */ b("img", {
63
- src: G,
64
- alt: H,
64
+ className: w("relative aspect-[1618/1000] overflow-hidden rounded-2xl", J.className),
65
+ style: J.style,
66
+ children: q ? /* @__PURE__ */ b("img", {
67
+ src: q,
68
+ alt: W,
65
69
  className: "absolute inset-0 h-full w-full object-contain p-2",
66
70
  loading: "lazy"
67
71
  }) : /* @__PURE__ */ b("div", {
68
72
  className: "absolute inset-0 flex items-center justify-center text-slate-400",
69
- children: /* @__PURE__ */ b(T, {
73
+ children: A.kind === "accessory" ? /* @__PURE__ */ b(D, {
74
+ className: "h-12 w-12",
75
+ "aria-hidden": "true"
76
+ }) : /* @__PURE__ */ b(T, {
70
77
  className: "h-12 w-12",
71
78
  "aria-hidden": "true"
72
79
  })
73
80
  })
74
81
  }),
75
- L ? null : /* @__PURE__ */ x("div", {
82
+ z ? null : /* @__PURE__ */ x("div", {
76
83
  className: "flex flex-wrap items-center gap-2",
77
84
  children: [/* @__PURE__ */ b(i, {
78
- variant: q.variant,
79
- children: /* @__PURE__ */ b("span", { children: F(q.labelKey) })
80
- }), /* @__PURE__ */ b(g, { prices: O.prices })]
85
+ variant: Y.variant,
86
+ children: /* @__PURE__ */ b("span", { children: L(Y.labelKey) })
87
+ }), /* @__PURE__ */ b(g, {
88
+ prices: A.prices,
89
+ openOnHover: A.kind !== "accessory"
90
+ })]
81
91
  }),
82
- !L && J.length > 0 ? /* @__PURE__ */ x("div", {
92
+ !z && X.length > 0 ? /* @__PURE__ */ x("div", {
83
93
  className: "grid gap-2",
84
94
  children: [/* @__PURE__ */ b("p", {
85
95
  className: "text-sm font-semibold text-slate-950",
86
- children: /* @__PURE__ */ b("span", { children: F("product_features_title") })
96
+ children: /* @__PURE__ */ b("span", { children: L("product_features_title") })
87
97
  }), /* @__PURE__ */ b("ul", {
88
98
  className: "grid gap-1.5 text-sm text-slate-700",
89
- children: J.map((e, t) => /* @__PURE__ */ x("li", {
99
+ children: X.map((e, t) => /* @__PURE__ */ x("li", {
90
100
  className: "inline-flex items-start gap-2",
91
101
  children: [/* @__PURE__ */ b(E, {
92
102
  className: "mt-0.5 h-4 w-4 text-success",
93
103
  "aria-hidden": "true"
94
- }), /* @__PURE__ */ b("span", { children: r(e, I.language, R) })]
95
- }, `${O.id}-${t}`))
104
+ }), /* @__PURE__ */ b("span", { children: n(e, R.language, B) })]
105
+ }, `${A.id}-${t}`))
96
106
  })]
97
107
  }) : null,
98
- L ? null : /* @__PURE__ */ b(h, { warning: W })
108
+ z ? null : /* @__PURE__ */ b(h, { warning: K })
99
109
  ]
100
110
  }), /* @__PURE__ */ x("div", {
101
111
  className: "grid content-start gap-3",
102
112
  children: [
103
- L ? /* @__PURE__ */ x("div", {
113
+ z ? /* @__PURE__ */ x("div", {
104
114
  className: "flex flex-wrap items-center gap-2",
105
115
  children: [/* @__PURE__ */ b(i, {
106
- variant: q.variant,
107
- children: /* @__PURE__ */ b("span", { children: F(q.labelKey) })
108
- }), /* @__PURE__ */ b(g, { prices: O.prices })]
116
+ variant: Y.variant,
117
+ children: /* @__PURE__ */ b("span", { children: L(Y.labelKey) })
118
+ }), /* @__PURE__ */ b(g, {
119
+ prices: A.prices,
120
+ openOnHover: A.kind !== "accessory"
121
+ })]
109
122
  }) : null,
110
- L && J.length > 0 ? /* @__PURE__ */ x("details", {
123
+ z && X.length > 0 ? /* @__PURE__ */ x("details", {
111
124
  className: "group rounded-2xl border border-slate-200 bg-slate-50",
112
125
  children: [/* @__PURE__ */ x("summary", {
113
126
  className: "flex cursor-pointer list-none items-center justify-between gap-3 px-3 py-2.5 text-sm font-semibold text-slate-950 [&::-webkit-details-marker]:hidden",
114
- children: [/* @__PURE__ */ b("span", { children: F("product_features_title") }), /* @__PURE__ */ b(D, {
127
+ children: [/* @__PURE__ */ b("span", { children: L("product_features_title") }), /* @__PURE__ */ b(O, {
115
128
  className: "h-4 w-4 shrink-0 transition-transform group-open:rotate-45",
116
129
  "aria-hidden": "true"
117
130
  })]
@@ -119,25 +132,25 @@ function O({ open: p, product: O, onOpenChange: A, getVariantAvailabilityLabel:
119
132
  className: "border-t border-slate-200 px-3 py-3",
120
133
  children: /* @__PURE__ */ b("ul", {
121
134
  className: "grid gap-1.5 text-sm text-slate-700",
122
- children: J.map((e, t) => /* @__PURE__ */ x("li", {
135
+ children: X.map((e, t) => /* @__PURE__ */ x("li", {
123
136
  className: "inline-flex items-start gap-2",
124
137
  children: [/* @__PURE__ */ b(E, {
125
138
  className: "mt-0.5 h-4 w-4 text-success",
126
139
  "aria-hidden": "true"
127
- }), /* @__PURE__ */ b("span", { children: r(e, I.language, R) })]
128
- }, `${O.id}-mobile-${t}`))
140
+ }), /* @__PURE__ */ b("span", { children: n(e, R.language, B) })]
141
+ }, `${A.id}-mobile-${t}`))
129
142
  })
130
143
  })]
131
144
  }) : null,
132
- L ? /* @__PURE__ */ b(h, { warning: W }) : null,
145
+ z ? /* @__PURE__ */ b(h, { warning: K }) : null,
133
146
  /* @__PURE__ */ b("p", {
134
147
  className: "text-2xs font-medium uppercase tracking-[0.18em] text-slate-500",
135
- children: /* @__PURE__ */ b("span", { children: X })
148
+ children: /* @__PURE__ */ b("span", { children: Q })
136
149
  }),
137
150
  /* @__PURE__ */ b("div", {
138
151
  className: "grid gap-2",
139
- children: Y.map((e) => {
140
- let n = `storefront-booking-bike-dialog-variant-option-${O.id}-${e.id}`.toLowerCase(), { label: r, description: o } = t(e), s = z[e.id] ?? 1, c = M?.(e.id) === !0, l = j?.(e.id) ?? null;
152
+ children: Z.map((e) => {
153
+ let n = `storefront-booking-bike-dialog-variant-option-${A.id}-${e.id}`.toLowerCase(), { label: r, description: o } = t(e), s = V[e.id] ?? "1", c = P?.(e.id) === !0, l = N?.(e.id) ?? null;
141
154
  return /* @__PURE__ */ x("div", {
142
155
  "data-testid": n,
143
156
  className: w("flex flex-col gap-3 rounded-2xl border p-3 sm:flex-row sm:items-center sm:justify-between", "border-slate-200 bg-slate-50"),
@@ -162,21 +175,20 @@ function O({ open: p, product: O, onOpenChange: A, getVariantAvailabilityLabel:
162
175
  ]
163
176
  }), /* @__PURE__ */ x("div", {
164
177
  className: "flex flex-wrap items-center gap-2 sm:justify-end",
165
- children: [/* @__PURE__ */ b(k, {
178
+ children: [/* @__PURE__ */ b(j, {
166
179
  quantity: s,
167
- decreaseAriaLabel: F("decrease_quantity"),
168
- increaseAriaLabel: F("increase_quantity"),
169
- onQuantityChange: (t) => V(e.id, t),
170
- testIdPrefix: `storefront-booking-bike-dialog-variant-quantity-${O.id}-${e.id}`.toLowerCase()
180
+ ariaLabel: L("quantity_label"),
181
+ onQuantityChange: (t) => U(e.id, t),
182
+ testIdPrefix: `storefront-booking-bike-dialog-variant-quantity-${A.id}-${e.id}`.toLowerCase()
171
183
  }), /* @__PURE__ */ x(a, {
172
184
  type: "button",
173
185
  className: "gap-1.5 rounded-xl",
174
- "data-testid": `storefront-booking-bike-dialog-variant-add-${O.id}-${e.id}`.toLowerCase(),
175
- disabled: N,
186
+ "data-testid": `storefront-booking-bike-dialog-variant-add-${A.id}-${e.id}`.toLowerCase(),
187
+ disabled: F,
176
188
  onClick: () => {
177
- P(e.id, s);
189
+ I(e.id, k(s));
178
190
  },
179
- children: [/* @__PURE__ */ b("span", { children: F("add_short") }), /* @__PURE__ */ b(D, {
191
+ children: [/* @__PURE__ */ b("span", { children: L("add_short") }), /* @__PURE__ */ b(O, {
180
192
  className: "h-4 w-4",
181
193
  "aria-hidden": "true"
182
194
  })]
@@ -195,8 +207,8 @@ function O({ open: p, product: O, onOpenChange: A, getVariantAvailabilityLabel:
195
207
  type: "button",
196
208
  variant: "outline",
197
209
  className: "h-11 w-full rounded-xl sm:w-auto",
198
- onClick: () => A(!1),
199
- children: /* @__PURE__ */ b("span", { children: F("close_modal") })
210
+ onClick: () => M(!1),
211
+ children: /* @__PURE__ */ b("span", { children: L("close_modal") })
200
212
  })
201
213
  })
202
214
  ]
@@ -204,44 +216,24 @@ function O({ open: p, product: O, onOpenChange: A, getVariantAvailabilityLabel:
204
216
  })
205
217
  });
206
218
  }
207
- function k({ decreaseAriaLabel: e, increaseAriaLabel: t, onQuantityChange: n, quantity: r, testIdPrefix: i }) {
208
- let o = (e, t) => {
209
- let i = t?.metaKey || t?.ctrlKey ? 10 : 1;
210
- n(Math.max(1, r + e * i));
211
- };
212
- return /* @__PURE__ */ x("div", {
213
- className: "flex items-center gap-1",
214
- children: [
215
- /* @__PURE__ */ b(a, {
216
- type: "button",
217
- variant: "outline",
218
- size: "icon",
219
- className: "h-9 w-9 font-semibold",
220
- "aria-label": e,
221
- "data-testid": `${i}-decrement`,
222
- onClick: (e) => o(-1, e),
223
- children: /* @__PURE__ */ b("span", { children: "-" })
224
- }),
225
- /* @__PURE__ */ b(p, {
226
- type: "text",
227
- readOnly: !0,
228
- value: r,
229
- className: "h-9 w-12 text-center",
230
- "aria-live": "polite",
231
- "data-testid": `${i}-value`
232
- }),
233
- /* @__PURE__ */ b(a, {
234
- type: "button",
235
- variant: "outline",
236
- size: "icon",
237
- className: "h-9 w-9 font-semibold",
238
- "aria-label": t,
239
- "data-testid": `${i}-increment`,
240
- onClick: (e) => o(1, e),
241
- children: /* @__PURE__ */ b("span", { children: "+" })
242
- })
243
- ]
219
+ function j({ ariaLabel: e, onQuantityChange: t, quantity: n, testIdPrefix: r }) {
220
+ return /* @__PURE__ */ b("div", {
221
+ className: "flex items-center",
222
+ children: /* @__PURE__ */ b(p, {
223
+ type: "text",
224
+ inputMode: "numeric",
225
+ pattern: "[0-9]*",
226
+ value: n,
227
+ onChange: (e) => {
228
+ let n = e.target.value.replace(/\D/g, "");
229
+ t(n ? String(k(n)) : "");
230
+ },
231
+ onBlur: () => t(String(k(n))),
232
+ className: "h-9 w-16 text-center",
233
+ "aria-label": e,
234
+ "data-testid": `${r}-value`
235
+ })
244
236
  });
245
237
  }
246
238
  //#endregion
247
- export { O as BookingBikeVariantDialog };
239
+ export { A as BookingBikeVariantDialog };
@@ -1,6 +1,6 @@
1
1
  import { Content as e, Provider as t, Root as n, TooltipTrigger as r } from "../../../ui/tooltip.js";
2
2
  import { useBookingPeriod as i } from "../BookingPeriodContext.js";
3
- import { useMorphingModalWizardOverlayLayer as a } from "../../../chunks/pkg/ui/dist/MorphingModalWizard-j1CgFGLe.js";
3
+ import { useMorphingModalWizardOverlayLayer as a } from "../../../chunks/pkg/ui/dist/MorphingModalWizard-DOH1GYVR.js";
4
4
  import { DayPicker as o } from "../../../ui/day-picker.js";
5
5
  import { Label as s } from "../../../ui/label.js";
6
6
  import { BookingPeriodFieldErrorMessage as c } from "./BookingPeriodFieldErrorMessage.js";
@@ -1,5 +1,5 @@
1
1
  import { useBookingPeriod as e } from "../BookingPeriodContext.js";
2
- import { useMorphingModalWizardOverlayLayer as t } from "../../../chunks/pkg/ui/dist/MorphingModalWizard-j1CgFGLe.js";
2
+ import { useMorphingModalWizardOverlayLayer as t } from "../../../chunks/pkg/ui/dist/MorphingModalWizard-DOH1GYVR.js";
3
3
  import { Label as n } from "../../../ui/label.js";
4
4
  import { BookingPeriodFieldErrorMessage as r } from "./BookingPeriodFieldErrorMessage.js";
5
5
  import { BookingHourPickerField as i } from "./internal/BookingHourPickerField.js";
@@ -1,5 +1,5 @@
1
1
  import { useBookingPeriod as e } from "../BookingPeriodContext.js";
2
- import { useMorphingModalWizardOverlayLayer as t } from "../../../chunks/pkg/ui/dist/MorphingModalWizard-j1CgFGLe.js";
2
+ import { useMorphingModalWizardOverlayLayer as t } from "../../../chunks/pkg/ui/dist/MorphingModalWizard-DOH1GYVR.js";
3
3
  import { DayPicker as n } from "../../../ui/day-picker.js";
4
4
  import { Label as r } from "../../../ui/label.js";
5
5
  import { BookingPeriodFieldErrorMessage as i } from "./BookingPeriodFieldErrorMessage.js";
@@ -1,5 +1,5 @@
1
1
  import { useBookingPeriod as e } from "../BookingPeriodContext.js";
2
- import { useMorphingModalWizardOverlayLayer as t } from "../../../chunks/pkg/ui/dist/MorphingModalWizard-j1CgFGLe.js";
2
+ import { useMorphingModalWizardOverlayLayer as t } from "../../../chunks/pkg/ui/dist/MorphingModalWizard-DOH1GYVR.js";
3
3
  import { Label as n } from "../../../ui/label.js";
4
4
  import { BookingPeriodFieldErrorMessage as r } from "./BookingPeriodFieldErrorMessage.js";
5
5
  import { BookingHourPickerField as i } from "./internal/BookingHourPickerField.js";