@zenpatient-org/healthspan-marketing-ui 0.1.39 → 0.1.40

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 (484) hide show
  1. package/dist/_virtual/_commonjsHelpers.cjs.js +1 -0
  2. package/dist/_virtual/_commonjsHelpers.es.js +6 -0
  3. package/dist/_virtual/browser.cjs.js +1 -0
  4. package/dist/_virtual/browser.es.js +4 -0
  5. package/dist/_virtual/debug.cjs.js +1 -0
  6. package/dist/_virtual/debug.es.js +4 -0
  7. package/dist/_virtual/index.cjs.js +1 -0
  8. package/dist/_virtual/index.cjs2.js +1 -0
  9. package/dist/_virtual/index.cjs3.js +1 -0
  10. package/dist/_virtual/index.cjs4.js +1 -0
  11. package/dist/_virtual/index.es.js +7 -0
  12. package/dist/_virtual/index.es2.js +7 -0
  13. package/dist/_virtual/index.es3.js +4 -0
  14. package/dist/_virtual/index.es4.js +4 -0
  15. package/dist/_virtual/react-is.development.cjs.js +1 -0
  16. package/dist/_virtual/react-is.development.es.js +4 -0
  17. package/dist/_virtual/react-is.production.min.cjs.js +1 -0
  18. package/dist/_virtual/react-is.production.min.es.js +4 -0
  19. package/dist/_virtual/to-querystring.min.cjs.js +1 -0
  20. package/dist/_virtual/to-querystring.min.cjs2.js +1 -0
  21. package/dist/_virtual/to-querystring.min.es.js +7 -0
  22. package/dist/_virtual/to-querystring.min.es2.js +4 -0
  23. package/dist/components/Accordion/Accordion.cjs.js +1 -0
  24. package/dist/components/Accordion/Accordion.d.ts +14 -0
  25. package/dist/components/Accordion/Accordion.es.js +29 -0
  26. package/dist/components/Accordion/accordion.module.css.cjs.js +1 -0
  27. package/dist/components/Accordion/accordion.module.css.es.js +7 -0
  28. package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs.js +1 -0
  29. package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +14 -0
  30. package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +18 -0
  31. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +1 -0
  32. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +25 -0
  33. package/dist/components/Accordion/components/AccordionItem/index.d.ts +1 -0
  34. package/dist/components/Accordion/index.d.ts +1 -0
  35. package/dist/components/AnchorLinks/AnchorLinks.cjs.js +1 -0
  36. package/dist/components/AnchorLinks/AnchorLinks.d.ts +3 -0
  37. package/dist/components/AnchorLinks/AnchorLinks.es.js +20 -0
  38. package/dist/components/AnchorLinks/anchorLinks.module.css.cjs.js +1 -0
  39. package/dist/components/AnchorLinks/anchorLinks.module.css.es.js +13 -0
  40. package/dist/components/AnchorLinks/index.d.ts +1 -0
  41. package/dist/components/AnchorLinks/types.d.ts +17 -0
  42. package/dist/components/Checkbox/Checkbox.cjs.js +1 -0
  43. package/dist/components/Checkbox/Checkbox.d.ts +14 -0
  44. package/dist/components/Checkbox/Checkbox.es.js +52 -0
  45. package/dist/components/Checkbox/assets/checkbox-checkmark.svg.cjs.js +1 -0
  46. package/dist/components/Checkbox/assets/checkbox-checkmark.svg.es.js +5 -0
  47. package/dist/components/Checkbox/assets/checkbox-dash.svg.cjs.js +1 -0
  48. package/dist/components/Checkbox/assets/checkbox-dash.svg.es.js +5 -0
  49. package/dist/components/Checkbox/assets/checkbox-error.svg.cjs.js +1 -0
  50. package/dist/components/Checkbox/assets/checkbox-error.svg.es.js +5 -0
  51. package/dist/components/Checkbox/checkbox.module.css.cjs.js +1 -0
  52. package/dist/components/Checkbox/checkbox.module.css.es.js +31 -0
  53. package/dist/components/Checkbox/index.d.ts +2 -0
  54. package/dist/components/CircleHighlights/CircleHighlights.cjs.js +1 -0
  55. package/dist/components/CircleHighlights/CircleHighlights.d.ts +10 -0
  56. package/dist/components/CircleHighlights/CircleHighlights.es.js +20 -0
  57. package/dist/components/CircleHighlights/circleHighlights.module.css.cjs.js +1 -0
  58. package/dist/components/CircleHighlights/circleHighlights.module.css.es.js +19 -0
  59. package/dist/components/CircleHighlights/index.d.ts +1 -0
  60. package/dist/components/ColoredDivider/ColoredDivider.cjs.js +1 -0
  61. package/dist/components/ColoredDivider/ColoredDivider.d.ts +6 -0
  62. package/dist/components/ColoredDivider/ColoredDivider.es.js +15 -0
  63. package/dist/components/ColoredDivider/coloredDivider.module.css.cjs.js +1 -0
  64. package/dist/components/ColoredDivider/coloredDivider.module.css.es.js +21 -0
  65. package/dist/components/ColoredDivider/index.d.ts +1 -0
  66. package/dist/components/ComplexImageCarousel/ComplexImageCarousel.cjs.js +1 -1
  67. package/dist/components/ComplexImageCarousel/ComplexImageCarousel.d.ts +1 -1
  68. package/dist/components/ComplexImageCarousel/ComplexImageCarousel.es.js +46 -123
  69. package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.cjs.js +1 -1
  70. package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.es.js +19 -14
  71. package/dist/components/ComplexImageCarousel/useComplexImageCarousel.cjs.js +1 -0
  72. package/dist/components/ComplexImageCarousel/useComplexImageCarousel.d.ts +19 -0
  73. package/dist/components/ComplexImageCarousel/useComplexImageCarousel.es.js +133 -0
  74. package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.cjs.js +1 -1
  75. package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.es.js +12 -12
  76. package/dist/components/FAQComponent/components/FAQComponentItem/faqComponentItem.module.css.cjs.js +1 -1
  77. package/dist/components/FAQComponent/components/FAQComponentItem/faqComponentItem.module.css.es.js +16 -14
  78. package/dist/components/FilterMenu/FilterMenu.cjs.js +1 -1
  79. package/dist/components/FilterMenu/FilterMenu.d.ts +12 -3
  80. package/dist/components/FilterMenu/FilterMenu.es.js +55 -39
  81. package/dist/components/FilterMenu/filterMenu.module.css.cjs.js +1 -1
  82. package/dist/components/FilterMenu/filterMenu.module.css.es.js +8 -6
  83. package/dist/components/GalleryPagination/GalleryPagination.cjs.js +1 -0
  84. package/dist/components/GalleryPagination/GalleryPagination.d.ts +7 -0
  85. package/dist/components/GalleryPagination/GalleryPagination.es.js +7 -0
  86. package/dist/components/GalleryPagination/galleryPagination.module.css.cjs.js +1 -0
  87. package/dist/components/GalleryPagination/galleryPagination.module.css.es.js +13 -0
  88. package/dist/components/GalleryPagination/index.d.ts +1 -0
  89. package/dist/components/ImageGallery/ImageGallery.cjs.js +1 -0
  90. package/dist/components/ImageGallery/ImageGallery.d.ts +8 -0
  91. package/dist/components/ImageGallery/ImageGallery.es.js +35 -0
  92. package/dist/components/ImageGallery/imageGallery.module.css.cjs.js +1 -0
  93. package/dist/components/ImageGallery/imageGallery.module.css.es.js +15 -0
  94. package/dist/components/ImageGallery/index.d.ts +1 -0
  95. package/dist/components/Pagination/Pagination.cjs.js +1 -1
  96. package/dist/components/Pagination/Pagination.es.js +26 -27
  97. package/dist/components/Pagination/pagination.module.css.cjs.js +1 -0
  98. package/dist/components/Pagination/pagination.module.css.es.js +19 -0
  99. package/dist/components/Pricing/components/BenefitItem/BenefitItem.cjs.js +1 -1
  100. package/dist/components/Pricing/components/BenefitItem/BenefitItem.es.js +8 -7
  101. package/dist/components/RadioButton/RadioButton.cjs.js +1 -0
  102. package/dist/components/RadioButton/RadioButton.d.ts +9 -0
  103. package/dist/components/RadioButton/RadioButton.es.js +38 -0
  104. package/dist/components/RadioButton/index.d.ts +1 -0
  105. package/dist/components/RadioButton/radioButton.module.css.cjs.js +1 -0
  106. package/dist/components/RadioButton/radioButton.module.css.es.js +21 -0
  107. package/dist/components/RatingStars/RatingStars.cjs.js +1 -1
  108. package/dist/components/RatingStars/RatingStars.es.js +10 -16
  109. package/dist/components/RatingStars/ratingStars.module.css.cjs.js +1 -1
  110. package/dist/components/RatingStars/ratingStars.module.css.es.js +3 -5
  111. package/dist/components/SmartCallout/SmartCallout.cjs.js +1 -0
  112. package/dist/components/SmartCallout/SmartCallout.d.ts +5 -0
  113. package/dist/components/SmartCallout/SmartCallout.es.js +7 -0
  114. package/dist/components/SmartCallout/index.d.ts +1 -0
  115. package/dist/components/SmartCallout/smartCallout.module.css.cjs.js +1 -0
  116. package/dist/components/SmartCallout/smartCallout.module.css.es.js +7 -0
  117. package/dist/components/StudyGridCard/StudyGridCard.cjs.js +1 -1
  118. package/dist/components/StudyGridCard/StudyGridCard.es.js +24 -30
  119. package/dist/components/Tabs/Tabs.cjs.js +1 -1
  120. package/dist/components/Tabs/Tabs.d.ts +3 -20
  121. package/dist/components/Tabs/Tabs.es.js +7 -7
  122. package/dist/components/Tabs/TabsWithFade.cjs.js +1 -1
  123. package/dist/components/Tabs/TabsWithFade.d.ts +2 -8
  124. package/dist/components/Tabs/TabsWithFade.es.js +12 -21
  125. package/dist/components/Tabs/index.d.ts +1 -1
  126. package/dist/components/Tabs/tabs.module.css.cjs.js +1 -1
  127. package/dist/components/Tabs/tabs.module.css.es.js +26 -24
  128. package/dist/components/Tabs/types.d.ts +19 -0
  129. package/dist/components/TextButton/TextButton.d.ts +2 -2
  130. package/dist/components/TextButton/index.d.ts +1 -0
  131. package/dist/components/TextInput/TextInput.cjs.js +1 -0
  132. package/dist/components/TextInput/TextInput.d.ts +20 -0
  133. package/dist/components/TextInput/TextInput.es.js +86 -0
  134. package/dist/components/TextInput/index.d.ts +1 -0
  135. package/dist/components/TextInput/textInput.module.css.cjs.js +1 -0
  136. package/dist/components/TextInput/textInput.module.css.es.js +32 -0
  137. package/dist/healthspan-marketing-ui.css +1 -1
  138. package/dist/icons/social/star-half.svg.cjs.js +1 -1
  139. package/dist/icons/social/star-half.svg.es.js +2 -2
  140. package/dist/index.cjs.js +1 -1
  141. package/dist/index.es.js +3 -2
  142. package/dist/modules/AllInOne/AllInOne.cjs.js +1 -0
  143. package/dist/modules/AllInOne/AllInOne.d.ts +11 -0
  144. package/dist/modules/AllInOne/AllInOne.es.js +222 -0
  145. package/dist/modules/AllInOne/allInOne.module.css.cjs.js +1 -0
  146. package/dist/modules/AllInOne/allInOne.module.css.es.js +23 -0
  147. package/dist/modules/AllInOne/index.d.ts +1 -0
  148. package/dist/modules/CallToAction/CallToAction.cjs.js +1 -0
  149. package/dist/modules/CallToAction/CallToAction.d.ts +15 -0
  150. package/dist/modules/CallToAction/CallToAction.es.js +165 -0
  151. package/dist/modules/CallToAction/callToAction.module.css.cjs.js +1 -0
  152. package/dist/modules/CallToAction/callToAction.module.css.es.js +43 -0
  153. package/dist/modules/CallToAction/index.d.ts +1 -0
  154. package/dist/modules/CursorImageBlock/CursorImageBlock.cjs.js +1 -0
  155. package/dist/modules/CursorImageBlock/CursorImageBlock.d.ts +3 -0
  156. package/dist/modules/CursorImageBlock/CursorImageBlock.es.js +24 -0
  157. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.cjs.js +1 -0
  158. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.es.js +25 -0
  159. package/dist/modules/CursorImageBlock/index.d.ts +2 -0
  160. package/dist/modules/CursorImageBlock/types.d.ts +9 -0
  161. package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.cjs.js +1 -1
  162. package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.es.js +12 -12
  163. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.cjs.js +1 -1
  164. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.es.js +17 -17
  165. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.cjs.js +1 -1
  166. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.es.js +8 -6
  167. package/dist/modules/IndividualProductCard/IndividualProductCard.cjs.js +1 -0
  168. package/dist/modules/IndividualProductCard/IndividualProductCard.d.ts +26 -0
  169. package/dist/modules/IndividualProductCard/IndividualProductCard.es.js +80 -0
  170. package/dist/modules/IndividualProductCard/components/Features/Features.cjs.js +1 -0
  171. package/dist/modules/IndividualProductCard/components/Features/Features.d.ts +7 -0
  172. package/dist/modules/IndividualProductCard/components/Features/Features.es.js +35 -0
  173. package/dist/modules/IndividualProductCard/components/Features/features.module.css.cjs.js +1 -0
  174. package/dist/modules/IndividualProductCard/components/Features/features.module.css.es.js +17 -0
  175. package/dist/modules/IndividualProductCard/components/Features/index.d.ts +1 -0
  176. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.cjs.js +1 -0
  177. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.d.ts +9 -0
  178. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.es.js +48 -0
  179. package/dist/modules/IndividualProductCard/components/PlanCard/index.d.ts +1 -0
  180. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.cjs.js +1 -0
  181. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.es.js +35 -0
  182. package/dist/modules/IndividualProductCard/index.d.ts +1 -0
  183. package/dist/modules/IndividualProductCard/individualProductCard.module.css.cjs.js +1 -0
  184. package/dist/modules/IndividualProductCard/individualProductCard.module.css.es.js +27 -0
  185. package/dist/modules/IndividualProductCard/types.d.ts +17 -0
  186. package/dist/modules/IngredientHighlight/IngredientHighlight.cjs.js +1 -1
  187. package/dist/modules/IngredientHighlight/IngredientHighlight.d.ts +1 -1
  188. package/dist/modules/IngredientHighlight/IngredientHighlight.es.js +12 -12
  189. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.cjs.js +1 -1
  190. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.d.ts +1 -1
  191. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.es.js +2 -2
  192. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.cjs.js +1 -1
  193. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.es.js +6 -4
  194. package/dist/modules/IngredientHighlight/components/Ingredient/types.d.ts +2 -2
  195. package/dist/modules/IngredientHighlight/types.d.ts +3 -3
  196. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js +1 -1
  197. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.d.ts +2 -2
  198. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.es.js +8 -8
  199. package/dist/modules/ProductsDisplay/useProductsData.d.ts +2 -2
  200. package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.cjs.js +1 -0
  201. package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.d.ts +3 -0
  202. package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.es.js +89 -0
  203. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.cjs.js +1 -0
  204. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.d.ts +3 -0
  205. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.es.js +26 -0
  206. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/index.d.ts +2 -0
  207. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.cjs.js +1 -0
  208. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.es.js +17 -0
  209. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/types.d.ts +10 -0
  210. package/dist/modules/ResearchEssentialReadings/components/index.d.ts +2 -0
  211. package/dist/modules/ResearchEssentialReadings/index.d.ts +1 -0
  212. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.cjs.js +1 -0
  213. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.es.js +27 -0
  214. package/dist/modules/ResearchEssentialReadings/types.d.ts +5 -0
  215. package/dist/modules/ResearchFeatured/ResearchFeatured.cjs.js +1 -0
  216. package/dist/modules/ResearchFeatured/ResearchFeatured.d.ts +3 -0
  217. package/dist/modules/ResearchFeatured/ResearchFeatured.es.js +16 -0
  218. package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.cjs.js +1 -0
  219. package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.d.ts +3 -0
  220. package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.es.js +37 -0
  221. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.cjs.js +1 -0
  222. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.es.js +19 -0
  223. package/dist/modules/ResearchFeatured/components/FeaturedArticle/index.d.ts +2 -0
  224. package/dist/modules/ResearchFeatured/components/FeaturedArticle/types.d.ts +7 -0
  225. package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.cjs.js +1 -0
  226. package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.d.ts +3 -0
  227. package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.es.js +15 -0
  228. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.cjs.js +1 -0
  229. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.es.js +15 -0
  230. package/dist/modules/ResearchFeatured/components/HighlightedArticle/index.d.ts +1 -0
  231. package/dist/modules/ResearchFeatured/components/HighlightedArticle/types.d.ts +9 -0
  232. package/dist/modules/ResearchFeatured/components/index.d.ts +4 -0
  233. package/dist/modules/ResearchFeatured/index.d.ts +1 -0
  234. package/dist/modules/ResearchFeatured/researchFeatured.module.css.cjs.js +1 -0
  235. package/dist/modules/ResearchFeatured/researchFeatured.module.css.es.js +15 -0
  236. package/dist/modules/ResearchFeatured/types.d.ts +6 -0
  237. package/dist/modules/ResearchFilters/ResearchFilters.cjs.js +1 -0
  238. package/dist/modules/ResearchFilters/ResearchFilters.d.ts +6 -0
  239. package/dist/modules/ResearchFilters/ResearchFilters.es.js +27 -0
  240. package/dist/modules/ResearchFilters/index.d.ts +2 -0
  241. package/dist/modules/ResearchFilters/researchFilters.module.css.cjs.js +1 -0
  242. package/dist/modules/ResearchFilters/researchFilters.module.css.es.js +13 -0
  243. package/dist/modules/ResearchStudies/ResearchStudies.cjs.js +1 -0
  244. package/dist/modules/ResearchStudies/ResearchStudies.d.ts +3 -0
  245. package/dist/modules/ResearchStudies/ResearchStudies.es.js +16 -0
  246. package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.cjs.js +1 -0
  247. package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.d.ts +3 -0
  248. package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.es.js +30 -0
  249. package/dist/modules/ResearchStudies/components/StudyCard/index.d.ts +2 -0
  250. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.cjs.js +1 -0
  251. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.es.js +21 -0
  252. package/dist/modules/ResearchStudies/components/StudyCard/types.d.ts +10 -0
  253. package/dist/modules/ResearchStudies/components/index.d.ts +2 -0
  254. package/dist/modules/ResearchStudies/index.d.ts +1 -0
  255. package/dist/modules/ResearchStudies/researchStudies.module.css.cjs.js +1 -0
  256. package/dist/modules/ResearchStudies/researchStudies.module.css.es.js +13 -0
  257. package/dist/modules/ResearchStudies/types.d.ts +5 -0
  258. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -1
  259. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +3 -3
  260. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +1 -1
  261. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +11 -11
  262. package/dist/node_modules/jsonp/index.cjs.js +1 -0
  263. package/dist/node_modules/jsonp/index.es.js +31 -0
  264. package/dist/node_modules/jsonp/node_modules/debug/src/browser.cjs.js +1 -0
  265. package/dist/node_modules/jsonp/node_modules/debug/src/browser.es.js +67 -0
  266. package/dist/node_modules/jsonp/node_modules/debug/src/debug.cjs.js +1 -0
  267. package/dist/node_modules/jsonp/node_modules/debug/src/debug.es.js +64 -0
  268. package/dist/node_modules/jsonp/node_modules/ms/index.cjs.js +1 -0
  269. package/dist/node_modules/jsonp/node_modules/ms/index.es.js +79 -0
  270. package/dist/node_modules/object-assign/index.cjs.js +5 -0
  271. package/dist/node_modules/object-assign/index.es.js +54 -0
  272. package/dist/node_modules/prop-types/checkPropTypes.cjs.js +1 -0
  273. package/dist/node_modules/prop-types/checkPropTypes.es.js +54 -0
  274. package/dist/node_modules/prop-types/factoryWithThrowingShims.cjs.js +1 -0
  275. package/dist/node_modules/prop-types/factoryWithThrowingShims.es.js +52 -0
  276. package/dist/node_modules/prop-types/factoryWithTypeCheckers.cjs.js +2 -0
  277. package/dist/node_modules/prop-types/factoryWithTypeCheckers.es.js +329 -0
  278. package/dist/node_modules/prop-types/index.cjs.js +1 -0
  279. package/dist/node_modules/prop-types/index.es.js +17 -0
  280. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.cjs.js +1 -0
  281. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +10 -0
  282. package/dist/node_modules/prop-types/lib/has.cjs.js +1 -0
  283. package/dist/node_modules/prop-types/lib/has.es.js +7 -0
  284. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.cjs.js +8 -0
  285. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.es.js +95 -0
  286. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.cjs.js +8 -0
  287. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.es.js +78 -0
  288. package/dist/node_modules/prop-types/node_modules/react-is/index.cjs.js +1 -0
  289. package/dist/node_modules/prop-types/node_modules/react-is/index.es.js +10 -0
  290. package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.cjs.js +1 -0
  291. package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.es.js +40 -0
  292. package/dist/node_modules/react-mailchimp-subscribe/es/index.cjs.js +1 -0
  293. package/dist/node_modules/react-mailchimp-subscribe/es/index.es.js +81 -0
  294. package/dist/node_modules/to-querystring/lib/to-querystring.min.cjs.js +1 -0
  295. package/dist/node_modules/to-querystring/lib/to-querystring.min.es.js +54 -0
  296. package/dist/pageComponents/BiologicalAge/BiologicalAge.cjs.js +1 -0
  297. package/dist/pageComponents/BiologicalAge/BiologicalAge.d.ts +1 -0
  298. package/dist/pageComponents/BiologicalAge/BiologicalAge.es.js +21 -0
  299. package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png.cjs.js +1 -0
  300. package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png.es.js +4 -0
  301. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.cjs.js +1 -0
  302. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.es.js +15 -0
  303. package/dist/pageComponents/BiologicalAge/index.d.ts +1 -0
  304. package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -1
  305. package/dist/pageComponents/Bubbles/Bubbles.es.js +32 -12
  306. package/dist/pageComponents/Bubbles/bubbles.module.css.cjs.js +1 -1
  307. package/dist/pageComponents/Bubbles/bubbles.module.css.es.js +4 -2
  308. package/dist/pageComponents/ContactUs/ContactUs.cjs.js +1 -0
  309. package/dist/pageComponents/ContactUs/ContactUs.d.ts +1 -0
  310. package/dist/pageComponents/ContactUs/ContactUs.es.js +79 -0
  311. package/dist/pageComponents/ContactUs/contactUs.module.css.cjs.js +1 -0
  312. package/dist/pageComponents/ContactUs/contactUs.module.css.es.js +37 -0
  313. package/dist/pageComponents/ContactUs/index.d.ts +1 -0
  314. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.cjs.js +1 -0
  315. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.d.ts +1 -0
  316. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.es.js +14 -0
  317. package/dist/pageComponents/DiscoverTheStory/assets/content-img.png.cjs.js +1 -0
  318. package/dist/pageComponents/DiscoverTheStory/assets/content-img.png.es.js +4 -0
  319. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.cjs.js +1 -0
  320. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.es.js +13 -0
  321. package/dist/pageComponents/DiscoverTheStory/index.d.ts +1 -0
  322. package/dist/pageComponents/Footer/Footer.cjs.js +1 -0
  323. package/dist/pageComponents/Footer/Footer.d.ts +17 -0
  324. package/dist/pageComponents/Footer/Footer.es.js +63 -0
  325. package/dist/pageComponents/Footer/assets/CompanyName.svg.cjs.js +1 -0
  326. package/dist/pageComponents/Footer/assets/CompanyName.svg.es.js +5 -0
  327. package/dist/pageComponents/Footer/assets/logo.png.cjs.js +1 -0
  328. package/dist/pageComponents/Footer/assets/logo.png.es.js +4 -0
  329. package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.cjs.js +1 -0
  330. package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.d.ts +13 -0
  331. package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.es.js +24 -0
  332. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.cjs.js +1 -0
  333. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.es.js +7 -0
  334. package/dist/pageComponents/Footer/components/AccordionFooter/index.d.ts +1 -0
  335. package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.cjs.js +1 -0
  336. package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.d.ts +14 -0
  337. package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.es.js +29 -0
  338. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.cjs.js +1 -0
  339. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.es.js +27 -0
  340. package/dist/pageComponents/Footer/components/AccordionFooterItem/index.d.ts +1 -0
  341. package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.cjs.js +1 -0
  342. package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.d.ts +1 -0
  343. package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.es.js +42 -0
  344. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.cjs.js +1 -0
  345. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.es.js +11 -0
  346. package/dist/pageComponents/Footer/components/FooterAbout/index.d.ts +1 -0
  347. package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.cjs.js +1 -0
  348. package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.d.ts +5 -0
  349. package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.es.js +47 -0
  350. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.cjs.js +1 -0
  351. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.es.js +11 -0
  352. package/dist/pageComponents/Footer/components/FooterLinksBlock/index.d.ts +1 -0
  353. package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.cjs.js +1 -0
  354. package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.d.ts +11 -0
  355. package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.es.js +15 -0
  356. package/dist/pageComponents/Footer/components/LinksColumn/index.d.ts +1 -0
  357. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.cjs.js +1 -0
  358. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.es.js +17 -0
  359. package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.cjs.js +1 -0
  360. package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.d.ts +1 -0
  361. package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.es.js +70 -0
  362. package/dist/pageComponents/Footer/components/NewsLetter/index.d.ts +1 -0
  363. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.cjs.js +1 -0
  364. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.es.js +17 -0
  365. package/dist/pageComponents/Footer/components/TopTreatmentsCard/TopTreatmentsCard.cjs.js +1 -0
  366. package/dist/pageComponents/Footer/components/TopTreatmentsCard/TopTreatmentsCard.d.ts +11 -0
  367. package/dist/pageComponents/Footer/components/TopTreatmentsCard/TopTreatmentsCard.es.js +47 -0
  368. package/dist/pageComponents/Footer/components/TopTreatmentsCard/index.d.ts +1 -0
  369. package/dist/pageComponents/Footer/components/TopTreatmentsCard/topTreatmentsCard.module.css.cjs.js +1 -0
  370. package/dist/pageComponents/Footer/components/TopTreatmentsCard/topTreatmentsCard.module.css.es.js +33 -0
  371. package/dist/pageComponents/Footer/components/index.d.ts +5 -0
  372. package/dist/pageComponents/Footer/footer.module.css.cjs.js +1 -0
  373. package/dist/pageComponents/Footer/footer.module.css.es.js +25 -0
  374. package/dist/pageComponents/Footer/index.d.ts +1 -0
  375. package/dist/pageComponents/HomepageHero/HomepageHero.cjs.js +1 -0
  376. package/dist/pageComponents/HomepageHero/HomepageHero.d.ts +1 -0
  377. package/dist/pageComponents/HomepageHero/HomepageHero.es.js +33 -0
  378. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.cjs.js +1 -0
  379. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.d.ts +1 -0
  380. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.es.js +31 -0
  381. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.cjs.js +1 -0
  382. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.d.ts +1 -0
  383. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.es.js +24 -0
  384. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.cjs.js +1 -0
  385. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.d.ts +1 -0
  386. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.es.js +24 -0
  387. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.cjs.js +1 -0
  388. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.d.ts +1 -0
  389. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.es.js +13 -0
  390. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.cjs.js +1 -0
  391. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.d.ts +1 -0
  392. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.es.js +36 -0
  393. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js +1 -0
  394. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.es.js +23 -0
  395. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.cjs.js +1 -0
  396. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.es.js +7 -0
  397. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg.cjs.js +1 -0
  398. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg.es.js +7 -0
  399. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js +1 -0
  400. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js +21 -0
  401. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js +1 -0
  402. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js +17 -0
  403. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js +1 -0
  404. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js +31 -0
  405. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js +1 -0
  406. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js +19 -0
  407. package/dist/pageComponents/HomepageHero/homepageHero.module.css.cjs.js +1 -0
  408. package/dist/pageComponents/HomepageHero/homepageHero.module.css.es.js +25 -0
  409. package/dist/pageComponents/HomepageHero/index.d.ts +1 -0
  410. package/dist/pageComponents/LabsHero/LabsHero.cjs.js +1 -0
  411. package/dist/pageComponents/LabsHero/LabsHero.d.ts +1 -0
  412. package/dist/pageComponents/LabsHero/LabsHero.es.js +73 -0
  413. package/dist/pageComponents/LabsHero/assets/icon1.png.cjs.js +1 -0
  414. package/dist/pageComponents/LabsHero/assets/icon1.png.es.js +4 -0
  415. package/dist/pageComponents/LabsHero/assets/icon2.png.cjs.js +1 -0
  416. package/dist/pageComponents/LabsHero/assets/icon2.png.es.js +4 -0
  417. package/dist/pageComponents/LabsHero/assets/icon3.png.cjs.js +1 -0
  418. package/dist/pageComponents/LabsHero/assets/icon3.png.es.js +4 -0
  419. package/dist/pageComponents/LabsHero/assets/img1.png.cjs.js +1 -0
  420. package/dist/pageComponents/LabsHero/assets/img1.png.es.js +4 -0
  421. package/dist/pageComponents/LabsHero/assets/img2.png.cjs.js +1 -0
  422. package/dist/pageComponents/LabsHero/assets/img2.png.es.js +4 -0
  423. package/dist/pageComponents/LabsHero/assets/img3.png.cjs.js +1 -0
  424. package/dist/pageComponents/LabsHero/assets/img3.png.es.js +4 -0
  425. package/dist/pageComponents/LabsHero/assets/svg1.svg.cjs.js +1 -0
  426. package/dist/pageComponents/LabsHero/assets/svg1.svg.es.js +7 -0
  427. package/dist/pageComponents/LabsHero/assets/svg2.svg.cjs.js +1 -0
  428. package/dist/pageComponents/LabsHero/assets/svg2.svg.es.js +5 -0
  429. package/dist/pageComponents/LabsHero/assets/svg3.svg.cjs.js +1 -0
  430. package/dist/pageComponents/LabsHero/assets/svg3.svg.es.js +7 -0
  431. package/dist/pageComponents/LabsHero/index.d.ts +1 -0
  432. package/dist/pageComponents/LabsHero/labsHero.module.css.cjs.js +1 -0
  433. package/dist/pageComponents/LabsHero/labsHero.module.css.es.js +41 -0
  434. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.cjs.js +1 -0
  435. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.d.ts +1 -0
  436. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.es.js +179 -0
  437. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg.cjs.js +1 -0
  438. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg.es.js +7 -0
  439. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg.cjs.js +1 -0
  440. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg.es.js +7 -0
  441. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg.cjs.js +1 -0
  442. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg.es.js +7 -0
  443. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.png.cjs.js +1 -0
  444. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.png.es.js +4 -0
  445. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.png.cjs.js +1 -0
  446. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.png.es.js +4 -0
  447. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.png.cjs.js +1 -0
  448. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.png.es.js +4 -0
  449. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png.cjs.js +1 -0
  450. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png.es.js +4 -0
  451. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png.cjs.js +1 -0
  452. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png.es.js +4 -0
  453. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png.cjs.js +1 -0
  454. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png.es.js +4 -0
  455. package/dist/pageComponents/PersonalizedProtocolHero/index.d.ts +1 -0
  456. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.cjs.js +1 -0
  457. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.es.js +71 -0
  458. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.cjs.js +1 -0
  459. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.d.ts +15 -0
  460. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.es.js +20 -0
  461. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.cjs.js +1 -0
  462. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.d.ts +7 -0
  463. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.es.js +10 -0
  464. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/index.d.ts +1 -0
  465. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.cjs.js +1 -0
  466. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.es.js +11 -0
  467. package/dist/pageComponents/TreatmentsHero/index.d.ts +1 -0
  468. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.cjs.js +1 -0
  469. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.es.js +21 -0
  470. package/dist/utils/debounce.cjs.js +1 -0
  471. package/dist/utils/debounce.d.ts +2 -0
  472. package/dist/utils/debounce.es.js +9 -0
  473. package/dist/utils/formatDate.cjs.js +1 -0
  474. package/dist/utils/formatDate.d.ts +1 -0
  475. package/dist/utils/formatDate.es.js +10 -0
  476. package/dist/utils/formatUnits/formatUnits.cjs.js +1 -1
  477. package/dist/utils/formatUnits/formatUnits.es.js +5 -3
  478. package/dist/utils/formatUnits.d.ts +1 -1
  479. package/dist/utils/isValidEmail.cjs.js +1 -0
  480. package/dist/utils/isValidEmail.d.ts +1 -0
  481. package/dist/utils/isValidEmail.es.js +4 -0
  482. package/package.json +1 -1
  483. package/dist/components/Pagination/Pagination.module.css.cjs.js +0 -1
  484. package/dist/components/Pagination/Pagination.module.css.es.js +0 -19
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function o(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const a=o(n),c=e=>a.createElement("svg",{width:10,height:20,viewBox:"0 0 10 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},a.createElement("g",{id:"star_half"},a.createElement("path",{id:"star_half_2",d:"M9.99828 15.7723V0.5L7.19255 7.12537L0 7.7495L5.45143 12.4737L3.81965 19.5L9.99828 15.7723Z",fill:"currentColor"})));exports.default=c;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("react");function c(e){const l=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(l,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return l.default=e,Object.freeze(l)}const r=c(a),o=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M5.81965 21.5L7.45143 14.4737L2 9.7495L9.19255 9.12537L11.9983 2.5L14.804 9.12537L21.9966 9.7495L16.5451 14.4737L18.1769 21.5L11.9983 17.7723L5.81965 21.5Z",fill:"black",fillOpacity:.1}),r.createElement("path",{d:"M11.9983 17.7723V2.5L9.19255 9.12537L2 9.7495L7.45143 14.4737L5.81965 21.5L11.9983 17.7723Z",fill:"currentColor"}));exports.default=o;
@@ -1,5 +1,5 @@
1
1
  import * as t from "react";
