@candy.thieves/ui-kit-lumos 0.0.6 → 0.0.9

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/index.js CHANGED
@@ -2,7 +2,9 @@ import { cloneElement as e, forwardRef as t, memo as n, useId as r, useState as
2
2
  import { Fragment as a, jsx as o, jsxs as s } from "react/jsx-runtime";
3
3
  import c, { clsx as l } from "clsx";
4
4
  import * as u from "@radix-ui/react-radio-group";
5
- var d = n(t(({ icon: t, autoSize: n, size: r = 24, svgProps: i }, a) => {
5
+ import { Controller as d, useController as f } from "react-hook-form";
6
+ import * as p from "@radix-ui/react-checkbox";
7
+ var m = n(t(({ icon: t, autoSize: n, size: r = 24, svgProps: i }, a) => {
6
8
  let o = n ? "1em" : `${r}px`;
7
9
  return e(t, {
8
10
  ref: a,
@@ -12,8 +14,8 @@ var d = n(t(({ icon: t, autoSize: n, size: r = 24, svgProps: i }, a) => {
12
14
  style: { ...i?.style }
13
15
  });
14
16
  }));
15
- d.displayName = "ColorIconBase";
16
- var f = n(t(({ icon: t, autoSize: n, backgroundColor: r = "transparent", color: i = "currentColor", size: a = 24, svgProps: o }, s) => {
17
+ m.displayName = "ColorIconBase";
18
+ var h = n(t(({ icon: t, autoSize: n, backgroundColor: r = "transparent", color: i = "currentColor", size: a = 24, svgProps: o }, s) => {
17
19
  let c = n ? "1em" : `${a}px`;
18
20
  return e(t, {
19
21
  ref: s,
@@ -27,18 +29,18 @@ var f = n(t(({ icon: t, autoSize: n, backgroundColor: r = "transparent", color:
27
29
  }
28
30
  });
29
31
  }));
30
- f.displayName = "IconBase";
31
- var p = n(t(({ icon: t, autoSize: n, size: r = 24, svgProps: i }, a) => e(t, {
32
+ h.displayName = "IconBase";
33
+ var g = n(t(({ icon: t, autoSize: n, size: r = 24, svgProps: i }, a) => e(t, {
32
34
  ref: a,
33
35
  width: n ? "1em" : `${r}px`,
34
36
  height: n ? "1em" : `${r / 1.5}px`,
35
37
  ...i,
36
38
  style: { ...i?.style }
37
39
  })));
38
- p.displayName = "ColorIconBaseSmall";
40
+ g.displayName = "ColorIconBaseSmall";
39
41
  //#endregion
40
42
  //#region src/assets/icons/CheckmarkOutline.tsx
41
- var m = (e) => {
43
+ var _ = (e) => {
42
44
  let { fill: t } = e;
43
45
  return /* @__PURE__ */ o("svg", {
44
46
  xmlns: "http://www.w3.org/2000/svg",
@@ -53,12 +55,12 @@ var m = (e) => {
53
55
  })
54
56
  })
55
57
  });
56
- }, h = t((e, t) => /* @__PURE__ */ o(f, {
58
+ }, v = t((e, t) => /* @__PURE__ */ o(h, {
57
59
  ref: t,
58
- icon: /* @__PURE__ */ o(m, {}),
60
+ icon: /* @__PURE__ */ o(_, {}),
59
61
  ...e
60
62
  }));
61
- h.displayName = "CheckmarkOutline";
63
+ v.displayName = "CheckmarkOutline";
62
64
  //#endregion
63
65
  //#region src/assets/icons/FillBell.tsx
64
66
  var ee = (e) => {
@@ -99,12 +101,12 @@ var ee = (e) => {
99
101
  })
100
102
  ]
101
103
  });
102
- }, g = t((e, t) => /* @__PURE__ */ o(f, {
104
+ }, y = t((e, t) => /* @__PURE__ */ o(h, {
103
105
  ref: t,
104
106
  icon: /* @__PURE__ */ o(ee, {}),
105
107
  ...e
106
108
  }));
107
- g.displayName = "FillBell";
109
+ y.displayName = "FillBell";
108
110
  //#endregion
109
111
  //#region src/assets/icons/Close.tsx
110
112
  var te = (e) => {
@@ -122,12 +124,12 @@ var te = (e) => {
122
124
  })
123
125
  })
124
126
  });
125
- }, _ = t((e, t) => /* @__PURE__ */ o(f, {
127
+ }, b = t((e, t) => /* @__PURE__ */ o(h, {
126
128
  ref: t,
127
129
  icon: /* @__PURE__ */ o(te, {}),
128
130
  ...e
129
131
  }));
130
- _.displayName = "Close";
132
+ b.displayName = "Close";
131
133
  //#endregion
132
134
  //#region src/assets/icons/CloseOutline.tsx
133
135
  var ne = (e) => {
@@ -145,15 +147,15 @@ var ne = (e) => {
145
147
  })
146
148
  })
147
149
  });
148
- }, v = t((e, t) => /* @__PURE__ */ o(f, {
150
+ }, x = t((e, t) => /* @__PURE__ */ o(h, {
149
151
  ref: t,
150
152
  icon: /* @__PURE__ */ o(ne, {}),
151
153
  ...e
152
154
  }));
153
- v.displayName = "CloseOutline";
155
+ x.displayName = "CloseOutline";
154
156
  //#endregion
155
157
  //#region src/assets/icons/Home.tsx
156
- var y = (e) => {
158
+ var re = (e) => {
157
159
  let { fill: t } = e;
158
160
  return /* @__PURE__ */ o("svg", {
159
161
  xmlns: "http://www.w3.org/2000/svg",
@@ -166,15 +168,15 @@ var y = (e) => {
166
168
  children: [/* @__PURE__ */ o("path", { d: "M14 14h-4v7h4z" }), /* @__PURE__ */ o("path", { d: "m20.4 10.2-7.7-7.9a1 1 0 0 0-1.4 0l-7.7 7.9a2 2 0 0 0-.6 1.4V20a2 2 0 0 0 1.9 2H8v-9a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v9h3.1a2 2 0 0 0 1.9-2v-8.4q0-.8-.6-1.4" })]
167
169
  })
168
170
  });
169
- }, b = t((e, t) => /* @__PURE__ */ o(f, {
171
+ }, ie = t((e, t) => /* @__PURE__ */ o(h, {
170
172
  ref: t,
171
- icon: /* @__PURE__ */ o(y, {}),
173
+ icon: /* @__PURE__ */ o(re, {}),
172
174
  ...e
173
175
  }));
174
- b.displayName = "Home";
176
+ ie.displayName = "Home";
175
177
  //#endregion
176
178
  //#region src/assets/icons/HomeOutline.tsx
177
- var re = (e) => {
179
+ var ae = (e) => {
178
180
  let { fill: t } = e;
179
181
  return /* @__PURE__ */ o("svg", {
180
182
  xmlns: "http://www.w3.org/2000/svg",
@@ -189,13 +191,13 @@ var re = (e) => {
189
191
  })
190
192
  })
191
193
  });
192
- }, ie = t((e, t) => /* @__PURE__ */ o(f, {
194
+ }, oe = t((e, t) => /* @__PURE__ */ o(h, {
193
195
  ref: t,
194
- icon: /* @__PURE__ */ o(re, {}),
196
+ icon: /* @__PURE__ */ o(ae, {}),
195
197
  ...e
196
198
  }));
197
- ie.displayName = "HomeOutline";
198
- var ae = n(t(({ autoSize: e, backgroundColor: t = "transparent", color: n = "currentColor", size: r = 24, msgCounter: i = 0, svgProps: c }, l) => {
199
+ oe.displayName = "HomeOutline";
200
+ var se = n(t(({ autoSize: e, backgroundColor: t = "transparent", color: n = "currentColor", size: r = 24, msgCounter: i = 0, svgProps: c }, l) => {
199
201
  let u = e ? "1em" : `${r}px`, d = {
200
202
  backgroundColor: t,
201
203
  ...c?.style || {}
@@ -232,10 +234,10 @@ var ae = n(t(({ autoSize: e, backgroundColor: t = "transparent", color: n = "cur
232
234
  })] })]
233
235
  });
234
236
  }));
235
- ae.displayName = "OutlineBell";
237
+ se.displayName = "OutlineBell";
236
238
  //#endregion
237
239
  //#region src/assets/icons/FlagEng.tsx
238
- var oe = (e) => /* @__PURE__ */ s("svg", {
240
+ var ce = (e) => /* @__PURE__ */ s("svg", {
239
241
  xmlns: "http://www.w3.org/2000/svg",
240
242
  viewBox: "0 0 24 24",
241
243
  fill: "none",
@@ -259,15 +261,15 @@ var oe = (e) => /* @__PURE__ */ s("svg", {
259
261
  height: 72,
260
262
  preserveAspectRatio: "none"
261
263
  })] })]
262
- }), x = t((e, t) => /* @__PURE__ */ o(d, {
264
+ }), le = t((e, t) => /* @__PURE__ */ o(m, {
263
265
  ref: t,
264
- icon: /* @__PURE__ */ o(oe, {}),
266
+ icon: /* @__PURE__ */ o(ce, {}),
265
267
  ...e
266
268
  }));
267
- x.displayName = "FlagEng";
269
+ le.displayName = "FlagEng";
268
270
  //#endregion
269
271
  //#region src/assets/icons/FlagRus.tsx
270
- var se = (e) => /* @__PURE__ */ s("svg", {
272
+ var ue = (e) => /* @__PURE__ */ s("svg", {
271
273
  xmlns: "http://www.w3.org/2000/svg",
272
274
  viewBox: "0 0 24 24",
273
275
  fill: "none",
@@ -291,15 +293,15 @@ var se = (e) => /* @__PURE__ */ s("svg", {
291
293
  height: 72,
292
294
  preserveAspectRatio: "none"
293
295
  })] })]
294
- }), S = t((e, t) => /* @__PURE__ */ o(d, {
296
+ }), de = t((e, t) => /* @__PURE__ */ o(m, {
295
297
  ref: t,
296
- icon: /* @__PURE__ */ o(se, {}),
298
+ icon: /* @__PURE__ */ o(ue, {}),
297
299
  ...e
298
300
  }));
299
- S.displayName = "FlagRus";
301
+ de.displayName = "FlagRus";
300
302
  //#endregion
301
303
  //#region src/assets/icons/PlusSquareOutline.tsx
302
- var ce = (e) => {
304
+ var fe = (e) => {
303
305
  let { fill: t } = e;
304
306
  return /* @__PURE__ */ s("svg", {
305
307
  xmlns: "http://www.w3.org/2000/svg",
@@ -318,15 +320,15 @@ var ce = (e) => {
318
320
  })
319
321
  }) })]
320
322
  });
321
- }, C = t((e, t) => /* @__PURE__ */ o(f, {
323
+ }, pe = t((e, t) => /* @__PURE__ */ o(h, {
322
324
  ref: t,
323
- icon: /* @__PURE__ */ o(ce, {}),
325
+ icon: /* @__PURE__ */ o(fe, {}),
324
326
  ...e
325
327
  }));
326
- C.displayName = "PlusSquareOutline";
328
+ pe.displayName = "PlusSquareOutline";
327
329
  //#endregion
328
330
  //#region src/assets/icons/PlusSquare.tsx
329
- var le = (e) => {
331
+ var me = (e) => {
330
332
  let { fill: t } = e;
331
333
  return /* @__PURE__ */ s("svg", {
332
334
  xmlns: "http://www.w3.org/2000/svg",
@@ -347,15 +349,15 @@ var le = (e) => {
347
349
  })
348
350
  }) })]
349
351
  });
350
- }, w = t((e, t) => /* @__PURE__ */ o(f, {
352
+ }, he = t((e, t) => /* @__PURE__ */ o(h, {
351
353
  ref: t,
352
- icon: /* @__PURE__ */ o(le, {}),
354
+ icon: /* @__PURE__ */ o(me, {}),
353
355
  ...e
354
356
  }));
355
- w.displayName = "PlusSquare";
357
+ he.displayName = "PlusSquare";
356
358
  //#endregion
357
359
  //#region src/assets/icons/Person.tsx
358
- var ue = (e) => {
360
+ var ge = (e) => {
359
361
  let { fill: t } = e;
360
362
  return /* @__PURE__ */ s("svg", {
361
363
  xmlns: "http://www.w3.org/2000/svg",
@@ -374,15 +376,15 @@ var ue = (e) => {
374
376
  })
375
377
  }) })]
376
378
  });
377
- }, T = t((e, t) => /* @__PURE__ */ o(f, {
379
+ }, _e = t((e, t) => /* @__PURE__ */ o(h, {
378
380
  ref: t,
379
- icon: /* @__PURE__ */ o(ue, {}),
381
+ icon: /* @__PURE__ */ o(ge, {}),
380
382
  ...e
381
383
  }));
382
- T.displayName = "Person";
384
+ _e.displayName = "Person";
383
385
  //#endregion
384
386
  //#region src/assets/icons/PersonOutline.tsx
385
- var de = (e) => {
387
+ var ve = (e) => {
386
388
  let { fill: t } = e;
387
389
  return /* @__PURE__ */ s("svg", {
388
390
  xmlns: "http://www.w3.org/2000/svg",
@@ -401,15 +403,15 @@ var de = (e) => {
401
403
  })
402
404
  }) })]
403
405
  });
404
- }, E = t((e, t) => /* @__PURE__ */ o(f, {
406
+ }, ye = t((e, t) => /* @__PURE__ */ o(h, {
405
407
  ref: t,
406
- icon: /* @__PURE__ */ o(de, {}),
408
+ icon: /* @__PURE__ */ o(ve, {}),
407
409
  ...e
408
410
  }));
409
- E.displayName = "PersonOutline";
411
+ ye.displayName = "PersonOutline";
410
412
  //#endregion
411
413
  //#region src/assets/icons/TrendingUp.tsx
412
- var fe = (e) => {
414
+ var be = (e) => {
413
415
  let { fill: t } = e;
414
416
  return /* @__PURE__ */ s("svg", {
415
417
  xmlns: "http://www.w3.org/2000/svg",
@@ -430,15 +432,15 @@ var fe = (e) => {
430
432
  })
431
433
  }) })]
432
434
  });
433
- }, D = t((e, t) => /* @__PURE__ */ o(f, {
435
+ }, S = t((e, t) => /* @__PURE__ */ o(h, {
434
436
  ref: t,
435
- icon: /* @__PURE__ */ o(fe, {}),
437
+ icon: /* @__PURE__ */ o(be, {}),
436
438
  ...e
437
439
  }));
438
- D.displayName = "TrendingUp";
440
+ S.displayName = "TrendingUp";
439
441
  //#endregion
440
442
  //#region src/assets/icons/TrendingUpOutline.tsx
441
- var pe = (e) => {
443
+ var xe = (e) => {
442
444
  let { fill: t } = e;
443
445
  return /* @__PURE__ */ s("svg", {
444
446
  xmlns: "http://www.w3.org/2000/svg",
@@ -459,15 +461,15 @@ var pe = (e) => {
459
461
  })
460
462
  }) })]
461
463
  });
462
- }, O = t((e, t) => /* @__PURE__ */ o(f, {
464
+ }, C = t((e, t) => /* @__PURE__ */ o(h, {
463
465
  ref: t,
464
- icon: /* @__PURE__ */ o(pe, {}),
466
+ icon: /* @__PURE__ */ o(xe, {}),
465
467
  ...e
466
468
  }));
467
- O.displayName = "TrendingUpOutline";
469
+ C.displayName = "TrendingUpOutline";
468
470
  //#endregion
469
471
  //#region src/assets/icons/Bookmark.tsx
470
- var me = (e) => {
472
+ var Se = (e) => {
471
473
  let { fill: t } = e;
472
474
  return /* @__PURE__ */ s("svg", {
473
475
  xmlns: "http://www.w3.org/2000/svg",
@@ -488,15 +490,15 @@ var me = (e) => {
488
490
  })
489
491
  }) })]
490
492
  });
