@vkzstudio/muza-ui 1.3.0 → 1.4.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 (72) hide show
  1. package/dist/components/BalanceListView/BalanceListView.examples.d.ts +38 -0
  2. package/dist/components/BalanceListView/BalanceListView.examples.d.ts.map +1 -0
  3. package/dist/components/BalanceListView/BalanceListView.stories.d.ts +8 -0
  4. package/dist/components/BalanceListView/BalanceListView.stories.d.ts.map +1 -0
  5. package/dist/components/ButtonArrow/ButtonArrow.d.ts +3 -3
  6. package/dist/components/ButtonArrow/ButtonArrow.d.ts.map +1 -1
  7. package/dist/components/ButtonArrow/ButtonArrow.js +25 -24
  8. package/dist/components/CarouselSection/CarouselSection.examples.d.ts.map +1 -1
  9. package/dist/components/Dialog/Dialog.d.ts +12 -6
  10. package/dist/components/Dialog/Dialog.d.ts.map +1 -1
  11. package/dist/components/Dialog/Dialog.js +116 -120
  12. package/dist/components/Dialog/Dialog.stories.d.ts +1 -0
  13. package/dist/components/Dialog/Dialog.stories.d.ts.map +1 -1
  14. package/dist/components/DropdownMenu/DropdownMenu.d.ts.map +1 -1
  15. package/dist/components/DropdownMenu/DropdownMenu.js +13 -13
  16. package/dist/components/EdgeButton/EdgeButton.d.ts.map +1 -1
  17. package/dist/components/EdgeButton/EdgeButton.js +10 -11
  18. package/dist/components/EmptyState/EmptyState.js +19 -19
  19. package/dist/components/FileUpload/FileItem.d.ts.map +1 -1
  20. package/dist/components/FileUpload/FileItem.js +8 -9
  21. package/dist/components/FileUpload/FileUpload.js +3 -3
  22. package/dist/components/InputOTP/InputOTP.d.ts +95 -0
  23. package/dist/components/InputOTP/InputOTP.d.ts.map +1 -0
  24. package/dist/components/InputOTP/InputOTP.js +187 -0
  25. package/dist/components/InputOTP/InputOTP.stories.d.ts +18 -0
  26. package/dist/components/InputOTP/InputOTP.stories.d.ts.map +1 -0
  27. package/dist/components/InputOTP/index.d.ts +3 -0
  28. package/dist/components/InputOTP/index.d.ts.map +1 -0
  29. package/dist/components/InputOTP/useWebOtpAutofill.d.ts +33 -0
  30. package/dist/components/InputOTP/useWebOtpAutofill.d.ts.map +1 -0
  31. package/dist/components/InputOTP/useWebOtpAutofill.js +25 -0
  32. package/dist/components/MarketNav/MarketNav.examples.d.ts +60 -0
  33. package/dist/components/MarketNav/MarketNav.examples.d.ts.map +1 -0
  34. package/dist/components/MarketNav/MarketNav.stories.d.ts +9 -0
  35. package/dist/components/MarketNav/MarketNav.stories.d.ts.map +1 -0
  36. package/dist/components/PageContainer/PageContainer.d.ts +53 -0
  37. package/dist/components/PageContainer/PageContainer.d.ts.map +1 -0
  38. package/dist/components/PageContainer/PageContainer.js +49 -0
  39. package/dist/components/PageContainer/PageContainer.stories.d.ts +14 -0
  40. package/dist/components/PageContainer/PageContainer.stories.d.ts.map +1 -0
  41. package/dist/components/PageContainer/index.d.ts +2 -0
  42. package/dist/components/PageContainer/index.d.ts.map +1 -0
  43. package/dist/components/PasswordInput/PasswordInput.d.ts +12 -0
  44. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  45. package/dist/components/PasswordInput/PasswordInput.js +25 -17
  46. package/dist/components/PasswordInput/PasswordInput.stories.d.ts.map +1 -1
  47. package/dist/components/ReorderableTable/ReorderableTable.stories.d.ts.map +1 -1
  48. package/dist/components/SegmentedControl/SegmentedControl.js +11 -11
  49. package/dist/components/Tag/Tag.js +1 -1
  50. package/dist/components/UniversalFooter/UniversalFooter.d.ts +6 -5
  51. package/dist/components/UniversalFooter/UniversalFooter.d.ts.map +1 -1
  52. package/dist/components/UniversalFooter/UniversalFooter.js +186 -177
  53. package/dist/components/UniversalFooter/UniversalFooter.stories.d.ts.map +1 -1
  54. package/dist/components/index.d.ts +2 -0
  55. package/dist/components/index.d.ts.map +1 -1
  56. package/dist/index.js +257 -249
  57. package/dist/muza-ui.css +1 -1
  58. package/dist/styles/token-colors.css +1 -0
  59. package/dist/styles/token-sizes.css +36 -16
  60. package/dist/translations/index.d.ts +1 -1
  61. package/dist/translations/index.d.ts.map +1 -1
  62. package/dist/translations/locales/cs.d.ts.map +1 -1
  63. package/dist/translations/locales/cs.js +4 -0
  64. package/dist/translations/locales/en.d.ts.map +1 -1
  65. package/dist/translations/locales/en.js +4 -0
  66. package/dist/translations/locales/sk.d.ts.map +1 -1
  67. package/dist/translations/locales/sk.js +4 -0
  68. package/dist/translations/types.d.ts +10 -0
  69. package/dist/translations/types.d.ts.map +1 -1
  70. package/dist/utils/cn.d.ts.map +1 -1
  71. package/dist/utils/cn.js +9 -4
  72. package/package.json +4 -3
