@incodetech/welcome 1.85.0-20251113152710.0 → 1.85.0-20251113153224.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/dist/onBoarding.mjs +6 -2
- package/dist/onBoarding.umd.js +2 -2
- package/package.json +1 -1
package/dist/onBoarding.mjs
CHANGED
|
@@ -8374,7 +8374,7 @@ class MlWasmJSApi {
|
|
|
8374
8374
|
);
|
|
8375
8375
|
}
|
|
8376
8376
|
}
|
|
8377
|
-
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-
|
|
8377
|
+
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-20251113153224.0";
|
|
8378
8378
|
function e$2(Be, Le) {
|
|
8379
8379
|
return function(Ye, tt) {
|
|
8380
8380
|
return Object.prototype.hasOwnProperty.call(Ye, tt);
|
|
@@ -9504,7 +9504,11 @@ class DetectionSetup {
|
|
|
9504
9504
|
localStorage.setItem(
|
|
9505
9505
|
"isIPhone14OrHigher",
|
|
9506
9506
|
String(
|
|
9507
|
-
window.outerHeight === 852 && window.outerWidth === 393 || window.outerHeight === 932 && window.outerWidth === 430 || window.innerHeight === 631 && window.innerWidth === 375
|
|
9507
|
+
window.outerHeight === 852 && window.outerWidth === 393 || window.outerHeight === 932 && window.outerWidth === 430 || window.innerHeight === 631 && window.innerWidth === 375 || window.innerHeight === 874 && window.innerWidth === 402 || // iPhone 17
|
|
9508
|
+
window.outerHeight === 912 && window.outerWidth === 420 || // iPhone 17 Air
|
|
9509
|
+
window.outerHeight === 873 && window.outerWidth === 402 || // iPhone 17 Pro
|
|
9510
|
+
window.outerHeight === 956 && window.outerWidth === 440
|
|
9511
|
+
// iPhone 17 Pro Max
|
|
9508
9512
|
)
|
|
9509
9513
|
);
|
|
9510
9514
|
}
|