angular-three-soba 1.9.1 → 1.9.2

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 (79) hide show
  1. package/abstractions/lib/billboard/billboard.d.ts +1 -1
  2. package/esm2020/abstractions/lib/billboard/billboard.mjs +10 -10
  3. package/esm2020/abstractions/lib/catmull-rom-line/catmull-rom-line.mjs +3 -3
  4. package/esm2020/abstractions/lib/cubic-bezier-line/cubic-bezier-line.mjs +3 -3
  5. package/esm2020/abstractions/lib/gizmo-helper/gizmo-helper.mjs +6 -6
  6. package/esm2020/abstractions/lib/gizmo-helper/gizmo-viewcube/gizmo-viewcube-edge.mjs +3 -3
  7. package/esm2020/abstractions/lib/gizmo-helper/gizmo-viewcube/gizmo-viewcube-face.mjs +6 -6
  8. package/esm2020/abstractions/lib/gizmo-helper/gizmo-viewcube/gizmo-viewcube-inputs.mjs +3 -3
  9. package/esm2020/abstractions/lib/gizmo-helper/gizmo-viewcube/gizmo-viewcube.mjs +3 -3
  10. package/esm2020/abstractions/lib/gizmo-helper/gizmo-viewport/gizmo-viewport-axis.mjs +6 -6
  11. package/esm2020/abstractions/lib/gizmo-helper/gizmo-viewport/gizmo-viewport.mjs +3 -3
  12. package/esm2020/abstractions/lib/line/line-input.mjs +3 -3
  13. package/esm2020/abstractions/lib/line/line.mjs +3 -3
  14. package/esm2020/abstractions/lib/quadratic-bezier-line/quadratic-bezier-line.mjs +3 -3
  15. package/esm2020/abstractions/lib/text/text.mjs +3 -3
  16. package/esm2020/abstractions/lib/text-3d/text-3d.mjs +3 -3
  17. package/esm2020/cameras/lib/camera/camera-content.mjs +3 -3
  18. package/esm2020/cameras/lib/camera/camera.mjs +3 -3
  19. package/esm2020/cameras/lib/orthographic-camera/orthographic-camera.mjs +3 -3
  20. package/esm2020/cameras/lib/perspective-camera/perspective-camera.mjs +3 -3
  21. package/esm2020/controls/lib/orbit-controls/orbit-controls.mjs +3 -3
  22. package/esm2020/loaders/lib/loader/loader.mjs +3 -3
  23. package/esm2020/materials/lib/mesh-distort-material/mesh-distort-material.mjs +3 -3
  24. package/esm2020/materials/lib/mesh-reflector-material/mesh-reflector-material.mjs +3 -3
  25. package/esm2020/materials/lib/mesh-wobble-material/mesh-wobble-material.mjs +3 -3
  26. package/esm2020/misc/lib/bake-shadows/bake-shadows.mjs +3 -3
  27. package/esm2020/performance/lib/adaptive/adaptive-dpr.mjs +3 -3
  28. package/esm2020/performance/lib/adaptive/adaptive-events.mjs +3 -3
  29. package/esm2020/performance/lib/detailed/detailed.mjs +3 -3
  30. package/esm2020/performance/lib/stats/stats.mjs +3 -3
  31. package/esm2020/staging/lib/accumulative-shadows/accumulative-shadows.mjs +6 -6
  32. package/esm2020/staging/lib/accumulative-shadows/randomized-lights.mjs +6 -6
  33. package/esm2020/staging/lib/bounds/bounds.mjs +3 -3
  34. package/esm2020/staging/lib/camera-shake/camera-shake.mjs +3 -3
  35. package/esm2020/staging/lib/center/center.mjs +3 -3
  36. package/esm2020/staging/lib/cloud/cloud.mjs +3 -3
  37. package/esm2020/staging/lib/contact-shadows/contact-shadows.mjs +3 -3
  38. package/esm2020/staging/lib/environment/environment-cube.mjs +3 -3
  39. package/esm2020/staging/lib/environment/environment-ground.mjs +3 -3
  40. package/esm2020/staging/lib/environment/environment-inputs.mjs +3 -3
  41. package/esm2020/staging/lib/environment/environment-map.mjs +3 -3
  42. package/esm2020/staging/lib/environment/environment-portal.mjs +3 -3
  43. package/esm2020/staging/lib/environment/environment.mjs +6 -6
  44. package/esm2020/staging/lib/float/float.mjs +3 -3
  45. package/esm2020/staging/lib/sky/sky.mjs +3 -3
  46. package/esm2020/staging/lib/sparkles/sparkles.mjs +3 -3
  47. package/esm2020/staging/lib/spot-light/common.mjs +5 -3
  48. package/esm2020/staging/lib/spot-light/shadow-mesh-input.mjs +8 -4
  49. package/esm2020/staging/lib/spot-light/spot-light-input.mjs +3 -3
  50. package/esm2020/staging/lib/spot-light/spot-light-shadow-no-shader.mjs +6 -6
  51. package/esm2020/staging/lib/spot-light/spot-light-shadow-shader.mjs +6 -5
  52. package/esm2020/staging/lib/spot-light/spot-light-shadow.mjs +7 -8
  53. package/esm2020/staging/lib/spot-light/spot-light.mjs +3 -3
  54. package/esm2020/staging/lib/spot-light/volumetric-mesh.mjs +3 -3
  55. package/esm2020/staging/lib/stage/stage.mjs +6 -6
  56. package/esm2020/staging/lib/stars/stars.mjs +3 -3
  57. package/fesm2015/angular-three-soba-abstractions.mjs +60 -60
  58. package/fesm2015/angular-three-soba-abstractions.mjs.map +1 -1
  59. package/fesm2015/angular-three-soba-cameras.mjs +12 -12
  60. package/fesm2015/angular-three-soba-controls.mjs +3 -3
  61. package/fesm2015/angular-three-soba-loaders.mjs +3 -3
  62. package/fesm2015/angular-three-soba-materials.mjs +9 -9
  63. package/fesm2015/angular-three-soba-misc.mjs +3 -3
  64. package/fesm2015/angular-three-soba-performance.mjs +12 -12
  65. package/fesm2015/angular-three-soba-staging.mjs +102 -95
  66. package/fesm2015/angular-three-soba-staging.mjs.map +1 -1
  67. package/fesm2020/angular-three-soba-abstractions.mjs +60 -60
  68. package/fesm2020/angular-three-soba-abstractions.mjs.map +1 -1
  69. package/fesm2020/angular-three-soba-cameras.mjs +12 -12
  70. package/fesm2020/angular-three-soba-controls.mjs +3 -3
  71. package/fesm2020/angular-three-soba-loaders.mjs +3 -3
  72. package/fesm2020/angular-three-soba-materials.mjs +9 -9
  73. package/fesm2020/angular-three-soba-misc.mjs +3 -3
  74. package/fesm2020/angular-three-soba-performance.mjs +12 -12
  75. package/fesm2020/angular-three-soba-staging.mjs +102 -95
  76. package/fesm2020/angular-three-soba-staging.mjs.map +1 -1
  77. package/package.json +3 -3
  78. package/plugin/package.json +2 -3
  79. package/staging/lib/spot-light/shadow-mesh-input.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-three-soba",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -116,8 +116,8 @@
