mayak-common-library 0.0.206 → 0.0.207

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
@@ -737,6 +737,7 @@ interface ObjectInfoBlockProps {
737
737
  properties: {
738
738
  title: string;
739
739
  desc: string;
740
+ href?: string;
740
741
  }[];
741
742
  classes?: string;
742
743
  }
package/dist/index.d.ts CHANGED
@@ -737,6 +737,7 @@ interface ObjectInfoBlockProps {
737
737
  properties: {
738
738
  title: string;
739
739
  desc: string;
740
+ href?: string;
740
741
  }[];
741
742
  classes?: string;
742
743
  }