@wandelbots/wandelbots-js-react-components 1.24.5 → 1.24.6

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": "1.24.5",
3
+ "version": "1.24.6",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -157,19 +157,19 @@ export const SupportedRobot = externalizeComponent(
157
157
  }, [isGhost])
158
158
 
159
159
  switch (modelFromController) {
160
- case "UniversalRobots_UR3CB":
160
+ case "UniversalRobots_UR3":
161
161
  Robot = UniversalRobots_UR3CB
162
162
  break
163
163
  case "UniversalRobots_UR3e":
164
164
  Robot = UniversalRobots_UR3e
165
165
  break
166
- case "UniversalRobots_UR5CB":
166
+ case "UniversalRobots_UR5":
167
167
  Robot = UniversalRobots_UR5CB
168
168
  break
169
169
  case "UniversalRobots_UR5e":
170
170
  Robot = UniversalRobots_UR5e
171
171
  break
172
- case "UniversalRobots_UR10CB":
172
+ case "UniversalRobots_UR10":
173
173
  Robot = UniversalRobots_UR10CB
174
174
  break
175
175
  case "UniversalRobots_UR10e":