@hybridcore/ui 1.4.25 → 1.4.26

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.
@@ -54,7 +54,7 @@ function Te(e, j) {
54
54
  for (let i = 0; i < r.length; i++) {
55
55
  const l = r[i], d = ee.get(t, `variables.${l.propertyId}`);
56
56
  if (d && e.keyAuth) {
57
- const c = await ae(ye), u = await ie(c, d);
57
+ const c = await ae(ye), u = await ie(c, String(d));
58
58
  u.data && (b(`variables.${l.propertyId}`, u.data), Q((f) => f + 1));
59
59
  }
60
60
  }
package/dist/main.d.ts CHANGED
@@ -1223,7 +1223,7 @@ declare namespace INSTANCE {
1223
1223
  }
1224
1224
 
1225
1225
  interface Variable {
1226
- [key: string | number]: string;
1226
+ [key: string | number]: string | number | boolean;
1227
1227
  }
1228
1228
 
1229
1229
  interface Location {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hybridcore/ui",
3
3
  "description": "Hybrid Core UI Library",
4
- "version": "1.4.25",
4
+ "version": "1.4.26",
5
5
  "author": "Hybrid Core",
6
6
  "license": "ISC",
7
7
  "type": "module",