@wandelbots/wandelbots-js-react-components 2.29.0-pr.feature-add-cycle-timer.368.cb225d2 → 2.29.0

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.
@@ -113,7 +113,7 @@ export declare class JoggingStore {
113
113
  saveToLocalStorage(): void;
114
114
  get isLocked(): boolean;
115
115
  get localStorageSave(): {
116
- selectedTabId: "debug" | "cartesian" | "joint";
116
+ selectedTabId: "cartesian" | "joint" | "debug";
117
117
  selectedCoordSystemId: string;
118
118
  selectedTcpId: string;
119
119
  selectedOrientation: string;