@drjoshcsimmons/scl 0.1.10 → 0.1.11

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 (101) hide show
  1. package/dist/index100.js +47 -49
  2. package/dist/index101.js +51 -44
  3. package/dist/index102.js +30 -9
  4. package/dist/index103.js +3 -14
  5. package/dist/index104.js +3 -3
  6. package/dist/index105.js +46 -7
  7. package/dist/index107.js +7 -46
  8. package/dist/index108.js +176 -43
  9. package/dist/index109.js +47 -29
  10. package/dist/index11.js +2 -2
  11. package/dist/index110.js +30 -55
  12. package/dist/index111.js +650 -30
  13. package/dist/index112.js +30 -13
  14. package/dist/index115.js +6 -48
  15. package/dist/index116.js +1 -1
  16. package/dist/index12.js +1 -1
  17. package/dist/index124.js +48 -6
  18. package/dist/index125.js +2 -25
  19. package/dist/index126.js +53 -29
  20. package/dist/index127.js +65 -5
  21. package/dist/index128.js +25 -2
  22. package/dist/index129.js +29 -53
  23. package/dist/index13.js +2 -2
  24. package/dist/index130.js +5 -65
  25. package/dist/index131.js +2 -5
  26. package/dist/index132.js +2 -3
  27. package/dist/index133.js +5 -24
  28. package/dist/index134.js +3 -113
  29. package/dist/index135.js +23 -15
  30. package/dist/index136.js +113 -2
  31. package/dist/index137.js +16 -2
  32. package/dist/index14.js +2 -2
  33. package/dist/index141.js +1 -1
  34. package/dist/index142.js +1 -1
  35. package/dist/index15.js +2 -2
  36. package/dist/index17.js +4 -4
  37. package/dist/index18.js +2 -2
  38. package/dist/index20.js +1 -1
  39. package/dist/index21.js +1 -1
  40. package/dist/index22.js +1 -1
  41. package/dist/index23.js +2 -2
  42. package/dist/index24.js +1 -1
  43. package/dist/index25.js +3 -3
  44. package/dist/index26.js +1 -1
  45. package/dist/index27.js +2 -2
  46. package/dist/index29.js +1 -1
  47. package/dist/index31.js +1 -1
  48. package/dist/index33.js +1 -1
  49. package/dist/index36.js +1 -1
  50. package/dist/index37.js +1 -1
  51. package/dist/index45.js +1 -1
  52. package/dist/index48.js +310 -12
  53. package/dist/index49.js +5 -2
  54. package/dist/index50.js +124 -59
  55. package/dist/index51.js +62 -107
  56. package/dist/index52.js +55 -244
  57. package/dist/index53.js +256 -18
  58. package/dist/index54.js +12 -236
  59. package/dist/index55.js +249 -11
  60. package/dist/index56.js +9 -530
  61. package/dist/index57.js +102 -209
  62. package/dist/index58.js +5 -4
  63. package/dist/index59.js +31 -82
  64. package/dist/index6.js +1 -1
  65. package/dist/index60.js +71 -249
  66. package/dist/index61.js +860 -12
  67. package/dist/index62.js +9 -435
  68. package/dist/index63.js +147 -111
  69. package/dist/index64.js +333 -28
  70. package/dist/index65.js +410 -285
  71. package/dist/index66.js +241 -12
  72. package/dist/index67.js +18 -332
  73. package/dist/index68.js +219 -248
  74. package/dist/index69.js +11 -241
  75. package/dist/index7.js +1 -1
  76. package/dist/index70.js +11 -860
  77. package/dist/index71.js +130 -9
  78. package/dist/index72.js +234 -16
  79. package/dist/index73.js +509 -109
  80. package/dist/index74.js +16 -159
  81. package/dist/index75.js +247 -66
  82. package/dist/index80.js +1 -1
  83. package/dist/index82.js +1 -1
  84. package/dist/index84.js +15 -4
  85. package/dist/index85.js +51 -65
  86. package/dist/index86.js +11 -30
  87. package/dist/index87.js +4 -6
  88. package/dist/index88.js +30 -25
  89. package/dist/index89.js +10 -178
  90. package/dist/index9.js +1 -1
  91. package/dist/index90.js +8 -10
  92. package/dist/index91.js +5 -3
  93. package/dist/index92.js +24 -649
  94. package/dist/index93.js +65 -51
  95. package/dist/index94.js +124 -29
  96. package/dist/index95.js +125 -115
  97. package/dist/index96.js +13 -134
  98. package/dist/index97.js +14 -13
  99. package/dist/index98.js +8 -14
  100. package/dist/index99.js +50 -9
  101. package/package.json +1 -1
