@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,31 @@
|
|
|
1
|
+
const _ = {
|
|
2
|
+
sm: "headingMd",
|
|
3
|
+
lg: "headingXl"
|
|
4
|
+
}, s = {
|
|
5
|
+
sm: "labelLg",
|
|
6
|
+
lg: "headingSm"
|
|
7
|
+
}, E = {
|
|
8
|
+
sm: "bodyXs",
|
|
9
|
+
lg: "bodyLg"
|
|
10
|
+
}, g = {
|
|
11
|
+
sm: "headingXs",
|
|
12
|
+
lg: "headingLg"
|
|
13
|
+
}, I = {
|
|
14
|
+
sm: "labelLg",
|
|
15
|
+
lg: "headingXs"
|
|
16
|
+
}, S = {
|
|
17
|
+
sm: "bodyXs",
|
|
18
|
+
lg: "bodySm"
|
|
19
|
+
}, l = {
|
|
20
|
+
sm: "sm",
|
|
21
|
+
lg: "lg"
|
|
22
|
+
};
|
|
23
|
+
export {
|
|
24
|
+
l as BUTTON_BY_SIZE,
|
|
25
|
+
s as DESC_BY_SIZE_DESKTOP,
|
|
26
|
+
I as DESC_BY_SIZE_MOBILE,
|
|
27
|
+
E as PRICE_BY_SIZE_DESKTOP,
|
|
28
|
+
S as PRICE_BY_SIZE_MOBILE,
|
|
29
|
+
_ as TITLE_BY_SIZE_DESKTOP,
|
|
30
|
+
g as TITLE_BY_SIZE_MOBILE
|
|
31
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type CallbackSize = 'sm' | 'lg';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),C=require("react"),v=require("../../node_modules/swiper/swiper-react.cjs.js"),_=require("../../node_modules/swiper/modules/navigation.cjs.js"),E=require("../ProgressButton/ProgressButton.cjs.js"),b=require("../../utils/cn/cn.cjs.js"),k=require("../../utils/useSwiper/useSwiper.cjs.js");;/* empty css */;/* empty css */;/* empty css */const i=require("./complexImageCarousel.module.css.cjs.js"),A=[_.default],M=({view:$,images:f})=>{const{handleSlideChange:S,onSwiperInit:w,swiper:e,activeIndex:s}=k.useSwiper(),[o,r]=C.useState(!1);C.useEffect(()=>{e!=null&&e.el&&(o?e.el.classList.add("is-dragging"):e.el.classList.remove("is-dragging"))},[o,e]);const a=(l=!0)=>{if(!e)return;const t=e.el.closest(`.${i.default.carouselArea}`);if(!t)return;const c=t.getBoundingClientRect(),g=c.left+c.width/2;let u=0,p=1/0;e.slides.forEach((B,T)=>{const h=B.getBoundingClientRect(),j=h.left+h.width/2,m=Math.abs(j-g);m<p&&(p=m,u=T)}),e.activeIndex=u,S(e),l&&(e.updateProgress(),e.updateSlidesClasses())},d=l=>{!e||o||(e.allowSlideNext=!0,e.allowSlidePrev=!0,e.activeIndex=l,e.updateProgress(),e.updateSlidesClasses(),S(e),setTimeout(()=>{if(o)return;const t=e.slides[l];if(t){const c=e.el.closest(`.${i.default.carouselArea}`);if(c){const g=t.getBoundingClientRect(),u=c.getBoundingClientRect();(g.left<u.left||g.right>u.right)&&t.scrollIntoView({behavior:"smooth",block:"nearest",inline:"center"})}}},10))},x=()=>{if(!e||s<=0)return d(f.length-1);d(s-1)},I=()=>{if(!e||s>=f.length-1)return d(0);d(s+1)},P=s-1,R=s+1,q=s-2,N=s+2;return n.jsxs("div",{className:i.default.root,children:[n.jsx("div",{className:i.default.header,children:n.jsx(E.ProgressButton,{left:{onClick:x},right:{onClick:I},className:i.default.progressButtonContainer})}),n.jsx("div",{className:i.default.carouselArea,children:n.jsx(v.Swiper,{onSwiper:w,onSlideChange:S,modules:A,slidesPerView:5,speed:300,centeredSlides:!1,className:i.default.swiper,watchSlidesProgress:!0,initialSlide:0,spaceBetween:30,threshold:100,onTouchEnd:()=>{setTimeout(()=>{r(!1),a(!0)},200)},onTouchMove:()=>{r(!0),setTimeout(()=>{o&&a(!1)},10)},onSliderMove:()=>{r(!0)},onReachBeginning:()=>{r(!1),a(!0)},onReachEnd:()=>{r(!1),a(!0)},onTransitionStart:()=>{r(!0)},onTransitionEnd:()=>{setTimeout(()=>{r(!1),a(!0)},200),e&&(e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses())},children:f.map((l,t)=>n.jsx(v.SwiperSlide,{className:b.cn(i.default.swiperSlide,{activeSlide:t===s,prevSlide:t===P,nextSlide:t===R,prevPrevSlide:t===q,nextNextSlide:t===N}),children:n.jsx("div",{className:i.default.swiperSlideInner,style:{backgroundImage:`url(${l.image})`}})},t))})})]})};exports.ComplexImageCarousel=M;
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as E, jsx as o } from "react/jsx-runtime";
|
|
3
|
+
import { useState as k, useEffect as A } from "react";
|
|
4
|
+
import { Swiper as b, SwiperSlide as D } from "../../node_modules/swiper/swiper-react.es.js";
|
|
5
|
+
import M from "../../node_modules/swiper/modules/navigation.es.js";
|
|
6
|
+
import { ProgressButton as y } from "../ProgressButton/ProgressButton.es.js";
|
|
7
|
+
import { cn as L } from "../../utils/cn/cn.es.js";
|
|
8
|
+
import { useSwiper as $ } from "../../utils/useSwiper/useSwiper.es.js";
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
/* empty css */
|
|
12
|
+
import i from "./complexImageCarousel.module.css.es.js";
|
|
13
|
+
const j = [M], Q = ({ view: V, images: g }) => {
|
|
14
|
+
const { handleSlideChange: m, onSwiperInit: v, swiper: e, activeIndex: s } = $(), [l, r] = k(!1);
|
|
15
|
+
A(() => {
|
|
16
|
+
e != null && e.el && (l ? e.el.classList.add("is-dragging") : e.el.classList.remove("is-dragging"));
|
|
17
|
+
}, [l, e]);
|
|
18
|
+
const a = (n = !0) => {
|
|
19
|
+
if (!e) return;
|
|
20
|
+
const t = e.el.closest(`.${i.carouselArea}`);
|
|
21
|
+
if (!t) return;
|
|
22
|
+
const c = t.getBoundingClientRect(), f = c.left + c.width / 2;
|
|
23
|
+
let d = 0, S = 1 / 0;
|
|
24
|
+
e.slides.forEach((R, T) => {
|
|
25
|
+
const p = R.getBoundingClientRect(), B = p.left + p.width / 2, h = Math.abs(B - f);
|
|
26
|
+
h < S && (S = h, d = T);
|
|
27
|
+
}), e.activeIndex = d, m(e), n && (e.updateProgress(), e.updateSlidesClasses());
|
|
28
|
+
}, u = (n) => {
|
|
29
|
+
!e || l || (e.allowSlideNext = !0, e.allowSlidePrev = !0, e.activeIndex = n, e.updateProgress(), e.updateSlidesClasses(), m(e), setTimeout(() => {
|
|
30
|
+
if (l) return;
|
|
31
|
+
const t = e.slides[n];
|
|
32
|
+
if (t) {
|
|
33
|
+
const c = e.el.closest(`.${i.carouselArea}`);
|
|
34
|
+
if (c) {
|
|
35
|
+
const f = t.getBoundingClientRect(), d = c.getBoundingClientRect();
|
|
36
|
+
(f.left < d.left || f.right > d.right) && t.scrollIntoView({
|
|
37
|
+
behavior: "smooth",
|
|
38
|
+
block: "nearest",
|
|
39
|
+
inline: "center"
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}, 10));
|
|
44
|
+
}, C = () => {
|
|
45
|
+
if (!e || s <= 0)
|
|
46
|
+
return u(g.length - 1);
|
|
47
|
+
u(s - 1);
|
|
48
|
+
}, w = () => {
|
|
49
|
+
if (!e || s >= g.length - 1)
|
|
50
|
+
return u(0);
|
|
51
|
+
u(s + 1);
|
|
52
|
+
}, I = s - 1, N = s + 1, x = s - 2, P = s + 2;
|
|
53
|
+
return /* @__PURE__ */ E("div", { className: i.root, children: [
|
|
54
|
+
/* @__PURE__ */ o("div", { className: i.header, children: /* @__PURE__ */ o(
|
|
55
|
+
y,
|
|
56
|
+
{
|
|
57
|
+
left: {
|
|
58
|
+
onClick: C
|
|
59
|
+
},
|
|
60
|
+
right: {
|
|
61
|
+
onClick: w
|
|
62
|
+
},
|
|
63
|
+
className: i.progressButtonContainer
|
|
64
|
+
}
|
|
65
|
+
) }),
|
|
66
|
+
/* @__PURE__ */ o("div", { className: i.carouselArea, children: /* @__PURE__ */ o(
|
|
67
|
+
b,
|
|
68
|
+
{
|
|
69
|
+
onSwiper: v,
|
|
70
|
+
onSlideChange: m,
|
|
71
|
+
modules: j,
|
|
72
|
+
slidesPerView: 5,
|
|
73
|
+
speed: 300,
|
|
74
|
+
centeredSlides: !1,
|
|
75
|
+
className: i.swiper,
|
|
76
|
+
watchSlidesProgress: !0,
|
|
77
|
+
initialSlide: 0,
|
|
78
|
+
spaceBetween: 30,
|
|
79
|
+
threshold: 100,
|
|
80
|
+
onTouchEnd: () => {
|
|
81
|
+
setTimeout(() => {
|
|
82
|
+
r(!1), a(!0);
|
|
83
|
+
}, 200);
|
|
84
|
+
},
|
|
85
|
+
onTouchMove: () => {
|
|
86
|
+
r(!0), setTimeout(() => {
|
|
87
|
+
l && a(!1);
|
|
88
|
+
}, 10);
|
|
89
|
+
},
|
|
90
|
+
onSliderMove: () => {
|
|
91
|
+
r(!0);
|
|
92
|
+
},
|
|
93
|
+
onReachBeginning: () => {
|
|
94
|
+
r(!1), a(!0);
|
|
95
|
+
},
|
|
96
|
+
onReachEnd: () => {
|
|
97
|
+
r(!1), a(!0);
|
|
98
|
+
},
|
|
99
|
+
onTransitionStart: () => {
|
|
100
|
+
r(!0);
|
|
101
|
+
},
|
|
102
|
+
onTransitionEnd: () => {
|
|
103
|
+
setTimeout(() => {
|
|
104
|
+
r(!1), a(!0);
|
|
105
|
+
}, 200), e && (e.updateSize(), e.updateSlides(), e.updateProgress(), e.updateSlidesClasses());
|
|
106
|
+
},
|
|
107
|
+
children: g.map((n, t) => /* @__PURE__ */ o(
|
|
108
|
+
D,
|
|
109
|
+
{
|
|
110
|
+
className: L(i.swiperSlide, {
|
|
111
|
+
activeSlide: t === s,
|
|
112
|
+
prevSlide: t === I,
|
|
113
|
+
nextSlide: t === N,
|
|
114
|
+
prevPrevSlide: t === x,
|
|
115
|
+
nextNextSlide: t === P
|
|
116
|
+
}),
|
|
117
|
+
children: /* @__PURE__ */ o(
|
|
118
|
+
"div",
|
|
119
|
+
{
|
|
120
|
+
className: i.swiperSlideInner,
|
|
121
|
+
style: {
|
|
122
|
+
backgroundImage: `url(${n.image})`
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
)
|
|
126
|
+
},
|
|
127
|
+
t
|
|
128
|
+
))
|
|
129
|
+
}
|
|
130
|
+
) })
|
|
131
|
+
] });
|
|
132
|
+
};
|
|
133
|
+
export {
|
|
134
|
+
Q as ComplexImageCarousel
|
|
135
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="complexImageCarousel-module__root___p3Kd-",o="complexImageCarousel-module__header___sxByG",r="complexImageCarousel-module__progressButtonContainer___l3Qih",s="complexImageCarousel-module__carouselArea___dqNWo",l="complexImageCarousel-module__swiper___W-TcF",_="complexImageCarousel-module__swiperSlide___PjBf9",a="complexImageCarousel-module__swiperSlideInner___J2B0U",t={root:e,header:o,progressButtonContainer:r,carouselArea:s,swiper:l,swiperSlide:_,swiperSlideInner:a};exports.carouselArea=s;exports.default=t;exports.header=o;exports.progressButtonContainer=r;exports.root=e;exports.swiper=l;exports.swiperSlide=_;exports.swiperSlideInner=a;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const e = "complexImageCarousel-module__root___p3Kd-", o = "complexImageCarousel-module__header___sxByG", r = "complexImageCarousel-module__progressButtonContainer___l3Qih", s = "complexImageCarousel-module__carouselArea___dqNWo", _ = "complexImageCarousel-module__swiper___W-TcF", l = "complexImageCarousel-module__swiperSlide___PjBf9", a = "complexImageCarousel-module__swiperSlideInner___J2B0U", n = {
|
|
2
|
+
root: e,
|
|
3
|
+
header: o,
|
|
4
|
+
progressButtonContainer: r,
|
|
5
|
+
carouselArea: s,
|
|
6
|
+
swiper: _,
|
|
7
|
+
swiperSlide: l,
|
|
8
|
+
swiperSlideInner: a
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
s as carouselArea,
|
|
12
|
+
n as default,
|
|
13
|
+
o as header,
|
|
14
|
+
r as progressButtonContainer,
|
|
15
|
+
e as root,
|
|
16
|
+
_ as swiper,
|
|
17
|
+
l as swiperSlide,
|
|
18
|
+
a as swiperSlideInner
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react/jsx-runtime"),e=require("react"),x=require("../../_virtual/Popover.cjs.js"),h=require("../../utils/useIsMobile.cjs.js"),q=require("./components/ComplexTooltipContent/ComplexTooltipContent.cjs.js"),k=require("./complexTooltip.module.css.cjs.js"),P=({trigger:r,title:p,description:a,link:m,style:f="light",isBlurred:d=!1,children:i,positions:v=["top","bottom","left","right"],onClose:n})=>{const[C,u]=e.useState(!1),o=e.useRef(null),s=e.useCallback(()=>{o.current&&clearTimeout(o.current),o.current=setTimeout(()=>u(!0),200)},[]),t=e.useCallback(()=>{o.current=setTimeout(()=>{u(!1),n==null||n()},200)},[n]),c=e.useCallback(()=>u(b=>!b),[]),M=e.useMemo(()=>r==="hover"?{onMouseEnter:s,onMouseLeave:t}:{onClick:c},[r,s,t,c]),T=e.useMemo(()=>r==="hover"?{onMouseEnter:s,onMouseLeave:t}:{},[r,s,t]);return e.useEffect(()=>()=>{o.current&&clearTimeout(o.current)},[]),h.useIsMobile()?i:l.jsx(x.PopoverExports.Popover,{isOpen:C,positions:v,padding:8,onClickOutside:t,containerClassName:k.default.popover,content:l.jsx(q.ComplexTooltipContent,{title:p,description:a,link:m,style:f,isBlurred:d,onClose:t,...T}),children:l.jsx("div",{...M,children:i})})};exports.ComplexTooltip=P;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { PopoverPosition } from 'react-tiny-popover';
|
|
3
|
+
import { CommonComplexTooltipProps } from './types';
|
|
4
|
+
|
|
5
|
+
type ComplexTooltipProps = {
|
|
6
|
+
children: ReactElement;
|
|
7
|
+
trigger: 'hover' | 'click';
|
|
8
|
+
positions?: Array<PopoverPosition>;
|
|
9
|
+
} & CommonComplexTooltipProps;
|
|
10
|
+
export declare const ComplexTooltip: ({ trigger, title, description, link, style, isBlurred, children, positions, onClose, }: ComplexTooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
3
|
+
import { useState as x, useRef as P, useCallback as u, useMemo as l, useEffect as k } from "react";
|
|
4
|
+
import { P as E } from "../../_virtual/Popover.es.js";
|
|
5
|
+
import { useIsMobile as O } from "../../utils/useIsMobile.es.js";
|
|
6
|
+
import { ComplexTooltipContent as L } from "./components/ComplexTooltipContent/ComplexTooltipContent.es.js";
|
|
7
|
+
import j from "./complexTooltip.module.css.es.js";
|
|
8
|
+
const z = ({
|
|
9
|
+
trigger: t,
|
|
10
|
+
title: m,
|
|
11
|
+
description: a,
|
|
12
|
+
link: f,
|
|
13
|
+
style: v = "light",
|
|
14
|
+
isBlurred: M = !1,
|
|
15
|
+
children: p,
|
|
16
|
+
positions: d = ["top", "bottom", "left", "right"],
|
|
17
|
+
onClose: r
|
|
18
|
+
}) => {
|
|
19
|
+
const [h, s] = x(!1), e = P(null), n = u(() => {
|
|
20
|
+
e.current && clearTimeout(e.current), e.current = setTimeout(() => s(!0), 200);
|
|
21
|
+
}, []), o = u(() => {
|
|
22
|
+
e.current = setTimeout(() => {
|
|
23
|
+
s(!1), r == null || r();
|
|
24
|
+
}, 200);
|
|
25
|
+
}, [r]), c = u(() => s((b) => !b), []), T = l(() => t === "hover" ? {
|
|
26
|
+
onMouseEnter: n,
|
|
27
|
+
onMouseLeave: o
|
|
28
|
+
} : {
|
|
29
|
+
onClick: c
|
|
30
|
+
}, [t, n, o, c]), C = l(() => t === "hover" ? {
|
|
31
|
+
onMouseEnter: n,
|
|
32
|
+
onMouseLeave: o
|
|
33
|
+
} : {}, [t, n, o]);
|
|
34
|
+
return k(() => () => {
|
|
35
|
+
e.current && clearTimeout(e.current);
|
|
36
|
+
}, []), O() ? p : /* @__PURE__ */ i(
|
|
37
|
+
E.Popover,
|
|
38
|
+
{
|
|
39
|
+
isOpen: h,
|
|
40
|
+
positions: d,
|
|
41
|
+
padding: 8,
|
|
42
|
+
onClickOutside: o,
|
|
43
|
+
containerClassName: j.popover,
|
|
44
|
+
content: /* @__PURE__ */ i(
|
|
45
|
+
L,
|
|
46
|
+
{
|
|
47
|
+
title: m,
|
|
48
|
+
description: a,
|
|
49
|
+
link: f,
|
|
50
|
+
style: v,
|
|
51
|
+
isBlurred: M,
|
|
52
|
+
onClose: o,
|
|
53
|
+
...C
|
|
54
|
+
}
|
|
55
|
+
),
|
|
56
|
+
children: /* @__PURE__ */ i("div", { ...T, children: p })
|
|
57
|
+
}
|
|
58
|
+
);
|
|
59
|
+
};
|
|
60
|
+
export {
|
|
61
|
+
z as ComplexTooltip
|
|
62
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="complexTooltip-module__popover___nMxr-",o={popover:e};exports.default=o;exports.popover=e;
|
package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),m=require("../../../Icon/Icon.cjs.js"),a=require("../../../Icon/constants.cjs.js"),h=require("../../../TextButton/TextButton.cjs.js"),s=require("../../../Typography/Typography.cjs.js"),x=require("../../../../utils/cn/cn.cjs.js"),t=require("./complexTooltipContent.module.css.cjs.js"),_=({style:n,title:l,description:u,link:o,isBlurred:r,className:i,onMouseEnter:d,onMouseLeave:p,onClose:c})=>e.jsxs("div",{className:x.cn(t.default.content,r&&t.default.blurred,i),"data-style":n,onMouseEnter:d,onMouseLeave:p,children:[e.jsxs("div",{className:t.default.contentHeader,children:[e.jsx(s.Typography,{as:"h4",defaultVariant:"headingSm",children:l}),c&&e.jsxs("button",{className:t.default.closeButton,onClick:c,children:["(",e.jsx(m.Icon,{name:a.EIconName.CLOSE,className:t.default.closeIcon}),")"]})]}),e.jsx(s.Typography,{as:"p",defaultVariant:"bodySm",children:u}),o&&e.jsx(h.TextButton,{suffixIcon:a.EIconName.ARROW_FORWARD,as:"a",href:o.url,target:"_blank",rel:"noopener noreferrer",inverted:n==="dark"&&!r||n==="light"&&r,children:o.label})]});exports.ComplexTooltipContent=_;
|
package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CommonComplexTooltipProps } from '../../types';
|
|
2
|
+
|
|
3
|
+
type ComplexTooltipContentProps = {
|
|
4
|
+
className?: string;
|
|
5
|
+
onMouseEnter?: () => void;
|
|
6
|
+
onMouseLeave?: () => void;
|
|
7
|
+
onClose?: () => void;
|
|
8
|
+
} & CommonComplexTooltipProps;
|
|
9
|
+
export declare const ComplexTooltipContent: ({ style, title, description, link, isBlurred, className, onMouseEnter, onMouseLeave, onClose, }: ComplexTooltipContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { jsxs as n, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { Icon as h } from "../../../Icon/Icon.es.js";
|
|
3
|
+
import { EIconName as c } from "../../../Icon/constants.es.js";
|
|
4
|
+
import { TextButton as u } from "../../../TextButton/TextButton.es.js";
|
|
5
|
+
import { Typography as i } from "../../../Typography/Typography.es.js";
|
|
6
|
+
import { cn as x } from "../../../../utils/cn/cn.es.js";
|
|
7
|
+
import r from "./complexTooltipContent.module.css.es.js";
|
|
8
|
+
const C = ({
|
|
9
|
+
style: o,
|
|
10
|
+
title: l,
|
|
11
|
+
description: s,
|
|
12
|
+
link: t,
|
|
13
|
+
isBlurred: a,
|
|
14
|
+
className: d,
|
|
15
|
+
onMouseEnter: p,
|
|
16
|
+
onMouseLeave: f,
|
|
17
|
+
onClose: m
|
|
18
|
+
}) => /* @__PURE__ */ n(
|
|
19
|
+
"div",
|
|
20
|
+
{
|
|
21
|
+
className: x(r.content, a && r.blurred, d),
|
|
22
|
+
"data-style": o,
|
|
23
|
+
onMouseEnter: p,
|
|
24
|
+
onMouseLeave: f,
|
|
25
|
+
children: [
|
|
26
|
+
/* @__PURE__ */ n("div", { className: r.contentHeader, children: [
|
|
27
|
+
/* @__PURE__ */ e(i, { as: "h4", defaultVariant: "headingSm", children: l }),
|
|
28
|
+
m && /* @__PURE__ */ n("button", { className: r.closeButton, onClick: m, children: [
|
|
29
|
+
"(",
|
|
30
|
+
/* @__PURE__ */ e(h, { name: c.CLOSE, className: r.closeIcon }),
|
|
31
|
+
")"
|
|
32
|
+
] })
|
|
33
|
+
] }),
|
|
34
|
+
/* @__PURE__ */ e(i, { as: "p", defaultVariant: "bodySm", children: s }),
|
|
35
|
+
t && /* @__PURE__ */ e(
|
|
36
|
+
u,
|
|
37
|
+
{
|
|
38
|
+
suffixIcon: c.ARROW_FORWARD,
|
|
39
|
+
as: "a",
|
|
40
|
+
href: t.url,
|
|
41
|
+
target: "_blank",
|
|
42
|
+
rel: "noopener noreferrer",
|
|
43
|
+
inverted: o === "dark" && !a || o === "light" && a,
|
|
44
|
+
children: t.label
|
|
45
|
+
}
|
|
46
|
+
)
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
);
|
|
50
|
+
export {
|
|
51
|
+
C as ComplexTooltipContent
|
|
52
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="complexTooltipContent-module__content___gGk3B",e="complexTooltipContent-module__blurred___5ZgFB",t="complexTooltipContent-module__contentHeader___zWu-A",n="complexTooltipContent-module__closeButton___LvHd5",l="complexTooltipContent-module__closeIcon___8Nx3Z",c={content:o,blurred:e,contentHeader:t,closeButton:n,closeIcon:l};exports.blurred=e;exports.closeButton=n;exports.closeIcon=l;exports.content=o;exports.contentHeader=t;exports.default=c;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const o = "complexTooltipContent-module__content___gGk3B", t = "complexTooltipContent-module__blurred___5ZgFB", e = "complexTooltipContent-module__contentHeader___zWu-A", n = "complexTooltipContent-module__closeButton___LvHd5", c = "complexTooltipContent-module__closeIcon___8Nx3Z", l = {
|
|
2
|
+
content: o,
|
|
3
|
+
blurred: t,
|
|
4
|
+
contentHeader: e,
|
|
5
|
+
closeButton: n,
|
|
6
|
+
closeIcon: c
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
t as blurred,
|
|
10
|
+
n as closeButton,
|
|
11
|
+
c as closeIcon,
|
|
12
|
+
o as content,
|
|
13
|
+
e as contentHeader,
|
|
14
|
+
l as default
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ComplexTooltipContent } from './ComplexTooltipContent';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { TColorScheme } from '../../types/common';
|
|
2
|
+
|
|
3
|
+
export type CommonComplexTooltipProps = {
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
link?: {
|
|
7
|
+
label: string;
|
|
8
|
+
url: string;
|
|
9
|
+
};
|
|
10
|
+
style: Omit<TColorScheme, 'custom'>;
|
|
11
|
+
isBlurred?: boolean;
|
|
12
|
+
onClose?: () => void;
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react/jsx-runtime"),t=require("../../styles/typography.module.css.cjs.js"),c=require("../../utils/cn/cn.cjs.js"),r=require("../Icon/Icon.cjs.js"),n=require("./contentTabs.module.css.cjs.js");function d({tabs:i,activeTab:s,colorScheme:a,onTabClick:o}){return l.jsx("div",{className:c.cn(n.default.root,n.default[a]),children:i.map(e=>l.jsxs("div",{className:n.default.tabWrap,children:[l.jsxs("button",{className:c.cn(n.default.tab,{[n.default.activeTab]:s.label===e.label}),onClick:()=>o(e),children:[e.icon&&l.jsx("div",{className:n.default.icon,children:l.jsx(r.Icon,{name:e.icon})}),l.jsx("div",{className:t.default.headingXs,children:e.label})]}),l.jsx("p",{className:c.cn(n.default.description,{[n.default.descriptionActive]:s.label===e.label},t.default.bodySm),children:e.description})]},String(e.label)))})}exports.ContentTabs=d;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { EIconName } from '../Icon';
|
|
3
|
+
import { TColorScheme } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export type TContentTab = {
|
|
6
|
+
label: string;
|
|
7
|
+
description: ReactNode;
|
|
8
|
+
icon?: EIconName;
|
|
9
|
+
image?: string;
|
|
10
|
+
};
|
|
11
|
+
type Props = {
|
|
12
|
+
activeTab: TContentTab;
|
|
13
|
+
tabs: ReadonlyArray<TContentTab>;
|
|
14
|
+
colorScheme: TColorScheme;
|
|
15
|
+
onTabClick: (value: TContentTab) => void;
|
|
16
|
+
};
|
|
17
|
+
export declare function ContentTabs({ tabs, activeTab, colorScheme, onTabClick }: Props): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsx as l, jsxs as n } from "react/jsx-runtime";
|
|
2
|
+
import c from "../../styles/typography.module.css.es.js";
|
|
3
|
+
import { cn as o } from "../../utils/cn/cn.es.js";
|
|
4
|
+
import { Icon as d } from "../Icon/Icon.es.js";
|
|
5
|
+
import e from "./contentTabs.module.css.es.js";
|
|
6
|
+
function v({ tabs: s, activeTab: r, colorScheme: a, onTabClick: m }) {
|
|
7
|
+
return /* @__PURE__ */ l("div", { className: o(e.root, e[a]), children: s.map((i) => /* @__PURE__ */ n("div", { className: e.tabWrap, children: [
|
|
8
|
+
/* @__PURE__ */ n(
|
|
9
|
+
"button",
|
|
10
|
+
{
|
|
11
|
+
className: o(e.tab, {
|
|
12
|
+
[e.activeTab]: r.label === i.label
|
|
13
|
+
}),
|
|
14
|
+
onClick: () => m(i),
|
|
15
|
+
children: [
|
|
16
|
+
i.icon && /* @__PURE__ */ l("div", { className: e.icon, children: /* @__PURE__ */ l(d, { name: i.icon }) }),
|
|
17
|
+
/* @__PURE__ */ l("div", { className: c.headingXs, children: i.label })
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ l(
|
|
22
|
+
"p",
|
|
23
|
+
{
|
|
24
|
+
className: o(
|
|
25
|
+
e.description,
|
|
26
|
+
{
|
|
27
|
+
[e.descriptionActive]: r.label === i.label
|
|
28
|
+
},
|
|
29
|
+
c.bodySm
|
|
30
|
+
),
|
|
31
|
+
children: i.description
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
] }, String(i.label))) });
|
|
35
|
+
}
|
|
36
|
+
export {
|
|
37
|
+
v as ContentTabs
|
|
38
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="contentTabs-module__root___vJVGt",o="contentTabs-module__tabWrap___jwBNf",e="contentTabs-module__tab___oMzRn",_="contentTabs-module__light___LyVtp",n="contentTabs-module__dark___-VJo6",c="contentTabs-module__activeTab___0Uvh6",a="contentTabs-module__icon___nyuv-",i="contentTabs-module__description___sM2G-",s="contentTabs-module__descriptionActive___aa8C1",d={root:t,tabWrap:o,tab:e,light:_,dark:n,activeTab:c,icon:a,description:i,descriptionActive:s};exports.activeTab=c;exports.dark=n;exports.default=d;exports.description=i;exports.descriptionActive=s;exports.icon=a;exports.light=_;exports.root=t;exports.tab=e;exports.tabWrap=o;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const t = "contentTabs-module__root___vJVGt", o = "contentTabs-module__tabWrap___jwBNf", _ = "contentTabs-module__tab___oMzRn", n = "contentTabs-module__light___LyVtp", c = "contentTabs-module__dark___-VJo6", e = "contentTabs-module__activeTab___0Uvh6", a = "contentTabs-module__icon___nyuv-", s = "contentTabs-module__description___sM2G-", i = "contentTabs-module__descriptionActive___aa8C1", d = {
|
|
2
|
+
root: t,
|
|
3
|
+
tabWrap: o,
|
|
4
|
+
tab: _,
|
|
5
|
+
light: n,
|
|
6
|
+
dark: c,
|
|
7
|
+
activeTab: e,
|
|
8
|
+
icon: a,
|
|
9
|
+
description: s,
|
|
10
|
+
descriptionActive: i
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
e as activeTab,
|
|
14
|
+
c as dark,
|
|
15
|
+
d as default,
|
|
16
|
+
s as description,
|
|
17
|
+
i as descriptionActive,
|
|
18
|
+
a as icon,
|
|
19
|
+
n as light,
|
|
20
|
+
t as root,
|
|
21
|
+
_ as tab,
|
|
22
|
+
o as tabWrap
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("./components/ClientCursor.cjs.js"),n=require("./components/ServerCursor.cjs.js");function s({children:r,label:u,colorScheme:o}){return typeof window>"u"?e.jsx(n.ServerCursor,{children:r}):e.jsx(t.ClientCursor,{label:u,colorScheme:o,children:r})}exports.Cursor=s;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export type CursorProps = {
|
|
4
|
+
label: string;
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
colorScheme: 'light' | 'dark';
|
|
7
|
+
};
|
|
8
|
+
export declare function Cursor({ children, label, colorScheme }: CursorProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { ClientCursor as f } from "./components/ClientCursor.es.js";
|
|
3
|
+
import { ServerCursor as i } from "./components/ServerCursor.es.js";
|
|
4
|
+
function p({ children: r, label: t, colorScheme: e }) {
|
|
5
|
+
return typeof window > "u" ? /* @__PURE__ */ o(i, { children: r }) : /* @__PURE__ */ o(f, { label: t, colorScheme: e, children: r });
|
|
6
|
+
}
|
|
7
|
+
export {
|
|
8
|
+
p as Cursor
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),e=require("react"),x=require("react-dom"),q=require("../../../utils/cn/cn.cjs.js"),b=require("../../Typography/Typography.cjs.js"),s=require("../cursor.module.css.cjs.js");function g({children:c,label:a,colorScheme:l}){const[r,d]=e.useState({x:0,y:0}),[f,o]=e.useState(!1),m=e.useRef(null),[p,n]=e.useState(!1);e.useEffect(()=>(n(!0),()=>n(!1)),[]),e.useEffect(()=>{const u=i=>{d({x:i.clientX,y:i.clientY})};return window.addEventListener("mousemove",u),()=>window.removeEventListener("mousemove",u)},[]);const y=()=>{o(!0)},h=()=>{o(!1)},v=t.jsx("div",{ref:m,className:q.cn(s.default.cursor,{[s.default.cursorVisible]:f}),style:{left:`${r.x}px`,top:`${r.y}px`},"data-color-scheme":l,children:t.jsx(b.Typography,{as:"p",emphasis:!0,defaultVariant:"labelLg",children:a})});return t.jsxs(t.Fragment,{children:[t.jsx("div",{className:s.default.cursorContainer,onMouseEnter:y,onMouseLeave:h,children:c}),p&&x.createPortal(v,document.body)]})}exports.ClientCursor=g;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as e, jsxs as b, Fragment as E } from "react/jsx-runtime";
|
|
3
|
+
import { useState as o, useRef as L, useEffect as a } from "react";
|
|
4
|
+
import { createPortal as M } from "react-dom";
|
|
5
|
+
import { cn as w } from "../../../utils/cn/cn.es.js";
|
|
6
|
+
import { Typography as V } from "../../Typography/Typography.es.js";
|
|
7
|
+
import t from "../cursor.module.css.es.js";
|
|
8
|
+
function $({ children: c, label: l, colorScheme: m }) {
|
|
9
|
+
const [s, d] = o({ x: 0, y: 0 }), [f, r] = o(!1), p = L(null), [v, n] = o(!1);
|
|
10
|
+
a(() => (n(!0), () => n(!1)), []), a(() => {
|
|
11
|
+
const i = (u) => {
|
|
12
|
+
d({ x: u.clientX, y: u.clientY });
|
|
13
|
+
};
|
|
14
|
+
return window.addEventListener("mousemove", i), () => window.removeEventListener("mousemove", i);
|
|
15
|
+
}, []);
|
|
16
|
+
const h = () => {
|
|
17
|
+
r(!0);
|
|
18
|
+
}, x = () => {
|
|
19
|
+
r(!1);
|
|
20
|
+
}, y = /* @__PURE__ */ e(
|
|
21
|
+
"div",
|
|
22
|
+
{
|
|
23
|
+
ref: p,
|
|
24
|
+
className: w(t.cursor, {
|
|
25
|
+
[t.cursorVisible]: f
|
|
26
|
+
}),
|
|
27
|
+
style: {
|
|
28
|
+
left: `${s.x}px`,
|
|
29
|
+
top: `${s.y}px`
|
|
30
|
+
},
|
|
31
|
+
"data-color-scheme": m,
|
|
32
|
+
children: /* @__PURE__ */ e(V, { as: "p", emphasis: !0, defaultVariant: "labelLg", children: l })
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
return /* @__PURE__ */ b(E, { children: [
|
|
36
|
+
/* @__PURE__ */ e("div", { className: t.cursorContainer, onMouseEnter: h, onMouseLeave: x, children: c }),
|
|
37
|
+
v && M(y, document.body)
|
|
38
|
+
] });
|
|
39
|
+
}
|
|
40
|
+
export {
|
|
41
|
+
$ as ClientCursor
|
|
42
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=({children:r})=>r;exports.ServerCursor=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r="cursor-module__cursor___5Aohf",o="cursor-module__cursorVisible___S6TYo",s="cursor-module__cursorContainer___YHR3l",e={cursor:r,cursorVisible:o,cursorContainer:s};exports.cursor=r;exports.cursorContainer=s;exports.cursorVisible=o;exports.default=e;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const r = "cursor-module__cursor___5Aohf", o = "cursor-module__cursorVisible___S6TYo", s = "cursor-module__cursorContainer___YHR3l", c = {
|
|
2
|
+
cursor: r,
|
|
3
|
+
cursorVisible: o,
|
|
4
|
+
cursorContainer: s
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as cursor,
|
|
8
|
+
s as cursorContainer,
|
|
9
|
+
o as cursorVisible,
|
|
10
|
+
c as default
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Cursor } from './Cursor';
|