@drjoshcsimmons/scl 0.1.10 → 0.1.12

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 (110) hide show
  1. package/dist/index100.js +47 -49
  2. package/dist/index101.js +51 -44
  3. package/dist/index102.js +10 -8
  4. package/dist/index103.js +30 -15
  5. package/dist/index104.js +10 -216
  6. package/dist/index105.js +30 -9
  7. package/dist/index106.js +54 -29
  8. package/dist/index107.js +29 -47
  9. package/dist/index108.js +646 -44
  10. package/dist/index109.js +47 -29
  11. package/dist/index11.js +2 -2
  12. package/dist/index110.js +29 -54
  13. package/dist/index111.js +9 -30
  14. package/dist/index112.js +8 -12
  15. package/dist/index115.js +21 -48
  16. package/dist/index116.js +9 -12
  17. package/dist/index117.js +32 -15
  18. package/dist/index118.js +12 -3
  19. package/dist/index119.js +12 -38
  20. package/dist/index12.js +1 -1
  21. package/dist/index120.js +206 -18
  22. package/dist/index121.js +20 -204
  23. package/dist/index122.js +399 -21
  24. package/dist/index123.js +6 -400
  25. package/dist/index124.js +48 -6
  26. package/dist/index126.js +3 -3
  27. package/dist/index127.js +3 -3
  28. package/dist/index129.js +1 -1
  29. package/dist/index13.js +2 -2
  30. package/dist/index130.js +1 -1
  31. package/dist/index131.js +2 -5
  32. package/dist/index132.js +2 -3
  33. package/dist/index133.js +5 -24
  34. package/dist/index134.js +3 -113
  35. package/dist/index135.js +23 -15
  36. package/dist/index136.js +113 -2
  37. package/dist/index137.js +16 -2
  38. package/dist/index14.js +2 -2
  39. package/dist/index142.js +1 -1
  40. package/dist/index15.js +2 -2
  41. package/dist/index17.js +4 -4
  42. package/dist/index18.js +2 -2
  43. package/dist/index20.js +2 -2
  44. package/dist/index21.js +1 -1
  45. package/dist/index22.js +1 -1
  46. package/dist/index23.js +2 -2
  47. package/dist/index24.js +1 -1
  48. package/dist/index25.js +3 -3
  49. package/dist/index26.js +1 -1
  50. package/dist/index27.js +3 -3
  51. package/dist/index29.js +1 -1
  52. package/dist/index31.js +1 -1
  53. package/dist/index33.js +1 -1
  54. package/dist/index36.js +2 -2
  55. package/dist/index37.js +1 -1
  56. package/dist/index45.js +1 -1
  57. package/dist/index46.js +1 -1
  58. package/dist/index47.js +236 -33
  59. package/dist/index48.js +4 -5
  60. package/dist/index49.js +118 -9
  61. package/dist/index5.js +1 -1
  62. package/dist/index50.js +33 -60
  63. package/dist/index51.js +116 -104
  64. package/dist/index52.js +402 -216
  65. package/dist/index53.js +58 -20
  66. package/dist/index54.js +249 -231
  67. package/dist/index55.js +18 -11
  68. package/dist/index56.js +25 -524
  69. package/dist/index57.js +300 -215
  70. package/dist/index58.js +5 -4
  71. package/dist/index59.js +249 -71
  72. package/dist/index6.js +1 -1
  73. package/dist/index60.js +12 -260
  74. package/dist/index61.js +161 -12
  75. package/dist/index62.js +216 -402
  76. package/dist/index63.js +9 -125
  77. package/dist/index64.js +238 -28
  78. package/dist/index65.js +65 -302
  79. package/dist/index66.js +22 -12
  80. package/dist/index67.js +66 -320
  81. package/dist/index68.js +219 -248
  82. package/dist/index69.js +11 -241
  83. package/dist/index7.js +1 -1
  84. package/dist/index70.js +12 -860
  85. package/dist/index71.js +860 -9
  86. package/dist/index72.js +9 -18
  87. package/dist/index73.js +509 -109
  88. package/dist/index74.js +111 -147
  89. package/dist/index75.js +326 -63
  90. package/dist/index8.js +1 -1
  91. package/dist/index80.js +1 -1
  92. package/dist/index82.js +1 -1
  93. package/dist/index84.js +180 -3
  94. package/dist/index85.js +23 -67
  95. package/dist/index86.js +6 -30
  96. package/dist/index87.js +68 -5
  97. package/dist/index88.js +4 -25
  98. package/dist/index89.js +3 -180
  99. package/dist/index9.js +2 -2
  100. package/dist/index90.js +30 -11
  101. package/dist/index91.js +14 -3
  102. package/dist/index92.js +112 -637
  103. package/dist/index93.js +130 -50
  104. package/dist/index94.js +14 -30
  105. package/dist/index95.js +12 -122
  106. package/dist/index96.js +8 -134
  107. package/dist/index97.js +50 -14
  108. package/dist/index98.js +46 -13
  109. package/dist/index99.js +218 -8
  110. package/package.json +1 -1
package/dist/index107.js CHANGED
@@ -1,50 +1,32 @@
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 });
1
+ import * as f from "react";
2
+ import "react-dom";
3
+ import { createSlot as l } from "./index53.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 });
13
27
  });
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
- }
28
+ return r.displayName = `Primitive.${i}`, { ...t, [i]: r };
29
+ }, {});
48
30
  export {
49
- b as createSlot
31
+ w as Primitive
50
32
  };