@primestyleai/tryon 5.10.188 → 5.10.190

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,6 @@
1
1
  "use client";
2
- import { c as l, A as c, S as h, i as u, a as m } from "./index-BduSFARG.js";
3
- import { P as x, b as w, T as C, d as k, e as U, r as S } from "./index-BduSFARG.js";
2
+ import { d as l, A as c, a as h, i as u, b as m } from "./index-BlzviBfP.js";
3
+ import { P as x, S as w, T as C, c as k, e as U, r as S } from "./index-BlzviBfP.js";
4
4
  function d() {
5
5
  const i = document.querySelector(
6
6
  'meta[property="og:image"]'
@@ -3,5 +3,5 @@ type PrimeStyleTryonInnerProps = PrimeStyleTryonProps & {
3
3
  initialView?: ViewState;
4
4
  initialBodyProfileStep?: "photo" | "basics";
5
5
  };
6
- export declare function PrimeStyleTryonInner({ productImage, productImages, productCarouselItems, garmentReferenceImage, productTitle, productUrl, productId, productCategory, productGender, productSubcategory, productFitType, productType, productVendor, productTags, productDescription, productMaterial, buttonText, limitOneColorTryOnPerProduct, apiUrl, showPoweredBy, showIcon, buttonIcon, locale, buttonStyles: btnS, modalStyles: mdlS, classNames: cn, className, style, portalContainer, onOpen, onClose, onUpload, onProcessing, onComplete, onError, sizeGuideData, initialView, initialBodyProfileStep, }: PrimeStyleTryonInnerProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function PrimeStyleTryonInner({ productImage, productImages, productCarouselItems, garmentReferenceImage, garmentDetailImage, productTitle, productUrl, productId, productCategory, productGender, productSubcategory, productFitType, productType, productVendor, productTags, productDescription, productMaterial, buttonText, limitOneColorTryOnPerProduct, apiUrl, showPoweredBy, showIcon, buttonIcon, locale, buttonStyles: btnS, modalStyles: mdlS, classNames: cn, className, style, portalContainer, onOpen, onClose, onUpload, onProcessing, onComplete, onError, onAddToBag, addToBagLabel, continueShoppingLabel, backToProductPageLabel, sizeGuideData, initialView, initialBodyProfileStep, }: PrimeStyleTryonInnerProps): import("react/jsx-runtime").JSX.Element;
7
7
  export {};
@@ -20,6 +20,12 @@ export declare function ArrowRightIcon(): import("react/jsx-runtime").JSX.Elemen
20
20
  export declare function UserIcon({ size }: {
21
21
  size?: number;
22
22
  }): import("react/jsx-runtime").JSX.Element;
23
+ export declare function ShoppingBagIcon({ size }: {
24
+ size?: number;
25
+ }): import("react/jsx-runtime").JSX.Element;
26
+ export declare function ExternalLinkIcon({ size }: {
27
+ size?: number;
28
+ }): import("react/jsx-runtime").JSX.Element;
23
29
  export declare function ClockIcon({ size }: {
24
30
  size?: number;
25
31
  }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import "../locales";
2
2
  export { PrimeStyleTryon } from "./PrimeStyleTryon";
3
- export type { PrimeStyleTryonProps, ViewState, DrawerType, Profile, HistoryEntry, SizeGuide, SizeGuideField, SizingResult, MatchDetail, ProfileMeasurements, SizeHistoryEntry } from "./types";
3
+ export type { PrimeStyleTryonProps, PrimeStyleAddToBagPayload, ViewState, DrawerType, Profile, HistoryEntry, SizeGuide, SizeGuideField, SizingResult, MatchDetail, ProfileMeasurements, SizeHistoryEntry } from "./types";
4
4
  export { recommendForProduct, estimateFullMeasurements } from "./recommendForProduct";
5
5
  export type { RecommendForProductInput, RecommendForProductResult } from "./recommendForProduct";
6
6
  export { usePrimeStyleSize } from "./usePrimeStyleSize";