@wandelbots/wandelbots-js-react-components 5.6.1-pr.dev-new-nova-js-client.614.1e55012 → 5.6.1-pr.dev-new-nova-js-client.614.1ffd97c

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.
@@ -1,10 +1,10 @@
1
1
  import type { SxProps } from "@mui/material/styles";
2
- import { Nova } from "@wandelbots/nova-js/v2";
2
+ import type { AnyNovaClient } from "../../lib/novaCompat";
3
3
  import { JoggingStore } from "./JoggingStore";
4
4
  export type JoggingPanelTabId = "cartesian" | "joint";
5
5
  export type JoggingPanelProps = {
6
6
  /** Either an existing Nova client or the base url of a deployed Nova instance */
7
- nova: Nova | string;
7
+ nova: AnyNovaClient | string;
8
8
  /** Id of the motion group to move e.g. 0@ur5e */
9
9
  motionGroupId: string;
10
10
  /** Cell id on the Nova instance. Defaults to "cell". */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/wandelbots-js-react-components",
3
- "version": "5.6.1-pr.dev-new-nova-js-client.614.1e55012",
3
+ "version": "5.6.1-pr.dev-new-nova-js-client.614.1ffd97c",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,