mayak-common-library-payload 0.2.5 → 0.2.6

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.mts CHANGED
@@ -1472,7 +1472,7 @@ interface IRealtorCard {
1472
1472
  declare const RealtorCard: FC<IRealtorCard>;
1473
1473
 
1474
1474
  interface CategoryCardProps {
1475
- image_url: string;
1475
+ image_url?: string | null;
1476
1476
  title: string;
1477
1477
  }
1478
1478
  declare function CategoryCard({ title, image_url }: CategoryCardProps): react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1472,7 +1472,7 @@ interface IRealtorCard {
1472
1472
  declare const RealtorCard: FC<IRealtorCard>;
1473
1473
 
1474
1474
  interface CategoryCardProps {
1475
- image_url: string;
1475
+ image_url?: string | null;
1476
1476
  title: string;
1477
1477
  }
1478
1478
  declare function CategoryCard({ title, image_url }: CategoryCardProps): react_jsx_runtime.JSX.Element;