@drjoshcsimmons/scl 0.1.5 → 0.1.7

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 (101) hide show
  1. package/dist/globals.css +300 -0
  2. package/dist/index100.js +30 -9
  3. package/dist/index101.js +648 -48
  4. package/dist/index102.js +167 -205
  5. package/dist/index103.js +25 -30
  6. package/dist/index104.js +12 -178
  7. package/dist/index106.js +12 -21
  8. package/dist/index107.js +15 -3
  9. package/dist/index108.js +3 -32
  10. package/dist/index109.js +32 -12
  11. package/dist/index11.js +2 -2
  12. package/dist/index110.js +18 -12
  13. package/dist/index112.js +1 -1
  14. package/dist/index115.js +1 -1
  15. package/dist/index116.js +1 -1
  16. package/dist/index117.js +25 -2
  17. package/dist/index118.js +29 -2
  18. package/dist/index119.js +5 -25
  19. package/dist/index12.js +1 -1
  20. package/dist/index120.js +2 -29
  21. package/dist/index121.js +2 -5
  22. package/dist/index125.js +1 -1
  23. package/dist/index126.js +1 -1
  24. package/dist/index13.js +2 -2
  25. package/dist/index130.js +1 -1
  26. package/dist/index14.js +2 -2
  27. package/dist/index15.js +2 -2
  28. package/dist/index17.js +4 -4
  29. package/dist/index18.js +1 -1
  30. package/dist/index20.js +1 -1
  31. package/dist/index22.js +1 -1
  32. package/dist/index23.js +2 -2
  33. package/dist/index24.js +1 -1
  34. package/dist/index25.js +4 -4
  35. package/dist/index26.js +1 -1
  36. package/dist/index27.js +3 -3
  37. package/dist/index29.js +1 -1
  38. package/dist/index33.js +1 -1
  39. package/dist/index36.js +2 -2
  40. package/dist/index37.js +1 -1
  41. package/dist/index4.js +2 -2
  42. package/dist/index45.js +33 -237
  43. package/dist/index46.js +237 -11
  44. package/dist/index47.js +11 -33
  45. package/dist/index48.js +64 -116
  46. package/dist/index49.js +116 -64
  47. package/dist/index5.js +1 -1
  48. package/dist/index50.js +1 -1
  49. package/dist/index51.js +254 -248
  50. package/dist/index52.js +12 -118
  51. package/dist/index53.js +12 -310
  52. package/dist/index54.js +3 -6
  53. package/dist/index55.js +860 -12
  54. package/dist/index56.js +3 -3
  55. package/dist/index57.js +205 -415
  56. package/dist/index58.js +11 -225
  57. package/dist/index59.js +4 -4
  58. package/dist/index6.js +1 -1
  59. package/dist/index60.js +118 -11
  60. package/dist/index61.js +18 -256
  61. package/dist/index62.js +254 -12
  62. package/dist/index63.js +204 -828
  63. package/dist/index64.js +161 -9
  64. package/dist/index65.js +392 -487
  65. package/dist/index66.js +318 -143
  66. package/dist/index67.js +1 -1
  67. package/dist/index68.js +526 -18
  68. package/dist/index69.js +224 -311
  69. package/dist/index7.js +1 -1
  70. package/dist/index70.js +6 -6
  71. package/dist/index71.js +31 -82
  72. package/dist/index72.js +14 -14
  73. package/dist/index73.js +69 -236
  74. package/dist/index74.js +309 -30
  75. package/dist/index75.js +12 -236
  76. package/dist/index77.js +44 -25
  77. package/dist/index78.js +25 -5
  78. package/dist/index79.js +6 -53
  79. package/dist/index8.js +1 -1
  80. package/dist/index80.js +49 -52
  81. package/dist/index81.js +33 -10
  82. package/dist/index82.js +11 -4
  83. package/dist/index83.js +8 -30
  84. package/dist/index84.js +52 -10
  85. package/dist/index85.js +10 -51
  86. package/dist/index86.js +4 -34
  87. package/dist/index87.js +29 -68
  88. package/dist/index88.js +12 -10
  89. package/dist/index89.js +51 -12
  90. package/dist/index9.js +1 -1
  91. package/dist/index90.js +123 -44
  92. package/dist/index91.js +134 -7
  93. package/dist/index92.js +14 -4
  94. package/dist/index93.js +68 -5
  95. package/dist/index94.js +14 -24
  96. package/dist/index95.js +8 -649
  97. package/dist/index96.js +47 -122
  98. package/dist/index97.js +3 -134
  99. package/dist/index98.js +218 -13
  100. package/dist/index99.js +5 -14
  101. package/package.json +2 -2
