abstract-3d 2.0.10 → 2.0.12

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": "abstract-3d",
3
- "version": "2.0.10",
3
+ "version": "2.0.12",
4
4
  "description": "Abstract 3D",
5
5
  "author": "Divid AB <info@divid.se>",
6
6
  "repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-3d",
@@ -12,26 +12,32 @@
12
12
  "exports": {
13
13
  ".": {
14
14
  "ts": "./src/index.ts",
15
+ "types": "./lib/index.d.ts",
15
16
  "import": "./lib/index.js"
16
17
  },
17
18
  "./react": {
18
19
  "ts": "./src/renderers/react/index.ts",
20
+ "types": "./lib/renderers/react/index.d.ts",
19
21
  "import": "./lib/renderers/react/index.js"
20
22
  },
21
23
  "./dxf": {
22
24
  "ts": "./src/renderers/dxf/index.ts",
25
+ "types": "./lib/renderers/dxf/index.d.ts",
23
26
  "import": "./lib/renderers/dxf/index.js"
24
27
  },
25
28
  "./step": {
26
29
  "ts": "./src/renderers/step/index.ts",
30
+ "types": "./lib/renderers/step/index.d.ts",
27
31
  "import": "./lib/renderers/step/index.js"
28
32
  },
29
33
  "./stl": {
30
34
  "ts": "./src/renderers/stl/index.ts",
35
+ "types": "./lib/renderers/stl/index.d.ts",
31
36
  "import": "./lib/renderers/stl/index.js"
32
37
  },
33
38
  "./svg": {
34
39
  "ts": "./src/renderers/svg/index.ts",
40
+ "types": "./lib/renderers/svg/index.d.ts",
35
41
  "import": "./lib/renderers/svg/index.js"
36
42
  }
37
43
  },
@@ -45,7 +51,7 @@
45
51
  "@react-three/drei": "^10.7.7",
46
52
  "@react-three/fiber": "^9.6.1",
47
53
  "@react-three/postprocessing": "^3.0.4",
48
- "abstract-image": "^13.0.38",
54
+ "abstract-image": "^13.0.39",
49
55
  "suspend-react": "^0.1.3",
50
56
  "three": "^0.184.0",
51
57
  "ts-exhaustive-check": "^1.0.0"
@@ -59,5 +65,5 @@
59
65
  "@types/three": "^0.180.0",
60
66
  "react": "^19.2.6"
61
67
  },
62
- "gitHead": "8cb5aebb0c44014b49fb356e290ebdecddfd21b5"
68
+ "gitHead": "9afbfc3d9c98b25459e07358c66b17f0b96f4b84"
63
69
  }
@@ -0,0 +1,9 @@
1
+ import { ThreeElements } from "@react-three/fiber";
2
+
3
+ declare global {
4
+ namespace React {
5
+ namespace JSX {
6
+ interface IntrinsicElements extends ThreeElements {}
7
+ }
8
+ }
9
+ }
package/src/.DS_Store DELETED
Binary file
Binary file