package/dist/index109.js CHANGED
@@ -1,32 +1,50 @@
1
- import * as f from "react";
2
- import "react-dom";
3
- import { createSlot as l } from "./index50.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 "./index78.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/index11.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import * as c from "react";
3
- import { Checkbox as o, CheckboxIndicator as s } from "./index52.js";
3
+ import { Checkbox as o, CheckboxIndicator as s } from "./index55.js";
4
4
  import { cn as r } from "./index2.js";
5
- import m from "./index49.js";
5
+ import m from "./index56.js";
6
6
  const n = c.forwardRef(({ className: i, ...t }, a) => /* @__PURE__ */ e(
7
7
  o,
8
8
  {
package/dist/index110.js CHANGED
@@ -1,57 +1,32 @@
1
- import * as i from "react";
2
- import { jsx as _ } from "react/jsx-runtime";
3
- function $(e, x = []) {
4
- let o = [];
5
- function f(r, n) {
6
- const t = i.createContext(n);
7
- t.displayName = r + "Context";
8
- const c = o.length;
9
- o = [...o, n];
10
- const m = (a) => {
11
- var l;
12
- const { scope: s, children: C, ...p } = a, d = ((l = s == null ? void 0 : s[e]) == null ? void 0 : l[c]) || t, v = i.useMemo(() => p, Object.values(p));
13
- return /* @__PURE__ */ _(d.Provider, { value: v, children: C });
14
- };
15
- m.displayName = r + "Provider";
16
- function S(a, s) {
17
- var d;
18
- const C = ((d = s == null ? void 0 : s[e]) == null ? void 0 : d[c]) || t, p = i.useContext(C);
19
- if (p) return p;
20
- if (n !== void 0) return n;
21
- throw new Error(`\`${a}\` must be used within \`${r}\``);
22
- }
23
- return [m, S];
24
- }
25
- const u = () => {
26
- const r = o.map((n) => i.createContext(n));
27
- return function(t) {
28
- const c = (t == null ? void 0 : t[e]) || r;
29
- return i.useMemo(
30
- () => ({ [`__scope${e}`]: { ...t, [e]: c } }),
31
- [t, c]
32
- );
33
- };
34
- };
35
- return u.scopeName = e, [f, h(u, ...x)];
36
- }
37
- function h(...e) {
38
- const x = e[0];
39
- if (e.length === 1) return x;
40
- const o = () => {
41
- const f = e.map((u) => ({
42
- useScope: u(),
43
- scopeName: u.scopeName
44
- }));
45
- return function(r) {
46
- const n = f.reduce((t, { useScope: c, scopeName: m }) => {
47
- const a = c(r)[`__scope${m}`];
48
- return { ...t, ...a };
49
- }, {});
50
- return i.useMemo(() => ({ [`__scope${x.scopeName}`]: n }), [n]);
51
- };
52
- };
53
- return o.scopeName = x.scopeName, o;
54
- }
1
+ import * as f from "react";
2
+ import "react-dom";
3
+ import { createSlot as l } from "./index52.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
+ }, {});
55
30
  export {
56
- $ as createContextScope
31
+ w as Primitive
57
32
  };