@zenpatient-org/healthspan-marketing-ui 0.1.32 → 0.1.34
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 +58 -0
- package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.cjs.js +1 -0
- package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.es.js +24 -0
- package/dist/components/ComplexImageCarousel/index.d.ts +2 -0
- package/dist/components/ComplexImageCarousel/types.d.ts +10 -0
- package/dist/components/ComplexImageCarousel/useComplexImageCarousel.cjs.js +1 -0
- package/dist/components/ComplexImageCarousel/useComplexImageCarousel.d.ts +19 -0
- package/dist/components/ComplexImageCarousel/useComplexImageCarousel.es.js +133 -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 +26 -0
- package/dist/components/FilterMenu/FilterMenu.es.js +63 -0
- package/dist/components/FilterMenu/filterMenu.module.css.cjs.js +1 -0
- package/dist/components/FilterMenu/filterMenu.module.css.es.js +31 -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 +12 -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 +11 -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/ContactUs/ContactUs.cjs.js +1 -0
- package/dist/pageComponents/ContactUs/ContactUs.d.ts +1 -0
- package/dist/pageComponents/ContactUs/ContactUs.es.js +79 -0
- package/dist/pageComponents/ContactUs/contactUs.module.css.cjs.js +1 -0
- package/dist/pageComponents/ContactUs/contactUs.module.css.es.js +37 -0
- package/dist/pageComponents/ContactUs/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 +26 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { TContentTab } from '../../components/ContentTabs';
|
|
3
|
+
import { TColorScheme } from '../../types/common';
|
|
4
|
+
|
|
5
|
+
export type TotalCareProps = {
|
|
6
|
+
title: ReactNode;
|
|
7
|
+
label: string;
|
|
8
|
+
colorScheme: TColorScheme;
|
|
9
|
+
contentTabs: {
|
|
10
|
+
title: string;
|
|
11
|
+
colorScheme: TColorScheme;
|
|
12
|
+
withImage: boolean;
|
|
13
|
+
tabs: ReadonlyArray<TContentTab>;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export declare const TotalCare: ({ title, label, contentTabs, colorScheme }: TotalCareProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as a, jsxs as r } from "react/jsx-runtime";
|
|
3
|
+
import { useState as l } from "react";
|
|
4
|
+
import { ContentTabs as n } from "../../components/ContentTabs/ContentTabs.es.js";
|
|
5
|
+
import { HighlightedTitle as d } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
6
|
+
import e from "./totalCare.module.css.es.js";
|
|
7
|
+
const b = ({ title: m, label: c, contentTabs: s, colorScheme: i }) => {
|
|
8
|
+
const [t, o] = l(s.tabs[0]);
|
|
9
|
+
return /* @__PURE__ */ a("section", { className: e.root, "data-scheme": i, children: /* @__PURE__ */ r("div", { className: e.container, children: [
|
|
10
|
+
/* @__PURE__ */ a(d, { title: m, label: c, className: e.header, colorScheme: i }),
|
|
11
|
+
/* @__PURE__ */ r("div", { className: e.content, children: [
|
|
12
|
+
/* @__PURE__ */ a("div", { className: e.tags, children: /* @__PURE__ */ a(
|
|
13
|
+
n,
|
|
14
|
+
{
|
|
15
|
+
activeTab: t,
|
|
16
|
+
tabs: s.tabs,
|
|
17
|
+
colorScheme: s.colorScheme,
|
|
18
|
+
onTabClick: o
|
|
19
|
+
}
|
|
20
|
+
) }),
|
|
21
|
+
t.image && /* @__PURE__ */ a("div", { className: e.imageWrap, children: /* @__PURE__ */ a("img", { src: t.image, alt: "Total Care", className: e.image }) })
|
|
22
|
+
] })
|
|
23
|
+
] }) });
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
b as TotalCare
|
|
27
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TotalCare } from './TotalCare';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="totalCare-module__root___ZMGef",t="totalCare-module__container___Nuay6",o="totalCare-module__header___5sFQT",a="totalCare-module__content___JZOOr",_="totalCare-module__tags___7QHnt",r="totalCare-module__imageWrap___US8Gs",n="totalCare-module__image___mSoRY",l={root:e,container:t,header:o,content:a,tags:_,imageWrap:r,image:n};exports.container=t;exports.content=a;exports.default=l;exports.header=o;exports.image=n;exports.imageWrap=r;exports.root=e;exports.tags=_;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const t = "totalCare-module__root___ZMGef", e = "totalCare-module__container___Nuay6", o = "totalCare-module__header___5sFQT", a = "totalCare-module__content___JZOOr", _ = "totalCare-module__tags___7QHnt", n = "totalCare-module__imageWrap___US8Gs", r = "totalCare-module__image___mSoRY", l = {
|
|
2
|
+
root: t,
|
|
3
|
+
container: e,
|
|
4
|
+
header: o,
|
|
5
|
+
content: a,
|
|
6
|
+
tags: _,
|
|
7
|
+
imageWrap: n,
|
|
8
|
+
image: r
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
e as container,
|
|
12
|
+
a as content,
|
|
13
|
+
l as default,
|
|
14
|
+
o as header,
|
|
15
|
+
r as image,
|
|
16
|
+
n as imageWrap,
|
|
17
|
+
t as root,
|
|
18
|
+
_ as tags
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),a=require("../../components/Typography/Typography.cjs.js"),n=require("./components/TimelineContent/TimelineContent.cjs.js"),r=require("./trackProgress.module.css.cjs.js"),l=({title:t,description:i,tabs:s})=>e.jsx("section",{className:r.default.root,children:e.jsxs("div",{className:r.default.container,children:[e.jsxs("div",{className:r.default.headerContainer,children:[e.jsx(o.HighlightedTitle,{title:t,colorScheme:"dark"}),e.jsx(a.Typography,{as:"p",defaultVariant:"bodyXl",mobileVariant:"bodySm",className:r.default.headerDescription,children:i})]}),e.jsx(n.TimelineContent,{tabs:s})]})});exports.TrackProgress=l;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { TTrackProgressTab } from './types';
|
|
3
|
+
|
|
4
|
+
type TrackProgressProps = {
|
|
5
|
+
title: ReactNode;
|
|
6
|
+
description: string;
|
|
7
|
+
tabs: Array<TTrackProgressTab>;
|
|
8
|
+
};
|
|
9
|
+
export declare const TrackProgress: ({ title, description, tabs }: TrackProgressProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as r, jsxs as o } from "react/jsx-runtime";
|
|
2
|
+
import { HighlightedTitle as s } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
3
|
+
import { Typography as m } from "../../components/Typography/Typography.es.js";
|
|
4
|
+
import { TimelineContent as n } from "./components/TimelineContent/TimelineContent.es.js";
|
|
5
|
+
import e from "./trackProgress.module.css.es.js";
|
|
6
|
+
const f = ({ title: i, description: a, tabs: t }) => /* @__PURE__ */ r("section", { className: e.root, children: /* @__PURE__ */ o("div", { className: e.container, children: [
|
|
7
|
+
/* @__PURE__ */ o("div", { className: e.headerContainer, children: [
|
|
8
|
+
/* @__PURE__ */ r(s, { title: i, colorScheme: "dark" }),
|
|
9
|
+
/* @__PURE__ */ r(
|
|
10
|
+
m,
|
|
11
|
+
{
|
|
12
|
+
as: "p",
|
|
13
|
+
defaultVariant: "bodyXl",
|
|
14
|
+
mobileVariant: "bodySm",
|
|
15
|
+
className: e.headerDescription,
|
|
16
|
+
children: a
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
] }),
|
|
20
|
+
/* @__PURE__ */ r(n, { tabs: t })
|
|
21
|
+
] }) });
|
|
22
|
+
export {
|
|
23
|
+
f as TrackProgress
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),u=require("react"),o=require("../../../../components/Typography/Typography.cjs.js"),b=require("../../../../utils/cn/cn.cjs.js"),l=require("./timelineContent.module.css.cjs.js");function T(r){const t=r.slice();for(let n=t.length-1;n>0;n--){const i=Math.floor(Math.random()*(n+1));[t[n],t[i]]=[t[i],t[n]]}return t}const j=[{key:"optimal",label:"Optimal"},{key:"inRange",label:"In Range"},{key:"outOfRange",label:"Out of Range"}],x=({tabs:r})=>{const[t,n]=u.useState(0),i=u.useRef(null),{optimal:h,inRange:m,outOfRange:f}=r[t],g=u.useMemo(()=>T([...Array(h).fill("optimal"),...Array(m).fill("inRange"),...Array(f).fill("outOfRange")]),[h,m,f]),p=u.useCallback(a=>{i.current=a.touches[0].clientX},[]),y=u.useCallback(a=>{if(i.current===null)return;const d=a.changedTouches[0].clientX-i.current;Math.abs(d)>50&&n(c=>d<0&&c<r.length-1?c+1:d>0&&c>0?c-1:c),i.current=null},[r.length]);return e.jsx("div",{className:l.default.root,children:e.jsxs("div",{className:l.default.container,children:[e.jsxs("div",{className:l.default.content,onTouchStart:p,onTouchEnd:y,children:[e.jsx("div",{className:l.default.metricsContainer,children:j.map((a,s)=>e.jsxs("div",{className:l.default.metric,children:[e.jsx(o.Typography,{defaultVariant:"displayLg",mobileVariant:"displaySm",weight:"regular",children:r[t][a.key]}),e.jsxs("div",{className:l.default.metricTitle,children:[e.jsx(o.Typography,{as:"p",defaultVariant:"labelSm",mobileVariant:"labelXs",emphasis:!0,weight:"regular",children:"("}),e.jsx(o.Typography,{as:"p",defaultVariant:"labelSm",mobileVariant:"labelXs",emphasis:!0,weight:"regular",children:a.label}),e.jsx("div",{className:l.default.circle,"data-value":a.key}),e.jsx(o.Typography,{as:"p",defaultVariant:"labelSm",mobileVariant:"labelXs",emphasis:!0,weight:"regular",children:")"})]})]},`${a.key}_${s}`))}),e.jsx("div",{className:l.default.canvas,children:g.map((a,s)=>e.jsx("div",{className:l.default.circle,"data-value":a},s))})]}),e.jsx("div",{className:l.default.tabsContainer,children:r.map((a,s)=>e.jsx("button",{className:b.cn(l.default.tab,t===s&&l.default.tabActive),onClick:()=>n(s),children:e.jsx(o.Typography,{defaultVariant:"labelMd",mobileVariant:"labelXs",emphasis:!0,weight:"regular",children:a.label})},a.label))})]})})};exports.TimelineContent=x;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as a, jsxs as u } from "react/jsx-runtime";
|
|
3
|
+
import { useState as v, useRef as N, useMemo as T, useCallback as g } from "react";
|
|
4
|
+
import { Typography as o } from "../../../../components/Typography/Typography.es.js";
|
|
5
|
+
import { cn as R } from "../../../../utils/cn/cn.es.js";
|
|
6
|
+
import l from "./timelineContent.module.css.es.js";
|
|
7
|
+
function V(i) {
|
|
8
|
+
const n = i.slice();
|
|
9
|
+
for (let t = n.length - 1; t > 0; t--) {
|
|
10
|
+
const r = Math.floor(Math.random() * (t + 1));
|
|
11
|
+
[n[t], n[r]] = [n[r], n[t]];
|
|
12
|
+
}
|
|
13
|
+
return n;
|
|
14
|
+
}
|
|
15
|
+
const X = [
|
|
16
|
+
{
|
|
17
|
+
key: "optimal",
|
|
18
|
+
label: "Optimal"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
key: "inRange",
|
|
22
|
+
label: "In Range"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
key: "outOfRange",
|
|
26
|
+
label: "Out of Range"
|
|
27
|
+
}
|
|
28
|
+
], E = ({ tabs: i }) => {
|
|
29
|
+
const [n, t] = v(0), r = N(null), { optimal: h, inRange: d, outOfRange: f } = i[n], b = T(() => V([
|
|
30
|
+
...Array(h).fill("optimal"),
|
|
31
|
+
...Array(d).fill("inRange"),
|
|
32
|
+
...Array(f).fill("outOfRange")
|
|
33
|
+
]), [h, d, f]), p = g((e) => {
|
|
34
|
+
r.current = e.touches[0].clientX;
|
|
35
|
+
}, []), y = g(
|
|
36
|
+
(e) => {
|
|
37
|
+
if (r.current === null) return;
|
|
38
|
+
const m = e.changedTouches[0].clientX - r.current;
|
|
39
|
+
Math.abs(m) > 50 && t((s) => m < 0 && s < i.length - 1 ? s + 1 : m > 0 && s > 0 ? s - 1 : s), r.current = null;
|
|
40
|
+
},
|
|
41
|
+
[i.length]
|
|
42
|
+
);
|
|
43
|
+
return /* @__PURE__ */ a("div", { className: l.root, children: /* @__PURE__ */ u("div", { className: l.container, children: [
|
|
44
|
+
/* @__PURE__ */ u("div", { className: l.content, onTouchStart: p, onTouchEnd: y, children: [
|
|
45
|
+
/* @__PURE__ */ a("div", { className: l.metricsContainer, children: X.map((e, c) => /* @__PURE__ */ u("div", { className: l.metric, children: [
|
|
46
|
+
/* @__PURE__ */ a(o, { defaultVariant: "displayLg", mobileVariant: "displaySm", weight: "regular", children: i[n][e.key] }),
|
|
47
|
+
/* @__PURE__ */ u("div", { className: l.metricTitle, children: [
|
|
48
|
+
/* @__PURE__ */ a(
|
|
49
|
+
o,
|
|
50
|
+
{
|
|
51
|
+
as: "p",
|
|
52
|
+
defaultVariant: "labelSm",
|
|
53
|
+
mobileVariant: "labelXs",
|
|
54
|
+
emphasis: !0,
|
|
55
|
+
weight: "regular",
|
|
56
|
+
children: "("
|
|
57
|
+
}
|
|
58
|
+
),
|
|
59
|
+
/* @__PURE__ */ a(
|
|
60
|
+
o,
|
|
61
|
+
{
|
|
62
|
+
as: "p",
|
|
63
|
+
defaultVariant: "labelSm",
|
|
64
|
+
mobileVariant: "labelXs",
|
|
65
|
+
emphasis: !0,
|
|
66
|
+
weight: "regular",
|
|
67
|
+
children: e.label
|
|
68
|
+
}
|
|
69
|
+
),
|
|
70
|
+
/* @__PURE__ */ a("div", { className: l.circle, "data-value": e.key }),
|
|
71
|
+
/* @__PURE__ */ a(
|
|
72
|
+
o,
|
|
73
|
+
{
|
|
74
|
+
as: "p",
|
|
75
|
+
defaultVariant: "labelSm",
|
|
76
|
+
mobileVariant: "labelXs",
|
|
77
|
+
emphasis: !0,
|
|
78
|
+
weight: "regular",
|
|
79
|
+
children: ")"
|
|
80
|
+
}
|
|
81
|
+
)
|
|
82
|
+
] })
|
|
83
|
+
] }, `${e.key}_${c}`)) }),
|
|
84
|
+
/* @__PURE__ */ a("div", { className: l.canvas, children: b.map((e, c) => /* @__PURE__ */ a("div", { className: l.circle, "data-value": e }, c)) })
|
|
85
|
+
] }),
|
|
86
|
+
/* @__PURE__ */ a("div", { className: l.tabsContainer, children: i.map((e, c) => /* @__PURE__ */ a(
|
|
87
|
+
"button",
|
|
88
|
+
{
|
|
89
|
+
className: R(l.tab, n === c && l.tabActive),
|
|
90
|
+
onClick: () => t(c),
|
|
91
|
+
children: /* @__PURE__ */ a(o, { defaultVariant: "labelMd", mobileVariant: "labelXs", emphasis: !0, weight: "regular", children: e.label })
|
|
92
|
+
},
|
|
93
|
+
e.label
|
|
94
|
+
)) })
|
|
95
|
+
] }) });
|
|
96
|
+
};
|
|
97
|
+
export {
|
|
98
|
+
E as TimelineContent
|
|
99
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TimelineContent } from './TimelineContent';
|
package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.cjs.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="timelineContent-module__root___5V2gz",e="timelineContent-module__container___DSrBq",n="timelineContent-module__content___HS3bJ",o="timelineContent-module__metricsContainer___Bl9Mq",i="timelineContent-module__metric___QgjTy",_="timelineContent-module__metricTitle___NgmIf",c="timelineContent-module__canvas___nyUmZ",r="timelineContent-module__circle___FOAjD",l="timelineContent-module__tabsContainer___drNVG",a="timelineContent-module__tab___sCTOs",m="timelineContent-module__tabActive___Oa023",s={root:t,container:e,content:n,metricsContainer:o,metric:i,metricTitle:_,canvas:c,circle:r,tabsContainer:l,tab:a,tabActive:m};exports.canvas=c;exports.circle=r;exports.container=e;exports.content=n;exports.default=s;exports.metric=i;exports.metricTitle=_;exports.metricsContainer=o;exports.root=t;exports.tab=a;exports.tabActive=m;exports.tabsContainer=l;
|
package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.es.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const t = "timelineContent-module__root___5V2gz", e = "timelineContent-module__container___DSrBq", n = "timelineContent-module__content___HS3bJ", _ = "timelineContent-module__metricsContainer___Bl9Mq", o = "timelineContent-module__metric___QgjTy", i = "timelineContent-module__metricTitle___NgmIf", c = "timelineContent-module__canvas___nyUmZ", m = "timelineContent-module__circle___FOAjD", l = "timelineContent-module__tabsContainer___drNVG", a = "timelineContent-module__tab___sCTOs", r = "timelineContent-module__tabActive___Oa023", s = {
|
|
2
|
+
root: t,
|
|
3
|
+
container: e,
|
|
4
|
+
content: n,
|
|
5
|
+
metricsContainer: _,
|
|
6
|
+
metric: o,
|
|
7
|
+
metricTitle: i,
|
|
8
|
+
canvas: c,
|
|
9
|
+
circle: m,
|
|
10
|
+
tabsContainer: l,
|
|
11
|
+
tab: a,
|
|
12
|
+
tabActive: r
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
c as canvas,
|
|
16
|
+
m as circle,
|
|
17
|
+
e as container,
|
|
18
|
+
n as content,
|
|
19
|
+
s as default,
|
|
20
|
+
o as metric,
|
|
21
|
+
i as metricTitle,
|
|
22
|
+
_ as metricsContainer,
|
|
23
|
+
t as root,
|
|
24
|
+
a as tab,
|
|
25
|
+
r as tabActive,
|
|
26
|
+
l as tabsContainer
|
|
27
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TrackProgress } from './TrackProgress';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="trackProgress-module__root___8LSkR",r="trackProgress-module__container___qlbKw",o="trackProgress-module__headerContainer___2e9cV",t="trackProgress-module__headerDescription___Yi5pb",n={root:e,container:r,headerContainer:o,headerDescription:t};exports.container=r;exports.default=n;exports.headerContainer=o;exports.headerDescription=t;exports.root=e;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const e = "trackProgress-module__root___8LSkR", r = "trackProgress-module__container___qlbKw", o = "trackProgress-module__headerContainer___2e9cV", t = "trackProgress-module__headerDescription___Yi5pb", n = {
|
|
2
|
+
root: e,
|
|
3
|
+
container: r,
|
|
4
|
+
headerContainer: o,
|
|
5
|
+
headerDescription: t
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
r as container,
|
|
9
|
+
n as default,
|
|
10
|
+
o as headerContainer,
|
|
11
|
+
t as headerDescription,
|
|
12
|
+
e as root
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("react"),v=require("../../components/ComplexTooltip/ComplexTooltip.cjs.js"),k=require("../../components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js"),g=require("../../components/Button/Button.cjs.js"),x=require("../../components/Typography/Typography.cjs.js"),r=require("../../utils/cn/cn.cjs.js"),t=require("./typesOfTests.module.css.cjs.js"),I=7,N=({title:C,items:s,colorScheme:n,buttonLabel:p})=>{const[u,y]=a.useState(!1),[i,h]=a.useState(null),[f,j]=a.useState(!1),c=a.useRef(null),m=()=>y(l=>!l),T=()=>{h(null)};return a.useLayoutEffect(()=>{var d;if(!c.current)return;const o=(((d=c.current.firstElementChild)==null?void 0:d.getBoundingClientRect().height)||0)*I;j(c.current.scrollHeight>o)},[s.length]),e.jsxs("section",{className:t.default.root,"data-scheme":n,children:[i!==null&&e.jsx("div",{className:r.cn(t.default.popover,t.default.mobile),children:e.jsx(k.ComplexTooltipContent,{title:s[i].title,description:s[i].description,onClose:T,style:n,link:s[i].link,className:t.default.popoverContent})}),e.jsxs("div",{className:t.default.container,children:[e.jsx("div",{className:t.default.header,children:e.jsxs(x.Typography,{as:"h2",defaultVariant:"displayMd",mobileVariant:"headingLg",children:["(",C,")"]})}),e.jsx("div",{ref:c,className:r.cn(t.default.content,!u&&f&&t.default.contentLimited),children:s.map((l,o)=>e.jsx("div",{className:r.cn(t.default.item,i===o&&t.default.selectedItem),onClick:()=>h(d=>d===o?null:o),children:e.jsx(v.ComplexTooltip,{title:l.title,description:l.description,style:"light",trigger:"hover",isBlurred:n==="dark",link:l.link,children:e.jsx(x.Typography,{as:"p",defaultVariant:"headingLg",mobileVariant:"headingXxs",className:t.default.itemTitle,children:l.title})})},l.title))}),f&&e.jsxs(e.Fragment,{children:[e.jsx("div",{className:r.cn(t.default.actions,t.default.desktop),children:e.jsxs(g.Button,{variant:n==="light"?"muted":"muted-invert",size:"lg",onClick:m,children:[u?"Hide":"View All"," ",p]})}),e.jsx("div",{className:r.cn(t.default.actions,t.default.mobile),children:e.jsxs(g.Button,{variant:n==="light"?"muted":"muted-invert",size:"md",onClick:m,children:[u?"Hide":"View All"," ",p]})})]})]})]})};exports.TypesOfTests=N;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TColorScheme } from '../../types/common';
|
|
2
|
+
import { TTypesOfTestsItem } from './types';
|
|
3
|
+
|
|
4
|
+
export type TypesOfTestsProps = {
|
|
5
|
+
title: string;
|
|
6
|
+
items: Array<TTypesOfTestsItem>;
|
|
7
|
+
buttonLabel: string;
|
|
8
|
+
colorScheme: TColorScheme;
|
|
9
|
+
};
|
|
10
|
+
export declare const TypesOfTests: ({ title, items, colorScheme, buttonLabel }: TypesOfTestsProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as l, jsx as t, Fragment as y } from "react/jsx-runtime";
|
|
3
|
+
import { useState as h, useRef as V, useLayoutEffect as x } from "react";
|
|
4
|
+
import { ComplexTooltip as B } from "../../components/ComplexTooltip/ComplexTooltip.es.js";
|
|
5
|
+
import { ComplexTooltipContent as H } from "../../components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js";
|
|
6
|
+
import { Button as v } from "../../components/Button/Button.es.js";
|
|
7
|
+
import { Typography as C } from "../../components/Typography/Typography.es.js";
|
|
8
|
+
import { cn as a } from "../../utils/cn/cn.es.js";
|
|
9
|
+
import e from "./typesOfTests.module.css.es.js";
|
|
10
|
+
const T = 7, M = ({ title: k, items: n, colorScheme: s, buttonLabel: p }) => {
|
|
11
|
+
const [m, I] = h(!1), [o, u] = h(null), [g, N] = h(!1), c = V(null), f = () => I((i) => !i), w = () => {
|
|
12
|
+
u(null);
|
|
13
|
+
};
|
|
14
|
+
return x(() => {
|
|
15
|
+
var d;
|
|
16
|
+
if (!c.current) return;
|
|
17
|
+
const r = (((d = c.current.firstElementChild) == null ? void 0 : d.getBoundingClientRect().height) || 0) * T;
|
|
18
|
+
N(c.current.scrollHeight > r);
|
|
19
|
+
}, [n.length]), /* @__PURE__ */ l("section", { className: e.root, "data-scheme": s, children: [
|
|
20
|
+
o !== null && /* @__PURE__ */ t("div", { className: a(e.popover, e.mobile), children: /* @__PURE__ */ t(
|
|
21
|
+
H,
|
|
22
|
+
{
|
|
23
|
+
title: n[o].title,
|
|
24
|
+
description: n[o].description,
|
|
25
|
+
onClose: w,
|
|
26
|
+
style: s,
|
|
27
|
+
link: n[o].link,
|
|
28
|
+
className: e.popoverContent
|
|
29
|
+
}
|
|
30
|
+
) }),
|
|
31
|
+
/* @__PURE__ */ l("div", { className: e.container, children: [
|
|
32
|
+
/* @__PURE__ */ t("div", { className: e.header, children: /* @__PURE__ */ l(C, { as: "h2", defaultVariant: "displayMd", mobileVariant: "headingLg", children: [
|
|
33
|
+
"(",
|
|
34
|
+
k,
|
|
35
|
+
")"
|
|
36
|
+
] }) }),
|
|
37
|
+
/* @__PURE__ */ t(
|
|
38
|
+
"div",
|
|
39
|
+
{
|
|
40
|
+
ref: c,
|
|
41
|
+
className: a(e.content, !m && g && e.contentLimited),
|
|
42
|
+
children: n.map((i, r) => /* @__PURE__ */ t(
|
|
43
|
+
"div",
|
|
44
|
+
{
|
|
45
|
+
className: a(e.item, o === r && e.selectedItem),
|
|
46
|
+
onClick: () => u((d) => d === r ? null : r),
|
|
47
|
+
children: /* @__PURE__ */ t(
|
|
48
|
+
B,
|
|
49
|
+
{
|
|
50
|
+
title: i.title,
|
|
51
|
+
description: i.description,
|
|
52
|
+
style: "light",
|
|
53
|
+
trigger: "hover",
|
|
54
|
+
isBlurred: s === "dark",
|
|
55
|
+
link: i.link,
|
|
56
|
+
children: /* @__PURE__ */ t(
|
|
57
|
+
C,
|
|
58
|
+
{
|
|
59
|
+
as: "p",
|
|
60
|
+
defaultVariant: "headingLg",
|
|
61
|
+
mobileVariant: "headingXxs",
|
|
62
|
+
className: e.itemTitle,
|
|
63
|
+
children: i.title
|
|
64
|
+
}
|
|
65
|
+
)
|
|
66
|
+
}
|
|
67
|
+
)
|
|
68
|
+
},
|
|
69
|
+
i.title
|
|
70
|
+
))
|
|
71
|
+
}
|
|
72
|
+
),
|
|
73
|
+
g && /* @__PURE__ */ l(y, { children: [
|
|
74
|
+
/* @__PURE__ */ t("div", { className: a(e.actions, e.desktop), children: /* @__PURE__ */ l(
|
|
75
|
+
v,
|
|
76
|
+
{
|
|
77
|
+
variant: s === "light" ? "muted" : "muted-invert",
|
|
78
|
+
size: "lg",
|
|
79
|
+
onClick: f,
|
|
80
|
+
children: [
|
|
81
|
+
m ? "Hide" : "View All",
|
|
82
|
+
" ",
|
|
83
|
+
p
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
) }),
|
|
87
|
+
/* @__PURE__ */ t("div", { className: a(e.actions, e.mobile), children: /* @__PURE__ */ l(
|
|
88
|
+
v,
|
|
89
|
+
{
|
|
90
|
+
variant: s === "light" ? "muted" : "muted-invert",
|
|
91
|
+
size: "md",
|
|
92
|
+
onClick: f,
|
|
93
|
+
children: [
|
|
94
|
+
m ? "Hide" : "View All",
|
|
95
|
+
" ",
|
|
96
|
+
p
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
) })
|
|
100
|
+
] })
|
|
101
|
+
] })
|
|
102
|
+
] });
|
|
103
|
+
};
|
|
104
|
+
export {
|
|
105
|
+
M as TypesOfTests
|
|
106
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TypesOfTests } from './TypesOfTests';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="typesOfTests-module__root___qYLAe",t="typesOfTests-module__container___2YAop",o="typesOfTests-module__header___WYq05",s="typesOfTests-module__content___YNdyt",_="typesOfTests-module__contentLimited___KA707",n="typesOfTests-module__actions___OgW7Y",c="typesOfTests-module__item___kfqsC",i="typesOfTests-module__itemTitle___XZ2e5",d="typesOfTests-module__popover___yLmud",m="typesOfTests-module__popoverContent___hHYFW",p="typesOfTests-module__mobile___aeDNo",l="typesOfTests-module__selectedItem___STfZe",r="typesOfTests-module__desktop___NYBBS",u={root:e,container:t,header:o,content:s,contentLimited:_,actions:n,item:c,itemTitle:i,popover:d,popoverContent:m,mobile:p,selectedItem:l,desktop:r};exports.actions=n;exports.container=t;exports.content=s;exports.contentLimited=_;exports.default=u;exports.desktop=r;exports.header=o;exports.item=c;exports.itemTitle=i;exports.mobile=p;exports.popover=d;exports.popoverContent=m;exports.root=e;exports.selectedItem=l;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const e = "typesOfTests-module__root___qYLAe", t = "typesOfTests-module__container___2YAop", o = "typesOfTests-module__header___WYq05", s = "typesOfTests-module__content___YNdyt", _ = "typesOfTests-module__contentLimited___KA707", n = "typesOfTests-module__actions___OgW7Y", p = "typesOfTests-module__item___kfqsC", c = "typesOfTests-module__itemTitle___XZ2e5", m = "typesOfTests-module__popover___yLmud", d = "typesOfTests-module__popoverContent___hHYFW", i = "typesOfTests-module__mobile___aeDNo", l = "typesOfTests-module__selectedItem___STfZe", T = "typesOfTests-module__desktop___NYBBS", f = {
|
|
2
|
+
root: e,
|
|
3
|
+
container: t,
|
|
4
|
+
header: o,
|
|
5
|
+
content: s,
|
|
6
|
+
contentLimited: _,
|
|
7
|
+
actions: n,
|
|
8
|
+
item: p,
|
|
9
|
+
itemTitle: c,
|
|
10
|
+
popover: m,
|
|
11
|
+
popoverContent: d,
|
|
12
|
+
mobile: i,
|
|
13
|
+
selectedItem: l,
|
|
14
|
+
desktop: T
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
n as actions,
|
|
18
|
+
t as container,
|
|
19
|
+
s as content,
|
|
20
|
+
_ as contentLimited,
|
|
21
|
+
f as default,
|
|
22
|
+
T as desktop,
|
|
23
|
+
o as header,
|
|
24
|
+
p as item,
|
|
25
|
+
c as itemTitle,
|
|
26
|
+
i as mobile,
|
|
27
|
+
m as popover,
|
|
28
|
+
d as popoverContent,
|
|
29
|
+
e as root,
|
|
30
|
+
l as selectedItem
|
|
31
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),l=require("../../components/Callback/Callback.cjs.js"),a=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),c=require("../../utils/cn/cn.cjs.js"),n=require("./components/ProtocolTags/ProtocolTags.cjs.js"),t=require("./yourProtocol.module.css.cjs.js"),d=({title:i,image:r,tags:s,callbackView:o})=>e.jsx("section",{className:t.default.root,children:e.jsxs("div",{className:t.default.container,children:[e.jsxs("div",{className:t.default.content,children:[e.jsx(a.HighlightedTitle,{title:i,className:t.default.title,defaultVariant:"displaySm",mobileVariant:"headingXl"}),e.jsx(n.ProtocolTags,{tags:s}),o&&e.jsx("div",{className:t.default.callback,children:e.jsx(l.Callback,{title:o.title,description:o.description??"",price:o.price??"",image:o.image,button:{href:o.signupUrl??""},size:"sm"})})]}),e.jsx("img",{src:r,alt:"Your Protocol",className:c.cn(t.default.image,t.default.desktop),width:481,height:640})]})});exports.YourProtocol=d;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { TCallbackView, TTagView } from './types';
|
|
3
|
+
|
|
4
|
+
type Props = {
|
|
5
|
+
title: ReactNode;
|
|
6
|
+
tags: Array<TTagView>;
|
|
7
|
+
callbackView: TCallbackView | null;
|
|
8
|
+
image: string;
|
|
9
|
+
};
|
|
10
|
+
export declare const YourProtocol: ({ title, image, tags, callbackView }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { jsx as o, jsxs as r } from "react/jsx-runtime";
|
|
2
|
+
import { Callback as a } from "../../components/Callback/Callback.es.js";
|
|
3
|
+
import { HighlightedTitle as l } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
4
|
+
import { cn as n } from "../../utils/cn/cn.es.js";
|
|
5
|
+
import { ProtocolTags as c } from "./components/ProtocolTags/ProtocolTags.es.js";
|
|
6
|
+
import t from "./yourProtocol.module.css.es.js";
|
|
7
|
+
const N = ({ title: e, image: s, tags: m, callbackView: i }) => /* @__PURE__ */ o("section", { className: t.root, children: /* @__PURE__ */ r("div", { className: t.container, children: [
|
|
8
|
+
/* @__PURE__ */ r("div", { className: t.content, children: [
|
|
9
|
+
/* @__PURE__ */ o(
|
|
10
|
+
l,
|
|
11
|
+
{
|
|
12
|
+
title: e,
|
|
13
|
+
className: t.title,
|
|
14
|
+
defaultVariant: "displaySm",
|
|
15
|
+
mobileVariant: "headingXl"
|
|
16
|
+
}
|
|
17
|
+
),
|
|
18
|
+
/* @__PURE__ */ o(c, { tags: m }),
|
|
19
|
+
i && /* @__PURE__ */ o("div", { className: t.callback, children: /* @__PURE__ */ o(
|
|
20
|
+
a,
|
|
21
|
+
{
|
|
22
|
+
title: i.title,
|
|
23
|
+
description: i.description ?? "",
|
|
24
|
+
price: i.price ?? "",
|
|
25
|
+
image: i.image,
|
|
26
|
+
button: {
|
|
27
|
+
href: i.signupUrl ?? ""
|
|
28
|
+
},
|
|
29
|
+
size: "sm"
|
|
30
|
+
}
|
|
31
|
+
) })
|
|
32
|
+
] }),
|
|
33
|
+
/* @__PURE__ */ o(
|
|
34
|
+
"img",
|
|
35
|
+
{
|
|
36
|
+
src: s,
|
|
37
|
+
alt: "Your Protocol",
|
|
38
|
+
className: n(t.image, t.desktop),
|
|
39
|
+
width: 481,
|
|
40
|
+
height: 640
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
] }) });
|
|
44
|
+
export {
|
|
45
|
+
N as YourProtocol
|
|
46
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),c=require("react"),p=require("../../../../components/Tag/Tag.cjs.js"),i=require("../../../../components/Typography/Typography.cjs.js"),n=require("../../../../utils/cn/cn.cjs.js"),l=require("./protocolTags.module.css.cjs.js"),m=({tags:o})=>{var r;const[s,d]=c.useState(((r=o[0])==null?void 0:r.label)||null),t=c.useMemo(()=>{var e;return(e=o.find(u=>u.label===s))==null?void 0:e.description},[s,o]);return a.jsxs("div",{className:l.default.root,children:[a.jsx("div",{className:l.default.tags,children:o.map(e=>a.jsx(p.Tag,{value:e.label,size:"md",active:e.label===s,onClick:d,children:e.label},e.label))}),t&&a.jsxs(a.Fragment,{children:[a.jsx(i.Typography,{as:"p",defaultVariant:"bodyLg",className:n.cn(l.default.description,l.default.desktop),children:t}),a.jsx(i.Typography,{as:"p",defaultVariant:"bodyMd",className:n.cn(l.default.description,l.default.mobile),children:t})]})]})};exports.ProtocolTags=m;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as t, jsx as o, Fragment as p } from "react/jsx-runtime";
|
|
3
|
+
import { useState as b, useMemo as f } from "react";
|
|
4
|
+
import { Tag as u } from "../../../../components/Tag/Tag.es.js";
|
|
5
|
+
import { Typography as c } from "../../../../components/Typography/Typography.es.js";
|
|
6
|
+
import { cn as n } from "../../../../utils/cn/cn.es.js";
|
|
7
|
+
import l from "./protocolTags.module.css.es.js";
|
|
8
|
+
const V = ({ tags: i }) => {
|
|
9
|
+
var s;
|
|
10
|
+
const [r, m] = b(((s = i[0]) == null ? void 0 : s.label) || null), a = f(
|
|
11
|
+
() => {
|
|
12
|
+
var e;
|
|
13
|
+
return (e = i.find((d) => d.label === r)) == null ? void 0 : e.description;
|
|
14
|
+
},
|
|
15
|
+
[r, i]
|
|
16
|
+
);
|
|
17
|
+
return /* @__PURE__ */ t("div", { className: l.root, children: [
|
|
18
|
+
/* @__PURE__ */ o("div", { className: l.tags, children: i.map((e) => /* @__PURE__ */ o(
|
|
19
|
+
u,
|
|
20
|
+
{
|
|
21
|
+
value: e.label,
|
|
22
|
+
size: "md",
|
|
23
|
+
active: e.label === r,
|
|
24
|
+
onClick: m,
|
|
25
|
+
children: e.label
|
|
26
|
+
},
|
|
27
|
+
e.label
|
|
28
|
+
)) }),
|
|
29
|
+
a && /* @__PURE__ */ t(p, { children: [
|
|
30
|
+
/* @__PURE__ */ o(c, { as: "p", defaultVariant: "bodyLg", className: n(l.description, l.desktop), children: a }),
|
|
31
|
+
/* @__PURE__ */ o(c, { as: "p", defaultVariant: "bodyMd", className: n(l.description, l.mobile), children: a })
|
|
32
|
+
] })
|
|
33
|
+
] });
|
|
34
|
+
};
|
|
35
|
+
export {
|
|
36
|
+
V as ProtocolTags
|
|
37
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ProtocolTags } from './ProtocolTags';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="protocolTags-module__root___q4ybt",t="protocolTags-module__tags___aaJJA",e="protocolTags-module__mobile___4hH2G",s="protocolTags-module__desktop___kl9fI",_={root:o,tags:t,mobile:e,desktop:s};exports.default=_;exports.desktop=s;exports.mobile=e;exports.root=o;exports.tags=t;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const o = "protocolTags-module__root___q4ybt", t = "protocolTags-module__tags___aaJJA", _ = "protocolTags-module__mobile___4hH2G", s = "protocolTags-module__desktop___kl9fI", l = {
|
|
2
|
+
root: o,
|
|
3
|
+
tags: t,
|
|
4
|
+
mobile: _,
|
|
5
|
+
desktop: s
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
l as default,
|
|
9
|
+
s as desktop,
|
|
10
|
+
_ as mobile,
|
|
11
|
+
o as root,
|
|
12
|
+
t as tags
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { YourProtocol } from './YourProtocol';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="yourProtocol-module__root___Q35lO",t="yourProtocol-module__container___-p0rE",e="yourProtocol-module__content___mMf6R",_="yourProtocol-module__title___xNPOR",l="yourProtocol-module__image___fVaOZ",c="yourProtocol-module__callback___bvu49",r="yourProtocol-module__desktop___pl-rW",n={root:o,container:t,content:e,title:_,image:l,callback:c,desktop:r};exports.callback=c;exports.container=t;exports.content=e;exports.default=n;exports.desktop=r;exports.image=l;exports.root=o;exports.title=_;
|