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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1097) 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.es.js +10 -10
  338. package/dist/modules/HowItWorks/components/Content/Content.cjs.js +1 -1
  339. package/dist/modules/HowItWorks/components/Content/Content.es.js +5 -5
  340. package/dist/modules/HowItWorks/components/Content/content.module.css +126 -0
  341. package/dist/modules/HowItWorks/howItWorks.module.css +64 -0
  342. package/dist/modules/ImageWithBenefits/ImageWithBenefits.cjs.js +1 -1
  343. package/dist/modules/ImageWithBenefits/ImageWithBenefits.es.js +2 -2
  344. package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css +208 -0
  345. package/dist/modules/ImageWithText/ImageWithText.cjs.js +1 -1
  346. package/dist/modules/ImageWithText/ImageWithText.es.js +15 -15
  347. package/dist/modules/ImageWithText/imageWithText.module.css +245 -0
  348. package/dist/modules/IndividualProductCard/IndividualProductCard.cjs.js +1 -1
  349. package/dist/modules/IndividualProductCard/IndividualProductCard.es.js +18 -18
  350. package/dist/modules/IndividualProductCard/components/Features/Features.cjs.js +1 -1
  351. package/dist/modules/IndividualProductCard/components/Features/Features.es.js +5 -5
  352. package/dist/modules/IndividualProductCard/components/Features/features.module.css +54 -0
  353. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.cjs.js +1 -1
  354. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.es.js +8 -8
  355. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css +117 -0
  356. package/dist/modules/IndividualProductCard/individualProductCard.module.css +118 -0
  357. package/dist/modules/IngredientHighlight/IngredientHighlight.cjs.js +1 -1
  358. package/dist/modules/IngredientHighlight/IngredientHighlight.es.js +1 -1
  359. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.cjs.js +1 -1
  360. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.es.js +7 -7
  361. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css +41 -0
  362. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css +73 -0
  363. package/dist/modules/LongevityPathways/LongevityPathways.cjs.js +1 -1
  364. package/dist/modules/LongevityPathways/LongevityPathways.es.js +7 -7
  365. package/dist/modules/LongevityPathways/longevityPathways.module.css +39 -0
  366. package/dist/modules/OptimalHealth/OptimalHealth.cjs.js +1 -1
  367. package/dist/modules/OptimalHealth/OptimalHealth.es.js +11 -11
  368. package/dist/modules/OptimalHealth/assets/optimal_health_example.png +0 -0
  369. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -1
  370. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +8 -8
  371. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css +150 -0
  372. package/dist/modules/OptimalHealth/optimalHealth.module.css +86 -0
  373. package/dist/modules/OurProcess/OurProcess.cjs.js +1 -1
  374. package/dist/modules/OurProcess/OurProcess.es.js +5 -5
  375. package/dist/modules/OurProcess/ourProcess.module.css +44 -0
  376. package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -1
  377. package/dist/modules/PairedProducts/PairedProducts.es.js +5 -5
  378. package/dist/modules/PairedProducts/pairedProducts.module.css +60 -0
  379. package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -1
  380. package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +16 -16
  381. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js +1 -1
  382. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.es.js +7 -8
  383. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css +16 -0
  384. package/dist/modules/ProductsDisplay/productsDisplay.module.css +30 -0
  385. package/dist/modules/ProductsDisplay/useProductsData.cjs.js +1 -1
  386. package/dist/modules/ProductsDisplay/useProductsData.es.js +12 -11
  387. package/dist/modules/ProgramDetails/ProgramDetails.cjs.js +1 -1
  388. package/dist/modules/ProgramDetails/ProgramDetails.es.js +1 -1
  389. package/dist/modules/ProgramDetails/components/Features/Features.cjs.js +1 -1
  390. package/dist/modules/ProgramDetails/components/Features/Features.es.js +1 -1
  391. package/dist/modules/ProgramDetails/components/Features/features.module.css +69 -0
  392. package/dist/modules/ProgramDetails/programDetails.module.css +58 -0
  393. package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.cjs.js +1 -1
  394. package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.es.js +6 -6
  395. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css +153 -0
  396. package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.cjs.js +1 -1
  397. package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.es.js +6 -6
  398. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.cjs.js +1 -1
  399. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.es.js +1 -1
  400. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css +77 -0
  401. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css +115 -0
  402. package/dist/modules/ResearchFeatured/ResearchFeatured.cjs.js +1 -1
  403. package/dist/modules/ResearchFeatured/ResearchFeatured.es.js +5 -5
  404. package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.cjs.js +1 -1
  405. package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.es.js +2 -2
  406. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css +132 -0
  407. package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.cjs.js +1 -1
  408. package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.es.js +5 -5
  409. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css +55 -0
  410. package/dist/modules/ResearchFeatured/researchFeatured.module.css +56 -0
  411. package/dist/modules/ResearchFilters/ResearchFilters.cjs.js +1 -1
  412. package/dist/modules/ResearchFilters/ResearchFilters.es.js +17 -18
  413. package/dist/modules/ResearchFilters/researchFilters.module.css +59 -0
  414. package/dist/modules/ResearchStudies/ResearchStudies.cjs.js +1 -1
  415. package/dist/modules/ResearchStudies/ResearchStudies.es.js +12 -13
  416. package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.cjs.js +1 -1
  417. package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.es.js +12 -12
  418. package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css +74 -0
  419. package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.cjs.js +1 -1
  420. package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.es.js +5 -5
  421. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css +113 -0
  422. package/dist/modules/ResearchStudies/researchStudies.module.css +120 -0
  423. package/dist/modules/Reviews/Reviews.cjs.js +1 -1
  424. package/dist/modules/Reviews/Reviews.es.js +5 -5
  425. package/dist/modules/Reviews/components/ReviewCard/ReviewCard.cjs.js +1 -1
  426. package/dist/modules/Reviews/components/ReviewCard/ReviewCard.es.js +1 -1
  427. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css +55 -0
  428. package/dist/modules/Reviews/components/ReviewList/ReviewList.cjs.js +1 -1
  429. package/dist/modules/Reviews/components/ReviewList/ReviewList.es.js +3 -3
  430. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css +36 -0
  431. package/dist/modules/Reviews/reviews.module.css +74 -0
  432. package/dist/modules/ScienceHero/ScienceHero.cjs.js +1 -1
  433. package/dist/modules/ScienceHero/ScienceHero.es.js +2 -2
  434. package/dist/modules/ScienceHero/ScienceHeroCursor.cjs.js +1 -1
  435. package/dist/modules/ScienceHero/components/ScienceClientCursor.cjs.js +1 -1
  436. package/dist/modules/ScienceHero/components/ScienceClientCursor.es.js +1 -1
  437. package/dist/modules/ScienceHero/scienceHero.module.css +245 -0
  438. package/dist/modules/ScrollingText/ScrollingText.cjs.js +1 -1
  439. package/dist/modules/ScrollingText/ScrollingText.es.js +4 -4
  440. package/dist/modules/ScrollingText/scrollingText.module.css +53 -0
  441. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -1
  442. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +14 -14
  443. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css +242 -0
  444. package/dist/modules/SlidingTabsGallery/assets/ipad.png +0 -0
  445. package/dist/modules/Studies/Studies.cjs.js +1 -1
  446. package/dist/modules/Studies/Studies.es.js +9 -9
  447. package/dist/modules/Studies/studies.module.css +98 -0
  448. package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -1
  449. package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +4 -4
  450. package/dist/modules/TargetedPrograms/targetedPrograms.module.css +61 -0
  451. package/dist/modules/Testimonial/Testimonial.cjs.js +1 -1
  452. package/dist/modules/Testimonial/Testimonial.es.js +13 -13
  453. package/dist/modules/Testimonial/components/Product/Product.cjs.js +1 -1
  454. package/dist/modules/Testimonial/components/Product/Product.es.js +1 -1
  455. package/dist/modules/Testimonial/components/Product/product.module.css +64 -0
  456. package/dist/modules/Testimonial/components/TextCard/TextCard.cjs.js +1 -1
  457. package/dist/modules/Testimonial/components/TextCard/TextCard.es.js +10 -10
  458. package/dist/modules/Testimonial/components/TextCard/textCard.module.css +45 -0
  459. package/dist/modules/Testimonial/components/VideoCard/VideoCard.cjs.js +1 -1
  460. package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +5 -5
  461. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css +62 -0
  462. package/dist/modules/Testimonial/testimonial.module.css +108 -0
  463. package/dist/modules/TextBlockAnimated/TextBlockAnimated.cjs.js +1 -1
  464. package/dist/modules/TextBlockAnimated/TextBlockAnimated.es.js +9 -9
  465. package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css +62 -0
  466. package/dist/modules/TextTwoImages/TextTwoImages.cjs.js +1 -1
  467. package/dist/modules/TextTwoImages/TextTwoImages.es.js +2 -2
  468. package/dist/modules/TextTwoImages/textTwoImages.module.css +141 -0
  469. package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.cjs.js +1 -1
  470. package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.es.js +1 -1
  471. package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_desktop.jpg +0 -0
  472. package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_mobile.jpg +0 -0
  473. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.cjs.js +1 -1
  474. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.es.js +1 -1
  475. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css +49 -0
  476. package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css +183 -0
  477. package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.cjs.js +1 -1
  478. package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.es.js +2 -2
  479. package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css +197 -0
  480. package/dist/modules/TotalCare/TotalCare.cjs.js +1 -1
  481. package/dist/modules/TotalCare/TotalCare.es.js +5 -5
  482. package/dist/modules/TotalCare/assets/ipad.png +0 -0
  483. package/dist/modules/TotalCare/totalCare.module.css +150 -0
  484. package/dist/modules/TrackProgress/TrackProgress.cjs.js +1 -1
  485. package/dist/modules/TrackProgress/TrackProgress.es.js +1 -1
  486. package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.cjs.js +1 -1
  487. package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.es.js +3 -3
  488. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css +183 -0
  489. package/dist/modules/TrackProgress/trackProgress.module.css +50 -0
  490. package/dist/modules/TypesOfTests/TypesOfTests.cjs.js +1 -1
  491. package/dist/modules/TypesOfTests/TypesOfTests.es.js +11 -11
  492. package/dist/modules/TypesOfTests/typesOfTests.module.css +196 -0
  493. package/dist/modules/WhatIs/WhatIs.cjs.js +1 -1
  494. package/dist/modules/WhatIs/WhatIs.es.js +1 -1
  495. package/dist/modules/WhatIs/assets/metabolism.jpg +0 -0
  496. package/dist/modules/WhatIs/assets/mitochondria.jpg +0 -0
  497. package/dist/modules/WhatIs/assets/senescence.jpg +0 -0
  498. package/dist/modules/WhatIs/whatIs.module.css +61 -0
  499. package/dist/modules/YourProtocol/YourProtocol.cjs.js +1 -1
  500. package/dist/modules/YourProtocol/YourProtocol.es.js +25 -24
  501. package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.cjs.js +1 -1
  502. package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +5 -5
  503. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css +37 -0
  504. package/dist/modules/YourProtocol/yourProtocol.module.css +91 -0
  505. package/dist/node_modules/gsap/CustomEase.cjs.js +1 -1
  506. package/dist/node_modules/gsap/CustomEase.es.js +1 -1
  507. package/dist/node_modules/gsap/Draggable.cjs.js +1 -1
  508. package/dist/node_modules/gsap/Draggable.es.js +2 -2
  509. package/dist/node_modules/gsap/Flip.cjs.js +1 -1
  510. package/dist/node_modules/gsap/Flip.es.js +2 -2
  511. package/dist/node_modules/gsap/Observer.cjs.js +1 -1
  512. package/dist/node_modules/gsap/Observer.es.js +2 -2
  513. package/dist/node_modules/gsap/ScrollTrigger.cjs.js +1 -1
  514. package/dist/node_modules/gsap/ScrollTrigger.es.js +2 -2
  515. package/dist/node_modules/gsap/SplitText.cjs.js +2 -2
  516. package/dist/node_modules/gsap/SplitText.es.js +2 -2
  517. package/dist/node_modules/swiper/modules/navigation.css +1 -0
  518. package/dist/node_modules/swiper/modules/pagination.css +1 -0
  519. package/dist/node_modules/swiper/swiper.css +1 -0
  520. package/dist/pageComponents/Banner/Banner.cjs.js +1 -1
  521. package/dist/pageComponents/Banner/Banner.es.js +1 -1
  522. package/dist/pageComponents/Banner/banner.module.css +26 -0
  523. package/dist/pageComponents/BiologicalAge/BiologicalAge.cjs.js +1 -1
  524. package/dist/pageComponents/BiologicalAge/BiologicalAge.es.js +5 -5
  525. package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png +0 -0
  526. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css +110 -0
  527. package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -1
  528. package/dist/pageComponents/Bubbles/Bubbles.es.js +1 -1
  529. package/dist/pageComponents/Bubbles/bubbles.module.css +168 -0
  530. package/dist/pageComponents/ContactUs/ContactUs.cjs.js +1 -1
  531. package/dist/pageComponents/ContactUs/ContactUs.es.js +13 -13
  532. package/dist/pageComponents/ContactUs/contactUs.module.css +152 -0
  533. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.cjs.js +1 -1
  534. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.es.js +2 -2
  535. package/dist/pageComponents/DiscoverTheStory/assets/bg-img-mobile.jpg +0 -0
  536. package/dist/pageComponents/DiscoverTheStory/assets/bg-img.jpg +0 -0
  537. package/dist/pageComponents/DiscoverTheStory/assets/content-img.png +0 -0
  538. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css +107 -0
  539. package/dist/pageComponents/Footer/Footer.cjs.js +1 -1
  540. package/dist/pageComponents/Footer/Footer.es.js +24 -27
  541. package/dist/pageComponents/Footer/assets/CompanyName.svg +3 -0
  542. package/dist/pageComponents/Footer/assets/logo.png +0 -0
  543. package/dist/pageComponents/Footer/assets/newsletter.jpg +0 -0
  544. package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.cjs.js +1 -1
  545. package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.es.js +1 -1
  546. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css +9 -0
  547. package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.cjs.js +1 -1
  548. package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.es.js +6 -6
  549. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css +107 -0
  550. package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.cjs.js +1 -1
  551. package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.es.js +2 -2
  552. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css +123 -0
  553. package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.cjs.js +1 -1
  554. package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.es.js +5 -5
  555. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css +25 -0
  556. package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.cjs.js +1 -1
  557. package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.es.js +1 -1
  558. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css +87 -0
  559. package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.cjs.js +1 -1
  560. package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.es.js +9 -9
  561. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css +103 -0
  562. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.cjs.js +1 -1
  563. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.es.js +2 -2
  564. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css +230 -0
  565. package/dist/pageComponents/Footer/footer.module.css +267 -0
  566. package/dist/pageComponents/Gradient/Gradient.cjs.js +1 -1
  567. package/dist/pageComponents/Gradient/Gradient.es.js +1 -1
  568. package/dist/pageComponents/Gradient/gradient.module.css +48 -0
  569. package/dist/pageComponents/HomepageHero/HomepageHero.cjs.js +1 -1
  570. package/dist/pageComponents/HomepageHero/HomepageHero.es.js +27 -24
  571. package/dist/pageComponents/HomepageHero/assets/bg.jpg +0 -0
  572. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.cjs.js +1 -1
  573. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.es.js +1 -1
  574. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.cjs.js +1 -1
  575. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.es.js +6 -6
  576. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.cjs.js +1 -1
  577. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.es.js +6 -6
  578. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.cjs.js +1 -1
  579. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.es.js +1 -1
  580. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.cjs.js +1 -1
  581. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.es.js +1 -1
  582. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css +77 -0
  583. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg +50 -0
  584. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg +51 -0
  585. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/doctor.png +0 -0
  586. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/ft.png +0 -0
  587. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/rapamycin.png +0 -0
  588. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css +65 -0
  589. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css +71 -0
  590. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css +102 -0
  591. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css +81 -0
  592. package/dist/pageComponents/HomepageHero/homepageHero.module.css +140 -0
  593. package/dist/pageComponents/HowItWorksHero/HowItWorksHero.cjs.js +1 -1
  594. package/dist/pageComponents/HowItWorksHero/HowItWorksHero.es.js +7 -7
  595. package/dist/pageComponents/HowItWorksHero/assets/Container.png +0 -0
  596. package/dist/pageComponents/HowItWorksHero/assets/bg.jpg +0 -0
  597. package/dist/pageComponents/HowItWorksHero/assets/people.png +0 -0
  598. package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css +84 -0
  599. package/dist/pageComponents/LabsHero/LabsHero.cjs.js +1 -1
  600. package/dist/pageComponents/LabsHero/LabsHero.es.js +26 -26
  601. package/dist/pageComponents/LabsHero/assets/bg.jpg +0 -0
  602. package/dist/pageComponents/LabsHero/assets/icon1.png +0 -0
  603. package/dist/pageComponents/LabsHero/assets/icon2.png +0 -0
  604. package/dist/pageComponents/LabsHero/assets/icon3.png +0 -0
  605. package/dist/pageComponents/LabsHero/assets/img1.png +0 -0
  606. package/dist/pageComponents/LabsHero/assets/img2.png +0 -0
  607. package/dist/pageComponents/LabsHero/assets/img3.png +0 -0
  608. package/dist/pageComponents/LabsHero/assets/svg1.svg +89 -0
  609. package/dist/pageComponents/LabsHero/assets/svg2.svg +46 -0
  610. package/dist/pageComponents/LabsHero/assets/svg3.svg +60 -0
  611. package/dist/pageComponents/LabsHero/labsHero.module.css +282 -0
  612. package/dist/pageComponents/OurCompanyHero/OurCompanyHero.cjs.js +1 -1
  613. package/dist/pageComponents/OurCompanyHero/OurCompanyHero.es.js +3 -3
  614. package/dist/pageComponents/OurCompanyHero/assets/CompanyHeroBg.jpg +0 -0
  615. package/dist/pageComponents/OurCompanyHero/assets/hero1.jpg +0 -0
  616. package/dist/pageComponents/OurCompanyHero/assets/hero2.jpg +0 -0
  617. package/dist/pageComponents/OurCompanyHero/assets/hero3.jpg +0 -0
  618. package/dist/pageComponents/OurCompanyHero/assets/hero4.jpg +0 -0
  619. package/dist/pageComponents/OurCompanyHero/assets/hero5.jpg +0 -0
  620. package/dist/pageComponents/OurCompanyHero/assets/hero6.jpg +0 -0
  621. package/dist/pageComponents/OurCompanyHero/assets/hero7.jpg +0 -0
  622. package/dist/pageComponents/OurCompanyHero/assets/hero8.jpg +0 -0
  623. package/dist/pageComponents/OurCompanyHero/assets/hero9.jpg +0 -0
  624. package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css +78 -0
  625. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.cjs.js +1 -1
  626. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.es.js +25 -25
  627. package/dist/pageComponents/PersonalizedProtocolHero/assets/bg.jpg +0 -0
  628. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg +47 -0
  629. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg +45 -0
  630. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg +44 -0
  631. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.jpg +0 -0
  632. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.jpg +0 -0
  633. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.jpg +0 -0
  634. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png +0 -0
  635. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png +0 -0
  636. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png +0 -0
  637. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css +312 -0
  638. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -1
  639. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +9 -9
  640. package/dist/pageComponents/StillHaveQuestions/assets/joinOurTeam.jpg +0 -0
  641. package/dist/pageComponents/StillHaveQuestions/assets/stillHaveQuestions.jpg +0 -0
  642. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css +63 -0
  643. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.cjs.js +1 -1
  644. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.es.js +5 -5
  645. package/dist/pageComponents/TreatmentsHero/assets/bg-bubbles.webp +0 -0
  646. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.cjs.js +1 -1
  647. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.es.js +1 -1
  648. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css +46 -0
  649. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css +121 -0
  650. package/dist/stories/assets/accessibility.png +0 -0
  651. package/dist/stories/assets/accessibility.svg +1 -0
  652. package/dist/stories/assets/addon-library.png +0 -0
  653. package/dist/stories/assets/assets.png +0 -0
  654. package/dist/stories/assets/avif-test-image.avif +0 -0
  655. package/dist/stories/assets/context.png +0 -0
  656. package/dist/stories/assets/discord.svg +1 -0
  657. package/dist/stories/assets/docs.png +0 -0
  658. package/dist/stories/assets/figma-plugin.png +0 -0
  659. package/dist/stories/assets/github.svg +1 -0
  660. package/dist/stories/assets/share.png +0 -0
  661. package/dist/stories/assets/styling.png +0 -0
  662. package/dist/stories/assets/testing.png +0 -0
  663. package/dist/stories/assets/theming.png +0 -0
  664. package/dist/stories/assets/tutorials.svg +1 -0
  665. package/dist/stories/assets/youtube.svg +1 -0
  666. package/dist/styles/core.css +1 -0
  667. package/dist/utils/useIsMobile.cjs.js +1 -1
  668. package/dist/utils/useIsMobile.es.js +1 -1
  669. package/package.json +15 -7
  670. package/dist/_virtual/ArrowContainer.cjs.js +0 -1
  671. package/dist/_virtual/ArrowContainer.es.js +0 -4
  672. package/dist/_virtual/Popover.cjs.js +0 -1
  673. package/dist/_virtual/Popover.cjs2.js +0 -1
  674. package/dist/_virtual/Popover.es.js +0 -5
  675. package/dist/_virtual/Popover.es2.js +0 -4
  676. package/dist/_virtual/PopoverPortal.cjs.js +0 -1
  677. package/dist/_virtual/PopoverPortal.es.js +0 -4
  678. package/dist/_virtual/_commonjsHelpers.cjs.js +0 -1
  679. package/dist/_virtual/_commonjsHelpers.es.js +0 -6
  680. package/dist/_virtual/browser.cjs.js +0 -1
  681. package/dist/_virtual/browser.es.js +0 -4
  682. package/dist/_virtual/debug.cjs.js +0 -1
  683. package/dist/_virtual/debug.es.js +0 -4
  684. package/dist/_virtual/index.cjs.js +0 -1
  685. package/dist/_virtual/index.cjs2.js +0 -1
  686. package/dist/_virtual/index.cjs3.js +0 -1
  687. package/dist/_virtual/index.cjs4.js +0 -1
  688. package/dist/_virtual/index.es.js +0 -7
  689. package/dist/_virtual/index.es2.js +0 -7
  690. package/dist/_virtual/index.es3.js +0 -4
  691. package/dist/_virtual/index.es4.js +0 -4
  692. package/dist/_virtual/react-is.development.cjs.js +0 -1
  693. package/dist/_virtual/react-is.development.es.js +0 -4
  694. package/dist/_virtual/react-is.production.min.cjs.js +0 -1
  695. package/dist/_virtual/react-is.production.min.es.js +0 -4
  696. package/dist/_virtual/to-querystring.min.cjs.js +0 -1
  697. package/dist/_virtual/to-querystring.min.cjs2.js +0 -1
  698. package/dist/_virtual/to-querystring.min.es.js +0 -7
  699. package/dist/_virtual/to-querystring.min.es2.js +0 -4
  700. package/dist/_virtual/useArrowContainer.cjs.js +0 -1
  701. package/dist/_virtual/useArrowContainer.es.js +0 -4
  702. package/dist/_virtual/useElementRef.cjs.js +0 -1
  703. package/dist/_virtual/useElementRef.es.js +0 -4
  704. package/dist/_virtual/useHandlePrevValues.cjs.js +0 -1
  705. package/dist/_virtual/useHandlePrevValues.es.js +0 -4
  706. package/dist/_virtual/useMemoizedArray.cjs.js +0 -1
  707. package/dist/_virtual/useMemoizedArray.es.js +0 -4
  708. package/dist/_virtual/usePopover.cjs.js +0 -1
  709. package/dist/_virtual/usePopover.es.js +0 -4
  710. package/dist/_virtual/util.cjs.js +0 -1
  711. package/dist/_virtual/util.es.js +0 -4
  712. package/dist/components/Accordion/accordion.module.css.cjs.js +0 -1
  713. package/dist/components/Accordion/accordion.module.css.es.js +0 -7
  714. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +0 -1
  715. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +0 -25
  716. package/dist/components/AnchorLinks/anchorLinks.module.css.cjs.js +0 -1
  717. package/dist/components/AnchorLinks/anchorLinks.module.css.es.js +0 -13
  718. package/dist/components/Benefit/benefit.module.css.cjs.js +0 -1
  719. package/dist/components/Benefit/benefit.module.css.es.js +0 -9
  720. package/dist/components/Button/button.module.css.cjs.js +0 -1
  721. package/dist/components/Button/button.module.css.es.js +0 -31
  722. package/dist/components/Callback/callback.module.css.cjs.js +0 -1
  723. package/dist/components/Callback/callback.module.css.es.js +0 -33
  724. package/dist/components/Checkbox/checkbox.module.css.cjs.js +0 -1
  725. package/dist/components/Checkbox/checkbox.module.css.es.js +0 -31
  726. package/dist/components/ClaimBlock/claimBlock.module.css.cjs.js +0 -1
  727. package/dist/components/ClaimBlock/claimBlock.module.css.es.js +0 -19
  728. package/dist/components/ColoredDivider/coloredDivider.module.css.cjs.js +0 -1
  729. package/dist/components/ColoredDivider/coloredDivider.module.css.es.js +0 -21
  730. package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.cjs.js +0 -1
  731. package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.es.js +0 -26
  732. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.cjs.js +0 -1
  733. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.es.js +0 -17
  734. package/dist/components/ComplexTooltip/complexTooltip.module.css.cjs.js +0 -1
  735. package/dist/components/ComplexTooltip/complexTooltip.module.css.es.js +0 -7
  736. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.cjs.js +0 -1
  737. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.es.js +0 -15
  738. package/dist/components/ContentTabs/contentTabs.module.css.cjs.js +0 -1
  739. package/dist/components/ContentTabs/contentTabs.module.css.es.js +0 -29
  740. package/dist/components/Cursor/cursor.module.css.cjs.js +0 -1
  741. package/dist/components/Cursor/cursor.module.css.es.js +0 -11
  742. package/dist/components/FAQComponent/faqComponent.module.css.cjs.js +0 -1
  743. package/dist/components/FAQComponent/faqComponent.module.css.es.js +0 -7
  744. package/dist/components/FAQComponentItem/faqComponentItem.module.css.cjs.js +0 -1
  745. package/dist/components/FAQComponentItem/faqComponentItem.module.css.es.js +0 -27
  746. package/dist/components/FilterError/filterError.module.css.cjs.js +0 -1
  747. package/dist/components/FilterError/filterError.module.css.es.js +0 -11
  748. package/dist/components/FilterMenu/filterMenu.module.css.cjs.js +0 -1
  749. package/dist/components/FilterMenu/filterMenu.module.css.es.js +0 -31
  750. package/dist/components/GalleryPagination/galleryPagination.module.css.cjs.js +0 -1
  751. package/dist/components/GalleryPagination/galleryPagination.module.css.es.js +0 -13
  752. package/dist/components/HighlightedTitle/highlightedTitle.module.css.cjs.js +0 -1
  753. package/dist/components/HighlightedTitle/highlightedTitle.module.css.es.js +0 -13
  754. package/dist/components/IconBracket/iconBracket.module.css.cjs.js +0 -1
  755. package/dist/components/IconBracket/iconBracket.module.css.es.js +0 -15
  756. package/dist/components/IconButton/iconButton.module.css.cjs.js +0 -1
  757. package/dist/components/IconButton/iconButton.module.css.es.js +0 -25
  758. package/dist/components/ImageGallery/imageGallery.module.css.cjs.js +0 -1
  759. package/dist/components/ImageGallery/imageGallery.module.css.es.js +0 -15
  760. package/dist/components/InfiniteScroll/infiniteScroll.module.css.cjs.js +0 -1
  761. package/dist/components/InfiniteScroll/infiniteScroll.module.css.es.js +0 -11
  762. package/dist/components/Label/label.module.css.cjs.js +0 -1
  763. package/dist/components/Label/label.module.css.es.js +0 -7
  764. package/dist/components/Pagination/pagination.module.css.cjs.js +0 -1
  765. package/dist/components/Pagination/pagination.module.css.es.js +0 -19
  766. package/dist/components/PlayButton/playButton.module.css.cjs.js +0 -1
  767. package/dist/components/PlayButton/playButton.module.css.es.js +0 -11
  768. package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
  769. package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.es.js +0 -7
  770. package/dist/components/Pricing/pricing.module.css.cjs.js +0 -1
  771. package/dist/components/Pricing/pricing.module.css.es.js +0 -25
  772. package/dist/components/ProductGallery/productGallery.module.css.cjs.js +0 -1
  773. package/dist/components/ProductGallery/productGallery.module.css.es.js +0 -27
  774. package/dist/components/ProductGalleryCard/productGalleryCard.module.css.cjs.js +0 -1
  775. package/dist/components/ProductGalleryCard/productGalleryCard.module.css.es.js +0 -21
  776. package/dist/components/ProductListing/productListing.module.css.cjs.js +0 -1
  777. package/dist/components/ProductListing/productListing.module.css.es.js +0 -29
  778. package/dist/components/ProductPairs/productPairs.module.css.cjs.js +0 -1
  779. package/dist/components/ProductPairs/productPairs.module.css.es.js +0 -17
  780. package/dist/components/ProgramCard/programCard.module.css.cjs.js +0 -1
  781. package/dist/components/ProgramCard/programCard.module.css.es.js +0 -13
  782. package/dist/components/ProgressButton/progressButton.module.css.cjs.js +0 -1
  783. package/dist/components/ProgressButton/progressButton.module.css.es.js +0 -21
  784. package/dist/components/RadioButton/radioButton.module.css.cjs.js +0 -1
  785. package/dist/components/RadioButton/radioButton.module.css.es.js +0 -21
  786. package/dist/components/RatingStars/ratingStars.module.css.cjs.js +0 -1
  787. package/dist/components/RatingStars/ratingStars.module.css.es.js +0 -11
  788. package/dist/components/Skeleton/skeleton.module.css.cjs.js +0 -1
  789. package/dist/components/Skeleton/skeleton.module.css.es.js +0 -12
  790. package/dist/components/SmartCallout/smartCallout.module.css.cjs.js +0 -1
  791. package/dist/components/SmartCallout/smartCallout.module.css.es.js +0 -7
  792. package/dist/components/StepsCarousel/stepsCarousel.module.css.cjs.js +0 -1
  793. package/dist/components/StepsCarousel/stepsCarousel.module.css.es.js +0 -31
  794. package/dist/components/StudyGridCard/studyGridCard.module.css.cjs.js +0 -1
  795. package/dist/components/StudyGridCard/studyGridCard.module.css.es.js +0 -35
  796. package/dist/components/Tabs/tabs.module.css.cjs.js +0 -1
  797. package/dist/components/Tabs/tabs.module.css.es.js +0 -37
  798. package/dist/components/Tag/tag.module.css.cjs.js +0 -1
  799. package/dist/components/Tag/tag.module.css.es.js +0 -17
  800. package/dist/components/TextButton/textButton.module.css.cjs.js +0 -1
  801. package/dist/components/TextButton/textButton.module.css.es.js +0 -19
  802. package/dist/components/TextInput/textInput.module.css.cjs.js +0 -1
  803. package/dist/components/TextInput/textInput.module.css.es.js +0 -34
  804. package/dist/components/TypeBadge/typeBadge.module.css.cjs.js +0 -1
  805. package/dist/components/TypeBadge/typeBadge.module.css.es.js +0 -9
  806. package/dist/healthspan-marketing-ui.css +0 -1
  807. package/dist/modules/AllInOne/allInOne.module.css.cjs.js +0 -1
  808. package/dist/modules/AllInOne/allInOne.module.css.es.js +0 -25
  809. package/dist/modules/Benefits/benefits.module.css.cjs.js +0 -1
  810. package/dist/modules/Benefits/benefits.module.css.es.js +0 -37
  811. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
  812. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.es.js +0 -13
  813. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.cjs.js +0 -1
  814. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.es.js +0 -9
  815. package/dist/modules/CallToAction/callToAction.module.css.cjs.js +0 -1
  816. package/dist/modules/CallToAction/callToAction.module.css.es.js +0 -43
  817. package/dist/modules/Callback/callback.module.css.cjs.js +0 -1
  818. package/dist/modules/Callback/callback.module.css.es.js +0 -15
  819. package/dist/modules/CircleHighlights/circleHighlights.module.css.cjs.js +0 -1
  820. package/dist/modules/CircleHighlights/circleHighlights.module.css.es.js +0 -19
  821. package/dist/modules/Claims/claims.module.css.cjs.js +0 -1
  822. package/dist/modules/Claims/claims.module.css.es.js +0 -19
  823. package/dist/modules/Compare/compare.module.css.cjs.js +0 -1
  824. package/dist/modules/Compare/compare.module.css.es.js +0 -15
  825. package/dist/modules/Comparison/comparison.module.css.cjs.js +0 -1
  826. package/dist/modules/Comparison/comparison.module.css.es.js +0 -41
  827. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.cjs.js +0 -1
  828. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.es.js +0 -27
  829. package/dist/modules/ContentHighlight/contentHighlight.module.css.cjs.js +0 -1
  830. package/dist/modules/ContentHighlight/contentHighlight.module.css.es.js +0 -25
  831. package/dist/modules/Curiosity/curiosity.module.css.cjs.js +0 -1
  832. package/dist/modules/Curiosity/curiosity.module.css.es.js +0 -31
  833. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.cjs.js +0 -1
  834. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.es.js +0 -25
  835. package/dist/modules/ExpandingDetails/expandingDetails.module.css.cjs.js +0 -1
  836. package/dist/modules/ExpandingDetails/expandingDetails.module.css.es.js +0 -47
  837. package/dist/modules/FAQModule/faqModule.module.css.cjs.js +0 -1
  838. package/dist/modules/FAQModule/faqModule.module.css.es.js +0 -19
  839. package/dist/modules/FeaturedIn/featuredIn.module.css.cjs.js +0 -1
  840. package/dist/modules/FeaturedIn/featuredIn.module.css.es.js +0 -35
  841. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.cjs.js +0 -1
  842. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.es.js +0 -21
  843. package/dist/modules/FeaturesGallery/featuresGallery.module.css.cjs.js +0 -1
  844. package/dist/modules/FeaturesGallery/featuresGallery.module.css.es.js +0 -21
  845. package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +0 -1
  846. package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +0 -17
  847. package/dist/modules/Grid/grid.module.css.cjs.js +0 -1
  848. package/dist/modules/Grid/grid.module.css.es.js +0 -47
  849. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.cjs.js +0 -1
  850. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.es.js +0 -8
  851. package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.cjs.js +0 -1
  852. package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.es.js +0 -19
  853. package/dist/modules/HSModal/hsModal.module.css.cjs.js +0 -1
  854. package/dist/modules/HSModal/hsModal.module.css.es.js +0 -7
  855. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.cjs.js +0 -1
  856. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.es.js +0 -25
  857. package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.cjs.js +0 -1
  858. package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.es.js +0 -7
  859. package/dist/modules/HighestStandards/highestStandards.module.css.cjs.js +0 -1
  860. package/dist/modules/HighestStandards/highestStandards.module.css.es.js +0 -25
  861. package/dist/modules/HowItWorks/components/Content/content.module.css.cjs.js +0 -1
  862. package/dist/modules/HowItWorks/components/Content/content.module.css.es.js +0 -21
  863. package/dist/modules/HowItWorks/howItWorks.module.css.cjs.js +0 -1
  864. package/dist/modules/HowItWorks/howItWorks.module.css.es.js +0 -17
  865. package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.cjs.js +0 -1
  866. package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.es.js +0 -27
  867. package/dist/modules/ImageWithText/imageWithText.module.css.cjs.js +0 -1
  868. package/dist/modules/ImageWithText/imageWithText.module.css.es.js +0 -31
  869. package/dist/modules/IndividualProductCard/components/Features/features.module.css.cjs.js +0 -1
  870. package/dist/modules/IndividualProductCard/components/Features/features.module.css.es.js +0 -17
  871. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.cjs.js +0 -1
  872. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.es.js +0 -39
  873. package/dist/modules/IndividualProductCard/individualProductCard.module.css.cjs.js +0 -1
  874. package/dist/modules/IndividualProductCard/individualProductCard.module.css.es.js +0 -27
  875. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.cjs.js +0 -1
  876. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.es.js +0 -17
  877. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.cjs.js +0 -1
  878. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.es.js +0 -15
  879. package/dist/modules/LongevityPathways/longevityPathways.module.css.cjs.js +0 -1
  880. package/dist/modules/LongevityPathways/longevityPathways.module.css.es.js +0 -13
  881. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +0 -1
  882. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +0 -35
  883. package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +0 -1
  884. package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +0 -21
  885. package/dist/modules/OurProcess/ourProcess.module.css.cjs.js +0 -1
  886. package/dist/modules/OurProcess/ourProcess.module.css.es.js +0 -11
  887. package/dist/modules/PairedProducts/pairedProducts.module.css.cjs.js +0 -1
  888. package/dist/modules/PairedProducts/pairedProducts.module.css.es.js +0 -17
  889. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.cjs.js +0 -1
  890. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.es.js +0 -9
  891. package/dist/modules/ProductsDisplay/productsDisplay.module.css.cjs.js +0 -1
  892. package/dist/modules/ProductsDisplay/productsDisplay.module.css.es.js +0 -11
  893. package/dist/modules/ProgramDetails/components/Features/features.module.css.cjs.js +0 -1
  894. package/dist/modules/ProgramDetails/components/Features/features.module.css.es.js +0 -21
  895. package/dist/modules/ProgramDetails/programDetails.module.css.cjs.js +0 -1
  896. package/dist/modules/ProgramDetails/programDetails.module.css.es.js +0 -15
  897. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.cjs.js +0 -1
  898. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.es.js +0 -23
  899. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.cjs.js +0 -1
  900. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.es.js +0 -17
  901. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.cjs.js +0 -1
  902. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.es.js +0 -27
  903. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.cjs.js +0 -1
  904. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.es.js +0 -19
  905. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.cjs.js +0 -1
  906. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.es.js +0 -15
  907. package/dist/modules/ResearchFeatured/researchFeatured.module.css.cjs.js +0 -1
  908. package/dist/modules/ResearchFeatured/researchFeatured.module.css.es.js +0 -15
  909. package/dist/modules/ResearchFilters/researchFilters.module.css.cjs.js +0 -1
  910. package/dist/modules/ResearchFilters/researchFilters.module.css.es.js +0 -13
  911. package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.cjs.js +0 -1
  912. package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.es.js +0 -17
  913. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.cjs.js +0 -1
  914. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.es.js +0 -21
  915. package/dist/modules/ResearchStudies/researchStudies.module.css.cjs.js +0 -1
  916. package/dist/modules/ResearchStudies/researchStudies.module.css.es.js +0 -19
  917. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.cjs.js +0 -1
  918. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.es.js +0 -13
  919. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.cjs.js +0 -1
  920. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.es.js +0 -13
  921. package/dist/modules/Reviews/reviews.module.css.cjs.js +0 -1
  922. package/dist/modules/Reviews/reviews.module.css.es.js +0 -17
  923. package/dist/modules/ScienceHero/scienceHero.module.css.cjs.js +0 -1
  924. package/dist/modules/ScienceHero/scienceHero.module.css.es.js +0 -41
  925. package/dist/modules/ScrollingText/scrollingText.module.css.cjs.js +0 -1
  926. package/dist/modules/ScrollingText/scrollingText.module.css.es.js +0 -11
  927. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +0 -1
  928. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +0 -35
  929. package/dist/modules/Studies/studies.module.css.cjs.js +0 -1
  930. package/dist/modules/Studies/studies.module.css.es.js +0 -17
  931. package/dist/modules/TargetedPrograms/targetedPrograms.module.css.cjs.js +0 -1
  932. package/dist/modules/TargetedPrograms/targetedPrograms.module.css.es.js +0 -15
  933. package/dist/modules/Testimonial/components/Product/product.module.css.cjs.js +0 -1
  934. package/dist/modules/Testimonial/components/Product/product.module.css.es.js +0 -17
  935. package/dist/modules/Testimonial/components/TextCard/textCard.module.css.cjs.js +0 -1
  936. package/dist/modules/Testimonial/components/TextCard/textCard.module.css.es.js +0 -13
  937. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.cjs.js +0 -1
  938. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.es.js +0 -17
  939. package/dist/modules/Testimonial/testimonial.module.css.cjs.js +0 -1
  940. package/dist/modules/Testimonial/testimonial.module.css.es.js +0 -27
  941. package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.cjs.js +0 -1
  942. package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.es.js +0 -21
  943. package/dist/modules/TextTwoImages/textTwoImages.module.css.cjs.js +0 -1
  944. package/dist/modules/TextTwoImages/textTwoImages.module.css.es.js +0 -25
  945. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.cjs.js +0 -1
  946. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.es.js +0 -15
  947. package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.cjs.js +0 -1
  948. package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.es.js +0 -23
  949. package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.cjs.js +0 -1
  950. package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.es.js +0 -25
  951. package/dist/modules/TotalCare/totalCare.module.css.cjs.js +0 -1
  952. package/dist/modules/TotalCare/totalCare.module.css.es.js +0 -19
  953. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.cjs.js +0 -1
  954. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.es.js +0 -29
  955. package/dist/modules/TrackProgress/trackProgress.module.css.cjs.js +0 -1
  956. package/dist/modules/TrackProgress/trackProgress.module.css.es.js +0 -13
  957. package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +0 -1
  958. package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +0 -31
  959. package/dist/modules/WhatIs/whatIs.module.css.cjs.js +0 -1
  960. package/dist/modules/WhatIs/whatIs.module.css.es.js +0 -15
  961. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.cjs.js +0 -1
  962. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.es.js +0 -13
  963. package/dist/modules/YourProtocol/yourProtocol.module.css.cjs.js +0 -1
  964. package/dist/modules/YourProtocol/yourProtocol.module.css.es.js +0 -19
  965. package/dist/node_modules/@gsap/react/src/index.cjs.js +0 -9
  966. package/dist/node_modules/@gsap/react/src/index.es.js +0 -29
  967. package/dist/node_modules/gsap/CSSPlugin.cjs.js +0 -8
  968. package/dist/node_modules/gsap/CSSPlugin.es.js +0 -423
  969. package/dist/node_modules/gsap/gsap-core.cjs.js +0 -8
  970. package/dist/node_modules/gsap/gsap-core.es.js +0 -1651
  971. package/dist/node_modules/gsap/index.cjs.js +0 -1
  972. package/dist/node_modules/gsap/index.es.js +0 -13
  973. package/dist/node_modules/jsonp/index.cjs.js +0 -1
  974. package/dist/node_modules/jsonp/index.es.js +0 -31
  975. package/dist/node_modules/jsonp/node_modules/debug/src/browser.cjs.js +0 -1
  976. package/dist/node_modules/jsonp/node_modules/debug/src/browser.es.js +0 -67
  977. package/dist/node_modules/jsonp/node_modules/debug/src/debug.cjs.js +0 -1
  978. package/dist/node_modules/jsonp/node_modules/debug/src/debug.es.js +0 -64
  979. package/dist/node_modules/jsonp/node_modules/ms/index.cjs.js +0 -1
  980. package/dist/node_modules/jsonp/node_modules/ms/index.es.js +0 -79
  981. package/dist/node_modules/object-assign/index.cjs.js +0 -5
  982. package/dist/node_modules/object-assign/index.es.js +0 -54
  983. package/dist/node_modules/prop-types/checkPropTypes.cjs.js +0 -1
  984. package/dist/node_modules/prop-types/checkPropTypes.es.js +0 -54
  985. package/dist/node_modules/prop-types/factoryWithThrowingShims.cjs.js +0 -1
  986. package/dist/node_modules/prop-types/factoryWithThrowingShims.es.js +0 -52
  987. package/dist/node_modules/prop-types/factoryWithTypeCheckers.cjs.js +0 -2
  988. package/dist/node_modules/prop-types/factoryWithTypeCheckers.es.js +0 -329
  989. package/dist/node_modules/prop-types/index.cjs.js +0 -1
  990. package/dist/node_modules/prop-types/index.es.js +0 -17
  991. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.cjs.js +0 -1
  992. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +0 -10
  993. package/dist/node_modules/prop-types/lib/has.cjs.js +0 -1
  994. package/dist/node_modules/prop-types/lib/has.es.js +0 -7
  995. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.cjs.js +0 -8
  996. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.es.js +0 -95
  997. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.cjs.js +0 -8
  998. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.es.js +0 -78
  999. package/dist/node_modules/prop-types/node_modules/react-is/index.cjs.js +0 -1
  1000. package/dist/node_modules/prop-types/node_modules/react-is/index.es.js +0 -10
  1001. package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.cjs.js +0 -1
  1002. package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.es.js +0 -40
  1003. package/dist/node_modules/react-mailchimp-subscribe/es/index.cjs.js +0 -1
  1004. package/dist/node_modules/react-mailchimp-subscribe/es/index.es.js +0 -81
  1005. package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.cjs.js +0 -1
  1006. package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.es.js +0 -37
  1007. package/dist/node_modules/react-tiny-popover/dist/Popover.cjs.js +0 -1
  1008. package/dist/node_modules/react-tiny-popover/dist/Popover.es.js +0 -147
  1009. package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.cjs.js +0 -1
  1010. package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.es.js +0 -20
  1011. package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.cjs.js +0 -1
  1012. package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.es.js +0 -86
  1013. package/dist/node_modules/react-tiny-popover/dist/useElementRef.cjs.js +0 -1
  1014. package/dist/node_modules/react-tiny-popover/dist/useElementRef.es.js +0 -22
  1015. package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.cjs.js +0 -1
  1016. package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.es.js +0 -34
  1017. package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.cjs.js +0 -1
  1018. package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.es.js +0 -24
  1019. package/dist/node_modules/react-tiny-popover/dist/usePopover.cjs.js +0 -1
  1020. package/dist/node_modules/react-tiny-popover/dist/usePopover.es.js +0 -140
  1021. package/dist/node_modules/react-tiny-popover/dist/util.cjs.js +0 -1
  1022. package/dist/node_modules/react-tiny-popover/dist/util.es.js +0 -81
  1023. package/dist/node_modules/swiper/modules/navigation.cjs.js +0 -1
  1024. package/dist/node_modules/swiper/modules/navigation.es.js +0 -127
  1025. package/dist/node_modules/swiper/shared/create-element-if-not-defined.cjs.js +0 -1
  1026. package/dist/node_modules/swiper/shared/create-element-if-not-defined.es.js +0 -12
  1027. package/dist/node_modules/swiper/shared/ssr-window.esm.cjs.js +0 -1
  1028. package/dist/node_modules/swiper/shared/ssr-window.esm.es.js +0 -135
  1029. package/dist/node_modules/swiper/shared/swiper-core.cjs.js +0 -1
  1030. package/dist/node_modules/swiper/shared/swiper-core.es.js +0 -2028
  1031. package/dist/node_modules/swiper/shared/update-on-virtual-data.cjs.js +0 -1
  1032. package/dist/node_modules/swiper/shared/update-on-virtual-data.es.js +0 -62
  1033. package/dist/node_modules/swiper/shared/update-swiper.cjs.js +0 -1
  1034. package/dist/node_modules/swiper/shared/update-swiper.es.js +0 -192
  1035. package/dist/node_modules/swiper/shared/utils.cjs.js +0 -1
  1036. package/dist/node_modules/swiper/shared/utils.es.js +0 -186
  1037. package/dist/node_modules/swiper/swiper-react.cjs.js +0 -1
  1038. package/dist/node_modules/swiper/swiper-react.es.js +0 -242
  1039. package/dist/node_modules/to-querystring/lib/to-querystring.min.cjs.js +0 -1
  1040. package/dist/node_modules/to-querystring/lib/to-querystring.min.es.js +0 -54
  1041. package/dist/pageComponents/Banner/banner.module.css.cjs.js +0 -1
  1042. package/dist/pageComponents/Banner/banner.module.css.es.js +0 -9
  1043. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.cjs.js +0 -1
  1044. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.es.js +0 -17
  1045. package/dist/pageComponents/Bubbles/bubbles.module.css.cjs.js +0 -1
  1046. package/dist/pageComponents/Bubbles/bubbles.module.css.es.js +0 -15
  1047. package/dist/pageComponents/ContactUs/contactUs.module.css.cjs.js +0 -1
  1048. package/dist/pageComponents/ContactUs/contactUs.module.css.es.js +0 -37
  1049. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.cjs.js +0 -1
  1050. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.es.js +0 -13
  1051. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.cjs.js +0 -1
  1052. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.es.js +0 -7
  1053. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.cjs.js +0 -1
  1054. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.es.js +0 -27
  1055. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.cjs.js +0 -1
  1056. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.es.js +0 -15
  1057. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.cjs.js +0 -1
  1058. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.es.js +0 -11
  1059. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.cjs.js +0 -1
  1060. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.es.js +0 -17
  1061. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.cjs.js +0 -1
  1062. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.es.js +0 -17
  1063. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.cjs.js +0 -1
  1064. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.es.js +0 -37
  1065. package/dist/pageComponents/Footer/footer.module.css.cjs.js +0 -1
  1066. package/dist/pageComponents/Footer/footer.module.css.es.js +0 -25
  1067. package/dist/pageComponents/Gradient/gradient.module.css.cjs.js +0 -1
  1068. package/dist/pageComponents/Gradient/gradient.module.css.es.js +0 -13
  1069. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js +0 -1
  1070. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.es.js +0 -23
  1071. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js +0 -1
  1072. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js +0 -21
  1073. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js +0 -1
  1074. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js +0 -17
  1075. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js +0 -1
  1076. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js +0 -31
  1077. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js +0 -1
  1078. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js +0 -19
  1079. package/dist/pageComponents/HomepageHero/homepageHero.module.css.cjs.js +0 -1
  1080. package/dist/pageComponents/HomepageHero/homepageHero.module.css.es.js +0 -23
  1081. package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.cjs.js +0 -1
  1082. package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.es.js +0 -17
  1083. package/dist/pageComponents/LabsHero/labsHero.module.css.cjs.js +0 -1
  1084. package/dist/pageComponents/LabsHero/labsHero.module.css.es.js +0 -41
  1085. package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.cjs.js +0 -1
  1086. package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.es.js +0 -17
  1087. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.cjs.js +0 -1
  1088. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.es.js +0 -71
  1089. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.cjs.js +0 -1
  1090. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.es.js +0 -13
  1091. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.cjs.js +0 -1
  1092. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.es.js +0 -13
  1093. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.cjs.js +0 -1
  1094. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.es.js +0 -23
  1095. package/dist/styles/index.d.ts +0 -3
  1096. package/dist/styles/typography.module.css.cjs.js +0 -1
  1097. package/dist/styles/typography.module.css.es.js +0 -129
