@thefittingroom/shop-ui 0.1.0 → 0.1.2

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
@@ -36366,8 +36366,8 @@ class FittingRoom {
36366
36366
  }
36367
36367
  }
36368
36368
 
36369
- const initFittingRoom = async (shopId, modalDivId, hooks, env = 'dev') => {
36370
- const tfr = new FittingRoom(shopId, modalDivId, hooks, env);
36369
+ const initFittingRoom = async (shopId, modalDivId, hooks, tryOnEnabled = false, env = 'dev') => {
36370
+ const tfr = new FittingRoom(shopId, modalDivId, hooks, tryOnEnabled, env);
36371
36371
  await tfr.onInit();
36372
36372
  return tfr;
36373
36373
  };