@redhq/ui 1.6.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +433 -433
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as $, jsxs as cr } from "react/jsx-runtime";
|
|
2
2
|
import ie, { createContext as ye, useContext as de, useState as be, useCallback as cn, useRef as oe, useLayoutEffect as yt, useMemo as un, forwardRef as ur, useEffect as mt } from "react";
|
|
3
3
|
function fn(e) {
|
|
4
4
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
5
5
|
}
|
|
6
|
-
var
|
|
6
|
+
var Ge = { exports: {} }, je = { exports: {} }, ee = {};
|
|
7
7
|
var jt;
|
|
8
8
|
function pn() {
|
|
9
9
|
if (jt) return ee;
|
|
@@ -39,12 +39,12 @@ function pn() {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
function
|
|
42
|
+
function E(y) {
|
|
43
43
|
return v(y) === d;
|
|
44
44
|
}
|
|
45
45
|
return ee.AsyncMode = a, ee.ConcurrentMode = d, ee.ContextConsumer = l, ee.ContextProvider = o, ee.Element = r, ee.ForwardRef = p, ee.Fragment = n, ee.Lazy = g, ee.Memo = f, ee.Portal = t, ee.Profiler = s, ee.StrictMode = i, ee.Suspense = c, ee.isAsyncMode = function(y) {
|
|
46
|
-
return
|
|
47
|
-
}, ee.isConcurrentMode =
|
|
46
|
+
return E(y) || v(y) === a;
|
|
47
|
+
}, ee.isConcurrentMode = E, ee.isContextConsumer = function(y) {
|
|
48
48
|
return v(y) === l;
|
|
49
49
|
}, ee.isContextProvider = function(y) {
|
|
50
50
|
return v(y) === o;
|
|
@@ -79,29 +79,29 @@ function mn() {
|
|
|
79
79
|
return typeof z == "string" || typeof z == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
80
80
|
z === n || z === d || z === s || z === i || z === c || z === T || typeof z == "object" && z !== null && (z.$$typeof === g || z.$$typeof === f || z.$$typeof === o || z.$$typeof === l || z.$$typeof === p || z.$$typeof === x || z.$$typeof === u || z.$$typeof === m || z.$$typeof === b);
|
|
81
81
|
}
|
|
82
|
-
function
|
|
82
|
+
function E(z) {
|
|
83
83
|
if (typeof z == "object" && z !== null) {
|
|
84
84
|
var ue = z.$$typeof;
|
|
85
85
|
switch (ue) {
|
|
86
86
|
case r:
|
|
87
|
-
var
|
|
88
|
-
switch (
|
|
87
|
+
var $e = z.type;
|
|
88
|
+
switch ($e) {
|
|
89
89
|
case a:
|
|
90
90
|
case d:
|
|
91
91
|
case n:
|
|
92
92
|
case s:
|
|
93
93
|
case i:
|
|
94
94
|
case c:
|
|
95
|
-
return
|
|
95
|
+
return $e;
|
|
96
96
|
default:
|
|
97
|
-
var
|
|
98
|
-
switch (
|
|
97
|
+
var Gt = $e && $e.$$typeof;
|
|
98
|
+
switch (Gt) {
|
|
99
99
|
case l:
|
|
100
100
|
case p:
|
|
101
101
|
case g:
|
|
102
102
|
case f:
|
|
103
103
|
case o:
|
|
104
|
-
return
|
|
104
|
+
return Gt;
|
|
105
105
|
default:
|
|
106
106
|
return ue;
|
|
107
107
|
}
|
|
@@ -111,47 +111,47 @@ function mn() {
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
var y = a, A = d, L = l, h = o, _ = r, O = p, k = n, R = g, F = f, V = t, Q = s,
|
|
115
|
-
function
|
|
116
|
-
return S || (S = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), C(z) ||
|
|
114
|
+
var y = a, A = d, L = l, h = o, _ = r, O = p, k = n, R = g, F = f, V = t, Q = s, w = i, M = c, S = !1;
|
|
115
|
+
function q(z) {
|
|
116
|
+
return S || (S = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), C(z) || E(z) === a;
|
|
117
117
|
}
|
|
118
118
|
function C(z) {
|
|
119
|
-
return
|
|
119
|
+
return E(z) === d;
|
|
120
120
|
}
|
|
121
121
|
function I(z) {
|
|
122
|
-
return
|
|
122
|
+
return E(z) === l;
|
|
123
123
|
}
|
|
124
124
|
function H(z) {
|
|
125
|
-
return
|
|
125
|
+
return E(z) === o;
|
|
126
126
|
}
|
|
127
|
-
function
|
|
127
|
+
function B(z) {
|
|
128
128
|
return typeof z == "object" && z !== null && z.$$typeof === r;
|
|
129
129
|
}
|
|
130
|
-
function
|
|
131
|
-
return
|
|
130
|
+
function G(z) {
|
|
131
|
+
return E(z) === p;
|
|
132
132
|
}
|
|
133
133
|
function X(z) {
|
|
134
|
-
return
|
|
134
|
+
return E(z) === n;
|
|
135
135
|
}
|
|
136
136
|
function W(z) {
|
|
137
|
-
return
|
|
137
|
+
return E(z) === g;
|
|
138
138
|
}
|
|
139
139
|
function j(z) {
|
|
140
|
-
return
|
|
140
|
+
return E(z) === f;
|
|
141
141
|
}
|
|
142
142
|
function J(z) {
|
|
143
|
-
return
|
|
143
|
+
return E(z) === t;
|
|
144
144
|
}
|
|
145
145
|
function Z(z) {
|
|
146
|
-
return
|
|
146
|
+
return E(z) === s;
|
|
147
147
|
}
|
|
148
148
|
function U(z) {
|
|
149
|
-
return
|
|
149
|
+
return E(z) === i;
|
|
150
150
|
}
|
|
151
151
|
function se(z) {
|
|
152
|
-
return
|
|
152
|
+
return E(z) === c;
|
|
153
153
|
}
|
|
154
|
-
te.AsyncMode = y, te.ConcurrentMode = A, te.ContextConsumer = L, te.ContextProvider = h, te.Element = _, te.ForwardRef = O, te.Fragment = k, te.Lazy = R, te.Memo = F, te.Portal = V, te.Profiler = Q, te.StrictMode =
|
|
154
|
+
te.AsyncMode = y, te.ConcurrentMode = A, te.ContextConsumer = L, te.ContextProvider = h, te.Element = _, te.ForwardRef = O, te.Fragment = k, te.Lazy = R, te.Memo = F, te.Portal = V, te.Profiler = Q, te.StrictMode = w, te.Suspense = M, te.isAsyncMode = q, te.isConcurrentMode = C, te.isContextConsumer = I, te.isContextProvider = H, te.isElement = B, te.isForwardRef = G, te.isFragment = X, te.isLazy = W, te.isMemo = j, te.isPortal = J, te.isProfiler = Z, te.isStrictMode = U, te.isSuspense = se, te.isValidElementType = v, te.typeOf = E;
|
|
155
155
|
})()), te;
|
|
156
156
|
}
|
|
157
157
|
var Vt;
|
|
@@ -299,7 +299,7 @@ function vn() {
|
|
|
299
299
|
symbol: u("symbol"),
|
|
300
300
|
any: m(),
|
|
301
301
|
arrayOf: v,
|
|
302
|
-
element:
|
|
302
|
+
element: E(),
|
|
303
303
|
elementType: y(),
|
|
304
304
|
instanceOf: A,
|
|
305
305
|
node: O(),
|
|
@@ -319,7 +319,7 @@ function vn() {
|
|
|
319
319
|
function x(C) {
|
|
320
320
|
if (process.env.NODE_ENV !== "production")
|
|
321
321
|
var I = {}, H = 0;
|
|
322
|
-
function
|
|
322
|
+
function B(X, W, j, J, Z, U, se) {
|
|
323
323
|
if (J = J || T, U = U || j, se !== t) {
|
|
324
324
|
if (a) {
|
|
325
325
|
var z = new Error(
|
|
@@ -336,16 +336,16 @@ function vn() {
|
|
|
336
336
|
}
|
|
337
337
|
return W[j] == null ? X ? W[j] === null ? new b("The " + Z + " `" + U + "` is marked as required " + ("in `" + J + "`, but its value is `null`.")) : new b("The " + Z + " `" + U + "` is marked as required in " + ("`" + J + "`, but its value is `undefined`.")) : null : C(W, j, J, Z, U);
|
|
338
338
|
}
|
|
339
|
-
var
|
|
340
|
-
return
|
|
339
|
+
var G = B.bind(null, !1);
|
|
340
|
+
return G.isRequired = B.bind(null, !0), G;
|
|
341
341
|
}
|
|
342
342
|
function u(C) {
|
|
343
|
-
function I(H,
|
|
344
|
-
var J = H[
|
|
343
|
+
function I(H, B, G, X, W, j) {
|
|
344
|
+
var J = H[B], Z = w(J);
|
|
345
345
|
if (Z !== C) {
|
|
346
346
|
var U = M(J);
|
|
347
347
|
return new b(
|
|
348
|
-
"Invalid " + X + " `" + W + "` of type " + ("`" + U + "` supplied to `" +
|
|
348
|
+
"Invalid " + X + " `" + W + "` of type " + ("`" + U + "` supplied to `" + G + "`, expected ") + ("`" + C + "`."),
|
|
349
349
|
{ expectedType: C }
|
|
350
350
|
);
|
|
351
351
|
}
|
|
@@ -357,16 +357,16 @@ function vn() {
|
|
|
357
357
|
return x(o);
|
|
358
358
|
}
|
|
359
359
|
function v(C) {
|
|
360
|
-
function I(H,
|
|
360
|
+
function I(H, B, G, X, W) {
|
|
361
361
|
if (typeof C != "function")
|
|
362
|
-
return new b("Property `" + W + "` of component `" +
|
|
363
|
-
var j = H[
|
|
362
|
+
return new b("Property `" + W + "` of component `" + G + "` has invalid PropType notation inside arrayOf.");
|
|
363
|
+
var j = H[B];
|
|
364
364
|
if (!Array.isArray(j)) {
|
|
365
|
-
var J =
|
|
366
|
-
return new b("Invalid " + X + " `" + W + "` of type " + ("`" + J + "` supplied to `" +
|
|
365
|
+
var J = w(j);
|
|
366
|
+
return new b("Invalid " + X + " `" + W + "` of type " + ("`" + J + "` supplied to `" + G + "`, expected an array."));
|
|
367
367
|
}
|
|
368
368
|
for (var Z = 0; Z < j.length; Z++) {
|
|
369
|
-
var U = C(j, Z,
|
|
369
|
+
var U = C(j, Z, G, X, W + "[" + Z + "]", t);
|
|
370
370
|
if (U instanceof Error)
|
|
371
371
|
return U;
|
|
372
372
|
}
|
|
@@ -374,33 +374,33 @@ function vn() {
|
|
|
374
374
|
}
|
|
375
375
|
return x(I);
|
|
376
376
|
}
|
|
377
|
-
function
|
|
378
|
-
function C(I, H,
|
|
377
|
+
function E() {
|
|
378
|
+
function C(I, H, B, G, X) {
|
|
379
379
|
var W = I[H];
|
|
380
380
|
if (!l(W)) {
|
|
381
|
-
var j =
|
|
382
|
-
return new b("Invalid " +
|
|
381
|
+
var j = w(W);
|
|
382
|
+
return new b("Invalid " + G + " `" + X + "` of type " + ("`" + j + "` supplied to `" + B + "`, expected a single ReactElement."));
|
|
383
383
|
}
|
|
384
384
|
return null;
|
|
385
385
|
}
|
|
386
386
|
return x(C);
|
|
387
387
|
}
|
|
388
388
|
function y() {
|
|
389
|
-
function C(I, H,
|
|
389
|
+
function C(I, H, B, G, X) {
|
|
390
390
|
var W = I[H];
|
|
391
391
|
if (!e.isValidElementType(W)) {
|
|
392
|
-
var j =
|
|
393
|
-
return new b("Invalid " +
|
|
392
|
+
var j = w(W);
|
|
393
|
+
return new b("Invalid " + G + " `" + X + "` of type " + ("`" + j + "` supplied to `" + B + "`, expected a single ReactElement type."));
|
|
394
394
|
}
|
|
395
395
|
return null;
|
|
396
396
|
}
|
|
397
397
|
return x(C);
|
|
398
398
|
}
|
|
399
399
|
function A(C) {
|
|
400
|
-
function I(H,
|
|
401
|
-
if (!(H[
|
|
402
|
-
var j = C.name || T, J =
|
|
403
|
-
return new b("Invalid " + X + " `" + W + "` of type " + ("`" + J + "` supplied to `" +
|
|
400
|
+
function I(H, B, G, X, W) {
|
|
401
|
+
if (!(H[B] instanceof C)) {
|
|
402
|
+
var j = C.name || T, J = q(H[B]);
|
|
403
|
+
return new b("Invalid " + X + " `" + W + "` of type " + ("`" + J + "` supplied to `" + G + "`, expected ") + ("instance of `" + j + "`."));
|
|
404
404
|
}
|
|
405
405
|
return null;
|
|
406
406
|
}
|
|
@@ -411,28 +411,28 @@ function vn() {
|
|
|
411
411
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? s(
|
|
412
412
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
413
413
|
) : s("Invalid argument supplied to oneOf, expected an array.")), o;
|
|
414
|
-
function I(H,
|
|
415
|
-
for (var j = H[
|
|
414
|
+
function I(H, B, G, X, W) {
|
|
415
|
+
for (var j = H[B], J = 0; J < C.length; J++)
|
|
416
416
|
if (g(j, C[J]))
|
|
417
417
|
return null;
|
|
418
418
|
var Z = JSON.stringify(C, function(se, z) {
|
|
419
419
|
var ue = M(z);
|
|
420
420
|
return ue === "symbol" ? String(z) : z;
|
|
421
421
|
});
|
|
422
|
-
return new b("Invalid " + X + " `" + W + "` of value `" + String(j) + "` " + ("supplied to `" +
|
|
422
|
+
return new b("Invalid " + X + " `" + W + "` of value `" + String(j) + "` " + ("supplied to `" + G + "`, expected one of " + Z + "."));
|
|
423
423
|
}
|
|
424
424
|
return x(I);
|
|
425
425
|
}
|
|
426
426
|
function h(C) {
|
|
427
|
-
function I(H,
|
|
427
|
+
function I(H, B, G, X, W) {
|
|
428
428
|
if (typeof C != "function")
|
|
429
|
-
return new b("Property `" + W + "` of component `" +
|
|
430
|
-
var j = H[
|
|
429
|
+
return new b("Property `" + W + "` of component `" + G + "` has invalid PropType notation inside objectOf.");
|
|
430
|
+
var j = H[B], J = w(j);
|
|
431
431
|
if (J !== "object")
|
|
432
|
-
return new b("Invalid " + X + " `" + W + "` of type " + ("`" + J + "` supplied to `" +
|
|
432
|
+
return new b("Invalid " + X + " `" + W + "` of type " + ("`" + J + "` supplied to `" + G + "`, expected an object."));
|
|
433
433
|
for (var Z in j)
|
|
434
434
|
if (n(j, Z)) {
|
|
435
|
-
var U = C(j, Z,
|
|
435
|
+
var U = C(j, Z, G, X, W + "." + Z, t);
|
|
436
436
|
if (U instanceof Error)
|
|
437
437
|
return U;
|
|
438
438
|
}
|
|
@@ -450,9 +450,9 @@ function vn() {
|
|
|
450
450
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + S(H) + " at index " + I + "."
|
|
451
451
|
), o;
|
|
452
452
|
}
|
|
453
|
-
function
|
|
453
|
+
function B(G, X, W, j, J) {
|
|
454
454
|
for (var Z = [], U = 0; U < C.length; U++) {
|
|
455
|
-
var se = C[U], z = se(
|
|
455
|
+
var se = C[U], z = se(G, X, W, j, J, t);
|
|
456
456
|
if (z == null)
|
|
457
457
|
return null;
|
|
458
458
|
z.data && n(z.data, "expectedType") && Z.push(z.data.expectedType);
|
|
@@ -460,29 +460,29 @@ function vn() {
|
|
|
460
460
|
var ue = Z.length > 0 ? ", expected one of type [" + Z.join(", ") + "]" : "";
|
|
461
461
|
return new b("Invalid " + j + " `" + J + "` supplied to " + ("`" + W + "`" + ue + "."));
|
|
462
462
|
}
|
|
463
|
-
return x(
|
|
463
|
+
return x(B);
|
|
464
464
|
}
|
|
465
465
|
function O() {
|
|
466
|
-
function C(I, H,
|
|
467
|
-
return V(I[H]) ? null : new b("Invalid " +
|
|
466
|
+
function C(I, H, B, G, X) {
|
|
467
|
+
return V(I[H]) ? null : new b("Invalid " + G + " `" + X + "` supplied to " + ("`" + B + "`, expected a ReactNode."));
|
|
468
468
|
}
|
|
469
469
|
return x(C);
|
|
470
470
|
}
|
|
471
|
-
function k(C, I, H,
|
|
471
|
+
function k(C, I, H, B, G) {
|
|
472
472
|
return new b(
|
|
473
|
-
(C || "React class") + ": " + I + " type `" + H + "." +
|
|
473
|
+
(C || "React class") + ": " + I + " type `" + H + "." + B + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + G + "`."
|
|
474
474
|
);
|
|
475
475
|
}
|
|
476
476
|
function R(C) {
|
|
477
|
-
function I(H,
|
|
478
|
-
var j = H[
|
|
477
|
+
function I(H, B, G, X, W) {
|
|
478
|
+
var j = H[B], J = w(j);
|
|
479
479
|
if (J !== "object")
|
|
480
|
-
return new b("Invalid " + X + " `" + W + "` of type `" + J + "` " + ("supplied to `" +
|
|
480
|
+
return new b("Invalid " + X + " `" + W + "` of type `" + J + "` " + ("supplied to `" + G + "`, expected `object`."));
|
|
481
481
|
for (var Z in C) {
|
|
482
482
|
var U = C[Z];
|
|
483
483
|
if (typeof U != "function")
|
|
484
|
-
return k(
|
|
485
|
-
var se = U(j, Z,
|
|
484
|
+
return k(G, X, W, Z, M(U));
|
|
485
|
+
var se = U(j, Z, G, X, W + "." + Z, t);
|
|
486
486
|
if (se)
|
|
487
487
|
return se;
|
|
488
488
|
}
|
|
@@ -491,21 +491,21 @@ function vn() {
|
|
|
491
491
|
return x(I);
|
|
492
492
|
}
|
|
493
493
|
function F(C) {
|
|
494
|
-
function I(H,
|
|
495
|
-
var j = H[
|
|
494
|
+
function I(H, B, G, X, W) {
|
|
495
|
+
var j = H[B], J = w(j);
|
|
496
496
|
if (J !== "object")
|
|
497
|
-
return new b("Invalid " + X + " `" + W + "` of type `" + J + "` " + ("supplied to `" +
|
|
498
|
-
var Z = r({}, H[
|
|
497
|
+
return new b("Invalid " + X + " `" + W + "` of type `" + J + "` " + ("supplied to `" + G + "`, expected `object`."));
|
|
498
|
+
var Z = r({}, H[B], C);
|
|
499
499
|
for (var U in Z) {
|
|
500
500
|
var se = C[U];
|
|
501
501
|
if (n(C, U) && typeof se != "function")
|
|
502
|
-
return k(
|
|
502
|
+
return k(G, X, W, U, M(se));
|
|
503
503
|
if (!se)
|
|
504
504
|
return new b(
|
|
505
|
-
"Invalid " + X + " `" + W + "` key `" + U + "` supplied to `" +
|
|
505
|
+
"Invalid " + X + " `" + W + "` key `" + U + "` supplied to `" + G + "`.\nBad object: " + JSON.stringify(H[B], null, " ") + `
|
|
506
506
|
Valid keys: ` + JSON.stringify(Object.keys(C), null, " ")
|
|
507
507
|
);
|
|
508
|
-
var z = se(j, U,
|
|
508
|
+
var z = se(j, U, G, X, W + "." + U, t);
|
|
509
509
|
if (z)
|
|
510
510
|
return z;
|
|
511
511
|
}
|
|
@@ -528,15 +528,15 @@ Valid keys: ` + JSON.stringify(Object.keys(C), null, " ")
|
|
|
528
528
|
return !0;
|
|
529
529
|
var I = c(C);
|
|
530
530
|
if (I) {
|
|
531
|
-
var H = I.call(C),
|
|
531
|
+
var H = I.call(C), B;
|
|
532
532
|
if (I !== C.entries) {
|
|
533
|
-
for (; !(
|
|
534
|
-
if (!V(
|
|
533
|
+
for (; !(B = H.next()).done; )
|
|
534
|
+
if (!V(B.value))
|
|
535
535
|
return !1;
|
|
536
536
|
} else
|
|
537
|
-
for (; !(
|
|
538
|
-
var
|
|
539
|
-
if (
|
|
537
|
+
for (; !(B = H.next()).done; ) {
|
|
538
|
+
var G = B.value;
|
|
539
|
+
if (G && !V(G[1]))
|
|
540
540
|
return !1;
|
|
541
541
|
}
|
|
542
542
|
} else
|
|
@@ -549,14 +549,14 @@ Valid keys: ` + JSON.stringify(Object.keys(C), null, " ")
|
|
|
549
549
|
function Q(C, I) {
|
|
550
550
|
return C === "symbol" ? !0 : I ? I["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && I instanceof Symbol : !1;
|
|
551
551
|
}
|
|
552
|
-
function
|
|
552
|
+
function w(C) {
|
|
553
553
|
var I = typeof C;
|
|
554
554
|
return Array.isArray(C) ? "array" : C instanceof RegExp ? "object" : Q(I, C) ? "symbol" : I;
|
|
555
555
|
}
|
|
556
556
|
function M(C) {
|
|
557
557
|
if (typeof C > "u" || C === null)
|
|
558
558
|
return "" + C;
|
|
559
|
-
var I =
|
|
559
|
+
var I = w(C);
|
|
560
560
|
if (I === "object") {
|
|
561
561
|
if (C instanceof Date)
|
|
562
562
|
return "date";
|
|
@@ -579,7 +579,7 @@ Valid keys: ` + JSON.stringify(Object.keys(C), null, " ")
|
|
|
579
579
|
return I;
|
|
580
580
|
}
|
|
581
581
|
}
|
|
582
|
-
function
|
|
582
|
+
function q(C) {
|
|
583
583
|
return !C.constructor || !C.constructor.name ? T : C.constructor.name;
|
|
584
584
|
}
|
|
585
585
|
return f.checkPropTypes = i, f.resetWarningCache = i.resetWarningCache, f.PropTypes = f, f;
|
|
@@ -635,13 +635,13 @@ function bn() {
|
|
|
635
635
|
}
|
|
636
636
|
var Jt;
|
|
637
637
|
function yn() {
|
|
638
|
-
if (Jt) return
|
|
638
|
+
if (Jt) return Ge.exports;
|
|
639
639
|
if (Jt = 1, process.env.NODE_ENV !== "production") {
|
|
640
640
|
var e = fr(), r = !0;
|
|
641
|
-
|
|
641
|
+
Ge.exports = /* @__PURE__ */ vn()(e.isElement, r);
|
|
642
642
|
} else
|
|
643
|
-
|
|
644
|
-
return
|
|
643
|
+
Ge.exports = /* @__PURE__ */ bn()();
|
|
644
|
+
return Ge.exports;
|
|
645
645
|
}
|
|
646
646
|
var xn = /* @__PURE__ */ yn();
|
|
647
647
|
const P = /* @__PURE__ */ fn(xn);
|
|
@@ -665,14 +665,14 @@ const Tn = (e, r) => {
|
|
|
665
665
|
for (let n = 0; n < r.length; n++)
|
|
666
666
|
t[e.length + n] = r[n];
|
|
667
667
|
return t;
|
|
668
|
-
},
|
|
668
|
+
}, wn = (e, r) => ({
|
|
669
669
|
classGroupId: e,
|
|
670
670
|
validator: r
|
|
671
671
|
}), gr = (e = /* @__PURE__ */ new Map(), r = null, t) => ({
|
|
672
672
|
nextPart: e,
|
|
673
673
|
validators: r,
|
|
674
674
|
classGroupId: t
|
|
675
|
-
}), Xe = "-", Zt = [],
|
|
675
|
+
}), Xe = "-", Zt = [], En = "arbitrary..", Cn = (e) => {
|
|
676
676
|
const r = Pn(e), {
|
|
677
677
|
conflictingClassGroups: t,
|
|
678
678
|
conflictingClassGroupModifiers: n
|
|
@@ -711,7 +711,7 @@ const Tn = (e, r) => {
|
|
|
711
711
|
}
|
|
712
712
|
}, Mn = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
713
713
|
const r = e.slice(1, -1), t = r.indexOf(":"), n = r.slice(0, t);
|
|
714
|
-
return n ?
|
|
714
|
+
return n ? En + n : void 0;
|
|
715
715
|
})(), Pn = (e) => {
|
|
716
716
|
const {
|
|
717
717
|
theme: r,
|
|
@@ -749,7 +749,7 @@ const Tn = (e, r) => {
|
|
|
749
749
|
St(e(n), r, t, n);
|
|
750
750
|
return;
|
|
751
751
|
}
|
|
752
|
-
r.validators === null && (r.validators = []), r.validators.push(
|
|
752
|
+
r.validators === null && (r.validators = []), r.validators.push(wn(t, e));
|
|
753
753
|
}, An = (e, r, t, n) => {
|
|
754
754
|
const i = Object.entries(e), s = i.length;
|
|
755
755
|
for (let o = 0; o < s; o++) {
|
|
@@ -855,18 +855,18 @@ const Tn = (e, r) => {
|
|
|
855
855
|
}
|
|
856
856
|
return i.length > 0 && (i.sort(), n.push(...i)), n;
|
|
857
857
|
};
|
|
858
|
-
},
|
|
858
|
+
}, qn = (e) => ({
|
|
859
859
|
cache: zn(e.cacheSize),
|
|
860
860
|
parseClassName: Nn(e),
|
|
861
861
|
sortModifiers: Dn(e),
|
|
862
862
|
...Cn(e)
|
|
863
|
-
}),
|
|
863
|
+
}), Bn = /\s+/, $n = (e, r) => {
|
|
864
864
|
const {
|
|
865
865
|
parseClassName: t,
|
|
866
866
|
getClassGroupId: n,
|
|
867
867
|
getConflictingClassGroupIds: i,
|
|
868
868
|
sortModifiers: s
|
|
869
|
-
} = r, o = [], l = e.trim().split(
|
|
869
|
+
} = r, o = [], l = e.trim().split(Bn);
|
|
870
870
|
let a = "";
|
|
871
871
|
for (let d = l.length - 1; d >= 0; d -= 1) {
|
|
872
872
|
const p = l[d], {
|
|
@@ -892,10 +892,10 @@ const Tn = (e, r) => {
|
|
|
892
892
|
}
|
|
893
893
|
x = !1;
|
|
894
894
|
}
|
|
895
|
-
const m = T.length === 0 ? "" : T.length === 1 ? T[0] : s(T).join(":"), v = f ? m + gt : m,
|
|
896
|
-
if (o.indexOf(
|
|
895
|
+
const m = T.length === 0 ? "" : T.length === 1 ? T[0] : s(T).join(":"), v = f ? m + gt : m, E = v + u;
|
|
896
|
+
if (o.indexOf(E) > -1)
|
|
897
897
|
continue;
|
|
898
|
-
o.push(
|
|
898
|
+
o.push(E);
|
|
899
899
|
const y = i(u, x);
|
|
900
900
|
for (let A = 0; A < y.length; ++A) {
|
|
901
901
|
const L = y[A];
|
|
@@ -904,7 +904,7 @@ const Tn = (e, r) => {
|
|
|
904
904
|
a = p + (a.length > 0 ? " " + a : a);
|
|
905
905
|
}
|
|
906
906
|
return a;
|
|
907
|
-
},
|
|
907
|
+
}, Gn = (...e) => {
|
|
908
908
|
let r = 0, t, n, i = "";
|
|
909
909
|
for (; r < e.length; )
|
|
910
910
|
(t = e[r++]) && (n = br(t)) && (i && (i += " "), i += n);
|
|
@@ -920,31 +920,31 @@ const Tn = (e, r) => {
|
|
|
920
920
|
let t, n, i, s;
|
|
921
921
|
const o = (a) => {
|
|
922
922
|
const d = r.reduce((p, c) => c(p), e());
|
|
923
|
-
return t =
|
|
923
|
+
return t = qn(d), n = t.cache.get, i = t.cache.set, s = l, l(a);
|
|
924
924
|
}, l = (a) => {
|
|
925
925
|
const d = n(a);
|
|
926
926
|
if (d)
|
|
927
927
|
return d;
|
|
928
|
-
const p =
|
|
928
|
+
const p = $n(a, t);
|
|
929
929
|
return i(a, p), p;
|
|
930
930
|
};
|
|
931
|
-
return s = o, (...a) => s(
|
|
931
|
+
return s = o, (...a) => s(Gn(...a));
|
|
932
932
|
}, Fn = [], ne = (e) => {
|
|
933
933
|
const r = (t) => t[e] || Fn;
|
|
934
934
|
return r.isThemeGetter = !0, r;
|
|
935
|
-
}, yr = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, xr = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Vn = /^\d+\/\d+$/, Hn = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Wn = /\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$/, Yn = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Xn = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Un = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,
|
|
935
|
+
}, yr = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, xr = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Vn = /^\d+\/\d+$/, Hn = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Wn = /\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$/, Yn = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Xn = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Un = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, Ee = (e) => Vn.test(e), Y = (e) => !!e && !Number.isNaN(Number(e)), ge = (e) => !!e && Number.isInteger(Number(e)), st = (e) => e.endsWith("%") && Y(e.slice(0, -1)), pe = (e) => Hn.test(e), Kn = () => !0, Jn = (e) => (
|
|
936
936
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
937
937
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
938
938
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
939
939
|
Wn.test(e) && !Yn.test(e)
|
|
940
|
-
), Sr = () => !1, Zn = (e) => Xn.test(e), Qn = (e) => Un.test(e), ei = (e) => !N(e) && !D(e), ti = (e) => Oe(e,
|
|
940
|
+
), Sr = () => !1, Zn = (e) => Xn.test(e), Qn = (e) => Un.test(e), ei = (e) => !N(e) && !D(e), ti = (e) => Oe(e, Er, Sr), N = (e) => yr.test(e), xe = (e) => Oe(e, Cr, Jn), at = (e) => Oe(e, ai, Y), tr = (e) => Oe(e, Tr, Sr), ri = (e) => Oe(e, wr, Qn), Fe = (e) => Oe(e, Mr, Zn), D = (e) => xr.test(e), Re = (e) => ke(e, Cr), ni = (e) => ke(e, oi), rr = (e) => ke(e, Tr), ii = (e) => ke(e, Er), si = (e) => ke(e, wr), Ve = (e) => ke(e, Mr, !0), Oe = (e, r, t) => {
|
|
941
941
|
const n = yr.exec(e);
|
|
942
942
|
return n ? n[1] ? r(n[1]) : t(n[2]) : !1;
|
|
943
943
|
}, ke = (e, r, t = !1) => {
|
|
944
944
|
const n = xr.exec(e);
|
|
945
945
|
return n ? n[1] ? r(n[1]) : t : !1;
|
|
946
|
-
}, Tr = (e) => e === "position" || e === "percentage",
|
|
947
|
-
const e = ne("color"), r = ne("font"), t = ne("text"), n = ne("font-weight"), i = ne("tracking"), s = ne("leading"), o = ne("breakpoint"), l = ne("container"), a = ne("spacing"), d = ne("radius"), p = ne("shadow"), c = ne("inset-shadow"), T = ne("text-shadow"), f = ne("drop-shadow"), g = ne("blur"), b = ne("perspective"), x = ne("aspect"), u = ne("ease"), m = ne("animate"), v = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"],
|
|
946
|
+
}, Tr = (e) => e === "position" || e === "percentage", wr = (e) => e === "image" || e === "url", Er = (e) => e === "length" || e === "size" || e === "bg-size", Cr = (e) => e === "length", ai = (e) => e === "number", oi = (e) => e === "family-name", Mr = (e) => e === "shadow", li = () => {
|
|
947
|
+
const e = ne("color"), r = ne("font"), t = ne("text"), n = ne("font-weight"), i = ne("tracking"), s = ne("leading"), o = ne("breakpoint"), l = ne("container"), a = ne("spacing"), d = ne("radius"), p = ne("shadow"), c = ne("inset-shadow"), T = ne("text-shadow"), f = ne("drop-shadow"), g = ne("blur"), b = ne("perspective"), x = ne("aspect"), u = ne("ease"), m = ne("animate"), v = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], E = () => [
|
|
948
948
|
"center",
|
|
949
949
|
"top",
|
|
950
950
|
"bottom",
|
|
@@ -962,15 +962,15 @@ const Tn = (e, r) => {
|
|
|
962
962
|
"bottom-left",
|
|
963
963
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
964
964
|
"left-bottom"
|
|
965
|
-
], y = () => [...
|
|
965
|
+
], y = () => [...E(), D, N], A = () => ["auto", "hidden", "clip", "visible", "scroll"], L = () => ["auto", "contain", "none"], h = () => [D, N, a], _ = () => [Ee, "full", "auto", ...h()], O = () => [ge, "none", "subgrid", D, N], k = () => ["auto", {
|
|
966
966
|
span: ["full", ge, D, N]
|
|
967
|
-
}, ge, D, N], R = () => [ge, "auto", D, N], F = () => ["auto", "min", "max", "fr", D, N], V = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], Q = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"],
|
|
967
|
+
}, ge, D, N], R = () => [ge, "auto", D, N], F = () => ["auto", "min", "max", "fr", D, N], V = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], Q = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], w = () => ["auto", ...h()], M = () => [Ee, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...h()], S = () => [e, D, N], q = () => [...E(), rr, tr, {
|
|
968
968
|
position: [D, N]
|
|
969
969
|
}], C = () => ["no-repeat", {
|
|
970
970
|
repeat: ["", "x", "y", "space", "round"]
|
|
971
971
|
}], I = () => ["auto", "cover", "contain", ii, ti, {
|
|
972
972
|
size: [D, N]
|
|
973
|
-
}], H = () => [st, Re, xe],
|
|
973
|
+
}], H = () => [st, Re, xe], B = () => [
|
|
974
974
|
// Deprecated since Tailwind CSS v4.0.0
|
|
975
975
|
"",
|
|
976
976
|
"none",
|
|
@@ -978,14 +978,14 @@ const Tn = (e, r) => {
|
|
|
978
978
|
d,
|
|
979
979
|
D,
|
|
980
980
|
N
|
|
981
|
-
],
|
|
981
|
+
], G = () => ["", Y, Re, xe], X = () => ["solid", "dashed", "dotted", "double"], W = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], j = () => [Y, st, rr, tr], J = () => [
|
|
982
982
|
// Deprecated since Tailwind CSS v4.0.0
|
|
983
983
|
"",
|
|
984
984
|
"none",
|
|
985
985
|
g,
|
|
986
986
|
D,
|
|
987
987
|
N
|
|
988
|
-
], Z = () => ["none", Y, D, N], U = () => ["none", Y, D, N], se = () => [Y, D, N], z = () => [
|
|
988
|
+
], Z = () => ["none", Y, D, N], U = () => ["none", Y, D, N], se = () => [Y, D, N], z = () => [Ee, "full", ...h()];
|
|
989
989
|
return {
|
|
990
990
|
cacheSize: 500,
|
|
991
991
|
theme: {
|
|
@@ -1018,7 +1018,7 @@ const Tn = (e, r) => {
|
|
|
1018
1018
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
1019
1019
|
*/
|
|
1020
1020
|
aspect: [{
|
|
1021
|
-
aspect: ["auto", "square",
|
|
1021
|
+
aspect: ["auto", "square", Ee, N, D, x]
|
|
1022
1022
|
}],
|
|
1023
1023
|
/**
|
|
1024
1024
|
* Container
|
|
@@ -1241,7 +1241,7 @@ const Tn = (e, r) => {
|
|
|
1241
1241
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
1242
1242
|
*/
|
|
1243
1243
|
basis: [{
|
|
1244
|
-
basis: [
|
|
1244
|
+
basis: [Ee, "full", "auto", l, ...h()]
|
|
1245
1245
|
}],
|
|
1246
1246
|
/**
|
|
1247
1247
|
* Flex Direction
|
|
@@ -1262,7 +1262,7 @@ const Tn = (e, r) => {
|
|
|
1262
1262
|
* @see https://tailwindcss.com/docs/flex
|
|
1263
1263
|
*/
|
|
1264
1264
|
flex: [{
|
|
1265
|
-
flex: [Y,
|
|
1265
|
+
flex: [Y, Ee, "auto", "initial", "none", N]
|
|
1266
1266
|
}],
|
|
1267
1267
|
/**
|
|
1268
1268
|
* Flex Grow
|
|
@@ -1519,63 +1519,63 @@ const Tn = (e, r) => {
|
|
|
1519
1519
|
* @see https://tailwindcss.com/docs/margin
|
|
1520
1520
|
*/
|
|
1521
1521
|
m: [{
|
|
1522
|
-
m:
|
|
1522
|
+
m: w()
|
|
1523
1523
|
}],
|
|
1524
1524
|
/**
|
|
1525
1525
|
* Margin X
|
|
1526
1526
|
* @see https://tailwindcss.com/docs/margin
|
|
1527
1527
|
*/
|
|
1528
1528
|
mx: [{
|
|
1529
|
-
mx:
|
|
1529
|
+
mx: w()
|
|
1530
1530
|
}],
|
|
1531
1531
|
/**
|
|
1532
1532
|
* Margin Y
|
|
1533
1533
|
* @see https://tailwindcss.com/docs/margin
|
|
1534
1534
|
*/
|
|
1535
1535
|
my: [{
|
|
1536
|
-
my:
|
|
1536
|
+
my: w()
|
|
1537
1537
|
}],
|
|
1538
1538
|
/**
|
|
1539
1539
|
* Margin Start
|
|
1540
1540
|
* @see https://tailwindcss.com/docs/margin
|
|
1541
1541
|
*/
|
|
1542
1542
|
ms: [{
|
|
1543
|
-
ms:
|
|
1543
|
+
ms: w()
|
|
1544
1544
|
}],
|
|
1545
1545
|
/**
|
|
1546
1546
|
* Margin End
|
|
1547
1547
|
* @see https://tailwindcss.com/docs/margin
|
|
1548
1548
|
*/
|
|
1549
1549
|
me: [{
|
|
1550
|
-
me:
|
|
1550
|
+
me: w()
|
|
1551
1551
|
}],
|
|
1552
1552
|
/**
|
|
1553
1553
|
* Margin Top
|
|
1554
1554
|
* @see https://tailwindcss.com/docs/margin
|
|
1555
1555
|
*/
|
|
1556
1556
|
mt: [{
|
|
1557
|
-
mt:
|
|
1557
|
+
mt: w()
|
|
1558
1558
|
}],
|
|
1559
1559
|
/**
|
|
1560
1560
|
* Margin Right
|
|
1561
1561
|
* @see https://tailwindcss.com/docs/margin
|
|
1562
1562
|
*/
|
|
1563
1563
|
mr: [{
|
|
1564
|
-
mr:
|
|
1564
|
+
mr: w()
|
|
1565
1565
|
}],
|
|
1566
1566
|
/**
|
|
1567
1567
|
* Margin Bottom
|
|
1568
1568
|
* @see https://tailwindcss.com/docs/margin
|
|
1569
1569
|
*/
|
|
1570
1570
|
mb: [{
|
|
1571
|
-
mb:
|
|
1571
|
+
mb: w()
|
|
1572
1572
|
}],
|
|
1573
1573
|
/**
|
|
1574
1574
|
* Margin Left
|
|
1575
1575
|
* @see https://tailwindcss.com/docs/margin
|
|
1576
1576
|
*/
|
|
1577
1577
|
ml: [{
|
|
1578
|
-
ml:
|
|
1578
|
+
ml: w()
|
|
1579
1579
|
}],
|
|
1580
1580
|
/**
|
|
1581
1581
|
* Space Between X
|
|
@@ -1937,7 +1937,7 @@ const Tn = (e, r) => {
|
|
|
1937
1937
|
* @see https://tailwindcss.com/docs/background-position
|
|
1938
1938
|
*/
|
|
1939
1939
|
"bg-position": [{
|
|
1940
|
-
bg:
|
|
1940
|
+
bg: q()
|
|
1941
1941
|
}],
|
|
1942
1942
|
/**
|
|
1943
1943
|
* Background Repeat
|
|
@@ -2023,175 +2023,175 @@ const Tn = (e, r) => {
|
|
|
2023
2023
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2024
2024
|
*/
|
|
2025
2025
|
rounded: [{
|
|
2026
|
-
rounded:
|
|
2026
|
+
rounded: B()
|
|
2027
2027
|
}],
|
|
2028
2028
|
/**
|
|
2029
2029
|
* Border Radius Start
|
|
2030
2030
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2031
2031
|
*/
|
|
2032
2032
|
"rounded-s": [{
|
|
2033
|
-
"rounded-s":
|
|
2033
|
+
"rounded-s": B()
|
|
2034
2034
|
}],
|
|
2035
2035
|
/**
|
|
2036
2036
|
* Border Radius End
|
|
2037
2037
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2038
2038
|
*/
|
|
2039
2039
|
"rounded-e": [{
|
|
2040
|
-
"rounded-e":
|
|
2040
|
+
"rounded-e": B()
|
|
2041
2041
|
}],
|
|
2042
2042
|
/**
|
|
2043
2043
|
* Border Radius Top
|
|
2044
2044
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2045
2045
|
*/
|
|
2046
2046
|
"rounded-t": [{
|
|
2047
|
-
"rounded-t":
|
|
2047
|
+
"rounded-t": B()
|
|
2048
2048
|
}],
|
|
2049
2049
|
/**
|
|
2050
2050
|
* Border Radius Right
|
|
2051
2051
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2052
2052
|
*/
|
|
2053
2053
|
"rounded-r": [{
|
|
2054
|
-
"rounded-r":
|
|
2054
|
+
"rounded-r": B()
|
|
2055
2055
|
}],
|
|
2056
2056
|
/**
|
|
2057
2057
|
* Border Radius Bottom
|
|
2058
2058
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2059
2059
|
*/
|
|
2060
2060
|
"rounded-b": [{
|
|
2061
|
-
"rounded-b":
|
|
2061
|
+
"rounded-b": B()
|
|
2062
2062
|
}],
|
|
2063
2063
|
/**
|
|
2064
2064
|
* Border Radius Left
|
|
2065
2065
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2066
2066
|
*/
|
|
2067
2067
|
"rounded-l": [{
|
|
2068
|
-
"rounded-l":
|
|
2068
|
+
"rounded-l": B()
|
|
2069
2069
|
}],
|
|
2070
2070
|
/**
|
|
2071
2071
|
* Border Radius Start Start
|
|
2072
2072
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2073
2073
|
*/
|
|
2074
2074
|
"rounded-ss": [{
|
|
2075
|
-
"rounded-ss":
|
|
2075
|
+
"rounded-ss": B()
|
|
2076
2076
|
}],
|
|
2077
2077
|
/**
|
|
2078
2078
|
* Border Radius Start End
|
|
2079
2079
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2080
2080
|
*/
|
|
2081
2081
|
"rounded-se": [{
|
|
2082
|
-
"rounded-se":
|
|
2082
|
+
"rounded-se": B()
|
|
2083
2083
|
}],
|
|
2084
2084
|
/**
|
|
2085
2085
|
* Border Radius End End
|
|
2086
2086
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2087
2087
|
*/
|
|
2088
2088
|
"rounded-ee": [{
|
|
2089
|
-
"rounded-ee":
|
|
2089
|
+
"rounded-ee": B()
|
|
2090
2090
|
}],
|
|
2091
2091
|
/**
|
|
2092
2092
|
* Border Radius End Start
|
|
2093
2093
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2094
2094
|
*/
|
|
2095
2095
|
"rounded-es": [{
|
|
2096
|
-
"rounded-es":
|
|
2096
|
+
"rounded-es": B()
|
|
2097
2097
|
}],
|
|
2098
2098
|
/**
|
|
2099
2099
|
* Border Radius Top Left
|
|
2100
2100
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2101
2101
|
*/
|
|
2102
2102
|
"rounded-tl": [{
|
|
2103
|
-
"rounded-tl":
|
|
2103
|
+
"rounded-tl": B()
|
|
2104
2104
|
}],
|
|
2105
2105
|
/**
|
|
2106
2106
|
* Border Radius Top Right
|
|
2107
2107
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2108
2108
|
*/
|
|
2109
2109
|
"rounded-tr": [{
|
|
2110
|
-
"rounded-tr":
|
|
2110
|
+
"rounded-tr": B()
|
|
2111
2111
|
}],
|
|
2112
2112
|
/**
|
|
2113
2113
|
* Border Radius Bottom Right
|
|
2114
2114
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2115
2115
|
*/
|
|
2116
2116
|
"rounded-br": [{
|
|
2117
|
-
"rounded-br":
|
|
2117
|
+
"rounded-br": B()
|
|
2118
2118
|
}],
|
|
2119
2119
|
/**
|
|
2120
2120
|
* Border Radius Bottom Left
|
|
2121
2121
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2122
2122
|
*/
|
|
2123
2123
|
"rounded-bl": [{
|
|
2124
|
-
"rounded-bl":
|
|
2124
|
+
"rounded-bl": B()
|
|
2125
2125
|
}],
|
|
2126
2126
|
/**
|
|
2127
2127
|
* Border Width
|
|
2128
2128
|
* @see https://tailwindcss.com/docs/border-width
|
|
2129
2129
|
*/
|
|
2130
2130
|
"border-w": [{
|
|
2131
|
-
border:
|
|
2131
|
+
border: G()
|
|
2132
2132
|
}],
|
|
2133
2133
|
/**
|
|
2134
2134
|
* Border Width X
|
|
2135
2135
|
* @see https://tailwindcss.com/docs/border-width
|
|
2136
2136
|
*/
|
|
2137
2137
|
"border-w-x": [{
|
|
2138
|
-
"border-x":
|
|
2138
|
+
"border-x": G()
|
|
2139
2139
|
}],
|
|
2140
2140
|
/**
|
|
2141
2141
|
* Border Width Y
|
|
2142
2142
|
* @see https://tailwindcss.com/docs/border-width
|
|
2143
2143
|
*/
|
|
2144
2144
|
"border-w-y": [{
|
|
2145
|
-
"border-y":
|
|
2145
|
+
"border-y": G()
|
|
2146
2146
|
}],
|
|
2147
2147
|
/**
|
|
2148
2148
|
* Border Width Start
|
|
2149
2149
|
* @see https://tailwindcss.com/docs/border-width
|
|
2150
2150
|
*/
|
|
2151
2151
|
"border-w-s": [{
|
|
2152
|
-
"border-s":
|
|
2152
|
+
"border-s": G()
|
|
2153
2153
|
}],
|
|
2154
2154
|
/**
|
|
2155
2155
|
* Border Width End
|
|
2156
2156
|
* @see https://tailwindcss.com/docs/border-width
|
|
2157
2157
|
*/
|
|
2158
2158
|
"border-w-e": [{
|
|
2159
|
-
"border-e":
|
|
2159
|
+
"border-e": G()
|
|
2160
2160
|
}],
|
|
2161
2161
|
/**
|
|
2162
2162
|
* Border Width Top
|
|
2163
2163
|
* @see https://tailwindcss.com/docs/border-width
|
|
2164
2164
|
*/
|
|
2165
2165
|
"border-w-t": [{
|
|
2166
|
-
"border-t":
|
|
2166
|
+
"border-t": G()
|
|
2167
2167
|
}],
|
|
2168
2168
|
/**
|
|
2169
2169
|
* Border Width Right
|
|
2170
2170
|
* @see https://tailwindcss.com/docs/border-width
|
|
2171
2171
|
*/
|
|
2172
2172
|
"border-w-r": [{
|
|
2173
|
-
"border-r":
|
|
2173
|
+
"border-r": G()
|
|
2174
2174
|
}],
|
|
2175
2175
|
/**
|
|
2176
2176
|
* Border Width Bottom
|
|
2177
2177
|
* @see https://tailwindcss.com/docs/border-width
|
|
2178
2178
|
*/
|
|
2179
2179
|
"border-w-b": [{
|
|
2180
|
-
"border-b":
|
|
2180
|
+
"border-b": G()
|
|
2181
2181
|
}],
|
|
2182
2182
|
/**
|
|
2183
2183
|
* Border Width Left
|
|
2184
2184
|
* @see https://tailwindcss.com/docs/border-width
|
|
2185
2185
|
*/
|
|
2186
2186
|
"border-w-l": [{
|
|
2187
|
-
"border-l":
|
|
2187
|
+
"border-l": G()
|
|
2188
2188
|
}],
|
|
2189
2189
|
/**
|
|
2190
2190
|
* Divide Width X
|
|
2191
2191
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
2192
2192
|
*/
|
|
2193
2193
|
"divide-x": [{
|
|
2194
|
-
"divide-x":
|
|
2194
|
+
"divide-x": G()
|
|
2195
2195
|
}],
|
|
2196
2196
|
/**
|
|
2197
2197
|
* Divide Width X Reverse
|
|
@@ -2203,7 +2203,7 @@ const Tn = (e, r) => {
|
|
|
2203
2203
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
2204
2204
|
*/
|
|
2205
2205
|
"divide-y": [{
|
|
2206
|
-
"divide-y":
|
|
2206
|
+
"divide-y": G()
|
|
2207
2207
|
}],
|
|
2208
2208
|
/**
|
|
2209
2209
|
* Divide Width Y Reverse
|
|
@@ -2365,7 +2365,7 @@ const Tn = (e, r) => {
|
|
|
2365
2365
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
2366
2366
|
*/
|
|
2367
2367
|
"ring-w": [{
|
|
2368
|
-
ring:
|
|
2368
|
+
ring: G()
|
|
2369
2369
|
}],
|
|
2370
2370
|
/**
|
|
2371
2371
|
* Ring Width Inset
|
|
@@ -2404,7 +2404,7 @@ const Tn = (e, r) => {
|
|
|
2404
2404
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
2405
2405
|
*/
|
|
2406
2406
|
"inset-ring-w": [{
|
|
2407
|
-
"inset-ring":
|
|
2407
|
+
"inset-ring": G()
|
|
2408
2408
|
}],
|
|
2409
2409
|
/**
|
|
2410
2410
|
* Inset Ring Color
|
|
@@ -2578,7 +2578,7 @@ const Tn = (e, r) => {
|
|
|
2578
2578
|
}]
|
|
2579
2579
|
}],
|
|
2580
2580
|
"mask-image-radial-pos": [{
|
|
2581
|
-
"mask-radial-at":
|
|
2581
|
+
"mask-radial-at": E()
|
|
2582
2582
|
}],
|
|
2583
2583
|
"mask-image-conic-pos": [{
|
|
2584
2584
|
"mask-conic": [Y]
|
|
@@ -2614,7 +2614,7 @@ const Tn = (e, r) => {
|
|
|
2614
2614
|
* @see https://tailwindcss.com/docs/mask-position
|
|
2615
2615
|
*/
|
|
2616
2616
|
"mask-position": [{
|
|
2617
|
-
mask:
|
|
2617
|
+
mask: q()
|
|
2618
2618
|
}],
|
|
2619
2619
|
/**
|
|
2620
2620
|
* Mask Repeat
|
|
@@ -3427,26 +3427,26 @@ const ze = {
|
|
|
3427
3427
|
solid: {
|
|
3428
3428
|
primary: "text-[var(--redhq-white)] bg-[var(--redhq-primary-500)] hover:bg-[var(--redhq-primary-600)] active:bg-[var(--redhq-primary-700)] border border-[var(--redhq-primary-500)] hover:border-[var(--redhq-primary-600)] active:border-[var(--redhq-primary-700)]",
|
|
3429
3429
|
secondary: "text-[var(--redhq-white)] bg-[var(--redhq-secondary-500)] hover:bg-[var(--redhq-secondary-600)] active:bg-[var(--redhq-secondary-700)] border border-[var(--redhq-secondary-500)] hover:border-[var(--redhq-secondary-600)] active:border-[var(--redhq-secondary-700)]",
|
|
3430
|
-
info: "text-[var(--redhq-white)] bg-
|
|
3431
|
-
success: "text-[var(--redhq-white)] bg-
|
|
3432
|
-
warning: "text-[var(--redhq-white)] bg-
|
|
3433
|
-
danger: "text-[var(--redhq-white)] bg-
|
|
3430
|
+
info: "text-[var(--redhq-white)] bg-[var(--redhq-info-500)] hover:bg-[var(--redhq-info-600)] active:bg-[var(--redhq-info-700)] border border-[var(--redhq-info-500)] hover:border-[var(--redhq-info-600)] active:border-[var(--redhq-info-700)]",
|
|
3431
|
+
success: "text-[var(--redhq-white)] bg-[var(--redhq-success-500)] hover:bg-[var(--redhq-success-600)] active:bg-[var(--redhq-success-700)] border border-[var(--redhq-success-500)] hover:border-[var(--redhq-success-600)] active:border-[var(--redhq-success-700)]",
|
|
3432
|
+
warning: "text-[var(--redhq-white)] bg-[var(--redhq-warning-500)] hover:bg-[var(--redhq-warning-600)] active:bg-[var(--redhq-warning-700)] border border-[var(--redhq-warning-500)] hover:border-[var(--redhq-warning-600)] active:border-[var(--redhq-warning-700)]",
|
|
3433
|
+
danger: "text-[var(--redhq-white)] bg-[var(--redhq-danger-500)] hover:bg-[var(--redhq-danger-600)] active:bg-[var(--redhq-danger-700)] border border-[var(--redhq-danger-500)] hover:border-[var(--redhq-danger-600)] active:border-[var(--redhq-danger-700)]"
|
|
3434
3434
|
},
|
|
3435
3435
|
outline: {
|
|
3436
3436
|
primary: "text-inherit bg-transparent border border-[var(--redhq-primary-500)] hover:border-[var(--redhq-primary-600)] active:border-[var(--redhq-primary-700)]",
|
|
3437
3437
|
secondary: "text-inherit bg-transparent border border-[var(--redhq-secondary-500)] hover:border-[var(--redhq-secondary-600)] active:border-[var(--redhq-secondary-700)]",
|
|
3438
|
-
info: "text-inherit bg-transparent border border-
|
|
3439
|
-
success: "text-inherit bg-transparent border border-
|
|
3440
|
-
warning: "text-inherit bg-transparent border border-
|
|
3441
|
-
danger: "text-inherit bg-transparent border border-
|
|
3438
|
+
info: "text-inherit bg-transparent border border-[var(--redhq-info-500)] hover:border-[var(--redhq-info-600)] active:border-[var(--redhq-info-700)]",
|
|
3439
|
+
success: "text-inherit bg-transparent border border-[var(--redhq-success-500)] hover:border-[var(--redhq-success-600)] active:border-[var(--redhq-success-700)]",
|
|
3440
|
+
warning: "text-inherit bg-transparent border border-[var(--redhq-warning-500)] hover:border-[var(--redhq-warning-600)] active:border-[var(--redhq-warning-700)]",
|
|
3441
|
+
danger: "text-inherit bg-transparent border border-[var(--redhq-danger-500)] hover:border-[var(--redhq-danger-600)] active:border-[var(--redhq-danger-700)]"
|
|
3442
3442
|
},
|
|
3443
3443
|
flat: {
|
|
3444
3444
|
primary: "p-0 text-[var(--redhq-primary-500)] hover:text-[var(--redhq-primary-600)] active:text-[var(--redhq-primary-700)]",
|
|
3445
3445
|
secondary: "p-0 text-[var(--redhq-secondary-500)] hover:text-[var(--redhq-secondary-600)] active:text-[var(--redhq-secondary-700)]",
|
|
3446
|
-
info: "p-0 text-
|
|
3447
|
-
success: "p-0 text-
|
|
3448
|
-
warning: "p-0 text-
|
|
3449
|
-
danger: "p-0 text-
|
|
3446
|
+
info: "p-0 text-[var(--redhq-info-500)] hover:text-[var(--redhq-info-600)] active:text-[var(--redhq-info-700)]",
|
|
3447
|
+
success: "p-0 text-[var(--redhq-success-500)] hover:text-[var(--redhq-success-600)] active:text-[var(--redhq-success-700)]",
|
|
3448
|
+
warning: "p-0 text-[var(--redhq-warning-500)] hover:text-[var(--redhq-warning-600)] active:text-[var(--redhq-warning-700)]",
|
|
3449
|
+
danger: "p-0 text-[var(--redhq-danger-500)] hover:text-[var(--redhq-danger-600)] active:text-[var(--redhq-danger-700)]"
|
|
3450
3450
|
}
|
|
3451
3451
|
},
|
|
3452
3452
|
corner: {
|
|
@@ -3474,7 +3474,7 @@ const ze = {
|
|
|
3474
3474
|
ze.corner[d],
|
|
3475
3475
|
r
|
|
3476
3476
|
);
|
|
3477
|
-
return /* @__PURE__ */
|
|
3477
|
+
return /* @__PURE__ */ $("button", { id: e, type: o, disabled: n || i, className: c, ...p, children: i && s ? s : t });
|
|
3478
3478
|
};
|
|
3479
3479
|
ci.propTypes = {
|
|
3480
3480
|
id: P.string,
|
|
@@ -3490,9 +3490,9 @@ ci.propTypes = {
|
|
|
3490
3490
|
};
|
|
3491
3491
|
const Pr = ye({
|
|
3492
3492
|
id: ""
|
|
3493
|
-
}), ui = ({ id: e, children: r }) => /* @__PURE__ */
|
|
3493
|
+
}), ui = ({ id: e, children: r }) => /* @__PURE__ */ $(Pr.Provider, { value: { id: e }, children: r }), Or = ({ id: e = "", className: r = "", children: t }) => {
|
|
3494
3494
|
const { id: n } = de(Pr);
|
|
3495
|
-
return /* @__PURE__ */
|
|
3495
|
+
return /* @__PURE__ */ $(
|
|
3496
3496
|
"section",
|
|
3497
3497
|
{
|
|
3498
3498
|
id: `${e || n}-cover`,
|
|
@@ -3502,7 +3502,7 @@ const Pr = ye({
|
|
|
3502
3502
|
);
|
|
3503
3503
|
};
|
|
3504
3504
|
Or.displayName = "Cover.Base";
|
|
3505
|
-
const kr = ({ className: e = "", alt: r = "", src: t }) => /* @__PURE__ */
|
|
3505
|
+
const kr = ({ className: e = "", alt: r = "", src: t }) => /* @__PURE__ */ $(
|
|
3506
3506
|
"img",
|
|
3507
3507
|
{
|
|
3508
3508
|
alt: r,
|
|
@@ -3511,7 +3511,7 @@ const kr = ({ className: e = "", alt: r = "", src: t }) => /* @__PURE__ */ G(
|
|
|
3511
3511
|
}
|
|
3512
3512
|
);
|
|
3513
3513
|
kr.displayName = "Cover.Image";
|
|
3514
|
-
const Ir = ({ className: e = "", position: r = "center", children: t }) => /* @__PURE__ */
|
|
3514
|
+
const Ir = ({ className: e = "", position: r = "center", children: t }) => /* @__PURE__ */ $(
|
|
3515
3515
|
"div",
|
|
3516
3516
|
{
|
|
3517
3517
|
className: re(
|
|
@@ -3527,9 +3527,9 @@ const Ir = ({ className: e = "", position: r = "center", children: t }) => /* @_
|
|
|
3527
3527
|
}
|
|
3528
3528
|
);
|
|
3529
3529
|
Ir.displayName = "Cover.Overlay";
|
|
3530
|
-
const Lr = ({ className: e = "", children: r }) => /* @__PURE__ */
|
|
3530
|
+
const Lr = ({ className: e = "", children: r }) => /* @__PURE__ */ $("div", { className: re("h-auto w-full mx-auto", e), children: r });
|
|
3531
3531
|
Lr.displayName = "Cover.OverlayContainer";
|
|
3532
|
-
const Ar = ({ className: e = "", children: r }) => /* @__PURE__ */
|
|
3532
|
+
const Ar = ({ className: e = "", children: r }) => /* @__PURE__ */ $("p", { className: re("", e), children: r });
|
|
3533
3533
|
Ar.displayName = "Cover.Address";
|
|
3534
3534
|
const Rr = ({ className: e = "", specs: r = [], children: t }) => {
|
|
3535
3535
|
const [
|
|
@@ -3539,7 +3539,7 @@ const Rr = ({ className: e = "", specs: r = [], children: t }) => {
|
|
|
3539
3539
|
o = "1.2"
|
|
3540
3540
|
// ...
|
|
3541
3541
|
] = r;
|
|
3542
|
-
return /* @__PURE__ */
|
|
3542
|
+
return /* @__PURE__ */ $(
|
|
3543
3543
|
"h1",
|
|
3544
3544
|
{
|
|
3545
3545
|
className: re("leading-tight font-bold", e),
|
|
@@ -3549,7 +3549,7 @@ const Rr = ({ className: e = "", specs: r = [], children: t }) => {
|
|
|
3549
3549
|
);
|
|
3550
3550
|
};
|
|
3551
3551
|
Rr.displayName = "Cover.Title";
|
|
3552
|
-
const Te = ({ id: e, children: r }) => /* @__PURE__ */
|
|
3552
|
+
const Te = ({ id: e, children: r }) => /* @__PURE__ */ $(ui, { id: e, children: r });
|
|
3553
3553
|
Te.Base = Or;
|
|
3554
3554
|
Te.Image = kr;
|
|
3555
3555
|
Te.Overlay = Ir;
|
|
@@ -3568,9 +3568,9 @@ const Ie = ye({
|
|
|
3568
3568
|
foreground: ""
|
|
3569
3569
|
},
|
|
3570
3570
|
open: !1
|
|
3571
|
-
}), fi = ({ id: e, theme: r, open: t, children: n }) => /* @__PURE__ */
|
|
3571
|
+
}), fi = ({ id: e, theme: r, open: t, children: n }) => /* @__PURE__ */ $(Ie.Provider, { value: { id: e, theme: r, open: t }, children: n }), zr = ({ id: e = "", className: r = "", open: t = !1, onClose: n }) => {
|
|
3572
3572
|
const { id: i, open: s } = de(Ie), o = e || i, l = t || s;
|
|
3573
|
-
return /* @__PURE__ */
|
|
3573
|
+
return /* @__PURE__ */ $(
|
|
3574
3574
|
"div",
|
|
3575
3575
|
{
|
|
3576
3576
|
id: `${o}-drawer-overlay`,
|
|
@@ -3595,7 +3595,7 @@ const _r = ({
|
|
|
3595
3595
|
children: s
|
|
3596
3596
|
}) => {
|
|
3597
3597
|
const { id: o, theme: l, open: a } = de(Ie), d = e || o, p = t || a;
|
|
3598
|
-
return /* @__PURE__ */
|
|
3598
|
+
return /* @__PURE__ */ $(
|
|
3599
3599
|
"aside",
|
|
3600
3600
|
{
|
|
3601
3601
|
id: `${d}-drawer`,
|
|
@@ -3625,7 +3625,7 @@ const pi = () => /* @__PURE__ */ cr(
|
|
|
3625
3625
|
fill: "none",
|
|
3626
3626
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3627
3627
|
children: [
|
|
3628
|
-
/* @__PURE__ */
|
|
3628
|
+
/* @__PURE__ */ $(
|
|
3629
3629
|
"rect",
|
|
3630
3630
|
{
|
|
3631
3631
|
width: "24",
|
|
@@ -3634,7 +3634,7 @@ const pi = () => /* @__PURE__ */ cr(
|
|
|
3634
3634
|
transform: "matrix(-0.707107 -0.707107 -0.707107 0.707107 29.1924 27.7782)"
|
|
3635
3635
|
}
|
|
3636
3636
|
),
|
|
3637
|
-
/* @__PURE__ */
|
|
3637
|
+
/* @__PURE__ */ $(
|
|
3638
3638
|
"rect",
|
|
3639
3639
|
{
|
|
3640
3640
|
x: "10.8076",
|
|
@@ -3649,7 +3649,7 @@ const pi = () => /* @__PURE__ */ cr(
|
|
|
3649
3649
|
}
|
|
3650
3650
|
), Nr = ({ className: e = "", style: r = {}, onClick: t }) => {
|
|
3651
3651
|
const { theme: n } = de(Ie);
|
|
3652
|
-
return /* @__PURE__ */
|
|
3652
|
+
return /* @__PURE__ */ $(
|
|
3653
3653
|
"button",
|
|
3654
3654
|
{
|
|
3655
3655
|
className: re(
|
|
@@ -3661,26 +3661,26 @@ const pi = () => /* @__PURE__ */ cr(
|
|
|
3661
3661
|
onMouseEnter: (i) => i.currentTarget.style.color = n.primary,
|
|
3662
3662
|
onMouseLeave: (i) => i.currentTarget.style.color = n.foreground,
|
|
3663
3663
|
style: r,
|
|
3664
|
-
children: /* @__PURE__ */
|
|
3664
|
+
children: /* @__PURE__ */ $(pi, {})
|
|
3665
3665
|
}
|
|
3666
3666
|
);
|
|
3667
3667
|
};
|
|
3668
3668
|
Nr.displayName = "Drawer.Close";
|
|
3669
|
-
const Dr = ({ alt: e = "", src: r = "", className: t = "" }) => /* @__PURE__ */
|
|
3669
|
+
const Dr = ({ alt: e = "", src: r = "", className: t = "" }) => /* @__PURE__ */ $("img", { alt: e, src: r, className: re("aspect-auto object-contain object-center", t) }), qr = ({ alt: e = "", src: r = "" }) => {
|
|
3670
3670
|
const { theme: t } = de(Ie);
|
|
3671
|
-
return /* @__PURE__ */
|
|
3671
|
+
return /* @__PURE__ */ $(
|
|
3672
3672
|
"div",
|
|
3673
3673
|
{
|
|
3674
3674
|
className: "relative min-h-18 w-[calc(100%-3.5rem)] p-4 flex items-center justify-between gap-4",
|
|
3675
3675
|
style: { background: t.background },
|
|
3676
|
-
children: /* @__PURE__ */
|
|
3676
|
+
children: /* @__PURE__ */ $("a", { href: "/", children: /* @__PURE__ */ $(Dr, { alt: e, src: r, className: "h-8 w-fit" }) })
|
|
3677
3677
|
}
|
|
3678
3678
|
);
|
|
3679
3679
|
};
|
|
3680
|
-
|
|
3681
|
-
const
|
|
3682
|
-
|
|
3683
|
-
const
|
|
3680
|
+
qr.displayName = "Drawer.Logo";
|
|
3681
|
+
const Br = ({ className: e = "", children: r }) => /* @__PURE__ */ $("nav", { className: "", children: /* @__PURE__ */ $("ul", { className: re("", e), children: r }) });
|
|
3682
|
+
Br.displayName = "Drawer.Menu";
|
|
3683
|
+
const $r = ({
|
|
3684
3684
|
className: e = "",
|
|
3685
3685
|
path: r = "",
|
|
3686
3686
|
active: t = !1,
|
|
@@ -3689,7 +3689,7 @@ const Gr = ({
|
|
|
3689
3689
|
onClick: s
|
|
3690
3690
|
}) => {
|
|
3691
3691
|
const { theme: o } = de(Ie);
|
|
3692
|
-
return /* @__PURE__ */
|
|
3692
|
+
return /* @__PURE__ */ $("li", { className: "flex items-center justify-center", children: /* @__PURE__ */ $(
|
|
3693
3693
|
"a",
|
|
3694
3694
|
{
|
|
3695
3695
|
href: r,
|
|
@@ -3702,15 +3702,15 @@ const Gr = ({
|
|
|
3702
3702
|
}
|
|
3703
3703
|
) });
|
|
3704
3704
|
};
|
|
3705
|
-
|
|
3706
|
-
const
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3705
|
+
$r.displayName = "Drawer.Item";
|
|
3706
|
+
const we = ({ id: e, theme: r, open: t, children: n }) => /* @__PURE__ */ $(fi, { id: e, theme: r, open: t, children: n });
|
|
3707
|
+
we.Overlay = zr;
|
|
3708
|
+
we.Base = _r;
|
|
3709
|
+
we.Close = Nr;
|
|
3710
|
+
we.Logo = qr;
|
|
3711
|
+
we.Menu = Br;
|
|
3712
|
+
we.Item = $r;
|
|
3713
|
+
we.propTypes = {
|
|
3714
3714
|
id: P.string.isRequired,
|
|
3715
3715
|
theme: P.shape({
|
|
3716
3716
|
primary: P.string,
|
|
@@ -3720,7 +3720,7 @@ Ee.propTypes = {
|
|
|
3720
3720
|
open: P.bool.isRequired,
|
|
3721
3721
|
children: P.node.isRequired
|
|
3722
3722
|
};
|
|
3723
|
-
const
|
|
3723
|
+
const qe = ye({
|
|
3724
3724
|
id: "",
|
|
3725
3725
|
theme: {
|
|
3726
3726
|
primary: "",
|
|
@@ -3734,10 +3734,10 @@ const Be = ye({
|
|
|
3734
3734
|
const [n, i] = be(!1), s = cn((o) => {
|
|
3735
3735
|
i(!!o);
|
|
3736
3736
|
}, []);
|
|
3737
|
-
return /* @__PURE__ */
|
|
3737
|
+
return /* @__PURE__ */ $(qe.Provider, { value: { id: e, theme: r, isOverflowing: n, updateOverflow: s }, children: t });
|
|
3738
3738
|
}, Tt = ({ id: e = "", className: r = "", children: t }) => {
|
|
3739
|
-
const { id: n, theme: i, isOverflowing: s } = de(
|
|
3740
|
-
return /* @__PURE__ */
|
|
3739
|
+
const { id: n, theme: i, isOverflowing: s } = de(qe);
|
|
3740
|
+
return /* @__PURE__ */ $(
|
|
3741
3741
|
"header",
|
|
3742
3742
|
{
|
|
3743
3743
|
id: `${e || n}-header`,
|
|
@@ -3760,15 +3760,15 @@ Tt.propTypes = {
|
|
|
3760
3760
|
className: P.string,
|
|
3761
3761
|
children: P.node.isRequired
|
|
3762
3762
|
};
|
|
3763
|
-
const
|
|
3764
|
-
|
|
3765
|
-
|
|
3763
|
+
const wt = ({ alt: e = "", src: r = "", className: t = "" }) => /* @__PURE__ */ $("a", { href: "/", children: /* @__PURE__ */ $(Dr, { alt: e, src: r, className: re("h-8 w-fit", t) }) });
|
|
3764
|
+
wt.displayName = "Header.Logo";
|
|
3765
|
+
wt.propTypes = {
|
|
3766
3766
|
className: P.string,
|
|
3767
3767
|
alt: P.string.isRequired,
|
|
3768
3768
|
src: P.string.isRequired
|
|
3769
3769
|
};
|
|
3770
|
-
const
|
|
3771
|
-
const t = oe(null), n = oe(null), { isOverflowing: i, updateOverflow: s } = de(
|
|
3770
|
+
const Et = ({ className: e = "", children: r }) => {
|
|
3771
|
+
const t = oe(null), n = oe(null), { isOverflowing: i, updateOverflow: s } = de(qe);
|
|
3772
3772
|
return yt(() => {
|
|
3773
3773
|
const o = t.current, l = n.current;
|
|
3774
3774
|
if (!o || !l) return;
|
|
@@ -3784,7 +3784,7 @@ const wt = ({ className: e = "", children: r }) => {
|
|
|
3784
3784
|
return c.observe(o), c.observe(l), window.addEventListener("resize", p), () => {
|
|
3785
3785
|
c.disconnect(), window.removeEventListener("resize", p), cancelAnimationFrame(a);
|
|
3786
3786
|
};
|
|
3787
|
-
}, [s]), /* @__PURE__ */
|
|
3787
|
+
}, [s]), /* @__PURE__ */ $("nav", { ref: t, className: "grow flex items-center justify-end overflow-hidden", children: /* @__PURE__ */ $(
|
|
3788
3788
|
"ul",
|
|
3789
3789
|
{
|
|
3790
3790
|
ref: n,
|
|
@@ -3797,14 +3797,14 @@ const wt = ({ className: e = "", children: r }) => {
|
|
|
3797
3797
|
}
|
|
3798
3798
|
) });
|
|
3799
3799
|
};
|
|
3800
|
-
|
|
3801
|
-
|
|
3800
|
+
Et.displayName = "Header.Menu";
|
|
3801
|
+
Et.propTypes = {
|
|
3802
3802
|
className: P.string,
|
|
3803
3803
|
children: P.node.isRequired
|
|
3804
3804
|
};
|
|
3805
3805
|
const Ct = ({ className: e = "", path: r = "", active: t = !1, children: n }) => {
|
|
3806
|
-
const { theme: i } = de(
|
|
3807
|
-
return /* @__PURE__ */
|
|
3806
|
+
const { theme: i } = de(qe);
|
|
3807
|
+
return /* @__PURE__ */ $("li", { className: "flex items-center justify-center", children: /* @__PURE__ */ $(
|
|
3808
3808
|
"a",
|
|
3809
3809
|
{
|
|
3810
3810
|
href: r,
|
|
@@ -3824,7 +3824,7 @@ Ct.propTypes = {
|
|
|
3824
3824
|
children: P.node.isRequired
|
|
3825
3825
|
};
|
|
3826
3826
|
const Mt = ({ className: e = "", onClick: r }) => {
|
|
3827
|
-
const { theme: t, isOverflowing: n } = de(
|
|
3827
|
+
const { theme: t, isOverflowing: n } = de(qe), [i, s] = be(!1), o = i ? t.primary : t.foreground;
|
|
3828
3828
|
if (n)
|
|
3829
3829
|
return /* @__PURE__ */ cr(
|
|
3830
3830
|
"button",
|
|
@@ -3837,10 +3837,10 @@ const Mt = ({ className: e = "", onClick: r }) => {
|
|
|
3837
3837
|
onMouseEnter: () => s(!0),
|
|
3838
3838
|
onMouseLeave: () => s(!1),
|
|
3839
3839
|
children: [
|
|
3840
|
-
/* @__PURE__ */
|
|
3841
|
-
/* @__PURE__ */
|
|
3842
|
-
/* @__PURE__ */
|
|
3843
|
-
/* @__PURE__ */
|
|
3840
|
+
/* @__PURE__ */ $("span", { className: "inline-block h-0.5 w-6", style: { background: o } }),
|
|
3841
|
+
/* @__PURE__ */ $("span", { className: "inline-block h-0.5 w-6", style: { background: o } }),
|
|
3842
|
+
/* @__PURE__ */ $("span", { className: "inline-block h-0.5 w-6", style: { background: o } }),
|
|
3843
|
+
/* @__PURE__ */ $("span", { className: "sr-only", children: "Toggle" })
|
|
3844
3844
|
]
|
|
3845
3845
|
}
|
|
3846
3846
|
);
|
|
@@ -3850,10 +3850,10 @@ Mt.propTypes = {
|
|
|
3850
3850
|
className: P.string,
|
|
3851
3851
|
onClick: P.onClick
|
|
3852
3852
|
};
|
|
3853
|
-
const Le = ({ id: e, theme: r, children: t }) => /* @__PURE__ */
|
|
3853
|
+
const Le = ({ id: e, theme: r, children: t }) => /* @__PURE__ */ $(mi, { id: e, theme: r, children: t });
|
|
3854
3854
|
Le.Base = Tt;
|
|
3855
|
-
Le.Logo =
|
|
3856
|
-
Le.Menu =
|
|
3855
|
+
Le.Logo = wt;
|
|
3856
|
+
Le.Menu = Et;
|
|
3857
3857
|
Le.Item = Ct;
|
|
3858
3858
|
Le.BurgerMenu = Mt;
|
|
3859
3859
|
Le.propTypes = {
|
|
@@ -3865,7 +3865,7 @@ Le.propTypes = {
|
|
|
3865
3865
|
}).isRequired,
|
|
3866
3866
|
children: P.node.isRequired
|
|
3867
3867
|
};
|
|
3868
|
-
const
|
|
3868
|
+
const Gr = ye({
|
|
3869
3869
|
id: "",
|
|
3870
3870
|
theme: {
|
|
3871
3871
|
primary: "",
|
|
@@ -3873,7 +3873,7 @@ const qr = ye({
|
|
|
3873
3873
|
tertiary: "",
|
|
3874
3874
|
quaternary: ""
|
|
3875
3875
|
}
|
|
3876
|
-
}), gi = ({ id: e, theme: r, children: t }) => /* @__PURE__ */
|
|
3876
|
+
}), gi = ({ id: e, theme: r, children: t }) => /* @__PURE__ */ $(Gr.Provider, { value: { id: e, theme: r }, children: t }), Pt = ({ className: e = "", style: r = {}, children: t }) => /* @__PURE__ */ $(
|
|
3877
3877
|
"section",
|
|
3878
3878
|
{
|
|
3879
3879
|
className: re(
|
|
@@ -3895,7 +3895,7 @@ Pt.propTypes = {
|
|
|
3895
3895
|
style: P.object,
|
|
3896
3896
|
children: P.node.isRequired
|
|
3897
3897
|
};
|
|
3898
|
-
const Ot = ({ className: e = "", style: r = {}, children: t }) => /* @__PURE__ */
|
|
3898
|
+
const Ot = ({ className: e = "", style: r = {}, children: t }) => /* @__PURE__ */ $(
|
|
3899
3899
|
"div",
|
|
3900
3900
|
{
|
|
3901
3901
|
className: re(
|
|
@@ -3921,8 +3921,8 @@ const kt = ({ className: e = "", style: r = {}, specs: t = [], children: n }) =>
|
|
|
3921
3921
|
s = "normal",
|
|
3922
3922
|
o = "normal",
|
|
3923
3923
|
l = "1.2"
|
|
3924
|
-
] = t, { theme: a } = de(
|
|
3925
|
-
return /* @__PURE__ */
|
|
3924
|
+
] = t, { theme: a } = de(Gr);
|
|
3925
|
+
return /* @__PURE__ */ $(
|
|
3926
3926
|
"h2",
|
|
3927
3927
|
{
|
|
3928
3928
|
className: re("NEXTSTEPS-TITLE", e),
|
|
@@ -3938,14 +3938,14 @@ kt.propTypes = {
|
|
|
3938
3938
|
specs: P.arrayOf(P.string),
|
|
3939
3939
|
children: P.node.isRequired
|
|
3940
3940
|
};
|
|
3941
|
-
const It = ({ className: e = "", style: r = {}, children: t }) => /* @__PURE__ */
|
|
3941
|
+
const It = ({ className: e = "", style: r = {}, children: t }) => /* @__PURE__ */ $("div", { className: re("NEXTSTEPS-CONTENT", e), style: r, children: t });
|
|
3942
3942
|
It.displayName = "NextSteps.Content";
|
|
3943
3943
|
It.propTypes = {
|
|
3944
3944
|
className: P.string,
|
|
3945
3945
|
style: P.object,
|
|
3946
3946
|
children: P.node.isRequired
|
|
3947
3947
|
};
|
|
3948
|
-
const Lt = ({ className: e = "", style: r = {}, children: t }) => /* @__PURE__ */
|
|
3948
|
+
const Lt = ({ className: e = "", style: r = {}, children: t }) => /* @__PURE__ */ $(
|
|
3949
3949
|
"div",
|
|
3950
3950
|
{
|
|
3951
3951
|
className: re(
|
|
@@ -3963,7 +3963,7 @@ Lt.propTypes = {
|
|
|
3963
3963
|
style: P.object,
|
|
3964
3964
|
children: P.node.isRequired
|
|
3965
3965
|
};
|
|
3966
|
-
const Ae = ({ id: e, theme: r, children: t }) => /* @__PURE__ */
|
|
3966
|
+
const Ae = ({ id: e, theme: r, children: t }) => /* @__PURE__ */ $(gi, { id: e, theme: r, children: t });
|
|
3967
3967
|
Ae.Base = Pt;
|
|
3968
3968
|
Ae.Container = Ot;
|
|
3969
3969
|
Ae.Title = kt;
|
|
@@ -3987,7 +3987,7 @@ const jr = ye({
|
|
|
3987
3987
|
tertiary: "",
|
|
3988
3988
|
quaternary: ""
|
|
3989
3989
|
}
|
|
3990
|
-
}), hi = ({ id: e, theme: r, children: t }) => /* @__PURE__ */
|
|
3990
|
+
}), hi = ({ id: e, theme: r, children: t }) => /* @__PURE__ */ $(jr.Provider, { value: { id: e, theme: r }, children: t }), At = ({ className: e = "", children: r }) => /* @__PURE__ */ $("div", { className: re("RECORD-BASE", "space-y-4 md:space-y-6 lg:space-y-8", e), children: r });
|
|
3991
3991
|
At.displayName = "Record.Base";
|
|
3992
3992
|
At.propTypes = {
|
|
3993
3993
|
className: P.string,
|
|
@@ -4000,7 +4000,7 @@ const Rt = ({ className: e = "", specs: r = [], children: t }) => {
|
|
|
4000
4000
|
s = "normal",
|
|
4001
4001
|
o = "1.2"
|
|
4002
4002
|
] = r, { theme: l } = de(jr);
|
|
4003
|
-
return /* @__PURE__ */
|
|
4003
|
+
return /* @__PURE__ */ $(
|
|
4004
4004
|
"h2",
|
|
4005
4005
|
{
|
|
4006
4006
|
className: re("RECORD-TITLE", "text-2xl", e),
|
|
@@ -4053,7 +4053,7 @@ const Ce = (e) => ({
|
|
|
4053
4053
|
children: o
|
|
4054
4054
|
}) => {
|
|
4055
4055
|
const [l, a] = vi(), d = un(() => a ? a <= 640 ? Ce(s) : a <= 768 ? Ce(i) : a <= 1024 ? Ce(n) : a <= 1280 ? Ce(t) : Ce(r) : Ce(r), [a, s, i, n, t, r]);
|
|
4056
|
-
return /* @__PURE__ */
|
|
4056
|
+
return /* @__PURE__ */ $("div", { ref: l, className: re("RECORD-GRID", "grid gap-4", d, e), children: o });
|
|
4057
4057
|
};
|
|
4058
4058
|
zt.displayName = "Record.Grid";
|
|
4059
4059
|
zt.propTypes = {
|
|
@@ -4065,18 +4065,18 @@ zt.propTypes = {
|
|
|
4065
4065
|
smCol: P.number,
|
|
4066
4066
|
children: P.node.isRequired
|
|
4067
4067
|
};
|
|
4068
|
-
const _t = ({ className: e = "", children: r }) => /* @__PURE__ */
|
|
4068
|
+
const _t = ({ className: e = "", children: r }) => /* @__PURE__ */ $("div", { className: re("RECORD-ITEM", e), children: r });
|
|
4069
4069
|
_t.displayName = "Record.Item";
|
|
4070
4070
|
_t.propTypes = {
|
|
4071
4071
|
className: P.string,
|
|
4072
4072
|
children: P.node.isRequired
|
|
4073
4073
|
};
|
|
4074
|
-
const
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4074
|
+
const Be = ({ id: e, theme: r, children: t }) => /* @__PURE__ */ $(hi, { id: e, theme: r, children: t });
|
|
4075
|
+
Be.Base = At;
|
|
4076
|
+
Be.Title = Rt;
|
|
4077
|
+
Be.Grid = zt;
|
|
4078
|
+
Be.Item = _t;
|
|
4079
|
+
Be.propTypes = {
|
|
4080
4080
|
id: P.string.isRequired,
|
|
4081
4081
|
theme: P.shape({
|
|
4082
4082
|
primary: P.string,
|
|
@@ -4094,7 +4094,7 @@ const Fr = ye({
|
|
|
4094
4094
|
tertiary: "",
|
|
4095
4095
|
quaternary: ""
|
|
4096
4096
|
}
|
|
4097
|
-
}), bi = ({ id: e, theme: r, children: t }) => /* @__PURE__ */
|
|
4097
|
+
}), bi = ({ id: e, theme: r, children: t }) => /* @__PURE__ */ $(Fr.Provider, { value: { id: e, theme: r }, children: t }), Nt = ({ className: e = "", style: r = {}, children: t }) => /* @__PURE__ */ $(
|
|
4098
4098
|
"section",
|
|
4099
4099
|
{
|
|
4100
4100
|
className: re(
|
|
@@ -4112,7 +4112,7 @@ Nt.propTypes = {
|
|
|
4112
4112
|
style: P.object,
|
|
4113
4113
|
children: P.node.isRequired
|
|
4114
4114
|
};
|
|
4115
|
-
const Dt = ({ className: e = "", width: r, style: t = {}, children: n }) => /* @__PURE__ */
|
|
4115
|
+
const Dt = ({ className: e = "", width: r, style: t = {}, children: n }) => /* @__PURE__ */ $(
|
|
4116
4116
|
"div",
|
|
4117
4117
|
{
|
|
4118
4118
|
className: re("TESTIMONIALS-CONTAINER", "w-full mx-auto", e),
|
|
@@ -4129,10 +4129,10 @@ Dt.propTypes = {
|
|
|
4129
4129
|
function nr(e) {
|
|
4130
4130
|
return e !== null && typeof e == "object" && "constructor" in e && e.constructor === Object;
|
|
4131
4131
|
}
|
|
4132
|
-
function
|
|
4132
|
+
function qt(e = {}, r = {}) {
|
|
4133
4133
|
const t = ["__proto__", "constructor", "prototype"];
|
|
4134
4134
|
Object.keys(r).filter((n) => t.indexOf(n) < 0).forEach((n) => {
|
|
4135
|
-
typeof e[n] > "u" ? e[n] = r[n] : nr(r[n]) && nr(e[n]) && Object.keys(r[n]).length > 0 &&
|
|
4135
|
+
typeof e[n] > "u" ? e[n] = r[n] : nr(r[n]) && nr(e[n]) && Object.keys(r[n]).length > 0 && qt(e[n], r[n]);
|
|
4136
4136
|
});
|
|
4137
4137
|
}
|
|
4138
4138
|
const Vr = {
|
|
@@ -4192,7 +4192,7 @@ const Vr = {
|
|
|
4192
4192
|
};
|
|
4193
4193
|
function ce() {
|
|
4194
4194
|
const e = typeof document < "u" ? document : {};
|
|
4195
|
-
return
|
|
4195
|
+
return qt(e, Vr), e;
|
|
4196
4196
|
}
|
|
4197
4197
|
const yi = {
|
|
4198
4198
|
document: Vr,
|
|
@@ -4254,7 +4254,7 @@ const yi = {
|
|
|
4254
4254
|
};
|
|
4255
4255
|
function ae() {
|
|
4256
4256
|
const e = typeof window < "u" ? window : {};
|
|
4257
|
-
return
|
|
4257
|
+
return qt(e, yi), e;
|
|
4258
4258
|
}
|
|
4259
4259
|
function xi(e = "") {
|
|
4260
4260
|
return e.trim().split(" ").filter((r) => !!r.trim());
|
|
@@ -4283,7 +4283,7 @@ function Ti(e) {
|
|
|
4283
4283
|
let t;
|
|
4284
4284
|
return r.getComputedStyle && (t = r.getComputedStyle(e, null)), !t && e.currentStyle && (t = e.currentStyle), t || (t = e.style), t;
|
|
4285
4285
|
}
|
|
4286
|
-
function
|
|
4286
|
+
function wi(e, r = "x") {
|
|
4287
4287
|
const t = ae();
|
|
4288
4288
|
let n, i, s;
|
|
4289
4289
|
const o = Ti(e);
|
|
@@ -4292,14 +4292,14 @@ function Ei(e, r = "x") {
|
|
|
4292
4292
|
function He(e) {
|
|
4293
4293
|
return typeof e == "object" && e !== null && e.constructor && Object.prototype.toString.call(e).slice(8, -1) === "Object";
|
|
4294
4294
|
}
|
|
4295
|
-
function
|
|
4295
|
+
function Ei(e) {
|
|
4296
4296
|
return typeof window < "u" && typeof window.HTMLElement < "u" ? e instanceof HTMLElement : e && (e.nodeType === 1 || e.nodeType === 11);
|
|
4297
4297
|
}
|
|
4298
4298
|
function le(...e) {
|
|
4299
4299
|
const r = Object(e[0]), t = ["__proto__", "constructor", "prototype"];
|
|
4300
4300
|
for (let n = 1; n < e.length; n += 1) {
|
|
4301
4301
|
const i = e[n];
|
|
4302
|
-
if (i != null && !
|
|
4302
|
+
if (i != null && !Ei(i)) {
|
|
4303
4303
|
const s = Object.keys(Object(i)).filter((o) => t.indexOf(o) < 0);
|
|
4304
4304
|
for (let o = 0, l = s.length; o < l; o += 1) {
|
|
4305
4305
|
const a = s[o], d = Object.getOwnPropertyDescriptor(i, a);
|
|
@@ -4634,7 +4634,7 @@ function Ni() {
|
|
|
4634
4634
|
let b = t.slidesOffsetAfter;
|
|
4635
4635
|
typeof b == "function" && (b = t.slidesOffsetAfter.call(e));
|
|
4636
4636
|
const x = e.snapGrid.length, u = e.slidesGrid.length, m = e.size - g - b;
|
|
4637
|
-
let v = t.spaceBetween,
|
|
4637
|
+
let v = t.spaceBetween, E = -g, y = 0, A = 0;
|
|
4638
4638
|
if (typeof m > "u")
|
|
4639
4639
|
return;
|
|
4640
4640
|
typeof v == "string" && v.indexOf("%") >= 0 ? v = parseFloat(v.replace("%", "")) / 100 * m : typeof v == "string" && (v = parseFloat(v)), e.virtualSize = -v - g - b, d.forEach((O) => {
|
|
@@ -4656,21 +4656,21 @@ function Ni() {
|
|
|
4656
4656
|
if (F && (k.style.transform = "none"), V && (k.style.webkitTransform = "none"), t.roundLengths)
|
|
4657
4657
|
h = e.isHorizontal() ? ht(k, "width") : ht(k, "height");
|
|
4658
4658
|
else {
|
|
4659
|
-
const Q = r(R, "width"),
|
|
4659
|
+
const Q = r(R, "width"), w = r(R, "padding-left"), M = r(R, "padding-right"), S = r(R, "margin-left"), q = r(R, "margin-right"), C = R.getPropertyValue("box-sizing");
|
|
4660
4660
|
if (C && C === "border-box")
|
|
4661
|
-
h = Q + S +
|
|
4661
|
+
h = Q + S + q;
|
|
4662
4662
|
else {
|
|
4663
4663
|
const {
|
|
4664
4664
|
clientWidth: I,
|
|
4665
4665
|
offsetWidth: H
|
|
4666
4666
|
} = k;
|
|
4667
|
-
h = Q +
|
|
4667
|
+
h = Q + w + M + S + q + (H - I);
|
|
4668
4668
|
}
|
|
4669
4669
|
}
|
|
4670
4670
|
F && (k.style.transform = F), V && (k.style.webkitTransform = V), t.roundLengths && (h = Math.floor(h));
|
|
4671
4671
|
} else
|
|
4672
4672
|
h = (m - (t.slidesPerView - 1) * v) / t.slidesPerView, t.roundLengths && (h = Math.floor(h)), k && (k.style[e.getDirectionLabel("width")] = `${h}px`);
|
|
4673
|
-
k && (k.swiperSlideSize = h), f.push(h), t.centeredSlides ? (
|
|
4673
|
+
k && (k.swiperSlideSize = h), f.push(h), t.centeredSlides ? (E = E + h / 2 + y / 2 + v, y === 0 && O !== 0 && (E = E - m / 2 - v), O === 0 && (E = E - m / 2 - v), Math.abs(E) < 1 / 1e3 && (E = 0), t.roundLengths && (E = Math.floor(E)), A % t.slidesPerGroup === 0 && c.push(E), T.push(E)) : (t.roundLengths && (E = Math.floor(E)), (A - Math.min(e.params.slidesPerGroupSkip, A)) % e.params.slidesPerGroup === 0 && c.push(E), T.push(E), E = E + h + v), e.virtualSize += h + v, y = h, A += 1;
|
|
4674
4674
|
}
|
|
4675
4675
|
}
|
|
4676
4676
|
if (e.virtualSize = Math.max(e.virtualSize, m) + b, s && o && (t.effect === "slide" || t.effect === "coverflow") && (n.style.width = `${e.virtualSize + v}px`), t.setWrapperSize && (n.style[e.getDirectionLabel("width")] = `${e.virtualSize + v}px`), L && e.grid.updateWrapperSize(h, c), !t.centeredSlides) {
|
|
@@ -4760,7 +4760,7 @@ function Di(e) {
|
|
|
4760
4760
|
}
|
|
4761
4761
|
(i || i === 0) && (r.wrapperEl.style.height = `${i}px`);
|
|
4762
4762
|
}
|
|
4763
|
-
function
|
|
4763
|
+
function qi() {
|
|
4764
4764
|
const e = this, r = e.slides, t = e.isElement ? e.isHorizontal() ? e.wrapperEl.offsetLeft : e.wrapperEl.offsetTop : 0;
|
|
4765
4765
|
for (let n = 0; n < r.length; n += 1)
|
|
4766
4766
|
r[n].swiperSlideOffset = (e.isHorizontal() ? r[n].offsetLeft : r[n].offsetTop) - t - e.cssOverflowAdjustment();
|
|
@@ -4768,7 +4768,7 @@ function Bi() {
|
|
|
4768
4768
|
const ir = (e, r, t) => {
|
|
4769
4769
|
r && !e.classList.contains(t) ? e.classList.add(t) : !r && e.classList.contains(t) && e.classList.remove(t);
|
|
4770
4770
|
};
|
|
4771
|
-
function
|
|
4771
|
+
function Bi(e = this && this.translate || 0) {
|
|
4772
4772
|
const r = this, t = r.params, {
|
|
4773
4773
|
slides: n,
|
|
4774
4774
|
rtlTranslate: i,
|
|
@@ -4788,7 +4788,7 @@ function $i(e = this && this.translate || 0) {
|
|
|
4788
4788
|
x && (r.visibleSlides.push(d), r.visibleSlidesIndexes.push(a)), ir(d, x, t.slideVisibleClass), ir(d, b, t.slideFullyVisibleClass), d.progress = i ? -c : c, d.originalProgress = i ? -T : T;
|
|
4789
4789
|
}
|
|
4790
4790
|
}
|
|
4791
|
-
function
|
|
4791
|
+
function $i(e) {
|
|
4792
4792
|
const r = this;
|
|
4793
4793
|
if (typeof e > "u") {
|
|
4794
4794
|
const p = r.rtlTranslate ? -1 : 1;
|
|
@@ -4823,7 +4823,7 @@ function Gi(e) {
|
|
|
4823
4823
|
const ct = (e, r, t) => {
|
|
4824
4824
|
r && !e.classList.contains(t) ? e.classList.add(t) : !r && e.classList.contains(t) && e.classList.remove(t);
|
|
4825
4825
|
};
|
|
4826
|
-
function
|
|
4826
|
+
function Gi() {
|
|
4827
4827
|
const e = this, {
|
|
4828
4828
|
slides: r,
|
|
4829
4829
|
params: t,
|
|
@@ -4967,10 +4967,10 @@ var Hi = {
|
|
|
4967
4967
|
updateSize: _i,
|
|
4968
4968
|
updateSlides: Ni,
|
|
4969
4969
|
updateAutoHeight: Di,
|
|
4970
|
-
updateSlidesOffset:
|
|
4971
|
-
updateSlidesProgress:
|
|
4972
|
-
updateProgress:
|
|
4973
|
-
updateSlidesClasses:
|
|
4970
|
+
updateSlidesOffset: qi,
|
|
4971
|
+
updateSlidesProgress: Bi,
|
|
4972
|
+
updateProgress: $i,
|
|
4973
|
+
updateSlidesClasses: Gi,
|
|
4974
4974
|
updateActiveIndex: Fi,
|
|
4975
4975
|
updateClickedSlide: Vi
|
|
4976
4976
|
};
|
|
@@ -4985,7 +4985,7 @@ function Wi(e = this.isHorizontal() ? "x" : "y") {
|
|
|
4985
4985
|
return n ? -i : i;
|
|
4986
4986
|
if (t.cssMode)
|
|
4987
4987
|
return i;
|
|
4988
|
-
let o =
|
|
4988
|
+
let o = wi(s, e);
|
|
4989
4989
|
return o += r.cssOverflowAdjustment(), n && (o = -o), o || 0;
|
|
4990
4990
|
}
|
|
4991
4991
|
function Yi(e, r) {
|
|
@@ -5244,8 +5244,8 @@ function ss(e, r = !0, t) {
|
|
|
5244
5244
|
let x = s[g.indexOf(f) - 1];
|
|
5245
5245
|
if (typeof x > "u" && (i.cssMode || b)) {
|
|
5246
5246
|
let m;
|
|
5247
|
-
s.forEach((v,
|
|
5248
|
-
f >= v && (m =
|
|
5247
|
+
s.forEach((v, E) => {
|
|
5248
|
+
f >= v && (m = E);
|
|
5249
5249
|
}), typeof m < "u" && (x = b ? s[m] : s[m > 0 ? m - 1 : m]);
|
|
5250
5250
|
}
|
|
5251
5251
|
let u = 0;
|
|
@@ -5381,9 +5381,9 @@ function us({
|
|
|
5381
5381
|
}
|
|
5382
5382
|
let v = f.slidesPerView;
|
|
5383
5383
|
v === "auto" ? v = a.slidesPerViewDynamic() : (v = Math.ceil(parseFloat(f.slidesPerView, 10)), m && v % 2 === 0 && (v = v + 1));
|
|
5384
|
-
const
|
|
5385
|
-
let y = m ? Math.max(
|
|
5386
|
-
y %
|
|
5384
|
+
const E = f.slidesPerGroupAuto ? v : f.slidesPerGroup;
|
|
5385
|
+
let y = m ? Math.max(E, Math.ceil(v / 2)) : E;
|
|
5386
|
+
y % E !== 0 && (y += E - y % E), y += f.loopAdditionalSlides, a.loopedSlides = y;
|
|
5387
5387
|
const A = a.grid && f.grid && f.grid.rows > 1;
|
|
5388
5388
|
d.length < v + y || a.params.effect === "cards" && d.length < v + y * 2 ? Ke("Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled or not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters") : A && f.grid.fill === "row" && Ke("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");
|
|
5389
5389
|
const L = [], h = [], _ = A ? Math.ceil(d.length / f.grid.rows) : d.length, O = s && _ - u < v && !m;
|
|
@@ -5393,23 +5393,23 @@ function us({
|
|
|
5393
5393
|
let V = 0, Q = 0;
|
|
5394
5394
|
const M = (A ? d[i].column : i) + (m && typeof n > "u" ? -v / 2 + 0.5 : 0);
|
|
5395
5395
|
if (M < y) {
|
|
5396
|
-
V = Math.max(y - M,
|
|
5396
|
+
V = Math.max(y - M, E);
|
|
5397
5397
|
for (let S = 0; S < y - M; S += 1) {
|
|
5398
|
-
const
|
|
5398
|
+
const q = S - Math.floor(S / _) * _;
|
|
5399
5399
|
if (A) {
|
|
5400
|
-
const C = _ -
|
|
5400
|
+
const C = _ - q - 1;
|
|
5401
5401
|
for (let I = d.length - 1; I >= 0; I -= 1)
|
|
5402
5402
|
d[I].column === C && L.push(I);
|
|
5403
5403
|
} else
|
|
5404
|
-
L.push(_ -
|
|
5404
|
+
L.push(_ - q - 1);
|
|
5405
5405
|
}
|
|
5406
5406
|
} else if (M + v > _ - y) {
|
|
5407
|
-
Q = Math.max(M - (_ - y * 2),
|
|
5407
|
+
Q = Math.max(M - (_ - y * 2), E), O && (Q = Math.max(Q, v - _ + u + 1));
|
|
5408
5408
|
for (let S = 0; S < Q; S += 1) {
|
|
5409
|
-
const
|
|
5409
|
+
const q = S - Math.floor(S / _) * _;
|
|
5410
5410
|
A ? d.forEach((C, I) => {
|
|
5411
|
-
C.column ===
|
|
5412
|
-
}) : h.push(
|
|
5411
|
+
C.column === q && h.push(I);
|
|
5412
|
+
}) : h.push(q);
|
|
5413
5413
|
}
|
|
5414
5414
|
}
|
|
5415
5415
|
if (a.__preventObserver__ = !0, requestAnimationFrame(() => {
|
|
@@ -5418,8 +5418,8 @@ function us({
|
|
|
5418
5418
|
d[S].swiperLoopMoveDOM = !0, T.prepend(d[S]), d[S].swiperLoopMoveDOM = !1;
|
|
5419
5419
|
}), R && h.forEach((S) => {
|
|
5420
5420
|
d[S].swiperLoopMoveDOM = !0, T.append(d[S]), d[S].swiperLoopMoveDOM = !1;
|
|
5421
|
-
}), a.recalcSlides(), f.slidesPerView === "auto" ? a.updateSlides() : A && (L.length > 0 && F || h.length > 0 && R) && a.slides.forEach((S,
|
|
5422
|
-
a.grid.updateSlide(
|
|
5421
|
+
}), a.recalcSlides(), f.slidesPerView === "auto" ? a.updateSlides() : A && (L.length > 0 && F || h.length > 0 && R) && a.slides.forEach((S, q) => {
|
|
5422
|
+
a.grid.updateSlide(q, S, a.slides);
|
|
5423
5423
|
}), f.watchSlidesProgress && a.updateSlidesOffset(), r) {
|
|
5424
5424
|
if (L.length > 0 && F) {
|
|
5425
5425
|
if (typeof e > "u") {
|
|
@@ -5446,10 +5446,10 @@ function us({
|
|
|
5446
5446
|
activeSlideIndex: i,
|
|
5447
5447
|
byController: !0
|
|
5448
5448
|
};
|
|
5449
|
-
Array.isArray(a.controller.control) ? a.controller.control.forEach((
|
|
5450
|
-
!
|
|
5449
|
+
Array.isArray(a.controller.control) ? a.controller.control.forEach((q) => {
|
|
5450
|
+
!q.destroyed && q.params.loop && q.loopFix({
|
|
5451
5451
|
...S,
|
|
5452
|
-
slideTo:
|
|
5452
|
+
slideTo: q.params.slidesPerView === f.slidesPerView ? r : !1
|
|
5453
5453
|
});
|
|
5454
5454
|
}) : a.controller.control instanceof a.constructor && a.controller.control.params.loop && a.controller.control.loopFix({
|
|
5455
5455
|
...S,
|
|
@@ -5657,16 +5657,16 @@ function ys(e) {
|
|
|
5657
5657
|
return;
|
|
5658
5658
|
}
|
|
5659
5659
|
t.emit("sliderMove", a), n.isMoved = !0, n.currentTranslate = g + n.startTranslate;
|
|
5660
|
-
let v = !0,
|
|
5661
|
-
if (i.touchReleaseOnEdges && (
|
|
5660
|
+
let v = !0, E = i.resistanceRatio;
|
|
5661
|
+
if (i.touchReleaseOnEdges && (E = 0), g > 0 ? (u && m && n.allowThresholdMove && n.currentTranslate > (i.centeredSlides ? t.minTranslate() - t.slidesSizesGrid[t.activeIndex + 1] - (i.slidesPerView !== "auto" && t.slides.length - i.slidesPerView >= 2 ? t.slidesSizesGrid[t.activeIndex + 1] + t.params.spaceBetween : 0) - t.params.spaceBetween : t.minTranslate()) && t.loopFix({
|
|
5662
5662
|
direction: "prev",
|
|
5663
5663
|
setTranslate: !0,
|
|
5664
5664
|
activeSlideIndex: 0
|
|
5665
|
-
}), n.currentTranslate > t.minTranslate() && (v = !1, i.resistance && (n.currentTranslate = t.minTranslate() - 1 + (-t.minTranslate() + n.startTranslate + g) **
|
|
5665
|
+
}), n.currentTranslate > t.minTranslate() && (v = !1, i.resistance && (n.currentTranslate = t.minTranslate() - 1 + (-t.minTranslate() + n.startTranslate + g) ** E))) : g < 0 && (u && m && n.allowThresholdMove && n.currentTranslate < (i.centeredSlides ? t.maxTranslate() + t.slidesSizesGrid[t.slidesSizesGrid.length - 1] + t.params.spaceBetween + (i.slidesPerView !== "auto" && t.slides.length - i.slidesPerView >= 2 ? t.slidesSizesGrid[t.slidesSizesGrid.length - 1] + t.params.spaceBetween : 0) : t.maxTranslate()) && t.loopFix({
|
|
5666
5666
|
direction: "next",
|
|
5667
5667
|
setTranslate: !0,
|
|
5668
5668
|
activeSlideIndex: t.slides.length - (i.slidesPerView === "auto" ? t.slidesPerViewDynamic() : Math.ceil(parseFloat(i.slidesPerView, 10)))
|
|
5669
|
-
}), n.currentTranslate < t.maxTranslate() && (v = !1, i.resistance && (n.currentTranslate = t.maxTranslate() + 1 - (t.maxTranslate() - n.startTranslate - g) **
|
|
5669
|
+
}), n.currentTranslate < t.maxTranslate() && (v = !1, i.resistance && (n.currentTranslate = t.maxTranslate() + 1 - (t.maxTranslate() - n.startTranslate - g) ** E))), v && (a.preventedByNestedSwiper = !0), !t.allowSlideNext && t.swipeDirection === "next" && n.currentTranslate < n.startTranslate && (n.currentTranslate = n.startTranslate), !t.allowSlidePrev && t.swipeDirection === "prev" && n.currentTranslate > n.startTranslate && (n.currentTranslate = n.startTranslate), !t.allowSlidePrev && !t.allowSlideNext && (n.currentTranslate = n.startTranslate), i.threshold > 0)
|
|
5670
5670
|
if (Math.abs(g) > i.threshold || n.allowThresholdMove) {
|
|
5671
5671
|
if (!n.allowThresholdMove) {
|
|
5672
5672
|
n.allowThresholdMove = !0, s.startX = s.currentX, s.startY = s.currentY, n.currentTranslate = n.startTranslate, s.diff = t.isHorizontal() ? s.currentX - s.startX : s.currentY - s.startY;
|
|
@@ -5734,19 +5734,19 @@ function xs(e) {
|
|
|
5734
5734
|
}
|
|
5735
5735
|
let u = null, m = null;
|
|
5736
5736
|
o.rewind && (r.isBeginning ? m = o.virtual && o.virtual.enabled && r.virtual ? r.virtual.slides.length - 1 : r.slides.length - 1 : r.isEnd && (u = 0));
|
|
5737
|
-
const v = (f - d[b]) / x,
|
|
5737
|
+
const v = (f - d[b]) / x, E = b < o.slidesPerGroupSkip - 1 ? 1 : o.slidesPerGroup;
|
|
5738
5738
|
if (T > o.longSwipesMs) {
|
|
5739
5739
|
if (!o.longSwipes) {
|
|
5740
5740
|
r.slideTo(r.activeIndex);
|
|
5741
5741
|
return;
|
|
5742
5742
|
}
|
|
5743
|
-
r.swipeDirection === "next" && (v >= o.longSwipesRatio ? r.slideTo(o.rewind && r.isEnd ? u : b +
|
|
5743
|
+
r.swipeDirection === "next" && (v >= o.longSwipesRatio ? r.slideTo(o.rewind && r.isEnd ? u : b + E) : r.slideTo(b)), r.swipeDirection === "prev" && (v > 1 - o.longSwipesRatio ? r.slideTo(b + E) : m !== null && v < 0 && Math.abs(v) > o.longSwipesRatio ? r.slideTo(m) : r.slideTo(b));
|
|
5744
5744
|
} else {
|
|
5745
5745
|
if (!o.shortSwipes) {
|
|
5746
5746
|
r.slideTo(r.activeIndex);
|
|
5747
5747
|
return;
|
|
5748
5748
|
}
|
|
5749
|
-
r.navigation && (n.target === r.navigation.nextEl || n.target === r.navigation.prevEl) ? n.target === r.navigation.nextEl ? r.slideTo(b +
|
|
5749
|
+
r.navigation && (n.target === r.navigation.nextEl || n.target === r.navigation.prevEl) ? n.target === r.navigation.nextEl ? r.slideTo(b + E) : r.slideTo(b) : (r.swipeDirection === "next" && r.slideTo(u !== null ? u : b + E), r.swipeDirection === "prev" && r.slideTo(m !== null ? m : b));
|
|
5750
5750
|
}
|
|
5751
5751
|
}
|
|
5752
5752
|
function ar() {
|
|
@@ -5783,11 +5783,11 @@ function Ts() {
|
|
|
5783
5783
|
const s = e.maxTranslate() - e.minTranslate();
|
|
5784
5784
|
s === 0 ? i = 0 : i = (e.translate - e.minTranslate()) / s, i !== e.progress && e.updateProgress(t ? -e.translate : e.translate), e.emit("setTranslate", e.translate, !1);
|
|
5785
5785
|
}
|
|
5786
|
-
function
|
|
5786
|
+
function ws(e) {
|
|
5787
5787
|
const r = this;
|
|
5788
5788
|
Ye(r, e.target), !(r.params.cssMode || r.params.slidesPerView !== "auto" && !r.params.autoHeight) && r.update();
|
|
5789
5789
|
}
|
|
5790
|
-
function
|
|
5790
|
+
function Es() {
|
|
5791
5791
|
const e = this;
|
|
5792
5792
|
e.documentTouchHandlerProceeded || (e.documentTouchHandlerProceeded = !0, e.params.touchReleaseOnEdges && (e.el.style.touchAction = "auto"));
|
|
5793
5793
|
}
|
|
@@ -5833,7 +5833,7 @@ function Cs() {
|
|
|
5833
5833
|
const e = this, {
|
|
5834
5834
|
params: r
|
|
5835
5835
|
} = e;
|
|
5836
|
-
e.onTouchStart = bs.bind(e), e.onTouchMove = ys.bind(e), e.onTouchEnd = xs.bind(e), e.onDocumentTouchStart =
|
|
5836
|
+
e.onTouchStart = bs.bind(e), e.onTouchMove = ys.bind(e), e.onTouchEnd = xs.bind(e), e.onDocumentTouchStart = Es.bind(e), r.cssMode && (e.onScroll = Ts.bind(e)), e.onClick = Ss.bind(e), e.onLoad = ws.bind(e), Zr(e, "on");
|
|
5837
5837
|
}
|
|
5838
5838
|
function Ms() {
|
|
5839
5839
|
Zr(this, "off");
|
|
@@ -5861,12 +5861,12 @@ function Os() {
|
|
|
5861
5861
|
});
|
|
5862
5862
|
const u = c.direction && c.direction !== n.direction, m = n.loop && (c.slidesPerView !== n.slidesPerView || u), v = n.loop;
|
|
5863
5863
|
u && t && e.changeDirection(), le(e.params, c);
|
|
5864
|
-
const
|
|
5864
|
+
const E = e.params.enabled, y = e.params.loop;
|
|
5865
5865
|
Object.assign(e, {
|
|
5866
5866
|
allowTouchMove: e.params.allowTouchMove,
|
|
5867
5867
|
allowSlideNext: e.params.allowSlideNext,
|
|
5868
5868
|
allowSlidePrev: e.params.allowSlidePrev
|
|
5869
|
-
}), x && !
|
|
5869
|
+
}), x && !E ? e.disable() : !x && E && e.enable(), e.currentBreakpoint = d, e.emit("_beforeBreakpoint", c), t && (m ? (e.loopDestroy(), e.loopCreate(r), e.updateSlides()) : !v && y ? (e.loopCreate(r), e.updateSlides()) : v && !y && e.loopDestroy()), e.emit("breakpoint", c);
|
|
5870
5870
|
}
|
|
5871
5871
|
function ks(e, r = "window", t) {
|
|
5872
5872
|
if (!e || r === "container" && !t) return;
|
|
@@ -6115,7 +6115,7 @@ const ft = {
|
|
|
6115
6115
|
checkOverflow: Ns,
|
|
6116
6116
|
classes: zs
|
|
6117
6117
|
}, pt = {};
|
|
6118
|
-
let
|
|
6118
|
+
let Bt = class me {
|
|
6119
6119
|
constructor(...r) {
|
|
6120
6120
|
let t, n;
|
|
6121
6121
|
r.length === 1 && r[0].constructor && Object.prototype.toString.call(r[0]).slice(8, -1) === "Object" ? n = r[0] : [t, n] = r, n || (n = {}), n = le({}, n), t && !n.el && (n.el = t);
|
|
@@ -6418,10 +6418,10 @@ let $t = class me {
|
|
|
6418
6418
|
};
|
|
6419
6419
|
Object.keys(ft).forEach((e) => {
|
|
6420
6420
|
Object.keys(ft[e]).forEach((r) => {
|
|
6421
|
-
|
|
6421
|
+
Bt.prototype[r] = ft[e][r];
|
|
6422
6422
|
});
|
|
6423
6423
|
});
|
|
6424
|
-
|
|
6424
|
+
Bt.use([Ai, Ri]);
|
|
6425
6425
|
const Qr = [
|
|
6426
6426
|
"eventsPrefix",
|
|
6427
6427
|
"injectStyles",
|
|
@@ -6565,10 +6565,10 @@ function nn(e = "") {
|
|
|
6565
6565
|
t.indexOf(n) < 0 && t.push(n);
|
|
6566
6566
|
}), t.join(" ");
|
|
6567
6567
|
}
|
|
6568
|
-
function
|
|
6568
|
+
function qs(e = "") {
|
|
6569
6569
|
return e ? e.includes("swiper-wrapper") ? e : `swiper-wrapper ${e}` : "swiper-wrapper";
|
|
6570
6570
|
}
|
|
6571
|
-
function
|
|
6571
|
+
function Bs({
|
|
6572
6572
|
swiper: e,
|
|
6573
6573
|
slides: r,
|
|
6574
6574
|
passedParams: t,
|
|
@@ -6586,21 +6586,21 @@ function $s({
|
|
|
6586
6586
|
virtual: f,
|
|
6587
6587
|
thumbs: g
|
|
6588
6588
|
} = e;
|
|
6589
|
-
let b, x, u, m, v,
|
|
6589
|
+
let b, x, u, m, v, E, y, A;
|
|
6590
6590
|
n.includes("thumbs") && t.thumbs && t.thumbs.swiper && !t.thumbs.swiper.destroyed && d.thumbs && (!d.thumbs.swiper || d.thumbs.swiper.destroyed) && (b = !0), n.includes("controller") && t.controller && t.controller.control && d.controller && !d.controller.control && (x = !0), n.includes("pagination") && t.pagination && (t.pagination.el || l) && (d.pagination || d.pagination === !1) && p && !p.el && (u = !0), n.includes("scrollbar") && t.scrollbar && (t.scrollbar.el || o) && (d.scrollbar || d.scrollbar === !1) && T && !T.el && (m = !0), n.includes("navigation") && t.navigation && (t.navigation.prevEl || s) && (t.navigation.nextEl || i) && (d.navigation || d.navigation === !1) && c && !c.prevEl && !c.nextEl && (v = !0);
|
|
6591
6591
|
const L = (h) => {
|
|
6592
6592
|
e[h] && (e[h].destroy(), h === "navigation" ? (e.isElement && (e[h].prevEl.remove(), e[h].nextEl.remove()), d[h].prevEl = void 0, d[h].nextEl = void 0, e[h].prevEl = void 0, e[h].nextEl = void 0) : (e.isElement && e[h].el.remove(), d[h].el = void 0, e[h].el = void 0));
|
|
6593
6593
|
};
|
|
6594
|
-
n.includes("loop") && e.isElement && (d.loop && !t.loop ?
|
|
6594
|
+
n.includes("loop") && e.isElement && (d.loop && !t.loop ? E = !0 : !d.loop && t.loop ? y = !0 : A = !0), a.forEach((h) => {
|
|
6595
6595
|
if (Se(d[h]) && Se(t[h]))
|
|
6596
6596
|
Object.assign(d[h], t[h]), (h === "navigation" || h === "pagination" || h === "scrollbar") && "enabled" in t[h] && !t[h].enabled && L(h);
|
|
6597
6597
|
else {
|
|
6598
6598
|
const _ = t[h];
|
|
6599
6599
|
(_ === !0 || _ === !1) && (h === "navigation" || h === "pagination" || h === "scrollbar") ? _ === !1 && L(h) : d[h] = t[h];
|
|
6600
6600
|
}
|
|
6601
|
-
}), a.includes("controller") && !x && e.controller && e.controller.control && d.controller && d.controller.control && (e.controller.control = d.controller.control), n.includes("children") && r && f && d.virtual.enabled ? (f.slides = r, f.update(!0)) : n.includes("virtual") && f && d.virtual.enabled && (r && (f.slides = r), f.update(!0)), n.includes("children") && r && d.loop && (A = !0), b && g.init() && g.update(!0), x && (e.controller.control = d.controller.control), u && (e.isElement && (!l || typeof l == "string") && (l = document.createElement("div"), l.classList.add("swiper-pagination"), l.part.add("pagination"), e.el.appendChild(l)), l && (d.pagination.el = l), p.init(), p.render(), p.update()), m && (e.isElement && (!o || typeof o == "string") && (o = document.createElement("div"), o.classList.add("swiper-scrollbar"), o.part.add("scrollbar"), e.el.appendChild(o)), o && (d.scrollbar.el = o), T.init(), T.updateSize(), T.setTranslate()), v && (e.isElement && ((!i || typeof i == "string") && (i = document.createElement("div"), i.classList.add("swiper-button-next"), Pe(i, e.navigation.arrowSvg), i.part.add("button-next"), e.el.appendChild(i)), (!s || typeof s == "string") && (s = document.createElement("div"), s.classList.add("swiper-button-prev"), Pe(s, e.navigation.arrowSvg), s.part.add("button-prev"), e.el.appendChild(s))), i && (d.navigation.nextEl = i), s && (d.navigation.prevEl = s), c.init(), c.update()), n.includes("allowSlideNext") && (e.allowSlideNext = t.allowSlideNext), n.includes("allowSlidePrev") && (e.allowSlidePrev = t.allowSlidePrev), n.includes("direction") && e.changeDirection(t.direction, !1), (
|
|
6601
|
+
}), a.includes("controller") && !x && e.controller && e.controller.control && d.controller && d.controller.control && (e.controller.control = d.controller.control), n.includes("children") && r && f && d.virtual.enabled ? (f.slides = r, f.update(!0)) : n.includes("virtual") && f && d.virtual.enabled && (r && (f.slides = r), f.update(!0)), n.includes("children") && r && d.loop && (A = !0), b && g.init() && g.update(!0), x && (e.controller.control = d.controller.control), u && (e.isElement && (!l || typeof l == "string") && (l = document.createElement("div"), l.classList.add("swiper-pagination"), l.part.add("pagination"), e.el.appendChild(l)), l && (d.pagination.el = l), p.init(), p.render(), p.update()), m && (e.isElement && (!o || typeof o == "string") && (o = document.createElement("div"), o.classList.add("swiper-scrollbar"), o.part.add("scrollbar"), e.el.appendChild(o)), o && (d.scrollbar.el = o), T.init(), T.updateSize(), T.setTranslate()), v && (e.isElement && ((!i || typeof i == "string") && (i = document.createElement("div"), i.classList.add("swiper-button-next"), Pe(i, e.navigation.arrowSvg), i.part.add("button-next"), e.el.appendChild(i)), (!s || typeof s == "string") && (s = document.createElement("div"), s.classList.add("swiper-button-prev"), Pe(s, e.navigation.arrowSvg), s.part.add("button-prev"), e.el.appendChild(s))), i && (d.navigation.nextEl = i), s && (d.navigation.prevEl = s), c.init(), c.update()), n.includes("allowSlideNext") && (e.allowSlideNext = t.allowSlideNext), n.includes("allowSlidePrev") && (e.allowSlidePrev = t.allowSlidePrev), n.includes("direction") && e.changeDirection(t.direction, !1), (E || A) && e.loopDestroy(), (y || A) && e.loopCreate(), e.update();
|
|
6602
6602
|
}
|
|
6603
|
-
function
|
|
6603
|
+
function $s(e = {}, r = !0) {
|
|
6604
6604
|
const t = {
|
|
6605
6605
|
on: {}
|
|
6606
6606
|
}, n = {}, i = {};
|
|
@@ -6617,7 +6617,7 @@ function Gs(e = {}, r = !0) {
|
|
|
6617
6617
|
events: n
|
|
6618
6618
|
};
|
|
6619
6619
|
}
|
|
6620
|
-
function
|
|
6620
|
+
function Gs({
|
|
6621
6621
|
el: e,
|
|
6622
6622
|
nextEl: r,
|
|
6623
6623
|
prevEl: t,
|
|
@@ -6726,20 +6726,20 @@ const lr = /* @__PURE__ */ ye(null), Ws = /* @__PURE__ */ ye(null), on = /* @__P
|
|
|
6726
6726
|
...s
|
|
6727
6727
|
} = {}, o) => {
|
|
6728
6728
|
let l = !1;
|
|
6729
|
-
const [a, d] = be("swiper"), [p, c] = be(null), [T, f] = be(!1), g = oe(!1), b = oe(null), x = oe(null), u = oe(null), m = oe(null), v = oe(null),
|
|
6729
|
+
const [a, d] = be("swiper"), [p, c] = be(null), [T, f] = be(!1), g = oe(!1), b = oe(null), x = oe(null), u = oe(null), m = oe(null), v = oe(null), E = oe(null), y = oe(null), A = oe(null), {
|
|
6730
6730
|
params: L,
|
|
6731
6731
|
passedParams: h,
|
|
6732
6732
|
rest: _,
|
|
6733
6733
|
events: O
|
|
6734
|
-
} =
|
|
6734
|
+
} = $s(s), {
|
|
6735
6735
|
slides: k,
|
|
6736
6736
|
slots: R
|
|
6737
6737
|
} = Vs(n), F = () => {
|
|
6738
6738
|
f(!T);
|
|
6739
6739
|
};
|
|
6740
6740
|
Object.assign(L.on, {
|
|
6741
|
-
_containerClasses(S,
|
|
6742
|
-
d(
|
|
6741
|
+
_containerClasses(S, q) {
|
|
6742
|
+
d(q);
|
|
6743
6743
|
}
|
|
6744
6744
|
});
|
|
6745
6745
|
const V = () => {
|
|
@@ -6747,15 +6747,15 @@ const lr = /* @__PURE__ */ ye(null), Ws = /* @__PURE__ */ ye(null), on = /* @__P
|
|
|
6747
6747
|
const S = {
|
|
6748
6748
|
...L
|
|
6749
6749
|
};
|
|
6750
|
-
if (delete S.wrapperClass, x.current = new
|
|
6750
|
+
if (delete S.wrapperClass, x.current = new Bt(S), x.current.virtual && x.current.params.virtual.enabled) {
|
|
6751
6751
|
x.current.virtual.slides = k;
|
|
6752
|
-
const
|
|
6752
|
+
const q = {
|
|
6753
6753
|
cache: !1,
|
|
6754
6754
|
slides: k,
|
|
6755
6755
|
renderExternal: c,
|
|
6756
6756
|
renderExternalUpdate: !1
|
|
6757
6757
|
};
|
|
6758
|
-
Me(x.current.params.virtual,
|
|
6758
|
+
Me(x.current.params.virtual, q), Me(x.current.originalParams.virtual, q);
|
|
6759
6759
|
}
|
|
6760
6760
|
};
|
|
6761
6761
|
b.current || V(), x.current && x.current.on("_beforeBreakpoint", F);
|
|
@@ -6763,7 +6763,7 @@ const lr = /* @__PURE__ */ ye(null), Ws = /* @__PURE__ */ ye(null), on = /* @__P
|
|
|
6763
6763
|
l || !O || !x.current || Object.keys(O).forEach((S) => {
|
|
6764
6764
|
x.current.on(S, O[S]);
|
|
6765
6765
|
});
|
|
6766
|
-
},
|
|
6766
|
+
}, w = () => {
|
|
6767
6767
|
!O || !x.current || Object.keys(O).forEach((S) => {
|
|
6768
6768
|
x.current.off(S, O[S]);
|
|
6769
6769
|
});
|
|
@@ -6774,10 +6774,10 @@ const lr = /* @__PURE__ */ ye(null), Ws = /* @__PURE__ */ ye(null), on = /* @__P
|
|
|
6774
6774
|
!g.current && x.current && (x.current.emitSlidesClasses(), g.current = !0);
|
|
6775
6775
|
}), _e(() => {
|
|
6776
6776
|
if (o && (o.current = b.current), !!b.current)
|
|
6777
|
-
return x.current.destroyed && V(),
|
|
6777
|
+
return x.current.destroyed && V(), Gs({
|
|
6778
6778
|
el: b.current,
|
|
6779
6779
|
nextEl: v.current,
|
|
6780
|
-
prevEl:
|
|
6780
|
+
prevEl: E.current,
|
|
6781
6781
|
paginationEl: y.current,
|
|
6782
6782
|
scrollbarEl: A.current,
|
|
6783
6783
|
swiper: x.current
|
|
@@ -6786,26 +6786,26 @@ const lr = /* @__PURE__ */ ye(null), Ws = /* @__PURE__ */ ye(null), on = /* @__P
|
|
|
6786
6786
|
};
|
|
6787
6787
|
}, []), _e(() => {
|
|
6788
6788
|
Q();
|
|
6789
|
-
const S = js(h, u.current, k, m.current, (
|
|
6790
|
-
return u.current = h, m.current = k, S.length && x.current && !x.current.destroyed &&
|
|
6789
|
+
const S = js(h, u.current, k, m.current, (q) => q.key);
|
|
6790
|
+
return u.current = h, m.current = k, S.length && x.current && !x.current.destroyed && Bs({
|
|
6791
6791
|
swiper: x.current,
|
|
6792
6792
|
slides: k,
|
|
6793
6793
|
passedParams: h,
|
|
6794
6794
|
changedParams: S,
|
|
6795
6795
|
nextEl: v.current,
|
|
6796
|
-
prevEl:
|
|
6796
|
+
prevEl: E.current,
|
|
6797
6797
|
scrollbarEl: A.current,
|
|
6798
6798
|
paginationEl: y.current
|
|
6799
6799
|
}), () => {
|
|
6800
|
-
|
|
6800
|
+
w();
|
|
6801
6801
|
};
|
|
6802
6802
|
}), _e(() => {
|
|
6803
6803
|
Fs(x.current);
|
|
6804
6804
|
}, [p]);
|
|
6805
6805
|
function M() {
|
|
6806
|
-
return L.virtual ? Hs(x.current, k, p) : k.map((S,
|
|
6806
|
+
return L.virtual ? Hs(x.current, k, p) : k.map((S, q) => /* @__PURE__ */ ie.cloneElement(S, {
|
|
6807
6807
|
swiper: x.current,
|
|
6808
|
-
swiperSlideIndex:
|
|
6808
|
+
swiperSlideIndex: q
|
|
6809
6809
|
}));
|
|
6810
6810
|
}
|
|
6811
6811
|
return /* @__PURE__ */ ie.createElement(r, Je({
|
|
@@ -6814,9 +6814,9 @@ const lr = /* @__PURE__ */ ye(null), Ws = /* @__PURE__ */ ye(null), on = /* @__P
|
|
|
6814
6814
|
}, _), /* @__PURE__ */ ie.createElement(Ws.Provider, {
|
|
6815
6815
|
value: x.current
|
|
6816
6816
|
}, R["container-start"], /* @__PURE__ */ ie.createElement(t, {
|
|
6817
|
-
className:
|
|
6817
|
+
className: qs(L.wrapperClass)
|
|
6818
6818
|
}, R["wrapper-start"], M(), R["wrapper-end"]), en(L) && /* @__PURE__ */ ie.createElement(ie.Fragment, null, /* @__PURE__ */ ie.createElement("div", {
|
|
6819
|
-
ref:
|
|
6819
|
+
ref: E,
|
|
6820
6820
|
className: "swiper-button-prev"
|
|
6821
6821
|
}), /* @__PURE__ */ ie.createElement("div", {
|
|
6822
6822
|
ref: v,
|
|
@@ -6842,8 +6842,8 @@ const ln = /* @__PURE__ */ ur(({
|
|
|
6842
6842
|
...a
|
|
6843
6843
|
} = {}, d) => {
|
|
6844
6844
|
const p = oe(null), [c, T] = be("swiper-slide"), [f, g] = be(!1);
|
|
6845
|
-
function b(v,
|
|
6846
|
-
|
|
6845
|
+
function b(v, E, y) {
|
|
6846
|
+
E === p.current && T(y);
|
|
6847
6847
|
}
|
|
6848
6848
|
_e(() => {
|
|
6849
6849
|
if (typeof l < "u" && (p.current.swiperSlideIndex = l), d && (d.current = p.current), !(!p.current || !n)) {
|
|
@@ -7003,12 +7003,12 @@ function Ys({
|
|
|
7003
7003
|
let m = x.includes(u) || b.includes(u);
|
|
7004
7004
|
if (e.isElement && !m) {
|
|
7005
7005
|
const v = g.path || g.composedPath && g.composedPath();
|
|
7006
|
-
v && (m = v.find((
|
|
7006
|
+
v && (m = v.find((E) => b.includes(E) || x.includes(E)));
|
|
7007
7007
|
}
|
|
7008
7008
|
if (e.params.navigation.hideOnClick && !m) {
|
|
7009
7009
|
if (e.pagination && e.params.pagination && e.params.pagination.clickable && (e.pagination.el === u || e.pagination.el.contains(u))) return;
|
|
7010
7010
|
let v;
|
|
7011
|
-
b.length ? v = b[0].classList.contains(e.params.navigation.hiddenClass) : x.length && (v = x[0].classList.contains(e.params.navigation.hiddenClass)), n(v === !0 ? "navigationShow" : "navigationHide"), [...b, ...x].filter((
|
|
7011
|
+
b.length ? v = b[0].classList.contains(e.params.navigation.hiddenClass) : x.length && (v = x[0].classList.contains(e.params.navigation.hiddenClass)), n(v === !0 ? "navigationShow" : "navigationHide"), [...b, ...x].filter((E) => !!E).forEach((E) => E.classList.toggle(e.params.navigation.hiddenClass));
|
|
7012
7012
|
}
|
|
7013
7013
|
});
|
|
7014
7014
|
const c = () => {
|
|
@@ -7093,8 +7093,8 @@ function Xs({
|
|
|
7093
7093
|
const v = De(m) * e.params.slidesPerGroup;
|
|
7094
7094
|
if (e.params.loop) {
|
|
7095
7095
|
if (e.realIndex === v) return;
|
|
7096
|
-
const
|
|
7097
|
-
|
|
7096
|
+
const E = d(e.realIndex, v, e.slides.length);
|
|
7097
|
+
E === "next" ? e.slideNext() : E === "previous" ? e.slidePrev() : e.slideToLoop(v);
|
|
7098
7098
|
} else
|
|
7099
7099
|
e.slideTo(v);
|
|
7100
7100
|
}
|
|
@@ -7103,25 +7103,25 @@ function Xs({
|
|
|
7103
7103
|
if (l()) return;
|
|
7104
7104
|
let v = e.pagination.el;
|
|
7105
7105
|
v = K(v);
|
|
7106
|
-
let
|
|
7106
|
+
let E, y;
|
|
7107
7107
|
const A = e.virtual && e.params.virtual.enabled ? e.virtual.slides.length : e.slides.length, L = e.params.loop ? Math.ceil(A / e.params.slidesPerGroup) : e.snapGrid.length;
|
|
7108
|
-
if (e.params.loop ? (y = e.previousRealIndex || 0,
|
|
7108
|
+
if (e.params.loop ? (y = e.previousRealIndex || 0, E = e.params.slidesPerGroup > 1 ? Math.floor(e.realIndex / e.params.slidesPerGroup) : e.realIndex) : typeof e.snapIndex < "u" ? (E = e.snapIndex, y = e.previousSnapIndex) : (y = e.previousIndex || 0, E = e.activeIndex || 0), m.type === "bullets" && e.pagination.bullets && e.pagination.bullets.length > 0) {
|
|
7109
7109
|
const h = e.pagination.bullets;
|
|
7110
7110
|
let _, O, k;
|
|
7111
7111
|
if (m.dynamicBullets && (s = ht(h[0], e.isHorizontal() ? "width" : "height"), v.forEach((R) => {
|
|
7112
7112
|
R.style[e.isHorizontal() ? "width" : "height"] = `${s * (m.dynamicMainBullets + 4)}px`;
|
|
7113
|
-
}), m.dynamicMainBullets > 1 && y !== void 0 && (o +=
|
|
7113
|
+
}), m.dynamicMainBullets > 1 && y !== void 0 && (o += E - (y || 0), o > m.dynamicMainBullets - 1 ? o = m.dynamicMainBullets - 1 : o < 0 && (o = 0)), _ = Math.max(E - o, 0), O = _ + (Math.min(h.length, m.dynamicMainBullets) - 1), k = (O + _) / 2), h.forEach((R) => {
|
|
7114
7114
|
const F = [...["", "-next", "-next-next", "-prev", "-prev-prev", "-main"].map((V) => `${m.bulletActiveClass}${V}`)].map((V) => typeof V == "string" && V.includes(" ") ? V.split(" ") : V).flat();
|
|
7115
7115
|
R.classList.remove(...F);
|
|
7116
7116
|
}), v.length > 1)
|
|
7117
7117
|
h.forEach((R) => {
|
|
7118
7118
|
const F = De(R);
|
|
7119
|
-
F ===
|
|
7119
|
+
F === E ? R.classList.add(...m.bulletActiveClass.split(" ")) : e.isElement && R.setAttribute("part", "bullet"), m.dynamicBullets && (F >= _ && F <= O && R.classList.add(...`${m.bulletActiveClass}-main`.split(" ")), F === _ && a(R, "prev"), F === O && a(R, "next"));
|
|
7120
7120
|
});
|
|
7121
7121
|
else {
|
|
7122
|
-
const R = h[
|
|
7122
|
+
const R = h[E];
|
|
7123
7123
|
if (R && R.classList.add(...m.bulletActiveClass.split(" ")), e.isElement && h.forEach((F, V) => {
|
|
7124
|
-
F.setAttribute("part", V ===
|
|
7124
|
+
F.setAttribute("part", V === E ? "bullet-active" : "bullet");
|
|
7125
7125
|
}), m.dynamicBullets) {
|
|
7126
7126
|
const F = h[_], V = h[O];
|
|
7127
7127
|
for (let Q = _; Q <= O; Q += 1)
|
|
@@ -7138,19 +7138,19 @@ function Xs({
|
|
|
7138
7138
|
}
|
|
7139
7139
|
v.forEach((h, _) => {
|
|
7140
7140
|
if (m.type === "fraction" && (h.querySelectorAll(he(m.currentClass)).forEach((O) => {
|
|
7141
|
-
O.textContent = m.formatFractionCurrent(
|
|
7141
|
+
O.textContent = m.formatFractionCurrent(E + 1);
|
|
7142
7142
|
}), h.querySelectorAll(he(m.totalClass)).forEach((O) => {
|
|
7143
7143
|
O.textContent = m.formatFractionTotal(L);
|
|
7144
7144
|
})), m.type === "progressbar") {
|
|
7145
7145
|
let O;
|
|
7146
7146
|
m.progressbarOpposite ? O = e.isHorizontal() ? "vertical" : "horizontal" : O = e.isHorizontal() ? "horizontal" : "vertical";
|
|
7147
|
-
const k = (
|
|
7147
|
+
const k = (E + 1) / L;
|
|
7148
7148
|
let R = 1, F = 1;
|
|
7149
7149
|
O === "horizontal" ? R = k : F = k, h.querySelectorAll(he(m.progressbarFillClass)).forEach((V) => {
|
|
7150
7150
|
V.style.transform = `translate3d(0,0,0) scaleX(${R}) scaleY(${F})`, V.style.transitionDuration = `${e.params.speed}ms`;
|
|
7151
7151
|
});
|
|
7152
7152
|
}
|
|
7153
|
-
m.type === "custom" && m.renderCustom ? (Pe(h, m.renderCustom(e,
|
|
7153
|
+
m.type === "custom" && m.renderCustom ? (Pe(h, m.renderCustom(e, E + 1, L)), _ === 0 && n("paginationRender", h)) : (_ === 0 && n("paginationRender", h), n("paginationUpdate", h)), e.params.watchOverflow && e.enabled && h.classList[e.isLocked ? "add" : "remove"](m.lockClass);
|
|
7154
7154
|
});
|
|
7155
7155
|
}
|
|
7156
7156
|
function T() {
|
|
@@ -7159,15 +7159,15 @@ function Xs({
|
|
|
7159
7159
|
const m = e.virtual && e.params.virtual.enabled ? e.virtual.slides.length : e.grid && e.params.grid.rows > 1 ? e.slides.length / Math.ceil(e.params.grid.rows) : e.slides.length;
|
|
7160
7160
|
let v = e.pagination.el;
|
|
7161
7161
|
v = K(v);
|
|
7162
|
-
let
|
|
7162
|
+
let E = "";
|
|
7163
7163
|
if (u.type === "bullets") {
|
|
7164
7164
|
let y = e.params.loop ? Math.ceil(m / e.params.slidesPerGroup) : e.snapGrid.length;
|
|
7165
7165
|
e.params.freeMode && e.params.freeMode.enabled && y > m && (y = m);
|
|
7166
7166
|
for (let A = 0; A < y; A += 1)
|
|
7167
|
-
u.renderBullet ?
|
|
7167
|
+
u.renderBullet ? E += u.renderBullet.call(e, A, u.bulletClass) : E += `<${u.bulletElement} ${e.isElement ? 'part="bullet"' : ""} class="${u.bulletClass}"></${u.bulletElement}>`;
|
|
7168
7168
|
}
|
|
7169
|
-
u.type === "fraction" && (u.renderFraction ?
|
|
7170
|
-
u.type !== "custom" && Pe(y,
|
|
7169
|
+
u.type === "fraction" && (u.renderFraction ? E = u.renderFraction.call(e, u.currentClass, u.totalClass) : E = `<span class="${u.currentClass}"></span> / <span class="${u.totalClass}"></span>`), u.type === "progressbar" && (u.renderProgressbar ? E = u.renderProgressbar.call(e, u.progressbarFillClass) : E = `<span class="${u.progressbarFillClass}"></span>`), e.pagination.bullets = [], v.forEach((y) => {
|
|
7170
|
+
u.type !== "custom" && Pe(y, E || ""), u.type === "bullets" && e.pagination.bullets.push(...y.querySelectorAll(he(u.bulletClass)));
|
|
7171
7171
|
}), u.type !== "custom" && n("paginationRender", v[0]);
|
|
7172
7172
|
}
|
|
7173
7173
|
function f() {
|
|
@@ -7218,11 +7218,11 @@ function Xs({
|
|
|
7218
7218
|
}), t("lock unlock", () => {
|
|
7219
7219
|
c();
|
|
7220
7220
|
}), t("click", (u, m) => {
|
|
7221
|
-
const v = m.target,
|
|
7222
|
-
if (e.params.pagination.el && e.params.pagination.hideOnClick &&
|
|
7221
|
+
const v = m.target, E = K(e.pagination.el);
|
|
7222
|
+
if (e.params.pagination.el && e.params.pagination.hideOnClick && E && E.length > 0 && !v.classList.contains(e.params.pagination.bulletClass)) {
|
|
7223
7223
|
if (e.navigation && (e.navigation.nextEl && v === e.navigation.nextEl || e.navigation.prevEl && v === e.navigation.prevEl)) return;
|
|
7224
|
-
const y =
|
|
7225
|
-
n(y === !0 ? "paginationShow" : "paginationHide"),
|
|
7224
|
+
const y = E[0].classList.contains(e.params.pagination.hiddenClass);
|
|
7225
|
+
n(y === !0 ? "paginationShow" : "paginationHide"), E.forEach((A) => A.classList.toggle(e.params.pagination.hiddenClass));
|
|
7226
7226
|
}
|
|
7227
7227
|
});
|
|
7228
7228
|
const b = () => {
|
|
@@ -7275,82 +7275,82 @@ function Us({
|
|
|
7275
7275
|
clicked: !1
|
|
7276
7276
|
};
|
|
7277
7277
|
let n = null, i, s, o = (/* @__PURE__ */ new Date()).getTime();
|
|
7278
|
-
function l(
|
|
7278
|
+
function l(w) {
|
|
7279
7279
|
const M = n;
|
|
7280
|
-
M.length !== 0 && Pe(M,
|
|
7280
|
+
M.length !== 0 && Pe(M, w);
|
|
7281
7281
|
}
|
|
7282
|
-
function a(
|
|
7282
|
+
function a(w = 16) {
|
|
7283
7283
|
const M = () => Math.round(16 * Math.random()).toString(16);
|
|
7284
|
-
return "x".repeat(
|
|
7284
|
+
return "x".repeat(w).replace(/x/g, M);
|
|
7285
7285
|
}
|
|
7286
|
-
function d(
|
|
7287
|
-
|
|
7286
|
+
function d(w) {
|
|
7287
|
+
w = K(w), w.forEach((M) => {
|
|
7288
7288
|
M.setAttribute("tabIndex", "0");
|
|
7289
7289
|
});
|
|
7290
7290
|
}
|
|
7291
|
-
function p(
|
|
7292
|
-
|
|
7291
|
+
function p(w) {
|
|
7292
|
+
w = K(w), w.forEach((M) => {
|
|
7293
7293
|
M.setAttribute("tabIndex", "-1");
|
|
7294
7294
|
});
|
|
7295
7295
|
}
|
|
7296
|
-
function c(
|
|
7297
|
-
|
|
7296
|
+
function c(w, M) {
|
|
7297
|
+
w = K(w), w.forEach((S) => {
|
|
7298
7298
|
S.setAttribute("role", M);
|
|
7299
7299
|
});
|
|
7300
7300
|
}
|
|
7301
|
-
function T(
|
|
7302
|
-
|
|
7301
|
+
function T(w, M) {
|
|
7302
|
+
w = K(w), w.forEach((S) => {
|
|
7303
7303
|
S.setAttribute("aria-roledescription", M);
|
|
7304
7304
|
});
|
|
7305
7305
|
}
|
|
7306
|
-
function f(
|
|
7307
|
-
|
|
7306
|
+
function f(w, M) {
|
|
7307
|
+
w = K(w), w.forEach((S) => {
|
|
7308
7308
|
S.setAttribute("aria-controls", M);
|
|
7309
7309
|
});
|
|
7310
7310
|
}
|
|
7311
|
-
function g(
|
|
7312
|
-
|
|
7311
|
+
function g(w, M) {
|
|
7312
|
+
w = K(w), w.forEach((S) => {
|
|
7313
7313
|
S.setAttribute("aria-label", M);
|
|
7314
7314
|
});
|
|
7315
7315
|
}
|
|
7316
|
-
function b(
|
|
7317
|
-
|
|
7316
|
+
function b(w, M) {
|
|
7317
|
+
w = K(w), w.forEach((S) => {
|
|
7318
7318
|
S.setAttribute("id", M);
|
|
7319
7319
|
});
|
|
7320
7320
|
}
|
|
7321
|
-
function x(
|
|
7322
|
-
|
|
7321
|
+
function x(w, M) {
|
|
7322
|
+
w = K(w), w.forEach((S) => {
|
|
7323
7323
|
S.setAttribute("aria-live", M);
|
|
7324
7324
|
});
|
|
7325
7325
|
}
|
|
7326
|
-
function u(
|
|
7327
|
-
|
|
7326
|
+
function u(w) {
|
|
7327
|
+
w = K(w), w.forEach((M) => {
|
|
7328
7328
|
M.setAttribute("aria-disabled", !0);
|
|
7329
7329
|
});
|
|
7330
7330
|
}
|
|
7331
|
-
function m(
|
|
7332
|
-
|
|
7331
|
+
function m(w) {
|
|
7332
|
+
w = K(w), w.forEach((M) => {
|
|
7333
7333
|
M.setAttribute("aria-disabled", !1);
|
|
7334
7334
|
});
|
|
7335
7335
|
}
|
|
7336
|
-
function v(
|
|
7337
|
-
if (
|
|
7338
|
-
const M = e.params.a11y, S =
|
|
7339
|
-
if (!(e.pagination && e.pagination.el && (S === e.pagination.el || e.pagination.el.contains(
|
|
7336
|
+
function v(w) {
|
|
7337
|
+
if (w.keyCode !== 13 && w.keyCode !== 32) return;
|
|
7338
|
+
const M = e.params.a11y, S = w.target;
|
|
7339
|
+
if (!(e.pagination && e.pagination.el && (S === e.pagination.el || e.pagination.el.contains(w.target)) && !w.target.matches(he(e.params.pagination.bulletClass)))) {
|
|
7340
7340
|
if (e.navigation && e.navigation.prevEl && e.navigation.nextEl) {
|
|
7341
|
-
const
|
|
7342
|
-
K(e.navigation.nextEl).includes(S) && (e.isEnd && !e.params.loop || e.slideNext(), e.isEnd ? l(M.lastSlideMessage) : l(M.nextSlideMessage)),
|
|
7341
|
+
const q = K(e.navigation.prevEl);
|
|
7342
|
+
K(e.navigation.nextEl).includes(S) && (e.isEnd && !e.params.loop || e.slideNext(), e.isEnd ? l(M.lastSlideMessage) : l(M.nextSlideMessage)), q.includes(S) && (e.isBeginning && !e.params.loop || e.slidePrev(), e.isBeginning ? l(M.firstSlideMessage) : l(M.prevSlideMessage));
|
|
7343
7343
|
}
|
|
7344
7344
|
e.pagination && S.matches(he(e.params.pagination.bulletClass)) && S.click();
|
|
7345
7345
|
}
|
|
7346
7346
|
}
|
|
7347
|
-
function
|
|
7347
|
+
function E() {
|
|
7348
7348
|
if (e.params.loop || e.params.rewind || !e.navigation) return;
|
|
7349
7349
|
const {
|
|
7350
|
-
nextEl:
|
|
7350
|
+
nextEl: w,
|
|
7351
7351
|
prevEl: M
|
|
7352
7352
|
} = e.navigation;
|
|
7353
|
-
M && (e.isBeginning ? (u(M), p(M)) : (m(M), d(M))),
|
|
7353
|
+
M && (e.isBeginning ? (u(M), p(M)) : (m(M), d(M))), w && (e.isEnd ? (u(w), p(w)) : (m(w), d(w)));
|
|
7354
7354
|
}
|
|
7355
7355
|
function y() {
|
|
7356
7356
|
return e.pagination && e.pagination.bullets && e.pagination.bullets.length;
|
|
@@ -7359,66 +7359,66 @@ function Us({
|
|
|
7359
7359
|
return y() && e.params.pagination.clickable;
|
|
7360
7360
|
}
|
|
7361
7361
|
function L() {
|
|
7362
|
-
const
|
|
7362
|
+
const w = e.params.a11y;
|
|
7363
7363
|
y() && e.pagination.bullets.forEach((M) => {
|
|
7364
|
-
e.params.pagination.clickable && (d(M), e.params.pagination.renderBullet || (c(M, "button"), g(M,
|
|
7364
|
+
e.params.pagination.clickable && (d(M), e.params.pagination.renderBullet || (c(M, "button"), g(M, w.paginationBulletMessage.replace(/\{\{index\}\}/, De(M) + 1)))), M.matches(he(e.params.pagination.bulletActiveClass)) ? M.setAttribute("aria-current", "true") : M.removeAttribute("aria-current");
|
|
7365
7365
|
});
|
|
7366
7366
|
}
|
|
7367
|
-
const h = (
|
|
7368
|
-
d(
|
|
7369
|
-
}, _ = (
|
|
7370
|
-
s && s !==
|
|
7367
|
+
const h = (w, M, S) => {
|
|
7368
|
+
d(w), w.tagName !== "BUTTON" && (c(w, "button"), w.addEventListener("keydown", v)), g(w, S), f(w, M);
|
|
7369
|
+
}, _ = (w) => {
|
|
7370
|
+
s && s !== w.target && !s.contains(w.target) && (i = !0), e.a11y.clicked = !0;
|
|
7371
7371
|
}, O = () => {
|
|
7372
7372
|
i = !1, requestAnimationFrame(() => {
|
|
7373
7373
|
requestAnimationFrame(() => {
|
|
7374
7374
|
e.destroyed || (e.a11y.clicked = !1);
|
|
7375
7375
|
});
|
|
7376
7376
|
});
|
|
7377
|
-
}, k = (
|
|
7377
|
+
}, k = (w) => {
|
|
7378
7378
|
o = (/* @__PURE__ */ new Date()).getTime();
|
|
7379
|
-
}, R = (
|
|
7379
|
+
}, R = (w) => {
|
|
7380
7380
|
if (e.a11y.clicked || !e.params.a11y.scrollOnFocus || (/* @__PURE__ */ new Date()).getTime() - o < 100) return;
|
|
7381
|
-
const M =
|
|
7381
|
+
const M = w.target.closest(`.${e.params.slideClass}, swiper-slide`);
|
|
7382
7382
|
if (!M || !e.slides.includes(M)) return;
|
|
7383
7383
|
s = M;
|
|
7384
|
-
const S = e.slides.indexOf(M) === e.activeIndex,
|
|
7385
|
-
S ||
|
|
7384
|
+
const S = e.slides.indexOf(M) === e.activeIndex, q = e.params.watchSlidesProgress && e.visibleSlides && e.visibleSlides.includes(M);
|
|
7385
|
+
S || q || w.sourceCapabilities && w.sourceCapabilities.firesTouchEvents || (e.isHorizontal() ? e.el.scrollLeft = 0 : e.el.scrollTop = 0, requestAnimationFrame(() => {
|
|
7386
7386
|
i || (e.params.loop ? e.slideToLoop(e.getSlideIndexWhenGrid(parseInt(M.getAttribute("data-swiper-slide-index"))), 0) : e.slideTo(e.getSlideIndexWhenGrid(e.slides.indexOf(M)), 0), i = !1);
|
|
7387
7387
|
}));
|
|
7388
7388
|
}, F = () => {
|
|
7389
|
-
const
|
|
7390
|
-
|
|
7389
|
+
const w = e.params.a11y;
|
|
7390
|
+
w.itemRoleDescriptionMessage && T(e.slides, w.itemRoleDescriptionMessage), w.slideRole && c(e.slides, w.slideRole);
|
|
7391
7391
|
const M = e.slides.length;
|
|
7392
|
-
|
|
7393
|
-
const C = e.params.loop ? parseInt(S.getAttribute("data-swiper-slide-index"), 10) :
|
|
7392
|
+
w.slideLabelMessage && e.slides.forEach((S, q) => {
|
|
7393
|
+
const C = e.params.loop ? parseInt(S.getAttribute("data-swiper-slide-index"), 10) : q, I = w.slideLabelMessage.replace(/\{\{index\}\}/, C + 1).replace(/\{\{slidesLength\}\}/, M);
|
|
7394
7394
|
g(S, I);
|
|
7395
7395
|
});
|
|
7396
7396
|
}, V = () => {
|
|
7397
|
-
const
|
|
7397
|
+
const w = e.params.a11y;
|
|
7398
7398
|
e.el.append(n);
|
|
7399
7399
|
const M = e.el;
|
|
7400
|
-
|
|
7401
|
-
const S = e.wrapperEl,
|
|
7402
|
-
if (b(S,
|
|
7403
|
-
const
|
|
7404
|
-
x(S,
|
|
7400
|
+
w.containerRoleDescriptionMessage && T(M, w.containerRoleDescriptionMessage), w.containerMessage && g(M, w.containerMessage), w.containerRole && c(M, w.containerRole);
|
|
7401
|
+
const S = e.wrapperEl, q = w.id || S.getAttribute("id") || `swiper-wrapper-${a(16)}`;
|
|
7402
|
+
if (b(S, q), w.wrapperLiveRegion) {
|
|
7403
|
+
const B = e.params.autoplay && e.params.autoplay.enabled ? "off" : "polite";
|
|
7404
|
+
x(S, B);
|
|
7405
7405
|
}
|
|
7406
7406
|
F();
|
|
7407
7407
|
let {
|
|
7408
7408
|
nextEl: C,
|
|
7409
7409
|
prevEl: I
|
|
7410
7410
|
} = e.navigation ? e.navigation : {};
|
|
7411
|
-
C = K(C), I = K(I), C && C.forEach((
|
|
7412
|
-
|
|
7411
|
+
C = K(C), I = K(I), C && C.forEach((B) => h(B, q, w.nextSlideMessage)), I && I.forEach((B) => h(B, q, w.prevSlideMessage)), A() && K(e.pagination.el).forEach((G) => {
|
|
7412
|
+
G.addEventListener("keydown", v);
|
|
7413
7413
|
}), ce().addEventListener("visibilitychange", k), e.el.addEventListener("focus", R, !0), e.el.addEventListener("focus", R, !0), e.el.addEventListener("pointerdown", _, !0), e.el.addEventListener("pointerup", O, !0);
|
|
7414
7414
|
};
|
|
7415
7415
|
function Q() {
|
|
7416
7416
|
n && n.remove();
|
|
7417
7417
|
let {
|
|
7418
|
-
nextEl:
|
|
7418
|
+
nextEl: w,
|
|
7419
7419
|
prevEl: M
|
|
7420
7420
|
} = e.navigation ? e.navigation : {};
|
|
7421
|
-
|
|
7421
|
+
w = K(w), M = K(M), w && w.forEach((q) => q.removeEventListener("keydown", v)), M && M.forEach((q) => q.removeEventListener("keydown", v)), A() && K(e.pagination.el).forEach((C) => {
|
|
7422
7422
|
C.removeEventListener("keydown", v);
|
|
7423
7423
|
}), ce().removeEventListener("visibilitychange", k), e.el && typeof e.el != "string" && (e.el.removeEventListener("focus", R, !0), e.el.removeEventListener("pointerdown", _, !0), e.el.removeEventListener("pointerup", O, !0));
|
|
7424
7424
|
}
|
|
@@ -7429,7 +7429,7 @@ function Us({
|
|
|
7429
7429
|
}), t("slidesLengthChange snapGridLengthChange slidesGridLengthChange", () => {
|
|
7430
7430
|
e.params.a11y.enabled && F();
|
|
7431
7431
|
}), t("fromEdge toEdge afterInit lock unlock", () => {
|
|
7432
|
-
e.params.a11y.enabled &&
|
|
7432
|
+
e.params.a11y.enabled && E();
|
|
7433
7433
|
}), t("paginationUpdate", () => {
|
|
7434
7434
|
e.params.a11y.enabled && L();
|
|
7435
7435
|
}), t("destroy", () => {
|
|
@@ -7469,16 +7469,16 @@ function Ks({
|
|
|
7469
7469
|
e.autoplay.timeLeft = M, n("autoplayTimeLeft", M, M / l), o = requestAnimationFrame(() => {
|
|
7470
7470
|
v();
|
|
7471
7471
|
});
|
|
7472
|
-
},
|
|
7472
|
+
}, E = () => {
|
|
7473
7473
|
let M;
|
|
7474
|
-
return e.virtual && e.params.virtual.enabled ? M = e.slides.find((
|
|
7474
|
+
return e.virtual && e.params.virtual.enabled ? M = e.slides.find((q) => q.classList.contains("swiper-slide-active")) : M = e.slides[e.activeIndex], M ? parseInt(M.getAttribute("data-swiper-autoplay"), 10) : void 0;
|
|
7475
7475
|
}, y = (M) => {
|
|
7476
7476
|
if (e.destroyed || !e.autoplay.running) return;
|
|
7477
7477
|
cancelAnimationFrame(o), v();
|
|
7478
7478
|
let S = typeof M > "u" ? e.params.autoplay.delay : M;
|
|
7479
7479
|
l = e.params.autoplay.delay, a = e.params.autoplay.delay;
|
|
7480
|
-
const
|
|
7481
|
-
!Number.isNaN(
|
|
7480
|
+
const q = E();
|
|
7481
|
+
!Number.isNaN(q) && q > 0 && typeof M > "u" && (S = q, l = q, a = q), d = S;
|
|
7482
7482
|
const C = e.params.speed, I = () => {
|
|
7483
7483
|
!e || e.destroyed || (e.params.autoplay.reverseDirection ? !e.isBeginning || e.params.loop || e.params.rewind ? (e.slidePrev(C, !0, !0), n("autoplay")) : e.params.autoplay.stopOnLastSlide || (e.slideTo(e.slides.length - 1, C, !0, !0), n("autoplay")) : !e.isEnd || e.params.loop || e.params.rewind ? (e.slideNext(C, !0, !0), n("autoplay")) : e.params.autoplay.stopOnLastSlide || (e.slideTo(0, C, !0, !0), n("autoplay")), e.params.cssMode && (p = (/* @__PURE__ */ new Date()).getTime(), requestAnimationFrame(() => {
|
|
7484
7484
|
y();
|
|
@@ -7496,14 +7496,14 @@ function Ks({
|
|
|
7496
7496
|
}, h = (M, S) => {
|
|
7497
7497
|
if (e.destroyed || !e.autoplay.running) return;
|
|
7498
7498
|
clearTimeout(s), M || (x = !0);
|
|
7499
|
-
const
|
|
7499
|
+
const q = () => {
|
|
7500
7500
|
n("autoplayPause"), e.params.autoplay.waitForTransition ? e.wrapperEl.addEventListener("transitionend", m) : _();
|
|
7501
7501
|
};
|
|
7502
7502
|
if (e.autoplay.paused = !0, S) {
|
|
7503
|
-
b && (d = e.params.autoplay.delay), b = !1,
|
|
7503
|
+
b && (d = e.params.autoplay.delay), b = !1, q();
|
|
7504
7504
|
return;
|
|
7505
7505
|
}
|
|
7506
|
-
d = (d || e.params.autoplay.delay) - ((/* @__PURE__ */ new Date()).getTime() - p), !(e.isEnd && d < 0 && !e.params.loop) && (d < 0 && (d = 0),
|
|
7506
|
+
d = (d || e.params.autoplay.delay) - ((/* @__PURE__ */ new Date()).getTime() - p), !(e.isEnd && d < 0 && !e.params.loop) && (d < 0 && (d = 0), q());
|
|
7507
7507
|
}, _ = () => {
|
|
7508
7508
|
e.isEnd && d < 0 && !e.params.loop || e.destroyed || !e.autoplay.running || (p = (/* @__PURE__ */ new Date()).getTime(), x ? (x = !1, y(d)) : y(), e.autoplay.paused = !1, n("autoplayResume"));
|
|
7509
7509
|
}, O = () => {
|
|
@@ -7520,19 +7520,19 @@ function Ks({
|
|
|
7520
7520
|
e.el && typeof e.el != "string" && (e.el.removeEventListener("pointerenter", k), e.el.removeEventListener("pointerleave", R));
|
|
7521
7521
|
}, Q = () => {
|
|
7522
7522
|
ce().addEventListener("visibilitychange", O);
|
|
7523
|
-
},
|
|
7523
|
+
}, w = () => {
|
|
7524
7524
|
ce().removeEventListener("visibilitychange", O);
|
|
7525
7525
|
};
|
|
7526
7526
|
t("init", () => {
|
|
7527
7527
|
e.params.autoplay.enabled && (F(), Q(), A());
|
|
7528
7528
|
}), t("destroy", () => {
|
|
7529
|
-
V(),
|
|
7529
|
+
V(), w(), e.autoplay.running && L();
|
|
7530
7530
|
}), t("_freeModeStaticRelease", () => {
|
|
7531
7531
|
(f || x) && _();
|
|
7532
7532
|
}), t("_freeModeNoMomentumRelease", () => {
|
|
7533
7533
|
e.params.autoplay.disableOnInteraction ? L() : h(!0, !0);
|
|
7534
|
-
}), t("beforeTransitionStart", (M, S,
|
|
7535
|
-
e.destroyed || !e.autoplay.running || (
|
|
7534
|
+
}), t("beforeTransitionStart", (M, S, q) => {
|
|
7535
|
+
e.destroyed || !e.autoplay.running || (q || !e.params.autoplay.disableOnInteraction ? h(!0, !0) : L());
|
|
7536
7536
|
}), t("sliderFirstMove", () => {
|
|
7537
7537
|
if (!(e.destroyed || !e.autoplay.running)) {
|
|
7538
7538
|
if (e.params.autoplay.disableOnInteraction) {
|
|
@@ -7592,13 +7592,13 @@ function Js({
|
|
|
7592
7592
|
slidesPerGroup: u
|
|
7593
7593
|
} = e.params, m = l(), {
|
|
7594
7594
|
rows: v,
|
|
7595
|
-
fill:
|
|
7595
|
+
fill: E
|
|
7596
7596
|
} = e.params.grid, y = e.virtual && e.params.virtual.enabled ? e.virtual.slides.length : x.length;
|
|
7597
7597
|
let A, L, h;
|
|
7598
|
-
if (
|
|
7598
|
+
if (E === "row" && u > 1) {
|
|
7599
7599
|
const _ = Math.floor(g / (u * v)), O = g - v * u * _, k = _ === 0 ? u : Math.min(Math.ceil((y - _ * v * u) / v), u);
|
|
7600
7600
|
h = Math.floor(O / k), L = O - h * k + _ * u, A = L + h * n / v, b.style.order = A;
|
|
7601
|
-
} else
|
|
7601
|
+
} else E === "column" ? (L = Math.floor(g / v), h = g - L * v, (L > s || L === s && h === v - 1) && (h += 1, h >= v && (h = 0, L += 1))) : (h = Math.floor(g / i), L = g - h * i);
|
|
7602
7602
|
b.row = h, b.column = L, b.style.height = `calc((100% - ${(v - 1) * m}px) / ${v})`, b.style[e.getDirectionLabel("margin-top")] = h !== 0 ? m && `${m}px` : "", b.swiperSlideGridSet = !0;
|
|
7603
7603
|
}, c = (g, b) => {
|
|
7604
7604
|
const {
|
|
@@ -7608,12 +7608,12 @@ function Js({
|
|
|
7608
7608
|
rows: v
|
|
7609
7609
|
} = e.params.grid;
|
|
7610
7610
|
if (e.virtualSize = (g + m) * n, e.virtualSize = Math.ceil(e.virtualSize / v) - m, e.params.cssMode || (e.wrapperEl.style[e.getDirectionLabel("width")] = `${e.virtualSize + m}px`), x) {
|
|
7611
|
-
const
|
|
7611
|
+
const E = [];
|
|
7612
7612
|
for (let y = 0; y < b.length; y += 1) {
|
|
7613
7613
|
let A = b[y];
|
|
7614
|
-
u && (A = Math.floor(A)), b[y] < e.virtualSize + b[0] &&
|
|
7614
|
+
u && (A = Math.floor(A)), b[y] < e.virtualSize + b[0] && E.push(A);
|
|
7615
7615
|
}
|
|
7616
|
-
b.splice(0, b.length), b.push(...
|
|
7616
|
+
b.splice(0, b.length), b.push(...E);
|
|
7617
7617
|
}
|
|
7618
7618
|
}, T = () => {
|
|
7619
7619
|
o = e.params.grid && e.params.grid.rows > 1;
|
|
@@ -7631,7 +7631,7 @@ function Js({
|
|
|
7631
7631
|
updateWrapperSize: c
|
|
7632
7632
|
};
|
|
7633
7633
|
}
|
|
7634
|
-
const
|
|
7634
|
+
const $t = ({
|
|
7635
7635
|
className: e = "",
|
|
7636
7636
|
slides: r,
|
|
7637
7637
|
breakpoints: t,
|
|
@@ -7648,7 +7648,7 @@ const Gt = ({
|
|
|
7648
7648
|
onSlideChange: T
|
|
7649
7649
|
}) => {
|
|
7650
7650
|
const { theme: f } = de(Fr);
|
|
7651
|
-
return /* @__PURE__ */
|
|
7651
|
+
return /* @__PURE__ */ $("div", { className: "relative w-full", children: /* @__PURE__ */ $(
|
|
7652
7652
|
on,
|
|
7653
7653
|
{
|
|
7654
7654
|
modules: [Us, Ks, Js, Ys, Xs],
|
|
@@ -7674,12 +7674,12 @@ const Gt = ({
|
|
|
7674
7674
|
"--swiper-pagination-color": f.primary,
|
|
7675
7675
|
"--swiper-navigation-color": f.primary
|
|
7676
7676
|
},
|
|
7677
|
-
children: r.map((x, u) => /* @__PURE__ */
|
|
7677
|
+
children: r.map((x, u) => /* @__PURE__ */ $(ln, { children: x }, u))
|
|
7678
7678
|
}
|
|
7679
7679
|
) });
|
|
7680
7680
|
};
|
|
7681
|
-
|
|
7682
|
-
|
|
7681
|
+
$t.displayName = "Testimonials.Carousel";
|
|
7682
|
+
$t.propTypes = {
|
|
7683
7683
|
slides: P.arrayOf(P.node).isRequired,
|
|
7684
7684
|
breakpoints: P.object,
|
|
7685
7685
|
spaceBetween: P.number,
|
|
@@ -7693,10 +7693,10 @@ Gt.propTypes = {
|
|
|
7693
7693
|
onSwiper: P.func,
|
|
7694
7694
|
onSlideChange: P.func
|
|
7695
7695
|
};
|
|
7696
|
-
const Ze = ({ id: e, theme: r, children: t }) => /* @__PURE__ */
|
|
7696
|
+
const Ze = ({ id: e, theme: r, children: t }) => /* @__PURE__ */ $(bi, { id: e, theme: r, children: t });
|
|
7697
7697
|
Ze.Base = Nt;
|
|
7698
7698
|
Ze.Container = Dt;
|
|
7699
|
-
Ze.Carousel =
|
|
7699
|
+
Ze.Carousel = $t;
|
|
7700
7700
|
Ze.propTypes = {
|
|
7701
7701
|
id: P.string.isRequired,
|
|
7702
7702
|
theme: P.shape({
|
|
@@ -7710,9 +7710,9 @@ Ze.propTypes = {
|
|
|
7710
7710
|
export {
|
|
7711
7711
|
ci as Button,
|
|
7712
7712
|
Te as Cover,
|
|
7713
|
-
|
|
7713
|
+
we as Drawer,
|
|
7714
7714
|
Le as Header,
|
|
7715
7715
|
Ae as NextSteps,
|
|
7716
|
-
|
|
7716
|
+
Be as Record,
|
|
7717
7717
|
Ze as Testimonials
|
|
7718
7718
|
};
|