sud-ui 0.4.6 → 0.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import A1, { createContext as L2, useEffect as j1, useContext as O2, useRef as u1, useState as q, useCallback as C1, useLayoutEffect as n0, useMemo as F1, cloneElement as g0, Children as g2, isValidElement as m2, createElement as d0, useId as v2, forwardRef as B0 } from "react";
1
+ import A1, { createContext as L2, useEffect as j1, useContext as O2, useRef as u1, useState as q, useCallback as C1, useLayoutEffect as n0, useMemo as z1, cloneElement as g0, Children as g2, isValidElement as m2, createElement as d0, useId as v2, forwardRef as B0 } from "react";
2
2
  import { createPortal as f0 } from "react-dom";
3
3
  function N2(s) {
4
4
  return s && s.__esModule && Object.prototype.hasOwnProperty.call(s, "default") ? s.default : s;
@@ -18,19 +18,19 @@ function R2() {
18
18
  if (s2) return y0;
19
19
  s2 = 1;
20
20
  var s = Symbol.for("react.transitional.element"), c = Symbol.for("react.fragment");
21
- function o(n, l, i) {
21
+ function o(n, l, a) {
22
22
  var u = null;
23
- if (i !== void 0 && (u = "" + i), l.key !== void 0 && (u = "" + l.key), "key" in l) {
24
- i = {};
23
+ if (a !== void 0 && (u = "" + a), l.key !== void 0 && (u = "" + l.key), "key" in l) {
24
+ a = {};
25
25
  for (var g in l)
26
- g !== "key" && (i[g] = l[g]);
27
- } else i = l;
28
- return l = i.ref, {
26
+ g !== "key" && (a[g] = l[g]);
27
+ } else a = l;
28
+ return l = a.ref, {
29
29
  $$typeof: s,
30
30
  type: n,
31
31
  key: u,
32
32
  ref: l !== void 0 ? l : null,
33
- props: i
33
+ props: a
34
34
  };
35
35
  }
36
36
  return y0.Fragment = c, y0.jsx = o, y0.jsxs = o, y0;
@@ -126,7 +126,7 @@ function D2() {
126
126
  var r = k.A;
127
127
  return r === null ? null : r.getOwner();
128
128
  }
129
- function i() {
129
+ function a() {
130
130
  return Error("react-stack-top-frame");
131
131
  }
132
132
  function u(r) {
@@ -249,8 +249,8 @@ React keys must be passed directly to JSX without using spread:
249
249
  };
250
250
  var $, x = {}, y = j["react-stack-bottom-frame"].bind(
251
251
  j,
252
- i
253
- )(), a = B(n(i)), Z = {};
252
+ a
253
+ )(), i = B(n(a)), Z = {};
254
254
  M0.Fragment = M, M0.jsx = function(r, f, v, D, Y) {
255
255
  var F = 1e4 > k.recentlyCreatedOwnerStacks++;
256
256
  return d(
@@ -261,7 +261,7 @@ React keys must be passed directly to JSX without using spread:
261
261
  D,
262
262
  Y,
263
263
  F ? Error("react-stack-top-frame") : y,
264
- F ? B(n(r)) : a
264
+ F ? B(n(r)) : i
265
265
  );
266
266
  }, M0.jsxs = function(r, f, v, D, Y) {
267
267
  var F = 1e4 > k.recentlyCreatedOwnerStacks++;
@@ -273,7 +273,7 @@ React keys must be passed directly to JSX without using spread:
273
273
  D,
274
274
  Y,
275
275
  F ? Error("react-stack-top-frame") : y,
276
- F ? B(n(r)) : a
276
+ F ? B(n(r)) : i
277
277
  );
278
278
  };
279
279
  }()), M0;
@@ -853,9 +853,9 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
853
853
  }, A2 = (s) => {
854
854
  const c = {};
855
855
  return Object.entries(s).forEach(([o, n]) => {
856
- c[o] = {}, Object.entries(n).forEach(([l, i]) => {
856
+ c[o] = {}, Object.entries(n).forEach(([l, a]) => {
857
857
  const u = 11 - parseInt(l);
858
- c[o][u] = i;
858
+ c[o][u] = a;
859
859
  });
860
860
  }), c;
861
861
  }, E2 = {
@@ -872,13 +872,13 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
872
872
  lg: "0px 0px 12px rgba(0, 0, 0, 0.6)",
873
873
  xl: "0px 0px 16px rgba(0, 0, 0, 0.7)"
874
874
  }
875
- }, a1 = ({
875
+ }, i1 = ({
876
876
  border: s = !0,
877
877
  fallback: c = "default",
878
878
  componentType: o = "button"
879
879
  } = {}) => {
880
880
  var T, h;
881
- const n = m1(), l = ((h = (T = n.components) == null ? void 0 : T[o]) == null ? void 0 : h[c]) || {}, i = N(l.bg, n), u = N(l.txt, n), g = s && l.border ? N(l.border, n) : null;
881
+ const n = m1(), l = ((h = (T = n.components) == null ? void 0 : T[o]) == null ? void 0 : h[c]) || {}, a = N(l.bg, n), u = N(l.txt, n), g = s && l.border ? N(l.border, n) : null;
882
882
  if (o === "breadcrumb") {
883
883
  const d = N(l.separator, n), m = N(l.text, n), j = N(l.now, n);
884
884
  return {
@@ -888,7 +888,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
888
888
  };
889
889
  }
890
890
  return {
891
- bgColor: i,
891
+ bgColor: a,
892
892
  txtColor: u,
893
893
  borColor: g
894
894
  };
@@ -906,10 +906,10 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
906
906
  }, z0 = (s, c) => {
907
907
  if (!s || !s.startsWith("#")) return s;
908
908
  const o = parseInt(s.slice(1), 16);
909
- let n = o >> 16 & 255, l = o >> 8 & 255, i = o & 255;
910
- n = Math.min(255, Math.round(n + (255 - n) * c / 100)), l = Math.min(255, Math.round(l + (255 - l) * c / 100)), i = Math.min(255, Math.round(i + (255 - i) * c / 100));
909
+ let n = o >> 16 & 255, l = o >> 8 & 255, a = o & 255;
910
+ n = Math.min(255, Math.round(n + (255 - n) * c / 100)), l = Math.min(255, Math.round(l + (255 - l) * c / 100)), a = Math.min(255, Math.round(a + (255 - a) * c / 100));
911
911
  const u = (g) => g.toString(16).padStart(2, "0");
912
- return `#${u(n)}${u(l)}${u(i)}`;
912
+ return `#${u(n)}${u(l)}${u(a)}`;
913
913
  }, t3 = (s, c = 1, o) => {
914
914
  var n;
915
915
  return (n = o == null ? void 0 : o.colors) != null && n[s] && o.colors[s][c] || s;
@@ -958,11 +958,11 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
958
958
  background: o = null,
959
959
  color: n = null,
960
960
  onClick: l,
961
- style: i,
961
+ style: a,
962
962
  className: u,
963
963
  ...g
964
964
  }) => {
965
- const T = m1(), { bgColor: h, txtColor: d } = a1({
965
+ const T = m1(), { bgColor: h, txtColor: d } = i1({
966
966
  border: !1,
967
967
  fallback: c
968
968
  }), m = o ? N(o, T) : h, j = n ? N(n, T) : d, p = (_) => {
@@ -975,7 +975,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
975
975
  style: {
976
976
  color: j,
977
977
  backgroundColor: m,
978
- ...i
978
+ ...a
979
979
  },
980
980
  onClick: p,
981
981
  ...g,
@@ -984,9 +984,9 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
984
984
  );
985
985
  }, F0 = /* @__PURE__ */ new Set(), E0 = /* @__PURE__ */ new WeakMap(), P2 = (s, c, o, n) => {
986
986
  var l;
987
- for (const i of n) {
988
- if (!((l = i.current) != null && l.contains(c))) continue;
989
- let u = o.get(i);
987
+ for (const a of n) {
988
+ if (!((l = a.current) != null && l.contains(c))) continue;
989
+ let u = o.get(a);
990
990
  for (; u; ) {
991
991
  if (u === s) return !0;
992
992
  u = o.get(u);
@@ -1002,7 +1002,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1002
1002
  suite: n,
1003
1003
  // L, R, M, SM, B, EB, H
1004
1004
  code: l = !1,
1005
- fontFamily: i,
1005
+ fontFamily: a,
1006
1006
  size: u = "base",
1007
1007
  weight: g = "normal",
1008
1008
  as: T = "span",
@@ -1011,7 +1011,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1011
1011
  style: m = {},
1012
1012
  ...j
1013
1013
  }) => {
1014
- const p = m1(), _ = T, { fontSize: M, fontWeight: L } = h0({ size: u, weight: g, theme: p }), w = h ? N(h, p) : void 0, C = i || l && "IntelOneMono-Medium" || o && `GmarketSans${o}` || n && `SUITE-${n}` || c && `Pretendard-${c}`, z = !C;
1014
+ const p = m1(), _ = T, { fontSize: M, fontWeight: L } = h0({ size: u, weight: g, theme: p }), w = h ? N(h, p) : void 0, C = a || l && "IntelOneMono-Medium" || o && `GmarketSans${o}` || n && `SUITE-${n}` || c && `Pretendard-${c}`, z = !C;
1015
1015
  return /* @__PURE__ */ t.jsx(
1016
1016
  _,
1017
1017
  {
@@ -1035,7 +1035,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1035
1035
  borderWeight: o = 1,
1036
1036
  borderType: n = "solid",
1037
1037
  border: l = !0,
1038
- color: i,
1038
+ color: a,
1039
1039
  borderColor: u,
1040
1040
  colorType: g = "default",
1041
1041
  width: T = "100%",
@@ -1044,10 +1044,10 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1044
1044
  style: m = {},
1045
1045
  ...j
1046
1046
  }) => {
1047
- const p = m1(), { txtColor: _, borColor: M } = a1({
1047
+ const p = m1(), { txtColor: _, borColor: M } = i1({
1048
1048
  border: l,
1049
1049
  fallback: g
1050
- }), L = i ? N(i, p) : _, w = u ? N(u, p) : M, C = l && w ? `${o}px ${n} ${w}` : "none", z = (R) => s ? d ? c === "top" ? { flex: R ? 0 : 1 } : c === "bottom" ? { flex: R ? 1 : 0 } : { flex: 1 } : c === "left" ? { flex: R ? 0 : 1 } : c === "right" ? { flex: R ? 1 : 0 } : { flex: 1 } : { flex: 1 };
1050
+ }), L = a ? N(a, p) : _, w = u ? N(u, p) : M, C = l && w ? `${o}px ${n} ${w}` : "none", z = (R) => s ? d ? c === "top" ? { flex: R ? 0 : 1 } : c === "bottom" ? { flex: R ? 1 : 0 } : { flex: 1 } : c === "left" ? { flex: R ? 0 : 1 } : c === "right" ? { flex: R ? 1 : 0 } : { flex: 1 } : { flex: 1 };
1051
1051
  return /* @__PURE__ */ t.jsxs(
1052
1052
  "div",
1053
1053
  {
@@ -1165,7 +1165,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1165
1165
  background: o,
1166
1166
  color: n,
1167
1167
  border: l = !0,
1168
- borderColor: i,
1168
+ borderColor: a,
1169
1169
  borderType: u = "solid",
1170
1170
  borderWeight: g = 1,
1171
1171
  onClick: T = null,
@@ -1187,10 +1187,10 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1187
1187
  role: A = "button",
1188
1188
  size: P
1189
1189
  }) => {
1190
- const V = m1(), k = u1(), { bgColor: H, txtColor: U, borColor: B } = a1({
1190
+ const V = m1(), k = u1(), { bgColor: H, txtColor: U, borColor: B } = i1({
1191
1191
  border: l,
1192
1192
  fallback: j ? "disabled" : c
1193
- }), $ = o ? N(o, V) : H, x = n ? N(n, V) : U, y = i ? N(i, V) : B, a = l && y ? `${g}px ${u} ${y}` : "none", Z = G1(w, V), r = E1(C, V);
1193
+ }), $ = o ? N(o, V) : H, x = n ? N(n, V) : U, y = a ? N(a, V) : B, i = l && y ? `${g}px ${u} ${y}` : "none", Z = G1(w, V), r = E1(C, V);
1194
1194
  let f = {};
1195
1195
  typeof P == "string" && (P === "sm" ? f = { padding: "4px 10px", fontSize: "0.875rem" } : P === "md" ? f = { padding: "6px 16px", fontSize: "1rem" } : P === "lg" && (f = { padding: "10px 20px", fontSize: "1.125rem" })), j1(() => {
1196
1196
  H2("sud-button-styles", W2);
@@ -1216,7 +1216,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1216
1216
  alignItems: "center",
1217
1217
  background: $,
1218
1218
  color: x,
1219
- border: a,
1219
+ border: i,
1220
1220
  boxShadow: c === "text" ? "none" : r,
1221
1221
  ...Z,
1222
1222
  ...f,
@@ -1297,7 +1297,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1297
1297
  title: o,
1298
1298
  arrow: n = !0,
1299
1299
  trigger: l = "hover",
1300
- placement: i = "bottom",
1300
+ placement: a = "bottom",
1301
1301
  open: u,
1302
1302
  defaultOpen: g = !1,
1303
1303
  onOpenChange: T,
@@ -1324,7 +1324,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1324
1324
  onConfirm: U,
1325
1325
  ...B
1326
1326
  }) => {
1327
- const $ = m1(), [x, y] = q(g), a = u1(null), Z = u1(null), r = A || Z, f = u1(null), v = u1({}), [D, Y] = q(!1), [F, W] = q({
1327
+ const $ = m1(), [x, y] = q(g), i = u1(null), Z = u1(null), r = A || Z, f = u1(null), v = u1({}), [D, Y] = q(!1), [F, W] = q({
1328
1328
  position: "fixed",
1329
1329
  top: "-9999px",
1330
1330
  left: "-9999px",
@@ -1374,16 +1374,16 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1374
1374
  if (l !== "click" || !X) return;
1375
1375
  const r1 = (b1) => {
1376
1376
  var _1, $1;
1377
- !((_1 = a.current) != null && _1.contains(b1.target)) && !(($1 = r.current) != null && $1.contains(b1.target)) && l1();
1377
+ !((_1 = i.current) != null && _1.contains(b1.target)) && !(($1 = r.current) != null && $1.contains(b1.target)) && l1();
1378
1378
  };
1379
1379
  return document.addEventListener("click", r1, !0), () => document.removeEventListener("mousedown", r1);
1380
1380
  }, [l, X, l1]);
1381
- const { bgColor: d1, txtColor: Z1, borColor: D1 } = a1({
1381
+ const { bgColor: d1, txtColor: Z1, borColor: D1 } = i1({
1382
1382
  border: M,
1383
1383
  fallback: b
1384
- }), w1 = p ? N(p, $) : d1, T1 = _ ? N(_, $) : Z1, S1 = L ? N(L, $) : D1, N1 = M && S1 ? `${C}px ${w} ${S1}` : "none", X1 = E1(R, $), V1 = G1(z), k1 = C1(() => {
1385
- if (!a.current || !r.current) return {};
1386
- const r1 = a.current.getBoundingClientRect(), b1 = r.current.getBoundingClientRect(), _1 = window.scrollY || document.documentElement.scrollTop, $1 = window.scrollX || document.documentElement.scrollLeft, J1 = {
1384
+ }), w1 = p ? N(p, $) : d1, F1 = _ ? N(_, $) : Z1, S1 = L ? N(L, $) : D1, N1 = M && S1 ? `${C}px ${w} ${S1}` : "none", X1 = E1(R, $), V1 = G1(z), k1 = C1(() => {
1385
+ if (!i.current || !r.current) return {};
1386
+ const r1 = i.current.getBoundingClientRect(), b1 = r.current.getBoundingClientRect(), _1 = window.scrollY || document.documentElement.scrollTop, $1 = window.scrollX || document.documentElement.scrollLeft, J1 = {
1387
1387
  position: "fixed",
1388
1388
  zIndex: 1e3,
1389
1389
  transition: "opacity 0.2s ease"
@@ -1417,22 +1417,22 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1417
1417
  return {};
1418
1418
  }
1419
1419
  };
1420
- let B1 = W1(i);
1421
- const K1 = window.innerWidth, Q = window.innerHeight, z1 = B1.left ?? 0, H1 = B1.top ?? 0;
1420
+ let B1 = W1(a);
1421
+ const K1 = window.innerWidth, Q = window.innerHeight, T1 = B1.left ?? 0, H1 = B1.top ?? 0;
1422
1422
  let L1 = !1;
1423
- if (i === "right" && z1 + b1.width > K1 && (L1 = !0), i === "left" && z1 < 0 && (L1 = !0), i === "top" && H1 < 0 && (L1 = !0), i === "bottom" && H1 + b1.height > Q && (L1 = !0), L1) {
1423
+ if (a === "right" && T1 + b1.width > K1 && (L1 = !0), a === "left" && T1 < 0 && (L1 = !0), a === "top" && H1 < 0 && (L1 = !0), a === "bottom" && H1 + b1.height > Q && (L1 = !0), L1) {
1424
1424
  const P1 = {
1425
1425
  right: "left",
1426
1426
  left: "right",
1427
1427
  top: "bottom",
1428
1428
  bottom: "top"
1429
- }[i];
1429
+ }[a];
1430
1430
  B1 = W1(P1);
1431
1431
  }
1432
1432
  return { ...J1, ...B1 };
1433
- }, [i]);
1433
+ }, [a]);
1434
1434
  n0(() => {
1435
- if (X && r.current && a.current && !I) {
1435
+ if (X && r.current && i.current && !I) {
1436
1436
  const r1 = k1();
1437
1437
  W({
1438
1438
  ...r1,
@@ -1476,7 +1476,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1476
1476
  zIndex: b1 ? 1 : 3,
1477
1477
  border: b1 ? N1 : void 0,
1478
1478
  borderRadius: "2px 0 0 0",
1479
- background: b1 ? void 0 : B1[i],
1479
+ background: b1 ? void 0 : B1[a],
1480
1480
  backgroundColor: b1 ? S1 ?? w1 : void 0,
1481
1481
  boxShadow: b1 ? X1 : void 0
1482
1482
  }, Q = {
@@ -1501,10 +1501,10 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1501
1501
  transform: "translateY(-50%) rotate(45deg)"
1502
1502
  }
1503
1503
  };
1504
- return { ...K1, ...Q[i] };
1504
+ return { ...K1, ...Q[a] };
1505
1505
  },
1506
1506
  [
1507
- i,
1507
+ a,
1508
1508
  w1,
1509
1509
  S1,
1510
1510
  N1,
@@ -1516,7 +1516,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1516
1516
  if (l !== "hover") return;
1517
1517
  const r1 = (b1) => {
1518
1518
  var B1, K1;
1519
- const _1 = document.elementFromPoint(b1.clientX, b1.clientY), $1 = (B1 = a.current) == null ? void 0 : B1.contains(_1), J1 = (K1 = r.current) == null ? void 0 : K1.contains(_1), W1 = P2(
1519
+ const _1 = document.elementFromPoint(b1.clientX, b1.clientY), $1 = (B1 = i.current) == null ? void 0 : B1.contains(_1), J1 = (K1 = r.current) == null ? void 0 : K1.contains(_1), W1 = P2(
1520
1520
  r,
1521
1521
  _1,
1522
1522
  E0,
@@ -1564,7 +1564,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1564
1564
  /* @__PURE__ */ t.jsx(
1565
1565
  "div",
1566
1566
  {
1567
- ref: a,
1567
+ ref: i,
1568
1568
  onClick: l === "click" ? M1 : void 0,
1569
1569
  onContextMenu: l === "contextMenu" ? (r1) => {
1570
1570
  r1.preventDefault(), M1();
@@ -1606,7 +1606,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1606
1606
  flexDirection: "column",
1607
1607
  gap: "8px",
1608
1608
  backgroundColor: w1,
1609
- color: T1,
1609
+ color: F1,
1610
1610
  border: N1,
1611
1611
  padding: "8px",
1612
1612
  width: "max-content",
@@ -1633,7 +1633,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1633
1633
  t1,
1634
1634
  {
1635
1635
  as: "span",
1636
- color: T1,
1636
+ color: F1,
1637
1637
  style: { whiteSpace: "nowrap" },
1638
1638
  children: c
1639
1639
  }
@@ -1678,7 +1678,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1678
1678
  alt: o = "avatar",
1679
1679
  children: n,
1680
1680
  size: l = "md",
1681
- shape: i = "circle",
1681
+ shape: a = "circle",
1682
1682
  colorType: u = "default",
1683
1683
  background: g,
1684
1684
  color: T,
@@ -1694,11 +1694,11 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1694
1694
  tabIndex: C = 0,
1695
1695
  ...z
1696
1696
  }) => {
1697
- const R = m1(), b = typeof l == "number" ? l : R0[l] || R0.md, { bgColor: S, txtColor: O, borColor: A } = a1({
1697
+ const R = m1(), b = typeof l == "number" ? l : R0[l] || R0.md, { bgColor: S, txtColor: O, borColor: A } = i1({
1698
1698
  border: h,
1699
1699
  componentType: "tag",
1700
1700
  fallback: u
1701
- }), P = g ? N(g, R) : S, V = T ? N(T, R) : O, k = d ? N(d, R) : A, H = h && k ? `${j}px ${m} ${k}` : "none", U = G1(i, R), B = E1(p, R), $ = s || (n ? null : c ? Y2[c] : null), x = () => n || ($ ? typeof $ == "string" ? $.startsWith("http") || $.startsWith("/") ? /* @__PURE__ */ t.jsx(
1701
+ }), P = g ? N(g, R) : S, V = T ? N(T, R) : O, k = d ? N(d, R) : A, H = h && k ? `${j}px ${m} ${k}` : "none", U = G1(a, R), B = E1(p, R), $ = s || (n ? null : c ? Y2[c] : null), x = () => n || ($ ? typeof $ == "string" ? $.startsWith("http") || $.startsWith("/") ? /* @__PURE__ */ t.jsx(
1702
1702
  "img",
1703
1703
  {
1704
1704
  className: "sud-avatar-img",
@@ -1723,8 +1723,8 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
1723
1723
  ) : A1.cloneElement($, {
1724
1724
  size: b * 0.5,
1725
1725
  color: V
1726
- }) : null), y = (a) => {
1727
- (a.key === "Enter" || a.key === " ") && (a.preventDefault(), L == null || L()), w == null || w(a);
1726
+ }) : null), y = (i) => {
1727
+ (i.key === "Enter" || i.key === " ") && (i.preventDefault(), L == null || L()), w == null || w(i);
1728
1728
  };
1729
1729
  return /* @__PURE__ */ t.jsx(
1730
1730
  "div",
@@ -1763,7 +1763,7 @@ w0.Group = ({
1763
1763
  size: o = "md",
1764
1764
  shape: n,
1765
1765
  colorType: l,
1766
- background: i,
1766
+ background: a,
1767
1767
  color: u,
1768
1768
  border: g,
1769
1769
  borderColor: T,
@@ -1776,7 +1776,7 @@ w0.Group = ({
1776
1776
  gap: M = 0.6,
1777
1777
  "aria-label": L = "아바타 그룹"
1778
1778
  }) => {
1779
- const w = s.slice(0, c), C = s.slice(c), z = F1(() => {
1779
+ const w = s.slice(0, c), C = s.slice(c), z = z1(() => {
1780
1780
  const b = {
1781
1781
  xs: 32,
1782
1782
  sm: 40,
@@ -1813,7 +1813,7 @@ w0.Group = ({
1813
1813
  size: o,
1814
1814
  shape: n,
1815
1815
  colorType: l,
1816
- background: i,
1816
+ background: a,
1817
1817
  color: u,
1818
1818
  border: g,
1819
1819
  borderColor: T,
@@ -1853,7 +1853,7 @@ w0.Group = ({
1853
1853
  size: o,
1854
1854
  shape: n,
1855
1855
  colorType: l,
1856
- background: i,
1856
+ background: a,
1857
1857
  color: u,
1858
1858
  border: g,
1859
1859
  borderColor: T,
@@ -1919,14 +1919,14 @@ const U2 = {
1919
1919
  default: { minWidth: 32, minHeight: 32, fontSize: 14, padding: 8 }
1920
1920
  }
1921
1921
  }, G2 = (s, c, o, n, l) => {
1922
- let i;
1923
- typeof c == "number" ? i = {
1922
+ let a;
1923
+ typeof c == "number" ? a = {
1924
1924
  minHeight: c,
1925
1925
  minWidth: o ? c : c * 1.5,
1926
1926
  fontSize: Math.max(c * 0.4, 10),
1927
1927
  padding: `${Math.max(c * 0.2, 4)}px`
1928
- } : i = U2[c][o ? "dot" : "default"];
1929
- const u = i.minHeight * n, g = -10, T = {
1928
+ } : a = U2[c][o ? "dot" : "default"];
1929
+ const u = a.minHeight * n, g = -10, T = {
1930
1930
  "top-right": {
1931
1931
  top: u,
1932
1932
  right: l ? g : u,
@@ -1950,7 +1950,7 @@ const U2 = {
1950
1950
  };
1951
1951
  return {
1952
1952
  ...T[s] || T["top-right"],
1953
- ...i
1953
+ ...a
1954
1954
  };
1955
1955
  }, c3 = ({
1956
1956
  count: s,
@@ -1958,7 +1958,7 @@ const U2 = {
1958
1958
  dot: o = !1,
1959
1959
  showZero: n = !1,
1960
1960
  position: l = "top-right",
1961
- colorType: i = "red",
1961
+ colorType: a = "red",
1962
1962
  background: u,
1963
1963
  color: g,
1964
1964
  shape: T = "circle",
@@ -1976,9 +1976,9 @@ const U2 = {
1976
1976
  "aria-label": R,
1977
1977
  ...b
1978
1978
  }) => {
1979
- const S = m1(), { bgColor: O, txtColor: A, borColor: P } = a1({
1979
+ const S = m1(), { bgColor: O, txtColor: A, borColor: P } = i1({
1980
1980
  border: h,
1981
- fallback: i,
1981
+ fallback: a,
1982
1982
  componentType: "tag"
1983
1983
  }), V = u ? N(u, S) : A, k = g ? N(g, S) : O, H = d ? N(d, S) : P, U = h && H ? `${j}px ${m} ${H}` : "none", B = typeof s == "number" && typeof c == "number" && s > c ? `${c}+` : s, $ = o || s != null && (s !== 0 || n), x = () => R || (o ? "알림 표시" : typeof s == "number" ? `${s}개의 알림` : "알림");
1984
1984
  return /* @__PURE__ */ t.jsxs(
@@ -2023,23 +2023,23 @@ function K2() {
2023
2023
  (function(o, n) {
2024
2024
  s.exports = n();
2025
2025
  })(X2, function() {
2026
- var o = 1e3, n = 6e4, l = 36e5, i = "millisecond", u = "second", g = "minute", T = "hour", h = "day", d = "week", m = "month", j = "quarter", p = "year", _ = "date", M = "Invalid Date", L = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, w = /\[([^\]]+)]|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, C = { 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(B) {
2026
+ var o = 1e3, n = 6e4, l = 36e5, a = "millisecond", u = "second", g = "minute", T = "hour", h = "day", d = "week", m = "month", j = "quarter", p = "year", _ = "date", M = "Invalid Date", L = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, w = /\[([^\]]+)]|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, C = { 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(B) {
2027
2027
  var $ = ["th", "st", "nd", "rd"], x = B % 100;
2028
2028
  return "[" + B + ($[(x - 20) % 10] || $[x] || $[0]) + "]";
2029
2029
  } }, z = function(B, $, x) {
2030
2030
  var y = String(B);
2031
2031
  return !y || y.length >= $ ? B : "" + Array($ + 1 - y.length).join(x) + B;
2032
2032
  }, R = { s: z, z: function(B) {
2033
- var $ = -B.utcOffset(), x = Math.abs($), y = Math.floor(x / 60), a = x % 60;
2034
- return ($ <= 0 ? "+" : "-") + z(y, 2, "0") + ":" + z(a, 2, "0");
2033
+ var $ = -B.utcOffset(), x = Math.abs($), y = Math.floor(x / 60), i = x % 60;
2034
+ return ($ <= 0 ? "+" : "-") + z(y, 2, "0") + ":" + z(i, 2, "0");
2035
2035
  }, m: function B($, x) {
2036
2036
  if ($.date() < x.date()) return -B(x, $);
2037
- var y = 12 * (x.year() - $.year()) + (x.month() - $.month()), a = $.clone().add(y, m), Z = x - a < 0, r = $.clone().add(y + (Z ? -1 : 1), m);
2038
- return +(-(y + (x - a) / (Z ? a - r : r - a)) || 0);
2037
+ var y = 12 * (x.year() - $.year()) + (x.month() - $.month()), i = $.clone().add(y, m), Z = x - i < 0, r = $.clone().add(y + (Z ? -1 : 1), m);
2038
+ return +(-(y + (x - i) / (Z ? i - r : r - i)) || 0);
2039
2039
  }, a: function(B) {
2040
2040
  return B < 0 ? Math.ceil(B) || 0 : Math.floor(B);
2041
2041
  }, p: function(B) {
2042
- return { M: m, y: p, w: d, d: h, D: _, h: T, m: g, s: u, ms: i, Q: j }[B] || String(B || "").toLowerCase().replace(/s$/, "");
2042
+ return { M: m, y: p, w: d, d: h, D: _, h: T, m: g, s: u, ms: a, Q: j }[B] || String(B || "").toLowerCase().replace(/s$/, "");
2043
2043
  }, u: function(B) {
2044
2044
  return B === void 0;
2045
2045
  } }, b = "en", S = {};
@@ -2047,18 +2047,18 @@ function K2() {
2047
2047
  var O = "$isDayjsObject", A = function(B) {
2048
2048
  return B instanceof H || !(!B || !B[O]);
2049
2049
  }, P = function B($, x, y) {
2050
- var a;
2050
+ var i;
2051
2051
  if (!$) return b;
2052
2052
  if (typeof $ == "string") {
2053
2053
  var Z = $.toLowerCase();
2054
- S[Z] && (a = Z), x && (S[Z] = x, a = Z);
2054
+ S[Z] && (i = Z), x && (S[Z] = x, i = Z);
2055
2055
  var r = $.split("-");
2056
- if (!a && r.length > 1) return B(r[0]);
2056
+ if (!i && r.length > 1) return B(r[0]);
2057
2057
  } else {
2058
2058
  var f = $.name;
2059
- S[f] = $, a = f;
2059
+ S[f] = $, i = f;
2060
2060
  }
2061
- return !y && a && (b = a), a || !y && b;
2061
+ return !y && i && (b = i), i || !y && b;
2062
2062
  }, V = function(B, $) {
2063
2063
  if (A(B)) return B.clone();
2064
2064
  var x = typeof $ == "object" ? $ : {};
@@ -2074,18 +2074,18 @@ function K2() {
2074
2074
  var $ = B.prototype;
2075
2075
  return $.parse = function(x) {
2076
2076
  this.$d = function(y) {
2077
- var a = y.date, Z = y.utc;
2078
- if (a === null) return /* @__PURE__ */ new Date(NaN);
2079
- if (k.u(a)) return /* @__PURE__ */ new Date();
2080
- if (a instanceof Date) return new Date(a);
2081
- if (typeof a == "string" && !/Z$/i.test(a)) {
2082
- var r = a.match(L);
2077
+ var i = y.date, Z = y.utc;
2078
+ if (i === null) return /* @__PURE__ */ new Date(NaN);
2079
+ if (k.u(i)) return /* @__PURE__ */ new Date();
2080
+ if (i instanceof Date) return new Date(i);
2081
+ if (typeof i == "string" && !/Z$/i.test(i)) {
2082
+ var r = i.match(L);
2083
2083
  if (r) {
2084
2084
  var f = r[2] - 1 || 0, v = (r[7] || "0").substring(0, 3);
2085
2085
  return Z ? new Date(Date.UTC(r[1], f, r[3] || 1, r[4] || 0, r[5] || 0, r[6] || 0, v)) : new Date(r[1], f, r[3] || 1, r[4] || 0, r[5] || 0, r[6] || 0, v);
2086
2086
  }
2087
2087
  }
2088
- return new Date(a);
2088
+ return new Date(i);
2089
2089
  }(x), this.init();
2090
2090
  }, $.init = function() {
2091
2091
  var x = this.$d;
@@ -2095,24 +2095,24 @@ function K2() {
2095
2095
  }, $.isValid = function() {
2096
2096
  return this.$d.toString() !== M;
2097
2097
  }, $.isSame = function(x, y) {
2098
- var a = V(x);
2099
- return this.startOf(y) <= a && a <= this.endOf(y);
2098
+ var i = V(x);
2099
+ return this.startOf(y) <= i && i <= this.endOf(y);
2100
2100
  }, $.isAfter = function(x, y) {
2101
2101
  return V(x) < this.startOf(y);
2102
2102
  }, $.isBefore = function(x, y) {
2103
2103
  return this.endOf(y) < V(x);
2104
- }, $.$g = function(x, y, a) {
2105
- return k.u(x) ? this[y] : this.set(a, x);
2104
+ }, $.$g = function(x, y, i) {
2105
+ return k.u(x) ? this[y] : this.set(i, x);
2106
2106
  }, $.unix = function() {
2107
2107
  return Math.floor(this.valueOf() / 1e3);
2108
2108
  }, $.valueOf = function() {
2109
2109
  return this.$d.getTime();
2110
2110
  }, $.startOf = function(x, y) {
2111
- var a = this, Z = !!k.u(y) || y, r = k.p(x), f = function(G, X) {
2112
- var o1 = k.w(a.$u ? Date.UTC(a.$y, X, G) : new Date(a.$y, X, G), a);
2111
+ var i = this, Z = !!k.u(y) || y, r = k.p(x), f = function(G, X) {
2112
+ var o1 = k.w(i.$u ? Date.UTC(i.$y, X, G) : new Date(i.$y, X, G), i);
2113
2113
  return Z ? o1 : o1.endOf(h);
2114
2114
  }, v = function(G, X) {
2115
- return k.w(a.toDate()[G].apply(a.toDate("s"), (Z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(X)), a);
2115
+ return k.w(i.toDate()[G].apply(i.toDate("s"), (Z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(X)), i);
2116
2116
  }, D = this.$W, Y = this.$M, F = this.$D, W = "set" + (this.$u ? "UTC" : "");
2117
2117
  switch (r) {
2118
2118
  case p:
@@ -2137,7 +2137,7 @@ function K2() {
2137
2137
  }, $.endOf = function(x) {
2138
2138
  return this.startOf(x, !1);
2139
2139
  }, $.$set = function(x, y) {
2140
- var a, Z = k.p(x), r = "set" + (this.$u ? "UTC" : ""), f = (a = {}, a[h] = r + "Date", a[_] = r + "Date", a[m] = r + "Month", a[p] = r + "FullYear", a[T] = r + "Hours", a[g] = r + "Minutes", a[u] = r + "Seconds", a[i] = r + "Milliseconds", a)[Z], v = Z === h ? this.$D + (y - this.$W) : y;
2140
+ var i, Z = k.p(x), r = "set" + (this.$u ? "UTC" : ""), f = (i = {}, i[h] = r + "Date", i[_] = r + "Date", i[m] = r + "Month", i[p] = r + "FullYear", i[T] = r + "Hours", i[g] = r + "Minutes", i[u] = r + "Seconds", i[a] = r + "Milliseconds", i)[Z], v = Z === h ? this.$D + (y - this.$W) : y;
2141
2141
  if (Z === m || Z === p) {
2142
2142
  var D = this.clone().set(_, 1);
2143
2143
  D.$d[f](v), D.init(), this.$d = D.set(_, Math.min(this.$D, D.daysInMonth())).$d;
@@ -2148,7 +2148,7 @@ function K2() {
2148
2148
  }, $.get = function(x) {
2149
2149
  return this[k.p(x)]();
2150
2150
  }, $.add = function(x, y) {
2151
- var a, Z = this;
2151
+ var i, Z = this;
2152
2152
  x = Number(x);
2153
2153
  var r = k.p(y), f = function(Y) {
2154
2154
  var F = V(Z);
@@ -2158,14 +2158,14 @@ function K2() {
2158
2158
  if (r === p) return this.set(p, this.$y + x);
2159
2159
  if (r === h) return f(1);
2160
2160
  if (r === d) return f(7);
2161
- var v = (a = {}, a[g] = n, a[T] = l, a[u] = o, a)[r] || 1, D = this.$d.getTime() + x * v;
2161
+ var v = (i = {}, i[g] = n, i[T] = l, i[u] = o, i)[r] || 1, D = this.$d.getTime() + x * v;
2162
2162
  return k.w(D, this);
2163
2163
  }, $.subtract = function(x, y) {
2164
2164
  return this.add(-1 * x, y);
2165
2165
  }, $.format = function(x) {
2166
- var y = this, a = this.$locale();
2167
- if (!this.isValid()) return a.invalidDate || M;
2168
- var Z = x || "YYYY-MM-DDTHH:mm:ssZ", r = k.z(this), f = this.$H, v = this.$m, D = this.$M, Y = a.weekdays, F = a.months, W = a.meridiem, I = function(X, o1, x1, l1) {
2166
+ var y = this, i = this.$locale();
2167
+ if (!this.isValid()) return i.invalidDate || M;
2168
+ var Z = x || "YYYY-MM-DDTHH:mm:ssZ", r = k.z(this), f = this.$H, v = this.$m, D = this.$M, Y = i.weekdays, F = i.months, W = i.meridiem, I = function(X, o1, x1, l1) {
2169
2169
  return X && (X[o1] || X(y, Z)) || x1[o1].slice(0, l1);
2170
2170
  }, E = function(X) {
2171
2171
  return k.s(f % 12 || 12, X, "0");
@@ -2185,7 +2185,7 @@ function K2() {
2185
2185
  case "MM":
2186
2186
  return k.s(D + 1, 2, "0");
2187
2187
  case "MMM":
2188
- return I(a.monthsShort, D, F, 3);
2188
+ return I(i.monthsShort, D, F, 3);
2189
2189
  case "MMMM":
2190
2190
  return I(F, D);
2191
2191
  case "D":
@@ -2195,9 +2195,9 @@ function K2() {
2195
2195
  case "d":
2196
2196
  return String(y.$W);
2197
2197
  case "dd":
2198
- return I(a.weekdaysMin, y.$W, Y, 2);
2198
+ return I(i.weekdaysMin, y.$W, Y, 2);
2199
2199
  case "ddd":
2200
- return I(a.weekdaysShort, y.$W, Y, 3);
2200
+ return I(i.weekdaysShort, y.$W, Y, 3);
2201
2201
  case "dddd":
2202
2202
  return Y[y.$W];
2203
2203
  case "H":
@@ -2230,7 +2230,7 @@ function K2() {
2230
2230
  });
2231
2231
  }, $.utcOffset = function() {
2232
2232
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
2233
- }, $.diff = function(x, y, a) {
2233
+ }, $.diff = function(x, y, i) {
2234
2234
  var Z, r = this, f = k.p(y), v = V(x), D = (v.utcOffset() - this.utcOffset()) * n, Y = this - v, F = function() {
2235
2235
  return k.m(r, v);
2236
2236
  };
@@ -2262,15 +2262,15 @@ function K2() {
2262
2262
  default:
2263
2263
  Z = Y;
2264
2264
  }
2265
- return a ? Z : k.a(Z);
2265
+ return i ? Z : k.a(Z);
2266
2266
  }, $.daysInMonth = function() {
2267
2267
  return this.endOf(m).$D;
2268
2268
  }, $.$locale = function() {
2269
2269
  return S[this.$L];
2270
2270
  }, $.locale = function(x, y) {
2271
2271
  if (!x) return this.$L;
2272
- var a = this.clone(), Z = P(x, y, !0);
2273
- return Z && (a.$L = Z), a;
2272
+ var i = this.clone(), Z = P(x, y, !0);
2273
+ return Z && (i.$L = Z), i;
2274
2274
  }, $.clone = function() {
2275
2275
  return k.w(this.$d, this);
2276
2276
  }, $.toDate = function() {
@@ -2283,7 +2283,7 @@ function K2() {
2283
2283
  return this.$d.toUTCString();
2284
2284
  }, B;
2285
2285
  }(), U = H.prototype;
2286
- return V.prototype = U, [["$ms", i], ["$s", u], ["$m", g], ["$H", T], ["$W", h], ["$M", m], ["$y", p], ["$D", _]].forEach(function(B) {
2286
+ return V.prototype = U, [["$ms", a], ["$s", u], ["$m", g], ["$H", T], ["$W", h], ["$M", m], ["$y", p], ["$D", _]].forEach(function(B) {
2287
2287
  U[B[1]] = function($) {
2288
2288
  return this.$g($, B[0], B[1]);
2289
2289
  };
@@ -2296,7 +2296,7 @@ function K2() {
2296
2296
  }(O0)), O0.exports;
2297
2297
  }
2298
2298
  var q2 = K2();
2299
- const i1 = /* @__PURE__ */ N2(q2), o2 = {
2299
+ const a1 = /* @__PURE__ */ N2(q2), o2 = {
2300
2300
  weekdays: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
2301
2301
  months: [
2302
2302
  "January",
@@ -2345,24 +2345,24 @@ var I0 = { exports: {} }, Z0 = {};
2345
2345
  * This source code is licensed under the MIT license found in the
2346
2346
  * LICENSE file in the root directory of this source tree.
2347
2347
  */
2348
- var i2;
2348
+ var a2;
2349
2349
  function Q2() {
2350
- if (i2) return Z0;
2351
- i2 = 1;
2350
+ if (a2) return Z0;
2351
+ a2 = 1;
2352
2352
  var s = Symbol.for("react.transitional.element"), c = Symbol.for("react.fragment");
2353
- function o(n, l, i) {
2353
+ function o(n, l, a) {
2354
2354
  var u = null;
2355
- if (i !== void 0 && (u = "" + i), l.key !== void 0 && (u = "" + l.key), "key" in l) {
2356
- i = {};
2355
+ if (a !== void 0 && (u = "" + a), l.key !== void 0 && (u = "" + l.key), "key" in l) {
2356
+ a = {};
2357
2357
  for (var g in l)
2358
- g !== "key" && (i[g] = l[g]);
2359
- } else i = l;
2360
- return l = i.ref, {
2358
+ g !== "key" && (a[g] = l[g]);
2359
+ } else a = l;
2360
+ return l = a.ref, {
2361
2361
  $$typeof: s,
2362
2362
  type: n,
2363
2363
  key: u,
2364
2364
  ref: l !== void 0 ? l : null,
2365
- props: i
2365
+ props: a
2366
2366
  };
2367
2367
  }
2368
2368
  return Z0.Fragment = c, Z0.jsx = o, Z0.jsxs = o, Z0;
@@ -2377,9 +2377,9 @@ var $0 = {};
2377
2377
  * This source code is licensed under the MIT license found in the
2378
2378
  * LICENSE file in the root directory of this source tree.
2379
2379
  */
2380
- var a2;
2380
+ var i2;
2381
2381
  function e9() {
2382
- return a2 || (a2 = 1, process.env.NODE_ENV !== "production" && function() {
2382
+ return i2 || (i2 = 1, process.env.NODE_ENV !== "production" && function() {
2383
2383
  function s(r) {
2384
2384
  if (r == null) return null;
2385
2385
  if (typeof r == "function")
@@ -2458,7 +2458,7 @@ function e9() {
2458
2458
  var r = k.A;
2459
2459
  return r === null ? null : r.getOwner();
2460
2460
  }
2461
- function i() {
2461
+ function a() {
2462
2462
  return Error("react-stack-top-frame");
2463
2463
  }
2464
2464
  function u(r) {
@@ -2581,8 +2581,8 @@ React keys must be passed directly to JSX without using spread:
2581
2581
  };
2582
2582
  var $, x = {}, y = j["react-stack-bottom-frame"].bind(
2583
2583
  j,
2584
- i
2585
- )(), a = B(n(i)), Z = {};
2584
+ a
2585
+ )(), i = B(n(a)), Z = {};
2586
2586
  $0.Fragment = M, $0.jsx = function(r, f, v, D, Y) {
2587
2587
  var F = 1e4 > k.recentlyCreatedOwnerStacks++;
2588
2588
  return d(
@@ -2593,7 +2593,7 @@ React keys must be passed directly to JSX without using spread:
2593
2593
  D,
2594
2594
  Y,
2595
2595
  F ? Error("react-stack-top-frame") : y,
2596
- F ? B(n(r)) : a
2596
+ F ? B(n(r)) : i
2597
2597
  );
2598
2598
  }, $0.jsxs = function(r, f, v, D, Y) {
2599
2599
  var F = 1e4 > k.recentlyCreatedOwnerStacks++;
@@ -2605,7 +2605,7 @@ React keys must be passed directly to JSX without using spread:
2605
2605
  D,
2606
2606
  Y,
2607
2607
  F ? Error("react-stack-top-frame") : y,
2608
- F ? B(n(r)) : a
2608
+ F ? B(n(r)) : i
2609
2609
  );
2610
2610
  };
2611
2611
  }()), $0;
@@ -2753,7 +2753,7 @@ const s9 = {
2753
2753
  ] }),
2754
2754
  DocumentOutline: /* @__PURE__ */ e.jsx("g", { children: /* @__PURE__ */ e.jsx("path", { d: "M19.9884644,7.9429321c-.0056763-.0961304-.0238037-.1889648-.0563965-.2791748-.0136108-.0377197-.02948-.0718994-.0473633-.1074219-.0358887-.0717163-.0809937-.1365967-.1340332-.1987305-.0255127-.0297852-.0474854-.0601196-.0762939-.086731-.0128784-.0119629-.0206299-.0275879-.0342407-.0389404l-6-5c-.0758057-.0632935-.1593628-.1132812-.2473145-.1508789-.0074463-.0031738-.0159912-.003418-.0235596-.0064697-.1038818-.0413818-.2130127-.0603638-.3239136-.0654297-.0159302-.0007324-.0292358-.0091553-.0453491-.0091553h-5.375c-1.9990234,0-3.625,1.659668-3.625,3.7001953v12.5996094c0,2.0405273,1.6259766,3.7001953,3.625,3.7001953h8.75c1.9990234,0,3.625-1.659668,3.625-3.7001953v-10.2998047c0-.0202637-.010376-.0371094-.0115356-.0570679ZM14,5.1352539l2.237793,1.8647461h-2.237793v-1.8647461ZM16.375,20H7.625c-.8959961,0-1.625-.7626953-1.625-1.7001953V5.7001953c0-.9375.7290039-1.7001953,1.625-1.7001953h4.375v4c0,.5522461.4477539,1,1,1h5v9.2998047c0,.9375-.7290039,1.7001953-1.625,1.7001953Z" }) })
2755
2755
  }, Y1 = Object.entries(s9).reduce((s, [c, o]) => {
2756
- const n = ({ size: l = 24, color: i, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
2756
+ const n = ({ size: l = 24, color: a, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
2757
2757
  "svg",
2758
2758
  {
2759
2759
  xmlns: "http://www.w3.org/2000/svg",
@@ -2761,7 +2761,7 @@ const s9 = {
2761
2761
  preserveAspectRatio: "xMidYMid meet",
2762
2762
  width: l,
2763
2763
  height: l,
2764
- fill: i || "currentColor",
2764
+ fill: a || "currentColor",
2765
2765
  style: u,
2766
2766
  ...g,
2767
2767
  children: o
@@ -3196,7 +3196,7 @@ const c9 = Y1.DocumentOutline, l9 = {
3196
3196
  /* @__PURE__ */ e.jsx("path", { d: "M9,13h6c.5522461,0,1-.4477539,1-1s-.4477539-1-1-1h-6c-.5522461,0-1,.4477539-1,1s.4477539,1,1,1Z" })
3197
3197
  ] })
3198
3198
  }, f1 = Object.entries(l9).reduce((s, [c, o]) => {
3199
- const n = ({ size: l = 24, color: i, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
3199
+ const n = ({ size: l = 24, color: a, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
3200
3200
  "svg",
3201
3201
  {
3202
3202
  xmlns: "http://www.w3.org/2000/svg",
@@ -3204,7 +3204,7 @@ const c9 = Y1.DocumentOutline, l9 = {
3204
3204
  preserveAspectRatio: "xMidYMid meet",
3205
3205
  width: l,
3206
3206
  height: l,
3207
- fill: i || "currentColor",
3207
+ fill: a || "currentColor",
3208
3208
  style: u,
3209
3209
  ...g,
3210
3210
  children: o
@@ -3256,7 +3256,7 @@ const o9 = f1.FileTrayFill;
3256
3256
  f1.FileTrayOutline;
3257
3257
  f1.FileTrayDocumentFill;
3258
3258
  f1.FileTrayDocumentOutline;
3259
- const i9 = {
3259
+ const a9 = {
3260
3260
  CheckBoxFill: [
3261
3261
  /* @__PURE__ */ e.jsx("g", { children: /* @__PURE__ */ e.jsx("path", { d: "M18,3H6c-1.7,0-3,1.3-3,3v12c0,1.7,1.3,3,3,3h12c1.7,0,3-1.3,3-3V6c0-1.7-1.3-3-3-3ZM16.2,11.2l-5,5c-.2.2-.5.3-.7.3s-.5,0-.7-.3l-3-3c-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0l2.3,2.3,4.3-4.3c.4-.4,1-.4,1.4,0s.4,1,0,1.4Z" }) }, "1")
3262
3262
  ],
@@ -3523,8 +3523,8 @@ const i9 = {
3523
3523
  /* @__PURE__ */ e.jsx("path", { d: "M19,8h-.272522c-.0349731-1.7973633-.7510376-3.543396-2.0365601-4.828125-2.0864258-2.0883789-5.28125-2.640625-7.9467773-1.378418-.737793.3496094-1.2617188,1.0390625-1.4008789,1.8432617-.1386719.8007812.1210938,1.621582.6953125,2.1958008.7421875.7426758,1.8867188.9350586,2.8466797.4799805.7617188-.359375,1.6738281-.2026367,2.2705078.3945312.3504639.3504639.5374756.8133545.5672607,1.2929688H5c-1.6542969,0-3,1.3457031-3,3v8c0,1.6542969,1.3457031,3,3,3h14c1.6542969,0,3-1.3457031,3-3v-8c0-1.6542969-1.3457031-3-3-3ZM14.5698242,5.2929688c-1.1914062-1.1928711-3.0166016-1.5097656-4.5400391-.7880859-.2011719.0952148-.4287109.0615234-.5771484-.0864258-.159668-.159668-.1557617-.3447266-.1386719-.4404297.0136719-.0791016.0688477-.2739258.2866211-.3769531,1.9057617-.9003906,4.1860352-.5058594,5.6762695.9848633.9247437.9247437,1.4290161,2.1364746,1.456543,3.4140625h-1.0015869c-.0307617-1.0031128-.4301758-1.9752197-1.1619873-2.7070312ZM20,19c0,.5512695-.4487305,1-1,1H5c-.5512695,0-1-.4487305-1-1v-8c0-.5512695.4487305-1,1-1h14c.5512695,0,1,.4487305,1,1v8Z" }),
3524
3524
  /* @__PURE__ */ e.jsx("path", { d: "M13,16.0131836v-.2250977c.8813477-.3869019,1.5-1.265564,1.5-2.2880859,0-1.378418-1.121582-2.5-2.5-2.5s-2.5,1.121582-2.5,2.5c0,1.022522.6186523,1.9011841,1.5,2.2880859v2.2119141c0,.5522461.4477539,1,1,1s1-.4477539,1-1c.2597656,0,.5200195-.1103516.7099609-.2900391.0898438-.1000977.159668-.2099609.2099609-.3300781.0498047-.1201172.0800781-.25.0800781-.3798828,0-.2602539-.1103516-.5200195-.2900391-.7099609-.189209-.184082-.4500732-.2758789-.7099609-.2768555ZM12,14c-.2758789,0-.5-.2241211-.5-.5s.2241211-.5.5-.5.5.2241211.5.5-.2241211.5-.5.5Z" })
3525
3525
  ] })
3526
- }, v1 = Object.entries(i9).reduce((s, [c, o]) => {
3527
- const n = ({ size: l = 24, color: i, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
3526
+ }, v1 = Object.entries(a9).reduce((s, [c, o]) => {
3527
+ const n = ({ size: l = 24, color: a, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
3528
3528
  "svg",
3529
3529
  {
3530
3530
  xmlns: "http://www.w3.org/2000/svg",
@@ -3532,7 +3532,7 @@ const i9 = {
3532
3532
  preserveAspectRatio: "xMidYMid meet",
3533
3533
  width: l,
3534
3534
  height: l,
3535
- fill: i || "currentColor",
3535
+ fill: a || "currentColor",
3536
3536
  style: u,
3537
3537
  ...g,
3538
3538
  children: o
@@ -3558,7 +3558,7 @@ v1.ErrorTriangleFill;
3558
3558
  v1.ErrorTriangleOutline;
3559
3559
  v1.BoxFill;
3560
3560
  v1.BoxOutline;
3561
- const a9 = v1.CircleFill;
3561
+ const i9 = v1.CircleFill;
3562
3562
  v1.CircleOutline;
3563
3563
  v1.TriangleFill;
3564
3564
  v1.TriangleOutline;
@@ -3800,7 +3800,7 @@ const h9 = {
3800
3800
  /* @__PURE__ */ e.jsx("path", { d: "M12,2C6.4858398,2,2,6.4858398,2,12s4.4858398,10,10,10c1.5615234,0,3.0571289-.3500977,4.4462891-1.0405273,3.425293-1.703125,5.5537109-5.1362305,5.5537109-8.9594727,0-5.5141602-4.4858398-10-10-10ZM15.5556641,19.168457c-1.109375.5517578-2.3061523.831543-3.5556641.831543-4.4111328,0-8-3.5888672-8-8S7.5888672,4,12,4s8,3.5888672,8,8c0,3.059082-1.7026367,5.8061523-4.4443359,7.168457Z" })
3801
3801
  ] })
3802
3802
  }, y1 = Object.entries(h9).reduce((s, [c, o]) => {
3803
- const n = ({ size: l = 24, color: i, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
3803
+ const n = ({ size: l = 24, color: a, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
3804
3804
  "svg",
3805
3805
  {
3806
3806
  xmlns: "http://www.w3.org/2000/svg",
@@ -3808,7 +3808,7 @@ const h9 = {
3808
3808
  preserveAspectRatio: "xMidYMid meet",
3809
3809
  width: l,
3810
3810
  height: l,
3811
- fill: i || "currentColor",
3811
+ fill: a || "currentColor",
3812
3812
  style: u,
3813
3813
  ...g,
3814
3814
  children: o
@@ -4133,7 +4133,7 @@ const p9 = {
4133
4133
  /* @__PURE__ */ e.jsx("path", { d: "M12.7099609,16.2904912c-.1000977-.090332-.2099609-.1601562-.3300781-.2104492-.3701172-.159668-.8100586-.0698242-1.0898438.2104492-.090332.0996094-.1601562.2099609-.2104492.3295898-.0498047.1201172-.0795898.25-.0795898.3803711,0,.2700195.1098633.5200195.2900391.7099609.1899414.1796875.449707.2900391.7099609.2900391.1298828,0,.2597656-.0302734.3798828-.0800781.1201172-.050293.2299805-.1201172.3300781-.2099609.1796875-.1899414.2900391-.4399414.2900391-.7099609,0-.1303711-.0302734-.2602539-.0800781-.3803711-.050293-.1196289-.1201172-.2299805-.2099609-.3295898Z" })
4134
4134
  ] })
4135
4135
  }, R1 = Object.entries(p9).reduce((s, [c, o]) => {
4136
- const n = ({ size: l = 24, color: i, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
4136
+ const n = ({ size: l = 24, color: a, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
4137
4137
  "svg",
4138
4138
  {
4139
4139
  xmlns: "http://www.w3.org/2000/svg",
@@ -4141,7 +4141,7 @@ const p9 = {
4141
4141
  preserveAspectRatio: "xMidYMid meet",
4142
4142
  width: l,
4143
4143
  height: l,
4144
- fill: i || "currentColor",
4144
+ fill: a || "currentColor",
4145
4145
  style: u,
4146
4146
  ...g,
4147
4147
  children: o
@@ -4691,7 +4691,7 @@ L17.9974995,6z`
4691
4691
  /* @__PURE__ */ e.jsx("path", { d: "M19.8759766,19.2895508l-3.6835938-9.8393555v-5.4169922c0-1.1210938-.9692383-2.0332031-2.1606445-2.0332031h-4.0634766c-1.1914062,0-2.1606445.9121094-2.1606445,2.0332031l.0039062,5.4067383-3.6875,9.8496094c-.2255859.6030273-.1425781,1.2548828.2275391,1.7890625.3999023.5771484,1.0766602.9213867,1.8095703.9213867h11.6777344c.7329102,0,1.409668-.3442383,1.8095703-.9213867.3701172-.5341797.453125-1.1860352.2275391-1.7890625ZM9.6845703,10.1416016c.081543-.2182617.1230469-.4462891.1230469-.6777344l-.0063477-5.4023438c.0073242-.012207.0605469-.0615234.1669922-.0615234h4.0634766c.1049805,0,.159668.0507812.1606445.0332031v5.4306641c0,.2314453.0415039.4594727.1230469.6772461l1.2210083,3.241272c-1.4790649-.2501831-3.0652466.1393433-4.2073364,1.1737671-.9326782.8432617-2.355957.9629517-3.4384155.37677l1.7938843-4.7913208ZM17.8388672,20H6.1611328c-.078125,0-.1259766-.0249023-.1484375-.0249023-.0048828,0-.0087891.0009766-.0112305.0039062l1.1902466-3.1790771c.6733398.3119507,1.40448.4871826,2.1437378.4871826,1.2080078,0,2.4160156-.4160156,3.3359375-1.2485352,1.0473022-.9481812,2.7137451-.9819336,3.8192749-.1231689l1.5151978,4.0220947c-.0073242.0131836-.0571289.0625-.1669922.0625Z" })
4692
4692
  ] })
4693
4693
  }, n1 = Object.entries(x9).reduce((s, [c, o]) => {
4694
- const n = ({ size: l = 24, color: i, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
4694
+ const n = ({ size: l = 24, color: a, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
4695
4695
  "svg",
4696
4696
  {
4697
4697
  xmlns: "http://www.w3.org/2000/svg",
@@ -4699,7 +4699,7 @@ L17.9974995,6z`
4699
4699
  preserveAspectRatio: "xMidYMid meet",
4700
4700
  width: l,
4701
4701
  height: l,
4702
- fill: i || "currentColor",
4702
+ fill: a || "currentColor",
4703
4703
  style: u,
4704
4704
  ...g,
4705
4705
  children: o
@@ -4905,7 +4905,7 @@ const Z9 = {
4905
4905
  /* @__PURE__ */ e.jsx("path", { d: "M12,7c-.2602539,0-.5200195-.1103516-.7099609-.2900391-.1801758-.1899414-.2900391-.4399414-.2900391-.7099609s.1098633-.5200195.2900391-.7099609c.3696289-.3701172,1.0498047-.3701172,1.4199219,0,.1796875.1899414.2900391.4399414.2900391.7099609s-.1103516.5200195-.2900391.7099609c-.1899414.1796875-.4501953.2900391-.7099609.2900391Z" })
4906
4906
  ] })
4907
4907
  }, s1 = Object.entries(Z9).reduce((s, [c, o]) => {
4908
- const n = ({ size: l = 24, color: i, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
4908
+ const n = ({ size: l = 24, color: a, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
4909
4909
  "svg",
4910
4910
  {
4911
4911
  xmlns: "http://www.w3.org/2000/svg",
@@ -4913,7 +4913,7 @@ const Z9 = {
4913
4913
  preserveAspectRatio: "xMidYMid meet",
4914
4914
  width: l,
4915
4915
  height: l,
4916
- fill: i || "currentColor",
4916
+ fill: a || "currentColor",
4917
4917
  style: u,
4918
4918
  ...g,
4919
4919
  children: o
@@ -5981,7 +5981,7 @@ const C9 = {
5981
5981
  )
5982
5982
  ] })
5983
5983
  }, h1 = Object.entries(C9).reduce((s, [c, o]) => {
5984
- const n = ({ size: l = 24, color: i, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
5984
+ const n = ({ size: l = 24, color: a, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
5985
5985
  "svg",
5986
5986
  {
5987
5987
  xmlns: "http://www.w3.org/2000/svg",
@@ -5989,7 +5989,7 @@ const C9 = {
5989
5989
  preserveAspectRatio: "xMidYMid meet",
5990
5990
  width: l,
5991
5991
  height: l,
5992
- fill: i || "currentColor",
5992
+ fill: a || "currentColor",
5993
5993
  style: u,
5994
5994
  ...g,
5995
5995
  children: o
@@ -6442,7 +6442,7 @@ const S9 = {
6442
6442
  )
6443
6443
  ] })
6444
6444
  }, k0 = Object.entries(S9).reduce((s, [c, o]) => {
6445
- const n = ({ size: l = 24, color: i, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
6445
+ const n = ({ size: l = 24, color: a, style: u = {}, ...g }) => /* @__PURE__ */ e.jsx(
6446
6446
  "svg",
6447
6447
  {
6448
6448
  xmlns: "http://www.w3.org/2000/svg",
@@ -6450,7 +6450,7 @@ const S9 = {
6450
6450
  preserveAspectRatio: "xMidYMid meet",
6451
6451
  width: l,
6452
6452
  height: l,
6453
- fill: i || "currentColor",
6453
+ fill: a || "currentColor",
6454
6454
  style: u,
6455
6455
  ...g,
6456
6456
  children: o
@@ -6469,7 +6469,7 @@ const m0 = ({
6469
6469
  background: o,
6470
6470
  color: n,
6471
6471
  borderColor: l,
6472
- borderType: i = "solid",
6472
+ borderType: a = "solid",
6473
6473
  borderWeight: u = "1",
6474
6474
  className: g = "",
6475
6475
  closeable: T = !1,
@@ -6485,11 +6485,11 @@ const m0 = ({
6485
6485
  style: L = {},
6486
6486
  ...w
6487
6487
  }) => {
6488
- const C = m1(), { bgColor: z, txtColor: R, borColor: b } = a1({
6488
+ const C = m1(), { bgColor: z, txtColor: R, borColor: b } = i1({
6489
6489
  border: _,
6490
6490
  fallback: c,
6491
6491
  componentType: "tag"
6492
- }), S = o ? N(o, C) : z, O = n ? N(n, C) : R, A = l ? N(l, C) : b, P = _ && A ? `${u}px ${i} ${A}` : "none", V = G1(j, C), k = E1(p, C), H = {
6492
+ }), S = o ? N(o, C) : z, O = n ? N(n, C) : R, A = l ? N(l, C) : b, P = _ && A ? `${u}px ${a} ${A}` : "none", V = G1(j, C), k = E1(p, C), H = {
6493
6493
  sm: C.typography.fontSize.sm,
6494
6494
  md: C.typography.fontSize.base,
6495
6495
  lg: C.typography.fontSize.lg
@@ -6559,7 +6559,7 @@ const m0 = ({
6559
6559
  border: o = !0,
6560
6560
  borderColor: n,
6561
6561
  borderType: l = "solid",
6562
- borderWeight: i = 1,
6562
+ borderWeight: a = 1,
6563
6563
  underline: u = !1,
6564
6564
  beforeIcon: g = /* @__PURE__ */ t.jsx(H0, { size: 16 }),
6565
6565
  afterIcon: T,
@@ -6589,7 +6589,7 @@ const m0 = ({
6589
6589
  ariaLabel: $,
6590
6590
  ariaRequired: x,
6591
6591
  ariaInvalid: y,
6592
- ariaDescribedby: a,
6592
+ ariaDescribedby: i,
6593
6593
  ...Z
6594
6594
  }) => {
6595
6595
  const r = m1(), [f, v] = q(!1), [D, Y] = q(""), [F, W] = q(null), [I, E] = q(-1), [G, X] = q(!1), [o1, x1] = q({
@@ -6598,15 +6598,15 @@ const m0 = ({
6598
6598
  }), l1 = u1(null), M1 = u1(null), K = u1(null), J = u1([]), d1 = U.filter(
6599
6599
  (Q) => Q.label.toLowerCase().includes(D.toLowerCase())
6600
6600
  ), Z1 = k ? U.filter((Q) => Array.isArray(m) && m.includes(Q.value)) : U.find((Q) => Q.value === m), D1 = C1((Q) => {
6601
- var z1, H1;
6602
- !((z1 = l1.current) != null && z1.contains(Q.target)) && !((H1 = K.current) != null && H1.contains(Q.target)) && v(!1);
6601
+ var T1, H1;
6602
+ !((T1 = l1.current) != null && T1.contains(Q.target)) && !((H1 = K.current) != null && H1.contains(Q.target)) && v(!1);
6603
6603
  }, []), w1 = C1((Q) => {
6604
6604
  Q.key === "Escape" && v(!1);
6605
- }, []), T1 = C1(
6605
+ }, []), F1 = C1(
6606
6606
  (Q) => {
6607
6607
  if (!(O || A))
6608
6608
  if (k) {
6609
- const z1 = Array.isArray(m) ? m : [], L1 = z1.includes(Q.value) ? z1.filter((P1) => P1 !== Q.value) : [...z1, Q.value];
6609
+ const T1 = Array.isArray(m) ? m : [], L1 = T1.includes(Q.value) ? T1.filter((P1) => P1 !== Q.value) : [...T1, Q.value];
6610
6610
  j(L1), Y(""), setTimeout(() => {
6611
6611
  var P1;
6612
6612
  (P1 = M1.current) == null || P1.focus();
@@ -6626,9 +6626,9 @@ const m0 = ({
6626
6626
  ]
6627
6627
  ), S1 = C1(
6628
6628
  (Q) => {
6629
- var z1, H1, L1, P1;
6629
+ var T1, H1, L1, P1;
6630
6630
  if (Q.key.length === 1 && !Q.ctrlKey && !Q.altKey && !Q.metaKey) {
6631
- f || v(!0), (z1 = M1.current) == null || z1.focus();
6631
+ f || v(!0), (T1 = M1.current) == null || T1.focus();
6632
6632
  return;
6633
6633
  }
6634
6634
  if (!f && (Q.key === "Enter" || Q.key === "ArrowDown")) {
@@ -6649,7 +6649,7 @@ const m0 = ({
6649
6649
  });
6650
6650
  break;
6651
6651
  case "Enter":
6652
- Q.preventDefault(), I >= 0 && I < d1.length && T1(d1[I]);
6652
+ Q.preventDefault(), I >= 0 && I < d1.length && F1(d1[I]);
6653
6653
  break;
6654
6654
  case "Escape":
6655
6655
  Q.preventDefault(), v(!1);
@@ -6662,7 +6662,7 @@ const m0 = ({
6662
6662
  const Q1 = U.find(
6663
6663
  (e0) => e0.value === m[m.length - 1]
6664
6664
  );
6665
- Q1 && T1(Q1);
6665
+ Q1 && F1(Q1);
6666
6666
  }
6667
6667
  break;
6668
6668
  }
@@ -6675,13 +6675,13 @@ const m0 = ({
6675
6675
  k,
6676
6676
  m,
6677
6677
  U,
6678
- T1
6678
+ F1
6679
6679
  ]
6680
6680
  ), N1 = C1(() => {
6681
6681
  if (!l1.current || !K.current) return;
6682
- const Q = l1.current.getBoundingClientRect(), z1 = K.current.getBoundingClientRect(), H1 = window.scrollY || document.documentElement.scrollTop, L1 = window.scrollX || document.documentElement.scrollLeft, P1 = window.innerHeight - Q.bottom, Q1 = Q.top, e0 = P1 < z1.height && Q1 > P1;
6682
+ const Q = l1.current.getBoundingClientRect(), T1 = K.current.getBoundingClientRect(), H1 = window.scrollY || document.documentElement.scrollTop, L1 = window.scrollX || document.documentElement.scrollLeft, P1 = window.innerHeight - Q.bottom, Q1 = Q.top, e0 = P1 < T1.height && Q1 > P1;
6683
6683
  x1({
6684
- top: e0 ? Q.top - z1.height - 4 + H1 : Q.bottom + 4 + H1,
6684
+ top: e0 ? Q.top - T1.height - 4 + H1 : Q.bottom + 4 + H1,
6685
6685
  left: Q.left + L1
6686
6686
  });
6687
6687
  }, []);
@@ -6702,7 +6702,7 @@ const m0 = ({
6702
6702
  }), [D1, w1]), j1(() => {
6703
6703
  if (f && Z1 && !D) {
6704
6704
  const Q = d1.findIndex(
6705
- (z1) => z1.value === (k ? m[0] : m)
6705
+ (T1) => T1.value === (k ? m[0] : m)
6706
6706
  );
6707
6707
  Q >= 0 && J.current[Q] && (J.current[Q].scrollIntoView({
6708
6708
  block: "center"
@@ -6712,11 +6712,11 @@ const m0 = ({
6712
6712
  const X1 = () => {
6713
6713
  var Q;
6714
6714
  j(k ? [] : null), Y(""), (Q = M1.current) == null || Q.focus();
6715
- }, { bgColor: V1, txtColor: k1, borColor: I1 } = a1({
6715
+ }, { bgColor: V1, txtColor: k1, borColor: I1 } = i1({
6716
6716
  border: o,
6717
6717
  fallback: b ? "error" : G ? "focus" : "default",
6718
6718
  componentType: "input"
6719
- }), r1 = s ? N(s, r) : V1, b1 = c ? N(c, r) : k1, _1 = n ? N(n, r) : I1, $1 = o && _1 ? `${i}px ${l} ${_1}` : "none", J1 = G1(p, r), W1 = E1(_, r), B1 = {
6719
+ }), r1 = s ? N(s, r) : V1, b1 = c ? N(c, r) : k1, _1 = n ? N(n, r) : I1, $1 = o && _1 ? `${a}px ${l} ${_1}` : "none", J1 = G1(p, r), W1 = E1(_, r), B1 = {
6720
6720
  sm: { height: 32, fontSize: 14, padding: "4px" },
6721
6721
  md: { height: 38, fontSize: 16, padding: "6px" },
6722
6722
  lg: { height: 42, fontSize: 18, padding: "8px" }
@@ -6763,7 +6763,7 @@ const m0 = ({
6763
6763
  "aria-label": $ || z,
6764
6764
  "aria-required": x,
6765
6765
  "aria-invalid": y || b,
6766
- "aria-describedby": `${L}-description ${a || (b ? `${L}-error` : "")}`,
6766
+ "aria-describedby": `${L}-description ${i || (b ? `${L}-error` : "")}`,
6767
6767
  "aria-disabled": O,
6768
6768
  style: {
6769
6769
  display: "flex",
@@ -6824,7 +6824,7 @@ const m0 = ({
6824
6824
  {
6825
6825
  size: M,
6826
6826
  closeable: !0,
6827
- onClose: () => T1(Q),
6827
+ onClose: () => F1(Q),
6828
6828
  colorType: w,
6829
6829
  className: "sud-select__tag",
6830
6830
  children: Q.label
@@ -6968,22 +6968,22 @@ const m0 = ({
6968
6968
  },
6969
6969
  children: "검색 결과가 없습니다"
6970
6970
  }
6971
- ) : d1.map((Q, z1) => {
6971
+ ) : d1.map((Q, T1) => {
6972
6972
  const H1 = k ? m == null ? void 0 : m.includes(Q.value) : m === Q.value;
6973
6973
  return /* @__PURE__ */ t.jsx(
6974
6974
  "div",
6975
6975
  {
6976
- ref: (L1) => J.current[z1] = L1,
6976
+ ref: (L1) => J.current[T1] = L1,
6977
6977
  className: c1(
6978
6978
  "sud-select__option",
6979
6979
  H1 ? "sud-select__option--selected" : "",
6980
- z1 === I ? "sud-select__option--focused" : ""
6980
+ T1 === I ? "sud-select__option--focused" : ""
6981
6981
  ),
6982
6982
  role: "option",
6983
6983
  "aria-selected": H1,
6984
6984
  "aria-disabled": O,
6985
6985
  onClick: (L1) => {
6986
- L1.stopPropagation(), T1(Q);
6986
+ L1.stopPropagation(), F1(Q);
6987
6987
  },
6988
6988
  style: {
6989
6989
  padding: "8px 12px",
@@ -7040,7 +7040,7 @@ const m0 = ({
7040
7040
  onChange: o,
7041
7041
  disabled: n = !1,
7042
7042
  size: l = "md",
7043
- block: i = !1,
7043
+ block: a = !1,
7044
7044
  colorType: u = "default",
7045
7045
  background: g,
7046
7046
  color: T,
@@ -7055,7 +7055,7 @@ const m0 = ({
7055
7055
  name: w = "segmented-control",
7056
7056
  ...C
7057
7057
  }) => {
7058
- const z = m1(), R = (k) => typeof k == "object" ? k.value : k, b = (k) => typeof k == "object" ? k.label : k, S = (k) => typeof k == "object" && k.disabled, { bgColor: O } = a1({
7058
+ const z = m1(), R = (k) => typeof k == "object" ? k.value : k, b = (k) => typeof k == "object" ? k.label : k, S = (k) => typeof k == "object" && k.disabled, { bgColor: O } = i1({
7059
7059
  fallback: "hovered",
7060
7060
  componentType: "etc"
7061
7061
  }), A = G1(_, z), P = E1(p, z), V = (k, H) => {
@@ -7074,7 +7074,7 @@ const m0 = ({
7074
7074
  border: h ? `${j}px ${m} ${d}` : "none",
7075
7075
  ...A,
7076
7076
  padding: 3,
7077
- width: i ? "100%" : "fit-content",
7077
+ width: a ? "100%" : "fit-content",
7078
7078
  boxShadow: P,
7079
7079
  ...M
7080
7080
  },
@@ -7099,7 +7099,7 @@ const m0 = ({
7099
7099
  shape: _,
7100
7100
  disabled: x,
7101
7101
  style: {
7102
- flex: i ? 1 : "none",
7102
+ flex: a ? 1 : "none",
7103
7103
  transition: "background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease"
7104
7104
  },
7105
7105
  children: B
@@ -7116,7 +7116,7 @@ const m0 = ({
7116
7116
  iconColor: n = "neutral-6",
7117
7117
  className: l = "",
7118
7118
  // Typography props
7119
- description: i = "No Data",
7119
+ description: a = "No Data",
7120
7120
  pretendard: u = "R",
7121
7121
  gmarket: g,
7122
7122
  suite: T,
@@ -7158,7 +7158,7 @@ const m0 = ({
7158
7158
  weight: m,
7159
7159
  color: p,
7160
7160
  as: j,
7161
- children: i
7161
+ children: a
7162
7162
  }
7163
7163
  )
7164
7164
  ]
@@ -7170,7 +7170,7 @@ const m0 = ({
7170
7170
  footer: o,
7171
7171
  thumb: n,
7172
7172
  colorType: l = "default",
7173
- background: i,
7173
+ background: a,
7174
7174
  color: u,
7175
7175
  border: g = !0,
7176
7176
  borderColor: T,
@@ -7191,10 +7191,10 @@ const m0 = ({
7191
7191
  onClose: S,
7192
7192
  ...O
7193
7193
  }) => {
7194
- const A = m1(), { bgColor: P, txtColor: V, borColor: k } = a1({
7194
+ const A = m1(), { bgColor: P, txtColor: V, borColor: k } = i1({
7195
7195
  border: g,
7196
7196
  fallback: l
7197
- }), H = i ? N(i, A) : P, U = u ? N(u, A) : V, B = T ? N(T, A) : k, $ = g && B ? `${d}px ${h} ${B}` : "none", x = C === "drawer" || b ? {} : G1(m, A), y = E1(j, A), a = A.spacing;
7197
+ }), H = a ? N(a, A) : P, U = u ? N(u, A) : V, B = T ? N(T, A) : k, $ = g && B ? `${d}px ${h} ${B}` : "none", x = C === "drawer" || b ? {} : G1(m, A), y = E1(j, A), i = A.spacing;
7198
7198
  return /* @__PURE__ */ t.jsxs(
7199
7199
  "div",
7200
7200
  {
@@ -7219,7 +7219,7 @@ const m0 = ({
7219
7219
  "div",
7220
7220
  {
7221
7221
  className: `sud-${C}__title`,
7222
- style: { padding: a.md, width: "100%" },
7222
+ style: { padding: i.md, width: "100%" },
7223
7223
  children: typeof s == "string" ? C === "modal" ? /* @__PURE__ */ t.jsxs("div", { className: "flex jus-bet item-cen", children: [
7224
7224
  /* @__PURE__ */ t.jsx(
7225
7225
  t1,
@@ -7274,10 +7274,10 @@ const m0 = ({
7274
7274
  {
7275
7275
  className: `sud-${C}__body`,
7276
7276
  style: {
7277
- padding: a.md,
7277
+ padding: i.md,
7278
7278
  display: "flex",
7279
7279
  flexDirection: "column",
7280
- gap: a.sm,
7280
+ gap: i.sm,
7281
7281
  width: "100%"
7282
7282
  },
7283
7283
  children: c
@@ -7289,7 +7289,7 @@ const m0 = ({
7289
7289
  {
7290
7290
  className: `sud-${C}__footer`,
7291
7291
  style: {
7292
- padding: a.md,
7292
+ padding: i.md,
7293
7293
  width: "100%"
7294
7294
  },
7295
7295
  children: o
@@ -7354,7 +7354,7 @@ const m0 = ({
7354
7354
  items: o = [],
7355
7355
  view: n = "month",
7356
7356
  viewControl: l = !1,
7357
- dateControl: i = !1,
7357
+ dateControl: a = !1,
7358
7358
  headerRender: u,
7359
7359
  // 년/월 표시 및 prev/next 버튼 (기본 헤더 대체)
7360
7360
  viewControlRender: g,
@@ -7395,49 +7395,49 @@ const m0 = ({
7395
7395
  g1.disconnect();
7396
7396
  };
7397
7397
  }, [A]);
7398
- const [a, Z] = q(z9[x]), [r, f] = q(i1(s || /* @__PURE__ */ new Date())), [v, D] = q(
7399
- S ? i1(S) : null
7400
- ), [Y, F] = q(O ? i1(O) : null), [W, I] = q(null), [E, G] = q(i1(s || /* @__PURE__ */ new Date())), [X, o1] = q(n), [x1, l1] = q(!1), [M1, K] = q(r.year()), [J, d1] = q(r.month()), [Z1, D1] = q(r.date()), [w1, T1] = q(!1), S1 = () => {
7401
- T1(!0), setTimeout(() => T1(!1), 150);
7398
+ const [i, Z] = q(z9[x]), [r, f] = q(a1(s || /* @__PURE__ */ new Date())), [v, D] = q(
7399
+ S ? a1(S) : null
7400
+ ), [Y, F] = q(O ? a1(O) : null), [W, I] = q(null), [E, G] = q(a1(s || /* @__PURE__ */ new Date())), [X, o1] = q(n), [x1, l1] = q(!1), [M1, K] = q(r.year()), [J, d1] = q(r.month()), [Z1, D1] = q(r.date()), [w1, F1] = q(!1), S1 = () => {
7401
+ F1(!0), setTimeout(() => F1(!1), 150);
7402
7402
  }, N1 = (e1, g1, O1) => {
7403
- const p1 = i1(new Date(e1, g1, O1));
7403
+ const p1 = a1(new Date(e1, g1, O1));
7404
7404
  K(e1), d1(g1), D1(O1), f(p1), G(p1);
7405
- }, X1 = i1().year(), V1 = Array.from({ length: 201 }, (e1, g1) => X1 - 100 + g1), k1 = Array.from({ length: 12 }, (e1, g1) => g1), I1 = r.daysInMonth(), r1 = Array.from({ length: I1 }, (e1, g1) => g1 + 1);
7405
+ }, X1 = a1().year(), V1 = Array.from({ length: 201 }, (e1, g1) => X1 - 100 + g1), k1 = Array.from({ length: 12 }, (e1, g1) => g1), I1 = r.daysInMonth(), r1 = Array.from({ length: I1 }, (e1, g1) => g1 + 1);
7406
7406
  j1(() => {
7407
- s && (G(i1(s)), f(i1(s)));
7407
+ s && (G(a1(s)), f(a1(s)));
7408
7408
  }, [s]), j1(() => {
7409
- S && D(i1(S)), O && F(i1(O));
7409
+ S && D(a1(S)), O && F(a1(O));
7410
7410
  }, [S, O]);
7411
- const b1 = (e1, g1) => !e1 || !g1 ? !1 : i1(e1).isSame(i1(g1), "day"), _1 = (e1) => {
7411
+ const b1 = (e1, g1) => !e1 || !g1 ? !1 : a1(e1).isSame(a1(g1), "day"), _1 = (e1) => {
7412
7412
  S1(), o1(e1), e1 === "daily" && f(E);
7413
- }, $1 = F1(() => {
7414
- const e1 = [], g1 = i1(r), O1 = g1.startOf("month"), p1 = O1.day(), j0 = O1.subtract(1, "day").date(), c0 = g1.daysInMonth(), x0 = 42;
7413
+ }, $1 = z1(() => {
7414
+ const e1 = [], g1 = a1(r), O1 = g1.startOf("month"), p1 = O1.day(), j0 = O1.subtract(1, "day").date(), c0 = g1.daysInMonth(), x0 = 42;
7415
7415
  for (let t0 = 0; t0 < x0; t0++) {
7416
- let l0, a0 = !0;
7416
+ let l0, i0 = !0;
7417
7417
  if (t0 < p1) {
7418
7418
  const s0 = j0 - (p1 - t0 - 1);
7419
- l0 = g1.subtract(1, "month").date(s0), a0 = !1;
7419
+ l0 = g1.subtract(1, "month").date(s0), i0 = !1;
7420
7420
  } else if (t0 < p1 + c0) {
7421
7421
  const s0 = t0 - p1 + 1;
7422
7422
  l0 = g1.date(s0);
7423
7423
  } else {
7424
7424
  const s0 = t0 - (p1 + c0) + 1;
7425
- l0 = g1.add(1, "month").date(s0), a0 = !1;
7425
+ l0 = g1.add(1, "month").date(s0), i0 = !1;
7426
7426
  }
7427
- e1.push({ date: l0.toDate(), inCurrentMonth: a0 });
7427
+ e1.push({ date: l0.toDate(), inCurrentMonth: i0 });
7428
7428
  }
7429
7429
  return e1;
7430
- }, [r]), { bgColor: J1, txtColor: W1, borColor: B1 } = a1({
7430
+ }, [r]), { bgColor: J1, txtColor: W1, borColor: B1 } = i1({
7431
7431
  border: _,
7432
7432
  fallback: d,
7433
7433
  componentType: "tag"
7434
- }), K1 = m ? N(m, k) : J1, Q = N(j || "neutral-2", k), z1 = p ? N(p, k) : W1, H1 = M ? N(M, k) : B1, L1 = _ && H1 ? `${w}px ${L} ${H1}` : "none", P1 = (e1) => e1 === 0 || e1 === 6 ? N("red-6", k) : "inherit", Q1 = (e1) => {
7434
+ }), K1 = m ? N(m, k) : J1, Q = N(j || "neutral-2", k), T1 = p ? N(p, k) : W1, H1 = M ? N(M, k) : B1, L1 = _ && H1 ? `${w}px ${L} ${H1}` : "none", P1 = (e1) => e1 === 0 || e1 === 6 ? N("red-6", k) : "inherit", Q1 = (e1) => {
7435
7435
  if (X === "year") {
7436
- const O1 = i1(e1).startOf("month");
7436
+ const O1 = a1(e1).startOf("month");
7437
7437
  f(O1), o1("month");
7438
7438
  return;
7439
7439
  }
7440
- const g1 = i1(e1);
7440
+ const g1 = a1(e1);
7441
7441
  if (!b)
7442
7442
  G(g1), c(g1.toDate());
7443
7443
  else if (!v || v && Y)
@@ -7456,10 +7456,10 @@ const m0 = ({
7456
7456
  "div",
7457
7457
  {
7458
7458
  style: {
7459
- width: a.dotSize,
7460
- height: a.dotSize,
7459
+ width: i.dotSize,
7460
+ height: i.dotSize,
7461
7461
  borderRadius: "50%",
7462
- backgroundColor: z1
7462
+ backgroundColor: T1
7463
7463
  }
7464
7464
  }
7465
7465
  ) }) : /* @__PURE__ */ t.jsxs("div", { style: { display: "flex", justifyContent: "center", gap: 2 }, children: [
@@ -7467,10 +7467,10 @@ const m0 = ({
7467
7467
  "div",
7468
7468
  {
7469
7469
  style: {
7470
- width: a.dotSize,
7471
- height: a.dotSize,
7470
+ width: i.dotSize,
7471
+ height: i.dotSize,
7472
7472
  borderRadius: "50%",
7473
- backgroundColor: z1
7473
+ backgroundColor: T1
7474
7474
  }
7475
7475
  }
7476
7476
  ),
@@ -7478,10 +7478,10 @@ const m0 = ({
7478
7478
  "div",
7479
7479
  {
7480
7480
  style: {
7481
- width: a.dotSize,
7482
- height: a.dotSize,
7481
+ width: i.dotSize,
7482
+ height: i.dotSize,
7483
7483
  borderRadius: "50%",
7484
- backgroundColor: z1
7484
+ backgroundColor: T1
7485
7485
  }
7486
7486
  }
7487
7487
  ),
@@ -7490,8 +7490,8 @@ const m0 = ({
7490
7490
  {
7491
7491
  as: "span",
7492
7492
  style: {
7493
- fontSize: a.itemFontSize,
7494
- color: z1
7493
+ fontSize: i.itemFontSize,
7494
+ color: T1
7495
7495
  },
7496
7496
  children: [
7497
7497
  "+",
@@ -7510,45 +7510,31 @@ const m0 = ({
7510
7510
  flexDirection: "column",
7511
7511
  alignItems: "flex-start",
7512
7512
  paddingLeft: 4,
7513
- gap: a.itemGap
7513
+ gap: i.itemGap
7514
7514
  },
7515
7515
  children: e1.map((O1) => {
7516
7516
  var p1;
7517
- return /* @__PURE__ */ t.jsxs(
7517
+ return /* @__PURE__ */ t.jsx(
7518
7518
  m0,
7519
7519
  {
7520
7520
  colorType: O1.colorType || "apricot",
7521
7521
  style: {
7522
- fontSize: a.itemFontSize
7522
+ fontSize: i.itemFontSize
7523
7523
  },
7524
- children: [
7525
- /* @__PURE__ */ t.jsx(
7526
- "div",
7527
- {
7528
- style: {
7529
- width: a.dotSize,
7530
- height: a.dotSize,
7531
- borderRadius: "50%",
7532
- backgroundColor: z1,
7533
- marginRight: 4
7534
- }
7535
- }
7536
- ),
7537
- /* @__PURE__ */ t.jsx(
7538
- t1,
7539
- {
7540
- as: "span",
7541
- style: {
7542
- color: "inherit",
7543
- fontSize: a.itemFontSize,
7544
- textAlign: "left",
7545
- ...(p1 = O1.itemProps) == null ? void 0 : p1.style
7546
- },
7547
- ...O1.itemProps,
7548
- children: O1.content
7549
- }
7550
- )
7551
- ]
7524
+ children: /* @__PURE__ */ t.jsx(
7525
+ t1,
7526
+ {
7527
+ as: "span",
7528
+ style: {
7529
+ color: "inherit",
7530
+ fontSize: i.itemFontSize,
7531
+ textAlign: "left",
7532
+ ...(p1 = O1.itemProps) == null ? void 0 : p1.style
7533
+ },
7534
+ ...O1.itemProps,
7535
+ children: O1.content
7536
+ }
7537
+ )
7552
7538
  },
7553
7539
  O1.key
7554
7540
  );
@@ -7578,11 +7564,11 @@ const m0 = ({
7578
7564
  style: {
7579
7565
  display: "flex",
7580
7566
  alignItems: "center",
7581
- gap: a.itemGap,
7567
+ gap: i.itemGap,
7582
7568
  width: "100%",
7583
7569
  marginBottom: x === "miniView" ? 4 : 8,
7584
7570
  justifyContent: "center",
7585
- padding: a.headerPadding
7571
+ padding: i.headerPadding
7586
7572
  },
7587
7573
  children: [
7588
7574
  /* @__PURE__ */ t.jsx(
@@ -7597,7 +7583,7 @@ const m0 = ({
7597
7583
  padding: x === "miniView" ? "2px" : "4px"
7598
7584
  },
7599
7585
  "aria-label": "Previous month",
7600
- children: /* @__PURE__ */ t.jsx(M9, { size: a.navButtonSize })
7586
+ children: /* @__PURE__ */ t.jsx(M9, { size: i.navButtonSize })
7601
7587
  }
7602
7588
  ),
7603
7589
  /* @__PURE__ */ t.jsxs("div", { style: { display: "flex", flexDirection: "column" }, children: [
@@ -7609,8 +7595,8 @@ const m0 = ({
7609
7595
  onClick: () => l1(!x1),
7610
7596
  style: {
7611
7597
  cursor: "pointer",
7612
- fontSize: a.headerFontSize,
7613
- padding: `0 ${a.itemGap}px`,
7598
+ fontSize: i.headerFontSize,
7599
+ padding: `0 ${i.itemGap}px`,
7614
7600
  textAlign: "center"
7615
7601
  },
7616
7602
  role: "heading",
@@ -7624,8 +7610,8 @@ const m0 = ({
7624
7610
  as: "span",
7625
7611
  pretendard: "SB",
7626
7612
  style: {
7627
- fontSize: a.headerFontSize,
7628
- padding: `0 ${a.itemGap}px`,
7613
+ fontSize: i.headerFontSize,
7614
+ padding: `0 ${i.itemGap}px`,
7629
7615
  textAlign: "center"
7630
7616
  },
7631
7617
  role: "heading",
@@ -7655,7 +7641,7 @@ const m0 = ({
7655
7641
  padding: x === "miniView" ? "2px" : "4px"
7656
7642
  },
7657
7643
  "aria-label": "Next month",
7658
- children: /* @__PURE__ */ t.jsx(b9, { size: a.navButtonSize })
7644
+ children: /* @__PURE__ */ t.jsx(b9, { size: i.navButtonSize })
7659
7645
  }
7660
7646
  )
7661
7647
  ]
@@ -7670,7 +7656,7 @@ const m0 = ({
7670
7656
  alignItems: "center",
7671
7657
  width: "100%",
7672
7658
  marginBottom: 8,
7673
- gap: a.itemGap
7659
+ gap: i.itemGap
7674
7660
  },
7675
7661
  children: [
7676
7662
  l && (g ?? /* @__PURE__ */ t.jsx(
@@ -7689,17 +7675,17 @@ const m0 = ({
7689
7675
  value: X,
7690
7676
  onChange: _1,
7691
7677
  style: {
7692
- fontSize: a.segmentedFont
7678
+ fontSize: i.segmentedFont
7693
7679
  }
7694
7680
  }
7695
7681
  )),
7696
- i && (T ?? /* @__PURE__ */ t.jsxs(
7682
+ a && (T ?? /* @__PURE__ */ t.jsxs(
7697
7683
  "div",
7698
7684
  {
7699
7685
  style: {
7700
7686
  display: "flex",
7701
- gap: a.itemGap,
7702
- fontSize: a.selectFont
7687
+ gap: i.itemGap,
7688
+ fontSize: i.selectFont
7703
7689
  },
7704
7690
  children: [
7705
7691
  /* @__PURE__ */ t.jsx(
@@ -7721,7 +7707,7 @@ const m0 = ({
7721
7707
  value: r.month(),
7722
7708
  onChange: (e1) => N1(M1, e1, Z1),
7723
7709
  options: k1.map((e1) => ({
7724
- label: `${e1}`,
7710
+ label: `${e1 + 1}`,
7725
7711
  value: e1
7726
7712
  })),
7727
7713
  size: "sm",
@@ -7760,7 +7746,7 @@ const m0 = ({
7760
7746
  style: {
7761
7747
  display: "flex",
7762
7748
  flexDirection: "column",
7763
- gap: a.itemGap
7749
+ gap: i.itemGap
7764
7750
  },
7765
7751
  children: o.length > 0 ? /* @__PURE__ */ t.jsx(u0, { style: { width: "100%" }, shadow: "none", children: /* @__PURE__ */ t.jsx(
7766
7752
  "div",
@@ -7770,38 +7756,24 @@ const m0 = ({
7770
7756
  (e1) => e1.date === r.format("YYYY-MM-DD")
7771
7757
  ).map((e1) => {
7772
7758
  var g1;
7773
- return /* @__PURE__ */ t.jsxs(
7759
+ return /* @__PURE__ */ t.jsx(
7774
7760
  m0,
7775
7761
  {
7776
7762
  colorType: e1.colorType || "apricot",
7777
- children: [
7778
- /* @__PURE__ */ t.jsx(
7779
- "div",
7780
- {
7781
- style: {
7782
- width: a.dotSize,
7783
- height: a.dotSize,
7784
- borderRadius: "50%",
7785
- backgroundColor: z1,
7786
- marginRight: 6
7787
- }
7788
- }
7789
- ),
7790
- /* @__PURE__ */ t.jsx(
7791
- t1,
7792
- {
7793
- as: "span",
7794
- style: {
7795
- color: "inherit",
7796
- fontSize: a.itemFontSize,
7797
- textAlign: "left",
7798
- ...(g1 = e1.itemProps) == null ? void 0 : g1.style
7799
- },
7800
- ...e1.itemProps,
7801
- children: e1.content
7802
- }
7803
- )
7804
- ]
7763
+ children: /* @__PURE__ */ t.jsx(
7764
+ t1,
7765
+ {
7766
+ as: "span",
7767
+ style: {
7768
+ color: "inherit",
7769
+ fontSize: i.itemFontSize,
7770
+ textAlign: "left",
7771
+ ...(g1 = e1.itemProps) == null ? void 0 : g1.style
7772
+ },
7773
+ ...e1.itemProps,
7774
+ children: e1.content
7775
+ }
7776
+ )
7805
7777
  },
7806
7778
  e1.key
7807
7779
  );
@@ -7816,13 +7788,13 @@ const m0 = ({
7816
7788
  style: {
7817
7789
  display: "grid",
7818
7790
  gridTemplateColumns: "repeat(3, 1fr)",
7819
- gap: a.itemGap * 2,
7791
+ gap: i.itemGap * 2,
7820
7792
  width: "100%"
7821
7793
  },
7822
7794
  children: Array.from({ length: 12 }, (e1, g1) => {
7823
- const p1 = i1(r).month(g1), j0 = p1.format("YYYY-MM"), c0 = o.filter(
7795
+ const p1 = a1(r).month(g1), j0 = p1.format("YYYY-MM"), c0 = o.filter(
7824
7796
  (s0) => s0.date.slice(0, 7) === j0
7825
- ), x0 = E.isSame(p1, "month"), t0 = W && i1(W).isSame(p1, "month"), l0 = x0 ? K1 : t0 ? Q : "transparent", a0 = x0 ? z1 : "inherit";
7797
+ ), x0 = E.isSame(p1, "month"), t0 = W && a1(W).isSame(p1, "month"), l0 = x0 ? K1 : t0 ? Q : "transparent", i0 = x0 ? T1 : "inherit";
7826
7798
  return /* @__PURE__ */ t.jsxs(
7827
7799
  "div",
7828
7800
  {
@@ -7833,10 +7805,10 @@ const m0 = ({
7833
7805
  cursor: "pointer",
7834
7806
  transition: "background-color 0.2s ease",
7835
7807
  backgroundColor: l0,
7836
- color: a0,
7808
+ color: i0,
7837
7809
  borderTop: L1,
7838
7810
  borderBottom: L1,
7839
- padding: a.cellPadding
7811
+ padding: i.cellPadding
7840
7812
  },
7841
7813
  children: [
7842
7814
  /* @__PURE__ */ t.jsx("div", { style: { display: "flex", justifyContent: "flex-end" }, children: /* @__PURE__ */ t.jsx(
@@ -7844,7 +7816,7 @@ const m0 = ({
7844
7816
  {
7845
7817
  as: "span",
7846
7818
  pretendard: "R",
7847
- style: { fontSize: a.dayFontSize },
7819
+ style: { fontSize: i.dayFontSize },
7848
7820
  children: H.monthFormat(p1)
7849
7821
  }
7850
7822
  ) }),
@@ -7866,14 +7838,14 @@ const m0 = ({
7866
7838
  textAlign: "center",
7867
7839
  fontWeight: "bold"
7868
7840
  },
7869
- children: H.weekdays.map((e1, g1) => /* @__PURE__ */ t.jsx("div", { style: { padding: a.cellPadding }, children: /* @__PURE__ */ t.jsx(
7841
+ children: H.weekdays.map((e1, g1) => /* @__PURE__ */ t.jsx("div", { style: { padding: i.cellPadding }, children: /* @__PURE__ */ t.jsx(
7870
7842
  t1,
7871
7843
  {
7872
7844
  as: "span",
7873
7845
  pretendard: "B",
7874
7846
  style: {
7875
7847
  color: P1(g1),
7876
- fontSize: a.dayFontSize
7848
+ fontSize: i.dayFontSize
7877
7849
  },
7878
7850
  children: e1
7879
7851
  }
@@ -7889,7 +7861,7 @@ const m0 = ({
7889
7861
  textAlign: "center"
7890
7862
  },
7891
7863
  children: $1.map(({ date: e1, inCurrentMonth: g1 }, O1) => {
7892
- const p1 = i1(e1), j0 = b1(W, p1), c0 = b1(E, p1), x0 = p1.day(), t0 = O1 >= 35, l0 = p1.format("YYYY-MM-DD"), a0 = o.filter((A0) => A0.date === l0), s0 = b && (p1.isSame(v, "day") || p1.isSame(Y, "day")), t2 = b && v && Y && p1.isAfter(v, "day") && p1.isBefore(Y, "day"), T2 = s0 || c0 || t2 ? z1 : g1 ? P1(x0) : N("neutral-4", k), $2 = s0 || c0 || t2 ? K1 : j0 ? Q : "transparent";
7864
+ const p1 = a1(e1), j0 = b1(W, p1), c0 = b1(E, p1), x0 = p1.day(), t0 = O1 >= 35, l0 = p1.format("YYYY-MM-DD"), i0 = o.filter((A0) => A0.date === l0), s0 = b && (p1.isSame(v, "day") || p1.isSame(Y, "day")), t2 = b && v && Y && p1.isAfter(v, "day") && p1.isBefore(Y, "day"), T2 = s0 || c0 || t2 ? T1 : g1 ? P1(x0) : N("neutral-4", k), $2 = s0 || c0 || t2 ? K1 : j0 ? Q : "transparent";
7893
7865
  return /* @__PURE__ */ t.jsxs(
7894
7866
  "div",
7895
7867
  {
@@ -7902,7 +7874,7 @@ const m0 = ({
7902
7874
  "aria-label": `${p1.year()}년 ${p1.month() + 1}월 ${p1.date()}일`,
7903
7875
  "aria-selected": s0 || c0,
7904
7876
  style: {
7905
- padding: a.cellPadding,
7877
+ padding: i.cellPadding,
7906
7878
  cursor: "pointer",
7907
7879
  transition: "background-color 0.2s ease",
7908
7880
  borderTop: L1,
@@ -7924,13 +7896,13 @@ const m0 = ({
7924
7896
  {
7925
7897
  as: "span",
7926
7898
  pretendard: "R",
7927
- style: { fontSize: a.dayFontSize },
7899
+ style: { fontSize: i.dayFontSize },
7928
7900
  children: p1.date()
7929
7901
  }
7930
7902
  )
7931
7903
  }
7932
7904
  ),
7933
- e2(a0, x === "miniView")
7905
+ e2(i0, x === "miniView")
7934
7906
  ]
7935
7907
  },
7936
7908
  O1
@@ -7951,7 +7923,7 @@ const m0 = ({
7951
7923
  itemCount: o = 1,
7952
7924
  autoPlay: n = !1,
7953
7925
  autoPlayInterval: l = 3e3,
7954
- scaleRatio: i = 0.2,
7926
+ scaleRatio: a = 0.2,
7955
7927
  opacityRatio: u = 0.1,
7956
7928
  width: g,
7957
7929
  height: T,
@@ -7974,8 +7946,8 @@ const m0 = ({
7974
7946
  b((y) => ({ ...y, maxItemHeight: x }));
7975
7947
  }, [s, w]), n0(() => {
7976
7948
  const x = new ResizeObserver(([y]) => {
7977
- const { width: a, height: Z } = y.contentRect;
7978
- b({ width: a, height: Z });
7949
+ const { width: i, height: Z } = y.contentRect;
7950
+ b({ width: i, height: Z });
7979
7951
  });
7980
7952
  return z.current && x.observe(z.current), () => x.disconnect();
7981
7953
  }, []);
@@ -7989,13 +7961,13 @@ const m0 = ({
7989
7961
  x.preventDefault(), S.current = !0, O.current = x.clientX || x.touches[0].clientX;
7990
7962
  }, U = (x) => {
7991
7963
  if (!S.current) return;
7992
- const y = x.clientX || x.touches[0].clientX, a = O.current - y;
7993
- a > 50 ? (k(), S.current = !1) : a < -50 && (V(), S.current = !1);
7964
+ const y = x.clientX || x.touches[0].clientX, i = O.current - y;
7965
+ i > 50 ? (k(), S.current = !1) : i < -50 && (V(), S.current = !1);
7994
7966
  }, B = () => {
7995
7967
  S.current = !1;
7996
7968
  }, $ = (x) => {
7997
- const y = s.length, a = Math.min(o, y);
7998
- if (a === 1 || _ !== "overlap") {
7969
+ const y = s.length, i = Math.min(o, y);
7970
+ if (i === 1 || _ !== "overlap") {
7999
7971
  const I = x === w, E = x === (w + 1) % y;
8000
7972
  switch (_) {
8001
7973
  case "fade":
@@ -8035,7 +8007,7 @@ const m0 = ({
8035
8007
  };
8036
8008
  }
8037
8009
  }
8038
- const Z = Math.floor(a / 2) || 1;
8010
+ const Z = Math.floor(i / 2) || 1;
8039
8011
  let r = (x - w + y) % y;
8040
8012
  r > y / 2 && (r -= y);
8041
8013
  const f = Math.abs(r);
@@ -8045,7 +8017,7 @@ const m0 = ({
8045
8017
  transform: "scale(0)",
8046
8018
  zIndex: 0
8047
8019
  };
8048
- const v = P * 1.2, D = r * (v / Z), Y = 1 - i * (f / Z), F = 1 - u * (f / Z), W = a - f;
8020
+ const v = P * 1.2, D = r * (v / Z), Y = 1 - a * (f / Z), F = 1 - u * (f / Z), W = i - f;
8049
8021
  switch (_) {
8050
8022
  case "fade":
8051
8023
  return {
@@ -8157,7 +8129,7 @@ const m0 = ({
8157
8129
  children: s.map((x, y) => /* @__PURE__ */ t.jsx(
8158
8130
  "div",
8159
8131
  {
8160
- ref: (a) => A.current[y] = a,
8132
+ ref: (i) => A.current[y] = i,
8161
8133
  style: {
8162
8134
  position: "absolute",
8163
8135
  left: "50%",
@@ -8200,7 +8172,7 @@ const m0 = ({
8200
8172
  defaultOpenKeys: o = [],
8201
8173
  onChange: n,
8202
8174
  border: l = !0,
8203
- borderColor: i,
8175
+ borderColor: a,
8204
8176
  borderType: u = "solid",
8205
8177
  borderWeight: g = 1,
8206
8178
  headerColorType: T = "sub",
@@ -8224,13 +8196,13 @@ const m0 = ({
8224
8196
  bgColor: V,
8225
8197
  borColor: k,
8226
8198
  txtColor: H
8227
- } = a1({
8199
+ } = i1({
8228
8200
  border: !0,
8229
8201
  fallback: T
8230
- }), { bgColor: U, txtColor: B } = a1({
8202
+ }), { bgColor: U, txtColor: B } = i1({
8231
8203
  border: !1,
8232
8204
  fallback: m
8233
- }), $ = h ? N(h, b) : V, x = d ? N(d, b) : H, y = i ? N(i, b) : k, a = j ? N(j, b) : U, Z = p ? N(p, b) : B, r = l && y ? `${g}px ${u} ${y}` : "none", { bgColor: f, txtColor: v } = a1({
8205
+ }), $ = h ? N(h, b) : V, x = d ? N(d, b) : H, y = a ? N(a, b) : k, i = j ? N(j, b) : U, Z = p ? N(p, b) : B, r = l && y ? `${g}px ${u} ${y}` : "none", { bgColor: f, txtColor: v } = i1({
8234
8206
  border: !1,
8235
8207
  fallback: "disabled"
8236
8208
  }), D = E1(_, b), Y = G1(C, b), F = b.spacing[w] || b.spacing.md, W = b.typography.fontSize[w === "md" ? "base" : w] || b.typography.fontSize.base;
@@ -8316,7 +8288,7 @@ const m0 = ({
8316
8288
  overflow: "hidden",
8317
8289
  transition: "all 0.3s ease",
8318
8290
  padding: G ? `${F} ${F}` : `0 ${F}`,
8319
- background: a,
8291
+ background: i,
8320
8292
  color: Z
8321
8293
  },
8322
8294
  role: "region",
@@ -8337,7 +8309,7 @@ const m0 = ({
8337
8309
  title: o,
8338
8310
  children: n,
8339
8311
  footer: l,
8340
- colorType: i = "default",
8312
+ colorType: a = "default",
8341
8313
  divider: u = !0,
8342
8314
  dividerColor: g,
8343
8315
  background: T,
@@ -8364,23 +8336,23 @@ const m0 = ({
8364
8336
  }, [s]), j1(() => {
8365
8337
  if (U) {
8366
8338
  H(!1);
8367
- const a = requestAnimationFrame(() => {
8339
+ const i = requestAnimationFrame(() => {
8368
8340
  H(!0);
8369
8341
  });
8370
- return () => cancelAnimationFrame(a);
8342
+ return () => cancelAnimationFrame(i);
8371
8343
  } else
8372
8344
  H(!1);
8373
8345
  }, [U]), j1(() => {
8374
8346
  if (!s && U) {
8375
8347
  H(!1);
8376
- const a = setTimeout(() => {
8348
+ const i = setTimeout(() => {
8377
8349
  B(!1);
8378
8350
  }, 300);
8379
- return () => clearTimeout(a);
8351
+ return () => clearTimeout(i);
8380
8352
  }
8381
8353
  }, [s, U]);
8382
- const x = F1(() => {
8383
- const a = {
8354
+ const x = z1(() => {
8355
+ const i = {
8384
8356
  position: "fixed",
8385
8357
  zIndex: V,
8386
8358
  transition: "transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1)",
@@ -8392,7 +8364,7 @@ const m0 = ({
8392
8364
  switch (z) {
8393
8365
  case "left":
8394
8366
  return {
8395
- ...a,
8367
+ ...i,
8396
8368
  top: 0,
8397
8369
  left: 0,
8398
8370
  height: "100vh",
@@ -8405,7 +8377,7 @@ const m0 = ({
8405
8377
  };
8406
8378
  case "right":
8407
8379
  return {
8408
- ...a,
8380
+ ...i,
8409
8381
  top: 0,
8410
8382
  right: 0,
8411
8383
  height: "100vh",
@@ -8418,7 +8390,7 @@ const m0 = ({
8418
8390
  };
8419
8391
  case "top":
8420
8392
  return {
8421
- ...a,
8393
+ ...i,
8422
8394
  top: 0,
8423
8395
  left: 0,
8424
8396
  width: "100vw",
@@ -8431,7 +8403,7 @@ const m0 = ({
8431
8403
  };
8432
8404
  case "bottom":
8433
8405
  return {
8434
- ...a,
8406
+ ...i,
8435
8407
  bottom: 0,
8436
8408
  left: 0,
8437
8409
  width: "100vw",
@@ -8518,7 +8490,7 @@ const m0 = ({
8518
8490
  dividerColor: g,
8519
8491
  footer: l,
8520
8492
  shape: "square",
8521
- colorType: i,
8493
+ colorType: a,
8522
8494
  background: T,
8523
8495
  color: h,
8524
8496
  border: d,
@@ -8566,7 +8538,7 @@ const m0 = ({
8566
8538
  width: o = 200,
8567
8539
  height: n,
8568
8540
  className: l = "",
8569
- style: i = {},
8541
+ style: a = {},
8570
8542
  loading: u = "lazy",
8571
8543
  mask: g = /* @__PURE__ */ t.jsxs(
8572
8544
  "div",
@@ -8621,7 +8593,7 @@ const m0 = ({
8621
8593
  overflow: "hidden",
8622
8594
  ...O,
8623
8595
  padding: "0",
8624
- ...i
8596
+ ...a
8625
8597
  }, V = {
8626
8598
  width: "100%",
8627
8599
  height: "100%",
@@ -8716,13 +8688,13 @@ const m0 = ({
8716
8688
  document.body
8717
8689
  )
8718
8690
  ] });
8719
- }, i3 = ({
8691
+ }, a3 = ({
8720
8692
  open: s = !1,
8721
8693
  onClose: c,
8722
8694
  onEsc: o = !0,
8723
8695
  title: n,
8724
8696
  children: l,
8725
- footer: i,
8697
+ footer: a,
8726
8698
  colorType: u = "default",
8727
8699
  background: g,
8728
8700
  color: T,
@@ -8773,7 +8745,7 @@ const m0 = ({
8773
8745
  u0,
8774
8746
  {
8775
8747
  title: n,
8776
- footer: i,
8748
+ footer: a,
8777
8749
  colorType: u,
8778
8750
  background: g,
8779
8751
  color: T,
@@ -8797,7 +8769,7 @@ const m0 = ({
8797
8769
  }
8798
8770
  ),
8799
8771
  document.body
8800
- ) : null), a3 = ({
8772
+ ) : null), i3 = ({
8801
8773
  children: s,
8802
8774
  // Popover 트리거 역할
8803
8775
  title: c,
@@ -8808,7 +8780,7 @@ const m0 = ({
8808
8780
  // "top" | "bottom" | "left" | "right"
8809
8781
  open: l,
8810
8782
  // Popover 열림 상태 (제어용)
8811
- defaultOpen: i = !1,
8783
+ defaultOpen: a = !1,
8812
8784
  // Popover 기본 열림 상태
8813
8785
  onOpenChange: u,
8814
8786
  // Popover 열림 상태 변경 콜백
@@ -8838,7 +8810,7 @@ const m0 = ({
8838
8810
  trigger: o,
8839
8811
  placement: n,
8840
8812
  open: l,
8841
- defaultOpen: i,
8813
+ defaultOpen: a,
8842
8814
  onOpenChange: u,
8843
8815
  closeOnClick: g,
8844
8816
  disabled: T,
@@ -8871,7 +8843,7 @@ const m0 = ({
8871
8843
  onChange: o,
8872
8844
  options: n,
8873
8845
  children: l,
8874
- size: i = "md",
8846
+ size: a = "md",
8875
8847
  colorType: u = { active: "default", inactive: "sub" },
8876
8848
  background: g = { active: void 0, inactive: void 0 },
8877
8849
  color: T = { active: void 0, inactive: void 0 },
@@ -8946,14 +8918,14 @@ const m0 = ({
8946
8918
  bgColor: D,
8947
8919
  txtColor: Y,
8948
8920
  borColor: F
8949
- } = a1({
8921
+ } = i1({
8950
8922
  border: h,
8951
8923
  fallback: u.active
8952
8924
  }), {
8953
8925
  bgColor: W,
8954
8926
  txtColor: I,
8955
8927
  borColor: E
8956
- } = a1({
8928
+ } = i1({
8957
8929
  border: h,
8958
8930
  fallback: u.inactive
8959
8931
  });
@@ -8975,13 +8947,13 @@ const m0 = ({
8975
8947
  bgColor: B,
8976
8948
  txtColor: $,
8977
8949
  borColor: x
8978
- } = a1({
8950
+ } = i1({
8979
8951
  border: h,
8980
8952
  fallback: "disabled"
8981
- }), { borColor: y } = a1({
8953
+ }), { borColor: y } = i1({
8982
8954
  border: h,
8983
8955
  fallback: "default"
8984
- }), a = U(), Z = {
8956
+ }), i = U(), Z = {
8985
8957
  left: "flex-start",
8986
8958
  center: "center",
8987
8959
  right: "flex-end"
@@ -9005,7 +8977,7 @@ const m0 = ({
9005
8977
  justifyContent: Z[L]
9006
8978
  },
9007
8979
  children: z.map(({ key: v, label: D }) => {
9008
- const Y = v === O, F = M.includes(v), W = Y ? a.active : a.inactive;
8980
+ const Y = v === O, F = M.includes(v), W = Y ? i.active : i.inactive;
9009
8981
  return /* @__PURE__ */ t.jsx(
9010
8982
  "div",
9011
8983
  {
@@ -9019,7 +8991,7 @@ const m0 = ({
9019
8991
  "aria-controls": `tabpanel-${v}`,
9020
8992
  id: `tab-${v}`,
9021
8993
  style: {
9022
- padding: `calc(${V[i].padding}/2) ${V[i].padding}`,
8994
+ padding: `calc(${V[a].padding}/2) ${V[a].padding}`,
9023
8995
  background: F ? B : W.bgColor,
9024
8996
  borderTopLeftRadius: 6,
9025
8997
  borderTopRightRadius: 6,
@@ -9037,7 +9009,7 @@ const m0 = ({
9037
9009
  t1,
9038
9010
  {
9039
9011
  as: "span",
9040
- style: { fontSize: V[i].fontSize },
9012
+ style: { fontSize: V[a].fontSize },
9041
9013
  color: F ? $ : W.txtColor,
9042
9014
  pretendard: "SB",
9043
9015
  children: D
@@ -9083,7 +9055,7 @@ const d3 = ({
9083
9055
  // "top" | "bottom" | "left" | "right"
9084
9056
  open: l,
9085
9057
  // Tooltip의 열림 상태 (제어용)
9086
- defaultOpen: i = !1,
9058
+ defaultOpen: a = !1,
9087
9059
  // Tooltip의 기본 열림 상태
9088
9060
  onOpenChange: u,
9089
9061
  // Tooltip의 열림 상태 변경 콜백
@@ -9111,7 +9083,7 @@ const d3 = ({
9111
9083
  trigger: o,
9112
9084
  placement: n,
9113
9085
  open: l,
9114
- defaultOpen: i,
9086
+ defaultOpen: a,
9115
9087
  onOpenChange: u,
9116
9088
  closeOnClick: g,
9117
9089
  disabled: T,
@@ -9141,7 +9113,7 @@ const d3 = ({
9141
9113
  pageSize: o = 10,
9142
9114
  onChange: n,
9143
9115
  showPrevNext: l = !0,
9144
- showFirstLast: i = !0,
9116
+ showFirstLast: a = !0,
9145
9117
  maxVisibleButtons: u = 5,
9146
9118
  activeStyle: g = { colorType: "primary", shadow: "sm" },
9147
9119
  defaultStyle: T = { colorType: "default", shadow: "sm" },
@@ -9160,7 +9132,7 @@ const d3 = ({
9160
9132
  default:
9161
9133
  return { justifyContent: "flex-start" };
9162
9134
  }
9163
- }, C = F1(() => {
9135
+ }, C = z1(() => {
9164
9136
  if (M <= u)
9165
9137
  return Array.from({ length: M }, (S, O) => O + 1);
9166
9138
  const b = [];
@@ -9235,7 +9207,7 @@ const d3 = ({
9235
9207
  ...m
9236
9208
  },
9237
9209
  [
9238
- i && d0("div", {
9210
+ a && d0("div", {
9239
9211
  key: "first",
9240
9212
  className: "sud-pagination__nav sud-pagination__nav--first",
9241
9213
  onClick: p === 1 ? void 0 : () => L(1),
@@ -9287,7 +9259,7 @@ const d3 = ({
9287
9259
  "aria-disabled": p === M,
9288
9260
  children: /* @__PURE__ */ t.jsx(q0, { size: "12" })
9289
9261
  }),
9290
- i && d0("div", {
9262
+ a && d0("div", {
9291
9263
  key: "last",
9292
9264
  className: "sud-pagination__nav sud-pagination__nav--last",
9293
9265
  onClick: p === M ? void 0 : () => L(M),
@@ -9313,10 +9285,10 @@ const d3 = ({
9313
9285
  style: n = {},
9314
9286
  ...l
9315
9287
  }) => {
9316
- const { txtColor: i } = a1({
9288
+ const { txtColor: a } = i1({
9317
9289
  fallback: c,
9318
9290
  componentType: "tag"
9319
- }), u = i, g = [
9291
+ }), u = a, g = [
9320
9292
  z0(u, 0),
9321
9293
  z0(u, 30),
9322
9294
  z0(u, 60),
@@ -9412,7 +9384,7 @@ const d3 = ({
9412
9384
  gap: o = 8,
9413
9385
  split: n = !0,
9414
9386
  loading: l = !1,
9415
- emptyText: i = "No Data",
9387
+ emptyText: a = "No Data",
9416
9388
  className: u,
9417
9389
  style: g = {},
9418
9390
  itemStyle: T = {},
@@ -9425,19 +9397,19 @@ const d3 = ({
9425
9397
  const [_, M] = q(1), [L, w] = q(0), C = u1(null), [z, R] = q(0), b = u1(/* @__PURE__ */ new Map());
9426
9398
  j1(() => {
9427
9399
  if (C.current) {
9428
- const y = new ResizeObserver((a) => {
9429
- for (const Z of a)
9400
+ const y = new ResizeObserver((i) => {
9401
+ for (const Z of i)
9430
9402
  R(Z.contentRect.height);
9431
9403
  });
9432
9404
  return y.observe(C.current), () => y.disconnect();
9433
9405
  }
9434
9406
  }, []);
9435
- const S = C1((y, a) => {
9436
- a && b.current.set(y, a.getBoundingClientRect().height);
9437
- }, []), O = F1(
9407
+ const S = C1((y, i) => {
9408
+ i && b.current.set(y, i.getBoundingClientRect().height);
9409
+ }, []), O = z1(
9438
9410
  () => Array.isArray(s) && s.length > 0,
9439
9411
  [s]
9440
- ), { visibleItems: A, startIndex: P, endIndex: V, totalHeight: k } = F1(() => {
9412
+ ), { visibleItems: A, startIndex: P, endIndex: V, totalHeight: k } = z1(() => {
9441
9413
  if (!d || !z)
9442
9414
  return {
9443
9415
  visibleItems: s,
@@ -9445,18 +9417,18 @@ const d3 = ({
9445
9417
  endIndex: s.length,
9446
9418
  totalHeight: 0
9447
9419
  };
9448
- let y = 0, a = 0, Z = 0, r = !1;
9420
+ let y = 0, i = 0, Z = 0, r = !1;
9449
9421
  for (let f = 0; f < s.length; f++) {
9450
9422
  const v = b.current.get(f) || v || 40;
9451
- if (!r && y + v > L && (a = Math.max(0, f - j), r = !0), r && y > L + z) {
9423
+ if (!r && y + v > L && (i = Math.max(0, f - j), r = !0), r && y > L + z) {
9452
9424
  Z = Math.min(s.length, f + j);
9453
9425
  break;
9454
9426
  }
9455
9427
  y += v;
9456
9428
  }
9457
- return r || (a = 0), Z === 0 && (Z = s.length), {
9458
- visibleItems: s.slice(a, Z),
9459
- startIndex: a,
9429
+ return r || (i = 0), Z === 0 && (Z = s.length), {
9430
+ visibleItems: s.slice(i, Z),
9431
+ startIndex: i,
9460
9432
  endIndex: Z,
9461
9433
  totalHeight: y
9462
9434
  };
@@ -9467,9 +9439,9 @@ const d3 = ({
9467
9439
  s,
9468
9440
  m,
9469
9441
  j
9470
- ]), { pageSize: H, paginatedData: U } = F1(() => {
9471
- const y = (c == null ? void 0 : c.pageSize) || s.length, a = c ? s.slice((_ - 1) * y, _ * y) : s;
9472
- return { pageSize: y, paginatedData: a };
9442
+ ]), { pageSize: H, paginatedData: U } = z1(() => {
9443
+ const y = (c == null ? void 0 : c.pageSize) || s.length, i = c ? s.slice((_ - 1) * y, _ * y) : s;
9444
+ return { pageSize: y, paginatedData: i };
9473
9445
  }, [s, c, _]), B = C1(
9474
9446
  (y) => {
9475
9447
  d && w(y.target.scrollTop);
@@ -9477,12 +9449,12 @@ const d3 = ({
9477
9449
  [d]
9478
9450
  );
9479
9451
  C1((y) => {
9480
- const a = {
9452
+ const i = {
9481
9453
  left: "flex-start",
9482
9454
  center: "center",
9483
9455
  right: "flex-end"
9484
9456
  };
9485
- return y.includes("left") ? a.left : y.includes("center") ? a.center : y.includes("right") ? a.right : a.center;
9457
+ return y.includes("left") ? i.left : y.includes("center") ? i.center : y.includes("right") ? i.right : i.center;
9486
9458
  }, []);
9487
9459
  const $ = C1(
9488
9460
  (y) => {
@@ -9491,7 +9463,7 @@ const d3 = ({
9491
9463
  [c]
9492
9464
  ), x = C1(() => {
9493
9465
  const y = d ? A : U;
9494
- return y.map((a, Z) => {
9466
+ return y.map((i, Z) => {
9495
9467
  const r = d ? P + Z : Z;
9496
9468
  return /* @__PURE__ */ t.jsxs(
9497
9469
  "div",
@@ -9519,7 +9491,7 @@ const d3 = ({
9519
9491
  ...T
9520
9492
  },
9521
9493
  className: "sud-list__item",
9522
- children: a
9494
+ children: i
9523
9495
  }
9524
9496
  ),
9525
9497
  n && Z !== y.length - 1 && /* @__PURE__ */ t.jsx(o0, {})
@@ -9636,7 +9608,7 @@ const d3 = ({
9636
9608
  )
9637
9609
  }
9638
9610
  )
9639
- ] }) : /* @__PURE__ */ t.jsx("div", { style: { padding: "40px 0" }, children: /* @__PURE__ */ t.jsx(D0, { description: i }) })
9611
+ ] }) : /* @__PURE__ */ t.jsx("div", { style: { padding: "40px 0" }, children: /* @__PURE__ */ t.jsx(D0, { description: a }) })
9640
9612
  }
9641
9613
  );
9642
9614
  }, L9 = `
@@ -9668,7 +9640,7 @@ const d3 = ({
9668
9640
  }
9669
9641
  `, O9 = A1.memo(
9670
9642
  ({ items: s = [], mode: c = "left", style: o = {}, className: n, ...l }) => {
9671
- const u = F1(
9643
+ const u = z1(
9672
9644
  () => s.some((d) => d.label),
9673
9645
  [s]
9674
9646
  );
@@ -9700,7 +9672,7 @@ const d3 = ({
9700
9672
  M
9701
9673
  )
9702
9674
  ) }) : /* @__PURE__ */ t.jsx("div", { style: p, children: typeof d == "string" ? /* @__PURE__ */ t.jsx(t1, { as: "span", color: j, children: d }) : d });
9703
- }, []), T = F1(() => 20, []), h = F1(() => 2, []);
9675
+ }, []), T = z1(() => 20, []), h = z1(() => 2, []);
9704
9676
  return /* @__PURE__ */ t.jsx(
9705
9677
  "div",
9706
9678
  {
@@ -9757,7 +9729,7 @@ const C2 = A1.memo(
9757
9729
  leftContent: o,
9758
9730
  rightContent: n,
9759
9731
  dotPosition: l = "center",
9760
- isLast: i = !1,
9732
+ isLast: a = !1,
9761
9733
  textAlignMode: u = "left",
9762
9734
  className: g,
9763
9735
  role: T,
@@ -9768,14 +9740,14 @@ const C2 = A1.memo(
9768
9740
  delay: p = 0
9769
9741
  }) => {
9770
9742
  var H, U;
9771
- const _ = m1(), M = N(c, _), { txtColor: L, borColor: w } = a1({
9743
+ const _ = m1(), M = N(c, _), { txtColor: L, borColor: w } = i1({
9772
9744
  border: !0,
9773
9745
  fallback: "default"
9774
9746
  }), C = u1(), z = u1(), [R, b] = q(0);
9775
9747
  n0(() => {
9776
9748
  const B = () => {
9777
- var a, Z;
9778
- const x = ((a = C.current) == null ? void 0 : a.offsetHeight) || 0, y = ((Z = z.current) == null ? void 0 : Z.offsetHeight) || 0;
9749
+ var i, Z;
9750
+ const x = ((i = C.current) == null ? void 0 : i.offsetHeight) || 0, y = ((Z = z.current) == null ? void 0 : Z.offsetHeight) || 0;
9779
9751
  b(d + Math.max(x, y));
9780
9752
  }, $ = new ResizeObserver(() => {
9781
9753
  B();
@@ -9784,24 +9756,24 @@ const C2 = A1.memo(
9784
9756
  $.disconnect();
9785
9757
  };
9786
9758
  }, [o, n, d]);
9787
- const S = F1(
9759
+ const S = z1(
9788
9760
  () => ({
9789
9761
  position: "relative",
9790
9762
  width: d,
9791
9763
  minWidth: d
9792
9764
  }),
9793
9765
  [d]
9794
- ), O = F1(
9766
+ ), O = z1(
9795
9767
  () => ({
9796
9768
  position: "absolute",
9797
9769
  left: (d - m) / 2,
9798
9770
  top: d / 2,
9799
9771
  width: m,
9800
- height: i ? 0 : R,
9772
+ height: a ? 0 : R,
9801
9773
  backgroundColor: w
9802
9774
  }),
9803
- [d, m, R, i, w]
9804
- ), A = F1(
9775
+ [d, m, R, a, w]
9776
+ ), A = z1(
9805
9777
  () => ({
9806
9778
  position: "absolute",
9807
9779
  top: 0,
@@ -9815,7 +9787,7 @@ const C2 = A1.memo(
9815
9787
  justifyContent: "center"
9816
9788
  }),
9817
9789
  [d]
9818
- ), P = F1(
9790
+ ), P = z1(
9819
9791
  () => ({
9820
9792
  animationDelay: `${p}ms`
9821
9793
  }),
@@ -9990,7 +9962,7 @@ const u3 = ({
9990
9962
  rowKey: o = "key",
9991
9963
  size: n = "md",
9992
9964
  colorType: l = "sub",
9993
- shape: i = "rounded",
9965
+ shape: a = "rounded",
9994
9966
  shadow: u = "none",
9995
9967
  border: g = !0,
9996
9968
  borderColor: T,
@@ -10015,33 +9987,33 @@ const u3 = ({
10015
9987
  bgColor: H,
10016
9988
  txtColor: U,
10017
9989
  borColor: B
10018
- } = a1({
9990
+ } = i1({
10019
9991
  fallback: l,
10020
9992
  componentType: "button",
10021
9993
  border: g
10022
- }), $ = T ? N(T, b) : B, x = g ? `${d}px ${h} ${$}` : "none", y = F1(
9994
+ }), $ = T ? N(T, b) : B, x = g ? `${d}px ${h} ${$}` : "none", y = z1(
10023
9995
  () => ({
10024
9996
  sm: { padding: "8px 12px", fontSize: 12 },
10025
9997
  md: { padding: "12px 16px", fontSize: 14 },
10026
9998
  lg: { padding: "16px 20px", fontSize: 16 }
10027
9999
  }),
10028
10000
  []
10029
- ), a = y[n] || y.md, Z = G1(i, b), r = E1(u, b), f = a.padding, v = C1(
10001
+ ), i = y[n] || y.md, Z = G1(a, b), r = E1(u, b), f = i.padding, v = C1(
10030
10002
  (K, J) => typeof o == "function" ? o(K) : K[o] ?? J,
10031
10003
  [o]
10032
- ), D = F1(() => {
10004
+ ), D = z1(() => {
10033
10005
  if (!S) return c;
10034
10006
  const { columnKey: K, order: J } = S, d1 = s.find((w1) => (w1.dataIndex || w1.key) === K);
10035
10007
  if (!d1) return c;
10036
- const Z1 = d1.sorter === !0 ? (w1, T1) => {
10037
- const S1 = w1[K], N1 = T1[K];
10008
+ const Z1 = d1.sorter === !0 ? (w1, F1) => {
10009
+ const S1 = w1[K], N1 = F1[K];
10038
10010
  return typeof S1 == "number" ? S1 - N1 : String(S1).localeCompare(String(N1));
10039
10011
  } : d1.sorter;
10040
- return [...c].sort((w1, T1) => {
10041
- const S1 = Z1(w1, T1);
10012
+ return [...c].sort((w1, F1) => {
10013
+ const S1 = Z1(w1, F1);
10042
10014
  return J === "ascend" ? S1 : -S1;
10043
10015
  });
10044
- }, [c, S, s]), Y = F1(() => {
10016
+ }, [c, S, s]), Y = z1(() => {
10045
10017
  if (!w || w === !1)
10046
10018
  return D;
10047
10019
  const K = (A - 1) * V, J = K + V;
@@ -10078,19 +10050,19 @@ const u3 = ({
10078
10050
  X(Z1);
10079
10051
  }
10080
10052
  }, [D, M]);
10081
- const o1 = F1(
10053
+ const o1 = z1(
10082
10054
  () => ({
10083
10055
  borderTopLeftRadius: Z.borderRadius,
10084
10056
  borderTopRightRadius: Z.borderRadius
10085
10057
  }),
10086
10058
  [Z.borderRadius]
10087
- ), x1 = F1(
10059
+ ), x1 = z1(
10088
10060
  () => ({
10089
10061
  borderBottomLeftRadius: Z.borderRadius,
10090
10062
  borderBottomRightRadius: Z.borderRadius
10091
10063
  }),
10092
10064
  [Z.borderRadius]
10093
- ), l1 = F1(() => {
10065
+ ), l1 = z1(() => {
10094
10066
  const K = s.reduce((J, d1) => J + (d1.col || (d1.width ? 0 : 1)), 0);
10095
10067
  return s.map((J) => {
10096
10068
  let d1 = "auto";
@@ -10164,14 +10136,14 @@ const u3 = ({
10164
10136
  borderBottom: x,
10165
10137
  borderLeft: J === 0 ? "none" : x,
10166
10138
  borderRight: J === s.length - 1 ? "none" : x,
10167
- fontSize: a.fontSize,
10139
+ fontSize: i.fontSize,
10168
10140
  padding: f,
10169
10141
  cursor: K.sorter ? "pointer" : "default"
10170
10142
  },
10171
10143
  role: "columnheader",
10172
10144
  "aria-sort": Z1 ? D1 === "ascend" ? "ascending" : "descending" : "none",
10173
10145
  tabIndex: K.sorter ? 0 : -1,
10174
- onKeyDown: (T1) => M1(T1, K),
10146
+ onKeyDown: (F1) => M1(F1, K),
10175
10147
  "aria-label": `${K.title} ${Z1 ? D1 === "ascend" ? "오름차순 정렬됨" : "내림차순 정렬됨" : ""}`,
10176
10148
  children: /* @__PURE__ */ t.jsxs(
10177
10149
  "div",
@@ -10188,7 +10160,7 @@ const u3 = ({
10188
10160
  {
10189
10161
  as: "span",
10190
10162
  pretendard: "SB",
10191
- size: a.fontSize,
10163
+ size: i.fontSize,
10192
10164
  children: K.title
10193
10165
  }
10194
10166
  ),
@@ -10276,7 +10248,7 @@ const u3 = ({
10276
10248
  J
10277
10249
  )) }),
10278
10250
  /* @__PURE__ */ t.jsx("tbody", { children: Y.map((K, J) => {
10279
- const d1 = v(K, J), Z1 = N(K.background, b) || "transparent", D1 = N(K.color, b) || "inherit", w1 = N(K.borderColor, b) || $, T1 = g ? `${d}px ${h} ${w1}` : "none";
10251
+ const d1 = v(K, J), Z1 = N(K.background, b) || "transparent", D1 = N(K.color, b) || "inherit", w1 = N(K.borderColor, b) || $, F1 = g ? `${d}px ${h} ${w1}` : "none";
10280
10252
  return /* @__PURE__ */ t.jsx(
10281
10253
  "tr",
10282
10254
  {
@@ -10288,7 +10260,7 @@ const u3 = ({
10288
10260
  "aria-rowindex": J + 1,
10289
10261
  "aria-selected": K.selected || !1,
10290
10262
  children: l1.map((S1, N1) => {
10291
- const X1 = S1.key, V1 = K[X1], k1 = S1.align || "left", I1 = S1.render ? S1.render(V1, K, J) : /* @__PURE__ */ t.jsx(t1, { size: a.fontSize, children: V1 });
10263
+ const X1 = S1.key, V1 = K[X1], k1 = S1.align || "left", I1 = S1.render ? S1.render(V1, K, J) : /* @__PURE__ */ t.jsx(t1, { size: i.fontSize, children: V1 });
10292
10264
  return /* @__PURE__ */ t.jsx(
10293
10265
  "td",
10294
10266
  {
@@ -10300,10 +10272,10 @@ const u3 = ({
10300
10272
  textAlign: k1,
10301
10273
  background: Z1,
10302
10274
  color: D1,
10303
- borderBottom: T1,
10304
- borderLeft: N1 === 0 ? "none" : T1,
10305
- borderRight: N1 === s.length - 1 ? "none" : T1,
10306
- fontSize: a.fontSize,
10275
+ borderBottom: F1,
10276
+ borderLeft: N1 === 0 ? "none" : F1,
10277
+ borderRight: N1 === s.length - 1 ? "none" : F1,
10278
+ fontSize: i.fontSize,
10307
10279
  padding: f
10308
10280
  },
10309
10281
  role: "cell",
@@ -10354,7 +10326,7 @@ function U0({
10354
10326
  labelPosition: n = "right",
10355
10327
  // "left" | "right" | "top" | "bottom"
10356
10328
  children: l,
10357
- color: i,
10329
+ color: a,
10358
10330
  disabled: u = !1,
10359
10331
  colorType: g = "primary",
10360
10332
  style: T = {},
@@ -10364,10 +10336,10 @@ function U0({
10364
10336
  ariaInvalid: j,
10365
10337
  ariaDescribedby: p
10366
10338
  }) {
10367
- const _ = m1(), { bgColor: M } = a1({
10339
+ const _ = m1(), { bgColor: M } = i1({
10368
10340
  border: !1,
10369
10341
  fallback: g
10370
- }), L = i ? N(i, _) : M, [w, C] = q(c || !1), [z, R] = q(!1), b = s !== void 0, S = b ? s : w, O = n === "top" || n === "bottom", A = u1(), P = u1(), V = z || S ? L : N("cool-gray-3", _), k = (H) => {
10342
+ }), L = a ? N(a, _) : M, [w, C] = q(c || !1), [z, R] = q(!1), b = s !== void 0, S = b ? s : w, O = n === "top" || n === "bottom", A = u1(), P = u1(), V = z || S ? L : N("cool-gray-3", _), k = (H) => {
10371
10343
  if (H.stopPropagation(), u) return;
10372
10344
  const U = !S;
10373
10345
  b || C(U), o == null || o(U), A.current && S0(A.current), P.current && K0(P.current);
@@ -10435,7 +10407,7 @@ function U0({
10435
10407
  {
10436
10408
  as: "span",
10437
10409
  className: "sud-checkbox__label",
10438
- color: i,
10410
+ color: a,
10439
10411
  style: { whiteSpace: "nowrap" },
10440
10412
  children: l
10441
10413
  }
@@ -10449,7 +10421,7 @@ U0.Group = function({
10449
10421
  value: o = [],
10450
10422
  onChange: n,
10451
10423
  layout: l = "flex",
10452
- direction: i = "vertical",
10424
+ direction: a = "vertical",
10453
10425
  cols: u = 1,
10454
10426
  gap: g = 8,
10455
10427
  disabled: T = !1,
@@ -10467,7 +10439,7 @@ U0.Group = function({
10467
10439
  const z = (S) => {
10468
10440
  const O = o.includes(S) ? o.filter((A) => A !== S) : [...o, S];
10469
10441
  n == null || n(O);
10470
- }, R = i === "horizontal", b = l === "grid" ? {
10442
+ }, R = a === "horizontal", b = l === "grid" ? {
10471
10443
  display: "grid",
10472
10444
  gap: g,
10473
10445
  gridTemplateColumns: R ? `repeat(${u}, minmax(0, 1fr))` : "auto",
@@ -10507,13 +10479,13 @@ U0.Group = function({
10507
10479
  );
10508
10480
  };
10509
10481
  U0.Group.displayName = "Checkbox.Group";
10510
- const i0 = ({
10482
+ const a0 = ({
10511
10483
  background: s,
10512
10484
  color: c,
10513
10485
  border: o = !0,
10514
10486
  borderColor: n,
10515
10487
  borderType: l = "solid",
10516
- borderWeight: i = 1,
10488
+ borderWeight: a = 1,
10517
10489
  underline: u = !1,
10518
10490
  afterIcon: g,
10519
10491
  beforeIcon: T,
@@ -10543,13 +10515,13 @@ const i0 = ({
10543
10515
  errorText: $,
10544
10516
  error: x = !1,
10545
10517
  required: y = !1,
10546
- ariaRequired: a,
10518
+ ariaRequired: i,
10547
10519
  ariaInvalid: Z,
10548
10520
  ariaDescribedby: r,
10549
10521
  onClick: f,
10550
10522
  thousandSeparator: v = !1
10551
10523
  }) => {
10552
- const D = m1(), Y = u1(null), [F, W] = q(M), { bgColor: I, txtColor: E, borColor: G } = a1({
10524
+ const D = m1(), Y = u1(null), [F, W] = q(M), { bgColor: I, txtColor: E, borColor: G } = i1({
10553
10525
  border: o,
10554
10526
  fallback: x ? "error" : F ? "focus" : "default",
10555
10527
  componentType: "input"
@@ -10557,7 +10529,7 @@ const i0 = ({
10557
10529
  j1(() => {
10558
10530
  M && Y.current && Y.current.focus();
10559
10531
  }, [M]);
10560
- const X = s ? N(s, D) : I, o1 = c ? N(c, D) : E, x1 = n ? N(n, D) : G, l1 = o && x1 ? `${i}px ${l} ${x1}` : "none", M1 = G1(O, D), K = E1(A, D), J = {
10532
+ const X = s ? N(s, D) : I, o1 = c ? N(c, D) : E, x1 = n ? N(n, D) : G, l1 = o && x1 ? `${a}px ${l} ${x1}` : "none", M1 = G1(O, D), K = E1(A, D), J = {
10561
10533
  sm: { height: 32, fontSize: 14, padding: "4px" },
10562
10534
  md: { height: 38, fontSize: 16, padding: "6px" },
10563
10535
  lg: { height: 42, fontSize: 18, padding: "8px" }
@@ -10575,7 +10547,7 @@ const i0 = ({
10575
10547
  isNaN(k1) || (V1 = k1.toLocaleString());
10576
10548
  }
10577
10549
  S({ target: { value: V1 } });
10578
- }, w1 = b, T1 = v && b && isNaN(Number(b.replace(/,/g, ""))), S1 = v ? T1 : x, N1 = v && T1 ? "숫자를 입력하세요" : $;
10550
+ }, w1 = b, F1 = v && b && isNaN(Number(b.replace(/,/g, ""))), S1 = v ? F1 : x, N1 = v && F1 ? "숫자를 입력하세요" : $;
10579
10551
  return /* @__PURE__ */ t.jsxs(
10580
10552
  "div",
10581
10553
  {
@@ -10599,7 +10571,7 @@ const i0 = ({
10599
10571
  color: N(p ? "cool-gray-3" : "cool-gray-9", D)
10600
10572
  },
10601
10573
  "aria-label": U,
10602
- "aria-required": a,
10574
+ "aria-required": i,
10603
10575
  "aria-invalid": Z,
10604
10576
  "aria-describedby": r,
10605
10577
  children: typeof B == "string" ? /* @__PURE__ */ t.jsx(
@@ -10686,7 +10658,7 @@ const i0 = ({
10686
10658
  name: k,
10687
10659
  autoComplete: H,
10688
10660
  "aria-label": U || B,
10689
- "aria-required": a || y,
10661
+ "aria-required": i || y,
10690
10662
  "aria-invalid": Z || S1,
10691
10663
  "aria-describedby": r || (S1 ? `${V}-error` : void 0),
10692
10664
  "aria-disabled": p,
@@ -10790,7 +10762,7 @@ const i0 = ({
10790
10762
  border: o = !0,
10791
10763
  borderColor: n,
10792
10764
  borderType: l = "solid",
10793
- borderWeight: i = 1,
10765
+ borderWeight: a = 1,
10794
10766
  underline: u = !1,
10795
10767
  className: g = "",
10796
10768
  style: T = {},
@@ -10820,10 +10792,10 @@ const i0 = ({
10820
10792
  required: $ = !1,
10821
10793
  ariaRequired: x,
10822
10794
  ariaInvalid: y,
10823
- ariaDescribedby: a,
10795
+ ariaDescribedby: i,
10824
10796
  onClick: Z
10825
10797
  }) => {
10826
- const r = m1(), f = u1(null), [v, D] = q(m), [Y, F] = q(!1), { bgColor: W, txtColor: I, borColor: E } = a1({
10798
+ const r = m1(), f = u1(null), [v, D] = q(m), [Y, F] = q(!1), { bgColor: W, txtColor: I, borColor: E } = i1({
10827
10799
  border: o,
10828
10800
  fallback: B ? "error" : v ? "focus" : "default",
10829
10801
  componentType: "input"
@@ -10831,7 +10803,7 @@ const i0 = ({
10831
10803
  j1(() => {
10832
10804
  m && f.current && f.current.focus();
10833
10805
  }, [m]);
10834
- const G = s ? N(s, r) : W, X = c ? N(c, r) : I, o1 = n ? N(n, r) : E, x1 = o && o1 ? `${i}px ${l} ${o1}` : "none", l1 = G1(M, r), M1 = E1(L, r), K = {
10806
+ const G = s ? N(s, r) : W, X = c ? N(c, r) : I, o1 = n ? N(n, r) : E, x1 = o && o1 ? `${a}px ${l} ${o1}` : "none", l1 = G1(M, r), M1 = E1(L, r), K = {
10835
10807
  sm: { height: 32, fontSize: 14, padding: "4px" },
10836
10808
  md: { height: 38, fontSize: 16, padding: "6px" },
10837
10809
  lg: { height: 42, fontSize: 18, padding: "8px" }
@@ -10869,7 +10841,7 @@ const i0 = ({
10869
10841
  "aria-label": V,
10870
10842
  "aria-required": x,
10871
10843
  "aria-invalid": y,
10872
- "aria-describedby": a,
10844
+ "aria-describedby": i,
10873
10845
  children: typeof H == "string" ? /* @__PURE__ */ t.jsx(
10874
10846
  t1,
10875
10847
  {
@@ -10944,7 +10916,7 @@ const i0 = ({
10944
10916
  "aria-label": V || H,
10945
10917
  "aria-required": x || $,
10946
10918
  "aria-invalid": y || B,
10947
- "aria-describedby": a || (B ? `${A}-error` : void 0),
10919
+ "aria-describedby": i || (B ? `${A}-error` : void 0),
10948
10920
  "aria-disabled": h,
10949
10921
  spellCheck: k,
10950
10922
  onFocus: () => D(!0),
@@ -11034,7 +11006,7 @@ const i0 = ({
11034
11006
  border: o = !0,
11035
11007
  borderColor: n,
11036
11008
  borderType: l = "solid",
11037
- borderWeight: i = 1,
11009
+ borderWeight: a = 1,
11038
11010
  underline: u = !1,
11039
11011
  className: g = "",
11040
11012
  style: T = {},
@@ -11062,7 +11034,7 @@ const i0 = ({
11062
11034
  ariaDescribedby: U,
11063
11035
  onClick: B
11064
11036
  }) => {
11065
- const $ = m1(), x = u1([]), [y, a] = q(m ? 0 : -1), { txtColor: Z } = a1({
11037
+ const $ = m1(), x = u1([]), [y, i] = q(m ? 0 : -1), { txtColor: Z } = i1({
11066
11038
  border: o,
11067
11039
  fallback: P ? "error" : "default",
11068
11040
  componentType: "input"
@@ -11157,11 +11129,11 @@ const i0 = ({
11157
11129
  bgColor: X,
11158
11130
  txtColor: o1,
11159
11131
  borColor: x1
11160
- } = a1({
11132
+ } = i1({
11161
11133
  border: o,
11162
11134
  fallback: P ? "error" : y === G ? "focus" : "default",
11163
11135
  componentType: "input"
11164
- }), l1 = s ? N(s, $) : X, M1 = n ? N(n, $) : x1, K = o && M1 ? `${i}px ${l} ${M1}` : "none";
11136
+ }), l1 = s ? N(s, $) : X, M1 = n ? N(n, $) : x1, K = o && M1 ? `${a}px ${l} ${M1}` : "none";
11165
11137
  return /* @__PURE__ */ t.jsx(
11166
11138
  "div",
11167
11139
  {
@@ -11198,8 +11170,8 @@ const i0 = ({
11198
11170
  disabled: h,
11199
11171
  readOnly: d,
11200
11172
  autoFocus: m && G === 0,
11201
- onFocus: () => a(G),
11202
- onBlur: () => a(-1),
11173
+ onFocus: () => i(G),
11174
+ onBlur: () => i(-1),
11203
11175
  style: {
11204
11176
  width: "100%",
11205
11177
  height: "100%",
@@ -11248,17 +11220,17 @@ const i0 = ({
11248
11220
  }
11249
11221
  );
11250
11222
  };
11251
- i0.Textarea = N9;
11252
- i0.Textarea.displayName = "Textarea";
11253
- i0.OTP = R9;
11254
- i0.OTP.displayName = "OTP";
11223
+ a0.Textarea = N9;
11224
+ a0.Textarea.displayName = "Textarea";
11225
+ a0.OTP = R9;
11226
+ a0.OTP.displayName = "OTP";
11255
11227
  const f2 = ({
11256
11228
  min: s = 0,
11257
11229
  max: c = 100,
11258
11230
  value: o = 0,
11259
11231
  step: n = 1,
11260
11232
  onChange: l,
11261
- vertical: i = !1,
11233
+ vertical: a = !1,
11262
11234
  disabled: u = !1,
11263
11235
  background: g,
11264
11236
  border: T = !0,
@@ -11286,7 +11258,7 @@ const f2 = ({
11286
11258
  ariaValueText: B,
11287
11259
  ...$
11288
11260
  }) => {
11289
- const x = m1(), y = u1(null), a = u1(null), [Z, r] = q(!1), [f, v] = q(o), D = v2(), Y = H || D, { bgColor: F, borColor: W } = a1({
11261
+ const x = m1(), y = u1(null), i = u1(null), [Z, r] = q(!1), [f, v] = q(o), D = v2(), Y = H || D, { bgColor: F, borColor: W } = i1({
11290
11262
  border: T,
11291
11263
  fallback: w,
11292
11264
  componentType: "button"
@@ -11305,7 +11277,7 @@ const f2 = ({
11305
11277
  height: x1,
11306
11278
  thumb: l1,
11307
11279
  fontSize: M1
11308
- } = i ? G[S] : X[S], K = _ || o1, J = M || x1, d1 = (f - s) / (c - s) * 100;
11280
+ } = a ? G[S] : X[S], K = _ || o1, J = M || x1, d1 = (f - s) / (c - s) * 100;
11309
11281
  j1(() => {
11310
11282
  Z || v(o);
11311
11283
  }, [o, Z]);
@@ -11313,22 +11285,22 @@ const f2 = ({
11313
11285
  (k1, I1) => {
11314
11286
  const r1 = y.current.getBoundingClientRect();
11315
11287
  let b1;
11316
- i ? b1 = 1 - (I1 - r1.top) / r1.height : b1 = (k1 - r1.left) / r1.width;
11288
+ a ? b1 = 1 - (I1 - r1.top) / r1.height : b1 = (k1 - r1.left) / r1.width;
11317
11289
  let _1 = s + b1 * (c - s);
11318
11290
  _1 = Math.round(_1 / n) * n, _1 = Math.min(c, Math.max(s, _1)), v(_1), l == null || l(_1);
11319
11291
  },
11320
- [s, c, n, l, i]
11292
+ [s, c, n, l, a]
11321
11293
  ), D1 = (k1) => {
11322
- u || (r(!0), S0(a.current), Z1(k1.clientX, k1.clientY));
11294
+ u || (r(!0), S0(i.current), Z1(k1.clientX, k1.clientY));
11323
11295
  }, w1 = (k1) => {
11324
11296
  !Z || u || Z1(k1.clientX, k1.clientY);
11325
- }, T1 = () => {
11297
+ }, F1 = () => {
11326
11298
  u || r(!1);
11327
11299
  };
11328
11300
  j1(() => {
11329
11301
  if (Z)
11330
- return window.addEventListener("mousemove", w1), window.addEventListener("mouseup", T1), () => {
11331
- window.removeEventListener("mousemove", w1), window.removeEventListener("mouseup", T1);
11302
+ return window.addEventListener("mousemove", w1), window.addEventListener("mouseup", F1), () => {
11303
+ window.removeEventListener("mousemove", w1), window.removeEventListener("mouseup", F1);
11332
11304
  };
11333
11305
  }, [Z, w1]);
11334
11306
  const S1 = (k1) => {
@@ -11359,7 +11331,7 @@ const f2 = ({
11359
11331
  return;
11360
11332
  }
11361
11333
  v(I1), l == null || l(I1);
11362
- }, N1 = i ? {
11334
+ }, N1 = a ? {
11363
11335
  position: "absolute",
11364
11336
  left: 0,
11365
11337
  width: "100%",
@@ -11384,8 +11356,8 @@ const f2 = ({
11384
11356
  width: `${O || l1}px`,
11385
11357
  height: `${O || l1}px`,
11386
11358
  transform: "translate(-50%, -50%)",
11387
- top: i ? `${100 - d1}%` : "50%",
11388
- left: i ? "50%" : `${d1}%`,
11359
+ top: a ? `${100 - d1}%` : "50%",
11360
+ left: a ? "50%" : `${d1}%`,
11389
11361
  cursor: u ? "not-allowed" : "grab",
11390
11362
  zIndex: 3,
11391
11363
  display: "flex",
@@ -11399,8 +11371,8 @@ const f2 = ({
11399
11371
  width: `${O || l1}px`,
11400
11372
  height: `${O || l1}px`,
11401
11373
  transform: "translate(-50%, -50%)",
11402
- top: i ? `${100 - d1}%` : "50%",
11403
- left: i ? "50%" : `${d1}%`,
11374
+ top: a ? `${100 - d1}%` : "50%",
11375
+ left: a ? "50%" : `${d1}%`,
11404
11376
  zIndex: 4,
11405
11377
  pointerEvents: "auto"
11406
11378
  };
@@ -11427,7 +11399,7 @@ const f2 = ({
11427
11399
  style: {
11428
11400
  position: "relative",
11429
11401
  background: N(j || "cool-gray-2", x),
11430
- borderRadius: i ? K / 2 : J / 2,
11402
+ borderRadius: a ? K / 2 : J / 2,
11431
11403
  maxWidth: "100%",
11432
11404
  maxHeight: "100%",
11433
11405
  width: `${K}px`,
@@ -11439,7 +11411,7 @@ const f2 = ({
11439
11411
  {
11440
11412
  className: "su-hover sud-slider__filled",
11441
11413
  style: {
11442
- borderRadius: i ? K / 2 : J / 2,
11414
+ borderRadius: a ? K / 2 : J / 2,
11443
11415
  ...N1
11444
11416
  }
11445
11417
  }
@@ -11448,14 +11420,14 @@ const f2 = ({
11448
11420
  "div",
11449
11421
  {
11450
11422
  className: "su-hover sud-slider__thumb",
11451
- ref: a,
11423
+ ref: i,
11452
11424
  role: "slider",
11453
11425
  tabIndex: u ? -1 : 0,
11454
11426
  "aria-valuemin": s,
11455
11427
  "aria-valuemax": c,
11456
11428
  "aria-valuenow": f,
11457
11429
  "aria-valuetext": B || `${f}${C ? ` ${C}` : ""}`,
11458
- "aria-orientation": i ? "vertical" : "horizontal",
11430
+ "aria-orientation": a ? "vertical" : "horizontal",
11459
11431
  "aria-disabled": u,
11460
11432
  id: Y,
11461
11433
  onKeyDown: S1,
@@ -11510,18 +11482,18 @@ const f2 = ({
11510
11482
  "aria-hidden": "true",
11511
11483
  style: {
11512
11484
  display: "flex",
11513
- flexDirection: i ? "column" : "row",
11485
+ flexDirection: a ? "column" : "row",
11514
11486
  justifyContent: "space-between",
11515
11487
  alignItems: "center",
11516
- width: i ? "auto" : "100%",
11517
- height: i ? J : "auto",
11518
- marginLeft: i ? 8 : 0,
11519
- marginTop: i ? 0 : 8,
11488
+ width: a ? "auto" : "100%",
11489
+ height: a ? J : "auto",
11490
+ marginLeft: a ? 8 : 0,
11491
+ marginTop: a ? 0 : 8,
11520
11492
  fontSize: M1,
11521
11493
  color: N(u ? "cool-gray-3" : "cool-gray-9", x),
11522
- position: i ? "absolute" : "relative",
11523
- left: i ? "100%" : "auto",
11524
- top: i ? 0 : "auto"
11494
+ position: a ? "absolute" : "relative",
11495
+ left: a ? "100%" : "auto",
11496
+ top: a ? 0 : "auto"
11525
11497
  },
11526
11498
  children: [
11527
11499
  /* @__PURE__ */ t.jsxs(
@@ -11531,7 +11503,7 @@ const f2 = ({
11531
11503
  className: "sud-slider__range-label",
11532
11504
  style: {
11533
11505
  whiteSpace: "nowrap",
11534
- order: i ? 0 : 1
11506
+ order: a ? 0 : 1
11535
11507
  },
11536
11508
  children: [
11537
11509
  c,
@@ -11547,7 +11519,7 @@ const f2 = ({
11547
11519
  className: "sud-slider__range-label",
11548
11520
  style: {
11549
11521
  whiteSpace: "nowrap",
11550
- order: i ? 1 : 0
11522
+ order: a ? 1 : 0
11551
11523
  },
11552
11524
  children: [
11553
11525
  s,
@@ -11569,7 +11541,7 @@ const f2 = ({
11569
11541
  placement: n = "top",
11570
11542
  open: l,
11571
11543
  // controlled
11572
- defaultOpen: i = !1,
11544
+ defaultOpen: a = !1,
11573
11545
  // uncontrolled fallback
11574
11546
  onOpenChange: u,
11575
11547
  closeOnClick: g = !1,
@@ -11594,9 +11566,9 @@ const f2 = ({
11594
11566
  ...V
11595
11567
  }) => {
11596
11568
  m1();
11597
- const [k, H] = q(i), U = l !== void 0, B = U ? l : k, $ = C1(
11598
- (a) => {
11599
- U || H(a), u == null || u(a);
11569
+ const [k, H] = q(a), U = l !== void 0, B = U ? l : k, $ = C1(
11570
+ (i) => {
11571
+ U || H(i), u == null || u(i);
11600
11572
  },
11601
11573
  [U, u]
11602
11574
  ), x = () => b === "success" ? /* @__PURE__ */ t.jsx(C0, { color: "blue", children: /* @__PURE__ */ t.jsx(y2, {}) }) : b === "danger" ? /* @__PURE__ */ t.jsx(C0, { color: "red", children: /* @__PURE__ */ t.jsx(M2, {}) }) : b === "warning" ? /* @__PURE__ */ t.jsx(C0, { color: "amber", children: /* @__PURE__ */ t.jsx(Y0, {}) }) : null, y = () => c ? /* @__PURE__ */ t.jsxs(
@@ -11632,7 +11604,7 @@ const f2 = ({
11632
11604
  trigger: o,
11633
11605
  placement: n,
11634
11606
  open: B,
11635
- defaultOpen: i,
11607
+ defaultOpen: a,
11636
11608
  onOpenChange: $,
11637
11609
  closeOnClick: g,
11638
11610
  disabled: T,
@@ -11669,8 +11641,8 @@ function L0(s, c, o) {
11669
11641
  return "#" + [s, c, o].map((n) => n.toString(16).padStart(2, "0")).join("").toUpperCase();
11670
11642
  }
11671
11643
  function p2(s) {
11672
- const c = s.replace("#", ""), o = parseInt(c, 16), n = o >> 16 & 255, l = o >> 8 & 255, i = o & 255;
11673
- return { r: n, g: l, b: i };
11644
+ const c = s.replace("#", ""), o = parseInt(c, 16), n = o >> 16 & 255, l = o >> 8 & 255, a = o & 255;
11645
+ return { r: n, g: l, b: a };
11674
11646
  }
11675
11647
  const f3 = ({
11676
11648
  color: s = "#1677FF",
@@ -11679,7 +11651,7 @@ const f3 = ({
11679
11651
  setOpen: n = () => {
11680
11652
  },
11681
11653
  children: l,
11682
- trigger: i = "click",
11654
+ trigger: a = "click",
11683
11655
  placement: u = "bottom",
11684
11656
  style: g = { padding: 5 },
11685
11657
  className: T = "",
@@ -11697,32 +11669,32 @@ const f3 = ({
11697
11669
  md: 40,
11698
11670
  lg: 48
11699
11671
  }, $ = C1(
11700
- ({ r: y, g: a, b: Z }) => {
11701
- const r = Math.max(y, a, Z), f = Math.min(y, a, Z), v = r / 255, D = r === 0 ? 0 : (r - f) / r;
11672
+ ({ r: y, g: i, b: Z }) => {
11673
+ const r = Math.max(y, i, Z), f = Math.min(y, i, Z), v = r / 255, D = r === 0 ? 0 : (r - f) / r;
11702
11674
  let Y = 0;
11703
11675
  if (r !== f) {
11704
11676
  switch (r) {
11705
11677
  case y:
11706
- Y = (a - Z) / (r - f) + (a < Z ? 6 : 0);
11678
+ Y = (i - Z) / (r - f) + (i < Z ? 6 : 0);
11707
11679
  break;
11708
- case a:
11680
+ case i:
11709
11681
  Y = (Z - y) / (r - f) + 2;
11710
11682
  break;
11711
11683
  case Z:
11712
- Y = (y - a) / (r - f) + 4;
11684
+ Y = (y - i) / (r - f) + 4;
11713
11685
  break;
11714
11686
  }
11715
11687
  Y *= 60;
11716
11688
  }
11717
- U({ r: y, g: a, b: Z }), k({
11689
+ U({ r: y, g: i, b: Z }), k({
11718
11690
  h: Math.round(Y),
11719
11691
  s: Math.round(D * 100),
11720
11692
  b: Math.round(v * 100)
11721
11693
  }), b(Math.round(Y));
11722
- const F = L0(y, a, Z), W = `rgba(${y}, ${a}, ${Z}, ${S / 100})`;
11694
+ const F = L0(y, i, Z), W = `rgba(${y}, ${i}, ${Z}, ${S / 100})`;
11723
11695
  z(W), c == null || c({
11724
11696
  hex: F,
11725
- rgb: { r: y, g: a, b: Z },
11697
+ rgb: { r: y, g: i, b: Z },
11726
11698
  hsb: V,
11727
11699
  alpha: S,
11728
11700
  rgba: W
@@ -11735,9 +11707,9 @@ const f3 = ({
11735
11707
  }, [s]);
11736
11708
  const x = C1(
11737
11709
  (y) => {
11738
- const a = w.current.getBoundingClientRect(), Z = Math.min(Math.max(y.clientX - a.left, 0), a.width), r = Math.min(Math.max(y.clientY - a.top, 0), a.height);
11710
+ const i = w.current.getBoundingClientRect(), Z = Math.min(Math.max(y.clientX - i.left, 0), i.width), r = Math.min(Math.max(y.clientY - i.top, 0), i.height);
11739
11711
  P({ x: Z, y: r });
11740
- const f = Z / a.width, v = 1 - r / a.height, D = R, Y = (E, G = (E + D / 60) % 6) => v - v * f * Math.max(Math.min(G, 4 - G, 1), 0), F = Math.round(Y(5) * 255), W = Math.round(Y(3) * 255), I = Math.round(Y(1) * 255);
11712
+ const f = Z / i.width, v = 1 - r / i.height, D = R, Y = (E, G = (E + D / 60) % 6) => v - v * f * Math.max(Math.min(G, 4 - G, 1), 0), F = Math.round(Y(5) * 255), W = Math.round(Y(3) * 255), I = Math.round(Y(1) * 255);
11741
11713
  $({ r: F, g: W, b: I });
11742
11714
  },
11743
11715
  [R, $]
@@ -11745,7 +11717,7 @@ const f3 = ({
11745
11717
  return /* @__PURE__ */ t.jsx(
11746
11718
  Q0,
11747
11719
  {
11748
- trigger: i,
11720
+ trigger: a,
11749
11721
  open: o,
11750
11722
  onOpenChange: n,
11751
11723
  placement: u,
@@ -11774,14 +11746,14 @@ const f3 = ({
11774
11746
  className: "sud-color-picker__palette",
11775
11747
  onMouseDown: (y) => {
11776
11748
  x(y);
11777
- const a = (r) => x(r), Z = () => {
11778
- window.removeEventListener("mousemove", a), window.removeEventListener("mouseup", Z);
11749
+ const i = (r) => x(r), Z = () => {
11750
+ window.removeEventListener("mousemove", i), window.removeEventListener("mouseup", Z);
11779
11751
  };
11780
- window.addEventListener("mousemove", a), window.addEventListener("mouseup", Z);
11752
+ window.addEventListener("mousemove", i), window.addEventListener("mouseup", Z);
11781
11753
  },
11782
11754
  onTouchStart: (y) => {
11783
- const a = y.touches[0];
11784
- x(a);
11755
+ const i = y.touches[0];
11756
+ x(i);
11785
11757
  const Z = (f) => x(f.touches[0]), r = () => {
11786
11758
  window.removeEventListener("touchmove", Z), window.removeEventListener("touchend", r);
11787
11759
  };
@@ -11832,14 +11804,14 @@ const f3 = ({
11832
11804
  },
11833
11805
  children: [
11834
11806
  /* @__PURE__ */ t.jsx(
11835
- i0,
11807
+ a0,
11836
11808
  {
11837
11809
  size: "sm",
11838
11810
  value: L0(H.r, H.g, H.b),
11839
11811
  onChange: (y) => {
11840
- const a = y.target.value;
11812
+ const i = y.target.value;
11841
11813
  try {
11842
- const Z = p2(a), r = Math.max(Z.r, Z.g, Z.b), f = Math.min(Z.r, Z.g, Z.b), v = r / 255, Y = (r === 0 ? 0 : (r - f) / r) * 100, F = (1 - v) * 100;
11814
+ const Z = p2(i), r = Math.max(Z.r, Z.g, Z.b), f = Math.min(Z.r, Z.g, Z.b), v = r / 255, Y = (r === 0 ? 0 : (r - f) / r) * 100, F = (1 - v) * 100;
11843
11815
  P({ x: Y, y: F }), $(Z);
11844
11816
  } catch {
11845
11817
  }
@@ -11852,19 +11824,19 @@ const f3 = ({
11852
11824
  }
11853
11825
  ),
11854
11826
  /* @__PURE__ */ t.jsx(
11855
- i0,
11827
+ a0,
11856
11828
  {
11857
11829
  size: "sm",
11858
11830
  value: S,
11859
11831
  onChange: (y) => {
11860
- const a = Number(y.target.value);
11861
- O(a);
11862
- const Z = `rgba(${H.r}, ${H.g}, ${H.b}, ${a / 100})`;
11832
+ const i = Number(y.target.value);
11833
+ O(i);
11834
+ const Z = `rgba(${H.r}, ${H.g}, ${H.b}, ${i / 100})`;
11863
11835
  z(Z), c == null || c({
11864
11836
  hex: L0(H.r, H.g, H.b),
11865
11837
  rgb: H,
11866
11838
  hsb: V,
11867
- alpha: a,
11839
+ alpha: i,
11868
11840
  rgba: Z
11869
11841
  });
11870
11842
  },
@@ -11888,7 +11860,7 @@ const f3 = ({
11888
11860
  size: "md",
11889
11861
  onChange: (y) => {
11890
11862
  b(y), k((F) => ({ ...F, h: y }));
11891
- const a = y, Z = V.s / 100, r = V.b / 100, f = (F, W = (F + a / 60) % 6) => r - r * Z * Math.max(Math.min(W, 4 - W, 1), 0), v = Math.round(f(5) * 255), D = Math.round(f(3) * 255), Y = Math.round(f(1) * 255);
11863
+ const i = y, Z = V.s / 100, r = V.b / 100, f = (F, W = (F + i / 60) % 6) => r - r * Z * Math.max(Math.min(W, 4 - W, 1), 0), v = Math.round(f(5) * 255), D = Math.round(f(3) * 255), Y = Math.round(f(1) * 255);
11892
11864
  $({ r: v, g: D, b: Y });
11893
11865
  },
11894
11866
  fill: !1,
@@ -11906,13 +11878,13 @@ const f3 = ({
11906
11878
  size: "md",
11907
11879
  onChange: (y) => {
11908
11880
  O(y);
11909
- const a = `rgba(${H.r}, ${H.g}, ${H.b}, ${y / 100})`;
11910
- z(a), c == null || c({
11881
+ const i = `rgba(${H.r}, ${H.g}, ${H.b}, ${y / 100})`;
11882
+ z(i), c == null || c({
11911
11883
  hex: L0(H.r, H.g, H.b),
11912
11884
  rgb: H,
11913
11885
  hsb: V,
11914
11886
  alpha: y,
11915
- rgba: a
11887
+ rgba: i
11916
11888
  });
11917
11889
  },
11918
11890
  fill: !1,
@@ -11965,7 +11937,7 @@ const f3 = ({
11965
11937
  shadow: o = "sm",
11966
11938
  size: n = "md",
11967
11939
  disabled: l = !1,
11968
- readOnly: i = !1,
11940
+ readOnly: a = !1,
11969
11941
  error: u,
11970
11942
  errorText: g,
11971
11943
  className: T = "",
@@ -11993,23 +11965,23 @@ const f3 = ({
11993
11965
  ariaInvalid: U,
11994
11966
  ariaDescribedby: B
11995
11967
  }) => {
11996
- const [$, x] = q(!1), y = F1(() => {
11968
+ const [$, x] = q(!1), y = z1(() => {
11997
11969
  if (!h) return "";
11998
11970
  if (p) {
11999
- const v = h == null ? void 0 : h.startDate, D = h == null ? void 0 : h.endDate, Y = v && i1(v).isValid() ? i1(v).format(j) : "", F = D && i1(D).isValid() ? i1(D).format(j) : "";
11971
+ const v = h == null ? void 0 : h.startDate, D = h == null ? void 0 : h.endDate, Y = v && a1(v).isValid() ? a1(v).format(j) : "", F = D && a1(D).isValid() ? a1(D).format(j) : "";
12000
11972
  return [Y, F].filter(Boolean).join(" ~ ");
12001
11973
  }
12002
- return i1(h).isValid() ? i1(h).format(j) : "";
12003
- }, [h, j, p]), a = (v) => {
11974
+ return a1(h).isValid() ? a1(h).format(j) : "";
11975
+ }, [h, j, p]), i = (v) => {
12004
11976
  if (!v) return "";
12005
11977
  if (p) {
12006
- const D = v == null ? void 0 : v.startDate, Y = v == null ? void 0 : v.endDate, F = D && i1(D).isValid() ? i1(D).format(j) : "", W = Y && i1(Y).isValid() ? i1(Y).format(j) : "";
11978
+ const D = v == null ? void 0 : v.startDate, Y = v == null ? void 0 : v.endDate, F = D && a1(D).isValid() ? a1(D).format(j) : "", W = Y && a1(Y).isValid() ? a1(Y).format(j) : "";
12007
11979
  return [F, W].filter(Boolean).join(" ~ ");
12008
11980
  }
12009
- return i1(v).isValid() ? i1(v).format(j) : "";
11981
+ return a1(v).isValid() ? a1(v).format(j) : "";
12010
11982
  }, Z = (v) => {
12011
- if (l || i) return;
12012
- const D = a(v);
11983
+ if (l || a) return;
11984
+ const D = i(v);
12013
11985
  d(v, D), (!p || (v == null ? void 0 : v.startDate) && (v == null ? void 0 : v.endDate)) && (x(!1), requestAnimationFrame(() => {
12014
11986
  setTimeout(() => x(!0), 0);
12015
11987
  }));
@@ -12039,7 +12011,7 @@ const f3 = ({
12039
12011
  }
12040
12012
  ),
12041
12013
  children: /* @__PURE__ */ t.jsx(
12042
- i0,
12014
+ a0,
12043
12015
  {
12044
12016
  colorType: s,
12045
12017
  background: z,
@@ -12053,7 +12025,7 @@ const f3 = ({
12053
12025
  shadow: o,
12054
12026
  size: n,
12055
12027
  disabled: l,
12056
- readOnly: i,
12028
+ readOnly: a,
12057
12029
  error: u,
12058
12030
  errorText: g,
12059
12031
  className: T,
@@ -12066,10 +12038,10 @@ const f3 = ({
12066
12038
  placeholder: m,
12067
12039
  suffix: /* @__PURE__ */ t.jsx(r9, { size: D9[n] }),
12068
12040
  onClick: () => {
12069
- l || i || (x(!1), setTimeout(() => x(!0), 0));
12041
+ l || a || (x(!1), setTimeout(() => x(!0), 0));
12070
12042
  },
12071
12043
  onKeyDown: (v) => {
12072
- (v.key === "Enter" || v.key === " ") && (v.preventDefault(), !l && !i && (x(!1), setTimeout(() => x(!0), 0)));
12044
+ (v.key === "Enter" || v.key === " ") && (v.preventDefault(), !l && !a && (x(!1), setTimeout(() => x(!0), 0)));
12073
12045
  },
12074
12046
  ...w
12075
12047
  }
@@ -12084,7 +12056,7 @@ function G0({
12084
12056
  labelPosition: n = "right",
12085
12057
  // "left" | "right" | "top" | "bottom"
12086
12058
  children: l,
12087
- color: i,
12059
+ color: a,
12088
12060
  disabled: u = !1,
12089
12061
  colorType: g = "primary",
12090
12062
  style: T = {},
@@ -12093,10 +12065,10 @@ function G0({
12093
12065
  ariaRequired: m,
12094
12066
  name: j
12095
12067
  }) {
12096
- const p = m1(), { bgColor: _ } = a1({
12068
+ const p = m1(), { bgColor: _ } = i1({
12097
12069
  border: !1,
12098
12070
  fallback: g
12099
- }), M = i ? N(i, p) : _, [L, w] = q(c || !1), [C, z] = q(!1), R = s !== void 0, b = R ? s : L, S = n === "top" || n === "bottom", O = u1(), A = u1(), P = C || b ? M : N("cool-gray-3", p), V = (k) => {
12071
+ }), M = a ? N(a, p) : _, [L, w] = q(c || !1), [C, z] = q(!1), R = s !== void 0, b = R ? s : L, S = n === "top" || n === "bottom", O = u1(), A = u1(), P = C || b ? M : N("cool-gray-3", p), V = (k) => {
12100
12072
  if (k.stopPropagation(), u || b) return;
12101
12073
  const H = !0;
12102
12074
  R || w(H), o == null || o(H), O.current && S0(O.current), A.current && K0(A.current);
@@ -12154,7 +12126,7 @@ function G0({
12154
12126
  alignItems: "center",
12155
12127
  justifyContent: "center"
12156
12128
  },
12157
- children: /* @__PURE__ */ t.jsx(a9, { color: N("white-10", p), size: "12" })
12129
+ children: /* @__PURE__ */ t.jsx(i9, { color: N("white-10", p), size: "12" })
12158
12130
  }
12159
12131
  )
12160
12132
  }
@@ -12164,7 +12136,7 @@ function G0({
12164
12136
  {
12165
12137
  as: "span",
12166
12138
  className: "sud-radio__label",
12167
- color: i,
12139
+ color: a,
12168
12140
  style: { whiteSpace: "nowrap" },
12169
12141
  children: l
12170
12142
  }
@@ -12178,7 +12150,7 @@ G0.Group = function({
12178
12150
  value: o = null,
12179
12151
  onChange: n,
12180
12152
  layout: l = "flex",
12181
- direction: i = "vertical",
12153
+ direction: a = "vertical",
12182
12154
  cols: u = 1,
12183
12155
  gap: g = 8,
12184
12156
  disabled: T = !1,
@@ -12194,7 +12166,7 @@ G0.Group = function({
12194
12166
  }) {
12195
12167
  const C = (b) => {
12196
12168
  b !== o && (n == null || n(b));
12197
- }, z = i === "horizontal", R = l === "grid" ? {
12169
+ }, z = a === "horizontal", R = l === "grid" ? {
12198
12170
  display: "grid",
12199
12171
  gap: g,
12200
12172
  gridTemplateColumns: z ? `repeat(${u}, minmax(0, 1fr))` : "auto",
@@ -12240,7 +12212,7 @@ const x3 = ({
12240
12212
  defaultValue: o = 0,
12241
12213
  value: n,
12242
12214
  onChange: l,
12243
- disabled: i = !1,
12215
+ disabled: a = !1,
12244
12216
  showValue: u = !1,
12245
12217
  activeColor: g,
12246
12218
  inactiveColor: T,
@@ -12252,20 +12224,20 @@ const x3 = ({
12252
12224
  icon: _ = "star",
12253
12225
  ...M
12254
12226
  }) => {
12255
- const L = m1(), [w, C] = q(o), [z, R] = q(null), b = n !== void 0, S = b ? n : w, O = F1(() => typeof _ == "string" && _ === "heart" ? "coral" : "gold", [_]), { bgColor: A } = a1({
12227
+ const L = m1(), [w, C] = q(o), [z, R] = q(null), b = n !== void 0, S = b ? n : w, O = z1(() => typeof _ == "string" && _ === "heart" ? "coral" : "gold", [_]), { bgColor: A } = i1({
12256
12228
  fallback: "hovered",
12257
12229
  componentType: "etc"
12258
- }), P = F1(
12230
+ }), P = z1(
12259
12231
  () => N(g || O, L),
12260
12232
  [g, O, L]
12261
- ), V = F1(
12233
+ ), V = z1(
12262
12234
  () => T ? N(T, L) : A,
12263
12235
  [T, A, L]
12264
12236
  ), k = C1(
12265
- (a) => A1.isValidElement(_) ? A1.cloneElement(_, { color: a, size: h }) : _ === "heart" ? /* @__PURE__ */ t.jsx(f9, { size: h, color: a }) : /* @__PURE__ */ t.jsx(u9, { size: h, color: a }),
12237
+ (i) => A1.isValidElement(_) ? A1.cloneElement(_, { color: i, size: h }) : _ === "heart" ? /* @__PURE__ */ t.jsx(f9, { size: h, color: i }) : /* @__PURE__ */ t.jsx(u9, { size: h, color: i }),
12266
12238
  [_, h]
12267
12239
  ), H = C1(() => {
12268
- const a = {
12240
+ const i = {
12269
12241
  position: "relative",
12270
12242
  width: h,
12271
12243
  height: h
@@ -12278,13 +12250,13 @@ const x3 = ({
12278
12250
  clipPath: "inset(0 50% 0 0)",
12279
12251
  pointerEvents: "none"
12280
12252
  };
12281
- return /* @__PURE__ */ t.jsxs("div", { style: a, children: [
12253
+ return /* @__PURE__ */ t.jsxs("div", { style: i, children: [
12282
12254
  k(V),
12283
12255
  /* @__PURE__ */ t.jsx("div", { style: Z, children: k(P) })
12284
12256
  ] });
12285
12257
  }, [P, V, h, k]), U = C1(
12286
- (a) => {
12287
- const Z = z !== null ? z : S, r = Z >= a + 1, f = !r && c && Z >= a + 0.5;
12258
+ (i) => {
12259
+ const Z = z !== null ? z : S, r = Z >= i + 1, f = !r && c && Z >= i + 0.5;
12288
12260
  return r ? k(P) : f ? H() : k(V);
12289
12261
  },
12290
12262
  [
@@ -12297,28 +12269,28 @@ const x3 = ({
12297
12269
  V
12298
12270
  ]
12299
12271
  ), B = C1(
12300
- (a) => {
12301
- if (i) return;
12302
- const Z = c && z !== null ? z : a;
12272
+ (i) => {
12273
+ if (a) return;
12274
+ const Z = c && z !== null ? z : i;
12303
12275
  b || C(Z), l == null || l(Z);
12304
12276
  },
12305
- [i, c, z, b, l]
12277
+ [a, c, z, b, l]
12306
12278
  ), $ = C1(
12307
- (a, Z) => {
12308
- if (i) return;
12309
- const { left: r, width: f } = a.currentTarget.getBoundingClientRect(), v = (a.clientX - r) / f, D = c && v < 0.5 ? Z + 0.5 : Z + 1;
12279
+ (i, Z) => {
12280
+ if (a) return;
12281
+ const { left: r, width: f } = i.currentTarget.getBoundingClientRect(), v = (i.clientX - r) / f, D = c && v < 0.5 ? Z + 0.5 : Z + 1;
12310
12282
  R(D);
12311
12283
  },
12312
- [i, c]
12284
+ [a, c]
12313
12285
  ), x = C1(() => {
12314
- i || R(null);
12315
- }, [i]), y = C1(
12316
- (a) => {
12317
- if (i) return;
12286
+ a || R(null);
12287
+ }, [a]), y = C1(
12288
+ (i) => {
12289
+ if (a) return;
12318
12290
  let Z = S;
12319
- a.key === "ArrowRight" ? Z = Math.min(S + 1, s) : a.key === "ArrowLeft" ? Z = Math.max(S - 1, 0) : a.key === "Home" ? Z = 0 : a.key === "End" && (Z = s), b || C(Z), l == null || l(Z);
12291
+ i.key === "ArrowRight" ? Z = Math.min(S + 1, s) : i.key === "ArrowLeft" ? Z = Math.max(S - 1, 0) : i.key === "Home" ? Z = 0 : i.key === "End" && (Z = s), b || C(Z), l == null || l(Z);
12320
12292
  },
12321
- [i, S, s, b, l]
12293
+ [a, S, s, b, l]
12322
12294
  );
12323
12295
  return /* @__PURE__ */ t.jsxs(
12324
12296
  "div",
@@ -12338,7 +12310,7 @@ const x3 = ({
12338
12310
  "data-testid": p,
12339
12311
  ...M,
12340
12312
  children: [
12341
- Array.from({ length: s }).map((a, Z) => /* @__PURE__ */ t.jsx(
12313
+ Array.from({ length: s }).map((i, Z) => /* @__PURE__ */ t.jsx(
12342
12314
  "div",
12343
12315
  {
12344
12316
  role: "radio",
@@ -12348,7 +12320,7 @@ const x3 = ({
12348
12320
  onMouseMove: (r) => $(r, Z),
12349
12321
  onMouseLeave: x,
12350
12322
  style: {
12351
- cursor: i ? "not-allowed" : "pointer",
12323
+ cursor: a ? "not-allowed" : "pointer",
12352
12324
  width: h,
12353
12325
  height: h
12354
12326
  },
@@ -12362,7 +12334,7 @@ const x3 = ({
12362
12334
  {
12363
12335
  as: "span",
12364
12336
  style: { marginLeft: 8, fontSize: h * 0.8 },
12365
- color: i ? T : g,
12337
+ color: a ? T : g,
12366
12338
  "data-testid": `${p}-value`,
12367
12339
  children: S
12368
12340
  }
@@ -12376,7 +12348,7 @@ const x3 = ({
12376
12348
  onChange: o,
12377
12349
  disabled: n = !1,
12378
12350
  onColor: l,
12379
- offColor: i,
12351
+ offColor: a,
12380
12352
  onText: u,
12381
12353
  offText: g,
12382
12354
  onIcon: T,
@@ -12397,11 +12369,11 @@ const x3 = ({
12397
12369
  S || b(W), o == null || o(W), A.current && K0(A.current), S0(F.currentTarget);
12398
12370
  }, x = (F) => {
12399
12371
  n || (F.key === "Enter" || F.key === " ") && (F.preventDefault(), $(F));
12400
- }, y = E1(d, z), { bgColor: a } = a1({
12372
+ }, y = E1(d, z), { bgColor: i } = i1({
12401
12373
  border: !1,
12402
12374
  fallback: p,
12403
12375
  componentType: "button"
12404
- }), Z = l ? N(l, z) : a, r = N(i || "cool-gray-3", z), f = {
12376
+ }), Z = l ? N(l, z) : i, r = N(a || "cool-gray-3", z), f = {
12405
12377
  sm: { height: 22, thumb: 18, fontSize: 12 },
12406
12378
  md: { height: 32, thumb: 28, fontSize: 14 },
12407
12379
  lg: { height: 40, thumb: 34, fontSize: 16 }
@@ -12528,7 +12500,7 @@ const x3 = ({
12528
12500
  range: o = !1,
12529
12501
  use12Hours: n = !1,
12530
12502
  showSecond: l = !1,
12531
- step: i = 1,
12503
+ step: a = 1,
12532
12504
  colorType: u = "sky",
12533
12505
  hoverColorType: g = "hovered",
12534
12506
  ...T
@@ -12537,10 +12509,10 @@ const x3 = ({
12537
12509
  const [h, d] = q(null), [m, j] = q(0), [p, _] = q("hour"), [M, L] = q({
12538
12510
  startTime: { hour: !1, minute: !1, second: !1 },
12539
12511
  endTime: { hour: !1, minute: !1, second: !1 }
12540
- }), w = o, C = n, z = i, R = (W) => {
12541
- if (!W || !i1(W).isValid())
12512
+ }), w = o, C = n, z = a, R = (W) => {
12513
+ if (!W || !a1(W).isValid())
12542
12514
  return { hour: null, minute: null, second: null };
12543
- const I = i1(W);
12515
+ const I = a1(W);
12544
12516
  return {
12545
12517
  hour: I.hour(),
12546
12518
  minute: I.minute(),
@@ -12570,13 +12542,13 @@ const x3 = ({
12570
12542
  second: k ?? null,
12571
12543
  ampm: H ?? "AM"
12572
12544
  }
12573
- }), $ = F1(() => {
12545
+ }), $ = z1(() => {
12574
12546
  const W = C ? 12 : 24;
12575
12547
  return Array.from({ length: W }, (I, E) => E + (C ? 1 : 0));
12576
- }, [n]), x = F1(
12548
+ }, [n]), x = z1(
12577
12549
  () => Array.from({ length: 60 / z }, (W, I) => I * z),
12578
- [i]
12579
- ), y = F1(() => Array.from({ length: 60 }, (W, I) => I), []), a = (W, I) => C ? I === "AM" ? W % 12 : W % 12 + 12 : W, Z = (W, I) => {
12550
+ [a]
12551
+ ), y = z1(() => Array.from({ length: 60 }, (W, I) => I), []), i = (W, I) => C ? I === "AM" ? W % 12 : W % 12 + 12 : W, Z = (W, I) => {
12580
12552
  const E = { ...U }, G = w && m === 1 ? "endTime" : "startTime";
12581
12553
  E[G] = {
12582
12554
  ...E[G],
@@ -12592,11 +12564,11 @@ const x3 = ({
12592
12564
  B(E), L(X);
12593
12565
  const o1 = (x1) => x1.hour && x1.minute && (!l || x1.second);
12594
12566
  if (!w && o1(X.startTime)) {
12595
- const x1 = a(E.startTime.hour, E.startTime.ampm), l1 = E.startTime.minute, M1 = l ? E.startTime.second : 0, K = i1().hour(x1).minute(l1).second(M1).toDate();
12567
+ const x1 = i(E.startTime.hour, E.startTime.ampm), l1 = E.startTime.minute, M1 = l ? E.startTime.second : 0, K = a1().hour(x1).minute(l1).second(M1).toDate();
12596
12568
  c == null || c(K);
12597
12569
  }
12598
12570
  if (w && m === 0 && o1(X.startTime) && (j(1), _("hour")), w && m === 1 && o1(X.endTime)) {
12599
- let x1 = i1().hour(a(E.startTime.hour, E.startTime.ampm)).minute(E.startTime.minute).second(l ? E.startTime.second : 0), l1 = i1().hour(a(E.endTime.hour, E.endTime.ampm)).minute(E.endTime.minute).second(l ? E.endTime.second : 0);
12571
+ let x1 = a1().hour(i(E.startTime.hour, E.startTime.ampm)).minute(E.startTime.minute).second(l ? E.startTime.second : 0), l1 = a1().hour(i(E.endTime.hour, E.endTime.ampm)).minute(E.endTime.minute).second(l ? E.endTime.second : 0);
12600
12572
  l1.isBefore(x1) && (l1 = l1.add(1, "day")), c == null || c({
12601
12573
  startTime: x1.toDate(),
12602
12574
  endTime: l1.toDate()
@@ -12605,11 +12577,11 @@ const x3 = ({
12605
12577
  }, r = (W) => {
12606
12578
  const I = { ...U }, E = w && m === 1 ? "endTime" : "startTime";
12607
12579
  I[E].ampm = W, B(I);
12608
- }, { bgColor: f, txtColor: v } = a1({
12580
+ }, { bgColor: f, txtColor: v } = i1({
12609
12581
  border: !1,
12610
12582
  fallback: u,
12611
12583
  componentType: "tag"
12612
- }), { bgColor: D } = a1({
12584
+ }), { bgColor: D } = i1({
12613
12585
  border: !1,
12614
12586
  fallback: g,
12615
12587
  componentType: "etc"
@@ -12705,7 +12677,7 @@ const x3 = ({
12705
12677
  shadow: o = "sm",
12706
12678
  size: n = "md",
12707
12679
  disabled: l = !1,
12708
- readOnly: i = !1,
12680
+ readOnly: a = !1,
12709
12681
  error: u,
12710
12682
  errorText: g,
12711
12683
  className: T = "",
@@ -12735,31 +12707,31 @@ const x3 = ({
12735
12707
  ariaInvalid: $,
12736
12708
  ariaDescribedby: x
12737
12709
  }) => {
12738
- const [y, a] = q(!1), Z = F1(() => j && !L ? j : L ? M ? "hh:mm:ss A" : "hh:mm A" : M ? "HH:mm:ss" : "HH:mm", [j, L, M]), r = F1(() => {
12710
+ const [y, i] = q(!1), Z = z1(() => j && !L ? j : L ? M ? "hh:mm:ss A" : "hh:mm A" : M ? "HH:mm:ss" : "HH:mm", [j, L, M]), r = z1(() => {
12739
12711
  if (!h) return "";
12740
12712
  if (p) {
12741
- const F = h == null ? void 0 : h.startTime, W = h == null ? void 0 : h.endTime, I = F && i1(F).isValid() ? i1(F).format(Z) : "", E = W && i1(W).isValid() ? i1(W).format(Z) : "";
12713
+ const F = h == null ? void 0 : h.startTime, W = h == null ? void 0 : h.endTime, I = F && a1(F).isValid() ? a1(F).format(Z) : "", E = W && a1(W).isValid() ? a1(W).format(Z) : "";
12742
12714
  return [I, E].filter(Boolean).join(" ~ ");
12743
12715
  }
12744
- return i1(h).isValid() ? i1(h).format(Z) : "";
12716
+ return a1(h).isValid() ? a1(h).format(Z) : "";
12745
12717
  }, [h, Z, p]), f = (F) => {
12746
12718
  if (!F) return "";
12747
12719
  if (p) {
12748
- const W = F == null ? void 0 : F.startTime, I = F == null ? void 0 : F.endTime, E = W && i1(W).isValid() ? i1(W).format(Z) : "", G = I && i1(I).isValid() ? i1(I).format(Z) : "";
12720
+ const W = F == null ? void 0 : F.startTime, I = F == null ? void 0 : F.endTime, E = W && a1(W).isValid() ? a1(W).format(Z) : "", G = I && a1(I).isValid() ? a1(I).format(Z) : "";
12749
12721
  return [E, G].filter(Boolean).join(" ~ ");
12750
12722
  }
12751
- return i1(F).isValid() ? i1(F).format(Z) : "";
12723
+ return a1(F).isValid() ? a1(F).format(Z) : "";
12752
12724
  }, v = (F) => {
12753
- if (l || i) return;
12725
+ if (l || a) return;
12754
12726
  const W = f(F);
12755
12727
  d(F, W);
12756
12728
  const I = (G) => {
12757
12729
  var X, o1, x1;
12758
- return i1(G).isValid() && ((X = G.getHours) == null ? void 0 : X.call(G)) != null && ((o1 = G.getMinutes) == null ? void 0 : o1.call(G)) != null && (!M || ((x1 = G.getSeconds) == null ? void 0 : x1.call(G)) != null);
12730
+ return a1(G).isValid() && ((X = G.getHours) == null ? void 0 : X.call(G)) != null && ((o1 = G.getMinutes) == null ? void 0 : o1.call(G)) != null && (!M || ((x1 = G.getSeconds) == null ? void 0 : x1.call(G)) != null);
12759
12731
  };
12760
12732
  let E = !1;
12761
- p ? E = I(F == null ? void 0 : F.startTime) && I(F == null ? void 0 : F.endTime) : E = I(F), E && (a(!1), requestAnimationFrame(() => {
12762
- setTimeout(() => a(!0), 0);
12733
+ p ? E = I(F == null ? void 0 : F.startTime) && I(F == null ? void 0 : F.endTime) : E = I(F), E && (i(!1), requestAnimationFrame(() => {
12734
+ setTimeout(() => i(!0), 0);
12763
12735
  }));
12764
12736
  }, D = p ? h == null ? void 0 : h.startTime : void 0, Y = p ? h == null ? void 0 : h.endTime : void 0;
12765
12737
  return /* @__PURE__ */ t.jsx(
@@ -12769,7 +12741,7 @@ const x3 = ({
12769
12741
  footer: null,
12770
12742
  placement: _,
12771
12743
  open: y,
12772
- onOpenChange: a,
12744
+ onOpenChange: i,
12773
12745
  shape: c,
12774
12746
  shadow: o,
12775
12747
  ...C,
@@ -12786,7 +12758,7 @@ const x3 = ({
12786
12758
  }
12787
12759
  ),
12788
12760
  children: /* @__PURE__ */ t.jsx(
12789
- i0,
12761
+ a0,
12790
12762
  {
12791
12763
  colorType: s,
12792
12764
  shape: c,
@@ -12800,7 +12772,7 @@ const x3 = ({
12800
12772
  borderWeight: P,
12801
12773
  underline: V,
12802
12774
  disabled: l,
12803
- readOnly: i,
12775
+ readOnly: a,
12804
12776
  error: u,
12805
12777
  errorText: g,
12806
12778
  className: T,
@@ -12813,10 +12785,10 @@ const x3 = ({
12813
12785
  placeholder: m,
12814
12786
  suffix: /* @__PURE__ */ t.jsx(w9, { size: H9[n] }),
12815
12787
  onClick: () => {
12816
- l || i || (a(!1), setTimeout(() => a(!0), 0));
12788
+ l || a || (i(!1), setTimeout(() => i(!0), 0));
12817
12789
  },
12818
12790
  onKeyDown: (F) => {
12819
- (F.key === "Enter" || F.key === " ") && (F.preventDefault(), !l && !i && (a(!1), setTimeout(() => a(!0), 0)));
12791
+ (F.key === "Enter" || F.key === " ") && (F.preventDefault(), !l && !a && (i(!1), setTimeout(() => i(!0), 0)));
12820
12792
  },
12821
12793
  ...z
12822
12794
  }
@@ -12846,13 +12818,13 @@ const W0 = {
12846
12818
  }, E9 = ({}) => {
12847
12819
  const [s, c] = q([]), [o, n] = q(!1);
12848
12820
  j1(() => {
12849
- q1 = ({ type: i = "info", message: u, duration: g = 3e3, icon: T }) => {
12821
+ q1 = ({ type: a = "info", message: u, duration: g = 3e3, icon: T }) => {
12850
12822
  const h = Date.now() + Math.random();
12851
- c((d) => [...d, { id: h, type: i, message: u, duration: g, icon: T }]);
12823
+ c((d) => [...d, { id: h, type: a, message: u, duration: g, icon: T }]);
12852
12824
  };
12853
12825
  }, []);
12854
- const l = (i) => {
12855
- c((u) => u.filter((g) => g.id !== i));
12826
+ const l = (a) => {
12827
+ c((u) => u.filter((g) => g.id !== a));
12856
12828
  };
12857
12829
  return j1(() => {
12858
12830
  n(!0);
@@ -12873,23 +12845,23 @@ const W0 = {
12873
12845
  gap: 8,
12874
12846
  pointerEvents: "none"
12875
12847
  },
12876
- children: s.map(({ id: i, type: u, message: g, duration: T, icon: h }) => /* @__PURE__ */ t.jsx(
12848
+ children: s.map(({ id: a, type: u, message: g, duration: T, icon: h }) => /* @__PURE__ */ t.jsx(
12877
12849
  I9,
12878
12850
  {
12879
- id: i,
12851
+ id: a,
12880
12852
  type: u,
12881
12853
  message: g,
12882
12854
  duration: T,
12883
12855
  onClose: l,
12884
12856
  icon: h
12885
12857
  },
12886
- i
12858
+ a
12887
12859
  ))
12888
12860
  }
12889
12861
  ),
12890
12862
  document.body
12891
12863
  ) : null;
12892
- }, I9 = ({ id: s, type: c, message: o, duration: n, onClose: l, icon: i }) => {
12864
+ }, I9 = ({ id: s, type: c, message: o, duration: n, onClose: l, icon: a }) => {
12893
12865
  const [u, g] = q(!1), T = m1();
12894
12866
  j1(() => {
12895
12867
  const j = setTimeout(() => g(!0), 10), p = setTimeout(() => {
@@ -12899,11 +12871,11 @@ const W0 = {
12899
12871
  clearTimeout(j), clearTimeout(p);
12900
12872
  };
12901
12873
  }, [s, n, l]);
12902
- const { bgColor: h } = a1({
12874
+ const { bgColor: h } = i1({
12903
12875
  border: !1,
12904
12876
  fallback: c,
12905
12877
  componentType: "toast"
12906
- }), d = T.spacing, m = () => i ? A1.cloneElement(i, { size: 18 }) : A9(c, h);
12878
+ }), d = T.spacing, m = () => a ? A1.cloneElement(a, { size: 18 }) : A9(c, h);
12907
12879
  return /* @__PURE__ */ t.jsxs(
12908
12880
  u0,
12909
12881
  {
@@ -12940,7 +12912,7 @@ const W0 = {
12940
12912
  onRemove: o,
12941
12913
  listType: n = "text",
12942
12914
  listColorType: l,
12943
- listErrorColorType: i = "red",
12915
+ listErrorColorType: a = "red",
12944
12916
  listHoverColorType: u = "sky",
12945
12917
  listDeleteColorType: g = "coral",
12946
12918
  thumbnailSize: T,
@@ -12965,7 +12937,7 @@ const W0 = {
12965
12937
  m0,
12966
12938
  {
12967
12939
  className: "sud-hover sud-upload__file sud-upload__file--thumbnail",
12968
- colorType: d ? i : p ? g : m ? u : l,
12940
+ colorType: d ? a : p ? g : m ? u : l,
12969
12941
  style: {
12970
12942
  overflow: "hidden",
12971
12943
  textOverflow: "ellipsis",
@@ -13053,7 +13025,7 @@ const W0 = {
13053
13025
  m0,
13054
13026
  {
13055
13027
  className: "sud-hover sud-upload__file sud-upload__file--card",
13056
- colorType: d ? i : p ? g : m ? u : l,
13028
+ colorType: d ? a : p ? g : m ? u : l,
13057
13029
  style: {
13058
13030
  overflow: "hidden",
13059
13031
  textOverflow: "ellipsis",
@@ -13138,7 +13110,7 @@ const W0 = {
13138
13110
  m0,
13139
13111
  {
13140
13112
  className: "sud-hover sud-upload__file sud-upload__file--text",
13141
- colorType: d ? i : p ? g : m ? u : l,
13113
+ colorType: d ? a : p ? g : m ? u : l,
13142
13114
  style: {
13143
13115
  overflow: "hidden",
13144
13116
  textOverflow: "ellipsis",
@@ -13194,7 +13166,7 @@ const W0 = {
13194
13166
  multiple: o = !1,
13195
13167
  maxCount: n,
13196
13168
  maxFileSize: l,
13197
- disabled: i = !1,
13169
+ disabled: a = !1,
13198
13170
  fileList: u,
13199
13171
  showUploadList: g = !0,
13200
13172
  onChange: T = () => {
@@ -13220,13 +13192,13 @@ const W0 = {
13220
13192
  }, []);
13221
13193
  const y = () => {
13222
13194
  var F;
13223
- i || (F = O.current) == null || F.click();
13224
- }, a = (F) => {
13225
- F.preventDefault(), F.stopPropagation(), i || (U(!0), d == null || d(!0));
13195
+ a || (F = O.current) == null || F.click();
13196
+ }, i = (F) => {
13197
+ F.preventDefault(), F.stopPropagation(), a || (U(!0), d == null || d(!0));
13226
13198
  }, Z = (F) => {
13227
13199
  F.preventDefault(), F.stopPropagation(), U(!1), d == null || d(!1);
13228
13200
  }, r = (F) => {
13229
- if (F.preventDefault(), F.stopPropagation(), U(!1), d == null || d(!1), i) return;
13201
+ if (F.preventDefault(), F.stopPropagation(), U(!1), d == null || d(!1), a) return;
13230
13202
  const W = Array.from(F.dataTransfer.files);
13231
13203
  f(W);
13232
13204
  }, f = (F) => {
@@ -13320,7 +13292,7 @@ const W0 = {
13320
13292
  type: "file",
13321
13293
  accept: c ? c.map((F) => `.${F}`).join(",") : void 0,
13322
13294
  multiple: o,
13323
- disabled: i || V,
13295
+ disabled: a || V,
13324
13296
  onChange: v,
13325
13297
  style: { display: "none" },
13326
13298
  "aria-label": "File input"
@@ -13333,9 +13305,9 @@ const W0 = {
13333
13305
  onClick: y,
13334
13306
  role: _,
13335
13307
  "aria-label": p,
13336
- style: { cursor: i || V ? "not-allowed" : "pointer" },
13308
+ style: { cursor: a || V ? "not-allowed" : "pointer" },
13337
13309
  ...S && {
13338
- onDragOver: a,
13310
+ onDragOver: i,
13339
13311
  onDragLeave: Z,
13340
13312
  onDrop: r
13341
13313
  },
@@ -13352,7 +13324,7 @@ const W0 = {
13352
13324
  max: o = 100,
13353
13325
  unit: n,
13354
13326
  showText: l = !0,
13355
- iconWhenFull: i,
13327
+ iconWhenFull: a,
13356
13328
  iconWhenNotFull: u,
13357
13329
  colorType: g = "cerulean",
13358
13330
  backgroundColor: T,
@@ -13364,10 +13336,10 @@ const W0 = {
13364
13336
  style: _ = {},
13365
13337
  ...M
13366
13338
  }) => {
13367
- const L = m1(), w = Math.min(100, Math.max(0, c / o * 100)), { borColor: C, bgColor: z } = a1({
13339
+ const L = m1(), w = Math.min(100, Math.max(0, c / o * 100)), { borColor: C, bgColor: z } = i1({
13368
13340
  fallback: g,
13369
13341
  componentType: "tag"
13370
- }), R = h ? N(h, L) : C, { bgColor: b } = a1({
13342
+ }), R = h ? N(h, L) : C, { bgColor: b } = i1({
13371
13343
  fallback: "hovered",
13372
13344
  componentType: "etc"
13373
13345
  }), S = T ? N(T, L) : b, O = {
@@ -13394,7 +13366,7 @@ const W0 = {
13394
13366
  }
13395
13367
  }, { barHeight: A, circleSize: P, strokeWidth: V, fontSize: k } = O[m], H = typeof j == "number" ? j : k, { unitFontSize: U } = O[m];
13396
13368
  if (s === "bar") {
13397
- const Y = d.startsWith("inside"), F = Y ? z : R, W = c === o ? i && A1.cloneElement(i, { color: F }) : u ? A1.cloneElement(u, { color: F }) : /* @__PURE__ */ t.jsxs(
13369
+ const Y = d.startsWith("inside"), F = Y ? z : R, W = c === o ? a && A1.cloneElement(a, { color: F }) : u ? A1.cloneElement(u, { color: F }) : /* @__PURE__ */ t.jsxs(
13398
13370
  "div",
13399
13371
  {
13400
13372
  className: "sud-progress__text-container",
@@ -13493,7 +13465,7 @@ const W0 = {
13493
13465
  }
13494
13466
  );
13495
13467
  }
13496
- const B = P / 2, $ = B - V / 2, x = 2 * Math.PI * $, y = s === "dashboard", r = (y ? 270 : 360) / 360 * x, f = y ? `${r} ${x}` : `${x}`, v = y ? r * (1 - w / 100) : x * (1 - w / 100), D = c === o ? i && A1.cloneElement(i, { color: R }) : u ? A1.cloneElement(u, { color: R }) : l && /* @__PURE__ */ t.jsxs(
13468
+ const B = P / 2, $ = B - V / 2, x = 2 * Math.PI * $, y = s === "dashboard", r = (y ? 270 : 360) / 360 * x, f = y ? `${r} ${x}` : `${x}`, v = y ? r * (1 - w / 100) : x * (1 - w / 100), D = c === o ? a && A1.cloneElement(a, { color: R }) : u ? A1.cloneElement(u, { color: R }) : l && /* @__PURE__ */ t.jsxs(
13497
13469
  "div",
13498
13470
  {
13499
13471
  className: "sud-progress__text-container",
@@ -13621,12 +13593,12 @@ const W0 = {
13621
13593
  // "default" | "elastic"
13622
13594
  text: n = !1,
13623
13595
  style: l = {},
13624
- ...i
13596
+ ...a
13625
13597
  }) => {
13626
- const u = s / 25, g = 12, T = g - u * 1.5, h = 2 * Math.PI * T, { txtColor: d } = a1({
13598
+ const u = s / 25, g = 12, T = g - u * 1.5, h = 2 * Math.PI * T, { txtColor: d } = i1({
13627
13599
  fallback: c,
13628
13600
  componentType: "tag"
13629
- }), { bgColor: m } = a1({
13601
+ }), { bgColor: m } = i1({
13630
13602
  fallback: "hovered",
13631
13603
  componentType: "etc"
13632
13604
  }), j = o === "elastic" ? "elasticSpin 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite" : "spin 1s linear infinite";
@@ -13656,7 +13628,7 @@ const W0 = {
13656
13628
  },
13657
13629
  role: "status",
13658
13630
  "aria-label": "로딩 중",
13659
- ...i,
13631
+ ...a,
13660
13632
  children: [
13661
13633
  /* @__PURE__ */ t.jsxs("svg", { viewBox: "0 0 24 24", width: s, height: s, "aria-hidden": "true", children: [
13662
13634
  /* @__PURE__ */ t.jsx(
@@ -13711,7 +13683,7 @@ const M3 = {
13711
13683
  footer: o,
13712
13684
  duration: n = 3e3,
13713
13685
  position: l = "top-right",
13714
- onClose: i,
13686
+ onClose: a,
13715
13687
  colorType: u,
13716
13688
  color: g,
13717
13689
  background: T,
@@ -13729,7 +13701,7 @@ const M3 = {
13729
13701
  footer: o,
13730
13702
  duration: n,
13731
13703
  position: l,
13732
- onClose: i,
13704
+ onClose: a,
13733
13705
  colorType: u,
13734
13706
  color: g,
13735
13707
  background: T,
@@ -13746,7 +13718,7 @@ const M3 = {
13746
13718
  const [s, c] = q(!1), [o, n] = q([]);
13747
13719
  j1(() => {
13748
13720
  c(!0), k2 = ({
13749
- title: i,
13721
+ title: a,
13750
13722
  message: u,
13751
13723
  footer: g,
13752
13724
  duration: T,
@@ -13768,7 +13740,7 @@ const M3 = {
13768
13740
  ...S,
13769
13741
  {
13770
13742
  id: b,
13771
- title: i,
13743
+ title: a,
13772
13744
  message: u,
13773
13745
  footer: g,
13774
13746
  duration: T,
@@ -13788,14 +13760,14 @@ const M3 = {
13788
13760
  ]);
13789
13761
  };
13790
13762
  }, []);
13791
- const l = (i) => {
13792
- n((u) => u.filter((g) => g.id !== i));
13763
+ const l = (a) => {
13764
+ n((u) => u.filter((g) => g.id !== a));
13793
13765
  };
13794
13766
  return s ? f0(
13795
- /* @__PURE__ */ t.jsx("div", { children: S2.map((i) => {
13796
- const u = o.filter((d) => d.position === i);
13767
+ /* @__PURE__ */ t.jsx("div", { children: S2.map((a) => {
13768
+ const u = o.filter((d) => d.position === a);
13797
13769
  if (!u.length) return null;
13798
- const [g, T] = i.split("-"), h = {
13770
+ const [g, T] = a.split("-"), h = {
13799
13771
  position: "fixed",
13800
13772
  zIndex: 1e4,
13801
13773
  display: "flex",
@@ -13816,7 +13788,7 @@ const M3 = {
13816
13788
  onClose: () => l(d.id)
13817
13789
  },
13818
13790
  d.id
13819
- )) }, i);
13791
+ )) }, a);
13820
13792
  }) }),
13821
13793
  document.body
13822
13794
  ) : null;
@@ -13826,7 +13798,7 @@ const M3 = {
13826
13798
  message: o,
13827
13799
  footer: n,
13828
13800
  duration: l,
13829
- onClose: i,
13801
+ onClose: a,
13830
13802
  colorType: u = "default",
13831
13803
  color: g,
13832
13804
  background: T,
@@ -13843,11 +13815,11 @@ const M3 = {
13843
13815
  const C = setTimeout(() => w(!0), 10);
13844
13816
  let z;
13845
13817
  return l !== !1 && (z = setTimeout(() => {
13846
- w(!1), setTimeout(() => i == null ? void 0 : i(s), 300);
13818
+ w(!1), setTimeout(() => a == null ? void 0 : a(s), 300);
13847
13819
  }, l)), () => {
13848
13820
  clearTimeout(C), z && clearTimeout(z);
13849
13821
  };
13850
- }, [s, l, i]), /* @__PURE__ */ t.jsxs(
13822
+ }, [s, l, a]), /* @__PURE__ */ t.jsxs(
13851
13823
  u0,
13852
13824
  {
13853
13825
  className: "sud-notification",
@@ -13899,7 +13871,7 @@ const M3 = {
13899
13871
  colorType: "text",
13900
13872
  size: "sm",
13901
13873
  icon: /* @__PURE__ */ t.jsx(v0, { size: 14 }),
13902
- onClick: i
13874
+ onClick: a
13903
13875
  }
13904
13876
  )
13905
13877
  ]
@@ -13952,7 +13924,7 @@ const M3 = {
13952
13924
  actions: o = [],
13953
13925
  placement: n = "bottom-right",
13954
13926
  shape: l = "circle",
13955
- colorType: i = "primary",
13927
+ colorType: a = "primary",
13956
13928
  background: u,
13957
13929
  color: g,
13958
13930
  border: T = !1,
@@ -13991,20 +13963,20 @@ const M3 = {
13991
13963
  },
13992
13964
  children: [
13993
13965
  k && o.map((x, y) => {
13994
- const a = (y + 1) * ($ * 1.2), Z = `${y * 40}ms`;
13966
+ const i = (y + 1) * ($ * 1.2), Z = `${y * 40}ms`;
13995
13967
  let r;
13996
13968
  switch (U) {
13997
13969
  case "up":
13998
- r = `translateY(-${a}px)`;
13970
+ r = `translateY(-${i}px)`;
13999
13971
  break;
14000
13972
  case "down":
14001
- r = `translateY(${a}px)`;
13973
+ r = `translateY(${i}px)`;
14002
13974
  break;
14003
13975
  case "left":
14004
- r = `translateX(-${a}px)`;
13976
+ r = `translateX(-${i}px)`;
14005
13977
  break;
14006
13978
  case "right":
14007
- r = `translateX(${a}px)`;
13979
+ r = `translateX(${i}px)`;
14008
13980
  break;
14009
13981
  default:
14010
13982
  r = "none";
@@ -14058,7 +14030,7 @@ const M3 = {
14058
14030
  icon: s,
14059
14031
  onClick: k ? () => V(!P) : c,
14060
14032
  shape: l,
14061
- colorType: i,
14033
+ colorType: a,
14062
14034
  background: u,
14063
14035
  color: g,
14064
14036
  border: T,
@@ -14083,15 +14055,15 @@ const M3 = {
14083
14055
  siderPosition: c = "below-header",
14084
14056
  ...o
14085
14057
  }) => {
14086
- const n = u1(null), l = u1(null), i = u1(null), [u, g] = q(0), [T, h] = q(0), [d, m] = q(0);
14058
+ const n = u1(null), l = u1(null), a = u1(null), [u, g] = q(0), [T, h] = q(0), [d, m] = q(0);
14087
14059
  n0(() => {
14088
14060
  const w = () => {
14089
14061
  var z, R, b;
14090
- g(((z = n.current) == null ? void 0 : z.offsetHeight) || 0), h(((R = l.current) == null ? void 0 : R.offsetHeight) || 0), m(((b = i.current) == null ? void 0 : b.offsetWidth) || 0);
14062
+ g(((z = n.current) == null ? void 0 : z.offsetHeight) || 0), h(((R = l.current) == null ? void 0 : R.offsetHeight) || 0), m(((b = a.current) == null ? void 0 : b.offsetWidth) || 0);
14091
14063
  };
14092
14064
  w();
14093
14065
  const C = new ResizeObserver(w);
14094
- return n.current && C.observe(n.current), l.current && C.observe(l.current), i.current && C.observe(i.current), () => C.disconnect();
14066
+ return n.current && C.observe(n.current), l.current && C.observe(l.current), a.current && C.observe(a.current), () => C.disconnect();
14095
14067
  }, []);
14096
14068
  let j = null, p = null, _ = null, M = null;
14097
14069
  const L = [];
@@ -14107,7 +14079,7 @@ const M3 = {
14107
14079
  siderPosition: c,
14108
14080
  siderWidth: d
14109
14081
  }) : C === "SUSider" ? _ = g0(w, {
14110
- ref: i,
14082
+ ref: a,
14111
14083
  headerHeight: u,
14112
14084
  footerHeight: T,
14113
14085
  siderPosition: c
@@ -14147,7 +14119,7 @@ const M3 = {
14147
14119
  color: o,
14148
14120
  colorType: n = "default",
14149
14121
  borderColor: l,
14150
- borderType: i = "solid",
14122
+ borderType: a = "solid",
14151
14123
  borderWeight: u = "1",
14152
14124
  className: g = "",
14153
14125
  shape: T = "square",
@@ -14160,10 +14132,10 @@ const M3 = {
14160
14132
  style: M = {},
14161
14133
  ...L
14162
14134
  }, w) => {
14163
- const C = m1(), { bgColor: z, txtColor: R, borColor: b } = a1({
14135
+ const C = m1(), { bgColor: z, txtColor: R, borColor: b } = i1({
14164
14136
  border: _,
14165
14137
  fallback: n
14166
- }), S = c ? N(c, C) : z, O = o ? N(o, C) : R, A = l ? N(l, C) : b, P = _ && A ? `${u}px ${i} ${A}` : "none", V = T === "rounded" ? { borderRadius: "0 0 15px 15px" } : { borderRadius: "0" }, k = E1(m, C);
14138
+ }), S = c ? N(c, C) : z, O = o ? N(o, C) : R, A = l ? N(l, C) : b, P = _ && A ? `${u}px ${a} ${A}` : "none", V = T === "rounded" ? { borderRadius: "0 0 15px 15px" } : { borderRadius: "0" }, k = E1(m, C);
14167
14139
  return /* @__PURE__ */ t.jsx(
14168
14140
  "div",
14169
14141
  {
@@ -14203,7 +14175,7 @@ const U9 = B0(
14203
14175
  colorType: o = "default",
14204
14176
  color: n,
14205
14177
  borderColor: l,
14206
- borderType: i = "solid",
14178
+ borderType: a = "solid",
14207
14179
  borderWeight: u = "1",
14208
14180
  className: g = "",
14209
14181
  shape: T = "square",
@@ -14222,10 +14194,10 @@ const U9 = B0(
14222
14194
  j1(() => {
14223
14195
  b.current && (j == null || j(b.current.offsetWidth));
14224
14196
  }, []);
14225
- const { bgColor: O, txtColor: A, borColor: P } = a1({
14197
+ const { bgColor: O, txtColor: A, borColor: P } = i1({
14226
14198
  border: L,
14227
14199
  fallback: o
14228
- }), V = c ? N(c, S) : O, k = n ? N(n, S) : A, H = l ? N(l, S) : P, U = L && H ? `${u}px ${i} ${H}` : "none", B = E1(m, S), $ = T === "rounded" ? { borderRadius: "0 15px 15px 0" } : { borderRadius: "0" };
14200
+ }), V = c ? N(c, S) : O, k = n ? N(n, S) : A, H = l ? N(l, S) : P, U = L && H ? `${u}px ${a} ${H}` : "none", B = E1(m, S), $ = T === "rounded" ? { borderRadius: "0 15px 15px 0" } : { borderRadius: "0" };
14229
14201
  return /* @__PURE__ */ t.jsx(
14230
14202
  "div",
14231
14203
  {
@@ -14274,10 +14246,10 @@ const G9 = B0(
14274
14246
  background: o,
14275
14247
  color: n,
14276
14248
  layoutOffset: l = { header: 0, footer: 0, sider: 0 },
14277
- style: i = {},
14249
+ style: a = {},
14278
14250
  ...u
14279
14251
  }, g) => {
14280
- const T = u1(null), h = g || T, d = m1(), { header: m = 0, footer: j = 0, sider: p = 0 } = l, { bgColor: _, txtColor: M } = a1({
14252
+ const T = u1(null), h = g || T, d = m1(), { header: m = 0, footer: j = 0, sider: p = 0 } = l, { bgColor: _, txtColor: M } = i1({
14281
14253
  border: !1
14282
14254
  }), L = o ? N(o, d) : _, w = n ? N(n, d) : M;
14283
14255
  return /* @__PURE__ */ t.jsx(
@@ -14297,7 +14269,7 @@ const G9 = B0(
14297
14269
  backgroundColor: L,
14298
14270
  color: w,
14299
14271
  boxSizing: "border-box",
14300
- ...i
14272
+ ...a
14301
14273
  },
14302
14274
  ...u,
14303
14275
  children: s
@@ -14313,7 +14285,7 @@ const X9 = B0(
14313
14285
  color: o,
14314
14286
  colorType: n = "default",
14315
14287
  borderColor: l,
14316
- borderType: i = "solid",
14288
+ borderType: a = "solid",
14317
14289
  borderWeight: u = "1",
14318
14290
  className: g = "",
14319
14291
  shape: T = "square",
@@ -14331,10 +14303,10 @@ const X9 = B0(
14331
14303
  j1(() => {
14332
14304
  R.current && (j == null || j(R.current.offsetHeight));
14333
14305
  }, []);
14334
- const { bgColor: S, txtColor: O, borColor: A } = a1({
14306
+ const { bgColor: S, txtColor: O, borColor: A } = i1({
14335
14307
  border: M,
14336
14308
  fallback: n
14337
- }), P = c ? N(c, b) : S, V = o ? N(o, b) : O, k = l ? N(l, b) : A, H = M && k ? `${u}px ${i} ${k}` : "none", U = E1(m, b), B = T === "rounded" ? { borderRadius: "15px 15px 0 0" } : { borderRadius: "0" };
14309
+ }), P = c ? N(c, b) : S, V = o ? N(o, b) : O, k = l ? N(l, b) : A, H = M && k ? `${u}px ${a} ${k}` : "none", U = E1(m, b), B = T === "rounded" ? { borderRadius: "15px 15px 0 0" } : { borderRadius: "0" };
14338
14310
  return /* @__PURE__ */ t.jsx(
14339
14311
  "div",
14340
14312
  {
@@ -14376,19 +14348,19 @@ const K9 = ({ isOpen: s, children: c }) => {
14376
14348
  n.style.height = "0px", requestAnimationFrame(() => {
14377
14349
  n.style.transition = "height 0.3s ease", n.style.height = `${l}px`;
14378
14350
  });
14379
- const i = setTimeout(() => {
14351
+ const a = setTimeout(() => {
14380
14352
  n.style.height = "auto";
14381
14353
  }, 300);
14382
- return () => clearTimeout(i);
14354
+ return () => clearTimeout(a);
14383
14355
  } else {
14384
14356
  const l = n.scrollHeight;
14385
14357
  n.style.height = `${l}px`, requestAnimationFrame(() => {
14386
14358
  n.style.transition = "height 0.3s ease", n.style.height = "0px";
14387
14359
  });
14388
- const i = setTimeout(() => {
14360
+ const a = setTimeout(() => {
14389
14361
  n.style.display = "none";
14390
14362
  }, 300);
14391
- return () => clearTimeout(i);
14363
+ return () => clearTimeout(a);
14392
14364
  }
14393
14365
  }, [s]), /* @__PURE__ */ t.jsx(
14394
14366
  "ul",
@@ -14411,14 +14383,14 @@ const K9 = ({ isOpen: s, children: c }) => {
14411
14383
  selectedKey: o,
14412
14384
  onSelect: n,
14413
14385
  toggleOpen: l,
14414
- openKeys: i,
14386
+ openKeys: a,
14415
14387
  getItemStyle: u,
14416
14388
  theme: g,
14417
14389
  divider: T,
14418
14390
  finalDividerColor: h,
14419
14391
  ...d
14420
14392
  }) => {
14421
- const [m, j] = q(!1), p = Array.isArray(s.children) && s.children.length > 0, _ = i.includes(s.key), M = !p, L = `${12 + c * 16}px`, { backgroundColor: w, color: C } = u(s.key, M, m);
14393
+ const [m, j] = q(!1), p = Array.isArray(s.children) && s.children.length > 0, _ = a.includes(s.key), M = !p, L = `${12 + c * 16}px`, { backgroundColor: w, color: C } = u(s.key, M, m);
14422
14394
  return s.mode === "group" ? /* @__PURE__ */ t.jsxs("li", { style: { marginBottom: 6 }, children: [
14423
14395
  typeof s.title == "string" ? /* @__PURE__ */ t.jsx(
14424
14396
  t1,
@@ -14449,7 +14421,7 @@ const K9 = ({ isOpen: s, children: c }) => {
14449
14421
  selectedKey: o,
14450
14422
  onSelect: n,
14451
14423
  toggleOpen: l,
14452
- openKeys: i,
14424
+ openKeys: a,
14453
14425
  getItemStyle: u,
14454
14426
  theme: g,
14455
14427
  divider: T,
@@ -14550,7 +14522,7 @@ const K9 = ({ isOpen: s, children: c }) => {
14550
14522
  selectedKey: o,
14551
14523
  onSelect: n,
14552
14524
  toggleOpen: l,
14553
- openKeys: i,
14525
+ openKeys: a,
14554
14526
  getItemStyle: u,
14555
14527
  theme: g,
14556
14528
  divider: T,
@@ -14568,7 +14540,7 @@ const K9 = ({ isOpen: s, children: c }) => {
14568
14540
  defaultSelectedKey: o,
14569
14541
  onSelect: n,
14570
14542
  selectedColor: l,
14571
- selectedTextColor: i,
14543
+ selectedTextColor: a,
14572
14544
  hoverColor: u,
14573
14545
  hoverTextColor: g,
14574
14546
  className: T,
@@ -14594,22 +14566,22 @@ const K9 = ({ isOpen: s, children: c }) => {
14594
14566
  (W) => W.includes(F) ? W.filter((I) => I !== F) : [...W, F]
14595
14567
  );
14596
14568
  }, $ = (F, W, I) => {
14597
- const E = H === F && W, X = a1({
14569
+ const E = H === F && W, X = i1({
14598
14570
  border: !1,
14599
14571
  componentType: "etc",
14600
14572
  fallback: E ? "selected" : I ? "hovered" : "default"
14601
14573
  });
14602
14574
  return {
14603
14575
  backgroundColor: E && l && N(l, b) || I && u && N(u, b) || X.bgColor,
14604
- color: E && i && N(i, b) || I && g && N(g, b) || X.txtColor
14576
+ color: E && a && N(a, b) || I && g && N(g, b) || X.txtColor
14605
14577
  };
14606
- }, { bgColor: x, txtColor: y, borColor: a } = a1({
14578
+ }, { bgColor: x, txtColor: y, borColor: i } = i1({
14607
14579
  border: _,
14608
14580
  fallback: d
14609
- }), { borColor: Z } = a1({
14581
+ }), { borColor: Z } = i1({
14610
14582
  border: h,
14611
14583
  fallback: d
14612
- }), r = j ? N(j, b) : x, f = p ? N(p, b) : y, v = M ? N(M, b) : a, D = m ? N(m, b) : Z, Y = _ && v ? `${w}px ${L} ${v}` : "none";
14584
+ }), r = j ? N(j, b) : x, f = p ? N(p, b) : y, v = M ? N(M, b) : i, D = m ? N(m, b) : Z, Y = _ && v ? `${w}px ${L} ${v}` : "none";
14613
14585
  return /* @__PURE__ */ t.jsx(
14614
14586
  "div",
14615
14587
  {
@@ -14653,16 +14625,16 @@ const K9 = ({ isOpen: s, children: c }) => {
14653
14625
  parentRef: o,
14654
14626
  selectedKey: n,
14655
14627
  onSelect: l,
14656
- styleProps: i,
14628
+ styleProps: a,
14657
14629
  popupBaseStyleProps: u,
14658
14630
  placement: g,
14659
14631
  colorType: T
14660
14632
  }) => {
14661
- const [h, d] = q(!1), m = u1(), j = u1(null), p = n === s.key, _ = Array.isArray(s.children) && s.children.length > 0, M = p || h, w = a1({
14633
+ const [h, d] = q(!1), m = u1(), j = u1(null), p = n === s.key, _ = Array.isArray(s.children) && s.children.length > 0, M = p || h, w = i1({
14662
14634
  border: !1,
14663
14635
  componentType: "etc",
14664
14636
  fallback: p ? "selected" : "hovered"
14665
- }), C = p ? i.selectedColor || w.bgColor : i.hoverColor || w.bgColor, z = p ? i.selectedTextColor || w.txtColor : i.hoverTextColor || w.txtColor;
14637
+ }), C = p ? a.selectedColor || w.bgColor : a.hoverColor || w.bgColor, z = p ? a.selectedTextColor || w.txtColor : a.hoverTextColor || w.txtColor;
14666
14638
  j1(() => {
14667
14639
  const b = (S) => {
14668
14640
  var P, V;
@@ -14724,7 +14696,7 @@ const K9 = ({ isOpen: s, children: c }) => {
14724
14696
  parentContentRef: j,
14725
14697
  level: c + 1,
14726
14698
  colorType: T,
14727
- ...i,
14699
+ ...a,
14728
14700
  ...u
14729
14701
  }
14730
14702
  ),
@@ -14741,7 +14713,7 @@ const K9 = ({ isOpen: s, children: c }) => {
14741
14713
  onSelect: n,
14742
14714
  // Accordion, PopupBase 공통 스타일 관련
14743
14715
  selectedColor: l,
14744
- selectedTextColor: i,
14716
+ selectedTextColor: a,
14745
14717
  hoverColor: u,
14746
14718
  hoverTextColor: g,
14747
14719
  className: T,
@@ -14773,7 +14745,7 @@ const K9 = ({ isOpen: s, children: c }) => {
14773
14745
  defaultSelectedKey: o,
14774
14746
  onSelect: n,
14775
14747
  selectedColor: l,
14776
- selectedTextColor: i,
14748
+ selectedTextColor: a,
14777
14749
  hoverColor: u,
14778
14750
  hoverTextColor: g,
14779
14751
  className: T,
@@ -14800,18 +14772,18 @@ const K9 = ({ isOpen: s, children: c }) => {
14800
14772
  shadow: R
14801
14773
  }, B = {
14802
14774
  selectedColor: l,
14803
- selectedTextColor: i,
14775
+ selectedTextColor: a,
14804
14776
  hoverColor: u,
14805
14777
  hoverTextColor: g
14806
14778
  };
14807
14779
  if (O === "accordion")
14808
14780
  return /* @__PURE__ */ t.jsx(q9, { ...H });
14809
- const { borColor: $ } = a1({
14781
+ const { borColor: $ } = i1({
14810
14782
  border: M,
14811
14783
  fallback: d
14812
14784
  });
14813
14785
  L && N(L, k);
14814
- const { borColor: x } = a1({
14786
+ const { borColor: x } = i1({
14815
14787
  border: h,
14816
14788
  fallback: d
14817
14789
  }), y = m ? N(m, k) : x;
@@ -14827,11 +14799,11 @@ const K9 = ({ isOpen: s, children: c }) => {
14827
14799
  role: "menu",
14828
14800
  "aria-orientation": S ? "horizontal" : "vertical",
14829
14801
  ...V,
14830
- children: s.map((a, Z) => /* @__PURE__ */ t.jsxs(A1.Fragment, { children: [
14802
+ children: s.map((i, Z) => /* @__PURE__ */ t.jsxs(A1.Fragment, { children: [
14831
14803
  /* @__PURE__ */ t.jsx(
14832
14804
  J9,
14833
14805
  {
14834
- item: a,
14806
+ item: i,
14835
14807
  level: j,
14836
14808
  parentRef: P,
14837
14809
  selectedKey: c,
@@ -14859,7 +14831,7 @@ const K9 = ({ isOpen: s, children: c }) => {
14859
14831
  style: { margin: "1rem 0" }
14860
14832
  }
14861
14833
  ))
14862
- ] }, a.key || `menu-item-${Z}`))
14834
+ ] }, i.key || `menu-item-${Z}`))
14863
14835
  }
14864
14836
  ) : null;
14865
14837
  }, w3 = ({
@@ -14873,7 +14845,7 @@ const K9 = ({ isOpen: s, children: c }) => {
14873
14845
  // Dropdown 열림 상태 (제어용)
14874
14846
  defaultOpen: l = !1,
14875
14847
  // Dropdown 기본 열림 상태
14876
- onOpenChange: i,
14848
+ onOpenChange: a,
14877
14849
  // Dropdown 열림 상태 변경 콜백
14878
14850
  closeOnClick: u = !1,
14879
14851
  // Dropdown 클릭 시 닫기 여부
@@ -14908,7 +14880,7 @@ const K9 = ({ isOpen: s, children: c }) => {
14908
14880
  placement: z,
14909
14881
  open: n,
14910
14882
  defaultOpen: l,
14911
- onOpenChange: i,
14883
+ onOpenChange: a,
14912
14884
  closeOnClick: u,
14913
14885
  disabled: g,
14914
14886
  className: c1("sud-dropdown", T),
@@ -14953,13 +14925,13 @@ const K9 = ({ isOpen: s, children: c }) => {
14953
14925
  separator: o = ">",
14954
14926
  style: n = {},
14955
14927
  separatorStyle: l = {},
14956
- linkStyle: i = {},
14928
+ linkStyle: a = {},
14957
14929
  itemStyle: u = {},
14958
14930
  listStyle: g = {},
14959
14931
  size: T = "base"
14960
14932
  }) => {
14961
14933
  if (!c || c.length === 0) return null;
14962
- const { separatorColor: h, textColor: d, nowColor: m } = a1({
14934
+ const { separatorColor: h, textColor: d, nowColor: m } = i1({
14963
14935
  componentType: "breadcrumb"
14964
14936
  }), j = {
14965
14937
  color: h,
@@ -15017,7 +14989,7 @@ const K9 = ({ isOpen: s, children: c }) => {
15017
14989
  alignItems: "center",
15018
14990
  cursor: "pointer",
15019
14991
  ...p,
15020
- ...i
14992
+ ...a
15021
14993
  },
15022
14994
  onClick: () => {
15023
14995
  window.location.href = L.href;
@@ -15087,16 +15059,16 @@ export {
15087
15059
  X9 as Footer,
15088
15060
  Y9 as Header,
15089
15061
  u2 as Image,
15090
- i0 as Input,
15062
+ a0 as Input,
15091
15063
  Z3 as Layout,
15092
15064
  h3 as List,
15093
15065
  _2 as Menu,
15094
- i3 as Modal,
15066
+ a3 as Modal,
15095
15067
  P9 as NotificationRoot,
15096
15068
  R9 as OTP,
15097
15069
  w2 as Pagination,
15098
15070
  Q0 as PopConfirm,
15099
- a3 as Popover,
15071
+ i3 as Popover,
15100
15072
  j3 as Progress,
15101
15073
  G0 as Radio,
15102
15074
  x3 as Rate,
@@ -15121,7 +15093,7 @@ export {
15121
15093
  v3 as Upload,
15122
15094
  z0 as adjustBrightness,
15123
15095
  s3 as applyPulseEffect,
15124
- a1 as computeColorStyles,
15096
+ i1 as computeColorStyles,
15125
15097
  E2 as darkTheme,
15126
15098
  N0 as defaultTheme,
15127
15099
  t3 as getColorWithIntensity,