xactsize-webcomponents 1.0.33 → 1.0.35
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/{body-measurer-DR6CDvtW.mjs → body-measurer-D5JSamrX.mjs} +138 -116
- package/dist/body-measurer.d.ts +1 -0
- package/dist/body-measurer.es.js +1 -1
- package/dist/body-measurer.umd.js +37 -27
- package/dist/components/xact-step-result.d.ts +2 -0
- package/dist/generated/locales/pt-BR.d.ts +2 -0
- package/dist/{pt-BR-BSI-rRix.mjs → pt-BR--oMNQTSq.mjs} +3 -1
- package/package.json +1 -1
|
@@ -4,6 +4,8 @@ export declare class XactStepResult extends LitElement {
|
|
|
4
4
|
recommendedSize: string;
|
|
5
5
|
productSku: string;
|
|
6
6
|
generatedImageUrl: string;
|
|
7
|
+
isVtonFetching: boolean;
|
|
8
|
+
vtonError: boolean;
|
|
7
9
|
onAccept: (() => void) | undefined;
|
|
8
10
|
onRetry: (() => void) | undefined;
|
|
9
11
|
private getProductImage;
|
|
@@ -64,6 +64,8 @@ export declare const templates: {
|
|
|
64
64
|
s7948656b643c5186: string;
|
|
65
65
|
sdde2fe5a591a828a: string;
|
|
66
66
|
s4a7b0f0c7b8b2125: string;
|
|
67
|
+
s6cda30fe423482fd: string;
|
|
68
|
+
s91a037763666343d: string;
|
|
67
69
|
sde0bd870399b428c: string;
|
|
68
70
|
s76ceab13c1401897: import('@lit/localize', { with: { "resolution-mode": "import" } }).StrResult;
|
|
69
71
|
s833a6c1d27f3b409: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as e } from "./body-measurer-
|
|
1
|
+
import { s as e } from "./body-measurer-D5JSamrX.mjs";
|
|
2
2
|
const s = {
|
|
3
3
|
ERR_ARM_NOT_STRETCHED: "Estique seus braços completamente",
|
|
4
4
|
ERR_ARMS_NOT_RAISED: "Levante ambos os braços em um ângulo de 45 graus",
|
|
@@ -65,6 +65,8 @@ const s = {
|
|
|
65
65
|
s7948656b643c5186: "Enter your height (cm)",
|
|
66
66
|
sdde2fe5a591a828a: "Let's get started! →",
|
|
67
67
|
s4a7b0f0c7b8b2125: "By using Xactsize, you agree to our Terms and Privacy Policy.",
|
|
68
|
+
s6cda30fe423482fd: "Generating your Virtual Try-On image...",
|
|
69
|
+
s91a037763666343d: "Something happened while generating the Virtual Try-On image.",
|
|
68
70
|
sde0bd870399b428c: "VIEW FULL IMAGE",
|
|
69
71
|
s76ceab13c1401897: e`Scanning... ${0}/${1}`,
|
|
70
72
|
s833a6c1d27f3b409: "Click here to flip your camera"
|
package/package.json
CHANGED