mayak-common-library 0.0.612 → 0.0.613

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
@@ -1041,6 +1041,11 @@ interface SliderContainerProps {
1041
1041
  buttonText?: string;
1042
1042
  buttonHref?: string;
1043
1043
  title?: string;
1044
+ slidesView?: {
1045
+ lg: number;
1046
+ md: number;
1047
+ xs: number;
1048
+ };
1044
1049
  }
1045
1050
  declare const SliderContainer: FC<SliderContainerProps & PropsWithChildren>;
1046
1051
 
package/dist/index.d.ts CHANGED
@@ -1041,6 +1041,11 @@ interface SliderContainerProps {
1041
1041
  buttonText?: string;
1042
1042
  buttonHref?: string;
1043
1043
  title?: string;
1044
+ slidesView?: {
1045
+ lg: number;
1046
+ md: number;
1047
+ xs: number;
1048
+ };
1044
1049
  }
1045
1050
  declare const SliderContainer: FC<SliderContainerProps & PropsWithChildren>;
1046
1051