491
- }, k = t((e, t) => /* @__PURE__ */ o(f, {
493
+ }, w = t((e, t) => /* @__PURE__ */ o(h, {
492
494
  ref: t,
493
- icon: /* @__PURE__ */ o(me, {}),
495
+ icon: /* @__PURE__ */ o(Se, {}),
494
496
  ...e
495
497
  }));
496
- k.displayName = "Bookmark";
498
+ w.displayName = "Bookmark";
497
499
  //#endregion
498
500
  //#region src/assets/icons/BookmarkOutline.tsx
499
- var he = (e) => {
501
+ var Ce = (e) => {
500
502
  let { fill: t } = e;
501
503
  return /* @__PURE__ */ s("svg", {
502
504
  xmlns: "http://www.w3.org/2000/svg",
@@ -517,15 +519,15 @@ var he = (e) => {
517
519
  })
518
520
  }) })]
519
521
  });
520
- }, A = t((e, t) => /* @__PURE__ */ o(f, {
522
+ }, T = t((e, t) => /* @__PURE__ */ o(h, {
521
523
  ref: t,
522
- icon: /* @__PURE__ */ o(he, {}),
524
+ icon: /* @__PURE__ */ o(Ce, {}),
523
525
  ...e
524
526
  }));
525
- A.displayName = "BookmarkOutline";
527
+ T.displayName = "BookmarkOutline";
526
528
  //#endregion
527
529
  //#region src/assets/icons/ArrowForwardOutline.tsx
528
- var ge = (e) => {
530
+ var we = (e) => {
529
531
  let { fill: t } = e;
530
532
  return /* @__PURE__ */ s("svg", {
531
533
  xmlns: "http://www.w3.org/2000/svg",
@@ -546,15 +548,15 @@ var ge = (e) => {
546
548
  })
547
549
  }) })]
548
550
  });
549
- }, j = t((e, t) => /* @__PURE__ */ o(f, {
551
+ }, E = t((e, t) => /* @__PURE__ */ o(h, {
550
552
  ref: t,
551
- icon: /* @__PURE__ */ o(ge, {}),
553
+ icon: /* @__PURE__ */ o(we, {}),
552
554
  ...e
553
555
  }));
554
- j.displayName = "ArrowForwardOutline";
556
+ E.displayName = "ArrowForwardOutline";
555
557
  //#endregion
556
558
  //#region src/assets/icons/ArrowBackOutline.tsx
557
- var _e = (e) => {
559
+ var Te = (e) => {
558
560
  let { fill: t } = e;
559
561
  return /* @__PURE__ */ s("svg", {
560
562
  xmlns: "http://www.w3.org/2000/svg",
@@ -575,15 +577,15 @@ var _e = (e) => {
575
577
  })
576
578
  }) })]
577
579
  });
578
- }, M = t((e, t) => /* @__PURE__ */ o(f, {
580
+ }, D = t((e, t) => /* @__PURE__ */ o(h, {
579
581
  ref: t,
580
- icon: /* @__PURE__ */ o(_e, {}),
582
+ icon: /* @__PURE__ */ o(Te, {}),
581
583
  ...e
582
584
  }));
583
- M.displayName = "ArrowBackOutline";
585
+ D.displayName = "ArrowBackOutline";
584
586
  //#endregion
585
587
  //#region src/assets/icons/DoneAllOutline.tsx
586
- var ve = (e) => {
588
+ var Ee = (e) => {
587
589
  let { fill: t } = e;
588
590
  return /* @__PURE__ */ s("svg", {
589
591
  xmlns: "http://www.w3.org/2000/svg",
@@ -602,15 +604,15 @@ var ve = (e) => {
602
604
  })
603
605
  }) })]
604
606
  });
605
- }, N = t((e, t) => /* @__PURE__ */ o(f, {
607
+ }, O = t((e, t) => /* @__PURE__ */ o(h, {
606
608
  ref: t,
607
- icon: /* @__PURE__ */ o(ve, {}),
609
+ icon: /* @__PURE__ */ o(Ee, {}),
608
610
  ...e
609
611
  }));
610
- N.displayName = "DoneAllOutline";
612
+ O.displayName = "DoneAllOutline";
611
613
  //#endregion
612
614
  //#region src/assets/icons/LogOut.tsx
613
- var ye = (e) => {
615
+ var De = (e) => {
614
616
  let { fill: t } = e;
615
617
  return /* @__PURE__ */ s("svg", {
616
618
  xmlns: "http://www.w3.org/2000/svg",
@@ -629,15 +631,15 @@ var ye = (e) => {
629
631
  })
630
632
  }) })]
631
633
  });
632
- }, P = t((e, t) => /* @__PURE__ */ o(f, {
634
+ }, k = t((e, t) => /* @__PURE__ */ o(h, {
633
635
  ref: t,
634
- icon: /* @__PURE__ */ o(ye, {}),
636
+ icon: /* @__PURE__ */ o(De, {}),
635
637
  ...e
636
638
  }));
637
- P.displayName = "LogOut";
639
+ k.displayName = "LogOut";
638
640
  //#endregion
639
641
  //#region src/assets/icons/LogOutOutline.tsx
640
- var be = (e) => {
642
+ var Oe = (e) => {
641
643
  let { fill: t } = e;
642
644
  return /* @__PURE__ */ s("svg", {
643
645
  xmlns: "http://www.w3.org/2000/svg",
@@ -656,15 +658,15 @@ var be = (e) => {
656
658
  })
657
659
  }) })]
658
660
  });
659
- }, F = t((e, t) => /* @__PURE__ */ o(f, {
661
+ }, A = t((e, t) => /* @__PURE__ */ o(h, {
660
662
  ref: t,
661
- icon: /* @__PURE__ */ o(be, {}),
663
+ icon: /* @__PURE__ */ o(Oe, {}),
662
664
  ...e
663
665
  }));
664
- F.displayName = "LogOutOutline";
666
+ A.displayName = "LogOutOutline";
665
667
  //#endregion
666
668
  //#region src/assets/icons/Calendar.tsx
667
- var xe = (e) => {
669
+ var ke = (e) => {
668
670
  let { fill: t } = e;
669
671
  return /* @__PURE__ */ s("svg", {
670
672
  xmlns: "http://www.w3.org/2000/svg",
@@ -685,15 +687,15 @@ var xe = (e) => {
685
687
  })
686
688
  }) })]
687
689
  });
688
- }, I = t((e, t) => /* @__PURE__ */ o(f, {
690
+ }, j = t((e, t) => /* @__PURE__ */ o(h, {
689
691
  ref: t,
690
- icon: /* @__PURE__ */ o(xe, {}),
692
+ icon: /* @__PURE__ */ o(ke, {}),
691
693
  ...e
692
694
  }));
693
- I.displayName = "Calendar";
695
+ j.displayName = "Calendar";
694
696
  //#endregion
695
697
  //#region src/assets/icons/CalendarOutline.tsx
696
- var Se = (e) => {
698
+ var Ae = (e) => {
697
699
  let { fill: t } = e;
698
700
  return /* @__PURE__ */ s("svg", {
699
701
  xmlns: "http://www.w3.org/2000/svg",
@@ -712,15 +714,15 @@ var Se = (e) => {
712
714
  })
713
715
  }) })]
714
716
  });
715
- }, L = t((e, t) => /* @__PURE__ */ o(f, {
717
+ }, M = t((e, t) => /* @__PURE__ */ o(h, {
716
718
  ref: t,
717
- icon: /* @__PURE__ */ o(Se, {}),
719
+ icon: /* @__PURE__ */ o(Ae, {}),
718
720
  ...e
719
721
  }));
720
- L.displayName = "CalendarOutline";
722
+ M.displayName = "CalendarOutline";
721
723
  //#endregion
722
724
  //#region src/assets/icons/ArrowIosUp.tsx
723
- var Ce = (e) => {
725
+ var je = (e) => {
724
726
  let { fill: t } = e;
725
727
  return /* @__PURE__ */ o("svg", {
726
728
  xmlns: "http://www.w3.org/2000/svg",
@@ -747,15 +749,15 @@ var Ce = (e) => {
747
749
  }) })]
748
750
  })
749
751
  });
750
- }, R = t((e, t) => /* @__PURE__ */ o(f, {
752
+ }, N = t((e, t) => /* @__PURE__ */ o(h, {
751
753
  ref: t,
752
- icon: /* @__PURE__ */ o(Ce, {}),
754
+ icon: /* @__PURE__ */ o(je, {}),
753
755
  ...e
754
756
  }));
755
- R.displayName = "ArrowIosUp";
757
+ N.displayName = "ArrowIosUp";
756
758
  //#endregion
757
759
  //#region src/assets/icons/ArrowIosDownOutline.tsx
758
- var we = (e) => {
760
+ var Me = (e) => {
759
761
  let { fill: t } = e;
760
762
  return /* @__PURE__ */ o("svg", {
761
763
  xmlns: "http://www.w3.org/2000/svg",
@@ -782,15 +784,15 @@ var we = (e) => {
782
784
  }) })]
783
785
  })
784
786
  });
785
- }, z = t((e, t) => /* @__PURE__ */ o(f, {
787
+ }, P = t((e, t) => /* @__PURE__ */ o(h, {
786
788
  ref: t,
787
- icon: /* @__PURE__ */ o(we, {}),
789
+ icon: /* @__PURE__ */ o(Me, {}),
788
790
  ...e
789
791
  }));
790
- z.displayName = "ArrowIosDownOutline";
792
+ P.displayName = "ArrowIosDownOutline";
791
793
  //#endregion
792
794
  //#region src/assets/icons/RadioButtonChecked.tsx
793
- var Te = (e) => {
795
+ var Ne = (e) => {
794
796
  let { fill: t } = e;
795
797
  return /* @__PURE__ */ s("svg", {
796
798
  xmlns: "http://www.w3.org/2000/svg",
@@ -811,15 +813,15 @@ var Te = (e) => {
811
813
  })
812
814
  }) })]
813
815
  });
814
- }, B = t((e, t) => /* @__PURE__ */ o(f, {
816
+ }, F = t((e, t) => /* @__PURE__ */ o(h, {
815
817
  ref: t,
816
- icon: /* @__PURE__ */ o(Te, {}),
818
+ icon: /* @__PURE__ */ o(Ne, {}),
817
819
  ...e
818
820
  }));
819
- B.displayName = "RadioButtonChecked";
821
+ F.displayName = "RadioButtonChecked";
820
822
  //#endregion
821
823
  //#region src/assets/icons/RadioButtonUnchecked.tsx
822
- var Ee = (e) => {
824
+ var Pe = (e) => {
823
825
  let { fill: t } = e;
824
826
  return /* @__PURE__ */ s("svg", {
825
827
  xmlns: "http://www.w3.org/2000/svg",
@@ -840,15 +842,15 @@ var Ee = (e) => {
840
842
  })
841
843
  }) })]
842
844
  });
843
- }, V = t((e, t) => /* @__PURE__ */ o(f, {
845
+ }, I = t((e, t) => /* @__PURE__ */ o(h, {
844
846
  ref: t,
845
- icon: /* @__PURE__ */ o(Ee, {}),
847
+ icon: /* @__PURE__ */ o(Pe, {}),
846
848
  ...e
847
849
  }));
848
- V.displayName = "RadioButtonUnchecked";
850
+ I.displayName = "RadioButtonUnchecked";
849
851
  //#endregion
850
852
  //#region src/assets/icons/PauseCircle.tsx
851
- var De = (e) => {
853
+ var Fe = (e) => {
852
854
  let { fill: t } = e;
853
855
  return /* @__PURE__ */ s("svg", {
854
856
  xmlns: "http://www.w3.org/2000/svg",
@@ -869,15 +871,15 @@ var De = (e) => {
869
871
  })
870
872
  }) })]
871
873
  });
872
- }, H = t((e, t) => /* @__PURE__ */ o(f, {
874
+ }, L = t((e, t) => /* @__PURE__ */ o(h, {
873
875
  ref: t,
874
- icon: /* @__PURE__ */ o(De, {}),
876
+ icon: /* @__PURE__ */ o(Fe, {}),
875
877
  ...e
876
878
  }));
877
- H.displayName = "PauseCircle";
879
+ L.displayName = "PauseCircle";
878
880
  //#endregion
879
881
  //#region src/assets/icons/PauseCircleOutline.tsx
880
- var Oe = (e) => {
882
+ var Ie = (e) => {
881
883
  let { fill: t } = e;
882
884
  return /* @__PURE__ */ s("svg", {
883
885
  xmlns: "http://www.w3.org/2000/svg",
@@ -896,15 +898,15 @@ var Oe = (e) => {
896
898
  })
897
899
  }) })]
898
900
  });
899
- }, U = t((e, t) => /* @__PURE__ */ o(f, {
901
+ }, R = t((e, t) => /* @__PURE__ */ o(h, {
900
902
  ref: t,
901
- icon: /* @__PURE__ */ o(Oe, {}),
903
+ icon: /* @__PURE__ */ o(Ie, {}),
902
904
  ...e
903
905
  }));
904
- U.displayName = "PauseCircleOutline";
906
+ R.displayName = "PauseCircleOutline";
905
907
  //#endregion
906
908
  //#region src/assets/icons/PlayCircle.tsx
907
- var ke = (e) => {
909
+ var Le = (e) => {
908
910
  let { fill: t } = e;
909
911
  return /* @__PURE__ */ s("svg", {
910
912
  xmlns: "http://www.w3.org/2000/svg",
@@ -923,15 +925,15 @@ var ke = (e) => {
923
925
  })
924
926
  }) })]
925
927
  });
926
- }, W = t((e, t) => /* @__PURE__ */ o(f, {
928
+ }, z = t((e, t) => /* @__PURE__ */ o(h, {
927
929
  ref: t,
928
- icon: /* @__PURE__ */ o(ke, {}),
930
+ icon: /* @__PURE__ */ o(Le, {}),
929
931
  ...e
930
932
  }));
931
- W.displayName = "PlayCircle";
933
+ z.displayName = "PlayCircle";
932
934
  //#endregion
933
935
  //#region src/assets/icons/PlayCircleOutline.tsx
934
- var Ae = (e) => {
936
+ var Re = (e) => {
935
937
  let { fill: t } = e;
936
938
  return /* @__PURE__ */ s("svg", {
937
939
  xmlns: "http://www.w3.org/2000/svg",
@@ -950,15 +952,15 @@ var Ae = (e) => {
950
952
  })
951
953
  }) })]
952
954
  });
953
- }, G = t((e, t) => /* @__PURE__ */ o(f, {
955
+ }, B = t((e, t) => /* @__PURE__ */ o(h, {
954
956
  ref: t,
955
- icon: /* @__PURE__ */ o(Ae, {}),
957
+ icon: /* @__PURE__ */ o(Re, {}),
956
958
  ...e
957
959
  }));
958
- G.displayName = "PlayCircleOutline";
960
+ B.displayName = "PlayCircleOutline";
959
961
  //#endregion
960
962
  //#region src/assets/icons/ColorPaletteOutline.tsx
961
- var je = (e) => {
963
+ var ze = (e) => {
962
964
  let { fill: t } = e;
963
965
  return /* @__PURE__ */ s("svg", {
964
966
  xmlns: "http://www.w3.org/2000/svg",
@@ -977,15 +979,15 @@ var je = (e) => {
977
979
  })
978
980
  }) })]
979
981
  });
980
- }, K = t((e, t) => /* @__PURE__ */ o(f, {
982
+ }, V = t((e, t) => /* @__PURE__ */ o(h, {
981
983
  ref: t,
982
- icon: /* @__PURE__ */ o(je, {}),
984
+ icon: /* @__PURE__ */ o(ze, {}),
983
985
  ...e
984
986
  }));
985
- K.displayName = "ColorPaletteOutline";
987
+ V.displayName = "ColorPaletteOutline";
986
988
  //#endregion
987
989
  //#region src/assets/icons/ArrowIosBack.tsx
988
- var Me = (e) => {
990
+ var Be = (e) => {
989
991
  let { fill: t } = e;
990
992
  return /* @__PURE__ */ s("svg", {
991
993
  xmlns: "http://www.w3.org/2000/svg",
@@ -1006,15 +1008,15 @@ var Me = (e) => {
1006
1008
  })
1007
1009
  }) })]
1008
1010
  });
