@drjoshcsimmons/scl 0.2.2 → 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 (107) hide show
  1. package/dist/index100.js +181 -9
  2. package/dist/index101.js +8 -3
  3. package/dist/index102.js +27 -647
  4. package/dist/index103.js +47 -5
  5. package/dist/index104.js +3 -24
  6. package/dist/index105.js +47 -29
  7. package/dist/index106.js +6 -30
  8. package/dist/index107.js +647 -12
  9. package/dist/index108.js +30 -181
  10. package/dist/index109.js +29 -47
  11. package/dist/index11.js +2 -2
  12. package/dist/index110.js +13 -53
  13. package/dist/index111.js +25 -30
  14. package/dist/index112.js +7 -46
  15. package/dist/index114.js +1 -1
  16. package/dist/index115.js +1 -1
  17. package/dist/index116.js +1 -1
  18. package/dist/index118.js +1 -1
  19. package/dist/index12.js +1 -1
  20. package/dist/index120.js +21 -48
  21. package/dist/index121.js +3 -15
  22. package/dist/index122.js +32 -3
  23. package/dist/index123.js +12 -32
  24. package/dist/index124.js +48 -18
  25. package/dist/index13.js +2 -2
  26. package/dist/index14.js +2 -2
  27. package/dist/index142.js +1 -1
  28. package/dist/index143.js +1 -1
  29. package/dist/index148.js +21 -11
  30. package/dist/index149.js +11 -26
  31. package/dist/index15.js +2 -2
  32. package/dist/index150.js +27 -4
  33. package/dist/index151.js +4 -22
  34. package/dist/index17.js +4 -4
  35. package/dist/index18.js +2 -2
  36. package/dist/index20.js +1 -1
  37. package/dist/index21.js +1 -1
  38. package/dist/index22.js +1 -1
  39. package/dist/index23.js +2 -2
  40. package/dist/index24.js +1 -1
  41. package/dist/index25.js +4 -4
  42. package/dist/index26.js +1 -1
  43. package/dist/index27.js +2 -2
  44. package/dist/index29.js +1 -1
  45. package/dist/index31.js +1 -1
  46. package/dist/index33.js +1 -1
  47. package/dist/index36.js +1 -1
  48. package/dist/index37.js +1 -1
  49. package/dist/index4.js +2 -2
  50. package/dist/index46.js +64 -116
  51. package/dist/index47.js +57 -234
  52. package/dist/index48.js +237 -11
  53. package/dist/index49.js +11 -60
  54. package/dist/index50.js +228 -60
  55. package/dist/index51.js +71 -230
  56. package/dist/index52.js +241 -323
  57. package/dist/index53.js +94 -506
  58. package/dist/index54.js +148 -212
  59. package/dist/index55.js +336 -9
  60. package/dist/index56.js +260 -11
  61. package/dist/index57.js +5 -4
  62. package/dist/index58.js +835 -105
  63. package/dist/index59.js +9 -310
  64. package/dist/index6.js +1 -1
  65. package/dist/index60.js +2 -5
  66. package/dist/index61.js +223 -16
  67. package/dist/index62.js +11 -22
  68. package/dist/index63.js +11 -254
  69. package/dist/index64.js +12 -118
  70. package/dist/index65.js +507 -138
  71. package/dist/index66.js +18 -256
  72. package/dist/index67.js +310 -12
  73. package/dist/index68.js +12 -82
  74. package/dist/index69.js +18 -860
  75. package/dist/index7.js +1 -1
  76. package/dist/index70.js +31 -9
  77. package/dist/index71.js +236 -31
  78. package/dist/index72.js +402 -216
  79. package/dist/index73.js +225 -212
  80. package/dist/index74.js +125 -12
  81. package/dist/index75.js +111 -416
  82. package/dist/index76.js +40 -53
  83. package/dist/index77.js +10 -26
  84. package/dist/index78.js +4 -7
  85. package/dist/index79.js +30 -9
  86. package/dist/index80.js +11 -44
  87. package/dist/index81.js +64 -48
  88. package/dist/index82.js +45 -33
  89. package/dist/index83.js +26 -10
  90. package/dist/index84.js +6 -7
  91. package/dist/index85.js +49 -52
  92. package/dist/index86.js +33 -10
  93. package/dist/index87.js +11 -4
  94. package/dist/index88.js +8 -30
  95. package/dist/index89.js +123 -11
  96. package/dist/index9.js +1 -1
  97. package/dist/index90.js +12 -122
  98. package/dist/index91.js +128 -212
  99. package/dist/index92.js +218 -13
  100. package/dist/index93.js +14 -69
  101. package/dist/index94.js +68 -8
  102. package/dist/index95.js +47 -29
  103. package/dist/index96.js +50 -15
  104. package/dist/index97.js +8 -134
  105. package/dist/index98.js +51 -44
  106. package/dist/index99.js +29 -49
  107. package/package.json +1 -1
