mayak-common-library 0.0.395 → 0.0.396

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
@@ -953,7 +953,7 @@ declare const TwoTextColumn: FC<TwoTextColumnProps>;
953
953
 
954
954
  interface RealtyTitleProps {
955
955
  title?: string | null;
956
- article?: string | number;
956
+ article?: string | number | null;
957
957
  }
958
958
  declare const RealtyTitle: FC<RealtyTitleProps>;
959
959
 
package/dist/index.d.ts CHANGED
@@ -953,7 +953,7 @@ declare const TwoTextColumn: FC<TwoTextColumnProps>;
953
953
 
954
954
  interface RealtyTitleProps {
955
955
  title?: string | null;
956
- article?: string | number;
956
+ article?: string | number | null;
957
957
  }
958
958
  declare const RealtyTitle: FC<RealtyTitleProps>;
959
959
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.395",
3
+ "version": "0.0.396",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",