@thefittingroom/shop-ui 1.4.27 → 1.4.29
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/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.min.js +2 -2
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* thefittingroom v1.4.
|
|
2
|
+
* thefittingroom v1.4.29 (2024-08-14T18:33:15.188Z)
|
|
3
3
|
* Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
function loadImageRecursive(imageURL, imageURLs) {
|
|
@@ -26303,6 +26303,8 @@ const NoAvatarModal = () => {
|
|
|
26303
26303
|
|
|
26304
26304
|
const ScanCodeModal = (props) => {
|
|
26305
26305
|
const isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
|
|
26306
|
+
if (!isMobile)
|
|
26307
|
+
document.getElementById('tfr-sign-in-nav').style.marginBottom = '0';
|
|
26306
26308
|
const onSignInNav = () => {
|
|
26307
26309
|
props.onSignInNav();
|
|
26308
26310
|
};
|