randmarcomps 1.197.0 → 1.199.0
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/randmarcomps.d.ts +2 -1
- package/dist/randmarcomps.js +5775 -4611
- package/dist/randmarcomps.umd.cjs +92 -84
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -476,7 +476,7 @@ export declare interface PreloaderProps {
|
|
|
476
476
|
className?: string;
|
|
477
477
|
}
|
|
478
478
|
|
|
479
|
-
export declare function ProductCard({ item, addToCart, syncToShopify, customAction, defaultOpportunityNumber, viewProductLink, addToCartAction, isAddToCartActionLoading, syncToShopifyAction, isSyncToShopifyActionLoading, }: ProductCardProps): JSX.Element;
|
|
479
|
+
export declare function ProductCard({ item, addToCart, syncToShopify, customAction, defaultOpportunityNumber, viewProductLink, addToCartAction, isAddToCartActionLoading, syncToShopifyAction, isSyncToShopifyActionLoading, resellerId, }: ProductCardProps): JSX.Element;
|
|
480
480
|
|
|
481
481
|
export declare interface ProductCardProps {
|
|
482
482
|
item?: Product;
|
|
@@ -492,6 +492,7 @@ export declare interface ProductCardProps {
|
|
|
492
492
|
syncToShopifyAction?: () => void;
|
|
493
493
|
isSyncToShopifyActionLoading?: boolean;
|
|
494
494
|
customAction?: default_2.ReactNode;
|
|
495
|
+
resellerId?: string | undefined;
|
|
495
496
|
}
|
|
496
497
|
|
|
497
498
|
export declare function ProductImage({ randmarSKU, size, alt, secondaryContent }: ProductImageProps): JSX.Element;
|