@zenpatient-org/healthspan-marketing-ui 0.1.171 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -2
- package/dist/assets/svg/badge-icon.svg +13 -0
- package/dist/assets/svg/company-logo.svg +3 -0
- package/dist/components/Accordion/Accordion.cjs.js +1 -1
- package/dist/components/Accordion/Accordion.es.js +4 -4
- package/dist/components/Accordion/accordion.module.css +8 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs.js +1 -1
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +9 -9
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css +59 -0
- package/dist/components/AnchorLinks/AnchorLinks.cjs.js +1 -1
- package/dist/components/AnchorLinks/AnchorLinks.es.js +16 -16
- package/dist/components/AnchorLinks/anchorLinks.module.css +42 -0
- package/dist/components/Benefit/Benefit.cjs.js +1 -1
- package/dist/components/Benefit/Benefit.es.js +6 -6
- package/dist/components/Benefit/benefit.module.css +21 -0
- package/dist/components/Button/Button.cjs.js +1 -1
- package/dist/components/Button/Button.es.js +1 -1
- package/dist/components/Button/button.module.css +164 -0
- package/dist/components/Callback/Callback.cjs.js +1 -1
- package/dist/components/Callback/Callback.es.js +10 -10
- package/dist/components/Callback/callback.module.css +237 -0
- package/dist/components/Checkbox/Checkbox.cjs.js +1 -1
- package/dist/components/Checkbox/Checkbox.es.js +7 -7
- package/dist/components/Checkbox/assets/checkbox-checkmark.svg +3 -0
- package/dist/components/Checkbox/assets/checkbox-dash.svg +3 -0
- package/dist/components/Checkbox/assets/checkbox-error.svg +3 -0
- package/dist/components/Checkbox/checkbox.module.css +112 -0
- package/dist/components/ClaimBlock/ClaimBlock.cjs.js +1 -1
- package/dist/components/ClaimBlock/ClaimBlock.es.js +1 -1
- package/dist/components/ClaimBlock/claimBlock.module.css +49 -0
- package/dist/components/ColoredDivider/ColoredDivider.cjs.js +1 -1
- package/dist/components/ColoredDivider/ColoredDivider.es.js +5 -5
- package/dist/components/ColoredDivider/coloredDivider.module.css +70 -0
- package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.cjs.js +1 -1
- package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.es.js +7 -7
- package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css +125 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.cjs.js +1 -1
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.es.js +3 -3
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.cjs.js +1 -1
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.es.js +11 -12
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css +51 -0
- package/dist/components/ComplexImageCarousel/useComplexImageCarousel.cjs.js +1 -1
- package/dist/components/ComplexImageCarousel/useComplexImageCarousel.es.js +33 -33
- package/dist/components/ComplexTooltip/ComplexTooltip.cjs.js +1 -1
- package/dist/components/ComplexTooltip/ComplexTooltip.es.js +23 -23
- package/dist/components/ComplexTooltip/complexTooltip.module.css +3 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js +1 -1
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js +12 -12
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css +74 -0
- package/dist/components/ContentTabs/ContentTabs.cjs.js +1 -1
- package/dist/components/ContentTabs/ContentTabs.es.js +2 -2
- package/dist/components/ContentTabs/contentTabs.module.css +88 -0
- package/dist/components/Cursor/Cursor.cjs.js +1 -1
- package/dist/components/Cursor/Cursor.es.js +1 -1
- package/dist/components/Cursor/assets/cursor_story_trigger_bg.png +0 -0
- package/dist/components/Cursor/components/ClientCursor.cjs.js +1 -1
- package/dist/components/Cursor/components/ClientCursor.es.js +1 -1
- package/dist/components/Cursor/components/clientCursor.module.css +36 -0
- package/dist/components/FAQComponent/FAQComponent.cjs.js +1 -1
- package/dist/components/FAQComponent/FAQComponent.es.js +15 -15
- package/dist/components/FAQComponent/faqComponent.module.css +40 -0
- package/dist/components/FAQComponentItem/FAQComponentItem.cjs.js +1 -1
- package/dist/components/FAQComponentItem/FAQComponentItem.es.js +16 -16
- package/dist/components/FAQComponentItem/faqComponentItem.module.css +149 -0
- package/dist/components/FilterError/FilterError.cjs.js +1 -1
- package/dist/components/FilterError/FilterError.es.js +1 -1
- package/dist/components/FilterError/filterError.module.css +21 -0
- package/dist/components/FilterMenu/FilterMenu.cjs.js +1 -1
- package/dist/components/FilterMenu/FilterMenu.es.js +2 -2
- package/dist/components/FilterMenu/filterMenu.module.css +106 -0
- package/dist/components/GalleryPagination/GalleryPagination.cjs.js +1 -1
- package/dist/components/GalleryPagination/GalleryPagination.es.js +1 -1
- package/dist/components/GalleryPagination/galleryPagination.module.css +38 -0
- package/dist/components/HighlightedTitle/HighlightedTitle.cjs.js +1 -1
- package/dist/components/HighlightedTitle/HighlightedTitle.es.js +7 -7
- package/dist/components/HighlightedTitle/highlightedTitle.module.css +59 -0
- package/dist/components/Icon/Icon.cjs.js +1 -1
- package/dist/components/IconBracket/IconBracket.cjs.js +1 -1
- package/dist/components/IconBracket/IconBracket.es.js +3 -3
- package/dist/components/IconBracket/iconBracket.module.css +64 -0
- package/dist/components/IconButton/IconButton.cjs.js +1 -1
- package/dist/components/IconButton/IconButton.es.js +1 -1
- package/dist/components/IconButton/iconButton.module.css +119 -0
- package/dist/components/ImageGallery/ImageGallery.cjs.js +1 -1
- package/dist/components/ImageGallery/ImageGallery.es.js +5 -5
- package/dist/components/ImageGallery/imageGallery.module.css +64 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.cjs.js +1 -1
- package/dist/components/InfiniteScroll/InfiniteScroll.es.js +17 -17
- package/dist/components/InfiniteScroll/infiniteScroll.module.css +35 -0
- package/dist/components/Label/Label.cjs.js +1 -1
- package/dist/components/Label/Label.es.js +10 -11
- package/dist/components/Label/label.module.css +70 -0
- package/dist/components/Pagination/Pagination.cjs.js +1 -1
- package/dist/components/Pagination/Pagination.es.js +1 -1
- package/dist/components/Pagination/pagination.module.css +59 -0
- package/dist/components/PlayButton/PlayButton.cjs.js +1 -1
- package/dist/components/PlayButton/PlayButton.es.js +1 -1
- package/dist/components/PlayButton/playButton.module.css +30 -0
- package/dist/components/Pricing/Pricing.cjs.js +1 -1
- package/dist/components/Pricing/Pricing.es.js +15 -15
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.cjs.js +1 -1
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.es.js +6 -6
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css +9 -0
- package/dist/components/Pricing/pricing.module.css +123 -0
- package/dist/components/ProductGallery/ProductGallery.cjs.js +1 -1
- package/dist/components/ProductGallery/ProductGallery.es.js +5 -5
- package/dist/components/ProductGallery/productGallery.module.css +157 -0
- package/dist/components/ProductGalleryCard/ProductGalleryCard.cjs.js +1 -1
- package/dist/components/ProductGalleryCard/ProductGalleryCard.es.js +13 -13
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css +100 -0
- package/dist/components/ProductListing/ProductListing.cjs.js +1 -1
- package/dist/components/ProductListing/ProductListing.es.js +3 -3
- package/dist/components/ProductListing/productListing.module.css +102 -0
- package/dist/components/ProductPairs/ProductPairs.cjs.js +1 -1
- package/dist/components/ProductPairs/ProductPairs.es.js +7 -7
- package/dist/components/ProductPairs/productPairs.module.css +112 -0
- package/dist/components/ProgramCard/ProgramCard.cjs.js +1 -1
- package/dist/components/ProgramCard/ProgramCard.es.js +8 -8
- package/dist/components/ProgramCard/assets/program_card_bg.png +0 -0
- package/dist/components/ProgramCard/programCard.module.css +97 -0
- package/dist/components/ProgressButton/ProgressButton.cjs.js +1 -1
- package/dist/components/ProgressButton/ProgressButton.es.js +2 -2
- package/dist/components/ProgressButton/progressButton.module.css +76 -0
- package/dist/components/RadioButton/RadioButton.cjs.js +1 -1
- package/dist/components/RadioButton/RadioButton.es.js +1 -1
- package/dist/components/RadioButton/radioButton.module.css +75 -0
- package/dist/components/RatingStars/RatingStars.cjs.js +1 -1
- package/dist/components/RatingStars/RatingStars.es.js +4 -4
- package/dist/components/RatingStars/ratingStars.module.css +56 -0
- package/dist/components/Skeleton/Skeleton.cjs.js +1 -1
- package/dist/components/Skeleton/Skeleton.es.js +1 -1
- package/dist/components/Skeleton/skeleton.module.css +28 -0
- package/dist/components/SmartCallout/SmartCallout.cjs.js +1 -1
- package/dist/components/SmartCallout/SmartCallout.es.js +3 -3
- package/dist/components/SmartCallout/smartCallout.module.css +9 -0
- package/dist/components/StepsCarousel/StepsCarousel.cjs.js +1 -1
- package/dist/components/StepsCarousel/StepsCarousel.es.js +21 -37
- package/dist/components/StepsCarousel/stepsCarousel.module.css +276 -0
- package/dist/components/StudyGridCard/StudyGridCard.cjs.js +1 -1
- package/dist/components/StudyGridCard/StudyGridCard.es.js +24 -29
- package/dist/components/StudyGridCard/studyGridCard.module.css +208 -0
- package/dist/components/Tabs/Tabs.cjs.js +1 -1
- package/dist/components/Tabs/Tabs.es.js +1 -1
- package/dist/components/Tabs/TabsWithFade.cjs.js +1 -1
- package/dist/components/Tabs/TabsWithFade.es.js +1 -1
- package/dist/components/Tabs/tabs.module.css +280 -0
- package/dist/components/Tag/Tag.cjs.js +1 -1
- package/dist/components/Tag/Tag.es.js +15 -16
- package/dist/components/Tag/tag.module.css +100 -0
- package/dist/components/TextButton/TextButton.cjs.js +1 -1
- package/dist/components/TextButton/TextButton.es.js +1 -1
- package/dist/components/TextButton/textButton.module.css +106 -0
- package/dist/components/TextInput/TextInput.cjs.js +1 -1
- package/dist/components/TextInput/TextInput.es.js +1 -1
- package/dist/components/TextInput/textInput.module.css +163 -0
- package/dist/components/TypeBadge/TypeBadge.cjs.js +1 -1
- package/dist/components/TypeBadge/TypeBadge.es.js +1 -1
- package/dist/components/TypeBadge/typeBadge.module.css +44 -0
- package/dist/components/Typography/Typography.cjs.js +1 -1
- package/dist/components/Typography/Typography.es.js +9 -9
- package/dist/components/Typography/typography.module.css +602 -0
- package/dist/fonts/SoehneMono/soehne-mono-buch-kursiv.woff2 +0 -0
- package/dist/fonts/SoehneMono/soehne-mono-buch.woff2 +0 -0
- package/dist/fonts/SoehneMono/style.css +15 -0
- package/dist/fonts/SuisseIntl/SuisseIntl-Medium.woff2 +0 -0
- package/dist/fonts/SuisseIntl/SuisseIntl-Regular.woff2 +0 -0
- package/dist/fonts/SuisseIntl/SuisseIntl-Semibold.woff2 +0 -0
- package/dist/fonts/SuisseIntl/style.css +23 -0
- package/dist/fonts/index.css +7 -0
- package/dist/icons/action/alert-error-fill.svg +5 -0
- package/dist/icons/action/alert-error.svg +5 -0
- package/dist/icons/action/bracket-left.svg +3 -0
- package/dist/icons/action/bracket-right.svg +3 -0
- package/dist/icons/action/check.svg +5 -0
- package/dist/icons/action/circle-check-fill.svg +5 -0
- package/dist/icons/action/circle-check.svg +5 -0
- package/dist/icons/action/close.svg +5 -0
- package/dist/icons/action/dot.svg +3 -0
- package/dist/icons/action/help.svg +5 -0
- package/dist/icons/action/info.svg +5 -0
- package/dist/icons/action/invisible.svg +1 -0
- package/dist/icons/action/menu.svg +5 -0
- package/dist/icons/action/play.svg +3 -0
- package/dist/icons/action/plus.svg +5 -0
- package/dist/icons/action/profile.svg +1 -0
- package/dist/icons/action/remove.svg +5 -0
- package/dist/icons/action/search.svg +5 -0
- package/dist/icons/action/visible.svg +1 -0
- package/dist/icons/action/warning.svg +5 -0
- package/dist/icons/arrow/arrow-back.svg +5 -0
- package/dist/icons/arrow/arrow-downward.svg +5 -0
- package/dist/icons/arrow/arrow-forward-thin.svg +4 -0
- package/dist/icons/arrow/arrow-forward.svg +5 -0
- package/dist/icons/arrow/arrow-insert.svg +5 -0
- package/dist/icons/arrow/arrow-outward.svg +5 -0
- package/dist/icons/arrow/arrow-return.svg +5 -0
- package/dist/icons/arrow/arrow-upward.svg +5 -0
- package/dist/icons/arrow/chevron-back.svg +5 -0
- package/dist/icons/arrow/chevron-down.svg +5 -0
- package/dist/icons/arrow/chevron-forward.svg +5 -0
- package/dist/icons/arrow/chevron-up.svg +5 -0
- package/dist/icons/bold/arrow-bold.svg +3 -0
- package/dist/icons/bold/close-bold.svg +3 -0
- package/dist/icons/bold/dot-bold.svg +3 -0
- package/dist/icons/bold/plus-bold.svg +3 -0
- package/dist/icons/chat/message-fill.svg +5 -0
- package/dist/icons/chat/message.svg +5 -0
- package/dist/icons/eCommerce/calendar.svg +5 -0
- package/dist/icons/eCommerce/cart.svg +5 -0
- package/dist/icons/eCommerce/package-fill.svg +5 -0
- package/dist/icons/eCommerce/package.svg +5 -0
- package/dist/icons/faces/smile-fill.svg +5 -0
- package/dist/icons/faces/smile.svg +5 -0
- package/dist/icons/global/cookie.svg +1 -0
- package/dist/icons/global/filter.svg +5 -0
- package/dist/icons/global/pin-drop.svg +5 -0
- package/dist/icons/global/settings.svg +1 -0
- package/dist/icons/indicators/circle-dash-fill.svg +11 -0
- package/dist/icons/indicators/circle-dash.svg +16 -0
- package/dist/icons/map/pin-drop.svg +5 -0
- package/dist/icons/medical/coaching.svg +5 -0
- package/dist/icons/medical/labs.svg +5 -0
- package/dist/icons/medical/myspan.svg +5 -0
- package/dist/icons/medical/optimizations.svg +5 -0
- package/dist/icons/medical/protocols.svg +5 -0
- package/dist/icons/medical/ruler.svg +5 -0
- package/dist/icons/medical/scale.svg +5 -0
- package/dist/icons/social/apple.svg +1 -0
- package/dist/icons/social/facebook.svg +5 -0
- package/dist/icons/social/google.svg +1 -0
- package/dist/icons/social/heart-fill.svg +5 -0
- package/dist/icons/social/heart.svg +5 -0
- package/dist/icons/social/instagram.svg +5 -0
- package/dist/icons/social/linkedin.svg +3 -0
- package/dist/icons/social/star-fill.svg +5 -0
- package/dist/icons/social/star-half.svg +4 -0
- package/dist/icons/social/star-outline.svg +5 -0
- package/dist/icons/social/star.svg +3 -0
- package/dist/icons/social/x.svg +5 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.es.js +1 -10
- package/dist/modules/AllInOne/AllInOne.cjs.js +1 -1
- package/dist/modules/AllInOne/AllInOne.es.js +30 -30
- package/dist/modules/AllInOne/allInOne.module.css +118 -0
- package/dist/modules/Benefits/Benefits.cjs.js +1 -1
- package/dist/modules/Benefits/Benefits.es.js +5 -5
- package/dist/modules/Benefits/benefits.module.css +185 -0
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.cjs.js +1 -1
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.es.js +2 -2
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css +30 -0
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.cjs.js +1 -1
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.es.js +4 -4
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css +29 -0
- package/dist/modules/CallToAction/CallToAction.cjs.js +1 -1
- package/dist/modules/CallToAction/CallToAction.es.js +36 -36
- package/dist/modules/CallToAction/callToAction.module.css +227 -0
- package/dist/modules/Callback/Callback.cjs.js +1 -1
- package/dist/modules/Callback/Callback.es.js +31 -31
- package/dist/modules/Callback/callback.module.css +69 -0
- package/dist/modules/CircleHighlights/CircleHighlights.cjs.js +1 -1
- package/dist/modules/CircleHighlights/CircleHighlights.es.js +1 -1
- package/dist/modules/CircleHighlights/assets/alwaysCurrentImg.jpg +0 -0
- package/dist/modules/CircleHighlights/assets/credibleImg.jpg +0 -0
- package/dist/modules/CircleHighlights/assets/cuttingImg.jpg +0 -0
- package/dist/modules/CircleHighlights/circleHighlights.module.css +75 -0
- package/dist/modules/Claims/Claims.cjs.js +1 -1
- package/dist/modules/Claims/Claims.es.js +5 -5
- package/dist/modules/Claims/claims.module.css +107 -0
- package/dist/modules/Compare/Compare.cjs.js +1 -1
- package/dist/modules/Compare/Compare.es.js +1 -1
- package/dist/modules/Compare/compare.module.css +79 -0
- package/dist/modules/Comparison/Comparison.cjs.js +1 -1
- package/dist/modules/Comparison/Comparison.es.js +12 -12
- package/dist/modules/Comparison/assets/company-logo.svg +3 -0
- package/dist/modules/Comparison/comparison.module.css +150 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.cjs.js +1 -1
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.es.js +12 -12
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css +84 -0
- package/dist/modules/ContentHighlight/ContentHighlight.cjs.js +1 -1
- package/dist/modules/ContentHighlight/ContentHighlight.es.js +2 -2
- package/dist/modules/ContentHighlight/contentHighlight.module.css +149 -0
- package/dist/modules/Curiosity/Curiosity.cjs.js +1 -1
- package/dist/modules/Curiosity/Curiosity.es.js +11 -11
- package/dist/modules/Curiosity/curiosity.module.css +153 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.cjs.js +1 -1
- package/dist/modules/CursorImageBlock/CursorImageBlock.es.js +2 -2
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css +122 -0
- package/dist/modules/ExpandingDetails/ExpandingDetails.cjs.js +1 -1
- package/dist/modules/ExpandingDetails/ExpandingDetails.es.js +10 -10
- package/dist/modules/ExpandingDetails/expandingDetails.module.css +262 -0
- package/dist/modules/FAQModule/FAQModule.cjs.js +1 -1
- package/dist/modules/FAQModule/FAQModule.es.js +1 -1
- package/dist/modules/FAQModule/faqModule.module.css +76 -0
- package/dist/modules/FeaturedIn/FeaturedIn.cjs.js +1 -1
- package/dist/modules/FeaturedIn/FeaturedIn.es.js +6 -6
- package/dist/modules/FeaturedIn/components/CtaFeaturedIn.cjs.js +1 -1
- package/dist/modules/FeaturedIn/components/CtaFeaturedIn.es.js +1 -1
- package/dist/modules/FeaturedIn/featuredIn.module.css +198 -0
- package/dist/modules/FeaturesGallery/FeaturesGallery.cjs.js +1 -1
- package/dist/modules/FeaturesGallery/FeaturesGallery.es.js +2 -2
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.cjs.js +1 -1
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.es.js +5 -5
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css +131 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-1.jpg +0 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-2.jpg +0 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-3.jpg +0 -0
- package/dist/modules/FeaturesGallery/featuresGallery.module.css +111 -0
- package/dist/modules/FollowTheScience/FollowTheScience.cjs.js +1 -1
- package/dist/modules/FollowTheScience/FollowTheScience.es.js +13 -13
- package/dist/modules/FollowTheScience/followTheScience.module.css +96 -0
- package/dist/modules/Grid/Grid.cjs.js +1 -1
- package/dist/modules/Grid/Grid.es.js +1 -1
- package/dist/modules/Grid/grid.module.css +257 -0
- package/dist/modules/HSModal/HSModal.cjs.js +1 -1
- package/dist/modules/HSModal/HSModal.es.js +6 -6
- package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.cjs.js +1 -1
- package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.es.js +7 -7
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.cjs.js +1 -1
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.es.js +14 -14
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css +17 -0
- package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css +119 -0
- package/dist/modules/HSModal/hsModal.module.css +23 -0
- package/dist/modules/HighestStandards/HighestStandards.cjs.js +1 -1
- package/dist/modules/HighestStandards/HighestStandards.es.js +13 -13
- package/dist/modules/HighestStandards/assets/hs-bg-indigo.jpg +0 -0
- package/dist/modules/HighestStandards/assets/hs-bg-orchre.jpg +0 -0
- package/dist/modules/HighestStandards/assets/hs-bg-solar.jpg +0 -0
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.cjs.js +1 -1
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.es.js +4 -4
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.cjs.js +1 -1
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.es.js +19 -19
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css +78 -0
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css +14 -0
- package/dist/modules/HighestStandards/highestStandards.module.css +193 -0
- package/dist/modules/HowItWorks/HowItWorks.cjs.js +1 -1
- package/dist/modules/HowItWorks/HowItWorks.d.ts +1 -0
- package/dist/modules/HowItWorks/HowItWorks.es.js +10 -10
- package/dist/modules/HowItWorks/components/Content/Content.cjs.js +1 -1
- package/dist/modules/HowItWorks/components/Content/Content.d.ts +1 -0
- package/dist/modules/HowItWorks/components/Content/Content.es.js +57 -37
- package/dist/modules/HowItWorks/components/Content/content.module.css +142 -0
- package/dist/modules/HowItWorks/howItWorks.module.css +64 -0
- package/dist/modules/ImageWithBenefits/ImageWithBenefits.cjs.js +1 -1
- package/dist/modules/ImageWithBenefits/ImageWithBenefits.es.js +2 -2
- package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css +208 -0
- package/dist/modules/ImageWithText/ImageWithText.cjs.js +1 -1
- package/dist/modules/ImageWithText/ImageWithText.es.js +15 -15
- package/dist/modules/ImageWithText/imageWithText.module.css +245 -0
- package/dist/modules/IndividualProductCard/IndividualProductCard.cjs.js +1 -1
- package/dist/modules/IndividualProductCard/IndividualProductCard.es.js +18 -18
- package/dist/modules/IndividualProductCard/components/Features/Features.cjs.js +1 -1
- package/dist/modules/IndividualProductCard/components/Features/Features.es.js +5 -5
- package/dist/modules/IndividualProductCard/components/Features/features.module.css +54 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.cjs.js +1 -1
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.es.js +8 -8
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css +117 -0
- package/dist/modules/IndividualProductCard/individualProductCard.module.css +118 -0
- package/dist/modules/IngredientHighlight/IngredientHighlight.cjs.js +1 -1
- package/dist/modules/IngredientHighlight/IngredientHighlight.es.js +1 -1
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.cjs.js +1 -1
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.es.js +7 -7
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css +41 -0
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css +73 -0
- package/dist/modules/LongevityPathways/LongevityPathways.cjs.js +1 -1
- package/dist/modules/LongevityPathways/LongevityPathways.es.js +7 -7
- package/dist/modules/LongevityPathways/longevityPathways.module.css +39 -0
- package/dist/modules/OptimalHealth/OptimalHealth.cjs.js +1 -1
- package/dist/modules/OptimalHealth/OptimalHealth.es.js +11 -11
- package/dist/modules/OptimalHealth/assets/optimal_health_example.png +0 -0
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -1
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +8 -8
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css +150 -0
- package/dist/modules/OptimalHealth/optimalHealth.module.css +86 -0
- package/dist/modules/OurProcess/OurProcess.cjs.js +1 -1
- package/dist/modules/OurProcess/OurProcess.es.js +5 -5
- package/dist/modules/OurProcess/ourProcess.module.css +44 -0
- package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -1
- package/dist/modules/PairedProducts/PairedProducts.es.js +5 -5
- package/dist/modules/PairedProducts/pairedProducts.module.css +60 -0
- package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -1
- package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +16 -16
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js +1 -1
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.es.js +7 -8
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css +16 -0
- package/dist/modules/ProductsDisplay/productsDisplay.module.css +30 -0
- package/dist/modules/ProductsDisplay/useProductsData.cjs.js +1 -1
- package/dist/modules/ProductsDisplay/useProductsData.es.js +12 -11
- package/dist/modules/ProgramDetails/ProgramDetails.cjs.js +1 -1
- package/dist/modules/ProgramDetails/ProgramDetails.es.js +1 -1
- package/dist/modules/ProgramDetails/components/Features/Features.cjs.js +1 -1
- package/dist/modules/ProgramDetails/components/Features/Features.es.js +1 -1
- package/dist/modules/ProgramDetails/components/Features/features.module.css +69 -0
- package/dist/modules/ProgramDetails/programDetails.module.css +58 -0
- package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.cjs.js +1 -1
- package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.es.js +6 -6
- package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css +153 -0
- package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.cjs.js +1 -1
- package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.es.js +6 -6
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.cjs.js +1 -1
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.es.js +1 -1
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css +77 -0
- package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css +115 -0
- package/dist/modules/ResearchFeatured/ResearchFeatured.cjs.js +1 -1
- package/dist/modules/ResearchFeatured/ResearchFeatured.es.js +5 -5
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.cjs.js +1 -1
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.es.js +2 -2
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css +132 -0
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.cjs.js +1 -1
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.es.js +5 -5
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css +55 -0
- package/dist/modules/ResearchFeatured/researchFeatured.module.css +56 -0
- package/dist/modules/ResearchFilters/ResearchFilters.cjs.js +1 -1
- package/dist/modules/ResearchFilters/ResearchFilters.es.js +17 -18
- package/dist/modules/ResearchFilters/researchFilters.module.css +59 -0
- package/dist/modules/ResearchStudies/ResearchStudies.cjs.js +1 -1
- package/dist/modules/ResearchStudies/ResearchStudies.es.js +12 -13
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.cjs.js +1 -1
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.es.js +12 -12
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css +74 -0
- package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.cjs.js +1 -1
- package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.es.js +5 -5
- package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css +113 -0
- package/dist/modules/ResearchStudies/researchStudies.module.css +120 -0
- package/dist/modules/Reviews/Reviews.cjs.js +1 -1
- package/dist/modules/Reviews/Reviews.es.js +5 -5
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.cjs.js +1 -1
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.es.js +1 -1
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css +55 -0
- package/dist/modules/Reviews/components/ReviewList/ReviewList.cjs.js +1 -1
- package/dist/modules/Reviews/components/ReviewList/ReviewList.es.js +3 -3
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css +36 -0
- package/dist/modules/Reviews/reviews.module.css +74 -0
- package/dist/modules/ScienceHero/ScienceHero.cjs.js +1 -1
- package/dist/modules/ScienceHero/ScienceHero.es.js +2 -2
- package/dist/modules/ScienceHero/ScienceHeroCursor.cjs.js +1 -1
- package/dist/modules/ScienceHero/components/ScienceClientCursor.cjs.js +1 -1
- package/dist/modules/ScienceHero/components/ScienceClientCursor.es.js +1 -1
- package/dist/modules/ScienceHero/scienceHero.module.css +245 -0
- package/dist/modules/ScrollingText/ScrollingText.cjs.js +1 -1
- package/dist/modules/ScrollingText/ScrollingText.es.js +4 -4
- package/dist/modules/ScrollingText/scrollingText.module.css +53 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -1
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +14 -14
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css +242 -0
- package/dist/modules/SlidingTabsGallery/assets/ipad.png +0 -0
- package/dist/modules/Studies/Studies.cjs.js +1 -1
- package/dist/modules/Studies/Studies.es.js +9 -9
- package/dist/modules/Studies/studies.module.css +98 -0
- package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -1
- package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +4 -4
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css +61 -0
- package/dist/modules/Testimonial/Testimonial.cjs.js +1 -1
- package/dist/modules/Testimonial/Testimonial.es.js +13 -13
- package/dist/modules/Testimonial/components/Product/Product.cjs.js +1 -1
- package/dist/modules/Testimonial/components/Product/Product.es.js +1 -1
- package/dist/modules/Testimonial/components/Product/product.module.css +64 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.cjs.js +1 -1
- package/dist/modules/Testimonial/components/TextCard/TextCard.es.js +10 -10
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css +45 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.cjs.js +1 -1
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +5 -5
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css +62 -0
- package/dist/modules/Testimonial/testimonial.module.css +108 -0
- package/dist/modules/TextBlockAnimated/TextBlockAnimated.cjs.js +1 -1
- package/dist/modules/TextBlockAnimated/TextBlockAnimated.es.js +9 -9
- package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css +62 -0
- package/dist/modules/TextTwoImages/TextTwoImages.cjs.js +1 -1
- package/dist/modules/TextTwoImages/TextTwoImages.es.js +2 -2
- package/dist/modules/TextTwoImages/textTwoImages.module.css +141 -0
- package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.cjs.js +1 -1
- package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.es.js +1 -1
- package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_desktop.jpg +0 -0
- package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_mobile.jpg +0 -0
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.cjs.js +1 -1
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.es.js +1 -1
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css +49 -0
- package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css +183 -0
- package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.cjs.js +1 -1
- package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.es.js +2 -2
- package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css +197 -0
- package/dist/modules/TotalCare/TotalCare.cjs.js +1 -1
- package/dist/modules/TotalCare/TotalCare.es.js +5 -5
- package/dist/modules/TotalCare/assets/ipad.png +0 -0
- package/dist/modules/TotalCare/totalCare.module.css +150 -0
- package/dist/modules/TrackProgress/TrackProgress.cjs.js +1 -1
- package/dist/modules/TrackProgress/TrackProgress.es.js +1 -1
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.cjs.js +1 -1
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.es.js +3 -3
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css +183 -0
- package/dist/modules/TrackProgress/trackProgress.module.css +50 -0
- package/dist/modules/TypesOfTests/TypesOfTests.cjs.js +1 -1
- package/dist/modules/TypesOfTests/TypesOfTests.es.js +11 -11
- package/dist/modules/TypesOfTests/typesOfTests.module.css +196 -0
- package/dist/modules/WhatIs/WhatIs.cjs.js +1 -1
- package/dist/modules/WhatIs/WhatIs.es.js +1 -1
- package/dist/modules/WhatIs/assets/metabolism.jpg +0 -0
- package/dist/modules/WhatIs/assets/mitochondria.jpg +0 -0
- package/dist/modules/WhatIs/assets/senescence.jpg +0 -0
- package/dist/modules/WhatIs/whatIs.module.css +61 -0
- package/dist/modules/YourProtocol/YourProtocol.cjs.js +1 -1
- package/dist/modules/YourProtocol/YourProtocol.es.js +25 -24
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.cjs.js +1 -1
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +5 -5
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css +37 -0
- package/dist/modules/YourProtocol/yourProtocol.module.css +91 -0
- package/dist/node_modules/gsap/CustomEase.cjs.js +1 -1
- package/dist/node_modules/gsap/CustomEase.es.js +1 -1
- package/dist/node_modules/gsap/Draggable.cjs.js +1 -1
- package/dist/node_modules/gsap/Draggable.es.js +2 -2
- package/dist/node_modules/gsap/Flip.cjs.js +1 -1
- package/dist/node_modules/gsap/Flip.es.js +2 -2
- package/dist/node_modules/gsap/Observer.cjs.js +1 -1
- package/dist/node_modules/gsap/Observer.es.js +2 -2
- package/dist/node_modules/gsap/ScrollTrigger.cjs.js +1 -1
- package/dist/node_modules/gsap/ScrollTrigger.es.js +2 -2
- package/dist/node_modules/gsap/SplitText.cjs.js +2 -2
- package/dist/node_modules/gsap/SplitText.es.js +2 -2
- package/dist/node_modules/swiper/modules/navigation.css +1 -0
- package/dist/node_modules/swiper/modules/pagination.css +1 -0
- package/dist/node_modules/swiper/swiper.css +1 -0
- package/dist/pageComponents/Banner/Banner.cjs.js +1 -1
- package/dist/pageComponents/Banner/Banner.es.js +1 -1
- package/dist/pageComponents/Banner/banner.module.css +26 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.cjs.js +1 -1
- package/dist/pageComponents/BiologicalAge/BiologicalAge.es.js +5 -5
- package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png +0 -0
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css +110 -0
- package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -1
- package/dist/pageComponents/Bubbles/Bubbles.es.js +1 -1
- package/dist/pageComponents/Bubbles/bubbles.module.css +168 -0
- package/dist/pageComponents/ContactUs/ContactUs.cjs.js +1 -1
- package/dist/pageComponents/ContactUs/ContactUs.es.js +13 -13
- package/dist/pageComponents/ContactUs/contactUs.module.css +152 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.cjs.js +1 -1
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.es.js +2 -2
- package/dist/pageComponents/DiscoverTheStory/assets/bg-img-mobile.jpg +0 -0
- package/dist/pageComponents/DiscoverTheStory/assets/bg-img.jpg +0 -0
- package/dist/pageComponents/DiscoverTheStory/assets/content-img.png +0 -0
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css +107 -0
- package/dist/pageComponents/Footer/Footer.cjs.js +1 -1
- package/dist/pageComponents/Footer/Footer.es.js +24 -27
- package/dist/pageComponents/Footer/assets/CompanyName.svg +3 -0
- package/dist/pageComponents/Footer/assets/logo.png +0 -0
- package/dist/pageComponents/Footer/assets/newsletter.jpg +0 -0
- package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.es.js +1 -1
- package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css +9 -0
- package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.es.js +6 -6
- package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css +107 -0
- package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.es.js +2 -2
- package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css +123 -0
- package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.es.js +5 -5
- package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css +25 -0
- package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.es.js +1 -1
- package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css +87 -0
- package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.es.js +9 -9
- package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css +103 -0
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.es.js +2 -2
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css +230 -0
- package/dist/pageComponents/Footer/footer.module.css +267 -0
- package/dist/pageComponents/Gradient/Gradient.cjs.js +1 -1
- package/dist/pageComponents/Gradient/Gradient.es.js +1 -1
- package/dist/pageComponents/Gradient/gradient.module.css +48 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/HomepageHero.es.js +27 -24
- package/dist/pageComponents/HomepageHero/assets/bg.jpg +0 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.es.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.es.js +6 -6
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.es.js +6 -6
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.es.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.es.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css +77 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg +50 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg +51 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/doctor.png +0 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/ft.png +0 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/rapamycin.png +0 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css +65 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css +71 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css +102 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css +81 -0
- package/dist/pageComponents/HomepageHero/homepageHero.module.css +140 -0
- package/dist/pageComponents/HowItWorksHero/HowItWorksHero.cjs.js +1 -1
- package/dist/pageComponents/HowItWorksHero/HowItWorksHero.es.js +7 -7
- package/dist/pageComponents/HowItWorksHero/assets/Container.png +0 -0
- package/dist/pageComponents/HowItWorksHero/assets/bg.jpg +0 -0
- package/dist/pageComponents/HowItWorksHero/assets/people.png +0 -0
- package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css +84 -0
- package/dist/pageComponents/LabsHero/LabsHero.cjs.js +1 -1
- package/dist/pageComponents/LabsHero/LabsHero.es.js +26 -26
- package/dist/pageComponents/LabsHero/assets/bg.jpg +0 -0
- package/dist/pageComponents/LabsHero/assets/icon1.png +0 -0
- package/dist/pageComponents/LabsHero/assets/icon2.png +0 -0
- package/dist/pageComponents/LabsHero/assets/icon3.png +0 -0
- package/dist/pageComponents/LabsHero/assets/img1.png +0 -0
- package/dist/pageComponents/LabsHero/assets/img2.png +0 -0
- package/dist/pageComponents/LabsHero/assets/img3.png +0 -0
- package/dist/pageComponents/LabsHero/assets/svg1.svg +89 -0
- package/dist/pageComponents/LabsHero/assets/svg2.svg +46 -0
- package/dist/pageComponents/LabsHero/assets/svg3.svg +60 -0
- package/dist/pageComponents/LabsHero/labsHero.module.css +282 -0
- package/dist/pageComponents/OurCompanyHero/OurCompanyHero.cjs.js +1 -1
- package/dist/pageComponents/OurCompanyHero/OurCompanyHero.es.js +3 -3
- package/dist/pageComponents/OurCompanyHero/assets/CompanyHeroBg.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero1.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero2.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero3.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero4.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero5.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero6.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero7.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero8.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero9.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css +78 -0
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.cjs.js +1 -1
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.es.js +25 -25
- package/dist/pageComponents/PersonalizedProtocolHero/assets/bg.jpg +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg +47 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg +45 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg +44 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.jpg +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.jpg +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.jpg +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css +312 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -1
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +9 -9
- package/dist/pageComponents/StillHaveQuestions/assets/joinOurTeam.jpg +0 -0
- package/dist/pageComponents/StillHaveQuestions/assets/stillHaveQuestions.jpg +0 -0
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css +63 -0
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.cjs.js +1 -1
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.es.js +5 -5
- package/dist/pageComponents/TreatmentsHero/assets/bg-bubbles.webp +0 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.cjs.js +1 -1
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.es.js +1 -1
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css +46 -0
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css +121 -0
- package/dist/stories/assets/accessibility.png +0 -0
- package/dist/stories/assets/accessibility.svg +1 -0
- package/dist/stories/assets/addon-library.png +0 -0
- package/dist/stories/assets/assets.png +0 -0
- package/dist/stories/assets/avif-test-image.avif +0 -0
- package/dist/stories/assets/context.png +0 -0
- package/dist/stories/assets/discord.svg +1 -0
- package/dist/stories/assets/docs.png +0 -0
- package/dist/stories/assets/figma-plugin.png +0 -0
- package/dist/stories/assets/github.svg +1 -0
- package/dist/stories/assets/share.png +0 -0
- package/dist/stories/assets/styling.png +0 -0
- package/dist/stories/assets/testing.png +0 -0
- package/dist/stories/assets/theming.png +0 -0
- package/dist/stories/assets/tutorials.svg +1 -0
- package/dist/stories/assets/youtube.svg +1 -0
- package/dist/styles/core.css +1 -0
- package/dist/utils/useIsMobile.cjs.js +1 -1
- package/dist/utils/useIsMobile.es.js +1 -1
- package/package.json +15 -7
- package/dist/_virtual/ArrowContainer.cjs.js +0 -1
- package/dist/_virtual/ArrowContainer.es.js +0 -4
- package/dist/_virtual/Popover.cjs.js +0 -1
- package/dist/_virtual/Popover.cjs2.js +0 -1
- package/dist/_virtual/Popover.es.js +0 -5
- package/dist/_virtual/Popover.es2.js +0 -4
- package/dist/_virtual/PopoverPortal.cjs.js +0 -1
- package/dist/_virtual/PopoverPortal.es.js +0 -4
- package/dist/_virtual/_commonjsHelpers.cjs.js +0 -1
- package/dist/_virtual/_commonjsHelpers.es.js +0 -6
- package/dist/_virtual/browser.cjs.js +0 -1
- package/dist/_virtual/browser.es.js +0 -4
- package/dist/_virtual/debug.cjs.js +0 -1
- package/dist/_virtual/debug.es.js +0 -4
- package/dist/_virtual/index.cjs.js +0 -1
- package/dist/_virtual/index.cjs2.js +0 -1
- package/dist/_virtual/index.cjs3.js +0 -1
- package/dist/_virtual/index.cjs4.js +0 -1
- package/dist/_virtual/index.es.js +0 -7
- package/dist/_virtual/index.es2.js +0 -7
- package/dist/_virtual/index.es3.js +0 -4
- package/dist/_virtual/index.es4.js +0 -4
- package/dist/_virtual/react-is.development.cjs.js +0 -1
- package/dist/_virtual/react-is.development.es.js +0 -4
- package/dist/_virtual/react-is.production.min.cjs.js +0 -1
- package/dist/_virtual/react-is.production.min.es.js +0 -4
- package/dist/_virtual/to-querystring.min.cjs.js +0 -1
- package/dist/_virtual/to-querystring.min.cjs2.js +0 -1
- package/dist/_virtual/to-querystring.min.es.js +0 -7
- package/dist/_virtual/to-querystring.min.es2.js +0 -4
- package/dist/_virtual/useArrowContainer.cjs.js +0 -1
- package/dist/_virtual/useArrowContainer.es.js +0 -4
- package/dist/_virtual/useElementRef.cjs.js +0 -1
- package/dist/_virtual/useElementRef.es.js +0 -4
- package/dist/_virtual/useHandlePrevValues.cjs.js +0 -1
- package/dist/_virtual/useHandlePrevValues.es.js +0 -4
- package/dist/_virtual/useMemoizedArray.cjs.js +0 -1
- package/dist/_virtual/useMemoizedArray.es.js +0 -4
- package/dist/_virtual/usePopover.cjs.js +0 -1
- package/dist/_virtual/usePopover.es.js +0 -4
- package/dist/_virtual/util.cjs.js +0 -1
- package/dist/_virtual/util.es.js +0 -4
- package/dist/components/Accordion/accordion.module.css.cjs.js +0 -1
- package/dist/components/Accordion/accordion.module.css.es.js +0 -7
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +0 -1
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +0 -25
- package/dist/components/AnchorLinks/anchorLinks.module.css.cjs.js +0 -1
- package/dist/components/AnchorLinks/anchorLinks.module.css.es.js +0 -13
- package/dist/components/Benefit/benefit.module.css.cjs.js +0 -1
- package/dist/components/Benefit/benefit.module.css.es.js +0 -9
- package/dist/components/Button/button.module.css.cjs.js +0 -1
- package/dist/components/Button/button.module.css.es.js +0 -31
- package/dist/components/Callback/callback.module.css.cjs.js +0 -1
- package/dist/components/Callback/callback.module.css.es.js +0 -33
- package/dist/components/Checkbox/checkbox.module.css.cjs.js +0 -1
- package/dist/components/Checkbox/checkbox.module.css.es.js +0 -31
- package/dist/components/ClaimBlock/claimBlock.module.css.cjs.js +0 -1
- package/dist/components/ClaimBlock/claimBlock.module.css.es.js +0 -19
- package/dist/components/ColoredDivider/coloredDivider.module.css.cjs.js +0 -1
- package/dist/components/ColoredDivider/coloredDivider.module.css.es.js +0 -21
- package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.cjs.js +0 -1
- package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.es.js +0 -26
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.cjs.js +0 -1
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.es.js +0 -17
- package/dist/components/ComplexTooltip/complexTooltip.module.css.cjs.js +0 -1
- package/dist/components/ComplexTooltip/complexTooltip.module.css.es.js +0 -7
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.cjs.js +0 -1
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.es.js +0 -15
- package/dist/components/ContentTabs/contentTabs.module.css.cjs.js +0 -1
- package/dist/components/ContentTabs/contentTabs.module.css.es.js +0 -29
- package/dist/components/Cursor/cursor.module.css.cjs.js +0 -1
- package/dist/components/Cursor/cursor.module.css.es.js +0 -11
- package/dist/components/FAQComponent/faqComponent.module.css.cjs.js +0 -1
- package/dist/components/FAQComponent/faqComponent.module.css.es.js +0 -7
- package/dist/components/FAQComponentItem/faqComponentItem.module.css.cjs.js +0 -1
- package/dist/components/FAQComponentItem/faqComponentItem.module.css.es.js +0 -27
- package/dist/components/FilterError/filterError.module.css.cjs.js +0 -1
- package/dist/components/FilterError/filterError.module.css.es.js +0 -11
- package/dist/components/FilterMenu/filterMenu.module.css.cjs.js +0 -1
- package/dist/components/FilterMenu/filterMenu.module.css.es.js +0 -31
- package/dist/components/GalleryPagination/galleryPagination.module.css.cjs.js +0 -1
- package/dist/components/GalleryPagination/galleryPagination.module.css.es.js +0 -13
- package/dist/components/HighlightedTitle/highlightedTitle.module.css.cjs.js +0 -1
- package/dist/components/HighlightedTitle/highlightedTitle.module.css.es.js +0 -13
- package/dist/components/IconBracket/iconBracket.module.css.cjs.js +0 -1
- package/dist/components/IconBracket/iconBracket.module.css.es.js +0 -15
- package/dist/components/IconButton/iconButton.module.css.cjs.js +0 -1
- package/dist/components/IconButton/iconButton.module.css.es.js +0 -25
- package/dist/components/ImageGallery/imageGallery.module.css.cjs.js +0 -1
- package/dist/components/ImageGallery/imageGallery.module.css.es.js +0 -15
- package/dist/components/InfiniteScroll/infiniteScroll.module.css.cjs.js +0 -1
- package/dist/components/InfiniteScroll/infiniteScroll.module.css.es.js +0 -11
- package/dist/components/Label/label.module.css.cjs.js +0 -1
- package/dist/components/Label/label.module.css.es.js +0 -7
- package/dist/components/Pagination/pagination.module.css.cjs.js +0 -1
- package/dist/components/Pagination/pagination.module.css.es.js +0 -19
- package/dist/components/PlayButton/playButton.module.css.cjs.js +0 -1
- package/dist/components/PlayButton/playButton.module.css.es.js +0 -11
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.es.js +0 -7
- package/dist/components/Pricing/pricing.module.css.cjs.js +0 -1
- package/dist/components/Pricing/pricing.module.css.es.js +0 -25
- package/dist/components/ProductGallery/productGallery.module.css.cjs.js +0 -1
- package/dist/components/ProductGallery/productGallery.module.css.es.js +0 -27
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css.cjs.js +0 -1
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css.es.js +0 -21
- package/dist/components/ProductListing/productListing.module.css.cjs.js +0 -1
- package/dist/components/ProductListing/productListing.module.css.es.js +0 -29
- package/dist/components/ProductPairs/productPairs.module.css.cjs.js +0 -1
- package/dist/components/ProductPairs/productPairs.module.css.es.js +0 -17
- package/dist/components/ProgramCard/programCard.module.css.cjs.js +0 -1
- package/dist/components/ProgramCard/programCard.module.css.es.js +0 -13
- package/dist/components/ProgressButton/progressButton.module.css.cjs.js +0 -1
- package/dist/components/ProgressButton/progressButton.module.css.es.js +0 -21
- package/dist/components/RadioButton/radioButton.module.css.cjs.js +0 -1
- package/dist/components/RadioButton/radioButton.module.css.es.js +0 -21
- package/dist/components/RatingStars/ratingStars.module.css.cjs.js +0 -1
- package/dist/components/RatingStars/ratingStars.module.css.es.js +0 -11
- package/dist/components/Skeleton/skeleton.module.css.cjs.js +0 -1
- package/dist/components/Skeleton/skeleton.module.css.es.js +0 -12
- package/dist/components/SmartCallout/smartCallout.module.css.cjs.js +0 -1
- package/dist/components/SmartCallout/smartCallout.module.css.es.js +0 -7
- package/dist/components/StepsCarousel/stepsCarousel.module.css.cjs.js +0 -1
- package/dist/components/StepsCarousel/stepsCarousel.module.css.es.js +0 -31
- package/dist/components/StudyGridCard/studyGridCard.module.css.cjs.js +0 -1
- package/dist/components/StudyGridCard/studyGridCard.module.css.es.js +0 -35
- package/dist/components/Tabs/tabs.module.css.cjs.js +0 -1
- package/dist/components/Tabs/tabs.module.css.es.js +0 -37
- package/dist/components/Tag/tag.module.css.cjs.js +0 -1
- package/dist/components/Tag/tag.module.css.es.js +0 -17
- package/dist/components/TextButton/textButton.module.css.cjs.js +0 -1
- package/dist/components/TextButton/textButton.module.css.es.js +0 -19
- package/dist/components/TextInput/textInput.module.css.cjs.js +0 -1
- package/dist/components/TextInput/textInput.module.css.es.js +0 -34
- package/dist/components/TypeBadge/typeBadge.module.css.cjs.js +0 -1
- package/dist/components/TypeBadge/typeBadge.module.css.es.js +0 -9
- package/dist/healthspan-marketing-ui.css +0 -1
- package/dist/modules/AllInOne/allInOne.module.css.cjs.js +0 -1
- package/dist/modules/AllInOne/allInOne.module.css.es.js +0 -25
- package/dist/modules/Benefits/benefits.module.css.cjs.js +0 -1
- package/dist/modules/Benefits/benefits.module.css.es.js +0 -37
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.es.js +0 -13
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.cjs.js +0 -1
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.es.js +0 -9
- package/dist/modules/CallToAction/callToAction.module.css.cjs.js +0 -1
- package/dist/modules/CallToAction/callToAction.module.css.es.js +0 -43
- package/dist/modules/Callback/callback.module.css.cjs.js +0 -1
- package/dist/modules/Callback/callback.module.css.es.js +0 -15
- package/dist/modules/CircleHighlights/circleHighlights.module.css.cjs.js +0 -1
- package/dist/modules/CircleHighlights/circleHighlights.module.css.es.js +0 -19
- package/dist/modules/Claims/claims.module.css.cjs.js +0 -1
- package/dist/modules/Claims/claims.module.css.es.js +0 -19
- package/dist/modules/Compare/compare.module.css.cjs.js +0 -1
- package/dist/modules/Compare/compare.module.css.es.js +0 -15
- package/dist/modules/Comparison/comparison.module.css.cjs.js +0 -1
- package/dist/modules/Comparison/comparison.module.css.es.js +0 -41
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.cjs.js +0 -1
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.es.js +0 -27
- package/dist/modules/ContentHighlight/contentHighlight.module.css.cjs.js +0 -1
- package/dist/modules/ContentHighlight/contentHighlight.module.css.es.js +0 -25
- package/dist/modules/Curiosity/curiosity.module.css.cjs.js +0 -1
- package/dist/modules/Curiosity/curiosity.module.css.es.js +0 -31
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.cjs.js +0 -1
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.es.js +0 -25
- package/dist/modules/ExpandingDetails/expandingDetails.module.css.cjs.js +0 -1
- package/dist/modules/ExpandingDetails/expandingDetails.module.css.es.js +0 -47
- package/dist/modules/FAQModule/faqModule.module.css.cjs.js +0 -1
- package/dist/modules/FAQModule/faqModule.module.css.es.js +0 -19
- package/dist/modules/FeaturedIn/featuredIn.module.css.cjs.js +0 -1
- package/dist/modules/FeaturedIn/featuredIn.module.css.es.js +0 -35
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.cjs.js +0 -1
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.es.js +0 -21
- package/dist/modules/FeaturesGallery/featuresGallery.module.css.cjs.js +0 -1
- package/dist/modules/FeaturesGallery/featuresGallery.module.css.es.js +0 -21
- package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +0 -1
- package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +0 -17
- package/dist/modules/Grid/grid.module.css.cjs.js +0 -1
- package/dist/modules/Grid/grid.module.css.es.js +0 -47
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.cjs.js +0 -1
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.es.js +0 -8
- package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.cjs.js +0 -1
- package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.es.js +0 -19
- package/dist/modules/HSModal/hsModal.module.css.cjs.js +0 -1
- package/dist/modules/HSModal/hsModal.module.css.es.js +0 -7
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.cjs.js +0 -1
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.es.js +0 -25
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.cjs.js +0 -1
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.es.js +0 -7
- package/dist/modules/HighestStandards/highestStandards.module.css.cjs.js +0 -1
- package/dist/modules/HighestStandards/highestStandards.module.css.es.js +0 -25
- package/dist/modules/HowItWorks/components/Content/content.module.css.cjs.js +0 -1
- package/dist/modules/HowItWorks/components/Content/content.module.css.es.js +0 -21
- package/dist/modules/HowItWorks/howItWorks.module.css.cjs.js +0 -1
- package/dist/modules/HowItWorks/howItWorks.module.css.es.js +0 -17
- package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.cjs.js +0 -1
- package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.es.js +0 -27
- package/dist/modules/ImageWithText/imageWithText.module.css.cjs.js +0 -1
- package/dist/modules/ImageWithText/imageWithText.module.css.es.js +0 -31
- package/dist/modules/IndividualProductCard/components/Features/features.module.css.cjs.js +0 -1
- package/dist/modules/IndividualProductCard/components/Features/features.module.css.es.js +0 -17
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.cjs.js +0 -1
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.es.js +0 -39
- package/dist/modules/IndividualProductCard/individualProductCard.module.css.cjs.js +0 -1
- package/dist/modules/IndividualProductCard/individualProductCard.module.css.es.js +0 -27
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.cjs.js +0 -1
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.es.js +0 -17
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.cjs.js +0 -1
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.es.js +0 -15
- package/dist/modules/LongevityPathways/longevityPathways.module.css.cjs.js +0 -1
- package/dist/modules/LongevityPathways/longevityPathways.module.css.es.js +0 -13
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +0 -1
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +0 -35
- package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +0 -1
- package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +0 -21
- package/dist/modules/OurProcess/ourProcess.module.css.cjs.js +0 -1
- package/dist/modules/OurProcess/ourProcess.module.css.es.js +0 -11
- package/dist/modules/PairedProducts/pairedProducts.module.css.cjs.js +0 -1
- package/dist/modules/PairedProducts/pairedProducts.module.css.es.js +0 -17
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.cjs.js +0 -1
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.es.js +0 -9
- package/dist/modules/ProductsDisplay/productsDisplay.module.css.cjs.js +0 -1
- package/dist/modules/ProductsDisplay/productsDisplay.module.css.es.js +0 -11
- package/dist/modules/ProgramDetails/components/Features/features.module.css.cjs.js +0 -1
- package/dist/modules/ProgramDetails/components/Features/features.module.css.es.js +0 -21
- package/dist/modules/ProgramDetails/programDetails.module.css.cjs.js +0 -1
- package/dist/modules/ProgramDetails/programDetails.module.css.es.js +0 -15
- package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.cjs.js +0 -1
- package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.es.js +0 -23
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.cjs.js +0 -1
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.es.js +0 -17
- package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.cjs.js +0 -1
- package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.es.js +0 -27
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.cjs.js +0 -1
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.es.js +0 -19
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.cjs.js +0 -1
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.es.js +0 -15
- package/dist/modules/ResearchFeatured/researchFeatured.module.css.cjs.js +0 -1
- package/dist/modules/ResearchFeatured/researchFeatured.module.css.es.js +0 -15
- package/dist/modules/ResearchFilters/researchFilters.module.css.cjs.js +0 -1
- package/dist/modules/ResearchFilters/researchFilters.module.css.es.js +0 -13
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.cjs.js +0 -1
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.es.js +0 -17
- package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.cjs.js +0 -1
- package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.es.js +0 -21
- package/dist/modules/ResearchStudies/researchStudies.module.css.cjs.js +0 -1
- package/dist/modules/ResearchStudies/researchStudies.module.css.es.js +0 -19
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.cjs.js +0 -1
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.es.js +0 -13
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.cjs.js +0 -1
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.es.js +0 -13
- package/dist/modules/Reviews/reviews.module.css.cjs.js +0 -1
- package/dist/modules/Reviews/reviews.module.css.es.js +0 -17
- package/dist/modules/ScienceHero/scienceHero.module.css.cjs.js +0 -1
- package/dist/modules/ScienceHero/scienceHero.module.css.es.js +0 -41
- package/dist/modules/ScrollingText/scrollingText.module.css.cjs.js +0 -1
- package/dist/modules/ScrollingText/scrollingText.module.css.es.js +0 -11
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +0 -1
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +0 -35
- package/dist/modules/Studies/studies.module.css.cjs.js +0 -1
- package/dist/modules/Studies/studies.module.css.es.js +0 -17
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css.cjs.js +0 -1
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css.es.js +0 -15
- package/dist/modules/Testimonial/components/Product/product.module.css.cjs.js +0 -1
- package/dist/modules/Testimonial/components/Product/product.module.css.es.js +0 -17
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.cjs.js +0 -1
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.es.js +0 -13
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.cjs.js +0 -1
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.es.js +0 -17
- package/dist/modules/Testimonial/testimonial.module.css.cjs.js +0 -1
- package/dist/modules/Testimonial/testimonial.module.css.es.js +0 -27
- package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.cjs.js +0 -1
- package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.es.js +0 -21
- package/dist/modules/TextTwoImages/textTwoImages.module.css.cjs.js +0 -1
- package/dist/modules/TextTwoImages/textTwoImages.module.css.es.js +0 -25
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.cjs.js +0 -1
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.es.js +0 -15
- package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.cjs.js +0 -1
- package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.es.js +0 -23
- package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.cjs.js +0 -1
- package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.es.js +0 -25
- package/dist/modules/TotalCare/totalCare.module.css.cjs.js +0 -1
- package/dist/modules/TotalCare/totalCare.module.css.es.js +0 -19
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.cjs.js +0 -1
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.es.js +0 -29
- package/dist/modules/TrackProgress/trackProgress.module.css.cjs.js +0 -1
- package/dist/modules/TrackProgress/trackProgress.module.css.es.js +0 -13
- package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +0 -1
- package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +0 -31
- package/dist/modules/WhatIs/whatIs.module.css.cjs.js +0 -1
- package/dist/modules/WhatIs/whatIs.module.css.es.js +0 -15
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.cjs.js +0 -1
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.es.js +0 -13
- package/dist/modules/YourProtocol/yourProtocol.module.css.cjs.js +0 -1
- package/dist/modules/YourProtocol/yourProtocol.module.css.es.js +0 -19
- package/dist/node_modules/@gsap/react/src/index.cjs.js +0 -9
- package/dist/node_modules/@gsap/react/src/index.es.js +0 -29
- package/dist/node_modules/gsap/CSSPlugin.cjs.js +0 -8
- package/dist/node_modules/gsap/CSSPlugin.es.js +0 -423
- package/dist/node_modules/gsap/gsap-core.cjs.js +0 -8
- package/dist/node_modules/gsap/gsap-core.es.js +0 -1651
- package/dist/node_modules/gsap/index.cjs.js +0 -1
- package/dist/node_modules/gsap/index.es.js +0 -13
- package/dist/node_modules/jsonp/index.cjs.js +0 -1
- package/dist/node_modules/jsonp/index.es.js +0 -31
- package/dist/node_modules/jsonp/node_modules/debug/src/browser.cjs.js +0 -1
- package/dist/node_modules/jsonp/node_modules/debug/src/browser.es.js +0 -67
- package/dist/node_modules/jsonp/node_modules/debug/src/debug.cjs.js +0 -1
- package/dist/node_modules/jsonp/node_modules/debug/src/debug.es.js +0 -64
- package/dist/node_modules/jsonp/node_modules/ms/index.cjs.js +0 -1
- package/dist/node_modules/jsonp/node_modules/ms/index.es.js +0 -79
- package/dist/node_modules/object-assign/index.cjs.js +0 -5
- package/dist/node_modules/object-assign/index.es.js +0 -54
- package/dist/node_modules/prop-types/checkPropTypes.cjs.js +0 -1
- package/dist/node_modules/prop-types/checkPropTypes.es.js +0 -54
- package/dist/node_modules/prop-types/factoryWithThrowingShims.cjs.js +0 -1
- package/dist/node_modules/prop-types/factoryWithThrowingShims.es.js +0 -52
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.cjs.js +0 -2
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.es.js +0 -329
- package/dist/node_modules/prop-types/index.cjs.js +0 -1
- package/dist/node_modules/prop-types/index.es.js +0 -17
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.cjs.js +0 -1
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +0 -10
- package/dist/node_modules/prop-types/lib/has.cjs.js +0 -1
- package/dist/node_modules/prop-types/lib/has.es.js +0 -7
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.cjs.js +0 -8
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.es.js +0 -95
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.cjs.js +0 -8
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.es.js +0 -78
- package/dist/node_modules/prop-types/node_modules/react-is/index.cjs.js +0 -1
- package/dist/node_modules/prop-types/node_modules/react-is/index.es.js +0 -10
- package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.cjs.js +0 -1
- package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.es.js +0 -40
- package/dist/node_modules/react-mailchimp-subscribe/es/index.cjs.js +0 -1
- package/dist/node_modules/react-mailchimp-subscribe/es/index.es.js +0 -81
- package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.es.js +0 -37
- package/dist/node_modules/react-tiny-popover/dist/Popover.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/Popover.es.js +0 -147
- package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.es.js +0 -20
- package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.es.js +0 -86
- package/dist/node_modules/react-tiny-popover/dist/useElementRef.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/useElementRef.es.js +0 -22
- package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.es.js +0 -34
- package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.es.js +0 -24
- package/dist/node_modules/react-tiny-popover/dist/usePopover.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/usePopover.es.js +0 -140
- package/dist/node_modules/react-tiny-popover/dist/util.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/util.es.js +0 -81
- package/dist/node_modules/swiper/modules/navigation.cjs.js +0 -1
- package/dist/node_modules/swiper/modules/navigation.es.js +0 -127
- package/dist/node_modules/swiper/shared/create-element-if-not-defined.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/create-element-if-not-defined.es.js +0 -12
- package/dist/node_modules/swiper/shared/ssr-window.esm.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/ssr-window.esm.es.js +0 -135
- package/dist/node_modules/swiper/shared/swiper-core.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/swiper-core.es.js +0 -2028
- package/dist/node_modules/swiper/shared/update-on-virtual-data.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/update-on-virtual-data.es.js +0 -62
- package/dist/node_modules/swiper/shared/update-swiper.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/update-swiper.es.js +0 -192
- package/dist/node_modules/swiper/shared/utils.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/utils.es.js +0 -186
- package/dist/node_modules/swiper/swiper-react.cjs.js +0 -1
- package/dist/node_modules/swiper/swiper-react.es.js +0 -242
- package/dist/node_modules/to-querystring/lib/to-querystring.min.cjs.js +0 -1
- package/dist/node_modules/to-querystring/lib/to-querystring.min.es.js +0 -54
- package/dist/pageComponents/Banner/banner.module.css.cjs.js +0 -1
- package/dist/pageComponents/Banner/banner.module.css.es.js +0 -9
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.cjs.js +0 -1
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.es.js +0 -17
- package/dist/pageComponents/Bubbles/bubbles.module.css.cjs.js +0 -1
- package/dist/pageComponents/Bubbles/bubbles.module.css.es.js +0 -15
- package/dist/pageComponents/ContactUs/contactUs.module.css.cjs.js +0 -1
- package/dist/pageComponents/ContactUs/contactUs.module.css.es.js +0 -37
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.cjs.js +0 -1
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.es.js +0 -13
- package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.es.js +0 -7
- package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.es.js +0 -27
- package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.es.js +0 -15
- package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.es.js +0 -11
- package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.es.js +0 -17
- package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.es.js +0 -17
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.es.js +0 -37
- package/dist/pageComponents/Footer/footer.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/footer.module.css.es.js +0 -25
- package/dist/pageComponents/Gradient/gradient.module.css.cjs.js +0 -1
- package/dist/pageComponents/Gradient/gradient.module.css.es.js +0 -13
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.es.js +0 -23
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js +0 -21
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js +0 -17
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js +0 -31
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js +0 -19
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.es.js +0 -23
- package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.es.js +0 -17
- package/dist/pageComponents/LabsHero/labsHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/LabsHero/labsHero.module.css.es.js +0 -41
- package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.es.js +0 -17
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.es.js +0 -71
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.cjs.js +0 -1
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.es.js +0 -13
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.cjs.js +0 -1
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.es.js +0 -13
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.es.js +0 -23
- package/dist/styles/index.d.ts +0 -3
- package/dist/styles/typography.module.css.cjs.js +0 -1
- package/dist/styles/typography.module.css.es.js +0 -129
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
.root {
|
|
2
|
+
position: relative;
|
|
3
|
+
width: 100%;
|
|
4
|
+
overflow: hidden;
|
|
5
|
+
height: 810px;
|
|
6
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 67.2%, var(--color-bg-base-light) 96%), #E2EAEE;
|
|
7
|
+
padding-top: 40px;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.container {
|
|
11
|
+
position: relative;
|
|
12
|
+
width: 100%;
|
|
13
|
+
height: 100%;
|
|
14
|
+
max-width: var(--content-max-width);
|
|
15
|
+
margin: 0 auto;
|
|
16
|
+
z-index: 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.bubble {
|
|
20
|
+
position: absolute;
|
|
21
|
+
border-radius: var(--border-radius-full);
|
|
22
|
+
background: radial-gradient(
|
|
23
|
+
circle at 50% 50%,
|
|
24
|
+
var(--color-midnight-500) 0%,
|
|
25
|
+
var(--color-midnight-500) 60%,
|
|
26
|
+
var(--color-navy-500) 98%
|
|
27
|
+
);
|
|
28
|
+
box-shadow: -20px -20px 60px 0 var(--color-navy-500);
|
|
29
|
+
filter: blur(6px);
|
|
30
|
+
transition: top 3s ease, left 3s ease;
|
|
31
|
+
will-change: transform, top, left;
|
|
32
|
+
|
|
33
|
+
&[data-index="3"],
|
|
34
|
+
&[data-index="9"],
|
|
35
|
+
&[data-index="10"],
|
|
36
|
+
&[data-size="sm"],
|
|
37
|
+
&[data-size="xl"] {
|
|
38
|
+
background: var(--color-midnight-500);
|
|
39
|
+
box-shadow: none;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&[data-size="xs"] { width: 182px; height: 182px; }
|
|
43
|
+
&[data-size="sm"] { width: 314px; height: 314px; }
|
|
44
|
+
&[data-size="md"] { width: 364px; height: 364px; }
|
|
45
|
+
&[data-size="lg"] { width: 426px; height: 426px; }
|
|
46
|
+
&[data-size="xl"] { width: 480px; height: 480px; }
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.bubble::before {
|
|
50
|
+
content: '';
|
|
51
|
+
position: absolute;
|
|
52
|
+
inset: -3%;
|
|
53
|
+
z-index: -1;
|
|
54
|
+
border-radius: inherit;
|
|
55
|
+
box-shadow: -20px -20px 60px 0 var(--color-navy-500);
|
|
56
|
+
filter: blur(20px);
|
|
57
|
+
pointer-events: none;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.bubble[data-index="3"]::before,
|
|
61
|
+
.bubble[data-index="9"]::before,
|
|
62
|
+
.bubble[data-index="10"]::before,
|
|
63
|
+
.bubble[data-size="sm"]::before,
|
|
64
|
+
.bubble[data-size="xl"]::before {
|
|
65
|
+
display: none;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.bubble,
|
|
69
|
+
.bubbleReverse {
|
|
70
|
+
&[data-index="0"] { top: 27%; left: 1050px; }
|
|
71
|
+
&[data-index="1"] { top: 28.4%; left: 450px; }
|
|
72
|
+
&[data-index="2"] { top: 40%; left: 112px; }
|
|
73
|
+
&[data-index="3"] { top: 55%; left: 250px; }
|
|
74
|
+
&[data-index="4"] { top: 6.3%; left: 369px; }
|
|
75
|
+
&[data-index="5"] { top: 75.9%; left: 474px; }
|
|
76
|
+
&[data-index="6"] { top: 50%; left: 1000px; }
|
|
77
|
+
&[data-index="7"] { top: 14.8%; left: 0px; }
|
|
78
|
+
&[data-index="8"] { top: 27.5%; left: 1025px; }
|
|
79
|
+
&[data-index="9"] { top: 61.4%; left: 1280px; }
|
|
80
|
+
&[data-index="10"] { top: 50%; left: 1250px; }
|
|
81
|
+
&[data-index="11"] { top: 86%; left: 343px; }
|
|
82
|
+
&[data-index="12"] { top: 84%; left: -150px; }
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.bubbleFinished {
|
|
86
|
+
&[data-index="0"] { top: 68%; }
|
|
87
|
+
&[data-index="1"] { top: 63%; }
|
|
88
|
+
&[data-index="2"] { top: 60%; }
|
|
89
|
+
&[data-index="3"] { top: 87.5%; }
|
|
90
|
+
&[data-index="4"] { top: 88.4%; }
|
|
91
|
+
&[data-index="5"] { top: 95.9%; }
|
|
92
|
+
&[data-index="6"] { top: 80%; left: 850px }
|
|
93
|
+
&[data-index="7"] { top: 64.8%; }
|
|
94
|
+
&[data-index="8"] { top: 47.5%; }
|
|
95
|
+
&[data-index="9"] { top: 81.4%; }
|
|
96
|
+
&[data-index="10"] { top: 45%; }
|
|
97
|
+
&[data-index="11"] { top: 87%; }
|
|
98
|
+
&[data-index="12"] { top: 85%; }
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
@media screen and (width < 1024px) {
|
|
103
|
+
.root {
|
|
104
|
+
height: 522px;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.bubble {
|
|
108
|
+
transition: top 5s ease, left 5s ease;
|
|
109
|
+
|
|
110
|
+
&[data-size="xs"] { width: 131px; height: 131px; }
|
|
111
|
+
&[data-size="sm"] { width: 197px; height: 197px; }
|
|
112
|
+
&[data-size="md"] { width: 222px; height: 222px; }
|
|
113
|
+
&[data-size="lg"] { width: 263px; height: 263px; }
|
|
114
|
+
&[data-size="xl"] { width: 280px; height: 280px; }
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.bubble,
|
|
118
|
+
.bubbleReverse,
|
|
119
|
+
.bubbleFinished {
|
|
120
|
+
&[data-index="0"] { left: 360px; }
|
|
121
|
+
&[data-index="1"] { left: 30px; }
|
|
122
|
+
&[data-index="2"] { left: 0px; }
|
|
123
|
+
&[data-index="3"] { left: 10px; }
|
|
124
|
+
&[data-index="4"] { left: 69px; }
|
|
125
|
+
&[data-index="5"] { left: 74px; }
|
|
126
|
+
&[data-index="6"] { left: 400px; }
|
|
127
|
+
&[data-index="7"] { left: 0px; }
|
|
128
|
+
&[data-index="8"] { left: 365px; }
|
|
129
|
+
&[data-index="9"] { left: 520px; top: 75%}
|
|
130
|
+
&[data-index="10"] { left: 290px; }
|
|
131
|
+
&[data-index="11"] { left: 43px; }
|
|
132
|
+
&[data-index="12"] { left: -150px; }
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
@media screen and (width < 768px) {
|
|
137
|
+
.root {
|
|
138
|
+
height: 522px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.bubble {
|
|
142
|
+
transition: top 5s ease, left 5s ease;
|
|
143
|
+
|
|
144
|
+
&[data-size="xs"] { width: 91px; height: 91px; }
|
|
145
|
+
&[data-size="sm"] { width: 157px; height: 157px; }
|
|
146
|
+
&[data-size="md"] { width: 182px; height: 182px; }
|
|
147
|
+
&[data-size="lg"] { width: 223px; height: 223px; }
|
|
148
|
+
&[data-size="xl"] { width: 240px; height: 240px; }
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.bubble,
|
|
152
|
+
.bubbleReverse,
|
|
153
|
+
.bubbleFinished {
|
|
154
|
+
&[data-index="0"] { left: 350px; }
|
|
155
|
+
&[data-index="1"] { left: 30px; }
|
|
156
|
+
&[data-index="2"] { left: 0px; }
|
|
157
|
+
&[data-index="3"] { left: 10px; }
|
|
158
|
+
&[data-index="4"] { left: 69px; }
|
|
159
|
+
&[data-index="5"] { left: 74px; }
|
|
160
|
+
&[data-index="6"] { left: 350px; }
|
|
161
|
+
&[data-index="7"] { left: 0px; }
|
|
162
|
+
&[data-index="8"] { left: 325px; }
|
|
163
|
+
&[data-index="9"] { left: 480px; }
|
|
164
|
+
&[data-index="10"] { left: 250px; }
|
|
165
|
+
&[data-index="11"] { left: 43px; }
|
|
166
|
+
&[data-index="12"] { left: -150px; }
|
|
167
|
+
}
|
|
168
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("../../utils/cn/cn.cjs.js"),a=require("../../src/pageComponents/ContactUs/contactUs.module.css"),s=require("../../components/Typography/Typography.cjs.js"),n=require("../../components/Button/Button.cjs.js"),i=()=>e.jsx("div",{className:a.root,children:e.jsxs("div",{className:a.container,children:[e.jsxs("div",{className:a.headline,children:[e.jsx(s.Typography,{as:"h2",defaultVariant:"displayLg",mobileVariant:"displayXs",children:"Contact Us"}),e.jsx(s.Typography,{defaultVariant:"headingXl",mobileVariant:"headingXs",children:"From general questions to specific issues, we're eager to chat with you about any aspect of Healthspan."})]}),e.jsxs("div",{className:a.itemContainer,children:[e.jsx(s.Typography,{defaultVariant:"headingLg",mobileVariant:"headingSm",children:"Message Us"}),e.jsxs("div",{className:a.messageBlock,children:[e.jsx(s.Typography,{className:a.messageResponse,defaultVariant:"labelMd",mobileVariant:"labelSm",children:"RESPONSE TYPICALLY WITHIN 24 HOURS"}),e.jsxs(s.Typography,{className:a.messageDescription,defaultVariant:"headingMd",mobileVariant:"headingXs",children:["Current and former members are welcome to get in touch at anytime, for any reason.",e.jsx("br",{}),e.jsx("br",{})," Simply log in to your account and send us a message — we're here to help."]}),e.jsx("div",{className:t.cn(a.messageButton,a.mobile),children:e.jsx(n.Button,{as:"a",href:"https://app.gethealthspan.com/#/login?redirectPath=/messages",variant:"primary",size:"md",children:"Log In"})}),e.jsx("div",{className:t.cn(a.messageButton,a.desktop),children:e.jsx(n.Button,{as:"a",href:"https://app.gethealthspan.com/#/login?redirectPath=/messages",variant:"primary",size:"lg",children:"Log In"})})]}),e.jsx("div",{className:a.leftBorder}),e.jsx("div",{className:a.rightBorder})]}),e.jsxs("div",{className:a.itemContainer,children:[e.jsx(s.Typography,{defaultVariant:"headingLg",mobileVariant:"headingSm",children:"Submit Question"}),e.jsxs("div",{className:a.questionBlock,children:[e.jsx(s.Typography,{className:a.questionResponse,defaultVariant:"labelMd",mobileVariant:"labelSm",children:"RESPONSE TYPICALLY 24-72 HOURS"}),e.jsx(s.Typography,{className:a.questionDescription,defaultVariant:"headingMd",mobileVariant:"headingXs",children:"Have a question about a Healthspan but you're not a member? Let's talk!"}),e.jsxs("div",{className:a.buttonWrap,children:[e.jsx("div",{className:t.cn(a.questionButton,a.mobile),children:e.jsx(n.Button,{as:"a",href:"https://healthspan.zendesk.com/hc/en-us/requests/new",variant:"primary",size:"md",children:"Send A Message"})}),e.jsx("div",{className:t.cn(a.questionButton,a.desktop),children:e.jsx(n.Button,{as:"a",href:"https://healthspan.zendesk.com/hc/en-us/requests/new",variant:"primary",size:"lg",children:"Send a Message"})}),e.jsx("div",{className:t.cn(a.phoneButton,a.mobile),children:e.jsx(n.Button,{as:"a",href:"tel:6505638696",variant:"muted",size:"md",children:"call (650) 563-8696"})}),e.jsx("div",{className:t.cn(a.phoneButton,a.desktop),children:e.jsx(n.Button,{as:"a",href:"tel:6505638696",variant:"muted",size:"lg",children:"call (650) 563-8696"})})]})]}),e.jsx("div",{className:a.leftBorder}),e.jsx("div",{className:a.rightBorder})]})]})});exports.ContactUs=i;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as a, jsxs as s } from "react/jsx-runtime";
|
|
2
|
+
import { cn as t } from "../../utils/cn/cn.es.js";
|
|
3
|
+
import e from "../../pageComponents/ContactUs/contactUs.module.css";
|
|
2
4
|
import { Typography as i } from "../../components/Typography/Typography.es.js";
|
|
3
|
-
import { Button as
|
|
4
|
-
import { cn as n } from "../../utils/cn/cn.es.js";
|
|
5
|
-
import e from "./contactUs.module.css.es.js";
|
|
5
|
+
import { Button as n } from "../../components/Button/Button.es.js";
|
|
6
6
|
const c = () => /* @__PURE__ */ a("div", { className: e.root, children: /* @__PURE__ */ s("div", { className: e.container, children: [
|
|
7
7
|
/* @__PURE__ */ s("div", { className: e.headline, children: [
|
|
8
8
|
/* @__PURE__ */ a(i, { as: "h2", defaultVariant: "displayLg", mobileVariant: "displayXs", children: "Contact Us" }),
|
|
@@ -26,8 +26,8 @@ const c = () => /* @__PURE__ */ a("div", { className: e.root, children: /* @__PU
|
|
|
26
26
|
]
|
|
27
27
|
}
|
|
28
28
|
),
|
|
29
|
-
/* @__PURE__ */ a("div", { className:
|
|
30
|
-
|
|
29
|
+
/* @__PURE__ */ a("div", { className: t(e.messageButton, e.mobile), children: /* @__PURE__ */ a(
|
|
30
|
+
n,
|
|
31
31
|
{
|
|
32
32
|
as: "a",
|
|
33
33
|
href: "https://app.gethealthspan.com/#/login?redirectPath=/messages",
|
|
@@ -36,8 +36,8 @@ const c = () => /* @__PURE__ */ a("div", { className: e.root, children: /* @__PU
|
|
|
36
36
|
children: "Log In"
|
|
37
37
|
}
|
|
38
38
|
) }),
|
|
39
|
-
/* @__PURE__ */ a("div", { className:
|
|
40
|
-
|
|
39
|
+
/* @__PURE__ */ a("div", { className: t(e.messageButton, e.desktop), children: /* @__PURE__ */ a(
|
|
40
|
+
n,
|
|
41
41
|
{
|
|
42
42
|
as: "a",
|
|
43
43
|
href: "https://app.gethealthspan.com/#/login?redirectPath=/messages",
|
|
@@ -64,8 +64,8 @@ const c = () => /* @__PURE__ */ a("div", { className: e.root, children: /* @__PU
|
|
|
64
64
|
}
|
|
65
65
|
),
|
|
66
66
|
/* @__PURE__ */ s("div", { className: e.buttonWrap, children: [
|
|
67
|
-
/* @__PURE__ */ a("div", { className:
|
|
68
|
-
|
|
67
|
+
/* @__PURE__ */ a("div", { className: t(e.questionButton, e.mobile), children: /* @__PURE__ */ a(
|
|
68
|
+
n,
|
|
69
69
|
{
|
|
70
70
|
as: "a",
|
|
71
71
|
href: "https://healthspan.zendesk.com/hc/en-us/requests/new",
|
|
@@ -74,8 +74,8 @@ const c = () => /* @__PURE__ */ a("div", { className: e.root, children: /* @__PU
|
|
|
74
74
|
children: "Send A Message"
|
|
75
75
|
}
|
|
76
76
|
) }),
|
|
77
|
-
/* @__PURE__ */ a("div", { className:
|
|
78
|
-
|
|
77
|
+
/* @__PURE__ */ a("div", { className: t(e.questionButton, e.desktop), children: /* @__PURE__ */ a(
|
|
78
|
+
n,
|
|
79
79
|
{
|
|
80
80
|
as: "a",
|
|
81
81
|
href: "https://healthspan.zendesk.com/hc/en-us/requests/new",
|
|
@@ -84,8 +84,8 @@ const c = () => /* @__PURE__ */ a("div", { className: e.root, children: /* @__PU
|
|
|
84
84
|
children: "Send a Message"
|
|
85
85
|
}
|
|
86
86
|
) }),
|
|
87
|
-
/* @__PURE__ */ a("div", { className:
|
|
88
|
-
/* @__PURE__ */ a("div", { className:
|
|
87
|
+
/* @__PURE__ */ a("div", { className: t(e.phoneButton, e.mobile), children: /* @__PURE__ */ a(n, { as: "a", href: "tel:6505638696", variant: "muted", size: "md", children: "call (650) 563-8696" }) }),
|
|
88
|
+
/* @__PURE__ */ a("div", { className: t(e.phoneButton, e.desktop), children: /* @__PURE__ */ a(n, { as: "a", href: "tel:6505638696", variant: "muted", size: "lg", children: "call (650) 563-8696" }) })
|
|
89
89
|
] })
|
|
90
90
|
] }),
|
|
91
91
|
/* @__PURE__ */ a("div", { className: e.leftBorder }),
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
.root {
|
|
2
|
+
width: 100%;
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
position: relative;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.container {
|
|
10
|
+
position: relative;
|
|
11
|
+
display: flex;
|
|
12
|
+
width: 100%;
|
|
13
|
+
max-width: var(--content-max-width);
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
align-items: flex-start;
|
|
16
|
+
padding: 140px 60px 131px 60px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.headline {
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
gap: 16px;
|
|
23
|
+
max-width: 960px;
|
|
24
|
+
margin-bottom: 126px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.itemContainer:before {
|
|
28
|
+
content: '';
|
|
29
|
+
position: absolute;
|
|
30
|
+
top: 0;
|
|
31
|
+
left: 12px;
|
|
32
|
+
right: 12px;
|
|
33
|
+
height: var(--border-width-sm);
|
|
34
|
+
background: var(--border-color-alpha-black-10);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.itemContainer:last-child::after {
|
|
38
|
+
content: '';
|
|
39
|
+
position: absolute;
|
|
40
|
+
bottom: 0;
|
|
41
|
+
left: 12px;
|
|
42
|
+
right: 12px;
|
|
43
|
+
height: var(--border-width-sm);
|
|
44
|
+
background: var(--border-color-alpha-black-10);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.itemContainer {
|
|
48
|
+
position: relative;
|
|
49
|
+
padding: 64px 48px;
|
|
50
|
+
display: flex;
|
|
51
|
+
justify-content: space-between;
|
|
52
|
+
align-items: flex-start;
|
|
53
|
+
width: 100%;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.itemContainer .leftBorder,
|
|
57
|
+
.itemContainer .rightBorder {
|
|
58
|
+
position: absolute;
|
|
59
|
+
top: 12px;
|
|
60
|
+
bottom: 12px;
|
|
61
|
+
width: var(--border-width-sm);
|
|
62
|
+
background: var(--border-color-alpha-black-10);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.itemContainer .leftBorder {
|
|
66
|
+
left: 0;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.itemContainer .rightBorder {
|
|
70
|
+
right: 0;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.messageBlock,
|
|
74
|
+
.questionBlock {
|
|
75
|
+
width: 50%;
|
|
76
|
+
display: flex;
|
|
77
|
+
flex-direction: column;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.messageDescription,
|
|
81
|
+
.questionDescription {
|
|
82
|
+
margin-top: 12px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.questionResponse,
|
|
86
|
+
.messageResponse {
|
|
87
|
+
color: var(--color-text-secondary);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.messageButton {
|
|
91
|
+
margin-top: 40px;
|
|
92
|
+
width: fit-content;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.buttonWrap {
|
|
96
|
+
margin-top: 40px;
|
|
97
|
+
gap: 16px;
|
|
98
|
+
display: flex;
|
|
99
|
+
flex-wrap: wrap;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.mobile {
|
|
103
|
+
display: none;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.desktop {
|
|
107
|
+
display: block;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@media screen and (width <= 768px) {
|
|
111
|
+
.container {
|
|
112
|
+
padding: 120px 20px 42px 20px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.headline {
|
|
116
|
+
margin-bottom: 48px;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.itemContainer {
|
|
120
|
+
padding: 24px;
|
|
121
|
+
flex-direction: column;
|
|
122
|
+
width: 100%;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.messageBlock,
|
|
126
|
+
.questionBlock {
|
|
127
|
+
width: 100%;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.messageResponse,
|
|
131
|
+
.questionResponse {
|
|
132
|
+
margin-top: 24px;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.messageDescription,
|
|
136
|
+
.questionDescription {
|
|
137
|
+
margin-top: 12px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.messageButton {
|
|
141
|
+
margin-top: 40px;
|
|
142
|
+
width: fit-content;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.mobile {
|
|
146
|
+
display: block;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.desktop {
|
|
150
|
+
display: none;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("./assets/content-img.png.cjs.js"),t=require("../../src/pageComponents/DiscoverTheStory/discoverTheStory.module.css"),r=require("../../components/Typography/Typography.cjs.js"),n=()=>e.jsx("div",{className:t.root,children:e.jsxs("div",{className:t.container,children:[e.jsx("img",{src:o.default,alt:"content image",className:t.contentImg}),e.jsxs("div",{className:t.contentTextContainer,children:[e.jsx(r.Typography,{defaultVariant:"displayMd",mobileVariant:"headingXl",children:"Discover the story behind your numbers"}),e.jsx(r.Typography,{defaultVariant:"bodyMd",mobileVariant:"bodySm",children:"Our intuitive interface makes complex biomarker data easy to understand. Personalized reports provide context and meaning to your results, so you can see the full picture of your health."})]})]})});exports.DiscoverTheStory=n;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e, jsxs as r } from "react/jsx-runtime";
|
|
2
|
-
import { Typography as o } from "../../components/Typography/Typography.es.js";
|
|
3
2
|
import a from "./assets/content-img.png.es.js";
|
|
4
|
-
import t from "
|
|
3
|
+
import t from "../../pageComponents/DiscoverTheStory/discoverTheStory.module.css";
|
|
4
|
+
import { Typography as o } from "../../components/Typography/Typography.es.js";
|
|
5
5
|
const c = () => /* @__PURE__ */ e("div", { className: t.root, children: /* @__PURE__ */ r("div", { className: t.container, children: [
|
|
6
6
|
/* @__PURE__ */ e("img", { src: a, alt: "content image", className: t.contentImg }),
|
|
7
7
|
/* @__PURE__ */ r("div", { className: t.contentTextContainer, children: [
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
.root {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
width: 100%;
|
|
6
|
+
background: center / cover no-repeat url('./assets/bg-img.jpg');
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.container {
|
|
10
|
+
display: flex;
|
|
11
|
+
justify-content: flex-end;
|
|
12
|
+
align-items: center;
|
|
13
|
+
width: 100%;
|
|
14
|
+
max-width: var(--content-max-width);
|
|
15
|
+
padding: 180px;
|
|
16
|
+
min-height: 810px;
|
|
17
|
+
position: relative;
|
|
18
|
+
overflow: hidden;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.contentImg {
|
|
22
|
+
display: block;
|
|
23
|
+
max-width: 660px;
|
|
24
|
+
max-height: 764px;
|
|
25
|
+
width: auto;
|
|
26
|
+
height: auto;
|
|
27
|
+
position: absolute;
|
|
28
|
+
left: -7px;
|
|
29
|
+
bottom: -74px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.contentTextContainer {
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-direction: column;
|
|
35
|
+
gap: 24px;
|
|
36
|
+
color: var(--color-text-primary-inverted);
|
|
37
|
+
width: 100%;
|
|
38
|
+
max-width: 480px;
|
|
39
|
+
z-index: 10;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
@media (width <= 1330px) {
|
|
43
|
+
.container {
|
|
44
|
+
padding: 120px;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
@media (width <= 1270px) {
|
|
49
|
+
.container {
|
|
50
|
+
padding: 90px;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@media (width <= 1230px) {
|
|
55
|
+
.container {
|
|
56
|
+
padding: 60px;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
@media (width <= 1200px) {
|
|
61
|
+
.container {
|
|
62
|
+
padding: 30px;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.contentImg {
|
|
66
|
+
left: -92px;
|
|
67
|
+
bottom: -88px;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@media (width <= 1100px) {
|
|
72
|
+
.contentImg {
|
|
73
|
+
max-width: 542px;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
@media (width <= 1024px) {
|
|
78
|
+
.contentImg {
|
|
79
|
+
max-width: 442px;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
@media (width <= 768px) {
|
|
84
|
+
.root {
|
|
85
|
+
background: center / cover no-repeat url('./assets/bg-img-mobile.jpg');
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.container {
|
|
89
|
+
flex-direction: column;
|
|
90
|
+
justify-content: flex-start;
|
|
91
|
+
padding: 45px 20px;
|
|
92
|
+
min-height: 590px;
|
|
93
|
+
max-height: 790px;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.contentImg {
|
|
97
|
+
max-width: 442px;
|
|
98
|
+
max-height: 542px;
|
|
99
|
+
left: -92px;
|
|
100
|
+
bottom: -88px;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.contentTextContainer {
|
|
104
|
+
max-width: 100%;
|
|
105
|
+
margin-bottom: 410px;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime")
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),j=require("./assets/CompanyName.svg.cjs.js"),x=require("../../types/analytics/analytics.cjs.js"),n=require("../../src/pageComponents/Footer/footer.module.css"),N=require("./components/NewsLetter/NewsLetter.cjs.js"),f=require("./components/LinksColumn/LinksColumn.cjs.js"),v=require("./components/TopTreatmentsSlider/TopTreatmentsSlider.cjs.js"),p=require("./components/FooterLinksBlock/FooterLinksBlock.cjs.js"),d=require("./components/FooterAbout/FooterAbout.cjs.js"),o=require("../../components/IconButton/IconButton.cjs.js"),s=require("../../components/Icon/constants.cjs.js"),i={title:"Treatments",content:[{title:"All Treatments",href:"/treatments"},{title:"Personalized Protocols",href:"/personalized-protocols"},{title:"Labs",href:"/labs"},{title:"Medications",href:"/medications"},{title:"Supplements",href:"/supplements"}]},b=({socialMedia:t,products:r,trackingEvent:l,trackingLocation:m})=>{const a=u=>{var c;if(l){const h={event:l,location:m||"",type:x.EAnalyticsEventType.interaction,payload:{email:u,pageTitle:document.title,component:"Footer",element:"NewsLetter"}};(c=window.eventBus)==null||c.emit("analytics",h)}};return e.jsx("footer",{className:n.root,children:e.jsxs("div",{className:n.container,children:[e.jsxs("div",{className:n.content,children:[e.jsx("div",{className:n.footerLeft,children:e.jsx(N.NewsLetter,{onSubmit:a})}),e.jsxs("div",{className:n.footerRight,children:[e.jsxs("div",{className:n.columns,children:[e.jsx(f.LinksColumn,{title:i.title,links:i.content},i.title),r&&(r==null?void 0:r.length)>0&&e.jsx(v.TopTreatmentsSlider,{title:"Top Treatments",products:r})]}),e.jsx("div",{className:n.footerLinks,children:e.jsx(p.FooterLinksBlock,{})}),e.jsxs("div",{className:n.about,children:[e.jsx(d.FooterAbout,{}),e.jsxs("div",{className:n.socials,children:[(t==null?void 0:t.facebook)&&e.jsx("a",{href:t.facebook,target:"_blank",rel:"noopener noreferrer",children:e.jsx(o.IconButton,{iconName:s.EIconName.FACEBOOK,variant:"muted-invert",size:"lg"})}),(t==null?void 0:t.instagram)&&e.jsx("a",{href:t.instagram,target:"_blank",rel:"noopener noreferrer",children:e.jsx(o.IconButton,{iconName:s.EIconName.INSTAGRAM,variant:"muted-invert",size:"lg"})}),(t==null?void 0:t.twitter)&&e.jsx("a",{href:t.twitter,target:"_blank",rel:"noopener noreferrer",children:e.jsx(o.IconButton,{iconName:s.EIconName.X,variant:"muted-invert",size:"lg"})})]})]})]})]}),e.jsx("div",{className:n.img,children:e.jsx(j.default,{width:"100%",height:"100%",preserveAspectRatio:"xMidYMid meet"})})]})})};exports.Footer=b;
|
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as e, jsxs as n } from "react/jsx-runtime";
|
|
3
|
-
import "
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import { FooterAbout as v } from "./components/FooterAbout/FooterAbout.es.js";
|
|
7
|
-
import { FooterLinksBlock as N } from "./components/FooterLinksBlock/FooterLinksBlock.es.js";
|
|
3
|
+
import v from "./assets/CompanyName.svg.es.js";
|
|
4
|
+
import { EAnalyticsEventType as N } from "../../types/analytics/analytics.es.js";
|
|
5
|
+
import r from "../../pageComponents/Footer/footer.module.css";
|
|
8
6
|
import { NewsLetter as d } from "./components/NewsLetter/NewsLetter.es.js";
|
|
9
|
-
import "
|
|
10
|
-
import "
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import
|
|
14
|
-
import {
|
|
15
|
-
import r from "./footer.module.css.es.js";
|
|
7
|
+
import { LinksColumn as g } from "./components/LinksColumn/LinksColumn.es.js";
|
|
8
|
+
import { TopTreatmentsSlider as b } from "./components/TopTreatmentsSlider/TopTreatmentsSlider.es.js";
|
|
9
|
+
import { FooterLinksBlock as u } from "./components/FooterLinksBlock/FooterLinksBlock.es.js";
|
|
10
|
+
import { FooterAbout as k } from "./components/FooterAbout/FooterAbout.es.js";
|
|
11
|
+
import { IconButton as m } from "../../components/IconButton/IconButton.es.js";
|
|
12
|
+
import { EIconName as i } from "../../components/Icon/constants.es.js";
|
|
16
13
|
const l = {
|
|
17
14
|
title: "Treatments",
|
|
18
15
|
content: [
|
|
@@ -22,22 +19,22 @@ const l = {
|
|
|
22
19
|
{ title: "Medications", href: "/medications" },
|
|
23
20
|
{ title: "Supplements", href: "/supplements" }
|
|
24
21
|
]
|
|
25
|
-
},
|
|
26
|
-
const f = (
|
|
22
|
+
}, E = ({ socialMedia: t, products: o, trackingEvent: s, trackingLocation: c }) => {
|
|
23
|
+
const f = (h) => {
|
|
27
24
|
var a;
|
|
28
25
|
if (s) {
|
|
29
|
-
const
|
|
26
|
+
const p = {
|
|
30
27
|
event: s,
|
|
31
28
|
location: c || "",
|
|
32
|
-
type:
|
|
29
|
+
type: N.interaction,
|
|
33
30
|
payload: {
|
|
34
|
-
email:
|
|
31
|
+
email: h,
|
|
35
32
|
pageTitle: document.title,
|
|
36
33
|
component: "Footer",
|
|
37
34
|
element: "NewsLetter"
|
|
38
35
|
}
|
|
39
36
|
};
|
|
40
|
-
(a = window.eventBus) == null || a.emit("analytics",
|
|
37
|
+
(a = window.eventBus) == null || a.emit("analytics", p);
|
|
41
38
|
}
|
|
42
39
|
};
|
|
43
40
|
return /* @__PURE__ */ e("footer", { className: r.root, children: /* @__PURE__ */ n("div", { className: r.container, children: [
|
|
@@ -45,23 +42,23 @@ const l = {
|
|
|
45
42
|
/* @__PURE__ */ e("div", { className: r.footerLeft, children: /* @__PURE__ */ e(d, { onSubmit: f }) }),
|
|
46
43
|
/* @__PURE__ */ n("div", { className: r.footerRight, children: [
|
|
47
44
|
/* @__PURE__ */ n("div", { className: r.columns, children: [
|
|
48
|
-
/* @__PURE__ */ e(
|
|
49
|
-
o && (o == null ? void 0 : o.length) > 0 && /* @__PURE__ */ e(
|
|
45
|
+
/* @__PURE__ */ e(g, { title: l.title, links: l.content }, l.title),
|
|
46
|
+
o && (o == null ? void 0 : o.length) > 0 && /* @__PURE__ */ e(b, { title: "Top Treatments", products: o })
|
|
50
47
|
] }),
|
|
51
|
-
/* @__PURE__ */ e("div", { className: r.footerLinks, children: /* @__PURE__ */ e(
|
|
48
|
+
/* @__PURE__ */ e("div", { className: r.footerLinks, children: /* @__PURE__ */ e(u, {}) }),
|
|
52
49
|
/* @__PURE__ */ n("div", { className: r.about, children: [
|
|
53
|
-
/* @__PURE__ */ e(
|
|
50
|
+
/* @__PURE__ */ e(k, {}),
|
|
54
51
|
/* @__PURE__ */ n("div", { className: r.socials, children: [
|
|
55
|
-
(t == null ? void 0 : t.facebook) && /* @__PURE__ */ e("a", { href: t.facebook, target: "_blank", rel: "noopener noreferrer", children: /* @__PURE__ */ e(
|
|
56
|
-
(t == null ? void 0 : t.instagram) && /* @__PURE__ */ e("a", { href: t.instagram, target: "_blank", rel: "noopener noreferrer", children: /* @__PURE__ */ e(
|
|
57
|
-
(t == null ? void 0 : t.twitter) && /* @__PURE__ */ e("a", { href: t.twitter, target: "_blank", rel: "noopener noreferrer", children: /* @__PURE__ */ e(
|
|
52
|
+
(t == null ? void 0 : t.facebook) && /* @__PURE__ */ e("a", { href: t.facebook, target: "_blank", rel: "noopener noreferrer", children: /* @__PURE__ */ e(m, { iconName: i.FACEBOOK, variant: "muted-invert", size: "lg" }) }),
|
|
53
|
+
(t == null ? void 0 : t.instagram) && /* @__PURE__ */ e("a", { href: t.instagram, target: "_blank", rel: "noopener noreferrer", children: /* @__PURE__ */ e(m, { iconName: i.INSTAGRAM, variant: "muted-invert", size: "lg" }) }),
|
|
54
|
+
(t == null ? void 0 : t.twitter) && /* @__PURE__ */ e("a", { href: t.twitter, target: "_blank", rel: "noopener noreferrer", children: /* @__PURE__ */ e(m, { iconName: i.X, variant: "muted-invert", size: "lg" }) })
|
|
58
55
|
] })
|
|
59
56
|
] })
|
|
60
57
|
] })
|
|
61
58
|
] }),
|
|
62
|
-
/* @__PURE__ */ e("div", { className: r.img, children: /* @__PURE__ */ e(
|
|
59
|
+
/* @__PURE__ */ e("div", { className: r.img, children: /* @__PURE__ */ e(v, { width: "100%", height: "100%", preserveAspectRatio: "xMidYMid meet" }) })
|
|
63
60
|
] }) });
|
|
64
61
|
};
|
|
65
62
|
export {
|
|
66
|
-
|
|
63
|
+
E as Footer
|
|
67
64
|
};
|