mayak-common-library 0.0.179 → 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
@@ -810,6 +810,7 @@ interface IDeveloperItem {
810
810
  img?: string;
811
811
  title?: string;
812
812
  text?: string;
813
+ slug?: string;
813
814
  }
814
815
  interface IDevelopersProps {
815
816
  classes?: string;
package/dist/index.d.ts CHANGED
@@ -810,6 +810,7 @@ interface IDeveloperItem {
810
810
  img?: string;
811
811
  title?: string;
812
812
  text?: string;
813
+ slug?: string;
813
814
  }
814
815
  interface IDevelopersProps {
815
816
  classes?: string;