@mindly/ui-components 6.2.7 → 6.2.9

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.
@@ -5,5 +5,5 @@ type AcceptAgreementFeatureProps = {
5
5
  handlePressLink: () => void;
6
6
  translations: string[];
7
7
  };
8
- export declare function AcceptAgreementFeature({ isAccepted, setIsAccepted, handlePressLink, translations }: AcceptAgreementFeatureProps): JSX.Element;
8
+ export declare function AcceptAgreementFeature({ isAccepted, setIsAccepted, handlePressLink, translations, }: AcceptAgreementFeatureProps): JSX.Element;
9
9
  export {};
@@ -7,9 +7,7 @@ declare const ListTemplateLoaderReviews: FC<{
7
7
  isPreview?: boolean;
8
8
  reviewsTitle?: string | null;
9
9
  reviews?: ISpecialistReview[];
10
- isPaused: boolean;
11
10
  autoplaySpeed: number;
12
- slideCount: number;
13
11
  t?: WithTranslation['t'];
14
12
  }>;
15
13
  export default ListTemplateLoaderReviews;
@@ -1 +1 @@
1
- export declare const DURATION_OFFSET = 0.1;
1
+ export declare const MODALS_DURATION_OFFSET = 0.35;