@drjoshcsimmons/scl 0.2.1 → 0.2.3

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 (118) hide show
  1. package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts +1 -7
  2. package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts.map +1 -1
  3. package/dist/index100.js +180 -3
  4. package/dist/index101.js +9 -30
  5. package/dist/index102.js +30 -13
  6. package/dist/index103.js +44 -646
  7. package/dist/index104.js +4 -30
  8. package/dist/index105.js +47 -3
  9. package/dist/index106.js +5 -47
  10. package/dist/index107.js +647 -27
  11. package/dist/index108.js +30 -55
  12. package/dist/index109.js +1 -1
  13. package/dist/index11.js +2 -2
  14. package/dist/index110.js +12 -45
  15. package/dist/index111.js +24 -8
  16. package/dist/index112.js +8 -14
  17. package/dist/index113.js +6 -48
  18. package/dist/index114.js +1 -1
  19. package/dist/index115.js +47 -11
  20. package/dist/index116.js +10 -204
  21. package/dist/index117.js +204 -20
  22. package/dist/index118.js +21 -399
  23. package/dist/index119.js +400 -6
  24. package/dist/index12.js +1 -1
  25. package/dist/index120.js +21 -48
  26. package/dist/index121.js +3 -15
  27. package/dist/index122.js +32 -3
  28. package/dist/index123.js +12 -32
  29. package/dist/index124.js +48 -18
  30. package/dist/index125.js +2 -25
  31. package/dist/index126.js +53 -29
  32. package/dist/index127.js +65 -5
  33. package/dist/index128.js +25 -2
  34. package/dist/index129.js +29 -53
  35. package/dist/index13.js +2 -2
  36. package/dist/index130.js +5 -65
  37. package/dist/index136.js +1 -1
  38. package/dist/index137.js +1 -1
  39. package/dist/index14.js +2 -2
  40. package/dist/index141.js +1 -1
  41. package/dist/index15.js +2 -2
  42. package/dist/index17.js +4 -4
  43. package/dist/index18.js +2 -2
  44. package/dist/index20.js +2 -2
  45. package/dist/index21.js +1 -1
  46. package/dist/index22.js +1 -1
  47. package/dist/index23.js +2 -2
  48. package/dist/index24.js +1 -1
  49. package/dist/index25.js +4 -4
  50. package/dist/index26.js +1 -1
  51. package/dist/index27.js +3 -3
  52. package/dist/index29.js +1 -1
  53. package/dist/index31.js +1 -1
  54. package/dist/index33.js +1 -1
  55. package/dist/index34.js +18 -16
  56. package/dist/index36.js +2 -2
  57. package/dist/index37.js +1 -1
  58. package/dist/index4.js +2 -2
  59. package/dist/index45.js +33 -237
  60. package/dist/index46.js +73 -11
  61. package/dist/index47.js +60 -33
  62. package/dist/index48.js +210 -214
  63. package/dist/index49.js +11 -18
  64. package/dist/index5.js +1 -1
  65. package/dist/index50.js +225 -109
  66. package/dist/index51.js +82 -31
  67. package/dist/index52.js +247 -66
  68. package/dist/index53.js +100 -218
  69. package/dist/index54.js +161 -11
  70. package/dist/index55.js +330 -54
  71. package/dist/index56.js +254 -248
  72. package/dist/index57.js +12 -225
  73. package/dist/index58.js +860 -9
  74. package/dist/index59.js +3 -5
  75. package/dist/index6.js +1 -1
  76. package/dist/index60.js +9 -130
  77. package/dist/index61.js +221 -18
  78. package/dist/index62.js +11 -860
  79. package/dist/index63.js +5 -3
  80. package/dist/index64.js +12 -82
  81. package/dist/index65.js +507 -237
  82. package/dist/index66.js +22 -12
  83. package/dist/index67.js +298 -237
  84. package/dist/index68.js +12 -118
  85. package/dist/index69.js +18 -530
  86. package/dist/index7.js +1 -1
  87. package/dist/index70.js +31 -12
  88. package/dist/index71.js +210 -409
  89. package/dist/index72.js +407 -308
  90. package/dist/index73.js +237 -298
  91. package/dist/index74.js +125 -12
  92. package/dist/index75.js +112 -143
  93. package/dist/index76.js +40 -53
  94. package/dist/index77.js +10 -45
  95. package/dist/index78.js +4 -27
  96. package/dist/index79.js +30 -7
  97. package/dist/index8.js +1 -1
  98. package/dist/index80.js +10 -49
  99. package/dist/index81.js +67 -33
  100. package/dist/index82.js +45 -10
  101. package/dist/index83.js +26 -7
  102. package/dist/index84.js +5 -123
  103. package/dist/index85.js +50 -13
  104. package/dist/index86.js +32 -133
  105. package/dist/index87.js +10 -218
  106. package/dist/index88.js +8 -14
  107. package/dist/index89.js +120 -64
  108. package/dist/index9.js +2 -2
  109. package/dist/index90.js +13 -46
  110. package/dist/index91.js +133 -48
  111. package/dist/index92.js +218 -8
  112. package/dist/index93.js +14 -30
  113. package/dist/index94.js +68 -8
  114. package/dist/index95.js +43 -176
  115. package/dist/index96.js +50 -25
  116. package/dist/index97.js +9 -6
  117. package/dist/index99.js +30 -11
  118. package/package.json +1 -1
