@y14e/portal 1.2.24 → 1.2.25

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/README.md CHANGED
@@ -10,14 +10,14 @@ npm i @y14e/portal
10
10
 
11
11
  ```ts
12
12
  // npm
13
- import { createPortal } from '@y14e/portal@1.2.24';
13
+ import { createPortal } from '@y14e/portal';
14
14
 
15
15
  // CDNs
16
- import { createPortal } from 'https://esm.sh/@y14e/portal@1.2.24';
16
+ import { createPortal } from 'https://esm.sh/@y14e/portal@1.2.25';
17
17
  // or
18
- import { createPortal } from 'https://cdn.jsdelivr.net/npm/@y14e/portal@1.2.24/+esm';
18
+ import { createPortal } from 'https://cdn.jsdelivr.net/npm/@y14e/portal@1.2.25/+esm';
19
19
  // or
20
- import { createPortal } from 'https://esm.unpkg.com/@y14e/portal@1.2.24';
20
+ import { createPortal } from 'https://esm.unpkg.com/@y14e/portal@1.2.25';
21
21
  ```
22
22
 
23
23
  ## 📦 APIs
@@ -559,7 +559,7 @@ function containsComposed2(container, element) {
559
559
  * Lightweight DOM portal (teleport) utility with fully focus management.
560
560
  * Designed for accessible dialogs, menus, overlays, popovers.
561
561
  *
562
- * @version 1.2.24
562
+ * @version 1.2.25
563
563
  * @author Yusuke Kamiyamane
564
564
  * @license MIT
565
565
  * @copyright Copyright (c) Yusuke Kamiyamane
@@ -557,7 +557,7 @@ function containsComposed2(container, element) {
557
557
  * Lightweight DOM portal (teleport) utility with fully focus management.
558
558
  * Designed for accessible dialogs, menus, overlays, popovers.
559
559
  *
560
- * @version 1.2.24
560
+ * @version 1.2.25
561
561
  * @author Yusuke Kamiyamane
562
562
  * @license MIT
563
563
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.cjs CHANGED
@@ -202,7 +202,7 @@ function containsComposed(container, element) {
202
202
  * Lightweight DOM portal (teleport) utility with fully focus management.
203
203
  * Designed for accessible dialogs, menus, overlays, popovers.
204
204
  *
205
- * @version 1.2.24
205
+ * @version 1.2.25
206
206
  * @author Yusuke Kamiyamane
207
207
  * @license MIT
208
208
  * @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.2.24
6
+ * @version 1.2.25
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.2.24
6
+ * @version 1.2.25
7
7
  * @author Yusuke Kamiyamane
8
8
  * @license MIT
9
9
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.js CHANGED
@@ -200,7 +200,7 @@ function containsComposed(container, element) {
200
200
  * Lightweight DOM portal (teleport) utility with fully focus management.
201
201
  * Designed for accessible dialogs, menus, overlays, popovers.
202
202
  *
203
- * @version 1.2.24
203
+ * @version 1.2.25
204
204
  * @author Yusuke Kamiyamane
205
205
  * @license MIT
206
206
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@y14e/portal",
3
- "version": "1.2.24",
3
+ "version": "1.2.25",
4
4
  "description": "Lightweight DOM portal (teleport) utility with fully focus management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",