@vkzstudio/muza-ui 1.8.0 → 1.9.1

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 (66) hide show
  1. package/dist/components/Breadcrumb/Breadcrumb.d.ts +146 -4
  2. package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -1
  3. package/dist/components/Breadcrumb/Breadcrumb.js +241 -84
  4. package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts +4 -0
  5. package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts.map +1 -1
  6. package/dist/components/Breadcrumb/index.js +10 -7
  7. package/dist/components/Card/Card.d.ts +36 -27
  8. package/dist/components/Card/Card.d.ts.map +1 -1
  9. package/dist/components/Card/Card.js +41 -40
  10. package/dist/components/Carousel/Carousel.d.ts +16 -0
  11. package/dist/components/Carousel/Carousel.d.ts.map +1 -1
  12. package/dist/components/Carousel/Carousel.js +56 -55
  13. package/dist/components/CarouselSection/CarouselSection.examples.d.ts +15 -6
  14. package/dist/components/CarouselSection/CarouselSection.examples.d.ts.map +1 -1
  15. package/dist/components/CarouselSection/CarouselSection.stories.d.ts +2 -0
  16. package/dist/components/CarouselSection/CarouselSection.stories.d.ts.map +1 -1
  17. package/dist/components/CategoryIcon/CategoryIcon.d.ts.map +1 -1
  18. package/dist/components/CategoryIcon/CategoryIcon.js +25 -23
  19. package/dist/components/ExpandableTable/ExpandableTable.d.ts +1 -1
  20. package/dist/components/ExpandableTable/ExpandableTable.d.ts.map +1 -1
  21. package/dist/components/Flex/Flex.d.ts +42 -25
  22. package/dist/components/Flex/Flex.d.ts.map +1 -1
  23. package/dist/components/Flex/Flex.js +52 -53
  24. package/dist/components/FormField/FormField.js +16 -16
  25. package/dist/components/FormField/InputLabel.d.ts.map +1 -1
  26. package/dist/components/FormField/InputLabel.js +35 -25
  27. package/dist/components/Input/Input.stories.d.ts +1 -0
  28. package/dist/components/Input/Input.stories.d.ts.map +1 -1
  29. package/dist/components/OfferCard/OfferCard.d.ts +19 -5
  30. package/dist/components/OfferCard/OfferCard.d.ts.map +1 -1
  31. package/dist/components/OfferCard/OfferCard.js +181 -150
  32. package/dist/components/OfferCard/OfferCard.stories.d.ts +1 -0
  33. package/dist/components/OfferCard/OfferCard.stories.d.ts.map +1 -1
  34. package/dist/components/ResponsiveLayoutTable/ResponsiveLayoutTable.d.ts +1 -1
  35. package/dist/components/ResponsiveLayoutTable/ResponsiveLayoutTable.d.ts.map +1 -1
  36. package/dist/components/internal/CardCompactShell.d.ts +7 -1
  37. package/dist/components/internal/CardCompactShell.d.ts.map +1 -1
  38. package/dist/components/internal/CardCompactShell.js +57 -51
  39. package/dist/components/internal/CardImageSlot.d.ts.map +1 -1
  40. package/dist/components/internal/CardImageSlot.js +36 -37
  41. package/dist/hooks/use-is-breakpoint.d.ts +1 -4
  42. package/dist/hooks/use-is-breakpoint.d.ts.map +1 -1
  43. package/dist/index.js +448 -437
  44. package/dist/muza-ui.css +1 -1
  45. package/dist/styles/breakpoints.css +1 -0
  46. package/dist/translations/locales/cs.d.ts.map +1 -1
  47. package/dist/translations/locales/cs.js +3 -0
  48. package/dist/translations/locales/en.d.ts.map +1 -1
  49. package/dist/translations/locales/en.js +3 -0
  50. package/dist/translations/locales/sk.d.ts.map +1 -1
  51. package/dist/translations/locales/sk.js +3 -0
  52. package/dist/translations/types.d.ts +8 -0
  53. package/dist/translations/types.d.ts.map +1 -1
  54. package/dist/utils/breakpoints.d.ts +43 -0
  55. package/dist/utils/breakpoints.d.ts.map +1 -0
  56. package/dist/utils/breakpoints.js +65 -0
  57. package/dist/utils/index.d.ts +3 -0
  58. package/dist/utils/index.d.ts.map +1 -1
  59. package/dist/utils/index.js +19 -11
  60. package/dist/utils/polymorphic.d.ts +44 -0
  61. package/dist/utils/polymorphic.d.ts.map +1 -0
  62. package/dist/utils/polymorphic.js +7 -0
  63. package/dist/utils/warnOnce.d.ts +37 -0
  64. package/dist/utils/warnOnce.d.ts.map +1 -0
  65. package/dist/utils/warnOnce.js +6 -0
  66. package/package.json +1 -1
