soonspacejs 2.14.0 → 2.14.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.esm.js CHANGED
@@ -52,7 +52,7 @@ import * as ea from "three/examples/jsm/utils/SkeletonUtils.js";
52
52
  import * as Ch from "three/examples/jsm/libs/fflate.module.js";
53
53
  import { NURBSCurve as Ih } from "three/examples/jsm/curves/NURBSCurve.js";
54
54
  import { RectAreaLightHelper as Dh } from "three/examples/jsm/helpers/RectAreaLightHelper.js";
55
- const Ah = "soonspacejs", Eh = "2.14.0", ta = {
55
+ const Ah = "soonspacejs", Eh = "2.14.1", ta = {
56
56
  name: Ah,
57
57
  version: Eh
58
58
  }, so = "[soonspacejs]: ";
@@ -7790,7 +7790,7 @@ class yn extends ct {
7790
7790
  constructor(e) {
7791
7791
  super(e), this.stype = "PoiNode";
7792
7792
  const { type: t = "2D", element: n = document.createElement("div"), elementAutoDisplay: r = !0, occlude: s = !1, occludeThrottle: i = 0, onChange: o, scaleFixed: l = null } = e ?? {};
7793
- this.elementType = t, this.element = n, this.elementAutoDisplay = r, this.occlude = s, this.occludeThrottle = i, this.onChange = o, this.scaleFixed = l, this.extraIds = [this.uuid, this.sid], this.create(t);
7793
+ this.elementType = t, this.element = n, this.elementAutoDisplay = r, this.occlude = s, this.occludeThrottle = i, this.onChange = o, this.scaleFixed = l, this.create(t);
7794
7794
  }
7795
7795
  create(e) {
7796
7796
  Ui(e) ? this._create2D() : Ni(e) ? this._create2DHalf() : Gi(e) && this._create3D();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soonspacejs",
3
- "version": "2.14.0",
3
+ "version": "2.14.1",
4
4
  "homepage": "https://www.xwbuilders.com/soonspacejs/",
5
5
  "description": "soonspacejs 2.x",
6
6
  "module": "./dist/index.esm.js",
@@ -32,5 +32,5 @@
32
32
  "three": ">=0.172.0 <0.180.0",
33
33
  "three-mesh-bvh": ">=0.9.1"
34
34
  },
35
- "gitHead": "4c85e8b7b8ad24ccb9b42f3a1826bca377c42a6d"
35
+ "gitHead": "27d5e0bcd79ff71c8e2943a8420c39624ae6f8e6"
36
36
  }