@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/dist/components/robots/FANUC_LR_Mate_200iD.d.ts +3 -0
- package/dist/components/robots/FANUC_LR_Mate_200iD.d.ts.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/robots/{FANUC_LR_MATE_200ID.tsx → FANUC_LR_Mate_200iD.tsx} +2 -2
- package/src/components/robots/SupportedRobot.tsx +3 -3
- package/dist/components/robots/FANUC_LR_MATE_200ID.d.ts +0 -3
- package/dist/components/robots/FANUC_LR_MATE_200ID.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -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
|
|
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 {
|
|
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 "
|
|
212
|
-
Robot =
|
|
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 +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"}
|