@y14e/portal 1.0.7 → 1.1.1

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/index.cjs CHANGED
@@ -445,7 +445,7 @@ function getActiveElement2() {
445
445
  * Lightweight DOM portal (teleport) utility with fully focus management.
446
446
  * Designed for accessible dialogs, menus, overlays, popovers.
447
447
  *
448
- * @version 1.0.7
448
+ * @version 1.1.1
449
449
  * @author Yusuke Kamiyamane
450
450
  * @license MIT
451
451
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.d.cts CHANGED
@@ -3,7 +3,7 @@
3
3
  * Lightweight DOM portal (teleport) utility with fully focus management.
4
4
  * Designed for accessible dialogs, menus, overlays, popovers.
5
5
  *
6
- * @version 1.0.7
6
+ * @version 1.1.1
7
7
  * @author Yusuke Kamiyamane
8
8
  * @license MIT
9
9
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * Lightweight DOM portal (teleport) utility with fully focus management.
4
4
  * Designed for accessible dialogs, menus, overlays, popovers.
5
5
  *
6
- * @version 1.0.7
6
+ * @version 1.1.1
7
7
  * @author Yusuke Kamiyamane
8
8
  * @license MIT
9
9
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.js CHANGED
@@ -443,7 +443,7 @@ function getActiveElement2() {
443
443
  * Lightweight DOM portal (teleport) utility with fully focus management.
444
444
  * Designed for accessible dialogs, menus, overlays, popovers.
445
445
  *
446
- * @version 1.0.7
446
+ * @version 1.1.1
447
447
  * @author Yusuke Kamiyamane
448
448
  * @license MIT
449
449
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@y14e/portal",
3
- "version": "1.0.7",
3
+ "version": "1.1.1",
4
4
  "description": "Lightweight DOM portal (teleport) utility with fully focus management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",