@y14e/tabs 2.0.4 → 2.0.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.
package/README.md CHANGED
@@ -10,14 +10,14 @@ npm i @y14e/tabs
10
10
 
11
11
  ```ts
12
12
  // npm
13
- import Tabs from '@y14e/tabs@2.0.4';
13
+ import Tabs from '@y14e/tabs';
14
14
 
15
15
  // CDNs
16
- import Tabs from 'https://esm.sh/@y14e/tabs@2.0.4';
16
+ import Tabs from 'https://esm.sh/@y14e/tabs@2.0.5';
17
17
  // or
18
- import Tabs from 'https://cdn.jsdelivr.net/npm/@y14e/tabs@2.0.4/+esm';
18
+ import Tabs from 'https://cdn.jsdelivr.net/npm/@y14e/tabs@2.0.5/+esm';
19
19
  // or
20
- import Tabs from 'https://esm.unpkg.com/@y14e/tabs@2.0.4';
20
+ import Tabs from 'https://esm.unpkg.com/@y14e/tabs@2.0.5';
21
21
  ```
22
22
 
23
23
  ## Usage
@@ -1101,7 +1101,7 @@ var TabsIndicator = class {
1101
1101
  * Tabs
1102
1102
  * WAI-ARIA compliant tabs pattern implementation in TypeScript.
1103
1103
  *
1104
- * @version 2.0.4
1104
+ * @version 2.0.5
1105
1105
  * @author Yusuke Kamiyamane
1106
1106
  * @license MIT
1107
1107
  * @copyright Copyright (c) Yusuke Kamiyamane
@@ -1099,7 +1099,7 @@ var TabsIndicator = class {
1099
1099
  * Tabs
1100
1100
  * WAI-ARIA compliant tabs pattern implementation in TypeScript.
1101
1101
  *
1102
- * @version 2.0.4
1102
+ * @version 2.0.5
1103
1103
  * @author Yusuke Kamiyamane
1104
1104
  * @license MIT
1105
1105
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.cjs CHANGED
@@ -527,7 +527,7 @@ var TabsIndicator = class {
527
527
  * Tabs
528
528
  * WAI-ARIA compliant tabs pattern implementation in TypeScript.
529
529
  *
530
- * @version 2.0.4
530
+ * @version 2.0.5
531
531
  * @author Yusuke Kamiyamane
532
532
  * @license MIT
533
533
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.d.cts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Tabs
3
3
  * WAI-ARIA compliant tabs pattern implementation in TypeScript.
4
4
  *
5
- * @version 2.0.4
5
+ * @version 2.0.5
6
6
  * @author Yusuke Kamiyamane
7
7
  * @license MIT
8
8
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Tabs
3
3
  * WAI-ARIA compliant tabs pattern implementation in TypeScript.
4
4
  *
5
- * @version 2.0.4
5
+ * @version 2.0.5
6
6
  * @author Yusuke Kamiyamane
7
7
  * @license MIT
8
8
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.js CHANGED
@@ -521,7 +521,7 @@ var TabsIndicator = class {
521
521
  * Tabs
522
522
  * WAI-ARIA compliant tabs pattern implementation in TypeScript.
523
523
  *
524
- * @version 2.0.4
524
+ * @version 2.0.5
525
525
  * @author Yusuke Kamiyamane
526
526
  * @license MIT
527
527
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@y14e/tabs",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "WAI-ARIA compliant tabs pattern implementation in TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",