@zenpatient-org/healthspan-marketing-ui 0.1.32 → 0.1.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/ArrowContainer.cjs.js +1 -0
- package/dist/_virtual/ArrowContainer.es.js +4 -0
- package/dist/_virtual/Popover.cjs.js +1 -0
- package/dist/_virtual/Popover.cjs2.js +1 -0
- package/dist/_virtual/Popover.es.js +5 -0
- package/dist/_virtual/Popover.es2.js +4 -0
- package/dist/_virtual/PopoverPortal.cjs.js +1 -0
- package/dist/_virtual/PopoverPortal.es.js +4 -0
- package/dist/_virtual/useArrowContainer.cjs.js +1 -0
- package/dist/_virtual/useArrowContainer.es.js +4 -0
- package/dist/_virtual/useElementRef.cjs.js +1 -0
- package/dist/_virtual/useElementRef.es.js +4 -0
- package/dist/_virtual/useHandlePrevValues.cjs.js +1 -0
- package/dist/_virtual/useHandlePrevValues.es.js +4 -0
- package/dist/_virtual/useMemoizedArray.cjs.js +1 -0
- package/dist/_virtual/useMemoizedArray.es.js +4 -0
- package/dist/_virtual/usePopover.cjs.js +1 -0
- package/dist/_virtual/usePopover.es.js +4 -0
- package/dist/_virtual/util.cjs.js +1 -0
- package/dist/_virtual/util.es.js +4 -0
- package/dist/assets/svg/badge-icon.svg.cjs.js +1 -0
- package/dist/assets/svg/badge-icon.svg.es.js +5 -0
- package/dist/components/Accordion/Accordion.cjs.js +1 -0
- package/dist/components/Accordion/Accordion.d.ts +14 -0
- package/dist/components/Accordion/Accordion.es.js +29 -0
- package/dist/components/Accordion/accordion.module.css.cjs.js +1 -0
- package/dist/components/Accordion/accordion.module.css.es.js +7 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs.js +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +14 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +18 -0
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +1 -0
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +25 -0
- package/dist/components/Accordion/components/AccordionItem/index.d.ts +1 -0
- package/dist/components/Accordion/components/index.d.ts +1 -0
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/AnchorLinks/AnchorLinks.cjs.js +1 -0
- package/dist/components/AnchorLinks/AnchorLinks.d.ts +3 -0
- package/dist/components/AnchorLinks/AnchorLinks.es.js +20 -0
- package/dist/components/AnchorLinks/anchorLinks.module.css.cjs.js +1 -0
- package/dist/components/AnchorLinks/anchorLinks.module.css.es.js +13 -0
- package/dist/components/AnchorLinks/index.d.ts +1 -0
- package/dist/components/AnchorLinks/types.d.ts +17 -0
- package/dist/components/Benefit/Benefit.cjs.js +1 -0
- package/dist/components/Benefit/Benefit.d.ts +8 -0
- package/dist/components/Benefit/Benefit.es.js +13 -0
- package/dist/components/Benefit/benefit.module.css.cjs.js +1 -0
- package/dist/components/Benefit/benefit.module.css.es.js +9 -0
- package/dist/components/Benefit/index.d.ts +2 -0
- package/dist/components/Button/Button.cjs.js +1 -0
- package/dist/components/Button/Button.d.ts +15 -0
- package/dist/components/Button/Button.es.js +37 -0
- package/dist/components/Button/button.module.css.cjs.js +1 -0
- package/dist/components/Button/button.module.css.es.js +31 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Callback/Callback.cjs.js +1 -0
- package/dist/components/Callback/Callback.d.ts +12 -0
- package/dist/components/Callback/Callback.es.js +53 -0
- package/dist/components/Callback/callback.module.css.cjs.js +1 -0
- package/dist/components/Callback/callback.module.css.es.js +31 -0
- package/dist/components/Callback/constants.cjs.js +1 -0
- package/dist/components/Callback/constants.d.ts +13 -0
- package/dist/components/Callback/constants.es.js +31 -0
- package/dist/components/Callback/index.d.ts +2 -0
- package/dist/components/Callback/types.d.ts +1 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.cjs.js +1 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.d.ts +3 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.es.js +135 -0
- package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.cjs.js +1 -0
- package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.es.js +19 -0
- package/dist/components/ComplexImageCarousel/index.d.ts +2 -0
- package/dist/components/ComplexImageCarousel/types.d.ts +10 -0
- package/dist/components/ComplexTooltip/ComplexTooltip.cjs.js +1 -0
- package/dist/components/ComplexTooltip/ComplexTooltip.d.ts +11 -0
- package/dist/components/ComplexTooltip/ComplexTooltip.es.js +62 -0
- package/dist/components/ComplexTooltip/complexTooltip.module.css.cjs.js +1 -0
- package/dist/components/ComplexTooltip/complexTooltip.module.css.es.js +7 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js +1 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.d.ts +10 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js +52 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.cjs.js +1 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.es.js +15 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/index.d.ts +1 -0
- package/dist/components/ComplexTooltip/index.d.ts +2 -0
- package/dist/components/ComplexTooltip/types.d.ts +13 -0
- package/dist/components/ContentTabs/ContentTabs.cjs.js +1 -0
- package/dist/components/ContentTabs/ContentTabs.d.ts +18 -0
- package/dist/components/ContentTabs/ContentTabs.es.js +38 -0
- package/dist/components/ContentTabs/contentTabs.module.css.cjs.js +1 -0
- package/dist/components/ContentTabs/contentTabs.module.css.es.js +23 -0
- package/dist/components/ContentTabs/index.d.ts +2 -0
- package/dist/components/Cursor/Cursor.cjs.js +1 -0
- package/dist/components/Cursor/Cursor.d.ts +8 -0
- package/dist/components/Cursor/Cursor.es.js +9 -0
- package/dist/components/Cursor/components/ClientCursor.cjs.js +1 -0
- package/dist/components/Cursor/components/ClientCursor.d.ts +3 -0
- package/dist/components/Cursor/components/ClientCursor.es.js +42 -0
- package/dist/components/Cursor/components/ServerCursor.cjs.js +1 -0
- package/dist/components/Cursor/components/ServerCursor.d.ts +5 -0
- package/dist/components/Cursor/components/ServerCursor.es.js +4 -0
- package/dist/components/Cursor/cursor.module.css.cjs.js +1 -0
- package/dist/components/Cursor/cursor.module.css.es.js +11 -0
- package/dist/components/Cursor/index.d.ts +1 -0
- package/dist/components/FAQComponent/FAQComponent.cjs.js +1 -0
- package/dist/components/FAQComponent/FAQComponent.d.ts +3 -0
- package/dist/components/FAQComponent/FAQComponent.es.js +27 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.cjs.js +1 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.d.ts +3 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.es.js +30 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/faqComponentItem.module.css.cjs.js +1 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/faqComponentItem.module.css.es.js +27 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/index.d.ts +2 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/types.d.ts +9 -0
- package/dist/components/FAQComponent/components/index.d.ts +1 -0
- package/dist/components/FAQComponent/faqComponent.module.css.cjs.js +1 -0
- package/dist/components/FAQComponent/faqComponent.module.css.es.js +7 -0
- package/dist/components/FAQComponent/index.d.ts +1 -0
- package/dist/components/FAQComponent/types.d.ts +10 -0
- package/dist/components/FilterMenu/FilterMenu.cjs.js +1 -0
- package/dist/components/FilterMenu/FilterMenu.d.ts +23 -0
- package/dist/components/FilterMenu/FilterMenu.es.js +50 -0
- package/dist/components/FilterMenu/filterMenu.module.css.cjs.js +1 -0
- package/dist/components/FilterMenu/filterMenu.module.css.es.js +29 -0
- package/dist/components/FilterMenu/index.d.ts +1 -0
- package/dist/components/GalleryPagination/GalleryPagination.cjs.js +1 -0
- package/dist/components/GalleryPagination/GalleryPagination.d.ts +7 -0
- package/dist/components/GalleryPagination/GalleryPagination.es.js +7 -0
- package/dist/components/GalleryPagination/galleryPagination.module.css.cjs.js +1 -0
- package/dist/components/GalleryPagination/galleryPagination.module.css.es.js +13 -0
- package/dist/components/GalleryPagination/index.d.ts +1 -0
- package/dist/components/HighlightedTitle/HighlightedTitle.cjs.js +1 -0
- package/dist/components/HighlightedTitle/HighlightedTitle.d.ts +12 -0
- package/dist/components/HighlightedTitle/HighlightedTitle.es.js +30 -0
- package/dist/components/HighlightedTitle/highlightedTitle.module.css.cjs.js +1 -0
- package/dist/components/HighlightedTitle/highlightedTitle.module.css.es.js +13 -0
- package/dist/components/HighlightedTitle/index.d.ts +1 -0
- package/dist/components/Icon/Icon.cjs.js +1 -0
- package/dist/components/Icon/Icon.d.ts +8 -0
- package/dist/components/Icon/Icon.es.js +10 -0
- package/dist/components/Icon/constants.cjs.js +1 -0
- package/dist/components/Icon/constants.d.ts +62 -0
- package/dist/components/Icon/constants.es.js +66 -0
- package/dist/components/Icon/iconsMap.cjs.js +1 -0
- package/dist/components/Icon/iconsMap.d.ts +4 -0
- package/dist/components/Icon/iconsMap.es.js +124 -0
- package/dist/components/Icon/index.d.ts +2 -0
- package/dist/components/IconBracket/IconBracket.cjs.js +1 -0
- package/dist/components/IconBracket/IconBracket.d.ts +3 -0
- package/dist/components/IconBracket/IconBracket.es.js +17 -0
- package/dist/components/IconBracket/iconBracket.module.css.cjs.js +1 -0
- package/dist/components/IconBracket/iconBracket.module.css.es.js +15 -0
- package/dist/components/IconBracket/index.d.ts +1 -0
- package/dist/components/IconBracket/types.d.ts +9 -0
- package/dist/components/IconButton/IconButton.cjs.js +1 -0
- package/dist/components/IconButton/IconButton.d.ts +14 -0
- package/dist/components/IconButton/IconButton.es.js +18 -0
- package/dist/components/IconButton/iconButton.module.css.cjs.js +1 -0
- package/dist/components/IconButton/iconButton.module.css.es.js +25 -0
- package/dist/components/IconButton/index.d.ts +1 -0
- package/dist/components/ImageGallery/ImageGallery.cjs.js +1 -0
- package/dist/components/ImageGallery/ImageGallery.d.ts +8 -0
- package/dist/components/ImageGallery/ImageGallery.es.js +35 -0
- package/dist/components/ImageGallery/imageGallery.module.css.cjs.js +1 -0
- package/dist/components/ImageGallery/imageGallery.module.css.es.js +15 -0
- package/dist/components/ImageGallery/index.d.ts +1 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.cjs.js +1 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.d.ts +18 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.es.js +67 -0
- package/dist/components/InfiniteScroll/index.d.ts +2 -0
- package/dist/components/InfiniteScroll/infiniteScroll.module.css.cjs.js +1 -0
- package/dist/components/InfiniteScroll/infiniteScroll.module.css.es.js +9 -0
- package/dist/components/Label/Label.cjs.js +1 -0
- package/dist/components/Label/Label.d.ts +3 -0
- package/dist/components/Label/Label.es.js +19 -0
- package/dist/components/Label/index.d.ts +2 -0
- package/dist/components/Label/label.module.css.cjs.js +1 -0
- package/dist/components/Label/label.module.css.es.js +7 -0
- package/dist/components/Label/types.d.ts +10 -0
- package/dist/components/Pagination/Pagination.cjs.js +1 -0
- package/dist/components/Pagination/Pagination.d.ts +9 -0
- package/dist/components/Pagination/Pagination.es.js +54 -0
- package/dist/components/Pagination/index.d.ts +1 -0
- package/dist/components/Pagination/pagination.module.css.cjs.js +1 -0
- package/dist/components/Pagination/pagination.module.css.es.js +19 -0
- package/dist/components/PlayButton/PlayButton.cjs.js +1 -0
- package/dist/components/PlayButton/PlayButton.d.ts +8 -0
- package/dist/components/PlayButton/PlayButton.es.js +9 -0
- package/dist/components/PlayButton/index.d.ts +1 -0
- package/dist/components/PlayButton/playButton.module.css.cjs.js +1 -0
- package/dist/components/PlayButton/playButton.module.css.es.js +11 -0
- package/dist/components/Pricing/Pricing.cjs.js +1 -0
- package/dist/components/Pricing/Pricing.d.ts +3 -0
- package/dist/components/Pricing/Pricing.es.js +41 -0
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.cjs.js +1 -0
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.d.ts +8 -0
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.es.js +11 -0
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.cjs.js +1 -0
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.es.js +7 -0
- package/dist/components/Pricing/components/BenefitItem/index.d.ts +1 -0
- package/dist/components/Pricing/components/index.d.ts +1 -0
- package/dist/components/Pricing/index.d.ts +2 -0
- package/dist/components/Pricing/pricing.module.css.cjs.js +1 -0
- package/dist/components/Pricing/pricing.module.css.es.js +25 -0
- package/dist/components/Pricing/types.d.ts +17 -0
- package/dist/components/ProductGallery/ProductGallery.cjs.js +1 -0
- package/dist/components/ProductGallery/ProductGallery.d.ts +8 -0
- package/dist/components/ProductGallery/ProductGallery.es.js +96 -0
- package/dist/components/ProductGallery/index.d.ts +2 -0
- package/dist/components/ProductGallery/productGallery.module.css.cjs.js +1 -0
- package/dist/components/ProductGallery/productGallery.module.css.es.js +27 -0
- package/dist/components/ProductGalleryCard/ProductGalleryCard.cjs.js +1 -0
- package/dist/components/ProductGalleryCard/ProductGalleryCard.d.ts +7 -0
- package/dist/components/ProductGalleryCard/ProductGalleryCard.es.js +43 -0
- package/dist/components/ProductGalleryCard/index.d.ts +2 -0
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css.cjs.js +1 -0
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css.es.js +21 -0
- package/dist/components/ProductGalleryCard/types.d.ts +11 -0
- package/dist/components/ProductListing/ProductListing.cjs.js +1 -0
- package/dist/components/ProductListing/ProductListing.d.ts +19 -0
- package/dist/components/ProductListing/ProductListing.es.js +30 -0
- package/dist/components/ProductListing/index.d.ts +1 -0
- package/dist/components/ProductListing/productListing.module.css.cjs.js +1 -0
- package/dist/components/ProductListing/productListing.module.css.es.js +29 -0
- package/dist/components/ProductPairs/ProductPairs.cjs.js +1 -0
- package/dist/components/ProductPairs/ProductPairs.d.ts +7 -0
- package/dist/components/ProductPairs/ProductPairs.es.js +55 -0
- package/dist/components/ProductPairs/index.d.ts +1 -0
- package/dist/components/ProductPairs/productPairs.module.css.cjs.js +1 -0
- package/dist/components/ProductPairs/productPairs.module.css.es.js +17 -0
- package/dist/components/ProgramCard/ProgramCard.cjs.js +1 -0
- package/dist/components/ProgramCard/ProgramCard.d.ts +13 -0
- package/dist/components/ProgramCard/ProgramCard.es.js +48 -0
- package/dist/components/ProgramCard/assets/program_card_bg.png.cjs.js +1 -0
- package/dist/components/ProgramCard/assets/program_card_bg.png.es.js +4 -0
- package/dist/components/ProgramCard/index.d.ts +1 -0
- package/dist/components/ProgramCard/programCard.module.css.cjs.js +1 -0
- package/dist/components/ProgramCard/programCard.module.css.es.js +7 -0
- package/dist/components/ProgressButton/ProgressButton.cjs.js +1 -0
- package/dist/components/ProgressButton/ProgressButton.d.ts +15 -0
- package/dist/components/ProgressButton/ProgressButton.es.js +44 -0
- package/dist/components/ProgressButton/index.d.ts +2 -0
- package/dist/components/ProgressButton/progressButton.module.css.cjs.js +1 -0
- package/dist/components/ProgressButton/progressButton.module.css.es.js +21 -0
- package/dist/components/ProgressButton/types.d.ts +1 -0
- package/dist/components/RadioButton/RadioButton.cjs.js +1 -0
- package/dist/components/RadioButton/RadioButton.d.ts +9 -0
- package/dist/components/RadioButton/RadioButton.es.js +38 -0
- package/dist/components/RadioButton/index.d.ts +1 -0
- package/dist/components/RadioButton/radioButton.module.css.cjs.js +1 -0
- package/dist/components/RadioButton/radioButton.module.css.es.js +21 -0
- package/dist/components/RatingStars/RatingStars.cjs.js +1 -0
- package/dist/components/RatingStars/RatingStars.d.ts +7 -0
- package/dist/components/RatingStars/RatingStars.es.js +18 -0
- package/dist/components/RatingStars/index.d.ts +1 -0
- package/dist/components/RatingStars/ratingStars.module.css.cjs.js +1 -0
- package/dist/components/RatingStars/ratingStars.module.css.es.js +13 -0
- package/dist/components/SmartCallout/SmartCallout.cjs.js +1 -0
- package/dist/components/SmartCallout/SmartCallout.d.ts +5 -0
- package/dist/components/SmartCallout/SmartCallout.es.js +7 -0
- package/dist/components/SmartCallout/index.d.ts +1 -0
- package/dist/components/SmartCallout/smartCallout.module.css.cjs.js +1 -0
- package/dist/components/SmartCallout/smartCallout.module.css.es.js +7 -0
- package/dist/components/StepsCarousel/StepsCarousel.cjs.js +1 -0
- package/dist/components/StepsCarousel/StepsCarousel.d.ts +13 -0
- package/dist/components/StepsCarousel/StepsCarousel.es.js +122 -0
- package/dist/components/StepsCarousel/index.d.ts +1 -0
- package/dist/components/StepsCarousel/stepsCarousel.module.css.cjs.js +1 -0
- package/dist/components/StepsCarousel/stepsCarousel.module.css.es.js +31 -0
- package/dist/components/StudyGridCard/StudyGridCard.cjs.js +1 -0
- package/dist/components/StudyGridCard/StudyGridCard.d.ts +12 -0
- package/dist/components/StudyGridCard/StudyGridCard.es.js +91 -0
- package/dist/components/StudyGridCard/studyGridCard.module.css.cjs.js +1 -0
- package/dist/components/StudyGridCard/studyGridCard.module.css.es.js +19 -0
- package/dist/components/Tabs/Tabs.cjs.js +1 -0
- package/dist/components/Tabs/Tabs.d.ts +23 -0
- package/dist/components/Tabs/Tabs.es.js +36 -0
- package/dist/components/Tabs/TabsWithFade.cjs.js +1 -0
- package/dist/components/Tabs/TabsWithFade.d.ts +9 -0
- package/dist/components/Tabs/TabsWithFade.es.js +40 -0
- package/dist/components/Tabs/index.d.ts +3 -0
- package/dist/components/Tabs/tabs.module.css.cjs.js +1 -0
- package/dist/components/Tabs/tabs.module.css.es.js +35 -0
- package/dist/components/Tag/Tag.cjs.js +1 -0
- package/dist/components/Tag/Tag.d.ts +16 -0
- package/dist/components/Tag/Tag.es.js +24 -0
- package/dist/components/Tag/index.d.ts +1 -0
- package/dist/components/Tag/tag.module.css.cjs.js +1 -0
- package/dist/components/Tag/tag.module.css.es.js +17 -0
- package/dist/components/TextButton/TextButton.cjs.js +1 -0
- package/dist/components/TextButton/TextButton.d.ts +15 -0
- package/dist/components/TextButton/TextButton.es.js +34 -0
- package/dist/components/TextButton/index.d.ts +2 -0
- package/dist/components/TextButton/textButton.module.css.cjs.js +1 -0
- package/dist/components/TextButton/textButton.module.css.es.js +19 -0
- package/dist/components/TypeBadge/TypeBadge.cjs.js +1 -0
- package/dist/components/TypeBadge/TypeBadge.d.ts +12 -0
- package/dist/components/TypeBadge/TypeBadge.es.js +12 -0
- package/dist/components/TypeBadge/index.d.ts +2 -0
- package/dist/components/TypeBadge/typeBadge.module.css.cjs.js +1 -0
- package/dist/components/TypeBadge/typeBadge.module.css.es.js +9 -0
- package/dist/components/Typography/Typography.cjs.js +1 -0
- package/dist/components/Typography/Typography.d.ts +16 -0
- package/dist/components/Typography/Typography.es.js +30 -0
- package/dist/components/Typography/Typography.service.cjs.js +1 -0
- package/dist/components/Typography/Typography.service.d.ts +3 -0
- package/dist/components/Typography/Typography.service.es.js +11 -0
- package/dist/components/Typography/index.d.ts +2 -0
- package/dist/components/index.d.ts +0 -0
- package/dist/healthspan-marketing-ui.css +1 -0
- package/dist/icons/action/alert-error-fill.svg.cjs.js +1 -0
- package/dist/icons/action/alert-error-fill.svg.es.js +5 -0
- package/dist/icons/action/alert-error.svg.cjs.js +1 -0
- package/dist/icons/action/alert-error.svg.es.js +5 -0
- package/dist/icons/action/bracket-left.svg.cjs.js +1 -0
- package/dist/icons/action/bracket-left.svg.es.js +5 -0
- package/dist/icons/action/bracket-right.svg.cjs.js +1 -0
- package/dist/icons/action/bracket-right.svg.es.js +5 -0
- package/dist/icons/action/check.svg.cjs.js +1 -0
- package/dist/icons/action/check.svg.es.js +5 -0
- package/dist/icons/action/circle-check-fill.svg.cjs.js +1 -0
- package/dist/icons/action/circle-check-fill.svg.es.js +5 -0
- package/dist/icons/action/circle-check.svg.cjs.js +1 -0
- package/dist/icons/action/circle-check.svg.es.js +5 -0
- package/dist/icons/action/close.svg.cjs.js +1 -0
- package/dist/icons/action/close.svg.es.js +5 -0
- package/dist/icons/action/help.svg.cjs.js +1 -0
- package/dist/icons/action/help.svg.es.js +5 -0
- package/dist/icons/action/info.svg.cjs.js +1 -0
- package/dist/icons/action/info.svg.es.js +5 -0
- package/dist/icons/action/menu.svg.cjs.js +1 -0
- package/dist/icons/action/menu.svg.es.js +5 -0
- package/dist/icons/action/play.svg.cjs.js +1 -0
- package/dist/icons/action/play.svg.es.js +5 -0
- package/dist/icons/action/plus.svg.cjs.js +1 -0
- package/dist/icons/action/plus.svg.es.js +5 -0
- package/dist/icons/action/remove.svg.cjs.js +1 -0
- package/dist/icons/action/remove.svg.es.js +5 -0
- package/dist/icons/action/search.svg.cjs.js +1 -0
- package/dist/icons/action/search.svg.es.js +5 -0
- package/dist/icons/action/warning.svg.cjs.js +1 -0
- package/dist/icons/action/warning.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-back.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-back.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-downward.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-downward.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-forward.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-forward.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-insert.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-insert.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-outward.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-outward.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-return.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-return.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-upward.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-upward.svg.es.js +5 -0
- package/dist/icons/arrow/chevron-back.svg.cjs.js +1 -0
- package/dist/icons/arrow/chevron-back.svg.es.js +5 -0
- package/dist/icons/arrow/chevron-down.svg.cjs.js +1 -0
- package/dist/icons/arrow/chevron-down.svg.es.js +5 -0
- package/dist/icons/arrow/chevron-forward.svg.cjs.js +1 -0
- package/dist/icons/arrow/chevron-forward.svg.es.js +5 -0
- package/dist/icons/arrow/chevron-up.svg.cjs.js +1 -0
- package/dist/icons/arrow/chevron-up.svg.es.js +5 -0
- package/dist/icons/bold/arrow-bold.svg.cjs.js +1 -0
- package/dist/icons/bold/arrow-bold.svg.es.js +5 -0
- package/dist/icons/bold/close-bold.svg.cjs.js +1 -0
- package/dist/icons/bold/close-bold.svg.es.js +5 -0
- package/dist/icons/bold/dot-bold.svg.cjs.js +1 -0
- package/dist/icons/bold/dot-bold.svg.es.js +5 -0
- package/dist/icons/bold/plus-bold.svg.cjs.js +1 -0
- package/dist/icons/bold/plus-bold.svg.es.js +5 -0
- package/dist/icons/chat/message-fill.svg.cjs.js +1 -0
- package/dist/icons/chat/message-fill.svg.es.js +5 -0
- package/dist/icons/chat/message.svg.cjs.js +1 -0
- package/dist/icons/chat/message.svg.es.js +5 -0
- package/dist/icons/eCommerce/calendar.svg.cjs.js +1 -0
- package/dist/icons/eCommerce/calendar.svg.es.js +5 -0
- package/dist/icons/eCommerce/cart.svg.cjs.js +1 -0
- package/dist/icons/eCommerce/cart.svg.es.js +5 -0
- package/dist/icons/eCommerce/package-fill.svg.cjs.js +1 -0
- package/dist/icons/eCommerce/package-fill.svg.es.js +5 -0
- package/dist/icons/eCommerce/package.svg.cjs.js +1 -0
- package/dist/icons/eCommerce/package.svg.es.js +5 -0
- package/dist/icons/faces/smile-fill.svg.cjs.js +1 -0
- package/dist/icons/faces/smile-fill.svg.es.js +5 -0
- package/dist/icons/faces/smile.svg.cjs.js +1 -0
- package/dist/icons/faces/smile.svg.es.js +5 -0
- package/dist/icons/global/filter.svg.cjs.js +1 -0
- package/dist/icons/global/filter.svg.es.js +5 -0
- package/dist/icons/global/pin-drop.svg.cjs.js +1 -0
- package/dist/icons/global/pin-drop.svg.es.js +5 -0
- package/dist/icons/indicators/circle-dash-fill.svg.cjs.js +1 -0
- package/dist/icons/indicators/circle-dash-fill.svg.es.js +5 -0
- package/dist/icons/indicators/circle-dash.svg.cjs.js +1 -0
- package/dist/icons/indicators/circle-dash.svg.es.js +5 -0
- package/dist/icons/medical/coaching.svg.cjs.js +1 -0
- package/dist/icons/medical/coaching.svg.es.js +5 -0
- package/dist/icons/medical/labs.svg.cjs.js +1 -0
- package/dist/icons/medical/labs.svg.es.js +5 -0
- package/dist/icons/medical/myspan.svg.cjs.js +1 -0
- package/dist/icons/medical/myspan.svg.es.js +5 -0
- package/dist/icons/medical/optimizations.svg.cjs.js +1 -0
- package/dist/icons/medical/optimizations.svg.es.js +5 -0
- package/dist/icons/medical/protocols.svg.cjs.js +1 -0
- package/dist/icons/medical/protocols.svg.es.js +5 -0
- package/dist/icons/medical/ruler.svg.cjs.js +1 -0
- package/dist/icons/medical/ruler.svg.es.js +5 -0
- package/dist/icons/medical/scale.svg.cjs.js +1 -0
- package/dist/icons/medical/scale.svg.es.js +5 -0
- package/dist/icons/social/facebook.svg.cjs.js +1 -0
- package/dist/icons/social/facebook.svg.es.js +5 -0
- package/dist/icons/social/heart-fill.svg.cjs.js +1 -0
- package/dist/icons/social/heart-fill.svg.es.js +5 -0
- package/dist/icons/social/heart.svg.cjs.js +1 -0
- package/dist/icons/social/heart.svg.es.js +5 -0
- package/dist/icons/social/instagram.svg.cjs.js +1 -0
- package/dist/icons/social/instagram.svg.es.js +5 -0
- package/dist/icons/social/star-fill.svg.cjs.js +1 -0
- package/dist/icons/social/star-fill.svg.es.js +5 -0
- package/dist/icons/social/star-half.svg.cjs.js +1 -0
- package/dist/icons/social/star-half.svg.es.js +5 -0
- package/dist/icons/social/star-outline.svg.cjs.js +1 -0
- package/dist/icons/social/star-outline.svg.es.js +5 -0
- package/dist/icons/social/star.svg.cjs.js +1 -0
- package/dist/icons/social/star.svg.es.js +5 -0
- package/dist/icons/social/x.svg.cjs.js +1 -0
- package/dist/icons/social/x.svg.es.js +5 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +10 -0
- package/dist/lib/useSwiper.d.ts +23 -0
- package/dist/modules/AllInOne/AllInOne.cjs.js +1 -0
- package/dist/modules/AllInOne/AllInOne.d.ts +11 -0
- package/dist/modules/AllInOne/AllInOne.es.js +222 -0
- package/dist/modules/AllInOne/allInOne.module.css.cjs.js +1 -0
- package/dist/modules/AllInOne/allInOne.module.css.es.js +23 -0
- package/dist/modules/AllInOne/index.d.ts +1 -0
- package/dist/modules/Benefits/Benefits.cjs.js +1 -0
- package/dist/modules/Benefits/Benefits.d.ts +14 -0
- package/dist/modules/Benefits/Benefits.es.js +30 -0
- package/dist/modules/Benefits/benefits.module.css.cjs.js +1 -0
- package/dist/modules/Benefits/benefits.module.css.es.js +27 -0
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.cjs.js +1 -0
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.d.ts +7 -0
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.es.js +13 -0
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.cjs.js +1 -0
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.es.js +11 -0
- package/dist/modules/Benefits/components/BenefitItem/index.d.ts +1 -0
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.cjs.js +1 -0
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.d.ts +6 -0
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.es.js +8 -0
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.cjs.js +1 -0
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.es.js +9 -0
- package/dist/modules/Benefits/components/BenefitTag/index.d.ts +1 -0
- package/dist/modules/Benefits/components/index.d.ts +2 -0
- package/dist/modules/Benefits/index.d.ts +1 -0
- package/dist/modules/CallToAction/CallToAction.cjs.js +1 -0
- package/dist/modules/CallToAction/CallToAction.d.ts +15 -0
- package/dist/modules/CallToAction/CallToAction.es.js +165 -0
- package/dist/modules/CallToAction/callToAction.module.css.cjs.js +1 -0
- package/dist/modules/CallToAction/callToAction.module.css.es.js +43 -0
- package/dist/modules/CallToAction/index.d.ts +1 -0
- package/dist/modules/Callback/Callback.cjs.js +1 -0
- package/dist/modules/Callback/Callback.d.ts +6 -0
- package/dist/modules/Callback/Callback.es.js +36 -0
- package/dist/modules/Callback/callback.module.css.cjs.js +1 -0
- package/dist/modules/Callback/callback.module.css.es.js +15 -0
- package/dist/modules/Callback/index.d.ts +1 -0
- package/dist/modules/Compare/Compare.cjs.js +1 -0
- package/dist/modules/Compare/Compare.d.ts +3 -0
- package/dist/modules/Compare/Compare.es.js +26 -0
- package/dist/modules/Compare/compare.module.css.cjs.js +1 -0
- package/dist/modules/Compare/compare.module.css.es.js +15 -0
- package/dist/modules/Compare/index.d.ts +1 -0
- package/dist/modules/Compare/types.d.ts +9 -0
- package/dist/modules/Comparison/Comparison.cjs.js +1 -0
- package/dist/modules/Comparison/Comparison.d.ts +9 -0
- package/dist/modules/Comparison/Comparison.es.js +110 -0
- package/dist/modules/Comparison/assets/company-logo.svg.cjs.js +1 -0
- package/dist/modules/Comparison/assets/company-logo.svg.es.js +5 -0
- package/dist/modules/Comparison/comparison.module.css.cjs.js +1 -0
- package/dist/modules/Comparison/comparison.module.css.es.js +41 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.cjs.js +1 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.d.ts +8 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.es.js +42 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.cjs.js +1 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.es.js +27 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/index.d.ts +1 -0
- package/dist/modules/Comparison/index.d.ts +1 -0
- package/dist/modules/Comparison/types.d.ts +15 -0
- package/dist/modules/Comparison/utils.cjs.js +1 -0
- package/dist/modules/Comparison/utils.d.ts +1 -0
- package/dist/modules/Comparison/utils.es.js +4 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.cjs.js +1 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.d.ts +3 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.es.js +24 -0
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.cjs.js +1 -0
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.es.js +25 -0
- package/dist/modules/CursorImageBlock/index.d.ts +2 -0
- package/dist/modules/CursorImageBlock/types.d.ts +9 -0
- package/dist/modules/FAQModule/FAQModule.cjs.js +1 -0
- package/dist/modules/FAQModule/FAQModule.d.ts +3 -0
- package/dist/modules/FAQModule/FAQModule.es.js +17 -0
- package/dist/modules/FAQModule/faqModule.module.css.cjs.js +1 -0
- package/dist/modules/FAQModule/faqModule.module.css.es.js +19 -0
- package/dist/modules/FAQModule/index.d.ts +1 -0
- package/dist/modules/FAQModule/types.d.ts +10 -0
- package/dist/modules/FeaturedIn/FeaturedIn.cjs.js +1 -0
- package/dist/modules/FeaturedIn/FeaturedIn.d.ts +21 -0
- package/dist/modules/FeaturedIn/FeaturedIn.es.js +63 -0
- package/dist/modules/FeaturedIn/featuredIn.module.css.cjs.js +1 -0
- package/dist/modules/FeaturedIn/featuredIn.module.css.es.js +37 -0
- package/dist/modules/FeaturedIn/index.d.ts +1 -0
- package/dist/modules/FeaturesGallery/FeaturesGallery.cjs.js +1 -0
- package/dist/modules/FeaturesGallery/FeaturesGallery.d.ts +14 -0
- package/dist/modules/FeaturesGallery/FeaturesGallery.es.js +30 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.cjs.js +1 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.d.ts +10 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.es.js +44 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.cjs.js +1 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.es.js +21 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/index.d.ts +1 -0
- package/dist/modules/FeaturesGallery/featuresGallery.module.css.cjs.js +1 -0
- package/dist/modules/FeaturesGallery/featuresGallery.module.css.es.js +21 -0
- package/dist/modules/FeaturesGallery/index.d.ts +1 -0
- package/dist/modules/FeaturesGallery/types.d.ts +5 -0
- package/dist/modules/FollowTheScience/FollowTheScience.cjs.js +1 -0
- package/dist/modules/FollowTheScience/FollowTheScience.d.ts +10 -0
- package/dist/modules/FollowTheScience/FollowTheScience.es.js +94 -0
- package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +1 -0
- package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +17 -0
- package/dist/modules/FollowTheScience/index.d.ts +1 -0
- package/dist/modules/HighestStandards/HighestStandards.cjs.js +1 -0
- package/dist/modules/HighestStandards/HighestStandards.d.ts +3 -0
- package/dist/modules/HighestStandards/HighestStandards.es.js +26 -0
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.cjs.js +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.d.ts +3 -0
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.es.js +24 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.cjs.js +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.d.ts +3 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.es.js +31 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/index.d.ts +2 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.cjs.js +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.es.js +25 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/types.d.ts +9 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/index.d.ts +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/index.d.ts +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.cjs.js +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.es.js +7 -0
- package/dist/modules/HighestStandards/components/TabsMenu/types.d.ts +6 -0
- package/dist/modules/HighestStandards/components/index.d.ts +1 -0
- package/dist/modules/HighestStandards/highestStandards.module.css.cjs.js +1 -0
- package/dist/modules/HighestStandards/highestStandards.module.css.es.js +23 -0
- package/dist/modules/HighestStandards/index.d.ts +1 -0
- package/dist/modules/HighestStandards/types.d.ts +11 -0
- package/dist/modules/HowItWorks/HowItWorks.cjs.js +1 -0
- package/dist/modules/HowItWorks/HowItWorks.d.ts +11 -0
- package/dist/modules/HowItWorks/HowItWorks.es.js +16 -0
- package/dist/modules/HowItWorks/components/Content/Content.cjs.js +1 -0
- package/dist/modules/HowItWorks/components/Content/Content.d.ts +10 -0
- package/dist/modules/HowItWorks/components/Content/Content.es.js +65 -0
- package/dist/modules/HowItWorks/components/Content/content.module.css.cjs.js +1 -0
- package/dist/modules/HowItWorks/components/Content/content.module.css.es.js +21 -0
- package/dist/modules/HowItWorks/components/Content/index.d.ts +1 -0
- package/dist/modules/HowItWorks/howItWorks.module.css.cjs.js +1 -0
- package/dist/modules/HowItWorks/howItWorks.module.css.es.js +13 -0
- package/dist/modules/HowItWorks/index.d.ts +1 -0
- package/dist/modules/ImageWithText/ImageWithText.cjs.js +1 -0
- package/dist/modules/ImageWithText/ImageWithText.d.ts +3 -0
- package/dist/modules/ImageWithText/ImageWithText.es.js +35 -0
- package/dist/modules/ImageWithText/imageWithText.module.css.cjs.js +1 -0
- package/dist/modules/ImageWithText/imageWithText.module.css.es.js +23 -0
- package/dist/modules/ImageWithText/index.d.ts +1 -0
- package/dist/modules/ImageWithText/types.d.ts +10 -0
- package/dist/modules/IndividualProductCard/IndividualProductCard.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/IndividualProductCard.d.ts +26 -0
- package/dist/modules/IndividualProductCard/IndividualProductCard.es.js +80 -0
- package/dist/modules/IndividualProductCard/components/Features/Features.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/components/Features/Features.d.ts +7 -0
- package/dist/modules/IndividualProductCard/components/Features/Features.es.js +35 -0
- package/dist/modules/IndividualProductCard/components/Features/features.module.css.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/components/Features/features.module.css.es.js +17 -0
- package/dist/modules/IndividualProductCard/components/Features/index.d.ts +1 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.d.ts +9 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.es.js +48 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/index.d.ts +1 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.es.js +35 -0
- package/dist/modules/IndividualProductCard/index.d.ts +1 -0
- package/dist/modules/IndividualProductCard/individualProductCard.module.css.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/individualProductCard.module.css.es.js +27 -0
- package/dist/modules/IndividualProductCard/types.d.ts +17 -0
- package/dist/modules/IngredientHighlight/IngredientHighlight.cjs.js +1 -0
- package/dist/modules/IngredientHighlight/IngredientHighlight.d.ts +3 -0
- package/dist/modules/IngredientHighlight/IngredientHighlight.es.js +26 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.cjs.js +1 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.d.ts +3 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.es.js +11 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/index.d.ts +2 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.cjs.js +1 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.es.js +17 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/types.d.ts +7 -0
- package/dist/modules/IngredientHighlight/components/index.d.ts +1 -0
- package/dist/modules/IngredientHighlight/index.d.ts +2 -0
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.cjs.js +1 -0
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.es.js +15 -0
- package/dist/modules/IngredientHighlight/types.d.ts +7 -0
- package/dist/modules/LongevityPathways/LongevityPathways.cjs.js +1 -0
- package/dist/modules/LongevityPathways/LongevityPathways.d.ts +3 -0
- package/dist/modules/LongevityPathways/LongevityPathways.es.js +19 -0
- package/dist/modules/LongevityPathways/index.d.ts +2 -0
- package/dist/modules/LongevityPathways/longevityPathways.module.css.cjs.js +1 -0
- package/dist/modules/LongevityPathways/longevityPathways.module.css.es.js +9 -0
- package/dist/modules/LongevityPathways/types.d.ts +9 -0
- package/dist/modules/OptimalHealth/OptimalHealth.cjs.js +1 -0
- package/dist/modules/OptimalHealth/OptimalHealth.d.ts +11 -0
- package/dist/modules/OptimalHealth/OptimalHealth.es.js +36 -0
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -0
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.d.ts +7 -0
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +59 -0
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +1 -0
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +35 -0
- package/dist/modules/OptimalHealth/components/ClockImages/hooks.d.ts +1 -0
- package/dist/modules/OptimalHealth/components/ClockImages/index.d.ts +1 -0
- package/dist/modules/OptimalHealth/index.d.ts +1 -0
- package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +1 -0
- package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +21 -0
- package/dist/modules/OptimalHealth/types.d.ts +12 -0
- package/dist/modules/OurProcess/OurProcess.cjs.js +1 -0
- package/dist/modules/OurProcess/OurProcess.d.ts +13 -0
- package/dist/modules/OurProcess/OurProcess.es.js +24 -0
- package/dist/modules/OurProcess/index.d.ts +1 -0
- package/dist/modules/OurProcess/ourProcess.module.css.cjs.js +1 -0
- package/dist/modules/OurProcess/ourProcess.module.css.es.js +11 -0
- package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -0
- package/dist/modules/PairedProducts/PairedProducts.d.ts +12 -0
- package/dist/modules/PairedProducts/PairedProducts.es.js +17 -0
- package/dist/modules/PairedProducts/index.d.ts +1 -0
- package/dist/modules/PairedProducts/pairedProducts.module.css.cjs.js +1 -0
- package/dist/modules/PairedProducts/pairedProducts.module.css.es.js +17 -0
- package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/ProductsDisplay.d.ts +3 -0
- package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +22 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.d.ts +10 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.es.js +14 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/index.d.ts +1 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.es.js +9 -0
- package/dist/modules/ProductsDisplay/components/index.d.ts +1 -0
- package/dist/modules/ProductsDisplay/index.d.ts +1 -0
- package/dist/modules/ProductsDisplay/productsDisplay.module.css.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/productsDisplay.module.css.es.js +11 -0
- package/dist/modules/ProductsDisplay/types.d.ts +11 -0
- package/dist/modules/ProductsDisplay/useProductsData.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/useProductsData.d.ts +16 -0
- package/dist/modules/ProductsDisplay/useProductsData.es.js +20 -0
- package/dist/modules/Reviews/Reviews.cjs.js +1 -0
- package/dist/modules/Reviews/Reviews.d.ts +15 -0
- package/dist/modules/Reviews/Reviews.es.js +42 -0
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.cjs.js +1 -0
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.d.ts +3 -0
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.es.js +17 -0
- package/dist/modules/Reviews/components/ReviewCard/index.d.ts +1 -0
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.cjs.js +1 -0
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.es.js +13 -0
- package/dist/modules/Reviews/components/ReviewList/ReviewList.cjs.js +1 -0
- package/dist/modules/Reviews/components/ReviewList/ReviewList.d.ts +10 -0
- package/dist/modules/Reviews/components/ReviewList/ReviewList.es.js +21 -0
- package/dist/modules/Reviews/components/ReviewList/index.d.ts +1 -0
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.cjs.js +1 -0
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.es.js +7 -0
- package/dist/modules/Reviews/index.d.ts +1 -0
- package/dist/modules/Reviews/reviews.module.css.cjs.js +1 -0
- package/dist/modules/Reviews/reviews.module.css.es.js +21 -0
- package/dist/modules/Reviews/types.d.ts +8 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.d.ts +9 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +105 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +1 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +35 -0
- package/dist/modules/SlidingTabsGallery/index.d.ts +1 -0
- package/dist/modules/Studies/Studies.cjs.js +1 -0
- package/dist/modules/Studies/Studies.d.ts +9 -0
- package/dist/modules/Studies/Studies.es.js +26 -0
- package/dist/modules/Studies/index.d.ts +1 -0
- package/dist/modules/Studies/studies.module.css.cjs.js +1 -0
- package/dist/modules/Studies/studies.module.css.es.js +17 -0
- package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -0
- package/dist/modules/TargetedPrograms/TargetedPrograms.d.ts +7 -0
- package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +67 -0
- package/dist/modules/TargetedPrograms/index.d.ts +1 -0
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css.cjs.js +1 -0
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css.es.js +15 -0
- package/dist/modules/Testimonial/Testimonial.cjs.js +1 -0
- package/dist/modules/Testimonial/Testimonial.d.ts +13 -0
- package/dist/modules/Testimonial/Testimonial.es.js +106 -0
- package/dist/modules/Testimonial/components/Product/Product.cjs.js +1 -0
- package/dist/modules/Testimonial/components/Product/Product.d.ts +7 -0
- package/dist/modules/Testimonial/components/Product/Product.es.js +23 -0
- package/dist/modules/Testimonial/components/Product/index.d.ts +1 -0
- package/dist/modules/Testimonial/components/Product/product.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/components/Product/product.module.css.es.js +17 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.cjs.js +1 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.d.ts +3 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.es.js +34 -0
- package/dist/modules/Testimonial/components/TextCard/index.d.ts +1 -0
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.es.js +13 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.cjs.js +1 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.d.ts +12 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +65 -0
- package/dist/modules/Testimonial/components/VideoCard/index.d.ts +1 -0
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.es.js +17 -0
- package/dist/modules/Testimonial/index.d.ts +1 -0
- package/dist/modules/Testimonial/testimonial.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/testimonial.module.css.es.js +27 -0
- package/dist/modules/Testimonial/types.d.ts +27 -0
- package/dist/modules/TotalCare/TotalCare.cjs.js +1 -0
- package/dist/modules/TotalCare/TotalCare.d.ts +16 -0
- package/dist/modules/TotalCare/TotalCare.es.js +27 -0
- package/dist/modules/TotalCare/index.d.ts +1 -0
- package/dist/modules/TotalCare/totalCare.module.css.cjs.js +1 -0
- package/dist/modules/TotalCare/totalCare.module.css.es.js +19 -0
- package/dist/modules/TrackProgress/TrackProgress.cjs.js +1 -0
- package/dist/modules/TrackProgress/TrackProgress.d.ts +10 -0
- package/dist/modules/TrackProgress/TrackProgress.es.js +24 -0
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.cjs.js +1 -0
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.d.ts +7 -0
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.es.js +99 -0
- package/dist/modules/TrackProgress/components/TimelineContent/index.d.ts +1 -0
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.cjs.js +1 -0
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.es.js +27 -0
- package/dist/modules/TrackProgress/index.d.ts +1 -0
- package/dist/modules/TrackProgress/trackProgress.module.css.cjs.js +1 -0
- package/dist/modules/TrackProgress/trackProgress.module.css.es.js +13 -0
- package/dist/modules/TrackProgress/types.d.ts +6 -0
- package/dist/modules/TypesOfTests/TypesOfTests.cjs.js +1 -0
- package/dist/modules/TypesOfTests/TypesOfTests.d.ts +10 -0
- package/dist/modules/TypesOfTests/TypesOfTests.es.js +106 -0
- package/dist/modules/TypesOfTests/index.d.ts +1 -0
- package/dist/modules/TypesOfTests/types.d.ts +8 -0
- package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +1 -0
- package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +31 -0
- package/dist/modules/YourProtocol/YourProtocol.cjs.js +1 -0
- package/dist/modules/YourProtocol/YourProtocol.d.ts +11 -0
- package/dist/modules/YourProtocol/YourProtocol.es.js +46 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.cjs.js +1 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.d.ts +7 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +37 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/index.d.ts +1 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.cjs.js +1 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.es.js +13 -0
- package/dist/modules/YourProtocol/index.d.ts +1 -0
- package/dist/modules/YourProtocol/types.d.ts +13 -0
- package/dist/modules/YourProtocol/yourProtocol.module.css.cjs.js +1 -0
- package/dist/modules/YourProtocol/yourProtocol.module.css.es.js +19 -0
- package/dist/modules/index.d.ts +0 -0
- package/dist/node_modules/@gsap/react/src/index.cjs.js +9 -0
- package/dist/node_modules/@gsap/react/src/index.es.js +29 -0
- package/dist/node_modules/gsap/CSSPlugin.cjs.js +8 -0
- package/dist/node_modules/gsap/CSSPlugin.es.js +423 -0
- package/dist/node_modules/gsap/Flip.cjs.js +8 -0
- package/dist/node_modules/gsap/Flip.es.js +525 -0
- package/dist/node_modules/gsap/Observer.cjs.js +8 -0
- package/dist/node_modules/gsap/Observer.es.js +242 -0
- package/dist/node_modules/gsap/ScrollTrigger.cjs.js +8 -0
- package/dist/node_modules/gsap/ScrollTrigger.es.js +859 -0
- package/dist/node_modules/gsap/gsap-core.cjs.js +8 -0
- package/dist/node_modules/gsap/gsap-core.es.js +1651 -0
- package/dist/node_modules/gsap/index.cjs.js +1 -0
- package/dist/node_modules/gsap/index.es.js +13 -0
- package/dist/node_modules/gsap/utils/matrix.cjs.js +8 -0
- package/dist/node_modules/gsap/utils/matrix.es.js +104 -0
- package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.es.js +37 -0
- package/dist/node_modules/react-tiny-popover/dist/Popover.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/Popover.es.js +147 -0
- package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.es.js +20 -0
- package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.es.js +86 -0
- package/dist/node_modules/react-tiny-popover/dist/useElementRef.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/useElementRef.es.js +22 -0
- package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.es.js +34 -0
- package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.es.js +24 -0
- package/dist/node_modules/react-tiny-popover/dist/usePopover.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/usePopover.es.js +140 -0
- package/dist/node_modules/react-tiny-popover/dist/util.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/util.es.js +81 -0
- package/dist/node_modules/swiper/modules/navigation.cjs.js +1 -0
- package/dist/node_modules/swiper/modules/navigation.es.js +127 -0
- package/dist/node_modules/swiper/shared/create-element-if-not-defined.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/create-element-if-not-defined.es.js +12 -0
- package/dist/node_modules/swiper/shared/ssr-window.esm.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/ssr-window.esm.es.js +135 -0
- package/dist/node_modules/swiper/shared/swiper-core.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/swiper-core.es.js +2028 -0
- package/dist/node_modules/swiper/shared/update-on-virtual-data.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/update-on-virtual-data.es.js +62 -0
- package/dist/node_modules/swiper/shared/update-swiper.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/update-swiper.es.js +192 -0
- package/dist/node_modules/swiper/shared/utils.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/utils.es.js +186 -0
- package/dist/node_modules/swiper/swiper-react.cjs.js +1 -0
- package/dist/node_modules/swiper/swiper-react.es.js +242 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.cjs.js +1 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.d.ts +1 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.es.js +21 -0
- package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png.cjs.js +1 -0
- package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png.es.js +4 -0
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.cjs.js +1 -0
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.es.js +15 -0
- package/dist/pageComponents/BiologicalAge/index.d.ts +1 -0
- package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -0
- package/dist/pageComponents/Bubbles/Bubbles.d.ts +3 -0
- package/dist/pageComponents/Bubbles/Bubbles.es.js +40 -0
- package/dist/pageComponents/Bubbles/bubbles.module.css.cjs.js +1 -0
- package/dist/pageComponents/Bubbles/bubbles.module.css.es.js +15 -0
- package/dist/pageComponents/Bubbles/index.d.ts +1 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.cjs.js +1 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.d.ts +1 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.es.js +14 -0
- package/dist/pageComponents/DiscoverTheStory/assets/content-img.png.cjs.js +1 -0
- package/dist/pageComponents/DiscoverTheStory/assets/content-img.png.es.js +4 -0
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.cjs.js +1 -0
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.es.js +13 -0
- package/dist/pageComponents/DiscoverTheStory/index.d.ts +1 -0
- package/dist/pageComponents/Gradient/Gradient.cjs.js +1 -0
- package/dist/pageComponents/Gradient/Gradient.d.ts +5 -0
- package/dist/pageComponents/Gradient/Gradient.es.js +9 -0
- package/dist/pageComponents/Gradient/gradient.module.css.cjs.js +1 -0
- package/dist/pageComponents/Gradient/gradient.module.css.es.js +13 -0
- package/dist/pageComponents/Gradient/index.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.es.js +33 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.es.js +31 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.es.js +24 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.es.js +24 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.es.js +13 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.es.js +36 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.es.js +23 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.es.js +7 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg.es.js +7 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js +21 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js +17 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js +31 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js +19 -0
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.es.js +25 -0
- package/dist/pageComponents/HomepageHero/index.d.ts +1 -0
- package/dist/pageComponents/LabsHero/LabsHero.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/LabsHero.d.ts +1 -0
- package/dist/pageComponents/LabsHero/LabsHero.es.js +73 -0
- package/dist/pageComponents/LabsHero/assets/icon1.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/icon1.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/icon2.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/icon2.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/icon3.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/icon3.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/img1.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/img1.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/img2.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/img2.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/img3.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/img3.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/svg1.svg.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/svg1.svg.es.js +7 -0
- package/dist/pageComponents/LabsHero/assets/svg2.svg.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/svg2.svg.es.js +5 -0
- package/dist/pageComponents/LabsHero/assets/svg3.svg.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/svg3.svg.es.js +7 -0
- package/dist/pageComponents/LabsHero/index.d.ts +1 -0
- package/dist/pageComponents/LabsHero/labsHero.module.css.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/labsHero.module.css.es.js +41 -0
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.d.ts +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.es.js +179 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg.es.js +7 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg.es.js +7 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg.es.js +7 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/index.d.ts +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.es.js +71 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.d.ts +1 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +25 -0
- package/dist/pageComponents/StillHaveQuestions/index.d.ts +1 -0
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.cjs.js +1 -0
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.es.js +17 -0
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.cjs.js +1 -0
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.d.ts +15 -0
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.es.js +20 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.cjs.js +1 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.d.ts +7 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.es.js +10 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/index.d.ts +1 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.cjs.js +1 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.es.js +11 -0
- package/dist/pageComponents/TreatmentsHero/index.d.ts +1 -0
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.cjs.js +1 -0
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.es.js +21 -0
- package/dist/styles/index.d.ts +3 -0
- package/dist/styles/typography.module.css.cjs.js +1 -0
- package/dist/styles/typography.module.css.es.js +119 -0
- package/dist/types/common.d.ts +1 -0
- package/dist/utils/cn/cn.cjs.js +1 -0
- package/dist/utils/cn/cn.es.js +4 -0
- package/dist/utils/cn.d.ts +1 -0
- package/dist/utils/debounce.cjs.js +1 -0
- package/dist/utils/debounce.d.ts +2 -0
- package/dist/utils/debounce.es.js +9 -0
- package/dist/utils/formatUnits/formatUnits.cjs.js +1 -0
- package/dist/utils/formatUnits/formatUnits.es.js +9 -0
- package/dist/utils/formatUnits.d.ts +1 -0
- package/dist/utils/index.d.ts +0 -0
- package/dist/utils/isHsIcon/isHsIcon.cjs.js +1 -0
- package/dist/utils/isHsIcon/isHsIcon.es.js +7 -0
- package/dist/utils/isHsIcon.d.ts +3 -0
- package/dist/utils/useIsMobile.cjs.js +1 -0
- package/dist/utils/useIsMobile.d.ts +1 -0
- package/dist/utils/useIsMobile.es.js +12 -0
- package/dist/utils/useSwiper/useSwiper.cjs.js +1 -0
- package/dist/utils/useSwiper/useSwiper.es.js +48 -0
- package/package.json +21 -1
|
@@ -0,0 +1,859 @@
|
|
|
1
|
+
import { _scrollers as D, Observer as Oe, _vertical as ge, _horizontal as Fe, _getTarget as ye, _getProxyProp as st, _getScrollFunc as Ct, _proxies as It, _getVelocityProp as Yn } from "./Observer.es.js";
|
|
2
|
+
/*!
|
|
3
|
+
* ScrollTrigger 3.13.0
|
|
4
|
+
* https://gsap.com
|
|
5
|
+
*
|
|
6
|
+
* @license Copyright 2008-2025, GreenSock. All rights reserved.
|
|
7
|
+
* Subject to the terms at https://gsap.com/standard-license
|
|
8
|
+
* @author: Jack Doyle, jack@greensock.com
|
|
9
|
+
*/
|
|
10
|
+
var u, wt, C, O, ke, R, qr, gr, Yt, Bt, Mt, er, ae, wr, Nr, de, sn, ln, xt, Cn, Ar, Sn, pe, Lr, kn, Tn, et, Hr, Vr, bt, Gr, _r, Wr, Or, tr = 1, fe = Date.now, Dr = fe(), De = 0, At = 0, an = function(e, n, r) {
|
|
11
|
+
var t = Se(e) && (e.substr(0, 6) === "clamp(" || e.indexOf("max") > -1);
|
|
12
|
+
return r["_" + n + "Clamp"] = t, t ? e.substr(6, e.length - 7) : e;
|
|
13
|
+
}, fn = function(e, n) {
|
|
14
|
+
return n && (!Se(e) || e.substr(0, 6) !== "clamp(") ? "clamp(" + e + ")" : e;
|
|
15
|
+
}, Un = function s() {
|
|
16
|
+
return At && requestAnimationFrame(s);
|
|
17
|
+
}, un = function() {
|
|
18
|
+
return wr = 1;
|
|
19
|
+
}, cn = function() {
|
|
20
|
+
return wr = 0;
|
|
21
|
+
}, Ye = function(e) {
|
|
22
|
+
return e;
|
|
23
|
+
}, Ot = function(e) {
|
|
24
|
+
return Math.round(e * 1e5) / 1e5 || 0;
|
|
25
|
+
}, Rn = function() {
|
|
26
|
+
return typeof window < "u";
|
|
27
|
+
}, En = function() {
|
|
28
|
+
return u || Rn() && (u = window.gsap) && u.registerPlugin && u;
|
|
29
|
+
}, ut = function(e) {
|
|
30
|
+
return !!~qr.indexOf(e);
|
|
31
|
+
}, Pn = function(e) {
|
|
32
|
+
return (e === "Height" ? Gr : C["inner" + e]) || ke["client" + e] || R["client" + e];
|
|
33
|
+
}, Mn = function(e) {
|
|
34
|
+
return st(e, "getBoundingClientRect") || (ut(e) ? function() {
|
|
35
|
+
return hr.width = C.innerWidth, hr.height = Gr, hr;
|
|
36
|
+
} : function() {
|
|
37
|
+
return Ke(e);
|
|
38
|
+
});
|
|
39
|
+
}, Xn = function(e, n, r) {
|
|
40
|
+
var t = r.d, o = r.d2, a = r.a;
|
|
41
|
+
return (a = st(e, "getBoundingClientRect")) ? function() {
|
|
42
|
+
return a()[t];
|
|
43
|
+
} : function() {
|
|
44
|
+
return (n ? Pn(o) : e["client" + o]) || 0;
|
|
45
|
+
};
|
|
46
|
+
}, qn = function(e, n) {
|
|
47
|
+
return !n || ~It.indexOf(e) ? Mn(e) : function() {
|
|
48
|
+
return hr;
|
|
49
|
+
};
|
|
50
|
+
}, Ue = function(e, n) {
|
|
51
|
+
var r = n.s, t = n.d2, o = n.d, a = n.a;
|
|
52
|
+
return Math.max(0, (r = "scroll" + t) && (a = st(e, r)) ? a() - Mn(e)()[o] : ut(e) ? (ke[r] || R[r]) - Pn(t) : e[r] - e["offset" + t]);
|
|
53
|
+
}, rr = function(e, n) {
|
|
54
|
+
for (var r = 0; r < xt.length; r += 3)
|
|
55
|
+
(!n || ~n.indexOf(xt[r + 1])) && e(xt[r], xt[r + 1], xt[r + 2]);
|
|
56
|
+
}, Se = function(e) {
|
|
57
|
+
return typeof e == "string";
|
|
58
|
+
}, ue = function(e) {
|
|
59
|
+
return typeof e == "function";
|
|
60
|
+
}, Dt = function(e) {
|
|
61
|
+
return typeof e == "number";
|
|
62
|
+
}, it = function(e) {
|
|
63
|
+
return typeof e == "object";
|
|
64
|
+
}, Pt = function(e, n, r) {
|
|
65
|
+
return e && e.progress(n ? 0 : 1) && r && e.pause();
|
|
66
|
+
}, zr = function(e, n) {
|
|
67
|
+
if (e.enabled) {
|
|
68
|
+
var r = e._ctx ? e._ctx.add(function() {
|
|
69
|
+
return n(e);
|
|
70
|
+
}) : n(e);
|
|
71
|
+
r && r.totalTime && (e.callbackAnimation = r);
|
|
72
|
+
}
|
|
73
|
+
}, mt = Math.abs, An = "left", On = "top", Kr = "right", $r = "bottom", lt = "width", at = "height", Ft = "Right", Nt = "Left", Lt = "Top", Ht = "Bottom", Y = "padding", Me = "margin", St = "Width", Jr = "Height", X = "px", Ae = function(e) {
|
|
74
|
+
return C.getComputedStyle(e);
|
|
75
|
+
}, Vn = function(e) {
|
|
76
|
+
var n = Ae(e).position;
|
|
77
|
+
e.style.position = n === "absolute" || n === "fixed" ? n : "relative";
|
|
78
|
+
}, pn = function(e, n) {
|
|
79
|
+
for (var r in n)
|
|
80
|
+
r in e || (e[r] = n[r]);
|
|
81
|
+
return e;
|
|
82
|
+
}, Ke = function(e, n) {
|
|
83
|
+
var r = n && Ae(e)[Nr] !== "matrix(1, 0, 0, 1, 0, 0)" && u.to(e, {
|
|
84
|
+
x: 0,
|
|
85
|
+
y: 0,
|
|
86
|
+
xPercent: 0,
|
|
87
|
+
yPercent: 0,
|
|
88
|
+
rotation: 0,
|
|
89
|
+
rotationX: 0,
|
|
90
|
+
rotationY: 0,
|
|
91
|
+
scale: 1,
|
|
92
|
+
skewX: 0,
|
|
93
|
+
skewY: 0
|
|
94
|
+
}).progress(1), t = e.getBoundingClientRect();
|
|
95
|
+
return r && r.progress(0).kill(), t;
|
|
96
|
+
}, mr = function(e, n) {
|
|
97
|
+
var r = n.d2;
|
|
98
|
+
return e["offset" + r] || e["client" + r] || 0;
|
|
99
|
+
}, Dn = function(e) {
|
|
100
|
+
var n = [], r = e.labels, t = e.duration(), o;
|
|
101
|
+
for (o in r)
|
|
102
|
+
n.push(r[o] / t);
|
|
103
|
+
return n;
|
|
104
|
+
}, Gn = function(e) {
|
|
105
|
+
return function(n) {
|
|
106
|
+
return u.utils.snap(Dn(e), n);
|
|
107
|
+
};
|
|
108
|
+
}, Qr = function(e) {
|
|
109
|
+
var n = u.utils.snap(e), r = Array.isArray(e) && e.slice(0).sort(function(t, o) {
|
|
110
|
+
return t - o;
|
|
111
|
+
});
|
|
112
|
+
return r ? function(t, o, a) {
|
|
113
|
+
a === void 0 && (a = 1e-3);
|
|
114
|
+
var l;
|
|
115
|
+
if (!o)
|
|
116
|
+
return n(t);
|
|
117
|
+
if (o > 0) {
|
|
118
|
+
for (t -= a, l = 0; l < r.length; l++)
|
|
119
|
+
if (r[l] >= t)
|
|
120
|
+
return r[l];
|
|
121
|
+
return r[l - 1];
|
|
122
|
+
} else
|
|
123
|
+
for (l = r.length, t += a; l--; )
|
|
124
|
+
if (r[l] <= t)
|
|
125
|
+
return r[l];
|
|
126
|
+
return r[0];
|
|
127
|
+
} : function(t, o, a) {
|
|
128
|
+
a === void 0 && (a = 1e-3);
|
|
129
|
+
var l = n(t);
|
|
130
|
+
return !o || Math.abs(l - t) < a || l - t < 0 == o < 0 ? l : n(o < 0 ? t - e : t + e);
|
|
131
|
+
};
|
|
132
|
+
}, Kn = function(e) {
|
|
133
|
+
return function(n, r) {
|
|
134
|
+
return Qr(Dn(e))(n, r.direction);
|
|
135
|
+
};
|
|
136
|
+
}, nr = function(e, n, r, t) {
|
|
137
|
+
return r.split(",").forEach(function(o) {
|
|
138
|
+
return e(n, o, t);
|
|
139
|
+
});
|
|
140
|
+
}, G = function(e, n, r, t, o) {
|
|
141
|
+
return e.addEventListener(n, r, {
|
|
142
|
+
passive: !t,
|
|
143
|
+
capture: !!o
|
|
144
|
+
});
|
|
145
|
+
}, V = function(e, n, r, t) {
|
|
146
|
+
return e.removeEventListener(n, r, !!t);
|
|
147
|
+
}, ir = function(e, n, r) {
|
|
148
|
+
r = r && r.wheelHandler, r && (e(n, "wheel", r), e(n, "touchmove", r));
|
|
149
|
+
}, dn = {
|
|
150
|
+
startColor: "green",
|
|
151
|
+
endColor: "red",
|
|
152
|
+
indent: 0,
|
|
153
|
+
fontSize: "16px",
|
|
154
|
+
fontWeight: "normal"
|
|
155
|
+
}, or = {
|
|
156
|
+
toggleActions: "play",
|
|
157
|
+
anticipatePin: 0
|
|
158
|
+
}, vr = {
|
|
159
|
+
top: 0,
|
|
160
|
+
left: 0,
|
|
161
|
+
center: 0.5,
|
|
162
|
+
bottom: 1,
|
|
163
|
+
right: 1
|
|
164
|
+
}, ur = function(e, n) {
|
|
165
|
+
if (Se(e)) {
|
|
166
|
+
var r = e.indexOf("="), t = ~r ? +(e.charAt(r - 1) + 1) * parseFloat(e.substr(r + 1)) : 0;
|
|
167
|
+
~r && (e.indexOf("%") > r && (t *= n / 100), e = e.substr(0, r - 1)), e = t + (e in vr ? vr[e] * n : ~e.indexOf("%") ? parseFloat(e) * n / 100 : parseFloat(e) || 0);
|
|
168
|
+
}
|
|
169
|
+
return e;
|
|
170
|
+
}, sr = function(e, n, r, t, o, a, l, c) {
|
|
171
|
+
var v = o.startColor, F = o.endColor, P = o.fontSize, h = o.indent, f = o.fontWeight, b = O.createElement("div"), ee = ut(r) || st(r, "pinType") === "fixed", te = e.indexOf("scroller") !== -1, me = ee ? R : r, W = e.indexOf("start") !== -1, _e = W ? v : F, y = "border-color:" + _e + ";font-size:" + P + ";color:" + _e + ";font-weight:" + f + ";pointer-events:none;white-space:nowrap;font-family:sans-serif,Arial;z-index:1000;padding:4px 8px;border-width:0;border-style:solid;";
|
|
172
|
+
return y += "position:" + ((te || c) && ee ? "fixed;" : "absolute;"), (te || c || !ee) && (y += (t === ge ? Kr : $r) + ":" + (a + parseFloat(h)) + "px;"), l && (y += "box-sizing:border-box;text-align:left;width:" + l.offsetWidth + "px;"), b._isStart = W, b.setAttribute("class", "gsap-marker-" + e + (n ? " marker-" + n : "")), b.style.cssText = y, b.innerText = n || n === 0 ? e + "-" + n : e, me.children[0] ? me.insertBefore(b, me.children[0]) : me.appendChild(b), b._offset = b["offset" + t.op.d2], cr(b, 0, t, W), b;
|
|
173
|
+
}, cr = function(e, n, r, t) {
|
|
174
|
+
var o = {
|
|
175
|
+
display: "block"
|
|
176
|
+
}, a = r[t ? "os2" : "p2"], l = r[t ? "p2" : "os2"];
|
|
177
|
+
e._isFlipped = t, o[r.a + "Percent"] = t ? -100 : 0, o[r.a] = t ? "1px" : 0, o["border" + a + St] = 1, o["border" + l + St] = 0, o[r.p] = n + "px", u.set(e, o);
|
|
178
|
+
}, x = [], Yr = {}, Ut, hn = function() {
|
|
179
|
+
return fe() - De > 34 && (Ut || (Ut = requestAnimationFrame($e)));
|
|
180
|
+
}, vt = function() {
|
|
181
|
+
(!pe || !pe.isPressed || pe.startX > R.clientWidth) && (D.cache++, pe ? Ut || (Ut = requestAnimationFrame($e)) : $e(), De || pt("scrollStart"), De = fe());
|
|
182
|
+
}, Ir = function() {
|
|
183
|
+
Tn = C.innerWidth, kn = C.innerHeight;
|
|
184
|
+
}, zt = function(e) {
|
|
185
|
+
D.cache++, (e === !0 || !ae && !Sn && !O.fullscreenElement && !O.webkitFullscreenElement && (!Lr || Tn !== C.innerWidth || Math.abs(C.innerHeight - kn) > C.innerHeight * 0.25)) && gr.restart(!0);
|
|
186
|
+
}, ct = {}, $n = [], zn = function s() {
|
|
187
|
+
return V(S, "scrollEnd", s) || ot(!0);
|
|
188
|
+
}, pt = function(e) {
|
|
189
|
+
return ct[e] && ct[e].map(function(n) {
|
|
190
|
+
return n();
|
|
191
|
+
}) || $n;
|
|
192
|
+
}, Ce = [], In = function(e) {
|
|
193
|
+
for (var n = 0; n < Ce.length; n += 5)
|
|
194
|
+
(!e || Ce[n + 4] && Ce[n + 4].query === e) && (Ce[n].style.cssText = Ce[n + 1], Ce[n].getBBox && Ce[n].setAttribute("transform", Ce[n + 2] || ""), Ce[n + 3].uncache = 1);
|
|
195
|
+
}, Zr = function(e, n) {
|
|
196
|
+
var r;
|
|
197
|
+
for (de = 0; de < x.length; de++)
|
|
198
|
+
r = x[de], r && (!n || r._ctx === n) && (e ? r.kill(1) : r.revert(!0, !0));
|
|
199
|
+
_r = !0, n && In(n), n || pt("revert");
|
|
200
|
+
}, Bn = function(e, n) {
|
|
201
|
+
D.cache++, (n || !he) && D.forEach(function(r) {
|
|
202
|
+
return ue(r) && r.cacheID++ && (r.rec = 0);
|
|
203
|
+
}), Se(e) && (C.history.scrollRestoration = Vr = e);
|
|
204
|
+
}, he, ft = 0, gn, Jn = function() {
|
|
205
|
+
if (gn !== ft) {
|
|
206
|
+
var e = gn = ft;
|
|
207
|
+
requestAnimationFrame(function() {
|
|
208
|
+
return e === ft && ot(!0);
|
|
209
|
+
});
|
|
210
|
+
}
|
|
211
|
+
}, Fn = function() {
|
|
212
|
+
R.appendChild(bt), Gr = !pe && bt.offsetHeight || C.innerHeight, R.removeChild(bt);
|
|
213
|
+
}, _n = function(e) {
|
|
214
|
+
return Yt(".gsap-marker-start, .gsap-marker-end, .gsap-marker-scroller-start, .gsap-marker-scroller-end").forEach(function(n) {
|
|
215
|
+
return n.style.display = e ? "none" : "block";
|
|
216
|
+
});
|
|
217
|
+
}, ot = function(e, n) {
|
|
218
|
+
if (ke = O.documentElement, R = O.body, qr = [C, O, ke, R], De && !e && !_r) {
|
|
219
|
+
G(S, "scrollEnd", zn);
|
|
220
|
+
return;
|
|
221
|
+
}
|
|
222
|
+
Fn(), he = S.isRefreshing = !0, D.forEach(function(t) {
|
|
223
|
+
return ue(t) && ++t.cacheID && (t.rec = t());
|
|
224
|
+
});
|
|
225
|
+
var r = pt("refreshInit");
|
|
226
|
+
Cn && S.sort(), n || Zr(), D.forEach(function(t) {
|
|
227
|
+
ue(t) && (t.smooth && (t.target.style.scrollBehavior = "auto"), t(0));
|
|
228
|
+
}), x.slice(0).forEach(function(t) {
|
|
229
|
+
return t.refresh();
|
|
230
|
+
}), _r = !1, x.forEach(function(t) {
|
|
231
|
+
if (t._subPinOffset && t.pin) {
|
|
232
|
+
var o = t.vars.horizontal ? "offsetWidth" : "offsetHeight", a = t.pin[o];
|
|
233
|
+
t.revert(!0, 1), t.adjustPinSpacing(t.pin[o] - a), t.refresh();
|
|
234
|
+
}
|
|
235
|
+
}), Wr = 1, _n(!0), x.forEach(function(t) {
|
|
236
|
+
var o = Ue(t.scroller, t._dir), a = t.vars.end === "max" || t._endClamp && t.end > o, l = t._startClamp && t.start >= o;
|
|
237
|
+
(a || l) && t.setPositions(l ? o - 1 : t.start, a ? Math.max(l ? o : t.start + 1, o) : t.end, !0);
|
|
238
|
+
}), _n(!1), Wr = 0, r.forEach(function(t) {
|
|
239
|
+
return t && t.render && t.render(-1);
|
|
240
|
+
}), D.forEach(function(t) {
|
|
241
|
+
ue(t) && (t.smooth && requestAnimationFrame(function() {
|
|
242
|
+
return t.target.style.scrollBehavior = "smooth";
|
|
243
|
+
}), t.rec && t(t.rec));
|
|
244
|
+
}), Bn(Vr, 1), gr.pause(), ft++, he = 2, $e(2), x.forEach(function(t) {
|
|
245
|
+
return ue(t.vars.onRefresh) && t.vars.onRefresh(t);
|
|
246
|
+
}), he = S.isRefreshing = !1, pt("refresh");
|
|
247
|
+
}, Ur = 0, pr = 1, Wt, $e = function(e) {
|
|
248
|
+
if (e === 2 || !he && !_r) {
|
|
249
|
+
S.isUpdating = !0, Wt && Wt.update(0);
|
|
250
|
+
var n = x.length, r = fe(), t = r - Dr >= 50, o = n && x[0].scroll();
|
|
251
|
+
if (pr = Ur > o ? -1 : 1, he || (Ur = o), t && (De && !wr && r - De > 200 && (De = 0, pt("scrollEnd")), Mt = Dr, Dr = r), pr < 0) {
|
|
252
|
+
for (de = n; de-- > 0; )
|
|
253
|
+
x[de] && x[de].update(0, t);
|
|
254
|
+
pr = 1;
|
|
255
|
+
} else
|
|
256
|
+
for (de = 0; de < n; de++)
|
|
257
|
+
x[de] && x[de].update(0, t);
|
|
258
|
+
S.isUpdating = !1;
|
|
259
|
+
}
|
|
260
|
+
Ut = 0;
|
|
261
|
+
}, Xr = [An, On, $r, Kr, Me + Ht, Me + Ft, Me + Lt, Me + Nt, "display", "flexShrink", "float", "zIndex", "gridColumnStart", "gridColumnEnd", "gridRowStart", "gridRowEnd", "gridArea", "justifySelf", "alignSelf", "placeSelf", "order"], dr = Xr.concat([lt, at, "boxSizing", "max" + St, "max" + Jr, "position", Me, Y, Y + Lt, Y + Ft, Y + Ht, Y + Nt]), Qn = function(e, n, r) {
|
|
262
|
+
yt(r);
|
|
263
|
+
var t = e._gsap;
|
|
264
|
+
if (t.spacerIsNative)
|
|
265
|
+
yt(t.spacerState);
|
|
266
|
+
else if (e._gsap.swappedIn) {
|
|
267
|
+
var o = n.parentNode;
|
|
268
|
+
o && (o.insertBefore(e, n), o.removeChild(n));
|
|
269
|
+
}
|
|
270
|
+
e._gsap.swappedIn = !1;
|
|
271
|
+
}, Br = function(e, n, r, t) {
|
|
272
|
+
if (!e._gsap.swappedIn) {
|
|
273
|
+
for (var o = Xr.length, a = n.style, l = e.style, c; o--; )
|
|
274
|
+
c = Xr[o], a[c] = r[c];
|
|
275
|
+
a.position = r.position === "absolute" ? "absolute" : "relative", r.display === "inline" && (a.display = "inline-block"), l[$r] = l[Kr] = "auto", a.flexBasis = r.flexBasis || "auto", a.overflow = "visible", a.boxSizing = "border-box", a[lt] = mr(e, Fe) + X, a[at] = mr(e, ge) + X, a[Y] = l[Me] = l[On] = l[An] = "0", yt(t), l[lt] = l["max" + St] = r[lt], l[at] = l["max" + Jr] = r[at], l[Y] = r[Y], e.parentNode !== n && (e.parentNode.insertBefore(n, e), n.appendChild(e)), e._gsap.swappedIn = !0;
|
|
276
|
+
}
|
|
277
|
+
}, Zn = /([A-Z])/g, yt = function(e) {
|
|
278
|
+
if (e) {
|
|
279
|
+
var n = e.t.style, r = e.length, t = 0, o, a;
|
|
280
|
+
for ((e.t._gsap || u.core.getCache(e.t)).uncache = 1; t < r; t += 2)
|
|
281
|
+
a = e[t + 1], o = e[t], a ? n[o] = a : n[o] && n.removeProperty(o.replace(Zn, "-$1").toLowerCase());
|
|
282
|
+
}
|
|
283
|
+
}, lr = function(e) {
|
|
284
|
+
for (var n = dr.length, r = e.style, t = [], o = 0; o < n; o++)
|
|
285
|
+
t.push(dr[o], r[dr[o]]);
|
|
286
|
+
return t.t = e, t;
|
|
287
|
+
}, jn = function(e, n, r) {
|
|
288
|
+
for (var t = [], o = e.length, a = r ? 8 : 0, l; a < o; a += 2)
|
|
289
|
+
l = e[a], t.push(l, l in n ? n[l] : e[a + 1]);
|
|
290
|
+
return t.t = e.t, t;
|
|
291
|
+
}, hr = {
|
|
292
|
+
left: 0,
|
|
293
|
+
top: 0
|
|
294
|
+
}, mn = function(e, n, r, t, o, a, l, c, v, F, P, h, f, b) {
|
|
295
|
+
ue(e) && (e = e(c)), Se(e) && e.substr(0, 3) === "max" && (e = h + (e.charAt(4) === "=" ? ur("0" + e.substr(3), r) : 0));
|
|
296
|
+
var ee = f ? f.time() : 0, te, me, W;
|
|
297
|
+
if (f && f.seek(0), isNaN(e) || (e = +e), Dt(e))
|
|
298
|
+
f && (e = u.utils.mapRange(f.scrollTrigger.start, f.scrollTrigger.end, 0, h, e)), l && cr(l, r, t, !0);
|
|
299
|
+
else {
|
|
300
|
+
ue(n) && (n = n(c));
|
|
301
|
+
var _e = (e || "0").split(" "), y, Xe, L, m;
|
|
302
|
+
W = ye(n, c) || R, y = Ke(W) || {}, (!y || !y.left && !y.top) && Ae(W).display === "none" && (m = W.style.display, W.style.display = "block", y = Ke(W), m ? W.style.display = m : W.style.removeProperty("display")), Xe = ur(_e[0], y[t.d]), L = ur(_e[1] || "0", r), e = y[t.p] - v[t.p] - F + Xe + o - L, l && cr(l, L, t, r - L < 20 || l._isStart && L > 20), r -= r - L;
|
|
303
|
+
}
|
|
304
|
+
if (b && (c[b] = e || -1e-3, e < 0 && (e = 0)), a) {
|
|
305
|
+
var Te = e + r, ze = a._isStart;
|
|
306
|
+
te = "scroll" + t.d2, cr(a, Te, t, ze && Te > 20 || !ze && (P ? Math.max(R[te], ke[te]) : a.parentNode[te]) <= Te + 1), P && (v = Ke(l), P && (a.style[t.op.p] = v[t.op.p] - t.op.m - a._offset + X));
|
|
307
|
+
}
|
|
308
|
+
return f && W && (te = Ke(W), f.seek(h), me = Ke(W), f._caScrollDist = te[t.p] - me[t.p], e = e / f._caScrollDist * h), f && f.seek(ee), f ? e : Math.round(e);
|
|
309
|
+
}, ei = /(webkit|moz|length|cssText|inset)/i, vn = function(e, n, r, t) {
|
|
310
|
+
if (e.parentNode !== n) {
|
|
311
|
+
var o = e.style, a, l;
|
|
312
|
+
if (n === R) {
|
|
313
|
+
e._stOrig = o.cssText, l = Ae(e);
|
|
314
|
+
for (a in l)
|
|
315
|
+
!+a && !ei.test(a) && l[a] && typeof o[a] == "string" && a !== "0" && (o[a] = l[a]);
|
|
316
|
+
o.top = r, o.left = t;
|
|
317
|
+
} else
|
|
318
|
+
o.cssText = e._stOrig;
|
|
319
|
+
u.core.getCache(e).uncache = 1, n.appendChild(e);
|
|
320
|
+
}
|
|
321
|
+
}, Nn = function(e, n, r) {
|
|
322
|
+
var t = n, o = t;
|
|
323
|
+
return function(a) {
|
|
324
|
+
var l = Math.round(e());
|
|
325
|
+
return l !== t && l !== o && Math.abs(l - t) > 3 && Math.abs(l - o) > 3 && (a = l, r && r()), o = t, t = Math.round(a), t;
|
|
326
|
+
};
|
|
327
|
+
}, ar = function(e, n, r) {
|
|
328
|
+
var t = {};
|
|
329
|
+
t[n.p] = "+=" + r, u.set(e, t);
|
|
330
|
+
}, wn = function(e, n) {
|
|
331
|
+
var r = Ct(e, n), t = "_scroll" + n.p2, o = function a(l, c, v, F, P) {
|
|
332
|
+
var h = a.tween, f = c.onComplete, b = {};
|
|
333
|
+
v = v || r();
|
|
334
|
+
var ee = Nn(r, v, function() {
|
|
335
|
+
h.kill(), a.tween = 0;
|
|
336
|
+
});
|
|
337
|
+
return P = F && P || 0, F = F || l - v, h && h.kill(), c[t] = l, c.inherit = !1, c.modifiers = b, b[t] = function() {
|
|
338
|
+
return ee(v + F * h.ratio + P * h.ratio * h.ratio);
|
|
339
|
+
}, c.onUpdate = function() {
|
|
340
|
+
D.cache++, a.tween && $e();
|
|
341
|
+
}, c.onComplete = function() {
|
|
342
|
+
a.tween = 0, f && f.call(h);
|
|
343
|
+
}, h = a.tween = u.to(e, c), h;
|
|
344
|
+
};
|
|
345
|
+
return e[t] = r, r.wheelHandler = function() {
|
|
346
|
+
return o.tween && o.tween.kill() && (o.tween = 0);
|
|
347
|
+
}, G(e, "wheel", r.wheelHandler), S.isTouch && G(e, "touchmove", r.wheelHandler), o;
|
|
348
|
+
}, S = /* @__PURE__ */ function() {
|
|
349
|
+
function s(n, r) {
|
|
350
|
+
wt || s.register(u) || console.warn("Please gsap.registerPlugin(ScrollTrigger)"), Hr(this), this.init(n, r);
|
|
351
|
+
}
|
|
352
|
+
var e = s.prototype;
|
|
353
|
+
return e.init = function(r, t) {
|
|
354
|
+
if (this.progress = this.start = 0, this.vars && this.kill(!0, !0), !At) {
|
|
355
|
+
this.update = this.refresh = this.kill = Ye;
|
|
356
|
+
return;
|
|
357
|
+
}
|
|
358
|
+
r = pn(Se(r) || Dt(r) || r.nodeType ? {
|
|
359
|
+
trigger: r
|
|
360
|
+
} : r, or);
|
|
361
|
+
var o = r, a = o.onUpdate, l = o.toggleClass, c = o.id, v = o.onToggle, F = o.onRefresh, P = o.scrub, h = o.trigger, f = o.pin, b = o.pinSpacing, ee = o.invalidateOnRefresh, te = o.anticipatePin, me = o.onScrubComplete, W = o.onSnapComplete, _e = o.once, y = o.snap, Xe = o.pinReparent, L = o.pinSpacer, m = o.containerAnimation, Te = o.fastScrollEnd, ze = o.preventOverlaps, d = r.horizontal || r.containerAnimation && r.horizontal !== !1 ? Fe : ge, ce = !P && P !== 0, g = ye(r.scroller || C), dt = u.core.getCache(g), re = ut(g), Re = ("pinType" in r ? r.pinType : st(g, "pinType") || re && "fixed") === "fixed", Ie = [r.onEnter, r.onLeave, r.onEnterBack, r.onLeaveBack], z = ce && r.toggleActions.split(" "), ve = "markers" in r ? r.markers : or.markers, K = re ? 0 : parseFloat(Ae(g)["border" + d.p2 + St]) || 0, i = this, ne = r.onRefreshInit && function() {
|
|
362
|
+
return r.onRefreshInit(i);
|
|
363
|
+
}, Xt = Xn(g, re, d), kt = qn(g, re), qe = 0, qt = 0, Ve = 0, $ = Ct(g, d), we, xe, jr, tt, ht, M, J, Ne, rt, Ee, Ge, Tt, xr, Q, Vt, Gt, br, ie, yr, Cr, Sr, Kt, gt, en, Pe, tn, kr, Tr, Rr, $t, Er, T, Jt, Je, Qe, Ze, Qt, Pr, _t;
|
|
364
|
+
if (i._startClamp = i._endClamp = !1, i._dir = d, te *= 45, i.scroller = g, i.scroll = m ? m.time.bind(m) : $, tt = $(), i.vars = r, t = t || r.animation, "refreshPriority" in r && (Cn = 1, r.refreshPriority === -9999 && (Wt = i)), dt.tweenScroll = dt.tweenScroll || {
|
|
365
|
+
top: wn(g, ge),
|
|
366
|
+
left: wn(g, Fe)
|
|
367
|
+
}, i.tweenTo = we = dt.tweenScroll[d.p], i.scrubDuration = function(p) {
|
|
368
|
+
Jt = Dt(p) && p, Jt ? T ? T.duration(p) : T = u.to(t, {
|
|
369
|
+
ease: "expo",
|
|
370
|
+
totalProgress: "+=0",
|
|
371
|
+
inherit: !1,
|
|
372
|
+
duration: Jt,
|
|
373
|
+
paused: !0,
|
|
374
|
+
onComplete: function() {
|
|
375
|
+
return me && me(i);
|
|
376
|
+
}
|
|
377
|
+
}) : (T && T.progress(1).kill(), T = 0);
|
|
378
|
+
}, t && (t.vars.lazy = !1, t._initted && !i.isReverted || t.vars.immediateRender !== !1 && r.immediateRender !== !1 && t.duration() && t.render(0, !0, !0), i.animation = t.pause(), t.scrollTrigger = i, i.scrubDuration(P), $t = 0, c || (c = t.vars.id)), y && ((!it(y) || y.push) && (y = {
|
|
379
|
+
snapTo: y
|
|
380
|
+
}), "scrollBehavior" in R.style && u.set(re ? [R, ke] : g, {
|
|
381
|
+
scrollBehavior: "auto"
|
|
382
|
+
}), D.forEach(function(p) {
|
|
383
|
+
return ue(p) && p.target === (re ? O.scrollingElement || ke : g) && (p.smooth = !1);
|
|
384
|
+
}), jr = ue(y.snapTo) ? y.snapTo : y.snapTo === "labels" ? Gn(t) : y.snapTo === "labelsDirectional" ? Kn(t) : y.directional !== !1 ? function(p, E) {
|
|
385
|
+
return Qr(y.snapTo)(p, fe() - qt < 500 ? 0 : E.direction);
|
|
386
|
+
} : u.utils.snap(y.snapTo), Je = y.duration || {
|
|
387
|
+
min: 0.1,
|
|
388
|
+
max: 2
|
|
389
|
+
}, Je = it(Je) ? Bt(Je.min, Je.max) : Bt(Je, Je), Qe = u.delayedCall(y.delay || Jt / 2 || 0.1, function() {
|
|
390
|
+
var p = $(), E = fe() - qt < 500, _ = we.tween;
|
|
391
|
+
if ((E || Math.abs(i.getVelocity()) < 10) && !_ && !wr && qe !== p) {
|
|
392
|
+
var w = (p - M) / Q, q = t && !ce ? t.totalProgress() : w, k = E ? 0 : (q - Er) / (fe() - Mt) * 1e3 || 0, H = u.utils.clamp(-w, 1 - w, mt(k / 2) * k / 0.185), oe = w + (y.inertia === !1 ? 0 : H), N, I, A = y, Be = A.onStart, B = A.onInterrupt, be = A.onComplete;
|
|
393
|
+
if (N = jr(oe, i), Dt(N) || (N = oe), I = Math.max(0, Math.round(M + N * Q)), p <= J && p >= M && I !== p) {
|
|
394
|
+
if (_ && !_._initted && _.data <= mt(I - p))
|
|
395
|
+
return;
|
|
396
|
+
y.inertia === !1 && (H = N - w), we(I, {
|
|
397
|
+
duration: Je(mt(Math.max(mt(oe - q), mt(N - q)) * 0.185 / k / 0.05 || 0)),
|
|
398
|
+
ease: y.ease || "power3",
|
|
399
|
+
data: mt(I - p),
|
|
400
|
+
// record the distance so that if another snap tween occurs (conflict) we can prioritize the closest snap.
|
|
401
|
+
onInterrupt: function() {
|
|
402
|
+
return Qe.restart(!0) && B && B(i);
|
|
403
|
+
},
|
|
404
|
+
onComplete: function() {
|
|
405
|
+
i.update(), qe = $(), t && !ce && (T ? T.resetTo("totalProgress", N, t._tTime / t._tDur) : t.progress(N)), $t = Er = t && !ce ? t.totalProgress() : i.progress, W && W(i), be && be(i);
|
|
406
|
+
}
|
|
407
|
+
}, p, H * Q, I - p - H * Q), Be && Be(i, we.tween);
|
|
408
|
+
}
|
|
409
|
+
} else i.isActive && qe !== p && Qe.restart(!0);
|
|
410
|
+
}).pause()), c && (Yr[c] = i), h = i.trigger = ye(h || f !== !0 && f), _t = h && h._gsap && h._gsap.stRevert, _t && (_t = _t(i)), f = f === !0 ? h : ye(f), Se(l) && (l = {
|
|
411
|
+
targets: h,
|
|
412
|
+
className: l
|
|
413
|
+
}), f && (b === !1 || b === Me || (b = !b && f.parentNode && f.parentNode.style && Ae(f.parentNode).display === "flex" ? !1 : Y), i.pin = f, xe = u.core.getCache(f), xe.spacer ? Vt = xe.pinState : (L && (L = ye(L), L && !L.nodeType && (L = L.current || L.nativeElement), xe.spacerIsNative = !!L, L && (xe.spacerState = lr(L))), xe.spacer = ie = L || O.createElement("div"), ie.classList.add("pin-spacer"), c && ie.classList.add("pin-spacer-" + c), xe.pinState = Vt = lr(f)), r.force3D !== !1 && u.set(f, {
|
|
414
|
+
force3D: !0
|
|
415
|
+
}), i.spacer = ie = xe.spacer, Rr = Ae(f), en = Rr[b + d.os2], Cr = u.getProperty(f), Sr = u.quickSetter(f, d.a, X), Br(f, ie, Rr), br = lr(f)), ve) {
|
|
416
|
+
Tt = it(ve) ? pn(ve, dn) : dn, Ee = sr("scroller-start", c, g, d, Tt, 0), Ge = sr("scroller-end", c, g, d, Tt, 0, Ee), yr = Ee["offset" + d.op.d2];
|
|
417
|
+
var rn = ye(st(g, "content") || g);
|
|
418
|
+
Ne = this.markerStart = sr("start", c, rn, d, Tt, yr, 0, m), rt = this.markerEnd = sr("end", c, rn, d, Tt, yr, 0, m), m && (Pr = u.quickSetter([Ne, rt], d.a, X)), !Re && !(It.length && st(g, "fixedMarkers") === !0) && (Vn(re ? R : g), u.set([Ee, Ge], {
|
|
419
|
+
force3D: !0
|
|
420
|
+
}), tn = u.quickSetter(Ee, d.a, X), Tr = u.quickSetter(Ge, d.a, X));
|
|
421
|
+
}
|
|
422
|
+
if (m) {
|
|
423
|
+
var nn = m.vars.onUpdate, Hn = m.vars.onUpdateParams;
|
|
424
|
+
m.eventCallback("onUpdate", function() {
|
|
425
|
+
i.update(0, 0, 1), nn && nn.apply(m, Hn || []);
|
|
426
|
+
});
|
|
427
|
+
}
|
|
428
|
+
if (i.previous = function() {
|
|
429
|
+
return x[x.indexOf(i) - 1];
|
|
430
|
+
}, i.next = function() {
|
|
431
|
+
return x[x.indexOf(i) + 1];
|
|
432
|
+
}, i.revert = function(p, E) {
|
|
433
|
+
if (!E)
|
|
434
|
+
return i.kill(!0);
|
|
435
|
+
var _ = p !== !1 || !i.enabled, w = ae;
|
|
436
|
+
_ !== i.isReverted && (_ && (Ze = Math.max($(), i.scroll.rec || 0), Ve = i.progress, Qt = t && t.progress()), Ne && [Ne, rt, Ee, Ge].forEach(function(q) {
|
|
437
|
+
return q.style.display = _ ? "none" : "block";
|
|
438
|
+
}), _ && (ae = i, i.update(_)), f && (!Xe || !i.isActive) && (_ ? Qn(f, ie, Vt) : Br(f, ie, Ae(f), Pe)), _ || i.update(_), ae = w, i.isReverted = _);
|
|
439
|
+
}, i.refresh = function(p, E, _, w) {
|
|
440
|
+
if (!((ae || !i.enabled) && !E)) {
|
|
441
|
+
if (f && p && De) {
|
|
442
|
+
G(s, "scrollEnd", zn);
|
|
443
|
+
return;
|
|
444
|
+
}
|
|
445
|
+
!he && ne && ne(i), ae = i, we.tween && !_ && (we.tween.kill(), we.tween = 0), T && T.pause(), ee && t && (t.revert({
|
|
446
|
+
kill: !1
|
|
447
|
+
}).invalidate(), t.getChildren && t.getChildren(!0, !0, !1).forEach(function(je) {
|
|
448
|
+
return je.vars.immediateRender && je.render(0, !0, !0);
|
|
449
|
+
})), i.isReverted || i.revert(!0, !0), i._subPinOffset = !1;
|
|
450
|
+
var q = Xt(), k = kt(), H = m ? m.duration() : Ue(g, d), oe = Q <= 0.01 || !Q, N = 0, I = w || 0, A = it(_) ? _.end : r.end, Be = r.endTrigger || h, B = it(_) ? _.start : r.start || (r.start === 0 || !h ? 0 : f ? "0 0" : "0 100%"), be = i.pinnedContainer = r.pinnedContainer && ye(r.pinnedContainer, i), Le = h && Math.max(0, x.indexOf(i)) || 0, Z = Le, j, se, nt, Zt, le, U, He, Mr, on, Rt, We, Et, jt;
|
|
451
|
+
for (ve && it(_) && (Et = u.getProperty(Ee, d.p), jt = u.getProperty(Ge, d.p)); Z-- > 0; )
|
|
452
|
+
U = x[Z], U.end || U.refresh(0, 1) || (ae = i), He = U.pin, He && (He === h || He === f || He === be) && !U.isReverted && (Rt || (Rt = []), Rt.unshift(U), U.revert(!0, !0)), U !== x[Z] && (Le--, Z--);
|
|
453
|
+
for (ue(B) && (B = B(i)), B = an(B, "start", i), M = mn(B, h, q, d, $(), Ne, Ee, i, k, K, Re, H, m, i._startClamp && "_startClamp") || (f ? -1e-3 : 0), ue(A) && (A = A(i)), Se(A) && !A.indexOf("+=") && (~A.indexOf(" ") ? A = (Se(B) ? B.split(" ")[0] : "") + A : (N = ur(A.substr(2), q), A = Se(B) ? B : (m ? u.utils.mapRange(0, m.duration(), m.scrollTrigger.start, m.scrollTrigger.end, M) : M) + N, Be = h)), A = an(A, "end", i), J = Math.max(M, mn(A || (Be ? "100% 0" : H), Be, q, d, $() + N, rt, Ge, i, k, K, Re, H, m, i._endClamp && "_endClamp")) || -1e-3, N = 0, Z = Le; Z--; )
|
|
454
|
+
U = x[Z], He = U.pin, He && U.start - U._pinPush <= M && !m && U.end > 0 && (j = U.end - (i._startClamp ? Math.max(0, U.start) : U.start), (He === h && U.start - U._pinPush < M || He === be) && isNaN(B) && (N += j * (1 - U.progress)), He === f && (I += j));
|
|
455
|
+
if (M += N, J += N, i._startClamp && (i._startClamp += N), i._endClamp && !he && (i._endClamp = J || -1e-3, J = Math.min(J, Ue(g, d))), Q = J - M || (M -= 0.01) && 1e-3, oe && (Ve = u.utils.clamp(0, 1, u.utils.normalize(M, J, Ze))), i._pinPush = I, Ne && N && (j = {}, j[d.a] = "+=" + N, be && (j[d.p] = "-=" + $()), u.set([Ne, rt], j)), f && !(Wr && i.end >= Ue(g, d)))
|
|
456
|
+
j = Ae(f), Zt = d === ge, nt = $(), Kt = parseFloat(Cr(d.a)) + I, !H && J > 1 && (We = (re ? O.scrollingElement || ke : g).style, We = {
|
|
457
|
+
style: We,
|
|
458
|
+
value: We["overflow" + d.a.toUpperCase()]
|
|
459
|
+
}, re && Ae(R)["overflow" + d.a.toUpperCase()] !== "scroll" && (We.style["overflow" + d.a.toUpperCase()] = "scroll")), Br(f, ie, j), br = lr(f), se = Ke(f, !0), Mr = Re && Ct(g, Zt ? Fe : ge)(), b ? (Pe = [b + d.os2, Q + I + X], Pe.t = ie, Z = b === Y ? mr(f, d) + Q + I : 0, Z && (Pe.push(d.d, Z + X), ie.style.flexBasis !== "auto" && (ie.style.flexBasis = Z + X)), yt(Pe), be && x.forEach(function(je) {
|
|
460
|
+
je.pin === be && je.vars.pinSpacing !== !1 && (je._subPinOffset = !0);
|
|
461
|
+
}), Re && $(Ze)) : (Z = mr(f, d), Z && ie.style.flexBasis !== "auto" && (ie.style.flexBasis = Z + X)), Re && (le = {
|
|
462
|
+
top: se.top + (Zt ? nt - M : Mr) + X,
|
|
463
|
+
left: se.left + (Zt ? Mr : nt - M) + X,
|
|
464
|
+
boxSizing: "border-box",
|
|
465
|
+
position: "fixed"
|
|
466
|
+
}, le[lt] = le["max" + St] = Math.ceil(se.width) + X, le[at] = le["max" + Jr] = Math.ceil(se.height) + X, le[Me] = le[Me + Lt] = le[Me + Ft] = le[Me + Ht] = le[Me + Nt] = "0", le[Y] = j[Y], le[Y + Lt] = j[Y + Lt], le[Y + Ft] = j[Y + Ft], le[Y + Ht] = j[Y + Ht], le[Y + Nt] = j[Y + Nt], Gt = jn(Vt, le, Xe), he && $(0)), t ? (on = t._initted, Ar(1), t.render(t.duration(), !0, !0), gt = Cr(d.a) - Kt + Q + I, kr = Math.abs(Q - gt) > 1, Re && kr && Gt.splice(Gt.length - 2, 2), t.render(0, !0, !0), on || t.invalidate(!0), t.parent || t.totalTime(t.totalTime()), Ar(0)) : gt = Q, We && (We.value ? We.style["overflow" + d.a.toUpperCase()] = We.value : We.style.removeProperty("overflow-" + d.a));
|
|
467
|
+
else if (h && $() && !m)
|
|
468
|
+
for (se = h.parentNode; se && se !== R; )
|
|
469
|
+
se._pinOffset && (M -= se._pinOffset, J -= se._pinOffset), se = se.parentNode;
|
|
470
|
+
Rt && Rt.forEach(function(je) {
|
|
471
|
+
return je.revert(!1, !0);
|
|
472
|
+
}), i.start = M, i.end = J, tt = ht = he ? Ze : $(), !m && !he && (tt < Ze && $(Ze), i.scroll.rec = 0), i.revert(!1, !0), qt = fe(), Qe && (qe = -1, Qe.restart(!0)), ae = 0, t && ce && (t._initted || Qt) && t.progress() !== Qt && t.progress(Qt || 0, !0).render(t.time(), !0, !0), (oe || Ve !== i.progress || m || ee || t && !t._initted) && (t && !ce && (t._initted || Ve || t.vars.immediateRender !== !1) && t.totalProgress(m && M < -1e-3 && !Ve ? u.utils.normalize(M, J, 0) : Ve, !0), i.progress = oe || (tt - M) / Q === Ve ? 0 : Ve), f && b && (ie._pinOffset = Math.round(i.progress * gt)), T && T.invalidate(), isNaN(Et) || (Et -= u.getProperty(Ee, d.p), jt -= u.getProperty(Ge, d.p), ar(Ee, d, Et), ar(Ne, d, Et - (w || 0)), ar(Ge, d, jt), ar(rt, d, jt - (w || 0))), oe && !he && i.update(), F && !he && !xr && (xr = !0, F(i), xr = !1);
|
|
473
|
+
}
|
|
474
|
+
}, i.getVelocity = function() {
|
|
475
|
+
return ($() - ht) / (fe() - Mt) * 1e3 || 0;
|
|
476
|
+
}, i.endAnimation = function() {
|
|
477
|
+
Pt(i.callbackAnimation), t && (T ? T.progress(1) : t.paused() ? ce || Pt(t, i.direction < 0, 1) : Pt(t, t.reversed()));
|
|
478
|
+
}, i.labelToScroll = function(p) {
|
|
479
|
+
return t && t.labels && (M || i.refresh() || M) + t.labels[p] / t.duration() * Q || 0;
|
|
480
|
+
}, i.getTrailing = function(p) {
|
|
481
|
+
var E = x.indexOf(i), _ = i.direction > 0 ? x.slice(0, E).reverse() : x.slice(E + 1);
|
|
482
|
+
return (Se(p) ? _.filter(function(w) {
|
|
483
|
+
return w.vars.preventOverlaps === p;
|
|
484
|
+
}) : _).filter(function(w) {
|
|
485
|
+
return i.direction > 0 ? w.end <= M : w.start >= J;
|
|
486
|
+
});
|
|
487
|
+
}, i.update = function(p, E, _) {
|
|
488
|
+
if (!(m && !_ && !p)) {
|
|
489
|
+
var w = he === !0 ? Ze : i.scroll(), q = p ? 0 : (w - M) / Q, k = q < 0 ? 0 : q > 1 ? 1 : q || 0, H = i.progress, oe, N, I, A, Be, B, be, Le;
|
|
490
|
+
if (E && (ht = tt, tt = m ? $() : w, y && (Er = $t, $t = t && !ce ? t.totalProgress() : k)), te && f && !ae && !tr && De && (!k && M < w + (w - ht) / (fe() - Mt) * te ? k = 1e-4 : k === 1 && J > w + (w - ht) / (fe() - Mt) * te && (k = 0.9999)), k !== H && i.enabled) {
|
|
491
|
+
if (oe = i.isActive = !!k && k < 1, N = !!H && H < 1, B = oe !== N, Be = B || !!k != !!H, i.direction = k > H ? 1 : -1, i.progress = k, Be && !ae && (I = k && !H ? 0 : k === 1 ? 1 : H === 1 ? 2 : 3, ce && (A = !B && z[I + 1] !== "none" && z[I + 1] || z[I], Le = t && (A === "complete" || A === "reset" || A in t))), ze && (B || Le) && (Le || P || !t) && (ue(ze) ? ze(i) : i.getTrailing(ze).forEach(function(nt) {
|
|
492
|
+
return nt.endAnimation();
|
|
493
|
+
})), ce || (T && !ae && !tr ? (T._dp._time - T._start !== T._time && T.render(T._dp._time - T._start), T.resetTo ? T.resetTo("totalProgress", k, t._tTime / t._tDur) : (T.vars.totalProgress = k, T.invalidate().restart())) : t && t.totalProgress(k, !!(ae && (qt || p)))), f) {
|
|
494
|
+
if (p && b && (ie.style[b + d.os2] = en), !Re)
|
|
495
|
+
Sr(Ot(Kt + gt * k));
|
|
496
|
+
else if (Be) {
|
|
497
|
+
if (be = !p && k > H && J + 1 > w && w + 1 >= Ue(g, d), Xe)
|
|
498
|
+
if (!p && (oe || be)) {
|
|
499
|
+
var Z = Ke(f, !0), j = w - M;
|
|
500
|
+
vn(f, R, Z.top + (d === ge ? j : 0) + X, Z.left + (d === ge ? 0 : j) + X);
|
|
501
|
+
} else
|
|
502
|
+
vn(f, ie);
|
|
503
|
+
yt(oe || be ? Gt : br), kr && k < 1 && oe || Sr(Kt + (k === 1 && !be ? gt : 0));
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
y && !we.tween && !ae && !tr && Qe.restart(!0), l && (B || _e && k && (k < 1 || !Or)) && Yt(l.targets).forEach(function(nt) {
|
|
507
|
+
return nt.classList[oe || _e ? "add" : "remove"](l.className);
|
|
508
|
+
}), a && !ce && !p && a(i), Be && !ae ? (ce && (Le && (A === "complete" ? t.pause().totalProgress(1) : A === "reset" ? t.restart(!0).pause() : A === "restart" ? t.restart(!0) : t[A]()), a && a(i)), (B || !Or) && (v && B && zr(i, v), Ie[I] && zr(i, Ie[I]), _e && (k === 1 ? i.kill(!1, 1) : Ie[I] = 0), B || (I = k === 1 ? 1 : 3, Ie[I] && zr(i, Ie[I]))), Te && !oe && Math.abs(i.getVelocity()) > (Dt(Te) ? Te : 2500) && (Pt(i.callbackAnimation), T ? T.progress(1) : Pt(t, A === "reverse" ? 1 : !k, 1))) : ce && a && !ae && a(i);
|
|
509
|
+
}
|
|
510
|
+
if (Tr) {
|
|
511
|
+
var se = m ? w / m.duration() * (m._caScrollDist || 0) : w;
|
|
512
|
+
tn(se + (Ee._isFlipped ? 1 : 0)), Tr(se);
|
|
513
|
+
}
|
|
514
|
+
Pr && Pr(-w / m.duration() * (m._caScrollDist || 0));
|
|
515
|
+
}
|
|
516
|
+
}, i.enable = function(p, E) {
|
|
517
|
+
i.enabled || (i.enabled = !0, G(g, "resize", zt), re || G(g, "scroll", vt), ne && G(s, "refreshInit", ne), p !== !1 && (i.progress = Ve = 0, tt = ht = qe = $()), E !== !1 && i.refresh());
|
|
518
|
+
}, i.getTween = function(p) {
|
|
519
|
+
return p && we ? we.tween : T;
|
|
520
|
+
}, i.setPositions = function(p, E, _, w) {
|
|
521
|
+
if (m) {
|
|
522
|
+
var q = m.scrollTrigger, k = m.duration(), H = q.end - q.start;
|
|
523
|
+
p = q.start + H * p / k, E = q.start + H * E / k;
|
|
524
|
+
}
|
|
525
|
+
i.refresh(!1, !1, {
|
|
526
|
+
start: fn(p, _ && !!i._startClamp),
|
|
527
|
+
end: fn(E, _ && !!i._endClamp)
|
|
528
|
+
}, w), i.update();
|
|
529
|
+
}, i.adjustPinSpacing = function(p) {
|
|
530
|
+
if (Pe && p) {
|
|
531
|
+
var E = Pe.indexOf(d.d) + 1;
|
|
532
|
+
Pe[E] = parseFloat(Pe[E]) + p + X, Pe[1] = parseFloat(Pe[1]) + p + X, yt(Pe);
|
|
533
|
+
}
|
|
534
|
+
}, i.disable = function(p, E) {
|
|
535
|
+
if (i.enabled && (p !== !1 && i.revert(!0, !0), i.enabled = i.isActive = !1, E || T && T.pause(), Ze = 0, xe && (xe.uncache = 1), ne && V(s, "refreshInit", ne), Qe && (Qe.pause(), we.tween && we.tween.kill() && (we.tween = 0)), !re)) {
|
|
536
|
+
for (var _ = x.length; _--; )
|
|
537
|
+
if (x[_].scroller === g && x[_] !== i)
|
|
538
|
+
return;
|
|
539
|
+
V(g, "resize", zt), re || V(g, "scroll", vt);
|
|
540
|
+
}
|
|
541
|
+
}, i.kill = function(p, E) {
|
|
542
|
+
i.disable(p, E), T && !E && T.kill(), c && delete Yr[c];
|
|
543
|
+
var _ = x.indexOf(i);
|
|
544
|
+
_ >= 0 && x.splice(_, 1), _ === de && pr > 0 && de--, _ = 0, x.forEach(function(w) {
|
|
545
|
+
return w.scroller === i.scroller && (_ = 1);
|
|
546
|
+
}), _ || he || (i.scroll.rec = 0), t && (t.scrollTrigger = null, p && t.revert({
|
|
547
|
+
kill: !1
|
|
548
|
+
}), E || t.kill()), Ne && [Ne, rt, Ee, Ge].forEach(function(w) {
|
|
549
|
+
return w.parentNode && w.parentNode.removeChild(w);
|
|
550
|
+
}), Wt === i && (Wt = 0), f && (xe && (xe.uncache = 1), _ = 0, x.forEach(function(w) {
|
|
551
|
+
return w.pin === f && _++;
|
|
552
|
+
}), _ || (xe.spacer = 0)), r.onKill && r.onKill(i);
|
|
553
|
+
}, x.push(i), i.enable(!1, !1), _t && _t(i), t && t.add && !Q) {
|
|
554
|
+
var Wn = i.update;
|
|
555
|
+
i.update = function() {
|
|
556
|
+
i.update = Wn, D.cache++, M || J || i.refresh();
|
|
557
|
+
}, u.delayedCall(0.01, i.update), Q = 0.01, M = J = 0;
|
|
558
|
+
} else
|
|
559
|
+
i.refresh();
|
|
560
|
+
f && Jn();
|
|
561
|
+
}, s.register = function(r) {
|
|
562
|
+
return wt || (u = r || En(), Rn() && window.document && s.enable(), wt = At), wt;
|
|
563
|
+
}, s.defaults = function(r) {
|
|
564
|
+
if (r)
|
|
565
|
+
for (var t in r)
|
|
566
|
+
or[t] = r[t];
|
|
567
|
+
return or;
|
|
568
|
+
}, s.disable = function(r, t) {
|
|
569
|
+
At = 0, x.forEach(function(a) {
|
|
570
|
+
return a[t ? "kill" : "disable"](r);
|
|
571
|
+
}), V(C, "wheel", vt), V(O, "scroll", vt), clearInterval(er), V(O, "touchcancel", Ye), V(R, "touchstart", Ye), nr(V, O, "pointerdown,touchstart,mousedown", un), nr(V, O, "pointerup,touchend,mouseup", cn), gr.kill(), rr(V);
|
|
572
|
+
for (var o = 0; o < D.length; o += 3)
|
|
573
|
+
ir(V, D[o], D[o + 1]), ir(V, D[o], D[o + 2]);
|
|
574
|
+
}, s.enable = function() {
|
|
575
|
+
if (C = window, O = document, ke = O.documentElement, R = O.body, u && (Yt = u.utils.toArray, Bt = u.utils.clamp, Hr = u.core.context || Ye, Ar = u.core.suppressOverwrites || Ye, Vr = C.history.scrollRestoration || "auto", Ur = C.pageYOffset || 0, u.core.globals("ScrollTrigger", s), R)) {
|
|
576
|
+
At = 1, bt = document.createElement("div"), bt.style.height = "100vh", bt.style.position = "absolute", Fn(), Un(), Oe.register(u), s.isTouch = Oe.isTouch, et = Oe.isTouch && /(iPad|iPhone|iPod|Mac)/g.test(navigator.userAgent), Lr = Oe.isTouch === 1, G(C, "wheel", vt), qr = [C, O, ke, R], u.matchMedia ? (s.matchMedia = function(v) {
|
|
577
|
+
var F = u.matchMedia(), P;
|
|
578
|
+
for (P in v)
|
|
579
|
+
F.add(P, v[P]);
|
|
580
|
+
return F;
|
|
581
|
+
}, u.addEventListener("matchMediaInit", function() {
|
|
582
|
+
return Zr();
|
|
583
|
+
}), u.addEventListener("matchMediaRevert", function() {
|
|
584
|
+
return In();
|
|
585
|
+
}), u.addEventListener("matchMedia", function() {
|
|
586
|
+
ot(0, 1), pt("matchMedia");
|
|
587
|
+
}), u.matchMedia().add("(orientation: portrait)", function() {
|
|
588
|
+
return Ir(), Ir;
|
|
589
|
+
})) : console.warn("Requires GSAP 3.11.0 or later"), Ir(), G(O, "scroll", vt);
|
|
590
|
+
var r = R.hasAttribute("style"), t = R.style, o = t.borderTopStyle, a = u.core.Animation.prototype, l, c;
|
|
591
|
+
for (a.revert || Object.defineProperty(a, "revert", {
|
|
592
|
+
value: function() {
|
|
593
|
+
return this.time(-0.01, !0);
|
|
594
|
+
}
|
|
595
|
+
}), t.borderTopStyle = "solid", l = Ke(R), ge.m = Math.round(l.top + ge.sc()) || 0, Fe.m = Math.round(l.left + Fe.sc()) || 0, o ? t.borderTopStyle = o : t.removeProperty("border-top-style"), r || (R.setAttribute("style", ""), R.removeAttribute("style")), er = setInterval(hn, 250), u.delayedCall(0.5, function() {
|
|
596
|
+
return tr = 0;
|
|
597
|
+
}), G(O, "touchcancel", Ye), G(R, "touchstart", Ye), nr(G, O, "pointerdown,touchstart,mousedown", un), nr(G, O, "pointerup,touchend,mouseup", cn), Nr = u.utils.checkPrefix("transform"), dr.push(Nr), wt = fe(), gr = u.delayedCall(0.2, ot).pause(), xt = [O, "visibilitychange", function() {
|
|
598
|
+
var v = C.innerWidth, F = C.innerHeight;
|
|
599
|
+
O.hidden ? (sn = v, ln = F) : (sn !== v || ln !== F) && zt();
|
|
600
|
+
}, O, "DOMContentLoaded", ot, C, "load", ot, C, "resize", zt], rr(G), x.forEach(function(v) {
|
|
601
|
+
return v.enable(0, 1);
|
|
602
|
+
}), c = 0; c < D.length; c += 3)
|
|
603
|
+
ir(V, D[c], D[c + 1]), ir(V, D[c], D[c + 2]);
|
|
604
|
+
}
|
|
605
|
+
}, s.config = function(r) {
|
|
606
|
+
"limitCallbacks" in r && (Or = !!r.limitCallbacks);
|
|
607
|
+
var t = r.syncInterval;
|
|
608
|
+
t && clearInterval(er) || (er = t) && setInterval(hn, t), "ignoreMobileResize" in r && (Lr = s.isTouch === 1 && r.ignoreMobileResize), "autoRefreshEvents" in r && (rr(V) || rr(G, r.autoRefreshEvents || "none"), Sn = (r.autoRefreshEvents + "").indexOf("resize") === -1);
|
|
609
|
+
}, s.scrollerProxy = function(r, t) {
|
|
610
|
+
var o = ye(r), a = D.indexOf(o), l = ut(o);
|
|
611
|
+
~a && D.splice(a, l ? 6 : 2), t && (l ? It.unshift(C, t, R, t, ke, t) : It.unshift(o, t));
|
|
612
|
+
}, s.clearMatchMedia = function(r) {
|
|
613
|
+
x.forEach(function(t) {
|
|
614
|
+
return t._ctx && t._ctx.query === r && t._ctx.kill(!0, !0);
|
|
615
|
+
});
|
|
616
|
+
}, s.isInViewport = function(r, t, o) {
|
|
617
|
+
var a = (Se(r) ? ye(r) : r).getBoundingClientRect(), l = a[o ? lt : at] * t || 0;
|
|
618
|
+
return o ? a.right - l > 0 && a.left + l < C.innerWidth : a.bottom - l > 0 && a.top + l < C.innerHeight;
|
|
619
|
+
}, s.positionInViewport = function(r, t, o) {
|
|
620
|
+
Se(r) && (r = ye(r));
|
|
621
|
+
var a = r.getBoundingClientRect(), l = a[o ? lt : at], c = t == null ? l / 2 : t in vr ? vr[t] * l : ~t.indexOf("%") ? parseFloat(t) * l / 100 : parseFloat(t) || 0;
|
|
622
|
+
return o ? (a.left + c) / C.innerWidth : (a.top + c) / C.innerHeight;
|
|
623
|
+
}, s.killAll = function(r) {
|
|
624
|
+
if (x.slice(0).forEach(function(o) {
|
|
625
|
+
return o.vars.id !== "ScrollSmoother" && o.kill();
|
|
626
|
+
}), r !== !0) {
|
|
627
|
+
var t = ct.killAll || [];
|
|
628
|
+
ct = {}, t.forEach(function(o) {
|
|
629
|
+
return o();
|
|
630
|
+
});
|
|
631
|
+
}
|
|
632
|
+
}, s;
|
|
633
|
+
}();
|
|
634
|
+
S.version = "3.13.0";
|
|
635
|
+
S.saveStyles = function(s) {
|
|
636
|
+
return s ? Yt(s).forEach(function(e) {
|
|
637
|
+
if (e && e.style) {
|
|
638
|
+
var n = Ce.indexOf(e);
|
|
639
|
+
n >= 0 && Ce.splice(n, 5), Ce.push(e, e.style.cssText, e.getBBox && e.getAttribute("transform"), u.core.getCache(e), Hr());
|
|
640
|
+
}
|
|
641
|
+
}) : Ce;
|
|
642
|
+
};
|
|
643
|
+
S.revert = function(s, e) {
|
|
644
|
+
return Zr(!s, e);
|
|
645
|
+
};
|
|
646
|
+
S.create = function(s, e) {
|
|
647
|
+
return new S(s, e);
|
|
648
|
+
};
|
|
649
|
+
S.refresh = function(s) {
|
|
650
|
+
return s ? zt(!0) : (wt || S.register()) && ot(!0);
|
|
651
|
+
};
|
|
652
|
+
S.update = function(s) {
|
|
653
|
+
return ++D.cache && $e(s === !0 ? 2 : 0);
|
|
654
|
+
};
|
|
655
|
+
S.clearScrollMemory = Bn;
|
|
656
|
+
S.maxScroll = function(s, e) {
|
|
657
|
+
return Ue(s, e ? Fe : ge);
|
|
658
|
+
};
|
|
659
|
+
S.getScrollFunc = function(s, e) {
|
|
660
|
+
return Ct(ye(s), e ? Fe : ge);
|
|
661
|
+
};
|
|
662
|
+
S.getById = function(s) {
|
|
663
|
+
return Yr[s];
|
|
664
|
+
};
|
|
665
|
+
S.getAll = function() {
|
|
666
|
+
return x.filter(function(s) {
|
|
667
|
+
return s.vars.id !== "ScrollSmoother";
|
|
668
|
+
});
|
|
669
|
+
};
|
|
670
|
+
S.isScrolling = function() {
|
|
671
|
+
return !!De;
|
|
672
|
+
};
|
|
673
|
+
S.snapDirectional = Qr;
|
|
674
|
+
S.addEventListener = function(s, e) {
|
|
675
|
+
var n = ct[s] || (ct[s] = []);
|
|
676
|
+
~n.indexOf(e) || n.push(e);
|
|
677
|
+
};
|
|
678
|
+
S.removeEventListener = function(s, e) {
|
|
679
|
+
var n = ct[s], r = n && n.indexOf(e);
|
|
680
|
+
r >= 0 && n.splice(r, 1);
|
|
681
|
+
};
|
|
682
|
+
S.batch = function(s, e) {
|
|
683
|
+
var n = [], r = {}, t = e.interval || 0.016, o = e.batchMax || 1e9, a = function(v, F) {
|
|
684
|
+
var P = [], h = [], f = u.delayedCall(t, function() {
|
|
685
|
+
F(P, h), P = [], h = [];
|
|
686
|
+
}).pause();
|
|
687
|
+
return function(b) {
|
|
688
|
+
P.length || f.restart(!0), P.push(b.trigger), h.push(b), o <= P.length && f.progress(1);
|
|
689
|
+
};
|
|
690
|
+
}, l;
|
|
691
|
+
for (l in e)
|
|
692
|
+
r[l] = l.substr(0, 2) === "on" && ue(e[l]) && l !== "onRefreshInit" ? a(l, e[l]) : e[l];
|
|
693
|
+
return ue(o) && (o = o(), G(S, "refresh", function() {
|
|
694
|
+
return o = e.batchMax();
|
|
695
|
+
})), Yt(s).forEach(function(c) {
|
|
696
|
+
var v = {};
|
|
697
|
+
for (l in r)
|
|
698
|
+
v[l] = r[l];
|
|
699
|
+
v.trigger = c, n.push(S.create(v));
|
|
700
|
+
}), n;
|
|
701
|
+
};
|
|
702
|
+
var xn = function(e, n, r, t) {
|
|
703
|
+
return n > t ? e(t) : n < 0 && e(0), r > t ? (t - n) / (r - n) : r < 0 ? n / (n - r) : 1;
|
|
704
|
+
}, Fr = function s(e, n) {
|
|
705
|
+
n === !0 ? e.style.removeProperty("touch-action") : e.style.touchAction = n === !0 ? "auto" : n ? "pan-" + n + (Oe.isTouch ? " pinch-zoom" : "") : "none", e === ke && s(R, n);
|
|
706
|
+
}, fr = {
|
|
707
|
+
auto: 1,
|
|
708
|
+
scroll: 1
|
|
709
|
+
}, ti = function(e) {
|
|
710
|
+
var n = e.event, r = e.target, t = e.axis, o = (n.changedTouches ? n.changedTouches[0] : n).target, a = o._gsap || u.core.getCache(o), l = fe(), c;
|
|
711
|
+
if (!a._isScrollT || l - a._isScrollT > 2e3) {
|
|
712
|
+
for (; o && o !== R && (o.scrollHeight <= o.clientHeight && o.scrollWidth <= o.clientWidth || !(fr[(c = Ae(o)).overflowY] || fr[c.overflowX])); )
|
|
713
|
+
o = o.parentNode;
|
|
714
|
+
a._isScroll = o && o !== r && !ut(o) && (fr[(c = Ae(o)).overflowY] || fr[c.overflowX]), a._isScrollT = l;
|
|
715
|
+
}
|
|
716
|
+
(a._isScroll || t === "x") && (n.stopPropagation(), n._gsapAllow = !0);
|
|
717
|
+
}, Ln = function(e, n, r, t) {
|
|
718
|
+
return Oe.create({
|
|
719
|
+
target: e,
|
|
720
|
+
capture: !0,
|
|
721
|
+
debounce: !1,
|
|
722
|
+
lockAxis: !0,
|
|
723
|
+
type: n,
|
|
724
|
+
onWheel: t = t && ti,
|
|
725
|
+
onPress: t,
|
|
726
|
+
onDrag: t,
|
|
727
|
+
onScroll: t,
|
|
728
|
+
onEnable: function() {
|
|
729
|
+
return r && G(O, Oe.eventTypes[0], yn, !1, !0);
|
|
730
|
+
},
|
|
731
|
+
onDisable: function() {
|
|
732
|
+
return V(O, Oe.eventTypes[0], yn, !0);
|
|
733
|
+
}
|
|
734
|
+
});
|
|
735
|
+
}, ri = /(input|label|select|textarea)/i, bn, yn = function(e) {
|
|
736
|
+
var n = ri.test(e.target.tagName);
|
|
737
|
+
(n || bn) && (e._gsapAllow = !0, bn = n);
|
|
738
|
+
}, ni = function(e) {
|
|
739
|
+
it(e) || (e = {}), e.preventDefault = e.isNormalizer = e.allowClicks = !0, e.type || (e.type = "wheel,touch"), e.debounce = !!e.debounce, e.id = e.id || "normalizer";
|
|
740
|
+
var n = e, r = n.normalizeScrollX, t = n.momentum, o = n.allowNestedScroll, a = n.onRelease, l, c, v = ye(e.target) || ke, F = u.core.globals().ScrollSmoother, P = F && F.get(), h = et && (e.content && ye(e.content) || P && e.content !== !1 && !P.smooth() && P.content()), f = Ct(v, ge), b = Ct(v, Fe), ee = 1, te = (Oe.isTouch && C.visualViewport ? C.visualViewport.scale * C.visualViewport.width : C.outerWidth) / C.innerWidth, me = 0, W = ue(t) ? function() {
|
|
741
|
+
return t(l);
|
|
742
|
+
} : function() {
|
|
743
|
+
return t || 2.8;
|
|
744
|
+
}, _e, y, Xe = Ln(v, e.type, !0, o), L = function() {
|
|
745
|
+
return y = !1;
|
|
746
|
+
}, m = Ye, Te = Ye, ze = function() {
|
|
747
|
+
c = Ue(v, ge), Te = Bt(et ? 1 : 0, c), r && (m = Bt(0, Ue(v, Fe))), _e = ft;
|
|
748
|
+
}, d = function() {
|
|
749
|
+
h._gsap.y = Ot(parseFloat(h._gsap.y) + f.offset) + "px", h.style.transform = "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, " + parseFloat(h._gsap.y) + ", 0, 1)", f.offset = f.cacheID = 0;
|
|
750
|
+
}, ce = function() {
|
|
751
|
+
if (y) {
|
|
752
|
+
requestAnimationFrame(L);
|
|
753
|
+
var ve = Ot(l.deltaY / 2), K = Te(f.v - ve);
|
|
754
|
+
if (h && K !== f.v + f.offset) {
|
|
755
|
+
f.offset = K - f.v;
|
|
756
|
+
var i = Ot((parseFloat(h && h._gsap.y) || 0) - f.offset);
|
|
757
|
+
h.style.transform = "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, " + i + ", 0, 1)", h._gsap.y = i + "px", f.cacheID = D.cache, $e();
|
|
758
|
+
}
|
|
759
|
+
return !0;
|
|
760
|
+
}
|
|
761
|
+
f.offset && d(), y = !0;
|
|
762
|
+
}, g, dt, re, Re, Ie = function() {
|
|
763
|
+
ze(), g.isActive() && g.vars.scrollY > c && (f() > c ? g.progress(1) && f(c) : g.resetTo("scrollY", c));
|
|
764
|
+
};
|
|
765
|
+
return h && u.set(h, {
|
|
766
|
+
y: "+=0"
|
|
767
|
+
}), e.ignoreCheck = function(z) {
|
|
768
|
+
return et && z.type === "touchmove" && ce() || ee > 1.05 && z.type !== "touchstart" || l.isGesturing || z.touches && z.touches.length > 1;
|
|
769
|
+
}, e.onPress = function() {
|
|
770
|
+
y = !1;
|
|
771
|
+
var z = ee;
|
|
772
|
+
ee = Ot((C.visualViewport && C.visualViewport.scale || 1) / te), g.pause(), z !== ee && Fr(v, ee > 1.01 ? !0 : r ? !1 : "x"), dt = b(), re = f(), ze(), _e = ft;
|
|
773
|
+
}, e.onRelease = e.onGestureStart = function(z, ve) {
|
|
774
|
+
if (f.offset && d(), !ve)
|
|
775
|
+
Re.restart(!0);
|
|
776
|
+
else {
|
|
777
|
+
D.cache++;
|
|
778
|
+
var K = W(), i, ne;
|
|
779
|
+
r && (i = b(), ne = i + K * 0.05 * -z.velocityX / 0.227, K *= xn(b, i, ne, Ue(v, Fe)), g.vars.scrollX = m(ne)), i = f(), ne = i + K * 0.05 * -z.velocityY / 0.227, K *= xn(f, i, ne, Ue(v, ge)), g.vars.scrollY = Te(ne), g.invalidate().duration(K).play(0.01), (et && g.vars.scrollY >= c || i >= c - 1) && u.to({}, {
|
|
780
|
+
onUpdate: Ie,
|
|
781
|
+
duration: K
|
|
782
|
+
});
|
|
783
|
+
}
|
|
784
|
+
a && a(z);
|
|
785
|
+
}, e.onWheel = function() {
|
|
786
|
+
g._ts && g.pause(), fe() - me > 1e3 && (_e = 0, me = fe());
|
|
787
|
+
}, e.onChange = function(z, ve, K, i, ne) {
|
|
788
|
+
if (ft !== _e && ze(), ve && r && b(m(i[2] === ve ? dt + (z.startX - z.x) : b() + ve - i[1])), K) {
|
|
789
|
+
f.offset && d();
|
|
790
|
+
var Xt = ne[2] === K, kt = Xt ? re + z.startY - z.y : f() + K - ne[1], qe = Te(kt);
|
|
791
|
+
Xt && kt !== qe && (re += qe - kt), f(qe);
|
|
792
|
+
}
|
|
793
|
+
(K || ve) && $e();
|
|
794
|
+
}, e.onEnable = function() {
|
|
795
|
+
Fr(v, r ? !1 : "x"), S.addEventListener("refresh", Ie), G(C, "resize", Ie), f.smooth && (f.target.style.scrollBehavior = "auto", f.smooth = b.smooth = !1), Xe.enable();
|
|
796
|
+
}, e.onDisable = function() {
|
|
797
|
+
Fr(v, !0), V(C, "resize", Ie), S.removeEventListener("refresh", Ie), Xe.kill();
|
|
798
|
+
}, e.lockAxis = e.lockAxis !== !1, l = new Oe(e), l.iOS = et, et && !f() && f(1), et && u.ticker.add(Ye), Re = l._dc, g = u.to(l, {
|
|
799
|
+
ease: "power4",
|
|
800
|
+
paused: !0,
|
|
801
|
+
inherit: !1,
|
|
802
|
+
scrollX: r ? "+=0.1" : "+=0",
|
|
803
|
+
scrollY: "+=0.1",
|
|
804
|
+
modifiers: {
|
|
805
|
+
scrollY: Nn(f, f(), function() {
|
|
806
|
+
return g.pause();
|
|
807
|
+
})
|
|
808
|
+
},
|
|
809
|
+
onUpdate: $e,
|
|
810
|
+
onComplete: Re.vars.onComplete
|
|
811
|
+
}), l;
|
|
812
|
+
};
|
|
813
|
+
S.sort = function(s) {
|
|
814
|
+
if (ue(s))
|
|
815
|
+
return x.sort(s);
|
|
816
|
+
var e = C.pageYOffset || 0;
|
|
817
|
+
return S.getAll().forEach(function(n) {
|
|
818
|
+
return n._sortY = n.trigger ? e + n.trigger.getBoundingClientRect().top : n.start + C.innerHeight;
|
|
819
|
+
}), x.sort(s || function(n, r) {
|
|
820
|
+
return (n.vars.refreshPriority || 0) * -1e6 + (n.vars.containerAnimation ? 1e6 : n._sortY) - ((r.vars.containerAnimation ? 1e6 : r._sortY) + (r.vars.refreshPriority || 0) * -1e6);
|
|
821
|
+
});
|
|
822
|
+
};
|
|
823
|
+
S.observe = function(s) {
|
|
824
|
+
return new Oe(s);
|
|
825
|
+
};
|
|
826
|
+
S.normalizeScroll = function(s) {
|
|
827
|
+
if (typeof s > "u")
|
|
828
|
+
return pe;
|
|
829
|
+
if (s === !0 && pe)
|
|
830
|
+
return pe.enable();
|
|
831
|
+
if (s === !1) {
|
|
832
|
+
pe && pe.kill(), pe = s;
|
|
833
|
+
return;
|
|
834
|
+
}
|
|
835
|
+
var e = s instanceof Oe ? s : ni(s);
|
|
836
|
+
return pe && pe.target === e.target && pe.kill(), ut(e.target) && (pe = e), e;
|
|
837
|
+
};
|
|
838
|
+
S.core = {
|
|
839
|
+
// smaller file size way to leverage in ScrollSmoother and Observer
|
|
840
|
+
_getVelocityProp: Yn,
|
|
841
|
+
_inputObserver: Ln,
|
|
842
|
+
_scrollers: D,
|
|
843
|
+
_proxies: It,
|
|
844
|
+
bridge: {
|
|
845
|
+
// when normalizeScroll sets the scroll position (ss = setScroll)
|
|
846
|
+
ss: function() {
|
|
847
|
+
De || pt("scrollStart"), De = fe();
|
|
848
|
+
},
|
|
849
|
+
// a way to get the _refreshing value in Observer
|
|
850
|
+
ref: function() {
|
|
851
|
+
return ae;
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
};
|
|
855
|
+
En() && u.registerPlugin(S);
|
|
856
|
+
export {
|
|
857
|
+
S as ScrollTrigger,
|
|
858
|
+
S as default
|
|
859
|
+
};
|