ziko 0.46.3 → 0.46.4

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.
@@ -128,4 +128,8 @@ npx create-ziko-app [app-title]
128
128
 
129
129
  If you appreciate the library, kindly demonstrate your support by giving it a star!<br>
130
130
  [![Star](https://img.shields.io/github/stars/zakarialaoui10/ziko.js?style=social)](https://github.com/zakarialaoui10/ziko.js)
131
- <!--## Financial support-->
131
+ <!--## Financial support-->
132
+
133
+
134
+ To do
135
+ add component middlware/wrapper
package/dist/ziko.js CHANGED
@@ -2,7 +2,7 @@
2
2
  /*
3
3
  Project: ziko.js
4
4
  Author: Zakaria Elalaoui
5
- Date : Sun Nov 09 2025 13:17:38 GMT+0100 (UTC+01:00)
5
+ Date : Sun Nov 09 2025 13:25:17 GMT+0100 (UTC+01:00)
6
6
  Git-Repo : https://github.com/zakarialaoui10/ziko.js
7
7
  Git-Wiki : https://github.com/zakarialaoui10/ziko.js/wiki
8
8
  Released under MIT License
@@ -1273,7 +1273,9 @@
1273
1273
  this.isInteractive()){
1274
1274
  // this.setAttr("ziko-hydration-index", globalThis.__Ziko__.__HYDRATION__.index);
1275
1275
  // this.element.setAttribute('ziko-hydration-index', globalThis.__Ziko__.__HYDRATION__.index)
1276
- this.setAttr('data-hydration-index', globalThis.__Ziko__.__HYDRATION__.index);
1276
+ // console.log({i : globalThis.__Ziko__.__HYDRATION__.index})
1277
+ // const index = globalThis.__Ziko__.__HYDRATION__.index
1278
+ this.element.setAttribute('data-hydration-index', globalThis.__Ziko__.__HYDRATION__.index);
1277
1279
  globalThis.__Ziko__.__HYDRATION__.register(() => this);
1278
1280
  }
1279
1281
  globalThis.__Ziko__.__UI__.push(this);
package/dist/ziko.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  /*
3
3
  Project: ziko.js
4
4
  Author: Zakaria Elalaoui
5
- Date : Sun Nov 09 2025 13:17:38 GMT+0100 (UTC+01:00)
5
+ Date : Sun Nov 09 2025 13:25:17 GMT+0100 (UTC+01:00)
6
6
  Git-Repo : https://github.com/zakarialaoui10/ziko.js
7
7
  Git-Wiki : https://github.com/zakarialaoui10/ziko.js/wiki
8
8
  Released under MIT License
@@ -1267,7 +1267,9 @@ class UIElementCore extends UINode{
1267
1267
  this.isInteractive()){
1268
1268
  // this.setAttr("ziko-hydration-index", globalThis.__Ziko__.__HYDRATION__.index);
1269
1269
  // this.element.setAttribute('ziko-hydration-index', globalThis.__Ziko__.__HYDRATION__.index)
1270
- this.setAttr('data-hydration-index', globalThis.__Ziko__.__HYDRATION__.index);
1270
+ // console.log({i : globalThis.__Ziko__.__HYDRATION__.index})
1271
+ // const index = globalThis.__Ziko__.__HYDRATION__.index
1272
+ this.element.setAttribute('data-hydration-index', globalThis.__Ziko__.__HYDRATION__.index);
1271
1273
  globalThis.__Ziko__.__HYDRATION__.register(() => this);
1272
1274
  }
1273
1275
  globalThis.__Ziko__.__UI__.push(this);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ziko",
3
- "version": "0.46.3",
3
+ "version": "0.46.4",
4
4
  "description": "A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...",
5
5
  "keywords": [
6
6
  "front-end",
@@ -71,7 +71,9 @@ class UIElementCore extends UINode{
71
71
  this.isInteractive()){
72
72
  // this.setAttr("ziko-hydration-index", globalThis.__Ziko__.__HYDRATION__.index);
73
73
  // this.element.setAttribute('ziko-hydration-index', globalThis.__Ziko__.__HYDRATION__.index)
74
- this.setAttr('data-hydration-index', globalThis.__Ziko__.__HYDRATION__.index)
74
+ // console.log({i : globalThis.__Ziko__.__HYDRATION__.index})
75
+ // const index = globalThis.__Ziko__.__HYDRATION__.index
76
+ this.element.setAttribute('data-hydration-index', globalThis.__Ziko__.__HYDRATION__.index)
75
77
  globalThis.__Ziko__.__HYDRATION__.register(() => this)
76
78
  }
77
79
  globalThis.__Ziko__.__UI__.push(this)