mayak-common-library 0.0.320 → 0.0.322

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
@@ -944,9 +944,9 @@ declare const CatalogContainer: FC<CatalogContainerProps & PropsWithChildren>;
944
944
 
945
945
  interface SliderContainerProps {
946
946
  classes?: string;
947
- buttonText: string;
948
- buttonHref: string;
949
- title: string;
947
+ buttonText?: string;
948
+ buttonHref?: string;
949
+ title?: string;
950
950
  }
951
951
  declare const SliderContainer: FC<SliderContainerProps & PropsWithChildren>;
952
952
 
package/dist/index.d.ts CHANGED
@@ -944,9 +944,9 @@ declare const CatalogContainer: FC<CatalogContainerProps & PropsWithChildren>;
944
944
 
945
945
  interface SliderContainerProps {
946
946
  classes?: string;
947
- buttonText: string;
948
- buttonHref: string;
949
- title: string;
947
+ buttonText?: string;
948
+ buttonHref?: string;
949
+ title?: string;
950
950
  }
951
951
  declare const SliderContainer: FC<SliderContainerProps & PropsWithChildren>;
952
952