package/dist/index74.js CHANGED
@@ -1,33 +1,312 @@
1
- import * as f from "react";
2
- import { composeEventHandlers as m } from "./index78.js";
3
- import { useControllableState as p } from "./index85.js";
4
- import { Primitive as b } from "./index86.js";
5
- import { jsx as c } from "react/jsx-runtime";
6
- var r = "Toggle", t = f.forwardRef((e, a) => {
7
- const { pressed: s, defaultPressed: d, onPressedChange: i, ...l } = e, [o, n] = p({
8
- prop: s,
9
- onChange: i,
10
- defaultProp: d ?? !1,
11
- caller: r
12
- });
13
- return /* @__PURE__ */ c(
14
- b.button,
15
- {
16
- type: "button",
17
- "aria-pressed": o,
18
- "data-state": o ? "on" : "off",
19
- "data-disabled": e.disabled ? "" : void 0,
20
- ...l,
21
- ref: a,
22
- onClick: m(e.onClick, () => {
23
- e.disabled || n(!o);
24
- })
1
+ import { a as pe } from "./index104.js";
2
+ import { Root as ge, Portal as he, Overlay as be, Content as Ee } from "./index51.js";
3
+ import * as n from "react";
4
+ import { Primitive as I } from "./index87.js";
5
+ import { useId as K } from "./index82.js";
6
+ import { composeRefs as q } from "./index78.js";
7
+ var $ = '[cmdk-group=""]', X = '[cmdk-group-items=""]', ye = '[cmdk-group-heading=""]', oe = '[cmdk-item=""]', ie = `${oe}:not([aria-disabled="true"])`, Y = "cmdk-item-select", D = "data-value", Ce = (t, a, r) => pe(t, a, r), ce = n.createContext(void 0), O = () => n.useContext(ce), de = n.createContext(void 0), Z = () => n.useContext(de), se = n.createContext(void 0), fe = n.forwardRef((t, a) => {
8
+ let r = F(() => {
9
+ var e, u;
10
+ return { search: "", value: (u = (e = t.value) != null ? e : t.defaultValue) != null ? u : "", selectedItemId: void 0, filtered: { count: 0, items: /* @__PURE__ */ new Map(), groups: /* @__PURE__ */ new Set() } };
11
+ }), v = F(() => /* @__PURE__ */ new Set()), i = F(() => /* @__PURE__ */ new Map()), c = F(() => /* @__PURE__ */ new Map()), d = F(() => /* @__PURE__ */ new Set()), m = me(t), { label: b, children: s, value: h, onValueChange: R, filter: k, shouldFilter: w, loop: V, disablePointerSelection: B = !1, vimBindings: x = !0, ...j } = t, U = K(), ee = K(), W = K(), A = n.useRef(null), g = Fe();
12
+ M(() => {
13
+ if (h !== void 0) {
14
+ let e = h.trim();
15
+ r.current.value = e, y.emit();
25
16
  }
26
- );
27
- });
28
- t.displayName = r;
29
- var C = t;
17
+ }, [h]), M(() => {
18
+ g(6, re);
19
+ }, []);
20
+ let y = n.useMemo(() => ({ subscribe: (e) => (d.current.add(e), () => d.current.delete(e)), snapshot: () => r.current, setState: (e, u, o) => {
21
+ var l, f, p, C;
22
+ if (!Object.is(r.current[e], u)) {
23
+ if (r.current[e] = u, e === "search") T(), G(), g(1, H);
24
+ else if (e === "value") {
25
+ if (document.activeElement.hasAttribute("cmdk-input") || document.activeElement.hasAttribute("cmdk-root")) {
26
+ let E = document.getElementById(W);
27
+ E ? E.focus() : (l = document.getElementById(U)) == null || l.focus();
28
+ }
29
+ if (g(7, () => {
30
+ var E;
31
+ r.current.selectedItemId = (E = P()) == null ? void 0 : E.id, y.emit();
32
+ }), o || g(5, re), ((f = m.current) == null ? void 0 : f.value) !== void 0) {
33
+ let E = u ?? "";
34
+ (C = (p = m.current).onValueChange) == null || C.call(p, E);
35
+ return;
36
+ }
37
+ }
38
+ y.emit();
39
+ }
40
+ }, emit: () => {
41
+ d.current.forEach((e) => e());
42
+ } }), []), _ = n.useMemo(() => ({ value: (e, u, o) => {
43
+ var l;
44
+ u !== ((l = c.current.get(e)) == null ? void 0 : l.value) && (c.current.set(e, { value: u, keywords: o }), r.current.filtered.items.set(e, te(u, o)), g(2, () => {
45
+ G(), y.emit();
46
+ }));
47
+ }, item: (e, u) => (v.current.add(e), u && (i.current.has(u) ? i.current.get(u).add(e) : i.current.set(u, /* @__PURE__ */ new Set([e]))), g(3, () => {
48
+ T(), G(), r.current.value || H(), y.emit();
49
+ }), () => {
50
+ c.current.delete(e), v.current.delete(e), r.current.filtered.items.delete(e);
51
+ let o = P();
52
+ g(4, () => {
53
+ T(), (o == null ? void 0 : o.getAttribute("id")) === e && H(), y.emit();
54
+ });
55
+ }), group: (e) => (i.current.has(e) || i.current.set(e, /* @__PURE__ */ new Set()), () => {
56
+ c.current.delete(e), i.current.delete(e);
57
+ }), filter: () => m.current.shouldFilter, label: b || t["aria-label"], getDisablePointerSelection: () => m.current.disablePointerSelection, listId: U, inputId: W, labelId: ee, listInnerRef: A }), []);
58
+ function te(e, u) {
59
+ var o, l;
60
+ let f = (l = (o = m.current) == null ? void 0 : o.filter) != null ? l : Ce;
61
+ return e ? f(e, r.current.search, u) : 0;
62
+ }
63
+ function G() {
64
+ if (!r.current.search || m.current.shouldFilter === !1) return;
65
+ let e = r.current.filtered.items, u = [];
66
+ r.current.filtered.groups.forEach((l) => {
67
+ let f = i.current.get(l), p = 0;
68
+ f.forEach((C) => {
69
+ let E = e.get(C);
70
+ p = Math.max(E, p);
71
+ }), u.push([l, p]);
72
+ });
73
+ let o = A.current;
74
+ L().sort((l, f) => {
75
+ var p, C;
76
+ let E = l.getAttribute("id"), N = f.getAttribute("id");
77
+ return ((p = e.get(N)) != null ? p : 0) - ((C = e.get(E)) != null ? C : 0);
78
+ }).forEach((l) => {
79
+ let f = l.closest(X);
80
+ f ? f.appendChild(l.parentElement === f ? l : l.closest(`${X} > *`)) : o.appendChild(l.parentElement === o ? l : l.closest(`${X} > *`));
81
+ }), u.sort((l, f) => f[1] - l[1]).forEach((l) => {
82
+ var f;
83
+ let p = (f = A.current) == null ? void 0 : f.querySelector(`${$}[${D}="${encodeURIComponent(l[0])}"]`);
84
+ p == null || p.parentElement.appendChild(p);
85
+ });
86
+ }
87
+ function H() {
88
+ let e = L().find((o) => o.getAttribute("aria-disabled") !== "true"), u = e == null ? void 0 : e.getAttribute(D);
89
+ y.setState("value", u || void 0);
90
+ }
91
+ function T() {
92
+ var e, u, o, l;
93
+ if (!r.current.search || m.current.shouldFilter === !1) {
94
+ r.current.filtered.count = v.current.size;
95
+ return;
96
+ }
97
+ r.current.filtered.groups = /* @__PURE__ */ new Set();
98
+ let f = 0;
99
+ for (let p of v.current) {
100
+ let C = (u = (e = c.current.get(p)) == null ? void 0 : e.value) != null ? u : "", E = (l = (o = c.current.get(p)) == null ? void 0 : o.keywords) != null ? l : [], N = te(C, E);
101
+ r.current.filtered.items.set(p, N), N > 0 && f++;
102
+ }
103
+ for (let [p, C] of i.current) for (let E of C) if (r.current.filtered.items.get(E) > 0) {
104
+ r.current.filtered.groups.add(p);
105
+ break;
106
+ }
107
+ r.current.filtered.count = f;
108
+ }
109
+ function re() {
110
+ var e, u, o;
111
+ let l = P();
112
+ l && (((e = l.parentElement) == null ? void 0 : e.firstChild) === l && ((o = (u = l.closest($)) == null ? void 0 : u.querySelector(ye)) == null || o.scrollIntoView({ block: "nearest" })), l.scrollIntoView({ block: "nearest" }));
113
+ }
114
+ function P() {
115
+ var e;
116
+ return (e = A.current) == null ? void 0 : e.querySelector(`${oe}[aria-selected="true"]`);
117
+ }
118
+ function L() {
119
+ var e;
120
+ return Array.from(((e = A.current) == null ? void 0 : e.querySelectorAll(ie)) || []);
121
+ }
122
+ function J(e) {
123
+ let u = L()[e];
124
+ u && y.setState("value", u.getAttribute(D));
125
+ }
126
+ function Q(e) {
127
+ var u;
128
+ let o = P(), l = L(), f = l.findIndex((C) => C === o), p = l[f + e];
129
+ (u = m.current) != null && u.loop && (p = f + e < 0 ? l[l.length - 1] : f + e === l.length ? l[0] : l[f + e]), p && y.setState("value", p.getAttribute(D));
130
+ }
131
+ function ne(e) {
132
+ let u = P(), o = u == null ? void 0 : u.closest($), l;
133
+ for (; o && !l; ) o = e > 0 ? Pe(o, $) : De(o, $), l = o == null ? void 0 : o.querySelector(ie);
134
+ l ? y.setState("value", l.getAttribute(D)) : Q(e);
135
+ }
136
+ let le = () => J(L().length - 1), ae = (e) => {
137
+ e.preventDefault(), e.metaKey ? le() : e.altKey ? ne(1) : Q(1);
138
+ }, ue = (e) => {
139
+ e.preventDefault(), e.metaKey ? J(0) : e.altKey ? ne(-1) : Q(-1);
140
+ };
141
+ return n.createElement(I.div, { ref: a, tabIndex: -1, ...j, "cmdk-root": "", onKeyDown: (e) => {
142
+ var u;
143
+ (u = j.onKeyDown) == null || u.call(j, e);
144
+ let o = e.nativeEvent.isComposing || e.keyCode === 229;
145
+ if (!(e.defaultPrevented || o)) switch (e.key) {
146
+ case "n":
147
+ case "j": {
148
+ x && e.ctrlKey && ae(e);
149
+ break;
150
+ }
151
+ case "ArrowDown": {
152
+ ae(e);
153
+ break;
154
+ }
155
+ case "p":
156
+ case "k": {
157
+ x && e.ctrlKey && ue(e);
158
+ break;
159
+ }
160
+ case "ArrowUp": {
161
+ ue(e);
162
+ break;
163
+ }
164
+ case "Home": {
165
+ e.preventDefault(), J(0);
166
+ break;
167
+ }
168
+ case "End": {
169
+ e.preventDefault(), le();
170
+ break;
171
+ }
172
+ case "Enter": {
173
+ e.preventDefault();
174
+ let l = P();
175
+ if (l) {
176
+ let f = new Event(Y);
177
+ l.dispatchEvent(f);
178
+ }
179
+ }
180
+ }
181
+ } }, n.createElement("label", { "cmdk-label": "", htmlFor: _.inputId, id: _.labelId, style: Le }, b), z(t, (e) => n.createElement(de.Provider, { value: y }, n.createElement(ce.Provider, { value: _ }, e))));
182
+ }), we = n.forwardRef((t, a) => {
183
+ var r, v;
184
+ let i = K(), c = n.useRef(null), d = n.useContext(se), m = O(), b = me(t), s = (v = (r = b.current) == null ? void 0 : r.forceMount) != null ? v : d == null ? void 0 : d.forceMount;
185
+ M(() => {
186
+ if (!s) return m.item(i, d == null ? void 0 : d.id);
187
+ }, [s]);
188
+ let h = ve(i, c, [t.value, t.children, c], t.keywords), R = Z(), k = S((g) => g.value && g.value === h.current), w = S((g) => s || m.filter() === !1 ? !0 : g.search ? g.filtered.items.get(i) > 0 : !0);
189
+ n.useEffect(() => {
190
+ let g = c.current;
191
+ if (!(!g || t.disabled)) return g.addEventListener(Y, V), () => g.removeEventListener(Y, V);
192
+ }, [w, t.onSelect, t.disabled]);
193
+ function V() {
194
+ var g, y;
195
+ B(), (y = (g = b.current).onSelect) == null || y.call(g, h.current);
196
+ }
197
+ function B() {
198
+ R.setState("value", h.current, !0);
199
+ }
200
+ if (!w) return null;
201
+ let { disabled: x, value: j, onSelect: U, forceMount: ee, keywords: W, ...A } = t;
202
+ return n.createElement(I.div, { ref: q(c, a), ...A, id: i, "cmdk-item": "", role: "option", "aria-disabled": !!x, "aria-selected": !!k, "data-disabled": !!x, "data-selected": !!k, onPointerMove: x || m.getDisablePointerSelection() ? void 0 : B, onClick: x ? void 0 : V }, t.children);
203
+ }), ke = n.forwardRef((t, a) => {
204
+ let { heading: r, children: v, forceMount: i, ...c } = t, d = K(), m = n.useRef(null), b = n.useRef(null), s = K(), h = O(), R = S((w) => i || h.filter() === !1 ? !0 : w.search ? w.filtered.groups.has(d) : !0);
205
+ M(() => h.group(d), []), ve(d, m, [t.value, t.heading, b]);
206
+ let k = n.useMemo(() => ({ id: d, forceMount: i }), [i]);
207
+ return n.createElement(I.div, { ref: q(m, a), ...c, "cmdk-group": "", role: "presentation", hidden: R ? void 0 : !0 }, r && n.createElement("div", { ref: b, "cmdk-group-heading": "", "aria-hidden": !0, id: s }, r), z(t, (w) => n.createElement("div", { "cmdk-group-items": "", role: "group", "aria-labelledby": r ? s : void 0 }, n.createElement(se.Provider, { value: k }, w))));
208
+ }), Se = n.forwardRef((t, a) => {
209
+ let { alwaysRender: r, ...v } = t, i = n.useRef(null), c = S((d) => !d.search);
210
+ return !r && !c ? null : n.createElement(I.div, { ref: q(i, a), ...v, "cmdk-separator": "", role: "separator" });
211
+ }), Ie = n.forwardRef((t, a) => {
212
+ let { onValueChange: r, ...v } = t, i = t.value != null, c = Z(), d = S((s) => s.search), m = S((s) => s.selectedItemId), b = O();
213
+ return n.useEffect(() => {
214
+ t.value != null && c.setState("search", t.value);
215
+ }, [t.value]), n.createElement(I.input, { ref: a, ...v, "cmdk-input": "", autoComplete: "off", autoCorrect: "off", spellCheck: !1, "aria-autocomplete": "list", role: "combobox", "aria-expanded": !0, "aria-controls": b.listId, "aria-labelledby": b.labelId, "aria-activedescendant": m, id: b.inputId, type: "text", value: i ? t.value : d, onChange: (s) => {
216
+ i || c.setState("search", s.target.value), r == null || r(s.target.value);
217
+ } });
218
+ }), Re = n.forwardRef((t, a) => {
219
+ let { children: r, label: v = "Suggestions", ...i } = t, c = n.useRef(null), d = n.useRef(null), m = S((s) => s.selectedItemId), b = O();
220
+ return n.useEffect(() => {
221
+ if (d.current && c.current) {
222
+ let s = d.current, h = c.current, R, k = new ResizeObserver(() => {
223
+ R = requestAnimationFrame(() => {
224
+ let w = s.offsetHeight;
225
+ h.style.setProperty("--cmdk-list-height", w.toFixed(1) + "px");
226
+ });
227
+ });
228
+ return k.observe(s), () => {
229
+ cancelAnimationFrame(R), k.unobserve(s);
230
+ };
231
+ }
232
+ }, []), n.createElement(I.div, { ref: q(c, a), ...i, "cmdk-list": "", role: "listbox", tabIndex: -1, "aria-activedescendant": m, "aria-label": v, id: b.listId }, z(t, (s) => n.createElement("div", { ref: q(d, b.listInnerRef), "cmdk-list-sizer": "" }, s)));
233
+ }), xe = n.forwardRef((t, a) => {
234
+ let { open: r, onOpenChange: v, overlayClassName: i, contentClassName: c, container: d, ...m } = t;
235
+ return n.createElement(ge, { open: r, onOpenChange: v }, n.createElement(he, { container: d }, n.createElement(be, { "cmdk-overlay": "", className: i }), n.createElement(Ee, { "aria-label": t.label, "cmdk-dialog": "", className: c }, n.createElement(fe, { ref: a, ...m }))));
236
+ }), Ae = n.forwardRef((t, a) => S((r) => r.filtered.count === 0) ? n.createElement(I.div, { ref: a, ...t, "cmdk-empty": "", role: "presentation" }) : null), Me = n.forwardRef((t, a) => {
237
+ let { progress: r, children: v, label: i = "Loading...", ...c } = t;
238
+ return n.createElement(I.div, { ref: a, ...c, "cmdk-loading": "", role: "progressbar", "aria-valuenow": r, "aria-valuemin": 0, "aria-valuemax": 100, "aria-label": i }, z(t, (d) => n.createElement("div", { "aria-hidden": !0 }, d)));
239
+ }), Ne = Object.assign(fe, { List: Re, Item: we, Input: Ie, Group: ke, Separator: Se, Dialog: xe, Empty: Ae, Loading: Me });
240
+ function Pe(t, a) {
241
+ let r = t.nextElementSibling;
242
+ for (; r; ) {
243
+ if (r.matches(a)) return r;
244
+ r = r.nextElementSibling;
245
+ }
246
+ }
247
+ function De(t, a) {
248
+ let r = t.previousElementSibling;
249
+ for (; r; ) {
250
+ if (r.matches(a)) return r;
251
+ r = r.previousElementSibling;
252
+ }
253
+ }
254
+ function me(t) {
255
+ let a = n.useRef(t);
256
+ return M(() => {
257
+ a.current = t;
258
+ }), a;
259
+ }
260
+ var M = typeof window > "u" ? n.useEffect : n.useLayoutEffect;
261
+ function F(t) {
262
+ let a = n.useRef();
263
+ return a.current === void 0 && (a.current = t()), a;
264
+ }
265
+ function S(t) {
266
+ let a = Z(), r = () => t(a.snapshot());
267
+ return n.useSyncExternalStore(a.subscribe, r, r);
268
+ }
269
+ function ve(t, a, r, v = []) {
270
+ let i = n.useRef(), c = O();
271
+ return M(() => {
272
+ var d;
273
+ let m = (() => {
274
+ var s;
275
+ for (let h of r) {
276
+ if (typeof h == "string") return h.trim();
277
+ if (typeof h == "object" && "current" in h) return h.current ? (s = h.current.textContent) == null ? void 0 : s.trim() : i.current;
278
+ }
279
+ })(), b = v.map((s) => s.trim());
280
+ c.value(t, m, b), (d = a.current) == null || d.setAttribute(D, m), i.current = m;
281
+ }), i;
282
+ }
283
+ var Fe = () => {
284
+ let [t, a] = n.useState(), r = F(() => /* @__PURE__ */ new Map());
285
+ return M(() => {
286
+ r.current.forEach((v) => v()), r.current = /* @__PURE__ */ new Map();
287
+ }, [t]), (v, i) => {
288
+ r.current.set(v, i), a({});
289
+ };
290
+ };
291
+ function Ke(t) {
292
+ let a = t.type;
293
+ return typeof a == "function" ? a(t.props) : "render" in a ? a.render(t.props) : t;
294
+ }
295
+ function z({ asChild: t, children: a }, r) {
296
+ return t && n.isValidElement(a) ? n.cloneElement(Ke(a), { ref: a.ref }, r(a.props.children)) : r(a);
297
+ }
298
+ var Le = { position: "absolute", width: "1px", height: "1px", padding: "0", margin: "-1px", overflow: "hidden", clip: "rect(0, 0, 0, 0)", whiteSpace: "nowrap", borderWidth: "0" };
30
299
  export {
31
- C as Root,
32
- t as Toggle
300
+ Ne as Command,
301
+ xe as CommandDialog,
302
+ Ae as CommandEmpty,
303
+ ke as CommandGroup,
304
+ Ie as CommandInput,
305
+ we as CommandItem,
306
+ Re as CommandList,
307
+ Me as CommandLoading,
308
+ fe as CommandRoot,
309
+ Se as CommandSeparator,
310
+ Ce as defaultFilter,
311
+ S as useCommandState
33
312
  };
package/dist/index75.js CHANGED
@@ -1,238 +1,14 @@
1
- import * as i from "react";
2
- import { composeEventHandlers as I } from "./index78.js";
3
- import { useComposedRefs as E } from "./index77.js";
4
- import { createContextScope as w } from "./index76.js";
5
- import { Primitive as b } from "./index86.js";
6
- import { createRovingFocusGroupScope as P, Root as B, Item as q } from "./index104.js";
7
- import { useControllableState as K } from "./index85.js";
8
- import { useDirection as T } from "./index91.js";
9
- import { useSize as U } from "./index94.js";
10
- import { usePrevious as V } from "./index93.js";
11
- import { Presence as j } from "./index87.js";
12
- import { jsx as p, jsxs as z } from "react/jsx-runtime";
13
- var _ = "Radio", [H, g] = w(_), [W, X] = H(_), k = i.forwardRef(
14
- (a, d) => {
15
- const {
16
- __scopeRadio: o,
17
- name: s,
18
- checked: e = !1,
19
- required: r,
20
- disabled: n,
21
- value: f = "on",
22
- onCheck: c,
23
- form: m,
24
- ...R
25
- } = a, [l, v] = i.useState(null), t = E(d, (y) => v(y)), u = i.useRef(!1), h = l ? m || !!l.closest("form") : !0;
26
- return /* @__PURE__ */ z(W, { scope: o, checked: e, disabled: n, children: [
27
- /* @__PURE__ */ p(
28
- b.button,
29
- {
30
- type: "button",
31
- role: "radio",
32
- "aria-checked": e,
33
- "data-state": N(e),
34
- "data-disabled": n ? "" : void 0,
35
- disabled: n,
36
- value: f,
37
- ...R,
38
- ref: t,
39
- onClick: I(a.onClick, (y) => {
40
- e || c == null || c(), h && (u.current = y.isPropagationStopped(), u.current || y.stopPropagation());
41
- })
42
- }
43
- ),
44
- h && /* @__PURE__ */ p(
45
- A,
46
- {
47
- control: l,
48
- bubbles: !u.current,
49
- name: s,
50
- value: f,
51
- checked: e,
52
- required: r,
53
- disabled: n,
54
- form: m,
55
- style: { transform: "translateX(-100%)" }
56
- }
57
- )
58
- ] });
59
- }
60
- );
61
- k.displayName = _;
62
- var G = "RadioIndicator", S = i.forwardRef(
63
- (a, d) => {
64
- const { __scopeRadio: o, forceMount: s, ...e } = a, r = X(G, o);
65
- return /* @__PURE__ */ p(j, { present: s || r.checked, children: /* @__PURE__ */ p(
66
- b.span,
67
- {
68
- "data-state": N(r.checked),
69
- "data-disabled": r.disabled ? "" : void 0,
70
- ...e,
71
- ref: d
72
- }
73
- ) });
74
- }
75
- );
76
- S.displayName = G;
77
- var Y = "RadioBubbleInput", A = i.forwardRef(
78
- ({
79
- __scopeRadio: a,
80
- control: d,
81
- checked: o,
82
- bubbles: s = !0,
83
- ...e
84
- }, r) => {
85
- const n = i.useRef(null), f = E(n, r), c = V(o), m = U(d);
86
- return i.useEffect(() => {
87
- const R = n.current;
88
- if (!R) return;
89
- const l = window.HTMLInputElement.prototype, t = Object.getOwnPropertyDescriptor(
90
- l,
91
- "checked"
92
- ).set;
93
- if (c !== o && t) {
94
- const u = new Event("click", { bubbles: s });
95
- t.call(R, o), R.dispatchEvent(u);
96
- }
97
- }, [c, o, s]), /* @__PURE__ */ p(
98
- b.input,
99
- {
100
- type: "radio",
101
- "aria-hidden": !0,
102
- defaultChecked: o,
103
- ...e,
104
- tabIndex: -1,
105
- ref: f,
106
- style: {
107
- ...e.style,
108
- ...m,
109
- position: "absolute",
110
- pointerEvents: "none",
111
- opacity: 0,
112
- margin: 0
113
- }
114
- }
115
- );
116
- }
117
- );
118
- A.displayName = Y;
119
- function N(a) {
120
- return a ? "checked" : "unchecked";
121
- }
122
- var J = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], C = "RadioGroup", [Q] = w(C, [
123
- P,
124
- g
125
- ]), x = P(), D = g(), [Z, $] = Q(C), M = i.forwardRef(
126
- (a, d) => {
127
- const {
128
- __scopeRadioGroup: o,
129
- name: s,
130
- defaultValue: e,
131
- value: r,
132
- required: n = !1,
133
- disabled: f = !1,
134
- orientation: c,
135
- dir: m,
136
- loop: R = !0,
137
- onValueChange: l,
138
- ...v
139
- } = a, t = x(o), u = T(m), [h, y] = K({
140
- prop: r,
141
- defaultProp: e ?? null,
142
- onChange: l,
143
- caller: C
144
- });
145
- return /* @__PURE__ */ p(
146
- Z,
147
- {
148
- scope: o,
149
- name: s,
150
- required: n,
151
- disabled: f,
152
- value: h,
153
- onValueChange: y,
154
- children: /* @__PURE__ */ p(
155
- B,
156
- {
157
- asChild: !0,
158
- ...t,
159
- orientation: c,
160
- dir: u,
161
- loop: R,
162
- children: /* @__PURE__ */ p(
163
- b.div,
164
- {
165
- role: "radiogroup",
166
- "aria-required": n,
167
- "aria-orientation": c,
168
- "data-disabled": f ? "" : void 0,
169
- dir: u,
170
- ...v,
171
- ref: d
172
- }
173
- )
174
- }
175
- )
176
- }
177
- );
178
- }
179
- );
180
- M.displayName = C;
181
- var O = "RadioGroupItem", F = i.forwardRef(
182
- (a, d) => {
183
- const { __scopeRadioGroup: o, disabled: s, ...e } = a, r = $(O, o), n = r.disabled || s, f = x(o), c = D(o), m = i.useRef(null), R = E(d, m), l = r.value === e.value, v = i.useRef(!1);
184
- return i.useEffect(() => {
185
- const t = (h) => {
186
- J.includes(h.key) && (v.current = !0);
187
- }, u = () => v.current = !1;
188
- return document.addEventListener("keydown", t), document.addEventListener("keyup", u), () => {
189
- document.removeEventListener("keydown", t), document.removeEventListener("keyup", u);
190
- };
191
- }, []), /* @__PURE__ */ p(
192
- q,
193
- {
194
- asChild: !0,
195
- ...f,
196
- focusable: !n,
197
- active: l,
198
- children: /* @__PURE__ */ p(
199
- k,
200
- {
201
- disabled: n,
202
- required: r.required,
203
- checked: l,
204
- ...c,
205
- ...e,
206
- name: r.name,
207
- ref: R,
208
- onCheck: () => r.onValueChange(e.value),
209
- onKeyDown: I((t) => {
210
- t.key === "Enter" && t.preventDefault();
211
- }),
212
- onFocus: I(e.onFocus, () => {
213
- var t;
214
- v.current && ((t = m.current) == null || t.click());
215
- })
216
- }
217
- )
218
- }
219
- );
220
- }
221
- );
222
- F.displayName = O;
223
- var ee = "RadioGroupIndicator", L = i.forwardRef(
224
- (a, d) => {
225
- const { __scopeRadioGroup: o, ...s } = a, e = D(o);
226
- return /* @__PURE__ */ p(S, { ...e, ...s, ref: d });
227
- }
228
- );
229
- L.displayName = ee;
230
- var le = M, fe = F, me = L;
1
+ import e from "./index107.js";
2
+ /**
3
+ * @license lucide-react v0.460.0 - ISC
4
+ *
5
+ * This source code is licensed under the ISC license.
6
+ * See the LICENSE file in the root directory of this source tree.
7
+ */
8
+ const r = e("Search", [
9
+ ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
10
+ ["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
11
+ ]);
231
12
  export {
232
- me as Indicator,
233
- fe as Item,
234
- M as RadioGroup,
235
- L as RadioGroupIndicator,
236
- F as RadioGroupItem,
237
- le as Root
13
+ r as default
238
14
  };
package/dist/index77.js CHANGED
@@ -1,29 +1,48 @@
1
- import * as f from "react";
2
- function l(n, o) {
3
- if (typeof n == "function")
4
- return n(o);
5
- n != null && (n.current = o);
6
- }
7
- function i(...n) {
8
- return (o) => {
9
- let u = !1;
10
- const c = n.map((t) => {
11
- const e = l(t, o);
12
- return !u && typeof e == "function" && (u = !0), e;
13
- });
14
- if (u)
15
- return () => {
16
- for (let t = 0; t < c.length; t++) {
17
- const e = c[t];
18
- typeof e == "function" ? e() : l(n[t], null);
19
- }
20
- };
1
+ import r from "react";
2
+ import { createContextScope as y } from "./index76.js";
3
+ import { useComposedRefs as M } from "./index78.js";
4
+ import { createSlot as x } from "./index89.js";
5
+ import { jsx as u } from "react/jsx-runtime";
6
+ function g(s) {
7
+ const m = s + "CollectionProvider", [A, N] = y(m), [_, f] = A(
8
+ m,
9
+ { collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }
10
+ ), p = (c) => {
11
+ const { scope: e, children: l } = c, o = r.useRef(null), t = r.useRef(/* @__PURE__ */ new Map()).current;
12
+ return /* @__PURE__ */ u(_, { scope: e, itemMap: t, collectionRef: o, children: l });
21
13
  };
22
- }
23
- function s(...n) {
24
- return f.useCallback(i(...n), n);
14
+ p.displayName = m;
15
+ const a = s + "CollectionSlot", E = x(a), C = r.forwardRef(
16
+ (c, e) => {
17
+ const { scope: l, children: o } = c, t = f(a, l), n = M(e, t.collectionRef);
18
+ return /* @__PURE__ */ u(E, { ref: n, children: o });
19
+ }
20
+ );
21
+ C.displayName = a;
22
+ const d = s + "CollectionItemSlot", R = "data-radix-collection-item", T = x(d), I = r.forwardRef(
23
+ (c, e) => {
24
+ const { scope: l, children: o, ...t } = c, n = r.useRef(null), S = M(e, n), i = f(d, l);
25
+ return r.useEffect(() => (i.itemMap.set(n, { ref: n, ...t }), () => void i.itemMap.delete(n))), /* @__PURE__ */ u(T, { [R]: "", ref: S, children: o });
26
+ }
27
+ );
28
+ I.displayName = d;
29
+ function O(c) {
30
+ const e = f(s + "CollectionConsumer", c);
31
+ return r.useCallback(() => {
32
+ const o = e.collectionRef.current;
33
+ if (!o) return [];
34
+ const t = Array.from(o.querySelectorAll(`[${R}]`));
35
+ return Array.from(e.itemMap.values()).sort(
36
+ (i, v) => t.indexOf(i.ref.current) - t.indexOf(v.ref.current)
37
+ );
38
+ }, [e.collectionRef, e.itemMap]);
39
+ }
40
+ return [
41
+ { Provider: p, Slot: C, ItemSlot: I },
42
+ O,
43
+ N
44
+ ];
25
45
  }
26
46
  export {
27
- i as composeRefs,
28
- s as useComposedRefs
47
+ g as createCollection
29
48
  };