mayak-common-library-payload 0.1.57 → 0.1.58

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
@@ -267,7 +267,7 @@ declare const BlockContacts: FC<PropsWithChildren & BlockContactsProps>;
267
267
 
268
268
  interface BlockImagesProps {
269
269
  className?: string;
270
- images?: string[];
270
+ images?: (string | null | undefined)[];
271
271
  title?: string;
272
272
  }
273
273
  declare function BlockImages({ className, images, title, }: BlockImagesProps): react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -267,7 +267,7 @@ declare const BlockContacts: FC<PropsWithChildren & BlockContactsProps>;
267
267
 
268
268
  interface BlockImagesProps {
269
269
  className?: string;
270
- images?: string[];
270
+ images?: (string | null | undefined)[];
271
271
  title?: string;
272
272
  }
273
273
  declare function BlockImages({ className, images, title, }: BlockImagesProps): react_jsx_runtime.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library-payload",
3
- "version": "0.1.57",
3
+ "version": "0.1.58",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",