mayak-common-library 0.0.694 → 0.0.696

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
@@ -1039,6 +1039,8 @@ interface SliderContainerProps {
1039
1039
  title?: string;
1040
1040
  slidesView?: 3 | 4 | 6;
1041
1041
  dots?: boolean;
1042
+ dotsOnMobile?: boolean;
1043
+ classNameDots?: string;
1042
1044
  navigation?: boolean;
1043
1045
  loop?: boolean;
1044
1046
  fullScreen?: boolean;
package/dist/index.d.ts CHANGED
@@ -1039,6 +1039,8 @@ interface SliderContainerProps {
1039
1039
  title?: string;
1040
1040
  slidesView?: 3 | 4 | 6;
1041
1041
  dots?: boolean;
1042
+ dotsOnMobile?: boolean;
1043
+ classNameDots?: string;
1042
1044
  navigation?: boolean;
1043
1045
  loop?: boolean;
1044
1046
  fullScreen?: boolean;