@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 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react");function i(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const n=i(l),o=e=>n.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.createElement("g",{id:"Fill=Off"},n.createElement("path",{id:"sentiment_satisfied",d:"M15.406 10.8077C15.77 10.8077 16.0786 10.6803 16.3318 10.4255C16.5849 10.1708 16.7115 9.86158 16.7115 9.49775C16.7115 9.13392 16.5842 8.82542 16.3295 8.57225C16.0748 8.31892 15.7655 8.19225 15.4015 8.19225C15.0377 8.19225 14.7292 8.31967 14.476 8.5745C14.2228 8.82917 14.0962 9.13842 14.0962 9.50225C14.0962 9.86608 14.2236 10.1746 14.4783 10.4277C14.7329 10.6811 15.0422 10.8077 15.406 10.8077ZM8.5985 10.8077C8.96233 10.8077 9.27083 10.6803 9.524 10.4255C9.77717 10.1708 9.90375 9.86158 9.90375 9.49775C9.90375 9.13392 9.77642 8.82542 9.52175 8.57225C9.26708 8.31892 8.95783 8.19225 8.594 8.19225C8.23 8.19225 7.92142 8.31967 7.66825 8.5745C7.41508 8.82917 7.2885 9.13842 7.2885 9.50225C7.2885 9.86608 7.41583 10.1746 7.6705 10.4277C7.92517 10.6811 8.2345 10.8077 8.5985 10.8077ZM12 17.1923C13.0435 17.1923 13.9973 16.9003 14.8615 16.3163C15.7257 15.7323 16.3628 14.9602 16.773 14H15.45C15.0833 14.6167 14.5958 15.1042 13.9875 15.4625C13.3792 15.8208 12.7167 16 12 16C11.2833 16 10.6208 15.8208 10.0125 15.4625C9.40417 15.1042 8.91667 14.6167 8.55 14H7.227C7.63717 14.9602 8.27433 15.7323 9.1385 16.3163C10.0027 16.9003 10.9565 17.1923 12 17.1923ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z",fill:"currentColor"})));exports.default=o;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("g", { id: "Fill=Off" }, /* @__PURE__ */ C.createElement("path", { id: "sentiment_satisfied", d: "M15.406 10.8077C15.77 10.8077 16.0786 10.6803 16.3318 10.4255C16.5849 10.1708 16.7115 9.86158 16.7115 9.49775C16.7115 9.13392 16.5842 8.82542 16.3295 8.57225C16.0748 8.31892 15.7655 8.19225 15.4015 8.19225C15.0377 8.19225 14.7292 8.31967 14.476 8.5745C14.2228 8.82917 14.0962 9.13842 14.0962 9.50225C14.0962 9.86608 14.2236 10.1746 14.4783 10.4277C14.7329 10.6811 15.0422 10.8077 15.406 10.8077ZM8.5985 10.8077C8.96233 10.8077 9.27083 10.6803 9.524 10.4255C9.77717 10.1708 9.90375 9.86158 9.90375 9.49775C9.90375 9.13392 9.77642 8.82542 9.52175 8.57225C9.26708 8.31892 8.95783 8.19225 8.594 8.19225C8.23 8.19225 7.92142 8.31967 7.66825 8.5745C7.41508 8.82917 7.2885 9.13842 7.2885 9.50225C7.2885 9.86608 7.41583 10.1746 7.6705 10.4277C7.92517 10.6811 8.2345 10.8077 8.5985 10.8077ZM12 17.1923C13.0435 17.1923 13.9973 16.9003 14.8615 16.3163C15.7257 15.7323 16.3628 14.9602 16.773 14H15.45C15.0833 14.6167 14.5958 15.1042 13.9875 15.4625C13.3792 15.8208 12.7167 16 12 16C11.2833 16 10.6208 15.8208 10.0125 15.4625C9.40417 15.1042 8.91667 14.6167 8.55 14H7.227C7.63717 14.9602 8.27433 15.7323 9.1385 16.3163C10.0027 16.9003 10.9565 17.1923 12 17.1923ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function c(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const n=c(o),i=e=>n.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.createElement("g",{id:"Icon/global/filter"},n.createElement("path",{id:"discover_tune",d:"M13.25 8.75V7.25H16.25V3.25H17.75V7.25H20.75V8.75H13.25ZM16.25 20.75V11.25H17.75V20.75H16.25ZM6.25 20.75V16.75H3.25V15.25H10.75V16.75H7.75V20.75H6.25ZM6.25 12.75V3.25H7.75V12.75H6.25Z",fill:"currentColor"})));exports.default=i;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { id: "Icon/global/filter" }, /* @__PURE__ */ e.createElement("path", { id: "discover_tune", d: "M13.25 8.75V7.25H16.25V3.25H17.75V7.25H20.75V8.75H13.25ZM16.25 20.75V11.25H17.75V20.75H16.25ZM6.25 20.75V16.75H3.25V15.25H10.75V16.75H7.75V20.75H6.25ZM6.25 12.75V3.25H7.75V12.75H6.25Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react");function C(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const n=C(l),c=e=>n.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.createElement("g",{id:"Icon/global/pin_drop"},n.createElement("path",{id:"pin_drop",d:"M12 16.725C13.6437 15.3403 14.8879 14.0025 15.7327 12.7115C16.5776 11.4205 17 10.2109 17 9.08275C17 7.59558 16.5333 6.37667 15.6 5.426C14.6667 4.47533 13.4667 4 12 4C10.5333 4 9.33333 4.47533 8.4 5.426C7.46667 6.37667 7 7.59558 7 9.08275C7 10.2109 7.42242 11.4205 8.26725 12.7115C9.11208 14.0025 10.3563 15.3403 12 16.725ZM12 18.625C9.83583 16.9493 8.2115 15.3125 7.127 13.7145C6.04233 12.1163 5.5 10.5724 5.5 9.08275C5.5 7.15958 6.10517 5.58167 7.3155 4.349C8.52567 3.11633 10.0872 2.5 12 2.5C13.9128 2.5 15.4743 3.11633 16.6845 4.349C17.8948 5.58167 18.5 7.15958 18.5 9.08275C18.5 10.5724 17.9577 12.1147 16.873 13.7095C15.7885 15.3045 14.1642 16.943 12 18.625ZM12 10.8077C12.4987 10.8077 12.9246 10.6311 13.2777 10.2777C13.6311 9.92458 13.8077 9.49867 13.8077 9C13.8077 8.50133 13.6311 8.07542 13.2777 7.72225C12.9246 7.36892 12.4987 7.19225 12 7.19225C11.5013 7.19225 11.0754 7.36892 10.7223 7.72225C10.3689 8.07542 10.1923 8.50133 10.1923 9C10.1923 9.49867 10.3689 9.92458 10.7223 10.2777C11.0754 10.6311 11.5013 10.8077 12 10.8077ZM5.5 21.5V20H18.5V21.5H5.5Z",fill:"currentColor"})));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("g", { id: "Icon/global/pin_drop" }, /* @__PURE__ */ C.createElement("path", { id: "pin_drop", d: "M12 16.725C13.6437 15.3403 14.8879 14.0025 15.7327 12.7115C16.5776 11.4205 17 10.2109 17 9.08275C17 7.59558 16.5333 6.37667 15.6 5.426C14.6667 4.47533 13.4667 4 12 4C10.5333 4 9.33333 4.47533 8.4 5.426C7.46667 6.37667 7 7.59558 7 9.08275C7 10.2109 7.42242 11.4205 8.26725 12.7115C9.11208 14.0025 10.3563 15.3403 12 16.725ZM12 18.625C9.83583 16.9493 8.2115 15.3125 7.127 13.7145C6.04233 12.1163 5.5 10.5724 5.5 9.08275C5.5 7.15958 6.10517 5.58167 7.3155 4.349C8.52567 3.11633 10.0872 2.5 12 2.5C13.9128 2.5 15.4743 3.11633 16.6845 4.349C17.8948 5.58167 18.5 7.15958 18.5 9.08275C18.5 10.5724 17.9577 12.1147 16.873 13.7095C15.7885 15.3045 14.1642 16.943 12 18.625ZM12 10.8077C12.4987 10.8077 12.9246 10.6311 13.2777 10.2777C13.6311 9.92458 13.8077 9.49867 13.8077 9C13.8077 8.50133 13.6311 8.07542 13.2777 7.72225C12.9246 7.36892 12.4987 7.19225 12 7.19225C11.5013 7.19225 11.0754 7.36892 10.7223 7.72225C10.3689 8.07542 10.1923 8.50133 10.1923 9C10.1923 9.49867 10.3689 9.92458 10.7223 10.2777C11.0754 10.6311 11.5013 10.8077 12 10.8077ZM5.5 21.5V20H18.5V21.5H5.5Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("react");function o(t){const l=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const r in t)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(l,r,n.get?n:{enumerable:!0,get:()=>t[r]})}}return l.default=t,Object.freeze(l)}const e=o(c),a=t=>e.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("g",{id:"Filled=On"},e.createElement("g",{id:"Vector"},e.createElement("path",{d:"M17.3865 5.79738L18.2655 4.75815C17.4164 4.04515 16.4483 3.48465 15.405 3.10189L14.9374 4.37598C15.8309 4.7048 16.6597 5.18582 17.3865 5.79738Z",fill:"currentColor"}),e.createElement("path",{d:"M20.1538 10.6429L21.4997 10.3627C21.3105 9.2785 20.9314 8.2355 20.3795 7.28101L19.1953 7.92857C19.668 8.77272 19.9921 9.69063 20.1538 10.6429Z",fill:"currentColor"}),e.createElement("path",{d:"M14.9374 19.624L15.405 20.8981C16.4483 20.5153 17.4164 19.9548 18.2655 19.2418L17.3865 18.2026C16.6597 18.8142 15.8309 19.2952 14.9374 19.624Z",fill:"currentColor"}),e.createElement("path",{d:"M19.1953 16.0714L20.3795 16.75C20.9317 15.7845 21.3108 14.7313 21.5 13.6373L20.1538 13.4019C19.992 14.3399 19.6677 15.2431 19.1953 16.0714Z",fill:"currentColor"}),e.createElement("path",{d:"M12.0759 21.5V2.5C9.53618 2.5 7.10052 3.50089 5.3047 5.28249C3.50888 7.06408 2.5 9.48044 2.5 12C2.5 14.5196 3.50888 16.9359 5.3047 18.7175C7.10052 20.4991 9.53618 21.5 12.0759 21.5Z",fill:"currentColor"}))));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { id: "Filled=On" }, /* @__PURE__ */ e.createElement("g", { id: "Vector" }, /* @__PURE__ */ e.createElement("path", { d: "M17.3865 5.79738L18.2655 4.75815C17.4164 4.04515 16.4483 3.48465 15.405 3.10189L14.9374 4.37598C15.8309 4.7048 16.6597 5.18582 17.3865 5.79738Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M20.1538 10.6429L21.4997 10.3627C21.3105 9.2785 20.9314 8.2355 20.3795 7.28101L19.1953 7.92857C19.668 8.77272 19.9921 9.69063 20.1538 10.6429Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M14.9374 19.624L15.405 20.8981C16.4483 20.5153 17.4164 19.9548 18.2655 19.2418L17.3865 18.2026C16.6597 18.8142 15.8309 19.2952 14.9374 19.624Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M19.1953 16.0714L20.3795 16.75C20.9317 15.7845 21.3108 14.7313 21.5 13.6373L20.1538 13.4019C19.992 14.3399 19.6677 15.2431 19.1953 16.0714Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M12.0759 21.5V2.5C9.53618 2.5 7.10052 3.50089 5.3047 5.28249C3.50888 7.06408 2.5 9.48044 2.5 12C2.5 14.5196 3.50888 16.9359 5.3047 18.7175C7.10052 20.4991 9.53618 21.5 12.0759 21.5Z", fill: "currentColor" }))));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("react");function o(t){const l=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const r in t)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(l,r,n.get?n:{enumerable:!0,get:()=>t[r]})}}return l.default=t,Object.freeze(l)}const e=o(c),a=t=>e.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("g",{id:"Filled=Off"},e.createElement("g",{id:"Vector"},e.createElement("path",{d:"M6.36849 4.33286C5.59019 4.9301 4.90426 5.63889 4.33286 6.43634L5.41853 7.25059C5.91688 6.55945 6.51088 5.9426 7.18274 5.41853L6.36849 4.33286Z",fill:"currentColor"}),e.createElement("path",{d:"M4.265 9.48979L2.97577 9.08266C2.64801 10.02 2.48724 11.0075 2.50079 12.0004H3.85788C3.85512 11.1469 3.99266 10.2987 4.265 9.48979Z",fill:"currentColor"}),e.createElement("path",{d:"M2.97577 14.986C3.29045 15.9322 3.74811 16.8246 4.33286 17.6323L5.41853 16.8181C4.92799 16.1312 4.53946 15.377 4.265 14.5789L2.97577 14.986Z",fill:"currentColor"}),e.createElement("path",{d:"M6.43634 19.6679C7.24403 20.2527 8.13647 20.7103 9.08266 21.025L9.48979 19.7358C8.69164 19.4613 7.93742 19.0728 7.25059 18.5823L6.43634 19.6679Z",fill:"currentColor"}),e.createElement("path",{d:"M9.08266 2.97577L9.48979 4.265C10.2987 3.99266 11.1469 3.85512 12.0004 3.85788V2.50079C11.0075 2.48724 10.02 2.64801 9.08266 2.97577Z",fill:"currentColor"}),e.createElement("path",{d:"M17.5644 19.6679C18.3637 19.0722 19.0722 18.3637 19.6679 17.5644L18.5823 16.7502C18.0776 17.4585 17.4585 18.0776 16.7502 18.5823L17.5644 19.6679Z",fill:"currentColor"}),e.createElement("path",{d:"M19.7358 14.511L21.025 14.9181C21.3202 13.9728 21.4801 12.9905 21.5 12.0004H20.1429C20.1457 12.8539 20.0081 13.7021 19.7358 14.511Z",fill:"currentColor"}),e.createElement("path",{d:"M20.9572 9.01481C20.6425 8.06862 20.1848 7.17618 19.6001 6.36849L18.5144 7.18274C19.0049 7.86957 19.3935 8.62379 19.6679 9.42193L20.9572 9.01481Z",fill:"currentColor"}),e.createElement("path",{d:"M17.4966 4.265C16.6889 3.68026 15.7965 3.2226 14.8503 2.90792L14.4432 4.19715C15.2413 4.4716 15.9955 4.86014 16.6823 5.35067L17.4966 4.265Z",fill:"currentColor"}),e.createElement("path",{d:"M14.9181 21.025L14.511 19.7358C13.7021 20.0081 12.8539 20.1457 12.0004 20.1429V21.5C12.9866 21.4412 13.9642 21.2821 14.9181 21.025Z",fill:"currentColor"}))));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { id: "Filled=Off" }, /* @__PURE__ */ e.createElement("g", { id: "Vector" }, /* @__PURE__ */ e.createElement("path", { d: "M6.36849 4.33286C5.59019 4.9301 4.90426 5.63889 4.33286 6.43634L5.41853 7.25059C5.91688 6.55945 6.51088 5.9426 7.18274 5.41853L6.36849 4.33286Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M4.265 9.48979L2.97577 9.08266C2.64801 10.02 2.48724 11.0075 2.50079 12.0004H3.85788C3.85512 11.1469 3.99266 10.2987 4.265 9.48979Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M2.97577 14.986C3.29045 15.9322 3.74811 16.8246 4.33286 17.6323L5.41853 16.8181C4.92799 16.1312 4.53946 15.377 4.265 14.5789L2.97577 14.986Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M6.43634 19.6679C7.24403 20.2527 8.13647 20.7103 9.08266 21.025L9.48979 19.7358C8.69164 19.4613 7.93742 19.0728 7.25059 18.5823L6.43634 19.6679Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M9.08266 2.97577L9.48979 4.265C10.2987 3.99266 11.1469 3.85512 12.0004 3.85788V2.50079C11.0075 2.48724 10.02 2.64801 9.08266 2.97577Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M17.5644 19.6679C18.3637 19.0722 19.0722 18.3637 19.6679 17.5644L18.5823 16.7502C18.0776 17.4585 17.4585 18.0776 16.7502 18.5823L17.5644 19.6679Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M19.7358 14.511L21.025 14.9181C21.3202 13.9728 21.4801 12.9905 21.5 12.0004H20.1429C20.1457 12.8539 20.0081 13.7021 19.7358 14.511Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M20.9572 9.01481C20.6425 8.06862 20.1848 7.17618 19.6001 6.36849L18.5144 7.18274C19.0049 7.86957 19.3935 8.62379 19.6679 9.42193L20.9572 9.01481Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M17.4966 4.265C16.6889 3.68026 15.7965 3.2226 14.8503 2.90792L14.4432 4.19715C15.2413 4.4716 15.9955 4.86014 16.6823 5.35067L17.4966 4.265Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M14.9181 21.025L14.511 19.7358C13.7021 20.0081 12.8539 20.1457 12.0004 20.1429V21.5C12.9866 21.4412 13.9642 21.2821 14.9181 21.025Z", fill: "currentColor" }))));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function C(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const c=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,c.get?c:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const r=C(o),a=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("g",{id:"Icon/medical/coaching"},r.createElement("path",{id:"ecg_heart",d:"M4.24805 13.4615C3.66471 12.8782 3.22755 12.2164 2.93655 11.476C2.64555 10.7355 2.50005 9.9698 2.50005 9.1788C2.50005 7.6033 3.00388 6.25655 4.01155 5.13855C5.01921 4.02055 6.26663 3.46155 7.7538 3.46155C8.49613 3.46155 9.20221 3.61188 9.87205 3.91255C10.542 4.21321 11.1392 4.63405 11.6635 5.17505L12 5.5308L12.3173 5.1943C12.8378 4.64046 13.4346 4.21321 14.1078 3.91255C14.7808 3.61188 15.4853 3.46155 16.2213 3.46155C17.7085 3.46155 18.96 4.02055 19.976 5.13855C20.992 6.25655 21.5 7.59496 21.5 9.1538C21.5 9.9513 21.352 10.7202 21.0558 11.4605C20.7596 12.201 20.325 12.863 19.752 13.4463L11.975 21.2385L4.24805 13.4615ZM7.7538 4.96155C6.6923 4.96155 5.8013 5.3728 5.0808 6.1953C4.3603 7.01763 4.00005 8.0038 4.00005 9.1538C4.00005 9.51796 4.04105 9.87471 4.12305 10.224C4.20521 10.5734 4.33021 10.9154 4.49805 11.25H9.39029L10.777 13.3173L12.2905 8.6038H13.6328L15.3903 11.25H19.502C19.6764 10.9154 19.8071 10.5718 19.8943 10.2193C19.9815 9.8668 20.0219 9.51163 20.0155 9.1538C19.9885 8.0038 19.6148 7.02271 18.8943 6.21055C18.1738 5.39838 17.2828 4.9923 16.2213 4.9923C15.6918 4.9923 15.1799 5.09713 14.6855 5.3068C14.1914 5.51646 13.7629 5.82255 13.4 6.22505L12.3115 7.38855H11.6635L10.575 6.22505C10.2122 5.82255 9.78621 5.5113 9.29705 5.2913C8.80805 5.07146 8.29363 4.96155 7.7538 4.96155ZM12 19.1L18.325 12.75H14.5943L13.223 10.6828L11.7095 15.4115H10.352L8.5848 12.75H5.65955L12 19.1Z",fill:"currentColor"})));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("g", { id: "Icon/medical/coaching" }, /* @__PURE__ */ C.createElement("path", { id: "ecg_heart", d: "M4.24805 13.4615C3.66471 12.8782 3.22755 12.2164 2.93655 11.476C2.64555 10.7355 2.50005 9.9698 2.50005 9.1788C2.50005 7.6033 3.00388 6.25655 4.01155 5.13855C5.01921 4.02055 6.26663 3.46155 7.7538 3.46155C8.49613 3.46155 9.20221 3.61188 9.87205 3.91255C10.542 4.21321 11.1392 4.63405 11.6635 5.17505L12 5.5308L12.3173 5.1943C12.8378 4.64046 13.4346 4.21321 14.1078 3.91255C14.7808 3.61188 15.4853 3.46155 16.2213 3.46155C17.7085 3.46155 18.96 4.02055 19.976 5.13855C20.992 6.25655 21.5 7.59496 21.5 9.1538C21.5 9.9513 21.352 10.7202 21.0558 11.4605C20.7596 12.201 20.325 12.863 19.752 13.4463L11.975 21.2385L4.24805 13.4615ZM7.7538 4.96155C6.6923 4.96155 5.8013 5.3728 5.0808 6.1953C4.3603 7.01763 4.00005 8.0038 4.00005 9.1538C4.00005 9.51796 4.04105 9.87471 4.12305 10.224C4.20521 10.5734 4.33021 10.9154 4.49805 11.25H9.39029L10.777 13.3173L12.2905 8.6038H13.6328L15.3903 11.25H19.502C19.6764 10.9154 19.8071 10.5718 19.8943 10.2193C19.9815 9.8668 20.0219 9.51163 20.0155 9.1538C19.9885 8.0038 19.6148 7.02271 18.8943 6.21055C18.1738 5.39838 17.2828 4.9923 16.2213 4.9923C15.6918 4.9923 15.1799 5.09713 14.6855 5.3068C14.1914 5.51646 13.7629 5.82255 13.4 6.22505L12.3115 7.38855H11.6635L10.575 6.22505C10.2122 5.82255 9.78621 5.5113 9.29705 5.2913C8.80805 5.07146 8.29363 4.96155 7.7538 4.96155ZM12 19.1L18.325 12.75H14.5943L13.223 10.6828L11.7095 15.4115H10.352L8.5848 12.75H5.65955L12 19.1Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react");function a(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=a(l),c=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("g",{id:"Icon/medical/labs"},r.createElement("path",{id:"lab_research",d:"M8.56725 15.9902V14.4905H10.5018C10.4376 14.7403 10.393 14.9887 10.368 15.2355C10.343 15.4823 10.3376 15.7339 10.3518 15.9902H8.56725ZM8.49975 21C7.20692 21 6.10492 20.5493 5.19375 19.648C4.28242 18.7468 3.82675 17.6526 3.82675 16.3652V7.327H2V2H14.9998V7.327H13.1633V10.7078C12.8851 10.8872 12.629 11.0908 12.395 11.3183C12.161 11.5458 11.9511 11.7954 11.7653 12.0673H8.56725V10.5673H11.6633V7.327H5.32675V16.3652C5.32675 17.2436 5.63525 17.9856 6.25225 18.5913C6.86925 19.1971 7.61842 19.5 8.49975 19.5C8.96775 19.5 9.39792 19.4077 9.79025 19.223C10.1826 19.0385 10.5236 18.7834 10.8133 18.4578C10.9146 18.7078 11.0278 18.9427 11.1528 19.1625C11.2778 19.3823 11.4248 19.5987 11.594 19.8115C11.1825 20.1807 10.7155 20.4711 10.193 20.6828C9.67067 20.8943 9.10625 21 8.49975 21ZM3.49975 5.827H13.4998V3.5H3.49975V5.827ZM16.6633 18.6538C17.4018 18.6538 18.0287 18.3961 18.544 17.8807C19.0595 17.3654 19.3173 16.7385 19.3173 16C19.3173 15.2615 19.0595 14.6346 18.544 14.1193C18.0287 13.6039 17.4018 13.3463 16.6633 13.3463C15.9248 13.3463 15.2978 13.6039 14.7825 14.1193C14.2672 14.6346 14.0095 15.2615 14.0095 16C14.0095 16.7385 14.2672 17.3654 14.7825 17.8807C15.2978 18.3961 15.9248 18.6538 16.6633 18.6538ZM21.7633 22.1443L19.0248 19.4058C18.6709 19.6519 18.2961 19.8382 17.9003 19.9645C17.5044 20.0907 17.0921 20.1538 16.6633 20.1538C15.5094 20.1538 14.5287 19.7499 13.721 18.9423C12.9133 18.1346 12.5095 17.1538 12.5095 16C12.5095 14.8462 12.9133 13.8654 13.721 13.0577C14.5287 12.2501 15.5094 11.8463 16.6633 11.8463C17.8171 11.8463 18.7978 12.2501 19.6055 13.0577C20.4132 13.8654 20.817 14.8462 20.817 16C20.817 16.4288 20.7539 16.8412 20.6278 17.237C20.5014 17.6328 20.3152 18.0077 20.069 18.3615L22.8075 21.1L21.7633 22.1443Z",fill:"currentColor"})));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("g", { id: "Icon/medical/labs" }, /* @__PURE__ */ C.createElement("path", { id: "lab_research", d: "M8.56725 15.9902V14.4905H10.5018C10.4376 14.7403 10.393 14.9887 10.368 15.2355C10.343 15.4823 10.3376 15.7339 10.3518 15.9902H8.56725ZM8.49975 21C7.20692 21 6.10492 20.5493 5.19375 19.648C4.28242 18.7468 3.82675 17.6526 3.82675 16.3652V7.327H2V2H14.9998V7.327H13.1633V10.7078C12.8851 10.8872 12.629 11.0908 12.395 11.3183C12.161 11.5458 11.9511 11.7954 11.7653 12.0673H8.56725V10.5673H11.6633V7.327H5.32675V16.3652C5.32675 17.2436 5.63525 17.9856 6.25225 18.5913C6.86925 19.1971 7.61842 19.5 8.49975 19.5C8.96775 19.5 9.39792 19.4077 9.79025 19.223C10.1826 19.0385 10.5236 18.7834 10.8133 18.4578C10.9146 18.7078 11.0278 18.9427 11.1528 19.1625C11.2778 19.3823 11.4248 19.5987 11.594 19.8115C11.1825 20.1807 10.7155 20.4711 10.193 20.6828C9.67067 20.8943 9.10625 21 8.49975 21ZM3.49975 5.827H13.4998V3.5H3.49975V5.827ZM16.6633 18.6538C17.4018 18.6538 18.0287 18.3961 18.544 17.8807C19.0595 17.3654 19.3173 16.7385 19.3173 16C19.3173 15.2615 19.0595 14.6346 18.544 14.1193C18.0287 13.6039 17.4018 13.3463 16.6633 13.3463C15.9248 13.3463 15.2978 13.6039 14.7825 14.1193C14.2672 14.6346 14.0095 15.2615 14.0095 16C14.0095 16.7385 14.2672 17.3654 14.7825 17.8807C15.2978 18.3961 15.9248 18.6538 16.6633 18.6538ZM21.7633 22.1443L19.0248 19.4058C18.6709 19.6519 18.2961 19.8382 17.9003 19.9645C17.5044 20.0907 17.0921 20.1538 16.6633 20.1538C15.5094 20.1538 14.5287 19.7499 13.721 18.9423C12.9133 18.1346 12.5095 17.1538 12.5095 16C12.5095 14.8462 12.9133 13.8654 13.721 13.0577C14.5287 12.2501 15.5094 11.8463 16.6633 11.8463C17.8171 11.8463 18.7978 12.2501 19.6055 13.0577C20.4132 13.8654 20.817 14.8462 20.817 16C20.817 16.4288 20.7539 16.8412 20.6278 17.237C20.5014 17.6328 20.3152 18.0077 20.069 18.3615L22.8075 21.1L21.7633 22.1443Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function c(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const a=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,a.get?a:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const r=c(o),l=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("g",{id:"Icon/medical/myspan"},r.createElement("path",{id:"guardian",d:"M11.5 22.0095C8.53467 22.0095 6.04333 21.4665 4.026 20.3805C2.00867 19.2947 1 17.9627 1 16.3845C1 15.3115 1.50133 14.3358 2.504 13.4575C3.5065 12.5793 4.909 11.8999 6.7115 11.4192V12.9595C5.42433 13.3428 4.40067 13.8425 3.6405 14.4585C2.88017 15.0745 2.5 15.7165 2.5 16.3845C2.5 17.4897 3.39683 18.4534 5.1905 19.2757C6.984 20.0982 9.08717 20.5095 11.5 20.5095C13.9128 20.5095 16.016 20.0982 17.8095 19.2757C19.6032 18.4534 20.5 17.4897 20.5 16.3845C20.5 15.7165 20.1198 15.0745 19.3595 14.4585C18.5993 13.8425 17.5757 13.3428 16.2885 12.9595V11.4192C18.0847 11.8936 19.4856 12.5714 20.4913 13.4527C21.4971 14.3342 22 15.3115 22 16.3845C22 17.9627 20.9913 19.2947 18.974 20.3805C16.9567 21.4665 14.4653 22.0095 11.5 22.0095ZM8.904 17.971V7.0575H4V5.5575H19V7.0575H14.096V17.971H12.5962V12.9997H10.4038V17.971H8.904ZM11.5003 4.4615C11.0271 4.4615 10.6219 4.29292 10.2848 3.95575C9.94742 3.61875 9.77875 3.21358 9.77875 2.74025C9.77875 2.26175 9.94733 1.85208 10.2845 1.51125C10.6215 1.17042 11.0266 1 11.4998 1C11.9729 1 12.3781 1.17042 12.7153 1.51125C13.0526 1.85208 13.2212 2.26175 13.2212 2.74025C13.2212 3.21358 13.0528 3.61875 12.7158 3.95575C12.3786 4.29292 11.9734 4.4615 11.5003 4.4615Z",fill:"currentColor"})));exports.default=l;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("g", { id: "Icon/medical/myspan" }, /* @__PURE__ */ C.createElement("path", { id: "guardian", d: "M11.5 22.0095C8.53467 22.0095 6.04333 21.4665 4.026 20.3805C2.00867 19.2947 1 17.9627 1 16.3845C1 15.3115 1.50133 14.3358 2.504 13.4575C3.5065 12.5793 4.909 11.8999 6.7115 11.4192V12.9595C5.42433 13.3428 4.40067 13.8425 3.6405 14.4585C2.88017 15.0745 2.5 15.7165 2.5 16.3845C2.5 17.4897 3.39683 18.4534 5.1905 19.2757C6.984 20.0982 9.08717 20.5095 11.5 20.5095C13.9128 20.5095 16.016 20.0982 17.8095 19.2757C19.6032 18.4534 20.5 17.4897 20.5 16.3845C20.5 15.7165 20.1198 15.0745 19.3595 14.4585C18.5993 13.8425 17.5757 13.3428 16.2885 12.9595V11.4192C18.0847 11.8936 19.4856 12.5714 20.4913 13.4527C21.4971 14.3342 22 15.3115 22 16.3845C22 17.9627 20.9913 19.2947 18.974 20.3805C16.9567 21.4665 14.4653 22.0095 11.5 22.0095ZM8.904 17.971V7.0575H4V5.5575H19V7.0575H14.096V17.971H12.5962V12.9997H10.4038V17.971H8.904ZM11.5003 4.4615C11.0271 4.4615 10.6219 4.29292 10.2848 3.95575C9.94742 3.61875 9.77875 3.21358 9.77875 2.74025C9.77875 2.26175 9.94733 1.85208 10.2845 1.51125C10.6215 1.17042 11.0266 1 11.4998 1C11.9729 1 12.3781 1.17042 12.7153 1.51125C13.0526 1.85208 13.2212 2.26175 13.2212 2.74025C13.2212 3.21358 13.0528 3.61875 12.7158 3.95575C12.3786 4.29292 11.9734 4.4615 11.5003 4.4615Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("react");function c(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const i=c(r),l=e=>i.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},i.createElement("g",{id:"Icon/medical/optimizations"},i.createElement("path",{id:"published_with_changes",d:"M10.75 21.4115C9.57303 21.2462 8.48203 20.8908 7.47703 20.3453C6.47186 19.7998 5.60036 19.1083 4.86253 18.271C4.1247 17.4338 3.54653 16.4803 3.12803 15.4105C2.70936 14.3407 2.50003 13.2038 2.50003 12C2.50003 10.5218 2.80745 9.15225 3.42228 7.89125C4.03695 6.63042 4.91736 5.5385 6.06353 4.6155H3.37503V3.1155H8.75003V8.4905H7.25003V5.59225C6.2052 6.36409 5.40228 7.30517 4.84128 8.4155C4.28045 9.52567 4.00003 10.7205 4.00003 12C4.00003 13.9795 4.63403 15.7087 5.90203 17.1875C7.16986 18.6663 8.78586 19.566 10.75 19.8865V21.4115ZM10.575 16.2538L6.69628 12.3595L7.75003 11.3058L10.575 14.1308L16.25 8.45575L17.3038 9.525L10.575 16.2538ZM15.25 20.8943V15.5193H16.75V18.4173C17.7885 17.6289 18.5898 16.6822 19.1538 15.577C19.7179 14.4718 20 13.2795 20 12C20 10.0205 19.366 8.29134 18.098 6.8125C16.8302 5.33367 15.2142 4.434 13.25 4.1135V2.5885C15.6104 2.909 17.5754 3.95167 19.1453 5.7165C20.7151 7.48117 21.5 9.57567 21.5 12C21.5 13.4782 21.1926 14.8493 20.5778 16.1135C19.9631 17.3775 19.0827 18.4711 17.9365 19.3943H20.625V20.8943H15.25Z",fill:"currentColor"})));exports.default=l;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const C = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { id: "Icon/medical/optimizations" }, /* @__PURE__ */ e.createElement("path", { id: "published_with_changes", d: "M10.75 21.4115C9.57303 21.2462 8.48203 20.8908 7.47703 20.3453C6.47186 19.7998 5.60036 19.1083 4.86253 18.271C4.1247 17.4338 3.54653 16.4803 3.12803 15.4105C2.70936 14.3407 2.50003 13.2038 2.50003 12C2.50003 10.5218 2.80745 9.15225 3.42228 7.89125C4.03695 6.63042 4.91736 5.5385 6.06353 4.6155H3.37503V3.1155H8.75003V8.4905H7.25003V5.59225C6.2052 6.36409 5.40228 7.30517 4.84128 8.4155C4.28045 9.52567 4.00003 10.7205 4.00003 12C4.00003 13.9795 4.63403 15.7087 5.90203 17.1875C7.16986 18.6663 8.78586 19.566 10.75 19.8865V21.4115ZM10.575 16.2538L6.69628 12.3595L7.75003 11.3058L10.575 14.1308L16.25 8.45575L17.3038 9.525L10.575 16.2538ZM15.25 20.8943V15.5193H16.75V18.4173C17.7885 17.6289 18.5898 16.6822 19.1538 15.577C19.7179 14.4718 20 13.2795 20 12C20 10.0205 19.366 8.29134 18.098 6.8125C16.8302 5.33367 15.2142 4.434 13.25 4.1135V2.5885C15.6104 2.909 17.5754 3.95167 19.1453 5.7165C20.7151 7.48117 21.5 9.57567 21.5 12C21.5 13.4782 21.1926 14.8493 20.5778 16.1135C19.9631 17.3775 19.0827 18.4711 17.9365 19.3943H20.625V20.8943H15.25Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
C as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function c(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const o=c(n),l=e=>o.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},o.createElement("g",{id:"Icon/medical/protocols"},o.createElement("path",{id:"Union",d:"M12.0056 5.05179C15.5996 2.47179 19.3024 1.12791 21.0964 2.92191C22.6862 4.51193 21.8043 7.63224 19.7644 10.8301L18.7624 9.8223C20.4783 7.03244 20.9519 4.74638 20.112 3.90628C19.836 3.63628 19.4157 3.49808 18.8757 3.49808C17.5377 3.49821 15.4796 4.31989 13.1638 5.92777L13.8337 6.47953C14.4984 7.04297 15.1458 7.63927 15.7624 8.25589C16.2724 8.76585 16.764 9.29407 17.238 9.83402L16.2478 10.8243C15.7978 10.3023 15.3001 9.7682 14.7722 9.24027C14.0745 8.54261 13.3767 7.90883 12.6892 7.33695L12.0056 6.78617L11.322 7.33695C10.6346 7.90873 9.93745 8.54277 9.23995 9.24027C8.31007 10.1702 7.48793 11.1059 6.77999 12.0118L7.33273 12.6953C7.90619 13.3827 8.54247 14.0809 9.23995 14.7784C10.1699 15.7083 11.0996 16.5305 12.0056 17.2325C12.9116 16.5305 13.8422 15.7083 14.7722 14.7784C15.1562 14.3944 15.5161 14.0157 15.8581 13.6377L16.8484 14.628C16.4945 15.0118 16.1283 15.3959 15.7624 15.7618C14.9404 16.5838 14.0638 17.3699 13.1638 18.0899L13.7673 18.4961C16.7521 20.4342 19.2231 21.0009 20.112 20.1123C20.898 19.3263 20.5319 17.2678 19.0739 14.7178L20.0818 13.7041C21.8876 16.7219 22.6019 19.5895 21.0964 21.1016C20.5325 21.6655 19.7702 21.9179 18.8884 21.918C17.094 21.918 14.7718 20.8741 12.4665 19.2852L12.0056 18.96L11.573 19.2686C11.1394 19.5697 10.7041 19.85 10.2722 20.1065C8.4002 21.2225 6.58773 21.918 5.12374 21.918C4.24186 21.918 3.48568 21.6657 2.91574 21.0957C1.23992 19.4194 2.31074 16.0557 4.57687 12.6856L5.04562 12.0118C2.46583 8.42392 1.12792 4.70988 2.91574 2.92191C4.70367 1.13397 8.4117 2.47197 12.0056 5.05179ZM5.52218 13.7735C3.58396 16.7584 3.01698 19.2292 3.90011 20.1123C4.78342 20.9952 7.25941 20.4284 10.2448 18.4903L10.8484 18.084C9.94835 17.37 9.07172 16.5838 8.24972 15.7618C7.42787 14.9399 6.64831 14.0638 5.92843 13.17L5.52218 13.7735ZM12.0056 10.7578C12.6955 10.7578 13.2603 11.3159 13.2605 12.0118C13.2605 12.7018 12.6956 13.2657 12.0056 13.2657C11.3158 13.2654 10.7517 12.7016 10.7517 12.0118C10.7518 11.322 11.3159 10.7581 12.0056 10.7578ZM5.13644 3.49808C4.59644 3.49808 4.17611 3.63628 3.90011 3.90628C2.95824 4.85436 3.66651 7.60179 5.92843 10.8477C6.64832 9.95386 7.42788 9.07774 8.24972 8.25589C8.86637 7.63925 9.51367 7.04299 10.1784 6.47953L10.8484 5.92777C8.5326 4.31994 6.47445 3.49826 5.13644 3.49808Z",fill:"currentColor"})));exports.default=l;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("g", { id: "Icon/medical/protocols" }, /* @__PURE__ */ C.createElement("path", { id: "Union", d: "M12.0056 5.05179C15.5996 2.47179 19.3024 1.12791 21.0964 2.92191C22.6862 4.51193 21.8043 7.63224 19.7644 10.8301L18.7624 9.8223C20.4783 7.03244 20.9519 4.74638 20.112 3.90628C19.836 3.63628 19.4157 3.49808 18.8757 3.49808C17.5377 3.49821 15.4796 4.31989 13.1638 5.92777L13.8337 6.47953C14.4984 7.04297 15.1458 7.63927 15.7624 8.25589C16.2724 8.76585 16.764 9.29407 17.238 9.83402L16.2478 10.8243C15.7978 10.3023 15.3001 9.7682 14.7722 9.24027C14.0745 8.54261 13.3767 7.90883 12.6892 7.33695L12.0056 6.78617L11.322 7.33695C10.6346 7.90873 9.93745 8.54277 9.23995 9.24027C8.31007 10.1702 7.48793 11.1059 6.77999 12.0118L7.33273 12.6953C7.90619 13.3827 8.54247 14.0809 9.23995 14.7784C10.1699 15.7083 11.0996 16.5305 12.0056 17.2325C12.9116 16.5305 13.8422 15.7083 14.7722 14.7784C15.1562 14.3944 15.5161 14.0157 15.8581 13.6377L16.8484 14.628C16.4945 15.0118 16.1283 15.3959 15.7624 15.7618C14.9404 16.5838 14.0638 17.3699 13.1638 18.0899L13.7673 18.4961C16.7521 20.4342 19.2231 21.0009 20.112 20.1123C20.898 19.3263 20.5319 17.2678 19.0739 14.7178L20.0818 13.7041C21.8876 16.7219 22.6019 19.5895 21.0964 21.1016C20.5325 21.6655 19.7702 21.9179 18.8884 21.918C17.094 21.918 14.7718 20.8741 12.4665 19.2852L12.0056 18.96L11.573 19.2686C11.1394 19.5697 10.7041 19.85 10.2722 20.1065C8.4002 21.2225 6.58773 21.918 5.12374 21.918C4.24186 21.918 3.48568 21.6657 2.91574 21.0957C1.23992 19.4194 2.31074 16.0557 4.57687 12.6856L5.04562 12.0118C2.46583 8.42392 1.12792 4.70988 2.91574 2.92191C4.70367 1.13397 8.4117 2.47197 12.0056 5.05179ZM5.52218 13.7735C3.58396 16.7584 3.01698 19.2292 3.90011 20.1123C4.78342 20.9952 7.25941 20.4284 10.2448 18.4903L10.8484 18.084C9.94835 17.37 9.07172 16.5838 8.24972 15.7618C7.42787 14.9399 6.64831 14.0638 5.92843 13.17L5.52218 13.7735ZM12.0056 10.7578C12.6955 10.7578 13.2603 11.3159 13.2605 12.0118C13.2605 12.7018 12.6956 13.2657 12.0056 13.2657C11.3158 13.2654 10.7517 12.7016 10.7517 12.0118C10.7518 11.322 11.3159 10.7581 12.0056 10.7578ZM5.13644 3.49808C4.59644 3.49808 4.17611 3.63628 3.90011 3.90628C2.95824 4.85436 3.66651 7.60179 5.92843 10.8477C6.64832 9.95386 7.42788 9.07774 8.24972 8.25589C8.86637 7.63925 9.51367 7.04299 10.1784 6.47953L10.8484 5.92777C8.5326 4.31994 6.47445 3.49826 5.13644 3.49808Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function c(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const n=c(o),a=e=>n.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.createElement("g",{id:"Icon/medical/ruler"},n.createElement("path",{id:"straighten",d:"M6.50002 3.48183C6.50002 2.92242 6.67502 2.44893 7.02502 2.06135C7.37502 1.67377 7.8026 1.47998 8.30777 1.47998L15.6923 1.47998C16.1974 1.47998 16.625 1.67377 16.975 2.06135C17.325 2.44893 17.5 2.92242 17.5 3.48183V20.5182C17.5 21.0776 17.325 21.5511 16.975 21.9387C16.625 22.3262 16.1974 22.52 15.6923 22.52H8.30777C7.8026 22.52 7.37502 22.3262 7.02502 21.9387C6.67502 21.5511 6.50002 21.0776 6.50002 20.5182L6.50002 3.48183ZM8.00002 3.48183L8.00002 20.5182C8.00002 20.6034 8.0321 20.6815 8.09627 20.7524C8.16027 20.8234 8.23077 20.859 8.30777 20.859H15.6923C15.7693 20.859 15.8398 20.8234 15.9038 20.7524C15.9679 20.6815 16 20.6034 16 20.5182V17.26H12.3848V15.599H16V12.8305H12.3848V11.1695H16V8.40105H12.3848V6.73999H16V3.48183C16 3.39656 15.9679 3.31849 15.9038 3.24762C15.8398 3.17656 15.7693 3.14104 15.6923 3.14104L8.30777 3.14104C8.23077 3.14104 8.16027 3.17656 8.09627 3.24762C8.0321 3.31849 8.00002 3.39656 8.00002 3.48183Z",fill:"currentColor"})));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const C = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { id: "Icon/medical/ruler" }, /* @__PURE__ */ e.createElement("path", { id: "straighten", d: "M6.50002 3.48183C6.50002 2.92242 6.67502 2.44893 7.02502 2.06135C7.37502 1.67377 7.8026 1.47998 8.30777 1.47998L15.6923 1.47998C16.1974 1.47998 16.625 1.67377 16.975 2.06135C17.325 2.44893 17.5 2.92242 17.5 3.48183V20.5182C17.5 21.0776 17.325 21.5511 16.975 21.9387C16.625 22.3262 16.1974 22.52 15.6923 22.52H8.30777C7.8026 22.52 7.37502 22.3262 7.02502 21.9387C6.67502 21.5511 6.50002 21.0776 6.50002 20.5182L6.50002 3.48183ZM8.00002 3.48183L8.00002 20.5182C8.00002 20.6034 8.0321 20.6815 8.09627 20.7524C8.16027 20.8234 8.23077 20.859 8.30777 20.859H15.6923C15.7693 20.859 15.8398 20.8234 15.9038 20.7524C15.9679 20.6815 16 20.6034 16 20.5182V17.26H12.3848V15.599H16V12.8305H12.3848V11.1695H16V8.40105H12.3848V6.73999H16V3.48183C16 3.39656 15.9679 3.31849 15.9038 3.24762C15.8398 3.17656 15.7693 3.14104 15.6923 3.14104L8.30777 3.14104C8.23077 3.14104 8.16027 3.17656 8.09627 3.24762C8.0321 3.31849 8.00002 3.39656 8.00002 3.48183Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
C as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function c(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=c(o),l=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("g",{id:"Icon/medical/scale"},r.createElement("path",{id:"monitor_weight",d:"M12 11.8077C12.782 11.8077 13.4454 11.5352 13.9902 10.9902C14.5352 10.4454 14.8077 9.782 14.8077 9C14.8077 8.218 14.5352 7.55458 13.9902 7.00975C13.4454 6.46475 12.782 6.19225 12 6.19225C11.218 6.19225 10.5546 6.46475 10.0098 7.00975C9.46475 7.55458 9.19225 8.218 9.19225 9C9.19225 9.782 9.46475 10.4454 10.0098 10.9902C10.5546 11.5352 11.218 11.8077 12 11.8077ZM10.5 9.5C10.3667 9.5 10.25 9.45 10.15 9.35C10.05 9.25 10 9.13333 10 9C10 8.86667 10.05 8.75 10.15 8.65C10.25 8.55 10.3667 8.5 10.5 8.5C10.6333 8.5 10.75 8.55 10.85 8.65C10.95 8.75 11 8.86667 11 9C11 9.13333 10.95 9.25 10.85 9.35C10.75 9.45 10.6333 9.5 10.5 9.5ZM12 9.5C11.8667 9.5 11.75 9.45 11.65 9.35C11.55 9.25 11.5 9.13333 11.5 9C11.5 8.86667 11.55 8.75 11.65 8.65C11.75 8.55 11.8667 8.5 12 8.5C12.1333 8.5 12.25 8.55 12.35 8.65C12.45 8.75 12.5 8.86667 12.5 9C12.5 9.13333 12.45 9.25 12.35 9.35C12.25 9.45 12.1333 9.5 12 9.5ZM13.5 9.5C13.3667 9.5 13.25 9.45 13.15 9.35C13.05 9.25 13 9.13333 13 9C13 8.86667 13.05 8.75 13.15 8.65C13.25 8.55 13.3667 8.5 13.5 8.5C13.6333 8.5 13.75 8.55 13.85 8.65C13.95 8.75 14 8.86667 14 9C14 9.13333 13.95 9.25 13.85 9.35C13.75 9.45 13.6333 9.5 13.5 9.5ZM5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.30775ZM5.30775 19H18.6923C18.7692 19 18.8398 18.9679 18.9038 18.9038C18.9679 18.8398 19 18.7692 19 18.6923V5.30775C19 5.23075 18.9679 5.16025 18.9038 5.09625C18.8398 5.03208 18.7692 5 18.6923 5H5.30775C5.23075 5 5.16025 5.03208 5.09625 5.09625C5.03208 5.16025 5 5.23075 5 5.30775V18.6923C5 18.7692 5.03208 18.8398 5.09625 18.9038C5.16025 18.9679 5.23075 19 5.30775 19Z",fill:"currentColor"})));exports.default=l;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("g", { id: "Icon/medical/scale" }, /* @__PURE__ */ C.createElement("path", { id: "monitor_weight", d: "M12 11.8077C12.782 11.8077 13.4454 11.5352 13.9902 10.9902C14.5352 10.4454 14.8077 9.782 14.8077 9C14.8077 8.218 14.5352 7.55458 13.9902 7.00975C13.4454 6.46475 12.782 6.19225 12 6.19225C11.218 6.19225 10.5546 6.46475 10.0098 7.00975C9.46475 7.55458 9.19225 8.218 9.19225 9C9.19225 9.782 9.46475 10.4454 10.0098 10.9902C10.5546 11.5352 11.218 11.8077 12 11.8077ZM10.5 9.5C10.3667 9.5 10.25 9.45 10.15 9.35C10.05 9.25 10 9.13333 10 9C10 8.86667 10.05 8.75 10.15 8.65C10.25 8.55 10.3667 8.5 10.5 8.5C10.6333 8.5 10.75 8.55 10.85 8.65C10.95 8.75 11 8.86667 11 9C11 9.13333 10.95 9.25 10.85 9.35C10.75 9.45 10.6333 9.5 10.5 9.5ZM12 9.5C11.8667 9.5 11.75 9.45 11.65 9.35C11.55 9.25 11.5 9.13333 11.5 9C11.5 8.86667 11.55 8.75 11.65 8.65C11.75 8.55 11.8667 8.5 12 8.5C12.1333 8.5 12.25 8.55 12.35 8.65C12.45 8.75 12.5 8.86667 12.5 9C12.5 9.13333 12.45 9.25 12.35 9.35C12.25 9.45 12.1333 9.5 12 9.5ZM13.5 9.5C13.3667 9.5 13.25 9.45 13.15 9.35C13.05 9.25 13 9.13333 13 9C13 8.86667 13.05 8.75 13.15 8.65C13.25 8.55 13.3667 8.5 13.5 8.5C13.6333 8.5 13.75 8.55 13.85 8.65C13.95 8.75 14 8.86667 14 9C14 9.13333 13.95 9.25 13.85 9.35C13.75 9.45 13.6333 9.5 13.5 9.5ZM5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.30775ZM5.30775 19H18.6923C18.7692 19 18.8398 18.9679 18.9038 18.9038C18.9679 18.8398 19 18.7692 19 18.6923V5.30775C19 5.23075 18.9679 5.16025 18.9038 5.09625C18.8398 5.03208 18.7692 5 18.6923 5H5.30775C5.23075 5 5.16025 5.03208 5.09625 5.09625C5.03208 5.16025 5 5.23075 5 5.30775V18.6923C5 18.7692 5.03208 18.8398 5.09625 18.9038C5.16025 18.9679 5.23075 19 5.30775 19Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function l(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const c=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,c.get?c:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const r=l(n),a=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("g",{id:"Icon/social/facebook"},r.createElement("path",{id:"Vector",d:"M22 12.0572C22 6.5005 17.5199 2 11.9967 2C6.47342 2 2 6.5005 2 12.0572C2 17.0757 5.65764 21.2398 10.4386 21.9933V14.9701H7.89769V12.0639H10.4386V9.85066C10.4386 7.32795 11.9298 5.93542 14.2167 5.93542C15.3133 5.93542 16.4567 6.13051 16.4567 6.13051V8.60612H15.1929C13.9492 8.60612 13.5614 9.37975 13.5614 10.1803V12.0639H16.3363L15.895 14.9701H13.568V22C18.3424 21.2398 22 17.0824 22 12.0572Z",fill:"currentColor"})));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const o = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { id: "Icon/social/facebook" }, /* @__PURE__ */ e.createElement("path", { id: "Vector", d: "M22 12.0572C22 6.5005 17.5199 2 11.9967 2C6.47342 2 2 6.5005 2 12.0572C2 17.0757 5.65764 21.2398 10.4386 21.9933V14.9701H7.89769V12.0639H10.4386V9.85066C10.4386 7.32795 11.9298 5.93542 14.2167 5.93542C15.3133 5.93542 16.4567 6.13051 16.4567 6.13051V8.60612H15.1929C13.9492 8.60612 13.5614 9.37975 13.5614 10.1803V12.0639H16.3363L15.895 14.9701H13.568V22C18.3424 21.2398 22 17.0824 22 12.0572Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
o as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function a(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const l=a(o),c=e=>l.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},l.createElement("g",{id:"Filled=On"},l.createElement("path",{id:"favorite",d:"M12 20.3268L10.8963 19.3345C9.23858 17.8307 7.86775 16.5384 6.78375 15.4578C5.69975 14.3769 4.84075 13.415 4.20675 12.572C3.57275 11.7292 3.12983 10.9603 2.878 10.2653C2.626 9.57044 2.5 8.86536 2.5 8.15002C2.5 6.73086 2.9785 5.54269 3.9355 4.58552C4.89267 3.62852 6.08083 3.15002 7.5 3.15002C8.373 3.15002 9.198 3.35419 9.975 3.76252C10.752 4.17086 11.427 4.75644 12 5.51927C12.573 4.75644 13.248 4.17086 14.025 3.76252C14.802 3.35419 15.627 3.15002 16.5 3.15002C17.9192 3.15002 19.1073 3.62852 20.0645 4.58552C21.0215 5.54269 21.5 6.73086 21.5 8.15002C21.5 8.86536 21.374 9.57044 21.122 10.2653C20.8702 10.9603 20.4272 11.7292 19.7932 12.572C19.1592 13.415 18.3018 14.3769 17.221 15.4578C16.1403 16.5384 14.7679 17.8307 13.1038 19.3345L12 20.3268Z",fill:"currentColor"})));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const C = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { id: "Filled=On" }, /* @__PURE__ */ e.createElement("path", { id: "favorite", d: "M12 20.3268L10.8963 19.3345C9.23858 17.8307 7.86775 16.5384 6.78375 15.4578C5.69975 14.3769 4.84075 13.415 4.20675 12.572C3.57275 11.7292 3.12983 10.9603 2.878 10.2653C2.626 9.57044 2.5 8.86536 2.5 8.15002C2.5 6.73086 2.9785 5.54269 3.9355 4.58552C4.89267 3.62852 6.08083 3.15002 7.5 3.15002C8.373 3.15002 9.198 3.35419 9.975 3.76252C10.752 4.17086 11.427 4.75644 12 5.51927C12.573 4.75644 13.248 4.17086 14.025 3.76252C14.802 3.35419 15.627 3.15002 16.5 3.15002C17.9192 3.15002 19.1073 3.62852 20.0645 4.58552C21.0215 5.54269 21.5 6.73086 21.5 8.15002C21.5 8.86536 21.374 9.57044 21.122 10.2653C20.8702 10.9603 20.4272 11.7292 19.7932 12.572C19.1592 13.415 18.3018 14.3769 17.221 15.4578C16.1403 16.5384 14.7679 17.8307 13.1038 19.3345L12 20.3268Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
C as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react");function o(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=o(l),c=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("g",{id:"Filled=Off"},r.createElement("path",{id:"Vector",d:"M21.4814 8.26323C21.4814 8.97782 21.3474 9.69737 21.0893 10.3971C20.8214 11.1117 20.3549 11.9106 19.7048 12.784C19.0498 13.6524 18.1813 14.64 17.0499 15.7913C15.9433 16.9128 14.5191 18.2675 12.8169 19.8257L11.9882 20.58L11.1644 19.8257C10.2116 18.9573 9.40773 18.203 8.70306 17.5281L8.6584 17.4835L9.52683 16.62L9.57149 16.6597C10.4052 17.4537 11.1942 18.1931 11.9882 18.9226C13.6506 17.3991 14.9657 16.1436 16.0177 15.0767C17.0648 14.0246 17.9183 13.0718 18.5535 12.253C19.1788 11.4442 19.6205 10.7246 19.8586 10.1093C20.1117 9.47406 20.2308 8.86864 20.2308 8.26323C20.2308 7.22111 19.8884 6.35268 19.2135 5.67779C18.5436 4.99793 17.6801 4.65552 16.643 4.65552C15.8143 4.65552 15.0401 4.90365 14.3454 5.39989C13.6457 5.9011 13.0254 6.64547 12.5093 7.61811L12.4944 7.65284H11.4771L11.4572 7.61811C10.9362 6.65043 10.3208 5.90606 9.62608 5.40485C8.93133 4.90861 8.16215 4.65552 7.33839 4.65552C6.31116 4.65552 5.4477 4.99793 4.76784 5.67779C4.09295 6.35268 3.75054 7.22607 3.75054 8.27315C3.75054 8.87361 3.8746 9.49391 4.12272 10.1192C4.37084 10.7445 4.80754 11.469 5.42785 12.2729C5.79507 12.7642 6.25657 13.3051 6.79748 13.8807L6.83718 13.9254L5.97868 14.7888L5.93402 14.7442C5.31371 14.0743 4.75295 13.4142 4.27656 12.784C3.62648 11.9106 3.16001 11.1117 2.89203 10.3971C2.62902 9.68745 2.5 8.96789 2.5 8.26323C2.5 6.89359 2.96647 5.72741 3.89445 4.79944C4.82243 3.87146 5.98364 3.40002 7.34335 3.40002C8.27629 3.40002 9.14968 3.64318 9.94367 4.10965C10.7178 4.5662 11.4026 5.23117 11.9882 6.08471C12.6532 5.19147 13.3678 4.51658 14.1171 4.07988C14.8863 3.6283 15.7349 3.40002 16.638 3.40002C17.9977 3.40002 19.1589 3.87146 20.0869 4.79944C21.0099 5.72245 21.4814 6.88863 21.4814 8.26323Z",fill:"currentColor"})));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("g", { id: "Filled=Off" }, /* @__PURE__ */ C.createElement("path", { id: "Vector", d: "M21.4814 8.26323C21.4814 8.97782 21.3474 9.69737 21.0893 10.3971C20.8214 11.1117 20.3549 11.9106 19.7048 12.784C19.0498 13.6524 18.1813 14.64 17.0499 15.7913C15.9433 16.9128 14.5191 18.2675 12.8169 19.8257L11.9882 20.58L11.1644 19.8257C10.2116 18.9573 9.40773 18.203 8.70306 17.5281L8.6584 17.4835L9.52683 16.62L9.57149 16.6597C10.4052 17.4537 11.1942 18.1931 11.9882 18.9226C13.6506 17.3991 14.9657 16.1436 16.0177 15.0767C17.0648 14.0246 17.9183 13.0718 18.5535 12.253C19.1788 11.4442 19.6205 10.7246 19.8586 10.1093C20.1117 9.47406 20.2308 8.86864 20.2308 8.26323C20.2308 7.22111 19.8884 6.35268 19.2135 5.67779C18.5436 4.99793 17.6801 4.65552 16.643 4.65552C15.8143 4.65552 15.0401 4.90365 14.3454 5.39989C13.6457 5.9011 13.0254 6.64547 12.5093 7.61811L12.4944 7.65284H11.4771L11.4572 7.61811C10.9362 6.65043 10.3208 5.90606 9.62608 5.40485C8.93133 4.90861 8.16215 4.65552 7.33839 4.65552C6.31116 4.65552 5.4477 4.99793 4.76784 5.67779C4.09295 6.35268 3.75054 7.22607 3.75054 8.27315C3.75054 8.87361 3.8746 9.49391 4.12272 10.1192C4.37084 10.7445 4.80754 11.469 5.42785 12.2729C5.79507 12.7642 6.25657 13.3051 6.79748 13.8807L6.83718 13.9254L5.97868 14.7888L5.93402 14.7442C5.31371 14.0743 4.75295 13.4142 4.27656 12.784C3.62648 11.9106 3.16001 11.1117 2.89203 10.3971C2.62902 9.68745 2.5 8.96789 2.5 8.26323C2.5 6.89359 2.96647 5.72741 3.89445 4.79944C4.82243 3.87146 5.98364 3.40002 7.34335 3.40002C8.27629 3.40002 9.14968 3.64318 9.94367 4.10965C10.7178 4.5662 11.4026 5.23117 11.9882 6.08471C12.6532 5.19147 13.3678 4.51658 14.1171 4.07988C14.8863 3.6283 15.7349 3.40002 16.638 3.40002C17.9977 3.40002 19.1589 3.87146 20.0869 4.79944C21.0099 5.72245 21.4814 6.88863 21.4814 8.26323Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function a(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const C in e)if(C!=="default"){const r=Object.getOwnPropertyDescriptor(e,C);Object.defineProperty(t,C,r.get?r:{enumerable:!0,get:()=>e[C]})}}return t.default=e,Object.freeze(t)}const n=a(o),c=e=>n.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.createElement("g",{id:"Icon/social/instagram"},n.createElement("path",{id:"Union",d:"M12 2C14.7158 2 15.0564 2.01188 16.123 2.06055C17.1874 2.1091 17.9147 2.27818 18.5508 2.52539C19.2082 2.78089 19.7655 3.12292 20.3213 3.67871C20.8771 4.23455 21.2191 4.79187 21.4746 5.44922C21.7218 6.08532 21.8909 6.81257 21.9395 7.87695C21.9881 8.94356 22 9.28418 22 12C22 14.7158 21.9881 15.0564 21.9395 16.123C21.8909 17.1874 21.7218 17.9147 21.4746 18.5508C21.2191 19.2082 20.8771 19.7655 20.3213 20.3213C19.7655 20.8771 19.2082 21.219 18.5508 21.4746C17.9147 21.7218 17.1874 21.8909 16.123 21.9395C15.0564 21.9881 14.7158 22 12 22C9.28418 22 8.94352 21.9881 7.87695 21.9395C6.81257 21.8909 6.08532 21.7218 5.44922 21.4746C4.79188 21.219 4.23451 20.8771 3.67871 20.3213C3.12288 19.7655 2.78093 19.2081 2.52539 18.5508C2.27818 17.9147 2.10914 17.1874 2.06055 16.123C2.01188 15.0564 2 14.7158 2 12C2 9.28414 2.01188 8.94356 2.06055 7.87695C2.10914 6.81257 2.27818 6.08532 2.52539 5.44922C2.78093 4.79187 3.12287 4.23455 3.67871 3.67871C4.23452 3.12291 4.79186 2.78089 5.44922 2.52539C6.08532 2.27818 6.81257 2.1091 7.87695 2.06055C8.94352 2.01188 9.28418 2 12 2ZM11.999 3.79688C9.32889 3.79688 9.01251 3.80736 7.95801 3.85547C6.98347 3.89996 6.45393 4.06231 6.10156 4.19922C5.63484 4.38062 5.30108 4.59733 4.95117 4.94727C4.60126 5.29718 4.38453 5.63088 4.20312 6.09766C4.06625 6.45001 3.90387 6.97951 3.85938 7.9541C3.81126 9.00856 3.80078 9.32503 3.80078 11.9951C3.80078 14.6652 3.81126 14.9817 3.85938 16.0361C3.90388 17.0107 4.06625 17.5402 4.20312 17.8926C4.38453 18.3593 4.60126 18.6931 4.95117 19.043C5.30106 19.3929 5.63485 19.6096 6.10156 19.791C6.45392 19.9279 6.98348 20.0903 7.95801 20.1348C9.01231 20.1829 9.3287 20.1934 11.999 20.1934C14.6693 20.1934 14.9857 20.1829 16.04 20.1348C17.0146 20.0903 17.5441 19.9279 17.8965 19.791C18.3633 19.6096 18.697 19.3929 19.0469 19.043C19.3968 18.6931 19.6135 18.3593 19.7949 17.8926C19.9318 17.5402 20.0942 17.0107 20.1387 16.0361C20.1867 14.9817 20.1973 14.6652 20.1973 11.9951C20.1973 9.32503 20.1867 9.00856 20.1387 7.9541C20.0942 6.97954 19.9318 6.45001 19.7949 6.09766C19.6135 5.63091 19.3968 5.2972 19.0469 4.94727C18.697 4.59735 18.3633 4.38063 17.8965 4.19922C17.5441 4.0623 17.0146 3.89997 16.04 3.85547C14.9856 3.80736 14.6691 3.79688 11.999 3.79688ZM12.002 6.86719C14.8379 6.86719 17.1375 9.16606 17.1377 12.002C17.1377 14.838 14.838 17.1377 12.002 17.1377C9.16608 17.1375 6.86719 14.8379 6.86719 12.002C6.86737 9.16619 9.16619 6.8674 12.002 6.86719ZM12.001 8.67188C10.1603 8.67206 8.66813 10.1642 8.66797 12.0049C8.66797 13.8457 10.1602 15.3387 12.001 15.3389C13.8419 15.3389 15.335 13.8458 15.335 12.0049C15.3348 10.1641 13.8418 8.67188 12.001 8.67188ZM17.5195 5.5625C18.2337 5.5625 18.8133 6.14133 18.8135 6.85547C18.8135 7.56978 18.2338 8.14941 17.5195 8.14941C16.8054 8.1492 16.2266 7.56965 16.2266 6.85547C16.2268 6.14146 16.8055 5.56271 17.5195 5.5625Z",fill:"currentColor"})));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("g", { id: "Icon/social/instagram" }, /* @__PURE__ */ C.createElement("path", { id: "Union", d: "M12 2C14.7158 2 15.0564 2.01188 16.123 2.06055C17.1874 2.1091 17.9147 2.27818 18.5508 2.52539C19.2082 2.78089 19.7655 3.12292 20.3213 3.67871C20.8771 4.23455 21.2191 4.79187 21.4746 5.44922C21.7218 6.08532 21.8909 6.81257 21.9395 7.87695C21.9881 8.94356 22 9.28418 22 12C22 14.7158 21.9881 15.0564 21.9395 16.123C21.8909 17.1874 21.7218 17.9147 21.4746 18.5508C21.2191 19.2082 20.8771 19.7655 20.3213 20.3213C19.7655 20.8771 19.2082 21.219 18.5508 21.4746C17.9147 21.7218 17.1874 21.8909 16.123 21.9395C15.0564 21.9881 14.7158 22 12 22C9.28418 22 8.94352 21.9881 7.87695 21.9395C6.81257 21.8909 6.08532 21.7218 5.44922 21.4746C4.79188 21.219 4.23451 20.8771 3.67871 20.3213C3.12288 19.7655 2.78093 19.2081 2.52539 18.5508C2.27818 17.9147 2.10914 17.1874 2.06055 16.123C2.01188 15.0564 2 14.7158 2 12C2 9.28414 2.01188 8.94356 2.06055 7.87695C2.10914 6.81257 2.27818 6.08532 2.52539 5.44922C2.78093 4.79187 3.12287 4.23455 3.67871 3.67871C4.23452 3.12291 4.79186 2.78089 5.44922 2.52539C6.08532 2.27818 6.81257 2.1091 7.87695 2.06055C8.94352 2.01188 9.28418 2 12 2ZM11.999 3.79688C9.32889 3.79688 9.01251 3.80736 7.95801 3.85547C6.98347 3.89996 6.45393 4.06231 6.10156 4.19922C5.63484 4.38062 5.30108 4.59733 4.95117 4.94727C4.60126 5.29718 4.38453 5.63088 4.20312 6.09766C4.06625 6.45001 3.90387 6.97951 3.85938 7.9541C3.81126 9.00856 3.80078 9.32503 3.80078 11.9951C3.80078 14.6652 3.81126 14.9817 3.85938 16.0361C3.90388 17.0107 4.06625 17.5402 4.20312 17.8926C4.38453 18.3593 4.60126 18.6931 4.95117 19.043C5.30106 19.3929 5.63485 19.6096 6.10156 19.791C6.45392 19.9279 6.98348 20.0903 7.95801 20.1348C9.01231 20.1829 9.3287 20.1934 11.999 20.1934C14.6693 20.1934 14.9857 20.1829 16.04 20.1348C17.0146 20.0903 17.5441 19.9279 17.8965 19.791C18.3633 19.6096 18.697 19.3929 19.0469 19.043C19.3968 18.6931 19.6135 18.3593 19.7949 17.8926C19.9318 17.5402 20.0942 17.0107 20.1387 16.0361C20.1867 14.9817 20.1973 14.6652 20.1973 11.9951C20.1973 9.32503 20.1867 9.00856 20.1387 7.9541C20.0942 6.97954 19.9318 6.45001 19.7949 6.09766C19.6135 5.63091 19.3968 5.2972 19.0469 4.94727C18.697 4.59735 18.3633 4.38063 17.8965 4.19922C17.5441 4.0623 17.0146 3.89997 16.04 3.85547C14.9856 3.80736 14.6691 3.79688 11.999 3.79688ZM12.002 6.86719C14.8379 6.86719 17.1375 9.16606 17.1377 12.002C17.1377 14.838 14.838 17.1377 12.002 17.1377C9.16608 17.1375 6.86719 14.8379 6.86719 12.002C6.86737 9.16619 9.16619 6.8674 12.002 6.86719ZM12.001 8.67188C10.1603 8.67206 8.66813 10.1642 8.66797 12.0049C8.66797 13.8457 10.1602 15.3387 12.001 15.3389C13.8419 15.3389 15.335 13.8458 15.335 12.0049C15.3348 10.1641 13.8418 8.67188 12.001 8.67188ZM17.5195 5.5625C18.2337 5.5625 18.8133 6.14133 18.8135 6.85547C18.8135 7.56978 18.2338 8.14941 17.5195 8.14941C16.8054 8.1492 16.2266 7.56965 16.2266 6.85547C16.2268 6.14146 16.8055 5.56271 17.5195 5.5625Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function a(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const l=a(o),c=e=>l.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},l.createElement("g",{id:"Style=Full"},l.createElement("path",{id:"star",d:"M5.81965 21.5L7.45143 14.4737L2 9.7495L9.19255 9.12537L11.9983 2.5L14.804 9.12537L21.9966 9.7495L16.5451 14.4737L18.1769 21.5L11.9983 17.7723L5.81965 21.5Z",fill:"currentColor"})));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { id: "Style=Full" }, /* @__PURE__ */ e.createElement("path", { id: "star", d: "M5.81965 21.5L7.45143 14.4737L2 9.7495L9.19255 9.12537L11.9983 2.5L14.804 9.12537L21.9966 9.7495L16.5451 14.4737L18.1769 21.5L11.9983 17.7723L5.81965 21.5Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("react");function c(e){const l=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(l,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return l.default=e,Object.freeze(l)}const r=c(a),o=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M5.81965 21.5L7.45143 14.4737L2 9.7495L9.19255 9.12537L11.9983 2.5L14.804 9.12537L21.9966 9.7495L16.5451 14.4737L18.1769 21.5L11.9983 17.7723L5.81965 21.5Z",fill:"black",fillOpacity:.1}),r.createElement("path",{d:"M11.9983 17.7723V2.5L9.19255 9.12537L2 9.7495L7.45143 14.4737L5.81965 21.5L11.9983 17.7723Z",fill:"currentColor"}));exports.default=o;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const l = (e) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { d: "M5.81965 21.5L7.45143 14.4737L2 9.7495L9.19255 9.12537L11.9983 2.5L14.804 9.12537L21.9966 9.7495L16.5451 14.4737L18.1769 21.5L11.9983 17.7723L5.81965 21.5Z", fill: "black", fillOpacity: 0.1 }), /* @__PURE__ */ t.createElement("path", { d: "M11.9983 17.7723V2.5L9.19255 9.12537L2 9.7495L7.45143 14.4737L5.81965 21.5L11.9983 17.7723Z", fill: "currentColor" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function a(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const l=a(o),c=e=>l.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},l.createElement("g",{id:"Style=Outline"},l.createElement("path",{id:"star",d:"M5.81965 21.5L7.45143 14.4737L2 9.7495L9.19255 9.12537L11.9983 2.5L14.804 9.12537L21.9966 9.7495L16.5451 14.4737L18.1769 21.5L11.9983 17.7723L5.81965 21.5Z",fill:"currentColor",fillOpacity:.1})));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const l = (e) => /* @__PURE__ */ t.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("g", { id: "Style=Outline" }, /* @__PURE__ */ t.createElement("path", { id: "star", d: "M5.81965 21.5L7.45143 14.4737L2 9.7495L9.19255 9.12537L11.9983 2.5L14.804 9.12537L21.9966 9.7495L16.5451 14.4737L18.1769 21.5L11.9983 17.7723L5.81965 21.5Z", fill: "currentColor", fillOpacity: 0.1 })));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function a(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const l=a(o),c=e=>l.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},l.createElement("path",{id:"star",d:"M3.81965 19.5L5.45143 12.4737L0 7.7495L7.19255 7.12537L9.99828 0.5L12.804 7.12537L19.9966 7.7495L14.5451 12.4737L16.1769 19.5L9.99828 15.7723L3.81965 19.5Z",fill:"currentColor",fillOpacity:.1}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const l = (e) => /* @__PURE__ */ t.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { id: "star", d: "M3.81965 19.5L5.45143 12.4737L0 7.7495L7.19255 7.12537L9.99828 0.5L12.804 7.12537L19.9966 7.7495L14.5451 12.4737L16.1769 19.5L9.99828 15.7723L3.81965 19.5Z", fill: "currentColor", fillOpacity: 0.1 }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("react");function l(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const n=l(c),a=e=>n.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.createElement("g",{id:"Icon/social/X"},n.createElement("path",{id:"Vector",d:"M17.7263 3H20.7798L14.1088 10.6246L21.9568 21H15.8118L10.9989 14.7074L5.49184 21H2.43646L9.57184 12.8446L2.04323 3H8.34415L12.6946 8.75169L17.7263 3ZM16.6546 19.1723H18.3466L7.42477 4.73169H5.60907L16.6546 19.1723Z",fill:"currentColor"})));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const o = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { id: "Icon/social/X" }, /* @__PURE__ */ e.createElement("path", { id: "Vector", d: "M17.7263 3H20.7798L14.1088 10.6246L21.9568 21H15.8118L10.9989 14.7074L5.49184 21H2.43646L9.57184 12.8446L2.04323 3H8.34415L12.6946 8.75169L17.7263 3ZM16.6546 19.1723H18.3466L7.42477 4.73169H5.60907L16.6546 19.1723Z", fill: "currentColor" })));
|
|
3
|
+
export {
|
|
4
|
+
o as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */const e=require("./styles/typography.module.css.cjs.js");exports.typography=e.default;
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './styles';
|
package/dist/index.es.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { Swiper as SwiperType } from 'swiper';
|
|
3
|
+
|
|
4
|
+
export type UseSwiperReturnProps = {
|
|
5
|
+
swiper: SwiperType | null;
|
|
6
|
+
setSwiper: React.Dispatch<React.SetStateAction<SwiperType | null>>;
|
|
7
|
+
activeIndex: number;
|
|
8
|
+
setActiveIndex: React.Dispatch<React.SetStateAction<number>>;
|
|
9
|
+
isEnd: boolean;
|
|
10
|
+
isBeginning: boolean;
|
|
11
|
+
setIsBeginning: React.Dispatch<React.SetStateAction<boolean>>;
|
|
12
|
+
setIsEnd: React.Dispatch<React.SetStateAction<boolean>>;
|
|
13
|
+
handleReachEnd: () => void;
|
|
14
|
+
handleReachBeginning: () => void;
|
|
15
|
+
hideNav: boolean;
|
|
16
|
+
handleSlideChange: (swiperInstance: SwiperType) => void;
|
|
17
|
+
handlePrevClick: () => void;
|
|
18
|
+
handleNextClick: () => void;
|
|
19
|
+
handleSlideTo: (index: number) => void;
|
|
20
|
+
onSwiperInit: (swiper: SwiperType) => void;
|
|
21
|
+
handleSwiperResize: (swiper: SwiperType) => void;
|
|
22
|
+
};
|
|
23
|
+
export declare const useSwiper: () => UseSwiperReturnProps;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),W=require("../../node_modules/@gsap/react/src/index.cjs.js"),e=require("../../node_modules/gsap/index.cjs.js"),P=require("../../node_modules/gsap/ScrollTrigger.cjs.js"),d=require("react"),N=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),z=require("../../components/Typography/Typography.cjs.js"),q=require("../../utils/cn/cn.cjs.js"),G=require("../../utils/debounce.cjs.js"),U=require("../CallToAction/CallToAction.cjs.js"),r=require("./allInOne.module.css.cjs.js");e.gsap.registerPlugin(P.ScrollTrigger);const Y=["health","energy","strength","smiles","balance","sleep","miles","love","fun","years"],{subtitle:F,titleTop:J,scrollableLabels:M,titleBottom:X,description:D,hsaText:K,buttonText:Q,buttonLink:Z,backgroundImage:ee}={subtitle:t.jsx("p",{children:"YOUR LONGEVITY JOURNEY"}),titleTop:t.jsx("p",{children:"Get more"}),scrollableLabels:Y,titleBottom:t.jsx("p",{children:"out of life"}),description:"It's time to shift our thinking from healthcare and lifespan to something deeper. Healthspan.",hsaText:"Healthspan is HSA/FSA Eligible",buttonText:"JOIN NOW",buttonLink:"#",backgroundImage:"https://methodical-vitality-96814f361f.media.strapiapp.com/aio_step_9_67b550bfe1.jpg"},te=({title1:I,title2:O,description:L,scrollLabels:T,images:w})=>{const[_,B]=d.useState(!1),C=932,h=d.useRef(null),l=d.useRef(null),p=d.useRef(null),u=d.useRef(null),g=d.useRef(null),o=d.useRef(null),H=d.useCallback(()=>{if(!l.current||!h.current||!p.current||!u.current||!g.current||!o.current)return;const s=h.current,n=l.current,a=p.current,c=u.current,m=g.current,b=o.current,R=m.querySelectorAll("p");if(R.length===0)return;R.forEach((f,i)=>{f.style.zIndex=String(R.length-i)});const y=n.querySelectorAll("img"),j=y.length;y.forEach((f,i)=>{f.style.zIndex=String(j-i)});const S=s.scrollHeight/j,E=.8;j>0&&y.forEach((f,i)=>{const v=i*S,k=(i+1)*S-E*S;e.gsap.fromTo([f,R[i]],{opacity:1},{opacity:0,scrollTrigger:{trigger:s,start:()=>`top+=${v} top`,end:()=>`top+=${k} top`,scrub:!0}})});const $=n.getBoundingClientRect(),A=a.getBoundingClientRect(),x=s.getBoundingClientRect();e.gsap.set(m,{y:`${$.bottom-x.top+20}px`}),window.innerWidth>C?(e.gsap.set(a,{x:`${$.left-A.width-50}px`}),e.gsap.set(c,{x:`${$.right+25}px`})):(e.gsap.set(a,{top:`${x.top-c.clientHeight-25}px`}),e.gsap.set(c,{top:`${x.top-25}px`}));const V=window.getComputedStyle(n).borderRadius;e.gsap.to(n,{scale:1,scrollTrigger:{trigger:s,start:"top top",end:"95% bottom",scrub:!0,onUpdate:f=>{if(!l.current||!o.current||!a||!c)return;const i=n.getBoundingClientRect();window.innerWidth>C?(e.gsap.set(a,{x:`${i.left-A.width-50}px`}),e.gsap.set(c,{x:`${i.right+25}px`})):(e.gsap.set(a,{y:`${i.top-x.top-25}px`}),e.gsap.set(c,{y:`${i.top-x.top-25}px`})),e.gsap.set(m,{y:`${i.bottom+20}px`});const v=o.current.getBoundingClientRect();i.bottom+60>=v.top?e.gsap.to(b,{opacity:0,duration:.3}):e.gsap.to(b,{opacity:1,duration:.3}),f.progress>=.99?(e.gsap.to(n,{borderRadius:0,duration:.3,ease:"power1.inOut"}),e.gsap.to(y,{opacity:0,duration:.3,ease:"power1.inOut"})):e.gsap.to(n,{borderRadius:V,duration:.3,ease:"power1.inOut"})}},onComplete:()=>{B(!0)}})},[l,p,u,g,o]);return W.useGSAP(()=>{if(!l.current||!h.current||!p.current||!u||!g.current||!o.current)return;const s=l.current,n=p.current,a=u.current,c=g.current,m=o.current;window.innerWidth<=C?e.gsap.set(s,{aspectRatio:`${window.innerWidth} / ${window.innerHeight}`,scale:.5}):e.gsap.set(s,{scale:.3,aspectRatio:`${window.innerWidth} / ${window.innerHeight}`}),H();const b=G.default(H,600);return window.addEventListener("resize",()=>{b()}),()=>{window.removeEventListener("resize",b),e.gsap.killTweensOf([s,c,n,a,m])}},{scope:h,dependencies:[h,l,p,u,g,H]}),t.jsx("div",{className:r.default.root,children:t.jsx("div",{ref:h,className:r.default.container,children:t.jsxs("div",{className:r.default.pillContainerWrapper,children:[t.jsxs("div",{ref:l,className:q.cn("pillContainer",r.default.pillContainer),children:[w==null?void 0:w.map((s,n)=>t.jsx("img",{src:s,alt:`Image ${n+1}`},n)),t.jsx("div",{className:r.default.callToActionContainer,children:_&&t.jsx(U.CallToAction,{subtitle:F,titleTop:J,scrollableLabels:M,titleBottom:X,description:D,hsaText:K,buttonText:Q,buttonLink:Z,backgroundImage:ee})})]}),t.jsx("div",{ref:p,className:r.default.fixedHeader,children:t.jsx(N.HighlightedTitle,{className:r.default.title1,as:"div",defaultVariant:"displayXs",title:I})}),t.jsx("div",{ref:u,className:r.default.fixedHeader,children:t.jsx(N.HighlightedTitle,{className:r.default.title2,as:"div",defaultVariant:"displayXs",title:O})}),t.jsx("div",{ref:g,className:q.cn("scrollableLabels",r.default.scrollableLabels),children:T==null?void 0:T.map((s,n)=>t.jsx(z.Typography,{as:"p",defaultVariant:"labelLg",mobileVariant:"labelSm",className:r.default.scrollLabel,children:s},n))}),t.jsx("div",{ref:o,className:q.cn("description",r.default.description),children:t.jsx(N.HighlightedTitle,{as:"p",defaultVariant:"preambleMd",mobileVariant:"preambleSm",title:L,className:r.default.descriptionText})})]})})})};exports.AllInOne=te;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
type AllInOneProps = {
|
|
4
|
+
title1?: ReactNode;
|
|
5
|
+
title2?: ReactNode;
|
|
6
|
+
description?: string;
|
|
7
|
+
scrollLabels?: readonly string[];
|
|
8
|
+
images?: readonly string[];
|
|
9
|
+
};
|
|
10
|
+
export declare const AllInOne: ({ title1, title2, description, scrollLabels, images }: AllInOneProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|