xactsize-webcomponents 1.0.31 → 1.0.33

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.
@@ -3,6 +3,7 @@ export declare class XactStepResult extends LitElement {
3
3
  productName: string;
4
4
  recommendedSize: string;
5
5
  productSku: string;
6
+ generatedImageUrl: string;
6
7
  onAccept: (() => void) | undefined;
7
8
  onRetry: (() => void) | undefined;
8
9
  private getProductImage;
@@ -64,5 +64,7 @@ export declare const templates: {
64
64
  s7948656b643c5186: string;
65
65
  sdde2fe5a591a828a: string;
66
66
  s4a7b0f0c7b8b2125: string;
67
+ sde0bd870399b428c: string;
68
+ s76ceab13c1401897: import('@lit/localize', { with: { "resolution-mode": "import" } }).StrResult;
67
69
  s833a6c1d27f3b409: string;
68
70
  };
@@ -1,4 +1,5 @@
1
- const e = {
1
+ import { s as e } from "./body-measurer-DR6CDvtW.mjs";
2
+ const s = {
2
3
  ERR_ARM_NOT_STRETCHED: "Estique seus braços completamente",
3
4
  ERR_ARMS_NOT_RAISED: "Levante ambos os braços em um ângulo de 45 graus",
4
5
  ERR_BODY_LANDMARKS_NOT_DETECTED: "Certifique-se de que seu corpo inteiro esteja visível na câmera",
@@ -64,8 +65,10 @@ const e = {
64
65
  s7948656b643c5186: "Enter your height (cm)",
65
66
  sdde2fe5a591a828a: "Let's get started! →",
66
67
  s4a7b0f0c7b8b2125: "By using Xactsize, you agree to our Terms and Privacy Policy.",
68
+ sde0bd870399b428c: "VIEW FULL IMAGE",
69
+ s76ceab13c1401897: e`Scanning... ${0}/${1}`,
67
70
  s833a6c1d27f3b409: "Click here to flip your camera"
68
71
  };
69
72
  export {
70
- e as templates
73
+ s as templates
71
74
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xactsize-webcomponents",
3
- "version": "1.0.31",
3
+ "version": "1.0.33",
4
4
  "description": "A web component for body measurements and size recommendations",
5
5
  "main": "dist/body-measurer.umd.js",
6
6
  "module": "dist/body-measurer.es.js",