stp-ui-kit 0.0.22 → 0.0.24
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/components/Input/Input.d.ts +3 -1
- package/dist/stp-ui-kit.cjs.js +10 -10
- package/dist/stp-ui-kit.cjs.js.map +1 -1
- package/dist/stp-ui-kit.es.js +342 -331
- package/dist/stp-ui-kit.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/stp-ui-kit.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i, jsxs as N, Fragment as Bt } from "react/jsx-runtime";
|
|
2
|
-
import Lt, { useState as
|
|
2
|
+
import Lt, { useState as _e, useEffect as Ze, forwardRef as lt, createElement as Fe, createContext as Dt, useContext as Pt, useRef as Le, useId as Et } from "react";
|
|
3
3
|
import { createRoot as ct } from "react-dom/client";
|
|
4
4
|
var jt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
5
5
|
function dt(e) {
|
|
@@ -16,8 +16,8 @@ var mt = { exports: {} };
|
|
|
16
16
|
var t = {}.hasOwnProperty;
|
|
17
17
|
function n() {
|
|
18
18
|
for (var r = "", l = 0; l < arguments.length; l++) {
|
|
19
|
-
var
|
|
20
|
-
|
|
19
|
+
var m = arguments[l];
|
|
20
|
+
m && (r = a(r, o(m)));
|
|
21
21
|
}
|
|
22
22
|
return r;
|
|
23
23
|
}
|
|
@@ -31,8 +31,8 @@ var mt = { exports: {} };
|
|
|
31
31
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
32
32
|
return r.toString();
|
|
33
33
|
var l = "";
|
|
34
|
-
for (var
|
|
35
|
-
t.call(r,
|
|
34
|
+
for (var m in r)
|
|
35
|
+
t.call(r, m) && r[m] && (l = a(l, m));
|
|
36
36
|
return l;
|
|
37
37
|
}
|
|
38
38
|
function a(r, l) {
|
|
@@ -81,55 +81,55 @@ var ut = { exports: {} };
|
|
|
81
81
|
(function(n, o) {
|
|
82
82
|
e.exports = o();
|
|
83
83
|
})(jt, function() {
|
|
84
|
-
var n = 1e3, o = 6e4, a = 36e5, r = "millisecond", l = "second",
|
|
85
|
-
var d = ["th", "st", "nd", "rd"], c =
|
|
86
|
-
return "[" +
|
|
87
|
-
} }, U = function(
|
|
88
|
-
var f = String(
|
|
89
|
-
return !f || f.length >= d ?
|
|
90
|
-
}, X = { s: U, z: function(
|
|
91
|
-
var d = -
|
|
84
|
+
var n = 1e3, o = 6e4, a = 36e5, r = "millisecond", l = "second", m = "minute", u = "hour", _ = "day", v = "week", S = "month", j = "quarter", T = "year", A = "date", B = "Invalid Date", E = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, q = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, ie = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(g) {
|
|
85
|
+
var d = ["th", "st", "nd", "rd"], c = g % 100;
|
|
86
|
+
return "[" + g + (d[(c - 20) % 10] || d[c] || d[0]) + "]";
|
|
87
|
+
} }, U = function(g, d, c) {
|
|
88
|
+
var f = String(g);
|
|
89
|
+
return !f || f.length >= d ? g : "" + Array(d + 1 - f.length).join(c) + g;
|
|
90
|
+
}, X = { s: U, z: function(g) {
|
|
91
|
+
var d = -g.utcOffset(), c = Math.abs(d), f = Math.floor(c / 60), s = c % 60;
|
|
92
92
|
return (d <= 0 ? "+" : "-") + U(f, 2, "0") + ":" + U(s, 2, "0");
|
|
93
|
-
}, m: function
|
|
94
|
-
if (d.date() < c.date()) return -
|
|
93
|
+
}, m: function g(d, c) {
|
|
94
|
+
if (d.date() < c.date()) return -g(c, d);
|
|
95
95
|
var f = 12 * (c.year() - d.year()) + (c.month() - d.month()), s = d.clone().add(f, S), y = c - s < 0, w = d.clone().add(f + (y ? -1 : 1), S);
|
|
96
96
|
return +(-(f + (c - s) / (y ? s - w : w - s)) || 0);
|
|
97
|
-
}, a: function(
|
|
98
|
-
return
|
|
99
|
-
}, p: function(
|
|
100
|
-
return { M: S, y: T, w:
|
|
101
|
-
}, u: function(
|
|
102
|
-
return
|
|
97
|
+
}, a: function(g) {
|
|
98
|
+
return g < 0 ? Math.ceil(g) || 0 : Math.floor(g);
|
|
99
|
+
}, p: function(g) {
|
|
100
|
+
return { M: S, y: T, w: v, d: _, D: A, h: u, m, s: l, ms: r, Q: j }[g] || String(g || "").toLowerCase().replace(/s$/, "");
|
|
101
|
+
}, u: function(g) {
|
|
102
|
+
return g === void 0;
|
|
103
103
|
} }, W = "en", R = {};
|
|
104
104
|
R[W] = ie;
|
|
105
|
-
var te = "$isDayjsObject",
|
|
106
|
-
return
|
|
107
|
-
}, H = function
|
|
105
|
+
var te = "$isDayjsObject", b = function(g) {
|
|
106
|
+
return g instanceof V || !(!g || !g[te]);
|
|
107
|
+
}, H = function g(d, c, f) {
|
|
108
108
|
var s;
|
|
109
109
|
if (!d) return W;
|
|
110
110
|
if (typeof d == "string") {
|
|
111
111
|
var y = d.toLowerCase();
|
|
112
112
|
R[y] && (s = y), c && (R[y] = c, s = y);
|
|
113
113
|
var w = d.split("-");
|
|
114
|
-
if (!s && w.length > 1) return
|
|
114
|
+
if (!s && w.length > 1) return g(w[0]);
|
|
115
115
|
} else {
|
|
116
116
|
var I = d.name;
|
|
117
117
|
R[I] = d, s = I;
|
|
118
118
|
}
|
|
119
119
|
return !f && s && (W = s), s || !f && W;
|
|
120
|
-
}, L = function(
|
|
121
|
-
if (g
|
|
120
|
+
}, L = function(g, d) {
|
|
121
|
+
if (b(g)) return g.clone();
|
|
122
122
|
var c = typeof d == "object" ? d : {};
|
|
123
|
-
return c.date =
|
|
123
|
+
return c.date = g, c.args = arguments, new V(c);
|
|
124
124
|
}, $ = X;
|
|
125
|
-
$.l = H, $.i =
|
|
126
|
-
return L(
|
|
125
|
+
$.l = H, $.i = b, $.w = function(g, d) {
|
|
126
|
+
return L(g, { locale: d.$L, utc: d.$u, x: d.$x, $offset: d.$offset });
|
|
127
127
|
};
|
|
128
128
|
var V = function() {
|
|
129
|
-
function
|
|
129
|
+
function g(c) {
|
|
130
130
|
this.$L = H(c.locale, null, !0), this.parse(c), this.$x = this.$x || c.x || {}, this[te] = !0;
|
|
131
131
|
}
|
|
132
|
-
var d =
|
|
132
|
+
var d = g.prototype;
|
|
133
133
|
return d.parse = function(c) {
|
|
134
134
|
this.$d = function(f) {
|
|
135
135
|
var s = f.date, y = f.utc;
|
|
@@ -177,15 +177,15 @@ var ut = { exports: {} };
|
|
|
177
177
|
return y ? I(1, 0) : I(31, 11);
|
|
178
178
|
case S:
|
|
179
179
|
return y ? I(1, M) : I(0, M + 1);
|
|
180
|
-
case
|
|
180
|
+
case v:
|
|
181
181
|
var z = this.$locale().weekStart || 0, le = (C < z ? C + 7 : C) - z;
|
|
182
182
|
return I(y ? G - le : G + (6 - le), M);
|
|
183
183
|
case _:
|
|
184
184
|
case A:
|
|
185
185
|
return O(ne + "Hours", 0);
|
|
186
|
-
case
|
|
186
|
+
case u:
|
|
187
187
|
return O(ne + "Minutes", 1);
|
|
188
|
-
case
|
|
188
|
+
case m:
|
|
189
189
|
return O(ne + "Seconds", 2);
|
|
190
190
|
case l:
|
|
191
191
|
return O(ne + "Milliseconds", 3);
|
|
@@ -195,7 +195,7 @@ var ut = { exports: {} };
|
|
|
195
195
|
}, d.endOf = function(c) {
|
|
196
196
|
return this.startOf(c, !1);
|
|
197
197
|
}, d.$set = function(c, f) {
|
|
198
|
-
var s, y = $.p(c), w = "set" + (this.$u ? "UTC" : ""), I = (s = {}, s[_] = w + "Date", s[A] = w + "Date", s[S] = w + "Month", s[T] = w + "FullYear", s[
|
|
198
|
+
var s, y = $.p(c), w = "set" + (this.$u ? "UTC" : ""), I = (s = {}, s[_] = w + "Date", s[A] = w + "Date", s[S] = w + "Month", s[T] = w + "FullYear", s[u] = w + "Hours", s[m] = w + "Minutes", s[l] = w + "Seconds", s[r] = w + "Milliseconds", s)[y], O = y === _ ? this.$D + (f - this.$W) : f;
|
|
199
199
|
if (y === S || y === T) {
|
|
200
200
|
var C = this.clone().set(A, 1);
|
|
201
201
|
C.$d[I](O), C.init(), this.$d = C.set(A, Math.min(this.$D, C.daysInMonth())).$d;
|
|
@@ -215,8 +215,8 @@ var ut = { exports: {} };
|
|
|
215
215
|
if (w === S) return this.set(S, this.$M + c);
|
|
216
216
|
if (w === T) return this.set(T, this.$y + c);
|
|
217
217
|
if (w === _) return I(1);
|
|
218
|
-
if (w ===
|
|
219
|
-
var O = (s = {}, s[
|
|
218
|
+
if (w === v) return I(7);
|
|
219
|
+
var O = (s = {}, s[m] = o, s[u] = a, s[l] = n, s)[w] || 1, C = this.$d.getTime() + c * O;
|
|
220
220
|
return $.w(C, this);
|
|
221
221
|
}, d.subtract = function(c, f) {
|
|
222
222
|
return this.add(-1 * c, f);
|
|
@@ -302,16 +302,16 @@ var ut = { exports: {} };
|
|
|
302
302
|
case j:
|
|
303
303
|
y = G() / 3;
|
|
304
304
|
break;
|
|
305
|
-
case
|
|
305
|
+
case v:
|
|
306
306
|
y = (M - C) / 6048e5;
|
|
307
307
|
break;
|
|
308
308
|
case _:
|
|
309
309
|
y = (M - C) / 864e5;
|
|
310
310
|
break;
|
|
311
|
-
case
|
|
311
|
+
case u:
|
|
312
312
|
y = M / a;
|
|
313
313
|
break;
|
|
314
|
-
case
|
|
314
|
+
case m:
|
|
315
315
|
y = M / o;
|
|
316
316
|
break;
|
|
317
317
|
case l:
|
|
@@ -339,16 +339,16 @@ var ut = { exports: {} };
|
|
|
339
339
|
return this.$d.toISOString();
|
|
340
340
|
}, d.toString = function() {
|
|
341
341
|
return this.$d.toUTCString();
|
|
342
|
-
},
|
|
342
|
+
}, g;
|
|
343
343
|
}(), oe = V.prototype;
|
|
344
|
-
return L.prototype = oe, [["$ms", r], ["$s", l], ["$m",
|
|
345
|
-
oe[
|
|
346
|
-
return this.$g(d,
|
|
344
|
+
return L.prototype = oe, [["$ms", r], ["$s", l], ["$m", m], ["$H", u], ["$W", _], ["$M", S], ["$y", T], ["$D", A]].forEach(function(g) {
|
|
345
|
+
oe[g[1]] = function(d) {
|
|
346
|
+
return this.$g(d, g[0], g[1]);
|
|
347
347
|
};
|
|
348
|
-
}), L.extend = function(
|
|
349
|
-
return
|
|
350
|
-
}, L.locale = H, L.isDayjs =
|
|
351
|
-
return L(1e3 *
|
|
348
|
+
}), L.extend = function(g, d) {
|
|
349
|
+
return g.$i || (g(d, V, L), g.$i = !0), L;
|
|
350
|
+
}, L.locale = H, L.isDayjs = b, L.unix = function(g) {
|
|
351
|
+
return L(1e3 * g);
|
|
352
352
|
}, L.en = R[W], L.Ls = R, L.p = {}, L;
|
|
353
353
|
});
|
|
354
354
|
})(ut);
|
|
@@ -365,7 +365,7 @@ const Kt = /* @__PURE__ */ dt(Jt), Xt = (e) => {
|
|
|
365
365
|
buttonColor: r,
|
|
366
366
|
onClick: l
|
|
367
367
|
}) => {
|
|
368
|
-
const [
|
|
368
|
+
const [m, u] = _e(!1), [_, v] = _e({
|
|
369
369
|
days: 0,
|
|
370
370
|
hours: 0,
|
|
371
371
|
minutes: 0,
|
|
@@ -379,7 +379,7 @@ const Kt = /* @__PURE__ */ dt(Jt), Xt = (e) => {
|
|
|
379
379
|
seconds: Math.floor(E / 1e3 % 60)
|
|
380
380
|
}), A = () => {
|
|
381
381
|
const E = Date.now(), q = j.getTime() - E;
|
|
382
|
-
q <= 0 ? (
|
|
382
|
+
q <= 0 ? (u(!0), v({ days: 0, hours: 0, minutes: 0, seconds: 0 })) : v(T(q));
|
|
383
383
|
};
|
|
384
384
|
A();
|
|
385
385
|
const B = setInterval(A, 1e3);
|
|
@@ -420,9 +420,9 @@ const Kt = /* @__PURE__ */ dt(Jt), Xt = (e) => {
|
|
|
420
420
|
className: ce.pattern,
|
|
421
421
|
style: {
|
|
422
422
|
"--pattern-color": e,
|
|
423
|
-
"--pattern-url": `url(${
|
|
423
|
+
"--pattern-url": `url(${m ? a ?? n : n})`
|
|
424
424
|
},
|
|
425
|
-
children:
|
|
425
|
+
children: m && /* @__PURE__ */ i(
|
|
426
426
|
"button",
|
|
427
427
|
{
|
|
428
428
|
className: ce.button,
|
|
@@ -465,9 +465,9 @@ const Kt = /* @__PURE__ */ dt(Jt), Xt = (e) => {
|
|
|
465
465
|
onClick: r = () => {
|
|
466
466
|
},
|
|
467
467
|
className: l = "",
|
|
468
|
-
...
|
|
468
|
+
...m
|
|
469
469
|
}) => {
|
|
470
|
-
const
|
|
470
|
+
const u = x(
|
|
471
471
|
Se.btn,
|
|
472
472
|
Se[e],
|
|
473
473
|
Se[t],
|
|
@@ -479,10 +479,10 @@ const Kt = /* @__PURE__ */ dt(Jt), Xt = (e) => {
|
|
|
479
479
|
return /* @__PURE__ */ i(
|
|
480
480
|
"button",
|
|
481
481
|
{
|
|
482
|
-
className:
|
|
482
|
+
className: u,
|
|
483
483
|
onClick: r,
|
|
484
484
|
disabled: o,
|
|
485
|
-
...
|
|
485
|
+
...m,
|
|
486
486
|
children: a
|
|
487
487
|
}
|
|
488
488
|
);
|
|
@@ -536,22 +536,22 @@ const mo = lt(
|
|
|
536
536
|
className: a = "",
|
|
537
537
|
children: r,
|
|
538
538
|
iconNode: l,
|
|
539
|
-
...
|
|
540
|
-
},
|
|
539
|
+
...m
|
|
540
|
+
}, u) => Fe(
|
|
541
541
|
"svg",
|
|
542
542
|
{
|
|
543
|
-
ref:
|
|
543
|
+
ref: u,
|
|
544
544
|
...co,
|
|
545
545
|
width: t,
|
|
546
546
|
height: t,
|
|
547
547
|
stroke: e,
|
|
548
548
|
strokeWidth: o ? Number(n) * 24 / Number(t) : n,
|
|
549
549
|
className: ht("lucide", a),
|
|
550
|
-
...!r && !lo(
|
|
551
|
-
...
|
|
550
|
+
...!r && !lo(m) && { "aria-hidden": "true" },
|
|
551
|
+
...m
|
|
552
552
|
},
|
|
553
553
|
[
|
|
554
|
-
...l.map(([_,
|
|
554
|
+
...l.map(([_, v]) => Fe(_, v)),
|
|
555
555
|
...Array.isArray(r) ? r : [r]
|
|
556
556
|
]
|
|
557
557
|
)
|
|
@@ -562,7 +562,7 @@ const mo = lt(
|
|
|
562
562
|
* This source code is licensed under the ISC license.
|
|
563
563
|
* See the LICENSE file in the root directory of this source tree.
|
|
564
564
|
*/
|
|
565
|
-
const
|
|
565
|
+
const ge = (e, t) => {
|
|
566
566
|
const n = lt(
|
|
567
567
|
({ className: o, ...a }, r) => Fe(mo, {
|
|
568
568
|
ref: r,
|
|
@@ -586,21 +586,21 @@ const _e = (e, t) => {
|
|
|
586
586
|
const uo = [
|
|
587
587
|
["path", { d: "M18 6 7 17l-5-5", key: "116fxf" }],
|
|
588
588
|
["path", { d: "m22 10-7.5 7.5L13 16", key: "ke71qq" }]
|
|
589
|
-
], ho =
|
|
589
|
+
], ho = ge("check-check", uo);
|
|
590
590
|
/**
|
|
591
591
|
* @license lucide-react v0.511.0 - ISC
|
|
592
592
|
*
|
|
593
593
|
* This source code is licensed under the ISC license.
|
|
594
594
|
* See the LICENSE file in the root directory of this source tree.
|
|
595
595
|
*/
|
|
596
|
-
const po = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]], pt =
|
|
596
|
+
const po = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]], pt = ge("chevron-down", po);
|
|
597
597
|
/**
|
|
598
598
|
* @license lucide-react v0.511.0 - ISC
|
|
599
599
|
*
|
|
600
600
|
* This source code is licensed under the ISC license.
|
|
601
601
|
* See the LICENSE file in the root directory of this source tree.
|
|
602
602
|
*/
|
|
603
|
-
const fo = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]], ft =
|
|
603
|
+
const fo = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]], ft = ge("chevron-up", fo);
|
|
604
604
|
/**
|
|
605
605
|
* @license lucide-react v0.511.0 - ISC
|
|
606
606
|
*
|
|
@@ -611,14 +611,14 @@ const _o = [
|
|
|
611
611
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
612
612
|
["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
|
|
613
613
|
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
|
|
614
|
-
], _t =
|
|
614
|
+
], _t = ge("circle-alert", _o);
|
|
615
615
|
/**
|
|
616
616
|
* @license lucide-react v0.511.0 - ISC
|
|
617
617
|
*
|
|
618
618
|
* This source code is licensed under the ISC license.
|
|
619
619
|
* See the LICENSE file in the root directory of this source tree.
|
|
620
620
|
*/
|
|
621
|
-
const
|
|
621
|
+
const go = [
|
|
622
622
|
["path", { d: "M12 16h.01", key: "1drbdi" }],
|
|
623
623
|
["path", { d: "M12 8v4", key: "1got3b" }],
|
|
624
624
|
[
|
|
@@ -628,14 +628,14 @@ const bo = [
|
|
|
628
628
|
key: "1fd625"
|
|
629
629
|
}
|
|
630
630
|
]
|
|
631
|
-
],
|
|
631
|
+
], gt = ge("octagon-alert", go);
|
|
632
632
|
/**
|
|
633
633
|
* @license lucide-react v0.511.0 - ISC
|
|
634
634
|
*
|
|
635
635
|
* This source code is licensed under the ISC license.
|
|
636
636
|
* See the LICENSE file in the root directory of this source tree.
|
|
637
637
|
*/
|
|
638
|
-
const
|
|
638
|
+
const bo = [
|
|
639
639
|
[
|
|
640
640
|
"path",
|
|
641
641
|
{
|
|
@@ -645,7 +645,7 @@ const go = [
|
|
|
645
645
|
],
|
|
646
646
|
["path", { d: "M12 9v4", key: "juzpu7" }],
|
|
647
647
|
["path", { d: "M12 17h.01", key: "p32p05" }]
|
|
648
|
-
],
|
|
648
|
+
], bt = ge("triangle-alert", bo);
|
|
649
649
|
/**
|
|
650
650
|
* @license lucide-react v0.511.0 - ISC
|
|
651
651
|
*
|
|
@@ -655,7 +655,7 @@ const go = [
|
|
|
655
655
|
const yo = [
|
|
656
656
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
657
657
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
658
|
-
], yt =
|
|
658
|
+
], yt = ge("x", yo), wo = "_message_yijnh_29", ot = {
|
|
659
659
|
message: wo
|
|
660
660
|
}, Je = ({ children: e }) => /* @__PURE__ */ N("div", { className: x(ot.message), children: [
|
|
661
661
|
/* @__PURE__ */ i(
|
|
@@ -735,14 +735,14 @@ const yo = [
|
|
|
735
735
|
active: a = !1,
|
|
736
736
|
isParentNode: r = !1,
|
|
737
737
|
onClick: l,
|
|
738
|
-
className:
|
|
738
|
+
className: m
|
|
739
739
|
}) => /* @__PURE__ */ N(
|
|
740
740
|
"div",
|
|
741
741
|
{
|
|
742
742
|
className: x(
|
|
743
743
|
se.navigationItem,
|
|
744
744
|
a && se.active,
|
|
745
|
-
|
|
745
|
+
m
|
|
746
746
|
),
|
|
747
747
|
onClick: l,
|
|
748
748
|
children: [
|
|
@@ -785,10 +785,10 @@ const yo = [
|
|
|
785
785
|
arrowBlock: Eo,
|
|
786
786
|
isOpen: jo
|
|
787
787
|
}, Is = ({ activeItemId: e, onChange: t, item: n }) => {
|
|
788
|
-
var
|
|
789
|
-
const o = (
|
|
788
|
+
var m, u;
|
|
789
|
+
const o = (m = n.children) == null ? void 0 : m.findIndex(
|
|
790
790
|
(_) => _.id === e
|
|
791
|
-
), [a, r] =
|
|
791
|
+
), [a, r] = _e(o !== -1), l = () => {
|
|
792
792
|
n.children && r(!a), t(n);
|
|
793
793
|
};
|
|
794
794
|
return /* @__PURE__ */ N("div", { children: [
|
|
@@ -804,7 +804,7 @@ const yo = [
|
|
|
804
804
|
className: x(a && o === -1 && Ne.isOpen)
|
|
805
805
|
}
|
|
806
806
|
),
|
|
807
|
-
/* @__PURE__ */ i("div", { className: Ne.childContainer, children: a && ((
|
|
807
|
+
/* @__PURE__ */ i("div", { className: Ne.childContainer, children: a && ((u = n.children) == null ? void 0 : u.map((_, v) => /* @__PURE__ */ N(
|
|
808
808
|
"div",
|
|
809
809
|
{
|
|
810
810
|
className: x(
|
|
@@ -814,14 +814,14 @@ const yo = [
|
|
|
814
814
|
onClick: () => t(_),
|
|
815
815
|
children: [
|
|
816
816
|
/* @__PURE__ */ N("div", { className: Ne.arrowBlock, children: [
|
|
817
|
-
o ===
|
|
817
|
+
o === v && /* @__PURE__ */ i(
|
|
818
818
|
"img",
|
|
819
819
|
{
|
|
820
820
|
src: "/assets/icons/ArrowLine.svg",
|
|
821
821
|
alt: "Arrow Indicator"
|
|
822
822
|
}
|
|
823
823
|
),
|
|
824
|
-
|
|
824
|
+
v < (o ?? -1) && /* @__PURE__ */ i(
|
|
825
825
|
"img",
|
|
826
826
|
{
|
|
827
827
|
src: "/assets/icons/SideLine.svg",
|
|
@@ -842,7 +842,7 @@ const yo = [
|
|
|
842
842
|
_.id
|
|
843
843
|
))) })
|
|
844
844
|
] });
|
|
845
|
-
}, Ro = "_ArrowContainer_uctxv_29", Go = "_iconCheck_uctxv_37", qo = "_active_uctxv_47", Ho = "_arrowBlock_uctxv_57", Fo = "_isOpen_uctxv_61",
|
|
845
|
+
}, Ro = "_ArrowContainer_uctxv_29", Go = "_iconCheck_uctxv_37", qo = "_active_uctxv_47", Ho = "_arrowBlock_uctxv_57", Fo = "_isOpen_uctxv_61", we = {
|
|
846
846
|
ArrowContainer: Ro,
|
|
847
847
|
iconCheck: Go,
|
|
848
848
|
active: qo,
|
|
@@ -853,10 +853,10 @@ const yo = [
|
|
|
853
853
|
onChange: t,
|
|
854
854
|
item: n
|
|
855
855
|
}) => {
|
|
856
|
-
var
|
|
857
|
-
const o = (
|
|
856
|
+
var m, u;
|
|
857
|
+
const o = (m = n.children) == null ? void 0 : m.findIndex(
|
|
858
858
|
(_) => _.id === e
|
|
859
|
-
), [a, r] =
|
|
859
|
+
), [a, r] = _e(o !== -1), l = () => {
|
|
860
860
|
n.children && r(!a), t(n);
|
|
861
861
|
};
|
|
862
862
|
return /* @__PURE__ */ N("div", { children: [
|
|
@@ -869,27 +869,27 @@ const yo = [
|
|
|
869
869
|
onClick: l,
|
|
870
870
|
isParentNode: a && o !== -1,
|
|
871
871
|
active: o !== -1 && !a,
|
|
872
|
-
className: x(a && o === -1 &&
|
|
872
|
+
className: x(a && o === -1 && we.isOpen)
|
|
873
873
|
}
|
|
874
874
|
),
|
|
875
|
-
/* @__PURE__ */ i("div", { className:
|
|
875
|
+
/* @__PURE__ */ i("div", { className: we.childContainer, children: a && ((u = n.children) == null ? void 0 : u.map((_, v) => /* @__PURE__ */ N(
|
|
876
876
|
"div",
|
|
877
877
|
{
|
|
878
878
|
className: x(
|
|
879
|
-
|
|
880
|
-
e === _.id ?
|
|
879
|
+
we.ArrowContainer,
|
|
880
|
+
e === _.id ? we.active : ""
|
|
881
881
|
),
|
|
882
882
|
onClick: () => t(_),
|
|
883
883
|
children: [
|
|
884
|
-
/* @__PURE__ */ N("div", { className:
|
|
885
|
-
o ===
|
|
884
|
+
/* @__PURE__ */ N("div", { className: we.arrowBlock, children: [
|
|
885
|
+
o === v && /* @__PURE__ */ i(
|
|
886
886
|
"img",
|
|
887
887
|
{
|
|
888
888
|
src: "/assets/icons/ArrowLine.svg",
|
|
889
889
|
alt: "Arrow Indicator"
|
|
890
890
|
}
|
|
891
891
|
),
|
|
892
|
-
|
|
892
|
+
v < (o ?? -1) && /* @__PURE__ */ i(
|
|
893
893
|
"img",
|
|
894
894
|
{
|
|
895
895
|
src: "/assets/icons/SideLine.svg",
|
|
@@ -907,7 +907,7 @@ const yo = [
|
|
|
907
907
|
ho,
|
|
908
908
|
{
|
|
909
909
|
size: 20,
|
|
910
|
-
className:
|
|
910
|
+
className: we.iconCheck
|
|
911
911
|
}
|
|
912
912
|
)
|
|
913
913
|
},
|
|
@@ -1055,7 +1055,7 @@ const fn = ({ children: e }) => {
|
|
|
1055
1055
|
Xe.Label = pn;
|
|
1056
1056
|
Xe.Input = vt;
|
|
1057
1057
|
Xe.Message = fn;
|
|
1058
|
-
const _n = "_btn_vv6xf_29",
|
|
1058
|
+
const _n = "_btn_vv6xf_29", gn = "_small_vv6xf_42", bn = "_medium_vv6xf_45", yn = "_large_vv6xf_48", wn = "_primary_vv6xf_69", vn = "_tertiary_vv6xf_85", xn = "_plain_vv6xf_100", Ae = {
|
|
1059
1059
|
"shadow-0": "_shadow-0_vv6xf_1",
|
|
1060
1060
|
"shadow-100": "_shadow-100_vv6xf_5",
|
|
1061
1061
|
"shadow-200": "_shadow-200_vv6xf_9",
|
|
@@ -1064,8 +1064,8 @@ const _n = "_btn_vv6xf_29", bn = "_small_vv6xf_42", gn = "_medium_vv6xf_45", yn
|
|
|
1064
1064
|
"shadow-500": "_shadow-500_vv6xf_21",
|
|
1065
1065
|
"shadow-600": "_shadow-600_vv6xf_25",
|
|
1066
1066
|
btn: _n,
|
|
1067
|
-
small:
|
|
1068
|
-
medium:
|
|
1067
|
+
small: gn,
|
|
1068
|
+
medium: bn,
|
|
1069
1069
|
large: yn,
|
|
1070
1070
|
default: "_default_vv6xf_51",
|
|
1071
1071
|
"default-selected": "_default-selected_vv6xf_62",
|
|
@@ -1084,9 +1084,9 @@ const _n = "_btn_vv6xf_29", bn = "_small_vv6xf_42", gn = "_medium_vv6xf_45", yn
|
|
|
1084
1084
|
onClick: r = () => {
|
|
1085
1085
|
},
|
|
1086
1086
|
className: l = "",
|
|
1087
|
-
...
|
|
1087
|
+
...m
|
|
1088
1088
|
}) => {
|
|
1089
|
-
const
|
|
1089
|
+
const u = x(
|
|
1090
1090
|
Ae.btn,
|
|
1091
1091
|
Ae[e],
|
|
1092
1092
|
Ae[t],
|
|
@@ -1098,14 +1098,14 @@ const _n = "_btn_vv6xf_29", bn = "_small_vv6xf_42", gn = "_medium_vv6xf_45", yn
|
|
|
1098
1098
|
return /* @__PURE__ */ i(
|
|
1099
1099
|
"button",
|
|
1100
1100
|
{
|
|
1101
|
-
className:
|
|
1101
|
+
className: u,
|
|
1102
1102
|
onClick: r,
|
|
1103
1103
|
disabled: o,
|
|
1104
|
-
...
|
|
1104
|
+
...m,
|
|
1105
1105
|
children: a
|
|
1106
1106
|
}
|
|
1107
1107
|
);
|
|
1108
|
-
}, kn = "_formItem_syh3n_29", $n = "_label_syh3n_36", Cn = "_disabled_syh3n_39", Nn = "_readOnly_syh3n_42", Mn = "_inputContainer_syh3n_46", In = "_error_syh3n_77", Sn = "_input_syh3n_46", An = "_message_syh3n_92",
|
|
1108
|
+
}, kn = "_formItem_syh3n_29", $n = "_label_syh3n_36", Cn = "_disabled_syh3n_39", Nn = "_readOnly_syh3n_42", Mn = "_inputContainer_syh3n_46", In = "_error_syh3n_77", Sn = "_input_syh3n_46", An = "_message_syh3n_92", J = {
|
|
1109
1109
|
formItem: kn,
|
|
1110
1110
|
label: $n,
|
|
1111
1111
|
disabled: Cn,
|
|
@@ -1122,15 +1122,17 @@ const _n = "_btn_vv6xf_29", bn = "_small_vv6xf_42", gn = "_medium_vv6xf_45", yn
|
|
|
1122
1122
|
postfix: a,
|
|
1123
1123
|
disabled: r,
|
|
1124
1124
|
readOnly: l,
|
|
1125
|
-
className:
|
|
1126
|
-
|
|
1127
|
-
|
|
1125
|
+
className: m,
|
|
1126
|
+
multiline: u = !1,
|
|
1127
|
+
rows: _ = 4,
|
|
1128
|
+
...v
|
|
1129
|
+
}) => /* @__PURE__ */ N("div", { className: J.formItem, children: [
|
|
1128
1130
|
e && /* @__PURE__ */ i(
|
|
1129
1131
|
"label",
|
|
1130
1132
|
{
|
|
1131
|
-
className: x(
|
|
1132
|
-
[
|
|
1133
|
-
[
|
|
1133
|
+
className: x(J.label, {
|
|
1134
|
+
[J.disabled]: r,
|
|
1135
|
+
[J.readOnly]: l
|
|
1134
1136
|
}),
|
|
1135
1137
|
children: e
|
|
1136
1138
|
}
|
|
@@ -1138,20 +1140,29 @@ const _n = "_btn_vv6xf_29", bn = "_small_vv6xf_42", gn = "_medium_vv6xf_45", yn
|
|
|
1138
1140
|
/* @__PURE__ */ N(
|
|
1139
1141
|
"div",
|
|
1140
1142
|
{
|
|
1141
|
-
className: x(
|
|
1142
|
-
[
|
|
1143
|
-
[
|
|
1144
|
-
[
|
|
1143
|
+
className: x(J.inputContainer, {
|
|
1144
|
+
[J.disabled]: r,
|
|
1145
|
+
[J.readOnly]: l,
|
|
1146
|
+
[J.error]: !!t
|
|
1145
1147
|
}),
|
|
1146
1148
|
children: [
|
|
1147
1149
|
o && o,
|
|
1148
|
-
/* @__PURE__ */ i(
|
|
1150
|
+
u ? /* @__PURE__ */ i(
|
|
1151
|
+
"textarea",
|
|
1152
|
+
{
|
|
1153
|
+
className: x(J.input, m),
|
|
1154
|
+
disabled: r,
|
|
1155
|
+
readOnly: l,
|
|
1156
|
+
rows: _,
|
|
1157
|
+
...v
|
|
1158
|
+
}
|
|
1159
|
+
) : /* @__PURE__ */ i(
|
|
1149
1160
|
"input",
|
|
1150
1161
|
{
|
|
1151
|
-
className: x(
|
|
1162
|
+
className: x(J.input, m),
|
|
1152
1163
|
disabled: r,
|
|
1153
1164
|
readOnly: l,
|
|
1154
|
-
...
|
|
1165
|
+
...v
|
|
1155
1166
|
}
|
|
1156
1167
|
),
|
|
1157
1168
|
a && a
|
|
@@ -1161,8 +1172,8 @@ const _n = "_btn_vv6xf_29", bn = "_small_vv6xf_42", gn = "_medium_vv6xf_45", yn
|
|
|
1161
1172
|
/* @__PURE__ */ i(
|
|
1162
1173
|
"div",
|
|
1163
1174
|
{
|
|
1164
|
-
className: x(
|
|
1165
|
-
[
|
|
1175
|
+
className: x(J.message, {
|
|
1176
|
+
[J.error]: !!t
|
|
1166
1177
|
}),
|
|
1167
1178
|
children: t ? /* @__PURE__ */ i(Je, { children: t }) : n
|
|
1168
1179
|
}
|
|
@@ -1183,7 +1194,7 @@ const _n = "_btn_vv6xf_29", bn = "_small_vv6xf_42", gn = "_medium_vv6xf_45", yn
|
|
|
1183
1194
|
critical: Ln,
|
|
1184
1195
|
content: Dn
|
|
1185
1196
|
};
|
|
1186
|
-
let
|
|
1197
|
+
let ke = null;
|
|
1187
1198
|
const Pn = ({
|
|
1188
1199
|
id: e,
|
|
1189
1200
|
type: t,
|
|
@@ -1194,8 +1205,8 @@ const Pn = ({
|
|
|
1194
1205
|
return () => clearTimeout(a);
|
|
1195
1206
|
}, [e, o]), /* @__PURE__ */ N("div", { className: `${pe.message} ${pe[t]}`, children: [
|
|
1196
1207
|
/* @__PURE__ */ N("div", { className: pe.content, children: [
|
|
1197
|
-
t === "error" && /* @__PURE__ */ i(
|
|
1198
|
-
t === "warning" && /* @__PURE__ */ i(
|
|
1208
|
+
t === "error" && /* @__PURE__ */ i(gt, { className: pe.critical }),
|
|
1209
|
+
t === "warning" && /* @__PURE__ */ i(bt, { className: pe.warning }),
|
|
1199
1210
|
n
|
|
1200
1211
|
] }),
|
|
1201
1212
|
/* @__PURE__ */ i(
|
|
@@ -1207,9 +1218,9 @@ const Pn = ({
|
|
|
1207
1218
|
}
|
|
1208
1219
|
)
|
|
1209
1220
|
] })), En = () => {
|
|
1210
|
-
const [e, t] =
|
|
1211
|
-
Ze(() => (
|
|
1212
|
-
|
|
1221
|
+
const [e, t] = _e([]);
|
|
1222
|
+
Ze(() => (ke = t, () => {
|
|
1223
|
+
ke = null;
|
|
1213
1224
|
}), []);
|
|
1214
1225
|
const n = (o) => {
|
|
1215
1226
|
t((a) => a.filter((r) => r.id !== o));
|
|
@@ -1234,8 +1245,8 @@ function Rn() {
|
|
|
1234
1245
|
const zs = {
|
|
1235
1246
|
_id: 0,
|
|
1236
1247
|
show(e, t = "default") {
|
|
1237
|
-
if (Rn(), !!
|
|
1238
|
-
return this._id++,
|
|
1248
|
+
if (Rn(), !!ke)
|
|
1249
|
+
return this._id++, ke((n) => [...n, { id: this._id, type: t, text: e }]), this._id;
|
|
1239
1250
|
},
|
|
1240
1251
|
default(e) {
|
|
1241
1252
|
return this.show(e, "default");
|
|
@@ -1247,9 +1258,9 @@ const zs = {
|
|
|
1247
1258
|
return this.show(e, "error");
|
|
1248
1259
|
},
|
|
1249
1260
|
close(e) {
|
|
1250
|
-
|
|
1261
|
+
ke && ke((t) => t.filter((n) => n.id !== e));
|
|
1251
1262
|
}
|
|
1252
|
-
}, Gn = "_modalLayout_1e480_29", qn = "_modalContainer_1e480_40", Hn = "_slideUp_1e480_1", Fn = "_header_1e480_64", Wn = "_title_1e480_73", Vn = "_close_1e480_78", Un = "_section_1e480_88", Yn = "_footer_1e480_96", Zn = "_primaryButton_1e480_126", Jn = "_critical_1e480_139", Kn = "_warning_1e480_143",
|
|
1263
|
+
}, Gn = "_modalLayout_1e480_29", qn = "_modalContainer_1e480_40", Hn = "_slideUp_1e480_1", Fn = "_header_1e480_64", Wn = "_title_1e480_73", Vn = "_close_1e480_78", Un = "_section_1e480_88", Yn = "_footer_1e480_96", Zn = "_primaryButton_1e480_126", Jn = "_critical_1e480_139", Kn = "_warning_1e480_143", K = {
|
|
1253
1264
|
"shadow-0": "_shadow-0_1e480_1",
|
|
1254
1265
|
"shadow-100": "_shadow-100_1e480_5",
|
|
1255
1266
|
"shadow-200": "_shadow-200_1e480_9",
|
|
@@ -1280,25 +1291,25 @@ const zs = {
|
|
|
1280
1291
|
children: l
|
|
1281
1292
|
}) => {
|
|
1282
1293
|
if (!e) return null;
|
|
1283
|
-
const
|
|
1294
|
+
const m = K[`tone-${r}`] || "";
|
|
1284
1295
|
return /* @__PURE__ */ i(
|
|
1285
1296
|
"div",
|
|
1286
1297
|
{
|
|
1287
|
-
className:
|
|
1298
|
+
className: K.modalLayout,
|
|
1288
1299
|
onClick: t,
|
|
1289
1300
|
children: /* @__PURE__ */ N(
|
|
1290
1301
|
"div",
|
|
1291
1302
|
{
|
|
1292
|
-
className: `${
|
|
1293
|
-
onClick: (
|
|
1303
|
+
className: `${K.modalContainer} ${m}`,
|
|
1304
|
+
onClick: (u) => u.stopPropagation(),
|
|
1294
1305
|
role: "dialog",
|
|
1295
1306
|
"aria-modal": "true",
|
|
1296
1307
|
"aria-labelledby": "modal-title",
|
|
1297
1308
|
children: [
|
|
1298
|
-
/* @__PURE__ */ N("div", { className:
|
|
1299
|
-
/* @__PURE__ */ N("div", { className:
|
|
1300
|
-
r == "critical" && /* @__PURE__ */ i(
|
|
1301
|
-
r == "warning" && /* @__PURE__ */ i(
|
|
1309
|
+
/* @__PURE__ */ N("div", { className: K.header, children: [
|
|
1310
|
+
/* @__PURE__ */ N("div", { className: K.title, children: [
|
|
1311
|
+
r == "critical" && /* @__PURE__ */ i(gt, { className: K.critical }),
|
|
1312
|
+
r == "warning" && /* @__PURE__ */ i(bt, { className: K.warning }),
|
|
1302
1313
|
/* @__PURE__ */ i(F, { variant: "heading-sm", children: n })
|
|
1303
1314
|
] }),
|
|
1304
1315
|
/* @__PURE__ */ i(
|
|
@@ -1312,23 +1323,23 @@ const zs = {
|
|
|
1312
1323
|
}
|
|
1313
1324
|
)
|
|
1314
1325
|
] }),
|
|
1315
|
-
/* @__PURE__ */ i("div", { className:
|
|
1316
|
-
/* @__PURE__ */ N("div", { className:
|
|
1317
|
-
a.map(({ content:
|
|
1326
|
+
/* @__PURE__ */ i("div", { className: K.content, children: l }),
|
|
1327
|
+
/* @__PURE__ */ N("div", { className: K.footer, children: [
|
|
1328
|
+
a.map(({ content: u, onAction: _ }, v) => /* @__PURE__ */ i(
|
|
1318
1329
|
Oe,
|
|
1319
1330
|
{
|
|
1320
|
-
className:
|
|
1331
|
+
className: K.secondaryButton,
|
|
1321
1332
|
onClick: _,
|
|
1322
|
-
children:
|
|
1333
|
+
children: u
|
|
1323
1334
|
},
|
|
1324
|
-
|
|
1335
|
+
v
|
|
1325
1336
|
)),
|
|
1326
1337
|
o && /* @__PURE__ */ i(
|
|
1327
1338
|
Oe,
|
|
1328
1339
|
{
|
|
1329
1340
|
type: "button",
|
|
1330
1341
|
state: "primary",
|
|
1331
|
-
className:
|
|
1342
|
+
className: K.primaryButton,
|
|
1332
1343
|
onClick: o.onAction,
|
|
1333
1344
|
children: o.content
|
|
1334
1345
|
}
|
|
@@ -1339,7 +1350,7 @@ const zs = {
|
|
|
1339
1350
|
)
|
|
1340
1351
|
}
|
|
1341
1352
|
);
|
|
1342
|
-
}, Qn = ({ children: e }) => /* @__PURE__ */ i("section", { className:
|
|
1353
|
+
}, Qn = ({ children: e }) => /* @__PURE__ */ i("section", { className: K.section, children: e }), We = Xn;
|
|
1343
1354
|
We.Section = Qn;
|
|
1344
1355
|
function Pe(e) {
|
|
1345
1356
|
const t = document.createElement("div");
|
|
@@ -1480,23 +1491,23 @@ const Ts = {
|
|
|
1480
1491
|
}
|
|
1481
1492
|
),
|
|
1482
1493
|
t
|
|
1483
|
-
] }), _r = "
|
|
1484
|
-
"shadow-0": "_shadow-
|
|
1485
|
-
"shadow-100": "_shadow-
|
|
1486
|
-
"shadow-200": "_shadow-
|
|
1487
|
-
"shadow-300": "_shadow-
|
|
1488
|
-
"shadow-400": "_shadow-
|
|
1489
|
-
"shadow-500": "_shadow-
|
|
1490
|
-
"shadow-600": "_shadow-
|
|
1494
|
+
] }), _r = "_td_1lvxr_29", gr = "_bottomBorder_1lvxr_34", br = "_label_1lvxr_38", yr = "_input_1lvxr_42", wr = "_button_1lvxr_49", vr = "_checkbox_1lvxr_57", xr = "_empty_1lvxr_61", kr = "_th_1lvxr_73", $r = "_table_1lvxr_82", fe = {
|
|
1495
|
+
"shadow-0": "_shadow-0_1lvxr_1",
|
|
1496
|
+
"shadow-100": "_shadow-100_1lvxr_5",
|
|
1497
|
+
"shadow-200": "_shadow-200_1lvxr_9",
|
|
1498
|
+
"shadow-300": "_shadow-300_1lvxr_13",
|
|
1499
|
+
"shadow-400": "_shadow-400_1lvxr_17",
|
|
1500
|
+
"shadow-500": "_shadow-500_1lvxr_21",
|
|
1501
|
+
"shadow-600": "_shadow-600_1lvxr_25",
|
|
1491
1502
|
td: _r,
|
|
1492
|
-
bottomBorder:
|
|
1493
|
-
label:
|
|
1503
|
+
bottomBorder: gr,
|
|
1504
|
+
label: br,
|
|
1494
1505
|
input: yr,
|
|
1495
1506
|
button: wr,
|
|
1496
|
-
"icon-button": "_icon-
|
|
1507
|
+
"icon-button": "_icon-button_1lvxr_53",
|
|
1497
1508
|
checkbox: vr,
|
|
1498
1509
|
empty: xr,
|
|
1499
|
-
"icon-label": "_icon-
|
|
1510
|
+
"icon-label": "_icon-label_1lvxr_65",
|
|
1500
1511
|
th: kr,
|
|
1501
1512
|
table: $r
|
|
1502
1513
|
}, Ps = ({
|
|
@@ -1504,7 +1515,7 @@ const Ts = {
|
|
|
1504
1515
|
cellType: t = "label",
|
|
1505
1516
|
...n
|
|
1506
1517
|
}) => {
|
|
1507
|
-
const o = x(
|
|
1518
|
+
const o = x(fe.td, fe[t]);
|
|
1508
1519
|
return /* @__PURE__ */ i(
|
|
1509
1520
|
"div",
|
|
1510
1521
|
{
|
|
@@ -1534,12 +1545,12 @@ const Qe = "-", Nr = (e) => {
|
|
|
1534
1545
|
} = e;
|
|
1535
1546
|
return {
|
|
1536
1547
|
getClassGroupId: (l) => {
|
|
1537
|
-
const
|
|
1538
|
-
return
|
|
1548
|
+
const m = l.split(Qe);
|
|
1549
|
+
return m[0] === "" && m.length !== 1 && m.shift(), $t(m, t) || Mr(l);
|
|
1539
1550
|
},
|
|
1540
|
-
getConflictingClassGroupIds: (l,
|
|
1541
|
-
const
|
|
1542
|
-
return
|
|
1551
|
+
getConflictingClassGroupIds: (l, m) => {
|
|
1552
|
+
const u = n[l] || [];
|
|
1553
|
+
return m && o[l] ? [...u, ...o[l]] : u;
|
|
1543
1554
|
}
|
|
1544
1555
|
};
|
|
1545
1556
|
}, $t = (e, t) => {
|
|
@@ -1553,8 +1564,8 @@ const Qe = "-", Nr = (e) => {
|
|
|
1553
1564
|
return;
|
|
1554
1565
|
const r = e.join(Qe);
|
|
1555
1566
|
return (l = t.validators.find(({
|
|
1556
|
-
validator:
|
|
1557
|
-
}) =>
|
|
1567
|
+
validator: m
|
|
1568
|
+
}) => m(r))) == null ? void 0 : l.classGroupId;
|
|
1558
1569
|
}, rt = /^\[(.+)\]$/, Mr = (e) => {
|
|
1559
1570
|
if (rt.test(e)) {
|
|
1560
1571
|
const t = rt.exec(e)[1], n = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
@@ -1633,12 +1644,12 @@ const Qe = "-", Nr = (e) => {
|
|
|
1633
1644
|
} = e;
|
|
1634
1645
|
let o = (a) => {
|
|
1635
1646
|
const r = [];
|
|
1636
|
-
let l = 0,
|
|
1647
|
+
let l = 0, m = 0, u = 0, _;
|
|
1637
1648
|
for (let A = 0; A < a.length; A++) {
|
|
1638
1649
|
let B = a[A];
|
|
1639
|
-
if (l === 0 &&
|
|
1650
|
+
if (l === 0 && m === 0) {
|
|
1640
1651
|
if (B === Ye) {
|
|
1641
|
-
r.push(a.slice(
|
|
1652
|
+
r.push(a.slice(u, A)), u = A + zr;
|
|
1642
1653
|
continue;
|
|
1643
1654
|
}
|
|
1644
1655
|
if (B === "/") {
|
|
@@ -1646,9 +1657,9 @@ const Qe = "-", Nr = (e) => {
|
|
|
1646
1657
|
continue;
|
|
1647
1658
|
}
|
|
1648
1659
|
}
|
|
1649
|
-
B === "[" ? l++ : B === "]" ? l-- : B === "(" ?
|
|
1660
|
+
B === "[" ? l++ : B === "]" ? l-- : B === "(" ? m++ : B === ")" && m--;
|
|
1650
1661
|
}
|
|
1651
|
-
const
|
|
1662
|
+
const v = r.length === 0 ? a : a.substring(u), S = Or(v), j = S !== v, T = _ && _ > u ? _ - u : void 0;
|
|
1652
1663
|
return {
|
|
1653
1664
|
modifiers: r,
|
|
1654
1665
|
hasImportantModifier: j,
|
|
@@ -1696,28 +1707,28 @@ const Qe = "-", Nr = (e) => {
|
|
|
1696
1707
|
getClassGroupId: o,
|
|
1697
1708
|
getConflictingClassGroupIds: a,
|
|
1698
1709
|
sortModifiers: r
|
|
1699
|
-
} = t, l = [],
|
|
1700
|
-
let
|
|
1701
|
-
for (let _ =
|
|
1702
|
-
const
|
|
1710
|
+
} = t, l = [], m = e.trim().split(Dr);
|
|
1711
|
+
let u = "";
|
|
1712
|
+
for (let _ = m.length - 1; _ >= 0; _ -= 1) {
|
|
1713
|
+
const v = m[_], {
|
|
1703
1714
|
isExternal: S,
|
|
1704
1715
|
modifiers: j,
|
|
1705
1716
|
hasImportantModifier: T,
|
|
1706
1717
|
baseClassName: A,
|
|
1707
1718
|
maybePostfixModifierPosition: B
|
|
1708
|
-
} = n(
|
|
1719
|
+
} = n(v);
|
|
1709
1720
|
if (S) {
|
|
1710
|
-
|
|
1721
|
+
u = v + (u.length > 0 ? " " + u : u);
|
|
1711
1722
|
continue;
|
|
1712
1723
|
}
|
|
1713
1724
|
let E = !!B, q = o(E ? A.substring(0, B) : A);
|
|
1714
1725
|
if (!q) {
|
|
1715
1726
|
if (!E) {
|
|
1716
|
-
|
|
1727
|
+
u = v + (u.length > 0 ? " " + u : u);
|
|
1717
1728
|
continue;
|
|
1718
1729
|
}
|
|
1719
1730
|
if (q = o(A), !q) {
|
|
1720
|
-
|
|
1731
|
+
u = v + (u.length > 0 ? " " + u : u);
|
|
1721
1732
|
continue;
|
|
1722
1733
|
}
|
|
1723
1734
|
E = !1;
|
|
@@ -1731,9 +1742,9 @@ const Qe = "-", Nr = (e) => {
|
|
|
1731
1742
|
const te = W[R];
|
|
1732
1743
|
l.push(U + te);
|
|
1733
1744
|
}
|
|
1734
|
-
|
|
1745
|
+
u = v + (u.length > 0 ? " " + u : u);
|
|
1735
1746
|
}
|
|
1736
|
-
return
|
|
1747
|
+
return u;
|
|
1737
1748
|
};
|
|
1738
1749
|
function Er() {
|
|
1739
1750
|
let e = 0, t, n, o = "";
|
|
@@ -1751,16 +1762,16 @@ const Ct = (e) => {
|
|
|
1751
1762
|
};
|
|
1752
1763
|
function jr(e, ...t) {
|
|
1753
1764
|
let n, o, a, r = l;
|
|
1754
|
-
function l(
|
|
1755
|
-
const _ = t.reduce((
|
|
1756
|
-
return n = Lr(_), o = n.cache.get, a = n.cache.set, r =
|
|
1765
|
+
function l(u) {
|
|
1766
|
+
const _ = t.reduce((v, S) => S(v), e());
|
|
1767
|
+
return n = Lr(_), o = n.cache.get, a = n.cache.set, r = m, m(u);
|
|
1757
1768
|
}
|
|
1758
|
-
function
|
|
1759
|
-
const _ = o(
|
|
1769
|
+
function m(u) {
|
|
1770
|
+
const _ = o(u);
|
|
1760
1771
|
if (_)
|
|
1761
1772
|
return _;
|
|
1762
|
-
const
|
|
1763
|
-
return a(
|
|
1773
|
+
const v = Pr(u, n);
|
|
1774
|
+
return a(u, v), v;
|
|
1764
1775
|
}
|
|
1765
1776
|
return function() {
|
|
1766
1777
|
return r(Er.apply(null, arguments));
|
|
@@ -1769,19 +1780,19 @@ function jr(e, ...t) {
|
|
|
1769
1780
|
const P = (e) => {
|
|
1770
1781
|
const t = (n) => n[e] || [];
|
|
1771
1782
|
return t.isThemeGetter = !0, t;
|
|
1772
|
-
}, Nt = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Mt = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Rr = /^\d+\/\d+$/, Gr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, qr = /\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$/, Hr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Fr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Wr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,
|
|
1783
|
+
}, Nt = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Mt = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Rr = /^\d+\/\d+$/, Gr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, qr = /\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$/, Hr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Fr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Wr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, ve = (e) => Rr.test(e), k = (e) => !!e && !Number.isNaN(Number(e)), me = (e) => !!e && Number.isInteger(Number(e)), Ge = (e) => e.endsWith("%") && k(e.slice(0, -1)), ae = (e) => Gr.test(e), Vr = () => !0, Ur = (e) => (
|
|
1773
1784
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
1774
1785
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
1775
1786
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
1776
1787
|
qr.test(e) && !Hr.test(e)
|
|
1777
|
-
), It = () => !1, Yr = (e) => Fr.test(e), Zr = (e) => Wr.test(e), Jr = (e) => !
|
|
1788
|
+
), It = () => !1, Yr = (e) => Fr.test(e), Zr = (e) => Wr.test(e), Jr = (e) => !h(e) && !p(e), Kr = (e) => $e(e, zt, It), h = (e) => Nt.test(e), he = (e) => $e(e, Tt, Ur), qe = (e) => $e(e, os, k), at = (e) => $e(e, St, It), Xr = (e) => $e(e, At, Zr), ze = (e) => $e(e, Ot, Yr), p = (e) => Mt.test(e), Me = (e) => Ce(e, Tt), Qr = (e) => Ce(e, ns), it = (e) => Ce(e, St), es = (e) => Ce(e, zt), ts = (e) => Ce(e, At), Te = (e) => Ce(e, Ot, !0), $e = (e, t, n) => {
|
|
1778
1789
|
const o = Nt.exec(e);
|
|
1779
1790
|
return o ? o[1] ? t(o[1]) : n(o[2]) : !1;
|
|
1780
1791
|
}, Ce = (e, t, n = !1) => {
|
|
1781
1792
|
const o = Mt.exec(e);
|
|
1782
1793
|
return o ? o[1] ? t(o[1]) : n : !1;
|
|
1783
1794
|
}, St = (e) => e === "position" || e === "percentage", At = (e) => e === "image" || e === "url", zt = (e) => e === "length" || e === "size" || e === "bg-size", Tt = (e) => e === "length", os = (e) => e === "number", ns = (e) => e === "family-name", Ot = (e) => e === "shadow", rs = () => {
|
|
1784
|
-
const e = P("color"), t = P("font"), n = P("text"), o = P("font-weight"), a = P("tracking"), r = P("leading"), l = P("breakpoint"),
|
|
1795
|
+
const e = P("color"), t = P("font"), n = P("text"), o = P("font-weight"), a = P("tracking"), r = P("leading"), l = P("breakpoint"), m = P("container"), u = P("spacing"), _ = P("radius"), v = P("shadow"), S = P("inset-shadow"), j = P("text-shadow"), T = P("drop-shadow"), A = P("blur"), B = P("perspective"), E = P("aspect"), q = P("ease"), ie = P("animate"), U = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], X = () => [
|
|
1785
1796
|
"center",
|
|
1786
1797
|
"top",
|
|
1787
1798
|
"bottom",
|
|
@@ -1799,30 +1810,30 @@ const P = (e) => {
|
|
|
1799
1810
|
"bottom-left",
|
|
1800
1811
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
1801
1812
|
"left-bottom"
|
|
1802
|
-
], W = () => [...X(),
|
|
1803
|
-
span: ["full", me,
|
|
1804
|
-
}, me,
|
|
1805
|
-
position: [
|
|
1813
|
+
], W = () => [...X(), p, h], R = () => ["auto", "hidden", "clip", "visible", "scroll"], te = () => ["auto", "contain", "none"], b = () => [p, h, u], H = () => [ve, "full", "auto", ...b()], L = () => [me, "none", "subgrid", p, h], $ = () => ["auto", {
|
|
1814
|
+
span: ["full", me, p, h]
|
|
1815
|
+
}, me, p, h], V = () => [me, "auto", p, h], oe = () => ["auto", "min", "max", "fr", p, h], g = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], d = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], c = () => ["auto", ...b()], f = () => [ve, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...b()], s = () => [e, p, h], y = () => [...X(), it, at, {
|
|
1816
|
+
position: [p, h]
|
|
1806
1817
|
}], w = () => ["no-repeat", {
|
|
1807
1818
|
repeat: ["", "x", "y", "space", "round"]
|
|
1808
1819
|
}], I = () => ["auto", "cover", "contain", es, Kr, {
|
|
1809
|
-
size: [
|
|
1820
|
+
size: [p, h]
|
|
1810
1821
|
}], O = () => [Ge, Me, he], C = () => [
|
|
1811
1822
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1812
1823
|
"",
|
|
1813
1824
|
"none",
|
|
1814
1825
|
"full",
|
|
1815
1826
|
_,
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
], M = () => ["",
|
|
1827
|
+
p,
|
|
1828
|
+
h
|
|
1829
|
+
], M = () => ["", k, Me, he], G = () => ["solid", "dashed", "dotted", "double"], ne = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], z = () => [k, Ge, it, at], le = () => [
|
|
1819
1830
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1820
1831
|
"",
|
|
1821
1832
|
"none",
|
|
1822
1833
|
A,
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
], Y = () => ["none",
|
|
1834
|
+
p,
|
|
1835
|
+
h
|
|
1836
|
+
], Y = () => ["none", k, p, h], D = () => ["none", k, p, h], Z = () => [k, p, h], Q = () => [ve, "full", ...b()];
|
|
1826
1837
|
return {
|
|
1827
1838
|
cacheSize: 500,
|
|
1828
1839
|
theme: {
|
|
@@ -1841,7 +1852,7 @@ const P = (e) => {
|
|
|
1841
1852
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
1842
1853
|
radius: [ae],
|
|
1843
1854
|
shadow: [ae],
|
|
1844
|
-
spacing: ["px",
|
|
1855
|
+
spacing: ["px", k],
|
|
1845
1856
|
text: [ae],
|
|
1846
1857
|
"text-shadow": [ae],
|
|
1847
1858
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
@@ -1855,7 +1866,7 @@ const P = (e) => {
|
|
|
1855
1866
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
1856
1867
|
*/
|
|
1857
1868
|
aspect: [{
|
|
1858
|
-
aspect: ["auto", "square",
|
|
1869
|
+
aspect: ["auto", "square", ve, h, p, E]
|
|
1859
1870
|
}],
|
|
1860
1871
|
/**
|
|
1861
1872
|
* Container
|
|
@@ -1868,7 +1879,7 @@ const P = (e) => {
|
|
|
1868
1879
|
* @see https://tailwindcss.com/docs/columns
|
|
1869
1880
|
*/
|
|
1870
1881
|
columns: [{
|
|
1871
|
-
columns: [
|
|
1882
|
+
columns: [k, h, p, m]
|
|
1872
1883
|
}],
|
|
1873
1884
|
/**
|
|
1874
1885
|
* Break After
|
|
@@ -2068,7 +2079,7 @@ const P = (e) => {
|
|
|
2068
2079
|
* @see https://tailwindcss.com/docs/z-index
|
|
2069
2080
|
*/
|
|
2070
2081
|
z: [{
|
|
2071
|
-
z: [me, "auto",
|
|
2082
|
+
z: [me, "auto", p, h]
|
|
2072
2083
|
}],
|
|
2073
2084
|
// ------------------------
|
|
2074
2085
|
// --- Flexbox and Grid ---
|
|
@@ -2078,7 +2089,7 @@ const P = (e) => {
|
|
|
2078
2089
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
2079
2090
|
*/
|
|
2080
2091
|
basis: [{
|
|
2081
|
-
basis: [
|
|
2092
|
+
basis: [ve, "full", "auto", m, ...b()]
|
|
2082
2093
|
}],
|
|
2083
2094
|
/**
|
|
2084
2095
|
* Flex Direction
|
|
@@ -2099,28 +2110,28 @@ const P = (e) => {
|
|
|
2099
2110
|
* @see https://tailwindcss.com/docs/flex
|
|
2100
2111
|
*/
|
|
2101
2112
|
flex: [{
|
|
2102
|
-
flex: [
|
|
2113
|
+
flex: [k, ve, "auto", "initial", "none", h]
|
|
2103
2114
|
}],
|
|
2104
2115
|
/**
|
|
2105
2116
|
* Flex Grow
|
|
2106
2117
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
2107
2118
|
*/
|
|
2108
2119
|
grow: [{
|
|
2109
|
-
grow: ["",
|
|
2120
|
+
grow: ["", k, p, h]
|
|
2110
2121
|
}],
|
|
2111
2122
|
/**
|
|
2112
2123
|
* Flex Shrink
|
|
2113
2124
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
2114
2125
|
*/
|
|
2115
2126
|
shrink: [{
|
|
2116
|
-
shrink: ["",
|
|
2127
|
+
shrink: ["", k, p, h]
|
|
2117
2128
|
}],
|
|
2118
2129
|
/**
|
|
2119
2130
|
* Order
|
|
2120
2131
|
* @see https://tailwindcss.com/docs/order
|
|
2121
2132
|
*/
|
|
2122
2133
|
order: [{
|
|
2123
|
-
order: [me, "first", "last", "none",
|
|
2134
|
+
order: [me, "first", "last", "none", p, h]
|
|
2124
2135
|
}],
|
|
2125
2136
|
/**
|
|
2126
2137
|
* Grid Template Columns
|
|
@@ -2204,28 +2215,28 @@ const P = (e) => {
|
|
|
2204
2215
|
* @see https://tailwindcss.com/docs/gap
|
|
2205
2216
|
*/
|
|
2206
2217
|
gap: [{
|
|
2207
|
-
gap:
|
|
2218
|
+
gap: b()
|
|
2208
2219
|
}],
|
|
2209
2220
|
/**
|
|
2210
2221
|
* Gap X
|
|
2211
2222
|
* @see https://tailwindcss.com/docs/gap
|
|
2212
2223
|
*/
|
|
2213
2224
|
"gap-x": [{
|
|
2214
|
-
"gap-x":
|
|
2225
|
+
"gap-x": b()
|
|
2215
2226
|
}],
|
|
2216
2227
|
/**
|
|
2217
2228
|
* Gap Y
|
|
2218
2229
|
* @see https://tailwindcss.com/docs/gap
|
|
2219
2230
|
*/
|
|
2220
2231
|
"gap-y": [{
|
|
2221
|
-
"gap-y":
|
|
2232
|
+
"gap-y": b()
|
|
2222
2233
|
}],
|
|
2223
2234
|
/**
|
|
2224
2235
|
* Justify Content
|
|
2225
2236
|
* @see https://tailwindcss.com/docs/justify-content
|
|
2226
2237
|
*/
|
|
2227
2238
|
"justify-content": [{
|
|
2228
|
-
justify: [...
|
|
2239
|
+
justify: [...g(), "normal"]
|
|
2229
2240
|
}],
|
|
2230
2241
|
/**
|
|
2231
2242
|
* Justify Items
|
|
@@ -2246,7 +2257,7 @@ const P = (e) => {
|
|
|
2246
2257
|
* @see https://tailwindcss.com/docs/align-content
|
|
2247
2258
|
*/
|
|
2248
2259
|
"align-content": [{
|
|
2249
|
-
content: ["normal", ...
|
|
2260
|
+
content: ["normal", ...g()]
|
|
2250
2261
|
}],
|
|
2251
2262
|
/**
|
|
2252
2263
|
* Align Items
|
|
@@ -2271,7 +2282,7 @@ const P = (e) => {
|
|
|
2271
2282
|
* @see https://tailwindcss.com/docs/place-content
|
|
2272
2283
|
*/
|
|
2273
2284
|
"place-content": [{
|
|
2274
|
-
"place-content":
|
|
2285
|
+
"place-content": g()
|
|
2275
2286
|
}],
|
|
2276
2287
|
/**
|
|
2277
2288
|
* Place Items
|
|
@@ -2293,63 +2304,63 @@ const P = (e) => {
|
|
|
2293
2304
|
* @see https://tailwindcss.com/docs/padding
|
|
2294
2305
|
*/
|
|
2295
2306
|
p: [{
|
|
2296
|
-
p:
|
|
2307
|
+
p: b()
|
|
2297
2308
|
}],
|
|
2298
2309
|
/**
|
|
2299
2310
|
* Padding X
|
|
2300
2311
|
* @see https://tailwindcss.com/docs/padding
|
|
2301
2312
|
*/
|
|
2302
2313
|
px: [{
|
|
2303
|
-
px:
|
|
2314
|
+
px: b()
|
|
2304
2315
|
}],
|
|
2305
2316
|
/**
|
|
2306
2317
|
* Padding Y
|
|
2307
2318
|
* @see https://tailwindcss.com/docs/padding
|
|
2308
2319
|
*/
|
|
2309
2320
|
py: [{
|
|
2310
|
-
py:
|
|
2321
|
+
py: b()
|
|
2311
2322
|
}],
|
|
2312
2323
|
/**
|
|
2313
2324
|
* Padding Start
|
|
2314
2325
|
* @see https://tailwindcss.com/docs/padding
|
|
2315
2326
|
*/
|
|
2316
2327
|
ps: [{
|
|
2317
|
-
ps:
|
|
2328
|
+
ps: b()
|
|
2318
2329
|
}],
|
|
2319
2330
|
/**
|
|
2320
2331
|
* Padding End
|
|
2321
2332
|
* @see https://tailwindcss.com/docs/padding
|
|
2322
2333
|
*/
|
|
2323
2334
|
pe: [{
|
|
2324
|
-
pe:
|
|
2335
|
+
pe: b()
|
|
2325
2336
|
}],
|
|
2326
2337
|
/**
|
|
2327
2338
|
* Padding Top
|
|
2328
2339
|
* @see https://tailwindcss.com/docs/padding
|
|
2329
2340
|
*/
|
|
2330
2341
|
pt: [{
|
|
2331
|
-
pt:
|
|
2342
|
+
pt: b()
|
|
2332
2343
|
}],
|
|
2333
2344
|
/**
|
|
2334
2345
|
* Padding Right
|
|
2335
2346
|
* @see https://tailwindcss.com/docs/padding
|
|
2336
2347
|
*/
|
|
2337
2348
|
pr: [{
|
|
2338
|
-
pr:
|
|
2349
|
+
pr: b()
|
|
2339
2350
|
}],
|
|
2340
2351
|
/**
|
|
2341
2352
|
* Padding Bottom
|
|
2342
2353
|
* @see https://tailwindcss.com/docs/padding
|
|
2343
2354
|
*/
|
|
2344
2355
|
pb: [{
|
|
2345
|
-
pb:
|
|
2356
|
+
pb: b()
|
|
2346
2357
|
}],
|
|
2347
2358
|
/**
|
|
2348
2359
|
* Padding Left
|
|
2349
2360
|
* @see https://tailwindcss.com/docs/padding
|
|
2350
2361
|
*/
|
|
2351
2362
|
pl: [{
|
|
2352
|
-
pl:
|
|
2363
|
+
pl: b()
|
|
2353
2364
|
}],
|
|
2354
2365
|
/**
|
|
2355
2366
|
* Margin
|
|
@@ -2419,7 +2430,7 @@ const P = (e) => {
|
|
|
2419
2430
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
2420
2431
|
*/
|
|
2421
2432
|
"space-x": [{
|
|
2422
|
-
"space-x":
|
|
2433
|
+
"space-x": b()
|
|
2423
2434
|
}],
|
|
2424
2435
|
/**
|
|
2425
2436
|
* Space Between X Reverse
|
|
@@ -2431,7 +2442,7 @@ const P = (e) => {
|
|
|
2431
2442
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
2432
2443
|
*/
|
|
2433
2444
|
"space-y": [{
|
|
2434
|
-
"space-y":
|
|
2445
|
+
"space-y": b()
|
|
2435
2446
|
}],
|
|
2436
2447
|
/**
|
|
2437
2448
|
* Space Between Y Reverse
|
|
@@ -2453,7 +2464,7 @@ const P = (e) => {
|
|
|
2453
2464
|
* @see https://tailwindcss.com/docs/width
|
|
2454
2465
|
*/
|
|
2455
2466
|
w: [{
|
|
2456
|
-
w: [
|
|
2467
|
+
w: [m, "screen", ...f()]
|
|
2457
2468
|
}],
|
|
2458
2469
|
/**
|
|
2459
2470
|
* Min-Width
|
|
@@ -2461,7 +2472,7 @@ const P = (e) => {
|
|
|
2461
2472
|
*/
|
|
2462
2473
|
"min-w": [{
|
|
2463
2474
|
"min-w": [
|
|
2464
|
-
|
|
2475
|
+
m,
|
|
2465
2476
|
"screen",
|
|
2466
2477
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
2467
2478
|
"none",
|
|
@@ -2474,7 +2485,7 @@ const P = (e) => {
|
|
|
2474
2485
|
*/
|
|
2475
2486
|
"max-w": [{
|
|
2476
2487
|
"max-w": [
|
|
2477
|
-
|
|
2488
|
+
m,
|
|
2478
2489
|
"screen",
|
|
2479
2490
|
"none",
|
|
2480
2491
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
@@ -2532,21 +2543,21 @@ const P = (e) => {
|
|
|
2532
2543
|
* @see https://tailwindcss.com/docs/font-weight
|
|
2533
2544
|
*/
|
|
2534
2545
|
"font-weight": [{
|
|
2535
|
-
font: [o,
|
|
2546
|
+
font: [o, p, qe]
|
|
2536
2547
|
}],
|
|
2537
2548
|
/**
|
|
2538
2549
|
* Font Stretch
|
|
2539
2550
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
2540
2551
|
*/
|
|
2541
2552
|
"font-stretch": [{
|
|
2542
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", Ge,
|
|
2553
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", Ge, h]
|
|
2543
2554
|
}],
|
|
2544
2555
|
/**
|
|
2545
2556
|
* Font Family
|
|
2546
2557
|
* @see https://tailwindcss.com/docs/font-family
|
|
2547
2558
|
*/
|
|
2548
2559
|
"font-family": [{
|
|
2549
|
-
font: [Qr,
|
|
2560
|
+
font: [Qr, h, t]
|
|
2550
2561
|
}],
|
|
2551
2562
|
/**
|
|
2552
2563
|
* Font Variant Numeric
|
|
@@ -2583,14 +2594,14 @@ const P = (e) => {
|
|
|
2583
2594
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
2584
2595
|
*/
|
|
2585
2596
|
tracking: [{
|
|
2586
|
-
tracking: [a,
|
|
2597
|
+
tracking: [a, p, h]
|
|
2587
2598
|
}],
|
|
2588
2599
|
/**
|
|
2589
2600
|
* Line Clamp
|
|
2590
2601
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
2591
2602
|
*/
|
|
2592
2603
|
"line-clamp": [{
|
|
2593
|
-
"line-clamp": [
|
|
2604
|
+
"line-clamp": [k, "none", p, qe]
|
|
2594
2605
|
}],
|
|
2595
2606
|
/**
|
|
2596
2607
|
* Line Height
|
|
@@ -2600,7 +2611,7 @@ const P = (e) => {
|
|
|
2600
2611
|
leading: [
|
|
2601
2612
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
2602
2613
|
r,
|
|
2603
|
-
...
|
|
2614
|
+
...b()
|
|
2604
2615
|
]
|
|
2605
2616
|
}],
|
|
2606
2617
|
/**
|
|
@@ -2608,7 +2619,7 @@ const P = (e) => {
|
|
|
2608
2619
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
2609
2620
|
*/
|
|
2610
2621
|
"list-image": [{
|
|
2611
|
-
"list-image": ["none",
|
|
2622
|
+
"list-image": ["none", p, h]
|
|
2612
2623
|
}],
|
|
2613
2624
|
/**
|
|
2614
2625
|
* List Style Position
|
|
@@ -2622,7 +2633,7 @@ const P = (e) => {
|
|
|
2622
2633
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
2623
2634
|
*/
|
|
2624
2635
|
"list-style-type": [{
|
|
2625
|
-
list: ["disc", "decimal", "none",
|
|
2636
|
+
list: ["disc", "decimal", "none", p, h]
|
|
2626
2637
|
}],
|
|
2627
2638
|
/**
|
|
2628
2639
|
* Text Alignment
|
|
@@ -2663,7 +2674,7 @@ const P = (e) => {
|
|
|
2663
2674
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
2664
2675
|
*/
|
|
2665
2676
|
"text-decoration-thickness": [{
|
|
2666
|
-
decoration: [
|
|
2677
|
+
decoration: [k, "from-font", "auto", p, he]
|
|
2667
2678
|
}],
|
|
2668
2679
|
/**
|
|
2669
2680
|
* Text Decoration Color
|
|
@@ -2677,7 +2688,7 @@ const P = (e) => {
|
|
|
2677
2688
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
2678
2689
|
*/
|
|
2679
2690
|
"underline-offset": [{
|
|
2680
|
-
"underline-offset": [
|
|
2691
|
+
"underline-offset": [k, "auto", p, h]
|
|
2681
2692
|
}],
|
|
2682
2693
|
/**
|
|
2683
2694
|
* Text Transform
|
|
@@ -2701,14 +2712,14 @@ const P = (e) => {
|
|
|
2701
2712
|
* @see https://tailwindcss.com/docs/text-indent
|
|
2702
2713
|
*/
|
|
2703
2714
|
indent: [{
|
|
2704
|
-
indent:
|
|
2715
|
+
indent: b()
|
|
2705
2716
|
}],
|
|
2706
2717
|
/**
|
|
2707
2718
|
* Vertical Alignment
|
|
2708
2719
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
2709
2720
|
*/
|
|
2710
2721
|
"vertical-align": [{
|
|
2711
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
2722
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", p, h]
|
|
2712
2723
|
}],
|
|
2713
2724
|
/**
|
|
2714
2725
|
* Whitespace
|
|
@@ -2743,7 +2754,7 @@ const P = (e) => {
|
|
|
2743
2754
|
* @see https://tailwindcss.com/docs/content
|
|
2744
2755
|
*/
|
|
2745
2756
|
content: [{
|
|
2746
|
-
content: ["none",
|
|
2757
|
+
content: ["none", p, h]
|
|
2747
2758
|
}],
|
|
2748
2759
|
// -------------------
|
|
2749
2760
|
// --- Backgrounds ---
|
|
@@ -2798,9 +2809,9 @@ const P = (e) => {
|
|
|
2798
2809
|
bg: ["none", {
|
|
2799
2810
|
linear: [{
|
|
2800
2811
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
2801
|
-
}, me,
|
|
2802
|
-
radial: ["",
|
|
2803
|
-
conic: [me,
|
|
2812
|
+
}, me, p, h],
|
|
2813
|
+
radial: ["", p, h],
|
|
2814
|
+
conic: [me, p, h]
|
|
2804
2815
|
}, ts, Xr]
|
|
2805
2816
|
}],
|
|
2806
2817
|
/**
|
|
@@ -3143,14 +3154,14 @@ const P = (e) => {
|
|
|
3143
3154
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
3144
3155
|
*/
|
|
3145
3156
|
"outline-offset": [{
|
|
3146
|
-
"outline-offset": [
|
|
3157
|
+
"outline-offset": [k, p, h]
|
|
3147
3158
|
}],
|
|
3148
3159
|
/**
|
|
3149
3160
|
* Outline Width
|
|
3150
3161
|
* @see https://tailwindcss.com/docs/outline-width
|
|
3151
3162
|
*/
|
|
3152
3163
|
"outline-w": [{
|
|
3153
|
-
outline: ["",
|
|
3164
|
+
outline: ["", k, Me, he]
|
|
3154
3165
|
}],
|
|
3155
3166
|
/**
|
|
3156
3167
|
* Outline Color
|
|
@@ -3171,7 +3182,7 @@ const P = (e) => {
|
|
|
3171
3182
|
// Deprecated since Tailwind CSS v4.0.0
|
|
3172
3183
|
"",
|
|
3173
3184
|
"none",
|
|
3174
|
-
|
|
3185
|
+
v,
|
|
3175
3186
|
Te,
|
|
3176
3187
|
ze
|
|
3177
3188
|
]
|
|
@@ -3225,7 +3236,7 @@ const P = (e) => {
|
|
|
3225
3236
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
3226
3237
|
*/
|
|
3227
3238
|
"ring-offset-w": [{
|
|
3228
|
-
"ring-offset": [
|
|
3239
|
+
"ring-offset": [k, he]
|
|
3229
3240
|
}],
|
|
3230
3241
|
/**
|
|
3231
3242
|
* Ring Offset Color
|
|
@@ -3269,7 +3280,7 @@ const P = (e) => {
|
|
|
3269
3280
|
* @see https://tailwindcss.com/docs/opacity
|
|
3270
3281
|
*/
|
|
3271
3282
|
opacity: [{
|
|
3272
|
-
opacity: [
|
|
3283
|
+
opacity: [k, p, h]
|
|
3273
3284
|
}],
|
|
3274
3285
|
/**
|
|
3275
3286
|
* Mix Blend Mode
|
|
@@ -3304,7 +3315,7 @@ const P = (e) => {
|
|
|
3304
3315
|
* @see https://tailwindcss.com/docs/mask-image
|
|
3305
3316
|
*/
|
|
3306
3317
|
"mask-image-linear-pos": [{
|
|
3307
|
-
"mask-linear": [
|
|
3318
|
+
"mask-linear": [k]
|
|
3308
3319
|
}],
|
|
3309
3320
|
"mask-image-linear-from-pos": [{
|
|
3310
3321
|
"mask-linear-from": z()
|
|
@@ -3391,7 +3402,7 @@ const P = (e) => {
|
|
|
3391
3402
|
"mask-y-to": s()
|
|
3392
3403
|
}],
|
|
3393
3404
|
"mask-image-radial": [{
|
|
3394
|
-
"mask-radial": [
|
|
3405
|
+
"mask-radial": [p, h]
|
|
3395
3406
|
}],
|
|
3396
3407
|
"mask-image-radial-from-pos": [{
|
|
3397
3408
|
"mask-radial-from": z()
|
|
@@ -3418,7 +3429,7 @@ const P = (e) => {
|
|
|
3418
3429
|
"mask-radial-at": X()
|
|
3419
3430
|
}],
|
|
3420
3431
|
"mask-image-conic-pos": [{
|
|
3421
|
-
"mask-conic": [
|
|
3432
|
+
"mask-conic": [k]
|
|
3422
3433
|
}],
|
|
3423
3434
|
"mask-image-conic-from-pos": [{
|
|
3424
3435
|
"mask-conic-from": z()
|
|
@@ -3479,7 +3490,7 @@ const P = (e) => {
|
|
|
3479
3490
|
* @see https://tailwindcss.com/docs/mask-image
|
|
3480
3491
|
*/
|
|
3481
3492
|
"mask-image": [{
|
|
3482
|
-
mask: ["none",
|
|
3493
|
+
mask: ["none", p, h]
|
|
3483
3494
|
}],
|
|
3484
3495
|
// ---------------
|
|
3485
3496
|
// --- Filters ---
|
|
@@ -3493,8 +3504,8 @@ const P = (e) => {
|
|
|
3493
3504
|
// Deprecated since Tailwind CSS v3.0.0
|
|
3494
3505
|
"",
|
|
3495
3506
|
"none",
|
|
3496
|
-
|
|
3497
|
-
|
|
3507
|
+
p,
|
|
3508
|
+
h
|
|
3498
3509
|
]
|
|
3499
3510
|
}],
|
|
3500
3511
|
/**
|
|
@@ -3509,14 +3520,14 @@ const P = (e) => {
|
|
|
3509
3520
|
* @see https://tailwindcss.com/docs/brightness
|
|
3510
3521
|
*/
|
|
3511
3522
|
brightness: [{
|
|
3512
|
-
brightness: [
|
|
3523
|
+
brightness: [k, p, h]
|
|
3513
3524
|
}],
|
|
3514
3525
|
/**
|
|
3515
3526
|
* Contrast
|
|
3516
3527
|
* @see https://tailwindcss.com/docs/contrast
|
|
3517
3528
|
*/
|
|
3518
3529
|
contrast: [{
|
|
3519
|
-
contrast: [
|
|
3530
|
+
contrast: [k, p, h]
|
|
3520
3531
|
}],
|
|
3521
3532
|
/**
|
|
3522
3533
|
* Drop Shadow
|
|
@@ -3544,35 +3555,35 @@ const P = (e) => {
|
|
|
3544
3555
|
* @see https://tailwindcss.com/docs/grayscale
|
|
3545
3556
|
*/
|
|
3546
3557
|
grayscale: [{
|
|
3547
|
-
grayscale: ["",
|
|
3558
|
+
grayscale: ["", k, p, h]
|
|
3548
3559
|
}],
|
|
3549
3560
|
/**
|
|
3550
3561
|
* Hue Rotate
|
|
3551
3562
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
3552
3563
|
*/
|
|
3553
3564
|
"hue-rotate": [{
|
|
3554
|
-
"hue-rotate": [
|
|
3565
|
+
"hue-rotate": [k, p, h]
|
|
3555
3566
|
}],
|
|
3556
3567
|
/**
|
|
3557
3568
|
* Invert
|
|
3558
3569
|
* @see https://tailwindcss.com/docs/invert
|
|
3559
3570
|
*/
|
|
3560
3571
|
invert: [{
|
|
3561
|
-
invert: ["",
|
|
3572
|
+
invert: ["", k, p, h]
|
|
3562
3573
|
}],
|
|
3563
3574
|
/**
|
|
3564
3575
|
* Saturate
|
|
3565
3576
|
* @see https://tailwindcss.com/docs/saturate
|
|
3566
3577
|
*/
|
|
3567
3578
|
saturate: [{
|
|
3568
|
-
saturate: [
|
|
3579
|
+
saturate: [k, p, h]
|
|
3569
3580
|
}],
|
|
3570
3581
|
/**
|
|
3571
3582
|
* Sepia
|
|
3572
3583
|
* @see https://tailwindcss.com/docs/sepia
|
|
3573
3584
|
*/
|
|
3574
3585
|
sepia: [{
|
|
3575
|
-
sepia: ["",
|
|
3586
|
+
sepia: ["", k, p, h]
|
|
3576
3587
|
}],
|
|
3577
3588
|
/**
|
|
3578
3589
|
* Backdrop Filter
|
|
@@ -3583,8 +3594,8 @@ const P = (e) => {
|
|
|
3583
3594
|
// Deprecated since Tailwind CSS v3.0.0
|
|
3584
3595
|
"",
|
|
3585
3596
|
"none",
|
|
3586
|
-
|
|
3587
|
-
|
|
3597
|
+
p,
|
|
3598
|
+
h
|
|
3588
3599
|
]
|
|
3589
3600
|
}],
|
|
3590
3601
|
/**
|
|
@@ -3599,56 +3610,56 @@ const P = (e) => {
|
|
|
3599
3610
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
3600
3611
|
*/
|
|
3601
3612
|
"backdrop-brightness": [{
|
|
3602
|
-
"backdrop-brightness": [
|
|
3613
|
+
"backdrop-brightness": [k, p, h]
|
|
3603
3614
|
}],
|
|
3604
3615
|
/**
|
|
3605
3616
|
* Backdrop Contrast
|
|
3606
3617
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
3607
3618
|
*/
|
|
3608
3619
|
"backdrop-contrast": [{
|
|
3609
|
-
"backdrop-contrast": [
|
|
3620
|
+
"backdrop-contrast": [k, p, h]
|
|
3610
3621
|
}],
|
|
3611
3622
|
/**
|
|
3612
3623
|
* Backdrop Grayscale
|
|
3613
3624
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
3614
3625
|
*/
|
|
3615
3626
|
"backdrop-grayscale": [{
|
|
3616
|
-
"backdrop-grayscale": ["",
|
|
3627
|
+
"backdrop-grayscale": ["", k, p, h]
|
|
3617
3628
|
}],
|
|
3618
3629
|
/**
|
|
3619
3630
|
* Backdrop Hue Rotate
|
|
3620
3631
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
3621
3632
|
*/
|
|
3622
3633
|
"backdrop-hue-rotate": [{
|
|
3623
|
-
"backdrop-hue-rotate": [
|
|
3634
|
+
"backdrop-hue-rotate": [k, p, h]
|
|
3624
3635
|
}],
|
|
3625
3636
|
/**
|
|
3626
3637
|
* Backdrop Invert
|
|
3627
3638
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
3628
3639
|
*/
|
|
3629
3640
|
"backdrop-invert": [{
|
|
3630
|
-
"backdrop-invert": ["",
|
|
3641
|
+
"backdrop-invert": ["", k, p, h]
|
|
3631
3642
|
}],
|
|
3632
3643
|
/**
|
|
3633
3644
|
* Backdrop Opacity
|
|
3634
3645
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
3635
3646
|
*/
|
|
3636
3647
|
"backdrop-opacity": [{
|
|
3637
|
-
"backdrop-opacity": [
|
|
3648
|
+
"backdrop-opacity": [k, p, h]
|
|
3638
3649
|
}],
|
|
3639
3650
|
/**
|
|
3640
3651
|
* Backdrop Saturate
|
|
3641
3652
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
3642
3653
|
*/
|
|
3643
3654
|
"backdrop-saturate": [{
|
|
3644
|
-
"backdrop-saturate": [
|
|
3655
|
+
"backdrop-saturate": [k, p, h]
|
|
3645
3656
|
}],
|
|
3646
3657
|
/**
|
|
3647
3658
|
* Backdrop Sepia
|
|
3648
3659
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
3649
3660
|
*/
|
|
3650
3661
|
"backdrop-sepia": [{
|
|
3651
|
-
"backdrop-sepia": ["",
|
|
3662
|
+
"backdrop-sepia": ["", k, p, h]
|
|
3652
3663
|
}],
|
|
3653
3664
|
// --------------
|
|
3654
3665
|
// --- Tables ---
|
|
@@ -3665,21 +3676,21 @@ const P = (e) => {
|
|
|
3665
3676
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
3666
3677
|
*/
|
|
3667
3678
|
"border-spacing": [{
|
|
3668
|
-
"border-spacing":
|
|
3679
|
+
"border-spacing": b()
|
|
3669
3680
|
}],
|
|
3670
3681
|
/**
|
|
3671
3682
|
* Border Spacing X
|
|
3672
3683
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
3673
3684
|
*/
|
|
3674
3685
|
"border-spacing-x": [{
|
|
3675
|
-
"border-spacing-x":
|
|
3686
|
+
"border-spacing-x": b()
|
|
3676
3687
|
}],
|
|
3677
3688
|
/**
|
|
3678
3689
|
* Border Spacing Y
|
|
3679
3690
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
3680
3691
|
*/
|
|
3681
3692
|
"border-spacing-y": [{
|
|
3682
|
-
"border-spacing-y":
|
|
3693
|
+
"border-spacing-y": b()
|
|
3683
3694
|
}],
|
|
3684
3695
|
/**
|
|
3685
3696
|
* Table Layout
|
|
@@ -3703,7 +3714,7 @@ const P = (e) => {
|
|
|
3703
3714
|
* @see https://tailwindcss.com/docs/transition-property
|
|
3704
3715
|
*/
|
|
3705
3716
|
transition: [{
|
|
3706
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
3717
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", p, h]
|
|
3707
3718
|
}],
|
|
3708
3719
|
/**
|
|
3709
3720
|
* Transition Behavior
|
|
@@ -3717,28 +3728,28 @@ const P = (e) => {
|
|
|
3717
3728
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
3718
3729
|
*/
|
|
3719
3730
|
duration: [{
|
|
3720
|
-
duration: [
|
|
3731
|
+
duration: [k, "initial", p, h]
|
|
3721
3732
|
}],
|
|
3722
3733
|
/**
|
|
3723
3734
|
* Transition Timing Function
|
|
3724
3735
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
3725
3736
|
*/
|
|
3726
3737
|
ease: [{
|
|
3727
|
-
ease: ["linear", "initial", q,
|
|
3738
|
+
ease: ["linear", "initial", q, p, h]
|
|
3728
3739
|
}],
|
|
3729
3740
|
/**
|
|
3730
3741
|
* Transition Delay
|
|
3731
3742
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
3732
3743
|
*/
|
|
3733
3744
|
delay: [{
|
|
3734
|
-
delay: [
|
|
3745
|
+
delay: [k, p, h]
|
|
3735
3746
|
}],
|
|
3736
3747
|
/**
|
|
3737
3748
|
* Animation
|
|
3738
3749
|
* @see https://tailwindcss.com/docs/animation
|
|
3739
3750
|
*/
|
|
3740
3751
|
animate: [{
|
|
3741
|
-
animate: ["none", ie,
|
|
3752
|
+
animate: ["none", ie, p, h]
|
|
3742
3753
|
}],
|
|
3743
3754
|
// ------------------
|
|
3744
3755
|
// --- Transforms ---
|
|
@@ -3755,7 +3766,7 @@ const P = (e) => {
|
|
|
3755
3766
|
* @see https://tailwindcss.com/docs/perspective
|
|
3756
3767
|
*/
|
|
3757
3768
|
perspective: [{
|
|
3758
|
-
perspective: [B,
|
|
3769
|
+
perspective: [B, p, h]
|
|
3759
3770
|
}],
|
|
3760
3771
|
/**
|
|
3761
3772
|
* Perspective Origin
|
|
@@ -3851,7 +3862,7 @@ const P = (e) => {
|
|
|
3851
3862
|
* @see https://tailwindcss.com/docs/transform
|
|
3852
3863
|
*/
|
|
3853
3864
|
transform: [{
|
|
3854
|
-
transform: [
|
|
3865
|
+
transform: [p, h, "", "none", "gpu", "cpu"]
|
|
3855
3866
|
}],
|
|
3856
3867
|
/**
|
|
3857
3868
|
* Transform Origin
|
|
@@ -3936,7 +3947,7 @@ const P = (e) => {
|
|
|
3936
3947
|
* @see https://tailwindcss.com/docs/cursor
|
|
3937
3948
|
*/
|
|
3938
3949
|
cursor: [{
|
|
3939
|
-
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",
|
|
3950
|
+
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", p, h]
|
|
3940
3951
|
}],
|
|
3941
3952
|
/**
|
|
3942
3953
|
* Field Sizing
|
|
@@ -3971,126 +3982,126 @@ const P = (e) => {
|
|
|
3971
3982
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3972
3983
|
*/
|
|
3973
3984
|
"scroll-m": [{
|
|
3974
|
-
"scroll-m":
|
|
3985
|
+
"scroll-m": b()
|
|
3975
3986
|
}],
|
|
3976
3987
|
/**
|
|
3977
3988
|
* Scroll Margin X
|
|
3978
3989
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3979
3990
|
*/
|
|
3980
3991
|
"scroll-mx": [{
|
|
3981
|
-
"scroll-mx":
|
|
3992
|
+
"scroll-mx": b()
|
|
3982
3993
|
}],
|
|
3983
3994
|
/**
|
|
3984
3995
|
* Scroll Margin Y
|
|
3985
3996
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3986
3997
|
*/
|
|
3987
3998
|
"scroll-my": [{
|
|
3988
|
-
"scroll-my":
|
|
3999
|
+
"scroll-my": b()
|
|
3989
4000
|
}],
|
|
3990
4001
|
/**
|
|
3991
4002
|
* Scroll Margin Start
|
|
3992
4003
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3993
4004
|
*/
|
|
3994
4005
|
"scroll-ms": [{
|
|
3995
|
-
"scroll-ms":
|
|
4006
|
+
"scroll-ms": b()
|
|
3996
4007
|
}],
|
|
3997
4008
|
/**
|
|
3998
4009
|
* Scroll Margin End
|
|
3999
4010
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4000
4011
|
*/
|
|
4001
4012
|
"scroll-me": [{
|
|
4002
|
-
"scroll-me":
|
|
4013
|
+
"scroll-me": b()
|
|
4003
4014
|
}],
|
|
4004
4015
|
/**
|
|
4005
4016
|
* Scroll Margin Top
|
|
4006
4017
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4007
4018
|
*/
|
|
4008
4019
|
"scroll-mt": [{
|
|
4009
|
-
"scroll-mt":
|
|
4020
|
+
"scroll-mt": b()
|
|
4010
4021
|
}],
|
|
4011
4022
|
/**
|
|
4012
4023
|
* Scroll Margin Right
|
|
4013
4024
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4014
4025
|
*/
|
|
4015
4026
|
"scroll-mr": [{
|
|
4016
|
-
"scroll-mr":
|
|
4027
|
+
"scroll-mr": b()
|
|
4017
4028
|
}],
|
|
4018
4029
|
/**
|
|
4019
4030
|
* Scroll Margin Bottom
|
|
4020
4031
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4021
4032
|
*/
|
|
4022
4033
|
"scroll-mb": [{
|
|
4023
|
-
"scroll-mb":
|
|
4034
|
+
"scroll-mb": b()
|
|
4024
4035
|
}],
|
|
4025
4036
|
/**
|
|
4026
4037
|
* Scroll Margin Left
|
|
4027
4038
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4028
4039
|
*/
|
|
4029
4040
|
"scroll-ml": [{
|
|
4030
|
-
"scroll-ml":
|
|
4041
|
+
"scroll-ml": b()
|
|
4031
4042
|
}],
|
|
4032
4043
|
/**
|
|
4033
4044
|
* Scroll Padding
|
|
4034
4045
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4035
4046
|
*/
|
|
4036
4047
|
"scroll-p": [{
|
|
4037
|
-
"scroll-p":
|
|
4048
|
+
"scroll-p": b()
|
|
4038
4049
|
}],
|
|
4039
4050
|
/**
|
|
4040
4051
|
* Scroll Padding X
|
|
4041
4052
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4042
4053
|
*/
|
|
4043
4054
|
"scroll-px": [{
|
|
4044
|
-
"scroll-px":
|
|
4055
|
+
"scroll-px": b()
|
|
4045
4056
|
}],
|
|
4046
4057
|
/**
|
|
4047
4058
|
* Scroll Padding Y
|
|
4048
4059
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4049
4060
|
*/
|
|
4050
4061
|
"scroll-py": [{
|
|
4051
|
-
"scroll-py":
|
|
4062
|
+
"scroll-py": b()
|
|
4052
4063
|
}],
|
|
4053
4064
|
/**
|
|
4054
4065
|
* Scroll Padding Start
|
|
4055
4066
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4056
4067
|
*/
|
|
4057
4068
|
"scroll-ps": [{
|
|
4058
|
-
"scroll-ps":
|
|
4069
|
+
"scroll-ps": b()
|
|
4059
4070
|
}],
|
|
4060
4071
|
/**
|
|
4061
4072
|
* Scroll Padding End
|
|
4062
4073
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4063
4074
|
*/
|
|
4064
4075
|
"scroll-pe": [{
|
|
4065
|
-
"scroll-pe":
|
|
4076
|
+
"scroll-pe": b()
|
|
4066
4077
|
}],
|
|
4067
4078
|
/**
|
|
4068
4079
|
* Scroll Padding Top
|
|
4069
4080
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4070
4081
|
*/
|
|
4071
4082
|
"scroll-pt": [{
|
|
4072
|
-
"scroll-pt":
|
|
4083
|
+
"scroll-pt": b()
|
|
4073
4084
|
}],
|
|
4074
4085
|
/**
|
|
4075
4086
|
* Scroll Padding Right
|
|
4076
4087
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4077
4088
|
*/
|
|
4078
4089
|
"scroll-pr": [{
|
|
4079
|
-
"scroll-pr":
|
|
4090
|
+
"scroll-pr": b()
|
|
4080
4091
|
}],
|
|
4081
4092
|
/**
|
|
4082
4093
|
* Scroll Padding Bottom
|
|
4083
4094
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4084
4095
|
*/
|
|
4085
4096
|
"scroll-pb": [{
|
|
4086
|
-
"scroll-pb":
|
|
4097
|
+
"scroll-pb": b()
|
|
4087
4098
|
}],
|
|
4088
4099
|
/**
|
|
4089
4100
|
* Scroll Padding Left
|
|
4090
4101
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4091
4102
|
*/
|
|
4092
4103
|
"scroll-pl": [{
|
|
4093
|
-
"scroll-pl":
|
|
4104
|
+
"scroll-pl": b()
|
|
4094
4105
|
}],
|
|
4095
4106
|
/**
|
|
4096
4107
|
* Scroll Snap Align
|
|
@@ -4158,7 +4169,7 @@ const P = (e) => {
|
|
|
4158
4169
|
* @see https://tailwindcss.com/docs/will-change
|
|
4159
4170
|
*/
|
|
4160
4171
|
"will-change": [{
|
|
4161
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
4172
|
+
"will-change": ["auto", "scroll", "contents", "transform", p, h]
|
|
4162
4173
|
}],
|
|
4163
4174
|
// -----------
|
|
4164
4175
|
// --- SVG ---
|
|
@@ -4175,7 +4186,7 @@ const P = (e) => {
|
|
|
4175
4186
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
4176
4187
|
*/
|
|
4177
4188
|
"stroke-w": [{
|
|
4178
|
-
stroke: [
|
|
4189
|
+
stroke: [k, Me, he, qe]
|
|
4179
4190
|
}],
|
|
4180
4191
|
/**
|
|
4181
4192
|
* Stroke
|
|
@@ -4251,7 +4262,7 @@ const P = (e) => {
|
|
|
4251
4262
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
4252
4263
|
};
|
|
4253
4264
|
}, ss = /* @__PURE__ */ jr(rs);
|
|
4254
|
-
function
|
|
4265
|
+
function ye(...e) {
|
|
4255
4266
|
return ss(Cr(e));
|
|
4256
4267
|
}
|
|
4257
4268
|
function as({ className: e, ...t }) {
|
|
@@ -4264,7 +4275,7 @@ function as({ className: e, ...t }) {
|
|
|
4264
4275
|
"table",
|
|
4265
4276
|
{
|
|
4266
4277
|
"data-slot": "table",
|
|
4267
|
-
className:
|
|
4278
|
+
className: ye("w-full caption-bottom", e),
|
|
4268
4279
|
...t
|
|
4269
4280
|
}
|
|
4270
4281
|
)
|
|
@@ -4276,7 +4287,7 @@ function is({ className: e, ...t }) {
|
|
|
4276
4287
|
"thead",
|
|
4277
4288
|
{
|
|
4278
4289
|
"data-slot": "table-header",
|
|
4279
|
-
className:
|
|
4290
|
+
className: ye("[&_tr]:border-b", e),
|
|
4280
4291
|
...t
|
|
4281
4292
|
}
|
|
4282
4293
|
);
|
|
@@ -4286,7 +4297,7 @@ function ls({ className: e, ...t }) {
|
|
|
4286
4297
|
"tbody",
|
|
4287
4298
|
{
|
|
4288
4299
|
"data-slot": "table-body",
|
|
4289
|
-
className:
|
|
4300
|
+
className: ye("[&_tr:last-child]:border-0", e),
|
|
4290
4301
|
...t
|
|
4291
4302
|
}
|
|
4292
4303
|
);
|
|
@@ -4296,7 +4307,7 @@ function cs({ className: e, ...t }) {
|
|
|
4296
4307
|
"tr",
|
|
4297
4308
|
{
|
|
4298
4309
|
"data-slot": "table-row",
|
|
4299
|
-
className:
|
|
4310
|
+
className: ye(
|
|
4300
4311
|
"hover:bg-muted/50 data-[state=selected]:bg-muted border-b transition-colors",
|
|
4301
4312
|
e
|
|
4302
4313
|
),
|
|
@@ -4309,7 +4320,7 @@ function ds({ className: e, ...t }) {
|
|
|
4309
4320
|
"th",
|
|
4310
4321
|
{
|
|
4311
4322
|
"data-slot": "table-head",
|
|
4312
|
-
className:
|
|
4323
|
+
className: ye(
|
|
4313
4324
|
"text-left align-middle font-medium whitespace-nowrap",
|
|
4314
4325
|
e
|
|
4315
4326
|
),
|
|
@@ -4321,7 +4332,7 @@ function ms({ className: e, ...t }) {
|
|
|
4321
4332
|
return /* @__PURE__ */ i(
|
|
4322
4333
|
"td",
|
|
4323
4334
|
{
|
|
4324
|
-
className:
|
|
4335
|
+
className: ye("whitespace-nowrap ", e),
|
|
4325
4336
|
...t
|
|
4326
4337
|
}
|
|
4327
4338
|
);
|
|
@@ -4334,7 +4345,7 @@ function us({
|
|
|
4334
4345
|
"caption",
|
|
4335
4346
|
{
|
|
4336
4347
|
"data-slot": "table-caption",
|
|
4337
|
-
className:
|
|
4348
|
+
className: ye("text-muted-foreground mt-4 text-sm", e),
|
|
4338
4349
|
...t
|
|
4339
4350
|
}
|
|
4340
4351
|
);
|
|
@@ -4343,7 +4354,7 @@ const Es = (e) => /* @__PURE__ */ i(
|
|
|
4343
4354
|
as,
|
|
4344
4355
|
{
|
|
4345
4356
|
...e,
|
|
4346
|
-
className: x(e.className, "custom-table")
|
|
4357
|
+
className: x(e.className, "custom-table", fe.table)
|
|
4347
4358
|
}
|
|
4348
4359
|
), js = (e) => /* @__PURE__ */ i(
|
|
4349
4360
|
ls,
|
|
@@ -4388,11 +4399,11 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4388
4399
|
...a
|
|
4389
4400
|
}) => {
|
|
4390
4401
|
const r = x(
|
|
4391
|
-
|
|
4402
|
+
fe.th,
|
|
4392
4403
|
t,
|
|
4393
4404
|
{
|
|
4394
|
-
[
|
|
4395
|
-
[
|
|
4405
|
+
[fe.primary]: e === "primary",
|
|
4406
|
+
[fe.secondary]: e === "secondary"
|
|
4396
4407
|
},
|
|
4397
4408
|
"custom-table-header"
|
|
4398
4409
|
);
|
|
@@ -4413,7 +4424,7 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4413
4424
|
e.className,
|
|
4414
4425
|
"custom-table-row",
|
|
4415
4426
|
"align-top",
|
|
4416
|
-
|
|
4427
|
+
fe.bottomBorder
|
|
4417
4428
|
)
|
|
4418
4429
|
}
|
|
4419
4430
|
), ps = "_tooltipWrapper_k0y48_29", fs = "_underline_k0y48_34", _s = "_tooltip_k0y48_29", He = {
|
|
@@ -4438,13 +4449,13 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4438
4449
|
zIndexOverride: a,
|
|
4439
4450
|
trigger: r = "hover",
|
|
4440
4451
|
children: l,
|
|
4441
|
-
className:
|
|
4442
|
-
tooltipClassName:
|
|
4452
|
+
className: m,
|
|
4453
|
+
tooltipClassName: u
|
|
4443
4454
|
}) => {
|
|
4444
|
-
const [_,
|
|
4455
|
+
const [_, v] = _e(!1), [S, j] = _e(o), T = Le(null), A = Le(!1), B = Le(null), E = e !== void 0 ? e : _, q = r === "hover" || r === "both", ie = r === "click" || r === "both", U = Et(), X = He[`tooltip-position-${S}`] || "", W = x(He.tooltipWrapper, m), R = x(
|
|
4445
4456
|
He.tooltip,
|
|
4446
4457
|
X,
|
|
4447
|
-
|
|
4458
|
+
u
|
|
4448
4459
|
);
|
|
4449
4460
|
return /* @__PURE__ */ N(
|
|
4450
4461
|
"span",
|
|
@@ -4458,12 +4469,12 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4458
4469
|
j(oe >= V ? "below" : "above");
|
|
4459
4470
|
} else
|
|
4460
4471
|
j(o);
|
|
4461
|
-
|
|
4472
|
+
v(!0);
|
|
4462
4473
|
}, n));
|
|
4463
4474
|
},
|
|
4464
4475
|
onMouseLeave: () => {
|
|
4465
4476
|
!q || e !== void 0 || (T.current && clearTimeout(T.current), T.current = window.setTimeout(() => {
|
|
4466
|
-
A.current ||
|
|
4477
|
+
A.current || v(!1);
|
|
4467
4478
|
}, 50));
|
|
4468
4479
|
},
|
|
4469
4480
|
onClick: () => {
|
|
@@ -4473,7 +4484,7 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4473
4484
|
j(oe >= V ? "below" : "above");
|
|
4474
4485
|
} else
|
|
4475
4486
|
j(o);
|
|
4476
|
-
|
|
4487
|
+
v(A.current);
|
|
4477
4488
|
}
|
|
4478
4489
|
},
|
|
4479
4490
|
"aria-describedby": E ? U : void 0,
|
|
@@ -4497,9 +4508,9 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4497
4508
|
]
|
|
4498
4509
|
}
|
|
4499
4510
|
);
|
|
4500
|
-
},
|
|
4501
|
-
topBar:
|
|
4502
|
-
section:
|
|
4511
|
+
}, gs = "_topBar_18zn9_29", bs = "_section_18zn9_66", ys = "_scretched_18zn9_73", ws = "_active_18zn9_90", vs = "_sm_18zn9_99", xs = "_md_18zn9_100", xe = {
|
|
4512
|
+
topBar: gs,
|
|
4513
|
+
section: bs,
|
|
4503
4514
|
scretched: ys,
|
|
4504
4515
|
active: ws,
|
|
4505
4516
|
sm: vs,
|
|
@@ -4512,13 +4523,13 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4512
4523
|
}) => {
|
|
4513
4524
|
var a;
|
|
4514
4525
|
return /* @__PURE__ */ N("div", { children: [
|
|
4515
|
-
/* @__PURE__ */ i("div", { className:
|
|
4526
|
+
/* @__PURE__ */ i("div", { className: xe.topBar, children: e.map((r) => /* @__PURE__ */ N(
|
|
4516
4527
|
"div",
|
|
4517
4528
|
{
|
|
4518
4529
|
className: x(
|
|
4519
|
-
|
|
4520
|
-
o &&
|
|
4521
|
-
t === r.id &&
|
|
4530
|
+
xe.section,
|
|
4531
|
+
o && xe.scretched,
|
|
4532
|
+
t === r.id && xe.active
|
|
4522
4533
|
),
|
|
4523
4534
|
onClick: () => n(r.id),
|
|
4524
4535
|
children: [
|
|
@@ -4526,7 +4537,7 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4526
4537
|
F,
|
|
4527
4538
|
{
|
|
4528
4539
|
variant: "heading-xs",
|
|
4529
|
-
className:
|
|
4540
|
+
className: xe.sm,
|
|
4530
4541
|
children: r.title
|
|
4531
4542
|
}
|
|
4532
4543
|
),
|
|
@@ -4534,7 +4545,7 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4534
4545
|
F,
|
|
4535
4546
|
{
|
|
4536
4547
|
variant: "heading-md",
|
|
4537
|
-
className:
|
|
4548
|
+
className: xe.md,
|
|
4538
4549
|
children: r.title
|
|
4539
4550
|
}
|
|
4540
4551
|
)
|