searchsmartly-ui 0.0.123 → 0.0.124

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/index.d.ts CHANGED
@@ -722,7 +722,7 @@ type ImageGridProps = {
722
722
  blockItemHeight: number;
723
723
  blockHeight: number;
724
724
  children: ReactNode;
725
- cardImage: (val: {
725
+ cardImage?: (val: {
726
726
  image: string;
727
727
  originalImage?: string;
728
728
  index: number;