mayak-common-library 0.1.21 → 0.1.23

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
@@ -1649,6 +1649,7 @@ interface DeveloperCardProps {
1649
1649
  className?: string;
1650
1650
  img?: string;
1651
1651
  title?: string;
1652
+ img_alt?: string;
1652
1653
  }
1653
1654
  declare const DeveloperCard: FC<DeveloperCardProps>;
1654
1655
 
package/dist/index.d.ts CHANGED
@@ -1649,6 +1649,7 @@ interface DeveloperCardProps {
1649
1649
  className?: string;
1650
1650
  img?: string;
1651
1651
  title?: string;
1652
+ img_alt?: string;
1652
1653
  }
1653
1654
  declare const DeveloperCard: FC<DeveloperCardProps>;
1654
1655