design-system-silkhaus 3.7.7-beta.arabic-font-styles.5 → 3.8.0-beta.ST-1134.2
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/{ButtonsGroupSelector-BErKnj7L.js → ButtonsGroupSelector-Fwn9xZMc.js} +1267 -1283
- package/dist/app/index.js +2 -2
- package/dist/index.d.ts +20 -0
- package/dist/index.js +1752 -1714
- package/dist/style.css +1 -1
- package/dist/tailwind.config.js +728 -734
- package/package.json +1 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var eo = Object.defineProperty, to = Object.defineProperties;
|
|
2
|
+
var ro = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var at = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var xr = Object.prototype.hasOwnProperty, yr = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var br = (e, t, r) => t in e ? eo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, z = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
|
|
7
|
+
xr.call(t, r) && br(e, r, t[r]);
|
|
8
8
|
if (at)
|
|
9
9
|
for (var r of at(t))
|
|
10
|
-
|
|
10
|
+
yr.call(t, r) && br(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
|
-
}, $ = (e, t) =>
|
|
12
|
+
}, $ = (e, t) => to(e, ro(t));
|
|
13
13
|
var St = (e) => typeof e == "symbol" ? e : e + "", fe = (e, t) => {
|
|
14
14
|
var r = {};
|
|
15
15
|
for (var n in e)
|
|
16
|
-
|
|
16
|
+
xr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
17
17
|
if (e != null && at)
|
|
18
18
|
for (var n of at(e))
|
|
19
|
-
t.indexOf(n) < 0 &&
|
|
19
|
+
t.indexOf(n) < 0 && yr.call(e, n) && (r[n] = e[n]);
|
|
20
20
|
return r;
|
|
21
21
|
};
|
|
22
22
|
var ge = (e, t, r) => new Promise((n, o) => {
|
|
@@ -36,10 +36,10 @@ var ge = (e, t, r) => new Promise((n, o) => {
|
|
|
36
36
|
l((r = r.apply(e, t)).next());
|
|
37
37
|
});
|
|
38
38
|
import * as p from "react";
|
|
39
|
-
import Fe, { useLayoutEffect as
|
|
40
|
-
import * as
|
|
41
|
-
import { createPortal as
|
|
42
|
-
var
|
|
39
|
+
import Fe, { useLayoutEffect as qr, useEffect as Je, useRef as no, forwardRef as qt, useState as Ye } from "react";
|
|
40
|
+
import * as Yr from "react-dom";
|
|
41
|
+
import { createPortal as oo } from "react-dom";
|
|
42
|
+
var Ot = { exports: {} }, $e = {};
|
|
43
43
|
/**
|
|
44
44
|
* @license React
|
|
45
45
|
* react-jsx-runtime.production.min.js
|
|
@@ -49,10 +49,10 @@ var Wt = { exports: {} }, $e = {};
|
|
|
49
49
|
* This source code is licensed under the MIT license found in the
|
|
50
50
|
* LICENSE file in the root directory of this source tree.
|
|
51
51
|
*/
|
|
52
|
-
var
|
|
53
|
-
function
|
|
54
|
-
if (
|
|
55
|
-
|
|
52
|
+
var wr;
|
|
53
|
+
function io() {
|
|
54
|
+
if (wr) return $e;
|
|
55
|
+
wr = 1;
|
|
56
56
|
var e = Fe, t = Symbol.for("react.element"), r = Symbol.for("react.fragment"), n = Object.prototype.hasOwnProperty, o = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, a = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
57
57
|
function i(l, c, u) {
|
|
58
58
|
var f, g = {}, v = null, d = null;
|
|
@@ -73,9 +73,9 @@ var Ve = {};
|
|
|
73
73
|
* This source code is licensed under the MIT license found in the
|
|
74
74
|
* LICENSE file in the root directory of this source tree.
|
|
75
75
|
*/
|
|
76
|
-
var
|
|
77
|
-
function
|
|
78
|
-
return
|
|
76
|
+
var Rr;
|
|
77
|
+
function ao() {
|
|
78
|
+
return Rr || (Rr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
79
79
|
var e = Fe, t = Symbol.for("react.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), v = Symbol.for("react.lazy"), d = Symbol.for("react.offscreen"), h = Symbol.iterator, m = "@@iterator";
|
|
80
80
|
function w(s) {
|
|
81
81
|
if (s === null || typeof s != "object")
|
|
@@ -243,10 +243,10 @@ function oo() {
|
|
|
243
243
|
}
|
|
244
244
|
var bt = !1, nt;
|
|
245
245
|
{
|
|
246
|
-
var
|
|
247
|
-
nt = new
|
|
246
|
+
var Ln = typeof WeakMap == "function" ? WeakMap : Map;
|
|
247
|
+
nt = new Ln();
|
|
248
248
|
}
|
|
249
|
-
function
|
|
249
|
+
function nr(s, b) {
|
|
250
250
|
if (!s || bt)
|
|
251
251
|
return "";
|
|
252
252
|
{
|
|
@@ -317,10 +317,10 @@ function oo() {
|
|
|
317
317
|
var He = s ? s.displayName || s.name : "", Le = He ? je(He) : "";
|
|
318
318
|
return typeof s == "function" && nt.set(s, Le), Le;
|
|
319
319
|
}
|
|
320
|
-
function
|
|
321
|
-
return
|
|
320
|
+
function Mn(s, b, S) {
|
|
321
|
+
return nr(s, !1);
|
|
322
322
|
}
|
|
323
|
-
function
|
|
323
|
+
function Pn(s) {
|
|
324
324
|
var b = s.prototype;
|
|
325
325
|
return !!(b && b.isReactComponent);
|
|
326
326
|
}
|
|
@@ -328,7 +328,7 @@ function oo() {
|
|
|
328
328
|
if (s == null)
|
|
329
329
|
return "";
|
|
330
330
|
if (typeof s == "function")
|
|
331
|
-
return
|
|
331
|
+
return nr(s, Pn(s));
|
|
332
332
|
if (typeof s == "string")
|
|
333
333
|
return je(s);
|
|
334
334
|
switch (s) {
|
|
@@ -340,7 +340,7 @@ function oo() {
|
|
|
340
340
|
if (typeof s == "object")
|
|
341
341
|
switch (s.$$typeof) {
|
|
342
342
|
case c:
|
|
343
|
-
return
|
|
343
|
+
return Mn(s.render);
|
|
344
344
|
case g:
|
|
345
345
|
return ot(s.type, b, S);
|
|
346
346
|
case v: {
|
|
@@ -353,15 +353,15 @@ function oo() {
|
|
|
353
353
|
}
|
|
354
354
|
return "";
|
|
355
355
|
}
|
|
356
|
-
var Ne = Object.prototype.hasOwnProperty,
|
|
356
|
+
var Ne = Object.prototype.hasOwnProperty, or = {}, ir = x.ReactDebugCurrentFrame;
|
|
357
357
|
function it(s) {
|
|
358
358
|
if (s) {
|
|
359
359
|
var b = s._owner, S = ot(s.type, s._source, b ? b.type : null);
|
|
360
|
-
|
|
360
|
+
ir.setExtraStackFrame(S);
|
|
361
361
|
} else
|
|
362
|
-
|
|
362
|
+
ir.setExtraStackFrame(null);
|
|
363
363
|
}
|
|
364
|
-
function
|
|
364
|
+
function _n(s, b, S, O, G) {
|
|
365
365
|
{
|
|
366
366
|
var K = Function.call.bind(Ne);
|
|
367
367
|
for (var I in s)
|
|
@@ -376,41 +376,41 @@ function oo() {
|
|
|
376
376
|
} catch (Q) {
|
|
377
377
|
B = Q;
|
|
378
378
|
}
|
|
379
|
-
B && !(B instanceof Error) && (it(G), y("%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).", O || "React class", S, I, typeof B), it(null)), B instanceof Error && !(B.message in
|
|
379
|
+
B && !(B instanceof Error) && (it(G), y("%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).", O || "React class", S, I, typeof B), it(null)), B instanceof Error && !(B.message in or) && (or[B.message] = !0, it(G), y("Failed %s type: %s", S, B.message), it(null));
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
|
-
var
|
|
383
|
+
var Hn = Array.isArray;
|
|
384
384
|
function xt(s) {
|
|
385
|
-
return
|
|
385
|
+
return Hn(s);
|
|
386
386
|
}
|
|
387
|
-
function
|
|
387
|
+
function An(s) {
|
|
388
388
|
{
|
|
389
389
|
var b = typeof Symbol == "function" && Symbol.toStringTag, S = b && s[Symbol.toStringTag] || s.constructor.name || "Object";
|
|
390
390
|
return S;
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
|
-
function
|
|
393
|
+
function Wn(s) {
|
|
394
394
|
try {
|
|
395
|
-
return
|
|
395
|
+
return ar(s), !1;
|
|
396
396
|
} catch (b) {
|
|
397
397
|
return !0;
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
|
-
function
|
|
400
|
+
function ar(s) {
|
|
401
401
|
return "" + s;
|
|
402
402
|
}
|
|
403
|
-
function
|
|
404
|
-
if (
|
|
405
|
-
return y("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
403
|
+
function lr(s) {
|
|
404
|
+
if (Wn(s))
|
|
405
|
+
return y("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", An(s)), ar(s);
|
|
406
406
|
}
|
|
407
|
-
var
|
|
407
|
+
var sr = x.ReactCurrentOwner, On = {
|
|
408
408
|
key: !0,
|
|
409
409
|
ref: !0,
|
|
410
410
|
__self: !0,
|
|
411
411
|
__source: !0
|
|
412
|
-
},
|
|
413
|
-
function
|
|
412
|
+
}, cr, ur;
|
|
413
|
+
function Fn(s) {
|
|
414
414
|
if (Ne.call(s, "ref")) {
|
|
415
415
|
var b = Object.getOwnPropertyDescriptor(s, "ref").get;
|
|
416
416
|
if (b && b.isReactWarning)
|
|
@@ -418,7 +418,7 @@ function oo() {
|
|
|
418
418
|
}
|
|
419
419
|
return s.ref !== void 0;
|
|
420
420
|
}
|
|
421
|
-
function
|
|
421
|
+
function Dn(s) {
|
|
422
422
|
if (Ne.call(s, "key")) {
|
|
423
423
|
var b = Object.getOwnPropertyDescriptor(s, "key").get;
|
|
424
424
|
if (b && b.isReactWarning)
|
|
@@ -426,13 +426,13 @@ function oo() {
|
|
|
426
426
|
}
|
|
427
427
|
return s.key !== void 0;
|
|
428
428
|
}
|
|
429
|
-
function
|
|
430
|
-
typeof s.ref == "string" &&
|
|
429
|
+
function Bn(s, b) {
|
|
430
|
+
typeof s.ref == "string" && sr.current;
|
|
431
431
|
}
|
|
432
|
-
function
|
|
432
|
+
function In(s, b) {
|
|
433
433
|
{
|
|
434
434
|
var S = function() {
|
|
435
|
-
|
|
435
|
+
cr || (cr = !0, y("%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)", b));
|
|
436
436
|
};
|
|
437
437
|
S.isReactWarning = !0, Object.defineProperty(s, "key", {
|
|
438
438
|
get: S,
|
|
@@ -440,10 +440,10 @@ function oo() {
|
|
|
440
440
|
});
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
|
-
function
|
|
443
|
+
function jn(s, b) {
|
|
444
444
|
{
|
|
445
445
|
var S = function() {
|
|
446
|
-
|
|
446
|
+
ur || (ur = !0, y("%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)", b));
|
|
447
447
|
};
|
|
448
448
|
S.isReactWarning = !0, Object.defineProperty(s, "ref", {
|
|
449
449
|
get: S,
|
|
@@ -451,7 +451,7 @@ function oo() {
|
|
|
451
451
|
});
|
|
452
452
|
}
|
|
453
453
|
}
|
|
454
|
-
var
|
|
454
|
+
var Nn = function(s, b, S, O, G, K, I) {
|
|
455
455
|
var B = {
|
|
456
456
|
// This tag allows us to uniquely identify this as a React Element
|
|
457
457
|
$$typeof: t,
|
|
@@ -480,12 +480,12 @@ function oo() {
|
|
|
480
480
|
value: G
|
|
481
481
|
}), Object.freeze && (Object.freeze(B.props), Object.freeze(B)), B;
|
|
482
482
|
};
|
|
483
|
-
function
|
|
483
|
+
function $n(s, b, S, O, G) {
|
|
484
484
|
{
|
|
485
485
|
var K, I = {}, B = null, te = null;
|
|
486
|
-
S !== void 0 && (
|
|
486
|
+
S !== void 0 && (lr(S), B = "" + S), Dn(b) && (lr(b.key), B = "" + b.key), Fn(b) && (te = b.ref, Bn(b, G));
|
|
487
487
|
for (K in b)
|
|
488
|
-
Ne.call(b, K) && !
|
|
488
|
+
Ne.call(b, K) && !On.hasOwnProperty(K) && (I[K] = b[K]);
|
|
489
489
|
if (s && s.defaultProps) {
|
|
490
490
|
var Q = s.defaultProps;
|
|
491
491
|
for (K in Q)
|
|
@@ -493,25 +493,25 @@ function oo() {
|
|
|
493
493
|
}
|
|
494
494
|
if (B || te) {
|
|
495
495
|
var ee = typeof s == "function" ? s.displayName || s.name || "Unknown" : s;
|
|
496
|
-
B &&
|
|
496
|
+
B && In(I, ee), te && jn(I, ee);
|
|
497
497
|
}
|
|
498
|
-
return
|
|
498
|
+
return Nn(s, B, te, G, O, sr.current, I);
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
|
-
var yt = x.ReactCurrentOwner,
|
|
501
|
+
var yt = x.ReactCurrentOwner, dr = x.ReactDebugCurrentFrame;
|
|
502
502
|
function _e(s) {
|
|
503
503
|
if (s) {
|
|
504
504
|
var b = s._owner, S = ot(s.type, s._source, b ? b.type : null);
|
|
505
|
-
|
|
505
|
+
dr.setExtraStackFrame(S);
|
|
506
506
|
} else
|
|
507
|
-
|
|
507
|
+
dr.setExtraStackFrame(null);
|
|
508
508
|
}
|
|
509
509
|
var wt;
|
|
510
510
|
wt = !1;
|
|
511
511
|
function Rt(s) {
|
|
512
512
|
return typeof s == "object" && s !== null && s.$$typeof === t;
|
|
513
513
|
}
|
|
514
|
-
function
|
|
514
|
+
function fr() {
|
|
515
515
|
{
|
|
516
516
|
if (yt.current) {
|
|
517
517
|
var s = Y(yt.current.type);
|
|
@@ -523,13 +523,13 @@ Check the render method of \`` + s + "`.";
|
|
|
523
523
|
return "";
|
|
524
524
|
}
|
|
525
525
|
}
|
|
526
|
-
function
|
|
526
|
+
function Vn(s) {
|
|
527
527
|
return "";
|
|
528
528
|
}
|
|
529
|
-
var
|
|
530
|
-
function
|
|
529
|
+
var gr = {};
|
|
530
|
+
function Gn(s) {
|
|
531
531
|
{
|
|
532
|
-
var b =
|
|
532
|
+
var b = fr();
|
|
533
533
|
if (!b) {
|
|
534
534
|
var S = typeof s == "string" ? s : s.displayName || s.name;
|
|
535
535
|
S && (b = `
|
|
@@ -539,27 +539,27 @@ Check the top-level render call using <` + S + ">.");
|
|
|
539
539
|
return b;
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
|
-
function
|
|
542
|
+
function hr(s, b) {
|
|
543
543
|
{
|
|
544
544
|
if (!s._store || s._store.validated || s.key != null)
|
|
545
545
|
return;
|
|
546
546
|
s._store.validated = !0;
|
|
547
|
-
var S =
|
|
548
|
-
if (
|
|
547
|
+
var S = Gn(b);
|
|
548
|
+
if (gr[S])
|
|
549
549
|
return;
|
|
550
|
-
|
|
550
|
+
gr[S] = !0;
|
|
551
551
|
var O = "";
|
|
552
552
|
s && s._owner && s._owner !== yt.current && (O = " It was passed a child from " + Y(s._owner.type) + "."), _e(s), y('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', S, O), _e(null);
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
|
-
function
|
|
555
|
+
function mr(s, b) {
|
|
556
556
|
{
|
|
557
557
|
if (typeof s != "object")
|
|
558
558
|
return;
|
|
559
559
|
if (xt(s))
|
|
560
560
|
for (var S = 0; S < s.length; S++) {
|
|
561
561
|
var O = s[S];
|
|
562
|
-
Rt(O) &&
|
|
562
|
+
Rt(O) && hr(O, b);
|
|
563
563
|
}
|
|
564
564
|
else if (Rt(s))
|
|
565
565
|
s._store && (s._store.validated = !0);
|
|
@@ -567,11 +567,11 @@ Check the top-level render call using <` + S + ">.");
|
|
|
567
567
|
var G = w(s);
|
|
568
568
|
if (typeof G == "function" && G !== s.entries)
|
|
569
569
|
for (var K = G.call(s), I; !(I = K.next()).done; )
|
|
570
|
-
Rt(I.value) &&
|
|
570
|
+
Rt(I.value) && hr(I.value, b);
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
|
-
function
|
|
574
|
+
function Un(s) {
|
|
575
575
|
{
|
|
576
576
|
var b = s.type;
|
|
577
577
|
if (b == null || typeof b == "string")
|
|
@@ -587,7 +587,7 @@ Check the top-level render call using <` + S + ">.");
|
|
|
587
587
|
return;
|
|
588
588
|
if (S) {
|
|
589
589
|
var O = Y(b);
|
|
590
|
-
|
|
590
|
+
_n(S, s.props, "prop", O, s);
|
|
591
591
|
} else if (b.PropTypes !== void 0 && !wt) {
|
|
592
592
|
wt = !0;
|
|
593
593
|
var G = Y(b);
|
|
@@ -596,7 +596,7 @@ Check the top-level render call using <` + S + ">.");
|
|
|
596
596
|
typeof b.getDefaultProps == "function" && !b.getDefaultProps.isReactClassApproved && y("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
597
597
|
}
|
|
598
598
|
}
|
|
599
|
-
function
|
|
599
|
+
function qn(s) {
|
|
600
600
|
{
|
|
601
601
|
for (var b = Object.keys(s.props), S = 0; S < b.length; S++) {
|
|
602
602
|
var O = b[S];
|
|
@@ -608,19 +608,19 @@ Check the top-level render call using <` + S + ">.");
|
|
|
608
608
|
s.ref !== null && (_e(s), y("Invalid attribute `ref` supplied to `React.Fragment`."), _e(null));
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
|
-
var
|
|
612
|
-
function
|
|
611
|
+
var pr = {};
|
|
612
|
+
function vr(s, b, S, O, G, K) {
|
|
613
613
|
{
|
|
614
614
|
var I = q(s);
|
|
615
615
|
if (!I) {
|
|
616
616
|
var B = "";
|
|
617
617
|
(s === void 0 || typeof s == "object" && s !== null && Object.keys(s).length === 0) && (B += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
618
|
-
var te =
|
|
619
|
-
te ? B += te : B +=
|
|
618
|
+
var te = Vn();
|
|
619
|
+
te ? B += te : B += fr();
|
|
620
620
|
var Q;
|
|
621
621
|
s === null ? Q = "null" : xt(s) ? Q = "array" : s !== void 0 && s.$$typeof === t ? (Q = "<" + (Y(s.type) || "Unknown") + " />", B = " Did you accidentally export a JSX literal instead of a component?") : Q = typeof s, y("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Q, B);
|
|
622
622
|
}
|
|
623
|
-
var ee =
|
|
623
|
+
var ee = $n(s, b, S, G, K);
|
|
624
624
|
if (ee == null)
|
|
625
625
|
return ee;
|
|
626
626
|
if (I) {
|
|
@@ -629,77 +629,77 @@ Check the top-level render call using <` + S + ">.");
|
|
|
629
629
|
if (O)
|
|
630
630
|
if (xt(se)) {
|
|
631
631
|
for (var He = 0; He < se.length; He++)
|
|
632
|
-
|
|
632
|
+
mr(se[He], s);
|
|
633
633
|
Object.freeze && Object.freeze(se);
|
|
634
634
|
} else
|
|
635
635
|
y("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
636
636
|
else
|
|
637
|
-
|
|
637
|
+
mr(se, s);
|
|
638
638
|
}
|
|
639
639
|
if (Ne.call(b, "key")) {
|
|
640
|
-
var Le = Y(s), ne = Object.keys(b).filter(function(
|
|
641
|
-
return
|
|
640
|
+
var Le = Y(s), ne = Object.keys(b).filter(function(Qn) {
|
|
641
|
+
return Qn !== "key";
|
|
642
642
|
}), Et = ne.length > 0 ? "{key: someKey, " + ne.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
643
|
-
if (!
|
|
644
|
-
var
|
|
643
|
+
if (!pr[Le + Et]) {
|
|
644
|
+
var Zn = ne.length > 0 ? "{" + ne.join(": ..., ") + ": ...}" : "{}";
|
|
645
645
|
y(`A props object containing a "key" prop is being spread into JSX:
|
|
646
646
|
let props = %s;
|
|
647
647
|
<%s {...props} />
|
|
648
648
|
React keys must be passed directly to JSX without using spread:
|
|
649
649
|
let props = %s;
|
|
650
|
-
<%s key={someKey} {...props} />`, Et, Le,
|
|
650
|
+
<%s key={someKey} {...props} />`, Et, Le, Zn, Le), pr[Le + Et] = !0;
|
|
651
651
|
}
|
|
652
652
|
}
|
|
653
|
-
return s === n ?
|
|
653
|
+
return s === n ? qn(ee) : Un(ee), ee;
|
|
654
654
|
}
|
|
655
655
|
}
|
|
656
|
-
function
|
|
657
|
-
return
|
|
656
|
+
function Yn(s, b, S) {
|
|
657
|
+
return vr(s, b, S, !0);
|
|
658
658
|
}
|
|
659
|
-
function
|
|
660
|
-
return
|
|
659
|
+
function Kn(s, b, S) {
|
|
660
|
+
return vr(s, b, S, !1);
|
|
661
661
|
}
|
|
662
|
-
var
|
|
663
|
-
Ve.Fragment = n, Ve.jsx =
|
|
662
|
+
var Xn = Kn, Jn = Yn;
|
|
663
|
+
Ve.Fragment = n, Ve.jsx = Xn, Ve.jsxs = Jn;
|
|
664
664
|
}()), Ve;
|
|
665
665
|
}
|
|
666
|
-
process.env.NODE_ENV === "production" ?
|
|
667
|
-
var P =
|
|
668
|
-
const
|
|
669
|
-
const t =
|
|
666
|
+
process.env.NODE_ENV === "production" ? Ot.exports = io() : Ot.exports = ao();
|
|
667
|
+
var P = Ot.exports;
|
|
668
|
+
const Yt = "-", lo = (e) => {
|
|
669
|
+
const t = co(e), {
|
|
670
670
|
conflictingClassGroups: r,
|
|
671
671
|
conflictingClassGroupModifiers: n
|
|
672
672
|
} = e;
|
|
673
673
|
return {
|
|
674
674
|
getClassGroupId: (i) => {
|
|
675
|
-
const l = i.split(
|
|
676
|
-
return l[0] === "" && l.length !== 1 && l.shift(),
|
|
675
|
+
const l = i.split(Yt);
|
|
676
|
+
return l[0] === "" && l.length !== 1 && l.shift(), Kr(l, t) || so(i);
|
|
677
677
|
},
|
|
678
678
|
getConflictingClassGroupIds: (i, l) => {
|
|
679
679
|
const c = r[i] || [];
|
|
680
680
|
return l && n[i] ? [...c, ...n[i]] : c;
|
|
681
681
|
}
|
|
682
682
|
};
|
|
683
|
-
},
|
|
683
|
+
}, Kr = (e, t) => {
|
|
684
684
|
var i;
|
|
685
685
|
if (e.length === 0)
|
|
686
686
|
return t.classGroupId;
|
|
687
|
-
const r = e[0], n = t.nextPart.get(r), o = n ?
|
|
687
|
+
const r = e[0], n = t.nextPart.get(r), o = n ? Kr(e.slice(1), n) : void 0;
|
|
688
688
|
if (o)
|
|
689
689
|
return o;
|
|
690
690
|
if (t.validators.length === 0)
|
|
691
691
|
return;
|
|
692
|
-
const a = e.join(
|
|
692
|
+
const a = e.join(Yt);
|
|
693
693
|
return (i = t.validators.find(({
|
|
694
694
|
validator: l
|
|
695
695
|
}) => l(a))) == null ? void 0 : i.classGroupId;
|
|
696
|
-
},
|
|
697
|
-
if (
|
|
698
|
-
const t =
|
|
696
|
+
}, Er = /^\[(.+)\]$/, so = (e) => {
|
|
697
|
+
if (Er.test(e)) {
|
|
698
|
+
const t = Er.exec(e)[1], r = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
699
699
|
if (r)
|
|
700
700
|
return "arbitrary.." + r;
|
|
701
701
|
}
|
|
702
|
-
},
|
|
702
|
+
}, co = (e) => {
|
|
703
703
|
const {
|
|
704
704
|
theme: t,
|
|
705
705
|
prefix: r
|
|
@@ -707,19 +707,19 @@ const qt = "-", io = (e) => {
|
|
|
707
707
|
nextPart: /* @__PURE__ */ new Map(),
|
|
708
708
|
validators: []
|
|
709
709
|
};
|
|
710
|
-
return
|
|
711
|
-
|
|
710
|
+
return fo(Object.entries(e.classGroups), r).forEach(([a, i]) => {
|
|
711
|
+
Ft(i, n, a, t);
|
|
712
712
|
}), n;
|
|
713
|
-
},
|
|
713
|
+
}, Ft = (e, t, r, n) => {
|
|
714
714
|
e.forEach((o) => {
|
|
715
715
|
if (typeof o == "string") {
|
|
716
|
-
const a = o === "" ? t :
|
|
716
|
+
const a = o === "" ? t : Sr(t, o);
|
|
717
717
|
a.classGroupId = r;
|
|
718
718
|
return;
|
|
719
719
|
}
|
|
720
720
|
if (typeof o == "function") {
|
|
721
|
-
if (
|
|
722
|
-
|
|
721
|
+
if (uo(o)) {
|
|
722
|
+
Ft(o(n), t, r, n);
|
|
723
723
|
return;
|
|
724
724
|
}
|
|
725
725
|
t.validators.push({
|
|
@@ -729,21 +729,21 @@ const qt = "-", io = (e) => {
|
|
|
729
729
|
return;
|
|
730
730
|
}
|
|
731
731
|
Object.entries(o).forEach(([a, i]) => {
|
|
732
|
-
|
|
732
|
+
Ft(i, Sr(t, a), r, n);
|
|
733
733
|
});
|
|
734
734
|
});
|
|
735
|
-
},
|
|
735
|
+
}, Sr = (e, t) => {
|
|
736
736
|
let r = e;
|
|
737
|
-
return t.split(
|
|
737
|
+
return t.split(Yt).forEach((n) => {
|
|
738
738
|
r.nextPart.has(n) || r.nextPart.set(n, {
|
|
739
739
|
nextPart: /* @__PURE__ */ new Map(),
|
|
740
740
|
validators: []
|
|
741
741
|
}), r = r.nextPart.get(n);
|
|
742
742
|
}), r;
|
|
743
|
-
},
|
|
743
|
+
}, uo = (e) => e.isThemeGetter, fo = (e, t) => t ? e.map(([r, n]) => {
|
|
744
744
|
const o = n.map((a) => typeof a == "string" ? t + a : typeof a == "object" ? Object.fromEntries(Object.entries(a).map(([i, l]) => [t + i, l])) : a);
|
|
745
745
|
return [r, o];
|
|
746
|
-
}) : e,
|
|
746
|
+
}) : e, go = (e) => {
|
|
747
747
|
if (e < 1)
|
|
748
748
|
return {
|
|
749
749
|
get: () => {
|
|
@@ -767,7 +767,7 @@ const qt = "-", io = (e) => {
|
|
|
767
767
|
r.has(a) ? r.set(a, i) : o(a, i);
|
|
768
768
|
}
|
|
769
769
|
};
|
|
770
|
-
},
|
|
770
|
+
}, Xr = "!", ho = (e) => {
|
|
771
771
|
const {
|
|
772
772
|
separator: t,
|
|
773
773
|
experimentalParseClassName: r
|
|
@@ -788,7 +788,7 @@ const qt = "-", io = (e) => {
|
|
|
788
788
|
}
|
|
789
789
|
x === "[" ? u++ : x === "]" && u--;
|
|
790
790
|
}
|
|
791
|
-
const v = c.length === 0 ? l : l.substring(f), d = v.startsWith(
|
|
791
|
+
const v = c.length === 0 ? l : l.substring(f), d = v.startsWith(Xr), h = d ? v.substring(1) : v, m = g && g > f ? g - f : void 0;
|
|
792
792
|
return {
|
|
793
793
|
modifiers: c,
|
|
794
794
|
hasImportantModifier: d,
|
|
@@ -800,7 +800,7 @@ const qt = "-", io = (e) => {
|
|
|
800
800
|
className: l,
|
|
801
801
|
parseClassName: i
|
|
802
802
|
}) : i;
|
|
803
|
-
},
|
|
803
|
+
}, mo = (e) => {
|
|
804
804
|
if (e.length <= 1)
|
|
805
805
|
return e;
|
|
806
806
|
const t = [];
|
|
@@ -808,15 +808,15 @@ const qt = "-", io = (e) => {
|
|
|
808
808
|
return e.forEach((n) => {
|
|
809
809
|
n[0] === "[" ? (t.push(...r.sort(), n), r = []) : r.push(n);
|
|
810
810
|
}), t.push(...r.sort()), t;
|
|
811
|
-
},
|
|
812
|
-
cache:
|
|
813
|
-
parseClassName:
|
|
814
|
-
},
|
|
811
|
+
}, po = (e) => z({
|
|
812
|
+
cache: go(e.cacheSize),
|
|
813
|
+
parseClassName: ho(e)
|
|
814
|
+
}, lo(e)), vo = /\s+/, bo = (e, t) => {
|
|
815
815
|
const {
|
|
816
816
|
parseClassName: r,
|
|
817
817
|
getClassGroupId: n,
|
|
818
818
|
getConflictingClassGroupIds: o
|
|
819
|
-
} = t, a = [], i = e.trim().split(
|
|
819
|
+
} = t, a = [], i = e.trim().split(vo);
|
|
820
820
|
let l = "";
|
|
821
821
|
for (let c = i.length - 1; c >= 0; c -= 1) {
|
|
822
822
|
const u = i[c], {
|
|
@@ -837,7 +837,7 @@ const qt = "-", io = (e) => {
|
|
|
837
837
|
}
|
|
838
838
|
h = !1;
|
|
839
839
|
}
|
|
840
|
-
const w =
|
|
840
|
+
const w = mo(f).join(":"), x = g ? w + Xr : w, y = x + m;
|
|
841
841
|
if (a.includes(y))
|
|
842
842
|
continue;
|
|
843
843
|
a.push(y);
|
|
@@ -850,49 +850,49 @@ const qt = "-", io = (e) => {
|
|
|
850
850
|
}
|
|
851
851
|
return l;
|
|
852
852
|
};
|
|
853
|
-
function
|
|
853
|
+
function xo() {
|
|
854
854
|
let e = 0, t, r, n = "";
|
|
855
855
|
for (; e < arguments.length; )
|
|
856
|
-
(t = arguments[e++]) && (r =
|
|
856
|
+
(t = arguments[e++]) && (r = Jr(t)) && (n && (n += " "), n += r);
|
|
857
857
|
return n;
|
|
858
858
|
}
|
|
859
|
-
const
|
|
859
|
+
const Jr = (e) => {
|
|
860
860
|
if (typeof e == "string")
|
|
861
861
|
return e;
|
|
862
862
|
let t, r = "";
|
|
863
863
|
for (let n = 0; n < e.length; n++)
|
|
864
|
-
e[n] && (t =
|
|
864
|
+
e[n] && (t = Jr(e[n])) && (r && (r += " "), r += t);
|
|
865
865
|
return r;
|
|
866
866
|
};
|
|
867
|
-
function
|
|
867
|
+
function Dt(e, ...t) {
|
|
868
868
|
let r, n, o, a = i;
|
|
869
869
|
function i(c) {
|
|
870
870
|
const u = t.reduce((f, g) => g(f), e());
|
|
871
|
-
return r =
|
|
871
|
+
return r = po(u), n = r.cache.get, o = r.cache.set, a = l, l(c);
|
|
872
872
|
}
|
|
873
873
|
function l(c) {
|
|
874
874
|
const u = n(c);
|
|
875
875
|
if (u)
|
|
876
876
|
return u;
|
|
877
|
-
const f =
|
|
877
|
+
const f = bo(c, r);
|
|
878
878
|
return o(c, f), f;
|
|
879
879
|
}
|
|
880
880
|
return function() {
|
|
881
|
-
return a(
|
|
881
|
+
return a(xo.apply(null, arguments));
|
|
882
882
|
};
|
|
883
883
|
}
|
|
884
884
|
const J = (e) => {
|
|
885
885
|
const t = (r) => r[e] || [];
|
|
886
886
|
return t.isThemeGetter = !0, t;
|
|
887
|
-
},
|
|
888
|
-
const n =
|
|
887
|
+
}, Zr = /^\[(?:([a-z-]+):)?(.+)\]$/i, yo = /^\d+\/\d+$/, wo = /* @__PURE__ */ new Set(["px", "full", "screen"]), Ro = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Eo = /\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$/, So = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, To = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Co = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, he = (e) => We(e) || wo.has(e) || yo.test(e), xe = (e) => Be(e, "length", Ao), We = (e) => !!e && !Number.isNaN(Number(e)), Tt = (e) => Be(e, "number", We), Ge = (e) => !!e && Number.isInteger(Number(e)), ko = (e) => e.endsWith("%") && We(e.slice(0, -1)), F = (e) => Zr.test(e), ye = (e) => Ro.test(e), zo = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Lo = (e) => Be(e, zo, Qr), Mo = (e) => Be(e, "position", Qr), Po = /* @__PURE__ */ new Set(["image", "url"]), _o = (e) => Be(e, Po, Oo), Ho = (e) => Be(e, "", Wo), Ue = () => !0, Be = (e, t, r) => {
|
|
888
|
+
const n = Zr.exec(e);
|
|
889
889
|
return n ? n[1] ? typeof t == "string" ? n[1] === t : t.has(n[1]) : r(n[2]) : !1;
|
|
890
|
-
},
|
|
890
|
+
}, Ao = (e) => (
|
|
891
891
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
892
892
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
893
893
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
894
|
-
|
|
895
|
-
),
|
|
894
|
+
Eo.test(e) && !So.test(e)
|
|
895
|
+
), Qr = () => !1, Wo = (e) => To.test(e), Oo = (e) => Co.test(e), Bt = () => {
|
|
896
896
|
const e = J("colors"), t = J("spacing"), r = J("blur"), n = J("brightness"), o = J("borderColor"), a = J("borderRadius"), i = J("borderSpacing"), l = J("borderWidth"), c = J("contrast"), u = J("grayscale"), f = J("hueRotate"), g = J("invert"), v = J("gap"), d = J("gradientColorStops"), h = J("gradientColorStopPositions"), m = J("inset"), w = J("margin"), x = J("opacity"), y = J("padding"), E = J("saturate"), R = J("scale"), L = J("sepia"), _ = J("skew"), N = J("space"), U = J("translate"), Z = () => ["auto", "contain", "none"], q = () => ["auto", "hidden", "clip", "visible", "scroll"], V = () => ["auto", F, t], H = () => [F, t], Y = () => ["", he, xe], A = () => ["auto", We, F], C = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], T = () => ["solid", "dashed", "dotted", "double", "none"], k = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], M = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], j = () => ["", "0", F], W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], D = () => [We, F];
|
|
897
897
|
return {
|
|
898
898
|
cacheSize: 500,
|
|
@@ -912,7 +912,7 @@ const J = (e) => {
|
|
|
912
912
|
invert: j(),
|
|
913
913
|
gap: H(),
|
|
914
914
|
gradientColorStops: [e],
|
|
915
|
-
gradientColorStopPositions: [
|
|
915
|
+
gradientColorStopPositions: [ko, xe],
|
|
916
916
|
inset: V(),
|
|
917
917
|
margin: V(),
|
|
918
918
|
opacity: D(),
|
|
@@ -1825,7 +1825,7 @@ const J = (e) => {
|
|
|
1825
1825
|
* @see https://tailwindcss.com/docs/background-position
|
|
1826
1826
|
*/
|
|
1827
1827
|
"bg-position": [{
|
|
1828
|
-
bg: [...C(),
|
|
1828
|
+
bg: [...C(), Mo]
|
|
1829
1829
|
}],
|
|
1830
1830
|
/**
|
|
1831
1831
|
* Background Repeat
|
|
@@ -1841,7 +1841,7 @@ const J = (e) => {
|
|
|
1841
1841
|
* @see https://tailwindcss.com/docs/background-size
|
|
1842
1842
|
*/
|
|
1843
1843
|
"bg-size": [{
|
|
1844
|
-
bg: ["auto", "cover", "contain",
|
|
1844
|
+
bg: ["auto", "cover", "contain", Lo]
|
|
1845
1845
|
}],
|
|
1846
1846
|
/**
|
|
1847
1847
|
* Background Image
|
|
@@ -1850,7 +1850,7 @@ const J = (e) => {
|
|
|
1850
1850
|
"bg-image": [{
|
|
1851
1851
|
bg: ["none", {
|
|
1852
1852
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1853
|
-
},
|
|
1853
|
+
}, _o]
|
|
1854
1854
|
}],
|
|
1855
1855
|
/**
|
|
1856
1856
|
* Background Color
|
|
@@ -2266,7 +2266,7 @@ const J = (e) => {
|
|
|
2266
2266
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
2267
2267
|
*/
|
|
2268
2268
|
shadow: [{
|
|
2269
|
-
shadow: ["", "inner", "none", ye,
|
|
2269
|
+
shadow: ["", "inner", "none", ye, Ho]
|
|
2270
2270
|
}],
|
|
2271
2271
|
/**
|
|
2272
2272
|
* Box Shadow Color
|
|
@@ -2921,7 +2921,7 @@ const J = (e) => {
|
|
|
2921
2921
|
"font-size": ["leading"]
|
|
2922
2922
|
}
|
|
2923
2923
|
};
|
|
2924
|
-
},
|
|
2924
|
+
}, Fo = (e, {
|
|
2925
2925
|
cacheSize: t,
|
|
2926
2926
|
prefix: r,
|
|
2927
2927
|
separator: n,
|
|
@@ -2931,43 +2931,759 @@ const J = (e) => {
|
|
|
2931
2931
|
}) => {
|
|
2932
2932
|
qe(e, "cacheSize", t), qe(e, "prefix", r), qe(e, "separator", n), qe(e, "experimentalParseClassName", o);
|
|
2933
2933
|
for (const l in i)
|
|
2934
|
-
|
|
2934
|
+
Do(e[l], i[l]);
|
|
2935
2935
|
for (const l in a)
|
|
2936
|
-
|
|
2936
|
+
Bo(e[l], a[l]);
|
|
2937
2937
|
return e;
|
|
2938
2938
|
}, qe = (e, t, r) => {
|
|
2939
2939
|
r !== void 0 && (e[t] = r);
|
|
2940
|
-
},
|
|
2940
|
+
}, Do = (e, t) => {
|
|
2941
2941
|
if (t)
|
|
2942
2942
|
for (const r in t)
|
|
2943
2943
|
qe(e, r, t[r]);
|
|
2944
|
-
},
|
|
2944
|
+
}, Bo = (e, t) => {
|
|
2945
2945
|
if (t)
|
|
2946
2946
|
for (const r in t) {
|
|
2947
2947
|
const n = t[r];
|
|
2948
2948
|
n !== void 0 && (e[r] = (e[r] || []).concat(n));
|
|
2949
2949
|
}
|
|
2950
|
-
},
|
|
2950
|
+
}, Io = (e, ...t) => typeof e == "function" ? Dt(Bt, e, ...t) : Dt(() => Fo(Bt(), e), ...t), ct = /* @__PURE__ */ Dt(Bt), Tr = ({ children: e, size: t = "small" }) => /* @__PURE__ */ P.jsx(
|
|
2951
2951
|
"div",
|
|
2952
2952
|
{
|
|
2953
2953
|
className: `ds-flex ds-items-center ds-justify-center ${t === "small" ? "ds-h-5 ds-w-5" : "ds-h-6 ds-w-6"}`,
|
|
2954
2954
|
children: e
|
|
2955
2955
|
}
|
|
2956
2956
|
);
|
|
2957
|
-
function
|
|
2957
|
+
function en(e) {
|
|
2958
2958
|
var t, r, n = "";
|
|
2959
2959
|
if (typeof e == "string" || typeof e == "number") n += e;
|
|
2960
2960
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
2961
2961
|
var o = e.length;
|
|
2962
|
-
for (t = 0; t < o; t++) e[t] && (r =
|
|
2962
|
+
for (t = 0; t < o; t++) e[t] && (r = en(e[t])) && (n && (n += " "), n += r);
|
|
2963
2963
|
} else for (r in e) e[r] && (n && (n += " "), n += r);
|
|
2964
2964
|
return n;
|
|
2965
2965
|
}
|
|
2966
|
-
function
|
|
2967
|
-
for (var e, t, r = 0, n = "", o = arguments.length; r < o; r++) (e = arguments[r]) && (t =
|
|
2966
|
+
function tn() {
|
|
2967
|
+
for (var e, t, r = 0, n = "", o = arguments.length; r < o; r++) (e = arguments[r]) && (t = en(e)) && (n && (n += " "), n += t);
|
|
2968
2968
|
return n;
|
|
2969
2969
|
}
|
|
2970
|
-
const
|
|
2970
|
+
const rn = {
|
|
2971
|
+
xLargeHeroTitleRegular: [
|
|
2972
|
+
"var(--xLargeHero-TitleRegular-font-size)",
|
|
2973
|
+
{
|
|
2974
|
+
lineHeight: "var(--xLargeHero-TitleRegular-line-height)",
|
|
2975
|
+
fontWeight: "var(--xLargeHero-TitleRegular-font-weight)"
|
|
2976
|
+
}
|
|
2977
|
+
],
|
|
2978
|
+
xLargeHeroTitleEmphasized: [
|
|
2979
|
+
"var(--xLargeHero-TitleEmphasized-font-size)",
|
|
2980
|
+
{
|
|
2981
|
+
lineHeight: "var(--xLargeHero-TitleEmphasized-line-height)",
|
|
2982
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
2983
|
+
}
|
|
2984
|
+
],
|
|
2985
|
+
xLargeTitle1Regular: [
|
|
2986
|
+
"var(--xLargeTitle-1Regular-font-size)",
|
|
2987
|
+
{
|
|
2988
|
+
lineHeight: "var(--xLargeTitle-1Regular-line-height)",
|
|
2989
|
+
fontWeight: "var(--xLargeTitle-1Regular-font-weight)"
|
|
2990
|
+
}
|
|
2991
|
+
],
|
|
2992
|
+
xLargeTitle1Emphasized: [
|
|
2993
|
+
"var(--xLargeTitle-1Emphasized-font-size)",
|
|
2994
|
+
{
|
|
2995
|
+
lineHeight: "var(--xLargeTitle-1Emphasized-line-height)",
|
|
2996
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
2997
|
+
}
|
|
2998
|
+
],
|
|
2999
|
+
xLargeTitle2Regular: [
|
|
3000
|
+
"var(--xLargeTitle-2Regular-font-size)",
|
|
3001
|
+
{
|
|
3002
|
+
lineHeight: "var(--xLargeTitle-2Regular-line-height)",
|
|
3003
|
+
fontWeight: "var(--xLargeTitle-2Regular-font-weight)"
|
|
3004
|
+
}
|
|
3005
|
+
],
|
|
3006
|
+
xLargeTitle2Emphasized: [
|
|
3007
|
+
"var(--xLargeTitle-2Emphasized-font-size)",
|
|
3008
|
+
{
|
|
3009
|
+
lineHeight: "var(--xLargeTitle-2Emphasized-line-height)",
|
|
3010
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3011
|
+
}
|
|
3012
|
+
],
|
|
3013
|
+
xLargeTitle3Regular: [
|
|
3014
|
+
"var(--xLargeTitle-3Regular-font-size)",
|
|
3015
|
+
{
|
|
3016
|
+
lineHeight: "var(--xLargeTitle-3Regular-line-height)",
|
|
3017
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3018
|
+
}
|
|
3019
|
+
],
|
|
3020
|
+
xLargeTitle3Emphasized: [
|
|
3021
|
+
"var(--xLargeTitle-3Regular-font-size)",
|
|
3022
|
+
{
|
|
3023
|
+
lineHeight: "var(--xLargeTitle-3Regular-line-height)",
|
|
3024
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3025
|
+
}
|
|
3026
|
+
],
|
|
3027
|
+
xLargeBody1Regular: [
|
|
3028
|
+
"var(--xLargeBody-1Regular-font-size)",
|
|
3029
|
+
{
|
|
3030
|
+
lineHeight: "var(--xLargeBody-1Regular-line-height)",
|
|
3031
|
+
fontWeight: "var(--xLargeBody-1Regular-font-weight)"
|
|
3032
|
+
}
|
|
3033
|
+
],
|
|
3034
|
+
xLargeBody2Regular: [
|
|
3035
|
+
"var(--xLargeBody-2Regular-font-size)",
|
|
3036
|
+
{
|
|
3037
|
+
lineHeight: "var(--xLargeBody-2Regular-line-height)",
|
|
3038
|
+
fontWeight: "var(--xLargeBody-2Regular-font-weight)"
|
|
3039
|
+
}
|
|
3040
|
+
],
|
|
3041
|
+
xLargeHeadLineRegular: [
|
|
3042
|
+
"var(--xLargeHeadLine-Regular-font-size)",
|
|
3043
|
+
{
|
|
3044
|
+
lineHeight: "var(--xLargeHeadLine-Regular-line-height)",
|
|
3045
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3046
|
+
}
|
|
3047
|
+
],
|
|
3048
|
+
xLargeHeadLineEmphasized: [
|
|
3049
|
+
"var(--xLargeHeadLine-Regular-font-size)",
|
|
3050
|
+
{
|
|
3051
|
+
lineHeight: "var(--xLargeHeadLine-Regular-line-height)",
|
|
3052
|
+
fontWeight: "var(--font-weight-bold)"
|
|
3053
|
+
}
|
|
3054
|
+
],
|
|
3055
|
+
xLargeCalloutRegular: [
|
|
3056
|
+
"var(--xLargeCallout-Regular-font-size)",
|
|
3057
|
+
{
|
|
3058
|
+
lineHeight: "var(--xLargeCallout-Regular-line-height)",
|
|
3059
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3060
|
+
}
|
|
3061
|
+
],
|
|
3062
|
+
xLargeCalloutEmphasized: [
|
|
3063
|
+
"var(--xLargeCallout-Regular-font-size)",
|
|
3064
|
+
{
|
|
3065
|
+
lineHeight: "var(--xLargeCallout-Regular-line-height)",
|
|
3066
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3067
|
+
}
|
|
3068
|
+
],
|
|
3069
|
+
xLargeFootnoteRegular: [
|
|
3070
|
+
"15px",
|
|
3071
|
+
{
|
|
3072
|
+
lineHeight: "20px",
|
|
3073
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3074
|
+
}
|
|
3075
|
+
],
|
|
3076
|
+
xLargeFootnoteEmphasized: [
|
|
3077
|
+
"15px",
|
|
3078
|
+
{
|
|
3079
|
+
lineHeight: "20px",
|
|
3080
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3081
|
+
}
|
|
3082
|
+
],
|
|
3083
|
+
// Large
|
|
3084
|
+
largeHeroTitleRegular: [
|
|
3085
|
+
"var(--LargeHero-TitleRegular-font-size)",
|
|
3086
|
+
{
|
|
3087
|
+
lineHeight: "var(--LargeHero-TitleRegular-line-height)",
|
|
3088
|
+
fontWeight: "var(--LargeHero-TitleRegular-font-weight)"
|
|
3089
|
+
}
|
|
3090
|
+
],
|
|
3091
|
+
largeHeroTitleEmphasized: [
|
|
3092
|
+
"var(--LargeHero-TitleEmphasized-font-size)",
|
|
3093
|
+
{
|
|
3094
|
+
lineHeight: "var(--LargeHero-TitleEmphasized-line-height)",
|
|
3095
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3096
|
+
}
|
|
3097
|
+
],
|
|
3098
|
+
largeTitle1Regular: [
|
|
3099
|
+
"var(--LargeTitle-1Regular-font-size)",
|
|
3100
|
+
{
|
|
3101
|
+
lineHeight: "var(--LargeTitle-1Regular-line-height)",
|
|
3102
|
+
fontWeight: "var(--LargeTitle-1Regular-font-weight)"
|
|
3103
|
+
}
|
|
3104
|
+
],
|
|
3105
|
+
largeTitle1Emphasized: [
|
|
3106
|
+
"var(--LargeTitle-1Emphasized-font-size)",
|
|
3107
|
+
{
|
|
3108
|
+
lineHeight: "var(--LargeTitle-1Emphasized-line-height)",
|
|
3109
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3110
|
+
}
|
|
3111
|
+
],
|
|
3112
|
+
largeTitle2Regular: [
|
|
3113
|
+
"var(--LargeTitle-2Regular-font-size)",
|
|
3114
|
+
{
|
|
3115
|
+
lineHeight: "var(--LargeTitle-2Regular-line-height)",
|
|
3116
|
+
fontWeight: "var(--LargeTitle-2Regular-font-weight)"
|
|
3117
|
+
}
|
|
3118
|
+
],
|
|
3119
|
+
largeTitle2Emphasized: [
|
|
3120
|
+
"var(--LargeTitle-2Emphasized-font-size)",
|
|
3121
|
+
{
|
|
3122
|
+
lineHeight: "var(--LargeTitle-2Emphasized-line-height)",
|
|
3123
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3124
|
+
}
|
|
3125
|
+
],
|
|
3126
|
+
largeTitle3Regular: [
|
|
3127
|
+
"var(--LargeTitle-3Regular-font-size)",
|
|
3128
|
+
{
|
|
3129
|
+
lineHeight: "var(--LargeTitle-3Regular-line-height)",
|
|
3130
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3131
|
+
}
|
|
3132
|
+
],
|
|
3133
|
+
largeTitle3Emphasized: [
|
|
3134
|
+
"var(--LargeTitle-3Regular-font-size)",
|
|
3135
|
+
{
|
|
3136
|
+
lineHeight: "var(--LargeTitle-3Regular-line-height)",
|
|
3137
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3138
|
+
}
|
|
3139
|
+
],
|
|
3140
|
+
largeBody1Regular: [
|
|
3141
|
+
"var(--LargeBody-1Regular-font-size)",
|
|
3142
|
+
{
|
|
3143
|
+
lineHeight: "var(--LargeBody-1Regular-line-height)",
|
|
3144
|
+
fontWeight: "var(--LargeBody-1Regular-font-weight)"
|
|
3145
|
+
}
|
|
3146
|
+
],
|
|
3147
|
+
largeBody2Regular: [
|
|
3148
|
+
"var(--LargeBody-2Regular-font-size)",
|
|
3149
|
+
{
|
|
3150
|
+
lineHeight: "var(--LargeBody-2Regular-line-height)",
|
|
3151
|
+
fontWeight: "var(--LargeBody-2Regular-font-weight)"
|
|
3152
|
+
}
|
|
3153
|
+
],
|
|
3154
|
+
largeHeadLineRegular: [
|
|
3155
|
+
"var(--LargeHeadLine-Regular-font-size)",
|
|
3156
|
+
{
|
|
3157
|
+
lineHeight: "var(--LargeHeadLine-Regular-line-height)",
|
|
3158
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3159
|
+
}
|
|
3160
|
+
],
|
|
3161
|
+
largeHeadLineEmphasized: [
|
|
3162
|
+
"var(--LargeHeadLine-Regular-font-size)",
|
|
3163
|
+
{
|
|
3164
|
+
lineHeight: "var(--LargeHeadLine-Regular-line-height)",
|
|
3165
|
+
fontWeight: "var(--font-weight-bold)"
|
|
3166
|
+
}
|
|
3167
|
+
],
|
|
3168
|
+
largeCalloutRegular: [
|
|
3169
|
+
"var(--LargeCallout-Regular-font-size)",
|
|
3170
|
+
{
|
|
3171
|
+
lineHeight: "var(--LargeCallout-Regular-line-height)",
|
|
3172
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3173
|
+
}
|
|
3174
|
+
],
|
|
3175
|
+
largeCalloutEmphasized: [
|
|
3176
|
+
"var(--LargeCallout-Regular-font-size)",
|
|
3177
|
+
{
|
|
3178
|
+
lineHeight: "var(--LargeCallout-Regular-line-height)",
|
|
3179
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3180
|
+
}
|
|
3181
|
+
],
|
|
3182
|
+
largeFootnoteRegular: [
|
|
3183
|
+
"13px",
|
|
3184
|
+
{
|
|
3185
|
+
lineHeight: "18px",
|
|
3186
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3187
|
+
}
|
|
3188
|
+
],
|
|
3189
|
+
largeFootnoteEmphasized: [
|
|
3190
|
+
"13px",
|
|
3191
|
+
{
|
|
3192
|
+
lineHeight: "18px",
|
|
3193
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3194
|
+
}
|
|
3195
|
+
],
|
|
3196
|
+
// Medium
|
|
3197
|
+
mediumHeroTitleRegular: [
|
|
3198
|
+
"var(--MediumHero-TitleRegular-font-size)",
|
|
3199
|
+
{
|
|
3200
|
+
lineHeight: "var(--MediumHero-TitleRegular-line-height)",
|
|
3201
|
+
fontWeight: "var(--MediumHero-TitleRegular-font-weight)"
|
|
3202
|
+
}
|
|
3203
|
+
],
|
|
3204
|
+
mediumHeroTitleEmphasized: [
|
|
3205
|
+
"var(--MediumHero-TitleEmphasized-font-size)",
|
|
3206
|
+
{
|
|
3207
|
+
lineHeight: "var(--MediumHero-TitleEmphasized-line-height)",
|
|
3208
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3209
|
+
}
|
|
3210
|
+
],
|
|
3211
|
+
mediumTitle1Regular: [
|
|
3212
|
+
"var(--MediumTitle-1Regular-font-size)",
|
|
3213
|
+
{
|
|
3214
|
+
lineHeight: "var(--MediumTitle-1Regular-line-height)",
|
|
3215
|
+
fontWeight: "var(--MediumTitle-1Regular-font-weight)"
|
|
3216
|
+
}
|
|
3217
|
+
],
|
|
3218
|
+
mediumTitle1Emphasized: [
|
|
3219
|
+
"var(--MediumTitle-1Emphasized-font-size)",
|
|
3220
|
+
{
|
|
3221
|
+
lineHeight: "var(--MediumTitle-1Emphasized-line-height)",
|
|
3222
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3223
|
+
}
|
|
3224
|
+
],
|
|
3225
|
+
mediumTitle2Regular: [
|
|
3226
|
+
"var(--MediumTitle-2Regular-font-size)",
|
|
3227
|
+
{
|
|
3228
|
+
lineHeight: "var(--MediumTitle-2Regular-line-height)",
|
|
3229
|
+
fontWeight: "var(--MediumTitle-2Regular-font-weight)"
|
|
3230
|
+
}
|
|
3231
|
+
],
|
|
3232
|
+
mediumTitle2Emphasized: [
|
|
3233
|
+
"var(--MediumTitle-2Emphasized-font-size)",
|
|
3234
|
+
{
|
|
3235
|
+
lineHeight: "var(--MediumTitle-2Emphasized-line-height)",
|
|
3236
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3237
|
+
}
|
|
3238
|
+
],
|
|
3239
|
+
mediumTitle3Regular: [
|
|
3240
|
+
"var(--MediumTitle-3Regular-font-size)",
|
|
3241
|
+
{
|
|
3242
|
+
lineHeight: "var(--MediumTitle-3Regular-line-height)",
|
|
3243
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3244
|
+
}
|
|
3245
|
+
],
|
|
3246
|
+
mediumTitle3Emphasized: [
|
|
3247
|
+
"var(--MediumTitle-3Regular-font-size)",
|
|
3248
|
+
{
|
|
3249
|
+
lineHeight: "var(--MediumTitle-3Regular-line-height)",
|
|
3250
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3251
|
+
}
|
|
3252
|
+
],
|
|
3253
|
+
mediumBodyRegular: [
|
|
3254
|
+
"var(--MediumBody-Regular-font-size)",
|
|
3255
|
+
{
|
|
3256
|
+
lineHeight: "var(--MediumBody-Regular-line-height)",
|
|
3257
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3258
|
+
}
|
|
3259
|
+
],
|
|
3260
|
+
mediumBodyEmphasized: [
|
|
3261
|
+
"var(--MediumBody-Emphasized-font-size)",
|
|
3262
|
+
{
|
|
3263
|
+
lineHeight: "var(--MediumBody-Emphasized-line-height)",
|
|
3264
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3265
|
+
}
|
|
3266
|
+
],
|
|
3267
|
+
mediumBody1Regular: [
|
|
3268
|
+
"var(--MediumBody-1Regular-font-size)",
|
|
3269
|
+
{
|
|
3270
|
+
lineHeight: "var(--MediumBody-1Regular-line-height)",
|
|
3271
|
+
fontWeight: "var(--MediumBody-1Regular-font-weight)"
|
|
3272
|
+
}
|
|
3273
|
+
],
|
|
3274
|
+
mediumBody2Regular: [
|
|
3275
|
+
"var(--MediumBody-2Regular-font-size)",
|
|
3276
|
+
{
|
|
3277
|
+
lineHeight: "var(--MediumBody-2Regular-line-height)",
|
|
3278
|
+
fontWeight: "var(--MediumBody-2Regular-font-weight)"
|
|
3279
|
+
}
|
|
3280
|
+
],
|
|
3281
|
+
mediumHeadLineRegular: [
|
|
3282
|
+
"var(--MediumHeadLine-Regular-font-size)",
|
|
3283
|
+
{
|
|
3284
|
+
lineHeight: "var(--MediumHeadLine-Regular-line-height)",
|
|
3285
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3286
|
+
}
|
|
3287
|
+
],
|
|
3288
|
+
mediumHeadLineEmphasized: [
|
|
3289
|
+
"var(--MediumHeadLine-Regular-font-size)",
|
|
3290
|
+
{
|
|
3291
|
+
lineHeight: "var(--MediumHeadLine-Regular-line-height)",
|
|
3292
|
+
fontWeight: "var(--font-weight-bold)"
|
|
3293
|
+
}
|
|
3294
|
+
],
|
|
3295
|
+
mediumSubHeadRegular: [
|
|
3296
|
+
"var(--MediumSubHead-Regular-font-size)",
|
|
3297
|
+
{
|
|
3298
|
+
lineHeight: "var(--MediumSubHead-Regular-line-height)",
|
|
3299
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3300
|
+
}
|
|
3301
|
+
],
|
|
3302
|
+
mediumSubHeadEmphasized: [
|
|
3303
|
+
"var(--MediumSubHead-Regular-font-size)",
|
|
3304
|
+
{
|
|
3305
|
+
lineHeight: "var(--MediumSubHead-Regular-line-height)",
|
|
3306
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3307
|
+
}
|
|
3308
|
+
],
|
|
3309
|
+
mediumCaption1Regular: [
|
|
3310
|
+
"var(--MediumCaption-1Regular-font-size)",
|
|
3311
|
+
{
|
|
3312
|
+
lineHeight: "var(--MediumCaption-1Regular-line-height)",
|
|
3313
|
+
fontWeight: "var(--MediumCaption-1Regular-font-weight)"
|
|
3314
|
+
}
|
|
3315
|
+
],
|
|
3316
|
+
mediumCaption1Emphasized: [
|
|
3317
|
+
"var(--MediumCaption-1Regular-font-size)",
|
|
3318
|
+
{
|
|
3319
|
+
lineHeight: "var(--MediumCaption-1Regular-line-height)",
|
|
3320
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3321
|
+
}
|
|
3322
|
+
],
|
|
3323
|
+
mediumCaption2Regular: [
|
|
3324
|
+
"var(--MediumCaption-2Regular-font-size)",
|
|
3325
|
+
{
|
|
3326
|
+
lineHeight: "var(--MediumCaption-2Regular-line-height)",
|
|
3327
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3328
|
+
}
|
|
3329
|
+
],
|
|
3330
|
+
mediumCaption2Emphasized: [
|
|
3331
|
+
"var(--MediumCaption-2Regular-font-size)",
|
|
3332
|
+
{
|
|
3333
|
+
lineHeight: "var(--MediumCaption-2Regular-line-height)",
|
|
3334
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3335
|
+
}
|
|
3336
|
+
],
|
|
3337
|
+
mediumFootnoteRegular: [
|
|
3338
|
+
"var(--MediumFootnote-Regular-font-size)",
|
|
3339
|
+
{
|
|
3340
|
+
lineHeight: "var(--MediumFootnote-Regular-line-height)",
|
|
3341
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3342
|
+
}
|
|
3343
|
+
],
|
|
3344
|
+
mediumFootnoteEmphasized: [
|
|
3345
|
+
"var(--MediumFootnote-Regular-font-size)",
|
|
3346
|
+
{
|
|
3347
|
+
lineHeight: "var(--MediumFootnote-Regular-line-height)",
|
|
3348
|
+
fontWeight: "var( --font-weight-semibold)"
|
|
3349
|
+
}
|
|
3350
|
+
],
|
|
3351
|
+
mediumCalloutRegular: [
|
|
3352
|
+
"var(--MediumCallout-Regular-font-size)",
|
|
3353
|
+
{
|
|
3354
|
+
lineHeight: "var(--MediumCallout-Regular-line-height)",
|
|
3355
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3356
|
+
}
|
|
3357
|
+
],
|
|
3358
|
+
mediumCalloutEmphasized: [
|
|
3359
|
+
"var(--MediumCallout-Regular-font-size)",
|
|
3360
|
+
{
|
|
3361
|
+
lineHeight: "var(--MediumCallout-Regular-line-height)",
|
|
3362
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3363
|
+
}
|
|
3364
|
+
],
|
|
3365
|
+
// Small
|
|
3366
|
+
smallHeroTitleRegular: [
|
|
3367
|
+
"var(--SmallHero-TitleRegular-font-size)",
|
|
3368
|
+
{
|
|
3369
|
+
lineHeight: "var(--SmallHero-TitleRegular-line-height)",
|
|
3370
|
+
fontWeight: "var(--SmallHero-TitleRegular-font-weight)"
|
|
3371
|
+
}
|
|
3372
|
+
],
|
|
3373
|
+
smallHeroTitleEmphasized: [
|
|
3374
|
+
"var(--SmallHero-TitleEmphasized-font-size)",
|
|
3375
|
+
{
|
|
3376
|
+
lineHeight: "var(--SmallHero-TitleEmphasized-line-height)",
|
|
3377
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3378
|
+
}
|
|
3379
|
+
],
|
|
3380
|
+
smallTitle1Regular: [
|
|
3381
|
+
"var(--SmallTitle-1Regular-font-size)",
|
|
3382
|
+
{
|
|
3383
|
+
lineHeight: "var(--SmallTitle-1Regular-line-height)",
|
|
3384
|
+
fontWeight: "var(--SmallTitle-1Regular-font-weight)"
|
|
3385
|
+
}
|
|
3386
|
+
],
|
|
3387
|
+
smallTitle1Emphasized: [
|
|
3388
|
+
"var(--SmallTitle-1Emphasized-font-size)",
|
|
3389
|
+
{
|
|
3390
|
+
lineHeight: "var(--SmallTitle-1Emphasized-line-height)",
|
|
3391
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3392
|
+
}
|
|
3393
|
+
],
|
|
3394
|
+
smallTitle2Regular: [
|
|
3395
|
+
"var(--SmallTitle-2Regular-font-size)",
|
|
3396
|
+
{
|
|
3397
|
+
lineHeight: "var(--SmallTitle-2Regular-line-height)",
|
|
3398
|
+
fontWeight: "var(--SmallTitle-2Regular-font-weight)"
|
|
3399
|
+
}
|
|
3400
|
+
],
|
|
3401
|
+
smallTitle2Emphasized: [
|
|
3402
|
+
"var(--SmallTitle-2Emphasized-font-size)",
|
|
3403
|
+
{
|
|
3404
|
+
lineHeight: "var(--SmallTitle-2Emphasized-line-height)",
|
|
3405
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3406
|
+
}
|
|
3407
|
+
],
|
|
3408
|
+
smallTitle3Regular: [
|
|
3409
|
+
"var(--SmallTitle-3Regular-font-size)",
|
|
3410
|
+
{
|
|
3411
|
+
lineHeight: "var(--SmallTitle-3Regular-line-height)",
|
|
3412
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3413
|
+
}
|
|
3414
|
+
],
|
|
3415
|
+
smallTitle3Emphasized: [
|
|
3416
|
+
"var(--SmallTitle-3Regular-font-size)",
|
|
3417
|
+
{
|
|
3418
|
+
lineHeight: "var(--SmallTitle-3Regular-line-height)",
|
|
3419
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3420
|
+
}
|
|
3421
|
+
],
|
|
3422
|
+
smallBody1Regular: [
|
|
3423
|
+
"var(--SmallBody-1Regular-font-size)",
|
|
3424
|
+
{
|
|
3425
|
+
lineHeight: "var(--SmallBody-1Regular-line-height)",
|
|
3426
|
+
fontWeight: "var(--SmallBody-1Regular-font-weight)"
|
|
3427
|
+
}
|
|
3428
|
+
],
|
|
3429
|
+
smallBody2Regular: [
|
|
3430
|
+
"var(--SmallBody-2Regular-font-size)",
|
|
3431
|
+
{
|
|
3432
|
+
lineHeight: "var(--SmallBody-2Regular-line-height)",
|
|
3433
|
+
fontWeight: "var(--SmallBody-2Regular-font-weight)"
|
|
3434
|
+
}
|
|
3435
|
+
],
|
|
3436
|
+
smallSubheadRegular: [
|
|
3437
|
+
"var(--SmallSubhead-Regular-font-size)",
|
|
3438
|
+
{
|
|
3439
|
+
lineHeight: "var(--SmallSubhead-Regular-line-height)",
|
|
3440
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3441
|
+
}
|
|
3442
|
+
],
|
|
3443
|
+
smallSubheadEmphasized: [
|
|
3444
|
+
"var(--SmallSubhead-Regular-font-size)",
|
|
3445
|
+
{
|
|
3446
|
+
lineHeight: "var(--SmallSubhead-Regular-line-height)",
|
|
3447
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3448
|
+
}
|
|
3449
|
+
],
|
|
3450
|
+
smallCaption1Regular: [
|
|
3451
|
+
"var(--SmallCaption-1Regular-font-size)",
|
|
3452
|
+
{
|
|
3453
|
+
lineHeight: "var(--SmallCaption-1Regular-line-height)",
|
|
3454
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3455
|
+
}
|
|
3456
|
+
],
|
|
3457
|
+
smallCaption1Emphasized: [
|
|
3458
|
+
"var(--SmallCaption-1Regular-font-size)",
|
|
3459
|
+
{
|
|
3460
|
+
lineHeight: "var(--SmallCaption-1Regular-line-height)",
|
|
3461
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3462
|
+
}
|
|
3463
|
+
],
|
|
3464
|
+
smallHeadLineRegular: [
|
|
3465
|
+
"var(--SmallHeadLine-Regular-font-size)",
|
|
3466
|
+
{
|
|
3467
|
+
lineHeight: "var(--SmallHeadLine-Regular-line-height)",
|
|
3468
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3469
|
+
}
|
|
3470
|
+
],
|
|
3471
|
+
smallHeadLineEmphasized: [
|
|
3472
|
+
"var(--SmallHeadLine-Regular-font-size)",
|
|
3473
|
+
{
|
|
3474
|
+
lineHeight: "var(--SmallHeadLine-Regular-line-height)",
|
|
3475
|
+
fontWeight: "var(--font-weight-bold)"
|
|
3476
|
+
}
|
|
3477
|
+
],
|
|
3478
|
+
smallCalloutRegular: [
|
|
3479
|
+
"var(--SmallCallout-Regular-font-size)",
|
|
3480
|
+
{
|
|
3481
|
+
lineHeight: "var(--SmallCallout-Regular-line-height)",
|
|
3482
|
+
fontWeight: "var(--font-weight-regular)"
|
|
3483
|
+
}
|
|
3484
|
+
],
|
|
3485
|
+
smallCalloutEmphasized: [
|
|
3486
|
+
"var(--SmallCallout-Regular-font-size)",
|
|
3487
|
+
{
|
|
3488
|
+
lineHeight: "var(--SmallCallout-Regular-line-height)",
|
|
3489
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3490
|
+
}
|
|
3491
|
+
],
|
|
3492
|
+
smallFootnoteRegular: [
|
|
3493
|
+
"12px",
|
|
3494
|
+
{
|
|
3495
|
+
lineHeight: "20px",
|
|
3496
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3497
|
+
}
|
|
3498
|
+
],
|
|
3499
|
+
smallFootnoteEmphasized: [
|
|
3500
|
+
"12px",
|
|
3501
|
+
{
|
|
3502
|
+
lineHeight: "20px",
|
|
3503
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3504
|
+
}
|
|
3505
|
+
],
|
|
3506
|
+
// xSmall
|
|
3507
|
+
xSmallHeroTitleRegular: [
|
|
3508
|
+
"var(--xSmallHero-TitleRegular-font-size)",
|
|
3509
|
+
{
|
|
3510
|
+
lineHeight: "var(--xSmallHero-TitleRegular-line-height)",
|
|
3511
|
+
fontWeight: "var(--xSmallHero-TitleRegular-font-weight)"
|
|
3512
|
+
}
|
|
3513
|
+
],
|
|
3514
|
+
xSmallHeroTitleEmphasized: [
|
|
3515
|
+
"var(--xSmallHero-TitleEmphasized-font-size)",
|
|
3516
|
+
{
|
|
3517
|
+
lineHeight: "var(--xSmallHero-TitleEmphasized-line-height)",
|
|
3518
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3519
|
+
}
|
|
3520
|
+
],
|
|
3521
|
+
xSmallTitle1Regular: [
|
|
3522
|
+
"var(--xSmallTitle-1Regular-font-size)",
|
|
3523
|
+
{
|
|
3524
|
+
lineHeight: "var(--xSmallTitle-1Regular-line-height)",
|
|
3525
|
+
fontWeight: "var(--xSmallTitle-1Regular-font-weight)"
|
|
3526
|
+
}
|
|
3527
|
+
],
|
|
3528
|
+
xSmallTitle1Emphasized: [
|
|
3529
|
+
"var(--xSmallTitle-1Emphasized-font-size)",
|
|
3530
|
+
{
|
|
3531
|
+
lineHeight: "var(--xSmallTitle-1Emphasized-line-height)",
|
|
3532
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3533
|
+
}
|
|
3534
|
+
],
|
|
3535
|
+
xSmallTitle2Regular: [
|
|
3536
|
+
"var(--xSmallTitle-2Regular-font-size)",
|
|
3537
|
+
{
|
|
3538
|
+
lineHeight: "var(--xSmallTitle-2Regular-line-height)",
|
|
3539
|
+
fontWeight: "var(--xSmallTitle-2Regular-font-weight)"
|
|
3540
|
+
}
|
|
3541
|
+
],
|
|
3542
|
+
xSmallTitle2Emphasized: [
|
|
3543
|
+
"var(--xSmallTitle-2Emphasized-font-size)",
|
|
3544
|
+
{
|
|
3545
|
+
lineHeight: "var(--xSmallTitle-2Emphasized-line-height)",
|
|
3546
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3547
|
+
}
|
|
3548
|
+
],
|
|
3549
|
+
xSmallTitle3Regular: [
|
|
3550
|
+
"var(--xSmallTitle-3Regular-font-size)",
|
|
3551
|
+
{
|
|
3552
|
+
lineHeight: "var(--xSmallTitle-3Regular-line-height)",
|
|
3553
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3554
|
+
}
|
|
3555
|
+
],
|
|
3556
|
+
xSmallTitle3Emphasized: [
|
|
3557
|
+
"var(--xSmallTitle-3Regular-font-size)",
|
|
3558
|
+
{
|
|
3559
|
+
lineHeight: "var(--xSmallTitle-3Regular-line-height)",
|
|
3560
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3561
|
+
}
|
|
3562
|
+
],
|
|
3563
|
+
xSmallBodyRegular: [
|
|
3564
|
+
"var(--xSmallBody-Regular-font-size)",
|
|
3565
|
+
{
|
|
3566
|
+
lineHeight: "var(--xSmallBody-Regular-line-height)",
|
|
3567
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3568
|
+
}
|
|
3569
|
+
],
|
|
3570
|
+
xSmallBodyEmphasized: [
|
|
3571
|
+
"var(--xSmallBody-Regular-font-size)",
|
|
3572
|
+
{
|
|
3573
|
+
lineHeight: "var(--xSmallBody-Regular-line-height)",
|
|
3574
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3575
|
+
}
|
|
3576
|
+
],
|
|
3577
|
+
xSmallBody1Regular: [
|
|
3578
|
+
"var(--xSmallBody-1Regular-font-size)",
|
|
3579
|
+
{
|
|
3580
|
+
lineHeight: "var(--xSmallBody-1Regular-line-height)",
|
|
3581
|
+
fontWeight: "var(--xSmallBody-1Regular-font-weight)"
|
|
3582
|
+
}
|
|
3583
|
+
],
|
|
3584
|
+
xSmallBody2Regular: [
|
|
3585
|
+
"var(--xSmallBody-2Regular-font-size)",
|
|
3586
|
+
{
|
|
3587
|
+
lineHeight: "var(--xSmallBody-2Regular-line-height)",
|
|
3588
|
+
fontWeight: "var(--xSmallBody-2Regular-font-weight)"
|
|
3589
|
+
}
|
|
3590
|
+
],
|
|
3591
|
+
xSmallSubheadRegular: [
|
|
3592
|
+
"var(--xSmallSubhead-Regular-font-size)",
|
|
3593
|
+
{
|
|
3594
|
+
lineHeight: "var(--xSmallSubhead-Regular-line-height)",
|
|
3595
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3596
|
+
}
|
|
3597
|
+
],
|
|
3598
|
+
xSmallSubheadEmphasized: [
|
|
3599
|
+
"var(--xSmallSubhead-Regular-font-size)",
|
|
3600
|
+
{
|
|
3601
|
+
lineHeight: "var(--xSmallSubhead-Regular-line-height)",
|
|
3602
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3603
|
+
}
|
|
3604
|
+
],
|
|
3605
|
+
xSmallCalloutRegular: [
|
|
3606
|
+
"var(--xSmallCallout-Regular-font-size)",
|
|
3607
|
+
{
|
|
3608
|
+
lineHeight: "var(--xSmallCallout-Regular-line-height)",
|
|
3609
|
+
fontWeight: "var(--font-weight-regular)"
|
|
3610
|
+
}
|
|
3611
|
+
],
|
|
3612
|
+
xSmallCalloutEmphasized: [
|
|
3613
|
+
"var(--xSmallCallout-Regular-font-size)",
|
|
3614
|
+
{
|
|
3615
|
+
lineHeight: "var(--xSmallCallout-Regular-line-height)",
|
|
3616
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3617
|
+
}
|
|
3618
|
+
],
|
|
3619
|
+
xSmallCaption1Regular: [
|
|
3620
|
+
"var(--SmallCaption-1Regular-font-size)",
|
|
3621
|
+
{
|
|
3622
|
+
lineHeight: "var(--SmallCaption-1Regular-line-height)",
|
|
3623
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3624
|
+
}
|
|
3625
|
+
],
|
|
3626
|
+
xSmallCaption1Emphasized: [
|
|
3627
|
+
"var(--SmallCaption-1Regular-font-size)",
|
|
3628
|
+
{
|
|
3629
|
+
lineHeight: "var(--SmallCaption-1Regular-line-height)",
|
|
3630
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3631
|
+
}
|
|
3632
|
+
],
|
|
3633
|
+
xSmallCaption2Regular: [
|
|
3634
|
+
"var(--SmallCaption-1Regular-font-size)",
|
|
3635
|
+
{
|
|
3636
|
+
lineHeight: "var(--SmallCaption-Regular-line-height)",
|
|
3637
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3638
|
+
}
|
|
3639
|
+
],
|
|
3640
|
+
xSmallCaption2Emphasized: [
|
|
3641
|
+
"var(--SmallCaption-1Regular-font-size)",
|
|
3642
|
+
{
|
|
3643
|
+
lineHeight: "var(--SmallCaption-1Regular-line-height)",
|
|
3644
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3645
|
+
}
|
|
3646
|
+
],
|
|
3647
|
+
xSmallHeadLineRegular: [
|
|
3648
|
+
"var(--xSmallHeadLine-Regular-font-size)",
|
|
3649
|
+
{
|
|
3650
|
+
lineHeight: "var(--xSmallHeadLine-Regular-line-height)",
|
|
3651
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3652
|
+
}
|
|
3653
|
+
],
|
|
3654
|
+
xSmallHeadLineEmphasized: [
|
|
3655
|
+
"var(--xSmallHeadLine-Regular-font-size)",
|
|
3656
|
+
{
|
|
3657
|
+
lineHeight: "var(--xSmallHeadLine-Regular-line-height)",
|
|
3658
|
+
fontWeight: "var(--font-weight-bold)"
|
|
3659
|
+
}
|
|
3660
|
+
],
|
|
3661
|
+
xSmallFootnoteRegular: [
|
|
3662
|
+
"12px",
|
|
3663
|
+
{
|
|
3664
|
+
lineHeight: "18px",
|
|
3665
|
+
fontWeight: "var(--font-weight-normal)"
|
|
3666
|
+
}
|
|
3667
|
+
],
|
|
3668
|
+
xSmallFootnoteEmphasized: [
|
|
3669
|
+
"12px",
|
|
3670
|
+
{
|
|
3671
|
+
lineHeight: "18px",
|
|
3672
|
+
fontWeight: "var(--font-weight-semibold)"
|
|
3673
|
+
}
|
|
3674
|
+
],
|
|
3675
|
+
calloutRegular: [
|
|
3676
|
+
"var(--callout-Regular-font-size)",
|
|
3677
|
+
{
|
|
3678
|
+
lineHeight: "var(--callout-Regular-line-height)",
|
|
3679
|
+
fontWeight: "var(--callout-Regular-font-weight)"
|
|
3680
|
+
}
|
|
3681
|
+
]
|
|
3682
|
+
}, Ct = Object.keys(rn).map((e) => `ds-text-${e}`), jo = [
|
|
3683
|
+
...Ct,
|
|
3684
|
+
...Ct.map((e) => `ds-tablet:${e}`),
|
|
3685
|
+
...Ct.map((e) => `ds-desktop:${e}`)
|
|
3686
|
+
], Kt = {
|
|
2971
3687
|
content: ["./lib/**/*.{ts,tsx}"],
|
|
2972
3688
|
important: !0,
|
|
2973
3689
|
prefix: "ds-",
|
|
@@ -3066,719 +3782,7 @@ const Yt = {
|
|
|
3066
3782
|
default: "var(--font-family-default)",
|
|
3067
3783
|
hero: "var(--font-family-hero)"
|
|
3068
3784
|
},
|
|
3069
|
-
fontSize:
|
|
3070
|
-
xLargeHeroTitleRegular: [
|
|
3071
|
-
"var(--xLargeHero-TitleRegular-font-size)",
|
|
3072
|
-
{
|
|
3073
|
-
lineHeight: "var(--xLargeHero-TitleRegular-line-height)",
|
|
3074
|
-
fontWeight: "var(--xLargeHero-TitleRegular-font-weight)"
|
|
3075
|
-
}
|
|
3076
|
-
],
|
|
3077
|
-
xLargeHeroTitleEmphasized: [
|
|
3078
|
-
"var(--xLargeHero-TitleEmphasized-font-size)",
|
|
3079
|
-
{
|
|
3080
|
-
lineHeight: "var(--xLargeHero-TitleEmphasized-line-height)",
|
|
3081
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3082
|
-
}
|
|
3083
|
-
],
|
|
3084
|
-
xLargeTitle1Regular: [
|
|
3085
|
-
"var(--xLargeTitle-1Regular-font-size)",
|
|
3086
|
-
{
|
|
3087
|
-
lineHeight: "var(--xLargeTitle-1Regular-line-height)",
|
|
3088
|
-
fontWeight: "var(--xLargeTitle-1Regular-font-weight)"
|
|
3089
|
-
}
|
|
3090
|
-
],
|
|
3091
|
-
xLargeTitle1Emphasized: [
|
|
3092
|
-
"var(--xLargeTitle-1Emphasized-font-size)",
|
|
3093
|
-
{
|
|
3094
|
-
lineHeight: "var(--xLargeTitle-1Emphasized-line-height)",
|
|
3095
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3096
|
-
}
|
|
3097
|
-
],
|
|
3098
|
-
xLargeTitle2Regular: [
|
|
3099
|
-
"var(--xLargeTitle-2Regular-font-size)",
|
|
3100
|
-
{
|
|
3101
|
-
lineHeight: "var(--xLargeTitle-2Regular-line-height)",
|
|
3102
|
-
fontWeight: "var(--xLargeTitle-2Regular-font-weight)"
|
|
3103
|
-
}
|
|
3104
|
-
],
|
|
3105
|
-
xLargeTitle2Emphasized: [
|
|
3106
|
-
"var(--xLargeTitle-2Emphasized-font-size)",
|
|
3107
|
-
{
|
|
3108
|
-
lineHeight: "var(--xLargeTitle-2Emphasized-line-height)",
|
|
3109
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3110
|
-
}
|
|
3111
|
-
],
|
|
3112
|
-
xLargeTitle3Regular: [
|
|
3113
|
-
"var(--xLargeTitle-3Regular-font-size)",
|
|
3114
|
-
{
|
|
3115
|
-
lineHeight: "var(--xLargeTitle-3Regular-line-height)",
|
|
3116
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3117
|
-
}
|
|
3118
|
-
],
|
|
3119
|
-
xLargeTitle3Emphasized: [
|
|
3120
|
-
"var(--xLargeTitle-3Regular-font-size)",
|
|
3121
|
-
{
|
|
3122
|
-
lineHeight: "var(--xLargeTitle-3Regular-line-height)",
|
|
3123
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3124
|
-
}
|
|
3125
|
-
],
|
|
3126
|
-
xLargeBody1Regular: [
|
|
3127
|
-
"var(--xLargeBody-1Regular-font-size)",
|
|
3128
|
-
{
|
|
3129
|
-
lineHeight: "var(--xLargeBody-1Regular-line-height)",
|
|
3130
|
-
fontWeight: "var(--xLargeBody-1Regular-font-weight)"
|
|
3131
|
-
}
|
|
3132
|
-
],
|
|
3133
|
-
xLargeBody2Regular: [
|
|
3134
|
-
"var(--xLargeBody-2Regular-font-size)",
|
|
3135
|
-
{
|
|
3136
|
-
lineHeight: "var(--xLargeBody-2Regular-line-height)",
|
|
3137
|
-
fontWeight: "var(--xLargeBody-2Regular-font-weight)"
|
|
3138
|
-
}
|
|
3139
|
-
],
|
|
3140
|
-
xLargeHeadLineRegular: [
|
|
3141
|
-
"var(--xLargeHeadLine-Regular-font-size)",
|
|
3142
|
-
{
|
|
3143
|
-
lineHeight: "var(--xLargeHeadLine-Regular-line-height)",
|
|
3144
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3145
|
-
}
|
|
3146
|
-
],
|
|
3147
|
-
xLargeHeadLineEmphasized: [
|
|
3148
|
-
"var(--xLargeHeadLine-Regular-font-size)",
|
|
3149
|
-
{
|
|
3150
|
-
lineHeight: "var(--xLargeHeadLine-Regular-line-height)",
|
|
3151
|
-
fontWeight: "var(--font-weight-bold)"
|
|
3152
|
-
}
|
|
3153
|
-
],
|
|
3154
|
-
xLargeCalloutRegular: [
|
|
3155
|
-
"var(--xLargeCallout-Regular-font-size)",
|
|
3156
|
-
{
|
|
3157
|
-
lineHeight: "var(--xLargeCallout-Regular-line-height)",
|
|
3158
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3159
|
-
}
|
|
3160
|
-
],
|
|
3161
|
-
xLargeCalloutEmphasized: [
|
|
3162
|
-
"var(--xLargeCallout-Regular-font-size)",
|
|
3163
|
-
{
|
|
3164
|
-
lineHeight: "var(--xLargeCallout-Regular-line-height)",
|
|
3165
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3166
|
-
}
|
|
3167
|
-
],
|
|
3168
|
-
xLargeFootnoteRegular: [
|
|
3169
|
-
"15px",
|
|
3170
|
-
{
|
|
3171
|
-
lineHeight: "20px",
|
|
3172
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3173
|
-
}
|
|
3174
|
-
],
|
|
3175
|
-
xLargeFootnoteEmphasized: [
|
|
3176
|
-
"15px",
|
|
3177
|
-
{
|
|
3178
|
-
lineHeight: "20px",
|
|
3179
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3180
|
-
}
|
|
3181
|
-
],
|
|
3182
|
-
// Large
|
|
3183
|
-
largeHeroTitleRegular: [
|
|
3184
|
-
"var(--LargeHero-TitleRegular-font-size)",
|
|
3185
|
-
{
|
|
3186
|
-
lineHeight: "var(--LargeHero-TitleRegular-line-height)",
|
|
3187
|
-
fontWeight: "var(--LargeHero-TitleRegular-font-weight)"
|
|
3188
|
-
}
|
|
3189
|
-
],
|
|
3190
|
-
largeHeroTitleEmphasized: [
|
|
3191
|
-
"var(--LargeHero-TitleEmphasized-font-size)",
|
|
3192
|
-
{
|
|
3193
|
-
lineHeight: "var(--LargeHero-TitleEmphasized-line-height)",
|
|
3194
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3195
|
-
}
|
|
3196
|
-
],
|
|
3197
|
-
largeTitle1Regular: [
|
|
3198
|
-
"var(--LargeTitle-1Regular-font-size)",
|
|
3199
|
-
{
|
|
3200
|
-
lineHeight: "var(--LargeTitle-1Regular-line-height)",
|
|
3201
|
-
fontWeight: "var(--LargeTitle-1Regular-font-weight)"
|
|
3202
|
-
}
|
|
3203
|
-
],
|
|
3204
|
-
largeTitle1Emphasized: [
|
|
3205
|
-
"var(--LargeTitle-1Emphasized-font-size)",
|
|
3206
|
-
{
|
|
3207
|
-
lineHeight: "var(--LargeTitle-1Emphasized-line-height)",
|
|
3208
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3209
|
-
}
|
|
3210
|
-
],
|
|
3211
|
-
largeTitle2Regular: [
|
|
3212
|
-
"var(--LargeTitle-2Regular-font-size)",
|
|
3213
|
-
{
|
|
3214
|
-
lineHeight: "var(--LargeTitle-2Regular-line-height)",
|
|
3215
|
-
fontWeight: "var(--LargeTitle-2Regular-font-weight)"
|
|
3216
|
-
}
|
|
3217
|
-
],
|
|
3218
|
-
largeTitle2Emphasized: [
|
|
3219
|
-
"var(--LargeTitle-2Emphasized-font-size)",
|
|
3220
|
-
{
|
|
3221
|
-
lineHeight: "var(--LargeTitle-2Emphasized-line-height)",
|
|
3222
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3223
|
-
}
|
|
3224
|
-
],
|
|
3225
|
-
largeTitle3Regular: [
|
|
3226
|
-
"var(--LargeTitle-3Regular-font-size)",
|
|
3227
|
-
{
|
|
3228
|
-
lineHeight: "var(--LargeTitle-3Regular-line-height)",
|
|
3229
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3230
|
-
}
|
|
3231
|
-
],
|
|
3232
|
-
largeTitle3Emphasized: [
|
|
3233
|
-
"var(--LargeTitle-3Regular-font-size)",
|
|
3234
|
-
{
|
|
3235
|
-
lineHeight: "var(--LargeTitle-3Regular-line-height)",
|
|
3236
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3237
|
-
}
|
|
3238
|
-
],
|
|
3239
|
-
largeBody1Regular: [
|
|
3240
|
-
"var(--LargeBody-1Regular-font-size)",
|
|
3241
|
-
{
|
|
3242
|
-
lineHeight: "var(--LargeBody-1Regular-line-height)",
|
|
3243
|
-
fontWeight: "var(--LargeBody-1Regular-font-weight)"
|
|
3244
|
-
}
|
|
3245
|
-
],
|
|
3246
|
-
largeBody2Regular: [
|
|
3247
|
-
"var(--LargeBody-2Regular-font-size)",
|
|
3248
|
-
{
|
|
3249
|
-
lineHeight: "var(--LargeBody-2Regular-line-height)",
|
|
3250
|
-
fontWeight: "var(--LargeBody-2Regular-font-weight)"
|
|
3251
|
-
}
|
|
3252
|
-
],
|
|
3253
|
-
largeHeadLineRegular: [
|
|
3254
|
-
"var(--LargeHeadLine-Regular-font-size)",
|
|
3255
|
-
{
|
|
3256
|
-
lineHeight: "var(--LargeHeadLine-Regular-line-height)",
|
|
3257
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3258
|
-
}
|
|
3259
|
-
],
|
|
3260
|
-
largeHeadLineEmphasized: [
|
|
3261
|
-
"var(--LargeHeadLine-Regular-font-size)",
|
|
3262
|
-
{
|
|
3263
|
-
lineHeight: "var(--LargeHeadLine-Regular-line-height)",
|
|
3264
|
-
fontWeight: "var(--font-weight-bold)"
|
|
3265
|
-
}
|
|
3266
|
-
],
|
|
3267
|
-
largeCalloutRegular: [
|
|
3268
|
-
"var(--LargeCallout-Regular-font-size)",
|
|
3269
|
-
{
|
|
3270
|
-
lineHeight: "var(--LargeCallout-Regular-line-height)",
|
|
3271
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3272
|
-
}
|
|
3273
|
-
],
|
|
3274
|
-
largeCalloutEmphasized: [
|
|
3275
|
-
"var(--LargeCallout-Regular-font-size)",
|
|
3276
|
-
{
|
|
3277
|
-
lineHeight: "var(--LargeCallout-Regular-line-height)",
|
|
3278
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3279
|
-
}
|
|
3280
|
-
],
|
|
3281
|
-
largeFootnoteRegular: [
|
|
3282
|
-
"13px",
|
|
3283
|
-
{
|
|
3284
|
-
lineHeight: "18px",
|
|
3285
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3286
|
-
}
|
|
3287
|
-
],
|
|
3288
|
-
largeFootnoteEmphasized: [
|
|
3289
|
-
"13px",
|
|
3290
|
-
{
|
|
3291
|
-
lineHeight: "18px",
|
|
3292
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3293
|
-
}
|
|
3294
|
-
],
|
|
3295
|
-
// Medium
|
|
3296
|
-
mediumHeroTitleRegular: [
|
|
3297
|
-
"var(--MediumHero-TitleRegular-font-size)",
|
|
3298
|
-
{
|
|
3299
|
-
lineHeight: "var(--MediumHero-TitleRegular-line-height)",
|
|
3300
|
-
fontWeight: "var(--MediumHero-TitleRegular-font-weight)"
|
|
3301
|
-
}
|
|
3302
|
-
],
|
|
3303
|
-
mediumHeroTitleEmphasized: [
|
|
3304
|
-
"var(--MediumHero-TitleEmphasized-font-size)",
|
|
3305
|
-
{
|
|
3306
|
-
lineHeight: "var(--MediumHero-TitleEmphasized-line-height)",
|
|
3307
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3308
|
-
}
|
|
3309
|
-
],
|
|
3310
|
-
mediumTitle1Regular: [
|
|
3311
|
-
"var(--MediumTitle-1Regular-font-size)",
|
|
3312
|
-
{
|
|
3313
|
-
lineHeight: "var(--MediumTitle-1Regular-line-height)",
|
|
3314
|
-
fontWeight: "var(--MediumTitle-1Regular-font-weight)"
|
|
3315
|
-
}
|
|
3316
|
-
],
|
|
3317
|
-
mediumTitle1Emphasized: [
|
|
3318
|
-
"var(--MediumTitle-1Emphasized-font-size)",
|
|
3319
|
-
{
|
|
3320
|
-
lineHeight: "var(--MediumTitle-1Emphasized-line-height)",
|
|
3321
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3322
|
-
}
|
|
3323
|
-
],
|
|
3324
|
-
mediumTitle2Regular: [
|
|
3325
|
-
"var(--MediumTitle-2Regular-font-size)",
|
|
3326
|
-
{
|
|
3327
|
-
lineHeight: "var(--MediumTitle-2Regular-line-height)",
|
|
3328
|
-
fontWeight: "var(--MediumTitle-2Regular-font-weight)"
|
|
3329
|
-
}
|
|
3330
|
-
],
|
|
3331
|
-
mediumTitle2Emphasized: [
|
|
3332
|
-
"var(--MediumTitle-2Emphasized-font-size)",
|
|
3333
|
-
{
|
|
3334
|
-
lineHeight: "var(--MediumTitle-2Emphasized-line-height)",
|
|
3335
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3336
|
-
}
|
|
3337
|
-
],
|
|
3338
|
-
mediumTitle3Regular: [
|
|
3339
|
-
"var(--MediumTitle-3Regular-font-size)",
|
|
3340
|
-
{
|
|
3341
|
-
lineHeight: "var(--MediumTitle-3Regular-line-height)",
|
|
3342
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3343
|
-
}
|
|
3344
|
-
],
|
|
3345
|
-
mediumTitle3Emphasized: [
|
|
3346
|
-
"var(--MediumTitle-3Regular-font-size)",
|
|
3347
|
-
{
|
|
3348
|
-
lineHeight: "var(--MediumTitle-3Regular-line-height)",
|
|
3349
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3350
|
-
}
|
|
3351
|
-
],
|
|
3352
|
-
mediumBodyRegular: [
|
|
3353
|
-
"var(--MediumBody-Regular-font-size)",
|
|
3354
|
-
{
|
|
3355
|
-
lineHeight: "var(--MediumBody-Regular-line-height)",
|
|
3356
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3357
|
-
}
|
|
3358
|
-
],
|
|
3359
|
-
mediumBodyEmphasized: [
|
|
3360
|
-
"var(--MediumBody-Emphasized-font-size)",
|
|
3361
|
-
{
|
|
3362
|
-
lineHeight: "var(--MediumBody-Emphasized-line-height)",
|
|
3363
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3364
|
-
}
|
|
3365
|
-
],
|
|
3366
|
-
mediumBody1Regular: [
|
|
3367
|
-
"var(--MediumBody-1Regular-font-size)",
|
|
3368
|
-
{
|
|
3369
|
-
lineHeight: "var(--MediumBody-1Regular-line-height)",
|
|
3370
|
-
fontWeight: "var(--MediumBody-1Regular-font-weight)"
|
|
3371
|
-
}
|
|
3372
|
-
],
|
|
3373
|
-
mediumBody2Regular: [
|
|
3374
|
-
"var(--MediumBody-2Regular-font-size)",
|
|
3375
|
-
{
|
|
3376
|
-
lineHeight: "var(--MediumBody-2Regular-line-height)",
|
|
3377
|
-
fontWeight: "var(--MediumBody-2Regular-font-weight)"
|
|
3378
|
-
}
|
|
3379
|
-
],
|
|
3380
|
-
mediumHeadLineRegular: [
|
|
3381
|
-
"var(--MediumHeadLine-Regular-font-size)",
|
|
3382
|
-
{
|
|
3383
|
-
lineHeight: "var(--MediumHeadLine-Regular-line-height)",
|
|
3384
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3385
|
-
}
|
|
3386
|
-
],
|
|
3387
|
-
mediumHeadLineEmphasized: [
|
|
3388
|
-
"var(--MediumHeadLine-Regular-font-size)",
|
|
3389
|
-
{
|
|
3390
|
-
lineHeight: "var(--MediumHeadLine-Regular-line-height)",
|
|
3391
|
-
fontWeight: "var(--font-weight-bold)"
|
|
3392
|
-
}
|
|
3393
|
-
],
|
|
3394
|
-
mediumSubHeadRegular: [
|
|
3395
|
-
"var(--MediumSubHead-Regular-font-size)",
|
|
3396
|
-
{
|
|
3397
|
-
lineHeight: "var(--MediumSubHead-Regular-line-height)",
|
|
3398
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3399
|
-
}
|
|
3400
|
-
],
|
|
3401
|
-
mediumSubHeadEmphasized: [
|
|
3402
|
-
"var(--MediumSubHead-Regular-font-size)",
|
|
3403
|
-
{
|
|
3404
|
-
lineHeight: "var(--MediumSubHead-Regular-line-height)",
|
|
3405
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3406
|
-
}
|
|
3407
|
-
],
|
|
3408
|
-
mediumCaption1Regular: [
|
|
3409
|
-
"var(--MediumCaption-1Regular-font-size)",
|
|
3410
|
-
{
|
|
3411
|
-
lineHeight: "var(--MediumCaption-1Regular-line-height)",
|
|
3412
|
-
fontWeight: "var(--MediumCaption-1Regular-font-weight)"
|
|
3413
|
-
}
|
|
3414
|
-
],
|
|
3415
|
-
mediumCaption1Emphasized: [
|
|
3416
|
-
"var(--MediumCaption-1Regular-font-size)",
|
|
3417
|
-
{
|
|
3418
|
-
lineHeight: "var(--MediumCaption-1Regular-line-height)",
|
|
3419
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3420
|
-
}
|
|
3421
|
-
],
|
|
3422
|
-
mediumCaption2Regular: [
|
|
3423
|
-
"var(--MediumCaption-2Regular-font-size)",
|
|
3424
|
-
{
|
|
3425
|
-
lineHeight: "var(--MediumCaption-2Regular-line-height)",
|
|
3426
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3427
|
-
}
|
|
3428
|
-
],
|
|
3429
|
-
mediumCaption2Emphasized: [
|
|
3430
|
-
"var(--MediumCaption-2Regular-font-size)",
|
|
3431
|
-
{
|
|
3432
|
-
lineHeight: "var(--MediumCaption-2Regular-line-height)",
|
|
3433
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3434
|
-
}
|
|
3435
|
-
],
|
|
3436
|
-
mediumFootnoteRegular: [
|
|
3437
|
-
"var(--MediumFootnote-Regular-font-size)",
|
|
3438
|
-
{
|
|
3439
|
-
lineHeight: "var(--MediumFootnote-Regular-line-height)",
|
|
3440
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3441
|
-
}
|
|
3442
|
-
],
|
|
3443
|
-
mediumFootnoteEmphasized: [
|
|
3444
|
-
"var(--MediumFootnote-Regular-font-size)",
|
|
3445
|
-
{
|
|
3446
|
-
lineHeight: "var(--MediumFootnote-Regular-line-height)",
|
|
3447
|
-
fontWeight: "var( --font-weight-semibold)"
|
|
3448
|
-
}
|
|
3449
|
-
],
|
|
3450
|
-
mediumCalloutRegular: [
|
|
3451
|
-
"var(--MediumCallout-Regular-font-size)",
|
|
3452
|
-
{
|
|
3453
|
-
lineHeight: "var(--MediumCallout-Regular-line-height)",
|
|
3454
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3455
|
-
}
|
|
3456
|
-
],
|
|
3457
|
-
mediumCalloutEmphasized: [
|
|
3458
|
-
"var(--MediumCallout-Regular-font-size)",
|
|
3459
|
-
{
|
|
3460
|
-
lineHeight: "var(--MediumCallout-Regular-line-height)",
|
|
3461
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3462
|
-
}
|
|
3463
|
-
],
|
|
3464
|
-
// Small
|
|
3465
|
-
smallHeroTitleRegular: [
|
|
3466
|
-
"var(--SmallHero-TitleRegular-font-size)",
|
|
3467
|
-
{
|
|
3468
|
-
lineHeight: "var(--SmallHero-TitleRegular-line-height)",
|
|
3469
|
-
fontWeight: "var(--SmallHero-TitleRegular-font-weight)"
|
|
3470
|
-
}
|
|
3471
|
-
],
|
|
3472
|
-
smallHeroTitleEmphasized: [
|
|
3473
|
-
"var(--SmallHero-TitleEmphasized-font-size)",
|
|
3474
|
-
{
|
|
3475
|
-
lineHeight: "var(--SmallHero-TitleEmphasized-line-height)",
|
|
3476
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3477
|
-
}
|
|
3478
|
-
],
|
|
3479
|
-
smallTitle1Regular: [
|
|
3480
|
-
"var(--SmallTitle-1Regular-font-size)",
|
|
3481
|
-
{
|
|
3482
|
-
lineHeight: "var(--SmallTitle-1Regular-line-height)",
|
|
3483
|
-
fontWeight: "var(--SmallTitle-1Regular-font-weight)"
|
|
3484
|
-
}
|
|
3485
|
-
],
|
|
3486
|
-
smallTitle1Emphasized: [
|
|
3487
|
-
"var(--SmallTitle-1Emphasized-font-size)",
|
|
3488
|
-
{
|
|
3489
|
-
lineHeight: "var(--SmallTitle-1Emphasized-line-height)",
|
|
3490
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3491
|
-
}
|
|
3492
|
-
],
|
|
3493
|
-
smallTitle2Regular: [
|
|
3494
|
-
"var(--SmallTitle-2Regular-font-size)",
|
|
3495
|
-
{
|
|
3496
|
-
lineHeight: "var(--SmallTitle-2Regular-line-height)",
|
|
3497
|
-
fontWeight: "var(--SmallTitle-2Regular-font-weight)"
|
|
3498
|
-
}
|
|
3499
|
-
],
|
|
3500
|
-
smallTitle2Emphasized: [
|
|
3501
|
-
"var(--SmallTitle-2Emphasized-font-size)",
|
|
3502
|
-
{
|
|
3503
|
-
lineHeight: "var(--SmallTitle-2Emphasized-line-height)",
|
|
3504
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3505
|
-
}
|
|
3506
|
-
],
|
|
3507
|
-
smallTitle3Regular: [
|
|
3508
|
-
"var(--SmallTitle-3Regular-font-size)",
|
|
3509
|
-
{
|
|
3510
|
-
lineHeight: "var(--SmallTitle-3Regular-line-height)",
|
|
3511
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3512
|
-
}
|
|
3513
|
-
],
|
|
3514
|
-
smallTitle3Emphasized: [
|
|
3515
|
-
"var(--SmallTitle-3Regular-font-size)",
|
|
3516
|
-
{
|
|
3517
|
-
lineHeight: "var(--SmallTitle-3Regular-line-height)",
|
|
3518
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3519
|
-
}
|
|
3520
|
-
],
|
|
3521
|
-
smallBody1Regular: [
|
|
3522
|
-
"var(--SmallBody-1Regular-font-size)",
|
|
3523
|
-
{
|
|
3524
|
-
lineHeight: "var(--SmallBody-1Regular-line-height)",
|
|
3525
|
-
fontWeight: "var(--SmallBody-1Regular-font-weight)"
|
|
3526
|
-
}
|
|
3527
|
-
],
|
|
3528
|
-
smallBody2Regular: [
|
|
3529
|
-
"var(--SmallBody-2Regular-font-size)",
|
|
3530
|
-
{
|
|
3531
|
-
lineHeight: "var(--SmallBody-2Regular-line-height)",
|
|
3532
|
-
fontWeight: "var(--SmallBody-2Regular-font-weight)"
|
|
3533
|
-
}
|
|
3534
|
-
],
|
|
3535
|
-
smallSubheadRegular: [
|
|
3536
|
-
"var(--SmallSubhead-Regular-font-size)",
|
|
3537
|
-
{
|
|
3538
|
-
lineHeight: "var(--SmallSubhead-Regular-line-height)",
|
|
3539
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3540
|
-
}
|
|
3541
|
-
],
|
|
3542
|
-
smallSubheadEmphasized: [
|
|
3543
|
-
"var(--SmallSubhead-Regular-font-size)",
|
|
3544
|
-
{
|
|
3545
|
-
lineHeight: "var(--SmallSubhead-Regular-line-height)",
|
|
3546
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3547
|
-
}
|
|
3548
|
-
],
|
|
3549
|
-
smallCaption1Regular: [
|
|
3550
|
-
"var(--SmallCaption-1Regular-font-size)",
|
|
3551
|
-
{
|
|
3552
|
-
lineHeight: "var(--SmallCaption-1Regular-line-height)",
|
|
3553
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3554
|
-
}
|
|
3555
|
-
],
|
|
3556
|
-
smallCaption1Emphasized: [
|
|
3557
|
-
"var(--SmallCaption-1Regular-font-size)",
|
|
3558
|
-
{
|
|
3559
|
-
lineHeight: "var(--SmallCaption-1Regular-line-height)",
|
|
3560
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3561
|
-
}
|
|
3562
|
-
],
|
|
3563
|
-
smallHeadLineRegular: [
|
|
3564
|
-
"var(--SmallHeadLine-Regular-font-size)",
|
|
3565
|
-
{
|
|
3566
|
-
lineHeight: "var(--SmallHeadLine-Regular-line-height)",
|
|
3567
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3568
|
-
}
|
|
3569
|
-
],
|
|
3570
|
-
smallHeadLineEmphasized: [
|
|
3571
|
-
"var(--SmallHeadLine-Regular-font-size)",
|
|
3572
|
-
{
|
|
3573
|
-
lineHeight: "var(--SmallHeadLine-Regular-line-height)",
|
|
3574
|
-
fontWeight: "var(--font-weight-bold)"
|
|
3575
|
-
}
|
|
3576
|
-
],
|
|
3577
|
-
smallCalloutRegular: [
|
|
3578
|
-
"var(--SmallCallout-Regular-font-size)",
|
|
3579
|
-
{
|
|
3580
|
-
lineHeight: "var(--SmallCallout-Regular-line-height)",
|
|
3581
|
-
fontWeight: "var(--font-weight-regular)"
|
|
3582
|
-
}
|
|
3583
|
-
],
|
|
3584
|
-
smallCalloutEmphasized: [
|
|
3585
|
-
"var(--SmallCallout-Regular-font-size)",
|
|
3586
|
-
{
|
|
3587
|
-
lineHeight: "var(--SmallCallout-Regular-line-height)",
|
|
3588
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3589
|
-
}
|
|
3590
|
-
],
|
|
3591
|
-
smallFootnoteRegular: [
|
|
3592
|
-
"12px",
|
|
3593
|
-
{
|
|
3594
|
-
lineHeight: "20px",
|
|
3595
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3596
|
-
}
|
|
3597
|
-
],
|
|
3598
|
-
smallFootnoteEmphasized: [
|
|
3599
|
-
"12px",
|
|
3600
|
-
{
|
|
3601
|
-
lineHeight: "20px",
|
|
3602
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3603
|
-
}
|
|
3604
|
-
],
|
|
3605
|
-
// xSmall
|
|
3606
|
-
xSmallHeroTitleRegular: [
|
|
3607
|
-
"var(--xSmallHero-TitleRegular-font-size)",
|
|
3608
|
-
{
|
|
3609
|
-
lineHeight: "var(--xSmallHero-TitleRegular-line-height)",
|
|
3610
|
-
fontWeight: "var(--xSmallHero-TitleRegular-font-weight)"
|
|
3611
|
-
}
|
|
3612
|
-
],
|
|
3613
|
-
xSmallHeroTitleEmphasized: [
|
|
3614
|
-
"var(--xSmallHero-TitleEmphasized-font-size)",
|
|
3615
|
-
{
|
|
3616
|
-
lineHeight: "var(--xSmallHero-TitleEmphasized-line-height)",
|
|
3617
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3618
|
-
}
|
|
3619
|
-
],
|
|
3620
|
-
xSmallTitle1Regular: [
|
|
3621
|
-
"var(--xSmallTitle-1Regular-font-size)",
|
|
3622
|
-
{
|
|
3623
|
-
lineHeight: "var(--xSmallTitle-1Regular-line-height)",
|
|
3624
|
-
fontWeight: "var(--xSmallTitle-1Regular-font-weight)"
|
|
3625
|
-
}
|
|
3626
|
-
],
|
|
3627
|
-
xSmallTitle1Emphasized: [
|
|
3628
|
-
"var(--xSmallTitle-1Emphasized-font-size)",
|
|
3629
|
-
{
|
|
3630
|
-
lineHeight: "var(--xSmallTitle-1Emphasized-line-height)",
|
|
3631
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3632
|
-
}
|
|
3633
|
-
],
|
|
3634
|
-
xSmallTitle2Regular: [
|
|
3635
|
-
"var(--xSmallTitle-2Regular-font-size)",
|
|
3636
|
-
{
|
|
3637
|
-
lineHeight: "var(--xSmallTitle-2Regular-line-height)",
|
|
3638
|
-
fontWeight: "var(--xSmallTitle-2Regular-font-weight)"
|
|
3639
|
-
}
|
|
3640
|
-
],
|
|
3641
|
-
xSmallTitle2Emphasized: [
|
|
3642
|
-
"var(--xSmallTitle-2Emphasized-font-size)",
|
|
3643
|
-
{
|
|
3644
|
-
lineHeight: "var(--xSmallTitle-2Emphasized-line-height)",
|
|
3645
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3646
|
-
}
|
|
3647
|
-
],
|
|
3648
|
-
xSmallTitle3Regular: [
|
|
3649
|
-
"var(--xSmallTitle-3Regular-font-size)",
|
|
3650
|
-
{
|
|
3651
|
-
lineHeight: "var(--xSmallTitle-3Regular-line-height)",
|
|
3652
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3653
|
-
}
|
|
3654
|
-
],
|
|
3655
|
-
xSmallTitle3Emphasized: [
|
|
3656
|
-
"var(--xSmallTitle-3Regular-font-size)",
|
|
3657
|
-
{
|
|
3658
|
-
lineHeight: "var(--xSmallTitle-3Regular-line-height)",
|
|
3659
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3660
|
-
}
|
|
3661
|
-
],
|
|
3662
|
-
xSmallBodyRegular: [
|
|
3663
|
-
"var(--xSmallBody-Regular-font-size)",
|
|
3664
|
-
{
|
|
3665
|
-
lineHeight: "var(--xSmallBody-Regular-line-height)",
|
|
3666
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3667
|
-
}
|
|
3668
|
-
],
|
|
3669
|
-
xSmallBodyEmphasized: [
|
|
3670
|
-
"var(--xSmallBody-Regular-font-size)",
|
|
3671
|
-
{
|
|
3672
|
-
lineHeight: "var(--xSmallBody-Regular-line-height)",
|
|
3673
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3674
|
-
}
|
|
3675
|
-
],
|
|
3676
|
-
xSmallBody1Regular: [
|
|
3677
|
-
"var(--xSmallBody-1Regular-font-size)",
|
|
3678
|
-
{
|
|
3679
|
-
lineHeight: "var(--xSmallBody-1Regular-line-height)",
|
|
3680
|
-
fontWeight: "var(--xSmallBody-1Regular-font-weight)"
|
|
3681
|
-
}
|
|
3682
|
-
],
|
|
3683
|
-
xSmallBody2Regular: [
|
|
3684
|
-
"var(--xSmallBody-2Regular-font-size)",
|
|
3685
|
-
{
|
|
3686
|
-
lineHeight: "var(--xSmallBody-2Regular-line-height)",
|
|
3687
|
-
fontWeight: "var(--xSmallBody-2Regular-font-weight)"
|
|
3688
|
-
}
|
|
3689
|
-
],
|
|
3690
|
-
xSmallSubheadRegular: [
|
|
3691
|
-
"var(--xSmallSubhead-Regular-font-size)",
|
|
3692
|
-
{
|
|
3693
|
-
lineHeight: "var(--xSmallSubhead-Regular-line-height)",
|
|
3694
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3695
|
-
}
|
|
3696
|
-
],
|
|
3697
|
-
xSmallSubheadEmphasized: [
|
|
3698
|
-
"var(--xSmallSubhead-Regular-font-size)",
|
|
3699
|
-
{
|
|
3700
|
-
lineHeight: "var(--xSmallSubhead-Regular-line-height)",
|
|
3701
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3702
|
-
}
|
|
3703
|
-
],
|
|
3704
|
-
xSmallCalloutRegular: [
|
|
3705
|
-
"var(--xSmallCallout-Regular-font-size)",
|
|
3706
|
-
{
|
|
3707
|
-
lineHeight: "var(--xSmallCallout-Regular-line-height)",
|
|
3708
|
-
fontWeight: "var(--font-weight-regular)"
|
|
3709
|
-
}
|
|
3710
|
-
],
|
|
3711
|
-
xSmallCalloutEmphasized: [
|
|
3712
|
-
"var(--xSmallCallout-Regular-font-size)",
|
|
3713
|
-
{
|
|
3714
|
-
lineHeight: "var(--xSmallCallout-Regular-line-height)",
|
|
3715
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3716
|
-
}
|
|
3717
|
-
],
|
|
3718
|
-
xSmallCaption1Regular: [
|
|
3719
|
-
"var(--SmallCaption-1Regular-font-size)",
|
|
3720
|
-
{
|
|
3721
|
-
lineHeight: "var(--SmallCaption-1Regular-line-height)",
|
|
3722
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3723
|
-
}
|
|
3724
|
-
],
|
|
3725
|
-
xSmallCaption1Emphasized: [
|
|
3726
|
-
"var(--SmallCaption-1Regular-font-size)",
|
|
3727
|
-
{
|
|
3728
|
-
lineHeight: "var(--SmallCaption-1Regular-line-height)",
|
|
3729
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3730
|
-
}
|
|
3731
|
-
],
|
|
3732
|
-
xSmallCaption2Regular: [
|
|
3733
|
-
"var(--SmallCaption-1Regular-font-size)",
|
|
3734
|
-
{
|
|
3735
|
-
lineHeight: "var(--SmallCaption-Regular-line-height)",
|
|
3736
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3737
|
-
}
|
|
3738
|
-
],
|
|
3739
|
-
xSmallCaption2Emphasized: [
|
|
3740
|
-
"var(--SmallCaption-1Regular-font-size)",
|
|
3741
|
-
{
|
|
3742
|
-
lineHeight: "var(--SmallCaption-1Regular-line-height)",
|
|
3743
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3744
|
-
}
|
|
3745
|
-
],
|
|
3746
|
-
xSmallHeadLineRegular: [
|
|
3747
|
-
"var(--xSmallHeadLine-Regular-font-size)",
|
|
3748
|
-
{
|
|
3749
|
-
lineHeight: "var(--xSmallHeadLine-Regular-line-height)",
|
|
3750
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3751
|
-
}
|
|
3752
|
-
],
|
|
3753
|
-
xSmallHeadLineEmphasized: [
|
|
3754
|
-
"var(--xSmallHeadLine-Regular-font-size)",
|
|
3755
|
-
{
|
|
3756
|
-
lineHeight: "var(--xSmallHeadLine-Regular-line-height)",
|
|
3757
|
-
fontWeight: "var(--font-weight-bold)"
|
|
3758
|
-
}
|
|
3759
|
-
],
|
|
3760
|
-
xSmallFootnoteRegular: [
|
|
3761
|
-
"12px",
|
|
3762
|
-
{
|
|
3763
|
-
lineHeight: "18px",
|
|
3764
|
-
fontWeight: "var(--font-weight-normal)"
|
|
3765
|
-
}
|
|
3766
|
-
],
|
|
3767
|
-
xSmallFootnoteEmphasized: [
|
|
3768
|
-
"12px",
|
|
3769
|
-
{
|
|
3770
|
-
lineHeight: "18px",
|
|
3771
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3772
|
-
}
|
|
3773
|
-
],
|
|
3774
|
-
calloutRegular: [
|
|
3775
|
-
"var(--callout-Regular-font-size)",
|
|
3776
|
-
{
|
|
3777
|
-
lineHeight: "var(--callout-Regular-line-height)",
|
|
3778
|
-
fontWeight: "var(--callout-Regular-font-weight)"
|
|
3779
|
-
}
|
|
3780
|
-
]
|
|
3781
|
-
},
|
|
3785
|
+
fontSize: rn,
|
|
3782
3786
|
boxShadow: {
|
|
3783
3787
|
DEFAULT: "var(--shadow-default)",
|
|
3784
3788
|
sm: "0px 1px 4px 0px rgba(0, 0, 0, 0.16)",
|
|
@@ -3787,50 +3791,30 @@ const Yt = {
|
|
|
3787
3791
|
}
|
|
3788
3792
|
}
|
|
3789
3793
|
},
|
|
3790
|
-
|
|
3791
|
-
// {
|
|
3792
|
-
// pattern: /(tw-cursor|tw-block|tw-hidden|tw-relative|tw-absolute|tw-fixed|tw-float|tw-z)-./,
|
|
3793
|
-
// },
|
|
3794
|
-
// {
|
|
3795
|
-
// pattern: /(tw-border|tw-font|tw-h|tw-w|tw-min|tw-max|tw-shadow|tw-rounded|tw-border)-./,
|
|
3796
|
-
// },
|
|
3797
|
-
// {
|
|
3798
|
-
// pattern: /(tw-bg|tw-text)-./,
|
|
3799
|
-
// variants: ['hover', 'focus'],
|
|
3800
|
-
// },
|
|
3801
|
-
// {
|
|
3802
|
-
// pattern: /(tw-m|tw-p|tw-mt|tw-mb|tw-pt|tw-pb|tw-my|tw-mx|tw-py|tw-px)-./,
|
|
3803
|
-
// variants: ['mobile', 'tablet', 'desktop', 'wide_desktop'],
|
|
3804
|
-
// },
|
|
3805
|
-
// {
|
|
3806
|
-
// pattern:
|
|
3807
|
-
// /(tw-grid|tw-flex|tw-basis|tw-grow|tw-shrink|tw-order|tw-col|tw-row|tw-auto|tw-gap|tw-justify|tw-content|tw-items|tw-self|tw-place|tw-space)-./,
|
|
3808
|
-
// variants: ['mobile', 'tablet', 'desktop', 'wide_desktop'],
|
|
3809
|
-
// },
|
|
3810
|
-
// ],
|
|
3794
|
+
safelist: jo,
|
|
3811
3795
|
plugins: []
|
|
3812
|
-
},
|
|
3796
|
+
}, No = Io(z({}, Kt));
|
|
3813
3797
|
function me(...e) {
|
|
3814
|
-
return
|
|
3798
|
+
return No(tn(e));
|
|
3815
3799
|
}
|
|
3816
|
-
const
|
|
3800
|
+
const La = (e, t = "AED") => {
|
|
3817
3801
|
const r = Math.round(e) === e ? Number(e) : Number(e.toFixed(2)), n = r ? r.toLocaleString(void 0, {
|
|
3818
3802
|
minimumFractionDigits: Math.round(r) === r ? 0 : 2
|
|
3819
3803
|
}) : "";
|
|
3820
3804
|
return `${t} ${n}`;
|
|
3821
|
-
},
|
|
3805
|
+
}, Cr = {
|
|
3822
3806
|
primary: "ds-bg-Background-accentEggplant-100 ds-text-Text-textPrimaryDark ds-rounded-sm hover:ds-text-Text-textPrimaryDark hover:ds-bg-Background-accentEggplant-highlight active:ds-bg-Background-accentEggplant-darkened focus:ds-rounded-none focus:ds-bg-Background-accentEggplant-100 focus:ds-border focus:ds-border-white focus:ds-shadow-[0px_0px_0px_1px_rgba(109,54,169,1)] disabled:focus:ds-shadow-none disabled:ds-bg-Background-accentEggplant-20",
|
|
3823
3807
|
secondary: "ds-text-Background-accentEggplant-100 ds-rounded-sm ds-border ds-border-Fills-secondary hover:ds-text-Background-accentEggplant-100 hover:ds-border hover:ds-bg-Background-accentEggplant-5 hover:ds-border-Fills-black active:ds-text-Background-accentEggplant-100 active:ds-border active:ds-border-Fills-Background-accentEggplant-100 active:ds-bg-Background-accentEggplant-5 focus:ds-bg-Background-accentEggplant-5 focus:ds-bg-Background-accentEggplant-5 focus:ds-text-accentEggplant-100 focus:ds-border-2 focus:ds-border-Background-accentEggplant-100 disabled:ds-border disabled:ds-border-Fills-terciary disabled:ds-text-Text-tertiary disabled:ds-bg-transparent",
|
|
3824
3808
|
tertiary: "ds-text-Text-secondary ds-rounded-sm hover:ds-bg-Fills-quintiary active:ds-bg-Fills-quintiary focus:ds-bg-Fills-quadrutery disabled:ds-text-Fills-quadrutery disabled:ds-bg-Fills-quintiary",
|
|
3825
3809
|
quaternary: "ds-text-accentEggplant-100 ds-rounded-sm hover:ds-bg-Background-accentEggplant-5 active:ds-bg-Background-accentEggplant-5 focus:ds-bg-Background-accentEggplant-100 focus:ds-text-Text-textPrimaryDark disabled:ds-text-Background-accentEggplant-20",
|
|
3826
3810
|
small: "ds-py-1.5 ds-px-8 ds_SmallBodyEmphasized",
|
|
3827
3811
|
large: "ds-py-3 ds-px-8 ds_MediumBodyEmphasized"
|
|
3828
|
-
},
|
|
3812
|
+
}, $o = {
|
|
3829
3813
|
primary: "ds-bg-Background-accentEggplant-100 ds-text-Text-textPrimaryDark ds-rounded-none ds-border ds-border-white ds-shadow-[0px_0px_0px_1px_rgba(109,54,169,1)]",
|
|
3830
3814
|
secondary: "ds-rounded-sm ds-border ds-bg-Background-accentEggplant-5 ds-text-accentEggplant-100 ds-border-2 ds-border-Background-accentEggplant-100",
|
|
3831
3815
|
tertiary: "ds-text-Text-secondary ds-rounded-sm ds-bg-Fills-quadrutery",
|
|
3832
3816
|
quaternary: "ds-rounded-sm ds-bg-Background-accentEggplant-100 ds-text-Text-textPrimaryDark"
|
|
3833
|
-
},
|
|
3817
|
+
}, Vo = Fe.forwardRef(
|
|
3834
3818
|
(h, d) => {
|
|
3835
3819
|
var m = h, {
|
|
3836
3820
|
color: e = "primary",
|
|
@@ -3868,17 +3852,17 @@ const Ca = (e, t = "AED") => {
|
|
|
3868
3852
|
disabled: r,
|
|
3869
3853
|
className: ct(
|
|
3870
3854
|
me(
|
|
3871
|
-
{ [
|
|
3872
|
-
|
|
3855
|
+
{ [$o[e]]: i, [Cr[e]]: !i },
|
|
3856
|
+
Cr[t],
|
|
3873
3857
|
"ds-flex ds-w-full ds-flex-1 ds-items-center ds-justify-center",
|
|
3874
3858
|
g
|
|
3875
3859
|
)
|
|
3876
3860
|
)
|
|
3877
3861
|
}, v), {
|
|
3878
3862
|
children: /* @__PURE__ */ P.jsxs("div", { className: "ds-flex ds-items-center ds-gap-2", children: [
|
|
3879
|
-
a && /* @__PURE__ */ P.jsx(
|
|
3863
|
+
a && /* @__PURE__ */ P.jsx(Tr, { size: t, children: a }),
|
|
3880
3864
|
o && /* @__PURE__ */ P.jsx("div", { children: o }),
|
|
3881
|
-
l && /* @__PURE__ */ P.jsx(
|
|
3865
|
+
l && /* @__PURE__ */ P.jsx(Tr, { size: t, children: l })
|
|
3882
3866
|
] })
|
|
3883
3867
|
})
|
|
3884
3868
|
),
|
|
@@ -3895,8 +3879,8 @@ const Ca = (e, t = "AED") => {
|
|
|
3895
3879
|
] });
|
|
3896
3880
|
}
|
|
3897
3881
|
);
|
|
3898
|
-
|
|
3899
|
-
const
|
|
3882
|
+
Vo.displayName = "Button";
|
|
3883
|
+
const Ma = ({ className: e }) => /* @__PURE__ */ P.jsxs(
|
|
3900
3884
|
"svg",
|
|
3901
3885
|
{
|
|
3902
3886
|
width: "100%",
|
|
@@ -3923,7 +3907,7 @@ const ka = ({ className: e }) => /* @__PURE__ */ P.jsxs(
|
|
|
3923
3907
|
) }) })
|
|
3924
3908
|
]
|
|
3925
3909
|
}
|
|
3926
|
-
),
|
|
3910
|
+
), Pa = ({ className: e }) => /* @__PURE__ */ P.jsx(P.Fragment, { children: /* @__PURE__ */ P.jsxs(
|
|
3927
3911
|
"svg",
|
|
3928
3912
|
{
|
|
3929
3913
|
width: "100%",
|
|
@@ -3950,7 +3934,7 @@ const ka = ({ className: e }) => /* @__PURE__ */ P.jsxs(
|
|
|
3950
3934
|
) }) })
|
|
3951
3935
|
]
|
|
3952
3936
|
}
|
|
3953
|
-
) }),
|
|
3937
|
+
) }), _a = ({ className: e }) => /* @__PURE__ */ P.jsxs(
|
|
3954
3938
|
"svg",
|
|
3955
3939
|
{
|
|
3956
3940
|
width: "100%",
|
|
@@ -3979,7 +3963,7 @@ const ka = ({ className: e }) => /* @__PURE__ */ P.jsxs(
|
|
|
3979
3963
|
}
|
|
3980
3964
|
);
|
|
3981
3965
|
function Ie(e) {
|
|
3982
|
-
return
|
|
3966
|
+
return nn(e) ? (e.nodeName || "").toLowerCase() : "#document";
|
|
3983
3967
|
}
|
|
3984
3968
|
function oe(e) {
|
|
3985
3969
|
var t;
|
|
@@ -3987,9 +3971,9 @@ function oe(e) {
|
|
|
3987
3971
|
}
|
|
3988
3972
|
function ve(e) {
|
|
3989
3973
|
var t;
|
|
3990
|
-
return (t = (
|
|
3974
|
+
return (t = (nn(e) ? e.ownerDocument : e.document) || window.document) == null ? void 0 : t.documentElement;
|
|
3991
3975
|
}
|
|
3992
|
-
function
|
|
3976
|
+
function nn(e) {
|
|
3993
3977
|
return e instanceof Node || e instanceof oe(e).Node;
|
|
3994
3978
|
}
|
|
3995
3979
|
function X(e) {
|
|
@@ -3998,7 +3982,7 @@ function X(e) {
|
|
|
3998
3982
|
function ie(e) {
|
|
3999
3983
|
return e instanceof HTMLElement || e instanceof oe(e).HTMLElement;
|
|
4000
3984
|
}
|
|
4001
|
-
function
|
|
3985
|
+
function It(e) {
|
|
4002
3986
|
return typeof ShadowRoot == "undefined" ? !1 : e instanceof ShadowRoot || e instanceof oe(e).ShadowRoot;
|
|
4003
3987
|
}
|
|
4004
3988
|
function Ze(e) {
|
|
@@ -4010,7 +3994,7 @@ function Ze(e) {
|
|
|
4010
3994
|
} = ce(e);
|
|
4011
3995
|
return /auto|scroll|overlay|hidden|clip/.test(t + n + r) && !["inline", "contents"].includes(o);
|
|
4012
3996
|
}
|
|
4013
|
-
function
|
|
3997
|
+
function Go(e) {
|
|
4014
3998
|
return ["table", "td", "th"].includes(Ie(e));
|
|
4015
3999
|
}
|
|
4016
4000
|
function pt(e) {
|
|
@@ -4022,14 +4006,14 @@ function pt(e) {
|
|
|
4022
4006
|
}
|
|
4023
4007
|
});
|
|
4024
4008
|
}
|
|
4025
|
-
function
|
|
4026
|
-
const t =
|
|
4009
|
+
function Xt(e) {
|
|
4010
|
+
const t = Jt(), r = X(e) ? ce(e) : e;
|
|
4027
4011
|
return r.transform !== "none" || r.perspective !== "none" || (r.containerType ? r.containerType !== "normal" : !1) || !t && (r.backdropFilter ? r.backdropFilter !== "none" : !1) || !t && (r.filter ? r.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((n) => (r.willChange || "").includes(n)) || ["paint", "layout", "strict", "content"].some((n) => (r.contain || "").includes(n));
|
|
4028
4012
|
}
|
|
4029
|
-
function
|
|
4013
|
+
function Uo(e) {
|
|
4030
4014
|
let t = pe(e);
|
|
4031
4015
|
for (; ie(t) && !Te(t); ) {
|
|
4032
|
-
if (
|
|
4016
|
+
if (Xt(t))
|
|
4033
4017
|
return t;
|
|
4034
4018
|
if (pt(t))
|
|
4035
4019
|
return null;
|
|
@@ -4037,7 +4021,7 @@ function $o(e) {
|
|
|
4037
4021
|
}
|
|
4038
4022
|
return null;
|
|
4039
4023
|
}
|
|
4040
|
-
function
|
|
4024
|
+
function Jt() {
|
|
4041
4025
|
return typeof CSS == "undefined" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
4042
4026
|
}
|
|
4043
4027
|
function Te(e) {
|
|
@@ -4062,22 +4046,22 @@ function pe(e) {
|
|
|
4062
4046
|
// Step into the shadow DOM of the parent of a slotted node.
|
|
4063
4047
|
e.assignedSlot || // DOM Element detected.
|
|
4064
4048
|
e.parentNode || // ShadowRoot detected.
|
|
4065
|
-
|
|
4049
|
+
It(e) && e.host || // Fallback.
|
|
4066
4050
|
ve(e)
|
|
4067
4051
|
);
|
|
4068
|
-
return
|
|
4052
|
+
return It(t) ? t.host : t;
|
|
4069
4053
|
}
|
|
4070
|
-
function
|
|
4054
|
+
function on(e) {
|
|
4071
4055
|
const t = pe(e);
|
|
4072
|
-
return Te(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : ie(t) && Ze(t) ? t :
|
|
4056
|
+
return Te(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : ie(t) && Ze(t) ? t : on(t);
|
|
4073
4057
|
}
|
|
4074
4058
|
function Se(e, t, r) {
|
|
4075
4059
|
var n;
|
|
4076
4060
|
t === void 0 && (t = []), r === void 0 && (r = !0);
|
|
4077
|
-
const o =
|
|
4061
|
+
const o = on(e), a = o === ((n = e.ownerDocument) == null ? void 0 : n.body), i = oe(o);
|
|
4078
4062
|
return a ? t.concat(i, i.visualViewport || [], Ze(o) ? o : [], i.frameElement && r ? Se(i.frameElement) : []) : t.concat(o, Se(o, [], r));
|
|
4079
4063
|
}
|
|
4080
|
-
function
|
|
4064
|
+
function jt(e) {
|
|
4081
4065
|
let t = e.activeElement;
|
|
4082
4066
|
for (; ((r = t) == null || (r = r.shadowRoot) == null ? void 0 : r.activeElement) != null; ) {
|
|
4083
4067
|
var r;
|
|
@@ -4091,7 +4075,7 @@ function De(e, t) {
|
|
|
4091
4075
|
const r = t.getRootNode == null ? void 0 : t.getRootNode();
|
|
4092
4076
|
if (e.contains(t))
|
|
4093
4077
|
return !0;
|
|
4094
|
-
if (r &&
|
|
4078
|
+
if (r && It(r)) {
|
|
4095
4079
|
let n = t;
|
|
4096
4080
|
for (; n; ) {
|
|
4097
4081
|
if (e === n)
|
|
@@ -4101,11 +4085,11 @@ function De(e, t) {
|
|
|
4101
4085
|
}
|
|
4102
4086
|
return !1;
|
|
4103
4087
|
}
|
|
4104
|
-
function
|
|
4088
|
+
function an() {
|
|
4105
4089
|
const e = navigator.userAgentData;
|
|
4106
4090
|
return e != null && e.platform ? e.platform : navigator.platform;
|
|
4107
4091
|
}
|
|
4108
|
-
function
|
|
4092
|
+
function ln() {
|
|
4109
4093
|
const e = navigator.userAgentData;
|
|
4110
4094
|
return e && Array.isArray(e.brands) ? e.brands.map((t) => {
|
|
4111
4095
|
let {
|
|
@@ -4115,37 +4099,37 @@ function on() {
|
|
|
4115
4099
|
return r + "/" + n;
|
|
4116
4100
|
}).join(" ") : navigator.userAgent;
|
|
4117
4101
|
}
|
|
4118
|
-
function
|
|
4119
|
-
return
|
|
4102
|
+
function qo(e) {
|
|
4103
|
+
return Ko() ? !1 : !kr() && e.width === 0 && e.height === 0 || kr() && e.width === 1 && e.height === 1 && e.pressure === 0 && e.detail === 0 && e.pointerType === "mouse" || // iOS VoiceOver returns 0.333• for width/height.
|
|
4120
4104
|
e.width < 1 && e.height < 1 && e.pressure === 0 && e.detail === 0 && e.pointerType === "touch";
|
|
4121
4105
|
}
|
|
4122
|
-
function
|
|
4106
|
+
function sn() {
|
|
4123
4107
|
return /apple/i.test(navigator.vendor);
|
|
4124
4108
|
}
|
|
4125
|
-
function
|
|
4109
|
+
function kr() {
|
|
4126
4110
|
const e = /android/i;
|
|
4127
|
-
return e.test(
|
|
4111
|
+
return e.test(an()) || e.test(ln());
|
|
4128
4112
|
}
|
|
4129
|
-
function
|
|
4130
|
-
return
|
|
4113
|
+
function Yo() {
|
|
4114
|
+
return an().toLowerCase().startsWith("mac") && !navigator.maxTouchPoints;
|
|
4131
4115
|
}
|
|
4132
|
-
function
|
|
4133
|
-
return
|
|
4116
|
+
function Ko() {
|
|
4117
|
+
return ln().includes("jsdom/");
|
|
4134
4118
|
}
|
|
4135
4119
|
function Ke(e, t) {
|
|
4136
4120
|
const r = ["mouse", "pen"];
|
|
4137
4121
|
return t || r.push("", void 0), r.includes(e);
|
|
4138
4122
|
}
|
|
4139
|
-
function
|
|
4123
|
+
function Xo(e) {
|
|
4140
4124
|
return "nativeEvent" in e;
|
|
4141
4125
|
}
|
|
4142
|
-
function
|
|
4126
|
+
function Jo(e) {
|
|
4143
4127
|
return e.matches("html,body");
|
|
4144
4128
|
}
|
|
4145
4129
|
function Re(e) {
|
|
4146
4130
|
return (e == null ? void 0 : e.ownerDocument) || document;
|
|
4147
4131
|
}
|
|
4148
|
-
function
|
|
4132
|
+
function kt(e, t) {
|
|
4149
4133
|
if (t == null)
|
|
4150
4134
|
return !1;
|
|
4151
4135
|
if ("composedPath" in e)
|
|
@@ -4156,23 +4140,23 @@ function Ct(e, t) {
|
|
|
4156
4140
|
function Ae(e) {
|
|
4157
4141
|
return "composedPath" in e ? e.composedPath()[0] : e.target;
|
|
4158
4142
|
}
|
|
4159
|
-
const
|
|
4160
|
-
function
|
|
4161
|
-
return ie(e) && e.matches(
|
|
4143
|
+
const Zo = "input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";
|
|
4144
|
+
function cn(e) {
|
|
4145
|
+
return ie(e) && e.matches(Zo);
|
|
4162
4146
|
}
|
|
4163
4147
|
const Ee = Math.min, ae = Math.max, ut = Math.round, lt = Math.floor, Ce = (e) => ({
|
|
4164
4148
|
x: e,
|
|
4165
4149
|
y: e
|
|
4166
|
-
}),
|
|
4150
|
+
}), Qo = {
|
|
4167
4151
|
left: "right",
|
|
4168
4152
|
right: "left",
|
|
4169
4153
|
bottom: "top",
|
|
4170
4154
|
top: "bottom"
|
|
4171
|
-
},
|
|
4155
|
+
}, ei = {
|
|
4172
4156
|
start: "end",
|
|
4173
4157
|
end: "start"
|
|
4174
4158
|
};
|
|
4175
|
-
function
|
|
4159
|
+
function zr(e, t, r) {
|
|
4176
4160
|
return ae(e, Ee(t, r));
|
|
4177
4161
|
}
|
|
4178
4162
|
function Qe(e, t) {
|
|
@@ -4184,32 +4168,32 @@ function ke(e) {
|
|
|
4184
4168
|
function et(e) {
|
|
4185
4169
|
return e.split("-")[1];
|
|
4186
4170
|
}
|
|
4187
|
-
function
|
|
4171
|
+
function un(e) {
|
|
4188
4172
|
return e === "x" ? "y" : "x";
|
|
4189
4173
|
}
|
|
4190
|
-
function
|
|
4174
|
+
function dn(e) {
|
|
4191
4175
|
return e === "y" ? "height" : "width";
|
|
4192
4176
|
}
|
|
4193
4177
|
function Me(e) {
|
|
4194
4178
|
return ["top", "bottom"].includes(ke(e)) ? "y" : "x";
|
|
4195
4179
|
}
|
|
4196
|
-
function
|
|
4197
|
-
return
|
|
4180
|
+
function fn(e) {
|
|
4181
|
+
return un(Me(e));
|
|
4198
4182
|
}
|
|
4199
|
-
function
|
|
4183
|
+
function ti(e, t, r) {
|
|
4200
4184
|
r === void 0 && (r = !1);
|
|
4201
|
-
const n = et(e), o =
|
|
4185
|
+
const n = et(e), o = fn(e), a = dn(o);
|
|
4202
4186
|
let i = o === "x" ? n === (r ? "end" : "start") ? "right" : "left" : n === "start" ? "bottom" : "top";
|
|
4203
4187
|
return t.reference[a] > t.floating[a] && (i = dt(i)), [i, dt(i)];
|
|
4204
4188
|
}
|
|
4205
|
-
function
|
|
4189
|
+
function ri(e) {
|
|
4206
4190
|
const t = dt(e);
|
|
4207
|
-
return [
|
|
4191
|
+
return [Nt(e), t, Nt(t)];
|
|
4208
4192
|
}
|
|
4209
|
-
function
|
|
4210
|
-
return e.replace(/start|end/g, (t) =>
|
|
4193
|
+
function Nt(e) {
|
|
4194
|
+
return e.replace(/start|end/g, (t) => ei[t]);
|
|
4211
4195
|
}
|
|
4212
|
-
function
|
|
4196
|
+
function ni(e, t, r) {
|
|
4213
4197
|
const n = ["left", "right"], o = ["right", "left"], a = ["top", "bottom"], i = ["bottom", "top"];
|
|
4214
4198
|
switch (e) {
|
|
4215
4199
|
case "top":
|
|
@@ -4222,15 +4206,15 @@ function ei(e, t, r) {
|
|
|
4222
4206
|
return [];
|
|
4223
4207
|
}
|
|
4224
4208
|
}
|
|
4225
|
-
function
|
|
4209
|
+
function oi(e, t, r, n) {
|
|
4226
4210
|
const o = et(e);
|
|
4227
|
-
let a =
|
|
4228
|
-
return o && (a = a.map((i) => i + "-" + o), t && (a = a.concat(a.map(
|
|
4211
|
+
let a = ni(ke(e), r === "start", n);
|
|
4212
|
+
return o && (a = a.map((i) => i + "-" + o), t && (a = a.concat(a.map(Nt)))), a;
|
|
4229
4213
|
}
|
|
4230
4214
|
function dt(e) {
|
|
4231
|
-
return e.replace(/left|right|bottom|top/g, (t) =>
|
|
4215
|
+
return e.replace(/left|right|bottom|top/g, (t) => Qo[t]);
|
|
4232
4216
|
}
|
|
4233
|
-
function
|
|
4217
|
+
function ii(e) {
|
|
4234
4218
|
return z({
|
|
4235
4219
|
top: 0,
|
|
4236
4220
|
right: 0,
|
|
@@ -4238,8 +4222,8 @@ function ri(e) {
|
|
|
4238
4222
|
left: 0
|
|
4239
4223
|
}, e);
|
|
4240
4224
|
}
|
|
4241
|
-
function
|
|
4242
|
-
return typeof e != "number" ?
|
|
4225
|
+
function ai(e) {
|
|
4226
|
+
return typeof e != "number" ? ii(e) : {
|
|
4243
4227
|
top: e,
|
|
4244
4228
|
right: e,
|
|
4245
4229
|
bottom: e,
|
|
@@ -4268,8 +4252,8 @@ function ft(e) {
|
|
|
4268
4252
|
* tabbable 6.2.0
|
|
4269
4253
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
4270
4254
|
*/
|
|
4271
|
-
var
|
|
4272
|
-
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, gt = !
|
|
4255
|
+
var li = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])", "a[href]:not([inert])", "button:not([inert])", "[tabindex]:not(slot):not([inert])", "audio[controls]:not([inert])", "video[controls]:not([inert])", '[contenteditable]:not([contenteditable="false"]):not([inert])', "details>summary:first-of-type:not([inert])", "details:not([inert])"], $t = /* @__PURE__ */ li.join(","), gn = typeof Element == "undefined", Xe = gn ? function() {
|
|
4256
|
+
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, gt = !gn && Element.prototype.getRootNode ? function(e) {
|
|
4273
4257
|
var t;
|
|
4274
4258
|
return e == null || (t = e.getRootNode) === null || t === void 0 ? void 0 : t.call(e);
|
|
4275
4259
|
} : function(e) {
|
|
@@ -4279,15 +4263,15 @@ var oi = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4279
4263
|
r === void 0 && (r = !0);
|
|
4280
4264
|
var o = t == null || (n = t.getAttribute) === null || n === void 0 ? void 0 : n.call(t, "inert"), a = o === "" || o === "true", i = a || r && t && e(t.parentNode);
|
|
4281
4265
|
return i;
|
|
4282
|
-
},
|
|
4266
|
+
}, si = function(t) {
|
|
4283
4267
|
var r, n = t == null || (r = t.getAttribute) === null || r === void 0 ? void 0 : r.call(t, "contenteditable");
|
|
4284
4268
|
return n === "" || n === "true";
|
|
4285
|
-
},
|
|
4269
|
+
}, ci = function(t, r, n) {
|
|
4286
4270
|
if (ht(t))
|
|
4287
4271
|
return [];
|
|
4288
|
-
var o = Array.prototype.slice.apply(t.querySelectorAll(
|
|
4289
|
-
return r && Xe.call(t,
|
|
4290
|
-
},
|
|
4272
|
+
var o = Array.prototype.slice.apply(t.querySelectorAll($t));
|
|
4273
|
+
return r && Xe.call(t, $t) && o.unshift(t), o = o.filter(n), o;
|
|
4274
|
+
}, ui = function e(t, r, n) {
|
|
4291
4275
|
for (var o = [], a = Array.from(t); a.length; ) {
|
|
4292
4276
|
var i = a.shift();
|
|
4293
4277
|
if (!ht(i, !1))
|
|
@@ -4298,7 +4282,7 @@ var oi = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4298
4282
|
candidates: u
|
|
4299
4283
|
});
|
|
4300
4284
|
} else {
|
|
4301
|
-
var f = Xe.call(i,
|
|
4285
|
+
var f = Xe.call(i, $t);
|
|
4302
4286
|
f && n.filter(i) && (r || !t.includes(i)) && o.push(i);
|
|
4303
4287
|
var g = i.shadowRoot || // check for an undisclosed shadow
|
|
4304
4288
|
typeof n.getShadowRoot == "function" && n.getShadowRoot(i), v = !ht(g, !1) && (!n.shadowRootFilter || n.shadowRootFilter(i));
|
|
@@ -4313,31 +4297,31 @@ var oi = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4313
4297
|
}
|
|
4314
4298
|
}
|
|
4315
4299
|
return o;
|
|
4316
|
-
},
|
|
4300
|
+
}, hn = function(t) {
|
|
4317
4301
|
return !isNaN(parseInt(t.getAttribute("tabindex"), 10));
|
|
4318
|
-
},
|
|
4302
|
+
}, mn = function(t) {
|
|
4319
4303
|
if (!t)
|
|
4320
4304
|
throw new Error("No node provided");
|
|
4321
|
-
return t.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) ||
|
|
4322
|
-
},
|
|
4323
|
-
var n =
|
|
4324
|
-
return n < 0 && r && !
|
|
4325
|
-
},
|
|
4305
|
+
return t.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) || si(t)) && !hn(t) ? 0 : t.tabIndex;
|
|
4306
|
+
}, di = function(t, r) {
|
|
4307
|
+
var n = mn(t);
|
|
4308
|
+
return n < 0 && r && !hn(t) ? 0 : n;
|
|
4309
|
+
}, fi = function(t, r) {
|
|
4326
4310
|
return t.tabIndex === r.tabIndex ? t.documentOrder - r.documentOrder : t.tabIndex - r.tabIndex;
|
|
4327
|
-
},
|
|
4311
|
+
}, pn = function(t) {
|
|
4328
4312
|
return t.tagName === "INPUT";
|
|
4329
|
-
},
|
|
4330
|
-
return
|
|
4331
|
-
},
|
|
4313
|
+
}, gi = function(t) {
|
|
4314
|
+
return pn(t) && t.type === "hidden";
|
|
4315
|
+
}, hi = function(t) {
|
|
4332
4316
|
var r = t.tagName === "DETAILS" && Array.prototype.slice.apply(t.children).some(function(n) {
|
|
4333
4317
|
return n.tagName === "SUMMARY";
|
|
4334
4318
|
});
|
|
4335
4319
|
return r;
|
|
4336
|
-
},
|
|
4320
|
+
}, mi = function(t, r) {
|
|
4337
4321
|
for (var n = 0; n < t.length; n++)
|
|
4338
4322
|
if (t[n].checked && t[n].form === r)
|
|
4339
4323
|
return t[n];
|
|
4340
|
-
},
|
|
4324
|
+
}, pi = function(t) {
|
|
4341
4325
|
if (!t.name)
|
|
4342
4326
|
return !0;
|
|
4343
4327
|
var r = t.form || gt(t), n = function(l) {
|
|
@@ -4351,13 +4335,13 @@ var oi = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4351
4335
|
} catch (i) {
|
|
4352
4336
|
return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s", i.message), !1;
|
|
4353
4337
|
}
|
|
4354
|
-
var a =
|
|
4338
|
+
var a = mi(o, t.form);
|
|
4355
4339
|
return !a || a === t;
|
|
4356
|
-
},
|
|
4357
|
-
return
|
|
4358
|
-
},
|
|
4359
|
-
return
|
|
4360
|
-
},
|
|
4340
|
+
}, vi = function(t) {
|
|
4341
|
+
return pn(t) && t.type === "radio";
|
|
4342
|
+
}, bi = function(t) {
|
|
4343
|
+
return vi(t) && !pi(t);
|
|
4344
|
+
}, xi = function(t) {
|
|
4361
4345
|
var r, n = t && gt(t), o = (r = n) === null || r === void 0 ? void 0 : r.host, a = !1;
|
|
4362
4346
|
if (n && n !== t) {
|
|
4363
4347
|
var i, l, c;
|
|
@@ -4367,10 +4351,10 @@ var oi = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4367
4351
|
}
|
|
4368
4352
|
}
|
|
4369
4353
|
return a;
|
|
4370
|
-
},
|
|
4354
|
+
}, Lr = function(t) {
|
|
4371
4355
|
var r = t.getBoundingClientRect(), n = r.width, o = r.height;
|
|
4372
4356
|
return n === 0 && o === 0;
|
|
4373
|
-
},
|
|
4357
|
+
}, yi = function(t, r) {
|
|
4374
4358
|
var n = r.displayCheck, o = r.getShadowRoot;
|
|
4375
4359
|
if (getComputedStyle(t).visibility === "hidden")
|
|
4376
4360
|
return !0;
|
|
@@ -4382,19 +4366,19 @@ var oi = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4382
4366
|
for (var l = t; t; ) {
|
|
4383
4367
|
var c = t.parentElement, u = gt(t);
|
|
4384
4368
|
if (c && !c.shadowRoot && o(c) === !0)
|
|
4385
|
-
return
|
|
4369
|
+
return Lr(t);
|
|
4386
4370
|
t.assignedSlot ? t = t.assignedSlot : !c && u !== t.ownerDocument ? t = u.host : t = c;
|
|
4387
4371
|
}
|
|
4388
4372
|
t = l;
|
|
4389
4373
|
}
|
|
4390
|
-
if (
|
|
4374
|
+
if (xi(t))
|
|
4391
4375
|
return !t.getClientRects().length;
|
|
4392
4376
|
if (n !== "legacy-full")
|
|
4393
4377
|
return !0;
|
|
4394
4378
|
} else if (n === "non-zero-area")
|
|
4395
|
-
return
|
|
4379
|
+
return Lr(t);
|
|
4396
4380
|
return !1;
|
|
4397
|
-
},
|
|
4381
|
+
}, wi = function(t) {
|
|
4398
4382
|
if (/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))
|
|
4399
4383
|
for (var r = t.parentElement; r; ) {
|
|
4400
4384
|
if (r.tagName === "FIELDSET" && r.disabled) {
|
|
@@ -4408,21 +4392,21 @@ var oi = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4408
4392
|
r = r.parentElement;
|
|
4409
4393
|
}
|
|
4410
4394
|
return !1;
|
|
4411
|
-
},
|
|
4395
|
+
}, Ri = function(t, r) {
|
|
4412
4396
|
return !(r.disabled || // we must do an inert look up to filter out any elements inside an inert ancestor
|
|
4413
4397
|
// because we're limited in the type of selectors we can use in JSDom (see related
|
|
4414
4398
|
// note related to `candidateSelectors`)
|
|
4415
|
-
ht(r) ||
|
|
4416
|
-
|
|
4417
|
-
},
|
|
4418
|
-
return !(
|
|
4419
|
-
},
|
|
4399
|
+
ht(r) || gi(r) || yi(r, t) || // For a details element with a summary, the summary element gets the focus
|
|
4400
|
+
hi(r) || wi(r));
|
|
4401
|
+
}, Mr = function(t, r) {
|
|
4402
|
+
return !(bi(r) || mn(r) < 0 || !Ri(t, r));
|
|
4403
|
+
}, Ei = function(t) {
|
|
4420
4404
|
var r = parseInt(t.getAttribute("tabindex"), 10);
|
|
4421
4405
|
return !!(isNaN(r) || r >= 0);
|
|
4422
|
-
},
|
|
4406
|
+
}, Si = function e(t) {
|
|
4423
4407
|
var r = [], n = [];
|
|
4424
4408
|
return t.forEach(function(o, a) {
|
|
4425
|
-
var i = !!o.scopeParent, l = i ? o.scopeParent : o, c =
|
|
4409
|
+
var i = !!o.scopeParent, l = i ? o.scopeParent : o, c = di(l, i), u = i ? e(o.candidates) : l;
|
|
4426
4410
|
c === 0 ? i ? r.push.apply(r, u) : r.push(l) : n.push({
|
|
4427
4411
|
documentOrder: a,
|
|
4428
4412
|
tabIndex: c,
|
|
@@ -4430,25 +4414,25 @@ var oi = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4430
4414
|
isScope: i,
|
|
4431
4415
|
content: u
|
|
4432
4416
|
});
|
|
4433
|
-
}), n.sort(
|
|
4417
|
+
}), n.sort(fi).reduce(function(o, a) {
|
|
4434
4418
|
return a.isScope ? o.push.apply(o, a.content) : o.push(a.content), o;
|
|
4435
4419
|
}, []).concat(r);
|
|
4436
|
-
},
|
|
4420
|
+
}, vn = function(t, r) {
|
|
4437
4421
|
r = r || {};
|
|
4438
4422
|
var n;
|
|
4439
|
-
return r.getShadowRoot ? n =
|
|
4440
|
-
filter:
|
|
4423
|
+
return r.getShadowRoot ? n = ui([t], r.includeContainer, {
|
|
4424
|
+
filter: Mr.bind(null, r),
|
|
4441
4425
|
flatten: !1,
|
|
4442
4426
|
getShadowRoot: r.getShadowRoot,
|
|
4443
|
-
shadowRootFilter:
|
|
4444
|
-
}) : n =
|
|
4427
|
+
shadowRootFilter: Ei
|
|
4428
|
+
}) : n = ci(t, r.includeContainer, Mr.bind(null, r)), Si(n);
|
|
4445
4429
|
};
|
|
4446
|
-
function
|
|
4430
|
+
function Pr(e, t, r) {
|
|
4447
4431
|
let {
|
|
4448
4432
|
reference: n,
|
|
4449
4433
|
floating: o
|
|
4450
4434
|
} = e;
|
|
4451
|
-
const a = Me(t), i =
|
|
4435
|
+
const a = Me(t), i = fn(t), l = dn(i), c = ke(t), u = a === "y", f = n.x + n.width / 2 - o.width / 2, g = n.y + n.height / 2 - o.height / 2, v = n[l] / 2 - o[l] / 2;
|
|
4452
4436
|
let d;
|
|
4453
4437
|
switch (c) {
|
|
4454
4438
|
case "top":
|
|
@@ -4491,7 +4475,7 @@ function Mr(e, t, r) {
|
|
|
4491
4475
|
}
|
|
4492
4476
|
return d;
|
|
4493
4477
|
}
|
|
4494
|
-
const
|
|
4478
|
+
const Ti = (e, t, r) => ge(void 0, null, function* () {
|
|
4495
4479
|
const {
|
|
4496
4480
|
placement: n = "bottom",
|
|
4497
4481
|
strategy: o = "absolute",
|
|
@@ -4505,7 +4489,7 @@ const Ri = (e, t, r) => ge(void 0, null, function* () {
|
|
|
4505
4489
|
}), {
|
|
4506
4490
|
x: f,
|
|
4507
4491
|
y: g
|
|
4508
|
-
} =
|
|
4492
|
+
} = Pr(u, n, c), v = n, d = {}, h = 0;
|
|
4509
4493
|
for (let m = 0; m < l.length; m++) {
|
|
4510
4494
|
const {
|
|
4511
4495
|
name: w,
|
|
@@ -4538,7 +4522,7 @@ const Ri = (e, t, r) => ge(void 0, null, function* () {
|
|
|
4538
4522
|
}) : L.rects), {
|
|
4539
4523
|
x: f,
|
|
4540
4524
|
y: g
|
|
4541
|
-
} =
|
|
4525
|
+
} = Pr(u, v, c)), m = -1);
|
|
4542
4526
|
}
|
|
4543
4527
|
return {
|
|
4544
4528
|
x: f,
|
|
@@ -4548,7 +4532,7 @@ const Ri = (e, t, r) => ge(void 0, null, function* () {
|
|
|
4548
4532
|
middlewareData: d
|
|
4549
4533
|
};
|
|
4550
4534
|
});
|
|
4551
|
-
function
|
|
4535
|
+
function Zt(e, t) {
|
|
4552
4536
|
return ge(this, null, function* () {
|
|
4553
4537
|
var r;
|
|
4554
4538
|
t === void 0 && (t = {});
|
|
@@ -4565,7 +4549,7 @@ function Jt(e, t) {
|
|
|
4565
4549
|
elementContext: g = "floating",
|
|
4566
4550
|
altBoundary: v = !1,
|
|
4567
4551
|
padding: d = 0
|
|
4568
|
-
} = Qe(t, e), h =
|
|
4552
|
+
} = Qe(t, e), h = ai(d), w = l[v ? g === "floating" ? "reference" : "floating" : g], x = ft(yield a.getClippingRect({
|
|
4569
4553
|
element: (r = yield a.isElement == null ? void 0 : a.isElement(w)) == null || r ? w : w.contextElement || (yield a.getDocumentElement == null ? void 0 : a.getDocumentElement(l.floating)),
|
|
4570
4554
|
boundary: u,
|
|
4571
4555
|
rootBoundary: f,
|
|
@@ -4595,7 +4579,7 @@ function Jt(e, t) {
|
|
|
4595
4579
|
};
|
|
4596
4580
|
});
|
|
4597
4581
|
}
|
|
4598
|
-
const
|
|
4582
|
+
const Ci = function(e) {
|
|
4599
4583
|
return e === void 0 && (e = {}), {
|
|
4600
4584
|
name: "flip",
|
|
4601
4585
|
options: e,
|
|
@@ -4626,12 +4610,12 @@ const Ei = function(e) {
|
|
|
4626
4610
|
]);
|
|
4627
4611
|
if ((n = i.arrow) != null && n.alignmentOffset)
|
|
4628
4612
|
return {};
|
|
4629
|
-
const y = ke(a), E = Me(c), R = ke(c) === c, L = yield u.isRTL == null ? void 0 : u.isRTL(f.floating), _ = d || (R || !w ? [dt(c)] :
|
|
4630
|
-
!d && N && _.push(...
|
|
4631
|
-
const U = [c, ..._], Z = yield
|
|
4613
|
+
const y = ke(a), E = Me(c), R = ke(c) === c, L = yield u.isRTL == null ? void 0 : u.isRTL(f.floating), _ = d || (R || !w ? [dt(c)] : ri(c)), N = m !== "none";
|
|
4614
|
+
!d && N && _.push(...oi(c, w, m, L));
|
|
4615
|
+
const U = [c, ..._], Z = yield Zt(r, x), q = [];
|
|
4632
4616
|
let V = ((o = i.flip) == null ? void 0 : o.overflows) || [];
|
|
4633
4617
|
if (g && q.push(Z[y]), v) {
|
|
4634
|
-
const T =
|
|
4618
|
+
const T = ti(a, l, L);
|
|
4635
4619
|
q.push(Z[T[0]], Z[T[1]]);
|
|
4636
4620
|
}
|
|
4637
4621
|
if (V = [...V, {
|
|
@@ -4683,7 +4667,7 @@ const Ei = function(e) {
|
|
|
4683
4667
|
}
|
|
4684
4668
|
};
|
|
4685
4669
|
};
|
|
4686
|
-
function
|
|
4670
|
+
function ki(e, t) {
|
|
4687
4671
|
return ge(this, null, function* () {
|
|
4688
4672
|
const {
|
|
4689
4673
|
placement: r,
|
|
@@ -4712,7 +4696,7 @@ function Si(e, t) {
|
|
|
4712
4696
|
};
|
|
4713
4697
|
});
|
|
4714
4698
|
}
|
|
4715
|
-
const
|
|
4699
|
+
const zi = function(e) {
|
|
4716
4700
|
return e === void 0 && (e = 0), {
|
|
4717
4701
|
name: "offset",
|
|
4718
4702
|
options: e,
|
|
@@ -4724,7 +4708,7 @@ const Ti = function(e) {
|
|
|
4724
4708
|
y: i,
|
|
4725
4709
|
placement: l,
|
|
4726
4710
|
middlewareData: c
|
|
4727
|
-
} = r, u = yield
|
|
4711
|
+
} = r, u = yield ki(r, e);
|
|
4728
4712
|
return l === ((n = c.offset) == null ? void 0 : n.placement) && (o = c.arrow) != null && o.alignmentOffset ? {} : {
|
|
4729
4713
|
x: a + u.x,
|
|
4730
4714
|
y: i + u.y,
|
|
@@ -4735,7 +4719,7 @@ const Ti = function(e) {
|
|
|
4735
4719
|
});
|
|
4736
4720
|
}
|
|
4737
4721
|
};
|
|
4738
|
-
},
|
|
4722
|
+
}, Li = function(e) {
|
|
4739
4723
|
return e === void 0 && (e = {}), {
|
|
4740
4724
|
name: "shift",
|
|
4741
4725
|
options: e,
|
|
@@ -4767,15 +4751,15 @@ const Ti = function(e) {
|
|
|
4767
4751
|
]), f = {
|
|
4768
4752
|
x: n,
|
|
4769
4753
|
y: o
|
|
4770
|
-
}, g = yield
|
|
4754
|
+
}, g = yield Zt(r, u), v = Me(ke(a)), d = un(v);
|
|
4771
4755
|
let h = f[d], m = f[v];
|
|
4772
4756
|
if (i) {
|
|
4773
4757
|
const y = d === "y" ? "top" : "left", E = d === "y" ? "bottom" : "right", R = h + g[y], L = h - g[E];
|
|
4774
|
-
h =
|
|
4758
|
+
h = zr(R, h, L);
|
|
4775
4759
|
}
|
|
4776
4760
|
if (l) {
|
|
4777
4761
|
const y = v === "y" ? "top" : "left", E = v === "y" ? "bottom" : "right", R = m + g[y], L = m - g[E];
|
|
4778
|
-
m =
|
|
4762
|
+
m = zr(R, m, L);
|
|
4779
4763
|
}
|
|
4780
4764
|
const w = c.fn($(z({}, r), {
|
|
4781
4765
|
[d]: h,
|
|
@@ -4790,7 +4774,7 @@ const Ti = function(e) {
|
|
|
4790
4774
|
});
|
|
4791
4775
|
}
|
|
4792
4776
|
};
|
|
4793
|
-
},
|
|
4777
|
+
}, Mi = function(e) {
|
|
4794
4778
|
return e === void 0 && (e = {}), {
|
|
4795
4779
|
name: "size",
|
|
4796
4780
|
options: e,
|
|
@@ -4806,7 +4790,7 @@ const Ti = function(e) {
|
|
|
4806
4790
|
}
|
|
4807
4791
|
} = Z, c = fe(Z, [
|
|
4808
4792
|
"apply"
|
|
4809
|
-
]), u = yield
|
|
4793
|
+
]), u = yield Zt(r, c), f = ke(n), g = et(n), v = Me(n) === "y", {
|
|
4810
4794
|
width: d,
|
|
4811
4795
|
height: h
|
|
4812
4796
|
} = o.floating;
|
|
@@ -4832,7 +4816,7 @@ const Ti = function(e) {
|
|
|
4832
4816
|
}
|
|
4833
4817
|
};
|
|
4834
4818
|
};
|
|
4835
|
-
function
|
|
4819
|
+
function bn(e) {
|
|
4836
4820
|
const t = ce(e);
|
|
4837
4821
|
let r = parseFloat(t.width) || 0, n = parseFloat(t.height) || 0;
|
|
4838
4822
|
const o = ie(e), a = o ? e.offsetWidth : r, i = o ? e.offsetHeight : n, l = ut(r) !== a || ut(n) !== i;
|
|
@@ -4842,41 +4826,41 @@ function pn(e) {
|
|
|
4842
4826
|
$: l
|
|
4843
4827
|
};
|
|
4844
4828
|
}
|
|
4845
|
-
function
|
|
4829
|
+
function Qt(e) {
|
|
4846
4830
|
return X(e) ? e : e.contextElement;
|
|
4847
4831
|
}
|
|
4848
4832
|
function Oe(e) {
|
|
4849
|
-
const t =
|
|
4833
|
+
const t = Qt(e);
|
|
4850
4834
|
if (!ie(t))
|
|
4851
4835
|
return Ce(1);
|
|
4852
4836
|
const r = t.getBoundingClientRect(), {
|
|
4853
4837
|
width: n,
|
|
4854
4838
|
height: o,
|
|
4855
4839
|
$: a
|
|
4856
|
-
} =
|
|
4840
|
+
} = bn(t);
|
|
4857
4841
|
let i = (a ? ut(r.width) : r.width) / n, l = (a ? ut(r.height) : r.height) / o;
|
|
4858
4842
|
return (!i || !Number.isFinite(i)) && (i = 1), (!l || !Number.isFinite(l)) && (l = 1), {
|
|
4859
4843
|
x: i,
|
|
4860
4844
|
y: l
|
|
4861
4845
|
};
|
|
4862
4846
|
}
|
|
4863
|
-
const
|
|
4864
|
-
function
|
|
4847
|
+
const Pi = /* @__PURE__ */ Ce(0);
|
|
4848
|
+
function xn(e) {
|
|
4865
4849
|
const t = oe(e);
|
|
4866
|
-
return !
|
|
4850
|
+
return !Jt() || !t.visualViewport ? Pi : {
|
|
4867
4851
|
x: t.visualViewport.offsetLeft,
|
|
4868
4852
|
y: t.visualViewport.offsetTop
|
|
4869
4853
|
};
|
|
4870
4854
|
}
|
|
4871
|
-
function
|
|
4855
|
+
function _i(e, t, r) {
|
|
4872
4856
|
return t === void 0 && (t = !1), !r || t && r !== oe(e) ? !1 : t;
|
|
4873
4857
|
}
|
|
4874
4858
|
function Pe(e, t, r, n) {
|
|
4875
4859
|
t === void 0 && (t = !1), r === void 0 && (r = !1);
|
|
4876
|
-
const o = e.getBoundingClientRect(), a =
|
|
4860
|
+
const o = e.getBoundingClientRect(), a = Qt(e);
|
|
4877
4861
|
let i = Ce(1);
|
|
4878
4862
|
t && (n ? X(n) && (i = Oe(n)) : i = Oe(e));
|
|
4879
|
-
const l =
|
|
4863
|
+
const l = _i(a, r, n) ? xn(a) : Ce(0);
|
|
4880
4864
|
let c = (o.left + l.x) / i.x, u = (o.top + l.y) / i.y, f = o.width / i.x, g = o.height / i.y;
|
|
4881
4865
|
if (a) {
|
|
4882
4866
|
const v = oe(a), d = n && X(n) ? oe(n) : n;
|
|
@@ -4893,7 +4877,7 @@ function Pe(e, t, r, n) {
|
|
|
4893
4877
|
y: u
|
|
4894
4878
|
});
|
|
4895
4879
|
}
|
|
4896
|
-
function
|
|
4880
|
+
function Hi(e) {
|
|
4897
4881
|
let {
|
|
4898
4882
|
elements: t,
|
|
4899
4883
|
rect: r,
|
|
@@ -4919,15 +4903,15 @@ function Mi(e) {
|
|
|
4919
4903
|
y: r.y * u.y - c.scrollTop * u.y + f.y
|
|
4920
4904
|
};
|
|
4921
4905
|
}
|
|
4922
|
-
function
|
|
4906
|
+
function Ai(e) {
|
|
4923
4907
|
return Array.from(e.getClientRects());
|
|
4924
4908
|
}
|
|
4925
|
-
function
|
|
4909
|
+
function yn(e) {
|
|
4926
4910
|
return Pe(ve(e)).left + vt(e).scrollLeft;
|
|
4927
4911
|
}
|
|
4928
|
-
function
|
|
4912
|
+
function Wi(e) {
|
|
4929
4913
|
const t = ve(e), r = vt(e), n = e.ownerDocument.body, o = ae(t.scrollWidth, t.clientWidth, n.scrollWidth, n.clientWidth), a = ae(t.scrollHeight, t.clientHeight, n.scrollHeight, n.clientHeight);
|
|
4930
|
-
let i = -r.scrollLeft +
|
|
4914
|
+
let i = -r.scrollLeft + yn(e);
|
|
4931
4915
|
const l = -r.scrollTop;
|
|
4932
4916
|
return ce(n).direction === "rtl" && (i += ae(t.clientWidth, n.clientWidth) - o), {
|
|
4933
4917
|
width: o,
|
|
@@ -4936,12 +4920,12 @@ function _i(e) {
|
|
|
4936
4920
|
y: l
|
|
4937
4921
|
};
|
|
4938
4922
|
}
|
|
4939
|
-
function
|
|
4923
|
+
function Oi(e, t) {
|
|
4940
4924
|
const r = oe(e), n = ve(e), o = r.visualViewport;
|
|
4941
4925
|
let a = n.clientWidth, i = n.clientHeight, l = 0, c = 0;
|
|
4942
4926
|
if (o) {
|
|
4943
4927
|
a = o.width, i = o.height;
|
|
4944
|
-
const u =
|
|
4928
|
+
const u = Jt();
|
|
4945
4929
|
(!u || u && t === "fixed") && (l = o.offsetLeft, c = o.offsetTop);
|
|
4946
4930
|
}
|
|
4947
4931
|
return {
|
|
@@ -4951,7 +4935,7 @@ function Hi(e, t) {
|
|
|
4951
4935
|
y: c
|
|
4952
4936
|
};
|
|
4953
4937
|
}
|
|
4954
|
-
function
|
|
4938
|
+
function Fi(e, t) {
|
|
4955
4939
|
const r = Pe(e, !0, t === "fixed"), n = r.top + e.clientTop, o = r.left + e.clientLeft, a = ie(e) ? Oe(e) : Ce(1), i = e.clientWidth * a.x, l = e.clientHeight * a.y, c = o * a.x, u = n * a.y;
|
|
4956
4940
|
return {
|
|
4957
4941
|
width: i,
|
|
@@ -4960,16 +4944,16 @@ function Ai(e, t) {
|
|
|
4960
4944
|
y: u
|
|
4961
4945
|
};
|
|
4962
4946
|
}
|
|
4963
|
-
function
|
|
4947
|
+
function _r(e, t, r) {
|
|
4964
4948
|
let n;
|
|
4965
4949
|
if (t === "viewport")
|
|
4966
|
-
n =
|
|
4950
|
+
n = Oi(e, r);
|
|
4967
4951
|
else if (t === "document")
|
|
4968
|
-
n =
|
|
4952
|
+
n = Wi(ve(e));
|
|
4969
4953
|
else if (X(t))
|
|
4970
|
-
n =
|
|
4954
|
+
n = Fi(t, r);
|
|
4971
4955
|
else {
|
|
4972
|
-
const o =
|
|
4956
|
+
const o = xn(e);
|
|
4973
4957
|
n = $(z({}, t), {
|
|
4974
4958
|
x: t.x - o.x,
|
|
4975
4959
|
y: t.y - o.y
|
|
@@ -4977,11 +4961,11 @@ function Pr(e, t, r) {
|
|
|
4977
4961
|
}
|
|
4978
4962
|
return ft(n);
|
|
4979
4963
|
}
|
|
4980
|
-
function
|
|
4964
|
+
function wn(e, t) {
|
|
4981
4965
|
const r = pe(e);
|
|
4982
|
-
return r === t || !X(r) || Te(r) ? !1 : ce(r).position === "fixed" ||
|
|
4966
|
+
return r === t || !X(r) || Te(r) ? !1 : ce(r).position === "fixed" || wn(r, t);
|
|
4983
4967
|
}
|
|
4984
|
-
function
|
|
4968
|
+
function Di(e, t) {
|
|
4985
4969
|
const r = t.get(e);
|
|
4986
4970
|
if (r)
|
|
4987
4971
|
return r;
|
|
@@ -4989,22 +4973,22 @@ function Wi(e, t) {
|
|
|
4989
4973
|
const a = ce(e).position === "fixed";
|
|
4990
4974
|
let i = a ? pe(e) : e;
|
|
4991
4975
|
for (; X(i) && !Te(i); ) {
|
|
4992
|
-
const l = ce(i), c =
|
|
4993
|
-
!c && l.position === "fixed" && (o = null), (a ? !c && !o : !c && l.position === "static" && !!o && ["absolute", "fixed"].includes(o.position) || Ze(i) && !c &&
|
|
4976
|
+
const l = ce(i), c = Xt(i);
|
|
4977
|
+
!c && l.position === "fixed" && (o = null), (a ? !c && !o : !c && l.position === "static" && !!o && ["absolute", "fixed"].includes(o.position) || Ze(i) && !c && wn(e, i)) ? n = n.filter((f) => f !== i) : o = l, i = pe(i);
|
|
4994
4978
|
}
|
|
4995
4979
|
return t.set(e, n), n;
|
|
4996
4980
|
}
|
|
4997
|
-
function
|
|
4981
|
+
function Bi(e) {
|
|
4998
4982
|
let {
|
|
4999
4983
|
element: t,
|
|
5000
4984
|
boundary: r,
|
|
5001
4985
|
rootBoundary: n,
|
|
5002
4986
|
strategy: o
|
|
5003
4987
|
} = e;
|
|
5004
|
-
const i = [...r === "clippingAncestors" ? pt(t) ? [] :
|
|
5005
|
-
const g =
|
|
4988
|
+
const i = [...r === "clippingAncestors" ? pt(t) ? [] : Di(t, this._c) : [].concat(r), n], l = i[0], c = i.reduce((u, f) => {
|
|
4989
|
+
const g = _r(t, f, o);
|
|
5006
4990
|
return u.top = ae(g.top, u.top), u.right = Ee(g.right, u.right), u.bottom = Ee(g.bottom, u.bottom), u.left = ae(g.left, u.left), u;
|
|
5007
|
-
},
|
|
4991
|
+
}, _r(t, l, o));
|
|
5008
4992
|
return {
|
|
5009
4993
|
width: c.right - c.left,
|
|
5010
4994
|
height: c.bottom - c.top,
|
|
@@ -5012,17 +4996,17 @@ function Oi(e) {
|
|
|
5012
4996
|
y: c.top
|
|
5013
4997
|
};
|
|
5014
4998
|
}
|
|
5015
|
-
function
|
|
4999
|
+
function Ii(e) {
|
|
5016
5000
|
const {
|
|
5017
5001
|
width: t,
|
|
5018
5002
|
height: r
|
|
5019
|
-
} =
|
|
5003
|
+
} = bn(e);
|
|
5020
5004
|
return {
|
|
5021
5005
|
width: t,
|
|
5022
5006
|
height: r
|
|
5023
5007
|
};
|
|
5024
5008
|
}
|
|
5025
|
-
function
|
|
5009
|
+
function ji(e, t, r) {
|
|
5026
5010
|
const n = ie(t), o = ve(t), a = r === "fixed", i = Pe(e, !0, a, t);
|
|
5027
5011
|
let l = {
|
|
5028
5012
|
scrollLeft: 0,
|
|
@@ -5033,7 +5017,7 @@ function Di(e, t, r) {
|
|
|
5033
5017
|
if ((Ie(t) !== "body" || Ze(o)) && (l = vt(t)), n) {
|
|
5034
5018
|
const g = Pe(t, !0, a, t);
|
|
5035
5019
|
c.x = g.x + t.clientLeft, c.y = g.y + t.clientTop;
|
|
5036
|
-
} else o && (c.x =
|
|
5020
|
+
} else o && (c.x = yn(o));
|
|
5037
5021
|
const u = i.left + l.scrollLeft - c.x, f = i.top + l.scrollTop - c.y;
|
|
5038
5022
|
return {
|
|
5039
5023
|
x: u,
|
|
@@ -5042,35 +5026,35 @@ function Di(e, t, r) {
|
|
|
5042
5026
|
height: i.height
|
|
5043
5027
|
};
|
|
5044
5028
|
}
|
|
5045
|
-
function
|
|
5029
|
+
function zt(e) {
|
|
5046
5030
|
return ce(e).position === "static";
|
|
5047
5031
|
}
|
|
5048
|
-
function
|
|
5032
|
+
function Hr(e, t) {
|
|
5049
5033
|
return !ie(e) || ce(e).position === "fixed" ? null : t ? t(e) : e.offsetParent;
|
|
5050
5034
|
}
|
|
5051
|
-
function
|
|
5035
|
+
function Rn(e, t) {
|
|
5052
5036
|
const r = oe(e);
|
|
5053
5037
|
if (pt(e))
|
|
5054
5038
|
return r;
|
|
5055
5039
|
if (!ie(e)) {
|
|
5056
5040
|
let o = pe(e);
|
|
5057
5041
|
for (; o && !Te(o); ) {
|
|
5058
|
-
if (X(o) && !
|
|
5042
|
+
if (X(o) && !zt(o))
|
|
5059
5043
|
return o;
|
|
5060
5044
|
o = pe(o);
|
|
5061
5045
|
}
|
|
5062
5046
|
return r;
|
|
5063
5047
|
}
|
|
5064
|
-
let n =
|
|
5065
|
-
for (; n &&
|
|
5066
|
-
n =
|
|
5067
|
-
return n && Te(n) &&
|
|
5048
|
+
let n = Hr(e, t);
|
|
5049
|
+
for (; n && Go(n) && zt(n); )
|
|
5050
|
+
n = Hr(n, t);
|
|
5051
|
+
return n && Te(n) && zt(n) && !Xt(n) ? r : n || Uo(e) || r;
|
|
5068
5052
|
}
|
|
5069
|
-
const
|
|
5053
|
+
const Ni = function(e) {
|
|
5070
5054
|
return ge(this, null, function* () {
|
|
5071
|
-
const t = this.getOffsetParent ||
|
|
5055
|
+
const t = this.getOffsetParent || Rn, r = this.getDimensions, n = yield r(e.floating);
|
|
5072
5056
|
return {
|
|
5073
|
-
reference:
|
|
5057
|
+
reference: ji(e.reference, yield t(e.floating), e.strategy),
|
|
5074
5058
|
floating: {
|
|
5075
5059
|
x: 0,
|
|
5076
5060
|
y: 0,
|
|
@@ -5080,22 +5064,22 @@ const Bi = function(e) {
|
|
|
5080
5064
|
};
|
|
5081
5065
|
});
|
|
5082
5066
|
};
|
|
5083
|
-
function
|
|
5067
|
+
function $i(e) {
|
|
5084
5068
|
return ce(e).direction === "rtl";
|
|
5085
5069
|
}
|
|
5086
|
-
const
|
|
5087
|
-
convertOffsetParentRelativeRectToViewportRelativeRect:
|
|
5070
|
+
const Vi = {
|
|
5071
|
+
convertOffsetParentRelativeRectToViewportRelativeRect: Hi,
|
|
5088
5072
|
getDocumentElement: ve,
|
|
5089
|
-
getClippingRect:
|
|
5090
|
-
getOffsetParent:
|
|
5091
|
-
getElementRects:
|
|
5092
|
-
getClientRects:
|
|
5093
|
-
getDimensions:
|
|
5073
|
+
getClippingRect: Bi,
|
|
5074
|
+
getOffsetParent: Rn,
|
|
5075
|
+
getElementRects: Ni,
|
|
5076
|
+
getClientRects: Ai,
|
|
5077
|
+
getDimensions: Ii,
|
|
5094
5078
|
getScale: Oe,
|
|
5095
5079
|
isElement: X,
|
|
5096
|
-
isRTL:
|
|
5080
|
+
isRTL: $i
|
|
5097
5081
|
};
|
|
5098
|
-
function
|
|
5082
|
+
function Gi(e, t) {
|
|
5099
5083
|
let r = null, n;
|
|
5100
5084
|
const o = ve(e);
|
|
5101
5085
|
function a() {
|
|
@@ -5140,7 +5124,7 @@ function Ni(e, t) {
|
|
|
5140
5124
|
}
|
|
5141
5125
|
return i(!0), a;
|
|
5142
5126
|
}
|
|
5143
|
-
function
|
|
5127
|
+
function Ha(e, t, r, n) {
|
|
5144
5128
|
n === void 0 && (n = {});
|
|
5145
5129
|
const {
|
|
5146
5130
|
ancestorScroll: o = !0,
|
|
@@ -5148,13 +5132,13 @@ function Ma(e, t, r, n) {
|
|
|
5148
5132
|
elementResize: i = typeof ResizeObserver == "function",
|
|
5149
5133
|
layoutShift: l = typeof IntersectionObserver == "function",
|
|
5150
5134
|
animationFrame: c = !1
|
|
5151
|
-
} = n, u =
|
|
5135
|
+
} = n, u = Qt(e), f = o || a ? [...u ? Se(u) : [], ...Se(t)] : [];
|
|
5152
5136
|
f.forEach((x) => {
|
|
5153
5137
|
o && x.addEventListener("scroll", r, {
|
|
5154
5138
|
passive: !0
|
|
5155
5139
|
}), a && x.addEventListener("resize", r);
|
|
5156
5140
|
});
|
|
5157
|
-
const g = u && l ?
|
|
5141
|
+
const g = u && l ? Gi(u, r) : null;
|
|
5158
5142
|
let v = -1, d = null;
|
|
5159
5143
|
i && (d = new ResizeObserver((x) => {
|
|
5160
5144
|
let [y] = x;
|
|
@@ -5176,17 +5160,17 @@ function Ma(e, t, r, n) {
|
|
|
5176
5160
|
}), g == null || g(), (x = d) == null || x.disconnect(), d = null, c && cancelAnimationFrame(h);
|
|
5177
5161
|
};
|
|
5178
5162
|
}
|
|
5179
|
-
const
|
|
5163
|
+
const Ui = zi, qi = Li, Yi = Ci, Ki = Mi, Xi = (e, t, r) => {
|
|
5180
5164
|
const n = /* @__PURE__ */ new Map(), o = z({
|
|
5181
|
-
platform:
|
|
5165
|
+
platform: Vi
|
|
5182
5166
|
}, r), a = $(z({}, o.platform), {
|
|
5183
5167
|
_c: n
|
|
5184
5168
|
});
|
|
5185
|
-
return
|
|
5169
|
+
return Ti(e, t, $(z({}, o), {
|
|
5186
5170
|
platform: a
|
|
5187
5171
|
}));
|
|
5188
5172
|
};
|
|
5189
|
-
var st = typeof document != "undefined" ?
|
|
5173
|
+
var st = typeof document != "undefined" ? qr : Je;
|
|
5190
5174
|
function mt(e, t) {
|
|
5191
5175
|
if (e === t)
|
|
5192
5176
|
return !0;
|
|
@@ -5217,20 +5201,20 @@ function mt(e, t) {
|
|
|
5217
5201
|
}
|
|
5218
5202
|
return e !== e && t !== t;
|
|
5219
5203
|
}
|
|
5220
|
-
function
|
|
5204
|
+
function En(e) {
|
|
5221
5205
|
return typeof window == "undefined" ? 1 : (e.ownerDocument.defaultView || window).devicePixelRatio || 1;
|
|
5222
5206
|
}
|
|
5223
|
-
function
|
|
5224
|
-
const r =
|
|
5207
|
+
function Ar(e, t) {
|
|
5208
|
+
const r = En(e);
|
|
5225
5209
|
return Math.round(t * r) / r;
|
|
5226
5210
|
}
|
|
5227
|
-
function
|
|
5211
|
+
function Wr(e) {
|
|
5228
5212
|
const t = p.useRef(e);
|
|
5229
5213
|
return st(() => {
|
|
5230
5214
|
t.current = e;
|
|
5231
5215
|
}), t;
|
|
5232
5216
|
}
|
|
5233
|
-
function
|
|
5217
|
+
function Ji(e) {
|
|
5234
5218
|
e === void 0 && (e = {});
|
|
5235
5219
|
const {
|
|
5236
5220
|
placement: t = "bottom",
|
|
@@ -5257,7 +5241,7 @@ function Yi(e) {
|
|
|
5257
5241
|
k !== _.current && (_.current = k, m(k));
|
|
5258
5242
|
}, []), E = p.useCallback((k) => {
|
|
5259
5243
|
k !== N.current && (N.current = k, x(k));
|
|
5260
|
-
}, []), R = a || h, L = i || w, _ = p.useRef(null), N = p.useRef(null), U = p.useRef(f), Z = c != null, q =
|
|
5244
|
+
}, []), R = a || h, L = i || w, _ = p.useRef(null), N = p.useRef(null), U = p.useRef(f), Z = c != null, q = Wr(c), V = Wr(o), H = p.useCallback(() => {
|
|
5261
5245
|
if (!_.current || !N.current)
|
|
5262
5246
|
return;
|
|
5263
5247
|
const k = {
|
|
@@ -5265,11 +5249,11 @@ function Yi(e) {
|
|
|
5265
5249
|
strategy: r,
|
|
5266
5250
|
middleware: v
|
|
5267
5251
|
};
|
|
5268
|
-
V.current && (k.platform = V.current),
|
|
5252
|
+
V.current && (k.platform = V.current), Xi(_.current, N.current, k).then((M) => {
|
|
5269
5253
|
const j = $(z({}, M), {
|
|
5270
5254
|
isPositioned: !0
|
|
5271
5255
|
});
|
|
5272
|
-
Y.current && !mt(U.current, j) && (U.current = j,
|
|
5256
|
+
Y.current && !mt(U.current, j) && (U.current = j, Yr.flushSync(() => {
|
|
5273
5257
|
g(j);
|
|
5274
5258
|
}));
|
|
5275
5259
|
});
|
|
@@ -5305,10 +5289,10 @@ function Yi(e) {
|
|
|
5305
5289
|
};
|
|
5306
5290
|
if (!C.floating)
|
|
5307
5291
|
return k;
|
|
5308
|
-
const M =
|
|
5292
|
+
const M = Ar(C.floating, f.x), j = Ar(C.floating, f.y);
|
|
5309
5293
|
return l ? z($(z({}, k), {
|
|
5310
5294
|
transform: "translate(" + M + "px, " + j + "px)"
|
|
5311
|
-
}),
|
|
5295
|
+
}), En(C.floating) >= 1.5 && {
|
|
5312
5296
|
willChange: "transform"
|
|
5313
5297
|
}) : {
|
|
5314
5298
|
position: r,
|
|
@@ -5323,21 +5307,21 @@ function Yi(e) {
|
|
|
5323
5307
|
floatingStyles: T
|
|
5324
5308
|
}), [f, H, A, C, T]);
|
|
5325
5309
|
}
|
|
5326
|
-
const
|
|
5310
|
+
const Aa = (e, t) => $(z({}, Ui(e)), {
|
|
5327
5311
|
options: [e, t]
|
|
5328
|
-
}),
|
|
5312
|
+
}), Wa = (e, t) => $(z({}, qi(e)), {
|
|
5329
5313
|
options: [e, t]
|
|
5330
|
-
}),
|
|
5314
|
+
}), Oa = (e, t) => $(z({}, Yi(e)), {
|
|
5331
5315
|
options: [e, t]
|
|
5332
|
-
}),
|
|
5316
|
+
}), Fa = (e, t) => $(z({}, Ki(e)), {
|
|
5333
5317
|
options: [e, t]
|
|
5334
|
-
}),
|
|
5318
|
+
}), Sn = z({}, p), Zi = Sn.useInsertionEffect, Qi = Zi || ((e) => e());
|
|
5335
5319
|
function we(e) {
|
|
5336
5320
|
const t = p.useRef(() => {
|
|
5337
5321
|
if (process.env.NODE_ENV !== "production")
|
|
5338
5322
|
throw new Error("Cannot call an event handler while rendering.");
|
|
5339
5323
|
});
|
|
5340
|
-
return
|
|
5324
|
+
return Qi(() => {
|
|
5341
5325
|
t.current = e;
|
|
5342
5326
|
}), p.useCallback(function() {
|
|
5343
5327
|
for (var r = arguments.length, n = new Array(r), o = 0; o < r; o++)
|
|
@@ -5345,44 +5329,44 @@ function we(e) {
|
|
|
5345
5329
|
return t.current == null ? void 0 : t.current(...n);
|
|
5346
5330
|
}, []);
|
|
5347
5331
|
}
|
|
5348
|
-
var ue = typeof document != "undefined" ?
|
|
5349
|
-
function
|
|
5350
|
-
return
|
|
5332
|
+
var ue = typeof document != "undefined" ? qr : Je;
|
|
5333
|
+
function Vt() {
|
|
5334
|
+
return Vt = Object.assign ? Object.assign.bind() : function(e) {
|
|
5351
5335
|
for (var t = 1; t < arguments.length; t++) {
|
|
5352
5336
|
var r = arguments[t];
|
|
5353
5337
|
for (var n in r)
|
|
5354
5338
|
Object.prototype.hasOwnProperty.call(r, n) && (e[n] = r[n]);
|
|
5355
5339
|
}
|
|
5356
5340
|
return e;
|
|
5357
|
-
},
|
|
5341
|
+
}, Vt.apply(this, arguments);
|
|
5358
5342
|
}
|
|
5359
|
-
let
|
|
5360
|
-
const
|
|
5343
|
+
let Or = !1, ea = 0;
|
|
5344
|
+
const Fr = () => (
|
|
5361
5345
|
// Ensure the id is unique with multiple independent versions of Floating UI
|
|
5362
5346
|
// on <React 18
|
|
5363
|
-
"floating-ui-" + Math.random().toString(36).slice(2, 6) +
|
|
5347
|
+
"floating-ui-" + Math.random().toString(36).slice(2, 6) + ea++
|
|
5364
5348
|
);
|
|
5365
|
-
function
|
|
5366
|
-
const [e, t] = p.useState(() =>
|
|
5349
|
+
function ta() {
|
|
5350
|
+
const [e, t] = p.useState(() => Or ? Fr() : void 0);
|
|
5367
5351
|
return ue(() => {
|
|
5368
|
-
e == null && t(
|
|
5352
|
+
e == null && t(Fr());
|
|
5369
5353
|
}, []), p.useEffect(() => {
|
|
5370
|
-
|
|
5354
|
+
Or = !0;
|
|
5371
5355
|
}, []), e;
|
|
5372
5356
|
}
|
|
5373
|
-
const
|
|
5374
|
-
let
|
|
5375
|
-
process.env.NODE_ENV !== "production" && (
|
|
5376
|
-
function
|
|
5357
|
+
const ra = Sn.useId, er = ra || ta;
|
|
5358
|
+
let Gt;
|
|
5359
|
+
process.env.NODE_ENV !== "production" && (Gt = /* @__PURE__ */ new Set());
|
|
5360
|
+
function na() {
|
|
5377
5361
|
for (var e, t = arguments.length, r = new Array(t), n = 0; n < t; n++)
|
|
5378
5362
|
r[n] = arguments[n];
|
|
5379
5363
|
const o = "Floating UI: " + r.join(" ");
|
|
5380
|
-
if (!((e =
|
|
5364
|
+
if (!((e = Gt) != null && e.has(o))) {
|
|
5381
5365
|
var a;
|
|
5382
|
-
(a =
|
|
5366
|
+
(a = Gt) == null || a.add(o), console.error(o);
|
|
5383
5367
|
}
|
|
5384
5368
|
}
|
|
5385
|
-
function
|
|
5369
|
+
function oa() {
|
|
5386
5370
|
const e = /* @__PURE__ */ new Map();
|
|
5387
5371
|
return {
|
|
5388
5372
|
emit(t, r) {
|
|
@@ -5398,24 +5382,24 @@ function ta() {
|
|
|
5398
5382
|
}
|
|
5399
5383
|
};
|
|
5400
5384
|
}
|
|
5401
|
-
const
|
|
5385
|
+
const ia = /* @__PURE__ */ p.createContext(null), aa = /* @__PURE__ */ p.createContext(null), tr = () => {
|
|
5402
5386
|
var e;
|
|
5403
|
-
return ((e = p.useContext(
|
|
5404
|
-
},
|
|
5387
|
+
return ((e = p.useContext(ia)) == null ? void 0 : e.id) || null;
|
|
5388
|
+
}, rr = () => p.useContext(aa);
|
|
5405
5389
|
function tt(e) {
|
|
5406
5390
|
return "data-floating-ui-" + e;
|
|
5407
5391
|
}
|
|
5408
|
-
function
|
|
5409
|
-
const t =
|
|
5392
|
+
function Lt(e) {
|
|
5393
|
+
const t = no(e);
|
|
5410
5394
|
return ue(() => {
|
|
5411
5395
|
t.current = e;
|
|
5412
5396
|
}), t;
|
|
5413
5397
|
}
|
|
5414
|
-
const
|
|
5415
|
-
function
|
|
5398
|
+
const Dr = /* @__PURE__ */ tt("safe-polygon");
|
|
5399
|
+
function Mt(e, t, r) {
|
|
5416
5400
|
return r && !Ke(r) ? 0 : typeof e == "number" ? e : e == null ? void 0 : e[t];
|
|
5417
5401
|
}
|
|
5418
|
-
function
|
|
5402
|
+
function Da(e, t) {
|
|
5419
5403
|
t === void 0 && (t = {});
|
|
5420
5404
|
const {
|
|
5421
5405
|
open: r,
|
|
@@ -5430,7 +5414,7 @@ function Wa(e, t) {
|
|
|
5430
5414
|
mouseOnly: f = !1,
|
|
5431
5415
|
restMs: g = 0,
|
|
5432
5416
|
move: v = !0
|
|
5433
|
-
} = t, d =
|
|
5417
|
+
} = t, d = rr(), h = tr(), m = Lt(u), w = Lt(c), x = Lt(r), y = p.useRef(), E = p.useRef(-1), R = p.useRef(), L = p.useRef(-1), _ = p.useRef(!0), N = p.useRef(!1), U = p.useRef(() => {
|
|
5434
5418
|
}), Z = p.useCallback(() => {
|
|
5435
5419
|
var C;
|
|
5436
5420
|
const T = (C = o.current.openEvent) == null ? void 0 : C.type;
|
|
@@ -5459,14 +5443,14 @@ function Wa(e, t) {
|
|
|
5459
5443
|
}, [i.floating, r, n, l, m, Z]);
|
|
5460
5444
|
const q = p.useCallback(function(C, T, k) {
|
|
5461
5445
|
T === void 0 && (T = !0), k === void 0 && (k = "hover");
|
|
5462
|
-
const M =
|
|
5446
|
+
const M = Mt(w.current, "close", y.current);
|
|
5463
5447
|
M && !R.current ? (clearTimeout(E.current), E.current = window.setTimeout(() => n(!1, C, k), M)) : T && (clearTimeout(E.current), n(!1, C, k));
|
|
5464
5448
|
}, [w, n]), V = we(() => {
|
|
5465
5449
|
U.current(), R.current = void 0;
|
|
5466
5450
|
}), H = we(() => {
|
|
5467
5451
|
if (N.current) {
|
|
5468
5452
|
const C = Re(i.floating).body;
|
|
5469
|
-
C.style.pointerEvents = "", C.removeAttribute(
|
|
5453
|
+
C.style.pointerEvents = "", C.removeAttribute(Dr), N.current = !1;
|
|
5470
5454
|
}
|
|
5471
5455
|
});
|
|
5472
5456
|
p.useEffect(() => {
|
|
@@ -5475,9 +5459,9 @@ function Wa(e, t) {
|
|
|
5475
5459
|
return o.current.openEvent ? ["click", "mousedown"].includes(o.current.openEvent.type) : !1;
|
|
5476
5460
|
}
|
|
5477
5461
|
function T(W) {
|
|
5478
|
-
if (clearTimeout(E.current), _.current = !1, f && !Ke(y.current) || g > 0 && !
|
|
5462
|
+
if (clearTimeout(E.current), _.current = !1, f && !Ke(y.current) || g > 0 && !Mt(w.current, "open"))
|
|
5479
5463
|
return;
|
|
5480
|
-
const D =
|
|
5464
|
+
const D = Mt(w.current, "open", y.current);
|
|
5481
5465
|
D ? E.current = window.setTimeout(() => {
|
|
5482
5466
|
x.current || n(!0, W, "hover");
|
|
5483
5467
|
}, D) : n(!0, W, "hover");
|
|
@@ -5527,7 +5511,7 @@ function Wa(e, t) {
|
|
|
5527
5511
|
var C;
|
|
5528
5512
|
if (l && r && (C = m.current) != null && C.__options.blockPointerEvents && Z()) {
|
|
5529
5513
|
const k = Re(i.floating).body;
|
|
5530
|
-
k.setAttribute(
|
|
5514
|
+
k.setAttribute(Dr, ""), k.style.pointerEvents = "none", N.current = !0;
|
|
5531
5515
|
const M = i.floating;
|
|
5532
5516
|
if (X(i.domReference) && M) {
|
|
5533
5517
|
var T;
|
|
@@ -5572,7 +5556,7 @@ function Wa(e, t) {
|
|
|
5572
5556
|
floating: A
|
|
5573
5557
|
} : {}, [l, Y, A]);
|
|
5574
5558
|
}
|
|
5575
|
-
function
|
|
5559
|
+
function Pt(e, t) {
|
|
5576
5560
|
let r = e.filter((o) => {
|
|
5577
5561
|
var a;
|
|
5578
5562
|
return o.parentId === t && ((a = o.context) == null ? void 0 : a.open);
|
|
@@ -5587,7 +5571,7 @@ function Mt(e, t) {
|
|
|
5587
5571
|
}), r = r.concat(n);
|
|
5588
5572
|
return r;
|
|
5589
5573
|
}
|
|
5590
|
-
const
|
|
5574
|
+
const Tn = () => ({
|
|
5591
5575
|
getShadowRoot: !0,
|
|
5592
5576
|
displayCheck: (
|
|
5593
5577
|
// JSDOM does not support the `tabbable` library. To solve this we can
|
|
@@ -5596,34 +5580,34 @@ const En = () => ({
|
|
|
5596
5580
|
typeof ResizeObserver == "function" && ResizeObserver.toString().includes("[native code]") ? "full" : "none"
|
|
5597
5581
|
)
|
|
5598
5582
|
});
|
|
5599
|
-
function
|
|
5600
|
-
const r =
|
|
5583
|
+
function Cn(e, t) {
|
|
5584
|
+
const r = vn(e, Tn());
|
|
5601
5585
|
t === "prev" && r.reverse();
|
|
5602
|
-
const n = r.indexOf(
|
|
5586
|
+
const n = r.indexOf(jt(Re(e)));
|
|
5603
5587
|
return r.slice(n + 1)[0];
|
|
5604
5588
|
}
|
|
5605
|
-
function
|
|
5606
|
-
return
|
|
5589
|
+
function la() {
|
|
5590
|
+
return Cn(document.body, "next");
|
|
5607
5591
|
}
|
|
5608
|
-
function
|
|
5609
|
-
return
|
|
5592
|
+
function sa() {
|
|
5593
|
+
return Cn(document.body, "prev");
|
|
5610
5594
|
}
|
|
5611
|
-
function
|
|
5595
|
+
function _t(e, t) {
|
|
5612
5596
|
const r = t || e.currentTarget, n = e.relatedTarget;
|
|
5613
5597
|
return !n || !De(r, n);
|
|
5614
5598
|
}
|
|
5615
|
-
function
|
|
5616
|
-
|
|
5599
|
+
function ca(e) {
|
|
5600
|
+
vn(e, Tn()).forEach((r) => {
|
|
5617
5601
|
r.dataset.tabindex = r.getAttribute("tabindex") || "", r.setAttribute("tabindex", "-1");
|
|
5618
5602
|
});
|
|
5619
5603
|
}
|
|
5620
|
-
function
|
|
5604
|
+
function ua(e) {
|
|
5621
5605
|
e.querySelectorAll("[data-tabindex]").forEach((r) => {
|
|
5622
5606
|
const n = r.dataset.tabindex;
|
|
5623
5607
|
delete r.dataset.tabindex, n ? r.setAttribute("tabindex", n) : r.removeAttribute("tabindex");
|
|
5624
5608
|
});
|
|
5625
5609
|
}
|
|
5626
|
-
const
|
|
5610
|
+
const kn = {
|
|
5627
5611
|
border: 0,
|
|
5628
5612
|
clip: "rect(0 0 0 0)",
|
|
5629
5613
|
height: "1px",
|
|
@@ -5636,14 +5620,14 @@ const Tn = {
|
|
|
5636
5620
|
top: 0,
|
|
5637
5621
|
left: 0
|
|
5638
5622
|
};
|
|
5639
|
-
let
|
|
5640
|
-
function
|
|
5641
|
-
e.key === "Tab" && (e.target, clearTimeout(
|
|
5623
|
+
let da;
|
|
5624
|
+
function Br(e) {
|
|
5625
|
+
e.key === "Tab" && (e.target, clearTimeout(da));
|
|
5642
5626
|
}
|
|
5643
|
-
const
|
|
5627
|
+
const Ir = /* @__PURE__ */ p.forwardRef(function(t, r) {
|
|
5644
5628
|
const [n, o] = p.useState();
|
|
5645
|
-
ue(() => (
|
|
5646
|
-
document.removeEventListener("keydown",
|
|
5629
|
+
ue(() => (sn() && o("button"), document.addEventListener("keydown", Br), () => {
|
|
5630
|
+
document.removeEventListener("keydown", Br);
|
|
5647
5631
|
}), []);
|
|
5648
5632
|
const a = {
|
|
5649
5633
|
ref: r,
|
|
@@ -5652,16 +5636,16 @@ const Br = /* @__PURE__ */ p.forwardRef(function(t, r) {
|
|
|
5652
5636
|
role: n,
|
|
5653
5637
|
"aria-hidden": n ? void 0 : !0,
|
|
5654
5638
|
[tt("focus-guard")]: "",
|
|
5655
|
-
style:
|
|
5639
|
+
style: kn
|
|
5656
5640
|
};
|
|
5657
|
-
return /* @__PURE__ */ p.createElement("span",
|
|
5658
|
-
}),
|
|
5659
|
-
function
|
|
5641
|
+
return /* @__PURE__ */ p.createElement("span", Vt({}, t, a));
|
|
5642
|
+
}), zn = /* @__PURE__ */ p.createContext(null), jr = /* @__PURE__ */ tt("portal");
|
|
5643
|
+
function fa(e) {
|
|
5660
5644
|
e === void 0 && (e = {});
|
|
5661
5645
|
const {
|
|
5662
5646
|
id: t,
|
|
5663
5647
|
root: r
|
|
5664
|
-
} = e, n =
|
|
5648
|
+
} = e, n = er(), o = ga(), [a, i] = p.useState(null), l = p.useRef(null);
|
|
5665
5649
|
return ue(() => () => {
|
|
5666
5650
|
a == null || a.remove(), queueMicrotask(() => {
|
|
5667
5651
|
l.current = null;
|
|
@@ -5671,7 +5655,7 @@ function ca(e) {
|
|
|
5671
5655
|
const c = t ? document.getElementById(t) : null;
|
|
5672
5656
|
if (!c) return;
|
|
5673
5657
|
const u = document.createElement("div");
|
|
5674
|
-
u.id = n, u.setAttribute(
|
|
5658
|
+
u.id = n, u.setAttribute(jr, ""), c.appendChild(u), l.current = u, i(u);
|
|
5675
5659
|
}, [t, n]), ue(() => {
|
|
5676
5660
|
if (!n || l.current) return;
|
|
5677
5661
|
let c = r || (o == null ? void 0 : o.portalNode);
|
|
@@ -5679,16 +5663,16 @@ function ca(e) {
|
|
|
5679
5663
|
let u = null;
|
|
5680
5664
|
t && (u = document.createElement("div"), u.id = t, c.appendChild(u));
|
|
5681
5665
|
const f = document.createElement("div");
|
|
5682
|
-
f.id = n, f.setAttribute(
|
|
5666
|
+
f.id = n, f.setAttribute(jr, ""), c = u || c, c.appendChild(f), l.current = f, i(f);
|
|
5683
5667
|
}, [t, r, n, o]), a;
|
|
5684
5668
|
}
|
|
5685
|
-
function
|
|
5669
|
+
function Ba(e) {
|
|
5686
5670
|
const {
|
|
5687
5671
|
children: t,
|
|
5688
5672
|
id: r,
|
|
5689
5673
|
root: n = null,
|
|
5690
5674
|
preserveTabOrder: o = !0
|
|
5691
|
-
} = e, a =
|
|
5675
|
+
} = e, a = fa({
|
|
5692
5676
|
id: r,
|
|
5693
5677
|
root: n
|
|
5694
5678
|
}), [i, l] = p.useState(null), c = p.useRef(null), u = p.useRef(null), f = p.useRef(null), g = p.useRef(null), v = (
|
|
@@ -5702,12 +5686,12 @@ function Oa(e) {
|
|
|
5702
5686
|
if (!a || !o || i != null && i.modal)
|
|
5703
5687
|
return;
|
|
5704
5688
|
function d(h) {
|
|
5705
|
-
a &&
|
|
5689
|
+
a && _t(h) && (h.type === "focusin" ? ua : ca)(a);
|
|
5706
5690
|
}
|
|
5707
5691
|
return a.addEventListener("focusin", d, !0), a.addEventListener("focusout", d, !0), () => {
|
|
5708
5692
|
a.removeEventListener("focusin", d, !0), a.removeEventListener("focusout", d, !0);
|
|
5709
5693
|
};
|
|
5710
|
-
}, [a, o, i == null ? void 0 : i.modal]), /* @__PURE__ */ p.createElement(
|
|
5694
|
+
}, [a, o, i == null ? void 0 : i.modal]), /* @__PURE__ */ p.createElement(zn.Provider, {
|
|
5711
5695
|
value: p.useMemo(() => ({
|
|
5712
5696
|
preserveTabOrder: o,
|
|
5713
5697
|
beforeOutsideRef: c,
|
|
@@ -5717,43 +5701,43 @@ function Oa(e) {
|
|
|
5717
5701
|
portalNode: a,
|
|
5718
5702
|
setFocusManagerState: l
|
|
5719
5703
|
}), [o, a])
|
|
5720
|
-
}, v && a && /* @__PURE__ */ p.createElement(
|
|
5704
|
+
}, v && a && /* @__PURE__ */ p.createElement(Ir, {
|
|
5721
5705
|
"data-type": "outside",
|
|
5722
5706
|
ref: c,
|
|
5723
5707
|
onFocus: (d) => {
|
|
5724
|
-
if (
|
|
5708
|
+
if (_t(d, a)) {
|
|
5725
5709
|
var h;
|
|
5726
5710
|
(h = f.current) == null || h.focus();
|
|
5727
5711
|
} else {
|
|
5728
|
-
const m =
|
|
5712
|
+
const m = sa() || (i == null ? void 0 : i.refs.domReference.current);
|
|
5729
5713
|
m == null || m.focus();
|
|
5730
5714
|
}
|
|
5731
5715
|
}
|
|
5732
5716
|
}), v && a && /* @__PURE__ */ p.createElement("span", {
|
|
5733
5717
|
"aria-owns": a.id,
|
|
5734
|
-
style:
|
|
5735
|
-
}), a && /* @__PURE__ */
|
|
5718
|
+
style: kn
|
|
5719
|
+
}), a && /* @__PURE__ */ Yr.createPortal(t, a), v && a && /* @__PURE__ */ p.createElement(Ir, {
|
|
5736
5720
|
"data-type": "outside",
|
|
5737
5721
|
ref: u,
|
|
5738
5722
|
onFocus: (d) => {
|
|
5739
|
-
if (
|
|
5723
|
+
if (_t(d, a)) {
|
|
5740
5724
|
var h;
|
|
5741
5725
|
(h = g.current) == null || h.focus();
|
|
5742
5726
|
} else {
|
|
5743
|
-
const m =
|
|
5727
|
+
const m = la() || (i == null ? void 0 : i.refs.domReference.current);
|
|
5744
5728
|
m == null || m.focus(), i != null && i.closeOnFocusOut && (i == null || i.onOpenChange(!1, d.nativeEvent));
|
|
5745
5729
|
}
|
|
5746
5730
|
}
|
|
5747
5731
|
}));
|
|
5748
5732
|
}
|
|
5749
|
-
const
|
|
5750
|
-
function
|
|
5733
|
+
const ga = () => p.useContext(zn);
|
|
5734
|
+
function Nr(e) {
|
|
5751
5735
|
return ie(e.target) && e.target.tagName === "BUTTON";
|
|
5752
5736
|
}
|
|
5753
|
-
function
|
|
5754
|
-
return
|
|
5737
|
+
function $r(e) {
|
|
5738
|
+
return cn(e);
|
|
5755
5739
|
}
|
|
5756
|
-
function
|
|
5740
|
+
function Ia(e, t) {
|
|
5757
5741
|
t === void 0 && (t = {});
|
|
5758
5742
|
const {
|
|
5759
5743
|
open: r,
|
|
@@ -5785,32 +5769,32 @@ function Fa(e, t) {
|
|
|
5785
5769
|
Ke(m, !0) && u || (r && c && (!o.current.openEvent || o.current.openEvent.type === "click") ? n(!1, h.nativeEvent, "click") : n(!0, h.nativeEvent, "click"));
|
|
5786
5770
|
},
|
|
5787
5771
|
onKeyDown(h) {
|
|
5788
|
-
g.current = void 0, !(h.defaultPrevented || !f ||
|
|
5772
|
+
g.current = void 0, !(h.defaultPrevented || !f || Nr(h)) && (h.key === " " && !$r(a) && (h.preventDefault(), v.current = !0), h.key === "Enter" && n(!(r && c), h.nativeEvent, "click"));
|
|
5789
5773
|
},
|
|
5790
5774
|
onKeyUp(h) {
|
|
5791
|
-
h.defaultPrevented || !f ||
|
|
5775
|
+
h.defaultPrevented || !f || Nr(h) || $r(a) || h.key === " " && v.current && (v.current = !1, n(!(r && c), h.nativeEvent, "click"));
|
|
5792
5776
|
}
|
|
5793
5777
|
}), [o, a, l, u, f, n, r, c]);
|
|
5794
5778
|
return p.useMemo(() => i ? {
|
|
5795
5779
|
reference: d
|
|
5796
5780
|
} : {}, [i, d]);
|
|
5797
5781
|
}
|
|
5798
|
-
const
|
|
5782
|
+
const ha = {
|
|
5799
5783
|
pointerdown: "onPointerDown",
|
|
5800
5784
|
mousedown: "onMouseDown",
|
|
5801
5785
|
click: "onClick"
|
|
5802
|
-
},
|
|
5786
|
+
}, ma = {
|
|
5803
5787
|
pointerdown: "onPointerDownCapture",
|
|
5804
5788
|
mousedown: "onMouseDownCapture",
|
|
5805
5789
|
click: "onClickCapture"
|
|
5806
|
-
},
|
|
5790
|
+
}, Vr = (e) => {
|
|
5807
5791
|
var t, r;
|
|
5808
5792
|
return {
|
|
5809
5793
|
escapeKey: typeof e == "boolean" ? e : (t = e == null ? void 0 : e.escapeKey) != null ? t : !1,
|
|
5810
5794
|
outsidePress: typeof e == "boolean" ? e : (r = e == null ? void 0 : e.outsidePress) != null ? r : !0
|
|
5811
5795
|
};
|
|
5812
5796
|
};
|
|
5813
|
-
function
|
|
5797
|
+
function ja(e, t) {
|
|
5814
5798
|
t === void 0 && (t = {});
|
|
5815
5799
|
const {
|
|
5816
5800
|
open: r,
|
|
@@ -5827,17 +5811,17 @@ function Da(e, t) {
|
|
|
5827
5811
|
ancestorScroll: v = !1,
|
|
5828
5812
|
bubbles: d,
|
|
5829
5813
|
capture: h
|
|
5830
|
-
} = t, m =
|
|
5814
|
+
} = t, m = rr(), w = we(typeof c == "function" ? c : () => !1), x = typeof c == "function" ? w : c, y = p.useRef(!1), E = p.useRef(!1), {
|
|
5831
5815
|
escapeKey: R,
|
|
5832
5816
|
outsidePress: L
|
|
5833
|
-
} =
|
|
5817
|
+
} = Vr(d), {
|
|
5834
5818
|
escapeKey: _,
|
|
5835
5819
|
outsidePress: N
|
|
5836
|
-
} =
|
|
5820
|
+
} = Vr(h), U = we((A) => {
|
|
5837
5821
|
var C;
|
|
5838
5822
|
if (!r || !i || !l || A.key !== "Escape")
|
|
5839
5823
|
return;
|
|
5840
|
-
const T = (C = a.current.floatingContext) == null ? void 0 : C.nodeId, k = m ?
|
|
5824
|
+
const T = (C = a.current.floatingContext) == null ? void 0 : C.nodeId, k = m ? Pt(m.nodesRef.current, T) : [];
|
|
5841
5825
|
if (!R && (A.stopPropagation(), k.length > 0)) {
|
|
5842
5826
|
let M = !0;
|
|
5843
5827
|
if (k.forEach((j) => {
|
|
@@ -5849,7 +5833,7 @@ function Da(e, t) {
|
|
|
5849
5833
|
}), !M)
|
|
5850
5834
|
return;
|
|
5851
5835
|
}
|
|
5852
|
-
n(!1,
|
|
5836
|
+
n(!1, Xo(A) ? A.nativeEvent : A, "escape-key");
|
|
5853
5837
|
}), Z = we((A) => {
|
|
5854
5838
|
var C;
|
|
5855
5839
|
const T = () => {
|
|
@@ -5872,7 +5856,7 @@ function Da(e, t) {
|
|
|
5872
5856
|
break;
|
|
5873
5857
|
D = re;
|
|
5874
5858
|
}
|
|
5875
|
-
if (W.length && X(M) && !
|
|
5859
|
+
if (W.length && X(M) && !Jo(M) && // Clicked on a direct ancestor (e.g. FloatingOverlay).
|
|
5876
5860
|
!De(M, o.floating) && // If the target root element contains none of the markers, then the
|
|
5877
5861
|
// element was injected after the floating element rendered.
|
|
5878
5862
|
Array.from(W).every((re) => !De(D, re)))
|
|
@@ -5883,13 +5867,13 @@ function Da(e, t) {
|
|
|
5883
5867
|
if (le && ce(M).direction === "rtl" && (de = A.offsetX <= M.offsetWidth - M.clientWidth), de || re && A.offsetY > M.clientHeight)
|
|
5884
5868
|
return;
|
|
5885
5869
|
}
|
|
5886
|
-
const be = (C = a.current.floatingContext) == null ? void 0 : C.nodeId, ze = m &&
|
|
5870
|
+
const be = (C = a.current.floatingContext) == null ? void 0 : C.nodeId, ze = m && Pt(m.nodesRef.current, be).some((re) => {
|
|
5887
5871
|
var le;
|
|
5888
|
-
return
|
|
5872
|
+
return kt(A, (le = re.context) == null ? void 0 : le.elements.floating);
|
|
5889
5873
|
});
|
|
5890
|
-
if (
|
|
5874
|
+
if (kt(A, o.floating) || kt(A, o.domReference) || ze)
|
|
5891
5875
|
return;
|
|
5892
|
-
const rt = m ?
|
|
5876
|
+
const rt = m ? Pt(m.nodesRef.current, be) : [];
|
|
5893
5877
|
if (rt.length > 0) {
|
|
5894
5878
|
let re = !0;
|
|
5895
5879
|
if (rt.forEach((le) => {
|
|
@@ -5937,7 +5921,7 @@ function Da(e, t) {
|
|
|
5937
5921
|
}, [x, u]);
|
|
5938
5922
|
const H = p.useMemo(() => ({
|
|
5939
5923
|
onKeyDown: U,
|
|
5940
|
-
[
|
|
5924
|
+
[ha[g]]: (A) => {
|
|
5941
5925
|
f && n(!1, A.nativeEvent, "reference-press");
|
|
5942
5926
|
}
|
|
5943
5927
|
}), [U, n, f, g]), Y = p.useMemo(() => ({
|
|
@@ -5948,7 +5932,7 @@ function Da(e, t) {
|
|
|
5948
5932
|
onMouseUp() {
|
|
5949
5933
|
E.current = !0;
|
|
5950
5934
|
},
|
|
5951
|
-
[
|
|
5935
|
+
[ma[u]]: () => {
|
|
5952
5936
|
y.current = !0;
|
|
5953
5937
|
}
|
|
5954
5938
|
}), [U, u]);
|
|
@@ -5957,15 +5941,15 @@ function Da(e, t) {
|
|
|
5957
5941
|
floating: Y
|
|
5958
5942
|
} : {}, [i, H, Y]);
|
|
5959
5943
|
}
|
|
5960
|
-
function
|
|
5944
|
+
function pa(e) {
|
|
5961
5945
|
const {
|
|
5962
5946
|
open: t = !1,
|
|
5963
5947
|
onOpenChange: r,
|
|
5964
5948
|
elements: n
|
|
5965
|
-
} = e, o =
|
|
5949
|
+
} = e, o = er(), a = p.useRef({}), [i] = p.useState(() => oa()), l = tr() != null;
|
|
5966
5950
|
if (process.env.NODE_ENV !== "production") {
|
|
5967
5951
|
const d = n.reference;
|
|
5968
|
-
d && !X(d) &&
|
|
5952
|
+
d && !X(d) && na("Cannot pass a virtual element to the `elements.reference` option,", "as it must be a real DOM element. Use `refs.setPositionReference()`", "instead.");
|
|
5969
5953
|
}
|
|
5970
5954
|
const [c, u] = p.useState(n.reference), f = we((d, h, m) => {
|
|
5971
5955
|
a.current.openEvent = d ? h : void 0, i.emit("openchange", {
|
|
@@ -5991,20 +5975,20 @@ function ga(e) {
|
|
|
5991
5975
|
refs: g
|
|
5992
5976
|
}), [t, f, v, i, o, g]);
|
|
5993
5977
|
}
|
|
5994
|
-
function
|
|
5978
|
+
function Na(e) {
|
|
5995
5979
|
e === void 0 && (e = {});
|
|
5996
5980
|
const {
|
|
5997
5981
|
nodeId: t
|
|
5998
|
-
} = e, r =
|
|
5982
|
+
} = e, r = pa($(z({}, e), {
|
|
5999
5983
|
elements: z({
|
|
6000
5984
|
reference: null,
|
|
6001
5985
|
floating: null
|
|
6002
5986
|
}, e.elements)
|
|
6003
|
-
})), n = e.rootContext || r, o = n.elements, [a, i] = p.useState(null), [l, c] = p.useState(null), f = (o == null ? void 0 : o.reference) || a, g = p.useRef(null), v =
|
|
5987
|
+
})), n = e.rootContext || r, o = n.elements, [a, i] = p.useState(null), [l, c] = p.useState(null), f = (o == null ? void 0 : o.reference) || a, g = p.useRef(null), v = rr();
|
|
6004
5988
|
ue(() => {
|
|
6005
5989
|
f && (g.current = f);
|
|
6006
5990
|
}, [f]);
|
|
6007
|
-
const d =
|
|
5991
|
+
const d = Ji($(z({}, e), {
|
|
6008
5992
|
elements: z(z({}, o), l && {
|
|
6009
5993
|
reference: l
|
|
6010
5994
|
})
|
|
@@ -6040,7 +6024,7 @@ function Ba(e) {
|
|
|
6040
6024
|
elements: x
|
|
6041
6025
|
}), [d, w, x, y]);
|
|
6042
6026
|
}
|
|
6043
|
-
function
|
|
6027
|
+
function $a(e, t) {
|
|
6044
6028
|
t === void 0 && (t = {});
|
|
6045
6029
|
const {
|
|
6046
6030
|
open: r,
|
|
@@ -6056,7 +6040,7 @@ function Ia(e, t) {
|
|
|
6056
6040
|
if (!l) return;
|
|
6057
6041
|
const d = oe(i.domReference);
|
|
6058
6042
|
function h() {
|
|
6059
|
-
!r && ie(i.domReference) && i.domReference ===
|
|
6043
|
+
!r && ie(i.domReference) && i.domReference === jt(Re(i.domReference)) && (u.current = !0);
|
|
6060
6044
|
}
|
|
6061
6045
|
function m() {
|
|
6062
6046
|
g.current = !0;
|
|
@@ -6080,7 +6064,7 @@ function Ia(e, t) {
|
|
|
6080
6064
|
}, []);
|
|
6081
6065
|
const v = p.useMemo(() => ({
|
|
6082
6066
|
onPointerDown(d) {
|
|
6083
|
-
|
|
6067
|
+
qo(d.nativeEvent) || (g.current = !1);
|
|
6084
6068
|
},
|
|
6085
6069
|
onMouseLeave() {
|
|
6086
6070
|
u.current = !1;
|
|
@@ -6090,10 +6074,10 @@ function Ia(e, t) {
|
|
|
6090
6074
|
const h = Ae(d.nativeEvent);
|
|
6091
6075
|
if (c && X(h))
|
|
6092
6076
|
try {
|
|
6093
|
-
if (
|
|
6077
|
+
if (sn() && Yo()) throw Error();
|
|
6094
6078
|
if (!h.matches(":focus-visible")) return;
|
|
6095
6079
|
} catch (m) {
|
|
6096
|
-
if (!g.current && !
|
|
6080
|
+
if (!g.current && !cn(h))
|
|
6097
6081
|
return;
|
|
6098
6082
|
}
|
|
6099
6083
|
n(!0, d.nativeEvent, "focus");
|
|
@@ -6103,7 +6087,7 @@ function Ia(e, t) {
|
|
|
6103
6087
|
const h = d.relatedTarget, m = d.nativeEvent, w = X(h) && h.hasAttribute(tt("focus-guard")) && h.getAttribute("data-type") === "outside";
|
|
6104
6088
|
f.current = window.setTimeout(() => {
|
|
6105
6089
|
var x;
|
|
6106
|
-
const y =
|
|
6090
|
+
const y = jt(i.domReference ? i.domReference.ownerDocument : document);
|
|
6107
6091
|
!h && y === i.domReference || De((x = a.current.floatingContext) == null ? void 0 : x.refs.floating.current, y) || De(i.domReference, y) || w || n(!1, m, "focus");
|
|
6108
6092
|
});
|
|
6109
6093
|
}
|
|
@@ -6112,18 +6096,18 @@ function Ia(e, t) {
|
|
|
6112
6096
|
reference: v
|
|
6113
6097
|
} : {}, [l, v]);
|
|
6114
6098
|
}
|
|
6115
|
-
const
|
|
6116
|
-
function
|
|
6099
|
+
const Ht = "active", At = "selected";
|
|
6100
|
+
function Wt(e, t, r) {
|
|
6117
6101
|
const n = /* @__PURE__ */ new Map(), o = r === "item";
|
|
6118
6102
|
let a = e;
|
|
6119
6103
|
if (o && e) {
|
|
6120
6104
|
const i = e, {
|
|
6121
|
-
[
|
|
6122
|
-
[
|
|
6105
|
+
[Ht]: l,
|
|
6106
|
+
[At]: c
|
|
6123
6107
|
} = i;
|
|
6124
6108
|
a = fe(i, [
|
|
6125
|
-
St(
|
|
6126
|
-
St(
|
|
6109
|
+
St(Ht),
|
|
6110
|
+
St(At)
|
|
6127
6111
|
]);
|
|
6128
6112
|
}
|
|
6129
6113
|
return z(z(z({}, r === "floating" && {
|
|
@@ -6133,7 +6117,7 @@ function At(e, t, r) {
|
|
|
6133
6117
|
return typeof c == "function" ? e ? c(e) : null : c;
|
|
6134
6118
|
}).concat(e).reduce((l, c) => (c && Object.entries(c).forEach((u) => {
|
|
6135
6119
|
let [f, g] = u;
|
|
6136
|
-
if (!(o && [
|
|
6120
|
+
if (!(o && [Ht, At].includes(f)))
|
|
6137
6121
|
if (f.indexOf("on") === 0) {
|
|
6138
6122
|
if (n.has(f) || n.set(f, []), typeof g == "function") {
|
|
6139
6123
|
var v;
|
|
@@ -6147,18 +6131,18 @@ function At(e, t, r) {
|
|
|
6147
6131
|
l[f] = g;
|
|
6148
6132
|
}), l), {}));
|
|
6149
6133
|
}
|
|
6150
|
-
function
|
|
6134
|
+
function Va(e) {
|
|
6151
6135
|
e === void 0 && (e = []);
|
|
6152
6136
|
const t = e.map((l) => l == null ? void 0 : l.reference), r = e.map((l) => l == null ? void 0 : l.floating), n = e.map((l) => l == null ? void 0 : l.item), o = p.useCallback(
|
|
6153
|
-
(l) =>
|
|
6137
|
+
(l) => Wt(l, e, "reference"),
|
|
6154
6138
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
6155
6139
|
t
|
|
6156
6140
|
), a = p.useCallback(
|
|
6157
|
-
(l) =>
|
|
6141
|
+
(l) => Wt(l, e, "floating"),
|
|
6158
6142
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
6159
6143
|
r
|
|
6160
6144
|
), i = p.useCallback(
|
|
6161
|
-
(l) =>
|
|
6145
|
+
(l) => Wt(l, e, "item"),
|
|
6162
6146
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
6163
6147
|
n
|
|
6164
6148
|
);
|
|
@@ -6168,8 +6152,8 @@ function ja(e) {
|
|
|
6168
6152
|
getItemProps: i
|
|
6169
6153
|
}), [o, a, i]);
|
|
6170
6154
|
}
|
|
6171
|
-
const
|
|
6172
|
-
function
|
|
6155
|
+
const va = /* @__PURE__ */ new Map([["select", "listbox"], ["combobox", "listbox"], ["label", !1]]);
|
|
6156
|
+
function Ga(e, t) {
|
|
6173
6157
|
var r;
|
|
6174
6158
|
t === void 0 && (t = {});
|
|
6175
6159
|
const {
|
|
@@ -6178,7 +6162,7 @@ function Na(e, t) {
|
|
|
6178
6162
|
} = e, {
|
|
6179
6163
|
enabled: a = !0,
|
|
6180
6164
|
role: i = "dialog"
|
|
6181
|
-
} = t, l = (r =
|
|
6165
|
+
} = t, l = (r = va.get(i)) != null ? r : i, c = er(), f = tr() != null, g = p.useMemo(() => l === "tooltip" || i === "label" ? {
|
|
6182
6166
|
["aria-" + (i === "label" ? "labelledby" : "describedby")]: n ? o : void 0
|
|
6183
6167
|
} : z(z(z(z(z({
|
|
6184
6168
|
"aria-expanded": n ? "true" : "false",
|
|
@@ -6231,13 +6215,13 @@ function Na(e, t) {
|
|
|
6231
6215
|
item: d
|
|
6232
6216
|
} : {}, [a, g, v, d]);
|
|
6233
6217
|
}
|
|
6234
|
-
const
|
|
6218
|
+
const ba = {
|
|
6235
6219
|
slideUp: "slideDown",
|
|
6236
6220
|
slideDown: "slideUp",
|
|
6237
6221
|
slideLeft: "slideRight",
|
|
6238
6222
|
slideRight: "slideLeft",
|
|
6239
6223
|
fadeIn: "fadeOut"
|
|
6240
|
-
},
|
|
6224
|
+
}, xa = qt((e, t) => {
|
|
6241
6225
|
const h = e, {
|
|
6242
6226
|
show: r,
|
|
6243
6227
|
handleClose: n,
|
|
@@ -6260,7 +6244,7 @@ const ma = {
|
|
|
6260
6244
|
"contentClassName",
|
|
6261
6245
|
"isDismissible",
|
|
6262
6246
|
"overlayBlur"
|
|
6263
|
-
]), d =
|
|
6247
|
+
]), d = ba[o];
|
|
6264
6248
|
if (Je(() => {
|
|
6265
6249
|
const m = document.documentElement;
|
|
6266
6250
|
return r ? m.classList.add("modal-animated-open") : m.classList.remove("modal-animated-open"), () => {
|
|
@@ -6303,26 +6287,26 @@ const ma = {
|
|
|
6303
6287
|
]
|
|
6304
6288
|
})
|
|
6305
6289
|
);
|
|
6306
|
-
return
|
|
6290
|
+
return oo(w, document.body);
|
|
6307
6291
|
} else
|
|
6308
6292
|
return null;
|
|
6309
6293
|
});
|
|
6310
|
-
|
|
6311
|
-
const
|
|
6312
|
-
|
|
6313
|
-
),
|
|
6314
|
-
|
|
6315
|
-
),
|
|
6316
|
-
const [e, t] = Ye(document.documentElement.clientWidth), [r, n] = Ye(document.documentElement.clientHeight), [o, a] = Ye(
|
|
6294
|
+
xa.displayName = "AnimatedModal";
|
|
6295
|
+
const ya = Number(
|
|
6296
|
+
Kt.theme.screens["ds-tablet"].min.replace("px", "")
|
|
6297
|
+
), wa = Number(
|
|
6298
|
+
Kt.theme.screens["ds-desktop"].min.replace("px", "")
|
|
6299
|
+
), Gr = (e) => e < ya ? "mobile" : e < wa ? "tablet" : "desktop", Ua = () => {
|
|
6300
|
+
const [e, t] = Ye(document.documentElement.clientWidth), [r, n] = Ye(document.documentElement.clientHeight), [o, a] = Ye(Gr(document.documentElement.clientWidth));
|
|
6317
6301
|
return Je(() => {
|
|
6318
6302
|
const i = () => {
|
|
6319
|
-
t(document.documentElement.clientWidth), n(document.documentElement.clientHeight), a(
|
|
6303
|
+
t(document.documentElement.clientWidth), n(document.documentElement.clientHeight), a(Gr(document.documentElement.clientWidth));
|
|
6320
6304
|
};
|
|
6321
6305
|
return window.addEventListener("resize", i), i(), () => {
|
|
6322
6306
|
window.removeEventListener("resize", i);
|
|
6323
6307
|
};
|
|
6324
6308
|
}, []), { documentWidth: e, documentHeight: r, screenSize: o };
|
|
6325
|
-
},
|
|
6309
|
+
}, Ra = qt(
|
|
6326
6310
|
({ label: e, isChecked: t, onSelectionChange: r, disabled: n, className: o, labelPosition: a = "right" }, i) => /* @__PURE__ */ P.jsxs(
|
|
6327
6311
|
"label",
|
|
6328
6312
|
{
|
|
@@ -6361,20 +6345,20 @@ const va = Number(
|
|
|
6361
6345
|
}
|
|
6362
6346
|
)
|
|
6363
6347
|
);
|
|
6364
|
-
|
|
6365
|
-
const
|
|
6348
|
+
Ra.displayName = "Checkbox";
|
|
6349
|
+
const Ur = ({ children: e, size: t = "small" }) => /* @__PURE__ */ P.jsx(
|
|
6366
6350
|
"div",
|
|
6367
6351
|
{
|
|
6368
6352
|
className: `ds-flex ds-items-center ds-justify-center ${t === "small" ? "ds-h-5 ds-w-5" : "ds-h-6 ds-w-6"}`,
|
|
6369
6353
|
children: e
|
|
6370
6354
|
}
|
|
6371
|
-
),
|
|
6355
|
+
), Ea = {
|
|
6372
6356
|
primary: "ds-bg-Background-accentEggplant-100 ds-text-Text-textPrimaryDark ds-rounded-sm hover:ds-text-Text-textPrimaryDark hover:ds-bg-Background-accentEggplant-highlight hover:ds-shadow-[0px_1px_4px_0px_rgba(0,0,0,0.16)] active:ds-shadow-[0px_1px_4px_0px_rgba(0,0,0,0.16)] active:ds-bg-Background-accentEggplant-darkened focus:ds-bg-Background-accentEggplant-100 focus:ds-shadow-[0px_1px_4px_0px_rgba(0,0,0,0.16)] disabled:focus:ds-shadow-none disabled:ds-bg-Background-accentEggplant-20 ds-text-mediumFootnoteEmphasized",
|
|
6373
6357
|
secondary: "ds-bg-white ds-text-black ds-rounded-sm ds-border ds-border-Fills-terciary hover:ds-bg-[#F6F8FC] hover:ds-shadow-[0px_1px_4px_0px_rgba(0,0,0,0.16)] active:ds-bg-[#F6F8FC] active:ds-shadow-[0px_1px_4px_0px_rgba(0,0,0,0.16)] focus:ds-bg-[#F6F8FC] focus:ds-shadow-[0px_1px_4px_0px_rgba(0,0,0,0.16)] disabled:ds-border disabled:ds-border-Fills-terciary disabled:ds-text-Text-tertiary disabled:ds-bg-transparent ds-text-mediumFootnoteEmphasized"
|
|
6374
|
-
},
|
|
6358
|
+
}, Sa = {
|
|
6375
6359
|
primary: "ds-rounded-sm ds-border ds-text-black ds-border-Fills-terciary ds-bg-[#F6F8FC] ds-shadow-[0px_1px_4px_0px_rgba(0,0,0,0.16)] ds-text-mediumFootnoteEmphasized",
|
|
6376
6360
|
secondary: "ds-rounded-sm ds-bg-Background-accentEggplant-100 ds-text-Text-textPrimaryDark ds-shadow-[0px_1px_4px_0px_rgba(0,0,0,0.16)] ds-text-mediumFootnoteEmphasized"
|
|
6377
|
-
},
|
|
6361
|
+
}, Ut = Fe.forwardRef(
|
|
6378
6362
|
(d, v) => {
|
|
6379
6363
|
var h = d, {
|
|
6380
6364
|
color: e = "primary",
|
|
@@ -6409,8 +6393,8 @@ const Gr = ({ children: e, size: t = "small" }) => /* @__PURE__ */ P.jsx(
|
|
|
6409
6393
|
ref: v,
|
|
6410
6394
|
disabled: t,
|
|
6411
6395
|
className: ct(
|
|
6412
|
-
|
|
6413
|
-
{ [
|
|
6396
|
+
tn(
|
|
6397
|
+
{ [Sa[e]]: a, [Ea[e]]: !a },
|
|
6414
6398
|
"ds-px-2 ds-py-1",
|
|
6415
6399
|
"ds-flex ds-w-full ds-flex-1 ds-items-center ds-justify-center ds-gap-1",
|
|
6416
6400
|
f
|
|
@@ -6418,9 +6402,9 @@ const Gr = ({ children: e, size: t = "small" }) => /* @__PURE__ */ P.jsx(
|
|
|
6418
6402
|
)
|
|
6419
6403
|
}, g), {
|
|
6420
6404
|
children: [
|
|
6421
|
-
o && /* @__PURE__ */ P.jsx(
|
|
6405
|
+
o && /* @__PURE__ */ P.jsx(Ur, { children: o }),
|
|
6422
6406
|
n && /* @__PURE__ */ P.jsx("div", { children: n }),
|
|
6423
|
-
i && /* @__PURE__ */ P.jsx(
|
|
6407
|
+
i && /* @__PURE__ */ P.jsx(Ur, { children: i })
|
|
6424
6408
|
]
|
|
6425
6409
|
})
|
|
6426
6410
|
),
|
|
@@ -6437,8 +6421,8 @@ const Gr = ({ children: e, size: t = "small" }) => /* @__PURE__ */ P.jsx(
|
|
|
6437
6421
|
] });
|
|
6438
6422
|
}
|
|
6439
6423
|
);
|
|
6440
|
-
|
|
6441
|
-
const
|
|
6424
|
+
Ut.displayName = "Button";
|
|
6425
|
+
const Ta = qt(
|
|
6442
6426
|
(e, t) => {
|
|
6443
6427
|
const E = e, {
|
|
6444
6428
|
value: r,
|
|
@@ -6487,7 +6471,7 @@ const Ra = Ut(
|
|
|
6487
6471
|
{
|
|
6488
6472
|
className: me("ds-flex ds-flex-wrap ds-items-center ds-gap-2", f),
|
|
6489
6473
|
children: n.length > 0 ? n.map((R, L) => R.type === "separator" ? /* @__PURE__ */ P.jsx(Fe.Fragment, { children: R.component ? R.component : /* @__PURE__ */ P.jsx("div", { className: "ds-h-full ds-min-h-[30px] ds-w-[1px] ds-bg-Fills-terciary" }) }, `separator-${L}`) : /* @__PURE__ */ P.jsx(Fe.Fragment, { children: a ? /* @__PURE__ */ P.jsx(
|
|
6490
|
-
|
|
6474
|
+
Ut,
|
|
6491
6475
|
{
|
|
6492
6476
|
selected: d.some((_) => _.value === R.value),
|
|
6493
6477
|
onClick: (_) => x(R, _),
|
|
@@ -6499,7 +6483,7 @@ const Ra = Ut(
|
|
|
6499
6483
|
children: R.label
|
|
6500
6484
|
}
|
|
6501
6485
|
) : /* @__PURE__ */ P.jsx(
|
|
6502
|
-
|
|
6486
|
+
Ut,
|
|
6503
6487
|
{
|
|
6504
6488
|
selected: d.some((_) => _.value === R.value),
|
|
6505
6489
|
onClick: (_) => y(R, _),
|
|
@@ -6519,37 +6503,37 @@ const Ra = Ut(
|
|
|
6519
6503
|
);
|
|
6520
6504
|
}
|
|
6521
6505
|
);
|
|
6522
|
-
|
|
6506
|
+
Ta.displayName = "ButtonsGroupSelector";
|
|
6523
6507
|
export {
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
|
|
6527
|
-
|
|
6528
|
-
|
|
6508
|
+
xa as A,
|
|
6509
|
+
Tr as B,
|
|
6510
|
+
Ma as C,
|
|
6511
|
+
Ut as D,
|
|
6512
|
+
Ba as F,
|
|
6529
6513
|
me as a,
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6514
|
+
Da as b,
|
|
6515
|
+
tn as c,
|
|
6516
|
+
$a as d,
|
|
6517
|
+
ja as e,
|
|
6518
|
+
Ga as f,
|
|
6519
|
+
Va as g,
|
|
6520
|
+
Ha as h,
|
|
6521
|
+
Oa as i,
|
|
6538
6522
|
P as j,
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6523
|
+
Pa as k,
|
|
6524
|
+
Vo as l,
|
|
6525
|
+
Ua as m,
|
|
6526
|
+
Ra as n,
|
|
6527
|
+
Aa as o,
|
|
6528
|
+
ya as p,
|
|
6529
|
+
La as q,
|
|
6530
|
+
Fa as r,
|
|
6531
|
+
Wa as s,
|
|
6548
6532
|
ct as t,
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
|
|
6533
|
+
Na as u,
|
|
6534
|
+
Ia as v,
|
|
6535
|
+
Ta as w,
|
|
6536
|
+
_a as x,
|
|
6537
|
+
wa as y,
|
|
6538
|
+
Gr as z
|
|
6555
6539
|
};
|