@ktjs/core 0.14.4 → 0.14.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/dist/index.d.ts CHANGED
@@ -44,7 +44,7 @@ declare global {
44
44
  }
45
45
 
46
46
  type SingleContent = KTRef<any> | HTMLElement | Element | string | number | boolean | null | undefined;
47
- type KTAvailableContent = SingleContent | SingleContent[] | SingleContent[][];
47
+ type KTAvailableContent = SingleContent | KTAvailableContent[];
48
48
  type KTRawContent = KTAvailableContent | Promise<KTAvailableContent>;
49
49
  type KTRawAttr = KTAttribute | string;
50
50
  type KTRawContents = KTAvailableContent;
@@ -153,7 +153,7 @@ type H = (<T extends HTMLTag>(tag: T, attr?: KTRawAttr, content?: KTRawContent)
153
153
  * ## About
154
154
  * @package @ktjs/core
155
155
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
156
- * @version 0.14.4 (Last Update: 2026.01.17 08:54:29.476)
156
+ * @version 0.14.5 (Last Update: 2026.01.17 09:00:04.049)
157
157
  * @license MIT
158
158
  * @link https://github.com/baendlorel/kt.js
159
159
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -223,7 +223,7 @@ var __ktjs_core__ = (function (exports) {
223
223
  * ## About
224
224
  * @package @ktjs/core
225
225
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
226
- * @version 0.14.4 (Last Update: 2026.01.17 08:54:29.476)
226
+ * @version 0.14.5 (Last Update: 2026.01.17 09:00:04.049)
227
227
  * @license MIT
228
228
  * @link https://github.com/baendlorel/kt.js
229
229
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -248,7 +248,7 @@ var __ktjs_core__ = (function (exports) {
248
248
  * ## About
249
249
  * @package @ktjs/core
250
250
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
251
- * @version 0.14.4 (Last Update: 2026.01.17 08:54:29.476)
251
+ * @version 0.14.5 (Last Update: 2026.01.17 09:00:04.049)
252
252
  * @license MIT
253
253
  * @link https://github.com/baendlorel/kt.js
254
254
  * @link https://baendlorel.github.io/ Welcome to my site!
package/dist/index.mjs CHANGED
@@ -220,7 +220,7 @@ function applyContent(element, content) {
220
220
  * ## About
221
221
  * @package @ktjs/core
222
222
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
223
- * @version 0.14.4 (Last Update: 2026.01.17 08:54:29.476)
223
+ * @version 0.14.5 (Last Update: 2026.01.17 09:00:04.049)
224
224
  * @license MIT
225
225
  * @link https://github.com/baendlorel/kt.js
226
226
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -44,7 +44,7 @@ declare global {
44
44
  }
45
45
 
46
46
  type SingleContent = KTRef<any> | HTMLElement | Element | string | number | boolean | null | undefined;
47
- type KTAvailableContent = SingleContent | SingleContent[] | SingleContent[][];
47
+ type KTAvailableContent = SingleContent | KTAvailableContent[];
48
48
  type KTRawContent = KTAvailableContent | Promise<KTAvailableContent>;
49
49
  type KTRawAttr = KTAttribute | string;
50
50
 
@@ -139,7 +139,7 @@ type H = (<T extends HTMLTag>(tag: T, attr?: KTRawAttr, content?: KTRawContent)
139
139
  * ## About
140
140
  * @package @ktjs/core
141
141
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
142
- * @version 0.14.4 (Last Update: 2026.01.17 08:54:29.476)
142
+ * @version 0.14.5 (Last Update: 2026.01.17 09:00:04.049)
143
143
  * @license MIT
144
144
  * @link https://github.com/baendlorel/kt.js
145
145
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -220,7 +220,7 @@ function applyContent(element, content) {
220
220
  * ## About
221
221
  * @package @ktjs/core
222
222
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
223
- * @version 0.14.4 (Last Update: 2026.01.17 08:54:29.476)
223
+ * @version 0.14.5 (Last Update: 2026.01.17 09:00:04.049)
224
224
  * @license MIT
225
225
  * @link https://github.com/baendlorel/kt.js
226
226
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -38,7 +38,7 @@ declare global {
38
38
  }
39
39
 
40
40
  type SingleContent = KTRef<any> | HTMLElement | Element | string | number | boolean | null | undefined;
41
- type KTAvailableContent = SingleContent | SingleContent[] | SingleContent[][];
41
+ type KTAvailableContent = SingleContent | KTAvailableContent[];
42
42
  type KTRawContent = KTAvailableContent | Promise<KTAvailableContent>;
43
43
  type KTRawAttr = KTAttribute | string;
44
44
 
@@ -133,7 +133,7 @@ type H = (<T extends HTMLTag>(tag: T, attr?: KTRawAttr, content?: KTRawContent)
133
133
  * ## About
134
134
  * @package @ktjs/core
135
135
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
136
- * @version 0.14.4 (Last Update: 2026.01.17 08:54:29.476)
136
+ * @version 0.14.5 (Last Update: 2026.01.17 09:00:04.049)
137
137
  * @license MIT
138
138
  * @link https://github.com/baendlorel/kt.js
139
139
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -220,7 +220,7 @@ function applyContent(element, content) {
220
220
  * ## About
221
221
  * @package @ktjs/core
222
222
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
223
- * @version 0.14.4 (Last Update: 2026.01.17 08:54:29.476)
223
+ * @version 0.14.5 (Last Update: 2026.01.17 09:00:04.049)
224
224
  * @license MIT
225
225
  * @link https://github.com/baendlorel/kt.js
226
226
  * @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.14.4",
3
+ "version": "0.14.5",
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",