@wandelbots/wandelbots-js-react-components 4.2.0-pr.feat-JoggingPanelSupportForLinearAxis.514.bd93b8d → 4.2.0-pr.feat-JoggingPanelSupportForLinearAxis.514.bd9fd39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/wandelbots-js-react-components",
3
- "version": "4.2.0-pr.feat-JoggingPanelSupportForLinearAxis.514.bd93b8d",
3
+ "version": "4.2.0-pr.feat-JoggingPanelSupportForLinearAxis.514.bd9fd39",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -93,7 +93,7 @@
93
93
  "@types/react": "^19.1.8",
94
94
  "@types/three": "^0.182.0",
95
95
  "@vitejs/plugin-react": "^4.3.4",
96
- "@wandelbots/nova-js": "^3.5.2",
96
+ "@wandelbots/nova-js": "^3.5.3",
97
97
  "add": "^2.0.6",
98
98
  "eslint-plugin-storybook": "^10.1.10",
99
99
  "glob": "^13.0.0",
@@ -418,7 +418,7 @@ export class JoggingStore {
418
418
 
419
419
 
420
420
  /*
421
- * ToDo replace Hardcoded Models with an api requst that delivers the type (will become part of DH-Parameters)
421
+ * ToDo replace Hardcoded Models with an api request that delivers the type (will become part of DH-Parameters)
422
422
  * Ticket already created
423
423
  * */
424
424
  get jointCategory(): JointCategory {
@@ -280,10 +280,10 @@ export class JoggerConnection {
280
280
  * Jogging: Start rotation of a single robot joint at the specified velocity
281
281
  */
282
282
  async rotateJoints({
283
- joint,
284
- direction,
285
- velocityValue,
286
- velocityUnit
283
+ joint,
284
+ direction,
285
+ velocityValue,
286
+ velocityUnit
287
287
 
288
288
  }: {
289
289
  /** Index of the joint to rotate */