116
116
  "troika-three-text": "^0.47.0",
117
117
  "@storybook/addons": "6.5.16",
118
118
  "@storybook/theming": "6.5.16",
119
- "rxjs": "7.8.0",
120
- "@rx-angular/state": "1.7.0"
119
+ "rxjs": "~7.8.0",
120
+ "@rx-angular/state": "^1.7.0"
121
121
  },
122
122
  "dependencies": {
123
123
  "@nrwl/devkit": "^15.0.0",
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "peerDependencies": {
4
- "nx": "15.6.3",
5
- "tslib": "2.5.0"
4
+ "tslib": "^2.5.0"
6
5
  },
7
6
  "main": "./src/index.js",
8
7
  "types": "./src/index.d.ts",
9
- "version": "1.9.1"
8
+ "version": "1.9.2"
10
9
  }
@@ -8,6 +8,7 @@ export declare abstract class NgtsSpotLightShadowMeshInput extends NgtRxStore {
8
8
  set shader(shader: string);
9
9
  set width(width: number);
10
10
  set height(height: number);
11
+ readonly map$: import("rxjs").Observable<any>;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<NgtsSpotLightShadowMeshInput, never>;
12
13
  static ɵdir: i0.ɵɵDirectiveDeclaration<NgtsSpotLightShadowMeshInput, never, never, { "distance": "distance"; "alphaTest": "alphaTest"; "scale": "scale"; "map": "map"; "shader": "shader"; "width": "width"; "height": "height"; }, {}, never, never, false, never>;
13
14
  }