mayak-common-library 0.0.725 → 0.0.726

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
@@ -754,7 +754,7 @@ declare function WhatIsYour({ classes, text3, text2, text1, title, }: IWhatIsYou
754
754
 
755
755
  interface TextImageTileBlockProps {
756
756
  classes?: string;
757
- title?: string;
757
+ title?: string | null;
758
758
  text?: Document | string | null;
759
759
  image?: string;
760
760
  actionComponent?: ReactNode;
package/dist/index.d.ts CHANGED
@@ -754,7 +754,7 @@ declare function WhatIsYour({ classes, text3, text2, text1, title, }: IWhatIsYou
754
754
 
755
755
  interface TextImageTileBlockProps {
756
756
  classes?: string;
757
- title?: string;
757
+ title?: string | null;
758
758
  text?: Document | string | null;
759
759
  image?: string;
760
760
  actionComponent?: ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.725",
3
+ "version": "0.0.726",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",