mayak-common-library 0.2.21 → 0.2.22

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.cts CHANGED
@@ -308,8 +308,11 @@ interface IContactUsBlock {
308
308
  subtitle?: string;
309
309
  description?: string;
310
310
  manager: IWorker;
311
+ telegram?: boolean;
312
+ whatsapp?: boolean;
313
+ viber?: boolean;
311
314
  }
312
- declare function ContactUsBlock({ className, phone, manager, description, title, subtitle, }: IContactUsBlock): react_jsx_runtime.JSX.Element;
315
+ declare function ContactUsBlock({ className, phone, manager, description, title, subtitle, telegram, whatsapp, viber, }: IContactUsBlock): react_jsx_runtime.JSX.Element;
313
316
 
314
317
  interface ExpertiseBlockProps {
315
318
  block1: {
package/dist/index.d.ts CHANGED
@@ -308,8 +308,11 @@ interface IContactUsBlock {
308
308
  subtitle?: string;
309
309
  description?: string;
310
310
  manager: IWorker;
311
+ telegram?: boolean;
312
+ whatsapp?: boolean;
313
+ viber?: boolean;
311
314
  }
312
- declare function ContactUsBlock({ className, phone, manager, description, title, subtitle, }: IContactUsBlock): react_jsx_runtime.JSX.Element;
315
+ declare function ContactUsBlock({ className, phone, manager, description, title, subtitle, telegram, whatsapp, viber, }: IContactUsBlock): react_jsx_runtime.JSX.Element;
313
316
 
314
317
  interface ExpertiseBlockProps {
315
318
  block1: {