@scbt-ecom/ui 0.0.37 → 0.0.41

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 (48) hide show
  1. package/dist/{api-D1IPbF1t.js → api-hh0lx9Yk.js} +258 -212
  2. package/dist/api-hh0lx9Yk.js.map +1 -0
  3. package/dist/client.d.ts +1 -0
  4. package/dist/client.js +7212 -6093
  5. package/dist/client.js.map +1 -1
  6. package/dist/hybrid.d.ts +1 -0
  7. package/dist/hybrid.js +1166 -871
  8. package/dist/hybrid.js.map +1 -1
  9. package/dist/shared/ui/button/Button.d.ts +3 -2
  10. package/dist/shared/ui/formControlElements/InputControlMask.d.ts +1 -1
  11. package/dist/shared/ui/formControlElements/TextareaControl.d.ts +1 -1
  12. package/dist/shared/ui/formControlElements/comboboxControl/ComboboxControl.d.ts +6 -0
  13. package/dist/shared/ui/formControlElements/comboboxControl/index.d.ts +1 -0
  14. package/dist/shared/ui/formControlElements/comboboxControl/ui/CustomOption.d.ts +6 -0
  15. package/dist/shared/ui/formControlElements/dadata/DadataInputControl.d.ts +1 -1
  16. package/dist/shared/ui/formControlElements/index.d.ts +4 -2
  17. package/dist/shared/ui/formControlElements/{InputControl.d.ts → inputControl/InputControl.d.ts} +3 -2
  18. package/dist/shared/ui/formControlElements/inputControl/index.d.ts +1 -0
  19. package/dist/shared/ui/formControlElements/inputControl/model/hooks.d.ts +5 -0
  20. package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/InputSliderControl.d.ts +7 -0
  21. package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/dates/getEndWordMonth.d.ts +1 -0
  22. package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/dates/getYearEnding.d.ts +1 -0
  23. package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/dates/index.d.ts +2 -0
  24. package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/formatNumber.d.ts +1 -0
  25. package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/getInputSliderSuffix.d.ts +3 -0
  26. package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/getStepByVariant.d.ts +2 -0
  27. package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/index.d.ts +4 -0
  28. package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/hooks/useSlider.d.ts +6 -0
  29. package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/index.d.ts +1 -0
  30. package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/model/types.d.ts +10 -0
  31. package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/ui/SliderControl.d.ts +4 -0
  32. package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/ui/index.d.ts +1 -0
  33. package/dist/shared/ui/formControlElements/model/props-types.d.ts +2 -0
  34. package/dist/shared/ui/formControlElements/selectControl/SelectControl.d.ts +24 -0
  35. package/dist/shared/ui/formControlElements/selectControl/index.d.ts +2 -0
  36. package/dist/shared/ui/formControlElements/selectControl/ui/CustomListboxButton.d.ts +14 -0
  37. package/dist/shared/ui/formControlElements/selectControl/ui/CustomOption.d.ts +17 -0
  38. package/dist/shared/ui/formControlElements/selectControl/ui/index.d.ts +2 -0
  39. package/dist/shared/ui/formControlElements/ui/FieldAttachment.d.ts +2 -1
  40. package/dist/shared/ui/formControlElements/ui/FieldContainer.d.ts +1 -0
  41. package/dist/shared/ui/icon/sprite.gen.d.ts +1 -1
  42. package/dist/shared/ui/index.d.ts +1 -1
  43. package/dist/sprites/general.svg +1 -1
  44. package/dist/style.css +1 -1
  45. package/package.json +4 -3
  46. package/dist/api-D1IPbF1t.js.map +0 -1
  47. package/dist/shared/ui/formControlElements/SelectControl.d.ts +0 -27
  48. package/dist/sprites/common.svg +0 -1
@@ -1,8 +1,8 @@
1
1
  var hr = Object.defineProperty;
