neatkit 0.8.0 → 0.10.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.
Files changed (113) hide show
  1. package/dist/Boundary.cjs +1 -1
  2. package/dist/Boundary.js +29 -29
  3. package/dist/Button-CVe9T_Zw.cjs +1 -0
  4. package/dist/Button-D6rXvcqq.js +101 -0
  5. package/dist/Button.cjs +1 -1
  6. package/dist/Button.js +1 -1
  7. package/dist/Checkbox.cjs +1 -1
  8. package/dist/Checkbox.js +111 -110
  9. package/dist/{Code-JDb4VFl7.cjs → Code-B7s_rN0G.cjs} +1 -1
  10. package/dist/{Code-ClkozPlv.js → Code-Bp2X1k-g.js} +1 -4
  11. package/dist/Code.cjs +1 -1
  12. package/dist/Code.js +1 -1
  13. package/dist/Divider-C7XGlr26.cjs +1 -0
  14. package/dist/{Divider-BE15WVDI.js → Divider-DZgpYpr-.js} +1 -1
  15. package/dist/Divider.cjs +1 -1
  16. package/dist/Divider.js +1 -1
  17. package/dist/Icon-BIBzgznI.cjs +1 -0
  18. package/dist/{Icon-BoEUoOk7.js → Icon-CxK1wlGk.js} +98 -52
  19. package/dist/Icon.cjs +1 -1
  20. package/dist/Icon.js +1 -1
  21. package/dist/Input.cjs +1 -1
  22. package/dist/Input.js +52 -51
  23. package/dist/Markdown.cjs +1 -1
  24. package/dist/Markdown.js +108 -104
  25. package/dist/Modal.cjs +1 -1
  26. package/dist/Modal.js +57 -56
  27. package/dist/PinInput.cjs +1 -1
  28. package/dist/PinInput.js +88 -87
  29. package/dist/Popover.cjs +1 -1
  30. package/dist/Popover.js +147 -141
  31. package/dist/Progress.cjs +1 -0
  32. package/dist/Progress.js +40 -0
  33. package/dist/Radio.cjs +1 -1
  34. package/dist/Radio.js +48 -47
  35. package/dist/Select.cjs +1 -1
  36. package/dist/Select.js +363 -359
  37. package/dist/Sidebar.cjs +1 -1
  38. package/dist/Sidebar.js +326 -311
  39. package/dist/Spinner-BE0F4y2S.cjs +1 -0
  40. package/dist/Spinner-CmxlDlOk.js +23 -0
  41. package/dist/Spinner.cjs +1 -1
  42. package/dist/Spinner.js +1 -1
  43. package/dist/Table-BqWBgMTU.cjs +1 -0
  44. package/dist/Table-DutHfiXR.js +423 -0
  45. package/dist/Table.cjs +1 -1
  46. package/dist/Table.js +1 -1
  47. package/dist/{Tooltip-B4bajPtk.cjs → Tooltip-CCuE-hfp.cjs} +1 -1
  48. package/dist/{Tooltip-BVqdnKK_.js → Tooltip-CeyRKNv4.js} +1 -1
  49. package/dist/Tooltip.cjs +1 -1
  50. package/dist/Tooltip.js +1 -1
  51. package/dist/albert-sans-cb3e34c4.woff2 +0 -0
  52. package/dist/components/Icon/icons/GearIcon.d.ts +11 -0
  53. package/dist/components/Icon/icons/ImageIcon.d.ts +11 -0
  54. package/dist/components/Icon/utils/registry.d.ts +2 -0
  55. package/dist/components/Portal/hooks/useAnchoredPosition.d.ts +59 -0
  56. package/dist/components/Progress/Progress.d.ts +38 -0
  57. package/dist/components/Progress/index.d.ts +2 -0
  58. package/dist/components/Progress/utils/value.d.ts +25 -0
  59. package/dist/components/Select/Select.d.ts +6 -74
  60. package/dist/components/Select/components/CustomSelect.d.ts +59 -0
  61. package/dist/components/Select/components/NativeSelect.d.ts +26 -0
  62. package/dist/components/Select/components/SelectListbox.d.ts +50 -0
  63. package/dist/components/Select/hooks/useSelectFormReset.d.ts +27 -0
  64. package/dist/components/Select/hooks/useSelectPosition.d.ts +12 -0
  65. package/dist/components/Select/hooks/useTypeahead.d.ts +14 -0
  66. package/dist/components/Select/utils/options.d.ts +38 -0
  67. package/dist/components/Sidebar/Sidebar.d.ts +36 -25
  68. package/dist/components/Sidebar/components/SidebarFooter.d.ts +5 -0
  69. package/dist/components/Sidebar/components/SidebarGroup.d.ts +5 -16
  70. package/dist/components/Sidebar/components/SidebarHeader.d.ts +29 -0
  71. package/dist/components/Sidebar/components/SidebarItem.d.ts +3 -0
  72. package/dist/components/Sidebar/components/SidebarOverlay.d.ts +3 -4
  73. package/dist/components/Sidebar/components/SidebarPanel.d.ts +4 -4
  74. package/dist/components/Sidebar/hooks/usePresentation.d.ts +2 -2
  75. package/dist/components/Sidebar/index.d.ts +1 -1
  76. package/dist/components/Sidebar/utils/presentation.d.ts +12 -0
  77. package/dist/components/Sidebar/utils/state.d.ts +2 -2
  78. package/dist/components/Table/Table.d.ts +21 -209
  79. package/dist/components/Table/components/TableAction.d.ts +18 -0
  80. package/dist/components/Table/components/TableActionCell.d.ts +15 -0
  81. package/dist/components/Table/components/TableActionHeaderCell.d.ts +13 -0
  82. package/dist/components/Table/components/TableBody.d.ts +27 -0
  83. package/dist/components/Table/components/TableCell.d.ts +42 -0
  84. package/dist/components/Table/components/TableFoot.d.ts +19 -0
  85. package/dist/components/Table/components/TableHead.d.ts +19 -0
  86. package/dist/components/Table/components/TableHeaderCell.d.ts +23 -0
  87. package/dist/components/Table/components/TableRow.d.ts +67 -0
  88. package/dist/components/Table/hooks/useHorizontalOverflow.d.ts +25 -0
  89. package/dist/components/Table/utils/cell.d.ts +25 -0
  90. package/dist/components/Table/utils/children.d.ts +18 -0
  91. package/dist/components/Table/utils/trigger.d.ts +54 -0
  92. package/dist/style.css +1 -1
  93. package/dist/useAnchoredPosition-C0VS7hm6.js +105 -0
  94. package/dist/useAnchoredPosition-D7GRFzoX.cjs +1 -0
  95. package/dist/useFloatingPosition-Dq8xpr3E.js +27 -0
  96. package/dist/useFloatingPosition-g5kXywoB.cjs +1 -0
  97. package/dist/useFocusTrap-C0IcCdNf.js +136 -0
  98. package/dist/useFocusTrap-gAK_402D.cjs +1 -0
  99. package/package.json +7 -1
  100. package/dist/Button-Chv4O66e.js +0 -99
  101. package/dist/Button-DCKtFvSo.cjs +0 -1
  102. package/dist/Divider-CJYbFcSX.cjs +0 -1
  103. package/dist/Icon-DJ4BigRz.cjs +0 -1
  104. package/dist/Spinner-BXgw60UC.cjs +0 -1
  105. package/dist/Spinner-CVYvk6YK.js +0 -25
  106. package/dist/Table-B30TBckZ.js +0 -402
  107. package/dist/Table-DceR12X9.cjs +0 -1
  108. package/dist/floating-position-5wJ5G5IT.js +0 -48
  109. package/dist/floating-position-Cy9xxdH4.cjs +0 -1
  110. package/dist/useFloatingPosition-BBEUHPqy.cjs +0 -1
  111. package/dist/useFloatingPosition-CMirP2-2.js +0 -43
  112. package/dist/useFocusTrap-BrFZdMqQ.cjs +0 -1
  113. package/dist/useFocusTrap-DhVnlboe.js +0 -136
