@ktjs/core 0.17.0 → 0.17.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
@@ -171,7 +171,7 @@ type HTML<T extends (HTMLTag | SVGTag) & otherstring> = T extends SVGTag ? SVGEl
171
171
  * ## About
172
172
  * @package @ktjs/core
173
173
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
174
- * @version 0.17.0 (Last Update: 2026.01.28 15:11:59.247)
174
+ * @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
175
175
  * @license MIT
176
176
  * @link https://github.com/baendlorel/kt.js
177
177
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -246,7 +246,6 @@ declare function KTAsync<T extends KTComponent>(props: {
246
246
  } & ExtractComponentProps<T>): KTHTMLElement;
247
247
 
248
248
  type KForElement = KTHTMLElement & {
249
- __kt_for_list__: HTMLElement[];
250
249
  redraw: (newProps?: KTAttribute) => void;
251
250
  };
252
251
  interface KTForProps<T> {
@@ -211,7 +211,7 @@ var __ktjs_core__ = (function (exports) {
211
211
  * ## About
212
212
  * @package @ktjs/core
213
213
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
214
- * @version 0.17.0 (Last Update: 2026.01.28 15:11:59.247)
214
+ * @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
215
215
  * @license MIT
216
216
  * @link https://github.com/baendlorel/kt.js
217
217
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -236,7 +236,7 @@ var __ktjs_core__ = (function (exports) {
236
236
  * ## About
237
237
  * @package @ktjs/core
238
238
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
239
- * @version 0.17.0 (Last Update: 2026.01.28 15:11:59.247)
239
+ * @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
240
240
  * @license MIT
241
241
  * @link https://github.com/baendlorel/kt.js
242
242
  * @link https://baendlorel.github.io/ Welcome to my site!
package/dist/index.mjs CHANGED
@@ -208,7 +208,7 @@ let creator = defaultCreator;
208
208
  * ## About
209
209
  * @package @ktjs/core
210
210
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
211
- * @version 0.17.0 (Last Update: 2026.01.28 15:11:59.247)
211
+ * @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
212
212
  * @license MIT
213
213
  * @link https://github.com/baendlorel/kt.js
214
214
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -157,7 +157,7 @@ type HTML<T extends (HTMLTag | SVGTag) & otherstring> = T extends SVGTag ? SVGEl
157
157
  * ## About
158
158
  * @package @ktjs/core
159
159
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
160
- * @version 0.17.0 (Last Update: 2026.01.28 15:11:59.247)
160
+ * @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
161
161
  * @license MIT
162
162
  * @link https://github.com/baendlorel/kt.js
163
163
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -208,7 +208,7 @@ let creator = defaultCreator;
208
208
  * ## About
209
209
  * @package @ktjs/core
210
210
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
211
- * @version 0.17.0 (Last Update: 2026.01.28 15:11:59.247)
211
+ * @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
212
212
  * @license MIT
213
213
  * @link https://github.com/baendlorel/kt.js
214
214
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -151,7 +151,7 @@ type HTML<T extends (HTMLTag | SVGTag) & otherstring> = T extends SVGTag ? SVGEl
151
151
  * ## About
152
152
  * @package @ktjs/core
153
153
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
154
- * @version 0.17.0 (Last Update: 2026.01.28 15:11:59.247)
154
+ * @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
155
155
  * @license MIT
156
156
  * @link https://github.com/baendlorel/kt.js
157
157
  * @link https://baendlorel.github.io/ Welcome to my site!
@@ -208,7 +208,7 @@ let creator = defaultCreator;
208
208
  * ## About
209
209
  * @package @ktjs/core
210
210
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
211
- * @version 0.17.0 (Last Update: 2026.01.28 15:11:59.247)
211
+ * @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
212
212
  * @license MIT
213
213
  * @link https://github.com/baendlorel/kt.js
214
214
  * @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.17.0",
3
+ "version": "0.17.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",