@@ -0,0 +1,157 @@
1
+ .root {
2
+ width: 100%;
3
+ }
4
+
5
+ .topRow {
6
+ display: flex;
7
+ justify-content: space-between;
8
+ align-items: flex-end;
9
+ gap: var(--spacing-16);
10
+ padding: 0 var(--spacing-120);
11
+ max-width: var(--content-max-width);
12
+ margin: 0 auto 30px
13
+ }
14
+
15
+ .topRowTabbed {
16
+ margin: calc(var(--border-width-sm) * -1) auto;
17
+ }
18
+
19
+ .headerWrapper {
20
+ display: flex;
21
+ flex: 1 1 auto;
22
+ width: 100%;
23
+ min-width: 0;
24
+ }
25
+
26
+ .carouselArea {
27
+ display: flex;
28
+ width: 100%;
29
+ max-height: 550px;
30
+ border-top: var(--border-width-sm) solid var(--border-color-light);
31
+ border-bottom: var(--border-width-sm) solid var(--border-color-light);
32
+ padding: 0 var(--spacing-120);
33
+ overflow: hidden;
34
+ }
35
+
36
+ .swiper {
37
+ width: 100%;
38
+ overflow: visible;
39
+ }
40
+
41
+ .swiperControlsTabbed {
42
+ padding-bottom: var(--spacing-32);
43
+ }
44
+
45
+ .swiperControlsHidden {
46
+ visibility: hidden;
47
+ }
48
+
49
+ .swiperControlsDesktop {
50
+ display: flex;
51
+ flex: 0 0 auto;
52
+ position: relative;
53
+ }
54
+
55
+ .swiperControlsMobile {
56
+ display: none;
57
+ flex: 0 0 auto;
58
+ position: relative;
59
+ margin-top: var(--spacing-28);
60
+ }
61
+
62
+ .swiperSlide {
63
+ width: auto;
64
+ max-height: 540px;
65
+ overflow: hidden;
66
+ flex-shrink: 0;
67
+ position: relative;
68
+ }
69
+
70
+ .swiperSlide::before {
71
+ content: '';
72
+ position: absolute;
73
+ left: 0;
74
+ top: var(--spacing-24);
75
+ bottom: var(--spacing-24);
76
+ width: var(--border-width-sm);
77
+ background-color: var(--border-color-light);
78
+ transition: background-color 0.3s ease;
79
+ }
80
+
81
+ .swiperSlide:hover::before {
82
+ background-color: transparent;
83
+ }
84
+
85
+ .swiperSlide:hover::after {
86
+ background-color: transparent;
87
+ }
88
+
89
+ .swiperSlide:hover + .swiperSlide::before {
90
+ background-color: transparent;
91
+ }
92
+
93
+ .swiperSlide:last-child:after {
94
+ content: '';
95
+ position: absolute;
96
+ right: 0;
97
+ top: var(--spacing-24);
98
+ bottom: var(--spacing-24);
99
+ width: var(--border-width-sm);
100
+ background-color: var(--border-color-light);
101
+ transition: background-color 0.3s ease;
102
+ }
103
+
104
+ .swiperSlide:last-child:hover:after {
105
+ background-color: transparent;
106
+ }
107
+
108
+ @media (width <= 768px) {
109
+ .topRow {
110
+ padding: 0 var(--spacing-20);
111
+ }
112
+
113
+ .carouselArea {
114
+ padding: 0 var(--spacing-20) 0;
115
+ max-height: 450px;
116
+ }
117
+
118
+ .swiperControlsDesktop {
119
+ display: none;
120
+ }
121
+
122
+ .swiperControlsMobile {
123
+ display: flex;
124
+ justify-content: center;
125
+ align-items: center;
126
+ }
127
+
128
+ .swiperSlide {
129
+ max-height: 436px;
130
+ }
131
+
132
+ .swiperSlide:first-child::before {
133
+ top: var(--spacing-28);
134
+ bottom: var(--spacing-28);
135
+ }
136
+
137
+ .swiperSlide:last-child:after {
138
+ top: var(--spacing-28);
139
+ bottom: var(--spacing-28);
140
+ }
141
+
142
+ .swiperSlide:hover::before {
143
+ background-color: var(--border-color-light);
144
+ }
145
+
146
+ .swiperSlide:hover::after {
147
+ background-color: var(--border-color-light);
148
+ }
149
+
150
+ .swiperSlide:hover + .swiperSlide::before {
151
+ background-color: var(--border-color-light);
152
+ }
153
+
154
+ .swiperSlide:last-child:hover:after {
155
+ background-color: var(--border-color-light);
156
+ }
157
+ }
@@ -1 +1 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),u=require("../Button/Button.cjs.js"),p=require("../Typography/Typography.cjs.js"),y=require("../../utils/cn/cn.cjs.js"),l=require("./productGalleryCard.module.css.cjs.js"),r=require("../../types/analytics/analytics.cjs.js"),v=({name:n,price:m,image:h,zenpatientId:c,link:o,buttons:s,isHoverable:i=!0})=>{const f=()=>{var t;const e={event:r.EAnalyticsEvent.productGalleryCardClicked,type:r.EAnalyticsEventType.interaction,component:"ProductGalleryCard",element:"card",payload:{zenpatientId:c,link:o,productName:n}};(t=window.eventBus)==null||t.emit("analytics",e)},d=(e,t)=>({event:r.EAnalyticsEvent.ctaClicked,type:r.EAnalyticsEventType.interaction,component:"ProductGalleryCard",element:`button_${t}`,payload:{ctaLabel:e.label,productId:c,productName:n}});return a.jsxs("a",{href:o,rel:"noopener noreferrer",className:l.default.root,onClick:f,children:[a.jsxs("div",{className:l.default.productInfo,children:[a.jsx(p.Typography,{defaultVariant:"labelXl",mobileVariant:"labelLg",className:l.default.title,children:n}),a.jsx(p.Typography,{defaultVariant:"labelXl",mobileVariant:"labelLg",className:l.default.price,children:m})]}),a.jsx("img",{src:h,alt:"product image",className:l.default.productImage}),a.jsx("div",{className:y.cn(l.default.buttonContainerDesktop,i&&l.default.hoverableButtons),children:s.map((e,t)=>a.jsx(u.Button,{size:"sm",...e,analyticsProps:d(e,t),children:e.label},t))}),a.jsx("div",{className:y.cn(l.default.buttonContainerMobile,i&&l.default.hoverableButtons),children:s.map((e,t)=>a.jsx(u.Button,{size:"xs",...e,analyticsProps:d(e,t),children:e.label},t))})]})};exports.ProductGalleryCard=v;
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),p=require("../../utils/cn/cn.cjs.js"),r=require("../../src/components/ProductGalleryCard/productGalleryCard.module.css"),l=require("../../types/analytics/analytics.cjs.js"),u=require("../Typography/Typography.cjs.js"),y=require("../Button/Button.cjs.js"),b=({name:n,price:m,image:h,zenpatientId:c,link:o,buttons:s,isHoverable:i=!0})=>{const v=()=>{var t;const e={event:l.EAnalyticsEvent.productGalleryCardClicked,type:l.EAnalyticsEventType.interaction,component:"ProductGalleryCard",element:"card",payload:{zenpatientId:c,link:o,productName:n}};(t=window.eventBus)==null||t.emit("analytics",e)},d=(e,t)=>({event:l.EAnalyticsEvent.ctaClicked,type:l.EAnalyticsEventType.interaction,component:"ProductGalleryCard",element:`button_${t}`,payload:{ctaLabel:e.label,productId:c,productName:n}});return a.jsxs("a",{href:o,rel:"noopener noreferrer",className:r.root,onClick:v,children:[a.jsxs("div",{className:r.productInfo,children:[a.jsx(u.Typography,{defaultVariant:"labelXl",mobileVariant:"labelLg",className:r.title,children:n}),a.jsx(u.Typography,{defaultVariant:"labelXl",mobileVariant:"labelLg",className:r.price,children:m})]}),a.jsx("img",{src:h,alt:"product image",className:r.productImage}),a.jsx("div",{className:p.cn(r.buttonContainerDesktop,i&&r.hoverableButtons),children:s.map((e,t)=>a.jsx(y.Button,{size:"sm",...e,analyticsProps:d(e,t),children:e.label},t))}),a.jsx("div",{className:p.cn(r.buttonContainerMobile,i&&r.hoverableButtons),children:s.map((e,t)=>a.jsx(y.Button,{size:"xs",...e,analyticsProps:d(e,t),children:e.label},t))})]})};exports.ProductGalleryCard=b;
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import { jsxs as d, jsx as t } from "react/jsx-runtime";
3
- import { Button as m } from "../Button/Button.es.js";
4
- import { Typography as p } from "../Typography/Typography.es.js";
5
- import { cn as u } from "../../utils/cn/cn.es.js";
6
- import r from "./productGalleryCard.module.css.es.js";
7
- import { EAnalyticsEventType as y, EAnalyticsEvent as h } from "../../types/analytics/analytics.es.js";
3
+ import { cn as m } from "../../utils/cn/cn.es.js";
4
+ import r from "../../components/ProductGalleryCard/productGalleryCard.module.css";
5
+ import { EAnalyticsEventType as p, EAnalyticsEvent as u } from "../../types/analytics/analytics.es.js";
6
+ import { Typography as y } from "../Typography/Typography.es.js";
7
+ import { Button as h } from "../Button/Button.es.js";
8
8
  const k = ({
9
9
  name: l,
10
10
  price: f,
@@ -17,8 +17,8 @@ const k = ({
17
17
  const C = () => {
18
18
  var a;
19
19
  const e = {
20
- event: h.productGalleryCardClicked,
21
- type: y.interaction,
20
+ event: u.productGalleryCardClicked,
21
+ type: p.interaction,
22
22
  component: "ProductGalleryCard",
23
23
  element: "card",
24
24
  payload: {
@@ -29,8 +29,8 @@ const k = ({
29
29
  };
30
30
  (a = window.eventBus) == null || a.emit("analytics", e);
31
31
  }, s = (e, a) => ({
32
- event: h.ctaClicked,
33
- type: y.interaction,
32
+ event: u.ctaClicked,
33
+ type: p.interaction,
34
34
  component: "ProductGalleryCard",
35
35
  element: `button_${a}`,
36
36
  payload: {
@@ -41,12 +41,12 @@ const k = ({
41
41
  });
42
42
  return /* @__PURE__ */ d("a", { href: c, rel: "noopener noreferrer", className: r.root, onClick: C, children: [
43
43
  /* @__PURE__ */ d("div", { className: r.productInfo, children: [
44
- /* @__PURE__ */ t(p, { defaultVariant: "labelXl", mobileVariant: "labelLg", className: r.title, children: l }),
45
- /* @__PURE__ */ t(p, { defaultVariant: "labelXl", mobileVariant: "labelLg", className: r.price, children: f })
44
+ /* @__PURE__ */ t(y, { defaultVariant: "labelXl", mobileVariant: "labelLg", className: r.title, children: l }),
45
+ /* @__PURE__ */ t(y, { defaultVariant: "labelXl", mobileVariant: "labelLg", className: r.price, children: f })
46
46
  ] }),
47
47
  /* @__PURE__ */ t("img", { src: v, alt: "product image", className: r.productImage }),
48
- /* @__PURE__ */ t("div", { className: u(r.buttonContainerDesktop, i && r.hoverableButtons), children: n.map((e, a) => /* @__PURE__ */ t(m, { size: "sm", ...e, analyticsProps: s(e, a), children: e.label }, a)) }),
49
- /* @__PURE__ */ t("div", { className: u(r.buttonContainerMobile, i && r.hoverableButtons), children: n.map((e, a) => /* @__PURE__ */ t(m, { size: "xs", ...e, analyticsProps: s(e, a), children: e.label }, a)) })
48
+ /* @__PURE__ */ t("div", { className: m(r.buttonContainerDesktop, i && r.hoverableButtons), children: n.map((e, a) => /* @__PURE__ */ t(h, { size: "sm", ...e, analyticsProps: s(e, a), children: e.label }, a)) }),
49
+ /* @__PURE__ */ t("div", { className: m(r.buttonContainerMobile, i && r.hoverableButtons), children: n.map((e, a) => /* @__PURE__ */ t(h, { size: "xs", ...e, analyticsProps: s(e, a), children: e.label }, a)) })
50
50
  ] });
51
51
  };
52
52
  export {
@@ -0,0 +1,100 @@
1
+ .root {
2
+ display: flex;
3
+ flex: 0 0 auto;
4
+ width: 360px;
5
+ height: 540px;
6
+ flex-direction: column;
7
+ justify-content: space-between;
8
+ align-items: center;
9
+ box-sizing: border-box;
10
+ background-color: var(--color-bg-base-light);
11
+ transition: background-color 0.3s ease-in-out;
12
+ text-decoration: none;
13
+ }
14
+
15
+ .root:hover {
16
+ background-color: var(--color-bg-neutral-light);
17
+ }
18
+
19
+ .productInfo {
20
+ display: flex;
21
+ justify-content: space-between;
22
+ align-items: baseline;
23
+ align-self: stretch;
24
+ padding: var(--spacing-32) var(--spacing-32) var(--spacing-16) var(--spacing-32);
25
+ }
26
+
27
+ .title {
28
+ color: var(--color-text-primary);
29
+ }
30
+
31
+ .price {
32
+ color: var(--color-text-secondary);
33
+ }
34
+
35
+ .buttonContainerDesktop {
36
+ display: flex;
37
+ justify-content: center;
38
+ align-items: center;
39
+ align-self: stretch;
40
+ gap: var(--spacing-12);
41
+ transition: opacity 0.3s ease-in-out;
42
+ cursor: default;
43
+ padding: var(--spacing-16) var(--spacing-32) var(--spacing-32) var(--spacing-32);
44
+ opacity: 1;
45
+ }
46
+
47
+ .hoverableButtons {
48
+ opacity: 0;
49
+ }
50
+
51
+ .root:hover .hoverableButtons {
52
+ opacity: 1;
53
+ }
54
+
55
+ .buttonContainerMobile {
56
+ display: none;
57
+ }
58
+
59
+ .productImage {
60
+ display: block;
61
+ max-width: 360px;
62
+ max-height: 376px;
63
+ }
64
+
65
+ @media (width <= 768px) {
66
+ .root {
67
+ width: 280px;
68
+ height: 436px;
69
+ background-color: var(--color-bg-base-light);
70
+ }
71
+
72
+ .root:hover {
73
+ background-color: var(--color-bg-base-light);
74
+ }
75
+
76
+ .productInfo {
77
+ padding: var(--spacing-32) var(--spacing-24) var(--spacing-24) 9px;
78
+ }
79
+
80
+ .buttonContainerDesktop {
81
+ display: none;
82
+ }
83
+
84
+ .buttonContainerMobile {
85
+ display: flex;
86
+ justify-content: center;
87
+ align-items: center;
88
+ align-self: stretch;
89
+ gap: var(--spacing-12);
90
+ transition: opacity 0.3s ease-in-out;
91
+ cursor: default;
92
+ opacity: 1;
93
+ padding: 9px var(--spacing-24) var(--spacing-32) var(--spacing-24);
94
+ }
95
+
96
+ .productImage {
97
+ max-width: 280px;
98
+ max-height: 292px;
99
+ }
100
+ }
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),d=require("../../types/analytics/analytics.cjs.js"),o=require("../../utils/cn/cn.cjs.js"),u=require("../Button/Button.cjs.js"),f=require("../Label/Label.cjs.js"),j=require("../TypeBadge/TypeBadge.cjs.js"),l=require("../Typography/Typography.cjs.js"),a=require("./productListing.module.css.cjs.js"),b=({name:i,description:p,image:y,price:m,buttons:c,features:h,label:n,zenpatientId:g})=>{const r=(s,t)=>({event:d.EAnalyticsEvent.ctaClicked,type:d.EAnalyticsEventType.interaction,component:"ProductListing",element:`button_${t}`,payload:{ctaLabel:s.label,productId:g,productName:i}});return e.jsxs("section",{className:a.default.root,children:[e.jsxs("div",{className:a.default.imageWrapper,children:[e.jsx("img",{src:y,alt:i,className:a.default.image}),n&&e.jsx(f.Label,{color:"black",size:"sm",className:a.default.label,children:n})]}),e.jsxs("div",{className:a.default.content,children:[e.jsxs("div",{className:a.default.header,children:[e.jsx(l.Typography,{as:"h3",defaultVariant:"headingXl",mobileVariant:"headingMd",children:i}),e.jsx(l.Typography,{as:"p",defaultVariant:"bodySm",children:p})]}),e.jsx("div",{className:a.default.features,children:h.map((s,t)=>e.jsxs("div",{className:a.default.feature,children:[e.jsx(j.TypeBadge,{type:s.type},t),e.jsx(l.Typography,{as:"span",defaultVariant:"bodyMd",className:a.default.featureLabel,children:s.label})]},`${s.label}-${t}`))}),e.jsx("div",{className:a.default.divider}),e.jsx(l.Typography,{defaultVariant:"bodyLg",mobileVariant:"bodyMd",emphasis:!0,children:m}),e.jsx("div",{className:o.cn(a.default.actions,a.default.desktop),children:c.map((s,t)=>e.jsx(u.Button,{...s,size:"lg",analyticsProps:r(s,t),children:s.label},t))}),e.jsx("div",{className:o.cn(a.default.actions,a.default.mobile),children:c.map((s,t)=>e.jsx(u.Button,{...s,size:"md",analyticsProps:r(s,t),children:s.label},t))})]})]})};exports.ProductListing=b;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("../../types/analytics/analytics.cjs.js"),d=require("../../utils/cn/cn.cjs.js"),a=require("../../src/components/ProductListing/productListing.module.css"),j=require("../Label/Label.cjs.js"),i=require("../Typography/Typography.cjs.js"),b=require("../TypeBadge/TypeBadge.cjs.js"),p=require("../Button/Button.cjs.js"),x=({name:c,description:y,image:m,price:h,buttons:n,features:u,label:l,zenpatientId:g})=>{const r=(s,t)=>({event:o.EAnalyticsEvent.ctaClicked,type:o.EAnalyticsEventType.interaction,component:"ProductListing",element:`button_${t}`,payload:{ctaLabel:s.label,productId:g,productName:c}});return e.jsxs("section",{className:a.root,children:[e.jsxs("div",{className:a.imageWrapper,children:[e.jsx("img",{src:m,alt:c,className:a.image}),l&&e.jsx(j.Label,{color:"black",size:"sm",className:a.label,children:l})]}),e.jsxs("div",{className:a.content,children:[e.jsxs("div",{className:a.header,children:[e.jsx(i.Typography,{as:"h3",defaultVariant:"headingXl",mobileVariant:"headingMd",children:c}),e.jsx(i.Typography,{as:"p",defaultVariant:"bodySm",children:y})]}),e.jsx("div",{className:a.features,children:u.map((s,t)=>e.jsxs("div",{className:a.feature,children:[e.jsx(b.TypeBadge,{type:s.type},t),e.jsx(i.Typography,{as:"span",defaultVariant:"bodyMd",className:a.featureLabel,children:s.label})]},`${s.label}-${t}`))}),e.jsx("div",{className:a.divider}),e.jsx(i.Typography,{defaultVariant:"bodyLg",mobileVariant:"bodyMd",emphasis:!0,children:h}),e.jsx("div",{className:d.cn(a.actions,a.desktop),children:n.map((s,t)=>e.jsx(p.Button,{...s,size:"lg",analyticsProps:r(s,t),children:s.label},t))}),e.jsx("div",{className:d.cn(a.actions,a.mobile),children:n.map((s,t)=>e.jsx(p.Button,{...s,size:"md",analyticsProps:r(s,t),children:s.label},t))})]})]})};exports.ProductListing=x;
@@ -1,11 +1,11 @@
1
1
  import { jsxs as r, jsx as i } from "react/jsx-runtime";
2
2
  import { EAnalyticsEventType as N, EAnalyticsEvent as b } from "../../types/analytics/analytics.es.js";
3
3
  import { cn as m } from "../../utils/cn/cn.es.js";
4
- import { Button as n } from "../Button/Button.es.js";
4
+ import a from "../../components/ProductListing/productListing.module.css";
5
5
  import { Label as g } from "../Label/Label.es.js";
6
- import { TypeBadge as u } from "../TypeBadge/TypeBadge.es.js";
7
6
  import { Typography as s } from "../Typography/Typography.es.js";
8
- import a from "./productListing.module.css.es.js";
7
+ import { TypeBadge as u } from "../TypeBadge/TypeBadge.es.js";
8
+ import { Button as n } from "../Button/Button.es.js";
9
9
  const T = ({
10
10
  name: t,
11
11
  description: p,
@@ -0,0 +1,102 @@
1
+ .root {
2
+ width: 100%;
3
+ display: grid;
4
+ grid-template-columns: 1fr 1fr;
5
+ align-items: center;
6
+ justify-content: center;
7
+ gap: var(--spacing-28);
8
+ }
9
+
10
+ .imageWrapper {
11
+ position: relative;
12
+ width: 100%;
13
+ max-width: 496px;
14
+ height: 496px;
15
+ max-height: 496px;
16
+ display: flex;
17
+ align-items: center;
18
+ justify-content: center;
19
+ overflow: hidden;
20
+ border-radius: var(--border-radius-md);
21
+ background-color: var(--color-bg-neutral-light);
22
+ }
23
+
24
+ .label {
25
+ position: absolute;
26
+ top: var(--spacing-16);
27
+ left: var(--spacing-16);
28
+ z-index: 1;
29
+ }
30
+
31
+ .image {
32
+ width: 100%;
33
+ height: 100%;
34
+ object-fit: contain;
35
+ }
36
+
37
+ .content {
38
+ display: flex;
39
+ flex-direction: column;
40
+ width: 100%;
41
+ gap: var(--spacing-24);
42
+ padding: var(--spacing-32);
43
+ }
44
+
45
+ .header {
46
+ display: flex;
47
+ flex-direction: column;
48
+ gap: var(--spacing-8);
49
+ }
50
+
51
+ .features {
52
+ display: flex;
53
+ flex-direction: column;
54
+ gap: var(--spacing-20);
55
+ }
56
+
57
+ .feature {
58
+ display: flex;
59
+ align-items: center;
60
+ gap: var(--spacing-8);
61
+ }
62
+
63
+ .divider {
64
+ border-top: var(--border-width-sm) solid var(--border-color-light);
65
+ width: 100%;
66
+ }
67
+
68
+ .actions {
69
+ width: 100%;
70
+ display: flex;
71
+ flex-wrap: nowrap;
72
+ gap: var(--spacing-16);
73
+ }
74
+
75
+ .mobile {
76
+ display: none;
77
+ }
78
+
79
+ @media (width <= 768px) {
80
+ .root {
81
+ grid-template-columns: 1fr;
82
+ }
83
+
84
+ .imageWrapper {
85
+ width: 100%;
86
+ min-width: 100%;
87
+ max-width: 100%;
88
+ max-height: 335px;
89
+ }
90
+
91
+ .content {
92
+ padding: 0;
93
+ }
94
+
95
+ .mobile {
96
+ display: inline-flex;
97
+ }
98
+
99
+ .desktop {
100
+ display: none;
101
+ }
102
+ }
@@ -1 +1 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),P=require("../../node_modules/swiper/modules/navigation.cjs.js"),s=require("../../node_modules/swiper/swiper-react.cjs.js"),h=require("../../utils/useSwiper/useSwiper.cjs.js"),w=require("../ProgressButton/ProgressButton.cjs.js"),m=require("../ProductGalleryCard/ProductGalleryCard.cjs.js");;/* empty css */;/* empty css */;/* empty css */const r=require("./productPairs.module.css.cjs.js"),g=[P.default],q=({productCards:i})=>{const{isBeginning:l,isEnd:t,setIsEnd:n,handleSlideChange:a,handlePrevClick:o,handleNextClick:d,onSwiperInit:c,handleSwiperResize:u}=h.useSwiper();return e.jsxs("div",{className:r.default.root,children:[e.jsx("div",{className:r.default.carouselArea,children:e.jsx(s.Swiper,{onSwiper:c,onResize:u,onSlideChange:a,onReachEnd:()=>n(!0),modules:g,spaceBetween:0,slidesPerView:"auto",className:r.default.swiper,children:i.slice(0,2).map((p,S)=>e.jsx(s.SwiperSlide,{className:r.default.swiperSlide,children:e.jsx("div",{className:r.default.card,children:e.jsx(m.ProductGalleryCard,{...p,isHoverable:!1})})},S))})}),e.jsx("div",{className:r.default.swiperControlsMobile,children:e.jsx(w.ProgressButton,{left:{disabled:l,onClick:o},right:{disabled:t,onClick:d}})})]})};exports.ProductPairs=q;
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),h=require("swiper/modules"),s=require("swiper/react"),P=require("../../utils/useSwiper/useSwiper.cjs.js");;/* empty css */;/* empty css */;/* empty css */const r=require("../../src/components/ProductPairs/productPairs.module.css"),m=require("../ProductGalleryCard/ProductGalleryCard.cjs.js"),w=require("../ProgressButton/ProgressButton.cjs.js"),g=[h.Navigation],j=({productCards:i})=>{const{isBeginning:n,isEnd:l,setIsEnd:o,handleSlideChange:t,handlePrevClick:a,handleNextClick:c,onSwiperInit:d,handleSwiperResize:u}=P.useSwiper();return e.jsxs("div",{className:r.root,children:[e.jsx("div",{className:r.carouselArea,children:e.jsx(s.Swiper,{onSwiper:d,onResize:u,onSlideChange:t,onReachEnd:()=>o(!0),modules:g,spaceBetween:0,slidesPerView:"auto",className:r.swiper,children:i.slice(0,2).map((p,S)=>e.jsx(s.SwiperSlide,{className:r.swiperSlide,children:e.jsx("div",{className:r.card,children:e.jsx(m.ProductGalleryCard,{...p,isHoverable:!1})})},S))})}),e.jsx("div",{className:r.swiperControlsMobile,children:e.jsx(w.ProgressButton,{left:{disabled:n,onClick:a},right:{disabled:l,onClick:c}})})]})};exports.ProductPairs=j;
@@ -1,14 +1,14 @@
1
1
  "use client";
2
2
  import { jsxs as h, jsx as e } from "react/jsx-runtime";
3
- import S from "../../node_modules/swiper/modules/navigation.es.js";
4
- import { Swiper as w, SwiperSlide as u } from "../../node_modules/swiper/swiper-react.es.js";
3
+ import { Navigation as S } from "swiper/modules";
4
+ import { Swiper as w, SwiperSlide as u } from "swiper/react";
5
5
  import { useSwiper as f } from "../../utils/useSwiper/useSwiper.es.js";
6
- import { ProgressButton as C } from "../ProgressButton/ProgressButton.es.js";
7
- import { ProductGalleryCard as N } from "../ProductGalleryCard/ProductGalleryCard.es.js";
8
6
  /* empty css */
9
7
  /* empty css */
10
8
  /* empty css */
11
- import i from "./productPairs.module.css.es.js";
9
+ import i from "../../components/ProductPairs/productPairs.module.css";
10
+ import { ProductGalleryCard as C } from "../ProductGalleryCard/ProductGalleryCard.es.js";
11
+ import { ProgressButton as N } from "../ProgressButton/ProgressButton.es.js";
12
12
  const g = [S], y = ({ productCards: r }) => {
13
13
  const {
14
14
  isBeginning: s,
@@ -32,11 +32,11 @@ const g = [S], y = ({ productCards: r }) => {
32
32
  spaceBetween: 0,
33
33
  slidesPerView: "auto",
34
34
  className: i.swiper,
35
- children: r.slice(0, 2).map((m, p) => /* @__PURE__ */ e(u, { className: i.swiperSlide, children: /* @__PURE__ */ e("div", { className: i.card, children: /* @__PURE__ */ e(N, { ...m, isHoverable: !1 }) }) }, p))
35
+ children: r.slice(0, 2).map((m, p) => /* @__PURE__ */ e(u, { className: i.swiperSlide, children: /* @__PURE__ */ e("div", { className: i.card, children: /* @__PURE__ */ e(C, { ...m, isHoverable: !1 }) }) }, p))
36
36
  }
37
37
  ) }),
38
38
  /* @__PURE__ */ e("div", { className: i.swiperControlsMobile, children: /* @__PURE__ */ e(
39
- C,
39
+ N,
40
40
  {
41
41
  left: {
42
42
  disabled: s,
@@ -0,0 +1,112 @@
1
+ .root {
2
+ width: 100%;
3
+ }
4
+
5
+ .carouselArea {
6
+ display: flex;
7
+ width: 100%;
8
+ overflow: hidden;
9
+ }
10
+
11
+ .swiper {
12
+ width: 100%;
13
+ overflow: visible;
14
+ }
15
+
16
+ .swiperControlsMobile {
17
+ display: none;
18
+ flex: 0 0 auto;
19
+ position: relative;
20
+ margin-top: var(--spacing-28);
21
+ }
22
+
23
+ .swiperSlide {
24
+ width: auto;
25
+ flex-shrink: 0;
26
+ position: relative;
27
+ }
28
+
29
+ .swiperSlide:first-child::before {
30
+ content: '';
31
+ position: absolute;
32
+ left: 0;
33
+ top: var(--spacing-24);
34
+ bottom: var(--spacing-24);
35
+ width: var(--border-width-sm);
36
+ background-color: var(--border-color-light);
37
+ transition: background-color 0.3s ease;
38
+ z-index: 1;
39
+ }
40
+
41
+ .swiperSlide::after {
42
+ content: '';
43
+ position: absolute;
44
+ right: 0;
45
+ top: var(--spacing-24);
46
+ bottom: var(--spacing-24);
47
+ width: var(--border-width-sm);
48
+ background-color: var(--border-color-light);
49
+ transition: background-color 0.3s ease;
50
+ z-index: 1;
51
+ }
52
+
53
+ .card {
54
+ position: relative;
55
+
56
+ &::before,
57
+ &::after {
58
+ content: '';
59
+ position: absolute;
60
+ left: var(--spacing-24);
61
+ right: var(--spacing-24);
62
+ height: var(--border-width-sm);
63
+ background-color: var(--border-color-light);
64
+ transition: background-color 0.3s ease;
65
+ }
66
+
67
+ &::before {
68
+ top: 0;
69
+ }
70
+
71
+ &::after {
72
+ bottom: 0;
73
+ }
74
+ }
75
+
76
+ @media (width <= 768px) {
77
+ .carouselArea {
78
+ border-top: var(--border-width-sm) solid var(--border-color-light);
79
+ border-bottom: var(--border-width-sm) solid var(--border-color-light);
80
+ }
81
+
82
+ .swiperControlsMobile {
83
+ display: flex;
84
+ justify-content: center;
85
+ align-items: center;
86
+ }
87
+
88
+ .swiperSlide:first-child {
89
+ margin-left: var(--spacing-20);
90
+ }
91
+
92
+ .swiperSlide:last-child {
93
+ margin-right: var(--spacing-20);
94
+ }
95
+
96
+ .swiperSlide:first-child::before {
97
+ top: var(--spacing-28);
98
+ bottom: var(--spacing-28);
99
+ }
100
+
101
+ .swiperSlide:after {
102
+ top: var(--spacing-28);
103
+ bottom: var(--spacing-28);
104
+ }
105
+
106
+ .card {
107
+ &::before,
108
+ &::after {
109
+ display: none;
110
+ }
111
+ }
112
+ }
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),c=require("../../utils/cn/cn.cjs.js"),s=require("../Typography/Typography.cjs.js"),u=require("../Icon/Icon.cjs.js"),d=require("../Icon/constants.cjs.js"),m=require("./assets/program_card_bg.png.cjs.js"),r=require("./programCard.module.css.cjs.js"),g=a=>{if(a.type==="coming_soon")return{title:{label:a.label||"Coming Soon",variant:"headingLg",mobileVariant:"headingXxs"}};if(a.type==="active"){const{label:e,image:n,link:i,isRounded:o,withArrow:l}=a;return{title:{label:e,variant:"displayXs",mobileVariant:"headingSm"},image:n||m.default,isRounded:o,withArrow:l,link:i}}return null};function y(a){const e=g(a);if(!e)return null;const n=e.link?"a":"div";return t.jsxs(n,{href:e.link||"",className:c.cn(r.default.card,{[r.default.cardRounded]:e.isRounded}),"data-type":a.type,style:{backgroundImage:e.image?`url(${e.image})`:void 0},children:[t.jsx(s.Typography,{as:"p",defaultVariant:e.title.variant,mobileVariant:e.title.mobileVariant,className:r.default.label,children:e.title.label}),e.withArrow&&t.jsx(u.Icon,{name:d.EIconName.ARROW_FORWARD_THIN,className:r.default.arrow})]})}exports.ProgramCard=y;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),s=require("../../utils/cn/cn.cjs.js"),c=require("./assets/program_card_bg.png.cjs.js"),n=require("../../src/components/ProgramCard/programCard.module.css"),m=require("../Typography/Typography.cjs.js"),u=require("../Icon/Icon.cjs.js"),d=require("../Icon/constants.cjs.js"),g=a=>{if(a.type==="coming_soon")return{title:{label:a.label||"Coming Soon",variant:"headingLg",mobileVariant:"headingXxs"}};if(a.type==="active"){const{label:e,image:r,link:i,isRounded:o,withArrow:l}=a;return{title:{label:e,variant:"displayXs",mobileVariant:"headingSm"},image:r||c.default,isRounded:o,withArrow:l,link:i}}return null};function y(a){const e=g(a);if(!e)return null;const r=e.link?"a":"div";return t.jsxs(r,{href:e.link||"",className:s.cn(n.card,{[n.cardRounded]:e.isRounded}),"data-type":a.type,style:{backgroundImage:e.image?`url(${e.image})`:void 0},children:[t.jsx(m.Typography,{as:"p",defaultVariant:e.title.variant,mobileVariant:e.title.mobileVariant,className:n.label,children:e.title.label}),e.withArrow&&t.jsx(u.Icon,{name:d.EIconName.ARROW_FORWARD_THIN,className:n.arrow})]})}exports.ProgramCard=y;
@@ -1,10 +1,10 @@
1
1
  import { jsxs as m, jsx as t } from "react/jsx-runtime";
2
2
  import { cn as d } from "../../utils/cn/cn.es.js";
3
- import { Typography as s } from "../Typography/Typography.es.js";
4
- import { Icon as c } from "../Icon/Icon.es.js";
5
- import { EIconName as g } from "../Icon/constants.es.js";
6
- import u from "./assets/program_card_bg.png.es.js";
7
- import i from "./programCard.module.css.es.js";
3
+ import s from "./assets/program_card_bg.png.es.js";
4
+ import i from "../../components/ProgramCard/programCard.module.css";
5
+ import { Typography as c } from "../Typography/Typography.es.js";
6
+ import { Icon as g } from "../Icon/Icon.es.js";
7
+ import { EIconName as u } from "../Icon/constants.es.js";
8
8
  const f = (r) => {
9
9
  if (r.type === "coming_soon")
10
10
  return {
@@ -22,7 +22,7 @@ const f = (r) => {
22
22
  variant: "displayXs",
23
23
  mobileVariant: "headingSm"
24
24
  },
25
- image: e || u,
25
+ image: e || s,
26
26
  isRounded: o,
27
27
  withArrow: l,
28
28
  link: n
@@ -46,7 +46,7 @@ function N(r) {
46
46
  },
47
47
  children: [
48
48
  /* @__PURE__ */ t(
49
- s,
49
+ c,
50
50
  {
51
51
  as: "p",
52
52
  defaultVariant: a.title.variant,
@@ -55,7 +55,7 @@ function N(r) {
55
55
  children: a.title.label
56
56
  }
57
57
  ),
58
- a.withArrow && /* @__PURE__ */ t(c, { name: g.ARROW_FORWARD_THIN, className: i.arrow })
58
+ a.withArrow && /* @__PURE__ */ t(g, { name: u.ARROW_FORWARD_THIN, className: i.arrow })
59
59
  ]
60
60
  }
61
61
  );