package/dist/index103.js CHANGED
@@ -1,8 +1,50 @@
1
- import * as u from "react";
2
- function t(r) {
3
- const e = u.useRef({ value: r, previous: r });
4
- return u.useMemo(() => (e.current.value !== r && (e.current.previous = e.current.value, e.current.value = r), e.current.previous), [r]);
1
+ import * as l from "react";
2
+ import { composeRefs as m } from "./index83.js";
3
+ import { jsx as u } from "react/jsx-runtime";
4
+ // @__NO_SIDE_EFFECTS__
5
+ function b(e) {
6
+ const n = /* @__PURE__ */ y(e), o = l.forwardRef((t, r) => {
7
+ const { children: i, ...c } = t, s = l.Children.toArray(i), a = s.find(E);
8
+ if (a) {
9
+ const f = a.props.children, d = s.map((p) => p === a ? l.Children.count(f) > 1 ? l.Children.only(null) : l.isValidElement(f) ? f.props.children : null : p);
10
+ return /* @__PURE__ */ u(n, { ...c, ref: r, children: l.isValidElement(f) ? l.cloneElement(f, void 0, d) : null });
11
+ }
12
+ return /* @__PURE__ */ u(n, { ...c, ref: r, children: i });
13
+ });
14
+ return o.displayName = `${e}.Slot`, o;
15
+ }
16
+ // @__NO_SIDE_EFFECTS__
17
+ function y(e) {
18
+ const n = l.forwardRef((o, t) => {
19
+ const { children: r, ...i } = o;
20
+ if (l.isValidElement(r)) {
21
+ const c = S(r), s = C(i, r.props);
22
+ return r.type !== l.Fragment && (s.ref = t ? m(t, c) : c), l.cloneElement(r, s);
23
+ }
24
+ return l.Children.count(r) > 1 ? l.Children.only(null) : null;
25
+ });
26
+ return n.displayName = `${e}.SlotClone`, n;
27
+ }
28
+ var g = Symbol("radix.slottable");
29
+ function E(e) {
30
+ return l.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === g;
31
+ }
32
+ function C(e, n) {
33
+ const o = { ...n };
34
+ for (const t in n) {
35
+ const r = e[t], i = n[t];
36
+ /^on[A-Z]/.test(t) ? r && i ? o[t] = (...s) => {
37
+ const a = i(...s);
38
+ return r(...s), a;
39
+ } : r && (o[t] = r) : t === "style" ? o[t] = { ...r, ...i } : t === "className" && (o[t] = [r, i].filter(Boolean).join(" "));
40
+ }
41
+ return { ...e, ...o };
42
+ }
43
+ function S(e) {
44
+ var t, r;
45
+ let n = (t = Object.getOwnPropertyDescriptor(e.props, "ref")) == null ? void 0 : t.get, o = n && "isReactWarning" in n && n.isReactWarning;
46
+ return o ? e.ref : (n = (r = Object.getOwnPropertyDescriptor(e, "ref")) == null ? void 0 : r.get, o = n && "isReactWarning" in n && n.isReactWarning, o ? e.props.ref : e.props.ref || e.ref);
5
47
  }
6
48
  export {
7
- t as usePrevious
49
+ b as createSlot
8
50
  };
package/dist/index104.js CHANGED
@@ -1,27 +1,6 @@
1
- import * as h from "react";
2
- import { useLayoutEffect as z } from "./index87.js";
3
- function c(r) {
4
- const [d, e] = h.useState(void 0);
5
- return z(() => {
6
- if (r) {
7
- e({ width: r.offsetWidth, height: r.offsetHeight });
8
- const f = new ResizeObserver((i) => {
9
- if (!Array.isArray(i) || !i.length)
10
- return;
11
- const b = i[0];
12
- let o, t;
13
- if ("borderBoxSize" in b) {
14
- const s = b.borderBoxSize, u = Array.isArray(s) ? s[0] : s;
15
- o = u.inlineSize, t = u.blockSize;
16
- } else
17
- o = r.offsetWidth, t = r.offsetHeight;
18
- e({ width: o, height: t });
19
- });
20
- return f.observe(r, { box: "border-box" }), () => f.unobserve(r);
21
- } else
22
- e(void 0);
23
- }, [r]), d;
1
+ function m(t, [a, n]) {
2
+ return Math.min(n, Math.max(a, t));
24
3
  }
25
4
  export {
26
- c as useSize
5
+ m as clamp
27
6
  };
package/dist/index105.js CHANGED
@@ -1,32 +1,50 @@
1
- import * as f from "react";
2
- import "react-dom";
3
- import { createSlot as l } from "./index49.js";
4
- import { jsx as n } from "react/jsx-runtime";
5
- var u = [
6
- "a",
7
- "button",
8
- "div",
9
- "form",
10
- "h2",
11
- "h3",
12
- "img",
13
- "input",
14
- "label",
15
- "li",
16
- "nav",
17
- "ol",
18
- "p",
19
- "select",
20
- "span",
21
- "svg",
22
- "ul"
23
- ], w = u.reduce((t, i) => {
24
- const o = l(`Primitive.${i}`), r = f.forwardRef((e, m) => {
25
- const { asChild: a, ...p } = e, s = a ? o : i;
26
- return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ n(s, { ...p, ref: m });
1
+ import * as l from "react";
2
+ import { composeRefs as m } from "./index83.js";
3
+ import { jsx as u } from "react/jsx-runtime";
4
+ // @__NO_SIDE_EFFECTS__
5
+ function b(e) {
6
+ const n = /* @__PURE__ */ y(e), o = l.forwardRef((t, r) => {
7
+ const { children: i, ...c } = t, s = l.Children.toArray(i), a = s.find(E);
8
+ if (a) {
9
+ const f = a.props.children, d = s.map((p) => p === a ? l.Children.count(f) > 1 ? l.Children.only(null) : l.isValidElement(f) ? f.props.children : null : p);
10
+ return /* @__PURE__ */ u(n, { ...c, ref: r, children: l.isValidElement(f) ? l.cloneElement(f, void 0, d) : null });
11
+ }
12
+ return /* @__PURE__ */ u(n, { ...c, ref: r, children: i });
27
13
  });
28
- return r.displayName = `Primitive.${i}`, { ...t, [i]: r };
29
- }, {});
14
+ return o.displayName = `${e}.Slot`, o;
15
+ }
16
+ // @__NO_SIDE_EFFECTS__
17
+ function y(e) {
18
+ const n = l.forwardRef((o, t) => {
19
+ const { children: r, ...i } = o;
20
+ if (l.isValidElement(r)) {
21
+ const c = S(r), s = C(i, r.props);
22
+ return r.type !== l.Fragment && (s.ref = t ? m(t, c) : c), l.cloneElement(r, s);
23
+ }
24
+ return l.Children.count(r) > 1 ? l.Children.only(null) : null;
25
+ });
26
+ return n.displayName = `${e}.SlotClone`, n;
27
+ }
28
+ var g = Symbol("radix.slottable");
29
+ function E(e) {
30
+ return l.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === g;
31
+ }
32
+ function C(e, n) {
33
+ const o = { ...n };
34
+ for (const t in n) {
35
+ const r = e[t], i = n[t];
36
+ /^on[A-Z]/.test(t) ? r && i ? o[t] = (...s) => {
37
+ const a = i(...s);
38
+ return r(...s), a;
39
+ } : r && (o[t] = r) : t === "style" ? o[t] = { ...r, ...i } : t === "className" && (o[t] = [r, i].filter(Boolean).join(" "));
40
+ }
41
+ return { ...e, ...o };
42
+ }
43
+ function S(e) {
44
+ var t, r;
45
+ let n = (t = Object.getOwnPropertyDescriptor(e.props, "ref")) == null ? void 0 : t.get, o = n && "isReactWarning" in n && n.isReactWarning;
46
+ return o ? e.ref : (n = (r = Object.getOwnPropertyDescriptor(e, "ref")) == null ? void 0 : r.get, o = n && "isReactWarning" in n && n.isReactWarning, o ? e.props.ref : e.props.ref || e.ref);
47
+ }
30
48
  export {
31
- w as Primitive
49
+ b as createSlot
32
50
  };
package/dist/index106.js CHANGED
@@ -1,32 +1,8 @@
1
- import * as f from "react";
2
- import "react-dom";
3
- import { createSlot as l } from "./index49.js";
4
- import { jsx as n } from "react/jsx-runtime";
5
- var u = [
6
- "a",
7
- "button",
8
- "div",
9
- "form",
10
- "h2",
11
- "h3",
12
- "img",
13
- "input",
14
- "label",
15
- "li",
16
- "nav",
17
- "ol",
18
- "p",
19
- "select",
20
- "span",
21
- "svg",
22
- "ul"
23
- ], w = u.reduce((t, i) => {
24
- const o = l(`Primitive.${i}`), r = f.forwardRef((e, m) => {
25
- const { asChild: a, ...p } = e, s = a ? o : i;
26
- return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ n(s, { ...p, ref: m });
27
- });
28
- return r.displayName = `Primitive.${i}`, { ...t, [i]: r };
29
- }, {});
1
+ import * as u from "react";
2
+ function t(r) {
3
+ const e = u.useRef({ value: r, previous: r });
4
+ return u.useMemo(() => (e.current.value !== r && (e.current.previous = e.current.value, e.current.value = r), e.current.previous), [r]);
5
+ }
30
6
  export {
31
- w as Primitive
7
+ t as usePrevious
32
8
  };