@@ -1,40 +1,45 @@
1
- import { jsxs as a, Fragment as v, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as a, Fragment as w, jsx as e } from "react/jsx-runtime";
2
2
  import "react";
3
- import { cn as m } from "../../utils/cn.js";
4
- import { Flex as i } from "../Flex/Flex.js";
3
+ import { cn as p } from "../../utils/cn.js";
4
+ import { warnOnce as x } from "../../utils/warnOnce.js";
5
+ import { Flex as n } from "../Flex/Flex.js";
5
6
  import { Skeleton as r } from "../Skeleton/Skeleton.js";
6
- import { Tag as x } from "../Tag/Tag.js";
7
- import { CardImageSlot as N, hasImageContent as w } from "./CardImageSlot.js";
8
- const q = "flex-col overflow-hidden rounded-comp-offer-card-compact-radius border-comp-offer-card-stroke-default has-[a:focus-visible]:border-comp-offer-card-stroke-focused has-[a:hover]:border-comp-offer-card-stroke-hover data-[disabled=true]:border-comp-offer-card-stroke-disabled", A = {
7
+ import { Tag as N } from "../Tag/Tag.js";
8
+ import { CardImageSlot as C, hasImageContent as k } from "./CardImageSlot.js";
9
+ const A = "flex-col overflow-hidden rounded-comp-offer-card-compact-radius border-comp-offer-card-stroke-default has-[a:focus-visible]:border-comp-offer-card-stroke-focused has-[a:hover]:border-comp-offer-card-stroke-hover data-[disabled=true]:border-comp-offer-card-stroke-disabled", B = {
9
10
  default: "bg-comp-offer-card-fill-def-default has-[a:focus-visible]:bg-comp-offer-card-fill-def-focused has-[a:hover]:bg-comp-offer-card-fill-def-hover data-[disabled=true]:bg-comp-offer-card-fill-def-disabled",
10
11
  tinted: "bg-comp-offer-card-fill-promo-default has-[a:focus-visible]:bg-comp-offer-card-fill-promo-focused has-[a:hover]:bg-comp-offer-card-fill-promo-hover data-[disabled=true]:bg-comp-offer-card-fill-promo-disabled"
11
- }, p = "px-comp-offer-card-compact-p pt-comp-offer-card-compact-p-top pb-comp-offer-card-compact-p", C = ({
12
+ }, h = "px-comp-offer-card-compact-p pt-comp-offer-card-compact-p-top pb-comp-offer-card-compact-p", y = ({
12
13
  image: o,
13
- imageAlt: l,
14
- placeholderIcon: f,
15
- placeholderColor: c,
16
- componentName: n,
17
- category: t,
14
+ imageAlt: f,
15
+ placeholderIcon: l,
16
+ placeholderColor: d,
17
+ componentName: s,
18
+ category: i,
18
19
  heartButton: u,
19
- logo: d,
20
+ logo: c,
20
21
  logoAlt: b,
21
- disabled: h,
22
- children: g
22
+ priceTag: t,
23
+ disabled: g,
24
+ children: v
23
25
  }) => {
24
- const s = w(o);
25
- return /* @__PURE__ */ a(v, { children: [
26
+ const m = k(o);
27
+ return t && c && x(
28
+ `${s}:price-and-logo`,
29
+ `[${s}] \`price\` and \`logo\` both target the bottom-left of the image on the compact variant — rendering the price only. Use the linked \`vendor\` name instead of a logo when showing a price.`
30
+ ), /* @__PURE__ */ a(w, { children: [
26
31
  /* @__PURE__ */ a("div", { className: "relative w-full shrink-0", children: [
27
32
  /* @__PURE__ */ a(
28
- N,
33
+ C,
29
34
  {
30
35
  image: o,
31
- alt: l,
32
- placeholderIcon: f,
33
- placeholderColor: c,
34
- componentName: n,
36
+ alt: f,
37
+ placeholderIcon: l,
38
+ placeholderColor: d,
39
+ componentName: s,
35
40
  wrapperClassName: "relative aspect-[288/162] w-full overflow-hidden",
36
41
  children: [
37
- s && /* @__PURE__ */ e(
42
+ m && /* @__PURE__ */ e(
38
43
  "div",
39
44
  {
40
45
  "aria-hidden": "true",
@@ -42,59 +47,60 @@ const q = "flex-col overflow-hidden rounded-comp-offer-card-compact-radius borde
42
47
  }
43
48
  ),
44
49
  /* @__PURE__ */ a("div", { className: "absolute top-comp-offer-card-compact-p-img right-comp-offer-card-compact-p-img left-comp-offer-card-compact-p-img flex items-start justify-between gap-sm", children: [
45
- t ? /* @__PURE__ */ e(
46
- x,
50
+ i ? /* @__PURE__ */ e(
51
+ N,
47
52
  {
48
- variant: s ? "invert" : void 0,
49
- color: s || h ? void 0 : c,
53
+ variant: m ? "invert" : void 0,
54
+ color: m || g ? void 0 : d,
50
55
  className: "min-w-[50px] shrink overflow-hidden",
51
- children: t
56
+ children: i
52
57
  }
53
58
  ) : /* @__PURE__ */ e("span", {}),
54
59
  u
55
- ] })
60
+ ] }),
61
+ t && /* @__PURE__ */ e("div", { className: "absolute bottom-comp-offer-card-compact-p-img left-comp-offer-card-compact-p-img z-10 max-w-[calc(100%-2*var(--spacing-comp-offer-card-compact-p-img))]", children: t })
56
62
  ]
57
63
  }
58
64
  ),
59
- d && /* @__PURE__ */ e(
65
+ c && !t && /* @__PURE__ */ e(
60
66
  "div",
61
67
  {
62
- className: m(
68
+ className: p(
63
69
  "pointer-events-none absolute bottom-comp-offer-card-compact-logo-y left-comp-offer-card-compact-logo-x z-10 size-comp-offer-card-compact-logo-size overflow-hidden rounded-full border-2 border-stroke-base-secondary bg-comp-offer-card-fill-def-default",
64
70
  "[&>img]:size-full [&>img]:object-cover",
65
71
  "group-data-[disabled=true]:grayscale"
66
72
  ),
67
- children: typeof d == "string" ? /* @__PURE__ */ e("img", { src: d, alt: b }) : d
73
+ children: typeof c == "string" ? /* @__PURE__ */ e("img", { src: c, alt: b }) : c
68
74
  }
69
75
  )
70
76
  ] }),
71
77
  /* @__PURE__ */ e(
72
- i,
78
+ n,
73
79
  {
74
80
  direction: "column",
75
81
  flex: 1,
76
82
  gap: "2xs",
77
- className: p,
78
- children: g
83
+ className: h,
84
+ children: v
79
85
  }
80
86
  )
81
87
  ] });
82
88
  };
83
- C.displayName = "CardCompactShell";
84
- const k = ({
89
+ y.displayName = "CardCompactShell";
90
+ const z = ({
85
91
  color: o = "default",
86
- isTinted: l = !1,
87
- className: f,
88
- ...c
92
+ isTinted: f = !1,
93
+ className: l,
94
+ ...d
89
95
  }) => /* @__PURE__ */ a(
90
96
  "div",
91
97
  {
92
- className: m(
98
+ className: p(
93
99
  "inline-flex flex-col overflow-hidden rounded-comp-offer-card-compact-radius border border-solid border-comp-offer-card-stroke-default",
94
- l ? "bg-comp-offer-card-fill-promo-default" : "bg-comp-offer-card-fill-def-default",
95
- f
100
+ f ? "bg-comp-offer-card-fill-promo-default" : "bg-comp-offer-card-fill-def-default",
101
+ l
96
102
  ),
97
- ...c,
103
+ ...d,
98
104
  children: [
99
105
  /* @__PURE__ */ a("div", { className: "relative aspect-[288/162] w-full shrink-0 overflow-hidden", children: [
100
106
  /* @__PURE__ */ e(
@@ -122,12 +128,12 @@ const k = ({
122
128
  ] })
123
129
  ] }),
124
130
  /* @__PURE__ */ a(
125
- i,
131
+ n,
126
132
  {
127
133
  direction: "column",
128
134
  flex: 1,
129
135
  gap: "2xs",
130
- className: p,
136
+ className: h,
131
137
  children: [
132
138
  /* @__PURE__ */ e(r, { color: o, className: "h-5 w-full" }),
133
139
  /* @__PURE__ */ e(r, { color: o, className: "h-5 w-3/4" }),
@@ -139,10 +145,10 @@ const k = ({
139
145
  ]
140
146
  }
141
147
  );
142
- k.displayName = "CardCompactSkeleton";
148
+ z.displayName = "CardCompactSkeleton";
143
149
  export {
144
- C as CardCompactShell,
145
- k as CardCompactSkeleton,
146
- q as cardCompactContainerClass,
147
- A as cardCompactFillClass
150
+ y as CardCompactShell,
151
+ z as CardCompactSkeleton,
152
+ A as cardCompactContainerClass,
153
+ B as cardCompactFillClass
148
154
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CardImageSlot.d.ts","sourceRoot":"","sources":["../../../src/components/internal/CardImageSlot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAoB9B;;;;GAIG;AACH,eAAO,MAAM,eAAe,GAAI,QAAQ,MAAM,GAAG,KAAK,CAAC,SAAS,KAAG,OACjB,CAAA;AAElD,MAAM,WAAW,kBAAkB;IACjC,wFAAwF;IACxF,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAA;IAChC,sEAAsE;IACtE,GAAG,EAAE,MAAM,CAAA;IACX,kFAAkF;IAClF,gBAAgB,EAAE,MAAM,CAAA;IACxB,iFAAiF;IACjF,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,uEAAuE;IACvE,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACjC,wEAAwE;IACxE,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB;;;OAGG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAA;IACjC,kEAAkE;IAClE,aAAa,EAAE,MAAM,CAAA;IACrB,mEAAmE;IACnE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC3B;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,QAAA,MAAM,aAAa;8IAUhB,kBAAkB;;CA2EpB,CAAA;AAGD,OAAO,EAAE,aAAa,EAAE,CAAA"}
1
+ {"version":3,"file":"CardImageSlot.d.ts","sourceRoot":"","sources":["../../../src/components/internal/CardImageSlot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAY9B;;;;GAIG;AACH,eAAO,MAAM,eAAe,GAAI,QAAQ,MAAM,GAAG,KAAK,CAAC,SAAS,KAAG,OACjB,CAAA;AAElD,MAAM,WAAW,kBAAkB;IACjC,wFAAwF;IACxF,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAA;IAChC,sEAAsE;IACtE,GAAG,EAAE,MAAM,CAAA;IACX,kFAAkF;IAClF,gBAAgB,EAAE,MAAM,CAAA;IACxB,iFAAiF;IACjF,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,uEAAuE;IACvE,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACjC,wEAAwE;IACxE,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB;;;OAGG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAA;IACjC,kEAAkE;IAClE,aAAa,EAAE,MAAM,CAAA;IACrB,mEAAmE;IACnE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC3B;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,QAAA,MAAM,aAAa;8IAUhB,kBAAkB;;CA2EpB,CAAA;AAGD,OAAO,EAAE,aAAa,EAAE,CAAA"}
@@ -1,61 +1,60 @@
1
- import { jsxs as c, jsx as s } from "react/jsx-runtime";
1
+ import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
2
  import "react";
3
- import b from "color";
4
- import { cn as u } from "../../utils/cn.js";
3
+ import p from "color";
4
+ import { cn as c } from "../../utils/cn.js";
5
+ import { warnOnce as u } from "../../utils/warnOnce.js";
5
6
  const m = (r) => {
6
7
  try {
7
- return b(r);
8
+ return p(r);
8
9
  } catch {
9
10
  return null;
10
11
  }
11
- }, g = /* @__PURE__ */ new Set(), p = (r, o) => {
12
- process.env.NODE_ENV === "production" || g.has(r) || (g.add(r), console.warn(o));
13
- }, h = (r) => r != null && r !== !1 && r !== "", v = ({
12
+ }, b = (r) => r != null && r !== !1 && r !== "", h = ({
14
13
  image: r,
15
- alt: o,
14
+ alt: g,
16
15
  wrapperClassName: i,
17
- innerClassName: d,
18
- placeholderIcon: l,
19
- placeholderColor: e,
16
+ innerClassName: s,
17
+ placeholderIcon: d,
18
+ placeholderColor: a,
20
19
  placeholderIconClassName: f = "[&>svg]:size-comp-market-category-ico-ico-size-lg",
21
20
  componentName: t,
22
- children: n
21
+ children: l
23
22
  }) => {
24
- if (h(r))
25
- return /* @__PURE__ */ c("div", { className: i, children: [
26
- /* @__PURE__ */ s(
23
+ if (b(r))
24
+ return /* @__PURE__ */ n("div", { className: i, children: [
25
+ /* @__PURE__ */ o(
27
26
  "div",
28
27
  {
29
- className: u(
28
+ className: c(
30
29
  "absolute inset-0 overflow-hidden",
31
30
  "[&>img]:size-full [&>img]:object-cover",
32
31
  "transition-transform duration-300 ease-out group-hover:scale-110",
33
32
  "group-data-[disabled=true]:opacity-50",
34
33
  "group-data-[disabled=true]:grayscale",
35
34
  "group-data-[disabled=true]:group-hover:scale-100",
36
- d
35
+ s
37
36
  ),
38
- children: typeof r == "string" ? /* @__PURE__ */ s("img", { src: r, alt: o }) : r
37
+ children: typeof r == "string" ? /* @__PURE__ */ o("img", { src: r, alt: g }) : r
39
38
  }
40
39
  ),
41
- n
40
+ l
42
41
  ] });
43
- l || p(
42
+ d || u(
44
43
  `${t}:no-placeholder-icon`,
45
44
  `[${t}] \`image\` was omitted without a \`placeholderIcon\` — rendering an empty image slot.`
46
45
  );
47
- const a = e ? m(e) : null;
48
- return e && !a && p(
49
- `${t}:invalid-color:${e}`,
50
- `[${t}] Invalid \`placeholderColor\` "${e}". Falling back to neutral styling.`
51
- ), /* @__PURE__ */ c("div", { className: i, children: [
52
- /* @__PURE__ */ s(
46
+ const e = a ? m(a) : null;
47
+ return a && !e && u(
48
+ `${t}:invalid-color:${a}`,
49
+ `[${t}] Invalid \`placeholderColor\` "${a}". Falling back to neutral styling.`
50
+ ), /* @__PURE__ */ n("div", { className: i, children: [
51
+ /* @__PURE__ */ o(
53
52
  "div",
54
53
  {
55
54
  "aria-hidden": "true",
56
- className: u(
55
+ className: c(
57
56
  "absolute inset-0 flex items-center justify-center overflow-hidden",
58
- a ? "bg-(--card-image-slot-placeholder-bg) text-(--card-image-slot-placeholder-fg)" : "bg-surface-brand-brand-tertiary text-icon-dark-tertiary",
57
+ e ? "bg-(--card-image-slot-placeholder-bg) text-(--card-image-slot-placeholder-fg)" : "bg-surface-brand-brand-tertiary text-icon-dark-tertiary",
59
58
  // Disabled swaps the tint outright rather than dimming it — the
60
59
  // design system gives the placeholder its own disabled ramp. Both
61
60
  // layers use the same translucent token, so the icon reads as a
@@ -65,21 +64,21 @@ const m = (r) => {
65
64
  // slot, so what visibly grows is the icon.
66
65
  "transition-transform duration-300 ease-out group-hover:scale-110",
67
66
  "group-data-[disabled=true]:group-hover:scale-100",
68
- d,
67
+ s,
69
68
  f
70
69
  ),
71
- style: a ? {
72
- "--card-image-slot-placeholder-bg": a.alpha(0.2).toString(),
73
- "--card-image-slot-placeholder-fg": a.toString()
70
+ style: e ? {
71
+ "--card-image-slot-placeholder-bg": e.alpha(0.2).toString(),
72
+ "--card-image-slot-placeholder-fg": e.toString()
74
73
  } : void 0,
75
- children: l
74
+ children: d
76
75
  }
77
76
  ),
78
- n
77
+ l
79
78
  ] });
80
79
  };
81
- v.displayName = "CardImageSlot";
80
+ h.displayName = "CardImageSlot";
82
81
  export {
83
- v as CardImageSlot,
84
- h as hasImageContent
82
+ h as CardImageSlot,
83
+ b as hasImageContent
85
84
  };
@@ -1,3 +1,4 @@
1
+ import { ResponsiveBreakpoint } from '../utils/breakpoints';
1
2
  export declare const useIsMinXs: () => boolean;
2
3
  export declare const useIsMaxXs: () => boolean;
3
4
  export declare const useIsMinSm: () => boolean;
@@ -12,10 +13,6 @@ export declare const useIsMin2xl: () => boolean;
12
13
  export declare const useIsMax2xl: () => boolean;
13
14
  export declare const useIsMin3xl: () => boolean;
14
15
  export declare const useIsMax3xl: () => boolean;
15
- /**
16
- * Named breakpoint matching the project's Tailwind breakpoint scale.
17
- */
18
- export type ResponsiveBreakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl';
19
16
  /**
20
17
  * Returns the current match state of all named breakpoints.
21
18
  * Each key is `true` when the viewport is at or above that breakpoint.
@@ -1 +1 @@
1
- {"version":3,"file":"use-is-breakpoint.d.ts","sourceRoot":"","sources":["../../src/hooks/use-is-breakpoint.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,WAAW,eAEvB,CAAA;AAED,eAAO,MAAM,WAAW,eAEvB,CAAA;AAED,eAAO,MAAM,WAAW,eAEvB,CAAA;AAED,eAAO,MAAM,WAAW,eAEvB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAC5B,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,KAAK,GACL,KAAK,CAAA;AAET;;;GAGG;AACH,eAAO,MAAM,cAAc,QAAO,MAAM,CAAC,oBAAoB,EAAE,OAAO,CAQpE,CAAA"}
1
+ {"version":3,"file":"use-is-breakpoint.d.ts","sourceRoot":"","sources":["../../src/hooks/use-is-breakpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,qBAAqB,CAAA;AAW/D,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,UAAU,eAEtB,CAAA;AAED,eAAO,MAAM,WAAW,eAEvB,CAAA;AAED,eAAO,MAAM,WAAW,eAEvB,CAAA;AAED,eAAO,MAAM,WAAW,eAEvB,CAAA;AAED,eAAO,MAAM,WAAW,eAEvB,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,cAAc,QAAO,MAAM,CAAC,oBAAoB,EAAE,OAAO,CAQpE,CAAA"}