mayak-common-library 0.0.962 → 0.0.963

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
@@ -961,6 +961,7 @@ interface SliderContainerProps {
961
961
  buttonText?: string;
962
962
  buttonHref?: string;
963
963
  title?: string;
964
+ titleTag?: 'h2' | 'h3';
964
965
  slidesView?: 3 | 4 | 6;
965
966
  dots?: boolean;
966
967
  dotsOnMobile?: boolean;
package/dist/index.d.ts CHANGED
@@ -961,6 +961,7 @@ interface SliderContainerProps {
961
961
  buttonText?: string;
962
962
  buttonHref?: string;
963
963
  title?: string;
964
+ titleTag?: 'h2' | 'h3';
964
965
  slidesView?: 3 | 4 | 6;
965
966
  dots?: boolean;
966
967
  dotsOnMobile?: boolean;