package/dist/Boundary.cjs CHANGED
@@ -1 +1 @@
1
- "use client";"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react"),W=require("./effects-D85L_7zM.cjs"),g=require("./units-PzuiQNnw.cjs"),C=[{minWidth:g.breakpoint("xl"),marginPercent:32,preferredWidth:1200},{minWidth:g.breakpoint("lg"),marginPercent:20,preferredWidth:1100},{minWidth:g.breakpoint("md"),marginPercent:14,preferredWidth:g.breakpoint("md")},{minWidth:g.breakpoint("sm"),marginPercent:8,preferredWidth:650}],N=16;function P(e){for(const t of C)if(e>=t.minWidth)return t}function R(e,t){if(!Number.isFinite(e)||!Number.isFinite(t)||e<g.breakpoint("sm")||t<=0)return;const n=P(e);if(!n)return;const i=e*n.marginPercent/100,d=e-i*2,s=Math.min(n.preferredWidth,e-N),l=Math.max(d,s);let u=Math.floor(l/t);if(u%2===0&&(u-=1),!(u<3))return Math.min((u-1)*t,e)}function B(e,t){if(typeof e=="function"){e(t);return}e&&(e.current=t)}function F(){const e=new Set;let t;return{publish(n){t!==n&&(t=n,e.forEach(i=>i()))},read(){return t},subscribe(n){return e.add(n),()=>{e.delete(n)}}}}function z(e){if(e.clientWidth===0)return;const t=window.getComputedStyle(e),n=(Number.parseFloat(t.paddingLeft)||0)+(Number.parseFloat(t.paddingRight)||0);return Math.max(e.clientWidth-n,0)}function _(e){const n=window.getComputedStyle(e).getPropertyValue("--nk-cell").trim().match(/^([+]?(?:\d+\.?\d*|\.\d+))px$/i);if(!n)return;const i=Number.parseFloat(n[1]);return Number.isFinite(i)&&i>0?i:void 0}function O(e,t){const n=o.useRef(null),i=o.useRef(null),d=o.useRef(void 0),s=o.useRef(null),[l,u]=o.useState(void 0),[b,y]=o.useState(null);s.current||(s.current=F());const h=s.current,a=o.useCallback(r=>{const c=z(r);if(h.publish(c),!t||c===void 0){if(d.current===void 0)return;d.current=void 0,u(void 0);return}const f=_(r),p=f===void 0?void 0:R(c,f);d.current!==p&&(d.current=p,u(p))},[h,t]),m=o.useCallback(r=>{var f;if((f=i.current)==null||f.disconnect(),i.current=null,typeof ResizeObserver>"u")return;const c=new ResizeObserver(()=>a(r));c.observe(r),i.current=c},[a]),v=o.useCallback(r=>{var c;(c=i.current)==null||c.disconnect(),i.current=null,n.current=r,y(r),B(e,r),!(!r||typeof window>"u")&&(a(r),m(r))},[m,e,a]);return W.useIsomorphicLayoutEffect(()=>{n.current&&a(n.current)}),o.useEffect(()=>(n.current&&m(n.current),()=>{var r;(r=i.current)==null||r.disconnect(),i.current=null}),[m]),{contentWidth:l,rootElement:b,rootReference:v,width:h}}const I=o.forwardRef(function(t,n){const{as:i,children:d,className:s,style:l,theme:u="auto",accent:b,decoration:y="grid",width:h="narrow",height:a="content",spacing:m="standard",...v}=t,{contentWidth:r,rootElement:c,rootReference:f,width:p}=O(n,h==="narrow"),w=o.useMemo(()=>({boundaryElement:c,portalElement:c,width:p}),[c,p]),S=i??"div",M=b!==void 0?{...l,"--nk-accent":b}:l,k=o.createElement(S,{...v,ref:f,className:["nk-boundary",s].filter(Boolean).join(" "),"data-theme":u,"data-decoration":y,"data-width":h,"data-height":a,"data-spacing":m,style:M},o.createElement("div",{className:"nk-boundary__content",style:r===void 0?void 0:{width:`${r}px`}},d));return o.createElement(W.BoundaryContext.Provider,{value:w},k)});exports.default=I;
1
+ "use client";"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("react"),W=require("./effects-D85L_7zM.cjs"),g=require("./units-PzuiQNnw.cjs"),N=[{minWidth:g.breakpoint("xl"),marginPercent:32,preferredWidth:1200},{minWidth:g.breakpoint("lg"),marginPercent:20,preferredWidth:1100},{minWidth:g.breakpoint("md"),marginPercent:14,preferredWidth:g.breakpoint("md")},{minWidth:g.breakpoint("sm"),marginPercent:8,preferredWidth:650}],P=16;function R(e){for(const t of N)if(e>=t.minWidth)return t}function B(e,t){if(!Number.isFinite(e)||!Number.isFinite(t)||e<g.breakpoint("sm")||t<=0)return;const n=R(e);if(!n)return;const o=e*n.marginPercent/100,d=e-o*2,s=Math.min(n.preferredWidth,e-P),f=Math.max(d,s);let u=Math.floor(f/t);if(u%2===0&&(u-=1),!(u<3))return Math.min((u-1)*t,e)}function F(e,t){if(typeof e=="function"){e(t);return}e&&(e.current=t)}function z(){const e=new Set;let t;return{publish(n){t!==n&&(t=n,e.forEach(o=>o()))},read(){return t},subscribe(n){return e.add(n),()=>{e.delete(n)}}}}function _(e){if(e.clientWidth===0)return;const t=window.getComputedStyle(e),n=(Number.parseFloat(t.paddingLeft)||0)+(Number.parseFloat(t.paddingRight)||0);return Math.max(e.clientWidth-n,0)}function O(e){const n=window.getComputedStyle(e).getPropertyValue("--nk-cell").trim().match(/^([+]?(?:\d+\.?\d*|\.\d+))px$/i);if(!n)return;const o=Number.parseFloat(n[1]);return Number.isFinite(o)&&o>0?o:void 0}function I(e,t){const n=i.useRef(null),o=i.useRef(null),d=i.useRef(void 0),s=i.useRef(null),[f,u]=i.useState(void 0),[y,b]=i.useState(null);s.current||(s.current=z());const h=s.current,a=i.useCallback(r=>{const c=_(r);if(h.publish(c),!t||c===void 0){if(d.current===void 0)return;d.current=void 0,u(void 0);return}const l=O(r),p=l===void 0?void 0:B(c,l);d.current!==p&&(d.current=p,u(p))},[h,t]),m=i.useCallback(r=>{var l;if((l=o.current)==null||l.disconnect(),o.current=null,typeof ResizeObserver>"u")return;const c=new ResizeObserver(()=>a(r));c.observe(r),o.current=c},[a]),v=i.useCallback(r=>{var c;(c=o.current)==null||c.disconnect(),o.current=null,n.current=r,b(r),F(e,r),!(!r||typeof window>"u")&&(a(r),m(r))},[m,e,a]);return W.useIsomorphicLayoutEffect(()=>{n.current&&a(n.current)}),i.useEffect(()=>(n.current&&m(n.current),()=>{var r;(r=o.current)==null||r.disconnect(),o.current=null}),[m]),{contentWidth:f,rootElement:y,rootReference:v,width:h}}const T=i.forwardRef(function(t,n){const{as:o,children:d,className:s,style:f,theme:u="auto",accent:y,decoration:b="grid",width:h="narrow",height:a="content",spacing:m="standard",...v}=t,{contentWidth:r,rootElement:c,rootReference:l,width:p}=I(n,h==="narrow"),w=i.useMemo(()=>({boundaryElement:c,portalElement:c,width:p}),[c,p]),S=o??"div",M=y!==void 0?{...f,"--nk-accent":y}:f,k=r===void 0?void 0:{width:`${r}px`},C=i.createElement(S,{...v,ref:l,className:["nk-boundary",s].filter(Boolean).join(" "),"data-theme":u,"data-decoration":b,"data-width":h,"data-height":a,"data-spacing":m,style:M},i.createElement("div",{className:"nk-boundary__content",style:k},d));return i.createElement(W.BoundaryContext.Provider,{value:w},C)});exports.default=T;
package/dist/Boundary.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use client";
2
- import { useRef as y, useState as M, useCallback as w, useEffect as P, forwardRef as F, useMemo as R, createElement as b } from "react";
3
- import { u as k, B as z } from "./effects-D5CWf-Pl.js";
2
+ import { useRef as y, useState as S, useCallback as w, useEffect as F, forwardRef as R, useMemo as k, createElement as b } from "react";
3
+ import { u as z, B as I } from "./effects-D5CWf-Pl.js";
4
4
  import { b as p } from "./units-BmjPCccF.js";
