mayak-common-library 0.2.9 → 0.2.10

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.cts CHANGED
@@ -658,8 +658,7 @@ interface ObjectInfoBlockProps {
658
658
  text?: string | null;
659
659
  properties: {
660
660
  title: string;
661
- desc?: string | null;
662
- href?: string;
661
+ desc?: ReactNode | string | null;
663
662
  }[];
664
663
  className?: string;
665
664
  actionComponent?: ReactNode;
package/dist/index.d.ts CHANGED
@@ -658,8 +658,7 @@ interface ObjectInfoBlockProps {
658
658
  text?: string | null;
659
659
  properties: {
660
660
  title: string;
661
- desc?: string | null;
662
- href?: string;
661
+ desc?: ReactNode | string | null;
663
662
  }[];
664
663
  className?: string;
665
664
  actionComponent?: ReactNode;