@drjoshcsimmons/scl 0.1.3 → 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 (92) hide show
  1. package/README.md +35 -35
  2. package/dist/index100.js +9 -50
  3. package/dist/index101.js +50 -9
  4. package/dist/index102.js +196 -627
  5. package/dist/index103.js +27 -178
  6. package/dist/index104.js +178 -12
  7. package/dist/index11.js +2 -2
  8. package/dist/index110.js +1 -1
  9. package/dist/index112.js +1 -1
  10. package/dist/index12.js +1 -1
  11. package/dist/index13.js +2 -2
  12. package/dist/index131.js +1 -1
  13. package/dist/index132.js +1 -1
  14. package/dist/index137.js +11 -21
  15. package/dist/index138.js +26 -11
  16. package/dist/index139.js +4 -27
  17. package/dist/index14.js +2 -2
  18. package/dist/index140.js +22 -4
  19. package/dist/index15.js +2 -2
  20. package/dist/index17.js +4 -4
  21. package/dist/index18.js +2 -2
  22. package/dist/index20.js +2 -2
  23. package/dist/index21.js +1 -1
  24. package/dist/index22.js +1 -1
  25. package/dist/index23.js +2 -2
  26. package/dist/index24.js +1 -1
  27. package/dist/index25.js +4 -4
  28. package/dist/index26.js +1 -1
  29. package/dist/index27.js +3 -3
  30. package/dist/index29.js +1 -1
  31. package/dist/index31.js +1 -1
  32. package/dist/index33.js +1 -1
  33. package/dist/index36.js +2 -2
  34. package/dist/index37.js +1 -1
  35. package/dist/index4.js +2 -2
  36. package/dist/index45.js +220 -108
  37. package/dist/index46.js +11 -33
  38. package/dist/index47.js +33 -118
  39. package/dist/index48.js +116 -64
  40. package/dist/index49.js +61 -237
  41. package/dist/index5.js +1 -1
  42. package/dist/index50.js +60 -9
  43. package/dist/index51.js +247 -230
  44. package/dist/index52.js +118 -11
  45. package/dist/index53.js +308 -16
  46. package/dist/index54.js +12 -860
  47. package/dist/index55.js +5 -2
  48. package/dist/index56.js +9 -225
  49. package/dist/index57.js +435 -11
  50. package/dist/index58.js +225 -11
  51. package/dist/index59.js +11 -60
  52. package/dist/index6.js +1 -1
  53. package/dist/index60.js +11 -254
  54. package/dist/index61.js +237 -507
  55. package/dist/index62.js +12 -241
  56. package/dist/index63.js +822 -222
  57. package/dist/index64.js +2 -5
  58. package/dist/index65.js +530 -12
  59. package/dist/index66.js +129 -403
  60. package/dist/index67.js +16 -159
  61. package/dist/index68.js +18 -332
  62. package/dist/index69.js +320 -66
  63. package/dist/index7.js +1 -1
  64. package/dist/index70.js +121 -301
  65. package/dist/index71.js +82 -12
  66. package/dist/index72.js +238 -19
  67. package/dist/index73.js +225 -212
  68. package/dist/index74.js +31 -130
  69. package/dist/index75.js +236 -31
  70. package/dist/index8.js +1 -1
  71. package/dist/index80.js +52 -49
  72. package/dist/index81.js +11 -4
  73. package/dist/index82.js +4 -34
  74. package/dist/index83.js +29 -68
  75. package/dist/index84.js +12 -10
  76. package/dist/index85.js +49 -52
  77. package/dist/index86.js +33 -10
  78. package/dist/index87.js +68 -29
  79. package/dist/index88.js +10 -12
  80. package/dist/index89.js +14 -5
  81. package/dist/index9.js +2 -2
  82. package/dist/index90.js +45 -24
  83. package/dist/index91.js +7 -45
  84. package/dist/index92.js +3 -7
  85. package/dist/index93.js +5 -3
  86. package/dist/index94.js +23 -123
  87. package/dist/index95.js +646 -11
  88. package/dist/index96.js +115 -125
  89. package/dist/index97.js +128 -212
  90. package/dist/index98.js +2 -2
  91. package/dist/index99.js +15 -30
  92. package/package.json +1 -1
package/dist/index99.js CHANGED
@@ -1,32 +1,17 @@
1
- import * as a from "react";
2
- import { Primitive as o } from "./index82.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;
1
+ import * as r from "react";
2
+ var t = 0;
3
+ function a() {
4
+ r.useEffect(() => {
5
+ const e = document.querySelectorAll("[data-radix-focus-guard]");
6
+ return document.body.insertAdjacentElement("afterbegin", e[0] ?? n()), document.body.insertAdjacentElement("beforeend", e[1] ?? n()), t++, () => {
7
+ t === 1 && document.querySelectorAll("[data-radix-focus-guard]").forEach((o) => o.remove()), t--;
8
+ };
9
+ }, []);
10
+ }
11
+ function n() {
12
+ const e = document.createElement("span");
13
+ return e.setAttribute("data-radix-focus-guard", ""), e.tabIndex = 0, e.style.outline = "none", e.style.opacity = "0", e.style.position = "fixed", e.style.pointerEvents = "none", e;
14
+ }
28
15
  export {
29
- p as Root,
30
- d as VISUALLY_HIDDEN_STYLES,
31
- e as VisuallyHidden
16
+ a as useFocusGuards
32
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drjoshcsimmons/scl",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",