1009
- }, q = t((e, t) => /* @__PURE__ */ o(f, {
1011
+ }, H = t((e, t) => /* @__PURE__ */ o(h, {
1010
1012
  ref: t,
1011
- icon: /* @__PURE__ */ o(Me, {}),
1013
+ icon: /* @__PURE__ */ o(Be, {}),
1012
1014
  ...e
1013
1015
  }));
1014
- q.displayName = "ArrowIosBack";
1016
+ H.displayName = "ArrowIosBack";
1015
1017
  //#endregion
1016
1018
  //#region src/assets/icons/ArrowIosBackOutline.tsx
1017
- var Ne = (e) => {
1019
+ var Ve = (e) => {
1018
1020
  let { fill: t } = e;
1019
1021
  return /* @__PURE__ */ s("svg", {
1020
1022
  xmlns: "http://www.w3.org/2000/svg",
@@ -1035,15 +1037,15 @@ var Ne = (e) => {
1035
1037
  })
1036
1038
  }) })]
1037
1039
  });
1038
- }, J = t((e, t) => /* @__PURE__ */ o(f, {
1040
+ }, U = t((e, t) => /* @__PURE__ */ o(h, {
1039
1041
  ref: t,
1040
- icon: /* @__PURE__ */ o(Ne, {}),
1042
+ icon: /* @__PURE__ */ o(Ve, {}),
1041
1043
  ...e
1042
1044
  }));
1043
- J.displayName = "ArrowIosBackOutline";
1045
+ U.displayName = "ArrowIosBackOutline";
1044
1046
  //#endregion
1045
1047
  //#region src/assets/icons/ArrowIosForward.tsx
1046
- var Pe = (e) => {
1048
+ var He = (e) => {
1047
1049
  let { fill: t } = e;
1048
1050
  return /* @__PURE__ */ s("svg", {
1049
1051
  xmlns: "http://www.w3.org/2000/svg",
@@ -1064,15 +1066,15 @@ var Pe = (e) => {
1064
1066
  })
1065
1067
  }) })]
1066
1068
  });
1067
- }, Y = t((e, t) => /* @__PURE__ */ o(f, {
1069
+ }, Ue = t((e, t) => /* @__PURE__ */ o(h, {
1068
1070
  ref: t,
1069
- icon: /* @__PURE__ */ o(Pe, {}),
1071
+ icon: /* @__PURE__ */ o(He, {}),
1070
1072
  ...e
1071
1073
  }));
1072
- Y.displayName = "ArrowIosForward";
1074
+ Ue.displayName = "ArrowIosForward";
1073
1075
  //#endregion
1074
1076
  //#region src/assets/icons/ArrowIosForwardOutline.tsx
1075
- var Fe = (e) => {
1077
+ var We = (e) => {
1076
1078
  let { fill: t } = e;
1077
1079
  return /* @__PURE__ */ s("svg", {
1078
1080
  xmlns: "http://www.w3.org/2000/svg",
@@ -1093,15 +1095,15 @@ var Fe = (e) => {
1093
1095
  })
1094
1096
  }) })]
1095
1097
  });
1096
- }, Ie = t((e, t) => /* @__PURE__ */ o(f, {
1098
+ }, Ge = t((e, t) => /* @__PURE__ */ o(h, {
1097
1099
  ref: t,
1098
- icon: /* @__PURE__ */ o(Fe, {}),
1100
+ icon: /* @__PURE__ */ o(We, {}),
1099
1101
  ...e
1100
1102
  }));
1101
- Ie.displayName = "ArrowIosForwardOutline";
1103
+ Ge.displayName = "ArrowIosForwardOutline";
1102
1104
  //#endregion
1103
1105
  //#region src/assets/icons/Expand.tsx
1104
- var Le = (e) => {
1106
+ var Ke = (e) => {
1105
1107
  let { fill: t } = e;
1106
1108
  return /* @__PURE__ */ s("svg", {
1107
1109
  xmlns: "http://www.w3.org/2000/svg",
@@ -1120,15 +1122,15 @@ var Le = (e) => {
1120
1122
  })
1121
1123
  }) })]
1122
1124
  });
1123
- }, Re = t((e, t) => /* @__PURE__ */ o(f, {
1125
+ }, qe = t((e, t) => /* @__PURE__ */ o(h, {
1124
1126
  ref: t,
1125
- icon: /* @__PURE__ */ o(Le, {}),
1127
+ icon: /* @__PURE__ */ o(Ke, {}),
1126
1128
  ...e
1127
1129
  }));
1128
- Re.displayName = "Expand";
1130
+ qe.displayName = "Expand";
1129
1131
  //#endregion
1130
1132
  //#region src/assets/icons/ExpandOutline.tsx
1131
- var ze = (e) => {
1133
+ var Je = (e) => {
1132
1134
  let { fill: t } = e;
1133
1135
  return /* @__PURE__ */ s("svg", {
1134
1136
  xmlns: "http://www.w3.org/2000/svg",
@@ -1147,15 +1149,15 @@ var ze = (e) => {
1147
1149
  })
1148
1150
  }) })]
1149
1151
  });
1150
- }, Be = t((e, t) => /* @__PURE__ */ o(f, {
1152
+ }, Ye = t((e, t) => /* @__PURE__ */ o(h, {
1151
1153
  ref: t,
1152
- icon: /* @__PURE__ */ o(ze, {}),
1154
+ icon: /* @__PURE__ */ o(Je, {}),
1153
1155
  ...e
1154
1156
  }));
1155
- Be.displayName = "ExpandOutline";
1157
+ Ye.displayName = "ExpandOutline";
1156
1158
  //#endregion
1157
1159
  //#region src/assets/icons/MenuOutline.tsx
1158
- var Ve = (e) => {
1160
+ var Xe = (e) => {
1159
1161
  let { fill: t } = e;
1160
1162
  return /* @__PURE__ */ s("svg", {
1161
1163
  xmlns: "http://www.w3.org/2000/svg",
@@ -1174,15 +1176,15 @@ var Ve = (e) => {
1174
1176
  })
1175
1177
  }) })]
1176
1178
  });
1177
- }, He = t((e, t) => /* @__PURE__ */ o(f, {
1179
+ }, Ze = t((e, t) => /* @__PURE__ */ o(h, {
1178
1180
  ref: t,
1179
- icon: /* @__PURE__ */ o(Ve, {}),
1181
+ icon: /* @__PURE__ */ o(Xe, {}),
1180
1182
  ...e
1181
1183
  }));
1182
- He.displayName = "MenuOutline";
1184
+ Ze.displayName = "MenuOutline";
1183
1185
  //#endregion
1184
1186
  //#region src/assets/icons/PlusCircle.tsx
1185
- var Ue = (e) => {
1187
+ var Qe = (e) => {
1186
1188
  let { fill: t } = e;
1187
1189
  return /* @__PURE__ */ s("svg", {
1188
1190
  xmlns: "http://www.w3.org/2000/svg",
@@ -1203,15 +1205,15 @@ var Ue = (e) => {
1203
1205
  })
1204
1206
  }) })]
1205
1207
  });
1206
- }, We = t((e, t) => /* @__PURE__ */ o(f, {
1208
+ }, $e = t((e, t) => /* @__PURE__ */ o(h, {
1207
1209
  ref: t,
1208
- icon: /* @__PURE__ */ o(Ue, {}),
1210
+ icon: /* @__PURE__ */ o(Qe, {}),
1209
1211
  ...e
1210
1212
  }));
1211
- We.displayName = "PlusCircle";
1213
+ $e.displayName = "PlusCircle";
1212
1214
  //#endregion
1213
1215
  //#region src/assets/icons/PlusCircleOutline.tsx
1214
- var Ge = (e) => {
1216
+ var et = (e) => {
1215
1217
  let { fill: t } = e;
1216
1218
  return /* @__PURE__ */ s("svg", {
1217
1219
  xmlns: "http://www.w3.org/2000/svg",
@@ -1230,15 +1232,15 @@ var Ge = (e) => {
1230
1232
  })
1231
1233
  }) })]
1232
1234
  });
1233
- }, Ke = t((e, t) => /* @__PURE__ */ o(f, {
1235
+ }, tt = t((e, t) => /* @__PURE__ */ o(h, {
1234
1236
  ref: t,
1235
- icon: /* @__PURE__ */ o(Ge, {}),
1237
+ icon: /* @__PURE__ */ o(et, {}),
1236
1238
  ...e
1237
1239
  }));
1238
- Ke.displayName = "PlusCircleOutline";
1240
+ tt.displayName = "PlusCircleOutline";
1239
1241
  //#endregion
1240
1242
  //#region src/assets/icons/Image.tsx
1241
- var qe = (e) => {
1243
+ var nt = (e) => {
1242
1244
  let { fill: t } = e;
1243
1245
  return /* @__PURE__ */ s("svg", {
1244
1246
  xmlns: "http://www.w3.org/2000/svg",
@@ -1257,15 +1259,15 @@ var qe = (e) => {
1257
1259
  })
1258
1260
  }) })]
1259
1261
  });
1260
- }, Je = t((e, t) => /* @__PURE__ */ o(f, {
1262
+ }, rt = t((e, t) => /* @__PURE__ */ o(h, {
1261
1263
  ref: t,
1262
- icon: /* @__PURE__ */ o(qe, {}),
1264
+ icon: /* @__PURE__ */ o(nt, {}),
1263
1265
  ...e
1264
1266
  }));
1265
- Je.displayName = "Image";
1267
+ rt.displayName = "Image";
1266
1268
  //#endregion
1267
1269
  //#region src/assets/icons/ImageOutline.tsx
1268
- var Ye = (e) => {
1270
+ var it = (e) => {
1269
1271
  let { fill: t } = e;
1270
1272
  return /* @__PURE__ */ s("svg", {
1271
1273
  xmlns: "http://www.w3.org/2000/svg",
@@ -1284,15 +1286,15 @@ var Ye = (e) => {
1284
1286
  })
1285
1287
  }) })]
1286
1288
  });
1287
- }, Xe = t((e, t) => /* @__PURE__ */ o(f, {
1289
+ }, at = t((e, t) => /* @__PURE__ */ o(h, {
1288
1290
  ref: t,
1289
- icon: /* @__PURE__ */ o(Ye, {}),
1291
+ icon: /* @__PURE__ */ o(it, {}),
1290
1292
  ...e
1291
1293
  }));
1292
- Xe.displayName = "ImageOutline";
1294
+ at.displayName = "ImageOutline";
1293
1295
  //#endregion
1294
1296
  //#region src/assets/icons/Search.tsx
1295
- var Ze = (e) => {
1297
+ var ot = (e) => {
1296
1298
  let { fill: t } = e;
1297
1299
  return /* @__PURE__ */ s("svg", {
1298
1300
  xmlns: "http://www.w3.org/2000/svg",
@@ -1313,15 +1315,15 @@ var Ze = (e) => {
1313
1315
  })
1314
1316
  }) })]
1315
1317
  });
1316
- }, Qe = t((e, t) => /* @__PURE__ */ o(f, {
1318
+ }, st = t((e, t) => /* @__PURE__ */ o(h, {
1317
1319
  ref: t,
1318
- icon: /* @__PURE__ */ o(Ze, {}),
1320
+ icon: /* @__PURE__ */ o(ot, {}),
1319
1321
  ...e
1320
1322
  }));
1321
- Qe.displayName = "Search";
1323
+ st.displayName = "Search";
1322
1324
  //#endregion
1323
1325
  //#region src/assets/icons/SearchOutline.tsx
1324
- var $e = (e) => {
1326
+ var ct = (e) => {
1325
1327
  let { fill: t } = e;
1326
1328
  return /* @__PURE__ */ s("svg", {
1327
1329
  xmlns: "http://www.w3.org/2000/svg",
@@ -1342,15 +1344,15 @@ var $e = (e) => {
1342
1344
  })
1343
1345
  }) })]
1344
1346
  });
1345
- }, et = t((e, t) => /* @__PURE__ */ o(f, {
1347
+ }, W = t((e, t) => /* @__PURE__ */ o(h, {
1346
1348
  ref: t,
1347
- icon: /* @__PURE__ */ o($e, {}),
1349
+ icon: /* @__PURE__ */ o(ct, {}),
1348
1350
  ...e
1349
1351
  }));
1350
- et.displayName = "SearchOutline";
1352
+ W.displayName = "SearchOutline";
1351
1353
  //#endregion
1352
1354
  //#region src/assets/icons/Block.tsx
1353
- var tt = (e) => {
1355
+ var lt = (e) => {
1354
1356
  let { fill: t } = e;
1355
1357
  return /* @__PURE__ */ s("svg", {
1356
1358
  xmlns: "http://www.w3.org/2000/svg",
@@ -1375,15 +1377,15 @@ var tt = (e) => {
1375
1377
  })
1376
1378
  }) })]
1377
1379
  });
1378
- }, nt = t((e, t) => /* @__PURE__ */ o(f, {
1380
+ }, ut = t((e, t) => /* @__PURE__ */ o(h, {
1379
1381
  ref: t,
1380
- icon: /* @__PURE__ */ o(tt, {}),
1382
+ icon: /* @__PURE__ */ o(lt, {}),
1381
1383
  ...e
1382
1384
  }));
1383
- nt.displayName = "Block";
1385
+ ut.displayName = "Block";
1384
1386
  //#endregion
1385
1387
  //#region src/assets/icons/BlockOutline.tsx
1386
- var rt = (e) => {
1388
+ var dt = (e) => {
1387
1389
  let { fill: t } = e;
1388
1390
  return /* @__PURE__ */ s("svg", {
1389
1391
  xmlns: "http://www.w3.org/2000/svg",
@@ -1410,15 +1412,15 @@ var rt = (e) => {
1410
1412
  })
1411
1413
  }) })]
1412
1414
  });
1413
- }, X = t((e, t) => /* @__PURE__ */ o(f, {
1415
+ }, ft = t((e, t) => /* @__PURE__ */ o(h, {
1414
1416
  ref: t,
1415
- icon: /* @__PURE__ */ o(rt, {}),
1417
+ icon: /* @__PURE__ */ o(dt, {}),
1416
1418
  ...e
1417
1419
  }));
1418
- X.displayName = "BlockOutline";
1420
+ ft.displayName = "BlockOutline";
1419
1421
  //#endregion
1420
1422
  //#region src/assets/icons/Settings.tsx
1421
- var it = (e) => {
1423
+ var pt = (e) => {
1422
1424
  let { fill: t } = e;
1423
1425
  return /* @__PURE__ */ s("svg", {
1424
1426
  xmlns: "http://www.w3.org/2000/svg",
@@ -1437,15 +1439,15 @@ var it = (e) => {
1437
1439
  })
1438
1440
  }) })]
1439
1441
  });
1440
- }, at = t((e, t) => /* @__PURE__ */ o(f, {
1442
+ }, mt = t((e, t) => /* @__PURE__ */ o(h, {
1441
1443
  ref: t,
1442
- icon: /* @__PURE__ */ o(it, {}),
1444
+ icon: /* @__PURE__ */ o(pt, {}),
1443
1445
  ...e
1444
1446
  }));
1445
- at.displayName = "Settings";
1447
+ mt.displayName = "Settings";
1446
1448
  //#endregion
1447
1449
  //#region src/assets/icons/SettingsOutline.tsx
1448
- var ot = (e) => {
1450
+ var ht = (e) => {
1449
1451
  let { fill: t } = e;
1450
1452
  return /* @__PURE__ */ s("svg", {
1451
1453
  xmlns: "http://www.w3.org/2000/svg",
@@ -1464,15 +1466,15 @@ var ot = (e) => {
1464
1466
  })
1465
1467
  }) })]
1466
1468
  });
1467
- }, st = t((e, t) => /* @__PURE__ */ o(f, {
1469
+ }, gt = t((e, t) => /* @__PURE__ */ o(h, {
1468
1470
  ref: t,
1469
- icon: /* @__PURE__ */ o(ot, {}),
1471
+ icon: /* @__PURE__ */ o(ht, {}),
1470
1472
  ...e
1471
1473
  }));
1472
- st.displayName = "SettingsOutline";
1474
+ gt.displayName = "SettingsOutline";
1473
1475
  //#endregion
1474
1476
  //#region src/assets/icons/Layers.tsx
1475
- var ct = (e) => {
1477
+ var _t = (e) => {
1476
1478
  let { fill: t } = e;
1477
1479
  return /* @__PURE__ */ s("svg", {
1478
1480
  xmlns: "http://www.w3.org/2000/svg",
@@ -1495,15 +1497,15 @@ var ct = (e) => {
1495
1497
  })
1496
1498
  }) })]
1497
1499
  });
