@thefittingroom/shop-ui 1.3.1 → 1.3.3

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.
@@ -35,7 +35,7 @@ export declare class TfrSizeRec {
35
35
  get sku(): string;
36
36
  setSku(sku: string): void;
37
37
  setIsLoggedIn(isLoggedIn: boolean): void;
38
- setGarmentLocations(): Promise<void>;
38
+ setGarmentLocations(filledLocations?: string[]): Promise<void>;
39
39
  setRecommendedSize(): Promise<void>;
40
40
  private getGarmentLocations;
41
41
  private getRecommenedSize;
package/dist/esm/tfr.d.ts CHANGED
@@ -36,4 +36,6 @@ export declare class FittingRoom {
36
36
  private onUserProfileChange;
37
37
  private subscribeToProfileChanges;
38
38
  private unsubscribeFromProfileChanges;
39
+ private setGarmentLocations;
40
+ private getStyle;
39
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thefittingroom/shop-ui",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "description": "the fitting room UI library",
5
5
  "type": "module",
6
6
  "main": "./dist/esm/index.js",
@@ -32,6 +32,6 @@
32
32
  "typescript": "^4.0.2"
33
33
  },
34
34
  "dependencies": {
35
- "@thefittingroom/sdk": "1.1.12"
35
+ "@thefittingroom/sdk": "1.2.0"
36
36
  }
37
37
  }