@drjoshcsimmons/scl 0.1.4 → 0.1.5

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 (88) hide show
  1. package/dist/index100.js +8 -14
  2. package/dist/index101.js +50 -9
  3. package/dist/index102.js +218 -49
  4. package/dist/index103.js +29 -218
  5. package/dist/index104.js +178 -27
  6. package/dist/index11.js +2 -2
  7. package/dist/index110.js +1 -1
  8. package/dist/index112.js +1 -1
  9. package/dist/index13.js +2 -2
  10. package/dist/index131.js +1 -1
  11. package/dist/index132.js +1 -1
  12. package/dist/index137.js +11 -21
  13. package/dist/index138.js +26 -11
  14. package/dist/index139.js +4 -27
  15. package/dist/index14.js +2 -2
  16. package/dist/index140.js +22 -4
  17. package/dist/index15.js +2 -2
  18. package/dist/index17.js +1 -1
  19. package/dist/index18.js +2 -2
  20. package/dist/index20.js +2 -2
  21. package/dist/index21.js +1 -1
  22. package/dist/index22.js +1 -1
  23. package/dist/index23.js +1 -1
  24. package/dist/index24.js +1 -1
  25. package/dist/index25.js +3 -3
  26. package/dist/index26.js +1 -1
  27. package/dist/index27.js +3 -3
  28. package/dist/index29.js +1 -1
  29. package/dist/index31.js +1 -1
  30. package/dist/index33.js +1 -1
  31. package/dist/index36.js +2 -2
  32. package/dist/index37.js +1 -1
  33. package/dist/index45.js +7 -7
  34. package/dist/index47.js +33 -435
  35. package/dist/index48.js +111 -147
  36. package/dist/index49.js +65 -302
  37. package/dist/index5.js +1 -1
  38. package/dist/index50.js +60 -12
  39. package/dist/index51.js +253 -32
  40. package/dist/index52.js +7 -7
  41. package/dist/index53.js +302 -65
  42. package/dist/index54.js +4 -4
  43. package/dist/index55.js +4 -1
  44. package/dist/index56.js +9 -249
  45. package/dist/index57.js +432 -57
  46. package/dist/index58.js +6 -6
  47. package/dist/index6.js +1 -1
  48. package/dist/index61.js +234 -99
  49. package/dist/index62.js +12 -260
  50. package/dist/index63.js +860 -12
  51. package/dist/index64.js +9 -82
  52. package/dist/index65.js +505 -211
  53. package/dist/index66.js +138 -507
  54. package/dist/index67.js +17 -21
  55. package/dist/index68.js +16 -854
  56. package/dist/index69.js +336 -9
  57. package/dist/index7.js +1 -1
  58. package/dist/index70.js +126 -250
  59. package/dist/index71.js +82 -31
  60. package/dist/index72.js +216 -311
  61. package/dist/index73.js +222 -214
  62. package/dist/index74.js +30 -17
  63. package/dist/index75.js +197 -91
  64. package/dist/index77.js +25 -44
  65. package/dist/index78.js +5 -25
  66. package/dist/index79.js +53 -6
  67. package/dist/index8.js +1 -1
  68. package/dist/index80.js +52 -49
  69. package/dist/index81.js +10 -33
  70. package/dist/index82.js +4 -11
  71. package/dist/index83.js +30 -8
  72. package/dist/index84.js +12 -3
  73. package/dist/index85.js +51 -5
  74. package/dist/index86.js +33 -24
  75. package/dist/index87.js +65 -177
  76. package/dist/index88.js +10 -68
  77. package/dist/index9.js +2 -2
  78. package/dist/index90.js +46 -30
  79. package/dist/index91.js +7 -54
  80. package/dist/index92.js +3 -10
  81. package/dist/index93.js +6 -4
  82. package/dist/index94.js +24 -12
  83. package/dist/index95.js +647 -51
  84. package/dist/index96.js +112 -637
  85. package/dist/index97.js +126 -116
  86. package/dist/index98.js +13 -134
  87. package/dist/index99.js +14 -13
  88. package/package.json +1 -1
