@royaloperahouse/harmonic 0.4.1-b → 0.4.1-c
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/dist/harmonic.cjs.development.js +1 -0
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +1 -0
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -5026,6 +5026,7 @@ var useViewport = function useViewport() {
|
|
|
5026
5026
|
isDesktop: window.innerWidth >= breakpoints.md
|
|
5027
5027
|
});
|
|
5028
5028
|
};
|
|
5029
|
+
handleResize();
|
|
5029
5030
|
window.addEventListener('resize', handleResize);
|
|
5030
5031
|
return function () {
|
|
5031
5032
|
return window.removeEventListener('resize', handleResize);
|