@zenpatient-org/healthspan-marketing-ui 0.1.32 → 0.1.33
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/dist/_virtual/ArrowContainer.cjs.js +1 -0
- package/dist/_virtual/ArrowContainer.es.js +4 -0
- package/dist/_virtual/Popover.cjs.js +1 -0
- package/dist/_virtual/Popover.cjs2.js +1 -0
- package/dist/_virtual/Popover.es.js +5 -0
- package/dist/_virtual/Popover.es2.js +4 -0
- package/dist/_virtual/PopoverPortal.cjs.js +1 -0
- package/dist/_virtual/PopoverPortal.es.js +4 -0
- package/dist/_virtual/useArrowContainer.cjs.js +1 -0
- package/dist/_virtual/useArrowContainer.es.js +4 -0
- package/dist/_virtual/useElementRef.cjs.js +1 -0
- package/dist/_virtual/useElementRef.es.js +4 -0
- package/dist/_virtual/useHandlePrevValues.cjs.js +1 -0
- package/dist/_virtual/useHandlePrevValues.es.js +4 -0
- package/dist/_virtual/useMemoizedArray.cjs.js +1 -0
- package/dist/_virtual/useMemoizedArray.es.js +4 -0
- package/dist/_virtual/usePopover.cjs.js +1 -0
- package/dist/_virtual/usePopover.es.js +4 -0
- package/dist/_virtual/util.cjs.js +1 -0
- package/dist/_virtual/util.es.js +4 -0
- package/dist/assets/svg/badge-icon.svg.cjs.js +1 -0
- package/dist/assets/svg/badge-icon.svg.es.js +5 -0
- package/dist/components/Accordion/Accordion.cjs.js +1 -0
- package/dist/components/Accordion/Accordion.d.ts +14 -0
- package/dist/components/Accordion/Accordion.es.js +29 -0
- package/dist/components/Accordion/accordion.module.css.cjs.js +1 -0
- package/dist/components/Accordion/accordion.module.css.es.js +7 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs.js +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +14 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +18 -0
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +1 -0
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +25 -0
- package/dist/components/Accordion/components/AccordionItem/index.d.ts +1 -0
- package/dist/components/Accordion/components/index.d.ts +1 -0
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/AnchorLinks/AnchorLinks.cjs.js +1 -0
- package/dist/components/AnchorLinks/AnchorLinks.d.ts +3 -0
- package/dist/components/AnchorLinks/AnchorLinks.es.js +20 -0
- package/dist/components/AnchorLinks/anchorLinks.module.css.cjs.js +1 -0
- package/dist/components/AnchorLinks/anchorLinks.module.css.es.js +13 -0
- package/dist/components/AnchorLinks/index.d.ts +1 -0
- package/dist/components/AnchorLinks/types.d.ts +17 -0
- package/dist/components/Benefit/Benefit.cjs.js +1 -0
- package/dist/components/Benefit/Benefit.d.ts +8 -0
- package/dist/components/Benefit/Benefit.es.js +13 -0
- package/dist/components/Benefit/benefit.module.css.cjs.js +1 -0
- package/dist/components/Benefit/benefit.module.css.es.js +9 -0
- package/dist/components/Benefit/index.d.ts +2 -0
- package/dist/components/Button/Button.cjs.js +1 -0
- package/dist/components/Button/Button.d.ts +15 -0
- package/dist/components/Button/Button.es.js +37 -0
- package/dist/components/Button/button.module.css.cjs.js +1 -0
- package/dist/components/Button/button.module.css.es.js +31 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Callback/Callback.cjs.js +1 -0
- package/dist/components/Callback/Callback.d.ts +12 -0
- package/dist/components/Callback/Callback.es.js +53 -0
- package/dist/components/Callback/callback.module.css.cjs.js +1 -0
- package/dist/components/Callback/callback.module.css.es.js +31 -0
- package/dist/components/Callback/constants.cjs.js +1 -0
- package/dist/components/Callback/constants.d.ts +13 -0
- package/dist/components/Callback/constants.es.js +31 -0
- package/dist/components/Callback/index.d.ts +2 -0
- package/dist/components/Callback/types.d.ts +1 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.cjs.js +1 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.d.ts +3 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.es.js +135 -0
- package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.cjs.js +1 -0
- package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.es.js +19 -0
- package/dist/components/ComplexImageCarousel/index.d.ts +2 -0
- package/dist/components/ComplexImageCarousel/types.d.ts +10 -0
- package/dist/components/ComplexTooltip/ComplexTooltip.cjs.js +1 -0
- package/dist/components/ComplexTooltip/ComplexTooltip.d.ts +11 -0
- package/dist/components/ComplexTooltip/ComplexTooltip.es.js +62 -0
- package/dist/components/ComplexTooltip/complexTooltip.module.css.cjs.js +1 -0
- package/dist/components/ComplexTooltip/complexTooltip.module.css.es.js +7 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js +1 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.d.ts +10 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js +52 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.cjs.js +1 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.es.js +15 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/index.d.ts +1 -0
- package/dist/components/ComplexTooltip/index.d.ts +2 -0
- package/dist/components/ComplexTooltip/types.d.ts +13 -0
- package/dist/components/ContentTabs/ContentTabs.cjs.js +1 -0
- package/dist/components/ContentTabs/ContentTabs.d.ts +18 -0
- package/dist/components/ContentTabs/ContentTabs.es.js +38 -0
- package/dist/components/ContentTabs/contentTabs.module.css.cjs.js +1 -0
- package/dist/components/ContentTabs/contentTabs.module.css.es.js +23 -0
- package/dist/components/ContentTabs/index.d.ts +2 -0
- package/dist/components/Cursor/Cursor.cjs.js +1 -0
- package/dist/components/Cursor/Cursor.d.ts +8 -0
- package/dist/components/Cursor/Cursor.es.js +9 -0
- package/dist/components/Cursor/components/ClientCursor.cjs.js +1 -0
- package/dist/components/Cursor/components/ClientCursor.d.ts +3 -0
- package/dist/components/Cursor/components/ClientCursor.es.js +42 -0
- package/dist/components/Cursor/components/ServerCursor.cjs.js +1 -0
- package/dist/components/Cursor/components/ServerCursor.d.ts +5 -0
- package/dist/components/Cursor/components/ServerCursor.es.js +4 -0
- package/dist/components/Cursor/cursor.module.css.cjs.js +1 -0
- package/dist/components/Cursor/cursor.module.css.es.js +11 -0
- package/dist/components/Cursor/index.d.ts +1 -0
- package/dist/components/FAQComponent/FAQComponent.cjs.js +1 -0
- package/dist/components/FAQComponent/FAQComponent.d.ts +3 -0
- package/dist/components/FAQComponent/FAQComponent.es.js +27 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.cjs.js +1 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.d.ts +3 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.es.js +30 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/faqComponentItem.module.css.cjs.js +1 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/faqComponentItem.module.css.es.js +27 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/index.d.ts +2 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/types.d.ts +9 -0
- package/dist/components/FAQComponent/components/index.d.ts +1 -0
- package/dist/components/FAQComponent/faqComponent.module.css.cjs.js +1 -0
- package/dist/components/FAQComponent/faqComponent.module.css.es.js +7 -0
- package/dist/components/FAQComponent/index.d.ts +1 -0
- package/dist/components/FAQComponent/types.d.ts +10 -0
- package/dist/components/FilterMenu/FilterMenu.cjs.js +1 -0
- package/dist/components/FilterMenu/FilterMenu.d.ts +23 -0
- package/dist/components/FilterMenu/FilterMenu.es.js +50 -0
- package/dist/components/FilterMenu/filterMenu.module.css.cjs.js +1 -0
- package/dist/components/FilterMenu/filterMenu.module.css.es.js +29 -0
- package/dist/components/FilterMenu/index.d.ts +1 -0
- package/dist/components/GalleryPagination/GalleryPagination.cjs.js +1 -0
- package/dist/components/GalleryPagination/GalleryPagination.d.ts +7 -0
- package/dist/components/GalleryPagination/GalleryPagination.es.js +7 -0
- package/dist/components/GalleryPagination/galleryPagination.module.css.cjs.js +1 -0
- package/dist/components/GalleryPagination/galleryPagination.module.css.es.js +13 -0
- package/dist/components/GalleryPagination/index.d.ts +1 -0
- package/dist/components/HighlightedTitle/HighlightedTitle.cjs.js +1 -0
- package/dist/components/HighlightedTitle/HighlightedTitle.d.ts +12 -0
- package/dist/components/HighlightedTitle/HighlightedTitle.es.js +30 -0
- package/dist/components/HighlightedTitle/highlightedTitle.module.css.cjs.js +1 -0
- package/dist/components/HighlightedTitle/highlightedTitle.module.css.es.js +13 -0
- package/dist/components/HighlightedTitle/index.d.ts +1 -0
- package/dist/components/Icon/Icon.cjs.js +1 -0
- package/dist/components/Icon/Icon.d.ts +8 -0
- package/dist/components/Icon/Icon.es.js +10 -0
- package/dist/components/Icon/constants.cjs.js +1 -0
- package/dist/components/Icon/constants.d.ts +62 -0
- package/dist/components/Icon/constants.es.js +66 -0
- package/dist/components/Icon/iconsMap.cjs.js +1 -0
- package/dist/components/Icon/iconsMap.d.ts +4 -0
- package/dist/components/Icon/iconsMap.es.js +124 -0
- package/dist/components/Icon/index.d.ts +2 -0
- package/dist/components/IconBracket/IconBracket.cjs.js +1 -0
- package/dist/components/IconBracket/IconBracket.d.ts +3 -0
- package/dist/components/IconBracket/IconBracket.es.js +17 -0
- package/dist/components/IconBracket/iconBracket.module.css.cjs.js +1 -0
- package/dist/components/IconBracket/iconBracket.module.css.es.js +15 -0
- package/dist/components/IconBracket/index.d.ts +1 -0
- package/dist/components/IconBracket/types.d.ts +9 -0
- package/dist/components/IconButton/IconButton.cjs.js +1 -0
- package/dist/components/IconButton/IconButton.d.ts +14 -0
- package/dist/components/IconButton/IconButton.es.js +18 -0
- package/dist/components/IconButton/iconButton.module.css.cjs.js +1 -0
- package/dist/components/IconButton/iconButton.module.css.es.js +25 -0
- package/dist/components/IconButton/index.d.ts +1 -0
- package/dist/components/ImageGallery/ImageGallery.cjs.js +1 -0
- package/dist/components/ImageGallery/ImageGallery.d.ts +8 -0
- package/dist/components/ImageGallery/ImageGallery.es.js +35 -0
- package/dist/components/ImageGallery/imageGallery.module.css.cjs.js +1 -0
- package/dist/components/ImageGallery/imageGallery.module.css.es.js +15 -0
- package/dist/components/ImageGallery/index.d.ts +1 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.cjs.js +1 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.d.ts +18 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.es.js +67 -0
- package/dist/components/InfiniteScroll/index.d.ts +2 -0
- package/dist/components/InfiniteScroll/infiniteScroll.module.css.cjs.js +1 -0
- package/dist/components/InfiniteScroll/infiniteScroll.module.css.es.js +9 -0
- package/dist/components/Label/Label.cjs.js +1 -0
- package/dist/components/Label/Label.d.ts +3 -0
- package/dist/components/Label/Label.es.js +19 -0
- package/dist/components/Label/index.d.ts +2 -0
- package/dist/components/Label/label.module.css.cjs.js +1 -0
- package/dist/components/Label/label.module.css.es.js +7 -0
- package/dist/components/Label/types.d.ts +10 -0
- package/dist/components/Pagination/Pagination.cjs.js +1 -0
- package/dist/components/Pagination/Pagination.d.ts +9 -0
- package/dist/components/Pagination/Pagination.es.js +54 -0
- package/dist/components/Pagination/index.d.ts +1 -0
- package/dist/components/Pagination/pagination.module.css.cjs.js +1 -0
- package/dist/components/Pagination/pagination.module.css.es.js +19 -0
- package/dist/components/PlayButton/PlayButton.cjs.js +1 -0
- package/dist/components/PlayButton/PlayButton.d.ts +8 -0
- package/dist/components/PlayButton/PlayButton.es.js +9 -0
- package/dist/components/PlayButton/index.d.ts +1 -0
- package/dist/components/PlayButton/playButton.module.css.cjs.js +1 -0
- package/dist/components/PlayButton/playButton.module.css.es.js +11 -0
- package/dist/components/Pricing/Pricing.cjs.js +1 -0
- package/dist/components/Pricing/Pricing.d.ts +3 -0
- package/dist/components/Pricing/Pricing.es.js +41 -0
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.cjs.js +1 -0
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.d.ts +8 -0
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.es.js +11 -0
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.cjs.js +1 -0
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.es.js +7 -0
- package/dist/components/Pricing/components/BenefitItem/index.d.ts +1 -0
- package/dist/components/Pricing/components/index.d.ts +1 -0
- package/dist/components/Pricing/index.d.ts +2 -0
- package/dist/components/Pricing/pricing.module.css.cjs.js +1 -0
- package/dist/components/Pricing/pricing.module.css.es.js +25 -0
- package/dist/components/Pricing/types.d.ts +17 -0
- package/dist/components/ProductGallery/ProductGallery.cjs.js +1 -0
- package/dist/components/ProductGallery/ProductGallery.d.ts +8 -0
- package/dist/components/ProductGallery/ProductGallery.es.js +96 -0
- package/dist/components/ProductGallery/index.d.ts +2 -0
- package/dist/components/ProductGallery/productGallery.module.css.cjs.js +1 -0
- package/dist/components/ProductGallery/productGallery.module.css.es.js +27 -0
- package/dist/components/ProductGalleryCard/ProductGalleryCard.cjs.js +1 -0
- package/dist/components/ProductGalleryCard/ProductGalleryCard.d.ts +7 -0
- package/dist/components/ProductGalleryCard/ProductGalleryCard.es.js +43 -0
- package/dist/components/ProductGalleryCard/index.d.ts +2 -0
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css.cjs.js +1 -0
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css.es.js +21 -0
- package/dist/components/ProductGalleryCard/types.d.ts +11 -0
- package/dist/components/ProductListing/ProductListing.cjs.js +1 -0
- package/dist/components/ProductListing/ProductListing.d.ts +19 -0
- package/dist/components/ProductListing/ProductListing.es.js +30 -0
- package/dist/components/ProductListing/index.d.ts +1 -0
- package/dist/components/ProductListing/productListing.module.css.cjs.js +1 -0
- package/dist/components/ProductListing/productListing.module.css.es.js +29 -0
- package/dist/components/ProductPairs/ProductPairs.cjs.js +1 -0
- package/dist/components/ProductPairs/ProductPairs.d.ts +7 -0
- package/dist/components/ProductPairs/ProductPairs.es.js +55 -0
- package/dist/components/ProductPairs/index.d.ts +1 -0
- package/dist/components/ProductPairs/productPairs.module.css.cjs.js +1 -0
- package/dist/components/ProductPairs/productPairs.module.css.es.js +17 -0
- package/dist/components/ProgramCard/ProgramCard.cjs.js +1 -0
- package/dist/components/ProgramCard/ProgramCard.d.ts +13 -0
- package/dist/components/ProgramCard/ProgramCard.es.js +48 -0
- package/dist/components/ProgramCard/assets/program_card_bg.png.cjs.js +1 -0
- package/dist/components/ProgramCard/assets/program_card_bg.png.es.js +4 -0
- package/dist/components/ProgramCard/index.d.ts +1 -0
- package/dist/components/ProgramCard/programCard.module.css.cjs.js +1 -0
- package/dist/components/ProgramCard/programCard.module.css.es.js +7 -0
- package/dist/components/ProgressButton/ProgressButton.cjs.js +1 -0
- package/dist/components/ProgressButton/ProgressButton.d.ts +15 -0
- package/dist/components/ProgressButton/ProgressButton.es.js +44 -0
- package/dist/components/ProgressButton/index.d.ts +2 -0
- package/dist/components/ProgressButton/progressButton.module.css.cjs.js +1 -0
- package/dist/components/ProgressButton/progressButton.module.css.es.js +21 -0
- package/dist/components/ProgressButton/types.d.ts +1 -0
- package/dist/components/RadioButton/RadioButton.cjs.js +1 -0
- package/dist/components/RadioButton/RadioButton.d.ts +9 -0
- package/dist/components/RadioButton/RadioButton.es.js +38 -0
- package/dist/components/RadioButton/index.d.ts +1 -0
- package/dist/components/RadioButton/radioButton.module.css.cjs.js +1 -0
- package/dist/components/RadioButton/radioButton.module.css.es.js +21 -0
- package/dist/components/RatingStars/RatingStars.cjs.js +1 -0
- package/dist/components/RatingStars/RatingStars.d.ts +7 -0
- package/dist/components/RatingStars/RatingStars.es.js +18 -0
- package/dist/components/RatingStars/index.d.ts +1 -0
- package/dist/components/RatingStars/ratingStars.module.css.cjs.js +1 -0
- package/dist/components/RatingStars/ratingStars.module.css.es.js +13 -0
- package/dist/components/SmartCallout/SmartCallout.cjs.js +1 -0
- package/dist/components/SmartCallout/SmartCallout.d.ts +5 -0
- package/dist/components/SmartCallout/SmartCallout.es.js +7 -0
- package/dist/components/SmartCallout/index.d.ts +1 -0
- package/dist/components/SmartCallout/smartCallout.module.css.cjs.js +1 -0
- package/dist/components/SmartCallout/smartCallout.module.css.es.js +7 -0
- package/dist/components/StepsCarousel/StepsCarousel.cjs.js +1 -0
- package/dist/components/StepsCarousel/StepsCarousel.d.ts +13 -0
- package/dist/components/StepsCarousel/StepsCarousel.es.js +122 -0
- package/dist/components/StepsCarousel/index.d.ts +1 -0
- package/dist/components/StepsCarousel/stepsCarousel.module.css.cjs.js +1 -0
- package/dist/components/StepsCarousel/stepsCarousel.module.css.es.js +31 -0
- package/dist/components/StudyGridCard/StudyGridCard.cjs.js +1 -0
- package/dist/components/StudyGridCard/StudyGridCard.d.ts +12 -0
- package/dist/components/StudyGridCard/StudyGridCard.es.js +91 -0
- package/dist/components/StudyGridCard/studyGridCard.module.css.cjs.js +1 -0
- package/dist/components/StudyGridCard/studyGridCard.module.css.es.js +19 -0
- package/dist/components/Tabs/Tabs.cjs.js +1 -0
- package/dist/components/Tabs/Tabs.d.ts +23 -0
- package/dist/components/Tabs/Tabs.es.js +36 -0
- package/dist/components/Tabs/TabsWithFade.cjs.js +1 -0
- package/dist/components/Tabs/TabsWithFade.d.ts +9 -0
- package/dist/components/Tabs/TabsWithFade.es.js +40 -0
- package/dist/components/Tabs/index.d.ts +3 -0
- package/dist/components/Tabs/tabs.module.css.cjs.js +1 -0
- package/dist/components/Tabs/tabs.module.css.es.js +35 -0
- package/dist/components/Tag/Tag.cjs.js +1 -0
- package/dist/components/Tag/Tag.d.ts +16 -0
- package/dist/components/Tag/Tag.es.js +24 -0
- package/dist/components/Tag/index.d.ts +1 -0
- package/dist/components/Tag/tag.module.css.cjs.js +1 -0
- package/dist/components/Tag/tag.module.css.es.js +17 -0
- package/dist/components/TextButton/TextButton.cjs.js +1 -0
- package/dist/components/TextButton/TextButton.d.ts +15 -0
- package/dist/components/TextButton/TextButton.es.js +34 -0
- package/dist/components/TextButton/index.d.ts +2 -0
- package/dist/components/TextButton/textButton.module.css.cjs.js +1 -0
- package/dist/components/TextButton/textButton.module.css.es.js +19 -0
- package/dist/components/TypeBadge/TypeBadge.cjs.js +1 -0
- package/dist/components/TypeBadge/TypeBadge.d.ts +12 -0
- package/dist/components/TypeBadge/TypeBadge.es.js +12 -0
- package/dist/components/TypeBadge/index.d.ts +2 -0
- package/dist/components/TypeBadge/typeBadge.module.css.cjs.js +1 -0
- package/dist/components/TypeBadge/typeBadge.module.css.es.js +9 -0
- package/dist/components/Typography/Typography.cjs.js +1 -0
- package/dist/components/Typography/Typography.d.ts +16 -0
- package/dist/components/Typography/Typography.es.js +30 -0
- package/dist/components/Typography/Typography.service.cjs.js +1 -0
- package/dist/components/Typography/Typography.service.d.ts +3 -0
- package/dist/components/Typography/Typography.service.es.js +11 -0
- package/dist/components/Typography/index.d.ts +2 -0
- package/dist/components/index.d.ts +0 -0
- package/dist/healthspan-marketing-ui.css +1 -0
- package/dist/icons/action/alert-error-fill.svg.cjs.js +1 -0
- package/dist/icons/action/alert-error-fill.svg.es.js +5 -0
- package/dist/icons/action/alert-error.svg.cjs.js +1 -0
- package/dist/icons/action/alert-error.svg.es.js +5 -0
- package/dist/icons/action/bracket-left.svg.cjs.js +1 -0
- package/dist/icons/action/bracket-left.svg.es.js +5 -0
- package/dist/icons/action/bracket-right.svg.cjs.js +1 -0
- package/dist/icons/action/bracket-right.svg.es.js +5 -0
- package/dist/icons/action/check.svg.cjs.js +1 -0
- package/dist/icons/action/check.svg.es.js +5 -0
- package/dist/icons/action/circle-check-fill.svg.cjs.js +1 -0
- package/dist/icons/action/circle-check-fill.svg.es.js +5 -0
- package/dist/icons/action/circle-check.svg.cjs.js +1 -0
- package/dist/icons/action/circle-check.svg.es.js +5 -0
- package/dist/icons/action/close.svg.cjs.js +1 -0
- package/dist/icons/action/close.svg.es.js +5 -0
- package/dist/icons/action/help.svg.cjs.js +1 -0
- package/dist/icons/action/help.svg.es.js +5 -0
- package/dist/icons/action/info.svg.cjs.js +1 -0
- package/dist/icons/action/info.svg.es.js +5 -0
- package/dist/icons/action/menu.svg.cjs.js +1 -0
- package/dist/icons/action/menu.svg.es.js +5 -0
- package/dist/icons/action/play.svg.cjs.js +1 -0
- package/dist/icons/action/play.svg.es.js +5 -0
- package/dist/icons/action/plus.svg.cjs.js +1 -0
- package/dist/icons/action/plus.svg.es.js +5 -0
- package/dist/icons/action/remove.svg.cjs.js +1 -0
- package/dist/icons/action/remove.svg.es.js +5 -0
- package/dist/icons/action/search.svg.cjs.js +1 -0
- package/dist/icons/action/search.svg.es.js +5 -0
- package/dist/icons/action/warning.svg.cjs.js +1 -0
- package/dist/icons/action/warning.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-back.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-back.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-downward.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-downward.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-forward.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-forward.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-insert.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-insert.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-outward.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-outward.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-return.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-return.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-upward.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-upward.svg.es.js +5 -0
- package/dist/icons/arrow/chevron-back.svg.cjs.js +1 -0
- package/dist/icons/arrow/chevron-back.svg.es.js +5 -0
- package/dist/icons/arrow/chevron-down.svg.cjs.js +1 -0
- package/dist/icons/arrow/chevron-down.svg.es.js +5 -0
- package/dist/icons/arrow/chevron-forward.svg.cjs.js +1 -0
- package/dist/icons/arrow/chevron-forward.svg.es.js +5 -0
- package/dist/icons/arrow/chevron-up.svg.cjs.js +1 -0
- package/dist/icons/arrow/chevron-up.svg.es.js +5 -0
- package/dist/icons/bold/arrow-bold.svg.cjs.js +1 -0
- package/dist/icons/bold/arrow-bold.svg.es.js +5 -0
- package/dist/icons/bold/close-bold.svg.cjs.js +1 -0
- package/dist/icons/bold/close-bold.svg.es.js +5 -0
- package/dist/icons/bold/dot-bold.svg.cjs.js +1 -0
- package/dist/icons/bold/dot-bold.svg.es.js +5 -0
- package/dist/icons/bold/plus-bold.svg.cjs.js +1 -0
- package/dist/icons/bold/plus-bold.svg.es.js +5 -0
- package/dist/icons/chat/message-fill.svg.cjs.js +1 -0
- package/dist/icons/chat/message-fill.svg.es.js +5 -0
- package/dist/icons/chat/message.svg.cjs.js +1 -0
- package/dist/icons/chat/message.svg.es.js +5 -0
- package/dist/icons/eCommerce/calendar.svg.cjs.js +1 -0
- package/dist/icons/eCommerce/calendar.svg.es.js +5 -0
- package/dist/icons/eCommerce/cart.svg.cjs.js +1 -0
- package/dist/icons/eCommerce/cart.svg.es.js +5 -0
- package/dist/icons/eCommerce/package-fill.svg.cjs.js +1 -0
- package/dist/icons/eCommerce/package-fill.svg.es.js +5 -0
- package/dist/icons/eCommerce/package.svg.cjs.js +1 -0
- package/dist/icons/eCommerce/package.svg.es.js +5 -0
- package/dist/icons/faces/smile-fill.svg.cjs.js +1 -0
- package/dist/icons/faces/smile-fill.svg.es.js +5 -0
- package/dist/icons/faces/smile.svg.cjs.js +1 -0
- package/dist/icons/faces/smile.svg.es.js +5 -0
- package/dist/icons/global/filter.svg.cjs.js +1 -0
- package/dist/icons/global/filter.svg.es.js +5 -0
- package/dist/icons/global/pin-drop.svg.cjs.js +1 -0
- package/dist/icons/global/pin-drop.svg.es.js +5 -0
- package/dist/icons/indicators/circle-dash-fill.svg.cjs.js +1 -0
- package/dist/icons/indicators/circle-dash-fill.svg.es.js +5 -0
- package/dist/icons/indicators/circle-dash.svg.cjs.js +1 -0
- package/dist/icons/indicators/circle-dash.svg.es.js +5 -0
- package/dist/icons/medical/coaching.svg.cjs.js +1 -0
- package/dist/icons/medical/coaching.svg.es.js +5 -0
- package/dist/icons/medical/labs.svg.cjs.js +1 -0
- package/dist/icons/medical/labs.svg.es.js +5 -0
- package/dist/icons/medical/myspan.svg.cjs.js +1 -0
- package/dist/icons/medical/myspan.svg.es.js +5 -0
- package/dist/icons/medical/optimizations.svg.cjs.js +1 -0
- package/dist/icons/medical/optimizations.svg.es.js +5 -0
- package/dist/icons/medical/protocols.svg.cjs.js +1 -0
- package/dist/icons/medical/protocols.svg.es.js +5 -0
- package/dist/icons/medical/ruler.svg.cjs.js +1 -0
- package/dist/icons/medical/ruler.svg.es.js +5 -0
- package/dist/icons/medical/scale.svg.cjs.js +1 -0
- package/dist/icons/medical/scale.svg.es.js +5 -0
- package/dist/icons/social/facebook.svg.cjs.js +1 -0
- package/dist/icons/social/facebook.svg.es.js +5 -0
- package/dist/icons/social/heart-fill.svg.cjs.js +1 -0
- package/dist/icons/social/heart-fill.svg.es.js +5 -0
- package/dist/icons/social/heart.svg.cjs.js +1 -0
- package/dist/icons/social/heart.svg.es.js +5 -0
- package/dist/icons/social/instagram.svg.cjs.js +1 -0
- package/dist/icons/social/instagram.svg.es.js +5 -0
- package/dist/icons/social/star-fill.svg.cjs.js +1 -0
- package/dist/icons/social/star-fill.svg.es.js +5 -0
- package/dist/icons/social/star-half.svg.cjs.js +1 -0
- package/dist/icons/social/star-half.svg.es.js +5 -0
- package/dist/icons/social/star-outline.svg.cjs.js +1 -0
- package/dist/icons/social/star-outline.svg.es.js +5 -0
- package/dist/icons/social/star.svg.cjs.js +1 -0
- package/dist/icons/social/star.svg.es.js +5 -0
- package/dist/icons/social/x.svg.cjs.js +1 -0
- package/dist/icons/social/x.svg.es.js +5 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +10 -0
- package/dist/lib/useSwiper.d.ts +23 -0
- package/dist/modules/AllInOne/AllInOne.cjs.js +1 -0
- package/dist/modules/AllInOne/AllInOne.d.ts +11 -0
- package/dist/modules/AllInOne/AllInOne.es.js +222 -0
- package/dist/modules/AllInOne/allInOne.module.css.cjs.js +1 -0
- package/dist/modules/AllInOne/allInOne.module.css.es.js +23 -0
- package/dist/modules/AllInOne/index.d.ts +1 -0
- package/dist/modules/Benefits/Benefits.cjs.js +1 -0
- package/dist/modules/Benefits/Benefits.d.ts +14 -0
- package/dist/modules/Benefits/Benefits.es.js +30 -0
- package/dist/modules/Benefits/benefits.module.css.cjs.js +1 -0
- package/dist/modules/Benefits/benefits.module.css.es.js +27 -0
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.cjs.js +1 -0
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.d.ts +7 -0
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.es.js +13 -0
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.cjs.js +1 -0
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.es.js +11 -0
- package/dist/modules/Benefits/components/BenefitItem/index.d.ts +1 -0
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.cjs.js +1 -0
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.d.ts +6 -0
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.es.js +8 -0
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.cjs.js +1 -0
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.es.js +9 -0
- package/dist/modules/Benefits/components/BenefitTag/index.d.ts +1 -0
- package/dist/modules/Benefits/components/index.d.ts +2 -0
- package/dist/modules/Benefits/index.d.ts +1 -0
- package/dist/modules/CallToAction/CallToAction.cjs.js +1 -0
- package/dist/modules/CallToAction/CallToAction.d.ts +15 -0
- package/dist/modules/CallToAction/CallToAction.es.js +165 -0
- package/dist/modules/CallToAction/callToAction.module.css.cjs.js +1 -0
- package/dist/modules/CallToAction/callToAction.module.css.es.js +43 -0
- package/dist/modules/CallToAction/index.d.ts +1 -0
- package/dist/modules/Callback/Callback.cjs.js +1 -0
- package/dist/modules/Callback/Callback.d.ts +6 -0
- package/dist/modules/Callback/Callback.es.js +36 -0
- package/dist/modules/Callback/callback.module.css.cjs.js +1 -0
- package/dist/modules/Callback/callback.module.css.es.js +15 -0
- package/dist/modules/Callback/index.d.ts +1 -0
- package/dist/modules/Compare/Compare.cjs.js +1 -0
- package/dist/modules/Compare/Compare.d.ts +3 -0
- package/dist/modules/Compare/Compare.es.js +26 -0
- package/dist/modules/Compare/compare.module.css.cjs.js +1 -0
- package/dist/modules/Compare/compare.module.css.es.js +15 -0
- package/dist/modules/Compare/index.d.ts +1 -0
- package/dist/modules/Compare/types.d.ts +9 -0
- package/dist/modules/Comparison/Comparison.cjs.js +1 -0
- package/dist/modules/Comparison/Comparison.d.ts +9 -0
- package/dist/modules/Comparison/Comparison.es.js +110 -0
- package/dist/modules/Comparison/assets/company-logo.svg.cjs.js +1 -0
- package/dist/modules/Comparison/assets/company-logo.svg.es.js +5 -0
- package/dist/modules/Comparison/comparison.module.css.cjs.js +1 -0
- package/dist/modules/Comparison/comparison.module.css.es.js +41 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.cjs.js +1 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.d.ts +8 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.es.js +42 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.cjs.js +1 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.es.js +27 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/index.d.ts +1 -0
- package/dist/modules/Comparison/index.d.ts +1 -0
- package/dist/modules/Comparison/types.d.ts +15 -0
- package/dist/modules/Comparison/utils.cjs.js +1 -0
- package/dist/modules/Comparison/utils.d.ts +1 -0
- package/dist/modules/Comparison/utils.es.js +4 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.cjs.js +1 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.d.ts +3 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.es.js +24 -0
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.cjs.js +1 -0
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.es.js +25 -0
- package/dist/modules/CursorImageBlock/index.d.ts +2 -0
- package/dist/modules/CursorImageBlock/types.d.ts +9 -0
- package/dist/modules/FAQModule/FAQModule.cjs.js +1 -0
- package/dist/modules/FAQModule/FAQModule.d.ts +3 -0
- package/dist/modules/FAQModule/FAQModule.es.js +17 -0
- package/dist/modules/FAQModule/faqModule.module.css.cjs.js +1 -0
- package/dist/modules/FAQModule/faqModule.module.css.es.js +19 -0
- package/dist/modules/FAQModule/index.d.ts +1 -0
- package/dist/modules/FAQModule/types.d.ts +10 -0
- package/dist/modules/FeaturedIn/FeaturedIn.cjs.js +1 -0
- package/dist/modules/FeaturedIn/FeaturedIn.d.ts +21 -0
- package/dist/modules/FeaturedIn/FeaturedIn.es.js +63 -0
- package/dist/modules/FeaturedIn/featuredIn.module.css.cjs.js +1 -0
- package/dist/modules/FeaturedIn/featuredIn.module.css.es.js +37 -0
- package/dist/modules/FeaturedIn/index.d.ts +1 -0
- package/dist/modules/FeaturesGallery/FeaturesGallery.cjs.js +1 -0
- package/dist/modules/FeaturesGallery/FeaturesGallery.d.ts +14 -0
- package/dist/modules/FeaturesGallery/FeaturesGallery.es.js +30 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.cjs.js +1 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.d.ts +10 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.es.js +44 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.cjs.js +1 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.es.js +21 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/index.d.ts +1 -0
- package/dist/modules/FeaturesGallery/featuresGallery.module.css.cjs.js +1 -0
- package/dist/modules/FeaturesGallery/featuresGallery.module.css.es.js +21 -0
- package/dist/modules/FeaturesGallery/index.d.ts +1 -0
- package/dist/modules/FeaturesGallery/types.d.ts +5 -0
- package/dist/modules/FollowTheScience/FollowTheScience.cjs.js +1 -0
- package/dist/modules/FollowTheScience/FollowTheScience.d.ts +10 -0
- package/dist/modules/FollowTheScience/FollowTheScience.es.js +94 -0
- package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +1 -0
- package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +17 -0
- package/dist/modules/FollowTheScience/index.d.ts +1 -0
- package/dist/modules/HighestStandards/HighestStandards.cjs.js +1 -0
- package/dist/modules/HighestStandards/HighestStandards.d.ts +3 -0
- package/dist/modules/HighestStandards/HighestStandards.es.js +26 -0
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.cjs.js +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.d.ts +3 -0
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.es.js +24 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.cjs.js +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.d.ts +3 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.es.js +31 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/index.d.ts +2 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.cjs.js +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.es.js +25 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/types.d.ts +9 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/index.d.ts +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/index.d.ts +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.cjs.js +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.es.js +7 -0
- package/dist/modules/HighestStandards/components/TabsMenu/types.d.ts +6 -0
- package/dist/modules/HighestStandards/components/index.d.ts +1 -0
- package/dist/modules/HighestStandards/highestStandards.module.css.cjs.js +1 -0
- package/dist/modules/HighestStandards/highestStandards.module.css.es.js +23 -0
- package/dist/modules/HighestStandards/index.d.ts +1 -0
- package/dist/modules/HighestStandards/types.d.ts +11 -0
- package/dist/modules/HowItWorks/HowItWorks.cjs.js +1 -0
- package/dist/modules/HowItWorks/HowItWorks.d.ts +11 -0
- package/dist/modules/HowItWorks/HowItWorks.es.js +16 -0
- package/dist/modules/HowItWorks/components/Content/Content.cjs.js +1 -0
- package/dist/modules/HowItWorks/components/Content/Content.d.ts +10 -0
- package/dist/modules/HowItWorks/components/Content/Content.es.js +65 -0
- package/dist/modules/HowItWorks/components/Content/content.module.css.cjs.js +1 -0
- package/dist/modules/HowItWorks/components/Content/content.module.css.es.js +21 -0
- package/dist/modules/HowItWorks/components/Content/index.d.ts +1 -0
- package/dist/modules/HowItWorks/howItWorks.module.css.cjs.js +1 -0
- package/dist/modules/HowItWorks/howItWorks.module.css.es.js +13 -0
- package/dist/modules/HowItWorks/index.d.ts +1 -0
- package/dist/modules/ImageWithText/ImageWithText.cjs.js +1 -0
- package/dist/modules/ImageWithText/ImageWithText.d.ts +3 -0
- package/dist/modules/ImageWithText/ImageWithText.es.js +35 -0
- package/dist/modules/ImageWithText/imageWithText.module.css.cjs.js +1 -0
- package/dist/modules/ImageWithText/imageWithText.module.css.es.js +23 -0
- package/dist/modules/ImageWithText/index.d.ts +1 -0
- package/dist/modules/ImageWithText/types.d.ts +10 -0
- package/dist/modules/IndividualProductCard/IndividualProductCard.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/IndividualProductCard.d.ts +26 -0
- package/dist/modules/IndividualProductCard/IndividualProductCard.es.js +80 -0
- package/dist/modules/IndividualProductCard/components/Features/Features.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/components/Features/Features.d.ts +7 -0
- package/dist/modules/IndividualProductCard/components/Features/Features.es.js +35 -0
- package/dist/modules/IndividualProductCard/components/Features/features.module.css.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/components/Features/features.module.css.es.js +17 -0
- package/dist/modules/IndividualProductCard/components/Features/index.d.ts +1 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.d.ts +9 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.es.js +48 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/index.d.ts +1 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.es.js +35 -0
- package/dist/modules/IndividualProductCard/index.d.ts +1 -0
- package/dist/modules/IndividualProductCard/individualProductCard.module.css.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/individualProductCard.module.css.es.js +27 -0
- package/dist/modules/IndividualProductCard/types.d.ts +17 -0
- package/dist/modules/IngredientHighlight/IngredientHighlight.cjs.js +1 -0
- package/dist/modules/IngredientHighlight/IngredientHighlight.d.ts +3 -0
- package/dist/modules/IngredientHighlight/IngredientHighlight.es.js +26 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.cjs.js +1 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.d.ts +3 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.es.js +11 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/index.d.ts +2 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.cjs.js +1 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.es.js +17 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/types.d.ts +7 -0
- package/dist/modules/IngredientHighlight/components/index.d.ts +1 -0
- package/dist/modules/IngredientHighlight/index.d.ts +2 -0
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.cjs.js +1 -0
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.es.js +15 -0
- package/dist/modules/IngredientHighlight/types.d.ts +7 -0
- package/dist/modules/LongevityPathways/LongevityPathways.cjs.js +1 -0
- package/dist/modules/LongevityPathways/LongevityPathways.d.ts +3 -0
- package/dist/modules/LongevityPathways/LongevityPathways.es.js +19 -0
- package/dist/modules/LongevityPathways/index.d.ts +2 -0
- package/dist/modules/LongevityPathways/longevityPathways.module.css.cjs.js +1 -0
- package/dist/modules/LongevityPathways/longevityPathways.module.css.es.js +9 -0
- package/dist/modules/LongevityPathways/types.d.ts +9 -0
- package/dist/modules/OptimalHealth/OptimalHealth.cjs.js +1 -0
- package/dist/modules/OptimalHealth/OptimalHealth.d.ts +11 -0
- package/dist/modules/OptimalHealth/OptimalHealth.es.js +36 -0
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -0
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.d.ts +7 -0
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +59 -0
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +1 -0
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +35 -0
- package/dist/modules/OptimalHealth/components/ClockImages/hooks.d.ts +1 -0
- package/dist/modules/OptimalHealth/components/ClockImages/index.d.ts +1 -0
- package/dist/modules/OptimalHealth/index.d.ts +1 -0
- package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +1 -0
- package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +21 -0
- package/dist/modules/OptimalHealth/types.d.ts +12 -0
- package/dist/modules/OurProcess/OurProcess.cjs.js +1 -0
- package/dist/modules/OurProcess/OurProcess.d.ts +13 -0
- package/dist/modules/OurProcess/OurProcess.es.js +24 -0
- package/dist/modules/OurProcess/index.d.ts +1 -0
- package/dist/modules/OurProcess/ourProcess.module.css.cjs.js +1 -0
- package/dist/modules/OurProcess/ourProcess.module.css.es.js +11 -0
- package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -0
- package/dist/modules/PairedProducts/PairedProducts.d.ts +12 -0
- package/dist/modules/PairedProducts/PairedProducts.es.js +17 -0
- package/dist/modules/PairedProducts/index.d.ts +1 -0
- package/dist/modules/PairedProducts/pairedProducts.module.css.cjs.js +1 -0
- package/dist/modules/PairedProducts/pairedProducts.module.css.es.js +17 -0
- package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/ProductsDisplay.d.ts +3 -0
- package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +22 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.d.ts +10 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.es.js +14 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/index.d.ts +1 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.es.js +9 -0
- package/dist/modules/ProductsDisplay/components/index.d.ts +1 -0
- package/dist/modules/ProductsDisplay/index.d.ts +1 -0
- package/dist/modules/ProductsDisplay/productsDisplay.module.css.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/productsDisplay.module.css.es.js +11 -0
- package/dist/modules/ProductsDisplay/types.d.ts +11 -0
- package/dist/modules/ProductsDisplay/useProductsData.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/useProductsData.d.ts +16 -0
- package/dist/modules/ProductsDisplay/useProductsData.es.js +20 -0
- package/dist/modules/Reviews/Reviews.cjs.js +1 -0
- package/dist/modules/Reviews/Reviews.d.ts +15 -0
- package/dist/modules/Reviews/Reviews.es.js +42 -0
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.cjs.js +1 -0
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.d.ts +3 -0
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.es.js +17 -0
- package/dist/modules/Reviews/components/ReviewCard/index.d.ts +1 -0
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.cjs.js +1 -0
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.es.js +13 -0
- package/dist/modules/Reviews/components/ReviewList/ReviewList.cjs.js +1 -0
- package/dist/modules/Reviews/components/ReviewList/ReviewList.d.ts +10 -0
- package/dist/modules/Reviews/components/ReviewList/ReviewList.es.js +21 -0
- package/dist/modules/Reviews/components/ReviewList/index.d.ts +1 -0
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.cjs.js +1 -0
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.es.js +7 -0
- package/dist/modules/Reviews/index.d.ts +1 -0
- package/dist/modules/Reviews/reviews.module.css.cjs.js +1 -0
- package/dist/modules/Reviews/reviews.module.css.es.js +21 -0
- package/dist/modules/Reviews/types.d.ts +8 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.d.ts +9 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +105 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +1 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +35 -0
- package/dist/modules/SlidingTabsGallery/index.d.ts +1 -0
- package/dist/modules/Studies/Studies.cjs.js +1 -0
- package/dist/modules/Studies/Studies.d.ts +9 -0
- package/dist/modules/Studies/Studies.es.js +26 -0
- package/dist/modules/Studies/index.d.ts +1 -0
- package/dist/modules/Studies/studies.module.css.cjs.js +1 -0
- package/dist/modules/Studies/studies.module.css.es.js +17 -0
- package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -0
- package/dist/modules/TargetedPrograms/TargetedPrograms.d.ts +7 -0
- package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +67 -0
- package/dist/modules/TargetedPrograms/index.d.ts +1 -0
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css.cjs.js +1 -0
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css.es.js +15 -0
- package/dist/modules/Testimonial/Testimonial.cjs.js +1 -0
- package/dist/modules/Testimonial/Testimonial.d.ts +13 -0
- package/dist/modules/Testimonial/Testimonial.es.js +106 -0
- package/dist/modules/Testimonial/components/Product/Product.cjs.js +1 -0
- package/dist/modules/Testimonial/components/Product/Product.d.ts +7 -0
- package/dist/modules/Testimonial/components/Product/Product.es.js +23 -0
- package/dist/modules/Testimonial/components/Product/index.d.ts +1 -0
- package/dist/modules/Testimonial/components/Product/product.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/components/Product/product.module.css.es.js +17 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.cjs.js +1 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.d.ts +3 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.es.js +34 -0
- package/dist/modules/Testimonial/components/TextCard/index.d.ts +1 -0
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.es.js +13 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.cjs.js +1 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.d.ts +12 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +65 -0
- package/dist/modules/Testimonial/components/VideoCard/index.d.ts +1 -0
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.es.js +17 -0
- package/dist/modules/Testimonial/index.d.ts +1 -0
- package/dist/modules/Testimonial/testimonial.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/testimonial.module.css.es.js +27 -0
- package/dist/modules/Testimonial/types.d.ts +27 -0
- package/dist/modules/TotalCare/TotalCare.cjs.js +1 -0
- package/dist/modules/TotalCare/TotalCare.d.ts +16 -0
- package/dist/modules/TotalCare/TotalCare.es.js +27 -0
- package/dist/modules/TotalCare/index.d.ts +1 -0
- package/dist/modules/TotalCare/totalCare.module.css.cjs.js +1 -0
- package/dist/modules/TotalCare/totalCare.module.css.es.js +19 -0
- package/dist/modules/TrackProgress/TrackProgress.cjs.js +1 -0
- package/dist/modules/TrackProgress/TrackProgress.d.ts +10 -0
- package/dist/modules/TrackProgress/TrackProgress.es.js +24 -0
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.cjs.js +1 -0
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.d.ts +7 -0
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.es.js +99 -0
- package/dist/modules/TrackProgress/components/TimelineContent/index.d.ts +1 -0
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.cjs.js +1 -0
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.es.js +27 -0
- package/dist/modules/TrackProgress/index.d.ts +1 -0
- package/dist/modules/TrackProgress/trackProgress.module.css.cjs.js +1 -0
- package/dist/modules/TrackProgress/trackProgress.module.css.es.js +13 -0
- package/dist/modules/TrackProgress/types.d.ts +6 -0
- package/dist/modules/TypesOfTests/TypesOfTests.cjs.js +1 -0
- package/dist/modules/TypesOfTests/TypesOfTests.d.ts +10 -0
- package/dist/modules/TypesOfTests/TypesOfTests.es.js +106 -0
- package/dist/modules/TypesOfTests/index.d.ts +1 -0
- package/dist/modules/TypesOfTests/types.d.ts +8 -0
- package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +1 -0
- package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +31 -0
- package/dist/modules/YourProtocol/YourProtocol.cjs.js +1 -0
- package/dist/modules/YourProtocol/YourProtocol.d.ts +11 -0
- package/dist/modules/YourProtocol/YourProtocol.es.js +46 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.cjs.js +1 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.d.ts +7 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +37 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/index.d.ts +1 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.cjs.js +1 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.es.js +13 -0
- package/dist/modules/YourProtocol/index.d.ts +1 -0
- package/dist/modules/YourProtocol/types.d.ts +13 -0
- package/dist/modules/YourProtocol/yourProtocol.module.css.cjs.js +1 -0
- package/dist/modules/YourProtocol/yourProtocol.module.css.es.js +19 -0
- package/dist/modules/index.d.ts +0 -0
- package/dist/node_modules/@gsap/react/src/index.cjs.js +9 -0
- package/dist/node_modules/@gsap/react/src/index.es.js +29 -0
- package/dist/node_modules/gsap/CSSPlugin.cjs.js +8 -0
- package/dist/node_modules/gsap/CSSPlugin.es.js +423 -0
- package/dist/node_modules/gsap/Flip.cjs.js +8 -0
- package/dist/node_modules/gsap/Flip.es.js +525 -0
- package/dist/node_modules/gsap/Observer.cjs.js +8 -0
- package/dist/node_modules/gsap/Observer.es.js +242 -0
- package/dist/node_modules/gsap/ScrollTrigger.cjs.js +8 -0
- package/dist/node_modules/gsap/ScrollTrigger.es.js +859 -0
- package/dist/node_modules/gsap/gsap-core.cjs.js +8 -0
- package/dist/node_modules/gsap/gsap-core.es.js +1651 -0
- package/dist/node_modules/gsap/index.cjs.js +1 -0
- package/dist/node_modules/gsap/index.es.js +13 -0
- package/dist/node_modules/gsap/utils/matrix.cjs.js +8 -0
- package/dist/node_modules/gsap/utils/matrix.es.js +104 -0
- package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.es.js +37 -0
- package/dist/node_modules/react-tiny-popover/dist/Popover.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/Popover.es.js +147 -0
- package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.es.js +20 -0
- package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.es.js +86 -0
- package/dist/node_modules/react-tiny-popover/dist/useElementRef.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/useElementRef.es.js +22 -0
- package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.es.js +34 -0
- package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.es.js +24 -0
- package/dist/node_modules/react-tiny-popover/dist/usePopover.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/usePopover.es.js +140 -0
- package/dist/node_modules/react-tiny-popover/dist/util.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/util.es.js +81 -0
- package/dist/node_modules/swiper/modules/navigation.cjs.js +1 -0
- package/dist/node_modules/swiper/modules/navigation.es.js +127 -0
- package/dist/node_modules/swiper/shared/create-element-if-not-defined.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/create-element-if-not-defined.es.js +12 -0
- package/dist/node_modules/swiper/shared/ssr-window.esm.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/ssr-window.esm.es.js +135 -0
- package/dist/node_modules/swiper/shared/swiper-core.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/swiper-core.es.js +2028 -0
- package/dist/node_modules/swiper/shared/update-on-virtual-data.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/update-on-virtual-data.es.js +62 -0
- package/dist/node_modules/swiper/shared/update-swiper.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/update-swiper.es.js +192 -0
- package/dist/node_modules/swiper/shared/utils.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/utils.es.js +186 -0
- package/dist/node_modules/swiper/swiper-react.cjs.js +1 -0
- package/dist/node_modules/swiper/swiper-react.es.js +242 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.cjs.js +1 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.d.ts +1 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.es.js +21 -0
- package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png.cjs.js +1 -0
- package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png.es.js +4 -0
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.cjs.js +1 -0
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.es.js +15 -0
- package/dist/pageComponents/BiologicalAge/index.d.ts +1 -0
- package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -0
- package/dist/pageComponents/Bubbles/Bubbles.d.ts +3 -0
- package/dist/pageComponents/Bubbles/Bubbles.es.js +40 -0
- package/dist/pageComponents/Bubbles/bubbles.module.css.cjs.js +1 -0
- package/dist/pageComponents/Bubbles/bubbles.module.css.es.js +15 -0
- package/dist/pageComponents/Bubbles/index.d.ts +1 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.cjs.js +1 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.d.ts +1 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.es.js +14 -0
- package/dist/pageComponents/DiscoverTheStory/assets/content-img.png.cjs.js +1 -0
- package/dist/pageComponents/DiscoverTheStory/assets/content-img.png.es.js +4 -0
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.cjs.js +1 -0
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.es.js +13 -0
- package/dist/pageComponents/DiscoverTheStory/index.d.ts +1 -0
- package/dist/pageComponents/Gradient/Gradient.cjs.js +1 -0
- package/dist/pageComponents/Gradient/Gradient.d.ts +5 -0
- package/dist/pageComponents/Gradient/Gradient.es.js +9 -0
- package/dist/pageComponents/Gradient/gradient.module.css.cjs.js +1 -0
- package/dist/pageComponents/Gradient/gradient.module.css.es.js +13 -0
- package/dist/pageComponents/Gradient/index.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.es.js +33 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.es.js +31 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.es.js +24 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.es.js +24 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.es.js +13 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.es.js +36 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.es.js +23 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.es.js +7 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg.es.js +7 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js +21 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js +17 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js +31 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js +19 -0
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.es.js +25 -0
- package/dist/pageComponents/HomepageHero/index.d.ts +1 -0
- package/dist/pageComponents/LabsHero/LabsHero.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/LabsHero.d.ts +1 -0
- package/dist/pageComponents/LabsHero/LabsHero.es.js +73 -0
- package/dist/pageComponents/LabsHero/assets/icon1.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/icon1.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/icon2.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/icon2.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/icon3.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/icon3.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/img1.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/img1.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/img2.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/img2.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/img3.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/img3.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/svg1.svg.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/svg1.svg.es.js +7 -0
- package/dist/pageComponents/LabsHero/assets/svg2.svg.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/svg2.svg.es.js +5 -0
- package/dist/pageComponents/LabsHero/assets/svg3.svg.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/svg3.svg.es.js +7 -0
- package/dist/pageComponents/LabsHero/index.d.ts +1 -0
- package/dist/pageComponents/LabsHero/labsHero.module.css.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/labsHero.module.css.es.js +41 -0
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.d.ts +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.es.js +179 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg.es.js +7 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg.es.js +7 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg.es.js +7 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/index.d.ts +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.es.js +71 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.d.ts +1 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +25 -0
- package/dist/pageComponents/StillHaveQuestions/index.d.ts +1 -0
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.cjs.js +1 -0
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.es.js +17 -0
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.cjs.js +1 -0
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.d.ts +15 -0
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.es.js +20 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.cjs.js +1 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.d.ts +7 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.es.js +10 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/index.d.ts +1 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.cjs.js +1 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.es.js +11 -0
- package/dist/pageComponents/TreatmentsHero/index.d.ts +1 -0
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.cjs.js +1 -0
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.es.js +21 -0
- package/dist/styles/index.d.ts +3 -0
- package/dist/styles/typography.module.css.cjs.js +1 -0
- package/dist/styles/typography.module.css.es.js +119 -0
- package/dist/types/common.d.ts +1 -0
- package/dist/utils/cn/cn.cjs.js +1 -0
- package/dist/utils/cn/cn.es.js +4 -0
- package/dist/utils/cn.d.ts +1 -0
- package/dist/utils/debounce.cjs.js +1 -0
- package/dist/utils/debounce.d.ts +2 -0
- package/dist/utils/debounce.es.js +9 -0
- package/dist/utils/formatUnits/formatUnits.cjs.js +1 -0
- package/dist/utils/formatUnits/formatUnits.es.js +9 -0
- package/dist/utils/formatUnits.d.ts +1 -0
- package/dist/utils/index.d.ts +0 -0
- package/dist/utils/isHsIcon/isHsIcon.cjs.js +1 -0
- package/dist/utils/isHsIcon/isHsIcon.es.js +7 -0
- package/dist/utils/isHsIcon.d.ts +3 -0
- package/dist/utils/useIsMobile.cjs.js +1 -0
- package/dist/utils/useIsMobile.d.ts +1 -0
- package/dist/utils/useIsMobile.es.js +12 -0
- package/dist/utils/useSwiper/useSwiper.cjs.js +1 -0
- package/dist/utils/useSwiper/useSwiper.es.js +48 -0
- package/package.json +21 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="discoverTheStory-module__root___8K3n2",e="discoverTheStory-module__container___mVW3M",o="discoverTheStory-module__contentImg___nhRaN",n="discoverTheStory-module__contentTextContainer___9FBQB",r={root:t,container:e,contentImg:o,contentTextContainer:n};exports.container=e;exports.contentImg=o;exports.contentTextContainer=n;exports.default=r;exports.root=t;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const o = "discoverTheStory-module__root___8K3n2", t = "discoverTheStory-module__container___mVW3M", n = "discoverTheStory-module__contentImg___nhRaN", e = "discoverTheStory-module__contentTextContainer___9FBQB", _ = {
|
|
2
|
+
root: o,
|
|
3
|
+
container: t,
|
|
4
|
+
contentImg: n,
|
|
5
|
+
contentTextContainer: e
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
t as container,
|
|
9
|
+
n as contentImg,
|
|
10
|
+
e as contentTextContainer,
|
|
11
|
+
_ as default,
|
|
12
|
+
o as root
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DiscoverTheStory } from './DiscoverTheStory';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react/jsx-runtime"),n=require("../../utils/cn/cn.cjs.js"),e=require("./gradient.module.css.cjs.js");function i({variant:t}){return r.jsx("section",{className:n.cn(e.default.root,e.default[t])})}exports.Gradient=i;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { cn as m } from "../../utils/cn/cn.es.js";
|
|
3
|
+
import o from "./gradient.module.css.es.js";
|
|
4
|
+
function s({ variant: r }) {
|
|
5
|
+
return /* @__PURE__ */ t("section", { className: m(o.root, o[r]) });
|
|
6
|
+
}
|
|
7
|
+
export {
|
|
8
|
+
s as Gradient
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="gradient-module__root___64ykF",e="gradient-module__blue___Yr7lT",t="gradient-module__gold___N8Rnw",_="gradient-module__orange___hDxoX",l={root:o,blue:e,gold:t,orange:_};exports.blue=e;exports.default=l;exports.gold=t;exports.orange=_;exports.root=o;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const o = "gradient-module__root___64ykF", _ = "gradient-module__blue___Yr7lT", e = "gradient-module__gold___N8Rnw", t = "gradient-module__orange___hDxoX", l = {
|
|
2
|
+
root: o,
|
|
3
|
+
blue: _,
|
|
4
|
+
gold: e,
|
|
5
|
+
orange: t
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
_ as blue,
|
|
9
|
+
l as default,
|
|
10
|
+
e as gold,
|
|
11
|
+
t as orange,
|
|
12
|
+
o as root
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Gradient } from './Gradient';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),t=require("../../components/Typography/Typography.cjs.js"),i=require("../../components/Button/Button.cjs.js"),n=require("./components/MiddleCarousel/MiddleCarousel.cjs.js"),r=require("../../utils/cn/cn.cjs.js"),a=require("./homepageHero.module.css.cjs.js");function l(){return e.jsxs("section",{className:a.default.root,children:[e.jsx("div",{className:a.default.backgroundImage}),e.jsxs("div",{className:a.default.contentContainer,children:[e.jsx("div",{className:a.default.headline,children:e.jsx(s.HighlightedTitle,{colorScheme:"dark",title:e.jsx(t.Typography,{as:"div",defaultVariant:"displayXs",mobileVariant:"headingLg",children:e.jsxs("p",{children:[e.jsx("b",{children:"Transform your quality of living"})," through the science of aging."]})})})}),e.jsx("div",{className:a.default.carouselArea,children:e.jsx(n.MiddleCarousel,{})}),e.jsxs("div",{className:a.default.callAction,children:[e.jsx(t.Typography,{as:"p",defaultVariant:"bodyLg",mobileVariant:"bodySm",className:a.default.text,children:"Achieve levels of health that redefine aging with research-driven protocols tailored to you by leading longevity experts."}),e.jsx("div",{className:r.cn(a.default.buttonWrapper,a.default.desktop),children:e.jsx(i.Button,{as:"a",href:"/join",variant:"secondary",size:"lg",children:"Join Healthspan"})}),e.jsx("div",{className:r.cn(a.default.buttonWrapper,a.default.mobile),children:e.jsx(i.Button,{as:"a",href:"/join",variant:"secondary",size:"md",children:"Join Healthspan"})})]})]})]})}exports.HomepageHero=l;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function HomepageHero(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { HighlightedTitle as t } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
3
|
+
import { Typography as r } from "../../components/Typography/Typography.es.js";
|
|
4
|
+
import { Button as o } from "../../components/Button/Button.es.js";
|
|
5
|
+
import { MiddleCarousel as l } from "./components/MiddleCarousel/MiddleCarousel.es.js";
|
|
6
|
+
import { cn as n } from "../../utils/cn/cn.es.js";
|
|
7
|
+
import a from "./homepageHero.module.css.es.js";
|
|
8
|
+
function f() {
|
|
9
|
+
return /* @__PURE__ */ i("section", { className: a.root, children: [
|
|
10
|
+
/* @__PURE__ */ e("div", { className: a.backgroundImage }),
|
|
11
|
+
/* @__PURE__ */ i("div", { className: a.contentContainer, children: [
|
|
12
|
+
/* @__PURE__ */ e("div", { className: a.headline, children: /* @__PURE__ */ e(
|
|
13
|
+
t,
|
|
14
|
+
{
|
|
15
|
+
colorScheme: "dark",
|
|
16
|
+
title: /* @__PURE__ */ e(r, { as: "div", defaultVariant: "displayXs", mobileVariant: "headingLg", children: /* @__PURE__ */ i("p", { children: [
|
|
17
|
+
/* @__PURE__ */ e("b", { children: "Transform your quality of living" }),
|
|
18
|
+
" through the science of aging."
|
|
19
|
+
] }) })
|
|
20
|
+
}
|
|
21
|
+
) }),
|
|
22
|
+
/* @__PURE__ */ e("div", { className: a.carouselArea, children: /* @__PURE__ */ e(l, {}) }),
|
|
23
|
+
/* @__PURE__ */ i("div", { className: a.callAction, children: [
|
|
24
|
+
/* @__PURE__ */ e(r, { as: "p", defaultVariant: "bodyLg", mobileVariant: "bodySm", className: a.text, children: "Achieve levels of health that redefine aging with research-driven protocols tailored to you by leading longevity experts." }),
|
|
25
|
+
/* @__PURE__ */ e("div", { className: n(a.buttonWrapper, a.desktop), children: /* @__PURE__ */ e(o, { as: "a", href: "/join", variant: "secondary", size: "lg", children: "Join Healthspan" }) }),
|
|
26
|
+
/* @__PURE__ */ e("div", { className: n(a.buttonWrapper, a.mobile), children: /* @__PURE__ */ e(o, { as: "a", href: "/join", variant: "secondary", size: "md", children: "Join Healthspan" }) })
|
|
27
|
+
] })
|
|
28
|
+
] })
|
|
29
|
+
] });
|
|
30
|
+
}
|
|
31
|
+
export {
|
|
32
|
+
f as HomepageHero
|
|
33
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react/jsx-runtime"),i=require("react"),d=require("./cards/Protocol.cjs.js"),u=require("./cards/Age.cjs.js"),f=require("./cards/Biomarker.cjs.js"),m=require("./cards/Facetime.cjs.js"),e=require("./middleCarousel.module.css.cjs.js"),C=[r.jsx(d.ProtocolCard,{},"protocol"),r.jsx(u.AgeCard,{},"age"),r.jsx(f.BiomarkerCard,{},"biomarker"),r.jsx(m.FacetimeCard,{},"facetime")];function x(){const[c,n]=i.useState(0),t=4;return i.useEffect(()=>{const o=setInterval(()=>{n(l=>(l+1)%t)},5e3);return()=>clearInterval(o)},[t]),r.jsx("div",{className:e.default.carousel,children:C.map((o,l)=>{let a=(l-c+t)%t;a===t-1&&(a=-1);let s;return a===-1?s=e.default.left:a===0?s=e.default.center:a===1?s=e.default.right:s=e.default.hidden,r.jsx("div",{className:`${e.default.card} ${s}`,children:r.jsx("div",{className:e.default.cardContent,children:o})},l)})})}exports.MiddleCarousel=x;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function MiddleCarousel(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
import { useState as c, useEffect as m } from "react";
|
|
4
|
+
import { ProtocolCard as d } from "./cards/Protocol.es.js";
|
|
5
|
+
import { AgeCard as f } from "./cards/Age.es.js";
|
|
6
|
+
import { BiomarkerCard as p } from "./cards/Biomarker.es.js";
|
|
7
|
+
import { FacetimeCard as u } from "./cards/Facetime.es.js";
|
|
8
|
+
import e from "./middleCarousel.module.css.es.js";
|
|
9
|
+
const C = [
|
|
10
|
+
/* @__PURE__ */ r(d, {}, "protocol"),
|
|
11
|
+
/* @__PURE__ */ r(f, {}, "age"),
|
|
12
|
+
/* @__PURE__ */ r(p, {}, "biomarker"),
|
|
13
|
+
/* @__PURE__ */ r(u, {}, "facetime")
|
|
14
|
+
];
|
|
15
|
+
function $() {
|
|
16
|
+
const [n, l] = c(0), t = 4;
|
|
17
|
+
return m(() => {
|
|
18
|
+
const s = setInterval(() => {
|
|
19
|
+
l((i) => (i + 1) % t);
|
|
20
|
+
}, 5e3);
|
|
21
|
+
return () => clearInterval(s);
|
|
22
|
+
}, [t]), /* @__PURE__ */ r("div", { className: e.carousel, children: C.map((s, i) => {
|
|
23
|
+
let o = (i - n + t) % t;
|
|
24
|
+
o === t - 1 && (o = -1);
|
|
25
|
+
let a;
|
|
26
|
+
return o === -1 ? a = e.left : o === 0 ? a = e.center : o === 1 ? a = e.right : a = e.hidden, /* @__PURE__ */ r("div", { className: `${e.card} ${a}`, children: /* @__PURE__ */ r("div", { className: e.cardContent, children: s }) }, i);
|
|
27
|
+
}) });
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
$ as MiddleCarousel
|
|
31
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../../../../../components/Typography/Typography.cjs.js"),r=require("../../../../../components/Icon/Icon.cjs.js"),t=require("../../../../../components/Icon/constants.cjs.js"),n=require("./assets/AgeGraph.svg.cjs.js"),a=require("./age.module.css.cjs.js");function d(){return e.jsxs("div",{className:a.default.ageCard,children:[e.jsxs("div",{className:a.default.topContainer,children:[e.jsx(s.Typography,{as:"p",defaultVariant:"labelXs",emphasis:!0,className:a.default.textContainer,children:"BIOLOGICAL AGE"}),e.jsxs("div",{className:a.default.ageInfo,children:[e.jsx(s.Typography,{as:"p",defaultVariant:"displayMd",className:a.default.ageNumber,children:"31"}),e.jsxs("div",{className:a.default.ageUnit,children:[e.jsx(r.Icon,{name:t.EIconName.ARROW_OUTWARD,className:a.default.trendArrow}),e.jsx(s.Typography,{as:"p",defaultVariant:"bodySm",className:a.default.ageLabel,children:"years old"})]})]})]}),e.jsx("div",{className:a.default.bottomContainer,children:e.jsx(n.default,{width:"100%",height:"100%",preserveAspectRatio:"xMidYMid meet",className:a.default.graphSvg})})]})}exports.AgeCard=d;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function AgeCard(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { Typography as s } from "../../../../../components/Typography/Typography.es.js";
|
|
3
|
+
import { Icon as i } from "../../../../../components/Icon/Icon.es.js";
|
|
4
|
+
import { EIconName as t } from "../../../../../components/Icon/constants.es.js";
|
|
5
|
+
import m from "./assets/AgeGraph.svg.es.js";
|
|
6
|
+
import a from "./age.module.css.es.js";
|
|
7
|
+
function h() {
|
|
8
|
+
return /* @__PURE__ */ r("div", { className: a.ageCard, children: [
|
|
9
|
+
/* @__PURE__ */ r("div", { className: a.topContainer, children: [
|
|
10
|
+
/* @__PURE__ */ e(s, { as: "p", defaultVariant: "labelXs", emphasis: !0, className: a.textContainer, children: "BIOLOGICAL AGE" }),
|
|
11
|
+
/* @__PURE__ */ r("div", { className: a.ageInfo, children: [
|
|
12
|
+
/* @__PURE__ */ e(s, { as: "p", defaultVariant: "displayMd", className: a.ageNumber, children: "31" }),
|
|
13
|
+
/* @__PURE__ */ r("div", { className: a.ageUnit, children: [
|
|
14
|
+
/* @__PURE__ */ e(i, { name: t.ARROW_OUTWARD, className: a.trendArrow }),
|
|
15
|
+
/* @__PURE__ */ e(s, { as: "p", defaultVariant: "bodySm", className: a.ageLabel, children: "years old" })
|
|
16
|
+
] })
|
|
17
|
+
] })
|
|
18
|
+
] }),
|
|
19
|
+
/* @__PURE__ */ e("div", { className: a.bottomContainer, children: /* @__PURE__ */ e(m, { width: "100%", height: "100%", preserveAspectRatio: "xMidYMid meet", className: a.graphSvg }) })
|
|
20
|
+
] });
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
h as AgeCard
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("../../../../../components/Typography/Typography.cjs.js"),s=require("../../../../../components/Icon/Icon.cjs.js"),t=require("../../../../../components/Icon/constants.cjs.js"),o=require("./assets/BiomarkerGraph.svg.cjs.js"),a=require("./biomarker.module.css.cjs.js");function i(){return e.jsxs("div",{className:a.default.biomarkerCard,children:[e.jsxs("div",{className:a.default.topContainer,children:[e.jsx(r.Typography,{as:"p",defaultVariant:"labelXs",emphasis:!0,className:a.default.textContainer,children:"BIOMARKER PROFILE"}),e.jsxs("div",{className:a.default.biomarkerInfo,children:[e.jsx(r.Typography,{as:"p",defaultVariant:"displayMd",children:"7.8"}),e.jsxs("div",{className:a.default.biomarkerUnit,children:[e.jsx(s.Icon,{name:t.EIconName.ARROW_OUTWARD,className:a.default.trendArrow}),e.jsx(r.Typography,{as:"p",defaultVariant:"bodySm",className:a.default.biomarkerLabel,children:"mg/dL"})]})]})]}),e.jsx("div",{className:a.default.bottomContainer,children:e.jsx(o.default,{width:"100%",height:"100%",preserveAspectRatio:"xMidYMid meet"})})]})}exports.BiomarkerCard=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function BiomarkerCard(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsxs as e, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { Typography as i } from "../../../../../components/Typography/Typography.es.js";
|
|
3
|
+
import { Icon as m } from "../../../../../components/Icon/Icon.es.js";
|
|
4
|
+
import { EIconName as o } from "../../../../../components/Icon/constants.es.js";
|
|
5
|
+
import t from "./assets/BiomarkerGraph.svg.es.js";
|
|
6
|
+
import r from "./biomarker.module.css.es.js";
|
|
7
|
+
function h() {
|
|
8
|
+
return /* @__PURE__ */ e("div", { className: r.biomarkerCard, children: [
|
|
9
|
+
/* @__PURE__ */ e("div", { className: r.topContainer, children: [
|
|
10
|
+
/* @__PURE__ */ a(i, { as: "p", defaultVariant: "labelXs", emphasis: !0, className: r.textContainer, children: "BIOMARKER PROFILE" }),
|
|
11
|
+
/* @__PURE__ */ e("div", { className: r.biomarkerInfo, children: [
|
|
12
|
+
/* @__PURE__ */ a(i, { as: "p", defaultVariant: "displayMd", children: "7.8" }),
|
|
13
|
+
/* @__PURE__ */ e("div", { className: r.biomarkerUnit, children: [
|
|
14
|
+
/* @__PURE__ */ a(m, { name: o.ARROW_OUTWARD, className: r.trendArrow }),
|
|
15
|
+
/* @__PURE__ */ a(i, { as: "p", defaultVariant: "bodySm", className: r.biomarkerLabel, children: "mg/dL" })
|
|
16
|
+
] })
|
|
17
|
+
] })
|
|
18
|
+
] }),
|
|
19
|
+
/* @__PURE__ */ a("div", { className: r.bottomContainer, children: /* @__PURE__ */ a(t, { width: "100%", height: "100%", preserveAspectRatio: "xMidYMid meet" }) })
|
|
20
|
+
] });
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
h as BiomarkerCard
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("../../../../../components/Typography/Typography.cjs.js"),a=require("./facetime.module.css.cjs.js"),r=()=>e.jsxs("div",{className:a.default.facetimeCard,children:[e.jsxs("div",{className:a.default.topContainer,children:[e.jsx(t.Typography,{defaultVariant:"labelXs",emphasis:!0,className:a.default.textContainer,children:"EXPERT COACHING"}),e.jsx("div",{className:a.default.facetimePic})]}),e.jsx("div",{className:a.default.bottomContainer,children:e.jsx("div",{className:a.default.callFrame})})]});exports.FacetimeCard=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const FacetimeCard: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { Typography as i } from "../../../../../components/Typography/Typography.es.js";
|
|
3
|
+
import a from "./facetime.module.css.es.js";
|
|
4
|
+
const c = () => /* @__PURE__ */ r("div", { className: a.facetimeCard, children: [
|
|
5
|
+
/* @__PURE__ */ r("div", { className: a.topContainer, children: [
|
|
6
|
+
/* @__PURE__ */ e(i, { defaultVariant: "labelXs", emphasis: !0, className: a.textContainer, children: "EXPERT COACHING" }),
|
|
7
|
+
/* @__PURE__ */ e("div", { className: a.facetimePic })
|
|
8
|
+
] }),
|
|
9
|
+
/* @__PURE__ */ e("div", { className: a.bottomContainer, children: /* @__PURE__ */ e("div", { className: a.callFrame }) })
|
|
10
|
+
] });
|
|
11
|
+
export {
|
|
12
|
+
c as FacetimeCard
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),s=require("../../../../../components/Typography/Typography.cjs.js"),o=require("../../../../../components/Icon/Icon.cjs.js"),r=require("../../../../../components/Icon/constants.cjs.js"),e=require("./protocol.module.css.cjs.js"),t=()=>a.jsxs("div",{className:e.default.protocolCard,children:[a.jsxs("div",{className:e.default.topContainer,children:[a.jsx(s.Typography,{defaultVariant:"labelXs",emphasis:!0,className:e.default.textContainer,children:"PERSONALIZED PROTOCOL"}),a.jsxs("div",{className:e.default.dosageInfo,children:[a.jsx(s.Typography,{defaultVariant:"displayMd",children:"5"}),a.jsxs("div",{className:e.default.dosageRate,children:[a.jsx(o.Icon,{name:r.EIconName.ARROW_OUTWARD,className:e.default.iconArrow}),a.jsx(s.Typography,{defaultVariant:"bodySm",className:e.default.dosageLabel,children:"mg/week"})]})]})]}),a.jsx("div",{className:e.default.bottomContainer,children:a.jsxs("div",{className:e.default.productCard,children:[a.jsx("div",{className:e.default.productImage}),a.jsxs("div",{className:e.default.productInfo,children:[a.jsx(s.Typography,{defaultVariant:"headingXs",className:e.default.productName,children:"Rapamycin"}),a.jsx(s.Typography,{defaultVariant:"labelSm",mobileVariant:"labelXs",emphasis:!0,className:e.default.productDosage,children:"5MG PER WEEK"})]})]})})]});exports.ProtocolCard=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ProtocolCard: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { Typography as s } from "../../../../../components/Typography/Typography.es.js";
|
|
3
|
+
import { Icon as l } from "../../../../../components/Icon/Icon.es.js";
|
|
4
|
+
import { EIconName as o } from "../../../../../components/Icon/constants.es.js";
|
|
5
|
+
import a from "./protocol.module.css.es.js";
|
|
6
|
+
const n = () => /* @__PURE__ */ r("div", { className: a.protocolCard, children: [
|
|
7
|
+
/* @__PURE__ */ r("div", { className: a.topContainer, children: [
|
|
8
|
+
/* @__PURE__ */ e(s, { defaultVariant: "labelXs", emphasis: !0, className: a.textContainer, children: "PERSONALIZED PROTOCOL" }),
|
|
9
|
+
/* @__PURE__ */ r("div", { className: a.dosageInfo, children: [
|
|
10
|
+
/* @__PURE__ */ e(s, { defaultVariant: "displayMd", children: "5" }),
|
|
11
|
+
/* @__PURE__ */ r("div", { className: a.dosageRate, children: [
|
|
12
|
+
/* @__PURE__ */ e(l, { name: o.ARROW_OUTWARD, className: a.iconArrow }),
|
|
13
|
+
/* @__PURE__ */ e(s, { defaultVariant: "bodySm", className: a.dosageLabel, children: "mg/week" })
|
|
14
|
+
] })
|
|
15
|
+
] })
|
|
16
|
+
] }),
|
|
17
|
+
/* @__PURE__ */ e("div", { className: a.bottomContainer, children: /* @__PURE__ */ r("div", { className: a.productCard, children: [
|
|
18
|
+
/* @__PURE__ */ e("div", { className: a.productImage }),
|
|
19
|
+
/* @__PURE__ */ r("div", { className: a.productInfo, children: [
|
|
20
|
+
/* @__PURE__ */ e(s, { defaultVariant: "headingXs", className: a.productName, children: "Rapamycin" }),
|
|
21
|
+
/* @__PURE__ */ e(
|
|
22
|
+
s,
|
|
23
|
+
{
|
|
24
|
+
defaultVariant: "labelSm",
|
|
25
|
+
mobileVariant: "labelXs",
|
|
26
|
+
emphasis: !0,
|
|
27
|
+
className: a.productDosage,
|
|
28
|
+
children: "5MG PER WEEK"
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
] })
|
|
32
|
+
] }) })
|
|
33
|
+
] });
|
|
34
|
+
export {
|
|
35
|
+
n as ProtocolCard
|
|
36
|
+
};
|
package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="age-module__ageCard___AQjAh",t="age-module__topContainer___GgiAw",o="age-module__textContainer___qZCCe",a="age-module__ageInfo___LI-Jy",n="age-module__ageUnit___St7uq",_="age-module__ageLabel___S8Zgl",g="age-module__trendArrow___nzXII",r="age-module__bottomContainer___MflbK",l="age-module__graphSvg___-U1TW",d={ageCard:e,topContainer:t,textContainer:o,ageInfo:a,ageUnit:n,ageLabel:_,trendArrow:g,bottomContainer:r,graphSvg:l};exports.ageCard=e;exports.ageInfo=a;exports.ageLabel=_;exports.ageUnit=n;exports.bottomContainer=r;exports.default=d;exports.graphSvg=l;exports.textContainer=o;exports.topContainer=t;exports.trendArrow=g;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const e = "age-module__ageCard___AQjAh", _ = "age-module__topContainer___GgiAw", o = "age-module__textContainer___qZCCe", t = "age-module__ageInfo___LI-Jy", a = "age-module__ageUnit___St7uq", n = "age-module__ageLabel___S8Zgl", g = "age-module__trendArrow___nzXII", r = "age-module__bottomContainer___MflbK", d = "age-module__graphSvg___-U1TW", l = {
|
|
2
|
+
ageCard: e,
|
|
3
|
+
topContainer: _,
|
|
4
|
+
textContainer: o,
|
|
5
|
+
ageInfo: t,
|
|
6
|
+
ageUnit: a,
|
|
7
|
+
ageLabel: n,
|
|
8
|
+
trendArrow: g,
|
|
9
|
+
bottomContainer: r,
|
|
10
|
+
graphSvg: d
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
e as ageCard,
|
|
14
|
+
t as ageInfo,
|
|
15
|
+
n as ageLabel,
|
|
16
|
+
a as ageUnit,
|
|
17
|
+
r as bottomContainer,
|
|
18
|
+
l as default,
|
|
19
|
+
d as graphSvg,
|
|
20
|
+
o as textContainer,
|
|
21
|
+
_ as topContainer,
|
|
22
|
+
g as trendArrow
|
|
23
|
+
};
|
package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.cjs.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react");function n(t){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const r in t)if(r!=="default"){const i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(a,r,i.get?i:{enumerable:!0,get:()=>t[r]})}}return a.default=t,Object.freeze(a)}const e=n(l),c=t=>e.createElement("svg",{width:312,height:180,viewBox:"0 0 312 180",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("rect",{width:312,height:180,rx:12,fill:"white",fillOpacity:.05}),e.createElement("rect",{width:312,height:180,rx:12,fill:"url(#paint0_linear_age)",fillOpacity:.2}),e.createElement("text",{x:257,y:9,fill:"white",fontFamily:"'Test S\\xF6hne Mono', monospace",fontSize:9,letterSpacing:"0.1em",opacity:.5},"OLDER"),e.createElement("line",{x1:12.25,y1:55.5,x2:300,y2:55.5,stroke:"white",strokeWidth:.5,strokeLinecap:"round",opacity:.3}),e.createElement("line",{x1:12.25,y1:89.75,x2:248,y2:89.75,stroke:"url(#paint1_linear_age)",strokeWidth:.5,strokeDasharray:"2 4",opacity:.3}),e.createElement("text",{x:245,y:77,fill:"white",fontFamily:"'Test S\\xF6hne Mono', monospace",fontSize:9,letterSpacing:"0.1em"},"ALIGNED"),e.createElement("line",{x1:12.25,y1:124,x2:300,y2:124,stroke:"white",strokeWidth:.5,strokeLinecap:"round",opacity:.3}),e.createElement("text",{x:245,y:146,fill:"white",fontFamily:"'Test S\\xF6hne Mono', monospace",fontSize:9,letterSpacing:"0.1em",opacity:.5},"YOUNGER"),e.createElement("text",{x:108,y:90,fill:"#FEEE5B",fontFamily:"'Suisse Intl', sans-serif",fontSize:16,letterSpacing:"-0.02em"},"-3.5 years"),e.createElement("g",{filter:"url(#filter0_f_age)"},e.createElement("circle",{cx:156,cy:121,r:40,fill:"url(#paint2_radial_age)"})),e.createElement("mask",{id:"mask0_age",maskUnits:"userSpaceOnUse",x:-28,y:90,width:185,height:40,style:{maskType:"alpha"}},e.createElement("path",{d:"M156 122C156 122 128 129.5 110 129.5C74.5 129.5 54.5 91.8 18.75 99.6C0.85 103.5 -27 122 -27 122",stroke:"white"}),e.createElement("circle",{cx:128.5,cy:127.5,r:1.5,fill:"white"}),e.createElement("circle",{cx:98.5,cy:128,r:1.5,fill:"white"}),e.createElement("circle",{cx:68.5,cy:113.5,r:1.5,fill:"white"}),e.createElement("circle",{cx:38.5,cy:99.75,r:1.5,fill:"white"})),e.createElement("g",{mask:"url(#mask0_age)"},e.createElement("rect",{x:12,y:46.5,width:150,height:135,fill:"url(#paint3_linear_age)"})),e.createElement("circle",{cx:156,cy:122,r:8,fill:"white",opacity:.3}),e.createElement("circle",{cx:156,cy:122,r:4,fill:"white"}),e.createElement("defs",null,e.createElement("filter",{id:"filter0_f_age",x:86,y:51,width:140,height:140,filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},e.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),e.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.createElement("feGaussianBlur",{stdDeviation:15,result:"effect1_foregroundBlur_age"})),e.createElement("linearGradient",{id:"paint0_linear_age",x1:156,y1:0,x2:156,y2:180,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{offset:.5,stopColor:"#8FA1CD",stopOpacity:0}),e.createElement("stop",{offset:1,stopColor:"#8FA1CD"})),e.createElement("linearGradient",{id:"paint1_linear_age",x1:12,y1:90,x2:248,y2:90,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"white",stopOpacity:0}),e.createElement("stop",{offset:1,stopColor:"white"})),e.createElement("radialGradient",{id:"paint2_radial_age",cx:0,cy:0,r:1,gradientUnits:"userSpaceOnUse",gradientTransform:"translate(156 121) rotate(90) scale(40)"},e.createElement("stop",{stopColor:"#FEF38E"}),e.createElement("stop",{offset:1,stopColor:"#FEF38E",stopOpacity:0})),e.createElement("linearGradient",{id:"paint3_linear_age",x1:12,y1:114,x2:162,y2:114,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"white",stopOpacity:0}),e.createElement("stop",{offset:1,stopColor:"white"}))));exports.default=c;
|
package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.es.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const a = (t) => /* @__PURE__ */ e.createElement("svg", { width: 312, height: 180, viewBox: "0 0 312 180", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 312, height: 180, rx: 12, fill: "white", fillOpacity: 0.05 }), /* @__PURE__ */ e.createElement("rect", { width: 312, height: 180, rx: 12, fill: "url(#paint0_linear_age)", fillOpacity: 0.2 }), /* @__PURE__ */ e.createElement("text", { x: 257, y: 9, fill: "white", fontFamily: "'Test S\\xF6hne Mono', monospace", fontSize: 9, letterSpacing: "0.1em", opacity: 0.5 }, "OLDER"), /* @__PURE__ */ e.createElement("line", { x1: 12.25, y1: 55.5, x2: 300, y2: 55.5, stroke: "white", strokeWidth: 0.5, strokeLinecap: "round", opacity: 0.3 }), /* @__PURE__ */ e.createElement("line", { x1: 12.25, y1: 89.75, x2: 248, y2: 89.75, stroke: "url(#paint1_linear_age)", strokeWidth: 0.5, strokeDasharray: "2 4", opacity: 0.3 }), /* @__PURE__ */ e.createElement("text", { x: 245, y: 77, fill: "white", fontFamily: "'Test S\\xF6hne Mono', monospace", fontSize: 9, letterSpacing: "0.1em" }, "ALIGNED"), /* @__PURE__ */ e.createElement("line", { x1: 12.25, y1: 124, x2: 300, y2: 124, stroke: "white", strokeWidth: 0.5, strokeLinecap: "round", opacity: 0.3 }), /* @__PURE__ */ e.createElement("text", { x: 245, y: 146, fill: "white", fontFamily: "'Test S\\xF6hne Mono', monospace", fontSize: 9, letterSpacing: "0.1em", opacity: 0.5 }, "YOUNGER"), /* @__PURE__ */ e.createElement("text", { x: 108, y: 90, fill: "#FEEE5B", fontFamily: "'Suisse Intl', sans-serif", fontSize: 16, letterSpacing: "-0.02em" }, "-3.5 years"), /* @__PURE__ */ e.createElement("g", { filter: "url(#filter0_f_age)" }, /* @__PURE__ */ e.createElement("circle", { cx: 156, cy: 121, r: 40, fill: "url(#paint2_radial_age)" })), /* @__PURE__ */ e.createElement("mask", { id: "mask0_age", maskUnits: "userSpaceOnUse", x: -28, y: 90, width: 185, height: 40, style: {
|
|
3
|
+
maskType: "alpha"
|
|
4
|
+
} }, /* @__PURE__ */ e.createElement("path", { d: "M156 122C156 122 128 129.5 110 129.5C74.5 129.5 54.5 91.8 18.75 99.6C0.85 103.5 -27 122 -27 122", stroke: "white" }), /* @__PURE__ */ e.createElement("circle", { cx: 128.5, cy: 127.5, r: 1.5, fill: "white" }), /* @__PURE__ */ e.createElement("circle", { cx: 98.5, cy: 128, r: 1.5, fill: "white" }), /* @__PURE__ */ e.createElement("circle", { cx: 68.5, cy: 113.5, r: 1.5, fill: "white" }), /* @__PURE__ */ e.createElement("circle", { cx: 38.5, cy: 99.75, r: 1.5, fill: "white" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask0_age)" }, /* @__PURE__ */ e.createElement("rect", { x: 12, y: 46.5, width: 150, height: 135, fill: "url(#paint3_linear_age)" })), /* @__PURE__ */ e.createElement("circle", { cx: 156, cy: 122, r: 8, fill: "white", opacity: 0.3 }), /* @__PURE__ */ e.createElement("circle", { cx: 156, cy: 122, r: 4, fill: "white" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("filter", { id: "filter0_f_age", x: 86, y: 51, width: 140, height: 140, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ e.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ e.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), /* @__PURE__ */ e.createElement("feGaussianBlur", { stdDeviation: 15, result: "effect1_foregroundBlur_age" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_age", x1: 156, y1: 0, x2: 156, y2: 180, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.5, stopColor: "#8FA1CD", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#8FA1CD" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear_age", x1: 12, y1: 90, x2: 248, y2: 90, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "white", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "white" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint2_radial_age", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(156 121) rotate(90) scale(40)" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#FEF38E" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#FEF38E", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint3_linear_age", x1: 12, y1: 114, x2: 162, y2: 114, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "white", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "white" }))));
|
|
5
|
+
export {
|
|
6
|
+
a as default
|
|
7
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("react");function i(t){const l=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const r in t)if(r!=="default"){const c=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(l,r,c.get?c:{enumerable:!0,get:()=>t[r]})}}return l.default=t,Object.freeze(l)}const e=i(a),n=t=>e.createElement("svg",{width:312,height:184,viewBox:"0 0 312 184",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("rect",{width:312,height:180,y:2,rx:12,fill:"white",fillOpacity:.05}),e.createElement("rect",{width:312,height:180,y:2,rx:12,fill:"url(#paint0_linear_159_20353)",fillOpacity:.2}),e.createElement("line",{x1:12.25,y1:55.5,x2:299.75,y2:55.5,stroke:"white",strokeWidth:.5,strokeLinecap:"round",opacity:.3}),e.createElement("line",{x1:12.25,y1:124,x2:299.75,y2:124,stroke:"white",strokeWidth:.5,strokeLinecap:"round",opacity:.3}),e.createElement("mask",{id:"mask0_159_20353",maskUnits:"userSpaceOnUse",x:12,y:77,width:231,height:66,style:{maskType:"alpha"}},e.createElement("path",{d:"M13 82.0113L70.4 79.5547L127.8 117.497L185.2 123.625L242.6 141.754",stroke:"white"}),e.createElement("circle",{cx:129,cy:118,r:2,fill:"white"}),e.createElement("circle",{cx:186,cy:124,r:2,fill:"white"}),e.createElement("circle",{cx:70,cy:79,r:2,fill:"white"}),e.createElement("circle",{cx:14,cy:82,r:2,fill:"white"})),e.createElement("g",{mask:"url(#mask0_159_20353)"},e.createElement("rect",{y:36.5,width:312,height:135,fill:"url(#paint2_linear_159_20353)"})),e.createElement("circle",{cx:129,cy:118,r:4,fill:"var(--color-solar-200)"}),e.createElement("circle",{cx:186,cy:124,r:4,fill:"var(--color-solar-200)"}),e.createElement("circle",{cx:70,cy:79,r:4,fill:"var(--color-solar-200)"}),e.createElement("circle",{cx:14,cy:82,r:4,fill:"var(--color-solar-200)"}),e.createElement("path",{d:"M224.206 118.334V116.894H229.454V118.334H224.206ZM235.305 122.206C234.281 122.206 233.433 121.961 232.761 121.47C232.099 120.979 231.603 120.286 231.273 119.39C230.953 118.483 230.793 117.417 230.793 116.19C230.793 114.963 230.953 113.902 231.273 113.006C231.603 112.11 232.099 111.417 232.761 110.926C233.433 110.435 234.281 110.19 235.305 110.19C236.339 110.19 237.187 110.435 237.849 110.926C238.51 111.417 239.001 112.11 239.321 113.006C239.651 113.902 239.817 114.963 239.817 116.19C239.817 117.417 239.651 118.483 239.321 119.39C239.001 120.286 238.51 120.979 237.849 121.47C237.187 121.961 236.339 122.206 235.305 122.206ZM235.305 120.99C236.222 120.99 236.942 120.595 237.465 119.806C237.998 119.006 238.265 117.801 238.265 116.19C238.265 114.579 237.998 113.379 237.465 112.59C236.942 111.801 236.222 111.406 235.305 111.406C234.398 111.406 233.678 111.801 233.145 112.59C232.611 113.379 232.345 114.579 232.345 116.19C232.345 117.801 232.611 119.006 233.145 119.806C233.678 120.595 234.398 120.99 235.305 120.99ZM240.993 121.998V120.158H242.833V121.998H240.993ZM245.499 121.998V112.926H242.811V111.934C243.366 111.913 243.835 111.865 244.219 111.79C244.614 111.705 244.95 111.555 245.227 111.342C245.504 111.129 245.75 110.814 245.963 110.398H246.955V121.998H245.499ZM251.007 111.758L250.607 115.054C250.917 114.755 251.29 114.537 251.727 114.398C252.165 114.249 252.623 114.174 253.103 114.174C253.786 114.174 254.415 114.329 254.991 114.638C255.567 114.947 256.031 115.401 256.383 115.998C256.735 116.595 256.911 117.321 256.911 118.174C256.911 119.059 256.714 119.801 256.319 120.398C255.935 120.995 255.429 121.449 254.799 121.758C254.181 122.057 253.509 122.206 252.783 122.206C251.887 122.206 251.146 122.041 250.559 121.71C249.983 121.369 249.541 120.926 249.231 120.382C248.922 119.838 248.73 119.257 248.655 118.638H250.159C250.277 119.363 250.538 119.939 250.943 120.366C251.359 120.782 251.973 120.99 252.783 120.99C253.253 120.99 253.679 120.883 254.063 120.67C254.458 120.446 254.773 120.126 255.007 119.71C255.253 119.294 255.375 118.787 255.375 118.19C255.375 117.55 255.242 117.027 254.975 116.622C254.719 116.217 254.394 115.918 253.999 115.726C253.605 115.534 253.194 115.438 252.767 115.438C252.17 115.438 251.679 115.582 251.295 115.87C250.911 116.147 250.655 116.43 250.527 116.718L249.071 116.638L249.823 110.398H256.479V111.758H251.007Z",fill:"#FEEE5B"}),e.createElement("g",{filter:"url(#filter1_f_159_20353)"},e.createElement("circle",{cx:240,cy:140.998,r:40,fill:"url(#paint1_radial_159_20353)"})),e.createElement("circle",{opacity:.3,cx:240,cy:141.498,r:8,fill:"white"}),e.createElement("circle",{cx:240,cy:141.498,r:4,fill:"white"}),e.createElement("defs",null,e.createElement("filter",{id:"filter1_f_159_20353",x:170,y:70.998,width:140,height:140,filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},e.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),e.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.createElement("feGaussianBlur",{stdDeviation:15,result:"effect1_foregroundBlur_159_20353"})),e.createElement("linearGradient",{id:"paint0_linear_159_20353",x1:156,y1:0,x2:156,y2:180,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{offset:.5,stopColor:"#8FA1CD",stopOpacity:0}),e.createElement("stop",{offset:1,stopColor:"#8FA1CD"})),e.createElement("radialGradient",{id:"paint1_radial_159_20353",cx:0,cy:0,r:1,gradientUnits:"userSpaceOnUse",gradientTransform:"translate(240 140.998) rotate(90) scale(40)"},e.createElement("stop",{stopColor:"#FEF38E"}),e.createElement("stop",{offset:1,stopColor:"#FEF38E",stopOpacity:0})),e.createElement("linearGradient",{id:"paint2_linear_159_20353",x1:0,y1:104,x2:312,y2:104,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"white",stopOpacity:0}),e.createElement("stop",{offset:1,stopColor:"white"}))));exports.default=n;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const r = (t) => /* @__PURE__ */ e.createElement("svg", { width: 312, height: 184, viewBox: "0 0 312 184", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 312, height: 180, y: 2, rx: 12, fill: "white", fillOpacity: 0.05 }), /* @__PURE__ */ e.createElement("rect", { width: 312, height: 180, y: 2, rx: 12, fill: "url(#paint0_linear_159_20353)", fillOpacity: 0.2 }), /* @__PURE__ */ e.createElement("line", { x1: 12.25, y1: 55.5, x2: 299.75, y2: 55.5, stroke: "white", strokeWidth: 0.5, strokeLinecap: "round", opacity: 0.3 }), /* @__PURE__ */ e.createElement("line", { x1: 12.25, y1: 124, x2: 299.75, y2: 124, stroke: "white", strokeWidth: 0.5, strokeLinecap: "round", opacity: 0.3 }), /* @__PURE__ */ e.createElement("mask", { id: "mask0_159_20353", maskUnits: "userSpaceOnUse", x: 12, y: 77, width: 231, height: 66, style: {
|
|
3
|
+
maskType: "alpha"
|
|
4
|
+
} }, /* @__PURE__ */ e.createElement("path", { d: "M13 82.0113L70.4 79.5547L127.8 117.497L185.2 123.625L242.6 141.754", stroke: "white" }), /* @__PURE__ */ e.createElement("circle", { cx: 129, cy: 118, r: 2, fill: "white" }), /* @__PURE__ */ e.createElement("circle", { cx: 186, cy: 124, r: 2, fill: "white" }), /* @__PURE__ */ e.createElement("circle", { cx: 70, cy: 79, r: 2, fill: "white" }), /* @__PURE__ */ e.createElement("circle", { cx: 14, cy: 82, r: 2, fill: "white" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask0_159_20353)" }, /* @__PURE__ */ e.createElement("rect", { y: 36.5, width: 312, height: 135, fill: "url(#paint2_linear_159_20353)" })), /* @__PURE__ */ e.createElement("circle", { cx: 129, cy: 118, r: 4, fill: "var(--color-solar-200)" }), /* @__PURE__ */ e.createElement("circle", { cx: 186, cy: 124, r: 4, fill: "var(--color-solar-200)" }), /* @__PURE__ */ e.createElement("circle", { cx: 70, cy: 79, r: 4, fill: "var(--color-solar-200)" }), /* @__PURE__ */ e.createElement("circle", { cx: 14, cy: 82, r: 4, fill: "var(--color-solar-200)" }), /* @__PURE__ */ e.createElement("path", { d: "M224.206 118.334V116.894H229.454V118.334H224.206ZM235.305 122.206C234.281 122.206 233.433 121.961 232.761 121.47C232.099 120.979 231.603 120.286 231.273 119.39C230.953 118.483 230.793 117.417 230.793 116.19C230.793 114.963 230.953 113.902 231.273 113.006C231.603 112.11 232.099 111.417 232.761 110.926C233.433 110.435 234.281 110.19 235.305 110.19C236.339 110.19 237.187 110.435 237.849 110.926C238.51 111.417 239.001 112.11 239.321 113.006C239.651 113.902 239.817 114.963 239.817 116.19C239.817 117.417 239.651 118.483 239.321 119.39C239.001 120.286 238.51 120.979 237.849 121.47C237.187 121.961 236.339 122.206 235.305 122.206ZM235.305 120.99C236.222 120.99 236.942 120.595 237.465 119.806C237.998 119.006 238.265 117.801 238.265 116.19C238.265 114.579 237.998 113.379 237.465 112.59C236.942 111.801 236.222 111.406 235.305 111.406C234.398 111.406 233.678 111.801 233.145 112.59C232.611 113.379 232.345 114.579 232.345 116.19C232.345 117.801 232.611 119.006 233.145 119.806C233.678 120.595 234.398 120.99 235.305 120.99ZM240.993 121.998V120.158H242.833V121.998H240.993ZM245.499 121.998V112.926H242.811V111.934C243.366 111.913 243.835 111.865 244.219 111.79C244.614 111.705 244.95 111.555 245.227 111.342C245.504 111.129 245.75 110.814 245.963 110.398H246.955V121.998H245.499ZM251.007 111.758L250.607 115.054C250.917 114.755 251.29 114.537 251.727 114.398C252.165 114.249 252.623 114.174 253.103 114.174C253.786 114.174 254.415 114.329 254.991 114.638C255.567 114.947 256.031 115.401 256.383 115.998C256.735 116.595 256.911 117.321 256.911 118.174C256.911 119.059 256.714 119.801 256.319 120.398C255.935 120.995 255.429 121.449 254.799 121.758C254.181 122.057 253.509 122.206 252.783 122.206C251.887 122.206 251.146 122.041 250.559 121.71C249.983 121.369 249.541 120.926 249.231 120.382C248.922 119.838 248.73 119.257 248.655 118.638H250.159C250.277 119.363 250.538 119.939 250.943 120.366C251.359 120.782 251.973 120.99 252.783 120.99C253.253 120.99 253.679 120.883 254.063 120.67C254.458 120.446 254.773 120.126 255.007 119.71C255.253 119.294 255.375 118.787 255.375 118.19C255.375 117.55 255.242 117.027 254.975 116.622C254.719 116.217 254.394 115.918 253.999 115.726C253.605 115.534 253.194 115.438 252.767 115.438C252.17 115.438 251.679 115.582 251.295 115.87C250.911 116.147 250.655 116.43 250.527 116.718L249.071 116.638L249.823 110.398H256.479V111.758H251.007Z", fill: "#FEEE5B" }), /* @__PURE__ */ e.createElement("g", { filter: "url(#filter1_f_159_20353)" }, /* @__PURE__ */ e.createElement("circle", { cx: 240, cy: 140.998, r: 40, fill: "url(#paint1_radial_159_20353)" })), /* @__PURE__ */ e.createElement("circle", { opacity: 0.3, cx: 240, cy: 141.498, r: 8, fill: "white" }), /* @__PURE__ */ e.createElement("circle", { cx: 240, cy: 141.498, r: 4, fill: "white" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("filter", { id: "filter1_f_159_20353", x: 170, y: 70.998, width: 140, height: 140, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ e.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ e.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), /* @__PURE__ */ e.createElement("feGaussianBlur", { stdDeviation: 15, result: "effect1_foregroundBlur_159_20353" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_159_20353", x1: 156, y1: 0, x2: 156, y2: 180, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.5, stopColor: "#8FA1CD", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#8FA1CD" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_159_20353", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(240 140.998) rotate(90) scale(40)" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#FEF38E" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#FEF38E", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_159_20353", x1: 0, y1: 104, x2: 312, y2: 104, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "white", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "white" }))));
|
|
5
|
+
export {
|
|
6
|
+
r as default
|
|
7
|
+
};
|
package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r="biomarker-module__biomarkerCard___nAdBb",o="biomarker-module__topContainer___wn-Ed",e="biomarker-module__textContainer___qCmgX",t="biomarker-module__biomarkerInfo___-C-uV",n="biomarker-module__biomarkerUnit___-qCMO",a="biomarker-module__biomarkerLabel___tzKzW",i="biomarker-module__trendArrow___S30j8",_="biomarker-module__bottomContainer___4Lznp",m={biomarkerCard:r,topContainer:o,textContainer:e,biomarkerInfo:t,biomarkerUnit:n,biomarkerLabel:a,trendArrow:i,bottomContainer:_};exports.biomarkerCard=r;exports.biomarkerInfo=t;exports.biomarkerLabel=a;exports.biomarkerUnit=n;exports.bottomContainer=_;exports.default=m;exports.textContainer=e;exports.topContainer=o;exports.trendArrow=i;
|
package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "biomarker-module__biomarkerCard___nAdBb", r = "biomarker-module__topContainer___wn-Ed", e = "biomarker-module__textContainer___qCmgX", t = "biomarker-module__biomarkerInfo___-C-uV", _ = "biomarker-module__biomarkerUnit___-qCMO", n = "biomarker-module__biomarkerLabel___tzKzW", a = "biomarker-module__trendArrow___S30j8", i = "biomarker-module__bottomContainer___4Lznp", m = {
|
|
2
|
+
biomarkerCard: o,
|
|
3
|
+
topContainer: r,
|
|
4
|
+
textContainer: e,
|
|
5
|
+
biomarkerInfo: t,
|
|
6
|
+
biomarkerUnit: _,
|
|
7
|
+
biomarkerLabel: n,
|
|
8
|
+
trendArrow: a,
|
|
9
|
+
bottomContainer: i
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
o as biomarkerCard,
|
|
13
|
+
t as biomarkerInfo,
|
|
14
|
+
n as biomarkerLabel,
|
|
15
|
+
_ as biomarkerUnit,
|
|
16
|
+
i as bottomContainer,
|
|
17
|
+
m as default,
|
|
18
|
+
e as textContainer,
|
|
19
|
+
r as topContainer,
|
|
20
|
+
a as trendArrow
|
|
21
|
+
};
|
package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="facetime-module__facetimeCard___2qmj-",t="facetime-module__topContainer___5BKEi",a="facetime-module__textContainer___TyYQz",o="facetime-module__facetimePic___a68Zb",i="facetime-module__bottomContainer___ALzl0",n="facetime-module__callFrame___T0H10",_={facetimeCard:e,topContainer:t,textContainer:a,facetimePic:o,bottomContainer:i,callFrame:n};exports.bottomContainer=i;exports.callFrame=n;exports.default=_;exports.facetimeCard=e;exports.facetimePic=o;exports.textContainer=a;exports.topContainer=t;
|
package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const e = "facetime-module__facetimeCard___2qmj-", t = "facetime-module__topContainer___5BKEi", a = "facetime-module__textContainer___TyYQz", o = "facetime-module__facetimePic___a68Zb", _ = "facetime-module__bottomContainer___ALzl0", c = "facetime-module__callFrame___T0H10", i = {
|
|
2
|
+
facetimeCard: e,
|
|
3
|
+
topContainer: t,
|
|
4
|
+
textContainer: a,
|
|
5
|
+
facetimePic: o,
|
|
6
|
+
bottomContainer: _,
|
|
7
|
+
callFrame: c
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
_ as bottomContainer,
|
|
11
|
+
c as callFrame,
|
|
12
|
+
i as default,
|
|
13
|
+
e as facetimeCard,
|
|
14
|
+
o as facetimePic,
|
|
15
|
+
a as textContainer,
|
|
16
|
+
t as topContainer
|
|
17
|
+
};
|
package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="protocol-module__protocolCard___ZvsFB",t="protocol-module__topContainer___lo-CA",e="protocol-module__textContainer___iFz30",r="protocol-module__dosageInfo___c0DLS",_="protocol-module__dosageRate___J9Y-p",c="protocol-module__dosageLabel___Mrdj3",d="protocol-module__productName___mk9dM",a="protocol-module__productDosage___6301S",n="protocol-module__iconArrow___pD52M",p="protocol-module__bottomContainer___hcGeJ",l="protocol-module__productCard___RD0lT",u="protocol-module__productImage___pYQLV",s="protocol-module__productInfo___RkRNj",m={protocolCard:o,topContainer:t,textContainer:e,dosageInfo:r,dosageRate:_,dosageLabel:c,productName:d,productDosage:a,iconArrow:n,bottomContainer:p,productCard:l,productImage:u,productInfo:s};exports.bottomContainer=p;exports.default=m;exports.dosageInfo=r;exports.dosageLabel=c;exports.dosageRate=_;exports.iconArrow=n;exports.productCard=l;exports.productDosage=a;exports.productImage=u;exports.productInfo=s;exports.productName=d;exports.protocolCard=o;exports.textContainer=e;exports.topContainer=t;
|
package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const o = "protocol-module__protocolCard___ZvsFB", t = "protocol-module__topContainer___lo-CA", _ = "protocol-module__textContainer___iFz30", r = "protocol-module__dosageInfo___c0DLS", e = "protocol-module__dosageRate___J9Y-p", c = "protocol-module__dosageLabel___Mrdj3", d = "protocol-module__productName___mk9dM", a = "protocol-module__productDosage___6301S", n = "protocol-module__iconArrow___pD52M", p = "protocol-module__bottomContainer___hcGeJ", l = "protocol-module__productCard___RD0lT", s = "protocol-module__productImage___pYQLV", u = "protocol-module__productInfo___RkRNj", m = {
|
|
2
|
+
protocolCard: o,
|
|
3
|
+
topContainer: t,
|
|
4
|
+
textContainer: _,
|
|
5
|
+
dosageInfo: r,
|
|
6
|
+
dosageRate: e,
|
|
7
|
+
dosageLabel: c,
|
|
8
|
+
productName: d,
|
|
9
|
+
productDosage: a,
|
|
10
|
+
iconArrow: n,
|
|
11
|
+
bottomContainer: p,
|
|
12
|
+
productCard: l,
|
|
13
|
+
productImage: s,
|
|
14
|
+
productInfo: u
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
p as bottomContainer,
|
|
18
|
+
m as default,
|
|
19
|
+
r as dosageInfo,
|
|
20
|
+
c as dosageLabel,
|
|
21
|
+
e as dosageRate,
|
|
22
|
+
n as iconArrow,
|
|
23
|
+
l as productCard,
|
|
24
|
+
a as productDosage,
|
|
25
|
+
s as productImage,
|
|
26
|
+
u as productInfo,
|
|
27
|
+
d as productName,
|
|
28
|
+
o as protocolCard,
|
|
29
|
+
_ as textContainer,
|
|
30
|
+
t as topContainer
|
|
31
|
+
};
|
package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="middleCarousel-module__carousel___axxdq",d="middleCarousel-module__card___hV41s",t="middleCarousel-module__left___Qxquw",_="middleCarousel-module__center___CQddx",l="middleCarousel-module__right___4N-aD",o="middleCarousel-module__hidden___NCVeG",r="middleCarousel-module__cardContent___bQYbE",c={carousel:e,card:d,left:t,center:_,right:l,hidden:o,cardContent:r};exports.card=d;exports.cardContent=r;exports.carousel=e;exports.center=_;exports.default=c;exports.hidden=o;exports.left=t;exports.right=l;
|
package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const e = "middleCarousel-module__carousel___axxdq", d = "middleCarousel-module__card___hV41s", _ = "middleCarousel-module__left___Qxquw", l = "middleCarousel-module__center___CQddx", o = "middleCarousel-module__right___4N-aD", t = "middleCarousel-module__hidden___NCVeG", r = "middleCarousel-module__cardContent___bQYbE", s = {
|
|
2
|
+
carousel: e,
|
|
3
|
+
card: d,
|
|
4
|
+
left: _,
|
|
5
|
+
center: l,
|
|
6
|
+
right: o,
|
|
7
|
+
hidden: t,
|
|
8
|
+
cardContent: r
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
d as card,
|
|
12
|
+
r as cardContent,
|
|
13
|
+
e as carousel,
|
|
14
|
+
l as center,
|
|
15
|
+
s as default,
|
|
16
|
+
t as hidden,
|
|
17
|
+
_ as left,
|
|
18
|
+
o as right
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="homepageHero-module__root___nmksd",o="homepageHero-module__backgroundImage___xGlC2",t="homepageHero-module__contentContainer___CoARZ",_="homepageHero-module__headline___Kv44b",a="homepageHero-module__carouselArea___j1ktL",n="homepageHero-module__callAction___p4l4c",r="homepageHero-module__text___efXY2",l="homepageHero-module__buttonWrapper___giw1M",c="homepageHero-module__desktop___a7wZZ",m="homepageHero-module__mobile___mVihT",u={root:e,backgroundImage:o,contentContainer:t,headline:_,carouselArea:a,callAction:n,text:r,buttonWrapper:l,desktop:c,mobile:m};exports.backgroundImage=o;exports.buttonWrapper=l;exports.callAction=n;exports.carouselArea=a;exports.contentContainer=t;exports.default=u;exports.desktop=c;exports.headline=_;exports.mobile=m;exports.root=e;exports.text=r;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "homepageHero-module__root___nmksd", o = "homepageHero-module__backgroundImage___xGlC2", _ = "homepageHero-module__contentContainer___CoARZ", t = "homepageHero-module__headline___Kv44b", a = "homepageHero-module__carouselArea___j1ktL", n = "homepageHero-module__callAction___p4l4c", r = "homepageHero-module__text___efXY2", l = "homepageHero-module__buttonWrapper___giw1M", m = "homepageHero-module__desktop___a7wZZ", c = "homepageHero-module__mobile___mVihT", d = {
|
|
2
|
+
root: e,
|
|
3
|
+
backgroundImage: o,
|
|
4
|
+
contentContainer: _,
|
|
5
|
+
headline: t,
|
|
6
|
+
carouselArea: a,
|
|
7
|
+
callAction: n,
|
|
8
|
+
text: r,
|
|
9
|
+
buttonWrapper: l,
|
|
10
|
+
desktop: m,
|
|
11
|
+
mobile: c
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
o as backgroundImage,
|
|
15
|
+
l as buttonWrapper,
|
|
16
|
+
n as callAction,
|
|
17
|
+
a as carouselArea,
|
|
18
|
+
_ as contentContainer,
|
|
19
|
+
d as default,
|
|
20
|
+
m as desktop,
|
|
21
|
+
t as headline,
|
|
22
|
+
c as mobile,
|
|
23
|
+
e as root,
|
|
24
|
+
r as text
|
|
25
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { HomepageHero } from './HomepageHero';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../../utils/cn/cn.cjs.js"),l=require("../../components/Typography/Typography.cjs.js"),i=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),t=require("../../components/Button/Button.cjs.js"),r=require("./assets/icon1.png.cjs.js"),c=require("./assets/icon2.png.cjs.js"),n=require("./assets/icon3.png.cjs.js"),d=require("./assets/img1.png.cjs.js"),o=require("./assets/img2.png.cjs.js"),u=require("./assets/img3.png.cjs.js"),m=require("./assets/svg1.svg.cjs.js"),g=require("./assets/svg2.svg.cjs.js"),f=require("./assets/svg3.svg.cjs.js"),a=require("./labsHero.module.css.cjs.js"),p=()=>e.jsxs("section",{className:a.default.root,children:[e.jsxs("div",{className:a.default.container,children:[e.jsx("div",{className:a.default.title,children:e.jsx(i.HighlightedTitle,{as:"p",colorScheme:"dark",defaultVariant:"displayMd",mobileVariant:"displayXs",title:e.jsxs(e.Fragment,{children:["To see results, you need to ",e.jsx("b",{children:"see your results"})]})})}),e.jsx(l.Typography,{as:"p",defaultVariant:"bodyMd",mobileVariant:"bodySm",className:a.default.description,children:"Healthspan's advanced lab panels provide precise data on 100+ biomarkers. Your dedicated clinical care team analyzes and explains the results in plain terms, helping you personalize and optimize your longevity protocol."}),e.jsx("div",{className:s.cn(a.default.buttonWrap,a.default.mobile),children:e.jsx(t.Button,{as:"a",href:"https://app.gethealthspan.com/#/product/signup/61f89782d9ecee002014f33e",variant:"secondary",size:"md",children:"Get Started"})}),e.jsx("div",{className:s.cn(a.default.buttonWrap,a.default.desktop),children:e.jsx(t.Button,{as:"a",href:"https://app.gethealthspan.com/#/product/signup/61f89782d9ecee002014f33e",variant:"secondary",size:"lg",children:"Get Started"})})]}),e.jsxs("div",{className:a.default.animationContainer,children:[e.jsxs("div",{className:s.cn(a.default.imageSet,a.default.active),children:[e.jsx("img",{src:r.default,className:a.default.set1Icon,alt:"Image Icon"}),e.jsx("img",{src:d.default,className:a.default.set1Image,alt:"Product Image"}),e.jsx(m.default,{className:a.default.set1Svg})]}),e.jsxs("div",{className:a.default.imageSet,children:[e.jsx("img",{src:c.default,className:a.default.set2Icon,alt:"Image Icon"}),e.jsx("img",{src:o.default,className:a.default.set2Image,alt:"Product Image"}),e.jsx(g.default,{className:a.default.set2Svg})]}),e.jsxs("div",{className:a.default.imageSet,children:[e.jsx("img",{src:n.default,className:a.default.set3Icon,alt:"Image Icon"}),e.jsx("img",{src:u.default,className:a.default.set3Image,alt:"Product Image"}),e.jsx(f.default,{className:a.default.set3Svg})]})]})]});exports.LabsHero=p;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const LabsHero: () => import("react/jsx-runtime").JSX.Element;
|