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.
- package/README.md +79 -47
- package/dist/body-measurer-DR6CDvtW.mjs +2796 -0
- package/dist/body-measurer.d.ts +7 -0
- package/dist/body-measurer.es.js +4 -2718
- package/dist/body-measurer.umd.js +40 -31
- package/dist/components/xact-step-result.d.ts +1 -0
- package/dist/generated/locales/pt-BR.d.ts +2 -0
- package/dist/{pt-BR-DoWEmCQ0.mjs → pt-BR-BSI-rRix.mjs} +5 -2
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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
|
-
|
|
73
|
+
s as templates
|
|
71
74
|
};
|
package/package.json
CHANGED