1498
- }, lt = t((e, t) => /* @__PURE__ */ o(f, {
1500
+ }, vt = t((e, t) => /* @__PURE__ */ o(h, {
1499
1501
  ref: t,
1500
- icon: /* @__PURE__ */ o(ct, {}),
1502
+ icon: /* @__PURE__ */ o(_t, {}),
1501
1503
  ...e
1502
1504
  }));
1503
- lt.displayName = "Layers";
1505
+ vt.displayName = "Layers";
1504
1506
  //#endregion
1505
1507
  //#region src/assets/icons/LayersOutline.tsx
1506
- var ut = (e) => {
1508
+ var yt = (e) => {
1507
1509
  let { fill: t } = e;
1508
1510
  return /* @__PURE__ */ s("svg", {
1509
1511
  xmlns: "http://www.w3.org/2000/svg",
@@ -1524,15 +1526,15 @@ var ut = (e) => {
1524
1526
  })
1525
1527
  }) })]
1526
1528
  });
1527
- }, dt = t((e, t) => /* @__PURE__ */ o(f, {
1529
+ }, bt = t((e, t) => /* @__PURE__ */ o(h, {
1528
1530
  ref: t,
1529
- icon: /* @__PURE__ */ o(ut, {}),
1531
+ icon: /* @__PURE__ */ o(yt, {}),
1530
1532
  ...e
1531
1533
  }));
1532
- dt.displayName = "LayersOutline";
1534
+ bt.displayName = "LayersOutline";
1533
1535
  //#endregion
1534
1536
  //#region src/assets/icons/GithubRepo.tsx
1535
- var ft = (e) => {
1537
+ var xt = (e) => {
1536
1538
  let { fill: t } = e;
1537
1539
  return /* @__PURE__ */ s("svg", {
1538
1540
  xmlns: "http://www.w3.org/2000/svg",
@@ -1553,15 +1555,15 @@ var ft = (e) => {
1553
1555
  })
1554
1556
  }) })]
1555
1557
  });
1556
- }, pt = t((e, t) => /* @__PURE__ */ o(f, {
1558
+ }, St = t((e, t) => /* @__PURE__ */ o(h, {
1557
1559
  ref: t,
1558
- icon: /* @__PURE__ */ o(ft, {}),
1560
+ icon: /* @__PURE__ */ o(xt, {}),
1559
1561
  ...e
1560
1562
  }));
1561
- pt.displayName = "GithubRepo";
1563
+ St.displayName = "GithubRepo";
1562
1564
  //#endregion
1563
1565
  //#region src/assets/icons/EyeOff.tsx
1564
- var mt = (e) => {
1566
+ var Ct = (e) => {
1565
1567
  let { fill: t } = e;
1566
1568
  return /* @__PURE__ */ s("svg", {
1567
1569
  xmlns: "http://www.w3.org/2000/svg",
@@ -1580,15 +1582,15 @@ var mt = (e) => {
1580
1582
  })
1581
1583
  }) })]
1582
1584
  });
1583
- }, ht = t((e, t) => /* @__PURE__ */ o(f, {
1585
+ }, wt = t((e, t) => /* @__PURE__ */ o(h, {
1584
1586
  ref: t,
1585
- icon: /* @__PURE__ */ o(mt, {}),
1587
+ icon: /* @__PURE__ */ o(Ct, {}),
1586
1588
  ...e
1587
1589
  }));
1588
- ht.displayName = "EyeOff";
1590
+ wt.displayName = "EyeOff";
1589
1591
  //#endregion
1590
1592
  //#region src/assets/icons/EyeOffOutline.tsx
1591
- var gt = (e) => {
1593
+ var Tt = (e) => {
1592
1594
  let { fill: t } = e;
1593
1595
  return /* @__PURE__ */ s("svg", {
1594
1596
  xmlns: "http://www.w3.org/2000/svg",
@@ -1607,15 +1609,15 @@ var gt = (e) => {
1607
1609
  })
1608
1610
  }) })]
1609
1611
  });
1610
- }, _t = t((e, t) => /* @__PURE__ */ o(f, {
1612
+ }, G = t((e, t) => /* @__PURE__ */ o(h, {
1611
1613
  ref: t,
1612
- icon: /* @__PURE__ */ o(gt, {}),
1614
+ icon: /* @__PURE__ */ o(Tt, {}),
1613
1615
  ...e
1614
1616
  }));
1615
- _t.displayName = "EyeOffOutline";
1617
+ G.displayName = "EyeOffOutline";
1616
1618
  //#endregion
1617
1619
  //#region src/assets/icons/Eye.tsx
1618
- var vt = (e) => {
1620
+ var Et = (e) => {
1619
1621
  let { fill: t } = e;
1620
1622
  return /* @__PURE__ */ s("svg", {
1621
1623
  xmlns: "http://www.w3.org/2000/svg",
@@ -1634,15 +1636,15 @@ var vt = (e) => {
1634
1636
  })
1635
1637
  }) })]
1636
1638
  });
1637
- }, yt = t((e, t) => /* @__PURE__ */ o(f, {
1639
+ }, Dt = t((e, t) => /* @__PURE__ */ o(h, {
1638
1640
  ref: t,
1639
- icon: /* @__PURE__ */ o(vt, {}),
1641
+ icon: /* @__PURE__ */ o(Et, {}),
1640
1642
  ...e
1641
1643
  }));
1642
- yt.displayName = "Eye";
1644
+ Dt.displayName = "Eye";
1643
1645
  //#endregion
1644
1646
  //#region src/assets/icons/EyeOutline.tsx
1645
- var bt = (e) => {
1647
+ var Ot = (e) => {
1646
1648
  let { fill: t } = e;
1647
1649
  return /* @__PURE__ */ s("svg", {
1648
1650
  xmlns: "http://www.w3.org/2000/svg",
@@ -1661,15 +1663,15 @@ var bt = (e) => {
1661
1663
  })
1662
1664
  }) })]
1663
1665
  });
1664
- }, xt = t((e, t) => /* @__PURE__ */ o(f, {
1666
+ }, K = t((e, t) => /* @__PURE__ */ o(h, {
1665
1667
  ref: t,
1666
- icon: /* @__PURE__ */ o(bt, {}),
1668
+ icon: /* @__PURE__ */ o(Ot, {}),
1667
1669
  ...e
1668
1670
  }));
1669
- xt.displayName = "EyeOutline";
1671
+ K.displayName = "EyeOutline";
1670
1672
  //#endregion
1671
1673
  //#region src/assets/icons/PaperPlane.tsx
1672
- var St = (e) => {
1674
+ var kt = (e) => {
1673
1675
  let { fill: t } = e;
1674
1676
  return /* @__PURE__ */ s("svg", {
1675
1677
  xmlns: "http://www.w3.org/2000/svg",
@@ -1690,15 +1692,15 @@ var St = (e) => {
1690
1692
  })
1691
1693
  }) })]
1692
1694
  });
1693
- }, Ct = t((e, t) => /* @__PURE__ */ o(f, {
1695
+ }, At = t((e, t) => /* @__PURE__ */ o(h, {
1694
1696
  ref: t,
1695
- icon: /* @__PURE__ */ o(St, {}),
1697
+ icon: /* @__PURE__ */ o(kt, {}),
1696
1698
  ...e
1697
1699
  }));
1698
- Ct.displayName = "PaperPlane";
1700
+ At.displayName = "PaperPlane";
1699
1701
  //#endregion
1700
1702
  //#region src/assets/icons/PaperPlaneOutline.tsx
1701
- var wt = (e) => {
1703
+ var jt = (e) => {
1702
1704
  let { fill: t } = e;
1703
1705
  return /* @__PURE__ */ s("svg", {
1704
1706
  xmlns: "http://www.w3.org/2000/svg",
@@ -1719,15 +1721,15 @@ var wt = (e) => {
1719
1721
  })
1720
1722
  }) })]
1721
1723
  });
1722
- }, Tt = t((e, t) => /* @__PURE__ */ o(f, {
1724
+ }, Mt = t((e, t) => /* @__PURE__ */ o(h, {
1723
1725
  ref: t,
1724
- icon: /* @__PURE__ */ o(wt, {}),
1726
+ icon: /* @__PURE__ */ o(jt, {}),
1725
1727
  ...e
1726
1728
  }));
1727
- Tt.displayName = "PaperPlaneOutline";
1729
+ Mt.displayName = "PaperPlaneOutline";
1728
1730
  //#endregion
1729
1731
  //#region src/assets/icons/MoreHorizontal.tsx
1730
- var Et = (e) => {
1732
+ var Nt = (e) => {
1731
1733
  let { fill: t } = e;
1732
1734
  return /* @__PURE__ */ s("svg", {
1733
1735
  xmlns: "http://www.w3.org/2000/svg",
@@ -1746,15 +1748,15 @@ var Et = (e) => {
1746
1748
  })
1747
1749
  }) })]
1748
1750
  });
1749
- }, Dt = t((e, t) => /* @__PURE__ */ o(f, {
1751
+ }, Pt = t((e, t) => /* @__PURE__ */ o(h, {
1750
1752
  ref: t,
1751
- icon: /* @__PURE__ */ o(Et, {}),
1753
+ icon: /* @__PURE__ */ o(Nt, {}),
1752
1754
  ...e
1753
1755
  }));
1754
- Dt.displayName = "MoreHorizontal";
1756
+ Pt.displayName = "MoreHorizontal";
1755
1757
  //#endregion
1756
1758
  //#region src/assets/icons/MoreHorizontalOutline.tsx
1757
- var Ot = (e) => {
1759
+ var Ft = (e) => {
1758
1760
  let { fill: t } = e;
1759
1761
  return /* @__PURE__ */ s("svg", {
1760
1762
  xmlns: "http://www.w3.org/2000/svg",
@@ -1773,15 +1775,15 @@ var Ot = (e) => {
1773
1775
  })
1774
1776
  }) })]
1775
1777
  });
1776
- }, kt = t((e, t) => /* @__PURE__ */ o(f, {
1778
+ }, It = t((e, t) => /* @__PURE__ */ o(h, {
1777
1779
  ref: t,
1778
- icon: /* @__PURE__ */ o(Ot, {}),
1780
+ icon: /* @__PURE__ */ o(Ft, {}),
1779
1781
  ...e
1780
1782
  }));
1781
- kt.displayName = "MoreHorizontalOutline";
1783
+ It.displayName = "MoreHorizontalOutline";
1782
1784
  //#endregion
1783
1785
  //#region src/assets/icons/MessageCircle.tsx
1784
- var At = (e) => {
1786
+ var Lt = (e) => {
1785
1787
  let { fill: t } = e;
1786
1788
  return /* @__PURE__ */ s("svg", {
1787
1789
  xmlns: "http://www.w3.org/2000/svg",
@@ -1802,15 +1804,15 @@ var At = (e) => {
1802
1804
  })
1803
1805
  }) })]
1804
1806
  });
1805
- }, jt = t((e, t) => /* @__PURE__ */ o(f, {
1807
+ }, Rt = t((e, t) => /* @__PURE__ */ o(h, {
1806
1808
  ref: t,
1807
- icon: /* @__PURE__ */ o(At, {}),
1809
+ icon: /* @__PURE__ */ o(Lt, {}),
1808
1810
  ...e
1809
1811
  }));
1810
- jt.displayName = "MessageCircle";
1812
+ Rt.displayName = "MessageCircle";
1811
1813
  //#endregion
1812
1814
  //#region src/assets/icons/MessageCircleOutline.tsx
1813
- var Mt = (e) => {
1815
+ var zt = (e) => {
1814
1816
  let { fill: t } = e;
1815
1817
  return /* @__PURE__ */ s("svg", {
1816
1818
  xmlns: "http://www.w3.org/2000/svg",
@@ -1829,15 +1831,15 @@ var Mt = (e) => {
1829
1831
  })
1830
1832
  }) })]
1831
1833
  });
1832
- }, Nt = t((e, t) => /* @__PURE__ */ o(f, {
1834
+ }, Bt = t((e, t) => /* @__PURE__ */ o(h, {
1833
1835
  ref: t,
1834
- icon: /* @__PURE__ */ o(Mt, {}),
1836
+ icon: /* @__PURE__ */ o(zt, {}),
1835
1837
  ...e
1836
1838
  }));
1837
- Nt.displayName = "MessageCircleOutline";
1839
+ Bt.displayName = "MessageCircleOutline";
1838
1840
  //#endregion
1839
1841
  //#region src/assets/icons/PersonRemove.tsx
1840
- var Pt = (e) => {
1842
+ var Vt = (e) => {
1841
1843
  let { fill: t } = e;
1842
1844
  return /* @__PURE__ */ s("svg", {
1843
1845
  xmlns: "http://www.w3.org/2000/svg",
@@ -1856,15 +1858,15 @@ var Pt = (e) => {
1856
1858
  })
1857
1859
  }) })]
1858
1860
  });
1859
- }, Ft = t((e, t) => /* @__PURE__ */ o(f, {
1861
+ }, Ht = t((e, t) => /* @__PURE__ */ o(h, {
1860
1862
  ref: t,
1861
- icon: /* @__PURE__ */ o(Pt, {}),
1863
+ icon: /* @__PURE__ */ o(Vt, {}),
1862
1864
  ...e
1863
1865
  }));
1864
- Ft.displayName = "PersonRemove";
1866
+ Ht.displayName = "PersonRemove";
1865
1867
  //#endregion
1866
1868
  //#region src/assets/icons/PersonRemoveOutline.tsx
1867
- var It = (e) => {
1869
+ var Ut = (e) => {
1868
1870
  let { fill: t } = e;
1869
1871
  return /* @__PURE__ */ s("svg", {
1870
1872
  xmlns: "http://www.w3.org/2000/svg",
@@ -1883,15 +1885,15 @@ var It = (e) => {
1883
1885
  })
1884
1886
  }) })]
1885
1887
  });
1886
- }, Lt = t((e, t) => /* @__PURE__ */ o(f, {
1888
+ }, Wt = t((e, t) => /* @__PURE__ */ o(h, {
1887
1889
  ref: t,
1888
- icon: /* @__PURE__ */ o(It, {}),
1890
+ icon: /* @__PURE__ */ o(Ut, {}),
1889
1891
  ...e
1890
1892
  }));
1891
- Lt.displayName = "PersonRemoveOutline";
1893
+ Wt.displayName = "PersonRemoveOutline";
1892
1894
  //#endregion
1893
1895
  //#region src/assets/icons/PersonAdd.tsx
1894
- var Rt = (e) => {
1896
+ var Gt = (e) => {
1895
1897
  let { fill: t } = e;
1896
1898
  return /* @__PURE__ */ s("svg", {
1897
1899
  xmlns: "http://www.w3.org/2000/svg",
@@ -1910,15 +1912,15 @@ var Rt = (e) => {
1910
1912
  })
1911
1913
  }) })]
1912
1914
  });
1913
- }, zt = t((e, t) => /* @__PURE__ */ o(f, {
1915
+ }, Kt = t((e, t) => /* @__PURE__ */ o(h, {
1914
1916
  ref: t,
1915
- icon: /* @__PURE__ */ o(Rt, {}),
1917
+ icon: /* @__PURE__ */ o(Gt, {}),
1916
1918
  ...e
1917
1919
  }));
1918
- zt.displayName = "PersonAdd";
1920
+ Kt.displayName = "PersonAdd";
1919
1921
  //#endregion
1920
1922
  //#region src/assets/icons/PersonAddOutline.tsx
1921
- var Bt = (e) => {
1923
+ var qt = (e) => {
1922
1924
  let { fill: t } = e;
1923
1925
  return /* @__PURE__ */ s("svg", {
1924
1926
  xmlns: "http://www.w3.org/2000/svg",
@@ -1937,15 +1939,15 @@ var Bt = (e) => {
1937
1939
  })
1938
1940
  }) })]
1939
1941
  });
1940
- }, Vt = t((e, t) => /* @__PURE__ */ o(f, {
1942
+ }, Jt = t((e, t) => /* @__PURE__ */ o(h, {
1941
1943
  ref: t,
1942
- icon: /* @__PURE__ */ o(Bt, {}),
1944
+ icon: /* @__PURE__ */ o(qt, {}),
1943
1945
  ...e
1944
1946
  }));
1945
- Vt.displayName = "PersonAddOutline";
1947
+ Jt.displayName = "PersonAddOutline";
1946
1948
  //#endregion
1947
1949
  //#region src/assets/icons/Mic.tsx
1948
- var Ht = (e) => {
1950
+ var Yt = (e) => {
1949
1951
  let { fill: t } = e;
1950
1952
  return /* @__PURE__ */ s("svg", {
1951
1953
  xmlns: "http://www.w3.org/2000/svg",
@@ -1964,15 +1966,15 @@ var Ht = (e) => {
1964
1966
  })
1965
1967
  }) })]
