@wandelbots/wandelbots-js-react-components 5.6.1 → 5.7.0-pr.fix-buttons-dissapear.617.9e953cc
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/README.md +1 -1
- package/dist/3d.cjs +1 -1
- package/dist/3d.js +1 -1
- package/dist/chunks/{MotionGroupVisualizer-Q7ifc7Kd.js → MotionGroupVisualizer-BiqA30xJ.js} +420 -403
- package/dist/chunks/MotionGroupVisualizer-EcP8o2ia.cjs +1 -0
- package/dist/chunks/theming-D3fdvk5n.cjs +4 -0
- package/dist/chunks/{theming-BU4-W3Wy.js → theming-DNofrgMK.js} +1431 -1380
- package/dist/components/jogging/JoggingPanel.d.ts +5 -3
- package/dist/components/utils/useRenderBoost.d.ts +13 -0
- package/dist/core.cjs +1 -1
- package/dist/core.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/dist/lib/ConnectedMotionGroup.d.ts +12 -5
- package/dist/lib/JoggerConnection.d.ts +7 -3
- package/dist/lib/MotionStreamConnection.d.ts +11 -4
- package/dist/lib/novaCompat.d.ts +16 -0
- package/package.json +2 -2
- package/dist/chunks/MotionGroupVisualizer-MKZ2-1oY.cjs +0 -1
- package/dist/chunks/theming-DTS9g0aC.cjs +0 -4
package/README.md
CHANGED
|
@@ -196,7 +196,7 @@ Styling system for consistent robotics applications.
|
|
|
196
196
|
|
|
197
197
|
Components integrate with the Wandelbots Nova ecosystem:
|
|
198
198
|
|
|
199
|
-
- **NovaClient Integration** - Components accept either `
|
|
199
|
+
- **NovaClient Integration** - Components accept either `Nova` instances or URL strings
|
|
200
200
|
- **Real-time Updates** - WebSocket connections for live robot state updates
|
|
201
201
|
- **Motion Group Management** - Direct integration with `ConnectedMotionGroup` objects
|
|
202
202
|
- **State Synchronization** - Automatic state management with MobX reactivity
|
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-EcP8o2ia.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;
|
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-BiqA30xJ.js";
|
|
2
2
|
export {
|
|
3
3
|
o as CollisionSceneRenderer,
|
|
4
4
|
r as LinearAxis,
|