rds-ui-system 2.13.2 → 2.13.4
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/rds-ui-system.es.js +143 -142
- package/dist/rds-ui-system.umd.js +2 -2
- package/package.json +1 -1
package/dist/rds-ui-system.es.js
CHANGED
|
@@ -46,16 +46,16 @@ function is() {
|
|
|
46
46
|
var k = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
47
47
|
function M(i) {
|
|
48
48
|
{
|
|
49
|
-
for (var h = arguments.length,
|
|
50
|
-
|
|
51
|
-
$("error", i,
|
|
49
|
+
for (var h = arguments.length, u = new Array(h > 1 ? h - 1 : 0), j = 1; j < h; j++)
|
|
50
|
+
u[j - 1] = arguments[j];
|
|
51
|
+
$("error", i, u);
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
|
-
function $(i, h,
|
|
54
|
+
function $(i, h, u) {
|
|
55
55
|
{
|
|
56
56
|
var j = k.ReactDebugCurrentFrame, H = j.getStackAddendum();
|
|
57
|
-
H !== "" && (h += "%s",
|
|
58
|
-
var A =
|
|
57
|
+
H !== "" && (h += "%s", u = u.concat([H]));
|
|
58
|
+
var A = u.map(function(C) {
|
|
59
59
|
return String(C);
|
|
60
60
|
});
|
|
61
61
|
A.unshift("Warning: " + h), Function.prototype.apply.call(console[i], console, A);
|
|
@@ -70,12 +70,12 @@ function is() {
|
|
|
70
70
|
// with.
|
|
71
71
|
i.$$typeof === Z || i.getModuleId !== void 0));
|
|
72
72
|
}
|
|
73
|
-
function Pe(i, h,
|
|
73
|
+
function Pe(i, h, u) {
|
|
74
74
|
var j = i.displayName;
|
|
75
75
|
if (j)
|
|
76
76
|
return j;
|
|
77
77
|
var H = h.displayName || h.name || "";
|
|
78
|
-
return H !== "" ?
|
|
78
|
+
return H !== "" ? u + "(" + H + ")" : u;
|
|
79
79
|
}
|
|
80
80
|
function de(i) {
|
|
81
81
|
return i.displayName || "Context";
|
|
@@ -107,8 +107,8 @@ function is() {
|
|
|
107
107
|
var h = i;
|
|
108
108
|
return de(h) + ".Consumer";
|
|
109
109
|
case o:
|
|
110
|
-
var
|
|
111
|
-
return de(
|
|
110
|
+
var u = i;
|
|
111
|
+
return de(u._context) + ".Provider";
|
|
112
112
|
case c:
|
|
113
113
|
return Pe(i, i.render, "ForwardRef");
|
|
114
114
|
case v:
|
|
@@ -152,7 +152,7 @@ function is() {
|
|
|
152
152
|
J++;
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
-
function
|
|
155
|
+
function ue() {
|
|
156
156
|
{
|
|
157
157
|
if (J--, J === 0) {
|
|
158
158
|
var i = {
|
|
@@ -187,8 +187,8 @@ function is() {
|
|
|
187
187
|
J < 0 && M("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
var
|
|
191
|
-
function he(i, h,
|
|
190
|
+
var we = k.ReactCurrentDispatcher, E;
|
|
191
|
+
function he(i, h, u) {
|
|
192
192
|
{
|
|
193
193
|
if (E === void 0)
|
|
194
194
|
try {
|
|
@@ -210,16 +210,16 @@ function is() {
|
|
|
210
210
|
if (!i || ce)
|
|
211
211
|
return "";
|
|
212
212
|
{
|
|
213
|
-
var
|
|
214
|
-
if (
|
|
215
|
-
return
|
|
213
|
+
var u = ae.get(i);
|
|
214
|
+
if (u !== void 0)
|
|
215
|
+
return u;
|
|
216
216
|
}
|
|
217
217
|
var j;
|
|
218
218
|
ce = !0;
|
|
219
219
|
var H = Error.prepareStackTrace;
|
|
220
220
|
Error.prepareStackTrace = void 0;
|
|
221
221
|
var A;
|
|
222
|
-
A =
|
|
222
|
+
A = we.current, we.current = null, D();
|
|
223
223
|
try {
|
|
224
224
|
if (h) {
|
|
225
225
|
var C = function() {
|
|
@@ -272,19 +272,19 @@ function is() {
|
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
} finally {
|
|
275
|
-
ce = !1,
|
|
275
|
+
ce = !1, we.current = A, ue(), Error.prepareStackTrace = H;
|
|
276
276
|
}
|
|
277
277
|
var ve = i ? i.displayName || i.name : "", ot = ve ? he(ve) : "";
|
|
278
278
|
return typeof i == "function" && ae.set(i, ot), ot;
|
|
279
279
|
}
|
|
280
|
-
function Et(i, h,
|
|
280
|
+
function Et(i, h, u) {
|
|
281
281
|
return fe(i, !1);
|
|
282
282
|
}
|
|
283
283
|
function Zt(i) {
|
|
284
284
|
var h = i.prototype;
|
|
285
285
|
return !!(h && h.isReactComponent);
|
|
286
286
|
}
|
|
287
|
-
function Ae(i, h,
|
|
287
|
+
function Ae(i, h, u) {
|
|
288
288
|
if (i == null)
|
|
289
289
|
return "";
|
|
290
290
|
if (typeof i == "function")
|
|
@@ -302,11 +302,11 @@ function is() {
|
|
|
302
302
|
case c:
|
|
303
303
|
return Et(i.render);
|
|
304
304
|
case v:
|
|
305
|
-
return Ae(i.type, h,
|
|
305
|
+
return Ae(i.type, h, u);
|
|
306
306
|
case b: {
|
|
307
307
|
var j = i, H = j._payload, A = j._init;
|
|
308
308
|
try {
|
|
309
|
-
return Ae(A(H), h,
|
|
309
|
+
return Ae(A(H), h, u);
|
|
310
310
|
} catch {
|
|
311
311
|
}
|
|
312
312
|
}
|
|
@@ -316,12 +316,12 @@ function is() {
|
|
|
316
316
|
var Ee = Object.prototype.hasOwnProperty, Je = {}, qe = k.ReactDebugCurrentFrame;
|
|
317
317
|
function Ze(i) {
|
|
318
318
|
if (i) {
|
|
319
|
-
var h = i._owner,
|
|
320
|
-
qe.setExtraStackFrame(
|
|
319
|
+
var h = i._owner, u = Ae(i.type, i._source, h ? h.type : null);
|
|
320
|
+
qe.setExtraStackFrame(u);
|
|
321
321
|
} else
|
|
322
322
|
qe.setExtraStackFrame(null);
|
|
323
323
|
}
|
|
324
|
-
function Tt(i, h,
|
|
324
|
+
function Tt(i, h, u, j, H) {
|
|
325
325
|
{
|
|
326
326
|
var A = Function.call.bind(Ee);
|
|
327
327
|
for (var C in i)
|
|
@@ -329,14 +329,14 @@ function is() {
|
|
|
329
329
|
var y = void 0;
|
|
330
330
|
try {
|
|
331
331
|
if (typeof i[C] != "function") {
|
|
332
|
-
var Y = Error((j || "React class") + ": " +
|
|
332
|
+
var Y = Error((j || "React class") + ": " + u + " type `" + C + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof i[C] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
333
333
|
throw Y.name = "Invariant Violation", Y;
|
|
334
334
|
}
|
|
335
|
-
y = i[C](h, C, j,
|
|
335
|
+
y = i[C](h, C, j, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
336
336
|
} catch (T) {
|
|
337
337
|
y = T;
|
|
338
338
|
}
|
|
339
|
-
y && !(y instanceof Error) && (Ze(H), M("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", j || "React class",
|
|
339
|
+
y && !(y instanceof Error) && (Ze(H), M("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", j || "React class", u, C, typeof y), Ze(null)), y instanceof Error && !(y.message in Je) && (Je[y.message] = !0, Ze(H), M("Failed %s type: %s", u, y.message), Ze(null));
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
}
|
|
@@ -346,8 +346,8 @@ function is() {
|
|
|
346
346
|
}
|
|
347
347
|
function Bt(i) {
|
|
348
348
|
{
|
|
349
|
-
var h = typeof Symbol == "function" && Symbol.toStringTag,
|
|
350
|
-
return
|
|
349
|
+
var h = typeof Symbol == "function" && Symbol.toStringTag, u = h && i[Symbol.toStringTag] || i.constructor.name || "Object";
|
|
350
|
+
return u;
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
353
|
function Wt(i) {
|
|
@@ -391,34 +391,34 @@ function is() {
|
|
|
391
391
|
}
|
|
392
392
|
function $t(i, h) {
|
|
393
393
|
{
|
|
394
|
-
var
|
|
394
|
+
var u = function() {
|
|
395
395
|
tt || (tt = !0, M("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", h));
|
|
396
396
|
};
|
|
397
|
-
|
|
398
|
-
get:
|
|
397
|
+
u.isReactWarning = !0, Object.defineProperty(i, "key", {
|
|
398
|
+
get: u,
|
|
399
399
|
configurable: !0
|
|
400
400
|
});
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
403
|
function Gt(i, h) {
|
|
404
404
|
{
|
|
405
|
-
var
|
|
405
|
+
var u = function() {
|
|
406
406
|
st || (st = !0, M("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", h));
|
|
407
407
|
};
|
|
408
|
-
|
|
409
|
-
get:
|
|
408
|
+
u.isReactWarning = !0, Object.defineProperty(i, "ref", {
|
|
409
|
+
get: u,
|
|
410
410
|
configurable: !0
|
|
411
411
|
});
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
|
-
var Dt = function(i, h,
|
|
414
|
+
var Dt = function(i, h, u, j, H, A, C) {
|
|
415
415
|
var y = {
|
|
416
416
|
// This tag allows us to uniquely identify this as a React Element
|
|
417
417
|
$$typeof: r,
|
|
418
418
|
// Built-in properties that belong on the element
|
|
419
419
|
type: i,
|
|
420
420
|
key: h,
|
|
421
|
-
ref:
|
|
421
|
+
ref: u,
|
|
422
422
|
props: C,
|
|
423
423
|
// Record the component responsible for creating this element.
|
|
424
424
|
_owner: A
|
|
@@ -440,10 +440,10 @@ function is() {
|
|
|
440
440
|
value: H
|
|
441
441
|
}), Object.freeze && (Object.freeze(y.props), Object.freeze(y)), y;
|
|
442
442
|
};
|
|
443
|
-
function Yt(i, h,
|
|
443
|
+
function Yt(i, h, u, j, H) {
|
|
444
444
|
{
|
|
445
445
|
var A, C = {}, y = null, Y = null;
|
|
446
|
-
|
|
446
|
+
u !== void 0 && (Fe(u), y = "" + u), zt(h) && (Fe(h.key), y = "" + h.key), Ot(h) && (Y = h.ref, Ut(h, H));
|
|
447
447
|
for (A in h)
|
|
448
448
|
Ee.call(h, A) && !It.hasOwnProperty(A) && (C[A] = h[A]);
|
|
449
449
|
if (i && i.defaultProps) {
|
|
@@ -461,8 +461,8 @@ function is() {
|
|
|
461
461
|
var Ie = k.ReactCurrentOwner, rt = k.ReactDebugCurrentFrame;
|
|
462
462
|
function me(i) {
|
|
463
463
|
if (i) {
|
|
464
|
-
var h = i._owner,
|
|
465
|
-
rt.setExtraStackFrame(
|
|
464
|
+
var h = i._owner, u = Ae(i.type, i._source, h ? h.type : null);
|
|
465
|
+
rt.setExtraStackFrame(u);
|
|
466
466
|
} else
|
|
467
467
|
rt.setExtraStackFrame(null);
|
|
468
468
|
}
|
|
@@ -491,10 +491,10 @@ Check the render method of \`` + i + "`.";
|
|
|
491
491
|
{
|
|
492
492
|
var h = it();
|
|
493
493
|
if (!h) {
|
|
494
|
-
var
|
|
495
|
-
|
|
494
|
+
var u = typeof i == "string" ? i : i.displayName || i.name;
|
|
495
|
+
u && (h = `
|
|
496
496
|
|
|
497
|
-
Check the top-level render call using <` +
|
|
497
|
+
Check the top-level render call using <` + u + ">.");
|
|
498
498
|
}
|
|
499
499
|
return h;
|
|
500
500
|
}
|
|
@@ -504,12 +504,12 @@ Check the top-level render call using <` + w + ">.");
|
|
|
504
504
|
if (!i._store || i._store.validated || i.key != null)
|
|
505
505
|
return;
|
|
506
506
|
i._store.validated = !0;
|
|
507
|
-
var
|
|
508
|
-
if (at[
|
|
507
|
+
var u = Xt(h);
|
|
508
|
+
if (at[u])
|
|
509
509
|
return;
|
|
510
|
-
at[
|
|
510
|
+
at[u] = !0;
|
|
511
511
|
var j = "";
|
|
512
|
-
i && i._owner && i._owner !== Ie.current && (j = " It was passed a child from " + re(i._owner.type) + "."), me(i), M('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',
|
|
512
|
+
i && i._owner && i._owner !== Ie.current && (j = " It was passed a child from " + re(i._owner.type) + "."), me(i), M('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, j), me(null);
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
515
|
function nt(i, h) {
|
|
@@ -517,8 +517,8 @@ Check the top-level render call using <` + w + ">.");
|
|
|
517
517
|
if (typeof i != "object")
|
|
518
518
|
return;
|
|
519
519
|
if (We(i))
|
|
520
|
-
for (var
|
|
521
|
-
var j = i[
|
|
520
|
+
for (var u = 0; u < i.length; u++) {
|
|
521
|
+
var j = i[u];
|
|
522
522
|
ze(j) && lt(j, h);
|
|
523
523
|
}
|
|
524
524
|
else if (ze(i))
|
|
@@ -536,18 +536,18 @@ Check the top-level render call using <` + w + ">.");
|
|
|
536
536
|
var h = i.type;
|
|
537
537
|
if (h == null || typeof h == "string")
|
|
538
538
|
return;
|
|
539
|
-
var
|
|
539
|
+
var u;
|
|
540
540
|
if (typeof h == "function")
|
|
541
|
-
|
|
541
|
+
u = h.propTypes;
|
|
542
542
|
else if (typeof h == "object" && (h.$$typeof === c || // Note: Memo only checks outer props here.
|
|
543
543
|
// Inner props are checked in the reconciler.
|
|
544
544
|
h.$$typeof === v))
|
|
545
|
-
|
|
545
|
+
u = h.propTypes;
|
|
546
546
|
else
|
|
547
547
|
return;
|
|
548
|
-
if (
|
|
548
|
+
if (u) {
|
|
549
549
|
var j = re(h);
|
|
550
|
-
Tt(
|
|
550
|
+
Tt(u, i.props, "prop", j, i);
|
|
551
551
|
} else if (h.PropTypes !== void 0 && !Oe) {
|
|
552
552
|
Oe = !0;
|
|
553
553
|
var H = re(h);
|
|
@@ -558,8 +558,8 @@ Check the top-level render call using <` + w + ">.");
|
|
|
558
558
|
}
|
|
559
559
|
function qt(i) {
|
|
560
560
|
{
|
|
561
|
-
for (var h = Object.keys(i.props),
|
|
562
|
-
var j = h[
|
|
561
|
+
for (var h = Object.keys(i.props), u = 0; u < h.length; u++) {
|
|
562
|
+
var j = h[u];
|
|
563
563
|
if (j !== "children" && j !== "key") {
|
|
564
564
|
me(i), M("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", j), me(null);
|
|
565
565
|
break;
|
|
@@ -568,7 +568,7 @@ Check the top-level render call using <` + w + ">.");
|
|
|
568
568
|
i.ref !== null && (me(i), M("Invalid attribute `ref` supplied to `React.Fragment`."), me(null));
|
|
569
569
|
}
|
|
570
570
|
}
|
|
571
|
-
function ct(i, h,
|
|
571
|
+
function ct(i, h, u, j, H, A) {
|
|
572
572
|
{
|
|
573
573
|
var C = ee(i);
|
|
574
574
|
if (!C) {
|
|
@@ -579,7 +579,7 @@ Check the top-level render call using <` + w + ">.");
|
|
|
579
579
|
var T;
|
|
580
580
|
i === null ? T = "null" : We(i) ? T = "array" : i !== void 0 && i.$$typeof === r ? (T = "<" + (re(i.type) || "Unknown") + " />", y = " Did you accidentally export a JSX literal instead of a component?") : T = typeof i, M("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", T, y);
|
|
581
581
|
}
|
|
582
|
-
var B = Yt(i, h,
|
|
582
|
+
var B = Yt(i, h, u, H, A);
|
|
583
583
|
if (B == null)
|
|
584
584
|
return B;
|
|
585
585
|
if (C) {
|
|
@@ -598,11 +598,11 @@ Check the top-level render call using <` + w + ">.");
|
|
|
598
598
|
return i === a ? qt(B) : Jt(B), B;
|
|
599
599
|
}
|
|
600
600
|
}
|
|
601
|
-
function Qt(i, h,
|
|
602
|
-
return ct(i, h,
|
|
601
|
+
function Qt(i, h, u) {
|
|
602
|
+
return ct(i, h, u, !0);
|
|
603
603
|
}
|
|
604
|
-
function Ft(i, h,
|
|
605
|
-
return ct(i, h,
|
|
604
|
+
function Ft(i, h, u) {
|
|
605
|
+
return ct(i, h, u, !1);
|
|
606
606
|
}
|
|
607
607
|
var es = Ft, ts = Qt;
|
|
608
608
|
Ve.Fragment = a, Ve.jsx = es, Ve.jsxs = ts;
|
|
@@ -771,18 +771,18 @@ const Xe = "-", ls = (s) => {
|
|
|
771
771
|
o[0] === "[" || r[o] ? (l.push(...n.sort(), o), n = []) : n.push(o);
|
|
772
772
|
}), l.push(...n.sort()), l;
|
|
773
773
|
};
|
|
774
|
-
},
|
|
774
|
+
}, us = (s) => ({
|
|
775
775
|
cache: ds(s.cacheSize),
|
|
776
776
|
parseClassName: fs(s),
|
|
777
777
|
sortModifiers: ps(s),
|
|
778
778
|
...ls(s)
|
|
779
|
-
}),
|
|
779
|
+
}), ws = /\s+/, ms = (s, r) => {
|
|
780
780
|
const {
|
|
781
781
|
parseClassName: t,
|
|
782
782
|
getClassGroupId: a,
|
|
783
783
|
getConflictingClassGroupIds: l,
|
|
784
784
|
sortModifiers: n
|
|
785
|
-
} = r, o = [], d = s.trim().split(
|
|
785
|
+
} = r, o = [], d = s.trim().split(ws);
|
|
786
786
|
let c = "";
|
|
787
787
|
for (let x = d.length - 1; x >= 0; x -= 1) {
|
|
788
788
|
const f = d[x], {
|
|
@@ -839,7 +839,7 @@ function gs(s, ...r) {
|
|
|
839
839
|
let t, a, l, n = o;
|
|
840
840
|
function o(c) {
|
|
841
841
|
const x = r.reduce((f, v) => v(f), s());
|
|
842
|
-
return t =
|
|
842
|
+
return t = us(x), a = t.cache.get, l = t.cache.set, n = d, d(c);
|
|
843
843
|
}
|
|
844
844
|
function d(c) {
|
|
845
845
|
const x = a(c);
|
|
@@ -860,7 +860,7 @@ const W = (s) => {
|
|
|
860
860
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
861
861
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
862
862
|
Ls.test(s) && !_s.test(s)
|
|
863
|
-
), Lt = () => !1, Vs = (s) => ks.test(s), Ms = (s) => ys.test(s), Hs = (s) => !
|
|
863
|
+
), Lt = () => !1, Vs = (s) => ks.test(s), Ms = (s) => ys.test(s), Hs = (s) => !w(s) && !m(s), Rs = (s) => je(s, yt, Lt), w = (s) => jt.test(s), xe = (s) => je(s, Nt, Cs), $e = (s) => je(s, Ts, _), ut = (s) => je(s, _t, Lt), Ps = (s) => je(s, kt, Ms), Se = (s) => je(s, Ct, Vs), m = (s) => bt.test(s), Me = (s) => be(s, Nt), As = (s) => be(s, Ss), wt = (s) => be(s, _t), Es = (s) => be(s, yt), Zs = (s) => be(s, kt), Be = (s) => be(s, Ct, !0), je = (s, r, t) => {
|
|
864
864
|
const a = jt.exec(s);
|
|
865
865
|
return a ? a[1] ? r(a[1]) : t(a[2]) : !1;
|
|
866
866
|
}, be = (s, r, t = !1) => {
|
|
@@ -885,14 +885,14 @@ const W = (s) => {
|
|
|
885
885
|
"bottom-left",
|
|
886
886
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
887
887
|
"left-bottom"
|
|
888
|
-
], S = () => [...O(), m,
|
|
889
|
-
span: ["full", oe, m,
|
|
890
|
-
}, oe, m,
|
|
891
|
-
position: [m,
|
|
888
|
+
], S = () => [...O(), m, w], U = () => ["auto", "hidden", "clip", "visible", "scroll"], G = () => ["auto", "contain", "none"], p = () => [m, w, c], Z = () => [ge, "full", "auto", ...p()], ee = () => [oe, "none", "subgrid", m, w], Pe = () => ["auto", {
|
|
889
|
+
span: ["full", oe, m, w]
|
|
890
|
+
}, oe, m, w], de = () => [oe, "auto", m, w], re = () => ["auto", "min", "max", "fr", m, w], te = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], J = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], q = () => ["auto", ...p()], ie = () => [ge, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...p()], g = () => [s, m, w], _e = () => [...O(), wt, ut, {
|
|
891
|
+
position: [m, w]
|
|
892
892
|
}], ke = () => ["no-repeat", {
|
|
893
893
|
repeat: ["", "x", "y", "space", "round"]
|
|
894
894
|
}], ye = () => ["auto", "cover", "contain", Es, Rs, {
|
|
895
|
-
size: [m,
|
|
895
|
+
size: [m, w]
|
|
896
896
|
}], pe = () => [Ue, Me, xe], z = () => [
|
|
897
897
|
// Deprecated since Tailwind CSS v4.0.0
|
|
898
898
|
"",
|
|
@@ -900,15 +900,15 @@ const W = (s) => {
|
|
|
900
900
|
"full",
|
|
901
901
|
x,
|
|
902
902
|
m,
|
|
903
|
-
|
|
904
|
-
], D = () => ["", _, Me, xe],
|
|
903
|
+
w
|
|
904
|
+
], D = () => ["", _, Me, xe], ue = () => ["solid", "dashed", "dotted", "double"], we = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], E = () => [_, Ue, wt, ut], he = () => [
|
|
905
905
|
// Deprecated since Tailwind CSS v4.0.0
|
|
906
906
|
"",
|
|
907
907
|
"none",
|
|
908
908
|
V,
|
|
909
909
|
m,
|
|
910
|
-
|
|
911
|
-
], ce = () => ["none", _, m,
|
|
910
|
+
w
|
|
911
|
+
], ce = () => ["none", _, m, w], ae = () => ["none", _, m, w], Ne = () => [_, m, w], fe = () => [ge, "full", ...p()];
|
|
912
912
|
return {
|
|
913
913
|
cacheSize: 500,
|
|
914
914
|
theme: {
|
|
@@ -941,7 +941,7 @@ const W = (s) => {
|
|
|
941
941
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
942
942
|
*/
|
|
943
943
|
aspect: [{
|
|
944
|
-
aspect: ["auto", "square", ge,
|
|
944
|
+
aspect: ["auto", "square", ge, w, m, N]
|
|
945
945
|
}],
|
|
946
946
|
/**
|
|
947
947
|
* Container
|
|
@@ -954,7 +954,7 @@ const W = (s) => {
|
|
|
954
954
|
* @see https://tailwindcss.com/docs/columns
|
|
955
955
|
*/
|
|
956
956
|
columns: [{
|
|
957
|
-
columns: [_,
|
|
957
|
+
columns: [_, w, m, d]
|
|
958
958
|
}],
|
|
959
959
|
/**
|
|
960
960
|
* Break After
|
|
@@ -1154,7 +1154,7 @@ const W = (s) => {
|
|
|
1154
1154
|
* @see https://tailwindcss.com/docs/z-index
|
|
1155
1155
|
*/
|
|
1156
1156
|
z: [{
|
|
1157
|
-
z: [oe, "auto", m,
|
|
1157
|
+
z: [oe, "auto", m, w]
|
|
1158
1158
|
}],
|
|
1159
1159
|
// ------------------------
|
|
1160
1160
|
// --- Flexbox and Grid ---
|
|
@@ -1185,28 +1185,28 @@ const W = (s) => {
|
|
|
1185
1185
|
* @see https://tailwindcss.com/docs/flex
|
|
1186
1186
|
*/
|
|
1187
1187
|
flex: [{
|
|
1188
|
-
flex: [_, ge, "auto", "initial", "none",
|
|
1188
|
+
flex: [_, ge, "auto", "initial", "none", w]
|
|
1189
1189
|
}],
|
|
1190
1190
|
/**
|
|
1191
1191
|
* Flex Grow
|
|
1192
1192
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
1193
1193
|
*/
|
|
1194
1194
|
grow: [{
|
|
1195
|
-
grow: ["", _, m,
|
|
1195
|
+
grow: ["", _, m, w]
|
|
1196
1196
|
}],
|
|
1197
1197
|
/**
|
|
1198
1198
|
* Flex Shrink
|
|
1199
1199
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1200
1200
|
*/
|
|
1201
1201
|
shrink: [{
|
|
1202
|
-
shrink: ["", _, m,
|
|
1202
|
+
shrink: ["", _, m, w]
|
|
1203
1203
|
}],
|
|
1204
1204
|
/**
|
|
1205
1205
|
* Order
|
|
1206
1206
|
* @see https://tailwindcss.com/docs/order
|
|
1207
1207
|
*/
|
|
1208
1208
|
order: [{
|
|
1209
|
-
order: [oe, "first", "last", "none", m,
|
|
1209
|
+
order: [oe, "first", "last", "none", m, w]
|
|
1210
1210
|
}],
|
|
1211
1211
|
/**
|
|
1212
1212
|
* Grid Template Columns
|
|
@@ -1625,14 +1625,14 @@ const W = (s) => {
|
|
|
1625
1625
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1626
1626
|
*/
|
|
1627
1627
|
"font-stretch": [{
|
|
1628
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", Ue,
|
|
1628
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", Ue, w]
|
|
1629
1629
|
}],
|
|
1630
1630
|
/**
|
|
1631
1631
|
* Font Family
|
|
1632
1632
|
* @see https://tailwindcss.com/docs/font-family
|
|
1633
1633
|
*/
|
|
1634
1634
|
"font-family": [{
|
|
1635
|
-
font: [As,
|
|
1635
|
+
font: [As, w, r]
|
|
1636
1636
|
}],
|
|
1637
1637
|
/**
|
|
1638
1638
|
* Font Variant Numeric
|
|
@@ -1669,7 +1669,7 @@ const W = (s) => {
|
|
|
1669
1669
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1670
1670
|
*/
|
|
1671
1671
|
tracking: [{
|
|
1672
|
-
tracking: [l, m,
|
|
1672
|
+
tracking: [l, m, w]
|
|
1673
1673
|
}],
|
|
1674
1674
|
/**
|
|
1675
1675
|
* Line Clamp
|
|
@@ -1694,7 +1694,7 @@ const W = (s) => {
|
|
|
1694
1694
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1695
1695
|
*/
|
|
1696
1696
|
"list-image": [{
|
|
1697
|
-
"list-image": ["none", m,
|
|
1697
|
+
"list-image": ["none", m, w]
|
|
1698
1698
|
}],
|
|
1699
1699
|
/**
|
|
1700
1700
|
* List Style Position
|
|
@@ -1708,7 +1708,7 @@ const W = (s) => {
|
|
|
1708
1708
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1709
1709
|
*/
|
|
1710
1710
|
"list-style-type": [{
|
|
1711
|
-
list: ["disc", "decimal", "none", m,
|
|
1711
|
+
list: ["disc", "decimal", "none", m, w]
|
|
1712
1712
|
}],
|
|
1713
1713
|
/**
|
|
1714
1714
|
* Text Alignment
|
|
@@ -1742,7 +1742,7 @@ const W = (s) => {
|
|
|
1742
1742
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1743
1743
|
*/
|
|
1744
1744
|
"text-decoration-style": [{
|
|
1745
|
-
decoration: [...
|
|
1745
|
+
decoration: [...ue(), "wavy"]
|
|
1746
1746
|
}],
|
|
1747
1747
|
/**
|
|
1748
1748
|
* Text Decoration Thickness
|
|
@@ -1763,7 +1763,7 @@ const W = (s) => {
|
|
|
1763
1763
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1764
1764
|
*/
|
|
1765
1765
|
"underline-offset": [{
|
|
1766
|
-
"underline-offset": [_, "auto", m,
|
|
1766
|
+
"underline-offset": [_, "auto", m, w]
|
|
1767
1767
|
}],
|
|
1768
1768
|
/**
|
|
1769
1769
|
* Text Transform
|
|
@@ -1794,7 +1794,7 @@ const W = (s) => {
|
|
|
1794
1794
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1795
1795
|
*/
|
|
1796
1796
|
"vertical-align": [{
|
|
1797
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", m,
|
|
1797
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", m, w]
|
|
1798
1798
|
}],
|
|
1799
1799
|
/**
|
|
1800
1800
|
* Whitespace
|
|
@@ -1829,7 +1829,7 @@ const W = (s) => {
|
|
|
1829
1829
|
* @see https://tailwindcss.com/docs/content
|
|
1830
1830
|
*/
|
|
1831
1831
|
content: [{
|
|
1832
|
-
content: ["none", m,
|
|
1832
|
+
content: ["none", m, w]
|
|
1833
1833
|
}],
|
|
1834
1834
|
// -------------------
|
|
1835
1835
|
// --- Backgrounds ---
|
|
@@ -1884,9 +1884,9 @@ const W = (s) => {
|
|
|
1884
1884
|
bg: ["none", {
|
|
1885
1885
|
linear: [{
|
|
1886
1886
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1887
|
-
}, oe, m,
|
|
1888
|
-
radial: ["", m,
|
|
1889
|
-
conic: [oe, m,
|
|
1887
|
+
}, oe, m, w],
|
|
1888
|
+
radial: ["", m, w],
|
|
1889
|
+
conic: [oe, m, w]
|
|
1890
1890
|
}, Zs, Ps]
|
|
1891
1891
|
}],
|
|
1892
1892
|
/**
|
|
@@ -2138,14 +2138,14 @@ const W = (s) => {
|
|
|
2138
2138
|
* @see https://tailwindcss.com/docs/border-style
|
|
2139
2139
|
*/
|
|
2140
2140
|
"border-style": [{
|
|
2141
|
-
border: [...
|
|
2141
|
+
border: [...ue(), "hidden", "none"]
|
|
2142
2142
|
}],
|
|
2143
2143
|
/**
|
|
2144
2144
|
* Divide Style
|
|
2145
2145
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
2146
2146
|
*/
|
|
2147
2147
|
"divide-style": [{
|
|
2148
|
-
divide: [...
|
|
2148
|
+
divide: [...ue(), "hidden", "none"]
|
|
2149
2149
|
}],
|
|
2150
2150
|
/**
|
|
2151
2151
|
* Border Color
|
|
@@ -2222,14 +2222,14 @@ const W = (s) => {
|
|
|
2222
2222
|
* @see https://tailwindcss.com/docs/outline-style
|
|
2223
2223
|
*/
|
|
2224
2224
|
"outline-style": [{
|
|
2225
|
-
outline: [...
|
|
2225
|
+
outline: [...ue(), "none", "hidden"]
|
|
2226
2226
|
}],
|
|
2227
2227
|
/**
|
|
2228
2228
|
* Outline Offset
|
|
2229
2229
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
2230
2230
|
*/
|
|
2231
2231
|
"outline-offset": [{
|
|
2232
|
-
"outline-offset": [_, m,
|
|
2232
|
+
"outline-offset": [_, m, w]
|
|
2233
2233
|
}],
|
|
2234
2234
|
/**
|
|
2235
2235
|
* Outline Width
|
|
@@ -2355,21 +2355,21 @@ const W = (s) => {
|
|
|
2355
2355
|
* @see https://tailwindcss.com/docs/opacity
|
|
2356
2356
|
*/
|
|
2357
2357
|
opacity: [{
|
|
2358
|
-
opacity: [_, m,
|
|
2358
|
+
opacity: [_, m, w]
|
|
2359
2359
|
}],
|
|
2360
2360
|
/**
|
|
2361
2361
|
* Mix Blend Mode
|
|
2362
2362
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2363
2363
|
*/
|
|
2364
2364
|
"mix-blend": [{
|
|
2365
|
-
"mix-blend": [...
|
|
2365
|
+
"mix-blend": [...we(), "plus-darker", "plus-lighter"]
|
|
2366
2366
|
}],
|
|
2367
2367
|
/**
|
|
2368
2368
|
* Background Blend Mode
|
|
2369
2369
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2370
2370
|
*/
|
|
2371
2371
|
"bg-blend": [{
|
|
2372
|
-
"bg-blend":
|
|
2372
|
+
"bg-blend": we()
|
|
2373
2373
|
}],
|
|
2374
2374
|
/**
|
|
2375
2375
|
* Mask Clip
|
|
@@ -2477,7 +2477,7 @@ const W = (s) => {
|
|
|
2477
2477
|
"mask-y-to": g()
|
|
2478
2478
|
}],
|
|
2479
2479
|
"mask-image-radial": [{
|
|
2480
|
-
"mask-radial": [m,
|
|
2480
|
+
"mask-radial": [m, w]
|
|
2481
2481
|
}],
|
|
2482
2482
|
"mask-image-radial-from-pos": [{
|
|
2483
2483
|
"mask-radial-from": E()
|
|
@@ -2565,7 +2565,7 @@ const W = (s) => {
|
|
|
2565
2565
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2566
2566
|
*/
|
|
2567
2567
|
"mask-image": [{
|
|
2568
|
-
mask: ["none", m,
|
|
2568
|
+
mask: ["none", m, w]
|
|
2569
2569
|
}],
|
|
2570
2570
|
// ---------------
|
|
2571
2571
|
// --- Filters ---
|
|
@@ -2580,7 +2580,7 @@ const W = (s) => {
|
|
|
2580
2580
|
"",
|
|
2581
2581
|
"none",
|
|
2582
2582
|
m,
|
|
2583
|
-
|
|
2583
|
+
w
|
|
2584
2584
|
]
|
|
2585
2585
|
}],
|
|
2586
2586
|
/**
|
|
@@ -2595,14 +2595,14 @@ const W = (s) => {
|
|
|
2595
2595
|
* @see https://tailwindcss.com/docs/brightness
|
|
2596
2596
|
*/
|
|
2597
2597
|
brightness: [{
|
|
2598
|
-
brightness: [_, m,
|
|
2598
|
+
brightness: [_, m, w]
|
|
2599
2599
|
}],
|
|
2600
2600
|
/**
|
|
2601
2601
|
* Contrast
|
|
2602
2602
|
* @see https://tailwindcss.com/docs/contrast
|
|
2603
2603
|
*/
|
|
2604
2604
|
contrast: [{
|
|
2605
|
-
contrast: [_, m,
|
|
2605
|
+
contrast: [_, m, w]
|
|
2606
2606
|
}],
|
|
2607
2607
|
/**
|
|
2608
2608
|
* Drop Shadow
|
|
@@ -2630,35 +2630,35 @@ const W = (s) => {
|
|
|
2630
2630
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2631
2631
|
*/
|
|
2632
2632
|
grayscale: [{
|
|
2633
|
-
grayscale: ["", _, m,
|
|
2633
|
+
grayscale: ["", _, m, w]
|
|
2634
2634
|
}],
|
|
2635
2635
|
/**
|
|
2636
2636
|
* Hue Rotate
|
|
2637
2637
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2638
2638
|
*/
|
|
2639
2639
|
"hue-rotate": [{
|
|
2640
|
-
"hue-rotate": [_, m,
|
|
2640
|
+
"hue-rotate": [_, m, w]
|
|
2641
2641
|
}],
|
|
2642
2642
|
/**
|
|
2643
2643
|
* Invert
|
|
2644
2644
|
* @see https://tailwindcss.com/docs/invert
|
|
2645
2645
|
*/
|
|
2646
2646
|
invert: [{
|
|
2647
|
-
invert: ["", _, m,
|
|
2647
|
+
invert: ["", _, m, w]
|
|
2648
2648
|
}],
|
|
2649
2649
|
/**
|
|
2650
2650
|
* Saturate
|
|
2651
2651
|
* @see https://tailwindcss.com/docs/saturate
|
|
2652
2652
|
*/
|
|
2653
2653
|
saturate: [{
|
|
2654
|
-
saturate: [_, m,
|
|
2654
|
+
saturate: [_, m, w]
|
|
2655
2655
|
}],
|
|
2656
2656
|
/**
|
|
2657
2657
|
* Sepia
|
|
2658
2658
|
* @see https://tailwindcss.com/docs/sepia
|
|
2659
2659
|
*/
|
|
2660
2660
|
sepia: [{
|
|
2661
|
-
sepia: ["", _, m,
|
|
2661
|
+
sepia: ["", _, m, w]
|
|
2662
2662
|
}],
|
|
2663
2663
|
/**
|
|
2664
2664
|
* Backdrop Filter
|
|
@@ -2670,7 +2670,7 @@ const W = (s) => {
|
|
|
2670
2670
|
"",
|
|
2671
2671
|
"none",
|
|
2672
2672
|
m,
|
|
2673
|
-
|
|
2673
|
+
w
|
|
2674
2674
|
]
|
|
2675
2675
|
}],
|
|
2676
2676
|
/**
|
|
@@ -2685,56 +2685,56 @@ const W = (s) => {
|
|
|
2685
2685
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2686
2686
|
*/
|
|
2687
2687
|
"backdrop-brightness": [{
|
|
2688
|
-
"backdrop-brightness": [_, m,
|
|
2688
|
+
"backdrop-brightness": [_, m, w]
|
|
2689
2689
|
}],
|
|
2690
2690
|
/**
|
|
2691
2691
|
* Backdrop Contrast
|
|
2692
2692
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2693
2693
|
*/
|
|
2694
2694
|
"backdrop-contrast": [{
|
|
2695
|
-
"backdrop-contrast": [_, m,
|
|
2695
|
+
"backdrop-contrast": [_, m, w]
|
|
2696
2696
|
}],
|
|
2697
2697
|
/**
|
|
2698
2698
|
* Backdrop Grayscale
|
|
2699
2699
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2700
2700
|
*/
|
|
2701
2701
|
"backdrop-grayscale": [{
|
|
2702
|
-
"backdrop-grayscale": ["", _, m,
|
|
2702
|
+
"backdrop-grayscale": ["", _, m, w]
|
|
2703
2703
|
}],
|
|
2704
2704
|
/**
|
|
2705
2705
|
* Backdrop Hue Rotate
|
|
2706
2706
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2707
2707
|
*/
|
|
2708
2708
|
"backdrop-hue-rotate": [{
|
|
2709
|
-
"backdrop-hue-rotate": [_, m,
|
|
2709
|
+
"backdrop-hue-rotate": [_, m, w]
|
|
2710
2710
|
}],
|
|
2711
2711
|
/**
|
|
2712
2712
|
* Backdrop Invert
|
|
2713
2713
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2714
2714
|
*/
|
|
2715
2715
|
"backdrop-invert": [{
|
|
2716
|
-
"backdrop-invert": ["", _, m,
|
|
2716
|
+
"backdrop-invert": ["", _, m, w]
|
|
2717
2717
|
}],
|
|
2718
2718
|
/**
|
|
2719
2719
|
* Backdrop Opacity
|
|
2720
2720
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2721
2721
|
*/
|
|
2722
2722
|
"backdrop-opacity": [{
|
|
2723
|
-
"backdrop-opacity": [_, m,
|
|
2723
|
+
"backdrop-opacity": [_, m, w]
|
|
2724
2724
|
}],
|
|
2725
2725
|
/**
|
|
2726
2726
|
* Backdrop Saturate
|
|
2727
2727
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2728
2728
|
*/
|
|
2729
2729
|
"backdrop-saturate": [{
|
|
2730
|
-
"backdrop-saturate": [_, m,
|
|
2730
|
+
"backdrop-saturate": [_, m, w]
|
|
2731
2731
|
}],
|
|
2732
2732
|
/**
|
|
2733
2733
|
* Backdrop Sepia
|
|
2734
2734
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2735
2735
|
*/
|
|
2736
2736
|
"backdrop-sepia": [{
|
|
2737
|
-
"backdrop-sepia": ["", _, m,
|
|
2737
|
+
"backdrop-sepia": ["", _, m, w]
|
|
2738
2738
|
}],
|
|
2739
2739
|
// --------------
|
|
2740
2740
|
// --- Tables ---
|
|
@@ -2789,7 +2789,7 @@ const W = (s) => {
|
|
|
2789
2789
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2790
2790
|
*/
|
|
2791
2791
|
transition: [{
|
|
2792
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", m,
|
|
2792
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", m, w]
|
|
2793
2793
|
}],
|
|
2794
2794
|
/**
|
|
2795
2795
|
* Transition Behavior
|
|
@@ -2803,28 +2803,28 @@ const W = (s) => {
|
|
|
2803
2803
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2804
2804
|
*/
|
|
2805
2805
|
duration: [{
|
|
2806
|
-
duration: [_, "initial", m,
|
|
2806
|
+
duration: [_, "initial", m, w]
|
|
2807
2807
|
}],
|
|
2808
2808
|
/**
|
|
2809
2809
|
* Transition Timing Function
|
|
2810
2810
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2811
2811
|
*/
|
|
2812
2812
|
ease: [{
|
|
2813
|
-
ease: ["linear", "initial", k, m,
|
|
2813
|
+
ease: ["linear", "initial", k, m, w]
|
|
2814
2814
|
}],
|
|
2815
2815
|
/**
|
|
2816
2816
|
* Transition Delay
|
|
2817
2817
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2818
2818
|
*/
|
|
2819
2819
|
delay: [{
|
|
2820
|
-
delay: [_, m,
|
|
2820
|
+
delay: [_, m, w]
|
|
2821
2821
|
}],
|
|
2822
2822
|
/**
|
|
2823
2823
|
* Animation
|
|
2824
2824
|
* @see https://tailwindcss.com/docs/animation
|
|
2825
2825
|
*/
|
|
2826
2826
|
animate: [{
|
|
2827
|
-
animate: ["none", M, m,
|
|
2827
|
+
animate: ["none", M, m, w]
|
|
2828
2828
|
}],
|
|
2829
2829
|
// ------------------
|
|
2830
2830
|
// --- Transforms ---
|
|
@@ -2841,7 +2841,7 @@ const W = (s) => {
|
|
|
2841
2841
|
* @see https://tailwindcss.com/docs/perspective
|
|
2842
2842
|
*/
|
|
2843
2843
|
perspective: [{
|
|
2844
|
-
perspective: [P, m,
|
|
2844
|
+
perspective: [P, m, w]
|
|
2845
2845
|
}],
|
|
2846
2846
|
/**
|
|
2847
2847
|
* Perspective Origin
|
|
@@ -2937,7 +2937,7 @@ const W = (s) => {
|
|
|
2937
2937
|
* @see https://tailwindcss.com/docs/transform
|
|
2938
2938
|
*/
|
|
2939
2939
|
transform: [{
|
|
2940
|
-
transform: [m,
|
|
2940
|
+
transform: [m, w, "", "none", "gpu", "cpu"]
|
|
2941
2941
|
}],
|
|
2942
2942
|
/**
|
|
2943
2943
|
* Transform Origin
|
|
@@ -3022,7 +3022,7 @@ const W = (s) => {
|
|
|
3022
3022
|
* @see https://tailwindcss.com/docs/cursor
|
|
3023
3023
|
*/
|
|
3024
3024
|
cursor: [{
|
|
3025
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", m,
|
|
3025
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", m, w]
|
|
3026
3026
|
}],
|
|
3027
3027
|
/**
|
|
3028
3028
|
* Field Sizing
|
|
@@ -3244,7 +3244,7 @@ const W = (s) => {
|
|
|
3244
3244
|
* @see https://tailwindcss.com/docs/will-change
|
|
3245
3245
|
*/
|
|
3246
3246
|
"will-change": [{
|
|
3247
|
-
"will-change": ["auto", "scroll", "contents", "transform", m,
|
|
3247
|
+
"will-change": ["auto", "scroll", "contents", "transform", m, w]
|
|
3248
3248
|
}],
|
|
3249
3249
|
// -----------
|
|
3250
3250
|
// --- SVG ---
|
|
@@ -5822,7 +5822,7 @@ const Re = (s) => /* @__PURE__ */ e.jsx(
|
|
|
5822
5822
|
}
|
|
5823
5823
|
);
|
|
5824
5824
|
Rt.displayName = "Radio";
|
|
5825
|
-
const
|
|
5825
|
+
const ur = {
|
|
5826
5826
|
DEFAULT: "default",
|
|
5827
5827
|
GREY: "grey"
|
|
5828
5828
|
}, Pt = X(
|
|
@@ -5838,12 +5838,12 @@ const wr = {
|
|
|
5838
5838
|
...c
|
|
5839
5839
|
}, x) => {
|
|
5840
5840
|
const f = l && o === "leading", v = l && o === "trailing";
|
|
5841
|
-
return /* @__PURE__ */ e.
|
|
5841
|
+
return /* @__PURE__ */ e.jsx(
|
|
5842
5842
|
"li",
|
|
5843
5843
|
{
|
|
5844
5844
|
ref: x,
|
|
5845
5845
|
className: L(
|
|
5846
|
-
"
|
|
5846
|
+
"w-full cursor-pointer border-b border-brand-50",
|
|
5847
5847
|
"delay-10 transition-all duration-200 hover:bg-brand-50",
|
|
5848
5848
|
"last:rounded-b last:border-transparent",
|
|
5849
5849
|
n === "GREY" && "bg-grey-50",
|
|
@@ -5853,10 +5853,9 @@ const wr = {
|
|
|
5853
5853
|
t
|
|
5854
5854
|
),
|
|
5855
5855
|
title: s.name,
|
|
5856
|
-
onClick: () => a(s),
|
|
5857
5856
|
"data-testid": "test-selectItem-" + s.id,
|
|
5858
5857
|
...c,
|
|
5859
|
-
children: [
|
|
5858
|
+
children: /* @__PURE__ */ e.jsxs("button", { className: "flex w-full items-center px-4 py-2", onClick: () => a(s), children: [
|
|
5860
5859
|
f && /* @__PURE__ */ e.jsx(Ke, { id: "checkbox-" + s.id, checked: r, onChange: () => a(s) }),
|
|
5861
5860
|
/* @__PURE__ */ e.jsx("span", { className: "ml-4", children: s.name }),
|
|
5862
5861
|
d && s.amountResults && /* @__PURE__ */ e.jsxs("span", { className: "ml-4", children: [
|
|
@@ -5865,13 +5864,13 @@ const wr = {
|
|
|
5865
5864
|
")"
|
|
5866
5865
|
] }),
|
|
5867
5866
|
v && /* @__PURE__ */ e.jsx(Ke, { id: "checkbox-" + s.id, checked: r, onChange: () => a(s) })
|
|
5868
|
-
]
|
|
5867
|
+
] })
|
|
5869
5868
|
}
|
|
5870
5869
|
);
|
|
5871
5870
|
}
|
|
5872
5871
|
);
|
|
5873
5872
|
Pt.displayName = "SelectItem";
|
|
5874
|
-
const
|
|
5873
|
+
const wr = ({ className: s }) => /* @__PURE__ */ e.jsx("div", { className: L("h- animate-pulse rounded bg-gray-300 dark:bg-gray-500", s) }), mr = ({
|
|
5875
5874
|
min: s,
|
|
5876
5875
|
max: r,
|
|
5877
5876
|
step: t = 1,
|
|
@@ -6265,7 +6264,7 @@ const At = ({
|
|
|
6265
6264
|
const M = setTimeout(() => P(b), 500);
|
|
6266
6265
|
return () => clearTimeout(M);
|
|
6267
6266
|
}
|
|
6268
|
-
}, [r, v, c, b]), /* @__PURE__ */ e.jsxs(
|
|
6267
|
+
}, [r, v, c, b]), /* @__PURE__ */ e.jsxs("div", { onMouseLeave: a, children: [
|
|
6269
6268
|
d && /* @__PURE__ */ e.jsx(
|
|
6270
6269
|
"input",
|
|
6271
6270
|
{
|
|
@@ -6374,6 +6373,7 @@ const At = ({
|
|
|
6374
6373
|
),
|
|
6375
6374
|
disabled: a,
|
|
6376
6375
|
"data-testid": "test-multiselect",
|
|
6376
|
+
type: "button",
|
|
6377
6377
|
children: [
|
|
6378
6378
|
/* @__PURE__ */ e.jsx(
|
|
6379
6379
|
"label",
|
|
@@ -6620,6 +6620,7 @@ const yr = {
|
|
|
6620
6620
|
tabIndex: 0,
|
|
6621
6621
|
disabled: l,
|
|
6622
6622
|
"data-testid": "test-select",
|
|
6623
|
+
type: "button",
|
|
6623
6624
|
children: [
|
|
6624
6625
|
/* @__PURE__ */ e.jsx(
|
|
6625
6626
|
"label",
|
|
@@ -6808,12 +6809,12 @@ export {
|
|
|
6808
6809
|
xr as RADIO_VARIANT,
|
|
6809
6810
|
Rt as Radio,
|
|
6810
6811
|
Cr as RadioGroup,
|
|
6811
|
-
|
|
6812
|
+
ur as SELECT_ITEM_VARIANT,
|
|
6812
6813
|
Vr as SELECT_VARIANT,
|
|
6813
6814
|
sr as Select,
|
|
6814
6815
|
At as SelectDropdown,
|
|
6815
6816
|
Pt as SelectItem,
|
|
6816
|
-
|
|
6817
|
+
wr as Skeleton,
|
|
6817
6818
|
mr as Slider,
|
|
6818
6819
|
gr as TEXTAREA_VARIANT,
|
|
6819
6820
|
vr as TEXT_VARIANT,
|