@tresjs/cientos 5.0.0-next.3 → 5.0.0-next.5

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.
Files changed (47) hide show
  1. package/dist/core/abstractions/Edges.vue.d.ts +5 -5
  2. package/dist/core/abstractions/Mask/component.vue.d.ts +5 -5
  3. package/dist/core/abstractions/Outline/component.vue.d.ts +1 -1
  4. package/dist/core/abstractions/Text3D.vue.d.ts +27 -2
  5. package/dist/core/abstractions/useSurfaceSampler/index.d.ts +3 -2
  6. package/dist/core/controls/Helper/component.vue.d.ts +2 -3
  7. package/dist/core/controls/Helper/useHelper.d.ts +2 -1
  8. package/dist/core/loaders/index.d.ts +3 -2
  9. package/dist/core/loaders/useFBX/component.vue.d.ts +7258 -0
  10. package/dist/core/loaders/useFBX/index.d.ts +7254 -6
  11. package/dist/core/loaders/useGLTF/component.vue.d.ts +3 -8
  12. package/dist/core/loaders/{SVG → useSVG}/component.vue.d.ts +3 -11
  13. package/dist/core/loaders/useSVG/index.d.ts +74 -0
  14. package/dist/core/materials/meshGlassMaterial/material.d.ts +11 -2
  15. package/dist/core/materials/meshReflectionMaterial/index.vue.d.ts +2 -2
  16. package/dist/core/misc/html/HTML.vue.d.ts +4 -4
  17. package/dist/core/shapes/Box.vue.d.ts +4 -4
  18. package/dist/core/shapes/Circle.vue.d.ts +4 -4
  19. package/dist/core/shapes/Cone.vue.d.ts +4 -4
  20. package/dist/core/shapes/CubicBezierLine.vue.d.ts +4 -4
  21. package/dist/core/shapes/Cylinder.vue.d.ts +4 -4
  22. package/dist/core/shapes/Dodecahedron.vue.d.ts +4 -4
  23. package/dist/core/shapes/Icosahedron.vue.d.ts +4 -4
  24. package/dist/core/shapes/Line2.vue.d.ts +2 -2
  25. package/dist/core/shapes/Octahedron.vue.d.ts +4 -4
  26. package/dist/core/shapes/Plane.vue.d.ts +4 -4
  27. package/dist/core/shapes/QuadraticBezierLine.vue.d.ts +4 -4
  28. package/dist/core/shapes/Ring.vue.d.ts +4 -4
  29. package/dist/core/shapes/RoundedBox.vue.d.ts +4 -4
  30. package/dist/core/shapes/ScreenQuad.vue.d.ts +4 -4
  31. package/dist/core/shapes/Sphere.vue.d.ts +4 -4
  32. package/dist/core/shapes/Superformula.vue.d.ts +4 -4
  33. package/dist/core/shapes/Tetrahedron.vue.d.ts +4 -4
  34. package/dist/core/shapes/Torus.vue.d.ts +4 -4
  35. package/dist/core/shapes/TorusKnot.vue.d.ts +4 -4
  36. package/dist/core/shapes/Tube.vue.d.ts +4 -4
  37. package/dist/core/staging/AccumulativeShadows/component.vue.d.ts +4 -4
  38. package/dist/core/staging/CircleShadow.vue.d.ts +2 -2
  39. package/dist/core/staging/Grid.vue.d.ts +2 -2
  40. package/dist/core/staging/Precipitation.vue.d.ts +4 -4
  41. package/dist/core/staging/Sky.vue.d.ts +46 -0
  42. package/dist/core/staging/Sparkles/component.vue.d.ts +168 -0
  43. package/dist/core/staging/Stage.vue.d.ts +4 -4
  44. package/dist/core/staging/Stars.vue.d.ts +2 -2
  45. package/dist/core/staging/useEnvironment/lightformer/index.vue.d.ts +2 -2
  46. package/dist/trescientos.js +11320 -11138
  47. package/package.json +8 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tresjs/cientos",
3
3
  "type": "module",
4
- "version": "5.0.0-next.3",
4
+ "version": "5.0.0-next.5",
5
5
  "packageManager": "pnpm@10.11.0",
6
6
  "description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
7
7
  "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
@@ -59,7 +59,7 @@
59
59
  "peerDependencies": {
60
60
  "@tresjs/core": ">=4.2.1",
61
61
  "three": ">=0.133",
62
- "vue": ">=3.3"
62
+ "vue": ">=3.5.17"
63
63
  },
64
64
  "dependencies": {
65
65
  "@vueuse/core": "^12.3.0",
@@ -74,10 +74,10 @@
74
74
  "@tresjs/core": "5.0.0-next.6",
75
75
  "@tresjs/eslint-config": "^1.4.0",
76
76
  "@types/node": "^24.0.3",
77
- "@types/three": "^0.177.0",
77
+ "@types/three": "^0.178.0",
78
78
  "@typescript-eslint/eslint-plugin": "^8.19.0",
79
79
  "@typescript-eslint/parser": "^8.19.0",
80
- "@vitejs/plugin-vue": "^5.2.4",
80
+ "@vitejs/plugin-vue": "^6.0.0",
81
81
  "eslint": "^9.27.0",
82
82
  "eslint-plugin-vue": "^10.1.0",
83
83
  "gsap": "^3.13.0",
@@ -86,14 +86,15 @@
86
86
  "release-it": "^19.0.2",
87
87
  "rollup-plugin-analyzer": "^4.0.0",
88
88
  "rollup-plugin-visualizer": "^5.13.1",
89
- "three": "^0.176.0",
89
+ "three": "^0.178.0",
90
90
  "typescript": "^5.8.3",
91
91
  "unocss": "^66.1.2",
92
- "vite": "^6.3.5",
92
+ "vite": "^7.0.2",
93
93
  "vite-plugin-banner": "^0.8.1",
94
94
  "vite-plugin-dts": "4.5.4",
95
95
  "vite-plugin-glsl": "^1.4.1",
96
96
  "vite-svg-loader": "^5.1.0",
97
- "vitepress": "1.6.3"
97
+ "vitepress": "1.6.3",
98
+ "vue-tsc": "^3.0.1"
98
99
  }
99
100
  }