neatkit 0.3.1 → 0.4.0

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,8 +1,8 @@
1
1
  "use client";
2
- import { jsx as a, jsxs as T, Fragment as Fe } from "react/jsx-runtime";
3
- import { forwardRef as y, useState as Y, createElement as Ve, isValidElement as wn, Fragment as We, createContext as ze, useContext as Ce, useRef as H, useCallback as W, useEffect as q, Children as An, useLayoutEffect as tn, useId as Pe, cloneElement as Be, useReducer as bn, useMemo as Me, version as On } from "react";
4
- import { createPortal as Dn } from "react-dom";
5
- const Bn = 36, yn = [2, 4, 8, 12, 16, 24, 32, 48], rn = {
2
+ import { jsx as a, jsxs as O, Fragment as je } from "react/jsx-runtime";
3
+ import { forwardRef as g, useState as $, createElement as Oe, isValidElement as Ze, Fragment as _e, createContext as qe, useContext as Ne, useRef as D, useCallback as W, useEffect as q, Children as an, useLayoutEffect as ln, useId as Le, cloneElement as Pe, useReducer as Cn, useMemo as Me, version as Zn } from "react";
4
+ import { createPortal as qn } from "react-dom";
5
+ const $n = 36, Pn = [2, 4, 8, 12, 16, 24, 32, 48], un = {
6
6
  sm: 768,
7
7
  md: 960,
8
8
  lg: 1440,
@@ -10,33 +10,33 @@ const Bn = 36, yn = [2, 4, 8, 12, 16, 24, 32, 48], rn = {
10
10
  };
11
11
  ({
12
12
  ...Object.fromEntries(
13
- yn.map((n) => [`--nk-space-${n}`, `${n}px`])
13
+ Pn.map((n) => [`--nk-space-${n}`, `${n}px`])
14
14
  )
15
15
  });
16
- function qo(n) {
16
+ function mr(n) {
17
17
  if (typeof n != "number" || !Number.isFinite(n))
18
18
  throw new RangeError("Cell amount must be a finite number.");
19
- const t = n * Bn;
19
+ const t = n * $n;
20
20
  if (!Number.isFinite(t))
21
21
  throw new RangeError("Calculated cell value must be finite.");
22
22
  return t;
23
23
  }
24
- function $o(n) {
25
- if (!yn.some((t) => t === n))
24
+ function gr(n) {
25
+ if (!Pn.some((t) => t === n))
26
26
  throw new RangeError(`Unsupported spacing size: ${String(n)}.`);
27
27
  return n;
28
28
  }
29
- function Ie(n) {
30
- if (!Object.prototype.hasOwnProperty.call(rn, n))
29
+ function Ce(n) {
30
+ if (!Object.prototype.hasOwnProperty.call(un, n))
31
31
  throw new RangeError(`Unsupported breakpoint: ${String(n)}.`);
32
- return rn[n];
32
+ return un[n];
33
33
  }
34
- function Go(n) {
34
+ function wr(n) {
35
35
  if (typeof n != "number" || !Number.isFinite(n))
36
36
  throw new RangeError("Pixel value must be a finite number.");
37
37
  return `${n}px`;
38
38
  }
39
- const Oe = y(function(t, e) {
39
+ const Fe = g(function(t, e) {
40
40
  const { children: o, className: i, ...r } = t;
41
41
  return /* @__PURE__ */ a(
42
42
  "div",
@@ -47,7 +47,7 @@ const Oe = y(function(t, e) {
47
47
  children: o
48
48
  }
49
49
  );
50
- }), Uo = y(function(t, e) {
50
+ }), br = g(function(t, e) {
51
51
  const {
52
52
  children: o,
53
53
  className: i,
@@ -55,8 +55,8 @@ const Oe = y(function(t, e) {
55
55
  tone: l = "info",
56
56
  ...s
57
57
  } = t;
58
- return /* @__PURE__ */ T(
59
- Oe,
58
+ return /* @__PURE__ */ O(
59
+ Fe,
60
60
  {
61
61
  ...s,
62
62
  ref: e,
@@ -70,10 +70,10 @@ const Oe = y(function(t, e) {
70
70
  }
71
71
  );
72
72
  });
73
- function Hn(n) {
73
+ function Gn(n) {
74
74
  return (Array.from((n == null ? void 0 : n.trim()) ?? "")[0] ?? "?").trim().toUpperCase() || "?";
75
75
  }
76
- function Fn(n) {
76
+ function Kn(n) {
77
77
  if (n === "?") return "neutral";
78
78
  const t = Array.from(n)[0] ?? "";
79
79
  if ("AJO".includes(t)) return "1";
@@ -85,28 +85,28 @@ function Fn(n) {
85
85
  const e = t.codePointAt(0) ?? 0;
86
86
  return String(e % 6 + 1);
87
87
  }
88
- const Ko = y(function(t, e) {
88
+ const yr = g(function(t, e) {
89
89
  const {
90
90
  alt: o,
91
91
  className: i,
92
92
  image: r,
93
93
  size: l = 32,
94
94
  style: s,
95
- ...h
96
- } = t, [f, d] = Y(), c = !!r && r !== f, p = (o == null ? void 0 : o.trim()) ?? "", m = Hn(p), g = typeof l == "number" ? `${l}px` : l, k = p ? { "aria-label": p, role: "img" } : { "aria-hidden": !0, role: void 0 };
95
+ ...u
96
+ } = t, [f, d] = $(), c = !!r && r !== f, p = (o == null ? void 0 : o.trim()) ?? "", v = Gn(p), m = typeof l == "number" ? `${l}px` : l, x = p ? { "aria-label": p, role: "img" } : { "aria-hidden": !0, role: void 0 };
97
97
  function b() {
98
98
  d(r);
99
99
  }
100
100
  return /* @__PURE__ */ a(
101
101
  "div",
102
102
  {
103
- ...h,
104
- ...c ? void 0 : k,
103
+ ...u,
104
+ ...c ? void 0 : x,
105
105
  ref: e,
106
106
  className: ["nk-avatar", i].filter(Boolean).join(" "),
107
- "data-palette": Fn(m),
107
+ "data-palette": Kn(v),
108
108
  "data-state": c ? "image" : "fallback",
109
- style: { ...s, "--nk-avatar-size": g },
109
+ style: { ...s, "--nk-avatar-size": m },
110
110
  children: c ? /* @__PURE__ */ a(
111
111
  "img",
112
112
  {
@@ -115,10 +115,10 @@ const Ko = y(function(t, e) {
115
115
  onError: b,
116
116
  src: r
117
117
  }
118
- ) : /* @__PURE__ */ a("span", { "aria-hidden": "true", className: "nk-avatar__initial", children: m })
118
+ ) : /* @__PURE__ */ a("span", { "aria-hidden": "true", className: "nk-avatar__initial", children: v })
119
119
  }
120
120
  );
121
- }), Yo = y(function(t, e) {
121
+ }), kr = g(function(t, e) {
122
122
  const {
123
123
  children: o,
124
124
  className: i,
@@ -137,7 +137,7 @@ const Ko = y(function(t, e) {
137
137
  children: o
138
138
  }
139
139
  );
140
- }), Wn = y(function(t, e) {
140
+ }), Un = g(function(t, e) {
141
141
  const { height: o = 14, width: i = 14, ...r } = t;
142
142
  return /* @__PURE__ */ a(
143
143
  "svg",
@@ -160,7 +160,7 @@ const Ko = y(function(t, e) {
160
160
  )
161
161
  }
162
162
  );
163
- }), zn = y(function(t, e) {
163
+ }), Yn = g(function(t, e) {
164
164
  const { height: o = 14, width: i = 14, ...r } = t;
165
165
  return /* @__PURE__ */ a(
166
166
  "svg",
@@ -184,7 +184,7 @@ const Ko = y(function(t, e) {
184
184
  )
185
185
  }
186
186
  );
187
- }), Zn = y(function(t, e) {
187
+ }), Xn = g(function(t, e) {
188
188
  const { height: o = 14, width: i = 14, ...r } = t;
189
189
  return /* @__PURE__ */ a(
190
190
  "svg",
@@ -208,9 +208,9 @@ const Ko = y(function(t, e) {
208
208
  )
209
209
  }
210
210
  );
211
- }), jn = y(function(t, e) {
211
+ }), Qn = g(function(t, e) {
212
212
  const { height: o = 14, width: i = 14, ...r } = t;
213
- return /* @__PURE__ */ T(
213
+ return /* @__PURE__ */ O(
214
214
  "svg",
215
215
  {
216
216
  ...r,
@@ -254,7 +254,7 @@ const Ko = y(function(t, e) {
254
254
  ]
255
255
  }
256
256
  );
257
- }), qn = y(function(t, e) {
257
+ }), Jn = g(function(t, e) {
258
258
  const { height: o = 14, width: i = 14, ...r } = t;
259
259
  return /* @__PURE__ */ a(
260
260
  "svg",
@@ -269,9 +269,9 @@ const Ko = y(function(t, e) {
269
269
  children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M13 2.229c0-.413-.112-.818-.324-1.17a2.2 2.2 0 0 0-.88-.822A2.15 2.15 0 0 0 9.51.441c-.325.246-.577.58-.726.964a2.27 2.27 0 0 0 .4 2.303c.27.308.618.534 1.006.652v.095c0 .507-.197.992-.548 1.35a1.86 1.86 0 0 1-1.325.559H5.82c-.675.007-1.33.23-1.874.636V4.36a2.2 2.2 0 0 0 1.218-.936A2.26 2.26 0 0 0 4.751.542 2.16 2.16 0 0 0 3.322 0c-.525 0-1.032.193-1.43.542a2.26 2.26 0 0 0-.413 2.882c.283.451.716.783 1.219.936v5.28a2.2 2.2 0 0 0-1.218.936 2.26 2.26 0 0 0 .413 2.882c.397.35.904.542 1.43.542.524 0 1.031-.193 1.428-.542a2.26 2.26 0 0 0 .413-2.882 2.2 2.2 0 0 0-1.218-.936v-.095c0-.507.198-.992.55-1.35a1.86 1.86 0 0 1 1.324-.559h2.497c.828 0 1.622-.335 2.208-.931a3.2 3.2 0 0 0 .914-2.25V4.36c.45-.137.846-.418 1.127-.802S13 2.708 13 2.229" })
270
270
  }
271
271
  );
272
- }), $n = y(function(t, e) {
272
+ }), et = g(function(t, e) {
273
273
  const { height: o = 14, width: i = 14, ...r } = t;
274
- return /* @__PURE__ */ T(
274
+ return /* @__PURE__ */ O(
275
275
  "svg",
276
276
  {
277
277
  ...r,
@@ -288,9 +288,9 @@ const Ko = y(function(t, e) {
288
288
  ]
289
289
  }
290
290
  );
291
- }), Gn = y(function(t, e) {
291
+ }), nt = g(function(t, e) {
292
292
  const { height: o = 14, width: i = 14, ...r } = t;
293
- return /* @__PURE__ */ T(
293
+ return /* @__PURE__ */ O(
294
294
  "svg",
295
295
  {
296
296
  ...r,
@@ -320,7 +320,7 @@ const Ko = y(function(t, e) {
320
320
  ]
321
321
  }
322
322
  );
323
- }), Un = y(function(t, e) {
323
+ }), tt = g(function(t, e) {
324
324
  const { height: o = 14, width: i = 14, ...r } = t;
325
325
  return /* @__PURE__ */ a(
326
326
  "svg",
@@ -341,7 +341,7 @@ const Ko = y(function(t, e) {
341
341
  )
342
342
  }
343
343
  );
344
- }), Kn = y(function(t, e) {
344
+ }), ot = g(function(t, e) {
345
345
  const { height: o = 14, width: i = 14, ...r } = t;
346
346
  return /* @__PURE__ */ a(
347
347
  "svg",
@@ -364,7 +364,7 @@ const Ko = y(function(t, e) {
364
364
  )
365
365
  }
366
366
  );
367
- }), Yn = y(function(t, e) {
367
+ }), rt = g(function(t, e) {
368
368
  const { height: o = 14, width: i = 14, ...r } = t;
369
369
  return /* @__PURE__ */ a(
370
370
  "svg",
@@ -388,7 +388,7 @@ const Ko = y(function(t, e) {
388
388
  )
389
389
  }
390
390
  );
391
- }), Qn = y(function(t, e) {
391
+ }), it = g(function(t, e) {
392
392
  const { height: o = 14, width: i = 14, ...r } = t;
393
393
  return /* @__PURE__ */ a(
394
394
  "svg",
@@ -412,7 +412,7 @@ const Ko = y(function(t, e) {
412
412
  )
413
413
  }
414
414
  );
415
- }), Xn = y(function(t, e) {
415
+ }), at = g(function(t, e) {
416
416
  const { height: o = 14, width: i = 14, ...r } = t;
417
417
  return /* @__PURE__ */ a(
418
418
  "svg",
@@ -436,7 +436,7 @@ const Ko = y(function(t, e) {
436
436
  )
437
437
  }
438
438
  );
439
- }), Jn = y(function(t, e) {
439
+ }), lt = g(function(t, e) {
440
440
  const { height: o = 14, width: i = 14, ...r } = t;
441
441
  return /* @__PURE__ */ a(
442
442
  "svg",
@@ -460,7 +460,7 @@ const Ko = y(function(t, e) {
460
460
  )
461
461
  }
462
462
  );
463
- }), et = y(function(t, e) {
463
+ }), st = g(function(t, e) {
464
464
  const { height: o = 14, width: i = 14, ...r } = t;
465
465
  return /* @__PURE__ */ a(
466
466
  "svg",
@@ -475,7 +475,7 @@ const Ko = y(function(t, e) {
475
475
  children: /* @__PURE__ */ a("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.391 7.868a3.501 3.501 0 0 1-6.782 0 1 1 0 0 1-.109.007H.875a.875.875 0 1 1 0-1.75H3.5q.055 0 .109.007a3.501 3.501 0 0 1 6.782 0 1 1 0 0 1 .109-.007h2.625a.875.875 0 1 1 0 1.75H10.5a1 1 0 0 1-.109-.007M7 8.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5", clipRule: "evenodd" })
476
476
  }
477
477
  );
478
- }), nt = y(function(t, e) {
478
+ }), ct = g(function(t, e) {
479
479
  const { height: o = 14, width: i = 14, ...r } = t;
480
480
  return /* @__PURE__ */ a(
481
481
  "svg",
@@ -498,7 +498,7 @@ const Ko = y(function(t, e) {
498
498
  )
499
499
  }
500
500
  );
501
- }), tt = y(function(t, e) {
501
+ }), dt = g(function(t, e) {
502
502
  const { height: o = 14, width: i = 14, ...r } = t;
503
503
  return /* @__PURE__ */ a(
504
504
  "svg",
@@ -522,7 +522,7 @@ const Ko = y(function(t, e) {
522
522
  )
523
523
  }
524
524
  );
525
- }), ot = y(function(t, e) {
525
+ }), ut = g(function(t, e) {
526
526
  const { height: o = 14, width: i = 14, ...r } = t;
527
527
  return /* @__PURE__ */ a(
528
528
  "svg",
@@ -543,9 +543,9 @@ const Ko = y(function(t, e) {
543
543
  )
544
544
  }
545
545
  );
546
- }), rt = y(function(t, e) {
546
+ }), ft = g(function(t, e) {
547
547
  const { height: o = 14, width: i = 14, ...r } = t;
548
- return /* @__PURE__ */ T(
548
+ return /* @__PURE__ */ O(
549
549
  "svg",
550
550
  {
551
551
  ...r,
@@ -577,9 +577,9 @@ const Ko = y(function(t, e) {
577
577
  ]
578
578
  }
579
579
  );
580
- }), it = y(function(t, e) {
580
+ }), ht = g(function(t, e) {
581
581
  const { height: o = 14, width: i = 14, ...r } = t;
582
- return /* @__PURE__ */ T(
582
+ return /* @__PURE__ */ O(
583
583
  "svg",
584
584
  {
585
585
  ...r,
@@ -607,7 +607,7 @@ const Ko = y(function(t, e) {
607
607
  ]
608
608
  }
609
609
  );
610
- }), at = y(function(t, e) {
610
+ }), pt = g(function(t, e) {
611
611
  const { height: o = 14, width: i = 14, ...r } = t;
612
612
  return /* @__PURE__ */ a(
613
613
  "svg",
@@ -631,7 +631,7 @@ const Ko = y(function(t, e) {
631
631
  )
632
632
  }
633
633
  );
634
- }), st = y(function(t, e) {
634
+ }), vt = g(function(t, e) {
635
635
  const { height: o = 14, width: i = 14, ...r } = t;
636
636
  return /* @__PURE__ */ a(
637
637
  "svg",
@@ -646,7 +646,7 @@ const Ko = y(function(t, e) {
646
646
  children: /* @__PURE__ */ a("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M12 5.5v4.867c0 .746 0 1.12-.14 1.405a1.3 1.3 0 0 1-.562.583c-.275.145-.635.145-1.355.145H4.557c-.72 0-1.08 0-1.355-.145a1.3 1.3 0 0 1-.562-.583c-.14-.285-.14-.659-.14-1.405V3.633c0-.746 0-1.12.14-1.405.123-.25.32-.455.562-.583.275-.145.635-.145 1.355-.145h3.586M12 5.5l-3.857-4M12 5.5H8.786a.655.655 0 0 1-.643-.667V1.5" })
647
647
  }
648
648
  );
649
- }), lt = y(function(t, e) {
649
+ }), mt = g(function(t, e) {
650
650
  const { height: o = 14, width: i = 14, ...r } = t;
651
651
  return /* @__PURE__ */ a(
652
652
  "svg",
@@ -661,7 +661,7 @@ const Ko = y(function(t, e) {
661
661
  children: /* @__PURE__ */ a("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M2.49 2.25H5.19c.413 0 .508.004.588.021q.133.03.243.093c.064.036.128.088.421.358l.098.09c.244.224.45.42.7.56q.232.13.486.205l.17.044c.278.061.564.058.912.058h2.702c.447 0 .74 0 .966.017.217.017.307.045.356.068a.75.75 0 0 1 .342.308c.013.024.04.084.056.27.018.198.019.459.019.872v5c0 .413-.001.675-.019.872-.016.186-.043.246-.056.27a.75.75 0 0 1-.342.309c-.049.023-.139.051-.356.067-.225.017-.52.018-.966.018H2.489c-.447 0-.74 0-.966-.018-.217-.016-.307-.044-.356-.067a.75.75 0 0 1-.342-.309c-.013-.024-.04-.084-.056-.27a11 11 0 0 1-.019-.872V3.786c0-.413.001-.675.019-.872.016-.186.043-.246.056-.27a.75.75 0 0 1 .342-.309c.049-.023.139-.051.356-.067.225-.017.52-.018.966-.018" })
662
662
  }
663
663
  );
664
- }), ct = y(function(t, e) {
664
+ }), gt = g(function(t, e) {
665
665
  const { height: o = 14, width: i = 14, ...r } = t;
666
666
  return /* @__PURE__ */ a(
667
667
  "svg",
@@ -682,7 +682,7 @@ const Ko = y(function(t, e) {
682
682
  )
683
683
  }
684
684
  );
685
- }), dt = y(function(t, e) {
685
+ }), wt = g(function(t, e) {
686
686
  const { height: o = 14, width: i = 14, ...r } = t;
687
687
  return /* @__PURE__ */ a(
688
688
  "svg",
@@ -705,7 +705,7 @@ const Ko = y(function(t, e) {
705
705
  )
706
706
  }
707
707
  );
708
- }), ut = y(function(t, e) {
708
+ }), bt = g(function(t, e) {
709
709
  const { height: o = 14, width: i = 14, ...r } = t;
710
710
  return /* @__PURE__ */ a(
711
711
  "svg",
@@ -728,7 +728,7 @@ const Ko = y(function(t, e) {
728
728
  )
729
729
  }
730
730
  );
731
- }), ft = y(function(t, e) {
731
+ }), yt = g(function(t, e) {
732
732
  const { height: o = 14, width: i = 14, ...r } = t;
733
733
  return /* @__PURE__ */ a(
734
734
  "svg",
@@ -749,7 +749,7 @@ const Ko = y(function(t, e) {
749
749
  )
750
750
  }
751
751
  );
752
- }), ht = y(function(t, e) {
752
+ }), kt = g(function(t, e) {
753
753
  const { height: o = 14, width: i = 14, ...r } = t;
754
754
  return /* @__PURE__ */ a(
755
755
  "svg",
@@ -770,9 +770,9 @@ const Ko = y(function(t, e) {
770
770
  )
771
771
  }
772
772
  );
773
- }), pt = y(function(t, e) {
773
+ }), It = g(function(t, e) {
774
774
  const { height: o = 14, width: i = 14, ...r } = t;
775
- return /* @__PURE__ */ T(
775
+ return /* @__PURE__ */ O(
776
776
  "svg",
777
777
  {
778
778
  ...r,
@@ -797,7 +797,7 @@ const Ko = y(function(t, e) {
797
797
  ]
798
798
  }
799
799
  );
800
- }), vt = y(function(t, e) {
800
+ }), xt = g(function(t, e) {
801
801
  const { height: o = 14, width: i = 14, ...r } = t;
802
802
  return /* @__PURE__ */ a(
803
803
  "svg",
@@ -820,7 +820,7 @@ const Ko = y(function(t, e) {
820
820
  )
821
821
  }
822
822
  );
823
- }), mt = y(function(t, e) {
823
+ }), Ct = g(function(t, e) {
824
824
  const { height: o = 14, width: i = 14, ...r } = t;
825
825
  return /* @__PURE__ */ a(
826
826
  "svg",
@@ -843,9 +843,9 @@ const Ko = y(function(t, e) {
843
843
  )
844
844
  }
845
845
  );
846
- }), gt = y(function(t, e) {
846
+ }), Pt = g(function(t, e) {
847
847
  const { height: o = 14, width: i = 14, ...r } = t;
848
- return /* @__PURE__ */ T(
848
+ return /* @__PURE__ */ O(
849
849
  "svg",
850
850
  {
851
851
  ...r,
@@ -879,7 +879,7 @@ const Ko = y(function(t, e) {
879
879
  ]
880
880
  }
881
881
  );
882
- }), wt = y(function(t, e) {
882
+ }), _t = g(function(t, e) {
883
883
  const { height: o = 14, width: i = 14, ...r } = t;
884
884
  return /* @__PURE__ */ a(
885
885
  "svg",
@@ -902,7 +902,7 @@ const Ko = y(function(t, e) {
902
902
  )
903
903
  }
904
904
  );
905
- }), bt = y(function(t, e) {
905
+ }), Nt = g(function(t, e) {
906
906
  const { height: o = 14, width: i = 14, ...r } = t;
907
907
  return /* @__PURE__ */ a(
908
908
  "svg",
@@ -923,7 +923,7 @@ const Ko = y(function(t, e) {
923
923
  )
924
924
  }
925
925
  );
926
- }), yt = y(function(t, e) {
926
+ }), Lt = g(function(t, e) {
927
927
  const { height: o = 14, width: i = 14, ...r } = t;
928
928
  return /* @__PURE__ */ a(
929
929
  "svg",
@@ -946,9 +946,9 @@ const Ko = y(function(t, e) {
946
946
  )
947
947
  }
948
948
  );
949
- }), kt = y(function(t, e) {
949
+ }), Mt = g(function(t, e) {
950
950
  const { height: o = 14, width: i = 14, ...r } = t;
951
- return /* @__PURE__ */ T(
951
+ return /* @__PURE__ */ O(
952
952
  "svg",
953
953
  {
954
954
  ...r,
@@ -966,7 +966,7 @@ const Ko = y(function(t, e) {
966
966
  ]
967
967
  }
968
968
  );
969
- }), xt = y(function(t, e) {
969
+ }), Et = g(function(t, e) {
970
970
  const { height: o = 14, width: i = 14, ...r } = t;
971
971
  return /* @__PURE__ */ a(
972
972
  "svg",
@@ -978,13 +978,13 @@ const Ko = y(function(t, e) {
978
978
  height: o,
979
979
  viewBox: "0 0 14 14",
980
980
  fill: "none",
981
- children: /* @__PURE__ */ T("g", { fill: "currentColor", children: [
981
+ children: /* @__PURE__ */ O("g", { fill: "currentColor", children: [
982
982
  /* @__PURE__ */ a("path", { d: "M14 14h-3.111v-1.556h1.555V10.89H14V14ZM0 0h6.222v6.222H0V0Zm1.556 1.556v3.11h3.11v-3.11h-3.11ZM7.778 0H14v6.222H7.778V0Zm1.555 1.556v3.11h3.111v-3.11h-3.11ZM0 7.778h6.222V14H0V7.778Zm1.556 1.555v3.111h3.11v-3.11h-3.11Zm10.11-1.555H14V9h-2.333V7.778ZM9.333 10H7.778V7.778h1.555V10ZM9.31 12.444V14H7.779v-2H9.31v.444ZM9.3 11h1v1h-1zM10.3 11h1v1h-1z" }),
983
983
  /* @__PURE__ */ a("path", { d: "M11.3 10H14v1h-2.7zM10.3 9h1v1h-1z" })
984
984
  ] })
985
985
  }
986
986
  );
987
- }), It = y(function(t, e) {
987
+ }), St = g(function(t, e) {
988
988
  const { height: o = 14, width: i = 14, ...r } = t;
989
989
  return /* @__PURE__ */ a(
990
990
  "svg",
@@ -1007,9 +1007,9 @@ const Ko = y(function(t, e) {
1007
1007
  )
1008
1008
  }
1009
1009
  );
1010
- }), Ct = y(function(t, e) {
1010
+ }), Rt = g(function(t, e) {
1011
1011
  const { height: o = 14, width: i = 14, ...r } = t;
1012
- return /* @__PURE__ */ T(
1012
+ return /* @__PURE__ */ O(
1013
1013
  "svg",
1014
1014
  {
1015
1015
  ...r,
@@ -1025,7 +1025,7 @@ const Ko = y(function(t, e) {
1025
1025
  ]
1026
1026
  }
1027
1027
  );
1028
- }), Pt = y(function(t, e) {
1028
+ }), Tt = g(function(t, e) {
1029
1029
  const { height: o = 14, width: i = 14, ...r } = t;
1030
1030
  return /* @__PURE__ */ a(
1031
1031
  "svg",
@@ -1046,9 +1046,9 @@ const Ko = y(function(t, e) {
1046
1046
  )
1047
1047
  }
1048
1048
  );
1049
- }), Mt = y(function(t, e) {
1049
+ }), Vt = g(function(t, e) {
1050
1050
  const { height: o = 14, width: i = 14, ...r } = t;
1051
- return /* @__PURE__ */ T(
1051
+ return /* @__PURE__ */ O(
1052
1052
  "svg",
1053
1053
  {
1054
1054
  ...r,
@@ -1070,7 +1070,7 @@ const Ko = y(function(t, e) {
1070
1070
  ]
1071
1071
  }
1072
1072
  );
1073
- }), Lt = y(function(t, e) {
1073
+ }), At = g(function(t, e) {
1074
1074
  const { height: o = 14, width: i = 14, ...r } = t;
1075
1075
  return /* @__PURE__ */ a(
1076
1076
  "svg",
@@ -1085,7 +1085,7 @@ const Ko = y(function(t, e) {
1085
1085
  children: /* @__PURE__ */ a("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M4.031 4.031h.006M6.195 1.5H4.5c-1.05 0-1.575 0-1.976.204-.353.18-.64.467-.82.82-.204.4-.204.926-.204 1.976v1.695c0 .458 0 .688.052.904.046.19.121.374.224.542.116.189.278.35.603.675l2.937 2.938c.743.742 1.114 1.114 1.542 1.253.377.122.782.122 1.159 0 .428-.14.8-.51 1.542-1.253l1.695-1.695c.742-.743 1.114-1.114 1.253-1.542a1.88 1.88 0 0 0 0-1.159c-.14-.428-.51-.8-1.253-1.542L8.316 2.38c-.324-.325-.486-.487-.675-.603a1.9 1.9 0 0 0-.542-.224C6.883 1.5 6.653 1.5 6.195 1.5M4.344 4.031a.312.312 0 1 1-.625 0 .312.312 0 0 1 .625 0" })
1086
1086
  }
1087
1087
  );
1088
- }), Et = y(function(t, e) {
1088
+ }), Ot = g(function(t, e) {
1089
1089
  const { height: o = 14, width: i = 14, ...r } = t;
1090
1090
  return /* @__PURE__ */ a(
1091
1091
  "svg",
@@ -1106,9 +1106,9 @@ const Ko = y(function(t, e) {
1106
1106
  )
1107
1107
  }
1108
1108
  );
1109
- }), Nt = y(function(t, e) {
1109
+ }), Bt = g(function(t, e) {
1110
1110
  const { height: o = 14, width: i = 14, ...r } = t;
1111
- return /* @__PURE__ */ T(
1111
+ return /* @__PURE__ */ O(
1112
1112
  "svg",
1113
1113
  {
1114
1114
  ...r,
@@ -1141,7 +1141,7 @@ const Ko = y(function(t, e) {
1141
1141
  ]
1142
1142
  }
1143
1143
  );
1144
- }), _t = y(function(t, e) {
1144
+ }), Dt = g(function(t, e) {
1145
1145
  const { height: o = 14, width: i = 14, ...r } = t;
1146
1146
  return /* @__PURE__ */ a(
1147
1147
  "svg",
@@ -1162,83 +1162,83 @@ const Ko = y(function(t, e) {
1162
1162
  )
1163
1163
  }
1164
1164
  );
1165
- }), Rt = {
1166
- projects: kt,
1167
- chat: Un,
1168
- articles: Wn,
1169
- mail: gt,
1170
- github: dt,
1171
- globe: ut,
1172
- linkedin: mt,
1173
- reddit: It,
1174
- exit: at,
1175
- camera: Gn,
1176
- "qr-code": xt,
1177
- download: tt,
1178
- save: Pt,
1179
- pencil: bt,
1180
- "arrow-left": zn,
1181
- "arrow-right": Zn,
1182
- cross: nt,
1183
- checkmark: Kn,
1184
- plus: yt,
1185
- minus: wt,
1186
- window: _t,
1187
- user: Et,
1188
- duplicate: ot,
1189
- eye: rt,
1190
- "eye-off": it,
1191
- signal: Mt,
1192
- audio: jn,
1193
- hardware: ft,
1194
- burger: $n,
1195
- repository: Ct,
1196
- "chevron-down": Yn,
1197
- "chevron-up": Jn,
1198
- "chevron-left": Qn,
1199
- "chevron-right": Xn,
1200
- branch: qn,
1201
- commit: et,
1202
- folder: lt,
1203
- file: st,
1204
- tag: Lt,
1205
- key: vt,
1206
- git: ct,
1207
- home: ht,
1208
- info: pt,
1209
- warning: Nt
1210
- }, me = y(function(t, e) {
1165
+ }), Ht = {
1166
+ projects: Mt,
1167
+ chat: tt,
1168
+ articles: Un,
1169
+ mail: Pt,
1170
+ github: wt,
1171
+ globe: bt,
1172
+ linkedin: Ct,
1173
+ reddit: St,
1174
+ exit: pt,
1175
+ camera: nt,
1176
+ "qr-code": Et,
1177
+ download: dt,
1178
+ save: Tt,
1179
+ pencil: Nt,
1180
+ "arrow-left": Yn,
1181
+ "arrow-right": Xn,
1182
+ cross: ct,
1183
+ checkmark: ot,
1184
+ plus: Lt,
1185
+ minus: _t,
1186
+ window: Dt,
1187
+ user: Ot,
1188
+ duplicate: ut,
1189
+ eye: ft,
1190
+ "eye-off": ht,
1191
+ signal: Vt,
1192
+ audio: Qn,
1193
+ hardware: yt,
1194
+ burger: et,
1195
+ repository: Rt,
1196
+ "chevron-down": rt,
1197
+ "chevron-up": lt,
1198
+ "chevron-left": it,
1199
+ "chevron-right": at,
1200
+ branch: Jn,
1201
+ commit: st,
1202
+ folder: mt,
1203
+ file: vt,
1204
+ tag: At,
1205
+ key: xt,
1206
+ git: gt,
1207
+ home: kt,
1208
+ info: It,
1209
+ warning: Bt
1210
+ }, me = g(function(t, e) {
1211
1211
  const {
1212
1212
  "aria-hidden": o,
1213
1213
  "aria-label": i,
1214
1214
  "aria-labelledby": r,
1215
1215
  color: l,
1216
1216
  role: s,
1217
- size: h = 14,
1217
+ size: u = 14,
1218
1218
  style: f,
1219
1219
  type: d,
1220
1220
  ...c
1221
- } = t, p = Rt[d];
1221
+ } = t, p = Ht[d];
1222
1222
  if (!p)
1223
1223
  return console.warn(`Icon type "${d}" not found`), null;
1224
- const m = i !== void 0 || r !== void 0;
1225
- return Ve(p, {
1224
+ const v = i !== void 0 || r !== void 0;
1225
+ return Oe(p, {
1226
1226
  ...c,
1227
- "aria-hidden": o ?? (m ? void 0 : !0),
1227
+ "aria-hidden": o ?? (v ? void 0 : !0),
1228
1228
  "aria-label": i,
1229
1229
  "aria-labelledby": r,
1230
1230
  ref: e,
1231
- height: h,
1232
- role: s ?? (m ? "img" : void 0),
1231
+ height: u,
1232
+ role: s ?? (v ? "img" : void 0),
1233
1233
  style: {
1234
1234
  flexShrink: 0,
1235
1235
  ...f,
1236
1236
  ...l ? { color: l } : void 0
1237
1237
  },
1238
- width: h
1238
+ width: u
1239
1239
  });
1240
- }), kn = y(function(t, e) {
1241
- const { className: o = "", color: i, size: r = 48, style: l, ...s } = t, h = typeof r == "number" ? `${r}px` : r;
1240
+ }), _n = g(function(t, e) {
1241
+ const { className: o = "", color: i, size: r = 48, style: l, ...s } = t, u = typeof r == "number" ? `${r}px` : r;
1242
1242
  return /* @__PURE__ */ a(
1243
1243
  "div",
1244
1244
  {
@@ -1248,7 +1248,7 @@ const Ko = y(function(t, e) {
1248
1248
  ...l,
1249
1249
  width: r,
1250
1250
  height: r,
1251
- fontSize: h,
1251
+ fontSize: u,
1252
1252
  ...i ? { color: i } : void 0
1253
1253
  },
1254
1254
  role: "status",
@@ -1257,86 +1257,86 @@ const Ko = y(function(t, e) {
1257
1257
  }
1258
1258
  );
1259
1259
  });
1260
- function en(n) {
1261
- return n == null || typeof n == "boolean" || typeof n == "string" && !n.trim() ? !1 : Array.isArray(n) ? n.some(en) : wn(n) && n.type === We ? en(n.props.children) : !0;
1260
+ function on(n) {
1261
+ return n == null || typeof n == "boolean" || typeof n == "string" && !n.trim() ? !1 : Array.isArray(n) ? n.some(on) : Ze(n) && n.type === _e ? on(n.props.children) : !0;
1262
1262
  }
1263
- function St(n, t) {
1263
+ function Ft(n, t) {
1264
1264
  const e = n.getBoundingClientRect(), o = t.clientX - e.left, i = t.clientY - e.top;
1265
1265
  n.style.setProperty("--nk-button-glow-x", `${o}px`), n.style.setProperty("--nk-button-glow-y", `${i}px`);
1266
1266
  }
1267
- const nn = y(function(t, e) {
1267
+ const ze = g(function(t, e) {
1268
1268
  const {
1269
1269
  as: o,
1270
1270
  children: i,
1271
1271
  className: r,
1272
1272
  disabled: l,
1273
1273
  fullWidth: s = !1,
1274
- icon: h,
1274
+ icon: u,
1275
1275
  iconAlignment: f = "left",
1276
1276
  loading: d = !1,
1277
1277
  onClick: c,
1278
1278
  onKeyDown: p,
1279
- onMouseMove: m,
1280
- role: g,
1281
- shape: k,
1279
+ onMouseMove: v,
1280
+ role: m,
1281
+ shape: x,
1282
1282
  tabIndex: b,
1283
1283
  textAlignment: w = "center",
1284
- tone: S,
1285
- variant: L = "primary",
1286
- ...V
1287
- } = t, I = o ?? "button", E = l || d, P = !!h && !en(i), _ = I !== "button" && I !== "a", D = (v) => {
1288
- if (E) {
1289
- v.preventDefault(), v.stopPropagation();
1284
+ tone: M,
1285
+ variant: _ = "primary",
1286
+ ...R
1287
+ } = t, k = o ?? "button", C = l || d, I = !!u && !on(i), N = k === "a" && "href" in R && typeof R.href == "string", T = typeof k == "string" && k !== "button" && !N, z = (P) => {
1288
+ if (C) {
1289
+ P.preventDefault(), P.stopPropagation();
1290
1290
  return;
1291
1291
  }
1292
- const x = c;
1293
- x == null || x(v);
1294
- }, Z = (v) => {
1295
- St(v.currentTarget, v);
1296
- const x = m;
1297
- x == null || x(v);
1298
- }, j = (v) => {
1299
- const x = p;
1300
- x == null || x(v), !(v.defaultPrevented || E || !_ || v.key !== "Enter" && v.key !== " ") && (v.preventDefault(), v.currentTarget.click());
1301
- }, F = I === "button" ? {
1302
- disabled: E,
1303
- type: V.type ?? "button"
1304
- } : { "aria-disabled": E || void 0 }, N = I === "a" && E ? { href: void 0 } : void 0, U = I === "a" && E ? g ?? "link" : _ ? g ?? "button" : g, M = I === "button" ? b : I === "a" && E ? void 0 : E ? -1 : _ ? b ?? 0 : b;
1305
- return Ve(
1306
- I,
1292
+ const A = c;
1293
+ A == null || A(P);
1294
+ }, Z = (P) => {
1295
+ Ft(P.currentTarget, P);
1296
+ const A = v;
1297
+ A == null || A(P);
1298
+ }, H = (P) => {
1299
+ const A = p;
1300
+ A == null || A(P), !(P.defaultPrevented || C || !T || P.key !== "Enter" && P.key !== " ") && (P.preventDefault(), P.currentTarget.click());
1301
+ }, E = k === "button" ? {
1302
+ disabled: C,
1303
+ type: R.type ?? "button"
1304
+ } : { "aria-disabled": C || void 0 }, U = N && C ? { href: void 0 } : void 0, S = N && C ? m ?? "link" : T ? m ?? "button" : m, y = k === "button" ? b : N && C ? void 0 : C ? -1 : T ? b ?? 0 : b;
1305
+ return Oe(
1306
+ k,
1307
1307
  {
1308
- ...V,
1309
- ...F,
1310
- ...N,
1308
+ ...R,
1309
+ ...E,
1310
+ ...U,
1311
1311
  ref: e,
1312
1312
  "aria-busy": d || void 0,
1313
1313
  className: ["nk-button", r].filter(Boolean).join(" "),
1314
1314
  "data-full-width": s || void 0,
1315
- "data-icon-only": P || void 0,
1316
- "data-shape": k,
1317
- "data-tone": S,
1318
- "data-variant": L,
1319
- onClick: D,
1320
- onKeyDown: _ ? j : p,
1315
+ "data-icon-only": I || void 0,
1316
+ "data-shape": x,
1317
+ "data-tone": M,
1318
+ "data-variant": _,
1319
+ onClick: z,
1320
+ onKeyDown: T ? H : p,
1321
1321
  onMouseMove: Z,
1322
- role: U,
1323
- tabIndex: M
1322
+ role: S,
1323
+ tabIndex: y
1324
1324
  },
1325
- /* @__PURE__ */ T(Fe, { children: [
1326
- /* @__PURE__ */ T(
1325
+ /* @__PURE__ */ O(je, { children: [
1326
+ /* @__PURE__ */ O(
1327
1327
  "span",
1328
1328
  {
1329
1329
  className: "nk-button__content",
1330
1330
  style: { justifyContent: w },
1331
1331
  children: [
1332
- h && f === "left" ? /* @__PURE__ */ a(me, { size: 14, type: h }) : null,
1332
+ u && f === "left" ? /* @__PURE__ */ a(me, { size: 14, type: u }) : null,
1333
1333
  i,
1334
- h && f === "right" ? /* @__PURE__ */ a(me, { size: 14, type: h }) : null
1334
+ u && f === "right" ? /* @__PURE__ */ a(me, { size: 14, type: u }) : null
1335
1335
  ]
1336
1336
  }
1337
1337
  ),
1338
1338
  d ? /* @__PURE__ */ a(
1339
- kn,
1339
+ _n,
1340
1340
  {
1341
1341
  "aria-hidden": "true",
1342
1342
  "aria-label": void 0,
@@ -1347,26 +1347,26 @@ const nn = y(function(t, e) {
1347
1347
  ) : null
1348
1348
  ] })
1349
1349
  );
1350
- }), fe = y(function(t, e) {
1350
+ }), fe = g(function(t, e) {
1351
1351
  const {
1352
1352
  align: o = "left",
1353
1353
  as: i,
1354
1354
  className: r,
1355
1355
  size: l = "body",
1356
1356
  tone: s = "default",
1357
- weight: h,
1357
+ weight: u,
1358
1358
  ...f
1359
1359
  } = t;
1360
- return Ve(i ?? "p", {
1360
+ return Oe(i ?? "p", {
1361
1361
  ...f,
1362
1362
  ref: e,
1363
1363
  className: ["nk-text", r].filter(Boolean).join(" "),
1364
1364
  "data-align": o,
1365
1365
  "data-size": l,
1366
1366
  "data-tone": s,
1367
- "data-weight": h
1367
+ "data-weight": u
1368
1368
  });
1369
- }), Qo = y(function(t, e) {
1369
+ }), Ir = g(function(t, e) {
1370
1370
  const {
1371
1371
  children: o,
1372
1372
  className: i,
@@ -1374,8 +1374,8 @@ const nn = y(function(t, e) {
1374
1374
  spacing: l = "standard",
1375
1375
  ...s
1376
1376
  } = t;
1377
- return /* @__PURE__ */ T(
1378
- Oe,
1377
+ return /* @__PURE__ */ O(
1378
+ Fe,
1379
1379
  {
1380
1380
  ...s,
1381
1381
  ref: e,
@@ -1383,7 +1383,7 @@ const nn = y(function(t, e) {
1383
1383
  "data-has-header": r ? !0 : void 0,
1384
1384
  "data-spacing": l,
1385
1385
  children: [
1386
- r ? /* @__PURE__ */ T("div", { className: "nk-card__header", children: [
1386
+ r ? /* @__PURE__ */ O("div", { className: "nk-card__header", children: [
1387
1387
  r.title ? /* @__PURE__ */ a(fe, { as: "span", size: "caption", tone: "muted", weight: "semibold", children: r.title }) : null,
1388
1388
  r.title && r.subtitle ? /* @__PURE__ */ a("span", { "aria-hidden": "true", className: "nk-card__separator", children: "•" }) : null,
1389
1389
  r.subtitle ? /* @__PURE__ */ a(fe, { as: "span", size: "caption", tone: "muted", weight: "semibold", children: r.subtitle }) : null
@@ -1399,89 +1399,89 @@ function he(n) {
1399
1399
  function ge(n, t) {
1400
1400
  return n ? !0 : t;
1401
1401
  }
1402
- const xn = ze(void 0);
1403
- function Vt() {
1404
- return Ce(xn);
1402
+ const Nn = qe(void 0);
1403
+ function Wt() {
1404
+ return Ne(Nn);
1405
1405
  }
1406
- const Tt = y(function(t, e) {
1407
- var P;
1406
+ const zt = g(function(t, e) {
1407
+ var I;
1408
1408
  const {
1409
1409
  "aria-invalid": o,
1410
1410
  checked: i,
1411
1411
  children: r,
1412
1412
  className: l,
1413
1413
  defaultChecked: s,
1414
- disabled: h = !1,
1414
+ disabled: u = !1,
1415
1415
  invalid: f = !1,
1416
1416
  name: d,
1417
1417
  onChange: c,
1418
1418
  required: p = !1,
1419
- style: m,
1420
- value: g = "on",
1421
- ...k
1422
- } = t, b = Vt(), w = String(g), S = (b == null ? void 0 : b.value) !== void 0, L = h || !!(b != null && b.disabled), V = !!(b != null && b.required && !b.hasSelection && b.validationValue === w), I = f || he(o);
1423
- function E(_) {
1424
- c == null || c(_), _.defaultPrevented || b == null || b.handleChange(_);
1419
+ style: v,
1420
+ value: m = "on",
1421
+ ...x
1422
+ } = t, b = Wt(), w = String(m), M = (b == null ? void 0 : b.value) !== void 0, _ = u || !!(b != null && b.disabled), R = !!(b != null && b.required && !b.hasSelection && b.validationValue === w), k = f || he(o);
1423
+ function C(N) {
1424
+ c == null || c(N), N.defaultPrevented || b == null || b.handleChange(N);
1425
1425
  }
1426
- return /* @__PURE__ */ T(
1426
+ return /* @__PURE__ */ O(
1427
1427
  "label",
1428
1428
  {
1429
1429
  className: ["nk-checkbox", l].filter(Boolean).join(" "),
1430
- "data-disabled": L || void 0,
1431
- "data-invalid": I || void 0,
1432
- style: m,
1430
+ "data-disabled": _ || void 0,
1431
+ "data-invalid": k || void 0,
1432
+ style: v,
1433
1433
  children: [
1434
1434
  /* @__PURE__ */ a(
1435
1435
  "input",
1436
1436
  {
1437
- ...k,
1437
+ ...x,
1438
1438
  ref: e,
1439
1439
  "aria-invalid": ge(f, o),
1440
- checked: b ? S ? (P = b.value) == null ? void 0 : P.includes(w) : void 0 : i,
1440
+ checked: b ? M ? (I = b.value) == null ? void 0 : I.includes(w) : void 0 : i,
1441
1441
  className: "nk-checkbox__control",
1442
- defaultChecked: b && !S ? b.defaultValue.includes(w) : s,
1443
- disabled: L,
1442
+ defaultChecked: b && !M ? b.defaultValue.includes(w) : s,
1443
+ disabled: _,
1444
1444
  name: (b == null ? void 0 : b.name) ?? d,
1445
- onChange: E,
1446
- required: p || V,
1445
+ onChange: C,
1446
+ required: p || R,
1447
1447
  type: "checkbox",
1448
- value: g
1448
+ value: m
1449
1449
  }
1450
1450
  ),
1451
1451
  /* @__PURE__ */ a("span", { "aria-hidden": "true", className: "nk-checkbox__visual", children: /* @__PURE__ */ a(me, { className: "nk-checkbox__icon", size: 12, type: "checkmark" }) }),
1452
- r !== void 0 ? /* @__PURE__ */ T(fe, { as: "span", className: "nk-checkbox__label", children: [
1452
+ r !== void 0 ? /* @__PURE__ */ O(fe, { as: "span", className: "nk-checkbox__label", children: [
1453
1453
  r,
1454
1454
  p ? /* @__PURE__ */ a("span", { "aria-hidden": "true", className: "nk-checkbox__required", children: "*" }) : null
1455
1455
  ] }) : null
1456
1456
  ]
1457
1457
  }
1458
1458
  );
1459
- }), In = Symbol("nk-field-control-metadata");
1460
- function Cn(n) {
1459
+ }), Ln = Symbol("nk-field-control-metadata");
1460
+ function Mn(n) {
1461
1461
  if (typeof n != "function" && typeof n != "object" || n === null)
1462
1462
  return;
1463
- const t = n, e = t[In];
1464
- return e || (t.type !== void 0 && t.type !== n ? Cn(t.type) : void 0);
1463
+ const t = n, e = t[Ln];
1464
+ return e || (t.type !== void 0 && t.type !== n ? Mn(t.type) : void 0);
1465
1465
  }
1466
- function Pn(n, t) {
1466
+ function En(n, t) {
1467
1467
  Object.assign(n, {
1468
- [In]: { requiredCommunication: t }
1468
+ [Ln]: { requiredCommunication: t }
1469
1469
  });
1470
1470
  }
1471
- const At = Object.freeze([]);
1472
- function Mn(n, t) {
1473
- An.forEach(n, (e) => {
1471
+ const jt = Object.freeze([]);
1472
+ function Sn(n, t) {
1473
+ an.forEach(n, (e) => {
1474
1474
  if (e == null || typeof e == "boolean")
1475
1475
  return;
1476
- if (!wn(e))
1476
+ if (!Ze(e))
1477
1477
  throw new Error(
1478
1478
  "CheckboxGroup children must be direct Checkbox elements or fragments"
1479
1479
  );
1480
- if (e.type === We) {
1481
- Mn(e.props.children, t);
1480
+ if (e.type === _e) {
1481
+ Sn(e.props.children, t);
1482
1482
  return;
1483
1483
  }
1484
- if (e.type !== Tt)
1484
+ if (e.type !== zt)
1485
1485
  throw new Error(
1486
1486
  "CheckboxGroup children must be direct Checkbox elements or fragments"
1487
1487
  );
@@ -1493,9 +1493,9 @@ function Mn(n, t) {
1493
1493
  });
1494
1494
  });
1495
1495
  }
1496
- function Ot(n) {
1496
+ function Zt(n) {
1497
1497
  const t = [];
1498
- Mn(n, t);
1498
+ Sn(n, t);
1499
1499
  const e = /* @__PURE__ */ new Set();
1500
1500
  return t.forEach((o) => {
1501
1501
  if (e.has(o.value))
@@ -1503,98 +1503,98 @@ function Ot(n) {
1503
1503
  e.add(o.value);
1504
1504
  }), t;
1505
1505
  }
1506
- function Dt(n, t, e) {
1506
+ function qt(n, t, e) {
1507
1507
  t.current = n, typeof e == "function" ? e(n) : e && (e.current = n);
1508
1508
  }
1509
- const Bt = y(
1509
+ const $t = g(
1510
1510
  function(t, e) {
1511
1511
  const {
1512
1512
  "aria-invalid": o,
1513
1513
  children: i,
1514
1514
  className: r,
1515
- defaultValue: l = At,
1515
+ defaultValue: l = jt,
1516
1516
  disabled: s = !1,
1517
- invalid: h = !1,
1517
+ invalid: u = !1,
1518
1518
  name: f,
1519
1519
  onChange: d,
1520
1520
  orientation: c = "vertical",
1521
1521
  required: p = !1,
1522
- value: m,
1523
- ...g
1524
- } = t, k = H(null), [b, w] = Y(l), S = m !== void 0, L = S ? m : b, V = h || he(o), I = Ot(i), E = s ? [] : I.filter((v) => !v.disabled).map((v) => v.value), P = new Set(E), _ = L.some(
1525
- (v) => P.has(v)
1526
- ), D = E[0], Z = I.find(
1527
- (v) => !v.disabled && v.value === D
1528
- ), j = l.some(
1529
- (v) => P.has(v)
1530
- ), F = !!(Z != null && Z.required), N = W(
1531
- (v) => Dt(
1532
- v,
1533
- k,
1522
+ value: v,
1523
+ ...m
1524
+ } = t, x = D(null), [b, w] = $(l), M = v !== void 0, _ = M ? v : b, R = u || he(o), k = Zt(i), C = s ? [] : k.filter((y) => !y.disabled).map((y) => y.value), I = new Set(C), N = _.some(
1525
+ (y) => I.has(y)
1526
+ ), T = C[0], z = k.find(
1527
+ (y) => !y.disabled && y.value === T
1528
+ ), Z = l.some(
1529
+ (y) => I.has(y)
1530
+ ), H = !!(z != null && z.required), E = W(
1531
+ (y) => qt(
1532
+ y,
1533
+ x,
1534
1534
  e
1535
1535
  ),
1536
1536
  [e]
1537
1537
  );
1538
1538
  q(() => {
1539
- var R;
1540
- if (S) return;
1541
- const v = (R = k.current) == null ? void 0 : R.querySelector(
1539
+ var V;
1540
+ if (M) return;
1541
+ const y = (V = x.current) == null ? void 0 : V.querySelector(
1542
1542
  'input[type="checkbox"]'
1543
- ), x = v instanceof HTMLInputElement ? v.form : null;
1544
- if (!x) return;
1545
- const B = x.getRootNode();
1546
- function O(z) {
1543
+ ), P = y instanceof HTMLInputElement ? y.form : null;
1544
+ if (!P) return;
1545
+ const A = P.getRootNode();
1546
+ function B(j) {
1547
1547
  var ee;
1548
- if (z.target !== x || z.defaultPrevented) return;
1548
+ if (j.target !== P || j.defaultPrevented) return;
1549
1549
  const te = Array.from(
1550
- ((ee = k.current) == null ? void 0 : ee.querySelectorAll(
1550
+ ((ee = x.current) == null ? void 0 : ee.querySelectorAll(
1551
1551
  'input[type="checkbox"]'
1552
1552
  )) ?? []
1553
1553
  ).find(
1554
- (Q) => !Q.disabled && Q.value === D
1554
+ (X) => !X.disabled && X.value === T
1555
1555
  );
1556
- te && (te.required = !!(F || p && !j)), w(l);
1556
+ te && (te.required = !!(H || p && !Z)), w(l);
1557
1557
  }
1558
- return B.addEventListener("reset", O), () => B.removeEventListener("reset", O);
1558
+ return A.addEventListener("reset", B), () => A.removeEventListener("reset", B);
1559
1559
  }, [
1560
1560
  i,
1561
1561
  l,
1562
- j,
1563
- S,
1562
+ Z,
1563
+ M,
1564
1564
  p,
1565
- F,
1566
- D
1565
+ H,
1566
+ T
1567
1567
  ]);
1568
- function U(v) {
1569
- if (!S) {
1570
- const x = v.currentTarget.value, B = v.currentTarget.checked;
1571
- w((O) => B ? [.../* @__PURE__ */ new Set([...O, x])] : O.filter((R) => R !== x));
1568
+ function U(y) {
1569
+ if (!M) {
1570
+ const P = y.currentTarget.value, A = y.currentTarget.checked;
1571
+ w((B) => A ? [.../* @__PURE__ */ new Set([...B, P])] : B.filter((V) => V !== P));
1572
1572
  }
1573
- d == null || d(v);
1573
+ d == null || d(y);
1574
1574
  }
1575
- const M = {
1575
+ const S = {
1576
1576
  defaultValue: l,
1577
1577
  disabled: s,
1578
1578
  handleChange: U,
1579
- hasSelection: _,
1579
+ hasSelection: N,
1580
1580
  name: f,
1581
1581
  required: p,
1582
- value: m,
1583
- validationValue: D
1582
+ value: v,
1583
+ validationValue: T
1584
1584
  };
1585
- return /* @__PURE__ */ a(xn.Provider, { value: M, children: /* @__PURE__ */ a(
1585
+ return /* @__PURE__ */ a(Nn.Provider, { value: S, children: /* @__PURE__ */ a(
1586
1586
  "div",
1587
1587
  {
1588
- ...g,
1589
- ref: N,
1588
+ ...m,
1589
+ ref: E,
1590
1590
  "aria-disabled": s || void 0,
1591
- "aria-invalid": ge(h, o),
1591
+ "aria-invalid": ge(u, o),
1592
1592
  className: [
1593
1593
  "nk-checkbox-group",
1594
1594
  r
1595
1595
  ].filter(Boolean).join(" "),
1596
1596
  "data-disabled": s || void 0,
1597
- "data-invalid": V || void 0,
1597
+ "data-invalid": R || void 0,
1598
1598
  "data-orientation": c,
1599
1599
  role: "group",
1600
1600
  children: i
@@ -1602,58 +1602,58 @@ const Bt = y(
1602
1602
  ) });
1603
1603
  }
1604
1604
  );
1605
- Pn(Bt, "label");
1606
- const Ht = [
1605
+ En($t, "label");
1606
+ const Gt = [
1607
1607
  {
1608
- minWidth: Ie("xl"),
1608
+ minWidth: Ce("xl"),
1609
1609
  marginPercent: 32,
1610
1610
  preferredWidth: 1200
1611
1611
  },
1612
1612
  {
1613
- minWidth: Ie("lg"),
1613
+ minWidth: Ce("lg"),
1614
1614
  marginPercent: 20,
1615
1615
  preferredWidth: 1100
1616
1616
  },
1617
1617
  {
1618
- minWidth: Ie("md"),
1618
+ minWidth: Ce("md"),
1619
1619
  marginPercent: 14,
1620
- preferredWidth: Ie("md")
1620
+ preferredWidth: Ce("md")
1621
1621
  },
1622
1622
  {
1623
- minWidth: Ie("sm"),
1623
+ minWidth: Ce("sm"),
1624
1624
  marginPercent: 8,
1625
1625
  preferredWidth: 650
1626
1626
  }
1627
- ], Ft = 16;
1628
- function Wt(n) {
1629
- for (const t of Ht)
1627
+ ], Kt = 16;
1628
+ function Ut(n) {
1629
+ for (const t of Gt)
1630
1630
  if (n >= t.minWidth) return t;
1631
1631
  }
1632
- function zt(n, t) {
1633
- if (!Number.isFinite(n) || !Number.isFinite(t) || n < Ie("sm") || t <= 0)
1632
+ function Yt(n, t) {
1633
+ if (!Number.isFinite(n) || !Number.isFinite(t) || n < Ce("sm") || t <= 0)
1634
1634
  return;
1635
- const e = Wt(n);
1635
+ const e = Ut(n);
1636
1636
  if (!e) return;
1637
1637
  const o = n * e.marginPercent / 100, i = n - o * 2, r = Math.min(
1638
1638
  e.preferredWidth,
1639
- n - Ft
1639
+ n - Kt
1640
1640
  ), l = Math.max(i, r);
1641
1641
  let s = Math.floor(l / t);
1642
1642
  return s % 2 === 0 && (s -= 1), s = Math.max(s, 1), Math.min((s - 1) * t, n);
1643
1643
  }
1644
- const Zt = typeof window > "u" ? q : tn;
1645
- function jt(n, t) {
1644
+ const Xt = typeof window > "u" ? q : ln;
1645
+ function Qt(n, t) {
1646
1646
  if (typeof n == "function") {
1647
1647
  n(t);
1648
1648
  return;
1649
1649
  }
1650
1650
  n && (n.current = t);
1651
1651
  }
1652
- function qt(n) {
1652
+ function Jt(n) {
1653
1653
  const t = window.getComputedStyle(n), e = Number.parseFloat(t.paddingLeft) + Number.parseFloat(t.paddingRight);
1654
1654
  return Math.max(n.clientWidth - e, 0);
1655
1655
  }
1656
- function $t(n) {
1656
+ function eo(n) {
1657
1657
  const e = window.getComputedStyle(n).getPropertyValue("--nk-cell").trim().match(
1658
1658
  /^([+]?(?:\d+\.?\d*|\.\d+))px$/i
1659
1659
  );
@@ -1661,16 +1661,16 @@ function $t(n) {
1661
1661
  const o = Number.parseFloat(e[1]);
1662
1662
  return Number.isFinite(o) && o > 0 ? o : void 0;
1663
1663
  }
1664
- function Gt(n, t) {
1665
- const e = H(null), o = H(null), i = H(void 0), [r, l] = Y(void 0), s = W((d) => {
1664
+ function no(n, t) {
1665
+ const e = D(null), o = D(null), i = D(void 0), [r, l] = $(void 0), s = W((d) => {
1666
1666
  if (!t) {
1667
1667
  if (i.current === void 0) return;
1668
1668
  i.current = void 0, l(void 0);
1669
1669
  return;
1670
1670
  }
1671
- const c = qt(d), p = $t(d), m = p === void 0 ? void 0 : zt(c, p);
1672
- i.current !== m && (i.current = m, l(m));
1673
- }, [t]), h = W(
1671
+ const c = Jt(d), p = eo(d), v = p === void 0 ? void 0 : Yt(c, p);
1672
+ i.current !== v && (i.current = v, l(v));
1673
+ }, [t]), u = W(
1674
1674
  (d) => {
1675
1675
  var p;
1676
1676
  if ((p = o.current) == null || p.disconnect(), o.current = null, typeof ResizeObserver > "u") return;
@@ -1683,23 +1683,23 @@ function Gt(n, t) {
1683
1683
  ), f = W(
1684
1684
  (d) => {
1685
1685
  var c;
1686
- (c = o.current) == null || c.disconnect(), o.current = null, e.current = d, jt(n, d), !(!d || typeof window > "u" || !t) && (s(d), h(d));
1686
+ (c = o.current) == null || c.disconnect(), o.current = null, e.current = d, Qt(n, d), !(!d || typeof window > "u" || !t) && (s(d), u(d));
1687
1687
  },
1688
1688
  [
1689
- h,
1689
+ u,
1690
1690
  t,
1691
1691
  n,
1692
1692
  s
1693
1693
  ]
1694
1694
  );
1695
- return Zt(() => {
1695
+ return Xt(() => {
1696
1696
  e.current && s(e.current);
1697
- }), q(() => (e.current && t && h(e.current), () => {
1697
+ }), q(() => (e.current && t && u(e.current), () => {
1698
1698
  var d;
1699
1699
  (d = o.current) == null || d.disconnect(), o.current = null;
1700
- }), [h, t]), { rootReference: f, innerWidth: r };
1700
+ }), [u, t]), { rootReference: f, innerWidth: r };
1701
1701
  }
1702
- const Xo = y(
1702
+ const xr = g(
1703
1703
  function(t, e) {
1704
1704
  const {
1705
1705
  accent: o,
@@ -1707,47 +1707,47 @@ const Xo = y(
1707
1707
  children: r,
1708
1708
  className: l,
1709
1709
  constrain: s = !0,
1710
- fill: h = "none",
1710
+ fill: u = "none",
1711
1711
  mode: f = "grid",
1712
1712
  spacing: d = "standard",
1713
1713
  style: c,
1714
1714
  theme: p = "light",
1715
- ...m
1716
- } = t, { rootReference: g, innerWidth: k } = Gt(
1715
+ ...v
1716
+ } = t, { rootReference: m, innerWidth: x } = no(
1717
1717
  e,
1718
1718
  s
1719
1719
  ), b = i ?? "div", w = o !== void 0 ? { ...c, "--nk-accent": o } : c;
1720
- return Ve(
1720
+ return Oe(
1721
1721
  b,
1722
1722
  {
1723
- ...m,
1724
- ref: g,
1723
+ ...v,
1724
+ ref: m,
1725
1725
  className: ["nk-content", l].filter(Boolean).join(" "),
1726
1726
  "data-constrain": s,
1727
- "data-fill": h,
1727
+ "data-fill": u,
1728
1728
  "data-mode": f,
1729
1729
  "data-spacing": d,
1730
1730
  "data-theme": p,
1731
1731
  style: w
1732
1732
  },
1733
- Ve(
1733
+ Oe(
1734
1734
  "div",
1735
1735
  {
1736
1736
  className: "nk-content__inner",
1737
- style: k === void 0 ? void 0 : { width: `${k}px` }
1737
+ style: x === void 0 ? void 0 : { width: `${x}px` }
1738
1738
  },
1739
1739
  r
1740
1740
  )
1741
1741
  );
1742
1742
  }
1743
- ), Jo = y(function(t, e) {
1743
+ ), Cr = g(function(t, e) {
1744
1744
  const {
1745
1745
  "aria-hidden": o,
1746
1746
  "aria-label": i,
1747
1747
  "aria-labelledby": r,
1748
1748
  "aria-orientation": l,
1749
1749
  className: s,
1750
- decorative: h = !1,
1750
+ decorative: u = !1,
1751
1751
  orientation: f = "horizontal",
1752
1752
  role: d,
1753
1753
  text: c,
@@ -1757,7 +1757,7 @@ const Xo = y(
1757
1757
  "div",
1758
1758
  {
1759
1759
  ...p,
1760
- ...h ? {
1760
+ ...u ? {
1761
1761
  "aria-hidden": !0,
1762
1762
  "aria-label": void 0,
1763
1763
  "aria-labelledby": void 0,
@@ -1777,97 +1777,97 @@ const Xo = y(
1777
1777
  }
1778
1778
  );
1779
1779
  });
1780
- function Ke(n) {
1780
+ function Qe(n) {
1781
1781
  return typeof n == "string" ? n.trim().length > 0 : n != null && n !== !1 && n !== !0;
1782
1782
  }
1783
- function an(...n) {
1783
+ function fn(...n) {
1784
1784
  const t = n.flatMap(
1785
1785
  (o) => (o == null ? void 0 : o.split(/\s+/).filter(Boolean)) ?? []
1786
1786
  ), e = [...new Set(t)];
1787
1787
  return e.length > 0 ? e.join(" ") : void 0;
1788
1788
  }
1789
- const er = y(function(t, e) {
1789
+ const Pr = g(function(t, e) {
1790
1790
  const {
1791
1791
  children: o,
1792
1792
  className: i,
1793
1793
  description: r,
1794
1794
  disabled: l = !1,
1795
1795
  error: s,
1796
- label: h,
1796
+ label: u,
1797
1797
  orientation: f = "vertical",
1798
1798
  required: d = !1,
1799
1799
  ...c
1800
- } = t, p = Pe(), m = o.props.id ?? `${p}-control`, g = `${p}-label`, k = `${p}-description`, b = `${p}-error`, w = Ke(h), S = Ke(r), L = Ke(s), V = Cn(o.type), I = V !== void 0, E = l || !!o.props.disabled, P = d || !!o.props.required, _ = P && (V == null ? void 0 : V.requiredCommunication) === "label", D = an(
1800
+ } = t, p = Le(), v = o.props.id ?? `${p}-control`, m = `${p}-label`, x = `${p}-description`, b = `${p}-error`, w = Qe(u), M = Qe(r), _ = Qe(s), R = Mn(o.type), k = R !== void 0, C = l || !!o.props.disabled, I = d || !!o.props.required, N = I && (R == null ? void 0 : R.requiredCommunication) === "label", T = fn(
1801
1801
  o.props["aria-describedby"],
1802
- S ? k : void 0,
1803
- L ? b : void 0
1804
- ), Z = an(
1805
- w ? g : void 0,
1802
+ M ? x : void 0,
1803
+ _ ? b : void 0
1804
+ ), z = fn(
1805
+ w ? m : void 0,
1806
1806
  o.props["aria-labelledby"]
1807
- ), j = P ? /* @__PURE__ */ a("span", { "aria-hidden": "true", className: "nk-field__required", children: "*" }) : null, F = _ ? /* @__PURE__ */ a("span", { className: "nk-field__required-text", children: ", select at least one" }) : null, N = Be(o, {
1808
- "aria-describedby": D,
1809
- "aria-invalid": L ? !0 : o.props["aria-invalid"],
1810
- "aria-labelledby": Z,
1811
- disabled: E || void 0,
1812
- id: m,
1813
- required: P || void 0
1807
+ ), Z = I ? /* @__PURE__ */ a("span", { "aria-hidden": "true", className: "nk-field__required", children: "*" }) : null, H = N ? /* @__PURE__ */ a("span", { className: "nk-field__required-text", children: ", select at least one" }) : null, E = Pe(o, {
1808
+ "aria-describedby": T,
1809
+ "aria-invalid": _ ? !0 : o.props["aria-invalid"],
1810
+ "aria-labelledby": z,
1811
+ disabled: C || void 0,
1812
+ id: v,
1813
+ required: I || void 0
1814
1814
  });
1815
- return /* @__PURE__ */ T(
1815
+ return /* @__PURE__ */ O(
1816
1816
  "div",
1817
1817
  {
1818
1818
  ...c,
1819
1819
  ref: e,
1820
1820
  className: ["nk-field", i].filter(Boolean).join(" "),
1821
- "data-disabled": E || void 0,
1821
+ "data-disabled": C || void 0,
1822
1822
  "data-has-label": w || void 0,
1823
- "data-invalid": L || void 0,
1823
+ "data-invalid": _ || void 0,
1824
1824
  "data-orientation": f,
1825
- "data-required": P || void 0,
1825
+ "data-required": I || void 0,
1826
1826
  children: [
1827
- w && I ? /* @__PURE__ */ T(
1827
+ w && k ? /* @__PURE__ */ O(
1828
1828
  fe,
1829
1829
  {
1830
1830
  as: "span",
1831
1831
  className: "nk-field__label",
1832
- id: g,
1832
+ id: m,
1833
1833
  size: "caption",
1834
1834
  weight: "medium",
1835
1835
  children: [
1836
- h,
1837
- j,
1838
- F
1836
+ u,
1837
+ Z,
1838
+ H
1839
1839
  ]
1840
1840
  }
1841
1841
  ) : null,
1842
- w && !I ? /* @__PURE__ */ T(
1842
+ w && !k ? /* @__PURE__ */ O(
1843
1843
  fe,
1844
1844
  {
1845
1845
  as: "label",
1846
1846
  className: "nk-field__label",
1847
- htmlFor: m,
1848
- id: g,
1847
+ htmlFor: v,
1848
+ id: m,
1849
1849
  size: "caption",
1850
1850
  weight: "medium",
1851
1851
  children: [
1852
- h,
1853
- j
1852
+ u,
1853
+ Z
1854
1854
  ]
1855
1855
  }
1856
1856
  ) : null,
1857
- /* @__PURE__ */ T("div", { className: "nk-field__body", children: [
1858
- N,
1859
- S ? /* @__PURE__ */ a(
1857
+ /* @__PURE__ */ O("div", { className: "nk-field__body", children: [
1858
+ E,
1859
+ M ? /* @__PURE__ */ a(
1860
1860
  fe,
1861
1861
  {
1862
1862
  as: "p",
1863
1863
  className: "nk-field__description",
1864
- id: k,
1864
+ id: x,
1865
1865
  size: "caption",
1866
1866
  tone: "muted",
1867
1867
  children: r
1868
1868
  }
1869
1869
  ) : null,
1870
- L ? /* @__PURE__ */ a(
1870
+ _ ? /* @__PURE__ */ a(
1871
1871
  fe,
1872
1872
  {
1873
1873
  as: "p",
@@ -1884,16 +1884,16 @@ const er = y(function(t, e) {
1884
1884
  }
1885
1885
  );
1886
1886
  });
1887
- function Ye(n) {
1887
+ function Je(n) {
1888
1888
  return Array.isArray(n) ? n.length > 0 : n != null && String(n).length > 0;
1889
1889
  }
1890
- function Ut(n, t, e) {
1890
+ function to(n, t, e) {
1891
1891
  t.current = n, typeof e == "function" ? e(n) : e && (e.current = n);
1892
1892
  }
1893
- function sn(n) {
1893
+ function hn(n) {
1894
1894
  return n != null && n !== !1 && n !== !0 && n !== "";
1895
1895
  }
1896
- function Kt(n) {
1896
+ function oo(n) {
1897
1897
  var e;
1898
1898
  const t = (e = Object.getOwnPropertyDescriptor(
1899
1899
  Object.getPrototypeOf(n),
@@ -1901,87 +1901,87 @@ function Kt(n) {
1901
1901
  )) == null ? void 0 : e.set;
1902
1902
  t ? t.call(n, "") : n.value = "";
1903
1903
  }
1904
- const nr = y(function(t, e) {
1904
+ const _r = g(function(t, e) {
1905
1905
  const {
1906
1906
  "aria-busy": o,
1907
1907
  "aria-invalid": i,
1908
1908
  className: r,
1909
1909
  clearable: l = !1,
1910
1910
  defaultValue: s,
1911
- disabled: h = !1,
1911
+ disabled: u = !1,
1912
1912
  id: f,
1913
1913
  invalid: d = !1,
1914
1914
  leading: c,
1915
1915
  loading: p = !1,
1916
- onChange: m,
1917
- readOnly: g = !1,
1918
- style: k,
1916
+ onChange: v,
1917
+ readOnly: m = !1,
1918
+ style: x,
1919
1919
  trailing: b,
1920
1920
  type: w = "text",
1921
- value: S,
1922
- ...L
1923
- } = t, V = Pe(), I = H(null), [E, P] = Y(
1924
- Ye(s)
1925
- ), [_, D] = Y(!1);
1921
+ value: M,
1922
+ ..._
1923
+ } = t, R = Le(), k = D(null), [C, I] = $(
1924
+ Je(s)
1925
+ ), [N, T] = $(!1);
1926
1926
  q(() => {
1927
- w !== "password" && D(!1);
1927
+ w !== "password" && T(!1);
1928
1928
  }, [w]);
1929
- const Z = W(
1930
- ($) => Ut(
1931
- $,
1932
- I,
1929
+ const z = W(
1930
+ (K) => to(
1931
+ K,
1932
+ k,
1933
1933
  e
1934
1934
  ),
1935
1935
  [e]
1936
- ), j = f ?? `${V}-control`, F = h || p, N = d || he(i), U = S !== void 0 ? Ye(S) : E, M = w === "password" && _ ? "text" : w, v = ge(d, i), x = l && U && !g && !F, B = w === "password" && !p, O = x || B, R = sn(c), z = sn(b) || O;
1937
- function te($) {
1938
- S === void 0 && P(Ye($.currentTarget.value)), m == null || m($);
1936
+ ), Z = f ?? `${R}-control`, H = u || p, E = d || he(i), U = M !== void 0 ? Je(M) : C, S = w === "password" && N ? "text" : w, y = ge(d, i), P = l && U && !m && !H, A = w === "password" && !p, B = P || A, V = hn(c), j = hn(b) || B;
1937
+ function te(K) {
1938
+ M === void 0 && I(Je(K.currentTarget.value)), v == null || v(K);
1939
1939
  }
1940
1940
  function ee() {
1941
- const $ = I.current;
1942
- $ && (Kt($), $.dispatchEvent(new Event("input", { bubbles: !0 })), $.focus());
1941
+ const K = k.current;
1942
+ K && (oo(K), K.dispatchEvent(new Event("input", { bubbles: !0 })), K.focus());
1943
1943
  }
1944
- function Q() {
1945
- D(($) => !$);
1944
+ function X() {
1945
+ T((K) => !K);
1946
1946
  }
1947
- return /* @__PURE__ */ T(
1947
+ return /* @__PURE__ */ O(
1948
1948
  "div",
1949
1949
  {
1950
1950
  className: ["nk-input", r].filter(Boolean).join(" "),
1951
1951
  "data-clearable": l || void 0,
1952
- "data-disabled": F || void 0,
1953
- "data-invalid": N || void 0,
1954
- "data-leading": R || void 0,
1952
+ "data-disabled": H || void 0,
1953
+ "data-invalid": E || void 0,
1954
+ "data-leading": V || void 0,
1955
1955
  "data-loading": p || void 0,
1956
- "data-read-only": g || void 0,
1957
- "data-has-trailing-action": O || void 0,
1958
- "data-trailing": z || void 0,
1959
- style: k,
1956
+ "data-read-only": m || void 0,
1957
+ "data-has-trailing-action": B || void 0,
1958
+ "data-trailing": j || void 0,
1959
+ style: x,
1960
1960
  children: [
1961
- R ? /* @__PURE__ */ a("span", { className: "nk-input__leading", children: c }) : null,
1961
+ V ? /* @__PURE__ */ a("span", { className: "nk-input__leading", children: c }) : null,
1962
1962
  /* @__PURE__ */ a(
1963
1963
  "input",
1964
1964
  {
1965
- ...L,
1966
- ref: Z,
1965
+ ..._,
1966
+ ref: z,
1967
1967
  "aria-busy": p ? !0 : o,
1968
- "aria-invalid": v,
1968
+ "aria-invalid": y,
1969
1969
  className: "nk-input__control",
1970
1970
  defaultValue: s,
1971
- disabled: F,
1972
- id: j,
1971
+ disabled: H,
1972
+ id: Z,
1973
1973
  onChange: te,
1974
- readOnly: g,
1975
- type: M,
1976
- value: S
1974
+ readOnly: m,
1975
+ type: S,
1976
+ value: M
1977
1977
  }
1978
1978
  ),
1979
- z ? /* @__PURE__ */ T("span", { className: "nk-input__trailing", children: [
1979
+ j ? /* @__PURE__ */ O("span", { className: "nk-input__trailing", children: [
1980
1980
  b,
1981
- x ? /* @__PURE__ */ a(
1982
- nn,
1981
+ P ? /* @__PURE__ */ a(
1982
+ ze,
1983
1983
  {
1984
- "aria-controls": j,
1984
+ "aria-controls": Z,
1985
1985
  "aria-label": "Clear input",
1986
1986
  className: "nk-input__action",
1987
1987
  icon: "cross",
@@ -1991,16 +1991,16 @@ const nr = y(function(t, e) {
1991
1991
  variant: "ghost"
1992
1992
  }
1993
1993
  ) : null,
1994
- B ? /* @__PURE__ */ a(
1995
- nn,
1994
+ A ? /* @__PURE__ */ a(
1995
+ ze,
1996
1996
  {
1997
- "aria-controls": j,
1998
- "aria-label": _ ? "Hide password" : "Show password",
1999
- "aria-pressed": _,
1997
+ "aria-controls": Z,
1998
+ "aria-label": N ? "Hide password" : "Show password",
1999
+ "aria-pressed": N,
2000
2000
  className: "nk-input__action",
2001
- disabled: F,
2002
- icon: _ ? "eye-off" : "eye",
2003
- onClick: Q,
2001
+ disabled: H,
2002
+ icon: N ? "eye-off" : "eye",
2003
+ onClick: X,
2004
2004
  shape: "rectangle",
2005
2005
  type: "button",
2006
2006
  variant: "ghost"
@@ -2008,7 +2008,7 @@ const nr = y(function(t, e) {
2008
2008
  ) : null
2009
2009
  ] }) : null,
2010
2010
  p ? /* @__PURE__ */ a(
2011
- kn,
2011
+ _n,
2012
2012
  {
2013
2013
  "aria-hidden": "true",
2014
2014
  "aria-label": void 0,
@@ -2020,8 +2020,8 @@ const nr = y(function(t, e) {
2020
2020
  ]
2021
2021
  }
2022
2022
  );
2023
- }), Te = ze(void 0), ln = typeof window > "u" ? q : tn;
2024
- function cn(n, t) {
2023
+ }), Be = qe(void 0), pn = typeof window > "u" ? q : ln;
2024
+ function vn(n, t) {
2025
2025
  const e = n.ownerDocument.defaultView;
2026
2026
  if (!e) return;
2027
2027
  const o = e.getComputedStyle(n);
@@ -2036,98 +2036,98 @@ function cn(n, t) {
2036
2036
  );
2037
2037
  }
2038
2038
  }
2039
- function Yt(n) {
2040
- const { children: t, source: e } = n, o = H(null), i = Ce(Te);
2041
- return ln(() => {
2042
- const r = o.current;
2043
- if (!(!r || !i))
2044
- return i.registerBranch(r);
2045
- }, [i]), ln(() => {
2046
- var d;
2047
- const r = o.current;
2048
- if (!r) return;
2049
- cn(e, r);
2050
- const s = e.closest(".nk-content") ?? e, h = (d = e.ownerDocument.defaultView) == null ? void 0 : d.MutationObserver;
2051
- if (!h) return;
2052
- const f = new h(() => {
2053
- cn(e, r);
2039
+ function ro(n) {
2040
+ const { children: t, source: e } = n, o = D(null), i = Ne(Be), [r, l] = $(null);
2041
+ return pn(() => {
2042
+ const s = o.current;
2043
+ if (!(!s || !i))
2044
+ return i.registerBranch(s);
2045
+ }, [i]), pn(() => {
2046
+ var p;
2047
+ const s = o.current;
2048
+ if (!s) return;
2049
+ vn(e, s), l(e);
2050
+ const f = e.closest(".nk-content") ?? e, d = (p = e.ownerDocument.defaultView) == null ? void 0 : p.MutationObserver;
2051
+ if (!d) return;
2052
+ const c = new d(() => {
2053
+ vn(e, s);
2054
2054
  });
2055
- return f.observe(s, {
2055
+ return c.observe(f, {
2056
2056
  attributeFilter: ["class", "data-theme", "style"],
2057
2057
  attributes: !0
2058
- }), () => f.disconnect();
2058
+ }), () => c.disconnect();
2059
2059
  }, [e]), /* @__PURE__ */ a(
2060
2060
  "div",
2061
2061
  {
2062
2062
  className: "nk-portal",
2063
2063
  ref: o,
2064
2064
  style: { display: "contents" },
2065
- children: t
2065
+ children: r === e ? t : null
2066
2066
  }
2067
2067
  );
2068
2068
  }
2069
- function Ze(n) {
2070
- const { children: t, container: e, inheritFrom: o } = n, i = H(null), [r, l] = Y(!1);
2069
+ function $e(n) {
2070
+ const { children: t, container: e, inheritFrom: o } = n, i = D(null), [r, l] = $(!1);
2071
2071
  q(() => {
2072
2072
  l(!0);
2073
2073
  }, []);
2074
- const s = o ?? i.current, h = (s == null ? void 0 : s.ownerDocument) ?? (typeof document > "u" ? null : document), f = e ?? (h == null ? void 0 : h.body) ?? null;
2075
- return /* @__PURE__ */ T(Fe, { children: [
2074
+ const s = o ?? i.current, u = (s == null ? void 0 : s.ownerDocument) ?? (typeof document > "u" ? null : document), f = e ?? (u == null ? void 0 : u.body) ?? null;
2075
+ return /* @__PURE__ */ O(je, { children: [
2076
2076
  o ? null : /* @__PURE__ */ a("span", { "aria-hidden": "true", hidden: !0, ref: i }),
2077
- r && s && f ? Dn(
2078
- /* @__PURE__ */ a(Yt, { source: s, children: t }),
2077
+ r && s && f ? qn(
2078
+ /* @__PURE__ */ a(ro, { source: s, children: t }),
2079
2079
  f
2080
2080
  ) : null
2081
2081
  ] });
2082
2082
  }
2083
- const Qt = 1e3, Xt = 10, dn = /* @__PURE__ */ new WeakMap();
2084
- function Ae(n) {
2085
- const t = dn.get(n);
2083
+ const io = 1e3, ao = 10, mn = /* @__PURE__ */ new WeakMap();
2084
+ function De(n) {
2085
+ const t = mn.get(n);
2086
2086
  if (t) return t;
2087
2087
  const e = {
2088
2088
  focusLayers: /* @__PURE__ */ new Set(),
2089
2089
  layers: [],
2090
2090
  listeners: /* @__PURE__ */ new Set()
2091
2091
  };
2092
- return dn.set(n, e), e;
2092
+ return mn.set(n, e), e;
2093
2093
  }
2094
- function un(n) {
2094
+ function gn(n) {
2095
2095
  n.listeners.forEach((t) => t());
2096
2096
  }
2097
- function je(n, t) {
2098
- const e = H(Symbol("nk-overlay-layer")), [, o] = bn((s) => s + 1, 0);
2097
+ function Ge(n, t) {
2098
+ const e = D(Symbol("nk-overlay-layer")), [, o] = Cn((s) => s + 1, 0);
2099
2099
  q(() => {
2100
2100
  if (!n || !t) return;
2101
- const s = Ae(t), h = () => o();
2102
- return s.listeners.add(h), s.layers.push(e.current), un(s), () => {
2103
- s.listeners.delete(h);
2101
+ const s = De(t), u = () => o();
2102
+ return s.listeners.add(u), s.layers.push(e.current), gn(s), () => {
2103
+ s.listeners.delete(u);
2104
2104
  const f = s.layers.indexOf(e.current);
2105
- f >= 0 && s.layers.splice(f, 1), un(s);
2105
+ f >= 0 && s.layers.splice(f, 1), gn(s);
2106
2106
  };
2107
2107
  }, [n, t]);
2108
- const i = t ? Ae(t) : null, r = (i == null ? void 0 : i.layers.indexOf(
2108
+ const i = t ? De(t) : null, r = (i == null ? void 0 : i.layers.indexOf(
2109
2109
  e.current
2110
2110
  )) ?? -1, l = r >= 0 ? r : (i == null ? void 0 : i.layers.length) ?? 0;
2111
2111
  return {
2112
2112
  id: e.current,
2113
- zIndex: Qt + l * Xt
2113
+ zIndex: io + l * ao
2114
2114
  };
2115
2115
  }
2116
- function fn(n, t) {
2117
- const e = Ae(n).layers;
2116
+ function wn(n, t) {
2117
+ const e = De(n).layers;
2118
2118
  return e.length > 0 && e[e.length - 1] === t;
2119
2119
  }
2120
- function Jt(n, t, e) {
2120
+ function lo(n, t, e) {
2121
2121
  q(() => {
2122
2122
  if (!n || !t) return;
2123
- const o = Ae(t);
2123
+ const o = De(t);
2124
2124
  return o.focusLayers.add(e), () => {
2125
2125
  o.focusLayers.delete(e);
2126
2126
  };
2127
2127
  }, [n, e, t]);
2128
2128
  }
2129
- function hn(n, t) {
2130
- const e = Ae(n);
2129
+ function bn(n, t) {
2130
+ const e = De(n);
2131
2131
  for (let o = e.layers.length - 1; o >= 0; o -= 1) {
2132
2132
  const i = e.layers[o];
2133
2133
  if (e.focusLayers.has(i))
@@ -2135,7 +2135,7 @@ function hn(n, t) {
2135
2135
  }
2136
2136
  return !1;
2137
2137
  }
2138
- function eo(n, t) {
2138
+ function so(n, t) {
2139
2139
  const e = n.composedPath();
2140
2140
  return t.some((o) => {
2141
2141
  var l;
@@ -2146,7 +2146,7 @@ function eo(n, t) {
2146
2146
  return r && n.target instanceof r ? i.contains(n.target) : !1;
2147
2147
  });
2148
2148
  }
2149
- function qe(n) {
2149
+ function Ke(n) {
2150
2150
  const {
2151
2151
  active: t,
2152
2152
  boundaries: e,
@@ -2155,17 +2155,17 @@ function qe(n) {
2155
2155
  layerId: r,
2156
2156
  onEscapeDismiss: l,
2157
2157
  onEscapeKeyDown: s,
2158
- onPointerDownOutside: h,
2158
+ onPointerDownOutside: u,
2159
2159
  onPointerDownOutsideDismiss: f,
2160
2160
  ownerDocument: d
2161
2161
  } = n;
2162
2162
  q(() => {
2163
2163
  if (!t || !d) return;
2164
- function c(m) {
2165
- m.key !== "Escape" || !o || !fn(d, r) || (s == null || s(m), !m.defaultPrevented && (m.preventDefault(), l == null || l()));
2164
+ function c(v) {
2165
+ v.key !== "Escape" || !o || !wn(d, r) || (s == null || s(v), !v.defaultPrevented && (v.preventDefault(), l == null || l()));
2166
2166
  }
2167
- function p(m) {
2168
- !i || !fn(d, r) || eo(m, e) || (h == null || h(m), !m.defaultPrevented && (f == null || f()));
2167
+ function p(v) {
2168
+ !i || !wn(d, r) || so(v, e) || (u == null || u(v), !v.defaultPrevented && (f == null || f()));
2169
2169
  }
2170
2170
  return d.addEventListener("keydown", c, !0), d.addEventListener("pointerdown", p, !0), () => {
2171
2171
  d.removeEventListener("keydown", c, !0), d.removeEventListener("pointerdown", p, !0);
@@ -2178,12 +2178,24 @@ function qe(n) {
2178
2178
  r,
2179
2179
  l,
2180
2180
  s,
2181
- h,
2181
+ u,
2182
2182
  f,
2183
2183
  d
2184
2184
  ]);
2185
2185
  }
2186
- const no = [
2186
+ const rn = /* @__PURE__ */ new WeakSet();
2187
+ function co(n) {
2188
+ rn.add(n);
2189
+ try {
2190
+ n.focus({ preventScroll: !0 });
2191
+ } finally {
2192
+ rn.delete(n);
2193
+ }
2194
+ }
2195
+ function uo(n) {
2196
+ return rn.has(n);
2197
+ }
2198
+ const fo = [
2187
2199
  "a[href]",
2188
2200
  "area[href]",
2189
2201
  "button",
@@ -2194,7 +2206,7 @@ const no = [
2194
2206
  "[contenteditable]:not([contenteditable='false'])",
2195
2207
  "[tabindex]"
2196
2208
  ].join(",");
2197
- function to(n, t) {
2209
+ function ho(n, t) {
2198
2210
  let e = n;
2199
2211
  for (; e; ) {
2200
2212
  if (e.hidden || e.inert || e.getAttribute("aria-hidden") === "true")
@@ -2207,7 +2219,7 @@ function to(n, t) {
2207
2219
  }
2208
2220
  return !1;
2209
2221
  }
2210
- function oo(n, t) {
2222
+ function po(n, t) {
2211
2223
  var r;
2212
2224
  const e = (r = n.ownerDocument.defaultView) == null ? void 0 : r.HTMLInputElement;
2213
2225
  if (!e || !(n instanceof e) || n.type !== "radio" || !n.name)
@@ -2217,31 +2229,31 @@ function oo(n, t) {
2217
2229
  ), i = o.find((l) => l.checked);
2218
2230
  return i ? i === n : o[0] === n;
2219
2231
  }
2220
- function ro(n) {
2232
+ function vo(n) {
2221
2233
  const t = Array.from(
2222
- n.querySelectorAll(no)
2223
- ).filter((e) => !e.matches(":disabled") && e.tabIndex >= 0 && !to(e, n));
2234
+ n.querySelectorAll(fo)
2235
+ ).filter((e) => !e.matches(":disabled") && e.tabIndex >= 0 && !ho(e, n));
2224
2236
  return t.filter(
2225
- (e) => oo(e, t)
2237
+ (e) => po(e, t)
2226
2238
  );
2227
2239
  }
2228
- function pn(n, t) {
2240
+ function yn(n, t) {
2229
2241
  const e = [n, ...t];
2230
2242
  return [...new Set(
2231
2243
  e.flatMap(
2232
- (i) => ro(i)
2244
+ (i) => vo(i)
2233
2245
  )
2234
2246
  )].sort((i, r) => {
2235
- var h;
2247
+ var u;
2236
2248
  if (i === r) return 0;
2237
- const l = i.compareDocumentPosition(r), s = ((h = i.ownerDocument.defaultView) == null ? void 0 : h.Node.DOCUMENT_POSITION_FOLLOWING) ?? 4;
2249
+ const l = i.compareDocumentPosition(r), s = ((u = i.ownerDocument.defaultView) == null ? void 0 : u.Node.DOCUMENT_POSITION_FOLLOWING) ?? 4;
2238
2250
  return l & s ? -1 : 1;
2239
2251
  });
2240
2252
  }
2241
- function Qe(n, t, e) {
2253
+ function en(n, t, e) {
2242
2254
  return e ? n.contains(e) || [...t].some((o) => o.contains(e)) : !1;
2243
2255
  }
2244
- function Ln(n) {
2256
+ function Rn(n) {
2245
2257
  const {
2246
2258
  active: t,
2247
2259
  autoFocus: e = !0,
@@ -2249,52 +2261,58 @@ function Ln(n) {
2249
2261
  initialFocusReference: i,
2250
2262
  layerId: r,
2251
2263
  restoreFocus: l = !0
2252
- } = n, s = (o == null ? void 0 : o.ownerDocument) ?? null, h = H(/* @__PURE__ */ new Set()), f = W((c) => (h.current.add(c), () => h.current.delete(c)), []), d = Me(() => ({ registerBranch: f }), [f]);
2253
- return Jt(t && !!o, s, r), q(() => {
2254
- var L, V;
2264
+ } = n, s = (o == null ? void 0 : o.ownerDocument) ?? null, u = D(/* @__PURE__ */ new Set()), f = W((c) => (u.current.add(c), () => u.current.delete(c)), []), d = Me(() => ({ registerBranch: f }), [f]);
2265
+ return lo(t && !!o, s, r), q(() => {
2266
+ var _, R;
2255
2267
  if (!t || !o) return;
2256
- const c = o.ownerDocument, p = (L = c.defaultView) == null ? void 0 : L.HTMLElement, m = (V = c.defaultView) == null ? void 0 : V.Node, g = p && c.activeElement instanceof p ? c.activeElement : null;
2257
- let k = !0;
2268
+ const c = o.ownerDocument, p = (_ = c.defaultView) == null ? void 0 : _.HTMLElement, v = (R = c.defaultView) == null ? void 0 : R.Node, m = p && c.activeElement instanceof p ? c.activeElement : null;
2269
+ let x = !0;
2258
2270
  function b() {
2259
- const I = i == null ? void 0 : i.current;
2260
- (I && Qe(
2271
+ const k = i == null ? void 0 : i.current;
2272
+ (k && en(
2261
2273
  o,
2262
- h.current,
2263
- I
2264
- ) ? I : pn(
2274
+ u.current,
2275
+ k
2276
+ ) ? k : yn(
2265
2277
  o,
2266
- h.current
2278
+ u.current
2267
2279
  )[0] ?? o).focus({ preventScroll: !0 });
2268
2280
  }
2269
- function w(I) {
2270
- if (I.key !== "Tab" || !hn(c, r))
2281
+ function w(k) {
2282
+ if (k.key !== "Tab" || !bn(c, r))
2271
2283
  return;
2272
- const E = pn(
2284
+ const C = yn(
2273
2285
  o,
2274
- h.current
2286
+ u.current
2275
2287
  );
2276
- if (E.length === 0) {
2277
- I.preventDefault(), o == null || o.focus({ preventScroll: !0 });
2288
+ if (C.length === 0) {
2289
+ k.preventDefault(), o == null || o.focus({ preventScroll: !0 });
2278
2290
  return;
2279
2291
  }
2280
- const P = E[0], _ = E[E.length - 1], D = c.activeElement, Z = Qe(
2292
+ const I = C[0], N = C[C.length - 1], T = c.activeElement, z = en(
2281
2293
  o,
2282
- h.current,
2283
- D
2284
- );
2285
- I.shiftKey && (D === P || !Z) ? (I.preventDefault(), _.focus()) : !I.shiftKey && (D === _ || !Z) && (I.preventDefault(), P.focus());
2294
+ u.current,
2295
+ T
2296
+ ), H = !C.some(
2297
+ (E) => E === T
2298
+ ) && (T === o || T === (i == null ? void 0 : i.current));
2299
+ if (!z || H) {
2300
+ k.preventDefault(), (k.shiftKey ? N : I).focus();
2301
+ return;
2302
+ }
2303
+ k.shiftKey && T === I ? (k.preventDefault(), N.focus()) : !k.shiftKey && T === N && (k.preventDefault(), I.focus());
2286
2304
  }
2287
- function S(I) {
2288
- hn(c, r) && m && I.target instanceof m && !Qe(
2305
+ function M(k) {
2306
+ bn(c, r) && v && k.target instanceof v && !en(
2289
2307
  o,
2290
- h.current,
2291
- I.target
2308
+ u.current,
2309
+ k.target
2292
2310
  ) && b();
2293
2311
  }
2294
- return c.addEventListener("keydown", w, !0), c.addEventListener("focusin", S, !0), e && Promise.resolve().then(() => {
2295
- k && b();
2312
+ return c.addEventListener("keydown", w, !0), c.addEventListener("focusin", M, !0), e && Promise.resolve().then(() => {
2313
+ x && b();
2296
2314
  }), () => {
2297
- k = !1, c.removeEventListener("keydown", w, !0), c.removeEventListener("focusin", S, !0), l && (g != null && g.isConnected) && g.focus({ preventScroll: !0 });
2315
+ x = !1, c.removeEventListener("keydown", w, !0), c.removeEventListener("focusin", M, !0), l && (m != null && m.isConnected) && co(m);
2298
2316
  };
2299
2317
  }, [
2300
2318
  t,
@@ -2305,8 +2323,8 @@ function Ln(n) {
2305
2323
  l
2306
2324
  ]), d;
2307
2325
  }
2308
- function io() {
2309
- const [n, t] = Y(!1);
2326
+ function mo() {
2327
+ const [n, t] = $(!1);
2310
2328
  return q(() => {
2311
2329
  const e = typeof window > "u" ? null : window;
2312
2330
  if (!(e != null && e.matchMedia)) return;
@@ -2318,8 +2336,8 @@ function io() {
2318
2336
  return i(), o.addEventListener("change", i), () => o.removeEventListener("change", i);
2319
2337
  }, []), n;
2320
2338
  }
2321
- function $e(n, t = 200) {
2322
- const e = io(), [o, i] = Y(n);
2339
+ function Ue(n, t = 200) {
2340
+ const e = mo(), [o, i] = $(n);
2323
2341
  return q(() => {
2324
2342
  if (n) {
2325
2343
  i(!0);
@@ -2339,11 +2357,11 @@ function $e(n, t = 200) {
2339
2357
  state: n ? "open" : o ? "closing" : "closed"
2340
2358
  };
2341
2359
  }
2342
- const De = /* @__PURE__ */ new WeakMap();
2343
- function ao(n, t) {
2360
+ const We = /* @__PURE__ */ new WeakMap();
2361
+ function go(n, t) {
2344
2362
  q(() => {
2345
2363
  if (!n || !t) return;
2346
- const e = De.get(t);
2364
+ const e = We.get(t);
2347
2365
  if (e)
2348
2366
  e.count += 1;
2349
2367
  else {
@@ -2352,23 +2370,23 @@ function ao(n, t) {
2352
2370
  ) || 0, l = t.documentElement.clientWidth, s = i && l > 0 ? Math.max(
2353
2371
  0,
2354
2372
  i.innerWidth - l
2355
- ) : 0, h = {
2373
+ ) : 0, u = {
2356
2374
  count: 1,
2357
2375
  overflow: o.style.overflow,
2358
2376
  paddingRight: o.style.paddingRight
2359
2377
  };
2360
- De.set(t, h), o.style.overflow = "hidden", s > 0 && (o.style.paddingRight = `${r + s}px`);
2378
+ We.set(t, u), o.style.overflow = "hidden", s > 0 && (o.style.paddingRight = `${r + s}px`);
2361
2379
  }
2362
2380
  return () => {
2363
- const o = De.get(t);
2364
- o && (o.count -= 1, !(o.count > 0) && (t.body.style.overflow = o.overflow, t.body.style.paddingRight = o.paddingRight, De.delete(t)));
2381
+ const o = We.get(t);
2382
+ o && (o.count -= 1, !(o.count > 0) && (t.body.style.overflow = o.overflow, t.body.style.paddingRight = o.paddingRight, We.delete(t)));
2365
2383
  };
2366
2384
  }, [n, t]);
2367
2385
  }
2368
- function so(n, t, e) {
2386
+ function wo(n, t, e) {
2369
2387
  t.current = n, typeof e == "function" ? e(n) : e && (e.current = n);
2370
2388
  }
2371
- function lo(n) {
2389
+ function bo(n) {
2372
2390
  const {
2373
2391
  "aria-label": t,
2374
2392
  "aria-labelledby": e,
@@ -2377,52 +2395,52 @@ function lo(n) {
2377
2395
  closeButtonLabel: r = "Close modal",
2378
2396
  exitable: l = !0,
2379
2397
  forwardedReference: s,
2380
- initialFocusReference: h,
2398
+ initialFocusReference: u,
2381
2399
  lockScroll: f = !0,
2382
2400
  onClose: d,
2383
2401
  open: c,
2384
2402
  ownerDocument: p,
2385
- presenceState: m,
2386
- restoreFocus: g = !0,
2387
- role: k = "dialog",
2403
+ presenceState: v,
2404
+ restoreFocus: m = !0,
2405
+ role: x = "dialog",
2388
2406
  style: b,
2389
2407
  title: w,
2390
- trapFocus: S = !0,
2391
- ...L
2392
- } = n, V = H(null), I = Ce(Te), E = `${Pe()}-title`, [P, _] = Y(null), D = je(!0, p), Z = Me(() => [V], []), j = !!(w != null && w.trim()), F = e ?? (t === void 0 && j ? E : void 0), N = W(
2393
- (B) => {
2394
- so(B, V, s), _(B);
2408
+ trapFocus: M = !0,
2409
+ ..._
2410
+ } = n, R = D(null), k = D(null), C = Ne(Be), I = `${Le()}-title`, [N, T] = $(null), z = Ge(!0, p), Z = Me(() => [R], []), H = !!(w != null && w.trim()), E = u ?? (H ? k : void 0), U = e ?? (t === void 0 && H ? I : void 0), S = W(
2411
+ (V) => {
2412
+ wo(V, R, s), T(V);
2395
2413
  },
2396
2414
  [s]
2397
2415
  );
2398
- tn(() => {
2399
- P && (P.inert = !c);
2400
- }, [P, c]);
2401
- const U = W(() => {
2416
+ ln(() => {
2417
+ N && (N.inert = !c);
2418
+ }, [N, c]);
2419
+ const y = W(() => {
2402
2420
  d == null || d("escape");
2403
- }, [d]), M = W(() => {
2421
+ }, [d]), P = W(() => {
2404
2422
  d == null || d("outside");
2405
2423
  }, [d]);
2406
- qe({
2424
+ Ke({
2407
2425
  active: c,
2408
2426
  boundaries: Z,
2409
2427
  dismissOnEscape: l,
2410
2428
  dismissOnPointerDownOutside: l,
2411
- layerId: D.id,
2412
- onEscapeDismiss: U,
2413
- onPointerDownOutsideDismiss: M,
2429
+ layerId: z.id,
2430
+ onEscapeDismiss: y,
2431
+ onPointerDownOutsideDismiss: P,
2414
2432
  ownerDocument: p
2415
2433
  });
2416
- const v = Ln({
2417
- active: c && S,
2418
- container: P,
2419
- initialFocusReference: h,
2420
- layerId: D.id,
2421
- restoreFocus: g
2434
+ const A = Rn({
2435
+ active: c && M,
2436
+ container: N,
2437
+ initialFocusReference: E,
2438
+ layerId: z.id,
2439
+ restoreFocus: m
2422
2440
  });
2423
- ao(f, p);
2424
- const x = l ? /* @__PURE__ */ a(
2425
- nn,
2441
+ go(f, p);
2442
+ const B = l ? /* @__PURE__ */ a(
2443
+ ze,
2426
2444
  {
2427
2445
  "aria-label": r,
2428
2446
  className: "nk-modal__close",
@@ -2434,45 +2452,47 @@ function lo(n) {
2434
2452
  }
2435
2453
  ) : null;
2436
2454
  return /* @__PURE__ */ a(
2437
- Te.Provider,
2455
+ Be.Provider,
2438
2456
  {
2439
- value: c && S ? v : I,
2457
+ value: c && M ? A : C,
2440
2458
  children: /* @__PURE__ */ a(
2441
2459
  "div",
2442
2460
  {
2443
2461
  className: "nk-modal__overlay",
2444
- "data-state": m,
2462
+ "data-state": v,
2445
2463
  role: "presentation",
2446
- style: { zIndex: D.zIndex },
2447
- children: /* @__PURE__ */ T(
2448
- Oe,
2464
+ style: { zIndex: z.zIndex },
2465
+ children: /* @__PURE__ */ O(
2466
+ Fe,
2449
2467
  {
2450
- ...L,
2451
- ref: N,
2468
+ ..._,
2469
+ ref: S,
2452
2470
  "aria-hidden": c ? void 0 : !0,
2453
2471
  "aria-label": c ? t : void 0,
2454
- "aria-labelledby": c ? F : void 0,
2472
+ "aria-labelledby": c ? U : void 0,
2455
2473
  "aria-modal": c ? "true" : void 0,
2456
2474
  className: ["nk-modal", i].filter(Boolean).join(" "),
2457
- "data-state": m,
2458
- role: c ? k : void 0,
2475
+ "data-state": v,
2476
+ role: c ? x : void 0,
2459
2477
  style: b,
2460
2478
  tabIndex: -1,
2461
2479
  children: [
2462
- j ? /* @__PURE__ */ T("div", { className: "nk-modal__header", children: [
2480
+ H ? /* @__PURE__ */ O("div", { className: "nk-modal__header", children: [
2463
2481
  /* @__PURE__ */ a(
2464
2482
  fe,
2465
2483
  {
2466
2484
  as: "h2",
2467
2485
  className: "nk-modal__title",
2468
- id: E,
2486
+ id: I,
2487
+ ref: k,
2469
2488
  size: "subtitle",
2489
+ tabIndex: -1,
2470
2490
  weight: "semibold",
2471
2491
  children: w
2472
2492
  }
2473
2493
  ),
2474
- x
2475
- ] }) : x,
2494
+ B
2495
+ ] }) : B,
2476
2496
  o
2477
2497
  ]
2478
2498
  }
@@ -2482,47 +2502,50 @@ function lo(n) {
2482
2502
  }
2483
2503
  );
2484
2504
  }
2485
- const tr = y(function(t, e) {
2486
- const { open: o, portalContainer: i } = t, r = $e(o), l = (i == null ? void 0 : i.ownerDocument) ?? (typeof document > "u" ? null : document);
2487
- return r.present ? /* @__PURE__ */ a(Ze, { container: i, children: /* @__PURE__ */ a(
2488
- lo,
2505
+ const Nr = g(function(t, e) {
2506
+ const { open: o } = t, i = D(t);
2507
+ o && (i.current = t);
2508
+ const r = o ? t : i.current, { portalContainer: l } = r, s = Ue(o), u = (l == null ? void 0 : l.ownerDocument) ?? (typeof document > "u" ? null : document);
2509
+ return s.present ? /* @__PURE__ */ a($e, { container: l, children: /* @__PURE__ */ a(
2510
+ bo,
2489
2511
  {
2490
- ...t,
2512
+ ...r,
2491
2513
  forwardedReference: e,
2492
- ownerDocument: l,
2493
- presenceState: r.state === "closing" ? "closing" : "open"
2514
+ open: o,
2515
+ ownerDocument: u,
2516
+ presenceState: s.state === "closing" ? "closing" : "open"
2494
2517
  }
2495
2518
  ) }) : null;
2496
- }), co = Number.parseInt(On, 10);
2497
- function En(n) {
2498
- return co >= 19 ? n.props.ref : n.ref;
2519
+ }), yo = Number.parseInt(Zn, 10);
2520
+ function Tn(n) {
2521
+ return yo >= 19 ? n.props.ref : n.ref;
2499
2522
  }
2500
2523
  function He(n, t) {
2501
2524
  typeof n == "function" ? n(t) : n && (n.current = t);
2502
2525
  }
2503
- const uo = 12, fo = {
2526
+ const ko = 12, Io = {
2504
2527
  bottom: "top",
2505
2528
  left: "right",
2506
2529
  right: "left",
2507
2530
  top: "bottom"
2508
2531
  };
2509
- function vn(n, t) {
2510
- const e = Math.min(uo, t / 2);
2532
+ function kn(n, t) {
2533
+ const e = Math.min(ko, t / 2);
2511
2534
  return Math.min(Math.max(e, n), t - e);
2512
2535
  }
2513
- function ho(n) {
2514
- return fo[n];
2536
+ function xo(n) {
2537
+ return Io[n];
2515
2538
  }
2516
- function po(n, t) {
2539
+ function Co(n, t) {
2517
2540
  return t === "left" || t === "right" ? n.width : n.height;
2518
2541
  }
2519
- function vo(n, t, e, o, i, r) {
2542
+ function Po(n, t, e, o, i, r) {
2520
2543
  const l = {
2521
2544
  bottom: r - e.bottom - t * 2,
2522
2545
  left: e.left - t * 2,
2523
2546
  right: i - e.right - t * 2,
2524
2547
  top: e.top - t * 2
2525
- }, s = ho(n), h = po(o, n), f = l[n] < h && l[s] > l[n] ? s : n;
2548
+ }, s = xo(n), u = Co(o, n), f = l[n] < u && l[s] > l[n] ? s : n;
2526
2549
  let d = e.left + (e.width - o.width) / 2, c = e.top + (e.height - o.height) / 2;
2527
2550
  return f === "top" ? c = e.top - o.height - t : f === "bottom" ? c = e.bottom + t : f === "left" ? d = e.left - o.width - t : d = e.right + t, d = Math.min(
2528
2551
  Math.max(t, d),
@@ -2530,17 +2553,17 @@ function vo(n, t, e, o, i, r) {
2530
2553
  ), c = Math.min(
2531
2554
  Math.max(t, c),
2532
2555
  Math.max(t, r - t - o.height)
2533
- ), { arrowOffset: f === "top" || f === "bottom" ? vn(
2556
+ ), { arrowOffset: f === "top" || f === "bottom" ? kn(
2534
2557
  e.left + e.width / 2 - d,
2535
2558
  o.width
2536
- ) : vn(
2559
+ ) : kn(
2537
2560
  e.top + e.height / 2 - c,
2538
2561
  o.height
2539
2562
  ), left: d, placement: f, top: c };
2540
2563
  }
2541
- const mo = 8;
2542
- function Nn(n, t, e, o) {
2543
- const [i, r] = Y(null);
2564
+ const _o = 8;
2565
+ function Vn(n, t, e, o) {
2566
+ const [i, r] = $(null);
2544
2567
  return q(() => {
2545
2568
  if (!n || !e || !o) {
2546
2569
  r(null);
@@ -2548,227 +2571,232 @@ function Nn(n, t, e, o) {
2548
2571
  }
2549
2572
  const l = e.ownerDocument.defaultView;
2550
2573
  if (!l) return;
2551
- const s = l, h = s.getComputedStyle(e), f = Number.parseFloat(
2552
- h.getPropertyValue("--nk-space-8")
2553
- ), d = Number.isFinite(f) ? f : mo;
2574
+ const s = l, u = s.getComputedStyle(e), f = Number.parseFloat(
2575
+ u.getPropertyValue("--nk-space-8")
2576
+ ), d = Number.isFinite(f) ? f : _o;
2554
2577
  function c() {
2555
- const g = e == null ? void 0 : e.getBoundingClientRect(), k = o == null ? void 0 : o.getBoundingClientRect();
2556
- !g || !k || r(vo(
2578
+ const m = e == null ? void 0 : e.getBoundingClientRect(), x = o == null ? void 0 : o.getBoundingClientRect();
2579
+ !m || !x || r(Po(
2557
2580
  t,
2558
2581
  d,
2559
- g,
2560
- k,
2582
+ m,
2583
+ x,
2561
2584
  s.innerWidth,
2562
2585
  s.innerHeight
2563
2586
  ));
2564
2587
  }
2565
2588
  c(), s.addEventListener("resize", c), s.addEventListener("scroll", c, !0);
2566
- const p = s.ResizeObserver, m = p ? new p(c) : null;
2567
- return m == null || m.observe(e), m == null || m.observe(o), () => {
2568
- s.removeEventListener("resize", c), s.removeEventListener("scroll", c, !0), m == null || m.disconnect();
2589
+ const p = s.ResizeObserver, v = p ? new p(c) : null;
2590
+ return v == null || v.observe(e), v == null || v.observe(o), () => {
2591
+ s.removeEventListener("resize", c), s.removeEventListener("scroll", c, !0), v == null || v.disconnect();
2569
2592
  };
2570
2593
  }, [n, o, t, e]), i;
2571
2594
  }
2572
- function go(n, t, e) {
2595
+ function No(n, t, e) {
2573
2596
  t.current = n, He(e, n);
2574
2597
  }
2575
- function wo(n, t, e) {
2598
+ function Lo(n, t, e) {
2576
2599
  t.current = n, He(e, n);
2577
2600
  }
2578
- function bo(n, t) {
2601
+ function Mo(n, t) {
2579
2602
  const e = (n == null ? void 0 : n.split(/\s+/).filter(Boolean)) ?? [];
2580
2603
  return e.includes(t) || e.push(t), e.join(" ");
2581
2604
  }
2582
- function yo(n) {
2605
+ function Eo(n) {
2583
2606
  const t = n.tagName.toLowerCase();
2584
2607
  return n.getAttribute("role") === "button" && t !== "button" ? !1 : ["button", "input", "select", "summary", "textarea"].includes(t) ? !0 : t === "a" && n.hasAttribute("href");
2585
2608
  }
2586
- function ko(n) {
2609
+ function So(n) {
2587
2610
  return n === "grid" || n === "listbox" || n === "menu" || n === "tree" ? n : "dialog";
2588
2611
  }
2589
- const or = y(function(t, e) {
2612
+ const Lr = g(function(t, e) {
2590
2613
  const {
2591
2614
  "aria-label": o,
2592
2615
  "aria-labelledby": i,
2593
2616
  autoFocus: r = !0,
2594
2617
  children: l,
2595
2618
  className: s,
2596
- closeOnEscape: h = !0,
2619
+ closeOnEscape: u = !0,
2597
2620
  closeOnOutsideInteraction: f = !0,
2598
2621
  defaultOpen: d = !1,
2599
2622
  disabled: c = !1,
2600
2623
  initialFocusReference: p,
2601
- onEscapeKeyDown: m,
2602
- onOpenChange: g,
2603
- onPointerDownOutside: k,
2624
+ onEscapeKeyDown: v,
2625
+ onOpenChange: m,
2626
+ onPointerDownOutside: x,
2604
2627
  open: b,
2605
2628
  placement: w = "bottom",
2606
- portalContainer: S,
2607
- restoreFocus: L = !0,
2608
- role: V = "dialog",
2609
- style: I,
2610
- tabIndex: E,
2611
- trapFocus: P = !1,
2612
- trigger: _,
2613
- ...D
2629
+ portalContainer: M,
2630
+ restoreFocus: _ = !0,
2631
+ role: R = "dialog",
2632
+ style: k,
2633
+ tabIndex: C,
2634
+ trapFocus: I = !1,
2635
+ trigger: N,
2636
+ ...T
2614
2637
  } = t;
2615
- if (_.type === We)
2638
+ if (N.type === _e)
2616
2639
  throw new Error("Popover requires a single non-Fragment trigger");
2617
- const Z = Pe(), j = Ce(Te), F = `${Z}-popover`, N = _.props, U = En(_), M = N.id ?? `${Z}-trigger`, v = c || N.disabled === !0 || N["aria-disabled"] === !0 || N["aria-disabled"] === "true", x = b !== void 0, [B, O] = Y(d), R = x ? b : B, z = $e(R), te = H(null), ee = H(null), Q = H("programmatic"), $ = H(null), ce = H(R), pe = H(null), [we, Le] = bn(
2618
- (A) => A + 1,
2640
+ const z = Le(), Z = Ne(Be), H = `${z}-popover`, E = N.props, U = Tn(N), S = E.id ?? `${z}-trigger`, y = c || E.disabled === !0 || E["aria-disabled"] === !0 || E["aria-disabled"] === "true", P = b !== void 0, [A, B] = $(d), V = P ? b : A, j = Ue(V), te = D(null), ee = D(null), X = D("programmatic"), K = D(null), de = D(V), pe = D(null), [we, Ee] = Cn(
2641
+ (F) => F + 1,
2619
2642
  0
2620
- ), [G, ne] = Y(null), [se, oe] = Y(null), K = (S == null ? void 0 : S.ownerDocument) ?? (G == null ? void 0 : G.ownerDocument) ?? (typeof document > "u" ? null : document), ve = je(z.present, K), re = Me(
2643
+ ), [G, ne] = $(null), [ae, oe] = $(null), Y = (M == null ? void 0 : M.ownerDocument) ?? (G == null ? void 0 : G.ownerDocument) ?? (typeof document > "u" ? null : document), ve = Ge(j.present, Y), re = Me(
2621
2644
  () => [te, ee],
2622
2645
  []
2623
- ), le = Nn(
2624
- z.present,
2646
+ ), le = Vn(
2647
+ j.present,
2625
2648
  w,
2626
2649
  G,
2627
- se
2628
- ), be = R ? {} : { inert: "" }, Ee = W(
2629
- (A) => {
2630
- wo(
2631
- A,
2650
+ ae
2651
+ ), be = V ? {} : { inert: "" }, Se = W(
2652
+ (F) => {
2653
+ Lo(
2654
+ F,
2632
2655
  te,
2633
2656
  U
2634
- ), ne(A);
2657
+ ), ne(F);
2635
2658
  },
2636
2659
  [U]
2637
- ), Ne = W(
2638
- (A) => {
2639
- go(
2640
- A,
2660
+ ), Re = W(
2661
+ (F) => {
2662
+ No(
2663
+ F,
2641
2664
  ee,
2642
2665
  e
2643
- ), oe(A);
2666
+ ), oe(F);
2644
2667
  },
2645
2668
  [e]
2646
- ), de = W((A, J) => {
2647
- R !== A && (x ? ($.current = {
2648
- open: A,
2669
+ ), ue = W((F, J) => {
2670
+ V !== F && (P ? (K.current = {
2671
+ open: F,
2649
2672
  reason: J
2650
- }, Le()) : (Q.current = J, O(A)), g == null || g(A, J));
2651
- }, [x, g, R]), _e = W(() => {
2652
- de(!1, "escape");
2653
- }, [de]), ye = W(() => {
2654
- de(!1, "outside");
2655
- }, [de]), u = W((A) => {
2656
- var Se;
2657
- if (k == null || k(A), A.defaultPrevented) return;
2658
- const J = (Se = K == null ? void 0 : K.defaultView) == null ? void 0 : Se.HTMLElement;
2659
- pe.current = J ? A.composedPath().find(
2660
- (ke) => ke instanceof J && ke.tabIndex >= 0
2661
- ) ?? A.target : A.target;
2662
- }, [k, K]);
2663
- qe({
2664
- active: R,
2673
+ }, Ee()) : (X.current = J, B(F)), m == null || m(F, J));
2674
+ }, [P, m, V]), Te = W(() => {
2675
+ ue(!1, "escape");
2676
+ }, [ue]), ye = W(() => {
2677
+ ue(!1, "outside");
2678
+ }, [ue]), h = W((F) => {
2679
+ var Ae;
2680
+ if (x == null || x(F), F.defaultPrevented) return;
2681
+ const J = (Ae = Y == null ? void 0 : Y.defaultView) == null ? void 0 : Ae.HTMLElement;
2682
+ pe.current = J ? F.composedPath().find(
2683
+ (Ie) => Ie instanceof J && Ie.tabIndex >= 0
2684
+ ) ?? F.target : F.target;
2685
+ }, [x, Y]);
2686
+ Ke({
2687
+ active: V,
2665
2688
  boundaries: re,
2666
- dismissOnEscape: h,
2689
+ dismissOnEscape: u,
2667
2690
  dismissOnPointerDownOutside: f,
2668
2691
  layerId: ve.id,
2669
- onEscapeDismiss: _e,
2670
- onEscapeKeyDown: m,
2671
- onPointerDownOutside: u,
2692
+ onEscapeDismiss: Te,
2693
+ onEscapeKeyDown: v,
2694
+ onPointerDownOutside: h,
2672
2695
  onPointerDownOutsideDismiss: ye,
2673
- ownerDocument: K
2696
+ ownerDocument: Y
2674
2697
  });
2675
- const C = Ln({
2676
- active: R && P,
2698
+ const L = Rn({
2699
+ active: V && I,
2677
2700
  autoFocus: r,
2678
- container: se,
2701
+ container: ae,
2679
2702
  initialFocusReference: p,
2680
2703
  layerId: ve.id,
2681
- restoreFocus: L
2704
+ restoreFocus: _
2682
2705
  });
2683
2706
  q(() => {
2684
- if (!R || P || !r || !se) return;
2685
- let A = !0;
2707
+ if (!V || I || !r || !ae) return;
2708
+ let F = !0;
2686
2709
  return Promise.resolve().then(() => {
2687
- if (!A) return;
2710
+ if (!F) return;
2688
2711
  const J = p == null ? void 0 : p.current;
2689
- (J && se.contains(J) ? J : se).focus({ preventScroll: !0 });
2712
+ (J && ae.contains(J) ? J : ae).focus({ preventScroll: !0 });
2690
2713
  }), () => {
2691
- A = !1;
2714
+ F = !1;
2692
2715
  };
2693
- }, [r, p, R, se, P]), q(() => {
2694
- var on;
2695
- const A = ce.current;
2696
- ce.current = R;
2697
- const J = $.current, Se = x ? A !== R && (J == null ? void 0 : J.open) === R ? J.reason : "programmatic" : Q.current;
2698
- if ($.current = null, R) {
2699
- Q.current = "programmatic", pe.current = null;
2716
+ }, [r, p, V, ae, I]), q(() => {
2717
+ var dn;
2718
+ const F = de.current;
2719
+ de.current = V;
2720
+ const J = K.current, Ae = P ? F !== V && (J == null ? void 0 : J.open) === V ? J.reason : "programmatic" : X.current;
2721
+ if (K.current = null, V) {
2722
+ X.current = "programmatic", pe.current = null;
2700
2723
  return;
2701
2724
  }
2702
- const ke = K == null ? void 0 : K.activeElement, Ge = pe.current, Ue = (on = K == null ? void 0 : K.defaultView) == null ? void 0 : on.HTMLElement, Tn = Se === "outside" && Ue && Ge instanceof Ue && ke instanceof Ue && (Ge === ke || Ge.contains(ke));
2703
- A && !P && L && !Tn && (G == null || G.focus({ preventScroll: !0 })), pe.current = null;
2725
+ const Ie = Y == null ? void 0 : Y.activeElement, Ye = pe.current, Xe = (dn = Y == null ? void 0 : Y.defaultView) == null ? void 0 : dn.HTMLElement, jn = Ae === "outside" && Xe && Ye instanceof Xe && Ie instanceof Xe && (Ye === Ie || Ye.contains(Ie));
2726
+ F && !I && _ && !jn && (G == null || G.focus({ preventScroll: !0 })), pe.current = null;
2704
2727
  }, [
2705
2728
  we,
2706
- x,
2707
- R,
2708
- K,
2709
- L,
2710
2729
  P,
2730
+ V,
2731
+ Y,
2732
+ _,
2733
+ I,
2711
2734
  G
2712
2735
  ]), q(() => {
2713
- c && R && de(!1, "programmatic");
2714
- }, [c, R, de]);
2715
- function X(A) {
2736
+ c && V && ue(!1, "programmatic");
2737
+ }, [c, V, ue]);
2738
+ function Q(F) {
2716
2739
  var J;
2717
- (J = N.onClick) == null || J.call(N, A), !(A.defaultPrevented || v) && de(!R, "trigger");
2740
+ if (y) {
2741
+ F.preventDefault(), F.stopPropagation();
2742
+ return;
2743
+ }
2744
+ (J = E.onClick) == null || J.call(E, F), !F.defaultPrevented && ue(!V, "trigger");
2718
2745
  }
2719
- function ie(A) {
2746
+ function ie(F) {
2720
2747
  var J;
2721
- (J = N.onKeyDown) == null || J.call(N, A), !(A.defaultPrevented || v || yo(A.currentTarget) || A.key !== "Enter" && A.key !== " ") && (A.preventDefault(), A.currentTarget.click());
2748
+ (J = E.onKeyDown) == null || J.call(E, F), !(F.defaultPrevented || y || Eo(F.currentTarget) || F.key !== "Enter" && F.key !== " ") && (F.preventDefault(), F.currentTarget.click());
2722
2749
  }
2723
- if (c) return _;
2724
- const ae = typeof _.type == "string" ? _.type : null, ue = ae === "button" || ae === "input" || ae === "select" || ae === "summary" || ae === "textarea" || ae === "a" && !!N.href, Re = Be(
2725
- _,
2750
+ if (c) return N;
2751
+ const se = typeof N.type == "string", ce = se ? N.type : null, ke = ce === "a" && typeof E.href == "string", sn = se && !(ce === "button" || ce === "input" || ce === "select" || ce === "summary" || ce === "textarea" || ke), cn = ke && y, zn = Pe(
2752
+ N,
2726
2753
  {
2727
- "aria-controls": R ? bo(N["aria-controls"], F) : N["aria-controls"],
2728
- "aria-expanded": R,
2729
- "aria-haspopup": N["aria-haspopup"] ?? ko(V),
2730
- "aria-disabled": v ? !0 : N["aria-disabled"],
2731
- className: [N.className, "nk-popover__trigger"].filter(Boolean).join(" "),
2732
- id: M,
2733
- onClick: X,
2734
- onKeyDown: ie,
2735
- ref: Ee,
2736
- role: N.role ?? (ue ? void 0 : "button"),
2737
- tabIndex: v ? -1 : N.tabIndex ?? (ue ? void 0 : 0)
2738
- }
2739
- );
2740
- return /* @__PURE__ */ T(Fe, { children: [
2741
- Re,
2754
+ "aria-controls": V ? Mo(E["aria-controls"], H) : E["aria-controls"],
2755
+ "aria-expanded": V,
2756
+ "aria-haspopup": E["aria-haspopup"] ?? So(R),
2757
+ "aria-disabled": y ? !0 : E["aria-disabled"],
2758
+ className: [E.className, "nk-popover__trigger"].filter(Boolean).join(" "),
2759
+ href: cn ? void 0 : E.href,
2760
+ id: S,
2761
+ onClick: Q,
2762
+ onKeyDown: se ? ie : E.onKeyDown,
2763
+ ref: Se,
2764
+ role: E.role ?? (cn ? "link" : sn ? "button" : void 0),
2765
+ tabIndex: y ? -1 : E.tabIndex ?? (sn ? 0 : void 0)
2766
+ }
2767
+ );
2768
+ return /* @__PURE__ */ O(je, { children: [
2769
+ zn,
2742
2770
  /* @__PURE__ */ a(
2743
- Te.Provider,
2771
+ Be.Provider,
2744
2772
  {
2745
- value: R && P ? C : j,
2746
- children: z.present && K ? /* @__PURE__ */ a(Ze, { container: S, inheritFrom: G, children: /* @__PURE__ */ T(
2747
- Oe,
2773
+ value: V && I ? L : Z,
2774
+ children: j.present && Y ? /* @__PURE__ */ a($e, { container: M, inheritFrom: G, children: /* @__PURE__ */ O(
2775
+ Fe,
2748
2776
  {
2749
- ...D,
2777
+ ...T,
2750
2778
  ...be,
2751
- ref: Ne,
2752
- "aria-hidden": R ? void 0 : !0,
2753
- "aria-label": R ? o : void 0,
2754
- "aria-labelledby": R ? i ?? (o === void 0 ? M : void 0) : void 0,
2779
+ ref: Re,
2780
+ "aria-hidden": V ? void 0 : !0,
2781
+ "aria-label": V ? o : void 0,
2782
+ "aria-labelledby": V ? i ?? (o === void 0 ? S : void 0) : void 0,
2755
2783
  className: ["nk-popover", s].filter(Boolean).join(" "),
2756
2784
  "data-placement": (le == null ? void 0 : le.placement) ?? w,
2757
- "data-state": z.state === "closing" ? "closing" : "open",
2758
- id: F,
2759
- role: R ? V : void 0,
2785
+ "data-state": j.state === "closing" ? "closing" : "open",
2786
+ id: H,
2787
+ role: V ? R : void 0,
2760
2788
  style: le ? {
2761
- ...I,
2789
+ ...k,
2762
2790
  "--nk-popover-arrow-offset": `${le.arrowOffset}px`,
2763
2791
  left: le.left,
2764
2792
  top: le.top,
2765
2793
  zIndex: ve.zIndex
2766
2794
  } : {
2767
- ...I,
2795
+ ...k,
2768
2796
  visibility: "hidden",
2769
2797
  zIndex: ve.zIndex
2770
2798
  },
2771
- tabIndex: E ?? -1,
2799
+ tabIndex: C ?? -1,
2772
2800
  children: [
2773
2801
  /* @__PURE__ */ a("span", { "aria-hidden": "true", className: "nk-popover__arrow" }),
2774
2802
  /* @__PURE__ */ a("div", { className: "nk-popover__content", children: l })
@@ -2778,20 +2806,20 @@ const or = y(function(t, e) {
2778
2806
  }
2779
2807
  )
2780
2808
  ] });
2781
- }), xo = 3, Io = 10, _n = 4;
2782
- function Co(n) {
2809
+ }), Ro = 3, To = 10, An = 4;
2810
+ function Vo(n) {
2783
2811
  return Number.isFinite(n) ? Math.min(
2784
- Io,
2785
- Math.max(xo, Math.trunc(n))
2786
- ) : _n;
2812
+ To,
2813
+ Math.max(Ro, Math.trunc(n))
2814
+ ) : An;
2787
2815
  }
2788
2816
  function xe(n, t, e) {
2789
2817
  return (t === "numeric" ? n.replace(/[^0-9]/g, "") : n.replace(/[^0-9a-z]/gi, "").toUpperCase()).slice(0, e);
2790
2818
  }
2791
- function Po(n, t, e) {
2819
+ function Ao(n, t, e) {
2792
2820
  t.current = n, typeof e == "function" ? e(n) : e && (e.current = n);
2793
2821
  }
2794
- function Mo(n, t) {
2822
+ function Oo(n, t) {
2795
2823
  var o;
2796
2824
  const e = (o = Object.getOwnPropertyDescriptor(
2797
2825
  Object.getPrototypeOf(n),
@@ -2799,11 +2827,11 @@ function Mo(n, t) {
2799
2827
  )) == null ? void 0 : o.set;
2800
2828
  e ? e.call(n, t) : n.value = t;
2801
2829
  }
2802
- function Xe(n, t, e) {
2830
+ function nn(n, t, e) {
2803
2831
  const o = Math.min(e - 1, Math.max(0, t)), i = Math.min(o + 1, n.value.length);
2804
2832
  n.focus(), n.setSelectionRange(o, i);
2805
2833
  }
2806
- function Lo(n) {
2834
+ function Bo(n) {
2807
2835
  const {
2808
2836
  defaultValue: t,
2809
2837
  disabled: e,
@@ -2812,242 +2840,242 @@ function Lo(n) {
2812
2840
  mode: r,
2813
2841
  onChange: l,
2814
2842
  onComplete: s,
2815
- onFocus: h,
2843
+ onFocus: u,
2816
2844
  onKeyDown: f,
2817
2845
  onPaste: d,
2818
2846
  onSelect: c,
2819
2847
  readOnly: p,
2820
- value: m
2821
- } = n, g = Co(i), k = xe(
2848
+ value: v
2849
+ } = n, m = Vo(i), x = xe(
2822
2850
  t,
2823
2851
  r,
2824
- g
2825
- ), b = H(null), [w, S] = Y(
2826
- k
2827
- ), [L, V] = Y(0), I = m !== void 0, E = xe(
2828
- I ? m : w,
2852
+ m
2853
+ ), b = D(null), [w, M] = $(
2854
+ x
2855
+ ), [_, R] = $(0), k = v !== void 0, C = xe(
2856
+ k ? v : w,
2829
2857
  r,
2830
- g
2831
- ), P = W(
2832
- (M) => Po(
2833
- M,
2858
+ m
2859
+ ), I = W(
2860
+ (S) => Ao(
2861
+ S,
2834
2862
  b,
2835
2863
  o
2836
2864
  ),
2837
2865
  [o]
2838
2866
  );
2839
2867
  q(() => {
2840
- !I && w !== E && S(E);
2841
- }, [I, E, w]), q(() => {
2842
- var B;
2843
- if (I) return;
2844
- const M = (B = b.current) == null ? void 0 : B.form;
2845
- if (!M) return;
2846
- const v = M.getRootNode();
2847
- function x(O) {
2848
- O.target !== M || O.defaultPrevented || (S(k), V(0));
2849
- }
2850
- return v.addEventListener("reset", x), () => v.removeEventListener("reset", x);
2851
- }, [I, k]);
2852
- function _(M) {
2853
- const v = M.selectionStart ?? E.length;
2854
- return Math.min(g - 1, Math.max(0, v));
2868
+ !k && w !== C && M(C);
2869
+ }, [k, C, w]), q(() => {
2870
+ var A;
2871
+ if (k) return;
2872
+ const S = (A = b.current) == null ? void 0 : A.form;
2873
+ if (!S) return;
2874
+ const y = S.getRootNode();
2875
+ function P(B) {
2876
+ B.target !== S || B.defaultPrevented || (M(x), R(0));
2877
+ }
2878
+ return y.addEventListener("reset", P), () => y.removeEventListener("reset", P);
2879
+ }, [k, x]);
2880
+ function N(S) {
2881
+ const y = S.selectionStart ?? C.length;
2882
+ return Math.min(m - 1, Math.max(0, y));
2855
2883
  }
2856
- function D(M) {
2857
- const v = M.currentTarget, x = v.selectionStart ?? v.value.length, B = xe(v.value, r, g), O = xe(
2858
- v.value.slice(0, x),
2884
+ function T(S) {
2885
+ const y = S.currentTarget, P = y.selectionStart ?? y.value.length, A = xe(y.value, r, m), B = xe(
2886
+ y.value.slice(0, P),
2859
2887
  r,
2860
- g
2888
+ m
2861
2889
  ).length;
2862
- v.value = B, I || S(B), l == null || l(M), B.length === g && B !== E && (s == null || s(B));
2863
- const R = Math.min(g - 1, O);
2864
- V(R), v.setSelectionRange(
2865
- R,
2866
- Math.min(R + 1, B.length)
2890
+ y.value = A, k || M(A), l == null || l(S), A.length === m && A !== C && (s == null || s(A));
2891
+ const V = Math.min(m - 1, B);
2892
+ R(V), y.setSelectionRange(
2893
+ V,
2894
+ Math.min(V + 1, A.length)
2867
2895
  );
2868
2896
  }
2869
- function Z(M) {
2870
- if (d == null || d(M), M.defaultPrevented || e || p) return;
2871
- const v = xe(
2872
- M.clipboardData.getData("text"),
2897
+ function z(S) {
2898
+ if (d == null || d(S), S.defaultPrevented || e || p) return;
2899
+ const y = xe(
2900
+ S.clipboardData.getData("text"),
2873
2901
  r,
2874
- g
2902
+ m
2875
2903
  );
2876
- if (M.preventDefault(), v.length === 0) return;
2877
- const x = M.currentTarget, B = x.selectionStart ?? E.length, O = x.selectionEnd ?? B, R = v.length === g ? v : xe(
2878
- E.slice(0, B) + v + E.slice(O),
2904
+ if (S.preventDefault(), y.length === 0) return;
2905
+ const P = S.currentTarget, A = P.selectionStart ?? C.length, B = P.selectionEnd ?? A, V = y.length === m ? y : xe(
2906
+ C.slice(0, A) + y + C.slice(B),
2879
2907
  r,
2880
- g
2881
- ), z = v.length === g ? g : Math.min(g, B + v.length);
2882
- Mo(x, R), x.setSelectionRange(z, z), x.dispatchEvent(new Event("input", { bubbles: !0 }));
2908
+ m
2909
+ ), j = y.length === m ? m : Math.min(m, A + y.length);
2910
+ Oo(P, V), P.setSelectionRange(j, j), P.dispatchEvent(new Event("input", { bubbles: !0 }));
2883
2911
  }
2884
- function j(M) {
2885
- if (f == null || f(M), M.defaultPrevented || M.key !== "ArrowLeft" && M.key !== "ArrowRight") return;
2886
- M.preventDefault();
2887
- const v = M.key === "ArrowLeft" ? -1 : 1, x = Math.min(
2888
- g - 1,
2889
- Math.max(0, _(M.currentTarget) + v)
2912
+ function Z(S) {
2913
+ if (f == null || f(S), S.defaultPrevented || S.key !== "ArrowLeft" && S.key !== "ArrowRight") return;
2914
+ S.preventDefault();
2915
+ const y = S.key === "ArrowLeft" ? -1 : 1, P = Math.min(
2916
+ m - 1,
2917
+ Math.max(0, N(S.currentTarget) + y)
2890
2918
  );
2891
- V(x), Xe(M.currentTarget, x, g);
2919
+ R(P), nn(S.currentTarget, P, m);
2892
2920
  }
2893
- function F(M) {
2894
- h == null || h(M);
2895
- const v = Math.min(g - 1, E.length);
2896
- V(v), Xe(M.currentTarget, v, g);
2921
+ function H(S) {
2922
+ u == null || u(S);
2923
+ const y = Math.min(m - 1, C.length);
2924
+ R(y), nn(S.currentTarget, y, m);
2897
2925
  }
2898
- function N(M) {
2899
- c == null || c(M), V(_(M.currentTarget));
2926
+ function E(S) {
2927
+ c == null || c(S), R(N(S.currentTarget));
2900
2928
  }
2901
- function U(M, v) {
2902
- if (M.preventDefault(), e) return;
2903
- const x = b.current;
2904
- x && (V(v), Xe(x, v, g));
2929
+ function U(S, y) {
2930
+ if (S.preventDefault(), e) return;
2931
+ const P = b.current;
2932
+ P && (R(y), nn(P, y, m));
2905
2933
  }
2906
2934
  return {
2907
- activeIndex: L,
2908
- handleChange: D,
2909
- handleFocus: F,
2910
- handleKeyDown: j,
2911
- handlePaste: Z,
2912
- handleSelect: N,
2935
+ activeIndex: _,
2936
+ handleChange: T,
2937
+ handleFocus: H,
2938
+ handleKeyDown: Z,
2939
+ handlePaste: z,
2940
+ handleSelect: E,
2913
2941
  handleSlotPointerDown: U,
2914
- inputCallbackReference: P,
2915
- length: g,
2916
- renderedValue: E
2942
+ inputCallbackReference: I,
2943
+ length: m,
2944
+ renderedValue: C
2917
2945
  };
2918
2946
  }
2919
- const rr = y(function(t, e) {
2947
+ const Mr = g(function(t, e) {
2920
2948
  const {
2921
2949
  "aria-invalid": o,
2922
2950
  autoCapitalize: i,
2923
2951
  autoComplete: r = "one-time-code",
2924
2952
  className: l,
2925
2953
  censored: s = !1,
2926
- defaultValue: h = "",
2954
+ defaultValue: u = "",
2927
2955
  disabled: f = !1,
2928
2956
  invalid: d = !1,
2929
- length: c = _n,
2957
+ length: c = An,
2930
2958
  mode: p = "numeric",
2931
- onChange: m,
2932
- onComplete: g,
2933
- onFocus: k,
2959
+ onChange: v,
2960
+ onComplete: m,
2961
+ onFocus: x,
2934
2962
  onKeyDown: b,
2935
2963
  onPaste: w,
2936
- onSelect: S,
2937
- readOnly: L = !1,
2938
- style: V,
2939
- value: I,
2940
- wrap: E = !1,
2941
- ...P
2964
+ onSelect: M,
2965
+ readOnly: _ = !1,
2966
+ style: R,
2967
+ value: k,
2968
+ wrap: C = !1,
2969
+ ...I
2942
2970
  } = t, {
2943
- activeIndex: _,
2944
- handleChange: D,
2945
- handleFocus: Z,
2946
- handleKeyDown: j,
2947
- handlePaste: F,
2948
- handleSelect: N,
2971
+ activeIndex: N,
2972
+ handleChange: T,
2973
+ handleFocus: z,
2974
+ handleKeyDown: Z,
2975
+ handlePaste: H,
2976
+ handleSelect: E,
2949
2977
  handleSlotPointerDown: U,
2950
- inputCallbackReference: M,
2951
- length: v,
2952
- renderedValue: x
2953
- } = Lo({
2954
- defaultValue: h,
2978
+ inputCallbackReference: S,
2979
+ length: y,
2980
+ renderedValue: P
2981
+ } = Bo({
2982
+ defaultValue: u,
2955
2983
  disabled: f,
2956
2984
  forwardedReference: e,
2957
2985
  length: c,
2958
2986
  mode: p,
2959
- onChange: m,
2960
- onComplete: g,
2961
- onFocus: k,
2987
+ onChange: v,
2988
+ onComplete: m,
2989
+ onFocus: x,
2962
2990
  onKeyDown: b,
2963
2991
  onPaste: w,
2964
- onSelect: S,
2965
- readOnly: L,
2966
- value: I
2967
- }), B = d || he(o), O = !E && v >= 6 && v % 2 === 0, R = v / 2, z = {
2968
- ...V,
2969
- "--nk-pin-input-columns": Math.ceil(v / 2)
2992
+ onSelect: M,
2993
+ readOnly: _,
2994
+ value: k
2995
+ }), A = d || he(o), B = !C && y >= 6 && y % 2 === 0, V = y / 2, j = {
2996
+ ...R,
2997
+ "--nk-pin-input-columns": Math.ceil(y / 2)
2970
2998
  };
2971
- return /* @__PURE__ */ T(
2999
+ return /* @__PURE__ */ O(
2972
3000
  "span",
2973
3001
  {
2974
3002
  className: ["nk-pin-input", l].filter(Boolean).join(" "),
2975
3003
  "data-disabled": f || void 0,
2976
- "data-invalid": B || void 0,
2977
- "data-read-only": L || void 0,
2978
- "data-wrap": E || void 0,
2979
- style: z,
3004
+ "data-invalid": A || void 0,
3005
+ "data-read-only": _ || void 0,
3006
+ "data-wrap": C || void 0,
3007
+ style: j,
2980
3008
  children: [
2981
3009
  /* @__PURE__ */ a(
2982
3010
  "input",
2983
3011
  {
2984
- ...P,
2985
- ref: M,
3012
+ ...I,
3013
+ ref: S,
2986
3014
  "aria-invalid": ge(d, o),
2987
3015
  autoCapitalize: i ?? (p === "alphanumeric" ? "characters" : "off"),
2988
3016
  autoComplete: r,
2989
3017
  className: "nk-pin-input__control",
2990
3018
  disabled: f,
2991
3019
  inputMode: p === "numeric" ? "numeric" : "text",
2992
- maxLength: v,
2993
- minLength: v,
2994
- onChange: D,
2995
- onFocus: Z,
2996
- onKeyDown: j,
2997
- onPaste: F,
2998
- onSelect: N,
2999
- pattern: p === "numeric" ? `[0-9]{${v}}` : `[0-9A-Za-z]{${v}}`,
3000
- readOnly: L,
3020
+ maxLength: y,
3021
+ minLength: y,
3022
+ onChange: T,
3023
+ onFocus: z,
3024
+ onKeyDown: Z,
3025
+ onPaste: H,
3026
+ onSelect: E,
3027
+ pattern: p === "numeric" ? `[0-9]{${y}}` : `[0-9A-Za-z]{${y}}`,
3028
+ readOnly: _,
3001
3029
  spellCheck: !1,
3002
3030
  type: "text",
3003
- value: x
3031
+ value: P
3004
3032
  }
3005
3033
  ),
3006
- /* @__PURE__ */ a("span", { "aria-hidden": "true", className: "nk-pin-input__slots", children: Array.from({ length: v }, (te, ee) => /* @__PURE__ */ T("span", { className: "nk-pin-input__slot-group", children: [
3007
- O && ee === R ? /* @__PURE__ */ a("span", { className: "nk-pin-input__separator", children: "-" }) : null,
3034
+ /* @__PURE__ */ a("span", { "aria-hidden": "true", className: "nk-pin-input__slots", children: Array.from({ length: y }, (te, ee) => /* @__PURE__ */ O("span", { className: "nk-pin-input__slot-group", children: [
3035
+ B && ee === V ? /* @__PURE__ */ a("span", { className: "nk-pin-input__separator", children: "-" }) : null,
3008
3036
  /* @__PURE__ */ a(
3009
3037
  "span",
3010
3038
  {
3011
3039
  className: "nk-pin-input__slot",
3012
- "data-active": _ === ee || void 0,
3013
- onPointerDown: (Q) => U(Q, ee),
3014
- children: s && x[ee] ? /* @__PURE__ */ a("span", { className: "nk-pin-input__censor" }) : x[ee] ?? ""
3040
+ "data-active": N === ee || void 0,
3041
+ onPointerDown: (X) => U(X, ee),
3042
+ children: s && P[ee] ? /* @__PURE__ */ a("span", { className: "nk-pin-input__censor" }) : P[ee] ?? ""
3015
3043
  }
3016
3044
  )
3017
3045
  ] }, ee)) })
3018
3046
  ]
3019
3047
  }
3020
3048
  );
3021
- }), Rn = ze(void 0);
3022
- function Eo() {
3023
- const n = Ce(Rn);
3049
+ }), On = qe(void 0);
3050
+ function Do() {
3051
+ const n = Ne(On);
3024
3052
  if (!n)
3025
3053
  throw new Error("Radio must be rendered within RadioGroup");
3026
3054
  return n;
3027
3055
  }
3028
- function No(n, t, e) {
3056
+ function Ho(n, t, e) {
3029
3057
  t.current = n, typeof e == "function" ? e(n) : e && (e.current = n);
3030
3058
  }
3031
- const ir = y(function(t, e) {
3059
+ const Er = g(function(t, e) {
3032
3060
  const {
3033
3061
  children: o,
3034
3062
  className: i,
3035
3063
  disabled: r = !1,
3036
3064
  style: l,
3037
3065
  value: s,
3038
- ...h
3039
- } = t, f = Eo(), d = H(null), c = f.disabled || r, p = f.value !== void 0, m = f.value === s, g = W(
3040
- (k) => No(
3041
- k,
3066
+ ...u
3067
+ } = t, f = Do(), d = D(null), c = f.disabled || r, p = f.value !== void 0, v = f.value === s, m = W(
3068
+ (x) => Ho(
3069
+ x,
3042
3070
  d,
3043
3071
  e
3044
3072
  ),
3045
3073
  [e]
3046
3074
  );
3047
3075
  return q(() => {
3048
- var k;
3049
- !p && c && ((k = d.current) != null && k.checked) && (d.current.checked = !1);
3050
- }, [p, c]), /* @__PURE__ */ T(
3076
+ var x;
3077
+ !p && c && ((x = d.current) != null && x.checked) && (d.current.checked = !1);
3078
+ }, [p, c]), /* @__PURE__ */ O(
3051
3079
  "label",
3052
3080
  {
3053
3081
  className: ["nk-radio", i].filter(Boolean).join(" "),
@@ -3057,9 +3085,9 @@ const ir = y(function(t, e) {
3057
3085
  /* @__PURE__ */ a(
3058
3086
  "input",
3059
3087
  {
3060
- ...h,
3061
- ref: g,
3062
- checked: p ? !c && m : void 0,
3088
+ ...u,
3089
+ ref: m,
3090
+ checked: p ? !c && v : void 0,
3063
3091
  className: "nk-radio__control",
3064
3092
  defaultChecked: p ? void 0 : !c && f.defaultValue === s,
3065
3093
  disabled: c,
@@ -3075,7 +3103,7 @@ const ir = y(function(t, e) {
3075
3103
  ]
3076
3104
  }
3077
3105
  );
3078
- }), _o = y(
3106
+ }), Fo = g(
3079
3107
  function(t, e) {
3080
3108
  const {
3081
3109
  "aria-invalid": o,
@@ -3083,32 +3111,32 @@ const ir = y(function(t, e) {
3083
3111
  className: r,
3084
3112
  defaultValue: l,
3085
3113
  disabled: s = !1,
3086
- invalid: h = !1,
3114
+ invalid: u = !1,
3087
3115
  name: f,
3088
3116
  onChange: d,
3089
3117
  orientation: c = "vertical",
3090
3118
  required: p = !1,
3091
- value: m,
3092
- ...g
3093
- } = t, k = h || he(o), b = {
3119
+ value: v,
3120
+ ...m
3121
+ } = t, x = u || he(o), b = {
3094
3122
  defaultValue: l,
3095
3123
  disabled: s,
3096
3124
  name: f,
3097
3125
  onChange: d,
3098
3126
  required: p,
3099
- value: m
3127
+ value: v
3100
3128
  };
3101
- return /* @__PURE__ */ a(Rn.Provider, { value: b, children: /* @__PURE__ */ a(
3129
+ return /* @__PURE__ */ a(On.Provider, { value: b, children: /* @__PURE__ */ a(
3102
3130
  "div",
3103
3131
  {
3104
- ...g,
3132
+ ...m,
3105
3133
  ref: e,
3106
3134
  "aria-disabled": s || void 0,
3107
- "aria-invalid": ge(h, o),
3135
+ "aria-invalid": ge(u, o),
3108
3136
  "aria-required": p || void 0,
3109
3137
  className: ["nk-radio-group", r].filter(Boolean).join(" "),
3110
3138
  "data-disabled": s || void 0,
3111
- "data-invalid": k || void 0,
3139
+ "data-invalid": x || void 0,
3112
3140
  "data-orientation": c,
3113
3141
  role: "radiogroup",
3114
3142
  children: i
@@ -3116,8 +3144,8 @@ const ir = y(function(t, e) {
3116
3144
  ) });
3117
3145
  }
3118
3146
  );
3119
- Pn(_o, "group");
3120
- function Je(n, t, e) {
3147
+ En(Fo, "group");
3148
+ function tn(n, t, e) {
3121
3149
  if (n.length === 0) return -1;
3122
3150
  for (let o = 1; o <= n.length; o += 1) {
3123
3151
  const i = (t + e * o + n.length) % n.length;
@@ -3125,7 +3153,7 @@ function Je(n, t, e) {
3125
3153
  }
3126
3154
  return -1;
3127
3155
  }
3128
- function Ro(n, t, e) {
3156
+ function Wo(n, t, e) {
3129
3157
  for (let o = 1; o <= n.length; o += 1) {
3130
3158
  const i = (e + o + n.length) % n.length, r = n[i];
3131
3159
  if (!r.disabled && r.label.toLocaleLowerCase().startsWith(t))
@@ -3133,7 +3161,7 @@ function Ro(n, t, e) {
3133
3161
  }
3134
3162
  return -1;
3135
3163
  }
3136
- function So(n) {
3164
+ function zo(n) {
3137
3165
  const t = /* @__PURE__ */ new Set();
3138
3166
  n.forEach((e) => {
3139
3167
  if (t.has(e.value))
@@ -3141,10 +3169,10 @@ function So(n) {
3141
3169
  t.add(e.value);
3142
3170
  });
3143
3171
  }
3144
- function Vo(n, t, e) {
3172
+ function jo(n, t, e) {
3145
3173
  t.current = n, typeof e == "function" ? e(n) : e && (e.current = n);
3146
3174
  }
3147
- function To(n) {
3175
+ function Zo(n) {
3148
3176
  const {
3149
3177
  "aria-invalid": t,
3150
3178
  children: e,
@@ -3153,32 +3181,32 @@ function To(n) {
3153
3181
  disabled: r = !1,
3154
3182
  forwardedReference: l,
3155
3183
  invalid: s = !1,
3156
- placeholder: h,
3184
+ placeholder: u,
3157
3185
  style: f,
3158
3186
  value: d,
3159
3187
  ...c
3160
- } = n, p = ge(s, t), m = s || he(t);
3161
- return /* @__PURE__ */ T(
3188
+ } = n, p = ge(s, t), v = s || he(t);
3189
+ return /* @__PURE__ */ O(
3162
3190
  "span",
3163
3191
  {
3164
3192
  className: ["nk-select", o].filter(Boolean).join(" "),
3165
3193
  "data-disabled": r || void 0,
3166
- "data-invalid": m || void 0,
3194
+ "data-invalid": v || void 0,
3167
3195
  "data-mode": "native",
3168
3196
  style: f,
3169
3197
  children: [
3170
- /* @__PURE__ */ T(
3198
+ /* @__PURE__ */ O(
3171
3199
  "select",
3172
3200
  {
3173
3201
  ...c,
3174
3202
  ref: l,
3175
3203
  "aria-invalid": p,
3176
3204
  className: "nk-select__control",
3177
- defaultValue: d === void 0 ? i ?? (h !== void 0 ? "" : void 0) : void 0,
3205
+ defaultValue: d === void 0 ? i ?? (u !== void 0 ? "" : void 0) : void 0,
3178
3206
  disabled: r,
3179
3207
  value: d,
3180
3208
  children: [
3181
- h !== void 0 ? /* @__PURE__ */ a("option", { disabled: !0, value: "", children: h }) : null,
3209
+ u !== void 0 ? /* @__PURE__ */ a("option", { disabled: !0, value: "", children: u }) : null,
3182
3210
  e
3183
3211
  ]
3184
3212
  }
@@ -3188,8 +3216,8 @@ function To(n) {
3188
3216
  }
3189
3217
  );
3190
3218
  }
3191
- function Ao(n, t, e) {
3192
- const [o, i] = Y(null);
3219
+ function qo(n, t, e) {
3220
+ const [o, i] = $(null);
3193
3221
  return q(() => {
3194
3222
  if (!n || !t) {
3195
3223
  i(null);
@@ -3201,19 +3229,19 @@ function Ao(n, t, e) {
3201
3229
  function s() {
3202
3230
  const d = t == null ? void 0 : t.getBoundingClientRect();
3203
3231
  if (!d) return;
3204
- const c = 8, p = 4, m = l.innerHeight - d.bottom - p - c, g = d.top - p - c, k = m < 160 && g > m, b = Math.max(
3232
+ const c = 8, p = 4, v = l.innerHeight - d.bottom - p - c, m = d.top - p - c, x = v < 160 && m > v, b = Math.max(
3205
3233
  72,
3206
- k ? g : m
3207
- ), w = e == null ? void 0 : e.getBoundingClientRect(), S = Math.max(
3234
+ x ? m : v
3235
+ ), w = e == null ? void 0 : e.getBoundingClientRect(), M = Math.max(
3208
3236
  d.width,
3209
3237
  (w == null ? void 0 : w.width) ?? d.width
3210
- ), L = Math.min(
3238
+ ), _ = Math.min(
3211
3239
  Math.max(c, d.left),
3212
3240
  Math.max(
3213
3241
  c,
3214
- l.innerWidth - c - S
3242
+ l.innerWidth - c - M
3215
3243
  )
3216
- ), V = k ? Math.max(
3244
+ ), R = x ? Math.max(
3217
3245
  c,
3218
3246
  d.top - p - Math.min(
3219
3247
  (w == null ? void 0 : w.height) ?? b,
@@ -3221,20 +3249,20 @@ function Ao(n, t, e) {
3221
3249
  )
3222
3250
  ) : d.bottom + p;
3223
3251
  i({
3224
- left: L,
3252
+ left: _,
3225
3253
  maxHeight: b,
3226
3254
  minWidth: d.width,
3227
- top: V
3255
+ top: R
3228
3256
  });
3229
3257
  }
3230
3258
  s(), l.addEventListener("resize", s), l.addEventListener("scroll", s, !0);
3231
- const h = l.ResizeObserver, f = h ? new h(s) : null;
3259
+ const u = l.ResizeObserver, f = u ? new u(s) : null;
3232
3260
  return f == null || f.observe(t), e && (f == null || f.observe(e)), () => {
3233
3261
  l.removeEventListener("resize", s), l.removeEventListener("scroll", s, !0), f == null || f.disconnect();
3234
3262
  };
3235
3263
  }, [n, e, t]), o;
3236
3264
  }
3237
- function Oo(n) {
3265
+ function $o(n) {
3238
3266
  const {
3239
3267
  active: t,
3240
3268
  closeOnEscape: e,
@@ -3243,37 +3271,37 @@ function Oo(n) {
3243
3271
  id: r,
3244
3272
  listboxReference: l,
3245
3273
  onEscapeDismiss: s,
3246
- onEscapeKeyDown: h,
3274
+ onEscapeKeyDown: u,
3247
3275
  onHighlight: f,
3248
3276
  onOutsideDismiss: d,
3249
3277
  onPointerDownOutside: c,
3250
3278
  onSelect: p,
3251
- options: m,
3252
- ownerDocument: g,
3253
- position: k,
3279
+ options: v,
3280
+ ownerDocument: m,
3281
+ position: x,
3254
3282
  selectedValue: b,
3255
3283
  state: w,
3256
- triggerReference: S
3257
- } = n, L = H(null), V = je(!0, g), I = Me(
3258
- () => [S, L],
3259
- [S]
3260
- ), E = W(
3261
- (P) => {
3262
- L.current = P, l(P);
3284
+ triggerReference: M
3285
+ } = n, _ = D(null), R = Ge(!0, m), k = Me(
3286
+ () => [M, _],
3287
+ [M]
3288
+ ), C = W(
3289
+ (I) => {
3290
+ _.current = I, l(I);
3263
3291
  },
3264
3292
  [l]
3265
3293
  );
3266
- return qe({
3294
+ return Ke({
3267
3295
  active: t,
3268
- boundaries: I,
3296
+ boundaries: k,
3269
3297
  dismissOnEscape: e,
3270
3298
  dismissOnPointerDownOutside: o,
3271
- layerId: V.id,
3299
+ layerId: R.id,
3272
3300
  onEscapeDismiss: s,
3273
- onEscapeKeyDown: h,
3301
+ onEscapeKeyDown: u,
3274
3302
  onPointerDownOutside: c,
3275
3303
  onPointerDownOutsideDismiss: d,
3276
- ownerDocument: g
3304
+ ownerDocument: m
3277
3305
  }), /* @__PURE__ */ a(
3278
3306
  "div",
3279
3307
  {
@@ -3282,43 +3310,43 @@ function Oo(n) {
3282
3310
  className: "nk-select__listbox",
3283
3311
  "data-state": w,
3284
3312
  id: `${r}-listbox`,
3285
- ref: E,
3313
+ ref: C,
3286
3314
  role: "listbox",
3287
- style: k ? {
3288
- left: k.left,
3289
- maxHeight: k.maxHeight,
3290
- minWidth: k.minWidth,
3291
- top: k.top,
3292
- zIndex: V.zIndex
3293
- } : { visibility: "hidden", zIndex: V.zIndex },
3294
- children: m.map((P, _) => /* @__PURE__ */ T(
3315
+ style: x ? {
3316
+ left: x.left,
3317
+ maxHeight: x.maxHeight,
3318
+ minWidth: x.minWidth,
3319
+ top: x.top,
3320
+ zIndex: R.zIndex
3321
+ } : { visibility: "hidden", zIndex: R.zIndex },
3322
+ children: v.map((I, N) => /* @__PURE__ */ O(
3295
3323
  "div",
3296
3324
  {
3297
- "aria-disabled": P.disabled || void 0,
3298
- "aria-selected": P.value === b,
3325
+ "aria-disabled": I.disabled || void 0,
3326
+ "aria-selected": I.value === b,
3299
3327
  className: "nk-select__option",
3300
- "data-highlighted": _ === i || void 0,
3301
- "data-selected": P.value === b || void 0,
3302
- id: `${r}-option-${_}`,
3303
- onPointerDown: (D) => {
3304
- D.preventDefault(), P.disabled || p(P);
3328
+ "data-highlighted": N === i || void 0,
3329
+ "data-selected": I.value === b || void 0,
3330
+ id: `${r}-option-${N}`,
3331
+ onPointerDown: (T) => {
3332
+ T.preventDefault(), I.disabled || p(I);
3305
3333
  },
3306
3334
  onPointerMove: () => {
3307
- P.disabled || f(_);
3335
+ I.disabled || f(N);
3308
3336
  },
3309
3337
  role: "option",
3310
3338
  children: [
3311
- P.icon ? /* @__PURE__ */ a(me, { type: P.icon }) : null,
3312
- /* @__PURE__ */ a("span", { className: "nk-select__option-label", children: P.label }),
3313
- P.value === b ? /* @__PURE__ */ a(me, { className: "nk-select__check", type: "checkmark" }) : null
3339
+ I.icon ? /* @__PURE__ */ a(me, { type: I.icon }) : null,
3340
+ /* @__PURE__ */ a("span", { className: "nk-select__option-label", children: I.label }),
3341
+ I.value === b ? /* @__PURE__ */ a(me, { className: "nk-select__check", type: "checkmark" }) : null
3314
3342
  ]
3315
3343
  },
3316
- P.value
3344
+ I.value
3317
3345
  ))
3318
3346
  }
3319
3347
  );
3320
3348
  }
3321
- function Do(n) {
3349
+ function Go(n) {
3322
3350
  var ye;
3323
3351
  const {
3324
3352
  "aria-invalid": t,
@@ -3328,235 +3356,235 @@ function Do(n) {
3328
3356
  defaultValue: r = "",
3329
3357
  disabled: l = !1,
3330
3358
  displayOverride: s,
3331
- form: h,
3359
+ form: u,
3332
3360
  forwardedReference: f,
3333
3361
  id: d,
3334
3362
  invalid: c = !1,
3335
3363
  name: p,
3336
- onChange: m,
3337
- onClick: g,
3338
- onEscapeKeyDown: k,
3364
+ onChange: v,
3365
+ onClick: m,
3366
+ onEscapeKeyDown: x,
3339
3367
  onKeyDown: b,
3340
3368
  onOpenChange: w,
3341
- onPointerDownOutside: S,
3342
- options: L,
3343
- placeholder: V,
3344
- portalContainer: I,
3345
- required: E = !1,
3346
- style: P,
3347
- value: _,
3348
- width: D,
3349
- ...Z
3369
+ onPointerDownOutside: M,
3370
+ options: _,
3371
+ placeholder: R,
3372
+ portalContainer: k,
3373
+ required: C = !1,
3374
+ style: I,
3375
+ value: N,
3376
+ width: T,
3377
+ ...z
3350
3378
  } = n;
3351
- So(L);
3352
- const j = Pe(), F = d ?? j, N = H(null), U = H(null), M = H(null), v = H(""), [x, B] = Y(null), [O, R] = Y(!1), [z, te] = Y(-1), [ee, Q] = Y(r), $ = _ !== void 0, ce = $ ? _ : ee, pe = L.find(
3353
- (u) => u.value === ce
3354
- ), we = c || he(t), Le = ge(c, t), G = $e(O), ne = (I == null ? void 0 : I.ownerDocument) ?? ((ye = N.current) == null ? void 0 : ye.ownerDocument) ?? (typeof document > "u" ? null : document), se = Ao(
3379
+ zo(_);
3380
+ const Z = Le(), H = d ?? Z, E = D(null), U = D(null), S = D(null), y = D(""), [P, A] = $(null), [B, V] = $(!1), [j, te] = $(-1), [ee, X] = $(r), K = N !== void 0, de = K ? N : ee, pe = _.find(
3381
+ (h) => h.value === de
3382
+ ), we = c || he(t), Ee = ge(c, t), G = Ue(B), ne = (k == null ? void 0 : k.ownerDocument) ?? ((ye = E.current) == null ? void 0 : ye.ownerDocument) ?? (typeof document > "u" ? null : document), ae = qo(
3355
3383
  G.present,
3356
- N.current,
3357
- x
3358
- ), oe = D === void 0 ? P : { ...P, width: D }, K = s ?? pe, ve = W(
3359
- (u) => {
3360
- Vo(
3361
- u,
3362
- N,
3384
+ E.current,
3385
+ P
3386
+ ), oe = T === void 0 ? I : { ...I, width: T }, Y = s ?? pe, ve = W(
3387
+ (h) => {
3388
+ jo(
3389
+ h,
3390
+ E,
3363
3391
  f
3364
3392
  );
3365
3393
  },
3366
3394
  [f]
3367
- ), re = W((u) => {
3368
- O !== u && (R(u), w == null || w(u));
3369
- }, [w, O]), le = W((u = 1) => {
3370
- const C = L.findIndex(
3371
- (ie) => ie.value === ce && !ie.disabled
3372
- ), X = u === 1 ? -1 : L.length;
3395
+ ), re = W((h) => {
3396
+ B !== h && (V(h), w == null || w(h));
3397
+ }, [w, B]), le = W((h = 1) => {
3398
+ const L = _.findIndex(
3399
+ (ie) => ie.value === de && !ie.disabled
3400
+ ), Q = h === 1 ? -1 : _.length;
3373
3401
  te(
3374
- C >= 0 ? C : Je(L, X, u)
3402
+ L >= 0 ? L : tn(_, Q, h)
3375
3403
  ), re(!0);
3376
- }, [L, ce, re]), be = W((u) => {
3377
- var C;
3378
- u.disabled || ($ || Q(u.value), re(!1), (C = N.current) == null || C.focus(), m == null || m(u.value));
3379
- }, [$, m, re]), Ee = W(() => {
3380
- var u;
3381
- re(!1), (u = N.current) == null || u.focus();
3382
- }, [re]), Ne = W(() => {
3404
+ }, [_, de, re]), be = W((h) => {
3405
+ var L;
3406
+ h.disabled || (K || X(h.value), re(!1), (L = E.current) == null || L.focus(), v == null || v(h.value));
3407
+ }, [K, v, re]), Se = W(() => {
3408
+ var h;
3409
+ re(!1), (h = E.current) == null || h.focus();
3410
+ }, [re]), Re = W(() => {
3383
3411
  re(!1);
3384
3412
  }, [re]);
3385
- function de(u) {
3386
- g == null || g(u), !(u.defaultPrevented || l) && (O ? re(!1) : le());
3413
+ function ue(h) {
3414
+ m == null || m(h), !(h.defaultPrevented || l) && (B ? re(!1) : le());
3387
3415
  }
3388
- function _e(u) {
3389
- if (b == null || b(u), !(u.defaultPrevented || l)) {
3390
- if (u.key === "ArrowDown" || u.key === "ArrowUp") {
3391
- u.preventDefault();
3392
- const C = u.key === "ArrowDown" ? 1 : -1;
3393
- O ? te(
3394
- (X) => Je(L, X, C)
3395
- ) : le(C);
3416
+ function Te(h) {
3417
+ if (b == null || b(h), !(h.defaultPrevented || l)) {
3418
+ if (h.key === "ArrowDown" || h.key === "ArrowUp") {
3419
+ h.preventDefault();
3420
+ const L = h.key === "ArrowDown" ? 1 : -1;
3421
+ B ? te(
3422
+ (Q) => tn(_, Q, L)
3423
+ ) : le(L);
3396
3424
  return;
3397
3425
  }
3398
- if (u.key === "Home" || u.key === "End") {
3399
- if (u.preventDefault(), !O) le(u.key === "Home" ? 1 : -1);
3426
+ if (h.key === "Home" || h.key === "End") {
3427
+ if (h.preventDefault(), !B) le(h.key === "Home" ? 1 : -1);
3400
3428
  else {
3401
- const C = u.key === "Home" ? 1 : -1, X = C === 1 ? -1 : L.length;
3429
+ const L = h.key === "Home" ? 1 : -1, Q = L === 1 ? -1 : _.length;
3402
3430
  te(
3403
- Je(L, X, C)
3431
+ tn(_, Q, L)
3404
3432
  );
3405
3433
  }
3406
3434
  return;
3407
3435
  }
3408
- if (u.key === "Enter" || u.key === " ") {
3409
- u.preventDefault();
3410
- const C = L[z];
3411
- O && C ? be(C) : O || le();
3436
+ if (h.key === "Enter" || h.key === " ") {
3437
+ h.preventDefault();
3438
+ const L = _[j];
3439
+ B && L ? be(L) : B || le();
3412
3440
  return;
3413
3441
  }
3414
- if (u.key === "Tab") {
3442
+ if (h.key === "Tab") {
3415
3443
  re(!1);
3416
3444
  return;
3417
3445
  }
3418
- if (u.key.length === 1 && !u.altKey && !u.ctrlKey && !u.metaKey) {
3419
- const C = u.currentTarget.ownerDocument.defaultView;
3420
- if (!C) return;
3421
- const X = u.key.toLocaleLowerCase(), ie = v.current + X, ae = Array.from(ie).every((Re) => Re === X);
3422
- v.current = ae ? X : ie, M.current !== null && C.clearTimeout(M.current), M.current = C.setTimeout(() => {
3423
- v.current = "", M.current = null;
3446
+ if (h.key.length === 1 && !h.altKey && !h.ctrlKey && !h.metaKey) {
3447
+ const L = h.currentTarget.ownerDocument.defaultView;
3448
+ if (!L) return;
3449
+ const Q = h.key.toLocaleLowerCase(), ie = y.current + Q, se = Array.from(ie).every((ke) => ke === Q);
3450
+ y.current = se ? Q : ie, S.current !== null && L.clearTimeout(S.current), S.current = L.setTimeout(() => {
3451
+ y.current = "", S.current = null;
3424
3452
  }, 500);
3425
- const ue = Ro(
3426
- L,
3427
- v.current,
3428
- z
3453
+ const ce = Wo(
3454
+ _,
3455
+ y.current,
3456
+ j
3429
3457
  );
3430
- ue >= 0 && (u.preventDefault(), O || re(!0), te(ue));
3458
+ ce >= 0 && (h.preventDefault(), B || re(!0), te(ce));
3431
3459
  }
3432
3460
  }
3433
3461
  }
3434
3462
  return q(() => {
3435
- var u;
3436
- if (O && z >= 0) {
3437
- const C = ne == null ? void 0 : ne.getElementById(
3438
- `${F}-option-${z}`
3463
+ var h;
3464
+ if (B && j >= 0) {
3465
+ const L = ne == null ? void 0 : ne.getElementById(
3466
+ `${H}-option-${j}`
3439
3467
  );
3440
- C && (x != null && x.contains(C)) && ((u = C.scrollIntoView) == null || u.call(C, { block: "nearest" }));
3468
+ L && (P != null && P.contains(L)) && ((h = L.scrollIntoView) == null || h.call(L, { block: "nearest" }));
3441
3469
  }
3442
- }, [z, F, x, O]), q(() => {
3443
- var X;
3444
- const u = (X = N.current) == null ? void 0 : X.form;
3445
- if (!u) return;
3446
- function C() {
3447
- const ie = U.current, ae = $ ? ce : r;
3470
+ }, [j, H, P, B]), q(() => {
3471
+ var Q;
3472
+ const h = (Q = E.current) == null ? void 0 : Q.form;
3473
+ if (!h) return;
3474
+ function L() {
3475
+ const ie = U.current, se = K ? de : r;
3448
3476
  if (ie) {
3449
- const ue = Array.from(ie.options), Re = ue.find(
3450
- (A) => A.value === ae
3451
- ) ?? ue[0];
3452
- ue.forEach((A) => {
3453
- A.defaultSelected = A === Re;
3477
+ const ce = Array.from(ie.options), ke = ce.find(
3478
+ (Ve) => Ve.value === se
3479
+ ) ?? ce[0];
3480
+ ce.forEach((Ve) => {
3481
+ Ve.defaultSelected = Ve === ke;
3454
3482
  });
3455
3483
  }
3456
- $ || Q(r), re(!1);
3457
- }
3458
- return u.addEventListener("reset", C), () => u.removeEventListener("reset", C);
3459
- }, [r, h, $, ce, re]), q(() => () => {
3460
- var C;
3461
- const u = (C = N.current) == null ? void 0 : C.ownerDocument.defaultView;
3462
- u && M.current !== null && u.clearTimeout(M.current);
3463
- }, []), /* @__PURE__ */ T(
3484
+ K || X(r), re(!1);
3485
+ }
3486
+ return h.addEventListener("reset", L), () => h.removeEventListener("reset", L);
3487
+ }, [r, u, K, de, re]), q(() => () => {
3488
+ var L;
3489
+ const h = (L = E.current) == null ? void 0 : L.ownerDocument.defaultView;
3490
+ h && S.current !== null && h.clearTimeout(S.current);
3491
+ }, []), /* @__PURE__ */ O(
3464
3492
  "span",
3465
3493
  {
3466
3494
  className: ["nk-select", e].filter(Boolean).join(" "),
3467
3495
  "data-disabled": l || void 0,
3468
3496
  "data-invalid": we || void 0,
3469
3497
  "data-mode": "custom",
3470
- "data-open": O || void 0,
3498
+ "data-open": B || void 0,
3471
3499
  style: oe,
3472
3500
  children: [
3473
- /* @__PURE__ */ T(
3501
+ /* @__PURE__ */ O(
3474
3502
  "button",
3475
3503
  {
3476
- ...Z,
3504
+ ...z,
3477
3505
  ref: ve,
3478
- "aria-activedescendant": O && z >= 0 ? `${F}-option-${z}` : void 0,
3479
- "aria-controls": `${F}-listbox`,
3480
- "aria-expanded": O,
3506
+ "aria-activedescendant": B && j >= 0 ? `${H}-option-${j}` : void 0,
3507
+ "aria-controls": `${H}-listbox`,
3508
+ "aria-expanded": B,
3481
3509
  "aria-haspopup": "listbox",
3482
- "aria-invalid": Le,
3483
- "aria-required": E || void 0,
3510
+ "aria-invalid": Ee,
3511
+ "aria-required": C || void 0,
3484
3512
  "aria-autocomplete": "none",
3485
3513
  className: "nk-select__trigger",
3486
3514
  disabled: l,
3487
- form: h,
3488
- id: F,
3489
- onClick: de,
3490
- onKeyDown: _e,
3515
+ form: u,
3516
+ id: H,
3517
+ onClick: ue,
3518
+ onKeyDown: Te,
3491
3519
  role: "combobox",
3492
3520
  type: "button",
3493
3521
  children: [
3494
- K ? /* @__PURE__ */ T("span", { className: "nk-select__value", children: [
3495
- K.icon ? /* @__PURE__ */ a(me, { type: K.icon }) : null,
3496
- /* @__PURE__ */ a("span", { className: "nk-select__value-label", children: K.label })
3497
- ] }) : /* @__PURE__ */ a("span", { className: "nk-select__placeholder", children: V }),
3522
+ Y ? /* @__PURE__ */ O("span", { className: "nk-select__value", children: [
3523
+ Y.icon ? /* @__PURE__ */ a(me, { type: Y.icon }) : null,
3524
+ /* @__PURE__ */ a("span", { className: "nk-select__value-label", children: Y.label })
3525
+ ] }) : /* @__PURE__ */ a("span", { className: "nk-select__placeholder", children: R }),
3498
3526
  /* @__PURE__ */ a(me, { className: "nk-select__icon", type: "chevron-down" })
3499
3527
  ]
3500
3528
  }
3501
3529
  ),
3502
- p || E ? /* @__PURE__ */ T(
3530
+ p || C ? /* @__PURE__ */ O(
3503
3531
  "select",
3504
3532
  {
3505
3533
  ref: U,
3506
3534
  "aria-hidden": "true",
3507
3535
  className: "nk-select__form-control",
3508
3536
  disabled: l,
3509
- form: h,
3537
+ form: u,
3510
3538
  name: p,
3511
3539
  onChange: () => {
3512
3540
  },
3513
- onInvalid: (u) => {
3514
- var C;
3515
- u.preventDefault(), (C = N.current) == null || C.focus();
3541
+ onInvalid: (h) => {
3542
+ var L;
3543
+ h.preventDefault(), (L = E.current) == null || L.focus();
3516
3544
  },
3517
- required: E,
3545
+ required: C,
3518
3546
  tabIndex: -1,
3519
- value: ce,
3547
+ value: de,
3520
3548
  children: [
3521
3549
  /* @__PURE__ */ a("option", { value: "" }),
3522
- L.map((u) => /* @__PURE__ */ a(
3550
+ _.map((h) => /* @__PURE__ */ a(
3523
3551
  "option",
3524
3552
  {
3525
- disabled: u.disabled,
3526
- value: u.value,
3527
- children: u.label
3553
+ disabled: h.disabled,
3554
+ value: h.value,
3555
+ children: h.label
3528
3556
  },
3529
- u.value
3557
+ h.value
3530
3558
  ))
3531
3559
  ]
3532
3560
  }
3533
3561
  ) : null,
3534
3562
  G.present && ne ? /* @__PURE__ */ a(
3535
- Ze,
3563
+ $e,
3536
3564
  {
3537
- container: I,
3538
- inheritFrom: N.current,
3565
+ container: k,
3566
+ inheritFrom: E.current,
3539
3567
  children: /* @__PURE__ */ a(
3540
- Oo,
3568
+ $o,
3541
3569
  {
3542
- active: O,
3570
+ active: B,
3543
3571
  closeOnEscape: o,
3544
3572
  closeOnOutsideInteraction: i,
3545
- highlightedIndex: z,
3546
- id: F,
3547
- listboxReference: B,
3548
- onEscapeDismiss: Ee,
3549
- onEscapeKeyDown: k,
3573
+ highlightedIndex: j,
3574
+ id: H,
3575
+ listboxReference: A,
3576
+ onEscapeDismiss: Se,
3577
+ onEscapeKeyDown: x,
3550
3578
  onHighlight: te,
3551
- onOutsideDismiss: Ne,
3552
- onPointerDownOutside: S,
3579
+ onOutsideDismiss: Re,
3580
+ onPointerDownOutside: M,
3553
3581
  onSelect: be,
3554
- options: L,
3582
+ options: _,
3555
3583
  ownerDocument: ne,
3556
- position: se,
3557
- selectedValue: ce,
3584
+ position: ae,
3585
+ selectedValue: de,
3558
3586
  state: G.state === "closing" ? "closing" : "open",
3559
- triggerReference: N
3587
+ triggerReference: E
3560
3588
  }
3561
3589
  )
3562
3590
  }
@@ -3565,29 +3593,29 @@ function Do(n) {
3565
3593
  }
3566
3594
  );
3567
3595
  }
3568
- const ar = y(function(t, e) {
3596
+ const Sr = g(function(t, e) {
3569
3597
  const { options: o } = t;
3570
3598
  return o !== void 0 ? /* @__PURE__ */ a(
3571
- Do,
3599
+ Go,
3572
3600
  {
3573
3601
  ...t,
3574
3602
  forwardedReference: e
3575
3603
  }
3576
3604
  ) : /* @__PURE__ */ a(
3577
- To,
3605
+ Zo,
3578
3606
  {
3579
3607
  ...t,
3580
3608
  forwardedReference: e
3581
3609
  }
3582
3610
  );
3583
- }), sr = y(function(t, e) {
3611
+ }), Rr = g(function(t, e) {
3584
3612
  const {
3585
3613
  "aria-hidden": o = !0,
3586
3614
  className: i,
3587
3615
  height: r = "1em",
3588
3616
  shape: l = "rectangle",
3589
3617
  style: s,
3590
- width: h = l === "circle" ? "1em" : "100%",
3618
+ width: u = l === "circle" ? "1em" : "100%",
3591
3619
  ...f
3592
3620
  } = t;
3593
3621
  return /* @__PURE__ */ a(
@@ -3598,10 +3626,10 @@ const ar = y(function(t, e) {
3598
3626
  "aria-hidden": o,
3599
3627
  className: ["nk-skeleton", i].filter(Boolean).join(" "),
3600
3628
  "data-shape": l,
3601
- style: { ...s, width: h, height: r }
3629
+ style: { ...s, width: u, height: r }
3602
3630
  }
3603
3631
  );
3604
- }), lr = y(function(t, e) {
3632
+ }), Tr = g(function(t, e) {
3605
3633
  const {
3606
3634
  "aria-invalid": o,
3607
3635
  className: i,
@@ -3609,7 +3637,7 @@ const ar = y(function(t, e) {
3609
3637
  style: l,
3610
3638
  ...s
3611
3639
  } = t;
3612
- return /* @__PURE__ */ T(
3640
+ return /* @__PURE__ */ O(
3613
3641
  "span",
3614
3642
  {
3615
3643
  className: ["nk-switch", i].filter(Boolean).join(" "),
@@ -3633,210 +3661,177 @@ const ar = y(function(t, e) {
3633
3661
  ]
3634
3662
  }
3635
3663
  );
3636
- });
3637
- function mn(n) {
3638
- return Number.isFinite(n) ? Math.max(1, Math.floor(n)) : 1;
3639
- }
3640
- const cr = y(
3641
- function(t, e) {
3642
- const {
3643
- "aria-invalid": o,
3644
- className: i,
3645
- disabled: r = !1,
3646
- invalid: l = !1,
3647
- minRows: s,
3648
- readOnly: h = !1,
3649
- resize: f = "vertical",
3650
- rows: d,
3651
- style: c,
3652
- ...p
3653
- } = t, m = mn(d ?? s ?? 3), k = `calc(${mn(s ?? d ?? 3) * 1.25}em + var(--nk-text-area-padding) * 2 + var(--nk-text-area-border-width) * 2)`, b = {
3654
- ...c,
3655
- "--nk-text-area-min-height": k
3656
- };
3657
- return /* @__PURE__ */ a(
3658
- "textarea",
3659
- {
3660
- ...p,
3661
- ref: e,
3662
- "aria-invalid": ge(l, o),
3663
- className: ["nk-text-area", i].filter(Boolean).join(" "),
3664
- "data-invalid": l || he(o) || void 0,
3665
- "data-resize": f,
3666
- disabled: r,
3667
- readOnly: h,
3668
- rows: m,
3669
- style: b
3670
- }
3671
- );
3672
- }
3673
- ), Bo = 500, Sn = ze(null);
3674
- function dr(n) {
3675
- const { children: t, delay: e = Bo } = n, o = Me(() => ({
3664
+ }), Ko = 500, Bn = qe(null);
3665
+ function Vr(n) {
3666
+ const { children: t, delay: e = Ko } = n, o = Me(() => ({
3676
3667
  delay: e
3677
3668
  }), [e]);
3678
- return /* @__PURE__ */ a(Sn.Provider, { value: o, children: t });
3669
+ return /* @__PURE__ */ a(Bn.Provider, { value: o, children: t });
3679
3670
  }
3680
- const Vn = 500, gn = 100;
3681
- function Ho(n, t, e, o) {
3671
+ const Dn = 500, In = 100;
3672
+ function Uo(n, t, e, o) {
3682
3673
  t.current = n, He(e, n), He(o, n);
3683
3674
  }
3684
- function Fo(n) {
3685
- return Number.isFinite(n) ? Math.max(0, n) : Vn;
3675
+ function Yo(n) {
3676
+ return Number.isFinite(n) ? Math.max(0, n) : Dn;
3686
3677
  }
3687
- function Wo(n, t) {
3678
+ function Xo(n, t) {
3688
3679
  const e = (n == null ? void 0 : n.split(/\s+/).filter(Boolean)) ?? [];
3689
3680
  return e.includes(t) || e.push(t), e.join(" ");
3690
3681
  }
3691
- const ur = y(function(t, e) {
3682
+ const Qo = g(function(t, e) {
3692
3683
  const {
3693
3684
  children: o,
3694
3685
  className: i,
3695
3686
  content: r,
3696
3687
  contentClassName: l,
3697
3688
  contentStyle: s,
3698
- delay: h,
3689
+ delay: u,
3699
3690
  disabled: f = !1,
3700
3691
  onOpenChange: d,
3701
3692
  placement: c = "top",
3702
3693
  portalContainer: p,
3703
- style: m
3694
+ style: v
3704
3695
  } = t;
3705
3696
  if (r == null || typeof r == "boolean" || typeof r == "string" && !r.trim())
3706
3697
  throw new Error("Tooltip content must not be empty");
3707
- if (o.type === We)
3698
+ if (o.type === _e)
3708
3699
  throw new Error("Tooltip requires a single non-Fragment trigger");
3709
- const k = `${Pe()}-tooltip`, b = Ce(Sn), w = o.props, S = En(o), L = H(null), V = H(null), I = H(f), E = H(!1), P = H(null), _ = H(null), D = H(null), Z = H(!1), j = H(!1), F = H(!1), N = H(!1), [U, M] = Y(null), [v, x] = Y(null), [B, O] = Y(!1);
3710
- I.current = f;
3711
- const R = Fo(
3712
- h ?? (b == null ? void 0 : b.delay) ?? Vn
3713
- ), z = $e(B), te = (p == null ? void 0 : p.ownerDocument) ?? (U == null ? void 0 : U.ownerDocument) ?? (typeof document > "u" ? null : document), ee = je(z.present, te), Q = Nn(
3714
- z.present,
3700
+ const x = `${Le()}-tooltip`, b = Ne(Bn), w = o.props, M = Tn(o), _ = D(null), R = D(null), k = D(f), C = D(!1), I = D(null), N = D(null), T = D(null), z = D(!1), Z = D(!1), H = D(!1), E = D(!1), [U, S] = $(null), [y, P] = $(null), [A, B] = $(!1);
3701
+ k.current = f;
3702
+ const V = Yo(
3703
+ u ?? (b == null ? void 0 : b.delay) ?? Dn
3704
+ ), j = Ue(A), te = (p == null ? void 0 : p.ownerDocument) ?? (U == null ? void 0 : U.ownerDocument) ?? (typeof document > "u" ? null : document), ee = Ge(j.present, te), X = Vn(
3705
+ j.present,
3715
3706
  c,
3716
3707
  U,
3717
- v
3718
- ), $ = Me(
3719
- () => [L, V],
3708
+ y
3709
+ ), K = Me(
3710
+ () => [_, R],
3720
3711
  []
3721
- ), ce = Wo(
3712
+ ), de = Xo(
3722
3713
  w["aria-describedby"],
3723
- k
3724
- ), pe = B && z.present ? ce : w["aria-describedby"], we = W(
3725
- (u) => {
3726
- Ho(
3727
- u,
3728
- L,
3729
- S,
3714
+ x
3715
+ ), pe = A && j.present ? de : w["aria-describedby"], we = W(
3716
+ (h) => {
3717
+ Uo(
3718
+ h,
3719
+ _,
3720
+ M,
3730
3721
  e
3731
- ), M(u);
3722
+ ), S(h);
3732
3723
  },
3733
- [e, S]
3734
- ), Le = W(
3735
- (u) => {
3736
- V.current = u, u || (N.current = !1), x(u);
3724
+ [e, M]
3725
+ ), Ee = W(
3726
+ (h) => {
3727
+ R.current = h, h || (E.current = !1), P(h);
3737
3728
  },
3738
3729
  []
3739
3730
  ), G = W(() => {
3740
- const u = P.current;
3741
- u && u.ownerWindow.clearTimeout(u.timerId), P.current = null;
3731
+ const h = I.current;
3732
+ h && h.ownerWindow.clearTimeout(h.timerId), I.current = null;
3742
3733
  }, []), ne = W(() => {
3743
- const u = _.current;
3744
- u && u.ownerWindow.clearTimeout(u.timerId), _.current = null;
3745
- }, []), se = W(() => {
3746
- const u = D.current;
3747
- u && u.ownerWindow.clearTimeout(u.timerId), D.current = null;
3748
- }, []), oe = W((u) => {
3749
- E.current !== u && (u || (N.current = !1), E.current = u, O(u), d == null || d(u));
3750
- }, [d]), K = W((u) => {
3751
- var ie, ae;
3752
- if (ne(), j.current || F.current || N.current)
3734
+ const h = N.current;
3735
+ h && h.ownerWindow.clearTimeout(h.timerId), N.current = null;
3736
+ }, []), ae = W(() => {
3737
+ const h = T.current;
3738
+ h && h.ownerWindow.clearTimeout(h.timerId), T.current = null;
3739
+ }, []), oe = W((h) => {
3740
+ C.current !== h && (h || (E.current = !1), C.current = h, B(h), d == null || d(h));
3741
+ }, [d]), Y = W((h) => {
3742
+ var ie, se;
3743
+ if (ne(), Z.current || H.current || E.current)
3753
3744
  return;
3754
- if (u === 0) {
3745
+ if (h === 0) {
3755
3746
  oe(!1);
3756
3747
  return;
3757
3748
  }
3758
- const C = ((ie = L.current) == null ? void 0 : ie.ownerDocument.defaultView) ?? ((ae = V.current) == null ? void 0 : ae.ownerDocument.defaultView);
3759
- if (!C) {
3749
+ const L = ((ie = _.current) == null ? void 0 : ie.ownerDocument.defaultView) ?? ((se = R.current) == null ? void 0 : se.ownerDocument.defaultView);
3750
+ if (!L) {
3760
3751
  oe(!1);
3761
3752
  return;
3762
3753
  }
3763
- const X = C.setTimeout(() => {
3764
- _.current = null, !j.current && !F.current && !N.current && oe(!1);
3765
- }, u);
3766
- _.current = {
3767
- ownerWindow: C,
3768
- timerId: X
3754
+ const Q = L.setTimeout(() => {
3755
+ N.current = null, !Z.current && !H.current && !E.current && oe(!1);
3756
+ }, h);
3757
+ N.current = {
3758
+ ownerWindow: L,
3759
+ timerId: Q
3769
3760
  };
3770
3761
  }, [ne, oe]), ve = W(() => {
3771
- var X;
3772
- if (G(), ne(), R === 0) {
3762
+ var Q;
3763
+ if (G(), ne(), V === 0) {
3773
3764
  oe(!0);
3774
3765
  return;
3775
3766
  }
3776
- const u = (X = L.current) == null ? void 0 : X.ownerDocument.defaultView;
3777
- if (!u) return;
3778
- const C = u.setTimeout(() => {
3779
- P.current = null, I.current || oe(!0);
3780
- }, R);
3781
- P.current = { ownerWindow: u, timerId: C };
3782
- }, [ne, G, R, oe]);
3783
- function re(u) {
3784
- var C;
3785
- (C = w.onFocus) == null || C.call(w, u), j.current = !0, ne(), !Z.current && (G(), oe(!0));
3767
+ const h = (Q = _.current) == null ? void 0 : Q.ownerDocument.defaultView;
3768
+ if (!h) return;
3769
+ const L = h.setTimeout(() => {
3770
+ I.current = null, k.current || oe(!0);
3771
+ }, V);
3772
+ I.current = { ownerWindow: h, timerId: L };
3773
+ }, [ne, G, V, oe]);
3774
+ function re(h) {
3775
+ var L;
3776
+ if ((L = w.onFocus) == null || L.call(w, h), Z.current = !0, ne(), z.current || uo(h.currentTarget)) {
3777
+ G();
3778
+ return;
3779
+ }
3780
+ G(), oe(!0);
3786
3781
  }
3787
- function le(u) {
3788
- var C;
3789
- (C = w.onBlur) == null || C.call(w, u), !u.currentTarget.contains(u.relatedTarget) && (j.current = !1, G(), K(0));
3782
+ function le(h) {
3783
+ var L;
3784
+ (L = w.onBlur) == null || L.call(w, h), !h.currentTarget.contains(h.relatedTarget) && (Z.current = !1, G(), Y(0));
3790
3785
  }
3791
- function be(u) {
3792
- var C;
3793
- (C = w.onMouseEnter) == null || C.call(w, u), F.current = !0, ve();
3786
+ function be(h) {
3787
+ var L;
3788
+ (L = w.onMouseEnter) == null || L.call(w, h), H.current = !0, ve();
3794
3789
  }
3795
- function Ee(u) {
3796
- var C;
3797
- (C = w.onMouseLeave) == null || C.call(w, u), F.current = !1, G(), K(gn);
3790
+ function Se(h) {
3791
+ var L;
3792
+ (L = w.onMouseLeave) == null || L.call(w, h), H.current = !1, G(), Y(In);
3798
3793
  }
3799
- function Ne() {
3800
- N.current = !0, ne();
3794
+ function Re() {
3795
+ E.current = !0, ne();
3801
3796
  }
3802
- function de() {
3803
- N.current = !1, K(gn);
3797
+ function ue() {
3798
+ E.current = !1, Y(In);
3804
3799
  }
3805
- function _e(u) {
3806
- var ie, ae;
3807
- (ie = w.onPointerDown) == null || ie.call(w, u), G(), ne(), oe(!1);
3808
- const C = (ae = L.current) == null ? void 0 : ae.ownerDocument.defaultView;
3809
- if (!C) return;
3810
- Z.current = !0, se();
3811
- const X = C.setTimeout(() => {
3812
- Z.current = !1, D.current = null;
3800
+ function Te(h) {
3801
+ var ie, se;
3802
+ (ie = w.onPointerDown) == null || ie.call(w, h), G(), ne(), oe(!1);
3803
+ const L = (se = _.current) == null ? void 0 : se.ownerDocument.defaultView;
3804
+ if (!L) return;
3805
+ z.current = !0, ae();
3806
+ const Q = L.setTimeout(() => {
3807
+ z.current = !1, T.current = null;
3813
3808
  }, 0);
3814
- D.current = { ownerWindow: C, timerId: X };
3809
+ T.current = { ownerWindow: L, timerId: Q };
3815
3810
  }
3816
- if (qe({
3817
- active: B,
3818
- boundaries: $,
3811
+ if (Ke({
3812
+ active: A,
3813
+ boundaries: K,
3819
3814
  dismissOnPointerDownOutside: !0,
3820
3815
  layerId: ee.id,
3821
3816
  onEscapeDismiss: () => oe(!1),
3822
3817
  onPointerDownOutsideDismiss: () => oe(!1),
3823
3818
  ownerDocument: te
3824
3819
  }), q(() => {
3825
- f && (G(), ne(), se(), Z.current = !1, j.current = !1, F.current = !1, N.current = !1, E.current && oe(!1));
3820
+ f && (G(), ne(), ae(), z.current = !1, Z.current = !1, H.current = !1, E.current = !1, C.current && oe(!1));
3826
3821
  }, [
3827
3822
  ne,
3828
3823
  G,
3829
- se,
3824
+ ae,
3830
3825
  f,
3831
3826
  oe
3832
3827
  ]), q(() => () => {
3833
- G(), ne(), se();
3834
- }, [ne, G, se]), f)
3835
- return Be(
3828
+ G(), ne(), ae();
3829
+ }, [ne, G, ae]), f)
3830
+ return Pe(
3836
3831
  o,
3837
3832
  { ref: we }
3838
3833
  );
3839
- const ye = Be(
3834
+ const ye = Pe(
3840
3835
  o,
3841
3836
  {
3842
3837
  "aria-describedby": pe,
@@ -3844,36 +3839,36 @@ const ur = y(function(t, e) {
3844
3839
  onBlur: le,
3845
3840
  onFocus: re,
3846
3841
  onMouseEnter: be,
3847
- onMouseLeave: Ee,
3848
- onPointerDown: _e,
3842
+ onMouseLeave: Se,
3843
+ onPointerDown: Te,
3849
3844
  ref: we,
3850
- style: { ...w.style, ...m }
3845
+ style: { ...w.style, ...v }
3851
3846
  }
3852
3847
  );
3853
- return /* @__PURE__ */ T(Fe, { children: [
3848
+ return /* @__PURE__ */ O(je, { children: [
3854
3849
  ye,
3855
- z.present && te ? /* @__PURE__ */ a(
3856
- Ze,
3850
+ j.present && te ? /* @__PURE__ */ a(
3851
+ $e,
3857
3852
  {
3858
3853
  container: p,
3859
3854
  inheritFrom: U,
3860
- children: /* @__PURE__ */ T(
3861
- Oe,
3855
+ children: /* @__PURE__ */ O(
3856
+ Fe,
3862
3857
  {
3863
- ref: Le,
3864
- "aria-hidden": B ? void 0 : !0,
3858
+ ref: Ee,
3859
+ "aria-hidden": A ? void 0 : !0,
3865
3860
  className: ["nk-tooltip", l].filter(Boolean).join(" "),
3866
- "data-placement": (Q == null ? void 0 : Q.placement) ?? c,
3867
- "data-state": z.state === "closing" ? "closing" : "open",
3868
- id: k,
3869
- onMouseEnter: Ne,
3870
- onMouseLeave: de,
3861
+ "data-placement": (X == null ? void 0 : X.placement) ?? c,
3862
+ "data-state": j.state === "closing" ? "closing" : "open",
3863
+ id: x,
3864
+ onMouseEnter: Re,
3865
+ onMouseLeave: ue,
3871
3866
  role: "tooltip",
3872
- style: Q ? {
3867
+ style: X ? {
3873
3868
  ...s,
3874
- "--nk-tooltip-arrow-offset": `${Q.arrowOffset}px`,
3875
- left: Q.left,
3876
- top: Q.top,
3869
+ "--nk-tooltip-arrow-offset": `${X.arrowOffset}px`,
3870
+ left: X.left,
3871
+ top: X.top,
3877
3872
  zIndex: ee.zIndex
3878
3873
  } : {
3879
3874
  ...s,
@@ -3889,35 +3884,466 @@ const ur = y(function(t, e) {
3889
3884
  }
3890
3885
  ) : null
3891
3886
  ] });
3887
+ }), Jo = [
3888
+ "a[href]",
3889
+ "audio[controls]",
3890
+ "button",
3891
+ "iframe",
3892
+ "input",
3893
+ "label",
3894
+ "select",
3895
+ "summary",
3896
+ "textarea",
3897
+ "video[controls]",
3898
+ "[contenteditable]:not([contenteditable='false'])"
3899
+ ].join(","), er = /* @__PURE__ */ new Set([
3900
+ "button",
3901
+ "checkbox",
3902
+ "combobox",
3903
+ "grid",
3904
+ "link",
3905
+ "listbox",
3906
+ "menu",
3907
+ "menubar",
3908
+ "menuitem",
3909
+ "menuitemcheckbox",
3910
+ "menuitemradio",
3911
+ "option",
3912
+ "radio",
3913
+ "radiogroup",
3914
+ "scrollbar",
3915
+ "searchbox",
3916
+ "slider",
3917
+ "spinbutton",
3918
+ "switch",
3919
+ "tab",
3920
+ "tablist",
3921
+ "textbox",
3922
+ "tree",
3923
+ "treegrid",
3924
+ "treeitem"
3925
+ ]);
3926
+ function nr(n, t) {
3927
+ var o;
3928
+ let e = n;
3929
+ for (; e && e !== t; ) {
3930
+ if (e.matches(Jo) || (((o = e.getAttribute("role")) == null ? void 0 : o.split(/\s+/)) ?? []).some((r) => er.has(r)))
3931
+ return !0;
3932
+ e = e.parentElement;
3933
+ }
3934
+ return !1;
3935
+ }
3936
+ function tr(n, t, e) {
3937
+ return n === void 0 ? t : e ? e(n) : n instanceof Date ? Number.isNaN(n.getTime()) ? "Invalid Date" : n.toISOString().slice(0, 10) : typeof n == "boolean" ? n ? "Yes" : "No" : n;
3938
+ }
3939
+ function or(n) {
3940
+ if (typeof n == "number" || typeof n == "string")
3941
+ return String(n);
3942
+ }
3943
+ function Hn(n) {
3944
+ for (const t of an.toArray(n)) {
3945
+ if (Ze(t) && t.type === _e) {
3946
+ if (Hn(t.props.children)) return !0;
3947
+ continue;
3948
+ }
3949
+ return !0;
3950
+ }
3951
+ return !1;
3952
+ }
3953
+ function rr(n, t) {
3954
+ let e = !1;
3955
+ function o(r) {
3956
+ return an.map(r, (l) => Ze(l) ? l.type === _e ? Pe(
3957
+ l,
3958
+ void 0,
3959
+ o(
3960
+ l.props.children
3961
+ )
3962
+ ) : !e && l.type === Wn ? (e = !0, Pe(
3963
+ l,
3964
+ { rowTrigger: t }
3965
+ )) : l : l);
3966
+ }
3967
+ const i = o(n);
3968
+ return { attached: e, content: i };
3969
+ }
3970
+ const ir = g(
3971
+ function(t, e) {
3972
+ const { children: o, className: i, ...r } = t;
3973
+ return /* @__PURE__ */ a(
3974
+ "thead",
3975
+ {
3976
+ ...r,
3977
+ ref: e,
3978
+ className: ["nk-table__head", i].filter(Boolean).join(" "),
3979
+ children: o
3980
+ }
3981
+ );
3982
+ }
3983
+ ), ar = g(
3984
+ function(t, e) {
3985
+ const {
3986
+ children: o,
3987
+ className: i,
3988
+ emptyColumnCount: r = 1,
3989
+ emptyMessage: l,
3990
+ ...s
3991
+ } = t, u = !Hn(o), f = Number.isFinite(r) ? Math.max(1, Math.floor(r)) : 1;
3992
+ return /* @__PURE__ */ a(
3993
+ "tbody",
3994
+ {
3995
+ ...s,
3996
+ ref: e,
3997
+ className: ["nk-table__body", i].filter(Boolean).join(" "),
3998
+ children: u && l !== void 0 ? /* @__PURE__ */ a("tr", { className: "nk-table__row", children: /* @__PURE__ */ a(
3999
+ "td",
4000
+ {
4001
+ className: "nk-table__cell nk-table__empty-cell",
4002
+ colSpan: f,
4003
+ children: /* @__PURE__ */ a("div", { className: "nk-table__empty-content", children: l })
4004
+ }
4005
+ ) }) : o
4006
+ }
4007
+ );
4008
+ }
4009
+ ), lr = g(
4010
+ function(t, e) {
4011
+ const { children: o, className: i, ...r } = t;
4012
+ return /* @__PURE__ */ a(
4013
+ "tfoot",
4014
+ {
4015
+ ...r,
4016
+ ref: e,
4017
+ className: ["nk-table__foot", i].filter(Boolean).join(" "),
4018
+ children: o
4019
+ }
4020
+ );
4021
+ }
4022
+ ), sr = g(
4023
+ function(t, e) {
4024
+ const {
4025
+ children: o,
4026
+ className: i,
4027
+ download: r,
4028
+ href: l,
4029
+ hrefLang: s,
4030
+ label: u,
4031
+ onClick: f,
4032
+ onNavigate: d,
4033
+ rel: c,
4034
+ target: p,
4035
+ ...v
4036
+ } = t, m = D(null), x = l !== void 0 || f !== void 0, b = (u == null ? void 0 : u.trim()) || (l !== void 0 ? "Open row" : "Activate row");
4037
+ function w(k) {
4038
+ m.current = k;
4039
+ }
4040
+ const M = l !== void 0 ? {
4041
+ kind: "link",
4042
+ label: b,
4043
+ linkProperties: {
4044
+ download: r,
4045
+ href: l,
4046
+ hrefLang: s,
4047
+ onNavigate: d,
4048
+ rel: c,
4049
+ target: p
4050
+ },
4051
+ reference: w
4052
+ } : f !== void 0 ? {
4053
+ kind: "button",
4054
+ label: b,
4055
+ onClick: f,
4056
+ reference: w
4057
+ } : void 0, _ = M ? rr(o, M) : { content: o };
4058
+ function R(k) {
4059
+ if (k.defaultPrevented) return;
4060
+ const C = k.target;
4061
+ if (!(C instanceof Element) || nr(C, k.currentTarget)) return;
4062
+ const I = m.current;
4063
+ if (!I) return;
4064
+ const N = I.ownerDocument.defaultView;
4065
+ if (!N) {
4066
+ I.click();
4067
+ return;
4068
+ }
4069
+ I.dispatchEvent(new N.MouseEvent("click", {
4070
+ altKey: k.altKey,
4071
+ bubbles: !0,
4072
+ button: k.button,
4073
+ buttons: k.buttons,
4074
+ cancelable: !0,
4075
+ clientX: k.clientX,
4076
+ clientY: k.clientY,
4077
+ ctrlKey: k.ctrlKey,
4078
+ metaKey: k.metaKey,
4079
+ shiftKey: k.shiftKey
4080
+ }));
4081
+ }
4082
+ return /* @__PURE__ */ a(
4083
+ "tr",
4084
+ {
4085
+ ...v,
4086
+ ref: e,
4087
+ className: ["nk-table__row", i].filter(Boolean).join(" "),
4088
+ "data-interactive": x || void 0,
4089
+ onClick: x ? R : void 0,
4090
+ children: _.content
4091
+ }
4092
+ );
4093
+ }
4094
+ ), Fn = g(function(t, e) {
4095
+ const {
4096
+ align: o = "left",
4097
+ children: i,
4098
+ className: r,
4099
+ scope: l = "col",
4100
+ sticky: s = !1,
4101
+ ...u
4102
+ } = t;
4103
+ return /* @__PURE__ */ a(
4104
+ "th",
4105
+ {
4106
+ ...u,
4107
+ ref: e,
4108
+ className: ["nk-table__header-cell", r].filter(Boolean).join(" "),
4109
+ "data-align": o,
4110
+ "data-sticky": s || void 0,
4111
+ scope: l,
4112
+ children: i
4113
+ }
4114
+ );
4115
+ }), cr = g(function(t, e) {
4116
+ const { children: o, className: i, ...r } = t;
4117
+ return /* @__PURE__ */ a(
4118
+ Fn,
4119
+ {
4120
+ ...r,
4121
+ ref: e,
4122
+ align: "right",
4123
+ className: ["nk-table__action-header-cell", i].filter(Boolean).join(" "),
4124
+ children: o ?? /* @__PURE__ */ a("span", { className: "nk-table__visually-hidden", children: "Row actions" })
4125
+ }
4126
+ );
4127
+ }), Wn = g(
4128
+ function(t, e) {
4129
+ const {
4130
+ align: o = "left",
4131
+ children: i,
4132
+ className: r,
4133
+ format: l,
4134
+ title: s,
4135
+ truncate: u,
4136
+ value: f,
4137
+ ...d
4138
+ } = t, { rowTrigger: c, ...p } = d, v = tr(f, i, l), m = u === void 0 ? void 0 : { maxWidth: u }, x = s ?? (u === void 0 ? void 0 : or(v));
4139
+ return /* @__PURE__ */ O(
4140
+ "td",
4141
+ {
4142
+ ...p,
4143
+ ref: e,
4144
+ className: ["nk-table__cell", r].filter(Boolean).join(" "),
4145
+ "data-align": o,
4146
+ title: x,
4147
+ children: [
4148
+ (c == null ? void 0 : c.kind) === "link" && c.linkProperties ? /* @__PURE__ */ a(
4149
+ "a",
4150
+ {
4151
+ ref: c.reference,
4152
+ "aria-label": c.label,
4153
+ className: "nk-table__row-trigger",
4154
+ download: c.linkProperties.download,
4155
+ href: c.linkProperties.href,
4156
+ hrefLang: c.linkProperties.hrefLang,
4157
+ onClick: c.linkProperties.onNavigate,
4158
+ rel: c.linkProperties.rel,
4159
+ target: c.linkProperties.target
4160
+ }
4161
+ ) : null,
4162
+ (c == null ? void 0 : c.kind) === "button" ? /* @__PURE__ */ a(
4163
+ "button",
4164
+ {
4165
+ ref: c.reference,
4166
+ "aria-label": c.label,
4167
+ className: "nk-table__row-trigger",
4168
+ onClick: c.onClick,
4169
+ type: "button"
4170
+ }
4171
+ ) : null,
4172
+ u !== void 0 ? /* @__PURE__ */ a("span", { className: "nk-table__truncated-content", style: m, children: v }) : v
4173
+ ]
4174
+ }
4175
+ );
4176
+ }
4177
+ ), dr = g(
4178
+ function(t, e) {
4179
+ const {
4180
+ "aria-label": o,
4181
+ icon: i,
4182
+ label: r,
4183
+ ...l
4184
+ } = t;
4185
+ return /* @__PURE__ */ a(Qo, { content: r, children: /* @__PURE__ */ a(
4186
+ ze,
4187
+ {
4188
+ ...l,
4189
+ ref: e,
4190
+ "aria-label": o ?? r,
4191
+ className: "nk-table__action",
4192
+ icon: i,
4193
+ shape: "rectangle",
4194
+ type: "button",
4195
+ variant: "ghost"
4196
+ }
4197
+ ) });
4198
+ }
4199
+ ), ur = g(function(t, e) {
4200
+ const { children: o, className: i, onClick: r, ...l } = t;
4201
+ function s(u) {
4202
+ u.stopPropagation(), r == null || r(u);
4203
+ }
4204
+ return /* @__PURE__ */ a(
4205
+ "td",
4206
+ {
4207
+ ...l,
4208
+ ref: e,
4209
+ className: ["nk-table__cell", "nk-table__action-cell", i].filter(Boolean).join(" "),
4210
+ "data-align": "right",
4211
+ onClick: s,
4212
+ children: /* @__PURE__ */ a("span", { className: "nk-table__action-list", children: o })
4213
+ }
4214
+ );
4215
+ }), fr = g(function(t, e) {
4216
+ const {
4217
+ "aria-label": o,
4218
+ children: i,
4219
+ className: r,
4220
+ containerClassName: l,
4221
+ scrollContainerLabel: s,
4222
+ ...u
4223
+ } = t, f = D(null), d = D(null), [c, p] = $(!1), [v, m] = $(!1), x = s ?? (o ? `${o} scroll area` : "Scrollable table"), b = W(
4224
+ (M) => {
4225
+ d.current = M, He(e, M);
4226
+ },
4227
+ [e]
4228
+ );
4229
+ q(() => {
4230
+ const M = f.current, _ = d.current;
4231
+ if (!M || !_) return;
4232
+ const R = M, k = _;
4233
+ function C() {
4234
+ const z = R.scrollWidth > R.clientWidth;
4235
+ p(z), z || m(!1);
4236
+ }
4237
+ C();
4238
+ const I = R.ownerDocument.defaultView;
4239
+ I == null || I.addEventListener("resize", C);
4240
+ const N = I == null ? void 0 : I.ResizeObserver, T = N ? new N(C) : void 0;
4241
+ return T == null || T.observe(R), T == null || T.observe(k), () => {
4242
+ I == null || I.removeEventListener("resize", C), T == null || T.disconnect();
4243
+ };
4244
+ }, []);
4245
+ function w(M) {
4246
+ m(c && M.currentTarget.scrollLeft > 1);
4247
+ }
4248
+ return /* @__PURE__ */ a(
4249
+ "div",
4250
+ {
4251
+ ref: f,
4252
+ "aria-label": c ? x : void 0,
4253
+ className: ["nk-table__container", l].filter(Boolean).join(" "),
4254
+ "data-scrolled": v || void 0,
4255
+ onScroll: w,
4256
+ role: c ? "region" : void 0,
4257
+ tabIndex: c ? 0 : void 0,
4258
+ children: /* @__PURE__ */ a(
4259
+ "table",
4260
+ {
4261
+ ...u,
4262
+ ref: b,
4263
+ "aria-label": o,
4264
+ className: ["nk-table", r].filter(Boolean).join(" "),
4265
+ children: i
4266
+ }
4267
+ )
4268
+ }
4269
+ );
4270
+ }), Ar = Object.assign(fr, {
4271
+ Action: dr,
4272
+ ActionCell: ur,
4273
+ ActionHeaderCell: cr,
4274
+ Body: ar,
4275
+ Cell: Wn,
4276
+ Foot: lr,
4277
+ HeaderCell: Fn,
4278
+ Head: ir,
4279
+ Row: sr
3892
4280
  });
4281
+ function xn(n) {
4282
+ return Number.isFinite(n) ? Math.max(1, Math.floor(n)) : 1;
4283
+ }
4284
+ const Or = g(
4285
+ function(t, e) {
4286
+ const {
4287
+ "aria-invalid": o,
4288
+ className: i,
4289
+ disabled: r = !1,
4290
+ invalid: l = !1,
4291
+ minRows: s,
4292
+ readOnly: u = !1,
4293
+ resize: f = "vertical",
4294
+ rows: d,
4295
+ style: c,
4296
+ ...p
4297
+ } = t, v = xn(d ?? s ?? 3), x = `calc(${xn(s ?? d ?? 3) * 1.25}em + var(--nk-text-area-padding) * 2 + var(--nk-text-area-border-width) * 2)`, b = {
4298
+ ...c,
4299
+ "--nk-text-area-min-height": x
4300
+ };
4301
+ return /* @__PURE__ */ a(
4302
+ "textarea",
4303
+ {
4304
+ ...p,
4305
+ ref: e,
4306
+ "aria-invalid": ge(l, o),
4307
+ className: ["nk-text-area", i].filter(Boolean).join(" "),
4308
+ "data-invalid": l || he(o) || void 0,
4309
+ "data-resize": f,
4310
+ disabled: r,
4311
+ readOnly: u,
4312
+ rows: v,
4313
+ style: b
4314
+ }
4315
+ );
4316
+ }
4317
+ );
3893
4318
  export {
3894
- Uo as Alert,
3895
- Ko as Avatar,
3896
- Yo as Badge,
3897
- nn as Button,
3898
- Qo as Card,
3899
- Tt as Checkbox,
3900
- Bt as CheckboxGroup,
3901
- Xo as Content,
3902
- Jo as Divider,
3903
- er as Field,
4319
+ br as Alert,
4320
+ yr as Avatar,
4321
+ kr as Badge,
4322
+ ze as Button,
4323
+ Ir as Card,
4324
+ zt as Checkbox,
4325
+ $t as CheckboxGroup,
4326
+ xr as Content,
4327
+ Cr as Divider,
4328
+ Pr as Field,
3904
4329
  me as Icon,
3905
- nr as Input,
3906
- tr as Modal,
3907
- rr as PinInput,
3908
- or as Popover,
3909
- ir as Radio,
3910
- _o as RadioGroup,
3911
- ar as Select,
3912
- sr as Skeleton,
3913
- kn as Spinner,
3914
- lr as Switch,
4330
+ _r as Input,
4331
+ Nr as Modal,
4332
+ Mr as PinInput,
4333
+ Lr as Popover,
4334
+ Er as Radio,
4335
+ Fo as RadioGroup,
4336
+ Sr as Select,
4337
+ Rr as Skeleton,
4338
+ _n as Spinner,
4339
+ Tr as Switch,
4340
+ Ar as Table,
3915
4341
  fe as Text,
3916
- cr as TextArea,
3917
- ur as Tooltip,
3918
- dr as TooltipProvider,
3919
- Ie as breakpoint,
3920
- qo as cell,
3921
- Go as px,
3922
- $o as space
4342
+ Or as TextArea,
4343
+ Qo as Tooltip,
4344
+ Vr as TooltipProvider,
4345
+ Ce as breakpoint,
4346
+ mr as cell,
4347
+ wr as px,
4348
+ gr as space
3923
4349
  };