mayak-common-library 0.0.178 → 0.0.180

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
@@ -711,7 +711,6 @@ declare function WhyWe({ items, title, classes, imageUrl }: IWhyWe): react_jsx_r
711
711
  interface ObjectInfoBlockProps {
712
712
  title: string;
713
713
  text1: string;
714
- text2: string;
715
714
  properties: {
716
715
  title: string;
717
716
  desc: string;
@@ -811,6 +810,7 @@ interface IDeveloperItem {
811
810
  img?: string;
812
811
  title?: string;
813
812
  text?: string;
813
+ slug?: string;
814
814
  }
815
815
  interface IDevelopersProps {
816
816
  classes?: string;
package/dist/index.d.ts CHANGED
@@ -711,7 +711,6 @@ declare function WhyWe({ items, title, classes, imageUrl }: IWhyWe): react_jsx_r
711
711
  interface ObjectInfoBlockProps {
712
712
  title: string;
713
713
  text1: string;
714
- text2: string;
715
714
  properties: {
716
715
  title: string;
717
716
  desc: string;
@@ -811,6 +810,7 @@ interface IDeveloperItem {
811
810
  img?: string;
812
811
  title?: string;
813
812
  text?: string;
813
+ slug?: string;
814
814
  }
815
815
  interface IDevelopersProps {
816
816
  classes?: string;