randmarcomps 1.200.0 → 1.201.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 +1 -1
- package/dist/randmarcomps.js +1006 -1000
- package/dist/randmarcomps.umd.cjs +27 -27
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -479,7 +479,7 @@ export declare interface PreloaderProps {
|
|
|
479
479
|
export declare function ProductCard({ applicationId, item, addToCart, syncToShopify, customAction, defaultOpportunityNumber, viewProductLink, addToCartAction, isAddToCartActionLoading, syncToShopifyAction, isSyncToShopifyActionLoading, }: ProductCardProps): JSX.Element;
|
|
480
480
|
|
|
481
481
|
export declare interface ProductCardProps {
|
|
482
|
-
applicationId
|
|
482
|
+
applicationId?: string;
|
|
483
483
|
item?: Product;
|
|
484
484
|
addToCart?: boolean;
|
|
485
485
|
syncToShopify?: boolean;
|