5
- const I = [
5
+ const O = [
6
6
  {
7
7
  minWidth: p("xl"),
8
8
  marginPercent: 32,
@@ -23,32 +23,32 @@ const I = [
23
23
  marginPercent: 8,
24
24
  preferredWidth: 650
25
25
  }
26
- ], O = 16;
27
- function V(t) {
28
- for (const e of I)
26
+ ], V = 16;
27
+ function _(t) {
28
+ for (const e of O)
29
29
  if (t >= e.minWidth) return e;
30
30
  }
31
- function _(t, e) {
31
+ function x(t, e) {
32
32
  if (!Number.isFinite(t) || !Number.isFinite(e) || t < p("sm") || e <= 0)
33
33
  return;
34
- const n = V(t);
34
+ const n = _(t);
35
35
  if (!n) return;
36
36
  const o = t * n.marginPercent / 100, u = t - o * 2, d = Math.min(
37
37
  n.preferredWidth,
38
- t - O
38
+ t - V
39
39
  ), f = Math.max(u, d);
40
40
  let c = Math.floor(f / e);
41
41
  if (c % 2 === 0 && (c -= 1), !(c < 3))
42
42
  return Math.min((c - 1) * e, t);
43
43
  }
44
- function x(t, e) {
44
+ function L(t, e) {
45
45
  if (typeof t == "function") {
46
46
  t(e);
47
47
  return;
48
48
  }
49
49
  t && (t.current = e);
50
50
  }
51
- function L() {
51
+ function T() {
52
52
  const t = /* @__PURE__ */ new Set();
53
53
  let e;
54
54
  return {
@@ -65,12 +65,12 @@ function L() {
65
65
  }
66
66
  };
67
67
  }
68
- function T(t) {
68
+ function A(t) {
69
69
  if (t.clientWidth === 0) return;
70
70
  const e = window.getComputedStyle(t), n = (Number.parseFloat(e.paddingLeft) || 0) + (Number.parseFloat(e.paddingRight) || 0);
71
71
  return Math.max(t.clientWidth - n, 0);
72
72
  }
73
- function A(t) {
73
+ function $(t) {
74
74
  const n = window.getComputedStyle(t).getPropertyValue("--nk-cell").trim().match(
75
75
  /^([+]?(?:\d+\.?\d*|\.\d+))px$/i
76
76
  );
@@ -78,17 +78,17 @@ function A(t) {
78
78
  const o = Number.parseFloat(n[1]);
79
79
  return Number.isFinite(o) && o > 0 ? o : void 0;
80
80
  }
81
- function $(t, e) {
82
- const n = y(null), o = y(null), u = y(void 0), d = y(null), [f, c] = M(void 0), [g, v] = M(null);
83
- d.current || (d.current = L());
81
+ function j(t, e) {
82
+ const n = y(null), o = y(null), u = y(void 0), d = y(null), [f, c] = S(void 0), [g, v] = S(null);
83
+ d.current || (d.current = T());
84
84
  const l = d.current, s = w((r) => {
85
- const i = T(r);
85
+ const i = A(r);
86
86
  if (l.publish(i), !e || i === void 0) {
87
87
  if (u.current === void 0) return;
88
88
  u.current = void 0, c(void 0);
89
89
  return;
90
90
  }
91
- const a = A(r), m = a === void 0 ? void 0 : _(i, a);
91
+ const a = $(r), m = a === void 0 ? void 0 : x(i, a);
92
92
  u.current !== m && (u.current = m, c(m));
93
93
  }, [l, e]), h = w(
94
94
  (r) => {
@@ -103,13 +103,13 @@ function $(t, e) {
103
103
  ), W = w(
104
104
  (r) => {
105
105
  var i;
106
- (i = o.current) == null || i.disconnect(), o.current = null, n.current = r, v(r), x(t, r), !(!r || typeof window > "u") && (s(r), h(r));
106
+ (i = o.current) == null || i.disconnect(), o.current = null, n.current = r, v(r), L(t, r), !(!r || typeof window > "u") && (s(r), h(r));
107
107
  },
108
108
  [h, t, s]
109
109
  );
110
- return k(() => {
110
+ return z(() => {
111
111
  n.current && s(n.current);
112
- }), P(() => (n.current && h(n.current), () => {
112
+ }), F(() => (n.current && h(n.current), () => {
113
113
  var r;
114
114
  (r = o.current) == null || r.disconnect(), o.current = null;
115
115
  }), [h]), {
@@ -119,7 +119,7 @@ function $(t, e) {
119
119
  width: l
120
120
  };
121
121
  }
122
- const U = F(
122
+ const q = R(
123
123
  function(e, n) {
124
124
  const {
125
125
  as: o,
@@ -138,11 +138,11 @@ const U = F(
138
138
  rootElement: i,
139
139
  rootReference: a,
140
140
  width: m
141
- } = $(n, l === "narrow"), S = R(() => ({
141
+ } = j(n, l === "narrow"), M = k(() => ({
142
142
  boundaryElement: i,
143
143
  portalElement: i,
144
144
  width: m
145
- }), [i, m]), B = o ?? "div", C = g !== void 0 ? { ...f, "--nk-accent": g } : f, N = b(
145
+ }), [i, m]), B = o ?? "div", C = g !== void 0 ? { ...f, "--nk-accent": g } : f, N = r === void 0 ? void 0 : { width: `${r}px` }, P = b(
146
146
  B,
147
147
  {
148
148
  ...W,
@@ -159,18 +159,18 @@ const U = F(
159
159
  "div",
160
160
  {
161
161
  className: "nk-boundary__content",
162
- style: r === void 0 ? void 0 : { width: `${r}px` }
162
+ style: N
163
163
  },
164
164
  u
165
165
  )
166
166
  );
167
167
  return b(
168
- z.Provider,
169
- { value: S },
170
- N
168
+ I.Provider,
169
+ { value: M },
170
+ P
171
171
  );
172
172
  }
173
173
  );
174
174
  export {
175
- U as default
175
+ q as default
176
176
  };
@@ -0,0 +1 @@
1
+ "use client";"use strict";const r=require("react/jsx-runtime"),y=require("react"),B=require("./Icon-BIBzgznI.cjs"),F=require("./Spinner-BE0F4y2S.cjs");function x(t){return t==null||typeof t=="boolean"||typeof t=="string"&&!t.trim()?!1:Array.isArray(t)?t.some(x):y.isValidElement(t)&&t.type===y.Fragment?x(t.props.children):!0}function K(t,l){const a=t.getBoundingClientRect(),b=l.clientX-a.left,u=l.clientY-a.top;t.style.setProperty("--nk-button-glow-x",`${b}px`),t.style.setProperty("--nk-button-glow-y",`${u}px`)}const $=y.forwardRef(function(l,a){const{as:b,children:u,className:w,disabled:I,fullWidth:A=!1,icon:s,iconAlignment:k="left",loading:h=!1,onClick:q,onKeyDown:v,onMouseMove:D,role:g,shape:R="capsule",tabIndex:P,textAlignment:E="center",tone:M,variant:N="primary",...c}=l,i=b??"button",o=I||h,S=!!s&&!x(u),d=i==="a"&&"href"in c&&typeof c.href=="string",f=typeof i=="string"&&i!=="button"&&!d,_=e=>{if(o){e.preventDefault(),e.stopPropagation();return}const n=q;n==null||n(e)},T=e=>{K(e.currentTarget,e);const n=D;n==null||n(e)},z=e=>{const n=v;n==null||n(e),!(e.defaultPrevented||o||!f||e.key!=="Enter"&&e.key!==" ")&&(e.preventDefault(),e.currentTarget.click())},j={"aria-disabled":o||void 0};i==="button"&&(j.type=c.type??"button");const C=d&&o?{href:void 0}:void 0;let m=g;d&&o?m=g??"link":f&&(m=g??"button");let p=P;return i!=="button"&&(d&&o?p=void 0:o?p=-1:f&&(p=P??0)),y.createElement(i,{...c,...j,...C,ref:a,"aria-busy":h||void 0,className:["nk-button",w].filter(Boolean).join(" "),"data-full-width":A||void 0,"data-icon-only":S||void 0,"data-shape":R,"data-tone":M,"data-variant":N,onClick:_,onKeyDown:f?z:v,onMouseMove:T,role:m,tabIndex:p},r.jsxs(r.Fragment,{children:[r.jsxs("span",{className:"nk-button__content",style:{justifyContent:E},children:[s&&k==="left"?r.jsx(B.Icon,{type:s}):null,u,s&&k==="right"?r.jsx(B.Icon,{type:s}):null]}),h?r.jsx(F.Spinner,{"aria-hidden":"true","aria-label":void 0,className:"nk-button__spinner",role:void 0,size:16}):null]}))});exports.Button=$;
@@ -0,0 +1,101 @@
1
+ "use client";
2
+ import { jsxs as B, Fragment as C, jsx as g } from "react/jsx-runtime";
3
+ import { forwardRef as K, createElement as q, isValidElement as G, Fragment as O } from "react";
4
+ import { I as w } from "./Icon-CxK1wlGk.js";
5
+ import { S as V } from "./Spinner-CmxlDlOk.js";
6
+ function h(t) {
7
+ return t == null || typeof t == "boolean" || typeof t == "string" && !t.trim() ? !1 : Array.isArray(t) ? t.some(h) : G(t) && t.type === O ? h(t.props.children) : !0;
8
+ }
9
+ function W(t, a) {
10
+ const s = t.getBoundingClientRect(), p = a.clientX - s.left, l = a.clientY - s.top;
11
+ t.style.setProperty("--nk-button-glow-x", `${p}px`), t.style.setProperty("--nk-button-glow-y", `${l}px`);
12
+ }
13
+ const L = K(function(a, s) {
14
+ const {
15
+ as: p,
16
+ children: l,
17
+ className: A,
18
+ disabled: I,
19
+ fullWidth: D = !1,
20
+ icon: r,
21
+ iconAlignment: k = "left",
22
+ loading: y = !1,
23
+ onClick: j,
24
+ onKeyDown: v,
25
+ onMouseMove: E,
26
+ role: b,
27
+ shape: M = "capsule",
28
+ tabIndex: x,
29
+ textAlignment: N = "center",
30
+ tone: R,
31
+ variant: S = "primary",
32
+ ...u
33
+ } = a, i = p ?? "button", n = I || y, _ = !!r && !h(l), d = i === "a" && "href" in u && typeof u.href == "string", c = typeof i == "string" && i !== "button" && !d, F = (o) => {
34
+ if (n) {
35
+ o.preventDefault(), o.stopPropagation();
36
+ return;
37
+ }
38
+ const e = j;
39
+ e == null || e(o);
40
+ }, T = (o) => {
41
+ W(o.currentTarget, o);
42
+ const e = E;
43
+ e == null || e(o);
44
+ }, $ = (o) => {
45
+ const e = v;
46
+ e == null || e(o), !(o.defaultPrevented || n || !c || o.key !== "Enter" && o.key !== " ") && (o.preventDefault(), o.currentTarget.click());
47
+ }, P = { "aria-disabled": n || void 0 };
48
+ i === "button" && (P.type = u.type ?? "button");
49
+ const z = d && n ? { href: void 0 } : void 0;
50
+ let m = b;
51
+ d && n ? m = b ?? "link" : c && (m = b ?? "button");
52
+ let f = x;
53
+ return i !== "button" && (d && n ? f = void 0 : n ? f = -1 : c && (f = x ?? 0)), q(
54
+ i,
55
+ {
56
+ ...u,
57
+ ...P,
58
+ ...z,
59
+ ref: s,
60
+ "aria-busy": y || void 0,
61
+ className: ["nk-button", A].filter(Boolean).join(" "),
62
+ "data-full-width": D || void 0,
63
+ "data-icon-only": _ || void 0,
64
+ "data-shape": M,
65
+ "data-tone": R,
66
+ "data-variant": S,
67
+ onClick: F,
68
+ onKeyDown: c ? $ : v,
69
+ onMouseMove: T,
70
+ role: m,
71
+ tabIndex: f
72
+ },
73
+ /* @__PURE__ */ B(C, { children: [
74
+ /* @__PURE__ */ B(
75
+ "span",
76
+ {
77
+ className: "nk-button__content",
78
+ style: { justifyContent: N },
79
+ children: [
80
+ r && k === "left" ? /* @__PURE__ */ g(w, { type: r }) : null,
81
+ l,
82
+ r && k === "right" ? /* @__PURE__ */ g(w, { type: r }) : null
83
+ ]
84
+ }
85
+ ),
86
+ y ? /* @__PURE__ */ g(
87
+ V,
88
+ {
89
+ "aria-hidden": "true",
90
+ "aria-label": void 0,
91
+ className: "nk-button__spinner",
92
+ role: void 0,
93
+ size: 16
94
+ }
95
+ ) : null
96
+ ] })
97
+ );
98
+ });
99
+ export {
100
+ L as B
101
+ };
package/dist/Button.cjs CHANGED
@@ -1 +1 @@
1
- "use client";"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Button-DCKtFvSo.cjs");exports.default=e.Button;
1
+ "use client";"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Button-CVe9T_Zw.cjs");exports.default=e.Button;
package/dist/Button.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { B as a } from "./Button-Chv4O66e.js";
2
+ import { B as a } from "./Button-D6rXvcqq.js";
3
3
  export {
4
4
  a as default
5
5
  };
package/dist/Checkbox.cjs CHANGED
@@ -1 +1 @@
1
- "use client";"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react/jsx-runtime"),r=require("react"),N=require("./aria-Bntn6ad_.cjs"),Q=require("./field-control-NfLwcPj6.cjs"),W=require("./Icon-DJ4BigRz.cjs"),Z=require("./Text-DWYlIcPj.cjs"),T=Symbol("nk-checkbox-option");function $(o){Object.assign(o,{[T]:!0})}function F(o){if(typeof o!="function"&&typeof o!="object"||o===null)return!1;const a=o;return a[T]?!0:a.type!==void 0&&a.type!==o?F(a.type):!1}const z=r.createContext(void 0),ee=Object.freeze([]);function K(o,a){r.Children.forEach(o,n=>{if(n==null||typeof n=="boolean")return;if(!r.isValidElement(n))throw new Error("Checkbox.Group children must be direct Checkbox elements or fragments");if(n.type===r.Fragment){K(n.props.children,a);return}if(!F(n.type))throw new Error("Checkbox.Group children must be direct Checkbox elements or fragments");const i=n;a.push({disabled:!!i.props.disabled,required:!!i.props.required,value:String(i.props.value??"on")})})}function ne(o){const a=[];K(o,a);const n=new Set;return a.forEach(i=>{if(n.has(i.value))throw new Error("Checkbox.Group Checkbox values must be unique");n.add(i.value)}),a}function te(o,a,n){a.current=o,typeof n=="function"?n(o):n&&(n.current=o)}const U=r.forwardRef(function(a,n){const{"aria-invalid":i,children:u,className:S,defaultValue:s=ee,disabled:d=!1,invalid:E=!1,name:j,onChange:v,orientation:k="vertical",required:f=!1,value:x,...y}=a,p=r.useRef(null),[e,h]=r.useState(s),c=x!==void 0,O=c?x:e,B=E||N.hasInvalidState(i),_=ne(u),g=d?[]:_.filter(t=>!t.disabled).map(t=>t.value),m=new Set(g),C=O.some(t=>m.has(t)),V=g[0],R=_.find(t=>!t.disabled&&t.value===V),P=s.some(t=>m.has(t)),w=!!(R!=null&&R.required),D=r.useCallback(t=>te(t,p,n),[n]);r.useEffect(()=>{var I;if(c)return;const t=(I=p.current)==null?void 0:I.querySelector('input[type="checkbox"]'),b=t instanceof HTMLInputElement?t.form:null;if(!b)return;const G=b.getRootNode();function q(A){var L;if(A.target!==b||A.defaultPrevented)return;const H=Array.from(((L=p.current)==null?void 0:L.querySelectorAll('input[type="checkbox"]'))??[]).find(M=>!M.disabled&&M.value===V);H&&(H.required=!!(w||f&&!P)),h(s)}return G.addEventListener("reset",q),()=>G.removeEventListener("reset",q)},[u,s,P,c,f,w,V]);function Y(t){if(!c){const b=t.currentTarget.value,G=t.currentTarget.checked;h(q=>G?[...new Set([...q,b])]:q.filter(I=>I!==b))}v==null||v(t)}const J={defaultValue:s,disabled:d,handleChange:Y,hasSelection:C,name:j,required:f,value:x,validationValue:V};return l.jsx(z.Provider,{value:J,children:l.jsx("div",{...y,ref:D,"aria-disabled":d||void 0,"aria-invalid":N.resolveAriaInvalid(E,i),className:["nk-checkbox-group",S].filter(Boolean).join(" "),"data-disabled":d||void 0,"data-invalid":B||void 0,"data-orientation":k,role:"group",children:u})})});Q.markFieldGroupControl(U,"label");function oe(){return r.useContext(z)}const X=r.forwardRef(function(a,n){var m;const{"aria-invalid":i,checked:u,children:S,className:s,defaultChecked:d,disabled:E=!1,invalid:j=!1,name:v,onChange:k,required:f=!1,style:x,value:y="on",...p}=a,e=oe(),h=String(y),c=(e==null?void 0:e.value)!==void 0,O=E||!!(e!=null&&e.disabled),B=!!(e!=null&&e.required&&!e.hasSelection&&e.validationValue===h),_=j||N.hasInvalidState(i);function g(C){k==null||k(C),C.defaultPrevented||e==null||e.handleChange(C)}return l.jsxs("label",{className:["nk-checkbox",s].filter(Boolean).join(" "),"data-disabled":O||void 0,"data-invalid":_||void 0,style:x,children:[l.jsx("input",{...p,ref:n,"aria-invalid":N.resolveAriaInvalid(j,i),checked:e?c?(m=e.value)==null?void 0:m.includes(h):void 0:u,className:"nk-checkbox__control",defaultChecked:e&&!c?e.defaultValue.includes(h):d,disabled:O,name:(e==null?void 0:e.name)??v,onChange:g,required:f||B,type:"checkbox",value:y}),l.jsx("span",{"aria-hidden":"true",className:"nk-checkbox__visual",children:l.jsx(W.Icon,{className:"nk-checkbox__icon",size:12,type:"checkmark"})}),S!==void 0?l.jsxs(Z.Text,{as:"span",className:"nk-checkbox__label",children:[S,f?l.jsx("span",{"aria-hidden":"true",className:"nk-checkbox__required",children:"*"}):null]}):null]})});$(X);const ae=Object.assign(X,{Group:U});exports.default=ae;
1
+ "use client";"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react/jsx-runtime"),i=require("react"),I=require("./aria-Bntn6ad_.cjs"),Q=require("./reference-C2guRuR0.cjs"),W=require("./field-control-NfLwcPj6.cjs"),Z=require("./Icon-BIBzgznI.cjs"),$=require("./Text-DWYlIcPj.cjs"),T=Symbol("nk-checkbox-option");function ee(a){Object.assign(a,{[T]:!0})}function F(a){if(typeof a!="function"&&typeof a!="object"||a===null)return!1;const o=a;return o[T]?!0:o.type!==void 0&&o.type!==a?F(o.type):!1}const z=i.createContext(void 0),ne=Object.freeze([]);function K(a,o){i.Children.forEach(a,t=>{if(t==null||typeof t=="boolean")return;if(!i.isValidElement(t))throw new Error("Checkbox.Group children must be direct Checkbox elements or fragments");if(t.type===i.Fragment){K(t.props.children,o);return}if(!F(t.type))throw new Error("Checkbox.Group children must be direct Checkbox elements or fragments");const r=t;o.push({disabled:!!r.props.disabled,required:!!r.props.required,value:String(r.props.value??"on")})})}function te(a){const o=[];K(a,o);const t=new Set;return o.forEach(r=>{if(t.has(r.value))throw new Error("Checkbox.Group Checkbox values must be unique");t.add(r.value)}),o}function oe(a,o,t){o.current=a,Q.assignElementReference(t,a)}const U=i.forwardRef(function(o,t){const{"aria-invalid":r,children:u,className:E,defaultValue:s=ne,disabled:d=!1,invalid:S=!1,name:j,onChange:v,orientation:k="vertical",required:f=!1,value:x,...g}=o,p=i.useRef(null),[e,h]=i.useState(s),c=x!==void 0,O=c?x:e,N=S||I.hasInvalidState(r),_=te(u),y=d?[]:_.filter(n=>!n.disabled).map(n=>n.value),m=new Set(y),C=O.some(n=>m.has(n)),V=y[0],w=_.find(n=>!n.disabled&&n.value===V),B=s.some(n=>m.has(n)),P=!!(w!=null&&w.required),D=i.useCallback(n=>oe(n,p,t),[t]);i.useEffect(()=>{var G;if(c)return;const n=(G=p.current)==null?void 0:G.querySelector('input[type="checkbox"]'),b=n instanceof HTMLInputElement?n.form:null;if(!b)return;const R=b.getRootNode();function q(A){var L;if(A.target!==b||A.defaultPrevented)return;const H=Array.from(((L=p.current)==null?void 0:L.querySelectorAll('input[type="checkbox"]'))??[]).find(M=>!M.disabled&&M.value===V);H&&(H.required=!!(P||f&&!B)),h(s)}return R.addEventListener("reset",q),()=>R.removeEventListener("reset",q)},[u,s,B,c,f,P,V]);function Y(n){if(!c){const b=n.currentTarget.value,R=n.currentTarget.checked;h(q=>R?[...new Set([...q,b])]:q.filter(G=>G!==b))}v==null||v(n)}const J={defaultValue:s,disabled:d,handleChange:Y,hasSelection:C,name:j,required:f,value:x,validationValue:V};return l.jsx(z.Provider,{value:J,children:l.jsx("div",{...g,ref:D,"aria-disabled":d||void 0,"aria-invalid":I.resolveAriaInvalid(S,r),className:["nk-checkbox-group",E].filter(Boolean).join(" "),"data-disabled":d||void 0,"data-invalid":N||void 0,"data-orientation":k,role:"group",children:u})})});W.markFieldGroupControl(U,"label");function ae(){return i.useContext(z)}const X=i.forwardRef(function(o,t){var m;const{"aria-invalid":r,checked:u,children:E,className:s,defaultChecked:d,disabled:S=!1,invalid:j=!1,name:v,onChange:k,required:f=!1,style:x,value:g="on",...p}=o,e=ae(),h=String(g),c=(e==null?void 0:e.value)!==void 0,O=S||!!(e!=null&&e.disabled),N=!!(e!=null&&e.required&&!e.hasSelection&&e.validationValue===h),_=j||I.hasInvalidState(r);function y(C){k==null||k(C),C.defaultPrevented||e==null||e.handleChange(C)}return l.jsxs("label",{className:["nk-checkbox",s].filter(Boolean).join(" "),"data-disabled":O||void 0,"data-invalid":_||void 0,style:x,children:[l.jsx("input",{...p,ref:t,"aria-invalid":I.resolveAriaInvalid(j,r),checked:e?c?(m=e.value)==null?void 0:m.includes(h):void 0:u,className:"nk-checkbox__control",defaultChecked:e&&!c?e.defaultValue.includes(h):d,disabled:O,name:(e==null?void 0:e.name)??v,onChange:y,required:f||N,type:"checkbox",value:g}),l.jsx("span",{"aria-hidden":"true",className:"nk-checkbox__visual",children:l.jsx(Z.Icon,{className:"nk-checkbox__icon",size:12,type:"checkmark"})}),E!==void 0?l.jsxs($.Text,{as:"span",className:"nk-checkbox__label",children:[E,f?l.jsx("span",{"aria-hidden":"true",className:"nk-checkbox__required",children:"*"}):null]}):null]})});ee(X);const re=Object.assign(X,{Group:U});exports.default=re;
package/dist/Checkbox.js CHANGED
@@ -1,216 +1,217 @@
1
1
  "use client";
2
2
  import { jsx as h, jsxs as L } from "react/jsx-runtime";
3
- import { createContext as Z, forwardRef as F, useRef as $, useState as ee, useCallback as ne, useEffect as oe, Children as te, isValidElement as ae, Fragment as ie, useContext as re } from "react";
3
+ import { createContext as Z, forwardRef as F, useRef as $, useState as ee, useCallback as ne, useEffect as oe, Children as te, isValidElement as ae, Fragment as re, useContext as ie } from "react";
4
4
  import { r as T, h as z } from "./aria-CeA9QfD1.js";
5
- import { m as le } from "./field-control-XAn_FKks.js";
6
- import { I as se } from "./Icon-BoEUoOk7.js";
7
- import { T as ce } from "./Text-rN6iDo0V.js";
5
+ import { a as le } from "./reference-CXMr27nM.js";
6
+ import { m as se } from "./field-control-XAn_FKks.js";
7
+ import { I as ce } from "./Icon-CxK1wlGk.js";
8
+ import { T as de } from "./Text-rN6iDo0V.js";
8
9
  const K = Symbol("nk-checkbox-option");
9
- function ue(t) {
10
- Object.assign(t, { [K]: !0 });
10
+ function ue(a) {
11
+ Object.assign(a, { [K]: !0 });
11
12
  }
12
- function M(t) {
13
- if (typeof t != "function" && typeof t != "object" || t === null)
13
+ function M(a) {
14
+ if (typeof a != "function" && typeof a != "object" || a === null)
14
15
  return !1;
15
- const a = t;
16
- return a[K] ? !0 : a.type !== void 0 && a.type !== t ? M(a.type) : !1;
16
+ const t = a;
17
+ return t[K] ? !0 : t.type !== void 0 && t.type !== a ? M(t.type) : !1;
17
18
  }
18
- const U = Z(void 0), de = Object.freeze([]);
19
- function X(t, a) {
20
- te.forEach(t, (n) => {
21
- if (n == null || typeof n == "boolean")
19
+ const U = Z(void 0), fe = Object.freeze([]);
20
+ function X(a, t) {
21
+ te.forEach(a, (o) => {
22
+ if (o == null || typeof o == "boolean")
22
23
  return;
23
- if (!ae(n))
24
+ if (!ae(o))
24
25
  throw new Error(
25
26
  "Checkbox.Group children must be direct Checkbox elements or fragments"
26
27
  );
27
- if (n.type === ie) {
28
- X(n.props.children, a);
28
+ if (o.type === re) {
29
+ X(o.props.children, t);
29
30
  return;
30
31
  }
31
- if (!M(n.type))
32
+ if (!M(o.type))
32
33
  throw new Error(
33
34
  "Checkbox.Group children must be direct Checkbox elements or fragments"
34
35
  );
35
- const i = n;
36
- a.push({
37
- disabled: !!i.props.disabled,
38
- required: !!i.props.required,
39
- value: String(i.props.value ?? "on")
36
+ const r = o;
37
+ t.push({
38
+ disabled: !!r.props.disabled,
39
+ required: !!r.props.required,
40
+ value: String(r.props.value ?? "on")
40
41
  });
41
42
  });
42
43
  }
43
- function fe(t) {
44
- const a = [];
45
- X(t, a);
46
- const n = /* @__PURE__ */ new Set();
47
- return a.forEach((i) => {
48
- if (n.has(i.value))
44
+ function he(a) {
45
+ const t = [];
46
+ X(a, t);
47
+ const o = /* @__PURE__ */ new Set();
48
+ return t.forEach((r) => {
49
+ if (o.has(r.value))
49
50
  throw new Error("Checkbox.Group Checkbox values must be unique");
50
- n.add(i.value);
51
- }), a;
51
+ o.add(r.value);
52
+ }), t;
52
53
  }
53
- function he(t, a, n) {
54
- a.current = t, typeof n == "function" ? n(t) : n && (n.current = t);
54
+ function be(a, t, o) {
55
+ t.current = a, le(o, a);
55
56
  }
56
57
  const D = F(
57
- function(a, n) {
58
+ function(t, o) {
58
59
  const {
59
- "aria-invalid": i,
60
+ "aria-invalid": r,
60
61
  children: s,
61
62
  className: E,
62
- defaultValue: r = de,
63
+ defaultValue: i = fe,
63
64
  disabled: c = !1,
64
65
  invalid: S = !1,
65
66
  name: q,
66
67
  onChange: b,
67
- orientation: k = "vertical",
68
- required: u = !1,
69
- value: p,
70
- ...y
71
- } = a, v = $(null), [e, d] = ee(r), l = p !== void 0, O = l ? p : e, B = S || z(i), V = fe(s), _ = c ? [] : V.filter((o) => !o.disabled).map((o) => o.value), m = new Set(_), x = O.some(
72
- (o) => m.has(o)
73
- ), g = _[0], I = V.find(
74
- (o) => !o.disabled && o.value === g
75
- ), j = r.some(
76
- (o) => m.has(o)
77
- ), P = !!(I != null && I.required), J = ne(
78
- (o) => he(
79
- o,
80
- v,
81
- n
68
+ orientation: m = "vertical",
69
+ required: d = !1,
70
+ value: k,
71
+ ...O
72
+ } = t, p = $(null), [e, u] = ee(i), l = k !== void 0, V = l ? k : e, R = S || z(r), g = he(s), y = c ? [] : g.filter((n) => !n.disabled).map((n) => n.value), v = new Set(y), x = V.some(
73
+ (n) => v.has(n)
74
+ ), _ = y[0], B = g.find(
75
+ (n) => !n.disabled && n.value === _
76
+ ), I = i.some(
77
+ (n) => v.has(n)
78
+ ), w = !!(B != null && B.required), J = ne(
79
+ (n) => be(
80
+ n,
81
+ p,
82
+ o
82
83
  ),
83
- [n]
84
+ [o]
84
85
  );
85
86
  oe(() => {
86
87
  var N;
87
88
  if (l) return;
88
- const o = (N = v.current) == null ? void 0 : N.querySelector(
89
+ const n = (N = p.current) == null ? void 0 : N.querySelector(
89
90
  'input[type="checkbox"]'
90
- ), f = o instanceof HTMLInputElement ? o.form : null;
91
+ ), f = n instanceof HTMLInputElement ? n.form : null;
91
92
  if (!f) return;
92
93
  const G = f.getRootNode();
93
- function C(R) {
94
+ function C(j) {
94
95
  var A;
95
- if (R.target !== f || R.defaultPrevented) return;
96
- const w = Array.from(
97
- ((A = v.current) == null ? void 0 : A.querySelectorAll(
96
+ if (j.target !== f || j.defaultPrevented) return;
97
+ const P = Array.from(
98
+ ((A = p.current) == null ? void 0 : A.querySelectorAll(
98
99
  'input[type="checkbox"]'
99
100
  )) ?? []
100
101
  ).find(
101
- (H) => !H.disabled && H.value === g
102
+ (H) => !H.disabled && H.value === _
102
103
  );
103
- w && (w.required = !!(P || u && !j)), d(r);
104
+ P && (P.required = !!(w || d && !I)), u(i);
104
105
  }
105
106
  return G.addEventListener("reset", C), () => G.removeEventListener("reset", C);
106
107
  }, [
107
108
  s,
108
- r,
109
- j,
109
+ i,
110
+ I,
110
111
  l,
111
- u,
112
- P,
113
- g
112
+ d,
113
+ w,
114
+ _
114
115
  ]);
115
- function Q(o) {
116
+ function Q(n) {
116
117
  if (!l) {
117
- const f = o.currentTarget.value, G = o.currentTarget.checked;
118
- d((C) => G ? [.../* @__PURE__ */ new Set([...C, f])] : C.filter((N) => N !== f));
118
+ const f = n.currentTarget.value, G = n.currentTarget.checked;
119
+ u((C) => G ? [.../* @__PURE__ */ new Set([...C, f])] : C.filter((N) => N !== f));
119
120
  }
120
- b == null || b(o);
121
+ b == null || b(n);
121
122
  }
122
123
  const W = {
123
- defaultValue: r,
124
+ defaultValue: i,
124
125
  disabled: c,
125
126
  handleChange: Q,
126
127
  hasSelection: x,
127
128
  name: q,
128
- required: u,
129
- value: p,
130
- validationValue: g
129
+ required: d,
130
+ value: k,
131
+ validationValue: _
131
132
  };
132
133
  return /* @__PURE__ */ h(U.Provider, { value: W, children: /* @__PURE__ */ h(
133
134
  "div",
134
135
  {
135
- ...y,
136
+ ...O,
136
137
  ref: J,
137
138
  "aria-disabled": c || void 0,
138
- "aria-invalid": T(S, i),
139
+ "aria-invalid": T(S, r),
139
140
  className: [
140
141
  "nk-checkbox-group",
141
142
  E
142
143
  ].filter(Boolean).join(" "),
143
144
  "data-disabled": c || void 0,
144
- "data-invalid": B || void 0,
145
- "data-orientation": k,
145
+ "data-invalid": R || void 0,
146
+ "data-orientation": m,
146
147
  role: "group",
147
148
  children: s
148
149
  }
149
150
  ) });
150
151
  }
151
152
  );
152
- le(D, "label");
153
- function be() {
154
- return re(U);
153
+ se(D, "label");
154
+ function me() {
155
+ return ie(U);
155
156
  }
156
- const Y = F(function(a, n) {
157
- var m;
157
+ const Y = F(function(t, o) {
158
+ var v;
158
159
  const {
159
- "aria-invalid": i,
160
+ "aria-invalid": r,
160
161
  checked: s,
161
162
  children: E,
162
- className: r,
163
+ className: i,
163
164
  defaultChecked: c,
164
165
  disabled: S = !1,
165
166
  invalid: q = !1,
166
167
  name: b,
167
- onChange: k,
168
- required: u = !1,
169
- style: p,
170
- value: y = "on",
171
- ...v
172
- } = a, e = be(), d = String(y), l = (e == null ? void 0 : e.value) !== void 0, O = S || !!(e != null && e.disabled), B = !!(e != null && e.required && !e.hasSelection && e.validationValue === d), V = q || z(i);
173
- function _(x) {
174
- k == null || k(x), x.defaultPrevented || e == null || e.handleChange(x);
168
+ onChange: m,
169
+ required: d = !1,
170
+ style: k,
171
+ value: O = "on",
172
+ ...p
173
+ } = t, e = me(), u = String(O), l = (e == null ? void 0 : e.value) !== void 0, V = S || !!(e != null && e.disabled), R = !!(e != null && e.required && !e.hasSelection && e.validationValue === u), g = q || z(r);
174
+ function y(x) {
175
+ m == null || m(x), x.defaultPrevented || e == null || e.handleChange(x);
175
176
  }
176
177
  return /* @__PURE__ */ L(
177
178
  "label",
178
179
  {
179
- className: ["nk-checkbox", r].filter(Boolean).join(" "),
180
- "data-disabled": O || void 0,
181
- "data-invalid": V || void 0,
182
- style: p,
180
+ className: ["nk-checkbox", i].filter(Boolean).join(" "),
181
+ "data-disabled": V || void 0,
182
+ "data-invalid": g || void 0,
183
+ style: k,
183
184
  children: [
184
185
  /* @__PURE__ */ h(
185
186
  "input",
186
187
  {
187
- ...v,
188
- ref: n,
189
- "aria-invalid": T(q, i),
190
- checked: e ? l ? (m = e.value) == null ? void 0 : m.includes(d) : void 0 : s,
188
+ ...p,
189
+ ref: o,
190
+ "aria-invalid": T(q, r),
191
+ checked: e ? l ? (v = e.value) == null ? void 0 : v.includes(u) : void 0 : s,
191
192
  className: "nk-checkbox__control",
192
- defaultChecked: e && !l ? e.defaultValue.includes(d) : c,
193
- disabled: O,
193
+ defaultChecked: e && !l ? e.defaultValue.includes(u) : c,
194
+ disabled: V,
194
195
  name: (e == null ? void 0 : e.name) ?? b,
195
- onChange: _,
196
- required: u || B,
196
+ onChange: y,
197
+ required: d || R,
197
198
  type: "checkbox",
198
- value: y
199
+ value: O
199
200
  }
200
201
  ),
201
- /* @__PURE__ */ h("span", { "aria-hidden": "true", className: "nk-checkbox__visual", children: /* @__PURE__ */ h(se, { className: "nk-checkbox__icon", size: 12, type: "checkmark" }) }),
202
- E !== void 0 ? /* @__PURE__ */ L(ce, { as: "span", className: "nk-checkbox__label", children: [
202
+ /* @__PURE__ */ h("span", { "aria-hidden": "true", className: "nk-checkbox__visual", children: /* @__PURE__ */ h(ce, { className: "nk-checkbox__icon", size: 12, type: "checkmark" }) }),
203
+ E !== void 0 ? /* @__PURE__ */ L(de, { as: "span", className: "nk-checkbox__label", children: [
203
204
  E,
204
- u ? /* @__PURE__ */ h("span", { "aria-hidden": "true", className: "nk-checkbox__required", children: "*" }) : null
205
+ d ? /* @__PURE__ */ h("span", { "aria-hidden": "true", className: "nk-checkbox__required", children: "*" }) : null
205
206
  ] }) : null
206
207
  ]
207
208
  }
208
209
  );
209
210
  });
210
211
  ue(Y);
211
- const Ee = Object.assign(Y, {
212
+ const qe = Object.assign(Y, {
212
213
  Group: D
213
214
  });
214
215
  export {
215
- Ee as default
216
+ qe as default
216
217
  };