1966
1968
  });
1967
- }, Ut = t((e, t) => /* @__PURE__ */ o(f, {
1969
+ }, Xt = t((e, t) => /* @__PURE__ */ o(h, {
1968
1970
  ref: t,
1969
- icon: /* @__PURE__ */ o(Ht, {}),
1971
+ icon: /* @__PURE__ */ o(Yt, {}),
1970
1972
  ...e
1971
1973
  }));
1972
- Ut.displayName = "Mic";
1974
+ Xt.displayName = "Mic";
1973
1975
  //#endregion
1974
1976
  //#region src/assets/icons/MicOutline.tsx
1975
- var Wt = (e) => {
1977
+ var Zt = (e) => {
1976
1978
  let { fill: t } = e;
1977
1979
  return /* @__PURE__ */ s("svg", {
1978
1980
  xmlns: "http://www.w3.org/2000/svg",
@@ -1991,15 +1993,15 @@ var Wt = (e) => {
1991
1993
  })
1992
1994
  }) })]
1993
1995
  });
1994
- }, Gt = t((e, t) => /* @__PURE__ */ o(f, {
1996
+ }, Qt = t((e, t) => /* @__PURE__ */ o(h, {
1995
1997
  ref: t,
1996
- icon: /* @__PURE__ */ o(Wt, {}),
1998
+ icon: /* @__PURE__ */ o(Zt, {}),
1997
1999
  ...e
1998
2000
  }));
1999
- Gt.displayName = "MicOutline";
2001
+ Qt.displayName = "MicOutline";
2000
2002
  //#endregion
2001
2003
  //#region src/assets/icons/Copy.tsx
2002
- var Kt = (e) => {
2004
+ var $t = (e) => {
2003
2005
  let { fill: t } = e;
2004
2006
  return /* @__PURE__ */ s("svg", {
2005
2007
  xmlns: "http://www.w3.org/2000/svg",
@@ -2020,15 +2022,15 @@ var Kt = (e) => {
2020
2022
  })
2021
2023
  }) })]
2022
2024
  });
2023
- }, qt = t((e, t) => /* @__PURE__ */ o(f, {
2025
+ }, en = t((e, t) => /* @__PURE__ */ o(h, {
2024
2026
  ref: t,
2025
- icon: /* @__PURE__ */ o(Kt, {}),
2027
+ icon: /* @__PURE__ */ o($t, {}),
2026
2028
  ...e
2027
2029
  }));
2028
- qt.displayName = "Copy";
2030
+ en.displayName = "Copy";
2029
2031
  //#endregion
2030
2032
  //#region src/assets/icons/CopyOutline.tsx
2031
- var Jt = (e) => {
2033
+ var tn = (e) => {
2032
2034
  let { fill: t } = e;
2033
2035
  return /* @__PURE__ */ s("svg", {
2034
2036
  xmlns: "http://www.w3.org/2000/svg",
@@ -2047,15 +2049,15 @@ var Jt = (e) => {
2047
2049
  })
2048
2050
  }) })]
2049
2051
  });
2050
- }, Yt = t((e, t) => /* @__PURE__ */ o(f, {
2052
+ }, nn = t((e, t) => /* @__PURE__ */ o(h, {
2051
2053
  ref: t,
2052
- icon: /* @__PURE__ */ o(Jt, {}),
2054
+ icon: /* @__PURE__ */ o(tn, {}),
2053
2055
  ...e
2054
2056
  }));
2055
- Yt.displayName = "CopyOutline";
2057
+ nn.displayName = "CopyOutline";
2056
2058
  //#endregion
2057
2059
  //#region src/assets/icons/CreditCard.tsx
2058
- var Xt = (e) => {
2060
+ var rn = (e) => {
2059
2061
  let { fill: t } = e;
2060
2062
  return /* @__PURE__ */ s("svg", {
2061
2063
  xmlns: "http://www.w3.org/2000/svg",
@@ -2076,15 +2078,15 @@ var Xt = (e) => {
2076
2078
  })
2077
2079
  }) })]
2078
2080
  });
2079
- }, Zt = t((e, t) => /* @__PURE__ */ o(f, {
2081
+ }, an = t((e, t) => /* @__PURE__ */ o(h, {
2080
2082
  ref: t,
2081
- icon: /* @__PURE__ */ o(Xt, {}),
2083
+ icon: /* @__PURE__ */ o(rn, {}),
2082
2084
  ...e
2083
2085
  }));
2084
- Zt.displayName = "CreditCard";
2086
+ an.displayName = "CreditCard";
2085
2087
  //#endregion
2086
2088
  //#region src/assets/icons/CreditCardOutline.tsx
2087
- var Qt = (e) => {
2089
+ var on = (e) => {
2088
2090
  let { fill: t } = e;
2089
2091
  return /* @__PURE__ */ s("svg", {
2090
2092
  xmlns: "http://www.w3.org/2000/svg",
@@ -2103,15 +2105,15 @@ var Qt = (e) => {
2103
2105
  })
2104
2106
  }) })]
2105
2107
  });
2106
- }, $t = t((e, t) => /* @__PURE__ */ o(f, {
2108
+ }, sn = t((e, t) => /* @__PURE__ */ o(h, {
2107
2109
  ref: t,
2108
- icon: /* @__PURE__ */ o(Qt, {}),
2110
+ icon: /* @__PURE__ */ o(on, {}),
2109
2111
  ...e
2110
2112
  }));
2111
- $t.displayName = "CreditCardOutline";
2113
+ sn.displayName = "CreditCardOutline";
2112
2114
  //#endregion
2113
2115
  //#region src/assets/icons/Edit.tsx
2114
- var en = (e) => {
2116
+ var cn = (e) => {
2115
2117
  let { fill: t } = e;
2116
2118
  return /* @__PURE__ */ s("svg", {
2117
2119
  xmlns: "http://www.w3.org/2000/svg",
@@ -2130,15 +2132,15 @@ var en = (e) => {
2130
2132
  })
2131
2133
  }) })]
2132
2134
  });
2133
- }, tn = t((e, t) => /* @__PURE__ */ o(f, {
2135
+ }, ln = t((e, t) => /* @__PURE__ */ o(h, {
2134
2136
  ref: t,
2135
- icon: /* @__PURE__ */ o(en, {}),
2137
+ icon: /* @__PURE__ */ o(cn, {}),
2136
2138
  ...e
2137
2139
  }));
2138
- tn.displayName = "Edit";
2140
+ ln.displayName = "Edit";
2139
2141
  //#endregion
2140
2142
  //#region src/assets/icons/EditOutline.tsx
2141
- var nn = (e) => {
2143
+ var un = (e) => {
2142
2144
  let { fill: t } = e;
2143
2145
  return /* @__PURE__ */ s("svg", {
2144
2146
  xmlns: "http://www.w3.org/2000/svg",
@@ -2157,15 +2159,15 @@ var nn = (e) => {
2157
2159
  })
2158
2160
  }) })]
2159
2161
  });
2160
- }, rn = t((e, t) => /* @__PURE__ */ o(f, {
2162
+ }, dn = t((e, t) => /* @__PURE__ */ o(h, {
2161
2163
  ref: t,
2162
- icon: /* @__PURE__ */ o(nn, {}),
2164
+ icon: /* @__PURE__ */ o(un, {}),
2163
2165
  ...e
2164
2166
  }));
2165
- rn.displayName = "EditOutline";
2167
+ dn.displayName = "EditOutline";
2166
2168
  //#endregion
2167
2169
  //#region src/assets/icons/Email.tsx
2168
- var an = (e) => {
2170
+ var fn = (e) => {
2169
2171
  let { fill: t } = e;
2170
2172
  return /* @__PURE__ */ s("svg", {
2171
2173
  xmlns: "http://www.w3.org/2000/svg",
@@ -2186,15 +2188,15 @@ var an = (e) => {
2186
2188
  })
2187
2189
  }) })]
2188
2190
  });
2189
- }, on = t((e, t) => /* @__PURE__ */ o(f, {
2191
+ }, pn = t((e, t) => /* @__PURE__ */ o(h, {
2190
2192
  ref: t,
2191
- icon: /* @__PURE__ */ o(an, {}),
2193
+ icon: /* @__PURE__ */ o(fn, {}),
2192
2194
  ...e
2193
2195
  }));
2194
- on.displayName = "Email";
2196
+ pn.displayName = "Email";
2195
2197
  //#endregion
2196
2198
  //#region src/assets/icons/EmailOutline.tsx
2197
- var sn = (e) => {
2199
+ var mn = (e) => {
2198
2200
  let { fill: t } = e;
2199
2201
  return /* @__PURE__ */ s("svg", {
2200
2202
  xmlns: "http://www.w3.org/2000/svg",
@@ -2215,15 +2217,15 @@ var sn = (e) => {
2215
2217
  })
2216
2218
  }) })]
2217
2219
  });
2218
- }, cn = t((e, t) => /* @__PURE__ */ o(f, {
2220
+ }, hn = t((e, t) => /* @__PURE__ */ o(h, {
2219
2221
  ref: t,
2220
- icon: /* @__PURE__ */ o(sn, {}),
2222
+ icon: /* @__PURE__ */ o(mn, {}),
2221
2223
  ...e
2222
2224
  }));
2223
- cn.displayName = "EmailOutline";
2225
+ hn.displayName = "EmailOutline";
2224
2226
  //#endregion
2225
2227
  //#region src/assets/icons/Heart.tsx
2226
- var ln = (e) => {
2228
+ var gn = (e) => {
2227
2229
  let { fill: t } = e;
2228
2230
  return /* @__PURE__ */ s("svg", {
2229
2231
  xmlns: "http://www.w3.org/2000/svg",
@@ -2244,15 +2246,15 @@ var ln = (e) => {
2244
2246
  })
2245
2247
  }) })]
2246
2248
  });
2247
- }, un = t((e, t) => /* @__PURE__ */ o(f, {
2249
+ }, _n = t((e, t) => /* @__PURE__ */ o(h, {
2248
2250
  ref: t,
2249
- icon: /* @__PURE__ */ o(ln, {}),
2251
+ icon: /* @__PURE__ */ o(gn, {}),
2250
2252
  ...e
2251
2253
  }));
2252
- un.displayName = "Heart";
2254
+ _n.displayName = "Heart";
2253
2255
  //#endregion
2254
2256
  //#region src/assets/icons/HeartOutline.tsx
2255
- var dn = (e) => {
2257
+ var vn = (e) => {
2256
2258
  let { fill: t } = e;
2257
2259
  return /* @__PURE__ */ s("svg", {
2258
2260
  xmlns: "http://www.w3.org/2000/svg",
@@ -2273,15 +2275,15 @@ var dn = (e) => {
2273
2275
  })
2274
2276
  }) })]
2275
2277
  });
2276
- }, fn = t((e, t) => /* @__PURE__ */ o(f, {
2278
+ }, yn = t((e, t) => /* @__PURE__ */ o(h, {
2277
2279
  ref: t,
2278
- icon: /* @__PURE__ */ o(dn, {}),
2280
+ icon: /* @__PURE__ */ o(vn, {}),
2279
2281
  ...e
2280
2282
  }));
2281
- fn.displayName = "HeartOutline";
2283
+ yn.displayName = "HeartOutline";
2282
2284
  //#endregion
2283
2285
  //#region src/assets/icons/Maximize.tsx
2284
- var pn = (e) => {
2286
+ var bn = (e) => {
2285
2287
  let { fill: t } = e;
2286
2288
  return /* @__PURE__ */ s("svg", {
2287
2289
  xmlns: "http://www.w3.org/2000/svg",
@@ -2302,15 +2304,15 @@ var pn = (e) => {
2302
2304
  })
2303
2305
  }) })]
2304
2306
  });
2305
- }, mn = t((e, t) => /* @__PURE__ */ o(f, {
2307
+ }, xn = t((e, t) => /* @__PURE__ */ o(h, {
2306
2308
  ref: t,
2307
- icon: /* @__PURE__ */ o(pn, {}),
2309
+ icon: /* @__PURE__ */ o(bn, {}),
2308
2310
  ...e
2309
2311
  }));
2310
- mn.displayName = "Maximize";
2312
+ xn.displayName = "Maximize";
2311
2313
  //#endregion
2312
2314
  //#region src/assets/icons/MaximizeOutline.tsx
2313
- var hn = (e) => {
2315
+ var Sn = (e) => {
2314
2316
  let { fill: t } = e;
2315
2317
  return /* @__PURE__ */ s("svg", {
2316
2318
  xmlns: "http://www.w3.org/2000/svg",
@@ -2329,15 +2331,15 @@ var hn = (e) => {
2329
2331
  })
2330
2332
  }) })]
2331
2333
  });
2332
- }, gn = t((e, t) => /* @__PURE__ */ o(f, {
2334
+ }, Cn = t((e, t) => /* @__PURE__ */ o(h, {
2333
2335
  ref: t,
2334
- icon: /* @__PURE__ */ o(hn, {}),
2336
+ icon: /* @__PURE__ */ o(Sn, {}),
2335
2337
  ...e
2336
2338
  }));
2337
- gn.displayName = "MaximizeOutline";
2339
+ Cn.displayName = "MaximizeOutline";
2338
2340
  //#endregion
2339
2341
  //#region src/assets/icons/Pin.tsx
2340
- var _n = (e) => {
2342
+ var wn = (e) => {
2341
2343
  let { fill: t } = e;
2342
2344
  return /* @__PURE__ */ s("svg", {
2343
2345
  xmlns: "http://www.w3.org/2000/svg",
@@ -2356,15 +2358,15 @@ var _n = (e) => {
2356
2358
  })
2357
2359
  }) })]
2358
2360
  });
2359
- }, vn = t((e, t) => /* @__PURE__ */ o(f, {
2361
+ }, Tn = t((e, t) => /* @__PURE__ */ o(h, {
2360
2362
  ref: t,
2361
- icon: /* @__PURE__ */ o(_n, {}),
2363
+ icon: /* @__PURE__ */ o(wn, {}),
2362
2364
  ...e
2363
2365
  }));
2364
- vn.displayName = "Pin";
2366
+ Tn.displayName = "Pin";
2365
2367
  //#endregion
2366
2368
  //#region src/assets/icons/PinOutline.tsx
2367
- var yn = (e) => {
2369
+ var En = (e) => {
2368
2370
  let { fill: t } = e;
2369
2371
  return /* @__PURE__ */ s("svg", {
2370
2372
  xmlns: "http://www.w3.org/2000/svg",
@@ -2383,15 +2385,15 @@ var yn = (e) => {
2383
2385
  })
2384
2386
  }) })]
2385
2387
  });
2386
- }, bn = t((e, t) => /* @__PURE__ */ o(f, {
2388
+ }, Dn = t((e, t) => /* @__PURE__ */ o(h, {
2387
2389
  ref: t,
2388
- icon: /* @__PURE__ */ o(yn, {}),
2390
+ icon: /* @__PURE__ */ o(En, {}),
2389
2391
  ...e
2390
2392
  }));
2391
- bn.displayName = "PinOutline";
2393
+ Dn.displayName = "PinOutline";
2392
2394
  //#endregion
2393
2395
  //#region src/assets/icons/Trash.tsx
2394
- var xn = (e) => {
2396
+ var On = (e) => {
2395
2397
  let { fill: t } = e;
2396
2398
  return /* @__PURE__ */ s("svg", {
2397
2399
  xmlns: "http://www.w3.org/2000/svg",
@@ -2412,15 +2414,15 @@ var xn = (e) => {
2412
2414
  })
2413
2415
  }) })]
2414
2416
  });
2415
- }, Sn = t((e, t) => /* @__PURE__ */ o(f, {
2417
+ }, kn = t((e, t) => /* @__PURE__ */ o(h, {
2416
2418
  ref: t,
2417
- icon: /* @__PURE__ */ o(xn, {}),
2419
+ icon: /* @__PURE__ */ o(On, {}),
2418
2420
  ...e
2419
2421
  }));
2420
- Sn.displayName = "Trash";
2422
+ kn.displayName = "Trash";
2421
2423
  //#endregion
2422
2424
  //#region src/assets/icons/TrashOutline.tsx
2423
- var Cn = (e) => {
2425
+ var An = (e) => {
2424
2426
  let { fill: t } = e;
2425
2427
  return /* @__PURE__ */ s("svg", {
2426
2428
  xmlns: "http://www.w3.org/2000/svg",
@@ -2441,15 +2443,15 @@ var Cn = (e) => {
2441
2443
  })
2442
2444
  }) })]
