seed-components 1.0.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.
Files changed (123) hide show
  1. package/.prettierrc +13 -0
  2. package/LICENSE +21 -0
  3. package/README.md +198 -0
  4. package/bundle/components/Alert/Andromeda/AlertAndromeda.stories.d.ts +5 -0
  5. package/bundle/components/Alert/Andromeda/index.d.ts +2 -0
  6. package/bundle/components/Alert/Andromeda/types.d.ts +9 -0
  7. package/bundle/components/AppointmentForm/Andromeda/AppointmentFormAndromeda.stories.d.ts +5 -0
  8. package/bundle/components/AppointmentForm/Andromeda/examples.d.ts +6 -0
  9. package/bundle/components/AppointmentForm/Andromeda/index.d.ts +2 -0
  10. package/bundle/components/AppointmentForm/Andromeda/translations.d.ts +50 -0
  11. package/bundle/components/AppointmentForm/Andromeda/types.d.ts +25 -0
  12. package/bundle/components/Calendar/Andromeda/CalendarAndromeda.stories.d.ts +5 -0
  13. package/bundle/components/Calendar/Andromeda/examples.d.ts +4 -0
  14. package/bundle/components/Calendar/Andromeda/index.d.ts +2 -0
  15. package/bundle/components/Calendar/Andromeda/types.d.ts +14 -0
  16. package/bundle/components/Calendar/Antlia/CalendarAntlia.stories.d.ts +5 -0
  17. package/bundle/components/Calendar/Antlia/components/EventModal/index.d.ts +2 -0
  18. package/bundle/components/Calendar/Antlia/index.d.ts +2 -0
  19. package/bundle/components/Calendar/Antlia/types.d.ts +33 -0
  20. package/bundle/components/ContactForm/Andromeda/ContactFormAndromeda.stories.d.ts +5 -0
  21. package/bundle/components/ContactForm/Andromeda/index.d.ts +2 -0
  22. package/bundle/components/ContactForm/Andromeda/translations.d.ts +46 -0
  23. package/bundle/components/ContactForm/Andromeda/types.d.ts +16 -0
  24. package/bundle/components/ContactForm/Antlia/ContactFormAntlia.stories.d.ts +5 -0
  25. package/bundle/components/ContactForm/Antlia/example.d.ts +28 -0
  26. package/bundle/components/ContactForm/Antlia/index.d.ts +2 -0
  27. package/bundle/components/ContactForm/Antlia/translations.d.ts +6 -0
  28. package/bundle/components/ContactForm/Antlia/types.d.ts +17 -0
  29. package/bundle/components/FileDownloader/Andromeda/FileDownloaderAndromeda.stories.d.ts +5 -0
  30. package/bundle/components/FileDownloader/Andromeda/examples.d.ts +2 -0
  31. package/bundle/components/FileDownloader/Andromeda/index.d.ts +2 -0
  32. package/bundle/components/FileDownloader/Andromeda/types.d.ts +21 -0
  33. package/bundle/components/FileUpload/Andromeda/FileUploadAndromeda.stories.d.ts +5 -0
  34. package/bundle/components/FileUpload/Andromeda/index.d.ts +2 -0
  35. package/bundle/components/FileUpload/Andromeda/translations.d.ts +17 -0
  36. package/bundle/components/FileUpload/Andromeda/types.d.ts +14 -0
  37. package/bundle/components/HeroSection/Andromeda/HeroSectionAndromeda.stories.d.ts +5 -0
  38. package/bundle/components/HeroSection/Andromeda/defaults.d.ts +2 -0
  39. package/bundle/components/HeroSection/Andromeda/index.d.ts +2 -0
  40. package/bundle/components/HeroSection/Andromeda/translations.d.ts +39 -0
  41. package/bundle/components/HeroSection/Andromeda/types.d.ts +7 -0
  42. package/bundle/components/HeroSection/Antlia/HeroSectionAntlia.stories.d.ts +5 -0
  43. package/bundle/components/HeroSection/Antlia/index.d.ts +3 -0
  44. package/bundle/components/HeroSection/Antlia/translations.d.ts +14 -0
  45. package/bundle/components/HeroSection/Antlia/types.d.ts +16 -0
  46. package/bundle/components/IntroductionSection/Andromeda/IntroductionSectionAndromeda.stories.d.ts +5 -0
  47. package/bundle/components/IntroductionSection/Andromeda/defaults.d.ts +2 -0
  48. package/bundle/components/IntroductionSection/Andromeda/index.d.ts +2 -0
  49. package/bundle/components/IntroductionSection/Andromeda/translations.d.ts +28 -0
  50. package/bundle/components/IntroductionSection/Andromeda/types.d.ts +13 -0
  51. package/bundle/components/IntroductionSection/Antlia/IntroductionSectionAntlia.stories.d.ts +5 -0
  52. package/bundle/components/IntroductionSection/Antlia/index.d.ts +2 -0
  53. package/bundle/components/IntroductionSection/Antlia/translations.d.ts +36 -0
  54. package/bundle/components/IntroductionSection/Antlia/types.d.ts +9 -0
  55. package/bundle/components/Item/Andromeda/ItemAndromeda.stories.d.ts +5 -0
  56. package/bundle/components/Item/Andromeda/examples.d.ts +9 -0
  57. package/bundle/components/Item/Andromeda/index.d.ts +2 -0
  58. package/bundle/components/Item/Andromeda/translations.d.ts +7 -0
  59. package/bundle/components/Item/Andromeda/types.d.ts +14 -0
  60. package/bundle/components/Login/Andromeda/LoginAndromeda.stories.d.ts +5 -0
  61. package/bundle/components/Login/Andromeda/index.d.ts +2 -0
  62. package/bundle/components/Login/Andromeda/types.d.ts +19 -0
  63. package/bundle/components/Map/Andromeda/MapAndromeda.stories.d.ts +5 -0
  64. package/bundle/components/Map/Andromeda/index.d.ts +2 -0
  65. package/bundle/components/Map/Andromeda/translations.d.ts +12 -0
  66. package/bundle/components/Map/Andromeda/types.d.ts +9 -0
  67. package/bundle/components/Map/Antlia/MapAntlia.stories.d.ts +5 -0
  68. package/bundle/components/Map/Antlia/index.d.ts +2 -0
  69. package/bundle/components/Map/Antlia/translations.d.ts +14 -0
  70. package/bundle/components/Map/Antlia/types.d.ts +10 -0
  71. package/bundle/components/Navbar/Andromeda/NavbarAndromeda.stories.d.ts +5 -0
  72. package/bundle/components/Navbar/Andromeda/index.d.ts +2 -0
  73. package/bundle/components/Navbar/Andromeda/types.d.ts +9 -0
  74. package/bundle/components/Navbar/Antlia/NavbarAntlia.stories.d.ts +5 -0
  75. package/bundle/components/Navbar/Antlia/examples.d.ts +7 -0
  76. package/bundle/components/Navbar/Antlia/index.d.ts +2 -0
  77. package/bundle/components/Navbar/Antlia/translations.d.ts +7 -0
  78. package/bundle/components/Navbar/Antlia/types.d.ts +14 -0
  79. package/bundle/components/Projects/Andromeda/ProjectsAndromeda.stories.d.ts +5 -0
  80. package/bundle/components/Projects/Andromeda/examples.d.ts +7 -0
  81. package/bundle/components/Projects/Andromeda/index.d.ts +2 -0
  82. package/bundle/components/Projects/Andromeda/translations.d.ts +14 -0
  83. package/bundle/components/Projects/Andromeda/types.d.ts +11 -0
  84. package/bundle/components/Skills/Andromeda/SkillsAndromeda.stories.d.ts +5 -0
  85. package/bundle/components/Skills/Andromeda/examples.d.ts +8 -0
  86. package/bundle/components/Skills/Andromeda/index.d.ts +2 -0
  87. package/bundle/components/Skills/Andromeda/translations.d.ts +8 -0
  88. package/bundle/components/Skills/Andromeda/types.d.ts +14 -0
  89. package/bundle/components/Video/Andromeda/VideoAndromeda.stories.d.ts +5 -0
  90. package/bundle/components/Video/Andromeda/index.d.ts +2 -0
  91. package/bundle/components/Video/Andromeda/types.d.ts +6 -0
  92. package/bundle/components/WorkSection/Andromeda/WorkSectionAndromeda.stories.d.ts +5 -0
  93. package/bundle/components/WorkSection/Andromeda/defaults.d.ts +2 -0
  94. package/bundle/components/WorkSection/Andromeda/index.d.ts +2 -0
  95. package/bundle/components/WorkSection/Andromeda/translations.d.ts +12 -0
  96. package/bundle/components/WorkSection/Andromeda/types.d.ts +18 -0
  97. package/bundle/components/WorkSection/Antlia/WorkSectionAntlia.stories.d.ts +5 -0
  98. package/bundle/components/WorkSection/Antlia/defaults.d.ts +2 -0
  99. package/bundle/components/WorkSection/Antlia/index.d.ts +2 -0
  100. package/bundle/components/WorkSection/Antlia/translations.d.ts +10 -0
  101. package/bundle/components/WorkSection/Antlia/types.d.ts +13 -0
  102. package/bundle/components/index.d.ts +27 -0
  103. package/bundle/components/ui/Carousel/Andromeda/CarouselAndromeda.stories.d.ts +5 -0
  104. package/bundle/components/ui/Carousel/Andromeda/index.d.ts +2 -0
  105. package/bundle/components/ui/Carousel/Andromeda/types.d.ts +18 -0
  106. package/bundle/components/ui/ScrollSnap/Andromeda/ScrollSnapAndromeda.stories.d.ts +5 -0
  107. package/bundle/components/ui/ScrollSnap/Andromeda/defaults.d.ts +2 -0
  108. package/bundle/components/ui/ScrollSnap/Andromeda/index.d.ts +2 -0
  109. package/bundle/components/ui/ScrollSnap/Andromeda/types.d.ts +9 -0
  110. package/bundle/components/ui/SocialLinks/Andromeda/SocialLinksAndromeda.stories.d.ts +5 -0
  111. package/bundle/components/ui/SocialLinks/Andromeda/example.d.ts +5 -0
  112. package/bundle/components/ui/SocialLinks/Andromeda/index.d.ts +2 -0
  113. package/bundle/components/ui/SocialLinks/Andromeda/types.d.ts +11 -0
  114. package/bundle/index.css +1 -0
  115. package/bundle/index.d.ts +3 -0
  116. package/bundle/index.es.js +8069 -0
  117. package/bundle/index.umd.js +25 -0
  118. package/bundle/types/index.d.ts +27 -0
  119. package/bundle/types/props-components.d.ts +6 -0
  120. package/bundle/utils/index.d.ts +1 -0
  121. package/bundle/utils/returnTranslations.d.ts +2 -0
  122. package/eslint.config.js +57 -0
  123. package/package.json +88 -0
