mayak-common-library-payload 0.1.54 → 0.1.55

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
@@ -259,8 +259,8 @@ interface IOfficeItem {
259
259
  }
260
260
  interface BlockContactsProps {
261
261
  className?: string;
262
- text?: string;
263
- title?: string;
262
+ text?: string | null;
263
+ title?: string | null;
264
264
  offices?: IOfficeItem[];
265
265
  }
266
266
  declare const BlockContacts: FC<PropsWithChildren & BlockContactsProps>;
package/dist/index.d.ts CHANGED
@@ -259,8 +259,8 @@ interface IOfficeItem {
259
259
  }
260
260
  interface BlockContactsProps {
261
261
  className?: string;
262
- text?: string;
263
- title?: string;
262
+ text?: string | null;
263
+ title?: string | null;
264
264
  offices?: IOfficeItem[];
265
265
  }
266
266
  declare const BlockContacts: FC<PropsWithChildren & BlockContactsProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library-payload",
3
- "version": "0.1.54",
3
+ "version": "0.1.55",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",