mayak-common-library 0.0.176 → 0.0.177

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
@@ -591,7 +591,7 @@ interface IDeveloperCardProps {
591
591
  classes?: string;
592
592
  img?: string;
593
593
  title?: string;
594
- text?: string;
594
+ price?: string;
595
595
  slug?: string;
596
596
  href: string;
597
597
  }
package/dist/index.d.ts CHANGED
@@ -591,7 +591,7 @@ interface IDeveloperCardProps {
591
591
  classes?: string;
592
592
  img?: string;
593
593
  title?: string;
594
- text?: string;
594
+ price?: string;
595
595
  slug?: string;
596
596
  href: string;
597
597
  }