@wandelbots/wandelbots-js-react-components 5.5.2-pr.fix-performance-issues.594.c24b644 → 5.5.2-pr.fix-performance-issues.594.d053ea2
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/3d.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as o, L as r, M as s, h as t, P as n, b as i, R as d, S as f, c as u, f as R, T as l, a as C, d as p, e as M, g as S } from "./chunks/MotionGroupVisualizer-
|
|
1
|
+
import { C as o, L as r, M as s, h as t, P as n, b as i, R as d, S as f, c as u, f as R, T as l, a as C, d as p, e as M, g as S } from "./chunks/MotionGroupVisualizer-om9U-U7G.js";
|
|
2
2
|
export {
|
|
3
3
|
o as CollisionSceneRenderer,
|
|
4
4
|
r as LinearAxis,
|
|
@@ -661,11 +661,9 @@ const we = (e, n) => {
|
|
|
661
661
|
const u = A(() => {
|
|
662
662
|
const p = l(n, o);
|
|
663
663
|
if (!p) {
|
|
664
|
-
const h = new Blob([], { type: "model/gltf-binary" }), g = new File(
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
{ type: "model/gltf-binary" }
|
|
668
|
-
);
|
|
664
|
+
const h = new Blob([], { type: "model/gltf-binary" }), g = new File([h], `${n}.glb`, {
|
|
665
|
+
type: "model/gltf-binary"
|
|
666
|
+
});
|
|
669
667
|
return Promise.resolve(URL.createObjectURL(g));
|
|
670
668
|
}
|
|
671
669
|
return p;
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as e, L as s, M as t, h as r, P as n, b as i, R as c, S as l, c as g, f as u, T as d, a as p, d as S, e as I, g as f } from "./chunks/MotionGroupVisualizer-
|
|
1
|
+
import { C as e, L as s, M as t, h as r, P as n, b as i, R as c, S as l, c as g, f as u, T as d, a as p, d as S, e as I, g as f } from "./chunks/MotionGroupVisualizer-om9U-U7G.js";
|
|
2
2
|
import { A as m, s as C, C as R, t as b, a as x, b as y, d as A, J as L, f as P, g as V, h as E, L as J, n as T, M as F, N as O, P as G, e as N, R as h, p as q, o as v, S as H, T as W, q as j, V as w, r as B, W as D, j as U, m as Z, k as _, i as k, c as z, l as X, u as Y, v as K, w as Q, x as $ } from "./chunks/theming-CLIhckeP.js";
|
|
3
3
|
import { a as oa, P as ea, b as sa, V as ta, e as ra, c as na, f as ia, u as ca, d as la } from "./chunks/interpolation-D9WFd-j_.js";
|
|
4
4
|
import { i as ua } from "./chunks/externalizeComponent-D6S3WLFc.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wandelbots/wandelbots-js-react-components",
|
|
3
|
-
"version": "5.5.2-pr.fix-performance-issues.594.
|
|
3
|
+
"version": "5.5.2-pr.fix-performance-issues.594.d053ea2",
|
|
4
4
|
"description": "React UI toolkit for building applications on top of the Wandelbots platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|