@drjoshcsimmons/scl 0.2.1 → 0.2.2

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 (119) 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 +9 -4
  4. package/dist/index101.js +4 -30
  5. package/dist/index102.js +647 -10
  6. package/dist/index103.js +5 -649
  7. package/dist/index104.js +25 -30
  8. package/dist/index105.js +30 -4
  9. package/dist/index106.js +29 -47
  10. package/dist/index107.js +15 -30
  11. package/dist/index108.js +177 -51
  12. package/dist/index109.js +47 -29
  13. package/dist/index11.js +2 -2
  14. package/dist/index110.js +51 -44
  15. package/dist/index111.js +30 -9
  16. package/dist/index112.js +45 -12
  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 +1 -1
  26. package/dist/index125.js +2 -25
  27. package/dist/index126.js +53 -29
  28. package/dist/index127.js +65 -5
  29. package/dist/index128.js +25 -2
  30. package/dist/index129.js +29 -53
  31. package/dist/index13.js +2 -2
  32. package/dist/index130.js +5 -65
  33. package/dist/index136.js +1 -1
  34. package/dist/index137.js +1 -1
  35. package/dist/index14.js +2 -2
  36. package/dist/index141.js +1 -1
  37. package/dist/index142.js +1 -1
  38. package/dist/index143.js +1 -1
  39. package/dist/index148.js +11 -21
  40. package/dist/index149.js +26 -11
  41. package/dist/index15.js +2 -2
  42. package/dist/index150.js +4 -27
  43. package/dist/index151.js +22 -4
  44. package/dist/index17.js +4 -4
  45. package/dist/index18.js +2 -2
  46. package/dist/index20.js +2 -2
  47. package/dist/index21.js +1 -1
  48. package/dist/index22.js +1 -1
  49. package/dist/index23.js +2 -2
  50. package/dist/index24.js +1 -1
  51. package/dist/index25.js +4 -4
  52. package/dist/index26.js +1 -1
  53. package/dist/index27.js +3 -3
  54. package/dist/index29.js +1 -1
  55. package/dist/index31.js +1 -1
  56. package/dist/index33.js +1 -1
  57. package/dist/index34.js +18 -16
  58. package/dist/index36.js +2 -2
  59. package/dist/index37.js +1 -1
  60. package/dist/index4.js +2 -2
  61. package/dist/index45.js +33 -237
  62. package/dist/index46.js +125 -11
  63. package/dist/index47.js +237 -33
  64. package/dist/index48.js +11 -241
  65. package/dist/index49.js +58 -16
  66. package/dist/index5.js +1 -1
  67. package/dist/index50.js +64 -116
  68. package/dist/index51.js +238 -28
  69. package/dist/index52.js +326 -63
  70. package/dist/index53.js +505 -211
  71. package/dist/index54.js +225 -11
  72. package/dist/index55.js +9 -60
  73. package/dist/index56.js +11 -254
  74. package/dist/index57.js +11 -225
  75. package/dist/index58.js +130 -9
  76. package/dist/index59.js +310 -11
  77. package/dist/index6.js +1 -1
  78. package/dist/index60.js +12 -130
  79. package/dist/index61.js +17 -21
  80. package/dist/index62.js +16 -854
  81. package/dist/index63.js +254 -9
  82. package/dist/index64.js +107 -71
  83. package/dist/index65.js +140 -239
  84. package/dist/index66.js +260 -12
  85. package/dist/index67.js +12 -249
  86. package/dist/index68.js +71 -107
  87. package/dist/index69.js +811 -481
  88. package/dist/index7.js +1 -1
  89. package/dist/index70.js +2 -5
  90. package/dist/index71.js +30 -434
  91. package/dist/index72.js +224 -311
  92. package/dist/index73.js +224 -298
  93. package/dist/index74.js +4 -4
  94. package/dist/index75.js +403 -129
  95. package/dist/index77.js +25 -44
  96. package/dist/index78.js +5 -25
  97. package/dist/index79.js +8 -6
  98. package/dist/index8.js +1 -1
  99. package/dist/index80.js +44 -50
  100. package/dist/index81.js +51 -33
  101. package/dist/index82.js +33 -10
  102. package/dist/index83.js +10 -7
  103. package/dist/index84.js +7 -124
  104. package/dist/index85.js +52 -12
  105. package/dist/index86.js +10 -134
  106. package/dist/index87.js +3 -218
  107. package/dist/index88.js +30 -14
  108. package/dist/index89.js +11 -67
  109. package/dist/index9.js +2 -2
  110. package/dist/index90.js +120 -43
  111. package/dist/index91.js +218 -49
  112. package/dist/index92.js +12 -7
  113. package/dist/index93.js +68 -29
  114. package/dist/index95.js +27 -178
  115. package/dist/index96.js +14 -24
  116. package/dist/index97.js +134 -5
  117. package/dist/index98.js +44 -51
  118. package/dist/index99.js +50 -11
  119. package/package.json +1 -1
package/dist/index57.js CHANGED
@@ -1,227 +1,13 @@
1
- import * as u from "react";
2
- import { composeEventHandlers as m } from "./index79.js";
3
- import { composeRefs as K } from "./index78.js";
4
- import { createContextScope as U } from "./index76.js";
5
- import { useControllableState as g } from "./index80.js";
6
- import { Primitive as B } from "./index81.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 "./index103.js";
8
- import { useId as M } from "./index82.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,
30
- {
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
- }
190
- }
191
- );
192
- });
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;
1
+ import t from "./index121.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 h = t("ChevronRight", [
9
+ ["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]
10
+ ]);
195
11
  export {
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
12
+ h as default
227
13
  };
package/dist/index58.js CHANGED
@@ -1,11 +1,132 @@
1
- import e from "./index121.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 t = e("Check", [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]]);
1
+ import * as r from "react";
2
+ import { composeEventHandlers as T } from "./index78.js";
3
+ import { useComposedRefs as P } from "./index77.js";
4
+ import { createContextScope as I } from "./index76.js";
5
+ import { useControllableState as M } from "./index81.js";
6
+ import { usePrevious as H } from "./index103.js";
7
+ import { useSize as j } from "./index104.js";
8
+ import { Primitive as y } from "./index82.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 = _;
9
127
  export {
10
- t as default
128
+ Q as Root,
129
+ R as Switch,
130
+ _ as SwitchThumb,
131
+ V as Thumb
11
132
  };