@ktjs/core 0.27.1 → 0.27.2

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.d.ts CHANGED
@@ -243,7 +243,7 @@ type KTComponent = (
243
243
  * ## About
244
244
  * @package @ktjs/core
245
245
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
246
- * @version 0.27.1 (Last Update: 2026.02.10 01:30:30.991)
246
+ * @version 0.27.2 (Last Update: 2026.02.10 07:27:25.966)
247
247
  * @license MIT
248
248
  * @link https://github.com/baendlorel/kt.js
249
249
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -626,7 +626,7 @@ var __ktjs_core__ = (function (exports) {
626
626
  * ## About
627
627
  * @package @ktjs/core
628
628
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
629
- * @version 0.27.1 (Last Update: 2026.02.10 01:30:30.991)
629
+ * @version 0.27.2 (Last Update: 2026.02.10 07:27:25.966)
630
630
  * @license MIT
631
631
  * @link https://github.com/baendlorel/kt.js
632
632
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -629,7 +629,7 @@ var __ktjs_core__ = (function (exports) {
629
629
  * ## About
630
630
  * @package @ktjs/core
631
631
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
632
- * @version 0.27.1 (Last Update: 2026.02.10 01:30:30.991)
632
+ * @version 0.27.2 (Last Update: 2026.02.10 07:27:25.966)
633
633
  * @license MIT
634
634
  * @link https://github.com/baendlorel/kt.js
635
635
  * @link https://baendlorel.github.io/ Welcome to my site!
package/dist/index.mjs CHANGED
@@ -623,7 +623,7 @@ let creator = htmlCreator;
623
623
  * ## About
624
624
  * @package @ktjs/core
625
625
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
626
- * @version 0.27.1 (Last Update: 2026.02.10 01:30:30.991)
626
+ * @version 0.27.2 (Last Update: 2026.02.10 07:27:25.966)
627
627
  * @license MIT
628
628
  * @link https://github.com/baendlorel/kt.js
629
629
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -164,7 +164,7 @@ type KTAttribute = KTBaseAttribute & KTPrefixedEventAttribute;
164
164
  * ## About
165
165
  * @package @ktjs/core
166
166
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
167
- * @version 0.27.1 (Last Update: 2026.02.10 01:30:30.991)
167
+ * @version 0.27.2 (Last Update: 2026.02.10 07:27:25.966)
168
168
  * @license MIT
169
169
  * @link https://github.com/baendlorel/kt.js
170
170
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -428,7 +428,7 @@ let creator = htmlCreator;
428
428
  * ## About
429
429
  * @package @ktjs/core
430
430
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
431
- * @version 0.27.1 (Last Update: 2026.02.10 01:30:30.991)
431
+ * @version 0.27.2 (Last Update: 2026.02.10 07:27:25.966)
432
432
  * @license MIT
433
433
  * @link https://github.com/baendlorel/kt.js
434
434
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -134,7 +134,7 @@ type KTAttribute = KTBaseAttribute & KTPrefixedEventAttribute;
134
134
  * ## About
135
135
  * @package @ktjs/core
136
136
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
137
- * @version 0.27.1 (Last Update: 2026.02.10 01:30:30.991)
137
+ * @version 0.27.2 (Last Update: 2026.02.10 07:27:25.966)
138
138
  * @license MIT
139
139
  * @link https://github.com/baendlorel/kt.js
140
140
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -428,7 +428,7 @@ let creator = htmlCreator;
428
428
  * ## About
429
429
  * @package @ktjs/core
430
430
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
431
- * @version 0.27.1 (Last Update: 2026.02.10 01:30:30.991)
431
+ * @version 0.27.2 (Last Update: 2026.02.10 07:27:25.966)
432
432
  * @license MIT
433
433
  * @link https://github.com/baendlorel/kt.js
434
434
  * @link https://baendlorel.github.io/ Welcome to my site!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ktjs/core",
3
- "version": "0.27.1",
3
+ "version": "0.27.2",
4
4
  "description": "Core functionality for kt.js - DOM manipulation utilities with JSX/TSX support",
5
5
  "type": "module",
6
6
  "module": "./dist/index.mjs",