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

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.