@ktjs/core 0.24.0 → 0.24.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.d.ts CHANGED
@@ -227,7 +227,7 @@ type KTComponent = (
227
227
  * ## About
228
228
  * @package @ktjs/core
229
229
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
230
- * @version 0.24.0 (Last Update: 2026.02.05 12:08:54.164)
230
+ * @version 0.24.1 (Last Update: 2026.02.05 12:51:38.436)
231
231
  * @license MIT
232
232
  * @link https://github.com/baendlorel/kt.js
233
233
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -508,7 +508,7 @@ var __ktjs_core__ = (function (exports) {
508
508
  * ## About
509
509
  * @package @ktjs/core
510
510
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
511
- * @version 0.24.0 (Last Update: 2026.02.05 12:08:54.164)
511
+ * @version 0.24.1 (Last Update: 2026.02.05 12:51:38.436)
512
512
  * @license MIT
513
513
  * @link https://github.com/baendlorel/kt.js
514
514
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -508,7 +508,7 @@ var __ktjs_core__ = (function (exports) {
508
508
  * ## About
509
509
  * @package @ktjs/core
510
510
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
511
- * @version 0.24.0 (Last Update: 2026.02.05 12:08:54.164)
511
+ * @version 0.24.1 (Last Update: 2026.02.05 12:51:38.436)
512
512
  * @license MIT
513
513
  * @link https://github.com/baendlorel/kt.js
514
514
  * @link https://baendlorel.github.io/ Welcome to my site!
package/dist/index.mjs CHANGED
@@ -505,7 +505,7 @@ let creator = htmlCreator;
505
505
  * ## About
506
506
  * @package @ktjs/core
507
507
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
508
- * @version 0.24.0 (Last Update: 2026.02.05 12:08:54.164)
508
+ * @version 0.24.1 (Last Update: 2026.02.05 12:51:38.436)
509
509
  * @license MIT
510
510
  * @link https://github.com/baendlorel/kt.js
511
511
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -141,7 +141,7 @@ type KTAttribute = KTBaseAttribute & KTPrefixedEventAttribute;
141
141
  * ## About
142
142
  * @package @ktjs/core
143
143
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
144
- * @version 0.24.0 (Last Update: 2026.02.05 12:08:54.164)
144
+ * @version 0.24.1 (Last Update: 2026.02.05 12:51:38.436)
145
145
  * @license MIT
146
146
  * @link https://github.com/baendlorel/kt.js
147
147
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -360,7 +360,7 @@ let creator = htmlCreator;
360
360
  * ## About
361
361
  * @package @ktjs/core
362
362
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
363
- * @version 0.24.0 (Last Update: 2026.02.05 12:08:54.164)
363
+ * @version 0.24.1 (Last Update: 2026.02.05 12:51:38.436)
364
364
  * @license MIT
365
365
  * @link https://github.com/baendlorel/kt.js
366
366
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -141,7 +141,7 @@ type KTAttribute = KTBaseAttribute & KTPrefixedEventAttribute;
141
141
  * ## About
142
142
  * @package @ktjs/core
143
143
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
144
- * @version 0.24.0 (Last Update: 2026.02.05 12:08:54.164)
144
+ * @version 0.24.1 (Last Update: 2026.02.05 12:51:38.436)
145
145
  * @license MIT
146
146
  * @link https://github.com/baendlorel/kt.js
147
147
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -360,7 +360,7 @@ let creator = htmlCreator;
360
360
  * ## About
361
361
  * @package @ktjs/core
362
362
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
363
- * @version 0.24.0 (Last Update: 2026.02.05 12:08:54.164)
363
+ * @version 0.24.1 (Last Update: 2026.02.05 12:51:38.436)
364
364
  * @license MIT
365
365
  * @link https://github.com/baendlorel/kt.js
366
366
  * @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.24.0",
3
+ "version": "0.24.1",
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",