mayak-common-library 0.1.17 → 0.1.18

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
@@ -767,6 +767,7 @@ interface FullScreenImageProps {
767
767
  alt?: string | null;
768
768
  tags?: ReactNode;
769
769
  className?: string;
770
+ tagsContainerClassName?: string;
770
771
  }
771
772
  declare const FullScreenImage: FC<FullScreenImageProps>;
772
773
 
package/dist/index.d.ts CHANGED
@@ -767,6 +767,7 @@ interface FullScreenImageProps {
767
767
  alt?: string | null;
768
768
  tags?: ReactNode;
769
769
  className?: string;
770
+ tagsContainerClassName?: string;
770
771
  }
771
772
  declare const FullScreenImage: FC<FullScreenImageProps>;
772
773