@trafilea/afrodita-components 6.21.4 → 6.21.6

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/build/index.d.ts CHANGED
@@ -2737,6 +2737,7 @@ declare type ProductGalleryProps = {
2737
2737
  hasOverflowArrows?: boolean;
2738
2738
  withZoom?: boolean;
2739
2739
  hasToPreserveOrder?: boolean;
2740
+ isRatioSquare?: boolean;
2740
2741
  };
2741
2742
  declare const ProductGallery: React.FC<ProductGalleryProps>;
2742
2743
 
@@ -2896,6 +2897,7 @@ declare type ModalProps = {
2896
2897
  dismissable?: boolean;
2897
2898
  maxFullScreen?: boolean;
2898
2899
  padding?: string;
2900
+ onClickOverlayHandler?: () => void;
2899
2901
  children: React__default.ReactNode;
2900
2902
  };
2901
2903
  interface ContainerProps {
@@ -3560,6 +3562,7 @@ declare type TimerProps = Partial<TimeProps> & {
3560
3562
  showHours?: boolean;
3561
3563
  timerColor?: string;
3562
3564
  countdown?: number;
3565
+ template?: boolean;
3563
3566
  };
3564
3567
  declare const Timer: React.FC<TimerProps>;
3565
3568
 
@@ -3656,6 +3659,8 @@ declare type HurryUpProps = {
3656
3659
  textPosition?: 'left' | 'right' | 'center';
3657
3660
  clockPosition?: 'left' | 'right';
3658
3661
  countdown?: number;
3662
+ template?: boolean;
3663
+ hurryUpTextColor?: string;
3659
3664
  } & Partial<TimerProps>;
3660
3665
  declare const HurryUp: React__default.FC<HurryUpProps>;
3661
3666