mayak-common-library 0.0.804 → 0.0.806

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
@@ -293,6 +293,7 @@ interface IOfficeItem {
293
293
  interface BlockContactsProps {
294
294
  className?: string;
295
295
  text?: string;
296
+ title?: string;
296
297
  offices?: IOfficeItem[];
297
298
  }
298
299
  declare const BlockContacts: FC<PropsWithChildren & BlockContactsProps>;
package/dist/index.d.ts CHANGED
@@ -293,6 +293,7 @@ interface IOfficeItem {
293
293
  interface BlockContactsProps {
294
294
  className?: string;
295
295
  text?: string;
296
+ title?: string;
296
297
  offices?: IOfficeItem[];
297
298
  }
298
299
  declare const BlockContacts: FC<PropsWithChildren & BlockContactsProps>;