@loczer/storefront-sdk 0.212.0 → 0.214.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 (62) hide show
  1. package/dist/StorefrontContext.d.ts +18 -0
  2. package/dist/StorefrontContext.d.ts.map +1 -1
  3. package/dist/StorefrontProvider.d.ts +9 -0
  4. package/dist/StorefrontProvider.d.ts.map +1 -1
  5. package/dist/chunks/pkg/ui/dist/Drawer/{index-CSvSVP_J.js → index-Dp62Y2o5.js} +10 -7
  6. package/dist/chunks/pkg/ui/dist/{ResponsiveDialog-BVwhTZQo.js → ResponsiveDialog-BJ0RG6gh.js} +1 -1
  7. package/dist/components/BikeProductCard/index.d.ts.map +1 -1
  8. package/dist/components/BikeProductCard/index.js +5 -5
  9. package/dist/components/BookingBikeVariantDialog/index.d.ts.map +1 -1
  10. package/dist/components/BookingBikeVariantDialog/index.js +23 -27
  11. package/dist/components/BookingFlowSteps/index.d.ts.map +1 -1
  12. package/dist/components/BookingFlowSteps/index.js +73 -32
  13. package/dist/components/BookingPeriodSelector/components/BookingEndDateField.js +1 -1
  14. package/dist/components/BookingPeriodSelector/components/BookingEndTimeField.js +1 -1
  15. package/dist/components/BookingPeriodSelector/components/BookingMobileDateDrawer.js +16 -16
  16. package/dist/components/BookingPeriodSelector/components/BookingStartDateField.js +1 -1
  17. package/dist/components/BookingPeriodSelector/components/BookingStartTimeField.js +1 -1
  18. package/dist/components/BookingPeriodSelector/components/internal/StorefrontHourPickerField.js +2 -2
  19. package/dist/components/BookingPeriodSelector/index.js +3 -3
  20. package/dist/components/Footer/index.d.ts +2 -1
  21. package/dist/components/Footer/index.d.ts.map +1 -1
  22. package/dist/components/Footer/index.js +64 -58
  23. package/dist/components/FulfillmentSection/index.js +10 -4
  24. package/dist/components/Header/index.d.ts.map +1 -1
  25. package/dist/components/Header/index.js +205 -100
  26. package/dist/components/Layout/index.d.ts.map +1 -1
  27. package/dist/components/Layout/index.js +3 -2
  28. package/dist/components/PlatformFooter/index.js +6 -6
  29. package/dist/components/ProductPriceBadge/index.js +16 -10
  30. package/dist/components/StorefrontCancellationPolicyNotice/index.js +1 -1
  31. package/dist/components/StorefrontInsuranceNotice/index.js +1 -1
  32. package/dist/components/StorefrontPopupMessages/index.js +1 -1
  33. package/dist/i18n/en.d.ts +13 -4
  34. package/dist/i18n/en.d.ts.map +1 -1
  35. package/dist/i18n/en.js +13 -4
  36. package/dist/i18n/fr.d.ts +13 -4
  37. package/dist/i18n/fr.d.ts.map +1 -1
  38. package/dist/i18n/fr.js +13 -4
  39. package/dist/index.d.ts +88 -11
  40. package/dist/index.js +69 -68
  41. package/dist/lib/cart.d.ts +6 -2
  42. package/dist/lib/cart.d.ts.map +1 -1
  43. package/dist/lib/cart.js +45 -23
  44. package/dist/lib/checkoutSubmit.d.ts +3 -0
  45. package/dist/lib/checkoutSubmit.d.ts.map +1 -1
  46. package/dist/lib/checkoutSubmit.js +14 -2
  47. package/dist/pages/BookingPage.d.ts.map +1 -1
  48. package/dist/pages/BookingPage.js +8 -2
  49. package/dist/pages/CheckoutPage.d.ts.map +1 -1
  50. package/dist/pages/CheckoutPage.js +235 -245
  51. package/dist/pages/HomePage.d.ts.map +1 -1
  52. package/dist/pages/HomePage.js +253 -235
  53. package/dist/pages/RentalTermsPage.d.ts +2 -0
  54. package/dist/pages/RentalTermsPage.d.ts.map +1 -0
  55. package/dist/pages/RentalTermsPage.js +52 -0
  56. package/dist/routes.d.ts.map +1 -1
  57. package/dist/routes.js +14 -10
  58. package/dist/storefront.css +1 -1
  59. package/dist/storefrontSchemas.d.ts +19 -0
  60. package/dist/storefrontSchemas.d.ts.map +1 -1
  61. package/dist/storefrontSchemas.js +39 -35
  62. package/package.json +1 -1
