@ikonai/sdk-ui 1.0.78 → 1.0.79

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.
@@ -1867,7 +1867,7 @@ function Si(e, r) {
1867
1867
  if (!R(l))
1868
1868
  continue;
1869
1869
  const c = l.New;
1870
- c === void 0 ? o.set(E, void 0) : R(c) ? o.set(E, Xe(c)) : o.set(E, c);
1870
+ c == null ? o.set(E, void 0) : R(c) ? o.set(E, Xe(c)) : o.set(E, c);
1871
1871
  }
1872
1872
  }
1873
1873
  const a = Array.isArray(e.textUpdates) ? e.textUpdates.map(
package/index.js CHANGED
@@ -2348,7 +2348,7 @@ function bi(e, t) {
2348
2348
  if (!U(E))
2349
2349
  continue;
2350
2350
  const h = E.New;
2351
- h === void 0 ? o.set(l, void 0) : U(h) ? o.set(l, qe(h)) : o.set(l, h);
2351
+ h == null ? o.set(l, void 0) : U(h) ? o.set(l, qe(h)) : o.set(l, h);
2352
2352
  }
2353
2353
  }
2354
2354
  const a = Array.isArray(e.textUpdates) ? e.textUpdates.map(
@@ -3220,7 +3220,7 @@ function Qi(e) {
3220
3220
  }
3221
3221
  function Zi(e) {
3222
3222
  return new Worker(
3223
- "" + new URL("assets/ui-worker-CioCQufn.js", import.meta.url).href,
3223
+ "" + new URL("assets/ui-worker-DzF549yi.js", import.meta.url).href,
3224
3224
  {
3225
3225
  type: "module",
3226
3226
  name: e?.name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikonai/sdk-ui",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",