vis-core 0.12.25 → 0.12.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.
@@ -41029,7 +41029,7 @@ function Ql(n) {
41029
41029
  const t = new t0();
41030
41030
  return t.color.setScalar(n), t;
41031
41031
  }
41032
- const GX = "0.12.25", a1 = !1;
41032
+ const GX = "0.12.26", a1 = !1;
41033
41033
  class pl {
41034
41034
  constructor(t, e = {}) {
41035
41035
  P(this, "container");
@@ -41924,13 +41924,24 @@ const jM = {
41924
41924
  materialOptions: Bt({}, d)
41925
41925
  });
41926
41926
  this.parentBg.push(h);
41927
- } else
41928
- this.options.continentsBg && (this.continentsBg = yield this.drawController.draw("ContinentsBg", {
41929
- depth: 5,
41930
- equirectangular: this.options.equirectangular,
41931
- scale: this.pscale
41932
- }));
41933
- yield this.setAdcode({
41927
+ }
41928
+ this.options.continentsBg && (this.continentsBg = yield this.drawController.draw("ContinentsBg", {
41929
+ depth: this.options.continentsBgDepth,
41930
+ equirectangular: this.options.equirectangular,
41931
+ scale: this.pscale
41932
+ }), this.continentsBg.position.z = 0.1, this.mList.setObject3d(this.continentsBg.object3d, "continents-group", {
41933
+ baseObject: this.continentsBg,
41934
+ remove: !1
41935
+ }), this.continentsBg.mapArr.forEach((a) => {
41936
+ this.mList.setObject3d(
41937
+ a.object3d,
41938
+ "continents-" + a.userData.name,
41939
+ {
41940
+ baseObject: a,
41941
+ remove: !1
41942
+ }
41943
+ );
41944
+ })), yield this.setAdcode({
41934
41945
  adcodes: [e],
41935
41946
  duration: 0
41936
41947
  });
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.12.25";
1
+ declare const _default: "0.12.26";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.12.25",
3
+ "version": "0.12.26",
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",
@@ -32,7 +32,6 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@ant-design/icons-vue": "^7.0.1",
35
- "@github/webauthn-json": "^2.1.1",
36
35
  "@tailwindcss/typography": "^0.5.10",
37
36
  "@tweenjs/tween.js": ">=20.0.0",
38
37
  "@types/events": "^3.0.0",
@@ -50,7 +49,6 @@
50
49
  "gl-draw": "0.9.0-beta.404",
51
50
  "idb-keyval": "^6.2.1",
52
51
  "pinia": "^2.1.7",
53
- "pocketbase": "^0.19.0",
54
52
  "prettier-config-bundler": "^0.4.1",
55
53
  "stylelint-config-bundler": "^0.4.4",
56
54
  "tailwind-config-bundler": "^0.4.0",