searchsmartly-ui 0.0.197 → 0.0.199

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
@@ -121,8 +121,8 @@ type CardImageProps = {
121
121
  image: string;
122
122
  originalImage?: string;
123
123
  index: number;
124
- height?: number;
125
124
  showCount?: number;
125
+ height?: number | string;
126
126
  };
127
127
  declare const CardImage: FC<CardImageProps>;
128
128