@@ -11,14 +11,14 @@ import { cn as d } from "@rpcbase/ui";
11
11
  var f = ({ className: t, ...f }) => /* @__PURE__ */ l(e, {
12
12
  ...f,
13
13
  children: /* @__PURE__ */ u(c, { children: [/* @__PURE__ */ u("div", {
14
- className: d("grid grid-cols-1 gap-x-6 gap-y-4 md:grid-cols-2", t),
14
+ className: d("grid min-w-0 grid-cols-1 gap-x-6 gap-y-4 md:grid-cols-2", t),
15
15
  children: [
16
16
  /* @__PURE__ */ u("div", {
17
- className: "flex items-start space-x-4",
17
+ className: "grid min-w-0 grid-cols-1 items-start gap-3 sm:grid-cols-[minmax(0,1fr)_150px]",
18
18
  children: [/* @__PURE__ */ l(n, {}), /* @__PURE__ */ l(r, {})]
19
19
  }),
20
20
  /* @__PURE__ */ u("div", {
21
- className: "flex items-start space-x-4",
21
+ className: "grid min-w-0 grid-cols-1 items-start gap-3 sm:grid-cols-[minmax(0,1fr)_150px]",
22
22
  children: [/* @__PURE__ */ l(i, {}), /* @__PURE__ */ l(a, {})]
23
23
  }),
24
24
  /* @__PURE__ */ l(s, {})
@@ -1,11 +1,12 @@
1
1
  import { StorefrontConfiguration, StorefrontShop } from '../../storefrontSchemas';
2
2
  type FooterProps = {
3
+ storeSlug?: string;
3
4
  shop?: StorefrontShop;
4
5
  whatsappHref?: string;
5
6
  whatsappPhoneDisplay?: string;
6
7
  openingHours?: StorefrontConfiguration["bookingEngine"]["shop"]["openingHours"];
7
8
  openingHoursOverrides?: StorefrontConfiguration["bookingEngine"]["shop"]["openingHoursOverrides"];
8
9
  };
9
- export declare function Footer({ shop, whatsappHref, whatsappPhoneDisplay, openingHours, openingHoursOverrides, }: FooterProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function Footer({ storeSlug, shop, whatsappHref, whatsappPhoneDisplay, openingHours, openingHoursOverrides, }: FooterProps): import("react/jsx-runtime").JSX.Element;
10
11
  export {};
11
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Footer/index.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,uBAAuB,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAStF,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,cAAc,CAAA;IACrB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,YAAY,CAAC,EAAE,uBAAuB,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC,cAAc,CAAC,CAAA;IAC/E,qBAAqB,CAAC,EAAE,uBAAuB,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC,uBAAuB,CAAC,CAAA;CAClG,CAAA;AAyCD,wBAAgB,MAAM,CAAC,EACrB,IAAI,EACJ,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,qBAAqB,GACtB,EAAE,WAAW,2CA8Ib"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Footer/index.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,uBAAuB,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAWtF,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,cAAc,CAAA;IACrB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,YAAY,CAAC,EAAE,uBAAuB,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC,cAAc,CAAC,CAAA;IAC/E,qBAAqB,CAAC,EAAE,uBAAuB,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC,uBAAuB,CAAC,CAAA;CAClG,CAAA;AAyCD,wBAAgB,MAAM,CAAC,EACrB,SAAS,EACT,IAAI,EACJ,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,qBAAqB,GACtB,EAAE,WAAW,2CAoJb"}
@@ -3,30 +3,31 @@ import n from "../../chunks/assets/whatsapp-m5e0vjnZ.js";
3
3
  import { MISSING_SHOP_ADDRESS as r, MISSING_SHOP_EMAIL as i, MISSING_SHOP_PHONE_NUMBER as a } from "../../lib/storefrontMissingValues.js";
4
4
  import { BusinessHours as o } from "./BusinessHours.js";
5
5
  import { jsx as s, jsxs as c } from "react/jsx-runtime";
6
- import { useTranslation as l } from "react-i18next";
7
- import { cn as u } from "@rpcbase/ui";
8
- import { Clock as d, Mail as f, MapPin as p, Phone as m } from "lucide-react";
6
+ import { Link as l } from "@rpcbase/router";
7
+ import { useTranslation as u } from "react-i18next";
8
+ import { cn as d } from "@rpcbase/ui";
9
+ import { Clock as f, Mail as p, MapPin as m, Phone as h } from "lucide-react";
9
10
  //#region src/components/Footer/index.tsx
10
- var h = "group inline-flex gap-2 text-sm font-normal text-slate-600 decoration-current underline-offset-4 transition-colors hover:text-slate-800 hover:underline", g = "mt-0.5 inline-flex h-4 w-4 flex-shrink-0 items-center justify-center text-current transition-colors", _ = (e) => (Math.trunc(e) % 7 + 7) % 7, v = (e) => Array.isArray(e) ? e.map((e) => ({
11
+ var g = "group inline-flex gap-2 text-sm font-normal text-slate-600 decoration-current underline-offset-4 transition-colors hover:text-slate-800 hover:underline", _ = "inline-flex text-sm font-normal text-slate-600 decoration-current underline-offset-4 transition-colors hover:text-slate-800 hover:underline", v = "mt-0.5 inline-flex h-4 w-4 flex-shrink-0 items-center justify-center text-current transition-colors", y = (e) => (Math.trunc(e) % 7 + 7) % 7, b = (e) => Array.isArray(e) ? e.map((e) => ({
11
12
  name: e.name,
12
13
  startDate: e.startDate,
13
14
  endDate: e.endDate,
14
15
  openingHours: e.openingHours.map((e) => ({
15
- day: _(e.day),
16
+ day: y(e.day),
16
17
  openingSlots: e.openingSlots.map((e) => ({
17
18
  start: e.start,
18
19
  end: e.end
19
20
  }))
20
21
  }))
21
- })) : [], y = (e) => Array.isArray(e) ? e.map((e) => ({
22
+ })) : [], x = (e) => Array.isArray(e) ? e.map((e) => ({
22
23
  date: e.date,
23
24
  openingSlots: e.openingSlots.map((e) => ({
24
25
  start: e.start,
25
26
  end: e.end
26
27
  }))
27
28
  })) : [];
28
- function b({ shop: _, whatsappHref: b, whatsappPhoneDisplay: x, openingHours: S, openingHoursOverrides: C }) {
29
- let { t: w } = l(), T = t(_), E = _?.emailAddress?.trim() ?? "", D = _?.address?.trim() ?? "", O = e(_), k = v(S), A = y(C), j = k.length > 0;
29
+ function S({ storeSlug: y, shop: S, whatsappHref: C, whatsappPhoneDisplay: w, openingHours: T, openingHoursOverrides: E }) {
30
+ let { t: D } = u(), O = t(S), k = S?.emailAddress?.trim() ?? "", A = S?.address?.trim() ?? "", j = e(S), M = b(T), N = x(E), P = M.length > 0, F = y?.trim() || S?.slug?.trim() || "", I = F ? `/${encodeURIComponent(F)}/rental-terms` : "rental-terms";
30
31
  return /* @__PURE__ */ s("footer", {
31
32
  className: "border-t bg-white",
32
33
  children: /* @__PURE__ */ c("div", {
@@ -36,28 +37,33 @@ function b({ shop: _, whatsappHref: b, whatsappPhoneDisplay: x, openingHours: S,
36
37
  className: "space-y-2",
37
38
  children: [/* @__PURE__ */ s("p", {
38
39
  className: "text-sm font-semibold text-slate-950",
39
- children: /* @__PURE__ */ s("span", { children: w("footer_brand_title") })
40
- }), /* @__PURE__ */ s("p", {
41
- className: "text-sm text-slate-600",
42
- children: /* @__PURE__ */ s("span", { children: w("footer_brand_description") })
40
+ children: /* @__PURE__ */ s("span", { children: D("footer_information_title") })
41
+ }), /* @__PURE__ */ s("nav", {
42
+ className: "grid gap-2",
43
+ "aria-label": D("footer_information_title"),
44
+ children: /* @__PURE__ */ s(l, {
45
+ className: _,
46
+ to: I,
47
+ children: /* @__PURE__ */ s("span", { children: D("rental_terms_title") })
48
+ })
43
49
  })]
44
50
  }),
45
51
  /* @__PURE__ */ c("div", {
46
52
  className: "space-y-2",
47
53
  children: [/* @__PURE__ */ s("p", {
48
54
  className: "text-sm font-semibold text-slate-950",
49
- children: /* @__PURE__ */ s("span", { children: w("footer_contact_title") })
55
+ children: /* @__PURE__ */ s("span", { children: D("footer_contact_title") })
50
56
  }), /* @__PURE__ */ c("div", {
51
57
  className: "grid gap-2",
52
58
  children: [
53
- b ? /* @__PURE__ */ c("a", {
54
- className: u(h, "items-center"),
55
- href: b,
59
+ C ? /* @__PURE__ */ c("a", {
60
+ className: d(g, "items-center"),
61
+ href: C,
56
62
  target: "_blank",
57
63
  rel: "noreferrer",
58
64
  children: [
59
65
  /* @__PURE__ */ s("span", {
60
- className: u(g, "h-5 w-5"),
66
+ className: d(v, "h-5 w-5"),
61
67
  children: /* @__PURE__ */ s("img", {
62
68
  src: n,
63
69
  className: "h-5 w-5 shrink-0",
@@ -65,72 +71,72 @@ function b({ shop: _, whatsappHref: b, whatsappPhoneDisplay: x, openingHours: S,
65
71
  "aria-hidden": "true"
66
72
  })
67
73
  }),
68
- /* @__PURE__ */ s("span", { children: w("footer_whatsapp_link") }),
69
- x ? /* @__PURE__ */ s("span", {
74
+ /* @__PURE__ */ s("span", { children: D("footer_whatsapp_link") }),
75
+ w ? /* @__PURE__ */ s("span", {
70
76
  className: "text-slate-500",
71
- children: x
77
+ children: w
72
78
  }) : null
73
79
  ]
74
80
  }) : null,
75
- T ? /* @__PURE__ */ c("a", {
76
- className: u(h, "items-center"),
77
- href: T.href,
78
- "aria-label": T.phoneDisplay,
81
+ O ? /* @__PURE__ */ c("a", {
82
+ className: d(g, "items-center"),
83
+ href: O.href,
84
+ "aria-label": O.phoneDisplay,
79
85
  children: [/* @__PURE__ */ s("span", {
80
- className: g,
81
- children: /* @__PURE__ */ s(m, {
86
+ className: v,
87
+ children: /* @__PURE__ */ s(h, {
82
88
  className: "h-4 w-4",
83
89
  "aria-hidden": "true"
84
90
  })
85
- }), /* @__PURE__ */ s("span", { children: T.phoneDisplay })]
91
+ }), /* @__PURE__ */ s("span", { children: O.phoneDisplay })]
86
92
  }) : /* @__PURE__ */ c("div", {
87
- className: u(h, "items-center text-destructive hover:text-destructive hover:no-underline"),
93
+ className: d(g, "items-center text-destructive hover:text-destructive hover:no-underline"),
88
94
  children: [/* @__PURE__ */ s("span", {
89
- className: g,
90
- children: /* @__PURE__ */ s(m, {
95
+ className: v,
96
+ children: /* @__PURE__ */ s(h, {
91
97
  className: "h-4 w-4",
92
98
  "aria-hidden": "true"
93
99
  })
94
100
  }), /* @__PURE__ */ s("span", { children: a })]
95
101
  }),
96
- E ? /* @__PURE__ */ c("a", {
97
- className: u(h, "items-center"),
98
- href: `mailto:${E}`,
99
- "aria-label": E,
102
+ k ? /* @__PURE__ */ c("a", {
103
+ className: d(g, "items-center"),
104
+ href: `mailto:${k}`,
105
+ "aria-label": k,
100
106
  children: [/* @__PURE__ */ s("span", {
101
- className: g,
102
- children: /* @__PURE__ */ s(f, {
107
+ className: v,
108
+ children: /* @__PURE__ */ s(p, {
103
109
  className: "h-4 w-4",
104
110
  "aria-hidden": "true"
105
111
  })
106
- }), /* @__PURE__ */ s("span", { children: E })]
112
+ }), /* @__PURE__ */ s("span", { children: k })]
107
113
  }) : /* @__PURE__ */ c("div", {
108
- className: u(h, "items-center text-destructive hover:text-destructive hover:no-underline"),
114
+ className: d(g, "items-center text-destructive hover:text-destructive hover:no-underline"),
109
115
  children: [/* @__PURE__ */ s("span", {
110
- className: g,
111
- children: /* @__PURE__ */ s(f, {
116
+ className: v,
117
+ children: /* @__PURE__ */ s(p, {
112
118
  className: "h-4 w-4",
113
119
  "aria-hidden": "true"
114
120
  })
115
121
  }), /* @__PURE__ */ s("span", { children: i })]
116
122
  }),
117
- O && D ? /* @__PURE__ */ c("a", {
118
- className: u(h, "items-start"),
119
- href: O,
123
+ j && A ? /* @__PURE__ */ c("a", {
124
+ className: d(g, "items-start"),
125
+ href: j,
120
126
  target: "_blank",
121
127
  rel: "noreferrer",
122
128
  children: [/* @__PURE__ */ s("span", {
123
- className: g,
124
- children: /* @__PURE__ */ s(p, {
129
+ className: v,
130
+ children: /* @__PURE__ */ s(m, {
125
131
  className: "h-4 w-4",
126
132
  "aria-hidden": "true"
127
133
  })
128
- }), /* @__PURE__ */ s("span", { children: D })]
134
+ }), /* @__PURE__ */ s("span", { children: A })]
129
135
  }) : /* @__PURE__ */ c("div", {
130
- className: u(h, "items-start text-destructive hover:text-destructive hover:no-underline"),
136
+ className: d(g, "items-start text-destructive hover:text-destructive hover:no-underline"),
131
137
  children: [/* @__PURE__ */ s("span", {
132
- className: g,
133
- children: /* @__PURE__ */ s(p, {
138
+ className: v,
139
+ children: /* @__PURE__ */ s(m, {
134
140
  className: "h-4 w-4",
135
141
  "aria-hidden": "true"
136
142
  })
@@ -143,24 +149,24 @@ function b({ shop: _, whatsappHref: b, whatsappPhoneDisplay: x, openingHours: S,
143
149
  className: "space-y-2",
144
150
  children: [/* @__PURE__ */ s("p", {
145
151
  className: "text-sm font-semibold text-slate-950",
146
- children: /* @__PURE__ */ s("span", { children: w("footer_hours_title") })
147
- }), j ? /* @__PURE__ */ s(o, {
148
- openingHours: k,
149
- openingHoursOverrides: A
152
+ children: /* @__PURE__ */ s("span", { children: D("footer_hours_title") })
153
+ }), P ? /* @__PURE__ */ s(o, {
154
+ openingHours: M,
155
+ openingHoursOverrides: N
150
156
  }) : /* @__PURE__ */ c("div", {
151
157
  className: "grid gap-1 text-sm text-slate-700",
152
158
  children: [/* @__PURE__ */ c("p", {
153
159
  className: "inline-flex items-center gap-2",
154
- children: [/* @__PURE__ */ s(d, {
160
+ children: [/* @__PURE__ */ s(f, {
155
161
  className: "h-4 w-4 text-slate-400",
156
162
  "aria-hidden": "true"
157
- }), /* @__PURE__ */ s("span", { children: w("footer_hours_week") })]
163
+ }), /* @__PURE__ */ s("span", { children: D("footer_hours_week") })]
158
164
  }), /* @__PURE__ */ c("p", {
159
165
  className: "inline-flex items-center gap-2",
160
- children: [/* @__PURE__ */ s(d, {
166
+ children: [/* @__PURE__ */ s(f, {
161
167
  className: "h-4 w-4 text-slate-400",
162
168
  "aria-hidden": "true"
163
- }), /* @__PURE__ */ s("span", { children: w("footer_hours_weekend") })]
169
+ }), /* @__PURE__ */ s("span", { children: D("footer_hours_weekend") })]
164
170
  })]
165
171
  })]
166
172
  })
@@ -169,4 +175,4 @@ function b({ shop: _, whatsappHref: b, whatsappPhoneDisplay: x, openingHours: S,
169
175
  });
170
176
  }
171
177
  //#endregion
172
- export { b as Footer };
178
+ export { S as Footer };
@@ -31,13 +31,16 @@ function u({ value: u, onValueChange: d, pickupAddress: f, deliveryEnabled: p, d
31
31
  "aria-hidden": "true"
32
32
  }),
33
33
  /* @__PURE__ */ i("span", {
34
- className: "flex flex-1 flex-col gap-0.5",
34
+ className: "flex min-w-0 flex-1 flex-col gap-0.5",
35
35
  children: [/* @__PURE__ */ r("span", {
36
36
  className: "text-sm font-medium text-slate-950",
37
37
  children: E("booking_pickup_label")
38
38
  }), /* @__PURE__ */ r("span", {
39
39
  className: o("text-xs text-slate-600", O && "text-destructive"),
40
- children: k
40
+ children: /* @__PURE__ */ r("span", {
41
+ className: "break-words",
42
+ children: k
43
+ })
41
44
  })]
42
45
  })
43
46
  ]
@@ -57,7 +60,7 @@ function u({ value: u, onValueChange: d, pickupAddress: f, deliveryEnabled: p, d
57
60
  "aria-hidden": "true"
58
61
  }),
59
62
  /* @__PURE__ */ i("span", {
60
- className: "flex flex-1 flex-col gap-0.5",
63
+ className: "flex min-w-0 flex-1 flex-col gap-0.5",
61
64
  children: [/* @__PURE__ */ r("span", {
62
65
  className: "text-sm font-medium text-slate-950",
63
66
  children: E("booking_delivery_label")
@@ -87,7 +90,10 @@ function u({ value: u, onValueChange: d, pickupAddress: f, deliveryEnabled: p, d
87
90
  children: [/* @__PURE__ */ r(s, {
88
91
  className: o("h-4 w-4 shrink-0 text-slate-900", O && "text-destructive"),
89
92
  "aria-hidden": "true"
90
- }), /* @__PURE__ */ r("span", { children: k })]
93
+ }), /* @__PURE__ */ r("span", {
94
+ className: "min-w-0 break-words",
95
+ children: k
96
+ })]
91
97
  }) : null;
92
98
  }
93
99
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Header/index.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAA;AAMtE,KAAK,WAAW,GAAG;IACjB,uBAAuB,CAAC,EAAE,uBAAuB,CAAA;IACjD,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAA;CAC9B,CAAA;AAQD,wBAAgB,MAAM,CAAC,EAAE,uBAAuB,EAAE,YAAY,EAAE,oBAAoB,EAAE,EAAE,WAAW,2CAmLlG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Header/index.tsx"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAA;AAMtE,KAAK,WAAW,GAAG;IACjB,uBAAuB,CAAC,EAAE,uBAAuB,CAAA;IACjD,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAA;CAC9B,CAAA;AAQD,wBAAgB,MAAM,CAAC,EAAE,uBAAuB,EAAE,YAAY,EAAE,oBAAoB,EAAE,EAAE,WAAW,2CA4PlG"}