2443
2445
  });
2444
- }, wn = t((e, t) => /* @__PURE__ */ o(f, {
2446
+ }, jn = t((e, t) => /* @__PURE__ */ o(h, {
2445
2447
  ref: t,
2446
- icon: /* @__PURE__ */ o(Cn, {}),
2448
+ icon: /* @__PURE__ */ o(An, {}),
2447
2449
  ...e
2448
2450
  }));
2449
- wn.displayName = "TrashOutline";
2451
+ jn.displayName = "TrashOutline";
2450
2452
  //#endregion
2451
2453
  //#region src/assets/icons/Stripe.tsx
2452
- var Tn = (e) => /* @__PURE__ */ s("svg", {
2454
+ var Mn = (e) => /* @__PURE__ */ s("svg", {
2453
2455
  xmlns: "http://www.w3.org/2000/svg",
2454
2456
  viewBox: "0 0 24 16",
2455
2457
  fill: "none",
@@ -2473,15 +2475,15 @@ var Tn = (e) => /* @__PURE__ */ s("svg", {
2473
2475
  d: "M0 0h24v16H0z"
2474
2476
  })
2475
2477
  }) })]
2476
- }), En = t((e, t) => /* @__PURE__ */ o(p, {
2478
+ }), Nn = t((e, t) => /* @__PURE__ */ o(g, {
2477
2479
  ref: t,
2478
- icon: /* @__PURE__ */ o(Tn, {}),
2480
+ icon: /* @__PURE__ */ o(Mn, {}),
2479
2481
  ...e
2480
2482
  }));
2481
- En.displayName = "Stripe";
2483
+ Nn.displayName = "Stripe";
2482
2484
  //#endregion
2483
2485
  //#region src/assets/icons/RecaptchaLogo.tsx
2484
- var Dn = (e) => /* @__PURE__ */ s("svg", {
2486
+ var Pn = (e) => /* @__PURE__ */ s("svg", {
2485
2487
  xmlns: "http://www.w3.org/2000/svg",
2486
2488
  viewBox: "0 0 24 24",
2487
2489
  fill: "none",
@@ -2504,15 +2506,15 @@ var Dn = (e) => /* @__PURE__ */ s("svg", {
2504
2506
  d: "M6.412 19.238q-.245 0-.44.093a.9.9 0 0 0-.329.26q-.133.17-.205.41-.07.24-.07.535v.569q0 .297.07.536.072.24.203.408a.9.9 0 0 0 .736.351q.238 0 .418-.07a.8.8 0 0 0 .492-.522q.069-.187.08-.427h-.39a2 2 0 0 1-.051.315.6.6 0 0 1-.106.214.4.4 0 0 1-.177.122.8.8 0 0 1-.266.038.53.53 0 0 1-.288-.074.6.6 0 0 1-.192-.207 1 1 0 0 1-.106-.306 2 2 0 0 1-.032-.378v-.573q0-.218.038-.395a1 1 0 0 1 .12-.303.56.56 0 0 1 .495-.262.6.6 0 0 1 .244.043.4.4 0 0 1 .169.126q.068.085.103.216.036.131.049.313h.39a1.5 1.5 0 0 0-.077-.442.9.9 0 0 0-.189-.323.8.8 0 0 0-.293-.199 1.1 1.1 0 0 0-.396-.068m9.545 0q-.246 0-.44.093a.9.9 0 0 0-.33.26q-.133.17-.204.41t-.07.535v.569q0 .297.07.536t.202.408a.9.9 0 0 0 .736.351q.24 0 .418-.07a.8.8 0 0 0 .493-.522q.068-.187.08-.427h-.39q-.015.185-.052.315a.6.6 0 0 1-.105.214.4.4 0 0 1-.178.122.8.8 0 0 1-.266.038.53.53 0 0 1-.288-.074.6.6 0 0 1-.192-.207 1 1 0 0 1-.106-.306 2 2 0 0 1-.031-.378v-.573q0-.218.038-.395a1 1 0 0 1 .12-.303.56.56 0 0 1 .495-.262.6.6 0 0 1 .243.043.4.4 0 0 1 .169.126q.068.085.104.216t.048.313h.391a1.5 1.5 0 0 0-.078-.442.9.9 0 0 0-.188-.323.8.8 0 0 0-.294-.199 1.1 1.1 0 0 0-.395-.068m-7.317.043-.991 3.077h.397l.24-.803h1.039l.243.803h.397l-.993-3.077zm1.744 0v3.077h.386v-1.205h.594q.223 0 .393-.061a.746.746 0 0 0 .465-.473 1.2 1.2 0 0 0 .062-.398q0-.205-.062-.376a.782.782 0 0 0-.465-.495 1 1 0 0 0-.393-.07zm2.195 0v.334h.808v2.743h.387v-2.743h.809v-.334zm4.855 0v3.077h.387v-1.422h1.238v1.422h.39V19.28h-.39v1.323h-1.238V19.28zm3.48 0-.99 3.077h.397l.239-.803h1.04l.243.803h.397l-.993-3.077zm-10.144.334h.594q.142 0 .241.05a.46.46 0 0 1 .165.136.5.5 0 0 1 .095.196q.032.11.032.228 0 .132-.032.241a.5.5 0 0 1-.095.188.4.4 0 0 1-.165.123.6.6 0 0 1-.24.044h-.595zm-1.965.207.42 1.399h-.838zm12.275 0 .42 1.399h-.839zm-18.205.207a.43.43 0 0 0-.252.074.6.6 0 0 0-.173.2l-.006-.232H2.08v2.287h.374v-1.636a.54.54 0 0 1 .15-.23.38.38 0 0 1 .252-.085 1 1 0 0 1 .169.015l-.002-.364-.028-.008-.038-.01-.044-.007zm1.257 0a.9.9 0 0 0-.315.057.7.7 0 0 0-.27.188 1 1 0 0 0-.188.338 1.6 1.6 0 0 0-.072.51v.257q0 .262.061.455.062.192.176.319a.7.7 0 0 0 .28.186q.166.06.37.061a1.1 1.1 0 0 0 .474-.105.74.74 0 0 0 .268-.237l-.194-.237a.694.694 0 0 1-.216.188.6.6 0 0 1-.31.072.49.49 0 0 1-.4-.167q-.137-.167-.137-.535v-.053h1.276v-.217q0-.263-.044-.463a.9.9 0 0 0-.141-.338.6.6 0 0 0-.25-.207.86.86 0 0 0-.368-.072m0 .321q.123 0 .203.044.08.045.127.125a.6.6 0 0 1 .07.193q.022.11.03.242v.051h-.9q.007-.192.046-.319a.6.6 0 0 1 .099-.2.34.34 0 0 1 .146-.106.5.5 0 0 1 .18-.03"
2505
2507
  })
2506
2508
  ]
2507
- }), On = t((e, t) => /* @__PURE__ */ o(d, {
2509
+ }), Fn = t((e, t) => /* @__PURE__ */ o(m, {
2508
2510
  ref: t,
2509
- icon: /* @__PURE__ */ o(Dn, {}),
2511
+ icon: /* @__PURE__ */ o(Pn, {}),
2510
2512
  ...e
2511
2513
  }));
2512
- On.displayName = "RecaptchaLogo";
2514
+ Fn.displayName = "RecaptchaLogo";
2513
2515
  //#endregion
2514
2516
  //#region src/assets/icons/Paypal.tsx
2515
- var kn = (e) => /* @__PURE__ */ s("svg", {
2517
+ var In = (e) => /* @__PURE__ */ s("svg", {
2516
2518
  xmlns: "http://www.w3.org/2000/svg",
2517
2519
  viewBox: "0 0 24 16",
2518
2520
  fill: "none",
@@ -2563,15 +2565,15 @@ var kn = (e) => /* @__PURE__ */ s("svg", {
2563
2565
  d: "M0 0h24v16H0z"
2564
2566
  })
2565
2567
  }) })]
2566
- }), An = t((e, t) => /* @__PURE__ */ o(p, {
2568
+ }), Ln = t((e, t) => /* @__PURE__ */ o(g, {
2567
2569
  ref: t,
2568
- icon: /* @__PURE__ */ o(kn, {}),
2570
+ icon: /* @__PURE__ */ o(In, {}),
2569
2571
  ...e
2570
2572
  }));
2571
- An.displayName = "Paypal";
2573
+ Ln.displayName = "Paypal";
2572
2574
  //#endregion
2573
2575
  //#region src/assets/icons/Paid.tsx
2574
- var jn = (e) => /* @__PURE__ */ s("svg", {
2576
+ var Rn = (e) => /* @__PURE__ */ s("svg", {
2575
2577
  xmlns: "http://www.w3.org/2000/svg",
2576
2578
  viewBox: "0 0 24 24",
2577
2579
  fill: "none",
@@ -2594,15 +2596,15 @@ var jn = (e) => /* @__PURE__ */ s("svg", {
2594
2596
  })
2595
2597
  }) })
2596
2598
  ]
2597
- }), Mn = t((e, t) => /* @__PURE__ */ o(d, {
2599
+ }), zn = t((e, t) => /* @__PURE__ */ o(m, {
2598
2600
  ref: t,
2599
- icon: /* @__PURE__ */ o(jn, {}),
2601
+ icon: /* @__PURE__ */ o(Rn, {}),
2600
2602
  ...e
2601
2603
  }));
2602
- Mn.displayName = "Paid";
2604
+ zn.displayName = "Paid";
2603
2605
  //#endregion
2604
2606
  //#region src/assets/icons/Google.tsx
2605
- var Nn = (e) => /* @__PURE__ */ s("svg", {
2607
+ var Bn = (e) => /* @__PURE__ */ s("svg", {
2606
2608
  xmlns: "http://www.w3.org/2000/svg",
2607
2609
  viewBox: "0 0 24 24",
2608
2610
  fill: "none",
@@ -2634,15 +2636,15 @@ var Nn = (e) => /* @__PURE__ */ s("svg", {
2634
2636
  d: "M0 0h24v24H0z"
2635
2637
  })
2636
2638
  }) })]
2637
- }), Pn = t((e, t) => /* @__PURE__ */ o(d, {
2639
+ }), Vn = t((e, t) => /* @__PURE__ */ o(m, {
2638
2640
  ref: t,
2639
- icon: /* @__PURE__ */ o(Nn, {}),
2641
+ icon: /* @__PURE__ */ o(Bn, {}),
2640
2642
  ...e
2641
2643
  }));
2642
- Pn.displayName = "Google";
2644
+ Vn.displayName = "Google";
2643
2645
  //#endregion
2644
2646
  //#region src/assets/icons/Facebook.tsx
2645
- var Fn = (e) => /* @__PURE__ */ s("svg", {
2647
+ var Hn = (e) => /* @__PURE__ */ s("svg", {
2646
2648
  xmlns: "http://www.w3.org/2000/svg",
2647
2649
  viewBox: "0 0 24 24",
2648
2650
  fill: "none",
@@ -2663,15 +2665,15 @@ var Fn = (e) => /* @__PURE__ */ s("svg", {
2663
2665
  d: "M0 0h24v24H0z"
2664
2666
  })
2665
2667
  }) })]
2666
- }), In = t((e, t) => /* @__PURE__ */ o(d, {
2668
+ }), Un = t((e, t) => /* @__PURE__ */ o(m, {
2667
2669
  ref: t,
2668
- icon: /* @__PURE__ */ o(Fn, {}),
2670
+ icon: /* @__PURE__ */ o(Hn, {}),
2669
2671
  ...e
2670
2672
  }));
2671
- In.displayName = "Facebook";
2673
+ Un.displayName = "Facebook";
2672
2674
  //#endregion
2673
2675
  //#region src/assets/icons/Brave.tsx
2674
- var Ln = (e) => {
2676
+ var Wn = (e) => {
2675
2677
  let { fill: t } = e;
2676
2678
  return /* @__PURE__ */ o("svg", {
2677
2679
  xmlns: "http://www.w3.org/2000/svg",
@@ -2683,15 +2685,15 @@ var Ln = (e) => {
2683
2685
  d: "m23.52 0 3.14 3.57s2.76-.77 4.07.54c1.3 1.3 2.37 2.45 2.37 2.45l-.84 2.08 1.07 3.07s-3.15 11.97-3.52 13.43c-.73 2.88-1.23 3.99-3.3 5.45a280 280 0 0 1-6.44 4.37C19.46 35.35 18.7 36 18 36s-1.45-.65-2.07-1.04A279 279 0 0 1 9.5 30.6c-2.07-1.46-2.57-2.57-3.3-5.45-.36-1.46-3.52-13.43-3.52-13.43l1.07-3.07-.84-2.08s1.07-1.15 2.38-2.45 4.06-.54 4.06-.54L12.48 0zM18 22.4c-.2 0-1.56.48-2.64 1.04s-1.86.95-2.1 1.11c-.26.16-.1.45.12.62.23.16 3.3 2.53 3.6 2.8.29.26.72.7 1.02.7.3-.01.74-.44 1.03-.7.3-.27 3.36-2.64 3.6-2.8.22-.17.37-.46.12-.62s-1.03-.55-2.11-1.11A12 12 0 0 0 18 22.4M18 5.5s-.61 0-1.53.3c-.92.31-1.92.7-2.38.7s-3.87-.66-3.87-.66-4.04 4.9-4.04 5.94c0 1.05.5 1.33 1.02 1.87l3.03 3.22c.29.3.88.77.53 1.6s-.87 1.89-.3 2.97c.58 1.07 1.57 1.79 2.2 1.67s2.12-.9 2.67-1.25c.54-.36 2.28-1.79 2.28-2.33 0-.55-1.8-1.53-2.12-1.76s-1.84-1.08-1.87-1.42-.02-.44.42-1.28c.45-.84 1.25-1.95 1.11-2.7-.13-.74-1.42-1.13-2.34-1.48-.93-.34-2.7-1-2.92-1.1-.23-.1-.17-.2.5-.27.68-.06 2.58-.32 3.44-.08s2.33.6 2.45.8.22.2.1.87-.75 3.87-.81 4.44-.18.95.43 1.09c.62.14 1.65.38 2 .38s1.39-.24 2-.38.5-.52.43-1.09c-.06-.57-.69-3.77-.8-4.44-.13-.67-.03-.67.1-.87.11-.2 1.58-.56 2.44-.8s2.77.02 3.44.08.73.16.5.26-2 .77-2.91 1.11c-.93.35-2.22.74-2.35 1.48-.14.75.67 1.86 1.11 2.7s.46.94.43 1.28-1.54 1.2-1.87 1.42c-.33.23-2.12 1.2-2.12 1.76 0 .54 1.73 1.97 2.27 2.33.55.35 2.04 1.13 2.67 1.25s1.62-.6 2.2-1.67c.57-1.08.05-2.14-.3-2.97s.25-1.3.53-1.6l3.03-3.22c.52-.54 1.02-.82 1.02-1.87 0-1.04-4.04-5.94-4.04-5.94s-3.4.66-3.87.66c-.46 0-1.46-.39-2.38-.7S18 5.5 18 5.5"
2684
2686
  })
2685
2687
  });
2686
- }, Rn = t((e, t) => /* @__PURE__ */ o(f, {
2688
+ }, Gn = t((e, t) => /* @__PURE__ */ o(h, {
2687
2689
  ref: t,
2688
- icon: /* @__PURE__ */ o(Ln, {}),
2690
+ icon: /* @__PURE__ */ o(Wn, {}),
2689
2691
  ...e
2690
2692
  }));
2691
- Rn.displayName = "Brave";
2693
+ Gn.displayName = "Brave";
2692
2694
  //#endregion
2693
2695
  //#region src/assets/icons/Explorer.tsx
2694
- var zn = (e) => {
2696
+ var Kn = (e) => {
2695
2697
  let { fill: t } = e;
2696
2698
  return /* @__PURE__ */ o("svg", {
2697
2699
  xmlns: "http://www.w3.org/2000/svg",
@@ -2703,15 +2705,15 @@ var zn = (e) => {
2703
2705
  d: "M34.05 8.07C37.37-.56 30.9.04 30.9.04c-4.14 0-9.32 3.78-9.32 3.78S15.41 2.15 9.24 5.89c-6.73 4.29-6.51 11.9-6.51 11.9 5.47-7.82 13.1-11 13.1-11v.51C4.57 15 1.9 26.23 1.24 28.53s-.22 7.43 4.51 7.43c4.74 0 9.54-3.8 9.54-3.8s1.04.21 3.85.21C31 32.37 33.8 21.94 33.8 21.94H23.3s-.75 3.4-4.52 3.4c-5.18 0-4.88-5.4-4.88-5.4h20.05c.96-13.9-11.17-15.9-11.17-15.9S27.06 1 30.77 1c5.86 0 3.09 6.87 3.09 6.87zM14.72 32s-7.23 4.38-10.47 1.34C2.5 30.31 5.33 26 5.33 26s2.4 4.43 9.39 6m8.68-16.8h-9.54s-.12-4.64 4.9-4.64c4.83 0 4.64 4.64 4.64 4.64"
2704
2706
  })
2705
2707
  });
2706
- }, Bn = t((e, t) => /* @__PURE__ */ o(f, {
2708
+ }, qn = t((e, t) => /* @__PURE__ */ o(h, {
2707
2709
  ref: t,
2708
- icon: /* @__PURE__ */ o(zn, {}),
2710
+ icon: /* @__PURE__ */ o(Kn, {}),
2709
2711
  ...e
2710
2712
  }));
2711
- Bn.displayName = "Explorer";
2713
+ qn.displayName = "Explorer";
2712
2714
  //#endregion
2713
2715
  //#region src/assets/icons/Firefox.tsx
2714
- var Vn = (e) => {
2716
+ var Jn = (e) => {
2715
2717
  let { fill: t } = e;
2716
2718
  return /* @__PURE__ */ s("svg", {
2717
2719
  xmlns: "http://www.w3.org/2000/svg",
@@ -2732,15 +2734,15 @@ var Vn = (e) => {
2732
2734
  })
2733
2735
  }) })]
2734
2736
  });
2735
- }, Hn = t((e, t) => /* @__PURE__ */ o(f, {
2737
+ }, Yn = t((e, t) => /* @__PURE__ */ o(h, {
2736
2738
  ref: t,
2737
- icon: /* @__PURE__ */ o(Vn, {}),
2739
+ icon: /* @__PURE__ */ o(Jn, {}),
2738
2740
  ...e
2739
2741
  }));
2740
- Hn.displayName = "Firefox";
2742
+ Yn.displayName = "Firefox";
2741
2743
  //#endregion
2742
2744
  //#region src/assets/icons/MicrosoftEdge.tsx
2743
- var Un = (e) => {
2745
+ var Xn = (e) => {
2744
2746
  let { fill: t } = e;
2745
2747
  return /* @__PURE__ */ s("svg", {
2746
2748
  xmlns: "http://www.w3.org/2000/svg",
@@ -2865,15 +2867,15 @@ var Un = (e) => {
2865
2867
  })
2866
2868
  ] })]
2867
2869
  });
