mayak-common-library 0.0.997 → 0.0.998

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
@@ -1604,6 +1604,7 @@ interface DetailsProps {
1604
1604
 
1605
1605
  interface RealtyCardProps {
1606
1606
  href: string;
1607
+ view: 'vertical' | 'horizontal';
1607
1608
  tags?: Array<string | undefined | null>;
1608
1609
  details: DetailsProps;
1609
1610
  images?: Array<string | null>;
package/dist/index.d.ts CHANGED
@@ -1604,6 +1604,7 @@ interface DetailsProps {
1604
1604
 
1605
1605
  interface RealtyCardProps {
1606
1606
  href: string;
1607
+ view: 'vertical' | 'horizontal';
1607
1608
  tags?: Array<string | undefined | null>;
1608
1609
  details: DetailsProps;
1609
1610
  images?: Array<string | null>;