@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.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./update-swiper.cjs.js"),p=require("./swiper-core.cjs.js");function d(t,i){t===void 0&&(t={}),i===void 0&&(i=!0);const n={on:{}},f={},e={};o.e(n,p.d),n._emitClasses=!0,n.init=!1;const s={},l=o.p.map(a=>a.replace(/_/,"")),r=Object.assign({},t);return Object.keys(r).forEach(a=>{typeof t[a]>"u"||(l.indexOf(a)>=0?o.i(t[a])?(n[a]={},e[a]={},o.e(n[a],t[a]),o.e(e[a],t[a])):(n[a]=t[a],e[a]=t[a]):a.search(/on[A-Z]/)===0&&typeof t[a]=="function"?i?f[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:n.on[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:s[a]=t[a])}),["navigation","pagination","scrollbar"].forEach(a=>{n[a]===!0&&(n[a]={}),n[a]===!1&&delete n[a]}),{params:n,passedParams:e,rest:s,events:f}}function m(t,i){let{el:n,nextEl:f,prevEl:e,paginationEl:s,scrollbarEl:l,swiper:r}=t;o.n(i)&&f&&e&&(r.params.navigation.nextEl=f,r.originalParams.navigation.nextEl=f,r.params.navigation.prevEl=e,r.originalParams.navigation.prevEl=e),o.a(i)&&s&&(r.params.pagination.el=s,r.originalParams.pagination.el=s),o.b(i)&&l&&(r.params.scrollbar.el=l,r.originalParams.scrollbar.el=l),r.init(n)}function h(t,i,n,f,e){const s=[];if(!i)return s;const l=a=>{s.indexOf(a)<0&&s.push(a)};if(n&&f){const a=f.map(e),u=n.map(e);a.join("")!==u.join("")&&l("children"),f.length!==n.length&&l("children")}return o.p.filter(a=>a[0]==="_").map(a=>a.replace(/_/,"")).forEach(a=>{if(a in t&&a in i)if(o.i(t[a])&&o.i(i[a])){const u=Object.keys(t[a]),g=Object.keys(i[a]);u.length!==g.length?l(a):(u.forEach(c=>{t[a][c]!==i[a][c]&&l(a)}),g.forEach(c=>{t[a][c]!==i[a][c]&&l(a)}))}else t[a]!==i[a]&&l(a)}),s}const v=t=>{!t||t.destroyed||!t.params.virtual||t.params.virtual&&!t.params.virtual.enabled||(t.updateSlides(),t.updateProgress(),t.updateSlidesClasses(),t.emit("_virtualUpdated"),t.parallax&&t.params.parallax&&t.params.parallax.enabled&&t.parallax.setTranslate())};exports.a=h;exports.g=d;exports.m=m;exports.u=v;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { e as u, p, i as g, n as m, a as h, b as v } from "./update-swiper.es.js";
|
|
2
|
+
import { d as x } from "./swiper-core.es.js";
|
|
3
|
+
function _(n, i) {
|
|
4
|
+
n === void 0 && (n = {}), i === void 0 && (i = !0);
|
|
5
|
+
const t = {
|
|
6
|
+
on: {}
|
|
7
|
+
}, o = {}, r = {};
|
|
8
|
+
u(t, x), t._emitClasses = !0, t.init = !1;
|
|
9
|
+
const e = {}, s = p.map((a) => a.replace(/_/, "")), l = Object.assign({}, n);
|
|
10
|
+
return Object.keys(l).forEach((a) => {
|
|
11
|
+
typeof n[a] > "u" || (s.indexOf(a) >= 0 ? g(n[a]) ? (t[a] = {}, r[a] = {}, u(t[a], n[a]), u(r[a], n[a])) : (t[a] = n[a], r[a] = n[a]) : a.search(/on[A-Z]/) === 0 && typeof n[a] == "function" ? i ? o[`${a[2].toLowerCase()}${a.substr(3)}`] = n[a] : t.on[`${a[2].toLowerCase()}${a.substr(3)}`] = n[a] : e[a] = n[a]);
|
|
12
|
+
}), ["navigation", "pagination", "scrollbar"].forEach((a) => {
|
|
13
|
+
t[a] === !0 && (t[a] = {}), t[a] === !1 && delete t[a];
|
|
14
|
+
}), {
|
|
15
|
+
params: t,
|
|
16
|
+
passedParams: r,
|
|
17
|
+
rest: e,
|
|
18
|
+
events: o
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
function b(n, i) {
|
|
22
|
+
let {
|
|
23
|
+
el: t,
|
|
24
|
+
nextEl: o,
|
|
25
|
+
prevEl: r,
|
|
26
|
+
paginationEl: e,
|
|
27
|
+
scrollbarEl: s,
|
|
28
|
+
swiper: l
|
|
29
|
+
} = n;
|
|
30
|
+
m(i) && o && r && (l.params.navigation.nextEl = o, l.originalParams.navigation.nextEl = o, l.params.navigation.prevEl = r, l.originalParams.navigation.prevEl = r), h(i) && e && (l.params.pagination.el = e, l.originalParams.pagination.el = e), v(i) && s && (l.params.scrollbar.el = s, l.originalParams.scrollbar.el = s), l.init(t);
|
|
31
|
+
}
|
|
32
|
+
function C(n, i, t, o, r) {
|
|
33
|
+
const e = [];
|
|
34
|
+
if (!i) return e;
|
|
35
|
+
const s = (a) => {
|
|
36
|
+
e.indexOf(a) < 0 && e.push(a);
|
|
37
|
+
};
|
|
38
|
+
if (t && o) {
|
|
39
|
+
const a = o.map(r), c = t.map(r);
|
|
40
|
+
a.join("") !== c.join("") && s("children"), o.length !== t.length && s("children");
|
|
41
|
+
}
|
|
42
|
+
return p.filter((a) => a[0] === "_").map((a) => a.replace(/_/, "")).forEach((a) => {
|
|
43
|
+
if (a in n && a in i)
|
|
44
|
+
if (g(n[a]) && g(i[a])) {
|
|
45
|
+
const c = Object.keys(n[a]), d = Object.keys(i[a]);
|
|
46
|
+
c.length !== d.length ? s(a) : (c.forEach((f) => {
|
|
47
|
+
n[a][f] !== i[a][f] && s(a);
|
|
48
|
+
}), d.forEach((f) => {
|
|
49
|
+
n[a][f] !== i[a][f] && s(a);
|
|
50
|
+
}));
|
|
51
|
+
} else n[a] !== i[a] && s(a);
|
|
52
|
+
}), e;
|
|
53
|
+
}
|
|
54
|
+
const S = (n) => {
|
|
55
|
+
!n || n.destroyed || !n.params.virtual || n.params.virtual && !n.params.virtual.enabled || (n.updateSlides(), n.updateProgress(), n.updateSlidesClasses(), n.emit("_virtualUpdated"), n.parallax && n.params.parallax && n.params.parallax.enabled && n.parallax.setTranslate());
|
|
56
|
+
};
|
|
57
|
+
export {
|
|
58
|
+
C as a,
|
|
59
|
+
_ as g,
|
|
60
|
+
b as m,
|
|
61
|
+
S as u
|
|
62
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const z=require("./utils.cjs.js"),B=["eventsPrefix","injectStyles","injectStylesUrls","modules","init","_direction","oneWayMovement","swiperElementNodeName","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","breakpointsBase","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_loop","loopAdditionalSlides","loopAddBlankSlides","loopPreventsSliding","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideActiveClass","slideVisibleClass","slideFullyVisibleClass","slideNextClass","slidePrevClass","slideBlankClass","wrapperClass","lazyPreloaderClass","lazyPreloadPrevNext","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom","control"];function g(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function T(t,i){const r=["__proto__","constructor","prototype"];Object.keys(i).filter(e=>r.indexOf(e)<0).forEach(e=>{typeof t[e]>"u"?t[e]=i[e]:g(i[e])&&g(t[e])&&Object.keys(i[e]).length>0?i[e].__swiper__?t[e]=i[e]:T(t[e],i[e]):t[e]=i[e]})}function I(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function M(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function N(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function A(t){t===void 0&&(t="");const i=t.split(" ").map(e=>e.trim()).filter(e=>!!e),r=[];return i.forEach(e=>{r.indexOf(e)<0&&r.push(e)}),r.join(" ")}function L(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function D(t){let{swiper:i,slides:r,passedParams:e,changedParams:o,nextEl:s,prevEl:a,scrollbarEl:d,paginationEl:c}=t;const h=o.filter(n=>n!=="children"&&n!=="direction"&&n!=="wrapperClass"),{params:l,pagination:p,navigation:f,scrollbar:v,virtual:u,thumbs:E}=i;let S,_,P,C,x,m,O,b;o.includes("thumbs")&&e.thumbs&&e.thumbs.swiper&&!e.thumbs.swiper.destroyed&&l.thumbs&&(!l.thumbs.swiper||l.thumbs.swiper.destroyed)&&(S=!0),o.includes("controller")&&e.controller&&e.controller.control&&l.controller&&!l.controller.control&&(_=!0),o.includes("pagination")&&e.pagination&&(e.pagination.el||c)&&(l.pagination||l.pagination===!1)&&p&&!p.el&&(P=!0),o.includes("scrollbar")&&e.scrollbar&&(e.scrollbar.el||d)&&(l.scrollbar||l.scrollbar===!1)&&v&&!v.el&&(C=!0),o.includes("navigation")&&e.navigation&&(e.navigation.prevEl||a)&&(e.navigation.nextEl||s)&&(l.navigation||l.navigation===!1)&&f&&!f.prevEl&&!f.nextEl&&(x=!0);const j=n=>{i[n]&&(i[n].destroy(),n==="navigation"?(i.isElement&&(i[n].prevEl.remove(),i[n].nextEl.remove()),l[n].prevEl=void 0,l[n].nextEl=void 0,i[n].prevEl=void 0,i[n].nextEl=void 0):(i.isElement&&i[n].el.remove(),l[n].el=void 0,i[n].el=void 0))};o.includes("loop")&&i.isElement&&(l.loop&&!e.loop?m=!0:!l.loop&&e.loop?O=!0:b=!0),h.forEach(n=>{if(g(l[n])&&g(e[n]))Object.assign(l[n],e[n]),(n==="navigation"||n==="pagination"||n==="scrollbar")&&"enabled"in e[n]&&!e[n].enabled&&j(n);else{const w=e[n];(w===!0||w===!1)&&(n==="navigation"||n==="pagination"||n==="scrollbar")?w===!1&&j(n):l[n]=e[n]}}),h.includes("controller")&&!_&&i.controller&&i.controller.control&&l.controller&&l.controller.control&&(i.controller.control=l.controller.control),o.includes("children")&&r&&u&&l.virtual.enabled?(u.slides=r,u.update(!0)):o.includes("virtual")&&u&&l.virtual.enabled&&(r&&(u.slides=r),u.update(!0)),o.includes("children")&&r&&l.loop&&(b=!0),S&&E.init()&&E.update(!0),_&&(i.controller.control=l.controller.control),P&&(i.isElement&&(!c||typeof c=="string")&&(c=document.createElement("div"),c.classList.add("swiper-pagination"),c.part.add("pagination"),i.el.appendChild(c)),c&&(l.pagination.el=c),p.init(),p.render(),p.update()),C&&(i.isElement&&(!d||typeof d=="string")&&(d=document.createElement("div"),d.classList.add("swiper-scrollbar"),d.part.add("scrollbar"),i.el.appendChild(d)),d&&(l.scrollbar.el=d),v.init(),v.updateSize(),v.setTranslate()),x&&(i.isElement&&((!s||typeof s=="string")&&(s=document.createElement("div"),s.classList.add("swiper-button-next"),z.s(s,i.hostEl.constructor.nextButtonSvg),s.part.add("button-next"),i.el.appendChild(s)),(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-button-prev"),z.s(a,i.hostEl.constructor.prevButtonSvg),a.part.add("button-prev"),i.el.appendChild(a))),s&&(l.navigation.nextEl=s),a&&(l.navigation.prevEl=a),f.init(),f.update()),o.includes("allowSlideNext")&&(i.allowSlideNext=e.allowSlideNext),o.includes("allowSlidePrev")&&(i.allowSlidePrev=e.allowSlidePrev),o.includes("direction")&&i.changeDirection(e.direction,!1),(m||b)&&i.loopDestroy(),(O||b)&&i.loopCreate(),i.update()}exports.a=M;exports.b=N;exports.d=A;exports.e=T;exports.i=g;exports.n=I;exports.p=B;exports.u=D;exports.w=L;
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
import { s as z } from "./utils.es.js";
|
|
2
|
+
const B = [
|
|
3
|
+
"eventsPrefix",
|
|
4
|
+
"injectStyles",
|
|
5
|
+
"injectStylesUrls",
|
|
6
|
+
"modules",
|
|
7
|
+
"init",
|
|
8
|
+
"_direction",
|
|
9
|
+
"oneWayMovement",
|
|
10
|
+
"swiperElementNodeName",
|
|
11
|
+
"touchEventsTarget",
|
|
12
|
+
"initialSlide",
|
|
13
|
+
"_speed",
|
|
14
|
+
"cssMode",
|
|
15
|
+
"updateOnWindowResize",
|
|
16
|
+
"resizeObserver",
|
|
17
|
+
"nested",
|
|
18
|
+
"focusableElements",
|
|
19
|
+
"_enabled",
|
|
20
|
+
"_width",
|
|
21
|
+
"_height",
|
|
22
|
+
"preventInteractionOnTransition",
|
|
23
|
+
"userAgent",
|
|
24
|
+
"url",
|
|
25
|
+
"_edgeSwipeDetection",
|
|
26
|
+
"_edgeSwipeThreshold",
|
|
27
|
+
"_freeMode",
|
|
28
|
+
"_autoHeight",
|
|
29
|
+
"setWrapperSize",
|
|
30
|
+
"virtualTranslate",
|
|
31
|
+
"_effect",
|
|
32
|
+
"breakpoints",
|
|
33
|
+
"breakpointsBase",
|
|
34
|
+
"_spaceBetween",
|
|
35
|
+
"_slidesPerView",
|
|
36
|
+
"maxBackfaceHiddenSlides",
|
|
37
|
+
"_grid",
|
|
38
|
+
"_slidesPerGroup",
|
|
39
|
+
"_slidesPerGroupSkip",
|
|
40
|
+
"_slidesPerGroupAuto",
|
|
41
|
+
"_centeredSlides",
|
|
42
|
+
"_centeredSlidesBounds",
|
|
43
|
+
"_slidesOffsetBefore",
|
|
44
|
+
"_slidesOffsetAfter",
|
|
45
|
+
"normalizeSlideIndex",
|
|
46
|
+
"_centerInsufficientSlides",
|
|
47
|
+
"_watchOverflow",
|
|
48
|
+
"roundLengths",
|
|
49
|
+
"touchRatio",
|
|
50
|
+
"touchAngle",
|
|
51
|
+
"simulateTouch",
|
|
52
|
+
"_shortSwipes",
|
|
53
|
+
"_longSwipes",
|
|
54
|
+
"longSwipesRatio",
|
|
55
|
+
"longSwipesMs",
|
|
56
|
+
"_followFinger",
|
|
57
|
+
"allowTouchMove",
|
|
58
|
+
"_threshold",
|
|
59
|
+
"touchMoveStopPropagation",
|
|
60
|
+
"touchStartPreventDefault",
|
|
61
|
+
"touchStartForcePreventDefault",
|
|
62
|
+
"touchReleaseOnEdges",
|
|
63
|
+
"uniqueNavElements",
|
|
64
|
+
"_resistance",
|
|
65
|
+
"_resistanceRatio",
|
|
66
|
+
"_watchSlidesProgress",
|
|
67
|
+
"_grabCursor",
|
|
68
|
+
"preventClicks",
|
|
69
|
+
"preventClicksPropagation",
|
|
70
|
+
"_slideToClickedSlide",
|
|
71
|
+
"_loop",
|
|
72
|
+
"loopAdditionalSlides",
|
|
73
|
+
"loopAddBlankSlides",
|
|
74
|
+
"loopPreventsSliding",
|
|
75
|
+
"_rewind",
|
|
76
|
+
"_allowSlidePrev",
|
|
77
|
+
"_allowSlideNext",
|
|
78
|
+
"_swipeHandler",
|
|
79
|
+
"_noSwiping",
|
|
80
|
+
"noSwipingClass",
|
|
81
|
+
"noSwipingSelector",
|
|
82
|
+
"passiveListeners",
|
|
83
|
+
"containerModifierClass",
|
|
84
|
+
"slideClass",
|
|
85
|
+
"slideActiveClass",
|
|
86
|
+
"slideVisibleClass",
|
|
87
|
+
"slideFullyVisibleClass",
|
|
88
|
+
"slideNextClass",
|
|
89
|
+
"slidePrevClass",
|
|
90
|
+
"slideBlankClass",
|
|
91
|
+
"wrapperClass",
|
|
92
|
+
"lazyPreloaderClass",
|
|
93
|
+
"lazyPreloadPrevNext",
|
|
94
|
+
"runCallbacksOnInit",
|
|
95
|
+
"observer",
|
|
96
|
+
"observeParents",
|
|
97
|
+
"observeSlideChildren",
|
|
98
|
+
// modules
|
|
99
|
+
"a11y",
|
|
100
|
+
"_autoplay",
|
|
101
|
+
"_controller",
|
|
102
|
+
"coverflowEffect",
|
|
103
|
+
"cubeEffect",
|
|
104
|
+
"fadeEffect",
|
|
105
|
+
"flipEffect",
|
|
106
|
+
"creativeEffect",
|
|
107
|
+
"cardsEffect",
|
|
108
|
+
"hashNavigation",
|
|
109
|
+
"history",
|
|
110
|
+
"keyboard",
|
|
111
|
+
"mousewheel",
|
|
112
|
+
"_navigation",
|
|
113
|
+
"_pagination",
|
|
114
|
+
"parallax",
|
|
115
|
+
"_scrollbar",
|
|
116
|
+
"_thumbs",
|
|
117
|
+
"virtual",
|
|
118
|
+
"zoom",
|
|
119
|
+
"control"
|
|
120
|
+
];
|
|
121
|
+
function b(t) {
|
|
122
|
+
return typeof t == "object" && t !== null && t.constructor && Object.prototype.toString.call(t).slice(8, -1) === "Object" && !t.__swiper__;
|
|
123
|
+
}
|
|
124
|
+
function I(t, i) {
|
|
125
|
+
const r = ["__proto__", "constructor", "prototype"];
|
|
126
|
+
Object.keys(i).filter((e) => r.indexOf(e) < 0).forEach((e) => {
|
|
127
|
+
typeof t[e] > "u" ? t[e] = i[e] : b(i[e]) && b(t[e]) && Object.keys(i[e]).length > 0 ? i[e].__swiper__ ? t[e] = i[e] : I(t[e], i[e]) : t[e] = i[e];
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
function M(t) {
|
|
131
|
+
return t === void 0 && (t = {}), t.navigation && typeof t.navigation.nextEl > "u" && typeof t.navigation.prevEl > "u";
|
|
132
|
+
}
|
|
133
|
+
function L(t) {
|
|
134
|
+
return t === void 0 && (t = {}), t.pagination && typeof t.pagination.el > "u";
|
|
135
|
+
}
|
|
136
|
+
function N(t) {
|
|
137
|
+
return t === void 0 && (t = {}), t.scrollbar && typeof t.scrollbar.el > "u";
|
|
138
|
+
}
|
|
139
|
+
function A(t) {
|
|
140
|
+
t === void 0 && (t = "");
|
|
141
|
+
const i = t.split(" ").map((e) => e.trim()).filter((e) => !!e), r = [];
|
|
142
|
+
return i.forEach((e) => {
|
|
143
|
+
r.indexOf(e) < 0 && r.push(e);
|
|
144
|
+
}), r.join(" ");
|
|
145
|
+
}
|
|
146
|
+
function D(t) {
|
|
147
|
+
return t === void 0 && (t = ""), t ? t.includes("swiper-wrapper") ? t : `swiper-wrapper ${t}` : "swiper-wrapper";
|
|
148
|
+
}
|
|
149
|
+
function R(t) {
|
|
150
|
+
let {
|
|
151
|
+
swiper: i,
|
|
152
|
+
slides: r,
|
|
153
|
+
passedParams: e,
|
|
154
|
+
changedParams: o,
|
|
155
|
+
nextEl: s,
|
|
156
|
+
prevEl: a,
|
|
157
|
+
scrollbarEl: d,
|
|
158
|
+
paginationEl: c
|
|
159
|
+
} = t;
|
|
160
|
+
const h = o.filter((n) => n !== "children" && n !== "direction" && n !== "wrapperClass"), {
|
|
161
|
+
params: l,
|
|
162
|
+
pagination: p,
|
|
163
|
+
navigation: f,
|
|
164
|
+
scrollbar: v,
|
|
165
|
+
virtual: u,
|
|
166
|
+
thumbs: E
|
|
167
|
+
} = i;
|
|
168
|
+
let S, _, x, C, P, m, O, g;
|
|
169
|
+
o.includes("thumbs") && e.thumbs && e.thumbs.swiper && !e.thumbs.swiper.destroyed && l.thumbs && (!l.thumbs.swiper || l.thumbs.swiper.destroyed) && (S = !0), o.includes("controller") && e.controller && e.controller.control && l.controller && !l.controller.control && (_ = !0), o.includes("pagination") && e.pagination && (e.pagination.el || c) && (l.pagination || l.pagination === !1) && p && !p.el && (x = !0), o.includes("scrollbar") && e.scrollbar && (e.scrollbar.el || d) && (l.scrollbar || l.scrollbar === !1) && v && !v.el && (C = !0), o.includes("navigation") && e.navigation && (e.navigation.prevEl || a) && (e.navigation.nextEl || s) && (l.navigation || l.navigation === !1) && f && !f.prevEl && !f.nextEl && (P = !0);
|
|
170
|
+
const j = (n) => {
|
|
171
|
+
i[n] && (i[n].destroy(), n === "navigation" ? (i.isElement && (i[n].prevEl.remove(), i[n].nextEl.remove()), l[n].prevEl = void 0, l[n].nextEl = void 0, i[n].prevEl = void 0, i[n].nextEl = void 0) : (i.isElement && i[n].el.remove(), l[n].el = void 0, i[n].el = void 0));
|
|
172
|
+
};
|
|
173
|
+
o.includes("loop") && i.isElement && (l.loop && !e.loop ? m = !0 : !l.loop && e.loop ? O = !0 : g = !0), h.forEach((n) => {
|
|
174
|
+
if (b(l[n]) && b(e[n]))
|
|
175
|
+
Object.assign(l[n], e[n]), (n === "navigation" || n === "pagination" || n === "scrollbar") && "enabled" in e[n] && !e[n].enabled && j(n);
|
|
176
|
+
else {
|
|
177
|
+
const w = e[n];
|
|
178
|
+
(w === !0 || w === !1) && (n === "navigation" || n === "pagination" || n === "scrollbar") ? w === !1 && j(n) : l[n] = e[n];
|
|
179
|
+
}
|
|
180
|
+
}), h.includes("controller") && !_ && i.controller && i.controller.control && l.controller && l.controller.control && (i.controller.control = l.controller.control), o.includes("children") && r && u && l.virtual.enabled ? (u.slides = r, u.update(!0)) : o.includes("virtual") && u && l.virtual.enabled && (r && (u.slides = r), u.update(!0)), o.includes("children") && r && l.loop && (g = !0), S && E.init() && E.update(!0), _ && (i.controller.control = l.controller.control), x && (i.isElement && (!c || typeof c == "string") && (c = document.createElement("div"), c.classList.add("swiper-pagination"), c.part.add("pagination"), i.el.appendChild(c)), c && (l.pagination.el = c), p.init(), p.render(), p.update()), C && (i.isElement && (!d || typeof d == "string") && (d = document.createElement("div"), d.classList.add("swiper-scrollbar"), d.part.add("scrollbar"), i.el.appendChild(d)), d && (l.scrollbar.el = d), v.init(), v.updateSize(), v.setTranslate()), P && (i.isElement && ((!s || typeof s == "string") && (s = document.createElement("div"), s.classList.add("swiper-button-next"), z(s, i.hostEl.constructor.nextButtonSvg), s.part.add("button-next"), i.el.appendChild(s)), (!a || typeof a == "string") && (a = document.createElement("div"), a.classList.add("swiper-button-prev"), z(a, i.hostEl.constructor.prevButtonSvg), a.part.add("button-prev"), i.el.appendChild(a))), s && (l.navigation.nextEl = s), a && (l.navigation.prevEl = a), f.init(), f.update()), o.includes("allowSlideNext") && (i.allowSlideNext = e.allowSlideNext), o.includes("allowSlidePrev") && (i.allowSlidePrev = e.allowSlidePrev), o.includes("direction") && i.changeDirection(e.direction, !1), (m || g) && i.loopDestroy(), (O || g) && i.loopCreate(), i.update();
|
|
181
|
+
}
|
|
182
|
+
export {
|
|
183
|
+
L as a,
|
|
184
|
+
N as b,
|
|
185
|
+
A as d,
|
|
186
|
+
I as e,
|
|
187
|
+
b as i,
|
|
188
|
+
M as n,
|
|
189
|
+
B as p,
|
|
190
|
+
R as u,
|
|
191
|
+
D as w
|
|
192
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./ssr-window.esm.cjs.js");function g(e){return e===void 0&&(e=""),e.trim().split(" ").filter(t=>!!t.trim())}function S(e){const t=e;Object.keys(t).forEach(r=>{try{t[r]=null}catch{}try{delete t[r]}catch{}})}function T(e,t){return t===void 0&&(t=0),setTimeout(e,t)}function E(){return Date.now()}function M(e){const t=a.a();let r;return t.getComputedStyle&&(r=t.getComputedStyle(e,null)),!r&&e.currentStyle&&(r=e.currentStyle),r||(r=e.style),r}function b(e,t){t===void 0&&(t="x");const r=a.a();let n,o,s;const l=M(e);return r.WebKitCSSMatrix?(o=l.transform||l.webkitTransform,o.split(",").length>6&&(o=o.split(", ").map(i=>i.replace(",",".")).join(", ")),s=new r.WebKitCSSMatrix(o==="none"?"":o)):(s=l.MozTransform||l.OTransform||l.MsTransform||l.msTransform||l.transform||l.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=s.toString().split(",")),t==="x"&&(r.WebKitCSSMatrix?o=s.m41:n.length===16?o=parseFloat(n[12]):o=parseFloat(n[4])),t==="y"&&(r.WebKitCSSMatrix?o=s.m42:n.length===16?o=parseFloat(n[13]):o=parseFloat(n[5])),o||0}function u(e){return typeof e=="object"&&e!==null&&e.constructor&&Object.prototype.toString.call(e).slice(8,-1)==="Object"}function x(e){return typeof window<"u"&&typeof window.HTMLElement<"u"?e instanceof HTMLElement:e&&(e.nodeType===1||e.nodeType===11)}function p(){const e=Object(arguments.length<=0?void 0:arguments[0]),t=["__proto__","constructor","prototype"];for(let r=1;r<arguments.length;r+=1){const n=r<0||arguments.length<=r?void 0:arguments[r];if(n!=null&&!x(n)){const o=Object.keys(Object(n)).filter(s=>t.indexOf(s)<0);for(let s=0,l=o.length;s<l;s+=1){const i=o[s],f=Object.getOwnPropertyDescriptor(n,i);f!==void 0&&f.enumerable&&(u(e[i])&&u(n[i])?n[i].__swiper__?e[i]=n[i]:p(e[i],n[i]):!u(e[i])&&u(n[i])?(e[i]={},n[i].__swiper__?e[i]=n[i]:p(e[i],n[i])):e[i]=n[i])}}}return e}function v(e,t,r){e.style.setProperty(t,r)}function C(e){let{swiper:t,targetPosition:r,side:n}=e;const o=a.a(),s=-t.translate;let l=null,i;const f=t.params.speed;t.wrapperEl.style.scrollSnapType="none",o.cancelAnimationFrame(t.cssModeFrameID);const h=r>s?"next":"prev",y=(m,d)=>h==="next"&&m>=d||h==="prev"&&m<=d,w=()=>{i=new Date().getTime(),l===null&&(l=i);const m=Math.max(Math.min((i-l)/f,1),0),d=.5-Math.cos(m*Math.PI)/2;let c=s+d*(r-s);if(y(c,r)&&(c=r),t.wrapperEl.scrollTo({[n]:c}),y(c,r)){t.wrapperEl.style.overflow="hidden",t.wrapperEl.style.scrollSnapType="",setTimeout(()=>{t.wrapperEl.style.overflow="",t.wrapperEl.scrollTo({[n]:c})}),o.cancelAnimationFrame(t.cssModeFrameID);return}t.cssModeFrameID=o.requestAnimationFrame(w)};w()}function O(e,t){t===void 0&&(t="");const r=a.a(),n=[...e.children];return r.HTMLSlotElement&&e instanceof HTMLSlotElement&&n.push(...e.assignedElements()),t?n.filter(o=>o.matches(t)):n}function P(e,t){const r=[t];for(;r.length>0;){const n=r.shift();if(e===n)return!0;r.push(...n.children,...n.shadowRoot?n.shadowRoot.children:[],...n.assignedElements?n.assignedElements():[])}}function j(e,t){const r=a.a();let n=t.contains(e);return!n&&r.HTMLSlotElement&&t instanceof HTMLSlotElement&&(n=[...t.assignedElements()].includes(e),n||(n=P(e,t))),n}function _(e){try{console.warn(e);return}catch{}}function F(e,t){t===void 0&&(t=[]);const r=document.createElement(e);return r.classList.add(...Array.isArray(t)?t:g(t)),r}function H(e,t){const r=[];for(;e.previousElementSibling;){const n=e.previousElementSibling;t?n.matches(t)&&r.push(n):r.push(n),e=n}return r}function L(e,t){const r=[];for(;e.nextElementSibling;){const n=e.nextElementSibling;t?n.matches(t)&&r.push(n):r.push(n),e=n}return r}function A(e,t){return a.a().getComputedStyle(e,null).getPropertyValue(t)}function I(e){let t=e,r;if(t){for(r=0;(t=t.previousSibling)!==null;)t.nodeType===1&&(r+=1);return r}}function k(e,t){const r=[];let n=e.parentElement;for(;n;)r.push(n),n=n.parentElement;return r}function W(e,t,r){const n=a.a();return e[t==="width"?"offsetWidth":"offsetHeight"]+parseFloat(n.getComputedStyle(e,null).getPropertyValue(t==="width"?"margin-right":"margin-top"))+parseFloat(n.getComputedStyle(e,null).getPropertyValue(t==="width"?"margin-left":"margin-bottom"))}function D(e){return(Array.isArray(e)?e:[e]).filter(t=>!!t)}function K(e,t){t===void 0&&(t=""),typeof trustedTypes<"u"?e.innerHTML=trustedTypes.createPolicy("html",{createHTML:r=>r}).createHTML(t):e.innerHTML=t}exports.a=v;exports.b=k;exports.c=F;exports.e=O;exports.f=E;exports.h=W;exports.i=I;exports.j=g;exports.k=b;exports.m=D;exports.n=T;exports.o=u;exports.q=A;exports.r=L;exports.s=K;exports.t=H;exports.u=C;exports.v=_;exports.w=j;exports.x=p;exports.y=S;
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
import { a } from "./ssr-window.esm.es.js";
|
|
2
|
+
function g(e) {
|
|
3
|
+
return e === void 0 && (e = ""), e.trim().split(" ").filter((t) => !!t.trim());
|
|
4
|
+
}
|
|
5
|
+
function x(e) {
|
|
6
|
+
const t = e;
|
|
7
|
+
Object.keys(t).forEach((r) => {
|
|
8
|
+
try {
|
|
9
|
+
t[r] = null;
|
|
10
|
+
} catch {
|
|
11
|
+
}
|
|
12
|
+
try {
|
|
13
|
+
delete t[r];
|
|
14
|
+
} catch {
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
function b(e, t) {
|
|
19
|
+
return t === void 0 && (t = 0), setTimeout(e, t);
|
|
20
|
+
}
|
|
21
|
+
function v() {
|
|
22
|
+
return Date.now();
|
|
23
|
+
}
|
|
24
|
+
function S(e) {
|
|
25
|
+
const t = a();
|
|
26
|
+
let r;
|
|
27
|
+
return t.getComputedStyle && (r = t.getComputedStyle(e, null)), !r && e.currentStyle && (r = e.currentStyle), r || (r = e.style), r;
|
|
28
|
+
}
|
|
29
|
+
function C(e, t) {
|
|
30
|
+
t === void 0 && (t = "x");
|
|
31
|
+
const r = a();
|
|
32
|
+
let n, o, s;
|
|
33
|
+
const l = S(e);
|
|
34
|
+
return r.WebKitCSSMatrix ? (o = l.transform || l.webkitTransform, o.split(",").length > 6 && (o = o.split(", ").map((i) => i.replace(",", ".")).join(", ")), s = new r.WebKitCSSMatrix(o === "none" ? "" : o)) : (s = l.MozTransform || l.OTransform || l.MsTransform || l.msTransform || l.transform || l.getPropertyValue("transform").replace("translate(", "matrix(1, 0, 0, 1,"), n = s.toString().split(",")), t === "x" && (r.WebKitCSSMatrix ? o = s.m41 : n.length === 16 ? o = parseFloat(n[12]) : o = parseFloat(n[4])), t === "y" && (r.WebKitCSSMatrix ? o = s.m42 : n.length === 16 ? o = parseFloat(n[13]) : o = parseFloat(n[5])), o || 0;
|
|
35
|
+
}
|
|
36
|
+
function d(e) {
|
|
37
|
+
return typeof e == "object" && e !== null && e.constructor && Object.prototype.toString.call(e).slice(8, -1) === "Object";
|
|
38
|
+
}
|
|
39
|
+
function T(e) {
|
|
40
|
+
return typeof window < "u" && typeof window.HTMLElement < "u" ? e instanceof HTMLElement : e && (e.nodeType === 1 || e.nodeType === 11);
|
|
41
|
+
}
|
|
42
|
+
function y() {
|
|
43
|
+
const e = Object(arguments.length <= 0 ? void 0 : arguments[0]), t = ["__proto__", "constructor", "prototype"];
|
|
44
|
+
for (let r = 1; r < arguments.length; r += 1) {
|
|
45
|
+
const n = r < 0 || arguments.length <= r ? void 0 : arguments[r];
|
|
46
|
+
if (n != null && !T(n)) {
|
|
47
|
+
const o = Object.keys(Object(n)).filter((s) => t.indexOf(s) < 0);
|
|
48
|
+
for (let s = 0, l = o.length; s < l; s += 1) {
|
|
49
|
+
const i = o[s], u = Object.getOwnPropertyDescriptor(n, i);
|
|
50
|
+
u !== void 0 && u.enumerable && (d(e[i]) && d(n[i]) ? n[i].__swiper__ ? e[i] = n[i] : y(e[i], n[i]) : !d(e[i]) && d(n[i]) ? (e[i] = {}, n[i].__swiper__ ? e[i] = n[i] : y(e[i], n[i])) : e[i] = n[i]);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return e;
|
|
55
|
+
}
|
|
56
|
+
function O(e, t, r) {
|
|
57
|
+
e.style.setProperty(t, r);
|
|
58
|
+
}
|
|
59
|
+
function P(e) {
|
|
60
|
+
let {
|
|
61
|
+
swiper: t,
|
|
62
|
+
targetPosition: r,
|
|
63
|
+
side: n
|
|
64
|
+
} = e;
|
|
65
|
+
const o = a(), s = -t.translate;
|
|
66
|
+
let l = null, i;
|
|
67
|
+
const u = t.params.speed;
|
|
68
|
+
t.wrapperEl.style.scrollSnapType = "none", o.cancelAnimationFrame(t.cssModeFrameID);
|
|
69
|
+
const p = r > s ? "next" : "prev", h = (f, m) => p === "next" && f >= m || p === "prev" && f <= m, w = () => {
|
|
70
|
+
i = (/* @__PURE__ */ new Date()).getTime(), l === null && (l = i);
|
|
71
|
+
const f = Math.max(Math.min((i - l) / u, 1), 0), m = 0.5 - Math.cos(f * Math.PI) / 2;
|
|
72
|
+
let c = s + m * (r - s);
|
|
73
|
+
if (h(c, r) && (c = r), t.wrapperEl.scrollTo({
|
|
74
|
+
[n]: c
|
|
75
|
+
}), h(c, r)) {
|
|
76
|
+
t.wrapperEl.style.overflow = "hidden", t.wrapperEl.style.scrollSnapType = "", setTimeout(() => {
|
|
77
|
+
t.wrapperEl.style.overflow = "", t.wrapperEl.scrollTo({
|
|
78
|
+
[n]: c
|
|
79
|
+
});
|
|
80
|
+
}), o.cancelAnimationFrame(t.cssModeFrameID);
|
|
81
|
+
return;
|
|
82
|
+
}
|
|
83
|
+
t.cssModeFrameID = o.requestAnimationFrame(w);
|
|
84
|
+
};
|
|
85
|
+
w();
|
|
86
|
+
}
|
|
87
|
+
function j(e, t) {
|
|
88
|
+
t === void 0 && (t = "");
|
|
89
|
+
const r = a(), n = [...e.children];
|
|
90
|
+
return r.HTMLSlotElement && e instanceof HTMLSlotElement && n.push(...e.assignedElements()), t ? n.filter((o) => o.matches(t)) : n;
|
|
91
|
+
}
|
|
92
|
+
function E(e, t) {
|
|
93
|
+
const r = [t];
|
|
94
|
+
for (; r.length > 0; ) {
|
|
95
|
+
const n = r.shift();
|
|
96
|
+
if (e === n)
|
|
97
|
+
return !0;
|
|
98
|
+
r.push(...n.children, ...n.shadowRoot ? n.shadowRoot.children : [], ...n.assignedElements ? n.assignedElements() : []);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
function F(e, t) {
|
|
102
|
+
const r = a();
|
|
103
|
+
let n = t.contains(e);
|
|
104
|
+
return !n && r.HTMLSlotElement && t instanceof HTMLSlotElement && (n = [...t.assignedElements()].includes(e), n || (n = E(e, t))), n;
|
|
105
|
+
}
|
|
106
|
+
function H(e) {
|
|
107
|
+
try {
|
|
108
|
+
console.warn(e);
|
|
109
|
+
return;
|
|
110
|
+
} catch {
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
function L(e, t) {
|
|
114
|
+
t === void 0 && (t = []);
|
|
115
|
+
const r = document.createElement(e);
|
|
116
|
+
return r.classList.add(...Array.isArray(t) ? t : g(t)), r;
|
|
117
|
+
}
|
|
118
|
+
function _(e, t) {
|
|
119
|
+
const r = [];
|
|
120
|
+
for (; e.previousElementSibling; ) {
|
|
121
|
+
const n = e.previousElementSibling;
|
|
122
|
+
t ? n.matches(t) && r.push(n) : r.push(n), e = n;
|
|
123
|
+
}
|
|
124
|
+
return r;
|
|
125
|
+
}
|
|
126
|
+
function A(e, t) {
|
|
127
|
+
const r = [];
|
|
128
|
+
for (; e.nextElementSibling; ) {
|
|
129
|
+
const n = e.nextElementSibling;
|
|
130
|
+
t ? n.matches(t) && r.push(n) : r.push(n), e = n;
|
|
131
|
+
}
|
|
132
|
+
return r;
|
|
133
|
+
}
|
|
134
|
+
function I(e, t) {
|
|
135
|
+
return a().getComputedStyle(e, null).getPropertyValue(t);
|
|
136
|
+
}
|
|
137
|
+
function k(e) {
|
|
138
|
+
let t = e, r;
|
|
139
|
+
if (t) {
|
|
140
|
+
for (r = 0; (t = t.previousSibling) !== null; )
|
|
141
|
+
t.nodeType === 1 && (r += 1);
|
|
142
|
+
return r;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
function W(e, t) {
|
|
146
|
+
const r = [];
|
|
147
|
+
let n = e.parentElement;
|
|
148
|
+
for (; n; )
|
|
149
|
+
r.push(n), n = n.parentElement;
|
|
150
|
+
return r;
|
|
151
|
+
}
|
|
152
|
+
function D(e, t, r) {
|
|
153
|
+
const n = a();
|
|
154
|
+
return e[t === "width" ? "offsetWidth" : "offsetHeight"] + parseFloat(n.getComputedStyle(e, null).getPropertyValue(t === "width" ? "margin-right" : "margin-top")) + parseFloat(n.getComputedStyle(e, null).getPropertyValue(t === "width" ? "margin-left" : "margin-bottom"));
|
|
155
|
+
}
|
|
156
|
+
function K(e) {
|
|
157
|
+
return (Array.isArray(e) ? e : [e]).filter((t) => !!t);
|
|
158
|
+
}
|
|
159
|
+
function V(e, t) {
|
|
160
|
+
t === void 0 && (t = ""), typeof trustedTypes < "u" ? e.innerHTML = trustedTypes.createPolicy("html", {
|
|
161
|
+
createHTML: (r) => r
|
|
162
|
+
}).createHTML(t) : e.innerHTML = t;
|
|
163
|
+
}
|
|
164
|
+
export {
|
|
165
|
+
O as a,
|
|
166
|
+
W as b,
|
|
167
|
+
L as c,
|
|
168
|
+
j as e,
|
|
169
|
+
v as f,
|
|
170
|
+
D as h,
|
|
171
|
+
k as i,
|
|
172
|
+
g as j,
|
|
173
|
+
C as k,
|
|
174
|
+
K as m,
|
|
175
|
+
b as n,
|
|
176
|
+
d as o,
|
|
177
|
+
I as q,
|
|
178
|
+
A as r,
|
|
179
|
+
V as s,
|
|
180
|
+
_ as t,
|
|
181
|
+
P as u,
|
|
182
|
+
H as v,
|
|
183
|
+
F as w,
|
|
184
|
+
y as x,
|
|
185
|
+
x as y
|
|
186
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),G=require("./shared/swiper-core.cjs.js"),I=require("./shared/update-on-virtual-data.cjs.js"),d=require("./shared/update-swiper.cjs.js");function T(){return T=Object.assign?Object.assign.bind():function(s){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(s[n]=a[n])}return s},T.apply(this,arguments)}function A(s){return s.type&&s.type.displayName&&s.type.displayName.includes("SwiperSlide")}function V(s){const t=[];return e.Children.toArray(s).forEach(a=>{A(a)?t.push(a):a.props&&a.props.children&&V(a.props.children).forEach(n=>t.push(n))}),t}function J(s){const t=[],a={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return e.Children.toArray(s).forEach(n=>{if(A(n))t.push(n);else if(n.props&&n.props.slot&&a[n.props.slot])a[n.props.slot].push(n);else if(n.props&&n.props.children){const c=V(n.props.children);c.length>0?c.forEach(l=>t.push(l)):a["container-end"].push(n)}else a["container-end"].push(n)}),{slides:t,slots:a}}function K(s,t,a){if(!a)return null;const n=o=>{let i=o;return o<0?i=t.length+o:i>=t.length&&(i=i-t.length),i},c=s.isHorizontal()?{[s.rtlTranslate?"right":"left"]:`${a.offset}px`}:{top:`${a.offset}px`},{from:l,to:p}=a,y=s.params.loop?-t.length:0,h=s.params.loop?t.length*2:t.length,v=[];for(let o=y;o<h;o+=1)o>=l&&o<=p&&v.push(t[n(o)]);return v.map((o,i)=>e.cloneElement(o,{swiper:s,style:c,key:o.props.virtualIndex||o.key||`slide-${i}`}))}function N(s,t){return typeof window>"u"?e.useEffect(s,t):e.useLayoutEffect(s,t)}const q=e.createContext(null),Q=e.createContext(null),F=e.forwardRef(function(s,t){let{className:a,tag:n="div",wrapperTag:c="div",children:l,onSwiper:p,...y}=s===void 0?{}:s,h=!1;const[v,o]=e.useState("swiper"),[i,m]=e.useState(null),[C,O]=e.useState(!1),P=e.useRef(!1),w=e.useRef(null),r=e.useRef(null),x=e.useRef(null),z=e.useRef(null),$=e.useRef(null),b=e.useRef(null),R=e.useRef(null),k=e.useRef(null),{params:f,passedParams:L,rest:D,events:g}=I.g(y),{slides:S,slots:j}=J(l),B=()=>{O(!C)};Object.assign(f.on,{_containerClasses(u,E){o(E)}});const _=()=>{Object.assign(f.on,g),h=!0;const u={...f};if(delete u.wrapperClass,r.current=new G.S(u),r.current.virtual&&r.current.params.virtual.enabled){r.current.virtual.slides=S;const E={cache:!1,slides:S,renderExternal:m,renderExternalUpdate:!1};d.e(r.current.params.virtual,E),d.e(r.current.originalParams.virtual,E)}};w.current||_(),r.current&&r.current.on("_beforeBreakpoint",B);const H=()=>{h||!g||!r.current||Object.keys(g).forEach(u=>{r.current.on(u,g[u])})},M=()=>{!g||!r.current||Object.keys(g).forEach(u=>{r.current.off(u,g[u])})};e.useEffect(()=>()=>{r.current&&r.current.off("_beforeBreakpoint",B)}),e.useEffect(()=>{!P.current&&r.current&&(r.current.emitSlidesClasses(),P.current=!0)}),N(()=>{if(t&&(t.current=w.current),!!w.current)return r.current.destroyed&&_(),I.m({el:w.current,nextEl:$.current,prevEl:b.current,paginationEl:R.current,scrollbarEl:k.current,swiper:r.current},f),p&&!r.current.destroyed&&p(r.current),()=>{r.current&&!r.current.destroyed&&r.current.destroy(!0,!1)}},[]),N(()=>{H();const u=I.a(L,x.current,S,z.current,E=>E.key);return x.current=L,z.current=S,u.length&&r.current&&!r.current.destroyed&&d.u({swiper:r.current,slides:S,passedParams:L,changedParams:u,nextEl:$.current,prevEl:b.current,scrollbarEl:k.current,paginationEl:R.current}),()=>{M()}}),N(()=>{I.u(r.current)},[i]);function U(){return f.virtual?K(r.current,S,i):S.map((u,E)=>e.cloneElement(u,{swiper:r.current,swiperSlideIndex:E}))}return e.createElement(n,T({ref:w,className:d.d(`${v}${a?` ${a}`:""}`)},D),e.createElement(Q.Provider,{value:r.current},j["container-start"],e.createElement(c,{className:d.w(f.wrapperClass)},j["wrapper-start"],U(),j["wrapper-end"]),d.n(f)&&e.createElement(e.Fragment,null,e.createElement("div",{ref:b,className:"swiper-button-prev"}),e.createElement("div",{ref:$,className:"swiper-button-next"})),d.b(f)&&e.createElement("div",{ref:k,className:"swiper-scrollbar"}),d.a(f)&&e.createElement("div",{ref:R,className:"swiper-pagination"}),j["container-end"]))});F.displayName="Swiper";const W=e.forwardRef(function(s,t){let{tag:a="div",children:n,className:c="",swiper:l,zoom:p,lazy:y,virtualIndex:h,swiperSlideIndex:v,...o}=s===void 0?{}:s;const i=e.useRef(null),[m,C]=e.useState("swiper-slide"),[O,P]=e.useState(!1);function w($,b,R){b===i.current&&C(R)}N(()=>{if(typeof v<"u"&&(i.current.swiperSlideIndex=v),t&&(t.current=i.current),!(!i.current||!l)){if(l.destroyed){m!=="swiper-slide"&&C("swiper-slide");return}return l.on("_slideClass",w),()=>{l&&l.off("_slideClass",w)}}}),N(()=>{l&&i.current&&!l.destroyed&&C(l.getSlideClasses(i.current))},[l]);const r={isActive:m.indexOf("swiper-slide-active")>=0,isVisible:m.indexOf("swiper-slide-visible")>=0,isPrev:m.indexOf("swiper-slide-prev")>=0,isNext:m.indexOf("swiper-slide-next")>=0},x=()=>typeof n=="function"?n(r):n,z=()=>{P(!0)};return e.createElement(a,T({ref:i,className:d.d(`${m}${c?` ${c}`:""}`),"data-swiper-slide-index":h,onLoad:z},o),p&&e.createElement(q.Provider,{value:r},e.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof p=="number"?p:void 0},x(),y&&!O&&e.createElement("div",{className:"swiper-lazy-preloader"}))),!p&&e.createElement(q.Provider,{value:r},x(),y&&!O&&e.createElement("div",{className:"swiper-lazy-preloader"})))});W.displayName="SwiperSlide";exports.Swiper=F;exports.SwiperSlide=W;
|