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.
- package/.prettierrc +13 -0
- package/LICENSE +21 -0
- package/README.md +198 -0
- package/bundle/components/Alert/Andromeda/AlertAndromeda.stories.d.ts +5 -0
- package/bundle/components/Alert/Andromeda/index.d.ts +2 -0
- package/bundle/components/Alert/Andromeda/types.d.ts +9 -0
- 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 +50 -0
- package/bundle/components/AppointmentForm/Andromeda/types.d.ts +25 -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/Calendar/Antlia/CalendarAntlia.stories.d.ts +5 -0
- package/bundle/components/Calendar/Antlia/components/EventModal/index.d.ts +2 -0
- package/bundle/components/Calendar/Antlia/index.d.ts +2 -0
- package/bundle/components/Calendar/Antlia/types.d.ts +33 -0
- package/bundle/components/ContactForm/Andromeda/ContactFormAndromeda.stories.d.ts +5 -0
- package/bundle/components/ContactForm/Andromeda/index.d.ts +2 -0
- package/bundle/components/ContactForm/Andromeda/translations.d.ts +46 -0
- package/bundle/components/ContactForm/Andromeda/types.d.ts +16 -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 +3 -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/Login/Andromeda/LoginAndromeda.stories.d.ts +5 -0
- package/bundle/components/Login/Andromeda/index.d.ts +2 -0
- package/bundle/components/Login/Andromeda/types.d.ts +19 -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 +9 -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 +27 -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 -0
- package/bundle/index.d.ts +3 -0
- package/bundle/index.es.js +8069 -0
- package/bundle/index.umd.js +25 -0
- package/bundle/types/index.d.ts +27 -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/eslint.config.js +57 -0
- package/package.json +88 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.