@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.
- package/dist/StorefrontContext.d.ts +483 -0
- package/dist/StorefrontContext.d.ts.map +1 -0
- package/dist/StorefrontContext.js +39 -0
- package/dist/StorefrontProvider.d.ts +6 -486
- package/dist/StorefrontProvider.d.ts.map +1 -1
- package/dist/StorefrontProvider.js +34 -67
- package/dist/chunks/pkg/ui/dist/{MorphingModalWizard-j1CgFGLe.js → MorphingModalWizard-DOH1GYVR.js} +1 -0
- package/dist/components/AboutSection/index.js +5 -5
- package/dist/components/BikeProductCard/index.d.ts +2 -1
- package/dist/components/BikeProductCard/index.d.ts.map +1 -1
- package/dist/components/BikeProductCard/index.js +28 -28
- package/dist/components/BookingBikeQuickAddCard/index.d.ts +19 -0
- package/dist/components/BookingBikeQuickAddCard/index.d.ts.map +1 -0
- package/dist/components/BookingBikeQuickAddCard/index.js +174 -0
- package/dist/components/BookingBikeVariantDialog/index.d.ts +5 -2
- package/dist/components/BookingBikeVariantDialog/index.d.ts.map +1 -1
- package/dist/components/BookingBikeVariantDialog/index.js +85 -93
- package/dist/components/BookingPeriodSelector/components/BookingEndDateField.js +1 -1
- package/dist/components/BookingPeriodSelector/components/BookingEndTimeField.js +1 -1
- package/dist/components/BookingPeriodSelector/components/BookingStartDateField.js +1 -1
- package/dist/components/BookingPeriodSelector/components/BookingStartTimeField.js +1 -1
- package/dist/components/ContactSection/index.js +107 -107
- package/dist/components/ContractSaleDocument/Invoice.d.ts.map +1 -1
- package/dist/components/ContractSaleDocument/Invoice.js +117 -111
- package/dist/components/Header/index.js +4 -4
- package/dist/components/Layout/index.d.ts.map +1 -1
- package/dist/components/Layout/index.js +47 -40
- package/dist/components/PlatformFooter/index.js +1 -1
- package/dist/components/ProductPriceBadge/index.d.ts +2 -1
- package/dist/components/ProductPriceBadge/index.d.ts.map +1 -1
- package/dist/components/ProductPriceBadge/index.js +72 -70
- package/dist/components/TestimonialsSection/index.js +1 -1
- package/dist/i18n/en.d.ts +3 -0
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +3 -0
- package/dist/i18n/fr.d.ts +3 -0
- package/dist/i18n/fr.d.ts.map +1 -1
- package/dist/i18n/fr.js +3 -0
- package/dist/index.d.ts +19 -2
- package/dist/index.js +59 -58
- package/dist/lib/cartSummary.js +7 -7
- package/dist/lib/products.d.ts +6 -0
- package/dist/lib/products.d.ts.map +1 -1
- package/dist/lib/products.js +36 -32
- package/dist/lib/toast.d.ts +9 -0
- package/dist/lib/toast.d.ts.map +1 -0
- package/dist/lib/toast.js +13 -0
- package/dist/pages/BookingPage.d.ts.map +1 -1
- package/dist/pages/BookingPage.js +323 -396
- package/dist/pages/CheckoutPage.js +217 -217
- package/dist/pages/CheckoutPaymentPage.js +124 -124
- package/dist/pages/ContractSaleDocumentPage.d.ts.map +1 -1
- package/dist/pages/ContractSaleDocumentPage.js +83 -83
- package/dist/pages/ErrorPage.d.ts.map +1 -1
- package/dist/pages/ErrorPage.js +13 -13
- package/dist/pages/HomePage.js +6 -3
- package/dist/pages/NotFoundPage.js +1 -1
- package/dist/pages/ProductPage.d.ts.map +1 -1
- package/dist/pages/ProductPage.js +177 -165
- package/dist/pages/checkout/components/CheckoutPaymentSummaryCard.js +1 -1
- package/dist/storefront.css +1 -1
- package/dist/ui/button.js +3 -3
- package/package.json +3 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { getProductVariantAttributeValue as e, getStorefrontProductVariantDisplay as t } from "../../lib/productVariants.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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 "../../
|
|
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,
|
|
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
|
-
|
|
20
|
-
let
|
|
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
|
-
!
|
|
23
|
-
}, [p,
|
|
24
|
-
let
|
|
25
|
-
|
|
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]:
|
|
31
|
+
[e]: t
|
|
28
32
|
}));
|
|
29
|
-
},
|
|
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:
|
|
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:
|
|
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:
|
|
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",
|
|
61
|
-
style:
|
|
62
|
-
children:
|
|
63
|
-
src:
|
|
64
|
-
alt:
|
|
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(
|
|
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
|
-
|
|
82
|
+
z ? null : /* @__PURE__ */ x("div", {
|
|
76
83
|
className: "flex flex-wrap items-center gap-2",
|
|
77
84
|
children: [/* @__PURE__ */ b(i, {
|
|
78
|
-
variant:
|
|
79
|
-
children: /* @__PURE__ */ b("span", { children:
|
|
80
|
-
}), /* @__PURE__ */ b(g, {
|
|
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
|
-
!
|
|
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:
|
|
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:
|
|
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:
|
|
95
|
-
}, `${
|
|
104
|
+
}), /* @__PURE__ */ b("span", { children: n(e, R.language, B) })]
|
|
105
|
+
}, `${A.id}-${t}`))
|
|
96
106
|
})]
|
|
97
107
|
}) : null,
|
|
98
|
-
|
|
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
|
-
|
|
113
|
+
z ? /* @__PURE__ */ x("div", {
|
|
104
114
|
className: "flex flex-wrap items-center gap-2",
|
|
105
115
|
children: [/* @__PURE__ */ b(i, {
|
|
106
|
-
variant:
|
|
107
|
-
children: /* @__PURE__ */ b("span", { children:
|
|
108
|
-
}), /* @__PURE__ */ b(g, {
|
|
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
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
128
|
-
}, `${
|
|
140
|
+
}), /* @__PURE__ */ b("span", { children: n(e, R.language, B) })]
|
|
141
|
+
}, `${A.id}-mobile-${t}`))
|
|
129
142
|
})
|
|
130
143
|
})]
|
|
131
144
|
}) : null,
|
|
132
|
-
|
|
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:
|
|
148
|
+
children: /* @__PURE__ */ b("span", { children: Q })
|
|
136
149
|
}),
|
|
137
150
|
/* @__PURE__ */ b("div", {
|
|
138
151
|
className: "grid gap-2",
|
|
139
|
-
children:
|
|
140
|
-
let n = `storefront-booking-bike-dialog-variant-option-${
|
|
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(
|
|
178
|
+
children: [/* @__PURE__ */ b(j, {
|
|
166
179
|
quantity: s,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
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-${
|
|
175
|
-
disabled:
|
|
186
|
+
"data-testid": `storefront-booking-bike-dialog-variant-add-${A.id}-${e.id}`.toLowerCase(),
|
|
187
|
+
disabled: F,
|
|
176
188
|
onClick: () => {
|
|
177
|
-
|
|
189
|
+
I(e.id, k(s));
|
|
178
190
|
},
|
|
179
|
-
children: [/* @__PURE__ */ b("span", { children:
|
|
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: () =>
|
|
199
|
-
children: /* @__PURE__ */ b("span", { children:
|
|
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
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
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 {
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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";
|