mayak-common-library 0.0.207 → 0.0.208

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