mayak-common-library 0.2.8 → 0.2.10

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
@@ -539,6 +539,7 @@ interface TeamWorkerBlockProps {
539
539
  }[];
540
540
  turn?: 'right' | 'left';
541
541
  bgSrc?: string | null;
542
+ site?: Site;
542
543
  }
543
544
  declare const TeamWorkerBlock: FC<TeamWorkerBlockProps>;
544
545
 
@@ -657,8 +658,7 @@ interface ObjectInfoBlockProps {
657
658
  text?: string | null;
658
659
  properties: {
659
660
  title: string;
660
- desc?: string | null;
661
- href?: string;
661
+ desc?: ReactNode | string | null;
662
662
  }[];
663
663
  className?: string;
664
664
  actionComponent?: ReactNode;
package/dist/index.d.ts CHANGED
@@ -539,6 +539,7 @@ interface TeamWorkerBlockProps {
539
539
  }[];
540
540
  turn?: 'right' | 'left';
541
541
  bgSrc?: string | null;
542
+ site?: Site;
542
543
  }
543
544
  declare const TeamWorkerBlock: FC<TeamWorkerBlockProps>;
544
545
 
@@ -657,8 +658,7 @@ interface ObjectInfoBlockProps {
657
658
  text?: string | null;
658
659
  properties: {
659
660
  title: string;
660
- desc?: string | null;
661
- href?: string;
661
+ desc?: ReactNode | string | null;
662
662
  }[];
663
663
  className?: string;
664
664
  actionComponent?: ReactNode;