mayak-common-library 0.0.178 → 0.0.179

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;
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;