@primer/behaviors 1.6.0-rc.515a318 → 1.6.0-rc.6ca02b7
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.
- package/dist/cjs/focus-zone.js +1 -1
- package/dist/esm/focus-zone.js +1 -1
- package/package.json +2 -2
package/dist/cjs/focus-zone.js
CHANGED
|
@@ -256,7 +256,7 @@ function focusZone(container, settings) {
|
|
|
256
256
|
for (const mutation of mutations) {
|
|
257
257
|
for (const removedNode of mutation.removedNodes) {
|
|
258
258
|
if (removedNode instanceof HTMLElement) {
|
|
259
|
-
endFocusManagement(...(0, iterate_focusable_elements_js_1.iterateFocusableElements)(removedNode
|
|
259
|
+
endFocusManagement(...(0, iterate_focusable_elements_js_1.iterateFocusableElements)(removedNode));
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
if (mutation.type === 'attributes' && mutation.oldValue === null) {
|
package/dist/esm/focus-zone.js
CHANGED
|
@@ -253,7 +253,7 @@ export function focusZone(container, settings) {
|
|
|
253
253
|
for (const mutation of mutations) {
|
|
254
254
|
for (const removedNode of mutation.removedNodes) {
|
|
255
255
|
if (removedNode instanceof HTMLElement) {
|
|
256
|
-
endFocusManagement(...iterateFocusableElements(removedNode
|
|
256
|
+
endFocusManagement(...iterateFocusableElements(removedNode));
|
|
257
257
|
}
|
|
258
258
|
}
|
|
259
259
|
if (mutation.type === 'attributes' && mutation.oldValue === null) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/behaviors",
|
|
3
|
-
"version": "1.6.0-rc.
|
|
3
|
+
"version": "1.6.0-rc.6ca02b7",
|
|
4
4
|
"description": "Shared behaviors for JavaScript components",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"esbuild": "^0.21.1",
|
|
79
79
|
"esbuild-jest": "^0.5.0",
|
|
80
80
|
"eslint": "^8.50.0",
|
|
81
|
-
"eslint-plugin-github": "^
|
|
81
|
+
"eslint-plugin-github": "^5.0.0",
|
|
82
82
|
"eslint-plugin-prettier": "^5.0.0",
|
|
83
83
|
"jest": "^29.7.0",
|
|
84
84
|
"jest-environment-jsdom": "^29.7.0",
|