package/dist/index59.js CHANGED
@@ -1,13 +1,11 @@
1
- import t from "./index121.js";
1
+ import e from "./index120.js";
2
2
  /**
3
3
  * @license lucide-react v0.460.0 - ISC
4
4
  *
5
5
  * This source code is licensed under the ISC license.
6
6
  * See the LICENSE file in the root directory of this source tree.
7
7
  */
8
- const h = t("ChevronRight", [
9
- ["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]
10
- ]);
8
+ const t = e("Check", [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]]);
11
9
  export {
12
- h as default
10
+ t as default
13
11
  };
package/dist/index6.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { jsx as l, jsxs as g } from "react/jsx-runtime";
2
- import { Root as N, Portal as y, Trigger as x, Action as r, Cancel as i, Content as m, Description as n, Overlay as c, Title as d } from "./index50.js";
2
+ import { Root as N, Portal as y, Trigger as x, Action as r, Cancel as i, Content as m, Description as n, Overlay as c, Title as d } from "./index74.js";
3
3
  import * as s from "react";
4
4
  import { cn as o } from "./index2.js";
5
5
  import { buttonVariants as f } from "./index9.js";
package/dist/index60.js CHANGED
@@ -1,132 +1,11 @@
1
- import * as r from "react";
2
- import { composeEventHandlers as T } from "./index79.js";
3
- import { useComposedRefs as P } from "./index78.js";
4
- import { createContextScope as I } from "./index76.js";
5
- import { useControllableState as M } from "./index80.js";
6
- import { usePrevious as H } from "./index97.js";
7
- import { useSize as j } from "./index96.js";
8
- import { Primitive as y } from "./index81.js";
9
- import { jsxs as A, jsx as m } from "react/jsx-runtime";
10
- var h = "Switch", [U] = I(h), [q, z] = U(h), R = r.forwardRef(
11
- (t, a) => {
12
- const {
13
- __scopeSwitch: e,
14
- name: c,
15
- checked: o,
16
- defaultChecked: v,
17
- required: i,
18
- disabled: n,
19
- value: p = "on",
20
- onCheckedChange: w,
21
- form: s,
22
- ...S
23
- } = t, [d, u] = r.useState(null), b = P(a, (f) => u(f)), C = r.useRef(!1), k = d ? s || !!d.closest("form") : !0, [l, B] = M({
24
- prop: o,
25
- defaultProp: v ?? !1,
26
- onChange: w,
27
- caller: h
28
- });
29
- return /* @__PURE__ */ A(q, { scope: e, checked: l, disabled: n, children: [
30
- /* @__PURE__ */ m(
31
- y.button,
32
- {
33
- type: "button",
34
- role: "switch",
35
- "aria-checked": l,
36
- "aria-required": i,
37
- "data-state": g(l),
38
- "data-disabled": n ? "" : void 0,
39
- disabled: n,
40
- value: p,
41
- ...S,
42
- ref: b,
43
- onClick: T(t.onClick, (f) => {
44
- B((N) => !N), k && (C.current = f.isPropagationStopped(), C.current || f.stopPropagation());
45
- })
46
- }
47
- ),
48
- k && /* @__PURE__ */ m(
49
- x,
50
- {
51
- control: d,
52
- bubbles: !C.current,
53
- name: c,
54
- value: p,
55
- checked: l,
56
- required: i,
57
- disabled: n,
58
- form: s,
59
- style: { transform: "translateX(-100%)" }
60
- }
61
- )
62
- ] });
63
- }
64
- );
65
- R.displayName = h;
66
- var E = "SwitchThumb", _ = r.forwardRef(
67
- (t, a) => {
68
- const { __scopeSwitch: e, ...c } = t, o = z(E, e);
69
- return /* @__PURE__ */ m(
70
- y.span,
71
- {
72
- "data-state": g(o.checked),
73
- "data-disabled": o.disabled ? "" : void 0,
74
- ...c,
75
- ref: a
76
- }
77
- );
78
- }
79
- );
80
- _.displayName = E;
81
- var L = "SwitchBubbleInput", x = r.forwardRef(
82
- ({
83
- __scopeSwitch: t,
84
- control: a,
85
- checked: e,
86
- bubbles: c = !0,
87
- ...o
88
- }, v) => {
89
- const i = r.useRef(null), n = P(i, v), p = H(e), w = j(a);
90
- return r.useEffect(() => {
91
- const s = i.current;
92
- if (!s) return;
93
- const S = window.HTMLInputElement.prototype, u = Object.getOwnPropertyDescriptor(
94
- S,
95
- "checked"
96
- ).set;
97
- if (p !== e && u) {
98
- const b = new Event("click", { bubbles: c });
99
- u.call(s, e), s.dispatchEvent(b);
100
- }
101
- }, [p, e, c]), /* @__PURE__ */ m(
102
- "input",
103
- {
104
- type: "checkbox",
105
- "aria-hidden": !0,
106
- defaultChecked: e,
107
- ...o,
108
- tabIndex: -1,
109
- ref: n,
110
- style: {
111
- ...o.style,
112
- ...w,
113
- position: "absolute",
114
- pointerEvents: "none",
115
- opacity: 0,
116
- margin: 0
117
- }
118
- }
119
- );
120
- }
121
- );
122
- x.displayName = L;
123
- function g(t) {
124
- return t ? "checked" : "unchecked";
125
- }
126
- var Q = R, V = _;
1
+ import e from "./index120.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("ChevronUp", [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]]);
127
9
  export {
128
- Q as Root,
129
- R as Switch,
130
- _ as SwitchThumb,
131
- V as Thumb
10
+ r as default
132
11
  };