@@ -0,0 +1,2 @@
1
+ import { HeroSectionAndromedaProps } from './types';
2
+ export declare const HeroSectionAndromeda: ({ className, backgroundLogo, backgroundImage, backgroundImageRight, style, imageProfile, translations, }: HeroSectionAndromedaProps) => import("react").JSX.Element;
@@ -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,7 @@
1
+ import { BasePropComponents } from '../../../types';
2
+ export type HeroSectionAndromedaProps = BasePropComponents & {
3
+ backgroundImage?: string;
4
+ backgroundImageRight?: string;
5
+ backgroundLogo?: string;
6
+ imageProfile?: string;
7
+ };
@@ -0,0 +1,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { HeroFeaturedAntliaProps } from './types';
3
+ export declare const HeroSectionAntlia: ({ items, style, backgroundImage, translations, className, logo, }: HeroFeaturedAntliaProps) => React.JSX.Element;
@@ -0,0 +1,14 @@
1
+ export declare const translationsSoruces: {
2
+ title: {
3
+ es: string;
4
+ en: string;
5
+ };
6
+ subtitle: {
7
+ es: string;
8
+ en: string;
9
+ };
10
+ featuredTitle: {
11
+ es: string;
12
+ en: string;
13
+ };
14
+ };
@@ -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,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ import type * as Types from './types';
2
+ export declare const defaults: Types.IntroductionSectionAndromedaProps;
@@ -0,0 +1,2 @@
1
+ import { IntroductionSectionAndromedaProps } from './types';
2
+ export declare const IntroductionSectionAndromeda: ({ className, translations, backgroundImage, socialIcons, style, }: IntroductionSectionAndromedaProps) => import("react").JSX.Element;
@@ -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,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ import { IntroductionSectionAntliaProps } from './types';
2
+ export declare const IntroductionSectionAntlia: ({ image, onCtaClick, style, }: IntroductionSectionAntliaProps) => import("react").JSX.Element;
@@ -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,9 @@
1
+ import { BasePropComponents } from '../../../types';
2
+ export type IntroductionSectionAntliaProps = BasePropComponents & {
3
+ onCtaClick: () => void;
4
+ image: string;
5
+ };
6
+ export type StatisticItem = {
7
+ value: string;
8
+ label: string;
9
+ };
@@ -0,0 +1,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,9 @@
1
+ export declare const exampleItems: {
2
+ title: string;
3
+ subtitle: string;
4
+ description: string;
5
+ price: string;
6
+ images: string[];
7
+ buttonText: string;
8
+ onButtonClick: () => Window | null;
9
+ }[];
@@ -0,0 +1,2 @@
1
+ import { InfoItemAndromedaProps } from './types';
2
+ export declare const ItemAndromeda: (props: InfoItemAndromedaProps) => import("react").JSX.Element;
@@ -0,0 +1,7 @@
1
+ export declare const translationsSources: {
2
+ quote_button: {
3
+ es: string;
4
+ en: string;
5
+ pt: string;
6
+ };
7
+ };
@@ -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 {};
@@ -0,0 +1,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ import { LoginAndromedaProps } from './types';
2
+ export declare const LoginAndromeda: ({ title, subtitle, emailPlaceholder, passwordPlaceholder, loginButtonText, showGoogle, showMicrosoft, showApple, onSubmit, onGoogleLogin, onMicrosoftLogin, onAppleLogin, className, style, }: LoginAndromedaProps) => import("react").JSX.Element;
@@ -0,0 +1,19 @@
1
+ import { BasePropComponents } from '../../../types';
2
+ export type LoginSubmitDataAndromeda = {
3
+ email: string;
4
+ password: string;
5
+ };
6
+ export type LoginAndromedaProps = BasePropComponents & {
7
+ title?: string;
8
+ subtitle?: string;
9
+ emailPlaceholder?: string;
10
+ passwordPlaceholder?: string;
11
+ loginButtonText?: string;
12
+ showGoogle?: boolean;
13
+ showMicrosoft?: boolean;
14
+ showApple?: boolean;
15
+ onSubmit?: (data: LoginSubmitDataAndromeda) => void;
16
+ onGoogleLogin?: () => void;
17
+ onMicrosoftLogin?: () => void;
18
+ onAppleLogin?: () => void;
19
+ };
@@ -0,0 +1,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ import { MapAndromedaProps } from './types';
2
+ export declare const MapAndromeda: (props: MapAndromedaProps) => import("react").JSX.Element;
@@ -0,0 +1,12 @@
1
+ export declare const translationsSources: {
2
+ map_loading: {
3
+ es: string;
4
+ en: string;
5
+ pt: string;
6
+ };
7
+ map_open_in_google_maps: {
8
+ es: string;
9
+ en: string;
10
+ pt: string;
11
+ };
12
+ };
@@ -0,0 +1,9 @@
1
+ import { BasePropComponents } from '../../../types';
2
+ export type MapAndromedaProps = BasePropComponents & {
3
+ address: string;
4
+ apiKey: string;
5
+ logoUrl?: string;
6
+ height?: string;
7
+ width?: string;
8
+ onButtonClick?: () => void;
9
+ };
@@ -0,0 +1,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ import { MapAntliaProps } from './types';
2
+ export declare const MapAntlia: ({ apiKey, address, phone, email, imageUrl, height, onOpenMaps, style, }: MapAntliaProps) => import("react").JSX.Element;
@@ -0,0 +1,14 @@
1
+ export declare const translationsSources: {
2
+ map_loading: {
3
+ es: string;
4
+ en: string;
5
+ };
6
+ contact_title: {
7
+ es: string;
8
+ en: string;
9
+ };
10
+ map_open_in_google_maps: {
11
+ es: string;
12
+ en: string;
13
+ };
14
+ };
@@ -0,0 +1,10 @@
1
+ import { BasePropComponents } from '../../../types';
2
+ export type MapAntliaProps = BasePropComponents & {
3
+ apiKey?: string;
4
+ address: string;
5
+ phone?: string;
6
+ email?: string;
7
+ imageUrl?: string;
8
+ height?: string;
9
+ onOpenMaps?: () => void;
10
+ };
@@ -0,0 +1,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ import { NavbarAndromedaProps } from './types';
2
+ export declare const NavbarAndromeda: ({ email, phone, address, facebook, instagram, tiktok, style, }: NavbarAndromedaProps) => import("react").JSX.Element;
@@ -0,0 +1,9 @@
1
+ import { BasePropComponents } from '../../../types';
2
+ export type NavbarAndromedaProps = BasePropComponents & {
3
+ facebook?: string;
4
+ instagram?: string;
5
+ tiktok?: string;
6
+ email?: string;
7
+ phone?: string;
8
+ address?: string;
9
+ };
@@ -0,0 +1,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,7 @@
1
+ export declare const linksExample: {
2
+ label: string;
3
+ items: {
4
+ label: string;
5
+ href: string;
6
+ }[];
7
+ }[];
@@ -0,0 +1,2 @@
1
+ import { NavbarAntliaProps } from './types';
2
+ export declare const NavbarAntlia: ({ logo, links, translations, onAction, className, style, }: NavbarAntliaProps) => import("react").JSX.Element;
@@ -0,0 +1,7 @@
1
+ export declare const translationsSources: {
2
+ action_btn: {
3
+ es: string;
4
+ en: string;
5
+ pt: string;
6
+ };
7
+ };
@@ -0,0 +1,14 @@
1
+ import { BasePropComponents } from '../../../types';
2
+ export type NavbarDropdownItem = {
3
+ label: string;
4
+ href: string;
5
+ };
6
+ export type NavbarLink = {
7
+ label: string;
8
+ items: NavbarDropdownItem[];
9
+ };
10
+ export type NavbarAntliaProps = BasePropComponents & {
11
+ logo?: string;
12
+ links: NavbarLink[];
13
+ onAction: () => void;
14
+ };
@@ -0,0 +1,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,7 @@
1
+ export declare const projectsExample: {
2
+ name: string;
3
+ type: string;
4
+ image: string;
5
+ url: string;
6
+ description: string;
7
+ }[];
@@ -0,0 +1,2 @@
1
+ import { WorkSectionProjectsProps } from './types';
2
+ export declare const ProjectsAndromeda: ({ items, translations, className, style, }: WorkSectionProjectsProps) => import("react").JSX.Element;
@@ -0,0 +1,14 @@
1
+ export declare const translationsSources: {
2
+ title: {
3
+ es: string;
4
+ en: string;
5
+ };
6
+ subtitle: {
7
+ es: string;
8
+ en: string;
9
+ };
10
+ show: {
11
+ es: string;
12
+ en: string;
13
+ };
14
+ };
@@ -0,0 +1,11 @@
1
+ import { BasePropComponents } from '../../../types';
2
+ export type WorkProjectItem = {
3
+ name: string;
4
+ type: string;
5
+ image: string;
6
+ url: string;
7
+ description: string;
8
+ };
9
+ export type WorkSectionProjectsProps = BasePropComponents & {
10
+ items?: WorkProjectItem[];
11
+ };
@@ -0,0 +1,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,8 @@
1
+ export declare const itemsExample: {
2
+ title: string;
3
+ items: {
4
+ label: string;
5
+ value: number;
6
+ }[];
7
+ icon: import('react-icons').IconType;
8
+ }[];
@@ -0,0 +1,2 @@
1
+ import { SkillSectionProps } from './types';
2
+ export declare const SkillsAndromeda: ({ items, className, style, translations, }: SkillSectionProps) => import("react").JSX.Element;
@@ -0,0 +1,8 @@
1
+ export declare const translationsSources: {
2
+ title: {
3
+ es: string;
4
+ };
5
+ subtitle: {
6
+ es: string;
7
+ };
8
+ };
@@ -0,0 +1,14 @@
1
+ import { IconType } from 'react-icons';
2
+ import { BasePropComponents } from '../../../types';
3
+ export type SkillItem = {
4
+ label: string;
5
+ value: number;
6
+ };
7
+ export type SkillSection = {
8
+ title: string;
9
+ icon?: IconType;
10
+ items?: SkillItem[];
11
+ };
12
+ export type SkillSectionProps = BasePropComponents & {
13
+ items: SkillSection[];
14
+ };
@@ -0,0 +1,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ import { VideoAndromedaProps } from './types';
2
+ export declare const VideoAndromeda: ({ src, poster, delay, className, style, }: VideoAndromedaProps) => import("react").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { BasePropComponents } from '../../../types';
2
+ export type VideoAndromedaProps = BasePropComponents & {
3
+ src: string;
4
+ delay?: number;
5
+ poster?: string;
6
+ };
@@ -0,0 +1,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ import type * as Types from './types';
2
+ export declare const defaults: Types.WorkSectionAndromedaProps;
@@ -0,0 +1,2 @@
1
+ import { WorkSectionAndromedaProps } from './types';
2
+ export declare const WorkSectionAndromeda: ({ items, translations, style, backgroundImage, className, }: WorkSectionAndromedaProps) => import("react").JSX.Element;
@@ -0,0 +1,12 @@
1
+ export declare const translationsSources: {
2
+ title: {
3
+ es: string;
4
+ en: string;
5
+ pt: string;
6
+ };
7
+ subtitle: {
8
+ es: string;
9
+ en: string;
10
+ pt: string;
11
+ };
12
+ };
@@ -0,0 +1,18 @@
1
+ import { BasePropComponents } from '../../../types';
2
+ export type WorkItem = {
3
+ name: string;
4
+ logo: string;
5
+ role?: string;
6
+ description?: string;
7
+ technologies?: string[];
8
+ link?: {
9
+ url: string;
10
+ text: string;
11
+ };
12
+ };
13
+ export type WorkSectionAndromedaProps = BasePropComponents & {
14
+ items?: WorkItem[];
15
+ style?: React.CSSProperties;
16
+ backgroundImage?: string;
17
+ className?: string;
18
+ };
@@ -0,0 +1,5 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ declare const meta: Meta<any>;
3
+ export default meta;
4
+ type Story = StoryObj<any>;
5
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ import type * as Types from './types';
2
+ export declare const defaults: Types.WorkSectionAntliaProps;
@@ -0,0 +1,2 @@
1
+ import { WorkSectionAntliaProps } from './types';
2
+ export declare const WorkSectionAntlia: ({ translations, className, items, style, }: WorkSectionAntliaProps) => import("react").JSX.Element;
@@ -0,0 +1,10 @@
1
+ export declare const translationsSources: {
2
+ title: {
3
+ es: string;
4
+ en: string;
5
+ pt: string;
6
+ };
7
+ subtitle: {
8
+ es: string;
9
+ };
10
+ };
@@ -0,0 +1,13 @@
1
+ import { BasePropComponents } from '../../../types';
2
+ import { IconType } from 'react-icons';
3
+ export type WorkSectionAntliaProps = BasePropComponents & {
4
+ className?: string;
5
+ icons: string[];
6
+ items: WorkSectionAntliaItem[];
7
+ };
8
+ export type WorkSectionAntliaItem = {
9
+ icon: IconType;
10
+ title: string;
11
+ subtitle?: string;
12
+ description: string;
13
+ };