mayak-common-library-payload 0.1.5 → 0.1.6

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
@@ -594,7 +594,7 @@ declare const SocialBlockMain: FC<SocialBlockMainProps>;
594
594
 
595
595
  interface TeamWorkerBlockProps {
596
596
  image_url?: string | null;
597
- text?: string | null;
597
+ description?: ReactNode | null;
598
598
  name?: string | null;
599
599
  position?: string | null;
600
600
  social?: {
package/dist/index.d.ts CHANGED
@@ -594,7 +594,7 @@ declare const SocialBlockMain: FC<SocialBlockMainProps>;
594
594
 
595
595
  interface TeamWorkerBlockProps {
596
596
  image_url?: string | null;
597
- text?: string | null;
597
+ description?: ReactNode | null;
598
598
  name?: string | null;
599
599
  position?: string | null;
600
600
  social?: {