2
2
  var mr = (r, n, e) => n in r ? hr(r, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[n] = e;
3
3
  var d = (r, n, e) => mr(r, typeof n != "symbol" ? n + "" : n, e);
4
- import kt from "react";
5
- var Se = { exports: {} }, xe = {};
4
+ import Pt from "react";
5
+ var Ge = { exports: {} }, xe = {};
6
6
  /**
7
7
  * @license React
8
8
  * react-jsx-runtime.production.min.js
@@ -12,11 +12,11 @@ var Se = { exports: {} }, xe = {};
12
12
  * This source code is licensed under the MIT license found in the
13
13
  * LICENSE file in the root directory of this source tree.
14
14
  */
15
- var ft;
15
+ var ht;
16
16
  function br() {
17
- if (ft) return xe;
18
- ft = 1;
19
- var r = kt, n = Symbol.for("react.element"), e = Symbol.for("react.fragment"), t = Object.prototype.hasOwnProperty, a = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
17
+ if (ht) return xe;
18
+ ht = 1;
19
+ var r = Pt, n = Symbol.for("react.element"), e = Symbol.for("react.fragment"), t = Object.prototype.hasOwnProperty, a = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
20
20
  function i(l, f, h) {
21
21
  var m, w = {}, y = null, W = null;
22
22
  h !== void 0 && (y = "" + h), f.key !== void 0 && (y = "" + f.key), f.ref !== void 0 && (W = f.ref);
@@ -36,10 +36,10 @@ var ke = {};
36
36
  * This source code is licensed under the MIT license found in the
37
37
  * LICENSE file in the root directory of this source tree.
38
38
  */
39
- var ht;
39
+ var mt;
40
40
  function pr() {
41
- return ht || (ht = 1, process.env.NODE_ENV !== "production" && function() {
42
- var r = kt, n = Symbol.for("react.element"), e = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), l = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), w = Symbol.for("react.memo"), y = Symbol.for("react.lazy"), W = Symbol.for("react.offscreen"), D = Symbol.iterator, M = "@@iterator";
41
+ return mt || (mt = 1, process.env.NODE_ENV !== "production" && function() {
42
+ var r = Pt, n = Symbol.for("react.element"), e = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), l = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), w = Symbol.for("react.memo"), y = Symbol.for("react.lazy"), W = Symbol.for("react.offscreen"), D = Symbol.iterator, M = "@@iterator";
43
43
  function T(o) {
44
44
  if (o === null || typeof o != "object")
45
45
  return null;
@@ -128,18 +128,18 @@ function pr() {
128
128
  }
129
129
  return null;
130
130
  }
131
- var V = Object.assign, re = 0, le, ge, ue, ne, we, $, Ue;
132
- function Je() {
131
+ var V = Object.assign, re = 0, le, ge, ue, ne, we, $, Je;
132
+ function Ke() {
133
133
  }
134
- Je.__reactDisabledLog = !0;
134
+ Ke.__reactDisabledLog = !0;
135
135
  function zt() {
136
136
  {
137
137
  if (re === 0) {
138
- le = console.log, ge = console.info, ue = console.warn, ne = console.error, we = console.group, $ = console.groupCollapsed, Ue = console.groupEnd;
138
+ le = console.log, ge = console.info, ue = console.warn, ne = console.error, we = console.group, $ = console.groupCollapsed, Je = console.groupEnd;
139
139
  var o = {
140
140
  configurable: !0,
141
141
  enumerable: !0,
142
- value: Je,
142
+ value: Ke,
143
143
  writable: !0
144
144
  };
145
145
  Object.defineProperties(console, {
@@ -183,34 +183,34 @@ function pr() {
183
183
  value: $
184
184
  }),
185
185
  groupEnd: V({}, o, {
186
- value: Ue
186
+ value: Je
187
187
  })
188
188
  });
189
189
  }
190
190
  re < 0 && k("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
191
191
  }
192
192
  }
193
- var We = O.ReactCurrentDispatcher, Ae;
193
+ var Ae = O.ReactCurrentDispatcher, Ie;
194
194
  function Re(o, c, u) {
195
195
  {
196
- if (Ae === void 0)
196
+ if (Ie === void 0)
197
197
  try {
198
198
  throw Error();
199
199
  } catch (_) {
200
200
  var b = _.stack.trim().match(/\n( *(at )?)/);
201
- Ae = b && b[1] || "";
201
+ Ie = b && b[1] || "";
202
202
  }
203
203
  return `
204
- ` + Ae + o;
204
+ ` + Ie + o;
205
205
  }
206
206
  }
207
- var Ie = !1, Oe;
207
+ var je = !1, Oe;
208
208
  {
209
209
  var Ht = typeof WeakMap == "function" ? WeakMap : Map;
210
210
  Oe = new Ht();
211
211
  }
212
- function Ke(o, c) {
213
- if (!o || Ie)
212
+ function Ze(o, c) {
213
+ if (!o || je)
214
214
  return "";
215
215
  {
216
216
  var u = Oe.get(o);
@@ -218,11 +218,11 @@ function pr() {
218
218
  return u;
219
219
  }
220
220
  var b;
221
- Ie = !0;
221
+ je = !0;
222
222
  var _ = Error.prepareStackTrace;
223
223
  Error.prepareStackTrace = void 0;
224
224
  var R;
225
- R = We.current, We.current = null, zt();
225
+ R = Ae.current, Ae.current = null, zt();
226
226
  try {
227
227
  if (c) {
228
228
  var x = function() {
@@ -275,13 +275,13 @@ function pr() {
275
275
  }
276
276
  }
277
277
  } finally {
278
- Ie = !1, We.current = R, qt(), Error.prepareStackTrace = _;
278
+ je = !1, Ae.current = R, qt(), Error.prepareStackTrace = _;
279
279
  }
280
280
  var fe = o ? o.displayName || o.name : "", ce = fe ? Re(fe) : "";
281
281
  return typeof o == "function" && Oe.set(o, ce), ce;
282
282
  }
283
283
  function Bt(o, c, u) {
284
- return Ke(o, !1);
284
+ return Ze(o, !1);
285
285
  }
286
286
  function St(o) {
287
287
  var c = o.prototype;
@@ -291,7 +291,7 @@ function pr() {
291
291
  if (o == null)
292
292
  return "";
293
293
  if (typeof o == "function")
294
- return Ke(o, St(o));
294
+ return Ze(o, St(o));
295
295
  if (typeof o == "string")
296
296
  return Re(o);
297
297
  switch (o) {
@@ -316,13 +316,13 @@ function pr() {
316
316
  }
317
317
  return "";
318
318
  }
319
- var ye = Object.prototype.hasOwnProperty, Ze = {}, et = O.ReactDebugCurrentFrame;
319
+ var ye = Object.prototype.hasOwnProperty, et = {}, tt = O.ReactDebugCurrentFrame;
320
320
  function Me(o) {
321
321
  if (o) {
322
322
  var c = o._owner, u = De(o.type, o._source, c ? c.type : null);
323
- et.setExtraStackFrame(u);
323
+ tt.setExtraStackFrame(u);
324
324
  } else
325
- et.setExtraStackFrame(null);
325
+ tt.setExtraStackFrame(null);
326
326
  }
327
327
  function Gt(o, c, u, b, _) {
328
328
  {
@@ -339,12 +339,12 @@ function pr() {
339
339
  } catch (j) {
340
340
  v = j;
341
341
  }
342
- v && !(v instanceof Error) && (Me(_), k("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", b || "React class", u, x, typeof v), Me(null)), v instanceof Error && !(v.message in Ze) && (Ze[v.message] = !0, Me(_), k("Failed %s type: %s", u, v.message), Me(null));
342
+ v && !(v instanceof Error) && (Me(_), k("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", b || "React class", u, x, typeof v), Me(null)), v instanceof Error && !(v.message in et) && (et[v.message] = !0, Me(_), k("Failed %s type: %s", u, v.message), Me(null));
343
343
  }
344
344
  }
345
345
  }
346
346
  var Vt = Array.isArray;
347
- function je(o) {
347
+ function Ne(o) {
348
348
  return Vt(o);
349
349
  }
350
350
  function $t(o) {
@@ -355,24 +355,24 @@ function pr() {
355
355
  }
356
356
  function Qt(o) {
357
357
  try {
358
- return tt(o), !1;
358
+ return rt(o), !1;
359
359
  } catch {
360
360
  return !0;
361
361
  }
362
362
  }
363
- function tt(o) {
363
+ function rt(o) {
364
364
  return "" + o;
365
365
  }
366
- function rt(o) {
366
+ function nt(o) {
367
367
  if (Qt(o))
368
- return k("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", $t(o)), tt(o);
368
+ return k("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", $t(o)), rt(o);
369
369
  }
370
370
  var ve = O.ReactCurrentOwner, Xt = {
371
371
  key: !0,
372
372
  ref: !0,
373
373
  __self: !0,
374
374
  __source: !0
375
- }, nt, at, Fe;
375
+ }, at, ot, Fe;
376
376
  Fe = {};
377
377
  function Ut(o) {
378
378
  if (ye.call(o, "ref")) {
@@ -399,7 +399,7 @@ function pr() {
399
399
  function Zt(o, c) {
400
400
  {
401
401
  var u = function() {
402
- nt || (nt = !0, k("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", c));
402
+ at || (at = !0, k("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", c));
403
403
  };
404
404
  u.isReactWarning = !0, Object.defineProperty(o, "key", {
405
405
  get: u,
@@ -410,7 +410,7 @@ function pr() {
410
410
  function er(o, c) {
411
411
  {
412
412
  var u = function() {
413
- at || (at = !0, k("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", c));
413
+ ot || (ot = !0, k("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", c));
414
414
  };
415
415
  u.isReactWarning = !0, Object.defineProperty(o, "ref", {
416
416
  get: u,
@@ -450,7 +450,7 @@ function pr() {
450
450
  function rr(o, c, u, b, _) {
451
451
  {
452
452
  var R, x = {}, v = null, B = null;
453
- u !== void 0 && (rt(u), v = "" + u), Jt(c) && (rt(c.key), v = "" + c.key), Ut(c) && (B = c.ref, Kt(c, _));
453
+ u !== void 0 && (nt(u), v = "" + u), Jt(c) && (nt(c.key), v = "" + c.key), Ut(c) && (B = c.ref, Kt(c, _));
454
454
  for (R in c)
455
455
  ye.call(c, R) && !Xt.hasOwnProperty(R) && (x[R] = c[R]);
456
456
  if (o && o.defaultProps) {
@@ -465,23 +465,23 @@ function pr() {
465
465
  return tr(o, v, B, _, b, ve.current, x);
466
466
  }
467
467
  }
468
- var Ne = O.ReactCurrentOwner, ot = O.ReactDebugCurrentFrame;
468
+ var Le = O.ReactCurrentOwner, st = O.ReactDebugCurrentFrame;
469
469
  function de(o) {
470
470
  if (o) {
471
471
  var c = o._owner, u = De(o.type, o._source, c ? c.type : null);
472
- ot.setExtraStackFrame(u);
472
+ st.setExtraStackFrame(u);
473
473
  } else
474
- ot.setExtraStackFrame(null);
474
+ st.setExtraStackFrame(null);
475
475
  }
476
- var Le;
477
- Le = !1;
478
- function ze(o) {
476
+ var ze;
477
+ ze = !1;
478
+ function qe(o) {
479
479
  return typeof o == "object" && o !== null && o.$$typeof === n;
480
480
  }
481
- function st() {
481
+ function it() {
482
482
  {
483
- if (Ne.current) {
484
- var o = G(Ne.current.type);
483
+ if (Le.current) {
484
+ var o = G(Le.current.type);
485
485
  if (o)
486
486
  return `
487
487
 
@@ -493,10 +493,10 @@ Check the render method of \`` + o + "`.";
493
493
  function nr(o) {
494
494
  return "";
495
495
  }
496
- var it = {};
496
+ var lt = {};
497
497
  function ar(o) {
498
498
  {
499
- var c = st();
499
+ var c = it();
500
500
  if (!c) {
501
501
  var u = typeof o == "string" ? o : o.displayName || o.name;
502
502
  u && (c = `
@@ -506,35 +506,35 @@ Check the top-level render call using <` + u + ">.");
506
506
  return c;
507
507
  }
508
508
  }
509
- function lt(o, c) {
509
+ function ct(o, c) {
510
510
  {
511
511
  if (!o._store || o._store.validated || o.key != null)
512
512
  return;
513
513
  o._store.validated = !0;
514
514
  var u = ar(c);
515
- if (it[u])
515
+ if (lt[u])
516
516
  return;
517
- it[u] = !0;
517
+ lt[u] = !0;
518
518
  var b = "";
519
- o && o._owner && o._owner !== Ne.current && (b = " It was passed a child from " + G(o._owner.type) + "."), de(o), k('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, b), de(null);
519
+ o && o._owner && o._owner !== Le.current && (b = " It was passed a child from " + G(o._owner.type) + "."), de(o), k('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, b), de(null);
520
520
  }
521
521
  }
522
- function ct(o, c) {
522
+ function ut(o, c) {
523
523
  {
524
524
  if (typeof o != "object")
525
525
  return;
526
- if (je(o))
526
+ if (Ne(o))
527
527
  for (var u = 0; u < o.length; u++) {
528
528
  var b = o[u];
529
- ze(b) && lt(b, c);
529
+ qe(b) && ct(b, c);
530
530
  }
531
- else if (ze(o))
531
+ else if (qe(o))
532
532
  o._store && (o._store.validated = !0);
533
533
  else if (o) {
534
534
  var _ = T(o);
535
535
  if (typeof _ == "function" && _ !== o.entries)
536
536
  for (var R = _.call(o), x; !(x = R.next()).done; )
537
- ze(x.value) && lt(x.value, c);
537
+ qe(x.value) && ct(x.value, c);
538
538
  }
539
539
  }
540
540
  }
@@ -555,8 +555,8 @@ Check the top-level render call using <` + u + ">.");
555
555
  if (u) {
556
556
  var b = G(c);
557
557
  Gt(u, o.props, "prop", b, o);
558
- } else if (c.PropTypes !== void 0 && !Le) {
559
- Le = !0;
558
+ } else if (c.PropTypes !== void 0 && !ze) {
559
+ ze = !0;
560
560
  var _ = G(c);
561
561
  k("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", _ || "Unknown");
562
562
  }
@@ -575,17 +575,17 @@ Check the top-level render call using <` + u + ">.");
575
575
  o.ref !== null && (de(o), k("Invalid attribute `ref` supplied to `React.Fragment`."), de(null));
576
576
  }
577
577
  }
578
- var ut = {};
579
- function dt(o, c, u, b, _, R) {
578
+ var dt = {};
579
+ function ft(o, c, u, b, _, R) {
580
580
  {
581
581
  var x = te(o);
582
582
  if (!x) {
583
583
  var v = "";
584
584
  (o === void 0 || typeof o == "object" && o !== null && Object.keys(o).length === 0) && (v += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
585
585
  var B = nr();
586
- B ? v += B : v += st();
586
+ B ? v += B : v += it();
587
587
  var j;
588
- o === null ? j = "null" : je(o) ? j = "array" : o !== void 0 && o.$$typeof === n ? (j = "<" + (G(o.type) || "Unknown") + " />", v = " Did you accidentally export a JSX literal instead of a component?") : j = typeof o, k("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", j, v);
588
+ o === null ? j = "null" : Ne(o) ? j = "array" : o !== void 0 && o.$$typeof === n ? (j = "<" + (G(o.type) || "Unknown") + " />", v = " Did you accidentally export a JSX literal instead of a component?") : j = typeof o, k("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", j, v);
589
589
  }
590
590
  var L = rr(o, c, u, _, R);
591
591
  if (L == null)
@@ -594,55 +594,55 @@ Check the top-level render call using <` + u + ">.");
594
594
  var Q = c.children;
595
595
  if (Q !== void 0)
596
596
  if (b)
597
- if (je(Q)) {
597
+ if (Ne(Q)) {
598
598
  for (var fe = 0; fe < Q.length; fe++)
599
- ct(Q[fe], o);
599
+ ut(Q[fe], o);
600
600
  Object.freeze && Object.freeze(Q);
601
601
  } else
602
602
  k("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
603
603
  else
604
- ct(Q, o);
604
+ ut(Q, o);
605
605
  }
606
606
  if (ye.call(c, "key")) {
607
607
  var ce = G(o), S = Object.keys(c).filter(function(fr) {
608
608
  return fr !== "key";
609
- }), qe = S.length > 0 ? "{key: someKey, " + S.join(": ..., ") + ": ...}" : "{key: someKey}";
610
- if (!ut[ce + qe]) {
609
+ }), He = S.length > 0 ? "{key: someKey, " + S.join(": ..., ") + ": ...}" : "{key: someKey}";
610
+ if (!dt[ce + He]) {
611
611
  var dr = S.length > 0 ? "{" + S.join(": ..., ") + ": ...}" : "{}";
612
612
  k(`A props object containing a "key" prop is being spread into JSX:
613
613
  let props = %s;
614
614
  <%s {...props} />
615
615
  React keys must be passed directly to JSX without using spread:
616
616
  let props = %s;
617
- <%s key={someKey} {...props} />`, qe, ce, dr, ce), ut[ce + qe] = !0;
617
+ <%s key={someKey} {...props} />`, He, ce, dr, ce), dt[ce + He] = !0;
618
618
  }
619
619
  }
620
620
  return o === t ? sr(L) : or(L), L;
621
621
  }
622
622
  }
623
623
  function ir(o, c, u) {
624
- return dt(o, c, u, !0);
624
+ return ft(o, c, u, !0);
625
625
  }
626
626
  function lr(o, c, u) {
627
- return dt(o, c, u, !1);
627
+ return ft(o, c, u, !1);
628
628
  }
629
629
  var cr = lr, ur = ir;
630
630
  ke.Fragment = t, ke.jsx = cr, ke.jsxs = ur;
631
631
  }()), ke;
632
632
  }
633
- process.env.NODE_ENV === "production" ? Se.exports = br() : Se.exports = pr();
634
- var Ge = Se.exports;
635
- function Pt(r) {
633
+ process.env.NODE_ENV === "production" ? Ge.exports = br() : Ge.exports = pr();
634
+ var Ye = Ge.exports;
635
+ function Tt(r) {
636
636
  var n, e, t = "";
637
637
  if (typeof r == "string" || typeof r == "number") t += r;
638
638
  else if (typeof r == "object") if (Array.isArray(r)) {
639
639
  var a = r.length;
640
- for (n = 0; n < a; n++) r[n] && (e = Pt(r[n])) && (t && (t += " "), t += e);
640
+ for (n = 0; n < a; n++) r[n] && (e = Tt(r[n])) && (t && (t += " "), t += e);
641
641
  } else for (e in r) r[e] && (t && (t += " "), t += e);
642
642
  return t;
643
643
  }
644
644
  function gr() {
645
- for (var r, n, e = 0, t = "", a = arguments.length; e < a; e++) (r = arguments[e]) && (n = Pt(r)) && (t && (t += " "), t += n);
645
+ for (var r, n, e = 0, t = "", a = arguments.length; e < a; e++) (r = arguments[e]) && (n = Tt(r)) && (t && (t += " "), t += n);
646
646
  return t;
647
647
  }
648
648
  const $e = "-", wr = (r) => {
@@ -653,18 +653,18 @@ const $e = "-", wr = (r) => {
653
653
  return {
654
654
  getClassGroupId: (i) => {
655
655
  const l = i.split($e);
656
- return l[0] === "" && l.length !== 1 && l.shift(), Tt(l, n) || yr(i);
656
+ return l[0] === "" && l.length !== 1 && l.shift(), _t(l, n) || yr(i);
657
657
  },
658
658
  getConflictingClassGroupIds: (i, l) => {
659
659
  const f = e[i] || [];
660
660
  return l && t[i] ? [...f, ...t[i]] : f;
661
661
  }
662
662
  };
663
- }, Tt = (r, n) => {
663
+ }, _t = (r, n) => {
664
664
  var i;
665
665
  if (r.length === 0)
666
666
  return n.classGroupId;
667
- const e = r[0], t = n.nextPart.get(e), a = t ? Tt(r.slice(1), t) : void 0;
667
+ const e = r[0], t = n.nextPart.get(e), a = t ? _t(r.slice(1), t) : void 0;
668
668
  if (a)
669
669
  return a;
670
670
  if (n.validators.length === 0)
@@ -673,9 +673,9 @@ const $e = "-", wr = (r) => {
673
673
  return (i = n.validators.find(({
674
674
  validator: l
675
675
  }) => l(s))) == null ? void 0 : i.classGroupId;
676
- }, mt = /^\[(.+)\]$/, yr = (r) => {
677
- if (mt.test(r)) {
678
- const n = mt.exec(r)[1], e = n == null ? void 0 : n.substring(0, n.indexOf(":"));
676
+ }, bt = /^\[(.+)\]$/, yr = (r) => {
677
+ if (bt.test(r)) {
678
+ const n = bt.exec(r)[1], e = n == null ? void 0 : n.substring(0, n.indexOf(":"));
679
679
  if (e)
680
680
  return "arbitrary.." + e;
681
681
  }
@@ -693,7 +693,7 @@ const $e = "-", wr = (r) => {
693
693
  }, Ve = (r, n, e, t) => {
694
694
  r.forEach((a) => {
695
695
  if (typeof a == "string") {
696
- const s = a === "" ? n : bt(n, a);
696
+ const s = a === "" ? n : pt(n, a);
697
697
  s.classGroupId = e;
698
698
  return;
699
699
  }
@@ -709,10 +709,10 @@ const $e = "-", wr = (r) => {
709
709
  return;
710
710
  }
711
711
  Object.entries(a).forEach(([s, i]) => {
712
- Ve(i, bt(n, s), e, t);
712
+ Ve(i, pt(n, s), e, t);
713
713
  });
714
714
  });
715
- }, bt = (r, n) => {
715
+ }, pt = (r, n) => {
716
716
  let e = r;
717
717
  return n.split($e).forEach((t) => {
718
718
  e.nextPart.has(t) || e.nextPart.set(t, {
@@ -747,7 +747,7 @@ const $e = "-", wr = (r) => {
747
747
  e.has(s) ? e.set(s, i) : a(s, i);
748
748
  }
749
749
  };
750
- }, _t = "!", Tr = (r) => {
750
+ }, Et = "!", Tr = (r) => {
751
751
  const {
752
752
  separator: n,
753
753
  experimentalParseClassName: e
@@ -768,7 +768,7 @@ const $e = "-", wr = (r) => {
768
768
  }
769
769
  O === "[" ? h++ : O === "]" && h--;
770
770
  }
771
- const y = f.length === 0 ? l : l.substring(m), W = y.startsWith(_t), D = W ? y.substring(1) : y, M = w && w > m ? w - m : void 0;
771
+ const y = f.length === 0 ? l : l.substring(m), W = y.startsWith(Et), D = W ? y.substring(1) : y, M = w && w > m ? w - m : void 0;
772
772
  return {
773
773
  modifiers: f,
774
774
  hasImportantModifier: W,
@@ -818,7 +818,7 @@ const $e = "-", wr = (r) => {
818
818
  }
819
819
  D = !1;
820
820
  }
821
- const T = _r(m).join(":"), O = w ? T + _t : T, k = O + M;
821
+ const T = _r(m).join(":"), O = w ? T + Et : T, k = O + M;
822
822
  if (s.includes(k))
823
823
  continue;
824
824
  s.push(k);
@@ -834,15 +834,15 @@ const $e = "-", wr = (r) => {
834
834
  function Or() {
835
835
  let r = 0, n, e, t = "";
836
836
  for (; r < arguments.length; )
837
- (n = arguments[r++]) && (e = Et(n)) && (t && (t += " "), t += e);
837
+ (n = arguments[r++]) && (e = Ct(n)) && (t && (t += " "), t += e);
838
838
  return t;
839
839
  }
840
- const Et = (r) => {
840
+ const Ct = (r) => {
841
841
  if (typeof r == "string")
842
842
  return r;
843
843
  let n, e = "";
844
844
  for (let t = 0; t < r.length; t++)
845
- r[t] && (n = Et(r[t])) && (e && (e += " "), e += n);
845
+ r[t] && (n = Ct(r[t])) && (e && (e += " "), e += n);
846
846
  return e;
847
847
  };
848
848
  function Dr(r, ...n) {
@@ -865,15 +865,15 @@ function Dr(r, ...n) {
865
865
  const Y = (r) => {
866
866
  const n = (e) => e[r] || [];
867
867
  return n.isThemeGetter = !0, n;
868
- }, Ct = /^\[(?:([a-z-]+):)?(.+)\]$/i, Mr = /^\d+\/\d+$/, Yr = /* @__PURE__ */ new Set(["px", "full", "screen"]), Wr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Ar = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Ir = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, jr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Fr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, Z = (r) => he(r) || Yr.has(r) || Mr.test(r), ae = (r) => be(r, "length", Gr), he = (r) => !!r && !Number.isNaN(Number(r)), He = (r) => be(r, "number", he), Pe = (r) => !!r && Number.isInteger(Number(r)), Nr = (r) => r.endsWith("%") && he(r.slice(0, -1)), g = (r) => Ct.test(r), oe = (r) => Wr.test(r), Lr = /* @__PURE__ */ new Set(["length", "size", "percentage"]), zr = (r) => be(r, Lr, Rt), qr = (r) => be(r, "position", Rt), Hr = /* @__PURE__ */ new Set(["image", "url"]), Br = (r) => be(r, Hr, $r), Sr = (r) => be(r, "", Vr), Te = () => !0, be = (r, n, e) => {
869
- const t = Ct.exec(r);
868
+ }, Rt = /^\[(?:([a-z-]+):)?(.+)\]$/i, Mr = /^\d+\/\d+$/, Yr = /* @__PURE__ */ new Set(["px", "full", "screen"]), Wr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Ar = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Ir = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, jr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Nr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, Z = (r) => he(r) || Yr.has(r) || Mr.test(r), ae = (r) => be(r, "length", Gr), he = (r) => !!r && !Number.isNaN(Number(r)), Be = (r) => be(r, "number", he), Pe = (r) => !!r && Number.isInteger(Number(r)), Fr = (r) => r.endsWith("%") && he(r.slice(0, -1)), g = (r) => Rt.test(r), oe = (r) => Wr.test(r), Lr = /* @__PURE__ */ new Set(["length", "size", "percentage"]), zr = (r) => be(r, Lr, Ot), qr = (r) => be(r, "position", Ot), Hr = /* @__PURE__ */ new Set(["image", "url"]), Br = (r) => be(r, Hr, $r), Sr = (r) => be(r, "", Vr), Te = () => !0, be = (r, n, e) => {
869
+ const t = Rt.exec(r);
870
870
  return t ? t[1] ? typeof n == "string" ? t[1] === n : n.has(t[1]) : e(t[2]) : !1;
871
871
  }, Gr = (r) => (
872
872
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
873
873
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
874
874
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
875
875
  Ar.test(r) && !Ir.test(r)
876
- ), Rt = () => !1, Vr = (r) => jr.test(r), $r = (r) => Fr.test(r), Qr = () => {
876
+ ), Ot = () => !1, Vr = (r) => jr.test(r), $r = (r) => Nr.test(r), Qr = () => {
877
877
  const r = Y("colors"), n = Y("spacing"), e = Y("blur"), t = Y("brightness"), a = Y("borderColor"), s = Y("borderRadius"), i = Y("borderSpacing"), l = Y("borderWidth"), f = Y("contrast"), h = Y("grayscale"), m = Y("hueRotate"), w = Y("invert"), y = Y("gap"), W = Y("gradientColorStops"), D = Y("gradientColorStopPositions"), M = Y("inset"), T = Y("margin"), O = Y("opacity"), k = Y("padding"), X = Y("saturate"), p = Y("scale"), E = Y("sepia"), H = Y("skew"), ie = Y("space"), ee = Y("translate"), K = () => ["auto", "contain", "none"], te = () => ["auto", "hidden", "clip", "visible", "scroll"], pe = () => ["auto", g, n], C = () => [g, n], G = () => ["", Z, ae], V = () => ["auto", he, g], re = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], le = () => ["solid", "dashed", "dotted", "double", "none"], ge = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], ue = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], ne = () => ["", "0", g], we = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], $ = () => [he, g];
878
878
  return {
879
879
  cacheSize: 500,
@@ -893,7 +893,7 @@ const Y = (r) => {
893
893
  invert: ne(),
894
894
  gap: C(),
895
895
  gradientColorStops: [r],
896
- gradientColorStopPositions: [Nr, ae],
896
+ gradientColorStopPositions: [Fr, ae],
897
897
  inset: pe(),
898
898
  margin: pe(),
899
899
  opacity: $(),
@@ -1562,7 +1562,7 @@ const Y = (r) => {
1562
1562
  * @see https://tailwindcss.com/docs/font-weight
1563
1563
  */
1564
1564
  "font-weight": [{
1565
- font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", He]
1565
+ font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", Be]
1566
1566
  }],
1567
1567
  /**
1568
1568
  * Font Family
@@ -1613,7 +1613,7 @@ const Y = (r) => {
1613
1613
  * @see https://tailwindcss.com/docs/line-clamp
1614
1614
  */
1615
1615
  "line-clamp": [{
1616
- "line-clamp": ["none", he, He]
1616
+ "line-clamp": ["none", he, Be]
1617
1617
  }],
1618
1618
  /**
1619
1619
  * Line Height
@@ -2124,6 +2124,20 @@ const Y = (r) => {
2124
2124
  "border-color-y": [{
2125
2125
  "border-y": [a]
2126
2126
  }],
2127
+ /**
2128
+ * Border Color S
2129
+ * @see https://tailwindcss.com/docs/border-color
2130
+ */
2131
+ "border-color-s": [{
2132
+ "border-s": [a]
2133
+ }],
2134
+ /**
2135
+ * Border Color E
2136
+ * @see https://tailwindcss.com/docs/border-color
2137
+ */
2138
+ "border-color-e": [{
2139
+ "border-e": [a]
2140
+ }],
2127
2141
  /**
2128
2142
  * Border Color Top
2129
2143
  * @see https://tailwindcss.com/docs/border-color
@@ -2813,7 +2827,7 @@ const Y = (r) => {
2813
2827
  * @see https://tailwindcss.com/docs/stroke-width
2814
2828
  */
2815
2829
  "stroke-w": [{
2816
- stroke: [Z, ae, He]
2830
+ stroke: [Z, ae, Be]
2817
2831
  }],
2818
2832
  /**
2819
2833
  * Stroke
@@ -2870,7 +2884,7 @@ const Y = (r) => {
2870
2884
  "border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2871
2885
  "border-w-x": ["border-w-r", "border-w-l"],
2872
2886
  "border-w-y": ["border-w-t", "border-w-b"],
2873
- "border-color": ["border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2887
+ "border-color": ["border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2874
2888
  "border-color-x": ["border-color-r", "border-color-l"],
2875
2889
  "border-color-y": ["border-color-t", "border-color-b"],
2876
2890
  "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
@@ -2888,9 +2902,9 @@ const Y = (r) => {
2888
2902
  "font-size": ["leading"]
2889
2903
  }
2890
2904
  };
2891
- }, Xr = /* @__PURE__ */ Dr(Qr), Ot = (...r) => Xr(gr(r)), Dt = 6048e5, Xa = 864e5, Ur = 6e4, Jr = 36e5, Kr = 1e3, pt = Symbol.for("constructDateFrom");
2905
+ }, Xr = /* @__PURE__ */ Dr(Qr), Qe = (...r) => Xr(gr(r)), Dt = 6048e5, Ja = 864e5, Ur = 6e4, Jr = 36e5, Kr = 1e3, gt = Symbol.for("constructDateFrom");
2892
2906
  function z(r, n) {
2893
- return typeof r == "function" ? r(n) : r && typeof r == "object" && pt in r ? r[pt](n) : r instanceof Date ? new r.constructor(n) : new Date(n);
2907
+ return typeof r == "function" ? r(n) : r && typeof r == "object" && gt in r ? r[gt](n) : r instanceof Date ? new r.constructor(n) : new Date(n);
2894
2908
  }
2895
2909
  function q(r, n) {
2896
2910
  return z(n || r, r);
@@ -2940,7 +2954,7 @@ function tn(r, n) {
2940
2954
  function rn(r) {
2941
2955
  return r instanceof Date || typeof r == "object" && Object.prototype.toString.call(r) === "[object Date]";
2942
2956
  }
2943
- function Ua(r) {
2957
+ function Ka(r) {
2944
2958
  return !(!rn(r) && typeof r != "number" || isNaN(+q(r)));
2945
2959
  }
2946
2960
  const nn = {
@@ -3010,7 +3024,7 @@ const nn = {
3010
3024
  const a = nn[r];
3011
3025
  return typeof a == "string" ? t = a : n === 1 ? t = a.one : t = a.other.replace("{{count}}", n.toString()), e != null && e.addSuffix ? e.comparison && e.comparison > 0 ? "in " + t : t + " ago" : t;
3012
3026
  };
3013
- function Be(r) {
3027
+ function Se(r) {
3014
3028
  return (n = {}) => {
3015
3029
  const e = n.width ? String(n.width) : r.defaultWidth;
3016
3030
  return r.formats[e] || r.formats[r.defaultWidth];
@@ -3032,15 +3046,15 @@ const on = {
3032
3046
  medium: "{{date}}, {{time}}",
3033
3047
  short: "{{date}}, {{time}}"
3034
3048
  }, cn = {
3035
- date: Be({
3049
+ date: Se({
3036
3050
  formats: on,
3037
3051
  defaultWidth: "full"
3038
3052
  }),
3039
- time: Be({
3053
+ time: Se({
3040
3054
  formats: sn,
3041
3055
  defaultWidth: "full"
3042
3056
  }),
3043
- dateTime: Be({
3057
+ dateTime: Se({
3044
3058
  formats: ln,
3045
3059
  defaultWidth: "full"
3046
3060
  })
@@ -3374,7 +3388,7 @@ const Pn = /^(\d+)(th|st|nd|rd)?/i, Tn = /\d+/i, _n = {
3374
3388
  firstWeekContainsDate: 1
3375
3389
  }
3376
3390
  };
3377
- function Fn(r, n) {
3391
+ function Nn(r, n) {
3378
3392
  const e = q(r, n == null ? void 0 : n.in), t = +me(e) - +tn(e);
3379
3393
  return Math.round(t / Dt) + 1;
3380
3394
  }
@@ -3387,16 +3401,16 @@ function Wt(r, n) {
3387
3401
  const h = se(f, n);
3388
3402
  return +e >= +l ? t + 1 : +e >= +h ? t : t - 1;
3389
3403
  }
3390
- function Nn(r, n) {
3404
+ function Fn(r, n) {
3391
3405
  var l, f, h, m;
3392
3406
  const e = Ce(), t = (n == null ? void 0 : n.firstWeekContainsDate) ?? ((f = (l = n == null ? void 0 : n.locale) == null ? void 0 : l.options) == null ? void 0 : f.firstWeekContainsDate) ?? e.firstWeekContainsDate ?? ((m = (h = e.locale) == null ? void 0 : h.options) == null ? void 0 : m.firstWeekContainsDate) ?? 1, a = Wt(r, n), s = z((n == null ? void 0 : n.in) || r, 0);
3393
3407
  return s.setFullYear(a, 0, t), s.setHours(0, 0, 0, 0), se(s, n);
3394
3408
  }
3395
3409
  function Ln(r, n) {
3396
- const e = q(r, n == null ? void 0 : n.in), t = +se(e, n) - +Nn(e, n);
3410
+ const e = q(r, n == null ? void 0 : n.in), t = +se(e, n) - +Fn(e, n);
3397
3411
  return Math.round(t / Dt) + 1;
3398
3412
  }
3399
- const gt = (r, n) => {
3413
+ const wt = (r, n) => {
3400
3414
  switch (r) {
3401
3415
  case "P":
3402
3416
  return n.date({ width: "short" });
@@ -3423,7 +3437,7 @@ const gt = (r, n) => {
3423
3437
  }, zn = (r, n) => {
3424
3438
  const e = r.match(/(P+)(p+)?/) || [], t = e[1], a = e[2];
3425
3439
  if (!a)
3426
- return gt(r, n);
3440
+ return wt(r, n);
3427
3441
  let s;
3428
3442
  switch (t) {
3429
3443
  case "P":
@@ -3440,8 +3454,8 @@ const gt = (r, n) => {
3440
3454
  s = n.dateTime({ width: "full" });
3441
3455
  break;
3442
3456
  }
3443
- return s.replace("{{date}}", gt(t, n)).replace("{{time}}", At(a, n));
3444
- }, wt = {
3457
+ return s.replace("{{date}}", wt(t, n)).replace("{{time}}", At(a, n));
3458
+ }, yt = {
3445
3459
  p: At,
3446
3460
  P: zn
3447
3461
  }, qn = /^D+$/, Hn = /^Y+$/, Bn = ["D", "DD", "YY", "YYYY"];
@@ -3451,7 +3465,7 @@ function Sn(r) {
3451
3465
  function Gn(r) {
3452
3466
  return Hn.test(r);
3453
3467
  }
3454
- function yt(r, n, e) {
3468
+ function vt(r, n, e) {
3455
3469
  const t = Vn(r, n, e);
3456
3470
  if (console.warn(t), Bn.includes(r)) throw new RangeError(t);
3457
3471
  }
@@ -3551,7 +3565,7 @@ class ea extends P {
3551
3565
  return t.era = a, e.setFullYear(a, 0, 1), e.setHours(0, 0, 0, 0), e;
3552
3566
  }
3553
3567
  }
3554
- const F = {
3568
+ const N = {
3555
3569
  month: /^(1[0-2]|0?\d)/,
3556
3570
  // 0 to 12
3557
3571
  date: /^(3[0-1]|[0-2]?\d)/,
@@ -3596,7 +3610,7 @@ const F = {
3596
3610
  extended: /^([+-])(\d{2}):(\d{2})|Z/,
3597
3611
  extendedOptionalSeconds: /^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/
3598
3612
  };
3599
- function N(r, n) {
3613
+ function F(r, n) {
3600
3614
  return r && {
3601
3615
  value: n(r.value),
3602
3616
  rest: r.rest
@@ -3625,37 +3639,37 @@ function J(r, n) {
3625
3639
  };
3626
3640
  }
3627
3641
  function jt(r) {
3628
- return A(F.anyDigitsSigned, r);
3642
+ return A(N.anyDigitsSigned, r);
3629
3643
  }
3630
3644
  function I(r, n) {
3631
3645
  switch (r) {
3632
3646
  case 1:
3633
- return A(F.singleDigit, n);
3647
+ return A(N.singleDigit, n);
3634
3648
  case 2:
3635
- return A(F.twoDigits, n);
3649
+ return A(N.twoDigits, n);
3636
3650
  case 3:
3637
- return A(F.threeDigits, n);
3651
+ return A(N.threeDigits, n);
3638
3652
  case 4:
3639
- return A(F.fourDigits, n);
3653
+ return A(N.fourDigits, n);
3640
3654
  default:
3641
3655
  return A(new RegExp("^\\d{1," + r + "}"), n);
3642
3656
  }
3643
3657
  }
3644
- function Ye(r, n) {
3658
+ function We(r, n) {
3645
3659
  switch (r) {
3646
3660
  case 1:
3647
- return A(F.singleDigitSigned, n);
3661
+ return A(N.singleDigitSigned, n);
3648
3662
  case 2:
3649
- return A(F.twoDigitsSigned, n);
3663
+ return A(N.twoDigitsSigned, n);
3650
3664
  case 3:
3651
- return A(F.threeDigitsSigned, n);
3665
+ return A(N.threeDigitsSigned, n);
3652
3666
  case 4:
3653
- return A(F.fourDigitsSigned, n);
3667
+ return A(N.fourDigitsSigned, n);
3654
3668
  default:
3655
3669
  return A(new RegExp("^-?\\d{1," + r + "}"), n);
3656
3670
  }
3657
3671
  }
3658
- function Qe(r) {
3672
+ function Xe(r) {
3659
3673
  switch (r) {
3660
3674
  case "morning":
3661
3675
  return 4;
@@ -3672,7 +3686,7 @@ function Qe(r) {
3672
3686
  return 0;
3673
3687
  }
3674
3688
  }
3675
- function Ft(r, n) {
3689
+ function Nt(r, n) {
3676
3690
  const e = n > 0, t = e ? n : 1 - n;
3677
3691
  let a;
3678
3692
  if (t <= 50)
@@ -3683,7 +3697,7 @@ function Ft(r, n) {
3683
3697
  }
3684
3698
  return e ? a : 1 - a;
3685
3699
  }
3686
- function Nt(r) {
3700
+ function Ft(r) {
3687
3701
  return r % 400 === 0 || r % 4 === 0 && r % 100 !== 0;
3688
3702
  }
3689
3703
  class ta extends P {
@@ -3699,16 +3713,16 @@ class ta extends P {
3699
3713
  });
3700
3714
  switch (t) {
3701
3715
  case "y":
3702
- return N(I(4, e), s);
3716
+ return F(I(4, e), s);
3703
3717
  case "yo":
3704
- return N(
3718
+ return F(
3705
3719
  a.ordinalNumber(e, {
3706
3720
  unit: "year"
3707
3721
  }),
3708
3722
  s
3709
3723
  );
3710
3724
  default:
3711
- return N(I(t.length, e), s);
3725
+ return F(I(t.length, e), s);
3712
3726
  }
3713
3727
  }
3714
3728
  validate(e, t) {
@@ -3717,7 +3731,7 @@ class ta extends P {
3717
3731
  set(e, t, a) {
3718
3732
  const s = e.getFullYear();
3719
3733
  if (a.isTwoDigitYear) {
3720
- const l = Ft(
3734
+ const l = Nt(
3721
3735
  a.year,
3722
3736
  s
3723
3737
  );
@@ -3754,16 +3768,16 @@ class ra extends P {
3754
3768
  });
3755
3769
  switch (t) {
3756
3770
  case "Y":
3757
- return N(I(4, e), s);
3771
+ return F(I(4, e), s);
3758
3772
  case "Yo":
3759
- return N(
3773
+ return F(
3760
3774
  a.ordinalNumber(e, {
3761
3775
  unit: "year"
3762
3776
  }),
3763
3777
  s
3764
3778
  );
3765
3779
  default:
3766
- return N(I(t.length, e), s);
3780
+ return F(I(t.length, e), s);
3767
3781
  }
3768
3782
  }
3769
3783
  validate(e, t) {
@@ -3772,7 +3786,7 @@ class ra extends P {
3772
3786
  set(e, t, a, s) {
3773
3787
  const i = Wt(e, s);
3774
3788
  if (a.isTwoDigitYear) {
3775
- const f = Ft(
3789
+ const f = Nt(
3776
3790
  a.year,
3777
3791
  i
3778
3792
  );
@@ -3809,7 +3823,7 @@ class na extends P {
3809
3823
  ]);
3810
3824
  }
3811
3825
  parse(e, t) {
3812
- return Ye(t === "R" ? 4 : t.length, e);
3826
+ return We(t === "R" ? 4 : t.length, e);
3813
3827
  }
3814
3828
  set(e, t, a) {
3815
3829
  const s = z(e, 0);
@@ -3823,7 +3837,7 @@ class aa extends P {
3823
3837
  d(this, "incompatibleTokens", ["G", "y", "Y", "R", "w", "I", "i", "e", "c", "t", "T"]);
3824
3838
  }
3825
3839
  parse(e, t) {
3826
- return Ye(t === "u" ? 4 : t.length, e);
3840
+ return We(t === "u" ? 4 : t.length, e);
3827
3841
  }
3828
3842
  set(e, t, a) {
3829
3843
  return e.setFullYear(a, 0, 1), e.setHours(0, 0, 0, 0), e;
@@ -3977,14 +3991,14 @@ class ia extends P {
3977
3991
  const s = (i) => i - 1;
3978
3992
  switch (t) {
3979
3993
  case "M":
3980
- return N(
3981
- A(F.month, e),
3994
+ return F(
3995
+ A(N.month, e),
3982
3996
  s
3983
3997
  );
3984
3998
  case "MM":
3985
- return N(I(2, e), s);
3999
+ return F(I(2, e), s);
3986
4000
  case "Mo":
3987
- return N(
4001
+ return F(
3988
4002
  a.ordinalNumber(e, {
3989
4003
  unit: "month"
3990
4004
  }),
@@ -4039,14 +4053,14 @@ class la extends P {
4039
4053
  const s = (i) => i - 1;
4040
4054
  switch (t) {
4041
4055
  case "L":
4042
- return N(
4043
- A(F.month, e),
4056
+ return F(
4057
+ A(N.month, e),
4044
4058
  s
4045
4059
  );
4046
4060
  case "LL":
4047
- return N(I(2, e), s);
4061
+ return F(I(2, e), s);
4048
4062
  case "Lo":
4049
- return N(
4063
+ return F(
4050
4064
  a.ordinalNumber(e, {
4051
4065
  unit: "month"
4052
4066
  }),
@@ -4104,7 +4118,7 @@ class ua extends P {
4104
4118
  parse(e, t, a) {
4105
4119
  switch (t) {
4106
4120
  case "w":
4107
- return A(F.week, e);
4121
+ return A(N.week, e);
4108
4122
  case "wo":
4109
4123
  return a.ordinalNumber(e, { unit: "week" });
4110
4124
  default:
@@ -4119,7 +4133,7 @@ class ua extends P {
4119
4133
  }
4120
4134
  }
4121
4135
  function da(r, n, e) {
4122
- const t = q(r, e == null ? void 0 : e.in), a = Fn(t, e) - n;
4136
+ const t = q(r, e == null ? void 0 : e.in), a = Nn(t, e) - n;
4123
4137
  return t.setDate(t.getDate() - a * 7), t;
4124
4138
  }
4125
4139
  class fa extends P {
@@ -4146,7 +4160,7 @@ class fa extends P {
4146
4160
  parse(e, t, a) {
4147
4161
  switch (t) {
4148
4162
  case "I":
4149
- return A(F.week, e);
4163
+ return A(N.week, e);
4150
4164
  case "Io":
4151
4165
  return a.ordinalNumber(e, { unit: "week" });
4152
4166
  default:
@@ -4197,7 +4211,7 @@ class ba extends P {
4197
4211
  parse(e, t, a) {
4198
4212
  switch (t) {
4199
4213
  case "d":
4200
- return A(F.date, e);
4214
+ return A(N.date, e);
4201
4215
  case "do":
4202
4216
  return a.ordinalNumber(e, { unit: "date" });
4203
4217
  default:
@@ -4205,7 +4219,7 @@ class ba extends P {
4205
4219
  }
4206
4220
  }
4207
4221
  validate(e, t) {
4208
- const a = e.getFullYear(), s = Nt(a), i = e.getMonth();
4222
+ const a = e.getFullYear(), s = Ft(a), i = e.getMonth();
4209
4223
  return s ? t >= 1 && t <= ma[i] : t >= 1 && t <= ha[i];
4210
4224
  }
4211
4225
  set(e, t, a) {
@@ -4239,7 +4253,7 @@ class pa extends P {
4239
4253
  switch (t) {
4240
4254
  case "D":
4241
4255
  case "DD":
4242
- return A(F.dayOfYear, e);
4256
+ return A(N.dayOfYear, e);
4243
4257
  case "Do":
4244
4258
  return a.ordinalNumber(e, { unit: "date" });
4245
4259
  default:
@@ -4248,13 +4262,13 @@ class pa extends P {
4248
4262
  }
4249
4263
  validate(e, t) {
4250
4264
  const a = e.getFullYear();
4251
- return Nt(a) ? t >= 1 && t <= 366 : t >= 1 && t <= 365;
4265
+ return Ft(a) ? t >= 1 && t <= 366 : t >= 1 && t <= 365;
4252
4266
  }
4253
4267
  set(e, t, a) {
4254
4268
  return e.setMonth(0, a), e.setHours(0, 0, 0, 0), e;
4255
4269
  }
4256
4270
  }
4257
- function Xe(r, n, e) {
4271
+ function Ue(r, n, e) {
4258
4272
  var w, y, W, D;
4259
4273
  const t = Ce(), a = (e == null ? void 0 : e.weekStartsOn) ?? ((y = (w = e == null ? void 0 : e.locale) == null ? void 0 : w.options) == null ? void 0 : y.weekStartsOn) ?? t.weekStartsOn ?? ((D = (W = t.locale) == null ? void 0 : W.options) == null ? void 0 : D.weekStartsOn) ?? 0, s = q(r, e == null ? void 0 : e.in), i = s.getDay(), f = (n % 7 + 7) % 7, h = 7 - a, m = n < 0 || n > 6 ? n - (i + h) % 7 : (f + h) % 7 - (i + h) % 7;
4260
4274
  return Mt(s, m, e);
@@ -4293,7 +4307,7 @@ class ga extends P {
4293
4307
  return t >= 0 && t <= 6;
4294
4308
  }
4295
4309
  set(e, t, a, s) {
4296
- return e = Xe(e, a, s), e.setHours(0, 0, 0, 0), e;
4310
+ return e = Ue(e, a, s), e.setHours(0, 0, 0, 0), e;
4297
4311
  }
4298
4312
  }
4299
4313
  class wa extends P {
@@ -4326,9 +4340,9 @@ class wa extends P {
4326
4340
  switch (t) {
4327
4341
  case "e":
4328
4342
  case "ee":
4329
- return N(I(t.length, e), i);
4343
+ return F(I(t.length, e), i);
4330
4344
  case "eo":
4331
- return N(
4345
+ return F(
4332
4346
  a.ordinalNumber(e, {
4333
4347
  unit: "day"
4334
4348
  }),
@@ -4358,7 +4372,7 @@ class wa extends P {
4358
4372
  return t >= 0 && t <= 6;
4359
4373
  }
4360
4374
  set(e, t, a, s) {
4361
- return e = Xe(e, a, s), e.setHours(0, 0, 0, 0), e;
4375
+ return e = Ue(e, a, s), e.setHours(0, 0, 0, 0), e;
4362
4376
  }
4363
4377
  }
4364
4378
  class ya extends P {
@@ -4391,9 +4405,9 @@ class ya extends P {
4391
4405
  switch (t) {
4392
4406
  case "c":
4393
4407
  case "cc":
4394
- return N(I(t.length, e), i);
4408
+ return F(I(t.length, e), i);
4395
4409
  case "co":
4396
- return N(
4410
+ return F(
4397
4411
  a.ordinalNumber(e, {
4398
4412
  unit: "day"
4399
4413
  }),
@@ -4423,7 +4437,7 @@ class ya extends P {
4423
4437
  return t >= 0 && t <= 6;
4424
4438
  }
4425
4439
  set(e, t, a, s) {
4426
- return e = Xe(e, a, s), e.setHours(0, 0, 0, 0), e;
4440
+ return e = Ue(e, a, s), e.setHours(0, 0, 0, 0), e;
4427
4441
  }
4428
4442
  }
4429
4443
  function va(r, n, e) {
@@ -4461,7 +4475,7 @@ class xa extends P {
4461
4475
  case "io":
4462
4476
  return a.ordinalNumber(e, { unit: "day" });
4463
4477
  case "iii":
4464
- return N(
4478
+ return F(
4465
4479
  a.day(e, {
4466
4480
  width: "abbreviated",
4467
4481
  context: "formatting"
@@ -4475,7 +4489,7 @@ class xa extends P {
4475
4489
  s
4476
4490
  );
4477
4491
  case "iiiii":
4478
- return N(
4492
+ return F(
4479
4493
  a.day(e, {
4480
4494
  width: "narrow",
4481
4495
  context: "formatting"
@@ -4483,7 +4497,7 @@ class xa extends P {
4483
4497
  s
4484
4498
  );
4485
4499
  case "iiiiii":
4486
- return N(
4500
+ return F(
4487
4501
  a.day(e, {
4488
4502
  width: "short",
4489
4503
  context: "formatting"
@@ -4495,7 +4509,7 @@ class xa extends P {
4495
4509
  );
4496
4510
  case "iiii":
4497
4511
  default:
4498
- return N(
4512
+ return F(
4499
4513
  a.day(e, {
4500
4514
  width: "wide",
4501
4515
  context: "formatting"
@@ -4558,7 +4572,7 @@ class ka extends P {
4558
4572
  }
4559
4573
  }
4560
4574
  set(e, t, a) {
4561
- return e.setHours(Qe(a), 0, 0, 0), e;
4575
+ return e.setHours(Xe(a), 0, 0, 0), e;
4562
4576
  }
4563
4577
  }
4564
4578
  class Pa extends P {
@@ -4599,7 +4613,7 @@ class Pa extends P {
4599
4613
  }
4600
4614
  }
4601
4615
  set(e, t, a) {
4602
- return e.setHours(Qe(a), 0, 0, 0), e;
4616
+ return e.setHours(Xe(a), 0, 0, 0), e;
4603
4617
  }
4604
4618
  }
4605
4619
  class Ta extends P {
@@ -4640,7 +4654,7 @@ class Ta extends P {
4640
4654
  }
4641
4655
  }
4642
4656
  set(e, t, a) {
4643
- return e.setHours(Qe(a), 0, 0, 0), e;
4657
+ return e.setHours(Xe(a), 0, 0, 0), e;
4644
4658
  }
4645
4659
  }
4646
4660
  class _a extends P {
@@ -4652,7 +4666,7 @@ class _a extends P {
4652
4666
  parse(e, t, a) {
4653
4667
  switch (t) {
4654
4668
  case "h":
4655
- return A(F.hour12h, e);
4669
+ return A(N.hour12h, e);
4656
4670
  case "ho":
4657
4671
  return a.ordinalNumber(e, { unit: "hour" });
4658
4672
  default:
@@ -4676,7 +4690,7 @@ class Ea extends P {
4676
4690
  parse(e, t, a) {
4677
4691
  switch (t) {
4678
4692
  case "H":
4679
- return A(F.hour23h, e);
4693
+ return A(N.hour23h, e);
4680
4694
  case "Ho":
4681
4695
  return a.ordinalNumber(e, { unit: "hour" });
4682
4696
  default:
@@ -4699,7 +4713,7 @@ class Ca extends P {
4699
4713
  parse(e, t, a) {
4700
4714
  switch (t) {
4701
4715
  case "K":
4702
- return A(F.hour11h, e);
4716
+ return A(N.hour11h, e);
4703
4717
  case "Ko":
4704
4718
  return a.ordinalNumber(e, { unit: "hour" });
4705
4719
  default:
@@ -4722,7 +4736,7 @@ class Ra extends P {
4722
4736
  parse(e, t, a) {
4723
4737
  switch (t) {
4724
4738
  case "k":
4725
- return A(F.hour24h, e);
4739
+ return A(N.hour24h, e);
4726
4740
  case "ko":
4727
4741
  return a.ordinalNumber(e, { unit: "hour" });
4728
4742
  default:
@@ -4746,7 +4760,7 @@ class Oa extends P {
4746
4760
  parse(e, t, a) {
4747
4761
  switch (t) {
4748
4762
  case "m":
4749
- return A(F.minute, e);
4763
+ return A(N.minute, e);
4750
4764
  case "mo":
4751
4765
  return a.ordinalNumber(e, { unit: "minute" });
4752
4766
  default:
@@ -4769,7 +4783,7 @@ class Da extends P {
4769
4783
  parse(e, t, a) {
4770
4784
  switch (t) {
4771
4785
  case "s":
4772
- return A(F.second, e);
4786
+ return A(N.second, e);
4773
4787
  case "so":
4774
4788
  return a.ordinalNumber(e, { unit: "second" });
4775
4789
  default:
@@ -4791,7 +4805,7 @@ class Ma extends P {
4791
4805
  }
4792
4806
  parse(e, t) {
4793
4807
  const a = (s) => Math.trunc(s * Math.pow(10, -t.length + 3));
4794
- return N(I(t.length, e), a);
4808
+ return F(I(t.length, e), a);
4795
4809
  }
4796
4810
  set(e, t, a) {
4797
4811
  return e.setMilliseconds(a), e;
@@ -4929,8 +4943,8 @@ const ja = {
4929
4943
  x: new Wa(),
4930
4944
  t: new Aa(),
4931
4945
  T: new Ia()
4932
- }, Fa = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Na = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, La = /^'([^]*?)'?$/, za = /''/g, qa = /\S/, Ha = /[a-zA-Z]/;
4933
- function Ja(r, n, e, t) {
4946
+ }, Na = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Fa = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, La = /^'([^]*?)'?$/, za = /''/g, qa = /\S/, Ha = /[a-zA-Z]/;
4947
+ function Za(r, n, e, t) {
4934
4948
  var T, O, k, X;
4935
4949
  const a = () => z(e, NaN), s = $n(), i = s.locale ?? jn, l = s.firstWeekContainsDate ?? ((O = (T = s.locale) == null ? void 0 : T.options) == null ? void 0 : O.firstWeekContainsDate) ?? 1, f = s.weekStartsOn ?? ((X = (k = s.locale) == null ? void 0 : k.options) == null ? void 0 : X.weekStartsOn) ?? 0;
4936
4950
  if (!n)
@@ -4939,16 +4953,16 @@ function Ja(r, n, e, t) {
4939
4953
  firstWeekContainsDate: l,
4940
4954
  weekStartsOn: f,
4941
4955
  locale: i
4942
- }, m = [new Zn(t == null ? void 0 : t.in, e)], w = n.match(Na).map((p) => {
4956
+ }, m = [new Zn(t == null ? void 0 : t.in, e)], w = n.match(Fa).map((p) => {
4943
4957
  const E = p[0];
4944
- if (E in wt) {
4945
- const H = wt[E];
4958
+ if (E in yt) {
4959
+ const H = yt[E];
4946
4960
  return H(p, i.formatLong);
4947
4961
  }
4948
4962
  return p;
4949
- }).join("").match(Fa), y = [];
4963
+ }).join("").match(Na), y = [];
4950
4964
  for (let p of w) {
4951
- Gn(p) && yt(p, n, r), Sn(p) && yt(p, n, r);
4965
+ Gn(p) && vt(p, n, r), Sn(p) && vt(p, n, r);
4952
4966
  const E = p[0], H = ja[E];
4953
4967
  if (H) {
4954
4968
  const { incompatibleTokens: ie } = H;
@@ -5004,10 +5018,10 @@ function Ja(r, n, e, t) {
5004
5018
  function Ba(r) {
5005
5019
  return r.match(La)[1].replace(za, "'");
5006
5020
  }
5007
- const Ka = ({ children: r, className: n }) => /* @__PURE__ */ Ge.jsx(
5021
+ const eo = ({ children: r, className: n }) => /* @__PURE__ */ Ye.jsx(
5008
5022
  "span",
5009
5023
  {
5010
- className: Ot(
5024
+ className: Qe(
5011
5025
  "min-h-6 min-w-6 px-2 py-1 flex items-center justify-center rounded-full desk-body-regular-s bg-color-primary-default text-color-white text-nowrap",
5012
5026
  n
5013
5027
  ),
@@ -5101,6 +5115,21 @@ const Ka = ({ children: r, className: n }) => /* @__PURE__ */ Ge.jsx(
5101
5115
  viewBox: "0 0 24 24",
5102
5116
  width: 24,
5103
5117
  height: 24
5118
+ },
5119
+ edit: {
5120
+ viewBox: "0 0 19 19",
5121
+ width: 19,
5122
+ height: 19
5123
+ },
5124
+ hiddenEye: {
5125
+ viewBox: "0 0 20 18",
5126
+ width: 20,
5127
+ height: 18
5128
+ },
5129
+ showEye: {
5130
+ viewBox: "0 0 20 14",
5131
+ width: 20,
5132
+ height: 14
5104
5133
  }
5105
5134
  }
5106
5135
  },
@@ -5122,18 +5151,18 @@ const Ka = ({ children: r, className: n }) => /* @__PURE__ */ Ge.jsx(
5122
5151
  }
5123
5152
  } = Sa[n], l = s === i ? "xy" : s > i ? "x" : "y";
5124
5153
  return { filePath: t, iconName: e, viewBox: a, axis: l };
5125
- }, Za = ({ name: r, className: n, ...e }) => {
5154
+ }, to = ({ name: r, className: n, ...e }) => {
5126
5155
  const { viewBox: t, filePath: a, iconName: s, axis: i } = Ga(r);
5127
- return /* @__PURE__ */ Ge.jsx(
5156
+ return /* @__PURE__ */ Ye.jsx(
5128
5157
  "svg",
5129
5158
  {
5130
- className: Ot("select-none fill-current inline-block text-inherit size-6", n),
5159
+ className: Qe("select-none fill-current inline-block text-inherit size-6", n),
5131
5160
  focusable: "false",
5132
5161
  viewBox: t,
5133
5162
  "aria-hidden": !0,
5134
5163
  "data-axis": i,
5135
5164
  ...e,
5136
- children: /* @__PURE__ */ Ge.jsx("use", { href: `sprites/${a}#${s}` })
5165
+ children: /* @__PURE__ */ Ye.jsx("use", { href: `sprites/${a}#${s}` })
5137
5166
  }
5138
5167
  );
5139
5168
  };
@@ -5148,13 +5177,13 @@ function Va() {
5148
5177
  for (var r, n, e = 0, t = ""; e < arguments.length; ) (r = arguments[e++]) && (n = Lt(r)) && (t && (t += " "), t += n);
5149
5178
  return t;
5150
5179
  }
5151
- const vt = (r) => typeof r == "boolean" ? "".concat(r) : r === 0 ? "0" : r, xt = Va, eo = (r, n) => (e) => {
5180
+ const xt = (r) => typeof r == "boolean" ? "".concat(r) : r === 0 ? "0" : r, kt = Va, $a = (r, n) => (e) => {
5152
5181
  var t;
5153
- if ((n == null ? void 0 : n.variants) == null) return xt(r, e == null ? void 0 : e.class, e == null ? void 0 : e.className);
5182
+ if ((n == null ? void 0 : n.variants) == null) return kt(r, e == null ? void 0 : e.class, e == null ? void 0 : e.className);
5154
5183
  const { variants: a, defaultVariants: s } = n, i = Object.keys(a).map((h) => {
5155
5184
  const m = e == null ? void 0 : e[h], w = s == null ? void 0 : s[h];
5156
5185
  if (m === null) return null;
5157
- const y = vt(m) || vt(w);
5186
+ const y = xt(m) || xt(w);
5158
5187
  return a[h][y];
5159
5188
  }), l = e && Object.entries(e).reduce((h, m) => {
5160
5189
  let [w, y] = m;
@@ -5176,38 +5205,55 @@ const vt = (r) => typeof r == "boolean" ? "".concat(r) : r === 0 ? "0" : r, xt =
5176
5205
  y
5177
5206
  ] : h;
5178
5207
  }, []);
5179
- return xt(r, i, f, e == null ? void 0 : e.class, e == null ? void 0 : e.className);
5180
- }, to = void 0, ro = void 0;
5208
+ return kt(r, i, f, e == null ? void 0 : e.class, e == null ? void 0 : e.className);
5209
+ }, Qa = $a("", {
5210
+ variants: {
5211
+ as: {
5212
+ h1: "mob-headline-bold-m desktop:desk-headline-bold-l",
5213
+ h2: "mob-headline-bold-s desktop:desk-headline-bold-m",
5214
+ h3: "mob-title-bold-l desktop:desk-title-bold-l",
5215
+ h4: "mob-title-bold-m desktop:desk-title-bold-s"
5216
+ // # add h5 and h6 if need
5217
+ }
5218
+ },
5219
+ defaultVariants: {
5220
+ as: "h2"
5221
+ }
5222
+ }), ro = ({ as: r = "h2", children: n, className: e, ...t }) => {
5223
+ const a = r;
5224
+ return /* @__PURE__ */ Ye.jsx(a, { className: Qe(Qa({ as: r }), e), ...t, children: n });
5225
+ }, no = void 0, ao = void 0;
5181
5226
  export {
5182
- Ka as B,
5183
- to as D,
5184
- Za as I,
5227
+ eo as B,
5228
+ no as D,
5229
+ ro as H,
5230
+ to as I,
5185
5231
  Sa as S,
5186
- eo as a,
5187
- ro as b,
5188
- Ot as c,
5232
+ $a as a,
5233
+ ao as b,
5234
+ Qe as c,
5189
5235
  z as d,
5190
5236
  Mt as e,
5191
5237
  Ce as f,
5192
5238
  Yt as g,
5193
5239
  Wt as h,
5194
- Ua as i,
5195
- Ge as j,
5240
+ Ka as i,
5241
+ Ye as j,
5196
5242
  en as k,
5197
5243
  Ln as l,
5198
- Xa as m,
5199
- Fn as n,
5244
+ Ja as m,
5245
+ Nn as n,
5200
5246
  jn as o,
5201
- Ja as p,
5247
+ Za as p,
5202
5248
  Gn as q,
5203
5249
  Sn as r,
5204
- wt as s,
5250
+ yt as s,
5205
5251
  q as t,
5206
5252
  se as u,
5207
- Be as v,
5208
- yt as w,
5253
+ Se as v,
5254
+ vt as w,
5209
5255
  _e as x,
5210
5256
  kn as y,
5211
5257
  Ee as z
5212
5258
  };
5213
- //# sourceMappingURL=api-D1IPbF1t.js.map
5259
+ //# sourceMappingURL=api-hh0lx9Yk.js.map