@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/index67.js CHANGED
@@ -1,251 +1,14 @@
1
- import * as s from "react";
2
- import { useComposedRefs as B } from "./index78.js";
3
- import { createContextScope as L } from "./index76.js";
4
- import { composeEventHandlers as S } from "./index79.js";
5
- import { useControllableState as O } from "./index80.js";
6
- import { usePrevious as j } from "./index97.js";
7
- import { useSize as H } from "./index96.js";
8
- import { Presence as z } from "./index89.js";
9
- import { Primitive as P } from "./index81.js";
10
- import { jsx as b, jsxs as G, Fragment as K } from "react/jsx-runtime";
11
- var g = "Checkbox", [U] = L(g), [X, E] = U(g);
12
- function J(t) {
13
- const {
14
- __scopeCheckbox: a,
15
- checked: c,
16
- children: u,
17
- defaultChecked: r,
18
- disabled: e,
19
- form: p,
20
- name: f,
21
- onCheckedChange: i,
22
- required: m,
23
- value: C = "on",
24
- // @ts-expect-error
25
- internal_do_not_use_render: d
26
- } = t, [l, v] = O({
27
- prop: c,
28
- defaultProp: r ?? !1,
29
- onChange: i,
30
- caller: g
31
- }), [k, x] = s.useState(null), [_, o] = s.useState(null), n = s.useRef(!1), I = k ? !!p || !!k.closest("form") : (
32
- // We set this to true by default so that events bubble to forms without JS (SSR)
33
- !0
34
- ), R = {
35
- checked: l,
36
- disabled: e,
37
- setChecked: v,
38
- control: k,
39
- setControl: x,
40
- name: f,
41
- form: p,
42
- value: C,
43
- hasConsumerStoppedPropagationRef: n,
44
- required: m,
45
- defaultChecked: h(r) ? !1 : r,
46
- isFormControl: I,
47
- bubbleInput: _,
48
- setBubbleInput: o
49
- };
50
- return /* @__PURE__ */ b(
51
- X,
52
- {
53
- scope: a,
54
- ...R,
55
- children: W(d) ? d(R) : u
56
- }
57
- );
58
- }
59
- var N = "CheckboxTrigger", w = s.forwardRef(
60
- ({ __scopeCheckbox: t, onKeyDown: a, onClick: c, ...u }, r) => {
61
- const {
62
- control: e,
63
- value: p,
64
- disabled: f,
65
- checked: i,
66
- required: m,
67
- setControl: C,
68
- setChecked: d,
69
- hasConsumerStoppedPropagationRef: l,
70
- isFormControl: v,
71
- bubbleInput: k
72
- } = E(N, t), x = B(r, C), _ = s.useRef(i);
73
- return s.useEffect(() => {
74
- const o = e == null ? void 0 : e.form;
75
- if (o) {
76
- const n = () => d(_.current);
77
- return o.addEventListener("reset", n), () => o.removeEventListener("reset", n);
78
- }
79
- }, [e, d]), /* @__PURE__ */ b(
80
- P.button,
81
- {
82
- type: "button",
83
- role: "checkbox",
84
- "aria-checked": h(i) ? "mixed" : i,
85
- "aria-required": m,
86
- "data-state": A(i),
87
- "data-disabled": f ? "" : void 0,
88
- disabled: f,
89
- value: p,
90
- ...u,
91
- ref: x,
92
- onKeyDown: S(a, (o) => {
93
- o.key === "Enter" && o.preventDefault();
94
- }),
95
- onClick: S(c, (o) => {
96
- d((n) => h(n) ? !0 : !n), k && v && (l.current = o.isPropagationStopped(), l.current || o.stopPropagation());
97
- })
98
- }
99
- );
100
- }
101
- );
102
- w.displayName = N;
103
- var Q = s.forwardRef(
104
- (t, a) => {
105
- const {
106
- __scopeCheckbox: c,
107
- name: u,
108
- checked: r,
109
- defaultChecked: e,
110
- required: p,
111
- disabled: f,
112
- value: i,
113
- onCheckedChange: m,
114
- form: C,
115
- ...d
116
- } = t;
117
- return /* @__PURE__ */ b(
118
- J,
119
- {
120
- __scopeCheckbox: c,
121
- checked: r,
122
- defaultChecked: e,
123
- disabled: f,
124
- required: p,
125
- onCheckedChange: m,
126
- name: u,
127
- form: C,
128
- value: i,
129
- internal_do_not_use_render: ({ isFormControl: l }) => /* @__PURE__ */ G(K, { children: [
130
- /* @__PURE__ */ b(
131
- w,
132
- {
133
- ...d,
134
- ref: a,
135
- __scopeCheckbox: c
136
- }
137
- ),
138
- l && /* @__PURE__ */ b(
139
- q,
140
- {
141
- __scopeCheckbox: c
142
- }
143
- )
144
- ] })
145
- }
146
- );
147
- }
148
- );
149
- Q.displayName = g;
150
- var T = "CheckboxIndicator", V = s.forwardRef(
151
- (t, a) => {
152
- const { __scopeCheckbox: c, forceMount: u, ...r } = t, e = E(T, c);
153
- return /* @__PURE__ */ b(
154
- z,
155
- {
156
- present: u || h(e.checked) || e.checked === !0,
157
- children: /* @__PURE__ */ b(
158
- P.span,
159
- {
160
- "data-state": A(e.checked),
161
- "data-disabled": e.disabled ? "" : void 0,
162
- ...r,
163
- ref: a,
164
- style: { pointerEvents: "none", ...t.style }
165
- }
166
- )
167
- }
168
- );
169
- }
170
- );
171
- V.displayName = T;
172
- var M = "CheckboxBubbleInput", q = s.forwardRef(
173
- ({ __scopeCheckbox: t, ...a }, c) => {
174
- const {
175
- control: u,
176
- hasConsumerStoppedPropagationRef: r,
177
- checked: e,
178
- defaultChecked: p,
179
- required: f,
180
- disabled: i,
181
- name: m,
182
- value: C,
183
- form: d,
184
- bubbleInput: l,
185
- setBubbleInput: v
186
- } = E(M, t), k = B(c, v), x = j(e), _ = H(u);
187
- s.useEffect(() => {
188
- const n = l;
189
- if (!n) return;
190
- const I = window.HTMLInputElement.prototype, y = Object.getOwnPropertyDescriptor(
191
- I,
192
- "checked"
193
- ).set, D = !r.current;
194
- if (x !== e && y) {
195
- const F = new Event("click", { bubbles: D });
196
- n.indeterminate = h(e), y.call(n, h(e) ? !1 : e), n.dispatchEvent(F);
197
- }
198
- }, [l, x, e, r]);
199
- const o = s.useRef(h(e) ? !1 : e);
200
- return /* @__PURE__ */ b(
201
- P.input,
202
- {
203
- type: "checkbox",
204
- "aria-hidden": !0,
205
- defaultChecked: p ?? o.current,
206
- required: f,
207
- disabled: i,
208
- name: m,
209
- value: C,
210
- form: d,
211
- ...a,
212
- tabIndex: -1,
213
- ref: k,
214
- style: {
215
- ...a.style,
216
- ..._,
217
- position: "absolute",
218
- pointerEvents: "none",
219
- opacity: 0,
220
- margin: 0,
221
- // We transform because the input is absolutely positioned but we have
222
- // rendered it **after** the button. This pulls it back to sit on top
223
- // of the button.
224
- transform: "translateX(-100%)"
225
- }
226
- }
227
- );
228
- }
229
- );
230
- q.displayName = M;
231
- function W(t) {
232
- return typeof t == "function";
233
- }
234
- function h(t) {
235
- return t === "indeterminate";
236
- }
237
- function A(t) {
238
- return h(t) ? "indeterminate" : t ? "checked" : "unchecked";
239
- }
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 a = e("X", [
9
+ ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
10
+ ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
11
+ ]);
240
12
  export {
241
- Q as Checkbox,
242
- V as CheckboxIndicator,
243
- V as Indicator,
244
- Q as Root,
245
- q as unstable_BubbleInput,
246
- q as unstable_CheckboxBubbleInput,
247
- J as unstable_CheckboxProvider,
248
- w as unstable_CheckboxTrigger,
249
- J as unstable_Provider,
250
- w as unstable_Trigger
13
+ a as default
251
14
  };
