mayak-common-library 0.0.802 → 0.0.804

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
@@ -283,19 +283,19 @@ interface IOfficeItem {
283
283
  city?: string;
284
284
  address?: string;
285
285
  workTime?: string;
286
+ weekend?: boolean;
286
287
  email?: string;
287
288
  site?: string;
288
289
  instagram?: string;
289
290
  whatsapp?: string;
290
291
  telegram?: string;
291
292
  }
292
- interface IBlockContacts {
293
+ interface BlockContactsProps {
293
294
  className?: string;
294
- title?: string;
295
295
  text?: string;
296
296
  offices?: IOfficeItem[];
297
297
  }
298
- declare function BlockContacts({ className, offices, title, text, children, }: IBlockContacts & PropsWithChildren): react_jsx_runtime.JSX.Element;
298
+ declare const BlockContacts: FC<PropsWithChildren & BlockContactsProps>;
299
299
 
300
300
  interface ILink {
301
301
  label: string;
@@ -502,7 +502,7 @@ interface IOfficesBlock {
502
502
  offices?: IOfficeItem[];
503
503
  title?: string;
504
504
  }
505
- declare function OfficesBlock({ text, offices, className, title, }: IOfficesBlock): react_jsx_runtime.JSX.Element;
505
+ declare function OfficesBlock({ text, offices, className, }: IOfficesBlock): react_jsx_runtime.JSX.Element;
506
506
 
507
507
  interface IVacancy {
508
508
  slug?: string;
package/dist/index.d.ts CHANGED
@@ -283,19 +283,19 @@ interface IOfficeItem {
283
283
  city?: string;
284
284
  address?: string;
285
285
  workTime?: string;
286
+ weekend?: boolean;
286
287
  email?: string;
287
288
  site?: string;
288
289
  instagram?: string;
289
290
  whatsapp?: string;
290
291
  telegram?: string;
291
292
  }
292
- interface IBlockContacts {
293
+ interface BlockContactsProps {
293
294
  className?: string;
294
- title?: string;
295
295
  text?: string;
296
296
  offices?: IOfficeItem[];
297
297
  }
298
- declare function BlockContacts({ className, offices, title, text, children, }: IBlockContacts & PropsWithChildren): react_jsx_runtime.JSX.Element;
298
+ declare const BlockContacts: FC<PropsWithChildren & BlockContactsProps>;
299
299
 
300
300
  interface ILink {
301
301
  label: string;
@@ -502,7 +502,7 @@ interface IOfficesBlock {
502
502
  offices?: IOfficeItem[];
503
503
  title?: string;
504
504
  }
505
- declare function OfficesBlock({ text, offices, className, title, }: IOfficesBlock): react_jsx_runtime.JSX.Element;
505
+ declare function OfficesBlock({ text, offices, className, }: IOfficesBlock): react_jsx_runtime.JSX.Element;
506
506
 
507
507
  interface IVacancy {
508
508
  slug?: string;