mayak-common-library 0.0.524 → 0.0.526

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
@@ -1612,6 +1612,7 @@ interface RealtyCardProps {
1612
1612
  classes?: string;
1613
1613
  title?: string;
1614
1614
  subTitle?: string;
1615
+ imageAlt?: string;
1615
1616
  slug?: string;
1616
1617
  realtyForRent?: boolean;
1617
1618
  newRealty?: {
package/dist/index.d.ts CHANGED
@@ -1612,6 +1612,7 @@ interface RealtyCardProps {
1612
1612
  classes?: string;
1613
1613
  title?: string;
1614
1614
  subTitle?: string;
1615
+ imageAlt?: string;
1615
1616
  slug?: string;
1616
1617
  realtyForRent?: boolean;
1617
1618
  newRealty?: {