etudes 28.2.1 → 28.3.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.
- package/build/components/PanoramaSlider.d.ts +1 -1
- package/build/etudes.js +3053 -2008
- package/build/etudes.umd.cjs +6 -6
- package/build/hooks/useDrag.d.ts +3 -3
- package/build/hooks/useImageSize.d.ts +1 -1
- package/build/hooks/useInertiaDrag.d.ts +3 -3
- package/build/hooks/useRect.d.ts +2 -2
- package/build/hooks/useScrollPosition.d.ts +4 -4
- package/build/hooks/useSize.d.ts +2 -2
- package/build/hooks/useVideoSize.d.ts +1 -1
- package/build/hooks/useViewportSize.d.ts +1 -1
- package/build/primitives/Image.d.ts +3 -3
- package/build/primitives/Panorama.d.ts +1 -1
- package/build/primitives/Select.d.ts +1 -1
- package/build/primitives/Video.d.ts +1 -1
- package/build/utils/measureIntrinsicSize.d.ts +1 -1
- package/package.json +8 -7
|
@@ -43,7 +43,7 @@ export declare namespace PanoramaSlider {
|
|
|
43
43
|
* used to automatically calculate the FOV if `fov` prop is not specified.
|
|
44
44
|
* If it is, this prop is ignored.
|
|
45
45
|
*/
|
|
46
|
-
viewportSize?: Size;
|
|
46
|
+
viewportSize?: Size.Size;
|
|
47
47
|
} & Panorama.Props;
|
|
48
48
|
/**
|
|
49
49
|
* Component for the active indicator of a {@link PanoramaSlider}.
|