package/dist/index61.js CHANGED
@@ -1,24 +1,227 @@
1
- import * as p from "react";
2
- import { Primitive as v } from "./index104.js";
3
- import { jsx as m } from "react/jsx-runtime";
4
- var d = "Separator", a = "horizontal", l = ["horizontal", "vertical"], i = p.forwardRef((r, n) => {
5
- const { decorative: e, orientation: t = a, ...s } = r, o = f(t) ? t : a, c = e ? { role: "none" } : { "aria-orientation": o === "vertical" ? o : void 0, role: "separator" };
6
- return /* @__PURE__ */ m(
7
- v.div,
1
+ import * as u from "react";
2
+ import { composeEventHandlers as m } from "./index84.js";
3
+ import { composeRefs as K } from "./index83.js";
4
+ import { createContextScope as U } from "./index81.js";
5
+ import { useControllableState as g } from "./index85.js";
6
+ import { Primitive as B } from "./index86.js";
7
+ import { createMenuScope as D, Root as F, Group as H, Portal as W, RadioGroup as $, Sub as j, Anchor as X, CheckboxItem as q, ItemIndicator as z, Content as J, Item as Q, Label as V, RadioItem as Y, Separator as Z, SubContent as oo, SubTrigger as eo, Arrow as ro } from "./index107.js";
8
+ import { useId as M } from "./index87.js";
9
+ import { jsx as t } from "react/jsx-runtime";
10
+ var f = "DropdownMenu", [no] = U(
11
+ f,
12
+ [D]
13
+ ), i = D(), [ao, _] = no(f), h = (o) => {
14
+ const {
15
+ __scopeDropdownMenu: n,
16
+ children: r,
17
+ dir: e,
18
+ open: a,
19
+ defaultOpen: d,
20
+ onOpenChange: c,
21
+ modal: p = !0
22
+ } = o, s = i(n), v = u.useRef(null), [l, w] = g({
23
+ prop: a,
24
+ defaultProp: d ?? !1,
25
+ onChange: c,
26
+ caller: f
27
+ });
28
+ return /* @__PURE__ */ t(
29
+ ao,
8
30
  {
9
- "data-orientation": o,
10
- ...c,
11
- ...s,
12
- ref: n
31
+ scope: n,
32
+ triggerId: M(),
33
+ triggerRef: v,
34
+ contentId: M(),
35
+ open: l,
36
+ onOpenChange: w,
37
+ onOpenToggle: u.useCallback(() => w((L) => !L), [w]),
38
+ modal: p,
39
+ children: /* @__PURE__ */ t(F, { ...s, open: l, onOpenChange: w, dir: e, modal: p, children: r })
40
+ }
41
+ );
42
+ };
43
+ h.displayName = f;
44
+ var R = "DropdownMenuTrigger", b = u.forwardRef(
45
+ (o, n) => {
46
+ const { __scopeDropdownMenu: r, disabled: e = !1, ...a } = o, d = _(R, r), c = i(r);
47
+ return /* @__PURE__ */ t(X, { asChild: !0, ...c, children: /* @__PURE__ */ t(
48
+ B.button,
49
+ {
50
+ type: "button",
51
+ id: d.triggerId,
52
+ "aria-haspopup": "menu",
53
+ "aria-expanded": d.open,
54
+ "aria-controls": d.open ? d.contentId : void 0,
55
+ "data-state": d.open ? "open" : "closed",
56
+ "data-disabled": e ? "" : void 0,
57
+ disabled: e,
58
+ ...a,
59
+ ref: K(n, d.triggerRef),
60
+ onPointerDown: m(o.onPointerDown, (p) => {
61
+ !e && p.button === 0 && p.ctrlKey === !1 && (d.onOpenToggle(), d.open || p.preventDefault());
62
+ }),
63
+ onKeyDown: m(o.onKeyDown, (p) => {
64
+ e || (["Enter", " "].includes(p.key) && d.onOpenToggle(), p.key === "ArrowDown" && d.onOpenChange(!0), ["Enter", " ", "ArrowDown"].includes(p.key) && p.preventDefault());
65
+ })
66
+ }
67
+ ) });
68
+ }
69
+ );
70
+ b.displayName = R;
71
+ var to = "DropdownMenuPortal", I = (o) => {
72
+ const { __scopeDropdownMenu: n, ...r } = o, e = i(n);
73
+ return /* @__PURE__ */ t(W, { ...e, ...r });
74
+ };
75
+ I.displayName = to;
76
+ var S = "DropdownMenuContent", C = u.forwardRef(
77
+ (o, n) => {
78
+ const { __scopeDropdownMenu: r, ...e } = o, a = _(S, r), d = i(r), c = u.useRef(!1);
79
+ return /* @__PURE__ */ t(
80
+ J,
81
+ {
82
+ id: a.contentId,
83
+ "aria-labelledby": a.triggerId,
84
+ ...d,
85
+ ...e,
86
+ ref: n,
87
+ onCloseAutoFocus: m(o.onCloseAutoFocus, (p) => {
88
+ var s;
89
+ c.current || (s = a.triggerRef.current) == null || s.focus(), c.current = !1, p.preventDefault();
90
+ }),
91
+ onInteractOutside: m(o.onInteractOutside, (p) => {
92
+ const s = p.detail.originalEvent, v = s.button === 0 && s.ctrlKey === !0, l = s.button === 2 || v;
93
+ (!a.modal || l) && (c.current = !0);
94
+ }),
95
+ style: {
96
+ ...o.style,
97
+ "--radix-dropdown-menu-content-transform-origin": "var(--radix-popper-transform-origin)",
98
+ "--radix-dropdown-menu-content-available-width": "var(--radix-popper-available-width)",
99
+ "--radix-dropdown-menu-content-available-height": "var(--radix-popper-available-height)",
100
+ "--radix-dropdown-menu-trigger-width": "var(--radix-popper-anchor-width)",
101
+ "--radix-dropdown-menu-trigger-height": "var(--radix-popper-anchor-height)"
102
+ }
103
+ }
104
+ );
105
+ }
106
+ );
107
+ C.displayName = S;
108
+ var po = "DropdownMenuGroup", N = u.forwardRef(
109
+ (o, n) => {
110
+ const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
111
+ return /* @__PURE__ */ t(H, { ...a, ...e, ref: n });
112
+ }
113
+ );
114
+ N.displayName = po;
115
+ var uo = "DropdownMenuLabel", x = u.forwardRef(
116
+ (o, n) => {
117
+ const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
118
+ return /* @__PURE__ */ t(V, { ...a, ...e, ref: n });
119
+ }
120
+ );
121
+ x.displayName = uo;
122
+ var io = "DropdownMenuItem", A = u.forwardRef(
123
+ (o, n) => {
124
+ const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
125
+ return /* @__PURE__ */ t(Q, { ...a, ...e, ref: n });
126
+ }
127
+ );
128
+ A.displayName = io;
129
+ var so = "DropdownMenuCheckboxItem", P = u.forwardRef((o, n) => {
130
+ const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
131
+ return /* @__PURE__ */ t(q, { ...a, ...e, ref: n });
132
+ });
133
+ P.displayName = so;
134
+ var co = "DropdownMenuRadioGroup", E = u.forwardRef((o, n) => {
135
+ const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
136
+ return /* @__PURE__ */ t($, { ...a, ...e, ref: n });
137
+ });
138
+ E.displayName = co;
139
+ var lo = "DropdownMenuRadioItem", O = u.forwardRef((o, n) => {
140
+ const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
141
+ return /* @__PURE__ */ t(Y, { ...a, ...e, ref: n });
142
+ });
143
+ O.displayName = lo;
144
+ var wo = "DropdownMenuItemIndicator", y = u.forwardRef((o, n) => {
145
+ const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
146
+ return /* @__PURE__ */ t(z, { ...a, ...e, ref: n });
147
+ });
148
+ y.displayName = wo;
149
+ var mo = "DropdownMenuSeparator", T = u.forwardRef((o, n) => {
150
+ const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
151
+ return /* @__PURE__ */ t(Z, { ...a, ...e, ref: n });
152
+ });
153
+ T.displayName = mo;
154
+ var fo = "DropdownMenuArrow", vo = u.forwardRef(
155
+ (o, n) => {
156
+ const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
157
+ return /* @__PURE__ */ t(ro, { ...a, ...e, ref: n });
158
+ }
159
+ );
160
+ vo.displayName = fo;
161
+ var Mo = (o) => {
162
+ const { __scopeDropdownMenu: n, children: r, open: e, onOpenChange: a, defaultOpen: d } = o, c = i(n), [p, s] = g({
163
+ prop: e,
164
+ defaultProp: d ?? !1,
165
+ onChange: a,
166
+ caller: "DropdownMenuSub"
167
+ });
168
+ return /* @__PURE__ */ t(j, { ...c, open: p, onOpenChange: s, children: r });
169
+ }, go = "DropdownMenuSubTrigger", G = u.forwardRef((o, n) => {
170
+ const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
171
+ return /* @__PURE__ */ t(eo, { ...a, ...e, ref: n });
172
+ });
173
+ G.displayName = go;
174
+ var Do = "DropdownMenuSubContent", k = u.forwardRef((o, n) => {
175
+ const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
176
+ return /* @__PURE__ */ t(
177
+ oo,
178
+ {
179
+ ...a,
180
+ ...e,
181
+ ref: n,
182
+ style: {
183
+ ...o.style,
184
+ "--radix-dropdown-menu-content-transform-origin": "var(--radix-popper-transform-origin)",
185
+ "--radix-dropdown-menu-content-available-width": "var(--radix-popper-available-width)",
186
+ "--radix-dropdown-menu-content-available-height": "var(--radix-popper-available-height)",
187
+ "--radix-dropdown-menu-trigger-width": "var(--radix-popper-anchor-width)",
188
+ "--radix-dropdown-menu-trigger-height": "var(--radix-popper-anchor-height)"
189
+ }
13
190
  }
14
191
  );
15
192
  });
16
- i.displayName = d;
17
- function f(r) {
18
- return l.includes(r);
19
- }
20
- var T = i;
193
+ k.displayName = Do;
194
+ var xo = h, Ao = b, Po = I, Eo = C, Oo = N, yo = x, To = A, Go = P, ko = E, Lo = O, Ko = y, Uo = T, Bo = Mo, Fo = G, Ho = k;
21
195
  export {
22
- T as Root,
23
- i as Separator
196
+ Go as CheckboxItem,
197
+ Eo as Content,
198
+ h as DropdownMenu,
199
+ vo as DropdownMenuArrow,
200
+ P as DropdownMenuCheckboxItem,
201
+ C as DropdownMenuContent,
202
+ N as DropdownMenuGroup,
203
+ A as DropdownMenuItem,
204
+ y as DropdownMenuItemIndicator,
205
+ x as DropdownMenuLabel,
206
+ I as DropdownMenuPortal,
207
+ E as DropdownMenuRadioGroup,
208
+ O as DropdownMenuRadioItem,
209
+ T as DropdownMenuSeparator,
210
+ Mo as DropdownMenuSub,
211
+ k as DropdownMenuSubContent,
212
+ G as DropdownMenuSubTrigger,
213
+ b as DropdownMenuTrigger,
214
+ Oo as Group,
215
+ To as Item,
216
+ Ko as ItemIndicator,
217
+ yo as Label,
218
+ Po as Portal,
219
+ ko as RadioGroup,
220
+ Lo as RadioItem,
221
+ xo as Root,
222
+ Uo as Separator,
223
+ Bo as Sub,
224
+ Ho as SubContent,
225
+ Fo as SubTrigger,
226
+ Ao as Trigger
24
227
  };