@@ -1,44 +1,36 @@
1
- import { jsx as o, jsxs as f } from "react/jsx-runtime";
2
- import * as i from "react";
3
- import { TypographyLink as w } from "../TypographyLink/TypographyLink.js";
4
- import { cn as s } from "../../utils/cn.js";
5
- import { Flex as n } from "../Flex/Flex.js";
1
+ import { jsx as o, jsxs as x } from "react/jsx-runtime";
2
+ import * as s from "react";
3
+ import { PageContainer as N } from "../PageContainer/PageContainer.js";
4
+ import { TypographyLink as C } from "../TypographyLink/TypographyLink.js";
5
+ import { cn as l } from "../../utils/cn.js";
6
+ import { Flex as i } from "../Flex/Flex.js";
6
7
  import { Typography as v } from "../Typography/Typography.js";
7
- const N = [
8
- "mx-auto w-full",
9
- "max-md:max-w-[calc(100%-2*var(--spacing-layout-p-standard))]",
10
- "max-lg:max-w-[calc(100%-2*var(--spacing-layout-p-standard))]",
11
- "max-xl:max-w-[58.5rem]",
12
- "max-w-[75rem]",
13
- "2xl:max-w-[93.75rem]"
14
- ], l = (e, t, r) => {
15
- const a = i.useContext(e);
8
+ const n = (t, e, r) => {
9
+ const a = s.useContext(t);
16
10
  if (a === null)
17
11
  throw new Error(
18
- `\`${t}\` must be used within \`${r}\`.`
12
+ `\`${e}\` must be used within \`${r}\`.`
19
13
  );
20
14
  return a;
21
- }, p = i.createContext(null), d = i.createContext(null), g = i.createContext(null), F = i.createContext(null), U = i.createContext(null), x = i.createContext(null), y = i.createContext(null), C = i.forwardRef(
22
- ({ className: e, contentClassName: t, children: r, ...a }, m) => /* @__PURE__ */ o(p.Provider, { value: !0, children: /* @__PURE__ */ o(
15
+ }, p = s.createContext(null), u = s.createContext(null), g = s.createContext(null), F = s.createContext(null), U = s.createContext(null), f = s.createContext(null), y = s.createContext(null), w = s.forwardRef(
16
+ ({ className: t, contentClassName: e, children: r, ...a }, m) => /* @__PURE__ */ o(p.Provider, { value: !0, children: /* @__PURE__ */ o(
23
17
  "footer",
24
18
  {
25
19
  ref: m,
26
20
  "data-slot": "universal-footer",
27
- className: s(
28
- "w-full bg-surface-dark-def pt-5xl pb-3xl text-text-invert-def",
29
- e
21
+ className: l(
22
+ "w-full bg-comp-universal-footer-bg pt-5xl pb-3xl text-text-invert-fixed",
23
+ t
30
24
  ),
31
25
  ...a,
32
26
  children: /* @__PURE__ */ o(
33
- n,
27
+ N,
34
28
  {
35
29
  "data-slot": "universal-footer-inner",
36
- direction: "column",
37
- align: "stretch",
38
- className: s(
39
- "gap-layout-gap-medium",
40
- N,
41
- t
30
+ spacingType: "margin",
31
+ className: l(
32
+ "flex flex-col items-stretch gap-layout-gap-medium",
33
+ e
42
34
  ),
43
35
  children: r
44
36
  }
@@ -46,80 +38,80 @@ const N = [
46
38
  }
47
39
  ) })
48
40
  );
49
- C.displayName = "UniversalFooter";
41
+ w.displayName = "UniversalFooter";
50
42
  const S = ({
51
- className: e,
52
- ...t
53
- }) => (l(p, "UniversalFooterBody", "UniversalFooter"), /* @__PURE__ */ o(d.Provider, { value: !0, children: /* @__PURE__ */ o(
54
- n,
43
+ className: t,
44
+ ...e
45
+ }) => (n(p, "UniversalFooterBody", "UniversalFooter"), /* @__PURE__ */ o(u.Provider, { value: !0, children: /* @__PURE__ */ o(
46
+ i,
55
47
  {
56
48
  "data-slot": "universal-footer-body",
57
49
  direction: "column",
58
50
  align: "stretch",
59
- className: s("w-full gap-layout-gap-small", e),
60
- ...t
51
+ className: l("w-full gap-layout-gap-small", t),
52
+ ...e
61
53
  }
62
54
  ) }));
63
55
  S.displayName = "UniversalFooterBody";
64
56
  const B = ({
65
- className: e,
66
- ...t
67
- }) => (l(
68
- d,
57
+ className: t,
58
+ ...e
59
+ }) => (n(
60
+ u,
69
61
  "UniversalFooterTop",
70
62
  "UniversalFooterBody"
71
63
  ), /* @__PURE__ */ o(g.Provider, { value: !0, children: /* @__PURE__ */ o(
72
- n,
64
+ i,
73
65
  {
74
66
  "data-slot": "universal-footer-top",
75
67
  direction: "column",
76
68
  align: "start",
77
69
  gap: "3xl",
78
- className: s(
70
+ className: l(
79
71
  "w-full md:flex-row md:items-center md:justify-between md:gap-2xl",
80
- e
72
+ t
81
73
  ),
82
- ...t
74
+ ...e
83
75
  }
84
76
  ) }));
85
77
  B.displayName = "UniversalFooterTop";
86
78
  const L = ({
87
- className: e,
88
- ...t
89
- }) => (l(
79
+ className: t,
80
+ ...e
81
+ }) => (n(
90
82
  g,
91
83
  "UniversalFooterLogo",
92
84
  "UniversalFooterTop"
93
85
  ), /* @__PURE__ */ o(
94
- n,
86
+ i,
95
87
  {
96
88
  "data-slot": "universal-footer-logo",
97
89
  align: "center",
98
- className: s("shrink-0", e),
99
- ...t
90
+ className: l("shrink-0", t),
91
+ ...e
100
92
  }
101
93
  ));
102
94
  L.displayName = "UniversalFooterLogo";
103
95
  const k = ({
104
- className: e,
105
- ...t
106
- }) => (l(
96
+ className: t,
97
+ ...e
98
+ }) => (n(
107
99
  g,
108
100
  "UniversalFooterSocialList",
109
101
  "UniversalFooterTop"
110
102
  ), /* @__PURE__ */ o(F.Provider, { value: !0, children: /* @__PURE__ */ o(
111
- n,
103
+ i,
112
104
  {
113
105
  "data-slot": "universal-footer-social-list",
114
106
  component: "ul",
115
107
  align: "center",
116
108
  gap: "sm",
117
- className: s("shrink-0", e),
118
- ...t
109
+ className: l("shrink-0", t),
110
+ ...e
119
111
  }
120
112
  ) }));
121
113
  k.displayName = "UniversalFooterSocialList";
122
- const T = i.forwardRef(({ className: e, children: t, ...r }, a) => (l(
114
+ const T = s.forwardRef(({ className: t, children: e, ...r }, a) => (n(
123
115
  F,
124
116
  "UniversalFooterSocialLink",
125
117
  "UniversalFooterSocialList"
@@ -128,90 +120,90 @@ const T = i.forwardRef(({ className: e, children: t, ...r }, a) => (l(
128
120
  {
129
121
  ref: a,
130
122
  "data-slot": "universal-footer-social-link",
131
- className: s(
123
+ className: l(
132
124
  "flex size-comp-button-h-sm items-center justify-center rounded-comp-button-radius",
133
125
  "bg-comp-button-primary-bg-def text-comp-button-primary-text-def transition-colors",
134
126
  "hover:bg-comp-button-primary-bg-hover hover:text-comp-button-primary-text-hover",
135
127
  "focus-visible-default focus-visible:bg-comp-button-primary-bg-focused focus-visible:text-comp-button-primary-text-focused",
136
128
  "active:bg-comp-button-primary-bg-pressed active:text-comp-button-primary-text-pressed",
137
129
  "[&>svg]:size-icon-small",
138
- e
130
+ t
139
131
  ),
140
132
  ...r,
141
- children: t
133
+ children: e
142
134
  }
143
135
  ) })));
144
136
  T.displayName = "UniversalFooterSocialLink";
145
137
  const P = ({
146
- className: e,
147
- ...t
148
- }) => (l(
149
- d,
138
+ className: t,
139
+ ...e
140
+ }) => (n(
141
+ u,
150
142
  "UniversalFooterSeparator",
151
143
  "UniversalFooterBody"
152
144
  ), /* @__PURE__ */ o(
153
145
  "hr",
154
146
  {
155
147
  "data-slot": "universal-footer-separator",
156
- className: s(
157
- "w-full border-0 border-t border-surface-base-secondary/16",
158
- e
148
+ className: l(
149
+ "w-full border-0 border-t border-stroke-invert-secondary",
150
+ t
159
151
  ),
160
- ...t
152
+ ...e
161
153
  }
162
154
  ));
163
155
  P.displayName = "UniversalFooterSeparator";
164
156
  const j = ({
165
- className: e,
166
- ...t
167
- }) => (l(
168
- d,
157
+ className: t,
158
+ ...e
159
+ }) => (n(
160
+ u,
169
161
  "UniversalFooterSections",
170
162
  "UniversalFooterBody"
171
163
  ), /* @__PURE__ */ o(U.Provider, { value: !0, children: /* @__PURE__ */ o(
172
164
  "div",
173
165
  {
174
166
  "data-slot": "universal-footer-sections",
175
- className: s(
167
+ className: l(
176
168
  "flex w-full flex-col gap-4xl",
177
- "md:grid md:grid-cols-2 md:grid-rows-2 md:gap-x-4xl md:gap-y-2xl md:[&>:first-child]:row-span-2",
169
+ "md:grid md:grid-cols-2 md:grid-rows-[auto_1fr] md:items-start md:gap-x-4xl md:gap-y-2xl md:[&>:first-child]:row-span-2",
178
170
  "lg:flex lg:flex-row lg:items-start lg:justify-between lg:gap-x-2xl lg:gap-y-0",
179
- e
171
+ t
180
172
  ),
181
- ...t
173
+ ...e
182
174
  }
183
175
  ) }));
184
176
  j.displayName = "UniversalFooterSections";
185
- const z = (e, t) => {
186
- const r = i.Children.toArray(e);
177
+ const G = (t, e) => {
178
+ const r = s.Children.toArray(t);
187
179
  if (r.length === 0) return [];
188
- const a = Math.max(1, Math.ceil(r.length / t)), m = [];
189
- for (let c = 0; c < t; c += 1) {
190
- const u = r.slice(c * a, (c + 1) * a);
191
- u.length > 0 && m.push(u);
180
+ const a = Math.max(1, Math.ceil(r.length / e)), m = [];
181
+ for (let c = 0; c < e; c += 1) {
182
+ const d = r.slice(c * a, (c + 1) * a);
183
+ d.length > 0 && m.push(d);
192
184
  }
193
185
  return m;
194
- }, R = ({
195
- className: e,
196
- heading: t,
186
+ }, z = ({
187
+ className: t,
188
+ heading: e,
197
189
  columns: r = 1,
198
190
  children: a,
199
191
  ...m
200
192
  }) => {
201
- l(
193
+ n(
202
194
  U,
203
195
  "UniversalFooterSection",
204
196
  "UniversalFooterSections"
205
197
  );
206
- const c = r > 1, u = c ? z(a, r) : null;
207
- return /* @__PURE__ */ o(x.Provider, { value: !0, children: /* @__PURE__ */ f(
208
- n,
198
+ const c = r > 1, d = c ? G(a, r) : null;
199
+ return /* @__PURE__ */ o(f.Provider, { value: !0, children: /* @__PURE__ */ x(
200
+ i,
209
201
  {
210
202
  "data-slot": "universal-footer-section",
211
203
  direction: "column",
212
204
  align: "start",
213
205
  gap: "xl",
214
- className: e,
206
+ className: t,
215
207
  ...m,
216
208
  children: [
217
209
  /* @__PURE__ */ o(
@@ -222,18 +214,18 @@ const z = (e, t) => {
222
214
  size: "base",
223
215
  weight: "medium",
224
216
  fixY: !0,
225
- className: "text-text-invert-def",
226
- children: t
217
+ className: "text-text-invert-fixed",
218
+ children: e
227
219
  }
228
220
  ),
229
221
  c ? /* @__PURE__ */ o(
230
- n,
222
+ i,
231
223
  {
232
224
  direction: "column",
233
225
  gap: "xl",
234
226
  className: "lg:flex-row lg:items-start lg:gap-7xl",
235
- children: u.map((h, b) => /* @__PURE__ */ o(
236
- n,
227
+ children: d.map((h, b) => /* @__PURE__ */ o(
228
+ i,
237
229
  {
238
230
  "data-slot": "universal-footer-section-column",
239
231
  direction: "column",
@@ -244,124 +236,141 @@ const z = (e, t) => {
244
236
  b
245
237
  ))
246
238
  }
247
- ) : /* @__PURE__ */ o(n, { direction: "column", align: "start", gap: "xl", children: a })
239
+ ) : /* @__PURE__ */ o(i, { direction: "column", align: "start", gap: "xl", children: a })
248
240
  ]
249
241
  }
250
242
  ) });
251
243
  };
252
- R.displayName = "UniversalFooterSection";
253
- const A = i.forwardRef(({ variant: e = "invertSecondary", underline: t = !1, ...r }, a) => (l(p, "UniversalFooterLink", "UniversalFooter"), /* @__PURE__ */ o(
254
- w,
244
+ z.displayName = "UniversalFooterSection";
245
+ const R = s.forwardRef(({ variant: t = "invertSecondary", underline: e = !1, ...r }, a) => (n(p, "UniversalFooterLink", "UniversalFooter"), /* @__PURE__ */ o(
246
+ C,
255
247
  {
256
248
  ref: a,
257
249
  "data-slot": "universal-footer-link",
258
- variant: e,
259
- underline: t,
250
+ variant: t,
251
+ underline: e,
260
252
  ...r
261
253
  }
262
254
  )));
263
- A.displayName = "UniversalFooterLink";
264
- const G = ({
265
- className: e,
266
- ...t
267
- }) => (l(
268
- x,
255
+ R.displayName = "UniversalFooterLink";
256
+ const A = ({
257
+ className: t,
258
+ ...e
259
+ }) => (n(
260
+ f,
269
261
  "UniversalFooterContactList",
270
262
  "UniversalFooterSection"
271
263
  ), /* @__PURE__ */ o(
272
- n,
264
+ i,
273
265
  {
274
266
  "data-slot": "universal-footer-contact-list",
275
267
  direction: "column",
276
268
  align: "start",
277
269
  gap: "md",
278
- className: e,
279
- ...t
270
+ className: t,
271
+ ...e
280
272
  }
281
273
  ));
282
- G.displayName = "UniversalFooterContactList";
274
+ A.displayName = "UniversalFooterContactList";
283
275
  const Y = ({
284
- className: e,
285
- ...t
286
- }) => (l(
287
- x,
276
+ className: t,
277
+ ...e
278
+ }) => (n(
279
+ f,
288
280
  "UniversalFooterAppBadges",
289
281
  "UniversalFooterSection"
290
282
  ), /* @__PURE__ */ o(
291
- n,
283
+ i,
292
284
  {
293
285
  "data-slot": "universal-footer-app-badges",
294
286
  align: "start",
295
287
  gap: "md",
296
- className: e,
297
- ...t
288
+ className: t,
289
+ ...e
298
290
  }
299
291
  ));
300
292
  Y.displayName = "UniversalFooterAppBadges";
301
293
  const M = ({
302
- className: e,
303
- ...t
304
- }) => (l(
305
- d,
306
- "UniversalFooterBottom",
307
- "UniversalFooterBody"
308
- ), /* @__PURE__ */ o(y.Provider, { value: !0, children: /* @__PURE__ */ o(
309
- n,
310
- {
311
- "data-slot": "universal-footer-bottom",
312
- direction: "column",
313
- align: "start",
314
- gap: "4xl",
315
- className: s(
316
- "w-full md:flex-row md:items-start md:justify-between md:gap-2xl",
317
- e
318
- ),
319
- ...t
320
- }
321
- ) }));
294
+ className: t,
295
+ children: e,
296
+ ...r
297
+ }) => {
298
+ n(
299
+ u,
300
+ "UniversalFooterBottom",
301
+ "UniversalFooterBody"
302
+ );
303
+ const a = s.Children.count(e) === 1;
304
+ return /* @__PURE__ */ o(y.Provider, { value: { isSingleGroup: a }, children: /* @__PURE__ */ o(
305
+ i,
306
+ {
307
+ "data-slot": "universal-footer-bottom",
308
+ direction: "column",
309
+ align: a ? "center" : "start",
310
+ gap: "4xl",
311
+ className: l(
312
+ "w-full md:flex-row md:gap-2xl",
313
+ a ? "md:items-center md:justify-center" : "md:items-start md:justify-between",
314
+ t
315
+ ),
316
+ ...r,
317
+ children: e
318
+ }
319
+ ) });
320
+ };
322
321
  M.displayName = "UniversalFooterBottom";
323
322
  const $ = ({
324
- className: e,
325
- label: t,
323
+ className: t,
324
+ label: e,
326
325
  align: r = "start",
327
326
  labelSize: a = "sm",
328
327
  children: m,
329
328
  ...c
330
- }) => (l(
331
- y,
332
- "UniversalFooterBottomGroup",
333
- "UniversalFooterBottom"
334
- ), /* @__PURE__ */ f(
335
- n,
336
- {
337
- "data-slot": "universal-footer-bottom-group",
338
- direction: "column",
339
- align: "start",
340
- gap: "sm",
341
- className: s(r === "end" && "md:items-end", e),
342
- ...c,
343
- children: [
344
- t != null && /* @__PURE__ */ o(
345
- v,
329
+ }) => {
330
+ const { isSingleGroup: d } = n(
331
+ y,
332
+ "UniversalFooterBottomGroup",
333
+ "UniversalFooterBottom"
334
+ );
335
+ return /* @__PURE__ */ x(
336
+ i,
337
+ {
338
+ "data-slot": "universal-footer-bottom-group",
339
+ direction: "column",
340
+ align: d ? "center" : "start",
341
+ gap: "sm",
342
+ className: l(
346
343
  {
347
- component: "span",
348
- variant: "body",
349
- size: a,
350
- weight: "regular",
351
- fixY: !0,
352
- className: "text-text-invert-def opacity-70",
353
- children: t
354
- }
344
+ "md:items-start": r === "start",
345
+ "md:items-end": r === "end",
346
+ "md:items-center": r === "center"
347
+ },
348
+ t
355
349
  ),
356
- m
357
- ]
358
- }
359
- ));
350
+ ...c,
351
+ children: [
352
+ e != null && /* @__PURE__ */ o(
353
+ v,
354
+ {
355
+ component: "span",
356
+ variant: "body",
357
+ size: a,
358
+ weight: "regular",
359
+ fixY: !0,
360
+ className: "text-text-invert-fixed opacity-70",
361
+ children: e
362
+ }
363
+ ),
364
+ m
365
+ ]
366
+ }
367
+ );
368
+ };
360
369
  $.displayName = "UniversalFooterBottomGroup";
361
370
  const E = ({
362
- className: e,
363
- ...t
364
- }) => (l(
371
+ className: t,
372
+ ...e
373
+ }) => (n(
365
374
  p,
366
375
  "UniversalFooterCopyright",
367
376
  "UniversalFooter"
@@ -374,25 +383,25 @@ const E = ({
374
383
  weight: "regular",
375
384
  fixY: !0,
376
385
  "data-slot": "universal-footer-copyright",
377
- className: s(
378
- "w-full text-center text-text-invert-def opacity-40",
379
- e
386
+ className: l(
387
+ "w-full text-center text-text-invert-fixed opacity-40",
388
+ t
380
389
  ),
381
- ...t
390
+ ...e
382
391
  }
383
392
  ));
384
393
  E.displayName = "UniversalFooterCopyright";
385
394
  export {
386
- C as UniversalFooter,
395
+ w as UniversalFooter,
387
396
  Y as UniversalFooterAppBadges,
388
397
  S as UniversalFooterBody,
389
398
  M as UniversalFooterBottom,
390
399
  $ as UniversalFooterBottomGroup,
391
- G as UniversalFooterContactList,
400
+ A as UniversalFooterContactList,
392
401
  E as UniversalFooterCopyright,
393
- A as UniversalFooterLink,
402
+ R as UniversalFooterLink,
394
403
  L as UniversalFooterLogo,
395
- R as UniversalFooterSection,
404
+ z as UniversalFooterSection,
396
405
  j as UniversalFooterSections,
397
406
  P as UniversalFooterSeparator,
398
407
  T as UniversalFooterSocialLink,
@@ -1 +1 @@
1
- {"version":3,"file":"UniversalFooter.stories.d.ts","sourceRoot":"","sources":["../../../src/components/UniversalFooter/UniversalFooter.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAY3D,OAAO,EACL,eAAe,EAehB,MAAM,mBAAmB,CAAA;AAE1B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,eAAe,CAqDtC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAA;AA4B7C;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,KAqHpB,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KA2DvB,CAAA"}
1
+ {"version":3,"file":"UniversalFooter.stories.d.ts","sourceRoot":"","sources":["../../../src/components/UniversalFooter/UniversalFooter.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAY3D,OAAO,EACL,eAAe,EAehB,MAAM,mBAAmB,CAAA;AAE1B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,eAAe,CAqDtC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAA;AA4B7C;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,KA8GpB,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KA2DvB,CAAA"}
@@ -26,6 +26,7 @@ export * from './Flex';
26
26
  export * from './HeartButton';
27
27
  export * from './Icons';
28
28
  export * from './Input';
29
+ export * from './InputOTP';
29
30
  export * from './Lightbox';
30
31
  export * from './LanguageSwitcher';
31
32
  export * from './Loader';
@@ -33,6 +34,7 @@ export * from './LoginScreen';
33
34
  export * from './MultiSelect';
34
35
  export * from './MuzaUIProvider';
35
36
  export * from './OfferCard';
37
+ export * from './PageContainer';
36
38
  export * from './Pagination';
37
39
  export * from './PartnerCard';
38
40
  export * from './PasswordInput';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,iBAAiB,CAAA;AAG/B,cAAc,aAAa,CAAA;AAC3B,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,YAAY,CAAA;AAC1B,cAAc,QAAQ,CAAA;AACtB,cAAc,sBAAsB,CAAA;AACpC,cAAc,YAAY,CAAA;AAC1B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA;AAC1B,cAAc,QAAQ,CAAA;AACtB,cAAc,cAAc,CAAA;AAC5B,cAAc,oBAAoB,CAAA;AAClC,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,QAAQ,CAAA;AACtB,cAAc,eAAe,CAAA;AAC7B,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,YAAY,CAAA;AAC1B,cAAc,oBAAoB,CAAA;AAClC,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,kBAAkB,CAAA;AAChC,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,aAAa,CAAA;AAC3B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,UAAU,CAAA;AACxB,cAAc,oBAAoB,CAAA;AAClC,cAAc,SAAS,CAAA;AACvB,cAAc,wBAAwB,CAAA;AACtC,cAAc,UAAU,CAAA;AACxB,cAAc,oBAAoB,CAAA;AAClC,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA;AACzB,cAAc,eAAe,CAAA;AAC7B,cAAc,UAAU,CAAA;AACxB,cAAc,OAAO,CAAA;AACrB,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,qBAAqB,CAAA;AACnC,cAAc,eAAe,CAAA;AAC7B,cAAc,wBAAwB,CAAA;AACtC,cAAc,WAAW,CAAA;AACzB,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,mBAAmB,CAAA;AACjC,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA;AACjC,cAAc,yBAAyB,CAAA;AACvC,cAAc,YAAY,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,iBAAiB,CAAA;AAG/B,cAAc,aAAa,CAAA;AAC3B,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,YAAY,CAAA;AAC1B,cAAc,QAAQ,CAAA;AACtB,cAAc,sBAAsB,CAAA;AACpC,cAAc,YAAY,CAAA;AAC1B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA;AAC1B,cAAc,QAAQ,CAAA;AACtB,cAAc,cAAc,CAAA;AAC5B,cAAc,oBAAoB,CAAA;AAClC,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,QAAQ,CAAA;AACtB,cAAc,eAAe,CAAA;AAC7B,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,oBAAoB,CAAA;AAClC,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,kBAAkB,CAAA;AAChC,cAAc,aAAa,CAAA;AAC3B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,aAAa,CAAA;AAC3B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,UAAU,CAAA;AACxB,cAAc,oBAAoB,CAAA;AAClC,cAAc,SAAS,CAAA;AACvB,cAAc,wBAAwB,CAAA;AACtC,cAAc,UAAU,CAAA;AACxB,cAAc,oBAAoB,CAAA;AAClC,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA;AACzB,cAAc,eAAe,CAAA;AAC7B,cAAc,UAAU,CAAA;AACxB,cAAc,OAAO,CAAA;AACrB,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,qBAAqB,CAAA;AACnC,cAAc,eAAe,CAAA;AAC7B,cAAc,wBAAwB,CAAA;AACtC,cAAc,WAAW,CAAA;AACzB,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,mBAAmB,CAAA;AACjC,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA;AACjC,cAAc,yBAAyB,CAAA;AACvC,cAAc,YAAY,CAAA"}