mayak-common-library 0.0.738 → 0.0.740

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
@@ -817,7 +817,7 @@ declare const FloorPlansBlock: FC<FloorPlansBlockProps>;
817
817
 
818
818
  interface FullScreenImageProps {
819
819
  src: string;
820
- alt?: string;
820
+ alt?: string | null;
821
821
  tags?: {
822
822
  label: string;
823
823
  href?: string;
package/dist/index.d.ts CHANGED
@@ -817,7 +817,7 @@ declare const FloorPlansBlock: FC<FloorPlansBlockProps>;
817
817
 
818
818
  interface FullScreenImageProps {
819
819
  src: string;
820
- alt?: string;
820
+ alt?: string | null;
821
821
  tags?: {
822
822
  label: string;
823
823
  href?: string;