2868
- }, Wn = t((e, t) => /* @__PURE__ */ o(f, {
2870
+ }, q = t((e, t) => /* @__PURE__ */ o(h, {
2869
2871
  ref: t,
2870
- icon: /* @__PURE__ */ o(Un, {}),
2872
+ icon: /* @__PURE__ */ o(Xn, {}),
2871
2873
  ...e
2872
2874
  }));
2873
- Wn.displayName = "MicrosoftEdge";
2875
+ q.displayName = "MicrosoftEdge";
2874
2876
  //#endregion
2875
2877
  //#region src/assets/icons/Opera.tsx
2876
- var Gn = (e) => {
2878
+ var Zn = (e) => {
2877
2879
  let { fill: t } = e;
2878
2880
  return /* @__PURE__ */ s("svg", {
2879
2881
  xmlns: "http://www.w3.org/2000/svg",
@@ -2894,15 +2896,15 @@ var Gn = (e) => {
2894
2896
  })
2895
2897
  }) })]
2896
2898
  });
2897
- }, Kn = t((e, t) => /* @__PURE__ */ o(f, {
2899
+ }, Qn = t((e, t) => /* @__PURE__ */ o(h, {
2898
2900
  ref: t,
2899
- icon: /* @__PURE__ */ o(Gn, {}),
2901
+ icon: /* @__PURE__ */ o(Zn, {}),
2900
2902
  ...e
2901
2903
  }));
2902
- Kn.displayName = "Opera";
2904
+ Qn.displayName = "Opera";
2903
2905
  //#endregion
2904
2906
  //#region src/assets/icons/Safari.tsx
2905
- var qn = (e) => {
2907
+ var $n = (e) => {
2906
2908
  let { fill: t } = e;
2907
2909
  return /* @__PURE__ */ s("svg", {
2908
2910
  xmlns: "http://www.w3.org/2000/svg",
@@ -2921,15 +2923,15 @@ var qn = (e) => {
2921
2923
  })
2922
2924
  }) })]
2923
2925
  });
