@zenpatient-org/healthspan-marketing-ui 0.1.170 → 0.2.0
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/README.md +11 -2
- package/dist/assets/svg/badge-icon.svg +13 -0
- package/dist/assets/svg/company-logo.svg +3 -0
- package/dist/components/Accordion/Accordion.cjs.js +1 -1
- package/dist/components/Accordion/Accordion.es.js +4 -4
- package/dist/components/Accordion/accordion.module.css +8 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs.js +1 -1
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +9 -9
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css +59 -0
- package/dist/components/AnchorLinks/AnchorLinks.cjs.js +1 -1
- package/dist/components/AnchorLinks/AnchorLinks.es.js +16 -16
- package/dist/components/AnchorLinks/anchorLinks.module.css +42 -0
- package/dist/components/Benefit/Benefit.cjs.js +1 -1
- package/dist/components/Benefit/Benefit.es.js +6 -6
- package/dist/components/Benefit/benefit.module.css +21 -0
- package/dist/components/Button/Button.cjs.js +1 -1
- package/dist/components/Button/Button.es.js +1 -1
- package/dist/components/Button/button.module.css +164 -0
- package/dist/components/Callback/Callback.cjs.js +1 -1
- package/dist/components/Callback/Callback.es.js +10 -10
- package/dist/components/Callback/callback.module.css +237 -0
- package/dist/components/Checkbox/Checkbox.cjs.js +1 -1
- package/dist/components/Checkbox/Checkbox.es.js +7 -7
- package/dist/components/Checkbox/assets/checkbox-checkmark.svg +3 -0
- package/dist/components/Checkbox/assets/checkbox-dash.svg +3 -0
- package/dist/components/Checkbox/assets/checkbox-error.svg +3 -0
- package/dist/components/Checkbox/checkbox.module.css +112 -0
- package/dist/components/ClaimBlock/ClaimBlock.cjs.js +1 -1
- package/dist/components/ClaimBlock/ClaimBlock.es.js +1 -1
- package/dist/components/ClaimBlock/claimBlock.module.css +49 -0
- package/dist/components/ColoredDivider/ColoredDivider.cjs.js +1 -1
- package/dist/components/ColoredDivider/ColoredDivider.es.js +5 -5
- package/dist/components/ColoredDivider/coloredDivider.module.css +70 -0
- package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.cjs.js +1 -1
- package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.es.js +7 -7
- package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css +125 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.cjs.js +1 -1
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.es.js +3 -3
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.cjs.js +1 -1
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.es.js +11 -12
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css +51 -0
- package/dist/components/ComplexImageCarousel/useComplexImageCarousel.cjs.js +1 -1
- package/dist/components/ComplexImageCarousel/useComplexImageCarousel.es.js +33 -33
- package/dist/components/ComplexTooltip/ComplexTooltip.cjs.js +1 -1
- package/dist/components/ComplexTooltip/ComplexTooltip.es.js +23 -23
- package/dist/components/ComplexTooltip/complexTooltip.module.css +3 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js +1 -1
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js +12 -12
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css +74 -0
- package/dist/components/ContentTabs/ContentTabs.cjs.js +1 -1
- package/dist/components/ContentTabs/ContentTabs.es.js +2 -2
- package/dist/components/ContentTabs/contentTabs.module.css +88 -0
- package/dist/components/Cursor/Cursor.cjs.js +1 -1
- package/dist/components/Cursor/Cursor.es.js +1 -1
- package/dist/components/Cursor/assets/cursor_story_trigger_bg.png +0 -0
- package/dist/components/Cursor/components/ClientCursor.cjs.js +1 -1
- package/dist/components/Cursor/components/ClientCursor.es.js +1 -1
- package/dist/components/Cursor/components/clientCursor.module.css +36 -0
- package/dist/components/FAQComponent/FAQComponent.cjs.js +1 -1
- package/dist/components/FAQComponent/FAQComponent.es.js +15 -15
- package/dist/components/FAQComponent/faqComponent.module.css +40 -0
- package/dist/components/FAQComponentItem/FAQComponentItem.cjs.js +1 -1
- package/dist/components/FAQComponentItem/FAQComponentItem.es.js +16 -16
- package/dist/components/FAQComponentItem/faqComponentItem.module.css +149 -0
- package/dist/components/FilterError/FilterError.cjs.js +1 -1
- package/dist/components/FilterError/FilterError.es.js +1 -1
- package/dist/components/FilterError/filterError.module.css +21 -0
- package/dist/components/FilterMenu/FilterMenu.cjs.js +1 -1
- package/dist/components/FilterMenu/FilterMenu.es.js +2 -2
- package/dist/components/FilterMenu/filterMenu.module.css +106 -0
- package/dist/components/GalleryPagination/GalleryPagination.cjs.js +1 -1
- package/dist/components/GalleryPagination/GalleryPagination.es.js +1 -1
- package/dist/components/GalleryPagination/galleryPagination.module.css +38 -0
- package/dist/components/HighlightedTitle/HighlightedTitle.cjs.js +1 -1
- package/dist/components/HighlightedTitle/HighlightedTitle.es.js +7 -7
- package/dist/components/HighlightedTitle/highlightedTitle.module.css +59 -0
- package/dist/components/Icon/Icon.cjs.js +1 -1
- package/dist/components/IconBracket/IconBracket.cjs.js +1 -1
- package/dist/components/IconBracket/IconBracket.es.js +3 -3
- package/dist/components/IconBracket/iconBracket.module.css +64 -0
- package/dist/components/IconButton/IconButton.cjs.js +1 -1
- package/dist/components/IconButton/IconButton.es.js +1 -1
- package/dist/components/IconButton/iconButton.module.css +119 -0
- package/dist/components/ImageGallery/ImageGallery.cjs.js +1 -1
- package/dist/components/ImageGallery/ImageGallery.es.js +5 -5
- package/dist/components/ImageGallery/imageGallery.module.css +64 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.cjs.js +1 -1
- package/dist/components/InfiniteScroll/InfiniteScroll.es.js +17 -17
- package/dist/components/InfiniteScroll/infiniteScroll.module.css +35 -0
- package/dist/components/Label/Label.cjs.js +1 -1
- package/dist/components/Label/Label.es.js +10 -11
- package/dist/components/Label/label.module.css +70 -0
- package/dist/components/Pagination/Pagination.cjs.js +1 -1
- package/dist/components/Pagination/Pagination.es.js +1 -1
- package/dist/components/Pagination/pagination.module.css +59 -0
- package/dist/components/PlayButton/PlayButton.cjs.js +1 -1
- package/dist/components/PlayButton/PlayButton.es.js +1 -1
- package/dist/components/PlayButton/playButton.module.css +30 -0
- package/dist/components/Pricing/Pricing.cjs.js +1 -1
- package/dist/components/Pricing/Pricing.es.js +15 -15
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.cjs.js +1 -1
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.es.js +6 -6
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css +9 -0
- package/dist/components/Pricing/pricing.module.css +123 -0
- package/dist/components/Pricing/types.d.ts +1 -3
- package/dist/components/ProductGallery/ProductGallery.cjs.js +1 -1
- package/dist/components/ProductGallery/ProductGallery.es.js +5 -5
- package/dist/components/ProductGallery/productGallery.module.css +157 -0
- package/dist/components/ProductGalleryCard/ProductGalleryCard.cjs.js +1 -1
- package/dist/components/ProductGalleryCard/ProductGalleryCard.es.js +13 -13
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css +100 -0
- package/dist/components/ProductListing/ProductListing.cjs.js +1 -1
- package/dist/components/ProductListing/ProductListing.es.js +3 -3
- package/dist/components/ProductListing/productListing.module.css +102 -0
- package/dist/components/ProductPairs/ProductPairs.cjs.js +1 -1
- package/dist/components/ProductPairs/ProductPairs.es.js +7 -7
- package/dist/components/ProductPairs/productPairs.module.css +112 -0
- package/dist/components/ProgramCard/ProgramCard.cjs.js +1 -1
- package/dist/components/ProgramCard/ProgramCard.es.js +8 -8
- package/dist/components/ProgramCard/assets/program_card_bg.png +0 -0
- package/dist/components/ProgramCard/programCard.module.css +97 -0
- package/dist/components/ProgressButton/ProgressButton.cjs.js +1 -1
- package/dist/components/ProgressButton/ProgressButton.es.js +2 -2
- package/dist/components/ProgressButton/progressButton.module.css +76 -0
- package/dist/components/RadioButton/RadioButton.cjs.js +1 -1
- package/dist/components/RadioButton/RadioButton.es.js +1 -1
- package/dist/components/RadioButton/radioButton.module.css +75 -0
- package/dist/components/RatingStars/RatingStars.cjs.js +1 -1
- package/dist/components/RatingStars/RatingStars.es.js +4 -4
- package/dist/components/RatingStars/ratingStars.module.css +56 -0
- package/dist/components/Skeleton/Skeleton.cjs.js +1 -1
- package/dist/components/Skeleton/Skeleton.es.js +1 -1
- package/dist/components/Skeleton/skeleton.module.css +28 -0
- package/dist/components/SmartCallout/SmartCallout.cjs.js +1 -1
- package/dist/components/SmartCallout/SmartCallout.es.js +3 -3
- package/dist/components/SmartCallout/smartCallout.module.css +9 -0
- package/dist/components/StepsCarousel/StepsCarousel.cjs.js +1 -1
- package/dist/components/StepsCarousel/StepsCarousel.es.js +21 -37
- package/dist/components/StepsCarousel/stepsCarousel.module.css +276 -0
- package/dist/components/StudyGridCard/StudyGridCard.cjs.js +1 -1
- package/dist/components/StudyGridCard/StudyGridCard.es.js +24 -29
- package/dist/components/StudyGridCard/studyGridCard.module.css +208 -0
- package/dist/components/Tabs/Tabs.cjs.js +1 -1
- package/dist/components/Tabs/Tabs.es.js +1 -1
- package/dist/components/Tabs/TabsWithFade.cjs.js +1 -1
- package/dist/components/Tabs/TabsWithFade.es.js +1 -1
- package/dist/components/Tabs/tabs.module.css +280 -0
- package/dist/components/Tag/Tag.cjs.js +1 -1
- package/dist/components/Tag/Tag.es.js +15 -16
- package/dist/components/Tag/tag.module.css +100 -0
- package/dist/components/TextButton/TextButton.cjs.js +1 -1
- package/dist/components/TextButton/TextButton.es.js +1 -1
- package/dist/components/TextButton/textButton.module.css +106 -0
- package/dist/components/TextInput/TextInput.cjs.js +1 -1
- package/dist/components/TextInput/TextInput.es.js +1 -1
- package/dist/components/TextInput/textInput.module.css +163 -0
- package/dist/components/TypeBadge/TypeBadge.cjs.js +1 -1
- package/dist/components/TypeBadge/TypeBadge.es.js +1 -1
- package/dist/components/TypeBadge/typeBadge.module.css +44 -0
- package/dist/components/Typography/Typography.cjs.js +1 -1
- package/dist/components/Typography/Typography.es.js +9 -9
- package/dist/components/Typography/typography.module.css +602 -0
- package/dist/fonts/SoehneMono/soehne-mono-buch-kursiv.woff2 +0 -0
- package/dist/fonts/SoehneMono/soehne-mono-buch.woff2 +0 -0
- package/dist/fonts/SoehneMono/style.css +15 -0
- package/dist/fonts/SuisseIntl/SuisseIntl-Medium.woff2 +0 -0
- package/dist/fonts/SuisseIntl/SuisseIntl-Regular.woff2 +0 -0
- package/dist/fonts/SuisseIntl/SuisseIntl-Semibold.woff2 +0 -0
- package/dist/fonts/SuisseIntl/style.css +23 -0
- package/dist/fonts/index.css +7 -0
- package/dist/icons/action/alert-error-fill.svg +5 -0
- package/dist/icons/action/alert-error.svg +5 -0
- package/dist/icons/action/bracket-left.svg +3 -0
- package/dist/icons/action/bracket-right.svg +3 -0
- package/dist/icons/action/check.svg +5 -0
- package/dist/icons/action/circle-check-fill.svg +5 -0
- package/dist/icons/action/circle-check.svg +5 -0
- package/dist/icons/action/close.svg +5 -0
- package/dist/icons/action/dot.svg +3 -0
- package/dist/icons/action/help.svg +5 -0
- package/dist/icons/action/info.svg +5 -0
- package/dist/icons/action/invisible.svg +1 -0
- package/dist/icons/action/menu.svg +5 -0
- package/dist/icons/action/play.svg +3 -0
- package/dist/icons/action/plus.svg +5 -0
- package/dist/icons/action/profile.svg +1 -0
- package/dist/icons/action/remove.svg +5 -0
- package/dist/icons/action/search.svg +5 -0
- package/dist/icons/action/visible.svg +1 -0
- package/dist/icons/action/warning.svg +5 -0
- package/dist/icons/arrow/arrow-back.svg +5 -0
- package/dist/icons/arrow/arrow-downward.svg +5 -0
- package/dist/icons/arrow/arrow-forward-thin.svg +4 -0
- package/dist/icons/arrow/arrow-forward.svg +5 -0
- package/dist/icons/arrow/arrow-insert.svg +5 -0
- package/dist/icons/arrow/arrow-outward.svg +5 -0
- package/dist/icons/arrow/arrow-return.svg +5 -0
- package/dist/icons/arrow/arrow-upward.svg +5 -0
- package/dist/icons/arrow/chevron-back.svg +5 -0
- package/dist/icons/arrow/chevron-down.svg +5 -0
- package/dist/icons/arrow/chevron-forward.svg +5 -0
- package/dist/icons/arrow/chevron-up.svg +5 -0
- package/dist/icons/bold/arrow-bold.svg +3 -0
- package/dist/icons/bold/close-bold.svg +3 -0
- package/dist/icons/bold/dot-bold.svg +3 -0
- package/dist/icons/bold/plus-bold.svg +3 -0
- package/dist/icons/chat/message-fill.svg +5 -0
- package/dist/icons/chat/message.svg +5 -0
- package/dist/icons/eCommerce/calendar.svg +5 -0
- package/dist/icons/eCommerce/cart.svg +5 -0
- package/dist/icons/eCommerce/package-fill.svg +5 -0
- package/dist/icons/eCommerce/package.svg +5 -0
- package/dist/icons/faces/smile-fill.svg +5 -0
- package/dist/icons/faces/smile.svg +5 -0
- package/dist/icons/global/cookie.svg +1 -0
- package/dist/icons/global/filter.svg +5 -0
- package/dist/icons/global/pin-drop.svg +5 -0
- package/dist/icons/global/settings.svg +1 -0
- package/dist/icons/indicators/circle-dash-fill.svg +11 -0
- package/dist/icons/indicators/circle-dash.svg +16 -0
- package/dist/icons/map/pin-drop.svg +5 -0
- package/dist/icons/medical/coaching.svg +5 -0
- package/dist/icons/medical/labs.svg +5 -0
- package/dist/icons/medical/myspan.svg +5 -0
- package/dist/icons/medical/optimizations.svg +5 -0
- package/dist/icons/medical/protocols.svg +5 -0
- package/dist/icons/medical/ruler.svg +5 -0
- package/dist/icons/medical/scale.svg +5 -0
- package/dist/icons/social/apple.svg +1 -0
- package/dist/icons/social/facebook.svg +5 -0
- package/dist/icons/social/google.svg +1 -0
- package/dist/icons/social/heart-fill.svg +5 -0
- package/dist/icons/social/heart.svg +5 -0
- package/dist/icons/social/instagram.svg +5 -0
- package/dist/icons/social/linkedin.svg +3 -0
- package/dist/icons/social/star-fill.svg +5 -0
- package/dist/icons/social/star-half.svg +4 -0
- package/dist/icons/social/star-outline.svg +5 -0
- package/dist/icons/social/star.svg +3 -0
- package/dist/icons/social/x.svg +5 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.es.js +1 -10
- package/dist/modules/AllInOne/AllInOne.cjs.js +1 -1
- package/dist/modules/AllInOne/AllInOne.es.js +30 -30
- package/dist/modules/AllInOne/allInOne.module.css +118 -0
- package/dist/modules/Benefits/Benefits.cjs.js +1 -1
- package/dist/modules/Benefits/Benefits.es.js +5 -5
- package/dist/modules/Benefits/benefits.module.css +185 -0
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.cjs.js +1 -1
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.es.js +2 -2
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css +30 -0
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.cjs.js +1 -1
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.es.js +4 -4
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css +29 -0
- package/dist/modules/CallToAction/CallToAction.cjs.js +1 -1
- package/dist/modules/CallToAction/CallToAction.es.js +36 -36
- package/dist/modules/CallToAction/callToAction.module.css +227 -0
- package/dist/modules/Callback/Callback.cjs.js +1 -1
- package/dist/modules/Callback/Callback.es.js +31 -31
- package/dist/modules/Callback/callback.module.css +69 -0
- package/dist/modules/CircleHighlights/CircleHighlights.cjs.js +1 -1
- package/dist/modules/CircleHighlights/CircleHighlights.es.js +1 -1
- package/dist/modules/CircleHighlights/assets/alwaysCurrentImg.jpg +0 -0
- package/dist/modules/CircleHighlights/assets/credibleImg.jpg +0 -0
- package/dist/modules/CircleHighlights/assets/cuttingImg.jpg +0 -0
- package/dist/modules/CircleHighlights/circleHighlights.module.css +75 -0
- package/dist/modules/Claims/Claims.cjs.js +1 -1
- package/dist/modules/Claims/Claims.es.js +5 -5
- package/dist/modules/Claims/claims.module.css +107 -0
- package/dist/modules/Compare/Compare.cjs.js +1 -1
- package/dist/modules/Compare/Compare.es.js +1 -1
- package/dist/modules/Compare/compare.module.css +79 -0
- package/dist/modules/Compare/types.d.ts +2 -2
- package/dist/modules/Comparison/Comparison.cjs.js +1 -1
- package/dist/modules/Comparison/Comparison.es.js +12 -12
- package/dist/modules/Comparison/assets/company-logo.svg +3 -0
- package/dist/modules/Comparison/comparison.module.css +150 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.cjs.js +1 -1
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.es.js +12 -12
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css +84 -0
- package/dist/modules/ContentHighlight/ContentHighlight.cjs.js +1 -1
- package/dist/modules/ContentHighlight/ContentHighlight.es.js +2 -2
- package/dist/modules/ContentHighlight/contentHighlight.module.css +149 -0
- package/dist/modules/Curiosity/Curiosity.cjs.js +1 -1
- package/dist/modules/Curiosity/Curiosity.es.js +11 -11
- package/dist/modules/Curiosity/curiosity.module.css +153 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.cjs.js +1 -1
- package/dist/modules/CursorImageBlock/CursorImageBlock.es.js +2 -2
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css +122 -0
- package/dist/modules/ExpandingDetails/ExpandingDetails.cjs.js +1 -1
- package/dist/modules/ExpandingDetails/ExpandingDetails.es.js +10 -10
- package/dist/modules/ExpandingDetails/expandingDetails.module.css +262 -0
- package/dist/modules/FAQModule/FAQModule.cjs.js +1 -1
- package/dist/modules/FAQModule/FAQModule.es.js +1 -1
- package/dist/modules/FAQModule/faqModule.module.css +76 -0
- package/dist/modules/FeaturedIn/FeaturedIn.cjs.js +1 -1
- package/dist/modules/FeaturedIn/FeaturedIn.es.js +6 -6
- package/dist/modules/FeaturedIn/components/CtaFeaturedIn.cjs.js +1 -1
- package/dist/modules/FeaturedIn/components/CtaFeaturedIn.es.js +1 -1
- package/dist/modules/FeaturedIn/featuredIn.module.css +198 -0
- package/dist/modules/FeaturesGallery/FeaturesGallery.cjs.js +1 -1
- package/dist/modules/FeaturesGallery/FeaturesGallery.es.js +2 -2
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.cjs.js +1 -1
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.es.js +5 -5
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css +131 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-1.jpg +0 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-2.jpg +0 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-3.jpg +0 -0
- package/dist/modules/FeaturesGallery/featuresGallery.module.css +111 -0
- package/dist/modules/FollowTheScience/FollowTheScience.cjs.js +1 -1
- package/dist/modules/FollowTheScience/FollowTheScience.es.js +13 -13
- package/dist/modules/FollowTheScience/followTheScience.module.css +96 -0
- package/dist/modules/Grid/Grid.cjs.js +1 -1
- package/dist/modules/Grid/Grid.es.js +1 -1
- package/dist/modules/Grid/grid.module.css +257 -0
- package/dist/modules/HSModal/HSModal.cjs.js +1 -1
- package/dist/modules/HSModal/HSModal.es.js +6 -6
- package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.cjs.js +1 -1
- package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.es.js +7 -7
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.cjs.js +1 -1
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.es.js +14 -14
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css +17 -0
- package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css +119 -0
- package/dist/modules/HSModal/hsModal.module.css +23 -0
- package/dist/modules/HighestStandards/HighestStandards.cjs.js +1 -1
- package/dist/modules/HighestStandards/HighestStandards.es.js +13 -13
- package/dist/modules/HighestStandards/assets/hs-bg-indigo.jpg +0 -0
- package/dist/modules/HighestStandards/assets/hs-bg-orchre.jpg +0 -0
- package/dist/modules/HighestStandards/assets/hs-bg-solar.jpg +0 -0
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.cjs.js +1 -1
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.es.js +4 -4
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.cjs.js +1 -1
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.es.js +19 -19
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css +78 -0
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css +14 -0
- package/dist/modules/HighestStandards/highestStandards.module.css +193 -0
- package/dist/modules/HowItWorks/HowItWorks.cjs.js +1 -1
- package/dist/modules/HowItWorks/HowItWorks.es.js +10 -10
- package/dist/modules/HowItWorks/components/Content/Content.cjs.js +1 -1
- package/dist/modules/HowItWorks/components/Content/Content.es.js +5 -5
- package/dist/modules/HowItWorks/components/Content/content.module.css +126 -0
- package/dist/modules/HowItWorks/howItWorks.module.css +64 -0
- package/dist/modules/ImageWithBenefits/ImageWithBenefits.cjs.js +1 -1
- package/dist/modules/ImageWithBenefits/ImageWithBenefits.es.js +2 -2
- package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css +208 -0
- package/dist/modules/ImageWithText/ImageWithText.cjs.js +1 -1
- package/dist/modules/ImageWithText/ImageWithText.es.js +15 -15
- package/dist/modules/ImageWithText/imageWithText.module.css +245 -0
- package/dist/modules/IndividualProductCard/IndividualProductCard.cjs.js +1 -1
- package/dist/modules/IndividualProductCard/IndividualProductCard.d.ts +2 -6
- package/dist/modules/IndividualProductCard/IndividualProductCard.es.js +79 -90
- package/dist/modules/IndividualProductCard/components/Features/Features.cjs.js +1 -1
- package/dist/modules/IndividualProductCard/components/Features/Features.es.js +5 -5
- package/dist/modules/IndividualProductCard/components/Features/features.module.css +54 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.cjs.js +1 -1
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.es.js +8 -8
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css +117 -0
- package/dist/modules/IndividualProductCard/individualProductCard.module.css +118 -0
- package/dist/modules/IngredientHighlight/IngredientHighlight.cjs.js +1 -1
- package/dist/modules/IngredientHighlight/IngredientHighlight.es.js +1 -1
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.cjs.js +1 -1
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.es.js +7 -7
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css +41 -0
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css +73 -0
- package/dist/modules/LongevityPathways/LongevityPathways.cjs.js +1 -1
- package/dist/modules/LongevityPathways/LongevityPathways.es.js +7 -7
- package/dist/modules/LongevityPathways/longevityPathways.module.css +39 -0
- package/dist/modules/OptimalHealth/OptimalHealth.cjs.js +1 -1
- package/dist/modules/OptimalHealth/OptimalHealth.es.js +11 -11
- package/dist/modules/OptimalHealth/assets/optimal_health_example.png +0 -0
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -1
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +8 -8
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css +150 -0
- package/dist/modules/OptimalHealth/optimalHealth.module.css +86 -0
- package/dist/modules/OurProcess/OurProcess.cjs.js +1 -1
- package/dist/modules/OurProcess/OurProcess.es.js +5 -5
- package/dist/modules/OurProcess/ourProcess.module.css +44 -0
- package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -1
- package/dist/modules/PairedProducts/PairedProducts.es.js +5 -5
- package/dist/modules/PairedProducts/pairedProducts.module.css +60 -0
- package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -1
- package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +16 -16
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js +1 -1
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.es.js +7 -8
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css +16 -0
- package/dist/modules/ProductsDisplay/productsDisplay.module.css +30 -0
- package/dist/modules/ProductsDisplay/useProductsData.cjs.js +1 -1
- package/dist/modules/ProductsDisplay/useProductsData.es.js +12 -11
- package/dist/modules/ProgramDetails/ProgramDetails.cjs.js +1 -1
- package/dist/modules/ProgramDetails/ProgramDetails.es.js +1 -1
- package/dist/modules/ProgramDetails/components/Features/Features.cjs.js +1 -1
- package/dist/modules/ProgramDetails/components/Features/Features.es.js +1 -1
- package/dist/modules/ProgramDetails/components/Features/features.module.css +69 -0
- package/dist/modules/ProgramDetails/programDetails.module.css +58 -0
- package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.cjs.js +1 -1
- package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.es.js +6 -6
- package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css +153 -0
- package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.cjs.js +1 -1
- package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.es.js +6 -6
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.cjs.js +1 -1
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.es.js +1 -1
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css +77 -0
- package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css +115 -0
- package/dist/modules/ResearchFeatured/ResearchFeatured.cjs.js +1 -1
- package/dist/modules/ResearchFeatured/ResearchFeatured.es.js +5 -5
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.cjs.js +1 -1
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.es.js +2 -2
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css +132 -0
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.cjs.js +1 -1
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.es.js +5 -5
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css +55 -0
- package/dist/modules/ResearchFeatured/researchFeatured.module.css +56 -0
- package/dist/modules/ResearchFilters/ResearchFilters.cjs.js +1 -1
- package/dist/modules/ResearchFilters/ResearchFilters.es.js +17 -18
- package/dist/modules/ResearchFilters/researchFilters.module.css +59 -0
- package/dist/modules/ResearchStudies/ResearchStudies.cjs.js +1 -1
- package/dist/modules/ResearchStudies/ResearchStudies.es.js +12 -13
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.cjs.js +1 -1
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.es.js +12 -12
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css +74 -0
- package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.cjs.js +1 -1
- package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.es.js +5 -5
- package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css +113 -0
- package/dist/modules/ResearchStudies/researchStudies.module.css +120 -0
- package/dist/modules/Reviews/Reviews.cjs.js +1 -1
- package/dist/modules/Reviews/Reviews.es.js +5 -5
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.cjs.js +1 -1
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.es.js +1 -1
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css +55 -0
- package/dist/modules/Reviews/components/ReviewList/ReviewList.cjs.js +1 -1
- package/dist/modules/Reviews/components/ReviewList/ReviewList.es.js +3 -3
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css +36 -0
- package/dist/modules/Reviews/reviews.module.css +74 -0
- package/dist/modules/ScienceHero/ScienceHero.cjs.js +1 -1
- package/dist/modules/ScienceHero/ScienceHero.es.js +2 -2
- package/dist/modules/ScienceHero/ScienceHeroCursor.cjs.js +1 -1
- package/dist/modules/ScienceHero/components/ScienceClientCursor.cjs.js +1 -1
- package/dist/modules/ScienceHero/components/ScienceClientCursor.es.js +1 -1
- package/dist/modules/ScienceHero/scienceHero.module.css +245 -0
- package/dist/modules/ScrollingText/ScrollingText.cjs.js +1 -1
- package/dist/modules/ScrollingText/ScrollingText.es.js +4 -4
- package/dist/modules/ScrollingText/scrollingText.module.css +53 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -1
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +14 -14
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css +242 -0
- package/dist/modules/SlidingTabsGallery/assets/ipad.png +0 -0
- package/dist/modules/Studies/Studies.cjs.js +1 -1
- package/dist/modules/Studies/Studies.es.js +9 -9
- package/dist/modules/Studies/studies.module.css +98 -0
- package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -1
- package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +4 -4
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css +61 -0
- package/dist/modules/Testimonial/Testimonial.cjs.js +1 -1
- package/dist/modules/Testimonial/Testimonial.es.js +13 -13
- package/dist/modules/Testimonial/components/Product/Product.cjs.js +1 -1
- package/dist/modules/Testimonial/components/Product/Product.es.js +1 -1
- package/dist/modules/Testimonial/components/Product/product.module.css +64 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.cjs.js +1 -1
- package/dist/modules/Testimonial/components/TextCard/TextCard.es.js +10 -10
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css +45 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.cjs.js +1 -1
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +5 -5
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css +62 -0
- package/dist/modules/Testimonial/testimonial.module.css +108 -0
- package/dist/modules/TextBlockAnimated/TextBlockAnimated.cjs.js +1 -1
- package/dist/modules/TextBlockAnimated/TextBlockAnimated.es.js +9 -9
- package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css +62 -0
- package/dist/modules/TextTwoImages/TextTwoImages.cjs.js +1 -1
- package/dist/modules/TextTwoImages/TextTwoImages.es.js +2 -2
- package/dist/modules/TextTwoImages/textTwoImages.module.css +141 -0
- package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.cjs.js +1 -1
- package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.es.js +1 -1
- package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_desktop.jpg +0 -0
- package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_mobile.jpg +0 -0
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.cjs.js +1 -1
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.es.js +1 -1
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css +49 -0
- package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css +183 -0
- package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.cjs.js +1 -1
- package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.es.js +2 -2
- package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css +197 -0
- package/dist/modules/TotalCare/TotalCare.cjs.js +1 -1
- package/dist/modules/TotalCare/TotalCare.es.js +5 -5
- package/dist/modules/TotalCare/assets/ipad.png +0 -0
- package/dist/modules/TotalCare/totalCare.module.css +150 -0
- package/dist/modules/TrackProgress/TrackProgress.cjs.js +1 -1
- package/dist/modules/TrackProgress/TrackProgress.es.js +1 -1
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.cjs.js +1 -1
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.es.js +3 -3
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css +183 -0
- package/dist/modules/TrackProgress/trackProgress.module.css +50 -0
- package/dist/modules/TypesOfTests/TypesOfTests.cjs.js +1 -1
- package/dist/modules/TypesOfTests/TypesOfTests.es.js +11 -11
- package/dist/modules/TypesOfTests/typesOfTests.module.css +196 -0
- package/dist/modules/WhatIs/WhatIs.cjs.js +1 -1
- package/dist/modules/WhatIs/WhatIs.es.js +1 -1
- package/dist/modules/WhatIs/assets/metabolism.jpg +0 -0
- package/dist/modules/WhatIs/assets/mitochondria.jpg +0 -0
- package/dist/modules/WhatIs/assets/senescence.jpg +0 -0
- package/dist/modules/WhatIs/whatIs.module.css +61 -0
- package/dist/modules/YourProtocol/YourProtocol.cjs.js +1 -1
- package/dist/modules/YourProtocol/YourProtocol.es.js +25 -24
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.cjs.js +1 -1
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +5 -5
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css +37 -0
- package/dist/modules/YourProtocol/yourProtocol.module.css +91 -0
- package/dist/node_modules/gsap/CustomEase.cjs.js +1 -1
- package/dist/node_modules/gsap/CustomEase.es.js +1 -1
- package/dist/node_modules/gsap/Draggable.cjs.js +1 -1
- package/dist/node_modules/gsap/Draggable.es.js +2 -2
- package/dist/node_modules/gsap/Flip.cjs.js +1 -1
- package/dist/node_modules/gsap/Flip.es.js +2 -2
- package/dist/node_modules/gsap/Observer.cjs.js +1 -1
- package/dist/node_modules/gsap/Observer.es.js +2 -2
- package/dist/node_modules/gsap/ScrollTrigger.cjs.js +1 -1
- package/dist/node_modules/gsap/ScrollTrigger.es.js +2 -2
- package/dist/node_modules/gsap/SplitText.cjs.js +2 -2
- package/dist/node_modules/gsap/SplitText.es.js +2 -2
- package/dist/node_modules/swiper/modules/navigation.css +1 -0
- package/dist/node_modules/swiper/modules/pagination.css +1 -0
- package/dist/node_modules/swiper/swiper.css +1 -0
- package/dist/pageComponents/Banner/Banner.cjs.js +1 -1
- package/dist/pageComponents/Banner/Banner.es.js +1 -1
- package/dist/pageComponents/Banner/banner.module.css +26 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.cjs.js +1 -1
- package/dist/pageComponents/BiologicalAge/BiologicalAge.es.js +5 -5
- package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png +0 -0
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css +110 -0
- package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -1
- package/dist/pageComponents/Bubbles/Bubbles.es.js +1 -1
- package/dist/pageComponents/Bubbles/bubbles.module.css +168 -0
- package/dist/pageComponents/ContactUs/ContactUs.cjs.js +1 -1
- package/dist/pageComponents/ContactUs/ContactUs.es.js +13 -13
- package/dist/pageComponents/ContactUs/contactUs.module.css +152 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.cjs.js +1 -1
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.es.js +2 -2
- package/dist/pageComponents/DiscoverTheStory/assets/bg-img-mobile.jpg +0 -0
- package/dist/pageComponents/DiscoverTheStory/assets/bg-img.jpg +0 -0
- package/dist/pageComponents/DiscoverTheStory/assets/content-img.png +0 -0
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css +107 -0
- package/dist/pageComponents/Footer/Footer.cjs.js +1 -1
- package/dist/pageComponents/Footer/Footer.es.js +24 -27
- package/dist/pageComponents/Footer/assets/CompanyName.svg +3 -0
- package/dist/pageComponents/Footer/assets/logo.png +0 -0
- package/dist/pageComponents/Footer/assets/newsletter.jpg +0 -0
- package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.es.js +1 -1
- package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css +9 -0
- package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.es.js +6 -6
- package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css +107 -0
- package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.es.js +2 -2
- package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css +123 -0
- package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.es.js +5 -5
- package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css +25 -0
- package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.es.js +1 -1
- package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css +87 -0
- package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.es.js +9 -9
- package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css +103 -0
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.es.js +2 -2
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css +230 -0
- package/dist/pageComponents/Footer/footer.module.css +267 -0
- package/dist/pageComponents/Gradient/Gradient.cjs.js +1 -1
- package/dist/pageComponents/Gradient/Gradient.es.js +1 -1
- package/dist/pageComponents/Gradient/gradient.module.css +48 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/HomepageHero.es.js +27 -24
- package/dist/pageComponents/HomepageHero/assets/bg.jpg +0 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.es.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.es.js +6 -6
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.es.js +6 -6
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.es.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.es.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css +77 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg +50 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg +51 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/doctor.png +0 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/ft.png +0 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/rapamycin.png +0 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css +65 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css +71 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css +102 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css +81 -0
- package/dist/pageComponents/HomepageHero/homepageHero.module.css +140 -0
- package/dist/pageComponents/HowItWorksHero/HowItWorksHero.cjs.js +1 -1
- package/dist/pageComponents/HowItWorksHero/HowItWorksHero.es.js +7 -7
- package/dist/pageComponents/HowItWorksHero/assets/Container.png +0 -0
- package/dist/pageComponents/HowItWorksHero/assets/bg.jpg +0 -0
- package/dist/pageComponents/HowItWorksHero/assets/people.png +0 -0
- package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css +84 -0
- package/dist/pageComponents/LabsHero/LabsHero.cjs.js +1 -1
- package/dist/pageComponents/LabsHero/LabsHero.es.js +26 -26
- package/dist/pageComponents/LabsHero/assets/bg.jpg +0 -0
- package/dist/pageComponents/LabsHero/assets/icon1.png +0 -0
- package/dist/pageComponents/LabsHero/assets/icon2.png +0 -0
- package/dist/pageComponents/LabsHero/assets/icon3.png +0 -0
- package/dist/pageComponents/LabsHero/assets/img1.png +0 -0
- package/dist/pageComponents/LabsHero/assets/img2.png +0 -0
- package/dist/pageComponents/LabsHero/assets/img3.png +0 -0
- package/dist/pageComponents/LabsHero/assets/svg1.svg +89 -0
- package/dist/pageComponents/LabsHero/assets/svg2.svg +46 -0
- package/dist/pageComponents/LabsHero/assets/svg3.svg +60 -0
- package/dist/pageComponents/LabsHero/labsHero.module.css +282 -0
- package/dist/pageComponents/OurCompanyHero/OurCompanyHero.cjs.js +1 -1
- package/dist/pageComponents/OurCompanyHero/OurCompanyHero.es.js +3 -3
- package/dist/pageComponents/OurCompanyHero/assets/CompanyHeroBg.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero1.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero2.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero3.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero4.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero5.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero6.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero7.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero8.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero9.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css +78 -0
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.cjs.js +1 -1
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.es.js +25 -25
- package/dist/pageComponents/PersonalizedProtocolHero/assets/bg.jpg +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg +47 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg +45 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg +44 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.jpg +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.jpg +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.jpg +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css +312 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -1
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +9 -9
- package/dist/pageComponents/StillHaveQuestions/assets/joinOurTeam.jpg +0 -0
- package/dist/pageComponents/StillHaveQuestions/assets/stillHaveQuestions.jpg +0 -0
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css +63 -0
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.cjs.js +1 -1
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.es.js +5 -5
- package/dist/pageComponents/TreatmentsHero/assets/bg-bubbles.webp +0 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.cjs.js +1 -1
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.es.js +1 -1
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css +46 -0
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css +121 -0
- package/dist/stories/assets/accessibility.png +0 -0
- package/dist/stories/assets/accessibility.svg +1 -0
- package/dist/stories/assets/addon-library.png +0 -0
- package/dist/stories/assets/assets.png +0 -0
- package/dist/stories/assets/avif-test-image.avif +0 -0
- package/dist/stories/assets/context.png +0 -0
- package/dist/stories/assets/discord.svg +1 -0
- package/dist/stories/assets/docs.png +0 -0
- package/dist/stories/assets/figma-plugin.png +0 -0
- package/dist/stories/assets/github.svg +1 -0
- package/dist/stories/assets/share.png +0 -0
- package/dist/stories/assets/styling.png +0 -0
- package/dist/stories/assets/testing.png +0 -0
- package/dist/stories/assets/theming.png +0 -0
- package/dist/stories/assets/tutorials.svg +1 -0
- package/dist/stories/assets/youtube.svg +1 -0
- package/dist/styles/core.css +1 -0
- package/dist/utils/useIsMobile.cjs.js +1 -1
- package/dist/utils/useIsMobile.es.js +1 -1
- package/package.json +15 -7
- package/dist/_virtual/ArrowContainer.cjs.js +0 -1
- package/dist/_virtual/ArrowContainer.es.js +0 -4
- package/dist/_virtual/Popover.cjs.js +0 -1
- package/dist/_virtual/Popover.cjs2.js +0 -1
- package/dist/_virtual/Popover.es.js +0 -5
- package/dist/_virtual/Popover.es2.js +0 -4
- package/dist/_virtual/PopoverPortal.cjs.js +0 -1
- package/dist/_virtual/PopoverPortal.es.js +0 -4
- package/dist/_virtual/_commonjsHelpers.cjs.js +0 -1
- package/dist/_virtual/_commonjsHelpers.es.js +0 -6
- package/dist/_virtual/browser.cjs.js +0 -1
- package/dist/_virtual/browser.es.js +0 -4
- package/dist/_virtual/debug.cjs.js +0 -1
- package/dist/_virtual/debug.es.js +0 -4
- package/dist/_virtual/index.cjs.js +0 -1
- package/dist/_virtual/index.cjs2.js +0 -1
- package/dist/_virtual/index.cjs3.js +0 -1
- package/dist/_virtual/index.cjs4.js +0 -1
- package/dist/_virtual/index.es.js +0 -7
- package/dist/_virtual/index.es2.js +0 -7
- package/dist/_virtual/index.es3.js +0 -4
- package/dist/_virtual/index.es4.js +0 -4
- package/dist/_virtual/react-is.development.cjs.js +0 -1
- package/dist/_virtual/react-is.development.es.js +0 -4
- package/dist/_virtual/react-is.production.min.cjs.js +0 -1
- package/dist/_virtual/react-is.production.min.es.js +0 -4
- package/dist/_virtual/to-querystring.min.cjs.js +0 -1
- package/dist/_virtual/to-querystring.min.cjs2.js +0 -1
- package/dist/_virtual/to-querystring.min.es.js +0 -7
- package/dist/_virtual/to-querystring.min.es2.js +0 -4
- package/dist/_virtual/useArrowContainer.cjs.js +0 -1
- package/dist/_virtual/useArrowContainer.es.js +0 -4
- package/dist/_virtual/useElementRef.cjs.js +0 -1
- package/dist/_virtual/useElementRef.es.js +0 -4
- package/dist/_virtual/useHandlePrevValues.cjs.js +0 -1
- package/dist/_virtual/useHandlePrevValues.es.js +0 -4
- package/dist/_virtual/useMemoizedArray.cjs.js +0 -1
- package/dist/_virtual/useMemoizedArray.es.js +0 -4
- package/dist/_virtual/usePopover.cjs.js +0 -1
- package/dist/_virtual/usePopover.es.js +0 -4
- package/dist/_virtual/util.cjs.js +0 -1
- package/dist/_virtual/util.es.js +0 -4
- package/dist/components/Accordion/accordion.module.css.cjs.js +0 -1
- package/dist/components/Accordion/accordion.module.css.es.js +0 -7
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +0 -1
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +0 -25
- package/dist/components/AnchorLinks/anchorLinks.module.css.cjs.js +0 -1
- package/dist/components/AnchorLinks/anchorLinks.module.css.es.js +0 -13
- package/dist/components/Benefit/benefit.module.css.cjs.js +0 -1
- package/dist/components/Benefit/benefit.module.css.es.js +0 -9
- package/dist/components/Button/button.module.css.cjs.js +0 -1
- package/dist/components/Button/button.module.css.es.js +0 -31
- package/dist/components/Callback/callback.module.css.cjs.js +0 -1
- package/dist/components/Callback/callback.module.css.es.js +0 -33
- package/dist/components/Checkbox/checkbox.module.css.cjs.js +0 -1
- package/dist/components/Checkbox/checkbox.module.css.es.js +0 -31
- package/dist/components/ClaimBlock/claimBlock.module.css.cjs.js +0 -1
- package/dist/components/ClaimBlock/claimBlock.module.css.es.js +0 -19
- package/dist/components/ColoredDivider/coloredDivider.module.css.cjs.js +0 -1
- package/dist/components/ColoredDivider/coloredDivider.module.css.es.js +0 -21
- package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.cjs.js +0 -1
- package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.es.js +0 -26
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.cjs.js +0 -1
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.es.js +0 -17
- package/dist/components/ComplexTooltip/complexTooltip.module.css.cjs.js +0 -1
- package/dist/components/ComplexTooltip/complexTooltip.module.css.es.js +0 -7
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.cjs.js +0 -1
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.es.js +0 -15
- package/dist/components/ContentTabs/contentTabs.module.css.cjs.js +0 -1
- package/dist/components/ContentTabs/contentTabs.module.css.es.js +0 -29
- package/dist/components/Cursor/cursor.module.css.cjs.js +0 -1
- package/dist/components/Cursor/cursor.module.css.es.js +0 -11
- package/dist/components/FAQComponent/faqComponent.module.css.cjs.js +0 -1
- package/dist/components/FAQComponent/faqComponent.module.css.es.js +0 -7
- package/dist/components/FAQComponentItem/faqComponentItem.module.css.cjs.js +0 -1
- package/dist/components/FAQComponentItem/faqComponentItem.module.css.es.js +0 -27
- package/dist/components/FilterError/filterError.module.css.cjs.js +0 -1
- package/dist/components/FilterError/filterError.module.css.es.js +0 -11
- package/dist/components/FilterMenu/filterMenu.module.css.cjs.js +0 -1
- package/dist/components/FilterMenu/filterMenu.module.css.es.js +0 -31
- package/dist/components/GalleryPagination/galleryPagination.module.css.cjs.js +0 -1
- package/dist/components/GalleryPagination/galleryPagination.module.css.es.js +0 -13
- package/dist/components/HighlightedTitle/highlightedTitle.module.css.cjs.js +0 -1
- package/dist/components/HighlightedTitle/highlightedTitle.module.css.es.js +0 -13
- package/dist/components/IconBracket/iconBracket.module.css.cjs.js +0 -1
- package/dist/components/IconBracket/iconBracket.module.css.es.js +0 -15
- package/dist/components/IconButton/iconButton.module.css.cjs.js +0 -1
- package/dist/components/IconButton/iconButton.module.css.es.js +0 -25
- package/dist/components/ImageGallery/imageGallery.module.css.cjs.js +0 -1
- package/dist/components/ImageGallery/imageGallery.module.css.es.js +0 -15
- package/dist/components/InfiniteScroll/infiniteScroll.module.css.cjs.js +0 -1
- package/dist/components/InfiniteScroll/infiniteScroll.module.css.es.js +0 -11
- package/dist/components/Label/label.module.css.cjs.js +0 -1
- package/dist/components/Label/label.module.css.es.js +0 -7
- package/dist/components/Pagination/pagination.module.css.cjs.js +0 -1
- package/dist/components/Pagination/pagination.module.css.es.js +0 -19
- package/dist/components/PlayButton/playButton.module.css.cjs.js +0 -1
- package/dist/components/PlayButton/playButton.module.css.es.js +0 -11
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.es.js +0 -7
- package/dist/components/Pricing/pricing.module.css.cjs.js +0 -1
- package/dist/components/Pricing/pricing.module.css.es.js +0 -25
- package/dist/components/ProductGallery/productGallery.module.css.cjs.js +0 -1
- package/dist/components/ProductGallery/productGallery.module.css.es.js +0 -27
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css.cjs.js +0 -1
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css.es.js +0 -21
- package/dist/components/ProductListing/productListing.module.css.cjs.js +0 -1
- package/dist/components/ProductListing/productListing.module.css.es.js +0 -29
- package/dist/components/ProductPairs/productPairs.module.css.cjs.js +0 -1
- package/dist/components/ProductPairs/productPairs.module.css.es.js +0 -17
- package/dist/components/ProgramCard/programCard.module.css.cjs.js +0 -1
- package/dist/components/ProgramCard/programCard.module.css.es.js +0 -13
- package/dist/components/ProgressButton/progressButton.module.css.cjs.js +0 -1
- package/dist/components/ProgressButton/progressButton.module.css.es.js +0 -21
- package/dist/components/RadioButton/radioButton.module.css.cjs.js +0 -1
- package/dist/components/RadioButton/radioButton.module.css.es.js +0 -21
- package/dist/components/RatingStars/ratingStars.module.css.cjs.js +0 -1
- package/dist/components/RatingStars/ratingStars.module.css.es.js +0 -11
- package/dist/components/Skeleton/skeleton.module.css.cjs.js +0 -1
- package/dist/components/Skeleton/skeleton.module.css.es.js +0 -12
- package/dist/components/SmartCallout/smartCallout.module.css.cjs.js +0 -1
- package/dist/components/SmartCallout/smartCallout.module.css.es.js +0 -7
- package/dist/components/StepsCarousel/stepsCarousel.module.css.cjs.js +0 -1
- package/dist/components/StepsCarousel/stepsCarousel.module.css.es.js +0 -31
- package/dist/components/StudyGridCard/studyGridCard.module.css.cjs.js +0 -1
- package/dist/components/StudyGridCard/studyGridCard.module.css.es.js +0 -35
- package/dist/components/Tabs/tabs.module.css.cjs.js +0 -1
- package/dist/components/Tabs/tabs.module.css.es.js +0 -37
- package/dist/components/Tag/tag.module.css.cjs.js +0 -1
- package/dist/components/Tag/tag.module.css.es.js +0 -17
- package/dist/components/TextButton/textButton.module.css.cjs.js +0 -1
- package/dist/components/TextButton/textButton.module.css.es.js +0 -19
- package/dist/components/TextInput/textInput.module.css.cjs.js +0 -1
- package/dist/components/TextInput/textInput.module.css.es.js +0 -34
- package/dist/components/TypeBadge/typeBadge.module.css.cjs.js +0 -1
- package/dist/components/TypeBadge/typeBadge.module.css.es.js +0 -9
- package/dist/healthspan-marketing-ui.css +0 -1
- package/dist/modules/AllInOne/allInOne.module.css.cjs.js +0 -1
- package/dist/modules/AllInOne/allInOne.module.css.es.js +0 -25
- package/dist/modules/Benefits/benefits.module.css.cjs.js +0 -1
- package/dist/modules/Benefits/benefits.module.css.es.js +0 -37
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.es.js +0 -13
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.cjs.js +0 -1
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.es.js +0 -9
- package/dist/modules/CallToAction/callToAction.module.css.cjs.js +0 -1
- package/dist/modules/CallToAction/callToAction.module.css.es.js +0 -43
- package/dist/modules/Callback/callback.module.css.cjs.js +0 -1
- package/dist/modules/Callback/callback.module.css.es.js +0 -15
- package/dist/modules/CircleHighlights/circleHighlights.module.css.cjs.js +0 -1
- package/dist/modules/CircleHighlights/circleHighlights.module.css.es.js +0 -19
- package/dist/modules/Claims/claims.module.css.cjs.js +0 -1
- package/dist/modules/Claims/claims.module.css.es.js +0 -19
- package/dist/modules/Compare/compare.module.css.cjs.js +0 -1
- package/dist/modules/Compare/compare.module.css.es.js +0 -15
- package/dist/modules/Comparison/comparison.module.css.cjs.js +0 -1
- package/dist/modules/Comparison/comparison.module.css.es.js +0 -41
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.cjs.js +0 -1
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.es.js +0 -27
- package/dist/modules/ContentHighlight/contentHighlight.module.css.cjs.js +0 -1
- package/dist/modules/ContentHighlight/contentHighlight.module.css.es.js +0 -25
- package/dist/modules/Curiosity/curiosity.module.css.cjs.js +0 -1
- package/dist/modules/Curiosity/curiosity.module.css.es.js +0 -31
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.cjs.js +0 -1
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.es.js +0 -25
- package/dist/modules/ExpandingDetails/expandingDetails.module.css.cjs.js +0 -1
- package/dist/modules/ExpandingDetails/expandingDetails.module.css.es.js +0 -47
- package/dist/modules/FAQModule/faqModule.module.css.cjs.js +0 -1
- package/dist/modules/FAQModule/faqModule.module.css.es.js +0 -19
- package/dist/modules/FeaturedIn/featuredIn.module.css.cjs.js +0 -1
- package/dist/modules/FeaturedIn/featuredIn.module.css.es.js +0 -35
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.cjs.js +0 -1
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.es.js +0 -21
- package/dist/modules/FeaturesGallery/featuresGallery.module.css.cjs.js +0 -1
- package/dist/modules/FeaturesGallery/featuresGallery.module.css.es.js +0 -21
- package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +0 -1
- package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +0 -17
- package/dist/modules/Grid/grid.module.css.cjs.js +0 -1
- package/dist/modules/Grid/grid.module.css.es.js +0 -47
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.cjs.js +0 -1
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.es.js +0 -8
- package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.cjs.js +0 -1
- package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.es.js +0 -19
- package/dist/modules/HSModal/hsModal.module.css.cjs.js +0 -1
- package/dist/modules/HSModal/hsModal.module.css.es.js +0 -7
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.cjs.js +0 -1
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.es.js +0 -25
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.cjs.js +0 -1
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.es.js +0 -7
- package/dist/modules/HighestStandards/highestStandards.module.css.cjs.js +0 -1
- package/dist/modules/HighestStandards/highestStandards.module.css.es.js +0 -25
- package/dist/modules/HowItWorks/components/Content/content.module.css.cjs.js +0 -1
- package/dist/modules/HowItWorks/components/Content/content.module.css.es.js +0 -21
- package/dist/modules/HowItWorks/howItWorks.module.css.cjs.js +0 -1
- package/dist/modules/HowItWorks/howItWorks.module.css.es.js +0 -17
- package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.cjs.js +0 -1
- package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.es.js +0 -27
- package/dist/modules/ImageWithText/imageWithText.module.css.cjs.js +0 -1
- package/dist/modules/ImageWithText/imageWithText.module.css.es.js +0 -31
- package/dist/modules/IndividualProductCard/components/Features/features.module.css.cjs.js +0 -1
- package/dist/modules/IndividualProductCard/components/Features/features.module.css.es.js +0 -17
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.cjs.js +0 -1
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.es.js +0 -39
- package/dist/modules/IndividualProductCard/individualProductCard.module.css.cjs.js +0 -1
- package/dist/modules/IndividualProductCard/individualProductCard.module.css.es.js +0 -27
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.cjs.js +0 -1
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.es.js +0 -17
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.cjs.js +0 -1
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.es.js +0 -15
- package/dist/modules/LongevityPathways/longevityPathways.module.css.cjs.js +0 -1
- package/dist/modules/LongevityPathways/longevityPathways.module.css.es.js +0 -13
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +0 -1
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +0 -35
- package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +0 -1
- package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +0 -21
- package/dist/modules/OurProcess/ourProcess.module.css.cjs.js +0 -1
- package/dist/modules/OurProcess/ourProcess.module.css.es.js +0 -11
- package/dist/modules/PairedProducts/pairedProducts.module.css.cjs.js +0 -1
- package/dist/modules/PairedProducts/pairedProducts.module.css.es.js +0 -17
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.cjs.js +0 -1
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.es.js +0 -9
- package/dist/modules/ProductsDisplay/productsDisplay.module.css.cjs.js +0 -1
- package/dist/modules/ProductsDisplay/productsDisplay.module.css.es.js +0 -11
- package/dist/modules/ProgramDetails/components/Features/features.module.css.cjs.js +0 -1
- package/dist/modules/ProgramDetails/components/Features/features.module.css.es.js +0 -21
- package/dist/modules/ProgramDetails/programDetails.module.css.cjs.js +0 -1
- package/dist/modules/ProgramDetails/programDetails.module.css.es.js +0 -15
- package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.cjs.js +0 -1
- package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.es.js +0 -23
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.cjs.js +0 -1
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.es.js +0 -17
- package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.cjs.js +0 -1
- package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.es.js +0 -27
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.cjs.js +0 -1
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.es.js +0 -19
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.cjs.js +0 -1
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.es.js +0 -15
- package/dist/modules/ResearchFeatured/researchFeatured.module.css.cjs.js +0 -1
- package/dist/modules/ResearchFeatured/researchFeatured.module.css.es.js +0 -15
- package/dist/modules/ResearchFilters/researchFilters.module.css.cjs.js +0 -1
- package/dist/modules/ResearchFilters/researchFilters.module.css.es.js +0 -13
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.cjs.js +0 -1
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.es.js +0 -17
- package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.cjs.js +0 -1
- package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.es.js +0 -21
- package/dist/modules/ResearchStudies/researchStudies.module.css.cjs.js +0 -1
- package/dist/modules/ResearchStudies/researchStudies.module.css.es.js +0 -19
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.cjs.js +0 -1
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.es.js +0 -13
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.cjs.js +0 -1
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.es.js +0 -13
- package/dist/modules/Reviews/reviews.module.css.cjs.js +0 -1
- package/dist/modules/Reviews/reviews.module.css.es.js +0 -17
- package/dist/modules/ScienceHero/scienceHero.module.css.cjs.js +0 -1
- package/dist/modules/ScienceHero/scienceHero.module.css.es.js +0 -41
- package/dist/modules/ScrollingText/scrollingText.module.css.cjs.js +0 -1
- package/dist/modules/ScrollingText/scrollingText.module.css.es.js +0 -11
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +0 -1
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +0 -35
- package/dist/modules/Studies/studies.module.css.cjs.js +0 -1
- package/dist/modules/Studies/studies.module.css.es.js +0 -17
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css.cjs.js +0 -1
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css.es.js +0 -15
- package/dist/modules/Testimonial/components/Product/product.module.css.cjs.js +0 -1
- package/dist/modules/Testimonial/components/Product/product.module.css.es.js +0 -17
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.cjs.js +0 -1
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.es.js +0 -13
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.cjs.js +0 -1
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.es.js +0 -17
- package/dist/modules/Testimonial/testimonial.module.css.cjs.js +0 -1
- package/dist/modules/Testimonial/testimonial.module.css.es.js +0 -27
- package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.cjs.js +0 -1
- package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.es.js +0 -21
- package/dist/modules/TextTwoImages/textTwoImages.module.css.cjs.js +0 -1
- package/dist/modules/TextTwoImages/textTwoImages.module.css.es.js +0 -25
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.cjs.js +0 -1
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.es.js +0 -15
- package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.cjs.js +0 -1
- package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.es.js +0 -23
- package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.cjs.js +0 -1
- package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.es.js +0 -25
- package/dist/modules/TotalCare/totalCare.module.css.cjs.js +0 -1
- package/dist/modules/TotalCare/totalCare.module.css.es.js +0 -19
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.cjs.js +0 -1
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.es.js +0 -29
- package/dist/modules/TrackProgress/trackProgress.module.css.cjs.js +0 -1
- package/dist/modules/TrackProgress/trackProgress.module.css.es.js +0 -13
- package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +0 -1
- package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +0 -31
- package/dist/modules/WhatIs/whatIs.module.css.cjs.js +0 -1
- package/dist/modules/WhatIs/whatIs.module.css.es.js +0 -15
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.cjs.js +0 -1
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.es.js +0 -13
- package/dist/modules/YourProtocol/yourProtocol.module.css.cjs.js +0 -1
- package/dist/modules/YourProtocol/yourProtocol.module.css.es.js +0 -19
- package/dist/node_modules/@gsap/react/src/index.cjs.js +0 -9
- package/dist/node_modules/@gsap/react/src/index.es.js +0 -29
- package/dist/node_modules/gsap/CSSPlugin.cjs.js +0 -8
- package/dist/node_modules/gsap/CSSPlugin.es.js +0 -423
- package/dist/node_modules/gsap/gsap-core.cjs.js +0 -8
- package/dist/node_modules/gsap/gsap-core.es.js +0 -1651
- package/dist/node_modules/gsap/index.cjs.js +0 -1
- package/dist/node_modules/gsap/index.es.js +0 -13
- package/dist/node_modules/jsonp/index.cjs.js +0 -1
- package/dist/node_modules/jsonp/index.es.js +0 -31
- package/dist/node_modules/jsonp/node_modules/debug/src/browser.cjs.js +0 -1
- package/dist/node_modules/jsonp/node_modules/debug/src/browser.es.js +0 -67
- package/dist/node_modules/jsonp/node_modules/debug/src/debug.cjs.js +0 -1
- package/dist/node_modules/jsonp/node_modules/debug/src/debug.es.js +0 -64
- package/dist/node_modules/jsonp/node_modules/ms/index.cjs.js +0 -1
- package/dist/node_modules/jsonp/node_modules/ms/index.es.js +0 -79
- package/dist/node_modules/object-assign/index.cjs.js +0 -5
- package/dist/node_modules/object-assign/index.es.js +0 -54
- package/dist/node_modules/prop-types/checkPropTypes.cjs.js +0 -1
- package/dist/node_modules/prop-types/checkPropTypes.es.js +0 -54
- package/dist/node_modules/prop-types/factoryWithThrowingShims.cjs.js +0 -1
- package/dist/node_modules/prop-types/factoryWithThrowingShims.es.js +0 -52
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.cjs.js +0 -2
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.es.js +0 -329
- package/dist/node_modules/prop-types/index.cjs.js +0 -1
- package/dist/node_modules/prop-types/index.es.js +0 -17
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.cjs.js +0 -1
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +0 -10
- package/dist/node_modules/prop-types/lib/has.cjs.js +0 -1
- package/dist/node_modules/prop-types/lib/has.es.js +0 -7
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.cjs.js +0 -8
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.es.js +0 -95
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.cjs.js +0 -8
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.es.js +0 -78
- package/dist/node_modules/prop-types/node_modules/react-is/index.cjs.js +0 -1
- package/dist/node_modules/prop-types/node_modules/react-is/index.es.js +0 -10
- package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.cjs.js +0 -1
- package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.es.js +0 -40
- package/dist/node_modules/react-mailchimp-subscribe/es/index.cjs.js +0 -1
- package/dist/node_modules/react-mailchimp-subscribe/es/index.es.js +0 -81
- package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.es.js +0 -37
- package/dist/node_modules/react-tiny-popover/dist/Popover.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/Popover.es.js +0 -147
- package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.es.js +0 -20
- package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.es.js +0 -86
- package/dist/node_modules/react-tiny-popover/dist/useElementRef.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/useElementRef.es.js +0 -22
- package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.es.js +0 -34
- package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.es.js +0 -24
- package/dist/node_modules/react-tiny-popover/dist/usePopover.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/usePopover.es.js +0 -140
- package/dist/node_modules/react-tiny-popover/dist/util.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/util.es.js +0 -81
- package/dist/node_modules/swiper/modules/navigation.cjs.js +0 -1
- package/dist/node_modules/swiper/modules/navigation.es.js +0 -127
- package/dist/node_modules/swiper/shared/create-element-if-not-defined.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/create-element-if-not-defined.es.js +0 -12
- package/dist/node_modules/swiper/shared/ssr-window.esm.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/ssr-window.esm.es.js +0 -135
- package/dist/node_modules/swiper/shared/swiper-core.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/swiper-core.es.js +0 -2028
- package/dist/node_modules/swiper/shared/update-on-virtual-data.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/update-on-virtual-data.es.js +0 -62
- package/dist/node_modules/swiper/shared/update-swiper.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/update-swiper.es.js +0 -192
- package/dist/node_modules/swiper/shared/utils.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/utils.es.js +0 -186
- package/dist/node_modules/swiper/swiper-react.cjs.js +0 -1
- package/dist/node_modules/swiper/swiper-react.es.js +0 -242
- package/dist/node_modules/to-querystring/lib/to-querystring.min.cjs.js +0 -1
- package/dist/node_modules/to-querystring/lib/to-querystring.min.es.js +0 -54
- package/dist/pageComponents/Banner/banner.module.css.cjs.js +0 -1
- package/dist/pageComponents/Banner/banner.module.css.es.js +0 -9
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.cjs.js +0 -1
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.es.js +0 -17
- package/dist/pageComponents/Bubbles/bubbles.module.css.cjs.js +0 -1
- package/dist/pageComponents/Bubbles/bubbles.module.css.es.js +0 -15
- package/dist/pageComponents/ContactUs/contactUs.module.css.cjs.js +0 -1
- package/dist/pageComponents/ContactUs/contactUs.module.css.es.js +0 -37
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.cjs.js +0 -1
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.es.js +0 -13
- package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.es.js +0 -7
- package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.es.js +0 -27
- package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.es.js +0 -15
- package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.es.js +0 -11
- package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.es.js +0 -17
- package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.es.js +0 -17
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.es.js +0 -37
- package/dist/pageComponents/Footer/footer.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/footer.module.css.es.js +0 -25
- package/dist/pageComponents/Gradient/gradient.module.css.cjs.js +0 -1
- package/dist/pageComponents/Gradient/gradient.module.css.es.js +0 -13
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.es.js +0 -23
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js +0 -21
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js +0 -17
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js +0 -31
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js +0 -19
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.es.js +0 -23
- package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.es.js +0 -17
- package/dist/pageComponents/LabsHero/labsHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/LabsHero/labsHero.module.css.es.js +0 -41
- package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.es.js +0 -17
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.es.js +0 -71
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.cjs.js +0 -1
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.es.js +0 -13
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.cjs.js +0 -1
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.es.js +0 -13
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.es.js +0 -23
- package/dist/styles/index.d.ts +0 -3
- package/dist/styles/typography.module.css.cjs.js +0 -1
- package/dist/styles/typography.module.css.es.js +0 -129
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./update-swiper.cjs.js"),p=require("./swiper-core.cjs.js");function d(t,i){t===void 0&&(t={}),i===void 0&&(i=!0);const n={on:{}},f={},e={};o.e(n,p.d),n._emitClasses=!0,n.init=!1;const s={},l=o.p.map(a=>a.replace(/_/,"")),r=Object.assign({},t);return Object.keys(r).forEach(a=>{typeof t[a]>"u"||(l.indexOf(a)>=0?o.i(t[a])?(n[a]={},e[a]={},o.e(n[a],t[a]),o.e(e[a],t[a])):(n[a]=t[a],e[a]=t[a]):a.search(/on[A-Z]/)===0&&typeof t[a]=="function"?i?f[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:n.on[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:s[a]=t[a])}),["navigation","pagination","scrollbar"].forEach(a=>{n[a]===!0&&(n[a]={}),n[a]===!1&&delete n[a]}),{params:n,passedParams:e,rest:s,events:f}}function m(t,i){let{el:n,nextEl:f,prevEl:e,paginationEl:s,scrollbarEl:l,swiper:r}=t;o.n(i)&&f&&e&&(r.params.navigation.nextEl=f,r.originalParams.navigation.nextEl=f,r.params.navigation.prevEl=e,r.originalParams.navigation.prevEl=e),o.a(i)&&s&&(r.params.pagination.el=s,r.originalParams.pagination.el=s),o.b(i)&&l&&(r.params.scrollbar.el=l,r.originalParams.scrollbar.el=l),r.init(n)}function h(t,i,n,f,e){const s=[];if(!i)return s;const l=a=>{s.indexOf(a)<0&&s.push(a)};if(n&&f){const a=f.map(e),u=n.map(e);a.join("")!==u.join("")&&l("children"),f.length!==n.length&&l("children")}return o.p.filter(a=>a[0]==="_").map(a=>a.replace(/_/,"")).forEach(a=>{if(a in t&&a in i)if(o.i(t[a])&&o.i(i[a])){const u=Object.keys(t[a]),g=Object.keys(i[a]);u.length!==g.length?l(a):(u.forEach(c=>{t[a][c]!==i[a][c]&&l(a)}),g.forEach(c=>{t[a][c]!==i[a][c]&&l(a)}))}else t[a]!==i[a]&&l(a)}),s}const v=t=>{!t||t.destroyed||!t.params.virtual||t.params.virtual&&!t.params.virtual.enabled||(t.updateSlides(),t.updateProgress(),t.updateSlidesClasses(),t.emit("_virtualUpdated"),t.parallax&&t.params.parallax&&t.params.parallax.enabled&&t.parallax.setTranslate())};exports.a=h;exports.g=d;exports.m=m;exports.u=v;
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { e as u, p, i as g, n as m, a as h, b as v } from "./update-swiper.es.js";
|
|
2
|
-
import { d as x } from "./swiper-core.es.js";
|
|
3
|
-
function _(n, i) {
|
|
4
|
-
n === void 0 && (n = {}), i === void 0 && (i = !0);
|
|
5
|
-
const t = {
|
|
6
|
-
on: {}
|
|
7
|
-
}, o = {}, r = {};
|
|
8
|
-
u(t, x), t._emitClasses = !0, t.init = !1;
|
|
9
|
-
const e = {}, s = p.map((a) => a.replace(/_/, "")), l = Object.assign({}, n);
|
|
10
|
-
return Object.keys(l).forEach((a) => {
|
|
11
|
-
typeof n[a] > "u" || (s.indexOf(a) >= 0 ? g(n[a]) ? (t[a] = {}, r[a] = {}, u(t[a], n[a]), u(r[a], n[a])) : (t[a] = n[a], r[a] = n[a]) : a.search(/on[A-Z]/) === 0 && typeof n[a] == "function" ? i ? o[`${a[2].toLowerCase()}${a.substr(3)}`] = n[a] : t.on[`${a[2].toLowerCase()}${a.substr(3)}`] = n[a] : e[a] = n[a]);
|
|
12
|
-
}), ["navigation", "pagination", "scrollbar"].forEach((a) => {
|
|
13
|
-
t[a] === !0 && (t[a] = {}), t[a] === !1 && delete t[a];
|
|
14
|
-
}), {
|
|
15
|
-
params: t,
|
|
16
|
-
passedParams: r,
|
|
17
|
-
rest: e,
|
|
18
|
-
events: o
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
function b(n, i) {
|
|
22
|
-
let {
|
|
23
|
-
el: t,
|
|
24
|
-
nextEl: o,
|
|
25
|
-
prevEl: r,
|
|
26
|
-
paginationEl: e,
|
|
27
|
-
scrollbarEl: s,
|
|
28
|
-
swiper: l
|
|
29
|
-
} = n;
|
|
30
|
-
m(i) && o && r && (l.params.navigation.nextEl = o, l.originalParams.navigation.nextEl = o, l.params.navigation.prevEl = r, l.originalParams.navigation.prevEl = r), h(i) && e && (l.params.pagination.el = e, l.originalParams.pagination.el = e), v(i) && s && (l.params.scrollbar.el = s, l.originalParams.scrollbar.el = s), l.init(t);
|
|
31
|
-
}
|
|
32
|
-
function C(n, i, t, o, r) {
|
|
33
|
-
const e = [];
|
|
34
|
-
if (!i) return e;
|
|
35
|
-
const s = (a) => {
|
|
36
|
-
e.indexOf(a) < 0 && e.push(a);
|
|
37
|
-
};
|
|
38
|
-
if (t && o) {
|
|
39
|
-
const a = o.map(r), c = t.map(r);
|
|
40
|
-
a.join("") !== c.join("") && s("children"), o.length !== t.length && s("children");
|
|
41
|
-
}
|
|
42
|
-
return p.filter((a) => a[0] === "_").map((a) => a.replace(/_/, "")).forEach((a) => {
|
|
43
|
-
if (a in n && a in i)
|
|
44
|
-
if (g(n[a]) && g(i[a])) {
|
|
45
|
-
const c = Object.keys(n[a]), d = Object.keys(i[a]);
|
|
46
|
-
c.length !== d.length ? s(a) : (c.forEach((f) => {
|
|
47
|
-
n[a][f] !== i[a][f] && s(a);
|
|
48
|
-
}), d.forEach((f) => {
|
|
49
|
-
n[a][f] !== i[a][f] && s(a);
|
|
50
|
-
}));
|
|
51
|
-
} else n[a] !== i[a] && s(a);
|
|
52
|
-
}), e;
|
|
53
|
-
}
|
|
54
|
-
const S = (n) => {
|
|
55
|
-
!n || n.destroyed || !n.params.virtual || n.params.virtual && !n.params.virtual.enabled || (n.updateSlides(), n.updateProgress(), n.updateSlidesClasses(), n.emit("_virtualUpdated"), n.parallax && n.params.parallax && n.params.parallax.enabled && n.parallax.setTranslate());
|
|
56
|
-
};
|
|
57
|
-
export {
|
|
58
|
-
C as a,
|
|
59
|
-
_ as g,
|
|
60
|
-
b as m,
|
|
61
|
-
S as u
|
|
62
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const z=require("./utils.cjs.js"),B=["eventsPrefix","injectStyles","injectStylesUrls","modules","init","_direction","oneWayMovement","swiperElementNodeName","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","breakpointsBase","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_loop","loopAdditionalSlides","loopAddBlankSlides","loopPreventsSliding","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideActiveClass","slideVisibleClass","slideFullyVisibleClass","slideNextClass","slidePrevClass","slideBlankClass","wrapperClass","lazyPreloaderClass","lazyPreloadPrevNext","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom","control"];function g(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function T(t,i){const r=["__proto__","constructor","prototype"];Object.keys(i).filter(e=>r.indexOf(e)<0).forEach(e=>{typeof t[e]>"u"?t[e]=i[e]:g(i[e])&&g(t[e])&&Object.keys(i[e]).length>0?i[e].__swiper__?t[e]=i[e]:T(t[e],i[e]):t[e]=i[e]})}function I(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function M(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function N(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function A(t){t===void 0&&(t="");const i=t.split(" ").map(e=>e.trim()).filter(e=>!!e),r=[];return i.forEach(e=>{r.indexOf(e)<0&&r.push(e)}),r.join(" ")}function L(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function D(t){let{swiper:i,slides:r,passedParams:e,changedParams:o,nextEl:s,prevEl:a,scrollbarEl:d,paginationEl:c}=t;const h=o.filter(n=>n!=="children"&&n!=="direction"&&n!=="wrapperClass"),{params:l,pagination:p,navigation:f,scrollbar:v,virtual:u,thumbs:E}=i;let S,_,P,C,x,m,O,b;o.includes("thumbs")&&e.thumbs&&e.thumbs.swiper&&!e.thumbs.swiper.destroyed&&l.thumbs&&(!l.thumbs.swiper||l.thumbs.swiper.destroyed)&&(S=!0),o.includes("controller")&&e.controller&&e.controller.control&&l.controller&&!l.controller.control&&(_=!0),o.includes("pagination")&&e.pagination&&(e.pagination.el||c)&&(l.pagination||l.pagination===!1)&&p&&!p.el&&(P=!0),o.includes("scrollbar")&&e.scrollbar&&(e.scrollbar.el||d)&&(l.scrollbar||l.scrollbar===!1)&&v&&!v.el&&(C=!0),o.includes("navigation")&&e.navigation&&(e.navigation.prevEl||a)&&(e.navigation.nextEl||s)&&(l.navigation||l.navigation===!1)&&f&&!f.prevEl&&!f.nextEl&&(x=!0);const j=n=>{i[n]&&(i[n].destroy(),n==="navigation"?(i.isElement&&(i[n].prevEl.remove(),i[n].nextEl.remove()),l[n].prevEl=void 0,l[n].nextEl=void 0,i[n].prevEl=void 0,i[n].nextEl=void 0):(i.isElement&&i[n].el.remove(),l[n].el=void 0,i[n].el=void 0))};o.includes("loop")&&i.isElement&&(l.loop&&!e.loop?m=!0:!l.loop&&e.loop?O=!0:b=!0),h.forEach(n=>{if(g(l[n])&&g(e[n]))Object.assign(l[n],e[n]),(n==="navigation"||n==="pagination"||n==="scrollbar")&&"enabled"in e[n]&&!e[n].enabled&&j(n);else{const w=e[n];(w===!0||w===!1)&&(n==="navigation"||n==="pagination"||n==="scrollbar")?w===!1&&j(n):l[n]=e[n]}}),h.includes("controller")&&!_&&i.controller&&i.controller.control&&l.controller&&l.controller.control&&(i.controller.control=l.controller.control),o.includes("children")&&r&&u&&l.virtual.enabled?(u.slides=r,u.update(!0)):o.includes("virtual")&&u&&l.virtual.enabled&&(r&&(u.slides=r),u.update(!0)),o.includes("children")&&r&&l.loop&&(b=!0),S&&E.init()&&E.update(!0),_&&(i.controller.control=l.controller.control),P&&(i.isElement&&(!c||typeof c=="string")&&(c=document.createElement("div"),c.classList.add("swiper-pagination"),c.part.add("pagination"),i.el.appendChild(c)),c&&(l.pagination.el=c),p.init(),p.render(),p.update()),C&&(i.isElement&&(!d||typeof d=="string")&&(d=document.createElement("div"),d.classList.add("swiper-scrollbar"),d.part.add("scrollbar"),i.el.appendChild(d)),d&&(l.scrollbar.el=d),v.init(),v.updateSize(),v.setTranslate()),x&&(i.isElement&&((!s||typeof s=="string")&&(s=document.createElement("div"),s.classList.add("swiper-button-next"),z.s(s,i.hostEl.constructor.nextButtonSvg),s.part.add("button-next"),i.el.appendChild(s)),(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-button-prev"),z.s(a,i.hostEl.constructor.prevButtonSvg),a.part.add("button-prev"),i.el.appendChild(a))),s&&(l.navigation.nextEl=s),a&&(l.navigation.prevEl=a),f.init(),f.update()),o.includes("allowSlideNext")&&(i.allowSlideNext=e.allowSlideNext),o.includes("allowSlidePrev")&&(i.allowSlidePrev=e.allowSlidePrev),o.includes("direction")&&i.changeDirection(e.direction,!1),(m||b)&&i.loopDestroy(),(O||b)&&i.loopCreate(),i.update()}exports.a=M;exports.b=N;exports.d=A;exports.e=T;exports.i=g;exports.n=I;exports.p=B;exports.u=D;exports.w=L;
|
|
@@ -1,192 +0,0 @@
|
|
|
1
|
-
import { s as z } from "./utils.es.js";
|
|
2
|
-
const B = [
|
|
3
|
-
"eventsPrefix",
|
|
4
|
-
"injectStyles",
|
|
5
|
-
"injectStylesUrls",
|
|
6
|
-
"modules",
|
|
7
|
-
"init",
|
|
8
|
-
"_direction",
|
|
9
|
-
"oneWayMovement",
|
|
10
|
-
"swiperElementNodeName",
|
|
11
|
-
"touchEventsTarget",
|
|
12
|
-
"initialSlide",
|
|
13
|
-
"_speed",
|
|
14
|
-
"cssMode",
|
|
15
|
-
"updateOnWindowResize",
|
|
16
|
-
"resizeObserver",
|
|
17
|
-
"nested",
|
|
18
|
-
"focusableElements",
|
|
19
|
-
"_enabled",
|
|
20
|
-
"_width",
|
|
21
|
-
"_height",
|
|
22
|
-
"preventInteractionOnTransition",
|
|
23
|
-
"userAgent",
|
|
24
|
-
"url",
|
|
25
|
-
"_edgeSwipeDetection",
|
|
26
|
-
"_edgeSwipeThreshold",
|
|
27
|
-
"_freeMode",
|
|
28
|
-
"_autoHeight",
|
|
29
|
-
"setWrapperSize",
|
|
30
|
-
"virtualTranslate",
|
|
31
|
-
"_effect",
|
|
32
|
-
"breakpoints",
|
|
33
|
-
"breakpointsBase",
|
|
34
|
-
"_spaceBetween",
|
|
35
|
-
"_slidesPerView",
|
|
36
|
-
"maxBackfaceHiddenSlides",
|
|
37
|
-
"_grid",
|
|
38
|
-
"_slidesPerGroup",
|
|
39
|
-
"_slidesPerGroupSkip",
|
|
40
|
-
"_slidesPerGroupAuto",
|
|
41
|
-
"_centeredSlides",
|
|
42
|
-
"_centeredSlidesBounds",
|
|
43
|
-
"_slidesOffsetBefore",
|
|
44
|
-
"_slidesOffsetAfter",
|
|
45
|
-
"normalizeSlideIndex",
|
|
46
|
-
"_centerInsufficientSlides",
|
|
47
|
-
"_watchOverflow",
|
|
48
|
-
"roundLengths",
|
|
49
|
-
"touchRatio",
|
|
50
|
-
"touchAngle",
|
|
51
|
-
"simulateTouch",
|
|
52
|
-
"_shortSwipes",
|
|
53
|
-
"_longSwipes",
|
|
54
|
-
"longSwipesRatio",
|
|
55
|
-
"longSwipesMs",
|
|
56
|
-
"_followFinger",
|
|
57
|
-
"allowTouchMove",
|
|
58
|
-
"_threshold",
|
|
59
|
-
"touchMoveStopPropagation",
|
|
60
|
-
"touchStartPreventDefault",
|
|
61
|
-
"touchStartForcePreventDefault",
|
|
62
|
-
"touchReleaseOnEdges",
|
|
63
|
-
"uniqueNavElements",
|
|
64
|
-
"_resistance",
|
|
65
|
-
"_resistanceRatio",
|
|
66
|
-
"_watchSlidesProgress",
|
|
67
|
-
"_grabCursor",
|
|
68
|
-
"preventClicks",
|
|
69
|
-
"preventClicksPropagation",
|
|
70
|
-
"_slideToClickedSlide",
|
|
71
|
-
"_loop",
|
|
72
|
-
"loopAdditionalSlides",
|
|
73
|
-
"loopAddBlankSlides",
|
|
74
|
-
"loopPreventsSliding",
|
|
75
|
-
"_rewind",
|
|
76
|
-
"_allowSlidePrev",
|
|
77
|
-
"_allowSlideNext",
|
|
78
|
-
"_swipeHandler",
|
|
79
|
-
"_noSwiping",
|
|
80
|
-
"noSwipingClass",
|
|
81
|
-
"noSwipingSelector",
|
|
82
|
-
"passiveListeners",
|
|
83
|
-
"containerModifierClass",
|
|
84
|
-
"slideClass",
|
|
85
|
-
"slideActiveClass",
|
|
86
|
-
"slideVisibleClass",
|
|
87
|
-
"slideFullyVisibleClass",
|
|
88
|
-
"slideNextClass",
|
|
89
|
-
"slidePrevClass",
|
|
90
|
-
"slideBlankClass",
|
|
91
|
-
"wrapperClass",
|
|
92
|
-
"lazyPreloaderClass",
|
|
93
|
-
"lazyPreloadPrevNext",
|
|
94
|
-
"runCallbacksOnInit",
|
|
95
|
-
"observer",
|
|
96
|
-
"observeParents",
|
|
97
|
-
"observeSlideChildren",
|
|
98
|
-
// modules
|
|
99
|
-
"a11y",
|
|
100
|
-
"_autoplay",
|
|
101
|
-
"_controller",
|
|
102
|
-
"coverflowEffect",
|
|
103
|
-
"cubeEffect",
|
|
104
|
-
"fadeEffect",
|
|
105
|
-
"flipEffect",
|
|
106
|
-
"creativeEffect",
|
|
107
|
-
"cardsEffect",
|
|
108
|
-
"hashNavigation",
|
|
109
|
-
"history",
|
|
110
|
-
"keyboard",
|
|
111
|
-
"mousewheel",
|
|
112
|
-
"_navigation",
|
|
113
|
-
"_pagination",
|
|
114
|
-
"parallax",
|
|
115
|
-
"_scrollbar",
|
|
116
|
-
"_thumbs",
|
|
117
|
-
"virtual",
|
|
118
|
-
"zoom",
|
|
119
|
-
"control"
|
|
120
|
-
];
|
|
121
|
-
function b(t) {
|
|
122
|
-
return typeof t == "object" && t !== null && t.constructor && Object.prototype.toString.call(t).slice(8, -1) === "Object" && !t.__swiper__;
|
|
123
|
-
}
|
|
124
|
-
function I(t, i) {
|
|
125
|
-
const r = ["__proto__", "constructor", "prototype"];
|
|
126
|
-
Object.keys(i).filter((e) => r.indexOf(e) < 0).forEach((e) => {
|
|
127
|
-
typeof t[e] > "u" ? t[e] = i[e] : b(i[e]) && b(t[e]) && Object.keys(i[e]).length > 0 ? i[e].__swiper__ ? t[e] = i[e] : I(t[e], i[e]) : t[e] = i[e];
|
|
128
|
-
});
|
|
129
|
-
}
|
|
130
|
-
function M(t) {
|
|
131
|
-
return t === void 0 && (t = {}), t.navigation && typeof t.navigation.nextEl > "u" && typeof t.navigation.prevEl > "u";
|
|
132
|
-
}
|
|
133
|
-
function L(t) {
|
|
134
|
-
return t === void 0 && (t = {}), t.pagination && typeof t.pagination.el > "u";
|
|
135
|
-
}
|
|
136
|
-
function N(t) {
|
|
137
|
-
return t === void 0 && (t = {}), t.scrollbar && typeof t.scrollbar.el > "u";
|
|
138
|
-
}
|
|
139
|
-
function A(t) {
|
|
140
|
-
t === void 0 && (t = "");
|
|
141
|
-
const i = t.split(" ").map((e) => e.trim()).filter((e) => !!e), r = [];
|
|
142
|
-
return i.forEach((e) => {
|
|
143
|
-
r.indexOf(e) < 0 && r.push(e);
|
|
144
|
-
}), r.join(" ");
|
|
145
|
-
}
|
|
146
|
-
function D(t) {
|
|
147
|
-
return t === void 0 && (t = ""), t ? t.includes("swiper-wrapper") ? t : `swiper-wrapper ${t}` : "swiper-wrapper";
|
|
148
|
-
}
|
|
149
|
-
function R(t) {
|
|
150
|
-
let {
|
|
151
|
-
swiper: i,
|
|
152
|
-
slides: r,
|
|
153
|
-
passedParams: e,
|
|
154
|
-
changedParams: o,
|
|
155
|
-
nextEl: s,
|
|
156
|
-
prevEl: a,
|
|
157
|
-
scrollbarEl: d,
|
|
158
|
-
paginationEl: c
|
|
159
|
-
} = t;
|
|
160
|
-
const h = o.filter((n) => n !== "children" && n !== "direction" && n !== "wrapperClass"), {
|
|
161
|
-
params: l,
|
|
162
|
-
pagination: p,
|
|
163
|
-
navigation: f,
|
|
164
|
-
scrollbar: v,
|
|
165
|
-
virtual: u,
|
|
166
|
-
thumbs: E
|
|
167
|
-
} = i;
|
|
168
|
-
let S, _, x, C, P, m, O, g;
|
|
169
|
-
o.includes("thumbs") && e.thumbs && e.thumbs.swiper && !e.thumbs.swiper.destroyed && l.thumbs && (!l.thumbs.swiper || l.thumbs.swiper.destroyed) && (S = !0), o.includes("controller") && e.controller && e.controller.control && l.controller && !l.controller.control && (_ = !0), o.includes("pagination") && e.pagination && (e.pagination.el || c) && (l.pagination || l.pagination === !1) && p && !p.el && (x = !0), o.includes("scrollbar") && e.scrollbar && (e.scrollbar.el || d) && (l.scrollbar || l.scrollbar === !1) && v && !v.el && (C = !0), o.includes("navigation") && e.navigation && (e.navigation.prevEl || a) && (e.navigation.nextEl || s) && (l.navigation || l.navigation === !1) && f && !f.prevEl && !f.nextEl && (P = !0);
|
|
170
|
-
const j = (n) => {
|
|
171
|
-
i[n] && (i[n].destroy(), n === "navigation" ? (i.isElement && (i[n].prevEl.remove(), i[n].nextEl.remove()), l[n].prevEl = void 0, l[n].nextEl = void 0, i[n].prevEl = void 0, i[n].nextEl = void 0) : (i.isElement && i[n].el.remove(), l[n].el = void 0, i[n].el = void 0));
|
|
172
|
-
};
|
|
173
|
-
o.includes("loop") && i.isElement && (l.loop && !e.loop ? m = !0 : !l.loop && e.loop ? O = !0 : g = !0), h.forEach((n) => {
|
|
174
|
-
if (b(l[n]) && b(e[n]))
|
|
175
|
-
Object.assign(l[n], e[n]), (n === "navigation" || n === "pagination" || n === "scrollbar") && "enabled" in e[n] && !e[n].enabled && j(n);
|
|
176
|
-
else {
|
|
177
|
-
const w = e[n];
|
|
178
|
-
(w === !0 || w === !1) && (n === "navigation" || n === "pagination" || n === "scrollbar") ? w === !1 && j(n) : l[n] = e[n];
|
|
179
|
-
}
|
|
180
|
-
}), h.includes("controller") && !_ && i.controller && i.controller.control && l.controller && l.controller.control && (i.controller.control = l.controller.control), o.includes("children") && r && u && l.virtual.enabled ? (u.slides = r, u.update(!0)) : o.includes("virtual") && u && l.virtual.enabled && (r && (u.slides = r), u.update(!0)), o.includes("children") && r && l.loop && (g = !0), S && E.init() && E.update(!0), _ && (i.controller.control = l.controller.control), x && (i.isElement && (!c || typeof c == "string") && (c = document.createElement("div"), c.classList.add("swiper-pagination"), c.part.add("pagination"), i.el.appendChild(c)), c && (l.pagination.el = c), p.init(), p.render(), p.update()), C && (i.isElement && (!d || typeof d == "string") && (d = document.createElement("div"), d.classList.add("swiper-scrollbar"), d.part.add("scrollbar"), i.el.appendChild(d)), d && (l.scrollbar.el = d), v.init(), v.updateSize(), v.setTranslate()), P && (i.isElement && ((!s || typeof s == "string") && (s = document.createElement("div"), s.classList.add("swiper-button-next"), z(s, i.hostEl.constructor.nextButtonSvg), s.part.add("button-next"), i.el.appendChild(s)), (!a || typeof a == "string") && (a = document.createElement("div"), a.classList.add("swiper-button-prev"), z(a, i.hostEl.constructor.prevButtonSvg), a.part.add("button-prev"), i.el.appendChild(a))), s && (l.navigation.nextEl = s), a && (l.navigation.prevEl = a), f.init(), f.update()), o.includes("allowSlideNext") && (i.allowSlideNext = e.allowSlideNext), o.includes("allowSlidePrev") && (i.allowSlidePrev = e.allowSlidePrev), o.includes("direction") && i.changeDirection(e.direction, !1), (m || g) && i.loopDestroy(), (O || g) && i.loopCreate(), i.update();
|
|
181
|
-
}
|
|
182
|
-
export {
|
|
183
|
-
L as a,
|
|
184
|
-
N as b,
|
|
185
|
-
A as d,
|
|
186
|
-
I as e,
|
|
187
|
-
b as i,
|
|
188
|
-
M as n,
|
|
189
|
-
B as p,
|
|
190
|
-
R as u,
|
|
191
|
-
D as w
|
|
192
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./ssr-window.esm.cjs.js");function g(e){return e===void 0&&(e=""),e.trim().split(" ").filter(t=>!!t.trim())}function S(e){const t=e;Object.keys(t).forEach(r=>{try{t[r]=null}catch{}try{delete t[r]}catch{}})}function T(e,t){return t===void 0&&(t=0),setTimeout(e,t)}function E(){return Date.now()}function M(e){const t=a.a();let r;return t.getComputedStyle&&(r=t.getComputedStyle(e,null)),!r&&e.currentStyle&&(r=e.currentStyle),r||(r=e.style),r}function b(e,t){t===void 0&&(t="x");const r=a.a();let n,o,s;const l=M(e);return r.WebKitCSSMatrix?(o=l.transform||l.webkitTransform,o.split(",").length>6&&(o=o.split(", ").map(i=>i.replace(",",".")).join(", ")),s=new r.WebKitCSSMatrix(o==="none"?"":o)):(s=l.MozTransform||l.OTransform||l.MsTransform||l.msTransform||l.transform||l.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=s.toString().split(",")),t==="x"&&(r.WebKitCSSMatrix?o=s.m41:n.length===16?o=parseFloat(n[12]):o=parseFloat(n[4])),t==="y"&&(r.WebKitCSSMatrix?o=s.m42:n.length===16?o=parseFloat(n[13]):o=parseFloat(n[5])),o||0}function u(e){return typeof e=="object"&&e!==null&&e.constructor&&Object.prototype.toString.call(e).slice(8,-1)==="Object"}function x(e){return typeof window<"u"&&typeof window.HTMLElement<"u"?e instanceof HTMLElement:e&&(e.nodeType===1||e.nodeType===11)}function p(){const e=Object(arguments.length<=0?void 0:arguments[0]),t=["__proto__","constructor","prototype"];for(let r=1;r<arguments.length;r+=1){const n=r<0||arguments.length<=r?void 0:arguments[r];if(n!=null&&!x(n)){const o=Object.keys(Object(n)).filter(s=>t.indexOf(s)<0);for(let s=0,l=o.length;s<l;s+=1){const i=o[s],f=Object.getOwnPropertyDescriptor(n,i);f!==void 0&&f.enumerable&&(u(e[i])&&u(n[i])?n[i].__swiper__?e[i]=n[i]:p(e[i],n[i]):!u(e[i])&&u(n[i])?(e[i]={},n[i].__swiper__?e[i]=n[i]:p(e[i],n[i])):e[i]=n[i])}}}return e}function v(e,t,r){e.style.setProperty(t,r)}function C(e){let{swiper:t,targetPosition:r,side:n}=e;const o=a.a(),s=-t.translate;let l=null,i;const f=t.params.speed;t.wrapperEl.style.scrollSnapType="none",o.cancelAnimationFrame(t.cssModeFrameID);const h=r>s?"next":"prev",y=(m,d)=>h==="next"&&m>=d||h==="prev"&&m<=d,w=()=>{i=new Date().getTime(),l===null&&(l=i);const m=Math.max(Math.min((i-l)/f,1),0),d=.5-Math.cos(m*Math.PI)/2;let c=s+d*(r-s);if(y(c,r)&&(c=r),t.wrapperEl.scrollTo({[n]:c}),y(c,r)){t.wrapperEl.style.overflow="hidden",t.wrapperEl.style.scrollSnapType="",setTimeout(()=>{t.wrapperEl.style.overflow="",t.wrapperEl.scrollTo({[n]:c})}),o.cancelAnimationFrame(t.cssModeFrameID);return}t.cssModeFrameID=o.requestAnimationFrame(w)};w()}function O(e,t){t===void 0&&(t="");const r=a.a(),n=[...e.children];return r.HTMLSlotElement&&e instanceof HTMLSlotElement&&n.push(...e.assignedElements()),t?n.filter(o=>o.matches(t)):n}function P(e,t){const r=[t];for(;r.length>0;){const n=r.shift();if(e===n)return!0;r.push(...n.children,...n.shadowRoot?n.shadowRoot.children:[],...n.assignedElements?n.assignedElements():[])}}function j(e,t){const r=a.a();let n=t.contains(e);return!n&&r.HTMLSlotElement&&t instanceof HTMLSlotElement&&(n=[...t.assignedElements()].includes(e),n||(n=P(e,t))),n}function _(e){try{console.warn(e);return}catch{}}function F(e,t){t===void 0&&(t=[]);const r=document.createElement(e);return r.classList.add(...Array.isArray(t)?t:g(t)),r}function H(e,t){const r=[];for(;e.previousElementSibling;){const n=e.previousElementSibling;t?n.matches(t)&&r.push(n):r.push(n),e=n}return r}function L(e,t){const r=[];for(;e.nextElementSibling;){const n=e.nextElementSibling;t?n.matches(t)&&r.push(n):r.push(n),e=n}return r}function A(e,t){return a.a().getComputedStyle(e,null).getPropertyValue(t)}function I(e){let t=e,r;if(t){for(r=0;(t=t.previousSibling)!==null;)t.nodeType===1&&(r+=1);return r}}function k(e,t){const r=[];let n=e.parentElement;for(;n;)r.push(n),n=n.parentElement;return r}function W(e,t,r){const n=a.a();return e[t==="width"?"offsetWidth":"offsetHeight"]+parseFloat(n.getComputedStyle(e,null).getPropertyValue(t==="width"?"margin-right":"margin-top"))+parseFloat(n.getComputedStyle(e,null).getPropertyValue(t==="width"?"margin-left":"margin-bottom"))}function D(e){return(Array.isArray(e)?e:[e]).filter(t=>!!t)}function K(e,t){t===void 0&&(t=""),typeof trustedTypes<"u"?e.innerHTML=trustedTypes.createPolicy("html",{createHTML:r=>r}).createHTML(t):e.innerHTML=t}exports.a=v;exports.b=k;exports.c=F;exports.e=O;exports.f=E;exports.h=W;exports.i=I;exports.j=g;exports.k=b;exports.m=D;exports.n=T;exports.o=u;exports.q=A;exports.r=L;exports.s=K;exports.t=H;exports.u=C;exports.v=_;exports.w=j;exports.x=p;exports.y=S;
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
import { a } from "./ssr-window.esm.es.js";
|
|
2
|
-
function g(e) {
|
|
3
|
-
return e === void 0 && (e = ""), e.trim().split(" ").filter((t) => !!t.trim());
|
|
4
|
-
}
|
|
5
|
-
function x(e) {
|
|
6
|
-
const t = e;
|
|
7
|
-
Object.keys(t).forEach((r) => {
|
|
8
|
-
try {
|
|
9
|
-
t[r] = null;
|
|
10
|
-
} catch {
|
|
11
|
-
}
|
|
12
|
-
try {
|
|
13
|
-
delete t[r];
|
|
14
|
-
} catch {
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
function b(e, t) {
|
|
19
|
-
return t === void 0 && (t = 0), setTimeout(e, t);
|
|
20
|
-
}
|
|
21
|
-
function v() {
|
|
22
|
-
return Date.now();
|
|
23
|
-
}
|
|
24
|
-
function S(e) {
|
|
25
|
-
const t = a();
|
|
26
|
-
let r;
|
|
27
|
-
return t.getComputedStyle && (r = t.getComputedStyle(e, null)), !r && e.currentStyle && (r = e.currentStyle), r || (r = e.style), r;
|
|
28
|
-
}
|
|
29
|
-
function C(e, t) {
|
|
30
|
-
t === void 0 && (t = "x");
|
|
31
|
-
const r = a();
|
|
32
|
-
let n, o, s;
|
|
33
|
-
const l = S(e);
|
|
34
|
-
return r.WebKitCSSMatrix ? (o = l.transform || l.webkitTransform, o.split(",").length > 6 && (o = o.split(", ").map((i) => i.replace(",", ".")).join(", ")), s = new r.WebKitCSSMatrix(o === "none" ? "" : o)) : (s = l.MozTransform || l.OTransform || l.MsTransform || l.msTransform || l.transform || l.getPropertyValue("transform").replace("translate(", "matrix(1, 0, 0, 1,"), n = s.toString().split(",")), t === "x" && (r.WebKitCSSMatrix ? o = s.m41 : n.length === 16 ? o = parseFloat(n[12]) : o = parseFloat(n[4])), t === "y" && (r.WebKitCSSMatrix ? o = s.m42 : n.length === 16 ? o = parseFloat(n[13]) : o = parseFloat(n[5])), o || 0;
|
|
35
|
-
}
|
|
36
|
-
function d(e) {
|
|
37
|
-
return typeof e == "object" && e !== null && e.constructor && Object.prototype.toString.call(e).slice(8, -1) === "Object";
|
|
38
|
-
}
|
|
39
|
-
function T(e) {
|
|
40
|
-
return typeof window < "u" && typeof window.HTMLElement < "u" ? e instanceof HTMLElement : e && (e.nodeType === 1 || e.nodeType === 11);
|
|
41
|
-
}
|
|
42
|
-
function y() {
|
|
43
|
-
const e = Object(arguments.length <= 0 ? void 0 : arguments[0]), t = ["__proto__", "constructor", "prototype"];
|
|
44
|
-
for (let r = 1; r < arguments.length; r += 1) {
|
|
45
|
-
const n = r < 0 || arguments.length <= r ? void 0 : arguments[r];
|
|
46
|
-
if (n != null && !T(n)) {
|
|
47
|
-
const o = Object.keys(Object(n)).filter((s) => t.indexOf(s) < 0);
|
|
48
|
-
for (let s = 0, l = o.length; s < l; s += 1) {
|
|
49
|
-
const i = o[s], u = Object.getOwnPropertyDescriptor(n, i);
|
|
50
|
-
u !== void 0 && u.enumerable && (d(e[i]) && d(n[i]) ? n[i].__swiper__ ? e[i] = n[i] : y(e[i], n[i]) : !d(e[i]) && d(n[i]) ? (e[i] = {}, n[i].__swiper__ ? e[i] = n[i] : y(e[i], n[i])) : e[i] = n[i]);
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
return e;
|
|
55
|
-
}
|
|
56
|
-
function O(e, t, r) {
|
|
57
|
-
e.style.setProperty(t, r);
|
|
58
|
-
}
|
|
59
|
-
function P(e) {
|
|
60
|
-
let {
|
|
61
|
-
swiper: t,
|
|
62
|
-
targetPosition: r,
|
|
63
|
-
side: n
|
|
64
|
-
} = e;
|
|
65
|
-
const o = a(), s = -t.translate;
|
|
66
|
-
let l = null, i;
|
|
67
|
-
const u = t.params.speed;
|
|
68
|
-
t.wrapperEl.style.scrollSnapType = "none", o.cancelAnimationFrame(t.cssModeFrameID);
|
|
69
|
-
const p = r > s ? "next" : "prev", h = (f, m) => p === "next" && f >= m || p === "prev" && f <= m, w = () => {
|
|
70
|
-
i = (/* @__PURE__ */ new Date()).getTime(), l === null && (l = i);
|
|
71
|
-
const f = Math.max(Math.min((i - l) / u, 1), 0), m = 0.5 - Math.cos(f * Math.PI) / 2;
|
|
72
|
-
let c = s + m * (r - s);
|
|
73
|
-
if (h(c, r) && (c = r), t.wrapperEl.scrollTo({
|
|
74
|
-
[n]: c
|
|
75
|
-
}), h(c, r)) {
|
|
76
|
-
t.wrapperEl.style.overflow = "hidden", t.wrapperEl.style.scrollSnapType = "", setTimeout(() => {
|
|
77
|
-
t.wrapperEl.style.overflow = "", t.wrapperEl.scrollTo({
|
|
78
|
-
[n]: c
|
|
79
|
-
});
|
|
80
|
-
}), o.cancelAnimationFrame(t.cssModeFrameID);
|
|
81
|
-
return;
|
|
82
|
-
}
|
|
83
|
-
t.cssModeFrameID = o.requestAnimationFrame(w);
|
|
84
|
-
};
|
|
85
|
-
w();
|
|
86
|
-
}
|
|
87
|
-
function j(e, t) {
|
|
88
|
-
t === void 0 && (t = "");
|
|
89
|
-
const r = a(), n = [...e.children];
|
|
90
|
-
return r.HTMLSlotElement && e instanceof HTMLSlotElement && n.push(...e.assignedElements()), t ? n.filter((o) => o.matches(t)) : n;
|
|
91
|
-
}
|
|
92
|
-
function E(e, t) {
|
|
93
|
-
const r = [t];
|
|
94
|
-
for (; r.length > 0; ) {
|
|
95
|
-
const n = r.shift();
|
|
96
|
-
if (e === n)
|
|
97
|
-
return !0;
|
|
98
|
-
r.push(...n.children, ...n.shadowRoot ? n.shadowRoot.children : [], ...n.assignedElements ? n.assignedElements() : []);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
function F(e, t) {
|
|
102
|
-
const r = a();
|
|
103
|
-
let n = t.contains(e);
|
|
104
|
-
return !n && r.HTMLSlotElement && t instanceof HTMLSlotElement && (n = [...t.assignedElements()].includes(e), n || (n = E(e, t))), n;
|
|
105
|
-
}
|
|
106
|
-
function H(e) {
|
|
107
|
-
try {
|
|
108
|
-
console.warn(e);
|
|
109
|
-
return;
|
|
110
|
-
} catch {
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
function L(e, t) {
|
|
114
|
-
t === void 0 && (t = []);
|
|
115
|
-
const r = document.createElement(e);
|
|
116
|
-
return r.classList.add(...Array.isArray(t) ? t : g(t)), r;
|
|
117
|
-
}
|
|
118
|
-
function _(e, t) {
|
|
119
|
-
const r = [];
|
|
120
|
-
for (; e.previousElementSibling; ) {
|
|
121
|
-
const n = e.previousElementSibling;
|
|
122
|
-
t ? n.matches(t) && r.push(n) : r.push(n), e = n;
|
|
123
|
-
}
|
|
124
|
-
return r;
|
|
125
|
-
}
|
|
126
|
-
function A(e, t) {
|
|
127
|
-
const r = [];
|
|
128
|
-
for (; e.nextElementSibling; ) {
|
|
129
|
-
const n = e.nextElementSibling;
|
|
130
|
-
t ? n.matches(t) && r.push(n) : r.push(n), e = n;
|
|
131
|
-
}
|
|
132
|
-
return r;
|
|
133
|
-
}
|
|
134
|
-
function I(e, t) {
|
|
135
|
-
return a().getComputedStyle(e, null).getPropertyValue(t);
|
|
136
|
-
}
|
|
137
|
-
function k(e) {
|
|
138
|
-
let t = e, r;
|
|
139
|
-
if (t) {
|
|
140
|
-
for (r = 0; (t = t.previousSibling) !== null; )
|
|
141
|
-
t.nodeType === 1 && (r += 1);
|
|
142
|
-
return r;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
function W(e, t) {
|
|
146
|
-
const r = [];
|
|
147
|
-
let n = e.parentElement;
|
|
148
|
-
for (; n; )
|
|
149
|
-
r.push(n), n = n.parentElement;
|
|
150
|
-
return r;
|
|
151
|
-
}
|
|
152
|
-
function D(e, t, r) {
|
|
153
|
-
const n = a();
|
|
154
|
-
return e[t === "width" ? "offsetWidth" : "offsetHeight"] + parseFloat(n.getComputedStyle(e, null).getPropertyValue(t === "width" ? "margin-right" : "margin-top")) + parseFloat(n.getComputedStyle(e, null).getPropertyValue(t === "width" ? "margin-left" : "margin-bottom"));
|
|
155
|
-
}
|
|
156
|
-
function K(e) {
|
|
157
|
-
return (Array.isArray(e) ? e : [e]).filter((t) => !!t);
|
|
158
|
-
}
|
|
159
|
-
function V(e, t) {
|
|
160
|
-
t === void 0 && (t = ""), typeof trustedTypes < "u" ? e.innerHTML = trustedTypes.createPolicy("html", {
|
|
161
|
-
createHTML: (r) => r
|
|
162
|
-
}).createHTML(t) : e.innerHTML = t;
|
|
163
|
-
}
|
|
164
|
-
export {
|
|
165
|
-
O as a,
|
|
166
|
-
W as b,
|
|
167
|
-
L as c,
|
|
168
|
-
j as e,
|
|
169
|
-
v as f,
|
|
170
|
-
D as h,
|
|
171
|
-
k as i,
|
|
172
|
-
g as j,
|
|
173
|
-
C as k,
|
|
174
|
-
K as m,
|
|
175
|
-
b as n,
|
|
176
|
-
d as o,
|
|
177
|
-
I as q,
|
|
178
|
-
A as r,
|
|
179
|
-
V as s,
|
|
180
|
-
_ as t,
|
|
181
|
-
P as u,
|
|
182
|
-
H as v,
|
|
183
|
-
F as w,
|
|
184
|
-
y as x,
|
|
185
|
-
x as y
|
|
186
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),G=require("./shared/swiper-core.cjs.js"),I=require("./shared/update-on-virtual-data.cjs.js"),d=require("./shared/update-swiper.cjs.js");function T(){return T=Object.assign?Object.assign.bind():function(s){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(s[n]=a[n])}return s},T.apply(this,arguments)}function A(s){return s.type&&s.type.displayName&&s.type.displayName.includes("SwiperSlide")}function V(s){const t=[];return e.Children.toArray(s).forEach(a=>{A(a)?t.push(a):a.props&&a.props.children&&V(a.props.children).forEach(n=>t.push(n))}),t}function J(s){const t=[],a={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return e.Children.toArray(s).forEach(n=>{if(A(n))t.push(n);else if(n.props&&n.props.slot&&a[n.props.slot])a[n.props.slot].push(n);else if(n.props&&n.props.children){const c=V(n.props.children);c.length>0?c.forEach(l=>t.push(l)):a["container-end"].push(n)}else a["container-end"].push(n)}),{slides:t,slots:a}}function K(s,t,a){if(!a)return null;const n=o=>{let i=o;return o<0?i=t.length+o:i>=t.length&&(i=i-t.length),i},c=s.isHorizontal()?{[s.rtlTranslate?"right":"left"]:`${a.offset}px`}:{top:`${a.offset}px`},{from:l,to:p}=a,y=s.params.loop?-t.length:0,h=s.params.loop?t.length*2:t.length,v=[];for(let o=y;o<h;o+=1)o>=l&&o<=p&&v.push(t[n(o)]);return v.map((o,i)=>e.cloneElement(o,{swiper:s,style:c,key:o.props.virtualIndex||o.key||`slide-${i}`}))}function N(s,t){return typeof window>"u"?e.useEffect(s,t):e.useLayoutEffect(s,t)}const q=e.createContext(null),Q=e.createContext(null),F=e.forwardRef(function(s,t){let{className:a,tag:n="div",wrapperTag:c="div",children:l,onSwiper:p,...y}=s===void 0?{}:s,h=!1;const[v,o]=e.useState("swiper"),[i,m]=e.useState(null),[C,O]=e.useState(!1),P=e.useRef(!1),w=e.useRef(null),r=e.useRef(null),x=e.useRef(null),z=e.useRef(null),$=e.useRef(null),b=e.useRef(null),R=e.useRef(null),k=e.useRef(null),{params:f,passedParams:L,rest:D,events:g}=I.g(y),{slides:S,slots:j}=J(l),B=()=>{O(!C)};Object.assign(f.on,{_containerClasses(u,E){o(E)}});const _=()=>{Object.assign(f.on,g),h=!0;const u={...f};if(delete u.wrapperClass,r.current=new G.S(u),r.current.virtual&&r.current.params.virtual.enabled){r.current.virtual.slides=S;const E={cache:!1,slides:S,renderExternal:m,renderExternalUpdate:!1};d.e(r.current.params.virtual,E),d.e(r.current.originalParams.virtual,E)}};w.current||_(),r.current&&r.current.on("_beforeBreakpoint",B);const H=()=>{h||!g||!r.current||Object.keys(g).forEach(u=>{r.current.on(u,g[u])})},M=()=>{!g||!r.current||Object.keys(g).forEach(u=>{r.current.off(u,g[u])})};e.useEffect(()=>()=>{r.current&&r.current.off("_beforeBreakpoint",B)}),e.useEffect(()=>{!P.current&&r.current&&(r.current.emitSlidesClasses(),P.current=!0)}),N(()=>{if(t&&(t.current=w.current),!!w.current)return r.current.destroyed&&_(),I.m({el:w.current,nextEl:$.current,prevEl:b.current,paginationEl:R.current,scrollbarEl:k.current,swiper:r.current},f),p&&!r.current.destroyed&&p(r.current),()=>{r.current&&!r.current.destroyed&&r.current.destroy(!0,!1)}},[]),N(()=>{H();const u=I.a(L,x.current,S,z.current,E=>E.key);return x.current=L,z.current=S,u.length&&r.current&&!r.current.destroyed&&d.u({swiper:r.current,slides:S,passedParams:L,changedParams:u,nextEl:$.current,prevEl:b.current,scrollbarEl:k.current,paginationEl:R.current}),()=>{M()}}),N(()=>{I.u(r.current)},[i]);function U(){return f.virtual?K(r.current,S,i):S.map((u,E)=>e.cloneElement(u,{swiper:r.current,swiperSlideIndex:E}))}return e.createElement(n,T({ref:w,className:d.d(`${v}${a?` ${a}`:""}`)},D),e.createElement(Q.Provider,{value:r.current},j["container-start"],e.createElement(c,{className:d.w(f.wrapperClass)},j["wrapper-start"],U(),j["wrapper-end"]),d.n(f)&&e.createElement(e.Fragment,null,e.createElement("div",{ref:b,className:"swiper-button-prev"}),e.createElement("div",{ref:$,className:"swiper-button-next"})),d.b(f)&&e.createElement("div",{ref:k,className:"swiper-scrollbar"}),d.a(f)&&e.createElement("div",{ref:R,className:"swiper-pagination"}),j["container-end"]))});F.displayName="Swiper";const W=e.forwardRef(function(s,t){let{tag:a="div",children:n,className:c="",swiper:l,zoom:p,lazy:y,virtualIndex:h,swiperSlideIndex:v,...o}=s===void 0?{}:s;const i=e.useRef(null),[m,C]=e.useState("swiper-slide"),[O,P]=e.useState(!1);function w($,b,R){b===i.current&&C(R)}N(()=>{if(typeof v<"u"&&(i.current.swiperSlideIndex=v),t&&(t.current=i.current),!(!i.current||!l)){if(l.destroyed){m!=="swiper-slide"&&C("swiper-slide");return}return l.on("_slideClass",w),()=>{l&&l.off("_slideClass",w)}}}),N(()=>{l&&i.current&&!l.destroyed&&C(l.getSlideClasses(i.current))},[l]);const r={isActive:m.indexOf("swiper-slide-active")>=0,isVisible:m.indexOf("swiper-slide-visible")>=0,isPrev:m.indexOf("swiper-slide-prev")>=0,isNext:m.indexOf("swiper-slide-next")>=0},x=()=>typeof n=="function"?n(r):n,z=()=>{P(!0)};return e.createElement(a,T({ref:i,className:d.d(`${m}${c?` ${c}`:""}`),"data-swiper-slide-index":h,onLoad:z},o),p&&e.createElement(q.Provider,{value:r},e.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof p=="number"?p:void 0},x(),y&&!O&&e.createElement("div",{className:"swiper-lazy-preloader"}))),!p&&e.createElement(q.Provider,{value:r},x(),y&&!O&&e.createElement("div",{className:"swiper-lazy-preloader"})))});W.displayName="SwiperSlide";exports.Swiper=F;exports.SwiperSlide=W;
|