zakeke-configurator-react 0.1.291-prod → 0.1.292-prod

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -30989,7 +30989,7 @@ function matchCodes(code1, code2) {
30989
30989
  function getPlatformSettings() {
30990
30990
  return CURRENT_REDUX_STORE.getState().platformSettings;
30991
30991
  }
30992
- var IS_ANDROID = navigator.platform.toLowerCase().includes('android');
30992
+ var IS_ANDROID = /android/i.test(navigator.userAgent);
30993
30993
  var IS_IOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !self.MSStream || navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1;
30994
30994
  var IS_AR_DEVICE_COMPLIANT = function () {
30995
30995
  var tempAnchor = document.createElement('a');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zakeke-configurator-react",
3
- "version": "0.1.291-prod",
3
+ "version": "0.1.292-prod",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/declarations/composer/Module/src/index.d.ts",