stp-ui-kit 0.0.22 → 0.0.23
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/stp-ui-kit.cjs.js +10 -10
- package/dist/stp-ui-kit.cjs.js.map +1 -1
- package/dist/stp-ui-kit.es.js +153 -153
- 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) {
|
|
@@ -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", p = "minute", m = "hour", _ = "day", k = "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(
|
|
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", p = "minute", m = "hour", _ = "day", k = "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: k, d: _, D: A, h: m, m: p, s: l, ms: r, Q: j }[
|
|
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: k, d: _, D: A, h: m, m: p, 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;
|
|
@@ -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", p], ["$H", m], ["$W", _], ["$M", S], ["$y", T], ["$D", A]].forEach(function(
|
|
345
|
-
oe[
|
|
346
|
-
return this.$g(d,
|
|
344
|
+
return L.prototype = oe, [["$ms", r], ["$s", l], ["$m", p], ["$H", m], ["$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 [p, m] =
|
|
368
|
+
const [p, m] = _e(!1), [_, k] = _e({
|
|
369
369
|
days: 0,
|
|
370
370
|
hours: 0,
|
|
371
371
|
minutes: 0,
|
|
@@ -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(
|
|
@@ -788,7 +788,7 @@ const yo = [
|
|
|
788
788
|
var p, m;
|
|
789
789
|
const o = (p = n.children) == null ? void 0 : p.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: [
|
|
@@ -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,
|
|
@@ -856,7 +856,7 @@ const yo = [
|
|
|
856
856
|
var p, m;
|
|
857
857
|
const o = (p = n.children) == null ? void 0 : p.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,19 +869,19 @@ 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 && ((m = n.children) == null ? void 0 : m.map((_, k) => /* @__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:
|
|
884
|
+
/* @__PURE__ */ N("div", { className: we.arrowBlock, children: [
|
|
885
885
|
o === k && /* @__PURE__ */ i(
|
|
886
886
|
"img",
|
|
887
887
|
{
|
|
@@ -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",
|
|
@@ -1183,7 +1183,7 @@ const _n = "_btn_vv6xf_29", bn = "_small_vv6xf_42", gn = "_medium_vv6xf_45", yn
|
|
|
1183
1183
|
critical: Ln,
|
|
1184
1184
|
content: Dn
|
|
1185
1185
|
};
|
|
1186
|
-
let
|
|
1186
|
+
let ke = null;
|
|
1187
1187
|
const Pn = ({
|
|
1188
1188
|
id: e,
|
|
1189
1189
|
type: t,
|
|
@@ -1194,8 +1194,8 @@ const Pn = ({
|
|
|
1194
1194
|
return () => clearTimeout(a);
|
|
1195
1195
|
}, [e, o]), /* @__PURE__ */ N("div", { className: `${pe.message} ${pe[t]}`, children: [
|
|
1196
1196
|
/* @__PURE__ */ N("div", { className: pe.content, children: [
|
|
1197
|
-
t === "error" && /* @__PURE__ */ i(
|
|
1198
|
-
t === "warning" && /* @__PURE__ */ i(
|
|
1197
|
+
t === "error" && /* @__PURE__ */ i(gt, { className: pe.critical }),
|
|
1198
|
+
t === "warning" && /* @__PURE__ */ i(bt, { className: pe.warning }),
|
|
1199
1199
|
n
|
|
1200
1200
|
] }),
|
|
1201
1201
|
/* @__PURE__ */ i(
|
|
@@ -1207,9 +1207,9 @@ const Pn = ({
|
|
|
1207
1207
|
}
|
|
1208
1208
|
)
|
|
1209
1209
|
] })), En = () => {
|
|
1210
|
-
const [e, t] =
|
|
1211
|
-
Ze(() => (
|
|
1212
|
-
|
|
1210
|
+
const [e, t] = _e([]);
|
|
1211
|
+
Ze(() => (ke = t, () => {
|
|
1212
|
+
ke = null;
|
|
1213
1213
|
}), []);
|
|
1214
1214
|
const n = (o) => {
|
|
1215
1215
|
t((a) => a.filter((r) => r.id !== o));
|
|
@@ -1234,8 +1234,8 @@ function Rn() {
|
|
|
1234
1234
|
const zs = {
|
|
1235
1235
|
_id: 0,
|
|
1236
1236
|
show(e, t = "default") {
|
|
1237
|
-
if (Rn(), !!
|
|
1238
|
-
return this._id++,
|
|
1237
|
+
if (Rn(), !!ke)
|
|
1238
|
+
return this._id++, ke((n) => [...n, { id: this._id, type: t, text: e }]), this._id;
|
|
1239
1239
|
},
|
|
1240
1240
|
default(e) {
|
|
1241
1241
|
return this.show(e, "default");
|
|
@@ -1247,7 +1247,7 @@ const zs = {
|
|
|
1247
1247
|
return this.show(e, "error");
|
|
1248
1248
|
},
|
|
1249
1249
|
close(e) {
|
|
1250
|
-
|
|
1250
|
+
ke && ke((t) => t.filter((n) => n.id !== e));
|
|
1251
1251
|
}
|
|
1252
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", J = {
|
|
1253
1253
|
"shadow-0": "_shadow-0_1e480_1",
|
|
@@ -1297,8 +1297,8 @@ const zs = {
|
|
|
1297
1297
|
children: [
|
|
1298
1298
|
/* @__PURE__ */ N("div", { className: J.header, children: [
|
|
1299
1299
|
/* @__PURE__ */ N("div", { className: J.title, children: [
|
|
1300
|
-
r == "critical" && /* @__PURE__ */ i(
|
|
1301
|
-
r == "warning" && /* @__PURE__ */ i(
|
|
1300
|
+
r == "critical" && /* @__PURE__ */ i(gt, { className: J.critical }),
|
|
1301
|
+
r == "warning" && /* @__PURE__ */ i(bt, { className: J.warning }),
|
|
1302
1302
|
/* @__PURE__ */ i(F, { variant: "heading-sm", children: n })
|
|
1303
1303
|
] }),
|
|
1304
1304
|
/* @__PURE__ */ i(
|
|
@@ -1480,23 +1480,23 @@ const Ts = {
|
|
|
1480
1480
|
}
|
|
1481
1481
|
),
|
|
1482
1482
|
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-
|
|
1483
|
+
] }), _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 = {
|
|
1484
|
+
"shadow-0": "_shadow-0_1lvxr_1",
|
|
1485
|
+
"shadow-100": "_shadow-100_1lvxr_5",
|
|
1486
|
+
"shadow-200": "_shadow-200_1lvxr_9",
|
|
1487
|
+
"shadow-300": "_shadow-300_1lvxr_13",
|
|
1488
|
+
"shadow-400": "_shadow-400_1lvxr_17",
|
|
1489
|
+
"shadow-500": "_shadow-500_1lvxr_21",
|
|
1490
|
+
"shadow-600": "_shadow-600_1lvxr_25",
|
|
1491
1491
|
td: _r,
|
|
1492
|
-
bottomBorder:
|
|
1493
|
-
label:
|
|
1492
|
+
bottomBorder: gr,
|
|
1493
|
+
label: br,
|
|
1494
1494
|
input: yr,
|
|
1495
1495
|
button: wr,
|
|
1496
|
-
"icon-button": "_icon-
|
|
1496
|
+
"icon-button": "_icon-button_1lvxr_53",
|
|
1497
1497
|
checkbox: vr,
|
|
1498
1498
|
empty: xr,
|
|
1499
|
-
"icon-label": "_icon-
|
|
1499
|
+
"icon-label": "_icon-label_1lvxr_65",
|
|
1500
1500
|
th: kr,
|
|
1501
1501
|
table: $r
|
|
1502
1502
|
}, Ps = ({
|
|
@@ -1504,7 +1504,7 @@ const Ts = {
|
|
|
1504
1504
|
cellType: t = "label",
|
|
1505
1505
|
...n
|
|
1506
1506
|
}) => {
|
|
1507
|
-
const o = x(
|
|
1507
|
+
const o = x(fe.td, fe[t]);
|
|
1508
1508
|
return /* @__PURE__ */ i(
|
|
1509
1509
|
"div",
|
|
1510
1510
|
{
|
|
@@ -1769,7 +1769,7 @@ function jr(e, ...t) {
|
|
|
1769
1769
|
const P = (e) => {
|
|
1770
1770
|
const t = (n) => n[e] || [];
|
|
1771
1771
|
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)\(.+\)$/,
|
|
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)\(.+\)$/, ve = (e) => Rr.test(e), v = (e) => !!e && !Number.isNaN(Number(e)), me = (e) => !!e && Number.isInteger(Number(e)), Ge = (e) => e.endsWith("%") && v(e.slice(0, -1)), ae = (e) => Gr.test(e), Vr = () => !0, Ur = (e) => (
|
|
1773
1773
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
1774
1774
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
1775
1775
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
@@ -1799,9 +1799,9 @@ const P = (e) => {
|
|
|
1799
1799
|
"bottom-left",
|
|
1800
1800
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
1801
1801
|
"left-bottom"
|
|
1802
|
-
], W = () => [...X(), h, u], R = () => ["auto", "hidden", "clip", "visible", "scroll"], te = () => ["auto", "contain", "none"],
|
|
1802
|
+
], W = () => [...X(), h, u], R = () => ["auto", "hidden", "clip", "visible", "scroll"], te = () => ["auto", "contain", "none"], b = () => [h, u, m], H = () => [ve, "full", "auto", ...b()], L = () => [me, "none", "subgrid", h, u], $ = () => ["auto", {
|
|
1803
1803
|
span: ["full", me, h, u]
|
|
1804
|
-
}, me, h, u], V = () => [me, "auto", h, u], oe = () => ["auto", "min", "max", "fr", h, u],
|
|
1804
|
+
}, me, h, u], V = () => [me, "auto", h, u], oe = () => ["auto", "min", "max", "fr", h, u], 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, h, u], y = () => [...X(), it, at, {
|
|
1805
1805
|
position: [h, u]
|
|
1806
1806
|
}], w = () => ["no-repeat", {
|
|
1807
1807
|
repeat: ["", "x", "y", "space", "round"]
|
|
@@ -1822,7 +1822,7 @@ const P = (e) => {
|
|
|
1822
1822
|
A,
|
|
1823
1823
|
h,
|
|
1824
1824
|
u
|
|
1825
|
-
], Y = () => ["none", v, h, u], D = () => ["none", v, h, u], Z = () => [v, h, u], Q = () => [
|
|
1825
|
+
], Y = () => ["none", v, h, u], D = () => ["none", v, h, u], Z = () => [v, h, u], Q = () => [ve, "full", ...b()];
|
|
1826
1826
|
return {
|
|
1827
1827
|
cacheSize: 500,
|
|
1828
1828
|
theme: {
|
|
@@ -1855,7 +1855,7 @@ const P = (e) => {
|
|
|
1855
1855
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
1856
1856
|
*/
|
|
1857
1857
|
aspect: [{
|
|
1858
|
-
aspect: ["auto", "square",
|
|
1858
|
+
aspect: ["auto", "square", ve, u, h, E]
|
|
1859
1859
|
}],
|
|
1860
1860
|
/**
|
|
1861
1861
|
* Container
|
|
@@ -2078,7 +2078,7 @@ const P = (e) => {
|
|
|
2078
2078
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
2079
2079
|
*/
|
|
2080
2080
|
basis: [{
|
|
2081
|
-
basis: [
|
|
2081
|
+
basis: [ve, "full", "auto", p, ...b()]
|
|
2082
2082
|
}],
|
|
2083
2083
|
/**
|
|
2084
2084
|
* Flex Direction
|
|
@@ -2099,7 +2099,7 @@ const P = (e) => {
|
|
|
2099
2099
|
* @see https://tailwindcss.com/docs/flex
|
|
2100
2100
|
*/
|
|
2101
2101
|
flex: [{
|
|
2102
|
-
flex: [v,
|
|
2102
|
+
flex: [v, ve, "auto", "initial", "none", u]
|
|
2103
2103
|
}],
|
|
2104
2104
|
/**
|
|
2105
2105
|
* Flex Grow
|
|
@@ -2204,28 +2204,28 @@ const P = (e) => {
|
|
|
2204
2204
|
* @see https://tailwindcss.com/docs/gap
|
|
2205
2205
|
*/
|
|
2206
2206
|
gap: [{
|
|
2207
|
-
gap:
|
|
2207
|
+
gap: b()
|
|
2208
2208
|
}],
|
|
2209
2209
|
/**
|
|
2210
2210
|
* Gap X
|
|
2211
2211
|
* @see https://tailwindcss.com/docs/gap
|
|
2212
2212
|
*/
|
|
2213
2213
|
"gap-x": [{
|
|
2214
|
-
"gap-x":
|
|
2214
|
+
"gap-x": b()
|
|
2215
2215
|
}],
|
|
2216
2216
|
/**
|
|
2217
2217
|
* Gap Y
|
|
2218
2218
|
* @see https://tailwindcss.com/docs/gap
|
|
2219
2219
|
*/
|
|
2220
2220
|
"gap-y": [{
|
|
2221
|
-
"gap-y":
|
|
2221
|
+
"gap-y": b()
|
|
2222
2222
|
}],
|
|
2223
2223
|
/**
|
|
2224
2224
|
* Justify Content
|
|
2225
2225
|
* @see https://tailwindcss.com/docs/justify-content
|
|
2226
2226
|
*/
|
|
2227
2227
|
"justify-content": [{
|
|
2228
|
-
justify: [...
|
|
2228
|
+
justify: [...g(), "normal"]
|
|
2229
2229
|
}],
|
|
2230
2230
|
/**
|
|
2231
2231
|
* Justify Items
|
|
@@ -2246,7 +2246,7 @@ const P = (e) => {
|
|
|
2246
2246
|
* @see https://tailwindcss.com/docs/align-content
|
|
2247
2247
|
*/
|
|
2248
2248
|
"align-content": [{
|
|
2249
|
-
content: ["normal", ...
|
|
2249
|
+
content: ["normal", ...g()]
|
|
2250
2250
|
}],
|
|
2251
2251
|
/**
|
|
2252
2252
|
* Align Items
|
|
@@ -2271,7 +2271,7 @@ const P = (e) => {
|
|
|
2271
2271
|
* @see https://tailwindcss.com/docs/place-content
|
|
2272
2272
|
*/
|
|
2273
2273
|
"place-content": [{
|
|
2274
|
-
"place-content":
|
|
2274
|
+
"place-content": g()
|
|
2275
2275
|
}],
|
|
2276
2276
|
/**
|
|
2277
2277
|
* Place Items
|
|
@@ -2293,63 +2293,63 @@ const P = (e) => {
|
|
|
2293
2293
|
* @see https://tailwindcss.com/docs/padding
|
|
2294
2294
|
*/
|
|
2295
2295
|
p: [{
|
|
2296
|
-
p:
|
|
2296
|
+
p: b()
|
|
2297
2297
|
}],
|
|
2298
2298
|
/**
|
|
2299
2299
|
* Padding X
|
|
2300
2300
|
* @see https://tailwindcss.com/docs/padding
|
|
2301
2301
|
*/
|
|
2302
2302
|
px: [{
|
|
2303
|
-
px:
|
|
2303
|
+
px: b()
|
|
2304
2304
|
}],
|
|
2305
2305
|
/**
|
|
2306
2306
|
* Padding Y
|
|
2307
2307
|
* @see https://tailwindcss.com/docs/padding
|
|
2308
2308
|
*/
|
|
2309
2309
|
py: [{
|
|
2310
|
-
py:
|
|
2310
|
+
py: b()
|
|
2311
2311
|
}],
|
|
2312
2312
|
/**
|
|
2313
2313
|
* Padding Start
|
|
2314
2314
|
* @see https://tailwindcss.com/docs/padding
|
|
2315
2315
|
*/
|
|
2316
2316
|
ps: [{
|
|
2317
|
-
ps:
|
|
2317
|
+
ps: b()
|
|
2318
2318
|
}],
|
|
2319
2319
|
/**
|
|
2320
2320
|
* Padding End
|
|
2321
2321
|
* @see https://tailwindcss.com/docs/padding
|
|
2322
2322
|
*/
|
|
2323
2323
|
pe: [{
|
|
2324
|
-
pe:
|
|
2324
|
+
pe: b()
|
|
2325
2325
|
}],
|
|
2326
2326
|
/**
|
|
2327
2327
|
* Padding Top
|
|
2328
2328
|
* @see https://tailwindcss.com/docs/padding
|
|
2329
2329
|
*/
|
|
2330
2330
|
pt: [{
|
|
2331
|
-
pt:
|
|
2331
|
+
pt: b()
|
|
2332
2332
|
}],
|
|
2333
2333
|
/**
|
|
2334
2334
|
* Padding Right
|
|
2335
2335
|
* @see https://tailwindcss.com/docs/padding
|
|
2336
2336
|
*/
|
|
2337
2337
|
pr: [{
|
|
2338
|
-
pr:
|
|
2338
|
+
pr: b()
|
|
2339
2339
|
}],
|
|
2340
2340
|
/**
|
|
2341
2341
|
* Padding Bottom
|
|
2342
2342
|
* @see https://tailwindcss.com/docs/padding
|
|
2343
2343
|
*/
|
|
2344
2344
|
pb: [{
|
|
2345
|
-
pb:
|
|
2345
|
+
pb: b()
|
|
2346
2346
|
}],
|
|
2347
2347
|
/**
|
|
2348
2348
|
* Padding Left
|
|
2349
2349
|
* @see https://tailwindcss.com/docs/padding
|
|
2350
2350
|
*/
|
|
2351
2351
|
pl: [{
|
|
2352
|
-
pl:
|
|
2352
|
+
pl: b()
|
|
2353
2353
|
}],
|
|
2354
2354
|
/**
|
|
2355
2355
|
* Margin
|
|
@@ -2419,7 +2419,7 @@ const P = (e) => {
|
|
|
2419
2419
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
2420
2420
|
*/
|
|
2421
2421
|
"space-x": [{
|
|
2422
|
-
"space-x":
|
|
2422
|
+
"space-x": b()
|
|
2423
2423
|
}],
|
|
2424
2424
|
/**
|
|
2425
2425
|
* Space Between X Reverse
|
|
@@ -2431,7 +2431,7 @@ const P = (e) => {
|
|
|
2431
2431
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
2432
2432
|
*/
|
|
2433
2433
|
"space-y": [{
|
|
2434
|
-
"space-y":
|
|
2434
|
+
"space-y": b()
|
|
2435
2435
|
}],
|
|
2436
2436
|
/**
|
|
2437
2437
|
* Space Between Y Reverse
|
|
@@ -2600,7 +2600,7 @@ const P = (e) => {
|
|
|
2600
2600
|
leading: [
|
|
2601
2601
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
2602
2602
|
r,
|
|
2603
|
-
...
|
|
2603
|
+
...b()
|
|
2604
2604
|
]
|
|
2605
2605
|
}],
|
|
2606
2606
|
/**
|
|
@@ -2701,7 +2701,7 @@ const P = (e) => {
|
|
|
2701
2701
|
* @see https://tailwindcss.com/docs/text-indent
|
|
2702
2702
|
*/
|
|
2703
2703
|
indent: [{
|
|
2704
|
-
indent:
|
|
2704
|
+
indent: b()
|
|
2705
2705
|
}],
|
|
2706
2706
|
/**
|
|
2707
2707
|
* Vertical Alignment
|
|
@@ -3665,21 +3665,21 @@ const P = (e) => {
|
|
|
3665
3665
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
3666
3666
|
*/
|
|
3667
3667
|
"border-spacing": [{
|
|
3668
|
-
"border-spacing":
|
|
3668
|
+
"border-spacing": b()
|
|
3669
3669
|
}],
|
|
3670
3670
|
/**
|
|
3671
3671
|
* Border Spacing X
|
|
3672
3672
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
3673
3673
|
*/
|
|
3674
3674
|
"border-spacing-x": [{
|
|
3675
|
-
"border-spacing-x":
|
|
3675
|
+
"border-spacing-x": b()
|
|
3676
3676
|
}],
|
|
3677
3677
|
/**
|
|
3678
3678
|
* Border Spacing Y
|
|
3679
3679
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
3680
3680
|
*/
|
|
3681
3681
|
"border-spacing-y": [{
|
|
3682
|
-
"border-spacing-y":
|
|
3682
|
+
"border-spacing-y": b()
|
|
3683
3683
|
}],
|
|
3684
3684
|
/**
|
|
3685
3685
|
* Table Layout
|
|
@@ -3971,126 +3971,126 @@ const P = (e) => {
|
|
|
3971
3971
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3972
3972
|
*/
|
|
3973
3973
|
"scroll-m": [{
|
|
3974
|
-
"scroll-m":
|
|
3974
|
+
"scroll-m": b()
|
|
3975
3975
|
}],
|
|
3976
3976
|
/**
|
|
3977
3977
|
* Scroll Margin X
|
|
3978
3978
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3979
3979
|
*/
|
|
3980
3980
|
"scroll-mx": [{
|
|
3981
|
-
"scroll-mx":
|
|
3981
|
+
"scroll-mx": b()
|
|
3982
3982
|
}],
|
|
3983
3983
|
/**
|
|
3984
3984
|
* Scroll Margin Y
|
|
3985
3985
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3986
3986
|
*/
|
|
3987
3987
|
"scroll-my": [{
|
|
3988
|
-
"scroll-my":
|
|
3988
|
+
"scroll-my": b()
|
|
3989
3989
|
}],
|
|
3990
3990
|
/**
|
|
3991
3991
|
* Scroll Margin Start
|
|
3992
3992
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3993
3993
|
*/
|
|
3994
3994
|
"scroll-ms": [{
|
|
3995
|
-
"scroll-ms":
|
|
3995
|
+
"scroll-ms": b()
|
|
3996
3996
|
}],
|
|
3997
3997
|
/**
|
|
3998
3998
|
* Scroll Margin End
|
|
3999
3999
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4000
4000
|
*/
|
|
4001
4001
|
"scroll-me": [{
|
|
4002
|
-
"scroll-me":
|
|
4002
|
+
"scroll-me": b()
|
|
4003
4003
|
}],
|
|
4004
4004
|
/**
|
|
4005
4005
|
* Scroll Margin Top
|
|
4006
4006
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4007
4007
|
*/
|
|
4008
4008
|
"scroll-mt": [{
|
|
4009
|
-
"scroll-mt":
|
|
4009
|
+
"scroll-mt": b()
|
|
4010
4010
|
}],
|
|
4011
4011
|
/**
|
|
4012
4012
|
* Scroll Margin Right
|
|
4013
4013
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4014
4014
|
*/
|
|
4015
4015
|
"scroll-mr": [{
|
|
4016
|
-
"scroll-mr":
|
|
4016
|
+
"scroll-mr": b()
|
|
4017
4017
|
}],
|
|
4018
4018
|
/**
|
|
4019
4019
|
* Scroll Margin Bottom
|
|
4020
4020
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4021
4021
|
*/
|
|
4022
4022
|
"scroll-mb": [{
|
|
4023
|
-
"scroll-mb":
|
|
4023
|
+
"scroll-mb": b()
|
|
4024
4024
|
}],
|
|
4025
4025
|
/**
|
|
4026
4026
|
* Scroll Margin Left
|
|
4027
4027
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4028
4028
|
*/
|
|
4029
4029
|
"scroll-ml": [{
|
|
4030
|
-
"scroll-ml":
|
|
4030
|
+
"scroll-ml": b()
|
|
4031
4031
|
}],
|
|
4032
4032
|
/**
|
|
4033
4033
|
* Scroll Padding
|
|
4034
4034
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4035
4035
|
*/
|
|
4036
4036
|
"scroll-p": [{
|
|
4037
|
-
"scroll-p":
|
|
4037
|
+
"scroll-p": b()
|
|
4038
4038
|
}],
|
|
4039
4039
|
/**
|
|
4040
4040
|
* Scroll Padding X
|
|
4041
4041
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4042
4042
|
*/
|
|
4043
4043
|
"scroll-px": [{
|
|
4044
|
-
"scroll-px":
|
|
4044
|
+
"scroll-px": b()
|
|
4045
4045
|
}],
|
|
4046
4046
|
/**
|
|
4047
4047
|
* Scroll Padding Y
|
|
4048
4048
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4049
4049
|
*/
|
|
4050
4050
|
"scroll-py": [{
|
|
4051
|
-
"scroll-py":
|
|
4051
|
+
"scroll-py": b()
|
|
4052
4052
|
}],
|
|
4053
4053
|
/**
|
|
4054
4054
|
* Scroll Padding Start
|
|
4055
4055
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4056
4056
|
*/
|
|
4057
4057
|
"scroll-ps": [{
|
|
4058
|
-
"scroll-ps":
|
|
4058
|
+
"scroll-ps": b()
|
|
4059
4059
|
}],
|
|
4060
4060
|
/**
|
|
4061
4061
|
* Scroll Padding End
|
|
4062
4062
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4063
4063
|
*/
|
|
4064
4064
|
"scroll-pe": [{
|
|
4065
|
-
"scroll-pe":
|
|
4065
|
+
"scroll-pe": b()
|
|
4066
4066
|
}],
|
|
4067
4067
|
/**
|
|
4068
4068
|
* Scroll Padding Top
|
|
4069
4069
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4070
4070
|
*/
|
|
4071
4071
|
"scroll-pt": [{
|
|
4072
|
-
"scroll-pt":
|
|
4072
|
+
"scroll-pt": b()
|
|
4073
4073
|
}],
|
|
4074
4074
|
/**
|
|
4075
4075
|
* Scroll Padding Right
|
|
4076
4076
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4077
4077
|
*/
|
|
4078
4078
|
"scroll-pr": [{
|
|
4079
|
-
"scroll-pr":
|
|
4079
|
+
"scroll-pr": b()
|
|
4080
4080
|
}],
|
|
4081
4081
|
/**
|
|
4082
4082
|
* Scroll Padding Bottom
|
|
4083
4083
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4084
4084
|
*/
|
|
4085
4085
|
"scroll-pb": [{
|
|
4086
|
-
"scroll-pb":
|
|
4086
|
+
"scroll-pb": b()
|
|
4087
4087
|
}],
|
|
4088
4088
|
/**
|
|
4089
4089
|
* Scroll Padding Left
|
|
4090
4090
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4091
4091
|
*/
|
|
4092
4092
|
"scroll-pl": [{
|
|
4093
|
-
"scroll-pl":
|
|
4093
|
+
"scroll-pl": b()
|
|
4094
4094
|
}],
|
|
4095
4095
|
/**
|
|
4096
4096
|
* Scroll Snap Align
|
|
@@ -4251,7 +4251,7 @@ const P = (e) => {
|
|
|
4251
4251
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
4252
4252
|
};
|
|
4253
4253
|
}, ss = /* @__PURE__ */ jr(rs);
|
|
4254
|
-
function
|
|
4254
|
+
function ye(...e) {
|
|
4255
4255
|
return ss(Cr(e));
|
|
4256
4256
|
}
|
|
4257
4257
|
function as({ className: e, ...t }) {
|
|
@@ -4264,7 +4264,7 @@ function as({ className: e, ...t }) {
|
|
|
4264
4264
|
"table",
|
|
4265
4265
|
{
|
|
4266
4266
|
"data-slot": "table",
|
|
4267
|
-
className:
|
|
4267
|
+
className: ye("w-full caption-bottom", e),
|
|
4268
4268
|
...t
|
|
4269
4269
|
}
|
|
4270
4270
|
)
|
|
@@ -4276,7 +4276,7 @@ function is({ className: e, ...t }) {
|
|
|
4276
4276
|
"thead",
|
|
4277
4277
|
{
|
|
4278
4278
|
"data-slot": "table-header",
|
|
4279
|
-
className:
|
|
4279
|
+
className: ye("[&_tr]:border-b", e),
|
|
4280
4280
|
...t
|
|
4281
4281
|
}
|
|
4282
4282
|
);
|
|
@@ -4286,7 +4286,7 @@ function ls({ className: e, ...t }) {
|
|
|
4286
4286
|
"tbody",
|
|
4287
4287
|
{
|
|
4288
4288
|
"data-slot": "table-body",
|
|
4289
|
-
className:
|
|
4289
|
+
className: ye("[&_tr:last-child]:border-0", e),
|
|
4290
4290
|
...t
|
|
4291
4291
|
}
|
|
4292
4292
|
);
|
|
@@ -4296,7 +4296,7 @@ function cs({ className: e, ...t }) {
|
|
|
4296
4296
|
"tr",
|
|
4297
4297
|
{
|
|
4298
4298
|
"data-slot": "table-row",
|
|
4299
|
-
className:
|
|
4299
|
+
className: ye(
|
|
4300
4300
|
"hover:bg-muted/50 data-[state=selected]:bg-muted border-b transition-colors",
|
|
4301
4301
|
e
|
|
4302
4302
|
),
|
|
@@ -4309,7 +4309,7 @@ function ds({ className: e, ...t }) {
|
|
|
4309
4309
|
"th",
|
|
4310
4310
|
{
|
|
4311
4311
|
"data-slot": "table-head",
|
|
4312
|
-
className:
|
|
4312
|
+
className: ye(
|
|
4313
4313
|
"text-left align-middle font-medium whitespace-nowrap",
|
|
4314
4314
|
e
|
|
4315
4315
|
),
|
|
@@ -4321,7 +4321,7 @@ function ms({ className: e, ...t }) {
|
|
|
4321
4321
|
return /* @__PURE__ */ i(
|
|
4322
4322
|
"td",
|
|
4323
4323
|
{
|
|
4324
|
-
className:
|
|
4324
|
+
className: ye("whitespace-nowrap ", e),
|
|
4325
4325
|
...t
|
|
4326
4326
|
}
|
|
4327
4327
|
);
|
|
@@ -4334,7 +4334,7 @@ function us({
|
|
|
4334
4334
|
"caption",
|
|
4335
4335
|
{
|
|
4336
4336
|
"data-slot": "table-caption",
|
|
4337
|
-
className:
|
|
4337
|
+
className: ye("text-muted-foreground mt-4 text-sm", e),
|
|
4338
4338
|
...t
|
|
4339
4339
|
}
|
|
4340
4340
|
);
|
|
@@ -4343,7 +4343,7 @@ const Es = (e) => /* @__PURE__ */ i(
|
|
|
4343
4343
|
as,
|
|
4344
4344
|
{
|
|
4345
4345
|
...e,
|
|
4346
|
-
className: x(e.className, "custom-table")
|
|
4346
|
+
className: x(e.className, "custom-table", fe.table)
|
|
4347
4347
|
}
|
|
4348
4348
|
), js = (e) => /* @__PURE__ */ i(
|
|
4349
4349
|
ls,
|
|
@@ -4388,11 +4388,11 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4388
4388
|
...a
|
|
4389
4389
|
}) => {
|
|
4390
4390
|
const r = x(
|
|
4391
|
-
|
|
4391
|
+
fe.th,
|
|
4392
4392
|
t,
|
|
4393
4393
|
{
|
|
4394
|
-
[
|
|
4395
|
-
[
|
|
4394
|
+
[fe.primary]: e === "primary",
|
|
4395
|
+
[fe.secondary]: e === "secondary"
|
|
4396
4396
|
},
|
|
4397
4397
|
"custom-table-header"
|
|
4398
4398
|
);
|
|
@@ -4413,7 +4413,7 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4413
4413
|
e.className,
|
|
4414
4414
|
"custom-table-row",
|
|
4415
4415
|
"align-top",
|
|
4416
|
-
|
|
4416
|
+
fe.bottomBorder
|
|
4417
4417
|
)
|
|
4418
4418
|
}
|
|
4419
4419
|
), ps = "_tooltipWrapper_k0y48_29", fs = "_underline_k0y48_34", _s = "_tooltip_k0y48_29", He = {
|
|
@@ -4441,7 +4441,7 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4441
4441
|
className: p,
|
|
4442
4442
|
tooltipClassName: m
|
|
4443
4443
|
}) => {
|
|
4444
|
-
const [_, k] =
|
|
4444
|
+
const [_, k] = _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, p), R = x(
|
|
4445
4445
|
He.tooltip,
|
|
4446
4446
|
X,
|
|
4447
4447
|
m
|
|
@@ -4497,9 +4497,9 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4497
4497
|
]
|
|
4498
4498
|
}
|
|
4499
4499
|
);
|
|
4500
|
-
},
|
|
4501
|
-
topBar:
|
|
4502
|
-
section:
|
|
4500
|
+
}, 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 = {
|
|
4501
|
+
topBar: gs,
|
|
4502
|
+
section: bs,
|
|
4503
4503
|
scretched: ys,
|
|
4504
4504
|
active: ws,
|
|
4505
4505
|
sm: vs,
|
|
@@ -4512,13 +4512,13 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4512
4512
|
}) => {
|
|
4513
4513
|
var a;
|
|
4514
4514
|
return /* @__PURE__ */ N("div", { children: [
|
|
4515
|
-
/* @__PURE__ */ i("div", { className:
|
|
4515
|
+
/* @__PURE__ */ i("div", { className: xe.topBar, children: e.map((r) => /* @__PURE__ */ N(
|
|
4516
4516
|
"div",
|
|
4517
4517
|
{
|
|
4518
4518
|
className: x(
|
|
4519
|
-
|
|
4520
|
-
o &&
|
|
4521
|
-
t === r.id &&
|
|
4519
|
+
xe.section,
|
|
4520
|
+
o && xe.scretched,
|
|
4521
|
+
t === r.id && xe.active
|
|
4522
4522
|
),
|
|
4523
4523
|
onClick: () => n(r.id),
|
|
4524
4524
|
children: [
|
|
@@ -4526,7 +4526,7 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4526
4526
|
F,
|
|
4527
4527
|
{
|
|
4528
4528
|
variant: "heading-xs",
|
|
4529
|
-
className:
|
|
4529
|
+
className: xe.sm,
|
|
4530
4530
|
children: r.title
|
|
4531
4531
|
}
|
|
4532
4532
|
),
|
|
@@ -4534,7 +4534,7 @@ const Gs = (e) => /* @__PURE__ */ i(
|
|
|
4534
4534
|
F,
|
|
4535
4535
|
{
|
|
4536
4536
|
variant: "heading-md",
|
|
4537
|
-
className:
|
|
4537
|
+
className: xe.md,
|
|
4538
4538
|
children: r.title
|
|
4539
4539
|
}
|
|
4540
4540
|
)
|