@zenpatient-org/healthspan-marketing-ui 0.1.171 → 0.2.1

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 (1099) hide show
  1. package/README.md +11 -2
  2. package/dist/assets/svg/badge-icon.svg +13 -0
  3. package/dist/assets/svg/company-logo.svg +3 -0
  4. package/dist/components/Accordion/Accordion.cjs.js +1 -1
  5. package/dist/components/Accordion/Accordion.es.js +4 -4
  6. package/dist/components/Accordion/accordion.module.css +8 -0
  7. package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs.js +1 -1
  8. package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +9 -9
  9. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css +59 -0
  10. package/dist/components/AnchorLinks/AnchorLinks.cjs.js +1 -1
  11. package/dist/components/AnchorLinks/AnchorLinks.es.js +16 -16
  12. package/dist/components/AnchorLinks/anchorLinks.module.css +42 -0
  13. package/dist/components/Benefit/Benefit.cjs.js +1 -1
  14. package/dist/components/Benefit/Benefit.es.js +6 -6
  15. package/dist/components/Benefit/benefit.module.css +21 -0
  16. package/dist/components/Button/Button.cjs.js +1 -1
  17. package/dist/components/Button/Button.es.js +1 -1
  18. package/dist/components/Button/button.module.css +164 -0
  19. package/dist/components/Callback/Callback.cjs.js +1 -1
  20. package/dist/components/Callback/Callback.es.js +10 -10
  21. package/dist/components/Callback/callback.module.css +237 -0
  22. package/dist/components/Checkbox/Checkbox.cjs.js +1 -1
  23. package/dist/components/Checkbox/Checkbox.es.js +7 -7
  24. package/dist/components/Checkbox/assets/checkbox-checkmark.svg +3 -0
  25. package/dist/components/Checkbox/assets/checkbox-dash.svg +3 -0
  26. package/dist/components/Checkbox/assets/checkbox-error.svg +3 -0
  27. package/dist/components/Checkbox/checkbox.module.css +112 -0
  28. package/dist/components/ClaimBlock/ClaimBlock.cjs.js +1 -1
  29. package/dist/components/ClaimBlock/ClaimBlock.es.js +1 -1
  30. package/dist/components/ClaimBlock/claimBlock.module.css +49 -0
  31. package/dist/components/ColoredDivider/ColoredDivider.cjs.js +1 -1
  32. package/dist/components/ColoredDivider/ColoredDivider.es.js +5 -5
  33. package/dist/components/ColoredDivider/coloredDivider.module.css +70 -0
  34. package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.cjs.js +1 -1
  35. package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.es.js +7 -7
  36. package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css +125 -0
  37. package/dist/components/ComplexImageCarousel/ComplexImageCarousel.cjs.js +1 -1
  38. package/dist/components/ComplexImageCarousel/ComplexImageCarousel.es.js +3 -3
  39. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.cjs.js +1 -1
  40. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.es.js +11 -12
  41. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css +51 -0
  42. package/dist/components/ComplexImageCarousel/useComplexImageCarousel.cjs.js +1 -1
  43. package/dist/components/ComplexImageCarousel/useComplexImageCarousel.es.js +33 -33
  44. package/dist/components/ComplexTooltip/ComplexTooltip.cjs.js +1 -1
  45. package/dist/components/ComplexTooltip/ComplexTooltip.es.js +23 -23
  46. package/dist/components/ComplexTooltip/complexTooltip.module.css +3 -0
  47. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js +1 -1
  48. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js +12 -12
  49. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css +74 -0
  50. package/dist/components/ContentTabs/ContentTabs.cjs.js +1 -1
  51. package/dist/components/ContentTabs/ContentTabs.es.js +2 -2
  52. package/dist/components/ContentTabs/contentTabs.module.css +88 -0
  53. package/dist/components/Cursor/Cursor.cjs.js +1 -1
  54. package/dist/components/Cursor/Cursor.es.js +1 -1
  55. package/dist/components/Cursor/assets/cursor_story_trigger_bg.png +0 -0
  56. package/dist/components/Cursor/components/ClientCursor.cjs.js +1 -1
  57. package/dist/components/Cursor/components/ClientCursor.es.js +1 -1
  58. package/dist/components/Cursor/components/clientCursor.module.css +36 -0
  59. package/dist/components/FAQComponent/FAQComponent.cjs.js +1 -1
  60. package/dist/components/FAQComponent/FAQComponent.es.js +15 -15
  61. package/dist/components/FAQComponent/faqComponent.module.css +40 -0
  62. package/dist/components/FAQComponentItem/FAQComponentItem.cjs.js +1 -1
  63. package/dist/components/FAQComponentItem/FAQComponentItem.es.js +16 -16
  64. package/dist/components/FAQComponentItem/faqComponentItem.module.css +149 -0
  65. package/dist/components/FilterError/FilterError.cjs.js +1 -1
  66. package/dist/components/FilterError/FilterError.es.js +1 -1
  67. package/dist/components/FilterError/filterError.module.css +21 -0
  68. package/dist/components/FilterMenu/FilterMenu.cjs.js +1 -1
  69. package/dist/components/FilterMenu/FilterMenu.es.js +2 -2
  70. package/dist/components/FilterMenu/filterMenu.module.css +106 -0
  71. package/dist/components/GalleryPagination/GalleryPagination.cjs.js +1 -1
  72. package/dist/components/GalleryPagination/GalleryPagination.es.js +1 -1
  73. package/dist/components/GalleryPagination/galleryPagination.module.css +38 -0
  74. package/dist/components/HighlightedTitle/HighlightedTitle.cjs.js +1 -1
  75. package/dist/components/HighlightedTitle/HighlightedTitle.es.js +7 -7
  76. package/dist/components/HighlightedTitle/highlightedTitle.module.css +59 -0
  77. package/dist/components/Icon/Icon.cjs.js +1 -1
  78. package/dist/components/IconBracket/IconBracket.cjs.js +1 -1
  79. package/dist/components/IconBracket/IconBracket.es.js +3 -3
  80. package/dist/components/IconBracket/iconBracket.module.css +64 -0
  81. package/dist/components/IconButton/IconButton.cjs.js +1 -1
  82. package/dist/components/IconButton/IconButton.es.js +1 -1
  83. package/dist/components/IconButton/iconButton.module.css +119 -0
  84. package/dist/components/ImageGallery/ImageGallery.cjs.js +1 -1
  85. package/dist/components/ImageGallery/ImageGallery.es.js +5 -5
  86. package/dist/components/ImageGallery/imageGallery.module.css +64 -0
  87. package/dist/components/InfiniteScroll/InfiniteScroll.cjs.js +1 -1
  88. package/dist/components/InfiniteScroll/InfiniteScroll.es.js +17 -17
  89. package/dist/components/InfiniteScroll/infiniteScroll.module.css +35 -0
  90. package/dist/components/Label/Label.cjs.js +1 -1
  91. package/dist/components/Label/Label.es.js +10 -11
  92. package/dist/components/Label/label.module.css +70 -0
  93. package/dist/components/Pagination/Pagination.cjs.js +1 -1
  94. package/dist/components/Pagination/Pagination.es.js +1 -1
  95. package/dist/components/Pagination/pagination.module.css +59 -0
  96. package/dist/components/PlayButton/PlayButton.cjs.js +1 -1
  97. package/dist/components/PlayButton/PlayButton.es.js +1 -1
  98. package/dist/components/PlayButton/playButton.module.css +30 -0
  99. package/dist/components/Pricing/Pricing.cjs.js +1 -1
  100. package/dist/components/Pricing/Pricing.es.js +15 -15
  101. package/dist/components/Pricing/components/BenefitItem/BenefitItem.cjs.js +1 -1
  102. package/dist/components/Pricing/components/BenefitItem/BenefitItem.es.js +6 -6
  103. package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css +9 -0
  104. package/dist/components/Pricing/pricing.module.css +123 -0
  105. package/dist/components/ProductGallery/ProductGallery.cjs.js +1 -1
  106. package/dist/components/ProductGallery/ProductGallery.es.js +5 -5
  107. package/dist/components/ProductGallery/productGallery.module.css +157 -0
  108. package/dist/components/ProductGalleryCard/ProductGalleryCard.cjs.js +1 -1
  109. package/dist/components/ProductGalleryCard/ProductGalleryCard.es.js +13 -13
  110. package/dist/components/ProductGalleryCard/productGalleryCard.module.css +100 -0
  111. package/dist/components/ProductListing/ProductListing.cjs.js +1 -1
  112. package/dist/components/ProductListing/ProductListing.es.js +3 -3
  113. package/dist/components/ProductListing/productListing.module.css +102 -0
  114. package/dist/components/ProductPairs/ProductPairs.cjs.js +1 -1
  115. package/dist/components/ProductPairs/ProductPairs.es.js +7 -7
  116. package/dist/components/ProductPairs/productPairs.module.css +112 -0
  117. package/dist/components/ProgramCard/ProgramCard.cjs.js +1 -1
  118. package/dist/components/ProgramCard/ProgramCard.es.js +8 -8
  119. package/dist/components/ProgramCard/assets/program_card_bg.png +0 -0
  120. package/dist/components/ProgramCard/programCard.module.css +97 -0
  121. package/dist/components/ProgressButton/ProgressButton.cjs.js +1 -1
  122. package/dist/components/ProgressButton/ProgressButton.es.js +2 -2
  123. package/dist/components/ProgressButton/progressButton.module.css +76 -0
  124. package/dist/components/RadioButton/RadioButton.cjs.js +1 -1
  125. package/dist/components/RadioButton/RadioButton.es.js +1 -1
  126. package/dist/components/RadioButton/radioButton.module.css +75 -0
  127. package/dist/components/RatingStars/RatingStars.cjs.js +1 -1
  128. package/dist/components/RatingStars/RatingStars.es.js +4 -4
  129. package/dist/components/RatingStars/ratingStars.module.css +56 -0
  130. package/dist/components/Skeleton/Skeleton.cjs.js +1 -1
  131. package/dist/components/Skeleton/Skeleton.es.js +1 -1
  132. package/dist/components/Skeleton/skeleton.module.css +28 -0
  133. package/dist/components/SmartCallout/SmartCallout.cjs.js +1 -1
  134. package/dist/components/SmartCallout/SmartCallout.es.js +3 -3
  135. package/dist/components/SmartCallout/smartCallout.module.css +9 -0
  136. package/dist/components/StepsCarousel/StepsCarousel.cjs.js +1 -1
  137. package/dist/components/StepsCarousel/StepsCarousel.es.js +21 -37
  138. package/dist/components/StepsCarousel/stepsCarousel.module.css +276 -0
  139. package/dist/components/StudyGridCard/StudyGridCard.cjs.js +1 -1
  140. package/dist/components/StudyGridCard/StudyGridCard.es.js +24 -29
  141. package/dist/components/StudyGridCard/studyGridCard.module.css +208 -0
  142. package/dist/components/Tabs/Tabs.cjs.js +1 -1
  143. package/dist/components/Tabs/Tabs.es.js +1 -1
  144. package/dist/components/Tabs/TabsWithFade.cjs.js +1 -1
  145. package/dist/components/Tabs/TabsWithFade.es.js +1 -1
  146. package/dist/components/Tabs/tabs.module.css +280 -0
  147. package/dist/components/Tag/Tag.cjs.js +1 -1
  148. package/dist/components/Tag/Tag.es.js +15 -16
  149. package/dist/components/Tag/tag.module.css +100 -0
  150. package/dist/components/TextButton/TextButton.cjs.js +1 -1
  151. package/dist/components/TextButton/TextButton.es.js +1 -1
  152. package/dist/components/TextButton/textButton.module.css +106 -0
  153. package/dist/components/TextInput/TextInput.cjs.js +1 -1
  154. package/dist/components/TextInput/TextInput.es.js +1 -1
  155. package/dist/components/TextInput/textInput.module.css +163 -0
  156. package/dist/components/TypeBadge/TypeBadge.cjs.js +1 -1
  157. package/dist/components/TypeBadge/TypeBadge.es.js +1 -1
  158. package/dist/components/TypeBadge/typeBadge.module.css +44 -0
  159. package/dist/components/Typography/Typography.cjs.js +1 -1
  160. package/dist/components/Typography/Typography.es.js +9 -9
  161. package/dist/components/Typography/typography.module.css +602 -0
  162. package/dist/fonts/SoehneMono/soehne-mono-buch-kursiv.woff2 +0 -0
  163. package/dist/fonts/SoehneMono/soehne-mono-buch.woff2 +0 -0
  164. package/dist/fonts/SoehneMono/style.css +15 -0
  165. package/dist/fonts/SuisseIntl/SuisseIntl-Medium.woff2 +0 -0
  166. package/dist/fonts/SuisseIntl/SuisseIntl-Regular.woff2 +0 -0
  167. package/dist/fonts/SuisseIntl/SuisseIntl-Semibold.woff2 +0 -0
  168. package/dist/fonts/SuisseIntl/style.css +23 -0
  169. package/dist/fonts/index.css +7 -0
  170. package/dist/icons/action/alert-error-fill.svg +5 -0
  171. package/dist/icons/action/alert-error.svg +5 -0
  172. package/dist/icons/action/bracket-left.svg +3 -0
  173. package/dist/icons/action/bracket-right.svg +3 -0
  174. package/dist/icons/action/check.svg +5 -0
  175. package/dist/icons/action/circle-check-fill.svg +5 -0
  176. package/dist/icons/action/circle-check.svg +5 -0
  177. package/dist/icons/action/close.svg +5 -0
  178. package/dist/icons/action/dot.svg +3 -0
  179. package/dist/icons/action/help.svg +5 -0
  180. package/dist/icons/action/info.svg +5 -0
  181. package/dist/icons/action/invisible.svg +1 -0
  182. package/dist/icons/action/menu.svg +5 -0
  183. package/dist/icons/action/play.svg +3 -0
  184. package/dist/icons/action/plus.svg +5 -0
  185. package/dist/icons/action/profile.svg +1 -0
  186. package/dist/icons/action/remove.svg +5 -0
  187. package/dist/icons/action/search.svg +5 -0
  188. package/dist/icons/action/visible.svg +1 -0
  189. package/dist/icons/action/warning.svg +5 -0
  190. package/dist/icons/arrow/arrow-back.svg +5 -0
  191. package/dist/icons/arrow/arrow-downward.svg +5 -0
  192. package/dist/icons/arrow/arrow-forward-thin.svg +4 -0
  193. package/dist/icons/arrow/arrow-forward.svg +5 -0
  194. package/dist/icons/arrow/arrow-insert.svg +5 -0
  195. package/dist/icons/arrow/arrow-outward.svg +5 -0
  196. package/dist/icons/arrow/arrow-return.svg +5 -0
  197. package/dist/icons/arrow/arrow-upward.svg +5 -0
  198. package/dist/icons/arrow/chevron-back.svg +5 -0
  199. package/dist/icons/arrow/chevron-down.svg +5 -0
  200. package/dist/icons/arrow/chevron-forward.svg +5 -0
  201. package/dist/icons/arrow/chevron-up.svg +5 -0
  202. package/dist/icons/bold/arrow-bold.svg +3 -0
  203. package/dist/icons/bold/close-bold.svg +3 -0
  204. package/dist/icons/bold/dot-bold.svg +3 -0
  205. package/dist/icons/bold/plus-bold.svg +3 -0
  206. package/dist/icons/chat/message-fill.svg +5 -0
  207. package/dist/icons/chat/message.svg +5 -0
  208. package/dist/icons/eCommerce/calendar.svg +5 -0
  209. package/dist/icons/eCommerce/cart.svg +5 -0
  210. package/dist/icons/eCommerce/package-fill.svg +5 -0
  211. package/dist/icons/eCommerce/package.svg +5 -0
  212. package/dist/icons/faces/smile-fill.svg +5 -0
  213. package/dist/icons/faces/smile.svg +5 -0
  214. package/dist/icons/global/cookie.svg +1 -0
  215. package/dist/icons/global/filter.svg +5 -0
  216. package/dist/icons/global/pin-drop.svg +5 -0
  217. package/dist/icons/global/settings.svg +1 -0
  218. package/dist/icons/indicators/circle-dash-fill.svg +11 -0
  219. package/dist/icons/indicators/circle-dash.svg +16 -0
  220. package/dist/icons/map/pin-drop.svg +5 -0
  221. package/dist/icons/medical/coaching.svg +5 -0
  222. package/dist/icons/medical/labs.svg +5 -0
  223. package/dist/icons/medical/myspan.svg +5 -0
  224. package/dist/icons/medical/optimizations.svg +5 -0
  225. package/dist/icons/medical/protocols.svg +5 -0
  226. package/dist/icons/medical/ruler.svg +5 -0
  227. package/dist/icons/medical/scale.svg +5 -0
  228. package/dist/icons/social/apple.svg +1 -0
  229. package/dist/icons/social/facebook.svg +5 -0
  230. package/dist/icons/social/google.svg +1 -0
  231. package/dist/icons/social/heart-fill.svg +5 -0
  232. package/dist/icons/social/heart.svg +5 -0
  233. package/dist/icons/social/instagram.svg +5 -0
  234. package/dist/icons/social/linkedin.svg +3 -0
  235. package/dist/icons/social/star-fill.svg +5 -0
  236. package/dist/icons/social/star-half.svg +4 -0
  237. package/dist/icons/social/star-outline.svg +5 -0
  238. package/dist/icons/social/star.svg +3 -0
  239. package/dist/icons/social/x.svg +5 -0
  240. package/dist/index.cjs.js +1 -1
  241. package/dist/index.d.ts +0 -1
  242. package/dist/index.es.js +1 -10
  243. package/dist/modules/AllInOne/AllInOne.cjs.js +1 -1
  244. package/dist/modules/AllInOne/AllInOne.es.js +30 -30
  245. package/dist/modules/AllInOne/allInOne.module.css +118 -0
  246. package/dist/modules/Benefits/Benefits.cjs.js +1 -1
  247. package/dist/modules/Benefits/Benefits.es.js +5 -5
  248. package/dist/modules/Benefits/benefits.module.css +185 -0
  249. package/dist/modules/Benefits/components/BenefitItem/BenefitItem.cjs.js +1 -1
  250. package/dist/modules/Benefits/components/BenefitItem/BenefitItem.es.js +2 -2
  251. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css +30 -0
  252. package/dist/modules/Benefits/components/BenefitTag/BenefitTag.cjs.js +1 -1
  253. package/dist/modules/Benefits/components/BenefitTag/BenefitTag.es.js +4 -4
  254. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css +29 -0
  255. package/dist/modules/CallToAction/CallToAction.cjs.js +1 -1
  256. package/dist/modules/CallToAction/CallToAction.es.js +36 -36
  257. package/dist/modules/CallToAction/callToAction.module.css +227 -0
  258. package/dist/modules/Callback/Callback.cjs.js +1 -1
  259. package/dist/modules/Callback/Callback.es.js +31 -31
  260. package/dist/modules/Callback/callback.module.css +69 -0
  261. package/dist/modules/CircleHighlights/CircleHighlights.cjs.js +1 -1
  262. package/dist/modules/CircleHighlights/CircleHighlights.es.js +1 -1
  263. package/dist/modules/CircleHighlights/assets/alwaysCurrentImg.jpg +0 -0
  264. package/dist/modules/CircleHighlights/assets/credibleImg.jpg +0 -0
  265. package/dist/modules/CircleHighlights/assets/cuttingImg.jpg +0 -0
  266. package/dist/modules/CircleHighlights/circleHighlights.module.css +75 -0
  267. package/dist/modules/Claims/Claims.cjs.js +1 -1
  268. package/dist/modules/Claims/Claims.es.js +5 -5
  269. package/dist/modules/Claims/claims.module.css +107 -0
  270. package/dist/modules/Compare/Compare.cjs.js +1 -1
  271. package/dist/modules/Compare/Compare.es.js +1 -1
  272. package/dist/modules/Compare/compare.module.css +79 -0
  273. package/dist/modules/Comparison/Comparison.cjs.js +1 -1
  274. package/dist/modules/Comparison/Comparison.es.js +12 -12
  275. package/dist/modules/Comparison/assets/company-logo.svg +3 -0
  276. package/dist/modules/Comparison/comparison.module.css +150 -0
  277. package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.cjs.js +1 -1
  278. package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.es.js +12 -12
  279. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css +84 -0
  280. package/dist/modules/ContentHighlight/ContentHighlight.cjs.js +1 -1
  281. package/dist/modules/ContentHighlight/ContentHighlight.es.js +2 -2
  282. package/dist/modules/ContentHighlight/contentHighlight.module.css +149 -0
  283. package/dist/modules/Curiosity/Curiosity.cjs.js +1 -1
  284. package/dist/modules/Curiosity/Curiosity.es.js +11 -11
  285. package/dist/modules/Curiosity/curiosity.module.css +153 -0
  286. package/dist/modules/CursorImageBlock/CursorImageBlock.cjs.js +1 -1
  287. package/dist/modules/CursorImageBlock/CursorImageBlock.es.js +2 -2
  288. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css +122 -0
  289. package/dist/modules/ExpandingDetails/ExpandingDetails.cjs.js +1 -1
  290. package/dist/modules/ExpandingDetails/ExpandingDetails.es.js +10 -10
  291. package/dist/modules/ExpandingDetails/expandingDetails.module.css +262 -0
  292. package/dist/modules/FAQModule/FAQModule.cjs.js +1 -1
  293. package/dist/modules/FAQModule/FAQModule.es.js +1 -1
  294. package/dist/modules/FAQModule/faqModule.module.css +76 -0
  295. package/dist/modules/FeaturedIn/FeaturedIn.cjs.js +1 -1
  296. package/dist/modules/FeaturedIn/FeaturedIn.es.js +6 -6
  297. package/dist/modules/FeaturedIn/components/CtaFeaturedIn.cjs.js +1 -1
  298. package/dist/modules/FeaturedIn/components/CtaFeaturedIn.es.js +1 -1
  299. package/dist/modules/FeaturedIn/featuredIn.module.css +198 -0
  300. package/dist/modules/FeaturesGallery/FeaturesGallery.cjs.js +1 -1
  301. package/dist/modules/FeaturesGallery/FeaturesGallery.es.js +2 -2
  302. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.cjs.js +1 -1
  303. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.es.js +5 -5
  304. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css +131 -0
  305. package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-1.jpg +0 -0
  306. package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-2.jpg +0 -0
  307. package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-3.jpg +0 -0
  308. package/dist/modules/FeaturesGallery/featuresGallery.module.css +111 -0
  309. package/dist/modules/FollowTheScience/FollowTheScience.cjs.js +1 -1
  310. package/dist/modules/FollowTheScience/FollowTheScience.es.js +13 -13
  311. package/dist/modules/FollowTheScience/followTheScience.module.css +96 -0
  312. package/dist/modules/Grid/Grid.cjs.js +1 -1
  313. package/dist/modules/Grid/Grid.es.js +1 -1
  314. package/dist/modules/Grid/grid.module.css +257 -0
  315. package/dist/modules/HSModal/HSModal.cjs.js +1 -1
  316. package/dist/modules/HSModal/HSModal.es.js +6 -6
  317. package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.cjs.js +1 -1
  318. package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.es.js +7 -7
  319. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.cjs.js +1 -1
  320. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.es.js +14 -14
  321. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css +17 -0
  322. package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css +119 -0
  323. package/dist/modules/HSModal/hsModal.module.css +23 -0
  324. package/dist/modules/HighestStandards/HighestStandards.cjs.js +1 -1
  325. package/dist/modules/HighestStandards/HighestStandards.es.js +13 -13
  326. package/dist/modules/HighestStandards/assets/hs-bg-indigo.jpg +0 -0
  327. package/dist/modules/HighestStandards/assets/hs-bg-orchre.jpg +0 -0
  328. package/dist/modules/HighestStandards/assets/hs-bg-solar.jpg +0 -0
  329. package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.cjs.js +1 -1
  330. package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.es.js +4 -4
  331. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.cjs.js +1 -1
  332. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.es.js +19 -19
  333. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css +78 -0
  334. package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css +14 -0
  335. package/dist/modules/HighestStandards/highestStandards.module.css +193 -0
  336. package/dist/modules/HowItWorks/HowItWorks.cjs.js +1 -1
  337. package/dist/modules/HowItWorks/HowItWorks.d.ts +1 -0
  338. package/dist/modules/HowItWorks/HowItWorks.es.js +10 -10
  339. package/dist/modules/HowItWorks/components/Content/Content.cjs.js +1 -1
  340. package/dist/modules/HowItWorks/components/Content/Content.d.ts +1 -0
  341. package/dist/modules/HowItWorks/components/Content/Content.es.js +57 -37
  342. package/dist/modules/HowItWorks/components/Content/content.module.css +142 -0
  343. package/dist/modules/HowItWorks/howItWorks.module.css +64 -0
  344. package/dist/modules/ImageWithBenefits/ImageWithBenefits.cjs.js +1 -1
  345. package/dist/modules/ImageWithBenefits/ImageWithBenefits.es.js +2 -2
  346. package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css +208 -0
  347. package/dist/modules/ImageWithText/ImageWithText.cjs.js +1 -1
  348. package/dist/modules/ImageWithText/ImageWithText.es.js +15 -15
  349. package/dist/modules/ImageWithText/imageWithText.module.css +245 -0
  350. package/dist/modules/IndividualProductCard/IndividualProductCard.cjs.js +1 -1
  351. package/dist/modules/IndividualProductCard/IndividualProductCard.es.js +18 -18
  352. package/dist/modules/IndividualProductCard/components/Features/Features.cjs.js +1 -1
  353. package/dist/modules/IndividualProductCard/components/Features/Features.es.js +5 -5
  354. package/dist/modules/IndividualProductCard/components/Features/features.module.css +54 -0
  355. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.cjs.js +1 -1
  356. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.es.js +8 -8
  357. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css +117 -0
  358. package/dist/modules/IndividualProductCard/individualProductCard.module.css +118 -0
  359. package/dist/modules/IngredientHighlight/IngredientHighlight.cjs.js +1 -1
  360. package/dist/modules/IngredientHighlight/IngredientHighlight.es.js +1 -1
  361. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.cjs.js +1 -1
  362. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.es.js +7 -7
  363. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css +41 -0
  364. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css +73 -0
  365. package/dist/modules/LongevityPathways/LongevityPathways.cjs.js +1 -1
  366. package/dist/modules/LongevityPathways/LongevityPathways.es.js +7 -7
  367. package/dist/modules/LongevityPathways/longevityPathways.module.css +39 -0
  368. package/dist/modules/OptimalHealth/OptimalHealth.cjs.js +1 -1
  369. package/dist/modules/OptimalHealth/OptimalHealth.es.js +11 -11
  370. package/dist/modules/OptimalHealth/assets/optimal_health_example.png +0 -0
  371. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -1
  372. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +8 -8
  373. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css +150 -0
  374. package/dist/modules/OptimalHealth/optimalHealth.module.css +86 -0
  375. package/dist/modules/OurProcess/OurProcess.cjs.js +1 -1
  376. package/dist/modules/OurProcess/OurProcess.es.js +5 -5
  377. package/dist/modules/OurProcess/ourProcess.module.css +44 -0
  378. package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -1
  379. package/dist/modules/PairedProducts/PairedProducts.es.js +5 -5
  380. package/dist/modules/PairedProducts/pairedProducts.module.css +60 -0
  381. package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -1
  382. package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +16 -16
  383. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js +1 -1
  384. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.es.js +7 -8
  385. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css +16 -0
  386. package/dist/modules/ProductsDisplay/productsDisplay.module.css +30 -0
  387. package/dist/modules/ProductsDisplay/useProductsData.cjs.js +1 -1
  388. package/dist/modules/ProductsDisplay/useProductsData.es.js +12 -11
  389. package/dist/modules/ProgramDetails/ProgramDetails.cjs.js +1 -1
  390. package/dist/modules/ProgramDetails/ProgramDetails.es.js +1 -1
  391. package/dist/modules/ProgramDetails/components/Features/Features.cjs.js +1 -1
  392. package/dist/modules/ProgramDetails/components/Features/Features.es.js +1 -1
  393. package/dist/modules/ProgramDetails/components/Features/features.module.css +69 -0
  394. package/dist/modules/ProgramDetails/programDetails.module.css +58 -0
  395. package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.cjs.js +1 -1
  396. package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.es.js +6 -6
  397. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css +153 -0
  398. package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.cjs.js +1 -1
  399. package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.es.js +6 -6
  400. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.cjs.js +1 -1
  401. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.es.js +1 -1
  402. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css +77 -0
  403. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css +115 -0
  404. package/dist/modules/ResearchFeatured/ResearchFeatured.cjs.js +1 -1
  405. package/dist/modules/ResearchFeatured/ResearchFeatured.es.js +5 -5
  406. package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.cjs.js +1 -1
  407. package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.es.js +2 -2
  408. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css +132 -0
  409. package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.cjs.js +1 -1
  410. package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.es.js +5 -5
  411. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css +55 -0
  412. package/dist/modules/ResearchFeatured/researchFeatured.module.css +56 -0
  413. package/dist/modules/ResearchFilters/ResearchFilters.cjs.js +1 -1
  414. package/dist/modules/ResearchFilters/ResearchFilters.es.js +17 -18
  415. package/dist/modules/ResearchFilters/researchFilters.module.css +59 -0
  416. package/dist/modules/ResearchStudies/ResearchStudies.cjs.js +1 -1
  417. package/dist/modules/ResearchStudies/ResearchStudies.es.js +12 -13
  418. package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.cjs.js +1 -1
  419. package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.es.js +12 -12
  420. package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css +74 -0
  421. package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.cjs.js +1 -1
  422. package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.es.js +5 -5
  423. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css +113 -0
  424. package/dist/modules/ResearchStudies/researchStudies.module.css +120 -0
  425. package/dist/modules/Reviews/Reviews.cjs.js +1 -1
  426. package/dist/modules/Reviews/Reviews.es.js +5 -5
  427. package/dist/modules/Reviews/components/ReviewCard/ReviewCard.cjs.js +1 -1
  428. package/dist/modules/Reviews/components/ReviewCard/ReviewCard.es.js +1 -1
  429. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css +55 -0
  430. package/dist/modules/Reviews/components/ReviewList/ReviewList.cjs.js +1 -1
  431. package/dist/modules/Reviews/components/ReviewList/ReviewList.es.js +3 -3
  432. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css +36 -0
  433. package/dist/modules/Reviews/reviews.module.css +74 -0
  434. package/dist/modules/ScienceHero/ScienceHero.cjs.js +1 -1
  435. package/dist/modules/ScienceHero/ScienceHero.es.js +2 -2
  436. package/dist/modules/ScienceHero/ScienceHeroCursor.cjs.js +1 -1
  437. package/dist/modules/ScienceHero/components/ScienceClientCursor.cjs.js +1 -1
  438. package/dist/modules/ScienceHero/components/ScienceClientCursor.es.js +1 -1
  439. package/dist/modules/ScienceHero/scienceHero.module.css +245 -0
  440. package/dist/modules/ScrollingText/ScrollingText.cjs.js +1 -1
  441. package/dist/modules/ScrollingText/ScrollingText.es.js +4 -4
  442. package/dist/modules/ScrollingText/scrollingText.module.css +53 -0
  443. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -1
  444. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +14 -14
  445. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css +242 -0
  446. package/dist/modules/SlidingTabsGallery/assets/ipad.png +0 -0
  447. package/dist/modules/Studies/Studies.cjs.js +1 -1
  448. package/dist/modules/Studies/Studies.es.js +9 -9
  449. package/dist/modules/Studies/studies.module.css +98 -0
  450. package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -1
  451. package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +4 -4
  452. package/dist/modules/TargetedPrograms/targetedPrograms.module.css +61 -0
  453. package/dist/modules/Testimonial/Testimonial.cjs.js +1 -1
  454. package/dist/modules/Testimonial/Testimonial.es.js +13 -13
  455. package/dist/modules/Testimonial/components/Product/Product.cjs.js +1 -1
  456. package/dist/modules/Testimonial/components/Product/Product.es.js +1 -1
  457. package/dist/modules/Testimonial/components/Product/product.module.css +64 -0
  458. package/dist/modules/Testimonial/components/TextCard/TextCard.cjs.js +1 -1
  459. package/dist/modules/Testimonial/components/TextCard/TextCard.es.js +10 -10
  460. package/dist/modules/Testimonial/components/TextCard/textCard.module.css +45 -0
  461. package/dist/modules/Testimonial/components/VideoCard/VideoCard.cjs.js +1 -1
  462. package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +5 -5
  463. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css +62 -0
  464. package/dist/modules/Testimonial/testimonial.module.css +108 -0
  465. package/dist/modules/TextBlockAnimated/TextBlockAnimated.cjs.js +1 -1
  466. package/dist/modules/TextBlockAnimated/TextBlockAnimated.es.js +9 -9
  467. package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css +62 -0
  468. package/dist/modules/TextTwoImages/TextTwoImages.cjs.js +1 -1
  469. package/dist/modules/TextTwoImages/TextTwoImages.es.js +2 -2
  470. package/dist/modules/TextTwoImages/textTwoImages.module.css +141 -0
  471. package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.cjs.js +1 -1
  472. package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.es.js +1 -1
  473. package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_desktop.jpg +0 -0
  474. package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_mobile.jpg +0 -0
  475. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.cjs.js +1 -1
  476. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.es.js +1 -1
  477. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css +49 -0
  478. package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css +183 -0
  479. package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.cjs.js +1 -1
  480. package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.es.js +2 -2
  481. package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css +197 -0
  482. package/dist/modules/TotalCare/TotalCare.cjs.js +1 -1
  483. package/dist/modules/TotalCare/TotalCare.es.js +5 -5
  484. package/dist/modules/TotalCare/assets/ipad.png +0 -0
  485. package/dist/modules/TotalCare/totalCare.module.css +150 -0
  486. package/dist/modules/TrackProgress/TrackProgress.cjs.js +1 -1
  487. package/dist/modules/TrackProgress/TrackProgress.es.js +1 -1
  488. package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.cjs.js +1 -1
  489. package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.es.js +3 -3
  490. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css +183 -0
  491. package/dist/modules/TrackProgress/trackProgress.module.css +50 -0
  492. package/dist/modules/TypesOfTests/TypesOfTests.cjs.js +1 -1
  493. package/dist/modules/TypesOfTests/TypesOfTests.es.js +11 -11
  494. package/dist/modules/TypesOfTests/typesOfTests.module.css +196 -0
  495. package/dist/modules/WhatIs/WhatIs.cjs.js +1 -1
  496. package/dist/modules/WhatIs/WhatIs.es.js +1 -1
  497. package/dist/modules/WhatIs/assets/metabolism.jpg +0 -0
  498. package/dist/modules/WhatIs/assets/mitochondria.jpg +0 -0
  499. package/dist/modules/WhatIs/assets/senescence.jpg +0 -0
  500. package/dist/modules/WhatIs/whatIs.module.css +61 -0
  501. package/dist/modules/YourProtocol/YourProtocol.cjs.js +1 -1
  502. package/dist/modules/YourProtocol/YourProtocol.es.js +25 -24
  503. package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.cjs.js +1 -1
  504. package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +5 -5
  505. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css +37 -0
  506. package/dist/modules/YourProtocol/yourProtocol.module.css +91 -0
  507. package/dist/node_modules/gsap/CustomEase.cjs.js +1 -1
  508. package/dist/node_modules/gsap/CustomEase.es.js +1 -1
  509. package/dist/node_modules/gsap/Draggable.cjs.js +1 -1
  510. package/dist/node_modules/gsap/Draggable.es.js +2 -2
  511. package/dist/node_modules/gsap/Flip.cjs.js +1 -1
  512. package/dist/node_modules/gsap/Flip.es.js +2 -2
  513. package/dist/node_modules/gsap/Observer.cjs.js +1 -1
  514. package/dist/node_modules/gsap/Observer.es.js +2 -2
  515. package/dist/node_modules/gsap/ScrollTrigger.cjs.js +1 -1
  516. package/dist/node_modules/gsap/ScrollTrigger.es.js +2 -2
  517. package/dist/node_modules/gsap/SplitText.cjs.js +2 -2
  518. package/dist/node_modules/gsap/SplitText.es.js +2 -2
  519. package/dist/node_modules/swiper/modules/navigation.css +1 -0
  520. package/dist/node_modules/swiper/modules/pagination.css +1 -0
  521. package/dist/node_modules/swiper/swiper.css +1 -0
  522. package/dist/pageComponents/Banner/Banner.cjs.js +1 -1
  523. package/dist/pageComponents/Banner/Banner.es.js +1 -1
  524. package/dist/pageComponents/Banner/banner.module.css +26 -0
  525. package/dist/pageComponents/BiologicalAge/BiologicalAge.cjs.js +1 -1
  526. package/dist/pageComponents/BiologicalAge/BiologicalAge.es.js +5 -5
  527. package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png +0 -0
  528. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css +110 -0
  529. package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -1
  530. package/dist/pageComponents/Bubbles/Bubbles.es.js +1 -1
  531. package/dist/pageComponents/Bubbles/bubbles.module.css +168 -0
  532. package/dist/pageComponents/ContactUs/ContactUs.cjs.js +1 -1
  533. package/dist/pageComponents/ContactUs/ContactUs.es.js +13 -13
  534. package/dist/pageComponents/ContactUs/contactUs.module.css +152 -0
  535. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.cjs.js +1 -1
  536. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.es.js +2 -2
  537. package/dist/pageComponents/DiscoverTheStory/assets/bg-img-mobile.jpg +0 -0
  538. package/dist/pageComponents/DiscoverTheStory/assets/bg-img.jpg +0 -0
  539. package/dist/pageComponents/DiscoverTheStory/assets/content-img.png +0 -0
  540. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css +107 -0
  541. package/dist/pageComponents/Footer/Footer.cjs.js +1 -1
  542. package/dist/pageComponents/Footer/Footer.es.js +24 -27
  543. package/dist/pageComponents/Footer/assets/CompanyName.svg +3 -0
  544. package/dist/pageComponents/Footer/assets/logo.png +0 -0
  545. package/dist/pageComponents/Footer/assets/newsletter.jpg +0 -0
  546. package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.cjs.js +1 -1
  547. package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.es.js +1 -1
  548. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css +9 -0
  549. package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.cjs.js +1 -1
  550. package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.es.js +6 -6
  551. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css +107 -0
  552. package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.cjs.js +1 -1
  553. package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.es.js +2 -2
  554. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css +123 -0
  555. package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.cjs.js +1 -1
  556. package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.es.js +5 -5
  557. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css +25 -0
  558. package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.cjs.js +1 -1
  559. package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.es.js +1 -1
  560. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css +87 -0
  561. package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.cjs.js +1 -1
  562. package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.es.js +9 -9
  563. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css +103 -0
  564. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.cjs.js +1 -1
  565. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.es.js +2 -2
  566. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css +230 -0
  567. package/dist/pageComponents/Footer/footer.module.css +267 -0
  568. package/dist/pageComponents/Gradient/Gradient.cjs.js +1 -1
  569. package/dist/pageComponents/Gradient/Gradient.es.js +1 -1
  570. package/dist/pageComponents/Gradient/gradient.module.css +48 -0
  571. package/dist/pageComponents/HomepageHero/HomepageHero.cjs.js +1 -1
  572. package/dist/pageComponents/HomepageHero/HomepageHero.es.js +27 -24
  573. package/dist/pageComponents/HomepageHero/assets/bg.jpg +0 -0
  574. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.cjs.js +1 -1
  575. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.es.js +1 -1
  576. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.cjs.js +1 -1
  577. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.es.js +6 -6
  578. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.cjs.js +1 -1
  579. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.es.js +6 -6
  580. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.cjs.js +1 -1
  581. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.es.js +1 -1
  582. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.cjs.js +1 -1
  583. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.es.js +1 -1
  584. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css +77 -0
  585. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg +50 -0
  586. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg +51 -0
  587. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/doctor.png +0 -0
  588. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/ft.png +0 -0
  589. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/rapamycin.png +0 -0
  590. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css +65 -0
  591. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css +71 -0
  592. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css +102 -0
  593. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css +81 -0
  594. package/dist/pageComponents/HomepageHero/homepageHero.module.css +140 -0
  595. package/dist/pageComponents/HowItWorksHero/HowItWorksHero.cjs.js +1 -1
  596. package/dist/pageComponents/HowItWorksHero/HowItWorksHero.es.js +7 -7
  597. package/dist/pageComponents/HowItWorksHero/assets/Container.png +0 -0
  598. package/dist/pageComponents/HowItWorksHero/assets/bg.jpg +0 -0
  599. package/dist/pageComponents/HowItWorksHero/assets/people.png +0 -0
  600. package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css +84 -0
  601. package/dist/pageComponents/LabsHero/LabsHero.cjs.js +1 -1
  602. package/dist/pageComponents/LabsHero/LabsHero.es.js +26 -26
  603. package/dist/pageComponents/LabsHero/assets/bg.jpg +0 -0
  604. package/dist/pageComponents/LabsHero/assets/icon1.png +0 -0
  605. package/dist/pageComponents/LabsHero/assets/icon2.png +0 -0
  606. package/dist/pageComponents/LabsHero/assets/icon3.png +0 -0
  607. package/dist/pageComponents/LabsHero/assets/img1.png +0 -0
  608. package/dist/pageComponents/LabsHero/assets/img2.png +0 -0
  609. package/dist/pageComponents/LabsHero/assets/img3.png +0 -0
  610. package/dist/pageComponents/LabsHero/assets/svg1.svg +89 -0
  611. package/dist/pageComponents/LabsHero/assets/svg2.svg +46 -0
  612. package/dist/pageComponents/LabsHero/assets/svg3.svg +60 -0
  613. package/dist/pageComponents/LabsHero/labsHero.module.css +282 -0
  614. package/dist/pageComponents/OurCompanyHero/OurCompanyHero.cjs.js +1 -1
  615. package/dist/pageComponents/OurCompanyHero/OurCompanyHero.es.js +3 -3
  616. package/dist/pageComponents/OurCompanyHero/assets/CompanyHeroBg.jpg +0 -0
  617. package/dist/pageComponents/OurCompanyHero/assets/hero1.jpg +0 -0
  618. package/dist/pageComponents/OurCompanyHero/assets/hero2.jpg +0 -0
  619. package/dist/pageComponents/OurCompanyHero/assets/hero3.jpg +0 -0
  620. package/dist/pageComponents/OurCompanyHero/assets/hero4.jpg +0 -0
  621. package/dist/pageComponents/OurCompanyHero/assets/hero5.jpg +0 -0
  622. package/dist/pageComponents/OurCompanyHero/assets/hero6.jpg +0 -0
  623. package/dist/pageComponents/OurCompanyHero/assets/hero7.jpg +0 -0
  624. package/dist/pageComponents/OurCompanyHero/assets/hero8.jpg +0 -0
  625. package/dist/pageComponents/OurCompanyHero/assets/hero9.jpg +0 -0
  626. package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css +78 -0
  627. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.cjs.js +1 -1
  628. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.es.js +25 -25
  629. package/dist/pageComponents/PersonalizedProtocolHero/assets/bg.jpg +0 -0
  630. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg +47 -0
  631. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg +45 -0
  632. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg +44 -0
  633. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.jpg +0 -0
  634. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.jpg +0 -0
  635. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.jpg +0 -0
  636. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png +0 -0
  637. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png +0 -0
  638. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png +0 -0
  639. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css +312 -0
  640. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -1
  641. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +9 -9
  642. package/dist/pageComponents/StillHaveQuestions/assets/joinOurTeam.jpg +0 -0
  643. package/dist/pageComponents/StillHaveQuestions/assets/stillHaveQuestions.jpg +0 -0
  644. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css +63 -0
  645. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.cjs.js +1 -1
  646. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.es.js +5 -5
  647. package/dist/pageComponents/TreatmentsHero/assets/bg-bubbles.webp +0 -0
  648. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.cjs.js +1 -1
  649. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.es.js +1 -1
  650. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css +46 -0
  651. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css +121 -0
  652. package/dist/stories/assets/accessibility.png +0 -0
  653. package/dist/stories/assets/accessibility.svg +1 -0
  654. package/dist/stories/assets/addon-library.png +0 -0
  655. package/dist/stories/assets/assets.png +0 -0
  656. package/dist/stories/assets/avif-test-image.avif +0 -0
  657. package/dist/stories/assets/context.png +0 -0
  658. package/dist/stories/assets/discord.svg +1 -0
  659. package/dist/stories/assets/docs.png +0 -0
  660. package/dist/stories/assets/figma-plugin.png +0 -0
  661. package/dist/stories/assets/github.svg +1 -0
  662. package/dist/stories/assets/share.png +0 -0
  663. package/dist/stories/assets/styling.png +0 -0
  664. package/dist/stories/assets/testing.png +0 -0
  665. package/dist/stories/assets/theming.png +0 -0
  666. package/dist/stories/assets/tutorials.svg +1 -0
  667. package/dist/stories/assets/youtube.svg +1 -0
  668. package/dist/styles/core.css +1 -0
  669. package/dist/utils/useIsMobile.cjs.js +1 -1
  670. package/dist/utils/useIsMobile.es.js +1 -1
  671. package/package.json +15 -7
  672. package/dist/_virtual/ArrowContainer.cjs.js +0 -1
  673. package/dist/_virtual/ArrowContainer.es.js +0 -4
  674. package/dist/_virtual/Popover.cjs.js +0 -1
  675. package/dist/_virtual/Popover.cjs2.js +0 -1
  676. package/dist/_virtual/Popover.es.js +0 -5
  677. package/dist/_virtual/Popover.es2.js +0 -4
  678. package/dist/_virtual/PopoverPortal.cjs.js +0 -1
  679. package/dist/_virtual/PopoverPortal.es.js +0 -4
  680. package/dist/_virtual/_commonjsHelpers.cjs.js +0 -1
  681. package/dist/_virtual/_commonjsHelpers.es.js +0 -6
  682. package/dist/_virtual/browser.cjs.js +0 -1
  683. package/dist/_virtual/browser.es.js +0 -4
  684. package/dist/_virtual/debug.cjs.js +0 -1
  685. package/dist/_virtual/debug.es.js +0 -4
  686. package/dist/_virtual/index.cjs.js +0 -1
  687. package/dist/_virtual/index.cjs2.js +0 -1
  688. package/dist/_virtual/index.cjs3.js +0 -1
  689. package/dist/_virtual/index.cjs4.js +0 -1
  690. package/dist/_virtual/index.es.js +0 -7
  691. package/dist/_virtual/index.es2.js +0 -7
  692. package/dist/_virtual/index.es3.js +0 -4
  693. package/dist/_virtual/index.es4.js +0 -4
  694. package/dist/_virtual/react-is.development.cjs.js +0 -1
  695. package/dist/_virtual/react-is.development.es.js +0 -4
  696. package/dist/_virtual/react-is.production.min.cjs.js +0 -1
  697. package/dist/_virtual/react-is.production.min.es.js +0 -4
  698. package/dist/_virtual/to-querystring.min.cjs.js +0 -1
  699. package/dist/_virtual/to-querystring.min.cjs2.js +0 -1
  700. package/dist/_virtual/to-querystring.min.es.js +0 -7
  701. package/dist/_virtual/to-querystring.min.es2.js +0 -4
  702. package/dist/_virtual/useArrowContainer.cjs.js +0 -1
  703. package/dist/_virtual/useArrowContainer.es.js +0 -4
  704. package/dist/_virtual/useElementRef.cjs.js +0 -1
  705. package/dist/_virtual/useElementRef.es.js +0 -4
  706. package/dist/_virtual/useHandlePrevValues.cjs.js +0 -1
  707. package/dist/_virtual/useHandlePrevValues.es.js +0 -4
  708. package/dist/_virtual/useMemoizedArray.cjs.js +0 -1
  709. package/dist/_virtual/useMemoizedArray.es.js +0 -4
  710. package/dist/_virtual/usePopover.cjs.js +0 -1
  711. package/dist/_virtual/usePopover.es.js +0 -4
  712. package/dist/_virtual/util.cjs.js +0 -1
  713. package/dist/_virtual/util.es.js +0 -4
  714. package/dist/components/Accordion/accordion.module.css.cjs.js +0 -1
  715. package/dist/components/Accordion/accordion.module.css.es.js +0 -7
  716. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +0 -1
  717. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +0 -25
  718. package/dist/components/AnchorLinks/anchorLinks.module.css.cjs.js +0 -1
  719. package/dist/components/AnchorLinks/anchorLinks.module.css.es.js +0 -13
  720. package/dist/components/Benefit/benefit.module.css.cjs.js +0 -1
  721. package/dist/components/Benefit/benefit.module.css.es.js +0 -9
  722. package/dist/components/Button/button.module.css.cjs.js +0 -1
  723. package/dist/components/Button/button.module.css.es.js +0 -31
  724. package/dist/components/Callback/callback.module.css.cjs.js +0 -1
  725. package/dist/components/Callback/callback.module.css.es.js +0 -33
  726. package/dist/components/Checkbox/checkbox.module.css.cjs.js +0 -1
  727. package/dist/components/Checkbox/checkbox.module.css.es.js +0 -31
  728. package/dist/components/ClaimBlock/claimBlock.module.css.cjs.js +0 -1
  729. package/dist/components/ClaimBlock/claimBlock.module.css.es.js +0 -19
  730. package/dist/components/ColoredDivider/coloredDivider.module.css.cjs.js +0 -1
  731. package/dist/components/ColoredDivider/coloredDivider.module.css.es.js +0 -21
  732. package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.cjs.js +0 -1
  733. package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.es.js +0 -26
  734. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.cjs.js +0 -1
  735. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.es.js +0 -17
  736. package/dist/components/ComplexTooltip/complexTooltip.module.css.cjs.js +0 -1
  737. package/dist/components/ComplexTooltip/complexTooltip.module.css.es.js +0 -7
  738. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.cjs.js +0 -1
  739. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.es.js +0 -15
  740. package/dist/components/ContentTabs/contentTabs.module.css.cjs.js +0 -1
  741. package/dist/components/ContentTabs/contentTabs.module.css.es.js +0 -29
  742. package/dist/components/Cursor/cursor.module.css.cjs.js +0 -1
  743. package/dist/components/Cursor/cursor.module.css.es.js +0 -11
  744. package/dist/components/FAQComponent/faqComponent.module.css.cjs.js +0 -1
  745. package/dist/components/FAQComponent/faqComponent.module.css.es.js +0 -7
  746. package/dist/components/FAQComponentItem/faqComponentItem.module.css.cjs.js +0 -1
  747. package/dist/components/FAQComponentItem/faqComponentItem.module.css.es.js +0 -27
  748. package/dist/components/FilterError/filterError.module.css.cjs.js +0 -1
  749. package/dist/components/FilterError/filterError.module.css.es.js +0 -11
  750. package/dist/components/FilterMenu/filterMenu.module.css.cjs.js +0 -1
  751. package/dist/components/FilterMenu/filterMenu.module.css.es.js +0 -31
  752. package/dist/components/GalleryPagination/galleryPagination.module.css.cjs.js +0 -1
  753. package/dist/components/GalleryPagination/galleryPagination.module.css.es.js +0 -13
  754. package/dist/components/HighlightedTitle/highlightedTitle.module.css.cjs.js +0 -1
  755. package/dist/components/HighlightedTitle/highlightedTitle.module.css.es.js +0 -13
  756. package/dist/components/IconBracket/iconBracket.module.css.cjs.js +0 -1
  757. package/dist/components/IconBracket/iconBracket.module.css.es.js +0 -15
  758. package/dist/components/IconButton/iconButton.module.css.cjs.js +0 -1
  759. package/dist/components/IconButton/iconButton.module.css.es.js +0 -25
  760. package/dist/components/ImageGallery/imageGallery.module.css.cjs.js +0 -1
  761. package/dist/components/ImageGallery/imageGallery.module.css.es.js +0 -15
  762. package/dist/components/InfiniteScroll/infiniteScroll.module.css.cjs.js +0 -1
  763. package/dist/components/InfiniteScroll/infiniteScroll.module.css.es.js +0 -11
  764. package/dist/components/Label/label.module.css.cjs.js +0 -1
  765. package/dist/components/Label/label.module.css.es.js +0 -7
  766. package/dist/components/Pagination/pagination.module.css.cjs.js +0 -1
  767. package/dist/components/Pagination/pagination.module.css.es.js +0 -19
  768. package/dist/components/PlayButton/playButton.module.css.cjs.js +0 -1
  769. package/dist/components/PlayButton/playButton.module.css.es.js +0 -11
  770. package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
  771. package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.es.js +0 -7
  772. package/dist/components/Pricing/pricing.module.css.cjs.js +0 -1
  773. package/dist/components/Pricing/pricing.module.css.es.js +0 -25
  774. package/dist/components/ProductGallery/productGallery.module.css.cjs.js +0 -1
  775. package/dist/components/ProductGallery/productGallery.module.css.es.js +0 -27
  776. package/dist/components/ProductGalleryCard/productGalleryCard.module.css.cjs.js +0 -1
  777. package/dist/components/ProductGalleryCard/productGalleryCard.module.css.es.js +0 -21
  778. package/dist/components/ProductListing/productListing.module.css.cjs.js +0 -1
  779. package/dist/components/ProductListing/productListing.module.css.es.js +0 -29
  780. package/dist/components/ProductPairs/productPairs.module.css.cjs.js +0 -1
  781. package/dist/components/ProductPairs/productPairs.module.css.es.js +0 -17
  782. package/dist/components/ProgramCard/programCard.module.css.cjs.js +0 -1
  783. package/dist/components/ProgramCard/programCard.module.css.es.js +0 -13
  784. package/dist/components/ProgressButton/progressButton.module.css.cjs.js +0 -1
  785. package/dist/components/ProgressButton/progressButton.module.css.es.js +0 -21
  786. package/dist/components/RadioButton/radioButton.module.css.cjs.js +0 -1
  787. package/dist/components/RadioButton/radioButton.module.css.es.js +0 -21
  788. package/dist/components/RatingStars/ratingStars.module.css.cjs.js +0 -1
  789. package/dist/components/RatingStars/ratingStars.module.css.es.js +0 -11
  790. package/dist/components/Skeleton/skeleton.module.css.cjs.js +0 -1
  791. package/dist/components/Skeleton/skeleton.module.css.es.js +0 -12
  792. package/dist/components/SmartCallout/smartCallout.module.css.cjs.js +0 -1
  793. package/dist/components/SmartCallout/smartCallout.module.css.es.js +0 -7
  794. package/dist/components/StepsCarousel/stepsCarousel.module.css.cjs.js +0 -1
  795. package/dist/components/StepsCarousel/stepsCarousel.module.css.es.js +0 -31
  796. package/dist/components/StudyGridCard/studyGridCard.module.css.cjs.js +0 -1
  797. package/dist/components/StudyGridCard/studyGridCard.module.css.es.js +0 -35
  798. package/dist/components/Tabs/tabs.module.css.cjs.js +0 -1
  799. package/dist/components/Tabs/tabs.module.css.es.js +0 -37
  800. package/dist/components/Tag/tag.module.css.cjs.js +0 -1
  801. package/dist/components/Tag/tag.module.css.es.js +0 -17
  802. package/dist/components/TextButton/textButton.module.css.cjs.js +0 -1
  803. package/dist/components/TextButton/textButton.module.css.es.js +0 -19
  804. package/dist/components/TextInput/textInput.module.css.cjs.js +0 -1
  805. package/dist/components/TextInput/textInput.module.css.es.js +0 -34
  806. package/dist/components/TypeBadge/typeBadge.module.css.cjs.js +0 -1
  807. package/dist/components/TypeBadge/typeBadge.module.css.es.js +0 -9
  808. package/dist/healthspan-marketing-ui.css +0 -1
  809. package/dist/modules/AllInOne/allInOne.module.css.cjs.js +0 -1
  810. package/dist/modules/AllInOne/allInOne.module.css.es.js +0 -25
  811. package/dist/modules/Benefits/benefits.module.css.cjs.js +0 -1
  812. package/dist/modules/Benefits/benefits.module.css.es.js +0 -37
  813. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
  814. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.es.js +0 -13
  815. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.cjs.js +0 -1
  816. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.es.js +0 -9
  817. package/dist/modules/CallToAction/callToAction.module.css.cjs.js +0 -1
  818. package/dist/modules/CallToAction/callToAction.module.css.es.js +0 -43
  819. package/dist/modules/Callback/callback.module.css.cjs.js +0 -1
  820. package/dist/modules/Callback/callback.module.css.es.js +0 -15
  821. package/dist/modules/CircleHighlights/circleHighlights.module.css.cjs.js +0 -1
  822. package/dist/modules/CircleHighlights/circleHighlights.module.css.es.js +0 -19
  823. package/dist/modules/Claims/claims.module.css.cjs.js +0 -1
  824. package/dist/modules/Claims/claims.module.css.es.js +0 -19
  825. package/dist/modules/Compare/compare.module.css.cjs.js +0 -1
  826. package/dist/modules/Compare/compare.module.css.es.js +0 -15
  827. package/dist/modules/Comparison/comparison.module.css.cjs.js +0 -1
  828. package/dist/modules/Comparison/comparison.module.css.es.js +0 -41
  829. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.cjs.js +0 -1
  830. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.es.js +0 -27
  831. package/dist/modules/ContentHighlight/contentHighlight.module.css.cjs.js +0 -1
  832. package/dist/modules/ContentHighlight/contentHighlight.module.css.es.js +0 -25
  833. package/dist/modules/Curiosity/curiosity.module.css.cjs.js +0 -1
  834. package/dist/modules/Curiosity/curiosity.module.css.es.js +0 -31
  835. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.cjs.js +0 -1
  836. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.es.js +0 -25
  837. package/dist/modules/ExpandingDetails/expandingDetails.module.css.cjs.js +0 -1
  838. package/dist/modules/ExpandingDetails/expandingDetails.module.css.es.js +0 -47
  839. package/dist/modules/FAQModule/faqModule.module.css.cjs.js +0 -1
  840. package/dist/modules/FAQModule/faqModule.module.css.es.js +0 -19
  841. package/dist/modules/FeaturedIn/featuredIn.module.css.cjs.js +0 -1
  842. package/dist/modules/FeaturedIn/featuredIn.module.css.es.js +0 -35
  843. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.cjs.js +0 -1
  844. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.es.js +0 -21
  845. package/dist/modules/FeaturesGallery/featuresGallery.module.css.cjs.js +0 -1
  846. package/dist/modules/FeaturesGallery/featuresGallery.module.css.es.js +0 -21
  847. package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +0 -1
  848. package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +0 -17
  849. package/dist/modules/Grid/grid.module.css.cjs.js +0 -1
  850. package/dist/modules/Grid/grid.module.css.es.js +0 -47
  851. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.cjs.js +0 -1
  852. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.es.js +0 -8
  853. package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.cjs.js +0 -1
  854. package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.es.js +0 -19
  855. package/dist/modules/HSModal/hsModal.module.css.cjs.js +0 -1
  856. package/dist/modules/HSModal/hsModal.module.css.es.js +0 -7
  857. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.cjs.js +0 -1
  858. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.es.js +0 -25
  859. package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.cjs.js +0 -1
  860. package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.es.js +0 -7
  861. package/dist/modules/HighestStandards/highestStandards.module.css.cjs.js +0 -1
  862. package/dist/modules/HighestStandards/highestStandards.module.css.es.js +0 -25
  863. package/dist/modules/HowItWorks/components/Content/content.module.css.cjs.js +0 -1
  864. package/dist/modules/HowItWorks/components/Content/content.module.css.es.js +0 -21
  865. package/dist/modules/HowItWorks/howItWorks.module.css.cjs.js +0 -1
  866. package/dist/modules/HowItWorks/howItWorks.module.css.es.js +0 -17
  867. package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.cjs.js +0 -1
  868. package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.es.js +0 -27
  869. package/dist/modules/ImageWithText/imageWithText.module.css.cjs.js +0 -1
  870. package/dist/modules/ImageWithText/imageWithText.module.css.es.js +0 -31
  871. package/dist/modules/IndividualProductCard/components/Features/features.module.css.cjs.js +0 -1
  872. package/dist/modules/IndividualProductCard/components/Features/features.module.css.es.js +0 -17
  873. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.cjs.js +0 -1
  874. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.es.js +0 -39
  875. package/dist/modules/IndividualProductCard/individualProductCard.module.css.cjs.js +0 -1
  876. package/dist/modules/IndividualProductCard/individualProductCard.module.css.es.js +0 -27
  877. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.cjs.js +0 -1
  878. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.es.js +0 -17
  879. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.cjs.js +0 -1
  880. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.es.js +0 -15
  881. package/dist/modules/LongevityPathways/longevityPathways.module.css.cjs.js +0 -1
  882. package/dist/modules/LongevityPathways/longevityPathways.module.css.es.js +0 -13
  883. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +0 -1
  884. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +0 -35
  885. package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +0 -1
  886. package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +0 -21
  887. package/dist/modules/OurProcess/ourProcess.module.css.cjs.js +0 -1
  888. package/dist/modules/OurProcess/ourProcess.module.css.es.js +0 -11
  889. package/dist/modules/PairedProducts/pairedProducts.module.css.cjs.js +0 -1
  890. package/dist/modules/PairedProducts/pairedProducts.module.css.es.js +0 -17
  891. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.cjs.js +0 -1
  892. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.es.js +0 -9
  893. package/dist/modules/ProductsDisplay/productsDisplay.module.css.cjs.js +0 -1
  894. package/dist/modules/ProductsDisplay/productsDisplay.module.css.es.js +0 -11
  895. package/dist/modules/ProgramDetails/components/Features/features.module.css.cjs.js +0 -1
  896. package/dist/modules/ProgramDetails/components/Features/features.module.css.es.js +0 -21
  897. package/dist/modules/ProgramDetails/programDetails.module.css.cjs.js +0 -1
  898. package/dist/modules/ProgramDetails/programDetails.module.css.es.js +0 -15
  899. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.cjs.js +0 -1
  900. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.es.js +0 -23
  901. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.cjs.js +0 -1
  902. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.es.js +0 -17
  903. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.cjs.js +0 -1
  904. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.es.js +0 -27
  905. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.cjs.js +0 -1
  906. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.es.js +0 -19
  907. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.cjs.js +0 -1
  908. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.es.js +0 -15
  909. package/dist/modules/ResearchFeatured/researchFeatured.module.css.cjs.js +0 -1
  910. package/dist/modules/ResearchFeatured/researchFeatured.module.css.es.js +0 -15
  911. package/dist/modules/ResearchFilters/researchFilters.module.css.cjs.js +0 -1
  912. package/dist/modules/ResearchFilters/researchFilters.module.css.es.js +0 -13
  913. package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.cjs.js +0 -1
  914. package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.es.js +0 -17
  915. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.cjs.js +0 -1
  916. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.es.js +0 -21
  917. package/dist/modules/ResearchStudies/researchStudies.module.css.cjs.js +0 -1
  918. package/dist/modules/ResearchStudies/researchStudies.module.css.es.js +0 -19
  919. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.cjs.js +0 -1
  920. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.es.js +0 -13
  921. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.cjs.js +0 -1
  922. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.es.js +0 -13
  923. package/dist/modules/Reviews/reviews.module.css.cjs.js +0 -1
  924. package/dist/modules/Reviews/reviews.module.css.es.js +0 -17
  925. package/dist/modules/ScienceHero/scienceHero.module.css.cjs.js +0 -1
  926. package/dist/modules/ScienceHero/scienceHero.module.css.es.js +0 -41
  927. package/dist/modules/ScrollingText/scrollingText.module.css.cjs.js +0 -1
  928. package/dist/modules/ScrollingText/scrollingText.module.css.es.js +0 -11
  929. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +0 -1
  930. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +0 -35
  931. package/dist/modules/Studies/studies.module.css.cjs.js +0 -1
  932. package/dist/modules/Studies/studies.module.css.es.js +0 -17
  933. package/dist/modules/TargetedPrograms/targetedPrograms.module.css.cjs.js +0 -1
  934. package/dist/modules/TargetedPrograms/targetedPrograms.module.css.es.js +0 -15
  935. package/dist/modules/Testimonial/components/Product/product.module.css.cjs.js +0 -1
  936. package/dist/modules/Testimonial/components/Product/product.module.css.es.js +0 -17
  937. package/dist/modules/Testimonial/components/TextCard/textCard.module.css.cjs.js +0 -1
  938. package/dist/modules/Testimonial/components/TextCard/textCard.module.css.es.js +0 -13
  939. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.cjs.js +0 -1
  940. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.es.js +0 -17
  941. package/dist/modules/Testimonial/testimonial.module.css.cjs.js +0 -1
  942. package/dist/modules/Testimonial/testimonial.module.css.es.js +0 -27
  943. package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.cjs.js +0 -1
  944. package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.es.js +0 -21
  945. package/dist/modules/TextTwoImages/textTwoImages.module.css.cjs.js +0 -1
  946. package/dist/modules/TextTwoImages/textTwoImages.module.css.es.js +0 -25
  947. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.cjs.js +0 -1
  948. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.es.js +0 -15
  949. package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.cjs.js +0 -1
  950. package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.es.js +0 -23
  951. package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.cjs.js +0 -1
  952. package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.es.js +0 -25
  953. package/dist/modules/TotalCare/totalCare.module.css.cjs.js +0 -1
  954. package/dist/modules/TotalCare/totalCare.module.css.es.js +0 -19
  955. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.cjs.js +0 -1
  956. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.es.js +0 -29
  957. package/dist/modules/TrackProgress/trackProgress.module.css.cjs.js +0 -1
  958. package/dist/modules/TrackProgress/trackProgress.module.css.es.js +0 -13
  959. package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +0 -1
  960. package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +0 -31
  961. package/dist/modules/WhatIs/whatIs.module.css.cjs.js +0 -1
  962. package/dist/modules/WhatIs/whatIs.module.css.es.js +0 -15
  963. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.cjs.js +0 -1
  964. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.es.js +0 -13
  965. package/dist/modules/YourProtocol/yourProtocol.module.css.cjs.js +0 -1
  966. package/dist/modules/YourProtocol/yourProtocol.module.css.es.js +0 -19
  967. package/dist/node_modules/@gsap/react/src/index.cjs.js +0 -9
  968. package/dist/node_modules/@gsap/react/src/index.es.js +0 -29
  969. package/dist/node_modules/gsap/CSSPlugin.cjs.js +0 -8
  970. package/dist/node_modules/gsap/CSSPlugin.es.js +0 -423
  971. package/dist/node_modules/gsap/gsap-core.cjs.js +0 -8
  972. package/dist/node_modules/gsap/gsap-core.es.js +0 -1651
  973. package/dist/node_modules/gsap/index.cjs.js +0 -1
  974. package/dist/node_modules/gsap/index.es.js +0 -13
  975. package/dist/node_modules/jsonp/index.cjs.js +0 -1
  976. package/dist/node_modules/jsonp/index.es.js +0 -31
  977. package/dist/node_modules/jsonp/node_modules/debug/src/browser.cjs.js +0 -1
  978. package/dist/node_modules/jsonp/node_modules/debug/src/browser.es.js +0 -67
  979. package/dist/node_modules/jsonp/node_modules/debug/src/debug.cjs.js +0 -1
  980. package/dist/node_modules/jsonp/node_modules/debug/src/debug.es.js +0 -64
  981. package/dist/node_modules/jsonp/node_modules/ms/index.cjs.js +0 -1
  982. package/dist/node_modules/jsonp/node_modules/ms/index.es.js +0 -79
  983. package/dist/node_modules/object-assign/index.cjs.js +0 -5
  984. package/dist/node_modules/object-assign/index.es.js +0 -54
  985. package/dist/node_modules/prop-types/checkPropTypes.cjs.js +0 -1
  986. package/dist/node_modules/prop-types/checkPropTypes.es.js +0 -54
  987. package/dist/node_modules/prop-types/factoryWithThrowingShims.cjs.js +0 -1
  988. package/dist/node_modules/prop-types/factoryWithThrowingShims.es.js +0 -52
  989. package/dist/node_modules/prop-types/factoryWithTypeCheckers.cjs.js +0 -2
  990. package/dist/node_modules/prop-types/factoryWithTypeCheckers.es.js +0 -329
  991. package/dist/node_modules/prop-types/index.cjs.js +0 -1
  992. package/dist/node_modules/prop-types/index.es.js +0 -17
  993. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.cjs.js +0 -1
  994. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +0 -10
  995. package/dist/node_modules/prop-types/lib/has.cjs.js +0 -1
  996. package/dist/node_modules/prop-types/lib/has.es.js +0 -7
  997. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.cjs.js +0 -8
  998. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.es.js +0 -95
  999. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.cjs.js +0 -8
  1000. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.es.js +0 -78
  1001. package/dist/node_modules/prop-types/node_modules/react-is/index.cjs.js +0 -1
  1002. package/dist/node_modules/prop-types/node_modules/react-is/index.es.js +0 -10
  1003. package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.cjs.js +0 -1
  1004. package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.es.js +0 -40
  1005. package/dist/node_modules/react-mailchimp-subscribe/es/index.cjs.js +0 -1
  1006. package/dist/node_modules/react-mailchimp-subscribe/es/index.es.js +0 -81
  1007. package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.cjs.js +0 -1
  1008. package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.es.js +0 -37
  1009. package/dist/node_modules/react-tiny-popover/dist/Popover.cjs.js +0 -1
  1010. package/dist/node_modules/react-tiny-popover/dist/Popover.es.js +0 -147
  1011. package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.cjs.js +0 -1
  1012. package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.es.js +0 -20
  1013. package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.cjs.js +0 -1
  1014. package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.es.js +0 -86
  1015. package/dist/node_modules/react-tiny-popover/dist/useElementRef.cjs.js +0 -1
  1016. package/dist/node_modules/react-tiny-popover/dist/useElementRef.es.js +0 -22
  1017. package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.cjs.js +0 -1
  1018. package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.es.js +0 -34
  1019. package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.cjs.js +0 -1
  1020. package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.es.js +0 -24
  1021. package/dist/node_modules/react-tiny-popover/dist/usePopover.cjs.js +0 -1
  1022. package/dist/node_modules/react-tiny-popover/dist/usePopover.es.js +0 -140
  1023. package/dist/node_modules/react-tiny-popover/dist/util.cjs.js +0 -1
  1024. package/dist/node_modules/react-tiny-popover/dist/util.es.js +0 -81
  1025. package/dist/node_modules/swiper/modules/navigation.cjs.js +0 -1
  1026. package/dist/node_modules/swiper/modules/navigation.es.js +0 -127
  1027. package/dist/node_modules/swiper/shared/create-element-if-not-defined.cjs.js +0 -1
  1028. package/dist/node_modules/swiper/shared/create-element-if-not-defined.es.js +0 -12
  1029. package/dist/node_modules/swiper/shared/ssr-window.esm.cjs.js +0 -1
  1030. package/dist/node_modules/swiper/shared/ssr-window.esm.es.js +0 -135
  1031. package/dist/node_modules/swiper/shared/swiper-core.cjs.js +0 -1
  1032. package/dist/node_modules/swiper/shared/swiper-core.es.js +0 -2028
  1033. package/dist/node_modules/swiper/shared/update-on-virtual-data.cjs.js +0 -1
  1034. package/dist/node_modules/swiper/shared/update-on-virtual-data.es.js +0 -62
  1035. package/dist/node_modules/swiper/shared/update-swiper.cjs.js +0 -1
  1036. package/dist/node_modules/swiper/shared/update-swiper.es.js +0 -192
  1037. package/dist/node_modules/swiper/shared/utils.cjs.js +0 -1
  1038. package/dist/node_modules/swiper/shared/utils.es.js +0 -186
  1039. package/dist/node_modules/swiper/swiper-react.cjs.js +0 -1
  1040. package/dist/node_modules/swiper/swiper-react.es.js +0 -242
  1041. package/dist/node_modules/to-querystring/lib/to-querystring.min.cjs.js +0 -1
  1042. package/dist/node_modules/to-querystring/lib/to-querystring.min.es.js +0 -54
  1043. package/dist/pageComponents/Banner/banner.module.css.cjs.js +0 -1
  1044. package/dist/pageComponents/Banner/banner.module.css.es.js +0 -9
  1045. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.cjs.js +0 -1
  1046. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.es.js +0 -17
  1047. package/dist/pageComponents/Bubbles/bubbles.module.css.cjs.js +0 -1
  1048. package/dist/pageComponents/Bubbles/bubbles.module.css.es.js +0 -15
  1049. package/dist/pageComponents/ContactUs/contactUs.module.css.cjs.js +0 -1
  1050. package/dist/pageComponents/ContactUs/contactUs.module.css.es.js +0 -37
  1051. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.cjs.js +0 -1
  1052. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.es.js +0 -13
  1053. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.cjs.js +0 -1
  1054. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.es.js +0 -7
  1055. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.cjs.js +0 -1
  1056. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.es.js +0 -27
  1057. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.cjs.js +0 -1
  1058. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.es.js +0 -15
  1059. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.cjs.js +0 -1
  1060. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.es.js +0 -11
  1061. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.cjs.js +0 -1
  1062. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.es.js +0 -17
  1063. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.cjs.js +0 -1
  1064. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.es.js +0 -17
  1065. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.cjs.js +0 -1
  1066. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.es.js +0 -37
  1067. package/dist/pageComponents/Footer/footer.module.css.cjs.js +0 -1
  1068. package/dist/pageComponents/Footer/footer.module.css.es.js +0 -25
  1069. package/dist/pageComponents/Gradient/gradient.module.css.cjs.js +0 -1
  1070. package/dist/pageComponents/Gradient/gradient.module.css.es.js +0 -13
  1071. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js +0 -1
  1072. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.es.js +0 -23
  1073. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js +0 -1
  1074. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js +0 -21
  1075. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js +0 -1
  1076. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js +0 -17
  1077. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js +0 -1
  1078. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js +0 -31
  1079. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js +0 -1
  1080. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js +0 -19
  1081. package/dist/pageComponents/HomepageHero/homepageHero.module.css.cjs.js +0 -1
  1082. package/dist/pageComponents/HomepageHero/homepageHero.module.css.es.js +0 -23
  1083. package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.cjs.js +0 -1
  1084. package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.es.js +0 -17
  1085. package/dist/pageComponents/LabsHero/labsHero.module.css.cjs.js +0 -1
  1086. package/dist/pageComponents/LabsHero/labsHero.module.css.es.js +0 -41
  1087. package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.cjs.js +0 -1
  1088. package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.es.js +0 -17
  1089. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.cjs.js +0 -1
  1090. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.es.js +0 -71
  1091. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.cjs.js +0 -1
  1092. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.es.js +0 -13
  1093. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.cjs.js +0 -1
  1094. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.es.js +0 -13
  1095. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.cjs.js +0 -1
  1096. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.es.js +0 -23
  1097. package/dist/styles/index.d.ts +0 -3
  1098. package/dist/styles/typography.module.css.cjs.js +0 -1
  1099. package/dist/styles/typography.module.css.es.js +0 -129
