@jctrejosi/components-seed 1.0.10 → 1.1.0
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/bundle/components/AppointmentForm/Andromeda/AppointmentFormAndromeda.stories.d.ts +5 -0
- package/bundle/components/AppointmentForm/Andromeda/examples.d.ts +6 -0
- package/bundle/components/AppointmentForm/Andromeda/index.d.ts +2 -0
- package/bundle/components/AppointmentForm/Andromeda/translations.d.ts +38 -0
- package/bundle/components/AppointmentForm/Andromeda/types.d.ts +24 -0
- package/bundle/components/Calendar/Andromeda/CalendarAndromeda.stories.d.ts +5 -0
- package/bundle/components/Calendar/Andromeda/examples.d.ts +4 -0
- package/bundle/components/Calendar/Andromeda/index.d.ts +2 -0
- package/bundle/components/Calendar/Andromeda/types.d.ts +14 -0
- package/bundle/components/ContactForm/Andromeda/ContactFormAndromeda.stories.d.ts +5 -0
- package/bundle/components/ContactForm/Andromeda/defaults.d.ts +2 -0
- package/bundle/components/ContactForm/Andromeda/index.d.ts +2 -0
- package/bundle/components/ContactForm/Andromeda/translations.d.ts +38 -0
- package/bundle/components/ContactForm/Andromeda/types.d.ts +5 -0
- package/bundle/components/ContactForm/Antlia/ContactFormAntlia.stories.d.ts +5 -0
- package/bundle/components/ContactForm/Antlia/example.d.ts +28 -0
- package/bundle/components/ContactForm/Antlia/index.d.ts +2 -0
- package/bundle/components/ContactForm/Antlia/translations.d.ts +6 -0
- package/bundle/components/ContactForm/Antlia/types.d.ts +17 -0
- package/bundle/components/FileDownloader/Andromeda/FileDownloaderAndromeda.stories.d.ts +5 -0
- package/bundle/components/FileDownloader/Andromeda/examples.d.ts +2 -0
- package/bundle/components/FileDownloader/Andromeda/index.d.ts +2 -0
- package/bundle/components/FileDownloader/Andromeda/types.d.ts +21 -0
- package/bundle/components/FileUpload/Andromeda/FileUploadAndromeda.stories.d.ts +5 -0
- package/bundle/components/FileUpload/Andromeda/index.d.ts +2 -0
- package/bundle/components/FileUpload/Andromeda/translations.d.ts +17 -0
- package/bundle/components/FileUpload/Andromeda/types.d.ts +14 -0
- package/bundle/components/HeroSection/Andromeda/HeroSectionAndromeda.stories.d.ts +5 -0
- package/bundle/components/HeroSection/Andromeda/defaults.d.ts +2 -0
- package/bundle/components/HeroSection/Andromeda/index.d.ts +2 -0
- package/bundle/components/HeroSection/Andromeda/translations.d.ts +39 -0
- package/bundle/components/HeroSection/Andromeda/types.d.ts +7 -0
- package/bundle/components/HeroSection/Antlia/HeroSectionAntlia.stories.d.ts +5 -0
- package/bundle/components/HeroSection/Antlia/index.d.ts +2 -0
- package/bundle/components/HeroSection/Antlia/translations.d.ts +14 -0
- package/bundle/components/HeroSection/Antlia/types.d.ts +16 -0
- package/bundle/components/IntroductionSection/Andromeda/IntroductionSectionAndromeda.stories.d.ts +5 -0
- package/bundle/components/IntroductionSection/Andromeda/defaults.d.ts +2 -0
- package/bundle/components/IntroductionSection/Andromeda/index.d.ts +2 -0
- package/bundle/components/IntroductionSection/Andromeda/translations.d.ts +28 -0
- package/bundle/components/IntroductionSection/Andromeda/types.d.ts +13 -0
- package/bundle/components/IntroductionSection/Antlia/IntroductionSectionAntlia.stories.d.ts +5 -0
- package/bundle/components/IntroductionSection/Antlia/index.d.ts +2 -0
- package/bundle/components/IntroductionSection/Antlia/translations.d.ts +36 -0
- package/bundle/components/IntroductionSection/Antlia/types.d.ts +9 -0
- package/bundle/components/Item/Andromeda/ItemAndromeda.stories.d.ts +5 -0
- package/bundle/components/Item/Andromeda/examples.d.ts +9 -0
- package/bundle/components/Item/Andromeda/index.d.ts +2 -0
- package/bundle/components/Item/Andromeda/translations.d.ts +7 -0
- package/bundle/components/Item/Andromeda/types.d.ts +14 -0
- package/bundle/components/Map/Andromeda/MapAndromeda.stories.d.ts +5 -0
- package/bundle/components/Map/Andromeda/index.d.ts +2 -0
- package/bundle/components/Map/Andromeda/translations.d.ts +12 -0
- package/bundle/components/Map/Andromeda/types.d.ts +9 -0
- package/bundle/components/Map/Antlia/MapAntlia.stories.d.ts +5 -0
- package/bundle/components/Map/Antlia/index.d.ts +2 -0
- package/bundle/components/Map/Antlia/translations.d.ts +14 -0
- package/bundle/components/Map/Antlia/types.d.ts +10 -0
- package/bundle/components/Navbar/Andromeda/NavbarAndromeda.stories.d.ts +5 -0
- package/bundle/components/Navbar/Andromeda/index.d.ts +2 -0
- package/bundle/components/Navbar/Andromeda/types.d.ts +12 -0
- package/bundle/components/Navbar/Antlia/NavbarAntlia.stories.d.ts +5 -0
- package/bundle/components/Navbar/Antlia/examples.d.ts +7 -0
- package/bundle/components/Navbar/Antlia/index.d.ts +2 -0
- package/bundle/components/Navbar/Antlia/translations.d.ts +7 -0
- package/bundle/components/Navbar/Antlia/types.d.ts +14 -0
- package/bundle/components/Projects/Andromeda/ProjectsAndromeda.stories.d.ts +5 -0
- package/bundle/components/Projects/Andromeda/examples.d.ts +7 -0
- package/bundle/components/Projects/Andromeda/index.d.ts +2 -0
- package/bundle/components/Projects/Andromeda/translations.d.ts +14 -0
- package/bundle/components/Projects/Andromeda/types.d.ts +11 -0
- package/bundle/components/Skills/Andromeda/SkillsAndromeda.stories.d.ts +5 -0
- package/bundle/components/Skills/Andromeda/examples.d.ts +8 -0
- package/bundle/components/Skills/Andromeda/index.d.ts +2 -0
- package/bundle/components/Skills/Andromeda/translations.d.ts +8 -0
- package/bundle/components/Skills/Andromeda/types.d.ts +14 -0
- package/bundle/components/Video/Andromeda/VideoAndromeda.stories.d.ts +5 -0
- package/bundle/components/Video/Andromeda/index.d.ts +2 -0
- package/bundle/components/Video/Andromeda/types.d.ts +6 -0
- package/bundle/components/WorkSection/Andromeda/WorkSectionAndromeda.stories.d.ts +5 -0
- package/bundle/components/WorkSection/Andromeda/defaults.d.ts +2 -0
- package/bundle/components/WorkSection/Andromeda/index.d.ts +2 -0
- package/bundle/components/WorkSection/Andromeda/translations.d.ts +12 -0
- package/bundle/components/WorkSection/Andromeda/types.d.ts +18 -0
- package/bundle/components/WorkSection/Antlia/WorkSectionAntlia.stories.d.ts +5 -0
- package/bundle/components/WorkSection/Antlia/defaults.d.ts +2 -0
- package/bundle/components/WorkSection/Antlia/index.d.ts +2 -0
- package/bundle/components/WorkSection/Antlia/translations.d.ts +10 -0
- package/bundle/components/WorkSection/Antlia/types.d.ts +13 -0
- package/bundle/components/index.d.ts +23 -0
- package/bundle/components/ui/Carousel/Andromeda/CarouselAndromeda.stories.d.ts +5 -0
- package/bundle/components/ui/Carousel/Andromeda/index.d.ts +2 -0
- package/bundle/components/ui/Carousel/Andromeda/types.d.ts +18 -0
- package/bundle/components/ui/ScrollSnap/Andromeda/ScrollSnapAndromeda.stories.d.ts +5 -0
- package/bundle/components/ui/ScrollSnap/Andromeda/defaults.d.ts +2 -0
- package/bundle/components/ui/ScrollSnap/Andromeda/index.d.ts +2 -0
- package/bundle/components/ui/ScrollSnap/Andromeda/types.d.ts +9 -0
- package/bundle/components/ui/SocialLinks/Andromeda/SocialLinksAndromeda.stories.d.ts +5 -0
- package/bundle/components/ui/SocialLinks/Andromeda/example.d.ts +5 -0
- package/bundle/components/ui/SocialLinks/Andromeda/index.d.ts +2 -0
- package/bundle/components/ui/SocialLinks/Andromeda/types.d.ts +11 -0
- package/bundle/index.css +1 -1
- package/bundle/index.d.ts +3 -0
- package/bundle/index.es.js +6504 -1053
- package/bundle/index.umd.js +20 -3
- package/bundle/types/index.d.ts +24 -0
- package/bundle/types/props-components.d.ts +6 -0
- package/bundle/utils/index.d.ts +1 -0
- package/bundle/utils/returnTranslations.d.ts +2 -0
- package/package.json +2 -1
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export declare const translationsSources: {
|
|
2
|
+
name_placeholder: {
|
|
3
|
+
es: string;
|
|
4
|
+
en: string;
|
|
5
|
+
};
|
|
6
|
+
document_placeholder: {
|
|
7
|
+
es: string;
|
|
8
|
+
en: string;
|
|
9
|
+
};
|
|
10
|
+
phone_placeholder: {
|
|
11
|
+
es: string;
|
|
12
|
+
en: string;
|
|
13
|
+
};
|
|
14
|
+
select_time: {
|
|
15
|
+
es: string;
|
|
16
|
+
en: string;
|
|
17
|
+
};
|
|
18
|
+
select_appointment_type: {
|
|
19
|
+
es: string;
|
|
20
|
+
en: string;
|
|
21
|
+
};
|
|
22
|
+
price_label: {
|
|
23
|
+
es: string;
|
|
24
|
+
en: string;
|
|
25
|
+
};
|
|
26
|
+
selected_date_label: {
|
|
27
|
+
es: string;
|
|
28
|
+
en: string;
|
|
29
|
+
};
|
|
30
|
+
submit_button: {
|
|
31
|
+
es: string;
|
|
32
|
+
en: string;
|
|
33
|
+
};
|
|
34
|
+
date_not_available: {
|
|
35
|
+
es: string;
|
|
36
|
+
en: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SlotCalendarAndromeda } from '../../Calendar/Andromeda/types';
|
|
2
|
+
import { BasePropComponents } from '../../../types';
|
|
3
|
+
export type AppointmentType = {
|
|
4
|
+
id: string;
|
|
5
|
+
label: string;
|
|
6
|
+
price: number;
|
|
7
|
+
};
|
|
8
|
+
export type AppointmentSubmitPayload = {
|
|
9
|
+
name: string;
|
|
10
|
+
document: string;
|
|
11
|
+
phone: string;
|
|
12
|
+
date: string;
|
|
13
|
+
time: string;
|
|
14
|
+
appointmentTypeId: string;
|
|
15
|
+
price: number;
|
|
16
|
+
};
|
|
17
|
+
export type AppointmentFormAndromedaProps = BasePropComponents & {
|
|
18
|
+
availableSlots?: SlotCalendarAndromeda[];
|
|
19
|
+
appointmentTypes?: AppointmentType[];
|
|
20
|
+
onSubmit: (payload: AppointmentSubmitPayload) => void;
|
|
21
|
+
style?: React.CSSProperties;
|
|
22
|
+
className?: string;
|
|
23
|
+
position?: 'static' | 'sticky' | 'fixed';
|
|
24
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BasePropComponents } from '../../../types';
|
|
2
|
+
export type SlotCalendarAndromeda = {
|
|
3
|
+
date: string;
|
|
4
|
+
times: string[];
|
|
5
|
+
};
|
|
6
|
+
export type CalendarAndromedaProps = BasePropComponents & {
|
|
7
|
+
availableSlots?: SlotCalendarAndromeda[] | string[];
|
|
8
|
+
value?: string;
|
|
9
|
+
onChange?: (date: string, time?: string) => void;
|
|
10
|
+
minDate?: string;
|
|
11
|
+
maxDate?: string;
|
|
12
|
+
style?: React.CSSProperties;
|
|
13
|
+
className?: string;
|
|
14
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export declare const translationsSources: {
|
|
2
|
+
title: {
|
|
3
|
+
es: string;
|
|
4
|
+
en: string;
|
|
5
|
+
};
|
|
6
|
+
subtitle: {
|
|
7
|
+
es: string;
|
|
8
|
+
en: string;
|
|
9
|
+
};
|
|
10
|
+
label_name: {
|
|
11
|
+
es: string;
|
|
12
|
+
en: string;
|
|
13
|
+
};
|
|
14
|
+
label_email: {
|
|
15
|
+
es: string;
|
|
16
|
+
en: string;
|
|
17
|
+
};
|
|
18
|
+
label_message: {
|
|
19
|
+
es: string;
|
|
20
|
+
en: string;
|
|
21
|
+
};
|
|
22
|
+
placeholder_name: {
|
|
23
|
+
es: string;
|
|
24
|
+
en: string;
|
|
25
|
+
};
|
|
26
|
+
placeholder_email: {
|
|
27
|
+
es: string;
|
|
28
|
+
en: string;
|
|
29
|
+
};
|
|
30
|
+
placeholder_message: {
|
|
31
|
+
es: string;
|
|
32
|
+
en: string;
|
|
33
|
+
};
|
|
34
|
+
button: {
|
|
35
|
+
es: string;
|
|
36
|
+
en: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const contactItemsExample: ({
|
|
2
|
+
key: string;
|
|
3
|
+
type: "phone";
|
|
4
|
+
title: string;
|
|
5
|
+
subtitle: string;
|
|
6
|
+
actionText: string;
|
|
7
|
+
url: string;
|
|
8
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
targetBlank: boolean;
|
|
10
|
+
} | {
|
|
11
|
+
key: string;
|
|
12
|
+
type: "email";
|
|
13
|
+
title: string;
|
|
14
|
+
subtitle: string;
|
|
15
|
+
actionText: string;
|
|
16
|
+
url: string;
|
|
17
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
targetBlank: boolean;
|
|
19
|
+
} | {
|
|
20
|
+
key: string;
|
|
21
|
+
type: "whatsapp";
|
|
22
|
+
title: string;
|
|
23
|
+
subtitle: string;
|
|
24
|
+
actionText: string;
|
|
25
|
+
url: string;
|
|
26
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
targetBlank: boolean;
|
|
28
|
+
})[];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BasePropComponents } from '../../../types';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
export type ContactType = 'phone' | 'email' | 'whatsapp' | 'other';
|
|
4
|
+
export type ContactItem = {
|
|
5
|
+
key: string;
|
|
6
|
+
type: ContactType;
|
|
7
|
+
title: string;
|
|
8
|
+
subtitle?: string;
|
|
9
|
+
actionText?: string;
|
|
10
|
+
url: string;
|
|
11
|
+
icon: ReactNode;
|
|
12
|
+
targetBlank?: boolean;
|
|
13
|
+
};
|
|
14
|
+
export type ContactFormAntliaProps = BasePropComponents & {
|
|
15
|
+
items?: ContactItem[];
|
|
16
|
+
idForm: string;
|
|
17
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { BasePropComponents } from '../../../types';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
export type FloatingPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
|
|
4
|
+
export type FileItemAndromeda = {
|
|
5
|
+
url: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
label?: string;
|
|
8
|
+
icon?: ReactNode;
|
|
9
|
+
};
|
|
10
|
+
export type FilesLayout = 'horizontal' | 'vertical';
|
|
11
|
+
export type FileDownloaderAndromedaProps = BasePropComponents & {
|
|
12
|
+
files: FileItemAndromeda[];
|
|
13
|
+
position?: FloatingPosition;
|
|
14
|
+
layout?: FilesLayout;
|
|
15
|
+
offset?: {
|
|
16
|
+
x?: number;
|
|
17
|
+
y?: number;
|
|
18
|
+
};
|
|
19
|
+
defaultIcon?: ReactNode;
|
|
20
|
+
title?: string;
|
|
21
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const translationsSources: {
|
|
2
|
+
select_archive_file: {
|
|
3
|
+
es: string;
|
|
4
|
+
en: string;
|
|
5
|
+
pt: string;
|
|
6
|
+
};
|
|
7
|
+
execute_regression_lineal: {
|
|
8
|
+
es: string;
|
|
9
|
+
en: string;
|
|
10
|
+
pt: string;
|
|
11
|
+
};
|
|
12
|
+
dependent_variable: {
|
|
13
|
+
es: string;
|
|
14
|
+
en: string;
|
|
15
|
+
pt: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BasePropComponents } from '../../../types';
|
|
2
|
+
export interface FileUploadProps {
|
|
3
|
+
onFileSelect: (file: File) => void;
|
|
4
|
+
className?: string;
|
|
5
|
+
}
|
|
6
|
+
export interface RegressionLinealProps {
|
|
7
|
+
onExecute: () => void;
|
|
8
|
+
dependentVariable: string;
|
|
9
|
+
className?: string;
|
|
10
|
+
}
|
|
11
|
+
export interface FileUploadPropsAndromeda extends BasePropComponents {
|
|
12
|
+
fileUploadProps: FileUploadProps;
|
|
13
|
+
regressionLinealProps: RegressionLinealProps;
|
|
14
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export declare const translationsDefault: {
|
|
2
|
+
title_web: {
|
|
3
|
+
es: string;
|
|
4
|
+
en: string;
|
|
5
|
+
pt: string;
|
|
6
|
+
};
|
|
7
|
+
title_developer: {
|
|
8
|
+
es: string;
|
|
9
|
+
en: string;
|
|
10
|
+
pt: string;
|
|
11
|
+
};
|
|
12
|
+
subtitle: {
|
|
13
|
+
es: string;
|
|
14
|
+
en: string;
|
|
15
|
+
pt: string;
|
|
16
|
+
};
|
|
17
|
+
highlight_1: {
|
|
18
|
+
es: string;
|
|
19
|
+
en: string;
|
|
20
|
+
pt: string;
|
|
21
|
+
};
|
|
22
|
+
highlight_2: {
|
|
23
|
+
es: string;
|
|
24
|
+
en: string;
|
|
25
|
+
pt: string;
|
|
26
|
+
};
|
|
27
|
+
name: {
|
|
28
|
+
es: string;
|
|
29
|
+
};
|
|
30
|
+
address: {
|
|
31
|
+
es: string;
|
|
32
|
+
};
|
|
33
|
+
email: {
|
|
34
|
+
es: string;
|
|
35
|
+
};
|
|
36
|
+
phone: {
|
|
37
|
+
es: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BasePropComponents } from '../../../types';
|
|
2
|
+
export type FeaturedIconItem = {
|
|
3
|
+
image: string;
|
|
4
|
+
text: string;
|
|
5
|
+
url?: string;
|
|
6
|
+
alt?: string;
|
|
7
|
+
};
|
|
8
|
+
export type HeroFeaturedAntliaProps = BasePropComponents & {
|
|
9
|
+
/** logos para el carousel */
|
|
10
|
+
items?: FeaturedIconItem[];
|
|
11
|
+
/** fondo */
|
|
12
|
+
backgroundImage?: string;
|
|
13
|
+
className?: string;
|
|
14
|
+
/** logo del título */
|
|
15
|
+
logo: string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const translationsSources: {
|
|
2
|
+
hi_there: {
|
|
3
|
+
es: string;
|
|
4
|
+
en: string;
|
|
5
|
+
pt: string;
|
|
6
|
+
};
|
|
7
|
+
i_am: {
|
|
8
|
+
es: string;
|
|
9
|
+
en: string;
|
|
10
|
+
pt: string;
|
|
11
|
+
};
|
|
12
|
+
name: string;
|
|
13
|
+
developer_focus: {
|
|
14
|
+
es: string;
|
|
15
|
+
en: string;
|
|
16
|
+
pt: string;
|
|
17
|
+
};
|
|
18
|
+
slogan: {
|
|
19
|
+
es: string;
|
|
20
|
+
en: string;
|
|
21
|
+
pt: string;
|
|
22
|
+
};
|
|
23
|
+
find_me_on: {
|
|
24
|
+
es: string;
|
|
25
|
+
en: string;
|
|
26
|
+
pt: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { BasePropComponents } from '../../../types';
|
|
2
|
+
interface SocialIconsProps {
|
|
3
|
+
twitter?: string;
|
|
4
|
+
github?: string;
|
|
5
|
+
instagram?: string;
|
|
6
|
+
linkedin?: string;
|
|
7
|
+
email?: string;
|
|
8
|
+
}
|
|
9
|
+
export type IntroductionSectionAndromedaProps = BasePropComponents & {
|
|
10
|
+
backgroundImage?: string;
|
|
11
|
+
socialIcons?: SocialIconsProps;
|
|
12
|
+
};
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export declare const translationsSources: {
|
|
2
|
+
introduction_section_title: {
|
|
3
|
+
es: string;
|
|
4
|
+
en: string;
|
|
5
|
+
pt: string;
|
|
6
|
+
};
|
|
7
|
+
specialist_name: {
|
|
8
|
+
es: string;
|
|
9
|
+
};
|
|
10
|
+
specialist_description: {
|
|
11
|
+
es: string;
|
|
12
|
+
en: string;
|
|
13
|
+
pt: string;
|
|
14
|
+
};
|
|
15
|
+
smiles_designed_value: {
|
|
16
|
+
es: string;
|
|
17
|
+
};
|
|
18
|
+
smiles_designed: {
|
|
19
|
+
es: string;
|
|
20
|
+
en: string;
|
|
21
|
+
pt: string;
|
|
22
|
+
};
|
|
23
|
+
satisfied_clients_value: {
|
|
24
|
+
es: string;
|
|
25
|
+
};
|
|
26
|
+
satisfied_clients: {
|
|
27
|
+
es: string;
|
|
28
|
+
en: string;
|
|
29
|
+
pt: string;
|
|
30
|
+
};
|
|
31
|
+
cta_button: {
|
|
32
|
+
es: string;
|
|
33
|
+
en: string;
|
|
34
|
+
pt: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BasePropComponents } from '../../../types';
|
|
2
|
+
type InfoItemAndromeda = {
|
|
3
|
+
title: string;
|
|
4
|
+
subtitle: string;
|
|
5
|
+
description: string;
|
|
6
|
+
price: string;
|
|
7
|
+
images: string[];
|
|
8
|
+
buttonText: string;
|
|
9
|
+
onButtonClick?: () => void;
|
|
10
|
+
};
|
|
11
|
+
export type InfoItemAndromedaProps = BasePropComponents & {
|
|
12
|
+
items: InfoItemAndromeda[];
|
|
13
|
+
};
|
|
14
|
+
export {};
|