mayak-common-library-payload 0.1.55 → 0.1.57

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
@@ -388,7 +388,7 @@ interface GalleryProps {
388
388
  declare const Gallery: FC<GalleryProps>;
389
389
 
390
390
  interface JoinTeamBlockProps {
391
- imageUrl?: string;
391
+ imageUrl?: string | null;
392
392
  title?: string | null;
393
393
  className?: string;
394
394
  content?: ReactNode;
package/dist/index.d.ts CHANGED
@@ -388,7 +388,7 @@ interface GalleryProps {
388
388
  declare const Gallery: FC<GalleryProps>;
389
389
 
390
390
  interface JoinTeamBlockProps {
391
- imageUrl?: string;
391
+ imageUrl?: string | null;
392
392
  title?: string | null;
393
393
  className?: string;
394
394
  content?: ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library-payload",
3
- "version": "0.1.55",
3
+ "version": "0.1.57",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",