@thefittingroom/shop-ui 1.1.8 → 1.1.10

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.
@@ -4,6 +4,7 @@ export declare class TfrSizeRec {
4
4
  private readonly onSignInClick;
5
5
  private readonly onSignOutClick;
6
6
  private readonly sizeRecComponent;
7
+ private readonly perfectFits;
7
8
  constructor(sizeRecMainDivId: string, tfrShop: TfrShop, onSignInClick: () => void, onSignOutClick: () => void);
8
9
  get sku(): string;
9
10
  setSku(sku: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thefittingroom/shop-ui",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
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.6"
35
+ "@thefittingroom/sdk": "1.1.7"
36
36
  }
37
37
  }