@wandelbots/wandelbots-js-react-components 6.0.0-pr.docs-remove-outdated-refs.623.2d4b028 → 6.0.0-pr.motion-smoothing-stream.625.fc2b591
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.cjs +1 -1
- package/dist/3d.d.ts +2 -0
- package/dist/3d.js +15 -12
- package/dist/chunks/{MotionGroupVisualizer-BRec-k-p.js → MotionGroupVisualizer-DNIwFJGs.js} +464 -502
- package/dist/chunks/MotionGroupVisualizer-x3q27PW3.cjs +1 -0
- package/dist/chunks/{theming-BwZXb5-H.cjs → theming-7p1lHeGJ.cjs} +1 -1
- package/dist/chunks/{theming-B2dYJ4Ca.js → theming-p2Ld02o1.js} +1 -1
- package/dist/chunks/useSmoothedMotionState-CG9saPbM.cjs +1 -0
- package/dist/chunks/{interpolation-DG8VTxzS.js → useSmoothedMotionState-DfXIZchM.js} +188 -138
- package/dist/components/robots/LinearAxisAnimator.d.ts +7 -0
- package/dist/components/robots/RobotAnimator.d.ts +7 -0
- package/dist/components/utils/useSmoothedMotionState.d.ts +31 -0
- package/dist/core.cjs +1 -1
- package/dist/core.d.ts +1 -0
- package/dist/core.js +14 -13
- package/dist/index.cjs +1 -1
- package/dist/index.js +59 -58
- package/package.json +1 -1
- package/dist/chunks/MotionGroupVisualizer-zDM0Lgd-.cjs +0 -1
- package/dist/chunks/interpolation-C9sLsved.cjs +0 -1
package/dist/3d.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/MotionGroupVisualizer-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/MotionGroupVisualizer-x3q27PW3.cjs"),o=require("./chunks/useSmoothedMotionState-CG9saPbM.cjs");exports.CollisionSceneRenderer=e.CollisionSceneRenderer;exports.LinearAxis=e.LinearAxis;exports.MANUFACTURER_HOME_CONFIGS=e.MANUFACTURER_HOME_CONFIGS;exports.MotionGroupVisualizer=e.MotionGroupVisualizer;exports.PresetEnvironment=e.PresetEnvironment;exports.Robot=e.Robot;exports.RobotCard=e.RobotCard;exports.SafetyZonesRenderer=e.SafetyZonesRenderer;exports.SupportedLinearAxis=e.SupportedLinearAxis;exports.SupportedRobot=e.SupportedRobot;exports.TrajectoryRenderer=e.TrajectoryRenderer;exports.defaultAxisConfig=e.defaultAxisConfig;exports.defaultGetModel=e.defaultGetModel;exports.extractManufacturer=e.extractManufacturer;exports.getDefaultHomeConfig=e.getDefaultHomeConfig;exports.ValueInterpolator=o.ValueInterpolator;exports.useSmoothedMotionState=o.useSmoothedMotionState;
|
package/dist/3d.d.ts
CHANGED
|
@@ -11,3 +11,5 @@ export { defaultGetModel } from "./components/robots/robotModelLogic";
|
|
|
11
11
|
export * from "./components/robots/SupportedLinearAxis";
|
|
12
12
|
export * from "./components/robots/SupportedRobot";
|
|
13
13
|
export * from "./components/robots/MotionGroupVisualizer";
|
|
14
|
+
export * from "./components/utils/useSmoothedMotionState";
|
|
15
|
+
export { type InterpolationOptions, ValueInterpolator, } from "./components/utils/interpolation";
|
package/dist/3d.js
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
import { C as o, L as r, M as
|
|
1
|
+
import { C as o, L as r, M as t, h as s, P as n, b as i, R as u, S as d, c as f, f as l, T as R, a as p, d as S, e as C, g as M } from "./chunks/MotionGroupVisualizer-DNIwFJGs.js";
|
|
2
|
+
import { V as c, u as m } from "./chunks/useSmoothedMotionState-DfXIZchM.js";
|
|
2
3
|
export {
|
|
3
4
|
o as CollisionSceneRenderer,
|
|
4
5
|
r as LinearAxis,
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
t as MANUFACTURER_HOME_CONFIGS,
|
|
7
|
+
s as MotionGroupVisualizer,
|
|
7
8
|
n as PresetEnvironment,
|
|
8
9
|
i as Robot,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
p as
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
u as RobotCard,
|
|
11
|
+
d as SafetyZonesRenderer,
|
|
12
|
+
f as SupportedLinearAxis,
|
|
13
|
+
l as SupportedRobot,
|
|
14
|
+
R as TrajectoryRenderer,
|
|
15
|
+
c as ValueInterpolator,
|
|
16
|
+
p as defaultAxisConfig,
|
|
17
|
+
S as defaultGetModel,
|
|
18
|
+
C as extractManufacturer,
|
|
19
|
+
M as getDefaultHomeConfig,
|
|
20
|
+
m as useSmoothedMotionState
|
|
18
21
|
};
|