vis-core 0.12.36 → 0.12.37

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.
@@ -41145,7 +41145,7 @@ function Ql(n) {
41145
41145
  const t = new ee();
41146
41146
  return t.color.setScalar(n), t;
41147
41147
  }
41148
- const XX = "0.12.36", c1 = !1;
41148
+ const XX = "0.12.37", c1 = !1;
41149
41149
  class ml {
41150
41150
  constructor(t, e = {}) {
41151
41151
  E(this, "container");
@@ -46761,7 +46761,7 @@ class L8 {
46761
46761
  const o = a;
46762
46762
  o.material && e !== void 0 && Array.isArray(o.material) && Array.isArray(s) ? o.material.every(
46763
46763
  (c, d) => c === s[d]
46764
- ) && (o.material[e] = i) : o.material && !Array.isArray(o.material) && !Array.isArray(s) && o.material === s && (o.material = i);
46764
+ ) && (o.material[e] = i) : o.material && e !== void 0 && Array.isArray(o.material) && !Array.isArray(s) ? o.material[e] === s && (o.material[e] = i) : o.material && !Array.isArray(o.material) && !Array.isArray(s) && o.material === s && (o.material = i);
46765
46765
  }), (l = this.viewport.vis) == null || l.mList.materialList.forEach((a) => {
46766
46766
  (Array.isArray(s) ? e !== void 0 && a.material === s[e] : a.material === s) && (a.material = i);
46767
46767
  }));
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.12.36";
1
+ declare const _default: "0.12.37";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.12.36",
3
+ "version": "0.12.37",
4
4
  "scripts": {
5
5
  "start": "npm run version && PORT=5173 bundler-dev",
6
6
  "build:site": "npm run version &&PUBLIC_EXCLUDE=public/city bundler",