@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,222 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as t, jsxs as O } from "react/jsx-runtime";
|
|
3
|
+
import { useGSAP as G } from "../../node_modules/@gsap/react/src/index.es.js";
|
|
4
|
+
import { gsap as e } from "../../node_modules/gsap/index.es.js";
|
|
5
|
+
import { ScrollTrigger as U } from "../../node_modules/gsap/ScrollTrigger.es.js";
|
|
6
|
+
import { useState as Y, useRef as g, useCallback as _ } from "react";
|
|
7
|
+
import { HighlightedTitle as A } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
8
|
+
import { Typography as q } from "../../components/Typography/Typography.es.js";
|
|
9
|
+
import { cn as I } from "../../utils/cn/cn.es.js";
|
|
10
|
+
import F from "../../utils/debounce.es.js";
|
|
11
|
+
import { CallToAction as J } from "../CallToAction/CallToAction.es.js";
|
|
12
|
+
import r from "./allInOne.module.css.es.js";
|
|
13
|
+
e.registerPlugin(U);
|
|
14
|
+
const X = [
|
|
15
|
+
"health",
|
|
16
|
+
"energy",
|
|
17
|
+
"strength",
|
|
18
|
+
"smiles",
|
|
19
|
+
"balance",
|
|
20
|
+
"sleep",
|
|
21
|
+
"miles",
|
|
22
|
+
"love",
|
|
23
|
+
"fun",
|
|
24
|
+
"years"
|
|
25
|
+
], {
|
|
26
|
+
subtitle: D,
|
|
27
|
+
titleTop: M,
|
|
28
|
+
scrollableLabels: K,
|
|
29
|
+
titleBottom: Q,
|
|
30
|
+
description: Z,
|
|
31
|
+
hsaText: ee,
|
|
32
|
+
buttonText: te,
|
|
33
|
+
buttonLink: ie,
|
|
34
|
+
backgroundImage: ne
|
|
35
|
+
} = {
|
|
36
|
+
subtitle: /* @__PURE__ */ t("p", { children: "YOUR LONGEVITY JOURNEY" }),
|
|
37
|
+
titleTop: /* @__PURE__ */ t("p", { children: "Get more" }),
|
|
38
|
+
scrollableLabels: X,
|
|
39
|
+
titleBottom: /* @__PURE__ */ t("p", { children: "out of life" }),
|
|
40
|
+
description: "It's time to shift our thinking from healthcare and lifespan to something deeper. Healthspan.",
|
|
41
|
+
hsaText: "Healthspan is HSA/FSA Eligible",
|
|
42
|
+
buttonText: "JOIN NOW",
|
|
43
|
+
buttonLink: "#",
|
|
44
|
+
backgroundImage: "https://methodical-vitality-96814f361f.media.strapiapp.com/aio_step_9_67b550bfe1.jpg"
|
|
45
|
+
}, he = ({ title1: B, title2: E, description: V, scrollLabels: R, images: C }) => {
|
|
46
|
+
const [k, W] = Y(!1), T = 932, f = g(null), l = g(null), d = g(null), p = g(null), u = g(null), s = g(null), S = _(() => {
|
|
47
|
+
if (!l.current || !f.current || !d.current || !p.current || !u.current || !s.current)
|
|
48
|
+
return;
|
|
49
|
+
const o = f.current, i = l.current, a = d.current, c = p.current, h = u.current, b = s.current, w = h.querySelectorAll("p");
|
|
50
|
+
if (w.length === 0) return;
|
|
51
|
+
w.forEach((m, n) => {
|
|
52
|
+
m.style.zIndex = String(w.length - n);
|
|
53
|
+
});
|
|
54
|
+
const y = i.querySelectorAll("img"), H = y.length;
|
|
55
|
+
y.forEach((m, n) => {
|
|
56
|
+
m.style.zIndex = String(H - n);
|
|
57
|
+
});
|
|
58
|
+
const N = o.scrollHeight / H, P = 0.8;
|
|
59
|
+
H > 0 && y.forEach((m, n) => {
|
|
60
|
+
const v = n * N, j = (n + 1) * N - P * N;
|
|
61
|
+
e.fromTo(
|
|
62
|
+
[m, w[n]],
|
|
63
|
+
{ opacity: 1 },
|
|
64
|
+
{
|
|
65
|
+
opacity: 0,
|
|
66
|
+
scrollTrigger: {
|
|
67
|
+
trigger: o,
|
|
68
|
+
start: () => `top+=${v} top`,
|
|
69
|
+
end: () => `top+=${j} top`,
|
|
70
|
+
scrub: !0
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
);
|
|
74
|
+
});
|
|
75
|
+
const $ = i.getBoundingClientRect(), L = a.getBoundingClientRect(), x = o.getBoundingClientRect();
|
|
76
|
+
e.set(h, {
|
|
77
|
+
y: `${$.bottom - x.top + 20}px`
|
|
78
|
+
}), window.innerWidth > T ? (e.set(a, {
|
|
79
|
+
x: `${$.left - L.width - 50}px`
|
|
80
|
+
}), e.set(c, {
|
|
81
|
+
x: `${$.right + 25}px`
|
|
82
|
+
})) : (e.set(a, {
|
|
83
|
+
top: `${x.top - c.clientHeight - 25}px`
|
|
84
|
+
}), e.set(c, {
|
|
85
|
+
top: `${x.top - 25}px`
|
|
86
|
+
}));
|
|
87
|
+
const z = window.getComputedStyle(i).borderRadius;
|
|
88
|
+
e.to(i, {
|
|
89
|
+
scale: 1,
|
|
90
|
+
scrollTrigger: {
|
|
91
|
+
trigger: o,
|
|
92
|
+
start: "top top",
|
|
93
|
+
end: "95% bottom",
|
|
94
|
+
scrub: !0,
|
|
95
|
+
onUpdate: (m) => {
|
|
96
|
+
if (!l.current || !s.current || !a || !c)
|
|
97
|
+
return;
|
|
98
|
+
const n = i.getBoundingClientRect();
|
|
99
|
+
window.innerWidth > T ? (e.set(a, {
|
|
100
|
+
x: `${n.left - L.width - 50}px`
|
|
101
|
+
}), e.set(c, {
|
|
102
|
+
x: `${n.right + 25}px`
|
|
103
|
+
})) : (e.set(a, {
|
|
104
|
+
y: `${n.top - x.top - 25}px`
|
|
105
|
+
}), e.set(c, {
|
|
106
|
+
y: `${n.top - x.top - 25}px`
|
|
107
|
+
})), e.set(h, {
|
|
108
|
+
y: `${n.bottom + 20}px`
|
|
109
|
+
});
|
|
110
|
+
const v = s.current.getBoundingClientRect();
|
|
111
|
+
n.bottom + 60 >= v.top ? e.to(b, { opacity: 0, duration: 0.3 }) : e.to(b, { opacity: 1, duration: 0.3 }), m.progress >= 0.99 ? (e.to(i, {
|
|
112
|
+
borderRadius: 0,
|
|
113
|
+
duration: 0.3,
|
|
114
|
+
ease: "power1.inOut"
|
|
115
|
+
}), e.to(y, {
|
|
116
|
+
opacity: 0,
|
|
117
|
+
duration: 0.3,
|
|
118
|
+
ease: "power1.inOut"
|
|
119
|
+
})) : e.to(i, {
|
|
120
|
+
borderRadius: z,
|
|
121
|
+
duration: 0.3,
|
|
122
|
+
ease: "power1.inOut"
|
|
123
|
+
});
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
onComplete: () => {
|
|
127
|
+
W(!0);
|
|
128
|
+
}
|
|
129
|
+
});
|
|
130
|
+
}, [l, d, p, u, s]);
|
|
131
|
+
return G(
|
|
132
|
+
() => {
|
|
133
|
+
if (!l.current || !f.current || !d.current || !p || !u.current || !s.current)
|
|
134
|
+
return;
|
|
135
|
+
const o = l.current, i = d.current, a = p.current, c = u.current, h = s.current;
|
|
136
|
+
window.innerWidth <= T ? e.set(o, {
|
|
137
|
+
aspectRatio: `${window.innerWidth} / ${window.innerHeight}`,
|
|
138
|
+
scale: 0.5
|
|
139
|
+
}) : e.set(o, {
|
|
140
|
+
scale: 0.3,
|
|
141
|
+
aspectRatio: `${window.innerWidth} / ${window.innerHeight}`
|
|
142
|
+
}), S();
|
|
143
|
+
const b = F(S, 600);
|
|
144
|
+
return window.addEventListener("resize", () => {
|
|
145
|
+
b();
|
|
146
|
+
}), () => {
|
|
147
|
+
window.removeEventListener("resize", b), e.killTweensOf([o, c, i, a, h]);
|
|
148
|
+
};
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
scope: f,
|
|
152
|
+
dependencies: [
|
|
153
|
+
f,
|
|
154
|
+
l,
|
|
155
|
+
d,
|
|
156
|
+
p,
|
|
157
|
+
u,
|
|
158
|
+
S
|
|
159
|
+
]
|
|
160
|
+
}
|
|
161
|
+
), /* @__PURE__ */ t("div", { className: r.root, children: /* @__PURE__ */ t("div", { ref: f, className: r.container, children: /* @__PURE__ */ O("div", { className: r.pillContainerWrapper, children: [
|
|
162
|
+
/* @__PURE__ */ O("div", { ref: l, className: I("pillContainer", r.pillContainer), children: [
|
|
163
|
+
C == null ? void 0 : C.map((o, i) => /* @__PURE__ */ t("img", { src: o, alt: `Image ${i + 1}` }, i)),
|
|
164
|
+
/* @__PURE__ */ t("div", { className: r.callToActionContainer, children: k && /* @__PURE__ */ t(
|
|
165
|
+
J,
|
|
166
|
+
{
|
|
167
|
+
subtitle: D,
|
|
168
|
+
titleTop: M,
|
|
169
|
+
scrollableLabels: K,
|
|
170
|
+
titleBottom: Q,
|
|
171
|
+
description: Z,
|
|
172
|
+
hsaText: ee,
|
|
173
|
+
buttonText: te,
|
|
174
|
+
buttonLink: ie,
|
|
175
|
+
backgroundImage: ne
|
|
176
|
+
}
|
|
177
|
+
) })
|
|
178
|
+
] }),
|
|
179
|
+
/* @__PURE__ */ t("div", { ref: d, className: r.fixedHeader, children: /* @__PURE__ */ t(
|
|
180
|
+
A,
|
|
181
|
+
{
|
|
182
|
+
className: r.title1,
|
|
183
|
+
as: "div",
|
|
184
|
+
defaultVariant: "displayXs",
|
|
185
|
+
title: B
|
|
186
|
+
}
|
|
187
|
+
) }),
|
|
188
|
+
/* @__PURE__ */ t("div", { ref: p, className: r.fixedHeader, children: /* @__PURE__ */ t(
|
|
189
|
+
A,
|
|
190
|
+
{
|
|
191
|
+
className: r.title2,
|
|
192
|
+
as: "div",
|
|
193
|
+
defaultVariant: "displayXs",
|
|
194
|
+
title: E
|
|
195
|
+
}
|
|
196
|
+
) }),
|
|
197
|
+
/* @__PURE__ */ t("div", { ref: u, className: I("scrollableLabels", r.scrollableLabels), children: R == null ? void 0 : R.map((o, i) => /* @__PURE__ */ t(
|
|
198
|
+
q,
|
|
199
|
+
{
|
|
200
|
+
as: "p",
|
|
201
|
+
defaultVariant: "labelLg",
|
|
202
|
+
mobileVariant: "labelSm",
|
|
203
|
+
className: r.scrollLabel,
|
|
204
|
+
children: o
|
|
205
|
+
},
|
|
206
|
+
i
|
|
207
|
+
)) }),
|
|
208
|
+
/* @__PURE__ */ t("div", { ref: s, className: I("description", r.description), children: /* @__PURE__ */ t(
|
|
209
|
+
A,
|
|
210
|
+
{
|
|
211
|
+
as: "p",
|
|
212
|
+
defaultVariant: "preambleMd",
|
|
213
|
+
mobileVariant: "preambleSm",
|
|
214
|
+
title: V,
|
|
215
|
+
className: r.descriptionText
|
|
216
|
+
}
|
|
217
|
+
) })
|
|
218
|
+
] }) }) });
|
|
219
|
+
};
|
|
220
|
+
export {
|
|
221
|
+
he as AllInOne
|
|
222
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="allInOne-module__root___aRPBl",l="allInOne-module__container___FKeTW",n="allInOne-module__pillContainerWrapper___kXrF1",o="allInOne-module__pillContainer___PJAUY",t="allInOne-module__callToActionContainer___J0Gfh",i="allInOne-module__fixedHeader___4Lq8d",a="allInOne-module__scrollableLabels___BtN-2",r="allInOne-module__description___Y3gZh",_="allInOne-module__descriptionText___svjVl",c={root:e,container:l,pillContainerWrapper:n,pillContainer:o,callToActionContainer:t,fixedHeader:i,scrollableLabels:a,description:r,descriptionText:_};exports.callToActionContainer=t;exports.container=l;exports.default=c;exports.description=r;exports.descriptionText=_;exports.fixedHeader=i;exports.pillContainer=o;exports.pillContainerWrapper=n;exports.root=e;exports.scrollableLabels=a;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const e = "allInOne-module__root___aRPBl", l = "allInOne-module__container___FKeTW", n = "allInOne-module__pillContainerWrapper___kXrF1", o = "allInOne-module__pillContainer___PJAUY", _ = "allInOne-module__callToActionContainer___J0Gfh", t = "allInOne-module__fixedHeader___4Lq8d", a = "allInOne-module__scrollableLabels___BtN-2", i = "allInOne-module__description___Y3gZh", r = "allInOne-module__descriptionText___svjVl", c = {
|
|
2
|
+
root: e,
|
|
3
|
+
container: l,
|
|
4
|
+
pillContainerWrapper: n,
|
|
5
|
+
pillContainer: o,
|
|
6
|
+
callToActionContainer: _,
|
|
7
|
+
fixedHeader: t,
|
|
8
|
+
scrollableLabels: a,
|
|
9
|
+
description: i,
|
|
10
|
+
descriptionText: r
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
_ as callToActionContainer,
|
|
14
|
+
l as container,
|
|
15
|
+
c as default,
|
|
16
|
+
i as description,
|
|
17
|
+
r as descriptionText,
|
|
18
|
+
t as fixedHeader,
|
|
19
|
+
o as pillContainer,
|
|
20
|
+
n as pillContainerWrapper,
|
|
21
|
+
e as root,
|
|
22
|
+
a as scrollableLabels
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AllInOne } from './AllInOne';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),c=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),o=require("./components/BenefitTag/BenefitTag.cjs.js"),m=require("./components/BenefitItem/BenefitItem.cjs.js"),u=require("../../components/Typography/Typography.cjs.js"),t=require("./benefits.module.css.cjs.js"),g=({label:s,title:l,image:r,benefits:n,tags:d})=>e.jsx("section",{className:t.default.root,children:e.jsxs("div",{className:t.default.container,children:[e.jsxs("div",{className:t.default.header,children:[e.jsx(u.Typography,{defaultVariant:"labelMd",mobileVariant:"labelSm",emphasis:!0,className:t.default.label,children:s}),e.jsx(c.HighlightedTitle,{title:l,defaultVariant:"displayMd",mobileVariant:"headingLg"})]}),e.jsxs("div",{className:t.default.content,children:[e.jsxs("div",{className:t.default.imageWrapper,children:[e.jsx("img",{src:r,alt:"image",className:t.default.image}),d.map((i,a)=>e.jsx(o.BenefitTag,{text:i,className:t.default[`tag${a+1}`]},a))]}),e.jsx("div",{className:t.default.benefits,children:n.map((i,a)=>e.jsx(m.BenefitItem,{index:a+1,title:i.title,description:i.description},a))})]})]})});exports.Benefits=g;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
type Props = {
|
|
4
|
+
label: string;
|
|
5
|
+
title: ReactNode;
|
|
6
|
+
image: string;
|
|
7
|
+
benefits: Array<{
|
|
8
|
+
title: string;
|
|
9
|
+
description: string;
|
|
10
|
+
}>;
|
|
11
|
+
tags: Array<string>;
|
|
12
|
+
};
|
|
13
|
+
export declare const Benefits: ({ label, title, image, benefits, tags }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsx as a, jsxs as r } from "react/jsx-runtime";
|
|
2
|
+
import { HighlightedTitle as n } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
3
|
+
import { BenefitTag as d } from "./components/BenefitTag/BenefitTag.es.js";
|
|
4
|
+
import { BenefitItem as p } from "./components/BenefitItem/BenefitItem.es.js";
|
|
5
|
+
import { Typography as h } from "../../components/Typography/Typography.es.js";
|
|
6
|
+
import e from "./benefits.module.css.es.js";
|
|
7
|
+
const y = ({ label: l, title: s, image: m, benefits: o, tags: c }) => /* @__PURE__ */ a("section", { className: e.root, children: /* @__PURE__ */ r("div", { className: e.container, children: [
|
|
8
|
+
/* @__PURE__ */ r("div", { className: e.header, children: [
|
|
9
|
+
/* @__PURE__ */ a(h, { defaultVariant: "labelMd", mobileVariant: "labelSm", emphasis: !0, className: e.label, children: l }),
|
|
10
|
+
/* @__PURE__ */ a(n, { title: s, defaultVariant: "displayMd", mobileVariant: "headingLg" })
|
|
11
|
+
] }),
|
|
12
|
+
/* @__PURE__ */ r("div", { className: e.content, children: [
|
|
13
|
+
/* @__PURE__ */ r("div", { className: e.imageWrapper, children: [
|
|
14
|
+
/* @__PURE__ */ a("img", { src: m, alt: "image", className: e.image }),
|
|
15
|
+
c.map((t, i) => /* @__PURE__ */ a(d, { text: t, className: e[`tag${i + 1}`] }, i))
|
|
16
|
+
] }),
|
|
17
|
+
/* @__PURE__ */ a("div", { className: e.benefits, children: o.map((t, i) => /* @__PURE__ */ a(
|
|
18
|
+
p,
|
|
19
|
+
{
|
|
20
|
+
index: i + 1,
|
|
21
|
+
title: t.title,
|
|
22
|
+
description: t.description
|
|
23
|
+
},
|
|
24
|
+
i
|
|
25
|
+
)) })
|
|
26
|
+
] })
|
|
27
|
+
] }) });
|
|
28
|
+
export {
|
|
29
|
+
y as Benefits
|
|
30
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="benefits-module__root___DiO7c",t="benefits-module__container___ouE-Q",_="benefits-module__header___wt7M5",o="benefits-module__label___sgWAr",n="benefits-module__content___Q1Nej",a="benefits-module__imageWrapper___Owwd8",s="benefits-module__image___Hq7o5",i="benefits-module__tag1___orgyD",r="benefits-module__tag2___49bdt",l="benefits-module__tag3___TYdET",g="benefits-module__benefits___psqX-",c={root:e,container:t,header:_,label:o,content:n,imageWrapper:a,image:s,tag1:i,tag2:r,tag3:l,benefits:g};exports.benefits=g;exports.container=t;exports.content=n;exports.default=c;exports.header=_;exports.image=s;exports.imageWrapper=a;exports.label=o;exports.root=e;exports.tag1=i;exports.tag2=r;exports.tag3=l;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const e = "benefits-module__root___DiO7c", _ = "benefits-module__container___ouE-Q", t = "benefits-module__header___wt7M5", o = "benefits-module__label___sgWAr", n = "benefits-module__content___Q1Nej", s = "benefits-module__imageWrapper___Owwd8", a = "benefits-module__image___Hq7o5", i = "benefits-module__tag1___orgyD", c = "benefits-module__tag2___49bdt", l = "benefits-module__tag3___TYdET", b = "benefits-module__benefits___psqX-", d = {
|
|
2
|
+
root: e,
|
|
3
|
+
container: _,
|
|
4
|
+
header: t,
|
|
5
|
+
label: o,
|
|
6
|
+
content: n,
|
|
7
|
+
imageWrapper: s,
|
|
8
|
+
image: a,
|
|
9
|
+
tag1: i,
|
|
10
|
+
tag2: c,
|
|
11
|
+
tag3: l,
|
|
12
|
+
benefits: b
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
b as benefits,
|
|
16
|
+
_ as container,
|
|
17
|
+
n as content,
|
|
18
|
+
d as default,
|
|
19
|
+
t as header,
|
|
20
|
+
a as image,
|
|
21
|
+
s as imageWrapper,
|
|
22
|
+
o as label,
|
|
23
|
+
e as root,
|
|
24
|
+
i as tag1,
|
|
25
|
+
c as tag2,
|
|
26
|
+
l as tag3
|
|
27
|
+
};
|
|
@@ -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("./benefitItem.module.css.cjs.js"),l=({index:i,title:n,description:r})=>e.jsxs("div",{className:a.default.benefit,children:[e.jsx(t.Typography,{defaultVariant:"labelXl",emphasis:!0,className:a.default.benefitIndex,children:`(0${i})`}),e.jsxs("div",{className:a.default.benefitDetails,children:[e.jsx(t.Typography,{defaultVariant:"headingLg",mobileVariant:"headingXs",className:a.default.benefitTitle,children:n}),e.jsx(t.Typography,{defaultVariant:"bodyMd",mobileVariant:"bodySm",className:a.default.benefitDesc,children:r})]})]});exports.BenefitItem=l;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs as t, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { Typography as i } from "../../../../components/Typography/Typography.es.js";
|
|
3
|
+
import e from "./benefitItem.module.css.es.js";
|
|
4
|
+
const o = ({ index: l, title: n, description: r }) => /* @__PURE__ */ t("div", { className: e.benefit, children: [
|
|
5
|
+
/* @__PURE__ */ a(i, { defaultVariant: "labelXl", emphasis: !0, className: e.benefitIndex, children: `(0${l})` }),
|
|
6
|
+
/* @__PURE__ */ t("div", { className: e.benefitDetails, children: [
|
|
7
|
+
/* @__PURE__ */ a(i, { defaultVariant: "headingLg", mobileVariant: "headingXs", className: e.benefitTitle, children: n }),
|
|
8
|
+
/* @__PURE__ */ a(i, { defaultVariant: "bodyMd", mobileVariant: "bodySm", className: e.benefitDesc, children: r })
|
|
9
|
+
] })
|
|
10
|
+
] });
|
|
11
|
+
export {
|
|
12
|
+
o as BenefitItem
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="benefitItem-module__benefit___yL87M",t="benefitItem-module__benefitIndex___I0-tr",n="benefitItem-module__benefitDetails___nw6dI",i={benefit:e,benefitIndex:t,benefitDetails:n};exports.benefit=e;exports.benefitDetails=n;exports.benefitIndex=t;exports.default=i;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const e = "benefitItem-module__benefit___yL87M", t = "benefitItem-module__benefitIndex___I0-tr", n = "benefitItem-module__benefitDetails___nw6dI", i = {
|
|
2
|
+
benefit: e,
|
|
3
|
+
benefitIndex: t,
|
|
4
|
+
benefitDetails: n
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
e as benefit,
|
|
8
|
+
n as benefitDetails,
|
|
9
|
+
t as benefitIndex,
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BenefitItem } from './BenefitItem';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("./benefitTag.module.css.cjs.js"),n=require("../../../../components/Typography/Typography.cjs.js"),i=require("../../../../utils/cn/cn.cjs.js"),o=({text:t,className:a})=>e.jsx("div",{className:i.cn(r.default.root,a),children:e.jsx(n.Typography,{emphasis:!0,defaultVariant:"labelLg",mobileVariant:"labelSm",className:r.default.benefitTag,children:t})});exports.BenefitTag=o;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import e from "./benefitTag.module.css.es.js";
|
|
3
|
+
import { Typography as o } from "../../../../components/Typography/Typography.es.js";
|
|
4
|
+
import { cn as i } from "../../../../utils/cn/cn.es.js";
|
|
5
|
+
const p = ({ text: a, className: t }) => /* @__PURE__ */ r("div", { className: i(e.root, t), children: /* @__PURE__ */ r(o, { emphasis: !0, defaultVariant: "labelLg", mobileVariant: "labelSm", className: e.benefitTag, children: a }) });
|
|
6
|
+
export {
|
|
7
|
+
p as BenefitTag
|
|
8
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="benefitTag-module__root___8-WMf",t="benefitTag-module__benefitTag___9R-qj",o={root:e,benefitTag:t};exports.benefitTag=t;exports.default=o;exports.root=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BenefitTag } from './BenefitTag';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Benefits } from './Benefits';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),l=require("react"),X=require("../../components/Button/Button.cjs.js"),d=require("../../components/Typography/Typography.cjs.js"),w=require("../../components/Icon/Icon.cjs.js"),M=require("../../components/Icon/constants.cjs.js"),t=require("./callToAction.module.css.cjs.js"),x=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),a=require("../../node_modules/gsap/index.cjs.js"),z=require("../../node_modules/@gsap/react/src/index.cjs.js"),F=require("../../node_modules/gsap/ScrollTrigger.cjs.js"),D=require("../../utils/debounce.cjs.js");a.gsap.registerPlugin(F.ScrollTrigger);const G=({subtitle:A,titleTop:E,scrollableLabels:j,titleBottom:P,description:C,hsaText:W,buttonText:k,buttonLink:f,backgroundImage:B})=>{const R=l.useRef(null),i=l.useRef(null),T=l.useRef(null),p=l.useRef(null),h=l.useRef(null),N=l.useRef(null),m=l.useRef(null),g=l.useRef(null),y=l.useRef(null);return z.useGSAP(()=>{var V,L,H;const o=(V=T.current)==null?void 0:V.querySelector("p"),u=(L=N.current)==null?void 0:L.querySelector("p"),$=[o,p.current,i.current,h.current,u,m.current,g.current,y.current].filter(Boolean);a.gsap.set($,{clipPath:"inset(0% 0% 100% 0%)",yPercent:100}),a.gsap.to([o,p.current,i.current,h.current,u,m.current,g.current,y.current],{clipPath:"inset(0% 0% 0% 0%)",yPercent:0,duration:1,ease:"power2.out",delay:1,stagger:{amount:1,from:"start"},scrollTrigger:{trigger:R.current,start:"top center",end:"+=500"}});const r=(H=i.current)==null?void 0:H.querySelector("ul");if(!r)return;const v=r.innerHTML;let s=null,q=!0;const _=()=>{s&&s.kill(),r.innerHTML=v,a.gsap.set(r,{y:0});const n=Array.from(r.querySelectorAll("li"));if(n.length<=1)return;const b=n[0].clientHeight;if(!b)return;a.gsap.set(i.current,{height:b,overflow:"hidden"});const I=Array.from(n);I.forEach(S=>{r.appendChild(S.cloneNode(!0))}),s=a.gsap.timeline({repeat:-1,delay:q?2.5:0,onRepeat:()=>{a.gsap.set(r,{y:0})}}),I.forEach((S,O)=>{s&&s.to({},{duration:2}).to(r,{y:`-${(O+1)*b}`,duration:.5,ease:"power1.inOut"})}),q=!1},c=D.default(_,200);return _(),window.addEventListener("resize",c),()=>{var n;window.removeEventListener("resize",c),(n=c.kill)==null||n.call(c),s&&s.kill(),r&&(r.innerHTML=v,a.gsap.set(r,{y:0}))}},[j]),e.jsxs("section",{ref:R,className:t.default.root,children:[e.jsx("div",{className:t.default.backgroundImage,style:{backgroundImage:`url(${B})`}}),e.jsxs("div",{className:t.default.container,children:[e.jsx("div",{className:t.default.leftContent,children:e.jsxs("div",{className:t.default.content,children:[e.jsx("div",{ref:p,children:e.jsx(x.HighlightedTitle,{defaultVariant:"displayXl",mobileVariant:"displayMd",as:"div",className:t.default.title,title:E})}),e.jsx("div",{ref:i,className:t.default.scrollableLabelsWrapper,children:e.jsx("ul",{className:t.default.scrollableLabels,children:j.map((o,u)=>e.jsx("li",{className:t.default.scrollableLabel,children:e.jsx(d.Typography,{defaultVariant:"displayXl",mobileVariant:"displayMd",as:"span",children:o})},u))})}),e.jsx("div",{ref:h,children:e.jsx(x.HighlightedTitle,{defaultVariant:"displayXl",mobileVariant:"displayMd",as:"div",className:t.default.title,title:P})})]})}),e.jsx("div",{ref:T,className:t.default.subtitleWrapper,children:e.jsx(x.HighlightedTitle,{defaultVariant:"labelMd",mobileVariant:"labelSm",as:"div",className:t.default.subtitle,title:A})}),e.jsx("div",{ref:N,className:t.default.arrowWrapper,children:e.jsxs(d.Typography,{defaultVariant:"labelXl",mobileVariant:"labelLg",className:t.default.arrow,as:"p",children:["(",e.jsx(w.Icon,{name:M.EIconName.ARROW_FORWARD}),")"]})}),e.jsx("div",{className:t.default.rightContent,children:e.jsxs("div",{className:t.default.descriptionWrapper,children:[e.jsx("div",{ref:m,children:e.jsx(d.Typography,{defaultVariant:"bodyLg",mobileVariant:"bodyMd",className:t.default.description,children:C})}),e.jsx("div",{ref:g,className:t.default.buttonWrapper,children:f&&e.jsx(X.Button,{as:f?"a":"button",href:f,variant:"secondary",size:"lg",children:k})}),e.jsxs("div",{ref:y,className:t.default.hsaEligible,children:[e.jsx(w.Icon,{name:M.EIconName.CIRCLE_CHECK_FILL,className:t.default.checkIcon}),e.jsx(d.Typography,{defaultVariant:"bodySm",mobileVariant:"bodySm",className:t.default.hsaText,children:W})]})]})})]})]})};exports.CallToAction=G;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
export type CallToActionProps = {
|
|
4
|
+
subtitle: ReactNode;
|
|
5
|
+
titleTop: ReactNode;
|
|
6
|
+
scrollableLabels: string[];
|
|
7
|
+
titleBottom: ReactNode;
|
|
8
|
+
description: string;
|
|
9
|
+
hsaText: string;
|
|
10
|
+
buttonText: string;
|
|
11
|
+
buttonLink?: string;
|
|
12
|
+
backgroundImage: string;
|
|
13
|
+
onButtonClick?: () => void;
|
|
14
|
+
};
|
|
15
|
+
export declare const CallToAction: ({ subtitle, titleTop, scrollableLabels, titleBottom, description, hsaText, buttonText, buttonLink, backgroundImage, }: CallToActionProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
3
|
+
import { useRef as l } from "react";
|
|
4
|
+
import { Button as j } from "../../components/Button/Button.es.js";
|
|
5
|
+
import { Typography as u } from "../../components/Typography/Typography.es.js";
|
|
6
|
+
import { Icon as A } from "../../components/Icon/Icon.es.js";
|
|
7
|
+
import { EIconName as I } from "../../components/Icon/constants.es.js";
|
|
8
|
+
import r from "./callToAction.module.css.es.js";
|
|
9
|
+
import { HighlightedTitle as v } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
10
|
+
import { gsap as a } from "../../node_modules/gsap/index.es.js";
|
|
11
|
+
import { useGSAP as $ } from "../../node_modules/@gsap/react/src/index.es.js";
|
|
12
|
+
import { ScrollTrigger as D } from "../../node_modules/gsap/ScrollTrigger.es.js";
|
|
13
|
+
import G from "../../utils/debounce.es.js";
|
|
14
|
+
a.registerPlugin(D);
|
|
15
|
+
const ne = ({
|
|
16
|
+
subtitle: k,
|
|
17
|
+
titleTop: q,
|
|
18
|
+
scrollableLabels: R,
|
|
19
|
+
titleBottom: x,
|
|
20
|
+
description: X,
|
|
21
|
+
hsaText: _,
|
|
22
|
+
buttonText: z,
|
|
23
|
+
buttonLink: f,
|
|
24
|
+
backgroundImage: B
|
|
25
|
+
}) => {
|
|
26
|
+
const V = l(null), o = l(null), L = l(null), p = l(null), h = l(null), T = l(null), b = l(null), g = l(null), y = l(null);
|
|
27
|
+
return $(() => {
|
|
28
|
+
var C, E, H;
|
|
29
|
+
const d = (C = L.current) == null ? void 0 : C.querySelector("p"), m = (E = T.current) == null ? void 0 : E.querySelector("p"), F = [
|
|
30
|
+
d,
|
|
31
|
+
p.current,
|
|
32
|
+
o.current,
|
|
33
|
+
h.current,
|
|
34
|
+
m,
|
|
35
|
+
b.current,
|
|
36
|
+
g.current,
|
|
37
|
+
y.current
|
|
38
|
+
].filter(Boolean);
|
|
39
|
+
a.set(F, {
|
|
40
|
+
clipPath: "inset(0% 0% 100% 0%)",
|
|
41
|
+
yPercent: 100
|
|
42
|
+
}), a.to(
|
|
43
|
+
[
|
|
44
|
+
d,
|
|
45
|
+
p.current,
|
|
46
|
+
o.current,
|
|
47
|
+
h.current,
|
|
48
|
+
m,
|
|
49
|
+
b.current,
|
|
50
|
+
g.current,
|
|
51
|
+
y.current
|
|
52
|
+
],
|
|
53
|
+
{
|
|
54
|
+
clipPath: "inset(0% 0% 0% 0%)",
|
|
55
|
+
yPercent: 0,
|
|
56
|
+
duration: 1,
|
|
57
|
+
ease: "power2.out",
|
|
58
|
+
delay: 1,
|
|
59
|
+
stagger: {
|
|
60
|
+
amount: 1,
|
|
61
|
+
from: "start"
|
|
62
|
+
},
|
|
63
|
+
scrollTrigger: {
|
|
64
|
+
trigger: V.current,
|
|
65
|
+
start: "top center",
|
|
66
|
+
end: "+=500"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
);
|
|
70
|
+
const t = (H = o.current) == null ? void 0 : H.querySelector("ul");
|
|
71
|
+
if (!t) return;
|
|
72
|
+
const w = t.innerHTML;
|
|
73
|
+
let i = null, S = !0;
|
|
74
|
+
const M = () => {
|
|
75
|
+
i && i.kill(), t.innerHTML = w, a.set(t, { y: 0 });
|
|
76
|
+
const n = Array.from(t.querySelectorAll("li"));
|
|
77
|
+
if (n.length <= 1) return;
|
|
78
|
+
const N = n[0].clientHeight;
|
|
79
|
+
if (!N) return;
|
|
80
|
+
a.set(o.current, { height: N, overflow: "hidden" });
|
|
81
|
+
const P = Array.from(n);
|
|
82
|
+
P.forEach((W) => {
|
|
83
|
+
t.appendChild(W.cloneNode(!0));
|
|
84
|
+
}), i = a.timeline({
|
|
85
|
+
repeat: -1,
|
|
86
|
+
delay: S ? 2.5 : 0,
|
|
87
|
+
onRepeat: () => {
|
|
88
|
+
a.set(t, { y: 0 });
|
|
89
|
+
}
|
|
90
|
+
}), P.forEach((W, O) => {
|
|
91
|
+
i && i.to({}, { duration: 2 }).to(t, {
|
|
92
|
+
y: `-${(O + 1) * N}`,
|
|
93
|
+
duration: 0.5,
|
|
94
|
+
ease: "power1.inOut"
|
|
95
|
+
});
|
|
96
|
+
}), S = !1;
|
|
97
|
+
}, c = G(M, 200);
|
|
98
|
+
return M(), window.addEventListener("resize", c), () => {
|
|
99
|
+
var n;
|
|
100
|
+
window.removeEventListener("resize", c), (n = c.kill) == null || n.call(c), i && i.kill(), t && (t.innerHTML = w, a.set(t, { y: 0 }));
|
|
101
|
+
};
|
|
102
|
+
}, [R]), /* @__PURE__ */ s("section", { ref: V, className: r.root, children: [
|
|
103
|
+
/* @__PURE__ */ e("div", { className: r.backgroundImage, style: { backgroundImage: `url(${B})` } }),
|
|
104
|
+
/* @__PURE__ */ s("div", { className: r.container, children: [
|
|
105
|
+
/* @__PURE__ */ e("div", { className: r.leftContent, children: /* @__PURE__ */ s("div", { className: r.content, children: [
|
|
106
|
+
/* @__PURE__ */ e("div", { ref: p, children: /* @__PURE__ */ e(
|
|
107
|
+
v,
|
|
108
|
+
{
|
|
109
|
+
defaultVariant: "displayXl",
|
|
110
|
+
mobileVariant: "displayMd",
|
|
111
|
+
as: "div",
|
|
112
|
+
className: r.title,
|
|
113
|
+
title: q
|
|
114
|
+
}
|
|
115
|
+
) }),
|
|
116
|
+
/* @__PURE__ */ e("div", { ref: o, className: r.scrollableLabelsWrapper, children: /* @__PURE__ */ e("ul", { className: r.scrollableLabels, children: R.map((d, m) => /* @__PURE__ */ e("li", { className: r.scrollableLabel, children: /* @__PURE__ */ e(u, { defaultVariant: "displayXl", mobileVariant: "displayMd", as: "span", children: d }) }, m)) }) }),
|
|
117
|
+
/* @__PURE__ */ e("div", { ref: h, children: /* @__PURE__ */ e(
|
|
118
|
+
v,
|
|
119
|
+
{
|
|
120
|
+
defaultVariant: "displayXl",
|
|
121
|
+
mobileVariant: "displayMd",
|
|
122
|
+
as: "div",
|
|
123
|
+
className: r.title,
|
|
124
|
+
title: x
|
|
125
|
+
}
|
|
126
|
+
) })
|
|
127
|
+
] }) }),
|
|
128
|
+
/* @__PURE__ */ e("div", { ref: L, className: r.subtitleWrapper, children: /* @__PURE__ */ e(
|
|
129
|
+
v,
|
|
130
|
+
{
|
|
131
|
+
defaultVariant: "labelMd",
|
|
132
|
+
mobileVariant: "labelSm",
|
|
133
|
+
as: "div",
|
|
134
|
+
className: r.subtitle,
|
|
135
|
+
title: k
|
|
136
|
+
}
|
|
137
|
+
) }),
|
|
138
|
+
/* @__PURE__ */ e("div", { ref: T, className: r.arrowWrapper, children: /* @__PURE__ */ s(u, { defaultVariant: "labelXl", mobileVariant: "labelLg", className: r.arrow, as: "p", children: [
|
|
139
|
+
"(",
|
|
140
|
+
/* @__PURE__ */ e(A, { name: I.ARROW_FORWARD }),
|
|
141
|
+
")"
|
|
142
|
+
] }) }),
|
|
143
|
+
/* @__PURE__ */ e("div", { className: r.rightContent, children: /* @__PURE__ */ s("div", { className: r.descriptionWrapper, children: [
|
|
144
|
+
/* @__PURE__ */ e("div", { ref: b, children: /* @__PURE__ */ e(u, { defaultVariant: "bodyLg", mobileVariant: "bodyMd", className: r.description, children: X }) }),
|
|
145
|
+
/* @__PURE__ */ e("div", { ref: g, className: r.buttonWrapper, children: f && /* @__PURE__ */ e(
|
|
146
|
+
j,
|
|
147
|
+
{
|
|
148
|
+
as: f ? "a" : "button",
|
|
149
|
+
href: f,
|
|
150
|
+
variant: "secondary",
|
|
151
|
+
size: "lg",
|
|
152
|
+
children: z
|
|
153
|
+
}
|
|
154
|
+
) }),
|
|
155
|
+
/* @__PURE__ */ s("div", { ref: y, className: r.hsaEligible, children: [
|
|
156
|
+
/* @__PURE__ */ e(A, { name: I.CIRCLE_CHECK_FILL, className: r.checkIcon }),
|
|
157
|
+
/* @__PURE__ */ e(u, { defaultVariant: "bodySm", mobileVariant: "bodySm", className: r.hsaText, children: _ })
|
|
158
|
+
] })
|
|
159
|
+
] }) })
|
|
160
|
+
] })
|
|
161
|
+
] });
|
|
162
|
+
};
|
|
163
|
+
export {
|
|
164
|
+
ne as CallToAction
|
|
165
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="callToAction-module__root___-Mx9p",t="callToAction-module__backgroundImage___ArlBX",e="callToAction-module__container___GcKf3",l="callToAction-module__leftContent___H0JJW",c="callToAction-module__content___UUQA-",_="callToAction-module__arrowWrapper___E9SUH",r="callToAction-module__arrow___zEmD9",n="callToAction-module__rightContent___P6E8E",a="callToAction-module__subtitleWrapper___rkYN-",i="callToAction-module__subtitle___3OYsg",s="callToAction-module__title___tF4ct",p="callToAction-module__scrollableLabels___rtBOU",u="callToAction-module__scrollableLabelsWrapper___kMiEE",b="callToAction-module__descriptionWrapper___wZ-TI",d="callToAction-module__buttonWrapper___y6mvR",m="callToAction-module__description___APtkj",T="callToAction-module__hsaEligible___zmkav",A="callToAction-module__checkIcon___kasFP",W="callToAction-module__hsaText___0MzD7",g={root:o,backgroundImage:t,container:e,leftContent:l,content:c,arrowWrapper:_,arrow:r,rightContent:n,subtitleWrapper:a,subtitle:i,title:s,scrollableLabels:p,scrollableLabelsWrapper:u,descriptionWrapper:b,buttonWrapper:d,description:m,hsaEligible:T,checkIcon:A,hsaText:W};exports.arrow=r;exports.arrowWrapper=_;exports.backgroundImage=t;exports.buttonWrapper=d;exports.checkIcon=A;exports.container=e;exports.content=c;exports.default=g;exports.description=m;exports.descriptionWrapper=b;exports.hsaEligible=T;exports.hsaText=W;exports.leftContent=l;exports.rightContent=n;exports.root=o;exports.scrollableLabels=p;exports.scrollableLabelsWrapper=u;exports.subtitle=i;exports.subtitleWrapper=a;exports.title=s;
|