@mindly/ui-components 5.103.1 → 5.103.2
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/cjs/configs/tailwind/colors.d.ts +1 -0
- package/dist/cjs/index.js +15 -7
- package/dist/cjs/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +8 -0
- package/dist/cjs/lib2/features/Charts/ChartAreaFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +9 -0
- package/dist/cjs/lib2/features/Charts/ChartLinesFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/Charts/components/DotLabel.d.ts +18 -0
- package/dist/cjs/lib2/features/Charts/config.d.ts +32 -0
- package/dist/cjs/lib2/features/Charts/index.d.ts +2 -0
- package/dist/cjs/lib2/features/Charts/types.d.ts +30 -0
- package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +7 -0
- package/dist/cjs/lib2/features/DropdownFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/DropdownFeature/types.d.ts +8 -0
- package/dist/cjs/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +1 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +10 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +9 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +1 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +13 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +7 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +7 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +63 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +76 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/index.d.ts +3 -0
- package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +6 -0
- package/dist/cjs/lib2/features/PoweredByStripeFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/PoweredByStripeFeature/types.d.ts +4 -0
- package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +3 -1
- package/dist/cjs/lib2/features/ReviewCardFeature/styles.d.ts +85 -0
- package/dist/cjs/lib2/features/TariffFeature/TariffFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/TariffFeature/TariffFeature.stories.d.ts +9 -0
- package/dist/cjs/lib2/features/TariffFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/TariffFeature/styles.d.ts +166 -0
- package/dist/cjs/lib2/features/TariffFeature/types.d.ts +22 -0
- package/dist/cjs/lib2/features/index.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconAmEx.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconAppStoreRating.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconApplePay.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconCalendarMonth.d.ts +2 -6
- package/dist/cjs/lib2/shared/assets/icons/IconCancelBold.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconDivider.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconDoubleArrow.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconGlobe.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconGooglePay.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconInfo.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconMaestro.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconMastercard.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconMatching.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconSecure.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconSwitch.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconVisa.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +17 -0
- package/dist/cjs/lib2/shared/types/common.d.ts +6 -0
- package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +26 -2
- package/dist/cjs/lib2/shared/types/review.d.ts +9 -0
- package/dist/cjs/lib2/shared/types/variant.d.ts +4 -0
- package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/Rating/types.d.ts +2 -1
- package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +3 -0
- package/dist/cjs/lib2/shared/ui/Video/styles.d.ts +189 -0
- package/dist/cjs/lib2/shared/utils/format.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +4 -0
- package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +7 -0
- package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/index.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/types.d.ts +9 -0
- package/dist/cjs/lib2/widgets/index.d.ts +1 -0
- package/dist/esm/configs/tailwind/colors.d.ts +1 -0
- package/dist/esm/index.js +15 -7
- package/dist/esm/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +8 -0
- package/dist/esm/lib2/features/Charts/ChartAreaFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +9 -0
- package/dist/esm/lib2/features/Charts/ChartLinesFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/Charts/components/DotLabel.d.ts +18 -0
- package/dist/esm/lib2/features/Charts/config.d.ts +32 -0
- package/dist/esm/lib2/features/Charts/index.d.ts +2 -0
- package/dist/esm/lib2/features/Charts/types.d.ts +30 -0
- package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.d.ts +4 -0
- package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +7 -0
- package/dist/esm/lib2/features/DropdownFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/DropdownFeature/types.d.ts +8 -0
- package/dist/esm/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +1 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +10 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +9 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +1 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +13 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +7 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +7 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +63 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +76 -0
- package/dist/esm/lib2/features/OnBoardingFlow/index.d.ts +3 -0
- package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +4 -0
- package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +6 -0
- package/dist/esm/lib2/features/PoweredByStripeFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/PoweredByStripeFeature/types.d.ts +4 -0
- package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +3 -1
- package/dist/esm/lib2/features/ReviewCardFeature/styles.d.ts +85 -0
- package/dist/esm/lib2/features/TariffFeature/TariffFeature.d.ts +4 -0
- package/dist/esm/lib2/features/TariffFeature/TariffFeature.stories.d.ts +9 -0
- package/dist/esm/lib2/features/TariffFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/TariffFeature/styles.d.ts +166 -0
- package/dist/esm/lib2/features/TariffFeature/types.d.ts +22 -0
- package/dist/esm/lib2/features/index.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconAmEx.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconAppStoreRating.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconApplePay.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconCalendarMonth.d.ts +2 -6
- package/dist/esm/lib2/shared/assets/icons/IconCancelBold.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconDivider.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconDoubleArrow.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconGlobe.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconGooglePay.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconInfo.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconMaestro.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconMastercard.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconMatching.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconSecure.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconSwitch.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconVisa.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +17 -0
- package/dist/esm/lib2/shared/types/common.d.ts +6 -0
- package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +26 -2
- package/dist/esm/lib2/shared/types/review.d.ts +9 -0
- package/dist/esm/lib2/shared/types/variant.d.ts +4 -0
- package/dist/esm/lib2/shared/ui/Badge/types.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/Rating/types.d.ts +2 -1
- package/dist/esm/lib2/shared/ui/Typography/types.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Video/Video.d.ts +3 -0
- package/dist/esm/lib2/shared/ui/Video/styles.d.ts +189 -0
- package/dist/esm/lib2/shared/utils/format.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +4 -0
- package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +7 -0
- package/dist/esm/lib2/widgets/SpecialistPreviewWidget/index.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistPreviewWidget/types.d.ts +9 -0
- package/dist/esm/lib2/widgets/index.d.ts +1 -0
- package/dist/index.d.ts +405 -214
- package/package.json +6 -1
- package/src/configs/tailwind/colors.ts +1 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { OnboardingVariant } from '../../../shared';
|
|
3
|
+
import { ChartData } from '../types';
|
|
4
|
+
type ChartAreaProps = Omit<ChartData<'area'>, 'chartType'> & {
|
|
5
|
+
variant?: OnboardingVariant;
|
|
6
|
+
};
|
|
7
|
+
declare const ChartAreaFeature: FC<ChartAreaProps>;
|
|
8
|
+
export default ChartAreaFeature;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ChartAreaFeature } from './ChartAreaFeature';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { OnboardingVariant } from '../../../shared';
|
|
3
|
+
import { ChartData } from '../types';
|
|
4
|
+
type ChartLinesProps = Omit<ChartData<'lines'>, 'chartType'> & {
|
|
5
|
+
variant?: OnboardingVariant;
|
|
6
|
+
locale: string;
|
|
7
|
+
};
|
|
8
|
+
declare const ChartLines: FC<ChartLinesProps>;
|
|
9
|
+
export default ChartLines;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ChartLinesFeature } from './ChartLinesFeature';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { OnboardingVariant } from '../../../shared';
|
|
3
|
+
type DotLabelProps = {
|
|
4
|
+
label: string;
|
|
5
|
+
x: number;
|
|
6
|
+
y: number;
|
|
7
|
+
dotBorderRadius: number;
|
|
8
|
+
contanerSize: {
|
|
9
|
+
width: number;
|
|
10
|
+
height: number;
|
|
11
|
+
};
|
|
12
|
+
variant?: OnboardingVariant;
|
|
13
|
+
fillColor?: string;
|
|
14
|
+
placement?: 'top' | 'inner';
|
|
15
|
+
chartLabelsId: string;
|
|
16
|
+
};
|
|
17
|
+
declare const DotLabel: FC<DotLabelProps>;
|
|
18
|
+
export default DotLabel;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export declare const chartDataConfig: {
|
|
2
|
+
labelMargin: number;
|
|
3
|
+
getRightEdge: (containerWidth: number, rectWidth: number, borderRadius: number) => number;
|
|
4
|
+
getLeftEdge: () => number;
|
|
5
|
+
getTopEdge: () => number;
|
|
6
|
+
};
|
|
7
|
+
export declare const gradientCoordinatesByDirection: {
|
|
8
|
+
leftToRight: {
|
|
9
|
+
x1: string;
|
|
10
|
+
y1: string;
|
|
11
|
+
x2: string;
|
|
12
|
+
y2: string;
|
|
13
|
+
};
|
|
14
|
+
rightToLeft: {
|
|
15
|
+
x1: string;
|
|
16
|
+
y1: string;
|
|
17
|
+
x2: string;
|
|
18
|
+
y2: string;
|
|
19
|
+
};
|
|
20
|
+
topToBottom: {
|
|
21
|
+
x1: string;
|
|
22
|
+
y1: string;
|
|
23
|
+
x2: string;
|
|
24
|
+
y2: string;
|
|
25
|
+
};
|
|
26
|
+
bottomToTop: {
|
|
27
|
+
x1: string;
|
|
28
|
+
y1: string;
|
|
29
|
+
x2: string;
|
|
30
|
+
y2: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export type ChartType = 'area' | 'lines';
|
|
2
|
+
export type ChartData<T = ChartType> = T extends 'area' ? {
|
|
3
|
+
chartType: 'area';
|
|
4
|
+
gradientDirection: 'leftToRight' | 'rightToLeft' | 'topToBottom' | 'bottomToTop';
|
|
5
|
+
gradientColors: {
|
|
6
|
+
color: string;
|
|
7
|
+
offset: string;
|
|
8
|
+
}[];
|
|
9
|
+
gradientOpacity?: number;
|
|
10
|
+
strokeWidth?: number;
|
|
11
|
+
strokeColor?: string;
|
|
12
|
+
fillColor?: string;
|
|
13
|
+
data: {
|
|
14
|
+
name: string;
|
|
15
|
+
label?: string;
|
|
16
|
+
dotBorderColor?: string;
|
|
17
|
+
value: number;
|
|
18
|
+
}[];
|
|
19
|
+
} : {
|
|
20
|
+
chartType: 'lines';
|
|
21
|
+
strokeWidth?: number;
|
|
22
|
+
strokeColors: Record<string, string>;
|
|
23
|
+
labels: Record<string, string>;
|
|
24
|
+
fillColor?: string;
|
|
25
|
+
data: {
|
|
26
|
+
[key: string]: string | number | undefined;
|
|
27
|
+
name: string;
|
|
28
|
+
}[];
|
|
29
|
+
yAxisLabels: string[];
|
|
30
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import DropdownFeature from './DropdownFeature';
|
|
3
|
+
declare const meta: Meta<typeof DropdownFeature>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof DropdownFeature>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const DefaultOpen: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DropdownFeature } from './DropdownFeature';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OnBoardingChartScreenType, OnboardingVariant } from '../../../shared';
|
|
3
|
+
type OnBoardingChartScreenPreviewFeatureProps = {
|
|
4
|
+
className?: string;
|
|
5
|
+
locale: string;
|
|
6
|
+
isPreview?: boolean;
|
|
7
|
+
variant?: OnboardingVariant;
|
|
8
|
+
} & OnBoardingChartScreenType;
|
|
9
|
+
declare const _default: React.NamedExoticComponent<OnBoardingChartScreenPreviewFeatureProps>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OnBoardingChartScreenPreviewFeature } from './OnBoardingChartScreenPreviewFeature';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OnboardingVariant, OnBoardingCompareScreenType } from '../../../shared';
|
|
3
|
+
type OnBoardingPaywallScreenPreviewFeatureProps = {
|
|
4
|
+
variant?: OnboardingVariant;
|
|
5
|
+
className?: string;
|
|
6
|
+
titleClassName?: string;
|
|
7
|
+
} & OnBoardingCompareScreenType;
|
|
8
|
+
declare const _default: React.NamedExoticComponent<OnBoardingPaywallScreenPreviewFeatureProps>;
|
|
9
|
+
export default _default;
|
package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OnBoardingCompareScreenPreviewFeature } from './OnBoardingCompareScreenPreviewFeature';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OnBoardingPaywallScreenType, OnboardingVariant, Specialist, MindlyReview } from '../../../shared';
|
|
3
|
+
import 'slick-carousel/slick/slick.css';
|
|
4
|
+
import 'slick-carousel/slick/slick-theme.css';
|
|
5
|
+
type OnBoardingPaywallScreenPreviewFeatureProps = {
|
|
6
|
+
variant?: OnboardingVariant;
|
|
7
|
+
specialists: Specialist[];
|
|
8
|
+
reviews: MindlyReview[];
|
|
9
|
+
previuesDiscount?: number;
|
|
10
|
+
currentDiscount?: number;
|
|
11
|
+
} & OnBoardingPaywallScreenType;
|
|
12
|
+
declare const _default: React.NamedExoticComponent<OnBoardingPaywallScreenPreviewFeatureProps>;
|
|
13
|
+
export default _default;
|
package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export declare const enTranslate: Record<string, string>;
|
|
2
|
+
export declare const mockEnT: TFunction<import("react-i18next").FallbackNs<Ns>, KPrefix>;
|
|
3
|
+
export declare const images: {
|
|
4
|
+
after: string;
|
|
5
|
+
before: string;
|
|
6
|
+
ccpa: string;
|
|
7
|
+
forbes: string;
|
|
8
|
+
gdpr: string;
|
|
9
|
+
guarantee: string;
|
|
10
|
+
hipaa: string;
|
|
11
|
+
mockup1: string;
|
|
12
|
+
mockup2: string;
|
|
13
|
+
mockup3: string;
|
|
14
|
+
mockup4: string;
|
|
15
|
+
nwt: string;
|
|
16
|
+
present: string;
|
|
17
|
+
realStories: string;
|
|
18
|
+
session: string;
|
|
19
|
+
soc2: string;
|
|
20
|
+
time: string;
|
|
21
|
+
verge: string;
|
|
22
|
+
};
|
|
23
|
+
export declare const compareItems: {
|
|
24
|
+
id: string;
|
|
25
|
+
title: string;
|
|
26
|
+
hasInMindly: boolean;
|
|
27
|
+
hasInCompetitors: boolean;
|
|
28
|
+
}[];
|
|
29
|
+
export declare const howItWorksItems: {
|
|
30
|
+
id: string;
|
|
31
|
+
title: string;
|
|
32
|
+
description: string;
|
|
33
|
+
image: string;
|
|
34
|
+
}[];
|
|
35
|
+
export declare const tariffs: ({
|
|
36
|
+
id: string;
|
|
37
|
+
name: string;
|
|
38
|
+
price: number;
|
|
39
|
+
priceBefore: number;
|
|
40
|
+
description: string;
|
|
41
|
+
advantagesList: {
|
|
42
|
+
id: string;
|
|
43
|
+
title: string;
|
|
44
|
+
}[];
|
|
45
|
+
isMostPopular?: undefined;
|
|
46
|
+
} | {
|
|
47
|
+
id: string;
|
|
48
|
+
name: string;
|
|
49
|
+
price: number;
|
|
50
|
+
priceBefore: number;
|
|
51
|
+
isMostPopular: boolean;
|
|
52
|
+
description: string;
|
|
53
|
+
advantagesList: {
|
|
54
|
+
id: string;
|
|
55
|
+
title: string;
|
|
56
|
+
}[];
|
|
57
|
+
})[];
|
|
58
|
+
export declare const chartData: {
|
|
59
|
+
name: string;
|
|
60
|
+
self: number;
|
|
61
|
+
medetation: number;
|
|
62
|
+
therapy: number;
|
|
63
|
+
}[];
|
package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OnBoardingPaywallScreenPreviewFeature } from './OnBoardingPaywallScreenPreviewFeature';
|
package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
export declare const onBoardingPaywallScreenPreviewFeatureStyle: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
variant: {
|
|
3
|
+
default: {
|
|
4
|
+
dots: string;
|
|
5
|
+
};
|
|
6
|
+
blue: {
|
|
7
|
+
dots: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
}, {
|
|
11
|
+
dots: string;
|
|
12
|
+
slider: string;
|
|
13
|
+
sliderHowItWorks: string;
|
|
14
|
+
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
15
|
+
variant: {
|
|
16
|
+
default: {
|
|
17
|
+
dots: string;
|
|
18
|
+
};
|
|
19
|
+
blue: {
|
|
20
|
+
dots: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
}, {
|
|
24
|
+
variant: {
|
|
25
|
+
default: {
|
|
26
|
+
dots: string;
|
|
27
|
+
};
|
|
28
|
+
blue: {
|
|
29
|
+
dots: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
}>, {
|
|
33
|
+
variant: {
|
|
34
|
+
default: {
|
|
35
|
+
dots: string;
|
|
36
|
+
};
|
|
37
|
+
blue: {
|
|
38
|
+
dots: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}, {
|
|
42
|
+
dots: string;
|
|
43
|
+
slider: string;
|
|
44
|
+
sliderHowItWorks: string;
|
|
45
|
+
}, import("tailwind-variants").TVReturnType<{
|
|
46
|
+
variant: {
|
|
47
|
+
default: {
|
|
48
|
+
dots: string;
|
|
49
|
+
};
|
|
50
|
+
blue: {
|
|
51
|
+
dots: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
}, {
|
|
55
|
+
dots: string;
|
|
56
|
+
slider: string;
|
|
57
|
+
sliderHowItWorks: string;
|
|
58
|
+
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
59
|
+
variant: {
|
|
60
|
+
default: {
|
|
61
|
+
dots: string;
|
|
62
|
+
};
|
|
63
|
+
blue: {
|
|
64
|
+
dots: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
}, {
|
|
68
|
+
variant: {
|
|
69
|
+
default: {
|
|
70
|
+
dots: string;
|
|
71
|
+
};
|
|
72
|
+
blue: {
|
|
73
|
+
dots: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
}>, unknown, unknown, undefined>>;
|
|
@@ -7,3 +7,6 @@ export * from './OnBoardingProgressFeature';
|
|
|
7
7
|
export * from './OnBoardingReviewsScreenPreviewFeature';
|
|
8
8
|
export * from './OnBoardingEmailScreenPreviewFeature';
|
|
9
9
|
export * from './OnBoardingConfirmScreenPreviewFeature';
|
|
10
|
+
export * from './OnBoardingCompareScreenPreviewFeature ';
|
|
11
|
+
export * from './OnBoardingPaywallScreenPreviewFeature';
|
|
12
|
+
export * from './OnBoardingChartScreenPreviewFeature';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import PoweredByStripeFeature from './PoweredByStripeFeature';
|
|
3
|
+
declare const meta: Meta<typeof PoweredByStripeFeature>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof PoweredByStripeFeature>;
|
|
6
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as PoweredByStripeFeature } from './PoweredByStripeFeature';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TranslationType } from '../../shared/types';
|
|
3
|
-
export type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full';
|
|
3
|
+
export type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store';
|
|
4
4
|
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
5
5
|
avatarSrc?: string | undefined;
|
|
6
6
|
name: string;
|
|
@@ -12,5 +12,7 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
|
|
|
12
12
|
reviewTextClamp?: number | undefined;
|
|
13
13
|
onExpandReview?(): void;
|
|
14
14
|
className?: string | undefined;
|
|
15
|
+
useDate?: boolean | undefined;
|
|
16
|
+
locale?: string | undefined;
|
|
15
17
|
} & TranslationType & React.RefAttributes<HTMLDivElement>>>;
|
|
16
18
|
export default _default;
|
|
@@ -44,12 +44,20 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
44
44
|
user: string;
|
|
45
45
|
review: string;
|
|
46
46
|
};
|
|
47
|
+
store: {
|
|
48
|
+
base: string;
|
|
49
|
+
name: string;
|
|
50
|
+
rating: string;
|
|
51
|
+
review: string;
|
|
52
|
+
user: string;
|
|
53
|
+
};
|
|
47
54
|
};
|
|
48
55
|
}, {
|
|
49
56
|
base: string;
|
|
50
57
|
user: string;
|
|
51
58
|
rating: string;
|
|
52
59
|
review: string;
|
|
60
|
+
name: string;
|
|
53
61
|
mainTextVariant: string;
|
|
54
62
|
dateTextVariant: string;
|
|
55
63
|
ratingSize: null;
|
|
@@ -99,12 +107,20 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
99
107
|
user: string;
|
|
100
108
|
review: string;
|
|
101
109
|
};
|
|
110
|
+
store: {
|
|
111
|
+
base: string;
|
|
112
|
+
name: string;
|
|
113
|
+
rating: string;
|
|
114
|
+
review: string;
|
|
115
|
+
user: string;
|
|
116
|
+
};
|
|
102
117
|
};
|
|
103
118
|
}, import("tailwind-variants").TVVariantsDefault<{
|
|
104
119
|
base: string;
|
|
105
120
|
user: string;
|
|
106
121
|
rating: string;
|
|
107
122
|
review: string;
|
|
123
|
+
name: string;
|
|
108
124
|
mainTextVariant: string;
|
|
109
125
|
dateTextVariant: string;
|
|
110
126
|
ratingSize: null;
|
|
@@ -116,6 +132,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
116
132
|
user: string;
|
|
117
133
|
rating: string;
|
|
118
134
|
review: string;
|
|
135
|
+
name: string;
|
|
119
136
|
mainTextVariant: string;
|
|
120
137
|
dateTextVariant: string;
|
|
121
138
|
ratingSize: null;
|
|
@@ -126,6 +143,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
126
143
|
user: string;
|
|
127
144
|
rating: string;
|
|
128
145
|
review: string;
|
|
146
|
+
name: string;
|
|
129
147
|
mainTextVariant: string;
|
|
130
148
|
dateTextVariant: string;
|
|
131
149
|
ratingSize: null;
|
|
@@ -136,6 +154,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
136
154
|
user: string;
|
|
137
155
|
rating: string;
|
|
138
156
|
review: string;
|
|
157
|
+
name: string;
|
|
139
158
|
mainTextVariant: string;
|
|
140
159
|
dateTextVariant: string;
|
|
141
160
|
ratingSize: null;
|
|
@@ -148,6 +167,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
148
167
|
user: string;
|
|
149
168
|
rating: string;
|
|
150
169
|
review: string;
|
|
170
|
+
name: string;
|
|
151
171
|
mainTextVariant: string;
|
|
152
172
|
dateTextVariant: string;
|
|
153
173
|
ratingSize: null;
|
|
@@ -158,6 +178,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
158
178
|
user: string;
|
|
159
179
|
rating: string;
|
|
160
180
|
review: string;
|
|
181
|
+
name: string;
|
|
161
182
|
mainTextVariant: string;
|
|
162
183
|
dateTextVariant: string;
|
|
163
184
|
ratingSize: null;
|
|
@@ -168,6 +189,18 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
168
189
|
user: string;
|
|
169
190
|
rating: string;
|
|
170
191
|
review: string;
|
|
192
|
+
name: string;
|
|
193
|
+
mainTextVariant: string;
|
|
194
|
+
dateTextVariant: string;
|
|
195
|
+
ratingSize: null;
|
|
196
|
+
avatarSize: null;
|
|
197
|
+
}, undefined>;
|
|
198
|
+
store?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<{
|
|
199
|
+
base: string;
|
|
200
|
+
user: string;
|
|
201
|
+
rating: string;
|
|
202
|
+
review: string;
|
|
203
|
+
name: string;
|
|
171
204
|
mainTextVariant: string;
|
|
172
205
|
dateTextVariant: string;
|
|
173
206
|
ratingSize: null;
|
|
@@ -179,6 +212,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
179
212
|
user: string;
|
|
180
213
|
rating: string;
|
|
181
214
|
review: string;
|
|
215
|
+
name: string;
|
|
182
216
|
mainTextVariant: string;
|
|
183
217
|
dateTextVariant: string;
|
|
184
218
|
ratingSize: null;
|
|
@@ -190,6 +224,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
190
224
|
user: string;
|
|
191
225
|
rating: string;
|
|
192
226
|
review: string;
|
|
227
|
+
name: string;
|
|
193
228
|
mainTextVariant: string;
|
|
194
229
|
dateTextVariant: string;
|
|
195
230
|
ratingSize: null;
|
|
@@ -200,6 +235,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
200
235
|
user: string;
|
|
201
236
|
rating: string;
|
|
202
237
|
review: string;
|
|
238
|
+
name: string;
|
|
203
239
|
mainTextVariant: string;
|
|
204
240
|
dateTextVariant: string;
|
|
205
241
|
ratingSize: null;
|
|
@@ -210,6 +246,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
210
246
|
user: string;
|
|
211
247
|
rating: string;
|
|
212
248
|
review: string;
|
|
249
|
+
name: string;
|
|
213
250
|
mainTextVariant: string;
|
|
214
251
|
dateTextVariant: string;
|
|
215
252
|
ratingSize: null;
|
|
@@ -222,6 +259,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
222
259
|
user: string;
|
|
223
260
|
rating: string;
|
|
224
261
|
review: string;
|
|
262
|
+
name: string;
|
|
225
263
|
mainTextVariant: string;
|
|
226
264
|
dateTextVariant: string;
|
|
227
265
|
ratingSize: null;
|
|
@@ -232,6 +270,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
232
270
|
user: string;
|
|
233
271
|
rating: string;
|
|
234
272
|
review: string;
|
|
273
|
+
name: string;
|
|
235
274
|
mainTextVariant: string;
|
|
236
275
|
dateTextVariant: string;
|
|
237
276
|
ratingSize: null;
|
|
@@ -242,6 +281,18 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
242
281
|
user: string;
|
|
243
282
|
rating: string;
|
|
244
283
|
review: string;
|
|
284
|
+
name: string;
|
|
285
|
+
mainTextVariant: string;
|
|
286
|
+
dateTextVariant: string;
|
|
287
|
+
ratingSize: null;
|
|
288
|
+
avatarSize: null;
|
|
289
|
+
}, undefined>;
|
|
290
|
+
store?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<{
|
|
291
|
+
base: string;
|
|
292
|
+
user: string;
|
|
293
|
+
rating: string;
|
|
294
|
+
review: string;
|
|
295
|
+
name: string;
|
|
245
296
|
mainTextVariant: string;
|
|
246
297
|
dateTextVariant: string;
|
|
247
298
|
ratingSize: null;
|
|
@@ -253,6 +304,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
253
304
|
user: string;
|
|
254
305
|
rating: string;
|
|
255
306
|
review: string;
|
|
307
|
+
name: string;
|
|
256
308
|
mainTextVariant: string;
|
|
257
309
|
dateTextVariant: string;
|
|
258
310
|
ratingSize: null;
|
|
@@ -302,12 +354,20 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
302
354
|
user: string;
|
|
303
355
|
review: string;
|
|
304
356
|
};
|
|
357
|
+
store: {
|
|
358
|
+
base: string;
|
|
359
|
+
name: string;
|
|
360
|
+
rating: string;
|
|
361
|
+
review: string;
|
|
362
|
+
user: string;
|
|
363
|
+
};
|
|
305
364
|
};
|
|
306
365
|
}, {
|
|
307
366
|
base: string;
|
|
308
367
|
user: string;
|
|
309
368
|
rating: string;
|
|
310
369
|
review: string;
|
|
370
|
+
name: string;
|
|
311
371
|
mainTextVariant: string;
|
|
312
372
|
dateTextVariant: string;
|
|
313
373
|
ratingSize: null;
|
|
@@ -357,12 +417,20 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
357
417
|
user: string;
|
|
358
418
|
review: string;
|
|
359
419
|
};
|
|
420
|
+
store: {
|
|
421
|
+
base: string;
|
|
422
|
+
name: string;
|
|
423
|
+
rating: string;
|
|
424
|
+
review: string;
|
|
425
|
+
user: string;
|
|
426
|
+
};
|
|
360
427
|
};
|
|
361
428
|
}, import("tailwind-variants").TVVariantsDefault<{
|
|
362
429
|
base: string;
|
|
363
430
|
user: string;
|
|
364
431
|
rating: string;
|
|
365
432
|
review: string;
|
|
433
|
+
name: string;
|
|
366
434
|
mainTextVariant: string;
|
|
367
435
|
dateTextVariant: string;
|
|
368
436
|
ratingSize: null;
|
|
@@ -374,6 +442,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
374
442
|
user: string;
|
|
375
443
|
rating: string;
|
|
376
444
|
review: string;
|
|
445
|
+
name: string;
|
|
377
446
|
mainTextVariant: string;
|
|
378
447
|
dateTextVariant: string;
|
|
379
448
|
ratingSize: null;
|
|
@@ -384,6 +453,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
384
453
|
user: string;
|
|
385
454
|
rating: string;
|
|
386
455
|
review: string;
|
|
456
|
+
name: string;
|
|
387
457
|
mainTextVariant: string;
|
|
388
458
|
dateTextVariant: string;
|
|
389
459
|
ratingSize: null;
|
|
@@ -394,6 +464,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
394
464
|
user: string;
|
|
395
465
|
rating: string;
|
|
396
466
|
review: string;
|
|
467
|
+
name: string;
|
|
397
468
|
mainTextVariant: string;
|
|
398
469
|
dateTextVariant: string;
|
|
399
470
|
ratingSize: null;
|
|
@@ -406,6 +477,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
406
477
|
user: string;
|
|
407
478
|
rating: string;
|
|
408
479
|
review: string;
|
|
480
|
+
name: string;
|
|
409
481
|
mainTextVariant: string;
|
|
410
482
|
dateTextVariant: string;
|
|
411
483
|
ratingSize: null;
|
|
@@ -416,6 +488,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
416
488
|
user: string;
|
|
417
489
|
rating: string;
|
|
418
490
|
review: string;
|
|
491
|
+
name: string;
|
|
419
492
|
mainTextVariant: string;
|
|
420
493
|
dateTextVariant: string;
|
|
421
494
|
ratingSize: null;
|
|
@@ -426,6 +499,18 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
|
|
|
426
499
|
user: string;
|
|
427
500
|
rating: string;
|
|
428
501
|
review: string;
|
|
502
|
+
name: string;
|
|
503
|
+
mainTextVariant: string;
|
|
504
|
+
dateTextVariant: string;
|
|
505
|
+
ratingSize: null;
|
|
506
|
+
avatarSize: null;
|
|
507
|
+
}, undefined>;
|
|
508
|
+
store?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<{
|
|
509
|
+
base: string;
|
|
510
|
+
user: string;
|
|
511
|
+
rating: string;
|
|
512
|
+
review: string;
|
|
513
|
+
name: string;
|
|
429
514
|
mainTextVariant: string;
|
|
430
515
|
dateTextVariant: string;
|
|
431
516
|
ratingSize: null;
|