design-system-silkhaus 4.1.0-beta.tickets.2 → 4.1.0-beta.tickets.3
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/app/index.js +1 -1
- package/dist/{index-BhaJhiDa.js → index-C31al3xl.js} +415 -427
- package/dist/index.d.ts +34 -1
- package/dist/index.js +3757 -3635
- package/package.json +1 -1
|
@@ -10,7 +10,7 @@ var xr = (e, t, r) => t in e ? gi(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
10
10
|
wr.call(t, r) && xr(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
12
|
}, V = (e, t) => mi(e, hi(t));
|
|
13
|
-
var
|
|
13
|
+
var Ct = (e) => typeof e == "symbol" ? e : e + "", me = (e, t) => {
|
|
14
14
|
var r = {};
|
|
15
15
|
for (var n in e)
|
|
16
16
|
yr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
@@ -36,10 +36,10 @@ var he = (e, t, r) => new Promise((n, i) => {
|
|
|
36
36
|
l((r = r.apply(e, t)).next());
|
|
37
37
|
});
|
|
38
38
|
import * as v from "react";
|
|
39
|
-
import Fe, { useLayoutEffect as Kr, useEffect as Je, useRef as pi, forwardRef as
|
|
39
|
+
import Fe, { useLayoutEffect as Kr, useEffect as Je, useRef as pi, forwardRef as Yt, useState as ue } from "react";
|
|
40
40
|
import * as Xr from "react-dom";
|
|
41
41
|
import { createPortal as vi } from "react-dom";
|
|
42
|
-
var
|
|
42
|
+
var Ft = { exports: {} }, Ve = {};
|
|
43
43
|
/**
|
|
44
44
|
* @license React
|
|
45
45
|
* react-jsx-runtime.production.min.js
|
|
@@ -95,16 +95,16 @@ function xi() {
|
|
|
95
95
|
{
|
|
96
96
|
var O = x.ReactDebugCurrentFrame, Y = O.getStackAddendum();
|
|
97
97
|
Y !== "" && (b += "%s", C = C.concat([Y]));
|
|
98
|
-
var K = C.map(function(
|
|
99
|
-
return String(
|
|
98
|
+
var K = C.map(function(I) {
|
|
99
|
+
return String(I);
|
|
100
100
|
});
|
|
101
101
|
K.unshift("Warning: " + b), Function.prototype.apply.call(console[s], console, K);
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
var T = !1, P = !1,
|
|
104
|
+
var T = !1, P = !1, A = !1, N = !1, D = !1, J;
|
|
105
105
|
J = Symbol.for("react.module.reference");
|
|
106
106
|
function U(s) {
|
|
107
|
-
return !!(typeof s == "string" || typeof s == "function" || s === n || s === a ||
|
|
107
|
+
return !!(typeof s == "string" || typeof s == "function" || s === n || s === a || D || s === i || s === u || s === d || N || s === f || T || P || A || typeof s == "object" && s !== null && (s.$$typeof === p || s.$$typeof === g || s.$$typeof === o || s.$$typeof === l || s.$$typeof === c || // This needs to include all possible module reference object
|
|
108
108
|
// types supported by any Flight configuration anywhere since
|
|
109
109
|
// we don't know which Flight build this will end up being used
|
|
110
110
|
// with.
|
|
@@ -117,7 +117,7 @@ function xi() {
|
|
|
117
117
|
var Y = b.displayName || b.name || "";
|
|
118
118
|
return Y !== "" ? C + "(" + Y + ")" : C;
|
|
119
119
|
}
|
|
120
|
-
function
|
|
120
|
+
function H(s) {
|
|
121
121
|
return s.displayName || "Context";
|
|
122
122
|
}
|
|
123
123
|
function q(s) {
|
|
@@ -145,34 +145,34 @@ function xi() {
|
|
|
145
145
|
switch (s.$$typeof) {
|
|
146
146
|
case l:
|
|
147
147
|
var b = s;
|
|
148
|
-
return
|
|
148
|
+
return H(b) + ".Consumer";
|
|
149
149
|
case o:
|
|
150
150
|
var C = s;
|
|
151
|
-
return
|
|
151
|
+
return H(C._context) + ".Provider";
|
|
152
152
|
case c:
|
|
153
153
|
return G(s, s.render, "ForwardRef");
|
|
154
154
|
case g:
|
|
155
155
|
var O = s.displayName || null;
|
|
156
156
|
return O !== null ? O : q(s.type) || "Memo";
|
|
157
157
|
case p: {
|
|
158
|
-
var Y = s, K = Y._payload,
|
|
158
|
+
var Y = s, K = Y._payload, I = Y._init;
|
|
159
159
|
try {
|
|
160
|
-
return q(
|
|
161
|
-
} catch (
|
|
160
|
+
return q(I(K));
|
|
161
|
+
} catch (B) {
|
|
162
162
|
return null;
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
return null;
|
|
167
167
|
}
|
|
168
|
-
var
|
|
168
|
+
var _ = Object.assign, S = 0, z, k, M, $, W, F, xe;
|
|
169
169
|
function Le() {
|
|
170
170
|
}
|
|
171
171
|
Le.__reactDisabledLog = !0;
|
|
172
172
|
function rt() {
|
|
173
173
|
{
|
|
174
174
|
if (S === 0) {
|
|
175
|
-
z = console.log, k = console.info, M = console.warn, $ = console.error,
|
|
175
|
+
z = console.log, k = console.info, M = console.warn, $ = console.error, W = console.group, F = console.groupCollapsed, xe = console.groupEnd;
|
|
176
176
|
var s = {
|
|
177
177
|
configurable: !0,
|
|
178
178
|
enumerable: !0,
|
|
@@ -201,25 +201,25 @@ function xi() {
|
|
|
201
201
|
writable: !0
|
|
202
202
|
};
|
|
203
203
|
Object.defineProperties(console, {
|
|
204
|
-
log:
|
|
204
|
+
log: _({}, s, {
|
|
205
205
|
value: z
|
|
206
206
|
}),
|
|
207
|
-
info:
|
|
207
|
+
info: _({}, s, {
|
|
208
208
|
value: k
|
|
209
209
|
}),
|
|
210
|
-
warn:
|
|
210
|
+
warn: _({}, s, {
|
|
211
211
|
value: M
|
|
212
212
|
}),
|
|
213
|
-
error:
|
|
213
|
+
error: _({}, s, {
|
|
214
214
|
value: $
|
|
215
215
|
}),
|
|
216
|
-
group:
|
|
217
|
-
value:
|
|
216
|
+
group: _({}, s, {
|
|
217
|
+
value: W
|
|
218
218
|
}),
|
|
219
|
-
groupCollapsed:
|
|
219
|
+
groupCollapsed: _({}, s, {
|
|
220
220
|
value: F
|
|
221
221
|
}),
|
|
222
|
-
groupEnd:
|
|
222
|
+
groupEnd: _({}, s, {
|
|
223
223
|
value: xe
|
|
224
224
|
})
|
|
225
225
|
});
|
|
@@ -241,13 +241,13 @@ function xi() {
|
|
|
241
241
|
` + ge + s;
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
|
-
var
|
|
244
|
+
var yt = !1, nt;
|
|
245
245
|
{
|
|
246
246
|
var Nn = typeof WeakMap == "function" ? WeakMap : Map;
|
|
247
247
|
nt = new Nn();
|
|
248
248
|
}
|
|
249
249
|
function ir(s, b) {
|
|
250
|
-
if (!s ||
|
|
250
|
+
if (!s || yt)
|
|
251
251
|
return "";
|
|
252
252
|
{
|
|
253
253
|
var C = nt.get(s);
|
|
@@ -255,34 +255,34 @@ function xi() {
|
|
|
255
255
|
return C;
|
|
256
256
|
}
|
|
257
257
|
var O;
|
|
258
|
-
|
|
258
|
+
yt = !0;
|
|
259
259
|
var Y = Error.prepareStackTrace;
|
|
260
260
|
Error.prepareStackTrace = void 0;
|
|
261
261
|
var K;
|
|
262
262
|
K = se.current, se.current = null, rt();
|
|
263
263
|
try {
|
|
264
264
|
if (b) {
|
|
265
|
-
var
|
|
265
|
+
var I = function() {
|
|
266
266
|
throw Error();
|
|
267
267
|
};
|
|
268
|
-
if (Object.defineProperty(
|
|
268
|
+
if (Object.defineProperty(I.prototype, "props", {
|
|
269
269
|
set: function() {
|
|
270
270
|
throw Error();
|
|
271
271
|
}
|
|
272
272
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
273
273
|
try {
|
|
274
|
-
Reflect.construct(
|
|
274
|
+
Reflect.construct(I, []);
|
|
275
275
|
} catch (ne) {
|
|
276
276
|
O = ne;
|
|
277
277
|
}
|
|
278
|
-
Reflect.construct(s, [],
|
|
278
|
+
Reflect.construct(s, [], I);
|
|
279
279
|
} else {
|
|
280
280
|
try {
|
|
281
|
-
|
|
281
|
+
I.call();
|
|
282
282
|
} catch (ne) {
|
|
283
283
|
O = ne;
|
|
284
284
|
}
|
|
285
|
-
s.call(
|
|
285
|
+
s.call(I.prototype);
|
|
286
286
|
}
|
|
287
287
|
} else {
|
|
288
288
|
try {
|
|
@@ -294,17 +294,17 @@ function xi() {
|
|
|
294
294
|
}
|
|
295
295
|
} catch (ne) {
|
|
296
296
|
if (ne && O && typeof ne.stack == "string") {
|
|
297
|
-
for (var
|
|
297
|
+
for (var B = ne.stack.split(`
|
|
298
298
|
`), te = O.stack.split(`
|
|
299
|
-
`), Q =
|
|
299
|
+
`), Q = B.length - 1, ee = te.length - 1; Q >= 1 && ee >= 0 && B[Q] !== te[ee]; )
|
|
300
300
|
ee--;
|
|
301
301
|
for (; Q >= 1 && ee >= 0; Q--, ee--)
|
|
302
|
-
if (
|
|
302
|
+
if (B[Q] !== te[ee]) {
|
|
303
303
|
if (Q !== 1 || ee !== 1)
|
|
304
304
|
do
|
|
305
|
-
if (Q--, ee--, ee < 0 ||
|
|
305
|
+
if (Q--, ee--, ee < 0 || B[Q] !== te[ee]) {
|
|
306
306
|
var ce = `
|
|
307
|
-
` +
|
|
307
|
+
` + B[Q].replace(" at new ", " at ");
|
|
308
308
|
return s.displayName && ce.includes("<anonymous>") && (ce = ce.replace("<anonymous>", s.displayName)), typeof s == "function" && nt.set(s, ce), ce;
|
|
309
309
|
}
|
|
310
310
|
while (Q >= 1 && ee >= 0);
|
|
@@ -312,9 +312,9 @@ function xi() {
|
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
314
|
} finally {
|
|
315
|
-
|
|
315
|
+
yt = !1, se.current = K, re(), Error.prepareStackTrace = Y;
|
|
316
316
|
}
|
|
317
|
-
var
|
|
317
|
+
var Ae = s ? s.displayName || s.name : "", Pe = Ae ? Ne(Ae) : "";
|
|
318
318
|
return typeof s == "function" && nt.set(s, Pe), Pe;
|
|
319
319
|
}
|
|
320
320
|
function $n(s, b, C) {
|
|
@@ -347,7 +347,7 @@ function xi() {
|
|
|
347
347
|
var O = s, Y = O._payload, K = O._init;
|
|
348
348
|
try {
|
|
349
349
|
return it(K(Y), b, C);
|
|
350
|
-
} catch (
|
|
350
|
+
} catch (I) {
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
353
|
}
|
|
@@ -364,24 +364,24 @@ function xi() {
|
|
|
364
364
|
function Gn(s, b, C, O, Y) {
|
|
365
365
|
{
|
|
366
366
|
var K = Function.call.bind($e);
|
|
367
|
-
for (var
|
|
368
|
-
if (K(s,
|
|
369
|
-
var
|
|
367
|
+
for (var I in s)
|
|
368
|
+
if (K(s, I)) {
|
|
369
|
+
var B = void 0;
|
|
370
370
|
try {
|
|
371
|
-
if (typeof s[
|
|
372
|
-
var te = Error((O || "React class") + ": " + C + " type `" +
|
|
371
|
+
if (typeof s[I] != "function") {
|
|
372
|
+
var te = Error((O || "React class") + ": " + C + " type `" + I + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof s[I] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
373
373
|
throw te.name = "Invariant Violation", te;
|
|
374
374
|
}
|
|
375
|
-
|
|
375
|
+
B = s[I](b, I, O, C, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
376
376
|
} catch (Q) {
|
|
377
|
-
|
|
377
|
+
B = Q;
|
|
378
378
|
}
|
|
379
|
-
|
|
379
|
+
B && !(B instanceof Error) && (ot(Y), 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", C, I, typeof B), ot(null)), B instanceof Error && !(B.message in or) && (or[B.message] = !0, ot(Y), y("Failed %s type: %s", C, B.message), ot(null));
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
383
|
var Un = Array.isArray;
|
|
384
|
-
function
|
|
384
|
+
function wt(s) {
|
|
385
385
|
return Un(s);
|
|
386
386
|
}
|
|
387
387
|
function qn(s) {
|
|
@@ -451,54 +451,54 @@ function xi() {
|
|
|
451
451
|
});
|
|
452
452
|
}
|
|
453
453
|
}
|
|
454
|
-
var ti = function(s, b, C, O, Y, K,
|
|
455
|
-
var
|
|
454
|
+
var ti = function(s, b, C, O, Y, K, I) {
|
|
455
|
+
var B = {
|
|
456
456
|
// This tag allows us to uniquely identify this as a React Element
|
|
457
457
|
$$typeof: t,
|
|
458
458
|
// Built-in properties that belong on the element
|
|
459
459
|
type: s,
|
|
460
460
|
key: b,
|
|
461
461
|
ref: C,
|
|
462
|
-
props:
|
|
462
|
+
props: I,
|
|
463
463
|
// Record the component responsible for creating this element.
|
|
464
464
|
_owner: K
|
|
465
465
|
};
|
|
466
|
-
return
|
|
466
|
+
return B._store = {}, Object.defineProperty(B._store, "validated", {
|
|
467
467
|
configurable: !1,
|
|
468
468
|
enumerable: !1,
|
|
469
469
|
writable: !0,
|
|
470
470
|
value: !1
|
|
471
|
-
}), Object.defineProperty(
|
|
471
|
+
}), Object.defineProperty(B, "_self", {
|
|
472
472
|
configurable: !1,
|
|
473
473
|
enumerable: !1,
|
|
474
474
|
writable: !1,
|
|
475
475
|
value: O
|
|
476
|
-
}), Object.defineProperty(
|
|
476
|
+
}), Object.defineProperty(B, "_source", {
|
|
477
477
|
configurable: !1,
|
|
478
478
|
enumerable: !1,
|
|
479
479
|
writable: !1,
|
|
480
480
|
value: Y
|
|
481
|
-
}), Object.freeze && (Object.freeze(
|
|
481
|
+
}), Object.freeze && (Object.freeze(B.props), Object.freeze(B)), B;
|
|
482
482
|
};
|
|
483
483
|
function ri(s, b, C, O, Y) {
|
|
484
484
|
{
|
|
485
|
-
var K,
|
|
486
|
-
C !== void 0 && (sr(C),
|
|
485
|
+
var K, I = {}, B = null, te = null;
|
|
486
|
+
C !== void 0 && (sr(C), B = "" + C), Jn(b) && (sr(b.key), B = "" + b.key), Xn(b) && (te = b.ref, Zn(b, Y));
|
|
487
487
|
for (K in b)
|
|
488
|
-
$e.call(b, K) && !Kn.hasOwnProperty(K) && (
|
|
488
|
+
$e.call(b, K) && !Kn.hasOwnProperty(K) && (I[K] = b[K]);
|
|
489
489
|
if (s && s.defaultProps) {
|
|
490
490
|
var Q = s.defaultProps;
|
|
491
491
|
for (K in Q)
|
|
492
|
-
|
|
492
|
+
I[K] === void 0 && (I[K] = Q[K]);
|
|
493
493
|
}
|
|
494
|
-
if (
|
|
494
|
+
if (B || te) {
|
|
495
495
|
var ee = typeof s == "function" ? s.displayName || s.name || "Unknown" : s;
|
|
496
|
-
|
|
496
|
+
B && Qn(I, ee), te && ei(I, ee);
|
|
497
497
|
}
|
|
498
|
-
return ti(s,
|
|
498
|
+
return ti(s, B, te, Y, O, cr.current, I);
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
|
-
var
|
|
501
|
+
var Rt = x.ReactCurrentOwner, fr = x.ReactDebugCurrentFrame;
|
|
502
502
|
function _e(s) {
|
|
503
503
|
if (s) {
|
|
504
504
|
var b = s._owner, C = it(s.type, s._source, b ? b.type : null);
|
|
@@ -506,15 +506,15 @@ function xi() {
|
|
|
506
506
|
} else
|
|
507
507
|
fr.setExtraStackFrame(null);
|
|
508
508
|
}
|
|
509
|
-
var
|
|
510
|
-
|
|
511
|
-
function
|
|
509
|
+
var Et;
|
|
510
|
+
Et = !1;
|
|
511
|
+
function Tt(s) {
|
|
512
512
|
return typeof s == "object" && s !== null && s.$$typeof === t;
|
|
513
513
|
}
|
|
514
514
|
function gr() {
|
|
515
515
|
{
|
|
516
|
-
if (
|
|
517
|
-
var s = q(
|
|
516
|
+
if (Rt.current) {
|
|
517
|
+
var s = q(Rt.current.type);
|
|
518
518
|
if (s)
|
|
519
519
|
return `
|
|
520
520
|
|
|
@@ -549,25 +549,25 @@ Check the top-level render call using <` + C + ">.");
|
|
|
549
549
|
return;
|
|
550
550
|
mr[C] = !0;
|
|
551
551
|
var O = "";
|
|
552
|
-
s && s._owner && s._owner !==
|
|
552
|
+
s && s._owner && s._owner !== Rt.current && (O = " It was passed a child from " + q(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.', C, O), _e(null);
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
function pr(s, b) {
|
|
556
556
|
{
|
|
557
557
|
if (typeof s != "object")
|
|
558
558
|
return;
|
|
559
|
-
if (
|
|
559
|
+
if (wt(s))
|
|
560
560
|
for (var C = 0; C < s.length; C++) {
|
|
561
561
|
var O = s[C];
|
|
562
|
-
|
|
562
|
+
Tt(O) && hr(O, b);
|
|
563
563
|
}
|
|
564
|
-
else if (
|
|
564
|
+
else if (Tt(s))
|
|
565
565
|
s._store && (s._store.validated = !0);
|
|
566
566
|
else if (s) {
|
|
567
567
|
var Y = w(s);
|
|
568
568
|
if (typeof Y == "function" && Y !== s.entries)
|
|
569
|
-
for (var K = Y.call(s),
|
|
570
|
-
|
|
569
|
+
for (var K = Y.call(s), I; !(I = K.next()).done; )
|
|
570
|
+
Tt(I.value) && hr(I.value, b);
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
573
|
}
|
|
@@ -588,8 +588,8 @@ Check the top-level render call using <` + C + ">.");
|
|
|
588
588
|
if (C) {
|
|
589
589
|
var O = q(b);
|
|
590
590
|
Gn(C, s.props, "prop", O, s);
|
|
591
|
-
} else if (b.PropTypes !== void 0 && !
|
|
592
|
-
|
|
591
|
+
} else if (b.PropTypes !== void 0 && !Et) {
|
|
592
|
+
Et = !0;
|
|
593
593
|
var Y = q(b);
|
|
594
594
|
y("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", Y || "Unknown");
|
|
595
595
|
}
|
|
@@ -611,25 +611,25 @@ Check the top-level render call using <` + C + ">.");
|
|
|
611
611
|
var vr = {};
|
|
612
612
|
function br(s, b, C, O, Y, K) {
|
|
613
613
|
{
|
|
614
|
-
var
|
|
615
|
-
if (!
|
|
616
|
-
var
|
|
617
|
-
(s === void 0 || typeof s == "object" && s !== null && Object.keys(s).length === 0) && (
|
|
614
|
+
var I = U(s);
|
|
615
|
+
if (!I) {
|
|
616
|
+
var B = "";
|
|
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
618
|
var te = ni();
|
|
619
|
-
te ?
|
|
619
|
+
te ? B += te : B += gr();
|
|
620
620
|
var Q;
|
|
621
|
-
s === null ? Q = "null" :
|
|
621
|
+
s === null ? Q = "null" : wt(s) ? Q = "array" : s !== void 0 && s.$$typeof === t ? (Q = "<" + (q(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
623
|
var ee = ri(s, b, C, Y, K);
|
|
624
624
|
if (ee == null)
|
|
625
625
|
return ee;
|
|
626
|
-
if (
|
|
626
|
+
if (I) {
|
|
627
627
|
var ce = b.children;
|
|
628
628
|
if (ce !== void 0)
|
|
629
629
|
if (O)
|
|
630
|
-
if (
|
|
631
|
-
for (var
|
|
632
|
-
pr(ce[
|
|
630
|
+
if (wt(ce)) {
|
|
631
|
+
for (var Ae = 0; Ae < ce.length; Ae++)
|
|
632
|
+
pr(ce[Ae], s);
|
|
633
633
|
Object.freeze && Object.freeze(ce);
|
|
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.");
|
|
@@ -639,15 +639,15 @@ Check the top-level render call using <` + C + ">.");
|
|
|
639
639
|
if ($e.call(b, "key")) {
|
|
640
640
|
var Pe = q(s), ne = Object.keys(b).filter(function(fi) {
|
|
641
641
|
return fi !== "key";
|
|
642
|
-
}),
|
|
643
|
-
if (!vr[Pe +
|
|
642
|
+
}), St = ne.length > 0 ? "{key: someKey, " + ne.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
643
|
+
if (!vr[Pe + St]) {
|
|
644
644
|
var di = 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} />`,
|
|
650
|
+
<%s key={someKey} {...props} />`, St, Pe, di, Pe), vr[Pe + St] = !0;
|
|
651
651
|
}
|
|
652
652
|
}
|
|
653
653
|
return s === n ? ai(ee) : oi(ee), ee;
|
|
@@ -663,16 +663,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
663
663
|
Ge.Fragment = n, Ge.jsx = ci, Ge.jsxs = ui;
|
|
664
664
|
}()), Ge;
|
|
665
665
|
}
|
|
666
|
-
process.env.NODE_ENV === "production" ?
|
|
667
|
-
var R =
|
|
668
|
-
const
|
|
666
|
+
process.env.NODE_ENV === "production" ? Ft.exports = bi() : Ft.exports = xi();
|
|
667
|
+
var R = Ft.exports;
|
|
668
|
+
const Kt = "-", yi = (e) => {
|
|
669
669
|
const t = Ri(e), {
|
|
670
670
|
conflictingClassGroups: r,
|
|
671
671
|
conflictingClassGroupModifiers: n
|
|
672
672
|
} = e;
|
|
673
673
|
return {
|
|
674
674
|
getClassGroupId: (o) => {
|
|
675
|
-
const l = o.split(
|
|
675
|
+
const l = o.split(Kt);
|
|
676
676
|
return l[0] === "" && l.length !== 1 && l.shift(), Jr(l, t) || wi(o);
|
|
677
677
|
},
|
|
678
678
|
getConflictingClassGroupIds: (o, l) => {
|
|
@@ -689,7 +689,7 @@ const Xt = "-", yi = (e) => {
|
|
|
689
689
|
return i;
|
|
690
690
|
if (t.validators.length === 0)
|
|
691
691
|
return;
|
|
692
|
-
const a = e.join(
|
|
692
|
+
const a = e.join(Kt);
|
|
693
693
|
return (o = t.validators.find(({
|
|
694
694
|
validator: l
|
|
695
695
|
}) => l(a))) == null ? void 0 : o.classGroupId;
|
|
@@ -734,7 +734,7 @@ const Xt = "-", yi = (e) => {
|
|
|
734
734
|
});
|
|
735
735
|
}, Sr = (e, t) => {
|
|
736
736
|
let r = e;
|
|
737
|
-
return t.split(
|
|
737
|
+
return t.split(Kt).forEach((n) => {
|
|
738
738
|
r.nextPart.has(n) || r.nextPart.set(n, {
|
|
739
739
|
nextPart: /* @__PURE__ */ new Map(),
|
|
740
740
|
validators: []
|
|
@@ -884,16 +884,16 @@ function Dt(e, ...t) {
|
|
|
884
884
|
const Z = (e) => {
|
|
885
885
|
const t = (r) => r[e] || [];
|
|
886
886
|
return t.isThemeGetter = !0, t;
|
|
887
|
-
}, en = /^\[(?:([a-z-]+):)?(.+)\]$/i, Hi = /^\d+\/\d+$/, _i = /* @__PURE__ */ new Set(["px", "full", "screen"]),
|
|
887
|
+
}, en = /^\[(?:([a-z-]+):)?(.+)\]$/i, Hi = /^\d+\/\d+$/, _i = /* @__PURE__ */ new Set(["px", "full", "screen"]), Ai = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Wi = /\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$/, Oi = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, ji = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Fi = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, pe = (e) => Oe(e) || _i.has(e) || Hi.test(e), ye = (e) => De(e, "length", Ui), Oe = (e) => !!e && !Number.isNaN(Number(e)), zt = (e) => De(e, "number", Oe), Ue = (e) => !!e && Number.isInteger(Number(e)), Bi = (e) => e.endsWith("%") && Oe(e.slice(0, -1)), j = (e) => en.test(e), we = (e) => Ai.test(e), Di = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Ii = (e) => De(e, Di, tn), Ni = (e) => De(e, "position", tn), $i = /* @__PURE__ */ new Set(["image", "url"]), Vi = (e) => De(e, $i, Yi), Gi = (e) => De(e, "", qi), qe = () => !0, De = (e, t, r) => {
|
|
888
888
|
const n = en.exec(e);
|
|
889
889
|
return n ? n[1] ? typeof t == "string" ? n[1] === t : t.has(n[1]) : r(n[2]) : !1;
|
|
890
890
|
}, Ui = (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
|
-
), tn = () => !1, qi = (e) => ji.test(e), Yi = (e) => Fi.test(e),
|
|
896
|
-
const e = Z("colors"), t = Z("spacing"), r = Z("blur"), n = Z("brightness"), i = Z("borderColor"), a = Z("borderRadius"), o = Z("borderSpacing"), l = Z("borderWidth"), c = Z("contrast"), u = Z("grayscale"), d = Z("hueRotate"), g = Z("invert"), p = Z("gap"), f = Z("gradientColorStops"), m = Z("gradientColorStopPositions"), h = Z("inset"), w = Z("margin"), x = Z("opacity"), y = Z("padding"), E = Z("saturate"), T = Z("scale"), P = Z("sepia"),
|
|
894
|
+
Wi.test(e) && !Oi.test(e)
|
|
895
|
+
), tn = () => !1, qi = (e) => ji.test(e), Yi = (e) => Fi.test(e), It = () => {
|
|
896
|
+
const e = Z("colors"), t = Z("spacing"), r = Z("blur"), n = Z("brightness"), i = Z("borderColor"), a = Z("borderRadius"), o = Z("borderSpacing"), l = Z("borderWidth"), c = Z("contrast"), u = Z("grayscale"), d = Z("hueRotate"), g = Z("invert"), p = Z("gap"), f = Z("gradientColorStops"), m = Z("gradientColorStopPositions"), h = Z("inset"), w = Z("margin"), x = Z("opacity"), y = Z("padding"), E = Z("saturate"), T = Z("scale"), P = Z("sepia"), A = Z("skew"), N = Z("space"), D = Z("translate"), J = () => ["auto", "contain", "none"], U = () => ["auto", "hidden", "clip", "visible", "scroll"], G = () => ["auto", j, t], H = () => [j, t], q = () => ["", pe, ye], _ = () => ["auto", Oe, j], S = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], z = () => ["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"], $ = () => ["", "0", j], W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], F = () => [Oe, j];
|
|
897
897
|
return {
|
|
898
898
|
cacheSize: 500,
|
|
899
899
|
separator: ":",
|
|
@@ -904,25 +904,25 @@ const Z = (e) => {
|
|
|
904
904
|
brightness: F(),
|
|
905
905
|
borderColor: [e],
|
|
906
906
|
borderRadius: ["none", "", "full", we, j],
|
|
907
|
-
borderSpacing:
|
|
907
|
+
borderSpacing: H(),
|
|
908
908
|
borderWidth: q(),
|
|
909
909
|
contrast: F(),
|
|
910
910
|
grayscale: $(),
|
|
911
911
|
hueRotate: F(),
|
|
912
912
|
invert: $(),
|
|
913
|
-
gap:
|
|
913
|
+
gap: H(),
|
|
914
914
|
gradientColorStops: [e],
|
|
915
|
-
gradientColorStopPositions: [
|
|
915
|
+
gradientColorStopPositions: [Bi, ye],
|
|
916
916
|
inset: G(),
|
|
917
917
|
margin: G(),
|
|
918
918
|
opacity: F(),
|
|
919
|
-
padding:
|
|
919
|
+
padding: H(),
|
|
920
920
|
saturate: F(),
|
|
921
921
|
scale: F(),
|
|
922
922
|
sepia: $(),
|
|
923
923
|
skew: F(),
|
|
924
|
-
space:
|
|
925
|
-
translate:
|
|
924
|
+
space: H(),
|
|
925
|
+
translate: H()
|
|
926
926
|
},
|
|
927
927
|
classGroups: {
|
|
928
928
|
// Layout
|
|
@@ -950,14 +950,14 @@ const Z = (e) => {
|
|
|
950
950
|
* @see https://tailwindcss.com/docs/break-after
|
|
951
951
|
*/
|
|
952
952
|
"break-after": [{
|
|
953
|
-
"break-after":
|
|
953
|
+
"break-after": W()
|
|
954
954
|
}],
|
|
955
955
|
/**
|
|
956
956
|
* Break Before
|
|
957
957
|
* @see https://tailwindcss.com/docs/break-before
|
|
958
958
|
*/
|
|
959
959
|
"break-before": [{
|
|
960
|
-
"break-before":
|
|
960
|
+
"break-before": W()
|
|
961
961
|
}],
|
|
962
962
|
/**
|
|
963
963
|
* Break Inside
|
|
@@ -1211,14 +1211,14 @@ const Z = (e) => {
|
|
|
1211
1211
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1212
1212
|
*/
|
|
1213
1213
|
"col-start": [{
|
|
1214
|
-
"col-start":
|
|
1214
|
+
"col-start": _()
|
|
1215
1215
|
}],
|
|
1216
1216
|
/**
|
|
1217
1217
|
* Grid Column End
|
|
1218
1218
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1219
1219
|
*/
|
|
1220
1220
|
"col-end": [{
|
|
1221
|
-
"col-end":
|
|
1221
|
+
"col-end": _()
|
|
1222
1222
|
}],
|
|
1223
1223
|
/**
|
|
1224
1224
|
* Grid Template Rows
|
|
@@ -1241,14 +1241,14 @@ const Z = (e) => {
|
|
|
1241
1241
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1242
1242
|
*/
|
|
1243
1243
|
"row-start": [{
|
|
1244
|
-
"row-start":
|
|
1244
|
+
"row-start": _()
|
|
1245
1245
|
}],
|
|
1246
1246
|
/**
|
|
1247
1247
|
* Grid Row End
|
|
1248
1248
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1249
1249
|
*/
|
|
1250
1250
|
"row-end": [{
|
|
1251
|
-
"row-end":
|
|
1251
|
+
"row-end": _()
|
|
1252
1252
|
}],
|
|
1253
1253
|
/**
|
|
1254
1254
|
* Grid Auto Flow
|
|
@@ -1581,7 +1581,7 @@ const Z = (e) => {
|
|
|
1581
1581
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1582
1582
|
*/
|
|
1583
1583
|
"font-weight": [{
|
|
1584
|
-
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black",
|
|
1584
|
+
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", zt]
|
|
1585
1585
|
}],
|
|
1586
1586
|
/**
|
|
1587
1587
|
* Font Family
|
|
@@ -1632,7 +1632,7 @@ const Z = (e) => {
|
|
|
1632
1632
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1633
1633
|
*/
|
|
1634
1634
|
"line-clamp": [{
|
|
1635
|
-
"line-clamp": ["none", Oe,
|
|
1635
|
+
"line-clamp": ["none", Oe, zt]
|
|
1636
1636
|
}],
|
|
1637
1637
|
/**
|
|
1638
1638
|
* Line Height
|
|
@@ -1753,7 +1753,7 @@ const Z = (e) => {
|
|
|
1753
1753
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1754
1754
|
*/
|
|
1755
1755
|
indent: [{
|
|
1756
|
-
indent:
|
|
1756
|
+
indent: H()
|
|
1757
1757
|
}],
|
|
1758
1758
|
/**
|
|
1759
1759
|
* Vertical Alignment
|
|
@@ -1841,7 +1841,7 @@ const Z = (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", Ii]
|
|
1845
1845
|
}],
|
|
1846
1846
|
/**
|
|
1847
1847
|
* Background Image
|
|
@@ -2559,28 +2559,28 @@ const Z = (e) => {
|
|
|
2559
2559
|
* @see https://tailwindcss.com/docs/translate
|
|
2560
2560
|
*/
|
|
2561
2561
|
"translate-x": [{
|
|
2562
|
-
"translate-x": [
|
|
2562
|
+
"translate-x": [D]
|
|
2563
2563
|
}],
|
|
2564
2564
|
/**
|
|
2565
2565
|
* Translate Y
|
|
2566
2566
|
* @see https://tailwindcss.com/docs/translate
|
|
2567
2567
|
*/
|
|
2568
2568
|
"translate-y": [{
|
|
2569
|
-
"translate-y": [
|
|
2569
|
+
"translate-y": [D]
|
|
2570
2570
|
}],
|
|
2571
2571
|
/**
|
|
2572
2572
|
* Skew X
|
|
2573
2573
|
* @see https://tailwindcss.com/docs/skew
|
|
2574
2574
|
*/
|
|
2575
2575
|
"skew-x": [{
|
|
2576
|
-
"skew-x": [
|
|
2576
|
+
"skew-x": [A]
|
|
2577
2577
|
}],
|
|
2578
2578
|
/**
|
|
2579
2579
|
* Skew Y
|
|
2580
2580
|
* @see https://tailwindcss.com/docs/skew
|
|
2581
2581
|
*/
|
|
2582
2582
|
"skew-y": [{
|
|
2583
|
-
"skew-y": [
|
|
2583
|
+
"skew-y": [A]
|
|
2584
2584
|
}],
|
|
2585
2585
|
/**
|
|
2586
2586
|
* Transform Origin
|
|
@@ -2644,126 +2644,126 @@ const Z = (e) => {
|
|
|
2644
2644
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2645
2645
|
*/
|
|
2646
2646
|
"scroll-m": [{
|
|
2647
|
-
"scroll-m":
|
|
2647
|
+
"scroll-m": H()
|
|
2648
2648
|
}],
|
|
2649
2649
|
/**
|
|
2650
2650
|
* Scroll Margin X
|
|
2651
2651
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2652
2652
|
*/
|
|
2653
2653
|
"scroll-mx": [{
|
|
2654
|
-
"scroll-mx":
|
|
2654
|
+
"scroll-mx": H()
|
|
2655
2655
|
}],
|
|
2656
2656
|
/**
|
|
2657
2657
|
* Scroll Margin Y
|
|
2658
2658
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2659
2659
|
*/
|
|
2660
2660
|
"scroll-my": [{
|
|
2661
|
-
"scroll-my":
|
|
2661
|
+
"scroll-my": H()
|
|
2662
2662
|
}],
|
|
2663
2663
|
/**
|
|
2664
2664
|
* Scroll Margin Start
|
|
2665
2665
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2666
2666
|
*/
|
|
2667
2667
|
"scroll-ms": [{
|
|
2668
|
-
"scroll-ms":
|
|
2668
|
+
"scroll-ms": H()
|
|
2669
2669
|
}],
|
|
2670
2670
|
/**
|
|
2671
2671
|
* Scroll Margin End
|
|
2672
2672
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2673
2673
|
*/
|
|
2674
2674
|
"scroll-me": [{
|
|
2675
|
-
"scroll-me":
|
|
2675
|
+
"scroll-me": H()
|
|
2676
2676
|
}],
|
|
2677
2677
|
/**
|
|
2678
2678
|
* Scroll Margin Top
|
|
2679
2679
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2680
2680
|
*/
|
|
2681
2681
|
"scroll-mt": [{
|
|
2682
|
-
"scroll-mt":
|
|
2682
|
+
"scroll-mt": H()
|
|
2683
2683
|
}],
|
|
2684
2684
|
/**
|
|
2685
2685
|
* Scroll Margin Right
|
|
2686
2686
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2687
2687
|
*/
|
|
2688
2688
|
"scroll-mr": [{
|
|
2689
|
-
"scroll-mr":
|
|
2689
|
+
"scroll-mr": H()
|
|
2690
2690
|
}],
|
|
2691
2691
|
/**
|
|
2692
2692
|
* Scroll Margin Bottom
|
|
2693
2693
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2694
2694
|
*/
|
|
2695
2695
|
"scroll-mb": [{
|
|
2696
|
-
"scroll-mb":
|
|
2696
|
+
"scroll-mb": H()
|
|
2697
2697
|
}],
|
|
2698
2698
|
/**
|
|
2699
2699
|
* Scroll Margin Left
|
|
2700
2700
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2701
2701
|
*/
|
|
2702
2702
|
"scroll-ml": [{
|
|
2703
|
-
"scroll-ml":
|
|
2703
|
+
"scroll-ml": H()
|
|
2704
2704
|
}],
|
|
2705
2705
|
/**
|
|
2706
2706
|
* Scroll Padding
|
|
2707
2707
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2708
2708
|
*/
|
|
2709
2709
|
"scroll-p": [{
|
|
2710
|
-
"scroll-p":
|
|
2710
|
+
"scroll-p": H()
|
|
2711
2711
|
}],
|
|
2712
2712
|
/**
|
|
2713
2713
|
* Scroll Padding X
|
|
2714
2714
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2715
2715
|
*/
|
|
2716
2716
|
"scroll-px": [{
|
|
2717
|
-
"scroll-px":
|
|
2717
|
+
"scroll-px": H()
|
|
2718
2718
|
}],
|
|
2719
2719
|
/**
|
|
2720
2720
|
* Scroll Padding Y
|
|
2721
2721
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2722
2722
|
*/
|
|
2723
2723
|
"scroll-py": [{
|
|
2724
|
-
"scroll-py":
|
|
2724
|
+
"scroll-py": H()
|
|
2725
2725
|
}],
|
|
2726
2726
|
/**
|
|
2727
2727
|
* Scroll Padding Start
|
|
2728
2728
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2729
2729
|
*/
|
|
2730
2730
|
"scroll-ps": [{
|
|
2731
|
-
"scroll-ps":
|
|
2731
|
+
"scroll-ps": H()
|
|
2732
2732
|
}],
|
|
2733
2733
|
/**
|
|
2734
2734
|
* Scroll Padding End
|
|
2735
2735
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2736
2736
|
*/
|
|
2737
2737
|
"scroll-pe": [{
|
|
2738
|
-
"scroll-pe":
|
|
2738
|
+
"scroll-pe": H()
|
|
2739
2739
|
}],
|
|
2740
2740
|
/**
|
|
2741
2741
|
* Scroll Padding Top
|
|
2742
2742
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2743
2743
|
*/
|
|
2744
2744
|
"scroll-pt": [{
|
|
2745
|
-
"scroll-pt":
|
|
2745
|
+
"scroll-pt": H()
|
|
2746
2746
|
}],
|
|
2747
2747
|
/**
|
|
2748
2748
|
* Scroll Padding Right
|
|
2749
2749
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2750
2750
|
*/
|
|
2751
2751
|
"scroll-pr": [{
|
|
2752
|
-
"scroll-pr":
|
|
2752
|
+
"scroll-pr": H()
|
|
2753
2753
|
}],
|
|
2754
2754
|
/**
|
|
2755
2755
|
* Scroll Padding Bottom
|
|
2756
2756
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2757
2757
|
*/
|
|
2758
2758
|
"scroll-pb": [{
|
|
2759
|
-
"scroll-pb":
|
|
2759
|
+
"scroll-pb": H()
|
|
2760
2760
|
}],
|
|
2761
2761
|
/**
|
|
2762
2762
|
* Scroll Padding Left
|
|
2763
2763
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2764
2764
|
*/
|
|
2765
2765
|
"scroll-pl": [{
|
|
2766
|
-
"scroll-pl":
|
|
2766
|
+
"scroll-pl": H()
|
|
2767
2767
|
}],
|
|
2768
2768
|
/**
|
|
2769
2769
|
* Scroll Snap Align
|
|
@@ -2846,7 +2846,7 @@ const Z = (e) => {
|
|
|
2846
2846
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2847
2847
|
*/
|
|
2848
2848
|
"stroke-w": [{
|
|
2849
|
-
stroke: [pe, ye,
|
|
2849
|
+
stroke: [pe, ye, zt]
|
|
2850
2850
|
}],
|
|
2851
2851
|
/**
|
|
2852
2852
|
* Stroke
|
|
@@ -2947,7 +2947,7 @@ const Z = (e) => {
|
|
|
2947
2947
|
const n = t[r];
|
|
2948
2948
|
n !== void 0 && (e[r] = (e[r] || []).concat(n));
|
|
2949
2949
|
}
|
|
2950
|
-
}, Zi = (e, ...t) => typeof e == "function" ? Dt(
|
|
2950
|
+
}, Zi = (e, ...t) => typeof e == "function" ? Dt(It, e, ...t) : Dt(() => Ki(It(), e), ...t), ct = /* @__PURE__ */ Dt(It), Cr = ({ children: e, size: t = "small" }) => /* @__PURE__ */ R.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"}`,
|
|
@@ -3797,11 +3797,11 @@ const on = {
|
|
|
3797
3797
|
fontWeight: "var(--callout-Regular-font-weight)"
|
|
3798
3798
|
}
|
|
3799
3799
|
]
|
|
3800
|
-
},
|
|
3800
|
+
}, kt = Object.keys(on).map((e) => `ds-text-${e}`);
|
|
3801
3801
|
[
|
|
3802
|
-
...
|
|
3803
|
-
...
|
|
3804
|
-
...
|
|
3802
|
+
...kt,
|
|
3803
|
+
...kt.map((e) => `ds-tablet:${e}`),
|
|
3804
|
+
...kt.map((e) => `ds-desktop:${e}`)
|
|
3805
3805
|
];
|
|
3806
3806
|
const ut = {
|
|
3807
3807
|
prefix: "ds-",
|
|
@@ -4169,7 +4169,7 @@ const to = ({ className: e }) => /* @__PURE__ */ R.jsxs(
|
|
|
4169
4169
|
]
|
|
4170
4170
|
}
|
|
4171
4171
|
);
|
|
4172
|
-
function
|
|
4172
|
+
function Ie(e) {
|
|
4173
4173
|
return sn(e) ? (e.nodeName || "").toLowerCase() : "#document";
|
|
4174
4174
|
}
|
|
4175
4175
|
function oe(e) {
|
|
@@ -4189,7 +4189,7 @@ function X(e) {
|
|
|
4189
4189
|
function ae(e) {
|
|
4190
4190
|
return e instanceof HTMLElement || e instanceof oe(e).HTMLElement;
|
|
4191
4191
|
}
|
|
4192
|
-
function
|
|
4192
|
+
function Nt(e) {
|
|
4193
4193
|
return typeof ShadowRoot == "undefined" ? !1 : e instanceof ShadowRoot || e instanceof oe(e).ShadowRoot;
|
|
4194
4194
|
}
|
|
4195
4195
|
function Ze(e) {
|
|
@@ -4202,9 +4202,9 @@ function Ze(e) {
|
|
|
4202
4202
|
return /auto|scroll|overlay|hidden|clip/.test(t + n + r) && !["inline", "contents"].includes(i);
|
|
4203
4203
|
}
|
|
4204
4204
|
function io(e) {
|
|
4205
|
-
return ["table", "td", "th"].includes(
|
|
4205
|
+
return ["table", "td", "th"].includes(Ie(e));
|
|
4206
4206
|
}
|
|
4207
|
-
function
|
|
4207
|
+
function bt(e) {
|
|
4208
4208
|
return [":popover-open", ":modal"].some((t) => {
|
|
4209
4209
|
try {
|
|
4210
4210
|
return e.matches(t);
|
|
@@ -4213,31 +4213,31 @@ function xt(e) {
|
|
|
4213
4213
|
}
|
|
4214
4214
|
});
|
|
4215
4215
|
}
|
|
4216
|
-
function
|
|
4217
|
-
const t =
|
|
4216
|
+
function Xt(e) {
|
|
4217
|
+
const t = Jt(), r = X(e) ? de(e) : e;
|
|
4218
4218
|
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));
|
|
4219
4219
|
}
|
|
4220
4220
|
function oo(e) {
|
|
4221
4221
|
let t = ve(e);
|
|
4222
4222
|
for (; ae(t) && !Ce(t); ) {
|
|
4223
|
-
if (
|
|
4223
|
+
if (Xt(t))
|
|
4224
4224
|
return t;
|
|
4225
|
-
if (
|
|
4225
|
+
if (bt(t))
|
|
4226
4226
|
return null;
|
|
4227
4227
|
t = ve(t);
|
|
4228
4228
|
}
|
|
4229
4229
|
return null;
|
|
4230
4230
|
}
|
|
4231
|
-
function
|
|
4231
|
+
function Jt() {
|
|
4232
4232
|
return typeof CSS == "undefined" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
4233
4233
|
}
|
|
4234
4234
|
function Ce(e) {
|
|
4235
|
-
return ["html", "body", "#document"].includes(
|
|
4235
|
+
return ["html", "body", "#document"].includes(Ie(e));
|
|
4236
4236
|
}
|
|
4237
4237
|
function de(e) {
|
|
4238
4238
|
return oe(e).getComputedStyle(e);
|
|
4239
4239
|
}
|
|
4240
|
-
function
|
|
4240
|
+
function xt(e) {
|
|
4241
4241
|
return X(e) ? {
|
|
4242
4242
|
scrollLeft: e.scrollLeft,
|
|
4243
4243
|
scrollTop: e.scrollTop
|
|
@@ -4247,16 +4247,16 @@ function yt(e) {
|
|
|
4247
4247
|
};
|
|
4248
4248
|
}
|
|
4249
4249
|
function ve(e) {
|
|
4250
|
-
if (
|
|
4250
|
+
if (Ie(e) === "html")
|
|
4251
4251
|
return e;
|
|
4252
4252
|
const t = (
|
|
4253
4253
|
// Step into the shadow DOM of the parent of a slotted node.
|
|
4254
4254
|
e.assignedSlot || // DOM Element detected.
|
|
4255
4255
|
e.parentNode || // ShadowRoot detected.
|
|
4256
|
-
|
|
4256
|
+
Nt(e) && e.host || // Fallback.
|
|
4257
4257
|
be(e)
|
|
4258
4258
|
);
|
|
4259
|
-
return
|
|
4259
|
+
return Nt(t) ? t.host : t;
|
|
4260
4260
|
}
|
|
4261
4261
|
function cn(e) {
|
|
4262
4262
|
const t = ve(e);
|
|
@@ -4268,7 +4268,7 @@ function Se(e, t, r) {
|
|
|
4268
4268
|
const i = cn(e), a = i === ((n = e.ownerDocument) == null ? void 0 : n.body), o = oe(i);
|
|
4269
4269
|
return a ? t.concat(o, o.visualViewport || [], Ze(i) ? i : [], o.frameElement && r ? Se(o.frameElement) : []) : t.concat(i, Se(i, [], r));
|
|
4270
4270
|
}
|
|
4271
|
-
function
|
|
4271
|
+
function $t(e) {
|
|
4272
4272
|
let t = e.activeElement;
|
|
4273
4273
|
for (; ((r = t) == null || (r = r.shadowRoot) == null ? void 0 : r.activeElement) != null; ) {
|
|
4274
4274
|
var r;
|
|
@@ -4276,13 +4276,13 @@ function Vt(e) {
|
|
|
4276
4276
|
}
|
|
4277
4277
|
return t;
|
|
4278
4278
|
}
|
|
4279
|
-
function
|
|
4279
|
+
function Be(e, t) {
|
|
4280
4280
|
if (!e || !t)
|
|
4281
4281
|
return !1;
|
|
4282
4282
|
const r = t.getRootNode == null ? void 0 : t.getRootNode();
|
|
4283
4283
|
if (e.contains(t))
|
|
4284
4284
|
return !0;
|
|
4285
|
-
if (r &&
|
|
4285
|
+
if (r && Nt(r)) {
|
|
4286
4286
|
let n = t;
|
|
4287
4287
|
for (; n; ) {
|
|
4288
4288
|
if (e === n)
|
|
@@ -4336,7 +4336,7 @@ function uo(e) {
|
|
|
4336
4336
|
function Ee(e) {
|
|
4337
4337
|
return (e == null ? void 0 : e.ownerDocument) || document;
|
|
4338
4338
|
}
|
|
4339
|
-
function
|
|
4339
|
+
function Lt(e, t) {
|
|
4340
4340
|
if (t == null)
|
|
4341
4341
|
return !1;
|
|
4342
4342
|
if ("composedPath" in e)
|
|
@@ -4344,7 +4344,7 @@ function Pt(e, t) {
|
|
|
4344
4344
|
const r = e;
|
|
4345
4345
|
return r.target != null && t.contains(r.target);
|
|
4346
4346
|
}
|
|
4347
|
-
function
|
|
4347
|
+
function We(e) {
|
|
4348
4348
|
return "composedPath" in e ? e.composedPath()[0] : e.target;
|
|
4349
4349
|
}
|
|
4350
4350
|
const fo = "input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";
|
|
@@ -4395,9 +4395,9 @@ function ho(e, t, r) {
|
|
|
4395
4395
|
}
|
|
4396
4396
|
function po(e) {
|
|
4397
4397
|
const t = ft(e);
|
|
4398
|
-
return [
|
|
4398
|
+
return [Vt(e), t, Vt(t)];
|
|
4399
4399
|
}
|
|
4400
|
-
function
|
|
4400
|
+
function Vt(e) {
|
|
4401
4401
|
return e.replace(/start|end/g, (t) => mo[t]);
|
|
4402
4402
|
}
|
|
4403
4403
|
function vo(e, t, r) {
|
|
@@ -4416,7 +4416,7 @@ function vo(e, t, r) {
|
|
|
4416
4416
|
function bo(e, t, r, n) {
|
|
4417
4417
|
const i = et(e);
|
|
4418
4418
|
let a = vo(ke(e), r === "start", n);
|
|
4419
|
-
return i && (a = a.map((o) => o + "-" + i), t && (a = a.concat(a.map(
|
|
4419
|
+
return i && (a = a.map((o) => o + "-" + i), t && (a = a.concat(a.map(Vt)))), a;
|
|
4420
4420
|
}
|
|
4421
4421
|
function ft(e) {
|
|
4422
4422
|
return e.replace(/left|right|bottom|top/g, (t) => go[t]);
|
|
@@ -4459,7 +4459,7 @@ function gt(e) {
|
|
|
4459
4459
|
* tabbable 6.2.0
|
|
4460
4460
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
4461
4461
|
*/
|
|
4462
|
-
var wo = ["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])"],
|
|
4462
|
+
var wo = ["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])"], Gt = /* @__PURE__ */ wo.join(","), vn = typeof Element == "undefined", Xe = vn ? function() {
|
|
4463
4463
|
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, mt = !vn && Element.prototype.getRootNode ? function(e) {
|
|
4464
4464
|
var t;
|
|
4465
4465
|
return e == null || (t = e.getRootNode) === null || t === void 0 ? void 0 : t.call(e);
|
|
@@ -4476,8 +4476,8 @@ var wo = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4476
4476
|
}, Eo = function(t, r, n) {
|
|
4477
4477
|
if (ht(t))
|
|
4478
4478
|
return [];
|
|
4479
|
-
var i = Array.prototype.slice.apply(t.querySelectorAll(
|
|
4480
|
-
return r && Xe.call(t,
|
|
4479
|
+
var i = Array.prototype.slice.apply(t.querySelectorAll(Gt));
|
|
4480
|
+
return r && Xe.call(t, Gt) && i.unshift(t), i = i.filter(n), i;
|
|
4481
4481
|
}, To = function e(t, r, n) {
|
|
4482
4482
|
for (var i = [], a = Array.from(t); a.length; ) {
|
|
4483
4483
|
var o = a.shift();
|
|
@@ -4489,7 +4489,7 @@ var wo = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4489
4489
|
candidates: u
|
|
4490
4490
|
});
|
|
4491
4491
|
} else {
|
|
4492
|
-
var d = Xe.call(o,
|
|
4492
|
+
var d = Xe.call(o, Gt);
|
|
4493
4493
|
d && n.filter(o) && (r || !t.includes(o)) && i.push(o);
|
|
4494
4494
|
var g = o.shadowRoot || // check for an undisclosed shadow
|
|
4495
4495
|
typeof n.getShadowRoot == "function" && n.getShadowRoot(o), p = !ht(g, !1) && (!n.shadowRootFilter || n.shadowRootFilter(o));
|
|
@@ -4561,7 +4561,7 @@ var wo = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4561
4561
|
}, Pr = function(t) {
|
|
4562
4562
|
var r = t.getBoundingClientRect(), n = r.width, i = r.height;
|
|
4563
4563
|
return n === 0 && i === 0;
|
|
4564
|
-
},
|
|
4564
|
+
}, Ao = function(t, r) {
|
|
4565
4565
|
var n = r.displayCheck, i = r.getShadowRoot;
|
|
4566
4566
|
if (getComputedStyle(t).visibility === "hidden")
|
|
4567
4567
|
return !0;
|
|
@@ -4585,7 +4585,7 @@ var wo = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4585
4585
|
} else if (n === "non-zero-area")
|
|
4586
4586
|
return Pr(t);
|
|
4587
4587
|
return !1;
|
|
4588
|
-
},
|
|
4588
|
+
}, Wo = function(t) {
|
|
4589
4589
|
if (/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))
|
|
4590
4590
|
for (var r = t.parentElement; r; ) {
|
|
4591
4591
|
if (r.tagName === "FIELDSET" && r.disabled) {
|
|
@@ -4603,8 +4603,8 @@ var wo = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4603
4603
|
return !(r.disabled || // we must do an inert look up to filter out any elements inside an inert ancestor
|
|
4604
4604
|
// because we're limited in the type of selectors we can use in JSDom (see related
|
|
4605
4605
|
// note related to `candidateSelectors`)
|
|
4606
|
-
ht(r) || zo(r) ||
|
|
4607
|
-
ko(r) ||
|
|
4606
|
+
ht(r) || zo(r) || Ao(r, t) || // For a details element with a summary, the summary element gets the focus
|
|
4607
|
+
ko(r) || Wo(r));
|
|
4608
4608
|
}, Mr = function(t, r) {
|
|
4609
4609
|
return !(Ho(r) || xn(r) < 0 || !Oo(t, r));
|
|
4610
4610
|
}, jo = function(t) {
|
|
@@ -4682,7 +4682,7 @@ function Hr(e, t, r) {
|
|
|
4682
4682
|
}
|
|
4683
4683
|
return f;
|
|
4684
4684
|
}
|
|
4685
|
-
const
|
|
4685
|
+
const Bo = (e, t, r) => he(void 0, null, function* () {
|
|
4686
4686
|
const {
|
|
4687
4687
|
placement: n = "bottom",
|
|
4688
4688
|
strategy: i = "absolute",
|
|
@@ -4739,7 +4739,7 @@ const Io = (e, t, r) => he(void 0, null, function* () {
|
|
|
4739
4739
|
middlewareData: f
|
|
4740
4740
|
};
|
|
4741
4741
|
});
|
|
4742
|
-
function
|
|
4742
|
+
function Zt(e, t) {
|
|
4743
4743
|
return he(this, null, function* () {
|
|
4744
4744
|
var r;
|
|
4745
4745
|
t === void 0 && (t = {});
|
|
@@ -4786,7 +4786,7 @@ function Qt(e, t) {
|
|
|
4786
4786
|
};
|
|
4787
4787
|
});
|
|
4788
4788
|
}
|
|
4789
|
-
const
|
|
4789
|
+
const Do = function(e) {
|
|
4790
4790
|
return e === void 0 && (e = {}), {
|
|
4791
4791
|
name: "flip",
|
|
4792
4792
|
options: e,
|
|
@@ -4817,9 +4817,9 @@ const Bo = function(e) {
|
|
|
4817
4817
|
]);
|
|
4818
4818
|
if ((n = o.arrow) != null && n.alignmentOffset)
|
|
4819
4819
|
return {};
|
|
4820
|
-
const y = ke(a), E = Me(c), T = ke(c) === c, P = yield u.isRTL == null ? void 0 : u.isRTL(d.floating),
|
|
4821
|
-
!f && N &&
|
|
4822
|
-
const
|
|
4820
|
+
const y = ke(a), E = Me(c), T = ke(c) === c, P = yield u.isRTL == null ? void 0 : u.isRTL(d.floating), A = f || (T || !w ? [ft(c)] : po(c)), N = h !== "none";
|
|
4821
|
+
!f && N && A.push(...bo(c, w, h, P));
|
|
4822
|
+
const D = [c, ...A], J = yield Zt(r, x), U = [];
|
|
4823
4823
|
let G = ((i = o.flip) == null ? void 0 : i.overflows) || [];
|
|
4824
4824
|
if (g && U.push(J[y]), p) {
|
|
4825
4825
|
const z = ho(a, l, P);
|
|
@@ -4829,8 +4829,8 @@ const Bo = function(e) {
|
|
|
4829
4829
|
placement: a,
|
|
4830
4830
|
overflows: U
|
|
4831
4831
|
}], !U.every((z) => z <= 0)) {
|
|
4832
|
-
var
|
|
4833
|
-
const z = (((
|
|
4832
|
+
var H, q;
|
|
4833
|
+
const z = (((H = o.flip) == null ? void 0 : H.index) || 0) + 1, k = D[z];
|
|
4834
4834
|
if (k)
|
|
4835
4835
|
return {
|
|
4836
4836
|
data: {
|
|
@@ -4841,20 +4841,20 @@ const Bo = function(e) {
|
|
|
4841
4841
|
placement: k
|
|
4842
4842
|
}
|
|
4843
4843
|
};
|
|
4844
|
-
let M = (q = G.filter(($) => $.overflows[0] <= 0).sort(($,
|
|
4844
|
+
let M = (q = G.filter(($) => $.overflows[0] <= 0).sort(($, W) => $.overflows[1] - W.overflows[1])[0]) == null ? void 0 : q.placement;
|
|
4845
4845
|
if (!M)
|
|
4846
4846
|
switch (m) {
|
|
4847
4847
|
case "bestFit": {
|
|
4848
|
-
var
|
|
4849
|
-
const $ = (
|
|
4848
|
+
var _;
|
|
4849
|
+
const $ = (_ = G.filter((W) => {
|
|
4850
4850
|
if (N) {
|
|
4851
|
-
const F = Me(
|
|
4851
|
+
const F = Me(W.placement);
|
|
4852
4852
|
return F === E || // Create a bias to the `y` side axis due to horizontal
|
|
4853
4853
|
// reading directions favoring greater width.
|
|
4854
4854
|
F === "y";
|
|
4855
4855
|
}
|
|
4856
4856
|
return !0;
|
|
4857
|
-
}).map((
|
|
4857
|
+
}).map((W) => [W.placement, W.overflows.filter((F) => F > 0).reduce((F, xe) => F + xe, 0)]).sort((W, F) => W[1] - F[1])[0]) == null ? void 0 : _[0];
|
|
4858
4858
|
$ && (M = $);
|
|
4859
4859
|
break;
|
|
4860
4860
|
}
|
|
@@ -4874,7 +4874,7 @@ const Bo = function(e) {
|
|
|
4874
4874
|
}
|
|
4875
4875
|
};
|
|
4876
4876
|
};
|
|
4877
|
-
function
|
|
4877
|
+
function Io(e, t) {
|
|
4878
4878
|
return he(this, null, function* () {
|
|
4879
4879
|
const {
|
|
4880
4880
|
placement: r,
|
|
@@ -4915,7 +4915,7 @@ const No = function(e) {
|
|
|
4915
4915
|
y: o,
|
|
4916
4916
|
placement: l,
|
|
4917
4917
|
middlewareData: c
|
|
4918
|
-
} = r, u = yield
|
|
4918
|
+
} = r, u = yield Io(r, e);
|
|
4919
4919
|
return l === ((n = c.offset) == null ? void 0 : n.placement) && (i = c.arrow) != null && i.alignmentOffset ? {} : {
|
|
4920
4920
|
x: a + u.x,
|
|
4921
4921
|
y: o + u.y,
|
|
@@ -4958,7 +4958,7 @@ const No = function(e) {
|
|
|
4958
4958
|
]), d = {
|
|
4959
4959
|
x: n,
|
|
4960
4960
|
y: i
|
|
4961
|
-
}, g = yield
|
|
4961
|
+
}, g = yield Zt(r, u), p = Me(ke(a)), f = mn(p);
|
|
4962
4962
|
let m = d[f], h = d[p];
|
|
4963
4963
|
if (o) {
|
|
4964
4964
|
const y = f === "y" ? "top" : "left", E = f === "y" ? "bottom" : "right", T = m + g[y], P = m - g[E];
|
|
@@ -4997,24 +4997,24 @@ const No = function(e) {
|
|
|
4997
4997
|
}
|
|
4998
4998
|
} = J, c = me(J, [
|
|
4999
4999
|
"apply"
|
|
5000
|
-
]), u = yield
|
|
5000
|
+
]), u = yield Zt(r, c), d = ke(n), g = et(n), p = Me(n) === "y", {
|
|
5001
5001
|
width: f,
|
|
5002
5002
|
height: m
|
|
5003
5003
|
} = i.floating;
|
|
5004
5004
|
let h, w;
|
|
5005
5005
|
d === "top" || d === "bottom" ? (h = d, w = g === ((yield a.isRTL == null ? void 0 : a.isRTL(o.floating)) ? "start" : "end") ? "left" : "right") : (w = d, h = g === "end" ? "top" : "bottom");
|
|
5006
5006
|
const x = m - u.top - u.bottom, y = f - u.left - u.right, E = Te(m - u[h], x), T = Te(f - u[w], y), P = !r.middlewareData.shift;
|
|
5007
|
-
let
|
|
5008
|
-
if (p ? N = g || P ? Te(T, y) : y :
|
|
5009
|
-
const U = le(u.left, 0), G = le(u.right, 0),
|
|
5010
|
-
p ? N = f - 2 * (U !== 0 || G !== 0 ? U + G : le(u.left, u.right)) :
|
|
5007
|
+
let A = E, N = T;
|
|
5008
|
+
if (p ? N = g || P ? Te(T, y) : y : A = g || P ? Te(E, x) : x, P && !g) {
|
|
5009
|
+
const U = le(u.left, 0), G = le(u.right, 0), H = le(u.top, 0), q = le(u.bottom, 0);
|
|
5010
|
+
p ? N = f - 2 * (U !== 0 || G !== 0 ? U + G : le(u.left, u.right)) : A = m - 2 * (H !== 0 || q !== 0 ? H + q : le(u.top, u.bottom));
|
|
5011
5011
|
}
|
|
5012
5012
|
yield l(V(L({}, r), {
|
|
5013
5013
|
availableWidth: N,
|
|
5014
|
-
availableHeight:
|
|
5014
|
+
availableHeight: A
|
|
5015
5015
|
}));
|
|
5016
|
-
const
|
|
5017
|
-
return f !==
|
|
5016
|
+
const D = yield a.getDimensions(o.floating);
|
|
5017
|
+
return f !== D.width || m !== D.height ? {
|
|
5018
5018
|
reset: {
|
|
5019
5019
|
rects: !0
|
|
5020
5020
|
}
|
|
@@ -5033,11 +5033,11 @@ function Rn(e) {
|
|
|
5033
5033
|
$: l
|
|
5034
5034
|
};
|
|
5035
5035
|
}
|
|
5036
|
-
function
|
|
5036
|
+
function Qt(e) {
|
|
5037
5037
|
return X(e) ? e : e.contextElement;
|
|
5038
5038
|
}
|
|
5039
5039
|
function je(e) {
|
|
5040
|
-
const t =
|
|
5040
|
+
const t = Qt(e);
|
|
5041
5041
|
if (!ae(t))
|
|
5042
5042
|
return ze(1);
|
|
5043
5043
|
const r = t.getBoundingClientRect(), {
|
|
@@ -5054,7 +5054,7 @@ function je(e) {
|
|
|
5054
5054
|
const Go = /* @__PURE__ */ ze(0);
|
|
5055
5055
|
function En(e) {
|
|
5056
5056
|
const t = oe(e);
|
|
5057
|
-
return !
|
|
5057
|
+
return !Jt() || !t.visualViewport ? Go : {
|
|
5058
5058
|
x: t.visualViewport.offsetLeft,
|
|
5059
5059
|
y: t.visualViewport.offsetTop
|
|
5060
5060
|
};
|
|
@@ -5064,7 +5064,7 @@ function Uo(e, t, r) {
|
|
|
5064
5064
|
}
|
|
5065
5065
|
function He(e, t, r, n) {
|
|
5066
5066
|
t === void 0 && (t = !1), r === void 0 && (r = !1);
|
|
5067
|
-
const i = e.getBoundingClientRect(), a =
|
|
5067
|
+
const i = e.getBoundingClientRect(), a = Qt(e);
|
|
5068
5068
|
let o = ze(1);
|
|
5069
5069
|
t && (n ? X(n) && (o = je(n)) : o = je(e));
|
|
5070
5070
|
const l = Uo(a, r, n) ? En(a) : ze(0);
|
|
@@ -5091,7 +5091,7 @@ function qo(e) {
|
|
|
5091
5091
|
offsetParent: n,
|
|
5092
5092
|
strategy: i
|
|
5093
5093
|
} = e;
|
|
5094
|
-
const a = i === "fixed", o = be(n), l = t ?
|
|
5094
|
+
const a = i === "fixed", o = be(n), l = t ? bt(t.floating) : !1;
|
|
5095
5095
|
if (n === o || l && a)
|
|
5096
5096
|
return r;
|
|
5097
5097
|
let c = {
|
|
@@ -5099,7 +5099,7 @@ function qo(e) {
|
|
|
5099
5099
|
scrollTop: 0
|
|
5100
5100
|
}, u = ze(1);
|
|
5101
5101
|
const d = ze(0), g = ae(n);
|
|
5102
|
-
if ((g || !g && !a) && ((
|
|
5102
|
+
if ((g || !g && !a) && ((Ie(n) !== "body" || Ze(o)) && (c = xt(n)), ae(n))) {
|
|
5103
5103
|
const p = He(n);
|
|
5104
5104
|
u = je(n), d.x = p.x + n.clientLeft, d.y = p.y + n.clientTop;
|
|
5105
5105
|
}
|
|
@@ -5114,10 +5114,10 @@ function Yo(e) {
|
|
|
5114
5114
|
return Array.from(e.getClientRects());
|
|
5115
5115
|
}
|
|
5116
5116
|
function Tn(e) {
|
|
5117
|
-
return He(be(e)).left +
|
|
5117
|
+
return He(be(e)).left + xt(e).scrollLeft;
|
|
5118
5118
|
}
|
|
5119
5119
|
function Ko(e) {
|
|
5120
|
-
const t = be(e), r =
|
|
5120
|
+
const t = be(e), r = xt(e), n = e.ownerDocument.body, i = le(t.scrollWidth, t.clientWidth, n.scrollWidth, n.clientWidth), a = le(t.scrollHeight, t.clientHeight, n.scrollHeight, n.clientHeight);
|
|
5121
5121
|
let o = -r.scrollLeft + Tn(e);
|
|
5122
5122
|
const l = -r.scrollTop;
|
|
5123
5123
|
return de(n).direction === "rtl" && (o += le(t.clientWidth, n.clientWidth) - i), {
|
|
@@ -5132,7 +5132,7 @@ function Xo(e, t) {
|
|
|
5132
5132
|
let a = n.clientWidth, o = n.clientHeight, l = 0, c = 0;
|
|
5133
5133
|
if (i) {
|
|
5134
5134
|
a = i.width, o = i.height;
|
|
5135
|
-
const u =
|
|
5135
|
+
const u = Jt();
|
|
5136
5136
|
(!u || u && t === "fixed") && (l = i.offsetLeft, c = i.offsetTop);
|
|
5137
5137
|
}
|
|
5138
5138
|
return {
|
|
@@ -5176,11 +5176,11 @@ function Zo(e, t) {
|
|
|
5176
5176
|
const r = t.get(e);
|
|
5177
5177
|
if (r)
|
|
5178
5178
|
return r;
|
|
5179
|
-
let n = Se(e, [], !1).filter((l) => X(l) &&
|
|
5179
|
+
let n = Se(e, [], !1).filter((l) => X(l) && Ie(l) !== "body"), i = null;
|
|
5180
5180
|
const a = de(e).position === "fixed";
|
|
5181
5181
|
let o = a ? ve(e) : e;
|
|
5182
5182
|
for (; X(o) && !Ce(o); ) {
|
|
5183
|
-
const l = de(o), c =
|
|
5183
|
+
const l = de(o), c = Xt(o);
|
|
5184
5184
|
!c && l.position === "fixed" && (i = null), (a ? !c && !i : !c && l.position === "static" && !!i && ["absolute", "fixed"].includes(i.position) || Ze(o) && !c && Sn(e, o)) ? n = n.filter((d) => d !== o) : i = l, o = ve(o);
|
|
5185
5185
|
}
|
|
5186
5186
|
return t.set(e, n), n;
|
|
@@ -5192,7 +5192,7 @@ function Qo(e) {
|
|
|
5192
5192
|
rootBoundary: n,
|
|
5193
5193
|
strategy: i
|
|
5194
5194
|
} = e;
|
|
5195
|
-
const o = [...r === "clippingAncestors" ?
|
|
5195
|
+
const o = [...r === "clippingAncestors" ? bt(t) ? [] : Zo(t, this._c) : [].concat(r), n], l = o[0], c = o.reduce((u, d) => {
|
|
5196
5196
|
const g = _r(t, d, i);
|
|
5197
5197
|
return u.top = le(g.top, u.top), u.right = Te(g.right, u.right), u.bottom = Te(g.bottom, u.bottom), u.left = le(g.left, u.left), u;
|
|
5198
5198
|
}, _r(t, l, i));
|
|
@@ -5221,7 +5221,7 @@ function ta(e, t, r) {
|
|
|
5221
5221
|
};
|
|
5222
5222
|
const c = ze(0);
|
|
5223
5223
|
if (n || !n && !a)
|
|
5224
|
-
if ((
|
|
5224
|
+
if ((Ie(t) !== "body" || Ze(i)) && (l = xt(t)), n) {
|
|
5225
5225
|
const g = He(t, !0, a, t);
|
|
5226
5226
|
c.x = g.x + t.clientLeft, c.y = g.y + t.clientTop;
|
|
5227
5227
|
} else i && (c.x = Tn(i));
|
|
@@ -5233,29 +5233,29 @@ function ta(e, t, r) {
|
|
|
5233
5233
|
height: o.height
|
|
5234
5234
|
};
|
|
5235
5235
|
}
|
|
5236
|
-
function
|
|
5236
|
+
function Pt(e) {
|
|
5237
5237
|
return de(e).position === "static";
|
|
5238
5238
|
}
|
|
5239
|
-
function
|
|
5239
|
+
function Ar(e, t) {
|
|
5240
5240
|
return !ae(e) || de(e).position === "fixed" ? null : t ? t(e) : e.offsetParent;
|
|
5241
5241
|
}
|
|
5242
5242
|
function Cn(e, t) {
|
|
5243
5243
|
const r = oe(e);
|
|
5244
|
-
if (
|
|
5244
|
+
if (bt(e))
|
|
5245
5245
|
return r;
|
|
5246
5246
|
if (!ae(e)) {
|
|
5247
5247
|
let i = ve(e);
|
|
5248
5248
|
for (; i && !Ce(i); ) {
|
|
5249
|
-
if (X(i) && !
|
|
5249
|
+
if (X(i) && !Pt(i))
|
|
5250
5250
|
return i;
|
|
5251
5251
|
i = ve(i);
|
|
5252
5252
|
}
|
|
5253
5253
|
return r;
|
|
5254
5254
|
}
|
|
5255
|
-
let n =
|
|
5256
|
-
for (; n && io(n) &&
|
|
5257
|
-
n =
|
|
5258
|
-
return n && Ce(n) &&
|
|
5255
|
+
let n = Ar(e, t);
|
|
5256
|
+
for (; n && io(n) && Pt(n); )
|
|
5257
|
+
n = Ar(n, t);
|
|
5258
|
+
return n && Ce(n) && Pt(n) && !Xt(n) ? r : n || oo(e) || r;
|
|
5259
5259
|
}
|
|
5260
5260
|
const ra = function(e) {
|
|
5261
5261
|
return he(this, null, function* () {
|
|
@@ -5309,11 +5309,11 @@ function oa(e, t) {
|
|
|
5309
5309
|
};
|
|
5310
5310
|
let E = !0;
|
|
5311
5311
|
function T(P) {
|
|
5312
|
-
const
|
|
5313
|
-
if (
|
|
5312
|
+
const A = P[0].intersectionRatio;
|
|
5313
|
+
if (A !== c) {
|
|
5314
5314
|
if (!E)
|
|
5315
5315
|
return o();
|
|
5316
|
-
|
|
5316
|
+
A ? o(!1, A) : n = setTimeout(() => {
|
|
5317
5317
|
o(!1, 1e-7);
|
|
5318
5318
|
}, 1e3);
|
|
5319
5319
|
}
|
|
@@ -5339,7 +5339,7 @@ function aa(e, t, r, n) {
|
|
|
5339
5339
|
elementResize: o = typeof ResizeObserver == "function",
|
|
5340
5340
|
layoutShift: l = typeof IntersectionObserver == "function",
|
|
5341
5341
|
animationFrame: c = !1
|
|
5342
|
-
} = n, u =
|
|
5342
|
+
} = n, u = Qt(e), d = i || a ? [...u ? Se(u) : [], ...Se(t)] : [];
|
|
5343
5343
|
d.forEach((x) => {
|
|
5344
5344
|
i && x.addEventListener("scroll", r, {
|
|
5345
5345
|
passive: !0
|
|
@@ -5367,13 +5367,13 @@ function aa(e, t, r, n) {
|
|
|
5367
5367
|
}), g == null || g(), (x = f) == null || x.disconnect(), f = null, c && cancelAnimationFrame(m);
|
|
5368
5368
|
};
|
|
5369
5369
|
}
|
|
5370
|
-
const la = No, sa = $o, ca =
|
|
5370
|
+
const la = No, sa = $o, ca = Do, ua = Vo, da = (e, t, r) => {
|
|
5371
5371
|
const n = /* @__PURE__ */ new Map(), i = L({
|
|
5372
5372
|
platform: ia
|
|
5373
5373
|
}, r), a = V(L({}, i.platform), {
|
|
5374
5374
|
_c: n
|
|
5375
5375
|
});
|
|
5376
|
-
return
|
|
5376
|
+
return Bo(e, t, V(L({}, i), {
|
|
5377
5377
|
platform: a
|
|
5378
5378
|
}));
|
|
5379
5379
|
};
|
|
@@ -5411,7 +5411,7 @@ function pt(e, t) {
|
|
|
5411
5411
|
function zn(e) {
|
|
5412
5412
|
return typeof window == "undefined" ? 1 : (e.ownerDocument.defaultView || window).devicePixelRatio || 1;
|
|
5413
5413
|
}
|
|
5414
|
-
function
|
|
5414
|
+
function Wr(e, t) {
|
|
5415
5415
|
const r = zn(e);
|
|
5416
5416
|
return Math.round(t * r) / r;
|
|
5417
5417
|
}
|
|
@@ -5445,28 +5445,28 @@ function fa(e) {
|
|
|
5445
5445
|
}), [p, f] = v.useState(n);
|
|
5446
5446
|
pt(p, n) || f(n);
|
|
5447
5447
|
const [m, h] = v.useState(null), [w, x] = v.useState(null), y = v.useCallback((k) => {
|
|
5448
|
-
k !==
|
|
5448
|
+
k !== A.current && (A.current = k, h(k));
|
|
5449
5449
|
}, []), E = v.useCallback((k) => {
|
|
5450
5450
|
k !== N.current && (N.current = k, x(k));
|
|
5451
|
-
}, []), T = a || m, P = o || w,
|
|
5452
|
-
if (!
|
|
5451
|
+
}, []), T = a || m, P = o || w, A = v.useRef(null), N = v.useRef(null), D = v.useRef(d), J = c != null, U = Or(c), G = Or(i), H = v.useCallback(() => {
|
|
5452
|
+
if (!A.current || !N.current)
|
|
5453
5453
|
return;
|
|
5454
5454
|
const k = {
|
|
5455
5455
|
placement: t,
|
|
5456
5456
|
strategy: r,
|
|
5457
5457
|
middleware: p
|
|
5458
5458
|
};
|
|
5459
|
-
G.current && (k.platform = G.current), da(
|
|
5459
|
+
G.current && (k.platform = G.current), da(A.current, N.current, k).then((M) => {
|
|
5460
5460
|
const $ = V(L({}, M), {
|
|
5461
5461
|
isPositioned: !0
|
|
5462
5462
|
});
|
|
5463
|
-
q.current && !pt(
|
|
5463
|
+
q.current && !pt(D.current, $) && (D.current = $, Xr.flushSync(() => {
|
|
5464
5464
|
g($);
|
|
5465
5465
|
}));
|
|
5466
5466
|
});
|
|
5467
5467
|
}, [p, t, r, G]);
|
|
5468
5468
|
st(() => {
|
|
5469
|
-
u === !1 &&
|
|
5469
|
+
u === !1 && D.current.isPositioned && (D.current.isPositioned = !1, g((k) => V(L({}, k), {
|
|
5470
5470
|
isPositioned: !1
|
|
5471
5471
|
})));
|
|
5472
5472
|
}, [u]);
|
|
@@ -5474,14 +5474,14 @@ function fa(e) {
|
|
|
5474
5474
|
st(() => (q.current = !0, () => {
|
|
5475
5475
|
q.current = !1;
|
|
5476
5476
|
}), []), st(() => {
|
|
5477
|
-
if (T && (
|
|
5477
|
+
if (T && (A.current = T), P && (N.current = P), T && P) {
|
|
5478
5478
|
if (U.current)
|
|
5479
|
-
return U.current(T, P,
|
|
5480
|
-
|
|
5479
|
+
return U.current(T, P, H);
|
|
5480
|
+
H();
|
|
5481
5481
|
}
|
|
5482
|
-
}, [T, P,
|
|
5483
|
-
const
|
|
5484
|
-
reference:
|
|
5482
|
+
}, [T, P, H, U, J]);
|
|
5483
|
+
const _ = v.useMemo(() => ({
|
|
5484
|
+
reference: A,
|
|
5485
5485
|
floating: N,
|
|
5486
5486
|
setReference: y,
|
|
5487
5487
|
setFloating: E
|
|
@@ -5496,7 +5496,7 @@ function fa(e) {
|
|
|
5496
5496
|
};
|
|
5497
5497
|
if (!S.floating)
|
|
5498
5498
|
return k;
|
|
5499
|
-
const M =
|
|
5499
|
+
const M = Wr(S.floating, d.x), $ = Wr(S.floating, d.y);
|
|
5500
5500
|
return l ? L(V(L({}, k), {
|
|
5501
5501
|
transform: "translate(" + M + "px, " + $ + "px)"
|
|
5502
5502
|
}), zn(S.floating) >= 1.5 && {
|
|
@@ -5508,11 +5508,11 @@ function fa(e) {
|
|
|
5508
5508
|
};
|
|
5509
5509
|
}, [r, l, S.floating, d.x, d.y]);
|
|
5510
5510
|
return v.useMemo(() => V(L({}, d), {
|
|
5511
|
-
update:
|
|
5512
|
-
refs:
|
|
5511
|
+
update: H,
|
|
5512
|
+
refs: _,
|
|
5513
5513
|
elements: S,
|
|
5514
5514
|
floatingStyles: z
|
|
5515
|
-
}), [d,
|
|
5515
|
+
}), [d, H, _, S, z]);
|
|
5516
5516
|
}
|
|
5517
5517
|
const ga = (e, t) => V(L({}, la(e)), {
|
|
5518
5518
|
options: [e, t]
|
|
@@ -5537,15 +5537,15 @@ function Re(e) {
|
|
|
5537
5537
|
}, []);
|
|
5538
5538
|
}
|
|
5539
5539
|
var fe = typeof document != "undefined" ? Kr : Je;
|
|
5540
|
-
function
|
|
5541
|
-
return
|
|
5540
|
+
function Ut() {
|
|
5541
|
+
return Ut = Object.assign ? Object.assign.bind() : function(e) {
|
|
5542
5542
|
for (var t = 1; t < arguments.length; t++) {
|
|
5543
5543
|
var r = arguments[t];
|
|
5544
5544
|
for (var n in r)
|
|
5545
5545
|
Object.prototype.hasOwnProperty.call(r, n) && (e[n] = r[n]);
|
|
5546
5546
|
}
|
|
5547
5547
|
return e;
|
|
5548
|
-
},
|
|
5548
|
+
}, Ut.apply(this, arguments);
|
|
5549
5549
|
}
|
|
5550
5550
|
let jr = !1, xa = 0;
|
|
5551
5551
|
const Fr = () => (
|
|
@@ -5561,16 +5561,16 @@ function ya() {
|
|
|
5561
5561
|
jr = !0;
|
|
5562
5562
|
}, []), e;
|
|
5563
5563
|
}
|
|
5564
|
-
const wa = kn.useId,
|
|
5565
|
-
let
|
|
5566
|
-
process.env.NODE_ENV !== "production" && (
|
|
5564
|
+
const wa = kn.useId, er = wa || ya;
|
|
5565
|
+
let qt;
|
|
5566
|
+
process.env.NODE_ENV !== "production" && (qt = /* @__PURE__ */ new Set());
|
|
5567
5567
|
function Ra() {
|
|
5568
5568
|
for (var e, t = arguments.length, r = new Array(t), n = 0; n < t; n++)
|
|
5569
5569
|
r[n] = arguments[n];
|
|
5570
5570
|
const i = "Floating UI: " + r.join(" ");
|
|
5571
|
-
if (!((e =
|
|
5571
|
+
if (!((e = qt) != null && e.has(i))) {
|
|
5572
5572
|
var a;
|
|
5573
|
-
(a =
|
|
5573
|
+
(a = qt) == null || a.add(i), console.error(i);
|
|
5574
5574
|
}
|
|
5575
5575
|
}
|
|
5576
5576
|
function Ea() {
|
|
@@ -5589,21 +5589,21 @@ function Ea() {
|
|
|
5589
5589
|
}
|
|
5590
5590
|
};
|
|
5591
5591
|
}
|
|
5592
|
-
const Ta = /* @__PURE__ */ v.createContext(null), Sa = /* @__PURE__ */ v.createContext(null),
|
|
5592
|
+
const Ta = /* @__PURE__ */ v.createContext(null), Sa = /* @__PURE__ */ v.createContext(null), tr = () => {
|
|
5593
5593
|
var e;
|
|
5594
5594
|
return ((e = v.useContext(Ta)) == null ? void 0 : e.id) || null;
|
|
5595
|
-
},
|
|
5595
|
+
}, rr = () => v.useContext(Sa);
|
|
5596
5596
|
function tt(e) {
|
|
5597
5597
|
return "data-floating-ui-" + e;
|
|
5598
5598
|
}
|
|
5599
|
-
function
|
|
5599
|
+
function Mt(e) {
|
|
5600
5600
|
const t = pi(e);
|
|
5601
5601
|
return fe(() => {
|
|
5602
5602
|
t.current = e;
|
|
5603
5603
|
}), t;
|
|
5604
5604
|
}
|
|
5605
|
-
const
|
|
5606
|
-
function
|
|
5605
|
+
const Br = /* @__PURE__ */ tt("safe-polygon");
|
|
5606
|
+
function Ht(e, t, r) {
|
|
5607
5607
|
return r && !Ke(r) ? 0 : typeof e == "number" ? e : e == null ? void 0 : e[t];
|
|
5608
5608
|
}
|
|
5609
5609
|
function el(e, t) {
|
|
@@ -5621,7 +5621,7 @@ function el(e, t) {
|
|
|
5621
5621
|
mouseOnly: d = !1,
|
|
5622
5622
|
restMs: g = 0,
|
|
5623
5623
|
move: p = !0
|
|
5624
|
-
} = t, f =
|
|
5624
|
+
} = t, f = rr(), m = tr(), h = Mt(u), w = Mt(c), x = Mt(r), y = v.useRef(), E = v.useRef(-1), T = v.useRef(), P = v.useRef(-1), A = v.useRef(!0), N = v.useRef(!1), D = v.useRef(() => {
|
|
5625
5625
|
}), J = v.useCallback(() => {
|
|
5626
5626
|
var S;
|
|
5627
5627
|
const z = (S = i.current.openEvent) == null ? void 0 : S.type;
|
|
@@ -5633,7 +5633,7 @@ function el(e, t) {
|
|
|
5633
5633
|
let {
|
|
5634
5634
|
open: k
|
|
5635
5635
|
} = z;
|
|
5636
|
-
k || (clearTimeout(E.current), clearTimeout(P.current),
|
|
5636
|
+
k || (clearTimeout(E.current), clearTimeout(P.current), A.current = !0);
|
|
5637
5637
|
}
|
|
5638
5638
|
return a.on("openchange", S), () => {
|
|
5639
5639
|
a.off("openchange", S);
|
|
@@ -5650,14 +5650,14 @@ function el(e, t) {
|
|
|
5650
5650
|
}, [o.floating, r, n, l, h, J]);
|
|
5651
5651
|
const U = v.useCallback(function(S, z, k) {
|
|
5652
5652
|
z === void 0 && (z = !0), k === void 0 && (k = "hover");
|
|
5653
|
-
const M =
|
|
5653
|
+
const M = Ht(w.current, "close", y.current);
|
|
5654
5654
|
M && !T.current ? (clearTimeout(E.current), E.current = window.setTimeout(() => n(!1, S, k), M)) : z && (clearTimeout(E.current), n(!1, S, k));
|
|
5655
5655
|
}, [w, n]), G = Re(() => {
|
|
5656
|
-
|
|
5657
|
-
}),
|
|
5656
|
+
D.current(), T.current = void 0;
|
|
5657
|
+
}), H = Re(() => {
|
|
5658
5658
|
if (N.current) {
|
|
5659
5659
|
const S = Ee(o.floating).body;
|
|
5660
|
-
S.style.pointerEvents = "", S.removeAttribute(
|
|
5660
|
+
S.style.pointerEvents = "", S.removeAttribute(Br), N.current = !1;
|
|
5661
5661
|
}
|
|
5662
5662
|
});
|
|
5663
5663
|
v.useEffect(() => {
|
|
@@ -5665,74 +5665,74 @@ function el(e, t) {
|
|
|
5665
5665
|
function S() {
|
|
5666
5666
|
return i.current.openEvent ? ["click", "mousedown"].includes(i.current.openEvent.type) : !1;
|
|
5667
5667
|
}
|
|
5668
|
-
function z(
|
|
5669
|
-
if (clearTimeout(E.current),
|
|
5668
|
+
function z(W) {
|
|
5669
|
+
if (clearTimeout(E.current), A.current = !1, d && !Ke(y.current) || g > 0 && !Ht(w.current, "open"))
|
|
5670
5670
|
return;
|
|
5671
|
-
const F =
|
|
5671
|
+
const F = Ht(w.current, "open", y.current);
|
|
5672
5672
|
F ? E.current = window.setTimeout(() => {
|
|
5673
|
-
x.current || n(!0,
|
|
5674
|
-
}, F) : n(!0,
|
|
5673
|
+
x.current || n(!0, W, "hover");
|
|
5674
|
+
}, F) : n(!0, W, "hover");
|
|
5675
5675
|
}
|
|
5676
|
-
function k(
|
|
5676
|
+
function k(W) {
|
|
5677
5677
|
if (S()) return;
|
|
5678
|
-
|
|
5678
|
+
D.current();
|
|
5679
5679
|
const F = Ee(o.floating);
|
|
5680
5680
|
if (clearTimeout(P.current), h.current && i.current.floatingContext) {
|
|
5681
5681
|
r || clearTimeout(E.current), T.current = h.current(V(L({}, i.current.floatingContext), {
|
|
5682
5682
|
tree: f,
|
|
5683
|
-
x:
|
|
5684
|
-
y:
|
|
5683
|
+
x: W.clientX,
|
|
5684
|
+
y: W.clientY,
|
|
5685
5685
|
onClose() {
|
|
5686
|
-
|
|
5686
|
+
H(), G(), U(W, !0, "safe-polygon");
|
|
5687
5687
|
}
|
|
5688
5688
|
}));
|
|
5689
5689
|
const Le = T.current;
|
|
5690
|
-
F.addEventListener("mousemove", Le),
|
|
5690
|
+
F.addEventListener("mousemove", Le), D.current = () => {
|
|
5691
5691
|
F.removeEventListener("mousemove", Le);
|
|
5692
5692
|
};
|
|
5693
5693
|
return;
|
|
5694
5694
|
}
|
|
5695
|
-
(y.current === "touch" ? !
|
|
5695
|
+
(y.current === "touch" ? !Be(o.floating, W.relatedTarget) : !0) && U(W);
|
|
5696
5696
|
}
|
|
5697
|
-
function M(
|
|
5697
|
+
function M(W) {
|
|
5698
5698
|
S() || i.current.floatingContext && (h.current == null || h.current(V(L({}, i.current.floatingContext), {
|
|
5699
5699
|
tree: f,
|
|
5700
|
-
x:
|
|
5701
|
-
y:
|
|
5700
|
+
x: W.clientX,
|
|
5701
|
+
y: W.clientY,
|
|
5702
5702
|
onClose() {
|
|
5703
|
-
|
|
5703
|
+
H(), G(), U(W);
|
|
5704
5704
|
}
|
|
5705
|
-
}))(
|
|
5705
|
+
}))(W));
|
|
5706
5706
|
}
|
|
5707
5707
|
if (X(o.domReference)) {
|
|
5708
5708
|
var $;
|
|
5709
|
-
const
|
|
5710
|
-
return r &&
|
|
5709
|
+
const W = o.domReference;
|
|
5710
|
+
return r && W.addEventListener("mouseleave", M), ($ = o.floating) == null || $.addEventListener("mouseleave", M), p && W.addEventListener("mousemove", z, {
|
|
5711
5711
|
once: !0
|
|
5712
|
-
}),
|
|
5712
|
+
}), W.addEventListener("mouseenter", z), W.addEventListener("mouseleave", k), () => {
|
|
5713
5713
|
var F;
|
|
5714
|
-
r &&
|
|
5714
|
+
r && W.removeEventListener("mouseleave", M), (F = o.floating) == null || F.removeEventListener("mouseleave", M), p && W.removeEventListener("mousemove", z), W.removeEventListener("mouseenter", z), W.removeEventListener("mouseleave", k);
|
|
5715
5715
|
};
|
|
5716
5716
|
}
|
|
5717
|
-
}, [o, l, e, d, g, p, U, G,
|
|
5717
|
+
}, [o, l, e, d, g, p, U, G, H, n, r, x, f, w, h, i]), fe(() => {
|
|
5718
5718
|
var S;
|
|
5719
5719
|
if (l && r && (S = h.current) != null && S.__options.blockPointerEvents && J()) {
|
|
5720
5720
|
const k = Ee(o.floating).body;
|
|
5721
|
-
k.setAttribute(
|
|
5721
|
+
k.setAttribute(Br, ""), k.style.pointerEvents = "none", N.current = !0;
|
|
5722
5722
|
const M = o.floating;
|
|
5723
5723
|
if (X(o.domReference) && M) {
|
|
5724
5724
|
var z;
|
|
5725
|
-
const $ = o.domReference,
|
|
5726
|
-
return
|
|
5725
|
+
const $ = o.domReference, W = f == null || (z = f.nodesRef.current.find((F) => F.id === m)) == null || (z = z.context) == null ? void 0 : z.elements.floating;
|
|
5726
|
+
return W && (W.style.pointerEvents = ""), $.style.pointerEvents = "auto", M.style.pointerEvents = "auto", () => {
|
|
5727
5727
|
$.style.pointerEvents = "", M.style.pointerEvents = "";
|
|
5728
5728
|
};
|
|
5729
5729
|
}
|
|
5730
5730
|
}
|
|
5731
5731
|
}, [l, r, m, o, f, h, J]), fe(() => {
|
|
5732
|
-
r || (y.current = void 0, G(),
|
|
5733
|
-
}, [r, G,
|
|
5734
|
-
G(), clearTimeout(E.current), clearTimeout(P.current),
|
|
5735
|
-
}, [l, o.domReference, G,
|
|
5732
|
+
r || (y.current = void 0, G(), H());
|
|
5733
|
+
}, [r, G, H]), v.useEffect(() => () => {
|
|
5734
|
+
G(), clearTimeout(E.current), clearTimeout(P.current), H();
|
|
5735
|
+
}, [l, o.domReference, G, H]);
|
|
5736
5736
|
const q = v.useMemo(() => {
|
|
5737
5737
|
function S(z) {
|
|
5738
5738
|
y.current = z.pointerType;
|
|
@@ -5745,12 +5745,12 @@ function el(e, t) {
|
|
|
5745
5745
|
nativeEvent: k
|
|
5746
5746
|
} = z;
|
|
5747
5747
|
function M() {
|
|
5748
|
-
!
|
|
5748
|
+
!A.current && !x.current && n(!0, k, "hover");
|
|
5749
5749
|
}
|
|
5750
5750
|
d && !Ke(y.current) || r || g === 0 || (clearTimeout(P.current), y.current === "touch" ? M() : P.current = window.setTimeout(M, g));
|
|
5751
5751
|
}
|
|
5752
5752
|
};
|
|
5753
|
-
}, [d, n, r, x, g]),
|
|
5753
|
+
}, [d, n, r, x, g]), _ = v.useMemo(() => ({
|
|
5754
5754
|
onMouseEnter() {
|
|
5755
5755
|
clearTimeout(E.current);
|
|
5756
5756
|
},
|
|
@@ -5760,10 +5760,10 @@ function el(e, t) {
|
|
|
5760
5760
|
}), [U]);
|
|
5761
5761
|
return v.useMemo(() => l ? {
|
|
5762
5762
|
reference: q,
|
|
5763
|
-
floating:
|
|
5764
|
-
} : {}, [l, q,
|
|
5763
|
+
floating: _
|
|
5764
|
+
} : {}, [l, q, _]);
|
|
5765
5765
|
}
|
|
5766
|
-
function
|
|
5766
|
+
function _t(e, t) {
|
|
5767
5767
|
let r = e.filter((i) => {
|
|
5768
5768
|
var a;
|
|
5769
5769
|
return i.parentId === t && ((a = i.context) == null ? void 0 : a.open);
|
|
@@ -5790,7 +5790,7 @@ const Ln = () => ({
|
|
|
5790
5790
|
function Pn(e, t) {
|
|
5791
5791
|
const r = wn(e, Ln());
|
|
5792
5792
|
t === "prev" && r.reverse();
|
|
5793
|
-
const n = r.indexOf(
|
|
5793
|
+
const n = r.indexOf($t(Ee(e)));
|
|
5794
5794
|
return r.slice(n + 1)[0];
|
|
5795
5795
|
}
|
|
5796
5796
|
function Ca() {
|
|
@@ -5801,7 +5801,7 @@ function za() {
|
|
|
5801
5801
|
}
|
|
5802
5802
|
function At(e, t) {
|
|
5803
5803
|
const r = t || e.currentTarget, n = e.relatedTarget;
|
|
5804
|
-
return !n || !
|
|
5804
|
+
return !n || !Be(r, n);
|
|
5805
5805
|
}
|
|
5806
5806
|
function ka(e) {
|
|
5807
5807
|
wn(e, Ln()).forEach((r) => {
|
|
@@ -5828,13 +5828,13 @@ const Mn = {
|
|
|
5828
5828
|
left: 0
|
|
5829
5829
|
};
|
|
5830
5830
|
let Pa;
|
|
5831
|
-
function
|
|
5831
|
+
function Dr(e) {
|
|
5832
5832
|
e.key === "Tab" && (e.target, clearTimeout(Pa));
|
|
5833
5833
|
}
|
|
5834
|
-
const
|
|
5834
|
+
const Ir = /* @__PURE__ */ v.forwardRef(function(t, r) {
|
|
5835
5835
|
const [n, i] = v.useState();
|
|
5836
|
-
fe(() => (fn() && i("button"), document.addEventListener("keydown",
|
|
5837
|
-
document.removeEventListener("keydown",
|
|
5836
|
+
fe(() => (fn() && i("button"), document.addEventListener("keydown", Dr), () => {
|
|
5837
|
+
document.removeEventListener("keydown", Dr);
|
|
5838
5838
|
}), []);
|
|
5839
5839
|
const a = {
|
|
5840
5840
|
ref: r,
|
|
@@ -5845,14 +5845,14 @@ const Dr = /* @__PURE__ */ v.forwardRef(function(t, r) {
|
|
|
5845
5845
|
[tt("focus-guard")]: "",
|
|
5846
5846
|
style: Mn
|
|
5847
5847
|
};
|
|
5848
|
-
return /* @__PURE__ */ v.createElement("span",
|
|
5848
|
+
return /* @__PURE__ */ v.createElement("span", Ut({}, t, a));
|
|
5849
5849
|
}), Hn = /* @__PURE__ */ v.createContext(null), Nr = /* @__PURE__ */ tt("portal");
|
|
5850
5850
|
function Ma(e) {
|
|
5851
5851
|
e === void 0 && (e = {});
|
|
5852
5852
|
const {
|
|
5853
5853
|
id: t,
|
|
5854
5854
|
root: r
|
|
5855
|
-
} = e, n =
|
|
5855
|
+
} = e, n = er(), i = _a(), [a, o] = v.useState(null), l = v.useRef(null);
|
|
5856
5856
|
return fe(() => () => {
|
|
5857
5857
|
a == null || a.remove(), queueMicrotask(() => {
|
|
5858
5858
|
l.current = null;
|
|
@@ -5908,7 +5908,7 @@ function Ha(e) {
|
|
|
5908
5908
|
portalNode: a,
|
|
5909
5909
|
setFocusManagerState: l
|
|
5910
5910
|
}), [i, a])
|
|
5911
|
-
}, p && a && /* @__PURE__ */ v.createElement(
|
|
5911
|
+
}, p && a && /* @__PURE__ */ v.createElement(Ir, {
|
|
5912
5912
|
"data-type": "outside",
|
|
5913
5913
|
ref: c,
|
|
5914
5914
|
onFocus: (f) => {
|
|
@@ -5923,7 +5923,7 @@ function Ha(e) {
|
|
|
5923
5923
|
}), p && a && /* @__PURE__ */ v.createElement("span", {
|
|
5924
5924
|
"aria-owns": a.id,
|
|
5925
5925
|
style: Mn
|
|
5926
|
-
}), a && /* @__PURE__ */ Xr.createPortal(t, a), p && a && /* @__PURE__ */ v.createElement(
|
|
5926
|
+
}), a && /* @__PURE__ */ Xr.createPortal(t, a), p && a && /* @__PURE__ */ v.createElement(Ir, {
|
|
5927
5927
|
"data-type": "outside",
|
|
5928
5928
|
ref: u,
|
|
5929
5929
|
onFocus: (f) => {
|
|
@@ -5944,7 +5944,7 @@ function $r(e) {
|
|
|
5944
5944
|
function Vr(e) {
|
|
5945
5945
|
return gn(e);
|
|
5946
5946
|
}
|
|
5947
|
-
function
|
|
5947
|
+
function Aa(e, t) {
|
|
5948
5948
|
t === void 0 && (t = {});
|
|
5949
5949
|
const {
|
|
5950
5950
|
open: r,
|
|
@@ -5986,7 +5986,7 @@ function Wa(e, t) {
|
|
|
5986
5986
|
reference: f
|
|
5987
5987
|
} : {}, [o, f]);
|
|
5988
5988
|
}
|
|
5989
|
-
const
|
|
5989
|
+
const Wa = {
|
|
5990
5990
|
pointerdown: "onPointerDown",
|
|
5991
5991
|
mousedown: "onMouseDown",
|
|
5992
5992
|
click: "onClick"
|
|
@@ -6018,44 +6018,44 @@ function ja(e, t) {
|
|
|
6018
6018
|
ancestorScroll: p = !1,
|
|
6019
6019
|
bubbles: f,
|
|
6020
6020
|
capture: m
|
|
6021
|
-
} = t, h =
|
|
6021
|
+
} = t, h = rr(), w = Re(typeof c == "function" ? c : () => !1), x = typeof c == "function" ? w : c, y = v.useRef(!1), E = v.useRef(!1), {
|
|
6022
6022
|
escapeKey: T,
|
|
6023
6023
|
outsidePress: P
|
|
6024
6024
|
} = Gr(f), {
|
|
6025
|
-
escapeKey:
|
|
6025
|
+
escapeKey: A,
|
|
6026
6026
|
outsidePress: N
|
|
6027
|
-
} = Gr(m),
|
|
6027
|
+
} = Gr(m), D = Re((_) => {
|
|
6028
6028
|
var S;
|
|
6029
|
-
if (!r || !o || !l ||
|
|
6029
|
+
if (!r || !o || !l || _.key !== "Escape")
|
|
6030
6030
|
return;
|
|
6031
|
-
const z = (S = a.current.floatingContext) == null ? void 0 : S.nodeId, k = h ?
|
|
6032
|
-
if (!T && (
|
|
6031
|
+
const z = (S = a.current.floatingContext) == null ? void 0 : S.nodeId, k = h ? _t(h.nodesRef.current, z) : [];
|
|
6032
|
+
if (!T && (_.stopPropagation(), k.length > 0)) {
|
|
6033
6033
|
let M = !0;
|
|
6034
6034
|
if (k.forEach(($) => {
|
|
6035
|
-
var
|
|
6036
|
-
if ((
|
|
6035
|
+
var W;
|
|
6036
|
+
if ((W = $.context) != null && W.open && !$.context.dataRef.current.__escapeKeyBubbles) {
|
|
6037
6037
|
M = !1;
|
|
6038
6038
|
return;
|
|
6039
6039
|
}
|
|
6040
6040
|
}), !M)
|
|
6041
6041
|
return;
|
|
6042
6042
|
}
|
|
6043
|
-
n(!1, co(
|
|
6044
|
-
}), J = Re((
|
|
6043
|
+
n(!1, co(_) ? _.nativeEvent : _, "escape-key");
|
|
6044
|
+
}), J = Re((_) => {
|
|
6045
6045
|
var S;
|
|
6046
6046
|
const z = () => {
|
|
6047
6047
|
var k;
|
|
6048
|
-
|
|
6048
|
+
D(_), (k = We(_)) == null || k.removeEventListener("keydown", z);
|
|
6049
6049
|
};
|
|
6050
|
-
(S =
|
|
6051
|
-
}), U = Re((
|
|
6050
|
+
(S = We(_)) == null || S.addEventListener("keydown", z);
|
|
6051
|
+
}), U = Re((_) => {
|
|
6052
6052
|
var S;
|
|
6053
6053
|
const z = y.current;
|
|
6054
6054
|
y.current = !1;
|
|
6055
6055
|
const k = E.current;
|
|
6056
|
-
if (E.current = !1, u === "click" && k || z || typeof x == "function" && !x(
|
|
6056
|
+
if (E.current = !1, u === "click" && k || z || typeof x == "function" && !x(_))
|
|
6057
6057
|
return;
|
|
6058
|
-
const M =
|
|
6058
|
+
const M = We(_), $ = "[" + tt("inert") + "]", W = Ee(i.floating).querySelectorAll($);
|
|
6059
6059
|
let F = X(M) ? M : null;
|
|
6060
6060
|
for (; F && !Ce(F); ) {
|
|
6061
6061
|
const re = ve(F);
|
|
@@ -6063,24 +6063,24 @@ function ja(e, t) {
|
|
|
6063
6063
|
break;
|
|
6064
6064
|
F = re;
|
|
6065
6065
|
}
|
|
6066
|
-
if (
|
|
6067
|
-
!
|
|
6066
|
+
if (W.length && X(M) && !uo(M) && // Clicked on a direct ancestor (e.g. FloatingOverlay).
|
|
6067
|
+
!Be(M, i.floating) && // If the target root element contains none of the markers, then the
|
|
6068
6068
|
// element was injected after the floating element rendered.
|
|
6069
|
-
Array.from(
|
|
6069
|
+
Array.from(W).every((re) => !Be(F, re)))
|
|
6070
6070
|
return;
|
|
6071
6071
|
if (ae(M) && q) {
|
|
6072
6072
|
const re = M.clientWidth > 0 && M.scrollWidth > M.clientWidth, se = M.clientHeight > 0 && M.scrollHeight > M.clientHeight;
|
|
6073
|
-
let ge = se &&
|
|
6074
|
-
if (se && de(M).direction === "rtl" && (ge =
|
|
6073
|
+
let ge = se && _.offsetX > M.clientWidth;
|
|
6074
|
+
if (se && de(M).direction === "rtl" && (ge = _.offsetX <= M.offsetWidth - M.clientWidth), ge || re && _.offsetY > M.clientHeight)
|
|
6075
6075
|
return;
|
|
6076
6076
|
}
|
|
6077
|
-
const xe = (S = a.current.floatingContext) == null ? void 0 : S.nodeId, Le = h &&
|
|
6077
|
+
const xe = (S = a.current.floatingContext) == null ? void 0 : S.nodeId, Le = h && _t(h.nodesRef.current, xe).some((re) => {
|
|
6078
6078
|
var se;
|
|
6079
|
-
return
|
|
6079
|
+
return Lt(_, (se = re.context) == null ? void 0 : se.elements.floating);
|
|
6080
6080
|
});
|
|
6081
|
-
if (
|
|
6081
|
+
if (Lt(_, i.floating) || Lt(_, i.domReference) || Le)
|
|
6082
6082
|
return;
|
|
6083
|
-
const rt = h ?
|
|
6083
|
+
const rt = h ? _t(h.nodesRef.current, xe) : [];
|
|
6084
6084
|
if (rt.length > 0) {
|
|
6085
6085
|
let re = !0;
|
|
6086
6086
|
if (rt.forEach((se) => {
|
|
@@ -6092,47 +6092,47 @@ function ja(e, t) {
|
|
|
6092
6092
|
}), !re)
|
|
6093
6093
|
return;
|
|
6094
6094
|
}
|
|
6095
|
-
n(!1,
|
|
6096
|
-
}), G = Re((
|
|
6095
|
+
n(!1, _, "outside-press");
|
|
6096
|
+
}), G = Re((_) => {
|
|
6097
6097
|
var S;
|
|
6098
6098
|
const z = () => {
|
|
6099
6099
|
var k;
|
|
6100
|
-
U(
|
|
6100
|
+
U(_), (k = We(_)) == null || k.removeEventListener(u, z);
|
|
6101
6101
|
};
|
|
6102
|
-
(S =
|
|
6102
|
+
(S = We(_)) == null || S.addEventListener(u, z);
|
|
6103
6103
|
});
|
|
6104
6104
|
v.useEffect(() => {
|
|
6105
6105
|
if (!r || !o)
|
|
6106
6106
|
return;
|
|
6107
6107
|
a.current.__escapeKeyBubbles = T, a.current.__outsidePressBubbles = P;
|
|
6108
|
-
function
|
|
6108
|
+
function _(k) {
|
|
6109
6109
|
n(!1, k, "ancestor-scroll");
|
|
6110
6110
|
}
|
|
6111
6111
|
const S = Ee(i.floating);
|
|
6112
|
-
l && S.addEventListener("keydown",
|
|
6112
|
+
l && S.addEventListener("keydown", A ? J : D, A), x && S.addEventListener(u, N ? G : U, N);
|
|
6113
6113
|
let z = [];
|
|
6114
6114
|
return p && (X(i.domReference) && (z = Se(i.domReference)), X(i.floating) && (z = z.concat(Se(i.floating))), !X(i.reference) && i.reference && i.reference.contextElement && (z = z.concat(Se(i.reference.contextElement)))), z = z.filter((k) => {
|
|
6115
6115
|
var M;
|
|
6116
6116
|
return k !== ((M = S.defaultView) == null ? void 0 : M.visualViewport);
|
|
6117
6117
|
}), z.forEach((k) => {
|
|
6118
|
-
k.addEventListener("scroll",
|
|
6118
|
+
k.addEventListener("scroll", _, {
|
|
6119
6119
|
passive: !0
|
|
6120
6120
|
});
|
|
6121
6121
|
}), () => {
|
|
6122
|
-
l && S.removeEventListener("keydown",
|
|
6123
|
-
k.removeEventListener("scroll",
|
|
6122
|
+
l && S.removeEventListener("keydown", A ? J : D, A), x && S.removeEventListener(u, N ? G : U, N), z.forEach((k) => {
|
|
6123
|
+
k.removeEventListener("scroll", _);
|
|
6124
6124
|
});
|
|
6125
6125
|
};
|
|
6126
|
-
}, [a, i, l, x, u, r, n, p, o, T, P,
|
|
6126
|
+
}, [a, i, l, x, u, r, n, p, o, T, P, D, A, J, U, N, G]), v.useEffect(() => {
|
|
6127
6127
|
y.current = !1;
|
|
6128
6128
|
}, [x, u]);
|
|
6129
|
-
const
|
|
6130
|
-
onKeyDown:
|
|
6131
|
-
[
|
|
6132
|
-
d && n(!1,
|
|
6129
|
+
const H = v.useMemo(() => ({
|
|
6130
|
+
onKeyDown: D,
|
|
6131
|
+
[Wa[g]]: (_) => {
|
|
6132
|
+
d && n(!1, _.nativeEvent, "reference-press");
|
|
6133
6133
|
}
|
|
6134
|
-
}), [
|
|
6135
|
-
onKeyDown:
|
|
6134
|
+
}), [D, n, d, g]), q = v.useMemo(() => ({
|
|
6135
|
+
onKeyDown: D,
|
|
6136
6136
|
onMouseDown() {
|
|
6137
6137
|
E.current = !0;
|
|
6138
6138
|
},
|
|
@@ -6142,18 +6142,18 @@ function ja(e, t) {
|
|
|
6142
6142
|
[Oa[u]]: () => {
|
|
6143
6143
|
y.current = !0;
|
|
6144
6144
|
}
|
|
6145
|
-
}), [
|
|
6145
|
+
}), [D, u]);
|
|
6146
6146
|
return v.useMemo(() => o ? {
|
|
6147
|
-
reference:
|
|
6147
|
+
reference: H,
|
|
6148
6148
|
floating: q
|
|
6149
|
-
} : {}, [o,
|
|
6149
|
+
} : {}, [o, H, q]);
|
|
6150
6150
|
}
|
|
6151
6151
|
function Fa(e) {
|
|
6152
6152
|
const {
|
|
6153
6153
|
open: t = !1,
|
|
6154
6154
|
onOpenChange: r,
|
|
6155
6155
|
elements: n
|
|
6156
|
-
} = e, i =
|
|
6156
|
+
} = e, i = er(), a = v.useRef({}), [o] = v.useState(() => Ea()), l = tr() != null;
|
|
6157
6157
|
if (process.env.NODE_ENV !== "production") {
|
|
6158
6158
|
const f = n.reference;
|
|
6159
6159
|
f && !X(f) && Ra("Cannot pass a virtual element to the `elements.reference` option,", "as it must be a real DOM element. Use `refs.setPositionReference()`", "instead.");
|
|
@@ -6182,7 +6182,7 @@ function Fa(e) {
|
|
|
6182
6182
|
refs: g
|
|
6183
6183
|
}), [t, d, p, o, i, g]);
|
|
6184
6184
|
}
|
|
6185
|
-
function
|
|
6185
|
+
function Ba(e) {
|
|
6186
6186
|
e === void 0 && (e = {});
|
|
6187
6187
|
const {
|
|
6188
6188
|
nodeId: t
|
|
@@ -6191,7 +6191,7 @@ function Ia(e) {
|
|
|
6191
6191
|
reference: null,
|
|
6192
6192
|
floating: null
|
|
6193
6193
|
}, e.elements)
|
|
6194
|
-
})), n = e.rootContext || r, i = n.elements, [a, o] = v.useState(null), [l, c] = v.useState(null), d = (i == null ? void 0 : i.reference) || a, g = v.useRef(null), p =
|
|
6194
|
+
})), n = e.rootContext || r, i = n.elements, [a, o] = v.useState(null), [l, c] = v.useState(null), d = (i == null ? void 0 : i.reference) || a, g = v.useRef(null), p = rr();
|
|
6195
6195
|
fe(() => {
|
|
6196
6196
|
d && (g.current = d);
|
|
6197
6197
|
}, [d]);
|
|
@@ -6231,7 +6231,7 @@ function Ia(e) {
|
|
|
6231
6231
|
elements: x
|
|
6232
6232
|
}), [f, w, x, y]);
|
|
6233
6233
|
}
|
|
6234
|
-
function
|
|
6234
|
+
function Da(e, t) {
|
|
6235
6235
|
t === void 0 && (t = {});
|
|
6236
6236
|
const {
|
|
6237
6237
|
open: r,
|
|
@@ -6247,7 +6247,7 @@ function Ba(e, t) {
|
|
|
6247
6247
|
if (!l) return;
|
|
6248
6248
|
const f = oe(o.domReference);
|
|
6249
6249
|
function m() {
|
|
6250
|
-
!r && ae(o.domReference) && o.domReference ===
|
|
6250
|
+
!r && ae(o.domReference) && o.domReference === $t(Ee(o.domReference)) && (u.current = !0);
|
|
6251
6251
|
}
|
|
6252
6252
|
function h() {
|
|
6253
6253
|
g.current = !0;
|
|
@@ -6278,7 +6278,7 @@ function Ba(e, t) {
|
|
|
6278
6278
|
},
|
|
6279
6279
|
onFocus(f) {
|
|
6280
6280
|
if (u.current) return;
|
|
6281
|
-
const m =
|
|
6281
|
+
const m = We(f.nativeEvent);
|
|
6282
6282
|
if (c && X(m))
|
|
6283
6283
|
try {
|
|
6284
6284
|
if (fn() && lo()) throw Error();
|
|
@@ -6294,8 +6294,8 @@ function Ba(e, t) {
|
|
|
6294
6294
|
const m = f.relatedTarget, h = f.nativeEvent, w = X(m) && m.hasAttribute(tt("focus-guard")) && m.getAttribute("data-type") === "outside";
|
|
6295
6295
|
d.current = window.setTimeout(() => {
|
|
6296
6296
|
var x;
|
|
6297
|
-
const y =
|
|
6298
|
-
!m && y === o.domReference ||
|
|
6297
|
+
const y = $t(o.domReference ? o.domReference.ownerDocument : document);
|
|
6298
|
+
!m && y === o.domReference || Be((x = a.current.floatingContext) == null ? void 0 : x.refs.floating.current, y) || Be(o.domReference, y) || w || n(!1, h, "focus");
|
|
6299
6299
|
});
|
|
6300
6300
|
}
|
|
6301
6301
|
}), [a, o.domReference, n, c]);
|
|
@@ -6303,18 +6303,18 @@ function Ba(e, t) {
|
|
|
6303
6303
|
reference: p
|
|
6304
6304
|
} : {}, [l, p]);
|
|
6305
6305
|
}
|
|
6306
|
-
const
|
|
6307
|
-
function
|
|
6306
|
+
const Wt = "active", Ot = "selected";
|
|
6307
|
+
function jt(e, t, r) {
|
|
6308
6308
|
const n = /* @__PURE__ */ new Map(), i = r === "item";
|
|
6309
6309
|
let a = e;
|
|
6310
6310
|
if (i && e) {
|
|
6311
6311
|
const o = e, {
|
|
6312
|
-
[
|
|
6313
|
-
[
|
|
6312
|
+
[Wt]: l,
|
|
6313
|
+
[Ot]: c
|
|
6314
6314
|
} = o;
|
|
6315
6315
|
a = me(o, [
|
|
6316
|
-
|
|
6317
|
-
|
|
6316
|
+
Ct(Wt),
|
|
6317
|
+
Ct(Ot)
|
|
6318
6318
|
]);
|
|
6319
6319
|
}
|
|
6320
6320
|
return L(L(L({}, r === "floating" && {
|
|
@@ -6324,7 +6324,7 @@ function Ft(e, t, r) {
|
|
|
6324
6324
|
return typeof c == "function" ? e ? c(e) : null : c;
|
|
6325
6325
|
}).concat(e).reduce((l, c) => (c && Object.entries(c).forEach((u) => {
|
|
6326
6326
|
let [d, g] = u;
|
|
6327
|
-
if (!(i && [
|
|
6327
|
+
if (!(i && [Wt, Ot].includes(d)))
|
|
6328
6328
|
if (d.indexOf("on") === 0) {
|
|
6329
6329
|
if (n.has(d) || n.set(d, []), typeof g == "function") {
|
|
6330
6330
|
var p;
|
|
@@ -6338,18 +6338,18 @@ function Ft(e, t, r) {
|
|
|
6338
6338
|
l[d] = g;
|
|
6339
6339
|
}), l), {}));
|
|
6340
6340
|
}
|
|
6341
|
-
function
|
|
6341
|
+
function Ia(e) {
|
|
6342
6342
|
e === void 0 && (e = []);
|
|
6343
6343
|
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), i = v.useCallback(
|
|
6344
|
-
(l) =>
|
|
6344
|
+
(l) => jt(l, e, "reference"),
|
|
6345
6345
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
6346
6346
|
t
|
|
6347
6347
|
), a = v.useCallback(
|
|
6348
|
-
(l) =>
|
|
6348
|
+
(l) => jt(l, e, "floating"),
|
|
6349
6349
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
6350
6350
|
r
|
|
6351
6351
|
), o = v.useCallback(
|
|
6352
|
-
(l) =>
|
|
6352
|
+
(l) => jt(l, e, "item"),
|
|
6353
6353
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
6354
6354
|
n
|
|
6355
6355
|
);
|
|
@@ -6369,7 +6369,7 @@ function $a(e, t) {
|
|
|
6369
6369
|
} = e, {
|
|
6370
6370
|
enabled: a = !0,
|
|
6371
6371
|
role: o = "dialog"
|
|
6372
|
-
} = t, l = (r = Na.get(o)) != null ? r : o, c =
|
|
6372
|
+
} = t, l = (r = Na.get(o)) != null ? r : o, c = er(), d = tr() != null, g = v.useMemo(() => l === "tooltip" || o === "label" ? {
|
|
6373
6373
|
["aria-" + (o === "label" ? "labelledby" : "describedby")]: n ? i : void 0
|
|
6374
6374
|
} : L(L(L(L(L({
|
|
6375
6375
|
"aria-expanded": n ? "true" : "false",
|
|
@@ -6428,7 +6428,7 @@ const Va = {
|
|
|
6428
6428
|
slideLeft: "slideRight",
|
|
6429
6429
|
slideRight: "slideLeft",
|
|
6430
6430
|
fadeIn: "fadeOut"
|
|
6431
|
-
}, _n =
|
|
6431
|
+
}, _n = Yt((e, t) => {
|
|
6432
6432
|
const m = e, {
|
|
6433
6433
|
show: r,
|
|
6434
6434
|
handleClose: n,
|
|
@@ -6501,11 +6501,11 @@ const Va = {
|
|
|
6501
6501
|
return null;
|
|
6502
6502
|
});
|
|
6503
6503
|
_n.displayName = "AnimatedModal";
|
|
6504
|
-
const
|
|
6504
|
+
const An = Number(
|
|
6505
6505
|
ut.theme.screens["ds-tablet"].min.replace("px", "")
|
|
6506
6506
|
), Ga = Number(
|
|
6507
6507
|
ut.theme.screens["ds-desktop"].min.replace("px", "")
|
|
6508
|
-
), Ur = (e) => e <
|
|
6508
|
+
), Ur = (e) => e < An ? "mobile" : e < Ga ? "tablet" : "desktop", tl = () => {
|
|
6509
6509
|
const [e, t] = ue(document.documentElement.clientWidth), [r, n] = ue(document.documentElement.clientHeight), i = Ur(document.documentElement.clientWidth), [a, o] = ue(i), [l, c] = ue(i === "mobile"), [u, d] = ue(i === "tablet"), [g, p] = ue(i === "desktop");
|
|
6510
6510
|
return Je(() => {
|
|
6511
6511
|
const f = () => {
|
|
@@ -6517,7 +6517,7 @@ const Wn = Number(
|
|
|
6517
6517
|
window.removeEventListener("resize", f);
|
|
6518
6518
|
};
|
|
6519
6519
|
}, []), { documentWidth: e, documentHeight: r, screenSize: a, isMobile: l, isTablet: u, isDesktop: g };
|
|
6520
|
-
},
|
|
6520
|
+
}, Wn = Yt(
|
|
6521
6521
|
({ label: e, isChecked: t, onSelectionChange: r, disabled: n, className: i, labelPosition: a = "right" }, o) => /* @__PURE__ */ R.jsxs(
|
|
6522
6522
|
"label",
|
|
6523
6523
|
{
|
|
@@ -6556,7 +6556,7 @@ const Wn = Number(
|
|
|
6556
6556
|
}
|
|
6557
6557
|
)
|
|
6558
6558
|
);
|
|
6559
|
-
|
|
6559
|
+
Wn.displayName = "Checkbox";
|
|
6560
6560
|
const qr = ({ children: e, size: t = "small" }) => /* @__PURE__ */ R.jsx(
|
|
6561
6561
|
"div",
|
|
6562
6562
|
{
|
|
@@ -6581,7 +6581,7 @@ const qr = ({ children: e, size: t = "small" }) => /* @__PURE__ */ R.jsx(
|
|
|
6581
6581
|
// eslint-disable-next-line tailwind/no-hardcoded-colors -- TODO: use tailwind classes with design system tokens instead of hardcoded colors
|
|
6582
6582
|
"ds-rounded-sm ds-bg-Background-accentPrimary-100 ds-text-Text-textPrimaryInverse ds-shadow-[0px_1px_4px_0px_rgba(0,0,0,0.16)] ds-text-mediumFootnoteEmphasized"
|
|
6583
6583
|
)
|
|
6584
|
-
},
|
|
6584
|
+
}, nr = Fe.forwardRef(
|
|
6585
6585
|
(f, p) => {
|
|
6586
6586
|
var m = f, {
|
|
6587
6587
|
color: e = "primary",
|
|
@@ -6644,8 +6644,8 @@ const qr = ({ children: e, size: t = "small" }) => /* @__PURE__ */ R.jsx(
|
|
|
6644
6644
|
] });
|
|
6645
6645
|
}
|
|
6646
6646
|
);
|
|
6647
|
-
|
|
6648
|
-
const Ya =
|
|
6647
|
+
nr.displayName = "Button";
|
|
6648
|
+
const Ya = Yt(
|
|
6649
6649
|
(e, t) => {
|
|
6650
6650
|
const E = e, {
|
|
6651
6651
|
value: r,
|
|
@@ -6676,12 +6676,12 @@ const Ya = Kt(
|
|
|
6676
6676
|
}, [r]);
|
|
6677
6677
|
const x = (T, P) => {
|
|
6678
6678
|
P.currentTarget.blur();
|
|
6679
|
-
const
|
|
6680
|
-
N !== -1 ?
|
|
6679
|
+
const A = [...f], N = A.findIndex((D) => D.value === T.value);
|
|
6680
|
+
N !== -1 ? A.length > 1 ? (A.splice(N, 1), w("")) : w(u) : (A.push(T), w("")), m(A), i(A);
|
|
6681
6681
|
}, y = (T, P) => {
|
|
6682
6682
|
P.currentTarget.blur();
|
|
6683
|
-
const
|
|
6684
|
-
m(
|
|
6683
|
+
const A = [T];
|
|
6684
|
+
m(A), i(A);
|
|
6685
6685
|
};
|
|
6686
6686
|
return /* @__PURE__ */ R.jsxs(
|
|
6687
6687
|
"div",
|
|
@@ -6693,23 +6693,11 @@ const Ya = Kt(
|
|
|
6693
6693
|
"div",
|
|
6694
6694
|
{
|
|
6695
6695
|
className: ie("ds-flex ds-flex-wrap ds-items-center ds-gap-2", d),
|
|
6696
|
-
children: n.length > 0 ? n.map((T, P) => T.type === "separator" ? /* @__PURE__ */ R.jsx(Fe.Fragment, { children: T.component ? T.component : /* @__PURE__ */ R.jsx("div", { className: "ds-h-full ds-min-h-[30px] ds-w-[1px] ds-bg-Fills-tertiary" }) }, `separator-${P}`) : /* @__PURE__ */ R.jsx(Fe.Fragment, { children:
|
|
6697
|
-
|
|
6696
|
+
children: n.length > 0 ? n.map((T, P) => T.type === "separator" ? /* @__PURE__ */ R.jsx(Fe.Fragment, { children: T.component ? T.component : /* @__PURE__ */ R.jsx("div", { className: "ds-h-full ds-min-h-[30px] ds-w-[1px] ds-bg-Fills-tertiary" }) }, `separator-${P}`) : /* @__PURE__ */ R.jsx(Fe.Fragment, { children: /* @__PURE__ */ R.jsx(
|
|
6697
|
+
nr,
|
|
6698
6698
|
{
|
|
6699
|
-
selected: f.some((
|
|
6700
|
-
onClick: (
|
|
6701
|
-
color: "secondary",
|
|
6702
|
-
style: { minWidth: l, width: c },
|
|
6703
|
-
className: g,
|
|
6704
|
-
startIcon: T.startIcon,
|
|
6705
|
-
endIcon: T.endIcon,
|
|
6706
|
-
children: T.label
|
|
6707
|
-
}
|
|
6708
|
-
) : /* @__PURE__ */ R.jsx(
|
|
6709
|
-
vt,
|
|
6710
|
-
{
|
|
6711
|
-
selected: f.some((H) => H.value === T.value),
|
|
6712
|
-
onClick: (H) => y(T, H),
|
|
6699
|
+
selected: f.some((A) => A.value === T.value),
|
|
6700
|
+
onClick: (A) => a ? x(T, A) : y(T, A),
|
|
6713
6701
|
color: "secondary",
|
|
6714
6702
|
style: { minWidth: l, width: c },
|
|
6715
6703
|
className: g,
|
|
@@ -6736,7 +6724,7 @@ const On = ({
|
|
|
6736
6724
|
}) => {
|
|
6737
6725
|
let a = !e || Array.isArray(e) && e.length === 0 ? r || "" : t(e);
|
|
6738
6726
|
return i === "select-all" && n && (a = n), /* @__PURE__ */ R.jsx(
|
|
6739
|
-
|
|
6727
|
+
nr,
|
|
6740
6728
|
{
|
|
6741
6729
|
color: "secondary",
|
|
6742
6730
|
endIcon: /* @__PURE__ */ R.jsx(no, { className: "ds-size-4" }),
|
|
@@ -6744,7 +6732,7 @@ const On = ({
|
|
|
6744
6732
|
children: a
|
|
6745
6733
|
}
|
|
6746
6734
|
);
|
|
6747
|
-
},
|
|
6735
|
+
}, vt = (e, t) => e === "select-all" ? t : Array.isArray(e) ? t.filter((r) => e.includes(r.value)) : t.find((r) => r.value === e), jn = (e) => Array.isArray(e) ? e.map((t) => t.label).join(", ") : e.label, Fn = ({
|
|
6748
6736
|
options: e,
|
|
6749
6737
|
isMultiSelect: t,
|
|
6750
6738
|
value: r,
|
|
@@ -6767,7 +6755,7 @@ const On = ({
|
|
|
6767
6755
|
isSelected: c,
|
|
6768
6756
|
onClick: () => {
|
|
6769
6757
|
let u;
|
|
6770
|
-
c ? u = [] : u = "select-all", n(u), a && a(
|
|
6758
|
+
c ? u = [] : u = "select-all", n(u), a && a(vt(u, e), u === "select-all");
|
|
6771
6759
|
}
|
|
6772
6760
|
}
|
|
6773
6761
|
),
|
|
@@ -6780,7 +6768,7 @@ const On = ({
|
|
|
6780
6768
|
const g = r || [];
|
|
6781
6769
|
g.includes(u.value) ? d = g.filter((p) => p !== u.value) : d = [...g, u.value], d.length === e.length && (d = "select-all");
|
|
6782
6770
|
} else t && r === "select-all" ? d = e.map((g) => g.value).filter((g) => g !== u.value) : (d = u.value, i(!1));
|
|
6783
|
-
n(d), a && a(
|
|
6771
|
+
n(d), a && a(vt(d, e), d === "select-all");
|
|
6784
6772
|
},
|
|
6785
6773
|
option: u,
|
|
6786
6774
|
isSelected: t && r === "select-all" ? !0 : Array.isArray(r) ? r.some((d) => d === u.value) : r === u.value,
|
|
@@ -6824,7 +6812,7 @@ const On = ({
|
|
|
6824
6812
|
),
|
|
6825
6813
|
r && !n && /* @__PURE__ */ R.jsx(ro, { className: "ds-size-4 ds-shrink-0" }),
|
|
6826
6814
|
n && /* @__PURE__ */ R.jsx(
|
|
6827
|
-
|
|
6815
|
+
Wn,
|
|
6828
6816
|
{
|
|
6829
6817
|
isChecked: r,
|
|
6830
6818
|
disabled: t.disabled
|
|
@@ -6832,9 +6820,9 @@ const On = ({
|
|
|
6832
6820
|
)
|
|
6833
6821
|
]
|
|
6834
6822
|
}
|
|
6835
|
-
), Ka = (e) => window.innerWidth <
|
|
6823
|
+
), Ka = (e) => window.innerWidth < An ? /* @__PURE__ */ R.jsx(Dn, L({}, e)) : /* @__PURE__ */ R.jsx(Bn, L({}, e));
|
|
6836
6824
|
Ka.displayName = "Dropdown";
|
|
6837
|
-
const
|
|
6825
|
+
const Bn = ({
|
|
6838
6826
|
placement: e = "bottom-start",
|
|
6839
6827
|
trigger: t,
|
|
6840
6828
|
triggerContainerClassName: r,
|
|
@@ -6853,7 +6841,7 @@ const In = ({
|
|
|
6853
6841
|
disableSelectAll: h
|
|
6854
6842
|
}) => {
|
|
6855
6843
|
const [w, x] = ue(), y = typeof d == "undefined" ? w : d, E = typeof d == "undefined" ? x : () => {
|
|
6856
|
-
}, [T, P] = ue(!1), { refs:
|
|
6844
|
+
}, [T, P] = ue(!1), { refs: A, floatingStyles: N, context: D } = Ba({
|
|
6857
6845
|
open: T,
|
|
6858
6846
|
onOpenChange: (S) => {
|
|
6859
6847
|
P(S), i && i(S);
|
|
@@ -6873,12 +6861,12 @@ const In = ({
|
|
|
6873
6861
|
],
|
|
6874
6862
|
whileElementsMounted: aa,
|
|
6875
6863
|
placement: e
|
|
6876
|
-
}), J =
|
|
6864
|
+
}), J = Aa(D), U = Da(D), G = ja(D), H = $a(D), { getReferenceProps: q, getFloatingProps: _ } = Ia([J, U, G, H]);
|
|
6877
6865
|
return t || (t = /* @__PURE__ */ R.jsx(
|
|
6878
6866
|
On,
|
|
6879
6867
|
{
|
|
6880
6868
|
value: y,
|
|
6881
|
-
selectedOption:
|
|
6869
|
+
selectedOption: vt(y, l),
|
|
6882
6870
|
getSelectedValueDisplayText: c,
|
|
6883
6871
|
placeholder: u,
|
|
6884
6872
|
allSelectedLabel: m
|
|
@@ -6888,7 +6876,7 @@ const In = ({
|
|
|
6888
6876
|
"div",
|
|
6889
6877
|
V(L({
|
|
6890
6878
|
className: ie("ds-cursor-pointer", r),
|
|
6891
|
-
ref:
|
|
6879
|
+
ref: A.setReference
|
|
6892
6880
|
}, q()), {
|
|
6893
6881
|
children: t
|
|
6894
6882
|
})
|
|
@@ -6896,9 +6884,9 @@ const In = ({
|
|
|
6896
6884
|
T && /* @__PURE__ */ R.jsx(Ha, { children: /* @__PURE__ */ R.jsx(
|
|
6897
6885
|
"div",
|
|
6898
6886
|
V(L({
|
|
6899
|
-
ref:
|
|
6887
|
+
ref: A.setFloating,
|
|
6900
6888
|
style: N
|
|
6901
|
-
},
|
|
6889
|
+
}, _()), {
|
|
6902
6890
|
className: ie(
|
|
6903
6891
|
"ds-z-[29999] ds-flex ds-min-w-[200px] ds-flex-col ds-gap-1 ds-rounded ds-bg-Background-primary ds-p-2 ds-shadow-md",
|
|
6904
6892
|
a && "ds-overflow-y-auto",
|
|
@@ -6921,8 +6909,8 @@ const In = ({
|
|
|
6921
6909
|
) })
|
|
6922
6910
|
] });
|
|
6923
6911
|
};
|
|
6924
|
-
|
|
6925
|
-
const
|
|
6912
|
+
Bn.displayName = "DesktopDropdown";
|
|
6913
|
+
const Dn = ({
|
|
6926
6914
|
trigger: e,
|
|
6927
6915
|
triggerContainerClassName: t,
|
|
6928
6916
|
disabled: r,
|
|
@@ -6944,7 +6932,7 @@ const Bn = ({
|
|
|
6944
6932
|
On,
|
|
6945
6933
|
{
|
|
6946
6934
|
value: w,
|
|
6947
|
-
selectedOption:
|
|
6935
|
+
selectedOption: vt(w, l),
|
|
6948
6936
|
getSelectedValueDisplayText: i,
|
|
6949
6937
|
placeholder: a,
|
|
6950
6938
|
allSelectedLabel: p
|
|
@@ -6971,7 +6959,7 @@ const Bn = ({
|
|
|
6971
6959
|
contentClassName: ie("ds-absolute ds-mb-0 ds-w-full"),
|
|
6972
6960
|
className: "ds-z-[29999]",
|
|
6973
6961
|
children: /* @__PURE__ */ R.jsx(
|
|
6974
|
-
|
|
6962
|
+
In,
|
|
6975
6963
|
{
|
|
6976
6964
|
onClose: () => {
|
|
6977
6965
|
E(!1), n && n(!1);
|
|
@@ -6997,8 +6985,8 @@ const Bn = ({
|
|
|
6997
6985
|
)
|
|
6998
6986
|
] });
|
|
6999
6987
|
};
|
|
7000
|
-
|
|
7001
|
-
const
|
|
6988
|
+
Dn.displayName = "MobileDropdown";
|
|
6989
|
+
const In = ({ onClose: e, closeButtonLabel: t, children: r, isMultiSelect: n }) => /* @__PURE__ */ R.jsxs("div", { className: "ds-mb-0 ds-flex ds-max-h-dvh ds-w-full ds-flex-col ds-bg-Background-primary", children: [
|
|
7002
6990
|
/* @__PURE__ */ R.jsxs("div", { className: "ds-flex ds-shrink-0 ds-items-center ds-justify-between ds-px-8 ds-py-4", children: [
|
|
7003
6991
|
/* @__PURE__ */ R.jsx(
|
|
7004
6992
|
"div",
|
|
@@ -7020,31 +7008,31 @@ const Dn = ({ onClose: e, closeButtonLabel: t, children: r, isMultiSelect: n })
|
|
|
7020
7008
|
}
|
|
7021
7009
|
) })
|
|
7022
7010
|
] });
|
|
7023
|
-
|
|
7011
|
+
In.displayName = "MobilePopoverContentWrapper";
|
|
7024
7012
|
export {
|
|
7025
7013
|
_n as A,
|
|
7026
|
-
|
|
7014
|
+
nr as B,
|
|
7027
7015
|
to as C,
|
|
7028
7016
|
Ka as D,
|
|
7029
|
-
|
|
7017
|
+
Aa as E,
|
|
7030
7018
|
Ha as F,
|
|
7031
7019
|
no as G,
|
|
7032
7020
|
Ga as H,
|
|
7033
7021
|
Ur as I,
|
|
7034
|
-
|
|
7022
|
+
Dn as M,
|
|
7035
7023
|
Ya as a,
|
|
7036
|
-
|
|
7024
|
+
Bn as b,
|
|
7037
7025
|
Fn as c,
|
|
7038
7026
|
Yr as d,
|
|
7039
7027
|
Cr as e,
|
|
7040
7028
|
nn as f,
|
|
7041
7029
|
ie as g,
|
|
7042
7030
|
el as h,
|
|
7043
|
-
|
|
7031
|
+
Da as i,
|
|
7044
7032
|
R as j,
|
|
7045
7033
|
ja as k,
|
|
7046
7034
|
$a as l,
|
|
7047
|
-
|
|
7035
|
+
Ia as m,
|
|
7048
7036
|
aa as n,
|
|
7049
7037
|
ga as o,
|
|
7050
7038
|
ha as p,
|
|
@@ -7052,9 +7040,9 @@ export {
|
|
|
7052
7040
|
ln as r,
|
|
7053
7041
|
tl as s,
|
|
7054
7042
|
ct as t,
|
|
7055
|
-
|
|
7056
|
-
|
|
7057
|
-
|
|
7043
|
+
Ba as u,
|
|
7044
|
+
Wn as v,
|
|
7045
|
+
An as w,
|
|
7058
7046
|
Qa as x,
|
|
7059
7047
|
ma as y,
|
|
7060
7048
|
pa as z
|