mayak-common-library 0.0.208 → 0.0.210

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
@@ -90,9 +90,11 @@ interface IAboutUsFirstBlockProps {
90
90
  title?: string;
91
91
  text1?: string;
92
92
  text2?: string;
93
+ text3?: string;
94
+ textWithBorder?: string;
93
95
  box?: IBox;
94
96
  }
95
- declare function AboutUsFirstBlock({ classes, box, text1, text2, title, }: IAboutUsFirstBlockProps): react_jsx_runtime.JSX.Element;
97
+ declare function AboutUsFirstBlock({ classes, box, text1, text2, text3, textWithBorder, title, }: IAboutUsFirstBlockProps): react_jsx_runtime.JSX.Element;
96
98
 
97
99
  interface IBoxItem$5 {
98
100
  icon?: string;
package/dist/index.d.ts CHANGED
@@ -90,9 +90,11 @@ interface IAboutUsFirstBlockProps {
90
90
  title?: string;
91
91
  text1?: string;
92
92
  text2?: string;
93
+ text3?: string;
94
+ textWithBorder?: string;
93
95
  box?: IBox;
94
96
  }
95
- declare function AboutUsFirstBlock({ classes, box, text1, text2, title, }: IAboutUsFirstBlockProps): react_jsx_runtime.JSX.Element;
97
+ declare function AboutUsFirstBlock({ classes, box, text1, text2, text3, textWithBorder, title, }: IAboutUsFirstBlockProps): react_jsx_runtime.JSX.Element;
96
98
 
97
99
  interface IBoxItem$5 {
98
100
  icon?: string;