mayak-common-library 0.1.56 → 0.1.58

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
@@ -703,6 +703,7 @@ interface TextImageTileBlockProps {
703
703
  title?: string | null;
704
704
  text?: Document | string | null;
705
705
  image?: string;
706
+ imageAlt?: string;
706
707
  actionComponent?: ReactNode;
707
708
  turn?: 'right' | 'left';
708
709
  }
package/dist/index.d.ts CHANGED
@@ -703,6 +703,7 @@ interface TextImageTileBlockProps {
703
703
  title?: string | null;
704
704
  text?: Document | string | null;
705
705
  image?: string;
706
+ imageAlt?: string;
706
707
  actionComponent?: ReactNode;
707
708
  turn?: 'right' | 'left';
708
709
  }