package/dist/index68.js CHANGED
@@ -1,120 +1,84 @@
1
- import * as o from "react";
2
- import { composeEventHandlers as T } from "./index79.js";
3
- import { createContextScope as S } from "./index76.js";
4
- import { useControllableState as D } from "./index80.js";
5
- import { useLayoutEffect as L } from "./index100.js";
6
- import { useComposedRefs as M } from "./index78.js";
7
- import { Primitive as v } from "./index81.js";
8
- import { Presence as k } from "./index89.js";
9
- import { useId as F } from "./index82.js";
10
- import { jsx as c } from "react/jsx-runtime";
11
- var u = "Collapsible", [B, W] = S(u), [G, g] = B(u), w = o.forwardRef(
12
- (e, a) => {
1
+ import * as m from "react";
2
+ import { createContextScope as $ } from "./index110.js";
3
+ import { Primitive as c } from "./index111.js";
4
+ import { jsx as l } from "react/jsx-runtime";
5
+ var u = "Progress", d = 100, [h] = $(u), [R, _] = h(u), f = m.forwardRef(
6
+ (r, e) => {
13
7
  const {
14
- __scopeCollapsible: i,
15
- open: r,
16
- defaultOpen: t,
17
- disabled: l,
18
- onOpenChange: s,
19
- ...m
20
- } = e, [d, p] = D({
21
- prop: r,
22
- defaultProp: t ?? !1,
23
- onChange: s,
24
- caller: u
25
- });
26
- return /* @__PURE__ */ c(
27
- G,
8
+ __scopeProgress: i,
9
+ value: o = null,
10
+ max: a,
11
+ getValueLabel: N = E,
12
+ ...b
13
+ } = r;
14
+ (a || a === 0) && !v(a) && console.error(M(`${a}`, "Progress"));
15
+ const t = v(a) ? a : d;
16
+ o !== null && !p(o, t) && console.error(V(`${o}`, "Progress"));
17
+ const n = p(o, t) ? o : null, I = s(n) ? N(n, t) : void 0;
18
+ return /* @__PURE__ */ l(R, { scope: i, value: n, max: t, children: /* @__PURE__ */ l(
19
+ c.div,
28
20
  {
29
- scope: i,
30
- disabled: l,
31
- contentId: F(),
32
- open: d,
33
- onOpenToggle: o.useCallback(() => p((C) => !C), [p]),
34
- children: /* @__PURE__ */ c(
35
- v.div,
36
- {
37
- "data-state": h(d),
38
- "data-disabled": l ? "" : void 0,
39
- ...m,
40
- ref: a
41
- }
42
- )
21
+ "aria-valuemax": t,
22
+ "aria-valuemin": 0,
23
+ "aria-valuenow": s(n) ? n : void 0,
24
+ "aria-valuetext": I,
25
+ role: "progressbar",
26
+ "data-state": P(n, t),
27
+ "data-value": n ?? void 0,
28
+ "data-max": t,
29
+ ...b,
30
+ ref: e
43
31
  }
44
- );
32
+ ) });
45
33
  }
46
34
  );
47
- w.displayName = u;
48
- var A = "CollapsibleTrigger", I = o.forwardRef(
49
- (e, a) => {
50
- const { __scopeCollapsible: i, ...r } = e, t = g(A, i);
51
- return /* @__PURE__ */ c(
52
- v.button,
35
+ f.displayName = u;
36
+ var g = "ProgressIndicator", x = m.forwardRef(
37
+ (r, e) => {
38
+ const { __scopeProgress: i, ...o } = r, a = _(g, i);
39
+ return /* @__PURE__ */ l(
40
+ c.div,
53
41
  {
54
- type: "button",
55
- "aria-controls": t.contentId,
56
- "aria-expanded": t.open || !1,
57
- "data-state": h(t.open),
58
- "data-disabled": t.disabled ? "" : void 0,
59
- disabled: t.disabled,
60
- ...r,
61
- ref: a,
62
- onClick: T(e.onClick, t.onOpenToggle)
42
+ "data-state": P(a.value, a.max),
43
+ "data-value": a.value ?? void 0,
44
+ "data-max": a.max,
45
+ ...o,
46
+ ref: e
63
47
  }
64
48
  );
65
49
  }
66
50
  );
67
- I.displayName = A;
68
- var R = "CollapsibleContent", O = o.forwardRef(
69
- (e, a) => {
70
- const { forceMount: i, ...r } = e, t = g(R, e.__scopeCollapsible);
71
- return /* @__PURE__ */ c(k, { present: i || t.open, children: ({ present: l }) => /* @__PURE__ */ c($, { ...r, ref: a, present: l }) });
72
- }
73
- );
74
- O.displayName = R;
75
- var $ = o.forwardRef((e, a) => {
76
- const { __scopeCollapsible: i, present: r, children: t, ...l } = e, s = g(R, i), [m, d] = o.useState(r), p = o.useRef(null), C = M(a, p), y = o.useRef(0), x = y.current, N = o.useRef(0), P = N.current, b = s.open || m, _ = o.useRef(b), f = o.useRef(void 0);
77
- return o.useEffect(() => {
78
- const n = requestAnimationFrame(() => _.current = !1);
79
- return () => cancelAnimationFrame(n);
80
- }, []), L(() => {
81
- const n = p.current;
82
- if (n) {
83
- f.current = f.current || {
84
- transitionDuration: n.style.transitionDuration,
85
- animationName: n.style.animationName
86
- }, n.style.transitionDuration = "0s", n.style.animationName = "none";
87
- const E = n.getBoundingClientRect();
88
- y.current = E.height, N.current = E.width, _.current || (n.style.transitionDuration = f.current.transitionDuration, n.style.animationName = f.current.animationName), d(r);
89
- }
90
- }, [s.open, r]), /* @__PURE__ */ c(
91
- v.div,
92
- {
93
- "data-state": h(s.open),
94
- "data-disabled": s.disabled ? "" : void 0,
95
- id: s.contentId,
96
- hidden: !b,
97
- ...l,
98
- ref: C,
99
- style: {
100
- "--radix-collapsible-content-height": x ? `${x}px` : void 0,
101
- "--radix-collapsible-content-width": P ? `${P}px` : void 0,
102
- ...e.style
103
- },
104
- children: b && t
105
- }
106
- );
107
- });
108
- function h(e) {
109
- return e ? "open" : "closed";
51
+ x.displayName = g;
52
+ function E(r, e) {
53
+ return `${Math.round(r / e * 100)}%`;
54
+ }
55
+ function P(r, e) {
56
+ return r == null ? "indeterminate" : r === e ? "complete" : "loading";
57
+ }
58
+ function s(r) {
59
+ return typeof r == "number";
60
+ }
61
+ function v(r) {
62
+ return s(r) && !isNaN(r) && r > 0;
63
+ }
64
+ function p(r, e) {
65
+ return s(r) && !isNaN(r) && r <= e && r >= 0;
66
+ }
67
+ function M(r, e) {
68
+ return `Invalid prop \`max\` of value \`${r}\` supplied to \`${e}\`. Only numbers greater than 0 are valid max values. Defaulting to \`${d}\`.`;
69
+ }
70
+ function V(r, e) {
71
+ return `Invalid prop \`value\` of value \`${r}\` supplied to \`${e}\`. The \`value\` prop must be:
72
+ - a positive number
73
+ - less than the value passed to \`max\` (or ${d} if no \`max\` prop is set)
74
+ - \`null\` or \`undefined\` if the progress is indeterminate.
75
+
76
+ Defaulting to \`null\`.`;
110
77
  }
111
- var X = w, Y = I, Z = O;
78
+ var D = f, L = x;
112
79
  export {
113
- w as Collapsible,
114
- O as CollapsibleContent,
115
- I as CollapsibleTrigger,
116
- Z as Content,
117
- X as Root,
118
- Y as Trigger,
119
- W as createCollapsibleScope
80
+ L as Indicator,
81
+ f as Progress,
82
+ x as ProgressIndicator,
83
+ D as Root
120
84
  };