@@ -0,0 +1,3 @@
1
+ <svg width="160" height="32" viewBox="0 0 160 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M51.0561 6.4704C50.1505 6.4704 49.3089 6.7456 48.2881 7.3888C49.7217 7.8944 50.2625 9.1328 50.2625 11.6256V11.7376L45.4849 14.4064C41.6609 16.5568 39.8881 18.1056 39.8881 20.9536C39.8881 23.3888 42.0737 25.0336 44.4129 25.0336C46.7521 25.0336 48.8737 23.7088 50.2657 20.8256V24.7616H54.0609V10.6144C54.0609 7.7984 53.0497 6.4704 51.0561 6.4704ZM50.2657 20.7584C48.8097 22.1632 47.6225 22.5664 46.2497 22.5664C44.9537 22.5664 43.5937 21.5552 43.5937 19.9744C43.5937 17.728 44.5089 16.272 47.5777 14.5024L50.2657 12.9472V20.7584ZM73.6513 21.888L73.6833 21.92C72.3073 24.2016 70.9345 25.0336 68.8097 25.0336C66.5281 25.0336 64.9857 23.5072 64.9857 20.6656V0H68.8065V6.7392H73.1745V8.1056H68.8065V20.1216C68.8065 21.9008 69.9937 22.8608 71.3057 22.8608C72.0865 22.8608 72.9345 22.544 73.6513 21.888ZM25.5201 13.3792C25.4433 13.9488 25.4049 14.528 25.4049 15.0976C25.4049 19.6256 28.4961 22.1344 32.3073 22.1344C34.7137 22.1344 36.4929 21.072 37.7729 19.3536L37.8369 19.3856C37.1169 22.1024 34.4961 25.0368 30.5601 25.0368C25.4401 25.0368 21.5681 21.2064 21.5681 15.9264C21.5681 10.6464 24.5985 7.504 28.7201 7.504H28.9089C27.2577 8.4928 26.2657 10.1952 25.7793 12.0928H33.9681C33.6545 9.2512 31.6897 7.7216 28.9089 7.504C29.8465 6.9408 30.9889 6.4672 32.3329 6.4672C35.5169 6.4672 37.8689 9.3184 37.9329 13.3792H25.5201ZM14.4705 0H18.5665V24.7616H14.4705V13.3824H4.09609V24.7616H9.15527e-05V0H4.09609V12.016H14.4705V0ZM48.2881 7.3888L41.7889 11.5296V8.272C42.9921 7.5424 44.5697 7.1008 46.1505 7.1008C47.0209 7.1008 47.7217 7.1904 48.2881 7.3888ZM57.6097 0H61.4337V24.7616H57.6097V0ZM138.976 6.4704C138.07 6.4704 137.229 6.7456 136.208 7.3888C137.642 7.8944 138.182 9.1328 138.182 11.6256V11.7376L133.405 14.4064C129.581 16.5568 127.808 18.1056 127.808 20.9536C127.808 23.3888 129.994 25.0336 132.333 25.0336C134.672 25.0336 136.794 23.7088 138.186 20.8256V24.7616H141.981V10.6144C141.981 7.7984 140.97 6.4704 138.976 6.4704ZM138.186 20.7584C136.73 22.1632 135.542 22.5664 134.17 22.5664C132.874 22.5664 131.514 21.5552 131.514 19.9744C131.514 17.728 132.429 16.272 135.498 14.5024L138.186 12.9472V20.7584ZM136.208 7.3888L129.709 11.5296V8.272C130.912 7.5424 132.49 7.1008 134.07 7.1008C134.941 7.1008 135.642 7.1904 136.208 7.3888ZM160 10.8352V24.7616H156.176V11.3824C156.176 9.5104 155.395 8.432 153.834 8.432C152.896 8.432 151.35 8.6816 149.35 9.744V24.7584H145.526V6.7392H149.35V9.68C151.568 7.152 153.994 6.4672 155.904 6.4672C158.589 6.4672 160 8.0544 160 10.8352ZM119.162 6.4672C116.726 6.4672 114.24 7.4048 112.493 9.6832V6.7392H108.669V32H112.493V24.7232C113.056 24.88 113.728 25.0336 114.355 25.0336C116.01 25.0336 117.478 24.5952 118.696 23.7872C121.819 24.6256 126.144 20.5584 126.144 14.6592C126.144 9.9744 123.411 6.4672 119.162 6.4672ZM118.696 23.7856L112.496 21.9936V9.7152C113.651 9.0272 115.011 8.4672 116.323 8.4672C120.038 8.4672 122.323 11.1232 122.323 16.0256C122.323 19.4624 120.976 22.288 118.696 23.7856ZM93.6513 21.2128L99.8881 24.5152C99.0433 24.8256 97.9905 25.0336 96.9281 25.0336C95.8657 25.0336 94.6817 24.8256 93.6513 24.4192V21.2128ZM90.3777 10.5632V24.7616H86.5537V11.3824C86.5537 9.5104 85.7729 8.432 84.2113 8.432C83.2737 8.432 81.7281 8.6816 79.7281 9.744V24.7616H75.9041V0H79.7281V9.68C81.9457 7.152 84.3713 6.4672 86.2817 6.4672C88.9665 6.4672 90.3777 7.7824 90.3777 10.5632ZM105.824 20.4224C105.824 23.1712 103.872 25.0336 101.654 25.0336C101.155 25.0336 100.33 24.7648 99.8913 24.5152C101.328 23.952 102.326 22.9824 102.326 21.7344C102.326 20.3936 101.67 19.456 97.9841 16.5824C94.4545 13.8336 93.7057 12.672 93.7057 10.9536C93.7057 8.2336 96.3297 6.3616 98.9217 7.392C97.8913 7.8912 97.2033 8.672 97.2033 9.7024C97.2033 10.8256 97.9841 11.856 101.325 14.3552C104.698 16.8544 105.824 18.2048 105.824 20.4224ZM105.12 10.288L98.9217 7.392C99.9809 6.8928 101.258 6.4672 102.662 6.4672C103.536 6.4672 104.621 6.7392 105.12 7.0176V10.288Z" fill="#FEF38E"/>
3
+ </svg>
@@ -1 +1 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),l=require("react"),u=require("./accordionFooter.module.css.cjs.js"),a=require("../AccordionFooterItem/AccordionFooterItem.cjs.js"),d=({items:c})=>{const[r,n]=l.useState(null),i=e=>{n(t=>t===e?null:e)},s=e=>r===e;return o.jsx("div",{className:u.default.root,children:c.map((e,t)=>o.jsx(a.AccordionFooterItem,{title:e.title,content:e.content,isOpen:s(t),index:t,onClick:i},t))})};exports.AccordionFooter=d;
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),l=require("react"),u=require("../../../../src/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css"),a=require("../AccordionFooterItem/AccordionFooterItem.cjs.js"),d=({items:c})=>{const[n,r]=l.useState(null),s=e=>{r(t=>t===e?null:e)},i=e=>n===e;return o.jsx("div",{className:u.root,children:c.map((e,t)=>o.jsx(a.AccordionFooterItem,{title:e.title,content:e.content,isOpen:i(t),index:t,onClick:s},t))})};exports.AccordionFooter=d;
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsx as e } from "react/jsx-runtime";
3
3
  import { useState as l } from "react";
