@arkyn/components 1.3.79 → 1.3.80
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/bundle.js +173 -168
- package/dist/bundle.umd.cjs +1 -1
- package/dist/components/Table/TableBody/index.d.ts.map +1 -1
- package/dist/components/Table/TableBody/index.js +4 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Table/TableBody/index.tsx +22 -2
- package/src/components/Table/TableBody/styles.css +19 -0
package/dist/bundle.js
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
import p, { createContext as Ce, useContext as ye, useRef as Se, useId as
|
2
|
-
import { Info as ot, AlertTriangle as
|
3
|
-
import { useActionData as Pt, useLocation as It, Link as
|
4
|
-
import { InputMask as
|
1
|
+
import p, { createContext as Ce, useContext as ye, Children as tn, useRef as Se, useId as nn, useState as oe, useEffect as Ze, forwardRef as an } from "react";
|
2
|
+
import { Info as ot, AlertTriangle as rn, XCircle as St, CheckCircle2 as Tt, Loader2 as $e, Check as Rt, ChevronDown as sn, ChevronRight as it, ChevronLeft as on, Ellipsis as xt, X as $t, AlertCircle as ln } from "lucide-react";
|
3
|
+
import { useActionData as Pt, useLocation as It, Link as cn, useNavigate as un } from "@remix-run/react";
|
4
|
+
import { InputMask as dn } from "@react-input/mask";
|
5
5
|
import { AnimatePresence as _t, motion as Ve } from "framer-motion";
|
6
|
-
import
|
6
|
+
import fn from "react-dom";
|
7
7
|
var lt = { exports: {} }, Le = {};
|
8
8
|
/**
|
9
9
|
* @license React
|
@@ -15,7 +15,7 @@ var lt = { exports: {} }, Le = {};
|
|
15
15
|
* LICENSE file in the root directory of this source tree.
|
16
16
|
*/
|
17
17
|
var wt;
|
18
|
-
function
|
18
|
+
function mn() {
|
19
19
|
if (wt) return Le;
|
20
20
|
wt = 1;
|
21
21
|
var e = p, t = Symbol.for("react.element"), a = Symbol.for("react.fragment"), s = Object.prototype.hasOwnProperty, i = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, l = { key: !0, ref: !0, __self: !0, __source: !0 };
|
@@ -39,7 +39,7 @@ var Ae = {};
|
|
39
39
|
* LICENSE file in the root directory of this source tree.
|
40
40
|
*/
|
41
41
|
var Ct;
|
42
|
-
function
|
42
|
+
function hn() {
|
43
43
|
return Ct || (Ct = 1, process.env.NODE_ENV !== "production" && function() {
|
44
44
|
var e = p, t = Symbol.for("react.element"), a = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), c = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), y = Symbol.for("react.memo"), o = Symbol.for("react.lazy"), b = Symbol.for("react.offscreen"), N = Symbol.iterator, w = "@@iterator";
|
45
45
|
function C(n) {
|
@@ -640,38 +640,38 @@ React keys must be passed directly to JSX without using spread:
|
|
640
640
|
Ae.Fragment = s, Ae.jsx = qt, Ae.jsxs = Zt;
|
641
641
|
}()), Ae;
|
642
642
|
}
|
643
|
-
process.env.NODE_ENV === "production" ? lt.exports =
|
643
|
+
process.env.NODE_ENV === "production" ? lt.exports = mn() : lt.exports = hn();
|
644
644
|
var r = lt.exports;
|
645
645
|
const Ft = Ce({});
|
646
|
-
function
|
646
|
+
function pn() {
|
647
647
|
return ye(Ft);
|
648
648
|
}
|
649
|
-
function
|
649
|
+
function ma(e) {
|
650
650
|
const { schema: t, className: a, ...s } = e, i = `arkynAlertContainer ${t} ${a}`;
|
651
651
|
return /* @__PURE__ */ r.jsx(Ft.Provider, { value: e, children: /* @__PURE__ */ r.jsx("div", { className: i.trim(), ...s }) });
|
652
652
|
}
|
653
|
-
function
|
653
|
+
function ha(e) {
|
654
654
|
const { className: t, ...a } = e, s = `arkynAlertContent ${t}`;
|
655
655
|
return /* @__PURE__ */ r.jsx("div", { className: s.trim(), ...a });
|
656
656
|
}
|
657
|
-
function
|
657
|
+
function pa(e) {
|
658
658
|
const { className: t, ...a } = e, s = `arkynAlertDescription ${t}`;
|
659
659
|
return /* @__PURE__ */ r.jsx("div", { className: s.trim(), ...a });
|
660
660
|
}
|
661
|
-
function
|
662
|
-
const { className: t, ...a } = e, { schema: s } =
|
661
|
+
function ga(e) {
|
662
|
+
const { className: t, ...a } = e, { schema: s } = pn(), i = `arkynAlertIcon ${s} ${t}`;
|
663
663
|
switch (s) {
|
664
664
|
case "success":
|
665
665
|
return /* @__PURE__ */ r.jsx(Tt, { className: i, ...a });
|
666
666
|
case "danger":
|
667
667
|
return /* @__PURE__ */ r.jsx(St, { className: i, ...a });
|
668
668
|
case "warning":
|
669
|
-
return /* @__PURE__ */ r.jsx(
|
669
|
+
return /* @__PURE__ */ r.jsx(rn, { className: i, ...a });
|
670
670
|
case "info":
|
671
671
|
return /* @__PURE__ */ r.jsx(ot, { className: i, ...a });
|
672
672
|
}
|
673
673
|
}
|
674
|
-
function
|
674
|
+
function va(e) {
|
675
675
|
const { className: t, ...a } = e, s = `arkynAlertTitle ${t}`;
|
676
676
|
return /* @__PURE__ */ r.jsx("div", { className: s.trim(), ...a });
|
677
677
|
}
|
@@ -681,19 +681,19 @@ function Qe(e, t) {
|
|
681
681
|
function Ot(e, t) {
|
682
682
|
return [...new Array(t - e)].map((a, s) => e + s + 1).filter((a) => a > 0);
|
683
683
|
}
|
684
|
-
function
|
684
|
+
function gn(e, t, a) {
|
685
685
|
return e >= a ? [] : Ot(e, e + t);
|
686
686
|
}
|
687
|
-
function
|
687
|
+
function vn(e, t) {
|
688
688
|
return e <= 1 ? [] : Ot(e - 1 - t, e - 1);
|
689
689
|
}
|
690
|
-
function
|
690
|
+
function bn(e, t, a) {
|
691
691
|
if (!e) return /* @__PURE__ */ r.jsx(r.Fragment, {});
|
692
692
|
if (typeof e == "string") return /* @__PURE__ */ r.jsx("p", { className: a, children: e });
|
693
693
|
const s = e;
|
694
694
|
return /* @__PURE__ */ r.jsx("p", { className: a, children: /* @__PURE__ */ r.jsx(s, { color: "var(--secondary-600)", size: t, strokeWidth: 2.5 }) });
|
695
695
|
}
|
696
|
-
function
|
696
|
+
function ba(e) {
|
697
697
|
const {
|
698
698
|
variant: t = "ghost",
|
699
699
|
scheme: a = "primary",
|
@@ -710,11 +710,11 @@ function va(e) {
|
|
710
710
|
Qe(m, i)
|
711
711
|
] });
|
712
712
|
}
|
713
|
-
function
|
713
|
+
function ya(e) {
|
714
714
|
const { className: t, ...a } = e, s = `arkynCard ${t}`;
|
715
715
|
return /* @__PURE__ */ r.jsx("div", { className: s.trim(), ...a });
|
716
716
|
}
|
717
|
-
function
|
717
|
+
function xa(e) {
|
718
718
|
const {
|
719
719
|
className: t,
|
720
720
|
orientation: a = "horizontal",
|
@@ -722,37 +722,42 @@ function ya(e) {
|
|
722
722
|
} = e, i = `arkynDivider ${a} ${t}`;
|
723
723
|
return /* @__PURE__ */ r.jsx("div", { className: i.trim(), ...s });
|
724
724
|
}
|
725
|
-
function
|
725
|
+
function wa(e) {
|
726
726
|
const { className: t, ...a } = e, s = `arkynSkeleton ${t}`;
|
727
727
|
return /* @__PURE__ */ r.jsx("aside", { className: s.trim(), ...a });
|
728
728
|
}
|
729
|
-
function wa(e) {
|
730
|
-
const { className: t, ...a } = e, s = `arkynTableBody ${t}`;
|
731
|
-
return /* @__PURE__ */ r.jsx("tbody", { className: s.trim(), ...a });
|
732
|
-
}
|
733
729
|
function Ca(e) {
|
730
|
+
const {
|
731
|
+
emptyMessage: t = "Nenhum dado adicionado.",
|
732
|
+
className: a,
|
733
|
+
children: s,
|
734
|
+
...i
|
735
|
+
} = e, l = `arkynTableBody ${a}`, d = tn.count(s) === 0;
|
736
|
+
return /* @__PURE__ */ r.jsx("tbody", { className: l.trim(), ...i, children: d ? /* @__PURE__ */ r.jsx("tr", { className: "arkynTableBodyEmptyLine", children: /* @__PURE__ */ r.jsx("td", { colSpan: 100, children: /* @__PURE__ */ r.jsx("div", { children: t }) }) }) : s });
|
737
|
+
}
|
738
|
+
function ka(e) {
|
734
739
|
const { className: t, children: a, ...s } = e, i = `arkynTableCaption ${t}`;
|
735
740
|
return /* @__PURE__ */ r.jsx("caption", { className: i.trim(), ...s, children: /* @__PURE__ */ r.jsx("div", { className: "arkynTableCaptionContent", children: a }) });
|
736
741
|
}
|
737
|
-
function
|
742
|
+
function Na(e) {
|
738
743
|
const { children: t, className: a, ...s } = e, i = `arkynTableContainer ${a}`;
|
739
744
|
return /* @__PURE__ */ r.jsx("div", { className: i.trim(), ...s, children: /* @__PURE__ */ r.jsx("table", { children: t }) });
|
740
745
|
}
|
741
|
-
function
|
746
|
+
function ja(e) {
|
742
747
|
const { className: t, children: a, ...s } = e, i = `arkynTableFooter ${t}`;
|
743
748
|
return /* @__PURE__ */ r.jsxs("tfoot", { className: i.trim(), ...s, children: [
|
744
749
|
/* @__PURE__ */ r.jsx("tr", { className: "spacingRow" }),
|
745
750
|
/* @__PURE__ */ r.jsx("tr", { children: /* @__PURE__ */ r.jsx("th", { colSpan: 100, children: /* @__PURE__ */ r.jsx("div", { className: "arkynTableFooterContent", children: a }) }) })
|
746
751
|
] });
|
747
752
|
}
|
748
|
-
function
|
753
|
+
function Ea(e) {
|
749
754
|
const { className: t, children: a, ...s } = e, i = `arkynTableHeader ${t}`;
|
750
755
|
return /* @__PURE__ */ r.jsxs("thead", { className: i.trim(), ...s, children: [
|
751
756
|
/* @__PURE__ */ r.jsx("tr", { children: a }),
|
752
757
|
/* @__PURE__ */ r.jsx("tr", { className: "spacingRow" })
|
753
758
|
] });
|
754
759
|
}
|
755
|
-
function
|
760
|
+
function Sa(e) {
|
756
761
|
const {
|
757
762
|
isLoading: t = !1,
|
758
763
|
scheme: a = "primary",
|
@@ -779,15 +784,15 @@ function Ea(e) {
|
|
779
784
|
] });
|
780
785
|
}
|
781
786
|
const Bt = Ce({});
|
782
|
-
function
|
787
|
+
function Ta(e) {
|
783
788
|
var m, y;
|
784
|
-
const t = Pt(), { children: a, className: s, ...i } = e, l = Se(null), d = ((m = l.current) == null ? void 0 : m.name) || "", c = ((y = t == null ? void 0 : t.fieldErrors) == null ? void 0 : y[d]) || null, u =
|
789
|
+
const t = Pt(), { children: a, className: s, ...i } = e, l = Se(null), d = ((m = l.current) == null ? void 0 : m.name) || "", c = ((y = t == null ? void 0 : t.fieldErrors) == null ? void 0 : y[d]) || null, u = nn(), h = `arkynFormController ${s}`;
|
785
790
|
return /* @__PURE__ */ r.jsx(Bt.Provider, { value: { error: c, id: u, inputRef: l }, children: /* @__PURE__ */ r.jsx("section", { className: h.trim(), ...i, children: a }) });
|
786
791
|
}
|
787
792
|
function ve() {
|
788
793
|
return ye(Bt);
|
789
794
|
}
|
790
|
-
function
|
795
|
+
function Ra(e) {
|
791
796
|
const {
|
792
797
|
name: t,
|
793
798
|
className: a = "",
|
@@ -826,11 +831,11 @@ function Ta(e) {
|
|
826
831
|
}
|
827
832
|
);
|
828
833
|
}
|
829
|
-
function
|
834
|
+
function $a(e) {
|
830
835
|
const { children: t, className: a, ...s } = e, i = `arkynFormError ${a}`, { error: l } = ve();
|
831
836
|
return t ? /* @__PURE__ */ r.jsx("strong", { className: i.trim(), ...s, children: t }) : l ? /* @__PURE__ */ r.jsx("strong", { className: i.trim(), ...s, children: l }) : /* @__PURE__ */ r.jsx(r.Fragment, {});
|
832
837
|
}
|
833
|
-
function
|
838
|
+
function Pa(e) {
|
834
839
|
const {
|
835
840
|
showAsterisk: t = !1,
|
836
841
|
className: a = "",
|
@@ -838,7 +843,7 @@ function $a(e) {
|
|
838
843
|
} = e, { id: i } = ve(), d = `arkynFormLabel ${t ? "asteriskTrue" : "asteriskFalse"} ${a}`;
|
839
844
|
return /* @__PURE__ */ r.jsx("label", { className: d.trim(), htmlFor: i, ...s });
|
840
845
|
}
|
841
|
-
function
|
846
|
+
function Ia(e) {
|
842
847
|
const {
|
843
848
|
isLoading: t = !1,
|
844
849
|
scheme: a = "primary",
|
@@ -884,7 +889,7 @@ const mt = {
|
|
884
889
|
CPF: "999.999.999-999",
|
885
890
|
CNPJ: "99.999.999/9999-99"
|
886
891
|
}, Mt = ft(mt.CNPJ).length;
|
887
|
-
function
|
892
|
+
function yn(e, t) {
|
888
893
|
const {
|
889
894
|
isLoading: a,
|
890
895
|
isError: s,
|
@@ -933,7 +938,7 @@ function bn(e, t) {
|
|
933
938
|
...O
|
934
939
|
};
|
935
940
|
}
|
936
|
-
function
|
941
|
+
function xn(e) {
|
937
942
|
const [t, a] = oe(!1), s = Se(null), { inputRef: i, id: l, error: d } = ve(), c = i || s, u = e.isError || !!d, {
|
938
943
|
disabled: h,
|
939
944
|
title: m,
|
@@ -954,7 +959,7 @@ function yn(e) {
|
|
954
959
|
value: W,
|
955
960
|
defaultValue: J,
|
956
961
|
...B
|
957
|
-
} =
|
962
|
+
} = yn({ ...e, id: l, isError: u }, t), [te, E] = oe(J), U = x && !v, M = V && !v, K = C === "left" && v, Q = C === "right" && v;
|
958
963
|
function $() {
|
959
964
|
h || !(c != null && c.current) || (a(!0), c.current.focus());
|
960
965
|
}
|
@@ -1000,21 +1005,21 @@ function yn(e) {
|
|
1000
1005
|
}
|
1001
1006
|
);
|
1002
1007
|
}
|
1003
|
-
const
|
1008
|
+
const wn = 3, Cn = (e = "pt-BR", t, a = "BRL", s = !0) => new Intl.NumberFormat(e, {
|
1004
1009
|
style: "currency",
|
1005
1010
|
currency: a,
|
1006
1011
|
currencyDisplay: "symbol",
|
1007
1012
|
minimumFractionDigits: 2,
|
1008
1013
|
maximumFractionDigits: 2
|
1009
|
-
}).format(t).slice(s ?
|
1014
|
+
}).format(t).slice(s ? wn : 0), Je = 2, kt = (e) => typeof e == "number" ? e : Number(e.toString().replace(/[^0-9-]/g, "")), ct = (e) => {
|
1010
1015
|
let t = e;
|
1011
1016
|
return typeof e == "string" ? (t = kt(e), t % 1 !== 0 && (t = t.toFixed(Je))) : t = Number.isInteger(e) ? Number(e) * 10 ** Je : e.toFixed(Je), kt(t) / 10 ** Je;
|
1012
1017
|
}, Nt = (e, t, a) => {
|
1013
1018
|
if (!t) return [0, ""];
|
1014
|
-
const s = ct(t), i =
|
1019
|
+
const s = ct(t), i = Cn(e, s, a);
|
1015
1020
|
return [s, i];
|
1016
1021
|
};
|
1017
|
-
function
|
1022
|
+
function kn(e, t) {
|
1018
1023
|
const {
|
1019
1024
|
isLoading: a,
|
1020
1025
|
isError: s,
|
@@ -1060,7 +1065,7 @@ function Cn(e, t) {
|
|
1060
1065
|
..._
|
1061
1066
|
};
|
1062
1067
|
}
|
1063
|
-
function
|
1068
|
+
function Nn(e) {
|
1064
1069
|
const [t, a] = oe(!1), [s, i] = oe("0"), l = Se(null), { inputRef: d, id: c, error: u } = ve(), h = d || l, m = e.isError || !!u, {
|
1065
1070
|
disabled: y,
|
1066
1071
|
title: o,
|
@@ -1086,7 +1091,7 @@ function kn(e) {
|
|
1086
1091
|
name: K,
|
1087
1092
|
defaultValue: Q,
|
1088
1093
|
...$
|
1089
|
-
} =
|
1094
|
+
} = kn({ ...e, id: c, isError: m }, t), q = _ && !O, ie = H && !O, I = x === "left" && O, T = x === "right" && O;
|
1090
1095
|
function j() {
|
1091
1096
|
y || !(h != null && h.current) || (a(!0), h.current.focus());
|
1092
1097
|
}
|
@@ -1144,7 +1149,7 @@ function kn(e) {
|
|
1144
1149
|
}
|
1145
1150
|
);
|
1146
1151
|
}
|
1147
|
-
function
|
1152
|
+
function jn(e, t) {
|
1148
1153
|
const {
|
1149
1154
|
isLoading: a,
|
1150
1155
|
isError: s,
|
@@ -1187,8 +1192,8 @@ function Nn(e, t) {
|
|
1187
1192
|
..._
|
1188
1193
|
};
|
1189
1194
|
}
|
1190
|
-
const
|
1191
|
-
function
|
1195
|
+
const En = an((e, t) => /* @__PURE__ */ r.jsx("input", { ref: t, ...e }));
|
1196
|
+
function Sn(e) {
|
1192
1197
|
const [t, a] = oe(!1), s = Se(null), { inputRef: i, id: l, error: d } = ve(), c = i || s, u = e.isError || !!d, {
|
1193
1198
|
disabled: h,
|
1194
1199
|
title: m,
|
@@ -1206,7 +1211,7 @@ function En(e) {
|
|
1206
1211
|
RightIcon: V,
|
1207
1212
|
Spinner: D,
|
1208
1213
|
...H
|
1209
|
-
} =
|
1214
|
+
} = jn({ ...e, id: l, isError: u }, t), W = x && !v, J = V && !v, B = C === "left" && v, te = C === "right" && v;
|
1210
1215
|
function E() {
|
1211
1216
|
h || !(c != null && c.current) || (a(!0), c.current.focus());
|
1212
1217
|
}
|
@@ -1228,9 +1233,9 @@ function En(e) {
|
|
1228
1233
|
B && D,
|
1229
1234
|
W && /* @__PURE__ */ r.jsx(x, { size: w, strokeWidth: 2.5 }),
|
1230
1235
|
/* @__PURE__ */ r.jsx(
|
1231
|
-
|
1236
|
+
dn,
|
1232
1237
|
{
|
1233
|
-
component:
|
1238
|
+
component: En,
|
1234
1239
|
ref: c,
|
1235
1240
|
onFocus: U,
|
1236
1241
|
onBlur: M,
|
@@ -1245,7 +1250,7 @@ function En(e) {
|
|
1245
1250
|
}
|
1246
1251
|
);
|
1247
1252
|
}
|
1248
|
-
function
|
1253
|
+
function Tn(e, t) {
|
1249
1254
|
const {
|
1250
1255
|
isLoading: a,
|
1251
1256
|
isError: s,
|
@@ -1285,7 +1290,7 @@ function Sn(e, t) {
|
|
1285
1290
|
...x
|
1286
1291
|
};
|
1287
1292
|
}
|
1288
|
-
function
|
1293
|
+
function Rn(e) {
|
1289
1294
|
const [t, a] = oe(!1), s = Se(null), { inputRef: i, id: l, error: d } = ve(), c = i || s, u = e.isError || !!d, {
|
1290
1295
|
disabled: h,
|
1291
1296
|
title: m,
|
@@ -1304,7 +1309,7 @@ function Tn(e) {
|
|
1304
1309
|
type: D,
|
1305
1310
|
Spinner: H,
|
1306
1311
|
...W
|
1307
|
-
} =
|
1312
|
+
} = Tn({ ...e, id: l, isError: u }, t), J = x && !v, B = V && !v, te = C === "left" && v, E = C === "right" && v;
|
1308
1313
|
function U() {
|
1309
1314
|
h || !(c != null && c.current) || (a(!0), c.current.focus());
|
1310
1315
|
}
|
@@ -1353,14 +1358,14 @@ function Tn(e) {
|
|
1353
1358
|
}
|
1354
1359
|
);
|
1355
1360
|
}
|
1356
|
-
function
|
1357
|
-
return e.type === "currency" ? /* @__PURE__ */ r.jsx(
|
1361
|
+
function _a(e) {
|
1362
|
+
return e.type === "currency" ? /* @__PURE__ */ r.jsx(Nn, { ...e }) : e.type === "masked" ? /* @__PURE__ */ r.jsx(Sn, { ...e }) : e.type === "cpf-cnpj" ? /* @__PURE__ */ r.jsx(xn, { ...e }) : /* @__PURE__ */ r.jsx(Rn, { ...e });
|
1358
1363
|
}
|
1359
1364
|
const Lt = Ce({});
|
1360
|
-
function
|
1365
|
+
function $n() {
|
1361
1366
|
return ye(Lt);
|
1362
1367
|
}
|
1363
|
-
function
|
1368
|
+
function Fa(e) {
|
1364
1369
|
const {
|
1365
1370
|
defaultValue: t,
|
1366
1371
|
name: a,
|
@@ -1396,7 +1401,7 @@ function _a(e) {
|
|
1396
1401
|
}
|
1397
1402
|
);
|
1398
1403
|
}
|
1399
|
-
function
|
1404
|
+
function Oa(e) {
|
1400
1405
|
const {
|
1401
1406
|
value: t,
|
1402
1407
|
size: a,
|
@@ -1404,7 +1409,7 @@ function Fa(e) {
|
|
1404
1409
|
children: i,
|
1405
1410
|
className: l = "",
|
1406
1411
|
...d
|
1407
|
-
} = e, { onChange: c, size: u, value: h } =
|
1412
|
+
} = e, { onChange: c, size: u, value: h } = $n(), { error: m } = ve(), w = `arkynRadioBox ${a || u} ${h === t ? "checkedTrue" : "checkedFalse"} ${m ? "errorTrue" : "errorFalse"} ${s ? "disabledTrue" : "disabledFalse"} ${l}`;
|
1408
1413
|
return /* @__PURE__ */ r.jsxs("label", { className: w.trim(), children: [
|
1409
1414
|
/* @__PURE__ */ r.jsx(
|
1410
1415
|
"button",
|
@@ -1419,7 +1424,7 @@ function Fa(e) {
|
|
1419
1424
|
i
|
1420
1425
|
] });
|
1421
1426
|
}
|
1422
|
-
function
|
1427
|
+
function Pn(e, t) {
|
1423
1428
|
const {
|
1424
1429
|
isLoading: a,
|
1425
1430
|
isError: s,
|
@@ -1440,7 +1445,7 @@ function $n(e, t) {
|
|
1440
1445
|
return {
|
1441
1446
|
isLoading: a,
|
1442
1447
|
className: R,
|
1443
|
-
prefix:
|
1448
|
+
prefix: bn(c, D, "prefix"),
|
1444
1449
|
LeftIcon: u,
|
1445
1450
|
disabled: h || a || m,
|
1446
1451
|
onFocus: y,
|
@@ -1453,7 +1458,7 @@ function $n(e, t) {
|
|
1453
1458
|
...C
|
1454
1459
|
};
|
1455
1460
|
}
|
1456
|
-
function
|
1461
|
+
function Ba(e) {
|
1457
1462
|
var T;
|
1458
1463
|
const [t, a] = oe(!1), { inputRef: s, id: i, error: l } = ve(), d = Se(null), c = s || d, u = e.isError || !!l, {
|
1459
1464
|
disabled: h,
|
@@ -1476,7 +1481,7 @@ function Oa(e) {
|
|
1476
1481
|
optionMaxHeight: J,
|
1477
1482
|
closeOnSelect: B,
|
1478
1483
|
...te
|
1479
|
-
} =
|
1484
|
+
} = Pn({ ...e, id: i, isError: u }, t), [E, U] = oe(x);
|
1480
1485
|
function M() {
|
1481
1486
|
h || !(c != null && c.current) || t || (a(!0), c.current.focus());
|
1482
1487
|
}
|
@@ -1551,7 +1556,7 @@ function Oa(e) {
|
|
1551
1556
|
}
|
1552
1557
|
),
|
1553
1558
|
!w && /* @__PURE__ */ r.jsx(
|
1554
|
-
|
1559
|
+
sn,
|
1555
1560
|
{
|
1556
1561
|
className: "arkyn_select_arrow",
|
1557
1562
|
size: N,
|
@@ -1565,7 +1570,7 @@ function Oa(e) {
|
|
1565
1570
|
t && /* @__PURE__ */ r.jsx("aside", { className: "arkyn_select_overlay", onClick: Q })
|
1566
1571
|
] });
|
1567
1572
|
}
|
1568
|
-
function
|
1573
|
+
function za(e) {
|
1569
1574
|
const {
|
1570
1575
|
variant: t = "solid",
|
1571
1576
|
size: a = "md",
|
@@ -1609,11 +1614,11 @@ function Ba(e) {
|
|
1609
1614
|
}
|
1610
1615
|
);
|
1611
1616
|
}
|
1612
|
-
function
|
1617
|
+
function Da(e) {
|
1613
1618
|
const { className: t = "", ...a } = e, s = `arkynBreadcrumbContainer ${t}`;
|
1614
1619
|
return /* @__PURE__ */ r.jsx("nav", { className: s, ...a });
|
1615
1620
|
}
|
1616
|
-
function
|
1621
|
+
function Ma(e) {
|
1617
1622
|
const { pathname: t } = It(), {
|
1618
1623
|
className: a = "",
|
1619
1624
|
disabled: s = !1,
|
@@ -1624,12 +1629,12 @@ function Da(e) {
|
|
1624
1629
|
return s ? /* @__PURE__ */ r.jsxs("p", { className: u, children: [
|
1625
1630
|
/* @__PURE__ */ r.jsx(it, { size: 14, strokeWidth: 2.5 }),
|
1626
1631
|
i
|
1627
|
-
] }) : /* @__PURE__ */ r.jsxs(
|
1632
|
+
] }) : /* @__PURE__ */ r.jsxs(cn, { to: l, className: u, ...d, children: [
|
1628
1633
|
/* @__PURE__ */ r.jsx(it, { size: 14, strokeWidth: 2.5 }),
|
1629
1634
|
i
|
1630
1635
|
] });
|
1631
1636
|
}
|
1632
|
-
function
|
1637
|
+
function In(e = "") {
|
1633
1638
|
const t = It(), a = new URLSearchParams(t.search), s = e ? `${e}:` : "", i = (l) => {
|
1634
1639
|
Object.entries(l).forEach(([d, c]) => {
|
1635
1640
|
c === void 0 ? a.delete(`${s}${d}`) : a.set(`${s}${d}`, String(c));
|
@@ -1644,7 +1649,7 @@ function Pn(e = "") {
|
|
1644
1649
|
}
|
1645
1650
|
};
|
1646
1651
|
}
|
1647
|
-
function
|
1652
|
+
function La(e) {
|
1648
1653
|
const {
|
1649
1654
|
scope: t,
|
1650
1655
|
totalCountRegisters: a,
|
@@ -1652,7 +1657,7 @@ function Ma(e) {
|
|
1652
1657
|
pageKey: i = "page",
|
1653
1658
|
siblingsCount: l = 2,
|
1654
1659
|
...d
|
1655
|
-
} = e, c =
|
1660
|
+
} = e, c = un(), { getParam: u, getScopedSearch: h } = In(t), m = Number(u(i)) || 1, y = Number(u(s)) || 20, o = Math.ceil(a / y), b = vn(m, l), N = gn(m, l, o);
|
1656
1661
|
function w(C) {
|
1657
1662
|
c(h({ page: C }));
|
1658
1663
|
}
|
@@ -1663,7 +1668,7 @@ function Ma(e) {
|
|
1663
1668
|
className: "arkynPaginationIconButton",
|
1664
1669
|
disabled: m <= 1,
|
1665
1670
|
onClick: () => w(m - 1),
|
1666
|
-
children: /* @__PURE__ */ r.jsx(
|
1671
|
+
children: /* @__PURE__ */ r.jsx(on, {})
|
1667
1672
|
}
|
1668
1673
|
),
|
1669
1674
|
m > 1 + l && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
@@ -1719,12 +1724,12 @@ function Ma(e) {
|
|
1719
1724
|
] });
|
1720
1725
|
}
|
1721
1726
|
const ut = Ce({});
|
1722
|
-
function
|
1727
|
+
function _n() {
|
1723
1728
|
if (!ut)
|
1724
1729
|
throw new Error("useTabContext must be used within a TabProvider");
|
1725
1730
|
return ye(ut);
|
1726
1731
|
}
|
1727
|
-
function
|
1732
|
+
function Aa(e) {
|
1728
1733
|
const {
|
1729
1734
|
children: t,
|
1730
1735
|
onClick: a,
|
@@ -1758,15 +1763,15 @@ function La(e) {
|
|
1758
1763
|
/* @__PURE__ */ r.jsx("div", { className: "activeLine", style: o })
|
1759
1764
|
] });
|
1760
1765
|
}
|
1761
|
-
function
|
1762
|
-
const { children: t, className: a = "", onClick: s, ...i } = e, { value: l, showInitialTab: d, handleTabClick: c } =
|
1766
|
+
function Va(e) {
|
1767
|
+
const { children: t, className: a = "", onClick: s, ...i } = e, { value: l, showInitialTab: d, handleTabClick: c } = _n(), u = l === i.value && l ? "activeTrue" : "activeFalse", m = `arkynTabButton ${l === i.value && d ? "showBorderBottom" : ""} ${u} ${a}`;
|
1763
1768
|
function y(o) {
|
1764
1769
|
c(o), s && s(o);
|
1765
1770
|
}
|
1766
1771
|
return /* @__PURE__ */ r.jsx("button", { onClick: y, className: m.trim(), ...i, children: t });
|
1767
1772
|
}
|
1768
1773
|
const At = Ce({});
|
1769
|
-
function
|
1774
|
+
function Wa(e) {
|
1770
1775
|
const {
|
1771
1776
|
isVisibled: t,
|
1772
1777
|
makeInvisible: a,
|
@@ -1800,7 +1805,7 @@ function Va(e) {
|
|
1800
1805
|
)
|
1801
1806
|
] }) }) });
|
1802
1807
|
}
|
1803
|
-
function
|
1808
|
+
function Ya(e) {
|
1804
1809
|
const {
|
1805
1810
|
showCloseButton: t = !0,
|
1806
1811
|
className: a,
|
@@ -1822,7 +1827,7 @@ function Wa(e) {
|
|
1822
1827
|
] });
|
1823
1828
|
}
|
1824
1829
|
const Vt = Ce({});
|
1825
|
-
function
|
1830
|
+
function Ha(e) {
|
1826
1831
|
const {
|
1827
1832
|
isVisibled: t,
|
1828
1833
|
makeInvisible: a,
|
@@ -1855,11 +1860,11 @@ function Ya(e) {
|
|
1855
1860
|
)
|
1856
1861
|
] }) }) });
|
1857
1862
|
}
|
1858
|
-
function
|
1863
|
+
function Ua(e) {
|
1859
1864
|
const { alignment: t = "right", className: a, ...s } = e, i = `arkynModalFooter ${t} ${a}`;
|
1860
1865
|
return /* @__PURE__ */ r.jsx("footer", { className: i.trim(), ...s });
|
1861
1866
|
}
|
1862
|
-
function
|
1867
|
+
function Ka(e) {
|
1863
1868
|
const {
|
1864
1869
|
showCloseButton: t = !0,
|
1865
1870
|
className: a,
|
@@ -1880,7 +1885,7 @@ function Ua(e) {
|
|
1880
1885
|
)
|
1881
1886
|
] });
|
1882
1887
|
}
|
1883
|
-
function
|
1888
|
+
function Xa(e) {
|
1884
1889
|
const { children: t, button: a, closeOnClick: s, orientation: i = "bottom-left" } = e, [l, d] = oe(!1), u = `arkynPopover ${i} ${l ? "visibleTrue" : "visibleFalse"}`;
|
1885
1890
|
function h() {
|
1886
1891
|
l || d(!0);
|
@@ -1903,7 +1908,7 @@ function Ka(e) {
|
|
1903
1908
|
l && /* @__PURE__ */ r.jsx("div", { onClick: () => d(!1), className: "arkynPopoverOverlay" })
|
1904
1909
|
] });
|
1905
1910
|
}
|
1906
|
-
function
|
1911
|
+
function Fn(e) {
|
1907
1912
|
const { message: t, title: a, type: s, size: i = "lg" } = e, l = `arkynToast ${s} ${i}`;
|
1908
1913
|
function d() {
|
1909
1914
|
switch (s) {
|
@@ -1914,7 +1919,7 @@ function _n(e) {
|
|
1914
1919
|
case "danger":
|
1915
1920
|
return /* @__PURE__ */ r.jsx(St, {});
|
1916
1921
|
case "warning":
|
1917
|
-
return /* @__PURE__ */ r.jsx(
|
1922
|
+
return /* @__PURE__ */ r.jsx(ln, {});
|
1918
1923
|
default:
|
1919
1924
|
return /* @__PURE__ */ r.jsx(ot, {});
|
1920
1925
|
}
|
@@ -1930,7 +1935,7 @@ function _n(e) {
|
|
1930
1935
|
] })
|
1931
1936
|
] });
|
1932
1937
|
}
|
1933
|
-
function
|
1938
|
+
function Ga(e) {
|
1934
1939
|
const {
|
1935
1940
|
text: t,
|
1936
1941
|
size: a = "lg",
|
@@ -1945,7 +1950,7 @@ function Xa(e) {
|
|
1945
1950
|
] });
|
1946
1951
|
}
|
1947
1952
|
const ht = Ce({}), Wt = Ce({});
|
1948
|
-
function
|
1953
|
+
function On() {
|
1949
1954
|
const e = ye(Wt);
|
1950
1955
|
if (Object.entries(e).length === 0)
|
1951
1956
|
throw new Error("useToast must be used within a Provider");
|
@@ -1954,8 +1959,8 @@ function Fn() {
|
|
1954
1959
|
function jt(e) {
|
1955
1960
|
return e && typeof e.title == "string" && typeof e.message == "string" && (e.size === void 0 || e.size === "md" || e.size === "lg") && (e.type === "info" || e.type === "success" || e.type === "danger" || e.type === "warning");
|
1956
1961
|
}
|
1957
|
-
function
|
1958
|
-
const e = Pt(), { closeModal: t } = ye(ht), { showToast: a } =
|
1962
|
+
function Ja() {
|
1963
|
+
const e = Pt(), { closeModal: t } = ye(ht), { showToast: a } = On();
|
1959
1964
|
Ze(() => {
|
1960
1965
|
const s = e == null ? void 0 : e.closeModalKey;
|
1961
1966
|
s && t(s);
|
@@ -1969,7 +1974,7 @@ function Ga() {
|
|
1969
1974
|
}, [e]);
|
1970
1975
|
}
|
1971
1976
|
const Yt = Ce({});
|
1972
|
-
function
|
1977
|
+
function qa(e) {
|
1973
1978
|
const t = ye(Yt);
|
1974
1979
|
if (Object.entries(t).length === 0)
|
1975
1980
|
throw new Error("useDrawer must be used within a Provider");
|
@@ -1984,7 +1989,7 @@ function Ja(e) {
|
|
1984
1989
|
} else
|
1985
1990
|
return t;
|
1986
1991
|
}
|
1987
|
-
function
|
1992
|
+
function Za(e) {
|
1988
1993
|
const t = ye(ht);
|
1989
1994
|
if (Object.entries(t).length === 0)
|
1990
1995
|
throw new Error("useModal must be used within a Provider");
|
@@ -1999,7 +2004,7 @@ function qa(e) {
|
|
1999
2004
|
} else
|
2000
2005
|
return t;
|
2001
2006
|
}
|
2002
|
-
function
|
2007
|
+
function Qa(e) {
|
2003
2008
|
const { children: t = !1 } = e, [a, s] = oe([]);
|
2004
2009
|
function i(u) {
|
2005
2010
|
return !!a.some((h) => h.key === u);
|
@@ -2023,7 +2028,7 @@ function Za(e) {
|
|
2023
2028
|
}
|
2024
2029
|
);
|
2025
2030
|
}
|
2026
|
-
function
|
2031
|
+
function er(e) {
|
2027
2032
|
const { children: t = !1 } = e, [a, s] = oe([]);
|
2028
2033
|
function i(u) {
|
2029
2034
|
return !!a.some((h) => h.key === u);
|
@@ -2047,20 +2052,20 @@ function Qa(e) {
|
|
2047
2052
|
}
|
2048
2053
|
);
|
2049
2054
|
}
|
2050
|
-
var
|
2055
|
+
var Bn = (e) => {
|
2051
2056
|
switch (e) {
|
2052
2057
|
case "success":
|
2053
|
-
return
|
2058
|
+
return Mn;
|
2054
2059
|
case "info":
|
2055
|
-
return
|
2060
|
+
return An;
|
2056
2061
|
case "warning":
|
2057
|
-
return
|
2062
|
+
return Ln;
|
2058
2063
|
case "error":
|
2059
|
-
return
|
2064
|
+
return Vn;
|
2060
2065
|
default:
|
2061
2066
|
return null;
|
2062
2067
|
}
|
2063
|
-
},
|
2068
|
+
}, zn = Array(12).fill(0), Dn = ({ visible: e }) => p.createElement("div", { className: "sonner-loading-wrapper", "data-visible": e }, p.createElement("div", { className: "sonner-spinner" }, zn.map((t, a) => p.createElement("div", { className: "sonner-loading-bar", key: `spinner-bar-${a}` })))), Mn = p.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", height: "20", width: "20" }, p.createElement("path", { fillRule: "evenodd", d: "M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z", clipRule: "evenodd" })), Ln = p.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", height: "20", width: "20" }, p.createElement("path", { fillRule: "evenodd", d: "M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z", clipRule: "evenodd" })), An = p.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", height: "20", width: "20" }, p.createElement("path", { fillRule: "evenodd", d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z", clipRule: "evenodd" })), Vn = p.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", height: "20", width: "20" }, p.createElement("path", { fillRule: "evenodd", d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z", clipRule: "evenodd" })), Wn = () => {
|
2064
2069
|
let [e, t] = p.useState(document.hidden);
|
2065
2070
|
return p.useEffect(() => {
|
2066
2071
|
let a = () => {
|
@@ -2068,7 +2073,7 @@ var On = (e) => {
|
|
2068
2073
|
};
|
2069
2074
|
return document.addEventListener("visibilitychange", a), () => window.removeEventListener("visibilitychange", a);
|
2070
2075
|
}, []), e;
|
2071
|
-
}, dt = 1,
|
2076
|
+
}, dt = 1, Yn = class {
|
2072
2077
|
constructor() {
|
2073
2078
|
this.subscribe = (e) => (this.subscribers.push(e), () => {
|
2074
2079
|
let t = this.subscribers.indexOf(e);
|
@@ -2089,7 +2094,7 @@ var On = (e) => {
|
|
2089
2094
|
t.loading !== void 0 && (a = this.create({ ...t, promise: e, type: "loading", message: t.loading, description: typeof t.description != "function" ? t.description : void 0 }));
|
2090
2095
|
let s = e instanceof Promise ? e : e(), i = a !== void 0;
|
2091
2096
|
return s.then(async (l) => {
|
2092
|
-
if (
|
2097
|
+
if (Un(l) && !l.ok) {
|
2093
2098
|
i = !1;
|
2094
2099
|
let d = typeof t.error == "function" ? await t.error(`HTTP error! status: ${l.status}`) : t.error, c = typeof t.description == "function" ? await t.description(`HTTP error! status: ${l.status}`) : t.description;
|
2095
2100
|
this.create({ id: a, type: "error", message: d, description: c });
|
@@ -2113,30 +2118,30 @@ var On = (e) => {
|
|
2113
2118
|
return this.create({ jsx: e(a), id: a, ...t }), a;
|
2114
2119
|
}, this.subscribers = [], this.toasts = [];
|
2115
2120
|
}
|
2116
|
-
}, fe = new
|
2121
|
+
}, fe = new Yn(), Hn = (e, t) => {
|
2117
2122
|
let a = (t == null ? void 0 : t.id) || dt++;
|
2118
2123
|
return fe.addToast({ title: e, ...t, id: a }), a;
|
2119
|
-
},
|
2120
|
-
function
|
2124
|
+
}, Un = (e) => e && typeof e == "object" && "ok" in e && typeof e.ok == "boolean" && "status" in e && typeof e.status == "number", Kn = Hn, Xn = () => fe.toasts, Gn = Object.assign(Kn, { success: fe.success, info: fe.info, warning: fe.warning, error: fe.error, custom: fe.custom, message: fe.message, promise: fe.promise, dismiss: fe.dismiss, loading: fe.loading }, { getHistory: Xn });
|
2125
|
+
function Jn(e, { insertAt: t } = {}) {
|
2121
2126
|
if (!e || typeof document > "u") return;
|
2122
2127
|
let a = document.head || document.getElementsByTagName("head")[0], s = document.createElement("style");
|
2123
2128
|
s.type = "text/css", t === "top" && a.firstChild ? a.insertBefore(s, a.firstChild) : a.appendChild(s), s.styleSheet ? s.styleSheet.cssText = e : s.appendChild(document.createTextNode(e));
|
2124
2129
|
}
|
2125
|
-
Gn(`:where(html[dir="ltr"]),:where([data-sonner-toaster][dir="ltr"]){--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}:where(html[dir="rtl"]),:where([data-sonner-toaster][dir="rtl"]){--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}:where([data-sonner-toaster]){position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999}:where([data-sonner-toaster][data-x-position="right"]){right:max(var(--offset),env(safe-area-inset-right))}:where([data-sonner-toaster][data-x-position="left"]){left:max(var(--offset),env(safe-area-inset-left))}:where([data-sonner-toaster][data-x-position="center"]){left:50%;transform:translate(-50%)}:where([data-sonner-toaster][data-y-position="top"]){top:max(var(--offset),env(safe-area-inset-top))}:where([data-sonner-toaster][data-y-position="bottom"]){bottom:max(var(--offset),env(safe-area-inset-bottom))}:where([data-sonner-toast]){--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);filter:blur(0);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}:where([data-sonner-toast][data-styled="true"]){padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}:where([data-sonner-toast]:focus-visible){box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast][data-y-position="top"]){top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}:where([data-sonner-toast][data-y-position="bottom"]){bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}:where([data-sonner-toast]) :where([data-description]){font-weight:400;line-height:1.4;color:inherit}:where([data-sonner-toast]) :where([data-title]){font-weight:500;line-height:1.5;color:inherit}:where([data-sonner-toast]) :where([data-icon]){display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}:where([data-sonner-toast][data-promise="true"]) :where([data-icon])>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}:where([data-sonner-toast]) :where([data-icon])>*{flex-shrink:0}:where([data-sonner-toast]) :where([data-icon]) svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}:where([data-sonner-toast]) :where([data-content]){display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}:where([data-sonner-toast]) :where([data-button]):focus-visible{box-shadow:0 0 0 2px #0006}:where([data-sonner-toast]) :where([data-button]):first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}:where([data-sonner-toast]) :where([data-cancel]){color:var(--normal-text);background:rgba(0,0,0,.08)}:where([data-sonner-toast][data-theme="dark"]) :where([data-cancel]){background:rgba(255,255,255,.3)}:where([data-sonner-toast]) :where([data-close-button]){position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;background:var(--gray1);color:var(--gray12);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}:where([data-sonner-toast]) :where([data-close-button]):focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast]) :where([data-disabled="true"]){cursor:not-allowed}:where([data-sonner-toast]):hover :where([data-close-button]):hover{background:var(--gray2);border-color:var(--gray5)}:where([data-sonner-toast][data-swiping="true"]):before{content:"";position:absolute;left:0;right:0;height:100%;z-index:-1}:where([data-sonner-toast][data-y-position="top"][data-swiping="true"]):before{bottom:50%;transform:scaleY(3) translateY(50%)}:where([data-sonner-toast][data-y-position="bottom"][data-swiping="true"]):before{top:50%;transform:scaleY(3) translateY(-50%)}:where([data-sonner-toast][data-swiping="false"][data-removed="true"]):before{content:"";position:absolute;inset:0;transform:scaleY(2)}:where([data-sonner-toast]):after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}:where([data-sonner-toast][data-mounted="true"]){--y: translateY(0);opacity:1}:where([data-sonner-toast][data-expanded="false"][data-front="false"]){--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}:where([data-sonner-toast])>*{transition:opacity .4s}:where([data-sonner-toast][data-expanded="false"][data-front="false"][data-styled="true"])>*{opacity:0}:where([data-sonner-toast][data-visible="false"]){opacity:0;pointer-events:none}:where([data-sonner-toast][data-mounted="true"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}:where([data-sonner-toast][data-removed="true"][data-front="true"][data-swipe-out="false"]){--y: translateY(calc(var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="false"]){--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}:where([data-sonner-toast][data-removed="true"][data-front="false"]):before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount, 0px));transition:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation:swipe-out .2s ease-out forwards}@keyframes swipe-out{0%{transform:translateY(calc(var(--lift) * var(--offset) + var(--swipe-amount)));opacity:1}to{transform:translateY(calc(var(--lift) * var(--offset) + var(--swipe-amount) + var(--lift) * -100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;--mobile-offset: 16px;right:var(--mobile-offset);left:var(--mobile-offset);width:100%}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset)}[data-sonner-toaster][data-y-position=bottom]{bottom:20px}[data-sonner-toaster][data-y-position=top]{top:20px}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset);right:var(--mobile-offset);transform:none}}[data-sonner-toaster][data-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 91%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 91%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 91%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-theme=dark]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 100%, 12%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 12%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}
|
2130
|
+
Jn(`:where(html[dir="ltr"]),:where([data-sonner-toaster][dir="ltr"]){--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}:where(html[dir="rtl"]),:where([data-sonner-toaster][dir="rtl"]){--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}:where([data-sonner-toaster]){position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999}:where([data-sonner-toaster][data-x-position="right"]){right:max(var(--offset),env(safe-area-inset-right))}:where([data-sonner-toaster][data-x-position="left"]){left:max(var(--offset),env(safe-area-inset-left))}:where([data-sonner-toaster][data-x-position="center"]){left:50%;transform:translate(-50%)}:where([data-sonner-toaster][data-y-position="top"]){top:max(var(--offset),env(safe-area-inset-top))}:where([data-sonner-toaster][data-y-position="bottom"]){bottom:max(var(--offset),env(safe-area-inset-bottom))}:where([data-sonner-toast]){--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);filter:blur(0);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}:where([data-sonner-toast][data-styled="true"]){padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}:where([data-sonner-toast]:focus-visible){box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast][data-y-position="top"]){top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}:where([data-sonner-toast][data-y-position="bottom"]){bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}:where([data-sonner-toast]) :where([data-description]){font-weight:400;line-height:1.4;color:inherit}:where([data-sonner-toast]) :where([data-title]){font-weight:500;line-height:1.5;color:inherit}:where([data-sonner-toast]) :where([data-icon]){display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}:where([data-sonner-toast][data-promise="true"]) :where([data-icon])>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}:where([data-sonner-toast]) :where([data-icon])>*{flex-shrink:0}:where([data-sonner-toast]) :where([data-icon]) svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}:where([data-sonner-toast]) :where([data-content]){display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}:where([data-sonner-toast]) :where([data-button]):focus-visible{box-shadow:0 0 0 2px #0006}:where([data-sonner-toast]) :where([data-button]):first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}:where([data-sonner-toast]) :where([data-cancel]){color:var(--normal-text);background:rgba(0,0,0,.08)}:where([data-sonner-toast][data-theme="dark"]) :where([data-cancel]){background:rgba(255,255,255,.3)}:where([data-sonner-toast]) :where([data-close-button]){position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;background:var(--gray1);color:var(--gray12);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}:where([data-sonner-toast]) :where([data-close-button]):focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast]) :where([data-disabled="true"]){cursor:not-allowed}:where([data-sonner-toast]):hover :where([data-close-button]):hover{background:var(--gray2);border-color:var(--gray5)}:where([data-sonner-toast][data-swiping="true"]):before{content:"";position:absolute;left:0;right:0;height:100%;z-index:-1}:where([data-sonner-toast][data-y-position="top"][data-swiping="true"]):before{bottom:50%;transform:scaleY(3) translateY(50%)}:where([data-sonner-toast][data-y-position="bottom"][data-swiping="true"]):before{top:50%;transform:scaleY(3) translateY(-50%)}:where([data-sonner-toast][data-swiping="false"][data-removed="true"]):before{content:"";position:absolute;inset:0;transform:scaleY(2)}:where([data-sonner-toast]):after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}:where([data-sonner-toast][data-mounted="true"]){--y: translateY(0);opacity:1}:where([data-sonner-toast][data-expanded="false"][data-front="false"]){--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}:where([data-sonner-toast])>*{transition:opacity .4s}:where([data-sonner-toast][data-expanded="false"][data-front="false"][data-styled="true"])>*{opacity:0}:where([data-sonner-toast][data-visible="false"]){opacity:0;pointer-events:none}:where([data-sonner-toast][data-mounted="true"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}:where([data-sonner-toast][data-removed="true"][data-front="true"][data-swipe-out="false"]){--y: translateY(calc(var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="false"]){--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}:where([data-sonner-toast][data-removed="true"][data-front="false"]):before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount, 0px));transition:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation:swipe-out .2s ease-out forwards}@keyframes swipe-out{0%{transform:translateY(calc(var(--lift) * var(--offset) + var(--swipe-amount)));opacity:1}to{transform:translateY(calc(var(--lift) * var(--offset) + var(--swipe-amount) + var(--lift) * -100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;--mobile-offset: 16px;right:var(--mobile-offset);left:var(--mobile-offset);width:100%}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset)}[data-sonner-toaster][data-y-position=bottom]{bottom:20px}[data-sonner-toaster][data-y-position=top]{top:20px}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset);right:var(--mobile-offset);transform:none}}[data-sonner-toaster][data-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 91%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 91%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 91%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-theme=dark]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 100%, 12%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 12%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}
|
2126
2131
|
`);
|
2127
2132
|
function qe(e) {
|
2128
2133
|
return e.label !== void 0;
|
2129
2134
|
}
|
2130
|
-
var
|
2131
|
-
function
|
2135
|
+
var qn = 3, Zn = "32px", Qn = 4e3, ea = 356, ta = 14, na = 20, aa = 200;
|
2136
|
+
function ra(...e) {
|
2132
2137
|
return e.filter(Boolean).join(" ");
|
2133
2138
|
}
|
2134
|
-
var
|
2139
|
+
var sa = (e) => {
|
2135
2140
|
var t, a, s, i, l, d, c, u, h, m;
|
2136
2141
|
let { invert: y, toast: o, unstyled: b, interacting: N, setHeights: w, visibleToasts: C, heights: v, index: x, toasts: O, expanded: _, removeToast: R, defaultRichColors: V, closeButton: D, style: H, cancelButtonStyle: W, actionButtonStyle: J, className: B = "", descriptionClassName: te = "", duration: E, position: U, gap: M, loadingIcon: K, expandByDefault: Q, classNames: $, icons: q, closeButtonAriaLabel: ie = "Close toast", pauseWhenPageIsHidden: I, cn: T } = e, [j, Z] = p.useState(!1), [le, X] = p.useState(!1), [xe, me] = p.useState(!1), [G, ae] = p.useState(!1), [ke, Pe] = p.useState(0), [et, We] = p.useState(0), Te = p.useRef(null), he = p.useRef(null), Ye = x === 0, He = x + 1 <= C, re = o.type, Ne = o.dismissible !== !1, tt = o.className || "", Oe = o.descriptionClassName || "", Ie = p.useMemo(() => v.findIndex((S) => S.toastId === o.id) || 0, [v, o.id]), nt = p.useMemo(() => {
|
2137
2142
|
var S;
|
2138
2143
|
return (S = o.closeButton) != null ? S : D;
|
2139
|
-
}, [o.closeButton, D]), Be = p.useMemo(() => o.duration || E ||
|
2144
|
+
}, [o.closeButton, D]), Be = p.useMemo(() => o.duration || E || Qn, [o.duration, E]), _e = p.useRef(0), pe = p.useRef(0), Ue = p.useRef(0), we = p.useRef(null), [ze, De] = U.split("-"), Ke = p.useMemo(() => v.reduce((S, L, A) => A >= Ie ? S : S + L.height, 0), [v, Ie]), Xe = Wn(), at = o.invert || y, Me = re === "loading";
|
2140
2145
|
pe.current = p.useMemo(() => Ie * M + Ke, [Ie, Ke]), p.useEffect(() => {
|
2141
2146
|
Z(!0);
|
2142
2147
|
}, []), p.useLayoutEffect(() => {
|
@@ -2149,7 +2154,7 @@ var ra = (e) => {
|
|
2149
2154
|
let be = p.useCallback(() => {
|
2150
2155
|
X(!0), Pe(pe.current), w((S) => S.filter((L) => L.toastId !== o.id)), setTimeout(() => {
|
2151
2156
|
R(o);
|
2152
|
-
},
|
2157
|
+
}, aa);
|
2153
2158
|
}, [o, R, w, pe]);
|
2154
2159
|
p.useEffect(() => {
|
2155
2160
|
if (o.promise && re === "loading" || o.duration === 1 / 0 || o.type === "loading") return;
|
@@ -2174,7 +2179,7 @@ var ra = (e) => {
|
|
2174
2179
|
o.delete && be();
|
2175
2180
|
}, [be, o.delete]);
|
2176
2181
|
function rt() {
|
2177
|
-
return q != null && q.loading ? p.createElement("div", { className: "sonner-loader", "data-visible": re === "loading" }, q.loading) : K ? p.createElement("div", { className: "sonner-loader", "data-visible": re === "loading" }, K) : p.createElement(
|
2182
|
+
return q != null && q.loading ? p.createElement("div", { className: "sonner-loader", "data-visible": re === "loading" }, q.loading) : K ? p.createElement("div", { className: "sonner-loader", "data-visible": re === "loading" }, K) : p.createElement(Dn, { visible: re === "loading" });
|
2178
2183
|
}
|
2179
2184
|
return p.createElement("li", { "aria-live": o.important ? "assertive" : "polite", "aria-atomic": "true", role: "status", tabIndex: 0, ref: he, className: T(B, tt, $ == null ? void 0 : $.toast, (t = o == null ? void 0 : o.classNames) == null ? void 0 : t.toast, $ == null ? void 0 : $.default, $ == null ? void 0 : $[re], (a = o == null ? void 0 : o.classNames) == null ? void 0 : a[re]), "data-sonner-toast": "", "data-rich-colors": (s = o.richColors) != null ? s : V, "data-styled": !(o.jsx || o.unstyled || b), "data-mounted": j, "data-promise": !!o.promise, "data-removed": le, "data-visible": He, "data-y-position": ze, "data-x-position": De, "data-index": x, "data-front": Ye, "data-swiping": xe, "data-dismissible": Ne, "data-type": re, "data-invert": at, "data-swipe-out": G, "data-expanded": !!(_ || Q && j), style: { "--index": x, "--toasts-before": x, "--z-index": O.length - x, "--offset": `${le ? ke : pe.current}px`, "--initial-height": Q ? "auto" : `${et}px`, ...H, ...o.style }, onPointerDown: (S) => {
|
2180
2185
|
Me || !Ne || (Te.current = /* @__PURE__ */ new Date(), Pe(pe.current), S.target.setPointerCapture(S.pointerId), S.target.tagName !== "BUTTON" && (me(!0), we.current = { x: S.clientX, y: S.clientY }));
|
@@ -2183,7 +2188,7 @@ var ra = (e) => {
|
|
2183
2188
|
if (G || !Ne) return;
|
2184
2189
|
we.current = null;
|
2185
2190
|
let ue = Number(((S = he.current) == null ? void 0 : S.style.getPropertyValue("--swipe-amount").replace("px", "")) || 0), je = (/* @__PURE__ */ new Date()).getTime() - ((L = Te.current) == null ? void 0 : L.getTime()), Ge = Math.abs(ue) / je;
|
2186
|
-
if (Math.abs(ue) >=
|
2191
|
+
if (Math.abs(ue) >= na || Ge > 0.11) {
|
2187
2192
|
Pe(pe.current), (A = o.onDismiss) == null || A.call(o, o), be(), ae(!0);
|
2188
2193
|
return;
|
2189
2194
|
}
|
@@ -2197,7 +2202,7 @@ var ra = (e) => {
|
|
2197
2202
|
} : () => {
|
2198
2203
|
var S;
|
2199
2204
|
be(), (S = o.onDismiss) == null || S.call(o, o);
|
2200
|
-
}, className: T($ == null ? void 0 : $.closeButton, (i = o == null ? void 0 : o.classNames) == null ? void 0 : i.closeButton) }, p.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, p.createElement("line", { x1: "18", y1: "6", x2: "6", y2: "18" }), p.createElement("line", { x1: "6", y1: "6", x2: "18", y2: "18" }))) : null, o.jsx || p.isValidElement(o.title) ? o.jsx || o.title : p.createElement(p.Fragment, null, re || o.icon || o.promise ? p.createElement("div", { "data-icon": "", className: T($ == null ? void 0 : $.icon, (l = o == null ? void 0 : o.classNames) == null ? void 0 : l.icon) }, o.promise || o.type === "loading" && !o.icon ? o.icon || rt() : null, o.type !== "loading" ? o.icon || (q == null ? void 0 : q[re]) ||
|
2205
|
+
}, className: T($ == null ? void 0 : $.closeButton, (i = o == null ? void 0 : o.classNames) == null ? void 0 : i.closeButton) }, p.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, p.createElement("line", { x1: "18", y1: "6", x2: "6", y2: "18" }), p.createElement("line", { x1: "6", y1: "6", x2: "18", y2: "18" }))) : null, o.jsx || p.isValidElement(o.title) ? o.jsx || o.title : p.createElement(p.Fragment, null, re || o.icon || o.promise ? p.createElement("div", { "data-icon": "", className: T($ == null ? void 0 : $.icon, (l = o == null ? void 0 : o.classNames) == null ? void 0 : l.icon) }, o.promise || o.type === "loading" && !o.icon ? o.icon || rt() : null, o.type !== "loading" ? o.icon || (q == null ? void 0 : q[re]) || Bn(re) : null) : null, p.createElement("div", { "data-content": "", className: T($ == null ? void 0 : $.content, (d = o == null ? void 0 : o.classNames) == null ? void 0 : d.content) }, p.createElement("div", { "data-title": "", className: T($ == null ? void 0 : $.title, (c = o == null ? void 0 : o.classNames) == null ? void 0 : c.title) }, o.title), o.description ? p.createElement("div", { "data-description": "", className: T(te, Oe, $ == null ? void 0 : $.description, (u = o == null ? void 0 : o.classNames) == null ? void 0 : u.description) }, o.description) : null), p.isValidElement(o.cancel) ? o.cancel : o.cancel && qe(o.cancel) ? p.createElement("button", { "data-button": !0, "data-cancel": !0, style: o.cancelButtonStyle || W, onClick: (S) => {
|
2201
2206
|
var L, A;
|
2202
2207
|
qe(o.cancel) && Ne && ((A = (L = o.cancel).onClick) == null || A.call(L, S), be());
|
2203
2208
|
}, className: T($ == null ? void 0 : $.cancelButton, (h = o == null ? void 0 : o.classNames) == null ? void 0 : h.cancelButton) }, o.cancel.label) : null, p.isValidElement(o.action) ? o.action : o.action && qe(o.action) ? p.createElement("button", { "data-button": !0, "data-action": !0, style: o.actionButtonStyle || J, onClick: (S) => {
|
@@ -2210,8 +2215,8 @@ function Et() {
|
|
2210
2215
|
let e = document.documentElement.getAttribute("dir");
|
2211
2216
|
return e === "auto" || !e ? window.getComputedStyle(document.documentElement).direction : e;
|
2212
2217
|
}
|
2213
|
-
var
|
2214
|
-
let { invert: t, position: a = "bottom-right", hotkey: s = ["altKey", "KeyT"], expand: i, closeButton: l, className: d, offset: c, theme: u = "light", richColors: h, duration: m, style: y, visibleToasts: o =
|
2218
|
+
var oa = (e) => {
|
2219
|
+
let { invert: t, position: a = "bottom-right", hotkey: s = ["altKey", "KeyT"], expand: i, closeButton: l, className: d, offset: c, theme: u = "light", richColors: h, duration: m, style: y, visibleToasts: o = qn, toastOptions: b, dir: N = Et(), gap: w = ta, loadingIcon: C, icons: v, containerAriaLabel: x = "Notifications", pauseWhenPageIsHidden: O, cn: _ = ra } = e, [R, V] = p.useState([]), D = p.useMemo(() => Array.from(new Set([a].concat(R.filter((I) => I.position).map((I) => I.position)))), [R, a]), [H, W] = p.useState([]), [J, B] = p.useState(!1), [te, E] = p.useState(!1), [U, M] = p.useState(u !== "system" ? u : typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"), K = p.useRef(null), Q = s.join("+").replace(/Key/g, "").replace(/Digit/g, ""), $ = p.useRef(null), q = p.useRef(!1), ie = p.useCallback((I) => {
|
2215
2220
|
var T;
|
2216
2221
|
(T = R.find((j) => j.id === I.id)) != null && T.delete || fe.dismiss(I.id), V((j) => j.filter(({ id: Z }) => Z !== I.id));
|
2217
2222
|
}, [R]);
|
@@ -2221,7 +2226,7 @@ var sa = (e) => {
|
|
2221
2226
|
return;
|
2222
2227
|
}
|
2223
2228
|
setTimeout(() => {
|
2224
|
-
|
2229
|
+
fn.flushSync(() => {
|
2225
2230
|
V((T) => {
|
2226
2231
|
let j = T.findIndex((Z) => Z.id === I.id);
|
2227
2232
|
return j !== -1 ? [...T.slice(0, j), { ...T[j], ...I }, ...T.slice(j + 1)] : [I, ...T];
|
@@ -2251,7 +2256,7 @@ var sa = (e) => {
|
|
2251
2256
|
}, [K.current]), R.length ? p.createElement("section", { "aria-label": `${x} ${Q}`, tabIndex: -1 }, D.map((I, T) => {
|
2252
2257
|
var j;
|
2253
2258
|
let [Z, le] = I.split("-");
|
2254
|
-
return p.createElement("ol", { key: I, dir: N === "auto" ? Et() : N, tabIndex: -1, ref: K, className: d, "data-sonner-toaster": !0, "data-theme": U, "data-y-position": Z, "data-x-position": le, style: { "--front-toast-height": `${((j = H[0]) == null ? void 0 : j.height) || 0}px`, "--offset": typeof c == "number" ? `${c}px` : c ||
|
2259
|
+
return p.createElement("ol", { key: I, dir: N === "auto" ? Et() : N, tabIndex: -1, ref: K, className: d, "data-sonner-toaster": !0, "data-theme": U, "data-y-position": Z, "data-x-position": le, style: { "--front-toast-height": `${((j = H[0]) == null ? void 0 : j.height) || 0}px`, "--offset": typeof c == "number" ? `${c}px` : c || Zn, "--width": `${ea}px`, "--gap": `${w}px`, ...y }, onBlur: (X) => {
|
2255
2260
|
q.current && !X.currentTarget.contains(X.relatedTarget) && (q.current = !1, $.current && ($.current.focus({ preventScroll: !0 }), $.current = null));
|
2256
2261
|
}, onFocus: (X) => {
|
2257
2262
|
X.target instanceof HTMLElement && X.target.dataset.dismissible === "false" || q.current || (q.current = !0, $.current = X.relatedTarget);
|
@@ -2261,64 +2266,64 @@ var sa = (e) => {
|
|
2261
2266
|
X.target instanceof HTMLElement && X.target.dataset.dismissible === "false" || E(!0);
|
2262
2267
|
}, onPointerUp: () => E(!1) }, R.filter((X) => !X.position && T === 0 || X.position === I).map((X, xe) => {
|
2263
2268
|
var me, G;
|
2264
|
-
return p.createElement(
|
2269
|
+
return p.createElement(sa, { key: X.id, icons: v, index: xe, toast: X, defaultRichColors: h, duration: (me = b == null ? void 0 : b.duration) != null ? me : m, className: b == null ? void 0 : b.className, descriptionClassName: b == null ? void 0 : b.descriptionClassName, invert: t, visibleToasts: o, closeButton: (G = b == null ? void 0 : b.closeButton) != null ? G : l, interacting: te, position: I, style: b == null ? void 0 : b.style, unstyled: b == null ? void 0 : b.unstyled, classNames: b == null ? void 0 : b.classNames, cancelButtonStyle: b == null ? void 0 : b.cancelButtonStyle, actionButtonStyle: b == null ? void 0 : b.actionButtonStyle, removeToast: ie, toasts: R.filter((ae) => ae.position == X.position), heights: H.filter((ae) => ae.position == X.position), setHeights: W, expandByDefault: i, gap: w, loadingIcon: C, expanded: J, pauseWhenPageIsHidden: O, cn: _ });
|
2265
2270
|
}));
|
2266
2271
|
})) : null;
|
2267
2272
|
};
|
2268
|
-
function
|
2273
|
+
function tr({ children: e }) {
|
2269
2274
|
function t(a) {
|
2270
|
-
|
2275
|
+
Gn.custom((s) => /* @__PURE__ */ r.jsx(Fn, { ...a }));
|
2271
2276
|
}
|
2272
2277
|
return /* @__PURE__ */ r.jsxs(Wt.Provider, { value: { showToast: t }, children: [
|
2273
|
-
/* @__PURE__ */ r.jsx(
|
2278
|
+
/* @__PURE__ */ r.jsx(oa, {}),
|
2274
2279
|
e
|
2275
2280
|
] });
|
2276
2281
|
}
|
2277
2282
|
export {
|
2278
|
-
|
2279
|
-
|
2280
|
-
|
2281
|
-
|
2282
|
-
|
2283
|
-
|
2284
|
-
|
2285
|
-
|
2286
|
-
|
2287
|
-
|
2288
|
-
|
2289
|
-
|
2290
|
-
|
2291
|
-
|
2292
|
-
|
2293
|
-
|
2294
|
-
|
2295
|
-
|
2296
|
-
|
2297
|
-
|
2298
|
-
|
2299
|
-
|
2300
|
-
|
2301
|
-
|
2302
|
-
|
2303
|
-
|
2304
|
-
|
2305
|
-
|
2306
|
-
|
2307
|
-
|
2308
|
-
|
2309
|
-
|
2310
|
-
|
2311
|
-
|
2312
|
-
|
2313
|
-
|
2314
|
-
|
2315
|
-
|
2316
|
-
|
2317
|
-
|
2318
|
-
|
2319
|
-
|
2320
|
-
|
2321
|
-
|
2322
|
-
|
2323
|
-
|
2283
|
+
ma as AlertContainer,
|
2284
|
+
ha as AlertContent,
|
2285
|
+
pa as AlertDescription,
|
2286
|
+
ga as AlertIcon,
|
2287
|
+
va as AlertTitle,
|
2288
|
+
ba as Badge,
|
2289
|
+
Da as BreadcrumbContainer,
|
2290
|
+
Ma as BreadcrumbLink,
|
2291
|
+
Sa as Button,
|
2292
|
+
ya as Card,
|
2293
|
+
Ra as Checkbox,
|
2294
|
+
xa as Divider,
|
2295
|
+
Wa as DrawerContainer,
|
2296
|
+
Ya as DrawerHeader,
|
2297
|
+
Qa as DrawerProvider,
|
2298
|
+
Ta as FormController,
|
2299
|
+
$a as FormError,
|
2300
|
+
Pa as FormLabel,
|
2301
|
+
Ia as IconButton,
|
2302
|
+
_a as Input,
|
2303
|
+
Ha as ModalContainer,
|
2304
|
+
Ua as ModalFooter,
|
2305
|
+
Ka as ModalHeader,
|
2306
|
+
er as ModalProvider,
|
2307
|
+
La as Pagination,
|
2308
|
+
Xa as Popover,
|
2309
|
+
Oa as RadioBox,
|
2310
|
+
Fa as RadioGroup,
|
2311
|
+
Ba as Select,
|
2312
|
+
wa as Skeleton,
|
2313
|
+
Va as TabButton,
|
2314
|
+
Aa as TabContainer,
|
2315
|
+
Ca as TableBody,
|
2316
|
+
ka as TableCaption,
|
2317
|
+
Na as TableContainer,
|
2318
|
+
ja as TableFooter,
|
2319
|
+
Ea as TableHeader,
|
2320
|
+
za as Textarea,
|
2321
|
+
Fn as Toast,
|
2322
|
+
tr as ToastProvider,
|
2323
|
+
Ga as Tooltip,
|
2324
|
+
Ja as useAutomation,
|
2325
|
+
qa as useDrawer,
|
2326
|
+
Za as useModal,
|
2327
|
+
In as useScopedParams,
|
2328
|
+
On as useToast
|
2324
2329
|
};
|