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