@wandelbots/wandelbots-js-react-components 1.4.2 → 1.4.3

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.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "files": [
6
6
  "dist",
@@ -106,6 +106,9 @@ export function SupportedRobot({
106
106
  case "FANUC_ARC_Mate_120iD":
107
107
  Robot = FANUC_ARC_Mate_120iD
108
108
  break
109
+ case "FANUC_ARC_Mate_120iD35":
110
+ Robot = FANUC_ARC_Mate_120iD
111
+ break
109
112
  case "FANUC_ARC_Mate_100iD":
110
113
  Robot = FANUC_ARC_Mate_100iD
111
114
  break