4
- import m from "./accordionFooter.module.css.es.js";
4
+ import m from "../../../../pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css";
5
5
  import { AccordionFooterItem as p } from "../AccordionFooterItem/AccordionFooterItem.es.js";
6
6
  const d = ({ items: n }) => {
7
7
  const [r, c] = l(null), s = (t) => {
@@ -0,0 +1,9 @@
1
+ .root {
2
+ display: flex;
3
+ flex-direction: column;
4
+ align-items: flex-start;
5
+ align-self: stretch;
6
+ width: 100%;
7
+ max-width: 480px;
8
+ margin: 0 auto;
9
+ }
@@ -1 +1 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),h=require("../../../../components/Icon/Icon.cjs.js"),f=require("../../../../components/Icon/constants.cjs.js"),r=require("../../../../components/Typography/Typography.cjs.js"),l=require("../../../../utils/cn/cn.cjs.js"),t=require("./accordionFooterItem.module.css.cjs.js"),p=({title:o,content:c,isOpen:a,index:s,onClick:i,disableLinks:d=!1})=>{const u=n=>{d&&n.preventDefault()};return e.jsxs("div",{className:t.default.itemRoot,children:[e.jsxs("div",{className:t.default.itemHeader,onClick:()=>i(s),children:[e.jsx(r.Typography,{defaultVariant:"labelMd",mobileVariant:"labelMd",emphasis:!0,weight:"regular",children:o}),e.jsx("div",{className:t.default.closeButtonWrapper,children:e.jsx("span",{className:l.cn(t.default.arrow,{[t.default.arrowRotated]:a}),children:e.jsx(h.Icon,{name:f.EIconName.CHEVRON_DOWN})})})]}),e.jsx("div",{className:l.cn(t.default.itemContent,{[t.default.itemContentOpen]:a}),children:e.jsx("div",{className:t.default.itemContentInner,children:e.jsx("ul",{className:t.default.linkList,children:c.map((n,m)=>e.jsx("li",{className:t.default.linkItem,children:e.jsx("a",{href:n.href,className:t.default.link,onClick:u,children:e.jsx(r.Typography,{defaultVariant:"bodyMd",children:n.title})})},m))})})})]})};exports.AccordionFooterItem=p;
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("../../../../utils/cn/cn.cjs.js"),n=require("../../../../src/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css"),c=require("../../../../components/Typography/Typography.cjs.js"),u=require("../../../../components/Icon/Icon.cjs.js"),p=require("../../../../components/Icon/constants.cjs.js"),j=({title:a,content:i,isOpen:t,index:o,onClick:l,disableLinks:d=!1})=>{const m=s=>{d&&s.preventDefault()};return e.jsxs("div",{className:n.itemRoot,children:[e.jsxs("div",{className:n.itemHeader,onClick:()=>l(o),children:[e.jsx(c.Typography,{defaultVariant:"labelMd",mobileVariant:"labelMd",emphasis:!0,weight:"regular",children:a}),e.jsx("div",{className:n.closeButtonWrapper,children:e.jsx("span",{className:r.cn(n.arrow,{[n.arrowRotated]:t}),children:e.jsx(u.Icon,{name:p.EIconName.CHEVRON_DOWN})})})]}),e.jsx("div",{className:r.cn(n.itemContent,{[n.itemContentOpen]:t}),children:e.jsx("div",{className:n.itemContentInner,children:e.jsx("ul",{className:n.linkList,children:i.map((s,h)=>e.jsx("li",{className:n.linkItem,children:e.jsx("a",{href:s.href,className:n.link,onClick:m,children:e.jsx(c.Typography,{defaultVariant:"bodyMd",children:s.title})})},h))})})})]})};exports.AccordionFooterItem=j;
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import { jsxs as t, jsx as r } from "react/jsx-runtime";
3
+ import { cn as l } from "../../../../utils/cn/cn.es.js";
4
+ import e from "../../../../pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css";
5
+ import { Typography as n } from "../../../../components/Typography/Typography.es.js";
3
6
  import { Icon as f } from "../../../../components/Icon/Icon.es.js";
4
7
  import { EIconName as N } from "../../../../components/Icon/constants.es.js";
5
- import { Typography as l } from "../../../../components/Typography/Typography.es.js";
6
- import { cn as n } from "../../../../utils/cn/cn.es.js";
7
- import e from "./accordionFooterItem.module.css.es.js";
8
8
  const y = ({
9
9
  title: o,
10
10
  content: m,
@@ -18,10 +18,10 @@ const y = ({
18
18
  };
19
19
  return /* @__PURE__ */ t("div", { className: e.itemRoot, children: [
20
20
  /* @__PURE__ */ t("div", { className: e.itemHeader, onClick: () => s(c), children: [
21
- /* @__PURE__ */ r(l, { defaultVariant: "labelMd", mobileVariant: "labelMd", emphasis: !0, weight: "regular", children: o }),
22
- /* @__PURE__ */ r("div", { className: e.closeButtonWrapper, children: /* @__PURE__ */ r("span", { className: n(e.arrow, { [e.arrowRotated]: i }), children: /* @__PURE__ */ r(f, { name: N.CHEVRON_DOWN }) }) })
21
+ /* @__PURE__ */ r(n, { defaultVariant: "labelMd", mobileVariant: "labelMd", emphasis: !0, weight: "regular", children: o }),
22
+ /* @__PURE__ */ r("div", { className: e.closeButtonWrapper, children: /* @__PURE__ */ r("span", { className: l(e.arrow, { [e.arrowRotated]: i }), children: /* @__PURE__ */ r(f, { name: N.CHEVRON_DOWN }) }) })
23
23
  ] }),
24
- /* @__PURE__ */ r("div", { className: n(e.itemContent, { [e.itemContentOpen]: i }), children: /* @__PURE__ */ r("div", { className: e.itemContentInner, children: /* @__PURE__ */ r("ul", { className: e.linkList, children: m.map((a, p) => /* @__PURE__ */ r("li", { className: e.linkItem, children: /* @__PURE__ */ r("a", { href: a.href, className: e.link, onClick: h, children: /* @__PURE__ */ r(l, { defaultVariant: "bodyMd", children: a.title }) }) }, p)) }) }) })
24
+ /* @__PURE__ */ r("div", { className: l(e.itemContent, { [e.itemContentOpen]: i }), children: /* @__PURE__ */ r("div", { className: e.itemContentInner, children: /* @__PURE__ */ r("ul", { className: e.linkList, children: m.map((a, p) => /* @__PURE__ */ r("li", { className: e.linkItem, children: /* @__PURE__ */ r("a", { href: a.href, className: e.link, onClick: h, children: /* @__PURE__ */ r(n, { defaultVariant: "bodyMd", children: a.title }) }) }, p)) }) }) })
25
25
  ] });
26
26
  };
27
27
  export {
@@ -0,0 +1,107 @@
1
+ .itemRoot {
2
+ border-top: var(--border-width-sm) solid var(--border-color-alpha-white-10);
3
+ color: var(--color-text-primary-inverted);
4
+ width: 100%;
5
+ box-sizing: border-box;
6
+
7
+ &:last-child{
8
+ border-bottom: var(--border-width-sm) solid var(--border-color-alpha-white-10);
9
+ }
10
+ }
11
+
12
+ .itemRoot:last-child {
13
+ border-bottom: none;
14
+ }
15
+
16
+ .itemHeader {
17
+ display: flex;
18
+ align-items: center;
19
+ padding: var(--spacing-20) 0;
20
+ align-self: stretch;
21
+ cursor: pointer;
22
+ }
23
+
24
+ .itemContent {
25
+ display: grid;
26
+ grid-template-rows: 0fr;
27
+ transition:
28
+ grid-template-rows 0.3s,
29
+ padding-bottom 0.3s;
30
+ padding-bottom: 0;
31
+ }
32
+
33
+ .itemContentOpen {
34
+ grid-template-rows: 1fr;
35
+ padding-bottom: var(--spacing-20);
36
+ }
37
+
38
+ .itemContentInner {
39
+ min-height: 0;
40
+ overflow: hidden;
41
+ }
42
+
43
+ .arrow {
44
+ display: inline-flex;
45
+ transition: transform 0.3s ease;
46
+ }
47
+
48
+ .arrowRotated {
49
+ transform: rotate(180deg);
50
+ }
51
+
52
+ .leftIcon {
53
+ display: flex;
54
+ align-items: center;
55
+ margin-right: var(--spacing-12);
56
+ }
57
+
58
+ .closeButtonWrapper {
59
+ display: flex;
60
+ align-items: center;
61
+ margin-left: auto;
62
+ }
63
+
64
+ .linkList {
65
+ list-style: none;
66
+ margin: 0;
67
+ padding: 0;
68
+ }
69
+
70
+ .linkItem {
71
+ margin-bottom: var(--spacing-16);
72
+ cursor: pointer;
73
+ }
74
+
75
+ .linkItem:last-child {
76
+ margin-bottom: 0;
77
+ }
78
+
79
+ .link {
80
+ color: var(--color-text-primary-inverted);
81
+ text-decoration: none;
82
+ }
83
+
84
+ .link:hover {
85
+ color: inherit;
86
+ text-decoration: none;
87
+ }
88
+
89
+ @media (width < 1024px) {
90
+ .itemRoot {
91
+ max-width: 360px;
92
+ }
93
+ }
94
+ @media (width < 768px) {
95
+ .itemRoot {
96
+ max-width: 100%;
97
+ }
98
+ .itemHeader {
99
+ padding: var(--spacing-24) 0;
100
+ }
101
+ .itemContentOpen {
102
+ padding-bottom: var(--spacing-24);
103
+ }
104
+ .linkItem {
105
+ margin-bottom: var(--spacing-20);
106
+ }
107
+ }
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),r=require("../../../../utils/cn/cn.cjs.js"),s=require("../../../../components/Typography/Typography.cjs.js"),l=require("../../assets/logo.png.cjs.js"),e=require("./footerAbout.module.css.cjs.js"),c=[{title:"(Terms of Use)",hasBrackets:!0,href:"/policy/terms-condition"},{title:"(privacy policy)",hasBrackets:!0,href:"/policy/privacy-policy"},{title:"(telehealth consent policy)",hasBrackets:!0,href:"/policy/telehealth-consent"},{title:"©2025 Healthspan.",hasBrackets:!1},{title:"All rights reserved.",hasBrackets:!1}],i=t=>t.href?a.jsx("a",{href:t.href,className:r.cn(e.default.item,e.default.link),children:a.jsx(s.Typography,{as:"span",defaultVariant:"labelXs",emphasis:!0,className:t.hasBrackets?e.default.titleWithBrackets:e.default.title,children:t.title})},t.title):a.jsx("div",{className:e.default.item,children:a.jsx(s.Typography,{as:"span",defaultVariant:"labelXs",emphasis:!0,className:t.hasBrackets?e.default.titleWithBrackets:e.default.title,children:t.title})},t.title),o=()=>a.jsxs("div",{className:e.default.root,children:[a.jsx("img",{src:l.default,alt:"contentImg",className:e.default.contentImg}),a.jsx("div",{className:e.default.container,children:c.map(i)})]});exports.FooterAbout=o;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),a=require("../../../../utils/cn/cn.cjs.js"),l=require("../../assets/logo.png.cjs.js"),e=require("../../../../src/pageComponents/Footer/components/FooterAbout/footerAbout.module.css"),r=require("../../../../components/Typography/Typography.cjs.js"),c=[{title:"(Terms of Use)",hasBrackets:!0,href:"/policy/terms-condition"},{title:"(privacy policy)",hasBrackets:!0,href:"/policy/privacy-policy"},{title:"(telehealth consent policy)",hasBrackets:!0,href:"/policy/telehealth-consent"},{title:"©2025 Healthspan.",hasBrackets:!1},{title:"All rights reserved.",hasBrackets:!1}],i=t=>t.href?s.jsx("a",{href:t.href,className:a.cn(e.item,e.link),children:s.jsx(r.Typography,{as:"span",defaultVariant:"labelXs",emphasis:!0,className:t.hasBrackets?e.titleWithBrackets:e.title,children:t.title})},t.title):s.jsx("div",{className:e.item,children:s.jsx(r.Typography,{as:"span",defaultVariant:"labelXs",emphasis:!0,className:t.hasBrackets?e.titleWithBrackets:e.title,children:t.title})},t.title),n=()=>s.jsxs("div",{className:e.root,children:[s.jsx("img",{src:l.default,alt:"contentImg",className:e.contentImg}),s.jsx("div",{className:e.container,children:c.map(i)})]});exports.FooterAbout=n;
@@ -1,8 +1,8 @@
1
1
  import { jsxs as a, jsx as r } from "react/jsx-runtime";
2
2
  import { cn as l } from "../../../../utils/cn/cn.es.js";
3
- import { Typography as s } from "../../../../components/Typography/Typography.es.js";
4
3
  import i from "../../assets/logo.png.es.js";
5
- import e from "./footerAbout.module.css.es.js";
4
+ import e from "../../../../pageComponents/Footer/components/FooterAbout/footerAbout.module.css";
5
+ import { Typography as s } from "../../../../components/Typography/Typography.es.js";
6
6
  const c = [
7
7
  {
8
8
  title: "(Terms of Use)",
@@ -0,0 +1,123 @@
1
+ .root {
2
+ display: flex;
3
+ flex-direction: row;
4
+ align-items: center;
5
+ gap: var(--spacing-16);
6
+ box-sizing: border-box;
7
+ }
8
+
9
+ .contentImg {
10
+ display: flex;
11
+ width: 60px;
12
+ height: 60px;
13
+ padding: 0 2px;
14
+ flex-shrink: 0;
15
+ }
16
+
17
+ .container {
18
+ display: flex;
19
+ flex-wrap: wrap;
20
+ grid-template-columns: repeat(3, max-content);
21
+ grid-template-rows: repeat(2, auto);
22
+ gap: var(--spacing-8);
23
+ }
24
+
25
+ .item {
26
+ display: inline-flex;
27
+ align-items: center;
28
+ justify-content: center;
29
+ cursor: default;
30
+ user-select: none;
31
+ color: var(--color-neutral-500);
32
+ }
33
+
34
+ .link {
35
+ line-height: var(--line-height-sm);
36
+ text-decoration: none;
37
+ cursor: pointer;
38
+
39
+ &:hover {
40
+ color: var(--color-text-primary-inverted);
41
+ }
42
+ }
43
+
44
+ @media (width < 1440px) {
45
+ .container {
46
+ display: grid;
47
+
48
+ grid-template-columns: repeat(2, max-content);
49
+ grid-template-rows: repeat(4, auto);
50
+ }
51
+ .container > *:nth-child(1) {
52
+ grid-row: 1;
53
+ grid-column: 1;
54
+ }
55
+ .container > *:nth-child(2) {
56
+ grid-row: 1;
57
+ grid-column: 2;
58
+ }
59
+ .container > *:nth-child(3) {
60
+ grid-row: 2;
61
+ grid-column: 1 / span 2;
62
+ }
63
+ .container > *:nth-child(4) {
64
+ grid-row: 3;
65
+ grid-column: 1 / span 2;
66
+ }
67
+ .container > *:nth-child(5) {
68
+ grid-row: 4;
69
+ grid-column: 1 / span 2;
70
+ }
71
+ }
72
+
73
+ @media (width < 1024px) {
74
+ .container {
75
+ grid-template-columns: repeat(3, max-content);
76
+ grid-template-rows: repeat(3, auto);
77
+ }
78
+ .container > *:nth-child(1) {
79
+ grid-row: 1;
80
+ grid-column: 1;
81
+ }
82
+ .container > *:nth-child(2) {
83
+ grid-row: 1;
84
+ grid-column: 2;
85
+ }
86
+ .container > *:nth-child(3) {
87
+ grid-row: 1;
88
+ grid-column: 3;
89
+ }
90
+ .container > *:nth-child(4) {
91
+ grid-row: 2;
92
+ grid-column: 1 / span 3;
93
+ }
94
+ .container > *:nth-child(5) {
95
+ grid-row: 3;
96
+ grid-column: 1 / span 3;
97
+ }
98
+ }
99
+
100
+ @media (width < 768px) {
101
+ .contentImg {
102
+ display: flex;
103
+ width: 45px;
104
+ height: 45px;
105
+ }
106
+ }
107
+
108
+ @media (width < 520px) {
109
+ .root {
110
+ align-self: flex-start;
111
+ }
112
+ .contentImg {
113
+ display: flex;
114
+ width: 45px;
115
+ height: 45px;
116
+ }
117
+ .container {
118
+ display: flex;
119
+ flex-direction: column;
120
+ align-items: flex-start;
121
+ gap: var(--spacing-8);
122
+ }
123
+ }
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("./footerLinksBlock.module.css.cjs.js"),n=require("../AccordionFooter/AccordionFooter.cjs.js"),r=require("../LinksColumn/LinksColumn.cjs.js"),i=[{title:"ABOUT",content:[{title:"Our Company",href:"/our-company"},{title:"Our Mission",href:"/our-mission"},{title:"How It Works",href:"/how-it-works"}]},{title:"SCIENCE",content:[{title:"Articles",href:"/research"},{title:"Senescence",href:"/science/senescence"},{title:"Metabolism",href:"/science/metabolism"},{title:"Energy",href:"/science/energy"}]},{title:"SUPPORT",content:[{title:"Contact Us",href:"/contact-us"},{title:"FAQs",href:"/faqs"},{title:"Community",href:"https://community.gethealthspan.com"},{title:"Log In",href:"https://app.gethealthspan.com/#/login"}]}],l=({disableLinks:s=!1})=>e.jsxs("div",{className:t.default.root,children:[e.jsx("div",{className:t.default.desktop,children:i.map(o=>e.jsx(r.LinksColumn,{title:o.title,links:o.content,className:t.default.column,disableLinks:s},o.title))}),e.jsx("div",{className:t.default.mobile,children:e.jsx(n.AccordionFooter,{items:i})})]});exports.FooterLinksBlock=l;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("../../../../src/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css"),n=require("../LinksColumn/LinksColumn.cjs.js"),r=require("../AccordionFooter/AccordionFooter.cjs.js"),i=[{title:"ABOUT",content:[{title:"Our Company",href:"/our-company"},{title:"Our Mission",href:"/our-mission"},{title:"How It Works",href:"/how-it-works"}]},{title:"SCIENCE",content:[{title:"Articles",href:"/research"},{title:"Senescence",href:"/science/senescence"},{title:"Metabolism",href:"/science/metabolism"},{title:"Energy",href:"/science/energy"}]},{title:"SUPPORT",content:[{title:"Contact Us",href:"/contact-us"},{title:"FAQs",href:"/faqs"},{title:"Community",href:"https://community.gethealthspan.com"},{title:"Log In",href:"https://app.gethealthspan.com/#/login"}]}],c=({disableLinks:o=!1})=>e.jsxs("div",{className:t.root,children:[e.jsx("div",{className:t.desktop,children:i.map(s=>e.jsx(n.LinksColumn,{title:s.title,links:s.content,className:t.column,disableLinks:o},s.title))}),e.jsx("div",{className:t.mobile,children:e.jsx(r.AccordionFooter,{items:i})})]});exports.FooterLinksBlock=c;
@@ -1,7 +1,7 @@
1
1
  import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
- import e from "./footerLinksBlock.module.css.es.js";
3
- import { AccordionFooter as r } from "../AccordionFooter/AccordionFooter.es.js";
4
- import { LinksColumn as l } from "../LinksColumn/LinksColumn.es.js";
2
+ import e from "../../../../pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css";
3
+ import { LinksColumn as r } from "../LinksColumn/LinksColumn.es.js";
4
+ import { AccordionFooter as l } from "../AccordionFooter/AccordionFooter.es.js";
5
5
  const o = [
6
6
  {
7
7
  title: "ABOUT",
@@ -31,7 +31,7 @@ const o = [
31
31
  }
32
32
  ], f = ({ disableLinks: s = !1 }) => /* @__PURE__ */ n("div", { className: e.root, children: [
33
33
  /* @__PURE__ */ t("div", { className: e.desktop, children: o.map((i) => /* @__PURE__ */ t(
34
- l,
34
+ r,
35
35
  {
36
36
  title: i.title,
37
37
  links: i.content,
@@ -40,7 +40,7 @@ const o = [
40
40
  },
41
41
  i.title
42
42
  )) }),
43
- /* @__PURE__ */ t("div", { className: e.mobile, children: /* @__PURE__ */ t(r, { items: o }) })
43
+ /* @__PURE__ */ t("div", { className: e.mobile, children: /* @__PURE__ */ t(l, { items: o }) })
44
44
  ] });
45
45
  export {
46
46
  f as FooterLinksBlock
@@ -0,0 +1,25 @@
1
+ .root {
2
+ display: flex;
3
+ align-items: flex-start;
4
+ align-self: stretch;
5
+ }
6
+
7
+ .desktop {
8
+ display: flex;
9
+ }
10
+ .mobile {
11
+ display: none;
12
+ }
13
+
14
+ @media (width < 768px) {
15
+ .root {
16
+ display: block;
17
+ width: 100%;
18
+ }
19
+ .desktop {
20
+ display: none;
21
+ }
22
+ .mobile {
23
+ display: block;
24
+ }
25
+ }
@@ -1 +1 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("../../../../components/Typography/Typography.cjs.js"),l=require("./linksColumn.module.css.cjs.js"),u=({title:s,links:r,onLinkClick:c,disableLinks:i})=>{const n=a=>{i&&a.preventDefault()};return e.jsxs("div",{className:l.default.root,children:[e.jsx(t.Typography,{as:"span",defaultVariant:"labelSm",weight:"regular",className:l.default.title,emphasis:!0,children:s}),e.jsx("ul",{className:l.default.list,children:r.map(a=>e.jsx("li",{className:l.default.listItem,children:e.jsx("a",{href:a.href,className:l.default.link,onClick:n,children:e.jsx(t.Typography,{defaultVariant:"labelLg",className:l.default.linkText,weight:"regular",children:a.title})})},a.title))})]},s)};exports.LinksColumn=u;
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),l=require("../../../../src/pageComponents/Footer/components/LinksColumn/linksColumn.module.css"),i=require("../../../../components/Typography/Typography.cjs.js"),c=({title:a,links:n,onLinkClick:o,disableLinks:r})=>{const t=s=>{r&&s.preventDefault()};return e.jsxs("div",{className:l.root,children:[e.jsx(i.Typography,{as:"span",defaultVariant:"labelSm",weight:"regular",className:l.title,emphasis:!0,children:a}),e.jsx("ul",{className:l.list,children:n.map(s=>e.jsx("li",{className:l.listItem,children:e.jsx("a",{href:s.href,className:l.link,onClick:t,children:e.jsx(i.Typography,{defaultVariant:"labelLg",className:l.linkText,weight:"regular",children:s.title})})},s.title))})]},a)};exports.LinksColumn=c;
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsxs as c, jsx as a } from "react/jsx-runtime";
3
+ import l from "../../../../pageComponents/Footer/components/LinksColumn/linksColumn.module.css";
3
4
  import { Typography as r } from "../../../../components/Typography/Typography.es.js";
4
- import l from "./linksColumn.module.css.es.js";
5
5
  const p = ({ title: i, links: s, onLinkClick: m, disableLinks: t }) => {
6
6
  const n = (e) => {
7
7
  t && e.preventDefault();
@@ -0,0 +1,87 @@
1
+ .root {
2
+ display: flex;
3
+ width: 240px;
4
+ padding-right: var(--spacing-16);
5
+ flex-direction: column;
6
+ align-items: flex-start;
7
+ gap: var(--spacing-24);
8
+ }
9
+
10
+ .title {
11
+ opacity: 0.5;
12
+ }
13
+
14
+ .list {
15
+ list-style: none;
16
+ margin: 0;
17
+ padding: 0;
18
+ }
19
+
20
+ .listItem {
21
+ margin: var(--spacing-24) 0;
22
+
23
+ &:first-child {
24
+ margin-top: 0;
25
+ }
26
+
27
+ &:last-child {
28
+ margin-bottom: 0;
29
+ }
30
+
31
+ &:hover {
32
+ opacity: 0.8;
33
+ }
34
+ }
35
+
36
+ .link {
37
+ color: var(--color-text-primary-inverted);
38
+ line-height: var(--line-height-sm);
39
+ text-decoration: none;
40
+ }
41
+
42
+ @media (width < 1440px) {
43
+ .root {
44
+ display: flex;
45
+ flex-direction: column;
46
+ align-items: flex-start;
47
+ gap: var(--spacing-20);
48
+ width: 180px;
49
+ padding-right: 0;
50
+ }
51
+ .listItem {
52
+ margin: var(--spacing-20) 0;
53
+ }
54
+ .link {
55
+ line-height: var(--line-height-lg);
56
+ }
57
+
58
+ .linkText {
59
+ letter-spacing: var(--letter-spacing-negative-lg);
60
+ }
61
+
62
+ .title {
63
+ font-size: var(--font-size-xs);
64
+ }
65
+ }
66
+
67
+ @media (width < 1024px) {
68
+ .root {
69
+ display: flex;
70
+ width: 252px;
71
+ flex-direction: column;
72
+ align-items: flex-start;
73
+ gap: var(--spacing-20);
74
+ }
75
+ }
76
+
77
+ @media (width < 768px) {
78
+ .root {
79
+ display: flex;
80
+ align-items: flex-start;
81
+ align-self: stretch;
82
+ }
83
+
84
+ .title {
85
+ display: none;
86
+ }
87
+ }
@@ -1 +1 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),n=require("react"),u=require("../../../../components/Typography/Typography.cjs.js"),v=require("../../../../components/TextInput/TextInput.cjs.js"),T=require("../../../../utils/cn/cn.cjs.js"),j=require("../../../../node_modules/react-mailchimp-subscribe/es/index.cjs.js"),w=require("../../../../utils/isValidEmail.cjs.js"),s=require("./newsLetter.module.css.cjs.js"),q="//gethealthspan.us21.list-manage.com/subscribe/post?u=664ad54ec243b3582164cf116&amp;id=2483a4d606&amp;f_id=0050e6e6f0&tags=239347,239351",E=({status:e,message:c,subscribe:o})=>{const[a,l]=n.useState(""),[p,f]=n.useState(""),[d,r]=n.useState(!1),[g,i]=n.useState(""),[y,h]=n.useState(!1),b=m=>{l(m.target.value),d&&(r(!1),i("")),h(m.target.value.length>0)},x=()=>{if(!a){r(!0),i("Please enter your email address");return}if(!w.isValidEmail(a)){r(!0),i("Please enter a valid email address");return}r(!1),i(""),o({EMAIL:a})};return n.useEffect(()=>{e==="success"&&(f(a),l(""),r(!1),i(""),h(!1)),e==="error"&&typeof c=="string"&&(r(!0),i("Subscription failed. Please try again."))},[e,c]),t.jsxs("div",{className:T.cn(s.default.root,{[s.default.subscribed]:e==="success"}),children:[t.jsxs("div",{className:s.default.container,children:[t.jsx(u.Typography,{defaultVariant:"headingLg",mobileVariant:"headingSm",as:"h2",className:s.default.title,children:e==="success"?"Thanks for subscribing!":"Read the latest research reviews"}),t.jsx(u.Typography,{defaultVariant:"bodySm",mobileVariant:"bodyXs",as:"span",className:s.default.text,children:e==="success"?t.jsxs(t.Fragment,{children:["You will now begin receiving our monthly newsletter at"," ",t.jsx("b",{className:s.default.email,children:p}),". It's a great way to keep up to date on the latest developments in longevity science."]}):"Request The Longevity Blueprint to receive our weekly newsletter containing synopses of the latest clinical research."})]}),e==="sending"&&t.jsx("div",{className:s.default.container,children:t.jsx(u.Typography,{defaultVariant:"bodySm",mobileVariant:"bodyXs",as:"span",className:s.default.text,children:"Subscribing, please wait..."})}),e!=="success"&&e!=="sending"&&t.jsx(v.TextInput,{placeholder:"Your email",variant:"primary-invert",value:a,handleChange:b,onButtonClick:x,showButton:!0,error:d,errorText:g,active:y})]})},S=({onSubmit:e})=>t.jsx(j.default,{url:q,render:({subscribe:c,status:o,message:a})=>t.jsx(E,{status:o,message:a,subscribe:l=>{c(l),e==null||e(l.EMAIL)}})});exports.NewsLetter=S;
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),n=require("react"),v=require("../../../../utils/cn/cn.cjs.js"),j=require("react-mailchimp-subscribe"),T=require("../../../../utils/isValidEmail.cjs.js"),t=require("../../../../src/pageComponents/Footer/components/NewsLetter/newsLetter.module.css"),u=require("../../../../components/Typography/Typography.cjs.js"),w=require("../../../../components/TextInput/TextInput.cjs.js"),S="//gethealthspan.us21.list-manage.com/subscribe/post?u=664ad54ec243b3582164cf116&amp;id=2483a4d606&amp;f_id=0050e6e6f0&tags=239347,239351",E=({status:e,message:l,subscribe:o})=>{const[r,c]=n.useState(""),[p,g]=n.useState(""),[d,a]=n.useState(!1),[y,i]=n.useState(""),[b,h]=n.useState(!1),f=m=>{c(m.target.value),d&&(a(!1),i("")),h(m.target.value.length>0)},x=()=>{if(!r){a(!0),i("Please enter your email address");return}if(!T.isValidEmail(r)){a(!0),i("Please enter a valid email address");return}a(!1),i(""),o({EMAIL:r})};return n.useEffect(()=>{e==="success"&&(g(r),c(""),a(!1),i(""),h(!1)),e==="error"&&typeof l=="string"&&(a(!0),i("Subscription failed. Please try again."))},[e,l]),s.jsxs("div",{className:v.cn(t.root,{[t.subscribed]:e==="success"}),children:[s.jsxs("div",{className:t.container,children:[s.jsx(u.Typography,{defaultVariant:"headingLg",mobileVariant:"headingSm",as:"h2",className:t.title,children:e==="success"?"Thanks for subscribing!":"Read the latest research reviews"}),s.jsx(u.Typography,{defaultVariant:"bodySm",mobileVariant:"bodyXs",as:"span",className:t.text,children:e==="success"?s.jsxs(s.Fragment,{children:["You will now begin receiving our monthly newsletter at"," ",s.jsx("b",{className:t.email,children:p}),". It's a great way to keep up to date on the latest developments in longevity science."]}):"Request The Longevity Blueprint to receive our weekly newsletter containing synopses of the latest clinical research."})]}),e==="sending"&&s.jsx("div",{className:t.container,children:s.jsx(u.Typography,{defaultVariant:"bodySm",mobileVariant:"bodyXs",as:"span",className:t.text,children:"Subscribing, please wait..."})}),e!=="success"&&e!=="sending"&&s.jsx(w.TextInput,{placeholder:"Your email",variant:"primary-invert",value:r,handleChange:f,onButtonClick:x,showButton:!0,error:d,errorText:y,active:b})]})},q=({onSubmit:e})=>s.jsx(j,{url:S,render:({subscribe:l,status:o,message:r})=>s.jsx(E,{status:o,message:r,subscribe:c=>{l(c),e==null||e(c.EMAIL)}})});exports.NewsLetter=q;
@@ -1,12 +1,12 @@
1
1
  "use client";
2
2
  import { jsx as a, jsxs as m, Fragment as E } from "react/jsx-runtime";
3
3
  import { useState as l, useEffect as x } from "react";
4
+ import { cn as N } from "../../../../utils/cn/cn.es.js";
5
+ import V from "react-mailchimp-subscribe";
6
+ import { isValidEmail as T } from "../../../../utils/isValidEmail.es.js";
7
+ import r from "../../../../pageComponents/Footer/components/NewsLetter/newsLetter.module.css";
4
8
  import { Typography as d } from "../../../../components/Typography/Typography.es.js";
5
- import { TextInput as N } from "../../../../components/TextInput/TextInput.es.js";
6
- import { cn as V } from "../../../../utils/cn/cn.es.js";
7
- import T from "../../../../node_modules/react-mailchimp-subscribe/es/index.es.js";
8
- import { isValidEmail as I } from "../../../../utils/isValidEmail.es.js";
9
- import r from "./newsLetter.module.css.es.js";
9
+ import { TextInput as I } from "../../../../components/TextInput/TextInput.es.js";
10
10
  const L = "//gethealthspan.us21.list-manage.com/subscribe/post?u=664ad54ec243b3582164cf116&amp;id=2483a4d606&amp;f_id=0050e6e6f0&tags=239347,239351", S = ({
11
11
  status: e,
12
12
  message: o,
@@ -19,7 +19,7 @@ const L = "//gethealthspan.us21.list-manage.com/subscribe/post?u=664ad54ec243b35
19
19
  i(!0), t("Please enter your email address");
20
20
  return;
21
21
  }
22
- if (!I(s)) {
22
+ if (!T(s)) {
23
23
  i(!0), t("Please enter a valid email address");
24
24
  return;
25
25
  }
@@ -29,7 +29,7 @@ const L = "//gethealthspan.us21.list-manage.com/subscribe/post?u=664ad54ec243b35
29
29
  };
30
30
  return x(() => {
31
31
  e === "success" && (b(s), n(""), i(!1), t(""), h(!1)), e === "error" && typeof o == "string" && (i(!0), t("Subscription failed. Please try again."));
32
- }, [e, o]), /* @__PURE__ */ m("div", { className: V(r.root, { [r.subscribed]: e === "success" }), children: [
32
+ }, [e, o]), /* @__PURE__ */ m("div", { className: N(r.root, { [r.subscribed]: e === "success" }), children: [
33
33
  /* @__PURE__ */ m("div", { className: r.container, children: [
34
34
  /* @__PURE__ */ a(d, { defaultVariant: "headingLg", mobileVariant: "headingSm", as: "h2", className: r.title, children: e === "success" ? "Thanks for subscribing!" : "Read the latest research reviews" }),
35
35
  /* @__PURE__ */ a(d, { defaultVariant: "bodySm", mobileVariant: "bodyXs", as: "span", className: r.text, children: e === "success" ? /* @__PURE__ */ m(E, { children: [
@@ -41,7 +41,7 @@ const L = "//gethealthspan.us21.list-manage.com/subscribe/post?u=664ad54ec243b35
41
41
  ] }),
42
42
  e === "sending" && /* @__PURE__ */ a("div", { className: r.container, children: /* @__PURE__ */ a(d, { defaultVariant: "bodySm", mobileVariant: "bodyXs", as: "span", className: r.text, children: "Subscribing, please wait..." }) }),
43
43
  e !== "success" && e !== "sending" && /* @__PURE__ */ a(
44
- N,
44
+ I,
45
45
  {
46
46
  placeholder: "Your email",
47
47
  variant: "primary-invert",
@@ -56,7 +56,7 @@ const L = "//gethealthspan.us21.list-manage.com/subscribe/post?u=664ad54ec243b35
56
56
  )
57
57
  ] });
58
58
  }, R = ({ onSubmit: e }) => /* @__PURE__ */ a(
59
- T,
59
+ V,
60
60
  {
61
61
  url: L,
62
62
  render: ({