package/dist/index73.js CHANGED
@@ -1,243 +1,251 @@
1
- import * as i from "react";
2
- import { composeEventHandlers as P } from "./index79.js";
3
- import { useComposedRefs as O } from "./index78.js";
4
- import { createContextScope as G } from "./index76.js";
5
- import { DismissableLayer as H } from "./index97.js";
6
- import { useFocusGuards as K } from "./index100.js";
7
- import { FocusScope as $ } from "./index98.js";
8
- import { useId as j } from "./index82.js";
9
- import { createPopperScope as _, Root as U, Anchor as x, Content as V, Arrow as W } from "./index103.js";
10
- import { Portal as Z } from "./index99.js";
11
- import { Presence as w } from "./index88.js";
12
- import { Primitive as E } from "./index81.js";
13
- import { createSlot as q } from "./index95.js";
14
- import { useControllableState as z } from "./index80.js";
15
- import { hideOthers as B } from "./index102.js";
16
- import J from "./index101.js";
17
- import { jsx as p } from "react/jsx-runtime";
18
- var C = "Popover", [b] = G(C, [
19
- _
20
- ]), m = _(), [Q, f] = b(C), F = (o) => {
1
+ import * as s from "react";
2
+ import { useComposedRefs as B } from "./index77.js";
3
+ import { createContextScope as L } from "./index76.js";
4
+ import { composeEventHandlers as S } from "./index78.js";
5
+ import { useControllableState as O } from "./index85.js";
6
+ import { usePrevious as j } from "./index93.js";
7
+ import { useSize as H } from "./index94.js";
8
+ import { Presence as z } from "./index87.js";
9
+ import { Primitive as P } from "./index86.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) {
21
13
  const {
22
- __scopePopover: n,
23
- children: t,
24
- open: a,
25
- defaultOpen: e,
26
- onOpenChange: r,
27
- modal: s = !1
28
- } = o, c = m(n), u = i.useRef(null), [l, g] = i.useState(!1), [h, d] = z({
29
- prop: a,
30
- defaultProp: e ?? !1,
31
- onChange: r,
32
- caller: C
33
- });
34
- return /* @__PURE__ */ p(U, { ...c, children: /* @__PURE__ */ p(
35
- Q,
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,
36
52
  {
37
- scope: n,
38
- contentId: j(),
39
- triggerRef: u,
40
- open: h,
41
- onOpenChange: d,
42
- onOpenToggle: i.useCallback(() => d((R) => !R), [d]),
43
- hasCustomAnchor: l,
44
- onCustomAnchorAdd: i.useCallback(() => g(!0), []),
45
- onCustomAnchorRemove: i.useCallback(() => g(!1), []),
46
- modal: s,
47
- children: t
53
+ scope: a,
54
+ ...R,
55
+ children: W(d) ? d(R) : u
48
56
  }
49
- ) });
50
- };
51
- F.displayName = C;
52
- var N = "PopoverAnchor", S = i.forwardRef(
53
- (o, n) => {
54
- const { __scopePopover: t, ...a } = o, e = f(N, t), r = m(t), { onCustomAnchorAdd: s, onCustomAnchorRemove: c } = e;
55
- return i.useEffect(() => (s(), () => c()), [s, c]), /* @__PURE__ */ p(x, { ...r, ...a, ref: n });
56
- }
57
- );
58
- S.displayName = N;
59
- var y = "PopoverTrigger", D = i.forwardRef(
60
- (o, n) => {
61
- const { __scopePopover: t, ...a } = o, e = f(y, t), r = m(t), s = O(n, e.triggerRef), c = /* @__PURE__ */ p(
62
- E.button,
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,
63
81
  {
64
82
  type: "button",
65
- "aria-haspopup": "dialog",
66
- "aria-expanded": e.open,
67
- "aria-controls": e.contentId,
68
- "data-state": L(e.open),
69
- ...a,
70
- ref: s,
71
- onClick: P(o.onClick, e.onOpenToggle)
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
+ })
72
98
  }
73
99
  );
74
- return e.hasCustomAnchor ? c : /* @__PURE__ */ p(x, { asChild: !0, ...r, children: c });
75
100
  }
76
101
  );
