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

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.6",
3
+ "version": "1.24.7",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -4,7 +4,7 @@ Auto-generated by: https://github.com/pmndrs/gltfjsx
4
4
 
5
5
  import { animated } from "@react-spring/three"
6
6
  import { useGLTF } from "@react-three/drei"
7
- import * as THREE from "three"
7
+ import type * as THREE from "three"
8
8
  import type { GLTF } from "three-stdlib"
9
9
  import type { RobotModelProps } from "./types"
10
10
 
@@ -28,7 +28,7 @@ type GLTFResult = GLTF & {
28
28
  }
29
29
  }
30
30
 
31
- export function FANUC_LR_MATE_200ID({ modelURL, ...props }: RobotModelProps) {
31
+ export function FANUC_LR_Mate_200iD({ modelURL, ...props }: RobotModelProps) {
32
32
  const { nodes, materials } = useGLTF(modelURL) as GLTFResult
33
33
  return (
34
34
  <group {...props} dispose={null}>
@@ -8,7 +8,7 @@ import { FANUC_CRX10iA } from "./FANUC_CRX10iA"
8
8
  import { FANUC_CRX20iAL } from "./FANUC_CRX20iAL"
9
9
  import { FANUC_CRX25iA } from "./FANUC_CRX25iA"
10
10
  import { FANUC_CRX25iAL } from "./FANUC_CRX25iAL"
11
- import { FANUC_LR_MATE_200ID } from "./FANUC_LR_MATE_200ID"
11
+ import { FANUC_LR_Mate_200iD } from "./FANUC_LR_Mate_200iD"
12
12
  import { KUKA_KR16_R2010_2 } from "./KUKA_KR16_R2010_2"
13
13
  import { KUKA_KR210_R2700 } from "./KUKA_KR210_R2700"
14
14
  import { KUKA_KR270_R2700 } from "./KUKA_KR270_R2700"
@@ -208,8 +208,8 @@ export const SupportedRobot = externalizeComponent(
208
208
  case "FANUC_CRX25iAL":
209
209
  Robot = FANUC_CRX25iAL
210
210
  break
211
- case "FANUC_LR_MATE_200ID":
212
- Robot = FANUC_LR_MATE_200ID
211
+ case "FANUC_LR_Mate_200iD":
212
+ Robot = FANUC_LR_Mate_200iD
213
213
  break
214
214
  case "FANUC_ARC_Mate_120iD":
215
215
  Robot = FANUC_ARC_Mate_120iD
@@ -1,3 +0,0 @@
1
- import type { RobotModelProps } from "./types";
2
- export declare function FANUC_LR_MATE_200ID({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
- //# sourceMappingURL=FANUC_LR_MATE_200ID.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FANUC_LR_MATE_200ID.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_LR_MATE_200ID.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAsB9C,wBAAgB,mBAAmB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CA0H1E"}