neatkit 0.3.2 → 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 A, Fragment as We } from "react/jsx-runtime";
3
- import { forwardRef as y, useState as Y, createElement as Te, isValidElement as kn, Fragment as ze, createContext as Ze, useContext as Pe, useRef as H, useCallback as W, useEffect as q, Children as Hn, useLayoutEffect as on, useId as Me, cloneElement as He, useReducer as xn, useMemo as Le, version as Fn } from "react";
4
- import { createPortal as Wn } from "react-dom";
5
- const zn = 36, In = [2, 4, 8, 12, 16, 24, 32, 48], ln = {
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 zn = 36, In = [2, 4, 8, 12, 16, 24, 32, 48], ln = {
10
10
  };
11
11
  ({
12
12
  ...Object.fromEntries(
13
- In.map((n) => [`--nk-space-${n}`, `${n}px`])
13
+ Pn.map((n) => [`--nk-space-${n}`, `${n}px`])
14
14
  )
15
15
  });
16
- function Uo(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 * zn;
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 Yo(n) {
25
- if (!In.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
29
  function Ce(n) {
30
- if (!Object.prototype.hasOwnProperty.call(ln, n))
30
+ if (!Object.prototype.hasOwnProperty.call(un, n))
31
31
  throw new RangeError(`Unsupported breakpoint: ${String(n)}.`);
32
- return ln[n];
32
+ return un[n];
33
33
  }
34
- function Qo(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
- }), Xo = 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__ */ A(
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 Zn(n) {
73
+ function Gn(n) {
74
74
  return (Array.from((n == null ? void 0 : n.trim()) ?? "")[0] ?? "?").trim().toUpperCase() || "?";
75
75
  }
76
- function jn(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 jn(n) {
85
85
  const e = t.codePointAt(0) ?? 0;
86
86
  return String(e % 6 + 1);
87
87
  }
88
- const Jo = 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()) ?? "", v = Zn(p), g = typeof l == "number" ? `${l}px` : l, x = 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,
103
+ ...u,
104
104
  ...c ? void 0 : x,
105
105
  ref: e,
106
106
  className: ["nk-avatar", i].filter(Boolean).join(" "),
107
- "data-palette": jn(v),
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
  {
@@ -118,7 +118,7 @@ const Jo = y(function(t, e) {
118
118
  ) : /* @__PURE__ */ a("span", { "aria-hidden": "true", className: "nk-avatar__initial", children: v })
119
119
  }
120
120
  );
121
- }), er = 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 Jo = y(function(t, e) {
137
137
  children: o
138
138
  }
139
139
  );
140
- }), qn = 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 Jo = y(function(t, e) {
160
160
  )
161
161
  }
162
162
  );
163
- }), $n = 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 Jo = y(function(t, e) {
184
184
  )
185
185
  }
186
186
  );
187
- }), Gn = 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 Jo = y(function(t, e) {
208
208
  )
209
209
  }
210
210
  );
211
- }), Kn = y(function(t, e) {
211
+ }), Qn = g(function(t, e) {
212
212
  const { height: o = 14, width: i = 14, ...r } = t;
213
- return /* @__PURE__ */ A(
213
+ return /* @__PURE__ */ O(
214
214
  "svg",
215
215
  {
216
216
  ...r,
@@ -254,7 +254,7 @@ const Jo = y(function(t, e) {
254
254
  ]
255
255
  }
256
256
  );
257
- }), Un = 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 Jo = 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
- }), Yn = y(function(t, e) {
272
+ }), et = g(function(t, e) {
273
273
  const { height: o = 14, width: i = 14, ...r } = t;
274
- return /* @__PURE__ */ A(
274
+ return /* @__PURE__ */ O(
275
275
  "svg",
276
276
  {
277
277
  ...r,
@@ -288,9 +288,9 @@ const Jo = y(function(t, e) {
288
288
  ]
289
289
  }
290
290
  );
291
- }), Qn = y(function(t, e) {
291
+ }), nt = g(function(t, e) {
292
292
  const { height: o = 14, width: i = 14, ...r } = t;
293
- return /* @__PURE__ */ A(
293
+ return /* @__PURE__ */ O(
294
294
  "svg",
295
295
  {
296
296
  ...r,
@@ -320,7 +320,7 @@ const Jo = y(function(t, e) {
320
320
  ]
321
321
  }
322
322
  );
323
- }), Xn = 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 Jo = y(function(t, e) {
341
341
  )
342
342
  }
343
343
  );
344
- }), Jn = 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 Jo = y(function(t, e) {
364
364
  )
365
365
  }
366
366
  );
367
- }), et = 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 Jo = y(function(t, e) {
388
388
  )
389
389
  }
390
390
  );
391
- }), nt = 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 Jo = y(function(t, e) {
412
412
  )
413
413
  }
414
414
  );
415
- }), tt = 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 Jo = y(function(t, e) {
436
436
  )
437
437
  }
438
438
  );
439
- }), ot = 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 Jo = y(function(t, e) {
460
460
  )
461
461
  }
462
462
  );
463
- }), rt = 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 Jo = 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
- }), it = 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 Jo = y(function(t, e) {
498
498
  )
499
499
  }
500
500
  );
501
- }), at = 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 Jo = y(function(t, e) {
522
522
  )
523
523
  }
524
524
  );
525
- }), st = 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 Jo = y(function(t, e) {
543
543
  )
544
544
  }
545
545
  );
546
- }), lt = y(function(t, e) {
546
+ }), ft = g(function(t, e) {
547
547
  const { height: o = 14, width: i = 14, ...r } = t;
548
- return /* @__PURE__ */ A(
548
+ return /* @__PURE__ */ O(
549
549
  "svg",
550
550
  {
551
551
  ...r,
@@ -577,9 +577,9 @@ const Jo = y(function(t, e) {
577
577
  ]
578
578
  }
579
579
  );
580
- }), ct = y(function(t, e) {
580
+ }), ht = g(function(t, e) {
581
581
  const { height: o = 14, width: i = 14, ...r } = t;
582
- return /* @__PURE__ */ A(
582
+ return /* @__PURE__ */ O(
583
583
  "svg",
584
584
  {
585
585
  ...r,
@@ -607,7 +607,7 @@ const Jo = y(function(t, e) {
607
607
  ]
608
608
  }
609
609
  );
610
- }), dt = 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 Jo = y(function(t, e) {
631
631
  )
632
632
  }
633
633
  );
634
- }), ut = 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 Jo = 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
- }), ft = 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 Jo = 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
- }), ht = 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 Jo = y(function(t, e) {
682
682
  )
683
683
  }
684
684
  );
685
- }), pt = 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 Jo = y(function(t, e) {
705
705
  )
706
706
  }
707
707
  );
708
- }), vt = 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 Jo = y(function(t, e) {
728
728
  )
729
729
  }
730
730
  );
731
- }), mt = 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 Jo = y(function(t, e) {
749
749
  )
750
750
  }
751
751
  );
752
- }), gt = 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 Jo = y(function(t, e) {
770
770
  )
771
771
  }
772
772
  );
773
- }), wt = y(function(t, e) {
773
+ }), It = g(function(t, e) {
774
774
  const { height: o = 14, width: i = 14, ...r } = t;
775
- return /* @__PURE__ */ A(
775
+ return /* @__PURE__ */ O(
776
776
  "svg",
777
777
  {
778
778
  ...r,
@@ -797,7 +797,7 @@ const Jo = y(function(t, e) {
797
797
  ]
798
798
  }
799
799
  );
800
- }), bt = 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 Jo = y(function(t, e) {
820
820
  )
821
821
  }
822
822
  );
823
- }), yt = 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 Jo = y(function(t, e) {
843
843
  )
844
844
  }
845
845
  );
846
- }), kt = y(function(t, e) {
846
+ }), Pt = g(function(t, e) {
847
847
  const { height: o = 14, width: i = 14, ...r } = t;
848
- return /* @__PURE__ */ A(
848
+ return /* @__PURE__ */ O(
849
849
  "svg",
850
850
  {
851
851
  ...r,
@@ -879,7 +879,7 @@ const Jo = y(function(t, e) {
879
879
  ]
880
880
  }
881
881
  );
882
- }), xt = 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 Jo = y(function(t, e) {
902
902
  )
903
903
  }
904
904
  );
905
- }), It = 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 Jo = y(function(t, e) {
923
923
  )
924
924
  }
925
925
  );
926
- }), Ct = 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 Jo = y(function(t, e) {
946
946
  )
947
947
  }
948
948
  );
949
- }), Pt = y(function(t, e) {
949
+ }), Mt = g(function(t, e) {
950
950
  const { height: o = 14, width: i = 14, ...r } = t;
951
- return /* @__PURE__ */ A(
951
+ return /* @__PURE__ */ O(
952
952
  "svg",
953
953
  {
954
954
  ...r,
@@ -966,7 +966,7 @@ const Jo = y(function(t, e) {
966
966
  ]
967
967
  }
968
968
  );
969
- }), Mt = 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 Jo = y(function(t, e) {
978
978
  height: o,
979
979
  viewBox: "0 0 14 14",
980
980
  fill: "none",
981
- children: /* @__PURE__ */ A("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
- }), Lt = 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 Jo = y(function(t, e) {
1007
1007
  )
1008
1008
  }
1009
1009
  );
1010
- }), Et = y(function(t, e) {
1010
+ }), Rt = g(function(t, e) {
1011
1011
  const { height: o = 14, width: i = 14, ...r } = t;
1012
- return /* @__PURE__ */ A(
1012
+ return /* @__PURE__ */ O(
1013
1013
  "svg",
1014
1014
  {
1015
1015
  ...r,
@@ -1025,7 +1025,7 @@ const Jo = y(function(t, e) {
1025
1025
  ]
1026
1026
  }
1027
1027
  );
1028
- }), Nt = 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 Jo = y(function(t, e) {
1046
1046
  )
1047
1047
  }
1048
1048
  );
1049
- }), _t = y(function(t, e) {
1049
+ }), Vt = g(function(t, e) {
1050
1050
  const { height: o = 14, width: i = 14, ...r } = t;
1051
- return /* @__PURE__ */ A(
1051
+ return /* @__PURE__ */ O(
1052
1052
  "svg",
1053
1053
  {
1054
1054
  ...r,
@@ -1070,7 +1070,7 @@ const Jo = y(function(t, e) {
1070
1070
  ]
1071
1071
  }
1072
1072
  );
1073
- }), Rt = 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 Jo = 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
- }), St = 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 Jo = y(function(t, e) {
1106
1106
  )
1107
1107
  }
1108
1108
  );
1109
- }), Vt = y(function(t, e) {
1109
+ }), Bt = g(function(t, e) {
1110
1110
  const { height: o = 14, width: i = 14, ...r } = t;
1111
- return /* @__PURE__ */ A(
1111
+ return /* @__PURE__ */ O(
1112
1112
  "svg",
1113
1113
  {
1114
1114
  ...r,
@@ -1141,7 +1141,7 @@ const Jo = y(function(t, e) {
1141
1141
  ]
1142
1142
  }
1143
1143
  );
1144
- }), Tt = 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 Jo = y(function(t, e) {
1162
1162
  )
1163
1163
  }
1164
1164
  );
1165
- }), At = {
1166
- projects: Pt,
1167
- chat: Xn,
1168
- articles: qn,
1169
- mail: kt,
1170
- github: pt,
1171
- globe: vt,
1172
- linkedin: yt,
1173
- reddit: Lt,
1174
- exit: dt,
1175
- camera: Qn,
1176
- "qr-code": Mt,
1177
- download: at,
1178
- save: Nt,
1179
- pencil: It,
1180
- "arrow-left": $n,
1181
- "arrow-right": Gn,
1182
- cross: it,
1183
- checkmark: Jn,
1184
- plus: Ct,
1185
- minus: xt,
1186
- window: Tt,
1187
- user: St,
1188
- duplicate: st,
1189
- eye: lt,
1190
- "eye-off": ct,
1191
- signal: _t,
1192
- audio: Kn,
1193
- hardware: mt,
1194
- burger: Yn,
1195
- repository: Et,
1196
- "chevron-down": et,
1197
- "chevron-up": ot,
1198
- "chevron-left": nt,
1199
- "chevron-right": tt,
1200
- branch: Un,
1201
- commit: rt,
1202
- folder: ft,
1203
- file: ut,
1204
- tag: Rt,
1205
- key: bt,
1206
- git: ht,
1207
- home: gt,
1208
- info: wt,
1209
- warning: Vt
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 = At[d];
1221
+ } = t, p = Ht[d];
1222
1222
  if (!p)
1223
1223
  return console.warn(`Icon type "${d}" not found`), null;
1224
1224
  const v = i !== void 0 || r !== void 0;
1225
- return Te(p, {
1225
+ return Oe(p, {
1226
1226
  ...c,
1227
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,
1231
+ height: u,
1232
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
- }), Cn = 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 Jo = 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 Jo = y(function(t, e) {
1257
1257
  }
1258
1258
  );
1259
1259
  });
