xactsize-webcomponents 1.0.41 → 1.0.43

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.
@@ -1,6 +1,7 @@
1
1
  import { LitElement } from 'lit';
2
2
  export declare class XactStepOne extends LitElement {
3
3
  height: number;
4
+ brandName: string;
4
5
  onStartMeasurement: ((height: number) => void) | undefined;
5
6
  static styles: import('lit', { with: { "resolution-mode": "import" } }).CSSResult;
6
7
  render(): import('lit-html', { with: { "resolution-mode": "import" } }).TemplateResult<1>;
@@ -3,17 +3,17 @@ export declare class XactStepResult extends LitElement {
3
3
  productName: string;
4
4
  recommendedSize: string;
5
5
  productSku: string;
6
+ garmentUrl: string;
6
7
  generatedImageUrl: string;
7
8
  isVtonFetching: boolean;
8
9
  vtonError: boolean;
9
10
  onAccept: (() => void) | undefined;
10
11
  onRetry: (() => void) | undefined;
11
- private getProductImage;
12
12
  static styles: import('lit', { with: { "resolution-mode": "import" } }).CSSResult;
13
13
  render(): import('lit-html', { with: { "resolution-mode": "import" } }).TemplateResult<1>;
14
14
  }
15
15
  declare global {
16
16
  interface HTMLElementTagNameMap {
17
- 'xact-step-result': XactStepResult;
17
+ "xact-step-result": XactStepResult;
18
18
  }
19
19
  }
@@ -53,7 +53,6 @@ export declare const templates: {
53
53
  sdabfef8968aeb5fa: string;
54
54
  sdf9f9c621b6316e7: string;
55
55
  se940dab2e0b7a710: string;
56
- sf315699feee25406: string;
57
56
  sf84b5644f7595ce5: string;
58
57
  seb66e000f03f21e0: string;
59
58
  sd2259f35f330b63c: string;
@@ -1,4 +1,4 @@
1
- import { s as e } from "./body-measurer-CR-lICYv.mjs";
1
+ import { s as e } from "./body-measurer-CNtHLFqj.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",
@@ -54,7 +54,6 @@ const s = {
54
54
  sdabfef8968aeb5fa: "Um erro inesperado aconteceu",
55
55
  sdf9f9c621b6316e7: "Medir novamente",
56
56
  se940dab2e0b7a710: "Antes de começar",
57
- sf315699feee25406: "Descubra o tamanho ideal para você",
58
57
  sf84b5644f7595ce5: "Com base em suas medidas e nas dimensões exatas da peça, a recomendação de tamanho fornecida é a mais precisa para um ajuste ideal.",
59
58
  seb66e000f03f21e0: "Let's find your perfect size",
60
59
  sd2259f35f330b63c: "Curated luxury. Perfect fit.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xactsize-webcomponents",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
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",
@@ -48,6 +48,6 @@
48
48
  "body-measurement",
49
49
  "ecommerce"
50
50
  ],
51
- "author": "Your Name",
51
+ "author": "XactSize",
52
52
  "license": "SEE LICENSE IN LICENSE.md"
53
53
  }