randmarcomps 1.200.0 → 1.202.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 +1080 -1071
- package/dist/randmarcomps.umd.cjs +28 -28
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export declare interface AiGeneratedContentProps {
|
|
|
51
51
|
prompt: string;
|
|
52
52
|
data: any;
|
|
53
53
|
smartAndSlow?: boolean;
|
|
54
|
+
applicationId?: string;
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
export declare const Alert: React_2.ForwardRefExoticComponent<React_2.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
@@ -479,7 +480,7 @@ export declare interface PreloaderProps {
|
|
|
479
480
|
export declare function ProductCard({ applicationId, item, addToCart, syncToShopify, customAction, defaultOpportunityNumber, viewProductLink, addToCartAction, isAddToCartActionLoading, syncToShopifyAction, isSyncToShopifyActionLoading, }: ProductCardProps): JSX.Element;
|
|
480
481
|
|
|
481
482
|
export declare interface ProductCardProps {
|
|
482
|
-
applicationId
|
|
483
|
+
applicationId?: string;
|
|
483
484
|
item?: Product;
|
|
484
485
|
addToCart?: boolean;
|
|
485
486
|
syncToShopify?: boolean;
|