1260
- function nn(n) {
1261
- return n == null || typeof n == "boolean" || typeof n == "string" && !n.trim() ? !1 : Array.isArray(n) ? n.some(nn) : kn(n) && n.type === ze ? nn(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 Dt(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 tn = 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
1279
  onMouseMove: v,
1280
- role: g,
1280
+ role: m,
1281
1281
  shape: x,
1282
1282
  tabIndex: b,
1283
1283
  textAlignment: w = "center",
1284
- tone: T,
1285
- variant: L = "primary",
1286
- ...V
1287
- } = t, P = o ?? "button", E = l || d, C = !!h && !nn(i), _ = P === "a" && "href" in V && typeof V.href == "string", D = typeof P == "string" && P !== "button" && !_, Z = (k) => {
1288
- if (E) {
1289
- k.preventDefault(), k.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 R = c;
1293
- R == null || R(k);
1294
- }, j = (k) => {
1295
- Dt(k.currentTarget, k);
1296
- const R = v;
1297
- R == null || R(k);
1298
- }, F = (k) => {
1299
- const R = p;
1300
- R == null || R(k), !(k.defaultPrevented || E || !D || k.key !== "Enter" && k.key !== " ") && (k.preventDefault(), k.currentTarget.click());
1301
- }, N = P === "button" ? {
1302
- disabled: E,
1303
- type: V.type ?? "button"
1304
- } : { "aria-disabled": E || void 0 }, K = _ && E ? { href: void 0 } : void 0, M = _ && E ? g ?? "link" : D ? g ?? "button" : g, m = P === "button" ? b : _ && E ? void 0 : E ? -1 : D ? b ?? 0 : b;
1305
- return Te(
1306
- P,
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
- ...N,
1310
- ...K,
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": C || void 0,
1315
+ "data-icon-only": I || void 0,
1316
1316
  "data-shape": x,
1317
- "data-tone": T,
1318
- "data-variant": L,
1319
- onClick: Z,
1320
- onKeyDown: D ? F : p,
1321
- onMouseMove: j,
1322
- role: M,
1323
- tabIndex: m
1317
+ "data-tone": M,
1318
+ "data-variant": _,
1319
+ onClick: z,
1320
+ onKeyDown: T ? H : p,
1321
+ onMouseMove: Z,
1322
+ role: S,
1323
+ tabIndex: y
1324
1324
  },
1325
- /* @__PURE__ */ A(We, { children: [
1326
- /* @__PURE__ */ A(
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
- Cn,
1339
+ _n,
1340
1340
  {
1341
1341
  "aria-hidden": "true",
1342
1342
  "aria-label": void 0,
@@ -1347,26 +1347,26 @@ const tn = 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 Te(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
- }), nr = 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 tn = y(function(t, e) {
1374
1374
  spacing: l = "standard",
1375
1375
  ...s
1376
1376
  } = t;
1377
- return /* @__PURE__ */ A(
1378
- Oe,
1377
+ return /* @__PURE__ */ O(
1378
+ Fe,
1379
1379
  {
1380
1380
  ...s,
1381
1381
  ref: e,
@@ -1383,7 +1383,7 @@ const tn = y(function(t, e) {
1383
1383
  "data-has-header": r ? !0 : void 0,
1384
1384
  "data-spacing": l,
1385
1385
  children: [
1386
- r ? /* @__PURE__ */ A("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,36 +1399,36 @@ function he(n) {
1399
1399
  function ge(n, t) {
1400
1400
  return n ? !0 : t;
1401
1401
  }
1402
- const Pn = Ze(void 0);
1403
- function Ot() {
1404
- return Pe(Pn);
1402
+ const Nn = qe(void 0);
1403
+ function Wt() {
1404
+ return Ne(Nn);
1405
1405
  }
1406
- const Bt = y(function(t, e) {
1407
- var C;
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
1419
  style: v,
1420
- value: g = "on",
1420
+ value: m = "on",
1421
1421
  ...x
1422
- } = t, b = Ot(), w = String(g), T = (b == null ? void 0 : b.value) !== void 0, L = h || !!(b != null && b.disabled), V = !!(b != null && b.required && !b.hasSelection && b.validationValue === w), P = f || he(o);
1423
- function E(_) {
1424
- c == null || c(_), _.defaultPrevented || b == null || b.handleChange(_);
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__ */ A(
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": P || void 0,
1430
+ "data-disabled": _ || void 0,
1431
+ "data-invalid": k || void 0,
1432
1432
  style: v,
1433
1433
  children: [
1434
1434
  /* @__PURE__ */ a(
@@ -1437,51 +1437,51 @@ const Bt = y(function(t, e) {
1437
1437
  ...x,
1438
1438
  ref: e,
1439
1439
  "aria-invalid": ge(f, o),
1440
- checked: b ? T ? (C = b.value) == null ? void 0 : C.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 && !T ? 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__ */ A(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
- }), Mn = Symbol("nk-field-control-metadata");
1460
- function Ln(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[Mn];
1464
- return e || (t.type !== void 0 && t.type !== n ? Ln(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
1466
  function En(n, t) {
1467
1467
  Object.assign(n, {
1468
- [Mn]: { requiredCommunication: t }
1468
+ [Ln]: { requiredCommunication: t }
1469
1469
  });
1470
1470
  }
1471
- const Ht = Object.freeze([]);
1472
- function Nn(n, t) {
1473
- Hn.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 (!kn(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 === ze) {
1481
- Nn(e.props.children, t);
1480
+ if (e.type === _e) {
1481
+ Sn(e.props.children, t);
1482
1482
  return;
1483
1483
  }
1484
- if (e.type !== Bt)
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 Nn(n, t) {
1493
1493
  });
1494
1494
  });
1495
1495
  }
1496
- function Ft(n) {
1496
+ function Zt(n) {
1497
1497
  const t = [];
1498
- Nn(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 Ft(n) {
1503
1503
  e.add(o.value);
1504
1504
  }), t;
1505
1505
  }
1506
- function Wt(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 zt = 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 = Ht,
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
1522
  value: v,
1523
- ...g
1524
- } = t, x = H(null), [b, w] = Y(l), T = v !== void 0, L = T ? v : b, V = h || he(o), P = Ft(i), E = s ? [] : P.filter((m) => !m.disabled).map((m) => m.value), C = new Set(E), _ = L.some(
1525
- (m) => C.has(m)
1526
- ), D = E[0], Z = P.find(
1527
- (m) => !m.disabled && m.value === D
1528
- ), j = l.some(
1529
- (m) => C.has(m)
1530
- ), F = !!(Z != null && Z.required), N = W(
1531
- (m) => Wt(
1532
- m,
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
1533
  x,
1534
1534
  e
1535
1535
  ),
1536
1536
  [e]
1537
1537
  );
1538
1538
  q(() => {
1539
- var S;
1540
- if (T) return;
1541
- const m = (S = x.current) == null ? void 0 : S.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
- ), k = m instanceof HTMLInputElement ? m.form : null;
1544
- if (!k) return;
1545
- const R = k.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 !== k || z.defaultPrevented) return;
1548
+ if (j.target !== P || j.defaultPrevented) return;
1549
1549
  const te = Array.from(
1550
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 R.addEventListener("reset", O), () => R.removeEventListener("reset", O);
1558
+ return A.addEventListener("reset", B), () => A.removeEventListener("reset", B);
1559
1559
  }, [
1560
1560
  i,
1561
1561
  l,
1562
- j,
1563
- T,
1562
+ Z,
1563
+ M,
1564
1564
  p,
1565
- F,
1566
- D
1565
+ H,
1566
+ T
1567
1567
  ]);
1568
- function K(m) {
1569
- if (!T) {
1570
- const k = m.currentTarget.value, R = m.currentTarget.checked;
1571
- w((O) => R ? [.../* @__PURE__ */ new Set([...O, k])] : O.filter((S) => S !== k));
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(m);
1573
+ d == null || d(y);
1574
1574
  }
1575
- const M = {
1575
+ const S = {
1576
1576
  defaultValue: l,
1577
1577
  disabled: s,
1578
- handleChange: K,
1579
- hasSelection: _,
1578
+ handleChange: U,
1579
+ hasSelection: N,
1580
1580
  name: f,
1581
1581
  required: p,
1582
1582
  value: v,
1583
- validationValue: D
1583
+ validationValue: T
1584
1584
  };
1585
- return /* @__PURE__ */ a(Pn.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,8 +1602,8 @@ const zt = y(
1602
1602
  ) });
1603
1603
  }
1604
1604
  );
1605
- En(zt, "label");
1606
- const Zt = [
1605
+ En($t, "label");
1606
+ const Gt = [
1607
1607
  {
1608
1608
  minWidth: Ce("xl"),
1609
1609
  marginPercent: 32,
@@ -1624,36 +1624,36 @@ const Zt = [
1624
1624
  marginPercent: 8,
1625
1625
  preferredWidth: 650
1626
1626
  }
1627
- ], jt = 16;
1628
- function qt(n) {
1629
- for (const t of Zt)
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 $t(n, t) {
1632
+ function Yt(n, t) {
1633
1633
  if (!Number.isFinite(n) || !Number.isFinite(t) || n < Ce("sm") || t <= 0)
1634
1634
  return;
1635
- const e = qt(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 - jt
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 Gt = typeof window > "u" ? q : on;
1645
- function Kt(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 Ut(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 Yt(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 Yt(n) {
1661
1661
  const o = Number.parseFloat(e[1]);
1662
1662
  return Number.isFinite(o) && o > 0 ? o : void 0;
1663
1663
  }
1664
- function Qt(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 = Ut(d), p = Yt(d), v = p === void 0 ? void 0 : $t(c, p);
1671
+ const c = Jt(d), p = eo(d), v = p === void 0 ? void 0 : Yt(c, p);
1672
1672
  i.current !== v && (i.current = v, l(v));
1673
- }, [t]), h = W(
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 Qt(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, Kt(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 Gt(() => {
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 tr = y(
1702
+ const xr = g(
1703
1703
  function(t, e) {
1704
1704
  const {
1705
1705
  accent: o,
@@ -1707,30 +1707,30 @@ const tr = 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
1715
  ...v
1716
- } = t, { rootReference: g, innerWidth: x } = Qt(
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 Te(
1720
+ return Oe(
1721
1721
  b,
1722
1722
  {
1723
1723
  ...v,
1724
- ref: g,
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
- Te(
1733
+ Oe(
1734
1734
  "div",
1735
1735
  {
1736
1736
  className: "nk-content__inner",
@@ -1740,14 +1740,14 @@ const tr = y(
1740
1740
  )
1741
1741
  );
1742
1742
  }
1743
- ), or = 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 tr = 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,86 +1777,86 @@ const tr = y(
1777
1777
  }
1778
1778
  );
1779
1779
  });
1780
- function Ye(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 cn(...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 rr = 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 = Me(), v = o.props.id ?? `${p}-control`, g = `${p}-label`, x = `${p}-description`, b = `${p}-error`, w = Ye(h), T = Ye(r), L = Ye(s), V = Ln(o.type), P = V !== void 0, E = l || !!o.props.disabled, C = d || !!o.props.required, _ = C && (V == null ? void 0 : V.requiredCommunication) === "label", D = cn(
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
- T ? x : void 0,
1803
- L ? b : void 0
1804
- ), Z = cn(
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 = C ? /* @__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 = He(o, {
1808
- "aria-describedby": D,
1809
- "aria-invalid": L ? !0 : o.props["aria-invalid"],
1810
- "aria-labelledby": Z,
1811
- disabled: E || 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
1812
  id: v,
1813
- required: C || void 0
1813
+ required: I || void 0
1814
1814
  });
1815
- return /* @__PURE__ */ A(
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": C || void 0,
1825
+ "data-required": I || void 0,
1826
1826
  children: [
1827
- w && P ? /* @__PURE__ */ A(
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 && !P ? /* @__PURE__ */ A(
1842
+ w && !k ? /* @__PURE__ */ O(
1843
1843
  fe,
1844
1844
  {
1845
1845
  as: "label",
1846
1846
  className: "nk-field__label",
1847
1847
  htmlFor: v,
1848
- id: g,
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__ */ A("div", { className: "nk-field__body", children: [
1858
- N,
1859
- T ? /* @__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",
@@ -1867,7 +1867,7 @@ const rr = y(function(t, e) {
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 rr = y(function(t, e) {
1884
1884
  }
1885
1885
  );
1886
1886
  });
1887
- function Qe(n) {
1887
+ function Je(n) {
1888
1888
  return Array.isArray(n) ? n.length > 0 : n != null && String(n).length > 0;
1889
1889
  }
1890
- function Xt(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 dn(n) {
1893
+ function hn(n) {
1894
1894
  return n != null && n !== !1 && n !== !0 && n !== "";
1895
1895
  }
1896
- function Jt(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 Jt(n) {
1901
1901
  )) == null ? void 0 : e.set;
1902
1902
  t ? t.call(n, "") : n.value = "";
1903
1903
  }
1904
- const ir = 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
1916
  onChange: v,
1917
- readOnly: g = !1,
1917
+ readOnly: m = !1,
1918
1918
  style: x,
1919
1919
  trailing: b,
1920
1920
  type: w = "text",
1921
- value: T,
1922
- ...L
1923
- } = t, V = Me(), P = H(null), [E, C] = Y(
1924
- Qe(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
- ($) => Xt(
1931
- $,
1932
- P,
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), K = T !== void 0 ? Qe(T) : E, M = w === "password" && _ ? "text" : w, m = ge(d, i), k = l && K && !g && !F, R = w === "password" && !p, O = k || R, S = dn(c), z = dn(b) || O;
1937
- function te($) {
1938
- T === void 0 && C(Qe($.currentTarget.value)), v == null || v($);
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 $ = P.current;
1942
- $ && (Jt($), $.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__ */ A(
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": S || 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,
1956
+ "data-read-only": m || void 0,
1957
+ "data-has-trailing-action": B || void 0,
1958
+ "data-trailing": j || void 0,
1959
1959
  style: x,
1960
1960
  children: [
1961
- S ? /* @__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": m,
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: T
1974
+ readOnly: m,
1975
+ type: S,
1976
+ value: M
1977
1977
  }
1978
1978
  ),
1979
- z ? /* @__PURE__ */ A("span", { className: "nk-input__trailing", children: [
1979
+ j ? /* @__PURE__ */ O("span", { className: "nk-input__trailing", children: [
1980
1980
  b,
1981
- k ? /* @__PURE__ */ a(
1982
- tn,
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 ir = y(function(t, e) {
1991
1991
  variant: "ghost"
1992
1992
  }
1993
1993
  ) : null,
1994
- R ? /* @__PURE__ */ a(
1995
- tn,
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 ir = y(function(t, e) {
2008
2008
  ) : null
2009
2009
  ] }) : null,
2010
2010
  p ? /* @__PURE__ */ a(
2011
- Cn,
2011
+ _n,
2012
2012
  {
2013
2013
  "aria-hidden": "true",
2014
2014
  "aria-label": void 0,
@@ -2020,8 +2020,8 @@ const ir = y(function(t, e) {
2020
2020
  ]
2021
2021
  }
2022
2022
  );
2023
- }), Ae = Ze(void 0), un = typeof window > "u" ? q : on;
2024
- function fn(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,73 +2036,73 @@ function fn(n, t) {
2036
2036
  );
2037
2037
  }
2038
2038
  }
2039
- function eo(n) {
2040
- const { children: t, source: e } = n, o = H(null), i = Pe(Ae);
2041
- return un(() => {
2042
- const r = o.current;
2043
- if (!(!r || !i))
2044
- return i.registerBranch(r);
2045
- }, [i]), un(() => {
2046
- var d;
2047
- const r = o.current;
2048
- if (!r) return;
2049
- fn(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
- fn(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 je(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__ */ A(We, { 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 ? Wn(
2078
- /* @__PURE__ */ a(eo, { 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 no = 1e3, to = 10, hn = /* @__PURE__ */ new WeakMap();
2083
+ const io = 1e3, ao = 10, mn = /* @__PURE__ */ new WeakMap();
2084
2084
  function De(n) {
2085
- const t = hn.get(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 hn.set(n, e), e;
2092
+ return mn.set(n, e), e;
2093
2093
  }
2094
- function pn(n) {
2094
+ function gn(n) {
2095
2095
  n.listeners.forEach((t) => t());
2096
2096
  }
2097
- function qe(n, t) {
2098
- const e = H(Symbol("nk-overlay-layer")), [, o] = xn((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 = De(t), h = () => o();
2102
- return s.listeners.add(h), s.layers.push(e.current), pn(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), pn(s);
2105
+ f >= 0 && s.layers.splice(f, 1), gn(s);
2106
2106
  };
2107
2107
  }, [n, t]);
2108
2108
  const i = t ? De(t) : null, r = (i == null ? void 0 : i.layers.indexOf(
@@ -2110,14 +2110,14 @@ function qe(n, t) {
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: no + l * to
2113
+ zIndex: io + l * ao
2114
2114
  };
2115
2115
  }
2116
- function vn(n, t) {
2116
+ function wn(n, t) {
2117
2117
  const e = De(n).layers;
2118
2118
  return e.length > 0 && e[e.length - 1] === t;
2119
2119
  }
2120
- function oo(n, t, e) {
2120
+ function lo(n, t, e) {
2121
2121
  q(() => {
2122
2122
  if (!n || !t) return;
2123
2123
  const o = De(t);
@@ -2126,7 +2126,7 @@ function oo(n, t, e) {
2126
2126
  };
2127
2127
  }, [n, e, t]);
2128
2128
  }
2129
- function mn(n, t) {
2129
+ function bn(n, t) {
2130
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];
@@ -2135,7 +2135,7 @@ function mn(n, t) {
2135
2135
  }
2136
2136
  return !1;
2137
2137
  }
2138
- function ro(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 ro(n, t) {
2146
2146
  return r && n.target instanceof r ? i.contains(n.target) : !1;
2147
2147
  });
2148
2148
  }
2149
- function $e(n) {
2149
+ function Ke(n) {
2150
2150
  const {
2151
2151
  active: t,
2152
2152
  boundaries: e,
@@ -2155,17 +2155,17 @@ function $e(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
2164
  function c(v) {
2165
- v.key !== "Escape" || !o || !vn(d, r) || (s == null || s(v), !v.defaultPrevented && (v.preventDefault(), l == null || l()));
2165
+ v.key !== "Escape" || !o || !wn(d, r) || (s == null || s(v), !v.defaultPrevented && (v.preventDefault(), l == null || l()));
2166
2166
  }
2167
2167
  function p(v) {
2168
- !i || !vn(d, r) || ro(v, e) || (h == null || h(v), !v.defaultPrevented && (f == null || f()));
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 $e(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 io = [
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 io = [
2194
2206
  "[contenteditable]:not([contenteditable='false'])",
2195
2207
  "[tabindex]"
2196
2208
  ].join(",");
2197
- function ao(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 ao(n, t) {
2207
2219
  }
2208
2220
  return !1;
2209
2221
  }
2210
- function so(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 so(n, t) {
2217
2229
  ), i = o.find((l) => l.checked);
2218
2230
  return i ? i === n : o[0] === n;
2219
2231
  }
2220
- function lo(n) {
2232
+ function vo(n) {
2221
2233
  const t = Array.from(
2222
- n.querySelectorAll(io)
2223
- ).filter((e) => !e.matches(":disabled") && e.tabIndex >= 0 && !ao(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) => so(e, t)
2237
+ (e) => po(e, t)
2226
2238
  );
2227
2239
  }
2228
- function gn(n, t) {
2240
+ function yn(n, t) {
2229
2241
  const e = [n, ...t];
2230
2242
  return [...new Set(
2231
2243
  e.flatMap(
2232
- (i) => lo(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 Xe(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 _n(n) {
2256
+ function Rn(n) {
2245
2257
  const {
2246
2258
  active: t,
2247
2259
  autoFocus: e = !0,
@@ -2249,52 +2261,58 @@ function _n(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 = Le(() => ({ registerBranch: f }), [f]);
2253
- return oo(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, v = (V = c.defaultView) == null ? void 0 : V.Node, g = p && c.activeElement instanceof p ? c.activeElement : null;
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;
2257
2269
  let x = !0;
2258
2270
  function b() {
2259
- const P = i == null ? void 0 : i.current;
2260
- (P && Xe(
2271
+ const k = i == null ? void 0 : i.current;
2272
+ (k && en(
2261
2273
  o,
2262
- h.current,
2263
- P
2264
- ) ? P : gn(
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(P) {
2270
- if (P.key !== "Tab" || !mn(c, r))
2281
+ function w(k) {
2282
+ if (k.key !== "Tab" || !bn(c, r))
2271
2283
  return;
2272
- const E = gn(
2284
+ const C = yn(
2273
2285
  o,
2274
- h.current
2286
+ u.current
2275
2287
  );
2276
- if (E.length === 0) {
2277
- P.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 C = E[0], _ = E[E.length - 1], D = c.activeElement, Z = Xe(
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
- P.shiftKey && (D === C || !Z) ? (P.preventDefault(), _.focus()) : !P.shiftKey && (D === _ || !Z) && (P.preventDefault(), C.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 T(P) {
2288
- mn(c, r) && v && P.target instanceof v && !Xe(
2305
+ function M(k) {
2306
+ bn(c, r) && v && k.target instanceof v && !en(
2289
2307
  o,
2290
- h.current,
2291
- P.target
2308
+ u.current,
2309
+ k.target
2292
2310
  ) && b();
2293
2311
  }
2294
- return c.addEventListener("keydown", w, !0), c.addEventListener("focusin", T, !0), e && Promise.resolve().then(() => {
2312
+ return c.addEventListener("keydown", w, !0), c.addEventListener("focusin", M, !0), e && Promise.resolve().then(() => {
2295
2313
  x && b();
2296
2314
  }), () => {
2297
- x = !1, c.removeEventListener("keydown", w, !0), c.removeEventListener("focusin", T, !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 _n(n) {
2305
2323
  l
2306
2324
  ]), d;
2307
2325
  }
2308
- function co() {
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 co() {
2318
2336
  return i(), o.addEventListener("change", i), () => o.removeEventListener("change", i);
2319
2337
  }, []), n;
2320
2338
  }
2321
- function Ge(n, t = 200) {
2322
- const e = co(), [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 Ge(n, t = 200) {
2339
2357
  state: n ? "open" : o ? "closing" : "closed"
2340
2358
  };
2341
2359
  }
2342
- const Be = /* @__PURE__ */ new WeakMap();
2343
- function uo(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 = Be.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 uo(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
- Be.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 = Be.get(t);
2364
- o && (o.count -= 1, !(o.count > 0) && (t.body.style.overflow = o.overflow, t.body.style.paddingRight = o.paddingRight, Be.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 fo(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 ho(n) {
2389
+ function bo(n) {
2372
2390
  const {
2373
2391
  "aria-label": t,
2374
2392
  "aria-labelledby": e,
@@ -2377,52 +2395,52 @@ function ho(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
2403
  presenceState: v,
2386
- restoreFocus: g = !0,
2404
+ restoreFocus: m = !0,
2387
2405
  role: x = "dialog",
2388
2406
  style: b,
2389
2407
  title: w,
2390
- trapFocus: T = !0,
2391
- ...L
2392
- } = n, V = H(null), P = Pe(Ae), E = `${Me()}-title`, [C, _] = Y(null), D = qe(!0, p), Z = Le(() => [V], []), j = !!(w != null && w.trim()), F = e ?? (t === void 0 && j ? E : void 0), N = W(
2393
- (R) => {
2394
- fo(R, V, s), _(R);
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
- on(() => {
2399
- C && (C.inert = !c);
2400
- }, [C, c]);
2401
- const K = 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
- $e({
2424
+ Ke({
2407
2425
  active: c,
2408
2426
  boundaries: Z,
2409
2427
  dismissOnEscape: l,
2410
2428
  dismissOnPointerDownOutside: l,
2411
- layerId: D.id,
2412
- onEscapeDismiss: K,
2413
- onPointerDownOutsideDismiss: M,
2429
+ layerId: z.id,
2430
+ onEscapeDismiss: y,
2431
+ onPointerDownOutsideDismiss: P,
2414
2432
  ownerDocument: p
2415
2433
  });
2416
- const m = _n({
2417
- active: c && T,
2418
- container: C,
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
- uo(f, p);
2424
- const k = l ? /* @__PURE__ */ a(
2425
- tn,
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,24 +2452,24 @@ function ho(n) {
2434
2452
  }
2435
2453
  ) : null;
2436
2454
  return /* @__PURE__ */ a(
2437
- Ae.Provider,
2455
+ Be.Provider,
2438
2456
  {
2439
- value: c && T ? m : P,
2457
+ value: c && M ? A : C,
2440
2458
  children: /* @__PURE__ */ a(
2441
2459
  "div",
2442
2460
  {
2443
2461
  className: "nk-modal__overlay",
2444
2462
  "data-state": v,
2445
2463
  role: "presentation",
2446
- style: { zIndex: D.zIndex },
2447
- children: /* @__PURE__ */ A(
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
2475
  "data-state": v,
@@ -2459,20 +2477,22 @@ function ho(n) {
2459
2477
  style: b,
2460
2478
  tabIndex: -1,
2461
2479
  children: [
2462
- j ? /* @__PURE__ */ A("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
- k
2475
- ] }) : k,
2494
+ B
2495
+ ] }) : B,
2476
2496
  o
2477
2497
  ]
2478
2498
  }
@@ -2482,47 +2502,50 @@ function ho(n) {
2482
2502
  }
2483
2503
  );
2484
2504
  }
2485
- const ar = y(function(t, e) {
2486
- const { open: o, portalContainer: i } = t, r = Ge(o), l = (i == null ? void 0 : i.ownerDocument) ?? (typeof document > "u" ? null : document);
2487
- return r.present ? /* @__PURE__ */ a(je, { container: i, children: /* @__PURE__ */ a(
2488
- ho,
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
- }), po = Number.parseInt(Fn, 10);
2497
- function Rn(n) {
2498
- return po >= 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
- function Fe(n, t) {
2523
+ function He(n, t) {
2501
2524
  typeof n == "function" ? n(t) : n && (n.current = t);
2502
2525
  }
2503
- const vo = 12, mo = {
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 wn(n, t) {
2510
- const e = Math.min(vo, 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 go(n) {
2514
- return mo[n];
2536
+ function xo(n) {
2537
+ return Io[n];
2515
2538
  }
2516
- function wo(n, t) {
2539
+ function Co(n, t) {
2517
2540
  return t === "left" || t === "right" ? n.width : n.height;
2518
2541
  }
2519
- function bo(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 = go(n), h = wo(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 bo(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" ? wn(
2556
+ ), { arrowOffset: f === "top" || f === "bottom" ? kn(
2534
2557
  e.left + e.width / 2 - d,
2535
2558
  o.width
2536
- ) : wn(
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 yo = 8;
2542
- function Sn(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,15 +2571,15 @@ function Sn(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 : yo;
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(), x = o == null ? void 0 : o.getBoundingClientRect();
2556
- !g || !x || r(bo(
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,
2582
+ m,
2560
2583
  x,
2561
2584
  s.innerWidth,
2562
2585
  s.innerHeight
@@ -2569,211 +2592,211 @@ function Sn(n, t, e, o) {
2569
2592
  };
2570
2593
  }, [n, o, t, e]), i;
2571
2594
  }
2572
- function ko(n, t, e) {
2573
- t.current = n, Fe(e, n);
2595
+ function No(n, t, e) {
2596
+ t.current = n, He(e, n);
2574
2597
  }
2575
- function xo(n, t, e) {
2576
- t.current = n, Fe(e, n);
2598
+ function Lo(n, t, e) {
2599
+ t.current = n, He(e, n);
2577
2600
  }
2578
- function Io(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 Co(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 Po(n) {
2609
+ function So(n) {
2587
2610
  return n === "grid" || n === "listbox" || n === "menu" || n === "tree" ? n : "dialog";
2588
2611
  }
2589
- const sr = 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
2624
  onEscapeKeyDown: v,
2602
- onOpenChange: g,
2625
+ onOpenChange: m,
2603
2626
  onPointerDownOutside: x,
2604
2627
  open: b,
2605
2628
  placement: w = "bottom",
2606
- portalContainer: T,
2607
- restoreFocus: L = !0,
2608
- role: V = "dialog",
2609
- style: P,
2610
- tabIndex: E,
2611
- trapFocus: C = !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 === ze)
2638
+ if (N.type === _e)
2616
2639
  throw new Error("Popover requires a single non-Fragment trigger");
2617
- const Z = Me(), j = Pe(Ae), F = `${Z}-popover`, N = _.props, K = Rn(_), M = N.id ?? `${Z}-trigger`, m = c || N.disabled === !0 || N["aria-disabled"] === !0 || N["aria-disabled"] === "true", k = b !== void 0, [R, O] = Y(d), S = k ? b : R, z = Ge(S), te = H(null), ee = H(null), Q = H("programmatic"), $ = H(null), de = H(S), pe = H(null), [we, Ee] = xn(
2618
- (B) => B + 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), [ae, oe] = Y(null), U = (T == null ? void 0 : T.ownerDocument) ?? (G == null ? void 0 : G.ownerDocument) ?? (typeof document > "u" ? null : document), ve = qe(z.present, U), re = Le(
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
- ), se = Sn(
2624
- z.present,
2646
+ ), le = Vn(
2647
+ j.present,
2625
2648
  w,
2626
2649
  G,
2627
2650
  ae
2628
- ), be = S ? {} : { inert: "" }, Ne = W(
2629
- (B) => {
2630
- xo(
2631
- B,
2651
+ ), be = V ? {} : { inert: "" }, Se = W(
2652
+ (F) => {
2653
+ Lo(
2654
+ F,
2632
2655
  te,
2633
- K
2634
- ), ne(B);
2656
+ U
2657
+ ), ne(F);
2635
2658
  },
2636
- [K]
2637
- ), _e = W(
2638
- (B) => {
2639
- ko(
2640
- B,
2659
+ [U]
2660
+ ), Re = W(
2661
+ (F) => {
2662
+ No(
2663
+ F,
2641
2664
  ee,
2642
2665
  e
2643
- ), oe(B);
2666
+ ), oe(F);
2644
2667
  },
2645
2668
  [e]
2646
- ), ue = W((B, J) => {
2647
- S !== B && (k ? ($.current = {
2648
- open: B,
2669
+ ), ue = W((F, J) => {
2670
+ V !== F && (P ? (K.current = {
2671
+ open: F,
2649
2672
  reason: J
2650
- }, Ee()) : (Q.current = J, O(B)), g == null || g(B, J));
2651
- }, [k, g, S]), Re = W(() => {
2673
+ }, Ee()) : (X.current = J, B(F)), m == null || m(F, J));
2674
+ }, [P, m, V]), Te = W(() => {
2652
2675
  ue(!1, "escape");
2653
2676
  }, [ue]), ye = W(() => {
2654
2677
  ue(!1, "outside");
2655
- }, [ue]), u = W((B) => {
2656
- var Ve;
2657
- if (x == null || x(B), B.defaultPrevented) return;
2658
- const J = (Ve = U == null ? void 0 : U.defaultView) == null ? void 0 : Ve.HTMLElement;
2659
- pe.current = J ? B.composedPath().find(
2660
- (xe) => xe instanceof J && xe.tabIndex >= 0
2661
- ) ?? B.target : B.target;
2662
- }, [x, U]);
2663
- $e({
2664
- active: S,
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: Re,
2692
+ onEscapeDismiss: Te,
2670
2693
  onEscapeKeyDown: v,
2671
- onPointerDownOutside: u,
2694
+ onPointerDownOutside: h,
2672
2695
  onPointerDownOutsideDismiss: ye,
2673
- ownerDocument: U
2696
+ ownerDocument: Y
2674
2697
  });
2675
- const I = _n({
2676
- active: S && C,
2698
+ const L = Rn({
2699
+ active: V && I,
2677
2700
  autoFocus: r,
2678
2701
  container: ae,
2679
2702
  initialFocusReference: p,
2680
2703
  layerId: ve.id,
2681
- restoreFocus: L
2704
+ restoreFocus: _
2682
2705
  });
2683
2706
  q(() => {
2684
- if (!S || C || !r || !ae) return;
2685
- let B = !0;
2707
+ if (!V || I || !r || !ae) return;
2708
+ let F = !0;
2686
2709
  return Promise.resolve().then(() => {
2687
- if (!B) return;
2710
+ if (!F) return;
2688
2711
  const J = p == null ? void 0 : p.current;
2689
2712
  (J && ae.contains(J) ? J : ae).focus({ preventScroll: !0 });
2690
2713
  }), () => {
2691
- B = !1;
2714
+ F = !1;
2692
2715
  };
2693
- }, [r, p, S, ae, C]), q(() => {
2694
- var sn;
2695
- const B = de.current;
2696
- de.current = S;
2697
- const J = $.current, Ve = k ? B !== S && (J == null ? void 0 : J.open) === S ? J.reason : "programmatic" : Q.current;
2698
- if ($.current = null, S) {
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 xe = U == null ? void 0 : U.activeElement, Ke = pe.current, Ue = (sn = U == null ? void 0 : U.defaultView) == null ? void 0 : sn.HTMLElement, Bn = Ve === "outside" && Ue && Ke instanceof Ue && xe instanceof Ue && (Ke === xe || Ke.contains(xe));
2703
- B && !C && L && !Bn && (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
- k,
2707
- S,
2708
- U,
2709
- L,
2710
- C,
2729
+ P,
2730
+ V,
2731
+ Y,
2732
+ _,
2733
+ I,
2711
2734
  G
2712
2735
  ]), q(() => {
2713
- c && S && ue(!1, "programmatic");
2714
- }, [c, S, ue]);
2715
- function X(B) {
2736
+ c && V && ue(!1, "programmatic");
2737
+ }, [c, V, ue]);
2738
+ function Q(F) {
2716
2739
  var J;
2717
- if (m) {
2718
- B.preventDefault(), B.stopPropagation();
2740
+ if (y) {
2741
+ F.preventDefault(), F.stopPropagation();
2719
2742
  return;
2720
2743
  }
2721
- (J = N.onClick) == null || J.call(N, B), !B.defaultPrevented && ue(!S, "trigger");
2744
+ (J = E.onClick) == null || J.call(E, F), !F.defaultPrevented && ue(!V, "trigger");
2722
2745
  }
2723
- function ie(B) {
2746
+ function ie(F) {
2724
2747
  var J;
2725
- (J = N.onKeyDown) == null || J.call(N, B), !(B.defaultPrevented || m || Co(B.currentTarget) || B.key !== "Enter" && B.key !== " ") && (B.preventDefault(), B.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());
2726
2749
  }
2727
- if (c) return _;
2728
- const le = typeof _.type == "string", ce = le ? _.type : null, ke = ce === "a" && typeof N.href == "string", rn = le && !(ce === "button" || ce === "input" || ce === "select" || ce === "summary" || ce === "textarea" || ke), an = ke && m, On = He(
2729
- _,
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,
2730
2753
  {
2731
- "aria-controls": S ? Io(N["aria-controls"], F) : N["aria-controls"],
2732
- "aria-expanded": S,
2733
- "aria-haspopup": N["aria-haspopup"] ?? Po(V),
2734
- "aria-disabled": m ? !0 : N["aria-disabled"],
2735
- className: [N.className, "nk-popover__trigger"].filter(Boolean).join(" "),
2736
- href: an ? void 0 : N.href,
2737
- id: M,
2738
- onClick: X,
2739
- onKeyDown: le ? ie : N.onKeyDown,
2740
- ref: Ne,
2741
- role: N.role ?? (an ? "link" : rn ? "button" : void 0),
2742
- tabIndex: m ? -1 : N.tabIndex ?? (rn ? 0 : void 0)
2743
- }
2744
- );
2745
- return /* @__PURE__ */ A(We, { children: [
2746
- On,
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,
2747
2770
  /* @__PURE__ */ a(
2748
- Ae.Provider,
2771
+ Be.Provider,
2749
2772
  {
2750
- value: S && C ? I : j,
2751
- children: z.present && U ? /* @__PURE__ */ a(je, { container: T, inheritFrom: G, children: /* @__PURE__ */ A(
2752
- Oe,
2773
+ value: V && I ? L : Z,
2774
+ children: j.present && Y ? /* @__PURE__ */ a($e, { container: M, inheritFrom: G, children: /* @__PURE__ */ O(
2775
+ Fe,
2753
2776
  {
2754
- ...D,
2777
+ ...T,
2755
2778
  ...be,
2756
- ref: _e,
2757
- "aria-hidden": S ? void 0 : !0,
2758
- "aria-label": S ? o : void 0,
2759
- "aria-labelledby": S ? 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,
2760
2783
  className: ["nk-popover", s].filter(Boolean).join(" "),
2761
- "data-placement": (se == null ? void 0 : se.placement) ?? w,
2762
- "data-state": z.state === "closing" ? "closing" : "open",
2763
- id: F,
2764
- role: S ? V : void 0,
2765
- style: se ? {
2766
- ...P,
2767
- "--nk-popover-arrow-offset": `${se.arrowOffset}px`,
2768
- left: se.left,
2769
- top: se.top,
2784
+ "data-placement": (le == null ? void 0 : le.placement) ?? w,
2785
+ "data-state": j.state === "closing" ? "closing" : "open",
2786
+ id: H,
2787
+ role: V ? R : void 0,
2788
+ style: le ? {
2789
+ ...k,
2790
+ "--nk-popover-arrow-offset": `${le.arrowOffset}px`,
2791
+ left: le.left,
2792
+ top: le.top,
2770
2793
  zIndex: ve.zIndex
2771
2794
  } : {
2772
- ...P,
2795
+ ...k,
2773
2796
  visibility: "hidden",
2774
2797
  zIndex: ve.zIndex
2775
2798
  },
2776
- tabIndex: E ?? -1,
2799
+ tabIndex: C ?? -1,
2777
2800
  children: [
2778
2801
  /* @__PURE__ */ a("span", { "aria-hidden": "true", className: "nk-popover__arrow" }),
2779
2802
  /* @__PURE__ */ a("div", { className: "nk-popover__content", children: l })
@@ -2783,20 +2806,20 @@ const sr = y(function(t, e) {
2783
2806
  }
2784
2807
  )
2785
2808
  ] });
2786
- }), Mo = 3, Lo = 10, Vn = 4;
2787
- function Eo(n) {
2809
+ }), Ro = 3, To = 10, An = 4;
2810
+ function Vo(n) {
2788
2811
  return Number.isFinite(n) ? Math.min(
2789
- Lo,
2790
- Math.max(Mo, Math.trunc(n))
2791
- ) : Vn;
2812
+ To,
2813
+ Math.max(Ro, Math.trunc(n))
2814
+ ) : An;
2792
2815
  }
2793
- function Ie(n, t, e) {
2816
+ function xe(n, t, e) {
2794
2817
  return (t === "numeric" ? n.replace(/[^0-9]/g, "") : n.replace(/[^0-9a-z]/gi, "").toUpperCase()).slice(0, e);
2795
2818
  }
2796
- function No(n, t, e) {
2819
+ function Ao(n, t, e) {
2797
2820
  t.current = n, typeof e == "function" ? e(n) : e && (e.current = n);
2798
2821
  }
2799
- function _o(n, t) {
2822
+ function Oo(n, t) {
2800
2823
  var o;
2801
2824
  const e = (o = Object.getOwnPropertyDescriptor(
2802
2825
  Object.getPrototypeOf(n),
@@ -2804,11 +2827,11 @@ function _o(n, t) {
2804
2827
  )) == null ? void 0 : o.set;
2805
2828
  e ? e.call(n, t) : n.value = t;
2806
2829
  }
2807
- function Je(n, t, e) {
2830
+ function nn(n, t, e) {
2808
2831
  const o = Math.min(e - 1, Math.max(0, t)), i = Math.min(o + 1, n.value.length);
2809
2832
  n.focus(), n.setSelectionRange(o, i);
2810
2833
  }
2811
- function Ro(n) {
2834
+ function Bo(n) {
2812
2835
  const {
2813
2836
  defaultValue: t,
2814
2837
  disabled: e,
@@ -2817,232 +2840,232 @@ function Ro(n) {
2817
2840
  mode: r,
2818
2841
  onChange: l,
2819
2842
  onComplete: s,
2820
- onFocus: h,
2843
+ onFocus: u,
2821
2844
  onKeyDown: f,
2822
2845
  onPaste: d,
2823
2846
  onSelect: c,
2824
2847
  readOnly: p,
2825
2848
  value: v
2826
- } = n, g = Eo(i), x = Ie(
2849
+ } = n, m = Vo(i), x = xe(
2827
2850
  t,
2828
2851
  r,
2829
- g
2830
- ), b = H(null), [w, T] = Y(
2852
+ m
2853
+ ), b = D(null), [w, M] = $(
2831
2854
  x
2832
- ), [L, V] = Y(0), P = v !== void 0, E = Ie(
2833
- P ? v : w,
2855
+ ), [_, R] = $(0), k = v !== void 0, C = xe(
2856
+ k ? v : w,
2834
2857
  r,
2835
- g
2836
- ), C = W(
2837
- (M) => No(
2838
- M,
2858
+ m
2859
+ ), I = W(
2860
+ (S) => Ao(
2861
+ S,
2839
2862
  b,
2840
2863
  o
2841
2864
  ),
2842
2865
  [o]
2843
2866
  );
2844
2867
  q(() => {
2845
- !P && w !== E && T(E);
2846
- }, [P, E, w]), q(() => {
2847
- var R;
2848
- if (P) return;
2849
- const M = (R = b.current) == null ? void 0 : R.form;
2850
- if (!M) return;
2851
- const m = M.getRootNode();
2852
- function k(O) {
2853
- O.target !== M || O.defaultPrevented || (T(x), V(0));
2854
- }
2855
- return m.addEventListener("reset", k), () => m.removeEventListener("reset", k);
2856
- }, [P, x]);
2857
- function _(M) {
2858
- const m = M.selectionStart ?? E.length;
2859
- return Math.min(g - 1, Math.max(0, m));
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));
2860
2883
  }
2861
- function D(M) {
2862
- const m = M.currentTarget, k = m.selectionStart ?? m.value.length, R = Ie(m.value, r, g), O = Ie(
2863
- m.value.slice(0, k),
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),
2864
2887
  r,
2865
- g
2888
+ m
2866
2889
  ).length;
2867
- m.value = R, P || T(R), l == null || l(M), R.length === g && R !== E && (s == null || s(R));
2868
- const S = Math.min(g - 1, O);
2869
- V(S), m.setSelectionRange(
2870
- S,
2871
- Math.min(S + 1, R.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)
2872
2895
  );
2873
2896
  }
2874
- function Z(M) {
2875
- if (d == null || d(M), M.defaultPrevented || e || p) return;
2876
- const m = Ie(
2877
- 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"),
2878
2901
  r,
2879
- g
2902
+ m
2880
2903
  );
2881
- if (M.preventDefault(), m.length === 0) return;
2882
- const k = M.currentTarget, R = k.selectionStart ?? E.length, O = k.selectionEnd ?? R, S = m.length === g ? m : Ie(
2883
- E.slice(0, R) + m + 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),
2884
2907
  r,
2885
- g
2886
- ), z = m.length === g ? g : Math.min(g, R + m.length);
2887
- _o(k, S), k.setSelectionRange(z, z), k.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 }));
2888
2911
  }
2889
- function j(M) {
2890
- if (f == null || f(M), M.defaultPrevented || M.key !== "ArrowLeft" && M.key !== "ArrowRight") return;
2891
- M.preventDefault();
2892
- const m = M.key === "ArrowLeft" ? -1 : 1, k = Math.min(
2893
- g - 1,
2894
- Math.max(0, _(M.currentTarget) + m)
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)
2895
2918
  );
2896
- V(k), Je(M.currentTarget, k, g);
2919
+ R(P), nn(S.currentTarget, P, m);
2897
2920
  }
2898
- function F(M) {
2899
- h == null || h(M);
2900
- const m = Math.min(g - 1, E.length);
2901
- V(m), Je(M.currentTarget, m, 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);
2902
2925
  }
2903
- function N(M) {
2904
- c == null || c(M), V(_(M.currentTarget));
2926
+ function E(S) {
2927
+ c == null || c(S), R(N(S.currentTarget));
2905
2928
  }
2906
- function K(M, m) {
2907
- if (M.preventDefault(), e) return;
2908
- const k = b.current;
2909
- k && (V(m), Je(k, m, 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));
2910
2933
  }
2911
2934
  return {
2912
- activeIndex: L,
2913
- handleChange: D,
2914
- handleFocus: F,
2915
- handleKeyDown: j,
2916
- handlePaste: Z,
2917
- handleSelect: N,
2918
- handleSlotPointerDown: K,
2919
- inputCallbackReference: C,
2920
- length: g,
2921
- renderedValue: E
2935
+ activeIndex: _,
2936
+ handleChange: T,
2937
+ handleFocus: H,
2938
+ handleKeyDown: Z,
2939
+ handlePaste: z,
2940
+ handleSelect: E,
2941
+ handleSlotPointerDown: U,
2942
+ inputCallbackReference: I,
2943
+ length: m,
2944
+ renderedValue: C
2922
2945
  };
2923
2946
  }
2924
- const lr = y(function(t, e) {
2947
+ const Mr = g(function(t, e) {
2925
2948
  const {
2926
2949
  "aria-invalid": o,
2927
2950
  autoCapitalize: i,
2928
2951
  autoComplete: r = "one-time-code",
2929
2952
  className: l,
2930
2953
  censored: s = !1,
2931
- defaultValue: h = "",
2954
+ defaultValue: u = "",
2932
2955
  disabled: f = !1,
2933
2956
  invalid: d = !1,
2934
- length: c = Vn,
2957
+ length: c = An,
2935
2958
  mode: p = "numeric",
2936
2959
  onChange: v,
2937
- onComplete: g,
2960
+ onComplete: m,
2938
2961
  onFocus: x,
2939
2962
  onKeyDown: b,
2940
2963
  onPaste: w,
2941
- onSelect: T,
2942
- readOnly: L = !1,
2943
- style: V,
2944
- value: P,
2945
- wrap: E = !1,
2946
- ...C
2964
+ onSelect: M,
2965
+ readOnly: _ = !1,
2966
+ style: R,
2967
+ value: k,
2968
+ wrap: C = !1,
2969
+ ...I
2947
2970
  } = t, {
2948
- activeIndex: _,
2949
- handleChange: D,
2950
- handleFocus: Z,
2951
- handleKeyDown: j,
2952
- handlePaste: F,
2953
- handleSelect: N,
2954
- handleSlotPointerDown: K,
2955
- inputCallbackReference: M,
2956
- length: m,
2957
- renderedValue: k
2958
- } = Ro({
2959
- defaultValue: h,
2971
+ activeIndex: N,
2972
+ handleChange: T,
2973
+ handleFocus: z,
2974
+ handleKeyDown: Z,
2975
+ handlePaste: H,
2976
+ handleSelect: E,
2977
+ handleSlotPointerDown: U,
2978
+ inputCallbackReference: S,
2979
+ length: y,
2980
+ renderedValue: P
2981
+ } = Bo({
2982
+ defaultValue: u,
2960
2983
  disabled: f,
2961
2984
  forwardedReference: e,
2962
2985
  length: c,
2963
2986
  mode: p,
2964
2987
  onChange: v,
2965
- onComplete: g,
2988
+ onComplete: m,
2966
2989
  onFocus: x,
2967
2990
  onKeyDown: b,
2968
2991
  onPaste: w,
2969
- onSelect: T,
2970
- readOnly: L,
2971
- value: P
2972
- }), R = d || he(o), O = !E && m >= 6 && m % 2 === 0, S = m / 2, z = {
2973
- ...V,
2974
- "--nk-pin-input-columns": Math.ceil(m / 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)
2975
2998
  };
2976
- return /* @__PURE__ */ A(
2999
+ return /* @__PURE__ */ O(
2977
3000
  "span",
2978
3001
  {
2979
3002
  className: ["nk-pin-input", l].filter(Boolean).join(" "),
2980
3003
  "data-disabled": f || void 0,
2981
- "data-invalid": R || void 0,
2982
- "data-read-only": L || void 0,
2983
- "data-wrap": E || void 0,
2984
- style: z,
3004
+ "data-invalid": A || void 0,
3005
+ "data-read-only": _ || void 0,
3006
+ "data-wrap": C || void 0,
3007
+ style: j,
2985
3008
  children: [
2986
3009
  /* @__PURE__ */ a(
2987
3010
  "input",
2988
3011
  {
2989
- ...C,
2990
- ref: M,
3012
+ ...I,
3013
+ ref: S,
2991
3014
  "aria-invalid": ge(d, o),
2992
3015
  autoCapitalize: i ?? (p === "alphanumeric" ? "characters" : "off"),
2993
3016
  autoComplete: r,
2994
3017
  className: "nk-pin-input__control",
2995
3018
  disabled: f,
2996
3019
  inputMode: p === "numeric" ? "numeric" : "text",
2997
- maxLength: m,
2998
- minLength: m,
2999
- onChange: D,
3000
- onFocus: Z,
3001
- onKeyDown: j,
3002
- onPaste: F,
3003
- onSelect: N,
3004
- pattern: p === "numeric" ? `[0-9]{${m}}` : `[0-9A-Za-z]{${m}}`,
3005
- 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: _,
3006
3029
  spellCheck: !1,
3007
3030
  type: "text",
3008
- value: k
3031
+ value: P
3009
3032
  }
3010
3033
  ),
3011
- /* @__PURE__ */ a("span", { "aria-hidden": "true", className: "nk-pin-input__slots", children: Array.from({ length: m }, (te, ee) => /* @__PURE__ */ A("span", { className: "nk-pin-input__slot-group", children: [
3012
- O && ee === S ? /* @__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,
3013
3036
  /* @__PURE__ */ a(
3014
3037
  "span",
3015
3038
  {
3016
3039
  className: "nk-pin-input__slot",
3017
- "data-active": _ === ee || void 0,
3018
- onPointerDown: (Q) => K(Q, ee),
3019
- children: s && k[ee] ? /* @__PURE__ */ a("span", { className: "nk-pin-input__censor" }) : k[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] ?? ""
3020
3043
  }
3021
3044
  )
3022
3045
  ] }, ee)) })
3023
3046
  ]
3024
3047
  }
3025
3048
  );
3026
- }), Tn = Ze(void 0);
3027
- function So() {
3028
- const n = Pe(Tn);
3049
+ }), On = qe(void 0);
3050
+ function Do() {
3051
+ const n = Ne(On);
3029
3052
  if (!n)
3030
3053
  throw new Error("Radio must be rendered within RadioGroup");
3031
3054
  return n;
3032
3055
  }
3033
- function Vo(n, t, e) {
3056
+ function Ho(n, t, e) {
3034
3057
  t.current = n, typeof e == "function" ? e(n) : e && (e.current = n);
3035
3058
  }
3036
- const cr = y(function(t, e) {
3059
+ const Er = g(function(t, e) {
3037
3060
  const {
3038
3061
  children: o,
3039
3062
  className: i,
3040
3063
  disabled: r = !1,
3041
3064
  style: l,
3042
3065
  value: s,
3043
- ...h
3044
- } = t, f = So(), d = H(null), c = f.disabled || r, p = f.value !== void 0, v = f.value === s, g = W(
3045
- (x) => Vo(
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(
3046
3069
  x,
3047
3070
  d,
3048
3071
  e
@@ -3052,7 +3075,7 @@ const cr = y(function(t, e) {
3052
3075
  return q(() => {
3053
3076
  var x;
3054
3077
  !p && c && ((x = d.current) != null && x.checked) && (d.current.checked = !1);
3055
- }, [p, c]), /* @__PURE__ */ A(
3078
+ }, [p, c]), /* @__PURE__ */ O(
3056
3079
  "label",
3057
3080
  {
3058
3081
  className: ["nk-radio", i].filter(Boolean).join(" "),
@@ -3062,8 +3085,8 @@ const cr = y(function(t, e) {
3062
3085
  /* @__PURE__ */ a(
3063
3086
  "input",
3064
3087
  {
3065
- ...h,
3066
- ref: g,
3088
+ ...u,
3089
+ ref: m,
3067
3090
  checked: p ? !c && v : void 0,
3068
3091
  className: "nk-radio__control",
3069
3092
  defaultChecked: p ? void 0 : !c && f.defaultValue === s,
@@ -3080,7 +3103,7 @@ const cr = y(function(t, e) {
3080
3103
  ]
3081
3104
  }
3082
3105
  );
3083
- }), To = y(
3106
+ }), Fo = g(
3084
3107
  function(t, e) {
3085
3108
  const {
3086
3109
  "aria-invalid": o,
@@ -3088,14 +3111,14 @@ const cr = y(function(t, e) {
3088
3111
  className: r,
3089
3112
  defaultValue: l,
3090
3113
  disabled: s = !1,
3091
- invalid: h = !1,
3114
+ invalid: u = !1,
3092
3115
  name: f,
3093
3116
  onChange: d,
3094
3117
  orientation: c = "vertical",
3095
3118
  required: p = !1,
3096
3119
  value: v,
3097
- ...g
3098
- } = t, x = h || he(o), b = {
3120
+ ...m
3121
+ } = t, x = u || he(o), b = {
3099
3122
  defaultValue: l,
3100
3123
  disabled: s,
3101
3124
  name: f,
@@ -3103,13 +3126,13 @@ const cr = y(function(t, e) {
3103
3126
  required: p,
3104
3127
  value: v
3105
3128
  };
3106
- return /* @__PURE__ */ a(Tn.Provider, { value: b, children: /* @__PURE__ */ a(
3129
+ return /* @__PURE__ */ a(On.Provider, { value: b, children: /* @__PURE__ */ a(
3107
3130
  "div",
3108
3131
  {
3109
- ...g,
3132
+ ...m,
3110
3133
  ref: e,
3111
3134
  "aria-disabled": s || void 0,
3112
- "aria-invalid": ge(h, o),
3135
+ "aria-invalid": ge(u, o),
3113
3136
  "aria-required": p || void 0,
3114
3137
  className: ["nk-radio-group", r].filter(Boolean).join(" "),
3115
3138
  "data-disabled": s || void 0,
@@ -3121,8 +3144,8 @@ const cr = y(function(t, e) {
3121
3144
  ) });
3122
3145
  }
3123
3146
  );
3124
- En(To, "group");
3125
- function en(n, t, e) {
3147
+ En(Fo, "group");
3148
+ function tn(n, t, e) {
3126
3149
  if (n.length === 0) return -1;
3127
3150
  for (let o = 1; o <= n.length; o += 1) {
3128
3151
  const i = (t + e * o + n.length) % n.length;
@@ -3130,7 +3153,7 @@ function en(n, t, e) {
3130
3153
  }
3131
3154
  return -1;
3132
3155
  }
3133
- function Ao(n, t, e) {
3156
+ function Wo(n, t, e) {
3134
3157
  for (let o = 1; o <= n.length; o += 1) {
3135
3158
  const i = (e + o + n.length) % n.length, r = n[i];
3136
3159
  if (!r.disabled && r.label.toLocaleLowerCase().startsWith(t))
@@ -3138,7 +3161,7 @@ function Ao(n, t, e) {
3138
3161
  }
3139
3162
  return -1;
3140
3163
  }
3141
- function Do(n) {
3164
+ function zo(n) {
3142
3165
  const t = /* @__PURE__ */ new Set();
3143
3166
  n.forEach((e) => {
3144
3167
  if (t.has(e.value))
@@ -3146,10 +3169,10 @@ function Do(n) {
3146
3169
  t.add(e.value);
3147
3170
  });
3148
3171
  }
3149
- function Oo(n, t, e) {
3172
+ function jo(n, t, e) {
3150
3173
  t.current = n, typeof e == "function" ? e(n) : e && (e.current = n);
3151
3174
  }
3152
- function Bo(n) {
3175
+ function Zo(n) {
3153
3176
  const {
3154
3177
  "aria-invalid": t,
3155
3178
  children: e,
@@ -3158,12 +3181,12 @@ function Bo(n) {
3158
3181
  disabled: r = !1,
3159
3182
  forwardedReference: l,
3160
3183
  invalid: s = !1,
3161
- placeholder: h,
3184
+ placeholder: u,
3162
3185
  style: f,
3163
3186
  value: d,
3164
3187
  ...c
3165
3188
  } = n, p = ge(s, t), v = s || he(t);
3166
- return /* @__PURE__ */ A(
3189
+ return /* @__PURE__ */ O(
3167
3190
  "span",
3168
3191
  {
3169
3192
  className: ["nk-select", o].filter(Boolean).join(" "),
@@ -3172,18 +3195,18 @@ function Bo(n) {
3172
3195
  "data-mode": "native",
3173
3196
  style: f,
3174
3197
  children: [
3175
- /* @__PURE__ */ A(
3198
+ /* @__PURE__ */ O(
3176
3199
  "select",
3177
3200
  {
3178
3201
  ...c,
3179
3202
  ref: l,
3180
3203
  "aria-invalid": p,
3181
3204
  className: "nk-select__control",
3182
- 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,
3183
3206
  disabled: r,
3184
3207
  value: d,
3185
3208
  children: [
3186
- 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,
3187
3210
  e
3188
3211
  ]
3189
3212
  }
@@ -3193,8 +3216,8 @@ function Bo(n) {
3193
3216
  }
3194
3217
  );
3195
3218
  }
3196
- function Ho(n, t, e) {
3197
- const [o, i] = Y(null);
3219
+ function qo(n, t, e) {
3220
+ const [o, i] = $(null);
3198
3221
  return q(() => {
3199
3222
  if (!n || !t) {
3200
3223
  i(null);
@@ -3206,19 +3229,19 @@ function Ho(n, t, e) {
3206
3229
  function s() {
3207
3230
  const d = t == null ? void 0 : t.getBoundingClientRect();
3208
3231
  if (!d) return;
3209
- const c = 8, p = 4, v = l.innerHeight - d.bottom - p - c, g = d.top - p - c, x = v < 160 && g > v, 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(
3210
3233
  72,
3211
- x ? g : v
3212
- ), w = e == null ? void 0 : e.getBoundingClientRect(), T = Math.max(
3234
+ x ? m : v
3235
+ ), w = e == null ? void 0 : e.getBoundingClientRect(), M = Math.max(
3213
3236
  d.width,
3214
3237
  (w == null ? void 0 : w.width) ?? d.width
3215
- ), L = Math.min(
3238
+ ), _ = Math.min(
3216
3239
  Math.max(c, d.left),
3217
3240
  Math.max(
3218
3241
  c,
3219
- l.innerWidth - c - T
3242
+ l.innerWidth - c - M
3220
3243
  )
3221
- ), V = x ? Math.max(
3244
+ ), R = x ? Math.max(
3222
3245
  c,
3223
3246
  d.top - p - Math.min(
3224
3247
  (w == null ? void 0 : w.height) ?? b,
@@ -3226,20 +3249,20 @@ function Ho(n, t, e) {
3226
3249
  )
3227
3250
  ) : d.bottom + p;
3228
3251
  i({
3229
- left: L,
3252
+ left: _,
3230
3253
  maxHeight: b,
3231
3254
  minWidth: d.width,
3232
- top: V
3255
+ top: R
3233
3256
  });
3234
3257
  }
3235
3258
  s(), l.addEventListener("resize", s), l.addEventListener("scroll", s, !0);
3236
- const h = l.ResizeObserver, f = h ? new h(s) : null;
3259
+ const u = l.ResizeObserver, f = u ? new u(s) : null;
3237
3260
  return f == null || f.observe(t), e && (f == null || f.observe(e)), () => {
3238
3261
  l.removeEventListener("resize", s), l.removeEventListener("scroll", s, !0), f == null || f.disconnect();
3239
3262
  };
3240
3263
  }, [n, e, t]), o;
3241
3264
  }
3242
- function Fo(n) {
3265
+ function $o(n) {
3243
3266
  const {
3244
3267
  active: t,
3245
3268
  closeOnEscape: e,
@@ -3248,37 +3271,37 @@ function Fo(n) {
3248
3271
  id: r,
3249
3272
  listboxReference: l,
3250
3273
  onEscapeDismiss: s,
3251
- onEscapeKeyDown: h,
3274
+ onEscapeKeyDown: u,
3252
3275
  onHighlight: f,
3253
3276
  onOutsideDismiss: d,
3254
3277
  onPointerDownOutside: c,
3255
3278
  onSelect: p,
3256
3279
  options: v,
3257
- ownerDocument: g,
3280
+ ownerDocument: m,
3258
3281
  position: x,
3259
3282
  selectedValue: b,
3260
3283
  state: w,
3261
- triggerReference: T
3262
- } = n, L = H(null), V = qe(!0, g), P = Le(
3263
- () => [T, L],
3264
- [T]
3265
- ), E = W(
3266
- (C) => {
3267
- L.current = C, l(C);
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);
3268
3291
  },
3269
3292
  [l]
3270
3293
  );
3271
- return $e({
3294
+ return Ke({
3272
3295
  active: t,
3273
- boundaries: P,
3296
+ boundaries: k,
3274
3297
  dismissOnEscape: e,
3275
3298
  dismissOnPointerDownOutside: o,
3276
- layerId: V.id,
3299
+ layerId: R.id,
3277
3300
  onEscapeDismiss: s,
3278
- onEscapeKeyDown: h,
3301
+ onEscapeKeyDown: u,
3279
3302
  onPointerDownOutside: c,
3280
3303
  onPointerDownOutsideDismiss: d,
3281
- ownerDocument: g
3304
+ ownerDocument: m
3282
3305
  }), /* @__PURE__ */ a(
3283
3306
  "div",
3284
3307
  {
@@ -3287,43 +3310,43 @@ function Fo(n) {
3287
3310
  className: "nk-select__listbox",
3288
3311
  "data-state": w,
3289
3312
  id: `${r}-listbox`,
3290
- ref: E,
3313
+ ref: C,
3291
3314
  role: "listbox",
3292
3315
  style: x ? {
3293
3316
  left: x.left,
3294
3317
  maxHeight: x.maxHeight,
3295
3318
  minWidth: x.minWidth,
3296
3319
  top: x.top,
3297
- zIndex: V.zIndex
3298
- } : { visibility: "hidden", zIndex: V.zIndex },
3299
- children: v.map((C, _) => /* @__PURE__ */ A(
3320
+ zIndex: R.zIndex
3321
+ } : { visibility: "hidden", zIndex: R.zIndex },
3322
+ children: v.map((I, N) => /* @__PURE__ */ O(
3300
3323
  "div",
3301
3324
  {
3302
- "aria-disabled": C.disabled || void 0,
3303
- "aria-selected": C.value === b,
3325
+ "aria-disabled": I.disabled || void 0,
3326
+ "aria-selected": I.value === b,
3304
3327
  className: "nk-select__option",
3305
- "data-highlighted": _ === i || void 0,
3306
- "data-selected": C.value === b || void 0,
3307
- id: `${r}-option-${_}`,
3308
- onPointerDown: (D) => {
3309
- D.preventDefault(), C.disabled || p(C);
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);
3310
3333
  },
3311
3334
  onPointerMove: () => {
3312
- C.disabled || f(_);
3335
+ I.disabled || f(N);
3313
3336
  },
3314
3337
  role: "option",
3315
3338
  children: [
3316
- C.icon ? /* @__PURE__ */ a(me, { type: C.icon }) : null,
3317
- /* @__PURE__ */ a("span", { className: "nk-select__option-label", children: C.label }),
3318
- C.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
3319
3342
  ]
3320
3343
  },
3321
- C.value
3344
+ I.value
3322
3345
  ))
3323
3346
  }
3324
3347
  );
3325
3348
  }
3326
- function Wo(n) {
3349
+ function Go(n) {
3327
3350
  var ye;
3328
3351
  const {
3329
3352
  "aria-invalid": t,
@@ -3333,235 +3356,235 @@ function Wo(n) {
3333
3356
  defaultValue: r = "",
3334
3357
  disabled: l = !1,
3335
3358
  displayOverride: s,
3336
- form: h,
3359
+ form: u,
3337
3360
  forwardedReference: f,
3338
3361
  id: d,
3339
3362
  invalid: c = !1,
3340
3363
  name: p,
3341
3364
  onChange: v,
3342
- onClick: g,
3365
+ onClick: m,
3343
3366
  onEscapeKeyDown: x,
3344
3367
  onKeyDown: b,
3345
3368
  onOpenChange: w,
3346
- onPointerDownOutside: T,
3347
- options: L,
3348
- placeholder: V,
3349
- portalContainer: P,
3350
- required: E = !1,
3351
- style: C,
3352
- value: _,
3353
- width: D,
3354
- ...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
3355
3378
  } = n;
3356
- Do(L);
3357
- const j = Me(), F = d ?? j, N = H(null), K = H(null), M = H(null), m = H(""), [k, R] = Y(null), [O, S] = Y(!1), [z, te] = Y(-1), [ee, Q] = Y(r), $ = _ !== void 0, de = $ ? _ : ee, pe = L.find(
3358
- (u) => u.value === de
3359
- ), we = c || he(t), Ee = ge(c, t), G = Ge(O), ne = (P == null ? void 0 : P.ownerDocument) ?? ((ye = N.current) == null ? void 0 : ye.ownerDocument) ?? (typeof document > "u" ? null : document), ae = Ho(
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(
3360
3383
  G.present,
3361
- N.current,
3362
- k
3363
- ), oe = D === void 0 ? C : { ...C, width: D }, U = s ?? pe, ve = W(
3364
- (u) => {
3365
- Oo(
3366
- u,
3367
- 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,
3368
3391
  f
3369
3392
  );
3370
3393
  },
3371
3394
  [f]
3372
- ), re = W((u) => {
3373
- O !== u && (S(u), w == null || w(u));
3374
- }, [w, O]), se = W((u = 1) => {
3375
- const I = L.findIndex(
3395
+ ), re = W((h) => {
3396
+ B !== h && (V(h), w == null || w(h));
3397
+ }, [w, B]), le = W((h = 1) => {
3398
+ const L = _.findIndex(
3376
3399
  (ie) => ie.value === de && !ie.disabled
3377
- ), X = u === 1 ? -1 : L.length;
3400
+ ), Q = h === 1 ? -1 : _.length;
3378
3401
  te(
3379
- I >= 0 ? I : en(L, X, u)
3402
+ L >= 0 ? L : tn(_, Q, h)
3380
3403
  ), re(!0);
3381
- }, [L, de, re]), be = W((u) => {
3382
- var I;
3383
- u.disabled || ($ || Q(u.value), re(!1), (I = N.current) == null || I.focus(), v == null || v(u.value));
3384
- }, [$, v, re]), Ne = W(() => {
3385
- var u;
3386
- re(!1), (u = N.current) == null || u.focus();
3387
- }, [re]), _e = 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(() => {
3388
3411
  re(!1);
3389
3412
  }, [re]);
3390
- function ue(u) {
3391
- g == null || g(u), !(u.defaultPrevented || l) && (O ? re(!1) : se());
3413
+ function ue(h) {
3414
+ m == null || m(h), !(h.defaultPrevented || l) && (B ? re(!1) : le());
3392
3415
  }
3393
- function Re(u) {
3394
- if (b == null || b(u), !(u.defaultPrevented || l)) {
3395
- if (u.key === "ArrowDown" || u.key === "ArrowUp") {
3396
- u.preventDefault();
3397
- const I = u.key === "ArrowDown" ? 1 : -1;
3398
- O ? te(
3399
- (X) => en(L, X, I)
3400
- ) : se(I);
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);
3401
3424
  return;
3402
3425
  }
3403
- if (u.key === "Home" || u.key === "End") {
3404
- if (u.preventDefault(), !O) se(u.key === "Home" ? 1 : -1);
3426
+ if (h.key === "Home" || h.key === "End") {
3427
+ if (h.preventDefault(), !B) le(h.key === "Home" ? 1 : -1);
3405
3428
  else {
3406
- const I = u.key === "Home" ? 1 : -1, X = I === 1 ? -1 : L.length;
3429
+ const L = h.key === "Home" ? 1 : -1, Q = L === 1 ? -1 : _.length;
3407
3430
  te(
3408
- en(L, X, I)
3431
+ tn(_, Q, L)
3409
3432
  );
3410
3433
  }
3411
3434
  return;
3412
3435
  }
3413
- if (u.key === "Enter" || u.key === " ") {
3414
- u.preventDefault();
3415
- const I = L[z];
3416
- O && I ? be(I) : O || se();
3436
+ if (h.key === "Enter" || h.key === " ") {
3437
+ h.preventDefault();
3438
+ const L = _[j];
3439
+ B && L ? be(L) : B || le();
3417
3440
  return;
3418
3441
  }
3419
- if (u.key === "Tab") {
3442
+ if (h.key === "Tab") {
3420
3443
  re(!1);
3421
3444
  return;
3422
3445
  }
3423
- if (u.key.length === 1 && !u.altKey && !u.ctrlKey && !u.metaKey) {
3424
- const I = u.currentTarget.ownerDocument.defaultView;
3425
- if (!I) return;
3426
- const X = u.key.toLocaleLowerCase(), ie = m.current + X, le = Array.from(ie).every((ke) => ke === X);
3427
- m.current = le ? X : ie, M.current !== null && I.clearTimeout(M.current), M.current = I.setTimeout(() => {
3428
- m.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;
3429
3452
  }, 500);
3430
- const ce = Ao(
3431
- L,
3432
- m.current,
3433
- z
3453
+ const ce = Wo(
3454
+ _,
3455
+ y.current,
3456
+ j
3434
3457
  );
3435
- ce >= 0 && (u.preventDefault(), O || re(!0), te(ce));
3458
+ ce >= 0 && (h.preventDefault(), B || re(!0), te(ce));
3436
3459
  }
3437
3460
  }
3438
3461
  }
3439
3462
  return q(() => {
3440
- var u;
3441
- if (O && z >= 0) {
3442
- const I = ne == null ? void 0 : ne.getElementById(
3443
- `${F}-option-${z}`
3463
+ var h;
3464
+ if (B && j >= 0) {
3465
+ const L = ne == null ? void 0 : ne.getElementById(
3466
+ `${H}-option-${j}`
3444
3467
  );
3445
- I && (k != null && k.contains(I)) && ((u = I.scrollIntoView) == null || u.call(I, { block: "nearest" }));
3446
- }
3447
- }, [z, F, k, O]), q(() => {
3448
- var X;
3449
- const u = (X = N.current) == null ? void 0 : X.form;
3450
- if (!u) return;
3451
- function I() {
3452
- const ie = K.current, le = $ ? de : r;
3468
+ L && (P != null && P.contains(L)) && ((h = L.scrollIntoView) == null || h.call(L, { block: "nearest" }));
3469
+ }
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;
3453
3476
  if (ie) {
3454
3477
  const ce = Array.from(ie.options), ke = ce.find(
3455
- (Se) => Se.value === le
3478
+ (Ve) => Ve.value === se
3456
3479
  ) ?? ce[0];
3457
- ce.forEach((Se) => {
3458
- Se.defaultSelected = Se === ke;
3480
+ ce.forEach((Ve) => {
3481
+ Ve.defaultSelected = Ve === ke;
3459
3482
  });
3460
3483
  }
3461
- $ || Q(r), re(!1);
3462
- }
3463
- return u.addEventListener("reset", I), () => u.removeEventListener("reset", I);
3464
- }, [r, h, $, de, re]), q(() => () => {
3465
- var I;
3466
- const u = (I = N.current) == null ? void 0 : I.ownerDocument.defaultView;
3467
- u && M.current !== null && u.clearTimeout(M.current);
3468
- }, []), /* @__PURE__ */ A(
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(
3469
3492
  "span",
3470
3493
  {
3471
3494
  className: ["nk-select", e].filter(Boolean).join(" "),
3472
3495
  "data-disabled": l || void 0,
3473
3496
  "data-invalid": we || void 0,
3474
3497
  "data-mode": "custom",
3475
- "data-open": O || void 0,
3498
+ "data-open": B || void 0,
3476
3499
  style: oe,
3477
3500
  children: [
3478
- /* @__PURE__ */ A(
3501
+ /* @__PURE__ */ O(
3479
3502
  "button",
3480
3503
  {
3481
- ...Z,
3504
+ ...z,
3482
3505
  ref: ve,
3483
- "aria-activedescendant": O && z >= 0 ? `${F}-option-${z}` : void 0,
3484
- "aria-controls": `${F}-listbox`,
3485
- "aria-expanded": O,
3506
+ "aria-activedescendant": B && j >= 0 ? `${H}-option-${j}` : void 0,
3507
+ "aria-controls": `${H}-listbox`,
3508
+ "aria-expanded": B,
3486
3509
  "aria-haspopup": "listbox",
3487
3510
  "aria-invalid": Ee,
3488
- "aria-required": E || void 0,
3511
+ "aria-required": C || void 0,
3489
3512
  "aria-autocomplete": "none",
3490
3513
  className: "nk-select__trigger",
3491
3514
  disabled: l,
3492
- form: h,
3493
- id: F,
3515
+ form: u,
3516
+ id: H,
3494
3517
  onClick: ue,
3495
- onKeyDown: Re,
3518
+ onKeyDown: Te,
3496
3519
  role: "combobox",
3497
3520
  type: "button",
3498
3521
  children: [
3499
- U ? /* @__PURE__ */ A("span", { className: "nk-select__value", children: [
3500
- U.icon ? /* @__PURE__ */ a(me, { type: U.icon }) : null,
3501
- /* @__PURE__ */ a("span", { className: "nk-select__value-label", children: U.label })
3502
- ] }) : /* @__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 }),
3503
3526
  /* @__PURE__ */ a(me, { className: "nk-select__icon", type: "chevron-down" })
3504
3527
  ]
3505
3528
  }
3506
3529
  ),
3507
- p || E ? /* @__PURE__ */ A(
3530
+ p || C ? /* @__PURE__ */ O(
3508
3531
  "select",
3509
3532
  {
3510
- ref: K,
3533
+ ref: U,
3511
3534
  "aria-hidden": "true",
3512
3535
  className: "nk-select__form-control",
3513
3536
  disabled: l,
3514
- form: h,
3537
+ form: u,
3515
3538
  name: p,
3516
3539
  onChange: () => {
3517
3540
  },
3518
- onInvalid: (u) => {
3519
- var I;
3520
- u.preventDefault(), (I = N.current) == null || I.focus();
3541
+ onInvalid: (h) => {
3542
+ var L;
3543
+ h.preventDefault(), (L = E.current) == null || L.focus();
3521
3544
  },
3522
- required: E,
3545
+ required: C,
3523
3546
  tabIndex: -1,
3524
3547
  value: de,
3525
3548
  children: [
3526
3549
  /* @__PURE__ */ a("option", { value: "" }),
3527
- L.map((u) => /* @__PURE__ */ a(
3550
+ _.map((h) => /* @__PURE__ */ a(
3528
3551
  "option",
3529
3552
  {
3530
- disabled: u.disabled,
3531
- value: u.value,
3532
- children: u.label
3553
+ disabled: h.disabled,
3554
+ value: h.value,
3555
+ children: h.label
3533
3556
  },
3534
- u.value
3557
+ h.value
3535
3558
  ))
3536
3559
  ]
3537
3560
  }
3538
3561
  ) : null,
3539
3562
  G.present && ne ? /* @__PURE__ */ a(
3540
- je,
3563
+ $e,
3541
3564
  {
3542
- container: P,
3543
- inheritFrom: N.current,
3565
+ container: k,
3566
+ inheritFrom: E.current,
3544
3567
  children: /* @__PURE__ */ a(
3545
- Fo,
3568
+ $o,
3546
3569
  {
3547
- active: O,
3570
+ active: B,
3548
3571
  closeOnEscape: o,
3549
3572
  closeOnOutsideInteraction: i,
3550
- highlightedIndex: z,
3551
- id: F,
3552
- listboxReference: R,
3553
- onEscapeDismiss: Ne,
3573
+ highlightedIndex: j,
3574
+ id: H,
3575
+ listboxReference: A,
3576
+ onEscapeDismiss: Se,
3554
3577
  onEscapeKeyDown: x,
3555
3578
  onHighlight: te,
3556
- onOutsideDismiss: _e,
3557
- onPointerDownOutside: T,
3579
+ onOutsideDismiss: Re,
3580
+ onPointerDownOutside: M,
3558
3581
  onSelect: be,
3559
- options: L,
3582
+ options: _,
3560
3583
  ownerDocument: ne,
3561
3584
  position: ae,
3562
3585
  selectedValue: de,
3563
3586
  state: G.state === "closing" ? "closing" : "open",
3564
- triggerReference: N
3587
+ triggerReference: E
3565
3588
  }
3566
3589
  )
3567
3590
  }
@@ -3570,29 +3593,29 @@ function Wo(n) {
3570
3593
  }
3571
3594
  );
3572
3595
  }
3573
- const dr = y(function(t, e) {
3596
+ const Sr = g(function(t, e) {
3574
3597
  const { options: o } = t;
3575
3598
  return o !== void 0 ? /* @__PURE__ */ a(
3576
- Wo,
3599
+ Go,
3577
3600
  {
3578
3601
  ...t,
3579
3602
  forwardedReference: e
3580
3603
  }
3581
3604
  ) : /* @__PURE__ */ a(
3582
- Bo,
3605
+ Zo,
3583
3606
  {
3584
3607
  ...t,
3585
3608
  forwardedReference: e
3586
3609
  }
3587
3610
  );
3588
- }), ur = y(function(t, e) {
3611
+ }), Rr = g(function(t, e) {
3589
3612
  const {
3590
3613
  "aria-hidden": o = !0,
3591
3614
  className: i,
3592
3615
  height: r = "1em",
3593
3616
  shape: l = "rectangle",
3594
3617
  style: s,
3595
- width: h = l === "circle" ? "1em" : "100%",
3618
+ width: u = l === "circle" ? "1em" : "100%",
3596
3619
  ...f
3597
3620
  } = t;
3598
3621
  return /* @__PURE__ */ a(
@@ -3603,10 +3626,10 @@ const dr = y(function(t, e) {
3603
3626
  "aria-hidden": o,
3604
3627
  className: ["nk-skeleton", i].filter(Boolean).join(" "),
3605
3628
  "data-shape": l,
3606
- style: { ...s, width: h, height: r }
3629
+ style: { ...s, width: u, height: r }
3607
3630
  }
3608
3631
  );
3609
- }), fr = y(function(t, e) {
3632
+ }), Tr = g(function(t, e) {
3610
3633
  const {
3611
3634
  "aria-invalid": o,
3612
3635
  className: i,
@@ -3614,7 +3637,7 @@ const dr = y(function(t, e) {
3614
3637
  style: l,
3615
3638
  ...s
3616
3639
  } = t;
3617
- return /* @__PURE__ */ A(
3640
+ return /* @__PURE__ */ O(
3618
3641
  "span",
3619
3642
  {
3620
3643
  className: ["nk-switch", i].filter(Boolean).join(" "),
@@ -3638,69 +3661,32 @@ const dr = y(function(t, e) {
3638
3661
  ]
3639
3662
  }
3640
3663
  );
3641
- });
3642
- function bn(n) {
3643
- return Number.isFinite(n) ? Math.max(1, Math.floor(n)) : 1;
3644
- }
3645
- const hr = y(
3646
- function(t, e) {
3647
- const {
3648
- "aria-invalid": o,
3649
- className: i,
3650
- disabled: r = !1,
3651
- invalid: l = !1,
3652
- minRows: s,
3653
- readOnly: h = !1,
3654
- resize: f = "vertical",
3655
- rows: d,
3656
- style: c,
3657
- ...p
3658
- } = t, v = bn(d ?? s ?? 3), x = `calc(${bn(s ?? d ?? 3) * 1.25}em + var(--nk-text-area-padding) * 2 + var(--nk-text-area-border-width) * 2)`, b = {
3659
- ...c,
3660
- "--nk-text-area-min-height": x
3661
- };
3662
- return /* @__PURE__ */ a(
3663
- "textarea",
3664
- {
3665
- ...p,
3666
- ref: e,
3667
- "aria-invalid": ge(l, o),
3668
- className: ["nk-text-area", i].filter(Boolean).join(" "),
3669
- "data-invalid": l || he(o) || void 0,
3670
- "data-resize": f,
3671
- disabled: r,
3672
- readOnly: h,
3673
- rows: v,
3674
- style: b
3675
- }
3676
- );
3677
- }
3678
- ), zo = 500, An = Ze(null);
3679
- function pr(n) {
3680
- const { children: t, delay: e = zo } = n, o = Le(() => ({
3664
+ }), Ko = 500, Bn = qe(null);
3665
+ function Vr(n) {
3666
+ const { children: t, delay: e = Ko } = n, o = Me(() => ({
3681
3667
  delay: e
3682
3668
  }), [e]);
3683
- return /* @__PURE__ */ a(An.Provider, { value: o, children: t });
3669
+ return /* @__PURE__ */ a(Bn.Provider, { value: o, children: t });
3684
3670
  }
3685
- const Dn = 500, yn = 100;
3686
- function Zo(n, t, e, o) {
3687
- t.current = n, Fe(e, n), Fe(o, n);
3671
+ const Dn = 500, In = 100;
3672
+ function Uo(n, t, e, o) {
3673
+ t.current = n, He(e, n), He(o, n);
3688
3674
  }
3689
- function jo(n) {
3675
+ function Yo(n) {
3690
3676
  return Number.isFinite(n) ? Math.max(0, n) : Dn;
3691
3677
  }
3692
- function qo(n, t) {
3678
+ function Xo(n, t) {
3693
3679
  const e = (n == null ? void 0 : n.split(/\s+/).filter(Boolean)) ?? [];
3694
3680
  return e.includes(t) || e.push(t), e.join(" ");
3695
3681
  }
3696
- const vr = y(function(t, e) {
3682
+ const Qo = g(function(t, e) {
3697
3683
  const {
3698
3684
  children: o,
3699
3685
  className: i,
3700
3686
  content: r,
3701
3687
  contentClassName: l,
3702
3688
  contentStyle: s,
3703
- delay: h,
3689
+ delay: u,
3704
3690
  disabled: f = !1,
3705
3691
  onOpenChange: d,
3706
3692
  placement: c = "top",
@@ -3709,125 +3695,129 @@ const vr = y(function(t, e) {
3709
3695
  } = t;
3710
3696
  if (r == null || typeof r == "boolean" || typeof r == "string" && !r.trim())
3711
3697
  throw new Error("Tooltip content must not be empty");
3712
- if (o.type === ze)
3698
+ if (o.type === _e)
3713
3699
  throw new Error("Tooltip requires a single non-Fragment trigger");
3714
- const x = `${Me()}-tooltip`, b = Pe(An), w = o.props, T = Rn(o), L = H(null), V = H(null), P = H(f), E = H(!1), C = H(null), _ = H(null), D = H(null), Z = H(!1), j = H(!1), F = H(!1), N = H(!1), [K, M] = Y(null), [m, k] = Y(null), [R, O] = Y(!1);
3715
- P.current = f;
3716
- const S = jo(
3717
- h ?? (b == null ? void 0 : b.delay) ?? Dn
3718
- ), z = Ge(R), te = (p == null ? void 0 : p.ownerDocument) ?? (K == null ? void 0 : K.ownerDocument) ?? (typeof document > "u" ? null : document), ee = qe(z.present, te), Q = Sn(
3719
- 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,
3720
3706
  c,
3721
- K,
3722
- m
3723
- ), $ = Le(
3724
- () => [L, V],
3707
+ U,
3708
+ y
3709
+ ), K = Me(
3710
+ () => [_, R],
3725
3711
  []
3726
- ), de = qo(
3712
+ ), de = Xo(
3727
3713
  w["aria-describedby"],
3728
3714
  x
3729
- ), pe = R && z.present ? de : w["aria-describedby"], we = W(
3730
- (u) => {
3731
- Zo(
3732
- u,
3733
- L,
3734
- T,
3715
+ ), pe = A && j.present ? de : w["aria-describedby"], we = W(
3716
+ (h) => {
3717
+ Uo(
3718
+ h,
3719
+ _,
3720
+ M,
3735
3721
  e
3736
- ), M(u);
3722
+ ), S(h);
3737
3723
  },
3738
- [e, T]
3724
+ [e, M]
3739
3725
  ), Ee = W(
3740
- (u) => {
3741
- V.current = u, u || (N.current = !1), k(u);
3726
+ (h) => {
3727
+ R.current = h, h || (E.current = !1), P(h);
3742
3728
  },
3743
3729
  []
3744
3730
  ), G = W(() => {
3745
- const u = C.current;
3746
- u && u.ownerWindow.clearTimeout(u.timerId), C.current = null;
3731
+ const h = I.current;
3732
+ h && h.ownerWindow.clearTimeout(h.timerId), I.current = null;
3747
3733
  }, []), ne = W(() => {
3748
- const u = _.current;
3749
- u && u.ownerWindow.clearTimeout(u.timerId), _.current = null;
3734
+ const h = N.current;
3735
+ h && h.ownerWindow.clearTimeout(h.timerId), N.current = null;
3750
3736
  }, []), ae = W(() => {
3751
- const u = D.current;
3752
- u && u.ownerWindow.clearTimeout(u.timerId), D.current = null;
3753
- }, []), oe = W((u) => {
3754
- E.current !== u && (u || (N.current = !1), E.current = u, O(u), d == null || d(u));
3755
- }, [d]), U = W((u) => {
3756
- var ie, le;
3757
- if (ne(), j.current || F.current || N.current)
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)
3758
3744
  return;
3759
- if (u === 0) {
3745
+ if (h === 0) {
3760
3746
  oe(!1);
3761
3747
  return;
3762
3748
  }
3763
- const I = ((ie = L.current) == null ? void 0 : ie.ownerDocument.defaultView) ?? ((le = V.current) == null ? void 0 : le.ownerDocument.defaultView);
3764
- if (!I) {
3749
+ const L = ((ie = _.current) == null ? void 0 : ie.ownerDocument.defaultView) ?? ((se = R.current) == null ? void 0 : se.ownerDocument.defaultView);
3750
+ if (!L) {
3765
3751
  oe(!1);
3766
3752
  return;
3767
3753
  }
3768
- const X = I.setTimeout(() => {
3769
- _.current = null, !j.current && !F.current && !N.current && oe(!1);
3770
- }, u);
3771
- _.current = {
3772
- ownerWindow: I,
3773
- 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
3774
3760
  };
3775
3761
  }, [ne, oe]), ve = W(() => {
3776
- var X;
3777
- if (G(), ne(), S === 0) {
3762
+ var Q;
3763
+ if (G(), ne(), V === 0) {
3778
3764
  oe(!0);
3779
3765
  return;
3780
3766
  }
3781
- const u = (X = L.current) == null ? void 0 : X.ownerDocument.defaultView;
3782
- if (!u) return;
3783
- const I = u.setTimeout(() => {
3784
- C.current = null, P.current || oe(!0);
3785
- }, S);
3786
- C.current = { ownerWindow: u, timerId: I };
3787
- }, [ne, G, S, oe]);
3788
- function re(u) {
3789
- var I;
3790
- (I = w.onFocus) == null || I.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);
3791
3781
  }
3792
- function se(u) {
3793
- var I;
3794
- (I = w.onBlur) == null || I.call(w, u), !u.currentTarget.contains(u.relatedTarget) && (j.current = !1, G(), U(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));
3795
3785
  }
3796
- function be(u) {
3797
- var I;
3798
- (I = w.onMouseEnter) == null || I.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();
3799
3789
  }
3800
- function Ne(u) {
3801
- var I;
3802
- (I = w.onMouseLeave) == null || I.call(w, u), F.current = !1, G(), U(yn);
3790
+ function Se(h) {
3791
+ var L;
3792
+ (L = w.onMouseLeave) == null || L.call(w, h), H.current = !1, G(), Y(In);
3803
3793
  }
3804
- function _e() {
3805
- N.current = !0, ne();
3794
+ function Re() {
3795
+ E.current = !0, ne();
3806
3796
  }
3807
3797
  function ue() {
3808
- N.current = !1, U(yn);
3798
+ E.current = !1, Y(In);
3809
3799
  }
3810
- function Re(u) {
3811
- var ie, le;
3812
- (ie = w.onPointerDown) == null || ie.call(w, u), G(), ne(), oe(!1);
3813
- const I = (le = L.current) == null ? void 0 : le.ownerDocument.defaultView;
3814
- if (!I) return;
3815
- Z.current = !0, ae();
3816
- const X = I.setTimeout(() => {
3817
- 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;
3818
3808
  }, 0);
3819
- D.current = { ownerWindow: I, timerId: X };
3809
+ T.current = { ownerWindow: L, timerId: Q };
3820
3810
  }
3821
- if ($e({
3822
- active: R,
3823
- boundaries: $,
3811
+ if (Ke({
3812
+ active: A,
3813
+ boundaries: K,
3824
3814
  dismissOnPointerDownOutside: !0,
3825
3815
  layerId: ee.id,
3826
3816
  onEscapeDismiss: () => oe(!1),
3827
3817
  onPointerDownOutsideDismiss: () => oe(!1),
3828
3818
  ownerDocument: te
3829
3819
  }), q(() => {
3830
- f && (G(), ne(), ae(), 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));
3831
3821
  }, [
3832
3822
  ne,
3833
3823
  G,
@@ -3837,48 +3827,48 @@ const vr = y(function(t, e) {
3837
3827
  ]), q(() => () => {
3838
3828
  G(), ne(), ae();
3839
3829
  }, [ne, G, ae]), f)
3840
- return He(
3830
+ return Pe(
3841
3831
  o,
3842
3832
  { ref: we }
3843
3833
  );
3844
- const ye = He(
3834
+ const ye = Pe(
3845
3835
  o,
3846
3836
  {
3847
3837
  "aria-describedby": pe,
3848
3838
  className: [w.className, "nk-tooltip__trigger", i].filter(Boolean).join(" "),
3849
- onBlur: se,
3839
+ onBlur: le,
3850
3840
  onFocus: re,
3851
3841
  onMouseEnter: be,
3852
- onMouseLeave: Ne,
3853
- onPointerDown: Re,
3842
+ onMouseLeave: Se,
3843
+ onPointerDown: Te,
3854
3844
  ref: we,
3855
3845
  style: { ...w.style, ...v }
3856
3846
  }
3857
3847
  );
3858
- return /* @__PURE__ */ A(We, { children: [
3848
+ return /* @__PURE__ */ O(je, { children: [
3859
3849
  ye,
3860
- z.present && te ? /* @__PURE__ */ a(
3861
- je,
3850
+ j.present && te ? /* @__PURE__ */ a(
3851
+ $e,
3862
3852
  {
3863
3853
  container: p,
3864
- inheritFrom: K,
3865
- children: /* @__PURE__ */ A(
3866
- Oe,
3854
+ inheritFrom: U,
3855
+ children: /* @__PURE__ */ O(
3856
+ Fe,
3867
3857
  {
3868
3858
  ref: Ee,
3869
- "aria-hidden": R ? void 0 : !0,
3859
+ "aria-hidden": A ? void 0 : !0,
3870
3860
  className: ["nk-tooltip", l].filter(Boolean).join(" "),
3871
- "data-placement": (Q == null ? void 0 : Q.placement) ?? c,
3872
- "data-state": z.state === "closing" ? "closing" : "open",
3861
+ "data-placement": (X == null ? void 0 : X.placement) ?? c,
3862
+ "data-state": j.state === "closing" ? "closing" : "open",
3873
3863
  id: x,
3874
- onMouseEnter: _e,
3864
+ onMouseEnter: Re,
3875
3865
  onMouseLeave: ue,
3876
3866
  role: "tooltip",
3877
- style: Q ? {
3867
+ style: X ? {
3878
3868
  ...s,
3879
- "--nk-tooltip-arrow-offset": `${Q.arrowOffset}px`,
3880
- left: Q.left,
3881
- top: Q.top,
3869
+ "--nk-tooltip-arrow-offset": `${X.arrowOffset}px`,
3870
+ left: X.left,
3871
+ top: X.top,
3882
3872
  zIndex: ee.zIndex
3883
3873
  } : {
3884
3874
  ...s,
@@ -3894,35 +3884,466 @@ const vr = y(function(t, e) {
3894
3884
  }
3895
3885
  ) : null
3896
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
3897
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
+ );
3898
4318
  export {
3899
- Xo as Alert,
3900
- Jo as Avatar,
3901
- er as Badge,
3902
- tn as Button,
3903
- nr as Card,
3904
- Bt as Checkbox,
3905
- zt as CheckboxGroup,
3906
- tr as Content,
3907
- or as Divider,
3908
- rr 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,
3909
4329
  me as Icon,
3910
- ir as Input,
3911
- ar as Modal,
3912
- lr as PinInput,
3913
- sr as Popover,
3914
- cr as Radio,
3915
- To as RadioGroup,
3916
- dr as Select,
3917
- ur as Skeleton,
3918
- Cn as Spinner,
3919
- fr 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,
3920
4341
  fe as Text,
3921
- hr as TextArea,
3922
- vr as Tooltip,
3923
- pr as TooltipProvider,
4342
+ Or as TextArea,
4343
+ Qo as Tooltip,
4344
+ Vr as TooltipProvider,
3924
4345
  Ce as breakpoint,
3925
- Uo as cell,
3926
- Qo as px,
3927
- Yo as space
4346
+ mr as cell,
4347
+ wr as px,
4348
+ gr as space
3928
4349
  };