mayak-common-library 0.0.287 → 0.0.288

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
@@ -760,7 +760,7 @@ interface ObjectInfoBlockProps {
760
760
  text1: string;
761
761
  properties: {
762
762
  title: string;
763
- desc?: string;
763
+ desc?: string | null;
764
764
  href?: string;
765
765
  }[];
766
766
  classes?: string;
package/dist/index.d.ts CHANGED
@@ -760,7 +760,7 @@ interface ObjectInfoBlockProps {
760
760
  text1: string;
761
761
  properties: {
762
762
  title: string;
763
- desc?: string;
763
+ desc?: string | null;
764
764
  href?: string;
765
765
  }[];
766
766
  classes?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.287",
3
+ "version": "0.0.288",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",