@drjoshcsimmons/scl 0.1.11 → 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 (102) hide show
  1. package/dist/index102.js +11 -30
  2. package/dist/index103.js +30 -4
  3. package/dist/index104.js +10 -216
  4. package/dist/index105.js +29 -47
  5. package/dist/index106.js +54 -29
  6. package/dist/index107.js +30 -9
  7. package/dist/index108.js +628 -159
  8. package/dist/index11.js +2 -2
  9. package/dist/index110.js +30 -30
  10. package/dist/index111.js +8 -649
  11. package/dist/index112.js +9 -30
  12. package/dist/index115.js +21 -6
  13. package/dist/index116.js +9 -12
  14. package/dist/index117.js +32 -15
  15. package/dist/index118.js +12 -3
  16. package/dist/index119.js +12 -38
  17. package/dist/index12.js +1 -1
  18. package/dist/index120.js +206 -18
  19. package/dist/index121.js +20 -204
  20. package/dist/index122.js +399 -21
  21. package/dist/index123.js +6 -400
  22. package/dist/index125.js +25 -2
  23. package/dist/index126.js +29 -53
  24. package/dist/index127.js +5 -65
  25. package/dist/index128.js +2 -25
  26. package/dist/index129.js +53 -29
  27. package/dist/index13.js +2 -2
  28. package/dist/index130.js +65 -5
  29. package/dist/index136.js +1 -1
  30. package/dist/index137.js +1 -1
  31. package/dist/index14.js +2 -2
  32. package/dist/index141.js +1 -1
  33. package/dist/index15.js +2 -2
  34. package/dist/index17.js +3 -3
  35. package/dist/index18.js +2 -2
  36. package/dist/index20.js +2 -2
  37. package/dist/index21.js +1 -1
  38. package/dist/index22.js +1 -1
  39. package/dist/index23.js +2 -2
  40. package/dist/index25.js +3 -3
  41. package/dist/index26.js +1 -1
  42. package/dist/index27.js +3 -3
  43. package/dist/index29.js +1 -1
  44. package/dist/index31.js +1 -1
  45. package/dist/index33.js +1 -1
  46. package/dist/index36.js +2 -2
  47. package/dist/index37.js +1 -1
  48. package/dist/index45.js +1 -1
  49. package/dist/index46.js +1 -1
  50. package/dist/index47.js +236 -33
  51. package/dist/index48.js +11 -310
  52. package/dist/index49.js +118 -12
  53. package/dist/index5.js +1 -1
  54. package/dist/index50.js +32 -124
  55. package/dist/index51.js +121 -64
  56. package/dist/index52.js +432 -57
  57. package/dist/index53.js +57 -257
  58. package/dist/index54.js +254 -12
  59. package/dist/index55.js +16 -247
  60. package/dist/index56.js +31 -9
  61. package/dist/index57.js +303 -111
  62. package/dist/index58.js +5 -5
  63. package/dist/index59.js +256 -27
  64. package/dist/index6.js +1 -1
  65. package/dist/index60.js +12 -82
  66. package/dist/index61.js +134 -833
  67. package/dist/index62.js +249 -9
  68. package/dist/index63.js +9 -161
  69. package/dist/index64.js +216 -311
  70. package/dist/index65.js +61 -423
  71. package/dist/index66.js +19 -238
  72. package/dist/index67.js +81 -21
  73. package/dist/index68.js +1 -1
  74. package/dist/index69.js +4 -4
  75. package/dist/index7.js +1 -1
  76. package/dist/index70.js +5 -4
  77. package/dist/index71.js +835 -105
  78. package/dist/index72.js +9 -236
  79. package/dist/index73.js +4 -4
  80. package/dist/index74.js +124 -17
  81. package/dist/index75.js +323 -241
  82. package/dist/index8.js +1 -1
  83. package/dist/index80.js +1 -1
  84. package/dist/index82.js +1 -1
  85. package/dist/index84.js +178 -12
  86. package/dist/index85.js +24 -54
  87. package/dist/index86.js +5 -10
  88. package/dist/index87.js +68 -3
  89. package/dist/index88.js +4 -30
  90. package/dist/index89.js +3 -12
  91. package/dist/index9.js +2 -2
  92. package/dist/index90.js +30 -9
  93. package/dist/index91.js +14 -5
  94. package/dist/index92.js +123 -23
  95. package/dist/index93.js +126 -60
  96. package/dist/index94.js +13 -124
  97. package/dist/index95.js +14 -134
  98. package/dist/index96.js +7 -12
  99. package/dist/index97.js +50 -15
  100. package/dist/index98.js +48 -9
  101. package/dist/index99.js +218 -49
  102. package/package.json +1 -1
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 "./index55.js";
3
+ import { Checkbox as o, CheckboxIndicator as s } from "./index62.js";
4
4
  import { cn as r } from "./index2.js";
5
- import m from "./index56.js";
5
+ import m from "./index63.js";
6
6
  const n = c.forwardRef(({ className: i, ...t }, a) => /* @__PURE__ */ e(
7
7
  o,
8
8
  {
package/dist/index110.js CHANGED
@@ -1,32 +1,32 @@
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
- }, {});
1
+ import * as a from "react";
2
+ import { Primitive as o } from "./index81.js";
3
+ import { jsx as t } from "react/jsx-runtime";
4
+ var d = Object.freeze({
5
+ // See: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss
6
+ position: "absolute",
7
+ border: 0,
8
+ width: 1,
9
+ height: 1,
10
+ padding: 0,
11
+ margin: -1,
12
+ overflow: "hidden",
13
+ clip: "rect(0, 0, 0, 0)",
14
+ whiteSpace: "nowrap",
15
+ wordWrap: "normal"
16
+ }), l = "VisuallyHidden", e = a.forwardRef(
17
+ (r, i) => /* @__PURE__ */ t(
18
+ o.span,
19
+ {
20
+ ...r,
21
+ ref: i,
22
+ style: { ...d, ...r.style }
23
+ }
24
+ )
25
+ );
26
+ e.displayName = l;
27
+ var p = e;
30
28
  export {
31
- w as Primitive
29
+ p as Root,
30
+ d as VISUALLY_HIDDEN_STYLES,
31
+ e as VisuallyHidden
32
32
  };