77
- D.displayName = y;
78
- var A = "PopoverPortal", [X, Y] = b(A, {
79
- forceMount: void 0
80
- }), M = (o) => {
81
- const { __scopePopover: n, forceMount: t, children: a, container: e } = o, r = f(A, n);
82
- return /* @__PURE__ */ p(X, { scope: n, forceMount: t, children: /* @__PURE__ */ p(w, { present: t || r.open, children: /* @__PURE__ */ p(Z, { asChild: !0, container: e, children: a }) }) });
83
- };
84
- M.displayName = A;
85
- var v = "PopoverContent", k = i.forwardRef(
86
- (o, n) => {
87
- const t = Y(v, o.__scopePopover), { forceMount: a = t.forceMount, ...e } = o, r = f(v, o.__scopePopover);
88
- return /* @__PURE__ */ p(w, { present: a || r.open, children: r.modal ? /* @__PURE__ */ p(eo, { ...e, ref: n }) : /* @__PURE__ */ p(ro, { ...e, ref: n }) });
89
- }
90
- );
91
- k.displayName = v;
92
- var oo = q("PopoverContent.RemoveScroll"), eo = i.forwardRef(
93
- (o, n) => {
94
- const t = f(v, o.__scopePopover), a = i.useRef(null), e = O(n, a), r = i.useRef(!1);
95
- return i.useEffect(() => {
96
- const s = a.current;
97
- if (s) return B(s);
98
- }, []), /* @__PURE__ */ p(J, { as: oo, allowPinchZoom: !0, children: /* @__PURE__ */ p(
99
- I,
100
- {
101
- ...o,
102
- ref: e,
103
- trapFocus: t.open,
104
- disableOutsidePointerEvents: !0,
105
- onCloseAutoFocus: P(o.onCloseAutoFocus, (s) => {
106
- var c;
107
- s.preventDefault(), r.current || (c = t.triggerRef.current) == null || c.focus();
108
- }),
109
- onPointerDownOutside: P(
110
- o.onPointerDownOutside,
111
- (s) => {
112
- const c = s.detail.originalEvent, u = c.button === 0 && c.ctrlKey === !0, l = c.button === 2 || u;
113
- r.current = l;
114
- },
115
- { checkForDefaultPrevented: !1 }
116
- ),
117
- onFocusOutside: P(
118
- o.onFocusOutside,
119
- (s) => s.preventDefault(),
120
- { checkForDefaultPrevented: !1 }
121
- )
122
- }
123
- ) });
124
- }
125
- ), ro = i.forwardRef(
126
- (o, n) => {
127
- const t = f(v, o.__scopePopover), a = i.useRef(!1), e = i.useRef(!1);
128
- return /* @__PURE__ */ p(
129
- I,
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,
130
119
  {
131
- ...o,
132
- ref: n,
133
- trapFocus: !1,
134
- disableOutsidePointerEvents: !1,
135
- onCloseAutoFocus: (r) => {
136
- var s, c;
137
- (s = o.onCloseAutoFocus) == null || s.call(o, r), r.defaultPrevented || (a.current || (c = t.triggerRef.current) == null || c.focus(), r.preventDefault()), a.current = !1, e.current = !1;
138
- },
139
- onInteractOutside: (r) => {
140
- var u, l;
141
- (u = o.onInteractOutside) == null || u.call(o, r), r.defaultPrevented || (a.current = !0, r.detail.originalEvent.type === "pointerdown" && (e.current = !0));
142
- const s = r.target;
143
- ((l = t.triggerRef.current) == null ? void 0 : l.contains(s)) && r.preventDefault(), r.detail.originalEvent.type === "focusin" && e.current && r.preventDefault();
144
- }
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
145
  }
146
146
  );
147
147
  }
148
- ), I = i.forwardRef(
149
- (o, n) => {
150
- const {
151
- __scopePopover: t,
152
- trapFocus: a,
153
- onOpenAutoFocus: e,
154
- onCloseAutoFocus: r,
155
- disableOutsidePointerEvents: s,
156
- onEscapeKeyDown: c,
157
- onPointerDownOutside: u,
158
- onFocusOutside: l,
159
- onInteractOutside: g,
160
- ...h
161
- } = o, d = f(v, t), R = m(t);
162
- return K(), /* @__PURE__ */ p(
163
- $,
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,
164
155
  {
165
- asChild: !0,
166
- loop: !0,
167
- trapped: a,
168
- onMountAutoFocus: e,
169
- onUnmountAutoFocus: r,
170
- children: /* @__PURE__ */ p(
171
- H,
156
+ present: u || h(e.checked) || e.checked === !0,
157
+ children: /* @__PURE__ */ b(
158
+ P.span,
172
159
  {
173
- asChild: !0,
174
- disableOutsidePointerEvents: s,
175
- onInteractOutside: g,
176
- onEscapeKeyDown: c,
177
- onPointerDownOutside: u,
178
- onFocusOutside: l,
179
- onDismiss: () => d.onOpenChange(!1),
180
- children: /* @__PURE__ */ p(
181
- V,
182
- {
183
- "data-state": L(d.open),
184
- role: "dialog",
185
- id: d.contentId,
186
- ...R,
187
- ...h,
188
- ref: n,
189
- style: {
190
- ...h.style,
191
- "--radix-popover-content-transform-origin": "var(--radix-popper-transform-origin)",
192
- "--radix-popover-content-available-width": "var(--radix-popper-available-width)",
193
- "--radix-popover-content-available-height": "var(--radix-popper-available-height)",
194
- "--radix-popover-trigger-width": "var(--radix-popper-anchor-width)",
195
- "--radix-popover-trigger-height": "var(--radix-popper-anchor-height)"
196
- }
197
- }
198
- )
160
+ "data-state": A(e.checked),
161
+ "data-disabled": e.disabled ? "" : void 0,
162
+ ...r,
163
+ ref: a,
164
+ style: { pointerEvents: "none", ...t.style }
199
165
  }
200
166
  )
201
167
  }
202
168
  );
203
169
  }
204
- ), T = "PopoverClose", to = i.forwardRef(
205
- (o, n) => {
206
- const { __scopePopover: t, ...a } = o, e = f(T, t);
207
- return /* @__PURE__ */ p(
208
- E.button,
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,
209
202
  {
210
- type: "button",
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
211
  ...a,
212
- ref: n,
213
- onClick: P(o.onClick, () => e.onOpenChange(!1))
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
+ }
214
226
  }
215
227
  );
216
228
  }
217
229
  );
