@wandelbots/wandelbots-js-react-components 1.28.1 → 1.28.2

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.28.1",
3
+ "version": "1.28.2",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -167,6 +167,9 @@ export const SupportedRobot = externalizeComponent(
167
167
  case "UniversalRobots_UR3e":
168
168
  Robot = UniversalRobots_UR3e
169
169
  break
170
+ case "UniversalRobots_UR5":
171
+ Robot = UniversalRobots_UR5CB
172
+ break
170
173
  case "UniversalRobots_UR5CB":
171
174
  Robot = UniversalRobots_UR5CB
172
175
  break