@royaloperahouse/harmonic 0.5.0 → 0.5.1

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.
@@ -2,6 +2,7 @@ export declare const useIOS: () => boolean;
2
2
  export declare const isMobile: () => boolean;
3
3
  export declare const useMobile: () => boolean;
4
4
  export declare const useViewport: () => {
5
+ hydrated: boolean;
5
6
  width: number;
6
7
  isMobile: boolean;
7
8
  isTablet: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",