218
- to.displayName = T;
219
- var no = "PopoverArrow", ao = i.forwardRef(
220
- (o, n) => {
221
- const { __scopePopover: t, ...a } = o, e = m(t);
222
- return /* @__PURE__ */ p(W, { ...e, ...a, ref: n });
223
- }
224
- );
225
- ao.displayName = no;
226
- function L(o) {
227
- return o ? "open" : "closed";
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";
228
239
  }
229
- var _o = F, xo = S, wo = D, Eo = M, bo = k;
230
240
  export {
231
- xo as Anchor,
232
- bo as Content,
233
- F as Popover,
234
- S as PopoverAnchor,
235
- ao as PopoverArrow,
236
- to as PopoverClose,
237
- k as PopoverContent,
238
- M as PopoverPortal,
239
- D as PopoverTrigger,
240
- Eo as Portal,
241
- _o as Root,
242
- wo as Trigger
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
243
251
  };
package/dist/index74.js CHANGED
@@ -1,20 +1,33 @@
1
- import * as i from "react";
2
- import { Primitive as f } from "./index90.js";
3
- import { jsx as l } from "react/jsx-runtime";
4
- var m = "Label", r = i.forwardRef((e, o) => /* @__PURE__ */ l(
5
- f.label,
6
- {
7
- ...e,
8
- ref: o,
9
- onMouseDown: (t) => {
10
- var a;
11
- t.target.closest("button, input, select, textarea") || ((a = e.onMouseDown) == null || a.call(e, t), !t.defaultPrevented && t.detail > 1 && t.preventDefault());
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
+ })
12
25
  }
13
- }
14
- ));
15
- r.displayName = m;
16
- var b = r;
26
+ );
27
+ });
28
+ t.displayName = r;
29
+ var C = t;
17
30
  export {
18
- r as Label,
19
- b as Root
31
+ C as Root,
32
+ t as Toggle
20
33
  };