vis-core 0.17.1 → 0.17.2
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.js +1 -1
- package/dist/index.module.js +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.module.js
CHANGED
|
@@ -43513,7 +43513,7 @@ function la(i) {
|
|
|
43513
43513
|
const e = new De();
|
|
43514
43514
|
return e.color.setScalar(i), e;
|
|
43515
43515
|
}
|
|
43516
|
-
const yf = "0.17.
|
|
43516
|
+
const yf = "0.17.2", lp = !1;
|
|
43517
43517
|
class _a {
|
|
43518
43518
|
constructor(e, t = {}) {
|
|
43519
43519
|
O(this, "container");
|
|
@@ -43654,7 +43654,7 @@ class _a {
|
|
|
43654
43654
|
const t = {
|
|
43655
43655
|
bloom: !1
|
|
43656
43656
|
};
|
|
43657
|
-
|
|
43657
|
+
Zk.includes(e.objectType.split("#")[1]) && (t.prefab = e.prefab), e.object3d.userData = new Proxy(t, {
|
|
43658
43658
|
set: (n, s, l) => {
|
|
43659
43659
|
if (s === "bloom")
|
|
43660
43660
|
this.pencil.composerController.toggleBloomSelection(
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.17.
|
|
1
|
+
declare const _default: "0.17.2";
|
|
2
2
|
export default _default;
|