2924
- }, Jn = t((e, t) => /* @__PURE__ */ o(f, {
2926
+ }, er = t((e, t) => /* @__PURE__ */ o(h, {
2925
2927
  ref: t,
2926
- icon: /* @__PURE__ */ o(qn, {}),
2928
+ icon: /* @__PURE__ */ o($n, {}),
2927
2929
  ...e
2928
2930
  }));
2929
- Jn.displayName = "Safari";
2931
+ er.displayName = "Safari";
2930
2932
  //#endregion
2931
2933
  //#region src/assets/icons/UcBrowser.tsx
2932
- var Yn = (e) => {
2934
+ var tr = (e) => {
2933
2935
  let { fill: t } = e;
2934
2936
  return /* @__PURE__ */ s("svg", {
2935
2937
  xmlns: "http://www.w3.org/2000/svg",
@@ -2990,15 +2992,15 @@ var Yn = (e) => {
2990
2992
  })
2991
2993
  ]
2992
2994
  });
2993
- }, Xn = t((e, t) => /* @__PURE__ */ o(f, {
2995
+ }, nr = t((e, t) => /* @__PURE__ */ o(h, {
2994
2996
  ref: t,
2995
- icon: /* @__PURE__ */ o(Yn, {}),
2997
+ icon: /* @__PURE__ */ o(tr, {}),
2996
2998
  ...e
2997
2999
  }));
2998
- Xn.displayName = "UcBrowser";
3000
+ nr.displayName = "UcBrowser";
2999
3001
  //#endregion
3000
3002
  //#region src/assets/icons/Yandex.tsx
3001
- var Zn = (e) => /* @__PURE__ */ s("svg", {
3003
+ var rr = (e) => /* @__PURE__ */ s("svg", {
3002
3004
  xmlns: "http://www.w3.org/2000/svg",
3003
3005
  viewBox: "0 0 36 36",
3004
3006
  fill: "none",
@@ -3020,13 +3022,13 @@ var Zn = (e) => /* @__PURE__ */ s("svg", {
3020
3022
  d: "M0 0h36v36H0z"
3021
3023
  })
3022
3024
  }) })]
3023
- }), Qn = t((e, t) => /* @__PURE__ */ o(f, {
3025
+ }), ir = t((e, t) => /* @__PURE__ */ o(h, {
3024
3026
  ref: t,
3025
- icon: /* @__PURE__ */ o(Zn, {}),
3027
+ icon: /* @__PURE__ */ o(rr, {}),
3026
3028
  ...e
3027
3029
  }));
3028
- Qn.displayName = "Yandex";
3029
- var Z = {
3030
+ ir.displayName = "Yandex";
3031
+ var J = {
3030
3032
  typography: "_typography_1hhu5_1",
3031
3033
  "align-left": "_align-left_1hhu5_5",
3032
3034
  "align-center": "_align-center_1hhu5_9",
@@ -3034,7 +3036,7 @@ var Z = {
3034
3036
  "align-justify": "_align-justify_1hhu5_17",
3035
3037
  noWrap: "_noWrap_1hhu5_21",
3036
3038
  gutterBottom: "_gutterBottom_1hhu5_27"
3037
- }, $n = {
3039
+ }, ar = {
3038
3040
  large: "h1",
3039
3041
  h1: "h1",
3040
3042
  h2: "h2",
@@ -3052,15 +3054,15 @@ var Z = {
3052
3054
  "caution-error": "div",
3053
3055
  signature: "span",
3054
3056
  "signature-legal": "span"
3055
- }, er = (e) => {
3056
- let { ref: t, children: n, variant: r = "body1", color: i, className: a, style: s, noWrap: l, mb: u, ml: d, mr: f, mt: p, mx: m, my: h, gutterBottom: ee, align: g, href: te, target: _, rel: ne, ...v } = e, y = $n[r] || "div", b = c(Z.typography, `typography-${r}`, g && Z[`align-${g}`], l && Z.noWrap, ee && Z.gutterBottom, a), re = r === "link" || r === "subtitle-link" || y === "a" ? {
3057
- href: te,
3058
- target: _,
3059
- rel: ne
3057
+ }, or = (e) => {
3058
+ let { ref: t, children: n, variant: r = "body1", color: i, className: a, style: s, noWrap: l, mb: u, ml: d, mr: f, mt: p, mx: m, my: h, gutterBottom: g, align: _, href: v, target: ee, rel: y, ...te } = e, b = ar[r] || "div", ne = c(J.typography, `typography-${r}`, _ && J[`align-${_}`], l && J.noWrap, g && J.gutterBottom, a), x = r === "link" || r === "subtitle-link" || b === "a" ? {
3059
+ href: v,
3060
+ target: ee,
3061
+ rel: y
3060
3062
  } : {};
3061
- return /* @__PURE__ */ o(y, {
3063
+ return /* @__PURE__ */ o(b, {
3062
3064
  ref: t,
3063
- className: b,
3065
+ className: ne,
3064
3066
  style: {
3065
3067
  marginLeft: m ?? d ?? 0,
3066
3068
  marginRight: m ?? f ?? 0,
@@ -3069,11 +3071,11 @@ var Z = {
3069
3071
  color: i ?? "inherit",
3070
3072
  ...s
3071
3073
  },
3072
- ...re,
3073
- ...v,
3074
+ ...x,
3075
+ ...te,
3074
3076
  children: n
3075
3077
  });
3076
- }, Q = {
3078
+ }, Y = {
3077
3079
  "typography-large": "_typography-large_q4wf2_82",
3078
3080
  "typography-h1": "_typography-h1_q4wf2_90",
3079
3081
  "typography-h2": "_typography-h2_q4wf2_98",
@@ -3123,101 +3125,101 @@ var Z = {
3123
3125
  typographyExample: "_typographyExample_q4wf2_604",
3124
3126
  transitionBox: "_transitionBox_q4wf2_612",
3125
3127
  prefixBox: "_prefixBox_q4wf2_622"
3126
- }, tr = () => {
3128
+ }, sr = () => {
3127
3129
  let [e, t] = i(!1);
3128
3130
  return /* @__PURE__ */ s("div", {
3129
- className: Q.testContainer,
3131
+ className: Y.testContainer,
3130
3132
  children: [
3131
3133
  /* @__PURE__ */ o("header", {
3132
- className: Q.header,
3134
+ className: Y.header,
3133
3135
  children: /* @__PURE__ */ s("div", {
3134
- className: Q.container,
3136
+ className: Y.container,
3135
3137
  children: [/* @__PURE__ */ o("h1", { children: "Testing All Mixins" }), /* @__PURE__ */ o("p", { children: "Resize your browser to see responsive behavior" })]
3136
3138
  })
3137
3139
  }),
3138
3140
  /* @__PURE__ */ o("main", {
3139
- className: Q.main,
3141
+ className: Y.main,
3140
3142
  children: /* @__PURE__ */ s("div", {
3141
- className: Q.content,
3143
+ className: Y.content,
3142
3144
  children: [
3143
3145
  /* @__PURE__ */ s("section", {
3144
- className: Q.testSection,
3146
+ className: Y.testSection,
3145
3147
  children: [/* @__PURE__ */ o("h2", { children: "Responsive Breakpoints" }), /* @__PURE__ */ s("div", {
3146
- className: Q.breakpointIndicators,
3148
+ className: Y.breakpointIndicators,
3147
3149
  children: [
3148
3150
  /* @__PURE__ */ o("div", {
3149
- className: Q.desktopIndicator,
3151
+ className: Y.desktopIndicator,
3150
3152
  children: "Desktop (≥1280px)"
3151
3153
  }),
3152
3154
  /* @__PURE__ */ o("div", {
3153
- className: Q.tabletIndicator,
3155
+ className: Y.tabletIndicator,
3154
3156
  children: "Tablet (768-1279px)"
3155
3157
  }),
3156
3158
  /* @__PURE__ */ o("div", {
3157
- className: Q.mobileIndicator,
3159
+ className: Y.mobileIndicator,
3158
3160
  children: "Mobile (≤360px)"
3159
3161
  })
3160
3162
  ]
3161
3163
  })]
3162
3164
  }),
3163
3165
  /* @__PURE__ */ s("section", {
3164
- className: Q.testSection,
3166
+ className: Y.testSection,
3165
3167
  children: [
3166
3168
  /* @__PURE__ */ o("h2", { children: "Modal Widths" }),
3167
3169
  /* @__PURE__ */ s("div", {
3168
- className: Q.modalSizes,
3170
+ className: Y.modalSizes,
3169
3171
  children: [
3170
3172
  /* @__PURE__ */ o("div", {
3171
- className: Q.modalXs,
3173
+ className: Y.modalXs,
3172
3174
  children: "XS (366px)"
3173
3175
  }),
3174
3176
  /* @__PURE__ */ o("div", {
3175
- className: Q.modalS,
3177
+ className: Y.modalS,
3176
3178
  children: "S (378px)"
3177
3179
  }),
3178
3180
  /* @__PURE__ */ o("div", {
3179
- className: Q.modalM,
3181
+ className: Y.modalM,
3180
3182
  children: "M (492px)"
3181
3183
  }),
3182
3184
  /* @__PURE__ */ o("div", {
3183
- className: Q.modalL,
3185
+ className: Y.modalL,
3184
3186
  children: "L (644px)"
3185
3187
  }),
3186
3188
  /* @__PURE__ */ o("div", {
3187
- className: Q.modalXl,
3189
+ className: Y.modalXl,
3188
3190
  children: "XL (972px)"
3189
3191
  })
3190
3192
  ]
3191
3193
  }),
3192
3194
  /* @__PURE__ */ o("button", {
3193
3195
  type: "button",
3194
- className: Q.openModalBtn,
3196
+ className: Y.openModalBtn,
3195
3197
  onClick: () => t(!0),
3196
3198
  children: "Open Modal"
3197
3199
  })
3198
3200
  ]
3199
3201
  }),
3200
3202
  /* @__PURE__ */ s("section", {
3201
- className: Q.testSection,
3203
+ className: Y.testSection,
3202
3204
  children: [/* @__PURE__ */ o("h2", { children: "Hover & Touch Testing" }), /* @__PURE__ */ s("div", {
3203
- className: Q.hoverTest,
3205
+ className: Y.hoverTest,
3204
3206
  children: [/* @__PURE__ */ o("button", {
3205
3207
  type: "button",
3206
- className: Q.hoverButton,
3208
+ className: Y.hoverButton,
3207
3209
  children: "Hover me (desktop) / Tap me (mobile)"
3208
3210
  }), /* @__PURE__ */ o("div", {
3209
- className: Q.hoverCard,
3211
+ className: Y.hoverCard,
3210
3212
  children: /* @__PURE__ */ o("p", { children: "Hover effects change on touch devices" })
3211
3213
  })]
3212
3214
  })]
3213
3215
  }),
3214
3216
  /* @__PURE__ */ s("section", {
3215
- className: Q.testSection,
3217
+ className: Y.testSection,
3216
3218
  children: [/* @__PURE__ */ o("h2", { children: "Utility Mixins" }), /* @__PURE__ */ s("div", {
3217
- className: Q.utilityGrid,
3219
+ className: Y.utilityGrid,
3218
3220
  children: [
3219
3221
  /* @__PURE__ */ s("div", {
3220
- className: Q.flexBox,
3222
+ className: Y.flexBox,
3221
3223
  children: [
3222
3224
  /* @__PURE__ */ o("div", { children: "Flexbox" }),
3223
3225
  /* @__PURE__ */ o("div", { children: "1" }),
@@ -3226,29 +3228,29 @@ var Z = {
3226
3228
  ]
3227
3229
  }),
3228
3230
  /* @__PURE__ */ o("div", {
3229
- className: Q.square,
3231
+ className: Y.square,
3230
3232
  children: "width-height"
3231
3233
  }),
3232
3234
  /* @__PURE__ */ s("div", {
3233
- className: Q.positionWrapper,
3235
+ className: Y.positionWrapper,
3234
3236
  children: [/* @__PURE__ */ o("div", {
3235
- className: Q.topLeft,
3237
+ className: Y.topLeft,
3236
3238
  children: "Top Left"
3237
3239
  }), /* @__PURE__ */ o("div", {
3238
- className: Q.topRight,
3240
+ className: Y.topRight,
3239
3241
  children: "Top Right"
3240
3242
  })]
3241
3243
  }),
3242
3244
  /* @__PURE__ */ o("p", {
3243
- className: Q.typographyExample,
3245
+ className: Y.typographyExample,
3244
3246
  children: "Typography mixin example"
3245
3247
  }),
3246
3248
  /* @__PURE__ */ o("div", {
3247
- className: Q.transitionBox,
3249
+ className: Y.transitionBox,
3248
3250
  children: "Hover me (transition-basic mixin)"
3249
3251
  }),
3250
3252
  /* @__PURE__ */ o("div", {
3251
- className: Q.prefixBox,
3253
+ className: Y.prefixBox,
3252
3254
  children: "Prefix mixin"
3253
3255
  })
3254
3256
  ]
@@ -3258,22 +3260,22 @@ var Z = {
3258
3260
  })
3259
3261
  }),
3260
3262
  e && /* @__PURE__ */ o("div", {
3261
- className: Q.modalOverlay,
3263
+ className: Y.modalOverlay,
3262
3264
  onClick: () => t(!1),
3263
3265
  children: /* @__PURE__ */ s("div", {
3264
- className: Q.modal,
3266
+ className: Y.modal,
3265
3267
  onClick: (e) => e.stopPropagation(),
3266
3268
  children: [
3267
3269
  /* @__PURE__ */ o("button", {
3268
3270
  type: "button",
3269
- className: Q.closeBtn,
3271
+ className: Y.closeBtn,
3270
3272
  onClick: () => t(!1),
3271
3273
  children: "×"
3272
3274
  }),
3273
3275
  /* @__PURE__ */ o("h2", { children: "Responsive Modal" }),
3274
3276
  /* @__PURE__ */ o("p", { children: "Modal width changes based on screen size" }),
3275
3277
  /* @__PURE__ */ s("div", {
3276
- className: Q.modalSizes,
3278
+ className: Y.modalSizes,
3277
3279
  children: [
3278
3280
  /* @__PURE__ */ o("span", { children: "XS: 366px" }),
3279
3281
  /* @__PURE__ */ o("span", { children: "S: 378px" }),
@@ -3287,7 +3289,7 @@ var Z = {
3287
3289
  })
3288
3290
  ]
3289
3291
  });
3290
- }, $ = {
3292
+ }, X = {
3291
3293
  root: "_root_1rwph_55",
3292
3294
  option: "_option_1rwph_61",
3293
3295
  item: "_item_1rwph_67",
@@ -3295,37 +3297,177 @@ var Z = {
3295
3297
  indicator: "_indicator_1rwph_112",
3296
3298
  label: "_label_1rwph_130",
3297
3299
  disabled: "_disabled_1rwph_135"
3298
- }, nr = t(({ className: e, options: t, disabled: n, ...i }, a) => {
3300
+ }, cr = t(({ className: e, options: t, disabled: n, ...i }, a) => {
3299
3301
  let l = r();
3300
3302
  return /* @__PURE__ */ o(u.Root, {
3301
3303
  ref: a,
3302
3304
  disabled: n,
3303
- className: c($.root, e, n && $.groupDisabled),
3305
+ className: c(X.root, e, n && X.groupDisabled),
3304
3306
  ...i,
3305
3307
  children: t.map((e) => {
3306
3308
  let t = `${l}-${e.value}`, r = n || e.disabled;
3307
3309
  return /* @__PURE__ */ s("div", {
3308
- className: c($.option, r && $.disabled),
3310
+ className: c(X.option, r && X.disabled),
3309
3311
  children: [/* @__PURE__ */ o(u.Item, {
3310
3312
  id: t,
3311
- className: $.item,
3313
+ className: X.item,
3312
3314
  value: e.value,
3313
3315
  disabled: r,
3314
3316
  children: /* @__PURE__ */ o("span", {
3315
- className: $.radio,
3316
- children: /* @__PURE__ */ o(u.Indicator, { className: $.indicator })
3317
+ className: X.radio,
3318
+ children: /* @__PURE__ */ o(u.Indicator, { className: X.indicator })
3317
3319
  })
3318
3320
  }), e.label && /* @__PURE__ */ o("label", {
3319
3321
  htmlFor: t,
3320
- className: $.label,
3322
+ className: X.label,
3321
3323
  children: e.label
3322
3324
  })]
3323
3325
  }, e.value);
3324
3326
  })
3325
3327
  });
3326
3328
  });
3327
- nr.displayName = "RadioGroup";
3329
+ cr.displayName = "RadioGroup";
3330
+ var Z = {
3331
+ wrapper: "_wrapper_1xxla_55",
3332
+ label: "_label_1xxla_61",
3333
+ container: "_container_1xxla_23",
3334
+ input: "_input_1xxla_82",
3335
+ adornment: "_adornment_1xxla_95",
3336
+ startAdornment: "_startAdornment_1xxla_102",
3337
+ endAdornment: "_endAdornment_1xxla_106",
3338
+ error: "_error_1xxla_110",
3339
+ disabled: "_disabled_1xxla_120"
3340
+ }, Q = t(({ id: e, label: t, error: n, startAdornment: i, endAdornment: a, className: l, disabled: u, type: d = "text", ...f }, p) => {
3341
+ let m = r(), h = e ?? m;
3342
+ return /* @__PURE__ */ s("div", {
3343
+ className: Z.wrapper,
3344
+ children: [
3345
+ t && /* @__PURE__ */ o("label", {
3346
+ htmlFor: h,
3347
+ className: c("typography-body2", Z.label),
3348
+ children: t
3349
+ }),
3350
+ /* @__PURE__ */ s("div", {
3351
+ className: c(Z.container, {
3352
+ [Z.error]: !!n,
3353
+ [Z.disabled]: u
3354
+ }),
3355
+ children: [
3356
+ i && /* @__PURE__ */ o("span", {
3357
+ className: c(Z.adornment, Z.startAdornment),
3358
+ children: i
3359
+ }),
3360
+ /* @__PURE__ */ o("input", {
3361
+ id: h,
3362
+ ref: p,
3363
+ type: d,
3364
+ className: c(Z.input, l),
3365
+ disabled: u,
3366
+ ...f
3367
+ }),
3368
+ a && /* @__PURE__ */ o("span", {
3369
+ className: c(Z.adornment, Z.endAdornment),
3370
+ children: a
3371
+ })
3372
+ ]
3373
+ }),
3374
+ n && /* @__PURE__ */ o(or, {
3375
+ variant: "body1",
3376
+ color: "var(--color-danger-500)",
3377
+ children: n
3378
+ })
3379
+ ]
3380
+ });
3381
+ });
3382
+ Q.displayName = "Input";
3383
+ //#endregion
3384
+ //#region src/components/Input/FormInput.tsx
3385
+ var lr = ({ control: e, name: t, ...n }) => /* @__PURE__ */ o(d, {
3386
+ control: e,
3387
+ name: t,
3388
+ render: ({ field: e, fieldState: t }) => /* @__PURE__ */ o(Q, {
3389
+ ...e,
3390
+ ...n,
3391
+ error: t.error?.message
3392
+ })
3393
+ }), ur = (e) => /* @__PURE__ */ o(Q, {
3394
+ ...e,
3395
+ startAdornment: /* @__PURE__ */ o(W, {
3396
+ autoSize: !1,
3397
+ color: "var(--color-light-100)",
3398
+ size: 20
3399
+ }),
3400
+ type: "search"
3401
+ }), $ = {
3402
+ container: "_container_2cqcq_23",
3403
+ label: "_label_2cqcq_59",
3404
+ buttonWrapper: "_buttonWrapper_2cqcq_68",
3405
+ root: "_root_2cqcq_86",
3406
+ indicator: "_indicator_2cqcq_113"
3407
+ }, dr = t(({ label: e, id: t, className: n, onCheckedChange: i, ...a }, l) => {
3408
+ let u = r(), d = t ?? u;
3409
+ return /* @__PURE__ */ o("div", {
3410
+ className: $.container,
3411
+ children: /* @__PURE__ */ s("label", {
3412
+ htmlFor: d,
3413
+ className: $.label,
3414
+ children: [/* @__PURE__ */ o("span", {
3415
+ className: $.buttonWrapper,
3416
+ children: /* @__PURE__ */ o(p.Root, {
3417
+ ref: l,
3418
+ id: d,
3419
+ className: c($.root, n),
3420
+ onCheckedChange: (e) => i?.(e === !0),
3421
+ ...a,
3422
+ children: /* @__PURE__ */ o(p.Indicator, {
3423
+ className: $.indicator,
3424
+ children: /* @__PURE__ */ o(v, { color: "var(--color-dark-900)" })
3425
+ })
3426
+ })
3427
+ }), e && /* @__PURE__ */ o("span", { children: e })]
3428
+ })
3429
+ });
3430
+ });
3431
+ dr.displayName = "Checkbox";
3432
+ //#endregion
3433
+ //#region src/components/Checkbox/FormCheckbox.tsx
3434
+ var fr = ({ control: e, name: t, ...n }) => {
3435
+ let { field: { value: r, onChange: i } } = f({
3436
+ control: e,
3437
+ name: t
3438
+ });
3439
+ return /* @__PURE__ */ o(dr, {
3440
+ ...n,
3441
+ checked: !!r,
3442
+ onCheckedChange: i
3443
+ });
3444
+ }, pr = { iconButton: "_iconButton_iqf7o_55" }, mr = ({ ...e }) => {
3445
+ let [t, n] = i(!1);
3446
+ return /* @__PURE__ */ o(Q, {
3447
+ ...e,
3448
+ type: t ? "text" : "password",
3449
+ endAdornment: /* @__PURE__ */ o("button", {
3450
+ type: "button",
3451
+ className: pr.iconButton,
3452
+ onClick: () => n((e) => !e),
3453
+ "aria-label": t ? "Hide password" : "Show password",
3454
+ children: o(t ? K : G, {
3455
+ autoSize: !1,
3456
+ color: "var(--color-light-100)",
3457
+ size: 24
3458
+ })
3459
+ })
3460
+ });
3461
+ }, hr = ({ control: e, name: t, ...n }) => /* @__PURE__ */ o(d, {
3462
+ control: e,
3463
+ name: t,
3464
+ render: ({ field: e, fieldState: t }) => /* @__PURE__ */ o(mr, {
3465
+ ...e,
3466
+ ...n,
3467
+ error: t.error?.message
3468
+ })
3469
+ });
3328
3470
  //#endregion
3329
- export { M as ArrowBackOutline, j as ArrowForwardOutline, q as ArrowIosBack, J as ArrowIosBackOutline, z as ArrowIosDownOutline, Y as ArrowIosForward, Ie as ArrowIosForwardOutline, R as ArrowIosUp, nt as Block, X as BlockOutline, k as Bookmark, A as BookmarkOutline, Rn as Brave, I as Calendar, L as CalendarOutline, h as CheckmarkOutline, _ as Close, v as CloseOutline, K as ColorPaletteOutline, qt as Copy, Yt as CopyOutline, Zt as CreditCard, $t as CreditCardOutline, N as DoneAllOutline, tn as Edit, rn as EditOutline, on as Email, cn as EmailOutline, Re as Expand, Be as ExpandOutline, Bn as Explorer, yt as Eye, ht as EyeOff, _t as EyeOffOutline, xt as EyeOutline, In as Facebook, g as FillBell, Hn as Firefox, x as FlagEng, S as FlagRus, pt as GithubRepo, Pn as Google, un as Heart, fn as HeartOutline, b as Home, ie as HomeOutline, Je as ImageIcon, Xe as ImageOutline, lt as Layers, dt as LayersOutline, P as LogOut, F as LogOutOutline, mn as Maximize, gn as MaximizeOutline, He as MenuOutline, jt as MessageCircle, Nt as MessageCircleOutline, Ut as Mic, Gt as MicOutline, Wn as MicrosoftEdge, Dt as MoreHorizontal, kt as MoreHorizontalOutline, Kn as Opera, ae as OutlineBell, Mn as Paid, Ct as PaperPlane, Tt as PaperPlaneOutline, H as PauseCircle, U as PauseCircleOutline, An as Paypal, T as Person, zt as PersonAdd, Vt as PersonAddOutline, E as PersonOutline, Ft as PersonRemove, Lt as PersonRemoveOutline, vn as Pin, bn as PinOutline, W as PlayCircle, G as PlayCircleOutline, We as PlusCircle, Ke as PlusCircleOutline, w as PlusSquare, C as PlusSquareOutline, B as RadioButtonChecked, V as RadioButtonUnchecked, nr as RadioGroup, On as RecaptchaLogo, Jn as Safari, Qe as Search, et as SearchOutline, at as Settings, st as SettingsOutline, En as Stripe, tr as TestMixins, Sn as Trash, wn as TrashOutline, D as TrendingUp, O as TrendingUpOutline, er as Typography, Xn as UcBrowser, Qn as Yandex, l as clsx };
3471
+ export { D as ArrowBackOutline, E as ArrowForwardOutline, H as ArrowIosBack, U as ArrowIosBackOutline, P as ArrowIosDownOutline, Ue as ArrowIosForward, Ge as ArrowIosForwardOutline, N as ArrowIosUp, ut as Block, ft as BlockOutline, w as Bookmark, T as BookmarkOutline, Gn as Brave, j as Calendar, M as CalendarOutline, v as CheckmarkOutline, b as Close, x as CloseOutline, V as ColorPaletteOutline, en as Copy, nn as CopyOutline, an as CreditCard, sn as CreditCardOutline, O as DoneAllOutline, ln as Edit, dn as EditOutline, pn as Email, hn as EmailOutline, qe as Expand, Ye as ExpandOutline, qn as Explorer, Dt as Eye, wt as EyeOff, G as EyeOffOutline, K as EyeOutline, Un as Facebook, y as FillBell, Yn as Firefox, le as FlagEng, de as FlagRus, fr as FormCheckbox, lr as FormInput, hr as FormPasswordInput, St as GithubRepo, Vn as Google, _n as Heart, yn as HeartOutline, ie as Home, oe as HomeOutline, rt as ImageIcon, at as ImageOutline, vt as Layers, bt as LayersOutline, k as LogOut, A as LogOutOutline, xn as Maximize, Cn as MaximizeOutline, Ze as MenuOutline, Rt as MessageCircle, Bt as MessageCircleOutline, Xt as Mic, Qt as MicOutline, q as MicrosoftEdge, Pt as MoreHorizontal, It as MoreHorizontalOutline, Qn as Opera, se as OutlineBell, zn as Paid, At as PaperPlane, Mt as PaperPlaneOutline, L as PauseCircle, R as PauseCircleOutline, Ln as Paypal, _e as Person, Kt as PersonAdd, Jt as PersonAddOutline, ye as PersonOutline, Ht as PersonRemove, Wt as PersonRemoveOutline, Tn as Pin, Dn as PinOutline, z as PlayCircle, B as PlayCircleOutline, $e as PlusCircle, tt as PlusCircleOutline, he as PlusSquare, pe as PlusSquareOutline, F as RadioButtonChecked, I as RadioButtonUnchecked, cr as RadioGroup, Fn as RecaptchaLogo, er as Safari, st as Search, ur as SearchInput, W as SearchOutline, mt as Settings, gt as SettingsOutline, Nn as Stripe, sr as TestMixins, kn as Trash, jn as TrashOutline, S as TrendingUp, C as TrendingUpOutline, or as Typography, nr as UcBrowser, ir as Yandex, l as clsx };
3330
3472
 
3331
3473
  //# sourceMappingURL=index.js.map