design-system-silkhaus 3.8.0-beta.ST-1134.3 → 3.8.0-beta.ST-1134.5
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.
|
@@ -2,7 +2,7 @@ var eo = Object.defineProperty, to = Object.defineProperties;
|
|
|
2
2
|
var ro = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var at = Object.getOwnPropertySymbols;
|
|
4
4
|
var xr = Object.prototype.hasOwnProperty, yr = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var br = (e, t, r) => t in e ? eo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r,
|
|
5
|
+
var br = (e, t, r) => t in e ? eo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, L = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
7
|
xr.call(t, r) && br(e, r, t[r]);
|
|
8
8
|
if (at)
|
|
@@ -39,7 +39,7 @@ import * as p from "react";
|
|
|
39
39
|
import Fe, { useLayoutEffect as qr, useEffect as Je, useRef as no, forwardRef as qt, useState as Ye } from "react";
|
|
40
40
|
import * as Yr from "react-dom";
|
|
41
41
|
import { createPortal as oo } from "react-dom";
|
|
42
|
-
var
|
|
42
|
+
var Wt = { exports: {} }, $e = {};
|
|
43
43
|
/**
|
|
44
44
|
* @license React
|
|
45
45
|
* react-jsx-runtime.production.min.js
|
|
@@ -86,14 +86,14 @@ function ao() {
|
|
|
86
86
|
var x = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
87
87
|
function y(s) {
|
|
88
88
|
{
|
|
89
|
-
for (var b = arguments.length, S = new Array(b > 1 ? b - 1 : 0),
|
|
90
|
-
S[
|
|
89
|
+
for (var b = arguments.length, S = new Array(b > 1 ? b - 1 : 0), W = 1; W < b; W++)
|
|
90
|
+
S[W - 1] = arguments[W];
|
|
91
91
|
E("error", s, S);
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
function E(s, b, S) {
|
|
95
95
|
{
|
|
96
|
-
var
|
|
96
|
+
var W = x.ReactDebugCurrentFrame, G = W.getStackAddendum();
|
|
97
97
|
G !== "" && (b += "%s", S = S.concat([G]));
|
|
98
98
|
var K = S.map(function(I) {
|
|
99
99
|
return String(I);
|
|
@@ -101,23 +101,23 @@ function ao() {
|
|
|
101
101
|
K.unshift("Warning: " + b), Function.prototype.apply.call(console[s], console, K);
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
var R = !1,
|
|
104
|
+
var R = !1, z = !1, _ = !1, N = !1, U = !1, Z;
|
|
105
105
|
Z = Symbol.for("react.module.reference");
|
|
106
106
|
function q(s) {
|
|
107
|
-
return !!(typeof s == "string" || typeof s == "function" || s === n || s === a || U || s === o || s === u || s === f || N || s === d || R ||
|
|
107
|
+
return !!(typeof s == "string" || typeof s == "function" || s === n || s === a || U || s === o || s === u || s === f || N || s === d || R || z || _ || typeof s == "object" && s !== null && (s.$$typeof === v || s.$$typeof === g || s.$$typeof === i || 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.
|
|
111
111
|
s.$$typeof === Z || s.getModuleId !== void 0));
|
|
112
112
|
}
|
|
113
113
|
function V(s, b, S) {
|
|
114
|
-
var
|
|
115
|
-
if (
|
|
116
|
-
return
|
|
114
|
+
var W = s.displayName;
|
|
115
|
+
if (W)
|
|
116
|
+
return W;
|
|
117
117
|
var G = b.displayName || b.name || "";
|
|
118
118
|
return G !== "" ? S + "(" + G + ")" : S;
|
|
119
119
|
}
|
|
120
|
-
function
|
|
120
|
+
function A(s) {
|
|
121
121
|
return s.displayName || "Context";
|
|
122
122
|
}
|
|
123
123
|
function Y(s) {
|
|
@@ -145,15 +145,15 @@ function ao() {
|
|
|
145
145
|
switch (s.$$typeof) {
|
|
146
146
|
case l:
|
|
147
147
|
var b = s;
|
|
148
|
-
return
|
|
148
|
+
return A(b) + ".Consumer";
|
|
149
149
|
case i:
|
|
150
150
|
var S = s;
|
|
151
|
-
return
|
|
151
|
+
return A(S._context) + ".Provider";
|
|
152
152
|
case c:
|
|
153
153
|
return V(s, s.render, "ForwardRef");
|
|
154
154
|
case g:
|
|
155
|
-
var
|
|
156
|
-
return
|
|
155
|
+
var W = s.displayName || null;
|
|
156
|
+
return W !== null ? W : Y(s.type) || "Memo";
|
|
157
157
|
case v: {
|
|
158
158
|
var G = s, K = G._payload, I = G._init;
|
|
159
159
|
try {
|
|
@@ -165,18 +165,18 @@ function ao() {
|
|
|
165
165
|
}
|
|
166
166
|
return null;
|
|
167
167
|
}
|
|
168
|
-
var
|
|
169
|
-
function
|
|
168
|
+
var H = Object.assign, T = 0, C, k, M, j, O, D, be;
|
|
169
|
+
function Le() {
|
|
170
170
|
}
|
|
171
|
-
|
|
171
|
+
Le.__reactDisabledLog = !0;
|
|
172
172
|
function rt() {
|
|
173
173
|
{
|
|
174
|
-
if (
|
|
175
|
-
|
|
174
|
+
if (T === 0) {
|
|
175
|
+
C = console.log, k = console.info, M = console.warn, j = console.error, O = console.group, D = console.groupCollapsed, be = console.groupEnd;
|
|
176
176
|
var s = {
|
|
177
177
|
configurable: !0,
|
|
178
178
|
enumerable: !0,
|
|
179
|
-
value:
|
|
179
|
+
value: Le,
|
|
180
180
|
writable: !0
|
|
181
181
|
};
|
|
182
182
|
Object.defineProperties(console, {
|
|
@@ -189,42 +189,42 @@ function ao() {
|
|
|
189
189
|
groupEnd: s
|
|
190
190
|
});
|
|
191
191
|
}
|
|
192
|
-
|
|
192
|
+
T++;
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
function re() {
|
|
196
196
|
{
|
|
197
|
-
if (
|
|
197
|
+
if (T--, T === 0) {
|
|
198
198
|
var s = {
|
|
199
199
|
configurable: !0,
|
|
200
200
|
enumerable: !0,
|
|
201
201
|
writable: !0
|
|
202
202
|
};
|
|
203
203
|
Object.defineProperties(console, {
|
|
204
|
-
log:
|
|
205
|
-
value:
|
|
204
|
+
log: H({}, s, {
|
|
205
|
+
value: C
|
|
206
206
|
}),
|
|
207
|
-
info:
|
|
207
|
+
info: H({}, s, {
|
|
208
208
|
value: k
|
|
209
209
|
}),
|
|
210
|
-
warn:
|
|
210
|
+
warn: H({}, s, {
|
|
211
211
|
value: M
|
|
212
212
|
}),
|
|
213
|
-
error:
|
|
213
|
+
error: H({}, s, {
|
|
214
214
|
value: j
|
|
215
215
|
}),
|
|
216
|
-
group:
|
|
217
|
-
value:
|
|
216
|
+
group: H({}, s, {
|
|
217
|
+
value: O
|
|
218
218
|
}),
|
|
219
|
-
groupCollapsed:
|
|
219
|
+
groupCollapsed: H({}, s, {
|
|
220
220
|
value: D
|
|
221
221
|
}),
|
|
222
|
-
groupEnd:
|
|
222
|
+
groupEnd: H({}, s, {
|
|
223
223
|
value: be
|
|
224
224
|
})
|
|
225
225
|
});
|
|
226
226
|
}
|
|
227
|
-
|
|
227
|
+
T < 0 && y("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
var le = x.ReactCurrentDispatcher, de;
|
|
@@ -234,8 +234,8 @@ function ao() {
|
|
|
234
234
|
try {
|
|
235
235
|
throw Error();
|
|
236
236
|
} catch (G) {
|
|
237
|
-
var
|
|
238
|
-
de =
|
|
237
|
+
var W = G.stack.trim().match(/\n( *(at )?)/);
|
|
238
|
+
de = W && W[1] || "";
|
|
239
239
|
}
|
|
240
240
|
return `
|
|
241
241
|
` + de + s;
|
|
@@ -243,8 +243,8 @@ function ao() {
|
|
|
243
243
|
}
|
|
244
244
|
var bt = !1, nt;
|
|
245
245
|
{
|
|
246
|
-
var
|
|
247
|
-
nt = new
|
|
246
|
+
var zn = typeof WeakMap == "function" ? WeakMap : Map;
|
|
247
|
+
nt = new zn();
|
|
248
248
|
}
|
|
249
249
|
function nr(s, b) {
|
|
250
250
|
if (!s || bt)
|
|
@@ -254,7 +254,7 @@ function ao() {
|
|
|
254
254
|
if (S !== void 0)
|
|
255
255
|
return S;
|
|
256
256
|
}
|
|
257
|
-
var
|
|
257
|
+
var W;
|
|
258
258
|
bt = !0;
|
|
259
259
|
var G = Error.prepareStackTrace;
|
|
260
260
|
Error.prepareStackTrace = void 0;
|
|
@@ -273,14 +273,14 @@ function ao() {
|
|
|
273
273
|
try {
|
|
274
274
|
Reflect.construct(I, []);
|
|
275
275
|
} catch (ne) {
|
|
276
|
-
|
|
276
|
+
W = ne;
|
|
277
277
|
}
|
|
278
278
|
Reflect.construct(s, [], I);
|
|
279
279
|
} else {
|
|
280
280
|
try {
|
|
281
281
|
I.call();
|
|
282
282
|
} catch (ne) {
|
|
283
|
-
|
|
283
|
+
W = ne;
|
|
284
284
|
}
|
|
285
285
|
s.call(I.prototype);
|
|
286
286
|
}
|
|
@@ -288,14 +288,14 @@ function ao() {
|
|
|
288
288
|
try {
|
|
289
289
|
throw Error();
|
|
290
290
|
} catch (ne) {
|
|
291
|
-
|
|
291
|
+
W = ne;
|
|
292
292
|
}
|
|
293
293
|
s();
|
|
294
294
|
}
|
|
295
295
|
} catch (ne) {
|
|
296
|
-
if (ne &&
|
|
296
|
+
if (ne && W && typeof ne.stack == "string") {
|
|
297
297
|
for (var B = ne.stack.split(`
|
|
298
|
-
`), te =
|
|
298
|
+
`), te = W.stack.split(`
|
|
299
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--)
|
|
@@ -314,8 +314,8 @@ function ao() {
|
|
|
314
314
|
} finally {
|
|
315
315
|
bt = !1, le.current = K, re(), Error.prepareStackTrace = G;
|
|
316
316
|
}
|
|
317
|
-
var
|
|
318
|
-
return typeof s == "function" && nt.set(s,
|
|
317
|
+
var Ae = s ? s.displayName || s.name : "", ze = Ae ? je(Ae) : "";
|
|
318
|
+
return typeof s == "function" && nt.set(s, ze), ze;
|
|
319
319
|
}
|
|
320
320
|
function Mn(s, b, S) {
|
|
321
321
|
return nr(s, !1);
|
|
@@ -344,7 +344,7 @@ function ao() {
|
|
|
344
344
|
case g:
|
|
345
345
|
return ot(s.type, b, S);
|
|
346
346
|
case v: {
|
|
347
|
-
var
|
|
347
|
+
var W = s, G = W._payload, K = W._init;
|
|
348
348
|
try {
|
|
349
349
|
return ot(K(G), b, S);
|
|
350
350
|
} catch (I) {
|
|
@@ -361,7 +361,7 @@ function ao() {
|
|
|
361
361
|
} else
|
|
362
362
|
ir.setExtraStackFrame(null);
|
|
363
363
|
}
|
|
364
|
-
function _n(s, b, S,
|
|
364
|
+
function _n(s, b, S, W, G) {
|
|
365
365
|
{
|
|
366
366
|
var K = Function.call.bind(Ne);
|
|
367
367
|
for (var I in s)
|
|
@@ -369,28 +369,28 @@ function ao() {
|
|
|
369
369
|
var B = void 0;
|
|
370
370
|
try {
|
|
371
371
|
if (typeof s[I] != "function") {
|
|
372
|
-
var te = Error((
|
|
372
|
+
var te = Error((W || "React class") + ": " + S + " 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
|
-
B = s[I](b, I,
|
|
375
|
+
B = s[I](b, I, W, S, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
376
376
|
} catch (Q) {
|
|
377
377
|
B = Q;
|
|
378
378
|
}
|
|
379
|
-
B && !(B instanceof Error) && (it(G), y("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",
|
|
379
|
+
B && !(B instanceof Error) && (it(G), y("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", W || "React class", S, I, typeof B), it(null)), B instanceof Error && !(B.message in or) && (or[B.message] = !0, it(G), y("Failed %s type: %s", S, B.message), it(null));
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
|
-
var
|
|
383
|
+
var An = Array.isArray;
|
|
384
384
|
function xt(s) {
|
|
385
|
-
return
|
|
385
|
+
return An(s);
|
|
386
386
|
}
|
|
387
|
-
function
|
|
387
|
+
function Hn(s) {
|
|
388
388
|
{
|
|
389
389
|
var b = typeof Symbol == "function" && Symbol.toStringTag, S = b && s[Symbol.toStringTag] || s.constructor.name || "Object";
|
|
390
390
|
return S;
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
|
-
function
|
|
393
|
+
function On(s) {
|
|
394
394
|
try {
|
|
395
395
|
return ar(s), !1;
|
|
396
396
|
} catch (b) {
|
|
@@ -401,10 +401,10 @@ function ao() {
|
|
|
401
401
|
return "" + s;
|
|
402
402
|
}
|
|
403
403
|
function lr(s) {
|
|
404
|
-
if (
|
|
405
|
-
return y("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
404
|
+
if (On(s))
|
|
405
|
+
return y("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Hn(s)), ar(s);
|
|
406
406
|
}
|
|
407
|
-
var sr = x.ReactCurrentOwner,
|
|
407
|
+
var sr = x.ReactCurrentOwner, Wn = {
|
|
408
408
|
key: !0,
|
|
409
409
|
ref: !0,
|
|
410
410
|
__self: !0,
|
|
@@ -451,7 +451,7 @@ function ao() {
|
|
|
451
451
|
});
|
|
452
452
|
}
|
|
453
453
|
}
|
|
454
|
-
var Nn = function(s, b, S,
|
|
454
|
+
var Nn = function(s, b, S, W, G, K, I) {
|
|
455
455
|
var B = {
|
|
456
456
|
// This tag allows us to uniquely identify this as a React Element
|
|
457
457
|
$$typeof: t,
|
|
@@ -472,7 +472,7 @@ function ao() {
|
|
|
472
472
|
configurable: !1,
|
|
473
473
|
enumerable: !1,
|
|
474
474
|
writable: !1,
|
|
475
|
-
value:
|
|
475
|
+
value: W
|
|
476
476
|
}), Object.defineProperty(B, "_source", {
|
|
477
477
|
configurable: !1,
|
|
478
478
|
enumerable: !1,
|
|
@@ -480,12 +480,12 @@ function ao() {
|
|
|
480
480
|
value: G
|
|
481
481
|
}), Object.freeze && (Object.freeze(B.props), Object.freeze(B)), B;
|
|
482
482
|
};
|
|
483
|
-
function $n(s, b, S,
|
|
483
|
+
function $n(s, b, S, W, G) {
|
|
484
484
|
{
|
|
485
485
|
var K, I = {}, B = null, te = null;
|
|
486
486
|
S !== void 0 && (lr(S), B = "" + S), Dn(b) && (lr(b.key), B = "" + b.key), Fn(b) && (te = b.ref, Bn(b, G));
|
|
487
487
|
for (K in b)
|
|
488
|
-
Ne.call(b, K) && !
|
|
488
|
+
Ne.call(b, K) && !Wn.hasOwnProperty(K) && (I[K] = b[K]);
|
|
489
489
|
if (s && s.defaultProps) {
|
|
490
490
|
var Q = s.defaultProps;
|
|
491
491
|
for (K in Q)
|
|
@@ -495,7 +495,7 @@ function ao() {
|
|
|
495
495
|
var ee = typeof s == "function" ? s.displayName || s.name || "Unknown" : s;
|
|
496
496
|
B && In(I, ee), te && jn(I, ee);
|
|
497
497
|
}
|
|
498
|
-
return Nn(s, B, te, G,
|
|
498
|
+
return Nn(s, B, te, G, W, sr.current, I);
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
501
|
var yt = x.ReactCurrentOwner, dr = x.ReactDebugCurrentFrame;
|
|
@@ -548,8 +548,8 @@ Check the top-level render call using <` + S + ">.");
|
|
|
548
548
|
if (gr[S])
|
|
549
549
|
return;
|
|
550
550
|
gr[S] = !0;
|
|
551
|
-
var
|
|
552
|
-
s && s._owner && s._owner !== yt.current && (
|
|
551
|
+
var W = "";
|
|
552
|
+
s && s._owner && s._owner !== yt.current && (W = " It was passed a child from " + Y(s._owner.type) + "."), _e(s), y('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', S, W), _e(null);
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
function mr(s, b) {
|
|
@@ -558,8 +558,8 @@ Check the top-level render call using <` + S + ">.");
|
|
|
558
558
|
return;
|
|
559
559
|
if (xt(s))
|
|
560
560
|
for (var S = 0; S < s.length; S++) {
|
|
561
|
-
var
|
|
562
|
-
Rt(
|
|
561
|
+
var W = s[S];
|
|
562
|
+
Rt(W) && hr(W, b);
|
|
563
563
|
}
|
|
564
564
|
else if (Rt(s))
|
|
565
565
|
s._store && (s._store.validated = !0);
|
|
@@ -586,8 +586,8 @@ Check the top-level render call using <` + S + ">.");
|
|
|
586
586
|
else
|
|
587
587
|
return;
|
|
588
588
|
if (S) {
|
|
589
|
-
var
|
|
590
|
-
_n(S, s.props, "prop",
|
|
589
|
+
var W = Y(b);
|
|
590
|
+
_n(S, s.props, "prop", W, s);
|
|
591
591
|
} else if (b.PropTypes !== void 0 && !wt) {
|
|
592
592
|
wt = !0;
|
|
593
593
|
var G = Y(b);
|
|
@@ -599,9 +599,9 @@ Check the top-level render call using <` + S + ">.");
|
|
|
599
599
|
function qn(s) {
|
|
600
600
|
{
|
|
601
601
|
for (var b = Object.keys(s.props), S = 0; S < b.length; S++) {
|
|
602
|
-
var
|
|
603
|
-
if (
|
|
604
|
-
_e(s), y("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",
|
|
602
|
+
var W = b[S];
|
|
603
|
+
if (W !== "children" && W !== "key") {
|
|
604
|
+
_e(s), y("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", W), _e(null);
|
|
605
605
|
break;
|
|
606
606
|
}
|
|
607
607
|
}
|
|
@@ -609,7 +609,7 @@ Check the top-level render call using <` + S + ">.");
|
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
611
|
var pr = {};
|
|
612
|
-
function vr(s, b, S,
|
|
612
|
+
function vr(s, b, S, W, G, K) {
|
|
613
613
|
{
|
|
614
614
|
var I = q(s);
|
|
615
615
|
if (!I) {
|
|
@@ -626,10 +626,10 @@ Check the top-level render call using <` + S + ">.");
|
|
|
626
626
|
if (I) {
|
|
627
627
|
var se = b.children;
|
|
628
628
|
if (se !== void 0)
|
|
629
|
-
if (
|
|
629
|
+
if (W)
|
|
630
630
|
if (xt(se)) {
|
|
631
|
-
for (var
|
|
632
|
-
mr(se[
|
|
631
|
+
for (var Ae = 0; Ae < se.length; Ae++)
|
|
632
|
+
mr(se[Ae], s);
|
|
633
633
|
Object.freeze && Object.freeze(se);
|
|
634
634
|
} else
|
|
635
635
|
y("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
@@ -637,17 +637,17 @@ Check the top-level render call using <` + S + ">.");
|
|
|
637
637
|
mr(se, s);
|
|
638
638
|
}
|
|
639
639
|
if (Ne.call(b, "key")) {
|
|
640
|
-
var
|
|
640
|
+
var ze = Y(s), ne = Object.keys(b).filter(function(Qn) {
|
|
641
641
|
return Qn !== "key";
|
|
642
642
|
}), Et = ne.length > 0 ? "{key: someKey, " + ne.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
643
|
-
if (!pr[
|
|
643
|
+
if (!pr[ze + Et]) {
|
|
644
644
|
var Zn = ne.length > 0 ? "{" + ne.join(": ..., ") + ": ...}" : "{}";
|
|
645
645
|
y(`A props object containing a "key" prop is being spread into JSX:
|
|
646
646
|
let props = %s;
|
|
647
647
|
<%s {...props} />
|
|
648
648
|
React keys must be passed directly to JSX without using spread:
|
|
649
649
|
let props = %s;
|
|
650
|
-
<%s key={someKey} {...props} />`, Et,
|
|
650
|
+
<%s key={someKey} {...props} />`, Et, ze, Zn, ze), pr[ze + Et] = !0;
|
|
651
651
|
}
|
|
652
652
|
}
|
|
653
653
|
return s === n ? qn(ee) : Un(ee), ee;
|
|
@@ -663,8 +663,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
663
663
|
Ve.Fragment = n, Ve.jsx = Xn, Ve.jsxs = Jn;
|
|
664
664
|
}()), Ve;
|
|
665
665
|
}
|
|
666
|
-
process.env.NODE_ENV === "production" ?
|
|
667
|
-
var P =
|
|
666
|
+
process.env.NODE_ENV === "production" ? Wt.exports = io() : Wt.exports = ao();
|
|
667
|
+
var P = Wt.exports;
|
|
668
668
|
const Yt = "-", lo = (e) => {
|
|
669
669
|
const t = co(e), {
|
|
670
670
|
conflictingClassGroups: r,
|
|
@@ -808,7 +808,7 @@ const Yt = "-", lo = (e) => {
|
|
|
808
808
|
return e.forEach((n) => {
|
|
809
809
|
n[0] === "[" ? (t.push(...r.sort(), n), r = []) : r.push(n);
|
|
810
810
|
}), t.push(...r.sort()), t;
|
|
811
|
-
}, po = (e) =>
|
|
811
|
+
}, po = (e) => L({
|
|
812
812
|
cache: go(e.cacheSize),
|
|
813
813
|
parseClassName: ho(e)
|
|
814
814
|
}, lo(e)), vo = /\s+/, bo = (e, t) => {
|
|
@@ -843,8 +843,8 @@ const Yt = "-", lo = (e) => {
|
|
|
843
843
|
a.push(y);
|
|
844
844
|
const E = o(m, h);
|
|
845
845
|
for (let R = 0; R < E.length; ++R) {
|
|
846
|
-
const
|
|
847
|
-
a.push(x +
|
|
846
|
+
const z = E[R];
|
|
847
|
+
a.push(x + z);
|
|
848
848
|
}
|
|
849
849
|
l = u + (l.length > 0 ? " " + l : l);
|
|
850
850
|
}
|
|
@@ -884,16 +884,16 @@ function Dt(e, ...t) {
|
|
|
884
884
|
const J = (e) => {
|
|
885
885
|
const t = (r) => r[e] || [];
|
|
886
886
|
return t.isThemeGetter = !0, t;
|
|
887
|
-
}, Zr = /^\[(?:([a-z-]+):)?(.+)\]$/i, yo = /^\d+\/\d+$/, wo = /* @__PURE__ */ new Set(["px", "full", "screen"]), Ro = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Eo = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, So = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,
|
|
887
|
+
}, Zr = /^\[(?:([a-z-]+):)?(.+)\]$/i, yo = /^\d+\/\d+$/, wo = /* @__PURE__ */ new Set(["px", "full", "screen"]), Ro = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Eo = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, So = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Co = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, To = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, he = (e) => Oe(e) || wo.has(e) || yo.test(e), xe = (e) => Be(e, "length", Ho), Oe = (e) => !!e && !Number.isNaN(Number(e)), Ct = (e) => Be(e, "number", Oe), Ge = (e) => !!e && Number.isInteger(Number(e)), ko = (e) => e.endsWith("%") && Oe(e.slice(0, -1)), F = (e) => Zr.test(e), ye = (e) => Ro.test(e), Lo = /* @__PURE__ */ new Set(["length", "size", "percentage"]), zo = (e) => Be(e, Lo, Qr), Mo = (e) => Be(e, "position", Qr), Po = /* @__PURE__ */ new Set(["image", "url"]), _o = (e) => Be(e, Po, Wo), Ao = (e) => Be(e, "", Oo), Ue = () => !0, Be = (e, t, r) => {
|
|
888
888
|
const n = Zr.exec(e);
|
|
889
889
|
return n ? n[1] ? typeof t == "string" ? n[1] === t : t.has(n[1]) : r(n[2]) : !1;
|
|
890
|
-
},
|
|
890
|
+
}, Ho = (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
894
|
Eo.test(e) && !So.test(e)
|
|
895
|
-
), Qr = () => !1,
|
|
896
|
-
const e = J("colors"), t = J("spacing"), r = J("blur"), n = J("brightness"), o = J("borderColor"), a = J("borderRadius"), i = J("borderSpacing"), l = J("borderWidth"), c = J("contrast"), u = J("grayscale"), f = J("hueRotate"), g = J("invert"), v = J("gap"), d = J("gradientColorStops"), h = J("gradientColorStopPositions"), m = J("inset"), w = J("margin"), x = J("opacity"), y = J("padding"), E = J("saturate"), R = J("scale"),
|
|
895
|
+
), Qr = () => !1, Oo = (e) => Co.test(e), Wo = (e) => To.test(e), Bt = () => {
|
|
896
|
+
const e = J("colors"), t = J("spacing"), r = J("blur"), n = J("brightness"), o = J("borderColor"), a = J("borderRadius"), i = J("borderSpacing"), l = J("borderWidth"), c = J("contrast"), u = J("grayscale"), f = J("hueRotate"), g = J("invert"), v = J("gap"), d = J("gradientColorStops"), h = J("gradientColorStopPositions"), m = J("inset"), w = J("margin"), x = J("opacity"), y = J("padding"), E = J("saturate"), R = J("scale"), z = J("sepia"), _ = J("skew"), N = J("space"), U = J("translate"), Z = () => ["auto", "contain", "none"], q = () => ["auto", "hidden", "clip", "visible", "scroll"], V = () => ["auto", F, t], A = () => [F, t], Y = () => ["", he, xe], H = () => ["auto", Oe, F], T = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], C = () => ["solid", "dashed", "dotted", "double", "none"], k = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], M = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], j = () => ["", "0", F], O = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], D = () => [Oe, F];
|
|
897
897
|
return {
|
|
898
898
|
cacheSize: 500,
|
|
899
899
|
separator: ":",
|
|
@@ -904,25 +904,25 @@ const J = (e) => {
|
|
|
904
904
|
brightness: D(),
|
|
905
905
|
borderColor: [e],
|
|
906
906
|
borderRadius: ["none", "", "full", ye, F],
|
|
907
|
-
borderSpacing:
|
|
907
|
+
borderSpacing: A(),
|
|
908
908
|
borderWidth: Y(),
|
|
909
909
|
contrast: D(),
|
|
910
910
|
grayscale: j(),
|
|
911
911
|
hueRotate: D(),
|
|
912
912
|
invert: j(),
|
|
913
|
-
gap:
|
|
913
|
+
gap: A(),
|
|
914
914
|
gradientColorStops: [e],
|
|
915
915
|
gradientColorStopPositions: [ko, xe],
|
|
916
916
|
inset: V(),
|
|
917
917
|
margin: V(),
|
|
918
918
|
opacity: D(),
|
|
919
|
-
padding:
|
|
919
|
+
padding: A(),
|
|
920
920
|
saturate: D(),
|
|
921
921
|
scale: D(),
|
|
922
922
|
sepia: j(),
|
|
923
923
|
skew: D(),
|
|
924
|
-
space:
|
|
925
|
-
translate:
|
|
924
|
+
space: A(),
|
|
925
|
+
translate: A()
|
|
926
926
|
},
|
|
927
927
|
classGroups: {
|
|
928
928
|
// Layout
|
|
@@ -950,14 +950,14 @@ const J = (e) => {
|
|
|
950
950
|
* @see https://tailwindcss.com/docs/break-after
|
|
951
951
|
*/
|
|
952
952
|
"break-after": [{
|
|
953
|
-
"break-after":
|
|
953
|
+
"break-after": O()
|
|
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": O()
|
|
961
961
|
}],
|
|
962
962
|
/**
|
|
963
963
|
* Break Inside
|
|
@@ -1016,7 +1016,7 @@ const J = (e) => {
|
|
|
1016
1016
|
* @see https://tailwindcss.com/docs/object-position
|
|
1017
1017
|
*/
|
|
1018
1018
|
"object-position": [{
|
|
1019
|
-
object: [...
|
|
1019
|
+
object: [...T(), F]
|
|
1020
1020
|
}],
|
|
1021
1021
|
/**
|
|
1022
1022
|
* Overflow
|
|
@@ -1211,14 +1211,14 @@ const J = (e) => {
|
|
|
1211
1211
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1212
1212
|
*/
|
|
1213
1213
|
"col-start": [{
|
|
1214
|
-
"col-start":
|
|
1214
|
+
"col-start": H()
|
|
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": H()
|
|
1222
1222
|
}],
|
|
1223
1223
|
/**
|
|
1224
1224
|
* Grid Template Rows
|
|
@@ -1241,14 +1241,14 @@ const J = (e) => {
|
|
|
1241
1241
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1242
1242
|
*/
|
|
1243
1243
|
"row-start": [{
|
|
1244
|
-
"row-start":
|
|
1244
|
+
"row-start": H()
|
|
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": H()
|
|
1252
1252
|
}],
|
|
1253
1253
|
/**
|
|
1254
1254
|
* Grid Auto Flow
|
|
@@ -1581,7 +1581,7 @@ const J = (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", Ct]
|
|
1585
1585
|
}],
|
|
1586
1586
|
/**
|
|
1587
1587
|
* Font Family
|
|
@@ -1632,7 +1632,7 @@ const J = (e) => {
|
|
|
1632
1632
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1633
1633
|
*/
|
|
1634
1634
|
"line-clamp": [{
|
|
1635
|
-
"line-clamp": ["none",
|
|
1635
|
+
"line-clamp": ["none", Oe, Ct]
|
|
1636
1636
|
}],
|
|
1637
1637
|
/**
|
|
1638
1638
|
* Line Height
|
|
@@ -1708,7 +1708,7 @@ const J = (e) => {
|
|
|
1708
1708
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1709
1709
|
*/
|
|
1710
1710
|
"text-decoration-style": [{
|
|
1711
|
-
decoration: [...
|
|
1711
|
+
decoration: [...C(), "wavy"]
|
|
1712
1712
|
}],
|
|
1713
1713
|
/**
|
|
1714
1714
|
* Text Decoration Thickness
|
|
@@ -1753,7 +1753,7 @@ const J = (e) => {
|
|
|
1753
1753
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1754
1754
|
*/
|
|
1755
1755
|
indent: [{
|
|
1756
|
-
indent:
|
|
1756
|
+
indent: A()
|
|
1757
1757
|
}],
|
|
1758
1758
|
/**
|
|
1759
1759
|
* Vertical Alignment
|
|
@@ -1825,7 +1825,7 @@ const J = (e) => {
|
|
|
1825
1825
|
* @see https://tailwindcss.com/docs/background-position
|
|
1826
1826
|
*/
|
|
1827
1827
|
"bg-position": [{
|
|
1828
|
-
bg: [...
|
|
1828
|
+
bg: [...T(), Mo]
|
|
1829
1829
|
}],
|
|
1830
1830
|
/**
|
|
1831
1831
|
* Background Repeat
|
|
@@ -1841,7 +1841,7 @@ const J = (e) => {
|
|
|
1841
1841
|
* @see https://tailwindcss.com/docs/background-size
|
|
1842
1842
|
*/
|
|
1843
1843
|
"bg-size": [{
|
|
1844
|
-
bg: ["auto", "cover", "contain",
|
|
1844
|
+
bg: ["auto", "cover", "contain", zo]
|
|
1845
1845
|
}],
|
|
1846
1846
|
/**
|
|
1847
1847
|
* Background Image
|
|
@@ -2082,7 +2082,7 @@ const J = (e) => {
|
|
|
2082
2082
|
* @see https://tailwindcss.com/docs/border-style
|
|
2083
2083
|
*/
|
|
2084
2084
|
"border-style": [{
|
|
2085
|
-
border: [...
|
|
2085
|
+
border: [...C(), "hidden"]
|
|
2086
2086
|
}],
|
|
2087
2087
|
/**
|
|
2088
2088
|
* Divide Width X
|
|
@@ -2120,7 +2120,7 @@ const J = (e) => {
|
|
|
2120
2120
|
* @see https://tailwindcss.com/docs/divide-style
|
|
2121
2121
|
*/
|
|
2122
2122
|
"divide-style": [{
|
|
2123
|
-
divide:
|
|
2123
|
+
divide: C()
|
|
2124
2124
|
}],
|
|
2125
2125
|
/**
|
|
2126
2126
|
* Border Color
|
|
@@ -2197,7 +2197,7 @@ const J = (e) => {
|
|
|
2197
2197
|
* @see https://tailwindcss.com/docs/outline-style
|
|
2198
2198
|
*/
|
|
2199
2199
|
"outline-style": [{
|
|
2200
|
-
outline: ["", ...
|
|
2200
|
+
outline: ["", ...C()]
|
|
2201
2201
|
}],
|
|
2202
2202
|
/**
|
|
2203
2203
|
* Outline Offset
|
|
@@ -2266,7 +2266,7 @@ const J = (e) => {
|
|
|
2266
2266
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
2267
2267
|
*/
|
|
2268
2268
|
shadow: [{
|
|
2269
|
-
shadow: ["", "inner", "none", ye,
|
|
2269
|
+
shadow: ["", "inner", "none", ye, Ao]
|
|
2270
2270
|
}],
|
|
2271
2271
|
/**
|
|
2272
2272
|
* Box Shadow Color
|
|
@@ -2366,7 +2366,7 @@ const J = (e) => {
|
|
|
2366
2366
|
* @see https://tailwindcss.com/docs/sepia
|
|
2367
2367
|
*/
|
|
2368
2368
|
sepia: [{
|
|
2369
|
-
sepia: [
|
|
2369
|
+
sepia: [z]
|
|
2370
2370
|
}],
|
|
2371
2371
|
/**
|
|
2372
2372
|
* Backdrop Filter
|
|
@@ -2437,7 +2437,7 @@ const J = (e) => {
|
|
|
2437
2437
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2438
2438
|
*/
|
|
2439
2439
|
"backdrop-sepia": [{
|
|
2440
|
-
"backdrop-sepia": [
|
|
2440
|
+
"backdrop-sepia": [z]
|
|
2441
2441
|
}],
|
|
2442
2442
|
// Tables
|
|
2443
2443
|
/**
|
|
@@ -2644,126 +2644,126 @@ const J = (e) => {
|
|
|
2644
2644
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2645
2645
|
*/
|
|
2646
2646
|
"scroll-m": [{
|
|
2647
|
-
"scroll-m":
|
|
2647
|
+
"scroll-m": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
2767
2767
|
}],
|
|
2768
2768
|
/**
|
|
2769
2769
|
* Scroll Snap Align
|
|
@@ -2846,7 +2846,7 @@ const J = (e) => {
|
|
|
2846
2846
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2847
2847
|
*/
|
|
2848
2848
|
"stroke-w": [{
|
|
2849
|
-
stroke: [he, xe,
|
|
2849
|
+
stroke: [he, xe, Ct]
|
|
2850
2850
|
}],
|
|
2851
2851
|
/**
|
|
2852
2852
|
* Stroke
|
|
@@ -2947,7 +2947,7 @@ const J = (e) => {
|
|
|
2947
2947
|
const n = t[r];
|
|
2948
2948
|
n !== void 0 && (e[r] = (e[r] || []).concat(n));
|
|
2949
2949
|
}
|
|
2950
|
-
}, Io = (e, ...t) => typeof e == "function" ? Dt(Bt, e, ...t) : Dt(() => Fo(Bt(), e), ...t), ct = /* @__PURE__ */ Dt(Bt),
|
|
2950
|
+
}, Io = (e, ...t) => typeof e == "function" ? Dt(Bt, e, ...t) : Dt(() => Fo(Bt(), e), ...t), ct = /* @__PURE__ */ Dt(Bt), Cr = ({ children: e, size: t = "small" }) => /* @__PURE__ */ P.jsx(
|
|
2951
2951
|
"div",
|
|
2952
2952
|
{
|
|
2953
2953
|
className: `ds-flex ds-items-center ds-justify-center ${t === "small" ? "ds-h-5 ds-w-5" : "ds-h-6 ds-w-6"}`,
|
|
@@ -2975,13 +2975,6 @@ const rn = {
|
|
|
2975
2975
|
fontWeight: "var(--xLargeHero-TitleRegular-font-weight)"
|
|
2976
2976
|
}
|
|
2977
2977
|
],
|
|
2978
|
-
xLargeHeroTitleEmphasized: [
|
|
2979
|
-
"var(--xLargeHero-TitleEmphasized-font-size)",
|
|
2980
|
-
{
|
|
2981
|
-
lineHeight: "var(--xLargeHero-TitleEmphasized-line-height)",
|
|
2982
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
2983
|
-
}
|
|
2984
|
-
],
|
|
2985
2978
|
xLargeTitle1Regular: [
|
|
2986
2979
|
"var(--xLargeTitle-1Regular-font-size)",
|
|
2987
2980
|
{
|
|
@@ -3088,13 +3081,6 @@ const rn = {
|
|
|
3088
3081
|
fontWeight: "var(--LargeHero-TitleRegular-font-weight)"
|
|
3089
3082
|
}
|
|
3090
3083
|
],
|
|
3091
|
-
largeHeroTitleEmphasized: [
|
|
3092
|
-
"var(--LargeHero-TitleEmphasized-font-size)",
|
|
3093
|
-
{
|
|
3094
|
-
lineHeight: "var(--LargeHero-TitleEmphasized-line-height)",
|
|
3095
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3096
|
-
}
|
|
3097
|
-
],
|
|
3098
3084
|
largeTitle1Regular: [
|
|
3099
3085
|
"var(--LargeTitle-1Regular-font-size)",
|
|
3100
3086
|
{
|
|
@@ -3201,13 +3187,6 @@ const rn = {
|
|
|
3201
3187
|
fontWeight: "var(--MediumHero-TitleRegular-font-weight)"
|
|
3202
3188
|
}
|
|
3203
3189
|
],
|
|
3204
|
-
mediumHeroTitleEmphasized: [
|
|
3205
|
-
"var(--MediumHero-TitleEmphasized-font-size)",
|
|
3206
|
-
{
|
|
3207
|
-
lineHeight: "var(--MediumHero-TitleEmphasized-line-height)",
|
|
3208
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3209
|
-
}
|
|
3210
|
-
],
|
|
3211
3190
|
mediumTitle1Regular: [
|
|
3212
3191
|
"var(--MediumTitle-1Regular-font-size)",
|
|
3213
3192
|
{
|
|
@@ -3370,13 +3349,6 @@ const rn = {
|
|
|
3370
3349
|
fontWeight: "var(--SmallHero-TitleRegular-font-weight)"
|
|
3371
3350
|
}
|
|
3372
3351
|
],
|
|
3373
|
-
smallHeroTitleEmphasized: [
|
|
3374
|
-
"var(--SmallHero-TitleEmphasized-font-size)",
|
|
3375
|
-
{
|
|
3376
|
-
lineHeight: "var(--SmallHero-TitleEmphasized-line-height)",
|
|
3377
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3378
|
-
}
|
|
3379
|
-
],
|
|
3380
3352
|
smallTitle1Regular: [
|
|
3381
3353
|
"var(--SmallTitle-1Regular-font-size)",
|
|
3382
3354
|
{
|
|
@@ -3511,13 +3483,6 @@ const rn = {
|
|
|
3511
3483
|
fontWeight: "var(--xSmallHero-TitleRegular-font-weight)"
|
|
3512
3484
|
}
|
|
3513
3485
|
],
|
|
3514
|
-
xSmallHeroTitleEmphasized: [
|
|
3515
|
-
"var(--xSmallHero-TitleEmphasized-font-size)",
|
|
3516
|
-
{
|
|
3517
|
-
lineHeight: "var(--xSmallHero-TitleEmphasized-line-height)",
|
|
3518
|
-
fontWeight: "var(--font-weight-semibold)"
|
|
3519
|
-
}
|
|
3520
|
-
],
|
|
3521
3486
|
xSmallTitle1Regular: [
|
|
3522
3487
|
"var(--xSmallTitle-1Regular-font-size)",
|
|
3523
3488
|
{
|
|
@@ -3679,10 +3644,10 @@ const rn = {
|
|
|
3679
3644
|
fontWeight: "var(--callout-Regular-font-weight)"
|
|
3680
3645
|
}
|
|
3681
3646
|
]
|
|
3682
|
-
},
|
|
3683
|
-
...
|
|
3684
|
-
...
|
|
3685
|
-
...
|
|
3647
|
+
}, Tt = Object.keys(rn).map((e) => `ds-text-${e}`), jo = [
|
|
3648
|
+
...Tt,
|
|
3649
|
+
...Tt.map((e) => `ds-tablet:${e}`),
|
|
3650
|
+
...Tt.map((e) => `ds-desktop:${e}`)
|
|
3686
3651
|
], Kt = {
|
|
3687
3652
|
content: ["./lib/**/*.{ts,tsx}"],
|
|
3688
3653
|
important: !0,
|
|
@@ -3793,16 +3758,16 @@ const rn = {
|
|
|
3793
3758
|
},
|
|
3794
3759
|
safelist: jo,
|
|
3795
3760
|
plugins: []
|
|
3796
|
-
}, No = Io(
|
|
3761
|
+
}, No = Io(L({}, Kt));
|
|
3797
3762
|
function me(...e) {
|
|
3798
3763
|
return No(tn(e));
|
|
3799
3764
|
}
|
|
3800
|
-
const
|
|
3765
|
+
const za = (e, t = "AED") => {
|
|
3801
3766
|
const r = Math.round(e) === e ? Number(e) : Number(e.toFixed(2)), n = r ? r.toLocaleString(void 0, {
|
|
3802
3767
|
minimumFractionDigits: Math.round(r) === r ? 0 : 2
|
|
3803
3768
|
}) : "";
|
|
3804
3769
|
return `${t} ${n}`;
|
|
3805
|
-
},
|
|
3770
|
+
}, Tr = {
|
|
3806
3771
|
primary: "ds-bg-Background-accentEggplant-100 ds-text-Text-textPrimaryDark ds-rounded-sm hover:ds-text-Text-textPrimaryDark hover:ds-bg-Background-accentEggplant-highlight active:ds-bg-Background-accentEggplant-darkened focus:ds-rounded-none focus:ds-bg-Background-accentEggplant-100 focus:ds-border focus:ds-border-white focus:ds-shadow-[0px_0px_0px_1px_rgba(109,54,169,1)] disabled:focus:ds-shadow-none disabled:ds-bg-Background-accentEggplant-20",
|
|
3807
3772
|
secondary: "ds-text-Background-accentEggplant-100 ds-rounded-sm ds-border ds-border-Fills-secondary hover:ds-text-Background-accentEggplant-100 hover:ds-border hover:ds-bg-Background-accentEggplant-5 hover:ds-border-Fills-black active:ds-text-Background-accentEggplant-100 active:ds-border active:ds-border-Fills-Background-accentEggplant-100 active:ds-bg-Background-accentEggplant-5 focus:ds-bg-Background-accentEggplant-5 focus:ds-bg-Background-accentEggplant-5 focus:ds-text-accentEggplant-100 focus:ds-border-2 focus:ds-border-Background-accentEggplant-100 disabled:ds-border disabled:ds-border-Fills-terciary disabled:ds-text-Text-tertiary disabled:ds-bg-transparent",
|
|
3808
3773
|
tertiary: "ds-text-Text-secondary ds-rounded-sm hover:ds-bg-Fills-quintiary active:ds-bg-Fills-quintiary focus:ds-bg-Fills-quadrutery disabled:ds-text-Fills-quadrutery disabled:ds-bg-Fills-quintiary",
|
|
@@ -3846,23 +3811,23 @@ const La = (e, t = "AED") => {
|
|
|
3846
3811
|
return /* @__PURE__ */ P.jsxs("div", { className: me("ds-flex ds-flex-col ds-gap-1", n), children: [
|
|
3847
3812
|
/* @__PURE__ */ P.jsx(
|
|
3848
3813
|
"button",
|
|
3849
|
-
$(
|
|
3814
|
+
$(L({
|
|
3850
3815
|
"data-tracking-id": c,
|
|
3851
3816
|
ref: d,
|
|
3852
3817
|
disabled: r,
|
|
3853
3818
|
className: ct(
|
|
3854
3819
|
me(
|
|
3855
|
-
{ [$o[e]]: i, [
|
|
3856
|
-
|
|
3820
|
+
{ [$o[e]]: i, [Tr[e]]: !i },
|
|
3821
|
+
Tr[t],
|
|
3857
3822
|
"ds-flex ds-w-full ds-flex-1 ds-items-center ds-justify-center",
|
|
3858
3823
|
g
|
|
3859
3824
|
)
|
|
3860
3825
|
)
|
|
3861
3826
|
}, v), {
|
|
3862
3827
|
children: /* @__PURE__ */ P.jsxs("div", { className: "ds-flex ds-items-center ds-gap-2", children: [
|
|
3863
|
-
a && /* @__PURE__ */ P.jsx(
|
|
3828
|
+
a && /* @__PURE__ */ P.jsx(Cr, { size: t, children: a }),
|
|
3864
3829
|
o && /* @__PURE__ */ P.jsx("div", { children: o }),
|
|
3865
|
-
l && /* @__PURE__ */ P.jsx(
|
|
3830
|
+
l && /* @__PURE__ */ P.jsx(Cr, { size: t, children: l })
|
|
3866
3831
|
] })
|
|
3867
3832
|
})
|
|
3868
3833
|
),
|
|
@@ -4012,7 +3977,7 @@ function Xt(e) {
|
|
|
4012
3977
|
}
|
|
4013
3978
|
function Uo(e) {
|
|
4014
3979
|
let t = pe(e);
|
|
4015
|
-
for (; ie(t) && !
|
|
3980
|
+
for (; ie(t) && !Ce(t); ) {
|
|
4016
3981
|
if (Xt(t))
|
|
4017
3982
|
return t;
|
|
4018
3983
|
if (pt(t))
|
|
@@ -4024,7 +3989,7 @@ function Uo(e) {
|
|
|
4024
3989
|
function Jt() {
|
|
4025
3990
|
return typeof CSS == "undefined" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
4026
3991
|
}
|
|
4027
|
-
function
|
|
3992
|
+
function Ce(e) {
|
|
4028
3993
|
return ["html", "body", "#document"].includes(Ie(e));
|
|
4029
3994
|
}
|
|
4030
3995
|
function ce(e) {
|
|
@@ -4053,7 +4018,7 @@ function pe(e) {
|
|
|
4053
4018
|
}
|
|
4054
4019
|
function on(e) {
|
|
4055
4020
|
const t = pe(e);
|
|
4056
|
-
return
|
|
4021
|
+
return Ce(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : ie(t) && Ze(t) ? t : on(t);
|
|
4057
4022
|
}
|
|
4058
4023
|
function Se(e, t, r) {
|
|
4059
4024
|
var n;
|
|
@@ -4137,14 +4102,14 @@ function kt(e, t) {
|
|
|
4137
4102
|
const r = e;
|
|
4138
4103
|
return r.target != null && t.contains(r.target);
|
|
4139
4104
|
}
|
|
4140
|
-
function
|
|
4105
|
+
function He(e) {
|
|
4141
4106
|
return "composedPath" in e ? e.composedPath()[0] : e.target;
|
|
4142
4107
|
}
|
|
4143
4108
|
const Zo = "input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";
|
|
4144
4109
|
function cn(e) {
|
|
4145
4110
|
return ie(e) && e.matches(Zo);
|
|
4146
4111
|
}
|
|
4147
|
-
const Ee = Math.min, ae = Math.max, ut = Math.round, lt = Math.floor,
|
|
4112
|
+
const Ee = Math.min, ae = Math.max, ut = Math.round, lt = Math.floor, Te = (e) => ({
|
|
4148
4113
|
x: e,
|
|
4149
4114
|
y: e
|
|
4150
4115
|
}), Qo = {
|
|
@@ -4156,7 +4121,7 @@ const Ee = Math.min, ae = Math.max, ut = Math.round, lt = Math.floor, Ce = (e) =
|
|
|
4156
4121
|
start: "end",
|
|
4157
4122
|
end: "start"
|
|
4158
4123
|
};
|
|
4159
|
-
function
|
|
4124
|
+
function Lr(e, t, r) {
|
|
4160
4125
|
return ae(e, Ee(t, r));
|
|
4161
4126
|
}
|
|
4162
4127
|
function Qe(e, t) {
|
|
@@ -4215,7 +4180,7 @@ function dt(e) {
|
|
|
4215
4180
|
return e.replace(/left|right|bottom|top/g, (t) => Qo[t]);
|
|
4216
4181
|
}
|
|
4217
4182
|
function ii(e) {
|
|
4218
|
-
return
|
|
4183
|
+
return L({
|
|
4219
4184
|
top: 0,
|
|
4220
4185
|
right: 0,
|
|
4221
4186
|
bottom: 0,
|
|
@@ -4351,7 +4316,7 @@ var li = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4351
4316
|
}
|
|
4352
4317
|
}
|
|
4353
4318
|
return a;
|
|
4354
|
-
},
|
|
4319
|
+
}, zr = function(t) {
|
|
4355
4320
|
var r = t.getBoundingClientRect(), n = r.width, o = r.height;
|
|
4356
4321
|
return n === 0 && o === 0;
|
|
4357
4322
|
}, yi = function(t, r) {
|
|
@@ -4366,7 +4331,7 @@ var li = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4366
4331
|
for (var l = t; t; ) {
|
|
4367
4332
|
var c = t.parentElement, u = gt(t);
|
|
4368
4333
|
if (c && !c.shadowRoot && o(c) === !0)
|
|
4369
|
-
return
|
|
4334
|
+
return zr(t);
|
|
4370
4335
|
t.assignedSlot ? t = t.assignedSlot : !c && u !== t.ownerDocument ? t = u.host : t = c;
|
|
4371
4336
|
}
|
|
4372
4337
|
t = l;
|
|
@@ -4376,7 +4341,7 @@ var li = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
4376
4341
|
if (n !== "legacy-full")
|
|
4377
4342
|
return !0;
|
|
4378
4343
|
} else if (n === "non-zero-area")
|
|
4379
|
-
return
|
|
4344
|
+
return zr(t);
|
|
4380
4345
|
return !1;
|
|
4381
4346
|
}, wi = function(t) {
|
|
4382
4347
|
if (/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))
|
|
@@ -4475,7 +4440,7 @@ function Pr(e, t, r) {
|
|
|
4475
4440
|
}
|
|
4476
4441
|
return d;
|
|
4477
4442
|
}
|
|
4478
|
-
const
|
|
4443
|
+
const Ci = (e, t, r) => ge(void 0, null, function* () {
|
|
4479
4444
|
const {
|
|
4480
4445
|
placement: n = "bottom",
|
|
4481
4446
|
strategy: o = "absolute",
|
|
@@ -4498,7 +4463,7 @@ const Ti = (e, t, r) => ge(void 0, null, function* () {
|
|
|
4498
4463
|
x: y,
|
|
4499
4464
|
y: E,
|
|
4500
4465
|
data: R,
|
|
4501
|
-
reset:
|
|
4466
|
+
reset: z
|
|
4502
4467
|
} = yield x({
|
|
4503
4468
|
x: f,
|
|
4504
4469
|
y: g,
|
|
@@ -4513,13 +4478,13 @@ const Ti = (e, t, r) => ge(void 0, null, function* () {
|
|
|
4513
4478
|
floating: t
|
|
4514
4479
|
}
|
|
4515
4480
|
});
|
|
4516
|
-
f = y != null ? y : f, g = E != null ? E : g, d = $(
|
|
4517
|
-
[w]:
|
|
4518
|
-
}),
|
|
4481
|
+
f = y != null ? y : f, g = E != null ? E : g, d = $(L({}, d), {
|
|
4482
|
+
[w]: L(L({}, d[w]), R)
|
|
4483
|
+
}), z && h <= 50 && (h++, typeof z == "object" && (z.placement && (v = z.placement), z.rects && (u = z.rects === !0 ? yield i.getElementRects({
|
|
4519
4484
|
reference: e,
|
|
4520
4485
|
floating: t,
|
|
4521
4486
|
strategy: o
|
|
4522
|
-
}) :
|
|
4487
|
+
}) : z.rects), {
|
|
4523
4488
|
x: f,
|
|
4524
4489
|
y: g
|
|
4525
4490
|
} = Pr(u, v, c)), m = -1);
|
|
@@ -4565,21 +4530,21 @@ function Zt(e, t) {
|
|
|
4565
4530
|
} : {
|
|
4566
4531
|
x: 1,
|
|
4567
4532
|
y: 1
|
|
4568
|
-
},
|
|
4533
|
+
}, z = ft(a.convertOffsetParentRelativeRectToViewportRelativeRect ? yield a.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
4569
4534
|
elements: l,
|
|
4570
4535
|
rect: y,
|
|
4571
4536
|
offsetParent: E,
|
|
4572
4537
|
strategy: c
|
|
4573
4538
|
}) : y);
|
|
4574
4539
|
return {
|
|
4575
|
-
top: (x.top -
|
|
4576
|
-
bottom: (
|
|
4577
|
-
left: (x.left -
|
|
4578
|
-
right: (
|
|
4540
|
+
top: (x.top - z.top + h.top) / R.y,
|
|
4541
|
+
bottom: (z.bottom - x.bottom + h.bottom) / R.y,
|
|
4542
|
+
left: (x.left - z.left + h.left) / R.x,
|
|
4543
|
+
right: (z.right - x.right + h.right) / R.x
|
|
4579
4544
|
};
|
|
4580
4545
|
});
|
|
4581
4546
|
}
|
|
4582
|
-
const
|
|
4547
|
+
const Ti = function(e) {
|
|
4583
4548
|
return e === void 0 && (e = {}), {
|
|
4584
4549
|
name: "flip",
|
|
4585
4550
|
options: e,
|
|
@@ -4593,14 +4558,14 @@ const Ci = function(e) {
|
|
|
4593
4558
|
initialPlacement: c,
|
|
4594
4559
|
platform: u,
|
|
4595
4560
|
elements: f
|
|
4596
|
-
} = r,
|
|
4561
|
+
} = r, T = Qe(e, r), {
|
|
4597
4562
|
mainAxis: g = !0,
|
|
4598
4563
|
crossAxis: v = !0,
|
|
4599
4564
|
fallbackPlacements: d,
|
|
4600
4565
|
fallbackStrategy: h = "bestFit",
|
|
4601
4566
|
fallbackAxisSideDirection: m = "none",
|
|
4602
4567
|
flipAlignment: w = !0
|
|
4603
|
-
} =
|
|
4568
|
+
} = T, x = fe(T, [
|
|
4604
4569
|
"mainAxis",
|
|
4605
4570
|
"crossAxis",
|
|
4606
4571
|
"fallbackPlacements",
|
|
@@ -4610,44 +4575,44 @@ const Ci = function(e) {
|
|
|
4610
4575
|
]);
|
|
4611
4576
|
if ((n = i.arrow) != null && n.alignmentOffset)
|
|
4612
4577
|
return {};
|
|
4613
|
-
const y = ke(a), E = Me(c), R = ke(c) === c,
|
|
4614
|
-
!d && N && _.push(...oi(c, w, m,
|
|
4578
|
+
const y = ke(a), E = Me(c), R = ke(c) === c, z = yield u.isRTL == null ? void 0 : u.isRTL(f.floating), _ = d || (R || !w ? [dt(c)] : ri(c)), N = m !== "none";
|
|
4579
|
+
!d && N && _.push(...oi(c, w, m, z));
|
|
4615
4580
|
const U = [c, ..._], Z = yield Zt(r, x), q = [];
|
|
4616
4581
|
let V = ((o = i.flip) == null ? void 0 : o.overflows) || [];
|
|
4617
4582
|
if (g && q.push(Z[y]), v) {
|
|
4618
|
-
const
|
|
4619
|
-
q.push(Z[
|
|
4583
|
+
const C = ti(a, l, z);
|
|
4584
|
+
q.push(Z[C[0]], Z[C[1]]);
|
|
4620
4585
|
}
|
|
4621
4586
|
if (V = [...V, {
|
|
4622
4587
|
placement: a,
|
|
4623
4588
|
overflows: q
|
|
4624
|
-
}], !q.every((
|
|
4625
|
-
var
|
|
4626
|
-
const
|
|
4589
|
+
}], !q.every((C) => C <= 0)) {
|
|
4590
|
+
var A, Y;
|
|
4591
|
+
const C = (((A = i.flip) == null ? void 0 : A.index) || 0) + 1, k = U[C];
|
|
4627
4592
|
if (k)
|
|
4628
4593
|
return {
|
|
4629
4594
|
data: {
|
|
4630
|
-
index:
|
|
4595
|
+
index: C,
|
|
4631
4596
|
overflows: V
|
|
4632
4597
|
},
|
|
4633
4598
|
reset: {
|
|
4634
4599
|
placement: k
|
|
4635
4600
|
}
|
|
4636
4601
|
};
|
|
4637
|
-
let M = (Y = V.filter((j) => j.overflows[0] <= 0).sort((j,
|
|
4602
|
+
let M = (Y = V.filter((j) => j.overflows[0] <= 0).sort((j, O) => j.overflows[1] - O.overflows[1])[0]) == null ? void 0 : Y.placement;
|
|
4638
4603
|
if (!M)
|
|
4639
4604
|
switch (h) {
|
|
4640
4605
|
case "bestFit": {
|
|
4641
|
-
var
|
|
4642
|
-
const j = (
|
|
4606
|
+
var H;
|
|
4607
|
+
const j = (H = V.filter((O) => {
|
|
4643
4608
|
if (N) {
|
|
4644
|
-
const D = Me(
|
|
4609
|
+
const D = Me(O.placement);
|
|
4645
4610
|
return D === E || // Create a bias to the `y` side axis due to horizontal
|
|
4646
4611
|
// reading directions favoring greater width.
|
|
4647
4612
|
D === "y";
|
|
4648
4613
|
}
|
|
4649
4614
|
return !0;
|
|
4650
|
-
}).map((
|
|
4615
|
+
}).map((O) => [O.placement, O.overflows.filter((D) => D > 0).reduce((D, be) => D + be, 0)]).sort((O, D) => O[1] - D[1])[0]) == null ? void 0 : H[0];
|
|
4651
4616
|
j && (M = j);
|
|
4652
4617
|
break;
|
|
4653
4618
|
}
|
|
@@ -4682,7 +4647,7 @@ function ki(e, t) {
|
|
|
4682
4647
|
mainAxis: g,
|
|
4683
4648
|
crossAxis: 0,
|
|
4684
4649
|
alignmentAxis: null
|
|
4685
|
-
} :
|
|
4650
|
+
} : L({
|
|
4686
4651
|
mainAxis: 0,
|
|
4687
4652
|
crossAxis: 0,
|
|
4688
4653
|
alignmentAxis: null
|
|
@@ -4696,7 +4661,7 @@ function ki(e, t) {
|
|
|
4696
4661
|
};
|
|
4697
4662
|
});
|
|
4698
4663
|
}
|
|
4699
|
-
const
|
|
4664
|
+
const Li = function(e) {
|
|
4700
4665
|
return e === void 0 && (e = 0), {
|
|
4701
4666
|
name: "offset",
|
|
4702
4667
|
options: e,
|
|
@@ -4712,14 +4677,14 @@ const zi = function(e) {
|
|
|
4712
4677
|
return l === ((n = c.offset) == null ? void 0 : n.placement) && (o = c.arrow) != null && o.alignmentOffset ? {} : {
|
|
4713
4678
|
x: a + u.x,
|
|
4714
4679
|
y: i + u.y,
|
|
4715
|
-
data: $(
|
|
4680
|
+
data: $(L({}, u), {
|
|
4716
4681
|
placement: l
|
|
4717
4682
|
})
|
|
4718
4683
|
};
|
|
4719
4684
|
});
|
|
4720
4685
|
}
|
|
4721
4686
|
};
|
|
4722
|
-
},
|
|
4687
|
+
}, zi = function(e) {
|
|
4723
4688
|
return e === void 0 && (e = {}), {
|
|
4724
4689
|
name: "shift",
|
|
4725
4690
|
options: e,
|
|
@@ -4754,18 +4719,18 @@ const zi = function(e) {
|
|
|
4754
4719
|
}, g = yield Zt(r, u), v = Me(ke(a)), d = un(v);
|
|
4755
4720
|
let h = f[d], m = f[v];
|
|
4756
4721
|
if (i) {
|
|
4757
|
-
const y = d === "y" ? "top" : "left", E = d === "y" ? "bottom" : "right", R = h + g[y],
|
|
4758
|
-
h =
|
|
4722
|
+
const y = d === "y" ? "top" : "left", E = d === "y" ? "bottom" : "right", R = h + g[y], z = h - g[E];
|
|
4723
|
+
h = Lr(R, h, z);
|
|
4759
4724
|
}
|
|
4760
4725
|
if (l) {
|
|
4761
|
-
const y = v === "y" ? "top" : "left", E = v === "y" ? "bottom" : "right", R = m + g[y],
|
|
4762
|
-
m =
|
|
4726
|
+
const y = v === "y" ? "top" : "left", E = v === "y" ? "bottom" : "right", R = m + g[y], z = m - g[E];
|
|
4727
|
+
m = Lr(R, m, z);
|
|
4763
4728
|
}
|
|
4764
|
-
const w = c.fn($(
|
|
4729
|
+
const w = c.fn($(L({}, r), {
|
|
4765
4730
|
[d]: h,
|
|
4766
4731
|
[v]: m
|
|
4767
4732
|
}));
|
|
4768
|
-
return $(
|
|
4733
|
+
return $(L({}, w), {
|
|
4769
4734
|
data: {
|
|
4770
4735
|
x: w.x - n,
|
|
4771
4736
|
y: w.y - o
|
|
@@ -4796,13 +4761,13 @@ const zi = function(e) {
|
|
|
4796
4761
|
} = o.floating;
|
|
4797
4762
|
let m, w;
|
|
4798
4763
|
f === "top" || f === "bottom" ? (m = f, w = g === ((yield a.isRTL == null ? void 0 : a.isRTL(i.floating)) ? "start" : "end") ? "left" : "right") : (w = f, m = g === "end" ? "top" : "bottom");
|
|
4799
|
-
const x = h - u.top - u.bottom, y = d - u.left - u.right, E = Ee(h - u[m], x), R = Ee(d - u[w], y),
|
|
4764
|
+
const x = h - u.top - u.bottom, y = d - u.left - u.right, E = Ee(h - u[m], x), R = Ee(d - u[w], y), z = !r.middlewareData.shift;
|
|
4800
4765
|
let _ = E, N = R;
|
|
4801
|
-
if (v ? N = g ||
|
|
4802
|
-
const q = ae(u.left, 0), V = ae(u.right, 0),
|
|
4803
|
-
v ? N = d - 2 * (q !== 0 || V !== 0 ? q + V : ae(u.left, u.right)) : _ = h - 2 * (
|
|
4766
|
+
if (v ? N = g || z ? Ee(R, y) : y : _ = g || z ? Ee(E, x) : x, z && !g) {
|
|
4767
|
+
const q = ae(u.left, 0), V = ae(u.right, 0), A = ae(u.top, 0), Y = ae(u.bottom, 0);
|
|
4768
|
+
v ? N = d - 2 * (q !== 0 || V !== 0 ? q + V : ae(u.left, u.right)) : _ = h - 2 * (A !== 0 || Y !== 0 ? A + Y : ae(u.top, u.bottom));
|
|
4804
4769
|
}
|
|
4805
|
-
yield l($(
|
|
4770
|
+
yield l($(L({}, r), {
|
|
4806
4771
|
availableWidth: N,
|
|
4807
4772
|
availableHeight: _
|
|
4808
4773
|
}));
|
|
@@ -4829,10 +4794,10 @@ function bn(e) {
|
|
|
4829
4794
|
function Qt(e) {
|
|
4830
4795
|
return X(e) ? e : e.contextElement;
|
|
4831
4796
|
}
|
|
4832
|
-
function
|
|
4797
|
+
function We(e) {
|
|
4833
4798
|
const t = Qt(e);
|
|
4834
4799
|
if (!ie(t))
|
|
4835
|
-
return
|
|
4800
|
+
return Te(1);
|
|
4836
4801
|
const r = t.getBoundingClientRect(), {
|
|
4837
4802
|
width: n,
|
|
4838
4803
|
height: o,
|
|
@@ -4844,7 +4809,7 @@ function Oe(e) {
|
|
|
4844
4809
|
y: l
|
|
4845
4810
|
};
|
|
4846
4811
|
}
|
|
4847
|
-
const Pi = /* @__PURE__ */
|
|
4812
|
+
const Pi = /* @__PURE__ */ Te(0);
|
|
4848
4813
|
function xn(e) {
|
|
4849
4814
|
const t = oe(e);
|
|
4850
4815
|
return !Jt() || !t.visualViewport ? Pi : {
|
|
@@ -4858,15 +4823,15 @@ function _i(e, t, r) {
|
|
|
4858
4823
|
function Pe(e, t, r, n) {
|
|
4859
4824
|
t === void 0 && (t = !1), r === void 0 && (r = !1);
|
|
4860
4825
|
const o = e.getBoundingClientRect(), a = Qt(e);
|
|
4861
|
-
let i =
|
|
4862
|
-
t && (n ? X(n) && (i =
|
|
4863
|
-
const l = _i(a, r, n) ? xn(a) :
|
|
4826
|
+
let i = Te(1);
|
|
4827
|
+
t && (n ? X(n) && (i = We(n)) : i = We(e));
|
|
4828
|
+
const l = _i(a, r, n) ? xn(a) : Te(0);
|
|
4864
4829
|
let c = (o.left + l.x) / i.x, u = (o.top + l.y) / i.y, f = o.width / i.x, g = o.height / i.y;
|
|
4865
4830
|
if (a) {
|
|
4866
4831
|
const v = oe(a), d = n && X(n) ? oe(n) : n;
|
|
4867
4832
|
let h = v, m = h.frameElement;
|
|
4868
4833
|
for (; m && n && d !== h; ) {
|
|
4869
|
-
const w =
|
|
4834
|
+
const w = We(m), x = m.getBoundingClientRect(), y = ce(m), E = x.left + (m.clientLeft + parseFloat(y.paddingLeft)) * w.x, R = x.top + (m.clientTop + parseFloat(y.paddingTop)) * w.y;
|
|
4870
4835
|
c *= w.x, u *= w.y, f *= w.x, g *= w.y, c += E, u += R, h = oe(m), m = h.frameElement;
|
|
4871
4836
|
}
|
|
4872
4837
|
}
|
|
@@ -4877,7 +4842,7 @@ function Pe(e, t, r, n) {
|
|
|
4877
4842
|
y: u
|
|
4878
4843
|
});
|
|
4879
4844
|
}
|
|
4880
|
-
function
|
|
4845
|
+
function Ai(e) {
|
|
4881
4846
|
let {
|
|
4882
4847
|
elements: t,
|
|
4883
4848
|
rect: r,
|
|
@@ -4890,11 +4855,11 @@ function Hi(e) {
|
|
|
4890
4855
|
let c = {
|
|
4891
4856
|
scrollLeft: 0,
|
|
4892
4857
|
scrollTop: 0
|
|
4893
|
-
}, u =
|
|
4894
|
-
const f =
|
|
4858
|
+
}, u = Te(1);
|
|
4859
|
+
const f = Te(0), g = ie(n);
|
|
4895
4860
|
if ((g || !g && !a) && ((Ie(n) !== "body" || Ze(i)) && (c = vt(n)), ie(n))) {
|
|
4896
4861
|
const v = Pe(n);
|
|
4897
|
-
u =
|
|
4862
|
+
u = We(n), f.x = v.x + n.clientLeft, f.y = v.y + n.clientTop;
|
|
4898
4863
|
}
|
|
4899
4864
|
return {
|
|
4900
4865
|
width: r.width * u.x,
|
|
@@ -4903,13 +4868,13 @@ function Hi(e) {
|
|
|
4903
4868
|
y: r.y * u.y - c.scrollTop * u.y + f.y
|
|
4904
4869
|
};
|
|
4905
4870
|
}
|
|
4906
|
-
function
|
|
4871
|
+
function Hi(e) {
|
|
4907
4872
|
return Array.from(e.getClientRects());
|
|
4908
4873
|
}
|
|
4909
4874
|
function yn(e) {
|
|
4910
4875
|
return Pe(ve(e)).left + vt(e).scrollLeft;
|
|
4911
4876
|
}
|
|
4912
|
-
function
|
|
4877
|
+
function Oi(e) {
|
|
4913
4878
|
const t = ve(e), r = vt(e), n = e.ownerDocument.body, o = ae(t.scrollWidth, t.clientWidth, n.scrollWidth, n.clientWidth), a = ae(t.scrollHeight, t.clientHeight, n.scrollHeight, n.clientHeight);
|
|
4914
4879
|
let i = -r.scrollLeft + yn(e);
|
|
4915
4880
|
const l = -r.scrollTop;
|
|
@@ -4920,7 +4885,7 @@ function Wi(e) {
|
|
|
4920
4885
|
y: l
|
|
4921
4886
|
};
|
|
4922
4887
|
}
|
|
4923
|
-
function
|
|
4888
|
+
function Wi(e, t) {
|
|
4924
4889
|
const r = oe(e), n = ve(e), o = r.visualViewport;
|
|
4925
4890
|
let a = n.clientWidth, i = n.clientHeight, l = 0, c = 0;
|
|
4926
4891
|
if (o) {
|
|
@@ -4936,7 +4901,7 @@ function Oi(e, t) {
|
|
|
4936
4901
|
};
|
|
4937
4902
|
}
|
|
4938
4903
|
function Fi(e, t) {
|
|
4939
|
-
const r = Pe(e, !0, t === "fixed"), n = r.top + e.clientTop, o = r.left + e.clientLeft, a = ie(e) ?
|
|
4904
|
+
const r = Pe(e, !0, t === "fixed"), n = r.top + e.clientTop, o = r.left + e.clientLeft, a = ie(e) ? We(e) : Te(1), i = e.clientWidth * a.x, l = e.clientHeight * a.y, c = o * a.x, u = n * a.y;
|
|
4940
4905
|
return {
|
|
4941
4906
|
width: i,
|
|
4942
4907
|
height: l,
|
|
@@ -4947,14 +4912,14 @@ function Fi(e, t) {
|
|
|
4947
4912
|
function _r(e, t, r) {
|
|
4948
4913
|
let n;
|
|
4949
4914
|
if (t === "viewport")
|
|
4950
|
-
n =
|
|
4915
|
+
n = Wi(e, r);
|
|
4951
4916
|
else if (t === "document")
|
|
4952
|
-
n =
|
|
4917
|
+
n = Oi(ve(e));
|
|
4953
4918
|
else if (X(t))
|
|
4954
4919
|
n = Fi(t, r);
|
|
4955
4920
|
else {
|
|
4956
4921
|
const o = xn(e);
|
|
4957
|
-
n = $(
|
|
4922
|
+
n = $(L({}, t), {
|
|
4958
4923
|
x: t.x - o.x,
|
|
4959
4924
|
y: t.y - o.y
|
|
4960
4925
|
});
|
|
@@ -4963,7 +4928,7 @@ function _r(e, t, r) {
|
|
|
4963
4928
|
}
|
|
4964
4929
|
function wn(e, t) {
|
|
4965
4930
|
const r = pe(e);
|
|
4966
|
-
return r === t || !X(r) ||
|
|
4931
|
+
return r === t || !X(r) || Ce(r) ? !1 : ce(r).position === "fixed" || wn(r, t);
|
|
4967
4932
|
}
|
|
4968
4933
|
function Di(e, t) {
|
|
4969
4934
|
const r = t.get(e);
|
|
@@ -4972,7 +4937,7 @@ function Di(e, t) {
|
|
|
4972
4937
|
let n = Se(e, [], !1).filter((l) => X(l) && Ie(l) !== "body"), o = null;
|
|
4973
4938
|
const a = ce(e).position === "fixed";
|
|
4974
4939
|
let i = a ? pe(e) : e;
|
|
4975
|
-
for (; X(i) && !
|
|
4940
|
+
for (; X(i) && !Ce(i); ) {
|
|
4976
4941
|
const l = ce(i), c = Xt(i);
|
|
4977
4942
|
!c && l.position === "fixed" && (o = null), (a ? !c && !o : !c && l.position === "static" && !!o && ["absolute", "fixed"].includes(o.position) || Ze(i) && !c && wn(e, i)) ? n = n.filter((f) => f !== i) : o = l, i = pe(i);
|
|
4978
4943
|
}
|
|
@@ -5012,7 +4977,7 @@ function ji(e, t, r) {
|
|
|
5012
4977
|
scrollLeft: 0,
|
|
5013
4978
|
scrollTop: 0
|
|
5014
4979
|
};
|
|
5015
|
-
const c =
|
|
4980
|
+
const c = Te(0);
|
|
5016
4981
|
if (n || !n && !a)
|
|
5017
4982
|
if ((Ie(t) !== "body" || Ze(o)) && (l = vt(t)), n) {
|
|
5018
4983
|
const g = Pe(t, !0, a, t);
|
|
@@ -5026,10 +4991,10 @@ function ji(e, t, r) {
|
|
|
5026
4991
|
height: i.height
|
|
5027
4992
|
};
|
|
5028
4993
|
}
|
|
5029
|
-
function
|
|
4994
|
+
function Lt(e) {
|
|
5030
4995
|
return ce(e).position === "static";
|
|
5031
4996
|
}
|
|
5032
|
-
function
|
|
4997
|
+
function Ar(e, t) {
|
|
5033
4998
|
return !ie(e) || ce(e).position === "fixed" ? null : t ? t(e) : e.offsetParent;
|
|
5034
4999
|
}
|
|
5035
5000
|
function Rn(e, t) {
|
|
@@ -5038,17 +5003,17 @@ function Rn(e, t) {
|
|
|
5038
5003
|
return r;
|
|
5039
5004
|
if (!ie(e)) {
|
|
5040
5005
|
let o = pe(e);
|
|
5041
|
-
for (; o && !
|
|
5042
|
-
if (X(o) && !
|
|
5006
|
+
for (; o && !Ce(o); ) {
|
|
5007
|
+
if (X(o) && !Lt(o))
|
|
5043
5008
|
return o;
|
|
5044
5009
|
o = pe(o);
|
|
5045
5010
|
}
|
|
5046
5011
|
return r;
|
|
5047
5012
|
}
|
|
5048
|
-
let n =
|
|
5049
|
-
for (; n && Go(n) &&
|
|
5050
|
-
n =
|
|
5051
|
-
return n &&
|
|
5013
|
+
let n = Ar(e, t);
|
|
5014
|
+
for (; n && Go(n) && Lt(n); )
|
|
5015
|
+
n = Ar(n, t);
|
|
5016
|
+
return n && Ce(n) && Lt(n) && !Xt(n) ? r : n || Uo(e) || r;
|
|
5052
5017
|
}
|
|
5053
5018
|
const Ni = function(e) {
|
|
5054
5019
|
return ge(this, null, function* () {
|
|
@@ -5068,14 +5033,14 @@ function $i(e) {
|
|
|
5068
5033
|
return ce(e).direction === "rtl";
|
|
5069
5034
|
}
|
|
5070
5035
|
const Vi = {
|
|
5071
|
-
convertOffsetParentRelativeRectToViewportRelativeRect:
|
|
5036
|
+
convertOffsetParentRelativeRectToViewportRelativeRect: Ai,
|
|
5072
5037
|
getDocumentElement: ve,
|
|
5073
5038
|
getClippingRect: Bi,
|
|
5074
5039
|
getOffsetParent: Rn,
|
|
5075
5040
|
getElementRects: Ni,
|
|
5076
|
-
getClientRects:
|
|
5041
|
+
getClientRects: Hi,
|
|
5077
5042
|
getDimensions: Ii,
|
|
5078
|
-
getScale:
|
|
5043
|
+
getScale: We,
|
|
5079
5044
|
isElement: X,
|
|
5080
5045
|
isRTL: $i
|
|
5081
5046
|
};
|
|
@@ -5101,8 +5066,8 @@ function Gi(e, t) {
|
|
|
5101
5066
|
threshold: ae(0, Ee(1, c)) || 1
|
|
5102
5067
|
};
|
|
5103
5068
|
let E = !0;
|
|
5104
|
-
function R(
|
|
5105
|
-
const _ =
|
|
5069
|
+
function R(z) {
|
|
5070
|
+
const _ = z[0].intersectionRatio;
|
|
5106
5071
|
if (_ !== c) {
|
|
5107
5072
|
if (!E)
|
|
5108
5073
|
return i();
|
|
@@ -5113,18 +5078,18 @@ function Gi(e, t) {
|
|
|
5113
5078
|
E = !1;
|
|
5114
5079
|
}
|
|
5115
5080
|
try {
|
|
5116
|
-
r = new IntersectionObserver(R, $(
|
|
5081
|
+
r = new IntersectionObserver(R, $(L({}, y), {
|
|
5117
5082
|
// Handle <iframe>s
|
|
5118
5083
|
root: o.ownerDocument
|
|
5119
5084
|
}));
|
|
5120
|
-
} catch (
|
|
5085
|
+
} catch (z) {
|
|
5121
5086
|
r = new IntersectionObserver(R, y);
|
|
5122
5087
|
}
|
|
5123
5088
|
r.observe(e);
|
|
5124
5089
|
}
|
|
5125
5090
|
return i(!0), a;
|
|
5126
5091
|
}
|
|
5127
|
-
function
|
|
5092
|
+
function Aa(e, t, r, n) {
|
|
5128
5093
|
n === void 0 && (n = {});
|
|
5129
5094
|
const {
|
|
5130
5095
|
ancestorScroll: o = !0,
|
|
@@ -5160,13 +5125,13 @@ function Ha(e, t, r, n) {
|
|
|
5160
5125
|
}), g == null || g(), (x = d) == null || x.disconnect(), d = null, c && cancelAnimationFrame(h);
|
|
5161
5126
|
};
|
|
5162
5127
|
}
|
|
5163
|
-
const Ui =
|
|
5164
|
-
const n = /* @__PURE__ */ new Map(), o =
|
|
5128
|
+
const Ui = Li, qi = zi, Yi = Ti, Ki = Mi, Xi = (e, t, r) => {
|
|
5129
|
+
const n = /* @__PURE__ */ new Map(), o = L({
|
|
5165
5130
|
platform: Vi
|
|
5166
|
-
}, r), a = $(
|
|
5131
|
+
}, r), a = $(L({}, o.platform), {
|
|
5167
5132
|
_c: n
|
|
5168
5133
|
});
|
|
5169
|
-
return
|
|
5134
|
+
return Ci(e, t, $(L({}, o), {
|
|
5170
5135
|
platform: a
|
|
5171
5136
|
}));
|
|
5172
5137
|
};
|
|
@@ -5204,11 +5169,11 @@ function mt(e, t) {
|
|
|
5204
5169
|
function En(e) {
|
|
5205
5170
|
return typeof window == "undefined" ? 1 : (e.ownerDocument.defaultView || window).devicePixelRatio || 1;
|
|
5206
5171
|
}
|
|
5207
|
-
function
|
|
5172
|
+
function Hr(e, t) {
|
|
5208
5173
|
const r = En(e);
|
|
5209
5174
|
return Math.round(t * r) / r;
|
|
5210
5175
|
}
|
|
5211
|
-
function
|
|
5176
|
+
function Or(e) {
|
|
5212
5177
|
const t = p.useRef(e);
|
|
5213
5178
|
return st(() => {
|
|
5214
5179
|
t.current = e;
|
|
@@ -5241,7 +5206,7 @@ function Ji(e) {
|
|
|
5241
5206
|
k !== _.current && (_.current = k, m(k));
|
|
5242
5207
|
}, []), E = p.useCallback((k) => {
|
|
5243
5208
|
k !== N.current && (N.current = k, x(k));
|
|
5244
|
-
}, []), R = a || h,
|
|
5209
|
+
}, []), R = a || h, z = i || w, _ = p.useRef(null), N = p.useRef(null), U = p.useRef(f), Z = c != null, q = Or(c), V = Or(o), A = p.useCallback(() => {
|
|
5245
5210
|
if (!_.current || !N.current)
|
|
5246
5211
|
return;
|
|
5247
5212
|
const k = {
|
|
@@ -5250,7 +5215,7 @@ function Ji(e) {
|
|
|
5250
5215
|
middleware: v
|
|
5251
5216
|
};
|
|
5252
5217
|
V.current && (k.platform = V.current), Xi(_.current, N.current, k).then((M) => {
|
|
5253
|
-
const j = $(
|
|
5218
|
+
const j = $(L({}, M), {
|
|
5254
5219
|
isPositioned: !0
|
|
5255
5220
|
});
|
|
5256
5221
|
Y.current && !mt(U.current, j) && (U.current = j, Yr.flushSync(() => {
|
|
@@ -5259,7 +5224,7 @@ function Ji(e) {
|
|
|
5259
5224
|
});
|
|
5260
5225
|
}, [v, t, r, V]);
|
|
5261
5226
|
st(() => {
|
|
5262
|
-
u === !1 && U.current.isPositioned && (U.current.isPositioned = !1, g((k) => $(
|
|
5227
|
+
u === !1 && U.current.isPositioned && (U.current.isPositioned = !1, g((k) => $(L({}, k), {
|
|
5263
5228
|
isPositioned: !1
|
|
5264
5229
|
})));
|
|
5265
5230
|
}, [u]);
|
|
@@ -5267,55 +5232,55 @@ function Ji(e) {
|
|
|
5267
5232
|
st(() => (Y.current = !0, () => {
|
|
5268
5233
|
Y.current = !1;
|
|
5269
5234
|
}), []), st(() => {
|
|
5270
|
-
if (R && (_.current = R),
|
|
5235
|
+
if (R && (_.current = R), z && (N.current = z), R && z) {
|
|
5271
5236
|
if (q.current)
|
|
5272
|
-
return q.current(R,
|
|
5273
|
-
|
|
5237
|
+
return q.current(R, z, A);
|
|
5238
|
+
A();
|
|
5274
5239
|
}
|
|
5275
|
-
}, [R,
|
|
5276
|
-
const
|
|
5240
|
+
}, [R, z, A, q, Z]);
|
|
5241
|
+
const H = p.useMemo(() => ({
|
|
5277
5242
|
reference: _,
|
|
5278
5243
|
floating: N,
|
|
5279
5244
|
setReference: y,
|
|
5280
5245
|
setFloating: E
|
|
5281
|
-
}), [y, E]),
|
|
5246
|
+
}), [y, E]), T = p.useMemo(() => ({
|
|
5282
5247
|
reference: R,
|
|
5283
|
-
floating:
|
|
5284
|
-
}), [R,
|
|
5248
|
+
floating: z
|
|
5249
|
+
}), [R, z]), C = p.useMemo(() => {
|
|
5285
5250
|
const k = {
|
|
5286
5251
|
position: r,
|
|
5287
5252
|
left: 0,
|
|
5288
5253
|
top: 0
|
|
5289
5254
|
};
|
|
5290
|
-
if (!
|
|
5255
|
+
if (!T.floating)
|
|
5291
5256
|
return k;
|
|
5292
|
-
const M =
|
|
5293
|
-
return l ?
|
|
5257
|
+
const M = Hr(T.floating, f.x), j = Hr(T.floating, f.y);
|
|
5258
|
+
return l ? L($(L({}, k), {
|
|
5294
5259
|
transform: "translate(" + M + "px, " + j + "px)"
|
|
5295
|
-
}), En(
|
|
5260
|
+
}), En(T.floating) >= 1.5 && {
|
|
5296
5261
|
willChange: "transform"
|
|
5297
5262
|
}) : {
|
|
5298
5263
|
position: r,
|
|
5299
5264
|
left: M,
|
|
5300
5265
|
top: j
|
|
5301
5266
|
};
|
|
5302
|
-
}, [r, l,
|
|
5303
|
-
return p.useMemo(() => $(
|
|
5304
|
-
update:
|
|
5305
|
-
refs:
|
|
5306
|
-
elements:
|
|
5307
|
-
floatingStyles:
|
|
5308
|
-
}), [f, H,
|
|
5267
|
+
}, [r, l, T.floating, f.x, f.y]);
|
|
5268
|
+
return p.useMemo(() => $(L({}, f), {
|
|
5269
|
+
update: A,
|
|
5270
|
+
refs: H,
|
|
5271
|
+
elements: T,
|
|
5272
|
+
floatingStyles: C
|
|
5273
|
+
}), [f, A, H, T, C]);
|
|
5309
5274
|
}
|
|
5310
|
-
const
|
|
5275
|
+
const Ha = (e, t) => $(L({}, Ui(e)), {
|
|
5311
5276
|
options: [e, t]
|
|
5312
|
-
}),
|
|
5277
|
+
}), Oa = (e, t) => $(L({}, qi(e)), {
|
|
5313
5278
|
options: [e, t]
|
|
5314
|
-
}),
|
|
5279
|
+
}), Wa = (e, t) => $(L({}, Yi(e)), {
|
|
5315
5280
|
options: [e, t]
|
|
5316
|
-
}), Fa = (e, t) => $(
|
|
5281
|
+
}), Fa = (e, t) => $(L({}, Ki(e)), {
|
|
5317
5282
|
options: [e, t]
|
|
5318
|
-
}), Sn =
|
|
5283
|
+
}), Sn = L({}, p), Zi = Sn.useInsertionEffect, Qi = Zi || ((e) => e());
|
|
5319
5284
|
function we(e) {
|
|
5320
5285
|
const t = p.useRef(() => {
|
|
5321
5286
|
if (process.env.NODE_ENV !== "production")
|
|
@@ -5340,18 +5305,18 @@ function Vt() {
|
|
|
5340
5305
|
return e;
|
|
5341
5306
|
}, Vt.apply(this, arguments);
|
|
5342
5307
|
}
|
|
5343
|
-
let
|
|
5308
|
+
let Wr = !1, ea = 0;
|
|
5344
5309
|
const Fr = () => (
|
|
5345
5310
|
// Ensure the id is unique with multiple independent versions of Floating UI
|
|
5346
5311
|
// on <React 18
|
|
5347
5312
|
"floating-ui-" + Math.random().toString(36).slice(2, 6) + ea++
|
|
5348
5313
|
);
|
|
5349
5314
|
function ta() {
|
|
5350
|
-
const [e, t] = p.useState(() =>
|
|
5315
|
+
const [e, t] = p.useState(() => Wr ? Fr() : void 0);
|
|
5351
5316
|
return ue(() => {
|
|
5352
5317
|
e == null && t(Fr());
|
|
5353
5318
|
}, []), p.useEffect(() => {
|
|
5354
|
-
|
|
5319
|
+
Wr = !0;
|
|
5355
5320
|
}, []), e;
|
|
5356
5321
|
}
|
|
5357
5322
|
const ra = Sn.useId, er = ra || ta;
|
|
@@ -5389,7 +5354,7 @@ const ia = /* @__PURE__ */ p.createContext(null), aa = /* @__PURE__ */ p.createC
|
|
|
5389
5354
|
function tt(e) {
|
|
5390
5355
|
return "data-floating-ui-" + e;
|
|
5391
5356
|
}
|
|
5392
|
-
function
|
|
5357
|
+
function zt(e) {
|
|
5393
5358
|
const t = no(e);
|
|
5394
5359
|
return ue(() => {
|
|
5395
5360
|
t.current = e;
|
|
@@ -5414,147 +5379,147 @@ function Da(e, t) {
|
|
|
5414
5379
|
mouseOnly: f = !1,
|
|
5415
5380
|
restMs: g = 0,
|
|
5416
5381
|
move: v = !0
|
|
5417
|
-
} = t, d = rr(), h = tr(), m =
|
|
5382
|
+
} = t, d = rr(), h = tr(), m = zt(u), w = zt(c), x = zt(r), y = p.useRef(), E = p.useRef(-1), R = p.useRef(), z = p.useRef(-1), _ = p.useRef(!0), N = p.useRef(!1), U = p.useRef(() => {
|
|
5418
5383
|
}), Z = p.useCallback(() => {
|
|
5419
|
-
var
|
|
5420
|
-
const
|
|
5421
|
-
return (
|
|
5384
|
+
var T;
|
|
5385
|
+
const C = (T = o.current.openEvent) == null ? void 0 : T.type;
|
|
5386
|
+
return (C == null ? void 0 : C.includes("mouse")) && C !== "mousedown";
|
|
5422
5387
|
}, [o]);
|
|
5423
5388
|
p.useEffect(() => {
|
|
5424
5389
|
if (!l) return;
|
|
5425
|
-
function C
|
|
5390
|
+
function T(C) {
|
|
5426
5391
|
let {
|
|
5427
5392
|
open: k
|
|
5428
|
-
} =
|
|
5429
|
-
k || (clearTimeout(E.current), clearTimeout(
|
|
5393
|
+
} = C;
|
|
5394
|
+
k || (clearTimeout(E.current), clearTimeout(z.current), _.current = !0);
|
|
5430
5395
|
}
|
|
5431
|
-
return a.on("openchange",
|
|
5432
|
-
a.off("openchange",
|
|
5396
|
+
return a.on("openchange", T), () => {
|
|
5397
|
+
a.off("openchange", T);
|
|
5433
5398
|
};
|
|
5434
5399
|
}, [l, a]), p.useEffect(() => {
|
|
5435
5400
|
if (!l || !m.current || !r) return;
|
|
5436
|
-
function
|
|
5401
|
+
function T(k) {
|
|
5437
5402
|
Z() && n(!1, k, "hover");
|
|
5438
5403
|
}
|
|
5439
|
-
const
|
|
5440
|
-
return
|
|
5441
|
-
|
|
5404
|
+
const C = Re(i.floating).documentElement;
|
|
5405
|
+
return C.addEventListener("mouseleave", T), () => {
|
|
5406
|
+
C.removeEventListener("mouseleave", T);
|
|
5442
5407
|
};
|
|
5443
5408
|
}, [i.floating, r, n, l, m, Z]);
|
|
5444
|
-
const q = p.useCallback(function(
|
|
5445
|
-
|
|
5409
|
+
const q = p.useCallback(function(T, C, k) {
|
|
5410
|
+
C === void 0 && (C = !0), k === void 0 && (k = "hover");
|
|
5446
5411
|
const M = Mt(w.current, "close", y.current);
|
|
5447
|
-
M && !R.current ? (clearTimeout(E.current), E.current = window.setTimeout(() => n(!1,
|
|
5412
|
+
M && !R.current ? (clearTimeout(E.current), E.current = window.setTimeout(() => n(!1, T, k), M)) : C && (clearTimeout(E.current), n(!1, T, k));
|
|
5448
5413
|
}, [w, n]), V = we(() => {
|
|
5449
5414
|
U.current(), R.current = void 0;
|
|
5450
|
-
}),
|
|
5415
|
+
}), A = we(() => {
|
|
5451
5416
|
if (N.current) {
|
|
5452
|
-
const
|
|
5453
|
-
|
|
5417
|
+
const T = Re(i.floating).body;
|
|
5418
|
+
T.style.pointerEvents = "", T.removeAttribute(Dr), N.current = !1;
|
|
5454
5419
|
}
|
|
5455
5420
|
});
|
|
5456
5421
|
p.useEffect(() => {
|
|
5457
5422
|
if (!l) return;
|
|
5458
|
-
function
|
|
5423
|
+
function T() {
|
|
5459
5424
|
return o.current.openEvent ? ["click", "mousedown"].includes(o.current.openEvent.type) : !1;
|
|
5460
5425
|
}
|
|
5461
|
-
function
|
|
5426
|
+
function C(O) {
|
|
5462
5427
|
if (clearTimeout(E.current), _.current = !1, f && !Ke(y.current) || g > 0 && !Mt(w.current, "open"))
|
|
5463
5428
|
return;
|
|
5464
5429
|
const D = Mt(w.current, "open", y.current);
|
|
5465
5430
|
D ? E.current = window.setTimeout(() => {
|
|
5466
|
-
x.current || n(!0,
|
|
5467
|
-
}, D) : n(!0,
|
|
5431
|
+
x.current || n(!0, O, "hover");
|
|
5432
|
+
}, D) : n(!0, O, "hover");
|
|
5468
5433
|
}
|
|
5469
|
-
function k(
|
|
5470
|
-
if (
|
|
5434
|
+
function k(O) {
|
|
5435
|
+
if (T()) return;
|
|
5471
5436
|
U.current();
|
|
5472
5437
|
const D = Re(i.floating);
|
|
5473
|
-
if (clearTimeout(
|
|
5474
|
-
r || clearTimeout(E.current), R.current = m.current($(
|
|
5438
|
+
if (clearTimeout(z.current), m.current && o.current.floatingContext) {
|
|
5439
|
+
r || clearTimeout(E.current), R.current = m.current($(L({}, o.current.floatingContext), {
|
|
5475
5440
|
tree: d,
|
|
5476
|
-
x:
|
|
5477
|
-
y:
|
|
5441
|
+
x: O.clientX,
|
|
5442
|
+
y: O.clientY,
|
|
5478
5443
|
onClose() {
|
|
5479
|
-
|
|
5444
|
+
A(), V(), q(O, !0, "safe-polygon");
|
|
5480
5445
|
}
|
|
5481
5446
|
}));
|
|
5482
|
-
const
|
|
5483
|
-
D.addEventListener("mousemove",
|
|
5484
|
-
D.removeEventListener("mousemove",
|
|
5447
|
+
const Le = R.current;
|
|
5448
|
+
D.addEventListener("mousemove", Le), U.current = () => {
|
|
5449
|
+
D.removeEventListener("mousemove", Le);
|
|
5485
5450
|
};
|
|
5486
5451
|
return;
|
|
5487
5452
|
}
|
|
5488
|
-
(y.current === "touch" ? !De(i.floating,
|
|
5453
|
+
(y.current === "touch" ? !De(i.floating, O.relatedTarget) : !0) && q(O);
|
|
5489
5454
|
}
|
|
5490
|
-
function M(
|
|
5491
|
-
|
|
5455
|
+
function M(O) {
|
|
5456
|
+
T() || o.current.floatingContext && (m.current == null || m.current($(L({}, o.current.floatingContext), {
|
|
5492
5457
|
tree: d,
|
|
5493
|
-
x:
|
|
5494
|
-
y:
|
|
5458
|
+
x: O.clientX,
|
|
5459
|
+
y: O.clientY,
|
|
5495
5460
|
onClose() {
|
|
5496
|
-
|
|
5461
|
+
A(), V(), q(O);
|
|
5497
5462
|
}
|
|
5498
|
-
}))(
|
|
5463
|
+
}))(O));
|
|
5499
5464
|
}
|
|
5500
5465
|
if (X(i.domReference)) {
|
|
5501
5466
|
var j;
|
|
5502
|
-
const
|
|
5503
|
-
return r &&
|
|
5467
|
+
const O = i.domReference;
|
|
5468
|
+
return r && O.addEventListener("mouseleave", M), (j = i.floating) == null || j.addEventListener("mouseleave", M), v && O.addEventListener("mousemove", C, {
|
|
5504
5469
|
once: !0
|
|
5505
|
-
}),
|
|
5470
|
+
}), O.addEventListener("mouseenter", C), O.addEventListener("mouseleave", k), () => {
|
|
5506
5471
|
var D;
|
|
5507
|
-
r &&
|
|
5472
|
+
r && O.removeEventListener("mouseleave", M), (D = i.floating) == null || D.removeEventListener("mouseleave", M), v && O.removeEventListener("mousemove", C), O.removeEventListener("mouseenter", C), O.removeEventListener("mouseleave", k);
|
|
5508
5473
|
};
|
|
5509
5474
|
}
|
|
5510
|
-
}, [i, l, e, f, g, v, q, V,
|
|
5511
|
-
var
|
|
5512
|
-
if (l && r && (
|
|
5475
|
+
}, [i, l, e, f, g, v, q, V, A, n, r, x, d, w, m, o]), ue(() => {
|
|
5476
|
+
var T;
|
|
5477
|
+
if (l && r && (T = m.current) != null && T.__options.blockPointerEvents && Z()) {
|
|
5513
5478
|
const k = Re(i.floating).body;
|
|
5514
5479
|
k.setAttribute(Dr, ""), k.style.pointerEvents = "none", N.current = !0;
|
|
5515
5480
|
const M = i.floating;
|
|
5516
5481
|
if (X(i.domReference) && M) {
|
|
5517
|
-
var
|
|
5518
|
-
const j = i.domReference,
|
|
5519
|
-
return
|
|
5482
|
+
var C;
|
|
5483
|
+
const j = i.domReference, O = d == null || (C = d.nodesRef.current.find((D) => D.id === h)) == null || (C = C.context) == null ? void 0 : C.elements.floating;
|
|
5484
|
+
return O && (O.style.pointerEvents = ""), j.style.pointerEvents = "auto", M.style.pointerEvents = "auto", () => {
|
|
5520
5485
|
j.style.pointerEvents = "", M.style.pointerEvents = "";
|
|
5521
5486
|
};
|
|
5522
5487
|
}
|
|
5523
5488
|
}
|
|
5524
5489
|
}, [l, r, h, i, d, m, Z]), ue(() => {
|
|
5525
|
-
r || (y.current = void 0, V(),
|
|
5526
|
-
}, [r, V,
|
|
5527
|
-
V(), clearTimeout(E.current), clearTimeout(
|
|
5528
|
-
}, [l, i.domReference, V,
|
|
5490
|
+
r || (y.current = void 0, V(), A());
|
|
5491
|
+
}, [r, V, A]), p.useEffect(() => () => {
|
|
5492
|
+
V(), clearTimeout(E.current), clearTimeout(z.current), A();
|
|
5493
|
+
}, [l, i.domReference, V, A]);
|
|
5529
5494
|
const Y = p.useMemo(() => {
|
|
5530
|
-
function C
|
|
5531
|
-
y.current =
|
|
5495
|
+
function T(C) {
|
|
5496
|
+
y.current = C.pointerType;
|
|
5532
5497
|
}
|
|
5533
5498
|
return {
|
|
5534
|
-
onPointerDown:
|
|
5535
|
-
onPointerEnter:
|
|
5536
|
-
onMouseMove(
|
|
5499
|
+
onPointerDown: T,
|
|
5500
|
+
onPointerEnter: T,
|
|
5501
|
+
onMouseMove(C) {
|
|
5537
5502
|
const {
|
|
5538
5503
|
nativeEvent: k
|
|
5539
|
-
} =
|
|
5504
|
+
} = C;
|
|
5540
5505
|
function M() {
|
|
5541
5506
|
!_.current && !x.current && n(!0, k, "hover");
|
|
5542
5507
|
}
|
|
5543
|
-
f && !Ke(y.current) || r || g === 0 || (clearTimeout(
|
|
5508
|
+
f && !Ke(y.current) || r || g === 0 || (clearTimeout(z.current), y.current === "touch" ? M() : z.current = window.setTimeout(M, g));
|
|
5544
5509
|
}
|
|
5545
5510
|
};
|
|
5546
|
-
}, [f, n, r, x, g]),
|
|
5511
|
+
}, [f, n, r, x, g]), H = p.useMemo(() => ({
|
|
5547
5512
|
onMouseEnter() {
|
|
5548
5513
|
clearTimeout(E.current);
|
|
5549
5514
|
},
|
|
5550
|
-
onMouseLeave(
|
|
5551
|
-
q(
|
|
5515
|
+
onMouseLeave(T) {
|
|
5516
|
+
q(T.nativeEvent, !1);
|
|
5552
5517
|
}
|
|
5553
5518
|
}), [q]);
|
|
5554
5519
|
return p.useMemo(() => l ? {
|
|
5555
5520
|
reference: Y,
|
|
5556
|
-
floating:
|
|
5557
|
-
} : {}, [l, Y,
|
|
5521
|
+
floating: H
|
|
5522
|
+
} : {}, [l, Y, H]);
|
|
5558
5523
|
}
|
|
5559
5524
|
function Pt(e, t) {
|
|
5560
5525
|
let r = e.filter((o) => {
|
|
@@ -5571,7 +5536,7 @@ function Pt(e, t) {
|
|
|
5571
5536
|
}), r = r.concat(n);
|
|
5572
5537
|
return r;
|
|
5573
5538
|
}
|
|
5574
|
-
const
|
|
5539
|
+
const Cn = () => ({
|
|
5575
5540
|
getShadowRoot: !0,
|
|
5576
5541
|
displayCheck: (
|
|
5577
5542
|
// JSDOM does not support the `tabbable` library. To solve this we can
|
|
@@ -5580,24 +5545,24 @@ const Tn = () => ({
|
|
|
5580
5545
|
typeof ResizeObserver == "function" && ResizeObserver.toString().includes("[native code]") ? "full" : "none"
|
|
5581
5546
|
)
|
|
5582
5547
|
});
|
|
5583
|
-
function
|
|
5584
|
-
const r = vn(e,
|
|
5548
|
+
function Tn(e, t) {
|
|
5549
|
+
const r = vn(e, Cn());
|
|
5585
5550
|
t === "prev" && r.reverse();
|
|
5586
5551
|
const n = r.indexOf(jt(Re(e)));
|
|
5587
5552
|
return r.slice(n + 1)[0];
|
|
5588
5553
|
}
|
|
5589
5554
|
function la() {
|
|
5590
|
-
return
|
|
5555
|
+
return Tn(document.body, "next");
|
|
5591
5556
|
}
|
|
5592
5557
|
function sa() {
|
|
5593
|
-
return
|
|
5558
|
+
return Tn(document.body, "prev");
|
|
5594
5559
|
}
|
|
5595
5560
|
function _t(e, t) {
|
|
5596
5561
|
const r = t || e.currentTarget, n = e.relatedTarget;
|
|
5597
5562
|
return !n || !De(r, n);
|
|
5598
5563
|
}
|
|
5599
5564
|
function ca(e) {
|
|
5600
|
-
vn(e,
|
|
5565
|
+
vn(e, Cn()).forEach((r) => {
|
|
5601
5566
|
r.dataset.tabindex = r.getAttribute("tabindex") || "", r.setAttribute("tabindex", "-1");
|
|
5602
5567
|
});
|
|
5603
5568
|
}
|
|
@@ -5639,7 +5604,7 @@ const Ir = /* @__PURE__ */ p.forwardRef(function(t, r) {
|
|
|
5639
5604
|
style: kn
|
|
5640
5605
|
};
|
|
5641
5606
|
return /* @__PURE__ */ p.createElement("span", Vt({}, t, a));
|
|
5642
|
-
}),
|
|
5607
|
+
}), Ln = /* @__PURE__ */ p.createContext(null), jr = /* @__PURE__ */ tt("portal");
|
|
5643
5608
|
function fa(e) {
|
|
5644
5609
|
e === void 0 && (e = {});
|
|
5645
5610
|
const {
|
|
@@ -5691,7 +5656,7 @@ function Ba(e) {
|
|
|
5691
5656
|
return a.addEventListener("focusin", d, !0), a.addEventListener("focusout", d, !0), () => {
|
|
5692
5657
|
a.removeEventListener("focusin", d, !0), a.removeEventListener("focusout", d, !0);
|
|
5693
5658
|
};
|
|
5694
|
-
}, [a, o, i == null ? void 0 : i.modal]), /* @__PURE__ */ p.createElement(
|
|
5659
|
+
}, [a, o, i == null ? void 0 : i.modal]), /* @__PURE__ */ p.createElement(Ln.Provider, {
|
|
5695
5660
|
value: p.useMemo(() => ({
|
|
5696
5661
|
preserveTabOrder: o,
|
|
5697
5662
|
beforeOutsideRef: c,
|
|
@@ -5730,7 +5695,7 @@ function Ba(e) {
|
|
|
5730
5695
|
}
|
|
5731
5696
|
}));
|
|
5732
5697
|
}
|
|
5733
|
-
const ga = () => p.useContext(
|
|
5698
|
+
const ga = () => p.useContext(Ln);
|
|
5734
5699
|
function Nr(e) {
|
|
5735
5700
|
return ie(e.target) && e.target.tagName === "BUTTON";
|
|
5736
5701
|
}
|
|
@@ -5813,65 +5778,65 @@ function ja(e, t) {
|
|
|
5813
5778
|
capture: h
|
|
5814
5779
|
} = t, m = rr(), w = we(typeof c == "function" ? c : () => !1), x = typeof c == "function" ? w : c, y = p.useRef(!1), E = p.useRef(!1), {
|
|
5815
5780
|
escapeKey: R,
|
|
5816
|
-
outsidePress:
|
|
5781
|
+
outsidePress: z
|
|
5817
5782
|
} = Vr(d), {
|
|
5818
5783
|
escapeKey: _,
|
|
5819
5784
|
outsidePress: N
|
|
5820
|
-
} = Vr(h), U = we((
|
|
5821
|
-
var
|
|
5822
|
-
if (!r || !i || !l ||
|
|
5785
|
+
} = Vr(h), U = we((H) => {
|
|
5786
|
+
var T;
|
|
5787
|
+
if (!r || !i || !l || H.key !== "Escape")
|
|
5823
5788
|
return;
|
|
5824
|
-
const
|
|
5825
|
-
if (!R && (
|
|
5789
|
+
const C = (T = a.current.floatingContext) == null ? void 0 : T.nodeId, k = m ? Pt(m.nodesRef.current, C) : [];
|
|
5790
|
+
if (!R && (H.stopPropagation(), k.length > 0)) {
|
|
5826
5791
|
let M = !0;
|
|
5827
5792
|
if (k.forEach((j) => {
|
|
5828
|
-
var
|
|
5829
|
-
if ((
|
|
5793
|
+
var O;
|
|
5794
|
+
if ((O = j.context) != null && O.open && !j.context.dataRef.current.__escapeKeyBubbles) {
|
|
5830
5795
|
M = !1;
|
|
5831
5796
|
return;
|
|
5832
5797
|
}
|
|
5833
5798
|
}), !M)
|
|
5834
5799
|
return;
|
|
5835
5800
|
}
|
|
5836
|
-
n(!1, Xo(
|
|
5837
|
-
}), Z = we((
|
|
5838
|
-
var
|
|
5839
|
-
const
|
|
5801
|
+
n(!1, Xo(H) ? H.nativeEvent : H, "escape-key");
|
|
5802
|
+
}), Z = we((H) => {
|
|
5803
|
+
var T;
|
|
5804
|
+
const C = () => {
|
|
5840
5805
|
var k;
|
|
5841
|
-
U(
|
|
5806
|
+
U(H), (k = He(H)) == null || k.removeEventListener("keydown", C);
|
|
5842
5807
|
};
|
|
5843
|
-
(
|
|
5844
|
-
}), q = we((
|
|
5845
|
-
var
|
|
5846
|
-
const
|
|
5808
|
+
(T = He(H)) == null || T.addEventListener("keydown", C);
|
|
5809
|
+
}), q = we((H) => {
|
|
5810
|
+
var T;
|
|
5811
|
+
const C = y.current;
|
|
5847
5812
|
y.current = !1;
|
|
5848
5813
|
const k = E.current;
|
|
5849
|
-
if (E.current = !1, u === "click" && k ||
|
|
5814
|
+
if (E.current = !1, u === "click" && k || C || typeof x == "function" && !x(H))
|
|
5850
5815
|
return;
|
|
5851
|
-
const M =
|
|
5816
|
+
const M = He(H), j = "[" + tt("inert") + "]", O = Re(o.floating).querySelectorAll(j);
|
|
5852
5817
|
let D = X(M) ? M : null;
|
|
5853
|
-
for (; D && !
|
|
5818
|
+
for (; D && !Ce(D); ) {
|
|
5854
5819
|
const re = pe(D);
|
|
5855
|
-
if (
|
|
5820
|
+
if (Ce(re) || !X(re))
|
|
5856
5821
|
break;
|
|
5857
5822
|
D = re;
|
|
5858
5823
|
}
|
|
5859
|
-
if (
|
|
5824
|
+
if (O.length && X(M) && !Jo(M) && // Clicked on a direct ancestor (e.g. FloatingOverlay).
|
|
5860
5825
|
!De(M, o.floating) && // If the target root element contains none of the markers, then the
|
|
5861
5826
|
// element was injected after the floating element rendered.
|
|
5862
|
-
Array.from(
|
|
5827
|
+
Array.from(O).every((re) => !De(D, re)))
|
|
5863
5828
|
return;
|
|
5864
5829
|
if (ie(M) && Y) {
|
|
5865
5830
|
const re = M.clientWidth > 0 && M.scrollWidth > M.clientWidth, le = M.clientHeight > 0 && M.scrollHeight > M.clientHeight;
|
|
5866
|
-
let de = le &&
|
|
5867
|
-
if (le && ce(M).direction === "rtl" && (de =
|
|
5831
|
+
let de = le && H.offsetX > M.clientWidth;
|
|
5832
|
+
if (le && ce(M).direction === "rtl" && (de = H.offsetX <= M.offsetWidth - M.clientWidth), de || re && H.offsetY > M.clientHeight)
|
|
5868
5833
|
return;
|
|
5869
5834
|
}
|
|
5870
|
-
const be = (
|
|
5835
|
+
const be = (T = a.current.floatingContext) == null ? void 0 : T.nodeId, Le = m && Pt(m.nodesRef.current, be).some((re) => {
|
|
5871
5836
|
var le;
|
|
5872
|
-
return kt(
|
|
5837
|
+
return kt(H, (le = re.context) == null ? void 0 : le.elements.floating);
|
|
5873
5838
|
});
|
|
5874
|
-
if (kt(
|
|
5839
|
+
if (kt(H, o.floating) || kt(H, o.domReference) || Le)
|
|
5875
5840
|
return;
|
|
5876
5841
|
const rt = m ? Pt(m.nodesRef.current, be) : [];
|
|
5877
5842
|
if (rt.length > 0) {
|
|
@@ -5885,44 +5850,44 @@ function ja(e, t) {
|
|
|
5885
5850
|
}), !re)
|
|
5886
5851
|
return;
|
|
5887
5852
|
}
|
|
5888
|
-
n(!1,
|
|
5889
|
-
}), V = we((
|
|
5890
|
-
var
|
|
5891
|
-
const
|
|
5853
|
+
n(!1, H, "outside-press");
|
|
5854
|
+
}), V = we((H) => {
|
|
5855
|
+
var T;
|
|
5856
|
+
const C = () => {
|
|
5892
5857
|
var k;
|
|
5893
|
-
q(
|
|
5858
|
+
q(H), (k = He(H)) == null || k.removeEventListener(u, C);
|
|
5894
5859
|
};
|
|
5895
|
-
(
|
|
5860
|
+
(T = He(H)) == null || T.addEventListener(u, C);
|
|
5896
5861
|
});
|
|
5897
5862
|
p.useEffect(() => {
|
|
5898
5863
|
if (!r || !i)
|
|
5899
5864
|
return;
|
|
5900
|
-
a.current.__escapeKeyBubbles = R, a.current.__outsidePressBubbles =
|
|
5901
|
-
function
|
|
5865
|
+
a.current.__escapeKeyBubbles = R, a.current.__outsidePressBubbles = z;
|
|
5866
|
+
function H(k) {
|
|
5902
5867
|
n(!1, k, "ancestor-scroll");
|
|
5903
5868
|
}
|
|
5904
|
-
const
|
|
5905
|
-
l &&
|
|
5906
|
-
let
|
|
5907
|
-
return v && (X(o.domReference) && (
|
|
5869
|
+
const T = Re(o.floating);
|
|
5870
|
+
l && T.addEventListener("keydown", _ ? Z : U, _), x && T.addEventListener(u, N ? V : q, N);
|
|
5871
|
+
let C = [];
|
|
5872
|
+
return v && (X(o.domReference) && (C = Se(o.domReference)), X(o.floating) && (C = C.concat(Se(o.floating))), !X(o.reference) && o.reference && o.reference.contextElement && (C = C.concat(Se(o.reference.contextElement)))), C = C.filter((k) => {
|
|
5908
5873
|
var M;
|
|
5909
|
-
return k !== ((M =
|
|
5910
|
-
}),
|
|
5911
|
-
k.addEventListener("scroll",
|
|
5874
|
+
return k !== ((M = T.defaultView) == null ? void 0 : M.visualViewport);
|
|
5875
|
+
}), C.forEach((k) => {
|
|
5876
|
+
k.addEventListener("scroll", H, {
|
|
5912
5877
|
passive: !0
|
|
5913
5878
|
});
|
|
5914
5879
|
}), () => {
|
|
5915
|
-
l &&
|
|
5916
|
-
k.removeEventListener("scroll",
|
|
5880
|
+
l && T.removeEventListener("keydown", _ ? Z : U, _), x && T.removeEventListener(u, N ? V : q, N), C.forEach((k) => {
|
|
5881
|
+
k.removeEventListener("scroll", H);
|
|
5917
5882
|
});
|
|
5918
5883
|
};
|
|
5919
|
-
}, [a, o, l, x, u, r, n, v, i, R,
|
|
5884
|
+
}, [a, o, l, x, u, r, n, v, i, R, z, U, _, Z, q, N, V]), p.useEffect(() => {
|
|
5920
5885
|
y.current = !1;
|
|
5921
5886
|
}, [x, u]);
|
|
5922
|
-
const
|
|
5887
|
+
const A = p.useMemo(() => ({
|
|
5923
5888
|
onKeyDown: U,
|
|
5924
|
-
[ha[g]]: (
|
|
5925
|
-
f && n(!1,
|
|
5889
|
+
[ha[g]]: (H) => {
|
|
5890
|
+
f && n(!1, H.nativeEvent, "reference-press");
|
|
5926
5891
|
}
|
|
5927
5892
|
}), [U, n, f, g]), Y = p.useMemo(() => ({
|
|
5928
5893
|
onKeyDown: U,
|
|
@@ -5937,9 +5902,9 @@ function ja(e, t) {
|
|
|
5937
5902
|
}
|
|
5938
5903
|
}), [U, u]);
|
|
5939
5904
|
return p.useMemo(() => i ? {
|
|
5940
|
-
reference:
|
|
5905
|
+
reference: A,
|
|
5941
5906
|
floating: Y
|
|
5942
|
-
} : {}, [i,
|
|
5907
|
+
} : {}, [i, A, Y]);
|
|
5943
5908
|
}
|
|
5944
5909
|
function pa(e) {
|
|
5945
5910
|
const {
|
|
@@ -5979,8 +5944,8 @@ function Na(e) {
|
|
|
5979
5944
|
e === void 0 && (e = {});
|
|
5980
5945
|
const {
|
|
5981
5946
|
nodeId: t
|
|
5982
|
-
} = e, r = pa($(
|
|
5983
|
-
elements:
|
|
5947
|
+
} = e, r = pa($(L({}, e), {
|
|
5948
|
+
elements: L({
|
|
5984
5949
|
reference: null,
|
|
5985
5950
|
floating: null
|
|
5986
5951
|
}, e.elements)
|
|
@@ -5988,8 +5953,8 @@ function Na(e) {
|
|
|
5988
5953
|
ue(() => {
|
|
5989
5954
|
f && (g.current = f);
|
|
5990
5955
|
}, [f]);
|
|
5991
|
-
const d = Ji($(
|
|
5992
|
-
elements:
|
|
5956
|
+
const d = Ji($(L({}, e), {
|
|
5957
|
+
elements: L(L({}, o), l && {
|
|
5993
5958
|
reference: l
|
|
5994
5959
|
})
|
|
5995
5960
|
})), h = p.useCallback((E) => {
|
|
@@ -6003,13 +5968,13 @@ function Na(e) {
|
|
|
6003
5968
|
// `null` to support `positionReference` + an unstable `reference`
|
|
6004
5969
|
// callback ref.
|
|
6005
5970
|
E !== null && !X(E)) && d.refs.setReference(E);
|
|
6006
|
-
}, [d.refs]), w = p.useMemo(() => $(
|
|
5971
|
+
}, [d.refs]), w = p.useMemo(() => $(L({}, d.refs), {
|
|
6007
5972
|
setReference: m,
|
|
6008
5973
|
setPositionReference: h,
|
|
6009
5974
|
domReference: g
|
|
6010
|
-
}), [d.refs, m, h]), x = p.useMemo(() => $(
|
|
5975
|
+
}), [d.refs, m, h]), x = p.useMemo(() => $(L({}, d.elements), {
|
|
6011
5976
|
domReference: f
|
|
6012
|
-
}), [d.elements, f]), y = p.useMemo(() => $(
|
|
5977
|
+
}), [d.elements, f]), y = p.useMemo(() => $(L(L({}, d), n), {
|
|
6013
5978
|
refs: w,
|
|
6014
5979
|
elements: x,
|
|
6015
5980
|
nodeId: t
|
|
@@ -6018,7 +5983,7 @@ function Na(e) {
|
|
|
6018
5983
|
n.dataRef.current.floatingContext = y;
|
|
6019
5984
|
const E = v == null ? void 0 : v.nodesRef.current.find((R) => R.id === t);
|
|
6020
5985
|
E && (E.context = y);
|
|
6021
|
-
}), p.useMemo(() => $(
|
|
5986
|
+
}), p.useMemo(() => $(L({}, d), {
|
|
6022
5987
|
context: y,
|
|
6023
5988
|
refs: w,
|
|
6024
5989
|
elements: x
|
|
@@ -6071,7 +6036,7 @@ function $a(e, t) {
|
|
|
6071
6036
|
},
|
|
6072
6037
|
onFocus(d) {
|
|
6073
6038
|
if (u.current) return;
|
|
6074
|
-
const h =
|
|
6039
|
+
const h = He(d.nativeEvent);
|
|
6075
6040
|
if (c && X(h))
|
|
6076
6041
|
try {
|
|
6077
6042
|
if (sn() && Yo()) throw Error();
|
|
@@ -6096,28 +6061,28 @@ function $a(e, t) {
|
|
|
6096
6061
|
reference: v
|
|
6097
6062
|
} : {}, [l, v]);
|
|
6098
6063
|
}
|
|
6099
|
-
const
|
|
6100
|
-
function
|
|
6064
|
+
const At = "active", Ht = "selected";
|
|
6065
|
+
function Ot(e, t, r) {
|
|
6101
6066
|
const n = /* @__PURE__ */ new Map(), o = r === "item";
|
|
6102
6067
|
let a = e;
|
|
6103
6068
|
if (o && e) {
|
|
6104
6069
|
const i = e, {
|
|
6105
|
-
[
|
|
6106
|
-
[
|
|
6070
|
+
[At]: l,
|
|
6071
|
+
[Ht]: c
|
|
6107
6072
|
} = i;
|
|
6108
6073
|
a = fe(i, [
|
|
6109
|
-
St(
|
|
6110
|
-
St(
|
|
6074
|
+
St(At),
|
|
6075
|
+
St(Ht)
|
|
6111
6076
|
]);
|
|
6112
6077
|
}
|
|
6113
|
-
return
|
|
6078
|
+
return L(L(L({}, r === "floating" && {
|
|
6114
6079
|
tabIndex: -1
|
|
6115
6080
|
}), a), t.map((l) => {
|
|
6116
6081
|
const c = l ? l[r] : null;
|
|
6117
6082
|
return typeof c == "function" ? e ? c(e) : null : c;
|
|
6118
6083
|
}).concat(e).reduce((l, c) => (c && Object.entries(c).forEach((u) => {
|
|
6119
6084
|
let [f, g] = u;
|
|
6120
|
-
if (!(o && [
|
|
6085
|
+
if (!(o && [At, Ht].includes(f)))
|
|
6121
6086
|
if (f.indexOf("on") === 0) {
|
|
6122
6087
|
if (n.has(f) || n.set(f, []), typeof g == "function") {
|
|
6123
6088
|
var v;
|
|
@@ -6134,15 +6099,15 @@ function Wt(e, t, r) {
|
|
|
6134
6099
|
function Va(e) {
|
|
6135
6100
|
e === void 0 && (e = []);
|
|
6136
6101
|
const t = e.map((l) => l == null ? void 0 : l.reference), r = e.map((l) => l == null ? void 0 : l.floating), n = e.map((l) => l == null ? void 0 : l.item), o = p.useCallback(
|
|
6137
|
-
(l) =>
|
|
6102
|
+
(l) => Ot(l, e, "reference"),
|
|
6138
6103
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
6139
6104
|
t
|
|
6140
6105
|
), a = p.useCallback(
|
|
6141
|
-
(l) =>
|
|
6106
|
+
(l) => Ot(l, e, "floating"),
|
|
6142
6107
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
6143
6108
|
r
|
|
6144
6109
|
), i = p.useCallback(
|
|
6145
|
-
(l) =>
|
|
6110
|
+
(l) => Ot(l, e, "item"),
|
|
6146
6111
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
6147
6112
|
n
|
|
6148
6113
|
);
|
|
@@ -6164,7 +6129,7 @@ function Ga(e, t) {
|
|
|
6164
6129
|
role: i = "dialog"
|
|
6165
6130
|
} = t, l = (r = va.get(i)) != null ? r : i, c = er(), f = tr() != null, g = p.useMemo(() => l === "tooltip" || i === "label" ? {
|
|
6166
6131
|
["aria-" + (i === "label" ? "labelledby" : "describedby")]: n ? o : void 0
|
|
6167
|
-
} :
|
|
6132
|
+
} : L(L(L(L(L({
|
|
6168
6133
|
"aria-expanded": n ? "true" : "false",
|
|
6169
6134
|
"aria-haspopup": l === "alertdialog" ? "dialog" : l,
|
|
6170
6135
|
"aria-controls": n ? o : void 0
|
|
@@ -6179,12 +6144,12 @@ function Ga(e, t) {
|
|
|
6179
6144
|
}), i === "combobox" && {
|
|
6180
6145
|
"aria-autocomplete": "list"
|
|
6181
6146
|
}), [l, o, f, n, c, i]), v = p.useMemo(() => {
|
|
6182
|
-
const h =
|
|
6147
|
+
const h = L({
|
|
6183
6148
|
id: o
|
|
6184
6149
|
}, l && {
|
|
6185
6150
|
role: l
|
|
6186
6151
|
});
|
|
6187
|
-
return l === "tooltip" || i === "label" ? h :
|
|
6152
|
+
return l === "tooltip" || i === "label" ? h : L(L({}, h), l === "menu" && {
|
|
6188
6153
|
"aria-labelledby": c
|
|
6189
6154
|
});
|
|
6190
6155
|
}, [l, o, c, i]), d = p.useCallback((h) => {
|
|
@@ -6192,18 +6157,18 @@ function Ga(e, t) {
|
|
|
6192
6157
|
active: m,
|
|
6193
6158
|
selected: w
|
|
6194
6159
|
} = h;
|
|
6195
|
-
const x =
|
|
6160
|
+
const x = L({
|
|
6196
6161
|
role: "option"
|
|
6197
6162
|
}, m && {
|
|
6198
6163
|
id: o + "-option"
|
|
6199
6164
|
});
|
|
6200
6165
|
switch (i) {
|
|
6201
6166
|
case "select":
|
|
6202
|
-
return $(
|
|
6167
|
+
return $(L({}, x), {
|
|
6203
6168
|
"aria-selected": m && w
|
|
6204
6169
|
});
|
|
6205
6170
|
case "combobox":
|
|
6206
|
-
return
|
|
6171
|
+
return L(L({}, x), m && {
|
|
6207
6172
|
"aria-selected": !0
|
|
6208
6173
|
});
|
|
6209
6174
|
}
|
|
@@ -6256,7 +6221,7 @@ const ba = {
|
|
|
6256
6221
|
maxWidth: i ? `${i}` : void 0
|
|
6257
6222
|
}, w = /* @__PURE__ */ P.jsxs(
|
|
6258
6223
|
"div",
|
|
6259
|
-
$(
|
|
6224
|
+
$(L({
|
|
6260
6225
|
ref: t,
|
|
6261
6226
|
className: ct("modal-animated", r ? "show" : "hide", c)
|
|
6262
6227
|
}, v), {
|
|
@@ -6388,7 +6353,7 @@ const Ur = ({ children: e, size: t = "small" }) => /* @__PURE__ */ P.jsx(
|
|
|
6388
6353
|
return /* @__PURE__ */ P.jsxs("div", { className: me("ds-flex ds-flex-col ds-gap-1", r), children: [
|
|
6389
6354
|
/* @__PURE__ */ P.jsxs(
|
|
6390
6355
|
"button",
|
|
6391
|
-
$(
|
|
6356
|
+
$(L({
|
|
6392
6357
|
"data-tracking-id": l,
|
|
6393
6358
|
ref: v,
|
|
6394
6359
|
disabled: t,
|
|
@@ -6422,7 +6387,7 @@ const Ur = ({ children: e, size: t = "small" }) => /* @__PURE__ */ P.jsx(
|
|
|
6422
6387
|
}
|
|
6423
6388
|
);
|
|
6424
6389
|
Ut.displayName = "Button";
|
|
6425
|
-
const
|
|
6390
|
+
const Ca = qt(
|
|
6426
6391
|
(e, t) => {
|
|
6427
6392
|
const E = e, {
|
|
6428
6393
|
value: r,
|
|
@@ -6451,18 +6416,18 @@ const Ta = qt(
|
|
|
6451
6416
|
Je(() => {
|
|
6452
6417
|
r && r.length ? h(r) : h([]);
|
|
6453
6418
|
}, [r]);
|
|
6454
|
-
const x = (R,
|
|
6455
|
-
|
|
6419
|
+
const x = (R, z) => {
|
|
6420
|
+
z.currentTarget.blur();
|
|
6456
6421
|
const _ = [...d], N = _.findIndex((U) => U.value === R.value);
|
|
6457
6422
|
N !== -1 ? _.length > 1 ? (_.splice(N, 1), w("")) : w(u) : (_.push(R), w("")), h(_), o(_);
|
|
6458
|
-
}, y = (R,
|
|
6459
|
-
|
|
6423
|
+
}, y = (R, z) => {
|
|
6424
|
+
z.currentTarget.blur();
|
|
6460
6425
|
const _ = [R];
|
|
6461
6426
|
h(_), o(_);
|
|
6462
6427
|
};
|
|
6463
6428
|
return /* @__PURE__ */ P.jsxs(
|
|
6464
6429
|
"div",
|
|
6465
|
-
$(
|
|
6430
|
+
$(L({
|
|
6466
6431
|
ref: t
|
|
6467
6432
|
}, v), {
|
|
6468
6433
|
children: [
|
|
@@ -6470,7 +6435,7 @@ const Ta = qt(
|
|
|
6470
6435
|
"div",
|
|
6471
6436
|
{
|
|
6472
6437
|
className: me("ds-flex ds-flex-wrap ds-items-center ds-gap-2", f),
|
|
6473
|
-
children: n.length > 0 ? n.map((R,
|
|
6438
|
+
children: n.length > 0 ? n.map((R, z) => R.type === "separator" ? /* @__PURE__ */ P.jsx(Fe.Fragment, { children: R.component ? R.component : /* @__PURE__ */ P.jsx("div", { className: "ds-h-full ds-min-h-[30px] ds-w-[1px] ds-bg-Fills-terciary" }) }, `separator-${z}`) : /* @__PURE__ */ P.jsx(Fe.Fragment, { children: a ? /* @__PURE__ */ P.jsx(
|
|
6474
6439
|
Ut,
|
|
6475
6440
|
{
|
|
6476
6441
|
selected: d.some((_) => _.value === R.value),
|
|
@@ -6503,10 +6468,10 @@ const Ta = qt(
|
|
|
6503
6468
|
);
|
|
6504
6469
|
}
|
|
6505
6470
|
);
|
|
6506
|
-
|
|
6471
|
+
Ca.displayName = "ButtonsGroupSelector";
|
|
6507
6472
|
export {
|
|
6508
6473
|
xa as A,
|
|
6509
|
-
|
|
6474
|
+
Cr as B,
|
|
6510
6475
|
Ma as C,
|
|
6511
6476
|
Ut as D,
|
|
6512
6477
|
Ba as F,
|
|
@@ -6517,22 +6482,22 @@ export {
|
|
|
6517
6482
|
ja as e,
|
|
6518
6483
|
Ga as f,
|
|
6519
6484
|
Va as g,
|
|
6520
|
-
|
|
6521
|
-
|
|
6485
|
+
Aa as h,
|
|
6486
|
+
Wa as i,
|
|
6522
6487
|
P as j,
|
|
6523
6488
|
Pa as k,
|
|
6524
6489
|
Vo as l,
|
|
6525
6490
|
Ua as m,
|
|
6526
6491
|
Ra as n,
|
|
6527
|
-
|
|
6492
|
+
Ha as o,
|
|
6528
6493
|
ya as p,
|
|
6529
|
-
|
|
6494
|
+
za as q,
|
|
6530
6495
|
Fa as r,
|
|
6531
|
-
|
|
6496
|
+
Oa as s,
|
|
6532
6497
|
ct as t,
|
|
6533
6498
|
Na as u,
|
|
6534
6499
|
Ia as v,
|
|
6535
|
-
|
|
6500
|
+
Ca as w,
|
|
6536
6501
|
_a as x,
|
|
6537
6502
|
wa as y,
|
|
6538
6503
|
Gr as z
|