@cognite/reveal 4.10.7 → 4.11.0

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 (22) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +75 -71
  3. package/dist/index.js.map +1 -1
  4. package/dist/packages/360-images/src/collection/DefaultImage360Collection.d.ts +5 -1
  5. package/dist/packages/360-images/src/collection/Image360Collection.d.ts +10 -0
  6. package/dist/packages/360-images/src/collection/Image360CollectionFactory.d.ts +2 -1
  7. package/dist/packages/360-images/src/entity/Image360Entity.d.ts +4 -2
  8. package/dist/packages/360-images/src/entity/Image360VisualizationBox.d.ts +2 -0
  9. package/dist/packages/360-images/src/icons/IconCollection.d.ts +3 -1
  10. package/dist/packages/3d-overlays/src/Overlay3DIcon.d.ts +10 -8
  11. package/dist/packages/3d-overlays/src/OverlayPointsObject.d.ts +5 -1
  12. package/dist/packages/api/src/api-helpers/Image360ApiHelper.d.ts +2 -6
  13. package/dist/packages/api/src/public/migration/Cognite3DViewer.d.ts +1 -1
  14. package/dist/packages/camera-manager/index.d.ts +1 -0
  15. package/dist/packages/camera-manager/src/Flexible/FlexibleCameraManager.d.ts +2 -2
  16. package/dist/packages/camera-manager/src/Flexible/FlexibleControls.d.ts +11 -3
  17. package/dist/packages/camera-manager/src/Flexible/FlexibleControlsOptions.d.ts +4 -0
  18. package/dist/packages/camera-manager/src/Flexible/IFlexibleCameraManager.d.ts +1 -0
  19. package/dist/packages/camera-manager/src/Flexible/moveCamera.d.ts +1 -1
  20. package/dist/packages/camera-manager/src/utils/getWheelDelta.d.ts +4 -0
  21. package/dist/packages/utilities/src/customObject/CustomObjectIntersection.d.ts +1 -1
  22. package/package.json +3 -3
package/README.md CHANGED
@@ -146,7 +146,7 @@ To see an example of this check out the `packages/camera-manager` package.
146
146
 
147
147
  The `viewer/reveal.api.md` file contains a description of the public API of Reveal. In the CI pipeline, the `reveal.api.md` file is checked to be up-to-date by API extractor.
148
148
 
149
- In order to update this file locally, run `yarn run update-api` *after* having run the build script. This will update the API file with any changes, which should be added and commited in the same PR.
149
+ In order to update this file locally, run `yarn run update-api` *after* having run the build script. This will update the API file with any changes, which should be added and committed in the same PR.
150
150
 
151
151
  ## Debugging
152
152