@primer/behaviors 0.0.0-20250107215005 → 0.0.0-20250203151540

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.
@@ -97,7 +97,6 @@ function focusTrap(container, initialFocus, abortSignal) {
97
97
  setTimeout(() => {
98
98
  focusTarget.focus();
99
99
  }, delay);
100
- return;
101
100
  }
102
101
  focusTarget.focus();
103
102
  }
@@ -95,7 +95,6 @@ function focusTrap(container, initialFocus, abortSignal) {
95
95
  setTimeout(() => {
96
96
  focusTarget.focus();
97
97
  }, delay);
98
- return;
99
98
  }
100
99
  focusTarget.focus();
101
100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/behaviors",
3
- "version": "0.0.0-20250107215005",
3
+ "version": "0.0.0-20250203151540",
4
4
  "description": "Shared behaviors for JavaScript components",
5
5
  "type": "commonjs",
6
6
  "main": "dist/cjs/index.js",