mayak-common-library 0.0.180 → 0.0.182

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
@@ -825,7 +825,7 @@ interface IDeveloperBannerProps {
825
825
  imgBanner?: string;
826
826
  imgLogo?: string;
827
827
  }
828
- declare function DeveloperBanner({ classes, imgBanner, imgLogo, }: IDeveloperBannerProps): react_jsx_runtime.JSX.Element;
828
+ declare function DeveloperBanner({ classes, imgBanner, }: IDeveloperBannerProps): react_jsx_runtime.JSX.Element;
829
829
 
830
830
  interface IDeveloperTwoBlocks {
831
831
  classes?: string;
package/dist/index.d.ts CHANGED
@@ -825,7 +825,7 @@ interface IDeveloperBannerProps {
825
825
  imgBanner?: string;
826
826
  imgLogo?: string;
827
827
  }
828
- declare function DeveloperBanner({ classes, imgBanner, imgLogo, }: IDeveloperBannerProps): react_jsx_runtime.JSX.Element;
828
+ declare function DeveloperBanner({ classes, imgBanner, }: IDeveloperBannerProps): react_jsx_runtime.JSX.Element;
829
829
 
830
830
  interface IDeveloperTwoBlocks {
831
831
  classes?: string;