sirius-common-utils 1.0.14 → 1.0.15

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.
@@ -1007,7 +1007,6 @@ const DomUtils = {
1007
1007
  forbidBodyScroll,
1008
1008
  syncDomAnimation,
1009
1009
  closetByClassName,
1010
- getDomElemMouseRelativePosition,
1011
1010
  offset
1012
1011
  };
1013
1012
  function isIOS() {
@@ -1008,7 +1008,6 @@
1008
1008
  forbidBodyScroll,
1009
1009
  syncDomAnimation,
1010
1010
  closetByClassName,
1011
- getDomElemMouseRelativePosition,
1012
1011
  offset
1013
1012
  };
1014
1013
  function isIOS() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sirius-common-utils",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "",
5
5
  "main": "./dist/sirius-common-utils.umd.cjs",
6
6
  "module": "./dist/sirius-common-utils.js",