2
- const a = (e) => /* @__PURE__ */ t.createElement("svg", { width: 10, height: 20, viewBox: "0 0 10 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("g", { id: "star_half" }, /* @__PURE__ */ t.createElement("path", { id: "star_half_2", d: "M9.99828 15.7723V0.5L7.19255 7.12537L0 7.7495L5.45143 12.4737L3.81965 19.5L9.99828 15.7723Z", fill: "currentColor" })));
2
+ const l = (e) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { d: "M5.81965 21.5L7.45143 14.4737L2 9.7495L9.19255 9.12537L11.9983 2.5L14.804 9.12537L21.9966 9.7495L16.5451 14.4737L18.1769 21.5L11.9983 17.7723L5.81965 21.5Z", fill: "black", fillOpacity: 0.1 }), /* @__PURE__ */ t.createElement("path", { d: "M11.9983 17.7723V2.5L9.19255 9.12537L2 9.7495L7.45143 14.4737L5.81965 21.5L11.9983 17.7723Z", fill: "currentColor" }));
3
3
  export {
4
- a as default
4
+ l as default
5
5
  };
package/dist/index.cjs.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */const e=require("./styles/typography.module.css.cjs.js");exports.typography=e.default;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */const e=require("./styles/typography.module.css.cjs.js");exports.typography=e.default;
package/dist/index.es.js CHANGED
@@ -3,7 +3,8 @@
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  /* empty css */
6
- import { default as e } from "./styles/typography.module.css.es.js";
6
+ /* empty css */
7
+ import { default as f } from "./styles/typography.module.css.es.js";
7
8
  export {
8
- e as typography
9
+ f as typography
9
10
  };
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),W=require("../../node_modules/@gsap/react/src/index.cjs.js"),e=require("../../node_modules/gsap/index.cjs.js"),P=require("../../node_modules/gsap/ScrollTrigger.cjs.js"),d=require("react"),N=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),z=require("../../components/Typography/Typography.cjs.js"),q=require("../../utils/cn/cn.cjs.js"),G=require("../../utils/debounce.cjs.js"),U=require("../CallToAction/CallToAction.cjs.js"),r=require("./allInOne.module.css.cjs.js");e.gsap.registerPlugin(P.ScrollTrigger);const Y=["health","energy","strength","smiles","balance","sleep","miles","love","fun","years"],{subtitle:F,titleTop:J,scrollableLabels:M,titleBottom:X,description:D,hsaText:K,buttonText:Q,buttonLink:Z,backgroundImage:ee}={subtitle:t.jsx("p",{children:"YOUR LONGEVITY JOURNEY"}),titleTop:t.jsx("p",{children:"Get more"}),scrollableLabels:Y,titleBottom:t.jsx("p",{children:"out of life"}),description:"It's time to shift our thinking from healthcare and lifespan to something deeper. Healthspan.",hsaText:"Healthspan is HSA/FSA Eligible",buttonText:"JOIN NOW",buttonLink:"#",backgroundImage:"https://methodical-vitality-96814f361f.media.strapiapp.com/aio_step_9_67b550bfe1.jpg"},te=({title1:I,title2:O,description:L,scrollLabels:T,images:w})=>{const[_,B]=d.useState(!1),C=932,h=d.useRef(null),l=d.useRef(null),p=d.useRef(null),u=d.useRef(null),g=d.useRef(null),o=d.useRef(null),H=d.useCallback(()=>{if(!l.current||!h.current||!p.current||!u.current||!g.current||!o.current)return;const s=h.current,n=l.current,a=p.current,c=u.current,m=g.current,b=o.current,R=m.querySelectorAll("p");if(R.length===0)return;R.forEach((f,i)=>{f.style.zIndex=String(R.length-i)});const y=n.querySelectorAll("img"),j=y.length;y.forEach((f,i)=>{f.style.zIndex=String(j-i)});const S=s.scrollHeight/j,E=.8;j>0&&y.forEach((f,i)=>{const v=i*S,k=(i+1)*S-E*S;e.gsap.fromTo([f,R[i]],{opacity:1},{opacity:0,scrollTrigger:{trigger:s,start:()=>`top+=${v} top`,end:()=>`top+=${k} top`,scrub:!0}})});const $=n.getBoundingClientRect(),A=a.getBoundingClientRect(),x=s.getBoundingClientRect();e.gsap.set(m,{y:`${$.bottom-x.top+20}px`}),window.innerWidth>C?(e.gsap.set(a,{x:`${$.left-A.width-50}px`}),e.gsap.set(c,{x:`${$.right+25}px`})):(e.gsap.set(a,{top:`${x.top-c.clientHeight-25}px`}),e.gsap.set(c,{top:`${x.top-25}px`}));const V=window.getComputedStyle(n).borderRadius;e.gsap.to(n,{scale:1,scrollTrigger:{trigger:s,start:"top top",end:"95% bottom",scrub:!0,onUpdate:f=>{if(!l.current||!o.current||!a||!c)return;const i=n.getBoundingClientRect();window.innerWidth>C?(e.gsap.set(a,{x:`${i.left-A.width-50}px`}),e.gsap.set(c,{x:`${i.right+25}px`})):(e.gsap.set(a,{y:`${i.top-x.top-25}px`}),e.gsap.set(c,{y:`${i.top-x.top-25}px`})),e.gsap.set(m,{y:`${i.bottom+20}px`});const v=o.current.getBoundingClientRect();i.bottom+60>=v.top?e.gsap.to(b,{opacity:0,duration:.3}):e.gsap.to(b,{opacity:1,duration:.3}),f.progress>=.99?(e.gsap.to(n,{borderRadius:0,duration:.3,ease:"power1.inOut"}),e.gsap.to(y,{opacity:0,duration:.3,ease:"power1.inOut"})):e.gsap.to(n,{borderRadius:V,duration:.3,ease:"power1.inOut"})}},onComplete:()=>{B(!0)}})},[l,p,u,g,o]);return W.useGSAP(()=>{if(!l.current||!h.current||!p.current||!u||!g.current||!o.current)return;const s=l.current,n=p.current,a=u.current,c=g.current,m=o.current;window.innerWidth<=C?e.gsap.set(s,{aspectRatio:`${window.innerWidth} / ${window.innerHeight}`,scale:.5}):e.gsap.set(s,{scale:.3,aspectRatio:`${window.innerWidth} / ${window.innerHeight}`}),H();const b=G.default(H,600);return window.addEventListener("resize",()=>{b()}),()=>{window.removeEventListener("resize",b),e.gsap.killTweensOf([s,c,n,a,m])}},{scope:h,dependencies:[h,l,p,u,g,H]}),t.jsx("div",{className:r.default.root,children:t.jsx("div",{ref:h,className:r.default.container,children:t.jsxs("div",{className:r.default.pillContainerWrapper,children:[t.jsxs("div",{ref:l,className:q.cn("pillContainer",r.default.pillContainer),children:[w==null?void 0:w.map((s,n)=>t.jsx("img",{src:s,alt:`Image ${n+1}`},n)),t.jsx("div",{className:r.default.callToActionContainer,children:_&&t.jsx(U.CallToAction,{subtitle:F,titleTop:J,scrollableLabels:M,titleBottom:X,description:D,hsaText:K,buttonText:Q,buttonLink:Z,backgroundImage:ee})})]}),t.jsx("div",{ref:p,className:r.default.fixedHeader,children:t.jsx(N.HighlightedTitle,{className:r.default.title1,as:"div",defaultVariant:"displayXs",title:I})}),t.jsx("div",{ref:u,className:r.default.fixedHeader,children:t.jsx(N.HighlightedTitle,{className:r.default.title2,as:"div",defaultVariant:"displayXs",title:O})}),t.jsx("div",{ref:g,className:q.cn("scrollableLabels",r.default.scrollableLabels),children:T==null?void 0:T.map((s,n)=>t.jsx(z.Typography,{as:"p",defaultVariant:"labelLg",mobileVariant:"labelSm",className:r.default.scrollLabel,children:s},n))}),t.jsx("div",{ref:o,className:q.cn("description",r.default.description),children:t.jsx(N.HighlightedTitle,{as:"p",defaultVariant:"preambleMd",mobileVariant:"preambleSm",title:L,className:r.default.descriptionText})})]})})})};exports.AllInOne=te;
@@ -0,0 +1,11 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ type AllInOneProps = {
4
+ title1?: ReactNode;
5
+ title2?: ReactNode;
6
+ description?: string;
7
+ scrollLabels?: readonly string[];
8
+ images?: readonly string[];
9
+ };
10
+ export declare const AllInOne: ({ title1, title2, description, scrollLabels, images }: AllInOneProps) => import("react/jsx-runtime").JSX.Element;
11
+ export {};
@@ -0,0 +1,222 @@
1
+ "use client";
2
+ import { jsx as t, jsxs as O } from "react/jsx-runtime";
3
+ import { useGSAP as G } from "../../node_modules/@gsap/react/src/index.es.js";
4
+ import { gsap as e } from "../../node_modules/gsap/index.es.js";
5
+ import { ScrollTrigger as U } from "../../node_modules/gsap/ScrollTrigger.es.js";
6
+ import { useState as Y, useRef as g, useCallback as _ } from "react";
7
+ import { HighlightedTitle as A } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
8
+ import { Typography as q } from "../../components/Typography/Typography.es.js";
9
+ import { cn as I } from "../../utils/cn/cn.es.js";
10
+ import F from "../../utils/debounce.es.js";
11
+ import { CallToAction as J } from "../CallToAction/CallToAction.es.js";
12
+ import r from "./allInOne.module.css.es.js";
13
+ e.registerPlugin(U);
14
+ const X = [
15
+ "health",
16
+ "energy",
17
+ "strength",
18
+ "smiles",
19
+ "balance",
20
+ "sleep",
21
+ "miles",
22
+ "love",
23
+ "fun",
24
+ "years"
25
+ ], {
26
+ subtitle: D,
27
+ titleTop: M,
28
+ scrollableLabels: K,
29
+ titleBottom: Q,
30
+ description: Z,
31
+ hsaText: ee,
32
+ buttonText: te,
33
+ buttonLink: ie,
34
+ backgroundImage: ne
35
+ } = {
36
+ subtitle: /* @__PURE__ */ t("p", { children: "YOUR LONGEVITY JOURNEY" }),
37
+ titleTop: /* @__PURE__ */ t("p", { children: "Get more" }),
38
+ scrollableLabels: X,
39
+ titleBottom: /* @__PURE__ */ t("p", { children: "out of life" }),
40
+ description: "It's time to shift our thinking from healthcare and lifespan to something deeper. Healthspan.",
41
+ hsaText: "Healthspan is HSA/FSA Eligible",
42
+ buttonText: "JOIN NOW",
43
+ buttonLink: "#",
44
+ backgroundImage: "https://methodical-vitality-96814f361f.media.strapiapp.com/aio_step_9_67b550bfe1.jpg"
45
+ }, he = ({ title1: B, title2: E, description: V, scrollLabels: R, images: C }) => {
46
+ const [k, W] = Y(!1), T = 932, f = g(null), l = g(null), d = g(null), p = g(null), u = g(null), s = g(null), S = _(() => {
47
+ if (!l.current || !f.current || !d.current || !p.current || !u.current || !s.current)
48
+ return;
49
+ const o = f.current, i = l.current, a = d.current, c = p.current, h = u.current, b = s.current, w = h.querySelectorAll("p");
50
+ if (w.length === 0) return;
51
+ w.forEach((m, n) => {
52
+ m.style.zIndex = String(w.length - n);
53
+ });
54
+ const y = i.querySelectorAll("img"), H = y.length;
55
+ y.forEach((m, n) => {
56
+ m.style.zIndex = String(H - n);
57
+ });
58
+ const N = o.scrollHeight / H, P = 0.8;
59
+ H > 0 && y.forEach((m, n) => {
60
+ const v = n * N, j = (n + 1) * N - P * N;
61
+ e.fromTo(
62
+ [m, w[n]],
63
+ { opacity: 1 },
64
+ {
65
+ opacity: 0,
66
+ scrollTrigger: {
67
+ trigger: o,
68
+ start: () => `top+=${v} top`,
69
+ end: () => `top+=${j} top`,
70
+ scrub: !0
71
+ }
72
+ }
73
+ );
74
+ });
75
+ const $ = i.getBoundingClientRect(), L = a.getBoundingClientRect(), x = o.getBoundingClientRect();
76
+ e.set(h, {
77
+ y: `${$.bottom - x.top + 20}px`
78
+ }), window.innerWidth > T ? (e.set(a, {
79
+ x: `${$.left - L.width - 50}px`
80
+ }), e.set(c, {
81
+ x: `${$.right + 25}px`
82
+ })) : (e.set(a, {
83
+ top: `${x.top - c.clientHeight - 25}px`
84
+ }), e.set(c, {
85
+ top: `${x.top - 25}px`
86
+ }));
87
+ const z = window.getComputedStyle(i).borderRadius;
88
+ e.to(i, {
89
+ scale: 1,
90
+ scrollTrigger: {
91
+ trigger: o,
92
+ start: "top top",
93
+ end: "95% bottom",
94
+ scrub: !0,
95
+ onUpdate: (m) => {
96
+ if (!l.current || !s.current || !a || !c)
97
+ return;
98
+ const n = i.getBoundingClientRect();
99
+ window.innerWidth > T ? (e.set(a, {
100
+ x: `${n.left - L.width - 50}px`
101
+ }), e.set(c, {
102
+ x: `${n.right + 25}px`
103
+ })) : (e.set(a, {
104
+ y: `${n.top - x.top - 25}px`
105
+ }), e.set(c, {
106
+ y: `${n.top - x.top - 25}px`
107
+ })), e.set(h, {
108
+ y: `${n.bottom + 20}px`
109
+ });
110
+ const v = s.current.getBoundingClientRect();
111
+ n.bottom + 60 >= v.top ? e.to(b, { opacity: 0, duration: 0.3 }) : e.to(b, { opacity: 1, duration: 0.3 }), m.progress >= 0.99 ? (e.to(i, {
112
+ borderRadius: 0,
113
+ duration: 0.3,
114
+ ease: "power1.inOut"
115
+ }), e.to(y, {
116
+ opacity: 0,
117
+ duration: 0.3,
118
+ ease: "power1.inOut"
119
+ })) : e.to(i, {
120
+ borderRadius: z,
121
+ duration: 0.3,
122
+ ease: "power1.inOut"
123
+ });
124
+ }
125
+ },
126
+ onComplete: () => {
127
+ W(!0);
128
+ }
129
+ });
130
+ }, [l, d, p, u, s]);
131
+ return G(
132
+ () => {
133
+ if (!l.current || !f.current || !d.current || !p || !u.current || !s.current)
134
+ return;
135
+ const o = l.current, i = d.current, a = p.current, c = u.current, h = s.current;
136
+ window.innerWidth <= T ? e.set(o, {
137
+ aspectRatio: `${window.innerWidth} / ${window.innerHeight}`,
138
+ scale: 0.5
139
+ }) : e.set(o, {
140
+ scale: 0.3,
141
+ aspectRatio: `${window.innerWidth} / ${window.innerHeight}`
142
+ }), S();
143
+ const b = F(S, 600);
144
+ return window.addEventListener("resize", () => {
145
+ b();
146
+ }), () => {
147
+ window.removeEventListener("resize", b), e.killTweensOf([o, c, i, a, h]);
148
+ };
149
+ },
150
+ {
151
+ scope: f,
152
+ dependencies: [
153
+ f,
154
+ l,
155
+ d,
156
+ p,
157
+ u,
158
+ S
159
+ ]
160
+ }
161
+ ), /* @__PURE__ */ t("div", { className: r.root, children: /* @__PURE__ */ t("div", { ref: f, className: r.container, children: /* @__PURE__ */ O("div", { className: r.pillContainerWrapper, children: [
162
+ /* @__PURE__ */ O("div", { ref: l, className: I("pillContainer", r.pillContainer), children: [
163
+ C == null ? void 0 : C.map((o, i) => /* @__PURE__ */ t("img", { src: o, alt: `Image ${i + 1}` }, i)),
164
+ /* @__PURE__ */ t("div", { className: r.callToActionContainer, children: k && /* @__PURE__ */ t(
165
+ J,
166
+ {
167
+ subtitle: D,
168
+ titleTop: M,
169
+ scrollableLabels: K,
170
+ titleBottom: Q,
171
+ description: Z,
172
+ hsaText: ee,
173
+ buttonText: te,
174
+ buttonLink: ie,
175
+ backgroundImage: ne
176
+ }
177
+ ) })
178
+ ] }),
179
+ /* @__PURE__ */ t("div", { ref: d, className: r.fixedHeader, children: /* @__PURE__ */ t(
180
+ A,
181
+ {
182
+ className: r.title1,
183
+ as: "div",
184
+ defaultVariant: "displayXs",
185
+ title: B
186
+ }
187
+ ) }),
188
+ /* @__PURE__ */ t("div", { ref: p, className: r.fixedHeader, children: /* @__PURE__ */ t(
189
+ A,
190
+ {
191
+ className: r.title2,
192
+ as: "div",
193
+ defaultVariant: "displayXs",
194
+ title: E
195
+ }
196
+ ) }),
197
+ /* @__PURE__ */ t("div", { ref: u, className: I("scrollableLabels", r.scrollableLabels), children: R == null ? void 0 : R.map((o, i) => /* @__PURE__ */ t(
198
+ q,
199
+ {
200
+ as: "p",
201
+ defaultVariant: "labelLg",
202
+ mobileVariant: "labelSm",
203
+ className: r.scrollLabel,
204
+ children: o
205
+ },
206
+ i
207
+ )) }),
208
+ /* @__PURE__ */ t("div", { ref: s, className: I("description", r.description), children: /* @__PURE__ */ t(
209
+ A,
210
+ {
211
+ as: "p",
212
+ defaultVariant: "preambleMd",
213
+ mobileVariant: "preambleSm",
214
+ title: V,
215
+ className: r.descriptionText
216
+ }
217
+ ) })
218
+ ] }) }) });
219
+ };
220
+ export {
221
+ he as AllInOne
222
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="allInOne-module__root___aRPBl",l="allInOne-module__container___FKeTW",n="allInOne-module__pillContainerWrapper___kXrF1",o="allInOne-module__pillContainer___PJAUY",t="allInOne-module__callToActionContainer___J0Gfh",i="allInOne-module__fixedHeader___4Lq8d",a="allInOne-module__scrollableLabels___BtN-2",r="allInOne-module__description___Y3gZh",_="allInOne-module__descriptionText___svjVl",c={root:e,container:l,pillContainerWrapper:n,pillContainer:o,callToActionContainer:t,fixedHeader:i,scrollableLabels:a,description:r,descriptionText:_};exports.callToActionContainer=t;exports.container=l;exports.default=c;exports.description=r;exports.descriptionText=_;exports.fixedHeader=i;exports.pillContainer=o;exports.pillContainerWrapper=n;exports.root=e;exports.scrollableLabels=a;
@@ -0,0 +1,23 @@
1
+ const e = "allInOne-module__root___aRPBl", l = "allInOne-module__container___FKeTW", n = "allInOne-module__pillContainerWrapper___kXrF1", o = "allInOne-module__pillContainer___PJAUY", _ = "allInOne-module__callToActionContainer___J0Gfh", t = "allInOne-module__fixedHeader___4Lq8d", a = "allInOne-module__scrollableLabels___BtN-2", i = "allInOne-module__description___Y3gZh", r = "allInOne-module__descriptionText___svjVl", c = {
2
+ root: e,
3
+ container: l,
4
+ pillContainerWrapper: n,
5
+ pillContainer: o,
6
+ callToActionContainer: _,
7
+ fixedHeader: t,
8
+ scrollableLabels: a,
9
+ description: i,
10
+ descriptionText: r
11
+ };
12
+ export {
13
+ _ as callToActionContainer,
14
+ l as container,
15
+ c as default,
16
+ i as description,
17
+ r as descriptionText,
18
+ t as fixedHeader,
19
+ o as pillContainer,
20
+ n as pillContainerWrapper,
21
+ e as root,
22
+ a as scrollableLabels
23
+ };
@@ -0,0 +1 @@
1
+ export { AllInOne } from './AllInOne';
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),l=require("react"),X=require("../../components/Button/Button.cjs.js"),d=require("../../components/Typography/Typography.cjs.js"),w=require("../../components/Icon/Icon.cjs.js"),M=require("../../components/Icon/constants.cjs.js"),t=require("./callToAction.module.css.cjs.js"),x=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),a=require("../../node_modules/gsap/index.cjs.js"),z=require("../../node_modules/@gsap/react/src/index.cjs.js"),F=require("../../node_modules/gsap/ScrollTrigger.cjs.js"),D=require("../../utils/debounce.cjs.js");a.gsap.registerPlugin(F.ScrollTrigger);const G=({subtitle:A,titleTop:E,scrollableLabels:j,titleBottom:P,description:C,hsaText:W,buttonText:k,buttonLink:f,backgroundImage:B})=>{const R=l.useRef(null),i=l.useRef(null),T=l.useRef(null),p=l.useRef(null),h=l.useRef(null),N=l.useRef(null),m=l.useRef(null),g=l.useRef(null),y=l.useRef(null);return z.useGSAP(()=>{var V,L,H;const o=(V=T.current)==null?void 0:V.querySelector("p"),u=(L=N.current)==null?void 0:L.querySelector("p"),$=[o,p.current,i.current,h.current,u,m.current,g.current,y.current].filter(Boolean);a.gsap.set($,{clipPath:"inset(0% 0% 100% 0%)",yPercent:100}),a.gsap.to([o,p.current,i.current,h.current,u,m.current,g.current,y.current],{clipPath:"inset(0% 0% 0% 0%)",yPercent:0,duration:1,ease:"power2.out",delay:1,stagger:{amount:1,from:"start"},scrollTrigger:{trigger:R.current,start:"top center",end:"+=500"}});const r=(H=i.current)==null?void 0:H.querySelector("ul");if(!r)return;const v=r.innerHTML;let s=null,q=!0;const _=()=>{s&&s.kill(),r.innerHTML=v,a.gsap.set(r,{y:0});const n=Array.from(r.querySelectorAll("li"));if(n.length<=1)return;const b=n[0].clientHeight;if(!b)return;a.gsap.set(i.current,{height:b,overflow:"hidden"});const I=Array.from(n);I.forEach(S=>{r.appendChild(S.cloneNode(!0))}),s=a.gsap.timeline({repeat:-1,delay:q?2.5:0,onRepeat:()=>{a.gsap.set(r,{y:0})}}),I.forEach((S,O)=>{s&&s.to({},{duration:2}).to(r,{y:`-${(O+1)*b}`,duration:.5,ease:"power1.inOut"})}),q=!1},c=D.default(_,200);return _(),window.addEventListener("resize",c),()=>{var n;window.removeEventListener("resize",c),(n=c.kill)==null||n.call(c),s&&s.kill(),r&&(r.innerHTML=v,a.gsap.set(r,{y:0}))}},[j]),e.jsxs("section",{ref:R,className:t.default.root,children:[e.jsx("div",{className:t.default.backgroundImage,style:{backgroundImage:`url(${B})`}}),e.jsxs("div",{className:t.default.container,children:[e.jsx("div",{className:t.default.leftContent,children:e.jsxs("div",{className:t.default.content,children:[e.jsx("div",{ref:p,children:e.jsx(x.HighlightedTitle,{defaultVariant:"displayXl",mobileVariant:"displayMd",as:"div",className:t.default.title,title:E})}),e.jsx("div",{ref:i,className:t.default.scrollableLabelsWrapper,children:e.jsx("ul",{className:t.default.scrollableLabels,children:j.map((o,u)=>e.jsx("li",{className:t.default.scrollableLabel,children:e.jsx(d.Typography,{defaultVariant:"displayXl",mobileVariant:"displayMd",as:"span",children:o})},u))})}),e.jsx("div",{ref:h,children:e.jsx(x.HighlightedTitle,{defaultVariant:"displayXl",mobileVariant:"displayMd",as:"div",className:t.default.title,title:P})})]})}),e.jsx("div",{ref:T,className:t.default.subtitleWrapper,children:e.jsx(x.HighlightedTitle,{defaultVariant:"labelMd",mobileVariant:"labelSm",as:"div",className:t.default.subtitle,title:A})}),e.jsx("div",{ref:N,className:t.default.arrowWrapper,children:e.jsxs(d.Typography,{defaultVariant:"labelXl",mobileVariant:"labelLg",className:t.default.arrow,as:"p",children:["(",e.jsx(w.Icon,{name:M.EIconName.ARROW_FORWARD}),")"]})}),e.jsx("div",{className:t.default.rightContent,children:e.jsxs("div",{className:t.default.descriptionWrapper,children:[e.jsx("div",{ref:m,children:e.jsx(d.Typography,{defaultVariant:"bodyLg",mobileVariant:"bodyMd",className:t.default.description,children:C})}),e.jsx("div",{ref:g,className:t.default.buttonWrapper,children:f&&e.jsx(X.Button,{as:f?"a":"button",href:f,variant:"secondary",size:"lg",children:k})}),e.jsxs("div",{ref:y,className:t.default.hsaEligible,children:[e.jsx(w.Icon,{name:M.EIconName.CIRCLE_CHECK_FILL,className:t.default.checkIcon}),e.jsx(d.Typography,{defaultVariant:"bodySm",mobileVariant:"bodySm",className:t.default.hsaText,children:W})]})]})})]})]})};exports.CallToAction=G;
@@ -0,0 +1,15 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ export type CallToActionProps = {
4
+ subtitle: ReactNode;
5
+ titleTop: ReactNode;
6
+ scrollableLabels: string[];
7
+ titleBottom: ReactNode;
8
+ description: string;
9
+ hsaText: string;
10
+ buttonText: string;
11
+ buttonLink?: string;
12
+ backgroundImage: string;
13
+ onButtonClick?: () => void;
14
+ };
15
+ export declare const CallToAction: ({ subtitle, titleTop, scrollableLabels, titleBottom, description, hsaText, buttonText, buttonLink, backgroundImage, }: CallToActionProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,165 @@
1
+ "use client";
2
+ import { jsxs as s, jsx as e } from "react/jsx-runtime";
3
+ import { useRef as l } from "react";
4
+ import { Button as j } from "../../components/Button/Button.es.js";
5
+ import { Typography as u } from "../../components/Typography/Typography.es.js";
6
+ import { Icon as A } from "../../components/Icon/Icon.es.js";
7
+ import { EIconName as I } from "../../components/Icon/constants.es.js";
8
+ import r from "./callToAction.module.css.es.js";
9
+ import { HighlightedTitle as v } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
10
+ import { gsap as a } from "../../node_modules/gsap/index.es.js";
11
+ import { useGSAP as $ } from "../../node_modules/@gsap/react/src/index.es.js";
12
+ import { ScrollTrigger as D } from "../../node_modules/gsap/ScrollTrigger.es.js";
13
+ import G from "../../utils/debounce.es.js";
14
+ a.registerPlugin(D);
15
+ const ne = ({
16
+ subtitle: k,
17
+ titleTop: q,
18
+ scrollableLabels: R,
19
+ titleBottom: x,
20
+ description: X,
21
+ hsaText: _,
22
+ buttonText: z,
23
+ buttonLink: f,
24
+ backgroundImage: B
25
+ }) => {
26
+ const V = l(null), o = l(null), L = l(null), p = l(null), h = l(null), T = l(null), b = l(null), g = l(null), y = l(null);
27
+ return $(() => {
28
+ var C, E, H;
29
+ const d = (C = L.current) == null ? void 0 : C.querySelector("p"), m = (E = T.current) == null ? void 0 : E.querySelector("p"), F = [
30
+ d,
31
+ p.current,
32
+ o.current,
33
+ h.current,
34
+ m,
35
+ b.current,
36
+ g.current,
37
+ y.current
38
+ ].filter(Boolean);
39
+ a.set(F, {
40
+ clipPath: "inset(0% 0% 100% 0%)",
41
+ yPercent: 100
42
+ }), a.to(
43
+ [
44
+ d,
45
+ p.current,
46
+ o.current,
47
+ h.current,
48
+ m,
49
+ b.current,
50
+ g.current,
51
+ y.current
52
+ ],
53
+ {
54
+ clipPath: "inset(0% 0% 0% 0%)",
55
+ yPercent: 0,
56
+ duration: 1,
57
+ ease: "power2.out",
58
+ delay: 1,
59
+ stagger: {
60
+ amount: 1,
61
+ from: "start"
62
+ },
63
+ scrollTrigger: {
64
+ trigger: V.current,
65
+ start: "top center",
66
+ end: "+=500"
67
+ }
68
+ }
69
+ );
70
+ const t = (H = o.current) == null ? void 0 : H.querySelector("ul");
71
+ if (!t) return;
72
+ const w = t.innerHTML;
73
+ let i = null, S = !0;
74
+ const M = () => {
75
+ i && i.kill(), t.innerHTML = w, a.set(t, { y: 0 });
76
+ const n = Array.from(t.querySelectorAll("li"));
77
+ if (n.length <= 1) return;
78
+ const N = n[0].clientHeight;
79
+ if (!N) return;
80
+ a.set(o.current, { height: N, overflow: "hidden" });
81
+ const P = Array.from(n);
82
+ P.forEach((W) => {
83
+ t.appendChild(W.cloneNode(!0));
84
+ }), i = a.timeline({
85
+ repeat: -1,
86
+ delay: S ? 2.5 : 0,
87
+ onRepeat: () => {
88
+ a.set(t, { y: 0 });
89
+ }
90
+ }), P.forEach((W, O) => {
91
+ i && i.to({}, { duration: 2 }).to(t, {
92
+ y: `-${(O + 1) * N}`,
93
+ duration: 0.5,
94
+ ease: "power1.inOut"
95
+ });
96
+ }), S = !1;
97
+ }, c = G(M, 200);
98
+ return M(), window.addEventListener("resize", c), () => {
99
+ var n;
100
+ window.removeEventListener("resize", c), (n = c.kill) == null || n.call(c), i && i.kill(), t && (t.innerHTML = w, a.set(t, { y: 0 }));
101
+ };
102
+ }, [R]), /* @__PURE__ */ s("section", { ref: V, className: r.root, children: [
103
+ /* @__PURE__ */ e("div", { className: r.backgroundImage, style: { backgroundImage: `url(${B})` } }),
104
+ /* @__PURE__ */ s("div", { className: r.container, children: [
105
+ /* @__PURE__ */ e("div", { className: r.leftContent, children: /* @__PURE__ */ s("div", { className: r.content, children: [
106
+ /* @__PURE__ */ e("div", { ref: p, children: /* @__PURE__ */ e(
107
+ v,
108
+ {
109
+ defaultVariant: "displayXl",
110
+ mobileVariant: "displayMd",
111
+ as: "div",
112
+ className: r.title,
113
+ title: q
114
+ }
115
+ ) }),
116
+ /* @__PURE__ */ e("div", { ref: o, className: r.scrollableLabelsWrapper, children: /* @__PURE__ */ e("ul", { className: r.scrollableLabels, children: R.map((d, m) => /* @__PURE__ */ e("li", { className: r.scrollableLabel, children: /* @__PURE__ */ e(u, { defaultVariant: "displayXl", mobileVariant: "displayMd", as: "span", children: d }) }, m)) }) }),
117
+ /* @__PURE__ */ e("div", { ref: h, children: /* @__PURE__ */ e(
118
+ v,
119
+ {
120
+ defaultVariant: "displayXl",
121
+ mobileVariant: "displayMd",
122
+ as: "div",
123
+ className: r.title,
124
+ title: x
125
+ }
126
+ ) })
127
+ ] }) }),
128
+ /* @__PURE__ */ e("div", { ref: L, className: r.subtitleWrapper, children: /* @__PURE__ */ e(
129
+ v,
130
+ {
131
+ defaultVariant: "labelMd",
132
+ mobileVariant: "labelSm",
133
+ as: "div",
134
+ className: r.subtitle,
135
+ title: k
136
+ }
137
+ ) }),
138
+ /* @__PURE__ */ e("div", { ref: T, className: r.arrowWrapper, children: /* @__PURE__ */ s(u, { defaultVariant: "labelXl", mobileVariant: "labelLg", className: r.arrow, as: "p", children: [
139
+ "(",
140
+ /* @__PURE__ */ e(A, { name: I.ARROW_FORWARD }),
141
+ ")"
142
+ ] }) }),
143
+ /* @__PURE__ */ e("div", { className: r.rightContent, children: /* @__PURE__ */ s("div", { className: r.descriptionWrapper, children: [
144
+ /* @__PURE__ */ e("div", { ref: b, children: /* @__PURE__ */ e(u, { defaultVariant: "bodyLg", mobileVariant: "bodyMd", className: r.description, children: X }) }),
145
+ /* @__PURE__ */ e("div", { ref: g, className: r.buttonWrapper, children: f && /* @__PURE__ */ e(
146
+ j,
147
+ {
148
+ as: f ? "a" : "button",
149
+ href: f,
150
+ variant: "secondary",
151
+ size: "lg",
152
+ children: z
153
+ }
154
+ ) }),
155
+ /* @__PURE__ */ s("div", { ref: y, className: r.hsaEligible, children: [
156
+ /* @__PURE__ */ e(A, { name: I.CIRCLE_CHECK_FILL, className: r.checkIcon }),
157
+ /* @__PURE__ */ e(u, { defaultVariant: "bodySm", mobileVariant: "bodySm", className: r.hsaText, children: _ })
158
+ ] })
159
+ ] }) })
160
+ ] })
161
+ ] });
162
+ };
163
+ export {
164
+ ne as CallToAction
165
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="callToAction-module__root___-Mx9p",t="callToAction-module__backgroundImage___ArlBX",e="callToAction-module__container___GcKf3",l="callToAction-module__leftContent___H0JJW",c="callToAction-module__content___UUQA-",_="callToAction-module__arrowWrapper___E9SUH",r="callToAction-module__arrow___zEmD9",n="callToAction-module__rightContent___P6E8E",a="callToAction-module__subtitleWrapper___rkYN-",i="callToAction-module__subtitle___3OYsg",s="callToAction-module__title___tF4ct",p="callToAction-module__scrollableLabels___rtBOU",u="callToAction-module__scrollableLabelsWrapper___kMiEE",b="callToAction-module__descriptionWrapper___wZ-TI",d="callToAction-module__buttonWrapper___y6mvR",m="callToAction-module__description___APtkj",T="callToAction-module__hsaEligible___zmkav",A="callToAction-module__checkIcon___kasFP",W="callToAction-module__hsaText___0MzD7",g={root:o,backgroundImage:t,container:e,leftContent:l,content:c,arrowWrapper:_,arrow:r,rightContent:n,subtitleWrapper:a,subtitle:i,title:s,scrollableLabels:p,scrollableLabelsWrapper:u,descriptionWrapper:b,buttonWrapper:d,description:m,hsaEligible:T,checkIcon:A,hsaText:W};exports.arrow=r;exports.arrowWrapper=_;exports.backgroundImage=t;exports.buttonWrapper=d;exports.checkIcon=A;exports.container=e;exports.content=c;exports.default=g;exports.description=m;exports.descriptionWrapper=b;exports.hsaEligible=T;exports.hsaText=W;exports.leftContent=l;exports.rightContent=n;exports.root=o;exports.scrollableLabels=p;exports.scrollableLabelsWrapper=u;exports.subtitle=i;exports.subtitleWrapper=a;exports.title=s;
@@ -0,0 +1,43 @@
1
+ const o = "callToAction-module__root___-Mx9p", t = "callToAction-module__backgroundImage___ArlBX", l = "callToAction-module__container___GcKf3", _ = "callToAction-module__leftContent___H0JJW", e = "callToAction-module__content___UUQA-", c = "callToAction-module__arrowWrapper___E9SUH", n = "callToAction-module__arrow___zEmD9", a = "callToAction-module__rightContent___P6E8E", r = "callToAction-module__subtitleWrapper___rkYN-", s = "callToAction-module__subtitle___3OYsg", i = "callToAction-module__title___tF4ct", p = "callToAction-module__scrollableLabels___rtBOU", u = "callToAction-module__scrollableLabelsWrapper___kMiEE", d = "callToAction-module__descriptionWrapper___wZ-TI", b = "callToAction-module__buttonWrapper___y6mvR", m = "callToAction-module__description___APtkj", T = "callToAction-module__hsaEligible___zmkav", A = "callToAction-module__checkIcon___kasFP", W = "callToAction-module__hsaText___0MzD7", g = {
2
+ root: o,
3
+ backgroundImage: t,
4
+ container: l,
5
+ leftContent: _,
6
+ content: e,
7
+ arrowWrapper: c,
8
+ arrow: n,
9
+ rightContent: a,
10
+ subtitleWrapper: r,
11
+ subtitle: s,
12
+ title: i,
13
+ scrollableLabels: p,
14
+ scrollableLabelsWrapper: u,
15
+ descriptionWrapper: d,
16
+ buttonWrapper: b,
17
+ description: m,
18
+ hsaEligible: T,
19
+ checkIcon: A,
20
+ hsaText: W
21
+ };
22
+ export {
23
+ n as arrow,
24
+ c as arrowWrapper,
25
+ t as backgroundImage,
26
+ b as buttonWrapper,
27
+ A as checkIcon,
28
+ l as container,
29
+ e as content,
30
+ g as default,
31
+ m as description,
32
+ d as descriptionWrapper,
33
+ T as hsaEligible,
34
+ W as hsaText,
35
+ _ as leftContent,
36
+ a as rightContent,
37
+ o as root,
38
+ p as scrollableLabels,
39
+ u as scrollableLabelsWrapper,
40
+ s as subtitle,
41
+ r as subtitleWrapper,
42
+ i as title
43
+ };
@@ -0,0 +1 @@
1
+ export { CallToAction } from './CallToAction';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../../components/Typography/Typography.cjs.js"),c=require("../../components/Cursor/Cursor.cjs.js"),a=require("./cursorImageBlock.module.css.cjs.js"),o=({title:r,description:l,cursorLabel:t,link:i,image:d})=>e.jsxs("div",{className:a.default.root,children:[e.jsx("div",{className:a.default.desktopLayout,children:e.jsx(c.Cursor,{label:t,colorScheme:"dark",children:e.jsxs("a",{href:i,className:a.default.desktopLink,children:[e.jsx("img",{src:d,alt:"",className:a.default.image}),e.jsxs("div",{className:a.default.textContent,children:[e.jsx(s.Typography,{defaultVariant:"displayLg",className:a.default.title,children:r}),l&&e.jsx(s.Typography,{defaultVariant:"headingSm",className:a.default.description,children:l})]})]})})}),e.jsxs("div",{className:a.default.mobileLayout,children:[e.jsx("img",{src:d,alt:"",className:a.default.image}),e.jsxs("div",{className:a.default.textContent,children:[e.jsx(s.Typography,{defaultVariant:"displayLg",mobileVariant:"headingXl",className:a.default.title,children:r}),l&&e.jsx(s.Typography,{defaultVariant:"headingSm",mobileVariant:"headingXs",className:a.default.description,children:l})]}),e.jsx("a",{href:i,className:a.default.mobileButton,children:e.jsx("div",{className:a.default.cursorVisual,children:e.jsx("div",{className:a.default.cursorVisualText,children:e.jsx(s.Typography,{defaultVariant:"labelLg",mobileVariant:"labelLg",emphasis:!0,children:t})})})})]})]});exports.CursorImageBlock=o;
@@ -0,0 +1,3 @@
1
+ import { TCursorImageBlockProps } from './types';
2
+
3
+ export declare const CursorImageBlock: ({ title, description, cursorLabel, link, image }: TCursorImageBlockProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,24 @@
1
+ import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
+ import { Typography as i } from "../../components/Typography/Typography.es.js";
3
+ import { Cursor as d } from "../../components/Cursor/Cursor.es.js";
4
+ import a from "./cursorImageBlock.module.css.es.js";
5
+ const N = ({ title: r, description: s, cursorLabel: t, link: c, image: m }) => /* @__PURE__ */ l("div", { className: a.root, children: [
6
+ /* @__PURE__ */ e("div", { className: a.desktopLayout, children: /* @__PURE__ */ e(d, { label: t, colorScheme: "dark", children: /* @__PURE__ */ l("a", { href: c, className: a.desktopLink, children: [
7
+ /* @__PURE__ */ e("img", { src: m, alt: "", className: a.image }),
8
+ /* @__PURE__ */ l("div", { className: a.textContent, children: [
9
+ /* @__PURE__ */ e(i, { defaultVariant: "displayLg", className: a.title, children: r }),
10
+ s && /* @__PURE__ */ e(i, { defaultVariant: "headingSm", className: a.description, children: s })
11
+ ] })
12
+ ] }) }) }),
13
+ /* @__PURE__ */ l("div", { className: a.mobileLayout, children: [
14
+ /* @__PURE__ */ e("img", { src: m, alt: "", className: a.image }),
15
+ /* @__PURE__ */ l("div", { className: a.textContent, children: [
16
+ /* @__PURE__ */ e(i, { defaultVariant: "displayLg", mobileVariant: "headingXl", className: a.title, children: r }),
17
+ s && /* @__PURE__ */ e(i, { defaultVariant: "headingSm", mobileVariant: "headingXs", className: a.description, children: s })
18
+ ] }),
19
+ /* @__PURE__ */ e("a", { href: c, className: a.mobileButton, children: /* @__PURE__ */ e("div", { className: a.cursorVisual, children: /* @__PURE__ */ e("div", { className: a.cursorVisualText, children: /* @__PURE__ */ e(i, { defaultVariant: "labelLg", mobileVariant: "labelLg", emphasis: !0, children: t }) }) }) })
20
+ ] })
21
+ ] });
22
+ export {
23
+ N as CursorImageBlock
24
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="cursorImageBlock-module__root___0PwhB",t="cursorImageBlock-module__image___D4SEN",e="cursorImageBlock-module__textContent___ZUb6l",u="cursorImageBlock-module__title___5vaBY",_="cursorImageBlock-module__description___R3uj2",r="cursorImageBlock-module__mobileLayout___Prji8",s="cursorImageBlock-module__cursorVisual___-zg8I",l="cursorImageBlock-module__cursorVisualText___uAUpt",c="cursorImageBlock-module__desktopLayout___JPMLz",i="cursorImageBlock-module__mobileButton___oXpir",a={root:o,image:t,textContent:e,title:u,description:_,mobileLayout:r,cursorVisual:s,cursorVisualText:l,desktopLayout:c,mobileButton:i};exports.cursorVisual=s;exports.cursorVisualText=l;exports.default=a;exports.description=_;exports.desktopLayout=c;exports.image=t;exports.mobileButton=i;exports.mobileLayout=r;exports.root=o;exports.textContent=e;exports.title=u;
@@ -0,0 +1,25 @@
1
+ const o = "cursorImageBlock-module__root___0PwhB", t = "cursorImageBlock-module__image___D4SEN", e = "cursorImageBlock-module__textContent___ZUb6l", _ = "cursorImageBlock-module__title___5vaBY", u = "cursorImageBlock-module__description___R3uj2", s = "cursorImageBlock-module__mobileLayout___Prji8", r = "cursorImageBlock-module__cursorVisual___-zg8I", c = "cursorImageBlock-module__cursorVisualText___uAUpt", l = "cursorImageBlock-module__desktopLayout___JPMLz", m = "cursorImageBlock-module__mobileButton___oXpir", a = {
2
+ root: o,
3
+ image: t,
4
+ textContent: e,
5
+ title: _,
6
+ description: u,
7
+ mobileLayout: s,
8
+ cursorVisual: r,
9
+ cursorVisualText: c,
10
+ desktopLayout: l,
11
+ mobileButton: m
12
+ };
13
+ export {
14
+ r as cursorVisual,
15
+ c as cursorVisualText,
16
+ a as default,
17
+ u as description,
18
+ l as desktopLayout,
19
+ t as image,
20
+ m as mobileButton,
21
+ s as mobileLayout,
22
+ o as root,
23
+ e as textContent,
24
+ _ as title
25
+ };
@@ -0,0 +1,2 @@
1
+ export { CursorImageBlock } from './CursorImageBlock';
2
+ export type { TCursorImageBlockProps } from './types';
@@ -0,0 +1,9 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ export type TCursorImageBlockProps = {
4
+ image: string;
5
+ title: ReactNode;
6
+ description?: ReactNode;
7
+ cursorLabel: string;
8
+ link: string;
9
+ };