@thefittingroom/shop-ui 3.0.0-alpha-0 → 3.0.0-alpha-1

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * thefittingroom v3.0.0-alpha-0 (2025-01-17T19:58:29.656Z)
2
+ * thefittingroom v3.0.0-alpha-1 (2025-01-17T20:00:29.715Z)
3
3
  * Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
4
4
  */
5
5
  function loadImageRecursive(imageURL, imageURLs) {
@@ -47,7 +47,7 @@ const InitImageSlider = (sliderID, onChange) => {
47
47
  };
48
48
 
49
49
  /*!
50
- * thefittingroom v2.0.0-alpha-0 (2025-01-17T19:54:05.370Z)
50
+ * thefittingroom v2.0.0-alpha-1 (2025-01-17T20:00:16.432Z)
51
51
  * Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
52
52
  */
53
53
 
@@ -25739,7 +25739,7 @@ class FirebaseUser {
25739
25739
  await this.auth.authStateReady();
25740
25740
  const user = this.auth.currentUser;
25741
25741
  this.setUser(user);
25742
- this.setBrandUserId(user.uid);
25742
+ this.setBrandUserId(user === null || user === void 0 ? void 0 : user.uid);
25743
25743
  return Boolean(user);
25744
25744
  }
25745
25745
  setUser(user) {